<?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-0038_ses-01_task-alignvideo_acq-mb8_run-01_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-0038_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_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-0038/ses-01/func/sub-0038_ses-01_task-alignvideo_acq-mb8_run-01_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>7d4fcf371037e555b8c66182cdd79b6b</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>13:50:47.575000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998292, 0.0056223, 0.0581442, -0.00993167, 0.997202, 0.0740941]</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-01_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.0991471</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7757, -7150, 563, -102, -76, -90, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4cdc489b-3ef5-4576-92ca-9b7581cf10dc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6783454418182373, -0.026645949110388756, 0.1554252654314041, 108.57020568847656], [-0.015084225684404373, 2.675419569015503, 0.201271653175354, -94.95915222167969], [0.15599662065505981, -0.1987890899181366, 2.687997817993164, -26.424989700317383], [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, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['135047.575000', '135048.035000', '135048.495000', '135048.955000', '135049.415000', '135049.875000', '135050.335000', '135050.795000', '135051.255000', '135051.715000', '135052.175000', '135052.635000', '135053.095000', '135053.555000', '135054.015000', '135054.475000', '135054.935000', '135055.395000', '135055.855000', '135056.315000', '135056.775000', '135057.235000', '135057.695000', '135058.155000', '135058.615000', '135059.075000', '135059.535000', '135059.995000', '135100.455000', '135100.915000', '135101.375000', '135101.835000', '135102.295000', '135102.755000', '135103.215000', '135103.675000', '135104.135000', '135104.595000', '135105.055000', '135105.515000', '135105.975000', '135106.435000', '135106.895000', '135107.355000', '135107.815000', '135108.275000', '135108.735000', '135109.195000', '135109.655000', '135110.115000', '135110.575000', '135111.035000', '135111.495000', '135111.955000', '135112.415000', '135112.875000', '135113.335000', '135113.795000', '135114.255000', '135114.715000', '135115.175000', '135115.635000', '135116.095000', '135116.555000', '135117.015000', '135117.475000', '135117.935000', '135118.395000', '135118.855000', '135119.315000', '135119.775000', '135120.235000', '135120.695000', '135121.155000', '135121.615000', '135122.075000', '135122.535000', '135122.995000', '135123.455000', '135123.915000', '135124.375000', '135124.835000', '135125.295000', '135125.755000', '135126.215000', '135126.675000', '135127.135000', '135127.595000', '135128.055000', '135128.515000', '135128.975000', '135129.435000', '135129.895000', '135130.355000', '135130.815000', '135131.275000', '135131.735000', '135132.195000', '135132.655000', '135133.115000', '135133.575000', '135134.035000', '135134.495000', '135134.955000', '135135.415000', '135135.875000', '135136.335000', '135136.795000', '135137.255000', '135137.715000', '135138.175000', '135138.635000', '135139.095000', '135139.555000', '135140.015000', '135140.475000', '135140.935000', '135141.395000', '135141.855000', '135142.315000', '135142.775000', '135143.235000', '135143.695000', '135144.155000', '135144.615000', '135145.075000', '135145.535000', '135145.995000', '135146.455000', '135146.915000', '135147.375000', '135147.835000', '135148.295000', '135148.755000', '135149.215000', '135149.675000', '135150.135000', '135150.595000', '135151.055000', '135151.515000', '135151.975000', '135152.435000', '135152.895000', '135153.355000', '135153.815000', '135154.275000', '135154.735000', '135155.195000', '135155.655000', '135156.115000', '135156.575000', '135157.035000', '135157.495000', '135157.955000', '135158.415000', '135158.875000', '135159.335000', '135159.795000', '135200.255000', '135200.715000', '135201.175000', '135201.635000', '135202.095000', '135202.555000', '135203.015000', '135203.475000', '135203.935000', '135204.395000', '135204.855000', '135205.315000', '135205.775000', '135206.235000', '135206.695000', '135207.155000', '135207.615000', '135208.075000', '135208.535000', '135208.995000', '135209.455000', '135209.915000', '135210.375000', '135210.835000', '135211.295000', '135211.755000', '135212.215000', '135212.675000', '135213.135000', '135213.595000', '135214.055000', '135214.515000', '135214.975000', '135215.435000', '135215.895000', '135216.355000', '135216.815000', '135217.275000', '135217.735000', '135218.195000', '135218.655000', '135219.115000', '135219.575000', '135220.035000', '135220.495000', '135220.955000', '135221.415000', '135221.875000', '135222.335000', '135222.795000', '135223.255000', '135223.715000', '135224.175000', '135224.635000', '135225.095000', '135225.555000', '135226.015000', '135226.475000', '135226.935000', '135227.395000', '135227.855000', '135228.315000', '135228.775000', '135229.235000', '135229.695000', '135230.155000', '135230.615000', '135231.075000', '135231.535000', '135231.995000', '135232.455000', '135232.915000', '135233.375000', '135233.835000', '135234.295000', '135234.755000', '135235.215000', '135235.675000', '135236.135000', '135236.595000', '135237.055000', '135237.515000', '135237.975000', '135238.435000', '135238.895000', '135239.355000', '135239.815000', '135240.275000', '135240.735000', '135241.195000', '135241.655000', '135242.115000', '135242.575000', '135243.035000', '135243.495000', '135243.955000', '135244.415000', '135244.875000', '135245.335000', '135245.795000', '135246.255000', '135246.715000', '135247.175000', '135247.635000', '135248.095000', '135248.555000', '135249.015000', '135249.475000', '135249.935000', '135250.395000', '135250.855000', '135251.315000', '135251.775000', '135252.235000', '135252.695000', '135253.155000', '135253.615000', '135254.075000', '135254.535000', '135254.995000', '135255.455000', '135255.915000', '135256.375000', '135256.835000', '135257.295000', '135257.755000', '135258.215000', '135258.675000', '135259.135000', '135259.595000', '135300.055000', '135300.515000', '135300.975000', '135301.435000', '135301.895000', '135302.355000', '135302.815000', '135303.275000', '135303.735000', '135304.195000', '135304.655000', '135305.115000', '135305.575000', '135306.035000', '135306.495000', '135306.955000', '135307.415000', '135307.875000', '135308.335000', '135308.795000', '135309.255000', '135309.715000', '135310.175000', '135310.635000', '135311.095000', '135311.555000', '135312.015000', '135312.475000', '135312.935000', '135313.395000', '135313.855000', '135314.315000', '135314.775000', '135315.235000', '135315.695000', '135316.155000', '135316.615000', '135317.075000', '135317.535000', '135317.995000', '135318.455000', '135318.915000', '135319.375000', '135319.835000', '135320.295000', '135320.755000', '135321.215000', '135321.675000', '135322.135000', '135322.595000', '135323.055000', '135323.515000', '135323.975000', '135324.435000', '135324.895000', '135325.355000', '135325.815000', '135326.275000', '135326.735000', '135327.195000', '135327.655000', '135328.115000', '135328.575000', '135329.035000', '135329.495000', '135329.955000', '135330.415000', '135330.875000', '135331.335000', '135331.795000', '135332.255000', '135332.715000', '135333.175000', '135333.635000', '135334.095000', '135334.555000', '135335.015000', '135335.475000', '135335.935000', '135336.395000', '135336.855000', '135337.315000', '135337.775000', '135338.235000', '135338.695000', '135339.155000', '135339.615000', '135340.075000', '135340.535000', '135340.995000', '135341.455000', '135341.915000', '135342.375000', '135342.835000', '135343.295000', '135343.755000', '135344.215000', '135344.675000', '135345.135000', '135345.595000', '135346.055000', '135346.515000', '135346.975000', '135347.435000', '135347.895000', '135348.355000', '135348.815000', '135349.275000', '135349.735000', '135350.195000', '135350.655000', '135351.115000', '135351.575000', '135352.035000', '135352.495000', '135352.955000', '135353.415000', '135353.875000', '135354.335000', '135354.795000', '135355.255000', '135355.715000', '135356.175000', '135356.635000', '135357.095000', '135357.555000', '135358.015000', '135358.475000', '135358.935000', '135359.395000', '135359.855000', '135400.315000', '135400.775000', '135401.235000', '135401.695000', '135402.155000', '135402.615000', '135403.075000', '135403.535000', '135403.995000', '135404.455000', '135404.915000', '135405.375000', '135405.835000', '135406.295000', '135406.755000', '135407.215000', '135407.675000', '135408.135000', '135408.595000', '135409.055000', '135409.515000', '135409.975000', '135410.435000', '135410.895000', '135411.355000', '135411.815000', '135412.275000', '135412.735000', '135413.195000', '135413.655000', '135414.115000', '135414.575000', '135415.035000', '135415.495000', '135415.955000', '135416.415000', '135416.875000', '135417.335000', '135417.795000', '135418.255000', '135418.715000', '135419.175000', '135419.635000', '135420.095000', '135420.555000', '135421.015000', '135421.475000', '135421.935000', '135422.395000', '135422.855000', '135423.315000', '135423.775000', '135424.235000', '135424.695000', '135425.155000', '135425.615000', '135426.075000', '135426.535000', '135426.995000', '135427.455000', '135427.915000', '135428.375000', '135428.835000', '135429.295000', '135429.755000', '135430.215000', '135430.675000', '135431.135000', '135431.595000', '135432.055000', '135432.515000', '135432.975000', '135433.435000', '135433.895000', '135434.355000', '135434.815000', '135435.275000', '135435.735000', '135436.195000', '135436.655000', '135437.115000', '135437.575000', '135438.035000', '135438.495000', '135438.955000', '135439.415000', '135439.875000', '135440.335000', '135440.795000', '135441.255000', '135441.715000', '135442.175000', '135442.635000', '135443.095000', '135443.555000', '135444.015000', '135444.475000', '135444.935000', '135445.395000', '135445.855000', '135446.315000', '135446.775000', '135447.235000', '135447.695000', '135448.155000', '135448.615000', '135449.075000', '135449.535000', '135449.995000', '135450.455000', '135450.915000', '135451.375000', '135451.835000', '135452.295000', '135452.755000', '135453.215000', '135453.675000', '135454.135000', '135454.595000', '135455.055000', '135455.515000', '135455.975000', '135456.435000', '135456.895000', '135457.355000', '135457.815000', '135458.275000', '135458.735000', '135459.195000', '135459.655000', '135500.115000', '135500.575000', '135501.035000', '135501.495000', '135501.955000', '135502.415000', '135502.875000', '135503.335000', '135503.795000', '135504.255000', '135504.715000', '135505.175000', '135505.635000', '135506.095000', '135506.555000', '135507.015000', '135507.475000', '135507.935000', '135508.395000', '135508.855000', '135509.315000', '135509.775000', '135510.235000', '135510.695000', '135511.155000', '135511.615000', '135512.075000', '135512.535000', '135512.995000', '135513.455000', '135513.915000', '135514.375000', '135514.835000', '135515.295000', '135515.755000', '135516.215000', '135516.675000', '135517.135000', '135517.595000', '135518.055000', '135518.515000', '135518.975000', '135519.435000', '135519.895000', '135520.355000', '135520.815000', '135521.275000', '135521.735000', '135522.195000', '135522.655000', '135523.115000', '135523.575000', '135524.035000', '135524.495000', '135524.955000', '135525.415000', '135525.875000', '135526.335000', '135526.795000', '135527.255000', '135527.715000', '135528.175000', '135528.635000', '135529.095000', '135529.555000', '135530.015000', '135530.475000', '135530.935000', '135531.395000', '135531.855000', '135532.315000', '135532.775000', '135533.235000', '135533.695000', '135534.155000', '135534.615000', '135535.075000', '135535.535000', '135535.995000', '135536.455000', '135536.915000', '135537.375000', '135537.835000', '135538.295000', '135538.755000', '135539.215000', '135539.675000', '135540.135000', '135540.595000', '135541.055000', '135541.515000', '135541.975000', '135542.435000', '135542.895000', '135543.355000', '135543.815000', '135544.275000', '135544.735000', '135545.195000', '135545.655000', '135546.115000', '135546.575000', '135547.035000', '135547.495000', '135547.955000', '135548.415000', '135548.875000', '135549.335000', '135549.795000', '135550.255000', '135550.715000', '135551.175000', '135551.635000', '135552.095000', '135552.555000', '135553.015000', '135553.475000', '135553.935000', '135554.395000', '135554.855000', '135555.315000', '135555.775000', '135556.235000', '135556.695000', '135557.155000', '135557.615000', '135558.075000', '135558.535000', '135558.995000', '135559.455000', '135559.915000', '135600.375000', '135600.835000', '135601.295000', '135601.755000', '135602.215000', '135602.675000', '135603.135000', '135603.595000', '135604.055000', '135604.515000', '135604.975000', '135605.435000', '135605.895000', '135606.355000', '135606.815000', '135607.275000', '135607.735000', '135608.195000', '135608.655000', '135609.115000', '135609.575000', '135610.035000', '135610.495000', '135610.955000', '135611.415000', '135611.875000', '135612.335000', '135612.795000', '135613.255000', '135613.715000', '135614.175000', '135614.635000', '135615.095000', '135615.555000', '135616.015000', '135616.475000', '135616.935000', '135617.395000', '135617.855000', '135618.315000', '135618.775000', '135619.235000', '135619.695000', '135620.155000', '135620.615000', '135621.075000', '135621.535000', '135621.995000', '135622.455000', '135622.915000', '135623.375000', '135623.835000', '135624.295000', '135624.755000', '135625.215000', '135625.675000', '135626.135000', '135626.595000', '135627.055000', '135627.515000', '135627.975000', '135628.435000', '135628.895000', '135629.355000', '135629.815000', '135630.275000', '135630.735000', '135631.195000', '135631.655000', '135632.115000', '135632.575000', '135633.035000', '135633.495000', '135633.955000', '135634.415000', '135634.875000', '135635.335000', '135635.795000', '135636.255000', '135636.715000', '135637.175000', '135637.635000', '135638.095000', '135638.555000', '135639.015000', '135639.475000', '135639.935000', '135640.395000', '135640.855000', '135641.315000', '135641.775000', '135642.235000', '135642.695000', '135643.155000', '135643.615000', '135644.075000', '135644.535000', '135644.995000', '135645.455000', '135645.915000', '135646.375000', '135646.835000', '135647.295000', '135647.755000', '135648.215000', '135648.675000', '135649.135000', '135649.595000', '135650.055000', '135650.515000', '135650.975000', '135651.435000', '135651.895000', '135652.355000', '135652.815000', '135653.275000', '135653.735000', '135654.195000', '135654.655000', '135655.115000', '135655.575000', '135656.035000', '135656.495000', '135656.955000', '135657.415000', '135657.875000', '135658.335000', '135658.795000', '135659.255000', '135659.715000', '135700.175000', '135700.635000', '135701.095000', '135701.555000', '135702.015000', '135702.475000', '135702.935000', '135703.395000', '135703.855000', '135704.315000', '135704.775000', '135705.235000', '135705.695000', '135706.155000', '135706.615000', '135707.075000', '135707.535000', '135707.995000', '135708.455000', '135708.915000', '135709.375000', '135709.835000', '135710.295000', '135710.755000', '135711.215000', '135711.675000', '135712.135000', '135712.595000', '135713.055000', '135713.515000', '135713.975000', '135714.435000', '135714.895000', '135715.355000', '135715.815000', '135716.275000', '135716.735000', '135717.195000', '135717.655000', '135718.115000', '135718.575000', '135719.035000', '135719.495000', '135719.955000', '135720.415000', '135720.875000', '135721.335000', '135721.795000', '135722.255000', '135722.715000', '135723.175000', '135723.635000', '135724.095000', '135724.555000', '135725.015000', '135725.475000', '135725.935000', '135726.395000', '135726.855000', '135727.315000', '135727.775000', '135728.235000', '135728.695000', '135729.155000', '135729.615000', '135730.075000', '135730.535000', '135730.995000', '135731.455000', '135731.915000', '135732.375000', '135732.835000', '135733.295000', '135733.755000', '135734.215000', '135734.675000', '135735.135000', '135735.595000', '135736.055000', '135736.515000', '135736.975000', '135737.435000', '135737.895000', '135738.355000', '135738.815000', '135739.275000', '135739.735000', '135740.195000', '135740.655000', '135741.115000', '135741.575000', '135742.035000', '135742.495000', '135742.955000', '135743.415000', '135743.875000', '135744.335000', '135744.795000', '135745.255000', '135745.715000', '135746.175000', '135746.635000', '135747.095000', '135747.555000', '135748.015000', '135748.475000', '135748.935000', '135749.395000', '135749.855000', '135750.315000', '135750.775000', '135751.235000', '135751.695000', '135752.155000', '135752.615000', '135753.075000', '135753.535000', '135753.995000', '135754.455000', '135754.915000', '135755.375000', '135755.835000', '135756.295000', '135756.755000', '135757.215000', '135757.675000', '135758.135000', '135758.595000', '135759.055000', '135759.515000', '135759.975000', '135800.435000', '135800.895000', '135801.355000', '135801.815000', '135802.275000', '135802.735000', '135803.195000', '135803.655000', '135804.115000', '135804.575000', '135805.035000', '135805.495000', '135805.955000', '135806.415000', '135806.875000', '135807.335000', '135807.795000', '135808.255000', '135808.715000', '135809.175000', '135809.635000', '135810.095000', '135810.555000', '135811.015000', '135811.475000', '135811.935000', '135812.395000', '135812.855000', '135813.315000', '135813.775000', '135814.235000', '135814.695000', '135815.155000', '135815.615000', '135816.075000', '135816.535000', '135816.995000', '135817.455000', '135817.915000', '135818.375000', '135818.835000', '135819.295000', '135819.755000', '135820.215000', '135820.675000', '135821.135000', '135821.595000', '135822.055000', '135822.515000', '135822.975000', '135823.435000', '135823.895000', '135824.355000', '135824.815000', '135825.275000', '135825.735000', '135826.195000', '135826.655000', '135827.115000', '135827.575000', '135828.035000', '135828.495000', '135828.955000', '135829.415000', '135829.875000', '135830.335000', '135830.795000', '135831.255000', '135831.715000', '135832.175000', '135832.635000', '135833.095000', '135833.555000', '135834.015000', '135834.475000', '135834.935000', '135835.395000', '135835.855000', '135836.315000', '135836.775000', '135837.235000', '135837.695000', '135838.155000', '135838.615000', '135839.075000', '135839.535000', '135839.995000', '135840.455000', '135840.915000', '135841.375000', '135841.835000', '135842.295000', '135842.755000', '135843.215000', '135843.675000', '135844.135000', '135844.595000', '135845.055000', '135845.515000', '135845.975000', '135846.435000', '135846.895000', '135847.355000', '135847.815000', '135848.275000', '135848.735000', '135849.195000', '135849.655000', '135850.115000', '135850.575000', '135851.035000', '135851.495000', '135851.955000', '135852.415000', '135852.875000', '135853.335000', '135853.795000', '135854.255000', '135854.715000', '135855.175000', '135855.635000', '135856.095000', '135856.555000', '135857.015000', '135857.475000', '135857.935000', '135858.395000', '135858.855000', '135859.315000', '135859.775000', '135900.235000', '135900.695000'], 'ContentTime': ['135115.092000', '135115.096000', '135115.099000', '135115.101000', '135115.104000', '135115.107000', '135115.110000', '135115.113000', '135115.116000', '135115.118000', '135115.121000', '135115.124000', '135115.127000', '135115.130000', '135115.133000', '135115.136000', '135115.138000', '135115.141000', '135115.144000', '135115.147000', '135115.153000', '135115.156000', '135115.159000', '135115.161000', '135115.170000', '135115.172000', '135115.175000', '135115.178000', '135115.181000', '135115.184000', '135115.186000', '135115.189000', '135115.192000', '135115.195000', '135115.198000', '135115.200000', '135115.203000', '135115.206000', '135115.209000', '135115.212000', '135115.215000', '135115.218000', '135115.221000', '135115.225000', '135115.228000', '135115.231000', '135115.234000', '135115.236000', '135115.239000', '135115.242000', '135115.245000', '135115.248000', '135115.256000', '135115.259000', '135115.262000', '135115.265000', '135115.267000', '135135.052000', '135135.055000', '135135.058000', '135135.061000', '135135.063000', '135135.066000', '135135.069000', '135135.072000', '135135.075000', '135135.077000', '135135.080000', '135135.083000', '135135.086000', '135135.089000', '135135.092000', '135135.095000', '135135.097000', '135135.100000', '135135.103000', '135135.106000', '135135.109000', '135135.112000', '135135.114000', '135135.117000', '135135.120000', '135135.123000', '135135.126000', '135135.129000', '135135.131000', '135135.134000', '135135.137000', '135135.140000', '135135.143000', '135135.145000', '135135.148000', '135135.151000', '135135.154000', '135135.157000', '135135.160000', '135135.163000', '135135.165000', '135135.168000', '135135.171000', '135135.174000', '135155.052000', '135155.055000', '135155.058000', '135155.060000', '135155.063000', '135155.066000', '135155.069000', '135155.072000', '135155.075000', '135155.078000', '135155.081000', '135155.083000', '135155.086000', '135155.089000', '135155.092000', '135155.095000', '135155.098000', '135155.101000', '135155.109000', '135155.111000', '135155.114000', '135155.117000', '135155.120000', '135155.123000', '135155.126000', '135155.129000', '135155.131000', '135155.134000', '135155.137000', '135155.140000', '135155.143000', '135155.146000', '135155.149000', '135155.151000', '135155.154000', '135155.157000', '135155.160000', '135155.163000', '135155.166000', '135155.169000', '135155.172000', '135155.174000', '135155.177000', '135215.052000', '135215.055000', '135215.058000', '135215.060000', '135215.063000', '135215.066000', '135215.069000', '135215.072000', '135215.075000', '135215.078000', '135215.080000', '135215.083000', '135215.086000', '135215.089000', '135215.092000', '135215.094000', '135215.097000', '135215.100000', '135215.103000', '135215.106000', '135215.109000', '135215.112000', '135215.114000', '135215.117000', '135215.120000', '135215.123000', '135215.126000', '135215.129000', '135215.132000', '135215.135000', '135215.137000', '135215.140000', '135215.143000', '135215.146000', '135215.149000', '135215.152000', '135215.155000', '135215.158000', '135215.160000', '135215.163000', '135215.166000', '135215.169000', '135215.172000', '135215.175000', '135235.052000', '135235.055000', '135235.058000', '135235.061000', '135235.063000', '135235.066000', '135235.069000', '135235.072000', '135235.075000', '135235.078000', '135235.080000', '135235.083000', '135235.086000', '135235.089000', '135235.092000', '135235.095000', '135235.098000', '135235.100000', '135235.103000', '135235.106000', '135235.109000', '135235.112000', '135235.114000', '135235.127000', '135235.130000', '135235.133000', '135235.136000', '135235.139000', '135235.141000', '135235.144000', '135235.147000', '135235.150000', '135235.153000', '135235.156000', '135235.158000', '135235.161000', '135235.164000', '135235.167000', '135235.170000', '135235.173000', '135235.176000', '135235.179000', '135235.181000', '135255.053000', '135255.056000', '135255.059000', '135255.061000', '135255.064000', '135255.067000', '135255.070000', '135255.073000', '135255.076000', '135255.079000', '135255.081000', '135255.084000', '135255.087000', '135255.090000', '135255.093000', '135255.096000', '135255.099000', '135255.101000', '135255.104000', '135255.107000', '135255.110000', '135255.113000', '135255.116000', '135255.119000', '135255.122000', '135255.124000', '135255.127000', '135255.130000', '135255.133000', '135255.136000', '135255.139000', '135255.141000', '135255.144000', '135255.147000', '135255.150000', '135255.153000', '135255.156000', '135255.159000', '135255.161000', '135255.164000', '135255.167000', '135255.170000', '135255.173000', '135255.176000', '135315.052000', '135315.055000', '135315.058000', '135315.061000', '135315.063000', '135315.066000', '135315.069000', '135315.072000', '135315.075000', '135315.078000', '135315.081000', '135315.083000', '135315.086000', '135315.089000', '135315.092000', '135315.095000', '135315.097000', '135315.100000', '135315.103000', '135315.106000', '135315.109000', '135315.111000', '135315.114000', '135315.117000', '135315.120000', '135315.123000', '135315.126000', '135315.129000', '135315.131000', '135315.134000', '135315.137000', '135315.140000', '135315.143000', '135315.145000', '135315.148000', '135315.151000', '135315.154000', '135315.157000', '135315.160000', '135315.163000', '135315.165000', '135315.168000', '135315.171000', '135335.052000', '135335.060000', '135335.063000', '135335.066000', '135335.069000', '135335.072000', '135335.075000', '135335.078000', '135335.080000', '135335.083000', '135335.086000', '135335.089000', '135335.092000', '135335.095000', '135335.098000', '135335.101000', '135335.104000', '135335.106000', '135335.109000', '135335.112000', '135335.115000', '135335.118000', '135335.121000', '135335.124000', '135335.126000', '135335.129000', '135335.132000', '135335.135000', '135335.138000', '135335.141000', '135335.143000', '135335.146000', '135335.149000', '135335.152000', '135335.155000', '135335.158000', '135335.161000', '135335.164000', '135335.166000', '135335.169000', '135335.172000', '135335.175000', '135335.178000', '135355.052000', '135355.055000', '135355.058000', '135355.061000', '135355.064000', '135355.066000', '135355.069000', '135355.072000', '135355.075000', '135355.078000', '135355.081000', '135355.084000', '135355.087000', '135355.089000', '135355.092000', '135355.095000', '135355.098000', '135355.101000', '135355.104000', '135355.107000', '135355.109000', '135355.112000', '135355.115000', '135355.118000', '135355.121000', '135355.124000', '135355.127000', '135355.130000', '135355.132000', '135355.135000', '135355.138000', '135355.141000', '135355.144000', '135355.147000', '135355.150000', '135355.152000', '135355.155000', '135355.158000', '135355.161000', '135355.164000', '135355.167000', '135355.170000', '135355.173000', '135355.175000', '135415.052000', '135415.055000', '135415.058000', '135415.061000', '135415.064000', '135415.066000', '135415.069000', '135415.072000', '135415.075000', '135415.078000', '135415.081000', '135415.084000', '135415.087000', '135415.090000', '135415.093000', '135415.096000', '135415.099000', '135415.102000', '135415.105000', '135415.108000', '135415.126000', '135415.129000', '135415.132000', '135415.134000', '135415.137000', '135415.140000', '135415.143000', '135415.146000', '135415.149000', '135415.151000', '135415.154000', '135415.157000', '135415.160000', '135415.163000', '135415.166000', '135415.169000', '135415.171000', '135415.174000', '135415.177000', '135415.180000', '135415.183000', '135415.186000', '135415.189000', '135435.052000', '135435.055000', '135435.058000', '135435.061000', '135435.064000', '135435.067000', '135435.069000', '135435.072000', '135435.075000', '135435.078000', '135435.081000', '135435.084000', '135435.086000', '135435.089000', '135435.092000', '135435.095000', '135435.098000', '135435.101000', '135435.104000', '135435.106000', '135435.109000', '135435.112000', '135435.115000', '135435.118000', '135435.121000', '135435.124000', '135435.127000', '135435.129000', '135435.132000', '135435.135000', '135435.138000', '135435.141000', '135435.144000', '135435.147000', '135435.149000', '135435.152000', '135435.155000', '135435.158000', '135435.161000', '135435.163000', '135435.166000', '135435.169000', '135435.172000', '135435.175000', '135455.052000', '135455.055000', '135455.058000', '135455.061000', '135455.064000', '135455.066000', '135455.069000', '135455.072000', '135455.075000', '135455.078000', '135455.081000', '135455.084000', '135455.087000', '135455.090000', '135455.092000', '135455.095000', '135455.098000', '135455.101000', '135455.104000', '135455.107000', '135455.110000', '135455.112000', '135455.116000', '135455.119000', '135455.122000', '135455.125000', '135455.127000', '135455.130000', '135455.133000', '135455.136000', '135455.139000', '135455.142000', '135455.145000', '135455.148000', '135455.151000', '135455.154000', '135455.156000', '135455.160000', '135455.162000', '135455.165000', '135455.168000', '135455.171000', '135455.174000', '135515.053000', '135515.056000', '135515.059000', '135515.062000', '135515.065000', '135515.067000', '135515.070000', '135515.073000', '135515.076000', '135515.079000', '135515.082000', '135515.084000', '135515.087000', '135515.090000', '135515.093000', '135515.096000', '135515.099000', '135515.102000', '135515.105000', '135515.107000', '135515.111000', '135515.113000', '135515.116000', '135515.119000', '135515.122000', '135515.125000', '135515.127000', '135515.130000', '135515.133000', '135515.136000', '135515.139000', '135515.142000', '135515.145000', '135515.147000', '135515.150000', '135515.153000', '135515.156000', '135515.159000', '135515.162000', '135515.165000', '135515.167000', '135515.170000', '135515.173000', '135515.176000', '135535.052000', '135535.055000', '135535.059000', '135535.062000', '135535.065000', '135535.068000', '135535.071000', '135535.074000', '135535.076000', '135535.079000', '135535.082000', '135535.085000', '135535.088000', '135535.091000', '135535.094000', '135535.096000', '135535.099000', '135535.102000', '135535.105000', '135535.108000', '135535.112000', '135535.117000', '135535.120000', '135535.123000', '135535.126000', '135535.129000', '135535.132000', '135535.135000', '135535.138000', '135535.140000', '135535.143000', '135535.146000', '135535.149000', '135535.152000', '135535.155000', '135535.158000', '135535.161000', '135535.164000', '135535.166000', '135535.169000', '135535.172000', '135535.175000', '135535.178000', '135555.052000', '135555.055000', '135555.058000', '135555.061000', '135555.064000', '135555.067000', '135555.069000', '135555.072000', '135555.075000', '135555.078000', '135555.081000', '135555.084000', '135555.087000', '135555.089000', '135555.092000', '135555.095000', '135555.098000', '135555.101000', '135555.104000', '135555.107000', '135555.110000', '135555.112000', '135555.115000', '135555.118000', '135555.121000', '135555.124000', '135555.127000', '135555.130000', '135555.133000', '135555.135000', '135555.138000', '135555.141000', '135555.144000', '135555.147000', '135555.150000', '135555.153000', '135555.156000', '135555.158000', '135555.161000', '135555.164000', '135555.167000', '135555.170000', '135555.173000', '135555.184000', '135615.052000', '135615.055000', '135615.058000', '135615.061000', '135615.064000', '135615.067000', '135615.070000', '135615.072000', '135615.075000', '135615.078000', '135615.081000', '135615.084000', '135615.086000', '135615.089000', '135615.092000', '135615.095000', '135615.098000', '135615.101000', '135615.104000', '135615.107000', '135615.110000', '135615.112000', '135615.115000', '135615.118000', '135615.121000', '135615.124000', '135615.127000', '135615.130000', '135615.132000', '135615.135000', '135615.138000', '135615.141000', '135615.144000', '135615.148000', '135615.151000', '135615.154000', '135615.156000', '135615.159000', '135615.162000', '135615.165000', '135615.168000', '135615.171000', '135615.173000', '135635.052000', '135635.055000', '135635.058000', '135635.061000', '135635.064000', '135635.066000', '135635.069000', '135635.072000', '135635.075000', '135635.078000', '135635.081000', '135635.084000', '135635.086000', '135635.089000', '135635.094000', '135635.097000', '135635.100000', '135635.103000', '135635.106000', '135635.108000', '135635.111000', '135635.114000', '135635.117000', '135635.120000', '135635.123000', '135635.125000', '135635.128000', '135635.131000', '135635.134000', '135635.137000', '135635.140000', '135635.143000', '135635.146000', '135635.148000', '135635.151000', '135635.154000', '135635.157000', '135635.160000', '135635.163000', '135635.166000', '135635.168000', '135635.171000', '135635.174000', '135635.177000', '135655.052000', '135655.055000', '135655.058000', '135655.060000', '135655.064000', '135655.066000', '135655.069000', '135655.072000', '135655.075000', '135655.078000', '135655.081000', '135655.083000', '135655.086000', '135655.089000', '135655.092000', '135655.095000', '135655.099000', '135655.101000', '135655.104000', '135655.107000', '135655.110000', '135655.113000', '135655.116000', '135655.119000', '135655.121000', '135655.124000', '135655.127000', '135655.130000', '135655.133000', '135655.136000', '135655.139000', '135655.141000', '135655.144000', '135655.147000', '135655.150000', '135655.153000', '135655.156000', '135655.159000', '135655.162000', '135655.165000', '135655.168000', '135655.171000', '135655.173000', '135715.052000', '135715.055000', '135715.058000', '135715.061000', '135715.064000', '135715.067000', '135715.069000', '135715.072000', '135715.075000', '135715.078000', '135715.081000', '135715.084000', '135715.087000', '135715.089000', '135715.092000', '135715.095000', '135715.098000', '135715.101000', '135715.103000', '135715.106000', '135715.109000', '135715.112000', '135715.115000', '135715.118000', '135715.121000', '135715.124000', '135715.126000', '135715.129000', '135715.132000', '135715.135000', '135715.138000', '135715.141000', '135715.143000', '135715.146000', '135715.149000', '135715.152000', '135715.155000', '135715.158000', '135715.161000', '135715.164000', '135715.166000', '135715.169000', '135715.172000', '135715.175000', '135735.053000', '135735.056000', '135735.059000', '135735.069000', '135735.072000', '135735.075000', '135735.078000', '135735.081000', '135735.083000', '135735.086000', '135735.089000', '135735.092000', '135735.095000', '135735.098000', '135735.101000', '135735.104000', '135735.106000', '135735.109000', '135735.112000', '135735.115000', '135735.118000', '135735.120000', '135735.123000', '135735.126000', '135735.129000', '135735.132000', '135735.135000', '135735.138000', '135735.140000', '135735.143000', '135735.146000', '135735.149000', '135735.152000', '135735.155000', '135735.157000', '135735.160000', '135735.163000', '135735.166000', '135735.169000', '135735.172000', '135735.175000', '135735.178000', '135735.181000', '135755.052000', '135755.055000', '135755.058000', '135755.061000', '135755.064000', '135755.066000', '135755.069000', '135755.072000', '135755.076000', '135755.078000', '135755.081000', '135755.086000', '135755.089000', '135755.092000', '135755.095000', '135755.098000', '135755.101000', '135755.104000', '135755.106000', '135755.109000', '135755.112000', '135755.115000', '135755.118000', '135755.121000', '135755.123000', '135755.126000', '135755.129000', '135755.132000', '135755.135000', '135755.138000', '135755.141000', '135755.143000', '135755.146000', '135755.149000', '135755.152000', '135755.155000', '135755.158000', '135755.161000', '135755.164000', '135755.166000', '135755.169000', '135755.172000', '135755.175000', '135755.178000', '135815.052000', '135815.055000', '135815.058000', '135815.061000', '135815.064000', '135815.066000', '135815.069000', '135815.072000', '135815.075000', '135815.078000', '135815.081000', '135815.084000', '135815.087000', '135815.089000', '135815.092000', '135815.095000', '135815.098000', '135815.101000', '135815.104000', '135815.107000', '135815.109000', '135815.112000', '135815.115000', '135815.118000', '135815.121000', '135815.124000', '135815.127000', '135815.129000', '135815.133000', '135815.136000', '135815.139000', '135815.142000', '135815.145000', '135815.147000', '135815.150000', '135815.153000', '135815.156000', '135815.159000', '135815.162000', '135815.165000', '135815.168000', '135815.170000', '135815.173000', '135835.052000', '135835.055000', '135835.058000', '135835.068000', '135835.071000', '135835.074000', '135835.077000', '135835.080000', '135835.082000', '135835.098000', '135835.101000', '135835.104000', '135835.106000', '135835.109000', '135835.112000', '135835.115000', '135835.118000', '135835.121000', '135835.123000', '135835.126000', '135835.129000', '135835.132000', '135835.135000', '135835.138000', '135835.141000', '135835.143000', '135835.146000', '135835.149000', '135835.152000', '135835.155000', '135835.158000', '135835.161000', '135835.164000', '135835.166000', '135835.169000', '135835.172000', '135835.175000', '135835.178000', '135835.181000', '135835.184000', '135835.186000', '135835.189000', '135835.192000', '135835.195000', '135855.052000', '135855.055000', '135855.058000', '135855.061000', '135855.064000', '135855.067000', '135855.069000', '135855.072000', '135855.075000', '135855.078000', '135855.081000', '135855.084000', '135855.087000', '135855.090000', '135855.093000', '135855.095000', '135855.098000', '135855.101000', '135855.104000', '135855.107000', '135855.110000', '135855.113000', '135855.115000', '135855.118000', '135855.121000', '135855.124000', '135855.127000', '135855.130000', '135855.132000', '135855.135000', '135855.138000', '135855.141000', '135855.144000', '135855.147000', '135855.150000', '135855.153000', '135855.156000', '135855.158000', '135855.161000', '135855.164000', '135855.167000', '135855.170000', '135855.173000', '135902.163000', '135902.167000', '135902.170000', '135902.174000', '135902.179000', '135902.182000', '135902.186000', '135902.189000', '135902.193000', '135902.196000', '135902.199000', '135902.202000', '135902.205000', '135902.208000', '135902.211000', '135902.213000'], 'InstanceCreationTime': ['135115.092000', '135115.096000', '135115.099000', '135115.101000', '135115.104000', '135115.107000', '135115.110000', '135115.113000', '135115.116000', '135115.118000', '135115.121000', '135115.124000', '135115.127000', '135115.130000', '135115.133000', '135115.136000', '135115.138000', '135115.141000', '135115.144000', '135115.147000', '135115.153000', '135115.156000', '135115.159000', '135115.161000', '135115.170000', '135115.172000', '135115.175000', '135115.178000', '135115.181000', '135115.184000', '135115.186000', '135115.189000', '135115.192000', '135115.195000', '135115.198000', '135115.200000', '135115.203000', '135115.206000', '135115.209000', '135115.212000', '135115.215000', '135115.218000', '135115.221000', '135115.225000', '135115.228000', '135115.231000', '135115.234000', '135115.236000', '135115.239000', '135115.242000', '135115.245000', '135115.248000', '135115.256000', '135115.259000', '135115.262000', '135115.265000', '135115.267000', '135135.052000', '135135.055000', '135135.058000', '135135.061000', '135135.063000', '135135.066000', '135135.069000', '135135.072000', '135135.075000', '135135.077000', '135135.080000', '135135.083000', '135135.086000', '135135.089000', '135135.092000', '135135.095000', '135135.097000', '135135.100000', '135135.103000', '135135.106000', '135135.109000', '135135.112000', '135135.114000', '135135.117000', '135135.120000', '135135.123000', '135135.126000', '135135.129000', '135135.131000', '135135.134000', '135135.137000', '135135.140000', '135135.143000', '135135.145000', '135135.148000', '135135.151000', '135135.154000', '135135.157000', '135135.160000', '135135.163000', '135135.165000', '135135.168000', '135135.171000', '135135.174000', '135155.052000', '135155.055000', '135155.058000', '135155.060000', '135155.063000', '135155.066000', '135155.069000', '135155.072000', '135155.075000', '135155.078000', '135155.081000', '135155.083000', '135155.086000', '135155.089000', '135155.092000', '135155.095000', '135155.098000', '135155.101000', '135155.109000', '135155.111000', '135155.114000', '135155.117000', '135155.120000', '135155.123000', '135155.126000', '135155.129000', '135155.131000', '135155.134000', '135155.137000', '135155.140000', '135155.143000', '135155.146000', '135155.149000', '135155.151000', '135155.154000', '135155.157000', '135155.160000', '135155.163000', '135155.166000', '135155.169000', '135155.172000', '135155.174000', '135155.177000', '135215.052000', '135215.055000', '135215.058000', '135215.060000', '135215.063000', '135215.066000', '135215.069000', '135215.072000', '135215.075000', '135215.078000', '135215.080000', '135215.083000', '135215.086000', '135215.089000', '135215.092000', '135215.094000', '135215.097000', '135215.100000', '135215.103000', '135215.106000', '135215.109000', '135215.112000', '135215.114000', '135215.117000', '135215.120000', '135215.123000', '135215.126000', '135215.129000', '135215.132000', '135215.135000', '135215.137000', '135215.140000', '135215.143000', '135215.146000', '135215.149000', '135215.152000', '135215.155000', '135215.158000', '135215.160000', '135215.163000', '135215.166000', '135215.169000', '135215.172000', '135215.175000', '135235.052000', '135235.055000', '135235.058000', '135235.061000', '135235.063000', '135235.066000', '135235.069000', '135235.072000', '135235.075000', '135235.078000', '135235.080000', '135235.083000', '135235.086000', '135235.089000', '135235.092000', '135235.095000', '135235.098000', '135235.100000', '135235.103000', '135235.106000', '135235.109000', '135235.112000', '135235.114000', '135235.127000', '135235.130000', '135235.133000', '135235.136000', '135235.139000', '135235.141000', '135235.144000', '135235.147000', '135235.150000', '135235.153000', '135235.156000', '135235.158000', '135235.161000', '135235.164000', '135235.167000', '135235.170000', '135235.173000', '135235.176000', '135235.179000', '135235.181000', '135255.053000', '135255.056000', '135255.059000', '135255.061000', '135255.064000', '135255.067000', '135255.070000', '135255.073000', '135255.076000', '135255.079000', '135255.081000', '135255.084000', '135255.087000', '135255.090000', '135255.093000', '135255.096000', '135255.099000', '135255.101000', '135255.104000', '135255.107000', '135255.110000', '135255.113000', '135255.116000', '135255.119000', '135255.122000', '135255.124000', '135255.127000', '135255.130000', '135255.133000', '135255.136000', '135255.139000', '135255.141000', '135255.144000', '135255.147000', '135255.150000', '135255.153000', '135255.156000', '135255.159000', '135255.161000', '135255.164000', '135255.167000', '135255.170000', '135255.173000', '135255.176000', '135315.052000', '135315.055000', '135315.058000', '135315.061000', '135315.063000', '135315.066000', '135315.069000', '135315.072000', '135315.075000', '135315.078000', '135315.081000', '135315.083000', '135315.086000', '135315.089000', '135315.092000', '135315.095000', '135315.097000', '135315.100000', '135315.103000', '135315.106000', '135315.109000', '135315.111000', '135315.114000', '135315.117000', '135315.120000', '135315.123000', '135315.126000', '135315.129000', '135315.131000', '135315.134000', '135315.137000', '135315.140000', '135315.143000', '135315.145000', '135315.148000', '135315.151000', '135315.154000', '135315.157000', '135315.160000', '135315.163000', '135315.165000', '135315.168000', '135315.171000', '135335.052000', '135335.060000', '135335.063000', '135335.066000', '135335.069000', '135335.072000', '135335.075000', '135335.078000', '135335.080000', '135335.083000', '135335.086000', '135335.089000', '135335.092000', '135335.095000', '135335.098000', '135335.101000', '135335.104000', '135335.106000', '135335.109000', '135335.112000', '135335.115000', '135335.118000', '135335.121000', '135335.124000', '135335.126000', '135335.129000', '135335.132000', '135335.135000', '135335.138000', '135335.141000', '135335.143000', '135335.146000', '135335.149000', '135335.152000', '135335.155000', '135335.158000', '135335.161000', '135335.164000', '135335.166000', '135335.169000', '135335.172000', '135335.175000', '135335.178000', '135355.052000', '135355.055000', '135355.058000', '135355.061000', '135355.064000', '135355.066000', '135355.069000', '135355.072000', '135355.075000', '135355.078000', '135355.081000', '135355.084000', '135355.087000', '135355.089000', '135355.092000', '135355.095000', '135355.098000', '135355.101000', '135355.104000', '135355.107000', '135355.109000', '135355.112000', '135355.115000', '135355.118000', '135355.121000', '135355.124000', '135355.127000', '135355.130000', '135355.132000', '135355.135000', '135355.138000', '135355.141000', '135355.144000', '135355.147000', '135355.150000', '135355.152000', '135355.155000', '135355.158000', '135355.161000', '135355.164000', '135355.167000', '135355.170000', '135355.173000', '135355.175000', '135415.052000', '135415.055000', '135415.058000', '135415.061000', '135415.064000', '135415.066000', '135415.069000', '135415.072000', '135415.075000', '135415.078000', '135415.081000', '135415.084000', '135415.087000', '135415.090000', '135415.093000', '135415.096000', '135415.099000', '135415.102000', '135415.105000', '135415.108000', '135415.126000', '135415.129000', '135415.132000', '135415.134000', '135415.137000', '135415.140000', '135415.143000', '135415.146000', '135415.149000', '135415.151000', '135415.154000', '135415.157000', '135415.160000', '135415.163000', '135415.166000', '135415.169000', '135415.171000', '135415.174000', '135415.177000', '135415.180000', '135415.183000', '135415.186000', '135415.189000', '135435.052000', '135435.055000', '135435.058000', '135435.061000', '135435.064000', '135435.067000', '135435.069000', '135435.072000', '135435.075000', '135435.078000', '135435.081000', '135435.084000', '135435.086000', '135435.089000', '135435.092000', '135435.095000', '135435.098000', '135435.101000', '135435.104000', '135435.106000', '135435.109000', '135435.112000', '135435.115000', '135435.118000', '135435.121000', '135435.124000', '135435.127000', '135435.129000', '135435.132000', '135435.135000', '135435.138000', '135435.141000', '135435.144000', '135435.147000', '135435.149000', '135435.152000', '135435.155000', '135435.158000', '135435.161000', '135435.163000', '135435.166000', '135435.169000', '135435.172000', '135435.175000', '135455.052000', '135455.055000', '135455.058000', '135455.061000', '135455.064000', '135455.066000', '135455.069000', '135455.072000', '135455.075000', '135455.078000', '135455.081000', '135455.084000', '135455.087000', '135455.090000', '135455.092000', '135455.095000', '135455.098000', '135455.101000', '135455.104000', '135455.107000', '135455.110000', '135455.112000', '135455.116000', '135455.119000', '135455.122000', '135455.125000', '135455.127000', '135455.130000', '135455.133000', '135455.136000', '135455.139000', '135455.142000', '135455.145000', '135455.148000', '135455.151000', '135455.154000', '135455.156000', '135455.160000', '135455.162000', '135455.165000', '135455.168000', '135455.171000', '135455.174000', '135515.053000', '135515.056000', '135515.059000', '135515.062000', '135515.065000', '135515.067000', '135515.070000', '135515.073000', '135515.076000', '135515.079000', '135515.082000', '135515.084000', '135515.087000', '135515.090000', '135515.093000', '135515.096000', '135515.099000', '135515.102000', '135515.105000', '135515.107000', '135515.111000', '135515.113000', '135515.116000', '135515.119000', '135515.122000', '135515.125000', '135515.127000', '135515.130000', '135515.133000', '135515.136000', '135515.139000', '135515.142000', '135515.145000', '135515.147000', '135515.150000', '135515.153000', '135515.156000', '135515.159000', '135515.162000', '135515.165000', '135515.167000', '135515.170000', '135515.173000', '135515.176000', '135535.052000', '135535.055000', '135535.059000', '135535.062000', '135535.065000', '135535.068000', '135535.071000', '135535.074000', '135535.076000', '135535.079000', '135535.082000', '135535.085000', '135535.088000', '135535.091000', '135535.094000', '135535.096000', '135535.099000', '135535.102000', '135535.105000', '135535.108000', '135535.112000', '135535.117000', '135535.120000', '135535.123000', '135535.126000', '135535.129000', '135535.132000', '135535.135000', '135535.138000', '135535.140000', '135535.143000', '135535.146000', '135535.149000', '135535.152000', '135535.155000', '135535.158000', '135535.161000', '135535.164000', '135535.166000', '135535.169000', '135535.172000', '135535.175000', '135535.178000', '135555.052000', '135555.055000', '135555.058000', '135555.061000', '135555.064000', '135555.067000', '135555.069000', '135555.072000', '135555.075000', '135555.078000', '135555.081000', '135555.084000', '135555.087000', '135555.089000', '135555.092000', '135555.095000', '135555.098000', '135555.101000', '135555.104000', '135555.107000', '135555.110000', '135555.112000', '135555.115000', '135555.118000', '135555.121000', '135555.124000', '135555.127000', '135555.130000', '135555.133000', '135555.135000', '135555.138000', '135555.141000', '135555.144000', '135555.147000', '135555.150000', '135555.153000', '135555.156000', '135555.158000', '135555.161000', '135555.164000', '135555.167000', '135555.170000', '135555.173000', '135555.184000', '135615.052000', '135615.055000', '135615.058000', '135615.061000', '135615.064000', '135615.067000', '135615.070000', '135615.072000', '135615.075000', '135615.078000', '135615.081000', '135615.084000', '135615.086000', '135615.089000', '135615.092000', '135615.095000', '135615.098000', '135615.101000', '135615.104000', '135615.107000', '135615.110000', '135615.112000', '135615.115000', '135615.118000', '135615.121000', '135615.124000', '135615.127000', '135615.130000', '135615.132000', '135615.135000', '135615.138000', '135615.141000', '135615.144000', '135615.148000', '135615.151000', '135615.154000', '135615.156000', '135615.159000', '135615.162000', '135615.165000', '135615.168000', '135615.171000', '135615.173000', '135635.052000', '135635.055000', '135635.058000', '135635.061000', '135635.064000', '135635.066000', '135635.069000', '135635.072000', '135635.075000', '135635.078000', '135635.081000', '135635.084000', '135635.086000', '135635.089000', '135635.094000', '135635.097000', '135635.100000', '135635.103000', '135635.106000', '135635.108000', '135635.111000', '135635.114000', '135635.117000', '135635.120000', '135635.123000', '135635.125000', '135635.128000', '135635.131000', '135635.134000', '135635.137000', '135635.140000', '135635.143000', '135635.146000', '135635.148000', '135635.151000', '135635.154000', '135635.157000', '135635.160000', '135635.163000', '135635.166000', '135635.168000', '135635.171000', '135635.174000', '135635.177000', '135655.052000', '135655.055000', '135655.058000', '135655.060000', '135655.064000', '135655.066000', '135655.069000', '135655.072000', '135655.075000', '135655.078000', '135655.081000', '135655.083000', '135655.086000', '135655.089000', '135655.092000', '135655.095000', '135655.099000', '135655.101000', '135655.104000', '135655.107000', '135655.110000', '135655.113000', '135655.116000', '135655.119000', '135655.121000', '135655.124000', '135655.127000', '135655.130000', '135655.133000', '135655.136000', '135655.139000', '135655.141000', '135655.144000', '135655.147000', '135655.150000', '135655.153000', '135655.156000', '135655.159000', '135655.162000', '135655.165000', '135655.168000', '135655.171000', '135655.173000', '135715.052000', '135715.055000', '135715.058000', '135715.061000', '135715.064000', '135715.067000', '135715.069000', '135715.072000', '135715.075000', '135715.078000', '135715.081000', '135715.084000', '135715.087000', '135715.089000', '135715.092000', '135715.095000', '135715.098000', '135715.101000', '135715.103000', '135715.106000', '135715.109000', '135715.112000', '135715.115000', '135715.118000', '135715.121000', '135715.124000', '135715.126000', '135715.129000', '135715.132000', '135715.135000', '135715.138000', '135715.141000', '135715.143000', '135715.146000', '135715.149000', '135715.152000', '135715.155000', '135715.158000', '135715.161000', '135715.164000', '135715.166000', '135715.169000', '135715.172000', '135715.175000', '135735.053000', '135735.056000', '135735.059000', '135735.069000', '135735.072000', '135735.075000', '135735.078000', '135735.081000', '135735.083000', '135735.086000', '135735.089000', '135735.092000', '135735.095000', '135735.098000', '135735.101000', '135735.104000', '135735.106000', '135735.109000', '135735.112000', '135735.115000', '135735.118000', '135735.120000', '135735.123000', '135735.126000', '135735.129000', '135735.132000', '135735.135000', '135735.138000', '135735.140000', '135735.143000', '135735.146000', '135735.149000', '135735.152000', '135735.155000', '135735.157000', '135735.160000', '135735.163000', '135735.166000', '135735.169000', '135735.172000', '135735.175000', '135735.178000', '135735.181000', '135755.052000', '135755.055000', '135755.058000', '135755.061000', '135755.064000', '135755.066000', '135755.069000', '135755.072000', '135755.076000', '135755.078000', '135755.081000', '135755.086000', '135755.089000', '135755.092000', '135755.095000', '135755.098000', '135755.101000', '135755.104000', '135755.106000', '135755.109000', '135755.112000', '135755.115000', '135755.118000', '135755.121000', '135755.123000', '135755.126000', '135755.129000', '135755.132000', '135755.135000', '135755.138000', '135755.141000', '135755.143000', '135755.146000', '135755.149000', '135755.152000', '135755.155000', '135755.158000', '135755.161000', '135755.164000', '135755.166000', '135755.169000', '135755.172000', '135755.175000', '135755.178000', '135815.052000', '135815.055000', '135815.058000', '135815.061000', '135815.064000', '135815.066000', '135815.069000', '135815.072000', '135815.075000', '135815.078000', '135815.081000', '135815.084000', '135815.087000', '135815.089000', '135815.092000', '135815.095000', '135815.098000', '135815.101000', '135815.104000', '135815.107000', '135815.109000', '135815.112000', '135815.115000', '135815.118000', '135815.121000', '135815.124000', '135815.127000', '135815.129000', '135815.133000', '135815.136000', '135815.139000', '135815.142000', '135815.145000', '135815.147000', '135815.150000', '135815.153000', '135815.156000', '135815.159000', '135815.162000', '135815.165000', '135815.168000', '135815.170000', '135815.173000', '135835.052000', '135835.055000', '135835.058000', '135835.068000', '135835.071000', '135835.074000', '135835.077000', '135835.080000', '135835.082000', '135835.098000', '135835.101000', '135835.104000', '135835.106000', '135835.109000', '135835.112000', '135835.115000', '135835.118000', '135835.121000', '135835.123000', '135835.126000', '135835.129000', '135835.132000', '135835.135000', '135835.138000', '135835.141000', '135835.143000', '135835.146000', '135835.149000', '135835.152000', '135835.155000', '135835.158000', '135835.161000', '135835.164000', '135835.166000', '135835.169000', '135835.172000', '135835.175000', '135835.178000', '135835.181000', '135835.184000', '135835.186000', '135835.189000', '135835.192000', '135835.195000', '135855.052000', '135855.055000', '135855.058000', '135855.061000', '135855.064000', '135855.067000', '135855.069000', '135855.072000', '135855.075000', '135855.078000', '135855.081000', '135855.084000', '135855.087000', '135855.090000', '135855.093000', '135855.095000', '135855.098000', '135855.101000', '135855.104000', '135855.107000', '135855.110000', '135855.113000', '135855.115000', '135855.118000', '135855.121000', '135855.124000', '135855.127000', '135855.130000', '135855.132000', '135855.135000', '135855.138000', '135855.141000', '135855.144000', '135855.147000', '135855.150000', '135855.153000', '135855.156000', '135855.158000', '135855.161000', '135855.164000', '135855.167000', '135855.170000', '135855.173000', '135902.163000', '135902.167000', '135902.170000', '135902.174000', '135902.179000', '135902.182000', '135902.186000', '135902.189000', '135902.193000', '135902.196000', '135902.199000', '135902.202000', '135902.205000', '135902.208000', '135902.211000', '135902.213000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [13976, 8603, 13110, 8523, 10247, 9743, 8153, 14884, 8039, 13638, 8298, 11342, 8206, 8169, 12023, 7866, 12359, 8000, 9624, 7577, 8345, 7827, 7714, 14109, 7503, 11626, 7930, 8958, 8653, 7858, 11512, 7385, 13077, 7566, 13149, 7664, 11306, 8629, 9167, 8185, 8551, 11814, 7623, 14495, 8692, 11665, 7970, 9855, 9980, 7995, 14990, 9123, 12127, 7978, 8940, 13855, 7822, 14125, 8074, 11701, 8273, 8556, 9478, 7910, 14548, 7890, 13151, 7950, 10220, 8172, 8726, 12349, 7744, 13870, 7870, 12530, 7971, 10200, 8014, 7821, 14580, 7816, 11946, 8079, 9063, 9231, 7921, 14489, 7904, 12862, 8050, 9884, 8331, 8506, 13019, 7948, 13549, 7735, 12276, 8017, 10649, 8099, 8992, 8685, 8279, 13709, 8419, 14174, 7808, 13309, 8375, 10236, 8093, 8717, 15706, 7976, 14157, 9037, 11280, 8240, 8954, 9363, 8064, 14663, 8043, 12827, 8140, 9309, 7977, 8704, 8006, 7900, 14069, 7803, 12281, 7830, 10348, 8548, 9362, 8087, 9012, 10031, 8141, 14556, 7890, 13333, 8016, 12997, 8274, 10370, 8704, 9347, 9732, 8008, 15152, 7893, 14383, 8015, 13926, 8038, 12130, 8276, 10210, 8409, 9982, 16392, 8548, 14745, 8629, 11331, 8153, 8150, 15521, 7860, 12656, 8025, 9827, 8309, 9273, 9307, 7914, 7945, 8020, 14065, 7858, 13163, 7979, 11062, 8065, 9227, 10936, 9132, 11589, 7964, 14803, 8666, 13537, 8646, 10702, 8201, 8269, 15616, 7979, 14447, 8304, 12876, 8127, 11060, 8051, 9571, 8120, 8486, 15098, 7869, 13652, 7859, 9867, 7941, 8428, 12207, 8010, 14360, 8248, 13901, 7886, 10431, 8206, 9188, 11264, 8033, 14598, 7776, 11788, 7745, 9280, 7797, 7726, 14563, 7817, 13029, 7841, 10263, 7940, 8350, 14989, 7837, 13928, 8091, 11803, 7967, 8771, 15512, 7846, 14158, 8211, 11465, 8037, 8311, 15266, 7800, 13775, 7934, 9870, 8118, 8692, 11629, 7874, 14403, 7810, 10433, 8147, 9064, 10152, 7690, 13858, 7713, 11439, 8182, 8835, 12937, 7877, 13675, 7832, 10930, 7918, 9196, 7748, 7763, 14156, 7820, 13160, 7896, 10631, 7940, 8088, 15260, 7889, 13729, 7718, 10091, 8177, 8577, 15650, 7953, 14054, 7737, 9701, 7960, 9134, 7864, 8003, 13159, 7755, 13994, 7954, 10842, 7899, 8616, 14230, 7771, 13979, 9083, 12334, 7787, 8652, 14106, 7748, 13953, 7802, 11777, 7814, 8966, 8073, 8344, 7667, 7783, 14355, 7805, 13086, 7861, 11167, 7828, 8887, 10386, 7817, 15051, 7745, 13883, 7703, 9762, 8409, 8686, 15281, 7940, 12761, 7763, 9648, 7844, 8001, 15052, 7832, 12041, 7819, 9538, 7788, 9148, 8093, 7645, 12672, 7827, 14265, 7759, 13560, 8215, 13091, 8484, 10121, 8879, 7833, 15497, 8060, 14419, 8766, 13467, 7786, 9722, 8109, 8438, 9138, 7896, 14179, 7839, 12680, 7773, 9448, 8061, 8396, 10312, 7742, 14015, 7783, 12597, 7825, 9861, 7965, 9031, 9870, 7863, 15162, 7930, 13289, 7623, 11050, 7984, 9049, 7855, 7786, 14254, 7746, 13386, 7758, 10460, 7947, 8035, 14770, 7897, 13697, 7992, 10568, 7874, 8282, 9744, 7782, 14932, 8007, 13138, 7839, 12628, 7808, 9837, 7974, 8589, 14416, 7848, 14103, 9542, 12544, 8013, 9144, 8200, 8027, 15374, 7840, 14252, 7902, 10280, 8037, 8486, 9099, 7776, 13845, 7738, 10354, 7722, 8924, 7827, 7714, 14519, 7733, 13039, 7752, 9585, 7809, 7852, 14454, 7617, 13427, 7808, 11866, 7939, 9143, 8372, 7938, 14612, 7878, 13597, 7826, 9659, 8285, 8382, 8673, 7648, 14432, 7829, 11985, 7995, 9396, 8068, 7785, 14898, 7870, 12955, 7937, 10345, 7933, 7967, 15434, 7853, 13894, 7739, 10498, 7959, 8086, 15278, 7655, 13912, 8017, 11609, 8191, 8621, 11251, 7639, 14110, 7933, 12328, 7981, 9617, 8587, 8756, 15271, 7947, 13764, 7725, 10356, 7777, 8841, 7759, 7931, 14143, 7783, 12331, 7921, 9691, 8019, 7950, 14666, 7703, 13012, 7919, 10093, 8188, 7916, 14488, 7944, 13557, 7919, 9823, 8306, 8618, 11706, 7686, 14417, 8001, 11102, 8278, 8573, 14477, 7868, 13327, 7808, 9398, 9604, 7842, 14309, 7945, 11785, 8154, 8747, 8890, 7848, 14891, 7830, 12173, 8332, 8800, 11288, 7746, 14517, 8001, 11833, 7913, 9892, 8101, 9210, 9992, 8040, 14660, 7911, 13302, 7951, 9811, 8097, 8583, 13290, 7994, 14488, 8156, 11283, 7779, 8894, 7972, 8122, 14713, 7872, 12046, 7744, 9069, 7867, 8157, 9971, 7805, 13816, 7699, 11409, 8001, 9308, 7721, 7813, 14518, 7864, 13027, 7756, 9529, 8433, 7740, 7815, 7897, 8577, 7721, 13782, 7720, 13063, 7948, 12576, 7849, 10075, 7941, 9165, 14581, 8006, 14060, 8213, 12618, 7954, 10124, 7847, 7828, 14786, 7914, 13736, 7935, 13051, 7847, 11520, 7803, 9419, 13401, 7915, 13650, 7753, 10870, 7728, 9769, 7900, 7994, 14799, 7775, 14188, 7993, 13013, 7866, 10480, 7713, 10120, 8021, 9791, 7811, 8704, 12193, 7980, 14707, 8051, 13611, 7719, 12930, 7964, 10508, 7957, 8457, 9564, 7794, 9178, 8131, 14548, 7962, 14051, 8016, 13438, 8037, 12206, 7952, 9586, 7921, 8626, 10230, 8051, 14006, 7834, 13471, 7949, 11170, 7739, 8461, 10624, 7561, 14300, 7955, 13353, 7874, 11455, 7823, 9557, 7809, 8260, 10036, 7823, 14047, 7923, 12763, 8003, 11693, 7953, 9577, 7657, 8953, 7974, 7983, 14665, 7708, 13899, 8698, 11880, 7904, 8712, 12762, 7638, 14433, 8306, 12655, 7951, 9528, 7956, 8387, 7884, 8140, 10225, 7927, 13961, 7824, 13733, 8410, 12929, 7935, 9890, 8326, 9245, 12059, 7993, 14360, 7759, 12696, 7863, 9648, 7865, 7989, 14243, 7769, 11797, 8147, 10142, 7780, 7959, 9519, 7878, 11471, 7989, 13686, 7894, 12218, 7852, 9631, 8642, 7795, 14673, 7884, 13618, 8282, 10208, 7925, 8222, 15244, 7715, 12712, 7885, 10347, 8022, 9306, 8275, 7771, 14441, 8211, 12604, 8006, 9676, 9581, 7763, 14634, 7989, 13684, 7960, 9695, 8065, 8329, 12246, 7866, 13958, 7806, 10854, 7808, 8939, 7842, 8094, 14618, 7891, 12477, 7780, 11998, 8084, 11209, 7865, 8594, 14921, 7957, 13931, 8036, 11718, 7819, 10096, 7949, 9641, 7933, 8401, 11920, 8206, 14671, 8077, 13565, 7825, 13516, 8239, 13394, 7985, 11714, 7852, 10262, 8072, 9163, 10815, 8091, 14486, 8028, 14134, 8338, 12980, 7998, 9688, 7731, 8927, 8094, 8001, 12953, 7941, 14547, 8663, 13984, 8149, 13672, 7973, 13538, 8320, 13090, 8106, 10627, 7827, 9834, 7992, 8595, 9889, 7826, 13086, 8172, 14506, 8220, 13291, 8032, 13130, 8148, 12028, 7967, 8995, 7780, 8133, 7959, 7892, 13337, 7794, 11223, 7716, 9443, 8083, 7927, 13969, 7970, 11907, 7853, 10469, 8357, 8832, 11722, 7930, 13909, 7969, 13540, 8040, 13067, 7987, 11167, 7724, 7977, 15099, 7797, 13912, 8538, 12898, 7732, 8559, 15642, 7921, 13449, 8002, 10444, 7946, 7910, 14552, 8199, 12445, 7809, 9548, 8243, 7609, 13915, 8149, 12127, 7703, 9158, 10858, 7783, 13936, 8238, 13018, 7886, 9766, 8665, 8517, 14053, 8219, 13991, 7975, 12502, 7872, 9644, 9180, 8201, 14089, 7945, 13212, 8059, 11025, 7929, 8395, 15062, 7995, 13753, 8069, 10542, 7736, 8495, 7821, 7939, 14340, 8230, 13272, 8279, 12422, 8065, 12695, 8241, 10851, 8093, 8602, 9479, 8451, 14118, 9149, 14040, 8435, 13554, 8251, 10456, 8482, 9794, 8239, 8428, 15018, 8786, 13120, 8481, 11372, 8019, 9925, 8117, 8767, 8094, 8103, 14470, 8118, 13720, 8757, 12447, 7920, 9318, 8612, 8595, 9452, 8424, 13918, 8259, 13538, 8319, 11021, 8197, 9572, 8012, 9117, 8940, 8671, 12614, 8385, 13828, 8164, 13417, 8411, 12831], 'WindowCenter': [4000.0, 3947.0, 3975.0, 3931.0, 3941.0, 3927.0, 3906.0, 3957.0, 3906.0, 3956.0, 3905.0, 3935.0, 3902.0, 3916.0, 3945.0, 3903.0, 3944.0, 3904.0, 3924.0, 3906.0, 3916.0, 3905.0, 3907.0, 3957.0, 3908.0, 3949.0, 3918.0, 3929.0, 3930.0, 3932.0, 3960.0, 3920.0, 3971.0, 3921.0, 3972.0, 3921.0, 3964.0, 3942.0, 3942.0, 3931.0, 3943.0, 3961.0, 3922.0, 3984.0, 3932.0, 3962.0, 3920.0, 3952.0, 3940.0, 3931.0, 3971.0, 3929.0, 3960.0, 3906.0, 3928.0, 3959.0, 3919.0, 3969.0, 3918.0, 3959.0, 3917.0, 3930.0, 3940.0, 3920.0, 3970.0, 3920.0, 3970.0, 3930.0, 3952.0, 3929.0, 3930.0, 3959.0, 3919.0, 3971.0, 3931.0, 3972.0, 3919.0, 3951.0, 3918.0, 3920.0, 3981.0, 3919.0, 3960.0, 3918.0, 3929.0, 3939.0, 3920.0, 3970.0, 3919.0, 3959.0, 3918.0, 3950.0, 3930.0, 3930.0, 3959.0, 3919.0, 3960.0, 3920.0, 3961.0, 3920.0, 3950.0, 3919.0, 3941.0, 3931.0, 3931.0, 3971.0, 3930.0, 3971.0, 3920.0, 3971.0, 3930.0, 3940.0, 3917.0, 3929.0, 3969.0, 3918.0, 3969.0, 3927.0, 3947.0, 3916.0, 3928.0, 3927.0, 3918.0, 3968.0, 3917.0, 3947.0, 3916.0, 3927.0, 3917.0, 3928.0, 3916.0, 3919.0, 3982.0, 3920.0, 3960.0, 3920.0, 3950.0, 3941.0, 3941.0, 3930.0, 3941.0, 3939.0, 3931.0, 3983.0, 3931.0, 3972.0, 3920.0, 3971.0, 3930.0, 3952.0, 3928.0, 3941.0, 3937.0, 3918.0, 3981.0, 3930.0, 3970.0, 3919.0, 3970.0, 3919.0, 3972.0, 3931.0, 3951.0, 3930.0, 3951.0, 3980.0, 3930.0, 3970.0, 3928.0, 3949.0, 3904.0, 3916.0, 3968.0, 3916.0, 3957.0, 3905.0, 3936.0, 3915.0, 3939.0, 3927.0, 3917.0, 3916.0, 3918.0, 3969.0, 3932.0, 3972.0, 3930.0, 3950.0, 3918.0, 3940.0, 3961.0, 3940.0, 3949.0, 3919.0, 3970.0, 3929.0, 3972.0, 3918.0, 3938.0, 3904.0, 3915.0, 3966.0, 3916.0, 3956.0, 3917.0, 3945.0, 3905.0, 3947.0, 3916.0, 3926.0, 3915.0, 3927.0, 3968.0, 3916.0, 3968.0, 3906.0, 3925.0, 3905.0, 3916.0, 3947.0, 3918.0, 3968.0, 3917.0, 3957.0, 3906.0, 3937.0, 3917.0, 3928.0, 3947.0, 3916.0, 3956.0, 3906.0, 3948.0, 3906.0, 3927.0, 3905.0, 3906.0, 3967.0, 3917.0, 3958.0, 3917.0, 3937.0, 3905.0, 3917.0, 3968.0, 3919.0, 3968.0, 3917.0, 3948.0, 3905.0, 3917.0, 3969.0, 3919.0, 3959.0, 3917.0, 3948.0, 3905.0, 3918.0, 3968.0, 3906.0, 3957.0, 3904.0, 3936.0, 3916.0, 3928.0, 3947.0, 3917.0, 3957.0, 3906.0, 3948.0, 3918.0, 3929.0, 3937.0, 3917.0, 3957.0, 3906.0, 3949.0, 3917.0, 3928.0, 3957.0, 3916.0, 3957.0, 3917.0, 3948.0, 3916.0, 3928.0, 3905.0, 3907.0, 3969.0, 3918.0, 3958.0, 3917.0, 3938.0, 3905.0, 3918.0, 3969.0, 3917.0, 3957.0, 3905.0, 3936.0, 3915.0, 3927.0, 3967.0, 3905.0, 3956.0, 3904.0, 3926.0, 3916.0, 3926.0, 3905.0, 3906.0, 3956.0, 3907.0, 3969.0, 3918.0, 3948.0, 3906.0, 3917.0, 3957.0, 3918.0, 3968.0, 3927.0, 3947.0, 3904.0, 3915.0, 3956.0, 3906.0, 3957.0, 3905.0, 3946.0, 3904.0, 3926.0, 3916.0, 3916.0, 3905.0, 3906.0, 3957.0, 3907.0, 3958.0, 3918.0, 3947.0, 3905.0, 3928.0, 3937.0, 3907.0, 3968.0, 3907.0, 3956.0, 3905.0, 3937.0, 3916.0, 3916.0, 3956.0, 3905.0, 3945.0, 3905.0, 3927.0, 3904.0, 3905.0, 3955.0, 3904.0, 3945.0, 3906.0, 3937.0, 3906.0, 3927.0, 3916.0, 3919.0, 3960.0, 3919.0, 3970.0, 3919.0, 3960.0, 3929.0, 3961.0, 3918.0, 3939.0, 3916.0, 3906.0, 3968.0, 3917.0, 3957.0, 3916.0, 3946.0, 3894.0, 3925.0, 3904.0, 3915.0, 3914.0, 3904.0, 3944.0, 3904.0, 3946.0, 3905.0, 3925.0, 3904.0, 3915.0, 3935.0, 3906.0, 3968.0, 3906.0, 3947.0, 3906.0, 3926.0, 3916.0, 3928.0, 3937.0, 3906.0, 3957.0, 3906.0, 3957.0, 3906.0, 3948.0, 3906.0, 3927.0, 3905.0, 3906.0, 3957.0, 3918.0, 3958.0, 3907.0, 3938.0, 3905.0, 3907.0, 3968.0, 3918.0, 3957.0, 3917.0, 3938.0, 3905.0, 3917.0, 3938.0, 3918.0, 3969.0, 3918.0, 3958.0, 3908.0, 3960.0, 3919.0, 3939.0, 3907.0, 3929.0, 3968.0, 3918.0, 3958.0, 3928.0, 3947.0, 3905.0, 3926.0, 3915.0, 3906.0, 3957.0, 3905.0, 3956.0, 3904.0, 3925.0, 3905.0, 3916.0, 3914.0, 3905.0, 3955.0, 3904.0, 3936.0, 3906.0, 3916.0, 3904.0, 3906.0, 3956.0, 3906.0, 3958.0, 3907.0, 3927.0, 3906.0, 3918.0, 3968.0, 3919.0, 3959.0, 3908.0, 3948.0, 3917.0, 3928.0, 3918.0, 3919.0, 3969.0, 3918.0, 3957.0, 3905.0, 3927.0, 3915.0, 3918.0, 3917.0, 3909.0, 3969.0, 3919.0, 3960.0, 3919.0, 3940.0, 3918.0, 3908.0, 3970.0, 3918.0, 3960.0, 3918.0, 3939.0, 3906.0, 3918.0, 3969.0, 3918.0, 3969.0, 3908.0, 3938.0, 3906.0, 3917.0, 3969.0, 3908.0, 3958.0, 3918.0, 3948.0, 3917.0, 3928.0, 3948.0, 3906.0, 3958.0, 3917.0, 3959.0, 3918.0, 3940.0, 3927.0, 3918.0, 3968.0, 3907.0, 3958.0, 3907.0, 3938.0, 3905.0, 3928.0, 3905.0, 3907.0, 3958.0, 3908.0, 3958.0, 3918.0, 3928.0, 3906.0, 3918.0, 3970.0, 3908.0, 3959.0, 3918.0, 3939.0, 3917.0, 3920.0, 3970.0, 3918.0, 3959.0, 3918.0, 3939.0, 3918.0, 3930.0, 3949.0, 3919.0, 3969.0, 3919.0, 3950.0, 3929.0, 3930.0, 3969.0, 3919.0, 3959.0, 3907.0, 3940.0, 3939.0, 3919.0, 3969.0, 3918.0, 3948.0, 3918.0, 3930.0, 3928.0, 3919.0, 3969.0, 3918.0, 3960.0, 3918.0, 3930.0, 3949.0, 3908.0, 3958.0, 3907.0, 3948.0, 3919.0, 3938.0, 3907.0, 3929.0, 3927.0, 3918.0, 3968.0, 3907.0, 3957.0, 3906.0, 3927.0, 3906.0, 3917.0, 3957.0, 3906.0, 3956.0, 3905.0, 3936.0, 3905.0, 3915.0, 3904.0, 3905.0, 3955.0, 3905.0, 3946.0, 3906.0, 3915.0, 3905.0, 3906.0, 3926.0, 3907.0, 3958.0, 3907.0, 3948.0, 3907.0, 3928.0, 3906.0, 3918.0, 3969.0, 3918.0, 3959.0, 3907.0, 3938.0, 3918.0, 3919.0, 3907.0, 3919.0, 3928.0, 3920.0, 3972.0, 3921.0, 3972.0, 3932.0, 3971.0, 3931.0, 3953.0, 3920.0, 3942.0, 3970.0, 3919.0, 3970.0, 3930.0, 3960.0, 3918.0, 3938.0, 3905.0, 3907.0, 3968.0, 3918.0, 3958.0, 3918.0, 3958.0, 3918.0, 3961.0, 3918.0, 3939.0, 3958.0, 3918.0, 3958.0, 3919.0, 3949.0, 3907.0, 3938.0, 3906.0, 3917.0, 3968.0, 3918.0, 3969.0, 3918.0, 3958.0, 3917.0, 3948.0, 3919.0, 3939.0, 3917.0, 3938.0, 3907.0, 3930.0, 3959.0, 3918.0, 3968.0, 3907.0, 3957.0, 3918.0, 3958.0, 3906.0, 3937.0, 3905.0, 3917.0, 3927.0, 3907.0, 3926.0, 3918.0, 3957.0, 3918.0, 3970.0, 3919.0, 3969.0, 3918.0, 3948.0, 3919.0, 3939.0, 3916.0, 3927.0, 3936.0, 3906.0, 3957.0, 3907.0, 3958.0, 3917.0, 3947.0, 3905.0, 3917.0, 3948.0, 3907.0, 3958.0, 3917.0, 3958.0, 3917.0, 3949.0, 3918.0, 3939.0, 3906.0, 3918.0, 3937.0, 3919.0, 3970.0, 3918.0, 3958.0, 3918.0, 3948.0, 3919.0, 3939.0, 3908.0, 3929.0, 3917.0, 3918.0, 3969.0, 3919.0, 3970.0, 3928.0, 3948.0, 3905.0, 3917.0, 3957.0, 3907.0, 3957.0, 3915.0, 3946.0, 3905.0, 3926.0, 3917.0, 3917.0, 3917.0, 3918.0, 3937.0, 3918.0, 3970.0, 3920.0, 3970.0, 3918.0, 3958.0, 3906.0, 3938.0, 3917.0, 3928.0, 3946.0, 3906.0, 3957.0, 3906.0, 3957.0, 3905.0, 3926.0, 3904.0, 3905.0, 3956.0, 3906.0, 3946.0, 3917.0, 3937.0, 3906.0, 3918.0, 3939.0, 3919.0, 3949.0, 3919.0, 3970.0, 3920.0, 3962.0, 3931.0, 3941.0, 3928.0, 3908.0, 3969.0, 3918.0, 3970.0, 3918.0, 3938.0, 3905.0, 3917.0, 3967.0, 3907.0, 3957.0, 3917.0, 3937.0, 3917.0, 3928.0, 3917.0, 3919.0, 3970.0, 3918.0, 3959.0, 3917.0, 3928.0, 3927.0, 3908.0, 3968.0, 3907.0, 3957.0, 3905.0, 3926.0, 3905.0, 3917.0, 3946.0, 3906.0, 3956.0, 3906.0, 3937.0, 3918.0, 3928.0, 3917.0, 3918.0, 3968.0, 3919.0, 3960.0, 3920.0, 3960.0, 3919.0, 3961.0, 3918.0, 3931.0, 3971.0, 3919.0, 3969.0, 3918.0, 3949.0, 3919.0, 3939.0, 3918.0, 3939.0, 3917.0, 3929.0, 3959.0, 3919.0, 3968.0, 3917.0, 3959.0, 3919.0, 3958.0, 3918.0, 3958.0, 3917.0, 3948.0, 3917.0, 3939.0, 3906.0, 3926.0, 3935.0, 3904.0, 3957.0, 3906.0, 3956.0, 3916.0, 3945.0, 3904.0, 3926.0, 3906.0, 3927.0, 3904.0, 3916.0, 3957.0, 3917.0, 3968.0, 3928.0, 3957.0, 3906.0, 3957.0, 3918.0, 3958.0, 3917.0, 3957.0, 3906.0, 3938.0, 3918.0, 3938.0, 3906.0, 3917.0, 3936.0, 3918.0, 3958.0, 3918.0, 3957.0, 3917.0, 3958.0, 3919.0, 3958.0, 3918.0, 3947.0, 3906.0, 3929.0, 3907.0, 3918.0, 3905.0, 3917.0, 3969.0, 3919.0, 3961.0, 3919.0, 3941.0, 3918.0, 3920.0, 3982.0, 3931.0, 3962.0, 3931.0, 3952.0, 3930.0, 3943.0, 3962.0, 3933.0, 3972.0, 3932.0, 3972.0, 3932.0, 3984.0, 3931.0, 3962.0, 3908.0, 3919.0, 3981.0, 3920.0, 3970.0, 3929.0, 3960.0, 3906.0, 3928.0, 3981.0, 3918.0, 3958.0, 3906.0, 3938.0, 3905.0, 3918.0, 3969.0, 3917.0, 3947.0, 3905.0, 3927.0, 3916.0, 3919.0, 3969.0, 3918.0, 3958.0, 3906.0, 3939.0, 3950.0, 3920.0, 3970.0, 3930.0, 3960.0, 3918.0, 3951.0, 3929.0, 3929.0, 3969.0, 3918.0, 3968.0, 3918.0, 3960.0, 3917.0, 3928.0, 3926.0, 3917.0, 3957.0, 3917.0, 3958.0, 3906.0, 3937.0, 3904.0, 3916.0, 3956.0, 3906.0, 3957.0, 3905.0, 3925.0, 3893.0, 3915.0, 3904.0, 3918.0, 3969.0, 3918.0, 3958.0, 3928.0, 3959.0, 3920.0, 3972.0, 3930.0, 3950.0, 3918.0, 3929.0, 3940.0, 3930.0, 3970.0, 3939.0, 3958.0, 3917.0, 3958.0, 3917.0, 3937.0, 3915.0, 3926.0, 3904.0, 3916.0, 3967.0, 3916.0, 3944.0, 3914.0, 3933.0, 3905.0, 3936.0, 3904.0, 3916.0, 3904.0, 3906.0, 3967.0, 3917.0, 3957.0, 3915.0, 3946.0, 3904.0, 3927.0, 3915.0, 3916.0, 3924.0, 3915.0, 3955.0, 3916.0, 3968.0, 3917.0, 3947.0, 3916.0, 3937.0, 3917.0, 3940.0, 3928.0, 3929.0, 3958.0, 3918.0, 3958.0, 3929.0, 3958.0, 3918.0, 3958.0], 'WindowWidth': [8907.0, 8830.0, 8863.0, 8795.0, 8806.0, 8781.0, 8752.0, 8821.0, 8753.0, 8817.0, 8748.0, 8786.0, 8740.0, 8765.0, 8802.0, 8744.0, 8796.0, 8745.0, 8771.0, 8753.0, 8766.0, 8750.0, 8755.0, 8821.0, 8759.0, 8814.0, 8773.0, 8787.0, 8793.0, 8799.0, 8833.0, 8779.0, 8845.0, 8782.0, 8849.0, 8783.0, 8845.0, 8813.0, 8810.0, 8794.0, 8815.0, 8834.0, 8785.0, 8870.0, 8798.0, 8837.0, 8778.0, 8823.0, 8803.0, 8795.0, 8848.0, 8789.0, 8829.0, 8753.0, 8785.0, 8826.0, 8776.0, 8842.0, 8773.0, 8827.0, 8769.0, 8792.0, 8807.0, 8778.0, 8845.0, 8779.0, 8845.0, 8793.0, 8824.0, 8790.0, 8791.0, 8829.0, 8777.0, 8848.0, 8797.0, 8849.0, 8777.0, 8820.0, 8771.0, 8777.0, 8862.0, 8776.0, 8830.0, 8771.0, 8787.0, 8804.0, 8779.0, 8845.0, 8775.0, 8827.0, 8771.0, 8819.0, 8792.0, 8791.0, 8827.0, 8776.0, 8830.0, 8782.0, 8834.0, 8779.0, 8817.0, 8776.0, 8807.0, 8796.0, 8798.0, 8849.0, 8793.0, 8847.0, 8778.0, 8848.0, 8793.0, 8804.0, 8769.0, 8789.0, 8840.0, 8772.0, 8843.0, 8784.0, 8808.0, 8765.0, 8784.0, 8781.0, 8773.0, 8837.0, 8768.0, 8808.0, 8766.0, 8783.0, 8768.0, 8785.0, 8767.0, 8777.0, 8866.0, 8783.0, 8833.0, 8780.0, 8820.0, 8811.0, 8810.0, 8792.0, 8810.0, 8803.0, 8796.0, 8870.0, 8796.0, 8849.0, 8779.0, 8847.0, 8792.0, 8824.0, 8787.0, 8807.0, 8796.0, 8772.0, 8862.0, 8793.0, 8844.0, 8777.0, 8843.0, 8776.0, 8851.0, 8796.0, 8821.0, 8791.0, 8822.0, 8858.0, 8793.0, 8844.0, 8784.0, 8812.0, 8746.0, 8767.0, 8839.0, 8767.0, 8820.0, 8750.0, 8791.0, 8765.0, 8803.0, 8783.0, 8770.0, 8766.0, 8772.0, 8843.0, 8799.0, 8849.0, 8794.0, 8818.0, 8774.0, 8807.0, 8836.0, 8806.0, 8815.0, 8776.0, 8843.0, 8790.0, 8850.0, 8772.0, 8798.0, 8745.0, 8763.0, 8832.0, 8767.0, 8819.0, 8767.0, 8802.0, 8750.0, 8808.0, 8767.0, 8780.0, 8764.0, 8784.0, 8838.0, 8766.0, 8838.0, 8753.0, 8777.0, 8748.0, 8767.0, 8809.0, 8773.0, 8840.0, 8771.0, 8821.0, 8754.0, 8796.0, 8770.0, 8785.0, 8808.0, 8767.0, 8820.0, 8752.0, 8811.0, 8754.0, 8783.0, 8749.0, 8753.0, 8836.0, 8770.0, 8826.0, 8769.0, 8796.0, 8750.0, 8769.0, 8838.0, 8775.0, 8838.0, 8770.0, 8810.0, 8750.0, 8769.0, 8841.0, 8774.0, 8827.0, 8769.0, 8810.0, 8749.0, 8771.0, 8840.0, 8753.0, 8821.0, 8748.0, 8791.0, 8767.0, 8787.0, 8808.0, 8769.0, 8822.0, 8754.0, 8813.0, 8775.0, 8789.0, 8796.0, 8770.0, 8822.0, 8755.0, 8815.0, 8770.0, 8785.0, 8820.0, 8766.0, 8820.0, 8770.0, 8812.0, 8768.0, 8784.0, 8750.0, 8754.0, 8841.0, 8773.0, 8825.0, 8771.0, 8797.0, 8750.0, 8772.0, 8842.0, 8768.0, 8820.0, 8751.0, 8791.0, 8764.0, 8784.0, 8834.0, 8751.0, 8817.0, 8747.0, 8778.0, 8766.0, 8780.0, 8749.0, 8754.0, 8818.0, 8755.0, 8840.0, 8772.0, 8810.0, 8752.0, 8770.0, 8823.0, 8773.0, 8838.0, 8782.0, 8808.0, 8746.0, 8764.0, 8818.0, 8752.0, 8820.0, 8750.0, 8802.0, 8747.0, 8779.0, 8766.0, 8767.0, 8749.0, 8753.0, 8821.0, 8755.0, 8825.0, 8772.0, 8809.0, 8750.0, 8783.0, 8795.0, 8756.0, 8836.0, 8754.0, 8818.0, 8748.0, 8793.0, 8765.0, 8765.0, 8817.0, 8749.0, 8800.0, 8750.0, 8780.0, 8748.0, 8748.0, 8814.0, 8746.0, 8800.0, 8755.0, 8795.0, 8755.0, 8783.0, 8766.0, 8775.0, 8832.0, 8777.0, 8844.0, 8777.0, 8830.0, 8790.0, 8833.0, 8772.0, 8801.0, 8766.0, 8751.0, 8838.0, 8768.0, 8821.0, 8766.0, 8803.0, 8732.0, 8775.0, 8748.0, 8762.0, 8757.0, 8747.0, 8798.0, 8746.0, 8804.0, 8750.0, 8775.0, 8745.0, 8763.0, 8789.0, 8755.0, 8837.0, 8754.0, 8806.0, 8753.0, 8780.0, 8767.0, 8786.0, 8794.0, 8754.0, 8821.0, 8751.0, 8819.0, 8755.0, 8812.0, 8753.0, 8783.0, 8749.0, 8753.0, 8822.0, 8772.0, 8826.0, 8755.0, 8796.0, 8749.0, 8754.0, 8839.0, 8773.0, 8822.0, 8769.0, 8796.0, 8751.0, 8769.0, 8798.0, 8773.0, 8840.0, 8773.0, 8825.0, 8759.0, 8831.0, 8775.0, 8802.0, 8754.0, 8786.0, 8839.0, 8773.0, 8826.0, 8785.0, 8806.0, 8749.0, 8777.0, 8764.0, 8752.0, 8820.0, 8749.0, 8817.0, 8747.0, 8776.0, 8750.0, 8765.0, 8760.0, 8749.0, 8814.0, 8747.0, 8790.0, 8752.0, 8766.0, 8747.0, 8752.0, 8818.0, 8754.0, 8824.0, 8756.0, 8782.0, 8751.0, 8770.0, 8838.0, 8774.0, 8826.0, 8759.0, 8811.0, 8769.0, 8785.0, 8771.0, 8776.0, 8841.0, 8770.0, 8820.0, 8749.0, 8780.0, 8764.0, 8772.0, 8769.0, 8761.0, 8841.0, 8776.0, 8832.0, 8777.0, 8804.0, 8770.0, 8759.0, 8843.0, 8774.0, 8830.0, 8773.0, 8800.0, 8753.0, 8771.0, 8839.0, 8773.0, 8841.0, 8758.0, 8798.0, 8750.0, 8769.0, 8840.0, 8758.0, 8824.0, 8771.0, 8811.0, 8767.0, 8785.0, 8812.0, 8754.0, 8824.0, 8769.0, 8825.0, 8772.0, 8803.0, 8784.0, 8772.0, 8837.0, 8755.0, 8821.0, 8758.0, 8798.0, 8750.0, 8783.0, 8749.0, 8754.0, 8826.0, 8759.0, 8824.0, 8771.0, 8785.0, 8752.0, 8773.0, 8845.0, 8761.0, 8827.0, 8772.0, 8799.0, 8769.0, 8777.0, 8842.0, 8772.0, 8825.0, 8770.0, 8799.0, 8772.0, 8792.0, 8815.0, 8775.0, 8841.0, 8774.0, 8817.0, 8790.0, 8793.0, 8842.0, 8775.0, 8827.0, 8758.0, 8806.0, 8802.0, 8774.0, 8840.0, 8771.0, 8812.0, 8774.0, 8792.0, 8787.0, 8776.0, 8842.0, 8773.0, 8829.0, 8773.0, 8790.0, 8813.0, 8758.0, 8825.0, 8755.0, 8811.0, 8774.0, 8799.0, 8755.0, 8786.0, 8780.0, 8770.0, 8839.0, 8755.0, 8820.0, 8752.0, 8779.0, 8752.0, 8770.0, 8820.0, 8752.0, 8817.0, 8748.0, 8789.0, 8750.0, 8763.0, 8745.0, 8748.0, 8814.0, 8748.0, 8804.0, 8752.0, 8763.0, 8748.0, 8753.0, 8778.0, 8758.0, 8826.0, 8758.0, 8810.0, 8754.0, 8784.0, 8752.0, 8773.0, 8842.0, 8772.0, 8825.0, 8754.0, 8797.0, 8774.0, 8775.0, 8757.0, 8776.0, 8784.0, 8779.0, 8852.0, 8785.0, 8851.0, 8798.0, 8848.0, 8796.0, 8827.0, 8780.0, 8810.0, 8845.0, 8775.0, 8843.0, 8793.0, 8830.0, 8771.0, 8798.0, 8750.0, 8754.0, 8840.0, 8772.0, 8824.0, 8773.0, 8824.0, 8774.0, 8834.0, 8773.0, 8802.0, 8824.0, 8770.0, 8824.0, 8775.0, 8814.0, 8757.0, 8799.0, 8752.0, 8770.0, 8839.0, 8773.0, 8840.0, 8772.0, 8822.0, 8769.0, 8813.0, 8775.0, 8800.0, 8770.0, 8799.0, 8755.0, 8791.0, 8828.0, 8772.0, 8837.0, 8755.0, 8822.0, 8774.0, 8825.0, 8753.0, 8794.0, 8749.0, 8767.0, 8783.0, 8757.0, 8780.0, 8771.0, 8822.0, 8772.0, 8845.0, 8778.0, 8842.0, 8774.0, 8812.0, 8775.0, 8802.0, 8768.0, 8783.0, 8791.0, 8754.0, 8823.0, 8758.0, 8825.0, 8771.0, 8808.0, 8751.0, 8769.0, 8811.0, 8756.0, 8823.0, 8771.0, 8822.0, 8771.0, 8815.0, 8773.0, 8800.0, 8754.0, 8773.0, 8795.0, 8775.0, 8844.0, 8773.0, 8824.0, 8772.0, 8811.0, 8776.0, 8802.0, 8758.0, 8788.0, 8769.0, 8772.0, 8842.0, 8777.0, 8842.0, 8786.0, 8810.0, 8749.0, 8768.0, 8822.0, 8754.0, 8820.0, 8764.0, 8804.0, 8750.0, 8779.0, 8771.0, 8771.0, 8768.0, 8772.0, 8794.0, 8772.0, 8844.0, 8779.0, 8842.0, 8774.0, 8824.0, 8754.0, 8798.0, 8770.0, 8783.0, 8806.0, 8752.0, 8819.0, 8753.0, 8821.0, 8750.0, 8778.0, 8744.0, 8749.0, 8819.0, 8755.0, 8805.0, 8768.0, 8795.0, 8752.0, 8773.0, 8802.0, 8777.0, 8814.0, 8777.0, 8843.0, 8778.0, 8837.0, 8796.0, 8809.0, 8787.0, 8760.0, 8841.0, 8771.0, 8842.0, 8771.0, 8797.0, 8749.0, 8767.0, 8835.0, 8755.0, 8822.0, 8770.0, 8795.0, 8770.0, 8786.0, 8770.0, 8775.0, 8845.0, 8774.0, 8826.0, 8768.0, 8784.0, 8781.0, 8758.0, 8838.0, 8754.0, 8820.0, 8750.0, 8778.0, 8750.0, 8769.0, 8806.0, 8754.0, 8819.0, 8751.0, 8793.0, 8773.0, 8785.0, 8769.0, 8772.0, 8838.0, 8775.0, 8832.0, 8778.0, 8829.0, 8777.0, 8833.0, 8774.0, 8794.0, 8846.0, 8775.0, 8839.0, 8771.0, 8813.0, 8777.0, 8801.0, 8771.0, 8800.0, 8768.0, 8790.0, 8827.0, 8774.0, 8838.0, 8770.0, 8827.0, 8777.0, 8825.0, 8774.0, 8822.0, 8769.0, 8809.0, 8771.0, 8800.0, 8751.0, 8779.0, 8788.0, 8747.0, 8822.0, 8753.0, 8818.0, 8765.0, 8802.0, 8748.0, 8780.0, 8753.0, 8780.0, 8748.0, 8765.0, 8820.0, 8771.0, 8837.0, 8785.0, 8819.0, 8754.0, 8822.0, 8773.0, 8823.0, 8770.0, 8821.0, 8754.0, 8797.0, 8773.0, 8798.0, 8751.0, 8768.0, 8793.0, 8772.0, 8823.0, 8771.0, 8821.0, 8768.0, 8823.0, 8776.0, 8825.0, 8771.0, 8809.0, 8752.0, 8788.0, 8756.0, 8770.0, 8751.0, 8770.0, 8840.0, 8779.0, 8835.0, 8779.0, 8809.0, 8774.0, 8780.0, 8865.0, 8798.0, 8837.0, 8797.0, 8825.0, 8795.0, 8817.0, 8840.0, 8802.0, 8850.0, 8798.0, 8851.0, 8800.0, 8870.0, 8796.0, 8837.0, 8759.0, 8776.0, 8862.0, 8780.0, 8846.0, 8791.0, 8831.0, 8753.0, 8786.0, 8861.0, 8773.0, 8823.0, 8754.0, 8797.0, 8751.0, 8772.0, 8840.0, 8769.0, 8806.0, 8750.0, 8781.0, 8766.0, 8775.0, 8840.0, 8773.0, 8824.0, 8755.0, 8802.0, 8819.0, 8779.0, 8845.0, 8791.0, 8830.0, 8773.0, 8821.0, 8790.0, 8789.0, 8840.0, 8771.0, 8839.0, 8773.0, 8831.0, 8769.0, 8785.0, 8778.0, 8767.0, 8821.0, 8771.0, 8824.0, 8754.0, 8794.0, 8747.0, 8765.0, 8819.0, 8753.0, 8821.0, 8750.0, 8773.0, 8731.0, 8761.0, 8747.0, 8773.0, 8841.0, 8773.0, 8825.0, 8787.0, 8827.0, 8779.0, 8851.0, 8793.0, 8818.0, 8772.0, 8789.0, 8806.0, 8794.0, 8845.0, 8802.0, 8825.0, 8767.0, 8825.0, 8771.0, 8794.0, 8763.0, 8779.0, 8746.0, 8764.0, 8837.0, 8764.0, 8799.0, 8759.0, 8781.0, 8749.0, 8793.0, 8748.0, 8766.0, 8747.0, 8752.0, 8836.0, 8770.0, 8820.0, 8764.0, 8806.0, 8747.0, 8781.0, 8764.0, 8764.0, 8773.0, 8762.0, 8814.0, 8767.0, 8839.0, 8770.0, 8807.0, 8767.0, 8795.0, 8769.0, 8805.0, 8787.0, 8788.0, 8824.0, 8771.0, 8827.0, 8790.0, 8826.0, 8773.0, 8823.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.00030123951537744636</td></tr>
<tr><td colspan=3>aqi</td><td>0.020209870643056852</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.217429032910445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2117667768283564</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043048586194028</td></tr>
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
<tr><td colspan=3>fber</td><td>6291.606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08877891710408425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4659832246039143</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3564747069445846</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.272831218538754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.64690775507462</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1496851472203793</td></tr>
<tr><td colspan=3>gcor</td><td>0.00716712</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02051033452153206</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029207825660705566</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.853060449718262</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>38.3564</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4004</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.5245</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>702.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.5111</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.5719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3201.9356</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.0804</td></tr>
<tr><td colspan=3>tsnr</td><td>44.839406788232736</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>