<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-03/func/sub-0069_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>bb0e95fbc131f4a6776c9311dfcebb8a</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>19:57:53.767500</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.999964, 0.0017304, 0.0083305, -0.00122169, 0.998156, -0.0606883]</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.0733363</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7287, 609, -71, -129, 40, 72]</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>229.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>61548631-6c2d-45db-9d09-b891f4b55544||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.6828298568725586, -0.0032777113374322653, 0.022734418511390686, 112.6618423461914], [-0.0046425433829426765, 2.6779797077178955, -0.1638248711824417, -86.91273498535156], [0.022350125014781952, 0.1628221571445465, 2.694929361343384, -77.94449615478516], [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': ['195753.767500', '195754.227500', '195754.687500', '195755.147500', '195755.607500', '195756.067500', '195756.527500', '195756.987500', '195757.447500', '195757.907500', '195758.367500', '195758.827500', '195759.287500', '195759.747500', '195800.207500', '195800.667500', '195801.127500', '195801.587500', '195802.047500', '195802.507500', '195802.967500', '195803.427500', '195803.887500', '195804.347500', '195804.807500', '195805.267500', '195805.727500', '195806.187500', '195806.647500', '195807.107500', '195807.567500', '195808.027500', '195808.487500', '195808.947500', '195809.407500', '195809.867500', '195810.327500', '195810.787500', '195811.247500', '195811.707500', '195812.167500', '195812.627500', '195813.087500', '195813.547500', '195814.007500', '195814.467500', '195814.927500', '195815.387500', '195815.847500', '195816.307500', '195816.767500', '195817.227500', '195817.687500', '195818.147500', '195818.607500', '195819.067500', '195819.527500', '195819.987500', '195820.447500', '195820.907500', '195821.367500', '195821.827500', '195822.287500', '195822.747500', '195823.207500', '195823.667500', '195824.127500', '195824.587500', '195825.047500', '195825.507500', '195825.967500', '195826.427500', '195826.887500', '195827.347500', '195827.807500', '195828.267500', '195828.727500', '195829.187500', '195829.647500', '195830.107500', '195830.567500', '195831.027500', '195831.487500', '195831.947500', '195832.407500', '195832.867500', '195833.327500', '195833.787500', '195834.247500', '195834.707500', '195835.167500', '195835.627500', '195836.087500', '195836.547500', '195837.007500', '195837.467500', '195837.927500', '195838.387500', '195838.847500', '195839.307500', '195839.767500', '195840.227500', '195840.687500', '195841.147500', '195841.607500', '195842.067500', '195842.527500', '195842.987500', '195843.447500', '195843.907500', '195844.367500', '195844.827500', '195845.287500', '195845.747500', '195846.207500', '195846.667500', '195847.127500', '195847.587500', '195848.047500', '195848.507500', '195848.967500', '195849.427500', '195849.887500', '195850.347500', '195850.807500', '195851.267500', '195851.727500', '195852.187500', '195852.647500', '195853.107500', '195853.567500', '195854.027500', '195854.487500', '195854.947500', '195855.407500', '195855.867500', '195856.327500', '195856.787500', '195857.247500', '195857.707500', '195858.167500', '195858.627500', '195859.087500', '195859.547500', '195900.007500', '195900.467500', '195900.927500', '195901.387500', '195901.847500', '195902.307500', '195902.767500', '195903.227500', '195903.687500', '195904.147500', '195904.607500', '195905.067500', '195905.527500', '195905.987500', '195906.447500', '195906.907500', '195907.367500', '195907.827500', '195908.287500', '195908.747500', '195909.207500', '195909.667500', '195910.127500', '195910.587500', '195911.047500', '195911.507500', '195911.967500', '195912.427500', '195912.887500', '195913.347500', '195913.807500', '195914.267500', '195914.727500', '195915.187500', '195915.647500', '195916.107500', '195916.567500', '195917.027500', '195917.487500', '195917.947500', '195918.407500', '195918.867500', '195919.327500', '195919.787500', '195920.247500', '195920.707500', '195921.167500', '195921.627500', '195922.087500', '195922.547500', '195923.007500', '195923.467500', '195923.927500', '195924.387500', '195924.847500', '195925.307500', '195925.767500', '195926.227500', '195926.687500', '195927.147500', '195927.607500', '195928.067500', '195928.527500', '195928.987500', '195929.447500', '195929.907500', '195930.367500', '195930.827500', '195931.287500', '195931.747500', '195932.207500', '195932.667500', '195933.127500', '195933.587500', '195934.047500', '195934.507500', '195934.967500', '195935.427500', '195935.887500', '195936.347500', '195936.807500', '195937.267500', '195937.727500', '195938.187500', '195938.647500', '195939.107500', '195939.567500', '195940.027500', '195940.487500', '195940.947500', '195941.407500', '195941.867500', '195942.327500', '195942.787500', '195943.247500', '195943.707500', '195944.167500', '195944.627500', '195945.087500', '195945.547500', '195946.007500', '195946.467500', '195946.927500', '195947.387500', '195947.847500', '195948.307500', '195948.767500', '195949.227500', '195949.687500', '195950.147500', '195950.607500', '195951.067500', '195951.527500', '195951.987500', '195952.447500', '195952.907500', '195953.367500', '195953.827500', '195954.287500', '195954.747500', '195955.207500', '195955.667500', '195956.127500', '195956.587500', '195957.047500', '195957.507500', '195957.967500', '195958.427500', '195958.887500', '195959.347500', '195959.807500', '200000.267500', '200000.727500', '200001.187500', '200001.647500', '200002.107500', '200002.567500', '200003.027500', '200003.487500', '200003.947500', '200004.407500', '200004.867500', '200005.327500', '200005.787500', '200006.247500', '200006.707500', '200007.167500', '200007.627500', '200008.087500', '200008.547500', '200009.007500', '200009.467500', '200009.927500', '200010.387500', '200010.847500', '200011.307500', '200011.767500', '200012.227500', '200012.687500', '200013.147500', '200013.607500', '200014.067500', '200014.527500', '200014.987500', '200015.447500', '200015.907500', '200016.367500', '200016.827500', '200017.287500', '200017.747500', '200018.207500', '200018.667500', '200019.127500', '200019.587500', '200020.047500', '200020.507500', '200020.967500', '200021.427500', '200021.887500', '200022.347500', '200022.807500', '200023.267500', '200023.727500', '200024.187500', '200024.647500', '200025.107500', '200025.567500', '200026.027500', '200026.487500', '200026.947500', '200027.407500', '200027.867500', '200028.327500', '200028.787500', '200029.247500', '200029.707500', '200030.167500', '200030.627500', '200031.087500', '200031.547500', '200032.007500', '200032.467500', '200032.927500', '200033.387500', '200033.847500', '200034.307500', '200034.767500', '200035.227500', '200035.687500', '200036.147500', '200036.607500', '200037.067500', '200037.527500', '200037.987500', '200038.447500', '200038.907500', '200039.367500', '200039.827500', '200040.287500', '200040.747500', '200041.207500', '200041.667500', '200042.127500', '200042.587500', '200043.047500', '200043.507500', '200043.967500', '200044.427500', '200044.887500', '200045.347500', '200045.807500', '200046.267500', '200046.727500', '200047.187500', '200047.647500', '200048.107500', '200048.567500', '200049.027500', '200049.487500', '200049.947500', '200050.407500', '200050.867500', '200051.327500', '200051.787500', '200052.247500', '200052.707500', '200053.167500', '200053.627500', '200054.087500', '200054.547500', '200055.007500', '200055.467500', '200055.927500', '200056.387500', '200056.847500', '200057.307500', '200057.767500', '200058.227500', '200058.687500', '200059.147500', '200059.607500', '200100.067500', '200100.527500', '200100.987500', '200101.447500', '200101.907500', '200102.367500', '200102.827500', '200103.287500', '200103.747500', '200104.207500', '200104.667500', '200105.127500', '200105.587500', '200106.047500', '200106.507500', '200106.967500', '200107.427500', '200107.887500', '200108.347500', '200108.807500', '200109.267500', '200109.727500', '200110.187500', '200110.647500', '200111.107500', '200111.567500', '200112.027500', '200112.487500', '200112.947500', '200113.407500', '200113.867500', '200114.327500', '200114.787500', '200115.247500', '200115.707500', '200116.167500', '200116.627500', '200117.087500', '200117.547500', '200118.007500', '200118.467500', '200118.927500', '200119.387500', '200119.847500', '200120.307500', '200120.767500', '200121.227500', '200121.687500', '200122.147500', '200122.607500', '200123.067500', '200123.527500', '200123.987500', '200124.447500', '200124.907500', '200125.367500', '200125.827500', '200126.287500', '200126.747500', '200127.207500', '200127.667500', '200128.127500', '200128.587500', '200129.047500', '200129.507500', '200129.967500', '200130.427500', '200130.887500', '200131.347500', '200131.807500', '200132.267500', '200132.727500', '200133.187500', '200133.647500', '200134.107500', '200134.567500', '200135.027500', '200135.487500', '200135.947500', '200136.407500', '200136.867500', '200137.327500', '200137.787500', '200138.247500', '200138.707500', '200139.167500', '200139.627500', '200140.087500', '200140.547500', '200141.007500', '200141.467500', '200141.927500', '200142.387500', '200142.847500', '200143.307500', '200143.767500', '200144.227500', '200144.687500', '200145.147500', '200145.607500', '200146.067500', '200146.527500', '200146.987500', '200147.447500', '200147.907500', '200148.367500', '200148.827500', '200149.287500', '200149.747500', '200150.207500', '200150.667500', '200151.127500', '200151.587500', '200152.047500', '200152.507500', '200152.967500', '200153.427500', '200153.887500', '200154.347500', '200154.807500', '200155.267500', '200155.727500', '200156.187500', '200156.647500', '200157.107500', '200157.567500', '200158.027500', '200158.487500', '200158.947500', '200159.407500', '200159.867500', '200200.327500', '200200.787500', '200201.247500', '200201.707500', '200202.167500', '200202.627500', '200203.087500', '200203.547500', '200204.007500', '200204.467500', '200204.927500', '200205.387500', '200205.847500', '200206.307500', '200206.767500', '200207.227500', '200207.687500', '200208.147500', '200208.607500', '200209.067500', '200209.527500', '200209.987500', '200210.447500', '200210.907500', '200211.367500', '200211.827500', '200212.287500', '200212.747500', '200213.207500', '200213.667500', '200214.127500', '200214.587500', '200215.047500', '200215.507500', '200215.967500', '200216.427500', '200216.887500', '200217.347500', '200217.807500', '200218.267500', '200218.727500', '200219.187500', '200219.647500', '200220.107500', '200220.567500', '200221.027500', '200221.487500', '200221.947500', '200222.407500', '200222.867500', '200223.327500', '200223.787500', '200224.247500', '200224.707500', '200225.167500', '200225.627500', '200226.087500', '200226.547500', '200227.007500', '200227.467500', '200227.927500', '200228.387500', '200228.847500', '200229.307500', '200229.767500', '200230.227500', '200230.687500', '200231.147500', '200231.607500', '200232.067500', '200232.527500', '200232.987500', '200233.447500', '200233.907500', '200234.367500', '200234.827500', '200235.287500', '200235.747500', '200236.207500', '200236.667500', '200237.127500', '200237.587500', '200238.047500', '200238.507500', '200238.967500', '200239.427500', '200239.887500', '200240.347500', '200240.807500', '200241.267500', '200241.727500', '200242.187500', '200242.647500', '200243.107500', '200243.567500', '200244.027500', '200244.487500', '200244.947500', '200245.407500', '200245.867500', '200246.327500', '200246.787500', '200247.247500', '200247.707500', '200248.167500', '200248.627500', '200249.087500', '200249.547500', '200250.007500', '200250.467500', '200250.927500', '200251.387500', '200251.847500', '200252.307500', '200252.767500', '200253.227500', '200253.687500', '200254.147500', '200254.607500', '200255.067500', '200255.527500', '200255.987500', '200256.447500', '200256.907500', '200257.367500', '200257.827500', '200258.287500', '200258.747500', '200259.207500', '200259.667500', '200300.127500', '200300.587500', '200301.047500', '200301.507500', '200301.967500', '200302.427500', '200302.887500', '200303.347500', '200303.807500', '200304.267500', '200304.727500', '200305.187500', '200305.647500', '200306.107500', '200306.567500', '200307.027500', '200307.487500', '200307.947500', '200308.407500', '200308.867500', '200309.327500', '200309.787500', '200310.247500', '200310.707500', '200311.167500', '200311.627500', '200312.087500', '200312.547500', '200313.007500', '200313.467500', '200313.927500', '200314.387500', '200314.847500', '200315.307500', '200315.767500', '200316.227500', '200316.687500', '200317.147500', '200317.607500', '200318.067500', '200318.527500', '200318.987500', '200319.447500', '200319.907500', '200320.367500', '200320.827500', '200321.287500', '200321.747500', '200322.207500', '200322.667500', '200323.127500', '200323.587500', '200324.047500', '200324.507500', '200324.967500', '200325.427500', '200325.887500', '200326.347500', '200326.807500', '200327.267500', '200327.727500', '200328.187500', '200328.647500', '200329.107500', '200329.567500', '200330.027500', '200330.487500', '200330.947500', '200331.407500', '200331.867500', '200332.327500', '200332.787500', '200333.247500', '200333.707500', '200334.167500', '200334.627500', '200335.087500', '200335.547500', '200336.007500', '200336.467500', '200336.927500', '200337.387500', '200337.847500', '200338.307500', '200338.767500', '200339.227500', '200339.687500', '200340.147500', '200340.607500', '200341.067500', '200341.527500', '200341.987500', '200342.447500', '200342.907500', '200343.367500', '200343.827500', '200344.287500', '200344.747500', '200345.207500', '200345.667500', '200346.127500', '200346.587500', '200347.047500', '200347.507500', '200347.967500', '200348.427500', '200348.887500', '200349.347500', '200349.807500', '200350.267500', '200350.727500', '200351.187500', '200351.647500', '200352.107500', '200352.567500', '200353.027500', '200353.487500', '200353.947500', '200354.407500', '200354.867500', '200355.327500', '200355.787500', '200356.247500', '200356.707500', '200357.167500', '200357.627500', '200358.087500', '200358.547500', '200359.007500', '200359.467500', '200359.927500', '200400.387500', '200400.847500', '200401.307500', '200401.767500', '200402.227500', '200402.687500', '200403.147500', '200403.607500', '200404.067500', '200404.527500', '200404.987500', '200405.447500', '200405.907500', '200406.367500', '200406.827500', '200407.287500', '200407.747500', '200408.207500', '200408.667500', '200409.127500', '200409.587500', '200410.047500', '200410.507500', '200410.967500', '200411.427500', '200411.887500', '200412.347500', '200412.807500', '200413.267500', '200413.727500', '200414.187500', '200414.647500', '200415.107500', '200415.567500', '200416.027500', '200416.487500', '200416.947500', '200417.407500', '200417.867500', '200418.327500', '200418.787500', '200419.247500', '200419.707500', '200420.167500', '200420.627500', '200421.087500', '200421.547500', '200422.007500', '200422.467500', '200422.927500', '200423.387500', '200423.847500', '200424.307500', '200424.767500', '200425.227500', '200425.687500', '200426.147500', '200426.607500', '200427.067500', '200427.527500', '200427.987500', '200428.447500', '200428.907500', '200429.367500', '200429.827500', '200430.287500', '200430.747500', '200431.207500', '200431.667500', '200432.127500', '200432.587500', '200433.047500', '200433.507500', '200433.967500', '200434.427500', '200434.887500', '200435.347500', '200435.807500', '200436.267500', '200436.727500', '200437.187500', '200437.647500', '200438.107500', '200438.567500', '200439.027500', '200439.487500', '200439.947500', '200440.407500', '200440.867500', '200441.327500', '200441.787500', '200442.247500', '200442.707500', '200443.167500', '200443.627500', '200444.087500', '200444.547500', '200445.007500', '200445.467500', '200445.927500', '200446.387500', '200446.847500', '200447.307500', '200447.767500', '200448.227500', '200448.687500', '200449.147500', '200449.607500', '200450.067500', '200450.527500', '200450.987500', '200451.447500', '200451.907500', '200452.367500', '200452.827500', '200453.287500', '200453.747500', '200454.207500', '200454.667500', '200455.127500', '200455.587500', '200456.047500', '200456.507500', '200456.967500', '200457.427500', '200457.887500', '200458.347500', '200458.807500', '200459.267500', '200459.727500', '200500.187500', '200500.647500', '200501.107500', '200501.567500', '200502.027500', '200502.487500', '200502.947500', '200503.407500', '200503.867500', '200504.327500', '200504.787500', '200505.247500', '200505.707500', '200506.167500', '200506.627500', '200507.087500', '200507.547500', '200508.007500', '200508.467500', '200508.927500', '200509.387500', '200509.847500', '200510.307500', '200510.767500', '200511.227500', '200511.687500', '200512.147500', '200512.607500', '200513.067500', '200513.527500', '200513.987500', '200514.447500', '200514.907500', '200515.367500', '200515.827500', '200516.287500', '200516.747500', '200517.207500', '200517.667500', '200518.127500', '200518.587500', '200519.047500', '200519.507500', '200519.967500', '200520.427500', '200520.887500', '200521.347500', '200521.807500', '200522.267500', '200522.727500', '200523.187500', '200523.647500', '200524.107500', '200524.567500', '200525.027500', '200525.487500', '200525.947500', '200526.407500', '200526.867500', '200527.327500', '200527.787500', '200528.247500', '200528.707500', '200529.167500', '200529.627500', '200530.087500', '200530.547500', '200531.007500', '200531.467500', '200531.927500', '200532.387500', '200532.847500', '200533.307500', '200533.767500', '200534.227500', '200534.687500', '200535.147500', '200535.607500', '200536.067500', '200536.527500', '200536.987500', '200537.447500', '200537.907500', '200538.367500', '200538.827500', '200539.287500', '200539.747500', '200540.207500', '200540.667500', '200541.127500', '200541.587500', '200542.047500', '200542.507500', '200542.967500', '200543.427500', '200543.887500', '200544.347500', '200544.807500', '200545.267500', '200545.727500', '200546.187500', '200546.647500', '200547.107500', '200547.567500', '200548.027500', '200548.487500', '200548.947500', '200549.407500', '200549.867500', '200550.327500', '200550.787500', '200551.247500', '200551.707500', '200552.167500', '200552.627500', '200553.087500', '200553.547500', '200554.007500', '200554.467500', '200554.927500', '200555.387500', '200555.847500', '200556.307500', '200556.767500', '200557.227500', '200557.687500', '200558.147500', '200558.607500', '200559.067500', '200559.527500', '200559.987500', '200600.447500', '200600.907500', '200601.367500', '200601.827500', '200602.287500', '200602.747500', '200603.207500'], 'ContentTime': ['195812.458000', '195812.462000', '195812.465000', '195812.468000', '195812.470000', '195812.473000', '195812.480000', '195812.483000', '195812.485000', '195812.488000', '195812.491000', '195812.493000', '195812.496000', '195812.498000', '195812.501000', '195812.504000', '195812.506000', '195812.509000', '195812.511000', '195812.518000', '195812.521000', '195812.523000', '195812.526000', '195812.528000', '195812.531000', '195812.534000', '195812.536000', '195812.539000', '195812.541000', '195812.544000', '195812.546000', '195812.549000', '195812.552000', '195812.554000', '195812.557000', '195812.559000', '195812.562000', '195812.564000', '195832.421000', '195832.424000', '195832.431000', '195832.434000', '195832.437000', '195832.439000', '195832.442000', '195832.445000', '195832.447000', '195832.450000', '195832.452000', '195832.455000', '195832.458000', '195832.461000', '195832.463000', '195832.466000', '195832.468000', '195832.471000', '195832.474000', '195832.476000', '195832.479000', '195832.482000', '195832.484000', '195832.487000', '195832.490000', '195832.492000', '195832.495000', '195832.497000', '195832.500000', '195832.503000', '195832.505000', '195832.508000', '195832.510000', '195832.513000', '195832.516000', '195832.518000', '195832.521000', '195832.524000', '195832.526000', '195832.529000', '195832.532000', '195832.535000', '195832.537000', '195852.421000', '195852.424000', '195852.440000', '195852.443000', '195852.446000', '195852.449000', '195852.451000', '195852.454000', '195852.457000', '195852.459000', '195852.462000', '195852.464000', '195852.467000', '195852.470000', '195852.472000', '195852.475000', '195852.477000', '195852.480000', '195852.483000', '195852.485000', '195852.488000', '195852.490000', '195852.493000', '195852.495000', '195852.498000', '195852.501000', '195852.503000', '195852.506000', '195852.509000', '195852.511000', '195852.514000', '195852.516000', '195852.519000', '195852.522000', '195852.524000', '195852.527000', '195852.529000', '195852.532000', '195852.534000', '195852.537000', '195852.540000', '195852.542000', '195852.545000', '195852.547000', '195912.421000', '195912.424000', '195912.428000', '195912.430000', '195912.433000', '195912.435000', '195912.438000', '195912.441000', '195912.443000', '195912.446000', '195912.449000', '195912.451000', '195912.454000', '195912.456000', '195912.459000', '195912.462000', '195912.464000', '195912.467000', '195912.470000', '195912.472000', '195912.475000', '195912.477000', '195912.480000', '195912.483000', '195912.485000', '195912.488000', '195912.490000', '195912.493000', '195912.496000', '195912.498000', '195912.501000', '195912.504000', '195912.506000', '195912.509000', '195912.511000', '195912.514000', '195912.517000', '195912.519000', '195912.522000', '195912.524000', '195912.527000', '195912.530000', '195912.532000', '195932.422000', '195932.425000', '195932.427000', '195932.430000', '195932.433000', '195932.435000', '195932.438000', '195932.441000', '195932.443000', '195932.446000', '195932.448000', '195932.451000', '195932.454000', '195932.456000', '195932.459000', '195932.462000', '195932.464000', '195932.467000', '195932.469000', '195932.472000', '195932.474000', '195932.477000', '195932.480000', '195932.482000', '195932.485000', '195932.487000', '195932.490000', '195932.493000', '195932.495000', '195932.498000', '195932.500000', '195932.506000', '195932.509000', '195932.512000', '195932.514000', '195932.517000', '195932.520000', '195932.522000', '195932.525000', '195932.541000', '195932.543000', '195932.546000', '195932.548000', '195932.551000', '195952.421000', '195952.424000', '195952.427000', '195952.430000', '195952.432000', '195952.435000', '195952.437000', '195952.440000', '195952.443000', '195952.445000', '195952.448000', '195952.451000', '195952.453000', '195952.456000', '195952.459000', '195952.462000', '195952.464000', '195952.467000', '195952.470000', '195952.472000', '195952.475000', '195952.477000', '195952.480000', '195952.483000', '195952.485000', '195952.488000', '195952.490000', '195952.493000', '195952.496000', '195952.498000', '195952.501000', '195952.504000', '195952.506000', '195952.509000', '195952.511000', '195952.514000', '195952.517000', '195952.519000', '195952.522000', '195952.525000', '195952.527000', '195952.530000', '195952.533000', '200012.420000', '200012.423000', '200012.426000', '200012.429000', '200012.431000', '200012.434000', '200012.437000', '200012.439000', '200012.442000', '200012.444000', '200012.447000', '200012.450000', '200012.452000', '200012.455000', '200012.458000', '200012.460000', '200012.463000', '200012.465000', '200012.468000', '200012.471000', '200012.473000', '200012.476000', '200012.479000', '200012.481000', '200012.484000', '200012.486000', '200012.489000', '200012.492000', '200012.494000', '200012.497000', '200012.499000', '200012.502000', '200012.505000', '200012.507000', '200012.510000', '200012.513000', '200012.516000', '200012.518000', '200012.521000', '200012.523000', '200012.526000', '200012.528000', '200012.531000', '200012.534000', '200032.420000', '200032.423000', '200032.426000', '200032.429000', '200032.432000', '200032.434000', '200032.437000', '200032.440000', '200032.442000', '200032.445000', '200032.448000', '200032.450000', '200032.466000', '200032.469000', '200032.471000', '200032.474000', '200032.477000', '200032.479000', '200032.482000', '200032.485000', '200032.487000', '200032.490000', '200032.492000', '200032.495000', '200032.498000', '200032.500000', '200032.503000', '200032.506000', '200032.508000', '200032.511000', '200032.514000', '200032.516000', '200032.519000', '200032.521000', '200032.524000', '200032.527000', '200032.529000', '200032.532000', '200032.535000', '200032.537000', '200032.540000', '200032.543000', '200032.545000', '200052.421000', '200052.424000', '200052.427000', '200052.430000', '200052.432000', '200052.435000', '200052.438000', '200052.440000', '200052.443000', '200052.446000', '200052.448000', '200052.451000', '200052.454000', '200052.457000', '200052.459000', '200052.462000', '200052.464000', '200052.467000', '200052.470000', '200052.472000', '200052.475000', '200052.477000', '200052.480000', '200052.483000', '200052.485000', '200052.488000', '200052.491000', '200052.493000', '200052.496000', '200052.498000', '200052.501000', '200052.504000', '200052.506000', '200052.509000', '200052.511000', '200052.514000', '200052.516000', '200052.519000', '200052.522000', '200052.524000', '200052.527000', '200052.530000', '200052.532000', '200052.535000', '200112.421000', '200112.424000', '200112.427000', '200112.430000', '200112.433000', '200112.435000', '200112.438000', '200112.441000', '200112.443000', '200112.446000', '200112.449000', '200112.451000', '200112.454000', '200112.456000', '200112.459000', '200112.462000', '200112.464000', '200112.467000', '200112.469000', '200112.472000', '200112.475000', '200112.477000', '200112.480000', '200112.483000', '200112.485000', '200112.488000', '200112.491000', '200112.493000', '200112.496000', '200112.499000', '200112.501000', '200112.504000', '200112.506000', '200112.509000', '200112.512000', '200112.514000', '200112.517000', '200112.520000', '200112.522000', '200112.525000', '200112.527000', '200112.530000', '200112.533000', '200132.421000', '200132.424000', '200132.427000', '200132.430000', '200132.432000', '200132.435000', '200132.438000', '200132.440000', '200132.443000', '200132.446000', '200132.449000', '200132.451000', '200132.454000', '200132.456000', '200132.459000', '200132.462000', '200132.464000', '200132.467000', '200132.470000', '200132.472000', '200132.475000', '200132.477000', '200132.480000', '200132.483000', '200132.485000', '200132.488000', '200132.491000', '200132.494000', '200132.496000', '200132.499000', '200132.502000', '200132.504000', '200132.507000', '200132.510000', '200132.512000', '200132.515000', '200132.518000', '200132.520000', '200132.523000', '200132.525000', '200132.528000', '200132.531000', '200132.533000', '200152.421000', '200152.424000', '200152.427000', '200152.430000', '200152.433000', '200152.435000', '200152.438000', '200152.441000', '200152.443000', '200152.446000', '200152.449000', '200152.451000', '200152.454000', '200152.456000', '200152.459000', '200152.462000', '200152.464000', '200152.467000', '200152.470000', '200152.472000', '200152.475000', '200152.478000', '200152.480000', '200152.483000', '200152.486000', '200152.488000', '200152.491000', '200152.499000', '200152.502000', '200152.504000', '200152.507000', '200152.509000', '200152.512000', '200152.515000', '200152.517000', '200152.520000', '200152.522000', '200152.525000', '200152.539000', '200152.542000', '200152.544000', '200152.547000', '200152.549000', '200152.552000', '200212.422000', '200212.425000', '200212.428000', '200212.431000', '200212.434000', '200212.437000', '200212.439000', '200212.442000', '200212.445000', '200212.447000', '200212.450000', '200212.453000', '200212.455000', '200212.458000', '200212.460000', '200212.463000', '200212.466000', '200212.468000', '200212.471000', '200212.474000', '200212.477000', '200212.479000', '200212.482000', '200212.485000', '200212.487000', '200212.490000', '200212.493000', '200212.495000', '200212.498000', '200212.501000', '200212.503000', '200212.506000', '200212.509000', '200212.511000', '200212.514000', '200212.517000', '200212.519000', '200212.522000', '200212.525000', '200212.527000', '200212.530000', '200212.532000', '200212.535000', '200232.421000', '200232.423000', '200232.427000', '200232.429000', '200232.432000', '200232.434000', '200232.437000', '200232.440000', '200232.443000', '200232.445000', '200232.448000', '200232.451000', '200232.453000', '200232.456000', '200232.459000', '200232.461000', '200232.464000', '200232.467000', '200232.469000', '200232.472000', '200232.475000', '200232.477000', '200232.480000', '200232.483000', '200232.485000', '200232.488000', '200232.491000', '200232.493000', '200232.496000', '200232.498000', '200232.501000', '200232.504000', '200232.507000', '200232.509000', '200232.512000', '200232.514000', '200232.517000', '200232.520000', '200232.522000', '200232.525000', '200232.528000', '200232.530000', '200232.533000', '200232.535000', '200252.420000', '200252.423000', '200252.426000', '200252.428000', '200252.431000', '200252.434000', '200252.436000', '200252.439000', '200252.442000', '200252.445000', '200252.447000', '200252.450000', '200252.452000', '200252.455000', '200252.458000', '200252.460000', '200252.463000', '200252.466000', '200252.469000', '200252.471000', '200252.474000', '200252.477000', '200252.479000', '200252.482000', '200252.485000', '200252.487000', '200252.490000', '200252.492000', '200252.495000', '200252.498000', '200252.500000', '200252.503000', '200252.506000', '200252.509000', '200252.511000', '200252.514000', '200252.516000', '200252.519000', '200252.522000', '200252.524000', '200252.527000', '200252.529000', '200252.532000', '200312.421000', '200312.425000', '200312.427000', '200312.430000', '200312.432000', '200312.435000', '200312.438000', '200312.440000', '200312.443000', '200312.446000', '200312.448000', '200312.451000', '200312.454000', '200312.456000', '200312.459000', '200312.461000', '200312.464000', '200312.467000', '200312.469000', '200312.472000', '200312.475000', '200312.478000', '200312.480000', '200312.483000', '200312.485000', '200312.488000', '200312.491000', '200312.493000', '200312.496000', '200312.498000', '200312.501000', '200312.504000', '200312.506000', '200312.509000', '200312.512000', '200312.514000', '200312.517000', '200312.520000', '200312.522000', '200312.525000', '200312.527000', '200312.530000', '200312.533000', '200312.535000', '200332.422000', '200332.425000', '200332.427000', '200332.430000', '200332.442000', '200332.444000', '200332.447000', '200332.450000', '200332.453000', '200332.465000', '200332.468000', '200332.473000', '200332.475000', '200332.478000', '200332.481000', '200332.483000', '200332.486000', '200332.489000', '200332.491000', '200332.494000', '200332.496000', '200332.499000', '200332.502000', '200332.504000', '200332.507000', '200332.510000', '200332.512000', '200332.515000', '200332.517000', '200332.520000', '200332.523000', '200332.526000', '200332.528000', '200332.531000', '200332.534000', '200332.536000', '200332.539000', '200332.542000', '200332.544000', '200332.547000', '200332.549000', '200332.552000', '200332.555000', '200352.421000', '200352.424000', '200352.427000', '200352.429000', '200352.433000', '200352.436000', '200352.438000', '200352.441000', '200352.444000', '200352.447000', '200352.449000', '200352.452000', '200352.455000', '200352.457000', '200352.460000', '200352.462000', '200352.465000', '200352.468000', '200352.471000', '200352.473000', '200352.476000', '200352.478000', '200352.481000', '200352.483000', '200352.486000', '200352.489000', '200352.491000', '200352.494000', '200352.497000', '200352.499000', '200352.502000', '200352.505000', '200352.507000', '200352.510000', '200352.513000', '200352.515000', '200352.518000', '200352.520000', '200352.523000', '200352.526000', '200352.528000', '200352.531000', '200352.533000', '200352.536000', '200412.422000', '200412.424000', '200412.427000', '200412.430000', '200412.433000', '200412.437000', '200412.440000', '200412.443000', '200412.445000', '200412.448000', '200412.450000', '200412.453000', '200412.461000', '200412.464000', '200412.466000', '200412.469000', '200412.472000', '200412.474000', '200412.477000', '200412.479000', '200412.482000', '200412.485000', '200412.487000', '200412.490000', '200412.493000', '200412.495000', '200412.498000', '200412.501000', '200412.503000', '200412.506000', '200412.509000', '200412.511000', '200412.514000', '200412.517000', '200412.519000', '200412.522000', '200412.524000', '200412.527000', '200412.530000', '200412.532000', '200412.535000', '200412.538000', '200412.540000', '200432.421000', '200432.424000', '200432.427000', '200432.430000', '200432.433000', '200432.435000', '200432.438000', '200432.441000', '200432.443000', '200432.446000', '200432.449000', '200432.451000', '200432.454000', '200432.456000', '200432.459000', '200432.462000', '200432.464000', '200432.467000', '200432.470000', '200432.472000', '200432.475000', '200432.477000', '200432.480000', '200432.483000', '200432.485000', '200432.488000', '200432.491000', '200432.493000', '200432.496000', '200432.498000', '200432.501000', '200432.504000', '200432.506000', '200432.509000', '200432.512000', '200432.515000', '200432.517000', '200432.520000', '200432.523000', '200432.525000', '200432.528000', '200432.530000', '200432.533000', '200432.536000', '200452.420000', '200452.436000', '200452.438000', '200452.441000', '200452.444000', '200452.446000', '200452.449000', '200452.452000', '200452.455000', '200452.457000', '200452.460000', '200452.462000', '200452.465000', '200452.468000', '200452.470000', '200452.482000', '200452.485000', '200452.488000', '200452.490000', '200452.494000', '200452.497000', '200452.499000', '200452.502000', '200452.505000', '200452.508000', '200452.511000', '200452.514000', '200452.517000', '200452.519000', '200452.522000', '200452.525000', '200452.527000', '200452.530000', '200452.533000', '200452.535000', '200452.538000', '200452.541000', '200452.543000', '200452.546000', '200452.549000', '200452.551000', '200452.554000', '200452.557000', '200512.420000', '200512.424000', '200512.427000', '200512.430000', '200512.432000', '200512.435000', '200512.438000', '200512.440000', '200512.443000', '200512.446000', '200512.449000', '200512.451000', '200512.454000', '200512.456000', '200512.459000', '200512.468000', '200512.471000', '200512.473000', '200512.476000', '200512.479000', '200512.481000', '200512.484000', '200512.486000', '200512.489000', '200512.492000', '200512.501000', '200512.503000', '200512.506000', '200512.508000', '200512.512000', '200512.514000', '200512.517000', '200512.519000', '200512.522000', '200512.525000', '200512.527000', '200512.530000', '200512.532000', '200512.535000', '200512.538000', '200512.540000', '200512.543000', '200512.545000', '200512.548000', '200532.422000', '200532.424000', '200532.427000', '200532.430000', '200532.433000', '200532.435000', '200532.438000', '200532.441000', '200532.443000', '200532.446000', '200532.448000', '200532.451000', '200532.454000', '200532.457000', '200532.459000', '200532.462000', '200532.465000', '200532.467000', '200532.470000', '200532.473000', '200532.475000', '200532.478000', '200532.480000', '200532.483000', '200532.486000', '200532.488000', '200532.491000', '200532.494000', '200532.496000', '200532.499000', '200532.501000', '200532.504000', '200532.507000', '200532.509000', '200532.512000', '200532.515000', '200532.517000', '200532.520000', '200532.522000', '200532.525000', '200532.528000', '200532.531000', '200532.533000', '200552.421000', '200552.424000', '200552.427000', '200552.430000', '200552.432000', '200552.435000', '200552.437000', '200552.440000', '200552.443000', '200552.446000', '200552.448000', '200552.451000', '200552.453000', '200552.456000', '200552.459000', '200552.461000', '200552.464000', '200552.466000', '200552.469000', '200552.472000', '200552.474000', '200552.477000', '200552.480000', '200552.482000', '200552.485000', '200552.488000', '200552.490000', '200552.493000', '200552.496000', '200552.498000', '200552.501000', '200552.503000', '200552.506000', '200552.509000', '200552.511000', '200552.514000', '200552.516000', '200552.519000', '200552.522000', '200552.524000', '200552.527000', '200552.529000', '200552.532000', '200604.661000', '200604.664000', '200604.666000', '200604.669000', '200604.672000', '200604.674000', '200604.677000', '200604.680000', '200604.682000', '200604.685000', '200604.687000', '200604.690000', '200604.693000', '200604.696000', '200604.698000', '200604.701000', '200604.704000', '200604.706000', '200604.709000', '200604.711000', '200604.714000', '200604.716000', '200604.719000', '200604.722000', '200604.724000', '200604.727000', '200604.729000', '200604.743000'], 'InstanceCreationTime': ['195812.458000', '195812.462000', '195812.465000', '195812.468000', '195812.470000', '195812.473000', '195812.480000', '195812.483000', '195812.485000', '195812.488000', '195812.491000', '195812.493000', '195812.496000', '195812.498000', '195812.501000', '195812.504000', '195812.506000', '195812.509000', '195812.511000', '195812.518000', '195812.521000', '195812.523000', '195812.526000', '195812.528000', '195812.531000', '195812.534000', '195812.536000', '195812.539000', '195812.541000', '195812.544000', '195812.546000', '195812.549000', '195812.552000', '195812.554000', '195812.557000', '195812.559000', '195812.562000', '195812.564000', '195832.421000', '195832.424000', '195832.431000', '195832.434000', '195832.437000', '195832.439000', '195832.442000', '195832.445000', '195832.447000', '195832.450000', '195832.452000', '195832.455000', '195832.458000', '195832.461000', '195832.463000', '195832.466000', '195832.468000', '195832.471000', '195832.474000', '195832.476000', '195832.479000', '195832.482000', '195832.484000', '195832.487000', '195832.490000', '195832.492000', '195832.495000', '195832.497000', '195832.500000', '195832.503000', '195832.505000', '195832.508000', '195832.510000', '195832.513000', '195832.516000', '195832.518000', '195832.521000', '195832.524000', '195832.526000', '195832.529000', '195832.532000', '195832.535000', '195832.537000', '195852.421000', '195852.424000', '195852.440000', '195852.443000', '195852.446000', '195852.449000', '195852.451000', '195852.454000', '195852.457000', '195852.459000', '195852.462000', '195852.464000', '195852.467000', '195852.470000', '195852.472000', '195852.475000', '195852.477000', '195852.480000', '195852.483000', '195852.485000', '195852.488000', '195852.490000', '195852.493000', '195852.495000', '195852.498000', '195852.501000', '195852.503000', '195852.506000', '195852.509000', '195852.511000', '195852.514000', '195852.516000', '195852.519000', '195852.522000', '195852.524000', '195852.527000', '195852.529000', '195852.532000', '195852.534000', '195852.537000', '195852.540000', '195852.542000', '195852.545000', '195852.547000', '195912.421000', '195912.424000', '195912.428000', '195912.430000', '195912.433000', '195912.435000', '195912.438000', '195912.441000', '195912.443000', '195912.446000', '195912.449000', '195912.451000', '195912.454000', '195912.456000', '195912.459000', '195912.462000', '195912.464000', '195912.467000', '195912.470000', '195912.472000', '195912.475000', '195912.477000', '195912.480000', '195912.483000', '195912.485000', '195912.488000', '195912.490000', '195912.493000', '195912.496000', '195912.498000', '195912.501000', '195912.504000', '195912.506000', '195912.509000', '195912.511000', '195912.514000', '195912.517000', '195912.519000', '195912.522000', '195912.524000', '195912.527000', '195912.530000', '195912.532000', '195932.422000', '195932.425000', '195932.427000', '195932.430000', '195932.433000', '195932.435000', '195932.438000', '195932.441000', '195932.443000', '195932.446000', '195932.448000', '195932.451000', '195932.454000', '195932.456000', '195932.459000', '195932.462000', '195932.464000', '195932.467000', '195932.469000', '195932.472000', '195932.474000', '195932.477000', '195932.480000', '195932.482000', '195932.485000', '195932.487000', '195932.490000', '195932.493000', '195932.495000', '195932.498000', '195932.500000', '195932.506000', '195932.509000', '195932.512000', '195932.514000', '195932.517000', '195932.520000', '195932.522000', '195932.525000', '195932.541000', '195932.543000', '195932.546000', '195932.548000', '195932.551000', '195952.421000', '195952.424000', '195952.427000', '195952.430000', '195952.432000', '195952.435000', '195952.437000', '195952.440000', '195952.443000', '195952.445000', '195952.448000', '195952.451000', '195952.453000', '195952.456000', '195952.459000', '195952.462000', '195952.464000', '195952.467000', '195952.470000', '195952.472000', '195952.475000', '195952.477000', '195952.480000', '195952.483000', '195952.485000', '195952.488000', '195952.490000', '195952.493000', '195952.496000', '195952.498000', '195952.501000', '195952.504000', '195952.506000', '195952.509000', '195952.511000', '195952.514000', '195952.517000', '195952.519000', '195952.522000', '195952.525000', '195952.527000', '195952.530000', '195952.533000', '200012.420000', '200012.423000', '200012.426000', '200012.429000', '200012.431000', '200012.434000', '200012.437000', '200012.439000', '200012.442000', '200012.444000', '200012.447000', '200012.450000', '200012.452000', '200012.455000', '200012.458000', '200012.460000', '200012.463000', '200012.465000', '200012.468000', '200012.471000', '200012.473000', '200012.476000', '200012.479000', '200012.481000', '200012.484000', '200012.486000', '200012.489000', '200012.492000', '200012.494000', '200012.497000', '200012.499000', '200012.502000', '200012.505000', '200012.507000', '200012.510000', '200012.513000', '200012.516000', '200012.518000', '200012.521000', '200012.523000', '200012.526000', '200012.528000', '200012.531000', '200012.534000', '200032.420000', '200032.423000', '200032.426000', '200032.429000', '200032.432000', '200032.434000', '200032.437000', '200032.440000', '200032.442000', '200032.445000', '200032.448000', '200032.450000', '200032.466000', '200032.469000', '200032.471000', '200032.474000', '200032.477000', '200032.479000', '200032.482000', '200032.485000', '200032.487000', '200032.490000', '200032.492000', '200032.495000', '200032.498000', '200032.500000', '200032.503000', '200032.506000', '200032.508000', '200032.511000', '200032.514000', '200032.516000', '200032.519000', '200032.521000', '200032.524000', '200032.527000', '200032.529000', '200032.532000', '200032.535000', '200032.537000', '200032.540000', '200032.543000', '200032.545000', '200052.421000', '200052.424000', '200052.427000', '200052.430000', '200052.432000', '200052.435000', '200052.438000', '200052.440000', '200052.443000', '200052.446000', '200052.448000', '200052.451000', '200052.454000', '200052.457000', '200052.459000', '200052.462000', '200052.464000', '200052.467000', '200052.470000', '200052.472000', '200052.475000', '200052.477000', '200052.480000', '200052.483000', '200052.485000', '200052.488000', '200052.491000', '200052.493000', '200052.496000', '200052.498000', '200052.501000', '200052.504000', '200052.506000', '200052.509000', '200052.511000', '200052.514000', '200052.516000', '200052.519000', '200052.522000', '200052.524000', '200052.527000', '200052.530000', '200052.532000', '200052.535000', '200112.421000', '200112.424000', '200112.427000', '200112.430000', '200112.433000', '200112.435000', '200112.438000', '200112.441000', '200112.443000', '200112.446000', '200112.449000', '200112.451000', '200112.454000', '200112.456000', '200112.459000', '200112.462000', '200112.464000', '200112.467000', '200112.469000', '200112.472000', '200112.475000', '200112.477000', '200112.480000', '200112.483000', '200112.485000', '200112.488000', '200112.491000', '200112.493000', '200112.496000', '200112.499000', '200112.501000', '200112.504000', '200112.506000', '200112.509000', '200112.512000', '200112.514000', '200112.517000', '200112.520000', '200112.522000', '200112.525000', '200112.527000', '200112.530000', '200112.533000', '200132.421000', '200132.424000', '200132.427000', '200132.430000', '200132.432000', '200132.435000', '200132.438000', '200132.440000', '200132.443000', '200132.446000', '200132.449000', '200132.451000', '200132.454000', '200132.456000', '200132.459000', '200132.462000', '200132.464000', '200132.467000', '200132.470000', '200132.472000', '200132.475000', '200132.477000', '200132.480000', '200132.483000', '200132.485000', '200132.488000', '200132.491000', '200132.494000', '200132.496000', '200132.499000', '200132.502000', '200132.504000', '200132.507000', '200132.510000', '200132.512000', '200132.515000', '200132.518000', '200132.520000', '200132.523000', '200132.525000', '200132.528000', '200132.531000', '200132.533000', '200152.421000', '200152.424000', '200152.427000', '200152.430000', '200152.433000', '200152.435000', '200152.438000', '200152.441000', '200152.443000', '200152.446000', '200152.449000', '200152.451000', '200152.454000', '200152.456000', '200152.459000', '200152.462000', '200152.464000', '200152.467000', '200152.470000', '200152.472000', '200152.475000', '200152.478000', '200152.480000', '200152.483000', '200152.486000', '200152.488000', '200152.491000', '200152.499000', '200152.502000', '200152.504000', '200152.507000', '200152.509000', '200152.512000', '200152.515000', '200152.517000', '200152.520000', '200152.522000', '200152.525000', '200152.539000', '200152.542000', '200152.544000', '200152.547000', '200152.549000', '200152.552000', '200212.422000', '200212.425000', '200212.428000', '200212.431000', '200212.434000', '200212.437000', '200212.439000', '200212.442000', '200212.445000', '200212.447000', '200212.450000', '200212.453000', '200212.455000', '200212.458000', '200212.460000', '200212.463000', '200212.466000', '200212.468000', '200212.471000', '200212.474000', '200212.477000', '200212.479000', '200212.482000', '200212.485000', '200212.487000', '200212.490000', '200212.493000', '200212.495000', '200212.498000', '200212.501000', '200212.503000', '200212.506000', '200212.509000', '200212.511000', '200212.514000', '200212.517000', '200212.519000', '200212.522000', '200212.525000', '200212.527000', '200212.530000', '200212.532000', '200212.535000', '200232.421000', '200232.423000', '200232.427000', '200232.429000', '200232.432000', '200232.434000', '200232.437000', '200232.440000', '200232.443000', '200232.445000', '200232.448000', '200232.451000', '200232.453000', '200232.456000', '200232.459000', '200232.461000', '200232.464000', '200232.467000', '200232.469000', '200232.472000', '200232.475000', '200232.477000', '200232.480000', '200232.483000', '200232.485000', '200232.488000', '200232.491000', '200232.493000', '200232.496000', '200232.498000', '200232.501000', '200232.504000', '200232.507000', '200232.509000', '200232.512000', '200232.514000', '200232.517000', '200232.520000', '200232.522000', '200232.525000', '200232.528000', '200232.530000', '200232.533000', '200232.535000', '200252.420000', '200252.423000', '200252.426000', '200252.428000', '200252.431000', '200252.434000', '200252.436000', '200252.439000', '200252.442000', '200252.445000', '200252.447000', '200252.450000', '200252.452000', '200252.455000', '200252.458000', '200252.460000', '200252.463000', '200252.466000', '200252.469000', '200252.471000', '200252.474000', '200252.477000', '200252.479000', '200252.482000', '200252.485000', '200252.487000', '200252.490000', '200252.492000', '200252.495000', '200252.498000', '200252.500000', '200252.503000', '200252.506000', '200252.509000', '200252.511000', '200252.514000', '200252.516000', '200252.519000', '200252.522000', '200252.524000', '200252.527000', '200252.529000', '200252.532000', '200312.421000', '200312.425000', '200312.427000', '200312.430000', '200312.432000', '200312.435000', '200312.438000', '200312.440000', '200312.443000', '200312.446000', '200312.448000', '200312.451000', '200312.454000', '200312.456000', '200312.459000', '200312.461000', '200312.464000', '200312.467000', '200312.469000', '200312.472000', '200312.475000', '200312.478000', '200312.480000', '200312.483000', '200312.485000', '200312.488000', '200312.491000', '200312.493000', '200312.496000', '200312.498000', '200312.501000', '200312.504000', '200312.506000', '200312.509000', '200312.512000', '200312.514000', '200312.517000', '200312.520000', '200312.522000', '200312.525000', '200312.527000', '200312.530000', '200312.533000', '200312.535000', '200332.422000', '200332.425000', '200332.427000', '200332.430000', '200332.442000', '200332.444000', '200332.447000', '200332.450000', '200332.453000', '200332.465000', '200332.468000', '200332.473000', '200332.475000', '200332.478000', '200332.481000', '200332.483000', '200332.486000', '200332.489000', '200332.491000', '200332.494000', '200332.496000', '200332.499000', '200332.502000', '200332.504000', '200332.507000', '200332.510000', '200332.512000', '200332.515000', '200332.517000', '200332.520000', '200332.523000', '200332.526000', '200332.528000', '200332.531000', '200332.534000', '200332.536000', '200332.539000', '200332.542000', '200332.544000', '200332.547000', '200332.549000', '200332.552000', '200332.555000', '200352.421000', '200352.424000', '200352.427000', '200352.429000', '200352.433000', '200352.436000', '200352.438000', '200352.441000', '200352.444000', '200352.447000', '200352.449000', '200352.452000', '200352.455000', '200352.457000', '200352.460000', '200352.462000', '200352.465000', '200352.468000', '200352.471000', '200352.473000', '200352.476000', '200352.478000', '200352.481000', '200352.483000', '200352.486000', '200352.489000', '200352.491000', '200352.494000', '200352.497000', '200352.499000', '200352.502000', '200352.505000', '200352.507000', '200352.510000', '200352.513000', '200352.515000', '200352.518000', '200352.520000', '200352.523000', '200352.526000', '200352.528000', '200352.531000', '200352.533000', '200352.536000', '200412.422000', '200412.424000', '200412.427000', '200412.430000', '200412.433000', '200412.437000', '200412.440000', '200412.443000', '200412.445000', '200412.448000', '200412.450000', '200412.453000', '200412.461000', '200412.464000', '200412.466000', '200412.469000', '200412.472000', '200412.474000', '200412.477000', '200412.479000', '200412.482000', '200412.485000', '200412.487000', '200412.490000', '200412.493000', '200412.495000', '200412.498000', '200412.501000', '200412.503000', '200412.506000', '200412.509000', '200412.511000', '200412.514000', '200412.517000', '200412.519000', '200412.522000', '200412.524000', '200412.527000', '200412.530000', '200412.532000', '200412.535000', '200412.538000', '200412.540000', '200432.421000', '200432.424000', '200432.427000', '200432.430000', '200432.433000', '200432.435000', '200432.438000', '200432.441000', '200432.443000', '200432.446000', '200432.449000', '200432.451000', '200432.454000', '200432.456000', '200432.459000', '200432.462000', '200432.464000', '200432.467000', '200432.470000', '200432.472000', '200432.475000', '200432.477000', '200432.480000', '200432.483000', '200432.485000', '200432.488000', '200432.491000', '200432.493000', '200432.496000', '200432.498000', '200432.501000', '200432.504000', '200432.506000', '200432.509000', '200432.512000', '200432.515000', '200432.517000', '200432.520000', '200432.523000', '200432.525000', '200432.528000', '200432.530000', '200432.533000', '200432.536000', '200452.420000', '200452.436000', '200452.438000', '200452.441000', '200452.444000', '200452.446000', '200452.449000', '200452.452000', '200452.455000', '200452.457000', '200452.460000', '200452.462000', '200452.465000', '200452.468000', '200452.470000', '200452.482000', '200452.485000', '200452.488000', '200452.490000', '200452.494000', '200452.497000', '200452.499000', '200452.502000', '200452.505000', '200452.508000', '200452.511000', '200452.514000', '200452.517000', '200452.519000', '200452.522000', '200452.525000', '200452.527000', '200452.530000', '200452.533000', '200452.535000', '200452.538000', '200452.541000', '200452.543000', '200452.546000', '200452.549000', '200452.551000', '200452.554000', '200452.557000', '200512.420000', '200512.424000', '200512.427000', '200512.430000', '200512.432000', '200512.435000', '200512.438000', '200512.440000', '200512.443000', '200512.446000', '200512.449000', '200512.451000', '200512.454000', '200512.456000', '200512.459000', '200512.468000', '200512.471000', '200512.473000', '200512.476000', '200512.479000', '200512.481000', '200512.484000', '200512.486000', '200512.489000', '200512.492000', '200512.501000', '200512.503000', '200512.506000', '200512.508000', '200512.512000', '200512.514000', '200512.517000', '200512.519000', '200512.522000', '200512.525000', '200512.527000', '200512.530000', '200512.532000', '200512.535000', '200512.538000', '200512.540000', '200512.543000', '200512.545000', '200512.548000', '200532.422000', '200532.424000', '200532.427000', '200532.430000', '200532.433000', '200532.435000', '200532.438000', '200532.441000', '200532.443000', '200532.446000', '200532.448000', '200532.451000', '200532.454000', '200532.457000', '200532.459000', '200532.462000', '200532.465000', '200532.467000', '200532.470000', '200532.473000', '200532.475000', '200532.478000', '200532.480000', '200532.483000', '200532.486000', '200532.488000', '200532.491000', '200532.494000', '200532.496000', '200532.499000', '200532.501000', '200532.504000', '200532.507000', '200532.509000', '200532.512000', '200532.515000', '200532.517000', '200532.520000', '200532.522000', '200532.525000', '200532.528000', '200532.531000', '200532.533000', '200552.421000', '200552.424000', '200552.427000', '200552.430000', '200552.432000', '200552.435000', '200552.437000', '200552.440000', '200552.443000', '200552.446000', '200552.448000', '200552.451000', '200552.453000', '200552.456000', '200552.459000', '200552.461000', '200552.464000', '200552.466000', '200552.469000', '200552.472000', '200552.474000', '200552.477000', '200552.480000', '200552.482000', '200552.485000', '200552.488000', '200552.490000', '200552.493000', '200552.496000', '200552.498000', '200552.501000', '200552.503000', '200552.506000', '200552.509000', '200552.511000', '200552.514000', '200552.516000', '200552.519000', '200552.522000', '200552.524000', '200552.527000', '200552.529000', '200552.532000', '200604.661000', '200604.664000', '200604.666000', '200604.669000', '200604.672000', '200604.674000', '200604.677000', '200604.680000', '200604.682000', '200604.685000', '200604.687000', '200604.690000', '200604.693000', '200604.696000', '200604.698000', '200604.701000', '200604.704000', '200604.706000', '200604.709000', '200604.711000', '200604.714000', '200604.716000', '200604.719000', '200604.722000', '200604.724000', '200604.727000', '200604.729000', '200604.743000'], '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': [8811, 7738, 9838, 7486, 9370, 7769, 7520, 8244, 7020, 9479, 7973, 7166, 8272, 6737, 9396, 7793, 8909, 8271, 8518, 9028, 6952, 9214, 7332, 8640, 8139, 7900, 8608, 7446, 8876, 6960, 9119, 7034, 9600, 7489, 8647, 7948, 7267, 8102, 6957, 8812, 7000, 9184, 7562, 9686, 7227, 9636, 7034, 9709, 7446, 9587, 7919, 8983, 7374, 7889, 7917, 7242, 9004, 7329, 8952, 6752, 9101, 7126, 9387, 7191, 9697, 7208, 9223, 7305, 9199, 7131, 9449, 7576, 9403, 7449, 8879, 7346, 8537, 7464, 8992, 8176, 7853, 7988, 7543, 8177, 6920, 8517, 7071, 9671, 8253, 7582, 8142, 7075, 8533, 6838, 9360, 7091, 9686, 7584, 10004, 6927, 8867, 7214, 9053, 7647, 9252, 8146, 7033, 7923, 7166, 8611, 7072, 8893, 7288, 9323, 7537, 9039, 7491, 8905, 7672, 9160, 8037, 8581, 7873, 8091, 8201, 7365, 8598, 7216, 9583, 7629, 9328, 7269, 9075, 7353, 9261, 7631, 9097, 7818, 7321, 8025, 7112, 8495, 6787, 8914, 7164, 9434, 7287, 9412, 7102, 9159, 7187, 9081, 7419, 9145, 7442, 9346, 7409, 9269, 7162, 8904, 7443, 8987, 7584, 9186, 7347, 8979, 7470, 8890, 7565, 8695, 7135, 8913, 7314, 9083, 7070, 9220, 7363, 8473, 6697, 8168, 6905, 8689, 7579, 9067, 7655, 9107, 7313, 8976, 7321, 9198, 7654, 9073, 7646, 9270, 7341, 9000, 7148, 8746, 7612, 8929, 7686, 9582, 7319, 9508, 7321, 9206, 7770, 11104, 7896, 7602, 7639, 7059, 8278, 6872, 9321, 7762, 9392, 7168, 8777, 7364, 8670, 7745, 8161, 8297, 7020, 8246, 6826, 9032, 7320, 9295, 7622, 9114, 7101, 8551, 7259, 8282, 7974, 8188, 8468, 7271, 8396, 6883, 9166, 7833, 8607, 7049, 6977, 7958, 7357, 8879, 7700, 7295, 8547, 7099, 8266, 8509, 7724, 10446, 7892, 7367, 8305, 6851, 9850, 8457, 12684, 7506, 9870, 7914, 7478, 8879, 7520, 9738, 7500, 8966, 7650, 8115, 7521, 7503, 9188, 6989, 9159, 6994, 9620, 7432, 9520, 7759, 9235, 7705, 6981, 7720, 6915, 8866, 7447, 9338, 7656, 7854, 7661, 7046, 8762, 6965, 9656, 7636, 9802, 7446, 9063, 7532, 9146, 8090, 9086, 8576, 6827, 8777, 6910, 9251, 7433, 9537, 8172, 7858, 7377, 7411, 8185, 6861, 9277, 7474, 9790, 7323, 8861, 7567, 8602, 8015, 7653, 8642, 6727, 8867, 6969, 9590, 8107, 8051, 8182, 6886, 8446, 6712, 9637, 7868, 9883, 7529, 8473, 7584, 7898, 8446, 7224, 9197, 6826, 9255, 7078, 9348, 7549, 9671, 7903, 10256, 7680, 7661, 8110, 7022, 8711, 7574, 8774, 7846, 6904, 8303, 7250, 10021, 8146, 11471, 8348, 7077, 7986, 6537, 9141, 7266, 9490, 7898, 8612, 7807, 7363, 8183, 7128, 8765, 6957, 9580, 7362, 9816, 7106, 9510, 7070, 9073, 7489, 8266, 8109, 6910, 8305, 6761, 9022, 7127, 9567, 7610, 9611, 7085, 8885, 7261, 8027, 8286, 7206, 9551, 7162, 9586, 7300, 9199, 8025, 8009, 8029, 7529, 8402, 7212, 8648, 6912, 9089, 7712, 9560, 7444, 8251, 8062, 7473, 8638, 7476, 9900, 7312, 9338, 6840, 8976, 6940, 9316, 7273, 9475, 7721, 9458, 7282, 8908, 7344, 9329, 7696, 8012, 7941, 7321, 8377, 7062, 8843, 6974, 9645, 7611, 9568, 7183, 9279, 7580, 9392, 7568, 9163, 7758, 8852, 7404, 8837, 7568, 8523, 7790, 8471, 8379, 7319, 7986, 6938, 8441, 7367, 8735, 7746, 7639, 7419, 7002, 8486, 7644, 8475, 8026, 7249, 8665, 7045, 9262, 7694, 7872, 8857, 7212, 9247, 7549, 8706, 7786, 7950, 8668, 6898, 9882, 7578, 6679, 8103, 7146, 8316, 8176, 7171, 10451, 7257, 7442, 8257, 6866, 9462, 8035, 10987, 7665, 6838, 8517, 7474, 9505, 7671, 7675, 8355, 6908, 9100, 7430, 7947, 7621, 7218, 9131, 7312, 9117, 7270, 8189, 7667, 7402, 9081, 7530, 10002, 7265, 8090, 7856, 7242, 9185, 7683, 9188, 7055, 7933, 7558, 7289, 8796, 7224, 9599, 7018, 9388, 7338, 8536, 7719, 7709, 8834, 6724, 8977, 6867, 9161, 7200, 8952, 7459, 7498, 8332, 7031, 8549, 6716, 9167, 7373, 9572, 7650, 9362, 6872, 8984, 7268, 9276, 7659, 7761, 7859, 6799, 7768, 6619, 8820, 7196, 9203, 7380, 9451, 7381, 9178, 7462, 8893, 7752, 8143, 7885, 6768, 8005, 6755, 8921, 7202, 9401, 7380, 9323, 7092, 9089, 7200, 8848, 7525, 9570, 7284, 8989, 7327, 8864, 7039, 9088, 7492, 9456, 7167, 7016, 7251, 7055, 9045, 7273, 9494, 7684, 9295, 7563, 10277, 6958, 10539, 7318, 9110, 7424, 8821, 7413, 9545, 7287, 9473, 7128, 8504, 7182, 8923, 7550, 8427, 7830, 6926, 7390, 6840, 7982, 7116, 8555, 7243, 8876, 6920, 8923, 6981, 9204, 7041, 9236, 7676, 9961, 7414, 8094, 7360, 7760, 7587, 9045, 8458, 10505, 7938, 7344, 7651, 7427, 8327, 7705, 8828, 6835, 8428, 6981, 8800, 6950, 8947, 7072, 9429, 7399, 9404, 6795, 9143, 7261, 9122, 7292, 8666, 7685, 7051, 7856, 6810, 8328, 6795, 9108, 7277, 9521, 7463, 9801, 7130, 8720, 7328, 8036, 7782, 7886, 7886, 6926, 8377, 6944, 9198, 7691, 9326, 7527, 8714, 6998, 7835, 7348, 7581, 8447, 6991, 8373, 6918, 8854, 7059, 9207, 7500, 9454, 7522, 9221, 7142, 8394, 6893, 8288, 7766, 7804, 8222, 6717, 8140, 6811, 9007, 6910, 9091, 7378, 9113, 7226, 8780, 7072, 8141, 7647, 8401, 8114, 7306, 8530, 7101, 8505, 7227, 8756, 7227, 8997, 7611, 9683, 6878, 8226, 7284, 8030, 7909, 7406, 8477, 6987, 8784, 6865, 8848, 6775, 9029, 7399, 9250, 7245, 7924, 7039, 7414, 7876, 6876, 9231, 7664, 8863, 7169, 7974, 7486, 8309, 8114, 9977, 8632, 6852, 8330, 6942, 8884, 7079, 9283, 7385, 9198, 7523, 8892, 7204, 7645, 7291, 7272, 8734, 7072, 9266, 6834, 8967, 7352, 9035, 7351, 9099, 7377, 9052, 6885, 8116, 7031, 7968, 7780, 6973, 8056, 6877, 8056, 6629, 9133, 7195, 9290, 6853, 8796, 6875, 9094, 7302, 9099, 7467, 9817, 7096, 9154, 7151, 8494, 7474, 7875, 8166, 6935, 8295, 7045, 8537, 6871, 8914, 7098, 8726, 6785, 8494, 6945, 8700, 6794, 9169, 7203, 9411, 7061, 9075, 6922, 9204, 7327, 9257, 7703, 8452, 7205, 8210, 7481, 7065, 8440, 7287, 9128, 6998, 9169, 6952, 9240, 7022, 9147, 7681, 9576, 7480, 9012, 6697, 7622, 7747, 7348, 9811, 7168, 8572, 6904, 8787, 6887, 9373, 7607, 9618, 7496, 8293, 7427, 7205, 9195, 7329, 9421, 7159, 9242, 6954, 9219, 7380, 9330, 7915, 9860, 7570, 7492, 7615, 7124, 8523, 7066, 9132, 6936, 9043, 6968, 9306, 7351, 9537, 7221, 9442, 7000, 8972, 6989, 7857, 8008, 6927, 8106, 6704, 8530, 6843, 9081, 7428, 9381, 6963, 9076, 6851, 9146, 7431, 9379, 7630, 8723, 7216, 7594, 7649, 7402, 8665, 7462, 8776, 6967, 8824, 7003, 9106, 7278, 9156, 7398, 9391, 7402, 8929, 7225, 8872, 8140, 7064, 7846, 6899, 8674, 7159, 9572, 7857, 7363, 7797, 7043, 8894, 6907, 9374, 7668, 10107, 7085, 9131, 7150, 6808, 8503, 7154, 9359, 7688, 6872, 10892, 6934, 7805, 7732, 7211, 9151, 7461, 11547, 6999, 7625, 7188, 6950, 9033, 7578, 9134, 7769, 7485, 7314, 7007, 6742, 6874, 8784, 11369, 7163, 9558, 7362, 9205, 7091, 9247, 7113, 8663, 7681, 7309, 11861, 6973, 11000, 7654, 11550, 8600, 14007, 10111, 10283, 8323, 7289, 7846, 7681, 8865, 8242, 9464, 7747, 6855, 7787, 6759, 8680, 6991, 8450, 7218], 'WindowCenter': [3900.0, 3876.0, 3893.0, 3859.0, 3869.0, 3857.0, 3858.0, 3868.0, 3858.0, 3881.0, 3869.0, 3861.0, 3870.0, 3860.0, 3879.0, 3870.0, 3880.0, 3871.0, 3871.0, 3870.0, 3858.0, 3878.0, 3859.0, 3868.0, 3870.0, 3859.0, 3870.0, 3860.0, 3867.0, 3859.0, 3867.0, 3859.0, 3880.0, 3861.0, 3869.0, 3870.0, 3858.0, 3869.0, 3860.0, 3880.0, 3873.0, 3881.0, 3871.0, 3880.0, 3859.0, 3880.0, 3861.0, 3890.0, 3871.0, 3880.0, 3871.0, 3869.0, 3859.0, 3869.0, 3872.0, 3871.0, 3881.0, 3870.0, 3881.0, 3860.0, 3879.0, 3872.0, 3893.0, 3861.0, 3895.0, 3872.0, 3880.0, 3860.0, 3882.0, 3872.0, 3891.0, 3871.0, 3882.0, 3872.0, 3879.0, 3872.0, 3880.0, 3873.0, 3882.0, 3882.0, 3883.0, 3871.0, 3871.0, 3871.0, 3861.0, 3882.0, 3872.0, 3894.0, 3884.0, 3873.0, 3872.0, 3861.0, 3881.0, 3861.0, 3892.0, 3861.0, 3881.0, 3868.0, 3878.0, 3857.0, 3878.0, 3858.0, 3880.0, 3870.0, 3879.0, 3870.0, 3858.0, 3869.0, 3858.0, 3868.0, 3860.0, 3880.0, 3869.0, 3880.0, 3871.0, 3879.0, 3871.0, 3880.0, 3872.0, 3892.0, 3871.0, 3881.0, 3870.0, 3868.0, 3869.0, 3870.0, 3880.0, 3860.0, 3880.0, 3870.0, 3878.0, 3858.0, 3878.0, 3859.0, 3879.0, 3870.0, 3867.0, 3857.0, 3858.0, 3869.0, 3857.0, 3867.0, 3859.0, 3881.0, 3858.0, 3878.0, 3858.0, 3878.0, 3857.0, 3878.0, 3857.0, 3878.0, 3858.0, 3867.0, 3857.0, 3866.0, 3856.0, 3865.0, 3858.0, 3867.0, 3858.0, 3867.0, 3857.0, 3877.0, 3857.0, 3879.0, 3857.0, 3867.0, 3857.0, 3866.0, 3845.0, 3867.0, 3857.0, 3867.0, 3859.0, 3877.0, 3857.0, 3868.0, 3846.0, 3866.0, 3856.0, 3868.0, 3869.0, 3879.0, 3871.0, 3880.0, 3870.0, 3879.0, 3871.0, 3881.0, 3872.0, 3880.0, 3870.0, 3879.0, 3859.0, 3880.0, 3859.0, 3879.0, 3871.0, 3879.0, 3872.0, 3879.0, 3859.0, 3878.0, 3859.0, 3880.0, 3870.0, 3891.0, 3869.0, 3858.0, 3858.0, 3858.0, 3868.0, 3848.0, 3879.0, 3859.0, 3877.0, 3857.0, 3866.0, 3858.0, 3869.0, 3868.0, 3870.0, 3868.0, 3857.0, 3867.0, 3857.0, 3880.0, 3859.0, 3880.0, 3871.0, 3880.0, 3858.0, 3868.0, 3869.0, 3870.0, 3869.0, 3870.0, 3869.0, 3871.0, 3880.0, 3859.0, 3879.0, 3872.0, 3879.0, 3858.0, 3860.0, 3881.0, 3872.0, 3893.0, 3886.0, 3873.0, 3881.0, 3861.0, 3883.0, 3897.0, 3885.0, 3893.0, 3869.0, 3870.0, 3870.0, 3860.0, 3892.0, 3870.0, 3900.0, 3859.0, 3878.0, 3868.0, 3858.0, 3877.0, 3860.0, 3880.0, 3858.0, 3867.0, 3857.0, 3857.0, 3857.0, 3858.0, 3880.0, 3859.0, 3878.0, 3859.0, 3879.0, 3858.0, 3877.0, 3869.0, 3878.0, 3858.0, 3858.0, 3857.0, 3858.0, 3880.0, 3860.0, 3881.0, 3871.0, 3869.0, 3871.0, 3858.0, 3881.0, 3861.0, 3892.0, 3871.0, 3881.0, 3860.0, 3868.0, 3870.0, 3878.0, 3870.0, 3880.0, 3870.0, 3848.0, 3868.0, 3859.0, 3880.0, 3858.0, 3878.0, 3870.0, 3857.0, 3857.0, 3858.0, 3869.0, 3848.0, 3879.0, 3858.0, 3890.0, 3861.0, 3879.0, 3872.0, 3881.0, 3870.0, 3871.0, 3882.0, 3862.0, 3881.0, 3858.0, 3879.0, 3871.0, 3871.0, 3871.0, 3859.0, 3869.0, 3862.0, 3893.0, 3871.0, 3890.0, 3871.0, 3870.0, 3870.0, 3870.0, 3872.0, 3860.0, 3880.0, 3860.0, 3880.0, 3858.0, 3880.0, 3858.0, 3878.0, 3869.0, 3878.0, 3857.0, 3858.0, 3856.0, 3858.0, 3868.0, 3858.0, 3867.0, 3869.0, 3860.0, 3871.0, 3869.0, 3890.0, 3870.0, 3891.0, 3868.0, 3847.0, 3858.0, 3847.0, 3878.0, 3859.0, 3879.0, 3870.0, 3867.0, 3858.0, 3858.0, 3868.0, 3859.0, 3868.0, 3847.0, 3880.0, 3858.0, 3878.0, 3858.0, 3878.0, 3860.0, 3881.0, 3871.0, 3871.0, 3871.0, 3860.0, 3870.0, 3850.0, 3879.0, 3861.0, 3881.0, 3872.0, 3880.0, 3861.0, 3868.0, 3860.0, 3870.0, 3871.0, 3859.0, 3892.0, 3860.0, 3892.0, 3872.0, 3892.0, 3871.0, 3873.0, 3870.0, 3859.0, 3870.0, 3873.0, 3883.0, 3860.0, 3868.0, 3870.0, 3877.0, 3856.0, 3867.0, 3867.0, 3858.0, 3880.0, 3859.0, 3879.0, 3859.0, 3878.0, 3844.0, 3866.0, 3845.0, 3866.0, 3857.0, 3876.0, 3858.0, 3876.0, 3859.0, 3880.0, 3857.0, 3866.0, 3854.0, 3857.0, 3856.0, 3844.0, 3856.0, 3845.0, 3866.0, 3859.0, 3877.0, 3857.0, 3865.0, 3844.0, 3865.0, 3856.0, 3866.0, 3856.0, 3867.0, 3856.0, 3864.0, 3844.0, 3863.0, 3857.0, 3867.0, 3856.0, 3855.0, 3866.0, 3845.0, 3855.0, 3858.0, 3866.0, 3857.0, 3868.0, 3869.0, 3869.0, 3869.0, 3871.0, 3878.0, 3870.0, 3881.0, 3871.0, 3871.0, 3879.0, 3860.0, 3880.0, 3870.0, 3871.0, 3881.0, 3858.0, 3879.0, 3868.0, 3867.0, 3870.0, 3872.0, 3882.0, 3859.0, 3893.0, 3868.0, 3847.0, 3868.0, 3859.0, 3881.0, 3881.0, 3860.0, 3889.0, 3859.0, 3859.0, 3868.0, 3861.0, 3892.0, 3868.0, 3890.0, 3858.0, 3848.0, 3880.0, 3859.0, 3881.0, 3870.0, 3859.0, 3869.0, 3859.0, 3868.0, 3859.0, 3869.0, 3871.0, 3860.0, 3882.0, 3860.0, 3869.0, 3859.0, 3867.0, 3868.0, 3860.0, 3882.0, 3870.0, 3879.0, 3858.0, 3858.0, 3869.0, 3859.0, 3881.0, 3871.0, 3879.0, 3858.0, 3858.0, 3857.0, 3860.0, 3870.0, 3859.0, 3880.0, 3858.0, 3867.0, 3858.0, 3869.0, 3860.0, 3858.0, 3881.0, 3849.0, 3867.0, 3847.0, 3867.0, 3860.0, 3869.0, 3859.0, 3859.0, 3868.0, 3849.0, 3868.0, 3848.0, 3879.0, 3860.0, 3881.0, 3858.0, 3868.0, 3847.0, 3867.0, 3857.0, 3879.0, 3859.0, 3859.0, 3868.0, 3849.0, 3858.0, 3850.0, 3881.0, 3859.0, 3879.0, 3859.0, 3879.0, 3858.0, 3867.0, 3859.0, 3879.0, 3860.0, 3869.0, 3858.0, 3847.0, 3857.0, 3847.0, 3870.0, 3858.0, 3879.0, 3856.0, 3865.0, 3846.0, 3865.0, 3858.0, 3868.0, 3857.0, 3867.0, 3844.0, 3853.0, 3844.0, 3863.0, 3847.0, 3866.0, 3858.0, 3865.0, 3858.0, 3859.0, 3859.0, 3861.0, 3882.0, 3870.0, 3881.0, 3871.0, 3877.0, 3860.0, 3879.0, 3845.0, 3876.0, 3858.0, 3867.0, 3856.0, 3866.0, 3846.0, 3865.0, 3846.0, 3865.0, 3845.0, 3854.0, 3846.0, 3866.0, 3856.0, 3867.0, 3857.0, 3856.0, 3858.0, 3848.0, 3869.0, 3859.0, 3883.0, 3859.0, 3881.0, 3859.0, 3878.0, 3858.0, 3878.0, 3861.0, 3878.0, 3869.0, 3880.0, 3861.0, 3869.0, 3860.0, 3871.0, 3871.0, 3880.0, 3869.0, 3890.0, 3867.0, 3857.0, 3856.0, 3858.0, 3869.0, 3858.0, 3869.0, 3846.0, 3855.0, 3847.0, 3865.0, 3847.0, 3868.0, 3858.0, 3866.0, 3857.0, 3866.0, 3847.0, 3866.0, 3858.0, 3878.0, 3859.0, 3868.0, 3858.0, 3859.0, 3867.0, 3846.0, 3868.0, 3859.0, 3879.0, 3858.0, 3879.0, 3859.0, 3878.0, 3846.0, 3866.0, 3860.0, 3869.0, 3857.0, 3858.0, 3857.0, 3845.0, 3856.0, 3858.0, 3877.0, 3858.0, 3878.0, 3859.0, 3867.0, 3848.0, 3857.0, 3859.0, 3858.0, 3868.0, 3846.0, 3855.0, 3846.0, 3865.0, 3847.0, 3878.0, 3858.0, 3866.0, 3856.0, 3866.0, 3846.0, 3856.0, 3857.0, 3868.0, 3856.0, 3856.0, 3867.0, 3846.0, 3856.0, 3847.0, 3867.0, 3858.0, 3867.0, 3858.0, 3868.0, 3858.0, 3867.0, 3847.0, 3857.0, 3869.0, 3869.0, 3868.0, 3857.0, 3868.0, 3846.0, 3867.0, 3858.0, 3868.0, 3858.0, 3868.0, 3858.0, 3878.0, 3848.0, 3857.0, 3857.0, 3867.0, 3867.0, 3857.0, 3869.0, 3848.0, 3865.0, 3848.0, 3868.0, 3846.0, 3868.0, 3856.0, 3868.0, 3857.0, 3869.0, 3859.0, 3858.0, 3868.0, 3849.0, 3880.0, 3871.0, 3878.0, 3859.0, 3870.0, 3859.0, 3869.0, 3871.0, 3879.0, 3868.0, 3848.0, 3867.0, 3846.0, 3867.0, 3846.0, 3877.0, 3857.0, 3868.0, 3858.0, 3867.0, 3858.0, 3856.0, 3856.0, 3859.0, 3869.0, 3859.0, 3867.0, 3847.0, 3865.0, 3858.0, 3867.0, 3858.0, 3867.0, 3857.0, 3866.0, 3846.0, 3857.0, 3857.0, 3857.0, 3859.0, 3858.0, 3857.0, 3847.0, 3868.0, 3850.0, 3880.0, 3858.0, 3880.0, 3847.0, 3869.0, 3847.0, 3880.0, 3861.0, 3870.0, 3859.0, 3878.0, 3859.0, 3878.0, 3858.0, 3869.0, 3860.0, 3859.0, 3869.0, 3859.0, 3868.0, 3857.0, 3870.0, 3860.0, 3881.0, 3860.0, 3880.0, 3849.0, 3868.0, 3858.0, 3869.0, 3860.0, 3880.0, 3858.0, 3882.0, 3859.0, 3879.0, 3858.0, 3879.0, 3871.0, 3880.0, 3872.0, 3870.0, 3860.0, 3868.0, 3858.0, 3861.0, 3870.0, 3859.0, 3881.0, 3861.0, 3881.0, 3860.0, 3880.0, 3860.0, 3879.0, 3872.0, 3880.0, 3859.0, 3879.0, 3859.0, 3871.0, 3871.0, 3861.0, 3892.0, 3859.0, 3869.0, 3859.0, 3870.0, 3861.0, 3881.0, 3871.0, 3882.0, 3860.0, 3870.0, 3859.0, 3871.0, 3882.0, 3860.0, 3879.0, 3859.0, 3879.0, 3857.0, 3877.0, 3859.0, 3879.0, 3871.0, 3879.0, 3858.0, 3858.0, 3857.0, 3858.0, 3869.0, 3857.0, 3879.0, 3848.0, 3868.0, 3859.0, 3880.0, 3860.0, 3881.0, 3859.0, 3878.0, 3858.0, 3879.0, 3860.0, 3870.0, 3871.0, 3859.0, 3871.0, 3859.0, 3881.0, 3862.0, 3882.0, 3862.0, 3882.0, 3859.0, 3882.0, 3861.0, 3881.0, 3873.0, 3880.0, 3873.0, 3871.0, 3861.0, 3870.0, 3872.0, 3861.0, 3882.0, 3860.0, 3870.0, 3860.0, 3870.0, 3860.0, 3869.0, 3860.0, 3880.0, 3861.0, 3879.0, 3861.0, 3881.0, 3862.0, 3882.0, 3870.0, 3859.0, 3870.0, 3859.0, 3881.0, 3861.0, 3893.0, 3885.0, 3873.0, 3871.0, 3862.0, 3882.0, 3861.0, 3882.0, 3872.0, 3893.0, 3860.0, 3880.0, 3859.0, 3848.0, 3870.0, 3861.0, 3880.0, 3871.0, 3861.0, 3891.0, 3857.0, 3861.0, 3872.0, 3857.0, 3879.0, 3859.0, 3891.0, 3848.0, 3857.0, 3846.0, 3863.0, 3879.0, 3873.0, 3882.0, 3858.0, 3872.0, 3860.0, 3846.0, 3845.0, 3877.0, 3884.0, 3892.0, 3850.0, 3869.0, 3846.0, 3867.0, 3847.0, 3865.0, 3847.0, 3856.0, 3846.0, 3844.0, 3874.0, 3832.0, 3864.0, 3832.0, 3861.0, 3841.0, 3859.0, 3838.0, 3835.0, 3824.0, 3804.0, 3814.0, 3815.0, 3825.0, 3826.0, 3835.0, 3815.0, 3804.0, 3814.0, 3805.0, 3827.0, 3818.0, 3827.0, 3829.0], 'WindowWidth': [8746.0, 8706.0, 8721.0, 8670.0, 8682.0, 8664.0, 8664.0, 8678.0, 8667.0, 8702.0, 8685.0, 8674.0, 8685.0, 8674.0, 8696.0, 8686.0, 8700.0, 8689.0, 8687.0, 8685.0, 8667.0, 8693.0, 8670.0, 8681.0, 8686.0, 8668.0, 8686.0, 8671.0, 8680.0, 8668.0, 8679.0, 8668.0, 8699.0, 8676.0, 8684.0, 8686.0, 8669.0, 8685.0, 8673.0, 8701.0, 8695.0, 8704.0, 8689.0, 8701.0, 8672.0, 8699.0, 8675.0, 8716.0, 8691.0, 8701.0, 8690.0, 8684.0, 8671.0, 8685.0, 8693.0, 8691.0, 8705.0, 8689.0, 8702.0, 8675.0, 8700.0, 8693.0, 8722.0, 8678.0, 8727.0, 8692.0, 8702.0, 8673.0, 8705.0, 8694.0, 8718.0, 8692.0, 8708.0, 8694.0, 8700.0, 8693.0, 8704.0, 8698.0, 8708.0, 8708.0, 8709.0, 8690.0, 8690.0, 8689.0, 8675.0, 8707.0, 8695.0, 8725.0, 8713.0, 8697.0, 8693.0, 8679.0, 8702.0, 8678.0, 8721.0, 8676.0, 8705.0, 8684.0, 8696.0, 8668.0, 8696.0, 8670.0, 8701.0, 8689.0, 8697.0, 8687.0, 8668.0, 8683.0, 8668.0, 8681.0, 8675.0, 8703.0, 8687.0, 8701.0, 8691.0, 8699.0, 8691.0, 8703.0, 8695.0, 8720.0, 8692.0, 8703.0, 8687.0, 8683.0, 8685.0, 8690.0, 8703.0, 8674.0, 8703.0, 8688.0, 8697.0, 8670.0, 8695.0, 8672.0, 8698.0, 8688.0, 8681.0, 8667.0, 8669.0, 8682.0, 8666.0, 8680.0, 8670.0, 8702.0, 8670.0, 8698.0, 8670.0, 8696.0, 8666.0, 8694.0, 8667.0, 8696.0, 8669.0, 8679.0, 8667.0, 8676.0, 8664.0, 8673.0, 8667.0, 8679.0, 8668.0, 8680.0, 8666.0, 8692.0, 8666.0, 8697.0, 8669.0, 8679.0, 8665.0, 8675.0, 8647.0, 8678.0, 8663.0, 8678.0, 8671.0, 8692.0, 8664.0, 8681.0, 8649.0, 8676.0, 8664.0, 8682.0, 8687.0, 8699.0, 8689.0, 8703.0, 8688.0, 8699.0, 8690.0, 8704.0, 8693.0, 8701.0, 8690.0, 8699.0, 8671.0, 8699.0, 8672.0, 8702.0, 8692.0, 8700.0, 8694.0, 8699.0, 8672.0, 8696.0, 8673.0, 8701.0, 8688.0, 8715.0, 8685.0, 8667.0, 8666.0, 8668.0, 8682.0, 8656.0, 8699.0, 8671.0, 8694.0, 8667.0, 8677.0, 8671.0, 8686.0, 8684.0, 8686.0, 8682.0, 8665.0, 8679.0, 8667.0, 8701.0, 8672.0, 8700.0, 8690.0, 8699.0, 8670.0, 8681.0, 8686.0, 8688.0, 8686.0, 8688.0, 8684.0, 8692.0, 8702.0, 8672.0, 8697.0, 8694.0, 8699.0, 8668.0, 8676.0, 8706.0, 8696.0, 8725.0, 8721.0, 8698.0, 8704.0, 8676.0, 8709.0, 8735.0, 8718.0, 8723.0, 8687.0, 8688.0, 8687.0, 8674.0, 8720.0, 8689.0, 8728.0, 8672.0, 8694.0, 8680.0, 8667.0, 8694.0, 8673.0, 8700.0, 8667.0, 8678.0, 8666.0, 8664.0, 8666.0, 8667.0, 8700.0, 8668.0, 8694.0, 8668.0, 8695.0, 8668.0, 8693.0, 8685.0, 8695.0, 8668.0, 8668.0, 8666.0, 8669.0, 8699.0, 8674.0, 8703.0, 8690.0, 8685.0, 8687.0, 8669.0, 8702.0, 8678.0, 8719.0, 8690.0, 8703.0, 8675.0, 8683.0, 8687.0, 8697.0, 8686.0, 8700.0, 8685.0, 8654.0, 8681.0, 8669.0, 8698.0, 8668.0, 8696.0, 8687.0, 8666.0, 8666.0, 8666.0, 8681.0, 8655.0, 8697.0, 8670.0, 8713.0, 8676.0, 8698.0, 8690.0, 8703.0, 8688.0, 8690.0, 8706.0, 8681.0, 8701.0, 8670.0, 8698.0, 8689.0, 8690.0, 8688.0, 8671.0, 8684.0, 8679.0, 8720.0, 8691.0, 8715.0, 8689.0, 8688.0, 8687.0, 8689.0, 8691.0, 8674.0, 8700.0, 8674.0, 8700.0, 8669.0, 8699.0, 8669.0, 8696.0, 8683.0, 8694.0, 8664.0, 8665.0, 8662.0, 8668.0, 8682.0, 8667.0, 8675.0, 8685.0, 8674.0, 8688.0, 8686.0, 8716.0, 8687.0, 8715.0, 8680.0, 8650.0, 8665.0, 8651.0, 8695.0, 8671.0, 8695.0, 8687.0, 8679.0, 8667.0, 8667.0, 8680.0, 8670.0, 8680.0, 8651.0, 8699.0, 8667.0, 8695.0, 8668.0, 8694.0, 8675.0, 8702.0, 8691.0, 8689.0, 8689.0, 8672.0, 8686.0, 8660.0, 8699.0, 8676.0, 8703.0, 8691.0, 8701.0, 8675.0, 8683.0, 8675.0, 8686.0, 8691.0, 8671.0, 8721.0, 8677.0, 8720.0, 8697.0, 8722.0, 8691.0, 8696.0, 8687.0, 8669.0, 8684.0, 8696.0, 8712.0, 8677.0, 8682.0, 8688.0, 8694.0, 8665.0, 8679.0, 8681.0, 8668.0, 8699.0, 8672.0, 8698.0, 8670.0, 8694.0, 8645.0, 8675.0, 8647.0, 8676.0, 8664.0, 8690.0, 8668.0, 8688.0, 8671.0, 8703.0, 8669.0, 8675.0, 8659.0, 8664.0, 8664.0, 8644.0, 8661.0, 8646.0, 8676.0, 8670.0, 8692.0, 8664.0, 8674.0, 8643.0, 8672.0, 8661.0, 8674.0, 8662.0, 8676.0, 8664.0, 8670.0, 8644.0, 8667.0, 8663.0, 8679.0, 8663.0, 8660.0, 8676.0, 8645.0, 8661.0, 8669.0, 8678.0, 8665.0, 8682.0, 8685.0, 8684.0, 8685.0, 8691.0, 8695.0, 8688.0, 8706.0, 8692.0, 8688.0, 8700.0, 8674.0, 8702.0, 8689.0, 8690.0, 8704.0, 8669.0, 8697.0, 8682.0, 8681.0, 8688.0, 8693.0, 8707.0, 8672.0, 8725.0, 8683.0, 8650.0, 8680.0, 8673.0, 8705.0, 8705.0, 8674.0, 8712.0, 8670.0, 8669.0, 8680.0, 8676.0, 8719.0, 8682.0, 8713.0, 8666.0, 8653.0, 8700.0, 8671.0, 8703.0, 8687.0, 8670.0, 8683.0, 8669.0, 8679.0, 8669.0, 8683.0, 8687.0, 8672.0, 8705.0, 8673.0, 8683.0, 8669.0, 8679.0, 8683.0, 8671.0, 8705.0, 8685.0, 8698.0, 8667.0, 8667.0, 8682.0, 8669.0, 8701.0, 8689.0, 8695.0, 8667.0, 8666.0, 8664.0, 8671.0, 8685.0, 8670.0, 8700.0, 8666.0, 8679.0, 8667.0, 8683.0, 8671.0, 8667.0, 8701.0, 8654.0, 8678.0, 8651.0, 8678.0, 8671.0, 8683.0, 8670.0, 8669.0, 8681.0, 8655.0, 8679.0, 8653.0, 8696.0, 8671.0, 8700.0, 8666.0, 8679.0, 8651.0, 8676.0, 8667.0, 8696.0, 8669.0, 8670.0, 8681.0, 8655.0, 8667.0, 8659.0, 8702.0, 8672.0, 8697.0, 8669.0, 8696.0, 8668.0, 8678.0, 8670.0, 8697.0, 8672.0, 8682.0, 8666.0, 8651.0, 8662.0, 8652.0, 8684.0, 8667.0, 8696.0, 8661.0, 8673.0, 8648.0, 8672.0, 8666.0, 8679.0, 8664.0, 8677.0, 8642.0, 8652.0, 8642.0, 8667.0, 8651.0, 8675.0, 8665.0, 8671.0, 8666.0, 8669.0, 8673.0, 8678.0, 8703.0, 8688.0, 8702.0, 8689.0, 8694.0, 8673.0, 8695.0, 8645.0, 8687.0, 8665.0, 8676.0, 8662.0, 8675.0, 8647.0, 8672.0, 8645.0, 8670.0, 8644.0, 8655.0, 8647.0, 8675.0, 8663.0, 8678.0, 8665.0, 8663.0, 8666.0, 8655.0, 8682.0, 8671.0, 8709.0, 8672.0, 8702.0, 8672.0, 8695.0, 8670.0, 8696.0, 8675.0, 8698.0, 8686.0, 8701.0, 8675.0, 8684.0, 8673.0, 8687.0, 8690.0, 8700.0, 8684.0, 8712.0, 8678.0, 8664.0, 8663.0, 8666.0, 8683.0, 8667.0, 8682.0, 8648.0, 8659.0, 8649.0, 8674.0, 8651.0, 8679.0, 8668.0, 8677.0, 8663.0, 8675.0, 8651.0, 8676.0, 8667.0, 8694.0, 8672.0, 8680.0, 8669.0, 8668.0, 8679.0, 8649.0, 8679.0, 8673.0, 8698.0, 8668.0, 8698.0, 8670.0, 8692.0, 8650.0, 8677.0, 8673.0, 8683.0, 8665.0, 8666.0, 8664.0, 8646.0, 8660.0, 8668.0, 8692.0, 8667.0, 8696.0, 8668.0, 8676.0, 8652.0, 8664.0, 8670.0, 8666.0, 8679.0, 8649.0, 8659.0, 8646.0, 8671.0, 8650.0, 8694.0, 8666.0, 8675.0, 8663.0, 8674.0, 8648.0, 8660.0, 8666.0, 8680.0, 8664.0, 8662.0, 8677.0, 8647.0, 8660.0, 8650.0, 8676.0, 8668.0, 8679.0, 8667.0, 8680.0, 8668.0, 8677.0, 8650.0, 8664.0, 8684.0, 8684.0, 8681.0, 8665.0, 8679.0, 8649.0, 8676.0, 8666.0, 8681.0, 8668.0, 8680.0, 8669.0, 8693.0, 8652.0, 8663.0, 8665.0, 8680.0, 8680.0, 8665.0, 8683.0, 8653.0, 8674.0, 8652.0, 8679.0, 8649.0, 8681.0, 8664.0, 8680.0, 8667.0, 8684.0, 8670.0, 8667.0, 8681.0, 8656.0, 8698.0, 8691.0, 8695.0, 8672.0, 8685.0, 8671.0, 8685.0, 8689.0, 8696.0, 8681.0, 8652.0, 8677.0, 8648.0, 8677.0, 8649.0, 8691.0, 8664.0, 8679.0, 8668.0, 8676.0, 8665.0, 8660.0, 8662.0, 8669.0, 8683.0, 8670.0, 8679.0, 8651.0, 8673.0, 8665.0, 8677.0, 8666.0, 8678.0, 8664.0, 8674.0, 8649.0, 8665.0, 8666.0, 8664.0, 8670.0, 8665.0, 8665.0, 8651.0, 8680.0, 8659.0, 8699.0, 8668.0, 8698.0, 8652.0, 8682.0, 8651.0, 8699.0, 8675.0, 8685.0, 8672.0, 8694.0, 8670.0, 8693.0, 8667.0, 8684.0, 8672.0, 8669.0, 8682.0, 8668.0, 8681.0, 8667.0, 8684.0, 8673.0, 8703.0, 8671.0, 8699.0, 8656.0, 8680.0, 8668.0, 8682.0, 8674.0, 8698.0, 8668.0, 8704.0, 8672.0, 8698.0, 8670.0, 8697.0, 8690.0, 8699.0, 8692.0, 8686.0, 8672.0, 8682.0, 8668.0, 8675.0, 8687.0, 8671.0, 8702.0, 8675.0, 8701.0, 8674.0, 8698.0, 8675.0, 8699.0, 8692.0, 8702.0, 8672.0, 8696.0, 8671.0, 8690.0, 8690.0, 8674.0, 8717.0, 8670.0, 8682.0, 8669.0, 8684.0, 8676.0, 8702.0, 8688.0, 8704.0, 8674.0, 8686.0, 8671.0, 8690.0, 8704.0, 8673.0, 8699.0, 8670.0, 8696.0, 8666.0, 8692.0, 8672.0, 8696.0, 8687.0, 8698.0, 8667.0, 8666.0, 8665.0, 8669.0, 8684.0, 8664.0, 8695.0, 8654.0, 8679.0, 8670.0, 8699.0, 8671.0, 8700.0, 8671.0, 8693.0, 8667.0, 8696.0, 8671.0, 8685.0, 8690.0, 8670.0, 8688.0, 8672.0, 8701.0, 8679.0, 8706.0, 8678.0, 8704.0, 8672.0, 8703.0, 8677.0, 8703.0, 8695.0, 8702.0, 8694.0, 8690.0, 8675.0, 8687.0, 8691.0, 8675.0, 8704.0, 8673.0, 8686.0, 8671.0, 8685.0, 8673.0, 8683.0, 8673.0, 8699.0, 8674.0, 8697.0, 8674.0, 8703.0, 8678.0, 8704.0, 8687.0, 8670.0, 8685.0, 8670.0, 8701.0, 8676.0, 8722.0, 8713.0, 8693.0, 8689.0, 8677.0, 8704.0, 8678.0, 8704.0, 8692.0, 8723.0, 8674.0, 8700.0, 8671.0, 8652.0, 8684.0, 8676.0, 8701.0, 8692.0, 8676.0, 8715.0, 8666.0, 8674.0, 8689.0, 8666.0, 8695.0, 8668.0, 8713.0, 8651.0, 8661.0, 8647.0, 8681.0, 8700.0, 8695.0, 8703.0, 8668.0, 8691.0, 8671.0, 8647.0, 8646.0, 8706.0, 8711.0, 8717.0, 8657.0, 8680.0, 8647.0, 8675.0, 8648.0, 8670.0, 8648.0, 8659.0, 8645.0, 8640.0, 8679.0, 8620.0, 8665.0, 8618.0, 8657.0, 8627.0, 8650.0, 8620.0, 8611.0, 8595.0, 8567.0, 8581.0, 8582.0, 8596.0, 8601.0, 8611.0, 8586.0, 8568.0, 8582.0, 8571.0, 8602.0, 8593.0, 8603.0, 8610.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.00086585136406397</td></tr>
<tr><td colspan=3>aqi</td><td>0.020263620790216368</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.6863986193409</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2665851613559318</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0132600623446328</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>6046.9644</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07884641261815474</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1044214487300095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2949315816770497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.22113394704404</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4708015774551364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.192859220531972</td></tr>
<tr><td colspan=3>gcor</td><td>0.012105</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00729400897398591</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026729004457592964</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3185584214890795</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>22.5096</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9813</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.1201</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.4687</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2551</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.6121</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3073.5653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1336.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.4467</td></tr>
<tr><td colspan=3>tsnr</td><td>42.74956523696892</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>