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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-02/func/sub-0043_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6dc523c2e7da5a4c23bf7c4f6ee145f8</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>12:28:27.055000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996462, 0.0839955, 0.0028802, -0.0840256, 0.994916, 0.0555208]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838733</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7775, -7290, 600, -84, -336, 15, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c09823e8-bf53-47ce-b614-cd935e24cc44||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6734347343444824, -0.22543452680110931, -0.004854422528296709, 120.5883560180664], [-0.2253536880016327, 2.669286012649536, 0.15002918243408203, -95.41978454589844], [0.007727377116680145, -0.148958221077919, 2.695824146270752, -70.16333770751953], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['122827.055000', '122827.515000', '122827.975000', '122828.435000', '122828.895000', '122829.355000', '122829.815000', '122830.275000', '122830.735000', '122831.195000', '122831.655000', '122832.115000', '122832.575000', '122833.035000', '122833.495000', '122833.955000', '122834.415000', '122834.875000', '122835.335000', '122835.795000', '122836.255000', '122836.715000', '122837.175000', '122837.635000', '122838.095000', '122838.555000', '122839.015000', '122839.475000', '122839.935000', '122840.395000', '122840.855000', '122841.315000', '122841.775000', '122842.235000', '122842.695000', '122843.155000', '122843.615000', '122844.075000', '122844.535000', '122844.995000', '122845.455000', '122845.915000', '122846.375000', '122846.835000', '122847.295000', '122847.755000', '122848.215000', '122848.675000', '122849.135000', '122849.595000', '122850.055000', '122850.515000', '122850.975000', '122851.435000', '122851.895000', '122852.355000', '122852.815000', '122853.275000', '122853.735000', '122854.195000', '122854.655000', '122855.115000', '122855.575000', '122856.035000', '122856.495000', '122856.955000', '122857.415000', '122857.875000', '122858.335000', '122858.795000', '122859.255000', '122859.715000', '122900.175000', '122900.635000', '122901.095000', '122901.555000', '122902.015000', '122902.475000', '122902.935000', '122903.395000', '122903.855000', '122904.315000', '122904.775000', '122905.235000', '122905.695000', '122906.155000', '122906.615000', '122907.075000', '122907.535000', '122907.995000', '122908.455000', '122908.915000', '122909.375000', '122909.835000', '122910.295000', '122910.755000', '122911.215000', '122911.675000', '122912.135000', '122912.595000', '122913.055000', '122913.515000', '122913.975000', '122914.435000', '122914.895000', '122915.355000', '122915.815000', '122916.275000', '122916.735000', '122917.195000', '122917.655000', '122918.115000', '122918.575000', '122919.035000', '122919.495000', '122919.955000', '122920.415000', '122920.875000', '122921.335000', '122921.795000', '122922.255000', '122922.715000', '122923.175000', '122923.635000', '122924.095000', '122924.555000', '122925.015000', '122925.475000', '122925.935000', '122926.395000', '122926.855000', '122927.315000', '122927.775000', '122928.235000', '122928.695000', '122929.155000', '122929.615000', '122930.075000', '122930.535000', '122930.995000', '122931.455000', '122931.915000', '122932.375000', '122932.835000', '122933.295000', '122933.755000', '122934.215000', '122934.675000', '122935.135000', '122935.595000', '122936.055000', '122936.515000', '122936.975000', '122937.435000', '122937.895000', '122938.355000', '122938.815000', '122939.275000', '122939.735000', '122940.195000', '122940.655000', '122941.115000', '122941.575000', '122942.035000', '122942.495000', '122942.955000', '122943.415000', '122943.875000', '122944.335000', '122944.795000', '122945.255000', '122945.715000', '122946.175000', '122946.635000', '122947.095000', '122947.555000', '122948.015000', '122948.475000', '122948.935000', '122949.395000', '122949.855000', '122950.315000', '122950.775000', '122951.235000', '122951.695000', '122952.155000', '122952.615000', '122953.075000', '122953.535000', '122953.995000', '122954.455000', '122954.915000', '122955.375000', '122955.835000', '122956.295000', '122956.755000', '122957.215000', '122957.675000', '122958.135000', '122958.595000', '122959.055000', '122959.515000', '122959.975000', '123000.435000', '123000.895000', '123001.355000', '123001.815000', '123002.275000', '123002.735000', '123003.195000', '123003.655000', '123004.115000', '123004.575000', '123005.035000', '123005.495000', '123005.955000', '123006.415000', '123006.875000', '123007.335000', '123007.795000', '123008.255000', '123008.715000', '123009.175000', '123009.635000', '123010.095000', '123010.555000', '123011.015000', '123011.475000', '123011.935000', '123012.395000', '123012.855000', '123013.315000', '123013.775000', '123014.235000', '123014.695000', '123015.155000', '123015.615000', '123016.075000', '123016.535000', '123016.995000', '123017.455000', '123017.915000', '123018.375000', '123018.835000', '123019.295000', '123019.755000', '123020.215000', '123020.675000', '123021.135000', '123021.595000', '123022.055000', '123022.515000', '123022.975000', '123023.435000', '123023.895000', '123024.355000', '123024.815000', '123025.275000', '123025.735000', '123026.195000', '123026.655000', '123027.115000', '123027.575000', '123028.035000', '123028.495000', '123028.955000', '123029.415000', '123029.875000', '123030.335000', '123030.795000', '123031.255000', '123031.715000', '123032.175000', '123032.635000', '123033.095000', '123033.555000', '123034.015000', '123034.475000', '123034.935000', '123035.395000', '123035.855000', '123036.315000', '123036.775000', '123037.235000', '123037.695000', '123038.155000', '123038.615000', '123039.075000', '123039.535000', '123039.995000', '123040.455000', '123040.915000', '123041.375000', '123041.835000', '123042.295000', '123042.755000', '123043.215000', '123043.675000', '123044.135000', '123044.595000', '123045.055000', '123045.515000', '123045.975000', '123046.435000', '123046.895000', '123047.355000', '123047.815000', '123048.275000', '123048.735000', '123049.195000', '123049.655000', '123050.115000', '123050.575000', '123051.035000', '123051.495000', '123051.955000', '123052.415000', '123052.875000', '123053.335000', '123053.795000', '123054.255000', '123054.715000', '123055.175000', '123055.635000', '123056.095000', '123056.555000', '123057.015000', '123057.475000', '123057.935000', '123058.395000', '123058.855000', '123059.315000', '123059.775000', '123100.235000', '123100.695000', '123101.155000', '123101.615000', '123102.075000', '123102.535000', '123102.995000', '123103.455000', '123103.915000', '123104.375000', '123104.835000', '123105.295000', '123105.755000', '123106.215000', '123106.675000', '123107.135000', '123107.595000', '123108.055000', '123108.515000', '123108.975000', '123109.435000', '123109.895000', '123110.355000', '123110.815000', '123111.275000', '123111.735000', '123112.195000', '123112.655000', '123113.115000', '123113.575000', '123114.035000', '123114.495000', '123114.955000', '123115.415000', '123115.875000', '123116.335000', '123116.795000', '123117.255000', '123117.715000', '123118.175000', '123118.635000', '123119.095000', '123119.555000', '123120.015000', '123120.475000', '123120.935000', '123121.395000', '123121.855000', '123122.315000', '123122.775000', '123123.235000', '123123.695000', '123124.155000', '123124.615000', '123125.075000', '123125.535000', '123125.995000', '123126.455000', '123126.915000', '123127.375000', '123127.835000', '123128.295000', '123128.755000', '123129.215000', '123129.675000', '123130.135000', '123130.595000', '123131.055000', '123131.515000', '123131.975000', '123132.435000', '123132.895000', '123133.355000', '123133.815000', '123134.275000', '123134.735000', '123135.195000', '123135.655000', '123136.115000', '123136.575000', '123137.035000', '123137.495000', '123137.955000', '123138.415000', '123138.875000', '123139.335000', '123139.795000', '123140.255000', '123140.715000', '123141.175000', '123141.635000', '123142.095000', '123142.555000', '123143.015000', '123143.475000', '123143.935000', '123144.395000', '123144.855000', '123145.315000', '123145.775000', '123146.235000', '123146.695000', '123147.155000', '123147.615000', '123148.075000', '123148.535000', '123148.995000', '123149.455000', '123149.915000', '123150.375000', '123150.835000', '123151.295000', '123151.755000', '123152.215000', '123152.675000', '123153.135000', '123153.595000', '123154.055000', '123154.515000', '123154.975000', '123155.435000', '123155.895000', '123156.355000', '123156.815000', '123157.275000', '123157.735000', '123158.195000', '123158.655000', '123159.115000', '123159.575000', '123200.035000', '123200.495000', '123200.955000', '123201.415000', '123201.875000', '123202.335000', '123202.795000', '123203.255000', '123203.715000', '123204.175000', '123204.635000', '123205.095000', '123205.555000', '123206.015000', '123206.475000', '123206.935000', '123207.395000', '123207.855000', '123208.315000', '123208.775000', '123209.235000', '123209.695000', '123210.155000', '123210.615000', '123211.075000', '123211.535000', '123211.995000', '123212.455000', '123212.915000', '123213.375000', '123213.835000', '123214.295000', '123214.755000', '123215.215000', '123215.675000', '123216.135000', '123216.595000', '123217.055000', '123217.515000', '123217.975000', '123218.435000', '123218.895000', '123219.355000', '123219.815000', '123220.275000', '123220.735000', '123221.195000', '123221.655000', '123222.115000', '123222.575000', '123223.035000', '123223.495000', '123223.955000', '123224.415000', '123224.875000', '123225.335000', '123225.795000', '123226.255000', '123226.715000', '123227.175000', '123227.635000', '123228.095000', '123228.555000', '123229.015000', '123229.475000', '123229.935000', '123230.395000', '123230.855000', '123231.315000', '123231.775000', '123232.235000', '123232.695000', '123233.155000', '123233.615000', '123234.075000', '123234.535000', '123234.995000', '123235.455000', '123235.915000', '123236.375000', '123236.835000', '123237.295000', '123237.755000', '123238.215000', '123238.675000', '123239.135000', '123239.595000', '123240.055000', '123240.515000', '123240.975000', '123241.435000', '123241.895000', '123242.355000', '123242.815000', '123243.275000', '123243.735000', '123244.195000', '123244.655000', '123245.115000', '123245.575000', '123246.035000', '123246.495000', '123246.955000', '123247.415000', '123247.875000', '123248.335000', '123248.795000', '123249.255000', '123249.715000', '123250.175000', '123250.635000', '123251.095000', '123251.555000', '123252.015000', '123252.475000', '123252.935000', '123253.395000', '123253.855000', '123254.315000', '123254.775000', '123255.235000', '123255.695000', '123256.155000', '123256.615000', '123257.075000', '123257.535000', '123257.995000', '123258.455000', '123258.915000', '123259.375000', '123259.835000', '123300.295000', '123300.755000', '123301.215000', '123301.675000', '123302.135000', '123302.595000', '123303.055000', '123303.515000', '123303.975000', '123304.435000', '123304.895000', '123305.355000', '123305.815000', '123306.275000', '123306.735000', '123307.195000', '123307.655000', '123308.115000', '123308.575000', '123309.035000', '123309.495000', '123309.955000', '123310.415000', '123310.875000', '123311.335000', '123311.795000', '123312.255000', '123312.715000', '123313.175000', '123313.635000', '123314.095000', '123314.555000', '123315.015000', '123315.475000', '123315.935000', '123316.395000', '123316.855000', '123317.315000', '123317.775000', '123318.235000', '123318.695000', '123319.155000', '123319.615000', '123320.075000', '123320.535000', '123320.995000', '123321.455000', '123321.915000', '123322.375000', '123322.835000', '123323.295000', '123323.755000', '123324.215000', '123324.675000', '123325.135000', '123325.595000', '123326.055000', '123326.515000', '123326.975000', '123327.435000', '123327.895000', '123328.355000', '123328.815000', '123329.275000', '123329.735000', '123330.195000', '123330.655000', '123331.115000', '123331.575000', '123332.035000', '123332.495000', '123332.955000', '123333.415000', '123333.875000', '123334.335000', '123334.795000', '123335.255000', '123335.715000', '123336.175000', '123336.635000', '123337.095000', '123337.555000', '123338.015000', '123338.475000', '123338.935000', '123339.395000', '123339.855000', '123340.315000', '123340.775000', '123341.235000', '123341.695000', '123342.155000', '123342.615000', '123343.075000', '123343.535000', '123343.995000', '123344.455000', '123344.915000', '123345.375000', '123345.835000', '123346.295000', '123346.755000', '123347.215000', '123347.675000', '123348.135000', '123348.595000', '123349.055000', '123349.515000', '123349.975000', '123350.435000', '123350.895000', '123351.355000', '123351.815000', '123352.275000', '123352.735000', '123353.195000', '123353.655000', '123354.115000', '123354.575000', '123355.035000', '123355.495000', '123355.955000', '123356.415000', '123356.875000', '123357.335000', '123357.795000', '123358.255000', '123358.715000', '123359.175000', '123359.635000', '123400.095000', '123400.555000', '123401.015000', '123401.475000', '123401.935000', '123402.395000', '123402.855000', '123403.315000', '123403.775000', '123404.235000', '123404.695000', '123405.155000', '123405.615000', '123406.075000', '123406.535000', '123406.995000', '123407.455000', '123407.915000', '123408.375000', '123408.835000', '123409.295000', '123409.755000', '123410.215000', '123410.675000', '123411.135000', '123411.595000', '123412.055000', '123412.515000', '123412.975000', '123413.435000', '123413.895000', '123414.355000', '123414.815000', '123415.275000', '123415.735000', '123416.195000', '123416.655000', '123417.115000', '123417.575000', '123418.035000', '123418.495000', '123418.955000', '123419.415000', '123419.875000', '123420.335000', '123420.795000', '123421.255000', '123421.715000', '123422.175000', '123422.635000', '123423.095000', '123423.555000', '123424.015000', '123424.475000', '123424.935000', '123425.395000', '123425.855000', '123426.315000', '123426.775000', '123427.235000', '123427.695000', '123428.155000', '123428.615000', '123429.075000', '123429.535000', '123429.995000', '123430.455000', '123430.915000', '123431.375000', '123431.835000', '123432.295000', '123432.755000', '123433.215000', '123433.675000', '123434.135000', '123434.595000', '123435.055000', '123435.515000', '123435.975000', '123436.435000', '123436.895000', '123437.355000', '123437.815000', '123438.275000', '123438.735000', '123439.195000', '123439.655000', '123440.115000', '123440.575000', '123441.035000', '123441.495000', '123441.955000', '123442.415000', '123442.875000', '123443.335000', '123443.795000', '123444.255000', '123444.715000', '123445.175000', '123445.635000', '123446.095000', '123446.555000', '123447.015000', '123447.475000', '123447.935000', '123448.395000', '123448.855000', '123449.315000', '123449.775000', '123450.235000', '123450.695000', '123451.155000', '123451.615000', '123452.075000', '123452.535000', '123452.995000', '123453.455000', '123453.915000', '123454.375000', '123454.835000', '123455.295000', '123455.755000', '123456.215000', '123456.675000', '123457.135000', '123457.595000', '123458.055000', '123458.515000', '123458.975000', '123459.435000', '123459.895000', '123500.355000', '123500.815000', '123501.275000', '123501.735000', '123502.195000', '123502.655000', '123503.115000', '123503.575000', '123504.035000', '123504.495000', '123504.955000', '123505.415000', '123505.875000', '123506.335000', '123506.795000', '123507.255000', '123507.715000', '123508.175000', '123508.635000', '123509.095000', '123509.555000', '123510.015000', '123510.475000', '123510.935000', '123511.395000', '123511.855000', '123512.315000', '123512.775000', '123513.235000', '123513.695000', '123514.155000', '123514.615000', '123515.075000', '123515.535000', '123515.995000', '123516.455000', '123516.915000', '123517.375000', '123517.835000', '123518.295000', '123518.755000', '123519.215000', '123519.675000', '123520.135000', '123520.595000', '123521.055000', '123521.515000', '123521.975000', '123522.435000', '123522.895000', '123523.355000', '123523.815000', '123524.275000', '123524.735000', '123525.195000', '123525.655000', '123526.115000', '123526.575000', '123527.035000', '123527.495000', '123527.955000', '123528.415000', '123528.875000', '123529.335000', '123529.795000', '123530.255000', '123530.715000', '123531.175000', '123531.635000', '123532.095000', '123532.555000', '123533.015000', '123533.475000', '123533.935000', '123534.395000', '123534.855000', '123535.315000', '123535.775000', '123536.235000', '123536.695000', '123537.155000', '123537.615000', '123538.075000', '123538.535000', '123538.995000', '123539.455000', '123539.915000', '123540.375000', '123540.835000', '123541.295000', '123541.755000', '123542.215000', '123542.675000', '123543.135000', '123543.595000', '123544.055000', '123544.515000', '123544.975000', '123545.435000', '123545.895000', '123546.355000', '123546.815000', '123547.275000', '123547.735000', '123548.195000', '123548.655000', '123549.115000', '123549.575000', '123550.035000', '123550.495000', '123550.955000', '123551.415000', '123551.875000', '123552.335000', '123552.795000', '123553.255000', '123553.715000', '123554.175000', '123554.635000', '123555.095000', '123555.555000', '123556.015000', '123556.475000', '123556.935000', '123557.395000', '123557.855000', '123558.315000', '123558.775000', '123559.235000', '123559.695000', '123600.155000', '123600.615000', '123601.075000', '123601.535000', '123601.995000', '123602.455000', '123602.915000', '123603.375000', '123603.835000', '123604.295000', '123604.755000', '123605.215000', '123605.675000', '123606.135000', '123606.595000', '123607.055000', '123607.515000', '123607.975000', '123608.435000', '123608.895000', '123609.355000', '123609.815000', '123610.275000', '123610.735000', '123611.195000', '123611.655000', '123612.115000', '123612.575000', '123613.035000', '123613.495000', '123613.955000', '123614.415000', '123614.875000', '123615.335000', '123615.795000', '123616.255000', '123616.715000', '123617.175000', '123617.635000', '123618.095000', '123618.555000', '123619.015000', '123619.475000', '123619.935000', '123620.395000', '123620.855000', '123621.315000', '123621.775000', '123622.235000', '123622.695000', '123623.155000', '123623.615000', '123624.075000', '123624.535000', '123624.995000', '123625.455000', '123625.915000', '123626.375000', '123626.835000', '123627.295000', '123627.755000', '123628.215000', '123628.675000', '123629.135000', '123629.595000', '123630.055000', '123630.515000', '123630.975000', '123631.435000', '123631.895000', '123632.355000', '123632.815000', '123633.275000', '123633.735000', '123634.195000', '123634.655000', '123635.115000', '123635.575000', '123636.035000', '123636.495000', '123636.955000', '123637.415000', '123637.875000', '123638.335000', '123638.795000', '123639.255000', '123639.715000', '123640.175000', '123640.635000', '123641.095000', '123641.555000', '123642.015000', '123642.475000', '123642.935000', '123643.395000', '123643.855000', '123644.315000', '123644.775000', '123645.235000', '123645.695000', '123646.155000', '123646.615000', '123647.075000', '123647.535000', '123647.995000', '123648.455000', '123648.915000', '123649.375000', '123649.835000', '123650.295000', '123650.755000', '123651.215000', '123651.675000', '123652.135000', '123652.595000', '123653.055000', '123653.515000', '123653.975000', '123654.435000', '123654.895000', '123655.355000', '123655.815000', '123656.275000', '123656.735000', '123657.195000', '123657.655000', '123658.115000', '123658.575000', '123659.035000', '123659.495000', '123659.955000', '123700.415000', '123700.875000', '123701.335000', '123701.795000', '123702.255000', '123702.715000', '123703.175000', '123703.635000', '123704.095000', '123704.555000', '123705.015000', '123705.475000', '123705.935000', '123706.395000', '123706.855000', '123707.315000', '123707.775000', '123708.235000', '123708.695000', '123709.155000', '123709.615000', '123710.075000', '123710.535000', '123710.995000', '123711.455000', '123711.915000', '123712.375000', '123712.835000', '123713.295000', '123713.755000', '123714.215000', '123714.675000', '123715.135000', '123715.595000', '123716.055000', '123716.515000', '123716.975000', '123717.435000', '123717.895000', '123718.355000', '123718.815000', '123719.275000'], 'ContentTime': ['122847.385000', '122847.389000', '122847.392000', '122847.396000', '122847.400000', '122847.403000', '122847.406000', '122847.409000', '122847.412000', '122847.415000', '122847.418000', '122847.421000', '122847.425000', '122847.428000', '122847.431000', '122847.434000', '122847.437000', '122847.440000', '122847.443000', '122847.447000', '122847.457000', '122847.460000', '122847.463000', '122847.466000', '122847.469000', '122847.473000', '122847.476000', '122847.479000', '122847.482000', '122847.485000', '122847.488000', '122847.492000', '122847.495000', '122847.498000', '122847.501000', '122847.504000', '122847.507000', '122847.510000', '122847.514000', '122847.517000', '122847.520000', '122847.523000', '122907.315000', '122907.318000', '122907.321000', '122907.324000', '122907.327000', '122907.330000', '122907.333000', '122907.336000', '122907.340000', '122907.343000', '122907.346000', '122907.349000', '122907.352000', '122907.355000', '122907.358000', '122907.361000', '122907.364000', '122907.367000', '122907.370000', '122907.373000', '122907.376000', '122907.379000', '122907.383000', '122907.386000', '122907.389000', '122907.392000', '122907.403000', '122907.406000', '122907.409000', '122907.412000', '122907.416000', '122907.419000', '122907.422000', '122907.425000', '122907.428000', '122907.431000', '122907.434000', '122907.437000', '122907.440000', '122907.443000', '122907.446000', '122907.449000', '122907.453000', '122907.456000', '122927.315000', '122927.318000', '122927.322000', '122927.325000', '122927.328000', '122927.331000', '122927.334000', '122927.337000', '122927.340000', '122927.343000', '122927.346000', '122927.350000', '122927.353000', '122927.357000', '122927.360000', '122927.363000', '122927.366000', '122927.369000', '122927.372000', '122927.375000', '122927.378000', '122927.381000', '122927.384000', '122927.388000', '122927.391000', '122927.394000', '122927.397000', '122927.400000', '122927.403000', '122927.406000', '122927.409000', '122927.412000', '122927.416000', '122927.419000', '122927.422000', '122927.425000', '122927.428000', '122927.431000', '122927.434000', '122927.437000', '122927.440000', '122927.444000', '122927.447000', '122947.315000', '122947.318000', '122947.321000', '122947.324000', '122947.327000', '122947.330000', '122947.333000', '122947.336000', '122947.339000', '122947.342000', '122947.351000', '122947.354000', '122947.357000', '122947.360000', '122947.363000', '122947.366000', '122947.369000', '122947.372000', '122947.375000', '122947.378000', '122947.381000', '122947.384000', '122947.387000', '122947.390000', '122947.393000', '122947.396000', '122947.399000', '122947.402000', '122947.405000', '122947.408000', '122947.411000', '122947.414000', '122947.418000', '122947.421000', '122947.424000', '122947.427000', '122947.430000', '122947.433000', '122947.435000', '122947.438000', '122947.441000', '122947.444000', '122947.447000', '122947.450000', '123007.316000', '123007.319000', '123007.322000', '123007.325000', '123007.328000', '123007.331000', '123007.334000', '123007.337000', '123007.340000', '123007.343000', '123007.346000', '123007.349000', '123007.352000', '123007.355000', '123007.358000', '123007.361000', '123007.364000', '123007.369000', '123007.374000', '123007.377000', '123007.380000', '123007.383000', '123007.386000', '123007.389000', '123007.392000', '123007.395000', '123007.398000', '123007.401000', '123007.404000', '123007.407000', '123007.410000', '123007.413000', '123007.416000', '123007.419000', '123007.422000', '123007.425000', '123007.428000', '123007.431000', '123007.434000', '123007.440000', '123007.443000', '123007.451000', '123007.454000', '123027.316000', '123027.319000', '123027.322000', '123027.325000', '123027.328000', '123027.331000', '123027.334000', '123027.337000', '123027.340000', '123027.343000', '123027.346000', '123027.349000', '123027.352000', '123027.355000', '123027.358000', '123027.361000', '123027.364000', '123027.367000', '123027.370000', '123027.373000', '123027.376000', '123027.379000', '123027.382000', '123027.385000', '123027.388000', '123027.391000', '123027.394000', '123027.397000', '123027.400000', '123027.403000', '123027.406000', '123027.409000', '123027.412000', '123027.415000', '123027.418000', '123027.421000', '123027.424000', '123027.427000', '123027.430000', '123027.433000', '123027.440000', '123027.443000', '123027.446000', '123027.449000', '123047.315000', '123047.318000', '123047.321000', '123047.324000', '123047.327000', '123047.330000', '123047.333000', '123047.336000', '123047.339000', '123047.342000', '123047.345000', '123047.348000', '123047.351000', '123047.354000', '123047.357000', '123047.360000', '123047.363000', '123047.366000', '123047.369000', '123047.372000', '123047.375000', '123047.378000', '123047.381000', '123047.384000', '123047.387000', '123047.390000', '123047.408000', '123047.411000', '123047.414000', '123047.417000', '123047.420000', '123047.423000', '123047.426000', '123047.429000', '123047.432000', '123047.435000', '123047.438000', '123047.441000', '123047.444000', '123047.447000', '123047.450000', '123047.453000', '123047.456000', '123107.315000', '123107.318000', '123107.321000', '123107.324000', '123107.327000', '123107.330000', '123107.333000', '123107.336000', '123107.339000', '123107.342000', '123107.345000', '123107.348000', '123107.351000', '123107.354000', '123107.357000', '123107.360000', '123107.363000', '123107.366000', '123107.369000', '123107.372000', '123107.375000', '123107.378000', '123107.381000', '123107.384000', '123107.387000', '123107.390000', '123107.393000', '123107.396000', '123107.401000', '123107.404000', '123107.407000', '123107.410000', '123107.413000', '123107.416000', '123107.419000', '123107.422000', '123107.425000', '123107.428000', '123107.431000', '123107.434000', '123107.437000', '123107.440000', '123107.443000', '123107.446000', '123127.315000', '123127.318000', '123127.321000', '123127.324000', '123127.327000', '123127.330000', '123127.333000', '123127.336000', '123127.339000', '123127.342000', '123127.345000', '123127.348000', '123127.353000', '123127.356000', '123127.359000', '123127.362000', '123127.365000', '123127.368000', '123127.371000', '123127.374000', '123127.377000', '123127.380000', '123127.383000', '123127.386000', '123127.389000', '123127.392000', '123127.395000', '123127.398000', '123127.401000', '123127.404000', '123127.407000', '123127.410000', '123127.413000', '123127.416000', '123127.419000', '123127.422000', '123127.425000', '123127.428000', '123127.431000', '123127.434000', '123127.438000', '123127.444000', '123127.447000', '123147.315000', '123147.318000', '123147.321000', '123147.324000', '123147.327000', '123147.330000', '123147.333000', '123147.336000', '123147.339000', '123147.342000', '123147.345000', '123147.348000', '123147.351000', '123147.354000', '123147.357000', '123147.360000', '123147.363000', '123147.366000', '123147.369000', '123147.372000', '123147.375000', '123147.378000', '123147.381000', '123147.384000', '123147.392000', '123147.395000', '123147.398000', '123147.401000', '123147.404000', '123147.407000', '123147.410000', '123147.413000', '123147.416000', '123147.419000', '123147.422000', '123147.425000', '123147.428000', '123147.431000', '123147.434000', '123147.436000', '123147.439000', '123147.442000', '123147.445000', '123147.448000', '123207.315000', '123207.318000', '123207.321000', '123207.324000', '123207.327000', '123207.330000', '123207.333000', '123207.336000', '123207.339000', '123207.342000', '123207.345000', '123207.348000', '123207.351000', '123207.354000', '123207.357000', '123207.360000', '123207.363000', '123207.366000', '123207.378000', '123207.381000', '123207.384000', '123207.387000', '123207.390000', '123207.393000', '123207.396000', '123207.399000', '123207.402000', '123207.405000', '123207.408000', '123207.411000', '123207.414000', '123207.417000', '123207.420000', '123207.423000', '123207.426000', '123207.429000', '123207.432000', '123207.435000', '123207.438000', '123207.441000', '123207.451000', '123207.454000', '123207.472000', '123227.316000', '123227.319000', '123227.322000', '123227.325000', '123227.328000', '123227.331000', '123227.334000', '123227.337000', '123227.340000', '123227.343000', '123227.346000', '123227.349000', '123227.352000', '123227.355000', '123227.358000', '123227.361000', '123227.364000', '123227.367000', '123227.370000', '123227.373000', '123227.376000', '123227.379000', '123227.386000', '123227.389000', '123227.392000', '123227.395000', '123227.398000', '123227.401000', '123227.404000', '123227.407000', '123227.410000', '123227.413000', '123227.416000', '123227.427000', '123227.430000', '123227.433000', '123227.436000', '123227.439000', '123227.442000', '123227.445000', '123227.448000', '123227.451000', '123227.454000', '123227.457000', '123247.316000', '123247.319000', '123247.322000', '123247.325000', '123247.328000', '123247.331000', '123247.334000', '123247.337000', '123247.340000', '123247.343000', '123247.346000', '123247.349000', '123247.352000', '123247.355000', '123247.358000', '123247.361000', '123247.364000', '123247.367000', '123247.370000', '123247.373000', '123247.376000', '123247.379000', '123247.382000', '123247.385000', '123247.389000', '123247.393000', '123247.396000', '123247.399000', '123247.402000', '123247.405000', '123247.407000', '123247.411000', '123247.414000', '123247.417000', '123247.420000', '123247.423000', '123247.426000', '123247.428000', '123247.431000', '123247.434000', '123247.437000', '123247.440000', '123247.443000', '123307.315000', '123307.318000', '123307.321000', '123307.324000', '123307.327000', '123307.330000', '123307.333000', '123307.336000', '123307.339000', '123307.342000', '123307.345000', '123307.348000', '123307.351000', '123307.365000', '123307.368000', '123307.371000', '123307.374000', '123307.377000', '123307.380000', '123307.383000', '123307.386000', '123307.389000', '123307.392000', '123307.395000', '123307.398000', '123307.401000', '123307.404000', '123307.407000', '123307.410000', '123307.413000', '123307.416000', '123307.419000', '123307.422000', '123307.425000', '123307.427000', '123307.430000', '123307.474000', '123307.477000', '123307.480000', '123307.483000', '123307.486000', '123307.489000', '123307.491000', '123307.494000', '123327.315000', '123327.318000', '123327.321000', '123327.324000', '123327.327000', '123327.330000', '123327.333000', '123327.336000', '123327.339000', '123327.342000', '123327.345000', '123327.348000', '123327.351000', '123327.354000', '123327.357000', '123327.360000', '123327.363000', '123327.369000', '123327.371000', '123327.374000', '123327.377000', '123327.380000', '123327.383000', '123327.386000', '123327.389000', '123327.392000', '123327.395000', '123327.398000', '123327.401000', '123327.404000', '123327.408000', '123327.411000', '123327.414000', '123327.417000', '123327.420000', '123327.423000', '123327.426000', '123327.429000', '123327.432000', '123327.435000', '123327.438000', '123327.441000', '123327.444000', '123347.315000', '123347.318000', '123347.321000', '123347.324000', '123347.327000', '123347.330000', '123347.333000', '123347.336000', '123347.339000', '123347.342000', '123347.345000', '123347.348000', '123347.364000', '123347.367000', '123347.370000', '123347.373000', '123347.376000', '123347.379000', '123347.382000', '123347.385000', '123347.388000', '123347.391000', '123347.394000', '123347.397000', '123347.400000', '123347.405000', '123347.408000', '123347.411000', '123347.414000', '123347.417000', '123347.420000', '123347.423000', '123347.426000', '123347.429000', '123347.432000', '123347.441000', '123347.444000', '123347.447000', '123347.450000', '123347.453000', '123347.456000', '123347.459000', '123347.462000', '123347.465000', '123407.315000', '123407.318000', '123407.322000', '123407.325000', '123407.328000', '123407.331000', '123407.334000', '123407.336000', '123407.339000', '123407.343000', '123407.346000', '123407.349000', '123407.352000', '123407.355000', '123407.358000', '123407.361000', '123407.364000', '123407.367000', '123407.370000', '123407.376000', '123407.379000', '123407.382000', '123407.385000', '123407.388000', '123407.391000', '123407.394000', '123407.397000', '123407.400000', '123407.403000', '123407.406000', '123407.409000', '123407.412000', '123407.415000', '123407.418000', '123407.421000', '123407.424000', '123407.429000', '123407.432000', '123407.435000', '123407.438000', '123407.441000', '123407.444000', '123407.447000', '123427.315000', '123427.318000', '123427.321000', '123427.324000', '123427.327000', '123427.330000', '123427.333000', '123427.336000', '123427.339000', '123427.342000', '123427.345000', '123427.348000', '123427.351000', '123427.354000', '123427.357000', '123427.360000', '123427.363000', '123427.366000', '123427.369000', '123427.372000', '123427.375000', '123427.378000', '123427.381000', '123427.384000', '123427.387000', '123427.390000', '123427.393000', '123427.396000', '123427.399000', '123427.402000', '123427.405000', '123427.413000', '123427.416000', '123427.419000', '123427.422000', '123427.425000', '123427.428000', '123427.431000', '123427.434000', '123427.437000', '123427.440000', '123427.443000', '123427.446000', '123427.449000', '123447.316000', '123447.319000', '123447.322000', '123447.325000', '123447.328000', '123447.331000', '123447.334000', '123447.337000', '123447.340000', '123447.343000', '123447.346000', '123447.349000', '123447.352000', '123447.355000', '123447.358000', '123447.361000', '123447.364000', '123447.367000', '123447.370000', '123447.373000', '123447.376000', '123447.379000', '123447.382000', '123447.385000', '123447.388000', '123447.391000', '123447.394000', '123447.397000', '123447.400000', '123447.411000', '123447.414000', '123447.417000', '123447.420000', '123447.423000', '123447.426000', '123447.429000', '123447.432000', '123447.435000', '123447.438000', '123447.441000', '123447.444000', '123447.447000', '123447.450000', '123507.316000', '123507.319000', '123507.322000', '123507.325000', '123507.328000', '123507.331000', '123507.334000', '123507.337000', '123507.340000', '123507.343000', '123507.346000', '123507.357000', '123507.360000', '123507.363000', '123507.366000', '123507.369000', '123507.372000', '123507.375000', '123507.378000', '123507.381000', '123507.384000', '123507.387000', '123507.390000', '123507.393000', '123507.396000', '123507.399000', '123507.402000', '123507.405000', '123507.408000', '123507.411000', '123507.414000', '123507.417000', '123507.420000', '123507.423000', '123507.426000', '123507.429000', '123507.432000', '123507.435000', '123507.438000', '123507.441000', '123507.444000', '123507.447000', '123507.450000', '123507.453000', '123527.315000', '123527.318000', '123527.321000', '123527.324000', '123527.327000', '123527.330000', '123527.333000', '123527.336000', '123527.339000', '123527.342000', '123527.357000', '123527.360000', '123527.363000', '123527.366000', '123527.369000', '123527.372000', '123527.375000', '123527.378000', '123527.381000', '123527.384000', '123527.387000', '123527.390000', '123527.393000', '123527.396000', '123527.399000', '123527.402000', '123527.405000', '123527.408000', '123527.411000', '123527.414000', '123527.417000', '123527.420000', '123527.423000', '123527.426000', '123527.429000', '123527.432000', '123527.435000', '123527.438000', '123527.441000', '123527.444000', '123527.447000', '123527.450000', '123527.453000', '123547.315000', '123547.318000', '123547.321000', '123547.324000', '123547.327000', '123547.335000', '123547.338000', '123547.341000', '123547.344000', '123547.347000', '123547.350000', '123547.353000', '123547.356000', '123547.359000', '123547.362000', '123547.365000', '123547.368000', '123547.371000', '123547.374000', '123547.377000', '123547.380000', '123547.383000', '123547.386000', '123547.389000', '123547.392000', '123547.395000', '123547.398000', '123547.401000', '123547.404000', '123547.407000', '123547.410000', '123547.413000', '123547.416000', '123547.419000', '123547.422000', '123547.425000', '123547.428000', '123547.432000', '123547.435000', '123547.438000', '123547.441000', '123547.444000', '123547.447000', '123607.315000', '123607.318000', '123607.321000', '123607.324000', '123607.327000', '123607.330000', '123607.333000', '123607.337000', '123607.340000', '123607.343000', '123607.346000', '123607.354000', '123607.357000', '123607.360000', '123607.363000', '123607.366000', '123607.369000', '123607.372000', '123607.375000', '123607.378000', '123607.381000', '123607.384000', '123607.387000', '123607.390000', '123607.393000', '123607.396000', '123607.399000', '123607.402000', '123607.405000', '123607.408000', '123607.411000', '123607.414000', '123607.417000', '123607.420000', '123607.423000', '123607.426000', '123607.429000', '123607.432000', '123607.435000', '123607.438000', '123607.441000', '123607.444000', '123607.447000', '123607.450000', '123627.316000', '123627.322000', '123627.325000', '123627.329000', '123627.332000', '123627.335000', '123627.338000', '123627.341000', '123627.344000', '123627.347000', '123627.350000', '123627.353000', '123627.356000', '123627.359000', '123627.362000', '123627.365000', '123627.372000', '123627.375000', '123627.378000', '123627.381000', '123627.384000', '123627.387000', '123627.390000', '123627.393000', '123627.396000', '123627.399000', '123627.402000', '123627.405000', '123627.408000', '123627.411000', '123627.414000', '123627.417000', '123627.420000', '123627.423000', '123627.426000', '123627.429000', '123627.432000', '123627.435000', '123627.438000', '123627.441000', '123627.444000', '123627.447000', '123627.450000', '123647.315000', '123647.318000', '123647.321000', '123647.324000', '123647.327000', '123647.330000', '123647.334000', '123647.337000', '123647.354000', '123647.357000', '123647.360000', '123647.363000', '123647.366000', '123647.369000', '123647.372000', '123647.375000', '123647.378000', '123647.381000', '123647.384000', '123647.387000', '123647.390000', '123647.393000', '123647.396000', '123647.399000', '123647.402000', '123647.405000', '123647.408000', '123647.411000', '123647.414000', '123647.417000', '123647.420000', '123647.423000', '123647.426000', '123647.429000', '123647.432000', '123647.435000', '123647.438000', '123647.441000', '123647.444000', '123647.447000', '123647.450000', '123647.453000', '123647.456000', '123647.459000', '123707.316000', '123707.319000', '123707.322000', '123707.325000', '123707.328000', '123707.332000', '123707.335000', '123707.338000', '123707.341000', '123707.344000', '123707.348000', '123707.351000', '123707.354000', '123707.357000', '123707.360000', '123707.363000', '123707.366000', '123707.368000', '123707.372000', '123707.375000', '123707.378000', '123707.381000', '123707.384000', '123707.387000', '123707.390000', '123707.393000', '123707.396000', '123707.399000', '123707.402000', '123707.405000', '123707.408000', '123707.410000', '123707.413000', '123707.427000', '123707.430000', '123707.433000', '123707.436000', '123707.439000', '123707.442000', '123707.445000', '123707.448000', '123707.451000', '123707.454000', '123720.300000', '123720.304000', '123720.307000', '123720.320000', '123720.324000', '123720.327000', '123720.330000', '123720.334000', '123720.337000', '123720.340000', '123720.343000', '123720.346000', '123720.349000', '123720.352000', '123720.356000', '123720.359000', '123720.362000', '123720.366000', '123720.369000', '123720.372000', '123720.376000', '123720.379000', '123720.382000', '123720.385000', '123720.388000', '123720.391000', '123720.394000', '123720.397000', '123720.400000'], 'InstanceCreationTime': ['122847.385000', '122847.389000', '122847.392000', '122847.396000', '122847.400000', '122847.403000', '122847.406000', '122847.409000', '122847.412000', '122847.415000', '122847.418000', '122847.421000', '122847.425000', '122847.428000', '122847.431000', '122847.434000', '122847.437000', '122847.440000', '122847.443000', '122847.447000', '122847.457000', '122847.460000', '122847.463000', '122847.466000', '122847.469000', '122847.473000', '122847.476000', '122847.479000', '122847.482000', '122847.485000', '122847.488000', '122847.492000', '122847.495000', '122847.498000', '122847.501000', '122847.504000', '122847.507000', '122847.510000', '122847.514000', '122847.517000', '122847.520000', '122847.523000', '122907.315000', '122907.318000', '122907.321000', '122907.324000', '122907.327000', '122907.330000', '122907.333000', '122907.336000', '122907.340000', '122907.343000', '122907.346000', '122907.349000', '122907.352000', '122907.355000', '122907.358000', '122907.361000', '122907.364000', '122907.367000', '122907.370000', '122907.373000', '122907.376000', '122907.379000', '122907.383000', '122907.386000', '122907.389000', '122907.392000', '122907.403000', '122907.406000', '122907.409000', '122907.412000', '122907.416000', '122907.419000', '122907.422000', '122907.425000', '122907.428000', '122907.431000', '122907.434000', '122907.437000', '122907.440000', '122907.443000', '122907.446000', '122907.449000', '122907.453000', '122907.456000', '122927.315000', '122927.318000', '122927.322000', '122927.325000', '122927.328000', '122927.331000', '122927.334000', '122927.337000', '122927.340000', '122927.343000', '122927.346000', '122927.350000', '122927.353000', '122927.357000', '122927.360000', '122927.363000', '122927.366000', '122927.369000', '122927.372000', '122927.375000', '122927.378000', '122927.381000', '122927.384000', '122927.388000', '122927.391000', '122927.394000', '122927.397000', '122927.400000', '122927.403000', '122927.406000', '122927.409000', '122927.412000', '122927.416000', '122927.419000', '122927.422000', '122927.425000', '122927.428000', '122927.431000', '122927.434000', '122927.437000', '122927.440000', '122927.444000', '122927.447000', '122947.315000', '122947.318000', '122947.321000', '122947.324000', '122947.327000', '122947.330000', '122947.333000', '122947.336000', '122947.339000', '122947.342000', '122947.351000', '122947.354000', '122947.357000', '122947.360000', '122947.363000', '122947.366000', '122947.369000', '122947.372000', '122947.375000', '122947.378000', '122947.381000', '122947.384000', '122947.387000', '122947.390000', '122947.393000', '122947.396000', '122947.399000', '122947.402000', '122947.405000', '122947.408000', '122947.411000', '122947.414000', '122947.418000', '122947.421000', '122947.424000', '122947.427000', '122947.430000', '122947.433000', '122947.435000', '122947.438000', '122947.441000', '122947.444000', '122947.447000', '122947.450000', '123007.316000', '123007.319000', '123007.322000', '123007.325000', '123007.328000', '123007.331000', '123007.334000', '123007.337000', '123007.340000', '123007.343000', '123007.346000', '123007.349000', '123007.352000', '123007.355000', '123007.358000', '123007.361000', '123007.364000', '123007.369000', '123007.374000', '123007.377000', '123007.380000', '123007.383000', '123007.386000', '123007.389000', '123007.392000', '123007.395000', '123007.398000', '123007.401000', '123007.404000', '123007.407000', '123007.410000', '123007.413000', '123007.416000', '123007.419000', '123007.422000', '123007.425000', '123007.428000', '123007.431000', '123007.434000', '123007.440000', '123007.443000', '123007.451000', '123007.454000', '123027.316000', '123027.319000', '123027.322000', '123027.325000', '123027.328000', '123027.331000', '123027.334000', '123027.337000', '123027.340000', '123027.343000', '123027.346000', '123027.349000', '123027.352000', '123027.355000', '123027.358000', '123027.361000', '123027.364000', '123027.367000', '123027.370000', '123027.373000', '123027.376000', '123027.379000', '123027.382000', '123027.385000', '123027.388000', '123027.391000', '123027.394000', '123027.397000', '123027.400000', '123027.403000', '123027.406000', '123027.409000', '123027.412000', '123027.415000', '123027.418000', '123027.421000', '123027.424000', '123027.427000', '123027.430000', '123027.433000', '123027.440000', '123027.443000', '123027.446000', '123027.449000', '123047.315000', '123047.318000', '123047.321000', '123047.324000', '123047.327000', '123047.330000', '123047.333000', '123047.336000', '123047.339000', '123047.342000', '123047.345000', '123047.348000', '123047.351000', '123047.354000', '123047.357000', '123047.360000', '123047.363000', '123047.366000', '123047.369000', '123047.372000', '123047.375000', '123047.378000', '123047.381000', '123047.384000', '123047.387000', '123047.390000', '123047.408000', '123047.411000', '123047.414000', '123047.417000', '123047.420000', '123047.423000', '123047.426000', '123047.429000', '123047.432000', '123047.435000', '123047.438000', '123047.441000', '123047.444000', '123047.447000', '123047.450000', '123047.453000', '123047.456000', '123107.315000', '123107.318000', '123107.321000', '123107.324000', '123107.327000', '123107.330000', '123107.333000', '123107.336000', '123107.339000', '123107.342000', '123107.345000', '123107.348000', '123107.351000', '123107.354000', '123107.357000', '123107.360000', '123107.363000', '123107.366000', '123107.369000', '123107.372000', '123107.375000', '123107.378000', '123107.381000', '123107.384000', '123107.387000', '123107.390000', '123107.393000', '123107.396000', '123107.401000', '123107.404000', '123107.407000', '123107.410000', '123107.413000', '123107.416000', '123107.419000', '123107.422000', '123107.425000', '123107.428000', '123107.431000', '123107.434000', '123107.437000', '123107.440000', '123107.443000', '123107.446000', '123127.315000', '123127.318000', '123127.321000', '123127.324000', '123127.327000', '123127.330000', '123127.333000', '123127.336000', '123127.339000', '123127.342000', '123127.345000', '123127.348000', '123127.353000', '123127.356000', '123127.359000', '123127.362000', '123127.365000', '123127.368000', '123127.371000', '123127.374000', '123127.377000', '123127.380000', '123127.383000', '123127.386000', '123127.389000', '123127.392000', '123127.395000', '123127.398000', '123127.401000', '123127.404000', '123127.407000', '123127.410000', '123127.413000', '123127.416000', '123127.419000', '123127.422000', '123127.425000', '123127.428000', '123127.431000', '123127.434000', '123127.438000', '123127.444000', '123127.447000', '123147.315000', '123147.318000', '123147.321000', '123147.324000', '123147.327000', '123147.330000', '123147.333000', '123147.336000', '123147.339000', '123147.342000', '123147.345000', '123147.348000', '123147.351000', '123147.354000', '123147.357000', '123147.360000', '123147.363000', '123147.366000', '123147.369000', '123147.372000', '123147.375000', '123147.378000', '123147.381000', '123147.384000', '123147.392000', '123147.395000', '123147.398000', '123147.401000', '123147.404000', '123147.407000', '123147.410000', '123147.413000', '123147.416000', '123147.419000', '123147.422000', '123147.425000', '123147.428000', '123147.431000', '123147.434000', '123147.436000', '123147.439000', '123147.442000', '123147.445000', '123147.448000', '123207.315000', '123207.318000', '123207.321000', '123207.324000', '123207.327000', '123207.330000', '123207.333000', '123207.336000', '123207.339000', '123207.342000', '123207.345000', '123207.348000', '123207.351000', '123207.354000', '123207.357000', '123207.360000', '123207.363000', '123207.366000', '123207.378000', '123207.381000', '123207.384000', '123207.387000', '123207.390000', '123207.393000', '123207.396000', '123207.399000', '123207.402000', '123207.405000', '123207.408000', '123207.411000', '123207.414000', '123207.417000', '123207.420000', '123207.423000', '123207.426000', '123207.429000', '123207.432000', '123207.435000', '123207.438000', '123207.441000', '123207.451000', '123207.454000', '123207.472000', '123227.316000', '123227.319000', '123227.322000', '123227.325000', '123227.328000', '123227.331000', '123227.334000', '123227.337000', '123227.340000', '123227.343000', '123227.346000', '123227.349000', '123227.352000', '123227.355000', '123227.358000', '123227.361000', '123227.364000', '123227.367000', '123227.370000', '123227.373000', '123227.376000', '123227.379000', '123227.386000', '123227.389000', '123227.392000', '123227.395000', '123227.398000', '123227.401000', '123227.404000', '123227.407000', '123227.410000', '123227.413000', '123227.416000', '123227.427000', '123227.430000', '123227.433000', '123227.436000', '123227.439000', '123227.442000', '123227.445000', '123227.448000', '123227.451000', '123227.454000', '123227.457000', '123247.316000', '123247.319000', '123247.322000', '123247.325000', '123247.328000', '123247.331000', '123247.334000', '123247.337000', '123247.340000', '123247.343000', '123247.346000', '123247.349000', '123247.352000', '123247.355000', '123247.358000', '123247.361000', '123247.364000', '123247.367000', '123247.370000', '123247.373000', '123247.376000', '123247.379000', '123247.382000', '123247.385000', '123247.389000', '123247.393000', '123247.396000', '123247.399000', '123247.402000', '123247.405000', '123247.407000', '123247.411000', '123247.414000', '123247.417000', '123247.420000', '123247.423000', '123247.426000', '123247.428000', '123247.431000', '123247.434000', '123247.437000', '123247.440000', '123247.443000', '123307.315000', '123307.318000', '123307.321000', '123307.324000', '123307.327000', '123307.330000', '123307.333000', '123307.336000', '123307.339000', '123307.342000', '123307.345000', '123307.348000', '123307.351000', '123307.365000', '123307.368000', '123307.371000', '123307.374000', '123307.377000', '123307.380000', '123307.383000', '123307.386000', '123307.389000', '123307.392000', '123307.395000', '123307.398000', '123307.401000', '123307.404000', '123307.407000', '123307.410000', '123307.413000', '123307.416000', '123307.419000', '123307.422000', '123307.425000', '123307.427000', '123307.430000', '123307.474000', '123307.477000', '123307.480000', '123307.483000', '123307.486000', '123307.489000', '123307.491000', '123307.494000', '123327.315000', '123327.318000', '123327.321000', '123327.324000', '123327.327000', '123327.330000', '123327.333000', '123327.336000', '123327.339000', '123327.342000', '123327.345000', '123327.348000', '123327.351000', '123327.354000', '123327.357000', '123327.360000', '123327.363000', '123327.369000', '123327.371000', '123327.374000', '123327.377000', '123327.380000', '123327.383000', '123327.386000', '123327.389000', '123327.392000', '123327.395000', '123327.398000', '123327.401000', '123327.404000', '123327.408000', '123327.411000', '123327.414000', '123327.417000', '123327.420000', '123327.423000', '123327.426000', '123327.429000', '123327.432000', '123327.435000', '123327.438000', '123327.441000', '123327.444000', '123347.315000', '123347.318000', '123347.321000', '123347.324000', '123347.327000', '123347.330000', '123347.333000', '123347.336000', '123347.339000', '123347.342000', '123347.345000', '123347.348000', '123347.364000', '123347.367000', '123347.370000', '123347.373000', '123347.376000', '123347.379000', '123347.382000', '123347.385000', '123347.388000', '123347.391000', '123347.394000', '123347.397000', '123347.400000', '123347.405000', '123347.408000', '123347.411000', '123347.414000', '123347.417000', '123347.420000', '123347.423000', '123347.426000', '123347.429000', '123347.432000', '123347.441000', '123347.444000', '123347.447000', '123347.450000', '123347.453000', '123347.456000', '123347.459000', '123347.462000', '123347.465000', '123407.315000', '123407.318000', '123407.322000', '123407.325000', '123407.328000', '123407.331000', '123407.334000', '123407.336000', '123407.339000', '123407.343000', '123407.346000', '123407.349000', '123407.352000', '123407.355000', '123407.358000', '123407.361000', '123407.364000', '123407.367000', '123407.370000', '123407.376000', '123407.379000', '123407.382000', '123407.385000', '123407.388000', '123407.391000', '123407.394000', '123407.397000', '123407.400000', '123407.403000', '123407.406000', '123407.409000', '123407.412000', '123407.415000', '123407.418000', '123407.421000', '123407.424000', '123407.429000', '123407.432000', '123407.435000', '123407.438000', '123407.441000', '123407.444000', '123407.447000', '123427.315000', '123427.318000', '123427.321000', '123427.324000', '123427.327000', '123427.330000', '123427.333000', '123427.336000', '123427.339000', '123427.342000', '123427.345000', '123427.348000', '123427.351000', '123427.354000', '123427.357000', '123427.360000', '123427.363000', '123427.366000', '123427.369000', '123427.372000', '123427.375000', '123427.378000', '123427.381000', '123427.384000', '123427.387000', '123427.390000', '123427.393000', '123427.396000', '123427.399000', '123427.402000', '123427.405000', '123427.413000', '123427.416000', '123427.419000', '123427.422000', '123427.425000', '123427.428000', '123427.431000', '123427.434000', '123427.437000', '123427.440000', '123427.443000', '123427.446000', '123427.449000', '123447.316000', '123447.319000', '123447.322000', '123447.325000', '123447.328000', '123447.331000', '123447.334000', '123447.337000', '123447.340000', '123447.343000', '123447.346000', '123447.349000', '123447.352000', '123447.355000', '123447.358000', '123447.361000', '123447.364000', '123447.367000', '123447.370000', '123447.373000', '123447.376000', '123447.379000', '123447.382000', '123447.385000', '123447.388000', '123447.391000', '123447.394000', '123447.397000', '123447.400000', '123447.411000', '123447.414000', '123447.417000', '123447.420000', '123447.423000', '123447.426000', '123447.429000', '123447.432000', '123447.435000', '123447.438000', '123447.441000', '123447.444000', '123447.447000', '123447.450000', '123507.316000', '123507.319000', '123507.322000', '123507.325000', '123507.328000', '123507.331000', '123507.334000', '123507.337000', '123507.340000', '123507.343000', '123507.346000', '123507.357000', '123507.360000', '123507.363000', '123507.366000', '123507.369000', '123507.372000', '123507.375000', '123507.378000', '123507.381000', '123507.384000', '123507.387000', '123507.390000', '123507.393000', '123507.396000', '123507.399000', '123507.402000', '123507.405000', '123507.408000', '123507.411000', '123507.414000', '123507.417000', '123507.420000', '123507.423000', '123507.426000', '123507.429000', '123507.432000', '123507.435000', '123507.438000', '123507.441000', '123507.444000', '123507.447000', '123507.450000', '123507.453000', '123527.315000', '123527.318000', '123527.321000', '123527.324000', '123527.327000', '123527.330000', '123527.333000', '123527.336000', '123527.339000', '123527.342000', '123527.357000', '123527.360000', '123527.363000', '123527.366000', '123527.369000', '123527.372000', '123527.375000', '123527.378000', '123527.381000', '123527.384000', '123527.387000', '123527.390000', '123527.393000', '123527.396000', '123527.399000', '123527.402000', '123527.405000', '123527.408000', '123527.411000', '123527.414000', '123527.417000', '123527.420000', '123527.423000', '123527.426000', '123527.429000', '123527.432000', '123527.435000', '123527.438000', '123527.441000', '123527.444000', '123527.447000', '123527.450000', '123527.453000', '123547.315000', '123547.318000', '123547.321000', '123547.324000', '123547.327000', '123547.335000', '123547.338000', '123547.341000', '123547.344000', '123547.347000', '123547.350000', '123547.353000', '123547.356000', '123547.359000', '123547.362000', '123547.365000', '123547.368000', '123547.371000', '123547.374000', '123547.377000', '123547.380000', '123547.383000', '123547.386000', '123547.389000', '123547.392000', '123547.395000', '123547.398000', '123547.401000', '123547.404000', '123547.407000', '123547.410000', '123547.413000', '123547.416000', '123547.419000', '123547.422000', '123547.425000', '123547.428000', '123547.432000', '123547.435000', '123547.438000', '123547.441000', '123547.444000', '123547.447000', '123607.315000', '123607.318000', '123607.321000', '123607.324000', '123607.327000', '123607.330000', '123607.333000', '123607.337000', '123607.340000', '123607.343000', '123607.346000', '123607.354000', '123607.357000', '123607.360000', '123607.363000', '123607.366000', '123607.369000', '123607.372000', '123607.375000', '123607.378000', '123607.381000', '123607.384000', '123607.387000', '123607.390000', '123607.393000', '123607.396000', '123607.399000', '123607.402000', '123607.405000', '123607.408000', '123607.411000', '123607.414000', '123607.417000', '123607.420000', '123607.423000', '123607.426000', '123607.429000', '123607.432000', '123607.435000', '123607.438000', '123607.441000', '123607.444000', '123607.447000', '123607.450000', '123627.316000', '123627.322000', '123627.325000', '123627.329000', '123627.332000', '123627.335000', '123627.338000', '123627.341000', '123627.344000', '123627.347000', '123627.350000', '123627.353000', '123627.356000', '123627.359000', '123627.362000', '123627.365000', '123627.372000', '123627.375000', '123627.378000', '123627.381000', '123627.384000', '123627.387000', '123627.390000', '123627.393000', '123627.396000', '123627.399000', '123627.402000', '123627.405000', '123627.408000', '123627.411000', '123627.414000', '123627.417000', '123627.420000', '123627.423000', '123627.426000', '123627.429000', '123627.432000', '123627.435000', '123627.438000', '123627.441000', '123627.444000', '123627.447000', '123627.450000', '123647.315000', '123647.318000', '123647.321000', '123647.324000', '123647.327000', '123647.330000', '123647.334000', '123647.337000', '123647.354000', '123647.357000', '123647.360000', '123647.363000', '123647.366000', '123647.369000', '123647.372000', '123647.375000', '123647.378000', '123647.381000', '123647.384000', '123647.387000', '123647.390000', '123647.393000', '123647.396000', '123647.399000', '123647.402000', '123647.405000', '123647.408000', '123647.411000', '123647.414000', '123647.417000', '123647.420000', '123647.423000', '123647.426000', '123647.429000', '123647.432000', '123647.435000', '123647.438000', '123647.441000', '123647.444000', '123647.447000', '123647.450000', '123647.453000', '123647.456000', '123647.459000', '123707.316000', '123707.319000', '123707.322000', '123707.325000', '123707.328000', '123707.332000', '123707.335000', '123707.338000', '123707.341000', '123707.344000', '123707.348000', '123707.351000', '123707.354000', '123707.357000', '123707.360000', '123707.363000', '123707.366000', '123707.368000', '123707.372000', '123707.375000', '123707.378000', '123707.381000', '123707.384000', '123707.387000', '123707.390000', '123707.393000', '123707.396000', '123707.399000', '123707.402000', '123707.405000', '123707.408000', '123707.410000', '123707.413000', '123707.427000', '123707.430000', '123707.433000', '123707.436000', '123707.439000', '123707.442000', '123707.445000', '123707.448000', '123707.451000', '123707.454000', '123720.300000', '123720.304000', '123720.307000', '123720.320000', '123720.324000', '123720.327000', '123720.330000', '123720.334000', '123720.337000', '123720.340000', '123720.343000', '123720.346000', '123720.349000', '123720.352000', '123720.356000', '123720.359000', '123720.362000', '123720.366000', '123720.369000', '123720.372000', '123720.376000', '123720.379000', '123720.382000', '123720.385000', '123720.388000', '123720.391000', '123720.394000', '123720.397000', '123720.400000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [11316, 7976, 14444, 8692, 15904, 8996, 15127, 8389, 13102, 8373, 13657, 8151, 14157, 7350, 11143, 7727, 10827, 8943, 8573, 8664, 7593, 8595, 7396, 8034, 7436, 10762, 8119, 8386, 9303, 7844, 12795, 7600, 13223, 8577, 9305, 9244, 7906, 12296, 7377, 12581, 7863, 12313, 8023, 13529, 8853, 8536, 9110, 7362, 9137, 7728, 9388, 7526, 11549, 7781, 11293, 7946, 11691, 8330, 12678, 8506, 8170, 8688, 7729, 9024, 7661, 8541, 8891, 7900, 12247, 7992, 13738, 9771, 15256, 9732, 15758, 11463, 15382, 10022, 8208, 10566, 7312, 8945, 8394, 16307, 9397, 17516, 8929, 14211, 9265, 12503, 9229, 11339, 8115, 12300, 8150, 13396, 9531, 16582, 12196, 17739, 10613, 10016, 12568, 10948, 12270, 15441, 9252, 15399, 9286, 15631, 9107, 16195, 8801, 11326, 7875, 10327, 7562, 9539, 7664, 9284, 7600, 8944, 7508, 9018, 7433, 8990, 7699, 9315, 7827, 8930, 7443, 8966, 7273, 8653, 7629, 9072, 7250, 9592, 7375, 9971, 7699, 10163, 7654, 10557, 7962, 11053, 8075, 9024, 8701, 8124, 8406, 8020, 8798, 7602, 9076, 8646, 7900, 8971, 9600, 9091, 12428, 9034, 11805, 9041, 9808, 9607, 7983, 9680, 8132, 10352, 7787, 11899, 7838, 14050, 8806, 15695, 9235, 14143, 9211, 14312, 9051, 13370, 8841, 12220, 9102, 12942, 9144, 14479, 9324, 10000, 10255, 7539, 9741, 7445, 9852, 7709, 8846, 9165, 7596, 10629, 8536, 14058, 8917, 8007, 9563, 7564, 12677, 9088, 12585, 9301, 10896, 10095, 11125, 8234, 10614, 7305, 10835, 7680, 10918, 7840, 11003, 7617, 10997, 7828, 10809, 7417, 10788, 7548, 12023, 8275, 12206, 8792, 11586, 8938, 11261, 9462, 7501, 9453, 7669, 9892, 7702, 10075, 8320, 10123, 7698, 11245, 7322, 11807, 8528, 12349, 9437, 7771, 9877, 7703, 11018, 7574, 14350, 8929, 7720, 9844, 7780, 12300, 9008, 7779, 11280, 8583, 10532, 9581, 7740, 15357, 9882, 11772, 9521, 9000, 12673, 9261, 14435, 8416, 13559, 8598, 12342, 8643, 9097, 9086, 7609, 9414, 7360, 9753, 7814, 11077, 8189, 8436, 8560, 7900, 9110, 7670, 9694, 7574, 12761, 8043, 14666, 8412, 15411, 9324, 11880, 11507, 7637, 13639, 7846, 13393, 8512, 15188, 12129, 15543, 10421, 11887, 9059, 10349, 10313, 9778, 11108, 7924, 10874, 7402, 10739, 8823, 16078, 9031, 11377, 8922, 7894, 10140, 7833, 13367, 8301, 7815, 9818, 7549, 13378, 8283, 14181, 11271, 16696, 11359, 13494, 9732, 12930, 9018, 16012, 10504, 10315, 9267, 7886, 9432, 8240, 8406, 7549, 8872, 7565, 8830, 7999, 7315, 8494, 8005, 9297, 7989, 8962, 8032, 9352, 8611, 10085, 8981, 13965, 11523, 13218, 12653, 11466, 14200, 10804, 13941, 10791, 9751, 10286, 9380, 9632, 9649, 9503, 10279, 9359, 8707, 8977, 7959, 9036, 7722, 9330, 7423, 9793, 7677, 10358, 7982, 10350, 7870, 10186, 8220, 10597, 8169, 9797, 8526, 9974, 8506, 8787, 9211, 7457, 9206, 7609, 9428, 7359, 9725, 7856, 10720, 8114, 8964, 8700, 8509, 9077, 8272, 9340, 7376, 9709, 7789, 10955, 8233, 11930, 9089, 10099, 8966, 8385, 9436, 7898, 8776, 9369, 7941, 13433, 8845, 14657, 12187, 15105, 11226, 9770, 10990, 8401, 12996, 9071, 15442, 8978, 8747, 9286, 7721, 9676, 7391, 11473, 8060, 13113, 8192, 13753, 8959, 14857, 9728, 11445, 9306, 10855, 9311, 9738, 9589, 7886, 9734, 7520, 10019, 7696, 11159, 7766, 14171, 8753, 13777, 8950, 13515, 8956, 14595, 8902, 13470, 9013, 12450, 8736, 12559, 8658, 13236, 7898, 11410, 8188, 11337, 8549, 12485, 8037, 11128, 8153, 10487, 7976, 11245, 7822, 11279, 7895, 10847, 7767, 12130, 8203, 13311, 8161, 11692, 7740, 11917, 8491, 13568, 8242, 12612, 7683, 11275, 7631, 11631, 7867, 12732, 8282, 12367, 7664, 11604, 7766, 12230, 7652, 11585, 7928, 10502, 7910, 11296, 7386, 10636, 7412, 10308, 7742, 10047, 7749, 10368, 7537, 10323, 7810, 9390, 7781, 9718, 7440, 12202, 8420, 11462, 8865, 16991, 8682, 14898, 9779, 16508, 9138, 14019, 9112, 11729, 8727, 12811, 8188, 11976, 7993, 10639, 8159, 10565, 8781, 11684, 7966, 12014, 8162, 12684, 8666, 15135, 8368, 14905, 8304, 11918, 8556, 11617, 8181, 12267, 8312, 10382, 8765, 12310, 8404, 11674, 8715, 15038, 8933, 16467, 8532, 14517, 8406, 12798, 8957, 15836, 8832, 15083, 8540, 13901, 9068, 15972, 8633, 15776, 8754, 11458, 8874, 12406, 8234, 10952, 8356, 11279, 8893, 9131, 8248, 8235, 8631, 8352, 8857, 7638, 9205, 7920, 9749, 8015, 10128, 7379, 10961, 7651, 11621, 7957, 11989, 8403, 13942, 8394, 11333, 9421, 9015, 8821, 8000, 9177, 7710, 9532, 7749, 11055, 7834, 11169, 7931, 11620, 8855, 16124, 8676, 15355, 9132, 15516, 9710, 13976, 8893, 11018, 8722, 10192, 8842, 8264, 8830, 7650, 9240, 8022, 9432, 8297, 9758, 7412, 10593, 7409, 10541, 7441, 10930, 8357, 8836, 8756, 7582, 13559, 8607, 15824, 8611, 14742, 9873, 9349, 12703, 8955, 14598, 11686, 15431, 11995, 16178, 13469, 17314, 13460, 17350, 12426, 17440, 11245, 17783, 11187, 15014, 9836, 12049, 8923, 9935, 8696, 9989, 8677, 7852, 9000, 7111, 9427, 7299, 10202, 7277, 10855, 8142, 7498, 9270, 7560, 9734, 8900, 8170, 9611, 7739, 11432, 7695, 14255, 8043, 8237, 8910, 7270, 10142, 7611, 11311, 7864, 7738, 8925, 7513, 10306, 7775, 7425, 8981, 7620, 10304, 8579, 7672, 10593, 7633, 14665, 9706, 7597, 15708, 8009, 8897, 8653, 7214, 10303, 7346, 11973, 8903, 7581, 8748, 7633, 10046, 8263, 10343, 8676, 7805, 10200, 7530, 15815, 8742, 12997, 8673, 7666, 9502, 7923, 7254, 9816, 8280, 17094, 11384, 15772, 12377, 15811, 11478, 15169, 11517, 14287, 12607, 10244, 14093, 9128, 14908, 10107, 14009, 9108, 13163, 7661, 10349, 7566, 9360, 7791, 9297, 8172, 9059, 7820, 9090, 7922, 9548, 8095, 9640, 7812, 9738, 7982, 9743, 7800, 11638, 8257, 11880, 8323, 10998, 9087, 9044, 7964, 8599, 8273, 8672, 8360, 7380, 8629, 7402, 10035, 8092, 10574, 9070, 8137, 9048, 7458, 13517, 8575, 15196, 9077, 15157, 9925, 15530, 8759, 12744, 8904, 11796, 9891, 7687, 8365, 7508, 9863, 7997, 10655, 9148, 7746, 8471, 7272, 10198, 7599, 14280, 10295, 17778, 11365, 16408, 12546, 15205, 12671, 16543, 11054, 11218, 9244, 7595, 10839, 7502, 16123, 9126, 15802, 9203, 15619, 9980, 14763, 8867, 9044, 8549, 7550, 8220, 7235, 10647, 7522, 7702, 8743, 7764, 8067, 8901, 7914, 8504, 9211, 7688, 15862, 12404, 11486, 17024, 13338, 11340, 18020, 13763, 10796, 17460, 13711, 11804, 16429, 10623, 8251, 9917, 7794, 10110, 9418, 7577, 9755, 7387, 10086, 7761, 10409, 8520, 7508, 8728, 7226, 9410, 7505, 9337, 8275, 7066, 8855, 7238, 9166, 7518, 9257, 7242, 10537, 7597, 9431, 8442, 7167, 9742, 7738, 10887, 8881, 10895, 8940, 8710, 9706, 8145, 10200, 9096, 10427, 7912, 9966, 7344, 9970, 7615, 9793, 7391, 9841, 7162, 9667, 7323, 9641, 7490, 9630, 7647, 10744, 7414, 10745, 7852, 10222, 8461, 8955, 8857, 7186, 9335, 7538, 10193, 7735, 13945, 8281, 14662, 8235, 13268, 8647, 13749, 9507, 15754, 8947, 13499, 9028, 13162, 9155, 15715, 8182, 12306, 8690, 12487, 8650, 15913, 8833, 14846, 8884, 13894, 9565, 12792, 9066, 12741, 8599, 11384, 8981, 8671, 8988, 11239, 9251, 14948, 11633, 14291, 8564, 12964, 9235, 8358, 9711, 7195, 12700, 8977, 15012, 10045, 13690, 8719, 11959, 7625, 13147, 7757, 12312, 7389, 10554, 7290, 9890, 7537, 10967, 7585, 10690, 7397, 10798, 8027, 11765, 7661, 10848, 7569, 10773, 7393, 10896, 7288, 11075, 7378, 9992, 8186, 9174, 8537, 7176, 8969, 7160, 10069, 7894, 11996, 7414, 13767, 7655, 14189, 9130, 14862, 11372, 15318, 9779, 13724, 9024, 13994, 8424, 14289, 7930, 12945, 8338, 13148, 8560, 13134, 8064, 11489, 8032, 12840, 8595, 10116, 8412, 8878, 8502, 9433, 8936, 13790, 10267, 9200, 8460, 8361, 9101, 7626, 14492, 7496, 13658, 7588, 9795, 8035, 11904, 8922, 7438, 9672, 7298, 11444, 8133, 13127, 12233, 15752, 9393, 15630, 8479, 14725, 9040, 14925, 11794, 16300, 10291, 15796, 10125, 15560, 10470], 'WindowCenter': [4545.0, 4487.0, 4543.0, 4469.0, 4527.0, 4466.0, 4513.0, 4443.0, 4492.0, 4443.0, 4492.0, 4441.0, 4500.0, 4431.0, 4482.0, 4445.0, 4485.0, 4466.0, 4466.0, 4466.0, 4447.0, 4444.0, 4422.0, 4442.0, 4422.0, 4473.0, 4443.0, 4445.0, 4464.0, 4445.0, 4494.0, 4446.0, 4504.0, 4454.0, 4464.0, 4464.0, 4443.0, 4495.0, 4436.0, 4493.0, 4443.0, 4495.0, 4444.0, 4493.0, 4454.0, 4454.0, 4454.0, 4433.0, 4465.0, 4445.0, 4465.0, 4444.0, 4484.0, 4459.0, 4496.0, 4445.0, 4494.0, 4455.0, 4494.0, 4455.0, 4455.0, 4455.0, 4445.0, 4466.0, 4458.0, 4468.0, 4479.0, 4460.0, 4510.0, 4458.0, 4519.0, 4477.0, 4529.0, 4480.0, 4531.0, 4486.0, 4516.0, 4462.0, 4430.0, 4460.0, 4433.0, 4450.0, 4453.0, 4523.0, 4465.0, 4524.0, 4454.0, 4502.0, 4452.0, 4481.0, 4462.0, 4470.0, 4430.0, 4480.0, 4429.0, 4480.0, 4450.0, 4487.0, 4468.0, 4497.0, 4448.0, 4438.0, 4468.0, 4445.0, 4457.0, 4486.0, 4423.0, 4462.0, 4422.0, 4472.0, 4412.0, 4472.0, 4412.0, 4442.0, 4401.0, 4431.0, 4392.0, 4422.0, 4391.0, 4422.0, 4403.0, 4423.0, 4403.0, 4425.0, 4406.0, 4437.0, 4416.0, 4438.0, 4416.0, 4437.0, 4417.0, 4439.0, 4418.0, 4440.0, 4429.0, 4452.0, 4420.0, 4461.0, 4433.0, 4462.0, 4444.0, 4473.0, 4445.0, 4484.0, 4455.0, 4485.0, 4457.0, 4467.0, 4482.0, 4471.0, 4482.0, 4468.0, 4467.0, 4458.0, 4477.0, 4468.0, 4458.0, 4480.0, 4487.0, 4480.0, 4506.0, 4478.0, 4506.0, 4468.0, 4486.0, 4476.0, 4455.0, 4476.0, 4455.0, 4487.0, 4456.0, 4506.0, 4456.0, 4516.0, 4466.0, 4526.0, 4477.0, 4514.0, 4464.0, 4514.0, 4466.0, 4506.0, 4467.0, 4493.0, 4464.0, 4502.0, 4463.0, 4513.0, 4477.0, 4486.0, 4486.0, 4446.0, 4474.0, 4444.0, 4473.0, 4445.0, 4476.0, 4477.0, 4483.0, 4513.0, 4480.0, 4528.0, 4476.0, 4455.0, 4479.0, 4446.0, 4506.0, 4464.0, 4505.0, 4463.0, 4485.0, 4473.0, 4486.0, 4453.0, 4473.0, 4432.0, 4482.0, 4443.0, 4483.0, 4454.0, 4483.0, 4444.0, 4484.0, 4445.0, 4483.0, 4445.0, 4484.0, 4445.0, 4493.0, 4455.0, 4494.0, 4465.0, 4495.0, 4466.0, 4495.0, 4475.0, 4434.0, 4474.0, 4444.0, 4475.0, 4444.0, 4490.0, 4466.0, 4501.0, 4458.0, 4509.0, 4447.0, 4495.0, 4478.0, 4507.0, 4475.0, 4445.0, 4502.0, 4484.0, 4523.0, 4471.0, 4541.0, 4479.0, 4457.0, 4486.0, 4457.0, 4506.0, 4478.0, 4458.0, 4509.0, 4479.0, 4510.0, 4489.0, 4458.0, 4537.0, 4486.0, 4506.0, 4476.0, 4464.0, 4506.0, 4465.0, 4514.0, 4466.0, 4516.0, 4466.0, 4505.0, 4466.0, 4463.0, 4463.0, 4443.0, 4476.0, 4444.0, 4486.0, 4468.0, 4508.0, 4469.0, 4467.0, 4482.0, 4469.0, 4477.0, 4457.0, 4478.0, 4457.0, 4505.0, 4458.0, 4526.0, 4467.0, 4537.0, 4478.0, 4505.0, 4495.0, 4455.0, 4516.0, 4455.0, 4516.0, 4467.0, 4526.0, 4506.0, 4525.0, 4486.0, 4494.0, 4464.0, 4472.0, 4473.0, 4461.0, 4482.0, 4441.0, 4482.0, 4442.0, 4483.0, 4464.0, 4524.0, 4464.0, 4508.0, 4463.0, 4453.0, 4472.0, 4442.0, 4502.0, 4453.0, 4444.0, 4486.0, 4456.0, 4515.0, 4455.0, 4516.0, 4485.0, 4524.0, 4483.0, 4504.0, 4461.0, 4492.0, 4464.0, 4511.0, 4472.0, 4471.0, 4450.0, 4440.0, 4463.0, 4455.0, 4457.0, 4432.0, 4438.0, 4430.0, 4449.0, 4440.0, 4433.0, 4463.0, 4442.0, 4464.0, 4444.0, 4464.0, 4441.0, 4453.0, 4442.0, 4462.0, 4440.0, 4503.0, 4470.0, 4480.0, 4476.0, 4458.0, 4476.0, 4457.0, 4476.0, 4456.0, 4434.0, 4445.0, 4424.0, 4435.0, 4433.0, 4435.0, 4445.0, 4424.0, 4423.0, 4425.0, 4414.0, 4425.0, 4404.0, 4435.0, 4406.0, 4444.0, 4417.0, 4448.0, 4426.0, 4456.0, 4429.0, 4458.0, 4439.0, 4458.0, 4440.0, 4458.0, 4441.0, 4463.0, 4452.0, 4451.0, 4460.0, 4430.0, 4463.0, 4441.0, 4463.0, 4443.0, 4473.0, 4454.0, 4485.0, 4455.0, 4466.0, 4466.0, 4465.0, 4477.0, 4467.0, 4478.0, 4456.0, 4476.0, 4457.0, 4496.0, 4469.0, 4508.0, 4479.0, 4497.0, 4478.0, 4466.0, 4476.0, 4468.0, 4478.0, 4490.0, 4469.0, 4529.0, 4479.0, 4529.0, 4508.0, 4528.0, 4496.0, 4485.0, 4495.0, 4466.0, 4516.0, 4477.0, 4526.0, 4465.0, 4465.0, 4476.0, 4456.0, 4488.0, 4448.0, 4495.0, 4457.0, 4515.0, 4466.0, 4517.0, 4477.0, 4527.0, 4476.0, 4495.0, 4475.0, 4484.0, 4478.0, 4475.0, 4474.0, 4453.0, 4475.0, 4444.0, 4475.0, 4455.0, 4497.0, 4444.0, 4514.0, 4465.0, 4513.0, 4464.0, 4514.0, 4465.0, 4514.0, 4463.0, 4502.0, 4463.0, 4493.0, 4464.0, 4493.0, 4455.0, 4503.0, 4442.0, 4482.0, 4453.0, 4483.0, 4463.0, 4492.0, 4453.0, 4482.0, 4453.0, 4483.0, 4453.0, 4484.0, 4444.0, 4493.0, 4454.0, 4484.0, 4445.0, 4493.0, 4453.0, 4503.0, 4453.0, 4493.0, 4443.0, 4494.0, 4465.0, 4502.0, 4454.0, 4492.0, 4443.0, 4483.0, 4444.0, 4492.0, 4442.0, 4502.0, 4452.0, 4493.0, 4442.0, 4484.0, 4441.0, 4491.0, 4442.0, 4481.0, 4442.0, 4472.0, 4444.0, 4482.0, 4430.0, 4470.0, 4431.0, 4472.0, 4444.0, 4474.0, 4442.0, 4474.0, 4442.0, 4475.0, 4449.0, 4467.0, 4434.0, 4463.0, 4434.0, 4492.0, 4457.0, 4482.0, 4453.0, 4524.0, 4453.0, 4513.0, 4473.0, 4523.0, 4463.0, 4503.0, 4452.0, 4482.0, 4452.0, 4491.0, 4441.0, 4481.0, 4442.0, 4471.0, 4443.0, 4473.0, 4453.0, 4483.0, 4443.0, 4491.0, 4441.0, 4491.0, 4452.0, 4511.0, 4443.0, 4501.0, 4441.0, 4481.0, 4452.0, 4482.0, 4441.0, 4480.0, 4441.0, 4471.0, 4452.0, 4492.0, 4452.0, 4482.0, 4454.0, 4514.0, 4454.0, 4511.0, 4452.0, 4502.0, 4452.0, 4492.0, 4452.0, 4514.0, 4452.0, 4511.0, 4452.0, 4502.0, 4452.0, 4512.0, 4453.0, 4511.0, 4452.0, 4482.0, 4454.0, 4493.0, 4442.0, 4482.0, 4453.0, 4483.0, 4464.0, 4463.0, 4454.0, 4455.0, 4466.0, 4467.0, 4478.0, 4455.0, 4477.0, 4455.0, 4486.0, 4458.0, 4486.0, 4447.0, 4497.0, 4456.0, 4496.0, 4456.0, 4505.0, 4467.0, 4525.0, 4466.0, 4496.0, 4477.0, 4476.0, 4476.0, 4456.0, 4477.0, 4458.0, 4487.0, 4458.0, 4496.0, 4457.0, 4497.0, 4469.0, 4507.0, 4478.0, 4538.0, 4478.0, 4537.0, 4478.0, 4527.0, 4479.0, 4515.0, 4465.0, 4484.0, 4465.0, 4486.0, 4476.0, 4455.0, 4476.0, 4456.0, 4477.0, 4456.0, 4488.0, 4467.0, 4501.0, 4460.0, 4500.0, 4472.0, 4500.0, 4463.0, 4489.0, 4459.0, 4467.0, 4466.0, 4447.0, 4515.0, 4466.0, 4514.0, 4455.0, 4512.0, 4476.0, 4465.0, 4507.0, 4478.0, 4519.0, 4499.0, 4504.0, 4472.0, 4488.0, 4466.0, 4477.0, 4453.0, 4472.0, 4443.0, 4460.0, 4419.0, 4459.0, 4419.0, 4448.0, 4409.0, 4427.0, 4387.0, 4396.0, 4399.0, 4408.0, 4399.0, 4391.0, 4413.0, 4394.0, 4437.0, 4406.0, 4433.0, 4407.0, 4445.0, 4405.0, 4394.0, 4437.0, 4419.0, 4438.0, 4441.0, 4418.0, 4439.0, 4408.0, 4458.0, 4419.0, 4478.0, 4419.0, 4429.0, 4439.0, 4408.0, 4448.0, 4422.0, 4472.0, 4435.0, 4435.0, 4456.0, 4437.0, 4477.0, 4448.0, 4436.0, 4456.0, 4445.0, 4476.0, 4456.0, 4448.0, 4488.0, 4474.0, 4529.0, 4478.0, 4458.0, 4526.0, 4447.0, 4467.0, 4468.0, 4436.0, 4478.0, 4449.0, 4508.0, 4478.0, 4448.0, 4469.0, 4459.0, 4478.0, 4469.0, 4489.0, 4469.0, 4461.0, 4490.0, 4461.0, 4530.0, 4482.0, 4523.0, 4472.0, 4462.0, 4491.0, 4461.0, 4450.0, 4478.0, 4471.0, 4527.0, 4498.0, 4527.0, 4497.0, 4515.0, 4487.0, 4504.0, 4485.0, 4504.0, 4484.0, 4450.0, 4491.0, 4439.0, 4490.0, 4448.0, 4480.0, 4427.0, 4468.0, 4408.0, 4436.0, 4406.0, 4427.0, 4408.0, 4437.0, 4418.0, 4426.0, 4407.0, 4429.0, 4419.0, 4439.0, 4419.0, 4440.0, 4420.0, 4451.0, 4431.0, 4450.0, 4422.0, 4470.0, 4432.0, 4471.0, 4442.0, 4471.0, 4452.0, 4451.0, 4433.0, 4454.0, 4455.0, 4454.0, 4444.0, 4433.0, 4455.0, 4437.0, 4465.0, 4446.0, 4486.0, 4469.0, 4458.0, 4480.0, 4450.0, 4508.0, 4468.0, 4518.0, 4467.0, 4517.0, 4478.0, 4530.0, 4472.0, 4508.0, 4479.0, 4508.0, 4476.0, 4446.0, 4469.0, 4449.0, 4489.0, 4460.0, 4500.0, 4480.0, 4462.0, 4472.0, 4461.0, 4490.0, 4460.0, 4530.0, 4501.0, 4541.0, 4501.0, 4530.0, 4498.0, 4519.0, 4510.0, 4528.0, 4486.0, 4487.0, 4465.0, 4446.0, 4485.0, 4436.0, 4516.0, 4465.0, 4515.0, 4454.0, 4515.0, 4464.0, 4502.0, 4454.0, 4452.0, 4468.0, 4446.0, 4454.0, 4434.0, 4473.0, 4443.0, 4443.0, 4456.0, 4445.0, 4433.0, 4456.0, 4449.0, 4447.0, 4468.0, 4449.0, 4516.0, 4484.0, 4473.0, 4513.0, 4480.0, 4460.0, 4500.0, 4467.0, 4435.0, 4485.0, 4454.0, 4443.0, 4460.0, 4419.0, 4389.0, 4408.0, 4379.0, 4419.0, 4410.0, 4380.0, 4409.0, 4393.0, 4423.0, 4395.0, 4433.0, 4413.0, 4394.0, 4426.0, 4408.0, 4437.0, 4407.0, 4425.0, 4418.0, 4398.0, 4439.0, 4409.0, 4440.0, 4410.0, 4440.0, 4410.0, 4450.0, 4421.0, 4441.0, 4432.0, 4413.0, 4454.0, 4437.0, 4476.0, 4456.0, 4475.0, 4455.0, 4444.0, 4453.0, 4431.0, 4462.0, 4441.0, 4463.0, 4431.0, 4452.0, 4423.0, 4463.0, 4435.0, 4464.0, 4425.0, 4463.0, 4424.0, 4454.0, 4435.0, 4465.0, 4435.0, 4466.0, 4447.0, 4476.0, 4437.0, 4487.0, 4448.0, 4489.0, 4457.0, 4467.0, 4468.0, 4438.0, 4469.0, 4448.0, 4478.0, 4449.0, 4517.0, 4458.0, 4517.0, 4458.0, 4508.0, 4458.0, 4506.0, 4467.0, 4516.0, 4457.0, 4507.0, 4456.0, 4496.0, 4466.0, 4517.0, 4444.0, 4494.0, 4454.0, 4497.0, 4456.0, 4515.0, 4455.0, 4505.0, 4454.0, 4495.0, 4454.0, 4483.0, 4454.0, 4484.0, 4444.0, 4484.0, 4454.0, 4444.0, 4454.0, 4474.0, 4453.0, 4504.0, 4472.0, 4492.0, 4432.0, 4481.0, 4443.0, 4443.0, 4453.0, 4424.0, 4483.0, 4440.0, 4491.0, 4450.0, 4480.0, 4429.0, 4459.0, 4420.0, 4470.0, 4420.0, 4469.0, 4410.0, 4449.0, 4411.0, 4450.0, 4421.0, 4460.0, 4421.0, 4462.0, 4424.0, 4463.0, 4433.0, 4473.0, 4433.0, 4474.0, 4433.0, 4489.0, 4437.0, 4473.0, 4436.0, 4474.0, 4434.0, 4463.0, 4445.0, 4465.0, 4456.0, 4426.0, 4465.0, 4437.0, 4476.0, 4458.0, 4497.0, 4448.0, 4507.0, 4446.0, 4506.0, 4466.0, 4506.0, 4485.0, 4505.0, 4464.0, 4493.0, 4454.0, 4493.0, 4444.0, 4504.0, 4444.0, 4494.0, 4444.0, 4494.0, 4455.0, 4494.0, 4445.0, 4484.0, 4444.0, 4495.0, 4455.0, 4475.0, 4445.0, 4454.0, 4454.0, 4455.0, 4456.0, 4503.0, 4474.0, 4454.0, 4468.0, 4468.0, 4479.0, 4456.0, 4515.0, 4446.0, 4515.0, 4444.0, 4487.0, 4456.0, 4496.0, 4477.0, 4447.0, 4488.0, 4447.0, 4496.0, 4445.0, 4517.0, 4482.0, 4516.0, 4465.0, 4513.0, 4454.0, 4503.0, 4453.0, 4503.0, 4481.0, 4513.0, 4461.0, 4500.0, 4460.0, 4500.0, 4459.0], 'WindowWidth': [9994.0, 9898.0, 9963.0, 9856.0, 9929.0, 9841.0, 9902.0, 9806.0, 9871.0, 9806.0, 9868.0, 9800.0, 9878.0, 9786.0, 9856.0, 9813.0, 9868.0, 9842.0, 9840.0, 9840.0, 9814.0, 9802.0, 9769.0, 9799.0, 9772.0, 9842.0, 9803.0, 9807.0, 9835.0, 9811.0, 9875.0, 9812.0, 9887.0, 9819.0, 9834.0, 9834.0, 9803.0, 9874.0, 9795.0, 9869.0, 9805.0, 9875.0, 9808.0, 9873.0, 9820.0, 9820.0, 9819.0, 9791.0, 9836.0, 9809.0, 9837.0, 9808.0, 9860.0, 9835.0, 9882.0, 9811.0, 9875.0, 9824.0, 9876.0, 9824.0, 9825.0, 9824.0, 9808.0, 9839.0, 9832.0, 9847.0, 9863.0, 9838.0, 9906.0, 9834.0, 9919.0, 9857.0, 9931.0, 9861.0, 9932.0, 9861.0, 9904.0, 9821.0, 9775.0, 9820.0, 9788.0, 9806.0, 9816.0, 9911.0, 9834.0, 9914.0, 9820.0, 9882.0, 9812.0, 9851.0, 9827.0, 9835.0, 9779.0, 9847.0, 9778.0, 9845.0, 9802.0, 9851.0, 9825.0, 9866.0, 9799.0, 9783.0, 9825.0, 9790.0, 9808.0, 9845.0, 9756.0, 9805.0, 9751.0, 9820.0, 9739.0, 9821.0, 9740.0, 9782.0, 9723.0, 9764.0, 9713.0, 9751.0, 9710.0, 9753.0, 9729.0, 9757.0, 9732.0, 9763.0, 9739.0, 9784.0, 9754.0, 9785.0, 9756.0, 9786.0, 9757.0, 9790.0, 9761.0, 9793.0, 9779.0, 9813.0, 9769.0, 9826.0, 9791.0, 9829.0, 9807.0, 9846.0, 9812.0, 9861.0, 9825.0, 9864.0, 9829.0, 9845.0, 9874.0, 9859.0, 9877.0, 9851.0, 9845.0, 9836.0, 9859.0, 9848.0, 9834.0, 9869.0, 9873.0, 9867.0, 9897.0, 9860.0, 9897.0, 9847.0, 9869.0, 9857.0, 9827.0, 9857.0, 9826.0, 9872.0, 9830.0, 9897.0, 9831.0, 9912.0, 9843.0, 9923.0, 9856.0, 9904.0, 9836.0, 9905.0, 9839.0, 9893.0, 9843.0, 9873.0, 9834.0, 9884.0, 9833.0, 9899.0, 9856.0, 9871.0, 9868.0, 9815.0, 9849.0, 9808.0, 9846.0, 9814.0, 9857.0, 9859.0, 9881.0, 9920.0, 9871.0, 9930.0, 9858.0, 9828.0, 9863.0, 9815.0, 9897.0, 9835.0, 9892.0, 9834.0, 9866.0, 9846.0, 9867.0, 9819.0, 9846.0, 9791.0, 9855.0, 9805.0, 9859.0, 9822.0, 9862.0, 9811.0, 9864.0, 9812.0, 9862.0, 9812.0, 9863.0, 9812.0, 9875.0, 9825.0, 9876.0, 9839.0, 9880.0, 9842.0, 9880.0, 9853.0, 9796.0, 9852.0, 9810.0, 9852.0, 9810.0, 9881.0, 9844.0, 9901.0, 9836.0, 9906.0, 9818.0, 9881.0, 9864.0, 9900.0, 9854.0, 9814.0, 9902.0, 9885.0, 9935.0, 9863.0, 9955.0, 9867.0, 9836.0, 9874.0, 9832.0, 9897.0, 9862.0, 9836.0, 9908.0, 9869.0, 9911.0, 9882.0, 9837.0, 9944.0, 9871.0, 9895.0, 9855.0, 9839.0, 9897.0, 9839.0, 9906.0, 9845.0, 9912.0, 9845.0, 9896.0, 9843.0, 9837.0, 9836.0, 9809.0, 9856.0, 9813.0, 9871.0, 9853.0, 9907.0, 9852.0, 9850.0, 9874.0, 9853.0, 9860.0, 9835.0, 9863.0, 9833.0, 9897.0, 9835.0, 9924.0, 9846.0, 9942.0, 9865.0, 9896.0, 9883.0, 9828.0, 9911.0, 9827.0, 9910.0, 9846.0, 9925.0, 9899.0, 9923.0, 9870.0, 9878.0, 9836.0, 9843.0, 9848.0, 9828.0, 9859.0, 9801.0, 9857.0, 9806.0, 9861.0, 9838.0, 9918.0, 9837.0, 9902.0, 9832.0, 9820.0, 9845.0, 9802.0, 9883.0, 9820.0, 9810.0, 9870.0, 9830.0, 9909.0, 9828.0, 9912.0, 9865.0, 9919.0, 9860.0, 9888.0, 9829.0, 9870.0, 9835.0, 9897.0, 9844.0, 9840.0, 9811.0, 9798.0, 9830.0, 9825.0, 9831.0, 9787.0, 9788.0, 9781.0, 9804.0, 9797.0, 9791.0, 9833.0, 9802.0, 9836.0, 9805.0, 9836.0, 9797.0, 9817.0, 9801.0, 9830.0, 9795.0, 9883.0, 9831.0, 9849.0, 9835.0, 9814.0, 9834.0, 9810.0, 9833.0, 9808.0, 9774.0, 9792.0, 9760.0, 9777.0, 9771.0, 9777.0, 9791.0, 9762.0, 9759.0, 9765.0, 9748.0, 9764.0, 9737.0, 9778.0, 9743.0, 9791.0, 9758.0, 9799.0, 9771.0, 9812.0, 9778.0, 9817.0, 9793.0, 9817.0, 9795.0, 9819.0, 9797.0, 9829.0, 9814.0, 9814.0, 9825.0, 9785.0, 9831.0, 9801.0, 9832.0, 9809.0, 9849.0, 9825.0, 9865.0, 9827.0, 9842.0, 9843.0, 9842.0, 9862.0, 9846.0, 9862.0, 9832.0, 9858.0, 9835.0, 9886.0, 9852.0, 9905.0, 9866.0, 9889.0, 9862.0, 9843.0, 9859.0, 9850.0, 9866.0, 9882.0, 9853.0, 9934.0, 9866.0, 9935.0, 9903.0, 9929.0, 9885.0, 9868.0, 9882.0, 9844.0, 9912.0, 9859.0, 9925.0, 9841.0, 9841.0, 9858.0, 9833.0, 9876.0, 9821.0, 9883.0, 9831.0, 9907.0, 9842.0, 9915.0, 9859.0, 9927.0, 9855.0, 9881.0, 9853.0, 9867.0, 9862.0, 9854.0, 9852.0, 9820.0, 9852.0, 9810.0, 9852.0, 9827.0, 9883.0, 9810.0, 9903.0, 9838.0, 9901.0, 9837.0, 9906.0, 9839.0, 9904.0, 9833.0, 9887.0, 9833.0, 9875.0, 9838.0, 9874.0, 9824.0, 9887.0, 9806.0, 9858.0, 9823.0, 9861.0, 9834.0, 9872.0, 9821.0, 9859.0, 9821.0, 9863.0, 9823.0, 9862.0, 9811.0, 9875.0, 9824.0, 9864.0, 9813.0, 9874.0, 9820.0, 9888.0, 9820.0, 9875.0, 9809.0, 9876.0, 9839.0, 9886.0, 9823.0, 9872.0, 9808.0, 9862.0, 9810.0, 9871.0, 9805.0, 9885.0, 9820.0, 9872.0, 9804.0, 9862.0, 9803.0, 9867.0, 9804.0, 9854.0, 9803.0, 9845.0, 9809.0, 9857.0, 9787.0, 9840.0, 9788.0, 9845.0, 9811.0, 9851.0, 9807.0, 9850.0, 9807.0, 9854.0, 9822.0, 9842.0, 9794.0, 9828.0, 9793.0, 9866.0, 9830.0, 9856.0, 9816.0, 9913.0, 9819.0, 9900.0, 9845.0, 9914.0, 9832.0, 9884.0, 9815.0, 9855.0, 9817.0, 9864.0, 9799.0, 9851.0, 9801.0, 9840.0, 9805.0, 9846.0, 9818.0, 9857.0, 9804.0, 9865.0, 9800.0, 9868.0, 9815.0, 9894.0, 9802.0, 9878.0, 9798.0, 9854.0, 9816.0, 9854.0, 9799.0, 9851.0, 9799.0, 9841.0, 9816.0, 9869.0, 9817.0, 9856.0, 9820.0, 9902.0, 9820.0, 9895.0, 9815.0, 9883.0, 9818.0, 9870.0, 9817.0, 9900.0, 9816.0, 9895.0, 9817.0, 9884.0, 9818.0, 9896.0, 9818.0, 9895.0, 9816.0, 9857.0, 9821.0, 9872.0, 9804.0, 9858.0, 9820.0, 9862.0, 9835.0, 9834.0, 9824.0, 9826.0, 9843.0, 9846.0, 9861.0, 9828.0, 9860.0, 9829.0, 9871.0, 9834.0, 9871.0, 9820.0, 9886.0, 9831.0, 9883.0, 9832.0, 9895.0, 9845.0, 9922.0, 9843.0, 9886.0, 9860.0, 9858.0, 9858.0, 9830.0, 9860.0, 9837.0, 9876.0, 9836.0, 9886.0, 9834.0, 9887.0, 9853.0, 9902.0, 9864.0, 9944.0, 9863.0, 9941.0, 9861.0, 9927.0, 9863.0, 9908.0, 9841.0, 9865.0, 9840.0, 9870.0, 9857.0, 9828.0, 9858.0, 9830.0, 9861.0, 9831.0, 9877.0, 9847.0, 9902.0, 9842.0, 9897.0, 9864.0, 9896.0, 9847.0, 9875.0, 9832.0, 9841.0, 9841.0, 9817.0, 9906.0, 9842.0, 9902.0, 9821.0, 9896.0, 9856.0, 9837.0, 9896.0, 9861.0, 9918.0, 9881.0, 9886.0, 9834.0, 9852.0, 9816.0, 9830.0, 9793.0, 9815.0, 9778.0, 9797.0, 9739.0, 9793.0, 9739.0, 9777.0, 9726.0, 9746.0, 9692.0, 9701.0, 9712.0, 9722.0, 9711.0, 9704.0, 9742.0, 9718.0, 9781.0, 9737.0, 9767.0, 9739.0, 9784.0, 9731.0, 9718.0, 9779.0, 9759.0, 9782.0, 9791.0, 9756.0, 9784.0, 9741.0, 9808.0, 9759.0, 9836.0, 9759.0, 9771.0, 9788.0, 9743.0, 9798.0, 9768.0, 9834.0, 9790.0, 9790.0, 9820.0, 9801.0, 9853.0, 9816.0, 9796.0, 9818.0, 9806.0, 9851.0, 9823.0, 9816.0, 9870.0, 9863.0, 9928.0, 9858.0, 9832.0, 9919.0, 9812.0, 9839.0, 9844.0, 9795.0, 9855.0, 9821.0, 9900.0, 9859.0, 9817.0, 9848.0, 9835.0, 9858.0, 9848.0, 9874.0, 9849.0, 9840.0, 9879.0, 9840.0, 9932.0, 9871.0, 9927.0, 9856.0, 9845.0, 9881.0, 9838.0, 9824.0, 9857.0, 9851.0, 9921.0, 9884.0, 9921.0, 9880.0, 9901.0, 9865.0, 9885.0, 9860.0, 9884.0, 9857.0, 9804.0, 9860.0, 9786.0, 9858.0, 9796.0, 9843.0, 9767.0, 9823.0, 9742.0, 9777.0, 9737.0, 9764.0, 9741.0, 9780.0, 9755.0, 9765.0, 9741.0, 9771.0, 9760.0, 9787.0, 9762.0, 9789.0, 9763.0, 9805.0, 9781.0, 9804.0, 9768.0, 9831.0, 9783.0, 9835.0, 9799.0, 9836.0, 9811.0, 9810.0, 9788.0, 9821.0, 9822.0, 9820.0, 9807.0, 9790.0, 9823.0, 9800.0, 9834.0, 9812.0, 9867.0, 9848.0, 9832.0, 9865.0, 9825.0, 9900.0, 9846.0, 9913.0, 9841.0, 9906.0, 9860.0, 9931.0, 9858.0, 9900.0, 9863.0, 9902.0, 9854.0, 9812.0, 9847.0, 9822.0, 9877.0, 9837.0, 9892.0, 9866.0, 9843.0, 9857.0, 9842.0, 9879.0, 9839.0, 9932.0, 9897.0, 9950.0, 9893.0, 9931.0, 9883.0, 9915.0, 9905.0, 9926.0, 9865.0, 9866.0, 9836.0, 9814.0, 9864.0, 9798.0, 9906.0, 9834.0, 9903.0, 9818.0, 9903.0, 9829.0, 9880.0, 9817.0, 9813.0, 9845.0, 9813.0, 9818.0, 9793.0, 9843.0, 9804.0, 9804.0, 9824.0, 9807.0, 9787.0, 9820.0, 9813.0, 9809.0, 9840.0, 9818.0, 9901.0, 9855.0, 9837.0, 9895.0, 9846.0, 9814.0, 9870.0, 9822.0, 9772.0, 9843.0, 9795.0, 9779.0, 9800.0, 9739.0, 9700.0, 9723.0, 9687.0, 9740.0, 9730.0, 9690.0, 9729.0, 9711.0, 9753.0, 9718.0, 9767.0, 9741.0, 9719.0, 9765.0, 9742.0, 9780.0, 9741.0, 9762.0, 9754.0, 9729.0, 9786.0, 9745.0, 9789.0, 9750.0, 9791.0, 9750.0, 9803.0, 9764.0, 9791.0, 9781.0, 9758.0, 9816.0, 9797.0, 9850.0, 9822.0, 9846.0, 9818.0, 9801.0, 9812.0, 9779.0, 9823.0, 9794.0, 9826.0, 9779.0, 9811.0, 9771.0, 9824.0, 9792.0, 9830.0, 9777.0, 9827.0, 9778.0, 9816.0, 9793.0, 9831.0, 9794.0, 9837.0, 9811.0, 9850.0, 9801.0, 9867.0, 9816.0, 9873.0, 9829.0, 9841.0, 9844.0, 9803.0, 9846.0, 9817.0, 9857.0, 9819.0, 9911.0, 9831.0, 9909.0, 9831.0, 9899.0, 9832.0, 9894.0, 9839.0, 9906.0, 9825.0, 9894.0, 9824.0, 9878.0, 9836.0, 9907.0, 9806.0, 9874.0, 9819.0, 9880.0, 9823.0, 9903.0, 9820.0, 9889.0, 9817.0, 9876.0, 9815.0, 9855.0, 9816.0, 9858.0, 9804.0, 9857.0, 9818.0, 9804.0, 9818.0, 9844.0, 9815.0, 9884.0, 9838.0, 9865.0, 9780.0, 9845.0, 9797.0, 9798.0, 9813.0, 9776.0, 9854.0, 9792.0, 9863.0, 9802.0, 9842.0, 9774.0, 9814.0, 9764.0, 9829.0, 9762.0, 9827.0, 9749.0, 9799.0, 9752.0, 9804.0, 9767.0, 9817.0, 9768.0, 9823.0, 9774.0, 9826.0, 9788.0, 9839.0, 9787.0, 9841.0, 9787.0, 9874.0, 9802.0, 9843.0, 9797.0, 9844.0, 9792.0, 9829.0, 9806.0, 9833.0, 9823.0, 9783.0, 9837.0, 9800.0, 9852.0, 9830.0, 9881.0, 9816.0, 9894.0, 9813.0, 9892.0, 9838.0, 9892.0, 9861.0, 9890.0, 9830.0, 9869.0, 9815.0, 9869.0, 9804.0, 9885.0, 9805.0, 9872.0, 9803.0, 9871.0, 9819.0, 9871.0, 9806.0, 9857.0, 9807.0, 9877.0, 9822.0, 9846.0, 9807.0, 9817.0, 9818.0, 9820.0, 9826.0, 9884.0, 9845.0, 9816.0, 9848.0, 9851.0, 9867.0, 9831.0, 9906.0, 9815.0, 9906.0, 9810.0, 9872.0, 9827.0, 9881.0, 9859.0, 9817.0, 9876.0, 9820.0, 9882.0, 9811.0, 9914.0, 9855.0, 9909.0, 9840.0, 9900.0, 9819.0, 9885.0, 9816.0, 9885.0, 9853.0, 9898.0, 9822.0, 9877.0, 9820.0, 9877.0, 9818.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.004085212121212122</td></tr>
<tr><td colspan=3>aqi</td><td>0.05147452813852814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.08946717578857</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2034330924956675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0288074743674178</td></tr>
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
<tr><td colspan=3>fber</td><td>5575.0234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12902160973867913</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.948051948051948</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.854471527950119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.84895575025742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9683514746835313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.746107358909406</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162195</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008142243139445782</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019087735563516617</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9495036559479093</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.4296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.9864</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298313.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>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.4115</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4869</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.4292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.217</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.8637</td></tr>
<tr><td colspan=3>tsnr</td><td>28.610520324436948</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>