<?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-0088_ses-03_task-alignvideo_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-0088_ses-03_task-alignvideo_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-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_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-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_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-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-alignvideo_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_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-0088/ses-03/func/sub-0088_ses-03_task-alignvideo_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>7d2f3fede15998bd67d0adf66f8e956f</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>16:17:33.895000</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.998868, 0.0286751, 0.0379453, -0.0301692, 0.998768, 0.0394052]</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857411</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7771, -7178, 568, 5, -86, 24, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a25e440-1bef-42ca-aa4d-f0fd3cd08738||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.6798906326293945, -0.08094170689582825, 0.09927511215209961, 116.6722412109375], [-0.07693328708410263, 2.6796209812164307, 0.10936444252729416, -91.88948822021484], [0.10180437564849854, -0.10572117567062378, 2.6959569454193115, -51.06537628173828], [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, 1065]</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], 'AcquisitionTime': ['161733.895000', '161734.355000', '161734.815000', '161735.275000', '161735.735000', '161736.195000', '161736.655000', '161737.115000', '161737.575000', '161738.035000', '161738.495000', '161738.955000', '161739.415000', '161739.875000', '161740.335000', '161740.795000', '161741.255000', '161741.715000', '161742.175000', '161742.635000', '161743.095000', '161743.555000', '161744.015000', '161744.475000', '161744.935000', '161745.395000', '161745.855000', '161746.315000', '161746.775000', '161747.235000', '161747.695000', '161748.155000', '161748.615000', '161749.075000', '161749.535000', '161749.995000', '161750.455000', '161750.915000', '161751.375000', '161751.835000', '161752.295000', '161752.755000', '161753.215000', '161753.675000', '161754.135000', '161754.595000', '161755.055000', '161755.515000', '161755.975000', '161756.435000', '161756.895000', '161757.355000', '161757.815000', '161758.275000', '161758.735000', '161759.195000', '161759.655000', '161800.115000', '161800.575000', '161801.035000', '161801.495000', '161801.955000', '161802.415000', '161802.875000', '161803.335000', '161803.795000', '161804.255000', '161804.715000', '161805.175000', '161805.635000', '161806.095000', '161806.555000', '161807.015000', '161807.475000', '161807.935000', '161808.395000', '161808.855000', '161809.315000', '161809.775000', '161810.235000', '161810.695000', '161811.155000', '161811.615000', '161812.075000', '161812.535000', '161812.995000', '161813.455000', '161813.915000', '161814.375000', '161814.835000', '161815.295000', '161815.755000', '161816.215000', '161816.675000', '161817.135000', '161817.595000', '161818.055000', '161818.515000', '161818.975000', '161819.435000', '161819.895000', '161820.355000', '161820.815000', '161821.275000', '161821.735000', '161822.195000', '161822.655000', '161823.115000', '161823.575000', '161824.035000', '161824.495000', '161824.955000', '161825.415000', '161825.875000', '161826.335000', '161826.795000', '161827.255000', '161827.715000', '161828.175000', '161828.635000', '161829.095000', '161829.555000', '161830.015000', '161830.475000', '161830.935000', '161831.395000', '161831.855000', '161832.315000', '161832.775000', '161833.235000', '161833.695000', '161834.155000', '161834.615000', '161835.075000', '161835.535000', '161835.995000', '161836.455000', '161836.915000', '161837.375000', '161837.835000', '161838.295000', '161838.755000', '161839.215000', '161839.675000', '161840.135000', '161840.595000', '161841.055000', '161841.515000', '161841.975000', '161842.435000', '161842.895000', '161843.355000', '161843.815000', '161844.275000', '161844.735000', '161845.195000', '161845.655000', '161846.115000', '161846.575000', '161847.035000', '161847.495000', '161847.955000', '161848.415000', '161848.875000', '161849.335000', '161849.795000', '161850.255000', '161850.715000', '161851.175000', '161851.635000', '161852.095000', '161852.555000', '161853.015000', '161853.475000', '161853.935000', '161854.395000', '161854.855000', '161855.315000', '161855.775000', '161856.235000', '161856.695000', '161857.155000', '161857.615000', '161858.075000', '161858.535000', '161858.995000', '161859.455000', '161859.915000', '161900.375000', '161900.835000', '161901.295000', '161901.755000', '161902.215000', '161902.675000', '161903.135000', '161903.595000', '161904.055000', '161904.515000', '161904.975000', '161905.435000', '161905.895000', '161906.355000', '161906.815000', '161907.275000', '161907.735000', '161908.195000', '161908.655000', '161909.115000', '161909.575000', '161910.035000', '161910.495000', '161910.955000', '161911.415000', '161911.875000', '161912.335000', '161912.795000', '161913.255000', '161913.715000', '161914.175000', '161914.635000', '161915.095000', '161915.555000', '161916.015000', '161916.475000', '161916.935000', '161917.395000', '161917.855000', '161918.315000', '161918.775000', '161919.235000', '161919.695000', '161920.155000', '161920.615000', '161921.075000', '161921.535000', '161921.995000', '161922.455000', '161922.915000', '161923.375000', '161923.835000', '161924.295000', '161924.755000', '161925.215000', '161925.675000', '161926.135000', '161926.595000', '161927.055000', '161927.515000', '161927.975000', '161928.435000', '161928.895000', '161929.355000', '161929.815000', '161930.275000', '161930.735000', '161931.195000', '161931.655000', '161932.115000', '161932.575000', '161933.035000', '161933.495000', '161933.955000', '161934.415000', '161934.875000', '161935.335000', '161935.795000', '161936.255000', '161936.715000', '161937.175000', '161937.635000', '161938.095000', '161938.555000', '161939.015000', '161939.475000', '161939.935000', '161940.395000', '161940.855000', '161941.315000', '161941.775000', '161942.235000', '161942.695000', '161943.155000', '161943.615000', '161944.075000', '161944.535000', '161944.995000', '161945.455000', '161945.915000', '161946.375000', '161946.835000', '161947.295000', '161947.755000', '161948.215000', '161948.675000', '161949.135000', '161949.595000', '161950.055000', '161950.515000', '161950.975000', '161951.435000', '161951.895000', '161952.355000', '161952.815000', '161953.275000', '161953.735000', '161954.195000', '161954.655000', '161955.115000', '161955.575000', '161956.035000', '161956.495000', '161956.955000', '161957.415000', '161957.875000', '161958.335000', '161958.795000', '161959.255000', '161959.715000', '162000.175000', '162000.635000', '162001.095000', '162001.555000', '162002.015000', '162002.475000', '162002.935000', '162003.395000', '162003.855000', '162004.315000', '162004.775000', '162005.235000', '162005.695000', '162006.155000', '162006.615000', '162007.075000', '162007.535000', '162007.995000', '162008.455000', '162008.915000', '162009.375000', '162009.835000', '162010.295000', '162010.755000', '162011.215000', '162011.675000', '162012.135000', '162012.595000', '162013.055000', '162013.515000', '162013.975000', '162014.435000', '162014.895000', '162015.355000', '162015.815000', '162016.275000', '162016.735000', '162017.195000', '162017.655000', '162018.115000', '162018.575000', '162019.035000', '162019.495000', '162019.955000', '162020.415000', '162020.875000', '162021.335000', '162021.795000', '162022.255000', '162022.715000', '162023.175000', '162023.635000', '162024.095000', '162024.555000', '162025.015000', '162025.475000', '162025.935000', '162026.395000', '162026.855000', '162027.315000', '162027.775000', '162028.235000', '162028.695000', '162029.155000', '162029.615000', '162030.075000', '162030.535000', '162030.995000', '162031.455000', '162031.915000', '162032.375000', '162032.835000', '162033.295000', '162033.755000', '162034.215000', '162034.675000', '162035.135000', '162035.595000', '162036.055000', '162036.515000', '162036.975000', '162037.435000', '162037.895000', '162038.355000', '162038.815000', '162039.275000', '162039.735000', '162040.195000', '162040.655000', '162041.115000', '162041.575000', '162042.035000', '162042.495000', '162042.955000', '162043.415000', '162043.875000', '162044.335000', '162044.795000', '162045.255000', '162045.715000', '162046.175000', '162046.635000', '162047.095000', '162047.555000', '162048.015000', '162048.475000', '162048.935000', '162049.395000', '162049.855000', '162050.315000', '162050.775000', '162051.235000', '162051.695000', '162052.155000', '162052.615000', '162053.075000', '162053.535000', '162053.995000', '162054.455000', '162054.915000', '162055.375000', '162055.835000', '162056.295000', '162056.755000', '162057.215000', '162057.675000', '162058.135000', '162058.595000', '162059.055000', '162059.515000', '162059.975000', '162100.435000', '162100.895000', '162101.355000', '162101.815000', '162102.275000', '162102.735000', '162103.195000', '162103.655000', '162104.115000', '162104.575000', '162105.035000', '162105.495000', '162105.955000', '162106.415000', '162106.875000', '162107.335000', '162107.795000', '162108.255000', '162108.715000', '162109.175000', '162109.635000', '162110.095000', '162110.555000', '162111.015000', '162111.475000', '162111.935000', '162112.395000', '162112.855000', '162113.315000', '162113.775000', '162114.235000', '162114.695000', '162115.155000', '162115.615000', '162116.075000', '162116.535000', '162116.995000', '162117.455000', '162117.915000', '162118.375000', '162118.835000', '162119.295000', '162119.755000', '162120.215000', '162120.675000', '162121.135000', '162121.595000', '162122.055000', '162122.515000', '162122.975000', '162123.435000', '162123.895000', '162124.355000', '162124.815000', '162125.275000', '162125.735000', '162126.195000', '162126.655000', '162127.115000', '162127.575000', '162128.035000', '162128.495000', '162128.955000', '162129.415000', '162129.875000', '162130.335000', '162130.795000', '162131.255000', '162131.715000', '162132.175000', '162132.635000', '162133.095000', '162133.555000', '162134.015000', '162134.475000', '162134.935000', '162135.395000', '162135.855000', '162136.315000', '162136.775000', '162137.235000', '162137.695000', '162138.155000', '162138.615000', '162139.075000', '162139.535000', '162139.995000', '162140.455000', '162140.915000', '162141.375000', '162141.835000', '162142.295000', '162142.755000', '162143.215000', '162143.675000', '162144.135000', '162144.595000', '162145.055000', '162145.515000', '162145.975000', '162146.435000', '162146.895000', '162147.355000', '162147.815000', '162148.275000', '162148.735000', '162149.195000', '162149.655000', '162150.115000', '162150.575000', '162151.035000', '162151.495000', '162151.955000', '162152.415000', '162152.875000', '162153.335000', '162153.795000', '162154.255000', '162154.715000', '162155.175000', '162155.635000', '162156.095000', '162156.555000', '162157.015000', '162157.475000', '162157.935000', '162158.395000', '162158.855000', '162159.315000', '162159.775000', '162200.235000', '162200.695000', '162201.155000', '162201.615000', '162202.075000', '162202.535000', '162202.995000', '162203.455000', '162203.915000', '162204.375000', '162204.835000', '162205.295000', '162205.755000', '162206.215000', '162206.675000', '162207.135000', '162207.595000', '162208.055000', '162208.515000', '162208.975000', '162209.435000', '162209.895000', '162210.355000', '162210.815000', '162211.275000', '162211.735000', '162212.195000', '162212.655000', '162213.115000', '162213.575000', '162214.035000', '162214.495000', '162214.955000', '162215.415000', '162215.875000', '162216.335000', '162216.795000', '162217.255000', '162217.715000', '162218.175000', '162218.635000', '162219.095000', '162219.555000', '162220.015000', '162220.475000', '162220.935000', '162221.395000', '162221.855000', '162222.315000', '162222.775000', '162223.235000', '162223.695000', '162224.155000', '162224.615000', '162225.075000', '162225.535000', '162225.995000', '162226.455000', '162226.915000', '162227.375000', '162227.835000', '162228.295000', '162228.755000', '162229.215000', '162229.675000', '162230.135000', '162230.595000', '162231.055000', '162231.515000', '162231.975000', '162232.435000', '162232.895000', '162233.355000', '162233.815000', '162234.275000', '162234.735000', '162235.195000', '162235.655000', '162236.115000', '162236.575000', '162237.035000', '162237.495000', '162237.955000', '162238.415000', '162238.875000', '162239.335000', '162239.795000', '162240.255000', '162240.715000', '162241.175000', '162241.635000', '162242.095000', '162242.555000', '162243.015000', '162243.475000', '162243.935000', '162244.395000', '162244.855000', '162245.315000', '162245.775000', '162246.235000', '162246.695000', '162247.155000', '162247.615000', '162248.075000', '162248.535000', '162248.995000', '162249.455000', '162249.915000', '162250.375000', '162250.835000', '162251.295000', '162251.755000', '162252.215000', '162252.675000', '162253.135000', '162253.595000', '162254.055000', '162254.515000', '162254.975000', '162255.435000', '162255.895000', '162256.355000', '162256.815000', '162257.275000', '162257.735000', '162258.195000', '162258.655000', '162259.115000', '162259.575000', '162300.035000', '162300.495000', '162300.955000', '162301.415000', '162301.875000', '162302.335000', '162302.795000', '162303.255000', '162303.715000', '162304.175000', '162304.635000', '162305.095000', '162305.555000', '162306.015000', '162306.475000', '162306.935000', '162307.395000', '162307.855000', '162308.315000', '162308.775000', '162309.235000', '162309.695000', '162310.155000', '162310.615000', '162311.075000', '162311.535000', '162311.995000', '162312.455000', '162312.915000', '162313.375000', '162313.835000', '162314.295000', '162314.755000', '162315.215000', '162315.675000', '162316.135000', '162316.595000', '162317.055000', '162317.515000', '162317.975000', '162318.435000', '162318.895000', '162319.355000', '162319.815000', '162320.275000', '162320.735000', '162321.195000', '162321.655000', '162322.115000', '162322.575000', '162323.035000', '162323.495000', '162323.955000', '162324.415000', '162324.875000', '162325.335000', '162325.795000', '162326.255000', '162326.715000', '162327.175000', '162327.635000', '162328.095000', '162328.555000', '162329.015000', '162329.475000', '162329.935000', '162330.395000', '162330.855000', '162331.315000', '162331.775000', '162332.235000', '162332.695000', '162333.155000', '162333.615000', '162334.075000', '162334.535000', '162334.995000', '162335.455000', '162335.915000', '162336.375000', '162336.835000', '162337.295000', '162337.755000', '162338.215000', '162338.675000', '162339.135000', '162339.595000', '162340.055000', '162340.515000', '162340.975000', '162341.435000', '162341.895000', '162342.355000', '162342.815000', '162343.275000', '162343.735000', '162344.195000', '162344.655000', '162345.115000', '162345.575000', '162346.035000', '162346.495000', '162346.955000', '162347.415000', '162347.875000', '162348.335000', '162348.795000', '162349.255000', '162349.715000', '162350.175000', '162350.635000', '162351.095000', '162351.555000', '162352.015000', '162352.475000', '162352.935000', '162353.395000', '162353.855000', '162354.315000', '162354.775000', '162355.235000', '162355.695000', '162356.155000', '162356.615000', '162357.075000', '162357.535000', '162357.995000', '162358.455000', '162358.915000', '162359.375000', '162359.835000', '162400.295000', '162400.755000', '162401.215000', '162401.675000', '162402.135000', '162402.595000', '162403.055000', '162403.515000', '162403.975000', '162404.435000', '162404.895000', '162405.355000', '162405.815000', '162406.275000', '162406.735000', '162407.195000', '162407.655000', '162408.115000', '162408.575000', '162409.035000', '162409.495000', '162409.955000', '162410.415000', '162410.875000', '162411.335000', '162411.795000', '162412.255000', '162412.715000', '162413.175000', '162413.635000', '162414.095000', '162414.555000', '162415.015000', '162415.475000', '162415.935000', '162416.395000', '162416.855000', '162417.315000', '162417.775000', '162418.235000', '162418.695000', '162419.155000', '162419.615000', '162420.075000', '162420.535000', '162420.995000', '162421.455000', '162421.915000', '162422.375000', '162422.835000', '162423.295000', '162423.755000', '162424.215000', '162424.675000', '162425.135000', '162425.595000', '162426.055000', '162426.515000', '162426.975000', '162427.435000', '162427.895000', '162428.355000', '162428.815000', '162429.275000', '162429.735000', '162430.195000', '162430.655000', '162431.115000', '162431.575000', '162432.035000', '162432.495000', '162432.955000', '162433.415000', '162433.875000', '162434.335000', '162434.795000', '162435.255000', '162435.715000', '162436.175000', '162436.635000', '162437.095000', '162437.555000', '162438.015000', '162438.475000', '162438.935000', '162439.395000', '162439.855000', '162440.315000', '162440.775000', '162441.235000', '162441.695000', '162442.155000', '162442.615000', '162443.075000', '162443.535000', '162443.995000', '162444.455000', '162444.915000', '162445.375000', '162445.835000', '162446.295000', '162446.755000', '162447.215000', '162447.675000', '162448.135000', '162448.595000', '162449.055000', '162449.515000', '162449.975000', '162450.435000', '162450.895000', '162451.355000', '162451.815000', '162452.275000', '162452.735000', '162453.195000', '162453.655000', '162454.115000', '162454.575000', '162455.035000', '162455.495000', '162455.955000', '162456.415000', '162456.875000', '162457.335000', '162457.795000', '162458.255000', '162458.715000', '162459.175000', '162459.635000', '162500.095000', '162500.555000', '162501.015000', '162501.475000', '162501.935000', '162502.395000', '162502.855000', '162503.315000', '162503.775000', '162504.235000', '162504.695000', '162505.155000', '162505.615000', '162506.075000', '162506.535000', '162506.995000', '162507.455000', '162507.915000', '162508.375000', '162508.835000', '162509.295000', '162509.755000', '162510.215000', '162510.675000', '162511.135000', '162511.595000', '162512.055000', '162512.515000', '162512.975000', '162513.435000', '162513.895000', '162514.355000', '162514.815000', '162515.275000', '162515.735000', '162516.195000', '162516.655000', '162517.115000', '162517.575000', '162518.035000', '162518.495000', '162518.955000', '162519.415000', '162519.875000', '162520.335000', '162520.795000', '162521.255000', '162521.715000', '162522.175000', '162522.635000', '162523.095000', '162523.555000', '162524.015000', '162524.475000', '162524.935000', '162525.395000', '162525.855000', '162526.315000', '162526.775000', '162527.235000', '162527.695000', '162528.155000', '162528.615000', '162529.075000', '162529.535000', '162529.995000', '162530.455000', '162530.915000', '162531.375000', '162531.835000', '162532.295000', '162532.755000', '162533.215000', '162533.675000', '162534.135000', '162534.595000', '162535.055000', '162535.515000', '162535.975000', '162536.435000', '162536.895000', '162537.355000', '162537.815000', '162538.275000', '162538.735000', '162539.195000', '162539.655000', '162540.115000', '162540.575000', '162541.035000', '162541.495000', '162541.955000', '162542.415000', '162542.875000', '162543.335000'], 'ContentTime': ['161744.691000', '161744.694000', '161744.696000', '161744.699000', '161744.702000', '161744.705000', '161744.708000', '161744.711000', '161744.713000', '161744.716000', '161744.725000', '161744.728000', '161744.730000', '161744.733000', '161744.735000', '161744.738000', '161744.741000', '161744.743000', '161744.746000', '161744.748000', '161744.751000', '161744.754000', '161804.657000', '161804.660000', '161804.663000', '161804.665000', '161804.668000', '161804.671000', '161804.673000', '161804.676000', '161804.678000', '161804.681000', '161804.683000', '161804.686000', '161804.688000', '161804.691000', '161804.694000', '161804.701000', '161804.704000', '161804.707000', '161804.709000', '161804.712000', '161804.714000', '161804.717000', '161804.719000', '161804.722000', '161804.725000', '161804.727000', '161804.730000', '161804.732000', '161804.735000', '161804.738000', '161804.742000', '161804.744000', '161804.747000', '161804.750000', '161804.752000', '161804.755000', '161804.757000', '161804.760000', '161804.762000', '161804.765000', '161804.767000', '161804.770000', '161804.773000', '161824.657000', '161824.660000', '161824.663000', '161824.665000', '161824.668000', '161824.671000', '161824.673000', '161824.676000', '161824.678000', '161824.681000', '161824.683000', '161824.686000', '161824.689000', '161824.691000', '161824.694000', '161824.696000', '161824.699000', '161824.701000', '161824.704000', '161824.707000', '161824.709000', '161824.712000', '161824.714000', '161824.717000', '161824.719000', '161824.722000', '161824.724000', '161824.727000', '161824.730000', '161824.732000', '161824.735000', '161824.737000', '161824.740000', '161824.742000', '161824.745000', '161824.748000', '161824.750000', '161824.753000', '161824.755000', '161824.758000', '161824.760000', '161824.763000', '161824.766000', '161824.768000', '161844.657000', '161844.660000', '161844.663000', '161844.665000', '161844.668000', '161844.671000', '161844.673000', '161844.676000', '161844.678000', '161844.681000', '161844.683000', '161844.686000', '161844.689000', '161844.691000', '161844.694000', '161844.696000', '161844.699000', '161844.701000', '161844.704000', '161844.707000', '161844.709000', '161844.712000', '161844.714000', '161844.717000', '161844.720000', '161844.722000', '161844.725000', '161844.728000', '161844.730000', '161844.733000', '161844.735000', '161844.738000', '161844.741000', '161844.743000', '161844.746000', '161844.748000', '161844.751000', '161844.753000', '161844.756000', '161844.759000', '161844.761000', '161844.764000', '161844.766000', '161904.658000', '161904.660000', '161904.663000', '161904.666000', '161904.668000', '161904.671000', '161904.673000', '161904.676000', '161904.679000', '161904.681000', '161904.684000', '161904.686000', '161904.689000', '161904.691000', '161904.694000', '161904.697000', '161904.699000', '161904.702000', '161904.705000', '161904.707000', '161904.710000', '161904.713000', '161904.715000', '161904.718000', '161904.720000', '161904.723000', '161904.726000', '161904.728000', '161904.731000', '161904.733000', '161904.736000', '161904.745000', '161904.747000', '161904.750000', '161904.752000', '161904.755000', '161904.758000', '161904.760000', '161904.763000', '161904.765000', '161904.768000', '161904.771000', '161904.773000', '161904.776000', '161924.658000', '161924.661000', '161924.663000', '161924.666000', '161924.668000', '161924.671000', '161924.673000', '161924.676000', '161924.679000', '161924.681000', '161924.684000', '161924.686000', '161924.689000', '161924.691000', '161924.694000', '161924.697000', '161924.699000', '161924.702000', '161924.704000', '161924.707000', '161924.709000', '161924.712000', '161924.715000', '161924.717000', '161924.720000', '161924.722000', '161924.725000', '161924.727000', '161924.730000', '161924.733000', '161924.735000', '161924.738000', '161924.740000', '161924.743000', '161924.746000', '161924.748000', '161924.751000', '161924.753000', '161924.756000', '161924.758000', '161924.761000', '161924.764000', '161924.766000', '161944.658000', '161944.661000', '161944.664000', '161944.666000', '161944.669000', '161944.672000', '161944.674000', '161944.677000', '161944.679000', '161944.682000', '161944.684000', '161944.687000', '161944.690000', '161944.692000', '161944.695000', '161944.697000', '161944.700000', '161944.703000', '161944.705000', '161944.708000', '161944.710000', '161944.713000', '161944.716000', '161944.718000', '161944.721000', '161944.723000', '161944.726000', '161944.729000', '161944.731000', '161944.734000', '161944.736000', '161944.739000', '161944.742000', '161944.744000', '161944.747000', '161944.750000', '161944.752000', '161944.755000', '161944.757000', '161944.760000', '161944.763000', '161944.765000', '161944.768000', '161944.771000', '162004.659000', '162004.661000', '162004.664000', '162004.667000', '162004.669000', '162004.672000', '162004.674000', '162004.677000', '162004.679000', '162004.682000', '162004.684000', '162004.687000', '162004.690000', '162004.692000', '162004.695000', '162004.697000', '162004.700000', '162004.702000', '162004.705000', '162004.708000', '162004.710000', '162004.713000', '162004.715000', '162004.718000', '162004.720000', '162004.723000', '162004.726000', '162004.728000', '162004.731000', '162004.733000', '162004.736000', '162004.738000', '162004.741000', '162004.744000', '162004.746000', '162004.749000', '162004.751000', '162004.754000', '162004.756000', '162004.759000', '162004.761000', '162004.764000', '162004.767000', '162024.658000', '162024.660000', '162024.663000', '162024.666000', '162024.668000', '162024.671000', '162024.673000', '162024.676000', '162024.678000', '162024.681000', '162024.684000', '162024.686000', '162024.689000', '162024.692000', '162024.694000', '162024.697000', '162024.699000', '162024.702000', '162024.705000', '162024.707000', '162024.710000', '162024.712000', '162024.715000', '162024.718000', '162024.720000', '162024.723000', '162024.725000', '162024.728000', '162024.731000', '162024.733000', '162024.736000', '162024.738000', '162024.744000', '162024.746000', '162024.749000', '162024.752000', '162024.754000', '162024.757000', '162024.759000', '162024.762000', '162024.764000', '162024.767000', '162024.770000', '162044.657000', '162044.660000', '162044.663000', '162044.665000', '162044.668000', '162044.671000', '162044.673000', '162044.676000', '162044.678000', '162044.681000', '162044.684000', '162044.686000', '162044.689000', '162044.691000', '162044.694000', '162044.697000', '162044.699000', '162044.702000', '162044.704000', '162044.707000', '162044.709000', '162044.712000', '162044.715000', '162044.717000', '162044.720000', '162044.722000', '162044.725000', '162044.728000', '162044.730000', '162044.733000', '162044.735000', '162044.738000', '162044.741000', '162044.743000', '162044.746000', '162044.748000', '162044.751000', '162044.753000', '162044.756000', '162044.758000', '162044.761000', '162044.764000', '162044.766000', '162044.769000', '162104.657000', '162104.660000', '162104.663000', '162104.665000', '162104.668000', '162104.671000', '162104.673000', '162104.676000', '162104.679000', '162104.681000', '162104.684000', '162104.687000', '162104.689000', '162104.692000', '162104.694000', '162104.697000', '162104.700000', '162104.702000', '162104.705000', '162104.707000', '162104.710000', '162104.713000', '162104.715000', '162104.718000', '162104.720000', '162104.723000', '162104.726000', '162104.728000', '162104.731000', '162104.734000', '162104.736000', '162104.739000', '162104.741000', '162104.744000', '162104.746000', '162104.749000', '162104.752000', '162104.754000', '162104.757000', '162104.759000', '162104.762000', '162104.765000', '162104.767000', '162104.770000', '162124.658000', '162124.660000', '162124.663000', '162124.665000', '162124.668000', '162124.671000', '162124.673000', '162124.676000', '162124.678000', '162124.681000', '162124.684000', '162124.686000', '162124.689000', '162124.691000', '162124.694000', '162124.696000', '162124.699000', '162124.702000', '162124.704000', '162124.707000', '162124.710000', '162124.712000', '162124.715000', '162124.717000', '162124.720000', '162124.723000', '162124.725000', '162124.728000', '162124.730000', '162124.733000', '162124.736000', '162124.738000', '162124.741000', '162124.743000', '162124.746000', '162124.748000', '162124.751000', '162124.754000', '162124.756000', '162124.759000', '162124.761000', '162124.764000', '162124.766000', '162144.658000', '162144.660000', '162144.663000', '162144.666000', '162144.668000', '162144.671000', '162144.673000', '162144.676000', '162144.679000', '162144.681000', '162144.684000', '162144.694000', '162144.697000', '162144.700000', '162144.702000', '162144.705000', '162144.707000', '162144.710000', '162144.713000', '162144.715000', '162144.718000', '162144.720000', '162144.723000', '162144.726000', '162144.728000', '162144.731000', '162144.733000', '162144.736000', '162144.739000', '162144.741000', '162144.744000', '162144.746000', '162144.749000', '162144.751000', '162144.754000', '162144.757000', '162144.759000', '162144.762000', '162144.764000', '162144.767000', '162144.770000', '162144.772000', '162144.775000', '162144.778000', '162204.658000', '162204.661000', '162204.664000', '162204.666000', '162204.669000', '162204.672000', '162204.674000', '162204.677000', '162204.679000', '162204.682000', '162204.684000', '162204.687000', '162204.690000', '162204.692000', '162204.695000', '162204.697000', '162204.700000', '162204.703000', '162204.705000', '162204.708000', '162204.710000', '162204.713000', '162204.716000', '162204.718000', '162204.721000', '162204.723000', '162204.726000', '162204.729000', '162204.731000', '162204.734000', '162204.736000', '162204.739000', '162204.742000', '162204.744000', '162204.747000', '162204.749000', '162204.752000', '162204.764000', '162204.766000', '162204.769000', '162204.772000', '162204.774000', '162204.777000', '162224.659000', '162224.661000', '162224.664000', '162224.667000', '162224.669000', '162224.672000', '162224.675000', '162224.677000', '162224.680000', '162224.683000', '162224.685000', '162224.688000', '162224.690000', '162224.693000', '162224.695000', '162224.698000', '162224.701000', '162224.703000', '162224.706000', '162224.708000', '162224.712000', '162224.714000', '162224.717000', '162224.720000', '162224.722000', '162224.725000', '162224.727000', '162224.730000', '162224.733000', '162224.735000', '162224.738000', '162224.740000', '162224.743000', '162224.746000', '162224.748000', '162224.751000', '162224.754000', '162224.756000', '162224.759000', '162224.761000', '162224.764000', '162224.767000', '162224.769000', '162244.657000', '162244.660000', '162244.663000', '162244.665000', '162244.668000', '162244.671000', '162244.673000', '162244.676000', '162244.678000', '162244.681000', '162244.683000', '162244.686000', '162244.689000', '162244.691000', '162244.694000', '162244.696000', '162244.699000', '162244.702000', '162244.704000', '162244.707000', '162244.709000', '162244.712000', '162244.714000', '162244.717000', '162244.720000', '162244.722000', '162244.725000', '162244.727000', '162244.730000', '162244.733000', '162244.735000', '162244.738000', '162244.740000', '162244.743000', '162244.746000', '162244.748000', '162244.751000', '162244.753000', '162244.756000', '162244.759000', '162244.761000', '162244.764000', '162244.766000', '162244.769000', '162304.659000', '162304.662000', '162304.664000', '162304.667000', '162304.670000', '162304.674000', '162304.677000', '162304.679000', '162304.682000', '162304.685000', '162304.687000', '162304.690000', '162304.692000', '162304.695000', '162304.698000', '162304.700000', '162304.703000', '162304.706000', '162304.708000', '162304.711000', '162304.714000', '162304.716000', '162304.726000', '162304.729000', '162304.731000', '162304.734000', '162304.736000', '162304.739000', '162304.742000', '162304.744000', '162304.747000', '162304.749000', '162304.752000', '162304.754000', '162304.757000', '162304.760000', '162304.763000', '162304.765000', '162304.768000', '162304.770000', '162304.773000', '162304.776000', '162304.778000', '162304.781000', '162324.658000', '162324.660000', '162324.663000', '162324.666000', '162324.668000', '162324.671000', '162324.674000', '162324.676000', '162324.679000', '162324.681000', '162324.684000', '162324.686000', '162324.689000', '162324.692000', '162324.694000', '162324.697000', '162324.699000', '162324.702000', '162324.705000', '162324.707000', '162324.710000', '162324.712000', '162324.715000', '162324.718000', '162324.720000', '162324.723000', '162324.726000', '162324.728000', '162324.731000', '162324.733000', '162324.736000', '162324.739000', '162324.741000', '162324.744000', '162324.746000', '162324.749000', '162324.751000', '162324.754000', '162324.757000', '162324.759000', '162324.762000', '162324.764000', '162324.767000', '162344.657000', '162344.660000', '162344.663000', '162344.666000', '162344.668000', '162344.671000', '162344.673000', '162344.676000', '162344.679000', '162344.681000', '162344.684000', '162344.686000', '162344.689000', '162344.692000', '162344.694000', '162344.697000', '162344.700000', '162344.702000', '162344.705000', '162344.707000', '162344.710000', '162344.713000', '162344.715000', '162344.718000', '162344.720000', '162344.723000', '162344.726000', '162344.728000', '162344.731000', '162344.733000', '162344.736000', '162344.738000', '162344.741000', '162344.744000', '162344.746000', '162344.749000', '162344.752000', '162344.754000', '162344.757000', '162344.759000', '162344.762000', '162344.765000', '162344.767000', '162404.658000', '162404.660000', '162404.663000', '162404.666000', '162404.668000', '162404.671000', '162404.674000', '162404.676000', '162404.679000', '162404.681000', '162404.684000', '162404.686000', '162404.689000', '162404.692000', '162404.694000', '162404.697000', '162404.699000', '162404.702000', '162404.704000', '162404.707000', '162404.710000', '162404.712000', '162404.715000', '162404.717000', '162404.720000', '162404.723000', '162404.725000', '162404.728000', '162404.730000', '162404.733000', '162404.736000', '162404.738000', '162404.741000', '162404.744000', '162404.746000', '162404.749000', '162404.751000', '162404.754000', '162404.757000', '162404.759000', '162404.762000', '162404.764000', '162404.767000', '162404.769000', '162424.659000', '162424.661000', '162424.664000', '162424.667000', '162424.669000', '162424.672000', '162424.674000', '162424.677000', '162424.679000', '162424.682000', '162424.685000', '162424.687000', '162424.690000', '162424.692000', '162424.695000', '162424.699000', '162424.702000', '162424.704000', '162424.707000', '162424.710000', '162424.712000', '162424.715000', '162424.717000', '162424.720000', '162424.722000', '162424.725000', '162424.728000', '162424.730000', '162424.733000', '162424.736000', '162424.738000', '162424.741000', '162424.743000', '162424.746000', '162424.749000', '162424.752000', '162424.754000', '162424.757000', '162424.760000', '162424.762000', '162424.765000', '162424.767000', '162424.770000', '162424.773000', '162444.658000', '162444.661000', '162444.664000', '162444.667000', '162444.669000', '162444.672000', '162444.674000', '162444.677000', '162444.680000', '162444.682000', '162444.685000', '162444.687000', '162444.690000', '162444.693000', '162444.696000', '162444.698000', '162444.701000', '162444.703000', '162444.706000', '162444.709000', '162444.711000', '162444.714000', '162444.716000', '162444.719000', '162444.722000', '162444.724000', '162444.727000', '162444.729000', '162444.732000', '162444.734000', '162444.737000', '162444.740000', '162444.742000', '162444.745000', '162444.747000', '162444.750000', '162444.753000', '162444.755000', '162444.758000', '162444.760000', '162444.763000', '162444.765000', '162444.768000', '162504.658000', '162504.673000', '162504.676000', '162504.679000', '162504.681000', '162504.684000', '162504.686000', '162504.689000', '162504.691000', '162504.694000', '162504.697000', '162504.699000', '162504.702000', '162504.704000', '162504.707000', '162504.710000', '162504.712000', '162504.715000', '162504.717000', '162504.720000', '162504.722000', '162504.725000', '162504.728000', '162504.730000', '162504.733000', '162504.735000', '162504.738000', '162504.741000', '162504.743000', '162504.746000', '162504.748000', '162504.751000', '162504.754000', '162504.756000', '162504.759000', '162504.762000', '162504.764000', '162504.767000', '162504.769000', '162504.772000', '162504.775000', '162504.777000', '162504.780000', '162524.658000', '162524.660000', '162524.663000', '162524.666000', '162524.668000', '162524.671000', '162524.673000', '162524.676000', '162524.678000', '162524.681000', '162524.684000', '162524.686000', '162524.689000', '162524.691000', '162524.694000', '162524.697000', '162524.699000', '162524.702000', '162524.704000', '162524.707000', '162524.709000', '162524.712000', '162524.715000', '162524.717000', '162524.720000', '162524.722000', '162524.725000', '162524.727000', '162524.730000', '162524.733000', '162524.735000', '162524.738000', '162524.740000', '162524.743000', '162524.745000', '162524.748000', '162524.751000', '162524.753000', '162524.756000', '162524.758000', '162524.761000', '162524.763000', '162524.766000', '162524.769000', '162544.245000', '162544.247000', '162544.250000', '162544.253000', '162544.255000', '162544.258000', '162544.260000', '162544.263000', '162544.266000', '162544.268000', '162544.271000', '162544.274000', '162544.276000', '162544.279000', '162544.281000', '162544.284000', '162544.287000', '162544.289000', '162544.292000', '162544.294000', '162544.297000', '162544.300000', '162544.302000', '162544.305000', '162544.308000', '162544.310000', '162544.313000', '162544.316000', '162544.318000', '162544.321000', '162544.324000', '162544.326000', '162544.329000', '162544.331000', '162544.334000', '162544.337000', '162544.339000', '162544.342000', '162544.344000', '162544.347000', '162544.350000', '162544.352000', '162544.355000'], 'InstanceCreationTime': ['161744.691000', '161744.694000', '161744.696000', '161744.699000', '161744.702000', '161744.705000', '161744.708000', '161744.711000', '161744.713000', '161744.716000', '161744.725000', '161744.728000', '161744.730000', '161744.733000', '161744.735000', '161744.738000', '161744.741000', '161744.743000', '161744.746000', '161744.748000', '161744.751000', '161744.754000', '161804.657000', '161804.660000', '161804.663000', '161804.665000', '161804.668000', '161804.671000', '161804.673000', '161804.676000', '161804.678000', '161804.681000', '161804.683000', '161804.686000', '161804.688000', '161804.691000', '161804.694000', '161804.701000', '161804.704000', '161804.707000', '161804.709000', '161804.712000', '161804.714000', '161804.717000', '161804.719000', '161804.722000', '161804.725000', '161804.727000', '161804.730000', '161804.732000', '161804.735000', '161804.738000', '161804.742000', '161804.744000', '161804.747000', '161804.750000', '161804.752000', '161804.755000', '161804.757000', '161804.760000', '161804.762000', '161804.765000', '161804.767000', '161804.770000', '161804.773000', '161824.657000', '161824.660000', '161824.663000', '161824.665000', '161824.668000', '161824.671000', '161824.673000', '161824.676000', '161824.678000', '161824.681000', '161824.683000', '161824.686000', '161824.689000', '161824.691000', '161824.694000', '161824.696000', '161824.699000', '161824.701000', '161824.704000', '161824.707000', '161824.709000', '161824.712000', '161824.714000', '161824.717000', '161824.719000', '161824.722000', '161824.724000', '161824.727000', '161824.730000', '161824.732000', '161824.735000', '161824.737000', '161824.740000', '161824.742000', '161824.745000', '161824.748000', '161824.750000', '161824.753000', '161824.755000', '161824.758000', '161824.760000', '161824.763000', '161824.766000', '161824.768000', '161844.657000', '161844.660000', '161844.663000', '161844.665000', '161844.668000', '161844.671000', '161844.673000', '161844.676000', '161844.678000', '161844.681000', '161844.683000', '161844.686000', '161844.689000', '161844.691000', '161844.694000', '161844.696000', '161844.699000', '161844.701000', '161844.704000', '161844.707000', '161844.709000', '161844.712000', '161844.714000', '161844.717000', '161844.720000', '161844.722000', '161844.725000', '161844.728000', '161844.730000', '161844.733000', '161844.735000', '161844.738000', '161844.741000', '161844.743000', '161844.746000', '161844.748000', '161844.751000', '161844.753000', '161844.756000', '161844.759000', '161844.761000', '161844.764000', '161844.766000', '161904.658000', '161904.660000', '161904.663000', '161904.666000', '161904.668000', '161904.671000', '161904.673000', '161904.676000', '161904.679000', '161904.681000', '161904.684000', '161904.686000', '161904.689000', '161904.691000', '161904.694000', '161904.697000', '161904.699000', '161904.702000', '161904.705000', '161904.707000', '161904.710000', '161904.713000', '161904.715000', '161904.718000', '161904.720000', '161904.723000', '161904.726000', '161904.728000', '161904.731000', '161904.733000', '161904.736000', '161904.745000', '161904.747000', '161904.750000', '161904.752000', '161904.755000', '161904.758000', '161904.760000', '161904.763000', '161904.765000', '161904.768000', '161904.771000', '161904.773000', '161904.776000', '161924.658000', '161924.661000', '161924.663000', '161924.666000', '161924.668000', '161924.671000', '161924.673000', '161924.676000', '161924.679000', '161924.681000', '161924.684000', '161924.686000', '161924.689000', '161924.691000', '161924.694000', '161924.697000', '161924.699000', '161924.702000', '161924.704000', '161924.707000', '161924.709000', '161924.712000', '161924.715000', '161924.717000', '161924.720000', '161924.722000', '161924.725000', '161924.727000', '161924.730000', '161924.733000', '161924.735000', '161924.738000', '161924.740000', '161924.743000', '161924.746000', '161924.748000', '161924.751000', '161924.753000', '161924.756000', '161924.758000', '161924.761000', '161924.764000', '161924.766000', '161944.658000', '161944.661000', '161944.664000', '161944.666000', '161944.669000', '161944.672000', '161944.674000', '161944.677000', '161944.679000', '161944.682000', '161944.684000', '161944.687000', '161944.690000', '161944.692000', '161944.695000', '161944.697000', '161944.700000', '161944.703000', '161944.705000', '161944.708000', '161944.710000', '161944.713000', '161944.716000', '161944.718000', '161944.721000', '161944.723000', '161944.726000', '161944.729000', '161944.731000', '161944.734000', '161944.736000', '161944.739000', '161944.742000', '161944.744000', '161944.747000', '161944.750000', '161944.752000', '161944.755000', '161944.757000', '161944.760000', '161944.763000', '161944.765000', '161944.768000', '161944.771000', '162004.659000', '162004.661000', '162004.664000', '162004.667000', '162004.669000', '162004.672000', '162004.674000', '162004.677000', '162004.679000', '162004.682000', '162004.684000', '162004.687000', '162004.690000', '162004.692000', '162004.695000', '162004.697000', '162004.700000', '162004.702000', '162004.705000', '162004.708000', '162004.710000', '162004.713000', '162004.715000', '162004.718000', '162004.720000', '162004.723000', '162004.726000', '162004.728000', '162004.731000', '162004.733000', '162004.736000', '162004.738000', '162004.741000', '162004.744000', '162004.746000', '162004.749000', '162004.751000', '162004.754000', '162004.756000', '162004.759000', '162004.761000', '162004.764000', '162004.767000', '162024.658000', '162024.660000', '162024.663000', '162024.666000', '162024.668000', '162024.671000', '162024.673000', '162024.676000', '162024.678000', '162024.681000', '162024.684000', '162024.686000', '162024.689000', '162024.692000', '162024.694000', '162024.697000', '162024.699000', '162024.702000', '162024.705000', '162024.707000', '162024.710000', '162024.712000', '162024.715000', '162024.718000', '162024.720000', '162024.723000', '162024.725000', '162024.728000', '162024.731000', '162024.733000', '162024.736000', '162024.738000', '162024.744000', '162024.746000', '162024.749000', '162024.752000', '162024.754000', '162024.757000', '162024.759000', '162024.762000', '162024.764000', '162024.767000', '162024.770000', '162044.657000', '162044.660000', '162044.663000', '162044.665000', '162044.668000', '162044.671000', '162044.673000', '162044.676000', '162044.678000', '162044.681000', '162044.684000', '162044.686000', '162044.689000', '162044.691000', '162044.694000', '162044.697000', '162044.699000', '162044.702000', '162044.704000', '162044.707000', '162044.709000', '162044.712000', '162044.715000', '162044.717000', '162044.720000', '162044.722000', '162044.725000', '162044.728000', '162044.730000', '162044.733000', '162044.735000', '162044.738000', '162044.741000', '162044.743000', '162044.746000', '162044.748000', '162044.751000', '162044.753000', '162044.756000', '162044.758000', '162044.761000', '162044.764000', '162044.766000', '162044.769000', '162104.657000', '162104.660000', '162104.663000', '162104.665000', '162104.668000', '162104.671000', '162104.673000', '162104.676000', '162104.679000', '162104.681000', '162104.684000', '162104.687000', '162104.689000', '162104.692000', '162104.694000', '162104.697000', '162104.700000', '162104.702000', '162104.705000', '162104.707000', '162104.710000', '162104.713000', '162104.715000', '162104.718000', '162104.720000', '162104.723000', '162104.726000', '162104.728000', '162104.731000', '162104.734000', '162104.736000', '162104.739000', '162104.741000', '162104.744000', '162104.746000', '162104.749000', '162104.752000', '162104.754000', '162104.757000', '162104.759000', '162104.762000', '162104.765000', '162104.767000', '162104.770000', '162124.658000', '162124.660000', '162124.663000', '162124.665000', '162124.668000', '162124.671000', '162124.673000', '162124.676000', '162124.678000', '162124.681000', '162124.684000', '162124.686000', '162124.689000', '162124.691000', '162124.694000', '162124.696000', '162124.699000', '162124.702000', '162124.704000', '162124.707000', '162124.710000', '162124.712000', '162124.715000', '162124.717000', '162124.720000', '162124.723000', '162124.725000', '162124.728000', '162124.730000', '162124.733000', '162124.736000', '162124.738000', '162124.741000', '162124.743000', '162124.746000', '162124.748000', '162124.751000', '162124.754000', '162124.756000', '162124.759000', '162124.761000', '162124.764000', '162124.766000', '162144.658000', '162144.660000', '162144.663000', '162144.666000', '162144.668000', '162144.671000', '162144.673000', '162144.676000', '162144.679000', '162144.681000', '162144.684000', '162144.694000', '162144.697000', '162144.700000', '162144.702000', '162144.705000', '162144.707000', '162144.710000', '162144.713000', '162144.715000', '162144.718000', '162144.720000', '162144.723000', '162144.726000', '162144.728000', '162144.731000', '162144.733000', '162144.736000', '162144.739000', '162144.741000', '162144.744000', '162144.746000', '162144.749000', '162144.751000', '162144.754000', '162144.757000', '162144.759000', '162144.762000', '162144.764000', '162144.767000', '162144.770000', '162144.772000', '162144.775000', '162144.778000', '162204.658000', '162204.661000', '162204.664000', '162204.666000', '162204.669000', '162204.672000', '162204.674000', '162204.677000', '162204.679000', '162204.682000', '162204.684000', '162204.687000', '162204.690000', '162204.692000', '162204.695000', '162204.697000', '162204.700000', '162204.703000', '162204.705000', '162204.708000', '162204.710000', '162204.713000', '162204.716000', '162204.718000', '162204.721000', '162204.723000', '162204.726000', '162204.729000', '162204.731000', '162204.734000', '162204.736000', '162204.739000', '162204.742000', '162204.744000', '162204.747000', '162204.749000', '162204.752000', '162204.764000', '162204.766000', '162204.769000', '162204.772000', '162204.774000', '162204.777000', '162224.659000', '162224.661000', '162224.664000', '162224.667000', '162224.669000', '162224.672000', '162224.675000', '162224.677000', '162224.680000', '162224.683000', '162224.685000', '162224.688000', '162224.690000', '162224.693000', '162224.695000', '162224.698000', '162224.701000', '162224.703000', '162224.706000', '162224.708000', '162224.712000', '162224.714000', '162224.717000', '162224.720000', '162224.722000', '162224.725000', '162224.727000', '162224.730000', '162224.733000', '162224.735000', '162224.738000', '162224.740000', '162224.743000', '162224.746000', '162224.748000', '162224.751000', '162224.754000', '162224.756000', '162224.759000', '162224.761000', '162224.764000', '162224.767000', '162224.769000', '162244.657000', '162244.660000', '162244.663000', '162244.665000', '162244.668000', '162244.671000', '162244.673000', '162244.676000', '162244.678000', '162244.681000', '162244.683000', '162244.686000', '162244.689000', '162244.691000', '162244.694000', '162244.696000', '162244.699000', '162244.702000', '162244.704000', '162244.707000', '162244.709000', '162244.712000', '162244.714000', '162244.717000', '162244.720000', '162244.722000', '162244.725000', '162244.727000', '162244.730000', '162244.733000', '162244.735000', '162244.738000', '162244.740000', '162244.743000', '162244.746000', '162244.748000', '162244.751000', '162244.753000', '162244.756000', '162244.759000', '162244.761000', '162244.764000', '162244.766000', '162244.769000', '162304.659000', '162304.662000', '162304.664000', '162304.667000', '162304.670000', '162304.674000', '162304.677000', '162304.679000', '162304.682000', '162304.685000', '162304.687000', '162304.690000', '162304.692000', '162304.695000', '162304.698000', '162304.700000', '162304.703000', '162304.706000', '162304.708000', '162304.711000', '162304.714000', '162304.716000', '162304.726000', '162304.729000', '162304.731000', '162304.734000', '162304.736000', '162304.739000', '162304.742000', '162304.744000', '162304.747000', '162304.749000', '162304.752000', '162304.754000', '162304.757000', '162304.760000', '162304.763000', '162304.765000', '162304.768000', '162304.770000', '162304.773000', '162304.776000', '162304.778000', '162304.781000', '162324.658000', '162324.660000', '162324.663000', '162324.666000', '162324.668000', '162324.671000', '162324.674000', '162324.676000', '162324.679000', '162324.681000', '162324.684000', '162324.686000', '162324.689000', '162324.692000', '162324.694000', '162324.697000', '162324.699000', '162324.702000', '162324.705000', '162324.707000', '162324.710000', '162324.712000', '162324.715000', '162324.718000', '162324.720000', '162324.723000', '162324.726000', '162324.728000', '162324.731000', '162324.733000', '162324.736000', '162324.739000', '162324.741000', '162324.744000', '162324.746000', '162324.749000', '162324.751000', '162324.754000', '162324.757000', '162324.759000', '162324.762000', '162324.764000', '162324.767000', '162344.657000', '162344.660000', '162344.663000', '162344.666000', '162344.668000', '162344.671000', '162344.673000', '162344.676000', '162344.679000', '162344.681000', '162344.684000', '162344.686000', '162344.689000', '162344.692000', '162344.694000', '162344.697000', '162344.700000', '162344.702000', '162344.705000', '162344.707000', '162344.710000', '162344.713000', '162344.715000', '162344.718000', '162344.720000', '162344.723000', '162344.726000', '162344.728000', '162344.731000', '162344.733000', '162344.736000', '162344.738000', '162344.741000', '162344.744000', '162344.746000', '162344.749000', '162344.752000', '162344.754000', '162344.757000', '162344.759000', '162344.762000', '162344.765000', '162344.767000', '162404.658000', '162404.660000', '162404.663000', '162404.666000', '162404.668000', '162404.671000', '162404.674000', '162404.676000', '162404.679000', '162404.681000', '162404.684000', '162404.686000', '162404.689000', '162404.692000', '162404.694000', '162404.697000', '162404.699000', '162404.702000', '162404.704000', '162404.707000', '162404.710000', '162404.712000', '162404.715000', '162404.717000', '162404.720000', '162404.723000', '162404.725000', '162404.728000', '162404.730000', '162404.733000', '162404.736000', '162404.738000', '162404.741000', '162404.744000', '162404.746000', '162404.749000', '162404.751000', '162404.754000', '162404.757000', '162404.759000', '162404.762000', '162404.764000', '162404.767000', '162404.769000', '162424.659000', '162424.661000', '162424.664000', '162424.667000', '162424.669000', '162424.672000', '162424.674000', '162424.677000', '162424.679000', '162424.682000', '162424.685000', '162424.687000', '162424.690000', '162424.692000', '162424.695000', '162424.699000', '162424.702000', '162424.704000', '162424.707000', '162424.710000', '162424.712000', '162424.715000', '162424.717000', '162424.720000', '162424.722000', '162424.725000', '162424.728000', '162424.730000', '162424.733000', '162424.736000', '162424.738000', '162424.741000', '162424.743000', '162424.746000', '162424.749000', '162424.752000', '162424.754000', '162424.757000', '162424.760000', '162424.762000', '162424.765000', '162424.767000', '162424.770000', '162424.773000', '162444.658000', '162444.661000', '162444.664000', '162444.667000', '162444.669000', '162444.672000', '162444.674000', '162444.677000', '162444.680000', '162444.682000', '162444.685000', '162444.687000', '162444.690000', '162444.693000', '162444.696000', '162444.698000', '162444.701000', '162444.703000', '162444.706000', '162444.709000', '162444.711000', '162444.714000', '162444.716000', '162444.719000', '162444.722000', '162444.724000', '162444.727000', '162444.729000', '162444.732000', '162444.734000', '162444.737000', '162444.740000', '162444.742000', '162444.745000', '162444.747000', '162444.750000', '162444.753000', '162444.755000', '162444.758000', '162444.760000', '162444.763000', '162444.765000', '162444.768000', '162504.658000', '162504.673000', '162504.676000', '162504.679000', '162504.681000', '162504.684000', '162504.686000', '162504.689000', '162504.691000', '162504.694000', '162504.697000', '162504.699000', '162504.702000', '162504.704000', '162504.707000', '162504.710000', '162504.712000', '162504.715000', '162504.717000', '162504.720000', '162504.722000', '162504.725000', '162504.728000', '162504.730000', '162504.733000', '162504.735000', '162504.738000', '162504.741000', '162504.743000', '162504.746000', '162504.748000', '162504.751000', '162504.754000', '162504.756000', '162504.759000', '162504.762000', '162504.764000', '162504.767000', '162504.769000', '162504.772000', '162504.775000', '162504.777000', '162504.780000', '162524.658000', '162524.660000', '162524.663000', '162524.666000', '162524.668000', '162524.671000', '162524.673000', '162524.676000', '162524.678000', '162524.681000', '162524.684000', '162524.686000', '162524.689000', '162524.691000', '162524.694000', '162524.697000', '162524.699000', '162524.702000', '162524.704000', '162524.707000', '162524.709000', '162524.712000', '162524.715000', '162524.717000', '162524.720000', '162524.722000', '162524.725000', '162524.727000', '162524.730000', '162524.733000', '162524.735000', '162524.738000', '162524.740000', '162524.743000', '162524.745000', '162524.748000', '162524.751000', '162524.753000', '162524.756000', '162524.758000', '162524.761000', '162524.763000', '162524.766000', '162524.769000', '162544.245000', '162544.247000', '162544.250000', '162544.253000', '162544.255000', '162544.258000', '162544.260000', '162544.263000', '162544.266000', '162544.268000', '162544.271000', '162544.274000', '162544.276000', '162544.279000', '162544.281000', '162544.284000', '162544.287000', '162544.289000', '162544.292000', '162544.294000', '162544.297000', '162544.300000', '162544.302000', '162544.305000', '162544.308000', '162544.310000', '162544.313000', '162544.316000', '162544.318000', '162544.321000', '162544.324000', '162544.326000', '162544.329000', '162544.331000', '162544.334000', '162544.337000', '162544.339000', '162544.342000', '162544.344000', '162544.347000', '162544.350000', '162544.352000', '162544.355000'], '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], 'LargestImagePixelValue': [7941, 11461, 7466, 11252, 9589, 8021, 10215, 7512, 7728, 14539, 8358, 7627, 10827, 7321, 12367, 10715, 8057, 13446, 9305, 11146, 11381, 7925, 10322, 10506, 7835, 14085, 9412, 8595, 10957, 8498, 12754, 9364, 7978, 12929, 9273, 9895, 10246, 8297, 13344, 11641, 8855, 11606, 7143, 10016, 10558, 7716, 11579, 7806, 7655, 13593, 7187, 8659, 7916, 7734, 15103, 10243, 7627, 11199, 7448, 12466, 10558, 7642, 12052, 7920, 7467, 14211, 8075, 7654, 10190, 7803, 15230, 10629, 7882, 13801, 10102, 10996, 12527, 7848, 7546, 11529, 8564, 11173, 10514, 7641, 15043, 11114, 8842, 12540, 7476, 9634, 12549, 8496, 11565, 8591, 7636, 16122, 10502, 7913, 12385, 8455, 9974, 14131, 9368, 8915, 10092, 7957, 15849, 9246, 7167, 12168, 8569, 10035, 10203, 7446, 13537, 9643, 7405, 11999, 7105, 7227, 12855, 9005, 10796, 11145, 7048, 12261, 12639, 9414, 12213, 8865, 7127, 15669, 10095, 7140, 11119, 7349, 12164, 11356, 8023, 11255, 9174, 7127, 16827, 11430, 8062, 12827, 8168, 8767, 14730, 8414, 8495, 10096, 7514, 13485, 11585, 7617, 11655, 8870, 7405, 16305, 9268, 7083, 12633, 9070, 8876, 11548, 7380, 9670, 12564, 8369, 8517, 11780, 8196, 8374, 16933, 11261, 8406, 12667, 8037, 10536, 11247, 6928, 9240, 8652, 7760, 16180, 9287, 7325, 12238, 8556, 10331, 13011, 6943, 9273, 9794, 7086, 15176, 9571, 7322, 13060, 9084, 11743, 12171, 7747, 12185, 10187, 7781, 16651, 10821, 7242, 12991, 8698, 11063, 13367, 7135, 8724, 10355, 7295, 14167, 9412, 7283, 13959, 10456, 8970, 12008, 7327, 10182, 12243, 7616, 11307, 9051, 7680, 15860, 11927, 9586, 12999, 8468, 8782, 14039, 8198, 10147, 9288, 7392, 16147, 11035, 7006, 12314, 8006, 9716, 14070, 7361, 9769, 8525, 7313, 16419, 10279, 7296, 12981, 8288, 11221, 13279, 7453, 9055, 10463, 7304, 16211, 10767, 7164, 13617, 12121, 9533, 15233, 10676, 7354, 12564, 8793, 11751, 13138, 7235, 7272, 10970, 7421, 16427, 10724, 7193, 12693, 7887, 10506, 13316, 7164, 10361, 10321, 8271, 17417, 11854, 7828, 8971, 8954, 7097, 7188, 15661, 11652, 7657, 10292, 10201, 7041, 13029, 10919, 6996, 7039, 10494, 8350, 11882, 12913, 7863, 7162, 13292, 11205, 12101, 11801, 7281, 12203, 12038, 10322, 13986, 10959, 7373, 7330, 12177, 7526, 14788, 9293, 9521, 12723, 7470, 11431, 9729, 9098, 16020, 12247, 11899, 11514, 7343, 14839, 9405, 8619, 11684, 7279, 13588, 8211, 7472, 12847, 7396, 7447, 9903, 7494, 13450, 10801, 7108, 12624, 8771, 7343, 13796, 7221, 8716, 11770, 7345, 12490, 9453, 7586, 14413, 9842, 11966, 10300, 7477, 13803, 9994, 8745, 13413, 7602, 7618, 12506, 7706, 11935, 9399, 7196, 14413, 10319, 9550, 11878, 7143, 10437, 11225, 7200, 13268, 8380, 7672, 14736, 10536, 9250, 12170, 7720, 14665, 11119, 8458, 13009, 7313, 11703, 10885, 7547, 13770, 8411, 7214, 14303, 8016, 15422, 9345, 7733, 12502, 7417, 16953, 10253, 7261, 11733, 7248, 15053, 9587, 7453, 10219, 8920, 7248, 9794, 13712, 8261, 11184, 9112, 7499, 16525, 10319, 7708, 9852, 7473, 14392, 10281, 8763, 10479, 7176, 11637, 10449, 7335, 14316, 8199, 7662, 14268, 9728, 11155, 9704, 7340, 15059, 10599, 11237, 10515, 7212, 14626, 9689, 11385, 10941, 7641, 14142, 9265, 8323, 13048, 7210, 10262, 9876, 7277, 15922, 9967, 7792, 9220, 7459, 15018, 10282, 7637, 10250, 7452, 14113, 10543, 7443, 14051, 8067, 9705, 13193, 8208, 10996, 9971, 7593, 16360, 12048, 11198, 12898, 7501, 14438, 10497, 10864, 11305, 7431, 13601, 8054, 7834, 12967, 7508, 9083, 9886, 7488, 15514, 9922, 7283, 15010, 10635, 12229, 11872, 7343, 14979, 9107, 11875, 11381, 7451, 11345, 9112, 7484, 16677, 11527, 7396, 12951, 7442, 15829, 11307, 7604, 13138, 8178, 10642, 12825, 7521, 13593, 8413, 7444, 13748, 10220, 7835, 12483, 7960, 9972, 12323, 7797, 16227, 9694, 7256, 12001, 7934, 7113, 12538, 8380, 8217, 14183, 10110, 7345, 15627, 12676, 11683, 10642, 7499, 7413, 9903, 7710, 11620, 9435, 7490, 12327, 9794, 7301, 14139, 9077, 7388, 14274, 8715, 17373, 12170, 10545, 13088, 7525, 15026, 10427, 11248, 11276, 7358, 13897, 7332, 10891, 10716, 7576, 14664, 7940, 7670, 12270, 7451, 15725, 8782, 7362, 12172, 7497, 15393, 10711, 7449, 12860, 7370, 15473, 11764, 8678, 12225, 7567, 12411, 10996, 7296, 14062, 7953, 9177, 12969, 8206, 13557, 9457, 7599, 14488, 10078, 11234, 14632, 8431, 7239, 12512, 8348, 11451, 12571, 7439, 11016, 10277, 7467, 15793, 8374, 7351, 12798, 8168, 11919, 11308, 7373, 9784, 9172, 7484, 16685, 12256, 10165, 14245, 8550, 15989, 11110, 11472, 12429, 7555, 9699, 9938, 7402, 14502, 9193, 7470, 12803, 7874, 10654, 11889, 7079, 11662, 8802, 7126, 15426, 10872, 12702, 10942, 7184, 12179, 7432, 15093, 9761, 7140, 11218, 7138, 14638, 10397, 7566, 11466, 7269, 9682, 11070, 7527, 14099, 9239, 7143, 13709, 9565, 11499, 11443, 7246, 13258, 9090, 7278, 15203, 10164, 10178, 10173, 7623, 12359, 10783, 8127, 13902, 7898, 8335, 13148, 8293, 12100, 9284, 7648, 15157, 11209, 8738, 12123, 7354, 9991, 10840, 7532, 14688, 7791, 7585, 10872, 7254, 15246, 7685, 8613, 7610, 7780, 10748, 8524, 7667, 13719, 11070, 7724, 13301, 8186, 16240, 10852, 10250, 7852, 7164, 12336, 7904, 9374, 7074, 7324, 11969, 8694, 8797, 11089, 7380, 15070, 10383, 12393, 10985, 6937, 14239, 9421, 11768, 11634, 7113, 12302, 8522, 7221, 14799, 9713, 9064, 10885, 7135, 16025, 11099, 8851, 11310, 7030, 15544, 10751, 11209, 10742, 6998, 13399, 9480, 9951, 11056, 7226, 10207, 8690, 7184, 13176, 7176, 10589, 8300, 7370, 14682, 8555, 9339, 8584, 7259, 15273, 9424, 7290, 11864, 7484, 14445, 10983, 7437, 12569, 7875, 9895, 12297, 7136, 12395, 7934, 7638, 13683, 7306, 9136, 8160, 7275, 14529, 8884, 7133, 11077, 7561, 16153, 11017, 7551, 10887, 7299, 15088, 9973, 7203, 9608, 7298, 14251, 9975, 8020, 9732, 7381, 13136, 9885, 7151, 11685, 7668, 7583, 12369, 7617, 12563, 9644, 7082, 13588, 9239, 12284, 10109, 6890, 12432, 8077, 10481, 11190, 7214, 10615, 8067, 7464, 14983, 9780, 10580, 9629, 7092, 14412, 10105, 11140, 10380, 7329, 11721, 8785, 7096, 14062, 8964, 7479, 10890, 7233, 13632, 11185, 8302, 12322, 7630, 7895, 12799, 7584, 9225, 9579, 7455, 15282, 11201, 8417, 12567, 8445, 7289, 13123, 8001, 10032, 11436, 7538, 6729, 8277, 11171, 8209, 13074, 11532, 8556, 8206, 9480, 7320, 14901, 10697, 7162, 11352, 8083, 7270, 14820, 10119, 7077, 12363, 7704, 11944, 10726, 7116, 9254, 8944, 7421, 14611, 10350, 7124, 13457, 9554, 9683, 11502, 7901, 7719, 12561, 7516, 11054, 9841, 6997, 15107, 11282, 9336, 13034, 8793, 6962, 13999, 10563, 7374, 12294, 7973, 7337, 13946, 10940, 13039, 10385, 7281, 10097, 11037, 8786, 13478, 9526, 7272, 14581, 9676, 7371, 8181, 7108, 14413, 9973, 6883, 11289, 8069, 7677, 11949, 7325, 7239, 10839, 7087, 10151, 12560, 8399, 7233, 14410, 14911, 10046, 13984, 10560, 8011, 15255, 11181, 11543, 8679, 7313, 13038, 8895, 12460, 7698, 7174, 11012, 8043, 7195, 12704, 8321, 6988, 12554, 7416, 13344, 11518, 6948, 13162, 10426, 9325, 14879, 11585, 6928, 12652, 7036, 12304, 9753, 7016, 9348, 8877, 7477, 11872, 10612, 6975, 13507, 10632, 9420, 12522, 7694, 7147, 11674, 8441, 10151, 12339, 7824, 7661, 11450, 7108, 12482, 10930, 7132], 'WindowCenter': [4234.0, 4260.0, 4205.0, 4243.0, 4222.0, 4201.0, 4219.0, 4190.0, 4200.0, 4252.0, 4210.0, 4201.0, 4233.0, 4202.0, 4242.0, 4231.0, 4201.0, 4253.0, 4222.0, 4231.0, 4241.0, 4201.0, 4231.0, 4233.0, 4200.0, 4251.0, 4210.0, 4209.0, 4230.0, 4209.0, 4239.0, 4209.0, 4199.0, 4239.0, 4209.0, 4218.0, 4219.0, 4211.0, 4251.0, 4231.0, 4210.0, 4229.0, 4179.0, 4219.0, 4230.0, 4188.0, 4229.0, 4189.0, 4188.0, 4238.0, 4188.0, 4208.0, 4198.0, 4201.0, 4250.0, 4220.0, 4190.0, 4230.0, 4201.0, 4240.0, 4229.0, 4200.0, 4240.0, 4211.0, 4201.0, 4262.0, 4210.0, 4200.0, 4230.0, 4200.0, 4261.0, 4231.0, 4199.0, 4249.0, 4220.0, 4230.0, 4241.0, 4199.0, 4189.0, 4230.0, 4210.0, 4229.0, 4219.0, 4199.0, 4249.0, 4229.0, 4207.0, 4239.0, 4189.0, 4219.0, 4239.0, 4209.0, 4227.0, 4196.0, 4188.0, 4249.0, 4220.0, 4197.0, 4239.0, 4211.0, 4219.0, 4249.0, 4207.0, 4208.0, 4219.0, 4198.0, 4248.0, 4207.0, 4176.0, 4238.0, 4208.0, 4218.0, 4218.0, 4189.0, 4249.0, 4220.0, 4190.0, 4239.0, 4190.0, 4201.0, 4241.0, 4222.0, 4231.0, 4231.0, 4190.0, 4241.0, 4241.0, 4220.0, 4240.0, 4210.0, 4190.0, 4260.0, 4219.0, 4188.0, 4227.0, 4200.0, 4239.0, 4230.0, 4200.0, 4229.0, 4220.0, 4190.0, 4260.0, 4230.0, 4199.0, 4239.0, 4209.0, 4210.0, 4249.0, 4199.0, 4208.0, 4219.0, 4189.0, 4239.0, 4229.0, 4189.0, 4239.0, 4221.0, 4200.0, 4262.0, 4221.0, 4188.0, 4240.0, 4222.0, 4221.0, 4242.0, 4203.0, 4222.0, 4241.0, 4210.0, 4210.0, 4241.0, 4212.0, 4214.0, 4262.0, 4231.0, 4209.0, 4238.0, 4200.0, 4229.0, 4228.0, 4177.0, 4207.0, 4198.0, 4188.0, 4259.0, 4208.0, 4188.0, 4240.0, 4210.0, 4230.0, 4250.0, 4189.0, 4219.0, 4232.0, 4191.0, 4262.0, 4221.0, 4190.0, 4251.0, 4220.0, 4242.0, 4241.0, 4200.0, 4239.0, 4230.0, 4200.0, 4261.0, 4230.0, 4200.0, 4251.0, 4211.0, 4230.0, 4251.0, 4189.0, 4209.0, 4230.0, 4189.0, 4250.0, 4219.0, 4189.0, 4249.0, 4230.0, 4209.0, 4239.0, 4200.0, 4230.0, 4242.0, 4200.0, 4229.0, 4207.0, 4200.0, 4260.0, 4241.0, 4219.0, 4239.0, 4210.0, 4209.0, 4250.0, 4198.0, 4217.0, 4208.0, 4188.0, 4259.0, 4229.0, 4188.0, 4240.0, 4212.0, 4232.0, 4262.0, 4200.0, 4219.0, 4210.0, 4200.0, 4261.0, 4232.0, 4200.0, 4250.0, 4211.0, 4242.0, 4252.0, 4201.0, 4221.0, 4232.0, 4200.0, 4272.0, 4242.0, 4201.0, 4262.0, 4253.0, 4221.0, 4261.0, 4230.0, 4188.0, 4239.0, 4209.0, 4239.0, 4239.0, 4188.0, 4187.0, 4229.0, 4199.0, 4260.0, 4230.0, 4189.0, 4241.0, 4199.0, 4229.0, 4249.0, 4189.0, 4218.0, 4229.0, 4209.0, 4260.0, 4242.0, 4199.0, 4210.0, 4207.0, 4189.0, 4202.0, 4261.0, 4240.0, 4200.0, 4230.0, 4231.0, 4189.0, 4250.0, 4229.0, 4190.0, 4188.0, 4230.0, 4209.0, 4240.0, 4240.0, 4198.0, 4190.0, 4250.0, 4240.0, 4239.0, 4239.0, 4189.0, 4240.0, 4252.0, 4232.0, 4264.0, 4241.0, 4199.0, 4198.0, 4251.0, 4199.0, 4249.0, 4220.0, 4219.0, 4252.0, 4200.0, 4241.0, 4218.0, 4208.0, 4260.0, 4227.0, 4215.0, 4213.0, 4162.0, 4223.0, 4193.0, 4182.0, 4212.0, 4171.0, 4221.0, 4183.0, 4172.0, 4223.0, 4171.0, 4172.0, 4204.0, 4185.0, 4237.0, 4228.0, 4186.0, 4237.0, 4209.0, 4188.0, 4248.0, 4188.0, 4208.0, 4238.0, 4188.0, 4238.0, 4216.0, 4188.0, 4249.0, 4218.0, 4230.0, 4218.0, 4187.0, 4248.0, 4218.0, 4206.0, 4238.0, 4197.0, 4187.0, 4238.0, 4199.0, 4228.0, 4207.0, 4187.0, 4248.0, 4218.0, 4218.0, 4238.0, 4188.0, 4229.0, 4229.0, 4189.0, 4238.0, 4198.0, 4199.0, 4249.0, 4230.0, 4219.0, 4239.0, 4199.0, 4249.0, 4230.0, 4209.0, 4239.0, 4188.0, 4238.0, 4230.0, 4199.0, 4250.0, 4199.0, 4189.0, 4250.0, 4200.0, 4249.0, 4208.0, 4187.0, 4238.0, 4187.0, 4258.0, 4218.0, 4186.0, 4237.0, 4187.0, 4261.0, 4222.0, 4200.0, 4229.0, 4220.0, 4201.0, 4233.0, 4264.0, 4212.0, 4242.0, 4221.0, 4202.0, 4261.0, 4219.0, 4186.0, 4217.0, 4188.0, 4248.0, 4231.0, 4208.0, 4229.0, 4189.0, 4240.0, 4231.0, 4201.0, 4262.0, 4211.0, 4202.0, 4263.0, 4221.0, 4242.0, 4220.0, 4190.0, 4261.0, 4231.0, 4230.0, 4229.0, 4188.0, 4250.0, 4221.0, 4229.0, 4230.0, 4199.0, 4249.0, 4220.0, 4209.0, 4250.0, 4188.0, 4218.0, 4218.0, 4199.0, 4260.0, 4219.0, 4198.0, 4218.0, 4199.0, 4260.0, 4232.0, 4200.0, 4230.0, 4200.0, 4261.0, 4243.0, 4202.0, 4261.0, 4212.0, 4231.0, 4252.0, 4212.0, 4242.0, 4230.0, 4213.0, 4273.0, 4253.0, 4241.0, 4251.0, 4200.0, 4250.0, 4231.0, 4228.0, 4229.0, 4187.0, 4247.0, 4199.0, 4199.0, 4249.0, 4199.0, 4219.0, 4231.0, 4202.0, 4275.0, 4232.0, 4201.0, 4263.0, 4243.0, 4242.0, 4241.0, 4189.0, 4249.0, 4208.0, 4238.0, 4239.0, 4188.0, 4228.0, 4219.0, 4199.0, 4260.0, 4240.0, 4199.0, 4239.0, 4189.0, 4259.0, 4231.0, 4199.0, 4239.0, 4209.0, 4230.0, 4240.0, 4199.0, 4249.0, 4197.0, 4186.0, 4249.0, 4229.0, 4198.0, 4238.0, 4199.0, 4219.0, 4240.0, 4198.0, 4261.0, 4221.0, 4200.0, 4254.0, 4212.0, 4202.0, 4252.0, 4223.0, 4224.0, 4264.0, 4242.0, 4201.0, 4262.0, 4251.0, 4240.0, 4229.0, 4188.0, 4188.0, 4230.0, 4200.0, 4241.0, 4221.0, 4202.0, 4264.0, 4244.0, 4202.0, 4263.0, 4234.0, 4202.0, 4264.0, 4223.0, 4274.0, 4243.0, 4230.0, 4251.0, 4201.0, 4261.0, 4231.0, 4229.0, 4229.0, 4188.0, 4248.0, 4190.0, 4229.0, 4228.0, 4198.0, 4249.0, 4200.0, 4198.0, 4239.0, 4189.0, 4261.0, 4209.0, 4188.0, 4240.0, 4200.0, 4262.0, 4231.0, 4200.0, 4250.0, 4202.0, 4261.0, 4241.0, 4210.0, 4241.0, 4200.0, 4250.0, 4231.0, 4201.0, 4251.0, 4210.0, 4220.0, 4251.0, 4210.0, 4251.0, 4220.0, 4199.0, 4250.0, 4231.0, 4240.0, 4260.0, 4210.0, 4188.0, 4240.0, 4209.0, 4240.0, 4251.0, 4200.0, 4230.0, 4231.0, 4200.0, 4273.0, 4212.0, 4200.0, 4251.0, 4210.0, 4241.0, 4241.0, 4201.0, 4231.0, 4221.0, 4201.0, 4273.0, 4254.0, 4232.0, 4251.0, 4211.0, 4261.0, 4231.0, 4229.0, 4240.0, 4188.0, 4217.0, 4217.0, 4187.0, 4249.0, 4219.0, 4199.0, 4239.0, 4210.0, 4230.0, 4239.0, 4189.0, 4229.0, 4209.0, 4189.0, 4260.0, 4229.0, 4238.0, 4228.0, 4176.0, 4238.0, 4188.0, 4247.0, 4217.0, 4175.0, 4227.0, 4188.0, 4248.0, 4220.0, 4187.0, 4228.0, 4188.0, 4219.0, 4229.0, 4197.0, 4250.0, 4219.0, 4188.0, 4250.0, 4220.0, 4239.0, 4239.0, 4199.0, 4238.0, 4209.0, 4189.0, 4260.0, 4230.0, 4218.0, 4217.0, 4198.0, 4239.0, 4229.0, 4199.0, 4250.0, 4199.0, 4210.0, 4239.0, 4210.0, 4238.0, 4208.0, 4198.0, 4248.0, 4228.0, 4207.0, 4228.0, 4187.0, 4217.0, 4228.0, 4187.0, 4250.0, 4188.0, 4197.0, 4228.0, 4187.0, 4250.0, 4198.0, 4210.0, 4201.0, 4200.0, 4229.0, 4209.0, 4212.0, 4262.0, 4243.0, 4213.0, 4252.0, 4211.0, 4260.0, 4229.0, 4217.0, 4197.0, 4176.0, 4238.0, 4199.0, 4209.0, 4189.0, 4189.0, 4241.0, 4221.0, 4211.0, 4242.0, 4202.0, 4262.0, 4233.0, 4253.0, 4232.0, 4191.0, 4251.0, 4221.0, 4241.0, 4242.0, 4189.0, 4240.0, 4213.0, 4190.0, 4251.0, 4222.0, 4208.0, 4230.0, 4191.0, 4261.0, 4231.0, 4210.0, 4230.0, 4190.0, 4261.0, 4230.0, 4228.0, 4218.0, 4178.0, 4239.0, 4220.0, 4218.0, 4228.0, 4189.0, 4218.0, 4198.0, 4177.0, 4239.0, 4189.0, 4218.0, 4201.0, 4190.0, 4250.0, 4209.0, 4208.0, 4209.0, 4189.0, 4251.0, 4220.0, 4189.0, 4229.0, 4190.0, 4250.0, 4231.0, 4190.0, 4239.0, 4200.0, 4219.0, 4240.0, 4189.0, 4239.0, 4200.0, 4198.0, 4239.0, 4189.0, 4209.0, 4209.0, 4189.0, 4250.0, 4210.0, 4188.0, 4230.0, 4200.0, 4250.0, 4230.0, 4188.0, 4218.0, 4189.0, 4249.0, 4219.0, 4187.0, 4207.0, 4188.0, 4249.0, 4219.0, 4198.0, 4218.0, 4190.0, 4240.0, 4220.0, 4191.0, 4240.0, 4201.0, 4200.0, 4242.0, 4201.0, 4241.0, 4220.0, 4189.0, 4242.0, 4211.0, 4240.0, 4220.0, 4189.0, 4241.0, 4200.0, 4229.0, 4230.0, 4190.0, 4231.0, 4212.0, 4201.0, 4262.0, 4221.0, 4229.0, 4219.0, 4189.0, 4250.0, 4220.0, 4229.0, 4220.0, 4189.0, 4228.0, 4209.0, 4189.0, 4249.0, 4209.0, 4189.0, 4229.0, 4201.0, 4250.0, 4230.0, 4200.0, 4241.0, 4199.0, 4199.0, 4241.0, 4200.0, 4220.0, 4221.0, 4201.0, 4251.0, 4231.0, 4210.0, 4240.0, 4210.0, 4200.0, 4254.0, 4214.0, 4233.0, 4241.0, 4201.0, 4190.0, 4209.0, 4232.0, 4212.0, 4242.0, 4232.0, 4211.0, 4200.0, 4220.0, 4203.0, 4251.0, 4219.0, 4189.0, 4229.0, 4201.0, 4191.0, 4251.0, 4221.0, 4178.0, 4239.0, 4200.0, 4240.0, 4230.0, 4190.0, 4211.0, 4211.0, 4201.0, 4262.0, 4232.0, 4191.0, 4253.0, 4221.0, 4221.0, 4232.0, 4202.0, 4202.0, 4241.0, 4190.0, 4231.0, 4221.0, 4191.0, 4251.0, 4231.0, 4210.0, 4241.0, 4209.0, 4189.0, 4240.0, 4220.0, 4190.0, 4228.0, 4199.0, 4189.0, 4250.0, 4219.0, 4238.0, 4217.0, 4178.0, 4217.0, 4217.0, 4197.0, 4238.0, 4206.0, 4188.0, 4240.0, 4206.0, 4176.0, 4195.0, 4178.0, 4247.0, 4218.0, 4189.0, 4229.0, 4211.0, 4200.0, 4241.0, 4201.0, 4190.0, 4243.0, 4192.0, 4221.0, 4242.0, 4212.0, 4203.0, 4264.0, 4253.0, 4223.0, 4251.0, 4218.0, 4199.0, 4239.0, 4218.0, 4216.0, 4195.0, 4175.0, 4226.0, 4195.0, 4226.0, 4173.0, 4176.0, 4216.0, 4199.0, 4187.0, 4239.0, 4199.0, 4178.0, 4230.0, 4189.0, 4239.0, 4228.0, 4178.0, 4238.0, 4218.0, 4208.0, 4250.0, 4230.0, 4178.0, 4227.0, 4178.0, 4229.0, 4208.0, 4177.0, 4208.0, 4208.0, 4189.0, 4230.0, 4219.0, 4189.0, 4241.0, 4220.0, 4209.0, 4228.0, 4187.0, 4176.0, 4228.0, 4198.0, 4219.0, 4228.0, 4188.0, 4187.0, 4230.0, 4179.0, 4228.0, 4218.0, 4179.0], 'WindowWidth': [9412.0, 9438.0, 9358.0, 9401.0, 9371.0, 9340.0, 9359.0, 9326.0, 9339.0, 9410.0, 9351.0, 9339.0, 9384.0, 9344.0, 9396.0, 9380.0, 9340.0, 9411.0, 9371.0, 9380.0, 9394.0, 9339.0, 9380.0, 9384.0, 9337.0, 9408.0, 9350.0, 9346.0, 9377.0, 9347.0, 9388.0, 9347.0, 9333.0, 9388.0, 9349.0, 9358.0, 9360.0, 9353.0, 9407.0, 9379.0, 9349.0, 9372.0, 9307.0, 9360.0, 9376.0, 9317.0, 9374.0, 9321.0, 9317.0, 9385.0, 9318.0, 9344.0, 9331.0, 9338.0, 9404.0, 9365.0, 9322.0, 9376.0, 9342.0, 9391.0, 9376.0, 9336.0, 9389.0, 9355.0, 9340.0, 9425.0, 9353.0, 9337.0, 9378.0, 9339.0, 9422.0, 9381.0, 9334.0, 9402.0, 9365.0, 9378.0, 9393.0, 9335.0, 9320.0, 9378.0, 9349.0, 9374.0, 9359.0, 9335.0, 9402.0, 9375.0, 9343.0, 9386.0, 9322.0, 9359.0, 9386.0, 9345.0, 9368.0, 9325.0, 9318.0, 9401.0, 9363.0, 9331.0, 9389.0, 9354.0, 9362.0, 9403.0, 9343.0, 9343.0, 9361.0, 9330.0, 9399.0, 9340.0, 9300.0, 9384.0, 9346.0, 9358.0, 9358.0, 9321.0, 9403.0, 9365.0, 9324.0, 9388.0, 9324.0, 9341.0, 9393.0, 9371.0, 9381.0, 9380.0, 9327.0, 9394.0, 9395.0, 9365.0, 9389.0, 9350.0, 9325.0, 9419.0, 9362.0, 9320.0, 9370.0, 9340.0, 9389.0, 9379.0, 9336.0, 9375.0, 9365.0, 9324.0, 9420.0, 9379.0, 9335.0, 9388.0, 9350.0, 9351.0, 9402.0, 9334.0, 9344.0, 9360.0, 9323.0, 9388.0, 9375.0, 9320.0, 9388.0, 9367.0, 9340.0, 9425.0, 9367.0, 9320.0, 9391.0, 9371.0, 9368.0, 9396.0, 9347.0, 9370.0, 9394.0, 9352.0, 9351.0, 9393.0, 9358.0, 9362.0, 9426.0, 9381.0, 9349.0, 9387.0, 9338.0, 9374.0, 9370.0, 9302.0, 9342.0, 9330.0, 9317.0, 9415.0, 9345.0, 9318.0, 9390.0, 9353.0, 9378.0, 9406.0, 9324.0, 9364.0, 9385.0, 9328.0, 9425.0, 9368.0, 9324.0, 9407.0, 9365.0, 9396.0, 9394.0, 9338.0, 9389.0, 9378.0, 9338.0, 9424.0, 9378.0, 9339.0, 9407.0, 9355.0, 9378.0, 9407.0, 9322.0, 9349.0, 9376.0, 9322.0, 9406.0, 9362.0, 9322.0, 9404.0, 9378.0, 9348.0, 9387.0, 9338.0, 9377.0, 9394.0, 9337.0, 9375.0, 9344.0, 9337.0, 9418.0, 9393.0, 9363.0, 9389.0, 9352.0, 9348.0, 9403.0, 9334.0, 9356.0, 9344.0, 9320.0, 9415.0, 9377.0, 9321.0, 9392.0, 9359.0, 9384.0, 9424.0, 9339.0, 9362.0, 9352.0, 9340.0, 9422.0, 9384.0, 9339.0, 9406.0, 9356.0, 9397.0, 9410.0, 9342.0, 9368.0, 9384.0, 9340.0, 9441.0, 9397.0, 9341.0, 9425.0, 9413.0, 9369.0, 9423.0, 9377.0, 9318.0, 9390.0, 9350.0, 9388.0, 9388.0, 9321.0, 9318.0, 9377.0, 9337.0, 9419.0, 9380.0, 9324.0, 9393.0, 9336.0, 9375.0, 9403.0, 9323.0, 9359.0, 9376.0, 9349.0, 9420.0, 9399.0, 9334.0, 9350.0, 9344.0, 9324.0, 9346.0, 9423.0, 9393.0, 9339.0, 9377.0, 9381.0, 9322.0, 9405.0, 9375.0, 9323.0, 9317.0, 9376.0, 9350.0, 9392.0, 9391.0, 9335.0, 9324.0, 9404.0, 9393.0, 9390.0, 9387.0, 9322.0, 9394.0, 9414.0, 9385.0, 9432.0, 9397.0, 9339.0, 9334.0, 9409.0, 9337.0, 9402.0, 9365.0, 9363.0, 9412.0, 9340.0, 9394.0, 9362.0, 9348.0, 9421.0, 9371.0, 9350.0, 9344.0, 9271.0, 9355.0, 9316.0, 9298.0, 9338.0, 9283.0, 9351.0, 9304.0, 9288.0, 9357.0, 9286.0, 9287.0, 9333.0, 9311.0, 9384.0, 9370.0, 9315.0, 9381.0, 9349.0, 9319.0, 9400.0, 9320.0, 9348.0, 9386.0, 9319.0, 9386.0, 9354.0, 9318.0, 9402.0, 9359.0, 9378.0, 9357.0, 9316.0, 9400.0, 9361.0, 9342.0, 9385.0, 9330.0, 9316.0, 9386.0, 9335.0, 9373.0, 9343.0, 9316.0, 9400.0, 9361.0, 9358.0, 9385.0, 9319.0, 9375.0, 9377.0, 9322.0, 9387.0, 9332.0, 9336.0, 9404.0, 9379.0, 9361.0, 9388.0, 9338.0, 9402.0, 9378.0, 9349.0, 9389.0, 9321.0, 9386.0, 9377.0, 9337.0, 9405.0, 9335.0, 9322.0, 9406.0, 9339.0, 9404.0, 9346.0, 9315.0, 9384.0, 9317.0, 9414.0, 9360.0, 9313.0, 9382.0, 9320.0, 9423.0, 9369.0, 9337.0, 9375.0, 9364.0, 9345.0, 9388.0, 9430.0, 9359.0, 9397.0, 9368.0, 9346.0, 9423.0, 9362.0, 9314.0, 9355.0, 9319.0, 9400.0, 9379.0, 9347.0, 9373.0, 9323.0, 9391.0, 9381.0, 9342.0, 9424.0, 9355.0, 9345.0, 9429.0, 9370.0, 9396.0, 9364.0, 9326.0, 9423.0, 9380.0, 9377.0, 9375.0, 9320.0, 9406.0, 9367.0, 9377.0, 9377.0, 9335.0, 9402.0, 9367.0, 9350.0, 9406.0, 9320.0, 9358.0, 9360.0, 9337.0, 9418.0, 9363.0, 9333.0, 9360.0, 9338.0, 9420.0, 9384.0, 9339.0, 9378.0, 9341.0, 9425.0, 9403.0, 9345.0, 9424.0, 9358.0, 9382.0, 9410.0, 9359.0, 9398.0, 9380.0, 9361.0, 9443.0, 9416.0, 9397.0, 9408.0, 9339.0, 9407.0, 9381.0, 9374.0, 9376.0, 9318.0, 9397.0, 9337.0, 9337.0, 9404.0, 9339.0, 9364.0, 9383.0, 9346.0, 9447.0, 9385.0, 9343.0, 9428.0, 9401.0, 9399.0, 9394.0, 9321.0, 9401.0, 9347.0, 9386.0, 9388.0, 9319.0, 9373.0, 9363.0, 9338.0, 9422.0, 9394.0, 9337.0, 9390.0, 9324.0, 9418.0, 9382.0, 9335.0, 9388.0, 9350.0, 9378.0, 9392.0, 9335.0, 9403.0, 9329.0, 9315.0, 9402.0, 9376.0, 9334.0, 9386.0, 9336.0, 9362.0, 9392.0, 9334.0, 9424.0, 9370.0, 9337.0, 9416.0, 9358.0, 9345.0, 9410.0, 9377.0, 9379.0, 9431.0, 9400.0, 9342.0, 9425.0, 9410.0, 9393.0, 9375.0, 9320.0, 9319.0, 9378.0, 9341.0, 9396.0, 9368.0, 9345.0, 9432.0, 9406.0, 9348.0, 9430.0, 9391.0, 9347.0, 9431.0, 9375.0, 9446.0, 9403.0, 9380.0, 9409.0, 9340.0, 9422.0, 9381.0, 9376.0, 9376.0, 9320.0, 9399.0, 9323.0, 9375.0, 9374.0, 9333.0, 9404.0, 9337.0, 9334.0, 9391.0, 9324.0, 9421.0, 9349.0, 9320.0, 9391.0, 9339.0, 9424.0, 9382.0, 9338.0, 9406.0, 9347.0, 9423.0, 9394.0, 9351.0, 9392.0, 9341.0, 9406.0, 9382.0, 9341.0, 9408.0, 9353.0, 9366.0, 9408.0, 9353.0, 9410.0, 9364.0, 9335.0, 9406.0, 9381.0, 9392.0, 9421.0, 9351.0, 9321.0, 9392.0, 9352.0, 9392.0, 9408.0, 9340.0, 9379.0, 9381.0, 9340.0, 9443.0, 9358.0, 9338.0, 9408.0, 9355.0, 9396.0, 9394.0, 9344.0, 9382.0, 9370.0, 9346.0, 9443.0, 9417.0, 9384.0, 9410.0, 9354.0, 9422.0, 9383.0, 9375.0, 9390.0, 9318.0, 9355.0, 9357.0, 9317.0, 9404.0, 9362.0, 9335.0, 9389.0, 9352.0, 9377.0, 9389.0, 9323.0, 9373.0, 9349.0, 9321.0, 9420.0, 9375.0, 9387.0, 9370.0, 9300.0, 9384.0, 9318.0, 9395.0, 9354.0, 9297.0, 9367.0, 9319.0, 9400.0, 9363.0, 9316.0, 9372.0, 9318.0, 9362.0, 9375.0, 9333.0, 9406.0, 9363.0, 9321.0, 9405.0, 9364.0, 9390.0, 9390.0, 9335.0, 9386.0, 9349.0, 9322.0, 9419.0, 9378.0, 9360.0, 9356.0, 9333.0, 9388.0, 9375.0, 9335.0, 9404.0, 9336.0, 9351.0, 9390.0, 9350.0, 9386.0, 9344.0, 9332.0, 9400.0, 9373.0, 9343.0, 9371.0, 9317.0, 9357.0, 9372.0, 9314.0, 9403.0, 9318.0, 9328.0, 9371.0, 9314.0, 9404.0, 9332.0, 9349.0, 9338.0, 9337.0, 9374.0, 9348.0, 9358.0, 9425.0, 9400.0, 9361.0, 9410.0, 9352.0, 9416.0, 9374.0, 9353.0, 9327.0, 9298.0, 9385.0, 9333.0, 9346.0, 9320.0, 9322.0, 9393.0, 9369.0, 9355.0, 9396.0, 9343.0, 9425.0, 9388.0, 9412.0, 9383.0, 9325.0, 9406.0, 9368.0, 9392.0, 9396.0, 9322.0, 9389.0, 9359.0, 9324.0, 9408.0, 9367.0, 9344.0, 9375.0, 9326.0, 9420.0, 9378.0, 9349.0, 9375.0, 9323.0, 9420.0, 9378.0, 9371.0, 9357.0, 9303.0, 9387.0, 9363.0, 9357.0, 9370.0, 9319.0, 9356.0, 9331.0, 9303.0, 9388.0, 9320.0, 9357.0, 9338.0, 9324.0, 9404.0, 9347.0, 9342.0, 9345.0, 9320.0, 9405.0, 9363.0, 9319.0, 9374.0, 9324.0, 9404.0, 9380.0, 9322.0, 9388.0, 9339.0, 9361.0, 9390.0, 9321.0, 9385.0, 9336.0, 9332.0, 9388.0, 9322.0, 9346.0, 9348.0, 9322.0, 9405.0, 9351.0, 9318.0, 9376.0, 9335.0, 9404.0, 9377.0, 9316.0, 9358.0, 9319.0, 9400.0, 9359.0, 9314.0, 9341.0, 9317.0, 9399.0, 9361.0, 9331.0, 9356.0, 9324.0, 9390.0, 9364.0, 9325.0, 9391.0, 9339.0, 9339.0, 9396.0, 9340.0, 9394.0, 9364.0, 9321.0, 9394.0, 9353.0, 9388.0, 9361.0, 9318.0, 9391.0, 9336.0, 9375.0, 9376.0, 9323.0, 9377.0, 9356.0, 9340.0, 9423.0, 9367.0, 9374.0, 9360.0, 9321.0, 9405.0, 9363.0, 9374.0, 9362.0, 9320.0, 9370.0, 9348.0, 9320.0, 9402.0, 9347.0, 9320.0, 9374.0, 9341.0, 9404.0, 9378.0, 9335.0, 9390.0, 9335.0, 9335.0, 9393.0, 9336.0, 9362.0, 9364.0, 9339.0, 9406.0, 9380.0, 9350.0, 9391.0, 9351.0, 9339.0, 9417.0, 9362.0, 9384.0, 9393.0, 9338.0, 9325.0, 9348.0, 9382.0, 9357.0, 9397.0, 9381.0, 9350.0, 9335.0, 9362.0, 9344.0, 9406.0, 9360.0, 9320.0, 9371.0, 9339.0, 9324.0, 9406.0, 9365.0, 9304.0, 9386.0, 9337.0, 9390.0, 9377.0, 9322.0, 9351.0, 9352.0, 9341.0, 9425.0, 9382.0, 9327.0, 9411.0, 9365.0, 9364.0, 9380.0, 9342.0, 9342.0, 9394.0, 9324.0, 9377.0, 9365.0, 9325.0, 9409.0, 9381.0, 9351.0, 9391.0, 9346.0, 9321.0, 9389.0, 9362.0, 9320.0, 9370.0, 9333.0, 9320.0, 9405.0, 9358.0, 9382.0, 9351.0, 9301.0, 9353.0, 9354.0, 9325.0, 9381.0, 9335.0, 9317.0, 9390.0, 9337.0, 9296.0, 9320.0, 9302.0, 9394.0, 9357.0, 9319.0, 9373.0, 9356.0, 9337.0, 9395.0, 9341.0, 9324.0, 9397.0, 9329.0, 9365.0, 9396.0, 9355.0, 9343.0, 9428.0, 9411.0, 9370.0, 9405.0, 9356.0, 9331.0, 9387.0, 9356.0, 9347.0, 9318.0, 9294.0, 9362.0, 9321.0, 9361.0, 9286.0, 9295.0, 9351.0, 9331.0, 9315.0, 9386.0, 9332.0, 9302.0, 9372.0, 9319.0, 9385.0, 9369.0, 9301.0, 9382.0, 9356.0, 9342.0, 9403.0, 9373.0, 9301.0, 9366.0, 9301.0, 9368.0, 9341.0, 9299.0, 9340.0, 9343.0, 9319.0, 9375.0, 9360.0, 9321.0, 9392.0, 9362.0, 9345.0, 9369.0, 9311.0, 9297.0, 9367.0, 9330.0, 9358.0, 9369.0, 9316.0, 9312.0, 9372.0, 9304.0, 9371.0, 9355.0, 9304.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.0015579943502824858</td></tr>
<tr><td colspan=3>aqi</td><td>0.03307898154425612</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.05747712247883</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2338380072855784</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9918386688407159</td></tr>
<tr><td colspan=3>efc</td><td>0.4668</td></tr>
<tr><td colspan=3>fber</td><td>8831.0859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10686974236505173</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9548022598870056</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520722831554347</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3418677623473396</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7893044789523445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.430996253363358</td></tr>
<tr><td colspan=3>gcor</td><td>0.00464111</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015500991139560938</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03679308667778969</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.9750570605591737</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>23.0841</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4982</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5095</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300156.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.1418</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.2353</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.8663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.7104</td></tr>
<tr><td colspan=3>tsnr</td><td>36.658519838238135</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>