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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0073_suffix-bold_task-narratives" 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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-03_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-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-narratives_acq-mb8_run-03_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-0073/ses-02/func/sub-0073_ses-02_task-narratives_acq-mb8_run-03_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>ae9f084f9c9226c5405e54c578ce3797</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>18:53:31.102500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</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-03_task-narratives_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.0955068</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7820, -7282, 572, -100, -284, -127, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>11dc4eaa-b109-4748-a406-cbe16b132748||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [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, 1298]</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], 'AcquisitionTime': ['185331.102500', '185331.562500', '185332.022500', '185332.482500', '185332.942500', '185333.402500', '185333.862500', '185334.322500', '185334.782500', '185335.242500', '185335.702500', '185336.162500', '185336.622500', '185337.082500', '185337.542500', '185338.002500', '185338.462500', '185338.922500', '185339.382500', '185339.842500', '185340.302500', '185340.762500', '185341.222500', '185341.682500', '185342.142500', '185342.602500', '185343.062500', '185343.522500', '185343.982500', '185344.442500', '185344.902500', '185345.362500', '185345.822500', '185346.282500', '185346.742500', '185347.202500', '185347.662500', '185348.122500', '185348.582500', '185349.042500', '185349.502500', '185349.962500', '185350.422500', '185350.882500', '185351.342500', '185351.802500', '185352.262500', '185352.722500', '185353.182500', '185353.642500', '185354.102500', '185354.562500', '185355.022500', '185355.482500', '185355.942500', '185356.402500', '185356.862500', '185357.322500', '185357.782500', '185358.242500', '185358.702500', '185359.162500', '185359.622500', '185400.082500', '185400.542500', '185401.002500', '185401.462500', '185401.922500', '185402.382500', '185402.842500', '185403.302500', '185403.762500', '185404.222500', '185404.682500', '185405.142500', '185405.602500', '185406.062500', '185406.522500', '185406.982500', '185407.442500', '185407.902500', '185408.362500', '185408.822500', '185409.282500', '185409.742500', '185410.202500', '185410.662500', '185411.122500', '185411.582500', '185412.042500', '185412.502500', '185412.962500', '185413.422500', '185413.882500', '185414.342500', '185414.802500', '185415.262500', '185415.722500', '185416.182500', '185416.642500', '185417.102500', '185417.562500', '185418.022500', '185418.482500', '185418.942500', '185419.402500', '185419.862500', '185420.322500', '185420.782500', '185421.242500', '185421.702500', '185422.162500', '185422.622500', '185423.082500', '185423.542500', '185424.002500', '185424.462500', '185424.922500', '185425.382500', '185425.842500', '185426.302500', '185426.762500', '185427.222500', '185427.682500', '185428.142500', '185428.602500', '185429.062500', '185429.522500', '185429.982500', '185430.442500', '185430.902500', '185431.362500', '185431.822500', '185432.282500', '185432.742500', '185433.202500', '185433.662500', '185434.122500', '185434.582500', '185435.042500', '185435.502500', '185435.962500', '185436.422500', '185436.882500', '185437.342500', '185437.802500', '185438.262500', '185438.722500', '185439.182500', '185439.642500', '185440.102500', '185440.562500', '185441.022500', '185441.482500', '185441.942500', '185442.402500', '185442.862500', '185443.322500', '185443.782500', '185444.242500', '185444.702500', '185445.162500', '185445.622500', '185446.082500', '185446.542500', '185447.002500', '185447.462500', '185447.922500', '185448.382500', '185448.842500', '185449.302500', '185449.762500', '185450.222500', '185450.682500', '185451.142500', '185451.602500', '185452.062500', '185452.522500', '185452.982500', '185453.442500', '185453.902500', '185454.362500', '185454.822500', '185455.282500', '185455.742500', '185456.202500', '185456.662500', '185457.122500', '185457.582500', '185458.042500', '185458.502500', '185458.962500', '185459.422500', '185459.882500', '185500.342500', '185500.802500', '185501.262500', '185501.722500', '185502.182500', '185502.642500', '185503.102500', '185503.562500', '185504.022500', '185504.482500', '185504.942500', '185505.402500', '185505.862500', '185506.322500', '185506.782500', '185507.242500', '185507.702500', '185508.162500', '185508.622500', '185509.082500', '185509.542500', '185510.002500', '185510.462500', '185510.922500', '185511.382500', '185511.842500', '185512.302500', '185512.762500', '185513.222500', '185513.682500', '185514.142500', '185514.602500', '185515.062500', '185515.522500', '185515.982500', '185516.442500', '185516.902500', '185517.362500', '185517.822500', '185518.282500', '185518.742500', '185519.202500', '185519.662500', '185520.122500', '185520.582500', '185521.042500', '185521.502500', '185521.962500', '185522.422500', '185522.882500', '185523.342500', '185523.802500', '185524.262500', '185524.722500', '185525.182500', '185525.642500', '185526.102500', '185526.562500', '185527.022500', '185527.482500', '185527.942500', '185528.402500', '185528.862500', '185529.322500', '185529.782500', '185530.242500', '185530.702500', '185531.162500', '185531.622500', '185532.082500', '185532.542500', '185533.002500', '185533.462500', '185533.922500', '185534.382500', '185534.842500', '185535.302500', '185535.762500', '185536.222500', '185536.682500', '185537.142500', '185537.602500', '185538.062500', '185538.522500', '185538.982500', '185539.442500', '185539.902500', '185540.362500', '185540.822500', '185541.282500', '185541.742500', '185542.202500', '185542.662500', '185543.122500', '185543.582500', '185544.042500', '185544.502500', '185544.962500', '185545.422500', '185545.882500', '185546.342500', '185546.802500', '185547.262500', '185547.722500', '185548.182500', '185548.642500', '185549.102500', '185549.562500', '185550.022500', '185550.482500', '185550.942500', '185551.402500', '185551.862500', '185552.322500', '185552.782500', '185553.242500', '185553.702500', '185554.162500', '185554.622500', '185555.082500', '185555.542500', '185556.002500', '185556.462500', '185556.922500', '185557.382500', '185557.842500', '185558.302500', '185558.762500', '185559.222500', '185559.682500', '185600.142500', '185600.602500', '185601.062500', '185601.522500', '185601.982500', '185602.442500', '185602.902500', '185603.362500', '185603.822500', '185604.282500', '185604.742500', '185605.202500', '185605.662500', '185606.122500', '185606.582500', '185607.042500', '185607.502500', '185607.962500', '185608.422500', '185608.882500', '185609.342500', '185609.802500', '185610.262500', '185610.722500', '185611.182500', '185611.642500', '185612.102500', '185612.562500', '185613.022500', '185613.482500', '185613.942500', '185614.402500', '185614.862500', '185615.322500', '185615.782500', '185616.242500', '185616.702500', '185617.162500', '185617.622500', '185618.082500', '185618.542500', '185619.002500', '185619.462500', '185619.922500', '185620.382500', '185620.842500', '185621.302500', '185621.762500', '185622.222500', '185622.682500', '185623.142500', '185623.602500', '185624.062500', '185624.522500', '185624.982500', '185625.442500', '185625.902500', '185626.362500', '185626.822500', '185627.282500', '185627.742500', '185628.202500', '185628.662500', '185629.122500', '185629.582500', '185630.042500', '185630.502500', '185630.962500', '185631.422500', '185631.882500', '185632.342500', '185632.802500', '185633.262500', '185633.722500', '185634.182500', '185634.642500', '185635.102500', '185635.562500', '185636.022500', '185636.482500', '185636.942500', '185637.402500', '185637.862500', '185638.322500', '185638.782500', '185639.242500', '185639.702500', '185640.162500', '185640.622500', '185641.082500', '185641.542500', '185642.002500', '185642.462500', '185642.922500', '185643.382500', '185643.842500', '185644.302500', '185644.762500', '185645.222500', '185645.682500', '185646.142500', '185646.602500', '185647.062500', '185647.522500', '185647.982500', '185648.442500', '185648.902500', '185649.362500', '185649.822500', '185650.282500', '185650.742500', '185651.202500', '185651.662500', '185652.122500', '185652.582500', '185653.042500', '185653.502500', '185653.962500', '185654.422500', '185654.882500', '185655.342500', '185655.802500', '185656.262500', '185656.722500', '185657.182500', '185657.642500', '185658.102500', '185658.562500', '185659.022500', '185659.482500', '185659.942500', '185700.402500', '185700.862500', '185701.322500', '185701.782500', '185702.242500', '185702.702500', '185703.162500', '185703.622500', '185704.082500', '185704.542500', '185705.002500', '185705.462500', '185705.922500', '185706.382500', '185706.842500', '185707.302500', '185707.762500', '185708.222500', '185708.682500', '185709.142500', '185709.602500', '185710.062500', '185710.522500', '185710.982500', '185711.442500', '185711.902500', '185712.362500', '185712.822500', '185713.282500', '185713.742500', '185714.202500', '185714.662500', '185715.122500', '185715.582500', '185716.042500', '185716.502500', '185716.962500', '185717.422500', '185717.882500', '185718.342500', '185718.802500', '185719.262500', '185719.722500', '185720.182500', '185720.642500', '185721.102500', '185721.562500', '185722.022500', '185722.482500', '185722.942500', '185723.402500', '185723.862500', '185724.322500', '185724.782500', '185725.242500', '185725.702500', '185726.162500', '185726.622500', '185727.082500', '185727.542500', '185728.002500', '185728.462500', '185728.922500', '185729.382500', '185729.842500', '185730.302500', '185730.762500', '185731.222500', '185731.682500', '185732.142500', '185732.602500', '185733.062500', '185733.522500', '185733.982500', '185734.442500', '185734.902500', '185735.362500', '185735.822500', '185736.282500', '185736.742500', '185737.202500', '185737.662500', '185738.122500', '185738.582500', '185739.042500', '185739.502500', '185739.962500', '185740.422500', '185740.882500', '185741.342500', '185741.802500', '185742.262500', '185742.722500', '185743.182500', '185743.642500', '185744.102500', '185744.562500', '185745.022500', '185745.482500', '185745.942500', '185746.402500', '185746.862500', '185747.322500', '185747.782500', '185748.242500', '185748.702500', '185749.162500', '185749.622500', '185750.082500', '185750.542500', '185751.002500', '185751.462500', '185751.922500', '185752.382500', '185752.842500', '185753.302500', '185753.762500', '185754.222500', '185754.682500', '185755.142500', '185755.602500', '185756.062500', '185756.522500', '185756.982500', '185757.442500', '185757.902500', '185758.362500', '185758.822500', '185759.282500', '185759.742500', '185800.202500', '185800.662500', '185801.122500', '185801.582500', '185802.042500', '185802.502500', '185802.962500', '185803.422500', '185803.882500', '185804.342500', '185804.802500', '185805.262500', '185805.722500', '185806.182500', '185806.642500', '185807.102500', '185807.562500', '185808.022500', '185808.482500', '185808.942500', '185809.402500', '185809.862500', '185810.322500', '185810.782500', '185811.242500', '185811.702500', '185812.162500', '185812.622500', '185813.082500', '185813.542500', '185814.002500', '185814.462500', '185814.922500', '185815.382500', '185815.842500', '185816.302500', '185816.762500', '185817.222500', '185817.682500', '185818.142500', '185818.602500', '185819.062500', '185819.522500', '185819.982500', '185820.442500', '185820.902500', '185821.362500', '185821.822500', '185822.282500', '185822.742500', '185823.202500', '185823.662500', '185824.122500', '185824.582500', '185825.042500', '185825.502500', '185825.962500', '185826.422500', '185826.882500', '185827.342500', '185827.802500', '185828.262500', '185828.722500', '185829.182500', '185829.642500', '185830.102500', '185830.562500', '185831.022500', '185831.482500', '185831.942500', '185832.402500', '185832.862500', '185833.322500', '185833.782500', '185834.242500', '185834.702500', '185835.162500', '185835.622500', '185836.082500', '185836.542500', '185837.002500', '185837.462500', '185837.922500', '185838.382500', '185838.842500', '185839.302500', '185839.762500', '185840.222500', '185840.682500', '185841.142500', '185841.602500', '185842.062500', '185842.522500', '185842.982500', '185843.442500', '185843.902500', '185844.362500', '185844.822500', '185845.282500', '185845.742500', '185846.202500', '185846.662500', '185847.122500', '185847.582500', '185848.042500', '185848.502500', '185848.962500', '185849.422500', '185849.882500', '185850.342500', '185850.802500', '185851.262500', '185851.722500', '185852.182500', '185852.642500', '185853.102500', '185853.562500', '185854.022500', '185854.482500', '185854.942500', '185855.402500', '185855.862500', '185856.322500', '185856.782500', '185857.242500', '185857.702500', '185858.162500', '185858.622500', '185859.082500', '185859.542500', '185900.002500', '185900.462500', '185900.922500', '185901.382500', '185901.842500', '185902.302500', '185902.762500', '185903.222500', '185903.682500', '185904.142500', '185904.602500', '185905.062500', '185905.522500', '185905.982500', '185906.442500', '185906.902500', '185907.362500', '185907.822500', '185908.282500', '185908.742500', '185909.202500', '185909.662500', '185910.122500', '185910.582500', '185911.042500', '185911.502500', '185911.962500', '185912.422500', '185912.882500', '185913.342500', '185913.802500', '185914.262500', '185914.722500', '185915.182500', '185915.642500', '185916.102500', '185916.562500', '185917.022500', '185917.482500', '185917.942500', '185918.402500', '185918.862500', '185919.322500', '185919.782500', '185920.242500', '185920.702500', '185921.162500', '185921.622500', '185922.082500', '185922.542500', '185923.002500', '185923.462500', '185923.922500', '185924.382500', '185924.842500', '185925.302500', '185925.762500', '185926.222500', '185926.682500', '185927.142500', '185927.602500', '185928.062500', '185928.522500', '185928.982500', '185929.442500', '185929.902500', '185930.362500', '185930.822500', '185931.282500', '185931.742500', '185932.202500', '185932.662500', '185933.122500', '185933.582500', '185934.042500', '185934.502500', '185934.962500', '185935.422500', '185935.882500', '185936.342500', '185936.802500', '185937.262500', '185937.722500', '185938.182500', '185938.642500', '185939.102500', '185939.562500', '185940.022500', '185940.482500', '185940.942500', '185941.402500', '185941.862500', '185942.322500', '185942.782500', '185943.242500', '185943.702500', '185944.162500', '185944.622500', '185945.082500', '185945.542500', '185946.002500', '185946.462500', '185946.922500', '185947.382500', '185947.842500', '185948.302500', '185948.762500', '185949.222500', '185949.682500', '185950.142500', '185950.602500', '185951.062500', '185951.522500', '185951.982500', '185952.442500', '185952.902500', '185953.362500', '185953.822500', '185954.282500', '185954.742500', '185955.202500', '185955.662500', '185956.122500', '185956.582500', '185957.042500', '185957.502500', '185957.962500', '185958.422500', '185958.882500', '185959.342500', '185959.802500', '190000.262500', '190000.722500', '190001.182500', '190001.642500', '190002.102500', '190002.562500', '190003.022500', '190003.482500', '190003.942500', '190004.402500', '190004.862500', '190005.322500', '190005.782500', '190006.242500', '190006.702500', '190007.162500', '190007.622500', '190008.082500', '190008.542500', '190009.002500', '190009.462500', '190009.922500', '190010.382500', '190010.842500', '190011.302500', '190011.762500', '190012.222500', '190012.682500', '190013.142500', '190013.602500', '190014.062500', '190014.522500', '190014.982500', '190015.442500', '190015.902500', '190016.362500', '190016.822500', '190017.282500', '190017.742500', '190018.202500', '190018.662500', '190019.122500', '190019.582500', '190020.042500', '190020.502500', '190020.962500', '190021.422500', '190021.882500', '190022.342500', '190022.802500', '190023.262500', '190023.722500', '190024.182500', '190024.642500', '190025.102500', '190025.562500', '190026.022500', '190026.482500', '190026.942500', '190027.402500', '190027.862500', '190028.322500', '190028.782500', '190029.242500', '190029.702500', '190030.162500', '190030.622500', '190031.082500', '190031.542500', '190032.002500', '190032.462500', '190032.922500', '190033.382500', '190033.842500', '190034.302500', '190034.762500', '190035.222500', '190035.682500', '190036.142500', '190036.602500', '190037.062500', '190037.522500', '190037.982500', '190038.442500', '190038.902500', '190039.362500', '190039.822500', '190040.282500', '190040.742500', '190041.202500', '190041.662500', '190042.122500', '190042.582500', '190043.042500', '190043.502500', '190043.962500', '190044.422500', '190044.882500', '190045.342500', '190045.802500', '190046.262500', '190046.722500', '190047.182500', '190047.642500', '190048.102500', '190048.562500', '190049.022500', '190049.482500', '190049.942500', '190050.402500', '190050.862500', '190051.322500', '190051.782500', '190052.242500', '190052.702500', '190053.162500', '190053.622500', '190054.082500', '190054.542500', '190055.002500', '190055.462500', '190055.922500', '190056.382500', '190056.842500', '190057.302500', '190057.762500', '190058.222500', '190058.682500', '190059.142500', '190059.602500', '190100.062500', '190100.522500', '190100.982500', '190101.442500', '190101.902500', '190102.362500', '190102.822500', '190103.282500', '190103.742500', '190104.202500', '190104.662500', '190105.122500', '190105.582500', '190106.042500', '190106.502500', '190106.962500', '190107.422500', '190107.882500', '190108.342500', '190108.802500', '190109.262500', '190109.722500', '190110.182500', '190110.642500', '190111.102500', '190111.562500', '190112.022500', '190112.482500', '190112.942500', '190113.402500', '190113.862500', '190114.322500', '190114.782500', '190115.242500', '190115.702500', '190116.162500', '190116.622500', '190117.082500', '190117.542500', '190118.002500', '190118.462500', '190118.922500', '190119.382500', '190119.842500', '190120.302500', '190120.762500', '190121.222500', '190121.682500', '190122.142500', '190122.602500', '190123.062500', '190123.522500', '190123.982500', '190124.442500', '190124.902500', '190125.362500', '190125.822500', '190126.282500', '190126.742500', '190127.202500', '190127.662500', '190128.122500', '190128.582500', '190129.042500', '190129.502500', '190129.962500', '190130.422500', '190130.882500', '190131.342500', '190131.802500', '190132.262500', '190132.722500', '190133.182500', '190133.642500', '190134.102500', '190134.562500', '190135.022500', '190135.482500', '190135.942500', '190136.402500', '190136.862500', '190137.322500', '190137.782500', '190138.242500', '190138.702500', '190139.162500', '190139.622500', '190140.082500', '190140.542500', '190141.002500', '190141.462500', '190141.922500', '190142.382500', '190142.842500', '190143.302500', '190143.762500', '190144.222500', '190144.682500', '190145.142500', '190145.602500', '190146.062500', '190146.522500', '190146.982500', '190147.442500', '190147.902500', '190148.362500', '190148.822500', '190149.282500', '190149.742500', '190150.202500', '190150.662500', '190151.122500', '190151.582500', '190152.042500', '190152.502500', '190152.962500', '190153.422500', '190153.882500', '190154.342500', '190154.802500', '190155.262500', '190155.722500', '190156.182500', '190156.642500', '190157.102500', '190157.562500', '190158.022500', '190158.482500', '190158.942500', '190159.402500', '190159.862500', '190200.322500', '190200.782500', '190201.242500', '190201.702500', '190202.162500', '190202.622500', '190203.082500', '190203.542500', '190204.002500', '190204.462500', '190204.922500', '190205.382500', '190205.842500', '190206.302500', '190206.762500', '190207.222500', '190207.682500', '190208.142500', '190208.602500', '190209.062500', '190209.522500', '190209.982500', '190210.442500', '190210.902500', '190211.362500', '190211.822500', '190212.282500', '190212.742500', '190213.202500', '190213.662500', '190214.122500', '190214.582500', '190215.042500', '190215.502500', '190215.962500', '190216.422500', '190216.882500', '190217.342500', '190217.802500', '190218.262500', '190218.722500', '190219.182500', '190219.642500', '190220.102500', '190220.562500', '190221.022500', '190221.482500', '190221.942500', '190222.402500', '190222.862500', '190223.322500', '190223.782500', '190224.242500', '190224.702500', '190225.162500', '190225.622500', '190226.082500', '190226.542500', '190227.002500', '190227.462500', '190227.922500', '190228.382500', '190228.842500', '190229.302500', '190229.762500', '190230.222500', '190230.682500', '190231.142500', '190231.602500', '190232.062500', '190232.522500', '190232.982500', '190233.442500', '190233.902500', '190234.362500', '190234.822500', '190235.282500', '190235.742500', '190236.202500', '190236.662500', '190237.122500', '190237.582500', '190238.042500', '190238.502500', '190238.962500', '190239.422500', '190239.882500', '190240.342500', '190240.802500', '190241.262500', '190241.722500', '190242.182500', '190242.642500', '190243.102500', '190243.562500', '190244.022500', '190244.482500', '190244.942500', '190245.402500', '190245.862500', '190246.322500', '190246.782500', '190247.242500', '190247.702500', '190248.162500', '190248.622500', '190249.082500', '190249.542500', '190250.002500', '190250.462500', '190250.922500', '190251.382500', '190251.842500', '190252.302500', '190252.762500', '190253.222500', '190253.682500', '190254.142500', '190254.602500', '190255.062500', '190255.522500', '190255.982500', '190256.442500', '190256.902500', '190257.362500', '190257.822500', '190258.282500', '190258.742500', '190259.202500', '190259.662500', '190300.122500', '190300.582500', '190301.042500', '190301.502500', '190301.962500', '190302.422500', '190302.882500', '190303.342500', '190303.802500', '190304.262500', '190304.722500', '190305.182500', '190305.642500', '190306.102500', '190306.562500', '190307.022500', '190307.482500', '190307.942500', '190308.402500', '190308.862500', '190309.322500', '190309.782500', '190310.242500', '190310.702500', '190311.162500', '190311.622500', '190312.082500', '190312.542500', '190313.002500', '190313.462500', '190313.922500', '190314.382500', '190314.842500', '190315.302500', '190315.762500', '190316.222500', '190316.682500', '190317.142500', '190317.602500', '190318.062500', '190318.522500', '190318.982500', '190319.442500', '190319.902500', '190320.362500', '190320.822500', '190321.282500', '190321.742500', '190322.202500', '190322.662500', '190323.122500', '190323.582500', '190324.042500', '190324.502500', '190324.962500', '190325.422500', '190325.882500', '190326.342500', '190326.802500', '190327.262500', '190327.722500'], 'ContentTime': ['185352.802000', '185352.820000', '185352.823000', '185352.825000', '185352.828000', '185352.830000', '185352.833000', '185352.835000', '185352.838000', '185352.840000', '185352.843000', '185352.845000', '185352.848000', '185352.850000', '185352.853000', '185352.856000', '185352.858000', '185352.861000', '185352.863000', '185352.866000', '185352.868000', '185352.871000', '185352.873000', '185352.876000', '185352.878000', '185352.881000', '185352.883000', '185352.912000', '185352.915000', '185352.917000', '185352.920000', '185352.923000', '185352.925000', '185352.928000', '185352.930000', '185352.933000', '185352.935000', '185352.938000', '185352.941000', '185352.943000', '185352.946000', '185352.948000', '185352.951000', '185412.768000', '185412.771000', '185412.774000', '185412.776000', '185412.779000', '185412.781000', '185412.784000', '185412.786000', '185412.789000', '185412.792000', '185412.794000', '185412.797000', '185412.800000', '185412.802000', '185412.805000', '185412.807000', '185412.810000', '185412.812000', '185412.815000', '185412.818000', '185412.820000', '185412.823000', '185412.825000', '185412.828000', '185412.830000', '185412.833000', '185412.835000', '185412.838000', '185412.841000', '185412.843000', '185412.846000', '185412.848000', '185412.851000', '185412.853000', '185412.858000', '185412.861000', '185412.863000', '185412.866000', '185412.868000', '185412.871000', '185412.873000', '185412.876000', '185412.879000', '185412.881000', '185432.768000', '185432.771000', '185432.774000', '185432.777000', '185432.779000', '185432.782000', '185432.784000', '185432.787000', '185432.789000', '185432.792000', '185432.794000', '185432.797000', '185432.877000', '185432.880000', '185432.882000', '185432.885000', '185432.887000', '185432.890000', '185432.892000', '185432.895000', '185432.901000', '185432.903000', '185432.906000', '185432.909000', '185432.911000', '185432.914000', '185432.916000', '185432.919000', '185432.922000', '185432.924000', '185432.927000', '185432.929000', '185432.932000', '185432.934000', '185432.937000', '185432.940000', '185432.942000', '185432.945000', '185432.947000', '185432.950000', '185432.952000', '185432.955000', '185432.958000', '185432.960000', '185452.768000', '185452.770000', '185452.773000', '185452.776000', '185452.778000', '185452.781000', '185452.783000', '185452.786000', '185452.788000', '185452.791000', '185452.794000', '185452.796000', '185452.799000', '185452.830000', '185452.832000', '185452.845000', '185452.847000', '185452.850000', '185452.852000', '185452.855000', '185452.857000', '185452.860000', '185452.863000', '185452.865000', '185452.868000', '185452.870000', '185452.873000', '185452.875000', '185452.878000', '185452.881000', '185452.883000', '185452.886000', '185452.888000', '185452.891000', '185452.893000', '185452.896000', '185452.899000', '185452.901000', '185452.904000', '185452.913000', '185452.916000', '185452.918000', '185452.921000', '185512.768000', '185512.770000', '185512.773000', '185512.776000', '185512.778000', '185512.781000', '185512.783000', '185512.786000', '185512.788000', '185512.791000', '185512.794000', '185512.796000', '185512.799000', '185512.821000', '185512.824000', '185512.826000', '185512.829000', '185512.831000', '185512.834000', '185512.836000', '185512.839000', '185512.842000', '185512.844000', '185512.847000', '185512.849000', '185512.852000', '185512.854000', '185512.857000', '185512.859000', '185512.862000', '185512.865000', '185512.867000', '185512.870000', '185512.872000', '185512.875000', '185512.877000', '185512.880000', '185512.883000', '185512.885000', '185512.888000', '185512.890000', '185512.893000', '185512.895000', '185512.898000', '185532.767000', '185532.770000', '185532.773000', '185532.775000', '185532.778000', '185532.781000', '185532.783000', '185532.786000', '185532.788000', '185532.791000', '185532.794000', '185532.796000', '185532.799000', '185532.801000', '185532.804000', '185532.806000', '185532.809000', '185532.811000', '185532.814000', '185532.817000', '185532.819000', '185532.822000', '185532.834000', '185532.836000', '185532.839000', '185532.841000', '185532.844000', '185532.847000', '185532.849000', '185532.852000', '185532.854000', '185532.857000', '185532.859000', '185532.862000', '185532.864000', '185532.867000', '185532.870000', '185532.872000', '185532.875000', '185532.877000', '185532.880000', '185532.883000', '185532.885000', '185552.768000', '185552.770000', '185552.773000', '185552.776000', '185552.778000', '185552.781000', '185552.783000', '185552.786000', '185552.788000', '185552.791000', '185552.794000', '185552.796000', '185552.799000', '185552.836000', '185552.839000', '185552.841000', '185552.844000', '185552.846000', '185552.849000', '185552.851000', '185552.854000', '185552.857000', '185552.859000', '185552.862000', '185552.864000', '185552.867000', '185552.870000', '185552.872000', '185552.875000', '185552.877000', '185552.880000', '185552.883000', '185552.885000', '185552.888000', '185552.890000', '185552.893000', '185552.896000', '185552.898000', '185552.901000', '185552.903000', '185552.906000', '185552.908000', '185552.911000', '185552.914000', '185612.767000', '185612.770000', '185612.773000', '185612.775000', '185612.778000', '185612.780000', '185612.783000', '185612.790000', '185612.793000', '185612.796000', '185612.798000', '185612.987000', '185612.989000', '185612.992000', '185612.994000', '185612.997000', '185613.001000', '185613.003000', '185613.006000', '185613.008000', '185613.011000', '185613.014000', '185613.016000', '185613.019000', '185613.021000', '185613.024000', '185613.026000', '185613.029000', '185613.031000', '185613.034000', '185613.037000', '185613.039000', '185613.042000', '185613.044000', '185613.047000', '185613.049000', '185613.052000', '185613.055000', '185613.057000', '185613.060000', '185613.062000', '185613.065000', '185613.067000', '185632.768000', '185632.771000', '185632.774000', '185632.776000', '185632.779000', '185632.781000', '185632.784000', '185632.787000', '185632.789000', '185632.792000', '185632.795000', '185632.797000', '185632.838000', '185632.841000', '185632.844000', '185632.846000', '185632.849000', '185632.851000', '185632.854000', '185632.856000', '185632.859000', '185632.862000', '185632.864000', '185632.867000', '185632.869000', '185632.872000', '185632.874000', '185632.877000', '185632.880000', '185632.882000', '185632.885000', '185632.887000', '185632.890000', '185632.892000', '185632.895000', '185632.898000', '185632.900000', '185632.903000', '185632.906000', '185632.908000', '185632.911000', '185632.913000', '185632.916000', '185632.918000', '185652.769000', '185652.771000', '185652.774000', '185652.777000', '185652.779000', '185652.782000', '185652.785000', '185652.787000', '185652.790000', '185652.792000', '185652.795000', '185652.797000', '185652.824000', '185652.827000', '185652.830000', '185652.832000', '185652.835000', '185652.837000', '185652.840000', '185652.842000', '185652.845000', '185652.848000', '185652.850000', '185652.853000', '185652.855000', '185652.858000', '185652.860000', '185652.863000', '185652.866000', '185652.868000', '185652.871000', '185652.873000', '185652.876000', '185652.879000', '185652.881000', '185652.884000', '185652.886000', '185652.889000', '185652.891000', '185652.894000', '185652.897000', '185652.899000', '185652.902000', '185712.768000', '185712.770000', '185712.773000', '185712.776000', '185712.791000', '185712.794000', '185712.797000', '185712.800000', '185712.802000', '185712.805000', '185712.807000', '185712.810000', '185712.813000', '185712.815000', '185712.818000', '185712.820000', '185712.823000', '185712.826000', '185712.828000', '185712.831000', '185712.833000', '185712.836000', '185712.839000', '185712.841000', '185712.844000', '185712.846000', '185712.849000', '185712.852000', '185712.854000', '185712.857000', '185712.860000', '185712.862000', '185712.865000', '185712.867000', '185712.870000', '185712.873000', '185712.875000', '185712.878000', '185712.880000', '185712.883000', '185712.885000', '185712.888000', '185712.890000', '185712.893000', '185732.768000', '185732.770000', '185732.773000', '185732.776000', '185732.778000', '185732.781000', '185732.783000', '185732.786000', '185732.788000', '185732.791000', '185732.794000', '185732.796000', '185732.799000', '185732.843000', '185732.845000', '185732.848000', '185732.851000', '185732.853000', '185732.856000', '185732.858000', '185732.861000', '185732.863000', '185732.866000', '185732.868000', '185732.871000', '185732.874000', '185732.876000', '185732.879000', '185732.881000', '185732.884000', '185732.886000', '185732.889000', '185732.892000', '185732.894000', '185732.897000', '185732.899000', '185732.902000', '185732.905000', '185732.907000', '185732.910000', '185732.912000', '185732.915000', '185732.917000', '185752.768000', '185752.771000', '185752.774000', '185752.776000', '185752.779000', '185752.782000', '185752.784000', '185752.788000', '185752.791000', '185752.793000', '185752.796000', '185752.799000', '185752.870000', '185752.873000', '185752.875000', '185752.878000', '185752.881000', '185752.883000', '185752.886000', '185752.888000', '185752.891000', '185752.893000', '185752.896000', '185752.899000', '185752.901000', '185752.904000', '185752.906000', '185752.909000', '185752.911000', '185752.914000', '185752.917000', '185752.919000', '185752.922000', '185752.924000', '185752.927000', '185752.930000', '185752.932000', '185752.935000', '185752.937000', '185752.940000', '185752.942000', '185752.945000', '185752.948000', '185812.767000', '185812.770000', '185812.773000', '185812.776000', '185812.778000', '185812.781000', '185812.783000', '185812.786000', '185812.788000', '185812.791000', '185812.794000', '185812.796000', '185812.799000', '185812.852000', '185812.855000', '185812.857000', '185812.860000', '185812.862000', '185812.865000', '185812.868000', '185812.870000', '185812.873000', '185812.875000', '185812.878000', '185812.880000', '185812.883000', '185812.886000', '185812.888000', '185812.891000', '185812.893000', '185812.896000', '185812.899000', '185812.901000', '185812.904000', '185812.906000', '185812.909000', '185812.912000', '185812.914000', '185812.917000', '185812.919000', '185812.922000', '185812.924000', '185812.927000', '185812.930000', '185832.767000', '185832.770000', '185832.773000', '185832.775000', '185832.778000', '185832.781000', '185832.783000', '185832.786000', '185832.788000', '185832.791000', '185832.794000', '185832.796000', '185832.799000', '185832.863000', '185832.866000', '185832.868000', '185832.871000', '185832.873000', '185832.876000', '185832.878000', '185832.881000', '185832.884000', '185832.886000', '185832.889000', '185832.891000', '185832.894000', '185832.896000', '185832.899000', '185832.902000', '185832.921000', '185832.924000', '185832.926000', '185832.929000', '185832.932000', '185832.934000', '185832.937000', '185832.939000', '185832.942000', '185832.944000', '185832.947000', '185832.949000', '185832.952000', '185832.955000', '185832.957000', '185852.769000', '185852.772000', '185852.774000', '185852.777000', '185852.780000', '185852.782000', '185852.785000', '185852.787000', '185852.790000', '185852.792000', '185852.795000', '185852.798000', '185852.844000', '185852.847000', '185852.849000', '185852.852000', '185852.855000', '185852.857000', '185852.860000', '185852.862000', '185852.865000', '185852.867000', '185852.870000', '185852.872000', '185852.875000', '185852.877000', '185852.880000', '185852.883000', '185852.885000', '185852.888000', '185852.890000', '185852.893000', '185852.896000', '185852.898000', '185852.901000', '185852.903000', '185852.906000', '185852.908000', '185852.911000', '185852.913000', '185852.916000', '185852.918000', '185852.921000', '185912.769000', '185912.771000', '185912.774000', '185912.777000', '185912.779000', '185912.782000', '185912.784000', '185912.787000', '185912.790000', '185912.792000', '185912.795000', '185912.797000', '185912.866000', '185912.868000', '185912.871000', '185912.873000', '185912.876000', '185912.879000', '185912.881000', '185912.884000', '185912.886000', '185912.889000', '185912.891000', '185912.894000', '185912.897000', '185912.899000', '185912.902000', '185912.904000', '185912.907000', '185912.910000', '185912.912000', '185912.915000', '185912.917000', '185912.920000', '185912.923000', '185912.925000', '185912.928000', '185912.930000', '185912.933000', '185912.935000', '185912.938000', '185912.941000', '185912.943000', '185932.767000', '185932.770000', '185932.773000', '185932.776000', '185932.778000', '185932.781000', '185932.783000', '185932.786000', '185932.789000', '185932.791000', '185932.794000', '185932.796000', '185932.799000', '185932.856000', '185932.858000', '185932.861000', '185932.864000', '185932.866000', '185932.869000', '185932.871000', '185932.874000', '185932.876000', '185932.879000', '185932.882000', '185932.884000', '185932.887000', '185932.889000', '185932.892000', '185932.894000', '185932.897000', '185932.900000', '185932.902000', '185932.905000', '185932.909000', '185932.911000', '185932.914000', '185932.916000', '185932.919000', '185932.922000', '185932.924000', '185932.927000', '185932.929000', '185932.932000', '185932.935000', '185952.768000', '185952.770000', '185952.773000', '185952.776000', '185952.778000', '185952.781000', '185952.783000', '185952.786000', '185952.788000', '185952.791000', '185952.794000', '185952.796000', '185952.799000', '185952.859000', '185952.861000', '185952.864000', '185952.866000', '185952.869000', '185952.872000', '185952.874000', '185952.877000', '185952.879000', '185952.882000', '185952.884000', '185952.887000', '185952.890000', '185952.892000', '185952.895000', '185952.898000', '185952.900000', '185952.903000', '185952.905000', '185952.908000', '185952.910000', '185952.913000', '185952.915000', '185952.918000', '185952.921000', '185952.924000', '185952.936000', '185952.938000', '185952.941000', '185952.944000', '190012.768000', '190012.770000', '190012.773000', '190012.776000', '190012.778000', '190012.781000', '190012.783000', '190012.786000', '190012.788000', '190012.791000', '190012.794000', '190012.796000', '190012.799000', '190012.860000', '190012.862000', '190012.865000', '190012.867000', '190012.870000', '190012.872000', '190012.875000', '190012.878000', '190012.880000', '190012.883000', '190012.885000', '190012.888000', '190012.890000', '190012.893000', '190012.896000', '190012.898000', '190012.901000', '190012.904000', '190012.906000', '190012.909000', '190012.911000', '190012.914000', '190012.916000', '190012.919000', '190012.921000', '190012.924000', '190012.926000', '190012.929000', '190012.932000', '190012.934000', '190012.937000', '190032.767000', '190032.770000', '190032.773000', '190032.776000', '190032.778000', '190032.781000', '190032.783000', '190032.786000', '190032.789000', '190032.791000', '190032.794000', '190032.796000', '190032.799000', '190032.852000', '190032.855000', '190032.857000', '190032.860000', '190032.863000', '190032.865000', '190032.869000', '190032.871000', '190032.874000', '190032.877000', '190032.879000', '190032.882000', '190032.884000', '190032.887000', '190032.890000', '190032.892000', '190032.895000', '190032.897000', '190032.900000', '190032.903000', '190032.905000', '190032.908000', '190032.910000', '190032.913000', '190032.915000', '190032.918000', '190032.921000', '190032.923000', '190032.926000', '190032.928000', '190052.768000', '190052.770000', '190052.773000', '190052.776000', '190052.778000', '190052.781000', '190052.784000', '190052.786000', '190052.789000', '190052.791000', '190052.794000', '190052.797000', '190052.799000', '190052.840000', '190052.843000', '190052.845000', '190052.848000', '190052.851000', '190052.853000', '190052.856000', '190052.858000', '190052.861000', '190052.863000', '190052.866000', '190052.868000', '190052.871000', '190052.874000', '190052.876000', '190052.879000', '190052.881000', '190052.884000', '190052.887000', '190052.889000', '190052.892000', '190052.894000', '190052.897000', '190052.899000', '190052.902000', '190052.905000', '190052.907000', '190052.910000', '190052.912000', '190052.915000', '190052.917000', '190112.769000', '190112.771000', '190112.774000', '190112.777000', '190112.779000', '190112.782000', '190112.784000', '190112.787000', '190112.790000', '190112.792000', '190112.795000', '190112.797000', '190112.861000', '190112.864000', '190112.866000', '190112.869000', '190112.871000', '190112.874000', '190112.876000', '190112.879000', '190112.881000', '190112.884000', '190112.887000', '190112.889000', '190112.892000', '190112.895000', '190112.897000', '190112.900000', '190112.902000', '190112.905000', '190112.907000', '190112.910000', '190112.913000', '190112.915000', '190112.918000', '190112.920000', '190112.923000', '190112.926000', '190112.928000', '190112.931000', '190112.933000', '190112.936000', '190112.938000', '190132.768000', '190132.771000', '190132.774000', '190132.777000', '190132.779000', '190132.782000', '190132.784000', '190132.787000', '190132.790000', '190132.793000', '190132.795000', '190132.798000', '190132.881000', '190132.883000', '190132.886000', '190132.888000', '190132.891000', '190132.894000', '190132.896000', '190132.899000', '190132.901000', '190132.904000', '190132.906000', '190132.909000', '190132.912000', '190132.914000', '190132.917000', '190132.919000', '190132.922000', '190132.925000', '190132.927000', '190132.930000', '190132.932000', '190132.935000', '190132.938000', '190132.940000', '190132.943000', '190132.946000', '190132.948000', '190132.951000', '190132.953000', '190132.956000', '190132.959000', '190132.961000', '190152.767000', '190152.770000', '190152.773000', '190152.776000', '190152.778000', '190152.781000', '190152.783000', '190152.786000', '190152.789000', '190152.791000', '190152.794000', '190152.796000', '190152.799000', '190152.802000', '190152.804000', '190152.807000', '190152.809000', '190152.812000', '190152.814000', '190152.817000', '190152.820000', '190152.822000', '190152.825000', '190152.827000', '190152.830000', '190152.832000', '190152.835000', '190152.838000', '190152.840000', '190152.843000', '190152.845000', '190152.848000', '190152.850000', '190152.853000', '190152.856000', '190152.858000', '190152.861000', '190152.863000', '190152.866000', '190152.868000', '190152.871000', '190152.874000', '190152.876000', '190212.768000', '190212.771000', '190212.773000', '190212.776000', '190212.778000', '190212.781000', '190212.784000', '190212.786000', '190212.789000', '190212.792000', '190212.794000', '190212.797000', '190212.800000', '190212.802000', '190212.805000', '190212.807000', '190212.810000', '190212.813000', '190212.815000', '190212.818000', '190212.820000', '190212.823000', '190212.825000', '190212.828000', '190212.831000', '190212.833000', '190212.836000', '190212.838000', '190212.841000', '190212.843000', '190212.846000', '190212.849000', '190212.851000', '190212.854000', '190212.856000', '190212.859000', '190212.861000', '190212.864000', '190212.867000', '190212.869000', '190212.872000', '190212.874000', '190212.877000', '190212.880000', '190232.768000', '190232.770000', '190232.773000', '190232.776000', '190232.778000', '190232.781000', '190232.784000', '190232.786000', '190232.789000', '190232.791000', '190232.794000', '190232.797000', '190232.799000', '190232.802000', '190232.805000', '190232.807000', '190232.810000', '190232.812000', '190232.815000', '190232.818000', '190232.820000', '190232.823000', '190232.825000', '190232.828000', '190232.831000', '190232.833000', '190232.836000', '190232.838000', '190232.841000', '190232.843000', '190232.846000', '190232.849000', '190232.863000', '190232.865000', '190232.868000', '190232.871000', '190232.873000', '190232.876000', '190232.878000', '190232.881000', '190232.884000', '190232.886000', '190232.889000', '190252.768000', '190252.770000', '190252.773000', '190252.776000', '190252.778000', '190252.781000', '190252.784000', '190252.786000', '190252.789000', '190252.791000', '190252.794000', '190252.797000', '190252.859000', '190252.862000', '190252.864000', '190252.867000', '190252.869000', '190252.872000', '190252.875000', '190252.877000', '190252.880000', '190252.882000', '190252.885000', '190252.888000', '190252.890000', '190252.893000', '190252.895000', '190252.898000', '190252.901000', '190252.903000', '190252.906000', '190252.908000', '190252.911000', '190252.914000', '190252.916000', '190252.919000', '190252.921000', '190252.924000', '190252.927000', '190252.929000', '190252.932000', '190252.934000', '190252.937000', '190252.939000', '190312.768000', '190312.770000', '190312.773000', '190312.776000', '190312.778000', '190312.781000', '190312.784000', '190312.786000', '190312.789000', '190312.791000', '190312.794000', '190312.797000', '190312.799000', '190312.880000', '190312.883000', '190312.885000', '190312.888000', '190312.891000', '190312.893000', '190312.896000', '190312.898000', '190312.901000', '190312.904000', '190312.906000', '190312.909000', '190312.912000', '190312.914000', '190312.917000', '190312.920000', '190312.922000', '190312.925000', '190312.928000', '190312.930000', '190312.933000', '190312.935000', '190312.938000', '190312.941000', '190312.943000', '190312.947000', '190312.950000', '190312.953000', '190312.955000', '190312.958000', '190329.476000', '190329.480000', '190329.483000', '190329.485000', '190329.488000', '190329.491000', '190329.494000', '190329.496000', '190329.499000', '190329.502000', '190329.505000', '190329.508000', '190329.511000', '190329.513000', '190329.516000', '190329.519000', '190329.522000', '190329.526000', '190329.529000', '190329.531000', '190329.534000', '190329.537000', '190329.539000', '190329.542000', '190329.545000', '190329.548000', '190329.551000', '190329.554000', '190329.556000', '190329.559000', '190329.562000', '190329.565000', '190329.567000', '190329.571000', '190329.573000', '190329.576000', '190329.579000'], 'InstanceCreationTime': ['185352.802000', '185352.820000', '185352.823000', '185352.825000', '185352.828000', '185352.830000', '185352.833000', '185352.835000', '185352.838000', '185352.840000', '185352.843000', '185352.845000', '185352.848000', '185352.850000', '185352.853000', '185352.856000', '185352.858000', '185352.861000', '185352.863000', '185352.866000', '185352.868000', '185352.871000', '185352.873000', '185352.876000', '185352.878000', '185352.881000', '185352.883000', '185352.912000', '185352.915000', '185352.917000', '185352.920000', '185352.923000', '185352.925000', '185352.928000', '185352.930000', '185352.933000', '185352.935000', '185352.938000', '185352.941000', '185352.943000', '185352.946000', '185352.948000', '185352.951000', '185412.768000', '185412.771000', '185412.774000', '185412.776000', '185412.779000', '185412.781000', '185412.784000', '185412.786000', '185412.789000', '185412.792000', '185412.794000', '185412.797000', '185412.800000', '185412.802000', '185412.805000', '185412.807000', '185412.810000', '185412.812000', '185412.815000', '185412.818000', '185412.820000', '185412.823000', '185412.825000', '185412.828000', '185412.830000', '185412.833000', '185412.835000', '185412.838000', '185412.841000', '185412.843000', '185412.846000', '185412.848000', '185412.851000', '185412.853000', '185412.858000', '185412.861000', '185412.863000', '185412.866000', '185412.868000', '185412.871000', '185412.873000', '185412.876000', '185412.879000', '185412.881000', '185432.768000', '185432.771000', '185432.774000', '185432.777000', '185432.779000', '185432.782000', '185432.784000', '185432.787000', '185432.789000', '185432.792000', '185432.794000', '185432.797000', '185432.877000', '185432.880000', '185432.882000', '185432.885000', '185432.887000', '185432.890000', '185432.892000', '185432.895000', '185432.901000', '185432.903000', '185432.906000', '185432.909000', '185432.911000', '185432.914000', '185432.916000', '185432.919000', '185432.922000', '185432.924000', '185432.927000', '185432.929000', '185432.932000', '185432.934000', '185432.937000', '185432.940000', '185432.942000', '185432.945000', '185432.947000', '185432.950000', '185432.952000', '185432.955000', '185432.958000', '185432.960000', '185452.768000', '185452.770000', '185452.773000', '185452.776000', '185452.778000', '185452.781000', '185452.783000', '185452.786000', '185452.788000', '185452.791000', '185452.794000', '185452.796000', '185452.799000', '185452.830000', '185452.832000', '185452.845000', '185452.847000', '185452.850000', '185452.852000', '185452.855000', '185452.857000', '185452.860000', '185452.863000', '185452.865000', '185452.868000', '185452.870000', '185452.873000', '185452.875000', '185452.878000', '185452.881000', '185452.883000', '185452.886000', '185452.888000', '185452.891000', '185452.893000', '185452.896000', '185452.899000', '185452.901000', '185452.904000', '185452.913000', '185452.916000', '185452.918000', '185452.921000', '185512.768000', '185512.770000', '185512.773000', '185512.776000', '185512.778000', '185512.781000', '185512.783000', '185512.786000', '185512.788000', '185512.791000', '185512.794000', '185512.796000', '185512.799000', '185512.821000', '185512.824000', '185512.826000', '185512.829000', '185512.831000', '185512.834000', '185512.836000', '185512.839000', '185512.842000', '185512.844000', '185512.847000', '185512.849000', '185512.852000', '185512.854000', '185512.857000', '185512.859000', '185512.862000', '185512.865000', '185512.867000', '185512.870000', '185512.872000', '185512.875000', '185512.877000', '185512.880000', '185512.883000', '185512.885000', '185512.888000', '185512.890000', '185512.893000', '185512.895000', '185512.898000', '185532.767000', '185532.770000', '185532.773000', '185532.775000', '185532.778000', '185532.781000', '185532.783000', '185532.786000', '185532.788000', '185532.791000', '185532.794000', '185532.796000', '185532.799000', '185532.801000', '185532.804000', '185532.806000', '185532.809000', '185532.811000', '185532.814000', '185532.817000', '185532.819000', '185532.822000', '185532.834000', '185532.836000', '185532.839000', '185532.841000', '185532.844000', '185532.847000', '185532.849000', '185532.852000', '185532.854000', '185532.857000', '185532.859000', '185532.862000', '185532.864000', '185532.867000', '185532.870000', '185532.872000', '185532.875000', '185532.877000', '185532.880000', '185532.883000', '185532.885000', '185552.768000', '185552.770000', '185552.773000', '185552.776000', '185552.778000', '185552.781000', '185552.783000', '185552.786000', '185552.788000', '185552.791000', '185552.794000', '185552.796000', '185552.799000', '185552.836000', '185552.839000', '185552.841000', '185552.844000', '185552.846000', '185552.849000', '185552.851000', '185552.854000', '185552.857000', '185552.859000', '185552.862000', '185552.864000', '185552.867000', '185552.870000', '185552.872000', '185552.875000', '185552.877000', '185552.880000', '185552.883000', '185552.885000', '185552.888000', '185552.890000', '185552.893000', '185552.896000', '185552.898000', '185552.901000', '185552.903000', '185552.906000', '185552.908000', '185552.911000', '185552.914000', '185612.767000', '185612.770000', '185612.773000', '185612.775000', '185612.778000', '185612.780000', '185612.783000', '185612.790000', '185612.793000', '185612.796000', '185612.798000', '185612.987000', '185612.989000', '185612.992000', '185612.994000', '185612.997000', '185613.001000', '185613.003000', '185613.006000', '185613.008000', '185613.011000', '185613.014000', '185613.016000', '185613.019000', '185613.021000', '185613.024000', '185613.026000', '185613.029000', '185613.031000', '185613.034000', '185613.037000', '185613.039000', '185613.042000', '185613.044000', '185613.047000', '185613.049000', '185613.052000', '185613.055000', '185613.057000', '185613.060000', '185613.062000', '185613.065000', '185613.067000', '185632.768000', '185632.771000', '185632.774000', '185632.776000', '185632.779000', '185632.781000', '185632.784000', '185632.787000', '185632.789000', '185632.792000', '185632.795000', '185632.797000', '185632.838000', '185632.841000', '185632.844000', '185632.846000', '185632.849000', '185632.851000', '185632.854000', '185632.856000', '185632.859000', '185632.862000', '185632.864000', '185632.867000', '185632.869000', '185632.872000', '185632.874000', '185632.877000', '185632.880000', '185632.882000', '185632.885000', '185632.887000', '185632.890000', '185632.892000', '185632.895000', '185632.898000', '185632.900000', '185632.903000', '185632.906000', '185632.908000', '185632.911000', '185632.913000', '185632.916000', '185632.918000', '185652.769000', '185652.771000', '185652.774000', '185652.777000', '185652.779000', '185652.782000', '185652.785000', '185652.787000', '185652.790000', '185652.792000', '185652.795000', '185652.797000', '185652.824000', '185652.827000', '185652.830000', '185652.832000', '185652.835000', '185652.837000', '185652.840000', '185652.842000', '185652.845000', '185652.848000', '185652.850000', '185652.853000', '185652.855000', '185652.858000', '185652.860000', '185652.863000', '185652.866000', '185652.868000', '185652.871000', '185652.873000', '185652.876000', '185652.879000', '185652.881000', '185652.884000', '185652.886000', '185652.889000', '185652.891000', '185652.894000', '185652.897000', '185652.899000', '185652.902000', '185712.768000', '185712.770000', '185712.773000', '185712.776000', '185712.791000', '185712.794000', '185712.797000', '185712.800000', '185712.802000', '185712.805000', '185712.807000', '185712.810000', '185712.813000', '185712.815000', '185712.818000', '185712.820000', '185712.823000', '185712.826000', '185712.828000', '185712.831000', '185712.833000', '185712.836000', '185712.839000', '185712.841000', '185712.844000', '185712.846000', '185712.849000', '185712.852000', '185712.854000', '185712.857000', '185712.860000', '185712.862000', '185712.865000', '185712.867000', '185712.870000', '185712.873000', '185712.875000', '185712.878000', '185712.880000', '185712.883000', '185712.885000', '185712.888000', '185712.890000', '185712.893000', '185732.768000', '185732.770000', '185732.773000', '185732.776000', '185732.778000', '185732.781000', '185732.783000', '185732.786000', '185732.788000', '185732.791000', '185732.794000', '185732.796000', '185732.799000', '185732.843000', '185732.845000', '185732.848000', '185732.851000', '185732.853000', '185732.856000', '185732.858000', '185732.861000', '185732.863000', '185732.866000', '185732.868000', '185732.871000', '185732.874000', '185732.876000', '185732.879000', '185732.881000', '185732.884000', '185732.886000', '185732.889000', '185732.892000', '185732.894000', '185732.897000', '185732.899000', '185732.902000', '185732.905000', '185732.907000', '185732.910000', '185732.912000', '185732.915000', '185732.917000', '185752.768000', '185752.771000', '185752.774000', '185752.776000', '185752.779000', '185752.782000', '185752.784000', '185752.788000', '185752.791000', '185752.793000', '185752.796000', '185752.799000', '185752.870000', '185752.873000', '185752.875000', '185752.878000', '185752.881000', '185752.883000', '185752.886000', '185752.888000', '185752.891000', '185752.893000', '185752.896000', '185752.899000', '185752.901000', '185752.904000', '185752.906000', '185752.909000', '185752.911000', '185752.914000', '185752.917000', '185752.919000', '185752.922000', '185752.924000', '185752.927000', '185752.930000', '185752.932000', '185752.935000', '185752.937000', '185752.940000', '185752.942000', '185752.945000', '185752.948000', '185812.767000', '185812.770000', '185812.773000', '185812.776000', '185812.778000', '185812.781000', '185812.783000', '185812.786000', '185812.788000', '185812.791000', '185812.794000', '185812.796000', '185812.799000', '185812.852000', '185812.855000', '185812.857000', '185812.860000', '185812.862000', '185812.865000', '185812.868000', '185812.870000', '185812.873000', '185812.875000', '185812.878000', '185812.880000', '185812.883000', '185812.886000', '185812.888000', '185812.891000', '185812.893000', '185812.896000', '185812.899000', '185812.901000', '185812.904000', '185812.906000', '185812.909000', '185812.912000', '185812.914000', '185812.917000', '185812.919000', '185812.922000', '185812.924000', '185812.927000', '185812.930000', '185832.767000', '185832.770000', '185832.773000', '185832.775000', '185832.778000', '185832.781000', '185832.783000', '185832.786000', '185832.788000', '185832.791000', '185832.794000', '185832.796000', '185832.799000', '185832.863000', '185832.866000', '185832.868000', '185832.871000', '185832.873000', '185832.876000', '185832.878000', '185832.881000', '185832.884000', '185832.886000', '185832.889000', '185832.891000', '185832.894000', '185832.896000', '185832.899000', '185832.902000', '185832.921000', '185832.924000', '185832.926000', '185832.929000', '185832.932000', '185832.934000', '185832.937000', '185832.939000', '185832.942000', '185832.944000', '185832.947000', '185832.949000', '185832.952000', '185832.955000', '185832.957000', '185852.769000', '185852.772000', '185852.774000', '185852.777000', '185852.780000', '185852.782000', '185852.785000', '185852.787000', '185852.790000', '185852.792000', '185852.795000', '185852.798000', '185852.844000', '185852.847000', '185852.849000', '185852.852000', '185852.855000', '185852.857000', '185852.860000', '185852.862000', '185852.865000', '185852.867000', '185852.870000', '185852.872000', '185852.875000', '185852.877000', '185852.880000', '185852.883000', '185852.885000', '185852.888000', '185852.890000', '185852.893000', '185852.896000', '185852.898000', '185852.901000', '185852.903000', '185852.906000', '185852.908000', '185852.911000', '185852.913000', '185852.916000', '185852.918000', '185852.921000', '185912.769000', '185912.771000', '185912.774000', '185912.777000', '185912.779000', '185912.782000', '185912.784000', '185912.787000', '185912.790000', '185912.792000', '185912.795000', '185912.797000', '185912.866000', '185912.868000', '185912.871000', '185912.873000', '185912.876000', '185912.879000', '185912.881000', '185912.884000', '185912.886000', '185912.889000', '185912.891000', '185912.894000', '185912.897000', '185912.899000', '185912.902000', '185912.904000', '185912.907000', '185912.910000', '185912.912000', '185912.915000', '185912.917000', '185912.920000', '185912.923000', '185912.925000', '185912.928000', '185912.930000', '185912.933000', '185912.935000', '185912.938000', '185912.941000', '185912.943000', '185932.767000', '185932.770000', '185932.773000', '185932.776000', '185932.778000', '185932.781000', '185932.783000', '185932.786000', '185932.789000', '185932.791000', '185932.794000', '185932.796000', '185932.799000', '185932.856000', '185932.858000', '185932.861000', '185932.864000', '185932.866000', '185932.869000', '185932.871000', '185932.874000', '185932.876000', '185932.879000', '185932.882000', '185932.884000', '185932.887000', '185932.889000', '185932.892000', '185932.894000', '185932.897000', '185932.900000', '185932.902000', '185932.905000', '185932.909000', '185932.911000', '185932.914000', '185932.916000', '185932.919000', '185932.922000', '185932.924000', '185932.927000', '185932.929000', '185932.932000', '185932.935000', '185952.768000', '185952.770000', '185952.773000', '185952.776000', '185952.778000', '185952.781000', '185952.783000', '185952.786000', '185952.788000', '185952.791000', '185952.794000', '185952.796000', '185952.799000', '185952.859000', '185952.861000', '185952.864000', '185952.866000', '185952.869000', '185952.872000', '185952.874000', '185952.877000', '185952.879000', '185952.882000', '185952.884000', '185952.887000', '185952.890000', '185952.892000', '185952.895000', '185952.898000', '185952.900000', '185952.903000', '185952.905000', '185952.908000', '185952.910000', '185952.913000', '185952.915000', '185952.918000', '185952.921000', '185952.924000', '185952.936000', '185952.938000', '185952.941000', '185952.944000', '190012.768000', '190012.770000', '190012.773000', '190012.776000', '190012.778000', '190012.781000', '190012.783000', '190012.786000', '190012.788000', '190012.791000', '190012.794000', '190012.796000', '190012.799000', '190012.860000', '190012.862000', '190012.865000', '190012.867000', '190012.870000', '190012.872000', '190012.875000', '190012.878000', '190012.880000', '190012.883000', '190012.885000', '190012.888000', '190012.890000', '190012.893000', '190012.896000', '190012.898000', '190012.901000', '190012.904000', '190012.906000', '190012.909000', '190012.911000', '190012.914000', '190012.916000', '190012.919000', '190012.921000', '190012.924000', '190012.926000', '190012.929000', '190012.932000', '190012.934000', '190012.937000', '190032.767000', '190032.770000', '190032.773000', '190032.776000', '190032.778000', '190032.781000', '190032.783000', '190032.786000', '190032.789000', '190032.791000', '190032.794000', '190032.796000', '190032.799000', '190032.852000', '190032.855000', '190032.857000', '190032.860000', '190032.863000', '190032.865000', '190032.869000', '190032.871000', '190032.874000', '190032.877000', '190032.879000', '190032.882000', '190032.884000', '190032.887000', '190032.890000', '190032.892000', '190032.895000', '190032.897000', '190032.900000', '190032.903000', '190032.905000', '190032.908000', '190032.910000', '190032.913000', '190032.915000', '190032.918000', '190032.921000', '190032.923000', '190032.926000', '190032.928000', '190052.768000', '190052.770000', '190052.773000', '190052.776000', '190052.778000', '190052.781000', '190052.784000', '190052.786000', '190052.789000', '190052.791000', '190052.794000', '190052.797000', '190052.799000', '190052.840000', '190052.843000', '190052.845000', '190052.848000', '190052.851000', '190052.853000', '190052.856000', '190052.858000', '190052.861000', '190052.863000', '190052.866000', '190052.868000', '190052.871000', '190052.874000', '190052.876000', '190052.879000', '190052.881000', '190052.884000', '190052.887000', '190052.889000', '190052.892000', '190052.894000', '190052.897000', '190052.899000', '190052.902000', '190052.905000', '190052.907000', '190052.910000', '190052.912000', '190052.915000', '190052.917000', '190112.769000', '190112.771000', '190112.774000', '190112.777000', '190112.779000', '190112.782000', '190112.784000', '190112.787000', '190112.790000', '190112.792000', '190112.795000', '190112.797000', '190112.861000', '190112.864000', '190112.866000', '190112.869000', '190112.871000', '190112.874000', '190112.876000', '190112.879000', '190112.881000', '190112.884000', '190112.887000', '190112.889000', '190112.892000', '190112.895000', '190112.897000', '190112.900000', '190112.902000', '190112.905000', '190112.907000', '190112.910000', '190112.913000', '190112.915000', '190112.918000', '190112.920000', '190112.923000', '190112.926000', '190112.928000', '190112.931000', '190112.933000', '190112.936000', '190112.938000', '190132.768000', '190132.771000', '190132.774000', '190132.777000', '190132.779000', '190132.782000', '190132.784000', '190132.787000', '190132.790000', '190132.793000', '190132.795000', '190132.798000', '190132.881000', '190132.883000', '190132.886000', '190132.888000', '190132.891000', '190132.894000', '190132.896000', '190132.899000', '190132.901000', '190132.904000', '190132.906000', '190132.909000', '190132.912000', '190132.914000', '190132.917000', '190132.919000', '190132.922000', '190132.925000', '190132.927000', '190132.930000', '190132.932000', '190132.935000', '190132.938000', '190132.940000', '190132.943000', '190132.946000', '190132.948000', '190132.951000', '190132.953000', '190132.956000', '190132.959000', '190132.961000', '190152.767000', '190152.770000', '190152.773000', '190152.776000', '190152.778000', '190152.781000', '190152.783000', '190152.786000', '190152.789000', '190152.791000', '190152.794000', '190152.796000', '190152.799000', '190152.802000', '190152.804000', '190152.807000', '190152.809000', '190152.812000', '190152.814000', '190152.817000', '190152.820000', '190152.822000', '190152.825000', '190152.827000', '190152.830000', '190152.832000', '190152.835000', '190152.838000', '190152.840000', '190152.843000', '190152.845000', '190152.848000', '190152.850000', '190152.853000', '190152.856000', '190152.858000', '190152.861000', '190152.863000', '190152.866000', '190152.868000', '190152.871000', '190152.874000', '190152.876000', '190212.768000', '190212.771000', '190212.773000', '190212.776000', '190212.778000', '190212.781000', '190212.784000', '190212.786000', '190212.789000', '190212.792000', '190212.794000', '190212.797000', '190212.800000', '190212.802000', '190212.805000', '190212.807000', '190212.810000', '190212.813000', '190212.815000', '190212.818000', '190212.820000', '190212.823000', '190212.825000', '190212.828000', '190212.831000', '190212.833000', '190212.836000', '190212.838000', '190212.841000', '190212.843000', '190212.846000', '190212.849000', '190212.851000', '190212.854000', '190212.856000', '190212.859000', '190212.861000', '190212.864000', '190212.867000', '190212.869000', '190212.872000', '190212.874000', '190212.877000', '190212.880000', '190232.768000', '190232.770000', '190232.773000', '190232.776000', '190232.778000', '190232.781000', '190232.784000', '190232.786000', '190232.789000', '190232.791000', '190232.794000', '190232.797000', '190232.799000', '190232.802000', '190232.805000', '190232.807000', '190232.810000', '190232.812000', '190232.815000', '190232.818000', '190232.820000', '190232.823000', '190232.825000', '190232.828000', '190232.831000', '190232.833000', '190232.836000', '190232.838000', '190232.841000', '190232.843000', '190232.846000', '190232.849000', '190232.863000', '190232.865000', '190232.868000', '190232.871000', '190232.873000', '190232.876000', '190232.878000', '190232.881000', '190232.884000', '190232.886000', '190232.889000', '190252.768000', '190252.770000', '190252.773000', '190252.776000', '190252.778000', '190252.781000', '190252.784000', '190252.786000', '190252.789000', '190252.791000', '190252.794000', '190252.797000', '190252.859000', '190252.862000', '190252.864000', '190252.867000', '190252.869000', '190252.872000', '190252.875000', '190252.877000', '190252.880000', '190252.882000', '190252.885000', '190252.888000', '190252.890000', '190252.893000', '190252.895000', '190252.898000', '190252.901000', '190252.903000', '190252.906000', '190252.908000', '190252.911000', '190252.914000', '190252.916000', '190252.919000', '190252.921000', '190252.924000', '190252.927000', '190252.929000', '190252.932000', '190252.934000', '190252.937000', '190252.939000', '190312.768000', '190312.770000', '190312.773000', '190312.776000', '190312.778000', '190312.781000', '190312.784000', '190312.786000', '190312.789000', '190312.791000', '190312.794000', '190312.797000', '190312.799000', '190312.880000', '190312.883000', '190312.885000', '190312.888000', '190312.891000', '190312.893000', '190312.896000', '190312.898000', '190312.901000', '190312.904000', '190312.906000', '190312.909000', '190312.912000', '190312.914000', '190312.917000', '190312.920000', '190312.922000', '190312.925000', '190312.928000', '190312.930000', '190312.933000', '190312.935000', '190312.938000', '190312.941000', '190312.943000', '190312.947000', '190312.950000', '190312.953000', '190312.955000', '190312.958000', '190329.476000', '190329.480000', '190329.483000', '190329.485000', '190329.488000', '190329.491000', '190329.494000', '190329.496000', '190329.499000', '190329.502000', '190329.505000', '190329.508000', '190329.511000', '190329.513000', '190329.516000', '190329.519000', '190329.522000', '190329.526000', '190329.529000', '190329.531000', '190329.534000', '190329.537000', '190329.539000', '190329.542000', '190329.545000', '190329.548000', '190329.551000', '190329.554000', '190329.556000', '190329.559000', '190329.562000', '190329.565000', '190329.567000', '190329.571000', '190329.573000', '190329.576000', '190329.579000'], '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], 'LargestImagePixelValue': [14949, 12034, 8023, 13644, 7507, 6766, 9708, 7406, 12494, 10001, 13176, 10863, 9455, 6395, 6738, 6770, 7778, 9944, 6847, 9601, 6900, 10016, 6939, 8941, 6576, 8182, 7023, 6518, 7835, 13164, 11250, 13447, 12003, 11917, 7768, 10673, 6872, 9295, 8488, 7783, 6858, 7495, 6886, 7403, 6387, 6490, 6564, 6808, 6627, 6962, 9216, 6811, 8689, 6629, 8402, 6657, 7952, 7025, 7170, 6448, 6625, 8051, 6802, 9329, 6587, 7393, 6495, 7255, 6706, 7188, 12040, 9168, 11670, 7239, 11691, 8637, 10861, 7690, 8199, 6394, 6815, 9026, 6880, 13701, 9375, 11961, 6835, 9252, 6484, 7244, 7115, 6718, 12075, 6753, 9138, 6572, 6794, 6405, 6720, 6296, 7023, 8680, 6741, 7803, 7122, 6978, 6926, 6678, 6808, 6915, 7584, 6554, 6519, 6554, 6421, 6667, 6540, 7447, 7061, 6719, 9656, 6592, 13432, 14732, 13428, 12388, 9869, 12055, 7944, 7604, 12518, 6596, 10697, 6695, 8122, 6649, 6762, 6600, 6597, 6560, 6674, 6984, 6719, 6733, 6515, 10551, 6980, 9494, 8152, 8533, 7432, 6749, 6962, 6616, 11872, 7028, 9208, 6679, 8721, 6789, 7083, 6934, 6856, 7339, 6502, 13457, 6667, 8818, 6401, 6558, 6774, 6450, 6407, 6664, 9120, 6721, 8077, 6914, 8193, 6394, 8104, 6936, 7690, 6902, 6970, 6542, 6493, 11456, 6666, 12157, 8980, 8354, 6664, 8186, 6666, 7793, 6327, 6322, 6647, 7013, 10885, 6631, 11253, 8344, 7954, 6431, 6918, 11510, 7397, 14244, 9532, 12862, 7975, 9902, 7190, 7283, 7427, 6629, 9619, 6766, 9249, 7055, 7304, 6676, 6647, 7639, 13923, 10576, 9095, 6785, 7067, 12155, 7757, 13458, 9731, 12483, 8219, 9698, 7755, 10308, 6877, 7738, 6964, 6989, 8602, 6966, 6518, 6784, 6678, 7033, 9345, 6866, 7448, 6863, 7466, 6449, 7045, 8628, 7197, 11944, 7955, 11093, 7222, 8391, 6806, 7069, 8907, 6720, 12702, 6805, 7322, 6463, 6775, 7279, 6798, 6277, 6864, 7300, 6819, 7107, 6894, 6415, 6854, 6944, 6686, 6612, 6775, 7137, 6587, 6808, 7846, 7078, 12556, 8397, 12414, 7667, 10543, 7841, 10203, 9218, 9727, 6721, 6916, 6312, 7136, 6666, 7461, 6788, 7522, 6818, 10367, 7680, 9603, 7817, 8728, 13982, 9865, 12712, 10563, 7968, 8428, 6736, 10130, 6996, 11753, 8620, 13707, 8974, 11286, 7032, 7170, 10122, 7061, 14549, 7951, 9053, 6889, 7494, 6910, 6870, 6352, 6586, 6425, 6944, 8068, 6585, 8603, 7839, 8105, 6501, 7051, 13290, 10012, 12139, 9628, 11827, 7827, 8280, 7228, 7159, 7613, 6680, 6490, 7024, 12321, 6711, 9595, 7522, 9369, 6878, 8232, 7018, 7183, 9970, 6893, 16045, 7079, 12738, 8209, 8802, 6744, 7001, 12517, 6743, 9069, 6779, 6781, 6921, 7087, 7201, 6931, 7402, 6945, 9177, 6700, 7274, 8777, 6677, 10310, 7663, 8947, 6656, 6864, 8208, 6669, 6753, 6911, 8409, 6788, 7732, 6664, 8056, 7474, 11822, 6634, 6621, 7036, 12617, 7134, 10234, 7031, 7622, 13862, 8646, 12399, 9999, 12775, 9692, 9866, 15211, 13536, 14431, 11923, 13777, 8541, 10744, 6775, 7350, 6542, 6938, 8076, 6995, 8094, 6714, 7610, 6654, 7016, 6798, 6684, 9731, 6612, 7640, 6613, 6519, 6294, 6860, 6646, 6668, 6398, 6529, 8050, 6588, 7312, 6390, 6733, 6838, 6495, 10950, 6422, 10581, 7107, 8232, 7339, 7890, 13984, 6564, 12089, 8276, 9586, 6649, 6435, 7840, 6553, 8236, 6682, 8173, 6551, 6513, 11229, 7036, 10299, 7516, 9517, 6500, 6837, 11427, 6659, 9860, 6709, 8874, 6397, 6834, 6576, 6531, 6442, 6774, 7963, 6677, 8346, 7842, 9237, 6702, 7438, 15257, 11940, 13897, 11405, 13487, 8904, 10681, 8410, 11471, 7012, 8389, 6886, 6899, 16411, 8956, 13159, 9787, 10674, 7166, 7556, 16319, 10000, 12818, 9623, 10834, 7331, 7399, 9665, 6657, 11791, 8218, 7875, 6736, 6593, 6805, 6905, 9384, 7065, 8452, 6609, 8108, 6780, 6916, 7044, 6874, 6911, 7176, 7817, 7298, 7022, 7169, 15285, 8026, 12567, 8654, 10342, 10235, 7851, 6441, 7774, 6830, 7287, 14766, 9529, 11746, 8179, 8970, 7118, 6918, 15538, 10223, 12185, 8868, 11010, 12880, 8948, 14435, 9920, 12109, 7686, 7868, 7464, 7321, 8696, 6902, 8188, 6388, 6804, 6626, 6493, 8781, 6638, 8623, 6582, 6882, 6785, 6333, 11303, 6700, 9403, 7176, 6871, 6325, 6793, 8475, 6737, 11070, 7289, 7653, 6429, 6644, 6377, 7154, 9756, 6826, 8606, 6774, 9017, 6664, 8630, 6610, 6777, 6461, 6802, 10211, 6772, 13841, 10272, 11551, 7978, 6445, 6951, 6661, 7112, 11715, 7893, 7504, 7098, 8890, 6973, 6638, 9376, 15047, 14242, 13536, 11030, 9807, 16544, 14145, 13053, 10771, 11311, 8134, 8905, 13595, 8271, 15100, 9371, 11206, 6661, 6631, 6567, 6505, 6780, 6636, 6762, 6487, 7067, 6863, 8030, 6677, 8493, 8031, 7877, 6824, 8515, 6402, 6689, 9747, 7028, 7971, 6831, 9868, 6933, 8323, 6903, 6836, 6708, 7282, 7014, 6415, 9761, 6811, 10101, 7732, 9707, 6800, 7774, 6843, 6975, 6880, 6704, 6612, 6952, 7360, 7200, 6898, 6982, 7223, 7002, 15864, 11876, 13358, 10695, 10546, 7764, 7926, 13342, 8475, 14181, 9277, 13383, 8536, 9915, 8930, 8171, 6776, 7327, 14204, 6914, 8034, 6418, 6437, 6326, 7262, 9354, 7067, 7155, 6628, 7013, 14742, 8581, 12662, 10264, 11630, 8811, 7684, 11632, 6980, 9480, 6600, 8519, 7052, 8020, 7125, 7533, 7218, 7415, 6433, 9655, 12633, 11041, 9671, 8990, 14982, 12060, 12661, 8905, 10735, 7360, 8035, 6834, 7672, 6563, 7860, 7045, 7531, 7074, 8111, 7011, 9771, 8712, 10064, 7691, 9389, 10519, 10556, 10796, 9317, 6794, 7408, 15801, 8271, 13746, 10029, 10211, 6922, 8303, 14745, 8361, 13692, 9495, 9114, 6938, 7586, 13967, 6629, 9970, 7004, 7200, 6903, 7126, 11085, 8628, 9374, 7889, 7367, 7044, 7640, 13387, 8030, 11169, 7669, 8924, 8796, 8611, 8376, 6900, 13423, 8124, 7769, 6929, 6643, 7948, 12338, 10693, 14192, 10842, 13132, 8976, 13137, 9713, 12486, 9972, 10370, 6894, 9307, 7029, 7309, 7129, 7246, 7041, 6888, 6772, 6917, 10269, 7291, 9606, 7269, 7606, 11814, 7649, 13045, 7371, 7857, 9641, 6904, 12011, 7033, 9645, 6980, 6563, 7351, 6573, 6825, 7101, 10927, 6659, 8454, 6694, 6995, 12787, 7130, 8982, 6600, 7999, 6860, 6715, 9184, 6920, 8160, 7127, 12373, 7540, 8456, 7350, 6715, 11531, 6822, 11241, 7348, 8874, 8349, 7511, 7101, 7294, 16481, 8832, 12106, 7072, 11436, 7082, 9454, 7760, 8887, 7405, 7159, 7025, 7207, 9180, 7321, 8928, 7954, 9970, 8138, 10564, 16423, 13143, 13020, 8954, 9655, 10019, 8789, 12968, 8282, 13851, 7478, 10579, 7440, 9432, 6944, 7165, 6923, 7161, 8703, 7348, 8764, 7508, 7868, 7566, 7327, 7159, 7100, 13210, 8678, 10922, 7060, 9581, 7012, 7356, 9878, 7979, 8177, 7223, 15037, 7192, 10037, 7407, 7776, 9264, 7317, 16335, 9905, 11975, 10126, 8102, 10130, 7338, 10295, 7048, 8007, 7595, 7500, 7201, 7644, 6675, 7070, 9159, 7577, 11085, 7693, 12587, 7592, 8821, 8248, 7401, 13847, 7654, 13787, 7503, 11224, 9002, 10360, 7736, 10273, 7299, 7515, 14367, 8728, 11895, 7716, 9334, 7068, 7323, 13655, 7579, 11723, 9335, 8325, 7447, 7161, 7066, 7327, 14054, 9723, 10342, 7560, 8965, 7317, 7481, 13872, 7416, 10385, 7167, 7111, 7417, 7512, 11046, 7281, 9227, 7192, 7090, 7492, 7480, 14281, 8429, 11184, 6995, 8229, 7024, 7274, 7435, 7076, 7439, 7538, 7516, 7412, 7547, 10379, 8724, 7481, 6970, 7271, 7206, 15564, 8760, 12535, 7532, 10990, 7766, 11656, 8424, 14899, 11408, 14916, 12340, 15462, 12123, 13339, 15327, 12768, 15059, 9152, 11764, 7351, 8019, 7187, 7732, 7531, 7625, 8275, 7194, 8268, 7093, 7333, 6870, 7144, 8080, 7035, 9196, 6910, 8269, 7310, 6897, 6915, 6624, 7073, 7367, 7854, 7371, 7389, 7212, 7760, 7409, 7216, 7674, 7203, 7297, 7026, 12761, 8964, 11206, 9036, 11690, 7434, 10360, 8566, 9150, 7459, 8543, 7444, 7483, 13177, 9122, 10367, 6980, 15834, 8977, 13365, 10277, 10893, 7305, 9849, 12531, 8248, 15817, 9541, 11971, 7411, 10262, 7777, 7590, 7146, 6874, 7267, 6899, 7358, 7272, 8563, 7424, 7043, 7382, 7052, 9717, 7393, 10239, 8123, 10278, 13955, 8765, 15223, 10894, 12258, 7824, 7705, 14460, 9179, 14349, 10158, 12751, 7872, 10002, 6921, 7871, 7040, 7254, 7030, 6959, 6917, 6723, 7034, 7031, 7747, 7099, 8908, 7200, 7366, 7524, 6924, 13713, 10069, 11520, 7582, 7912, 10498, 8492, 15879, 8070, 12667, 7729, 8577, 6572, 7354, 6518, 6728, 6854, 6934, 7436, 6973, 8641, 6905, 8924, 6892, 7585, 10934, 7365, 14003, 6535, 11707, 9304, 9235, 7345, 9033, 7134, 8499, 8526, 9363, 6447, 7261, 16201, 11324, 13231, 10356, 10515, 6997, 7665, 15283, 7986, 13725, 10654, 10959, 7188, 7732, 11889, 7119, 11664, 7692, 7832, 6464, 7271, 7348, 7127, 10216, 6908, 8214, 6548, 7419, 6335, 6825, 6484, 6882, 9557, 7179, 8510, 7555, 7987, 6449, 7549, 6420, 7141, 6490, 7204, 6946, 6961, 11366], 'WindowCenter': [4191.0, 4157.0, 4103.0, 4151.0, 4077.0, 4066.0, 4107.0, 4076.0, 4127.0, 4096.0, 4127.0, 4107.0, 4084.0, 4040.0, 4051.0, 4063.0, 4073.0, 4091.0, 4052.0, 4092.0, 4064.0, 4105.0, 4076.0, 4095.0, 4064.0, 4083.0, 4063.0, 4053.0, 4075.0, 4114.0, 4105.0, 4113.0, 4103.0, 4101.0, 4061.0, 4090.0, 4051.0, 4080.0, 4071.0, 4059.0, 4050.0, 4060.0, 4061.0, 4061.0, 4052.0, 4052.0, 4063.0, 4053.0, 4052.0, 4064.0, 4094.0, 4064.0, 4083.0, 4054.0, 4083.0, 4064.0, 4074.0, 4064.0, 4064.0, 4053.0, 4064.0, 4073.0, 4065.0, 4094.0, 4065.0, 4074.0, 4055.0, 4075.0, 4065.0, 4076.0, 4126.0, 4096.0, 4115.0, 4064.0, 4114.0, 4084.0, 4104.0, 4062.0, 4072.0, 4041.0, 4052.0, 4081.0, 4063.0, 4112.0, 4083.0, 4101.0, 4051.0, 4081.0, 4041.0, 4061.0, 4050.0, 4051.0, 4101.0, 4050.0, 4080.0, 4052.0, 4051.0, 4041.0, 4050.0, 4040.0, 4062.0, 4081.0, 4063.0, 4073.0, 4063.0, 4062.0, 4063.0, 4052.0, 4052.0, 4075.0, 4074.0, 4053.0, 4054.0, 4054.0, 4066.0, 4066.0, 4054.0, 4075.0, 4076.0, 4066.0, 4108.0, 4065.0, 4128.0, 4124.0, 4114.0, 4102.0, 4081.0, 4100.0, 4058.0, 4058.0, 4087.0, 4036.0, 4076.0, 4037.0, 4056.0, 4037.0, 4035.0, 4037.0, 4037.0, 4050.0, 4050.0, 4061.0, 4052.0, 4052.0, 4053.0, 4103.0, 4065.0, 4095.0, 4086.0, 4098.0, 4063.0, 4064.0, 4051.0, 4053.0, 4127.0, 4078.0, 4095.0, 4066.0, 4084.0, 4064.0, 4076.0, 4076.0, 4064.0, 4062.0, 4052.0, 4122.0, 4052.0, 4081.0, 4052.0, 4052.0, 4051.0, 4051.0, 4040.0, 4051.0, 4093.0, 4064.0, 4084.0, 4076.0, 4084.0, 4053.0, 4083.0, 4063.0, 4073.0, 4063.0, 4062.0, 4051.0, 4052.0, 4102.0, 4062.0, 4112.0, 4082.0, 4071.0, 4051.0, 4070.0, 4051.0, 4072.0, 4053.0, 4052.0, 4053.0, 4064.0, 4103.0, 4064.0, 4114.0, 4084.0, 4084.0, 4053.0, 4063.0, 4114.0, 4074.0, 4124.0, 4093.0, 4112.0, 4072.0, 4092.0, 4062.0, 4062.0, 4060.0, 4050.0, 4080.0, 4051.0, 4080.0, 4061.0, 4060.0, 4051.0, 4063.0, 4086.0, 4137.0, 4116.0, 4082.0, 4051.0, 4060.0, 4100.0, 4070.0, 4110.0, 4080.0, 4099.0, 4069.0, 4078.0, 4058.0, 4088.0, 4036.0, 4057.0, 4035.0, 4046.0, 4056.0, 4046.0, 4036.0, 4036.0, 4036.0, 4048.0, 4078.0, 4048.0, 4057.0, 4049.0, 4058.0, 4064.0, 4062.0, 4081.0, 4050.0, 4101.0, 4072.0, 4100.0, 4059.0, 4081.0, 4050.0, 4048.0, 4067.0, 4037.0, 4097.0, 4037.0, 4046.0, 4037.0, 4048.0, 4058.0, 4037.0, 4025.0, 4036.0, 4045.0, 4037.0, 4048.0, 4048.0, 4051.0, 4063.0, 4061.0, 4062.0, 4062.0, 4063.0, 4063.0, 4062.0, 4063.0, 4083.0, 4074.0, 4124.0, 4085.0, 4125.0, 4074.0, 4104.0, 4073.0, 4103.0, 4081.0, 4091.0, 4063.0, 4049.0, 4051.0, 4061.0, 4052.0, 4061.0, 4063.0, 4072.0, 4063.0, 4104.0, 4073.0, 4093.0, 4072.0, 4083.0, 4122.0, 4093.0, 4111.0, 4101.0, 4072.0, 4083.0, 4063.0, 4102.0, 4063.0, 4113.0, 4084.0, 4123.0, 4080.0, 4100.0, 4047.0, 4047.0, 4077.0, 4047.0, 4108.0, 4057.0, 4066.0, 4049.0, 4058.0, 4061.0, 4049.0, 4050.0, 4050.0, 4052.0, 4063.0, 4071.0, 4063.0, 4082.0, 4086.0, 4097.0, 4065.0, 4076.0, 4124.0, 4104.0, 4113.0, 4094.0, 4115.0, 4075.0, 4082.0, 4072.0, 4061.0, 4058.0, 4048.0, 4050.0, 4061.0, 4111.0, 4050.0, 4079.0, 4059.0, 4078.0, 4038.0, 4068.0, 4047.0, 4048.0, 4077.0, 4047.0, 4117.0, 4046.0, 4096.0, 4056.0, 4066.0, 4034.0, 4045.0, 4095.0, 4036.0, 4065.0, 4036.0, 4035.0, 4047.0, 4047.0, 4047.0, 4048.0, 4047.0, 4048.0, 4077.0, 4048.0, 4058.0, 4069.0, 4049.0, 4088.0, 4058.0, 4067.0, 4036.0, 4036.0, 4067.0, 4048.0, 4049.0, 4060.0, 4067.0, 4050.0, 4071.0, 4050.0, 4071.0, 4061.0, 4099.0, 4037.0, 4037.0, 4048.0, 4098.0, 4049.0, 4103.0, 4060.0, 4071.0, 4121.0, 4081.0, 4110.0, 4089.0, 4098.0, 4065.0, 4065.0, 4104.0, 4095.0, 4094.0, 4084.0, 4083.0, 4052.0, 4061.0, 4019.0, 4030.0, 4008.0, 4030.0, 4039.0, 4032.0, 4041.0, 4021.0, 4041.0, 4022.0, 4046.0, 4036.0, 4035.0, 4063.0, 4033.0, 4043.0, 4034.0, 4036.0, 4038.0, 4049.0, 4036.0, 4047.0, 4035.0, 4039.0, 4067.0, 4048.0, 4047.0, 4038.0, 4048.0, 4049.0, 4050.0, 4100.0, 4040.0, 4090.0, 4049.0, 4070.0, 4058.0, 4070.0, 4120.0, 4050.0, 4110.0, 4070.0, 4080.0, 4049.0, 4039.0, 4071.0, 4052.0, 4070.0, 4051.0, 4071.0, 4050.0, 4051.0, 4102.0, 4062.0, 4090.0, 4060.0, 4080.0, 4039.0, 4051.0, 4100.0, 4050.0, 4089.0, 4050.0, 4079.0, 4051.0, 4050.0, 4051.0, 4051.0, 4051.0, 4063.0, 4084.0, 4065.0, 4083.0, 4085.0, 4094.0, 4062.0, 4074.0, 4145.0, 4128.0, 4135.0, 4114.0, 4122.0, 4081.0, 4102.0, 4081.0, 4101.0, 4059.0, 4070.0, 4049.0, 4060.0, 4131.0, 4081.0, 4110.0, 4090.0, 4089.0, 4047.0, 4058.0, 4119.0, 4078.0, 4097.0, 4077.0, 4087.0, 4046.0, 4046.0, 4065.0, 4036.0, 4096.0, 4056.0, 4056.0, 4036.0, 4036.0, 4035.0, 4049.0, 4078.0, 4048.0, 4067.0, 4048.0, 4068.0, 4049.0, 4060.0, 4062.0, 4050.0, 4060.0, 4061.0, 4071.0, 4073.0, 4060.0, 4061.0, 4132.0, 4071.0, 4123.0, 4080.0, 4090.0, 4090.0, 4070.0, 4038.0, 4059.0, 4048.0, 4060.0, 4120.0, 4091.0, 4100.0, 4081.0, 4081.0, 4060.0, 4049.0, 4130.0, 4090.0, 4099.0, 4079.0, 4089.0, 4109.0, 4081.0, 4121.0, 4091.0, 4099.0, 4057.0, 4057.0, 4046.0, 4047.0, 4068.0, 4048.0, 4056.0, 4036.0, 4036.0, 4036.0, 4038.0, 4068.0, 4049.0, 4068.0, 4050.0, 4059.0, 4048.0, 4050.0, 4100.0, 4049.0, 4079.0, 4049.0, 4048.0, 4038.0, 4049.0, 4069.0, 4048.0, 4100.0, 4059.0, 4058.0, 4038.0, 4050.0, 4038.0, 4059.0, 4091.0, 4051.0, 4080.0, 4051.0, 4080.0, 4051.0, 4083.0, 4063.0, 4052.0, 4052.0, 4063.0, 4103.0, 4065.0, 4134.0, 4092.0, 4101.0, 4072.0, 4051.0, 4073.0, 4062.0, 4073.0, 4124.0, 4084.0, 4088.0, 4087.0, 4106.0, 4076.0, 4065.0, 4108.0, 4149.0, 4136.0, 4113.0, 4090.0, 4080.0, 4119.0, 4109.0, 4097.0, 4076.0, 4075.0, 4044.0, 4055.0, 4096.0, 4056.0, 4095.0, 4054.0, 4073.0, 4023.0, 4022.0, 4023.0, 4023.0, 4023.0, 4035.0, 4034.0, 4025.0, 4034.0, 4035.0, 4054.0, 4036.0, 4066.0, 4057.0, 4057.0, 4038.0, 4057.0, 4027.0, 4038.0, 4068.0, 4049.0, 4058.0, 4039.0, 4079.0, 4049.0, 4068.0, 4050.0, 4049.0, 4051.0, 4060.0, 4061.0, 4051.0, 4092.0, 4052.0, 4091.0, 4072.0, 4091.0, 4051.0, 4071.0, 4052.0, 4062.0, 4050.0, 4051.0, 4050.0, 4061.0, 4061.0, 4062.0, 4062.0, 4063.0, 4062.0, 4063.0, 4133.0, 4102.0, 4112.0, 4102.0, 4091.0, 4059.0, 4070.0, 4111.0, 4070.0, 4121.0, 4081.0, 4110.0, 4069.0, 4090.0, 4068.0, 4068.0, 4036.0, 4048.0, 4108.0, 4048.0, 4057.0, 4037.0, 4038.0, 4037.0, 4059.0, 4079.0, 4049.0, 4049.0, 4038.0, 4049.0, 4109.0, 4070.0, 4099.0, 4079.0, 4100.0, 4068.0, 4059.0, 4101.0, 4050.0, 4079.0, 4052.0, 4071.0, 4050.0, 4060.0, 4064.0, 4063.0, 4064.0, 4077.0, 4067.0, 4108.0, 4127.0, 4104.0, 4080.0, 4081.0, 4110.0, 4099.0, 4098.0, 4056.0, 4078.0, 4060.0, 4070.0, 4038.0, 4046.0, 4037.0, 4057.0, 4047.0, 4056.0, 4048.0, 4057.0, 4050.0, 4091.0, 4071.0, 4090.0, 4060.0, 4079.0, 4090.0, 4089.0, 4088.0, 4068.0, 4037.0, 4048.0, 4118.0, 4058.0, 4108.0, 4079.0, 4089.0, 4049.0, 4069.0, 4108.0, 4056.0, 4107.0, 4067.0, 4066.0, 4034.0, 4046.0, 4094.0, 4036.0, 4076.0, 4036.0, 4046.0, 4035.0, 4047.0, 4099.0, 4065.0, 4066.0, 4045.0, 4035.0, 4047.0, 4058.0, 4107.0, 4057.0, 4087.0, 4057.0, 4068.0, 4068.0, 4069.0, 4057.0, 4048.0, 4121.0, 4058.0, 4045.0, 4035.0, 4037.0, 4060.0, 4100.0, 4091.0, 4109.0, 4089.0, 4095.0, 4055.0, 4095.0, 4066.0, 4086.0, 4075.0, 4064.0, 4035.0, 4065.0, 4035.0, 4045.0, 4034.0, 4047.0, 4046.0, 4047.0, 4038.0, 4049.0, 4089.0, 4059.0, 4079.0, 4059.0, 4060.0, 4099.0, 4059.0, 4108.0, 4047.0, 4057.0, 4077.0, 4047.0, 4098.0, 4048.0, 4077.0, 4047.0, 4037.0, 4048.0, 4038.0, 4037.0, 4049.0, 4088.0, 4038.0, 4058.0, 4037.0, 4060.0, 4110.0, 4050.0, 4068.0, 4048.0, 4069.0, 4037.0, 4050.0, 4080.0, 4050.0, 4069.0, 4050.0, 4110.0, 4061.0, 4071.0, 4060.0, 4050.0, 4100.0, 4050.0, 4101.0, 4060.0, 4081.0, 4071.0, 4060.0, 4049.0, 4061.0, 4132.0, 4081.0, 4101.0, 4062.0, 4101.0, 4063.0, 4105.0, 4072.0, 4080.0, 4061.0, 4060.0, 4060.0, 4061.0, 4091.0, 4062.0, 4093.0, 4083.0, 4105.0, 4099.0, 4120.0, 4135.0, 4114.0, 4112.0, 4082.0, 4090.0, 4079.0, 4068.0, 4096.0, 4067.0, 4095.0, 4044.0, 4084.0, 4043.0, 4065.0, 4035.0, 4035.0, 4033.0, 4047.0, 4065.0, 4044.0, 4065.0, 4046.0, 4056.0, 4057.0, 4047.0, 4046.0, 4049.0, 4107.0, 4068.0, 4088.0, 4048.0, 4077.0, 4047.0, 4060.0, 4078.0, 4059.0, 4067.0, 4059.0, 4117.0, 4047.0, 4077.0, 4047.0, 4058.0, 4079.0, 4059.0, 4130.0, 4078.0, 4099.0, 4087.0, 4058.0, 4077.0, 4047.0, 4076.0, 4047.0, 4055.0, 4057.0, 4059.0, 4060.0, 4057.0, 4049.0, 4047.0, 4080.0, 4071.0, 4100.0, 4060.0, 4097.0, 4058.0, 4068.0, 4067.0, 4059.0, 4110.0, 4059.0, 4120.0, 4059.0, 4099.0, 4079.0, 4087.0, 4058.0, 4086.0, 4060.0, 4060.0, 4116.0, 4065.0, 4097.0, 4071.0, 4078.0, 4045.0, 4057.0, 4105.0, 4054.0, 4095.0, 4076.0, 4067.0, 4056.0, 4045.0, 4046.0, 4058.0, 4109.0, 4077.0, 4089.0, 4059.0, 4068.0, 4071.0, 4061.0, 4109.0, 4058.0, 4087.0, 4045.0, 4045.0, 4046.0, 4057.0, 4098.0, 4060.0, 4079.0, 4049.0, 4048.0, 4046.0, 4059.0, 4120.0, 4069.0, 4088.0, 4047.0, 4067.0, 4047.0, 4059.0, 4056.0, 4048.0, 4057.0, 4059.0, 4074.0, 4072.0, 4059.0, 4090.0, 4069.0, 4060.0, 4062.0, 4070.0, 4071.0, 4143.0, 4083.0, 4123.0, 4072.0, 4100.0, 4069.0, 4112.0, 4081.0, 4131.0, 4111.0, 4120.0, 4098.0, 4108.0, 4083.0, 4096.0, 4094.0, 4082.0, 4092.0, 4039.0, 4070.0, 4018.0, 4030.0, 4019.0, 4030.0, 4031.0, 4041.0, 4039.0, 4032.0, 4053.0, 4033.0, 4032.0, 4032.0, 4047.0, 4069.0, 4047.0, 4065.0, 4035.0, 4055.0, 4046.0, 4046.0, 4046.0, 4050.0, 4060.0, 4072.0, 4070.0, 4061.0, 4060.0, 4062.0, 4069.0, 4073.0, 4074.0, 4073.0, 4073.0, 4062.0, 4063.0, 4137.0, 4093.0, 4102.0, 4082.0, 4111.0, 4059.0, 4091.0, 4080.0, 4079.0, 4072.0, 4081.0, 4073.0, 4073.0, 4124.0, 4094.0, 4089.0, 4061.0, 4131.0, 4080.0, 4120.0, 4100.0, 4097.0, 4070.0, 4087.0, 4108.0, 4068.0, 4144.0, 4091.0, 4096.0, 4056.0, 4088.0, 4055.0, 4068.0, 4058.0, 4048.0, 4055.0, 4046.0, 4046.0, 4069.0, 4077.0, 4058.0, 4057.0, 4069.0, 4059.0, 4089.0, 4059.0, 4102.0, 4070.0, 4103.0, 4118.0, 4068.0, 4119.0, 4100.0, 4097.0, 4057.0, 4055.0, 4106.0, 4077.0, 4107.0, 4087.0, 4094.0, 4056.0, 4064.0, 4033.0, 4057.0, 4035.0, 4044.0, 4035.0, 4045.0, 4045.0, 4046.0, 4047.0, 4047.0, 4056.0, 4058.0, 4077.0, 4058.0, 4071.0, 4083.0, 4061.0, 4119.0, 4088.0, 4098.0, 4058.0, 4068.0, 4086.0, 4067.0, 4129.0, 4057.0, 4095.0, 4055.0, 4066.0, 4061.0, 4057.0, 4037.0, 4034.0, 4034.0, 4058.0, 4069.0, 4059.0, 4080.0, 4063.0, 4081.0, 4060.0, 4070.0, 4098.0, 4070.0, 4120.0, 4062.0, 4110.0, 4092.0, 4078.0, 4056.0, 4076.0, 4046.0, 4069.0, 4067.0, 4077.0, 4035.0, 4056.0, 4128.0, 4096.0, 4107.0, 4085.0, 4086.0, 4033.0, 4046.0, 4107.0, 4046.0, 4094.0, 4074.0, 4084.0, 4043.0, 4054.0, 4083.0, 4035.0, 4085.0, 4041.0, 4042.0, 4022.0, 4042.0, 4032.0, 4035.0, 4072.0, 4033.0, 4053.0, 4022.0, 4055.0, 4033.0, 4034.0, 4023.0, 4045.0, 4075.0, 4047.0, 4065.0, 4058.0, 4055.0, 4037.0, 4056.0, 4038.0, 4045.0, 4036.0, 4058.0, 4045.0, 4047.0, 4097.0], 'WindowWidth': [9284.0, 9228.0, 9146.0, 9205.0, 9100.0, 9082.0, 9137.0, 9096.0, 9165.0, 9118.0, 9161.0, 9133.0, 9095.0, 9034.0, 9050.0, 9074.0, 9083.0, 9105.0, 9054.0, 9108.0, 9075.0, 9131.0, 9095.0, 9119.0, 9076.0, 9099.0, 9072.0, 9057.0, 9090.0, 9138.0, 9127.0, 9134.0, 9121.0, 9117.0, 9064.0, 9099.0, 9050.0, 9086.0, 9076.0, 9058.0, 9050.0, 9060.0, 9066.0, 9066.0, 9056.0, 9056.0, 9073.0, 9058.0, 9056.0, 9075.0, 9112.0, 9073.0, 9096.0, 9061.0, 9097.0, 9074.0, 9088.0, 9074.0, 9071.0, 9059.0, 9075.0, 9083.0, 9077.0, 9115.0, 9076.0, 9088.0, 9066.0, 9092.0, 9076.0, 9095.0, 9159.0, 9120.0, 9141.0, 9073.0, 9137.0, 9100.0, 9127.0, 9068.0, 9079.0, 9038.0, 9054.0, 9092.0, 9069.0, 9134.0, 9096.0, 9118.0, 9051.0, 9090.0, 9039.0, 9064.0, 9047.0, 9049.0, 9117.0, 9047.0, 9087.0, 9054.0, 9051.0, 9038.0, 9050.0, 9034.0, 9068.0, 9091.0, 9072.0, 9086.0, 9071.0, 9070.0, 9073.0, 9057.0, 9057.0, 9091.0, 9088.0, 9059.0, 9063.0, 9061.0, 9081.0, 9081.0, 9064.0, 9090.0, 9096.0, 9082.0, 9139.0, 9078.0, 9167.0, 9156.0, 9138.0, 9119.0, 9089.0, 9114.0, 9054.0, 9054.0, 9090.0, 9022.0, 9073.0, 9024.0, 9047.0, 9024.0, 9021.0, 9027.0, 9028.0, 9049.0, 9052.0, 9065.0, 9056.0, 9055.0, 9061.0, 9123.0, 9079.0, 9116.0, 9106.0, 9125.0, 9071.0, 9074.0, 9052.0, 9058.0, 9164.0, 9102.0, 9120.0, 9083.0, 9103.0, 9077.0, 9097.0, 9098.0, 9075.0, 9068.0, 9057.0, 9148.0, 9056.0, 9091.0, 9057.0, 9056.0, 9053.0, 9052.0, 9036.0, 9055.0, 9111.0, 9078.0, 9103.0, 9095.0, 9102.0, 9061.0, 9100.0, 9073.0, 9086.0, 9071.0, 9067.0, 9054.0, 9056.0, 9120.0, 9070.0, 9135.0, 9094.0, 9077.0, 9054.0, 9076.0, 9054.0, 9081.0, 9059.0, 9055.0, 9059.0, 9075.0, 9124.0, 9077.0, 9141.0, 9100.0, 9100.0, 9058.0, 9071.0, 9143.0, 9090.0, 9153.0, 9111.0, 9134.0, 9080.0, 9107.0, 9070.0, 9068.0, 9062.0, 9050.0, 9088.0, 9054.0, 9089.0, 9067.0, 9065.0, 9055.0, 9073.0, 9111.0, 9180.0, 9149.0, 9096.0, 9053.0, 9064.0, 9114.0, 9077.0, 9128.0, 9088.0, 9111.0, 9071.0, 9084.0, 9056.0, 9096.0, 9025.0, 9052.0, 9021.0, 9036.0, 9048.0, 9037.0, 9024.0, 9027.0, 9023.0, 9043.0, 9082.0, 9045.0, 9056.0, 9047.0, 9057.0, 9079.0, 9070.0, 9091.0, 9049.0, 9120.0, 9082.0, 9117.0, 9062.0, 9094.0, 9052.0, 9044.0, 9067.0, 9028.0, 9107.0, 9026.0, 9036.0, 9027.0, 9045.0, 9057.0, 9028.0, 9010.0, 9025.0, 9034.0, 9027.0, 9043.0, 9046.0, 9055.0, 9075.0, 9069.0, 9072.0, 9073.0, 9074.0, 9074.0, 9072.0, 9075.0, 9099.0, 9089.0, 9155.0, 9106.0, 9157.0, 9088.0, 9128.0, 9084.0, 9123.0, 9093.0, 9105.0, 9072.0, 9048.0, 9055.0, 9066.0, 9057.0, 9066.0, 9073.0, 9084.0, 9075.0, 9128.0, 9088.0, 9111.0, 9084.0, 9098.0, 9149.0, 9111.0, 9133.0, 9120.0, 9084.0, 9099.0, 9074.0, 9125.0, 9075.0, 9139.0, 9102.0, 9152.0, 9087.0, 9113.0, 9041.0, 9041.0, 9078.0, 9041.0, 9124.0, 9054.0, 9065.0, 9046.0, 9058.0, 9068.0, 9048.0, 9051.0, 9051.0, 9058.0, 9073.0, 9081.0, 9076.0, 9098.0, 9111.0, 9128.0, 9083.0, 9096.0, 9155.0, 9127.0, 9139.0, 9116.0, 9146.0, 9093.0, 9096.0, 9085.0, 9066.0, 9058.0, 9043.0, 9052.0, 9070.0, 9133.0, 9051.0, 9086.0, 9060.0, 9081.0, 9030.0, 9069.0, 9042.0, 9045.0, 9079.0, 9040.0, 9135.0, 9036.0, 9105.0, 9051.0, 9062.0, 9018.0, 9035.0, 9100.0, 9026.0, 9062.0, 9024.0, 9023.0, 9040.0, 9042.0, 9041.0, 9046.0, 9040.0, 9044.0, 9081.0, 9044.0, 9059.0, 9073.0, 9048.0, 9095.0, 9055.0, 9067.0, 9025.0, 9026.0, 9068.0, 9044.0, 9048.0, 9064.0, 9068.0, 9053.0, 9083.0, 9051.0, 9078.0, 9063.0, 9111.0, 9027.0, 9027.0, 9045.0, 9110.0, 9048.0, 9126.0, 9064.0, 9081.0, 9145.0, 9092.0, 9130.0, 9099.0, 9109.0, 9059.0, 9059.0, 9108.0, 9098.0, 9096.0, 9082.0, 9078.0, 9035.0, 9047.0, 8989.0, 9003.0, 8974.0, 9005.0, 9016.0, 9010.0, 9020.0, 8997.0, 9023.0, 8999.0, 9038.0, 9025.0, 9022.0, 9052.0, 9015.0, 9026.0, 9018.0, 9026.0, 9035.0, 9048.0, 9028.0, 9043.0, 9023.0, 9034.0, 9068.0, 9044.0, 9040.0, 9031.0, 9046.0, 9047.0, 9051.0, 9115.0, 9037.0, 9101.0, 9045.0, 9075.0, 9057.0, 9076.0, 9141.0, 9049.0, 9128.0, 9075.0, 9088.0, 9046.0, 9036.0, 9081.0, 9057.0, 9076.0, 9054.0, 9079.0, 9052.0, 9054.0, 9124.0, 9071.0, 9104.0, 9064.0, 9090.0, 9034.0, 9052.0, 9116.0, 9049.0, 9100.0, 9050.0, 9087.0, 9055.0, 9053.0, 9053.0, 9053.0, 9055.0, 9075.0, 9104.0, 9080.0, 9101.0, 9106.0, 9117.0, 9072.0, 9089.0, 9186.0, 9167.0, 9173.0, 9141.0, 9148.0, 9094.0, 9124.0, 9093.0, 9118.0, 9061.0, 9076.0, 9047.0, 9063.0, 9161.0, 9092.0, 9129.0, 9102.0, 9100.0, 9040.0, 9056.0, 9139.0, 9084.0, 9105.0, 9080.0, 9092.0, 9036.0, 9037.0, 9060.0, 9024.0, 9103.0, 9051.0, 9052.0, 9025.0, 9025.0, 9023.0, 9047.0, 9084.0, 9043.0, 9067.0, 9046.0, 9071.0, 9050.0, 9063.0, 9070.0, 9052.0, 9067.0, 9069.0, 9082.0, 9086.0, 9065.0, 9068.0, 9161.0, 9081.0, 9154.0, 9090.0, 9103.0, 9102.0, 9075.0, 9031.0, 9062.0, 9045.0, 9063.0, 9144.0, 9104.0, 9117.0, 9094.0, 9094.0, 9065.0, 9048.0, 9157.0, 9101.0, 9112.0, 9086.0, 9098.0, 9125.0, 9093.0, 9146.0, 9107.0, 9113.0, 9055.0, 9052.0, 9037.0, 9041.0, 9072.0, 9044.0, 9053.0, 9024.0, 9025.0, 9026.0, 9031.0, 9071.0, 9050.0, 9072.0, 9050.0, 9063.0, 9044.0, 9052.0, 9116.0, 9046.0, 9089.0, 9047.0, 9045.0, 9030.0, 9049.0, 9073.0, 9045.0, 9116.0, 9059.0, 9057.0, 9033.0, 9053.0, 9032.0, 9061.0, 9105.0, 9053.0, 9089.0, 9055.0, 9090.0, 9054.0, 9101.0, 9074.0, 9056.0, 9057.0, 9072.0, 9126.0, 9081.0, 9170.0, 9106.0, 9119.0, 9083.0, 9056.0, 9090.0, 9071.0, 9089.0, 9157.0, 9105.0, 9120.0, 9116.0, 9138.0, 9097.0, 9082.0, 9143.0, 9202.0, 9177.0, 9137.0, 9101.0, 9087.0, 9140.0, 9125.0, 9105.0, 9075.0, 9074.0, 9028.0, 9043.0, 9099.0, 9044.0, 9094.0, 9039.0, 9061.0, 8997.0, 8994.0, 8997.0, 9000.0, 9000.0, 9019.0, 9016.0, 9008.0, 9017.0, 9022.0, 9044.0, 9023.0, 9063.0, 9052.0, 9049.0, 9026.0, 9050.0, 9009.0, 9027.0, 9066.0, 9042.0, 9052.0, 9031.0, 9083.0, 9046.0, 9070.0, 9049.0, 9046.0, 9053.0, 9063.0, 9065.0, 9054.0, 9107.0, 9056.0, 9104.0, 9080.0, 9103.0, 9051.0, 9079.0, 9056.0, 9067.0, 9049.0, 9052.0, 9050.0, 9064.0, 9064.0, 9068.0, 9069.0, 9070.0, 9068.0, 9071.0, 9163.0, 9121.0, 9133.0, 9120.0, 9103.0, 9061.0, 9076.0, 9130.0, 9076.0, 9144.0, 9091.0, 9129.0, 9073.0, 9102.0, 9069.0, 9068.0, 9024.0, 9043.0, 9121.0, 9042.0, 9053.0, 9028.0, 9029.0, 9027.0, 9058.0, 9084.0, 9046.0, 9045.0, 9030.0, 9044.0, 9123.0, 9074.0, 9111.0, 9083.0, 9115.0, 9068.0, 9060.0, 9118.0, 9050.0, 9086.0, 9055.0, 9077.0, 9048.0, 9058.0, 9070.0, 9068.0, 9070.0, 9097.0, 9084.0, 9142.0, 9164.0, 9126.0, 9086.0, 9090.0, 9127.0, 9109.0, 9107.0, 9047.0, 9078.0, 9061.0, 9076.0, 9029.0, 9035.0, 9028.0, 9051.0, 9039.0, 9051.0, 9043.0, 9054.0, 9050.0, 9103.0, 9077.0, 9100.0, 9060.0, 9085.0, 9099.0, 9097.0, 9093.0, 9067.0, 9025.0, 9041.0, 9134.0, 9055.0, 9122.0, 9084.0, 9099.0, 9047.0, 9071.0, 9121.0, 9050.0, 9118.0, 9065.0, 9061.0, 9017.0, 9033.0, 9097.0, 9024.0, 9075.0, 9021.0, 9037.0, 9019.0, 9038.0, 9111.0, 9061.0, 9060.0, 9031.0, 9017.0, 9040.0, 9055.0, 9119.0, 9053.0, 9092.0, 9052.0, 9067.0, 9067.0, 9070.0, 9052.0, 9044.0, 9148.0, 9056.0, 9033.0, 9021.0, 9028.0, 9062.0, 9114.0, 9105.0, 9124.0, 9095.0, 9099.0, 9045.0, 9096.0, 9059.0, 9086.0, 9072.0, 9055.0, 9019.0, 9057.0, 9019.0, 9032.0, 9018.0, 9040.0, 9038.0, 9042.0, 9029.0, 9048.0, 9098.0, 9059.0, 9085.0, 9058.0, 9060.0, 9112.0, 9059.0, 9122.0, 9039.0, 9053.0, 9079.0, 9040.0, 9106.0, 9041.0, 9079.0, 9039.0, 9027.0, 9042.0, 9030.0, 9028.0, 9045.0, 9094.0, 9029.0, 9055.0, 9027.0, 9063.0, 9127.0, 9048.0, 9070.0, 9046.0, 9075.0, 9029.0, 9049.0, 9089.0, 9049.0, 9073.0, 9050.0, 9129.0, 9064.0, 9078.0, 9062.0, 9050.0, 9116.0, 9050.0, 9117.0, 9063.0, 9089.0, 9078.0, 9063.0, 9048.0, 9067.0, 9163.0, 9092.0, 9116.0, 9067.0, 9119.0, 9072.0, 9133.0, 9082.0, 9090.0, 9064.0, 9063.0, 9063.0, 9067.0, 9105.0, 9069.0, 9111.0, 9099.0, 9132.0, 9130.0, 9157.0, 9167.0, 9138.0, 9134.0, 9097.0, 9102.0, 9084.0, 9067.0, 9101.0, 9068.0, 9100.0, 9031.0, 9086.0, 9031.0, 9060.0, 9020.0, 9022.0, 9017.0, 9040.0, 9061.0, 9034.0, 9061.0, 9038.0, 9050.0, 9054.0, 9041.0, 9039.0, 9049.0, 9122.0, 9069.0, 9094.0, 9043.0, 9081.0, 9043.0, 9063.0, 9083.0, 9059.0, 9067.0, 9058.0, 9135.0, 9042.0, 9081.0, 9040.0, 9057.0, 9086.0, 9061.0, 9156.0, 9084.0, 9111.0, 9095.0, 9057.0, 9078.0, 9041.0, 9076.0, 9039.0, 9048.0, 9056.0, 9059.0, 9062.0, 9057.0, 9046.0, 9043.0, 9089.0, 9079.0, 9114.0, 9061.0, 9108.0, 9057.0, 9071.0, 9068.0, 9061.0, 9128.0, 9060.0, 9144.0, 9062.0, 9115.0, 9086.0, 9094.0, 9057.0, 9094.0, 9063.0, 9064.0, 9131.0, 9063.0, 9108.0, 9081.0, 9084.0, 9037.0, 9056.0, 9115.0, 9046.0, 9101.0, 9078.0, 9067.0, 9053.0, 9039.0, 9039.0, 9057.0, 9125.0, 9082.0, 9097.0, 9059.0, 9070.0, 9082.0, 9066.0, 9124.0, 9058.0, 9094.0, 9037.0, 9038.0, 9039.0, 9056.0, 9110.0, 9063.0, 9088.0, 9047.0, 9044.0, 9038.0, 9062.0, 9143.0, 9071.0, 9094.0, 9042.0, 9067.0, 9045.0, 9059.0, 9054.0, 9045.0, 9058.0, 9059.0, 9092.0, 9086.0, 9060.0, 9101.0, 9072.0, 9061.0, 9070.0, 9083.0, 9086.0, 9180.0, 9101.0, 9153.0, 9084.0, 9119.0, 9078.0, 9135.0, 9095.0, 9161.0, 9134.0, 9147.0, 9110.0, 9124.0, 9082.0, 9100.0, 9093.0, 9073.0, 9085.0, 9012.0, 9053.0, 8984.0, 9002.0, 8986.0, 9004.0, 9006.0, 9023.0, 9017.0, 9011.0, 9039.0, 9014.0, 9013.0, 9012.0, 9041.0, 9072.0, 9038.0, 9059.0, 9020.0, 9047.0, 9037.0, 9037.0, 9038.0, 9050.0, 9063.0, 9085.0, 9077.0, 9065.0, 9064.0, 9069.0, 9074.0, 9088.0, 9088.0, 9084.0, 9086.0, 9070.0, 9072.0, 9179.0, 9113.0, 9122.0, 9095.0, 9130.0, 9063.0, 9105.0, 9092.0, 9089.0, 9084.0, 9096.0, 9088.0, 9088.0, 9155.0, 9112.0, 9100.0, 9065.0, 9159.0, 9089.0, 9146.0, 9118.0, 9108.0, 9079.0, 9096.0, 9124.0, 9071.0, 9184.0, 9107.0, 9107.0, 9054.0, 9096.0, 9050.0, 9075.0, 9062.0, 9046.0, 9052.0, 9040.0, 9041.0, 9076.0, 9085.0, 9061.0, 9057.0, 9077.0, 9066.0, 9104.0, 9066.0, 9122.0, 9078.0, 9125.0, 9140.0, 9071.0, 9140.0, 9114.0, 9109.0, 9053.0, 9050.0, 9117.0, 9080.0, 9121.0, 9094.0, 9098.0, 9048.0, 9055.0, 9017.0, 9052.0, 9019.0, 9033.0, 9021.0, 9037.0, 9035.0, 9041.0, 9043.0, 9045.0, 9054.0, 9060.0, 9085.0, 9062.0, 9083.0, 9103.0, 9069.0, 9142.0, 9100.0, 9110.0, 9060.0, 9071.0, 9092.0, 9068.0, 9153.0, 9056.0, 9103.0, 9049.0, 9067.0, 9072.0, 9058.0, 9028.0, 9021.0, 9022.0, 9061.0, 9080.0, 9065.0, 9094.0, 9074.0, 9094.0, 9064.0, 9077.0, 9112.0, 9081.0, 9147.0, 9075.0, 9133.0, 9113.0, 9087.0, 9056.0, 9080.0, 9041.0, 9073.0, 9069.0, 9082.0, 9025.0, 9055.0, 9152.0, 9107.0, 9122.0, 9090.0, 9091.0, 9017.0, 9037.0, 9117.0, 9035.0, 9097.0, 9069.0, 9083.0, 9029.0, 9046.0, 9082.0, 9021.0, 9086.0, 9026.0, 9026.0, 9000.0, 9027.0, 9013.0, 9020.0, 9065.0, 9018.0, 9044.0, 9004.0, 9053.0, 9021.0, 9020.0, 9005.0, 9038.0, 9075.0, 9043.0, 9062.0, 9055.0, 9050.0, 9034.0, 9053.0, 9033.0, 9039.0, 9026.0, 9056.0, 9037.0, 9043.0, 9107.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.004969737654320988</td></tr>
<tr><td colspan=3>aqi</td><td>0.05573069436728395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.47302901522778</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.12546270430888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0341148242548248</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>5549.8926</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11797300983010436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.419753086419753</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.645729585050072</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5791943930526684</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.915983294113904</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4420110679836435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00657165</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014611970633268356</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019796226173639297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6776677883418465</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>30.055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5243</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.534</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302225.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.7634</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9304</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.0308</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3266.9215</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.9556</td></tr>
<tr><td colspan=3>tsnr</td><td>28.172987383208238</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>