<?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-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_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-0050/ses-03/func/sub-0050_ses-03_task-alignvideo_acq-mb8_run-02_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>f55d422ab4b721245c51c910a3fef5f9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:31:16.722500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998312, 0.0552393, 0.0179361, -0.0545909, 0.997901, -0.0348261]</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-02_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.0820967</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7759, -7255, 574, -60, -198, 29, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6eb46d11-76fa-4b6b-aa82-9d9204b4bb3e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6783981323242188, -0.14646345376968384, 0.0535200759768486, 116.26176452636719], [-0.14820313453674316, 2.6772961616516113, -0.09122791886329651, -79.76221466064453], [0.04812131077051163, 0.09343575686216354, 2.697927474975586, -62.522743225097656], [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, 1335]</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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['193116.722500', '193117.182500', '193117.642500', '193118.102500', '193118.562500', '193119.022500', '193119.482500', '193119.942500', '193120.402500', '193120.862500', '193121.322500', '193121.782500', '193122.242500', '193122.702500', '193123.162500', '193123.622500', '193124.082500', '193124.542500', '193125.002500', '193125.462500', '193125.922500', '193126.382500', '193126.842500', '193127.302500', '193127.762500', '193128.222500', '193128.682500', '193129.142500', '193129.602500', '193130.062500', '193130.522500', '193130.982500', '193131.442500', '193131.902500', '193132.362500', '193132.822500', '193133.282500', '193133.742500', '193134.202500', '193134.662500', '193135.122500', '193135.582500', '193136.042500', '193136.502500', '193136.962500', '193137.422500', '193137.882500', '193138.342500', '193138.802500', '193139.262500', '193139.722500', '193140.182500', '193140.642500', '193141.102500', '193141.562500', '193142.022500', '193142.482500', '193142.942500', '193143.402500', '193143.862500', '193144.322500', '193144.782500', '193145.242500', '193145.702500', '193146.162500', '193146.622500', '193147.082500', '193147.542500', '193148.002500', '193148.462500', '193148.922500', '193149.382500', '193149.842500', '193150.302500', '193150.762500', '193151.222500', '193151.682500', '193152.142500', '193152.602500', '193153.062500', '193153.522500', '193153.982500', '193154.442500', '193154.902500', '193155.362500', '193155.822500', '193156.282500', '193156.742500', '193157.202500', '193157.662500', '193158.122500', '193158.582500', '193159.042500', '193159.502500', '193159.962500', '193200.422500', '193200.882500', '193201.342500', '193201.802500', '193202.262500', '193202.722500', '193203.182500', '193203.642500', '193204.102500', '193204.562500', '193205.022500', '193205.482500', '193205.942500', '193206.402500', '193206.862500', '193207.322500', '193207.782500', '193208.242500', '193208.702500', '193209.162500', '193209.622500', '193210.082500', '193210.542500', '193211.002500', '193211.462500', '193211.922500', '193212.382500', '193212.842500', '193213.302500', '193213.762500', '193214.222500', '193214.682500', '193215.142500', '193215.602500', '193216.062500', '193216.522500', '193216.982500', '193217.442500', '193217.902500', '193218.362500', '193218.822500', '193219.282500', '193219.742500', '193220.202500', '193220.662500', '193221.122500', '193221.582500', '193222.042500', '193222.502500', '193222.962500', '193223.422500', '193223.882500', '193224.342500', '193224.802500', '193225.262500', '193225.722500', '193226.182500', '193226.642500', '193227.102500', '193227.562500', '193228.022500', '193228.482500', '193228.942500', '193229.402500', '193229.862500', '193230.322500', '193230.782500', '193231.242500', '193231.702500', '193232.162500', '193232.622500', '193233.082500', '193233.542500', '193234.002500', '193234.462500', '193234.922500', '193235.382500', '193235.842500', '193236.302500', '193236.762500', '193237.222500', '193237.682500', '193238.142500', '193238.602500', '193239.062500', '193239.522500', '193239.982500', '193240.442500', '193240.902500', '193241.362500', '193241.822500', '193242.282500', '193242.742500', '193243.202500', '193243.662500', '193244.122500', '193244.582500', '193245.042500', '193245.502500', '193245.962500', '193246.422500', '193246.882500', '193247.342500', '193247.802500', '193248.262500', '193248.722500', '193249.182500', '193249.642500', '193250.102500', '193250.562500', '193251.022500', '193251.482500', '193251.942500', '193252.402500', '193252.862500', '193253.322500', '193253.782500', '193254.242500', '193254.702500', '193255.162500', '193255.622500', '193256.082500', '193256.542500', '193257.002500', '193257.462500', '193257.922500', '193258.382500', '193258.842500', '193259.302500', '193259.762500', '193300.222500', '193300.682500', '193301.142500', '193301.602500', '193302.062500', '193302.522500', '193302.982500', '193303.442500', '193303.902500', '193304.362500', '193304.822500', '193305.282500', '193305.742500', '193306.202500', '193306.662500', '193307.122500', '193307.582500', '193308.042500', '193308.502500', '193308.962500', '193309.422500', '193309.882500', '193310.342500', '193310.802500', '193311.262500', '193311.722500', '193312.182500', '193312.642500', '193313.102500', '193313.562500', '193314.022500', '193314.482500', '193314.942500', '193315.402500', '193315.862500', '193316.322500', '193316.782500', '193317.242500', '193317.702500', '193318.162500', '193318.622500', '193319.082500', '193319.542500', '193320.002500', '193320.462500', '193320.922500', '193321.382500', '193321.842500', '193322.302500', '193322.762500', '193323.222500', '193323.682500', '193324.142500', '193324.602500', '193325.062500', '193325.522500', '193325.982500', '193326.442500', '193326.902500', '193327.362500', '193327.822500', '193328.282500', '193328.742500', '193329.202500', '193329.662500', '193330.122500', '193330.582500', '193331.042500', '193331.502500', '193331.962500', '193332.422500', '193332.882500', '193333.342500', '193333.802500', '193334.262500', '193334.722500', '193335.182500', '193335.642500', '193336.102500', '193336.562500', '193337.022500', '193337.482500', '193337.942500', '193338.402500', '193338.862500', '193339.322500', '193339.782500', '193340.242500', '193340.702500', '193341.162500', '193341.622500', '193342.082500', '193342.542500', '193343.002500', '193343.462500', '193343.922500', '193344.382500', '193344.842500', '193345.302500', '193345.762500', '193346.222500', '193346.682500', '193347.142500', '193347.602500', '193348.062500', '193348.522500', '193348.982500', '193349.442500', '193349.902500', '193350.362500', '193350.822500', '193351.282500', '193351.742500', '193352.202500', '193352.662500', '193353.122500', '193353.582500', '193354.042500', '193354.502500', '193354.962500', '193355.422500', '193355.882500', '193356.342500', '193356.802500', '193357.262500', '193357.722500', '193358.182500', '193358.642500', '193359.102500', '193359.562500', '193400.022500', '193400.482500', '193400.942500', '193401.402500', '193401.862500', '193402.322500', '193402.782500', '193403.242500', '193403.702500', '193404.162500', '193404.622500', '193405.082500', '193405.542500', '193406.002500', '193406.462500', '193406.922500', '193407.382500', '193407.842500', '193408.302500', '193408.762500', '193409.222500', '193409.682500', '193410.142500', '193410.602500', '193411.062500', '193411.522500', '193411.982500', '193412.442500', '193412.902500', '193413.362500', '193413.822500', '193414.282500', '193414.742500', '193415.202500', '193415.662500', '193416.122500', '193416.582500', '193417.042500', '193417.502500', '193417.962500', '193418.422500', '193418.882500', '193419.342500', '193419.802500', '193420.262500', '193420.722500', '193421.182500', '193421.642500', '193422.102500', '193422.562500', '193423.022500', '193423.482500', '193423.942500', '193424.402500', '193424.862500', '193425.322500', '193425.782500', '193426.242500', '193426.702500', '193427.162500', '193427.622500', '193428.082500', '193428.542500', '193429.002500', '193429.462500', '193429.922500', '193430.382500', '193430.842500', '193431.302500', '193431.762500', '193432.222500', '193432.682500', '193433.142500', '193433.602500', '193434.062500', '193434.522500', '193434.982500', '193435.442500', '193435.902500', '193436.362500', '193436.822500', '193437.282500', '193437.742500', '193438.202500', '193438.662500', '193439.122500', '193439.582500', '193440.042500', '193440.502500', '193440.962500', '193441.422500', '193441.882500', '193442.342500', '193442.802500', '193443.262500', '193443.722500', '193444.182500', '193444.642500', '193445.102500', '193445.562500', '193446.022500', '193446.482500', '193446.942500', '193447.402500', '193447.862500', '193448.322500', '193448.782500', '193449.242500', '193449.702500', '193450.162500', '193450.622500', '193451.082500', '193451.542500', '193452.002500', '193452.462500', '193452.922500', '193453.382500', '193453.842500', '193454.302500', '193454.762500', '193455.222500', '193455.682500', '193456.142500', '193456.602500', '193457.062500', '193457.522500', '193457.982500', '193458.442500', '193458.902500', '193459.362500', '193459.822500', '193500.282500', '193500.742500', '193501.202500', '193501.662500', '193502.122500', '193502.582500', '193503.042500', '193503.502500', '193503.962500', '193504.422500', '193504.882500', '193505.342500', '193505.802500', '193506.262500', '193506.722500', '193507.182500', '193507.642500', '193508.102500', '193508.562500', '193509.022500', '193509.482500', '193509.942500', '193510.402500', '193510.862500', '193511.322500', '193511.782500', '193512.242500', '193512.702500', '193513.162500', '193513.622500', '193514.082500', '193514.542500', '193515.002500', '193515.462500', '193515.922500', '193516.382500', '193516.842500', '193517.302500', '193517.762500', '193518.222500', '193518.682500', '193519.142500', '193519.602500', '193520.062500', '193520.522500', '193520.982500', '193521.442500', '193521.902500', '193522.362500', '193522.822500', '193523.282500', '193523.742500', '193524.202500', '193524.662500', '193525.122500', '193525.582500', '193526.042500', '193526.502500', '193526.962500', '193527.422500', '193527.882500', '193528.342500', '193528.802500', '193529.262500', '193529.722500', '193530.182500', '193530.642500', '193531.102500', '193531.562500', '193532.022500', '193532.482500', '193532.942500', '193533.402500', '193533.862500', '193534.322500', '193534.782500', '193535.242500', '193535.702500', '193536.162500', '193536.622500', '193537.082500', '193537.542500', '193538.002500', '193538.462500', '193538.922500', '193539.382500', '193539.842500', '193540.302500', '193540.762500', '193541.222500', '193541.682500', '193542.142500', '193542.602500', '193543.062500', '193543.522500', '193543.982500', '193544.442500', '193544.902500', '193545.362500', '193545.822500', '193546.282500', '193546.742500', '193547.202500', '193547.662500', '193548.122500', '193548.582500', '193549.042500', '193549.502500', '193549.962500', '193550.422500', '193550.882500', '193551.342500', '193551.802500', '193552.262500', '193552.722500', '193553.182500', '193553.642500', '193554.102500', '193554.562500', '193555.022500', '193555.482500', '193555.942500', '193556.402500', '193556.862500', '193557.322500', '193557.782500', '193558.242500', '193558.702500', '193559.162500', '193559.622500', '193600.082500', '193600.542500', '193601.002500', '193601.462500', '193601.922500', '193602.382500', '193602.842500', '193603.302500', '193603.762500', '193604.222500', '193604.682500', '193605.142500', '193605.602500', '193606.062500', '193606.522500', '193606.982500', '193607.442500', '193607.902500', '193608.362500', '193608.822500', '193609.282500', '193609.742500', '193610.202500', '193610.662500', '193611.122500', '193611.582500', '193612.042500', '193612.502500', '193612.962500', '193613.422500', '193613.882500', '193614.342500', '193614.802500', '193615.262500', '193615.722500', '193616.182500', '193616.642500', '193617.102500', '193617.562500', '193618.022500', '193618.482500', '193618.942500', '193619.402500', '193619.862500', '193620.322500', '193620.782500', '193621.242500', '193621.702500', '193622.162500', '193622.622500', '193623.082500', '193623.542500', '193624.002500', '193624.462500', '193624.922500', '193625.382500', '193625.842500', '193626.302500', '193626.762500', '193627.222500', '193627.682500', '193628.142500', '193628.602500', '193629.062500', '193629.522500', '193629.982500', '193630.442500', '193630.902500', '193631.362500', '193631.822500', '193632.282500', '193632.742500', '193633.202500', '193633.662500', '193634.122500', '193634.582500', '193635.042500', '193635.502500', '193635.962500', '193636.422500', '193636.882500', '193637.342500', '193637.802500', '193638.262500', '193638.722500', '193639.182500', '193639.642500', '193640.102500', '193640.562500', '193641.022500', '193641.482500', '193641.942500', '193642.402500', '193642.862500', '193643.322500', '193643.782500', '193644.242500', '193644.702500', '193645.162500', '193645.622500', '193646.082500', '193646.542500', '193647.002500', '193647.462500', '193647.922500', '193648.382500', '193648.842500', '193649.302500', '193649.762500', '193650.222500', '193650.682500', '193651.142500', '193651.602500', '193652.062500', '193652.522500', '193652.982500', '193653.442500', '193653.902500', '193654.362500', '193654.822500', '193655.282500', '193655.742500', '193656.202500', '193656.662500', '193657.122500', '193657.582500', '193658.042500', '193658.502500', '193658.962500', '193659.422500', '193659.882500', '193700.342500', '193700.802500', '193701.262500', '193701.722500', '193702.182500', '193702.642500', '193703.102500', '193703.562500', '193704.022500', '193704.482500', '193704.942500', '193705.402500', '193705.862500', '193706.322500', '193706.782500', '193707.242500', '193707.702500', '193708.162500', '193708.622500', '193709.082500', '193709.542500', '193710.002500', '193710.462500', '193710.922500', '193711.382500', '193711.842500', '193712.302500', '193712.762500', '193713.222500', '193713.682500', '193714.142500', '193714.602500', '193715.062500', '193715.522500', '193715.982500', '193716.442500', '193716.902500', '193717.362500', '193717.822500', '193718.282500', '193718.742500', '193719.202500', '193719.662500', '193720.122500', '193720.582500', '193721.042500', '193721.502500', '193721.962500', '193722.422500', '193722.882500', '193723.342500', '193723.802500', '193724.262500', '193724.722500', '193725.182500', '193725.642500', '193726.102500', '193726.562500', '193727.022500', '193727.482500', '193727.942500', '193728.402500', '193728.862500', '193729.322500', '193729.782500', '193730.242500', '193730.702500', '193731.162500', '193731.622500', '193732.082500', '193732.542500', '193733.002500', '193733.462500', '193733.922500', '193734.382500', '193734.842500', '193735.302500', '193735.762500', '193736.222500', '193736.682500', '193737.142500', '193737.602500', '193738.062500', '193738.522500', '193738.982500', '193739.442500', '193739.902500', '193740.362500', '193740.822500', '193741.282500', '193741.742500', '193742.202500', '193742.662500', '193743.122500', '193743.582500', '193744.042500', '193744.502500', '193744.962500', '193745.422500', '193745.882500', '193746.342500', '193746.802500', '193747.262500', '193747.722500', '193748.182500', '193748.642500', '193749.102500', '193749.562500', '193750.022500', '193750.482500', '193750.942500', '193751.402500', '193751.862500', '193752.322500', '193752.782500', '193753.242500', '193753.702500', '193754.162500', '193754.622500', '193755.082500', '193755.542500', '193756.002500', '193756.462500', '193756.922500', '193757.382500', '193757.842500', '193758.302500', '193758.762500', '193759.222500', '193759.682500', '193800.142500', '193800.602500', '193801.062500', '193801.522500', '193801.982500', '193802.442500', '193802.902500', '193803.362500', '193803.822500', '193804.282500', '193804.742500', '193805.202500', '193805.662500', '193806.122500', '193806.582500', '193807.042500', '193807.502500', '193807.962500', '193808.422500', '193808.882500', '193809.342500', '193809.802500', '193810.262500', '193810.722500', '193811.182500', '193811.642500', '193812.102500', '193812.562500', '193813.022500', '193813.482500', '193813.942500', '193814.402500', '193814.862500', '193815.322500', '193815.782500', '193816.242500', '193816.702500', '193817.162500', '193817.622500', '193818.082500', '193818.542500', '193819.002500', '193819.462500', '193819.922500', '193820.382500', '193820.842500', '193821.302500', '193821.762500', '193822.222500', '193822.682500', '193823.142500', '193823.602500', '193824.062500', '193824.522500', '193824.982500', '193825.442500', '193825.902500', '193826.362500', '193826.822500', '193827.282500', '193827.742500', '193828.202500', '193828.662500', '193829.122500', '193829.582500', '193830.042500', '193830.502500', '193830.962500', '193831.422500', '193831.882500', '193832.342500', '193832.802500', '193833.262500', '193833.722500', '193834.182500', '193834.642500', '193835.102500', '193835.562500', '193836.022500', '193836.482500', '193836.942500', '193837.402500', '193837.862500', '193838.322500', '193838.782500', '193839.242500', '193839.702500', '193840.162500', '193840.622500', '193841.082500', '193841.542500', '193842.002500', '193842.462500', '193842.922500', '193843.382500', '193843.842500', '193844.302500', '193844.762500', '193845.222500', '193845.682500', '193846.142500', '193846.602500', '193847.062500', '193847.522500', '193847.982500', '193848.442500', '193848.902500', '193849.362500', '193849.822500', '193850.282500', '193850.742500', '193851.202500', '193851.662500', '193852.122500', '193852.582500', '193853.042500', '193853.502500', '193853.962500', '193854.422500', '193854.882500', '193855.342500', '193855.802500', '193856.262500', '193856.722500', '193857.182500', '193857.642500', '193858.102500', '193858.562500', '193859.022500', '193859.482500', '193859.942500', '193900.402500', '193900.862500', '193901.322500', '193901.782500', '193902.242500', '193902.702500', '193903.162500', '193903.622500', '193904.082500', '193904.542500', '193905.002500', '193905.462500', '193905.922500', '193906.382500', '193906.842500', '193907.302500', '193907.762500', '193908.222500', '193908.682500', '193909.142500', '193909.602500', '193910.062500', '193910.522500', '193910.982500', '193911.442500', '193911.902500', '193912.362500', '193912.822500', '193913.282500', '193913.742500', '193914.202500', '193914.662500', '193915.122500', '193915.582500', '193916.042500', '193916.502500', '193916.962500', '193917.422500', '193917.882500', '193918.342500', '193918.802500', '193919.262500', '193919.722500', '193920.182500', '193920.642500', '193921.102500', '193921.562500', '193922.022500', '193922.482500', '193922.942500', '193923.402500', '193923.862500', '193924.322500', '193924.782500', '193925.242500', '193925.702500', '193926.162500', '193926.622500', '193927.082500', '193927.542500', '193928.002500', '193928.462500', '193928.922500', '193929.382500', '193929.842500', '193930.302500', '193930.762500', '193931.222500', '193931.682500', '193932.142500', '193932.602500', '193933.062500', '193933.522500', '193933.982500', '193934.442500', '193934.902500', '193935.362500', '193935.822500', '193936.282500', '193936.742500', '193937.202500', '193937.662500', '193938.122500', '193938.582500', '193939.042500', '193939.502500', '193939.962500', '193940.422500', '193940.882500', '193941.342500', '193941.802500', '193942.262500', '193942.722500', '193943.182500', '193943.642500', '193944.102500', '193944.562500', '193945.022500', '193945.482500', '193945.942500', '193946.402500', '193946.862500', '193947.322500', '193947.782500', '193948.242500', '193948.702500', '193949.162500', '193949.622500', '193950.082500', '193950.542500', '193951.002500', '193951.462500', '193951.922500', '193952.382500', '193952.842500', '193953.302500', '193953.762500', '193954.222500', '193954.682500', '193955.142500', '193955.602500', '193956.062500', '193956.522500', '193956.982500', '193957.442500', '193957.902500', '193958.362500', '193958.822500', '193959.282500', '193959.742500', '194000.202500', '194000.662500', '194001.122500', '194001.582500', '194002.042500', '194002.502500', '194002.962500', '194003.422500', '194003.882500', '194004.342500', '194004.802500', '194005.262500', '194005.722500', '194006.182500', '194006.642500', '194007.102500', '194007.562500', '194008.022500', '194008.482500', '194008.942500', '194009.402500', '194009.862500', '194010.322500', '194010.782500', '194011.242500', '194011.702500', '194012.162500', '194012.622500', '194013.082500', '194013.542500', '194014.002500', '194014.462500', '194014.922500', '194015.382500', '194015.842500', '194016.302500', '194016.762500', '194017.222500', '194017.682500', '194018.142500', '194018.602500', '194019.062500', '194019.522500', '194019.982500', '194020.442500', '194020.902500', '194021.362500', '194021.822500', '194022.282500', '194022.742500', '194023.202500', '194023.662500', '194024.122500', '194024.582500', '194025.042500', '194025.502500', '194025.962500', '194026.422500', '194026.882500', '194027.342500', '194027.802500', '194028.262500', '194028.722500', '194029.182500', '194029.642500', '194030.102500', '194030.562500', '194031.022500', '194031.482500', '194031.942500', '194032.402500', '194032.862500', '194033.322500', '194033.782500', '194034.242500', '194034.702500', '194035.162500', '194035.622500', '194036.082500', '194036.542500', '194037.002500', '194037.462500', '194037.922500', '194038.382500', '194038.842500', '194039.302500', '194039.762500', '194040.222500', '194040.682500', '194041.142500', '194041.602500', '194042.062500', '194042.522500', '194042.982500', '194043.442500', '194043.902500', '194044.362500', '194044.822500', '194045.282500', '194045.742500', '194046.202500', '194046.662500', '194047.122500', '194047.582500', '194048.042500', '194048.502500', '194048.962500', '194049.422500', '194049.882500', '194050.342500', '194050.802500', '194051.262500', '194051.722500', '194052.182500', '194052.642500', '194053.102500', '194053.562500', '194054.022500', '194054.482500', '194054.942500', '194055.402500', '194055.862500', '194056.322500', '194056.782500', '194057.242500', '194057.702500', '194058.162500', '194058.622500', '194059.082500', '194059.542500', '194100.002500', '194100.462500', '194100.922500', '194101.382500', '194101.842500', '194102.302500', '194102.762500', '194103.222500', '194103.682500', '194104.142500', '194104.602500', '194105.062500', '194105.522500', '194105.982500', '194106.442500', '194106.902500', '194107.362500', '194107.822500', '194108.282500', '194108.742500', '194109.202500', '194109.662500', '194110.122500', '194110.582500', '194111.042500', '194111.502500', '194111.962500', '194112.422500', '194112.882500', '194113.342500', '194113.802500', '194114.262500', '194114.722500', '194115.182500', '194115.642500', '194116.102500', '194116.562500', '194117.022500', '194117.482500', '194117.942500', '194118.402500', '194118.862500', '194119.322500', '194119.782500', '194120.242500', '194120.702500', '194121.162500', '194121.622500', '194122.082500', '194122.542500', '194123.002500', '194123.462500', '194123.922500', '194124.382500', '194124.842500', '194125.302500', '194125.762500', '194126.222500', '194126.682500', '194127.142500', '194127.602500', '194128.062500', '194128.522500', '194128.982500', '194129.442500', '194129.902500', '194130.362500'], 'ContentTime': ['193137.842000', '193137.846000', '193137.849000', '193137.852000', '193137.855000', '193137.857000', '193137.860000', '193137.862000', '193137.865000', '193137.868000', '193137.870000', '193137.873000', '193137.876000', '193137.878000', '193137.881000', '193137.884000', '193137.886000', '193137.889000', '193137.891000', '193137.894000', '193137.897000', '193137.899000', '193137.902000', '193137.904000', '193137.913000', '193137.917000', '193137.919000', '193137.922000', '193137.925000', '193137.927000', '193137.930000', '193137.933000', '193137.935000', '193137.938000', '193137.940000', '193137.943000', '193137.946000', '193137.948000', '193137.951000', '193137.953000', '193137.956000', '193137.958000', '193137.961000', '193157.774000', '193157.776000', '193157.779000', '193157.782000', '193157.784000', '193157.787000', '193157.789000', '193157.792000', '193157.795000', '193157.797000', '193157.800000', '193157.803000', '193157.805000', '193157.808000', '193157.810000', '193157.813000', '193157.816000', '193157.818000', '193157.821000', '193157.823000', '193157.826000', '193157.828000', '193157.831000', '193157.834000', '193157.836000', '193157.839000', '193157.841000', '193157.844000', '193157.847000', '193157.849000', '193157.852000', '193157.854000', '193157.857000', '193157.859000', '193157.862000', '193157.865000', '193157.867000', '193157.870000', '193157.872000', '193157.875000', '193157.877000', '193157.880000', '193157.883000', '193217.772000', '193217.775000', '193217.778000', '193217.780000', '193217.783000', '193217.786000', '193217.788000', '193217.791000', '193217.793000', '193217.796000', '193217.798000', '193217.801000', '193217.804000', '193217.806000', '193217.809000', '193217.811000', '193217.814000', '193217.816000', '193217.819000', '193217.822000', '193217.824000', '193217.827000', '193217.829000', '193217.832000', '193217.835000', '193217.837000', '193217.840000', '193217.843000', '193217.845000', '193217.848000', '193217.850000', '193217.853000', '193217.867000', '193217.869000', '193217.872000', '193217.875000', '193217.877000', '193217.880000', '193217.883000', '193217.885000', '193217.888000', '193217.891000', '193217.893000', '193217.896000', '193237.773000', '193237.775000', '193237.778000', '193237.781000', '193237.783000', '193237.786000', '193237.788000', '193237.791000', '193237.794000', '193237.796000', '193237.799000', '193237.840000', '193237.843000', '193237.846000', '193237.848000', '193237.851000', '193237.853000', '193237.856000', '193237.859000', '193237.861000', '193237.864000', '193237.866000', '193237.869000', '193237.871000', '193237.874000', '193237.896000', '193237.899000', '193237.901000', '193237.904000', '193237.907000', '193237.909000', '193237.912000', '193237.921000', '193237.924000', '193237.926000', '193237.929000', '193237.931000', '193237.934000', '193237.938000', '193237.940000', '193237.943000', '193237.946000', '193237.948000', '193257.772000', '193257.775000', '193257.778000', '193257.780000', '193257.783000', '193257.786000', '193257.788000', '193257.791000', '193257.794000', '193257.796000', '193257.799000', '193257.802000', '193257.804000', '193257.807000', '193257.810000', '193257.812000', '193257.815000', '193257.817000', '193257.820000', '193257.822000', '193257.825000', '193257.828000', '193257.830000', '193257.833000', '193257.836000', '193257.838000', '193257.841000', '193257.843000', '193257.846000', '193257.849000', '193257.851000', '193257.854000', '193257.856000', '193257.859000', '193257.862000', '193257.864000', '193257.867000', '193257.870000', '193257.872000', '193257.875000', '193257.877000', '193257.880000', '193257.883000', '193257.885000', '193317.772000', '193317.775000', '193317.778000', '193317.780000', '193317.783000', '193317.786000', '193317.788000', '193317.791000', '193317.793000', '193317.796000', '193317.799000', '193317.802000', '193317.804000', '193317.807000', '193317.810000', '193317.812000', '193317.815000', '193317.817000', '193317.820000', '193317.822000', '193317.825000', '193317.828000', '193317.830000', '193317.833000', '193317.836000', '193317.838000', '193317.841000', '193317.843000', '193317.846000', '193317.849000', '193317.851000', '193317.854000', '193317.856000', '193317.859000', '193317.862000', '193317.864000', '193317.867000', '193317.870000', '193317.872000', '193317.875000', '193317.877000', '193317.880000', '193317.883000', '193337.774000', '193337.777000', '193337.779000', '193337.782000', '193337.784000', '193337.787000', '193337.790000', '193337.792000', '193337.795000', '193337.798000', '193337.800000', '193337.803000', '193337.805000', '193337.808000', '193337.811000', '193337.813000', '193337.816000', '193337.818000', '193337.821000', '193337.824000', '193337.826000', '193337.829000', '193337.832000', '193337.834000', '193337.837000', '193337.840000', '193337.842000', '193337.845000', '193337.847000', '193337.850000', '193337.852000', '193337.855000', '193337.858000', '193337.860000', '193337.863000', '193337.865000', '193337.868000', '193337.871000', '193337.873000', '193337.876000', '193337.878000', '193337.881000', '193337.884000', '193337.886000', '193357.774000', '193357.776000', '193357.779000', '193357.782000', '193357.784000', '193357.787000', '193357.789000', '193357.792000', '193357.795000', '193357.797000', '193357.858000', '193357.860000', '193357.863000', '193357.866000', '193357.868000', '193357.871000', '193357.873000', '193357.876000', '193357.879000', '193357.881000', '193357.884000', '193357.886000', '193357.889000', '193357.892000', '193357.894000', '193357.897000', '193357.899000', '193357.902000', '193357.905000', '193357.907000', '193357.910000', '193357.912000', '193357.915000', '193357.918000', '193357.920000', '193357.937000', '193357.940000', '193357.943000', '193357.945000', '193357.948000', '193357.950000', '193357.953000', '193357.955000', '193417.773000', '193417.776000', '193417.779000', '193417.781000', '193417.784000', '193417.787000', '193417.789000', '193417.792000', '193417.795000', '193417.797000', '193417.823000', '193417.826000', '193417.828000', '193417.831000', '193417.834000', '193417.836000', '193417.839000', '193417.841000', '193417.844000', '193417.846000', '193417.849000', '193417.864000', '193417.867000', '193417.869000', '193417.872000', '193417.875000', '193417.877000', '193417.880000', '193417.882000', '193417.885000', '193417.888000', '193417.890000', '193417.893000', '193417.895000', '193417.898000', '193417.901000', '193417.903000', '193417.906000', '193417.909000', '193417.911000', '193417.914000', '193417.917000', '193417.919000', '193417.922000', '193437.773000', '193437.775000', '193437.778000', '193437.781000', '193437.783000', '193437.786000', '193437.788000', '193437.791000', '193437.794000', '193437.796000', '193437.799000', '193437.801000', '193437.804000', '193437.807000', '193437.809000', '193437.812000', '193437.815000', '193437.817000', '193437.820000', '193437.822000', '193437.825000', '193437.828000', '193437.830000', '193437.833000', '193437.835000', '193437.838000', '193437.841000', '193437.843000', '193437.846000', '193437.848000', '193437.851000', '193437.854000', '193437.856000', '193437.859000', '193437.862000', '193437.864000', '193437.867000', '193437.869000', '193437.872000', '193437.875000', '193437.877000', '193437.880000', '193437.882000', '193457.772000', '193457.776000', '193457.779000', '193457.781000', '193457.784000', '193457.787000', '193457.789000', '193457.792000', '193457.795000', '193457.797000', '193457.848000', '193457.851000', '193457.853000', '193457.856000', '193457.859000', '193457.861000', '193457.864000', '193457.867000', '193457.869000', '193457.872000', '193457.875000', '193457.877000', '193457.880000', '193457.882000', '193457.885000', '193457.888000', '193457.890000', '193457.893000', '193457.895000', '193457.898000', '193457.900000', '193457.903000', '193457.906000', '193457.908000', '193457.911000', '193457.914000', '193457.916000', '193457.919000', '193457.921000', '193457.924000', '193457.926000', '193457.929000', '193457.932000', '193457.934000', '193517.773000', '193517.775000', '193517.778000', '193517.781000', '193517.783000', '193517.786000', '193517.789000', '193517.791000', '193517.794000', '193517.796000', '193517.799000', '193517.846000', '193517.849000', '193517.851000', '193517.854000', '193517.857000', '193517.859000', '193517.862000', '193517.865000', '193517.867000', '193517.870000', '193517.872000', '193517.875000', '193517.878000', '193517.880000', '193517.883000', '193517.885000', '193517.888000', '193517.890000', '193517.893000', '193517.896000', '193517.898000', '193517.901000', '193517.904000', '193517.906000', '193517.909000', '193517.911000', '193517.914000', '193517.916000', '193517.919000', '193517.922000', '193517.924000', '193517.927000', '193537.772000', '193537.775000', '193537.778000', '193537.781000', '193537.783000', '193537.786000', '193537.788000', '193537.791000', '193537.794000', '193537.796000', '193537.799000', '193537.842000', '193537.845000', '193537.847000', '193537.850000', '193537.853000', '193537.855000', '193537.858000', '193537.860000', '193537.863000', '193537.865000', '193537.868000', '193537.871000', '193537.873000', '193537.876000', '193537.878000', '193537.881000', '193537.884000', '193537.886000', '193537.889000', '193537.891000', '193537.894000', '193537.897000', '193537.899000', '193537.902000', '193537.904000', '193537.907000', '193537.909000', '193537.912000', '193537.915000', '193537.917000', '193537.920000', '193537.922000', '193537.925000', '193557.773000', '193557.776000', '193557.788000', '193557.791000', '193557.794000', '193557.796000', '193557.799000', '193557.855000', '193557.858000', '193557.860000', '193557.863000', '193557.866000', '193557.868000', '193557.871000', '193557.873000', '193557.876000', '193557.879000', '193557.881000', '193557.884000', '193557.886000', '193557.889000', '193557.892000', '193557.894000', '193557.897000', '193557.899000', '193557.902000', '193557.905000', '193557.907000', '193557.910000', '193557.912000', '193557.915000', '193557.918000', '193557.920000', '193557.923000', '193557.926000', '193557.928000', '193557.931000', '193557.933000', '193557.936000', '193557.939000', '193557.941000', '193557.944000', '193557.946000', '193617.773000', '193617.776000', '193617.779000', '193617.782000', '193617.784000', '193617.787000', '193617.790000', '193617.792000', '193617.795000', '193617.797000', '193617.857000', '193617.860000', '193617.863000', '193617.865000', '193617.868000', '193617.871000', '193617.873000', '193617.876000', '193617.879000', '193617.881000', '193617.884000', '193617.886000', '193617.889000', '193617.892000', '193617.894000', '193617.897000', '193617.899000', '193617.902000', '193617.905000', '193617.907000', '193617.910000', '193617.913000', '193617.915000', '193617.918000', '193617.920000', '193617.923000', '193617.926000', '193617.928000', '193617.931000', '193617.933000', '193617.936000', '193617.938000', '193617.941000', '193637.774000', '193637.777000', '193637.779000', '193637.782000', '193637.785000', '193637.787000', '193637.790000', '193637.793000', '193637.795000', '193637.798000', '193637.834000', '193637.836000', '193637.839000', '193637.842000', '193637.844000', '193637.847000', '193637.849000', '193637.852000', '193637.855000', '193637.857000', '193637.860000', '193637.863000', '193637.865000', '193637.868000', '193637.871000', '193637.873000', '193637.876000', '193637.878000', '193637.881000', '193637.884000', '193637.886000', '193637.889000', '193637.892000', '193637.894000', '193637.897000', '193637.899000', '193637.902000', '193637.904000', '193637.907000', '193637.910000', '193637.912000', '193637.915000', '193637.917000', '193637.920000', '193657.773000', '193657.775000', '193657.778000', '193657.781000', '193657.784000', '193657.787000', '193657.789000', '193657.792000', '193657.795000', '193657.797000', '193657.855000', '193657.858000', '193657.861000', '193657.863000', '193657.866000', '193657.869000', '193657.871000', '193657.874000', '193657.876000', '193657.879000', '193657.882000', '193657.884000', '193657.887000', '193657.889000', '193657.892000', '193657.895000', '193657.897000', '193657.900000', '193657.902000', '193657.905000', '193657.908000', '193657.910000', '193657.913000', '193657.915000', '193657.918000', '193657.921000', '193657.923000', '193657.926000', '193657.928000', '193657.931000', '193657.934000', '193657.936000', '193657.939000', '193717.772000', '193717.775000', '193717.778000', '193717.781000', '193717.783000', '193717.786000', '193717.788000', '193717.791000', '193717.794000', '193717.796000', '193717.799000', '193717.801000', '193717.804000', '193717.807000', '193717.809000', '193717.812000', '193717.814000', '193717.817000', '193717.819000', '193717.822000', '193717.825000', '193717.827000', '193717.830000', '193717.832000', '193717.835000', '193717.837000', '193717.840000', '193717.843000', '193717.845000', '193717.848000', '193717.850000', '193717.853000', '193717.856000', '193717.858000', '193717.861000', '193717.863000', '193717.866000', '193717.869000', '193717.871000', '193717.874000', '193717.876000', '193717.879000', '193717.882000', '193717.884000', '193737.773000', '193737.775000', '193737.778000', '193737.781000', '193737.783000', '193737.786000', '193737.789000', '193737.791000', '193737.794000', '193737.796000', '193737.799000', '193737.857000', '193737.859000', '193737.862000', '193737.865000', '193737.867000', '193737.870000', '193737.872000', '193737.875000', '193737.878000', '193737.880000', '193737.883000', '193737.885000', '193737.888000', '193737.891000', '193737.893000', '193737.896000', '193737.898000', '193737.901000', '193737.904000', '193737.906000', '193737.909000', '193737.911000', '193737.914000', '193737.917000', '193737.919000', '193737.922000', '193737.924000', '193737.927000', '193737.930000', '193737.932000', '193737.935000', '193737.938000', '193757.773000', '193757.775000', '193757.778000', '193757.781000', '193757.783000', '193757.786000', '193757.788000', '193757.791000', '193757.794000', '193757.796000', '193757.799000', '193757.835000', '193757.838000', '193757.841000', '193757.843000', '193757.846000', '193757.848000', '193757.851000', '193757.854000', '193757.856000', '193757.859000', '193757.861000', '193757.864000', '193757.867000', '193757.869000', '193757.872000', '193757.875000', '193757.877000', '193757.880000', '193757.883000', '193757.885000', '193757.888000', '193757.890000', '193757.893000', '193757.896000', '193757.898000', '193757.901000', '193757.903000', '193757.906000', '193757.909000', '193757.911000', '193757.914000', '193757.916000', '193757.919000', '193817.774000', '193817.777000', '193817.779000', '193817.782000', '193817.785000', '193817.787000', '193817.790000', '193817.793000', '193817.795000', '193817.798000', '193817.870000', '193817.873000', '193817.876000', '193817.878000', '193817.881000', '193817.883000', '193817.886000', '193817.889000', '193817.891000', '193817.894000', '193817.896000', '193817.899000', '193817.901000', '193817.904000', '193817.909000', '193817.911000', '193817.914000', '193817.917000', '193817.919000', '193817.922000', '193817.924000', '193817.927000', '193817.930000', '193817.932000', '193817.935000', '193817.937000', '193817.940000', '193817.943000', '193817.945000', '193817.948000', '193817.950000', '193817.953000', '193817.956000', '193837.774000', '193837.777000', '193837.779000', '193837.782000', '193837.785000', '193837.787000', '193837.790000', '193837.792000', '193837.795000', '193837.798000', '193837.840000', '193837.842000', '193837.845000', '193837.848000', '193837.850000', '193837.853000', '193837.855000', '193837.858000', '193837.861000', '193837.863000', '193837.866000', '193837.868000', '193837.871000', '193837.873000', '193837.886000', '193837.888000', '193837.891000', '193837.893000', '193837.896000', '193837.899000', '193837.901000', '193837.904000', '193837.906000', '193837.909000', '193837.911000', '193837.914000', '193837.917000', '193837.919000', '193837.922000', '193837.925000', '193837.927000', '193837.930000', '193837.932000', '193837.935000', '193857.774000', '193857.777000', '193857.779000', '193857.782000', '193857.785000', '193857.787000', '193857.790000', '193857.792000', '193857.795000', '193857.798000', '193857.875000', '193857.878000', '193857.881000', '193857.883000', '193857.886000', '193857.888000', '193857.891000', '193857.894000', '193857.897000', '193857.899000', '193857.902000', '193857.905000', '193857.907000', '193857.910000', '193857.913000', '193857.915000', '193857.918000', '193857.921000', '193857.923000', '193857.926000', '193857.928000', '193857.931000', '193857.934000', '193857.936000', '193857.939000', '193857.941000', '193857.944000', '193857.947000', '193857.949000', '193857.952000', '193857.955000', '193857.957000', '193857.960000', '193917.773000', '193917.776000', '193917.778000', '193917.781000', '193917.784000', '193917.786000', '193917.789000', '193917.792000', '193917.794000', '193917.797000', '193917.859000', '193917.861000', '193917.864000', '193917.867000', '193917.869000', '193917.872000', '193917.874000', '193917.877000', '193917.880000', '193917.882000', '193917.885000', '193917.887000', '193917.890000', '193917.893000', '193917.895000', '193917.898000', '193917.901000', '193917.903000', '193917.906000', '193917.908000', '193917.911000', '193917.914000', '193917.916000', '193917.919000', '193917.921000', '193917.924000', '193917.926000', '193917.929000', '193917.932000', '193917.934000', '193917.937000', '193917.940000', '193917.942000', '193917.945000', '193937.773000', '193937.775000', '193937.778000', '193937.781000', '193937.783000', '193937.786000', '193937.789000', '193937.791000', '193937.794000', '193937.797000', '193937.799000', '193937.824000', '193937.827000', '193937.829000', '193937.832000', '193937.835000', '193937.837000', '193937.840000', '193937.842000', '193937.845000', '193937.848000', '193937.850000', '193937.853000', '193937.856000', '193937.858000', '193937.861000', '193937.864000', '193937.866000', '193937.869000', '193937.872000', '193937.874000', '193937.877000', '193937.880000', '193937.882000', '193937.885000', '193937.887000', '193937.890000', '193937.893000', '193937.895000', '193937.898000', '193937.901000', '193937.903000', '193937.906000', '193957.773000', '193957.775000', '193957.778000', '193957.781000', '193957.783000', '193957.786000', '193957.789000', '193957.791000', '193957.794000', '193957.796000', '193957.799000', '193957.865000', '193957.868000', '193957.870000', '193957.873000', '193957.876000', '193957.878000', '193957.881000', '193957.884000', '193957.886000', '193957.889000', '193957.908000', '193957.910000', '193957.913000', '193957.916000', '193957.918000', '193957.921000', '193957.923000', '193957.926000', '193957.929000', '193957.931000', '193957.934000', '193957.936000', '193957.939000', '193957.942000', '193957.944000', '193957.947000', '193957.950000', '193957.952000', '193957.955000', '193957.957000', '193957.960000', '193957.963000', '194017.773000', '194017.776000', '194017.778000', '194017.781000', '194017.783000', '194017.786000', '194017.789000', '194017.791000', '194017.794000', '194017.797000', '194017.799000', '194017.856000', '194017.858000', '194017.861000', '194017.863000', '194017.866000', '194017.869000', '194017.871000', '194017.874000', '194017.876000', '194017.879000', '194017.882000', '194017.884000', '194017.887000', '194017.889000', '194017.892000', '194017.894000', '194017.897000', '194017.900000', '194017.902000', '194017.905000', '194017.908000', '194017.910000', '194017.913000', '194017.916000', '194017.918000', '194017.921000', '194017.924000', '194017.926000', '194017.929000', '194017.931000', '194017.935000', '194017.938000', '194017.940000', '194037.774000', '194037.776000', '194037.779000', '194037.782000', '194037.784000', '194037.787000', '194037.790000', '194037.792000', '194037.795000', '194037.797000', '194037.845000', '194037.848000', '194037.850000', '194037.853000', '194037.856000', '194037.858000', '194037.861000', '194037.863000', '194037.866000', '194037.869000', '194037.871000', '194037.874000', '194037.877000', '194037.879000', '194037.882000', '194037.884000', '194037.887000', '194037.890000', '194037.892000', '194037.895000', '194037.897000', '194037.900000', '194037.903000', '194037.905000', '194037.908000', '194037.910000', '194037.913000', '194037.916000', '194037.918000', '194037.921000', '194037.923000', '194037.926000', '194037.929000', '194037.932000', '194057.774000', '194057.777000', '194057.779000', '194057.782000', '194057.785000', '194057.787000', '194057.790000', '194057.792000', '194057.795000', '194057.797000', '194057.866000', '194057.869000', '194057.871000', '194057.874000', '194057.876000', '194057.879000', '194057.882000', '194057.884000', '194057.887000', '194057.890000', '194057.892000', '194057.895000', '194057.898000', '194057.900000', '194057.903000', '194057.905000', '194057.908000', '194057.910000', '194057.913000', '194057.916000', '194057.918000', '194057.921000', '194057.924000', '194057.926000', '194057.929000', '194057.931000', '194057.934000', '194057.936000', '194057.939000', '194057.942000', '194057.944000', '194057.947000', '194057.949000', '194117.774000', '194117.777000', '194117.779000', '194117.796000', '194117.799000', '194117.874000', '194117.877000', '194117.880000', '194117.882000', '194117.885000', '194117.887000', '194117.890000', '194117.893000', '194117.895000', '194117.898000', '194117.900000', '194117.903000', '194117.906000', '194117.908000', '194117.911000', '194117.914000', '194117.916000', '194117.919000', '194117.921000', '194117.924000', '194117.927000', '194117.929000', '194117.932000', '194117.934000', '194117.937000', '194117.940000', '194117.942000', '194117.945000', '194117.948000', '194117.950000', '194117.953000', '194117.955000', '194117.958000', '194117.961000', '194117.963000', '194117.966000', '194117.969000', '194117.971000', '194117.974000', '194131.958000', '194131.961000', '194131.964000', '194131.967000', '194131.969000', '194131.972000', '194131.975000', '194131.977000', '194131.980000', '194131.983000', '194131.985000', '194131.988000', '194131.990000', '194131.993000', '194131.996000', '194131.998000', '194132.001000', '194132.004000', '194132.007000', '194132.009000', '194132.013000', '194132.017000', '194132.022000', '194132.026000', '194132.029000', '194132.031000', '194132.036000', '194132.040000', '194132.044000', '194132.047000', '194132.050000'], 'InstanceCreationTime': ['193137.842000', '193137.846000', '193137.849000', '193137.852000', '193137.855000', '193137.857000', '193137.860000', '193137.862000', '193137.865000', '193137.868000', '193137.870000', '193137.873000', '193137.876000', '193137.878000', '193137.881000', '193137.884000', '193137.886000', '193137.889000', '193137.891000', '193137.894000', '193137.897000', '193137.899000', '193137.902000', '193137.904000', '193137.913000', '193137.917000', '193137.919000', '193137.922000', '193137.925000', '193137.927000', '193137.930000', '193137.933000', '193137.935000', '193137.938000', '193137.940000', '193137.943000', '193137.946000', '193137.948000', '193137.951000', '193137.953000', '193137.956000', '193137.958000', '193137.961000', '193157.774000', '193157.776000', '193157.779000', '193157.782000', '193157.784000', '193157.787000', '193157.789000', '193157.792000', '193157.795000', '193157.797000', '193157.800000', '193157.803000', '193157.805000', '193157.808000', '193157.810000', '193157.813000', '193157.816000', '193157.818000', '193157.821000', '193157.823000', '193157.826000', '193157.828000', '193157.831000', '193157.834000', '193157.836000', '193157.839000', '193157.841000', '193157.844000', '193157.847000', '193157.849000', '193157.852000', '193157.854000', '193157.857000', '193157.859000', '193157.862000', '193157.865000', '193157.867000', '193157.870000', '193157.872000', '193157.875000', '193157.877000', '193157.880000', '193157.883000', '193217.772000', '193217.775000', '193217.778000', '193217.780000', '193217.783000', '193217.786000', '193217.788000', '193217.791000', '193217.793000', '193217.796000', '193217.798000', '193217.801000', '193217.804000', '193217.806000', '193217.809000', '193217.811000', '193217.814000', '193217.816000', '193217.819000', '193217.822000', '193217.824000', '193217.827000', '193217.829000', '193217.832000', '193217.835000', '193217.837000', '193217.840000', '193217.843000', '193217.845000', '193217.848000', '193217.850000', '193217.853000', '193217.867000', '193217.869000', '193217.872000', '193217.875000', '193217.877000', '193217.880000', '193217.883000', '193217.885000', '193217.888000', '193217.891000', '193217.893000', '193217.896000', '193237.773000', '193237.775000', '193237.778000', '193237.781000', '193237.783000', '193237.786000', '193237.788000', '193237.791000', '193237.794000', '193237.796000', '193237.799000', '193237.840000', '193237.843000', '193237.846000', '193237.848000', '193237.851000', '193237.853000', '193237.856000', '193237.859000', '193237.861000', '193237.864000', '193237.866000', '193237.869000', '193237.871000', '193237.874000', '193237.896000', '193237.899000', '193237.901000', '193237.904000', '193237.907000', '193237.909000', '193237.912000', '193237.921000', '193237.924000', '193237.926000', '193237.929000', '193237.931000', '193237.934000', '193237.938000', '193237.940000', '193237.943000', '193237.946000', '193237.948000', '193257.772000', '193257.775000', '193257.778000', '193257.780000', '193257.783000', '193257.786000', '193257.788000', '193257.791000', '193257.794000', '193257.796000', '193257.799000', '193257.802000', '193257.804000', '193257.807000', '193257.810000', '193257.812000', '193257.815000', '193257.817000', '193257.820000', '193257.822000', '193257.825000', '193257.828000', '193257.830000', '193257.833000', '193257.836000', '193257.838000', '193257.841000', '193257.843000', '193257.846000', '193257.849000', '193257.851000', '193257.854000', '193257.856000', '193257.859000', '193257.862000', '193257.864000', '193257.867000', '193257.870000', '193257.872000', '193257.875000', '193257.877000', '193257.880000', '193257.883000', '193257.885000', '193317.772000', '193317.775000', '193317.778000', '193317.780000', '193317.783000', '193317.786000', '193317.788000', '193317.791000', '193317.793000', '193317.796000', '193317.799000', '193317.802000', '193317.804000', '193317.807000', '193317.810000', '193317.812000', '193317.815000', '193317.817000', '193317.820000', '193317.822000', '193317.825000', '193317.828000', '193317.830000', '193317.833000', '193317.836000', '193317.838000', '193317.841000', '193317.843000', '193317.846000', '193317.849000', '193317.851000', '193317.854000', '193317.856000', '193317.859000', '193317.862000', '193317.864000', '193317.867000', '193317.870000', '193317.872000', '193317.875000', '193317.877000', '193317.880000', '193317.883000', '193337.774000', '193337.777000', '193337.779000', '193337.782000', '193337.784000', '193337.787000', '193337.790000', '193337.792000', '193337.795000', '193337.798000', '193337.800000', '193337.803000', '193337.805000', '193337.808000', '193337.811000', '193337.813000', '193337.816000', '193337.818000', '193337.821000', '193337.824000', '193337.826000', '193337.829000', '193337.832000', '193337.834000', '193337.837000', '193337.840000', '193337.842000', '193337.845000', '193337.847000', '193337.850000', '193337.852000', '193337.855000', '193337.858000', '193337.860000', '193337.863000', '193337.865000', '193337.868000', '193337.871000', '193337.873000', '193337.876000', '193337.878000', '193337.881000', '193337.884000', '193337.886000', '193357.774000', '193357.776000', '193357.779000', '193357.782000', '193357.784000', '193357.787000', '193357.789000', '193357.792000', '193357.795000', '193357.797000', '193357.858000', '193357.860000', '193357.863000', '193357.866000', '193357.868000', '193357.871000', '193357.873000', '193357.876000', '193357.879000', '193357.881000', '193357.884000', '193357.886000', '193357.889000', '193357.892000', '193357.894000', '193357.897000', '193357.899000', '193357.902000', '193357.905000', '193357.907000', '193357.910000', '193357.912000', '193357.915000', '193357.918000', '193357.920000', '193357.937000', '193357.940000', '193357.943000', '193357.945000', '193357.948000', '193357.950000', '193357.953000', '193357.955000', '193417.773000', '193417.776000', '193417.779000', '193417.781000', '193417.784000', '193417.787000', '193417.789000', '193417.792000', '193417.795000', '193417.797000', '193417.823000', '193417.826000', '193417.828000', '193417.831000', '193417.834000', '193417.836000', '193417.839000', '193417.841000', '193417.844000', '193417.846000', '193417.849000', '193417.864000', '193417.867000', '193417.869000', '193417.872000', '193417.875000', '193417.877000', '193417.880000', '193417.882000', '193417.885000', '193417.888000', '193417.890000', '193417.893000', '193417.895000', '193417.898000', '193417.901000', '193417.903000', '193417.906000', '193417.909000', '193417.911000', '193417.914000', '193417.917000', '193417.919000', '193417.922000', '193437.773000', '193437.775000', '193437.778000', '193437.781000', '193437.783000', '193437.786000', '193437.788000', '193437.791000', '193437.794000', '193437.796000', '193437.799000', '193437.801000', '193437.804000', '193437.807000', '193437.809000', '193437.812000', '193437.815000', '193437.817000', '193437.820000', '193437.822000', '193437.825000', '193437.828000', '193437.830000', '193437.833000', '193437.835000', '193437.838000', '193437.841000', '193437.843000', '193437.846000', '193437.848000', '193437.851000', '193437.854000', '193437.856000', '193437.859000', '193437.862000', '193437.864000', '193437.867000', '193437.869000', '193437.872000', '193437.875000', '193437.877000', '193437.880000', '193437.882000', '193457.772000', '193457.776000', '193457.779000', '193457.781000', '193457.784000', '193457.787000', '193457.789000', '193457.792000', '193457.795000', '193457.797000', '193457.848000', '193457.851000', '193457.853000', '193457.856000', '193457.859000', '193457.861000', '193457.864000', '193457.867000', '193457.869000', '193457.872000', '193457.875000', '193457.877000', '193457.880000', '193457.882000', '193457.885000', '193457.888000', '193457.890000', '193457.893000', '193457.895000', '193457.898000', '193457.900000', '193457.903000', '193457.906000', '193457.908000', '193457.911000', '193457.914000', '193457.916000', '193457.919000', '193457.921000', '193457.924000', '193457.926000', '193457.929000', '193457.932000', '193457.934000', '193517.773000', '193517.775000', '193517.778000', '193517.781000', '193517.783000', '193517.786000', '193517.789000', '193517.791000', '193517.794000', '193517.796000', '193517.799000', '193517.846000', '193517.849000', '193517.851000', '193517.854000', '193517.857000', '193517.859000', '193517.862000', '193517.865000', '193517.867000', '193517.870000', '193517.872000', '193517.875000', '193517.878000', '193517.880000', '193517.883000', '193517.885000', '193517.888000', '193517.890000', '193517.893000', '193517.896000', '193517.898000', '193517.901000', '193517.904000', '193517.906000', '193517.909000', '193517.911000', '193517.914000', '193517.916000', '193517.919000', '193517.922000', '193517.924000', '193517.927000', '193537.772000', '193537.775000', '193537.778000', '193537.781000', '193537.783000', '193537.786000', '193537.788000', '193537.791000', '193537.794000', '193537.796000', '193537.799000', '193537.842000', '193537.845000', '193537.847000', '193537.850000', '193537.853000', '193537.855000', '193537.858000', '193537.860000', '193537.863000', '193537.865000', '193537.868000', '193537.871000', '193537.873000', '193537.876000', '193537.878000', '193537.881000', '193537.884000', '193537.886000', '193537.889000', '193537.891000', '193537.894000', '193537.897000', '193537.899000', '193537.902000', '193537.904000', '193537.907000', '193537.909000', '193537.912000', '193537.915000', '193537.917000', '193537.920000', '193537.922000', '193537.925000', '193557.773000', '193557.776000', '193557.788000', '193557.791000', '193557.794000', '193557.796000', '193557.799000', '193557.855000', '193557.858000', '193557.860000', '193557.863000', '193557.866000', '193557.868000', '193557.871000', '193557.873000', '193557.876000', '193557.879000', '193557.881000', '193557.884000', '193557.886000', '193557.889000', '193557.892000', '193557.894000', '193557.897000', '193557.899000', '193557.902000', '193557.905000', '193557.907000', '193557.910000', '193557.912000', '193557.915000', '193557.918000', '193557.920000', '193557.923000', '193557.926000', '193557.928000', '193557.931000', '193557.933000', '193557.936000', '193557.939000', '193557.941000', '193557.944000', '193557.946000', '193617.773000', '193617.776000', '193617.779000', '193617.782000', '193617.784000', '193617.787000', '193617.790000', '193617.792000', '193617.795000', '193617.797000', '193617.857000', '193617.860000', '193617.863000', '193617.865000', '193617.868000', '193617.871000', '193617.873000', '193617.876000', '193617.879000', '193617.881000', '193617.884000', '193617.886000', '193617.889000', '193617.892000', '193617.894000', '193617.897000', '193617.899000', '193617.902000', '193617.905000', '193617.907000', '193617.910000', '193617.913000', '193617.915000', '193617.918000', '193617.920000', '193617.923000', '193617.926000', '193617.928000', '193617.931000', '193617.933000', '193617.936000', '193617.938000', '193617.941000', '193637.774000', '193637.777000', '193637.779000', '193637.782000', '193637.785000', '193637.787000', '193637.790000', '193637.793000', '193637.795000', '193637.798000', '193637.834000', '193637.836000', '193637.839000', '193637.842000', '193637.844000', '193637.847000', '193637.849000', '193637.852000', '193637.855000', '193637.857000', '193637.860000', '193637.863000', '193637.865000', '193637.868000', '193637.871000', '193637.873000', '193637.876000', '193637.878000', '193637.881000', '193637.884000', '193637.886000', '193637.889000', '193637.892000', '193637.894000', '193637.897000', '193637.899000', '193637.902000', '193637.904000', '193637.907000', '193637.910000', '193637.912000', '193637.915000', '193637.917000', '193637.920000', '193657.773000', '193657.775000', '193657.778000', '193657.781000', '193657.784000', '193657.787000', '193657.789000', '193657.792000', '193657.795000', '193657.797000', '193657.855000', '193657.858000', '193657.861000', '193657.863000', '193657.866000', '193657.869000', '193657.871000', '193657.874000', '193657.876000', '193657.879000', '193657.882000', '193657.884000', '193657.887000', '193657.889000', '193657.892000', '193657.895000', '193657.897000', '193657.900000', '193657.902000', '193657.905000', '193657.908000', '193657.910000', '193657.913000', '193657.915000', '193657.918000', '193657.921000', '193657.923000', '193657.926000', '193657.928000', '193657.931000', '193657.934000', '193657.936000', '193657.939000', '193717.772000', '193717.775000', '193717.778000', '193717.781000', '193717.783000', '193717.786000', '193717.788000', '193717.791000', '193717.794000', '193717.796000', '193717.799000', '193717.801000', '193717.804000', '193717.807000', '193717.809000', '193717.812000', '193717.814000', '193717.817000', '193717.819000', '193717.822000', '193717.825000', '193717.827000', '193717.830000', '193717.832000', '193717.835000', '193717.837000', '193717.840000', '193717.843000', '193717.845000', '193717.848000', '193717.850000', '193717.853000', '193717.856000', '193717.858000', '193717.861000', '193717.863000', '193717.866000', '193717.869000', '193717.871000', '193717.874000', '193717.876000', '193717.879000', '193717.882000', '193717.884000', '193737.773000', '193737.775000', '193737.778000', '193737.781000', '193737.783000', '193737.786000', '193737.789000', '193737.791000', '193737.794000', '193737.796000', '193737.799000', '193737.857000', '193737.859000', '193737.862000', '193737.865000', '193737.867000', '193737.870000', '193737.872000', '193737.875000', '193737.878000', '193737.880000', '193737.883000', '193737.885000', '193737.888000', '193737.891000', '193737.893000', '193737.896000', '193737.898000', '193737.901000', '193737.904000', '193737.906000', '193737.909000', '193737.911000', '193737.914000', '193737.917000', '193737.919000', '193737.922000', '193737.924000', '193737.927000', '193737.930000', '193737.932000', '193737.935000', '193737.938000', '193757.773000', '193757.775000', '193757.778000', '193757.781000', '193757.783000', '193757.786000', '193757.788000', '193757.791000', '193757.794000', '193757.796000', '193757.799000', '193757.835000', '193757.838000', '193757.841000', '193757.843000', '193757.846000', '193757.848000', '193757.851000', '193757.854000', '193757.856000', '193757.859000', '193757.861000', '193757.864000', '193757.867000', '193757.869000', '193757.872000', '193757.875000', '193757.877000', '193757.880000', '193757.883000', '193757.885000', '193757.888000', '193757.890000', '193757.893000', '193757.896000', '193757.898000', '193757.901000', '193757.903000', '193757.906000', '193757.909000', '193757.911000', '193757.914000', '193757.916000', '193757.919000', '193817.774000', '193817.777000', '193817.779000', '193817.782000', '193817.785000', '193817.787000', '193817.790000', '193817.793000', '193817.795000', '193817.798000', '193817.870000', '193817.873000', '193817.876000', '193817.878000', '193817.881000', '193817.883000', '193817.886000', '193817.889000', '193817.891000', '193817.894000', '193817.896000', '193817.899000', '193817.901000', '193817.904000', '193817.909000', '193817.911000', '193817.914000', '193817.917000', '193817.919000', '193817.922000', '193817.924000', '193817.927000', '193817.930000', '193817.932000', '193817.935000', '193817.937000', '193817.940000', '193817.943000', '193817.945000', '193817.948000', '193817.950000', '193817.953000', '193817.956000', '193837.774000', '193837.777000', '193837.779000', '193837.782000', '193837.785000', '193837.787000', '193837.790000', '193837.792000', '193837.795000', '193837.798000', '193837.840000', '193837.842000', '193837.845000', '193837.848000', '193837.850000', '193837.853000', '193837.855000', '193837.858000', '193837.861000', '193837.863000', '193837.866000', '193837.868000', '193837.871000', '193837.873000', '193837.886000', '193837.888000', '193837.891000', '193837.893000', '193837.896000', '193837.899000', '193837.901000', '193837.904000', '193837.906000', '193837.909000', '193837.911000', '193837.914000', '193837.917000', '193837.919000', '193837.922000', '193837.925000', '193837.927000', '193837.930000', '193837.932000', '193837.935000', '193857.774000', '193857.777000', '193857.779000', '193857.782000', '193857.785000', '193857.787000', '193857.790000', '193857.792000', '193857.795000', '193857.798000', '193857.875000', '193857.878000', '193857.881000', '193857.883000', '193857.886000', '193857.888000', '193857.891000', '193857.894000', '193857.897000', '193857.899000', '193857.902000', '193857.905000', '193857.907000', '193857.910000', '193857.913000', '193857.915000', '193857.918000', '193857.921000', '193857.923000', '193857.926000', '193857.928000', '193857.931000', '193857.934000', '193857.936000', '193857.939000', '193857.941000', '193857.944000', '193857.947000', '193857.949000', '193857.952000', '193857.955000', '193857.957000', '193857.960000', '193917.773000', '193917.776000', '193917.778000', '193917.781000', '193917.784000', '193917.786000', '193917.789000', '193917.792000', '193917.794000', '193917.797000', '193917.859000', '193917.861000', '193917.864000', '193917.867000', '193917.869000', '193917.872000', '193917.874000', '193917.877000', '193917.880000', '193917.882000', '193917.885000', '193917.887000', '193917.890000', '193917.893000', '193917.895000', '193917.898000', '193917.901000', '193917.903000', '193917.906000', '193917.908000', '193917.911000', '193917.914000', '193917.916000', '193917.919000', '193917.921000', '193917.924000', '193917.926000', '193917.929000', '193917.932000', '193917.934000', '193917.937000', '193917.940000', '193917.942000', '193917.945000', '193937.773000', '193937.775000', '193937.778000', '193937.781000', '193937.783000', '193937.786000', '193937.789000', '193937.791000', '193937.794000', '193937.797000', '193937.799000', '193937.824000', '193937.827000', '193937.829000', '193937.832000', '193937.835000', '193937.837000', '193937.840000', '193937.842000', '193937.845000', '193937.848000', '193937.850000', '193937.853000', '193937.856000', '193937.858000', '193937.861000', '193937.864000', '193937.866000', '193937.869000', '193937.872000', '193937.874000', '193937.877000', '193937.880000', '193937.882000', '193937.885000', '193937.887000', '193937.890000', '193937.893000', '193937.895000', '193937.898000', '193937.901000', '193937.903000', '193937.906000', '193957.773000', '193957.775000', '193957.778000', '193957.781000', '193957.783000', '193957.786000', '193957.789000', '193957.791000', '193957.794000', '193957.796000', '193957.799000', '193957.865000', '193957.868000', '193957.870000', '193957.873000', '193957.876000', '193957.878000', '193957.881000', '193957.884000', '193957.886000', '193957.889000', '193957.908000', '193957.910000', '193957.913000', '193957.916000', '193957.918000', '193957.921000', '193957.923000', '193957.926000', '193957.929000', '193957.931000', '193957.934000', '193957.936000', '193957.939000', '193957.942000', '193957.944000', '193957.947000', '193957.950000', '193957.952000', '193957.955000', '193957.957000', '193957.960000', '193957.963000', '194017.773000', '194017.776000', '194017.778000', '194017.781000', '194017.783000', '194017.786000', '194017.789000', '194017.791000', '194017.794000', '194017.797000', '194017.799000', '194017.856000', '194017.858000', '194017.861000', '194017.863000', '194017.866000', '194017.869000', '194017.871000', '194017.874000', '194017.876000', '194017.879000', '194017.882000', '194017.884000', '194017.887000', '194017.889000', '194017.892000', '194017.894000', '194017.897000', '194017.900000', '194017.902000', '194017.905000', '194017.908000', '194017.910000', '194017.913000', '194017.916000', '194017.918000', '194017.921000', '194017.924000', '194017.926000', '194017.929000', '194017.931000', '194017.935000', '194017.938000', '194017.940000', '194037.774000', '194037.776000', '194037.779000', '194037.782000', '194037.784000', '194037.787000', '194037.790000', '194037.792000', '194037.795000', '194037.797000', '194037.845000', '194037.848000', '194037.850000', '194037.853000', '194037.856000', '194037.858000', '194037.861000', '194037.863000', '194037.866000', '194037.869000', '194037.871000', '194037.874000', '194037.877000', '194037.879000', '194037.882000', '194037.884000', '194037.887000', '194037.890000', '194037.892000', '194037.895000', '194037.897000', '194037.900000', '194037.903000', '194037.905000', '194037.908000', '194037.910000', '194037.913000', '194037.916000', '194037.918000', '194037.921000', '194037.923000', '194037.926000', '194037.929000', '194037.932000', '194057.774000', '194057.777000', '194057.779000', '194057.782000', '194057.785000', '194057.787000', '194057.790000', '194057.792000', '194057.795000', '194057.797000', '194057.866000', '194057.869000', '194057.871000', '194057.874000', '194057.876000', '194057.879000', '194057.882000', '194057.884000', '194057.887000', '194057.890000', '194057.892000', '194057.895000', '194057.898000', '194057.900000', '194057.903000', '194057.905000', '194057.908000', '194057.910000', '194057.913000', '194057.916000', '194057.918000', '194057.921000', '194057.924000', '194057.926000', '194057.929000', '194057.931000', '194057.934000', '194057.936000', '194057.939000', '194057.942000', '194057.944000', '194057.947000', '194057.949000', '194117.774000', '194117.777000', '194117.779000', '194117.796000', '194117.799000', '194117.874000', '194117.877000', '194117.880000', '194117.882000', '194117.885000', '194117.887000', '194117.890000', '194117.893000', '194117.895000', '194117.898000', '194117.900000', '194117.903000', '194117.906000', '194117.908000', '194117.911000', '194117.914000', '194117.916000', '194117.919000', '194117.921000', '194117.924000', '194117.927000', '194117.929000', '194117.932000', '194117.934000', '194117.937000', '194117.940000', '194117.942000', '194117.945000', '194117.948000', '194117.950000', '194117.953000', '194117.955000', '194117.958000', '194117.961000', '194117.963000', '194117.966000', '194117.969000', '194117.971000', '194117.974000', '194131.958000', '194131.961000', '194131.964000', '194131.967000', '194131.969000', '194131.972000', '194131.975000', '194131.977000', '194131.980000', '194131.983000', '194131.985000', '194131.988000', '194131.990000', '194131.993000', '194131.996000', '194131.998000', '194132.001000', '194132.004000', '194132.007000', '194132.009000', '194132.013000', '194132.017000', '194132.022000', '194132.026000', '194132.029000', '194132.031000', '194132.036000', '194132.040000', '194132.044000', '194132.047000', '194132.050000'], '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, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [14184, 11514, 14869, 10497, 13723, 10696, 12523, 9198, 11889, 8265, 11566, 9226, 11326, 12778, 10855, 14665, 10562, 12325, 10429, 13392, 10436, 13134, 10348, 12711, 10286, 13301, 10453, 12806, 10104, 12436, 10373, 12015, 10255, 12454, 10320, 12493, 10581, 12294, 10667, 12418, 10366, 12085, 10596, 12160, 9036, 11946, 9105, 12086, 8679, 12525, 8787, 11925, 8968, 11551, 8581, 11834, 9370, 11868, 12172, 11580, 9661, 11624, 11138, 10960, 12762, 10931, 14894, 10727, 11661, 10224, 13876, 10501, 12869, 10892, 12494, 10733, 12865, 10370, 12330, 10744, 12761, 10804, 12324, 10183, 12556, 10265, 12609, 8912, 12739, 9105, 12430, 9124, 12611, 9126, 12693, 9384, 12647, 8656, 11992, 9094, 12099, 12650, 11749, 10153, 11353, 14163, 11320, 13828, 10686, 12995, 10611, 13007, 10716, 12795, 10799, 13176, 10954, 12495, 10290, 12049, 10464, 12285, 9246, 12360, 9362, 12343, 8598, 11560, 9215, 11991, 8688, 11952, 9131, 11679, 9703, 11690, 9820, 12099, 8323, 11838, 9212, 11932, 9108, 11775, 8307, 11701, 8608, 11510, 10819, 10847, 15483, 10778, 13375, 10075, 12657, 10591, 12487, 10563, 12052, 10556, 11942, 10113, 11818, 9117, 11649, 8778, 11775, 8410, 11689, 8788, 11563, 12180, 11220, 13721, 10343, 12496, 10586, 12759, 10525, 12318, 10307, 12359, 10703, 12347, 10174, 12271, 10354, 12442, 8543, 11540, 8589, 10844, 11352, 11349, 12982, 10517, 12721, 10835, 12518, 10278, 12158, 10038, 11588, 9669, 11678, 8869, 11348, 8314, 11158, 9280, 10629, 14765, 10515, 12257, 10075, 12549, 10232, 12962, 10117, 11744, 9314, 11469, 8878, 11867, 8700, 11722, 8179, 11688, 8161, 11644, 9369, 11583, 10162, 11816, 11283, 10691, 13189, 10775, 14513, 10644, 13125, 10263, 12140, 10071, 12287, 10438, 12513, 10052, 8051, 11435, 9775, 11934, 10677, 11697, 10695, 14570, 10631, 13468, 10123, 12583, 8892, 12230, 9546, 11679, 11569, 11307, 11996, 11981, 11001, 11342, 13129, 11247, 13729, 10881, 12723, 10861, 12738, 10803, 12621, 10577, 12645, 10682, 12934, 10177, 12429, 9074, 11677, 8870, 12137, 8530, 11821, 8466, 11824, 8464, 11745, 8586, 12401, 8358, 11572, 9374, 10786, 11656, 10998, 11308, 10332, 12695, 10669, 13925, 10277, 12792, 10278, 11829, 10153, 13461, 10357, 12942, 10026, 12156, 10167, 11809, 8758, 11635, 8589, 11162, 8172, 11623, 8362, 11280, 11848, 10825, 11080, 10567, 14248, 10662, 12883, 10483, 13209, 10358, 9619, 11538, 8971, 13733, 10149, 12759, 9107, 10970, 13199, 10524, 9877, 11333, 8801, 13436, 10786, 14386, 11305, 12327, 11622, 12994, 12225, 13362, 12285, 13349, 11370, 14284, 10971, 12933, 10604, 12378, 10810, 13007, 10753, 10479, 10768, 8297, 12796, 10595, 12661, 10651, 13396, 9945, 10160, 10673, 11667, 11147, 15195, 10573, 12072, 10364, 12427, 10290, 12911, 10482, 14420, 10898, 9067, 10462, 8905, 11105, 10788, 11176, 12285, 11708, 8544, 11746, 8797, 12206, 10439, 11747, 11582, 11616, 9925, 11109, 12841, 11005, 15225, 11188, 11369, 10494, 12832, 10512, 13450, 10221, 12690, 10477, 13135, 10591, 12180, 9168, 11534, 9814, 10999, 13050, 10679, 12818, 10729, 12063, 9507, 11984, 8209, 11476, 8330, 11339, 13105, 10555, 13401, 10639, 12561, 10149, 11892, 8684, 11165, 14226, 10730, 13199, 10254, 12423, 10189, 12070, 8615, 11642, 8229, 11365, 12625, 10958, 13467, 10406, 12206, 9368, 11845, 8480, 11401, 12856, 10578, 13793, 10683, 12236, 10205, 11851, 9900, 11850, 8771, 11594, 9067, 11460, 14339, 10610, 13008, 10525, 12477, 9979, 11665, 9136, 11838, 8643, 11240, 14955, 10450, 12286, 10202, 12382, 10385, 12124, 8941, 12462, 8255, 11512, 8895, 11696, 15184, 10709, 12621, 10438, 12599, 10222, 12307, 9174, 12233, 8284, 11920, 8701, 11478, 14644, 10921, 12830, 10538, 12687, 10357, 11917, 9142, 11926, 8842, 11688, 8341, 11645, 11969, 10737, 13996, 11153, 12700, 10213, 11826, 9062, 12276, 8704, 12012, 8463, 11585, 9129, 11644, 13539, 11265, 10245, 10765, 13826, 10693, 12990, 10263, 12497, 10224, 12811, 10240, 12619, 10193, 13248, 10629, 12320, 10248, 12354, 10265, 12772, 10172, 12874, 10180, 12724, 10447, 12290, 9322, 12447, 8891, 11513, 8369, 11570, 9684, 11503, 9239, 11430, 10963, 10869, 11588, 11513, 8633, 11899, 8417, 11911, 8865, 12586, 9093, 12666, 8479, 11971, 8624, 13602, 10357, 12823, 10452, 8024, 12260, 9753, 13624, 10245, 13866, 10115, 13696, 10018, 13253, 10382, 7934, 11017, 8435, 12006, 8996, 12051, 8974, 11822, 8785, 12277, 9112, 12095, 9484, 12459, 9630, 12979, 10084, 12912, 10146, 13207, 10049, 12965, 10005, 12441, 10160, 9716, 11440, 9313, 14206, 10831, 8995, 10512, 9117, 10883, 14006, 10672, 12406, 10605, 12128, 10296, 12441, 10302, 13488, 10290, 13394, 10436, 13854, 10561, 14084, 10684, 13730, 10641, 13148, 10412, 10382, 10435, 9258, 11507, 11156, 11132, 12469, 10618, 13183, 10172, 12511, 10405, 11742, 10044, 12119, 9985, 11988, 10209, 11704, 9664, 12108, 10119, 11795, 10108, 11829, 9715, 12153, 9206, 12326, 9355, 12583, 9869, 12429, 10369, 13107, 10029, 12468, 10312, 10305, 10225, 10164, 11036, 11255, 11720, 8509, 11643, 8355, 11885, 9268, 12142, 8362, 11895, 9669, 10867, 14716, 10694, 12546, 10334, 13134, 10344, 12856, 10205, 12452, 10097, 13287, 10063, 12448, 10063, 12056, 9877, 12807, 10112, 12398, 10255, 12032, 9860, 12978, 9873, 13167, 9857, 9109, 10833, 8061, 11508, 8960, 11712, 9988, 12336, 8666, 11741, 8774, 12403, 9447, 12055, 9691, 12481, 10408, 12684, 10300, 12853, 10111, 12091, 10258, 12415, 10208, 12873, 10021, 9491, 9934, 7898, 10976, 8766, 12426, 10281, 12664, 10088, 12760, 9745, 13468, 9719, 14099, 10280, 11629, 9718, 12215, 10044, 12603, 10373, 9770, 10184, 12639, 10481, 11509, 10684, 7955, 11201, 8406, 11792, 8531, 11319, 10059, 11295, 9158, 11192, 11892, 10661, 14562, 10813, 12570, 9721, 12582, 10280, 12678, 10121, 12635, 10503, 12455, 10203, 11866, 10127, 12271, 10014, 11693, 8879, 11637, 8623, 11359, 14434, 10701, 13026, 10233, 12599, 9799, 12581, 9929, 12941, 10182, 9509, 9971, 11658, 9910, 13693, 10732, 12093, 9934, 12352, 9887, 12428, 8728, 11745, 9174, 11675, 8485, 11889, 8577, 11668, 11214, 11073, 14257, 10366, 12843, 9955, 12176, 9053, 11502, 8398, 11633, 8560, 11930, 8492, 12079, 9048, 12091, 9391, 12576, 10052, 12912, 9269, 12306, 9392, 12369, 8782, 12217, 9947, 11474, 9483, 11993, 8041, 11789, 8771, 11795, 9425, 11725, 8481, 12192, 8991, 11495, 9111, 11496, 9866, 11707, 8919, 11646, 8415, 11866, 8907, 12104, 8354, 11762, 8842, 11481, 12548, 11186, 12834, 10296, 13172, 10055, 12560, 9223, 11372, 8014, 11236, 8955, 11284, 12592, 11037, 9705, 10310, 12102, 10340, 13493, 11002, 12526, 10178, 12958, 10142, 12863, 9767, 12753, 9118, 11900, 8600, 11456, 11866, 11349, 8780, 11154, 10692, 10663, 13779, 10502, 14026, 10495, 8714, 10467, 8644, 11051, 14827, 11095, 13748, 10114, 13335, 9811, 12468, 8969, 11760, 8050, 11859, 9368, 10885, 13638, 10897, 13166, 10800, 12286, 10056, 11886, 10083, 12186, 9252, 12292, 8947, 11678, 8557, 11834, 9445, 12123, 8832, 11898, 11906, 10999, 13974, 10669, 12864, 10503, 12469, 10058, 12088, 8461, 11530, 8428, 11711, 11616, 10590, 13381, 10451, 12624, 8944, 11564, 8214, 11272, 10944, 10793, 13797, 10555, 12787, 10330, 12254, 9990, 12438, 8695, 12372, 8489, 12148, 8435, 12343, 8949, 12172, 8879, 12309, 9604, 11376, 14383, 10600, 13520, 10636, 12443, 10261, 12091, 9935, 12384, 8893, 11345, 8014, 11632, 8414, 10868, 13158, 10557, 12446, 9887, 11703, 8103, 11120, 9531, 10658, 13690, 10641, 12452, 10045, 11551, 9995, 11580, 8819, 11728, 8376, 11898, 8317, 11523, 12330, 10718, 13737, 10738, 13026, 10151, 12392, 10100, 13021, 10159, 12661, 9861, 12134, 9401, 12061, 8936, 12235, 9042, 12491, 9879, 12086, 9834, 12358, 8801, 12009, 9236, 12212, 9353, 12095, 8485, 11097, 11985, 10829, 7644, 11206, 8397, 12208, 8622, 12293, 9777, 13361, 10616, 10326, 10648, 8278, 12070, 8725, 12099, 8837, 12794, 9767, 14106, 10763, 13115, 10253, 13015, 10359, 12889, 10228, 14272, 10213, 8876, 11186, 9254, 12477, 9865, 12422, 8508, 11165, 10286, 10703, 14460, 10347, 13065, 9879, 13150, 9314, 12540, 8866, 12751, 9087, 12801, 10243, 13536, 10445, 13527, 10105, 13574, 10224, 12503, 10073, 11778, 9239, 11499, 8961, 11804, 9170, 11908, 8891, 11636, 8634, 11400, 8711, 11656, 8823, 11779, 9684, 11986, 9471, 12377, 9894, 12240, 9833, 12116, 9973, 12965, 9981, 13035, 9952, 12783, 10158, 13164, 9874, 13232, 10375, 12727, 10174, 12774, 9994, 12840, 9943, 13065, 10222, 12683, 9882, 11086, 10177, 12622, 10063, 13039, 10304, 11950, 9968, 13309, 9894, 12842, 9844, 12978, 9921, 12749, 10012, 12144, 10000, 12771, 9837, 12810, 9903, 13193, 9916, 13365, 9900, 12605, 10020, 12639, 9899, 13584, 9914, 12928, 9957, 12926, 10031, 12761, 9939, 13120, 10140, 13343, 10119, 12231, 10199, 12679, 10140, 13294, 10233, 9878, 10411, 9786, 10619, 10425, 11216, 9744, 12091, 8729, 12700, 9343, 13265, 9372, 13239, 9362, 13335, 9274, 12908, 9554, 13419, 9692, 12911, 9797, 12741, 9967, 12965, 9509, 12480, 9646, 13619, 10853, 10811, 10449, 7937, 11150, 8156, 11364, 8848, 11029, 11613, 11114, 9941, 10825, 14229, 10475, 13488, 10100, 12838, 10422, 13276, 10445, 12380, 10324, 12912, 10442, 13296, 10392, 13033, 9969, 12622, 9984, 12651, 10049, 12649, 10097, 13014, 10038, 12872, 10036, 12746, 9692, 12172, 9114], 'WindowCenter': [4189.0, 4154.0, 4160.0, 4127.0, 4145.0, 4116.0, 4136.0, 4104.0, 4124.0, 4081.0, 4124.0, 4091.0, 4113.0, 4134.0, 4125.0, 4153.0, 4113.0, 4134.0, 4113.0, 4145.0, 4124.0, 4146.0, 4127.0, 4146.0, 4116.0, 4146.0, 4125.0, 4146.0, 4127.0, 4148.0, 4126.0, 4136.0, 4117.0, 4133.0, 4126.0, 4133.0, 4129.0, 4137.0, 4127.0, 4147.0, 4127.0, 4136.0, 4126.0, 4138.0, 4119.0, 4137.0, 4105.0, 4137.0, 4094.0, 4136.0, 4093.0, 4137.0, 4106.0, 4137.0, 4103.0, 4139.0, 4116.0, 4147.0, 4147.0, 4136.0, 4116.0, 4136.0, 4127.0, 4138.0, 4149.0, 4137.0, 4169.0, 4140.0, 4138.0, 4128.0, 4157.0, 4127.0, 4147.0, 4138.0, 4148.0, 4139.0, 4147.0, 4128.0, 4148.0, 4140.0, 4159.0, 4140.0, 4148.0, 4127.0, 4147.0, 4128.0, 4150.0, 4120.0, 4159.0, 4106.0, 4149.0, 4115.0, 4145.0, 4119.0, 4149.0, 4117.0, 4149.0, 4106.0, 4136.0, 4106.0, 4137.0, 4136.0, 4136.0, 4113.0, 4125.0, 4143.0, 4124.0, 4145.0, 4114.0, 4132.0, 4113.0, 4133.0, 4113.0, 4132.0, 4124.0, 4134.0, 4114.0, 4120.0, 4113.0, 4119.0, 4112.0, 4135.0, 4104.0, 4132.0, 4091.0, 4123.0, 4080.0, 4123.0, 4103.0, 4122.0, 4079.0, 4122.0, 4091.0, 4112.0, 4091.0, 4121.0, 4102.0, 4122.0, 4078.0, 4122.0, 4102.0, 4135.0, 4106.0, 4134.0, 4092.0, 4124.0, 4093.0, 4123.0, 4123.0, 4127.0, 4155.0, 4115.0, 4132.0, 4101.0, 4132.0, 4114.0, 4121.0, 4112.0, 4122.0, 4100.0, 4121.0, 4102.0, 4124.0, 4104.0, 4122.0, 4090.0, 4122.0, 4081.0, 4123.0, 4103.0, 4125.0, 4132.0, 4125.0, 4143.0, 4112.0, 4134.0, 4113.0, 4134.0, 4114.0, 4124.0, 4113.0, 4133.0, 4111.0, 4131.0, 4114.0, 4135.0, 4113.0, 4134.0, 4093.0, 4123.0, 4095.0, 4123.0, 4111.0, 4125.0, 4132.0, 4112.0, 4133.0, 4125.0, 4132.0, 4113.0, 4133.0, 4101.0, 4119.0, 4103.0, 4122.0, 4093.0, 4124.0, 4092.0, 4125.0, 4101.0, 4125.0, 4154.0, 4114.0, 4122.0, 4103.0, 4132.0, 4114.0, 4145.0, 4113.0, 4123.0, 4091.0, 4120.0, 4089.0, 4122.0, 4092.0, 4122.0, 4080.0, 4122.0, 4080.0, 4111.0, 4089.0, 4111.0, 4100.0, 4121.0, 4110.0, 4099.0, 4131.0, 4111.0, 4140.0, 4112.0, 4129.0, 4100.0, 4132.0, 4103.0, 4136.0, 4113.0, 4133.0, 4101.0, 4078.0, 4120.0, 4113.0, 4135.0, 4126.0, 4134.0, 4115.0, 4146.0, 4113.0, 4133.0, 4102.0, 4132.0, 4090.0, 4123.0, 4090.0, 4111.0, 4109.0, 4111.0, 4108.0, 4109.0, 4086.0, 4096.0, 4105.0, 4096.0, 4116.0, 4085.0, 4104.0, 4084.0, 4103.0, 4085.0, 4105.0, 4086.0, 4106.0, 4084.0, 4105.0, 4085.0, 4106.0, 4078.0, 4097.0, 4066.0, 4106.0, 4065.0, 4107.0, 4065.0, 4108.0, 4080.0, 4120.0, 4077.0, 4119.0, 4078.0, 4121.0, 4088.0, 4123.0, 4111.0, 4113.0, 4113.0, 4113.0, 4132.0, 4114.0, 4143.0, 4113.0, 4131.0, 4113.0, 4124.0, 4115.0, 4144.0, 4114.0, 4133.0, 4115.0, 4134.0, 4114.0, 4135.0, 4105.0, 4137.0, 4095.0, 4124.0, 4094.0, 4136.0, 4095.0, 4139.0, 4149.0, 4137.0, 4137.0, 4129.0, 4158.0, 4129.0, 4161.0, 4141.0, 4159.0, 4126.0, 4117.0, 4148.0, 4118.0, 4169.0, 4141.0, 4161.0, 4107.0, 4128.0, 4145.0, 4125.0, 4115.0, 4136.0, 4106.0, 4160.0, 4138.0, 4157.0, 4126.0, 4123.0, 4113.0, 4121.0, 4121.0, 4122.0, 4120.0, 4118.0, 4095.0, 4117.0, 4084.0, 4105.0, 4084.0, 4094.0, 4084.0, 4105.0, 4096.0, 4086.0, 4097.0, 4067.0, 4119.0, 4099.0, 4122.0, 4100.0, 4119.0, 4089.0, 4089.0, 4101.0, 4110.0, 4108.0, 4142.0, 4102.0, 4110.0, 4101.0, 4110.0, 4100.0, 4121.0, 4102.0, 4142.0, 4111.0, 4090.0, 4112.0, 4092.0, 4124.0, 4114.0, 4125.0, 4136.0, 4135.0, 4093.0, 4125.0, 4094.0, 4135.0, 4116.0, 4126.0, 4124.0, 4124.0, 4101.0, 4113.0, 4123.0, 4115.0, 4143.0, 4122.0, 4112.0, 4113.0, 4122.0, 4113.0, 4146.0, 4115.0, 4132.0, 4103.0, 4131.0, 4101.0, 4122.0, 4091.0, 4113.0, 4090.0, 4101.0, 4120.0, 4099.0, 4120.0, 4111.0, 4122.0, 4091.0, 4121.0, 4080.0, 4110.0, 4080.0, 4113.0, 4134.0, 4115.0, 4134.0, 4113.0, 4120.0, 4101.0, 4123.0, 4081.0, 4125.0, 4143.0, 4112.0, 4132.0, 4102.0, 4120.0, 4101.0, 4121.0, 4079.0, 4112.0, 4068.0, 4111.0, 4119.0, 4111.0, 4133.0, 4112.0, 4122.0, 4091.0, 4122.0, 4080.0, 4123.0, 4131.0, 4113.0, 4128.0, 4113.0, 4122.0, 4101.0, 4110.0, 4101.0, 4124.0, 4091.0, 4121.0, 4091.0, 4123.0, 4142.0, 4114.0, 4133.0, 4113.0, 4122.0, 4101.0, 4111.0, 4091.0, 4123.0, 4079.0, 4123.0, 4144.0, 4114.0, 4122.0, 4102.0, 4122.0, 4102.0, 4123.0, 4090.0, 4123.0, 4079.0, 4112.0, 4091.0, 4121.0, 4143.0, 4112.0, 4122.0, 4110.0, 4122.0, 4102.0, 4123.0, 4091.0, 4123.0, 4079.0, 4123.0, 4080.0, 4123.0, 4144.0, 4112.0, 4122.0, 4101.0, 4121.0, 4102.0, 4121.0, 4093.0, 4123.0, 4092.0, 4124.0, 4083.0, 4124.0, 4123.0, 4125.0, 4144.0, 4125.0, 4135.0, 4114.0, 4124.0, 4105.0, 4136.0, 4083.0, 4123.0, 4081.0, 4123.0, 4103.0, 4124.0, 4134.0, 4126.0, 4101.0, 4124.0, 4144.0, 4114.0, 4145.0, 4116.0, 4135.0, 4115.0, 4135.0, 4116.0, 4135.0, 4116.0, 4145.0, 4115.0, 4136.0, 4115.0, 4134.0, 4114.0, 4134.0, 4116.0, 4133.0, 4114.0, 4134.0, 4113.0, 4123.0, 4090.0, 4135.0, 4092.0, 4124.0, 4080.0, 4123.0, 4103.0, 4124.0, 4092.0, 4124.0, 4113.0, 4125.0, 4124.0, 4123.0, 4093.0, 4136.0, 4094.0, 4137.0, 4106.0, 4148.0, 4106.0, 4148.0, 4094.0, 4138.0, 4096.0, 4157.0, 4113.0, 4147.0, 4126.0, 4085.0, 4135.0, 4117.0, 4147.0, 4116.0, 4144.0, 4115.0, 4145.0, 4116.0, 4145.0, 4114.0, 4081.0, 4113.0, 4080.0, 4133.0, 4091.0, 4123.0, 4092.0, 4124.0, 4092.0, 4123.0, 4092.0, 4134.0, 4104.0, 4134.0, 4116.0, 4143.0, 4115.0, 4134.0, 4113.0, 4132.0, 4104.0, 4134.0, 4115.0, 4135.0, 4114.0, 4091.0, 4110.0, 4078.0, 4142.0, 4112.0, 4091.0, 4111.0, 4091.0, 4112.0, 4133.0, 4100.0, 4120.0, 4101.0, 4119.0, 4101.0, 4122.0, 4113.0, 4133.0, 4099.0, 4119.0, 4097.0, 4119.0, 4102.0, 4130.0, 4086.0, 4116.0, 4086.0, 4102.0, 4086.0, 4074.0, 4074.0, 4061.0, 4097.0, 4094.0, 4084.0, 4092.0, 4085.0, 4105.0, 4073.0, 4106.0, 4085.0, 4094.0, 4074.0, 4094.0, 4086.0, 4106.0, 4098.0, 4108.0, 4089.0, 4120.0, 4113.0, 4123.0, 4114.0, 4122.0, 4102.0, 4123.0, 4094.0, 4135.0, 4093.0, 4133.0, 4104.0, 4133.0, 4114.0, 4144.0, 4116.0, 4135.0, 4114.0, 4112.0, 4114.0, 4116.0, 4125.0, 4125.0, 4135.0, 4093.0, 4122.0, 4080.0, 4124.0, 4104.0, 4135.0, 4082.0, 4124.0, 4104.0, 4126.0, 4155.0, 4115.0, 4134.0, 4114.0, 4133.0, 4115.0, 4135.0, 4115.0, 4134.0, 4114.0, 4145.0, 4114.0, 4136.0, 4115.0, 4134.0, 4116.0, 4134.0, 4116.0, 4137.0, 4116.0, 4134.0, 4115.0, 4145.0, 4114.0, 4145.0, 4116.0, 4106.0, 4125.0, 4083.0, 4125.0, 4105.0, 4137.0, 4103.0, 4134.0, 4081.0, 4122.0, 4094.0, 4133.0, 4103.0, 4124.0, 4101.0, 4134.0, 4115.0, 4135.0, 4113.0, 4133.0, 4101.0, 4121.0, 4103.0, 4121.0, 4112.0, 4132.0, 4102.0, 4103.0, 4102.0, 4081.0, 4113.0, 4094.0, 4135.0, 4117.0, 4147.0, 4117.0, 4134.0, 4115.0, 4145.0, 4117.0, 4145.0, 4116.0, 4123.0, 4102.0, 4133.0, 4104.0, 4122.0, 4114.0, 4100.0, 4102.0, 4122.0, 4112.0, 4123.0, 4113.0, 4082.0, 4123.0, 4082.0, 4134.0, 4094.0, 4127.0, 4114.0, 4124.0, 4092.0, 4125.0, 4123.0, 4115.0, 4144.0, 4114.0, 4122.0, 4103.0, 4121.0, 4100.0, 4132.0, 4102.0, 4121.0, 4101.0, 4121.0, 4101.0, 4123.0, 4114.0, 4122.0, 4103.0, 4124.0, 4091.0, 4124.0, 4094.0, 4123.0, 4142.0, 4114.0, 4131.0, 4101.0, 4120.0, 4101.0, 4133.0, 4103.0, 4132.0, 4113.0, 4102.0, 4113.0, 4123.0, 4114.0, 4145.0, 4125.0, 4122.0, 4104.0, 4133.0, 4102.0, 4135.0, 4094.0, 4123.0, 4091.0, 4123.0, 4082.0, 4124.0, 4093.0, 4125.0, 4113.0, 4123.0, 4143.0, 4102.0, 4132.0, 4102.0, 4123.0, 4081.0, 4112.0, 4069.0, 4110.0, 4079.0, 4121.0, 4092.0, 4123.0, 4090.0, 4124.0, 4091.0, 4121.0, 4104.0, 4134.0, 4092.0, 4122.0, 4091.0, 4122.0, 4080.0, 4122.0, 4100.0, 4112.0, 4089.0, 4122.0, 4068.0, 4110.0, 4079.0, 4109.0, 4091.0, 4121.0, 4080.0, 4121.0, 4081.0, 4112.0, 4092.0, 4122.0, 4102.0, 4123.0, 4090.0, 4124.0, 4082.0, 4135.0, 4092.0, 4135.0, 4081.0, 4125.0, 4093.0, 4126.0, 4133.0, 4127.0, 4132.0, 4104.0, 4134.0, 4103.0, 4133.0, 4091.0, 4112.0, 4070.0, 4112.0, 4091.0, 4123.0, 4121.0, 4115.0, 4102.0, 4103.0, 4123.0, 4114.0, 4144.0, 4125.0, 4134.0, 4113.0, 4133.0, 4113.0, 4133.0, 4103.0, 4134.0, 4090.0, 4122.0, 4092.0, 4125.0, 4123.0, 4112.0, 4080.0, 4112.0, 4101.0, 4112.0, 4142.0, 4112.0, 4142.0, 4114.0, 4094.0, 4114.0, 4094.0, 4124.0, 4157.0, 4124.0, 4134.0, 4103.0, 4133.0, 4102.0, 4123.0, 4093.0, 4112.0, 4071.0, 4111.0, 4078.0, 4101.0, 4132.0, 4112.0, 4131.0, 4111.0, 4122.0, 4102.0, 4121.0, 4112.0, 4124.0, 4092.0, 4123.0, 4091.0, 4123.0, 4092.0, 4125.0, 4103.0, 4125.0, 4090.0, 4122.0, 4122.0, 4112.0, 4142.0, 4112.0, 4122.0, 4101.0, 4121.0, 4100.0, 4122.0, 4080.0, 4112.0, 4080.0, 4111.0, 4109.0, 4101.0, 4130.0, 4100.0, 4122.0, 4080.0, 4112.0, 4069.0, 4111.0, 4109.0, 4112.0, 4131.0, 4112.0, 4122.0, 4100.0, 4122.0, 4101.0, 4122.0, 4081.0, 4122.0, 4079.0, 4121.0, 4070.0, 4122.0, 4082.0, 4122.0, 4081.0, 4121.0, 4089.0, 4112.0, 4131.0, 4102.0, 4132.0, 4101.0, 4121.0, 4089.0, 4109.0, 4090.0, 4118.0, 4088.0, 4110.0, 4068.0, 4110.0, 4069.0, 4111.0, 4134.0, 4111.0, 4122.0, 4102.0, 4121.0, 4071.0, 4113.0, 4102.0, 4112.0, 4132.0, 4114.0, 4121.0, 4103.0, 4113.0, 4101.0, 4123.0, 4092.0, 4125.0, 4082.0, 4124.0, 4081.0, 4124.0, 4135.0, 4114.0, 4134.0, 4114.0, 4132.0, 4114.0, 4133.0, 4115.0, 4134.0, 4114.0, 4134.0, 4102.0, 4121.0, 4092.0, 4122.0, 4092.0, 4123.0, 4092.0, 4134.0, 4103.0, 4134.0, 4105.0, 4134.0, 4094.0, 4135.0, 4102.0, 4133.0, 4103.0, 4134.0, 4095.0, 4124.0, 4125.0, 4126.0, 4083.0, 4123.0, 4084.0, 4134.0, 4094.0, 4136.0, 4116.0, 4146.0, 4127.0, 4115.0, 4116.0, 4095.0, 4125.0, 4082.0, 4124.0, 4092.0, 4135.0, 4104.0, 4145.0, 4113.0, 4132.0, 4102.0, 4120.0, 4100.0, 4121.0, 4100.0, 4132.0, 4100.0, 4092.0, 4111.0, 4093.0, 4134.0, 4114.0, 4137.0, 4082.0, 4112.0, 4101.0, 4113.0, 4143.0, 4101.0, 4122.0, 4091.0, 4121.0, 4078.0, 4110.0, 4080.0, 4110.0, 4067.0, 4109.0, 4086.0, 4117.0, 4088.0, 4118.0, 4088.0, 4108.0, 4086.0, 4095.0, 4075.0, 4094.0, 4064.0, 4094.0, 4066.0, 4096.0, 4065.0, 4095.0, 4065.0, 4096.0, 4066.0, 4109.0, 4066.0, 4098.0, 4076.0, 4108.0, 4087.0, 4108.0, 4101.0, 4122.0, 4099.0, 4121.0, 4100.0, 4120.0, 4101.0, 4135.0, 4102.0, 4132.0, 4103.0, 4123.0, 4102.0, 4132.0, 4104.0, 4132.0, 4102.0, 4119.0, 4100.0, 4122.0, 4102.0, 4133.0, 4104.0, 4130.0, 4103.0, 4121.0, 4103.0, 4113.0, 4112.0, 4135.0, 4114.0, 4144.0, 4117.0, 4136.0, 4116.0, 4145.0, 4114.0, 4133.0, 4117.0, 4135.0, 4116.0, 4135.0, 4116.0, 4135.0, 4115.0, 4135.0, 4117.0, 4137.0, 4116.0, 4146.0, 4118.0, 4147.0, 4118.0, 4136.0, 4117.0, 4135.0, 4116.0, 4159.0, 4118.0, 4148.0, 4117.0, 4136.0, 4117.0, 4146.0, 4117.0, 4146.0, 4115.0, 4146.0, 4115.0, 4136.0, 4116.0, 4147.0, 4116.0, 4147.0, 4116.0, 4116.0, 4128.0, 4117.0, 4126.0, 4129.0, 4139.0, 4118.0, 4139.0, 4096.0, 4138.0, 4106.0, 4148.0, 4107.0, 4147.0, 4105.0, 4147.0, 4092.0, 4135.0, 4106.0, 4148.0, 4095.0, 4122.0, 4102.0, 4122.0, 4092.0, 4123.0, 4104.0, 4125.0, 4092.0, 4131.0, 4113.0, 4112.0, 4112.0, 4082.0, 4114.0, 4082.0, 4124.0, 4092.0, 4115.0, 4113.0, 4124.0, 4102.0, 4112.0, 4143.0, 4102.0, 4132.0, 4103.0, 4123.0, 4103.0, 4122.0, 4102.0, 4122.0, 4102.0, 4133.0, 4113.0, 4132.0, 4103.0, 4121.0, 4102.0, 4123.0, 4091.0, 4134.0, 4102.0, 4122.0, 4102.0, 4132.0, 4100.0, 4123.0, 4102.0, 4122.0, 4090.0, 4122.0, 4080.0], 'WindowWidth': [9288.0, 9228.0, 9229.0, 9177.0, 9199.0, 9156.0, 9186.0, 9137.0, 9163.0, 9103.0, 9163.0, 9117.0, 9148.0, 9177.0, 9169.0, 9205.0, 9150.0, 9177.0, 9150.0, 9195.0, 9167.0, 9201.0, 9176.0, 9198.0, 9157.0, 9198.0, 9170.0, 9198.0, 9175.0, 9206.0, 9172.0, 9185.0, 9160.0, 9180.0, 9173.0, 9181.0, 9181.0, 9189.0, 9175.0, 9202.0, 9175.0, 9185.0, 9171.0, 9191.0, 9170.0, 9191.0, 9142.0, 9187.0, 9127.0, 9186.0, 9126.0, 9190.0, 9147.0, 9188.0, 9141.0, 9194.0, 9160.0, 9204.0, 9205.0, 9189.0, 9160.0, 9188.0, 9175.0, 9192.0, 9208.0, 9192.0, 9236.0, 9198.0, 9191.0, 9179.0, 9217.0, 9178.0, 9205.0, 9193.0, 9206.0, 9193.0, 9204.0, 9180.0, 9206.0, 9198.0, 9224.0, 9198.0, 9207.0, 9178.0, 9205.0, 9180.0, 9212.0, 9172.0, 9224.0, 9149.0, 9208.0, 9158.0, 9201.0, 9169.0, 9208.0, 9163.0, 9209.0, 9146.0, 9189.0, 9146.0, 9189.0, 9187.0, 9185.0, 9150.0, 9168.0, 9191.0, 9166.0, 9196.0, 9153.0, 9174.0, 9149.0, 9175.0, 9148.0, 9175.0, 9167.0, 9179.0, 9152.0, 9156.0, 9148.0, 9155.0, 9146.0, 9182.0, 9139.0, 9176.0, 9116.0, 9162.0, 9101.0, 9164.0, 9137.0, 9159.0, 9100.0, 9158.0, 9115.0, 9145.0, 9118.0, 9158.0, 9132.0, 9161.0, 9098.0, 9160.0, 9133.0, 9183.0, 9147.0, 9182.0, 9122.0, 9166.0, 9123.0, 9164.0, 9165.0, 9173.0, 9211.0, 9155.0, 9172.0, 9131.0, 9174.0, 9152.0, 9158.0, 9147.0, 9159.0, 9128.0, 9157.0, 9132.0, 9167.0, 9140.0, 9162.0, 9116.0, 9161.0, 9105.0, 9164.0, 9140.0, 9170.0, 9176.0, 9168.0, 9189.0, 9148.0, 9180.0, 9152.0, 9181.0, 9152.0, 9165.0, 9149.0, 9177.0, 9145.0, 9174.0, 9155.0, 9182.0, 9151.0, 9180.0, 9123.0, 9164.0, 9129.0, 9164.0, 9145.0, 9167.0, 9174.0, 9148.0, 9180.0, 9169.0, 9177.0, 9150.0, 9176.0, 9131.0, 9154.0, 9138.0, 9164.0, 9123.0, 9165.0, 9121.0, 9169.0, 9135.0, 9168.0, 9209.0, 9155.0, 9162.0, 9137.0, 9175.0, 9154.0, 9197.0, 9149.0, 9162.0, 9117.0, 9156.0, 9113.0, 9161.0, 9122.0, 9159.0, 9101.0, 9157.0, 9100.0, 9144.0, 9113.0, 9142.0, 9126.0, 9156.0, 9140.0, 9125.0, 9170.0, 9143.0, 9182.0, 9146.0, 9165.0, 9128.0, 9176.0, 9135.0, 9188.0, 9151.0, 9176.0, 9130.0, 9099.0, 9157.0, 9152.0, 9183.0, 9173.0, 9180.0, 9154.0, 9198.0, 9147.0, 9176.0, 9131.0, 9176.0, 9114.0, 9161.0, 9114.0, 9142.0, 9139.0, 9143.0, 9133.0, 9135.0, 9099.0, 9114.0, 9125.0, 9113.0, 9141.0, 9096.0, 9120.0, 9094.0, 9120.0, 9095.0, 9125.0, 9100.0, 9126.0, 9095.0, 9124.0, 9097.0, 9127.0, 9095.0, 9118.0, 9072.0, 9128.0, 9071.0, 9129.0, 9072.0, 9132.0, 9101.0, 9154.0, 9093.0, 9153.0, 9096.0, 9157.0, 9113.0, 9164.0, 9145.0, 9149.0, 9149.0, 9149.0, 9174.0, 9151.0, 9191.0, 9150.0, 9172.0, 9150.0, 9164.0, 9153.0, 9192.0, 9154.0, 9178.0, 9155.0, 9180.0, 9153.0, 9182.0, 9145.0, 9189.0, 9129.0, 9169.0, 9126.0, 9186.0, 9131.0, 9195.0, 9209.0, 9193.0, 9191.0, 9181.0, 9220.0, 9181.0, 9228.0, 9201.0, 9223.0, 9176.0, 9165.0, 9206.0, 9167.0, 9238.0, 9202.0, 9230.0, 9149.0, 9176.0, 9195.0, 9170.0, 9159.0, 9188.0, 9147.0, 9225.0, 9194.0, 9217.0, 9171.0, 9162.0, 9148.0, 9155.0, 9157.0, 9158.0, 9156.0, 9146.0, 9111.0, 9145.0, 9095.0, 9125.0, 9093.0, 9106.0, 9090.0, 9120.0, 9112.0, 9099.0, 9116.0, 9076.0, 9149.0, 9125.0, 9158.0, 9124.0, 9146.0, 9108.0, 9107.0, 9126.0, 9138.0, 9134.0, 9185.0, 9129.0, 9138.0, 9125.0, 9136.0, 9124.0, 9153.0, 9130.0, 9185.0, 9143.0, 9115.0, 9144.0, 9118.0, 9163.0, 9152.0, 9168.0, 9181.0, 9181.0, 9123.0, 9167.0, 9124.0, 9181.0, 9158.0, 9170.0, 9164.0, 9163.0, 9129.0, 9145.0, 9160.0, 9153.0, 9190.0, 9161.0, 9144.0, 9146.0, 9159.0, 9149.0, 9198.0, 9153.0, 9173.0, 9133.0, 9169.0, 9128.0, 9157.0, 9116.0, 9148.0, 9112.0, 9129.0, 9153.0, 9123.0, 9154.0, 9141.0, 9160.0, 9116.0, 9158.0, 9099.0, 9141.0, 9100.0, 9149.0, 9179.0, 9154.0, 9177.0, 9148.0, 9156.0, 9128.0, 9163.0, 9104.0, 9167.0, 9190.0, 9147.0, 9172.0, 9130.0, 9154.0, 9127.0, 9158.0, 9099.0, 9143.0, 9080.0, 9142.0, 9152.0, 9141.0, 9176.0, 9146.0, 9162.0, 9115.0, 9159.0, 9100.0, 9160.0, 9171.0, 9147.0, 9165.0, 9147.0, 9157.0, 9130.0, 9140.0, 9128.0, 9163.0, 9117.0, 9159.0, 9117.0, 9161.0, 9188.0, 9150.0, 9176.0, 9149.0, 9160.0, 9128.0, 9144.0, 9117.0, 9162.0, 9100.0, 9162.0, 9194.0, 9153.0, 9160.0, 9133.0, 9159.0, 9131.0, 9162.0, 9115.0, 9163.0, 9098.0, 9146.0, 9118.0, 9159.0, 9189.0, 9145.0, 9159.0, 9141.0, 9160.0, 9130.0, 9163.0, 9118.0, 9161.0, 9098.0, 9160.0, 9099.0, 9160.0, 9193.0, 9145.0, 9158.0, 9129.0, 9157.0, 9133.0, 9158.0, 9121.0, 9162.0, 9118.0, 9164.0, 9109.0, 9167.0, 9165.0, 9167.0, 9192.0, 9168.0, 9181.0, 9151.0, 9166.0, 9142.0, 9183.0, 9108.0, 9163.0, 9105.0, 9162.0, 9137.0, 9166.0, 9180.0, 9172.0, 9133.0, 9166.0, 9193.0, 9153.0, 9197.0, 9158.0, 9183.0, 9156.0, 9182.0, 9159.0, 9183.0, 9158.0, 9196.0, 9156.0, 9183.0, 9156.0, 9178.0, 9154.0, 9180.0, 9158.0, 9177.0, 9152.0, 9179.0, 9149.0, 9163.0, 9115.0, 9179.0, 9118.0, 9163.0, 9102.0, 9163.0, 9135.0, 9164.0, 9120.0, 9164.0, 9147.0, 9167.0, 9169.0, 9165.0, 9124.0, 9185.0, 9126.0, 9187.0, 9143.0, 9204.0, 9145.0, 9207.0, 9126.0, 9192.0, 9128.0, 9214.0, 9154.0, 9202.0, 9171.0, 9117.0, 9184.0, 9161.0, 9203.0, 9157.0, 9193.0, 9154.0, 9196.0, 9157.0, 9197.0, 9152.0, 9104.0, 9149.0, 9100.0, 9176.0, 9115.0, 9163.0, 9121.0, 9164.0, 9120.0, 9164.0, 9121.0, 9179.0, 9137.0, 9179.0, 9158.0, 9192.0, 9153.0, 9179.0, 9149.0, 9175.0, 9137.0, 9176.0, 9156.0, 9184.0, 9153.0, 9116.0, 9139.0, 9092.0, 9187.0, 9146.0, 9115.0, 9144.0, 9116.0, 9146.0, 9176.0, 9127.0, 9152.0, 9127.0, 9152.0, 9128.0, 9158.0, 9147.0, 9173.0, 9124.0, 9151.0, 9118.0, 9150.0, 9130.0, 9165.0, 9100.0, 9142.0, 9098.0, 9117.0, 9097.0, 9078.0, 9078.0, 9058.0, 9114.0, 9108.0, 9093.0, 9102.0, 9094.0, 9121.0, 9077.0, 9127.0, 9096.0, 9106.0, 9080.0, 9106.0, 9098.0, 9127.0, 9120.0, 9135.0, 9111.0, 9153.0, 9149.0, 9164.0, 9150.0, 9160.0, 9133.0, 9162.0, 9126.0, 9181.0, 9123.0, 9177.0, 9138.0, 9177.0, 9152.0, 9195.0, 9159.0, 9181.0, 9153.0, 9147.0, 9153.0, 9158.0, 9172.0, 9168.0, 9182.0, 9123.0, 9161.0, 9102.0, 9166.0, 9138.0, 9183.0, 9107.0, 9166.0, 9138.0, 9170.0, 9209.0, 9155.0, 9177.0, 9153.0, 9177.0, 9156.0, 9184.0, 9156.0, 9179.0, 9154.0, 9195.0, 9154.0, 9187.0, 9157.0, 9180.0, 9156.0, 9181.0, 9159.0, 9187.0, 9159.0, 9181.0, 9156.0, 9197.0, 9155.0, 9197.0, 9161.0, 9146.0, 9171.0, 9112.0, 9170.0, 9142.0, 9186.0, 9137.0, 9178.0, 9105.0, 9161.0, 9127.0, 9178.0, 9135.0, 9166.0, 9131.0, 9179.0, 9155.0, 9182.0, 9150.0, 9177.0, 9131.0, 9158.0, 9135.0, 9159.0, 9146.0, 9174.0, 9135.0, 9136.0, 9133.0, 9106.0, 9149.0, 9128.0, 9184.0, 9162.0, 9202.0, 9160.0, 9181.0, 9157.0, 9198.0, 9162.0, 9197.0, 9157.0, 9161.0, 9133.0, 9178.0, 9139.0, 9160.0, 9153.0, 9129.0, 9133.0, 9160.0, 9147.0, 9163.0, 9150.0, 9107.0, 9163.0, 9108.0, 9180.0, 9126.0, 9173.0, 9153.0, 9167.0, 9121.0, 9166.0, 9163.0, 9156.0, 9193.0, 9152.0, 9159.0, 9133.0, 9157.0, 9127.0, 9174.0, 9132.0, 9158.0, 9130.0, 9157.0, 9129.0, 9161.0, 9152.0, 9160.0, 9137.0, 9165.0, 9117.0, 9166.0, 9125.0, 9163.0, 9188.0, 9151.0, 9169.0, 9130.0, 9155.0, 9130.0, 9176.0, 9136.0, 9173.0, 9148.0, 9132.0, 9150.0, 9162.0, 9154.0, 9196.0, 9168.0, 9162.0, 9137.0, 9176.0, 9134.0, 9181.0, 9125.0, 9163.0, 9117.0, 9161.0, 9106.0, 9165.0, 9125.0, 9171.0, 9150.0, 9164.0, 9189.0, 9132.0, 9173.0, 9131.0, 9161.0, 9103.0, 9144.0, 9083.0, 9140.0, 9098.0, 9158.0, 9121.0, 9164.0, 9116.0, 9164.0, 9117.0, 9158.0, 9136.0, 9181.0, 9121.0, 9161.0, 9117.0, 9160.0, 9102.0, 9160.0, 9127.0, 9144.0, 9110.0, 9157.0, 9082.0, 9139.0, 9096.0, 9138.0, 9117.0, 9156.0, 9099.0, 9157.0, 9101.0, 9146.0, 9121.0, 9160.0, 9132.0, 9161.0, 9115.0, 9163.0, 9107.0, 9182.0, 9123.0, 9184.0, 9106.0, 9169.0, 9123.0, 9171.0, 9179.0, 9173.0, 9174.0, 9138.0, 9178.0, 9137.0, 9177.0, 9116.0, 9146.0, 9087.0, 9144.0, 9116.0, 9163.0, 9158.0, 9155.0, 9132.0, 9135.0, 9163.0, 9152.0, 9195.0, 9169.0, 9180.0, 9150.0, 9176.0, 9150.0, 9178.0, 9135.0, 9178.0, 9114.0, 9159.0, 9119.0, 9168.0, 9161.0, 9147.0, 9099.0, 9144.0, 9130.0, 9146.0, 9188.0, 9147.0, 9187.0, 9153.0, 9124.0, 9151.0, 9124.0, 9166.0, 9214.0, 9166.0, 9177.0, 9134.0, 9175.0, 9132.0, 9163.0, 9123.0, 9144.0, 9087.0, 9142.0, 9095.0, 9127.0, 9173.0, 9145.0, 9169.0, 9144.0, 9158.0, 9133.0, 9157.0, 9147.0, 9165.0, 9121.0, 9163.0, 9117.0, 9162.0, 9118.0, 9168.0, 9135.0, 9167.0, 9114.0, 9160.0, 9158.0, 9146.0, 9189.0, 9145.0, 9160.0, 9128.0, 9155.0, 9126.0, 9160.0, 9101.0, 9144.0, 9100.0, 9143.0, 9136.0, 9128.0, 9168.0, 9126.0, 9158.0, 9099.0, 9143.0, 9082.0, 9142.0, 9139.0, 9146.0, 9170.0, 9147.0, 9158.0, 9128.0, 9157.0, 9130.0, 9161.0, 9102.0, 9159.0, 9098.0, 9156.0, 9086.0, 9157.0, 9104.0, 9159.0, 9101.0, 9156.0, 9111.0, 9144.0, 9172.0, 9132.0, 9171.0, 9130.0, 9154.0, 9109.0, 9136.0, 9110.0, 9151.0, 9111.0, 9140.0, 9082.0, 9140.0, 9085.0, 9142.0, 9179.0, 9145.0, 9159.0, 9132.0, 9156.0, 9088.0, 9148.0, 9133.0, 9147.0, 9174.0, 9150.0, 9156.0, 9133.0, 9147.0, 9130.0, 9163.0, 9120.0, 9167.0, 9107.0, 9165.0, 9104.0, 9165.0, 9180.0, 9150.0, 9178.0, 9153.0, 9174.0, 9152.0, 9178.0, 9155.0, 9181.0, 9152.0, 9178.0, 9133.0, 9158.0, 9118.0, 9159.0, 9119.0, 9163.0, 9118.0, 9178.0, 9136.0, 9179.0, 9140.0, 9180.0, 9124.0, 9180.0, 9134.0, 9177.0, 9137.0, 9181.0, 9127.0, 9168.0, 9167.0, 9171.0, 9111.0, 9164.0, 9110.0, 9179.0, 9126.0, 9184.0, 9158.0, 9199.0, 9173.0, 9157.0, 9160.0, 9127.0, 9167.0, 9105.0, 9163.0, 9118.0, 9179.0, 9136.0, 9195.0, 9147.0, 9171.0, 9130.0, 9154.0, 9126.0, 9157.0, 9127.0, 9171.0, 9126.0, 9117.0, 9143.0, 9122.0, 9179.0, 9153.0, 9188.0, 9105.0, 9145.0, 9128.0, 9147.0, 9187.0, 9130.0, 9158.0, 9115.0, 9156.0, 9093.0, 9139.0, 9097.0, 9136.0, 9075.0, 9134.0, 9100.0, 9144.0, 9105.0, 9146.0, 9104.0, 9130.0, 9099.0, 9109.0, 9081.0, 9106.0, 9066.0, 9108.0, 9071.0, 9114.0, 9069.0, 9110.0, 9070.0, 9112.0, 9074.0, 9134.0, 9073.0, 9118.0, 9087.0, 9134.0, 9105.0, 9136.0, 9130.0, 9159.0, 9124.0, 9156.0, 9125.0, 9154.0, 9131.0, 9180.0, 9132.0, 9171.0, 9133.0, 9160.0, 9132.0, 9172.0, 9138.0, 9173.0, 9132.0, 9152.0, 9126.0, 9157.0, 9131.0, 9175.0, 9136.0, 9167.0, 9134.0, 9155.0, 9134.0, 9147.0, 9147.0, 9179.0, 9152.0, 9194.0, 9161.0, 9185.0, 9158.0, 9194.0, 9153.0, 9179.0, 9159.0, 9183.0, 9157.0, 9181.0, 9157.0, 9181.0, 9156.0, 9182.0, 9161.0, 9186.0, 9158.0, 9197.0, 9164.0, 9203.0, 9163.0, 9186.0, 9161.0, 9185.0, 9161.0, 9221.0, 9164.0, 9202.0, 9160.0, 9185.0, 9159.0, 9200.0, 9162.0, 9197.0, 9155.0, 9197.0, 9153.0, 9184.0, 9159.0, 9202.0, 9158.0, 9199.0, 9157.0, 9157.0, 9177.0, 9161.0, 9174.0, 9180.0, 9194.0, 9162.0, 9193.0, 9131.0, 9191.0, 9143.0, 9205.0, 9150.0, 9203.0, 9141.0, 9199.0, 9120.0, 9180.0, 9143.0, 9201.0, 9124.0, 9161.0, 9130.0, 9159.0, 9115.0, 9161.0, 9137.0, 9165.0, 9118.0, 9171.0, 9145.0, 9144.0, 9146.0, 9105.0, 9151.0, 9106.0, 9164.0, 9120.0, 9153.0, 9147.0, 9165.0, 9132.0, 9146.0, 9187.0, 9131.0, 9174.0, 9134.0, 9159.0, 9131.0, 9156.0, 9127.0, 9155.0, 9129.0, 9174.0, 9147.0, 9170.0, 9132.0, 9154.0, 9131.0, 9158.0, 9115.0, 9175.0, 9131.0, 9157.0, 9131.0, 9171.0, 9127.0, 9160.0, 9132.0, 9157.0, 9113.0, 9157.0, 9099.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.00030183045761440357</td></tr>
<tr><td colspan=3>aqi</td><td>0.019116381320330084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.78915435925676</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2706653896321312</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9986519369969988</td></tr>
<tr><td colspan=3>efc</td><td>0.4929</td></tr>
<tr><td colspan=3>fber</td><td>4668.7466</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.069898148478339</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.15003750937734434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.395944547971123</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3628783982100434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5700812114517615</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2548740342515656</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136208</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009467674419283867</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028677400201559067</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.906182446871461</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2612</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8183</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5158</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295105.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>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.3897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5708</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.4706</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.323</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.6018</td></tr>
<tr><td colspan=3>tsnr</td><td>40.41144033847377</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>