<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-03/func/sub-0066_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>4a667784eb1d830ded3dcfdeb07f8713</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>15:06:35.762500</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.99958, -0.0160887, 0.0240879, 0.0167498, 0.999481, -0.0274995]</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.118498</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7717, -7268, 497, -150, 6, 44, 76]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>284.678</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ea66159-3ddc-433e-8b78-7bbb1817f4e9||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.6818010807037354, 0.04493840038776398, 0.06380906701087952, 106.0342025756836], [0.04316473752260208, 2.6815357208251953, -0.0753069818019867, -83.22756958007812], [0.06462609767913818, 0.07377927750349045, 2.698195219039917, -65.66676330566406], [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': ['150635.762500', '150636.222500', '150636.682500', '150637.142500', '150637.602500', '150638.062500', '150638.522500', '150638.982500', '150639.442500', '150639.902500', '150640.362500', '150640.822500', '150641.282500', '150641.742500', '150642.202500', '150642.662500', '150643.122500', '150643.582500', '150644.042500', '150644.502500', '150644.962500', '150645.422500', '150645.882500', '150646.342500', '150646.802500', '150647.262500', '150647.722500', '150648.182500', '150648.642500', '150649.102500', '150649.562500', '150650.022500', '150650.482500', '150650.942500', '150651.402500', '150651.862500', '150652.322500', '150652.782500', '150653.242500', '150653.702500', '150654.162500', '150654.622500', '150655.082500', '150655.542500', '150656.002500', '150656.462500', '150656.922500', '150657.382500', '150657.842500', '150658.302500', '150658.762500', '150659.222500', '150659.682500', '150700.142500', '150700.602500', '150701.062500', '150701.522500', '150701.982500', '150702.442500', '150702.902500', '150703.362500', '150703.822500', '150704.282500', '150704.742500', '150705.202500', '150705.662500', '150706.122500', '150706.582500', '150707.042500', '150707.502500', '150707.962500', '150708.422500', '150708.882500', '150709.342500', '150709.802500', '150710.262500', '150710.722500', '150711.182500', '150711.642500', '150712.102500', '150712.562500', '150713.022500', '150713.482500', '150713.942500', '150714.402500', '150714.862500', '150715.322500', '150715.782500', '150716.242500', '150716.702500', '150717.162500', '150717.622500', '150718.082500', '150718.542500', '150719.002500', '150719.462500', '150719.922500', '150720.382500', '150720.842500', '150721.302500', '150721.762500', '150722.222500', '150722.682500', '150723.142500', '150723.602500', '150724.062500', '150724.522500', '150724.982500', '150725.442500', '150725.902500', '150726.362500', '150726.822500', '150727.282500', '150727.742500', '150728.202500', '150728.662500', '150729.122500', '150729.582500', '150730.042500', '150730.502500', '150730.962500', '150731.422500', '150731.882500', '150732.342500', '150732.802500', '150733.262500', '150733.722500', '150734.182500', '150734.642500', '150735.102500', '150735.562500', '150736.022500', '150736.482500', '150736.942500', '150737.402500', '150737.862500', '150738.322500', '150738.782500', '150739.242500', '150739.702500', '150740.162500', '150740.622500', '150741.082500', '150741.542500', '150742.002500', '150742.462500', '150742.922500', '150743.382500', '150743.842500', '150744.302500', '150744.762500', '150745.222500', '150745.682500', '150746.142500', '150746.602500', '150747.062500', '150747.522500', '150747.982500', '150748.442500', '150748.902500', '150749.362500', '150749.822500', '150750.282500', '150750.742500', '150751.202500', '150751.662500', '150752.122500', '150752.582500', '150753.042500', '150753.502500', '150753.962500', '150754.422500', '150754.882500', '150755.342500', '150755.802500', '150756.262500', '150756.722500', '150757.182500', '150757.642500', '150758.102500', '150758.562500', '150759.022500', '150759.482500', '150759.942500', '150800.402500', '150800.862500', '150801.322500', '150801.782500', '150802.242500', '150802.702500', '150803.162500', '150803.622500', '150804.082500', '150804.542500', '150805.002500', '150805.462500', '150805.922500', '150806.382500', '150806.842500', '150807.302500', '150807.762500', '150808.222500', '150808.682500', '150809.142500', '150809.602500', '150810.062500', '150810.522500', '150810.982500', '150811.442500', '150811.902500', '150812.362500', '150812.822500', '150813.282500', '150813.742500', '150814.202500', '150814.662500', '150815.122500', '150815.582500', '150816.042500', '150816.502500', '150816.962500', '150817.422500', '150817.882500', '150818.342500', '150818.802500', '150819.262500', '150819.722500', '150820.182500', '150820.642500', '150821.102500', '150821.562500', '150822.022500', '150822.482500', '150822.942500', '150823.402500', '150823.862500', '150824.322500', '150824.782500', '150825.242500', '150825.702500', '150826.162500', '150826.622500', '150827.082500', '150827.542500', '150828.002500', '150828.462500', '150828.922500', '150829.382500', '150829.842500', '150830.302500', '150830.762500', '150831.222500', '150831.682500', '150832.142500', '150832.602500', '150833.062500', '150833.522500', '150833.982500', '150834.442500', '150834.902500', '150835.362500', '150835.822500', '150836.282500', '150836.742500', '150837.202500', '150837.662500', '150838.122500', '150838.582500', '150839.042500', '150839.502500', '150839.962500', '150840.422500', '150840.882500', '150841.342500', '150841.802500', '150842.262500', '150842.722500', '150843.182500', '150843.642500', '150844.102500', '150844.562500', '150845.022500', '150845.482500', '150845.942500', '150846.402500', '150846.862500', '150847.322500', '150847.782500', '150848.242500', '150848.702500', '150849.162500', '150849.622500', '150850.082500', '150850.542500', '150851.002500', '150851.462500', '150851.922500', '150852.382500', '150852.842500', '150853.302500', '150853.762500', '150854.222500', '150854.682500', '150855.142500', '150855.602500', '150856.062500', '150856.522500', '150856.982500', '150857.442500', '150857.902500', '150858.362500', '150858.822500', '150859.282500', '150859.742500', '150900.202500', '150900.662500', '150901.122500', '150901.582500', '150902.042500', '150902.502500', '150902.962500', '150903.422500', '150903.882500', '150904.342500', '150904.802500', '150905.262500', '150905.722500', '150906.182500', '150906.642500', '150907.102500', '150907.562500', '150908.022500', '150908.482500', '150908.942500', '150909.402500', '150909.862500', '150910.322500', '150910.782500', '150911.242500', '150911.702500', '150912.162500', '150912.622500', '150913.082500', '150913.542500', '150914.002500', '150914.462500', '150914.922500', '150915.382500', '150915.842500', '150916.302500', '150916.762500', '150917.222500', '150917.682500', '150918.142500', '150918.602500', '150919.062500', '150919.522500', '150919.982500', '150920.442500', '150920.902500', '150921.362500', '150921.822500', '150922.282500', '150922.742500', '150923.202500', '150923.662500', '150924.122500', '150924.582500', '150925.042500', '150925.502500', '150925.962500', '150926.422500', '150926.882500', '150927.342500', '150927.802500', '150928.262500', '150928.722500', '150929.182500', '150929.642500', '150930.102500', '150930.562500', '150931.022500', '150931.482500', '150931.942500', '150932.402500', '150932.862500', '150933.322500', '150933.782500', '150934.242500', '150934.702500', '150935.162500', '150935.622500', '150936.082500', '150936.542500', '150937.002500', '150937.462500', '150937.922500', '150938.382500', '150938.842500', '150939.302500', '150939.762500', '150940.222500', '150940.682500', '150941.142500', '150941.602500', '150942.062500', '150942.522500', '150942.982500', '150943.442500', '150943.902500', '150944.362500', '150944.822500', '150945.282500', '150945.742500', '150946.202500', '150946.662500', '150947.122500', '150947.582500', '150948.042500', '150948.502500', '150948.962500', '150949.422500', '150949.882500', '150950.342500', '150950.802500', '150951.262500', '150951.722500', '150952.182500', '150952.642500', '150953.102500', '150953.562500', '150954.022500', '150954.482500', '150954.942500', '150955.402500', '150955.862500', '150956.322500', '150956.782500', '150957.242500', '150957.702500', '150958.162500', '150958.622500', '150959.082500', '150959.542500', '151000.002500', '151000.462500', '151000.922500', '151001.382500', '151001.842500', '151002.302500', '151002.762500', '151003.222500', '151003.682500', '151004.142500', '151004.602500', '151005.062500', '151005.522500', '151005.982500', '151006.442500', '151006.902500', '151007.362500', '151007.822500', '151008.282500', '151008.742500', '151009.202500', '151009.662500', '151010.122500', '151010.582500', '151011.042500', '151011.502500', '151011.962500', '151012.422500', '151012.882500', '151013.342500', '151013.802500', '151014.262500', '151014.722500', '151015.182500', '151015.642500', '151016.102500', '151016.562500', '151017.022500', '151017.482500', '151017.942500', '151018.402500', '151018.862500', '151019.322500', '151019.782500', '151020.242500', '151020.702500', '151021.162500', '151021.622500', '151022.082500', '151022.542500', '151023.002500', '151023.462500', '151023.922500', '151024.382500', '151024.842500', '151025.302500', '151025.762500', '151026.222500', '151026.682500', '151027.142500', '151027.602500', '151028.062500', '151028.522500', '151028.982500', '151029.442500', '151029.902500', '151030.362500', '151030.822500', '151031.282500', '151031.742500', '151032.202500', '151032.662500', '151033.122500', '151033.582500', '151034.042500', '151034.502500', '151034.962500', '151035.422500', '151035.882500', '151036.342500', '151036.802500', '151037.262500', '151037.722500', '151038.182500', '151038.642500', '151039.102500', '151039.562500', '151040.022500', '151040.482500', '151040.942500', '151041.402500', '151041.862500', '151042.322500', '151042.782500', '151043.242500', '151043.702500', '151044.162500', '151044.622500', '151045.082500', '151045.542500', '151046.002500', '151046.462500', '151046.922500', '151047.382500', '151047.842500', '151048.302500', '151048.762500', '151049.222500', '151049.682500', '151050.142500', '151050.602500', '151051.062500', '151051.522500', '151051.982500', '151052.442500', '151052.902500', '151053.362500', '151053.822500', '151054.282500', '151054.742500', '151055.202500', '151055.662500', '151056.122500', '151056.582500', '151057.042500', '151057.502500', '151057.962500', '151058.422500', '151058.882500', '151059.342500', '151059.802500', '151100.262500', '151100.722500', '151101.182500', '151101.642500', '151102.102500', '151102.562500', '151103.022500', '151103.482500', '151103.942500', '151104.402500', '151104.862500', '151105.322500', '151105.782500', '151106.242500', '151106.702500', '151107.162500', '151107.622500', '151108.082500', '151108.542500', '151109.002500', '151109.462500', '151109.922500', '151110.382500', '151110.842500', '151111.302500', '151111.762500', '151112.222500', '151112.682500', '151113.142500', '151113.602500', '151114.062500', '151114.522500', '151114.982500', '151115.442500', '151115.902500', '151116.362500', '151116.822500', '151117.282500', '151117.742500', '151118.202500', '151118.662500', '151119.122500', '151119.582500', '151120.042500', '151120.502500', '151120.962500', '151121.422500', '151121.882500', '151122.342500', '151122.802500', '151123.262500', '151123.722500', '151124.182500', '151124.642500', '151125.102500', '151125.562500', '151126.022500', '151126.482500', '151126.942500', '151127.402500', '151127.862500', '151128.322500', '151128.782500', '151129.242500', '151129.702500', '151130.162500', '151130.622500', '151131.082500', '151131.542500', '151132.002500', '151132.462500', '151132.922500', '151133.382500', '151133.842500', '151134.302500', '151134.762500', '151135.222500', '151135.682500', '151136.142500', '151136.602500', '151137.062500', '151137.522500', '151137.982500', '151138.442500', '151138.902500', '151139.362500', '151139.822500', '151140.282500', '151140.742500', '151141.202500', '151141.662500', '151142.122500', '151142.582500', '151143.042500', '151143.502500', '151143.962500', '151144.422500', '151144.882500', '151145.342500', '151145.802500', '151146.262500', '151146.722500', '151147.182500', '151147.642500', '151148.102500', '151148.562500', '151149.022500', '151149.482500', '151149.942500', '151150.402500', '151150.862500', '151151.322500', '151151.782500', '151152.242500', '151152.702500', '151153.162500', '151153.622500', '151154.082500', '151154.542500', '151155.002500', '151155.462500', '151155.922500', '151156.382500', '151156.842500', '151157.302500', '151157.762500', '151158.222500', '151158.682500', '151159.142500', '151159.602500', '151200.062500', '151200.522500', '151200.982500', '151201.442500', '151201.902500', '151202.362500', '151202.822500', '151203.282500', '151203.742500', '151204.202500', '151204.662500', '151205.122500', '151205.582500', '151206.042500', '151206.502500', '151206.962500', '151207.422500', '151207.882500', '151208.342500', '151208.802500', '151209.262500', '151209.722500', '151210.182500', '151210.642500', '151211.102500', '151211.562500', '151212.022500', '151212.482500', '151212.942500', '151213.402500', '151213.862500', '151214.322500', '151214.782500', '151215.242500', '151215.702500', '151216.162500', '151216.622500', '151217.082500', '151217.542500', '151218.002500', '151218.462500', '151218.922500', '151219.382500', '151219.842500', '151220.302500', '151220.762500', '151221.222500', '151221.682500', '151222.142500', '151222.602500', '151223.062500', '151223.522500', '151223.982500', '151224.442500', '151224.902500', '151225.362500', '151225.822500', '151226.282500', '151226.742500', '151227.202500', '151227.662500', '151228.122500', '151228.582500', '151229.042500', '151229.502500', '151229.962500', '151230.422500', '151230.882500', '151231.342500', '151231.802500', '151232.262500', '151232.722500', '151233.182500', '151233.642500', '151234.102500', '151234.562500', '151235.022500', '151235.482500', '151235.942500', '151236.402500', '151236.862500', '151237.322500', '151237.782500', '151238.242500', '151238.702500', '151239.162500', '151239.622500', '151240.082500', '151240.542500', '151241.002500', '151241.462500', '151241.922500', '151242.382500', '151242.842500', '151243.302500', '151243.762500', '151244.222500', '151244.682500', '151245.142500', '151245.602500', '151246.062500', '151246.522500', '151246.982500', '151247.442500', '151247.902500', '151248.362500', '151248.822500', '151249.282500', '151249.742500', '151250.202500', '151250.662500', '151251.122500', '151251.582500', '151252.042500', '151252.502500', '151252.962500', '151253.422500', '151253.882500', '151254.342500', '151254.802500', '151255.262500', '151255.722500', '151256.182500', '151256.642500', '151257.102500', '151257.562500', '151258.022500', '151258.482500', '151258.942500', '151259.402500', '151259.862500', '151300.322500', '151300.782500', '151301.242500', '151301.702500', '151302.162500', '151302.622500', '151303.082500', '151303.542500', '151304.002500', '151304.462500', '151304.922500', '151305.382500', '151305.842500', '151306.302500', '151306.762500', '151307.222500', '151307.682500', '151308.142500', '151308.602500', '151309.062500', '151309.522500', '151309.982500', '151310.442500', '151310.902500', '151311.362500', '151311.822500', '151312.282500', '151312.742500', '151313.202500', '151313.662500', '151314.122500', '151314.582500', '151315.042500', '151315.502500', '151315.962500', '151316.422500', '151316.882500', '151317.342500', '151317.802500', '151318.262500', '151318.722500', '151319.182500', '151319.642500', '151320.102500', '151320.562500', '151321.022500', '151321.482500', '151321.942500', '151322.402500', '151322.862500', '151323.322500', '151323.782500', '151324.242500', '151324.702500', '151325.162500', '151325.622500', '151326.082500', '151326.542500', '151327.002500', '151327.462500', '151327.922500', '151328.382500', '151328.842500', '151329.302500', '151329.762500', '151330.222500', '151330.682500', '151331.142500', '151331.602500', '151332.062500', '151332.522500', '151332.982500', '151333.442500', '151333.902500', '151334.362500', '151334.822500', '151335.282500', '151335.742500', '151336.202500', '151336.662500', '151337.122500', '151337.582500', '151338.042500', '151338.502500', '151338.962500', '151339.422500', '151339.882500', '151340.342500', '151340.802500', '151341.262500', '151341.722500', '151342.182500', '151342.642500', '151343.102500', '151343.562500', '151344.022500', '151344.482500', '151344.942500', '151345.402500', '151345.862500', '151346.322500', '151346.782500', '151347.242500', '151347.702500', '151348.162500', '151348.622500', '151349.082500', '151349.542500', '151350.002500', '151350.462500', '151350.922500', '151351.382500', '151351.842500', '151352.302500', '151352.762500', '151353.222500', '151353.682500', '151354.142500', '151354.602500', '151355.062500', '151355.522500', '151355.982500', '151356.442500', '151356.902500', '151357.362500', '151357.822500', '151358.282500', '151358.742500', '151359.202500', '151359.662500', '151400.122500', '151400.582500', '151401.042500', '151401.502500', '151401.962500', '151402.422500', '151402.882500', '151403.342500', '151403.802500', '151404.262500', '151404.722500', '151405.182500', '151405.642500', '151406.102500', '151406.562500', '151407.022500', '151407.482500', '151407.942500', '151408.402500', '151408.862500', '151409.322500', '151409.782500', '151410.242500', '151410.702500', '151411.162500', '151411.622500', '151412.082500', '151412.542500', '151413.002500', '151413.462500', '151413.922500', '151414.382500', '151414.842500', '151415.302500', '151415.762500', '151416.222500', '151416.682500', '151417.142500', '151417.602500', '151418.062500', '151418.522500', '151418.982500', '151419.442500', '151419.902500', '151420.362500', '151420.822500', '151421.282500', '151421.742500', '151422.202500', '151422.662500', '151423.122500', '151423.582500', '151424.042500', '151424.502500', '151424.962500', '151425.422500', '151425.882500', '151426.342500', '151426.802500', '151427.262500', '151427.722500', '151428.182500', '151428.642500', '151429.102500', '151429.562500', '151430.022500', '151430.482500', '151430.942500', '151431.402500', '151431.862500', '151432.322500', '151432.782500', '151433.242500', '151433.702500', '151434.162500', '151434.622500', '151435.082500', '151435.542500', '151436.002500', '151436.462500', '151436.922500', '151437.382500', '151437.842500', '151438.302500', '151438.762500', '151439.222500', '151439.682500', '151440.142500', '151440.602500', '151441.062500', '151441.522500', '151441.982500', '151442.442500', '151442.902500', '151443.362500', '151443.822500', '151444.282500', '151444.742500', '151445.202500', '151445.662500', '151446.122500', '151446.582500', '151447.042500', '151447.502500', '151447.962500', '151448.422500', '151448.882500', '151449.342500', '151449.802500', '151450.262500', '151450.722500', '151451.182500', '151451.642500', '151452.102500', '151452.562500', '151453.022500', '151453.482500', '151453.942500', '151454.402500', '151454.862500', '151455.322500', '151455.782500', '151456.242500', '151456.702500', '151457.162500', '151457.622500', '151458.082500', '151458.542500', '151459.002500', '151459.462500', '151459.922500', '151500.382500', '151500.842500', '151501.302500', '151501.762500', '151502.222500', '151502.682500', '151503.142500', '151503.602500', '151504.062500', '151504.522500', '151504.982500', '151505.442500', '151505.902500', '151506.362500', '151506.822500', '151507.282500', '151507.742500', '151508.202500', '151508.662500', '151509.122500', '151509.582500', '151510.042500', '151510.502500', '151510.962500', '151511.422500', '151511.882500', '151512.342500', '151512.802500', '151513.262500', '151513.722500', '151514.182500', '151514.642500', '151515.102500', '151515.562500', '151516.022500', '151516.482500', '151516.942500', '151517.402500', '151517.862500', '151518.322500', '151518.782500', '151519.242500', '151519.702500', '151520.162500', '151520.622500', '151521.082500', '151521.542500', '151522.002500', '151522.462500', '151522.922500', '151523.382500', '151523.842500', '151524.302500', '151524.762500', '151525.222500', '151525.682500', '151526.142500', '151526.602500', '151527.062500', '151527.522500', '151527.982500', '151528.442500', '151528.902500', '151529.362500', '151529.822500', '151530.282500', '151530.742500', '151531.202500', '151531.662500', '151532.122500', '151532.582500', '151533.042500', '151533.502500', '151533.962500', '151534.422500', '151534.882500', '151535.342500', '151535.802500', '151536.262500', '151536.722500', '151537.182500', '151537.642500', '151538.102500', '151538.562500', '151539.022500', '151539.482500', '151539.942500', '151540.402500', '151540.862500', '151541.322500', '151541.782500', '151542.242500', '151542.702500', '151543.162500', '151543.622500', '151544.082500', '151544.542500', '151545.002500', '151545.462500', '151545.922500', '151546.382500', '151546.842500', '151547.302500', '151547.762500', '151548.222500', '151548.682500', '151549.142500', '151549.602500', '151550.062500', '151550.522500', '151550.982500', '151551.442500', '151551.902500', '151552.362500', '151552.822500', '151553.282500', '151553.742500', '151554.202500', '151554.662500', '151555.122500', '151555.582500', '151556.042500', '151556.502500', '151556.962500', '151557.422500', '151557.882500', '151558.342500', '151558.802500', '151559.262500', '151559.722500', '151600.182500', '151600.642500', '151601.102500', '151601.562500', '151602.022500', '151602.482500', '151602.942500', '151603.402500', '151603.862500', '151604.322500', '151604.782500', '151605.242500', '151605.702500', '151606.162500', '151606.622500', '151607.082500', '151607.542500', '151608.002500', '151608.462500', '151608.922500', '151609.382500', '151609.842500', '151610.302500', '151610.762500', '151611.222500', '151611.682500', '151612.142500', '151612.602500', '151613.062500', '151613.522500', '151613.982500', '151614.442500', '151614.902500', '151615.362500', '151615.822500', '151616.282500', '151616.742500', '151617.202500', '151617.662500', '151618.122500', '151618.582500', '151619.042500', '151619.502500', '151619.962500', '151620.422500', '151620.882500', '151621.342500', '151621.802500', '151622.262500', '151622.722500', '151623.182500', '151623.642500', '151624.102500', '151624.562500', '151625.022500', '151625.482500', '151625.942500', '151626.402500', '151626.862500', '151627.322500', '151627.782500', '151628.242500', '151628.702500', '151629.162500', '151629.622500', '151630.082500', '151630.542500', '151631.002500', '151631.462500', '151631.922500', '151632.382500', '151632.842500', '151633.302500', '151633.762500', '151634.222500', '151634.682500', '151635.142500', '151635.602500', '151636.062500', '151636.522500', '151636.982500', '151637.442500', '151637.902500', '151638.362500', '151638.822500', '151639.282500', '151639.742500', '151640.202500', '151640.662500', '151641.122500', '151641.582500', '151642.042500', '151642.502500', '151642.962500', '151643.422500', '151643.882500', '151644.342500', '151644.802500', '151645.262500', '151645.722500', '151646.182500', '151646.642500', '151647.102500', '151647.562500', '151648.022500', '151648.482500', '151648.942500', '151649.402500'], 'ContentTime': ['150655.191000', '150655.194000', '150655.207000', '150655.210000', '150655.213000', '150655.215000', '150655.218000', '150655.220000', '150655.223000', '150655.225000', '150655.228000', '150655.231000', '150655.233000', '150655.236000', '150655.239000', '150655.241000', '150655.244000', '150655.246000', '150655.249000', '150655.252000', '150655.254000', '150655.257000', '150655.261000', '150655.264000', '150655.266000', '150655.269000', '150655.271000', '150655.274000', '150655.277000', '150655.279000', '150655.282000', '150655.284000', '150655.287000', '150655.289000', '150655.292000', '150655.294000', '150655.297000', '150655.300000', '150655.302000', '150715.161000', '150715.164000', '150715.179000', '150715.182000', '150715.184000', '150715.187000', '150715.189000', '150715.192000', '150715.195000', '150715.197000', '150715.200000', '150715.202000', '150715.205000', '150715.208000', '150715.210000', '150715.213000', '150715.215000', '150715.218000', '150715.221000', '150715.223000', '150715.226000', '150715.229000', '150715.232000', '150715.234000', '150715.237000', '150715.239000', '150715.242000', '150715.244000', '150715.247000', '150715.250000', '150715.252000', '150715.255000', '150715.257000', '150715.260000', '150715.262000', '150715.265000', '150715.268000', '150715.270000', '150715.273000', '150715.275000', '150715.278000', '150715.280000', '150715.283000', '150735.162000', '150735.165000', '150735.168000', '150735.171000', '150735.173000', '150735.176000', '150735.178000', '150735.181000', '150735.184000', '150735.186000', '150735.189000', '150735.191000', '150735.194000', '150735.197000', '150735.199000', '150735.202000', '150735.206000', '150735.209000', '150735.211000', '150735.214000', '150735.216000', '150735.219000', '150735.222000', '150735.224000', '150735.227000', '150735.229000', '150735.232000', '150735.235000', '150735.237000', '150735.240000', '150735.242000', '150735.245000', '150735.248000', '150735.250000', '150735.253000', '150735.255000', '150735.258000', '150735.261000', '150735.263000', '150735.266000', '150735.268000', '150735.271000', '150735.274000', '150735.276000', '150755.162000', '150755.164000', '150755.167000', '150755.169000', '150755.172000', '150755.175000', '150755.177000', '150755.180000', '150755.182000', '150755.185000', '150755.187000', '150755.190000', '150755.193000', '150755.196000', '150755.198000', '150755.201000', '150755.203000', '150755.206000', '150755.209000', '150755.211000', '150755.214000', '150755.216000', '150755.219000', '150755.222000', '150755.224000', '150755.227000', '150755.229000', '150755.232000', '150755.234000', '150755.237000', '150755.240000', '150755.242000', '150755.245000', '150755.255000', '150755.258000', '150755.261000', '150755.263000', '150755.266000', '150755.268000', '150755.271000', '150755.274000', '150755.276000', '150755.279000', '150815.161000', '150815.164000', '150815.167000', '150815.169000', '150815.172000', '150815.175000', '150815.177000', '150815.180000', '150815.182000', '150815.185000', '150815.188000', '150815.190000', '150815.193000', '150815.195000', '150815.198000', '150815.201000', '150815.203000', '150815.206000', '150815.209000', '150815.211000', '150815.214000', '150815.216000', '150815.219000', '150815.222000', '150815.224000', '150815.227000', '150815.229000', '150815.232000', '150815.235000', '150815.237000', '150815.240000', '150815.243000', '150815.246000', '150815.248000', '150815.251000', '150815.253000', '150815.259000', '150815.262000', '150815.264000', '150815.267000', '150815.270000', '150815.272000', '150815.275000', '150815.278000', '150835.161000', '150835.164000', '150835.167000', '150835.169000', '150835.172000', '150835.175000', '150835.177000', '150835.180000', '150835.182000', '150835.185000', '150835.188000', '150835.190000', '150835.193000', '150835.195000', '150835.198000', '150835.201000', '150835.203000', '150835.206000', '150835.208000', '150835.211000', '150835.213000', '150835.216000', '150835.219000', '150835.221000', '150835.224000', '150835.226000', '150835.229000', '150835.231000', '150835.234000', '150835.236000', '150835.239000', '150835.242000', '150835.244000', '150835.247000', '150835.249000', '150835.252000', '150835.254000', '150835.257000', '150835.259000', '150835.262000', '150835.265000', '150835.275000', '150835.278000', '150855.162000', '150855.165000', '150855.168000', '150855.170000', '150855.173000', '150855.176000', '150855.178000', '150855.181000', '150855.183000', '150855.186000', '150855.189000', '150855.191000', '150855.194000', '150855.197000', '150855.199000', '150855.202000', '150855.204000', '150855.207000', '150855.210000', '150855.213000', '150855.215000', '150855.218000', '150855.220000', '150855.223000', '150855.225000', '150855.228000', '150855.230000', '150855.233000', '150855.236000', '150855.238000', '150855.241000', '150855.243000', '150855.246000', '150855.248000', '150855.251000', '150855.253000', '150855.256000', '150855.259000', '150855.261000', '150855.264000', '150855.267000', '150855.269000', '150855.272000', '150915.161000', '150915.164000', '150915.167000', '150915.170000', '150915.172000', '150915.175000', '150915.178000', '150915.180000', '150915.183000', '150915.185000', '150915.188000', '150915.191000', '150915.193000', '150915.196000', '150915.198000', '150915.201000', '150915.204000', '150915.206000', '150915.209000', '150915.211000', '150915.214000', '150915.216000', '150915.219000', '150915.221000', '150915.224000', '150915.226000', '150915.229000', '150915.232000', '150915.234000', '150915.237000', '150915.239000', '150915.242000', '150915.244000', '150915.247000', '150915.250000', '150915.252000', '150915.255000', '150915.258000', '150915.261000', '150915.264000', '150915.266000', '150915.269000', '150915.272000', '150915.274000', '150935.161000', '150935.164000', '150935.167000', '150935.170000', '150935.172000', '150935.175000', '150935.177000', '150935.180000', '150935.183000', '150935.185000', '150935.188000', '150935.191000', '150935.193000', '150935.196000', '150935.198000', '150935.201000', '150935.204000', '150935.206000', '150935.209000', '150935.211000', '150935.214000', '150935.217000', '150935.219000', '150935.222000', '150935.224000', '150935.227000', '150935.230000', '150935.232000', '150935.235000', '150935.237000', '150935.240000', '150935.243000', '150935.245000', '150935.248000', '150935.250000', '150935.253000', '150935.255000', '150935.258000', '150935.260000', '150935.263000', '150935.266000', '150935.268000', '150935.271000', '150935.273000', '150955.162000', '150955.164000', '150955.167000', '150955.170000', '150955.172000', '150955.175000', '150955.178000', '150955.180000', '150955.183000', '150955.186000', '150955.188000', '150955.191000', '150955.194000', '150955.196000', '150955.199000', '150955.201000', '150955.204000', '150955.206000', '150955.209000', '150955.211000', '150955.214000', '150955.217000', '150955.219000', '150955.222000', '150955.224000', '150955.227000', '150955.230000', '150955.232000', '150955.235000', '150955.237000', '150955.240000', '150955.242000', '150955.245000', '150955.248000', '150955.250000', '150955.253000', '150955.256000', '150955.258000', '150955.261000', '150955.263000', '150955.266000', '150955.269000', '150955.271000', '151015.161000', '151015.164000', '151015.167000', '151015.169000', '151015.172000', '151015.174000', '151015.177000', '151015.180000', '151015.182000', '151015.185000', '151015.188000', '151015.190000', '151015.193000', '151015.196000', '151015.198000', '151015.201000', '151015.204000', '151015.206000', '151015.209000', '151015.212000', '151015.214000', '151015.217000', '151015.219000', '151015.222000', '151015.225000', '151015.227000', '151015.230000', '151015.233000', '151015.235000', '151015.238000', '151015.241000', '151015.243000', '151015.246000', '151015.248000', '151015.251000', '151015.254000', '151015.256000', '151015.272000', '151015.275000', '151015.278000', '151015.280000', '151015.283000', '151015.286000', '151015.288000', '151035.161000', '151035.164000', '151035.167000', '151035.170000', '151035.173000', '151035.175000', '151035.178000', '151035.181000', '151035.183000', '151035.186000', '151035.188000', '151035.191000', '151035.193000', '151035.196000', '151035.198000', '151035.201000', '151035.204000', '151035.206000', '151035.209000', '151035.211000', '151035.214000', '151035.216000', '151035.219000', '151035.222000', '151035.224000', '151035.227000', '151035.229000', '151035.232000', '151035.235000', '151035.237000', '151035.240000', '151035.243000', '151035.245000', '151035.248000', '151035.250000', '151035.253000', '151035.256000', '151035.258000', '151035.261000', '151035.264000', '151035.266000', '151035.269000', '151035.271000', '151055.161000', '151055.164000', '151055.167000', '151055.169000', '151055.172000', '151055.175000', '151055.177000', '151055.180000', '151055.182000', '151055.185000', '151055.188000', '151055.190000', '151055.193000', '151055.195000', '151055.198000', '151055.200000', '151055.203000', '151055.206000', '151055.208000', '151055.211000', '151055.213000', '151055.216000', '151055.219000', '151055.221000', '151055.224000', '151055.227000', '151055.229000', '151055.232000', '151055.234000', '151055.237000', '151055.240000', '151055.242000', '151055.245000', '151055.248000', '151055.250000', '151055.253000', '151055.256000', '151055.258000', '151055.261000', '151055.263000', '151055.266000', '151055.269000', '151055.271000', '151115.161000', '151115.164000', '151115.167000', '151115.170000', '151115.172000', '151115.175000', '151115.178000', '151115.184000', '151115.186000', '151115.189000', '151115.191000', '151115.194000', '151115.196000', '151115.199000', '151115.202000', '151115.205000', '151115.207000', '151115.210000', '151115.212000', '151115.215000', '151115.217000', '151115.220000', '151115.223000', '151115.225000', '151115.228000', '151115.230000', '151115.233000', '151115.235000', '151115.238000', '151115.240000', '151115.243000', '151115.245000', '151115.248000', '151115.251000', '151115.253000', '151115.256000', '151115.259000', '151115.261000', '151115.264000', '151115.266000', '151115.269000', '151115.271000', '151115.274000', '151115.277000', '151135.162000', '151135.165000', '151135.167000', '151135.170000', '151135.173000', '151135.175000', '151135.178000', '151135.180000', '151135.183000', '151135.186000', '151135.188000', '151135.191000', '151135.194000', '151135.196000', '151135.199000', '151135.202000', '151135.204000', '151135.207000', '151135.210000', '151135.213000', '151135.217000', '151135.220000', '151135.223000', '151135.225000', '151135.228000', '151135.230000', '151135.234000', '151135.236000', '151135.239000', '151135.242000', '151135.244000', '151135.247000', '151135.250000', '151135.252000', '151135.255000', '151135.258000', '151135.260000', '151135.263000', '151135.266000', '151135.268000', '151135.271000', '151135.274000', '151135.276000', '151155.162000', '151155.164000', '151155.167000', '151155.170000', '151155.173000', '151155.175000', '151155.178000', '151155.181000', '151155.183000', '151155.186000', '151155.189000', '151155.192000', '151155.194000', '151155.197000', '151155.200000', '151155.202000', '151155.205000', '151155.207000', '151155.210000', '151155.213000', '151155.216000', '151155.218000', '151155.221000', '151155.223000', '151155.226000', '151155.229000', '151155.231000', '151155.234000', '151155.237000', '151155.239000', '151155.242000', '151155.245000', '151155.247000', '151155.250000', '151155.253000', '151155.255000', '151155.258000', '151155.260000', '151155.263000', '151155.266000', '151155.268000', '151155.271000', '151155.274000', '151155.276000', '151215.161000', '151215.164000', '151215.167000', '151215.169000', '151215.172000', '151215.175000', '151215.177000', '151215.180000', '151215.183000', '151215.185000', '151215.188000', '151215.191000', '151215.194000', '151215.197000', '151215.201000', '151215.204000', '151215.206000', '151215.209000', '151215.212000', '151215.214000', '151215.217000', '151215.220000', '151215.222000', '151215.225000', '151215.228000', '151215.230000', '151215.233000', '151215.235000', '151215.238000', '151215.241000', '151215.243000', '151215.246000', '151215.249000', '151215.251000', '151215.254000', '151215.257000', '151215.259000', '151215.262000', '151215.264000', '151215.267000', '151215.270000', '151215.272000', '151215.275000', '151235.161000', '151235.164000', '151235.167000', '151235.170000', '151235.172000', '151235.175000', '151235.177000', '151235.180000', '151235.183000', '151235.186000', '151235.189000', '151235.191000', '151235.194000', '151235.198000', '151235.201000', '151235.203000', '151235.206000', '151235.209000', '151235.211000', '151235.214000', '151235.216000', '151235.219000', '151235.222000', '151235.224000', '151235.227000', '151235.230000', '151235.232000', '151235.235000', '151235.237000', '151235.240000', '151235.243000', '151235.245000', '151235.248000', '151235.251000', '151235.253000', '151235.256000', '151235.258000', '151235.261000', '151235.264000', '151235.267000', '151235.269000', '151235.272000', '151235.274000', '151235.277000', '151255.161000', '151255.164000', '151255.167000', '151255.170000', '151255.172000', '151255.175000', '151255.177000', '151255.180000', '151255.183000', '151255.185000', '151255.188000', '151255.191000', '151255.193000', '151255.196000', '151255.198000', '151255.201000', '151255.204000', '151255.207000', '151255.210000', '151255.213000', '151255.215000', '151255.219000', '151255.222000', '151255.224000', '151255.227000', '151255.230000', '151255.232000', '151255.235000', '151255.237000', '151255.240000', '151255.243000', '151255.245000', '151255.248000', '151255.250000', '151255.253000', '151255.256000', '151255.258000', '151255.261000', '151255.263000', '151255.266000', '151255.268000', '151255.271000', '151255.274000', '151315.161000', '151315.181000', '151315.184000', '151315.187000', '151315.189000', '151315.192000', '151315.195000', '151315.197000', '151315.200000', '151315.203000', '151315.205000', '151315.208000', '151315.211000', '151315.213000', '151315.216000', '151315.219000', '151315.222000', '151315.224000', '151315.227000', '151315.230000', '151315.232000', '151315.235000', '151315.237000', '151315.240000', '151315.243000', '151315.245000', '151315.248000', '151315.250000', '151315.253000', '151315.256000', '151315.258000', '151315.261000', '151315.264000', '151315.266000', '151315.269000', '151315.271000', '151315.274000', '151315.277000', '151315.279000', '151315.282000', '151315.285000', '151315.287000', '151315.290000', '151315.292000', '151335.162000', '151335.165000', '151335.167000', '151335.170000', '151335.173000', '151335.175000', '151335.178000', '151335.181000', '151335.183000', '151335.186000', '151335.189000', '151335.192000', '151335.194000', '151335.197000', '151335.200000', '151335.202000', '151335.205000', '151335.208000', '151335.210000', '151335.213000', '151335.216000', '151335.218000', '151335.221000', '151335.223000', '151335.226000', '151335.229000', '151335.231000', '151335.234000', '151335.237000', '151335.239000', '151335.242000', '151335.244000', '151335.247000', '151335.250000', '151335.252000', '151335.255000', '151335.258000', '151335.260000', '151335.263000', '151335.265000', '151335.268000', '151335.271000', '151335.273000', '151355.162000', '151355.165000', '151355.167000', '151355.170000', '151355.173000', '151355.176000', '151355.179000', '151355.183000', '151355.186000', '151355.188000', '151355.191000', '151355.193000', '151355.196000', '151355.198000', '151355.201000', '151355.204000', '151355.206000', '151355.209000', '151355.212000', '151355.214000', '151355.217000', '151355.219000', '151355.222000', '151355.225000', '151355.228000', '151355.230000', '151355.233000', '151355.235000', '151355.238000', '151355.241000', '151355.243000', '151355.246000', '151355.249000', '151355.251000', '151355.254000', '151355.256000', '151355.259000', '151355.262000', '151355.264000', '151355.267000', '151355.269000', '151355.272000', '151355.274000', '151415.161000', '151415.164000', '151415.168000', '151415.170000', '151415.173000', '151415.176000', '151415.179000', '151415.181000', '151415.184000', '151415.186000', '151415.189000', '151415.192000', '151415.194000', '151415.197000', '151415.200000', '151415.202000', '151415.205000', '151415.207000', '151415.210000', '151415.213000', '151415.215000', '151415.218000', '151415.221000', '151415.223000', '151415.226000', '151415.228000', '151415.231000', '151415.235000', '151415.238000', '151415.241000', '151415.244000', '151415.246000', '151415.249000', '151415.252000', '151415.254000', '151415.257000', '151415.260000', '151415.262000', '151415.265000', '151415.267000', '151415.270000', '151415.273000', '151415.275000', '151415.278000', '151435.162000', '151435.164000', '151435.168000', '151435.171000', '151435.173000', '151435.176000', '151435.178000', '151435.181000', '151435.183000', '151435.186000', '151435.189000', '151435.191000', '151435.194000', '151435.197000', '151435.199000', '151435.202000', '151435.204000', '151435.207000', '151435.210000', '151435.212000', '151435.215000', '151435.217000', '151435.220000', '151435.223000', '151435.225000', '151435.228000', '151435.231000', '151435.233000', '151435.236000', '151435.238000', '151435.241000', '151435.244000', '151435.246000', '151435.249000', '151435.252000', '151435.254000', '151435.257000', '151435.259000', '151435.262000', '151435.265000', '151435.267000', '151435.270000', '151435.273000', '151435.275000', '151455.162000', '151455.164000', '151455.167000', '151455.169000', '151455.173000', '151455.175000', '151455.178000', '151455.180000', '151455.183000', '151455.186000', '151455.188000', '151455.191000', '151455.194000', '151455.196000', '151455.199000', '151455.201000', '151455.204000', '151455.207000', '151455.209000', '151455.212000', '151455.215000', '151455.217000', '151455.220000', '151455.223000', '151455.225000', '151455.228000', '151455.231000', '151455.233000', '151455.236000', '151455.239000', '151455.241000', '151455.244000', '151455.246000', '151455.249000', '151455.252000', '151455.254000', '151455.257000', '151455.259000', '151455.262000', '151455.265000', '151455.268000', '151455.270000', '151455.273000', '151515.162000', '151515.165000', '151515.167000', '151515.170000', '151515.173000', '151515.175000', '151515.178000', '151515.180000', '151515.183000', '151515.185000', '151515.188000', '151515.191000', '151515.193000', '151515.196000', '151515.198000', '151515.201000', '151515.204000', '151515.206000', '151515.209000', '151515.211000', '151515.214000', '151515.217000', '151515.219000', '151515.222000', '151515.224000', '151515.227000', '151515.230000', '151515.232000', '151515.235000', '151515.238000', '151515.240000', '151515.243000', '151515.245000', '151515.248000', '151515.251000', '151515.253000', '151515.256000', '151515.258000', '151515.261000', '151515.264000', '151515.266000', '151515.269000', '151515.271000', '151515.274000', '151535.162000', '151535.164000', '151535.167000', '151535.170000', '151535.172000', '151535.175000', '151535.178000', '151535.180000', '151535.183000', '151535.186000', '151535.188000', '151535.191000', '151535.193000', '151535.196000', '151535.198000', '151535.201000', '151535.204000', '151535.206000', '151535.209000', '151535.211000', '151535.214000', '151535.217000', '151535.219000', '151535.222000', '151535.224000', '151535.227000', '151535.229000', '151535.232000', '151535.235000', '151535.237000', '151535.240000', '151535.242000', '151535.245000', '151535.247000', '151535.250000', '151535.253000', '151535.255000', '151535.258000', '151535.260000', '151535.263000', '151535.266000', '151535.268000', '151535.271000', '151555.162000', '151555.164000', '151555.167000', '151555.170000', '151555.172000', '151555.175000', '151555.177000', '151555.180000', '151555.183000', '151555.185000', '151555.188000', '151555.191000', '151555.193000', '151555.196000', '151555.198000', '151555.201000', '151555.204000', '151555.207000', '151555.209000', '151555.212000', '151555.215000', '151555.217000', '151555.220000', '151555.222000', '151555.225000', '151555.228000', '151555.230000', '151555.233000', '151555.236000', '151555.238000', '151555.241000', '151555.243000', '151555.246000', '151555.248000', '151555.251000', '151555.254000', '151555.256000', '151555.259000', '151555.261000', '151555.264000', '151555.266000', '151555.269000', '151555.271000', '151555.274000', '151615.162000', '151615.164000', '151615.167000', '151615.170000', '151615.172000', '151615.175000', '151615.178000', '151615.180000', '151615.183000', '151615.186000', '151615.188000', '151615.191000', '151615.194000', '151615.196000', '151615.199000', '151615.202000', '151615.204000', '151615.207000', '151615.210000', '151615.212000', '151615.215000', '151615.218000', '151615.220000', '151615.223000', '151615.226000', '151615.228000', '151615.231000', '151615.233000', '151615.236000', '151615.239000', '151615.241000', '151615.244000', '151615.247000', '151615.249000', '151615.252000', '151615.254000', '151615.257000', '151615.260000', '151615.262000', '151615.265000', '151615.267000', '151615.270000', '151615.273000', '151635.162000', '151635.164000', '151635.167000', '151635.170000', '151635.172000', '151635.175000', '151635.177000', '151635.180000', '151635.183000', '151635.185000', '151635.188000', '151635.191000', '151635.193000', '151635.196000', '151635.198000', '151635.201000', '151635.204000', '151635.206000', '151635.209000', '151635.212000', '151635.215000', '151635.217000', '151635.220000', '151635.223000', '151635.225000', '151635.228000', '151635.230000', '151635.233000', '151635.236000', '151635.238000', '151635.241000', '151635.244000', '151635.246000', '151635.249000', '151635.251000', '151635.254000', '151635.257000', '151635.259000', '151635.262000', '151635.265000', '151635.267000', '151635.270000', '151635.272000', '151635.275000', '151651.221000', '151651.224000', '151651.227000', '151651.230000', '151651.233000', '151651.236000', '151651.239000', '151651.242000', '151651.244000', '151651.247000', '151651.250000', '151651.253000', '151651.256000', '151651.260000', '151651.263000', '151651.266000', '151651.269000', '151651.271000', '151651.274000', '151651.277000', '151651.280000', '151651.283000', '151651.286000', '151651.288000', '151651.291000', '151651.294000', '151651.296000', '151651.299000', '151651.302000', '151651.304000', '151651.307000', '151651.310000', '151651.312000', '151651.315000', '151651.331000'], 'InstanceCreationTime': ['150655.191000', '150655.194000', '150655.207000', '150655.210000', '150655.213000', '150655.215000', '150655.218000', '150655.220000', '150655.223000', '150655.225000', '150655.228000', '150655.231000', '150655.233000', '150655.236000', '150655.239000', '150655.241000', '150655.244000', '150655.246000', '150655.249000', '150655.252000', '150655.254000', '150655.257000', '150655.261000', '150655.264000', '150655.266000', '150655.269000', '150655.271000', '150655.274000', '150655.277000', '150655.279000', '150655.282000', '150655.284000', '150655.287000', '150655.289000', '150655.292000', '150655.294000', '150655.297000', '150655.300000', '150655.302000', '150715.161000', '150715.164000', '150715.179000', '150715.182000', '150715.184000', '150715.187000', '150715.189000', '150715.192000', '150715.195000', '150715.197000', '150715.200000', '150715.202000', '150715.205000', '150715.208000', '150715.210000', '150715.213000', '150715.215000', '150715.218000', '150715.221000', '150715.223000', '150715.226000', '150715.229000', '150715.232000', '150715.234000', '150715.237000', '150715.239000', '150715.242000', '150715.244000', '150715.247000', '150715.250000', '150715.252000', '150715.255000', '150715.257000', '150715.260000', '150715.262000', '150715.265000', '150715.268000', '150715.270000', '150715.273000', '150715.275000', '150715.278000', '150715.280000', '150715.283000', '150735.162000', '150735.165000', '150735.168000', '150735.171000', '150735.173000', '150735.176000', '150735.178000', '150735.181000', '150735.184000', '150735.186000', '150735.189000', '150735.191000', '150735.194000', '150735.197000', '150735.199000', '150735.202000', '150735.206000', '150735.209000', '150735.211000', '150735.214000', '150735.216000', '150735.219000', '150735.222000', '150735.224000', '150735.227000', '150735.229000', '150735.232000', '150735.235000', '150735.237000', '150735.240000', '150735.242000', '150735.245000', '150735.248000', '150735.250000', '150735.253000', '150735.255000', '150735.258000', '150735.261000', '150735.263000', '150735.266000', '150735.268000', '150735.271000', '150735.274000', '150735.276000', '150755.162000', '150755.164000', '150755.167000', '150755.169000', '150755.172000', '150755.175000', '150755.177000', '150755.180000', '150755.182000', '150755.185000', '150755.187000', '150755.190000', '150755.193000', '150755.196000', '150755.198000', '150755.201000', '150755.203000', '150755.206000', '150755.209000', '150755.211000', '150755.214000', '150755.216000', '150755.219000', '150755.222000', '150755.224000', '150755.227000', '150755.229000', '150755.232000', '150755.234000', '150755.237000', '150755.240000', '150755.242000', '150755.245000', '150755.255000', '150755.258000', '150755.261000', '150755.263000', '150755.266000', '150755.268000', '150755.271000', '150755.274000', '150755.276000', '150755.279000', '150815.161000', '150815.164000', '150815.167000', '150815.169000', '150815.172000', '150815.175000', '150815.177000', '150815.180000', '150815.182000', '150815.185000', '150815.188000', '150815.190000', '150815.193000', '150815.195000', '150815.198000', '150815.201000', '150815.203000', '150815.206000', '150815.209000', '150815.211000', '150815.214000', '150815.216000', '150815.219000', '150815.222000', '150815.224000', '150815.227000', '150815.229000', '150815.232000', '150815.235000', '150815.237000', '150815.240000', '150815.243000', '150815.246000', '150815.248000', '150815.251000', '150815.253000', '150815.259000', '150815.262000', '150815.264000', '150815.267000', '150815.270000', '150815.272000', '150815.275000', '150815.278000', '150835.161000', '150835.164000', '150835.167000', '150835.169000', '150835.172000', '150835.175000', '150835.177000', '150835.180000', '150835.182000', '150835.185000', '150835.188000', '150835.190000', '150835.193000', '150835.195000', '150835.198000', '150835.201000', '150835.203000', '150835.206000', '150835.208000', '150835.211000', '150835.213000', '150835.216000', '150835.219000', '150835.221000', '150835.224000', '150835.226000', '150835.229000', '150835.231000', '150835.234000', '150835.236000', '150835.239000', '150835.242000', '150835.244000', '150835.247000', '150835.249000', '150835.252000', '150835.254000', '150835.257000', '150835.259000', '150835.262000', '150835.265000', '150835.275000', '150835.278000', '150855.162000', '150855.165000', '150855.168000', '150855.170000', '150855.173000', '150855.176000', '150855.178000', '150855.181000', '150855.183000', '150855.186000', '150855.189000', '150855.191000', '150855.194000', '150855.197000', '150855.199000', '150855.202000', '150855.204000', '150855.207000', '150855.210000', '150855.213000', '150855.215000', '150855.218000', '150855.220000', '150855.223000', '150855.225000', '150855.228000', '150855.230000', '150855.233000', '150855.236000', '150855.238000', '150855.241000', '150855.243000', '150855.246000', '150855.248000', '150855.251000', '150855.253000', '150855.256000', '150855.259000', '150855.261000', '150855.264000', '150855.267000', '150855.269000', '150855.272000', '150915.161000', '150915.164000', '150915.167000', '150915.170000', '150915.172000', '150915.175000', '150915.178000', '150915.180000', '150915.183000', '150915.185000', '150915.188000', '150915.191000', '150915.193000', '150915.196000', '150915.198000', '150915.201000', '150915.204000', '150915.206000', '150915.209000', '150915.211000', '150915.214000', '150915.216000', '150915.219000', '150915.221000', '150915.224000', '150915.226000', '150915.229000', '150915.232000', '150915.234000', '150915.237000', '150915.239000', '150915.242000', '150915.244000', '150915.247000', '150915.250000', '150915.252000', '150915.255000', '150915.258000', '150915.261000', '150915.264000', '150915.266000', '150915.269000', '150915.272000', '150915.274000', '150935.161000', '150935.164000', '150935.167000', '150935.170000', '150935.172000', '150935.175000', '150935.177000', '150935.180000', '150935.183000', '150935.185000', '150935.188000', '150935.191000', '150935.193000', '150935.196000', '150935.198000', '150935.201000', '150935.204000', '150935.206000', '150935.209000', '150935.211000', '150935.214000', '150935.217000', '150935.219000', '150935.222000', '150935.224000', '150935.227000', '150935.230000', '150935.232000', '150935.235000', '150935.237000', '150935.240000', '150935.243000', '150935.245000', '150935.248000', '150935.250000', '150935.253000', '150935.255000', '150935.258000', '150935.260000', '150935.263000', '150935.266000', '150935.268000', '150935.271000', '150935.273000', '150955.162000', '150955.164000', '150955.167000', '150955.170000', '150955.172000', '150955.175000', '150955.178000', '150955.180000', '150955.183000', '150955.186000', '150955.188000', '150955.191000', '150955.194000', '150955.196000', '150955.199000', '150955.201000', '150955.204000', '150955.206000', '150955.209000', '150955.211000', '150955.214000', '150955.217000', '150955.219000', '150955.222000', '150955.224000', '150955.227000', '150955.230000', '150955.232000', '150955.235000', '150955.237000', '150955.240000', '150955.242000', '150955.245000', '150955.248000', '150955.250000', '150955.253000', '150955.256000', '150955.258000', '150955.261000', '150955.263000', '150955.266000', '150955.269000', '150955.271000', '151015.161000', '151015.164000', '151015.167000', '151015.169000', '151015.172000', '151015.174000', '151015.177000', '151015.180000', '151015.182000', '151015.185000', '151015.188000', '151015.190000', '151015.193000', '151015.196000', '151015.198000', '151015.201000', '151015.204000', '151015.206000', '151015.209000', '151015.212000', '151015.214000', '151015.217000', '151015.219000', '151015.222000', '151015.225000', '151015.227000', '151015.230000', '151015.233000', '151015.235000', '151015.238000', '151015.241000', '151015.243000', '151015.246000', '151015.248000', '151015.251000', '151015.254000', '151015.256000', '151015.272000', '151015.275000', '151015.278000', '151015.280000', '151015.283000', '151015.286000', '151015.288000', '151035.161000', '151035.164000', '151035.167000', '151035.170000', '151035.173000', '151035.175000', '151035.178000', '151035.181000', '151035.183000', '151035.186000', '151035.188000', '151035.191000', '151035.193000', '151035.196000', '151035.198000', '151035.201000', '151035.204000', '151035.206000', '151035.209000', '151035.211000', '151035.214000', '151035.216000', '151035.219000', '151035.222000', '151035.224000', '151035.227000', '151035.229000', '151035.232000', '151035.235000', '151035.237000', '151035.240000', '151035.243000', '151035.245000', '151035.248000', '151035.250000', '151035.253000', '151035.256000', '151035.258000', '151035.261000', '151035.264000', '151035.266000', '151035.269000', '151035.271000', '151055.161000', '151055.164000', '151055.167000', '151055.169000', '151055.172000', '151055.175000', '151055.177000', '151055.180000', '151055.182000', '151055.185000', '151055.188000', '151055.190000', '151055.193000', '151055.195000', '151055.198000', '151055.200000', '151055.203000', '151055.206000', '151055.208000', '151055.211000', '151055.213000', '151055.216000', '151055.219000', '151055.221000', '151055.224000', '151055.227000', '151055.229000', '151055.232000', '151055.234000', '151055.237000', '151055.240000', '151055.242000', '151055.245000', '151055.248000', '151055.250000', '151055.253000', '151055.256000', '151055.258000', '151055.261000', '151055.263000', '151055.266000', '151055.269000', '151055.271000', '151115.161000', '151115.164000', '151115.167000', '151115.170000', '151115.172000', '151115.175000', '151115.178000', '151115.184000', '151115.186000', '151115.189000', '151115.191000', '151115.194000', '151115.196000', '151115.199000', '151115.202000', '151115.205000', '151115.207000', '151115.210000', '151115.212000', '151115.215000', '151115.217000', '151115.220000', '151115.223000', '151115.225000', '151115.228000', '151115.230000', '151115.233000', '151115.235000', '151115.238000', '151115.240000', '151115.243000', '151115.245000', '151115.248000', '151115.251000', '151115.253000', '151115.256000', '151115.259000', '151115.261000', '151115.264000', '151115.266000', '151115.269000', '151115.271000', '151115.274000', '151115.277000', '151135.162000', '151135.165000', '151135.167000', '151135.170000', '151135.173000', '151135.175000', '151135.178000', '151135.180000', '151135.183000', '151135.186000', '151135.188000', '151135.191000', '151135.194000', '151135.196000', '151135.199000', '151135.202000', '151135.204000', '151135.207000', '151135.210000', '151135.213000', '151135.217000', '151135.220000', '151135.223000', '151135.225000', '151135.228000', '151135.230000', '151135.234000', '151135.236000', '151135.239000', '151135.242000', '151135.244000', '151135.247000', '151135.250000', '151135.252000', '151135.255000', '151135.258000', '151135.260000', '151135.263000', '151135.266000', '151135.268000', '151135.271000', '151135.274000', '151135.276000', '151155.162000', '151155.164000', '151155.167000', '151155.170000', '151155.173000', '151155.175000', '151155.178000', '151155.181000', '151155.183000', '151155.186000', '151155.189000', '151155.192000', '151155.194000', '151155.197000', '151155.200000', '151155.202000', '151155.205000', '151155.207000', '151155.210000', '151155.213000', '151155.216000', '151155.218000', '151155.221000', '151155.223000', '151155.226000', '151155.229000', '151155.231000', '151155.234000', '151155.237000', '151155.239000', '151155.242000', '151155.245000', '151155.247000', '151155.250000', '151155.253000', '151155.255000', '151155.258000', '151155.260000', '151155.263000', '151155.266000', '151155.268000', '151155.271000', '151155.274000', '151155.276000', '151215.161000', '151215.164000', '151215.167000', '151215.169000', '151215.172000', '151215.175000', '151215.177000', '151215.180000', '151215.183000', '151215.185000', '151215.188000', '151215.191000', '151215.194000', '151215.197000', '151215.201000', '151215.204000', '151215.206000', '151215.209000', '151215.212000', '151215.214000', '151215.217000', '151215.220000', '151215.222000', '151215.225000', '151215.228000', '151215.230000', '151215.233000', '151215.235000', '151215.238000', '151215.241000', '151215.243000', '151215.246000', '151215.249000', '151215.251000', '151215.254000', '151215.257000', '151215.259000', '151215.262000', '151215.264000', '151215.267000', '151215.270000', '151215.272000', '151215.275000', '151235.161000', '151235.164000', '151235.167000', '151235.170000', '151235.172000', '151235.175000', '151235.177000', '151235.180000', '151235.183000', '151235.186000', '151235.189000', '151235.191000', '151235.194000', '151235.198000', '151235.201000', '151235.203000', '151235.206000', '151235.209000', '151235.211000', '151235.214000', '151235.216000', '151235.219000', '151235.222000', '151235.224000', '151235.227000', '151235.230000', '151235.232000', '151235.235000', '151235.237000', '151235.240000', '151235.243000', '151235.245000', '151235.248000', '151235.251000', '151235.253000', '151235.256000', '151235.258000', '151235.261000', '151235.264000', '151235.267000', '151235.269000', '151235.272000', '151235.274000', '151235.277000', '151255.161000', '151255.164000', '151255.167000', '151255.170000', '151255.172000', '151255.175000', '151255.177000', '151255.180000', '151255.183000', '151255.185000', '151255.188000', '151255.191000', '151255.193000', '151255.196000', '151255.198000', '151255.201000', '151255.204000', '151255.207000', '151255.210000', '151255.213000', '151255.215000', '151255.219000', '151255.222000', '151255.224000', '151255.227000', '151255.230000', '151255.232000', '151255.235000', '151255.237000', '151255.240000', '151255.243000', '151255.245000', '151255.248000', '151255.250000', '151255.253000', '151255.256000', '151255.258000', '151255.261000', '151255.263000', '151255.266000', '151255.268000', '151255.271000', '151255.274000', '151315.161000', '151315.181000', '151315.184000', '151315.187000', '151315.189000', '151315.192000', '151315.195000', '151315.197000', '151315.200000', '151315.203000', '151315.205000', '151315.208000', '151315.211000', '151315.213000', '151315.216000', '151315.219000', '151315.222000', '151315.224000', '151315.227000', '151315.230000', '151315.232000', '151315.235000', '151315.237000', '151315.240000', '151315.243000', '151315.245000', '151315.248000', '151315.250000', '151315.253000', '151315.256000', '151315.258000', '151315.261000', '151315.264000', '151315.266000', '151315.269000', '151315.271000', '151315.274000', '151315.277000', '151315.279000', '151315.282000', '151315.285000', '151315.287000', '151315.290000', '151315.292000', '151335.162000', '151335.165000', '151335.167000', '151335.170000', '151335.173000', '151335.175000', '151335.178000', '151335.181000', '151335.183000', '151335.186000', '151335.189000', '151335.192000', '151335.194000', '151335.197000', '151335.200000', '151335.202000', '151335.205000', '151335.208000', '151335.210000', '151335.213000', '151335.216000', '151335.218000', '151335.221000', '151335.223000', '151335.226000', '151335.229000', '151335.231000', '151335.234000', '151335.237000', '151335.239000', '151335.242000', '151335.244000', '151335.247000', '151335.250000', '151335.252000', '151335.255000', '151335.258000', '151335.260000', '151335.263000', '151335.265000', '151335.268000', '151335.271000', '151335.273000', '151355.162000', '151355.165000', '151355.167000', '151355.170000', '151355.173000', '151355.176000', '151355.179000', '151355.183000', '151355.186000', '151355.188000', '151355.191000', '151355.193000', '151355.196000', '151355.198000', '151355.201000', '151355.204000', '151355.206000', '151355.209000', '151355.212000', '151355.214000', '151355.217000', '151355.219000', '151355.222000', '151355.225000', '151355.228000', '151355.230000', '151355.233000', '151355.235000', '151355.238000', '151355.241000', '151355.243000', '151355.246000', '151355.249000', '151355.251000', '151355.254000', '151355.256000', '151355.259000', '151355.262000', '151355.264000', '151355.267000', '151355.269000', '151355.272000', '151355.274000', '151415.161000', '151415.164000', '151415.168000', '151415.170000', '151415.173000', '151415.176000', '151415.179000', '151415.181000', '151415.184000', '151415.186000', '151415.189000', '151415.192000', '151415.194000', '151415.197000', '151415.200000', '151415.202000', '151415.205000', '151415.207000', '151415.210000', '151415.213000', '151415.215000', '151415.218000', '151415.221000', '151415.223000', '151415.226000', '151415.228000', '151415.231000', '151415.235000', '151415.238000', '151415.241000', '151415.244000', '151415.246000', '151415.249000', '151415.252000', '151415.254000', '151415.257000', '151415.260000', '151415.262000', '151415.265000', '151415.267000', '151415.270000', '151415.273000', '151415.275000', '151415.278000', '151435.162000', '151435.164000', '151435.168000', '151435.171000', '151435.173000', '151435.176000', '151435.178000', '151435.181000', '151435.183000', '151435.186000', '151435.189000', '151435.191000', '151435.194000', '151435.197000', '151435.199000', '151435.202000', '151435.204000', '151435.207000', '151435.210000', '151435.212000', '151435.215000', '151435.217000', '151435.220000', '151435.223000', '151435.225000', '151435.228000', '151435.231000', '151435.233000', '151435.236000', '151435.238000', '151435.241000', '151435.244000', '151435.246000', '151435.249000', '151435.252000', '151435.254000', '151435.257000', '151435.259000', '151435.262000', '151435.265000', '151435.267000', '151435.270000', '151435.273000', '151435.275000', '151455.162000', '151455.164000', '151455.167000', '151455.169000', '151455.173000', '151455.175000', '151455.178000', '151455.180000', '151455.183000', '151455.186000', '151455.188000', '151455.191000', '151455.194000', '151455.196000', '151455.199000', '151455.201000', '151455.204000', '151455.207000', '151455.209000', '151455.212000', '151455.215000', '151455.217000', '151455.220000', '151455.223000', '151455.225000', '151455.228000', '151455.231000', '151455.233000', '151455.236000', '151455.239000', '151455.241000', '151455.244000', '151455.246000', '151455.249000', '151455.252000', '151455.254000', '151455.257000', '151455.259000', '151455.262000', '151455.265000', '151455.268000', '151455.270000', '151455.273000', '151515.162000', '151515.165000', '151515.167000', '151515.170000', '151515.173000', '151515.175000', '151515.178000', '151515.180000', '151515.183000', '151515.185000', '151515.188000', '151515.191000', '151515.193000', '151515.196000', '151515.198000', '151515.201000', '151515.204000', '151515.206000', '151515.209000', '151515.211000', '151515.214000', '151515.217000', '151515.219000', '151515.222000', '151515.224000', '151515.227000', '151515.230000', '151515.232000', '151515.235000', '151515.238000', '151515.240000', '151515.243000', '151515.245000', '151515.248000', '151515.251000', '151515.253000', '151515.256000', '151515.258000', '151515.261000', '151515.264000', '151515.266000', '151515.269000', '151515.271000', '151515.274000', '151535.162000', '151535.164000', '151535.167000', '151535.170000', '151535.172000', '151535.175000', '151535.178000', '151535.180000', '151535.183000', '151535.186000', '151535.188000', '151535.191000', '151535.193000', '151535.196000', '151535.198000', '151535.201000', '151535.204000', '151535.206000', '151535.209000', '151535.211000', '151535.214000', '151535.217000', '151535.219000', '151535.222000', '151535.224000', '151535.227000', '151535.229000', '151535.232000', '151535.235000', '151535.237000', '151535.240000', '151535.242000', '151535.245000', '151535.247000', '151535.250000', '151535.253000', '151535.255000', '151535.258000', '151535.260000', '151535.263000', '151535.266000', '151535.268000', '151535.271000', '151555.162000', '151555.164000', '151555.167000', '151555.170000', '151555.172000', '151555.175000', '151555.177000', '151555.180000', '151555.183000', '151555.185000', '151555.188000', '151555.191000', '151555.193000', '151555.196000', '151555.198000', '151555.201000', '151555.204000', '151555.207000', '151555.209000', '151555.212000', '151555.215000', '151555.217000', '151555.220000', '151555.222000', '151555.225000', '151555.228000', '151555.230000', '151555.233000', '151555.236000', '151555.238000', '151555.241000', '151555.243000', '151555.246000', '151555.248000', '151555.251000', '151555.254000', '151555.256000', '151555.259000', '151555.261000', '151555.264000', '151555.266000', '151555.269000', '151555.271000', '151555.274000', '151615.162000', '151615.164000', '151615.167000', '151615.170000', '151615.172000', '151615.175000', '151615.178000', '151615.180000', '151615.183000', '151615.186000', '151615.188000', '151615.191000', '151615.194000', '151615.196000', '151615.199000', '151615.202000', '151615.204000', '151615.207000', '151615.210000', '151615.212000', '151615.215000', '151615.218000', '151615.220000', '151615.223000', '151615.226000', '151615.228000', '151615.231000', '151615.233000', '151615.236000', '151615.239000', '151615.241000', '151615.244000', '151615.247000', '151615.249000', '151615.252000', '151615.254000', '151615.257000', '151615.260000', '151615.262000', '151615.265000', '151615.267000', '151615.270000', '151615.273000', '151635.162000', '151635.164000', '151635.167000', '151635.170000', '151635.172000', '151635.175000', '151635.177000', '151635.180000', '151635.183000', '151635.185000', '151635.188000', '151635.191000', '151635.193000', '151635.196000', '151635.198000', '151635.201000', '151635.204000', '151635.206000', '151635.209000', '151635.212000', '151635.215000', '151635.217000', '151635.220000', '151635.223000', '151635.225000', '151635.228000', '151635.230000', '151635.233000', '151635.236000', '151635.238000', '151635.241000', '151635.244000', '151635.246000', '151635.249000', '151635.251000', '151635.254000', '151635.257000', '151635.259000', '151635.262000', '151635.265000', '151635.267000', '151635.270000', '151635.272000', '151635.275000', '151651.221000', '151651.224000', '151651.227000', '151651.230000', '151651.233000', '151651.236000', '151651.239000', '151651.242000', '151651.244000', '151651.247000', '151651.250000', '151651.253000', '151651.256000', '151651.260000', '151651.263000', '151651.266000', '151651.269000', '151651.271000', '151651.274000', '151651.277000', '151651.280000', '151651.283000', '151651.286000', '151651.288000', '151651.291000', '151651.294000', '151651.296000', '151651.299000', '151651.302000', '151651.304000', '151651.307000', '151651.310000', '151651.312000', '151651.315000', '151651.331000'], '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': [7921, 9833, 7721, 9717, 14530, 9024, 13445, 8865, 11469, 7582, 10628, 12203, 12451, 15427, 11174, 15950, 11945, 15700, 10805, 12511, 9474, 8628, 9012, 13882, 8956, 13235, 8579, 10494, 7457, 9725, 9132, 9732, 15189, 10754, 16159, 10664, 14066, 8771, 11765, 9116, 9826, 8968, 11373, 9130, 14798, 9111, 12634, 8479, 10930, 8151, 10264, 9083, 9861, 14621, 11578, 15895, 11583, 13554, 9427, 10491, 9315, 8278, 9716, 7948, 9349, 11796, 8988, 14448, 8724, 11019, 7533, 9629, 9756, 9218, 14948, 9162, 15766, 11590, 15739, 12503, 15143, 10121, 13193, 8619, 10761, 8526, 10164, 8873, 14375, 8709, 12584, 8357, 10259, 7511, 9908, 10343, 9177, 15315, 9492, 12384, 9398, 13331, 10357, 16048, 11987, 15952, 11574, 14388, 9803, 12963, 8278, 12565, 8305, 12462, 7952, 11550, 7739, 10479, 7710, 9720, 11536, 8868, 14407, 9342, 12004, 7895, 10276, 7759, 9583, 8513, 9277, 9857, 8887, 15112, 10722, 15499, 10137, 11876, 8740, 9564, 8780, 8800, 9302, 9358, 9441, 11330, 9571, 15468, 8651, 12929, 8405, 10391, 7260, 9838, 8607, 10132, 11404, 9548, 15699, 10823, 15757, 10950, 13404, 8738, 11761, 8434, 10703, 9018, 12720, 9404, 16214, 9585, 14853, 10334, 13972, 9465, 12128, 7470, 10332, 7657, 9664, 8848, 9757, 11846, 9396, 13488, 9181, 14495, 9185, 13630, 9134, 12128, 9290, 13100, 9816, 15646, 10385, 14357, 8995, 13783, 8803, 12486, 8660, 12791, 8515, 14878, 8488, 14076, 8667, 12772, 7576, 10635, 7595, 10104, 15138, 9004, 13460, 8642, 11279, 7465, 10839, 7495, 10769, 7825, 10779, 8023, 10352, 9179, 12069, 10121, 11534, 7747, 9679, 8699, 9709, 14574, 9490, 16164, 10326, 13772, 10154, 12320, 7993, 10552, 7452, 10741, 7994, 11608, 7727, 11432, 7626, 11787, 7488, 12136, 8017, 12158, 8010, 13020, 7935, 11712, 8123, 10295, 14493, 9409, 14763, 8918, 12147, 8422, 10847, 9550, 9623, 15730, 9990, 15080, 10603, 13443, 9695, 11712, 7849, 10490, 7599, 14209, 9855, 16864, 9234, 13800, 8376, 12284, 8387, 14142, 8529, 14656, 8728, 15246, 8307, 12037, 7817, 9883, 8505, 9591, 14935, 9023, 15056, 8526, 12996, 8971, 13580, 9085, 13565, 9378, 13280, 9371, 12025, 8261, 11149, 8421, 15378, 11382, 17141, 11250, 16853, 9716, 13976, 8536, 13501, 8202, 13391, 8252, 13572, 7825, 11430, 7960, 10434, 8641, 9495, 11479, 8467, 14436, 9602, 7898, 8851, 7692, 12179, 8531, 13447, 9367, 11656, 10507, 12018, 16005, 11788, 14173, 9011, 7477, 8912, 7421, 10196, 7755, 11894, 8633, 14881, 12584, 17103, 13689, 11483, 11980, 7999, 13817, 8598, 11140, 9005, 11873, 9417, 10871, 9449, 11742, 9149, 11198, 9976, 10940, 11217, 9597, 16909, 12669, 16831, 13143, 11152, 11639, 9445, 13387, 8171, 14216, 8236, 11179, 7948, 10612, 7905, 10710, 8247, 11540, 8865, 12146, 9712, 16274, 11486, 13407, 11235, 8304, 12387, 9239, 11381, 8330, 11880, 8042, 11281, 7733, 11992, 8652, 12699, 9907, 12504, 8052, 11579, 8009, 11805, 8380, 12317, 8993, 13574, 10193, 15110, 9819, 10615, 8866, 7456, 9355, 7966, 9726, 16352, 9242, 11997, 8092, 10785, 8478, 11188, 8887, 12178, 9158, 10760, 8106, 10082, 8200, 9987, 8897, 9646, 13381, 9140, 15887, 9450, 13347, 9197, 11759, 8246, 12111, 10725, 15308, 11700, 12935, 9401, 10279, 7971, 10235, 7396, 10378, 7647, 10183, 8552, 9740, 13908, 9406, 14548, 9140, 12450, 8586, 11860, 8060, 11091, 7732, 10267, 8444, 10015, 11033, 9418, 14812, 9148, 13863, 8976, 12817, 8525, 11828, 8447, 14003, 8558, 14241, 8023, 11600, 8198, 11898, 8148, 12680, 7929, 11593, 7636, 10562, 9475, 9117, 16363, 9317, 13365, 8987, 11514, 8054, 12714, 8574, 13946, 8206, 13323, 7664, 12531, 7686, 13287, 7683, 13126, 8365, 11301, 8160, 9968, 11877, 8762, 15042, 8998, 12917, 8950, 11755, 7859, 10445, 7795, 10207, 8217, 10660, 11173, 13649, 9943, 13071, 7963, 11456, 7753, 11739, 8468, 13114, 8986, 13787, 8357, 11391, 8921, 10058, 14944, 9109, 15180, 9154, 13539, 7791, 10750, 7467, 9781, 8920, 9430, 13981, 9214, 14913, 8933, 12873, 8594, 12190, 8453, 11680, 8348, 11828, 8304, 10685, 9234, 14380, 9578, 11632, 8904, 9714, 9169, 8332, 10188, 7413, 11038, 8528, 12249, 8830, 13746, 9101, 12229, 8820, 10867, 9723, 9905, 14831, 8299, 15366, 8518, 8381, 9383, 7504, 12117, 8319, 11967, 18556, 11592, 14567, 9237, 11598, 8327, 10630, 10695, 9743, 14103, 9691, 15049, 9812, 14816, 10230, 15204, 10274, 15449, 9722, 13987, 9265, 14240, 10572, 15637, 12060, 9404, 9614, 7770, 10525, 7567, 10277, 7383, 10478, 8177, 10672, 7687, 10525, 9643, 10331, 9790, 15257, 8565, 15045, 8757, 11406, 8567, 9597, 9071, 9520, 9352, 13355, 9519, 13858, 8380, 10545, 9460, 10133, 12768, 9458, 13164, 9316, 16921, 10889, 16666, 10769, 14668, 9928, 11279, 9106, 8572, 9654, 9003, 9824, 12605, 9315, 15939, 9247, 14181, 9028, 11817, 7825, 10344, 8384, 9682, 12582, 8880, 14759, 8962, 13235, 9912, 14559, 10868, 15510, 11295, 14036, 8738, 13128, 8540, 11263, 8487, 15022, 8867, 13382, 8292, 10684, 7707, 9817, 12346, 9171, 14532, 9326, 12314, 8932, 12473, 9185, 12149, 7770, 10261, 7667, 9993, 7752, 10067, 8887, 10923, 11168, 13537, 10670, 10173, 7977, 9775, 8047, 10157, 8489, 10561, 10352, 10062, 16318, 9867, 17199, 11045, 15431, 9982, 12017, 7810, 9833, 9206, 9223, 15371, 9067, 12826, 8835, 10836, 7986, 10436, 7948, 10183, 8596, 9473, 8756, 9921, 11542, 10722, 14894, 12342, 10236, 11069, 7633, 10854, 8364, 11750, 8239, 13437, 8460, 10873, 8829, 9857, 14127, 9355, 15139, 9327, 13089, 8268, 11324, 7907, 10758, 9785, 10363, 14503, 9513, 14885, 9932, 13046, 9277, 11387, 7815, 10143, 7335, 9633, 7703, 9505, 8764, 11948, 12391, 14921, 11602, 12554, 8978, 10466, 7699, 10298, 7849, 10370, 8719, 10043, 13048, 8974, 15211, 9229, 12680, 7652, 10693, 7720, 10539, 12022, 9854, 15651, 9979, 12699, 9024, 11048, 8073, 11371, 10186, 15289, 10464, 11402, 8605, 10495, 8136, 11177, 7845, 11006, 8162, 10818, 10237, 9771, 16561, 8855, 13388, 7978, 10238, 8015, 9671, 14331, 9027, 14163, 9607, 13788, 10192, 15361, 11112, 15598, 10313, 12942, 9383, 13133, 8707, 13331, 8571, 13425, 8473, 12239, 7568, 10416, 8491, 9701, 15610, 9642, 13524, 9197, 11861, 8109, 10895, 8473, 10209, 11104, 10060, 11676, 9255, 11486, 8879, 13946, 9124, 13070, 9267, 12446, 9190, 14576, 8416, 13973, 7881, 11757, 7628, 11481, 7574, 11100, 7682, 9877, 8051, 10023, 11854, 9590, 16031, 9276, 13368, 8956, 11826, 8180, 10640, 8831, 10060, 11007, 9862, 16651, 10421, 16329, 11131, 16171, 10286, 13784, 8853, 12676, 8820, 13009, 8686, 14397, 9107, 13813, 8920, 12880, 8295, 10880, 7938, 10545, 9974, 9860, 14478, 9300, 14624, 9388, 13555, 9717, 14010, 10058, 14754, 8824, 11900, 8095, 11908, 8408, 12511, 8371, 12174, 7529, 11361, 7888, 10247, 10679, 9471, 14241, 9153, 14768, 8902, 13163, 9477, 13532, 9774, 15478, 9331, 13958, 8753, 12242, 8553, 9760, 8891, 12978, 9181, 15321, 9570, 13015, 7803, 10964, 9054, 10148, 16145, 9629, 14289, 9456, 12058, 8383, 11225, 9183, 11003, 13596, 12913, 13128, 10698, 8125, 10486, 7739, 10899, 7831, 11307, 7932, 11751, 8112, 11576, 8983, 10226, 17572, 10086, 13198, 8037, 10605, 8182, 10079, 10440, 9785, 13822, 9088, 14677, 8916, 13434, 8597, 12692, 8862, 12398, 9897, 15567, 10693, 14650, 8560, 12954, 8307, 12078, 8609, 13284, 9149, 13328, 8920, 15051, 9186, 12232, 8654, 10771, 9458, 10135, 15529, 9888, 14229, 9340, 11450, 9016, 14355, 9794, 15529, 11404, 14049, 9111, 7496, 8850, 7985, 8834, 8994, 9352, 12971, 9071, 15774, 9548, 14106, 9542, 13141, 9991, 15771, 9556, 13114, 8403, 9608, 8177, 8735, 8494, 9970, 10212, 11802, 10416, 8312, 9935, 8974, 9822, 11954, 9463, 15845, 9980, 16078, 11675, 16040, 10885, 13819, 8269, 11984, 8194, 11504, 8913, 12313, 9085, 15874, 10370, 15127, 7857, 10555, 7431, 10254, 9489, 9942, 14363, 9673, 18017, 12766, 16194, 8826, 13069, 8296, 10270, 8234, 10371, 7561, 10622, 9424, 10965, 9710, 9925, 9189, 9278, 8966, 8962, 10107, 9580, 12904, 9715, 9410, 8962, 9244, 8430, 12397, 8817, 16647, 11444, 16523, 11018, 12802, 8287, 10562, 7688, 10126, 7986, 11980, 8637, 10766, 7384, 9565, 7790, 9347, 8598, 9292, 12861, 10200, 15298, 9558, 14373, 9074, 12025, 8572, 12102, 9173, 15388, 9107, 10908, 7561, 9431, 7258, 9487, 7988, 9842, 12001, 10732, 12479, 8897, 11299, 8357, 13607, 9167, 13053, 9573, 15178, 8860, 11351, 7894, 9850, 7376, 9302, 7441, 9809, 9096, 10084, 8121, 9056, 8498, 8950, 9224, 8492, 11110, 8728, 14449, 9250, 15133, 10192, 14669, 8647, 10912, 8029, 10054, 7758, 9898, 7778, 10109, 10417, 9981, 12706, 9353, 9549, 9095, 9562, 9122, 10933, 10247, 12134, 10392, 9622, 9426, 10099, 9444, 13419, 9625, 16674, 11392, 15762, 9544, 12739, 8885, 9857, 8880, 10957, 9453, 15503, 12063, 13769, 9079, 8547, 8685, 8571, 8742, 9215, 9807, 11176, 13717, 8504, 9821, 7417, 9399, 7278, 9615, 8046, 12055, 9191, 15332, 9998, 14236, 8448, 10725, 7729, 10120, 8208, 11231, 8663, 14920, 9900, 14480, 8568, 11546, 8484, 11541, 8345, 11369, 9371, 14584, 9692, 13333, 8060, 10210, 7920, 10892, 8243, 11564, 9204], 'WindowCenter': [4417.0, 4433.0, 4388.0, 4420.0, 4449.0, 4396.0, 4435.0, 4394.0, 4413.0, 4374.0, 4416.0, 4425.0, 4422.0, 4443.0, 4399.0, 4441.0, 4409.0, 4428.0, 4387.0, 4410.0, 4377.0, 4366.0, 4377.0, 4419.0, 4377.0, 4419.0, 4378.0, 4386.0, 4345.0, 4389.0, 4390.0, 4389.0, 4430.0, 4397.0, 4427.0, 4386.0, 4418.0, 4365.0, 4396.0, 4367.0, 4387.0, 4377.0, 4407.0, 4378.0, 4430.0, 4378.0, 4420.0, 4366.0, 4397.0, 4368.0, 4402.0, 4381.0, 4387.0, 4418.0, 4396.0, 4428.0, 4394.0, 4404.0, 4364.0, 4385.0, 4376.0, 4364.0, 4376.0, 4357.0, 4377.0, 4406.0, 4377.0, 4417.0, 4366.0, 4384.0, 4353.0, 4376.0, 4375.0, 4375.0, 4429.0, 4375.0, 4426.0, 4384.0, 4426.0, 4392.0, 4414.0, 4373.0, 4401.0, 4363.0, 4383.0, 4365.0, 4387.0, 4376.0, 4426.0, 4367.0, 4405.0, 4366.0, 4387.0, 4357.0, 4387.0, 4386.0, 4376.0, 4426.0, 4376.0, 4406.0, 4376.0, 4417.0, 4386.0, 4425.0, 4393.0, 4423.0, 4385.0, 4413.0, 4372.0, 4404.0, 4353.0, 4404.0, 4365.0, 4405.0, 4356.0, 4395.0, 4356.0, 4387.0, 4357.0, 4386.0, 4397.0, 4377.0, 4415.0, 4378.0, 4407.0, 4355.0, 4385.0, 4352.0, 4376.0, 4363.0, 4372.0, 4386.0, 4375.0, 4425.0, 4386.0, 4424.0, 4373.0, 4393.0, 4364.0, 4374.0, 4363.0, 4365.0, 4375.0, 4379.0, 4389.0, 4398.0, 4388.0, 4430.0, 4379.0, 4418.0, 4367.0, 4398.0, 4358.0, 4388.0, 4378.0, 4399.0, 4424.0, 4391.0, 4439.0, 4399.0, 4439.0, 4397.0, 4419.0, 4378.0, 4406.0, 4368.0, 4398.0, 4380.0, 4422.0, 4392.0, 4454.0, 4390.0, 4443.0, 4400.0, 4429.0, 4391.0, 4421.0, 4357.0, 4400.0, 4359.0, 4390.0, 4378.0, 4390.0, 4408.0, 4389.0, 4419.0, 4377.0, 4419.0, 4375.0, 4418.0, 4375.0, 4421.0, 4389.0, 4416.0, 4385.0, 4429.0, 4386.0, 4427.0, 4377.0, 4418.0, 4379.0, 4407.0, 4378.0, 4420.0, 4379.0, 4431.0, 4380.0, 4430.0, 4381.0, 4422.0, 4370.0, 4402.0, 4369.0, 4403.0, 4443.0, 4392.0, 4432.0, 4394.0, 4424.0, 4371.0, 4414.0, 4373.0, 4415.0, 4374.0, 4415.0, 4396.0, 4416.0, 4408.0, 4426.0, 4404.0, 4414.0, 4372.0, 4392.0, 4380.0, 4392.0, 4441.0, 4391.0, 4452.0, 4403.0, 4431.0, 4401.0, 4421.0, 4370.0, 4399.0, 4373.0, 4412.0, 4372.0, 4413.0, 4370.0, 4411.0, 4369.0, 4423.0, 4370.0, 4421.0, 4381.0, 4425.0, 4383.0, 4436.0, 4387.0, 4424.0, 4385.0, 4416.0, 4446.0, 4406.0, 4458.0, 4406.0, 4438.0, 4395.0, 4428.0, 4417.0, 4407.0, 4456.0, 4403.0, 4445.0, 4414.0, 4433.0, 4403.0, 4420.0, 4371.0, 4413.0, 4371.0, 4432.0, 4402.0, 4451.0, 4391.0, 4429.0, 4381.0, 4421.0, 4371.0, 4431.0, 4383.0, 4442.0, 4381.0, 4453.0, 4384.0, 4424.0, 4375.0, 4404.0, 4384.0, 4403.0, 4442.0, 4393.0, 4442.0, 4393.0, 4433.0, 4394.0, 4433.0, 4393.0, 4434.0, 4394.0, 4434.0, 4394.0, 4424.0, 4382.0, 4414.0, 4393.0, 4444.0, 4413.0, 4454.0, 4400.0, 4441.0, 4378.0, 4418.0, 4369.0, 4418.0, 4371.0, 4420.0, 4370.0, 4430.0, 4371.0, 4413.0, 4383.0, 4414.0, 4382.0, 4401.0, 4424.0, 4397.0, 4444.0, 4403.0, 4399.0, 4405.0, 4385.0, 4437.0, 4398.0, 4448.0, 4404.0, 4415.0, 4402.0, 4423.0, 4446.0, 4414.0, 4432.0, 4380.0, 4360.0, 4379.0, 4359.0, 4400.0, 4359.0, 4411.0, 4381.0, 4430.0, 4423.0, 4441.0, 4421.0, 4400.0, 4411.0, 4369.0, 4419.0, 4381.0, 4401.0, 4382.0, 4412.0, 4393.0, 4403.0, 4392.0, 4413.0, 4393.0, 4399.0, 4404.0, 4411.0, 4413.0, 4393.0, 4456.0, 4422.0, 4453.0, 4409.0, 4400.0, 4400.0, 4378.0, 4407.0, 4359.0, 4418.0, 4357.0, 4398.0, 4355.0, 4386.0, 4356.0, 4387.0, 4357.0, 4398.0, 4366.0, 4395.0, 4378.0, 4428.0, 4398.0, 4408.0, 4387.0, 4355.0, 4395.0, 4378.0, 4397.0, 4367.0, 4398.0, 4359.0, 4411.0, 4359.0, 4411.0, 4380.0, 4418.0, 4391.0, 4419.0, 4369.0, 4398.0, 4369.0, 4410.0, 4369.0, 4412.0, 4382.0, 4421.0, 4391.0, 4431.0, 4390.0, 4391.0, 4379.0, 4360.0, 4380.0, 4371.0, 4391.0, 4441.0, 4390.0, 4413.0, 4370.0, 4402.0, 4370.0, 4400.0, 4379.0, 4411.0, 4380.0, 4399.0, 4359.0, 4387.0, 4370.0, 4392.0, 4380.0, 4390.0, 4422.0, 4391.0, 4443.0, 4390.0, 4420.0, 4378.0, 4398.0, 4369.0, 4410.0, 4388.0, 4428.0, 4397.0, 4406.0, 4366.0, 4376.0, 4354.0, 4388.0, 4348.0, 4388.0, 4358.0, 4391.0, 4381.0, 4390.0, 4421.0, 4380.0, 4430.0, 4391.0, 4419.0, 4379.0, 4411.0, 4370.0, 4398.0, 4360.0, 4390.0, 4368.0, 4389.0, 4400.0, 4377.0, 4429.0, 4378.0, 4419.0, 4380.0, 4408.0, 4378.0, 4412.0, 4368.0, 4418.0, 4368.0, 4417.0, 4358.0, 4399.0, 4370.0, 4409.0, 4371.0, 4421.0, 4372.0, 4413.0, 4373.0, 4403.0, 4394.0, 4394.0, 4452.0, 4393.0, 4432.0, 4392.0, 4426.0, 4384.0, 4425.0, 4383.0, 4434.0, 4383.0, 4424.0, 4371.0, 4423.0, 4372.0, 4435.0, 4372.0, 4425.0, 4384.0, 4413.0, 4370.0, 4392.0, 4410.0, 4380.0, 4444.0, 4391.0, 4420.0, 4380.0, 4411.0, 4371.0, 4399.0, 4360.0, 4398.0, 4383.0, 4400.0, 4399.0, 4420.0, 4386.0, 4408.0, 4357.0, 4399.0, 4360.0, 4410.0, 4371.0, 4420.0, 4393.0, 4434.0, 4372.0, 4411.0, 4381.0, 4391.0, 4431.0, 4380.0, 4432.0, 4391.0, 4433.0, 4371.0, 4403.0, 4359.0, 4391.0, 4380.0, 4393.0, 4432.0, 4389.0, 4433.0, 4380.0, 4420.0, 4381.0, 4409.0, 4369.0, 4412.0, 4371.0, 4409.0, 4380.0, 4402.0, 4407.0, 4444.0, 4404.0, 4438.0, 4409.0, 4406.0, 4394.0, 4383.0, 4414.0, 4374.0, 4417.0, 4396.0, 4435.0, 4407.0, 4446.0, 4406.0, 4437.0, 4421.0, 4454.0, 4419.0, 4416.0, 4457.0, 4414.0, 4458.0, 4396.0, 4395.0, 4405.0, 4377.0, 4441.0, 4397.0, 4439.0, 4482.0, 4427.0, 4448.0, 4395.0, 4416.0, 4382.0, 4414.0, 4406.0, 4404.0, 4446.0, 4405.0, 4444.0, 4405.0, 4444.0, 4405.0, 4442.0, 4402.0, 4431.0, 4389.0, 4429.0, 4391.0, 4430.0, 4386.0, 4430.0, 4395.0, 4365.0, 4376.0, 4356.0, 4385.0, 4356.0, 4385.0, 4359.0, 4397.0, 4369.0, 4401.0, 4369.0, 4401.0, 4402.0, 4402.0, 4388.0, 4440.0, 4367.0, 4430.0, 4379.0, 4410.0, 4381.0, 4392.0, 4392.0, 4404.0, 4404.0, 4434.0, 4407.0, 4435.0, 4381.0, 4401.0, 4391.0, 4401.0, 4421.0, 4390.0, 4433.0, 4393.0, 4451.0, 4401.0, 4450.0, 4400.0, 4432.0, 4390.0, 4399.0, 4380.0, 4381.0, 4390.0, 4379.0, 4400.0, 4422.0, 4393.0, 4443.0, 4392.0, 4431.0, 4379.0, 4412.0, 4359.0, 4402.0, 4380.0, 4391.0, 4421.0, 4381.0, 4430.0, 4393.0, 4434.0, 4389.0, 4433.0, 4403.0, 4431.0, 4397.0, 4417.0, 4366.0, 4417.0, 4369.0, 4399.0, 4382.0, 4443.0, 4382.0, 4430.0, 4383.0, 4400.0, 4361.0, 4400.0, 4420.0, 4389.0, 4432.0, 4390.0, 4423.0, 4395.0, 4423.0, 4390.0, 4422.0, 4358.0, 4389.0, 4358.0, 4389.0, 4368.0, 4401.0, 4405.0, 4413.0, 4412.0, 4432.0, 4402.0, 4388.0, 4367.0, 4387.0, 4368.0, 4390.0, 4380.0, 4403.0, 4400.0, 4390.0, 4440.0, 4391.0, 4455.0, 4409.0, 4431.0, 4387.0, 4407.0, 4356.0, 4390.0, 4380.0, 4377.0, 4428.0, 4378.0, 4418.0, 4378.0, 4397.0, 4356.0, 4388.0, 4355.0, 4386.0, 4366.0, 4373.0, 4364.0, 4388.0, 4409.0, 4398.0, 4428.0, 4405.0, 4387.0, 4399.0, 4356.0, 4384.0, 4366.0, 4411.0, 4369.0, 4420.0, 4367.0, 4400.0, 4378.0, 4389.0, 4418.0, 4379.0, 4431.0, 4381.0, 4420.0, 4369.0, 4399.0, 4370.0, 4399.0, 4391.0, 4401.0, 4430.0, 4389.0, 4430.0, 4390.0, 4418.0, 4377.0, 4398.0, 4356.0, 4384.0, 4345.0, 4376.0, 4357.0, 4390.0, 4379.0, 4409.0, 4409.0, 4429.0, 4396.0, 4406.0, 4375.0, 4386.0, 4355.0, 4385.0, 4357.0, 4389.0, 4370.0, 4388.0, 4420.0, 4379.0, 4439.0, 4388.0, 4422.0, 4370.0, 4400.0, 4368.0, 4404.0, 4421.0, 4401.0, 4443.0, 4403.0, 4423.0, 4390.0, 4412.0, 4370.0, 4414.0, 4404.0, 4441.0, 4397.0, 4398.0, 4369.0, 4388.0, 4357.0, 4400.0, 4368.0, 4400.0, 4369.0, 4400.0, 4400.0, 4392.0, 4443.0, 4378.0, 4420.0, 4368.0, 4389.0, 4370.0, 4390.0, 4432.0, 4379.0, 4430.0, 4389.0, 4431.0, 4401.0, 4428.0, 4399.0, 4430.0, 4387.0, 4408.0, 4379.0, 4417.0, 4368.0, 4419.0, 4379.0, 4419.0, 4370.0, 4423.0, 4372.0, 4402.0, 4380.0, 4392.0, 4441.0, 4390.0, 4431.0, 4390.0, 4411.0, 4369.0, 4401.0, 4378.0, 4401.0, 4401.0, 4388.0, 4411.0, 4380.0, 4398.0, 4378.0, 4428.0, 4378.0, 4432.0, 4405.0, 4425.0, 4389.0, 4430.0, 4367.0, 4419.0, 4368.0, 4409.0, 4359.0, 4407.0, 4369.0, 4413.0, 4371.0, 4400.0, 4381.0, 4403.0, 4421.0, 4404.0, 4453.0, 4393.0, 4433.0, 4391.0, 4421.0, 4380.0, 4403.0, 4382.0, 4389.0, 4402.0, 4404.0, 4465.0, 4403.0, 4453.0, 4410.0, 4441.0, 4400.0, 4420.0, 4380.0, 4419.0, 4380.0, 4423.0, 4383.0, 4433.0, 4392.0, 4433.0, 4394.0, 4433.0, 4382.0, 4411.0, 4371.0, 4412.0, 4400.0, 4403.0, 4442.0, 4392.0, 4441.0, 4392.0, 4434.0, 4405.0, 4442.0, 4401.0, 4431.0, 4379.0, 4410.0, 4369.0, 4412.0, 4381.0, 4424.0, 4384.0, 4425.0, 4374.0, 4425.0, 4384.0, 4402.0, 4413.0, 4403.0, 4443.0, 4393.0, 4443.0, 4405.0, 4450.0, 4406.0, 4435.0, 4404.0, 4444.0, 4390.0, 4433.0, 4382.0, 4424.0, 4393.0, 4404.0, 4396.0, 4434.0, 4404.0, 4456.0, 4406.0, 4436.0, 4384.0, 4414.0, 4394.0, 4415.0, 4454.0, 4403.0, 4444.0, 4404.0, 4423.0, 4382.0, 4414.0, 4409.0, 4427.0, 4433.0, 4422.0, 4422.0, 4401.0, 4369.0, 4390.0, 4358.0, 4399.0, 4359.0, 4400.0, 4372.0, 4414.0, 4372.0, 4413.0, 4393.0, 4404.0, 4453.0, 4401.0, 4421.0, 4368.0, 4400.0, 4369.0, 4391.0, 4402.0, 4388.0, 4430.0, 4379.0, 4430.0, 4379.0, 4420.0, 4378.0, 4421.0, 4393.0, 4433.0, 4400.0, 4441.0, 4399.0, 4432.0, 4380.0, 4421.0, 4371.0, 4412.0, 4382.0, 4433.0, 4394.0, 4436.0, 4397.0, 4447.0, 4396.0, 4425.0, 4382.0, 4413.0, 4404.0, 4403.0, 4443.0, 4403.0, 4433.0, 4395.0, 4414.0, 4394.0, 4446.0, 4417.0, 4446.0, 4426.0, 4434.0, 4382.0, 4360.0, 4383.0, 4369.0, 4390.0, 4381.0, 4391.0, 4423.0, 4383.0, 4444.0, 4390.0, 4431.0, 4403.0, 4435.0, 4401.0, 4441.0, 4390.0, 4420.0, 4370.0, 4391.0, 4382.0, 4392.0, 4410.0, 4420.0, 4417.0, 4439.0, 4429.0, 4385.0, 4406.0, 4394.0, 4405.0, 4424.0, 4407.0, 4458.0, 4408.0, 4456.0, 4425.0, 4456.0, 4415.0, 4435.0, 4383.0, 4410.0, 4381.0, 4412.0, 4393.0, 4428.0, 4393.0, 4456.0, 4404.0, 4445.0, 4369.0, 4399.0, 4360.0, 4389.0, 4389.0, 4390.0, 4432.0, 4392.0, 4452.0, 4422.0, 4440.0, 4370.0, 4416.0, 4368.0, 4386.0, 4367.0, 4387.0, 4357.0, 4401.0, 4390.0, 4414.0, 4391.0, 4390.0, 4379.0, 4378.0, 4379.0, 4378.0, 4402.0, 4391.0, 4433.0, 4404.0, 4392.0, 4393.0, 4392.0, 4381.0, 4422.0, 4393.0, 4454.0, 4414.0, 4455.0, 4400.0, 4422.0, 4370.0, 4397.0, 4359.0, 4399.0, 4369.0, 4411.0, 4380.0, 4401.0, 4359.0, 4390.0, 4360.0, 4390.0, 4381.0, 4391.0, 4422.0, 4417.0, 4454.0, 4393.0, 4433.0, 4392.0, 4421.0, 4393.0, 4420.0, 4390.0, 4444.0, 4382.0, 4399.0, 4359.0, 4380.0, 4360.0, 4389.0, 4369.0, 4387.0, 4410.0, 4401.0, 4410.0, 4379.0, 4398.0, 4368.0, 4419.0, 4392.0, 4421.0, 4389.0, 4442.0, 4377.0, 4399.0, 4366.0, 4390.0, 4357.0, 4389.0, 4371.0, 4388.0, 4380.0, 4400.0, 4370.0, 4378.0, 4379.0, 4377.0, 4377.0, 4378.0, 4409.0, 4380.0, 4442.0, 4391.0, 4444.0, 4403.0, 4443.0, 4384.0, 4411.0, 4382.0, 4401.0, 4371.0, 4404.0, 4373.0, 4415.0, 4415.0, 4403.0, 4436.0, 4391.0, 4390.0, 4379.0, 4391.0, 4405.0, 4413.0, 4402.0, 4436.0, 4405.0, 4402.0, 4392.0, 4403.0, 4401.0, 4434.0, 4393.0, 4453.0, 4425.0, 4453.0, 4392.0, 4419.0, 4381.0, 4389.0, 4391.0, 4413.0, 4390.0, 4444.0, 4422.0, 4422.0, 4378.0, 4368.0, 4368.0, 4364.0, 4377.0, 4380.0, 4387.0, 4398.0, 4432.0, 4369.0, 4388.0, 4358.0, 4376.0, 4357.0, 4389.0, 4371.0, 4408.0, 4378.0, 4439.0, 4392.0, 4430.0, 4368.0, 4397.0, 4356.0, 4388.0, 4368.0, 4409.0, 4380.0, 4431.0, 4390.0, 4430.0, 4379.0, 4395.0, 4365.0, 4395.0, 4367.0, 4395.0, 4377.0, 4430.0, 4388.0, 4419.0, 4368.0, 4388.0, 4368.0, 4398.0, 4367.0, 4410.0, 4392.0], 'WindowWidth': [9756.0, 9769.0, 9700.0, 9739.0, 9776.0, 9700.0, 9750.0, 9692.0, 9718.0, 9666.0, 9726.0, 9735.0, 9728.0, 9756.0, 9691.0, 9751.0, 9703.0, 9729.0, 9671.0, 9704.0, 9659.0, 9642.0, 9659.0, 9716.0, 9658.0, 9716.0, 9661.0, 9669.0, 9613.0, 9678.0, 9681.0, 9677.0, 9735.0, 9685.0, 9729.0, 9667.0, 9715.0, 9640.0, 9680.0, 9643.0, 9673.0, 9659.0, 9701.0, 9663.0, 9735.0, 9663.0, 9720.0, 9645.0, 9687.0, 9646.0, 9702.0, 9671.0, 9675.0, 9714.0, 9683.0, 9729.0, 9678.0, 9691.0, 9635.0, 9663.0, 9654.0, 9638.0, 9655.0, 9631.0, 9659.0, 9695.0, 9657.0, 9712.0, 9641.0, 9666.0, 9621.0, 9654.0, 9650.0, 9653.0, 9734.0, 9653.0, 9727.0, 9663.0, 9726.0, 9673.0, 9707.0, 9645.0, 9684.0, 9633.0, 9661.0, 9640.0, 9671.0, 9656.0, 9724.0, 9645.0, 9698.0, 9643.0, 9673.0, 9631.0, 9671.0, 9669.0, 9654.0, 9725.0, 9654.0, 9699.0, 9658.0, 9714.0, 9668.0, 9724.0, 9674.0, 9718.0, 9662.0, 9702.0, 9645.0, 9691.0, 9620.0, 9692.0, 9640.0, 9694.0, 9628.0, 9682.0, 9630.0, 9672.0, 9631.0, 9670.0, 9685.0, 9657.0, 9709.0, 9659.0, 9698.0, 9626.0, 9667.0, 9618.0, 9654.0, 9635.0, 9646.0, 9670.0, 9654.0, 9722.0, 9667.0, 9720.0, 9647.0, 9676.0, 9636.0, 9651.0, 9636.0, 9640.0, 9655.0, 9662.0, 9677.0, 9689.0, 9675.0, 9736.0, 9663.0, 9716.0, 9648.0, 9691.0, 9637.0, 9676.0, 9663.0, 9694.0, 9734.0, 9684.0, 9749.0, 9690.0, 9749.0, 9686.0, 9720.0, 9661.0, 9701.0, 9650.0, 9692.0, 9668.0, 9726.0, 9686.0, 9776.0, 9682.0, 9760.0, 9695.0, 9734.0, 9683.0, 9723.0, 9635.0, 9695.0, 9638.0, 9680.0, 9663.0, 9681.0, 9703.0, 9676.0, 9718.0, 9659.0, 9717.0, 9654.0, 9716.0, 9655.0, 9726.0, 9681.0, 9713.0, 9668.0, 9732.0, 9671.0, 9728.0, 9658.0, 9717.0, 9663.0, 9703.0, 9663.0, 9722.0, 9666.0, 9738.0, 9667.0, 9736.0, 9670.0, 9727.0, 9654.0, 9699.0, 9654.0, 9702.0, 9757.0, 9688.0, 9743.0, 9694.0, 9734.0, 9661.0, 9720.0, 9665.0, 9723.0, 9667.0, 9724.0, 9702.0, 9730.0, 9719.0, 9740.0, 9705.0, 9720.0, 9660.0, 9687.0, 9667.0, 9685.0, 9751.0, 9684.0, 9772.0, 9702.0, 9744.0, 9698.0, 9725.0, 9655.0, 9693.0, 9666.0, 9714.0, 9660.0, 9717.0, 9656.0, 9711.0, 9655.0, 9731.0, 9658.0, 9728.0, 9675.0, 9735.0, 9679.0, 9753.0, 9686.0, 9737.0, 9685.0, 9728.0, 9770.0, 9713.0, 9786.0, 9713.0, 9759.0, 9698.0, 9746.0, 9730.0, 9716.0, 9782.0, 9706.0, 9765.0, 9720.0, 9745.0, 9702.0, 9724.0, 9657.0, 9718.0, 9659.0, 9745.0, 9699.0, 9772.0, 9683.0, 9736.0, 9670.0, 9726.0, 9657.0, 9739.0, 9678.0, 9757.0, 9673.0, 9774.0, 9679.0, 9734.0, 9667.0, 9707.0, 9678.0, 9703.0, 9758.0, 9692.0, 9758.0, 9692.0, 9747.0, 9694.0, 9745.0, 9691.0, 9746.0, 9693.0, 9746.0, 9691.0, 9733.0, 9674.0, 9721.0, 9693.0, 9764.0, 9714.0, 9777.0, 9694.0, 9753.0, 9661.0, 9715.0, 9650.0, 9717.0, 9656.0, 9722.0, 9655.0, 9737.0, 9656.0, 9716.0, 9676.0, 9718.0, 9673.0, 9699.0, 9732.0, 9704.0, 9763.0, 9706.0, 9708.0, 9711.0, 9685.0, 9757.0, 9704.0, 9774.0, 9708.0, 9720.0, 9702.0, 9730.0, 9767.0, 9716.0, 9739.0, 9665.0, 9639.0, 9665.0, 9638.0, 9693.0, 9637.0, 9709.0, 9667.0, 9738.0, 9731.0, 9758.0, 9722.0, 9691.0, 9708.0, 9648.0, 9717.0, 9668.0, 9696.0, 9672.0, 9713.0, 9687.0, 9701.0, 9686.0, 9713.0, 9687.0, 9691.0, 9704.0, 9711.0, 9715.0, 9689.0, 9782.0, 9727.0, 9774.0, 9706.0, 9691.0, 9691.0, 9658.0, 9697.0, 9633.0, 9716.0, 9630.0, 9687.0, 9625.0, 9667.0, 9627.0, 9670.0, 9629.0, 9684.0, 9640.0, 9680.0, 9658.0, 9729.0, 9685.0, 9699.0, 9669.0, 9623.0, 9677.0, 9661.0, 9683.0, 9643.0, 9686.0, 9636.0, 9710.0, 9637.0, 9710.0, 9665.0, 9715.0, 9681.0, 9719.0, 9650.0, 9688.0, 9649.0, 9703.0, 9651.0, 9711.0, 9672.0, 9725.0, 9681.0, 9740.0, 9678.0, 9679.0, 9662.0, 9637.0, 9664.0, 9653.0, 9683.0, 9753.0, 9679.0, 9713.0, 9654.0, 9699.0, 9654.0, 9694.0, 9664.0, 9710.0, 9666.0, 9689.0, 9635.0, 9673.0, 9650.0, 9685.0, 9668.0, 9682.0, 9725.0, 9684.0, 9755.0, 9679.0, 9720.0, 9661.0, 9688.0, 9647.0, 9704.0, 9672.0, 9730.0, 9683.0, 9696.0, 9639.0, 9654.0, 9622.0, 9674.0, 9620.0, 9675.0, 9636.0, 9681.0, 9668.0, 9681.0, 9722.0, 9665.0, 9735.0, 9681.0, 9718.0, 9664.0, 9708.0, 9652.0, 9689.0, 9637.0, 9679.0, 9648.0, 9676.0, 9691.0, 9659.0, 9731.0, 9661.0, 9718.0, 9663.0, 9702.0, 9663.0, 9712.0, 9648.0, 9716.0, 9646.0, 9711.0, 9632.0, 9690.0, 9652.0, 9704.0, 9657.0, 9725.0, 9659.0, 9716.0, 9661.0, 9703.0, 9691.0, 9690.0, 9770.0, 9689.0, 9742.0, 9689.0, 9740.0, 9681.0, 9735.0, 9675.0, 9746.0, 9673.0, 9731.0, 9656.0, 9728.0, 9659.0, 9746.0, 9659.0, 9735.0, 9675.0, 9714.0, 9655.0, 9684.0, 9706.0, 9667.0, 9758.0, 9683.0, 9721.0, 9667.0, 9708.0, 9653.0, 9691.0, 9637.0, 9690.0, 9674.0, 9693.0, 9691.0, 9722.0, 9669.0, 9702.0, 9632.0, 9689.0, 9638.0, 9706.0, 9656.0, 9723.0, 9688.0, 9745.0, 9658.0, 9711.0, 9670.0, 9683.0, 9738.0, 9667.0, 9741.0, 9684.0, 9742.0, 9657.0, 9701.0, 9639.0, 9683.0, 9668.0, 9687.0, 9738.0, 9679.0, 9742.0, 9666.0, 9721.0, 9668.0, 9707.0, 9653.0, 9711.0, 9656.0, 9705.0, 9668.0, 9701.0, 9717.0, 9763.0, 9709.0, 9763.0, 9723.0, 9715.0, 9694.0, 9678.0, 9722.0, 9666.0, 9727.0, 9700.0, 9751.0, 9716.0, 9768.0, 9714.0, 9758.0, 9744.0, 9794.0, 9737.0, 9727.0, 9786.0, 9737.0, 9791.0, 9699.0, 9697.0, 9711.0, 9676.0, 9767.0, 9702.0, 9762.0, 9827.0, 9741.0, 9774.0, 9694.0, 9725.0, 9675.0, 9719.0, 9708.0, 9705.0, 9765.0, 9708.0, 9763.0, 9708.0, 9760.0, 9707.0, 9757.0, 9701.0, 9738.0, 9677.0, 9733.0, 9683.0, 9737.0, 9672.0, 9733.0, 9681.0, 9638.0, 9653.0, 9627.0, 9666.0, 9629.0, 9669.0, 9636.0, 9687.0, 9651.0, 9695.0, 9652.0, 9697.0, 9701.0, 9698.0, 9674.0, 9751.0, 9645.0, 9735.0, 9665.0, 9706.0, 9671.0, 9687.0, 9689.0, 9707.0, 9706.0, 9749.0, 9711.0, 9750.0, 9672.0, 9698.0, 9684.0, 9696.0, 9724.0, 9680.0, 9747.0, 9689.0, 9767.0, 9695.0, 9765.0, 9692.0, 9741.0, 9680.0, 9691.0, 9666.0, 9668.0, 9682.0, 9666.0, 9696.0, 9727.0, 9687.0, 9759.0, 9686.0, 9738.0, 9665.0, 9712.0, 9639.0, 9698.0, 9668.0, 9683.0, 9724.0, 9671.0, 9738.0, 9691.0, 9747.0, 9679.0, 9744.0, 9698.0, 9739.0, 9687.0, 9715.0, 9644.0, 9715.0, 9650.0, 9691.0, 9670.0, 9756.0, 9672.0, 9736.0, 9672.0, 9695.0, 9643.0, 9695.0, 9720.0, 9678.0, 9740.0, 9682.0, 9735.0, 9695.0, 9729.0, 9683.0, 9726.0, 9637.0, 9679.0, 9636.0, 9678.0, 9649.0, 9700.0, 9711.0, 9720.0, 9714.0, 9741.0, 9699.0, 9676.0, 9646.0, 9675.0, 9652.0, 9680.0, 9668.0, 9702.0, 9696.0, 9681.0, 9751.0, 9683.0, 9783.0, 9705.0, 9740.0, 9673.0, 9701.0, 9631.0, 9678.0, 9665.0, 9660.0, 9731.0, 9662.0, 9715.0, 9661.0, 9685.0, 9630.0, 9673.0, 9626.0, 9669.0, 9640.0, 9650.0, 9639.0, 9677.0, 9708.0, 9688.0, 9729.0, 9694.0, 9673.0, 9689.0, 9628.0, 9665.0, 9643.0, 9708.0, 9652.0, 9722.0, 9648.0, 9694.0, 9662.0, 9676.0, 9717.0, 9664.0, 9736.0, 9669.0, 9721.0, 9652.0, 9694.0, 9655.0, 9693.0, 9683.0, 9697.0, 9737.0, 9678.0, 9736.0, 9679.0, 9716.0, 9658.0, 9686.0, 9627.0, 9665.0, 9612.0, 9656.0, 9630.0, 9680.0, 9667.0, 9709.0, 9707.0, 9734.0, 9682.0, 9696.0, 9654.0, 9669.0, 9626.0, 9667.0, 9633.0, 9676.0, 9652.0, 9676.0, 9721.0, 9664.0, 9748.0, 9677.0, 9726.0, 9654.0, 9696.0, 9652.0, 9704.0, 9725.0, 9699.0, 9758.0, 9702.0, 9729.0, 9683.0, 9712.0, 9656.0, 9719.0, 9705.0, 9753.0, 9687.0, 9689.0, 9649.0, 9673.0, 9631.0, 9691.0, 9649.0, 9693.0, 9651.0, 9694.0, 9695.0, 9685.0, 9756.0, 9663.0, 9722.0, 9648.0, 9677.0, 9652.0, 9680.0, 9738.0, 9664.0, 9735.0, 9681.0, 9741.0, 9696.0, 9732.0, 9690.0, 9735.0, 9671.0, 9703.0, 9663.0, 9713.0, 9648.0, 9718.0, 9665.0, 9720.0, 9654.0, 9729.0, 9658.0, 9698.0, 9667.0, 9684.0, 9751.0, 9681.0, 9738.0, 9681.0, 9711.0, 9652.0, 9695.0, 9665.0, 9697.0, 9695.0, 9675.0, 9708.0, 9664.0, 9688.0, 9662.0, 9730.0, 9662.0, 9742.0, 9709.0, 9738.0, 9679.0, 9737.0, 9647.0, 9719.0, 9647.0, 9703.0, 9637.0, 9701.0, 9652.0, 9713.0, 9657.0, 9698.0, 9673.0, 9705.0, 9727.0, 9706.0, 9774.0, 9690.0, 9744.0, 9685.0, 9726.0, 9668.0, 9701.0, 9671.0, 9680.0, 9699.0, 9705.0, 9794.0, 9702.0, 9776.0, 9708.0, 9754.0, 9694.0, 9723.0, 9666.0, 9721.0, 9666.0, 9730.0, 9674.0, 9744.0, 9687.0, 9745.0, 9690.0, 9744.0, 9673.0, 9713.0, 9657.0, 9714.0, 9696.0, 9702.0, 9755.0, 9686.0, 9752.0, 9686.0, 9749.0, 9708.0, 9758.0, 9698.0, 9738.0, 9665.0, 9708.0, 9653.0, 9712.0, 9672.0, 9732.0, 9679.0, 9735.0, 9666.0, 9738.0, 9679.0, 9703.0, 9717.0, 9703.0, 9758.0, 9689.0, 9760.0, 9712.0, 9781.0, 9713.0, 9750.0, 9704.0, 9762.0, 9684.0, 9745.0, 9674.0, 9733.0, 9692.0, 9707.0, 9697.0, 9748.0, 9708.0, 9782.0, 9712.0, 9755.0, 9680.0, 9722.0, 9693.0, 9723.0, 9777.0, 9705.0, 9763.0, 9705.0, 9732.0, 9674.0, 9720.0, 9722.0, 9743.0, 9746.0, 9728.0, 9727.0, 9695.0, 9652.0, 9678.0, 9634.0, 9692.0, 9638.0, 9695.0, 9659.0, 9717.0, 9659.0, 9715.0, 9688.0, 9703.0, 9773.0, 9696.0, 9723.0, 9648.0, 9693.0, 9650.0, 9682.0, 9697.0, 9677.0, 9734.0, 9665.0, 9735.0, 9663.0, 9721.0, 9662.0, 9726.0, 9690.0, 9748.0, 9696.0, 9752.0, 9692.0, 9740.0, 9666.0, 9724.0, 9657.0, 9713.0, 9674.0, 9744.0, 9690.0, 9750.0, 9697.0, 9768.0, 9694.0, 9734.0, 9673.0, 9717.0, 9706.0, 9703.0, 9760.0, 9702.0, 9745.0, 9696.0, 9719.0, 9695.0, 9768.0, 9729.0, 9767.0, 9738.0, 9747.0, 9672.0, 9642.0, 9673.0, 9653.0, 9682.0, 9670.0, 9685.0, 9728.0, 9673.0, 9760.0, 9681.0, 9739.0, 9702.0, 9751.0, 9698.0, 9754.0, 9679.0, 9720.0, 9654.0, 9683.0, 9673.0, 9688.0, 9726.0, 9738.0, 9728.0, 9764.0, 9748.0, 9683.0, 9711.0, 9693.0, 9709.0, 9733.0, 9712.0, 9786.0, 9716.0, 9783.0, 9736.0, 9781.0, 9718.0, 9748.0, 9673.0, 9709.0, 9670.0, 9713.0, 9690.0, 9743.0, 9691.0, 9782.0, 9704.0, 9763.0, 9653.0, 9691.0, 9637.0, 9677.0, 9676.0, 9679.0, 9741.0, 9682.0, 9770.0, 9724.0, 9750.0, 9649.0, 9711.0, 9646.0, 9670.0, 9643.0, 9673.0, 9632.0, 9697.0, 9680.0, 9716.0, 9681.0, 9678.0, 9662.0, 9661.0, 9663.0, 9663.0, 9699.0, 9683.0, 9744.0, 9705.0, 9687.0, 9689.0, 9686.0, 9670.0, 9729.0, 9689.0, 9775.0, 9719.0, 9782.0, 9696.0, 9725.0, 9654.0, 9688.0, 9637.0, 9695.0, 9652.0, 9710.0, 9668.0, 9698.0, 9637.0, 9680.0, 9640.0, 9682.0, 9670.0, 9686.0, 9727.0, 9727.0, 9778.0, 9688.0, 9745.0, 9686.0, 9724.0, 9690.0, 9724.0, 9681.0, 9761.0, 9671.0, 9691.0, 9637.0, 9667.0, 9639.0, 9679.0, 9654.0, 9675.0, 9708.0, 9696.0, 9707.0, 9663.0, 9687.0, 9647.0, 9719.0, 9685.0, 9723.0, 9679.0, 9757.0, 9661.0, 9691.0, 9644.0, 9677.0, 9632.0, 9678.0, 9658.0, 9677.0, 9665.0, 9697.0, 9653.0, 9662.0, 9662.0, 9659.0, 9659.0, 9661.0, 9705.0, 9669.0, 9756.0, 9684.0, 9761.0, 9703.0, 9759.0, 9676.0, 9711.0, 9673.0, 9698.0, 9660.0, 9705.0, 9663.0, 9723.0, 9721.0, 9703.0, 9751.0, 9684.0, 9682.0, 9666.0, 9684.0, 9709.0, 9719.0, 9703.0, 9752.0, 9708.0, 9703.0, 9688.0, 9702.0, 9699.0, 9748.0, 9691.0, 9774.0, 9737.0, 9774.0, 9686.0, 9722.0, 9669.0, 9678.0, 9686.0, 9718.0, 9682.0, 9760.0, 9730.0, 9725.0, 9661.0, 9648.0, 9646.0, 9639.0, 9659.0, 9665.0, 9672.0, 9689.0, 9745.0, 9651.0, 9675.0, 9634.0, 9657.0, 9633.0, 9678.0, 9656.0, 9703.0, 9661.0, 9751.0, 9683.0, 9736.0, 9648.0, 9684.0, 9631.0, 9674.0, 9648.0, 9706.0, 9666.0, 9739.0, 9681.0, 9735.0, 9664.0, 9681.0, 9640.0, 9680.0, 9645.0, 9682.0, 9657.0, 9736.0, 9676.0, 9717.0, 9648.0, 9676.0, 9647.0, 9688.0, 9647.0, 9708.0, 9684.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.0002289691497366441</td></tr>
<tr><td colspan=3>aqi</td><td>0.017879392400300977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.51746432166408</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1747740620783123</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956555625828315</td></tr>
<tr><td colspan=3>efc</td><td>0.5197</td></tr>
<tr><td colspan=3>fber</td><td>3348.5879</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05010669301695986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3762227238525207</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6604581011010993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.543762939351965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9333151118824996</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.504296252068833</td></tr>
<tr><td colspan=3>gcor</td><td>0.01045</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013482663780450821</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028221040964126587</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1329</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.727593378651847</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.7914</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9109</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.8654</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.0608</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.1195</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.9473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.4446</td></tr>
<tr><td colspan=3>tsnr</td><td>38.98450500424951</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>