<?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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-03/func/sub-0053_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>055412efca37be4590bf73e8bc87bafe</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>17:47:34.527500</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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.0813761</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>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9ab38fdb-52bf-4a6c-b93f-5902b80696d2||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['174734.527500', '174734.987500', '174735.447500', '174735.907500', '174736.367500', '174736.827500', '174737.287500', '174737.747500', '174738.207500', '174738.667500', '174739.127500', '174739.587500', '174740.047500', '174740.507500', '174740.967500', '174741.427500', '174741.887500', '174742.347500', '174742.807500', '174743.267500', '174743.727500', '174744.187500', '174744.647500', '174745.107500', '174745.567500', '174746.027500', '174746.487500', '174746.947500', '174747.407500', '174747.867500', '174748.327500', '174748.787500', '174749.247500', '174749.707500', '174750.167500', '174750.627500', '174751.087500', '174751.547500', '174752.007500', '174752.467500', '174752.927500', '174753.387500', '174753.847500', '174754.307500', '174754.767500', '174755.227500', '174755.687500', '174756.147500', '174756.607500', '174757.067500', '174757.527500', '174757.987500', '174758.447500', '174758.907500', '174759.367500', '174759.827500', '174800.287500', '174800.747500', '174801.207500', '174801.667500', '174802.127500', '174802.587500', '174803.047500', '174803.507500', '174803.967500', '174804.427500', '174804.887500', '174805.347500', '174805.807500', '174806.267500', '174806.727500', '174807.187500', '174807.647500', '174808.107500', '174808.567500', '174809.027500', '174809.487500', '174809.947500', '174810.407500', '174810.867500', '174811.327500', '174811.787500', '174812.247500', '174812.707500', '174813.167500', '174813.627500', '174814.087500', '174814.547500', '174815.007500', '174815.467500', '174815.927500', '174816.387500', '174816.847500', '174817.307500', '174817.767500', '174818.227500', '174818.687500', '174819.147500', '174819.607500', '174820.067500', '174820.527500', '174820.987500', '174821.447500', '174821.907500', '174822.367500', '174822.827500', '174823.287500', '174823.747500', '174824.207500', '174824.667500', '174825.127500', '174825.587500', '174826.047500', '174826.507500', '174826.967500', '174827.427500', '174827.887500', '174828.347500', '174828.807500', '174829.267500', '174829.727500', '174830.187500', '174830.647500', '174831.107500', '174831.567500', '174832.027500', '174832.487500', '174832.947500', '174833.407500', '174833.867500', '174834.327500', '174834.787500', '174835.247500', '174835.707500', '174836.167500', '174836.627500', '174837.087500', '174837.547500', '174838.007500', '174838.467500', '174838.927500', '174839.387500', '174839.847500', '174840.307500', '174840.767500', '174841.227500', '174841.687500', '174842.147500', '174842.607500', '174843.067500', '174843.527500', '174843.987500', '174844.447500', '174844.907500', '174845.367500', '174845.827500', '174846.287500', '174846.747500', '174847.207500', '174847.667500', '174848.127500', '174848.587500', '174849.047500', '174849.507500', '174849.967500', '174850.427500', '174850.887500', '174851.347500', '174851.807500', '174852.267500', '174852.727500', '174853.187500', '174853.647500', '174854.107500', '174854.567500', '174855.027500', '174855.487500', '174855.947500', '174856.407500', '174856.867500', '174857.327500', '174857.787500', '174858.247500', '174858.707500', '174859.167500', '174859.627500', '174900.087500', '174900.547500', '174901.007500', '174901.467500', '174901.927500', '174902.387500', '174902.847500', '174903.307500', '174903.767500', '174904.227500', '174904.687500', '174905.147500', '174905.607500', '174906.067500', '174906.527500', '174906.987500', '174907.447500', '174907.907500', '174908.367500', '174908.827500', '174909.287500', '174909.747500', '174910.207500', '174910.667500', '174911.127500', '174911.587500', '174912.047500', '174912.507500', '174912.967500', '174913.427500', '174913.887500', '174914.347500', '174914.807500', '174915.267500', '174915.727500', '174916.187500', '174916.647500', '174917.107500', '174917.567500', '174918.027500', '174918.487500', '174918.947500', '174919.407500', '174919.867500', '174920.327500', '174920.787500', '174921.247500', '174921.707500', '174922.167500', '174922.627500', '174923.087500', '174923.547500', '174924.007500', '174924.467500', '174924.927500', '174925.387500', '174925.847500', '174926.307500', '174926.767500', '174927.227500', '174927.687500', '174928.147500', '174928.607500', '174929.067500', '174929.527500', '174929.987500', '174930.447500', '174930.907500', '174931.367500', '174931.827500', '174932.287500', '174932.747500', '174933.207500', '174933.667500', '174934.127500', '174934.587500', '174935.047500', '174935.507500', '174935.967500', '174936.427500', '174936.887500', '174937.347500', '174937.807500', '174938.267500', '174938.727500', '174939.187500', '174939.647500', '174940.107500', '174940.567500', '174941.027500', '174941.487500', '174941.947500', '174942.407500', '174942.867500', '174943.327500', '174943.787500', '174944.247500', '174944.707500', '174945.167500', '174945.627500', '174946.087500', '174946.547500', '174947.007500', '174947.467500', '174947.927500', '174948.387500', '174948.847500', '174949.307500', '174949.767500', '174950.227500', '174950.687500', '174951.147500', '174951.607500', '174952.067500', '174952.527500', '174952.987500', '174953.447500', '174953.907500', '174954.367500', '174954.827500', '174955.287500', '174955.747500', '174956.207500', '174956.667500', '174957.127500', '174957.587500', '174958.047500', '174958.507500', '174958.967500', '174959.427500', '174959.887500', '175000.347500', '175000.807500', '175001.267500', '175001.727500', '175002.187500', '175002.647500', '175003.107500', '175003.567500', '175004.027500', '175004.487500', '175004.947500', '175005.407500', '175005.867500', '175006.327500', '175006.787500', '175007.247500', '175007.707500', '175008.167500', '175008.627500', '175009.087500', '175009.547500', '175010.007500', '175010.467500', '175010.927500', '175011.387500', '175011.847500', '175012.307500', '175012.767500', '175013.227500', '175013.687500', '175014.147500', '175014.607500', '175015.067500', '175015.527500', '175015.987500', '175016.447500', '175016.907500', '175017.367500', '175017.827500', '175018.287500', '175018.747500', '175019.207500', '175019.667500', '175020.127500', '175020.587500', '175021.047500', '175021.507500', '175021.967500', '175022.427500', '175022.887500', '175023.347500', '175023.807500', '175024.267500', '175024.727500', '175025.187500', '175025.647500', '175026.107500', '175026.567500', '175027.027500', '175027.487500', '175027.947500', '175028.407500', '175028.867500', '175029.327500', '175029.787500', '175030.247500', '175030.707500', '175031.167500', '175031.627500', '175032.087500', '175032.547500', '175033.007500', '175033.467500', '175033.927500', '175034.387500', '175034.847500', '175035.307500', '175035.767500', '175036.227500', '175036.687500', '175037.147500', '175037.607500', '175038.067500', '175038.527500', '175038.987500', '175039.447500', '175039.907500', '175040.367500', '175040.827500', '175041.287500', '175041.747500', '175042.207500', '175042.667500', '175043.127500', '175043.587500', '175044.047500', '175044.507500', '175044.967500', '175045.427500', '175045.887500', '175046.347500', '175046.807500', '175047.267500', '175047.727500', '175048.187500', '175048.647500', '175049.107500', '175049.567500', '175050.027500', '175050.487500', '175050.947500', '175051.407500', '175051.867500', '175052.327500', '175052.787500', '175053.247500', '175053.707500', '175054.167500', '175054.627500', '175055.087500', '175055.547500', '175056.007500', '175056.467500', '175056.927500', '175057.387500', '175057.847500', '175058.307500', '175058.767500', '175059.227500', '175059.687500', '175100.147500', '175100.607500', '175101.067500', '175101.527500', '175101.987500', '175102.447500', '175102.907500', '175103.367500', '175103.827500', '175104.287500', '175104.747500', '175105.207500', '175105.667500', '175106.127500', '175106.587500', '175107.047500', '175107.507500', '175107.967500', '175108.427500', '175108.887500', '175109.347500', '175109.807500', '175110.267500', '175110.727500', '175111.187500', '175111.647500', '175112.107500', '175112.567500', '175113.027500', '175113.487500', '175113.947500', '175114.407500', '175114.867500', '175115.327500', '175115.787500', '175116.247500', '175116.707500', '175117.167500', '175117.627500', '175118.087500', '175118.547500', '175119.007500', '175119.467500', '175119.927500', '175120.387500', '175120.847500', '175121.307500', '175121.767500', '175122.227500', '175122.687500', '175123.147500', '175123.607500', '175124.067500', '175124.527500', '175124.987500', '175125.447500', '175125.907500', '175126.367500', '175126.827500', '175127.287500', '175127.747500', '175128.207500', '175128.667500', '175129.127500', '175129.587500', '175130.047500', '175130.507500', '175130.967500', '175131.427500', '175131.887500', '175132.347500', '175132.807500', '175133.267500', '175133.727500', '175134.187500', '175134.647500', '175135.107500', '175135.567500', '175136.027500', '175136.487500', '175136.947500', '175137.407500', '175137.867500', '175138.327500', '175138.787500', '175139.247500', '175139.707500', '175140.167500', '175140.627500', '175141.087500', '175141.547500', '175142.007500', '175142.467500', '175142.927500', '175143.387500', '175143.847500', '175144.307500', '175144.767500', '175145.227500', '175145.687500', '175146.147500', '175146.607500', '175147.067500', '175147.527500', '175147.987500', '175148.447500', '175148.907500', '175149.367500', '175149.827500', '175150.287500', '175150.747500', '175151.207500', '175151.667500', '175152.127500', '175152.587500', '175153.047500', '175153.507500', '175153.967500', '175154.427500', '175154.887500', '175155.347500', '175155.807500', '175156.267500', '175156.727500', '175157.187500', '175157.647500', '175158.107500', '175158.567500', '175159.027500', '175159.487500', '175159.947500', '175200.407500', '175200.867500', '175201.327500', '175201.787500', '175202.247500', '175202.707500', '175203.167500', '175203.627500', '175204.087500', '175204.547500', '175205.007500', '175205.467500', '175205.927500', '175206.387500', '175206.847500', '175207.307500', '175207.767500', '175208.227500', '175208.687500', '175209.147500', '175209.607500', '175210.067500', '175210.527500', '175210.987500', '175211.447500', '175211.907500', '175212.367500', '175212.827500', '175213.287500', '175213.747500', '175214.207500', '175214.667500', '175215.127500', '175215.587500', '175216.047500', '175216.507500', '175216.967500', '175217.427500', '175217.887500', '175218.347500', '175218.807500', '175219.267500', '175219.727500', '175220.187500', '175220.647500', '175221.107500', '175221.567500', '175222.027500', '175222.487500', '175222.947500', '175223.407500', '175223.867500', '175224.327500', '175224.787500', '175225.247500', '175225.707500', '175226.167500', '175226.627500', '175227.087500', '175227.547500', '175228.007500', '175228.467500', '175228.927500', '175229.387500', '175229.847500', '175230.307500', '175230.767500', '175231.227500', '175231.687500', '175232.147500', '175232.607500', '175233.067500', '175233.527500', '175233.987500', '175234.447500', '175234.907500', '175235.367500', '175235.827500', '175236.287500', '175236.747500', '175237.207500', '175237.667500', '175238.127500', '175238.587500', '175239.047500', '175239.507500', '175239.967500', '175240.427500', '175240.887500', '175241.347500', '175241.807500', '175242.267500', '175242.727500', '175243.187500', '175243.647500', '175244.107500', '175244.567500', '175245.027500', '175245.487500', '175245.947500', '175246.407500', '175246.867500', '175247.327500', '175247.787500', '175248.247500', '175248.707500', '175249.167500', '175249.627500', '175250.087500', '175250.547500', '175251.007500', '175251.467500', '175251.927500', '175252.387500', '175252.847500', '175253.307500', '175253.767500', '175254.227500', '175254.687500', '175255.147500', '175255.607500', '175256.067500', '175256.527500', '175256.987500', '175257.447500', '175257.907500', '175258.367500', '175258.827500', '175259.287500', '175259.747500', '175300.207500', '175300.667500', '175301.127500', '175301.587500', '175302.047500', '175302.507500', '175302.967500', '175303.427500', '175303.887500', '175304.347500', '175304.807500', '175305.267500', '175305.727500', '175306.187500', '175306.647500', '175307.107500', '175307.567500', '175308.027500', '175308.487500', '175308.947500', '175309.407500', '175309.867500', '175310.327500', '175310.787500', '175311.247500', '175311.707500', '175312.167500', '175312.627500', '175313.087500', '175313.547500', '175314.007500', '175314.467500', '175314.927500', '175315.387500', '175315.847500', '175316.307500', '175316.767500', '175317.227500', '175317.687500', '175318.147500', '175318.607500', '175319.067500', '175319.527500', '175319.987500', '175320.447500', '175320.907500', '175321.367500', '175321.827500', '175322.287500', '175322.747500', '175323.207500', '175323.667500', '175324.127500', '175324.587500', '175325.047500', '175325.507500', '175325.967500', '175326.427500', '175326.887500', '175327.347500', '175327.807500', '175328.267500', '175328.727500', '175329.187500', '175329.647500', '175330.107500', '175330.567500', '175331.027500', '175331.487500', '175331.947500', '175332.407500', '175332.867500', '175333.327500', '175333.787500', '175334.247500', '175334.707500', '175335.167500', '175335.627500', '175336.087500', '175336.547500', '175337.007500', '175337.467500', '175337.927500', '175338.387500', '175338.847500', '175339.307500', '175339.767500', '175340.227500', '175340.687500', '175341.147500', '175341.607500', '175342.067500', '175342.527500', '175342.987500', '175343.447500', '175343.907500', '175344.367500', '175344.827500', '175345.287500', '175345.747500', '175346.207500', '175346.667500', '175347.127500', '175347.587500', '175348.047500', '175348.507500', '175348.967500', '175349.427500', '175349.887500', '175350.347500', '175350.807500', '175351.267500', '175351.727500', '175352.187500', '175352.647500', '175353.107500', '175353.567500', '175354.027500', '175354.487500', '175354.947500', '175355.407500', '175355.867500', '175356.327500', '175356.787500', '175357.247500', '175357.707500', '175358.167500', '175358.627500', '175359.087500', '175359.547500', '175400.007500', '175400.467500', '175400.927500', '175401.387500', '175401.847500', '175402.307500', '175402.767500', '175403.227500', '175403.687500', '175404.147500', '175404.607500', '175405.067500', '175405.527500', '175405.987500', '175406.447500', '175406.907500', '175407.367500', '175407.827500', '175408.287500', '175408.747500', '175409.207500', '175409.667500', '175410.127500', '175410.587500', '175411.047500', '175411.507500', '175411.967500', '175412.427500', '175412.887500', '175413.347500', '175413.807500', '175414.267500', '175414.727500', '175415.187500', '175415.647500', '175416.107500', '175416.567500', '175417.027500', '175417.487500', '175417.947500', '175418.407500', '175418.867500', '175419.327500', '175419.787500', '175420.247500', '175420.707500', '175421.167500', '175421.627500', '175422.087500', '175422.547500', '175423.007500', '175423.467500', '175423.927500', '175424.387500', '175424.847500', '175425.307500', '175425.767500', '175426.227500', '175426.687500', '175427.147500', '175427.607500', '175428.067500', '175428.527500', '175428.987500', '175429.447500', '175429.907500', '175430.367500', '175430.827500', '175431.287500', '175431.747500', '175432.207500', '175432.667500', '175433.127500', '175433.587500', '175434.047500', '175434.507500', '175434.967500', '175435.427500', '175435.887500', '175436.347500', '175436.807500', '175437.267500', '175437.727500', '175438.187500', '175438.647500', '175439.107500', '175439.567500', '175440.027500', '175440.487500', '175440.947500', '175441.407500', '175441.867500', '175442.327500', '175442.787500', '175443.247500', '175443.707500', '175444.167500', '175444.627500', '175445.087500', '175445.547500', '175446.007500', '175446.467500', '175446.927500', '175447.387500', '175447.847500', '175448.307500', '175448.767500', '175449.227500', '175449.687500', '175450.147500', '175450.607500', '175451.067500', '175451.527500', '175451.987500', '175452.447500', '175452.907500', '175453.367500', '175453.827500', '175454.287500', '175454.747500', '175455.207500', '175455.667500', '175456.127500', '175456.587500', '175457.047500', '175457.507500', '175457.967500', '175458.427500', '175458.887500', '175459.347500', '175459.807500', '175500.267500', '175500.727500', '175501.187500', '175501.647500', '175502.107500', '175502.567500', '175503.027500', '175503.487500', '175503.947500', '175504.407500', '175504.867500', '175505.327500', '175505.787500', '175506.247500', '175506.707500', '175507.167500', '175507.627500', '175508.087500', '175508.547500', '175509.007500', '175509.467500', '175509.927500', '175510.387500', '175510.847500', '175511.307500', '175511.767500', '175512.227500', '175512.687500', '175513.147500', '175513.607500', '175514.067500', '175514.527500', '175514.987500', '175515.447500', '175515.907500', '175516.367500', '175516.827500', '175517.287500', '175517.747500', '175518.207500', '175518.667500', '175519.127500', '175519.587500', '175520.047500', '175520.507500', '175520.967500', '175521.427500', '175521.887500', '175522.347500', '175522.807500', '175523.267500', '175523.727500', '175524.187500', '175524.647500', '175525.107500', '175525.567500', '175526.027500', '175526.487500', '175526.947500', '175527.407500', '175527.867500', '175528.327500', '175528.787500', '175529.247500', '175529.707500', '175530.167500', '175530.627500', '175531.087500', '175531.547500', '175532.007500', '175532.467500', '175532.927500', '175533.387500', '175533.847500', '175534.307500', '175534.767500', '175535.227500', '175535.687500', '175536.147500', '175536.607500', '175537.067500', '175537.527500', '175537.987500', '175538.447500', '175538.907500', '175539.367500', '175539.827500', '175540.287500', '175540.747500', '175541.207500', '175541.667500', '175542.127500', '175542.587500', '175543.047500', '175543.507500', '175543.967500', '175544.427500', '175544.887500', '175545.347500', '175545.807500', '175546.267500', '175546.727500', '175547.187500', '175547.647500', '175548.107500', '175548.567500', '175549.027500', '175549.487500', '175549.947500', '175550.407500', '175550.867500', '175551.327500', '175551.787500', '175552.247500', '175552.707500', '175553.167500', '175553.627500', '175554.087500', '175554.547500', '175555.007500', '175555.467500', '175555.927500', '175556.387500', '175556.847500', '175557.307500', '175557.767500', '175558.227500', '175558.687500', '175559.147500', '175559.607500', '175600.067500', '175600.527500', '175600.987500', '175601.447500', '175601.907500', '175602.367500', '175602.827500', '175603.287500', '175603.747500', '175604.207500', '175604.667500', '175605.127500', '175605.587500', '175606.047500', '175606.507500', '175606.967500', '175607.427500', '175607.887500', '175608.347500', '175608.807500', '175609.267500', '175609.727500', '175610.187500', '175610.647500', '175611.107500', '175611.567500', '175612.027500', '175612.487500', '175612.947500', '175613.407500', '175613.867500', '175614.327500', '175614.787500', '175615.247500', '175615.707500', '175616.167500', '175616.627500', '175617.087500', '175617.547500', '175618.007500', '175618.467500', '175618.927500', '175619.387500', '175619.847500', '175620.307500', '175620.767500', '175621.227500', '175621.687500', '175622.147500', '175622.607500', '175623.067500', '175623.527500', '175623.987500', '175624.447500', '175624.907500', '175625.367500', '175625.827500', '175626.287500', '175626.747500', '175627.207500', '175627.667500', '175628.127500', '175628.587500', '175629.047500', '175629.507500', '175629.967500', '175630.427500', '175630.887500', '175631.347500', '175631.807500', '175632.267500', '175632.727500', '175633.187500', '175633.647500', '175634.107500', '175634.567500', '175635.027500', '175635.487500', '175635.947500', '175636.407500', '175636.867500', '175637.327500', '175637.787500', '175638.247500', '175638.707500', '175639.167500', '175639.627500', '175640.087500', '175640.547500', '175641.007500', '175641.467500', '175641.927500', '175642.387500', '175642.847500', '175643.307500', '175643.767500', '175644.227500', '175644.687500', '175645.147500', '175645.607500', '175646.067500', '175646.527500', '175646.987500', '175647.447500', '175647.907500', '175648.367500', '175648.827500', '175649.287500', '175649.747500', '175650.207500', '175650.667500', '175651.127500', '175651.587500', '175652.047500', '175652.507500', '175652.967500', '175653.427500', '175653.887500', '175654.347500', '175654.807500', '175655.267500', '175655.727500', '175656.187500', '175656.647500', '175657.107500', '175657.567500', '175658.027500', '175658.487500', '175658.947500', '175659.407500', '175659.867500', '175700.327500', '175700.787500', '175701.247500', '175701.707500', '175702.167500', '175702.627500', '175703.087500', '175703.547500', '175704.007500', '175704.467500', '175704.927500', '175705.387500', '175705.847500', '175706.307500', '175706.767500', '175707.227500', '175707.687500', '175708.147500', '175708.607500', '175709.067500', '175709.527500', '175709.987500', '175710.447500', '175710.907500', '175711.367500', '175711.827500', '175712.287500', '175712.747500', '175713.207500', '175713.667500', '175714.127500', '175714.587500', '175715.047500', '175715.507500', '175715.967500', '175716.427500', '175716.887500', '175717.347500', '175717.807500', '175718.267500', '175718.727500', '175719.187500', '175719.647500', '175720.107500', '175720.567500', '175721.027500', '175721.487500', '175721.947500', '175722.407500', '175722.867500', '175723.327500', '175723.787500', '175724.247500', '175724.707500', '175725.167500', '175725.627500', '175726.087500', '175726.547500', '175727.007500', '175727.467500', '175727.927500', '175728.387500', '175728.847500', '175729.307500', '175729.767500', '175730.227500', '175730.687500', '175731.147500', '175731.607500', '175732.067500', '175732.527500', '175732.987500', '175733.447500', '175733.907500', '175734.367500', '175734.827500', '175735.287500', '175735.747500', '175736.207500', '175736.667500', '175737.127500', '175737.587500', '175738.047500', '175738.507500', '175738.967500', '175739.427500', '175739.887500', '175740.347500', '175740.807500', '175741.267500', '175741.727500', '175742.187500', '175742.647500', '175743.107500', '175743.567500', '175744.027500', '175744.487500', '175744.947500', '175745.407500', '175745.867500', '175746.327500', '175746.787500', '175747.247500', '175747.707500', '175748.167500'], 'ContentTime': ['174757.899000', '174757.907000', '174757.910000', '174757.912000', '174757.915000', '174757.917000', '174757.920000', '174757.923000', '174757.925000', '174757.928000', '174757.931000', '174757.934000', '174757.936000', '174757.939000', '174757.942000', '174757.945000', '174757.948000', '174757.950000', '174757.953000', '174757.956000', '174757.958000', '174757.961000', '174757.963000', '174757.966000', '174757.969000', '174757.971000', '174757.974000', '174757.976000', '174757.979000', '174757.982000', '174757.985000', '174757.987000', '174757.990000', '174757.992000', '174757.995000', '174757.998000', '174758.001000', '174758.004000', '174758.014000', '174758.017000', '174758.021000', '174758.024000', '174758.027000', '174758.030000', '174758.032000', '174758.035000', '174758.038000', '174758.041000', '174817.869000', '174817.872000', '174817.875000', '174817.877000', '174817.880000', '174817.883000', '174817.885000', '174817.888000', '174817.891000', '174817.893000', '174817.896000', '174817.898000', '174817.901000', '174817.903000', '174817.906000', '174817.909000', '174817.911000', '174817.914000', '174817.916000', '174817.919000', '174817.922000', '174817.924000', '174817.956000', '174817.959000', '174817.961000', '174817.964000', '174817.966000', '174817.969000', '174817.972000', '174817.974000', '174817.977000', '174817.979000', '174817.982000', '174817.984000', '174817.987000', '174817.989000', '174817.992000', '174817.995000', '174817.997000', '174818.000000', '174818.002000', '174818.005000', '174818.007000', '174818.010000', '174837.870000', '174837.872000', '174837.875000', '174837.878000', '174837.880000', '174837.883000', '174837.886000', '174837.888000', '174837.891000', '174837.893000', '174837.896000', '174837.898000', '174837.901000', '174837.904000', '174837.906000', '174837.909000', '174837.912000', '174837.914000', '174837.917000', '174837.919000', '174837.922000', '174837.925000', '174837.927000', '174837.930000', '174837.959000', '174837.962000', '174837.965000', '174837.967000', '174837.970000', '174837.972000', '174837.975000', '174837.978000', '174837.980000', '174837.983000', '174837.995000', '174837.998000', '174838.000000', '174838.003000', '174838.006000', '174838.008000', '174838.011000', '174838.014000', '174838.016000', '174857.869000', '174857.872000', '174857.875000', '174857.877000', '174857.880000', '174857.882000', '174857.885000', '174857.888000', '174857.890000', '174857.893000', '174857.895000', '174857.898000', '174857.900000', '174857.903000', '174857.906000', '174857.908000', '174857.911000', '174857.913000', '174857.916000', '174857.918000', '174857.921000', '174857.924000', '174857.926000', '174857.929000', '174857.931000', '174857.934000', '174857.936000', '174857.942000', '174857.945000', '174857.948000', '174857.950000', '174857.953000', '174857.955000', '174857.958000', '174857.960000', '174857.963000', '174857.966000', '174857.968000', '174857.971000', '174857.973000', '174857.976000', '174857.978000', '174857.981000', '174857.984000', '174917.870000', '174917.873000', '174917.876000', '174917.878000', '174917.881000', '174917.884000', '174917.886000', '174917.889000', '174917.891000', '174917.894000', '174917.897000', '174917.899000', '174917.902000', '174917.904000', '174917.907000', '174917.909000', '174917.912000', '174917.915000', '174917.917000', '174917.920000', '174917.922000', '174917.925000', '174917.928000', '174917.930000', '174917.933000', '174917.935000', '174917.938000', '174917.941000', '174917.943000', '174917.946000', '174917.948000', '174917.951000', '174917.954000', '174917.956000', '174917.959000', '174917.961000', '174917.964000', '174917.967000', '174917.969000', '174917.972000', '174917.974000', '174917.977000', '174917.979000', '174937.871000', '174937.874000', '174937.877000', '174937.879000', '174937.882000', '174937.885000', '174937.887000', '174937.890000', '174937.893000', '174937.895000', '174937.898000', '174937.900000', '174937.903000', '174937.906000', '174937.908000', '174937.911000', '174937.914000', '174937.916000', '174937.919000', '174937.922000', '174937.924000', '174937.927000', '174937.930000', '174937.932000', '174937.935000', '174937.937000', '174937.940000', '174937.943000', '174937.945000', '174937.948000', '174937.950000', '174937.953000', '174937.956000', '174937.958000', '174937.961000', '174937.963000', '174937.966000', '174937.968000', '174937.971000', '174937.974000', '174937.976000', '174937.979000', '174937.981000', '174937.984000', '174957.871000', '174957.874000', '174957.876000', '174957.879000', '174957.882000', '174957.884000', '174957.887000', '174957.889000', '174957.892000', '174957.895000', '174957.897000', '174957.900000', '174957.902000', '174957.905000', '174957.908000', '174957.910000', '174957.913000', '174957.916000', '174957.918000', '174957.921000', '174957.923000', '174957.926000', '174957.929000', '174957.931000', '174957.934000', '174957.936000', '174957.939000', '174957.942000', '174957.944000', '174957.947000', '174957.949000', '174957.952000', '174957.955000', '174957.957000', '174957.960000', '174957.962000', '174957.965000', '174957.968000', '174957.970000', '174957.973000', '174957.975000', '174957.978000', '174957.980000', '175017.869000', '175017.872000', '175017.875000', '175017.878000', '175017.880000', '175017.883000', '175017.886000', '175017.888000', '175017.891000', '175017.893000', '175017.896000', '175017.899000', '175017.901000', '175017.904000', '175017.907000', '175017.909000', '175017.912000', '175017.915000', '175017.917000', '175017.920000', '175017.922000', '175017.925000', '175017.927000', '175017.930000', '175017.933000', '175017.935000', '175017.938000', '175017.940000', '175017.947000', '175017.950000', '175017.964000', '175017.967000', '175017.969000', '175017.972000', '175017.975000', '175017.977000', '175017.980000', '175017.982000', '175017.985000', '175017.988000', '175017.990000', '175017.993000', '175017.995000', '175017.998000', '175037.870000', '175037.872000', '175037.875000', '175037.878000', '175037.880000', '175037.883000', '175037.885000', '175037.888000', '175037.890000', '175037.893000', '175037.896000', '175037.898000', '175037.901000', '175037.903000', '175037.906000', '175037.909000', '175037.911000', '175037.914000', '175037.916000', '175037.919000', '175037.922000', '175037.924000', '175037.927000', '175037.929000', '175037.932000', '175037.935000', '175037.937000', '175037.940000', '175037.942000', '175037.945000', '175037.948000', '175037.950000', '175037.953000', '175037.955000', '175037.958000', '175037.960000', '175037.963000', '175037.966000', '175037.968000', '175037.971000', '175037.973000', '175037.976000', '175037.978000', '175057.869000', '175057.873000', '175057.875000', '175057.878000', '175057.880000', '175057.883000', '175057.886000', '175057.888000', '175057.891000', '175057.893000', '175057.896000', '175057.899000', '175057.901000', '175057.904000', '175057.906000', '175057.909000', '175057.912000', '175057.915000', '175057.918000', '175057.921000', '175057.923000', '175057.926000', '175057.928000', '175057.931000', '175057.934000', '175057.936000', '175057.939000', '175057.941000', '175057.944000', '175057.947000', '175057.949000', '175057.952000', '175057.954000', '175057.957000', '175057.960000', '175057.962000', '175057.965000', '175057.968000', '175057.970000', '175057.973000', '175057.975000', '175057.978000', '175057.980000', '175117.870000', '175117.872000', '175117.875000', '175117.878000', '175117.880000', '175117.883000', '175117.886000', '175117.888000', '175117.891000', '175117.894000', '175117.896000', '175117.899000', '175117.902000', '175117.904000', '175117.907000', '175117.909000', '175117.912000', '175117.915000', '175117.917000', '175117.920000', '175117.923000', '175117.925000', '175117.928000', '175117.930000', '175117.933000', '175117.936000', '175117.938000', '175117.941000', '175117.943000', '175117.946000', '175117.949000', '175117.951000', '175117.954000', '175117.956000', '175117.959000', '175117.962000', '175117.964000', '175117.967000', '175117.969000', '175117.972000', '175117.975000', '175117.977000', '175117.980000', '175117.982000', '175137.871000', '175137.874000', '175137.877000', '175137.880000', '175137.882000', '175137.885000', '175137.887000', '175137.890000', '175137.893000', '175137.895000', '175137.898000', '175137.901000', '175137.903000', '175137.906000', '175137.909000', '175137.911000', '175137.914000', '175137.916000', '175137.919000', '175137.922000', '175137.924000', '175137.927000', '175137.930000', '175137.932000', '175137.935000', '175137.937000', '175137.940000', '175137.942000', '175137.945000', '175137.948000', '175137.950000', '175137.953000', '175137.955000', '175137.958000', '175137.961000', '175137.963000', '175137.966000', '175137.968000', '175137.971000', '175137.974000', '175137.976000', '175137.979000', '175137.981000', '175157.871000', '175157.873000', '175157.876000', '175157.879000', '175157.881000', '175157.884000', '175157.886000', '175157.889000', '175157.892000', '175157.894000', '175157.897000', '175157.900000', '175157.917000', '175157.919000', '175157.922000', '175157.925000', '175157.927000', '175157.930000', '175157.932000', '175157.935000', '175157.937000', '175157.940000', '175157.943000', '175157.945000', '175157.948000', '175157.951000', '175157.953000', '175157.956000', '175157.959000', '175157.961000', '175157.964000', '175157.966000', '175157.969000', '175157.971000', '175157.974000', '175157.977000', '175157.979000', '175157.982000', '175157.984000', '175157.987000', '175157.990000', '175157.992000', '175157.995000', '175157.998000', '175217.871000', '175217.874000', '175217.876000', '175217.879000', '175217.881000', '175217.884000', '175217.887000', '175217.889000', '175217.892000', '175217.894000', '175217.897000', '175217.900000', '175217.902000', '175217.905000', '175217.908000', '175217.910000', '175217.913000', '175217.916000', '175217.918000', '175217.921000', '175217.923000', '175217.926000', '175217.929000', '175217.931000', '175217.934000', '175217.937000', '175217.939000', '175217.942000', '175217.945000', '175217.947000', '175217.951000', '175217.954000', '175217.957000', '175217.959000', '175217.962000', '175217.964000', '175217.967000', '175217.970000', '175217.972000', '175217.975000', '175217.978000', '175217.980000', '175217.983000', '175237.870000', '175237.872000', '175237.875000', '175237.878000', '175237.880000', '175237.883000', '175237.885000', '175237.888000', '175237.891000', '175237.893000', '175237.896000', '175237.899000', '175237.901000', '175237.904000', '175237.906000', '175237.909000', '175237.912000', '175237.914000', '175237.917000', '175237.920000', '175237.923000', '175237.926000', '175237.928000', '175237.931000', '175237.933000', '175237.936000', '175237.939000', '175237.941000', '175237.944000', '175237.947000', '175237.949000', '175237.952000', '175237.954000', '175237.957000', '175237.960000', '175237.962000', '175237.965000', '175237.967000', '175237.970000', '175237.973000', '175237.975000', '175237.978000', '175237.981000', '175237.983000', '175257.869000', '175257.872000', '175257.875000', '175257.877000', '175257.880000', '175257.883000', '175257.885000', '175257.888000', '175257.890000', '175257.893000', '175257.896000', '175257.899000', '175257.902000', '175257.905000', '175257.908000', '175257.911000', '175257.913000', '175257.916000', '175257.918000', '175257.921000', '175257.924000', '175257.926000', '175257.929000', '175257.931000', '175257.934000', '175257.937000', '175257.939000', '175257.942000', '175257.945000', '175257.947000', '175257.950000', '175257.952000', '175257.955000', '175257.958000', '175257.960000', '175257.963000', '175257.965000', '175257.968000', '175257.971000', '175257.973000', '175257.976000', '175257.978000', '175257.981000', '175317.870000', '175317.873000', '175317.875000', '175317.878000', '175317.880000', '175317.883000', '175317.886000', '175317.888000', '175317.891000', '175317.893000', '175317.896000', '175317.899000', '175317.901000', '175317.904000', '175317.906000', '175317.909000', '175317.912000', '175317.914000', '175317.917000', '175317.919000', '175317.922000', '175317.925000', '175317.927000', '175317.965000', '175317.967000', '175317.970000', '175317.973000', '175317.975000', '175317.978000', '175317.980000', '175317.983000', '175317.986000', '175317.988000', '175317.991000', '175317.993000', '175317.996000', '175317.999000', '175318.001000', '175318.004000', '175318.006000', '175318.009000', '175318.012000', '175318.014000', '175318.017000', '175337.870000', '175337.872000', '175337.875000', '175337.878000', '175337.880000', '175337.883000', '175337.886000', '175337.888000', '175337.891000', '175337.894000', '175337.896000', '175337.899000', '175337.901000', '175337.904000', '175337.907000', '175337.909000', '175337.912000', '175337.914000', '175337.917000', '175337.920000', '175337.922000', '175337.925000', '175337.928000', '175337.930000', '175337.933000', '175337.935000', '175337.938000', '175337.941000', '175337.943000', '175337.946000', '175337.949000', '175337.951000', '175337.954000', '175337.956000', '175337.959000', '175337.962000', '175337.964000', '175337.967000', '175337.969000', '175337.972000', '175337.974000', '175337.977000', '175337.980000', '175357.871000', '175357.873000', '175357.876000', '175357.879000', '175357.881000', '175357.884000', '175357.886000', '175357.889000', '175357.891000', '175357.894000', '175357.897000', '175357.899000', '175357.902000', '175357.905000', '175357.907000', '175357.910000', '175357.912000', '175357.915000', '175357.917000', '175357.920000', '175357.923000', '175357.925000', '175357.928000', '175357.931000', '175357.933000', '175357.936000', '175357.938000', '175357.941000', '175357.944000', '175357.946000', '175357.949000', '175357.951000', '175357.954000', '175357.956000', '175357.959000', '175357.962000', '175357.964000', '175357.967000', '175357.970000', '175357.972000', '175357.975000', '175357.977000', '175357.980000', '175357.983000', '175417.870000', '175417.873000', '175417.876000', '175417.879000', '175417.881000', '175417.884000', '175417.886000', '175417.889000', '175417.892000', '175417.894000', '175417.897000', '175417.899000', '175417.902000', '175417.904000', '175417.907000', '175417.910000', '175417.912000', '175417.915000', '175417.917000', '175417.920000', '175417.923000', '175417.925000', '175417.928000', '175417.930000', '175417.933000', '175417.936000', '175417.939000', '175417.941000', '175417.944000', '175417.947000', '175417.949000', '175417.952000', '175417.954000', '175417.957000', '175417.959000', '175417.962000', '175417.965000', '175417.967000', '175417.970000', '175417.972000', '175417.975000', '175417.977000', '175417.980000', '175437.871000', '175437.873000', '175437.876000', '175437.879000', '175437.881000', '175437.884000', '175437.887000', '175437.889000', '175437.892000', '175437.894000', '175437.897000', '175437.899000', '175437.902000', '175437.905000', '175437.907000', '175437.910000', '175437.912000', '175437.915000', '175437.918000', '175437.920000', '175437.923000', '175437.926000', '175437.928000', '175437.931000', '175437.933000', '175437.936000', '175437.939000', '175437.941000', '175437.944000', '175437.946000', '175437.949000', '175437.952000', '175437.954000', '175437.957000', '175437.971000', '175437.974000', '175437.976000', '175437.979000', '175437.981000', '175437.984000', '175437.986000', '175437.989000', '175437.992000', '175437.994000', '175457.869000', '175457.872000', '175457.875000', '175457.877000', '175457.880000', '175457.883000', '175457.885000', '175457.888000', '175457.890000', '175457.893000', '175457.896000', '175457.898000', '175457.901000', '175457.903000', '175457.906000', '175457.909000', '175457.911000', '175457.914000', '175457.916000', '175457.919000', '175457.922000', '175457.924000', '175457.927000', '175457.930000', '175457.932000', '175457.935000', '175457.937000', '175457.940000', '175457.943000', '175457.945000', '175457.948000', '175457.950000', '175457.953000', '175457.956000', '175457.958000', '175457.961000', '175457.964000', '175457.966000', '175457.969000', '175457.971000', '175457.974000', '175457.976000', '175457.979000', '175517.870000', '175517.872000', '175517.875000', '175517.878000', '175517.880000', '175517.883000', '175517.885000', '175517.888000', '175517.891000', '175517.893000', '175517.896000', '175517.898000', '175517.901000', '175517.904000', '175517.906000', '175517.909000', '175517.911000', '175517.914000', '175517.917000', '175517.919000', '175517.922000', '175517.924000', '175517.927000', '175517.930000', '175517.932000', '175517.935000', '175517.938000', '175517.940000', '175517.943000', '175517.945000', '175517.948000', '175517.951000', '175517.953000', '175517.956000', '175517.958000', '175517.961000', '175517.964000', '175517.966000', '175517.969000', '175517.972000', '175517.974000', '175517.977000', '175517.980000', '175517.982000', '175537.869000', '175537.872000', '175537.875000', '175537.878000', '175537.880000', '175537.883000', '175537.886000', '175537.888000', '175537.891000', '175537.893000', '175537.896000', '175537.899000', '175537.901000', '175537.904000', '175537.906000', '175537.909000', '175537.912000', '175537.914000', '175537.917000', '175537.919000', '175537.922000', '175537.925000', '175537.927000', '175537.930000', '175537.932000', '175537.935000', '175537.938000', '175537.940000', '175537.943000', '175537.945000', '175537.948000', '175537.950000', '175537.953000', '175537.956000', '175537.958000', '175537.961000', '175537.963000', '175537.966000', '175537.969000', '175537.971000', '175537.974000', '175537.976000', '175537.979000', '175557.870000', '175557.872000', '175557.875000', '175557.878000', '175557.880000', '175557.883000', '175557.886000', '175557.889000', '175557.891000', '175557.894000', '175557.896000', '175557.899000', '175557.901000', '175557.904000', '175557.907000', '175557.909000', '175557.912000', '175557.915000', '175557.917000', '175557.920000', '175557.922000', '175557.925000', '175557.928000', '175557.930000', '175557.933000', '175557.935000', '175557.938000', '175557.940000', '175557.943000', '175557.946000', '175557.961000', '175557.964000', '175557.967000', '175557.969000', '175557.972000', '175557.974000', '175557.977000', '175557.980000', '175557.982000', '175557.985000', '175557.987000', '175557.990000', '175557.993000', '175557.995000', '175617.871000', '175617.874000', '175617.876000', '175617.879000', '175617.881000', '175617.884000', '175617.887000', '175617.889000', '175617.892000', '175617.894000', '175617.897000', '175617.900000', '175617.902000', '175617.905000', '175617.908000', '175617.910000', '175617.913000', '175617.915000', '175617.918000', '175617.921000', '175617.923000', '175617.926000', '175617.928000', '175617.931000', '175617.934000', '175617.936000', '175617.939000', '175617.941000', '175617.944000', '175617.946000', '175617.949000', '175617.952000', '175617.954000', '175617.957000', '175617.959000', '175617.962000', '175617.964000', '175617.967000', '175617.969000', '175617.972000', '175617.975000', '175617.977000', '175617.980000', '175637.871000', '175637.873000', '175637.876000', '175637.879000', '175637.881000', '175637.884000', '175637.886000', '175637.889000', '175637.891000', '175637.894000', '175637.897000', '175637.899000', '175637.902000', '175637.904000', '175637.907000', '175637.910000', '175637.912000', '175637.915000', '175637.918000', '175637.920000', '175637.923000', '175637.925000', '175637.928000', '175637.930000', '175637.933000', '175637.936000', '175637.938000', '175637.941000', '175637.944000', '175637.946000', '175637.949000', '175637.951000', '175637.954000', '175637.957000', '175637.959000', '175637.962000', '175637.964000', '175637.967000', '175637.970000', '175637.972000', '175637.975000', '175637.977000', '175637.980000', '175657.871000', '175657.873000', '175657.876000', '175657.879000', '175657.881000', '175657.884000', '175657.886000', '175657.889000', '175657.892000', '175657.894000', '175657.897000', '175657.900000', '175657.902000', '175657.905000', '175657.907000', '175657.910000', '175657.913000', '175657.915000', '175657.918000', '175657.920000', '175657.923000', '175657.926000', '175657.928000', '175657.931000', '175657.933000', '175657.936000', '175657.938000', '175657.941000', '175657.944000', '175657.946000', '175657.949000', '175657.951000', '175657.954000', '175657.957000', '175657.959000', '175657.962000', '175657.965000', '175657.967000', '175657.970000', '175657.972000', '175657.975000', '175657.978000', '175657.980000', '175657.983000', '175717.871000', '175717.874000', '175717.876000', '175717.879000', '175717.881000', '175717.884000', '175717.887000', '175717.889000', '175717.892000', '175717.894000', '175717.897000', '175717.899000', '175717.902000', '175717.905000', '175717.907000', '175717.910000', '175717.912000', '175717.915000', '175717.918000', '175717.920000', '175717.923000', '175717.926000', '175717.928000', '175717.931000', '175717.934000', '175717.936000', '175717.939000', '175717.955000', '175717.958000', '175717.960000', '175717.963000', '175717.965000', '175717.968000', '175717.971000', '175717.973000', '175717.976000', '175717.978000', '175717.981000', '175717.984000', '175717.986000', '175717.989000', '175717.991000', '175717.994000', '175717.997000', '175737.869000', '175737.872000', '175737.875000', '175737.877000', '175737.880000', '175737.883000', '175737.885000', '175737.888000', '175737.890000', '175737.893000', '175737.896000', '175737.898000', '175737.901000', '175737.903000', '175737.906000', '175737.909000', '175737.911000', '175737.914000', '175737.916000', '175737.919000', '175737.922000', '175737.924000', '175737.927000', '175737.929000', '175737.932000', '175737.935000', '175737.937000', '175737.940000', '175737.943000', '175737.945000', '175737.948000', '175737.950000', '175737.953000', '175737.955000', '175737.958000', '175737.961000', '175737.963000', '175737.966000', '175737.968000', '175737.971000', '175737.974000', '175737.976000', '175737.979000', '175749.564000', '175749.567000', '175749.570000', '175749.573000', '175749.576000', '175749.578000', '175749.582000', '175749.584000', '175749.587000', '175749.590000', '175749.593000', '175749.596000', '175749.599000', '175749.601000', '175749.604000', '175749.607000', '175749.610000', '175749.612000', '175749.615000', '175749.618000', '175749.620000', '175749.623000', '175749.626000', '175749.628000', '175749.631000', '175749.634000'], 'InstanceCreationTime': ['174757.899000', '174757.907000', '174757.910000', '174757.912000', '174757.915000', '174757.917000', '174757.920000', '174757.923000', '174757.925000', '174757.928000', '174757.931000', '174757.934000', '174757.936000', '174757.939000', '174757.942000', '174757.945000', '174757.948000', '174757.950000', '174757.953000', '174757.956000', '174757.958000', '174757.961000', '174757.963000', '174757.966000', '174757.969000', '174757.971000', '174757.974000', '174757.976000', '174757.979000', '174757.982000', '174757.985000', '174757.987000', '174757.990000', '174757.992000', '174757.995000', '174757.998000', '174758.001000', '174758.004000', '174758.014000', '174758.017000', '174758.021000', '174758.024000', '174758.027000', '174758.030000', '174758.032000', '174758.035000', '174758.038000', '174758.041000', '174817.869000', '174817.872000', '174817.875000', '174817.877000', '174817.880000', '174817.883000', '174817.885000', '174817.888000', '174817.891000', '174817.893000', '174817.896000', '174817.898000', '174817.901000', '174817.903000', '174817.906000', '174817.909000', '174817.911000', '174817.914000', '174817.916000', '174817.919000', '174817.922000', '174817.924000', '174817.956000', '174817.959000', '174817.961000', '174817.964000', '174817.966000', '174817.969000', '174817.972000', '174817.974000', '174817.977000', '174817.979000', '174817.982000', '174817.984000', '174817.987000', '174817.989000', '174817.992000', '174817.995000', '174817.997000', '174818.000000', '174818.002000', '174818.005000', '174818.007000', '174818.010000', '174837.870000', '174837.872000', '174837.875000', '174837.878000', '174837.880000', '174837.883000', '174837.886000', '174837.888000', '174837.891000', '174837.893000', '174837.896000', '174837.898000', '174837.901000', '174837.904000', '174837.906000', '174837.909000', '174837.912000', '174837.914000', '174837.917000', '174837.919000', '174837.922000', '174837.925000', '174837.927000', '174837.930000', '174837.959000', '174837.962000', '174837.965000', '174837.967000', '174837.970000', '174837.972000', '174837.975000', '174837.978000', '174837.980000', '174837.983000', '174837.995000', '174837.998000', '174838.000000', '174838.003000', '174838.006000', '174838.008000', '174838.011000', '174838.014000', '174838.016000', '174857.869000', '174857.872000', '174857.875000', '174857.877000', '174857.880000', '174857.882000', '174857.885000', '174857.888000', '174857.890000', '174857.893000', '174857.895000', '174857.898000', '174857.900000', '174857.903000', '174857.906000', '174857.908000', '174857.911000', '174857.913000', '174857.916000', '174857.918000', '174857.921000', '174857.924000', '174857.926000', '174857.929000', '174857.931000', '174857.934000', '174857.936000', '174857.942000', '174857.945000', '174857.948000', '174857.950000', '174857.953000', '174857.955000', '174857.958000', '174857.960000', '174857.963000', '174857.966000', '174857.968000', '174857.971000', '174857.973000', '174857.976000', '174857.978000', '174857.981000', '174857.984000', '174917.870000', '174917.873000', '174917.876000', '174917.878000', '174917.881000', '174917.884000', '174917.886000', '174917.889000', '174917.891000', '174917.894000', '174917.897000', '174917.899000', '174917.902000', '174917.904000', '174917.907000', '174917.909000', '174917.912000', '174917.915000', '174917.917000', '174917.920000', '174917.922000', '174917.925000', '174917.928000', '174917.930000', '174917.933000', '174917.935000', '174917.938000', '174917.941000', '174917.943000', '174917.946000', '174917.948000', '174917.951000', '174917.954000', '174917.956000', '174917.959000', '174917.961000', '174917.964000', '174917.967000', '174917.969000', '174917.972000', '174917.974000', '174917.977000', '174917.979000', '174937.871000', '174937.874000', '174937.877000', '174937.879000', '174937.882000', '174937.885000', '174937.887000', '174937.890000', '174937.893000', '174937.895000', '174937.898000', '174937.900000', '174937.903000', '174937.906000', '174937.908000', '174937.911000', '174937.914000', '174937.916000', '174937.919000', '174937.922000', '174937.924000', '174937.927000', '174937.930000', '174937.932000', '174937.935000', '174937.937000', '174937.940000', '174937.943000', '174937.945000', '174937.948000', '174937.950000', '174937.953000', '174937.956000', '174937.958000', '174937.961000', '174937.963000', '174937.966000', '174937.968000', '174937.971000', '174937.974000', '174937.976000', '174937.979000', '174937.981000', '174937.984000', '174957.871000', '174957.874000', '174957.876000', '174957.879000', '174957.882000', '174957.884000', '174957.887000', '174957.889000', '174957.892000', '174957.895000', '174957.897000', '174957.900000', '174957.902000', '174957.905000', '174957.908000', '174957.910000', '174957.913000', '174957.916000', '174957.918000', '174957.921000', '174957.923000', '174957.926000', '174957.929000', '174957.931000', '174957.934000', '174957.936000', '174957.939000', '174957.942000', '174957.944000', '174957.947000', '174957.949000', '174957.952000', '174957.955000', '174957.957000', '174957.960000', '174957.962000', '174957.965000', '174957.968000', '174957.970000', '174957.973000', '174957.975000', '174957.978000', '174957.980000', '175017.869000', '175017.872000', '175017.875000', '175017.878000', '175017.880000', '175017.883000', '175017.886000', '175017.888000', '175017.891000', '175017.893000', '175017.896000', '175017.899000', '175017.901000', '175017.904000', '175017.907000', '175017.909000', '175017.912000', '175017.915000', '175017.917000', '175017.920000', '175017.922000', '175017.925000', '175017.927000', '175017.930000', '175017.933000', '175017.935000', '175017.938000', '175017.940000', '175017.947000', '175017.950000', '175017.964000', '175017.967000', '175017.969000', '175017.972000', '175017.975000', '175017.977000', '175017.980000', '175017.982000', '175017.985000', '175017.988000', '175017.990000', '175017.993000', '175017.995000', '175017.998000', '175037.870000', '175037.872000', '175037.875000', '175037.878000', '175037.880000', '175037.883000', '175037.885000', '175037.888000', '175037.890000', '175037.893000', '175037.896000', '175037.898000', '175037.901000', '175037.903000', '175037.906000', '175037.909000', '175037.911000', '175037.914000', '175037.916000', '175037.919000', '175037.922000', '175037.924000', '175037.927000', '175037.929000', '175037.932000', '175037.935000', '175037.937000', '175037.940000', '175037.942000', '175037.945000', '175037.948000', '175037.950000', '175037.953000', '175037.955000', '175037.958000', '175037.960000', '175037.963000', '175037.966000', '175037.968000', '175037.971000', '175037.973000', '175037.976000', '175037.978000', '175057.869000', '175057.873000', '175057.875000', '175057.878000', '175057.880000', '175057.883000', '175057.886000', '175057.888000', '175057.891000', '175057.893000', '175057.896000', '175057.899000', '175057.901000', '175057.904000', '175057.906000', '175057.909000', '175057.912000', '175057.915000', '175057.918000', '175057.921000', '175057.923000', '175057.926000', '175057.928000', '175057.931000', '175057.934000', '175057.936000', '175057.939000', '175057.941000', '175057.944000', '175057.947000', '175057.949000', '175057.952000', '175057.954000', '175057.957000', '175057.960000', '175057.962000', '175057.965000', '175057.968000', '175057.970000', '175057.973000', '175057.975000', '175057.978000', '175057.980000', '175117.870000', '175117.872000', '175117.875000', '175117.878000', '175117.880000', '175117.883000', '175117.886000', '175117.888000', '175117.891000', '175117.894000', '175117.896000', '175117.899000', '175117.902000', '175117.904000', '175117.907000', '175117.909000', '175117.912000', '175117.915000', '175117.917000', '175117.920000', '175117.923000', '175117.925000', '175117.928000', '175117.930000', '175117.933000', '175117.936000', '175117.938000', '175117.941000', '175117.943000', '175117.946000', '175117.949000', '175117.951000', '175117.954000', '175117.956000', '175117.959000', '175117.962000', '175117.964000', '175117.967000', '175117.969000', '175117.972000', '175117.975000', '175117.977000', '175117.980000', '175117.982000', '175137.871000', '175137.874000', '175137.877000', '175137.880000', '175137.882000', '175137.885000', '175137.887000', '175137.890000', '175137.893000', '175137.895000', '175137.898000', '175137.901000', '175137.903000', '175137.906000', '175137.909000', '175137.911000', '175137.914000', '175137.916000', '175137.919000', '175137.922000', '175137.924000', '175137.927000', '175137.930000', '175137.932000', '175137.935000', '175137.937000', '175137.940000', '175137.942000', '175137.945000', '175137.948000', '175137.950000', '175137.953000', '175137.955000', '175137.958000', '175137.961000', '175137.963000', '175137.966000', '175137.968000', '175137.971000', '175137.974000', '175137.976000', '175137.979000', '175137.981000', '175157.871000', '175157.873000', '175157.876000', '175157.879000', '175157.881000', '175157.884000', '175157.886000', '175157.889000', '175157.892000', '175157.894000', '175157.897000', '175157.900000', '175157.917000', '175157.919000', '175157.922000', '175157.925000', '175157.927000', '175157.930000', '175157.932000', '175157.935000', '175157.937000', '175157.940000', '175157.943000', '175157.945000', '175157.948000', '175157.951000', '175157.953000', '175157.956000', '175157.959000', '175157.961000', '175157.964000', '175157.966000', '175157.969000', '175157.971000', '175157.974000', '175157.977000', '175157.979000', '175157.982000', '175157.984000', '175157.987000', '175157.990000', '175157.992000', '175157.995000', '175157.998000', '175217.871000', '175217.874000', '175217.876000', '175217.879000', '175217.881000', '175217.884000', '175217.887000', '175217.889000', '175217.892000', '175217.894000', '175217.897000', '175217.900000', '175217.902000', '175217.905000', '175217.908000', '175217.910000', '175217.913000', '175217.916000', '175217.918000', '175217.921000', '175217.923000', '175217.926000', '175217.929000', '175217.931000', '175217.934000', '175217.937000', '175217.939000', '175217.942000', '175217.945000', '175217.947000', '175217.951000', '175217.954000', '175217.957000', '175217.959000', '175217.962000', '175217.964000', '175217.967000', '175217.970000', '175217.972000', '175217.975000', '175217.978000', '175217.980000', '175217.983000', '175237.870000', '175237.872000', '175237.875000', '175237.878000', '175237.880000', '175237.883000', '175237.885000', '175237.888000', '175237.891000', '175237.893000', '175237.896000', '175237.899000', '175237.901000', '175237.904000', '175237.906000', '175237.909000', '175237.912000', '175237.914000', '175237.917000', '175237.920000', '175237.923000', '175237.926000', '175237.928000', '175237.931000', '175237.933000', '175237.936000', '175237.939000', '175237.941000', '175237.944000', '175237.947000', '175237.949000', '175237.952000', '175237.954000', '175237.957000', '175237.960000', '175237.962000', '175237.965000', '175237.967000', '175237.970000', '175237.973000', '175237.975000', '175237.978000', '175237.981000', '175237.983000', '175257.869000', '175257.872000', '175257.875000', '175257.877000', '175257.880000', '175257.883000', '175257.885000', '175257.888000', '175257.890000', '175257.893000', '175257.896000', '175257.899000', '175257.902000', '175257.905000', '175257.908000', '175257.911000', '175257.913000', '175257.916000', '175257.918000', '175257.921000', '175257.924000', '175257.926000', '175257.929000', '175257.931000', '175257.934000', '175257.937000', '175257.939000', '175257.942000', '175257.945000', '175257.947000', '175257.950000', '175257.952000', '175257.955000', '175257.958000', '175257.960000', '175257.963000', '175257.965000', '175257.968000', '175257.971000', '175257.973000', '175257.976000', '175257.978000', '175257.981000', '175317.870000', '175317.873000', '175317.875000', '175317.878000', '175317.880000', '175317.883000', '175317.886000', '175317.888000', '175317.891000', '175317.893000', '175317.896000', '175317.899000', '175317.901000', '175317.904000', '175317.906000', '175317.909000', '175317.912000', '175317.914000', '175317.917000', '175317.919000', '175317.922000', '175317.925000', '175317.927000', '175317.965000', '175317.967000', '175317.970000', '175317.973000', '175317.975000', '175317.978000', '175317.980000', '175317.983000', '175317.986000', '175317.988000', '175317.991000', '175317.993000', '175317.996000', '175317.999000', '175318.001000', '175318.004000', '175318.006000', '175318.009000', '175318.012000', '175318.014000', '175318.017000', '175337.870000', '175337.872000', '175337.875000', '175337.878000', '175337.880000', '175337.883000', '175337.886000', '175337.888000', '175337.891000', '175337.894000', '175337.896000', '175337.899000', '175337.901000', '175337.904000', '175337.907000', '175337.909000', '175337.912000', '175337.914000', '175337.917000', '175337.920000', '175337.922000', '175337.925000', '175337.928000', '175337.930000', '175337.933000', '175337.935000', '175337.938000', '175337.941000', '175337.943000', '175337.946000', '175337.949000', '175337.951000', '175337.954000', '175337.956000', '175337.959000', '175337.962000', '175337.964000', '175337.967000', '175337.969000', '175337.972000', '175337.974000', '175337.977000', '175337.980000', '175357.871000', '175357.873000', '175357.876000', '175357.879000', '175357.881000', '175357.884000', '175357.886000', '175357.889000', '175357.891000', '175357.894000', '175357.897000', '175357.899000', '175357.902000', '175357.905000', '175357.907000', '175357.910000', '175357.912000', '175357.915000', '175357.917000', '175357.920000', '175357.923000', '175357.925000', '175357.928000', '175357.931000', '175357.933000', '175357.936000', '175357.938000', '175357.941000', '175357.944000', '175357.946000', '175357.949000', '175357.951000', '175357.954000', '175357.956000', '175357.959000', '175357.962000', '175357.964000', '175357.967000', '175357.970000', '175357.972000', '175357.975000', '175357.977000', '175357.980000', '175357.983000', '175417.870000', '175417.873000', '175417.876000', '175417.879000', '175417.881000', '175417.884000', '175417.886000', '175417.889000', '175417.892000', '175417.894000', '175417.897000', '175417.899000', '175417.902000', '175417.904000', '175417.907000', '175417.910000', '175417.912000', '175417.915000', '175417.917000', '175417.920000', '175417.923000', '175417.925000', '175417.928000', '175417.930000', '175417.933000', '175417.936000', '175417.939000', '175417.941000', '175417.944000', '175417.947000', '175417.949000', '175417.952000', '175417.954000', '175417.957000', '175417.959000', '175417.962000', '175417.965000', '175417.967000', '175417.970000', '175417.972000', '175417.975000', '175417.977000', '175417.980000', '175437.871000', '175437.873000', '175437.876000', '175437.879000', '175437.881000', '175437.884000', '175437.887000', '175437.889000', '175437.892000', '175437.894000', '175437.897000', '175437.899000', '175437.902000', '175437.905000', '175437.907000', '175437.910000', '175437.912000', '175437.915000', '175437.918000', '175437.920000', '175437.923000', '175437.926000', '175437.928000', '175437.931000', '175437.933000', '175437.936000', '175437.939000', '175437.941000', '175437.944000', '175437.946000', '175437.949000', '175437.952000', '175437.954000', '175437.957000', '175437.971000', '175437.974000', '175437.976000', '175437.979000', '175437.981000', '175437.984000', '175437.986000', '175437.989000', '175437.992000', '175437.994000', '175457.869000', '175457.872000', '175457.875000', '175457.877000', '175457.880000', '175457.883000', '175457.885000', '175457.888000', '175457.890000', '175457.893000', '175457.896000', '175457.898000', '175457.901000', '175457.903000', '175457.906000', '175457.909000', '175457.911000', '175457.914000', '175457.916000', '175457.919000', '175457.922000', '175457.924000', '175457.927000', '175457.930000', '175457.932000', '175457.935000', '175457.937000', '175457.940000', '175457.943000', '175457.945000', '175457.948000', '175457.950000', '175457.953000', '175457.956000', '175457.958000', '175457.961000', '175457.964000', '175457.966000', '175457.969000', '175457.971000', '175457.974000', '175457.976000', '175457.979000', '175517.870000', '175517.872000', '175517.875000', '175517.878000', '175517.880000', '175517.883000', '175517.885000', '175517.888000', '175517.891000', '175517.893000', '175517.896000', '175517.898000', '175517.901000', '175517.904000', '175517.906000', '175517.909000', '175517.911000', '175517.914000', '175517.917000', '175517.919000', '175517.922000', '175517.924000', '175517.927000', '175517.930000', '175517.932000', '175517.935000', '175517.938000', '175517.940000', '175517.943000', '175517.945000', '175517.948000', '175517.951000', '175517.953000', '175517.956000', '175517.958000', '175517.961000', '175517.964000', '175517.966000', '175517.969000', '175517.972000', '175517.974000', '175517.977000', '175517.980000', '175517.982000', '175537.869000', '175537.872000', '175537.875000', '175537.878000', '175537.880000', '175537.883000', '175537.886000', '175537.888000', '175537.891000', '175537.893000', '175537.896000', '175537.899000', '175537.901000', '175537.904000', '175537.906000', '175537.909000', '175537.912000', '175537.914000', '175537.917000', '175537.919000', '175537.922000', '175537.925000', '175537.927000', '175537.930000', '175537.932000', '175537.935000', '175537.938000', '175537.940000', '175537.943000', '175537.945000', '175537.948000', '175537.950000', '175537.953000', '175537.956000', '175537.958000', '175537.961000', '175537.963000', '175537.966000', '175537.969000', '175537.971000', '175537.974000', '175537.976000', '175537.979000', '175557.870000', '175557.872000', '175557.875000', '175557.878000', '175557.880000', '175557.883000', '175557.886000', '175557.889000', '175557.891000', '175557.894000', '175557.896000', '175557.899000', '175557.901000', '175557.904000', '175557.907000', '175557.909000', '175557.912000', '175557.915000', '175557.917000', '175557.920000', '175557.922000', '175557.925000', '175557.928000', '175557.930000', '175557.933000', '175557.935000', '175557.938000', '175557.940000', '175557.943000', '175557.946000', '175557.961000', '175557.964000', '175557.967000', '175557.969000', '175557.972000', '175557.974000', '175557.977000', '175557.980000', '175557.982000', '175557.985000', '175557.987000', '175557.990000', '175557.993000', '175557.995000', '175617.871000', '175617.874000', '175617.876000', '175617.879000', '175617.881000', '175617.884000', '175617.887000', '175617.889000', '175617.892000', '175617.894000', '175617.897000', '175617.900000', '175617.902000', '175617.905000', '175617.908000', '175617.910000', '175617.913000', '175617.915000', '175617.918000', '175617.921000', '175617.923000', '175617.926000', '175617.928000', '175617.931000', '175617.934000', '175617.936000', '175617.939000', '175617.941000', '175617.944000', '175617.946000', '175617.949000', '175617.952000', '175617.954000', '175617.957000', '175617.959000', '175617.962000', '175617.964000', '175617.967000', '175617.969000', '175617.972000', '175617.975000', '175617.977000', '175617.980000', '175637.871000', '175637.873000', '175637.876000', '175637.879000', '175637.881000', '175637.884000', '175637.886000', '175637.889000', '175637.891000', '175637.894000', '175637.897000', '175637.899000', '175637.902000', '175637.904000', '175637.907000', '175637.910000', '175637.912000', '175637.915000', '175637.918000', '175637.920000', '175637.923000', '175637.925000', '175637.928000', '175637.930000', '175637.933000', '175637.936000', '175637.938000', '175637.941000', '175637.944000', '175637.946000', '175637.949000', '175637.951000', '175637.954000', '175637.957000', '175637.959000', '175637.962000', '175637.964000', '175637.967000', '175637.970000', '175637.972000', '175637.975000', '175637.977000', '175637.980000', '175657.871000', '175657.873000', '175657.876000', '175657.879000', '175657.881000', '175657.884000', '175657.886000', '175657.889000', '175657.892000', '175657.894000', '175657.897000', '175657.900000', '175657.902000', '175657.905000', '175657.907000', '175657.910000', '175657.913000', '175657.915000', '175657.918000', '175657.920000', '175657.923000', '175657.926000', '175657.928000', '175657.931000', '175657.933000', '175657.936000', '175657.938000', '175657.941000', '175657.944000', '175657.946000', '175657.949000', '175657.951000', '175657.954000', '175657.957000', '175657.959000', '175657.962000', '175657.965000', '175657.967000', '175657.970000', '175657.972000', '175657.975000', '175657.978000', '175657.980000', '175657.983000', '175717.871000', '175717.874000', '175717.876000', '175717.879000', '175717.881000', '175717.884000', '175717.887000', '175717.889000', '175717.892000', '175717.894000', '175717.897000', '175717.899000', '175717.902000', '175717.905000', '175717.907000', '175717.910000', '175717.912000', '175717.915000', '175717.918000', '175717.920000', '175717.923000', '175717.926000', '175717.928000', '175717.931000', '175717.934000', '175717.936000', '175717.939000', '175717.955000', '175717.958000', '175717.960000', '175717.963000', '175717.965000', '175717.968000', '175717.971000', '175717.973000', '175717.976000', '175717.978000', '175717.981000', '175717.984000', '175717.986000', '175717.989000', '175717.991000', '175717.994000', '175717.997000', '175737.869000', '175737.872000', '175737.875000', '175737.877000', '175737.880000', '175737.883000', '175737.885000', '175737.888000', '175737.890000', '175737.893000', '175737.896000', '175737.898000', '175737.901000', '175737.903000', '175737.906000', '175737.909000', '175737.911000', '175737.914000', '175737.916000', '175737.919000', '175737.922000', '175737.924000', '175737.927000', '175737.929000', '175737.932000', '175737.935000', '175737.937000', '175737.940000', '175737.943000', '175737.945000', '175737.948000', '175737.950000', '175737.953000', '175737.955000', '175737.958000', '175737.961000', '175737.963000', '175737.966000', '175737.968000', '175737.971000', '175737.974000', '175737.976000', '175737.979000', '175749.564000', '175749.567000', '175749.570000', '175749.573000', '175749.576000', '175749.578000', '175749.582000', '175749.584000', '175749.587000', '175749.590000', '175749.593000', '175749.596000', '175749.599000', '175749.601000', '175749.604000', '175749.607000', '175749.610000', '175749.612000', '175749.615000', '175749.618000', '175749.620000', '175749.623000', '175749.626000', '175749.628000', '175749.631000', '175749.634000'], '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': [9045, 7093, 8304, 7272, 8226, 9511, 7792, 9363, 7846, 8290, 7471, 7846, 8472, 7313, 8187, 6861, 8057, 8781, 7796, 8749, 6930, 6358, 7757, 6845, 8085, 7185, 7958, 9488, 7630, 8288, 7178, 7984, 8538, 7116, 8052, 8420, 7772, 8499, 7196, 7992, 6569, 8084, 6963, 8025, 7012, 7191, 7271, 8352, 9607, 8010, 8610, 7727, 8459, 8427, 7692, 8341, 7459, 8083, 9199, 8014, 8276, 6969, 8210, 7402, 7898, 8686, 7297, 8263, 8763, 8087, 8777, 7288, 8299, 8362, 8158, 8550, 7489, 8332, 7779, 8052, 8731, 7085, 7862, 7084, 8272, 7927, 8326, 6957, 8272, 9243, 8169, 8326, 6959, 8107, 8426, 7355, 8353, 6623, 7939, 8619, 7706, 8385, 7526, 8090, 8423, 7757, 8307, 7423, 8274, 8485, 7994, 8445, 7866, 7841, 8582, 7692, 7925, 6903, 8099, 8676, 7735, 8104, 7667, 8020, 8682, 7648, 8251, 6826, 8122, 8401, 7373, 8168, 7514, 8295, 8239, 7830, 8504, 7084, 7285, 6539, 8281, 6875, 8001, 7967, 8406, 9071, 7001, 8256, 7106, 8318, 8684, 7573, 8443, 7115, 8086, 7153, 8359, 8674, 7501, 8339, 7581, 8140, 8705, 7696, 8370, 6762, 8295, 6919, 7942, 8511, 7000, 7838, 7015, 8014, 8250, 7224, 8056, 6778, 7839, 8392, 7700, 8390, 6621, 8204, 7762, 7687, 8269, 7090, 8175, 7487, 8011, 8270, 7208, 8131, 8710, 7489, 8162, 7044, 8084, 8594, 7406, 7974, 6708, 7970, 8586, 7394, 7782, 7036, 8096, 8383, 7387, 7932, 6624, 7936, 8481, 7459, 8058, 6644, 7772, 8743, 7565, 7959, 7184, 8082, 8213, 7210, 8014, 6595, 8371, 8557, 7408, 7941, 6451, 7877, 8376, 6707, 7919, 6645, 7743, 8540, 7315, 7843, 6611, 7883, 8370, 7600, 8311, 6686, 7817, 8710, 6847, 8111, 8220, 8012, 8947, 6685, 7736, 7407, 7854, 8416, 6831, 8081, 6635, 7806, 8207, 6886, 7968, 8567, 7943, 8188, 6659, 8043, 7402, 7902, 8468, 6882, 7832, 6585, 7709, 8203, 7962, 8627, 6897, 8280, 7357, 8357, 6951, 8392, 6830, 8275, 9201, 8317, 8316, 8092, 8434, 8414, 7937, 8644, 7328, 8025, 7890, 8250, 7076, 8163, 8370, 7493, 8372, 8201, 8200, 7909, 7746, 8408, 7003, 8245, 7408, 7958, 8351, 7828, 8427, 7062, 8139, 6842, 7996, 8525, 7755, 8508, 7624, 8150, 7647, 7873, 8271, 7204, 7991, 8624, 7429, 8019, 6855, 7900, 6714, 7806, 8138, 6891, 8004, 6615, 7601, 8155, 7440, 7990, 6630, 7765, 6358, 7559, 7086, 7365, 7246, 7535, 6919, 7401, 7072, 7816, 6737, 7990, 9496, 7100, 8153, 7600, 7752, 7647, 7961, 7408, 7763, 6549, 8083, 7542, 8591, 8257, 8557, 7981, 8066, 8481, 7914, 8279, 9450, 8172, 9141, 7905, 8341, 8729, 8316, 8746, 8269, 8280, 8200, 7431, 8152, 7017, 7712, 8142, 7997, 8258, 8334, 7967, 8206, 7720, 8349, 7703, 8107, 7163, 7181, 8083, 7569, 8454, 7400, 8280, 9700, 7500, 8548, 7231, 8402, 7956, 7636, 8452, 7292, 7870, 7810, 8066, 6664, 7741, 6836, 7397, 8255, 7386, 7747, 7250, 7426, 8483, 7418, 8096, 6851, 7434, 8453, 7097, 7802, 6622, 7506, 8278, 7093, 7455, 6548, 7395, 8574, 7143, 7685, 6597, 7345, 8658, 7349, 8280, 6745, 7500, 8962, 7561, 8581, 6736, 7577, 8971, 7293, 8405, 6569, 7366, 8481, 7402, 8572, 7221, 7760, 6790, 7387, 8705, 6993, 7863, 6322, 7480, 8242, 7139, 7817, 6467, 7276, 8896, 7130, 7848, 6414, 7356, 8633, 7265, 8330, 6465, 7565, 7221, 6970, 8371, 6998, 7536, 6149, 7468, 8453, 7338, 8139, 6738, 7579, 7993, 7212, 8642, 7379, 8066, 7269, 7916, 8148, 7572, 8939, 7331, 8220, 7140, 8120, 9126, 7399, 8568, 6942, 7574, 6582, 7902, 8477, 7088, 8326, 6978, 7918, 6695, 7488, 8708, 7177, 8159, 7426, 7889, 7172, 7832, 8757, 7113, 7952, 6913, 8007, 8094, 7471, 7906, 7098, 7661, 6651, 7832, 7840, 7338, 8261, 6982, 7656, 6948, 7889, 8131, 7448, 8152, 7090, 7874, 6856, 7732, 8769, 7270, 8217, 7104, 7934, 7555, 7590, 8295, 7009, 8049, 6830, 7820, 8297, 7357, 8153, 7210, 7813, 8046, 7328, 7827, 7057, 8006, 6999, 7442, 7093, 7728, 6621, 7538, 9098, 7312, 8044, 6559, 7484, 8041, 7236, 8707, 7218, 8097, 7143, 8109, 6867, 7518, 6808, 7679, 6328, 7534, 6844, 7522, 8725, 7430, 8567, 7176, 8028, 6879, 8057, 6762, 7776, 6995, 7694, 7120, 7916, 8623, 7497, 8585, 7394, 8208, 7204, 8231, 8919, 7480, 8439, 7114, 8254, 7237, 8064, 9444, 7615, 8273, 6952, 8145, 6987, 7754, 8176, 7435, 8295, 7094, 8001, 7413, 6732, 7350, 6968, 7300, 7960, 9888, 7664, 9559, 7157, 7950, 6856, 7943, 8431, 7379, 8545, 7367, 8143, 7736, 7287, 7521, 7606, 7394, 8407, 7498, 8226, 7603, 8322, 7339, 8071, 8102, 8141, 7860, 7524, 7357, 7483, 7524, 7694, 7908, 8021, 7620, 9271, 7096, 8530, 7299, 7895, 8499, 7625, 8697, 7501, 8074, 7483, 7829, 7270, 7581, 7210, 7921, 7049, 8319, 7022, 8168, 7295, 7973, 9096, 7540, 8525, 7211, 7630, 8860, 7366, 8325, 6795, 7729, 8850, 7246, 7771, 7339, 7621, 7228, 7415, 8077, 7129, 7622, 6873, 7894, 7875, 7332, 7925, 7070, 7696, 7130, 7588, 8879, 7306, 7909, 7004, 7619, 7755, 7490, 8528, 7382, 7968, 6918, 7605, 9262, 7226, 8290, 7237, 7892, 8767, 7468, 8310, 7154, 8076, 8378, 7559, 8251, 7169, 7778, 7011, 7794, 7413, 7535, 7875, 7217, 8091, 7368, 7606, 6697, 7794, 8640, 7169, 8030, 6954, 8263, 8786, 7559, 7916, 7266, 7872, 8654, 7481, 8059, 6767, 7820, 7949, 7389, 8198, 6769, 8008, 7966, 7259, 8115, 7085, 7728, 8278, 7455, 8215, 7138, 7917, 6861, 8043, 8789, 7562, 8244, 6919, 8048, 6871, 7835, 8580, 7418, 8357, 7051, 8062, 7917, 7690, 8204, 6970, 7737, 7130, 7807, 8057, 6978, 8038, 6950, 7886, 8035, 7656, 8019, 6927, 8043, 6739, 7452, 8596, 7185, 8114, 6903, 7893, 8492, 7173, 8160, 6867, 7710, 6385, 7420, 8006, 6759, 7903, 6643, 7632, 7145, 7693, 8592, 6962, 8068, 6761, 7626, 8909, 6963, 7749, 6702, 7581, 8315, 7076, 7767, 6847, 7851, 8211, 6993, 7804, 6871, 7432, 8533, 7263, 7958, 6741, 7655, 8185, 7177, 8379, 6796, 7531, 7185, 7274, 8022, 6784, 7667, 6639, 7489, 8268, 7115, 7958, 6617, 7525, 7785, 7381, 8702, 7059, 7856, 6576, 7758, 8643, 7155, 8203, 6612, 7784, 6417, 7356, 8567, 7000, 7910, 7223, 7490, 6559, 7730, 6893, 7943, 7060, 8238, 7234, 8489, 8930, 7431, 8490, 7361, 7795, 8951, 7507, 8238, 7133, 8037, 6929, 7700, 8537, 7372, 8076, 6921, 7676, 6826, 7524, 8476, 7201, 8122, 6673, 7591, 7207, 7326, 8521, 7132, 7897, 7130, 7741, 6990, 7399, 8069, 7155, 8233, 7476, 8346, 7296, 7895, 8136, 7298, 8372, 6881, 7846, 6842, 7596, 8224, 7496, 8256, 6997, 7885, 7089, 7742, 8891, 7588, 8129, 6982, 7665, 7028, 7722, 8227, 7446, 8396, 7095, 7876, 7058, 7655, 8815, 7247, 7904, 6916, 7632, 8626, 7325, 7983, 7182, 7716, 8164, 7438, 8009, 7117, 7676, 6893, 7708, 8517, 7368, 7880, 6800, 8055, 6920, 7534, 8484, 7365, 8669, 7049, 8028, 6576, 7821, 8874, 7402, 8461, 6880, 8057, 7145, 7876, 7382, 7914, 7345, 7944, 8791, 7078, 8428, 7125, 7771, 9041, 7280, 7977, 6974, 7880, 6883, 7808, 8553, 7475, 8140, 7178, 7879, 7228, 7828, 8603, 7138, 7957, 7316, 7689, 8435, 7622, 8526, 7056, 7556, 6861, 7742, 9068, 7225, 8334, 6930, 7684, 7137, 7365, 8461, 7128, 8027, 7033, 7933, 6537, 7591, 8491, 7251, 8051, 6937, 7631, 8703, 7250, 8096, 6817, 7584, 8195, 7276, 8529, 7339, 7951, 6968, 7523, 7053, 7605, 8817, 7272, 8343, 7210, 7551, 6521, 7359, 8759, 7463, 8534, 7246, 7666, 6921, 7579, 8926, 7300, 7759, 6773, 7597, 9188, 7417, 8169, 7238, 7555, 6797, 7426, 8486, 7769, 8785, 7041, 8304, 7326, 8283, 7516, 8771, 8980, 7572, 9483, 7401, 8102, 7060, 7727, 9510, 7638, 8767, 7296, 7756, 6445, 7755, 9186, 7321, 8545, 7160, 7630, 6839, 7475, 7642, 7393, 8584, 7461, 8238, 7265, 7638, 8310, 7639, 9375, 7524, 8192, 6822, 7648, 9026, 7360, 8403, 7053, 7659, 8938, 7497, 8803, 7402, 7793, 7266, 7796, 8714, 7665, 8817, 7496, 7826, 6775, 8093, 9018, 7713, 8936, 7571, 7898, 7742, 7865, 9349, 7809, 8671, 7634, 7943, 8163, 8058, 9188, 7604, 7936, 6868, 7777, 9115, 7907, 8416, 6995, 7913, 8952, 7748, 8610, 7134, 7894, 7369, 7712, 8675, 7508, 8062, 6987, 7539, 9007, 7431, 8308, 7041, 8027, 6711, 7645, 8832, 7443, 8932, 7119, 8388, 6761, 7891, 7373, 7974, 7035, 7867, 7689, 7720, 7283, 7997, 7684, 8744, 7327, 7935, 7307, 7332, 7438, 7938, 7617, 8484, 7801, 8612, 7692, 9769, 7709, 9182, 7215, 8131, 9668, 7920, 9063, 6957, 8559, 7445, 7398, 7950, 7015, 7800, 7327, 8063, 9698, 7769, 8350, 9298, 7876, 9253, 8003, 8002, 7561, 7989, 9072, 7866, 8968, 7763, 8220, 7432, 8265, 8288, 7975, 8545, 7862, 8162, 6963, 7895, 9159, 7508, 8468, 7301, 7918, 7509, 7745, 8603, 7766, 8041, 7297, 8085, 7376, 7884, 8804, 7752, 8352, 7155, 7801, 7816, 7812, 7500], 'WindowCenter': [3815.0, 3766.0, 3783.0, 3760.0, 3780.0, 3777.0, 3748.0, 3765.0, 3743.0, 3745.0, 3730.0, 3740.0, 3739.0, 3728.0, 3740.0, 3719.0, 3741.0, 3743.0, 3741.0, 3742.0, 3718.0, 3720.0, 3742.0, 3732.0, 3746.0, 3733.0, 3756.0, 3776.0, 3744.0, 3754.0, 3731.0, 3740.0, 3749.0, 3710.0, 3731.0, 3738.0, 3742.0, 3763.0, 3731.0, 3739.0, 3706.0, 3730.0, 3729.0, 3751.0, 3732.0, 3731.0, 3744.0, 3767.0, 3766.0, 3742.0, 3751.0, 3740.0, 3739.0, 3738.0, 3727.0, 3730.0, 3716.0, 3739.0, 3748.0, 3739.0, 3739.0, 3710.0, 3739.0, 3708.0, 3738.0, 3748.0, 3728.0, 3740.0, 3738.0, 3738.0, 3739.0, 3716.0, 3738.0, 3736.0, 3726.0, 3737.0, 3716.0, 3738.0, 3726.0, 3738.0, 3748.0, 3718.0, 3740.0, 3731.0, 3750.0, 3740.0, 3750.0, 3730.0, 3753.0, 3762.0, 3740.0, 3751.0, 3717.0, 3727.0, 3726.0, 3715.0, 3738.0, 3705.0, 3730.0, 3737.0, 3728.0, 3738.0, 3727.0, 3727.0, 3729.0, 3727.0, 3739.0, 3727.0, 3739.0, 3738.0, 3731.0, 3739.0, 3738.0, 3739.0, 3738.0, 3728.0, 3739.0, 3717.0, 3739.0, 3748.0, 3728.0, 3738.0, 3727.0, 3730.0, 3737.0, 3727.0, 3738.0, 3699.0, 3739.0, 3738.0, 3728.0, 3738.0, 3716.0, 3731.0, 3737.0, 3732.0, 3752.0, 3718.0, 3730.0, 3699.0, 3751.0, 3720.0, 3740.0, 3751.0, 3745.0, 3764.0, 3720.0, 3751.0, 3719.0, 3751.0, 3748.0, 3729.0, 3731.0, 3718.0, 3740.0, 3719.0, 3752.0, 3751.0, 3729.0, 3739.0, 3728.0, 3740.0, 3749.0, 3729.0, 3750.0, 3719.0, 3751.0, 3710.0, 3739.0, 3750.0, 3719.0, 3740.0, 3719.0, 3739.0, 3742.0, 3729.0, 3740.0, 3719.0, 3741.0, 3750.0, 3741.0, 3751.0, 3719.0, 3751.0, 3739.0, 3741.0, 3744.0, 3719.0, 3751.0, 3729.0, 3731.0, 3739.0, 3728.0, 3731.0, 3738.0, 3728.0, 3732.0, 3717.0, 3739.0, 3749.0, 3728.0, 3738.0, 3706.0, 3739.0, 3749.0, 3729.0, 3740.0, 3718.0, 3740.0, 3739.0, 3720.0, 3731.0, 3718.0, 3740.0, 3749.0, 3729.0, 3738.0, 3716.0, 3740.0, 3750.0, 3732.0, 3740.0, 3729.0, 3740.0, 3739.0, 3729.0, 3740.0, 3719.0, 3751.0, 3750.0, 3729.0, 3732.0, 3706.0, 3738.0, 3738.0, 3718.0, 3739.0, 3699.0, 3740.0, 3750.0, 3729.0, 3740.0, 3718.0, 3732.0, 3740.0, 3740.0, 3742.0, 3718.0, 3729.0, 3750.0, 3707.0, 3732.0, 3731.0, 3731.0, 3749.0, 3707.0, 3719.0, 3716.0, 3738.0, 3738.0, 3706.0, 3738.0, 3717.0, 3720.0, 3738.0, 3717.0, 3739.0, 3738.0, 3738.0, 3730.0, 3699.0, 3739.0, 3715.0, 3727.0, 3738.0, 3717.0, 3728.0, 3708.0, 3721.0, 3729.0, 3740.0, 3743.0, 3719.0, 3750.0, 3730.0, 3750.0, 3730.0, 3752.0, 3720.0, 3752.0, 3761.0, 3740.0, 3730.0, 3727.0, 3736.0, 3728.0, 3719.0, 3738.0, 3717.0, 3727.0, 3726.0, 3738.0, 3716.0, 3738.0, 3738.0, 3728.0, 3738.0, 3739.0, 3739.0, 3738.0, 3727.0, 3738.0, 3717.0, 3731.0, 3717.0, 3728.0, 3739.0, 3728.0, 3738.0, 3717.0, 3731.0, 3698.0, 3739.0, 3749.0, 3729.0, 3749.0, 3728.0, 3739.0, 3727.0, 3738.0, 3738.0, 3728.0, 3740.0, 3748.0, 3729.0, 3739.0, 3718.0, 3740.0, 3717.0, 3739.0, 3738.0, 3718.0, 3740.0, 3719.0, 3740.0, 3732.0, 3734.0, 3752.0, 3732.0, 3741.0, 3709.0, 3742.0, 3732.0, 3744.0, 3758.0, 3758.0, 3745.0, 3743.0, 3733.0, 3743.0, 3721.0, 3755.0, 3765.0, 3730.0, 3746.0, 3742.0, 3755.0, 3757.0, 3758.0, 3757.0, 3757.0, 3721.0, 3737.0, 3724.0, 3737.0, 3767.0, 3768.0, 3755.0, 3740.0, 3751.0, 3739.0, 3740.0, 3735.0, 3724.0, 3721.0, 3699.0, 3698.0, 3707.0, 3697.0, 3707.0, 3708.0, 3709.0, 3709.0, 3699.0, 3701.0, 3690.0, 3710.0, 3711.0, 3710.0, 3722.0, 3722.0, 3712.0, 3724.0, 3713.0, 3723.0, 3725.0, 3725.0, 3716.0, 3718.0, 3731.0, 3727.0, 3738.0, 3728.0, 3751.0, 3760.0, 3728.0, 3741.0, 3727.0, 3739.0, 3725.0, 3717.0, 3736.0, 3727.0, 3739.0, 3727.0, 3732.0, 3718.0, 3740.0, 3718.0, 3730.0, 3751.0, 3730.0, 3742.0, 3740.0, 3730.0, 3763.0, 3742.0, 3752.0, 3719.0, 3730.0, 3751.0, 3731.0, 3741.0, 3713.0, 3734.0, 3752.0, 3731.0, 3742.0, 3702.0, 3743.0, 3764.0, 3732.0, 3754.0, 3733.0, 3744.0, 3764.0, 3743.0, 3765.0, 3733.0, 3756.0, 3757.0, 3755.0, 3757.0, 3734.0, 3755.0, 3763.0, 3742.0, 3753.0, 3722.0, 3744.0, 3756.0, 3743.0, 3764.0, 3742.0, 3743.0, 3721.0, 3744.0, 3756.0, 3733.0, 3754.0, 3723.0, 3744.0, 3756.0, 3744.0, 3755.0, 3723.0, 3745.0, 3765.0, 3745.0, 3755.0, 3723.0, 3745.0, 3764.0, 3744.0, 3766.0, 3714.0, 3748.0, 3744.0, 3734.0, 3754.0, 3733.0, 3744.0, 3712.0, 3745.0, 3746.0, 3744.0, 3746.0, 3733.0, 3755.0, 3754.0, 3744.0, 3765.0, 3743.0, 3754.0, 3724.0, 3754.0, 3753.0, 3735.0, 3763.0, 3743.0, 3753.0, 3731.0, 3742.0, 3762.0, 3730.0, 3752.0, 3719.0, 3742.0, 3719.0, 3741.0, 3750.0, 3731.0, 3752.0, 3731.0, 3753.0, 3721.0, 3731.0, 3751.0, 3731.0, 3753.0, 3731.0, 3742.0, 3731.0, 3734.0, 3751.0, 3719.0, 3740.0, 3719.0, 3741.0, 3741.0, 3723.0, 3733.0, 3730.0, 3741.0, 3720.0, 3742.0, 3741.0, 3734.0, 3752.0, 3731.0, 3742.0, 3731.0, 3753.0, 3742.0, 3732.0, 3742.0, 3731.0, 3742.0, 3720.0, 3741.0, 3751.0, 3730.0, 3752.0, 3718.0, 3740.0, 3728.0, 3729.0, 3739.0, 3718.0, 3732.0, 3718.0, 3730.0, 3731.0, 3729.0, 3740.0, 3729.0, 3722.0, 3731.0, 3730.0, 3740.0, 3730.0, 3752.0, 3732.0, 3743.0, 3733.0, 3742.0, 3732.0, 3755.0, 3764.0, 3743.0, 3754.0, 3722.0, 3735.0, 3741.0, 3731.0, 3752.0, 3732.0, 3741.0, 3731.0, 3741.0, 3721.0, 3732.0, 3721.0, 3735.0, 3721.0, 3743.0, 3721.0, 3742.0, 3743.0, 3743.0, 3764.0, 3732.0, 3754.0, 3722.0, 3742.0, 3713.0, 3735.0, 3732.0, 3744.0, 3731.0, 3754.0, 3753.0, 3724.0, 3751.0, 3723.0, 3753.0, 3731.0, 3743.0, 3750.0, 3730.0, 3739.0, 3717.0, 3739.0, 3717.0, 3739.0, 3759.0, 3729.0, 3739.0, 3718.0, 3731.0, 3717.0, 3728.0, 3730.0, 3729.0, 3743.0, 3730.0, 3754.0, 3745.0, 3747.0, 3754.0, 3733.0, 3743.0, 3755.0, 3772.0, 3728.0, 3749.0, 3717.0, 3728.0, 3706.0, 3739.0, 3738.0, 3728.0, 3749.0, 3728.0, 3758.0, 3757.0, 3743.0, 3741.0, 3740.0, 3730.0, 3742.0, 3730.0, 3750.0, 3740.0, 3743.0, 3721.0, 3739.0, 3740.0, 3753.0, 3753.0, 3734.0, 3743.0, 3744.0, 3754.0, 3742.0, 3753.0, 3741.0, 3742.0, 3763.0, 3720.0, 3740.0, 3717.0, 3729.0, 3737.0, 3727.0, 3737.0, 3717.0, 3726.0, 3718.0, 3727.0, 3729.0, 3728.0, 3730.0, 3741.0, 3732.0, 3753.0, 3732.0, 3753.0, 3731.0, 3753.0, 3751.0, 3741.0, 3752.0, 3722.0, 3729.0, 3749.0, 3729.0, 3739.0, 3698.0, 3729.0, 3749.0, 3729.0, 3729.0, 3728.0, 3741.0, 3729.0, 3729.0, 3740.0, 3730.0, 3734.0, 3721.0, 3753.0, 3752.0, 3742.0, 3753.0, 3732.0, 3743.0, 3732.0, 3743.0, 3752.0, 3731.0, 3741.0, 3731.0, 3743.0, 3741.0, 3731.0, 3744.0, 3731.0, 3742.0, 3730.0, 3742.0, 3762.0, 3731.0, 3751.0, 3729.0, 3740.0, 3750.0, 3729.0, 3740.0, 3710.0, 3740.0, 3738.0, 3728.0, 3740.0, 3710.0, 3740.0, 3712.0, 3730.0, 3729.0, 3732.0, 3740.0, 3731.0, 3741.0, 3731.0, 3742.0, 3720.0, 3733.0, 3742.0, 3711.0, 3740.0, 3711.0, 3740.0, 3738.0, 3720.0, 3728.0, 3728.0, 3739.0, 3738.0, 3729.0, 3739.0, 3698.0, 3729.0, 3738.0, 3729.0, 3739.0, 3707.0, 3740.0, 3738.0, 3728.0, 3738.0, 3718.0, 3729.0, 3738.0, 3720.0, 3739.0, 3717.0, 3739.0, 3706.0, 3740.0, 3738.0, 3729.0, 3739.0, 3718.0, 3740.0, 3706.0, 3729.0, 3738.0, 3728.0, 3740.0, 3717.0, 3739.0, 3727.0, 3728.0, 3738.0, 3717.0, 3728.0, 3717.0, 3729.0, 3738.0, 3716.0, 3738.0, 3717.0, 3739.0, 3738.0, 3728.0, 3740.0, 3710.0, 3740.0, 3718.0, 3730.0, 3750.0, 3719.0, 3740.0, 3718.0, 3740.0, 3738.0, 3718.0, 3739.0, 3718.0, 3729.0, 3707.0, 3729.0, 3739.0, 3719.0, 3740.0, 3720.0, 3742.0, 3731.0, 3742.0, 3752.0, 3720.0, 3741.0, 3718.0, 3741.0, 3750.0, 3718.0, 3721.0, 3707.0, 3728.0, 3738.0, 3716.0, 3728.0, 3717.0, 3739.0, 3730.0, 3718.0, 3729.0, 3711.0, 3730.0, 3750.0, 3729.0, 3740.0, 3719.0, 3740.0, 3739.0, 3730.0, 3740.0, 3718.0, 3740.0, 3718.0, 3729.0, 3739.0, 3719.0, 3733.0, 3719.0, 3730.0, 3750.0, 3730.0, 3741.0, 3720.0, 3742.0, 3741.0, 3731.0, 3751.0, 3731.0, 3741.0, 3718.0, 3741.0, 3751.0, 3719.0, 3739.0, 3719.0, 3729.0, 3700.0, 3731.0, 3751.0, 3730.0, 3742.0, 3731.0, 3742.0, 3708.0, 3732.0, 3730.0, 3741.0, 3732.0, 3753.0, 3736.0, 3765.0, 3752.0, 3730.0, 3751.0, 3729.0, 3729.0, 3737.0, 3716.0, 3726.0, 3705.0, 3727.0, 3716.0, 3727.0, 3737.0, 3729.0, 3731.0, 3718.0, 3728.0, 3718.0, 3741.0, 3739.0, 3729.0, 3741.0, 3718.0, 3740.0, 3728.0, 3730.0, 3750.0, 3719.0, 3740.0, 3719.0, 3741.0, 3719.0, 3731.0, 3732.0, 3731.0, 3752.0, 3731.0, 3744.0, 3730.0, 3742.0, 3739.0, 3730.0, 3732.0, 3719.0, 3741.0, 3719.0, 3741.0, 3750.0, 3729.0, 3739.0, 3719.0, 3740.0, 3719.0, 3740.0, 3750.0, 3730.0, 3740.0, 3718.0, 3729.0, 3722.0, 3741.0, 3739.0, 3729.0, 3729.0, 3718.0, 3740.0, 3709.0, 3729.0, 3749.0, 3717.0, 3738.0, 3717.0, 3727.0, 3736.0, 3716.0, 3727.0, 3716.0, 3728.0, 3737.0, 3728.0, 3730.0, 3717.0, 3728.0, 3717.0, 3740.0, 3749.0, 3730.0, 3739.0, 3719.0, 3732.0, 3710.0, 3741.0, 3750.0, 3730.0, 3742.0, 3719.0, 3740.0, 3706.0, 3729.0, 3741.0, 3728.0, 3738.0, 3718.0, 3738.0, 3718.0, 3740.0, 3729.0, 3741.0, 3729.0, 3739.0, 3739.0, 3718.0, 3738.0, 3716.0, 3728.0, 3736.0, 3715.0, 3726.0, 3715.0, 3727.0, 3716.0, 3727.0, 3737.0, 3709.0, 3727.0, 3716.0, 3740.0, 3717.0, 3728.0, 3738.0, 3717.0, 3730.0, 3717.0, 3729.0, 3739.0, 3728.0, 3738.0, 3717.0, 3729.0, 3706.0, 3729.0, 3749.0, 3729.0, 3739.0, 3717.0, 3728.0, 3716.0, 3717.0, 3738.0, 3718.0, 3739.0, 3718.0, 3740.0, 3707.0, 3729.0, 3750.0, 3729.0, 3740.0, 3717.0, 3729.0, 3739.0, 3728.0, 3740.0, 3707.0, 3728.0, 3726.0, 3716.0, 3737.0, 3728.0, 3738.0, 3709.0, 3729.0, 3718.0, 3731.0, 3749.0, 3728.0, 3739.0, 3727.0, 3729.0, 3707.0, 3729.0, 3737.0, 3717.0, 3740.0, 3709.0, 3729.0, 3717.0, 3728.0, 3738.0, 3716.0, 3728.0, 3706.0, 3727.0, 3747.0, 3716.0, 3737.0, 3715.0, 3728.0, 3706.0, 3728.0, 3749.0, 3729.0, 3749.0, 3718.0, 3749.0, 3721.0, 3739.0, 3722.0, 3752.0, 3750.0, 3729.0, 3748.0, 3716.0, 3726.0, 3704.0, 3726.0, 3746.0, 3715.0, 3737.0, 3716.0, 3718.0, 3693.0, 3726.0, 3746.0, 3716.0, 3736.0, 3716.0, 3727.0, 3705.0, 3728.0, 3720.0, 3729.0, 3750.0, 3730.0, 3740.0, 3729.0, 3730.0, 3739.0, 3729.0, 3751.0, 3729.0, 3740.0, 3707.0, 3728.0, 3748.0, 3717.0, 3737.0, 3705.0, 3727.0, 3736.0, 3716.0, 3737.0, 3716.0, 3716.0, 3715.0, 3719.0, 3736.0, 3727.0, 3748.0, 3717.0, 3727.0, 3708.0, 3739.0, 3750.0, 3741.0, 3754.0, 3728.0, 3739.0, 3726.0, 3727.0, 3739.0, 3727.0, 3737.0, 3726.0, 3726.0, 3737.0, 3727.0, 3748.0, 3727.0, 3727.0, 3707.0, 3727.0, 3737.0, 3726.0, 3737.0, 3704.0, 3728.0, 3747.0, 3726.0, 3737.0, 3716.0, 3738.0, 3716.0, 3727.0, 3737.0, 3717.0, 3739.0, 3717.0, 3730.0, 3749.0, 3728.0, 3739.0, 3718.0, 3732.0, 3719.0, 3742.0, 3777.0, 3745.0, 3763.0, 3732.0, 3753.0, 3721.0, 3746.0, 3742.0, 3754.0, 3732.0, 3754.0, 3742.0, 3742.0, 3742.0, 3741.0, 3755.0, 3767.0, 3760.0, 3746.0, 3731.0, 3731.0, 3723.0, 3753.0, 3742.0, 3752.0, 3755.0, 3764.0, 3747.0, 3775.0, 3755.0, 3775.0, 3730.0, 3741.0, 3761.0, 3732.0, 3752.0, 3720.0, 3750.0, 3729.0, 3730.0, 3742.0, 3723.0, 3742.0, 3732.0, 3755.0, 3764.0, 3731.0, 3741.0, 3750.0, 3729.0, 3749.0, 3728.0, 3719.0, 3715.0, 3727.0, 3737.0, 3728.0, 3749.0, 3727.0, 3738.0, 3716.0, 3738.0, 3726.0, 3720.0, 3737.0, 3726.0, 3738.0, 3709.0, 3740.0, 3750.0, 3730.0, 3751.0, 3730.0, 3740.0, 3717.0, 3728.0, 3749.0, 3744.0, 3742.0, 3730.0, 3741.0, 3730.0, 3740.0, 3749.0, 3729.0, 3741.0, 3722.0, 3741.0, 3741.0, 3741.0, 3731.0], 'WindowWidth': [8573.0, 8499.0, 8515.0, 8478.0, 8502.0, 8492.0, 8444.0, 8472.0, 8436.0, 8435.0, 8417.0, 8428.0, 8425.0, 8409.0, 8427.0, 8398.0, 8432.0, 8427.0, 8431.0, 8424.0, 8397.0, 8404.0, 8436.0, 8423.0, 8437.0, 8426.0, 8462.0, 8486.0, 8439.0, 8455.0, 8419.0, 8428.0, 8438.0, 8378.0, 8409.0, 8423.0, 8434.0, 8465.0, 8419.0, 8423.0, 8376.0, 8405.0, 8414.0, 8445.0, 8422.0, 8421.0, 8441.0, 8477.0, 8464.0, 8432.0, 8444.0, 8427.0, 8425.0, 8419.0, 8404.0, 8405.0, 8389.0, 8425.0, 8435.0, 8422.0, 8424.0, 8381.0, 8424.0, 8374.0, 8420.0, 8435.0, 8408.0, 8428.0, 8422.0, 8422.0, 8423.0, 8390.0, 8421.0, 8415.0, 8401.0, 8418.0, 8388.0, 8420.0, 8402.0, 8421.0, 8436.0, 8397.0, 8428.0, 8419.0, 8443.0, 8428.0, 8441.0, 8417.0, 8451.0, 8460.0, 8428.0, 8444.0, 8393.0, 8405.0, 8402.0, 8387.0, 8420.0, 8374.0, 8405.0, 8419.0, 8410.0, 8422.0, 8405.0, 8407.0, 8402.0, 8405.0, 8425.0, 8406.0, 8426.0, 8422.0, 8408.0, 8424.0, 8420.0, 8424.0, 8420.0, 8407.0, 8424.0, 8392.0, 8423.0, 8435.0, 8409.0, 8421.0, 8405.0, 8406.0, 8419.0, 8405.0, 8423.0, 8362.0, 8423.0, 8421.0, 8408.0, 8420.0, 8391.0, 8407.0, 8420.0, 8412.0, 8448.0, 8398.0, 8416.0, 8364.0, 8446.0, 8403.0, 8429.0, 8445.0, 8436.0, 8466.0, 8402.0, 8443.0, 8399.0, 8443.0, 8436.0, 8410.0, 8409.0, 8397.0, 8429.0, 8400.0, 8446.0, 8444.0, 8413.0, 8426.0, 8410.0, 8429.0, 8439.0, 8413.0, 8442.0, 8401.0, 8445.0, 8381.0, 8426.0, 8441.0, 8399.0, 8430.0, 8399.0, 8427.0, 8427.0, 8413.0, 8428.0, 8398.0, 8432.0, 8442.0, 8430.0, 8445.0, 8399.0, 8446.0, 8427.0, 8431.0, 8431.0, 8401.0, 8445.0, 8414.0, 8409.0, 8425.0, 8407.0, 8409.0, 8422.0, 8411.0, 8411.0, 8394.0, 8425.0, 8438.0, 8409.0, 8423.0, 8376.0, 8425.0, 8440.0, 8411.0, 8427.0, 8398.0, 8428.0, 8425.0, 8394.0, 8410.0, 8396.0, 8429.0, 8439.0, 8411.0, 8425.0, 8392.0, 8428.0, 8439.0, 8412.0, 8427.0, 8413.0, 8430.0, 8426.0, 8413.0, 8431.0, 8400.0, 8444.0, 8441.0, 8412.0, 8411.0, 8378.0, 8422.0, 8422.0, 8395.0, 8424.0, 8365.0, 8427.0, 8441.0, 8411.0, 8428.0, 8397.0, 8412.0, 8428.0, 8428.0, 8427.0, 8398.0, 8413.0, 8441.0, 8382.0, 8413.0, 8408.0, 8407.0, 8438.0, 8381.0, 8391.0, 8389.0, 8420.0, 8422.0, 8378.0, 8423.0, 8395.0, 8393.0, 8422.0, 8392.0, 8424.0, 8421.0, 8421.0, 8405.0, 8364.0, 8424.0, 8388.0, 8405.0, 8422.0, 8393.0, 8411.0, 8382.0, 8396.0, 8406.0, 8429.0, 8428.0, 8400.0, 8443.0, 8416.0, 8443.0, 8416.0, 8448.0, 8404.0, 8449.0, 8458.0, 8428.0, 8406.0, 8403.0, 8417.0, 8399.0, 8388.0, 8420.0, 8392.0, 8405.0, 8404.0, 8421.0, 8390.0, 8421.0, 8423.0, 8410.0, 8423.0, 8425.0, 8426.0, 8421.0, 8407.0, 8421.0, 8393.0, 8409.0, 8395.0, 8408.0, 8424.0, 8410.0, 8422.0, 8392.0, 8407.0, 8363.0, 8424.0, 8438.0, 8411.0, 8438.0, 8411.0, 8427.0, 8408.0, 8421.0, 8422.0, 8410.0, 8428.0, 8436.0, 8412.0, 8425.0, 8397.0, 8428.0, 8395.0, 8424.0, 8423.0, 8395.0, 8430.0, 8400.0, 8430.0, 8412.0, 8418.0, 8449.0, 8423.0, 8433.0, 8387.0, 8437.0, 8422.0, 8440.0, 8469.0, 8468.0, 8447.0, 8440.0, 8423.0, 8436.0, 8406.0, 8455.0, 8460.0, 8415.0, 8436.0, 8434.0, 8458.0, 8465.0, 8465.0, 8467.0, 8465.0, 8409.0, 8421.0, 8395.0, 8416.0, 8476.0, 8479.0, 8456.0, 8427.0, 8444.0, 8427.0, 8428.0, 8412.0, 8392.0, 8385.0, 8352.0, 8349.0, 8356.0, 8344.0, 8359.0, 8362.0, 8365.0, 8366.0, 8354.0, 8351.0, 8344.0, 8369.0, 8374.0, 8371.0, 8391.0, 8389.0, 8378.0, 8396.0, 8382.0, 8395.0, 8400.0, 8400.0, 8391.0, 8396.0, 8410.0, 8409.0, 8423.0, 8409.0, 8446.0, 8453.0, 8408.0, 8422.0, 8406.0, 8422.0, 8400.0, 8384.0, 8415.0, 8407.0, 8426.0, 8407.0, 8411.0, 8398.0, 8429.0, 8397.0, 8415.0, 8445.0, 8416.0, 8437.0, 8431.0, 8417.0, 8465.0, 8434.0, 8449.0, 8401.0, 8417.0, 8445.0, 8418.0, 8433.0, 8391.0, 8421.0, 8448.0, 8418.0, 8435.0, 8374.0, 8440.0, 8467.0, 8424.0, 8455.0, 8427.0, 8443.0, 8467.0, 8438.0, 8470.0, 8427.0, 8462.0, 8454.0, 8456.0, 8455.0, 8428.0, 8456.0, 8465.0, 8436.0, 8452.0, 8408.0, 8440.0, 8449.0, 8440.0, 8468.0, 8436.0, 8438.0, 8406.0, 8441.0, 8452.0, 8426.0, 8455.0, 8415.0, 8444.0, 8453.0, 8442.0, 8460.0, 8414.0, 8447.0, 8471.0, 8444.0, 8458.0, 8413.0, 8444.0, 8468.0, 8442.0, 8473.0, 8394.0, 8443.0, 8442.0, 8427.0, 8453.0, 8426.0, 8441.0, 8397.0, 8445.0, 8438.0, 8440.0, 8439.0, 8426.0, 8459.0, 8454.0, 8440.0, 8469.0, 8438.0, 8453.0, 8405.0, 8456.0, 8451.0, 8422.0, 8463.0, 8438.0, 8451.0, 8418.0, 8434.0, 8459.0, 8416.0, 8446.0, 8399.0, 8434.0, 8401.0, 8432.0, 8443.0, 8419.0, 8449.0, 8419.0, 8450.0, 8406.0, 8421.0, 8446.0, 8419.0, 8450.0, 8420.0, 8435.0, 8419.0, 8419.0, 8446.0, 8400.0, 8430.0, 8398.0, 8432.0, 8430.0, 8402.0, 8415.0, 8415.0, 8433.0, 8401.0, 8435.0, 8432.0, 8418.0, 8447.0, 8418.0, 8436.0, 8419.0, 8451.0, 8435.0, 8421.0, 8435.0, 8418.0, 8434.0, 8402.0, 8432.0, 8443.0, 8416.0, 8446.0, 8398.0, 8427.0, 8409.0, 8412.0, 8427.0, 8397.0, 8410.0, 8398.0, 8414.0, 8410.0, 8412.0, 8429.0, 8410.0, 8399.0, 8409.0, 8414.0, 8429.0, 8417.0, 8450.0, 8423.0, 8438.0, 8427.0, 8438.0, 8424.0, 8457.0, 8468.0, 8438.0, 8454.0, 8408.0, 8420.0, 8432.0, 8418.0, 8446.0, 8421.0, 8433.0, 8418.0, 8432.0, 8406.0, 8423.0, 8406.0, 8420.0, 8407.0, 8437.0, 8406.0, 8435.0, 8430.0, 8437.0, 8466.0, 8423.0, 8453.0, 8408.0, 8433.0, 8391.0, 8422.0, 8422.0, 8440.0, 8421.0, 8454.0, 8449.0, 8404.0, 8446.0, 8402.0, 8449.0, 8416.0, 8427.0, 8441.0, 8414.0, 8426.0, 8393.0, 8423.0, 8391.0, 8425.0, 8450.0, 8411.0, 8424.0, 8396.0, 8407.0, 8392.0, 8410.0, 8404.0, 8413.0, 8427.0, 8416.0, 8456.0, 8447.0, 8455.0, 8460.0, 8426.0, 8444.0, 8460.0, 8472.0, 8409.0, 8436.0, 8389.0, 8406.0, 8377.0, 8424.0, 8422.0, 8410.0, 8437.0, 8409.0, 8461.0, 8466.0, 8439.0, 8434.0, 8428.0, 8416.0, 8426.0, 8417.0, 8443.0, 8429.0, 8428.0, 8397.0, 8428.0, 8427.0, 8451.0, 8450.0, 8421.0, 8438.0, 8443.0, 8455.0, 8435.0, 8450.0, 8433.0, 8435.0, 8462.0, 8401.0, 8426.0, 8390.0, 8408.0, 8416.0, 8405.0, 8419.0, 8391.0, 8403.0, 8394.0, 8406.0, 8411.0, 8409.0, 8417.0, 8433.0, 8421.0, 8450.0, 8422.0, 8450.0, 8419.0, 8450.0, 8445.0, 8430.0, 8446.0, 8396.0, 8411.0, 8438.0, 8410.0, 8423.0, 8361.0, 8410.0, 8437.0, 8410.0, 8412.0, 8410.0, 8430.0, 8412.0, 8414.0, 8428.0, 8417.0, 8418.0, 8404.0, 8451.0, 8448.0, 8436.0, 8451.0, 8422.0, 8438.0, 8421.0, 8437.0, 8447.0, 8418.0, 8432.0, 8417.0, 8436.0, 8432.0, 8419.0, 8431.0, 8418.0, 8434.0, 8416.0, 8435.0, 8460.0, 8418.0, 8445.0, 8413.0, 8428.0, 8439.0, 8411.0, 8427.0, 8379.0, 8426.0, 8422.0, 8408.0, 8425.0, 8379.0, 8428.0, 8383.0, 8415.0, 8412.0, 8412.0, 8428.0, 8418.0, 8433.0, 8417.0, 8433.0, 8401.0, 8415.0, 8424.0, 8383.0, 8429.0, 8381.0, 8427.0, 8423.0, 8392.0, 8407.0, 8409.0, 8425.0, 8421.0, 8410.0, 8424.0, 8361.0, 8411.0, 8422.0, 8411.0, 8425.0, 8380.0, 8426.0, 8422.0, 8408.0, 8422.0, 8394.0, 8413.0, 8423.0, 8393.0, 8423.0, 8394.0, 8423.0, 8378.0, 8428.0, 8423.0, 8412.0, 8425.0, 8394.0, 8426.0, 8378.0, 8411.0, 8422.0, 8409.0, 8427.0, 8393.0, 8425.0, 8404.0, 8407.0, 8423.0, 8393.0, 8408.0, 8392.0, 8409.0, 8420.0, 8391.0, 8422.0, 8392.0, 8425.0, 8422.0, 8410.0, 8426.0, 8379.0, 8427.0, 8396.0, 8415.0, 8440.0, 8399.0, 8427.0, 8396.0, 8427.0, 8421.0, 8396.0, 8425.0, 8396.0, 8412.0, 8381.0, 8412.0, 8425.0, 8400.0, 8430.0, 8403.0, 8434.0, 8418.0, 8433.0, 8447.0, 8401.0, 8431.0, 8397.0, 8429.0, 8441.0, 8395.0, 8395.0, 8378.0, 8409.0, 8420.0, 8392.0, 8410.0, 8394.0, 8425.0, 8406.0, 8396.0, 8411.0, 8382.0, 8417.0, 8441.0, 8412.0, 8428.0, 8398.0, 8429.0, 8425.0, 8414.0, 8429.0, 8397.0, 8428.0, 8396.0, 8412.0, 8427.0, 8400.0, 8416.0, 8400.0, 8417.0, 8443.0, 8417.0, 8431.0, 8402.0, 8434.0, 8431.0, 8418.0, 8446.0, 8418.0, 8432.0, 8397.0, 8430.0, 8443.0, 8399.0, 8426.0, 8398.0, 8413.0, 8367.0, 8417.0, 8444.0, 8416.0, 8435.0, 8419.0, 8435.0, 8385.0, 8414.0, 8418.0, 8433.0, 8421.0, 8451.0, 8425.0, 8470.0, 8446.0, 8415.0, 8443.0, 8410.0, 8410.0, 8418.0, 8389.0, 8401.0, 8371.0, 8405.0, 8388.0, 8407.0, 8419.0, 8409.0, 8408.0, 8396.0, 8410.0, 8397.0, 8430.0, 8426.0, 8413.0, 8430.0, 8396.0, 8428.0, 8410.0, 8413.0, 8440.0, 8399.0, 8427.0, 8398.0, 8430.0, 8400.0, 8419.0, 8412.0, 8419.0, 8448.0, 8419.0, 8431.0, 8416.0, 8434.0, 8425.0, 8413.0, 8412.0, 8399.0, 8430.0, 8399.0, 8430.0, 8441.0, 8413.0, 8426.0, 8398.0, 8428.0, 8398.0, 8428.0, 8439.0, 8414.0, 8427.0, 8398.0, 8414.0, 8398.0, 8431.0, 8426.0, 8412.0, 8406.0, 8395.0, 8428.0, 8377.0, 8411.0, 8438.0, 8393.0, 8422.0, 8391.0, 8406.0, 8416.0, 8389.0, 8405.0, 8390.0, 8408.0, 8418.0, 8409.0, 8406.0, 8394.0, 8410.0, 8394.0, 8429.0, 8438.0, 8414.0, 8427.0, 8400.0, 8411.0, 8380.0, 8431.0, 8440.0, 8414.0, 8425.0, 8397.0, 8427.0, 8378.0, 8410.0, 8420.0, 8409.0, 8422.0, 8395.0, 8422.0, 8397.0, 8429.0, 8413.0, 8432.0, 8412.0, 8425.0, 8423.0, 8395.0, 8422.0, 8389.0, 8405.0, 8416.0, 8386.0, 8401.0, 8387.0, 8405.0, 8389.0, 8406.0, 8418.0, 8375.0, 8405.0, 8389.0, 8427.0, 8392.0, 8409.0, 8421.0, 8393.0, 8406.0, 8392.0, 8413.0, 8424.0, 8409.0, 8423.0, 8394.0, 8412.0, 8377.0, 8412.0, 8436.0, 8411.0, 8423.0, 8393.0, 8409.0, 8389.0, 8392.0, 8421.0, 8395.0, 8424.0, 8394.0, 8428.0, 8381.0, 8411.0, 8441.0, 8410.0, 8426.0, 8392.0, 8411.0, 8423.0, 8407.0, 8427.0, 8378.0, 8408.0, 8402.0, 8389.0, 8418.0, 8407.0, 8422.0, 8377.0, 8413.0, 8397.0, 8416.0, 8438.0, 8409.0, 8425.0, 8407.0, 8411.0, 8379.0, 8410.0, 8420.0, 8393.0, 8425.0, 8377.0, 8410.0, 8391.0, 8407.0, 8420.0, 8389.0, 8408.0, 8375.0, 8406.0, 8431.0, 8390.0, 8416.0, 8385.0, 8406.0, 8377.0, 8410.0, 8436.0, 8411.0, 8437.0, 8395.0, 8438.0, 8396.0, 8426.0, 8399.0, 8447.0, 8438.0, 8409.0, 8433.0, 8389.0, 8403.0, 8370.0, 8402.0, 8427.0, 8386.0, 8416.0, 8387.0, 8384.0, 8354.0, 8400.0, 8427.0, 8387.0, 8416.0, 8389.0, 8404.0, 8374.0, 8409.0, 8391.0, 8412.0, 8440.0, 8414.0, 8429.0, 8412.0, 8415.0, 8423.0, 8413.0, 8442.0, 8410.0, 8427.0, 8379.0, 8407.0, 8432.0, 8390.0, 8418.0, 8371.0, 8404.0, 8414.0, 8390.0, 8418.0, 8388.0, 8382.0, 8386.0, 8388.0, 8414.0, 8405.0, 8435.0, 8390.0, 8405.0, 8382.0, 8424.0, 8440.0, 8432.0, 8447.0, 8410.0, 8424.0, 8402.0, 8405.0, 8416.0, 8405.0, 8419.0, 8403.0, 8406.0, 8419.0, 8405.0, 8435.0, 8404.0, 8406.0, 8379.0, 8406.0, 8417.0, 8401.0, 8419.0, 8372.0, 8408.0, 8430.0, 8403.0, 8420.0, 8390.0, 8421.0, 8389.0, 8405.0, 8420.0, 8393.0, 8424.0, 8394.0, 8415.0, 8438.0, 8411.0, 8425.0, 8396.0, 8412.0, 8399.0, 8436.0, 8489.0, 8445.0, 8463.0, 8421.0, 8450.0, 8406.0, 8437.0, 8437.0, 8454.0, 8424.0, 8452.0, 8435.0, 8436.0, 8434.0, 8431.0, 8458.0, 8474.0, 8476.0, 8442.0, 8419.0, 8419.0, 8402.0, 8451.0, 8435.0, 8448.0, 8456.0, 8468.0, 8442.0, 8484.0, 8458.0, 8483.0, 8414.0, 8431.0, 8456.0, 8411.0, 8445.0, 8400.0, 8439.0, 8411.0, 8416.0, 8434.0, 8403.0, 8435.0, 8421.0, 8455.0, 8467.0, 8418.0, 8431.0, 8439.0, 8409.0, 8436.0, 8406.0, 8387.0, 8386.0, 8406.0, 8416.0, 8406.0, 8436.0, 8405.0, 8420.0, 8389.0, 8421.0, 8401.0, 8388.0, 8416.0, 8402.0, 8421.0, 8376.0, 8426.0, 8439.0, 8415.0, 8444.0, 8414.0, 8427.0, 8392.0, 8408.0, 8438.0, 8441.0, 8433.0, 8415.0, 8430.0, 8414.0, 8428.0, 8438.0, 8411.0, 8430.0, 8400.0, 8431.0, 8431.0, 8432.0, 8419.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.0011814628657164292</td></tr>
<tr><td colspan=3>aqi</td><td>0.02034219774943736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.87535866735733</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177544000270271</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114540878003033</td></tr>
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
<tr><td colspan=3>fber</td><td>4007.7546</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08352074643096358</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.476369092273068</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5705847213908037</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568154211497705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7651666613460164</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3784332913286903</td></tr>
<tr><td colspan=3>gcor</td><td>0.0096876</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.000715467322152108</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023887259885668755</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.6498083513919464</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>25.9472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7506</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.417</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.028</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.5372</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2932.6749</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.724</td></tr>
<tr><td colspan=3>tsnr</td><td>36.531309198006056</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>