<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0043_ses-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-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-03/func/sub-0043_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>bb4746b5ac7cb4eb174b9482885ca0a0</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>14:41:5.257500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996293, 0.0731778, 0.0452281, -0.0763108, 0.994485, 0.0719392]</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.0824852</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7284, 606, -38, -288, 42, 33]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f87dd59-fa84-4665-b1c9-5743cfbc50c9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672980785369873, -0.20473627746105194, 0.10722865164279938, 119.93858337402344], [-0.19633059203624725, 2.6681318283081055, 0.20283463597297668, -97.76338958740234], [0.12134362757205963, -0.1930077075958252, 2.6902341842651367, -67.89788818359375], [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': ['144105.257500', '144105.717500', '144106.177500', '144106.637500', '144107.097500', '144107.557500', '144108.017500', '144108.477500', '144108.937500', '144109.397500', '144109.857500', '144110.317500', '144110.777500', '144111.237500', '144111.697500', '144112.157500', '144112.617500', '144113.077500', '144113.537500', '144113.997500', '144114.457500', '144114.917500', '144115.377500', '144115.837500', '144116.297500', '144116.757500', '144117.217500', '144117.677500', '144118.137500', '144118.597500', '144119.057500', '144119.517500', '144119.977500', '144120.437500', '144120.897500', '144121.357500', '144121.817500', '144122.277500', '144122.737500', '144123.197500', '144123.657500', '144124.117500', '144124.577500', '144125.037500', '144125.497500', '144125.957500', '144126.417500', '144126.877500', '144127.337500', '144127.797500', '144128.257500', '144128.717500', '144129.177500', '144129.637500', '144130.097500', '144130.557500', '144131.017500', '144131.477500', '144131.937500', '144132.397500', '144132.857500', '144133.317500', '144133.777500', '144134.237500', '144134.697500', '144135.157500', '144135.617500', '144136.077500', '144136.537500', '144136.997500', '144137.457500', '144137.917500', '144138.377500', '144138.837500', '144139.297500', '144139.757500', '144140.217500', '144140.677500', '144141.137500', '144141.597500', '144142.057500', '144142.517500', '144142.977500', '144143.437500', '144143.897500', '144144.357500', '144144.817500', '144145.277500', '144145.737500', '144146.197500', '144146.657500', '144147.117500', '144147.577500', '144148.037500', '144148.497500', '144148.957500', '144149.417500', '144149.877500', '144150.337500', '144150.797500', '144151.257500', '144151.717500', '144152.177500', '144152.637500', '144153.097500', '144153.557500', '144154.017500', '144154.477500', '144154.937500', '144155.397500', '144155.857500', '144156.317500', '144156.777500', '144157.237500', '144157.697500', '144158.157500', '144158.617500', '144159.077500', '144159.537500', '144159.997500', '144200.457500', '144200.917500', '144201.377500', '144201.837500', '144202.297500', '144202.757500', '144203.217500', '144203.677500', '144204.137500', '144204.597500', '144205.057500', '144205.517500', '144205.977500', '144206.437500', '144206.897500', '144207.357500', '144207.817500', '144208.277500', '144208.737500', '144209.197500', '144209.657500', '144210.117500', '144210.577500', '144211.037500', '144211.497500', '144211.957500', '144212.417500', '144212.877500', '144213.337500', '144213.797500', '144214.257500', '144214.717500', '144215.177500', '144215.637500', '144216.097500', '144216.557500', '144217.017500', '144217.477500', '144217.937500', '144218.397500', '144218.857500', '144219.317500', '144219.777500', '144220.237500', '144220.697500', '144221.157500', '144221.617500', '144222.077500', '144222.537500', '144222.997500', '144223.457500', '144223.917500', '144224.377500', '144224.837500', '144225.297500', '144225.757500', '144226.217500', '144226.677500', '144227.137500', '144227.597500', '144228.057500', '144228.517500', '144228.977500', '144229.437500', '144229.897500', '144230.357500', '144230.817500', '144231.277500', '144231.737500', '144232.197500', '144232.657500', '144233.117500', '144233.577500', '144234.037500', '144234.497500', '144234.957500', '144235.417500', '144235.877500', '144236.337500', '144236.797500', '144237.257500', '144237.717500', '144238.177500', '144238.637500', '144239.097500', '144239.557500', '144240.017500', '144240.477500', '144240.937500', '144241.397500', '144241.857500', '144242.317500', '144242.777500', '144243.237500', '144243.697500', '144244.157500', '144244.617500', '144245.077500', '144245.537500', '144245.997500', '144246.457500', '144246.917500', '144247.377500', '144247.837500', '144248.297500', '144248.757500', '144249.217500', '144249.677500', '144250.137500', '144250.597500', '144251.057500', '144251.517500', '144251.977500', '144252.437500', '144252.897500', '144253.357500', '144253.817500', '144254.277500', '144254.737500', '144255.197500', '144255.657500', '144256.117500', '144256.577500', '144257.037500', '144257.497500', '144257.957500', '144258.417500', '144258.877500', '144259.337500', '144259.797500', '144300.257500', '144300.717500', '144301.177500', '144301.637500', '144302.097500', '144302.557500', '144303.017500', '144303.477500', '144303.937500', '144304.397500', '144304.857500', '144305.317500', '144305.777500', '144306.237500', '144306.697500', '144307.157500', '144307.617500', '144308.077500', '144308.537500', '144308.997500', '144309.457500', '144309.917500', '144310.377500', '144310.837500', '144311.297500', '144311.757500', '144312.217500', '144312.677500', '144313.137500', '144313.597500', '144314.057500', '144314.517500', '144314.977500', '144315.437500', '144315.897500', '144316.357500', '144316.817500', '144317.277500', '144317.737500', '144318.197500', '144318.657500', '144319.117500', '144319.577500', '144320.037500', '144320.497500', '144320.957500', '144321.417500', '144321.877500', '144322.337500', '144322.797500', '144323.257500', '144323.717500', '144324.177500', '144324.637500', '144325.097500', '144325.557500', '144326.017500', '144326.477500', '144326.937500', '144327.397500', '144327.857500', '144328.317500', '144328.777500', '144329.237500', '144329.697500', '144330.157500', '144330.617500', '144331.077500', '144331.537500', '144331.997500', '144332.457500', '144332.917500', '144333.377500', '144333.837500', '144334.297500', '144334.757500', '144335.217500', '144335.677500', '144336.137500', '144336.597500', '144337.057500', '144337.517500', '144337.977500', '144338.437500', '144338.897500', '144339.357500', '144339.817500', '144340.277500', '144340.737500', '144341.197500', '144341.657500', '144342.117500', '144342.577500', '144343.037500', '144343.497500', '144343.957500', '144344.417500', '144344.877500', '144345.337500', '144345.797500', '144346.257500', '144346.717500', '144347.177500', '144347.637500', '144348.097500', '144348.557500', '144349.017500', '144349.477500', '144349.937500', '144350.397500', '144350.857500', '144351.317500', '144351.777500', '144352.237500', '144352.697500', '144353.157500', '144353.617500', '144354.077500', '144354.537500', '144354.997500', '144355.457500', '144355.917500', '144356.377500', '144356.837500', '144357.297500', '144357.757500', '144358.217500', '144358.677500', '144359.137500', '144359.597500', '144400.057500', '144400.517500', '144400.977500', '144401.437500', '144401.897500', '144402.357500', '144402.817500', '144403.277500', '144403.737500', '144404.197500', '144404.657500', '144405.117500', '144405.577500', '144406.037500', '144406.497500', '144406.957500', '144407.417500', '144407.877500', '144408.337500', '144408.797500', '144409.257500', '144409.717500', '144410.177500', '144410.637500', '144411.097500', '144411.557500', '144412.017500', '144412.477500', '144412.937500', '144413.397500', '144413.857500', '144414.317500', '144414.777500', '144415.237500', '144415.697500', '144416.157500', '144416.617500', '144417.077500', '144417.537500', '144417.997500', '144418.457500', '144418.917500', '144419.377500', '144419.837500', '144420.297500', '144420.757500', '144421.217500', '144421.677500', '144422.137500', '144422.597500', '144423.057500', '144423.517500', '144423.977500', '144424.437500', '144424.897500', '144425.357500', '144425.817500', '144426.277500', '144426.737500', '144427.197500', '144427.657500', '144428.117500', '144428.577500', '144429.037500', '144429.497500', '144429.957500', '144430.417500', '144430.877500', '144431.337500', '144431.797500', '144432.257500', '144432.717500', '144433.177500', '144433.637500', '144434.097500', '144434.557500', '144435.017500', '144435.477500', '144435.937500', '144436.397500', '144436.857500', '144437.317500', '144437.777500', '144438.237500', '144438.697500', '144439.157500', '144439.617500', '144440.077500', '144440.537500', '144440.997500', '144441.457500', '144441.917500', '144442.377500', '144442.837500', '144443.297500', '144443.757500', '144444.217500', '144444.677500', '144445.137500', '144445.597500', '144446.057500', '144446.517500', '144446.977500', '144447.437500', '144447.897500', '144448.357500', '144448.817500', '144449.277500', '144449.737500', '144450.197500', '144450.657500', '144451.117500', '144451.577500', '144452.037500', '144452.497500', '144452.957500', '144453.417500', '144453.877500', '144454.337500', '144454.797500', '144455.257500', '144455.717500', '144456.177500', '144456.637500', '144457.097500', '144457.557500', '144458.017500', '144458.477500', '144458.937500', '144459.397500', '144459.857500', '144500.317500', '144500.777500', '144501.237500', '144501.697500', '144502.157500', '144502.617500', '144503.077500', '144503.537500', '144503.997500', '144504.457500', '144504.917500', '144505.377500', '144505.837500', '144506.297500', '144506.757500', '144507.217500', '144507.677500', '144508.137500', '144508.597500', '144509.057500', '144509.517500', '144509.977500', '144510.437500', '144510.897500', '144511.357500', '144511.817500', '144512.277500', '144512.737500', '144513.197500', '144513.657500', '144514.117500', '144514.577500', '144515.037500', '144515.497500', '144515.957500', '144516.417500', '144516.877500', '144517.337500', '144517.797500', '144518.257500', '144518.717500', '144519.177500', '144519.637500', '144520.097500', '144520.557500', '144521.017500', '144521.477500', '144521.937500', '144522.397500', '144522.857500', '144523.317500', '144523.777500', '144524.237500', '144524.697500', '144525.157500', '144525.617500', '144526.077500', '144526.537500', '144526.997500', '144527.457500', '144527.917500', '144528.377500', '144528.837500', '144529.297500', '144529.757500', '144530.217500', '144530.677500', '144531.137500', '144531.597500', '144532.057500', '144532.517500', '144532.977500', '144533.437500', '144533.897500', '144534.357500', '144534.817500', '144535.277500', '144535.737500', '144536.197500', '144536.657500', '144537.117500', '144537.577500', '144538.037500', '144538.497500', '144538.957500', '144539.417500', '144539.877500', '144540.337500', '144540.797500', '144541.257500', '144541.717500', '144542.177500', '144542.637500', '144543.097500', '144543.557500', '144544.017500', '144544.477500', '144544.937500', '144545.397500', '144545.857500', '144546.317500', '144546.777500', '144547.237500', '144547.697500', '144548.157500', '144548.617500', '144549.077500', '144549.537500', '144549.997500', '144550.457500', '144550.917500', '144551.377500', '144551.837500', '144552.297500', '144552.757500', '144553.217500', '144553.677500', '144554.137500', '144554.597500', '144555.057500', '144555.517500', '144555.977500', '144556.437500', '144556.897500', '144557.357500', '144557.817500', '144558.277500', '144558.737500', '144559.197500', '144559.657500', '144600.117500', '144600.577500', '144601.037500', '144601.497500', '144601.957500', '144602.417500', '144602.877500', '144603.337500', '144603.797500', '144604.257500', '144604.717500', '144605.177500', '144605.637500', '144606.097500', '144606.557500', '144607.017500', '144607.477500', '144607.937500', '144608.397500', '144608.857500', '144609.317500', '144609.777500', '144610.237500', '144610.697500', '144611.157500', '144611.617500', '144612.077500', '144612.537500', '144612.997500', '144613.457500', '144613.917500', '144614.377500', '144614.837500', '144615.297500', '144615.757500', '144616.217500', '144616.677500', '144617.137500', '144617.597500', '144618.057500', '144618.517500', '144618.977500', '144619.437500', '144619.897500', '144620.357500', '144620.817500', '144621.277500', '144621.737500', '144622.197500', '144622.657500', '144623.117500', '144623.577500', '144624.037500', '144624.497500', '144624.957500', '144625.417500', '144625.877500', '144626.337500', '144626.797500', '144627.257500', '144627.717500', '144628.177500', '144628.637500', '144629.097500', '144629.557500', '144630.017500', '144630.477500', '144630.937500', '144631.397500', '144631.857500', '144632.317500', '144632.777500', '144633.237500', '144633.697500', '144634.157500', '144634.617500', '144635.077500', '144635.537500', '144635.997500', '144636.457500', '144636.917500', '144637.377500', '144637.837500', '144638.297500', '144638.757500', '144639.217500', '144639.677500', '144640.137500', '144640.597500', '144641.057500', '144641.517500', '144641.977500', '144642.437500', '144642.897500', '144643.357500', '144643.817500', '144644.277500', '144644.737500', '144645.197500', '144645.657500', '144646.117500', '144646.577500', '144647.037500', '144647.497500', '144647.957500', '144648.417500', '144648.877500', '144649.337500', '144649.797500', '144650.257500', '144650.717500', '144651.177500', '144651.637500', '144652.097500', '144652.557500', '144653.017500', '144653.477500', '144653.937500', '144654.397500', '144654.857500', '144655.317500', '144655.777500', '144656.237500', '144656.697500', '144657.157500', '144657.617500', '144658.077500', '144658.537500', '144658.997500', '144659.457500', '144659.917500', '144700.377500', '144700.837500', '144701.297500', '144701.757500', '144702.217500', '144702.677500', '144703.137500', '144703.597500', '144704.057500', '144704.517500', '144704.977500', '144705.437500', '144705.897500', '144706.357500', '144706.817500', '144707.277500', '144707.737500', '144708.197500', '144708.657500', '144709.117500', '144709.577500', '144710.037500', '144710.497500', '144710.957500', '144711.417500', '144711.877500', '144712.337500', '144712.797500', '144713.257500', '144713.717500', '144714.177500', '144714.637500', '144715.097500', '144715.557500', '144716.017500', '144716.477500', '144716.937500', '144717.397500', '144717.857500', '144718.317500', '144718.777500', '144719.237500', '144719.697500', '144720.157500', '144720.617500', '144721.077500', '144721.537500', '144721.997500', '144722.457500', '144722.917500', '144723.377500', '144723.837500', '144724.297500', '144724.757500', '144725.217500', '144725.677500', '144726.137500', '144726.597500', '144727.057500', '144727.517500', '144727.977500', '144728.437500', '144728.897500', '144729.357500', '144729.817500', '144730.277500', '144730.737500', '144731.197500', '144731.657500', '144732.117500', '144732.577500', '144733.037500', '144733.497500', '144733.957500', '144734.417500', '144734.877500', '144735.337500', '144735.797500', '144736.257500', '144736.717500', '144737.177500', '144737.637500', '144738.097500', '144738.557500', '144739.017500', '144739.477500', '144739.937500', '144740.397500', '144740.857500', '144741.317500', '144741.777500', '144742.237500', '144742.697500', '144743.157500', '144743.617500', '144744.077500', '144744.537500', '144744.997500', '144745.457500', '144745.917500', '144746.377500', '144746.837500', '144747.297500', '144747.757500', '144748.217500', '144748.677500', '144749.137500', '144749.597500', '144750.057500', '144750.517500', '144750.977500', '144751.437500', '144751.897500', '144752.357500', '144752.817500', '144753.277500', '144753.737500', '144754.197500', '144754.657500', '144755.117500', '144755.577500', '144756.037500', '144756.497500', '144756.957500', '144757.417500', '144757.877500', '144758.337500', '144758.797500', '144759.257500', '144759.717500', '144800.177500', '144800.637500', '144801.097500', '144801.557500', '144802.017500', '144802.477500', '144802.937500', '144803.397500', '144803.857500', '144804.317500', '144804.777500', '144805.237500', '144805.697500', '144806.157500', '144806.617500', '144807.077500', '144807.537500', '144807.997500', '144808.457500', '144808.917500', '144809.377500', '144809.837500', '144810.297500', '144810.757500', '144811.217500', '144811.677500', '144812.137500', '144812.597500', '144813.057500', '144813.517500', '144813.977500', '144814.437500', '144814.897500', '144815.357500', '144815.817500', '144816.277500', '144816.737500', '144817.197500', '144817.657500', '144818.117500', '144818.577500', '144819.037500', '144819.497500', '144819.957500', '144820.417500', '144820.877500', '144821.337500', '144821.797500', '144822.257500', '144822.717500', '144823.177500', '144823.637500', '144824.097500', '144824.557500', '144825.017500', '144825.477500', '144825.937500', '144826.397500', '144826.857500', '144827.317500', '144827.777500', '144828.237500', '144828.697500', '144829.157500', '144829.617500', '144830.077500', '144830.537500', '144830.997500', '144831.457500', '144831.917500', '144832.377500', '144832.837500', '144833.297500', '144833.757500', '144834.217500', '144834.677500', '144835.137500', '144835.597500', '144836.057500', '144836.517500', '144836.977500', '144837.437500', '144837.897500', '144838.357500', '144838.817500', '144839.277500', '144839.737500', '144840.197500', '144840.657500', '144841.117500', '144841.577500', '144842.037500', '144842.497500', '144842.957500', '144843.417500', '144843.877500', '144844.337500', '144844.797500', '144845.257500', '144845.717500', '144846.177500', '144846.637500', '144847.097500', '144847.557500', '144848.017500', '144848.477500', '144848.937500', '144849.397500', '144849.857500', '144850.317500', '144850.777500', '144851.237500', '144851.697500', '144852.157500', '144852.617500', '144853.077500', '144853.537500', '144853.997500', '144854.457500', '144854.917500', '144855.377500', '144855.837500', '144856.297500', '144856.757500', '144857.217500', '144857.677500', '144858.137500', '144858.597500', '144859.057500', '144859.517500', '144859.977500', '144900.437500', '144900.897500', '144901.357500', '144901.817500', '144902.277500', '144902.737500', '144903.197500', '144903.657500', '144904.117500', '144904.577500', '144905.037500', '144905.497500', '144905.957500', '144906.417500', '144906.877500', '144907.337500', '144907.797500', '144908.257500', '144908.717500', '144909.177500', '144909.637500', '144910.097500', '144910.557500', '144911.017500', '144911.477500', '144911.937500', '144912.397500', '144912.857500', '144913.317500', '144913.777500', '144914.237500', '144914.697500', '144915.157500', '144915.617500', '144916.077500', '144916.537500', '144916.997500', '144917.457500', '144917.917500', '144918.377500', '144918.837500', '144919.297500', '144919.757500', '144920.217500', '144920.677500', '144921.137500', '144921.597500', '144922.057500', '144922.517500', '144922.977500', '144923.437500', '144923.897500', '144924.357500', '144924.817500', '144925.277500', '144925.737500', '144926.197500', '144926.657500', '144927.117500', '144927.577500', '144928.037500', '144928.497500', '144928.957500', '144929.417500', '144929.877500', '144930.337500', '144930.797500', '144931.257500', '144931.717500', '144932.177500', '144932.637500', '144933.097500', '144933.557500', '144934.017500', '144934.477500', '144934.937500', '144935.397500', '144935.857500', '144936.317500', '144936.777500', '144937.237500', '144937.697500', '144938.157500', '144938.617500', '144939.077500', '144939.537500', '144939.997500', '144940.457500', '144940.917500', '144941.377500', '144941.837500', '144942.297500', '144942.757500', '144943.217500', '144943.677500', '144944.137500', '144944.597500', '144945.057500', '144945.517500', '144945.977500', '144946.437500', '144946.897500', '144947.357500', '144947.817500', '144948.277500', '144948.737500', '144949.197500', '144949.657500', '144950.117500', '144950.577500', '144951.037500', '144951.497500', '144951.957500', '144952.417500', '144952.877500', '144953.337500', '144953.797500', '144954.257500', '144954.717500', '144955.177500', '144955.637500', '144956.097500', '144956.557500', '144957.017500', '144957.477500', '144957.937500', '144958.397500', '144958.857500', '144959.317500', '144959.777500', '145000.237500', '145000.697500', '145001.157500', '145001.617500', '145002.077500', '145002.537500', '145002.997500', '145003.457500', '145003.917500', '145004.377500', '145004.837500', '145005.297500', '145005.757500', '145006.217500', '145006.677500', '145007.137500', '145007.597500', '145008.057500', '145008.517500', '145008.977500', '145009.437500', '145009.897500', '145010.357500', '145010.817500', '145011.277500', '145011.737500', '145012.197500', '145012.657500', '145013.117500', '145013.577500', '145014.037500', '145014.497500', '145014.957500', '145015.417500', '145015.877500', '145016.337500', '145016.797500', '145017.257500', '145017.717500', '145018.177500', '145018.637500', '145019.097500', '145019.557500', '145020.017500', '145020.477500', '145020.937500', '145021.397500', '145021.857500', '145022.317500', '145022.777500', '145023.237500', '145023.697500', '145024.157500', '145024.617500', '145025.077500', '145025.537500', '145025.997500', '145026.457500', '145026.917500', '145027.377500', '145027.837500', '145028.297500', '145028.757500', '145029.217500', '145029.677500', '145030.137500', '145030.597500', '145031.057500', '145031.517500', '145031.977500', '145032.437500', '145032.897500', '145033.357500', '145033.817500', '145034.277500', '145034.737500', '145035.197500', '145035.657500', '145036.117500', '145036.577500', '145037.037500', '145037.497500', '145037.957500', '145038.417500', '145038.877500', '145039.337500', '145039.797500', '145040.257500', '145040.717500', '145041.177500', '145041.637500', '145042.097500', '145042.557500', '145043.017500', '145043.477500', '145043.937500', '145044.397500', '145044.857500', '145045.317500', '145045.777500', '145046.237500', '145046.697500', '145047.157500', '145047.617500', '145048.077500', '145048.537500', '145048.997500', '145049.457500', '145049.917500', '145050.377500', '145050.837500', '145051.297500', '145051.757500', '145052.217500', '145052.677500', '145053.137500', '145053.597500', '145054.057500', '145054.517500', '145054.977500', '145055.437500', '145055.897500', '145056.357500', '145056.817500', '145057.277500', '145057.737500', '145058.197500', '145058.657500', '145059.117500', '145059.577500', '145100.037500', '145100.497500', '145100.957500', '145101.417500', '145101.877500', '145102.337500', '145102.797500', '145103.257500', '145103.717500', '145104.177500', '145104.637500', '145105.097500', '145105.557500', '145106.017500', '145106.477500', '145106.937500', '145107.397500', '145107.857500', '145108.317500', '145108.777500', '145109.237500', '145109.697500', '145110.157500', '145110.617500', '145111.077500', '145111.537500', '145111.997500', '145112.457500', '145112.917500', '145113.377500', '145113.837500', '145114.297500', '145114.757500', '145115.217500', '145115.677500', '145116.137500', '145116.597500', '145117.057500', '145117.517500', '145117.977500', '145118.437500', '145118.897500'], 'ContentTime': ['144120.423000', '144120.427000', '144120.430000', '144120.433000', '144120.436000', '144120.439000', '144120.442000', '144120.445000', '144120.448000', '144120.450000', '144120.462000', '144120.465000', '144120.468000', '144120.471000', '144120.474000', '144120.477000', '144120.480000', '144120.483000', '144120.485000', '144120.488000', '144120.491000', '144120.494000', '144120.497000', '144120.500000', '144120.503000', '144120.506000', '144120.509000', '144120.512000', '144120.515000', '144120.517000', '144120.520000', '144120.523000', '144140.376000', '144140.379000', '144140.382000', '144140.385000', '144140.387000', '144140.390000', '144140.393000', '144140.396000', '144140.399000', '144140.402000', '144140.405000', '144140.408000', '144140.410000', '144140.413000', '144140.416000', '144140.419000', '144140.422000', '144140.425000', '144140.427000', '144140.442000', '144140.445000', '144140.448000', '144140.451000', '144140.454000', '144140.456000', '144140.459000', '144140.462000', '144140.465000', '144140.468000', '144140.470000', '144140.473000', '144140.476000', '144140.479000', '144140.482000', '144140.484000', '144140.487000', '144140.490000', '144140.493000', '144140.496000', '144140.498000', '144140.501000', '144140.504000', '144140.507000', '144200.376000', '144200.379000', '144200.382000', '144200.384000', '144200.387000', '144200.390000', '144200.393000', '144200.396000', '144200.399000', '144200.402000', '144200.404000', '144200.407000', '144200.410000', '144200.413000', '144200.416000', '144200.418000', '144200.421000', '144200.424000', '144200.427000', '144200.430000', '144200.432000', '144200.435000', '144200.438000', '144200.441000', '144200.444000', '144200.446000', '144200.449000', '144200.452000', '144200.455000', '144200.458000', '144200.461000', '144200.463000', '144200.466000', '144200.469000', '144200.472000', '144200.475000', '144200.483000', '144200.486000', '144200.489000', '144200.492000', '144200.495000', '144200.497000', '144200.500000', '144200.503000', '144220.376000', '144220.379000', '144220.382000', '144220.385000', '144220.387000', '144220.390000', '144220.393000', '144220.396000', '144220.399000', '144220.402000', '144220.404000', '144220.407000', '144220.410000', '144220.413000', '144220.416000', '144220.419000', '144220.421000', '144220.424000', '144220.427000', '144220.430000', '144220.433000', '144220.436000', '144220.439000', '144220.442000', '144220.445000', '144220.448000', '144220.451000', '144220.453000', '144220.456000', '144220.459000', '144220.462000', '144220.465000', '144220.467000', '144220.470000', '144220.473000', '144220.476000', '144220.479000', '144220.482000', '144220.484000', '144220.487000', '144220.490000', '144220.493000', '144220.496000', '144240.375000', '144240.378000', '144240.381000', '144240.384000', '144240.386000', '144240.389000', '144240.392000', '144240.395000', '144240.398000', '144240.400000', '144240.403000', '144240.406000', '144240.409000', '144240.412000', '144240.415000', '144240.417000', '144240.420000', '144240.423000', '144240.426000', '144240.429000', '144240.432000', '144240.435000', '144240.437000', '144240.440000', '144240.443000', '144240.446000', '144240.449000', '144240.451000', '144240.454000', '144240.457000', '144240.460000', '144240.463000', '144240.465000', '144240.468000', '144240.471000', '144240.474000', '144240.477000', '144240.480000', '144240.483000', '144240.485000', '144240.488000', '144240.491000', '144240.494000', '144240.497000', '144300.375000', '144300.378000', '144300.381000', '144300.384000', '144300.386000', '144300.389000', '144300.398000', '144300.401000', '144300.404000', '144300.406000', '144300.409000', '144300.412000', '144300.415000', '144300.422000', '144300.425000', '144300.428000', '144300.430000', '144300.433000', '144300.436000', '144300.439000', '144300.451000', '144300.455000', '144300.460000', '144300.463000', '144300.465000', '144300.468000', '144300.471000', '144300.474000', '144300.477000', '144300.479000', '144300.482000', '144300.485000', '144300.488000', '144300.491000', '144300.494000', '144300.496000', '144300.499000', '144300.502000', '144300.505000', '144300.508000', '144300.511000', '144300.513000', '144300.516000', '144320.375000', '144320.378000', '144320.381000', '144320.383000', '144320.386000', '144320.389000', '144320.392000', '144320.395000', '144320.398000', '144320.401000', '144320.403000', '144320.406000', '144320.409000', '144320.412000', '144320.415000', '144320.418000', '144320.420000', '144320.423000', '144320.426000', '144320.429000', '144320.432000', '144320.435000', '144320.438000', '144320.440000', '144320.443000', '144320.446000', '144320.449000', '144320.452000', '144320.455000', '144320.457000', '144320.460000', '144320.463000', '144320.466000', '144320.469000', '144320.472000', '144320.474000', '144320.477000', '144320.480000', '144320.483000', '144320.486000', '144320.489000', '144320.491000', '144320.494000', '144320.497000', '144340.375000', '144340.378000', '144340.381000', '144340.384000', '144340.387000', '144340.389000', '144340.392000', '144340.395000', '144340.398000', '144340.401000', '144340.404000', '144340.408000', '144340.411000', '144340.414000', '144340.416000', '144340.419000', '144340.422000', '144340.425000', '144340.428000', '144340.431000', '144340.434000', '144340.437000', '144340.440000', '144340.442000', '144340.445000', '144340.448000', '144340.451000', '144340.454000', '144340.457000', '144340.461000', '144340.464000', '144340.467000', '144340.470000', '144340.473000', '144340.476000', '144340.478000', '144340.481000', '144340.484000', '144340.487000', '144340.490000', '144340.493000', '144340.495000', '144340.498000', '144400.376000', '144400.379000', '144400.382000', '144400.385000', '144400.387000', '144400.390000', '144400.393000', '144400.396000', '144400.399000', '144400.402000', '144400.405000', '144400.407000', '144400.410000', '144400.413000', '144400.416000', '144400.419000', '144400.421000', '144400.424000', '144400.427000', '144400.430000', '144400.433000', '144400.436000', '144400.438000', '144400.441000', '144400.444000', '144400.447000', '144400.450000', '144400.453000', '144400.455000', '144400.458000', '144400.461000', '144400.464000', '144400.467000', '144400.470000', '144400.472000', '144400.475000', '144400.478000', '144400.481000', '144400.484000', '144400.487000', '144400.489000', '144400.492000', '144400.495000', '144400.498000', '144420.376000', '144420.379000', '144420.382000', '144420.385000', '144420.387000', '144420.390000', '144420.393000', '144420.396000', '144420.399000', '144420.402000', '144420.405000', '144420.407000', '144420.410000', '144420.413000', '144420.416000', '144420.419000', '144420.422000', '144420.424000', '144420.427000', '144420.430000', '144420.433000', '144420.436000', '144420.439000', '144420.441000', '144420.444000', '144420.447000', '144420.450000', '144420.453000', '144420.456000', '144420.458000', '144420.461000', '144420.464000', '144420.467000', '144420.470000', '144420.473000', '144420.476000', '144420.479000', '144420.481000', '144420.484000', '144420.487000', '144420.490000', '144420.493000', '144420.496000', '144440.376000', '144440.393000', '144440.396000', '144440.399000', '144440.402000', '144440.405000', '144440.408000', '144440.410000', '144440.413000', '144440.416000', '144440.419000', '144440.422000', '144440.425000', '144440.428000', '144440.430000', '144440.433000', '144440.436000', '144440.439000', '144440.442000', '144440.445000', '144440.447000', '144440.450000', '144440.453000', '144440.456000', '144440.459000', '144440.462000', '144440.464000', '144440.467000', '144440.470000', '144440.473000', '144440.476000', '144440.479000', '144440.481000', '144440.484000', '144440.487000', '144440.490000', '144440.493000', '144440.496000', '144440.498000', '144440.501000', '144440.504000', '144440.507000', '144440.510000', '144440.512000', '144500.375000', '144500.378000', '144500.381000', '144500.384000', '144500.386000', '144500.389000', '144500.392000', '144500.395000', '144500.398000', '144500.401000', '144500.404000', '144500.406000', '144500.409000', '144500.412000', '144500.415000', '144500.418000', '144500.421000', '144500.423000', '144500.426000', '144500.429000', '144500.432000', '144500.435000', '144500.438000', '144500.440000', '144500.443000', '144500.447000', '144500.450000', '144500.453000', '144500.456000', '144500.459000', '144500.462000', '144500.465000', '144500.468000', '144500.470000', '144500.473000', '144500.476000', '144500.479000', '144500.482000', '144500.485000', '144500.487000', '144500.490000', '144500.493000', '144500.496000', '144520.375000', '144520.378000', '144520.381000', '144520.384000', '144520.387000', '144520.389000', '144520.392000', '144520.395000', '144520.398000', '144520.401000', '144520.407000', '144520.411000', '144520.414000', '144520.417000', '144520.420000', '144520.423000', '144520.426000', '144520.428000', '144520.431000', '144520.434000', '144520.437000', '144520.440000', '144520.443000', '144520.445000', '144520.448000', '144520.451000', '144520.454000', '144520.457000', '144520.460000', '144520.463000', '144520.465000', '144520.468000', '144520.471000', '144520.474000', '144520.477000', '144520.479000', '144520.482000', '144520.485000', '144520.488000', '144520.491000', '144520.494000', '144520.496000', '144520.499000', '144520.502000', '144540.375000', '144540.378000', '144540.381000', '144540.384000', '144540.386000', '144540.389000', '144540.392000', '144540.395000', '144540.398000', '144540.401000', '144540.404000', '144540.406000', '144540.409000', '144540.412000', '144540.415000', '144540.418000', '144540.421000', '144540.424000', '144540.426000', '144540.429000', '144540.432000', '144540.435000', '144540.438000', '144540.441000', '144540.444000', '144540.447000', '144540.449000', '144540.452000', '144540.455000', '144540.458000', '144540.461000', '144540.464000', '144540.466000', '144540.469000', '144540.472000', '144540.475000', '144540.478000', '144540.481000', '144540.484000', '144540.486000', '144540.489000', '144540.492000', '144540.495000', '144600.375000', '144600.378000', '144600.381000', '144600.384000', '144600.387000', '144600.389000', '144600.392000', '144600.395000', '144600.398000', '144600.401000', '144600.404000', '144600.406000', '144600.409000', '144600.412000', '144600.415000', '144600.418000', '144600.421000', '144600.424000', '144600.426000', '144600.429000', '144600.432000', '144600.435000', '144600.438000', '144600.440000', '144600.443000', '144600.446000', '144600.464000', '144600.467000', '144600.470000', '144600.473000', '144600.476000', '144600.478000', '144600.481000', '144600.484000', '144600.487000', '144600.490000', '144600.493000', '144600.495000', '144600.498000', '144600.501000', '144600.504000', '144600.507000', '144600.510000', '144600.512000', '144620.376000', '144620.379000', '144620.382000', '144620.385000', '144620.388000', '144620.390000', '144620.393000', '144620.396000', '144620.399000', '144620.402000', '144620.404000', '144620.407000', '144620.410000', '144620.413000', '144620.416000', '144620.419000', '144620.422000', '144620.424000', '144620.427000', '144620.430000', '144620.433000', '144620.436000', '144620.438000', '144620.441000', '144620.444000', '144620.447000', '144620.450000', '144620.453000', '144620.456000', '144620.458000', '144620.461000', '144620.464000', '144620.467000', '144620.470000', '144620.473000', '144620.475000', '144620.478000', '144620.481000', '144620.485000', '144620.488000', '144620.491000', '144620.494000', '144620.497000', '144640.376000', '144640.379000', '144640.382000', '144640.385000', '144640.387000', '144640.390000', '144640.393000', '144640.396000', '144640.399000', '144640.402000', '144640.404000', '144640.407000', '144640.412000', '144640.415000', '144640.418000', '144640.421000', '144640.424000', '144640.426000', '144640.429000', '144640.432000', '144640.435000', '144640.438000', '144640.455000', '144640.458000', '144640.461000', '144640.464000', '144640.467000', '144640.469000', '144640.472000', '144640.475000', '144640.478000', '144640.481000', '144640.484000', '144640.486000', '144640.489000', '144640.492000', '144640.495000', '144640.498000', '144640.501000', '144640.504000', '144640.506000', '144640.509000', '144640.512000', '144640.515000', '144700.376000', '144700.379000', '144700.382000', '144700.385000', '144700.388000', '144700.390000', '144700.393000', '144700.396000', '144700.399000', '144700.402000', '144700.405000', '144700.407000', '144700.410000', '144700.413000', '144700.416000', '144700.419000', '144700.421000', '144700.424000', '144700.427000', '144700.430000', '144700.433000', '144700.436000', '144700.438000', '144700.441000', '144700.444000', '144700.447000', '144700.450000', '144700.453000', '144700.455000', '144700.458000', '144700.461000', '144700.464000', '144700.467000', '144700.470000', '144700.472000', '144700.475000', '144700.478000', '144700.481000', '144700.484000', '144700.486000', '144700.489000', '144700.492000', '144700.495000', '144720.375000', '144720.378000', '144720.381000', '144720.384000', '144720.386000', '144720.389000', '144720.392000', '144720.395000', '144720.398000', '144720.401000', '144720.403000', '144720.406000', '144720.409000', '144720.412000', '144720.415000', '144720.418000', '144720.421000', '144720.423000', '144720.426000', '144720.429000', '144720.432000', '144720.435000', '144720.437000', '144720.440000', '144720.443000', '144720.446000', '144720.449000', '144720.452000', '144720.455000', '144720.457000', '144720.460000', '144720.463000', '144720.466000', '144720.469000', '144720.472000', '144720.474000', '144720.477000', '144720.496000', '144720.498000', '144720.501000', '144720.504000', '144720.507000', '144720.510000', '144720.513000', '144740.375000', '144740.378000', '144740.381000', '144740.384000', '144740.387000', '144740.389000', '144740.392000', '144740.395000', '144740.398000', '144740.401000', '144740.404000', '144740.407000', '144740.409000', '144740.412000', '144740.415000', '144740.418000', '144740.421000', '144740.424000', '144740.426000', '144740.429000', '144740.432000', '144740.435000', '144740.438000', '144740.441000', '144740.444000', '144740.447000', '144740.449000', '144740.452000', '144740.455000', '144740.458000', '144740.461000', '144740.464000', '144740.467000', '144740.469000', '144740.472000', '144740.475000', '144740.478000', '144740.481000', '144740.484000', '144740.486000', '144740.489000', '144740.492000', '144740.495000', '144800.375000', '144800.378000', '144800.381000', '144800.384000', '144800.387000', '144800.390000', '144800.393000', '144800.396000', '144800.398000', '144800.401000', '144800.404000', '144800.407000', '144800.410000', '144800.412000', '144800.415000', '144800.418000', '144800.421000', '144800.424000', '144800.426000', '144800.429000', '144800.432000', '144800.435000', '144800.438000', '144800.441000', '144800.443000', '144800.446000', '144800.449000', '144800.452000', '144800.455000', '144800.458000', '144800.461000', '144800.463000', '144800.466000', '144800.469000', '144800.472000', '144800.475000', '144800.477000', '144800.480000', '144800.483000', '144800.486000', '144800.489000', '144800.492000', '144800.495000', '144820.375000', '144820.378000', '144820.381000', '144820.384000', '144820.387000', '144820.390000', '144820.392000', '144820.395000', '144820.398000', '144820.401000', '144820.404000', '144820.407000', '144820.409000', '144820.412000', '144820.415000', '144820.418000', '144820.421000', '144820.424000', '144820.426000', '144820.429000', '144820.432000', '144820.435000', '144820.438000', '144820.441000', '144820.444000', '144820.446000', '144820.449000', '144820.452000', '144820.455000', '144820.458000', '144820.461000', '144820.464000', '144820.466000', '144820.469000', '144820.472000', '144820.475000', '144820.478000', '144820.481000', '144820.484000', '144820.486000', '144820.489000', '144820.492000', '144820.495000', '144820.498000', '144840.376000', '144840.379000', '144840.382000', '144840.385000', '144840.388000', '144840.391000', '144840.394000', '144840.397000', '144840.400000', '144840.403000', '144840.406000', '144840.408000', '144840.411000', '144840.414000', '144840.417000', '144840.420000', '144840.423000', '144840.426000', '144840.428000', '144840.431000', '144840.434000', '144840.437000', '144840.440000', '144840.443000', '144840.446000', '144840.448000', '144840.451000', '144840.454000', '144840.457000', '144840.460000', '144840.463000', '144840.465000', '144840.468000', '144840.471000', '144840.474000', '144840.477000', '144840.480000', '144840.483000', '144840.485000', '144840.488000', '144840.491000', '144840.494000', '144840.497000', '144900.376000', '144900.379000', '144900.382000', '144900.385000', '144900.388000', '144900.391000', '144900.393000', '144900.396000', '144900.399000', '144900.402000', '144900.405000', '144900.408000', '144900.411000', '144900.413000', '144900.416000', '144900.419000', '144900.422000', '144900.425000', '144900.428000', '144900.431000', '144900.433000', '144900.436000', '144900.439000', '144900.442000', '144900.445000', '144900.448000', '144900.460000', '144900.463000', '144900.466000', '144900.469000', '144900.472000', '144900.474000', '144900.477000', '144900.480000', '144900.483000', '144900.486000', '144900.489000', '144900.492000', '144900.494000', '144900.497000', '144900.500000', '144900.503000', '144900.506000', '144900.509000', '144920.376000', '144920.379000', '144920.382000', '144920.385000', '144920.388000', '144920.390000', '144920.393000', '144920.396000', '144920.399000', '144920.402000', '144920.405000', '144920.408000', '144920.411000', '144920.414000', '144920.417000', '144920.419000', '144920.422000', '144920.425000', '144920.428000', '144920.431000', '144920.434000', '144920.436000', '144920.439000', '144920.442000', '144920.445000', '144920.448000', '144920.451000', '144920.453000', '144920.456000', '144920.459000', '144920.462000', '144920.465000', '144920.468000', '144920.470000', '144920.473000', '144920.476000', '144920.479000', '144920.482000', '144920.484000', '144920.487000', '144920.490000', '144920.493000', '144920.496000', '144940.375000', '144940.378000', '144940.381000', '144940.384000', '144940.387000', '144940.389000', '144940.392000', '144940.395000', '144940.398000', '144940.401000', '144940.404000', '144940.406000', '144940.409000', '144940.412000', '144940.415000', '144940.418000', '144940.421000', '144940.424000', '144940.426000', '144940.429000', '144940.432000', '144940.435000', '144940.438000', '144940.441000', '144940.443000', '144940.446000', '144940.449000', '144940.452000', '144940.455000', '144940.458000', '144940.461000', '144940.463000', '144940.466000', '144940.469000', '144940.472000', '144940.475000', '144940.478000', '144940.481000', '144940.483000', '144940.486000', '144940.489000', '144940.492000', '144940.495000', '144940.498000', '145000.375000', '145000.378000', '145000.381000', '145000.384000', '145000.387000', '145000.390000', '145000.392000', '145000.395000', '145000.398000', '145000.401000', '145000.404000', '145000.407000', '145000.410000', '145000.412000', '145000.415000', '145000.418000', '145000.421000', '145000.424000', '145000.428000', '145000.432000', '145000.435000', '145000.438000', '145000.441000', '145000.444000', '145000.447000', '145000.450000', '145000.452000', '145000.455000', '145000.458000', '145000.461000', '145000.464000', '145000.467000', '145000.470000', '145000.472000', '145000.475000', '145000.478000', '145000.481000', '145000.484000', '145000.486000', '145000.489000', '145000.492000', '145000.495000', '145000.498000', '145020.375000', '145020.378000', '145020.381000', '145020.384000', '145020.387000', '145020.390000', '145020.392000', '145020.395000', '145020.398000', '145020.401000', '145020.404000', '145020.407000', '145020.410000', '145020.412000', '145020.415000', '145020.418000', '145020.421000', '145020.424000', '145020.427000', '145020.430000', '145020.432000', '145020.435000', '145020.438000', '145020.441000', '145020.444000', '145020.447000', '145020.449000', '145020.452000', '145020.455000', '145020.458000', '145020.461000', '145020.464000', '145020.467000', '145020.469000', '145020.472000', '145020.475000', '145020.478000', '145020.481000', '145020.484000', '145020.487000', '145020.489000', '145020.492000', '145020.495000', '145020.498000', '145040.375000', '145040.378000', '145040.381000', '145040.384000', '145040.386000', '145040.389000', '145040.392000', '145040.395000', '145040.398000', '145040.401000', '145040.404000', '145040.407000', '145040.409000', '145040.412000', '145040.415000', '145040.418000', '145040.421000', '145040.424000', '145040.426000', '145040.429000', '145040.432000', '145040.435000', '145040.438000', '145040.441000', '145040.444000', '145040.447000', '145040.450000', '145040.453000', '145040.456000', '145040.458000', '145040.461000', '145040.464000', '145040.467000', '145040.470000', '145040.472000', '145040.475000', '145040.478000', '145040.481000', '145040.484000', '145040.486000', '145040.489000', '145040.492000', '145040.495000', '145100.376000', '145100.379000', '145100.382000', '145100.385000', '145100.388000', '145100.390000', '145100.393000', '145100.396000', '145100.399000', '145100.402000', '145100.405000', '145100.408000', '145100.410000', '145100.413000', '145100.416000', '145100.419000', '145100.422000', '145100.425000', '145100.428000', '145100.431000', '145100.433000', '145100.436000', '145100.439000', '145100.442000', '145100.445000', '145100.448000', '145100.451000', '145100.454000', '145100.456000', '145100.459000', '145100.462000', '145100.465000', '145100.468000', '145100.471000', '145100.473000', '145100.476000', '145100.479000', '145100.482000', '145100.485000', '145100.488000', '145100.490000', '145100.493000', '145100.496000', '145100.499000', '145119.594000', '145119.598000', '145119.601000', '145119.604000', '145119.608000', '145119.611000', '145119.614000', '145119.617000', '145119.621000', '145119.624000', '145119.627000', '145119.630000', '145119.633000', '145119.636000', '145119.638000', '145119.641000', '145119.644000', '145119.647000', '145119.650000', '145119.653000', '145119.656000', '145119.659000', '145119.662000', '145119.665000', '145119.668000', '145119.671000', '145119.674000', '145119.682000', '145119.685000', '145119.688000', '145119.691000', '145119.694000', '145119.697000', '145119.700000', '145119.702000', '145119.705000', '145119.708000', '145119.711000', '145119.715000', '145119.718000', '145119.721000', '145119.724000'], 'InstanceCreationTime': ['144120.423000', '144120.427000', '144120.430000', '144120.433000', '144120.436000', '144120.439000', '144120.442000', '144120.445000', '144120.448000', '144120.450000', '144120.462000', '144120.465000', '144120.468000', '144120.471000', '144120.474000', '144120.477000', '144120.480000', '144120.483000', '144120.485000', '144120.488000', '144120.491000', '144120.494000', '144120.497000', '144120.500000', '144120.503000', '144120.506000', '144120.509000', '144120.512000', '144120.515000', '144120.517000', '144120.520000', '144120.523000', '144140.376000', '144140.379000', '144140.382000', '144140.385000', '144140.387000', '144140.390000', '144140.393000', '144140.396000', '144140.399000', '144140.402000', '144140.405000', '144140.408000', '144140.410000', '144140.413000', '144140.416000', '144140.419000', '144140.422000', '144140.425000', '144140.427000', '144140.442000', '144140.445000', '144140.448000', '144140.451000', '144140.454000', '144140.456000', '144140.459000', '144140.462000', '144140.465000', '144140.468000', '144140.470000', '144140.473000', '144140.476000', '144140.479000', '144140.482000', '144140.484000', '144140.487000', '144140.490000', '144140.493000', '144140.496000', '144140.498000', '144140.501000', '144140.504000', '144140.507000', '144200.376000', '144200.379000', '144200.382000', '144200.384000', '144200.387000', '144200.390000', '144200.393000', '144200.396000', '144200.399000', '144200.402000', '144200.404000', '144200.407000', '144200.410000', '144200.413000', '144200.416000', '144200.418000', '144200.421000', '144200.424000', '144200.427000', '144200.430000', '144200.432000', '144200.435000', '144200.438000', '144200.441000', '144200.444000', '144200.446000', '144200.449000', '144200.452000', '144200.455000', '144200.458000', '144200.461000', '144200.463000', '144200.466000', '144200.469000', '144200.472000', '144200.475000', '144200.483000', '144200.486000', '144200.489000', '144200.492000', '144200.495000', '144200.497000', '144200.500000', '144200.503000', '144220.376000', '144220.379000', '144220.382000', '144220.385000', '144220.387000', '144220.390000', '144220.393000', '144220.396000', '144220.399000', '144220.402000', '144220.404000', '144220.407000', '144220.410000', '144220.413000', '144220.416000', '144220.419000', '144220.421000', '144220.424000', '144220.427000', '144220.430000', '144220.433000', '144220.436000', '144220.439000', '144220.442000', '144220.445000', '144220.448000', '144220.451000', '144220.453000', '144220.456000', '144220.459000', '144220.462000', '144220.465000', '144220.467000', '144220.470000', '144220.473000', '144220.476000', '144220.479000', '144220.482000', '144220.484000', '144220.487000', '144220.490000', '144220.493000', '144220.496000', '144240.375000', '144240.378000', '144240.381000', '144240.384000', '144240.386000', '144240.389000', '144240.392000', '144240.395000', '144240.398000', '144240.400000', '144240.403000', '144240.406000', '144240.409000', '144240.412000', '144240.415000', '144240.417000', '144240.420000', '144240.423000', '144240.426000', '144240.429000', '144240.432000', '144240.435000', '144240.437000', '144240.440000', '144240.443000', '144240.446000', '144240.449000', '144240.451000', '144240.454000', '144240.457000', '144240.460000', '144240.463000', '144240.465000', '144240.468000', '144240.471000', '144240.474000', '144240.477000', '144240.480000', '144240.483000', '144240.485000', '144240.488000', '144240.491000', '144240.494000', '144240.497000', '144300.375000', '144300.378000', '144300.381000', '144300.384000', '144300.386000', '144300.389000', '144300.398000', '144300.401000', '144300.404000', '144300.406000', '144300.409000', '144300.412000', '144300.415000', '144300.422000', '144300.425000', '144300.428000', '144300.430000', '144300.433000', '144300.436000', '144300.439000', '144300.451000', '144300.455000', '144300.460000', '144300.463000', '144300.465000', '144300.468000', '144300.471000', '144300.474000', '144300.477000', '144300.479000', '144300.482000', '144300.485000', '144300.488000', '144300.491000', '144300.494000', '144300.496000', '144300.499000', '144300.502000', '144300.505000', '144300.508000', '144300.511000', '144300.513000', '144300.516000', '144320.375000', '144320.378000', '144320.381000', '144320.383000', '144320.386000', '144320.389000', '144320.392000', '144320.395000', '144320.398000', '144320.401000', '144320.403000', '144320.406000', '144320.409000', '144320.412000', '144320.415000', '144320.418000', '144320.420000', '144320.423000', '144320.426000', '144320.429000', '144320.432000', '144320.435000', '144320.438000', '144320.440000', '144320.443000', '144320.446000', '144320.449000', '144320.452000', '144320.455000', '144320.457000', '144320.460000', '144320.463000', '144320.466000', '144320.469000', '144320.472000', '144320.474000', '144320.477000', '144320.480000', '144320.483000', '144320.486000', '144320.489000', '144320.491000', '144320.494000', '144320.497000', '144340.375000', '144340.378000', '144340.381000', '144340.384000', '144340.387000', '144340.389000', '144340.392000', '144340.395000', '144340.398000', '144340.401000', '144340.404000', '144340.408000', '144340.411000', '144340.414000', '144340.416000', '144340.419000', '144340.422000', '144340.425000', '144340.428000', '144340.431000', '144340.434000', '144340.437000', '144340.440000', '144340.442000', '144340.445000', '144340.448000', '144340.451000', '144340.454000', '144340.457000', '144340.461000', '144340.464000', '144340.467000', '144340.470000', '144340.473000', '144340.476000', '144340.478000', '144340.481000', '144340.484000', '144340.487000', '144340.490000', '144340.493000', '144340.495000', '144340.498000', '144400.376000', '144400.379000', '144400.382000', '144400.385000', '144400.387000', '144400.390000', '144400.393000', '144400.396000', '144400.399000', '144400.402000', '144400.405000', '144400.407000', '144400.410000', '144400.413000', '144400.416000', '144400.419000', '144400.421000', '144400.424000', '144400.427000', '144400.430000', '144400.433000', '144400.436000', '144400.438000', '144400.441000', '144400.444000', '144400.447000', '144400.450000', '144400.453000', '144400.455000', '144400.458000', '144400.461000', '144400.464000', '144400.467000', '144400.470000', '144400.472000', '144400.475000', '144400.478000', '144400.481000', '144400.484000', '144400.487000', '144400.489000', '144400.492000', '144400.495000', '144400.498000', '144420.376000', '144420.379000', '144420.382000', '144420.385000', '144420.387000', '144420.390000', '144420.393000', '144420.396000', '144420.399000', '144420.402000', '144420.405000', '144420.407000', '144420.410000', '144420.413000', '144420.416000', '144420.419000', '144420.422000', '144420.424000', '144420.427000', '144420.430000', '144420.433000', '144420.436000', '144420.439000', '144420.441000', '144420.444000', '144420.447000', '144420.450000', '144420.453000', '144420.456000', '144420.458000', '144420.461000', '144420.464000', '144420.467000', '144420.470000', '144420.473000', '144420.476000', '144420.479000', '144420.481000', '144420.484000', '144420.487000', '144420.490000', '144420.493000', '144420.496000', '144440.376000', '144440.393000', '144440.396000', '144440.399000', '144440.402000', '144440.405000', '144440.408000', '144440.410000', '144440.413000', '144440.416000', '144440.419000', '144440.422000', '144440.425000', '144440.428000', '144440.430000', '144440.433000', '144440.436000', '144440.439000', '144440.442000', '144440.445000', '144440.447000', '144440.450000', '144440.453000', '144440.456000', '144440.459000', '144440.462000', '144440.464000', '144440.467000', '144440.470000', '144440.473000', '144440.476000', '144440.479000', '144440.481000', '144440.484000', '144440.487000', '144440.490000', '144440.493000', '144440.496000', '144440.498000', '144440.501000', '144440.504000', '144440.507000', '144440.510000', '144440.512000', '144500.375000', '144500.378000', '144500.381000', '144500.384000', '144500.386000', '144500.389000', '144500.392000', '144500.395000', '144500.398000', '144500.401000', '144500.404000', '144500.406000', '144500.409000', '144500.412000', '144500.415000', '144500.418000', '144500.421000', '144500.423000', '144500.426000', '144500.429000', '144500.432000', '144500.435000', '144500.438000', '144500.440000', '144500.443000', '144500.447000', '144500.450000', '144500.453000', '144500.456000', '144500.459000', '144500.462000', '144500.465000', '144500.468000', '144500.470000', '144500.473000', '144500.476000', '144500.479000', '144500.482000', '144500.485000', '144500.487000', '144500.490000', '144500.493000', '144500.496000', '144520.375000', '144520.378000', '144520.381000', '144520.384000', '144520.387000', '144520.389000', '144520.392000', '144520.395000', '144520.398000', '144520.401000', '144520.407000', '144520.411000', '144520.414000', '144520.417000', '144520.420000', '144520.423000', '144520.426000', '144520.428000', '144520.431000', '144520.434000', '144520.437000', '144520.440000', '144520.443000', '144520.445000', '144520.448000', '144520.451000', '144520.454000', '144520.457000', '144520.460000', '144520.463000', '144520.465000', '144520.468000', '144520.471000', '144520.474000', '144520.477000', '144520.479000', '144520.482000', '144520.485000', '144520.488000', '144520.491000', '144520.494000', '144520.496000', '144520.499000', '144520.502000', '144540.375000', '144540.378000', '144540.381000', '144540.384000', '144540.386000', '144540.389000', '144540.392000', '144540.395000', '144540.398000', '144540.401000', '144540.404000', '144540.406000', '144540.409000', '144540.412000', '144540.415000', '144540.418000', '144540.421000', '144540.424000', '144540.426000', '144540.429000', '144540.432000', '144540.435000', '144540.438000', '144540.441000', '144540.444000', '144540.447000', '144540.449000', '144540.452000', '144540.455000', '144540.458000', '144540.461000', '144540.464000', '144540.466000', '144540.469000', '144540.472000', '144540.475000', '144540.478000', '144540.481000', '144540.484000', '144540.486000', '144540.489000', '144540.492000', '144540.495000', '144600.375000', '144600.378000', '144600.381000', '144600.384000', '144600.387000', '144600.389000', '144600.392000', '144600.395000', '144600.398000', '144600.401000', '144600.404000', '144600.406000', '144600.409000', '144600.412000', '144600.415000', '144600.418000', '144600.421000', '144600.424000', '144600.426000', '144600.429000', '144600.432000', '144600.435000', '144600.438000', '144600.440000', '144600.443000', '144600.446000', '144600.464000', '144600.467000', '144600.470000', '144600.473000', '144600.476000', '144600.478000', '144600.481000', '144600.484000', '144600.487000', '144600.490000', '144600.493000', '144600.495000', '144600.498000', '144600.501000', '144600.504000', '144600.507000', '144600.510000', '144600.512000', '144620.376000', '144620.379000', '144620.382000', '144620.385000', '144620.388000', '144620.390000', '144620.393000', '144620.396000', '144620.399000', '144620.402000', '144620.404000', '144620.407000', '144620.410000', '144620.413000', '144620.416000', '144620.419000', '144620.422000', '144620.424000', '144620.427000', '144620.430000', '144620.433000', '144620.436000', '144620.438000', '144620.441000', '144620.444000', '144620.447000', '144620.450000', '144620.453000', '144620.456000', '144620.458000', '144620.461000', '144620.464000', '144620.467000', '144620.470000', '144620.473000', '144620.475000', '144620.478000', '144620.481000', '144620.485000', '144620.488000', '144620.491000', '144620.494000', '144620.497000', '144640.376000', '144640.379000', '144640.382000', '144640.385000', '144640.387000', '144640.390000', '144640.393000', '144640.396000', '144640.399000', '144640.402000', '144640.404000', '144640.407000', '144640.412000', '144640.415000', '144640.418000', '144640.421000', '144640.424000', '144640.426000', '144640.429000', '144640.432000', '144640.435000', '144640.438000', '144640.455000', '144640.458000', '144640.461000', '144640.464000', '144640.467000', '144640.469000', '144640.472000', '144640.475000', '144640.478000', '144640.481000', '144640.484000', '144640.486000', '144640.489000', '144640.492000', '144640.495000', '144640.498000', '144640.501000', '144640.504000', '144640.506000', '144640.509000', '144640.512000', '144640.515000', '144700.376000', '144700.379000', '144700.382000', '144700.385000', '144700.388000', '144700.390000', '144700.393000', '144700.396000', '144700.399000', '144700.402000', '144700.405000', '144700.407000', '144700.410000', '144700.413000', '144700.416000', '144700.419000', '144700.421000', '144700.424000', '144700.427000', '144700.430000', '144700.433000', '144700.436000', '144700.438000', '144700.441000', '144700.444000', '144700.447000', '144700.450000', '144700.453000', '144700.455000', '144700.458000', '144700.461000', '144700.464000', '144700.467000', '144700.470000', '144700.472000', '144700.475000', '144700.478000', '144700.481000', '144700.484000', '144700.486000', '144700.489000', '144700.492000', '144700.495000', '144720.375000', '144720.378000', '144720.381000', '144720.384000', '144720.386000', '144720.389000', '144720.392000', '144720.395000', '144720.398000', '144720.401000', '144720.403000', '144720.406000', '144720.409000', '144720.412000', '144720.415000', '144720.418000', '144720.421000', '144720.423000', '144720.426000', '144720.429000', '144720.432000', '144720.435000', '144720.437000', '144720.440000', '144720.443000', '144720.446000', '144720.449000', '144720.452000', '144720.455000', '144720.457000', '144720.460000', '144720.463000', '144720.466000', '144720.469000', '144720.472000', '144720.474000', '144720.477000', '144720.496000', '144720.498000', '144720.501000', '144720.504000', '144720.507000', '144720.510000', '144720.513000', '144740.375000', '144740.378000', '144740.381000', '144740.384000', '144740.387000', '144740.389000', '144740.392000', '144740.395000', '144740.398000', '144740.401000', '144740.404000', '144740.407000', '144740.409000', '144740.412000', '144740.415000', '144740.418000', '144740.421000', '144740.424000', '144740.426000', '144740.429000', '144740.432000', '144740.435000', '144740.438000', '144740.441000', '144740.444000', '144740.447000', '144740.449000', '144740.452000', '144740.455000', '144740.458000', '144740.461000', '144740.464000', '144740.467000', '144740.469000', '144740.472000', '144740.475000', '144740.478000', '144740.481000', '144740.484000', '144740.486000', '144740.489000', '144740.492000', '144740.495000', '144800.375000', '144800.378000', '144800.381000', '144800.384000', '144800.387000', '144800.390000', '144800.393000', '144800.396000', '144800.398000', '144800.401000', '144800.404000', '144800.407000', '144800.410000', '144800.412000', '144800.415000', '144800.418000', '144800.421000', '144800.424000', '144800.426000', '144800.429000', '144800.432000', '144800.435000', '144800.438000', '144800.441000', '144800.443000', '144800.446000', '144800.449000', '144800.452000', '144800.455000', '144800.458000', '144800.461000', '144800.463000', '144800.466000', '144800.469000', '144800.472000', '144800.475000', '144800.477000', '144800.480000', '144800.483000', '144800.486000', '144800.489000', '144800.492000', '144800.495000', '144820.375000', '144820.378000', '144820.381000', '144820.384000', '144820.387000', '144820.390000', '144820.392000', '144820.395000', '144820.398000', '144820.401000', '144820.404000', '144820.407000', '144820.409000', '144820.412000', '144820.415000', '144820.418000', '144820.421000', '144820.424000', '144820.426000', '144820.429000', '144820.432000', '144820.435000', '144820.438000', '144820.441000', '144820.444000', '144820.446000', '144820.449000', '144820.452000', '144820.455000', '144820.458000', '144820.461000', '144820.464000', '144820.466000', '144820.469000', '144820.472000', '144820.475000', '144820.478000', '144820.481000', '144820.484000', '144820.486000', '144820.489000', '144820.492000', '144820.495000', '144820.498000', '144840.376000', '144840.379000', '144840.382000', '144840.385000', '144840.388000', '144840.391000', '144840.394000', '144840.397000', '144840.400000', '144840.403000', '144840.406000', '144840.408000', '144840.411000', '144840.414000', '144840.417000', '144840.420000', '144840.423000', '144840.426000', '144840.428000', '144840.431000', '144840.434000', '144840.437000', '144840.440000', '144840.443000', '144840.446000', '144840.448000', '144840.451000', '144840.454000', '144840.457000', '144840.460000', '144840.463000', '144840.465000', '144840.468000', '144840.471000', '144840.474000', '144840.477000', '144840.480000', '144840.483000', '144840.485000', '144840.488000', '144840.491000', '144840.494000', '144840.497000', '144900.376000', '144900.379000', '144900.382000', '144900.385000', '144900.388000', '144900.391000', '144900.393000', '144900.396000', '144900.399000', '144900.402000', '144900.405000', '144900.408000', '144900.411000', '144900.413000', '144900.416000', '144900.419000', '144900.422000', '144900.425000', '144900.428000', '144900.431000', '144900.433000', '144900.436000', '144900.439000', '144900.442000', '144900.445000', '144900.448000', '144900.460000', '144900.463000', '144900.466000', '144900.469000', '144900.472000', '144900.474000', '144900.477000', '144900.480000', '144900.483000', '144900.486000', '144900.489000', '144900.492000', '144900.494000', '144900.497000', '144900.500000', '144900.503000', '144900.506000', '144900.509000', '144920.376000', '144920.379000', '144920.382000', '144920.385000', '144920.388000', '144920.390000', '144920.393000', '144920.396000', '144920.399000', '144920.402000', '144920.405000', '144920.408000', '144920.411000', '144920.414000', '144920.417000', '144920.419000', '144920.422000', '144920.425000', '144920.428000', '144920.431000', '144920.434000', '144920.436000', '144920.439000', '144920.442000', '144920.445000', '144920.448000', '144920.451000', '144920.453000', '144920.456000', '144920.459000', '144920.462000', '144920.465000', '144920.468000', '144920.470000', '144920.473000', '144920.476000', '144920.479000', '144920.482000', '144920.484000', '144920.487000', '144920.490000', '144920.493000', '144920.496000', '144940.375000', '144940.378000', '144940.381000', '144940.384000', '144940.387000', '144940.389000', '144940.392000', '144940.395000', '144940.398000', '144940.401000', '144940.404000', '144940.406000', '144940.409000', '144940.412000', '144940.415000', '144940.418000', '144940.421000', '144940.424000', '144940.426000', '144940.429000', '144940.432000', '144940.435000', '144940.438000', '144940.441000', '144940.443000', '144940.446000', '144940.449000', '144940.452000', '144940.455000', '144940.458000', '144940.461000', '144940.463000', '144940.466000', '144940.469000', '144940.472000', '144940.475000', '144940.478000', '144940.481000', '144940.483000', '144940.486000', '144940.489000', '144940.492000', '144940.495000', '144940.498000', '145000.375000', '145000.378000', '145000.381000', '145000.384000', '145000.387000', '145000.390000', '145000.392000', '145000.395000', '145000.398000', '145000.401000', '145000.404000', '145000.407000', '145000.410000', '145000.412000', '145000.415000', '145000.418000', '145000.421000', '145000.424000', '145000.428000', '145000.432000', '145000.435000', '145000.438000', '145000.441000', '145000.444000', '145000.447000', '145000.450000', '145000.452000', '145000.455000', '145000.458000', '145000.461000', '145000.464000', '145000.467000', '145000.470000', '145000.472000', '145000.475000', '145000.478000', '145000.481000', '145000.484000', '145000.486000', '145000.489000', '145000.492000', '145000.495000', '145000.498000', '145020.375000', '145020.378000', '145020.381000', '145020.384000', '145020.387000', '145020.390000', '145020.392000', '145020.395000', '145020.398000', '145020.401000', '145020.404000', '145020.407000', '145020.410000', '145020.412000', '145020.415000', '145020.418000', '145020.421000', '145020.424000', '145020.427000', '145020.430000', '145020.432000', '145020.435000', '145020.438000', '145020.441000', '145020.444000', '145020.447000', '145020.449000', '145020.452000', '145020.455000', '145020.458000', '145020.461000', '145020.464000', '145020.467000', '145020.469000', '145020.472000', '145020.475000', '145020.478000', '145020.481000', '145020.484000', '145020.487000', '145020.489000', '145020.492000', '145020.495000', '145020.498000', '145040.375000', '145040.378000', '145040.381000', '145040.384000', '145040.386000', '145040.389000', '145040.392000', '145040.395000', '145040.398000', '145040.401000', '145040.404000', '145040.407000', '145040.409000', '145040.412000', '145040.415000', '145040.418000', '145040.421000', '145040.424000', '145040.426000', '145040.429000', '145040.432000', '145040.435000', '145040.438000', '145040.441000', '145040.444000', '145040.447000', '145040.450000', '145040.453000', '145040.456000', '145040.458000', '145040.461000', '145040.464000', '145040.467000', '145040.470000', '145040.472000', '145040.475000', '145040.478000', '145040.481000', '145040.484000', '145040.486000', '145040.489000', '145040.492000', '145040.495000', '145100.376000', '145100.379000', '145100.382000', '145100.385000', '145100.388000', '145100.390000', '145100.393000', '145100.396000', '145100.399000', '145100.402000', '145100.405000', '145100.408000', '145100.410000', '145100.413000', '145100.416000', '145100.419000', '145100.422000', '145100.425000', '145100.428000', '145100.431000', '145100.433000', '145100.436000', '145100.439000', '145100.442000', '145100.445000', '145100.448000', '145100.451000', '145100.454000', '145100.456000', '145100.459000', '145100.462000', '145100.465000', '145100.468000', '145100.471000', '145100.473000', '145100.476000', '145100.479000', '145100.482000', '145100.485000', '145100.488000', '145100.490000', '145100.493000', '145100.496000', '145100.499000', '145119.594000', '145119.598000', '145119.601000', '145119.604000', '145119.608000', '145119.611000', '145119.614000', '145119.617000', '145119.621000', '145119.624000', '145119.627000', '145119.630000', '145119.633000', '145119.636000', '145119.638000', '145119.641000', '145119.644000', '145119.647000', '145119.650000', '145119.653000', '145119.656000', '145119.659000', '145119.662000', '145119.665000', '145119.668000', '145119.671000', '145119.674000', '145119.682000', '145119.685000', '145119.688000', '145119.691000', '145119.694000', '145119.697000', '145119.700000', '145119.702000', '145119.705000', '145119.708000', '145119.711000', '145119.715000', '145119.718000', '145119.721000', '145119.724000'], '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': [9369, 9743, 9992, 9792, 9998, 11149, 9814, 8096, 10468, 8094, 10734, 7925, 11081, 8327, 10606, 8790, 9332, 8763, 8184, 11013, 8757, 13489, 10461, 13264, 9865, 12947, 10032, 11793, 8567, 10747, 8264, 10684, 8704, 8601, 9168, 8150, 9704, 8356, 10134, 7690, 10273, 7976, 9963, 8145, 11754, 8746, 12420, 8735, 12039, 8840, 10581, 8463, 8020, 9499, 7945, 10423, 7951, 13267, 8630, 12492, 8900, 12775, 9246, 11479, 8724, 7961, 9837, 8122, 11958, 8084, 12255, 8432, 12201, 8645, 13468, 8806, 11329, 8514, 9721, 8928, 8021, 9872, 7789, 10916, 8099, 11742, 8686, 8767, 9364, 7834, 10964, 8226, 12627, 9350, 13403, 10452, 10552, 8447, 8063, 9588, 8164, 10641, 8317, 11305, 8221, 11005, 8493, 11775, 8723, 12938, 8734, 10973, 8363, 11779, 8944, 9747, 9464, 8065, 10533, 8639, 11545, 8249, 11398, 7922, 11492, 7663, 12060, 8555, 12876, 8791, 11801, 8935, 12304, 9207, 12924, 8628, 11888, 9005, 12885, 9092, 12520, 8567, 12160, 9112, 12983, 9345, 12435, 8709, 10962, 9015, 7794, 9540, 8243, 11367, 8741, 8711, 8884, 10275, 11210, 11508, 10614, 8436, 11070, 8584, 12242, 8405, 11253, 7930, 11410, 8161, 11716, 7943, 11229, 7724, 10982, 8006, 12052, 8685, 11623, 8673, 12009, 8856, 12948, 8943, 12303, 8839, 12524, 9167, 12289, 8501, 12284, 9053, 12298, 8506, 10931, 8539, 12542, 9299, 10740, 9264, 8427, 10059, 8847, 10689, 8144, 10849, 7947, 11026, 7965, 12812, 8490, 11186, 8510, 12036, 9038, 12427, 9050, 8142, 9927, 8045, 11019, 8071, 12396, 8100, 12178, 8548, 13392, 9424, 10739, 9135, 8454, 11163, 8395, 11130, 9068, 7869, 11117, 8687, 11760, 9314, 8068, 11352, 9294, 11307, 12593, 9542, 12820, 8343, 13194, 9464, 13914, 9001, 12322, 8554, 10598, 8766, 8035, 9578, 8362, 10498, 8042, 10879, 8477, 8012, 9711, 8111, 10492, 7852, 12985, 8748, 12462, 8540, 12894, 9062, 12877, 8677, 13261, 9499, 12988, 8906, 8100, 10589, 7927, 11369, 8617, 12702, 9693, 11786, 8922, 8016, 10013, 7847, 11356, 8217, 12366, 8306, 12532, 8350, 11299, 8879, 9654, 8890, 7987, 10487, 7749, 10905, 8783, 12834, 8744, 11165, 8589, 12409, 9470, 12621, 10023, 8641, 11042, 8057, 12974, 10020, 12690, 8690, 12354, 8156, 12206, 8359, 12129, 8629, 12442, 8566, 11144, 8487, 11273, 9017, 10584, 8273, 8457, 9207, 10132, 9977, 9084, 10430, 8264, 10993, 8157, 12707, 8618, 11436, 8368, 8126, 10256, 8054, 8621, 9997, 8091, 13493, 10104, 8232, 10669, 7786, 12793, 9775, 13788, 9636, 10872, 8194, 8310, 9378, 7938, 10450, 8278, 10625, 8546, 10163, 8443, 8371, 9620, 8153, 10459, 8090, 12691, 8738, 13188, 8658, 10508, 8744, 10597, 9915, 8953, 10794, 8001, 11204, 8049, 12197, 8785, 11610, 8619, 7879, 9760, 8085, 10980, 8250, 12376, 8276, 8809, 8937, 8504, 10035, 8104, 13067, 9671, 9931, 10720, 8082, 12499, 9483, 14108, 9019, 11372, 8603, 10865, 9016, 8077, 10162, 8012, 10915, 8184, 12662, 8564, 7875, 9084, 7891, 10271, 7966, 10120, 8244, 8022, 10870, 8421, 10315, 9148, 13024, 10978, 12960, 10242, 9593, 10536, 8595, 11004, 9524, 11168, 7984, 10389, 7945, 11014, 8195, 11240, 7959, 11051, 8442, 10535, 8613, 12416, 8762, 12257, 8617, 12531, 9454, 12978, 8943, 10827, 8214, 11430, 8958, 11170, 8948, 9985, 9165, 10368, 9222, 8133, 9813, 8253, 10390, 8090, 10504, 7942, 10601, 8114, 10849, 8022, 11523, 8322, 11058, 8476, 11537, 8510, 12845, 8420, 11219, 8798, 11043, 8985, 12009, 8887, 8362, 8958, 8245, 10132, 8179, 11456, 8050, 12248, 8690, 12367, 8831, 11790, 8976, 8615, 9961, 8002, 11416, 8188, 12302, 8619, 12324, 8925, 13038, 9745, 13683, 9083, 11248, 8748, 9577, 9058, 7818, 9844, 8110, 10508, 7887, 11905, 8027, 11798, 8167, 11955, 8445, 12538, 8352, 12056, 8680, 11785, 8452, 11786, 8214, 11021, 8568, 11283, 8949, 9039, 8300, 7788, 9862, 8017, 10822, 8193, 11590, 8276, 12291, 9013, 13689, 9735, 12628, 9172, 11548, 9445, 12065, 9125, 9787, 9514, 8271, 10657, 8266, 11094, 7898, 11283, 8524, 12287, 8942, 12335, 8378, 9646, 8192, 8916, 9494, 8218, 9981, 8089, 10211, 7927, 10847, 8682, 8045, 10193, 8159, 11685, 8938, 11899, 9489, 7894, 10835, 8113, 12364, 8806, 12463, 8515, 11295, 8559, 9644, 9271, 7831, 10571, 8284, 10377, 8394, 8260, 10134, 7780, 9465, 9303, 8161, 12707, 9534, 10442, 10855, 8198, 12904, 10012, 14328, 10843, 11558, 9507, 8249, 10674, 8279, 12112, 8509, 12240, 8541, 9796, 9120, 8101, 10797, 7977, 11406, 8345, 13054, 8588, 10455, 8706, 8413, 9250, 8069, 13073, 8402, 9656, 9417, 8001, 11623, 9272, 12608, 10049, 8420, 12316, 8857, 13569, 9618, 10373, 10986, 8053, 12831, 8675, 14310, 10061, 11019, 8736, 7948, 10026, 8024, 12300, 8351, 12259, 8789, 12994, 9576, 11378, 8278, 8795, 8933, 8035, 10006, 8277, 10415, 8014, 11185, 8177, 11135, 8853, 12161, 8205, 9871, 8566, 10642, 9458, 8281, 9930, 7835, 10905, 8111, 11796, 8934, 12865, 8427, 11392, 8277, 10864, 8317, 11165, 8493, 10324, 8531, 11243, 8740, 10211, 8886, 8297, 9239, 8539, 9705, 7992, 10150, 8049, 10549, 8067, 10989, 8468, 11751, 8806, 12537, 9279, 12831, 9208, 10472, 8848, 10240, 9765, 10555, 10275, 8148, 11272, 8136, 12619, 8927, 10295, 8581, 8089, 10232, 7985, 11648, 8356, 12368, 8574, 12160, 8912, 13978, 10405, 11624, 8857, 11329, 9568, 8259, 10658, 8124, 11744, 9092, 7992, 10287, 7909, 11693, 8557, 12917, 8880, 11564, 8369, 9122, 9071, 7971, 9912, 8025, 10407, 8125, 10990, 8497, 12269, 8589, 10258, 8600, 11140, 9232, 8320, 10088, 7895, 11109, 8365, 12245, 7944, 11795, 8312, 12072, 8749, 12617, 8868, 12399, 8878, 12442, 8871, 12075, 8403, 11024, 8715, 10827, 8587, 11132, 8573, 11665, 8798, 10080, 8356, 10148, 8605, 11265, 8813, 8586, 9379, 8363, 10025, 7990, 10159, 7911, 10560, 8023, 11113, 7911, 11051, 8171, 11462, 8548, 12442, 8862, 11709, 8713, 11331, 9026, 12383, 8722, 11483, 9008, 11373, 9012, 11735, 9346, 8985, 9189, 8325, 10068, 8368, 10384, 8054, 10687, 8066, 11348, 7952, 12094, 8198, 12049, 8736, 11782, 8592, 12810, 8862, 12475, 8891, 11981, 9282, 12704, 9092, 11785, 8777, 11395, 9282, 9680, 8628, 9298, 9150, 9523, 9437, 7708, 10279, 7975, 10905, 7996, 11222, 8152, 11510, 8038, 12339, 8234, 12081, 8452, 12345, 8791, 12519, 8872, 12319, 8960, 12627, 9293, 12509, 8829, 12145, 9178, 12250, 9143, 10649, 9263, 11577, 9433, 12281, 9527, 8640, 9698, 8789, 10347, 11103, 9707, 12027, 9307, 9035, 9799, 9427, 10121, 9443, 9927, 8329, 10709, 7979, 10853, 8391, 11069, 8181, 11051, 7886, 11367, 8667, 13164, 9016, 11155, 8667, 9515, 9543, 8255, 10644, 7839, 11018, 7956, 12171, 8462, 12250, 8772, 12689, 9278, 13343, 9201, 10901, 9182, 9749, 9578, 8094, 10858, 8103, 11288, 8962, 8165, 10608, 8191, 12246, 9002, 13459, 10320, 13211, 10937, 9753, 9736, 8018, 11000, 8250, 11629, 8007, 11848, 8377, 11912, 8823, 12096, 8611, 11107, 8535, 11079, 8975, 9409, 8850, 8745, 9888, 9657, 10327, 7997, 11254, 7970, 12481, 8305, 12251, 9033, 13020, 9296, 11961, 8854, 9402, 10000, 8394, 11387, 8574, 12581, 8955, 10602, 9000, 9836, 10169, 8359, 12097, 8035, 12865, 9262, 13810, 9159, 12324, 9137, 11282, 8882, 9134, 9706, 8189, 11085, 7982, 11116, 8560, 13206, 9065, 10287, 9176, 7985, 11627, 8659, 9563, 8795, 7898, 10463, 8848, 9029, 11573, 9639, 12524, 8567, 13487, 9539, 13605, 9578, 8621, 11864, 8766, 14818, 9221, 11270, 9124, 8540, 10419, 7956, 12002, 8303, 11087, 8493, 8663, 9005, 8096, 10258, 7804, 10625, 8550, 9993, 8514, 8069, 9535, 8437, 10580, 7902, 12780, 8434, 12408, 8962, 11567, 8774, 7822, 10097, 7835, 10792, 8058, 12984, 8681, 12214, 8949, 10184, 8889, 11061, 9521, 8228, 10630, 7885, 11016, 8003, 12509, 8145, 12158, 8679, 12294, 9132, 13489, 9996, 12868, 9091, 13124, 9718, 11591, 8797, 8089, 9585, 7861, 10550, 7836, 11222, 8226, 10886, 8301, 11047, 8444, 9021, 9182, 7883, 10766, 8069, 12811, 9526, 13583, 9182, 9716, 9199, 8243, 11091, 8242, 8764, 10323, 8523, 13299, 8780, 13320, 9483, 10937, 9741, 7985, 11671, 7828, 11710, 8869, 11421, 9184, 8650, 8822, 8158, 10018, 8767, 7949, 8911, 8269, 8418, 9204, 8201, 11443, 9086, 14186, 10607, 12215, 9320, 10388, 9271, 9886, 10386, 8080, 10817, 8138, 10579, 8684, 8340, 8921, 8033, 11137, 8414, 7999, 8878, 8157, 10382, 8273, 12543, 8739, 13175, 8686, 11903, 8509, 11447, 8515, 9998, 9207, 8181, 10131, 7946, 10565, 7932, 10402, 8524, 10769, 8642, 13543, 10292, 10878, 8766, 8468, 10125, 8593, 12554, 10192, 12208, 8112, 12377, 8422, 12189, 8746, 10323, 9197, 8028, 9791, 7994, 10714, 8141, 11506, 8046, 11694, 8434, 11388, 8673, 12334, 8647, 12311, 8483, 11034, 8201, 9982, 8765, 8071, 9705, 8066, 10406, 8460, 12274, 8888, 13179, 8924, 11785, 9931, 8013, 10131, 8229, 13384, 9342, 13293, 9542, 12273, 9614, 8647, 9143, 7863, 10362, 8062, 11404, 8274, 11353, 8351, 10691, 8417, 10061, 8587, 7923, 9987, 7924, 10730, 8666, 12952, 8606, 9941, 8275, 9843, 9534, 8161, 11053, 8040, 11615, 8685, 12871, 9291, 11889, 8906], 'WindowCenter': [4549.0, 4522.0, 4516.0, 4503.0, 4501.0, 4510.0, 4489.0, 4458.0, 4496.0, 4457.0, 4497.0, 4457.0, 4496.0, 4468.0, 4497.0, 4477.0, 4490.0, 4478.0, 4479.0, 4510.0, 4482.0, 4530.0, 4500.0, 4520.0, 4489.0, 4518.0, 4489.0, 4508.0, 4469.0, 4496.0, 4466.0, 4496.0, 4467.0, 4467.0, 4477.0, 4469.0, 4488.0, 4479.0, 4498.0, 4459.0, 4499.0, 4470.0, 4500.0, 4471.0, 4521.0, 4481.0, 4531.0, 4481.0, 4519.0, 4492.0, 4511.0, 4481.0, 4482.0, 4502.0, 4481.0, 4512.0, 4473.0, 4530.0, 4481.0, 4531.0, 4490.0, 4532.0, 4491.0, 4522.0, 4480.0, 4472.0, 4501.0, 4470.0, 4521.0, 4470.0, 4521.0, 4482.0, 4521.0, 4481.0, 4531.0, 4480.0, 4511.0, 4481.0, 4501.0, 4491.0, 4469.0, 4499.0, 4471.0, 4511.0, 4471.0, 4519.0, 4493.0, 4491.0, 4502.0, 4473.0, 4512.0, 4482.0, 4532.0, 4492.0, 4532.0, 4500.0, 4500.0, 4469.0, 4470.0, 4490.0, 4480.0, 4500.0, 4468.0, 4508.0, 4468.0, 4510.0, 4480.0, 4520.0, 4480.0, 4531.0, 4481.0, 4509.0, 4482.0, 4519.0, 4479.0, 4489.0, 4489.0, 4469.0, 4500.0, 4481.0, 4510.0, 4480.0, 4508.0, 4468.0, 4507.0, 4457.0, 4507.0, 4466.0, 4517.0, 4468.0, 4507.0, 4478.0, 4507.0, 4479.0, 4518.0, 4465.0, 4506.0, 4478.0, 4519.0, 4477.0, 4518.0, 4478.0, 4517.0, 4478.0, 4516.0, 4477.0, 4516.0, 4468.0, 4498.0, 4474.0, 4457.0, 4488.0, 4479.0, 4520.0, 4481.0, 4479.0, 4488.0, 4501.0, 4509.0, 4509.0, 4499.0, 4467.0, 4508.0, 4467.0, 4508.0, 4467.0, 4498.0, 4457.0, 4507.0, 4468.0, 4506.0, 4457.0, 4498.0, 4458.0, 4497.0, 4469.0, 4516.0, 4478.0, 4508.0, 4477.0, 4518.0, 4480.0, 4518.0, 4479.0, 4518.0, 4479.0, 4518.0, 4489.0, 4519.0, 4479.0, 4519.0, 4480.0, 4519.0, 4477.0, 4509.0, 4478.0, 4520.0, 4487.0, 4498.0, 4488.0, 4469.0, 4497.0, 4479.0, 4497.0, 4468.0, 4509.0, 4471.0, 4508.0, 4469.0, 4530.0, 4493.0, 4535.0, 4506.0, 4533.0, 4504.0, 4531.0, 4489.0, 4481.0, 4511.0, 4507.0, 4534.0, 4483.0, 4544.0, 4482.0, 4532.0, 4492.0, 4530.0, 4489.0, 4509.0, 4488.0, 4477.0, 4510.0, 4480.0, 4520.0, 4501.0, 4481.0, 4520.0, 4481.0, 4521.0, 4490.0, 4471.0, 4511.0, 4490.0, 4521.0, 4531.0, 4490.0, 4520.0, 4468.0, 4519.0, 4488.0, 4516.0, 4477.0, 4517.0, 4465.0, 4496.0, 4465.0, 4497.0, 4530.0, 4493.0, 4496.0, 4467.0, 4497.0, 4468.0, 4469.0, 4501.0, 4470.0, 4499.0, 4468.0, 4530.0, 4478.0, 4518.0, 4480.0, 4518.0, 4479.0, 4516.0, 4467.0, 4516.0, 4476.0, 4517.0, 4476.0, 4455.0, 4497.0, 4470.0, 4508.0, 4479.0, 4517.0, 4487.0, 4507.0, 4475.0, 4455.0, 4486.0, 4459.0, 4496.0, 4465.0, 4504.0, 4468.0, 4518.0, 4468.0, 4497.0, 4478.0, 4489.0, 4479.0, 4469.0, 4499.0, 4471.0, 4509.0, 4481.0, 4530.0, 4480.0, 4511.0, 4481.0, 4519.0, 4490.0, 4520.0, 4487.0, 4468.0, 4508.0, 4458.0, 4518.0, 4488.0, 4508.0, 4467.0, 4504.0, 4456.0, 4506.0, 4455.0, 4505.0, 4466.0, 4505.0, 4467.0, 4510.0, 4492.0, 4509.0, 4478.0, 4498.0, 4468.0, 4468.0, 4477.0, 4497.0, 4489.0, 4477.0, 4496.0, 4467.0, 4508.0, 4457.0, 4518.0, 4493.0, 4521.0, 4491.0, 4481.0, 4499.0, 4469.0, 4479.0, 4501.0, 4471.0, 4530.0, 4499.0, 4467.0, 4497.0, 4460.0, 4519.0, 4489.0, 4527.0, 4476.0, 4497.0, 4465.0, 4467.0, 4476.0, 4456.0, 4497.0, 4467.0, 4500.0, 4478.0, 4501.0, 4479.0, 4468.0, 4489.0, 4470.0, 4498.0, 4467.0, 4517.0, 4468.0, 4519.0, 4466.0, 4500.0, 4479.0, 4498.0, 4488.0, 4476.0, 4510.0, 4471.0, 4509.0, 4483.0, 4520.0, 4478.0, 4508.0, 4477.0, 4482.0, 4500.0, 4469.0, 4498.0, 4468.0, 4519.0, 4468.0, 4480.0, 4479.0, 4479.0, 4500.0, 4469.0, 4530.0, 4490.0, 4501.0, 4509.0, 4469.0, 4518.0, 4489.0, 4529.0, 4479.0, 4496.0, 4465.0, 4498.0, 4466.0, 4453.0, 4486.0, 4454.0, 4496.0, 4467.0, 4506.0, 4466.0, 4457.0, 4477.0, 4469.0, 4498.0, 4467.0, 4487.0, 4468.0, 4470.0, 4510.0, 4482.0, 4502.0, 4491.0, 4530.0, 4499.0, 4519.0, 4488.0, 4476.0, 4486.0, 4453.0, 4485.0, 4475.0, 4485.0, 4445.0, 4473.0, 4454.0, 4484.0, 4455.0, 4495.0, 4455.0, 4493.0, 4465.0, 4495.0, 4466.0, 4506.0, 4468.0, 4507.0, 4467.0, 4508.0, 4477.0, 4515.0, 4467.0, 4496.0, 4467.0, 4498.0, 4467.0, 4495.0, 4465.0, 4486.0, 4478.0, 4486.0, 4476.0, 4456.0, 4486.0, 4468.0, 4496.0, 4456.0, 4496.0, 4457.0, 4497.0, 4466.0, 4498.0, 4458.0, 4508.0, 4467.0, 4506.0, 4470.0, 4509.0, 4478.0, 4517.0, 4470.0, 4510.0, 4479.0, 4510.0, 4478.0, 4519.0, 4476.0, 4469.0, 4478.0, 4481.0, 4498.0, 4470.0, 4509.0, 4469.0, 4521.0, 4480.0, 4520.0, 4481.0, 4520.0, 4481.0, 4480.0, 4491.0, 4468.0, 4510.0, 4467.0, 4507.0, 4478.0, 4515.0, 4480.0, 4520.0, 4488.0, 4527.0, 4477.0, 4498.0, 4468.0, 4487.0, 4476.0, 4456.0, 4487.0, 4457.0, 4498.0, 4469.0, 4508.0, 4468.0, 4508.0, 4468.0, 4508.0, 4467.0, 4508.0, 4466.0, 4504.0, 4468.0, 4507.0, 4466.0, 4506.0, 4469.0, 4497.0, 4479.0, 4508.0, 4480.0, 4479.0, 4470.0, 4459.0, 4500.0, 4470.0, 4510.0, 4478.0, 4510.0, 4479.0, 4521.0, 4480.0, 4531.0, 4489.0, 4519.0, 4478.0, 4507.0, 4488.0, 4507.0, 4476.0, 4487.0, 4477.0, 4467.0, 4497.0, 4468.0, 4494.0, 4457.0, 4495.0, 4465.0, 4507.0, 4478.0, 4518.0, 4468.0, 4488.0, 4478.0, 4479.0, 4489.0, 4468.0, 4499.0, 4471.0, 4500.0, 4467.0, 4509.0, 4481.0, 4468.0, 4500.0, 4481.0, 4521.0, 4489.0, 4519.0, 4490.0, 4469.0, 4499.0, 4468.0, 4518.0, 4478.0, 4518.0, 4479.0, 4508.0, 4467.0, 4487.0, 4488.0, 4457.0, 4510.0, 4480.0, 4511.0, 4481.0, 4482.0, 4510.0, 4470.0, 4501.0, 4490.0, 4481.0, 4532.0, 4500.0, 4510.0, 4512.0, 4480.0, 4521.0, 4489.0, 4528.0, 4497.0, 4497.0, 4476.0, 4456.0, 4486.0, 4456.0, 4503.0, 4465.0, 4507.0, 4465.0, 4485.0, 4476.0, 4456.0, 4496.0, 4455.0, 4508.0, 4468.0, 4516.0, 4493.0, 4511.0, 4480.0, 4480.0, 4490.0, 4467.0, 4518.0, 4466.0, 4488.0, 4491.0, 4469.0, 4504.0, 4476.0, 4508.0, 4487.0, 4465.0, 4509.0, 4478.0, 4527.0, 4476.0, 4485.0, 4496.0, 4454.0, 4505.0, 4464.0, 4514.0, 4474.0, 4483.0, 4452.0, 4441.0, 4472.0, 4442.0, 4490.0, 4452.0, 4492.0, 4451.0, 4503.0, 4462.0, 4482.0, 4440.0, 4449.0, 4450.0, 4441.0, 4471.0, 4441.0, 4472.0, 4442.0, 4483.0, 4454.0, 4482.0, 4464.0, 4495.0, 4454.0, 4473.0, 4464.0, 4484.0, 4474.0, 4452.0, 4472.0, 4444.0, 4484.0, 4455.0, 4505.0, 4466.0, 4505.0, 4455.0, 4496.0, 4466.0, 4496.0, 4466.0, 4496.0, 4465.0, 4487.0, 4465.0, 4496.0, 4465.0, 4486.0, 4476.0, 4466.0, 4475.0, 4466.0, 4486.0, 4455.0, 4487.0, 4467.0, 4497.0, 4468.0, 4510.0, 4477.0, 4521.0, 4491.0, 4520.0, 4490.0, 4519.0, 4477.0, 4500.0, 4478.0, 4498.0, 4488.0, 4497.0, 4488.0, 4468.0, 4508.0, 4469.0, 4518.0, 4478.0, 4499.0, 4479.0, 4467.0, 4500.0, 4470.0, 4520.0, 4481.0, 4530.0, 4481.0, 4521.0, 4491.0, 4541.0, 4497.0, 4509.0, 4479.0, 4509.0, 4488.0, 4467.0, 4498.0, 4468.0, 4520.0, 4479.0, 4469.0, 4501.0, 4469.0, 4507.0, 4477.0, 4518.0, 4475.0, 4508.0, 4467.0, 4478.0, 4478.0, 4457.0, 4488.0, 4469.0, 4499.0, 4471.0, 4509.0, 4479.0, 4520.0, 4481.0, 4500.0, 4480.0, 4510.0, 4489.0, 4470.0, 4499.0, 4467.0, 4509.0, 4468.0, 4508.0, 4458.0, 4507.0, 4468.0, 4505.0, 4467.0, 4507.0, 4477.0, 4506.0, 4477.0, 4508.0, 4476.0, 4508.0, 4466.0, 4496.0, 4467.0, 4497.0, 4476.0, 4508.0, 4478.0, 4508.0, 4478.0, 4498.0, 4467.0, 4498.0, 4478.0, 4508.0, 4478.0, 4468.0, 4487.0, 4469.0, 4488.0, 4468.0, 4496.0, 4466.0, 4498.0, 4468.0, 4508.0, 4469.0, 4507.0, 4479.0, 4510.0, 4478.0, 4520.0, 4477.0, 4509.0, 4477.0, 4508.0, 4479.0, 4518.0, 4478.0, 4511.0, 4480.0, 4508.0, 4480.0, 4520.0, 4489.0, 4479.0, 4488.0, 4478.0, 4499.0, 4481.0, 4499.0, 4471.0, 4500.0, 4471.0, 4510.0, 4470.0, 4520.0, 4480.0, 4520.0, 4480.0, 4521.0, 4479.0, 4530.0, 4480.0, 4520.0, 4480.0, 4520.0, 4490.0, 4531.0, 4479.0, 4520.0, 4479.0, 4510.0, 4489.0, 4500.0, 4479.0, 4489.0, 4488.0, 4490.0, 4489.0, 4470.0, 4499.0, 4480.0, 4510.0, 4482.0, 4511.0, 4479.0, 4521.0, 4482.0, 4533.0, 4481.0, 4522.0, 4479.0, 4531.0, 4483.0, 4519.0, 4479.0, 4521.0, 4492.0, 4521.0, 4489.0, 4520.0, 4480.0, 4519.0, 4488.0, 4523.0, 4502.0, 4510.0, 4490.0, 4509.0, 4488.0, 4509.0, 4488.0, 4478.0, 4488.0, 4477.0, 4498.0, 4509.0, 4488.0, 4508.0, 4478.0, 4478.0, 4489.0, 4489.0, 4498.0, 4488.0, 4499.0, 4468.0, 4499.0, 4469.0, 4510.0, 4469.0, 4508.0, 4481.0, 4509.0, 4470.0, 4510.0, 4479.0, 4530.0, 4481.0, 4511.0, 4479.0, 4501.0, 4489.0, 4470.0, 4510.0, 4470.0, 4511.0, 4471.0, 4523.0, 4482.0, 4522.0, 4492.0, 4532.0, 4491.0, 4531.0, 4490.0, 4510.0, 4491.0, 4491.0, 4499.0, 4471.0, 4510.0, 4470.0, 4510.0, 4492.0, 4483.0, 4513.0, 4494.0, 4532.0, 4493.0, 4542.0, 4502.0, 4531.0, 4509.0, 4491.0, 4491.0, 4470.0, 4509.0, 4477.0, 4507.0, 4469.0, 4508.0, 4479.0, 4519.0, 4478.0, 4520.0, 4479.0, 4511.0, 4481.0, 4521.0, 4491.0, 4491.0, 4492.0, 4492.0, 4502.0, 4490.0, 4501.0, 4471.0, 4511.0, 4471.0, 4521.0, 4481.0, 4521.0, 4491.0, 4530.0, 4489.0, 4520.0, 4480.0, 4491.0, 4500.0, 4470.0, 4509.0, 4478.0, 4519.0, 4479.0, 4511.0, 4491.0, 4501.0, 4501.0, 4470.0, 4521.0, 4470.0, 4520.0, 4489.0, 4531.0, 4488.0, 4519.0, 4489.0, 4510.0, 4478.0, 4478.0, 4489.0, 4469.0, 4508.0, 4469.0, 4509.0, 4478.0, 4531.0, 4494.0, 4527.0, 4505.0, 4484.0, 4524.0, 4493.0, 4499.0, 4479.0, 4471.0, 4512.0, 4491.0, 4492.0, 4520.0, 4489.0, 4521.0, 4478.0, 4519.0, 4476.0, 4518.0, 4477.0, 4468.0, 4507.0, 4466.0, 4528.0, 4476.0, 4494.0, 4464.0, 4453.0, 4482.0, 4442.0, 4495.0, 4454.0, 4493.0, 4464.0, 4464.0, 4475.0, 4456.0, 4485.0, 4457.0, 4497.0, 4478.0, 4489.0, 4478.0, 4469.0, 4488.0, 4468.0, 4499.0, 4457.0, 4518.0, 4470.0, 4519.0, 4479.0, 4507.0, 4467.0, 4456.0, 4488.0, 4458.0, 4496.0, 4469.0, 4518.0, 4467.0, 4507.0, 4477.0, 4498.0, 4479.0, 4508.0, 4488.0, 4468.0, 4498.0, 4467.0, 4498.0, 4468.0, 4507.0, 4457.0, 4505.0, 4466.0, 4508.0, 4475.0, 4516.0, 4478.0, 4506.0, 4465.0, 4506.0, 4475.0, 4492.0, 4453.0, 4445.0, 4474.0, 4455.0, 4484.0, 4446.0, 4495.0, 4466.0, 4496.0, 4468.0, 4498.0, 4466.0, 4478.0, 4477.0, 4458.0, 4499.0, 4469.0, 4521.0, 4490.0, 4518.0, 4477.0, 4487.0, 4475.0, 4456.0, 4494.0, 4467.0, 4467.0, 4488.0, 4467.0, 4516.0, 4467.0, 4516.0, 4476.0, 4486.0, 4475.0, 4443.0, 4495.0, 4456.0, 4507.0, 4466.0, 4496.0, 4466.0, 4452.0, 4452.0, 4453.0, 4474.0, 4453.0, 4455.0, 4476.0, 4466.0, 4467.0, 4478.0, 4467.0, 4509.0, 4477.0, 4528.0, 4488.0, 4509.0, 4467.0, 4485.0, 4464.0, 4473.0, 4473.0, 4445.0, 4483.0, 4456.0, 4484.0, 4455.0, 4454.0, 4466.0, 4457.0, 4497.0, 4467.0, 4459.0, 4478.0, 4456.0, 4488.0, 4467.0, 4508.0, 4466.0, 4518.0, 4466.0, 4507.0, 4465.0, 4495.0, 4455.0, 4474.0, 4466.0, 4453.0, 4488.0, 4458.0, 4498.0, 4469.0, 4498.0, 4468.0, 4499.0, 4469.0, 4520.0, 4487.0, 4499.0, 4467.0, 4468.0, 4488.0, 4467.0, 4508.0, 4476.0, 4495.0, 4455.0, 4504.0, 4454.0, 4503.0, 4466.0, 4483.0, 4475.0, 4446.0, 4483.0, 4455.0, 4485.0, 4454.0, 4493.0, 4455.0, 4495.0, 4455.0, 4495.0, 4463.0, 4505.0, 4457.0, 4494.0, 4453.0, 4483.0, 4454.0, 4474.0, 4455.0, 4453.0, 4475.0, 4457.0, 4495.0, 4467.0, 4509.0, 4477.0, 4518.0, 4467.0, 4497.0, 4475.0, 4454.0, 4486.0, 4457.0, 4515.0, 4475.0, 4515.0, 4475.0, 4495.0, 4463.0, 4453.0, 4462.0, 4442.0, 4471.0, 4443.0, 4482.0, 4452.0, 4480.0, 4455.0, 4484.0, 4455.0, 4472.0, 4454.0, 4454.0, 4486.0, 4456.0, 4510.0, 4480.0, 4516.0, 4467.0, 4488.0, 4468.0, 4486.0, 4476.0, 4454.0, 4496.0, 4457.0, 4496.0, 4467.0, 4506.0, 4466.0, 4496.0, 4465.0], 'WindowWidth': [10013.0, 9958.0, 9937.0, 9913.0, 9905.0, 9914.0, 9883.0, 9839.0, 9887.0, 9834.0, 9887.0, 9834.0, 9888.0, 9851.0, 9888.0, 9863.0, 9883.0, 9868.0, 9869.0, 9914.0, 9877.0, 9942.0, 9898.0, 9928.0, 9882.0, 9922.0, 9882.0, 9908.0, 9853.0, 9888.0, 9848.0, 9889.0, 9849.0, 9848.0, 9863.0, 9854.0, 9881.0, 9870.0, 9893.0, 9842.0, 9896.0, 9859.0, 9899.0, 9862.0, 9928.0, 9875.0, 9943.0, 9876.0, 9928.0, 9892.0, 9916.0, 9875.0, 9880.0, 9905.0, 9876.0, 9918.0, 9866.0, 9942.0, 9876.0, 9944.0, 9888.0, 9947.0, 9890.0, 9932.0, 9874.0, 9864.0, 9902.0, 9860.0, 9931.0, 9860.0, 9928.0, 9875.0, 9928.0, 9875.0, 9944.0, 9873.0, 9916.0, 9875.0, 9903.0, 9889.0, 9857.0, 9899.0, 9862.0, 9915.0, 9860.0, 9926.0, 9893.0, 9892.0, 9907.0, 9868.0, 9919.0, 9880.0, 9946.0, 9890.0, 9946.0, 9898.0, 9900.0, 9857.0, 9859.0, 9884.0, 9871.0, 9898.0, 9854.0, 9907.0, 9855.0, 9913.0, 9872.0, 9927.0, 9874.0, 9943.0, 9874.0, 9910.0, 9876.0, 9925.0, 9869.0, 9882.0, 9883.0, 9856.0, 9898.0, 9873.0, 9913.0, 9871.0, 9907.0, 9851.0, 9903.0, 9836.0, 9903.0, 9847.0, 9917.0, 9852.0, 9905.0, 9866.0, 9905.0, 9867.0, 9919.0, 9846.0, 9902.0, 9866.0, 9923.0, 9862.0, 9921.0, 9865.0, 9920.0, 9866.0, 9917.0, 9863.0, 9915.0, 9849.0, 9891.0, 9856.0, 9836.0, 9879.0, 9871.0, 9927.0, 9874.0, 9871.0, 9883.0, 9902.0, 9911.0, 9909.0, 9895.0, 9849.0, 9904.0, 9849.0, 9907.0, 9848.0, 9890.0, 9836.0, 9902.0, 9851.0, 9900.0, 9836.0, 9892.0, 9840.0, 9890.0, 9854.0, 9916.0, 9867.0, 9908.0, 9865.0, 9921.0, 9871.0, 9922.0, 9868.0, 9922.0, 9869.0, 9923.0, 9882.0, 9925.0, 9870.0, 9925.0, 9872.0, 9924.0, 9865.0, 9911.0, 9868.0, 9926.0, 9877.0, 9894.0, 9879.0, 9857.0, 9893.0, 9868.0, 9890.0, 9853.0, 9908.0, 9860.0, 9908.0, 9858.0, 9939.0, 9893.0, 9960.0, 9920.0, 9952.0, 9915.0, 9947.0, 9887.0, 9878.0, 9919.0, 9927.0, 9957.0, 9885.0, 9968.0, 9881.0, 9953.0, 9898.0, 9944.0, 9884.0, 9914.0, 9883.0, 9866.0, 9912.0, 9875.0, 9929.0, 9906.0, 9878.0, 9928.0, 9876.0, 9929.0, 9887.0, 9862.0, 9917.0, 9888.0, 9930.0, 9945.0, 9883.0, 9925.0, 9852.0, 9921.0, 9877.0, 9915.0, 9861.0, 9917.0, 9844.0, 9887.0, 9844.0, 9910.0, 9960.0, 9898.0, 9886.0, 9848.0, 9890.0, 9853.0, 9856.0, 9901.0, 9859.0, 9896.0, 9854.0, 9939.0, 9865.0, 9920.0, 9870.0, 9922.0, 9866.0, 9915.0, 9850.0, 9914.0, 9858.0, 9917.0, 9862.0, 9832.0, 9890.0, 9858.0, 9905.0, 9867.0, 9918.0, 9876.0, 9903.0, 9856.0, 9832.0, 9873.0, 9839.0, 9887.0, 9843.0, 9897.0, 9852.0, 9920.0, 9853.0, 9891.0, 9864.0, 9881.0, 9868.0, 9854.0, 9894.0, 9861.0, 9911.0, 9874.0, 9941.0, 9873.0, 9916.0, 9874.0, 9924.0, 9884.0, 9926.0, 9878.0, 9851.0, 9905.0, 9838.0, 9918.0, 9878.0, 9907.0, 9846.0, 9895.0, 9831.0, 9897.0, 9830.0, 9897.0, 9845.0, 9898.0, 9849.0, 9916.0, 9892.0, 9910.0, 9867.0, 9892.0, 9850.0, 9852.0, 9864.0, 9890.0, 9880.0, 9862.0, 9888.0, 9850.0, 9907.0, 9836.0, 9920.0, 9898.0, 9929.0, 9893.0, 9877.0, 9895.0, 9856.0, 9872.0, 9902.0, 9861.0, 9941.0, 9895.0, 9850.0, 9892.0, 9843.0, 9925.0, 9882.0, 9933.0, 9859.0, 9888.0, 9844.0, 9850.0, 9860.0, 9832.0, 9888.0, 9851.0, 9897.0, 9868.0, 9902.0, 9870.0, 9854.0, 9882.0, 9857.0, 9892.0, 9852.0, 9917.0, 9852.0, 9923.0, 9849.0, 9896.0, 9867.0, 9894.0, 9881.0, 9859.0, 9911.0, 9862.0, 9907.0, 9882.0, 9927.0, 9867.0, 9908.0, 9864.0, 9878.0, 9899.0, 9856.0, 9892.0, 9853.0, 9922.0, 9853.0, 9872.0, 9869.0, 9867.0, 9897.0, 9858.0, 9941.0, 9886.0, 9900.0, 9911.0, 9854.0, 9922.0, 9882.0, 9937.0, 9866.0, 9888.0, 9845.0, 9889.0, 9845.0, 9826.0, 9873.0, 9829.0, 9883.0, 9847.0, 9901.0, 9843.0, 9836.0, 9862.0, 9855.0, 9892.0, 9850.0, 9876.0, 9852.0, 9859.0, 9914.0, 9877.0, 9906.0, 9888.0, 9941.0, 9896.0, 9921.0, 9876.0, 9856.0, 9871.0, 9824.0, 9867.0, 9856.0, 9868.0, 9814.0, 9849.0, 9826.0, 9865.0, 9830.0, 9881.0, 9830.0, 9879.0, 9845.0, 9884.0, 9848.0, 9902.0, 9850.0, 9904.0, 9849.0, 9906.0, 9862.0, 9911.0, 9847.0, 9885.0, 9847.0, 9890.0, 9848.0, 9884.0, 9842.0, 9873.0, 9862.0, 9873.0, 9858.0, 9832.0, 9873.0, 9850.0, 9887.0, 9833.0, 9887.0, 9835.0, 9889.0, 9850.0, 9892.0, 9838.0, 9905.0, 9850.0, 9902.0, 9858.0, 9911.0, 9867.0, 9919.0, 9855.0, 9912.0, 9869.0, 9912.0, 9865.0, 9922.0, 9861.0, 9855.0, 9866.0, 9874.0, 9894.0, 9856.0, 9909.0, 9856.0, 9927.0, 9871.0, 9928.0, 9874.0, 9926.0, 9872.0, 9871.0, 9885.0, 9854.0, 9911.0, 9851.0, 9905.0, 9865.0, 9915.0, 9869.0, 9926.0, 9880.0, 9934.0, 9863.0, 9892.0, 9850.0, 9876.0, 9860.0, 9832.0, 9876.0, 9836.0, 9892.0, 9854.0, 9907.0, 9853.0, 9907.0, 9852.0, 9907.0, 9850.0, 9906.0, 9846.0, 9897.0, 9850.0, 9904.0, 9848.0, 9900.0, 9852.0, 9891.0, 9867.0, 9908.0, 9870.0, 9870.0, 9858.0, 9843.0, 9897.0, 9858.0, 9911.0, 9867.0, 9911.0, 9869.0, 9928.0, 9872.0, 9942.0, 9880.0, 9923.0, 9866.0, 9904.0, 9878.0, 9904.0, 9860.0, 9874.0, 9861.0, 9849.0, 9888.0, 9851.0, 9882.0, 9834.0, 9885.0, 9844.0, 9904.0, 9866.0, 9921.0, 9851.0, 9881.0, 9866.0, 9870.0, 9883.0, 9852.0, 9899.0, 9862.0, 9898.0, 9851.0, 9911.0, 9874.0, 9855.0, 9900.0, 9875.0, 9930.0, 9885.0, 9926.0, 9886.0, 9854.0, 9895.0, 9855.0, 9921.0, 9864.0, 9919.0, 9866.0, 9906.0, 9850.0, 9876.0, 9880.0, 9838.0, 9912.0, 9873.0, 9918.0, 9877.0, 9875.0, 9914.0, 9860.0, 9901.0, 9887.0, 9878.0, 9946.0, 9901.0, 9914.0, 9917.0, 9871.0, 9929.0, 9881.0, 9935.0, 9888.0, 9888.0, 9857.0, 9832.0, 9871.0, 9831.0, 9892.0, 9843.0, 9902.0, 9844.0, 9871.0, 9859.0, 9831.0, 9886.0, 9831.0, 9903.0, 9850.0, 9915.0, 9895.0, 9915.0, 9871.0, 9876.0, 9888.0, 9850.0, 9921.0, 9848.0, 9880.0, 9889.0, 9855.0, 9898.0, 9860.0, 9904.0, 9877.0, 9845.0, 9908.0, 9866.0, 9935.0, 9860.0, 9870.0, 9887.0, 9827.0, 9896.0, 9838.0, 9909.0, 9853.0, 9862.0, 9818.0, 9803.0, 9845.0, 9806.0, 9870.0, 9819.0, 9875.0, 9817.0, 9890.0, 9833.0, 9860.0, 9800.0, 9814.0, 9813.0, 9802.0, 9842.0, 9802.0, 9846.0, 9807.0, 9861.0, 9826.0, 9862.0, 9839.0, 9883.0, 9825.0, 9850.0, 9839.0, 9866.0, 9853.0, 9820.0, 9849.0, 9813.0, 9866.0, 9828.0, 9896.0, 9844.0, 9898.0, 9829.0, 9886.0, 9844.0, 9887.0, 9845.0, 9886.0, 9843.0, 9874.0, 9842.0, 9886.0, 9844.0, 9872.0, 9857.0, 9847.0, 9858.0, 9846.0, 9873.0, 9830.0, 9875.0, 9850.0, 9890.0, 9854.0, 9910.0, 9866.0, 9927.0, 9887.0, 9929.0, 9884.0, 9925.0, 9865.0, 9897.0, 9866.0, 9893.0, 9880.0, 9890.0, 9878.0, 9853.0, 9907.0, 9855.0, 9919.0, 9867.0, 9895.0, 9869.0, 9852.0, 9898.0, 9860.0, 9927.0, 9874.0, 9942.0, 9875.0, 9930.0, 9889.0, 9958.0, 9892.0, 9910.0, 9868.0, 9909.0, 9877.0, 9847.0, 9892.0, 9855.0, 9925.0, 9870.0, 9856.0, 9899.0, 9855.0, 9905.0, 9863.0, 9920.0, 9858.0, 9905.0, 9849.0, 9866.0, 9864.0, 9836.0, 9877.0, 9854.0, 9894.0, 9860.0, 9908.0, 9869.0, 9926.0, 9872.0, 9899.0, 9871.0, 9911.0, 9881.0, 9856.0, 9894.0, 9851.0, 9907.0, 9853.0, 9907.0, 9837.0, 9903.0, 9852.0, 9901.0, 9850.0, 9904.0, 9861.0, 9901.0, 9862.0, 9905.0, 9860.0, 9904.0, 9846.0, 9889.0, 9850.0, 9891.0, 9861.0, 9906.0, 9867.0, 9908.0, 9865.0, 9894.0, 9850.0, 9893.0, 9866.0, 9906.0, 9864.0, 9851.0, 9875.0, 9854.0, 9880.0, 9851.0, 9889.0, 9849.0, 9892.0, 9853.0, 9906.0, 9854.0, 9906.0, 9870.0, 9911.0, 9867.0, 9923.0, 9865.0, 9909.0, 9863.0, 9908.0, 9870.0, 9921.0, 9867.0, 9915.0, 9870.0, 9907.0, 9872.0, 9926.0, 9882.0, 9869.0, 9879.0, 9868.0, 9896.0, 9873.0, 9897.0, 9859.0, 9899.0, 9860.0, 9912.0, 9860.0, 9927.0, 9871.0, 9925.0, 9872.0, 9929.0, 9872.0, 9940.0, 9871.0, 9926.0, 9870.0, 9926.0, 9885.0, 9942.0, 9869.0, 9926.0, 9870.0, 9913.0, 9882.0, 9899.0, 9870.0, 9885.0, 9881.0, 9885.0, 9883.0, 9859.0, 9898.0, 9875.0, 9913.0, 9878.0, 9916.0, 9872.0, 9930.0, 9879.0, 9947.0, 9875.0, 9931.0, 9872.0, 9944.0, 9880.0, 9927.0, 9870.0, 9929.0, 9891.0, 9929.0, 9884.0, 9929.0, 9872.0, 9927.0, 9882.0, 9934.0, 9908.0, 9913.0, 9885.0, 9911.0, 9881.0, 9910.0, 9879.0, 9866.0, 9879.0, 9865.0, 9892.0, 9908.0, 9880.0, 9907.0, 9865.0, 9866.0, 9881.0, 9884.0, 9893.0, 9879.0, 9895.0, 9852.0, 9895.0, 9856.0, 9912.0, 9856.0, 9908.0, 9874.0, 9910.0, 9859.0, 9912.0, 9869.0, 9940.0, 9874.0, 9916.0, 9872.0, 9902.0, 9885.0, 9857.0, 9914.0, 9859.0, 9915.0, 9862.0, 9934.0, 9878.0, 9933.0, 9893.0, 9946.0, 9890.0, 9945.0, 9887.0, 9915.0, 9889.0, 9888.0, 9898.0, 9860.0, 9911.0, 9858.0, 9914.0, 9891.0, 9882.0, 9923.0, 9897.0, 9949.0, 9895.0, 9962.0, 9905.0, 9945.0, 9909.0, 9886.0, 9885.0, 9858.0, 9909.0, 9864.0, 9906.0, 9856.0, 9907.0, 9869.0, 9922.0, 9868.0, 9926.0, 9870.0, 9917.0, 9875.0, 9932.0, 9889.0, 9890.0, 9892.0, 9893.0, 9904.0, 9885.0, 9902.0, 9862.0, 9915.0, 9862.0, 9928.0, 9874.0, 9929.0, 9888.0, 9941.0, 9885.0, 9928.0, 9871.0, 9887.0, 9897.0, 9858.0, 9908.0, 9867.0, 9925.0, 9870.0, 9916.0, 9888.0, 9903.0, 9901.0, 9859.0, 9927.0, 9859.0, 9927.0, 9882.0, 9942.0, 9881.0, 9926.0, 9882.0, 9911.0, 9865.0, 9866.0, 9880.0, 9855.0, 9907.0, 9856.0, 9908.0, 9868.0, 9947.0, 9898.0, 9948.0, 9917.0, 9885.0, 9940.0, 9896.0, 9896.0, 9870.0, 9861.0, 9918.0, 9890.0, 9893.0, 9928.0, 9883.0, 9929.0, 9866.0, 9923.0, 9859.0, 9920.0, 9862.0, 9850.0, 9904.0, 9846.0, 9936.0, 9859.0, 9881.0, 9838.0, 9822.0, 9860.0, 9806.0, 9879.0, 9825.0, 9878.0, 9839.0, 9841.0, 9856.0, 9831.0, 9870.0, 9835.0, 9889.0, 9866.0, 9881.0, 9865.0, 9853.0, 9879.0, 9853.0, 9894.0, 9837.0, 9920.0, 9856.0, 9921.0, 9868.0, 9904.0, 9848.0, 9833.0, 9876.0, 9838.0, 9888.0, 9854.0, 9918.0, 9849.0, 9904.0, 9861.0, 9894.0, 9866.0, 9904.0, 9878.0, 9848.0, 9890.0, 9850.0, 9891.0, 9852.0, 9903.0, 9835.0, 9897.0, 9844.0, 9906.0, 9858.0, 9915.0, 9861.0, 9901.0, 9841.0, 9900.0, 9853.0, 9874.0, 9822.0, 9812.0, 9852.0, 9829.0, 9866.0, 9817.0, 9881.0, 9846.0, 9886.0, 9850.0, 9893.0, 9848.0, 9864.0, 9862.0, 9838.0, 9894.0, 9855.0, 9929.0, 9885.0, 9922.0, 9862.0, 9875.0, 9855.0, 9830.0, 9881.0, 9846.0, 9848.0, 9877.0, 9848.0, 9915.0, 9847.0, 9913.0, 9856.0, 9870.0, 9856.0, 9807.0, 9881.0, 9831.0, 9903.0, 9845.0, 9884.0, 9842.0, 9819.0, 9816.0, 9823.0, 9852.0, 9822.0, 9827.0, 9858.0, 9847.0, 9850.0, 9864.0, 9851.0, 9907.0, 9863.0, 9935.0, 9877.0, 9905.0, 9844.0, 9868.0, 9836.0, 9845.0, 9846.0, 9813.0, 9863.0, 9829.0, 9863.0, 9824.0, 9823.0, 9841.0, 9832.0, 9886.0, 9847.0, 9838.0, 9862.0, 9831.0, 9874.0, 9847.0, 9903.0, 9845.0, 9919.0, 9845.0, 9902.0, 9842.0, 9881.0, 9825.0, 9851.0, 9842.0, 9824.0, 9875.0, 9837.0, 9891.0, 9854.0, 9892.0, 9851.0, 9891.0, 9853.0, 9924.0, 9876.0, 9893.0, 9847.0, 9850.0, 9875.0, 9846.0, 9905.0, 9857.0, 9884.0, 9828.0, 9893.0, 9827.0, 9893.0, 9844.0, 9866.0, 9855.0, 9816.0, 9865.0, 9827.0, 9869.0, 9825.0, 9876.0, 9827.0, 9882.0, 9828.0, 9881.0, 9836.0, 9894.0, 9831.0, 9880.0, 9823.0, 9863.0, 9824.0, 9851.0, 9826.0, 9822.0, 9855.0, 9834.0, 9883.0, 9848.0, 9908.0, 9862.0, 9918.0, 9846.0, 9886.0, 9854.0, 9826.0, 9870.0, 9831.0, 9912.0, 9855.0, 9911.0, 9854.0, 9880.0, 9832.0, 9818.0, 9830.0, 9805.0, 9843.0, 9807.0, 9859.0, 9818.0, 9855.0, 9829.0, 9866.0, 9827.0, 9845.0, 9826.0, 9827.0, 9869.0, 9832.0, 9912.0, 9871.0, 9916.0, 9848.0, 9880.0, 9850.0, 9872.0, 9858.0, 9826.0, 9885.0, 9834.0, 9887.0, 9846.0, 9901.0, 9844.0, 9884.0, 9839.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.00043882970742685674</td></tr>
<tr><td colspan=3>aqi</td><td>0.014700811327831959</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.72738780352102</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203202874557056</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029065479579569</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>5212.4248</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08656457761996206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3008252063015755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646281410053929</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.674388936237599</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7733331156967678</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4911221782274215</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0027512917295098305</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014044424518942833</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.790075706277797</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8268</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4899</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.9973</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298181.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5227</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9432</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.9265</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.6774</td></tr>
<tr><td colspan=3>tsnr</td><td>45.85348676890135</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>