<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-03/func/sub-0034_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>783995b911eb5976ce03fdbb7e861ebf</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:24:34.825000</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.996364, 0.0852036, -0.000280984, -0.0845427, 0.989034, 0.121094]</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.101906</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>[4147, -7807, -7173, 525, -43, -207, 126, -2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eded01f1-3e4a-47fc-a06f-b4f162aacfd6||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.673170566558838, -0.22682194411754608, -0.028607938438653946, 124.46585845947266], [-0.22859510779380798, 2.6535067558288574, 0.3257001042366028, -87.03208923339844], [-0.0007538600475527346, -0.324885755777359, 2.68013072013855, -26.285154342651367], [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': ['122434.825000', '122435.285000', '122435.745000', '122436.205000', '122436.665000', '122437.125000', '122437.585000', '122438.045000', '122438.505000', '122438.965000', '122439.425000', '122439.885000', '122440.345000', '122440.805000', '122441.265000', '122441.725000', '122442.185000', '122442.645000', '122443.105000', '122443.565000', '122444.025000', '122444.485000', '122444.945000', '122445.405000', '122445.865000', '122446.325000', '122446.785000', '122447.245000', '122447.705000', '122448.165000', '122448.625000', '122449.085000', '122449.545000', '122450.005000', '122450.465000', '122450.925000', '122451.385000', '122451.845000', '122452.305000', '122452.765000', '122453.225000', '122453.685000', '122454.145000', '122454.605000', '122455.065000', '122455.525000', '122455.985000', '122456.445000', '122456.905000', '122457.365000', '122457.825000', '122458.285000', '122458.745000', '122459.205000', '122459.665000', '122500.125000', '122500.585000', '122501.045000', '122501.505000', '122501.965000', '122502.425000', '122502.885000', '122503.345000', '122503.805000', '122504.265000', '122504.725000', '122505.185000', '122505.645000', '122506.105000', '122506.565000', '122507.025000', '122507.485000', '122507.945000', '122508.405000', '122508.865000', '122509.325000', '122509.785000', '122510.245000', '122510.705000', '122511.165000', '122511.625000', '122512.085000', '122512.545000', '122513.005000', '122513.465000', '122513.925000', '122514.385000', '122514.845000', '122515.305000', '122515.765000', '122516.225000', '122516.685000', '122517.145000', '122517.605000', '122518.065000', '122518.525000', '122518.985000', '122519.445000', '122519.905000', '122520.365000', '122520.825000', '122521.285000', '122521.745000', '122522.205000', '122522.665000', '122523.125000', '122523.585000', '122524.045000', '122524.505000', '122524.965000', '122525.425000', '122525.885000', '122526.345000', '122526.805000', '122527.265000', '122527.725000', '122528.185000', '122528.645000', '122529.105000', '122529.565000', '122530.025000', '122530.485000', '122530.945000', '122531.405000', '122531.865000', '122532.325000', '122532.785000', '122533.245000', '122533.705000', '122534.165000', '122534.625000', '122535.085000', '122535.545000', '122536.005000', '122536.465000', '122536.925000', '122537.385000', '122537.845000', '122538.305000', '122538.765000', '122539.225000', '122539.685000', '122540.145000', '122540.605000', '122541.065000', '122541.525000', '122541.985000', '122542.445000', '122542.905000', '122543.365000', '122543.825000', '122544.285000', '122544.745000', '122545.205000', '122545.665000', '122546.125000', '122546.585000', '122547.045000', '122547.505000', '122547.965000', '122548.425000', '122548.885000', '122549.345000', '122549.805000', '122550.265000', '122550.725000', '122551.185000', '122551.645000', '122552.105000', '122552.565000', '122553.025000', '122553.485000', '122553.945000', '122554.405000', '122554.865000', '122555.325000', '122555.785000', '122556.245000', '122556.705000', '122557.165000', '122557.625000', '122558.085000', '122558.545000', '122559.005000', '122559.465000', '122559.925000', '122600.385000', '122600.845000', '122601.305000', '122601.765000', '122602.225000', '122602.685000', '122603.145000', '122603.605000', '122604.065000', '122604.525000', '122604.985000', '122605.445000', '122605.905000', '122606.365000', '122606.825000', '122607.285000', '122607.745000', '122608.205000', '122608.665000', '122609.125000', '122609.585000', '122610.045000', '122610.505000', '122610.965000', '122611.425000', '122611.885000', '122612.345000', '122612.805000', '122613.265000', '122613.725000', '122614.185000', '122614.645000', '122615.105000', '122615.565000', '122616.025000', '122616.485000', '122616.945000', '122617.405000', '122617.865000', '122618.325000', '122618.785000', '122619.245000', '122619.705000', '122620.165000', '122620.625000', '122621.085000', '122621.545000', '122622.005000', '122622.465000', '122622.925000', '122623.385000', '122623.845000', '122624.305000', '122624.765000', '122625.225000', '122625.685000', '122626.145000', '122626.605000', '122627.065000', '122627.525000', '122627.985000', '122628.445000', '122628.905000', '122629.365000', '122629.825000', '122630.285000', '122630.745000', '122631.205000', '122631.665000', '122632.125000', '122632.585000', '122633.045000', '122633.505000', '122633.965000', '122634.425000', '122634.885000', '122635.345000', '122635.805000', '122636.265000', '122636.725000', '122637.185000', '122637.645000', '122638.105000', '122638.565000', '122639.025000', '122639.485000', '122639.945000', '122640.405000', '122640.865000', '122641.325000', '122641.785000', '122642.245000', '122642.705000', '122643.165000', '122643.625000', '122644.085000', '122644.545000', '122645.005000', '122645.465000', '122645.925000', '122646.385000', '122646.845000', '122647.305000', '122647.765000', '122648.225000', '122648.685000', '122649.145000', '122649.605000', '122650.065000', '122650.525000', '122650.985000', '122651.445000', '122651.905000', '122652.365000', '122652.825000', '122653.285000', '122653.745000', '122654.205000', '122654.665000', '122655.125000', '122655.585000', '122656.045000', '122656.505000', '122656.965000', '122657.425000', '122657.885000', '122658.345000', '122658.805000', '122659.265000', '122659.725000', '122700.185000', '122700.645000', '122701.105000', '122701.565000', '122702.025000', '122702.485000', '122702.945000', '122703.405000', '122703.865000', '122704.325000', '122704.785000', '122705.245000', '122705.705000', '122706.165000', '122706.625000', '122707.085000', '122707.545000', '122708.005000', '122708.465000', '122708.925000', '122709.385000', '122709.845000', '122710.305000', '122710.765000', '122711.225000', '122711.685000', '122712.145000', '122712.605000', '122713.065000', '122713.525000', '122713.985000', '122714.445000', '122714.905000', '122715.365000', '122715.825000', '122716.285000', '122716.745000', '122717.205000', '122717.665000', '122718.125000', '122718.585000', '122719.045000', '122719.505000', '122719.965000', '122720.425000', '122720.885000', '122721.345000', '122721.805000', '122722.265000', '122722.725000', '122723.185000', '122723.645000', '122724.105000', '122724.565000', '122725.025000', '122725.485000', '122725.945000', '122726.405000', '122726.865000', '122727.325000', '122727.785000', '122728.245000', '122728.705000', '122729.165000', '122729.625000', '122730.085000', '122730.545000', '122731.005000', '122731.465000', '122731.925000', '122732.385000', '122732.845000', '122733.305000', '122733.765000', '122734.225000', '122734.685000', '122735.145000', '122735.605000', '122736.065000', '122736.525000', '122736.985000', '122737.445000', '122737.905000', '122738.365000', '122738.825000', '122739.285000', '122739.745000', '122740.205000', '122740.665000', '122741.125000', '122741.585000', '122742.045000', '122742.505000', '122742.965000', '122743.425000', '122743.885000', '122744.345000', '122744.805000', '122745.265000', '122745.725000', '122746.185000', '122746.645000', '122747.105000', '122747.565000', '122748.025000', '122748.485000', '122748.945000', '122749.405000', '122749.865000', '122750.325000', '122750.785000', '122751.245000', '122751.705000', '122752.165000', '122752.625000', '122753.085000', '122753.545000', '122754.005000', '122754.465000', '122754.925000', '122755.385000', '122755.845000', '122756.305000', '122756.765000', '122757.225000', '122757.685000', '122758.145000', '122758.605000', '122759.065000', '122759.525000', '122759.985000', '122800.445000', '122800.905000', '122801.365000', '122801.825000', '122802.285000', '122802.745000', '122803.205000', '122803.665000', '122804.125000', '122804.585000', '122805.045000', '122805.505000', '122805.965000', '122806.425000', '122806.885000', '122807.345000', '122807.805000', '122808.265000', '122808.725000', '122809.185000', '122809.645000', '122810.105000', '122810.565000', '122811.025000', '122811.485000', '122811.945000', '122812.405000', '122812.865000', '122813.325000', '122813.785000', '122814.245000', '122814.705000', '122815.165000', '122815.625000', '122816.085000', '122816.545000', '122817.005000', '122817.465000', '122817.925000', '122818.385000', '122818.845000', '122819.305000', '122819.765000', '122820.225000', '122820.685000', '122821.145000', '122821.605000', '122822.065000', '122822.525000', '122822.985000', '122823.445000', '122823.905000', '122824.365000', '122824.825000', '122825.285000', '122825.745000', '122826.205000', '122826.665000', '122827.125000', '122827.585000', '122828.045000', '122828.505000', '122828.965000', '122829.425000', '122829.885000', '122830.345000', '122830.805000', '122831.265000', '122831.725000', '122832.185000', '122832.645000', '122833.105000', '122833.565000', '122834.025000', '122834.485000', '122834.945000', '122835.405000', '122835.865000', '122836.325000', '122836.785000', '122837.245000', '122837.705000', '122838.165000', '122838.625000', '122839.085000', '122839.545000', '122840.005000', '122840.465000', '122840.925000', '122841.385000', '122841.845000', '122842.305000', '122842.765000', '122843.225000', '122843.685000', '122844.145000', '122844.605000', '122845.065000', '122845.525000', '122845.985000', '122846.445000', '122846.905000', '122847.365000', '122847.825000', '122848.285000', '122848.745000', '122849.205000', '122849.665000', '122850.125000', '122850.585000', '122851.045000', '122851.505000', '122851.965000', '122852.425000', '122852.885000', '122853.345000', '122853.805000', '122854.265000', '122854.725000', '122855.185000', '122855.645000', '122856.105000', '122856.565000', '122857.025000', '122857.485000', '122857.945000', '122858.405000', '122858.865000', '122859.325000', '122859.785000', '122900.245000', '122900.705000', '122901.165000', '122901.625000', '122902.085000', '122902.545000', '122903.005000', '122903.465000', '122903.925000', '122904.385000', '122904.845000', '122905.305000', '122905.765000', '122906.225000', '122906.685000', '122907.145000', '122907.605000', '122908.065000', '122908.525000', '122908.985000', '122909.445000', '122909.905000', '122910.365000', '122910.825000', '122911.285000', '122911.745000', '122912.205000', '122912.665000', '122913.125000', '122913.585000', '122914.045000', '122914.505000', '122914.965000', '122915.425000', '122915.885000', '122916.345000', '122916.805000', '122917.265000', '122917.725000', '122918.185000', '122918.645000', '122919.105000', '122919.565000', '122920.025000', '122920.485000', '122920.945000', '122921.405000', '122921.865000', '122922.325000', '122922.785000', '122923.245000', '122923.705000', '122924.165000', '122924.625000', '122925.085000', '122925.545000', '122926.005000', '122926.465000', '122926.925000', '122927.385000', '122927.845000', '122928.305000', '122928.765000', '122929.225000', '122929.685000', '122930.145000', '122930.605000', '122931.065000', '122931.525000', '122931.985000', '122932.445000', '122932.905000', '122933.365000', '122933.825000', '122934.285000', '122934.745000', '122935.205000', '122935.665000', '122936.125000', '122936.585000', '122937.045000', '122937.505000', '122937.965000', '122938.425000', '122938.885000', '122939.345000', '122939.805000', '122940.265000', '122940.725000', '122941.185000', '122941.645000', '122942.105000', '122942.565000', '122943.025000', '122943.485000', '122943.945000', '122944.405000', '122944.865000', '122945.325000', '122945.785000', '122946.245000', '122946.705000', '122947.165000', '122947.625000', '122948.085000', '122948.545000', '122949.005000', '122949.465000', '122949.925000', '122950.385000', '122950.845000', '122951.305000', '122951.765000', '122952.225000', '122952.685000', '122953.145000', '122953.605000', '122954.065000', '122954.525000', '122954.985000', '122955.445000', '122955.905000', '122956.365000', '122956.825000', '122957.285000', '122957.745000', '122958.205000', '122958.665000', '122959.125000', '122959.585000', '123000.045000', '123000.505000', '123000.965000', '123001.425000', '123001.885000', '123002.345000', '123002.805000', '123003.265000', '123003.725000', '123004.185000', '123004.645000', '123005.105000', '123005.565000', '123006.025000', '123006.485000', '123006.945000', '123007.405000', '123007.865000', '123008.325000', '123008.785000', '123009.245000', '123009.705000', '123010.165000', '123010.625000', '123011.085000', '123011.545000', '123012.005000', '123012.465000', '123012.925000', '123013.385000', '123013.845000', '123014.305000', '123014.765000', '123015.225000', '123015.685000', '123016.145000', '123016.605000', '123017.065000', '123017.525000', '123017.985000', '123018.445000', '123018.905000', '123019.365000', '123019.825000', '123020.285000', '123020.745000', '123021.205000', '123021.665000', '123022.125000', '123022.585000', '123023.045000', '123023.505000', '123023.965000', '123024.425000', '123024.885000', '123025.345000', '123025.805000', '123026.265000', '123026.725000', '123027.185000', '123027.645000', '123028.105000', '123028.565000', '123029.025000', '123029.485000', '123029.945000', '123030.405000', '123030.865000', '123031.325000', '123031.785000', '123032.245000', '123032.705000', '123033.165000', '123033.625000', '123034.085000', '123034.545000', '123035.005000', '123035.465000', '123035.925000', '123036.385000', '123036.845000', '123037.305000', '123037.765000', '123038.225000', '123038.685000', '123039.145000', '123039.605000', '123040.065000', '123040.525000', '123040.985000', '123041.445000', '123041.905000', '123042.365000', '123042.825000', '123043.285000', '123043.745000', '123044.205000', '123044.665000', '123045.125000', '123045.585000', '123046.045000', '123046.505000', '123046.965000', '123047.425000', '123047.885000', '123048.345000', '123048.805000', '123049.265000', '123049.725000', '123050.185000', '123050.645000', '123051.105000', '123051.565000', '123052.025000', '123052.485000', '123052.945000', '123053.405000', '123053.865000', '123054.325000', '123054.785000', '123055.245000', '123055.705000', '123056.165000', '123056.625000', '123057.085000', '123057.545000', '123058.005000', '123058.465000', '123058.925000', '123059.385000', '123059.845000', '123100.305000', '123100.765000', '123101.225000', '123101.685000', '123102.145000', '123102.605000', '123103.065000', '123103.525000', '123103.985000', '123104.445000', '123104.905000', '123105.365000', '123105.825000', '123106.285000', '123106.745000', '123107.205000', '123107.665000', '123108.125000', '123108.585000', '123109.045000', '123109.505000', '123109.965000', '123110.425000', '123110.885000', '123111.345000', '123111.805000', '123112.265000', '123112.725000', '123113.185000', '123113.645000', '123114.105000', '123114.565000', '123115.025000', '123115.485000', '123115.945000', '123116.405000', '123116.865000', '123117.325000', '123117.785000', '123118.245000', '123118.705000', '123119.165000', '123119.625000', '123120.085000', '123120.545000', '123121.005000', '123121.465000', '123121.925000', '123122.385000', '123122.845000', '123123.305000', '123123.765000', '123124.225000', '123124.685000', '123125.145000', '123125.605000', '123126.065000', '123126.525000', '123126.985000', '123127.445000', '123127.905000', '123128.365000', '123128.825000', '123129.285000', '123129.745000', '123130.205000', '123130.665000', '123131.125000', '123131.585000', '123132.045000', '123132.505000', '123132.965000', '123133.425000', '123133.885000', '123134.345000', '123134.805000', '123135.265000', '123135.725000', '123136.185000', '123136.645000', '123137.105000', '123137.565000', '123138.025000', '123138.485000', '123138.945000', '123139.405000', '123139.865000', '123140.325000', '123140.785000', '123141.245000', '123141.705000', '123142.165000', '123142.625000', '123143.085000', '123143.545000', '123144.005000', '123144.465000', '123144.925000', '123145.385000', '123145.845000', '123146.305000', '123146.765000', '123147.225000', '123147.685000', '123148.145000', '123148.605000', '123149.065000', '123149.525000', '123149.985000', '123150.445000', '123150.905000', '123151.365000', '123151.825000', '123152.285000', '123152.745000', '123153.205000', '123153.665000', '123154.125000', '123154.585000', '123155.045000', '123155.505000', '123155.965000', '123156.425000', '123156.885000', '123157.345000', '123157.805000', '123158.265000', '123158.725000', '123159.185000', '123159.645000', '123200.105000', '123200.565000', '123201.025000', '123201.485000', '123201.945000', '123202.405000', '123202.865000', '123203.325000', '123203.785000', '123204.245000', '123204.705000', '123205.165000', '123205.625000', '123206.085000', '123206.545000', '123207.005000', '123207.465000', '123207.925000', '123208.385000', '123208.845000', '123209.305000', '123209.765000', '123210.225000', '123210.685000', '123211.145000', '123211.605000', '123212.065000', '123212.525000', '123212.985000', '123213.445000', '123213.905000', '123214.365000', '123214.825000', '123215.285000', '123215.745000', '123216.205000', '123216.665000', '123217.125000', '123217.585000', '123218.045000', '123218.505000', '123218.965000', '123219.425000', '123219.885000', '123220.345000', '123220.805000', '123221.265000', '123221.725000', '123222.185000', '123222.645000', '123223.105000', '123223.565000', '123224.025000', '123224.485000', '123224.945000', '123225.405000', '123225.865000', '123226.325000', '123226.785000', '123227.245000', '123227.705000', '123228.165000', '123228.625000', '123229.085000', '123229.545000', '123230.005000', '123230.465000', '123230.925000', '123231.385000', '123231.845000', '123232.305000', '123232.765000', '123233.225000', '123233.685000', '123234.145000', '123234.605000', '123235.065000', '123235.525000', '123235.985000', '123236.445000', '123236.905000', '123237.365000', '123237.825000', '123238.285000', '123238.745000', '123239.205000', '123239.665000', '123240.125000', '123240.585000', '123241.045000', '123241.505000', '123241.965000', '123242.425000', '123242.885000', '123243.345000', '123243.805000', '123244.265000', '123244.725000', '123245.185000', '123245.645000', '123246.105000', '123246.565000', '123247.025000', '123247.485000', '123247.945000', '123248.405000', '123248.865000', '123249.325000', '123249.785000', '123250.245000', '123250.705000', '123251.165000', '123251.625000', '123252.085000', '123252.545000', '123253.005000', '123253.465000', '123253.925000', '123254.385000', '123254.845000', '123255.305000', '123255.765000', '123256.225000', '123256.685000', '123257.145000', '123257.605000', '123258.065000', '123258.525000', '123258.985000', '123259.445000', '123259.905000', '123300.365000', '123300.825000', '123301.285000', '123301.745000', '123302.205000', '123302.665000', '123303.125000', '123303.585000', '123304.045000', '123304.505000', '123304.965000', '123305.425000', '123305.885000', '123306.345000', '123306.805000', '123307.265000', '123307.725000', '123308.185000', '123308.645000', '123309.105000', '123309.565000', '123310.025000', '123310.485000', '123310.945000', '123311.405000', '123311.865000', '123312.325000', '123312.785000', '123313.245000', '123313.705000', '123314.165000', '123314.625000', '123315.085000', '123315.545000', '123316.005000', '123316.465000', '123316.925000', '123317.385000', '123317.845000', '123318.305000', '123318.765000', '123319.225000', '123319.685000', '123320.145000', '123320.605000', '123321.065000', '123321.525000', '123321.985000', '123322.445000', '123322.905000', '123323.365000', '123323.825000', '123324.285000', '123324.745000', '123325.205000', '123325.665000', '123326.125000', '123326.585000', '123327.045000', '123327.505000', '123327.965000', '123328.425000', '123328.885000', '123329.345000', '123329.805000', '123330.265000', '123330.725000', '123331.185000', '123331.645000', '123332.105000', '123332.565000', '123333.025000', '123333.485000', '123333.945000', '123334.405000', '123334.865000', '123335.325000', '123335.785000', '123336.245000', '123336.705000', '123337.165000', '123337.625000', '123338.085000', '123338.545000', '123339.005000', '123339.465000', '123339.925000', '123340.385000', '123340.845000', '123341.305000', '123341.765000', '123342.225000', '123342.685000', '123343.145000', '123343.605000', '123344.065000', '123344.525000', '123344.985000', '123345.445000', '123345.905000', '123346.365000', '123346.825000', '123347.285000', '123347.745000', '123348.205000', '123348.665000', '123349.125000', '123349.585000', '123350.045000', '123350.505000', '123350.965000', '123351.425000', '123351.885000', '123352.345000', '123352.805000', '123353.265000', '123353.725000', '123354.185000', '123354.645000', '123355.105000', '123355.565000', '123356.025000', '123356.485000', '123356.945000', '123357.405000', '123357.865000', '123358.325000', '123358.785000', '123359.245000', '123359.705000', '123400.165000', '123400.625000', '123401.085000', '123401.545000', '123402.005000', '123402.465000', '123402.925000', '123403.385000', '123403.845000', '123404.305000', '123404.765000', '123405.225000', '123405.685000', '123406.145000', '123406.605000', '123407.065000', '123407.525000', '123407.985000', '123408.445000', '123408.905000', '123409.365000', '123409.825000', '123410.285000', '123410.745000', '123411.205000', '123411.665000', '123412.125000', '123412.585000', '123413.045000', '123413.505000', '123413.965000', '123414.425000', '123414.885000', '123415.345000', '123415.805000', '123416.265000', '123416.725000', '123417.185000', '123417.645000', '123418.105000', '123418.565000', '123419.025000', '123419.485000', '123419.945000', '123420.405000', '123420.865000', '123421.325000', '123421.785000', '123422.245000', '123422.705000', '123423.165000', '123423.625000', '123424.085000', '123424.545000', '123425.005000', '123425.465000', '123425.925000', '123426.385000', '123426.845000', '123427.305000', '123427.765000', '123428.225000', '123428.685000', '123429.145000', '123429.605000', '123430.065000', '123430.525000', '123430.985000', '123431.445000', '123431.905000', '123432.365000', '123432.825000', '123433.285000', '123433.745000', '123434.205000', '123434.665000', '123435.125000', '123435.585000', '123436.045000', '123436.505000', '123436.965000', '123437.425000', '123437.885000', '123438.345000', '123438.805000', '123439.265000', '123439.725000', '123440.185000', '123440.645000', '123441.105000', '123441.565000', '123442.025000', '123442.485000', '123442.945000', '123443.405000', '123443.865000', '123444.325000', '123444.785000', '123445.245000', '123445.705000', '123446.165000', '123446.625000', '123447.085000', '123447.545000', '123448.005000', '123448.465000'], 'ContentTime': ['122445.852000', '122445.855000', '122445.858000', '122445.860000', '122445.863000', '122445.866000', '122445.869000', '122445.872000', '122445.875000', '122445.877000', '122445.880000', '122445.883000', '122445.886000', '122445.889000', '122445.891000', '122445.894000', '122445.897000', '122445.907000', '122445.910000', '122445.913000', '122445.915000', '122445.918000', '122445.926000', '122505.815000', '122505.818000', '122505.821000', '122505.824000', '122505.826000', '122505.829000', '122505.832000', '122505.835000', '122505.838000', '122505.840000', '122505.843000', '122505.846000', '122505.849000', '122505.852000', '122505.854000', '122505.858000', '122505.862000', '122505.864000', '122505.867000', '122505.870000', '122505.873000', '122505.876000', '122505.879000', '122505.883000', '122505.886000', '122505.889000', '122505.892000', '122505.895000', '122505.907000', '122505.910000', '122505.913000', '122505.916000', '122505.919000', '122505.922000', '122505.925000', '122505.928000', '122505.931000', '122505.955000', '122505.957000', '122505.960000', '122505.963000', '122505.966000', '122505.969000', '122525.814000', '122525.817000', '122525.820000', '122525.823000', '122525.826000', '122525.828000', '122525.831000', '122525.834000', '122525.837000', '122525.840000', '122525.843000', '122525.845000', '122525.848000', '122525.851000', '122525.854000', '122525.857000', '122525.868000', '122525.871000', '122525.874000', '122525.876000', '122525.879000', '122525.882000', '122525.885000', '122525.888000', '122525.890000', '122525.893000', '122525.896000', '122525.899000', '122525.902000', '122525.905000', '122525.908000', '122525.910000', '122525.913000', '122525.916000', '122525.919000', '122525.922000', '122525.925000', '122525.927000', '122525.930000', '122525.933000', '122525.941000', '122525.943000', '122525.946000', '122525.949000', '122545.814000', '122545.817000', '122545.820000', '122545.823000', '122545.825000', '122545.828000', '122545.831000', '122545.834000', '122545.837000', '122545.840000', '122545.842000', '122545.845000', '122545.848000', '122545.851000', '122545.853000', '122545.856000', '122545.859000', '122545.862000', '122545.865000', '122545.868000', '122545.870000', '122545.873000', '122545.876000', '122545.879000', '122545.882000', '122545.885000', '122545.887000', '122545.890000', '122545.893000', '122545.896000', '122545.899000', '122545.902000', '122545.904000', '122545.907000', '122545.910000', '122545.913000', '122545.916000', '122545.919000', '122545.922000', '122545.924000', '122545.927000', '122545.930000', '122545.933000', '122605.815000', '122605.818000', '122605.821000', '122605.824000', '122605.826000', '122605.829000', '122605.832000', '122605.835000', '122605.838000', '122605.841000', '122605.844000', '122605.846000', '122605.849000', '122605.852000', '122605.855000', '122605.858000', '122605.861000', '122605.863000', '122605.866000', '122605.869000', '122605.872000', '122605.875000', '122605.878000', '122605.880000', '122605.883000', '122605.886000', '122605.889000', '122605.892000', '122605.895000', '122605.897000', '122605.916000', '122605.919000', '122605.922000', '122605.925000', '122605.928000', '122605.931000', '122605.933000', '122605.936000', '122605.939000', '122605.942000', '122605.945000', '122605.948000', '122605.950000', '122605.953000', '122625.815000', '122625.818000', '122625.821000', '122625.824000', '122625.827000', '122625.829000', '122625.832000', '122625.835000', '122625.838000', '122625.841000', '122625.844000', '122625.846000', '122625.849000', '122625.852000', '122625.855000', '122625.858000', '122625.861000', '122625.864000', '122625.866000', '122625.869000', '122625.872000', '122625.875000', '122625.878000', '122625.880000', '122625.883000', '122625.886000', '122625.889000', '122625.892000', '122625.895000', '122625.898000', '122625.901000', '122625.904000', '122625.907000', '122625.910000', '122625.918000', '122625.921000', '122625.924000', '122625.926000', '122625.929000', '122625.932000', '122625.935000', '122625.938000', '122625.940000', '122645.815000', '122645.818000', '122645.821000', '122645.824000', '122645.826000', '122645.829000', '122645.832000', '122645.835000', '122645.838000', '122645.841000', '122645.843000', '122645.846000', '122645.849000', '122645.852000', '122645.855000', '122645.858000', '122645.861000', '122645.864000', '122645.866000', '122645.869000', '122645.872000', '122645.875000', '122645.878000', '122645.881000', '122645.883000', '122645.886000', '122645.889000', '122645.892000', '122645.895000', '122645.898000', '122645.901000', '122645.903000', '122645.906000', '122645.909000', '122645.912000', '122645.915000', '122645.918000', '122645.920000', '122645.923000', '122645.926000', '122645.929000', '122645.932000', '122645.935000', '122645.937000', '122705.815000', '122705.818000', '122705.821000', '122705.824000', '122705.827000', '122705.829000', '122705.832000', '122705.835000', '122705.838000', '122705.841000', '122705.844000', '122705.846000', '122705.849000', '122705.852000', '122705.855000', '122705.858000', '122705.861000', '122705.864000', '122705.866000', '122705.869000', '122705.872000', '122705.875000', '122705.878000', '122705.881000', '122705.883000', '122705.886000', '122705.889000', '122705.892000', '122705.895000', '122705.898000', '122705.901000', '122705.903000', '122705.906000', '122705.909000', '122705.912000', '122705.915000', '122705.925000', '122705.928000', '122705.931000', '122705.934000', '122705.937000', '122705.940000', '122705.942000', '122725.815000', '122725.818000', '122725.821000', '122725.824000', '122725.826000', '122725.829000', '122725.832000', '122725.835000', '122725.838000', '122725.841000', '122725.843000', '122725.846000', '122725.849000', '122725.852000', '122725.855000', '122725.858000', '122725.861000', '122725.863000', '122725.866000', '122725.869000', '122725.872000', '122725.875000', '122725.878000', '122725.880000', '122725.883000', '122725.886000', '122725.889000', '122725.892000', '122725.895000', '122725.898000', '122725.900000', '122725.903000', '122725.906000', '122725.909000', '122725.912000', '122725.915000', '122725.917000', '122725.920000', '122725.923000', '122725.926000', '122725.929000', '122725.932000', '122725.935000', '122725.937000', '122745.814000', '122745.817000', '122745.820000', '122745.823000', '122745.825000', '122745.828000', '122745.831000', '122745.834000', '122745.837000', '122745.840000', '122745.843000', '122745.855000', '122745.857000', '122745.860000', '122745.863000', '122745.866000', '122745.869000', '122745.872000', '122745.874000', '122745.877000', '122745.880000', '122745.883000', '122745.886000', '122745.889000', '122745.891000', '122745.894000', '122745.897000', '122745.900000', '122745.903000', '122745.906000', '122745.909000', '122745.911000', '122745.914000', '122745.917000', '122745.920000', '122745.923000', '122745.926000', '122745.928000', '122745.931000', '122745.935000', '122745.942000', '122745.945000', '122745.947000', '122805.814000', '122805.817000', '122805.820000', '122805.823000', '122805.825000', '122805.828000', '122805.831000', '122805.834000', '122805.837000', '122805.840000', '122805.843000', '122805.845000', '122805.848000', '122805.851000', '122805.854000', '122805.857000', '122805.860000', '122805.863000', '122805.865000', '122805.868000', '122805.871000', '122805.874000', '122805.877000', '122805.880000', '122805.882000', '122805.885000', '122805.888000', '122805.891000', '122805.894000', '122805.897000', '122805.900000', '122805.903000', '122805.905000', '122805.908000', '122805.911000', '122805.914000', '122805.917000', '122805.920000', '122805.923000', '122805.925000', '122805.928000', '122805.931000', '122805.934000', '122805.937000', '122825.815000', '122825.818000', '122825.821000', '122825.824000', '122825.827000', '122825.829000', '122825.832000', '122825.835000', '122825.838000', '122825.841000', '122825.844000', '122825.846000', '122825.849000', '122825.852000', '122825.855000', '122825.858000', '122825.861000', '122825.863000', '122825.866000', '122825.869000', '122825.872000', '122825.875000', '122825.878000', '122825.881000', '122825.883000', '122825.886000', '122825.889000', '122825.892000', '122825.895000', '122825.897000', '122825.900000', '122825.903000', '122825.906000', '122825.909000', '122825.912000', '122825.914000', '122825.917000', '122825.920000', '122825.923000', '122825.926000', '122825.929000', '122825.932000', '122825.934000', '122845.815000', '122845.818000', '122845.821000', '122845.824000', '122845.826000', '122845.829000', '122845.832000', '122845.835000', '122845.838000', '122845.841000', '122845.844000', '122845.846000', '122845.849000', '122845.852000', '122845.855000', '122845.858000', '122845.861000', '122845.864000', '122845.866000', '122845.869000', '122845.872000', '122845.875000', '122845.878000', '122845.881000', '122845.883000', '122845.886000', '122845.889000', '122845.892000', '122845.895000', '122845.898000', '122845.901000', '122845.903000', '122845.906000', '122845.909000', '122845.912000', '122845.915000', '122845.918000', '122845.921000', '122845.923000', '122845.926000', '122845.929000', '122845.932000', '122845.935000', '122845.937000', '122905.815000', '122905.818000', '122905.821000', '122905.824000', '122905.827000', '122905.829000', '122905.832000', '122905.835000', '122905.838000', '122905.841000', '122905.844000', '122905.847000', '122905.849000', '122905.852000', '122905.855000', '122905.858000', '122905.861000', '122905.864000', '122905.866000', '122905.869000', '122905.872000', '122905.875000', '122905.878000', '122905.881000', '122905.884000', '122905.886000', '122905.889000', '122905.892000', '122905.895000', '122905.898000', '122905.900000', '122905.903000', '122905.906000', '122905.909000', '122905.912000', '122905.915000', '122905.932000', '122905.935000', '122905.938000', '122905.940000', '122905.943000', '122905.946000', '122905.949000', '122925.816000', '122925.819000', '122925.822000', '122925.825000', '122925.828000', '122925.831000', '122925.834000', '122925.836000', '122925.839000', '122925.842000', '122925.845000', '122925.848000', '122925.851000', '122925.853000', '122925.856000', '122925.859000', '122925.862000', '122925.865000', '122925.868000', '122925.871000', '122925.873000', '122925.876000', '122925.879000', '122925.882000', '122925.885000', '122925.888000', '122925.891000', '122925.893000', '122925.896000', '122925.903000', '122925.906000', '122925.909000', '122925.912000', '122925.914000', '122925.917000', '122925.920000', '122925.923000', '122925.926000', '122925.929000', '122925.932000', '122925.934000', '122925.937000', '122925.940000', '122945.815000', '122945.818000', '122945.821000', '122945.824000', '122945.826000', '122945.829000', '122945.832000', '122945.835000', '122945.838000', '122945.841000', '122945.844000', '122945.847000', '122945.849000', '122945.852000', '122945.862000', '122945.865000', '122945.868000', '122945.871000', '122945.874000', '122945.877000', '122945.879000', '122945.882000', '122945.885000', '122945.888000', '122945.891000', '122945.894000', '122945.896000', '122945.899000', '122945.902000', '122945.905000', '122945.908000', '122945.911000', '122945.913000', '122945.916000', '122945.919000', '122945.922000', '122945.925000', '122945.928000', '122945.931000', '122945.933000', '122945.936000', '122945.939000', '122945.942000', '122945.945000', '123005.814000', '123005.817000', '123005.820000', '123005.823000', '123005.826000', '123005.829000', '123005.832000', '123005.835000', '123005.837000', '123005.842000', '123005.845000', '123005.848000', '123005.851000', '123005.854000', '123005.857000', '123005.860000', '123005.863000', '123005.866000', '123005.868000', '123005.871000', '123005.874000', '123005.877000', '123005.880000', '123005.885000', '123005.888000', '123005.890000', '123005.893000', '123005.896000', '123005.899000', '123005.902000', '123005.913000', '123005.916000', '123005.919000', '123005.922000', '123005.925000', '123005.928000', '123005.931000', '123005.934000', '123005.936000', '123005.939000', '123005.942000', '123005.945000', '123005.948000', '123025.814000', '123025.817000', '123025.820000', '123025.823000', '123025.826000', '123025.829000', '123025.831000', '123025.834000', '123025.837000', '123025.840000', '123025.843000', '123025.846000', '123025.848000', '123025.851000', '123025.854000', '123025.861000', '123025.864000', '123025.867000', '123025.869000', '123025.872000', '123025.875000', '123025.878000', '123025.881000', '123025.884000', '123025.887000', '123025.889000', '123025.892000', '123025.895000', '123025.898000', '123025.901000', '123025.904000', '123025.906000', '123025.909000', '123025.912000', '123025.915000', '123025.918000', '123025.921000', '123025.923000', '123025.926000', '123025.929000', '123025.932000', '123025.935000', '123025.938000', '123025.940000', '123045.815000', '123045.818000', '123045.821000', '123045.836000', '123045.839000', '123045.842000', '123045.845000', '123045.848000', '123045.851000', '123045.854000', '123045.857000', '123045.860000', '123045.862000', '123045.865000', '123045.868000', '123045.871000', '123045.874000', '123045.876000', '123045.879000', '123045.882000', '123045.885000', '123045.888000', '123045.891000', '123045.894000', '123045.897000', '123045.899000', '123045.902000', '123045.905000', '123045.908000', '123045.911000', '123045.914000', '123045.916000', '123045.919000', '123045.922000', '123045.925000', '123045.928000', '123045.931000', '123045.934000', '123045.937000', '123045.939000', '123045.942000', '123045.945000', '123045.948000', '123105.815000', '123105.818000', '123105.821000', '123105.824000', '123105.827000', '123105.829000', '123105.832000', '123105.835000', '123105.838000', '123105.841000', '123105.844000', '123105.846000', '123105.849000', '123105.852000', '123105.855000', '123105.858000', '123105.861000', '123105.863000', '123105.866000', '123105.869000', '123105.872000', '123105.875000', '123105.878000', '123105.881000', '123105.883000', '123105.886000', '123105.889000', '123105.892000', '123105.895000', '123105.898000', '123105.900000', '123105.903000', '123105.906000', '123105.909000', '123105.912000', '123105.915000', '123105.918000', '123105.920000', '123105.923000', '123105.926000', '123105.929000', '123105.932000', '123105.935000', '123105.938000', '123125.815000', '123125.818000', '123125.821000', '123125.824000', '123125.827000', '123125.830000', '123125.833000', '123125.835000', '123125.838000', '123125.841000', '123125.844000', '123125.847000', '123125.850000', '123125.852000', '123125.855000', '123125.858000', '123125.861000', '123125.864000', '123125.867000', '123125.870000', '123125.873000', '123125.876000', '123125.879000', '123125.882000', '123125.885000', '123125.888000', '123125.891000', '123125.893000', '123125.896000', '123125.899000', '123125.902000', '123125.905000', '123125.908000', '123125.911000', '123125.913000', '123125.916000', '123125.919000', '123125.922000', '123125.925000', '123125.928000', '123125.930000', '123125.933000', '123125.936000', '123145.815000', '123145.818000', '123145.821000', '123145.824000', '123145.827000', '123145.830000', '123145.832000', '123145.835000', '123145.838000', '123145.841000', '123145.844000', '123145.847000', '123145.850000', '123145.853000', '123145.855000', '123145.858000', '123145.861000', '123145.864000', '123145.867000', '123145.870000', '123145.872000', '123145.875000', '123145.878000', '123145.881000', '123145.884000', '123145.887000', '123145.889000', '123145.892000', '123145.895000', '123145.898000', '123145.901000', '123145.904000', '123145.907000', '123145.909000', '123145.912000', '123145.915000', '123145.918000', '123145.921000', '123145.923000', '123145.926000', '123145.929000', '123145.932000', '123145.935000', '123145.938000', '123205.815000', '123205.818000', '123205.821000', '123205.824000', '123205.827000', '123205.830000', '123205.832000', '123205.835000', '123205.838000', '123205.841000', '123205.844000', '123205.847000', '123205.849000', '123205.852000', '123205.873000', '123205.876000', '123205.878000', '123205.881000', '123205.884000', '123205.887000', '123205.890000', '123205.893000', '123205.896000', '123205.899000', '123205.902000', '123205.905000', '123205.907000', '123205.910000', '123205.913000', '123205.916000', '123205.919000', '123205.922000', '123205.925000', '123205.927000', '123205.937000', '123205.940000', '123205.943000', '123205.946000', '123205.949000', '123205.952000', '123205.954000', '123205.957000', '123205.960000', '123225.814000', '123225.817000', '123225.820000', '123225.823000', '123225.826000', '123225.829000', '123225.832000', '123225.835000', '123225.838000', '123225.841000', '123225.844000', '123225.847000', '123225.850000', '123225.853000', '123225.856000', '123225.859000', '123225.862000', '123225.864000', '123225.867000', '123225.870000', '123225.873000', '123225.876000', '123225.879000', '123225.882000', '123225.884000', '123225.887000', '123225.890000', '123225.893000', '123225.896000', '123225.899000', '123225.902000', '123225.905000', '123225.908000', '123225.910000', '123225.913000', '123225.916000', '123225.919000', '123225.922000', '123225.925000', '123225.927000', '123225.930000', '123225.933000', '123225.936000', '123225.939000', '123245.814000', '123245.817000', '123245.820000', '123245.823000', '123245.826000', '123245.829000', '123245.831000', '123245.834000', '123245.837000', '123245.840000', '123245.843000', '123245.847000', '123245.850000', '123245.853000', '123245.856000', '123245.859000', '123245.862000', '123245.865000', '123245.868000', '123245.870000', '123245.873000', '123245.876000', '123245.879000', '123245.882000', '123245.885000', '123245.888000', '123245.890000', '123245.893000', '123245.896000', '123245.900000', '123245.903000', '123245.906000', '123245.909000', '123245.912000', '123245.915000', '123245.918000', '123245.920000', '123245.923000', '123245.926000', '123245.929000', '123245.932000', '123245.935000', '123245.938000', '123305.815000', '123305.818000', '123305.821000', '123305.824000', '123305.827000', '123305.829000', '123305.832000', '123305.835000', '123305.838000', '123305.841000', '123305.844000', '123305.846000', '123305.849000', '123305.852000', '123305.855000', '123305.858000', '123305.861000', '123305.864000', '123305.867000', '123305.869000', '123305.872000', '123305.875000', '123305.878000', '123305.881000', '123305.883000', '123305.886000', '123305.889000', '123305.892000', '123305.895000', '123305.908000', '123305.911000', '123305.914000', '123305.917000', '123305.919000', '123305.922000', '123305.925000', '123305.928000', '123305.931000', '123305.934000', '123305.936000', '123305.939000', '123305.942000', '123305.945000', '123305.948000', '123325.815000', '123325.818000', '123325.821000', '123325.824000', '123325.827000', '123325.829000', '123325.832000', '123325.835000', '123325.838000', '123325.841000', '123325.844000', '123325.859000', '123325.862000', '123325.865000', '123325.867000', '123325.870000', '123325.873000', '123325.876000', '123325.879000', '123325.882000', '123325.884000', '123325.887000', '123325.890000', '123325.893000', '123325.896000', '123325.899000', '123325.902000', '123325.905000', '123325.907000', '123325.910000', '123325.913000', '123325.916000', '123325.919000', '123325.922000', '123325.925000', '123325.927000', '123325.930000', '123325.933000', '123325.939000', '123325.942000', '123325.945000', '123325.948000', '123325.951000', '123345.815000', '123345.818000', '123345.821000', '123345.824000', '123345.827000', '123345.830000', '123345.832000', '123345.835000', '123345.838000', '123345.841000', '123345.844000', '123345.847000', '123345.850000', '123345.852000', '123345.855000', '123345.858000', '123345.861000', '123345.864000', '123345.867000', '123345.869000', '123345.872000', '123345.875000', '123345.878000', '123345.881000', '123345.884000', '123345.887000', '123345.890000', '123345.892000', '123345.895000', '123345.898000', '123345.901000', '123345.904000', '123345.907000', '123345.909000', '123345.912000', '123345.915000', '123345.918000', '123345.921000', '123345.924000', '123345.926000', '123345.929000', '123345.932000', '123345.943000', '123345.946000', '123405.815000', '123405.818000', '123405.821000', '123405.824000', '123405.827000', '123405.830000', '123405.833000', '123405.835000', '123405.838000', '123405.841000', '123405.844000', '123405.847000', '123405.850000', '123405.853000', '123405.855000', '123405.858000', '123405.861000', '123405.864000', '123405.867000', '123405.870000', '123405.873000', '123405.875000', '123405.878000', '123405.881000', '123405.885000', '123405.892000', '123405.895000', '123405.898000', '123405.901000', '123405.904000', '123405.906000', '123405.909000', '123405.912000', '123405.915000', '123405.918000', '123405.921000', '123405.924000', '123405.926000', '123405.929000', '123405.932000', '123405.935000', '123405.938000', '123405.941000', '123425.815000', '123425.818000', '123425.821000', '123425.824000', '123425.827000', '123425.830000', '123425.832000', '123425.835000', '123425.838000', '123425.847000', '123425.851000', '123425.854000', '123425.857000', '123425.860000', '123425.862000', '123425.865000', '123425.868000', '123425.871000', '123425.874000', '123425.877000', '123425.879000', '123425.882000', '123425.885000', '123425.888000', '123425.891000', '123425.894000', '123425.897000', '123425.899000', '123425.902000', '123425.905000', '123425.908000', '123425.911000', '123425.914000', '123425.917000', '123425.919000', '123425.922000', '123425.925000', '123425.928000', '123425.931000', '123425.934000', '123425.937000', '123425.940000', '123425.942000', '123425.945000', '123445.814000', '123445.817000', '123445.820000', '123445.823000', '123445.826000', '123445.829000', '123445.831000', '123445.834000', '123445.837000', '123445.840000', '123445.843000', '123445.846000', '123445.849000', '123445.851000', '123445.854000', '123445.857000', '123445.860000', '123445.863000', '123445.866000', '123445.869000', '123445.871000', '123445.874000', '123445.877000', '123445.880000', '123445.883000', '123445.886000', '123445.889000', '123445.891000', '123445.894000', '123445.897000', '123445.900000', '123445.903000', '123445.906000', '123445.909000', '123445.912000', '123445.915000', '123445.917000', '123445.920000', '123445.923000', '123445.926000', '123445.929000', '123445.932000', '123445.935000', '123449.259000', '123449.263000', '123449.266000', '123449.270000', '123449.273000', '123449.276000', '123449.279000', '123449.282000'], 'InstanceCreationTime': ['122445.852000', '122445.855000', '122445.858000', '122445.860000', '122445.863000', '122445.866000', '122445.869000', '122445.872000', '122445.875000', '122445.877000', '122445.880000', '122445.883000', '122445.886000', '122445.889000', '122445.891000', '122445.894000', '122445.897000', '122445.907000', '122445.910000', '122445.913000', '122445.915000', '122445.918000', '122445.926000', '122505.815000', '122505.818000', '122505.821000', '122505.824000', '122505.826000', '122505.829000', '122505.832000', '122505.835000', '122505.838000', '122505.840000', '122505.843000', '122505.846000', '122505.849000', '122505.852000', '122505.854000', '122505.858000', '122505.862000', '122505.864000', '122505.867000', '122505.870000', '122505.873000', '122505.876000', '122505.879000', '122505.883000', '122505.886000', '122505.889000', '122505.892000', '122505.895000', '122505.907000', '122505.910000', '122505.913000', '122505.916000', '122505.919000', '122505.922000', '122505.925000', '122505.928000', '122505.931000', '122505.955000', '122505.957000', '122505.960000', '122505.963000', '122505.966000', '122505.969000', '122525.814000', '122525.817000', '122525.820000', '122525.823000', '122525.826000', '122525.828000', '122525.831000', '122525.834000', '122525.837000', '122525.840000', '122525.843000', '122525.845000', '122525.848000', '122525.851000', '122525.854000', '122525.857000', '122525.868000', '122525.871000', '122525.874000', '122525.876000', '122525.879000', '122525.882000', '122525.885000', '122525.888000', '122525.890000', '122525.893000', '122525.896000', '122525.899000', '122525.902000', '122525.905000', '122525.908000', '122525.910000', '122525.913000', '122525.916000', '122525.919000', '122525.922000', '122525.925000', '122525.927000', '122525.930000', '122525.933000', '122525.941000', '122525.943000', '122525.946000', '122525.949000', '122545.814000', '122545.817000', '122545.820000', '122545.823000', '122545.825000', '122545.828000', '122545.831000', '122545.834000', '122545.837000', '122545.840000', '122545.842000', '122545.845000', '122545.848000', '122545.851000', '122545.853000', '122545.856000', '122545.859000', '122545.862000', '122545.865000', '122545.868000', '122545.870000', '122545.873000', '122545.876000', '122545.879000', '122545.882000', '122545.885000', '122545.887000', '122545.890000', '122545.893000', '122545.896000', '122545.899000', '122545.902000', '122545.904000', '122545.907000', '122545.910000', '122545.913000', '122545.916000', '122545.919000', '122545.922000', '122545.924000', '122545.927000', '122545.930000', '122545.933000', '122605.815000', '122605.818000', '122605.821000', '122605.824000', '122605.826000', '122605.829000', '122605.832000', '122605.835000', '122605.838000', '122605.841000', '122605.844000', '122605.846000', '122605.849000', '122605.852000', '122605.855000', '122605.858000', '122605.861000', '122605.863000', '122605.866000', '122605.869000', '122605.872000', '122605.875000', '122605.878000', '122605.880000', '122605.883000', '122605.886000', '122605.889000', '122605.892000', '122605.895000', '122605.897000', '122605.916000', '122605.919000', '122605.922000', '122605.925000', '122605.928000', '122605.931000', '122605.933000', '122605.936000', '122605.939000', '122605.942000', '122605.945000', '122605.948000', '122605.950000', '122605.953000', '122625.815000', '122625.818000', '122625.821000', '122625.824000', '122625.827000', '122625.829000', '122625.832000', '122625.835000', '122625.838000', '122625.841000', '122625.844000', '122625.846000', '122625.849000', '122625.852000', '122625.855000', '122625.858000', '122625.861000', '122625.864000', '122625.866000', '122625.869000', '122625.872000', '122625.875000', '122625.878000', '122625.880000', '122625.883000', '122625.886000', '122625.889000', '122625.892000', '122625.895000', '122625.898000', '122625.901000', '122625.904000', '122625.907000', '122625.910000', '122625.918000', '122625.921000', '122625.924000', '122625.926000', '122625.929000', '122625.932000', '122625.935000', '122625.938000', '122625.940000', '122645.815000', '122645.818000', '122645.821000', '122645.824000', '122645.826000', '122645.829000', '122645.832000', '122645.835000', '122645.838000', '122645.841000', '122645.843000', '122645.846000', '122645.849000', '122645.852000', '122645.855000', '122645.858000', '122645.861000', '122645.864000', '122645.866000', '122645.869000', '122645.872000', '122645.875000', '122645.878000', '122645.881000', '122645.883000', '122645.886000', '122645.889000', '122645.892000', '122645.895000', '122645.898000', '122645.901000', '122645.903000', '122645.906000', '122645.909000', '122645.912000', '122645.915000', '122645.918000', '122645.920000', '122645.923000', '122645.926000', '122645.929000', '122645.932000', '122645.935000', '122645.937000', '122705.815000', '122705.818000', '122705.821000', '122705.824000', '122705.827000', '122705.829000', '122705.832000', '122705.835000', '122705.838000', '122705.841000', '122705.844000', '122705.846000', '122705.849000', '122705.852000', '122705.855000', '122705.858000', '122705.861000', '122705.864000', '122705.866000', '122705.869000', '122705.872000', '122705.875000', '122705.878000', '122705.881000', '122705.883000', '122705.886000', '122705.889000', '122705.892000', '122705.895000', '122705.898000', '122705.901000', '122705.903000', '122705.906000', '122705.909000', '122705.912000', '122705.915000', '122705.925000', '122705.928000', '122705.931000', '122705.934000', '122705.937000', '122705.940000', '122705.942000', '122725.815000', '122725.818000', '122725.821000', '122725.824000', '122725.826000', '122725.829000', '122725.832000', '122725.835000', '122725.838000', '122725.841000', '122725.843000', '122725.846000', '122725.849000', '122725.852000', '122725.855000', '122725.858000', '122725.861000', '122725.863000', '122725.866000', '122725.869000', '122725.872000', '122725.875000', '122725.878000', '122725.880000', '122725.883000', '122725.886000', '122725.889000', '122725.892000', '122725.895000', '122725.898000', '122725.900000', '122725.903000', '122725.906000', '122725.909000', '122725.912000', '122725.915000', '122725.917000', '122725.920000', '122725.923000', '122725.926000', '122725.929000', '122725.932000', '122725.935000', '122725.937000', '122745.814000', '122745.817000', '122745.820000', '122745.823000', '122745.825000', '122745.828000', '122745.831000', '122745.834000', '122745.837000', '122745.840000', '122745.843000', '122745.855000', '122745.857000', '122745.860000', '122745.863000', '122745.866000', '122745.869000', '122745.872000', '122745.874000', '122745.877000', '122745.880000', '122745.883000', '122745.886000', '122745.889000', '122745.891000', '122745.894000', '122745.897000', '122745.900000', '122745.903000', '122745.906000', '122745.909000', '122745.911000', '122745.914000', '122745.917000', '122745.920000', '122745.923000', '122745.926000', '122745.928000', '122745.931000', '122745.935000', '122745.942000', '122745.945000', '122745.947000', '122805.814000', '122805.817000', '122805.820000', '122805.823000', '122805.825000', '122805.828000', '122805.831000', '122805.834000', '122805.837000', '122805.840000', '122805.843000', '122805.845000', '122805.848000', '122805.851000', '122805.854000', '122805.857000', '122805.860000', '122805.863000', '122805.865000', '122805.868000', '122805.871000', '122805.874000', '122805.877000', '122805.880000', '122805.882000', '122805.885000', '122805.888000', '122805.891000', '122805.894000', '122805.897000', '122805.900000', '122805.903000', '122805.905000', '122805.908000', '122805.911000', '122805.914000', '122805.917000', '122805.920000', '122805.923000', '122805.925000', '122805.928000', '122805.931000', '122805.934000', '122805.937000', '122825.815000', '122825.818000', '122825.821000', '122825.824000', '122825.827000', '122825.829000', '122825.832000', '122825.835000', '122825.838000', '122825.841000', '122825.844000', '122825.846000', '122825.849000', '122825.852000', '122825.855000', '122825.858000', '122825.861000', '122825.863000', '122825.866000', '122825.869000', '122825.872000', '122825.875000', '122825.878000', '122825.881000', '122825.883000', '122825.886000', '122825.889000', '122825.892000', '122825.895000', '122825.897000', '122825.900000', '122825.903000', '122825.906000', '122825.909000', '122825.912000', '122825.914000', '122825.917000', '122825.920000', '122825.923000', '122825.926000', '122825.929000', '122825.932000', '122825.934000', '122845.815000', '122845.818000', '122845.821000', '122845.824000', '122845.826000', '122845.829000', '122845.832000', '122845.835000', '122845.838000', '122845.841000', '122845.844000', '122845.846000', '122845.849000', '122845.852000', '122845.855000', '122845.858000', '122845.861000', '122845.864000', '122845.866000', '122845.869000', '122845.872000', '122845.875000', '122845.878000', '122845.881000', '122845.883000', '122845.886000', '122845.889000', '122845.892000', '122845.895000', '122845.898000', '122845.901000', '122845.903000', '122845.906000', '122845.909000', '122845.912000', '122845.915000', '122845.918000', '122845.921000', '122845.923000', '122845.926000', '122845.929000', '122845.932000', '122845.935000', '122845.937000', '122905.815000', '122905.818000', '122905.821000', '122905.824000', '122905.827000', '122905.829000', '122905.832000', '122905.835000', '122905.838000', '122905.841000', '122905.844000', '122905.847000', '122905.849000', '122905.852000', '122905.855000', '122905.858000', '122905.861000', '122905.864000', '122905.866000', '122905.869000', '122905.872000', '122905.875000', '122905.878000', '122905.881000', '122905.884000', '122905.886000', '122905.889000', '122905.892000', '122905.895000', '122905.898000', '122905.900000', '122905.903000', '122905.906000', '122905.909000', '122905.912000', '122905.915000', '122905.932000', '122905.935000', '122905.938000', '122905.940000', '122905.943000', '122905.946000', '122905.949000', '122925.816000', '122925.819000', '122925.822000', '122925.825000', '122925.828000', '122925.831000', '122925.834000', '122925.836000', '122925.839000', '122925.842000', '122925.845000', '122925.848000', '122925.851000', '122925.853000', '122925.856000', '122925.859000', '122925.862000', '122925.865000', '122925.868000', '122925.871000', '122925.873000', '122925.876000', '122925.879000', '122925.882000', '122925.885000', '122925.888000', '122925.891000', '122925.893000', '122925.896000', '122925.903000', '122925.906000', '122925.909000', '122925.912000', '122925.914000', '122925.917000', '122925.920000', '122925.923000', '122925.926000', '122925.929000', '122925.932000', '122925.934000', '122925.937000', '122925.940000', '122945.815000', '122945.818000', '122945.821000', '122945.824000', '122945.826000', '122945.829000', '122945.832000', '122945.835000', '122945.838000', '122945.841000', '122945.844000', '122945.847000', '122945.849000', '122945.852000', '122945.862000', '122945.865000', '122945.868000', '122945.871000', '122945.874000', '122945.877000', '122945.879000', '122945.882000', '122945.885000', '122945.888000', '122945.891000', '122945.894000', '122945.896000', '122945.899000', '122945.902000', '122945.905000', '122945.908000', '122945.911000', '122945.913000', '122945.916000', '122945.919000', '122945.922000', '122945.925000', '122945.928000', '122945.931000', '122945.933000', '122945.936000', '122945.939000', '122945.942000', '122945.945000', '123005.814000', '123005.817000', '123005.820000', '123005.823000', '123005.826000', '123005.829000', '123005.832000', '123005.835000', '123005.837000', '123005.842000', '123005.845000', '123005.848000', '123005.851000', '123005.854000', '123005.857000', '123005.860000', '123005.863000', '123005.866000', '123005.868000', '123005.871000', '123005.874000', '123005.877000', '123005.880000', '123005.885000', '123005.888000', '123005.890000', '123005.893000', '123005.896000', '123005.899000', '123005.902000', '123005.913000', '123005.916000', '123005.919000', '123005.922000', '123005.925000', '123005.928000', '123005.931000', '123005.934000', '123005.936000', '123005.939000', '123005.942000', '123005.945000', '123005.948000', '123025.814000', '123025.817000', '123025.820000', '123025.823000', '123025.826000', '123025.829000', '123025.831000', '123025.834000', '123025.837000', '123025.840000', '123025.843000', '123025.846000', '123025.848000', '123025.851000', '123025.854000', '123025.861000', '123025.864000', '123025.867000', '123025.869000', '123025.872000', '123025.875000', '123025.878000', '123025.881000', '123025.884000', '123025.887000', '123025.889000', '123025.892000', '123025.895000', '123025.898000', '123025.901000', '123025.904000', '123025.906000', '123025.909000', '123025.912000', '123025.915000', '123025.918000', '123025.921000', '123025.923000', '123025.926000', '123025.929000', '123025.932000', '123025.935000', '123025.938000', '123025.940000', '123045.815000', '123045.818000', '123045.821000', '123045.836000', '123045.839000', '123045.842000', '123045.845000', '123045.848000', '123045.851000', '123045.854000', '123045.857000', '123045.860000', '123045.862000', '123045.865000', '123045.868000', '123045.871000', '123045.874000', '123045.876000', '123045.879000', '123045.882000', '123045.885000', '123045.888000', '123045.891000', '123045.894000', '123045.897000', '123045.899000', '123045.902000', '123045.905000', '123045.908000', '123045.911000', '123045.914000', '123045.916000', '123045.919000', '123045.922000', '123045.925000', '123045.928000', '123045.931000', '123045.934000', '123045.937000', '123045.939000', '123045.942000', '123045.945000', '123045.948000', '123105.815000', '123105.818000', '123105.821000', '123105.824000', '123105.827000', '123105.829000', '123105.832000', '123105.835000', '123105.838000', '123105.841000', '123105.844000', '123105.846000', '123105.849000', '123105.852000', '123105.855000', '123105.858000', '123105.861000', '123105.863000', '123105.866000', '123105.869000', '123105.872000', '123105.875000', '123105.878000', '123105.881000', '123105.883000', '123105.886000', '123105.889000', '123105.892000', '123105.895000', '123105.898000', '123105.900000', '123105.903000', '123105.906000', '123105.909000', '123105.912000', '123105.915000', '123105.918000', '123105.920000', '123105.923000', '123105.926000', '123105.929000', '123105.932000', '123105.935000', '123105.938000', '123125.815000', '123125.818000', '123125.821000', '123125.824000', '123125.827000', '123125.830000', '123125.833000', '123125.835000', '123125.838000', '123125.841000', '123125.844000', '123125.847000', '123125.850000', '123125.852000', '123125.855000', '123125.858000', '123125.861000', '123125.864000', '123125.867000', '123125.870000', '123125.873000', '123125.876000', '123125.879000', '123125.882000', '123125.885000', '123125.888000', '123125.891000', '123125.893000', '123125.896000', '123125.899000', '123125.902000', '123125.905000', '123125.908000', '123125.911000', '123125.913000', '123125.916000', '123125.919000', '123125.922000', '123125.925000', '123125.928000', '123125.930000', '123125.933000', '123125.936000', '123145.815000', '123145.818000', '123145.821000', '123145.824000', '123145.827000', '123145.830000', '123145.832000', '123145.835000', '123145.838000', '123145.841000', '123145.844000', '123145.847000', '123145.850000', '123145.853000', '123145.855000', '123145.858000', '123145.861000', '123145.864000', '123145.867000', '123145.870000', '123145.872000', '123145.875000', '123145.878000', '123145.881000', '123145.884000', '123145.887000', '123145.889000', '123145.892000', '123145.895000', '123145.898000', '123145.901000', '123145.904000', '123145.907000', '123145.909000', '123145.912000', '123145.915000', '123145.918000', '123145.921000', '123145.923000', '123145.926000', '123145.929000', '123145.932000', '123145.935000', '123145.938000', '123205.815000', '123205.818000', '123205.821000', '123205.824000', '123205.827000', '123205.830000', '123205.832000', '123205.835000', '123205.838000', '123205.841000', '123205.844000', '123205.847000', '123205.849000', '123205.852000', '123205.873000', '123205.876000', '123205.878000', '123205.881000', '123205.884000', '123205.887000', '123205.890000', '123205.893000', '123205.896000', '123205.899000', '123205.902000', '123205.905000', '123205.907000', '123205.910000', '123205.913000', '123205.916000', '123205.919000', '123205.922000', '123205.925000', '123205.927000', '123205.937000', '123205.940000', '123205.943000', '123205.946000', '123205.949000', '123205.952000', '123205.954000', '123205.957000', '123205.960000', '123225.814000', '123225.817000', '123225.820000', '123225.823000', '123225.826000', '123225.829000', '123225.832000', '123225.835000', '123225.838000', '123225.841000', '123225.844000', '123225.847000', '123225.850000', '123225.853000', '123225.856000', '123225.859000', '123225.862000', '123225.864000', '123225.867000', '123225.870000', '123225.873000', '123225.876000', '123225.879000', '123225.882000', '123225.884000', '123225.887000', '123225.890000', '123225.893000', '123225.896000', '123225.899000', '123225.902000', '123225.905000', '123225.908000', '123225.910000', '123225.913000', '123225.916000', '123225.919000', '123225.922000', '123225.925000', '123225.927000', '123225.930000', '123225.933000', '123225.936000', '123225.939000', '123245.814000', '123245.817000', '123245.820000', '123245.823000', '123245.826000', '123245.829000', '123245.831000', '123245.834000', '123245.837000', '123245.840000', '123245.843000', '123245.847000', '123245.850000', '123245.853000', '123245.856000', '123245.859000', '123245.862000', '123245.865000', '123245.868000', '123245.870000', '123245.873000', '123245.876000', '123245.879000', '123245.882000', '123245.885000', '123245.888000', '123245.890000', '123245.893000', '123245.896000', '123245.900000', '123245.903000', '123245.906000', '123245.909000', '123245.912000', '123245.915000', '123245.918000', '123245.920000', '123245.923000', '123245.926000', '123245.929000', '123245.932000', '123245.935000', '123245.938000', '123305.815000', '123305.818000', '123305.821000', '123305.824000', '123305.827000', '123305.829000', '123305.832000', '123305.835000', '123305.838000', '123305.841000', '123305.844000', '123305.846000', '123305.849000', '123305.852000', '123305.855000', '123305.858000', '123305.861000', '123305.864000', '123305.867000', '123305.869000', '123305.872000', '123305.875000', '123305.878000', '123305.881000', '123305.883000', '123305.886000', '123305.889000', '123305.892000', '123305.895000', '123305.908000', '123305.911000', '123305.914000', '123305.917000', '123305.919000', '123305.922000', '123305.925000', '123305.928000', '123305.931000', '123305.934000', '123305.936000', '123305.939000', '123305.942000', '123305.945000', '123305.948000', '123325.815000', '123325.818000', '123325.821000', '123325.824000', '123325.827000', '123325.829000', '123325.832000', '123325.835000', '123325.838000', '123325.841000', '123325.844000', '123325.859000', '123325.862000', '123325.865000', '123325.867000', '123325.870000', '123325.873000', '123325.876000', '123325.879000', '123325.882000', '123325.884000', '123325.887000', '123325.890000', '123325.893000', '123325.896000', '123325.899000', '123325.902000', '123325.905000', '123325.907000', '123325.910000', '123325.913000', '123325.916000', '123325.919000', '123325.922000', '123325.925000', '123325.927000', '123325.930000', '123325.933000', '123325.939000', '123325.942000', '123325.945000', '123325.948000', '123325.951000', '123345.815000', '123345.818000', '123345.821000', '123345.824000', '123345.827000', '123345.830000', '123345.832000', '123345.835000', '123345.838000', '123345.841000', '123345.844000', '123345.847000', '123345.850000', '123345.852000', '123345.855000', '123345.858000', '123345.861000', '123345.864000', '123345.867000', '123345.869000', '123345.872000', '123345.875000', '123345.878000', '123345.881000', '123345.884000', '123345.887000', '123345.890000', '123345.892000', '123345.895000', '123345.898000', '123345.901000', '123345.904000', '123345.907000', '123345.909000', '123345.912000', '123345.915000', '123345.918000', '123345.921000', '123345.924000', '123345.926000', '123345.929000', '123345.932000', '123345.943000', '123345.946000', '123405.815000', '123405.818000', '123405.821000', '123405.824000', '123405.827000', '123405.830000', '123405.833000', '123405.835000', '123405.838000', '123405.841000', '123405.844000', '123405.847000', '123405.850000', '123405.853000', '123405.855000', '123405.858000', '123405.861000', '123405.864000', '123405.867000', '123405.870000', '123405.873000', '123405.875000', '123405.878000', '123405.881000', '123405.885000', '123405.892000', '123405.895000', '123405.898000', '123405.901000', '123405.904000', '123405.906000', '123405.909000', '123405.912000', '123405.915000', '123405.918000', '123405.921000', '123405.924000', '123405.926000', '123405.929000', '123405.932000', '123405.935000', '123405.938000', '123405.941000', '123425.815000', '123425.818000', '123425.821000', '123425.824000', '123425.827000', '123425.830000', '123425.832000', '123425.835000', '123425.838000', '123425.847000', '123425.851000', '123425.854000', '123425.857000', '123425.860000', '123425.862000', '123425.865000', '123425.868000', '123425.871000', '123425.874000', '123425.877000', '123425.879000', '123425.882000', '123425.885000', '123425.888000', '123425.891000', '123425.894000', '123425.897000', '123425.899000', '123425.902000', '123425.905000', '123425.908000', '123425.911000', '123425.914000', '123425.917000', '123425.919000', '123425.922000', '123425.925000', '123425.928000', '123425.931000', '123425.934000', '123425.937000', '123425.940000', '123425.942000', '123425.945000', '123445.814000', '123445.817000', '123445.820000', '123445.823000', '123445.826000', '123445.829000', '123445.831000', '123445.834000', '123445.837000', '123445.840000', '123445.843000', '123445.846000', '123445.849000', '123445.851000', '123445.854000', '123445.857000', '123445.860000', '123445.863000', '123445.866000', '123445.869000', '123445.871000', '123445.874000', '123445.877000', '123445.880000', '123445.883000', '123445.886000', '123445.889000', '123445.891000', '123445.894000', '123445.897000', '123445.900000', '123445.903000', '123445.906000', '123445.909000', '123445.912000', '123445.915000', '123445.917000', '123445.920000', '123445.923000', '123445.926000', '123445.929000', '123445.932000', '123445.935000', '123449.259000', '123449.263000', '123449.266000', '123449.270000', '123449.273000', '123449.276000', '123449.279000', '123449.282000'], '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': [12126, 11519, 13183, 8883, 13369, 11352, 9626, 15110, 9782, 12308, 12567, 9329, 15383, 11264, 10179, 14313, 9355, 15506, 14066, 10024, 14998, 11199, 9933, 19919, 10460, 11680, 13260, 9878, 11179, 10983, 9163, 19193, 11265, 10417, 11912, 9086, 12116, 10726, 9078, 15052, 11205, 10208, 12085, 9240, 11972, 10643, 8659, 19058, 9936, 11559, 12700, 8671, 17946, 10827, 8933, 16105, 9216, 13763, 10343, 13050, 11282, 10140, 11055, 10188, 15423, 12295, 9868, 21628, 11080, 12168, 12561, 8558, 13904, 13475, 7919, 14338, 11762, 9619, 11326, 8133, 14077, 11083, 9223, 14105, 10497, 10918, 11676, 8573, 12428, 12846, 9040, 11722, 11055, 8847, 15953, 9993, 9082, 13281, 8684, 12778, 11441, 8667, 16322, 10989, 9616, 12874, 8386, 12941, 13406, 8616, 15061, 10130, 8461, 18664, 11094, 9022, 18011, 9684, 11404, 11602, 8386, 15625, 10542, 10149, 18553, 10340, 12399, 10620, 8578, 15286, 10779, 10111, 15194, 9895, 10893, 10797, 8857, 14606, 11195, 9325, 11306, 8865, 11119, 10727, 9109, 16086, 11081, 9794, 12011, 8632, 14104, 11468, 9645, 11400, 9428, 14223, 13700, 10406, 16283, 10556, 9630, 18935, 10611, 10723, 13778, 9667, 14813, 11244, 9140, 22028, 10915, 12629, 12127, 8720, 13481, 13090, 9434, 17984, 10456, 9812, 16039, 9246, 13495, 13166, 8860, 14829, 10587, 9048, 20506, 9716, 11002, 13056, 9713, 9931, 11917, 10438, 13794, 11092, 9475, 13455, 11513, 10081, 11738, 10941, 15458, 11635, 10101, 13896, 10983, 11862, 11977, 10408, 15097, 11928, 10173, 11709, 10813, 15258, 12283, 10974, 12537, 10883, 10461, 12667, 11202, 16198, 11995, 10409, 13595, 11147, 11956, 11707, 10435, 16345, 11235, 12937, 13835, 11718, 12750, 11623, 11091, 16033, 12878, 11140, 11712, 11189, 14499, 13883, 11708, 13841, 12285, 11241, 17577, 12346, 11094, 12369, 10800, 13560, 11911, 14455, 13457, 11110, 15341, 11574, 11665, 16992, 12355, 12099, 13095, 10811, 15503, 13615, 11060, 12519, 11473, 10134, 17115, 12116, 10250, 11707, 10308, 15325, 13329, 11262, 15487, 12364, 10968, 13837, 10422, 10061, 12964, 11508, 12424, 10643, 17645, 11415, 13983, 17242, 11183, 14897, 12176, 10243, 14246, 11428, 10638, 17256, 11690, 10631, 11787, 10296, 10446, 13735, 10933, 12688, 11950, 10238, 13014, 10296, 13408, 14065, 10319, 14694, 11553, 10285, 14097, 10623, 10575, 13566, 10379, 10946, 12258, 10867, 16725, 11801, 10684, 10926, 10029, 12480, 11140, 12448, 14399, 10967, 13856, 13620, 11243, 13316, 11376, 9917, 15723, 11801, 10395, 15194, 10918, 13703, 13345, 9848, 16415, 13519, 10582, 11241, 11348, 9873, 16341, 11645, 9807, 12520, 10695, 9951, 11425, 9992, 15065, 11904, 10221, 12050, 9822, 13456, 10654, 10048, 15605, 11065, 13265, 13693, 10056, 14199, 11640, 10430, 16037, 11721, 12062, 12756, 9860, 11696, 11073, 10411, 16852, 12523, 10678, 11486, 9587, 14792, 11617, 9752, 14373, 10186, 10639, 10926, 9599, 17829, 11362, 13288, 12095, 9834, 14967, 11801, 10131, 12551, 9738, 9831, 10976, 10120, 15025, 11743, 9689, 11758, 9611, 11090, 12297, 9772, 11899, 9692, 10072, 11358, 9801, 15491, 11891, 9805, 12566, 9620, 15734, 14119, 9901, 15002, 11409, 9824, 15846, 10607, 12767, 14449, 10994, 10918, 11413, 10047, 15202, 12082, 9940, 12507, 9712, 16014, 11206, 9932, 14139, 10226, 17169, 11443, 15282, 10565, 14677, 16582, 10647, 13508, 13925, 10084, 13186, 12069, 9972, 15270, 11672, 10032, 14922, 10946, 9774, 11855, 10094, 13970, 12373, 10102, 12729, 10117, 10207, 14082, 10531, 13187, 11391, 10082, 14785, 10997, 10194, 11346, 10148, 11827, 10069, 11789, 10179, 14382, 13871, 10260, 13968, 12013, 10161, 15629, 12551, 10077, 13286, 10132, 13404, 13986, 10707, 13841, 12075, 10572, 17204, 11076, 9871, 13190, 10677, 10846, 12029, 9859, 12020, 9833, 13758, 12606, 10130, 12647, 10307, 9967, 13306, 10947, 13494, 11909, 10524, 12846, 10655, 10599, 13541, 10149, 17304, 11615, 9924, 14241, 11066, 11568, 12145, 10229, 12728, 10760, 13241, 12664, 10918, 12030, 10798, 10822, 13988, 10361, 16407, 11939, 12257, 15426, 10557, 12652, 11029, 10267, 17526, 10823, 10917, 13462, 10202, 13238, 11481, 10195, 18008, 11418, 9924, 13218, 10096, 11483, 11543, 11383, 12557, 10215, 11609, 10144, 11304, 13299, 11033, 11500, 10757, 14822, 12256, 10950, 16845, 11383, 9958, 12615, 11876, 11753, 11666, 17531, 11507, 13816, 13290, 11073, 11658, 12206, 10479, 18066, 12137, 13947, 14313, 19439, 12589, 14136, 11256, 9778, 12220, 9918, 15866, 14715, 9813, 11938, 12484, 10191, 16209, 11613, 9443, 15530, 10519, 9480, 16416, 11094, 13708, 19059, 10361, 13831, 16539, 9172, 9510, 12926, 9549, 9217, 9771, 10135, 11367, 9223, 12052, 11380, 10031, 12054, 9196, 14471, 12707, 9158, 13195, 9812, 8835, 11654, 8960, 9935, 10319, 9405, 11953, 9305, 10314, 10310, 9174, 18583, 10365, 12706, 9765, 9225, 15809, 10469, 9181, 16332, 10794, 10536, 11170, 9310, 15990, 10017, 10166, 12966, 8798, 16313, 10312, 10650, 12211, 9667, 12665, 9427, 11973, 8917, 14405, 11439, 11107, 11367, 8545, 16517, 13292, 10406, 15787, 9698, 10551, 20327, 9898, 9090, 15921, 8961, 12054, 11854, 8564, 14666, 10457, 8980, 16386, 9424, 9124, 15329, 9078, 9267, 11747, 8374, 10995, 9926, 8558, 13666, 10726, 9022, 17849, 10720, 8843, 11593, 8508, 8999, 10087, 8692, 16111, 10688, 9543, 12182, 8575, 9606, 12095, 8566, 15802, 10269, 9764, 17113, 9134, 11386, 11890, 8551, 15974, 10283, 9308, 19481, 10047, 11999, 11939, 8361, 11425, 9408, 8615, 16196, 10533, 8656, 13209, 8473, 9251, 12375, 8426, 13327, 9998, 9082, 18228, 9487, 9287, 11782, 8370, 10288, 10083, 9095, 18592, 9523, 10241, 12002, 8467, 9870, 10414, 8592, 17709, 10462, 8949, 11953, 8492, 9530, 12678, 8711, 12099, 9720, 9030, 16754, 9435, 9286, 12807, 9265, 10387, 9849, 8784, 10893, 9200, 11589, 9235, 8750, 11101, 8970, 14951, 11698, 8396, 11554, 9509, 8532, 19463, 10081, 8823, 11219, 8398, 9203, 10063, 9301, 17430, 9794, 9331, 11425, 8755, 11070, 10209, 9042, 14430, 10039, 8417, 19621, 9271, 8729, 13445, 8706, 9100, 11768, 8779, 11070, 9574, 8899, 16702, 10294, 8764, 13907, 9024, 11532, 11806, 8822, 13735, 11647, 8891, 14000, 10745, 8790, 13128, 9024, 10478, 11992, 9081, 11966, 10401, 8736, 13813, 9066, 10232, 10408, 8901, 13319, 9101, 13955, 17999, 9227, 12659, 9926, 9414, 15610, 10618, 8400, 10451, 9160, 10188, 10113, 9338, 15552, 9247, 12217, 10635, 9776, 16711, 9416, 9257, 18509, 9021, 10686, 12101, 9393, 10844, 9327, 9115, 19849, 9287, 9178, 12757, 9188, 9783, 11468, 9640, 10737, 9149, 15158, 9533, 14129, 9514, 13195, 16659, 12075, 9261, 18135, 8978, 9782, 12227, 9648, 13799, 9606, 9149, 16271, 9057, 8748, 11500, 9251, 8796, 8982, 9348, 19842, 9337, 9166, 10919, 9341, 10336, 9905, 9394, 15800, 9791, 8801, 10930, 8966, 11881, 9728, 9780, 15288, 9272, 13341, 11572, 9797, 16132, 14465, 9609, 19013, 9399, 8963, 15487, 9426, 11721, 9048, 9689, 15932, 9190, 9709, 18464, 9207, 11294, 12434, 9896, 13963, 10280, 9832, 18976, 9762, 9936, 17796, 9625, 10772, 12276, 9935, 11659, 9576, 10192, 15896, 9506, 10280, 19800, 9906, 8777, 10124, 9842, 9769, 10984, 10291, 13313, 9563, 8403, 11086, 9872, 9852, 10724, 10335, 14996, 9692, 9984, 16525, 9980, 12542, 12212, 9970, 15121, 9608, 9811, 11725, 10244, 15512, 9396, 11220, 12028, 9957, 15293, 14308, 10203, 16182, 9683, 10245, 23452, 9701, 10225, 19010, 9921, 10331, 11923, 10254, 11117, 9134, 10194, 20298, 9626, 10171, 17892, 10158, 11187, 11628, 10090, 12265, 9395, 10386, 12035, 9709, 11603, 9538, 9990, 16368, 9500, 9470, 10683, 9825, 10597, 10939, 9929, 13239, 10196, 10074, 12231, 9285, 9058, 11604, 9940, 13108, 9924, 8448, 10304, 8347, 10316, 9925, 15649, 16073, 10208, 13281, 9292, 10097, 22749, 9505, 12297, 21657, 9805, 12152, 9856, 9936, 12974, 9558, 10133, 15569, 9653, 11679, 8889, 9975, 13667, 9701, 10321, 12959, 9502, 9355, 9690, 10338, 15882, 9806, 8741, 10879, 10094, 10106, 12158, 10332, 15260, 9736, 10028, 14342, 9424, 9472, 12201, 10572, 12982, 11088, 13247, 10441, 9260, 9488, 8585, 9820, 9886, 16499, 16425, 10021, 14108, 9767, 9014, 11076, 9350, 14711, 10806, 9995, 16964, 10928, 13916, 16160, 9787, 12713, 12143, 10139, 17320, 10087, 10162, 19156, 9843, 10394, 11521, 10109, 10211, 9240, 10162, 15149, 9479, 10520, 15947, 9672, 8565, 10218, 9931, 9631, 10865, 11089, 16044, 9565, 10027, 10292, 8560, 9500, 10449, 16491, 10995, 10344, 11291, 9763, 14231, 9511, 9832, 16635, 9661, 10956, 21952, 9442, 13279, 11426, 9596, 12040, 9927, 10078, 16337, 9656, 10134, 15231, 9656, 10082, 20705, 9391, 10184, 11788, 9810, 9008, 9686, 9869, 12675, 9737, 10351, 19530, 9652, 8941, 9892, 9878, 11080, 9746, 10229, 20205, 9212, 9347, 10834, 9764, 11179, 9566, 10027, 15753, 9276, 8374, 10379, 9864, 11442, 9816, 8186, 10502, 9737, 10928, 9547, 10250, 17003, 9447, 10377, 9514, 9969, 17130, 9587, 10278, 12825, 9802, 13552, 9690, 11406, 12475, 9000, 9969, 9786, 13054, 9889, 10282, 17343, 11822, 9953, 19366, 9795, 14200, 12544, 10015, 16183, 9511, 10472, 22228, 9411, 13366, 11855, 10168, 16839, 9416, 10546, 20351, 9403, 10709, 10952, 9844, 12568, 9423, 10569, 19911, 9823, 12139, 8731, 10571, 14686, 9749, 10787, 13921, 9614, 11730, 10099, 9912, 23153, 9904, 12602, 9705, 12422], 'WindowCenter': [4209.0, 4184.0, 4179.0, 4138.0, 4165.0, 4154.0, 4135.0, 4183.0, 4148.0, 4154.0, 4162.0, 4144.0, 4183.0, 4142.0, 4132.0, 4171.0, 4131.0, 4183.0, 4172.0, 4133.0, 4165.0, 4152.0, 4132.0, 4180.0, 4139.0, 4152.0, 4159.0, 4140.0, 4142.0, 4140.0, 4121.0, 4190.0, 4140.0, 4141.0, 4149.0, 4131.0, 4140.0, 4149.0, 4130.0, 4170.0, 4140.0, 4131.0, 4142.0, 4120.0, 4142.0, 4150.0, 4131.0, 4169.0, 4131.0, 4140.0, 4160.0, 4121.0, 4170.0, 4140.0, 4121.0, 4160.0, 4132.0, 4163.0, 4142.0, 4160.0, 4152.0, 4140.0, 4162.0, 4144.0, 4184.0, 4155.0, 4132.0, 4181.0, 4140.0, 4151.0, 4149.0, 4133.0, 4175.0, 4177.0, 4114.0, 4160.0, 4139.0, 4129.0, 4140.0, 4109.0, 4157.0, 4139.0, 4120.0, 4160.0, 4151.0, 4139.0, 4139.0, 4132.0, 4151.0, 4150.0, 4134.0, 4151.0, 4152.0, 4122.0, 4169.0, 4142.0, 4121.0, 4161.0, 4121.0, 4150.0, 4149.0, 4122.0, 4181.0, 4140.0, 4140.0, 4149.0, 4110.0, 4151.0, 4158.0, 4121.0, 4160.0, 4130.0, 4110.0, 4173.0, 4150.0, 4120.0, 4168.0, 4129.0, 4150.0, 4149.0, 4110.0, 4159.0, 4139.0, 4131.0, 4170.0, 4140.0, 4149.0, 4149.0, 4120.0, 4159.0, 4139.0, 4130.0, 4159.0, 4140.0, 4139.0, 4139.0, 4120.0, 4160.0, 4151.0, 4131.0, 4140.0, 4132.0, 4151.0, 4140.0, 4121.0, 4172.0, 4151.0, 4134.0, 4160.0, 4132.0, 4162.0, 4152.0, 4132.0, 4150.0, 4143.0, 4173.0, 4160.0, 4142.0, 4172.0, 4141.0, 4140.0, 4179.0, 4142.0, 4152.0, 4161.0, 4132.0, 4171.0, 4151.0, 4132.0, 4192.0, 4141.0, 4160.0, 4160.0, 4120.0, 4161.0, 4160.0, 4132.0, 4171.0, 4151.0, 4131.0, 4170.0, 4120.0, 4161.0, 4159.0, 4120.0, 4159.0, 4139.0, 4120.0, 4181.0, 4147.0, 4166.0, 4172.0, 4141.0, 4128.0, 4149.0, 4139.0, 4157.0, 4141.0, 4141.0, 4170.0, 4162.0, 4151.0, 4161.0, 4141.0, 4170.0, 4161.0, 4141.0, 4170.0, 4152.0, 4160.0, 4162.0, 4153.0, 4160.0, 4162.0, 4151.0, 4162.0, 4156.0, 4175.0, 4162.0, 4156.0, 4162.0, 4163.0, 4153.0, 4172.0, 4164.0, 4193.0, 4163.0, 4145.0, 4171.0, 4154.0, 4162.0, 4174.0, 4166.0, 4187.0, 4163.0, 4174.0, 4165.0, 4162.0, 4171.0, 4161.0, 4163.0, 4182.0, 4172.0, 4157.0, 4161.0, 4162.0, 4174.0, 4171.0, 4174.0, 4174.0, 4174.0, 4179.0, 4194.0, 4174.0, 4162.0, 4174.0, 4165.0, 4163.0, 4175.0, 4186.0, 4173.0, 4164.0, 4183.0, 4155.0, 4157.0, 4183.0, 4162.0, 4163.0, 4160.0, 4152.0, 4183.0, 4169.0, 4162.0, 4161.0, 4161.0, 4152.0, 4182.0, 4161.0, 4150.0, 4148.0, 4151.0, 4182.0, 4159.0, 4162.0, 4181.0, 4160.0, 4145.0, 4171.0, 4151.0, 4141.0, 4171.0, 4161.0, 4172.0, 4154.0, 4181.0, 4152.0, 4174.0, 4171.0, 4151.0, 4165.0, 4153.0, 4141.0, 4170.0, 4148.0, 4151.0, 4179.0, 4160.0, 4140.0, 4149.0, 4140.0, 4139.0, 4169.0, 4141.0, 4150.0, 4161.0, 4152.0, 4161.0, 4151.0, 4172.0, 4171.0, 4151.0, 4160.0, 4162.0, 4152.0, 4170.0, 4152.0, 4153.0, 4171.0, 4152.0, 4151.0, 4172.0, 4163.0, 4182.0, 4163.0, 4166.0, 4159.0, 4166.0, 4174.0, 4190.0, 4182.0, 4184.0, 4164.0, 4175.0, 4174.0, 4180.0, 4187.0, 4163.0, 4152.0, 4171.0, 4162.0, 4153.0, 4184.0, 4164.0, 4173.0, 4171.0, 4154.0, 4174.0, 4169.0, 4140.0, 4149.0, 4143.0, 4141.0, 4169.0, 4160.0, 4140.0, 4162.0, 4154.0, 4141.0, 4151.0, 4135.0, 4163.0, 4151.0, 4151.0, 4161.0, 4142.0, 4171.0, 4166.0, 4155.0, 4181.0, 4151.0, 4162.0, 4170.0, 4142.0, 4171.0, 4155.0, 4152.0, 4181.0, 4162.0, 4173.0, 4172.0, 4154.0, 4161.0, 4141.0, 4152.0, 4181.0, 4161.0, 4140.0, 4154.0, 4142.0, 4185.0, 4175.0, 4133.0, 4170.0, 4142.0, 4150.0, 4149.0, 4141.0, 4181.0, 4161.0, 4172.0, 4160.0, 4131.0, 4170.0, 4160.0, 4152.0, 4159.0, 4141.0, 4139.0, 4150.0, 4145.0, 4181.0, 4160.0, 4139.0, 4159.0, 4134.0, 4150.0, 4161.0, 4152.0, 4161.0, 4153.0, 4142.0, 4161.0, 4145.0, 4171.0, 4160.0, 4141.0, 4159.0, 4131.0, 4182.0, 4170.0, 4142.0, 4172.0, 4163.0, 4154.0, 4170.0, 4150.0, 4162.0, 4169.0, 4140.0, 4138.0, 4149.0, 4148.0, 4182.0, 4172.0, 4143.0, 4160.0, 4142.0, 4175.0, 4162.0, 4152.0, 4171.0, 4151.0, 4181.0, 4163.0, 4182.0, 4164.0, 4184.0, 4182.0, 4152.0, 4172.0, 4169.0, 4141.0, 4153.0, 4160.0, 4141.0, 4170.0, 4150.0, 4141.0, 4158.0, 4150.0, 4129.0, 4160.0, 4152.0, 4161.0, 4172.0, 4145.0, 4171.0, 4146.0, 4140.0, 4164.0, 4146.0, 4165.0, 4162.0, 4153.0, 4183.0, 4175.0, 4153.0, 4165.0, 4165.0, 4187.0, 4164.0, 4169.0, 4155.0, 4176.0, 4175.0, 4143.0, 4172.0, 4174.0, 4142.0, 4183.0, 4172.0, 4145.0, 4171.0, 4142.0, 4172.0, 4162.0, 4142.0, 4166.0, 4160.0, 4151.0, 4181.0, 4140.0, 4142.0, 4171.0, 4153.0, 4139.0, 4174.0, 4143.0, 4172.0, 4147.0, 4172.0, 4162.0, 4145.0, 4172.0, 4154.0, 4153.0, 4166.0, 4164.0, 4163.0, 4162.0, 4153.0, 4172.0, 4153.0, 4157.0, 4162.0, 4154.0, 4193.0, 4153.0, 4143.0, 4183.0, 4165.0, 4163.0, 4167.0, 4165.0, 4173.0, 4158.0, 4185.0, 4174.0, 4165.0, 4173.0, 4159.0, 4158.0, 4173.0, 4154.0, 4188.0, 4163.0, 4174.0, 4171.0, 4153.0, 4162.0, 4152.0, 4143.0, 4182.0, 4152.0, 4163.0, 4160.0, 4145.0, 4171.0, 4161.0, 4152.0, 4181.0, 4163.0, 4153.0, 4171.0, 4140.0, 4162.0, 4151.0, 4163.0, 4162.0, 4156.0, 4187.0, 4168.0, 4174.0, 4185.0, 4165.0, 4171.0, 4167.0, 4196.0, 4190.0, 4177.0, 4188.0, 4167.0, 4142.0, 4186.0, 4168.0, 4175.0, 4171.0, 4195.0, 4164.0, 4214.0, 4174.0, 4176.0, 4165.0, 4175.0, 4159.0, 4204.0, 4176.0, 4190.0, 4185.0, 4222.0, 4190.0, 4191.0, 4179.0, 4156.0, 4176.0, 4169.0, 4190.0, 4172.0, 4154.0, 4152.0, 4153.0, 4156.0, 4178.0, 4165.0, 4143.0, 4177.0, 4151.0, 4141.0, 4171.0, 4138.0, 4164.0, 4180.0, 4127.0, 4185.0, 4174.0, 4128.0, 4125.0, 4136.0, 4128.0, 4127.0, 4138.0, 4130.0, 4148.0, 4141.0, 4155.0, 4139.0, 4128.0, 4158.0, 4140.0, 4174.0, 4161.0, 4131.0, 4150.0, 4141.0, 4121.0, 4150.0, 4119.0, 4118.0, 4128.0, 4119.0, 4149.0, 4144.0, 4144.0, 4142.0, 4142.0, 4191.0, 4142.0, 4160.0, 4140.0, 4132.0, 4182.0, 4152.0, 4132.0, 4170.0, 4141.0, 4139.0, 4140.0, 4141.0, 4169.0, 4158.0, 4167.0, 4184.0, 4133.0, 4183.0, 4166.0, 4168.0, 4175.0, 4153.0, 4162.0, 4143.0, 4176.0, 4157.0, 4190.0, 4166.0, 4154.0, 4153.0, 4120.0, 4183.0, 4171.0, 4141.0, 4171.0, 4130.0, 4140.0, 4180.0, 4129.0, 4120.0, 4159.0, 4117.0, 4151.0, 4149.0, 4119.0, 4159.0, 4140.0, 4129.0, 4168.0, 4128.0, 4129.0, 4159.0, 4120.0, 4130.0, 4149.0, 4120.0, 4141.0, 4128.0, 4119.0, 4159.0, 4139.0, 4131.0, 4179.0, 4161.0, 4133.0, 4160.0, 4132.0, 4130.0, 4139.0, 4121.0, 4171.0, 4142.0, 4131.0, 4149.0, 4120.0, 4129.0, 4160.0, 4120.0, 4181.0, 4150.0, 4143.0, 4169.0, 4131.0, 4151.0, 4148.0, 4130.0, 4170.0, 4139.0, 4130.0, 4190.0, 4129.0, 4161.0, 4149.0, 4110.0, 4149.0, 4129.0, 4120.0, 4170.0, 4139.0, 4130.0, 4159.0, 4119.0, 4131.0, 4159.0, 4121.0, 4161.0, 4128.0, 4120.0, 4169.0, 4138.0, 4140.0, 4158.0, 4120.0, 4127.0, 4139.0, 4134.0, 4190.0, 4129.0, 4141.0, 4149.0, 4113.0, 4129.0, 4140.0, 4119.0, 4169.0, 4140.0, 4119.0, 4148.0, 4119.0, 4130.0, 4168.0, 4121.0, 4148.0, 4128.0, 4121.0, 4170.0, 4131.0, 4129.0, 4147.0, 4157.0, 4152.0, 4142.0, 4134.0, 4151.0, 4131.0, 4150.0, 4129.0, 4119.0, 4138.0, 4130.0, 4171.0, 4148.0, 4120.0, 4149.0, 4129.0, 4120.0, 4178.0, 4140.0, 4120.0, 4150.0, 4120.0, 4128.0, 4139.0, 4131.0, 4181.0, 4141.0, 4129.0, 4150.0, 4130.0, 4152.0, 4139.0, 4130.0, 4170.0, 4140.0, 4121.0, 4180.0, 4140.0, 4120.0, 4158.0, 4119.0, 4121.0, 4149.0, 4120.0, 4152.0, 4141.0, 4131.0, 4191.0, 4142.0, 4141.0, 4160.0, 4132.0, 4152.0, 4160.0, 4132.0, 4161.0, 4151.0, 4130.0, 4160.0, 4150.0, 4120.0, 4158.0, 4131.0, 4151.0, 4151.0, 4132.0, 4161.0, 4155.0, 4144.0, 4171.0, 4133.0, 4142.0, 4152.0, 4133.0, 4161.0, 4132.0, 4185.0, 4182.0, 4132.0, 4160.0, 4142.0, 4143.0, 4183.0, 4151.0, 4121.0, 4142.0, 4133.0, 4142.0, 4141.0, 4133.0, 4182.0, 4133.0, 4162.0, 4141.0, 4141.0, 4182.0, 4130.0, 4132.0, 4181.0, 4131.0, 4140.0, 4148.0, 4131.0, 4140.0, 4130.0, 4132.0, 4181.0, 4130.0, 4131.0, 4149.0, 4130.0, 4129.0, 4149.0, 4139.0, 4150.0, 4143.0, 4170.0, 4143.0, 4171.0, 4143.0, 4176.0, 4172.0, 4149.0, 4130.0, 4170.0, 4118.0, 4128.0, 4158.0, 4128.0, 4159.0, 4127.0, 4117.0, 4169.0, 4118.0, 4117.0, 4149.0, 4130.0, 4119.0, 4130.0, 4132.0, 4179.0, 4129.0, 4132.0, 4138.0, 4132.0, 4139.0, 4151.0, 4131.0, 4172.0, 4141.0, 4131.0, 4162.0, 4133.0, 4150.0, 4143.0, 4143.0, 4174.0, 4132.0, 4162.0, 4151.0, 4142.0, 4183.0, 4169.0, 4132.0, 4180.0, 4141.0, 4131.0, 4171.0, 4132.0, 4151.0, 4132.0, 4142.0, 4170.0, 4130.0, 4141.0, 4191.0, 4130.0, 4151.0, 4149.0, 4151.0, 4170.0, 4139.0, 4150.0, 4179.0, 4130.0, 4131.0, 4180.0, 4130.0, 4141.0, 4147.0, 4140.0, 4150.0, 4129.0, 4138.0, 4178.0, 4127.0, 4138.0, 4179.0, 4129.0, 4120.0, 4128.0, 4130.0, 4128.0, 4138.0, 4141.0, 4157.0, 4128.0, 4110.0, 4140.0, 4140.0, 4139.0, 4149.0, 4140.0, 4159.0, 4129.0, 4130.0, 4170.0, 4131.0, 4161.0, 4149.0, 4129.0, 4168.0, 4143.0, 4152.0, 4150.0, 4146.0, 4170.0, 4130.0, 4151.0, 4150.0, 4141.0, 4172.0, 4159.0, 4140.0, 4169.0, 4128.0, 4141.0, 4200.0, 4130.0, 4138.0, 4179.0, 4128.0, 4139.0, 4136.0, 4138.0, 4138.0, 4117.0, 4139.0, 4178.0, 4129.0, 4139.0, 4167.0, 4130.0, 4140.0, 4136.0, 4140.0, 4148.0, 4116.0, 4139.0, 4149.0, 4128.0, 4148.0, 4131.0, 4141.0, 4170.0, 4129.0, 4131.0, 4139.0, 4141.0, 4139.0, 4140.0, 4139.0, 4169.0, 4128.0, 4140.0, 4149.0, 4132.0, 4131.0, 4151.0, 4142.0, 4160.0, 4154.0, 4133.0, 4141.0, 4121.0, 4141.0, 4143.0, 4186.0, 4172.0, 4141.0, 4160.0, 4131.0, 4142.0, 4192.0, 4129.0, 4150.0, 4179.0, 4128.0, 4149.0, 4129.0, 4129.0, 4148.0, 4130.0, 4142.0, 4169.0, 4138.0, 4139.0, 4117.0, 4129.0, 4160.0, 4143.0, 4141.0, 4149.0, 4128.0, 4128.0, 4128.0, 4141.0, 4169.0, 4128.0, 4118.0, 4139.0, 4140.0, 4139.0, 4149.0, 4142.0, 4169.0, 4128.0, 4129.0, 4159.0, 4128.0, 4128.0, 4149.0, 4165.0, 4162.0, 4138.0, 4161.0, 4138.0, 4132.0, 4142.0, 4121.0, 4141.0, 4152.0, 4199.0, 4172.0, 4139.0, 4160.0, 4130.0, 4130.0, 4151.0, 4131.0, 4170.0, 4138.0, 4129.0, 4171.0, 4139.0, 4158.0, 4156.0, 4137.0, 4146.0, 4136.0, 4128.0, 4165.0, 4113.0, 4113.0, 4154.0, 4114.0, 4125.0, 4123.0, 4126.0, 4114.0, 4116.0, 4124.0, 4155.0, 4115.0, 4123.0, 4155.0, 4114.0, 4107.0, 4125.0, 4126.0, 4125.0, 4137.0, 4148.0, 4180.0, 4140.0, 4128.0, 4140.0, 4120.0, 4142.0, 4153.0, 4181.0, 4141.0, 4141.0, 4137.0, 4141.0, 4159.0, 4130.0, 4142.0, 4169.0, 4127.0, 4141.0, 4178.0, 4127.0, 4149.0, 4137.0, 4138.0, 4149.0, 4126.0, 4128.0, 4168.0, 4117.0, 4128.0, 4157.0, 4118.0, 4129.0, 4166.0, 4116.0, 4129.0, 4137.0, 4126.0, 4116.0, 4128.0, 4127.0, 4148.0, 4116.0, 4129.0, 4168.0, 4129.0, 4118.0, 4127.0, 4129.0, 4139.0, 4130.0, 4142.0, 4179.0, 4121.0, 4138.0, 4138.0, 4142.0, 4139.0, 4129.0, 4143.0, 4183.0, 4131.0, 4122.0, 4138.0, 4141.0, 4149.0, 4141.0, 4120.0, 4141.0, 4148.0, 4151.0, 4129.0, 4141.0, 4191.0, 4141.0, 4143.0, 4143.0, 4142.0, 4181.0, 4143.0, 4156.0, 4165.0, 4144.0, 4161.0, 4142.0, 4153.0, 4162.0, 4132.0, 4142.0, 4143.0, 4163.0, 4141.0, 4155.0, 4211.0, 4168.0, 4143.0, 4189.0, 4129.0, 4160.0, 4148.0, 4141.0, 4170.0, 4143.0, 4167.0, 4192.0, 4119.0, 4148.0, 4137.0, 4130.0, 4167.0, 4130.0, 4141.0, 4178.0, 4133.0, 4140.0, 4138.0, 4129.0, 4148.0, 4118.0, 4150.0, 4179.0, 4129.0, 4149.0, 4121.0, 4139.0, 4158.0, 4116.0, 4140.0, 4159.0, 4131.0, 4150.0, 4142.0, 4143.0, 4179.0, 4128.0, 4147.0, 4128.0, 4171.0], 'WindowWidth': [9323.0, 9279.0, 9261.0, 9204.0, 9237.0, 9218.0, 9194.0, 9262.0, 9211.0, 9219.0, 9231.0, 9209.0, 9263.0, 9196.0, 9185.0, 9240.0, 9182.0, 9262.0, 9242.0, 9186.0, 9230.0, 9217.0, 9185.0, 9246.0, 9197.0, 9210.0, 9219.0, 9198.0, 9195.0, 9191.0, 9168.0, 9267.0, 9191.0, 9195.0, 9209.0, 9188.0, 9191.0, 9208.0, 9187.0, 9239.0, 9191.0, 9181.0, 9194.0, 9167.0, 9196.0, 9213.0, 9189.0, 9230.0, 9181.0, 9194.0, 9224.0, 9174.0, 9234.0, 9192.0, 9168.0, 9219.0, 9188.0, 9228.0, 9199.0, 9226.0, 9211.0, 9199.0, 9229.0, 9206.0, 9267.0, 9216.0, 9185.0, 9252.0, 9192.0, 9207.0, 9200.0, 9194.0, 9248.0, 9254.0, 9165.0, 9220.0, 9190.0, 9181.0, 9192.0, 9151.0, 9212.0, 9190.0, 9166.0, 9218.0, 9215.0, 9192.0, 9190.0, 9192.0, 9210.0, 9207.0, 9192.0, 9209.0, 9212.0, 9173.0, 9229.0, 9198.0, 9171.0, 9220.0, 9171.0, 9207.0, 9205.0, 9171.0, 9258.0, 9192.0, 9199.0, 9201.0, 9153.0, 9209.0, 9219.0, 9168.0, 9219.0, 9177.0, 9153.0, 9240.0, 9211.0, 9167.0, 9229.0, 9178.0, 9212.0, 9209.0, 9154.0, 9219.0, 9189.0, 9183.0, 9232.0, 9198.0, 9202.0, 9211.0, 9167.0, 9217.0, 9190.0, 9181.0, 9214.0, 9199.0, 9189.0, 9189.0, 9168.0, 9219.0, 9215.0, 9184.0, 9192.0, 9186.0, 9209.0, 9193.0, 9171.0, 9240.0, 9209.0, 9189.0, 9226.0, 9194.0, 9225.0, 9212.0, 9187.0, 9207.0, 9210.0, 9246.0, 9219.0, 9200.0, 9240.0, 9195.0, 9203.0, 9246.0, 9198.0, 9220.0, 9221.0, 9186.0, 9238.0, 9209.0, 9188.0, 9268.0, 9197.0, 9230.0, 9224.0, 9169.0, 9224.0, 9220.0, 9185.0, 9237.0, 9217.0, 9185.0, 9231.0, 9168.0, 9223.0, 9222.0, 9165.0, 9217.0, 9196.0, 9168.0, 9252.0, 9216.0, 9241.0, 9246.0, 9205.0, 9175.0, 9208.0, 9196.0, 9216.0, 9194.0, 9204.0, 9237.0, 9232.0, 9215.0, 9230.0, 9197.0, 9239.0, 9229.0, 9203.0, 9239.0, 9218.0, 9227.0, 9232.0, 9221.0, 9220.0, 9233.0, 9217.0, 9230.0, 9222.0, 9244.0, 9234.0, 9223.0, 9231.0, 9236.0, 9222.0, 9245.0, 9237.0, 9279.0, 9236.0, 9207.0, 9242.0, 9217.0, 9232.0, 9255.0, 9245.0, 9264.0, 9237.0, 9255.0, 9232.0, 9234.0, 9245.0, 9231.0, 9236.0, 9261.0, 9247.0, 9224.0, 9230.0, 9235.0, 9248.0, 9238.0, 9253.0, 9245.0, 9254.0, 9268.0, 9278.0, 9249.0, 9230.0, 9251.0, 9241.0, 9228.0, 9254.0, 9273.0, 9248.0, 9238.0, 9264.0, 9216.0, 9223.0, 9262.0, 9232.0, 9235.0, 9227.0, 9217.0, 9262.0, 9236.0, 9232.0, 9229.0, 9228.0, 9218.0, 9260.0, 9228.0, 9214.0, 9208.0, 9217.0, 9261.0, 9223.0, 9232.0, 9255.0, 9225.0, 9206.0, 9243.0, 9217.0, 9202.0, 9241.0, 9230.0, 9244.0, 9225.0, 9259.0, 9213.0, 9252.0, 9237.0, 9216.0, 9231.0, 9211.0, 9202.0, 9239.0, 9205.0, 9214.0, 9251.0, 9224.0, 9198.0, 9209.0, 9199.0, 9197.0, 9235.0, 9196.0, 9205.0, 9229.0, 9217.0, 9228.0, 9216.0, 9247.0, 9241.0, 9216.0, 9219.0, 9230.0, 9218.0, 9238.0, 9217.0, 9221.0, 9240.0, 9219.0, 9215.0, 9246.0, 9235.0, 9258.0, 9235.0, 9244.0, 9230.0, 9244.0, 9250.0, 9285.0, 9267.0, 9265.0, 9237.0, 9255.0, 9250.0, 9270.0, 9273.0, 9235.0, 9220.0, 9236.0, 9229.0, 9221.0, 9263.0, 9236.0, 9249.0, 9241.0, 9225.0, 9243.0, 9235.0, 9198.0, 9207.0, 9197.0, 9201.0, 9237.0, 9226.0, 9200.0, 9229.0, 9225.0, 9203.0, 9213.0, 9190.0, 9225.0, 9213.0, 9216.0, 9225.0, 9204.0, 9241.0, 9243.0, 9227.0, 9256.0, 9215.0, 9232.0, 9238.0, 9203.0, 9244.0, 9216.0, 9220.0, 9255.0, 9229.0, 9251.0, 9245.0, 9224.0, 9230.0, 9192.0, 9216.0, 9256.0, 9228.0, 9199.0, 9214.0, 9204.0, 9271.0, 9256.0, 9190.0, 9240.0, 9204.0, 9212.0, 9210.0, 9203.0, 9258.0, 9229.0, 9246.0, 9225.0, 9182.0, 9240.0, 9226.0, 9218.0, 9222.0, 9204.0, 9198.0, 9213.0, 9207.0, 9258.0, 9226.0, 9198.0, 9222.0, 9189.0, 9214.0, 9231.0, 9220.0, 9229.0, 9223.0, 9206.0, 9230.0, 9206.0, 9243.0, 9226.0, 9202.0, 9223.0, 9182.0, 9259.0, 9239.0, 9204.0, 9245.0, 9234.0, 9224.0, 9240.0, 9212.0, 9231.0, 9237.0, 9198.0, 9193.0, 9207.0, 9215.0, 9258.0, 9247.0, 9202.0, 9227.0, 9206.0, 9247.0, 9234.0, 9220.0, 9242.0, 9216.0, 9250.0, 9236.0, 9260.0, 9238.0, 9268.0, 9258.0, 9216.0, 9248.0, 9236.0, 9201.0, 9211.0, 9224.0, 9201.0, 9240.0, 9212.0, 9204.0, 9215.0, 9213.0, 9177.0, 9224.0, 9217.0, 9222.0, 9245.0, 9205.0, 9240.0, 9207.0, 9195.0, 9229.0, 9209.0, 9230.0, 9231.0, 9223.0, 9265.0, 9257.0, 9223.0, 9236.0, 9245.0, 9276.0, 9241.0, 9246.0, 9227.0, 9256.0, 9246.0, 9202.0, 9247.0, 9250.0, 9202.0, 9264.0, 9246.0, 9205.0, 9241.0, 9199.0, 9246.0, 9223.0, 9200.0, 9233.0, 9228.0, 9217.0, 9256.0, 9194.0, 9201.0, 9241.0, 9221.0, 9192.0, 9251.0, 9201.0, 9246.0, 9210.0, 9248.0, 9228.0, 9208.0, 9247.0, 9226.0, 9224.0, 9233.0, 9240.0, 9229.0, 9226.0, 9222.0, 9244.0, 9217.0, 9225.0, 9226.0, 9224.0, 9276.0, 9215.0, 9205.0, 9263.0, 9241.0, 9235.0, 9237.0, 9242.0, 9247.0, 9228.0, 9269.0, 9245.0, 9243.0, 9249.0, 9229.0, 9228.0, 9243.0, 9220.0, 9267.0, 9236.0, 9253.0, 9236.0, 9222.0, 9225.0, 9217.0, 9200.0, 9260.0, 9217.0, 9236.0, 9220.0, 9206.0, 9243.0, 9229.0, 9220.0, 9251.0, 9233.0, 9221.0, 9241.0, 9196.0, 9231.0, 9210.0, 9234.0, 9226.0, 9229.0, 9276.0, 9248.0, 9256.0, 9270.0, 9237.0, 9248.0, 9243.0, 9288.0, 9286.0, 9262.0, 9269.0, 9242.0, 9203.0, 9271.0, 9242.0, 9251.0, 9251.0, 9283.0, 9233.0, 9325.0, 9247.0, 9258.0, 9241.0, 9248.0, 9232.0, 9295.0, 9257.0, 9273.0, 9265.0, 9330.0, 9284.0, 9277.0, 9266.0, 9226.0, 9254.0, 9256.0, 9279.0, 9238.0, 9224.0, 9213.0, 9214.0, 9227.0, 9257.0, 9237.0, 9211.0, 9250.0, 9217.0, 9202.0, 9243.0, 9186.0, 9228.0, 9254.0, 9169.0, 9269.0, 9244.0, 9180.0, 9172.0, 9181.0, 9181.0, 9176.0, 9192.0, 9179.0, 9205.0, 9204.0, 9221.0, 9188.0, 9174.0, 9222.0, 9202.0, 9246.0, 9228.0, 9183.0, 9206.0, 9200.0, 9170.0, 9210.0, 9162.0, 9158.0, 9173.0, 9164.0, 9209.0, 9214.0, 9206.0, 9198.0, 9205.0, 9271.0, 9196.0, 9225.0, 9198.0, 9184.0, 9260.0, 9214.0, 9189.0, 9235.0, 9195.0, 9189.0, 9193.0, 9203.0, 9232.0, 9232.0, 9249.0, 9266.0, 9191.0, 9258.0, 9247.0, 9250.0, 9251.0, 9226.0, 9228.0, 9206.0, 9253.0, 9241.0, 9282.0, 9240.0, 9220.0, 9215.0, 9170.0, 9261.0, 9245.0, 9197.0, 9237.0, 9179.0, 9193.0, 9249.0, 9176.0, 9166.0, 9218.0, 9161.0, 9210.0, 9209.0, 9166.0, 9217.0, 9191.0, 9186.0, 9230.0, 9177.0, 9180.0, 9218.0, 9167.0, 9180.0, 9203.0, 9168.0, 9197.0, 9177.0, 9167.0, 9219.0, 9191.0, 9185.0, 9246.0, 9231.0, 9190.0, 9228.0, 9194.0, 9190.0, 9192.0, 9174.0, 9239.0, 9199.0, 9185.0, 9205.0, 9168.0, 9180.0, 9228.0, 9171.0, 9259.0, 9214.0, 9202.0, 9233.0, 9184.0, 9211.0, 9202.0, 9188.0, 9236.0, 9192.0, 9183.0, 9270.0, 9179.0, 9233.0, 9204.0, 9154.0, 9204.0, 9183.0, 9167.0, 9235.0, 9192.0, 9188.0, 9218.0, 9165.0, 9183.0, 9225.0, 9171.0, 9223.0, 9177.0, 9168.0, 9234.0, 9196.0, 9202.0, 9223.0, 9169.0, 9174.0, 9191.0, 9191.0, 9269.0, 9178.0, 9196.0, 9203.0, 9161.0, 9177.0, 9194.0, 9167.0, 9233.0, 9194.0, 9167.0, 9201.0, 9166.0, 9182.0, 9235.0, 9173.0, 9204.0, 9177.0, 9171.0, 9236.0, 9188.0, 9182.0, 9201.0, 9233.0, 9216.0, 9204.0, 9196.0, 9212.0, 9186.0, 9209.0, 9180.0, 9167.0, 9188.0, 9182.0, 9240.0, 9204.0, 9170.0, 9205.0, 9179.0, 9169.0, 9246.0, 9195.0, 9171.0, 9207.0, 9170.0, 9176.0, 9191.0, 9186.0, 9251.0, 9198.0, 9181.0, 9208.0, 9184.0, 9213.0, 9193.0, 9184.0, 9236.0, 9195.0, 9172.0, 9250.0, 9203.0, 9169.0, 9218.0, 9168.0, 9172.0, 9205.0, 9170.0, 9214.0, 9204.0, 9186.0, 9274.0, 9202.0, 9209.0, 9223.0, 9189.0, 9215.0, 9228.0, 9188.0, 9227.0, 9209.0, 9183.0, 9223.0, 9208.0, 9170.0, 9218.0, 9185.0, 9214.0, 9211.0, 9189.0, 9225.0, 9222.0, 9215.0, 9239.0, 9192.0, 9202.0, 9216.0, 9193.0, 9226.0, 9189.0, 9272.0, 9255.0, 9187.0, 9222.0, 9201.0, 9205.0, 9257.0, 9212.0, 9172.0, 9199.0, 9191.0, 9201.0, 9199.0, 9192.0, 9256.0, 9191.0, 9230.0, 9197.0, 9200.0, 9256.0, 9182.0, 9188.0, 9252.0, 9184.0, 9198.0, 9203.0, 9185.0, 9195.0, 9182.0, 9186.0, 9254.0, 9182.0, 9184.0, 9205.0, 9183.0, 9180.0, 9206.0, 9195.0, 9211.0, 9204.0, 9236.0, 9203.0, 9238.0, 9205.0, 9254.0, 9248.0, 9205.0, 9181.0, 9233.0, 9164.0, 9178.0, 9220.0, 9176.0, 9219.0, 9179.0, 9160.0, 9229.0, 9162.0, 9163.0, 9204.0, 9182.0, 9165.0, 9182.0, 9187.0, 9248.0, 9180.0, 9187.0, 9189.0, 9187.0, 9191.0, 9218.0, 9186.0, 9240.0, 9198.0, 9187.0, 9233.0, 9192.0, 9211.0, 9203.0, 9205.0, 9245.0, 9189.0, 9230.0, 9211.0, 9202.0, 9262.0, 9233.0, 9188.0, 9250.0, 9206.0, 9185.0, 9238.0, 9189.0, 9212.0, 9186.0, 9200.0, 9237.0, 9184.0, 9200.0, 9271.0, 9182.0, 9212.0, 9204.0, 9218.0, 9235.0, 9192.0, 9215.0, 9246.0, 9181.0, 9184.0, 9247.0, 9180.0, 9195.0, 9199.0, 9194.0, 9207.0, 9177.0, 9190.0, 9249.0, 9174.0, 9190.0, 9245.0, 9178.0, 9168.0, 9173.0, 9180.0, 9176.0, 9187.0, 9194.0, 9214.0, 9175.0, 9152.0, 9192.0, 9195.0, 9192.0, 9212.0, 9195.0, 9219.0, 9178.0, 9182.0, 9232.0, 9182.0, 9223.0, 9204.0, 9180.0, 9230.0, 9205.0, 9222.0, 9208.0, 9208.0, 9238.0, 9183.0, 9211.0, 9208.0, 9199.0, 9245.0, 9218.0, 9195.0, 9233.0, 9177.0, 9196.0, 9283.0, 9180.0, 9190.0, 9244.0, 9175.0, 9193.0, 9184.0, 9189.0, 9190.0, 9160.0, 9191.0, 9243.0, 9177.0, 9192.0, 9225.0, 9179.0, 9192.0, 9182.0, 9193.0, 9200.0, 9158.0, 9191.0, 9204.0, 9176.0, 9203.0, 9185.0, 9198.0, 9236.0, 9178.0, 9183.0, 9189.0, 9196.0, 9192.0, 9193.0, 9193.0, 9240.0, 9177.0, 9195.0, 9205.0, 9187.0, 9185.0, 9209.0, 9203.0, 9224.0, 9221.0, 9194.0, 9200.0, 9173.0, 9198.0, 9205.0, 9273.0, 9239.0, 9198.0, 9221.0, 9182.0, 9199.0, 9268.0, 9180.0, 9210.0, 9247.0, 9174.0, 9206.0, 9178.0, 9177.0, 9202.0, 9180.0, 9200.0, 9230.0, 9196.0, 9191.0, 9159.0, 9177.0, 9220.0, 9204.0, 9199.0, 9202.0, 9177.0, 9183.0, 9176.0, 9198.0, 9234.0, 9175.0, 9163.0, 9192.0, 9194.0, 9192.0, 9205.0, 9200.0, 9234.0, 9177.0, 9178.0, 9216.0, 9177.0, 9178.0, 9203.0, 9238.0, 9227.0, 9186.0, 9221.0, 9189.0, 9188.0, 9203.0, 9171.0, 9200.0, 9218.0, 9296.0, 9239.0, 9193.0, 9220.0, 9181.0, 9183.0, 9210.0, 9187.0, 9237.0, 9187.0, 9178.0, 9240.0, 9193.0, 9216.0, 9207.0, 9192.0, 9197.0, 9181.0, 9172.0, 9228.0, 9146.0, 9147.0, 9201.0, 9146.0, 9164.0, 9157.0, 9168.0, 9148.0, 9154.0, 9163.0, 9206.0, 9151.0, 9162.0, 9203.0, 9149.0, 9142.0, 9163.0, 9168.0, 9167.0, 9183.0, 9203.0, 9249.0, 9198.0, 9176.0, 9196.0, 9167.0, 9199.0, 9217.0, 9255.0, 9196.0, 9195.0, 9186.0, 9198.0, 9219.0, 9180.0, 9198.0, 9234.0, 9173.0, 9197.0, 9244.0, 9173.0, 9204.0, 9183.0, 9195.0, 9202.0, 9168.0, 9174.0, 9230.0, 9157.0, 9174.0, 9210.0, 9159.0, 9176.0, 9224.0, 9155.0, 9176.0, 9182.0, 9170.0, 9155.0, 9173.0, 9173.0, 9200.0, 9156.0, 9177.0, 9228.0, 9175.0, 9160.0, 9172.0, 9178.0, 9189.0, 9178.0, 9198.0, 9246.0, 9167.0, 9195.0, 9188.0, 9198.0, 9191.0, 9176.0, 9202.0, 9259.0, 9182.0, 9171.0, 9190.0, 9196.0, 9205.0, 9195.0, 9169.0, 9197.0, 9216.0, 9211.0, 9179.0, 9199.0, 9271.0, 9199.0, 9204.0, 9202.0, 9203.0, 9252.0, 9202.0, 9228.0, 9234.0, 9204.0, 9223.0, 9198.0, 9215.0, 9226.0, 9187.0, 9200.0, 9203.0, 9229.0, 9197.0, 9223.0, 9313.0, 9243.0, 9201.0, 9264.0, 9177.0, 9223.0, 9201.0, 9195.0, 9233.0, 9202.0, 9242.0, 9270.0, 9163.0, 9201.0, 9182.0, 9178.0, 9226.0, 9180.0, 9197.0, 9243.0, 9189.0, 9194.0, 9185.0, 9177.0, 9200.0, 9160.0, 9213.0, 9245.0, 9175.0, 9205.0, 9170.0, 9191.0, 9214.0, 9157.0, 9193.0, 9217.0, 9182.0, 9207.0, 9201.0, 9203.0, 9245.0, 9174.0, 9197.0, 9174.0, 9243.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.0012827681920480121</td></tr>
<tr><td colspan=3>aqi</td><td>0.04706642670667666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.42235964416671</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1893722604879877</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9725811123273289</td></tr>
<tr><td colspan=3>efc</td><td>0.4711</td></tr>
<tr><td colspan=3>fber</td><td>5400.1553</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09581459157476846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.751687921980495</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2905708196795755</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2098664018581338</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.486627577077815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.175218480102778</td></tr>
<tr><td colspan=3>gcor</td><td>0.004934</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01874672807753086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025705961510539055</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>4.443916032348052</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>43.5216</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.3428</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302205.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.1383</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.163</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3401.6926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.2392</td></tr>
<tr><td colspan=3>tsnr</td><td>31.69419903308153</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>