<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-01/func/sub-0065_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>117a3eb0e2b70a8817f0b656bd2aab1a</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>15:23:49.450000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998569, 0.0230758, 0.0482482, -0.0196965, 0.997396, -0.0693778]</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.09024</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>[4152, -7789, -7264, 775, -68, -428, 305, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>050d048a-5353-48ef-a97b-b12840f4cc63||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6790871620178223, -0.052844393998384476, 0.13425353169441223, 109.28424072265625], [-0.061910685151815414, 2.67594051361084, -0.1844860464334488, -91.66020202636719], [0.12944644689559937, 0.18613551557064056, 2.6903421878814697, -83.24929809570312], [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': ['152349.450000', '152349.910000', '152350.370000', '152350.830000', '152351.290000', '152351.750000', '152352.210000', '152352.670000', '152353.130000', '152353.590000', '152354.050000', '152354.510000', '152354.970000', '152355.430000', '152355.890000', '152356.350000', '152356.810000', '152357.270000', '152357.730000', '152358.190000', '152358.650000', '152359.110000', '152359.570000', '152400.030000', '152400.490000', '152400.950000', '152401.410000', '152401.870000', '152402.330000', '152402.790000', '152403.250000', '152403.710000', '152404.170000', '152404.630000', '152405.090000', '152405.550000', '152406.010000', '152406.470000', '152406.930000', '152407.390000', '152407.850000', '152408.310000', '152408.770000', '152409.230000', '152409.690000', '152410.150000', '152410.610000', '152411.070000', '152411.530000', '152411.990000', '152412.450000', '152412.910000', '152413.370000', '152413.830000', '152414.290000', '152414.750000', '152415.210000', '152415.670000', '152416.130000', '152416.590000', '152417.050000', '152417.510000', '152417.970000', '152418.430000', '152418.890000', '152419.350000', '152419.810000', '152420.270000', '152420.730000', '152421.190000', '152421.650000', '152422.110000', '152422.570000', '152423.030000', '152423.490000', '152423.950000', '152424.410000', '152424.870000', '152425.330000', '152425.790000', '152426.250000', '152426.710000', '152427.170000', '152427.630000', '152428.090000', '152428.550000', '152429.010000', '152429.470000', '152429.930000', '152430.390000', '152430.850000', '152431.310000', '152431.770000', '152432.230000', '152432.690000', '152433.150000', '152433.610000', '152434.070000', '152434.530000', '152434.990000', '152435.450000', '152435.910000', '152436.370000', '152436.830000', '152437.290000', '152437.750000', '152438.210000', '152438.670000', '152439.130000', '152439.590000', '152440.050000', '152440.510000', '152440.970000', '152441.430000', '152441.890000', '152442.350000', '152442.810000', '152443.270000', '152443.730000', '152444.190000', '152444.650000', '152445.110000', '152445.570000', '152446.030000', '152446.490000', '152446.950000', '152447.410000', '152447.870000', '152448.330000', '152448.790000', '152449.250000', '152449.710000', '152450.170000', '152450.630000', '152451.090000', '152451.550000', '152452.010000', '152452.470000', '152452.930000', '152453.390000', '152453.850000', '152454.310000', '152454.770000', '152455.230000', '152455.690000', '152456.150000', '152456.610000', '152457.070000', '152457.530000', '152457.990000', '152458.450000', '152458.910000', '152459.370000', '152459.830000', '152500.290000', '152500.750000', '152501.210000', '152501.670000', '152502.130000', '152502.590000', '152503.050000', '152503.510000', '152503.970000', '152504.430000', '152504.890000', '152505.350000', '152505.810000', '152506.270000', '152506.730000', '152507.190000', '152507.650000', '152508.110000', '152508.570000', '152509.030000', '152509.490000', '152509.950000', '152510.410000', '152510.870000', '152511.330000', '152511.790000', '152512.250000', '152512.710000', '152513.170000', '152513.630000', '152514.090000', '152514.550000', '152515.010000', '152515.470000', '152515.930000', '152516.390000', '152516.850000', '152517.310000', '152517.770000', '152518.230000', '152518.690000', '152519.150000', '152519.610000', '152520.070000', '152520.530000', '152520.990000', '152521.450000', '152521.910000', '152522.370000', '152522.830000', '152523.290000', '152523.750000', '152524.210000', '152524.670000', '152525.130000', '152525.590000', '152526.050000', '152526.510000', '152526.970000', '152527.430000', '152527.890000', '152528.350000', '152528.810000', '152529.270000', '152529.730000', '152530.190000', '152530.650000', '152531.110000', '152531.570000', '152532.030000', '152532.490000', '152532.950000', '152533.410000', '152533.870000', '152534.330000', '152534.790000', '152535.250000', '152535.710000', '152536.170000', '152536.630000', '152537.090000', '152537.550000', '152538.010000', '152538.470000', '152538.930000', '152539.390000', '152539.850000', '152540.310000', '152540.770000', '152541.230000', '152541.690000', '152542.150000', '152542.610000', '152543.070000', '152543.530000', '152543.990000', '152544.450000', '152544.910000', '152545.370000', '152545.830000', '152546.290000', '152546.750000', '152547.210000', '152547.670000', '152548.130000', '152548.590000', '152549.050000', '152549.510000', '152549.970000', '152550.430000', '152550.890000', '152551.350000', '152551.810000', '152552.270000', '152552.730000', '152553.190000', '152553.650000', '152554.110000', '152554.570000', '152555.030000', '152555.490000', '152555.950000', '152556.410000', '152556.870000', '152557.330000', '152557.790000', '152558.250000', '152558.710000', '152559.170000', '152559.630000', '152600.090000', '152600.550000', '152601.010000', '152601.470000', '152601.930000', '152602.390000', '152602.850000', '152603.310000', '152603.770000', '152604.230000', '152604.690000', '152605.150000', '152605.610000', '152606.070000', '152606.530000', '152606.990000', '152607.450000', '152607.910000', '152608.370000', '152608.830000', '152609.290000', '152609.750000', '152610.210000', '152610.670000', '152611.130000', '152611.590000', '152612.050000', '152612.510000', '152612.970000', '152613.430000', '152613.890000', '152614.350000', '152614.810000', '152615.270000', '152615.730000', '152616.190000', '152616.650000', '152617.110000', '152617.570000', '152618.030000', '152618.490000', '152618.950000', '152619.410000', '152619.870000', '152620.330000', '152620.790000', '152621.250000', '152621.710000', '152622.170000', '152622.630000', '152623.090000', '152623.550000', '152624.010000', '152624.470000', '152624.930000', '152625.390000', '152625.850000', '152626.310000', '152626.770000', '152627.230000', '152627.690000', '152628.150000', '152628.610000', '152629.070000', '152629.530000', '152629.990000', '152630.450000', '152630.910000', '152631.370000', '152631.830000', '152632.290000', '152632.750000', '152633.210000', '152633.670000', '152634.130000', '152634.590000', '152635.050000', '152635.510000', '152635.970000', '152636.430000', '152636.890000', '152637.350000', '152637.810000', '152638.270000', '152638.730000', '152639.190000', '152639.650000', '152640.110000', '152640.570000', '152641.030000', '152641.490000', '152641.950000', '152642.410000', '152642.870000', '152643.330000', '152643.790000', '152644.250000', '152644.710000', '152645.170000', '152645.630000', '152646.090000', '152646.550000', '152647.010000', '152647.470000', '152647.930000', '152648.390000', '152648.850000', '152649.310000', '152649.770000', '152650.230000', '152650.690000', '152651.150000', '152651.610000', '152652.070000', '152652.530000', '152652.990000', '152653.450000', '152653.910000', '152654.370000', '152654.830000', '152655.290000', '152655.750000', '152656.210000', '152656.670000', '152657.130000', '152657.590000', '152658.050000', '152658.510000', '152658.970000', '152659.430000', '152659.890000', '152700.350000', '152700.810000', '152701.270000', '152701.730000', '152702.190000', '152702.650000', '152703.110000', '152703.570000', '152704.030000', '152704.490000', '152704.950000', '152705.410000', '152705.870000', '152706.330000', '152706.790000', '152707.250000', '152707.710000', '152708.170000', '152708.630000', '152709.090000', '152709.550000', '152710.010000', '152710.470000', '152710.930000', '152711.390000', '152711.850000', '152712.310000', '152712.770000', '152713.230000', '152713.690000', '152714.150000', '152714.610000', '152715.070000', '152715.530000', '152715.990000', '152716.450000', '152716.910000', '152717.370000', '152717.830000', '152718.290000', '152718.750000', '152719.210000', '152719.670000', '152720.130000', '152720.590000', '152721.050000', '152721.510000', '152721.970000', '152722.430000', '152722.890000', '152723.350000', '152723.810000', '152724.270000', '152724.730000', '152725.190000', '152725.650000', '152726.110000', '152726.570000', '152727.030000', '152727.490000', '152727.950000', '152728.410000', '152728.870000', '152729.330000', '152729.790000', '152730.250000', '152730.710000', '152731.170000', '152731.630000', '152732.090000', '152732.550000', '152733.010000', '152733.470000', '152733.930000', '152734.390000', '152734.850000', '152735.310000', '152735.770000', '152736.230000', '152736.690000', '152737.150000', '152737.610000', '152738.070000', '152738.530000', '152738.990000', '152739.450000', '152739.910000', '152740.370000', '152740.830000', '152741.290000', '152741.750000', '152742.210000', '152742.670000', '152743.130000', '152743.590000', '152744.050000', '152744.510000', '152744.970000', '152745.430000', '152745.890000', '152746.350000', '152746.810000', '152747.270000', '152747.730000', '152748.190000', '152748.650000', '152749.110000', '152749.570000', '152750.030000', '152750.490000', '152750.950000', '152751.410000', '152751.870000', '152752.330000', '152752.790000', '152753.250000', '152753.710000', '152754.170000', '152754.630000', '152755.090000', '152755.550000', '152756.010000', '152756.470000', '152756.930000', '152757.390000', '152757.850000', '152758.310000', '152758.770000', '152759.230000', '152759.690000', '152800.150000', '152800.610000', '152801.070000', '152801.530000', '152801.990000', '152802.450000', '152802.910000', '152803.370000', '152803.830000', '152804.290000', '152804.750000', '152805.210000', '152805.670000', '152806.130000', '152806.590000', '152807.050000', '152807.510000', '152807.970000', '152808.430000', '152808.890000', '152809.350000', '152809.810000', '152810.270000', '152810.730000', '152811.190000', '152811.650000', '152812.110000', '152812.570000', '152813.030000', '152813.490000', '152813.950000', '152814.410000', '152814.870000', '152815.330000', '152815.790000', '152816.250000', '152816.710000', '152817.170000', '152817.630000', '152818.090000', '152818.550000', '152819.010000', '152819.470000', '152819.930000', '152820.390000', '152820.850000', '152821.310000', '152821.770000', '152822.230000', '152822.690000', '152823.150000', '152823.610000', '152824.070000', '152824.530000', '152824.990000', '152825.450000', '152825.910000', '152826.370000', '152826.830000', '152827.290000', '152827.750000', '152828.210000', '152828.670000', '152829.130000', '152829.590000', '152830.050000', '152830.510000', '152830.970000', '152831.430000', '152831.890000', '152832.350000', '152832.810000', '152833.270000', '152833.730000', '152834.190000', '152834.650000', '152835.110000', '152835.570000', '152836.030000', '152836.490000', '152836.950000', '152837.410000', '152837.870000', '152838.330000', '152838.790000', '152839.250000', '152839.710000', '152840.170000', '152840.630000', '152841.090000', '152841.550000', '152842.010000', '152842.470000', '152842.930000', '152843.390000', '152843.850000', '152844.310000', '152844.770000', '152845.230000', '152845.690000', '152846.150000', '152846.610000', '152847.070000', '152847.530000', '152847.990000', '152848.450000', '152848.910000', '152849.370000', '152849.830000', '152850.290000', '152850.750000', '152851.210000', '152851.670000', '152852.130000', '152852.590000', '152853.050000', '152853.510000', '152853.970000', '152854.430000', '152854.890000', '152855.350000', '152855.810000', '152856.270000', '152856.730000', '152857.190000', '152857.650000', '152858.110000', '152858.570000', '152859.030000', '152859.490000', '152859.950000', '152900.410000', '152900.870000', '152901.330000', '152901.790000', '152902.250000', '152902.710000', '152903.170000', '152903.630000', '152904.090000', '152904.550000', '152905.010000', '152905.470000', '152905.930000', '152906.390000', '152906.850000', '152907.310000', '152907.770000', '152908.230000', '152908.690000', '152909.150000', '152909.610000', '152910.070000', '152910.530000', '152910.990000', '152911.450000', '152911.910000', '152912.370000', '152912.830000', '152913.290000', '152913.750000', '152914.210000', '152914.670000', '152915.130000', '152915.590000', '152916.050000', '152916.510000', '152916.970000', '152917.430000', '152917.890000', '152918.350000', '152918.810000', '152919.270000', '152919.730000', '152920.190000', '152920.650000', '152921.110000', '152921.570000', '152922.030000', '152922.490000', '152922.950000', '152923.410000', '152923.870000', '152924.330000', '152924.790000', '152925.250000', '152925.710000', '152926.170000', '152926.630000', '152927.090000', '152927.550000', '152928.010000', '152928.470000', '152928.930000', '152929.390000', '152929.850000', '152930.310000', '152930.770000', '152931.230000', '152931.690000', '152932.150000', '152932.610000', '152933.070000', '152933.530000', '152933.990000', '152934.450000', '152934.910000', '152935.370000', '152935.830000', '152936.290000', '152936.750000', '152937.210000', '152937.670000', '152938.130000', '152938.590000', '152939.050000', '152939.510000', '152939.970000', '152940.430000', '152940.890000', '152941.350000', '152941.810000', '152942.270000', '152942.730000', '152943.190000', '152943.650000', '152944.110000', '152944.570000', '152945.030000', '152945.490000', '152945.950000', '152946.410000', '152946.870000', '152947.330000', '152947.790000', '152948.250000', '152948.710000', '152949.170000', '152949.630000', '152950.090000', '152950.550000', '152951.010000', '152951.470000', '152951.930000', '152952.390000', '152952.850000', '152953.310000', '152953.770000', '152954.230000', '152954.690000', '152955.150000', '152955.610000', '152956.070000', '152956.530000', '152956.990000', '152957.450000', '152957.910000', '152958.370000', '152958.830000', '152959.290000', '152959.750000', '153000.210000', '153000.670000', '153001.130000', '153001.590000', '153002.050000', '153002.510000', '153002.970000', '153003.430000', '153003.890000', '153004.350000', '153004.810000', '153005.270000', '153005.730000', '153006.190000', '153006.650000', '153007.110000', '153007.570000', '153008.030000', '153008.490000', '153008.950000', '153009.410000', '153009.870000', '153010.330000', '153010.790000', '153011.250000', '153011.710000', '153012.170000', '153012.630000', '153013.090000', '153013.550000', '153014.010000', '153014.470000', '153014.930000', '153015.390000', '153015.850000', '153016.310000', '153016.770000', '153017.230000', '153017.690000', '153018.150000', '153018.610000', '153019.070000', '153019.530000', '153019.990000', '153020.450000', '153020.910000', '153021.370000', '153021.830000', '153022.290000', '153022.750000', '153023.210000', '153023.670000', '153024.130000', '153024.590000', '153025.050000', '153025.510000', '153025.970000', '153026.430000', '153026.890000', '153027.350000', '153027.810000', '153028.270000', '153028.730000', '153029.190000', '153029.650000', '153030.110000', '153030.570000', '153031.030000', '153031.490000', '153031.950000', '153032.410000', '153032.870000', '153033.330000', '153033.790000', '153034.250000', '153034.710000', '153035.170000', '153035.630000', '153036.090000', '153036.550000', '153037.010000', '153037.470000', '153037.930000', '153038.390000', '153038.850000', '153039.310000', '153039.770000', '153040.230000', '153040.690000', '153041.150000', '153041.610000', '153042.070000', '153042.530000', '153042.990000', '153043.450000', '153043.910000', '153044.370000', '153044.830000', '153045.290000', '153045.750000', '153046.210000', '153046.670000', '153047.130000', '153047.590000', '153048.050000', '153048.510000', '153048.970000', '153049.430000', '153049.890000', '153050.350000', '153050.810000', '153051.270000', '153051.730000', '153052.190000', '153052.650000', '153053.110000', '153053.570000', '153054.030000', '153054.490000', '153054.950000', '153055.410000', '153055.870000', '153056.330000', '153056.790000', '153057.250000', '153057.710000', '153058.170000', '153058.630000', '153059.090000', '153059.550000', '153100.010000', '153100.470000', '153100.930000', '153101.390000', '153101.850000', '153102.310000', '153102.770000', '153103.230000', '153103.690000', '153104.150000', '153104.610000', '153105.070000', '153105.530000', '153105.990000', '153106.450000', '153106.910000', '153107.370000', '153107.830000', '153108.290000', '153108.750000', '153109.210000', '153109.670000', '153110.130000', '153110.590000', '153111.050000', '153111.510000', '153111.970000', '153112.430000', '153112.890000', '153113.350000', '153113.810000', '153114.270000', '153114.730000', '153115.190000', '153115.650000', '153116.110000', '153116.570000', '153117.030000', '153117.490000', '153117.950000', '153118.410000', '153118.870000', '153119.330000', '153119.790000', '153120.250000', '153120.710000', '153121.170000', '153121.630000', '153122.090000', '153122.550000', '153123.010000', '153123.470000', '153123.930000', '153124.390000', '153124.850000', '153125.310000', '153125.770000', '153126.230000', '153126.690000', '153127.150000', '153127.610000', '153128.070000', '153128.530000', '153128.990000', '153129.450000', '153129.910000', '153130.370000', '153130.830000', '153131.290000', '153131.750000', '153132.210000', '153132.670000', '153133.130000', '153133.590000', '153134.050000', '153134.510000', '153134.970000', '153135.430000', '153135.890000', '153136.350000', '153136.810000', '153137.270000', '153137.730000', '153138.190000', '153138.650000', '153139.110000', '153139.570000', '153140.030000', '153140.490000', '153140.950000', '153141.410000', '153141.870000', '153142.330000', '153142.790000', '153143.250000', '153143.710000', '153144.170000', '153144.630000', '153145.090000', '153145.550000', '153146.010000', '153146.470000', '153146.930000', '153147.390000', '153147.850000', '153148.310000', '153148.770000', '153149.230000', '153149.690000', '153150.150000', '153150.610000', '153151.070000', '153151.530000', '153151.990000', '153152.450000', '153152.910000', '153153.370000', '153153.830000', '153154.290000', '153154.750000', '153155.210000', '153155.670000', '153156.130000', '153156.590000', '153157.050000', '153157.510000', '153157.970000', '153158.430000', '153158.890000', '153159.350000', '153159.810000', '153200.270000', '153200.730000', '153201.190000', '153201.650000', '153202.110000', '153202.570000'], 'ContentTime': ['152413.707000', '152413.710000', '152413.713000', '152413.716000', '152413.718000', '152413.723000', '152413.725000', '152413.728000', '152413.730000', '152413.733000', '152413.736000', '152413.738000', '152413.741000', '152413.743000', '152413.746000', '152413.749000', '152413.751000', '152413.754000', '152413.756000', '152413.759000', '152413.761000', '152413.764000', '152413.767000', '152413.771000', '152413.774000', '152413.776000', '152413.779000', '152413.782000', '152413.784000', '152413.787000', '152413.789000', '152413.792000', '152413.794000', '152413.797000', '152413.800000', '152413.802000', '152413.805000', '152413.807000', '152413.810000', '152413.812000', '152413.815000', '152413.817000', '152413.820000', '152413.823000', '152413.825000', '152413.828000', '152413.830000', '152413.833000', '152413.835000', '152413.838000', '152433.656000', '152433.659000', '152433.662000', '152433.664000', '152433.668000', '152433.679000', '152433.681000', '152433.684000', '152433.687000', '152433.689000', '152433.692000', '152433.694000', '152433.697000', '152433.699000', '152433.702000', '152433.704000', '152433.707000', '152433.709000', '152433.712000', '152433.715000', '152433.717000', '152433.725000', '152433.728000', '152433.731000', '152433.733000', '152433.736000', '152433.738000', '152433.741000', '152433.743000', '152433.746000', '152433.749000', '152433.751000', '152433.754000', '152433.756000', '152433.759000', '152433.762000', '152433.764000', '152433.767000', '152433.769000', '152433.772000', '152433.775000', '152433.777000', '152433.780000', '152453.657000', '152453.659000', '152453.662000', '152453.665000', '152453.667000', '152453.670000', '152453.672000', '152453.675000', '152453.678000', '152453.680000', '152453.683000', '152453.685000', '152453.688000', '152453.690000', '152453.693000', '152453.696000', '152453.698000', '152453.701000', '152453.703000', '152453.706000', '152453.708000', '152453.711000', '152453.714000', '152453.719000', '152453.721000', '152453.724000', '152453.726000', '152453.729000', '152453.732000', '152453.734000', '152453.737000', '152453.739000', '152453.742000', '152453.744000', '152453.751000', '152453.754000', '152453.757000', '152453.759000', '152453.762000', '152453.765000', '152453.767000', '152453.770000', '152453.772000', '152453.775000', '152513.656000', '152513.659000', '152513.662000', '152513.664000', '152513.667000', '152513.670000', '152513.672000', '152513.675000', '152513.678000', '152513.680000', '152513.683000', '152513.685000', '152513.688000', '152513.690000', '152513.693000', '152513.696000', '152513.698000', '152513.701000', '152513.704000', '152513.707000', '152513.709000', '152513.712000', '152513.715000', '152513.717000', '152513.720000', '152513.722000', '152513.725000', '152513.727000', '152513.730000', '152513.733000', '152513.735000', '152513.738000', '152513.741000', '152513.743000', '152513.746000', '152513.748000', '152513.751000', '152513.754000', '152513.756000', '152513.759000', '152513.761000', '152513.764000', '152513.767000', '152533.656000', '152533.659000', '152533.662000', '152533.665000', '152533.667000', '152533.670000', '152533.673000', '152533.675000', '152533.678000', '152533.681000', '152533.683000', '152533.686000', '152533.688000', '152533.694000', '152533.696000', '152533.699000', '152533.702000', '152533.704000', '152533.707000', '152533.709000', '152533.712000', '152533.715000', '152533.741000', '152533.743000', '152533.746000', '152533.749000', '152533.751000', '152533.754000', '152533.756000', '152533.759000', '152533.762000', '152533.764000', '152533.767000', '152533.770000', '152533.772000', '152533.775000', '152533.777000', '152533.780000', '152533.783000', '152533.785000', '152533.788000', '152533.791000', '152533.793000', '152533.796000', '152553.656000', '152553.658000', '152553.661000', '152553.664000', '152553.666000', '152553.669000', '152553.672000', '152553.675000', '152553.678000', '152553.680000', '152553.683000', '152553.686000', '152553.688000', '152553.691000', '152553.693000', '152553.696000', '152553.702000', '152553.705000', '152553.707000', '152553.710000', '152553.713000', '152553.715000', '152553.718000', '152553.720000', '152553.723000', '152553.726000', '152553.728000', '152553.731000', '152553.733000', '152553.736000', '152553.738000', '152553.741000', '152553.744000', '152553.746000', '152553.749000', '152553.751000', '152553.754000', '152553.757000', '152553.761000', '152553.764000', '152553.766000', '152553.769000', '152553.772000', '152613.656000', '152613.671000', '152613.673000', '152613.676000', '152613.678000', '152613.681000', '152613.684000', '152613.686000', '152613.689000', '152613.692000', '152613.694000', '152613.697000', '152613.699000', '152613.702000', '152613.705000', '152613.707000', '152613.710000', '152613.713000', '152613.715000', '152613.718000', '152613.720000', '152613.723000', '152613.725000', '152613.728000', '152613.731000', '152613.733000', '152613.736000', '152613.738000', '152613.741000', '152613.744000', '152613.746000', '152613.749000', '152613.751000', '152613.754000', '152613.757000', '152613.759000', '152613.762000', '152613.764000', '152613.767000', '152613.770000', '152613.772000', '152613.775000', '152613.778000', '152613.780000', '152633.656000', '152633.659000', '152633.662000', '152633.664000', '152633.667000', '152633.670000', '152633.672000', '152633.675000', '152633.677000', '152633.680000', '152633.683000', '152633.685000', '152633.688000', '152633.690000', '152633.693000', '152633.696000', '152633.698000', '152633.701000', '152633.704000', '152633.706000', '152633.709000', '152633.712000', '152633.715000', '152633.718000', '152633.721000', '152633.724000', '152633.726000', '152633.729000', '152633.732000', '152633.734000', '152633.737000', '152633.739000', '152633.742000', '152633.745000', '152633.747000', '152633.750000', '152633.752000', '152633.755000', '152633.757000', '152633.760000', '152633.762000', '152633.765000', '152633.768000', '152653.657000', '152653.660000', '152653.662000', '152653.665000', '152653.667000', '152653.670000', '152653.672000', '152653.675000', '152653.678000', '152653.680000', '152653.683000', '152653.685000', '152653.688000', '152653.691000', '152653.693000', '152653.696000', '152653.698000', '152653.701000', '152653.703000', '152653.706000', '152653.709000', '152653.711000', '152653.714000', '152653.717000', '152653.719000', '152653.722000', '152653.725000', '152653.727000', '152653.730000', '152653.732000', '152653.735000', '152653.738000', '152653.740000', '152653.743000', '152653.745000', '152653.748000', '152653.750000', '152653.753000', '152653.756000', '152653.758000', '152653.761000', '152653.763000', '152653.766000', '152653.769000', '152713.657000', '152713.660000', '152713.662000', '152713.665000', '152713.667000', '152713.670000', '152713.673000', '152713.675000', '152713.678000', '152713.680000', '152713.683000', '152713.685000', '152713.688000', '152713.691000', '152713.693000', '152713.696000', '152713.699000', '152713.701000', '152713.704000', '152713.706000', '152713.709000', '152713.712000', '152713.714000', '152713.717000', '152713.719000', '152713.722000', '152713.724000', '152713.727000', '152713.730000', '152713.732000', '152713.735000', '152713.738000', '152713.740000', '152713.743000', '152713.746000', '152713.749000', '152713.757000', '152713.760000', '152713.763000', '152713.765000', '152713.768000', '152713.771000', '152713.773000', '152733.657000', '152733.659000', '152733.662000', '152733.665000', '152733.667000', '152733.670000', '152733.672000', '152733.675000', '152733.678000', '152733.680000', '152733.683000', '152733.685000', '152733.688000', '152733.691000', '152733.693000', '152733.696000', '152733.699000', '152733.701000', '152733.704000', '152733.706000', '152733.709000', '152733.712000', '152733.714000', '152733.717000', '152733.719000', '152733.722000', '152733.724000', '152733.727000', '152733.730000', '152733.732000', '152733.735000', '152733.737000', '152733.740000', '152733.743000', '152733.745000', '152733.748000', '152733.750000', '152733.753000', '152733.756000', '152733.758000', '152733.771000', '152733.773000', '152733.776000', '152733.779000', '152753.657000', '152753.659000', '152753.662000', '152753.665000', '152753.667000', '152753.670000', '152753.672000', '152753.675000', '152753.678000', '152753.680000', '152753.683000', '152753.685000', '152753.688000', '152753.691000', '152753.693000', '152753.696000', '152753.698000', '152753.701000', '152753.704000', '152753.706000', '152753.709000', '152753.711000', '152753.714000', '152753.717000', '152753.719000', '152753.722000', '152753.724000', '152753.727000', '152753.730000', '152753.732000', '152753.735000', '152753.737000', '152753.740000', '152753.743000', '152753.745000', '152753.748000', '152753.750000', '152753.753000', '152753.756000', '152753.758000', '152753.761000', '152753.763000', '152753.766000', '152813.656000', '152813.659000', '152813.661000', '152813.664000', '152813.666000', '152813.669000', '152813.672000', '152813.674000', '152813.677000', '152813.679000', '152813.682000', '152813.685000', '152813.688000', '152813.690000', '152813.693000', '152813.695000', '152813.698000', '152813.701000', '152813.703000', '152813.706000', '152813.708000', '152813.711000', '152813.714000', '152813.716000', '152813.719000', '152813.722000', '152813.724000', '152813.727000', '152813.730000', '152813.732000', '152813.735000', '152813.737000', '152813.740000', '152813.743000', '152813.745000', '152813.755000', '152813.758000', '152813.760000', '152813.763000', '152813.766000', '152813.768000', '152813.771000', '152813.774000', '152833.656000', '152833.659000', '152833.662000', '152833.665000', '152833.667000', '152833.670000', '152833.672000', '152833.675000', '152833.677000', '152833.680000', '152833.683000', '152833.685000', '152833.688000', '152833.691000', '152833.693000', '152833.696000', '152833.698000', '152833.701000', '152833.704000', '152833.706000', '152833.709000', '152833.711000', '152833.714000', '152833.717000', '152833.719000', '152833.722000', '152833.724000', '152833.727000', '152833.730000', '152833.732000', '152833.735000', '152833.738000', '152833.740000', '152833.743000', '152833.745000', '152833.748000', '152833.750000', '152833.753000', '152833.756000', '152833.758000', '152833.761000', '152833.763000', '152833.766000', '152833.768000', '152853.657000', '152853.659000', '152853.662000', '152853.665000', '152853.667000', '152853.670000', '152853.672000', '152853.675000', '152853.678000', '152853.680000', '152853.683000', '152853.686000', '152853.688000', '152853.691000', '152853.693000', '152853.696000', '152853.699000', '152853.701000', '152853.704000', '152853.706000', '152853.709000', '152853.711000', '152853.714000', '152853.717000', '152853.719000', '152853.722000', '152853.724000', '152853.727000', '152853.730000', '152853.732000', '152853.735000', '152853.737000', '152853.740000', '152853.743000', '152853.745000', '152853.748000', '152853.750000', '152853.753000', '152853.756000', '152853.758000', '152853.761000', '152853.763000', '152853.766000', '152853.769000', '152913.656000', '152913.659000', '152913.662000', '152913.665000', '152913.667000', '152913.670000', '152913.672000', '152913.675000', '152913.678000', '152913.680000', '152913.683000', '152913.685000', '152913.688000', '152913.691000', '152913.693000', '152913.696000', '152913.699000', '152913.701000', '152913.704000', '152913.706000', '152913.709000', '152913.717000', '152913.720000', '152913.723000', '152913.725000', '152913.728000', '152913.730000', '152913.733000', '152913.735000', '152913.738000', '152913.741000', '152913.743000', '152913.746000', '152913.748000', '152913.751000', '152913.754000', '152913.756000', '152913.759000', '152913.761000', '152913.764000', '152913.767000', '152913.769000', '152913.772000', '152933.657000', '152933.659000', '152933.662000', '152933.665000', '152933.667000', '152933.670000', '152933.673000', '152933.675000', '152933.678000', '152933.680000', '152933.683000', '152933.686000', '152933.688000', '152933.691000', '152933.694000', '152933.696000', '152933.699000', '152933.701000', '152933.704000', '152933.707000', '152933.709000', '152933.712000', '152933.716000', '152933.719000', '152933.721000', '152933.724000', '152933.727000', '152933.729000', '152933.732000', '152933.734000', '152933.737000', '152933.739000', '152933.742000', '152933.745000', '152933.747000', '152933.750000', '152933.752000', '152933.755000', '152933.758000', '152933.760000', '152933.763000', '152933.765000', '152933.768000', '152933.770000', '152953.657000', '152953.659000', '152953.662000', '152953.665000', '152953.667000', '152953.670000', '152953.673000', '152953.675000', '152953.678000', '152953.680000', '152953.683000', '152953.686000', '152953.688000', '152953.691000', '152953.693000', '152953.696000', '152953.699000', '152953.701000', '152953.704000', '152953.706000', '152953.709000', '152953.711000', '152953.714000', '152953.717000', '152953.719000', '152953.722000', '152953.725000', '152953.727000', '152953.730000', '152953.732000', '152953.735000', '152953.737000', '152953.740000', '152953.743000', '152953.745000', '152953.748000', '152953.750000', '152953.753000', '152953.755000', '152953.758000', '152953.761000', '152953.763000', '152953.766000', '153013.657000', '153013.659000', '153013.662000', '153013.665000', '153013.667000', '153013.670000', '153013.673000', '153013.675000', '153013.678000', '153013.680000', '153013.683000', '153013.685000', '153013.688000', '153013.691000', '153013.693000', '153013.696000', '153013.698000', '153013.701000', '153013.704000', '153013.706000', '153013.709000', '153013.711000', '153013.714000', '153013.717000', '153013.719000', '153013.722000', '153013.724000', '153013.727000', '153013.730000', '153013.732000', '153013.735000', '153013.737000', '153013.740000', '153013.743000', '153013.745000', '153013.748000', '153013.750000', '153013.753000', '153013.755000', '153013.758000', '153013.761000', '153013.763000', '153013.766000', '153013.768000', '153033.656000', '153033.658000', '153033.661000', '153033.664000', '153033.666000', '153033.669000', '153033.672000', '153033.674000', '153033.677000', '153033.679000', '153033.682000', '153033.685000', '153033.687000', '153033.690000', '153033.692000', '153033.695000', '153033.698000', '153033.700000', '153033.703000', '153033.706000', '153033.708000', '153033.711000', '153033.713000', '153033.716000', '153033.718000', '153033.721000', '153033.724000', '153033.726000', '153033.729000', '153033.731000', '153033.734000', '153033.736000', '153033.749000', '153033.752000', '153033.754000', '153033.757000', '153033.759000', '153033.762000', '153033.765000', '153033.767000', '153033.770000', '153033.772000', '153033.775000', '153053.656000', '153053.659000', '153053.662000', '153053.665000', '153053.668000', '153053.670000', '153053.673000', '153053.675000', '153053.678000', '153053.681000', '153053.684000', '153053.687000', '153053.689000', '153053.692000', '153053.695000', '153053.697000', '153053.700000', '153053.703000', '153053.705000', '153053.708000', '153053.711000', '153053.713000', '153053.716000', '153053.718000', '153053.721000', '153053.724000', '153053.726000', '153053.729000', '153053.732000', '153053.734000', '153053.737000', '153053.739000', '153053.742000', '153053.745000', '153053.747000', '153053.750000', '153053.753000', '153053.755000', '153053.758000', '153053.761000', '153053.763000', '153053.766000', '153053.769000', '153113.657000', '153113.660000', '153113.662000', '153113.665000', '153113.668000', '153113.670000', '153113.673000', '153113.676000', '153113.678000', '153113.681000', '153113.683000', '153113.686000', '153113.689000', '153113.691000', '153113.694000', '153113.696000', '153113.699000', '153113.702000', '153113.705000', '153113.707000', '153113.710000', '153113.712000', '153113.715000', '153113.718000', '153113.720000', '153113.723000', '153113.725000', '153113.728000', '153113.731000', '153113.733000', '153113.736000', '153113.739000', '153113.741000', '153113.744000', '153113.746000', '153113.749000', '153113.752000', '153113.754000', '153113.757000', '153113.759000', '153113.762000', '153113.764000', '153113.767000', '153113.770000', '153133.657000', '153133.660000', '153133.662000', '153133.665000', '153133.667000', '153133.670000', '153133.673000', '153133.675000', '153133.678000', '153133.681000', '153133.683000', '153133.686000', '153133.688000', '153133.691000', '153133.694000', '153133.696000', '153133.699000', '153133.702000', '153133.704000', '153133.707000', '153133.709000', '153133.712000', '153133.715000', '153133.717000', '153133.720000', '153133.722000', '153133.725000', '153133.728000', '153133.730000', '153133.733000', '153133.736000', '153133.738000', '153133.741000', '153133.743000', '153133.746000', '153133.749000', '153133.751000', '153133.754000', '153133.756000', '153133.759000', '153133.762000', '153133.764000', '153133.767000', '153133.769000', '153153.657000', '153153.659000', '153153.662000', '153153.665000', '153153.667000', '153153.670000', '153153.672000', '153153.675000', '153153.678000', '153153.680000', '153153.683000', '153153.685000', '153153.688000', '153153.691000', '153153.693000', '153153.696000', '153153.699000', '153153.701000', '153153.704000', '153153.706000', '153153.709000', '153153.712000', '153153.714000', '153153.717000', '153153.719000', '153153.722000', '153153.725000', '153153.727000', '153153.730000', '153153.771000', '153153.774000', '153153.776000', '153153.779000', '153153.782000', '153153.784000', '153153.787000', '153153.789000', '153153.792000', '153153.795000', '153153.797000', '153153.800000', '153153.802000', '153153.805000', '153204.021000', '153204.024000', '153204.027000', '153204.030000', '153204.033000', '153204.037000', '153204.040000', '153204.043000', '153204.045000', '153204.048000', '153204.051000', '153204.053000', '153204.056000', '153204.059000', '153204.061000', '153204.064000', '153204.067000', '153204.070000', '153204.072000', '153204.075000', '153204.078000', '153204.080000', '153204.083000'], 'InstanceCreationTime': ['152413.707000', '152413.710000', '152413.713000', '152413.716000', '152413.718000', '152413.723000', '152413.725000', '152413.728000', '152413.730000', '152413.733000', '152413.736000', '152413.738000', '152413.741000', '152413.743000', '152413.746000', '152413.749000', '152413.751000', '152413.754000', '152413.756000', '152413.759000', '152413.761000', '152413.764000', '152413.767000', '152413.771000', '152413.774000', '152413.776000', '152413.779000', '152413.782000', '152413.784000', '152413.787000', '152413.789000', '152413.792000', '152413.794000', '152413.797000', '152413.800000', '152413.802000', '152413.805000', '152413.807000', '152413.810000', '152413.812000', '152413.815000', '152413.817000', '152413.820000', '152413.823000', '152413.825000', '152413.828000', '152413.830000', '152413.833000', '152413.835000', '152413.838000', '152433.656000', '152433.659000', '152433.662000', '152433.664000', '152433.668000', '152433.679000', '152433.681000', '152433.684000', '152433.687000', '152433.689000', '152433.692000', '152433.694000', '152433.697000', '152433.699000', '152433.702000', '152433.704000', '152433.707000', '152433.709000', '152433.712000', '152433.715000', '152433.717000', '152433.725000', '152433.728000', '152433.731000', '152433.733000', '152433.736000', '152433.738000', '152433.741000', '152433.743000', '152433.746000', '152433.749000', '152433.751000', '152433.754000', '152433.756000', '152433.759000', '152433.762000', '152433.764000', '152433.767000', '152433.769000', '152433.772000', '152433.775000', '152433.777000', '152433.780000', '152453.657000', '152453.659000', '152453.662000', '152453.665000', '152453.667000', '152453.670000', '152453.672000', '152453.675000', '152453.678000', '152453.680000', '152453.683000', '152453.685000', '152453.688000', '152453.690000', '152453.693000', '152453.696000', '152453.698000', '152453.701000', '152453.703000', '152453.706000', '152453.708000', '152453.711000', '152453.714000', '152453.719000', '152453.721000', '152453.724000', '152453.726000', '152453.729000', '152453.732000', '152453.734000', '152453.737000', '152453.739000', '152453.742000', '152453.744000', '152453.751000', '152453.754000', '152453.757000', '152453.759000', '152453.762000', '152453.765000', '152453.767000', '152453.770000', '152453.772000', '152453.775000', '152513.656000', '152513.659000', '152513.662000', '152513.664000', '152513.667000', '152513.670000', '152513.672000', '152513.675000', '152513.678000', '152513.680000', '152513.683000', '152513.685000', '152513.688000', '152513.690000', '152513.693000', '152513.696000', '152513.698000', '152513.701000', '152513.704000', '152513.707000', '152513.709000', '152513.712000', '152513.715000', '152513.717000', '152513.720000', '152513.722000', '152513.725000', '152513.727000', '152513.730000', '152513.733000', '152513.735000', '152513.738000', '152513.741000', '152513.743000', '152513.746000', '152513.748000', '152513.751000', '152513.754000', '152513.756000', '152513.759000', '152513.761000', '152513.764000', '152513.767000', '152533.656000', '152533.659000', '152533.662000', '152533.665000', '152533.667000', '152533.670000', '152533.673000', '152533.675000', '152533.678000', '152533.681000', '152533.683000', '152533.686000', '152533.688000', '152533.694000', '152533.696000', '152533.699000', '152533.702000', '152533.704000', '152533.707000', '152533.709000', '152533.712000', '152533.715000', '152533.741000', '152533.743000', '152533.746000', '152533.749000', '152533.751000', '152533.754000', '152533.756000', '152533.759000', '152533.762000', '152533.764000', '152533.767000', '152533.770000', '152533.772000', '152533.775000', '152533.777000', '152533.780000', '152533.783000', '152533.785000', '152533.788000', '152533.791000', '152533.793000', '152533.796000', '152553.656000', '152553.658000', '152553.661000', '152553.664000', '152553.666000', '152553.669000', '152553.672000', '152553.675000', '152553.678000', '152553.680000', '152553.683000', '152553.686000', '152553.688000', '152553.691000', '152553.693000', '152553.696000', '152553.702000', '152553.705000', '152553.707000', '152553.710000', '152553.713000', '152553.715000', '152553.718000', '152553.720000', '152553.723000', '152553.726000', '152553.728000', '152553.731000', '152553.733000', '152553.736000', '152553.738000', '152553.741000', '152553.744000', '152553.746000', '152553.749000', '152553.751000', '152553.754000', '152553.757000', '152553.761000', '152553.764000', '152553.766000', '152553.769000', '152553.772000', '152613.656000', '152613.671000', '152613.673000', '152613.676000', '152613.678000', '152613.681000', '152613.684000', '152613.686000', '152613.689000', '152613.692000', '152613.694000', '152613.697000', '152613.699000', '152613.702000', '152613.705000', '152613.707000', '152613.710000', '152613.713000', '152613.715000', '152613.718000', '152613.720000', '152613.723000', '152613.725000', '152613.728000', '152613.731000', '152613.733000', '152613.736000', '152613.738000', '152613.741000', '152613.744000', '152613.746000', '152613.749000', '152613.751000', '152613.754000', '152613.757000', '152613.759000', '152613.762000', '152613.764000', '152613.767000', '152613.770000', '152613.772000', '152613.775000', '152613.778000', '152613.780000', '152633.656000', '152633.659000', '152633.662000', '152633.664000', '152633.667000', '152633.670000', '152633.672000', '152633.675000', '152633.677000', '152633.680000', '152633.683000', '152633.685000', '152633.688000', '152633.690000', '152633.693000', '152633.696000', '152633.698000', '152633.701000', '152633.704000', '152633.706000', '152633.709000', '152633.712000', '152633.715000', '152633.718000', '152633.721000', '152633.724000', '152633.726000', '152633.729000', '152633.732000', '152633.734000', '152633.737000', '152633.739000', '152633.742000', '152633.745000', '152633.747000', '152633.750000', '152633.752000', '152633.755000', '152633.757000', '152633.760000', '152633.762000', '152633.765000', '152633.768000', '152653.657000', '152653.660000', '152653.662000', '152653.665000', '152653.667000', '152653.670000', '152653.672000', '152653.675000', '152653.678000', '152653.680000', '152653.683000', '152653.685000', '152653.688000', '152653.691000', '152653.693000', '152653.696000', '152653.698000', '152653.701000', '152653.703000', '152653.706000', '152653.709000', '152653.711000', '152653.714000', '152653.717000', '152653.719000', '152653.722000', '152653.725000', '152653.727000', '152653.730000', '152653.732000', '152653.735000', '152653.738000', '152653.740000', '152653.743000', '152653.745000', '152653.748000', '152653.750000', '152653.753000', '152653.756000', '152653.758000', '152653.761000', '152653.763000', '152653.766000', '152653.769000', '152713.657000', '152713.660000', '152713.662000', '152713.665000', '152713.667000', '152713.670000', '152713.673000', '152713.675000', '152713.678000', '152713.680000', '152713.683000', '152713.685000', '152713.688000', '152713.691000', '152713.693000', '152713.696000', '152713.699000', '152713.701000', '152713.704000', '152713.706000', '152713.709000', '152713.712000', '152713.714000', '152713.717000', '152713.719000', '152713.722000', '152713.724000', '152713.727000', '152713.730000', '152713.732000', '152713.735000', '152713.738000', '152713.740000', '152713.743000', '152713.746000', '152713.749000', '152713.757000', '152713.760000', '152713.763000', '152713.765000', '152713.768000', '152713.771000', '152713.773000', '152733.657000', '152733.659000', '152733.662000', '152733.665000', '152733.667000', '152733.670000', '152733.672000', '152733.675000', '152733.678000', '152733.680000', '152733.683000', '152733.685000', '152733.688000', '152733.691000', '152733.693000', '152733.696000', '152733.699000', '152733.701000', '152733.704000', '152733.706000', '152733.709000', '152733.712000', '152733.714000', '152733.717000', '152733.719000', '152733.722000', '152733.724000', '152733.727000', '152733.730000', '152733.732000', '152733.735000', '152733.737000', '152733.740000', '152733.743000', '152733.745000', '152733.748000', '152733.750000', '152733.753000', '152733.756000', '152733.758000', '152733.771000', '152733.773000', '152733.776000', '152733.779000', '152753.657000', '152753.659000', '152753.662000', '152753.665000', '152753.667000', '152753.670000', '152753.672000', '152753.675000', '152753.678000', '152753.680000', '152753.683000', '152753.685000', '152753.688000', '152753.691000', '152753.693000', '152753.696000', '152753.698000', '152753.701000', '152753.704000', '152753.706000', '152753.709000', '152753.711000', '152753.714000', '152753.717000', '152753.719000', '152753.722000', '152753.724000', '152753.727000', '152753.730000', '152753.732000', '152753.735000', '152753.737000', '152753.740000', '152753.743000', '152753.745000', '152753.748000', '152753.750000', '152753.753000', '152753.756000', '152753.758000', '152753.761000', '152753.763000', '152753.766000', '152813.656000', '152813.659000', '152813.661000', '152813.664000', '152813.666000', '152813.669000', '152813.672000', '152813.674000', '152813.677000', '152813.679000', '152813.682000', '152813.685000', '152813.688000', '152813.690000', '152813.693000', '152813.695000', '152813.698000', '152813.701000', '152813.703000', '152813.706000', '152813.708000', '152813.711000', '152813.714000', '152813.716000', '152813.719000', '152813.722000', '152813.724000', '152813.727000', '152813.730000', '152813.732000', '152813.735000', '152813.737000', '152813.740000', '152813.743000', '152813.745000', '152813.755000', '152813.758000', '152813.760000', '152813.763000', '152813.766000', '152813.768000', '152813.771000', '152813.774000', '152833.656000', '152833.659000', '152833.662000', '152833.665000', '152833.667000', '152833.670000', '152833.672000', '152833.675000', '152833.677000', '152833.680000', '152833.683000', '152833.685000', '152833.688000', '152833.691000', '152833.693000', '152833.696000', '152833.698000', '152833.701000', '152833.704000', '152833.706000', '152833.709000', '152833.711000', '152833.714000', '152833.717000', '152833.719000', '152833.722000', '152833.724000', '152833.727000', '152833.730000', '152833.732000', '152833.735000', '152833.738000', '152833.740000', '152833.743000', '152833.745000', '152833.748000', '152833.750000', '152833.753000', '152833.756000', '152833.758000', '152833.761000', '152833.763000', '152833.766000', '152833.768000', '152853.657000', '152853.659000', '152853.662000', '152853.665000', '152853.667000', '152853.670000', '152853.672000', '152853.675000', '152853.678000', '152853.680000', '152853.683000', '152853.686000', '152853.688000', '152853.691000', '152853.693000', '152853.696000', '152853.699000', '152853.701000', '152853.704000', '152853.706000', '152853.709000', '152853.711000', '152853.714000', '152853.717000', '152853.719000', '152853.722000', '152853.724000', '152853.727000', '152853.730000', '152853.732000', '152853.735000', '152853.737000', '152853.740000', '152853.743000', '152853.745000', '152853.748000', '152853.750000', '152853.753000', '152853.756000', '152853.758000', '152853.761000', '152853.763000', '152853.766000', '152853.769000', '152913.656000', '152913.659000', '152913.662000', '152913.665000', '152913.667000', '152913.670000', '152913.672000', '152913.675000', '152913.678000', '152913.680000', '152913.683000', '152913.685000', '152913.688000', '152913.691000', '152913.693000', '152913.696000', '152913.699000', '152913.701000', '152913.704000', '152913.706000', '152913.709000', '152913.717000', '152913.720000', '152913.723000', '152913.725000', '152913.728000', '152913.730000', '152913.733000', '152913.735000', '152913.738000', '152913.741000', '152913.743000', '152913.746000', '152913.748000', '152913.751000', '152913.754000', '152913.756000', '152913.759000', '152913.761000', '152913.764000', '152913.767000', '152913.769000', '152913.772000', '152933.657000', '152933.659000', '152933.662000', '152933.665000', '152933.667000', '152933.670000', '152933.673000', '152933.675000', '152933.678000', '152933.680000', '152933.683000', '152933.686000', '152933.688000', '152933.691000', '152933.694000', '152933.696000', '152933.699000', '152933.701000', '152933.704000', '152933.707000', '152933.709000', '152933.712000', '152933.716000', '152933.719000', '152933.721000', '152933.724000', '152933.727000', '152933.729000', '152933.732000', '152933.734000', '152933.737000', '152933.739000', '152933.742000', '152933.745000', '152933.747000', '152933.750000', '152933.752000', '152933.755000', '152933.758000', '152933.760000', '152933.763000', '152933.765000', '152933.768000', '152933.770000', '152953.657000', '152953.659000', '152953.662000', '152953.665000', '152953.667000', '152953.670000', '152953.673000', '152953.675000', '152953.678000', '152953.680000', '152953.683000', '152953.686000', '152953.688000', '152953.691000', '152953.693000', '152953.696000', '152953.699000', '152953.701000', '152953.704000', '152953.706000', '152953.709000', '152953.711000', '152953.714000', '152953.717000', '152953.719000', '152953.722000', '152953.725000', '152953.727000', '152953.730000', '152953.732000', '152953.735000', '152953.737000', '152953.740000', '152953.743000', '152953.745000', '152953.748000', '152953.750000', '152953.753000', '152953.755000', '152953.758000', '152953.761000', '152953.763000', '152953.766000', '153013.657000', '153013.659000', '153013.662000', '153013.665000', '153013.667000', '153013.670000', '153013.673000', '153013.675000', '153013.678000', '153013.680000', '153013.683000', '153013.685000', '153013.688000', '153013.691000', '153013.693000', '153013.696000', '153013.698000', '153013.701000', '153013.704000', '153013.706000', '153013.709000', '153013.711000', '153013.714000', '153013.717000', '153013.719000', '153013.722000', '153013.724000', '153013.727000', '153013.730000', '153013.732000', '153013.735000', '153013.737000', '153013.740000', '153013.743000', '153013.745000', '153013.748000', '153013.750000', '153013.753000', '153013.755000', '153013.758000', '153013.761000', '153013.763000', '153013.766000', '153013.768000', '153033.656000', '153033.658000', '153033.661000', '153033.664000', '153033.666000', '153033.669000', '153033.672000', '153033.674000', '153033.677000', '153033.679000', '153033.682000', '153033.685000', '153033.687000', '153033.690000', '153033.692000', '153033.695000', '153033.698000', '153033.700000', '153033.703000', '153033.706000', '153033.708000', '153033.711000', '153033.713000', '153033.716000', '153033.718000', '153033.721000', '153033.724000', '153033.726000', '153033.729000', '153033.731000', '153033.734000', '153033.736000', '153033.749000', '153033.752000', '153033.754000', '153033.757000', '153033.759000', '153033.762000', '153033.765000', '153033.767000', '153033.770000', '153033.772000', '153033.775000', '153053.656000', '153053.659000', '153053.662000', '153053.665000', '153053.668000', '153053.670000', '153053.673000', '153053.675000', '153053.678000', '153053.681000', '153053.684000', '153053.687000', '153053.689000', '153053.692000', '153053.695000', '153053.697000', '153053.700000', '153053.703000', '153053.705000', '153053.708000', '153053.711000', '153053.713000', '153053.716000', '153053.718000', '153053.721000', '153053.724000', '153053.726000', '153053.729000', '153053.732000', '153053.734000', '153053.737000', '153053.739000', '153053.742000', '153053.745000', '153053.747000', '153053.750000', '153053.753000', '153053.755000', '153053.758000', '153053.761000', '153053.763000', '153053.766000', '153053.769000', '153113.657000', '153113.660000', '153113.662000', '153113.665000', '153113.668000', '153113.670000', '153113.673000', '153113.676000', '153113.678000', '153113.681000', '153113.683000', '153113.686000', '153113.689000', '153113.691000', '153113.694000', '153113.696000', '153113.699000', '153113.702000', '153113.705000', '153113.707000', '153113.710000', '153113.712000', '153113.715000', '153113.718000', '153113.720000', '153113.723000', '153113.725000', '153113.728000', '153113.731000', '153113.733000', '153113.736000', '153113.739000', '153113.741000', '153113.744000', '153113.746000', '153113.749000', '153113.752000', '153113.754000', '153113.757000', '153113.759000', '153113.762000', '153113.764000', '153113.767000', '153113.770000', '153133.657000', '153133.660000', '153133.662000', '153133.665000', '153133.667000', '153133.670000', '153133.673000', '153133.675000', '153133.678000', '153133.681000', '153133.683000', '153133.686000', '153133.688000', '153133.691000', '153133.694000', '153133.696000', '153133.699000', '153133.702000', '153133.704000', '153133.707000', '153133.709000', '153133.712000', '153133.715000', '153133.717000', '153133.720000', '153133.722000', '153133.725000', '153133.728000', '153133.730000', '153133.733000', '153133.736000', '153133.738000', '153133.741000', '153133.743000', '153133.746000', '153133.749000', '153133.751000', '153133.754000', '153133.756000', '153133.759000', '153133.762000', '153133.764000', '153133.767000', '153133.769000', '153153.657000', '153153.659000', '153153.662000', '153153.665000', '153153.667000', '153153.670000', '153153.672000', '153153.675000', '153153.678000', '153153.680000', '153153.683000', '153153.685000', '153153.688000', '153153.691000', '153153.693000', '153153.696000', '153153.699000', '153153.701000', '153153.704000', '153153.706000', '153153.709000', '153153.712000', '153153.714000', '153153.717000', '153153.719000', '153153.722000', '153153.725000', '153153.727000', '153153.730000', '153153.771000', '153153.774000', '153153.776000', '153153.779000', '153153.782000', '153153.784000', '153153.787000', '153153.789000', '153153.792000', '153153.795000', '153153.797000', '153153.800000', '153153.802000', '153153.805000', '153204.021000', '153204.024000', '153204.027000', '153204.030000', '153204.033000', '153204.037000', '153204.040000', '153204.043000', '153204.045000', '153204.048000', '153204.051000', '153204.053000', '153204.056000', '153204.059000', '153204.061000', '153204.064000', '153204.067000', '153204.070000', '153204.072000', '153204.075000', '153204.078000', '153204.080000', '153204.083000'], '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': [8237, 7373, 8075, 10108, 7352, 8777, 7235, 8887, 7573, 8524, 7708, 8200, 6727, 7725, 7385, 7860, 8914, 7718, 9170, 7304, 8627, 6993, 8380, 7093, 8719, 7018, 8654, 7317, 8965, 7147, 8467, 6946, 7916, 6168, 7447, 6602, 7619, 9846, 7458, 9035, 7025, 8906, 7614, 8508, 7091, 8702, 7155, 8705, 7038, 8144, 6687, 8011, 8200, 7875, 8241, 7808, 9664, 7597, 8605, 7537, 8771, 7608, 9016, 7375, 8963, 7304, 8885, 7320, 8480, 7249, 8624, 7474, 8578, 7044, 8534, 7145, 8659, 6504, 8353, 7149, 8890, 7017, 9279, 7191, 9757, 7658, 8557, 7492, 7827, 6846, 7664, 7144, 7773, 7323, 8865, 6529, 7811, 6868, 8113, 9535, 7604, 8443, 7879, 7080, 8174, 7968, 8320, 6581, 8446, 7977, 8265, 9486, 7930, 8643, 8256, 8925, 7827, 8267, 8310, 7522, 8221, 9771, 7968, 8442, 8482, 7948, 8216, 6567, 8305, 6503, 8100, 6985, 8020, 8488, 8036, 9942, 7494, 8362, 7504, 8622, 7234, 6376, 7654, 6676, 8362, 6895, 9557, 6976, 8926, 6906, 8854, 6875, 8897, 6533, 8579, 6958, 7974, 6263, 7562, 10303, 7535, 9571, 7368, 7062, 7555, 6432, 8631, 6593, 9062, 7224, 7683, 10208, 7750, 9116, 7168, 8346, 7039, 8581, 6707, 8237, 6996, 8857, 6765, 8865, 6927, 8673, 7039, 6849, 7692, 6412, 7841, 10111, 8182, 9324, 7112, 8333, 7434, 8513, 6716, 9302, 7082, 6400, 7575, 7100, 9716, 7763, 9702, 7321, 9096, 7044, 8276, 6488, 7881, 7403, 7637, 9579, 7261, 8548, 7217, 6236, 8762, 7061, 8129, 6894, 10141, 6907, 7859, 10450, 7675, 8568, 6713, 7787, 10314, 7849, 8892, 7164, 8585, 7386, 8960, 7704, 9121, 7957, 9272, 7549, 9493, 7876, 7629, 8503, 7240, 7513, 8595, 6832, 9026, 10510, 8165, 9015, 7423, 8433, 6506, 8218, 6647, 8457, 7075, 8040, 6860, 8031, 6579, 8018, 6461, 8132, 9955, 7748, 9401, 7574, 8904, 7172, 8586, 6488, 8347, 6444, 8461, 6796, 8366, 6670, 8582, 8797, 7382, 9711, 7309, 9083, 7125, 8748, 6840, 8366, 6412, 7809, 6206, 7136, 10227, 6804, 8677, 7401, 8185, 6539, 7613, 6045, 7412, 6357, 7383, 6198, 7134, 9933, 6943, 8905, 6943, 8579, 6876, 8166, 6252, 7559, 6595, 8158, 6435, 7622, 7012, 6799, 10110, 6736, 9284, 7382, 8449, 6373, 7877, 6193, 6980, 9711, 6885, 8537, 6750, 8190, 6622, 7966, 6964, 8129, 6583, 8406, 6292, 7754, 6789, 6758, 9628, 6598, 8760, 6916, 8027, 6238, 7837, 6836, 6903, 9103, 6800, 9386, 7233, 8195, 6337, 7580, 6246, 6998, 9526, 6799, 8417, 6676, 8146, 6402, 7581, 6357, 7734, 6309, 7946, 6166, 7385, 6377, 6932, 10198, 6684, 9226, 7640, 8200, 6704, 7887, 6430, 8212, 6392, 7435, 8201, 6946, 9904, 7244, 8644, 7035, 8271, 6746, 8016, 6604, 8310, 6628, 8815, 6437, 8404, 6496, 8149, 6295, 8126, 10106, 7193, 8968, 7059, 8230, 6362, 7179, 7222, 6975, 8983, 6942, 8384, 6874, 8490, 6833, 8326, 6591, 7366, 6376, 7746, 6375, 7096, 9059, 7086, 9055, 7083, 9224, 7055, 8544, 6518, 7845, 6107, 7703, 7906, 7273, 9584, 6910, 9161, 7082, 8220, 6443, 7827, 6453, 7297, 6175, 7073, 6407, 7517, 6821, 7283, 10013, 7327, 8766, 6952, 8176, 6170, 7211, 6359, 6861, 7403, 6708, 9204, 6787, 8442, 6126, 7526, 8319, 6747, 8530, 6346, 7689, 9127, 6866, 8426, 6290, 7262, 8432, 6719, 7734, 6624, 7203, 6510, 7075, 6284, 7011, 6939, 6768, 8166, 6793, 6299, 6960, 8865, 6505, 8131, 6199, 7681, 6137, 6828, 6082, 6871, 9674, 6860, 8312, 6350, 7001, 7399, 7155, 8345, 6945, 8780, 6686, 7836, 6306, 7204, 7387, 7022, 9291, 6972, 8312, 6666, 7631, 6620, 7244, 8617, 7120, 7394, 6717, 8100, 6613, 7649, 6391, 6908, 9367, 6735, 8638, 6333, 7268, 7809, 6971, 8802, 6854, 7885, 6416, 7231, 9263, 7204, 8302, 7170, 7562, 6860, 7324, 8645, 7173, 8717, 7283, 8019, 6481, 7460, 7599, 7499, 8689, 7075, 8411, 7008, 7709, 6771, 7539, 9286, 7229, 8192, 7087, 7749, 6835, 7448, 6793, 7136, 9139, 6881, 8326, 6514, 7442, 8498, 6820, 7906, 6706, 7657, 6268, 7250, 6520, 6855, 6503, 6550, 6702, 6650, 6959, 7331, 7011, 6994, 9621, 6410, 7681, 9038, 6956, 8319, 6488, 7343, 9532, 6955, 8056, 6387, 7085, 6096, 6978, 6301, 7013, 8957, 6609, 7722, 6496, 7709, 6308, 7378, 6043, 7301, 6369, 7434, 8667, 6796, 8542, 6622, 7571, 6339, 6990, 6286, 6755, 6609, 6822, 9823, 6553, 7771, 6667, 7299, 6688, 9191, 6661, 8816, 6437, 8323, 6539, 7680, 6714, 8146, 6516, 8543, 7557, 7349, 8138, 7256, 10143, 7066, 8742, 6947, 9358, 7204, 8547, 7051, 9189, 7270, 9140, 7524, 9022, 7473, 9857, 7266, 9192, 7395, 8546, 6700, 7806, 6640, 8567, 7057, 9358, 7190, 9425, 7529, 9704, 7255, 9195, 7577, 8718, 7230, 9070, 7176, 9052, 7778, 6503, 8155, 6726, 6950, 6673, 6587, 8730, 6795, 9295, 8360, 6458, 9299, 10638, 8465, 9482, 7906, 8699, 6393, 7873, 6322, 7671, 6890, 8026, 6377, 9093, 6450, 9555, 6947, 9434, 7217, 9508, 7324, 9637, 6836, 9121, 6816, 8675, 6749, 8935, 6697, 9400, 7133, 9122, 6911, 9575, 6694, 9199, 7424, 8525, 10268, 7997, 9849, 8260, 9207, 7252, 8451, 6795, 8194, 6564, 7932, 6977, 7886, 6916, 9267, 7023, 9409, 7404, 8634, 10371, 7508, 8957, 7286, 8120, 6531, 7285, 9541, 7057, 8854, 6831, 8094, 6828, 7767, 6748, 8252, 6818, 8517, 6478, 7435, 6522, 7282, 10183, 7200, 8546, 7168, 9344, 7144, 8886, 6683, 7630, 6500, 7727, 9888, 7110, 8887, 7098, 8559, 7412, 7663, 6450, 7308, 6412, 7105, 7681, 6911, 9053, 7065, 9288, 6935, 8889, 7074, 8635, 6952, 8049, 6873, 7748, 6331, 7502, 9860, 7280, 8844, 7377, 8371, 7279, 8675, 6961, 7897, 6953, 8207, 6745, 8454, 6839, 8660, 6659, 8929, 6928, 8701, 6898, 9331, 6863, 7067, 7633, 6353, 9036, 6769, 10168, 8291, 9828, 6663, 7807, 9468, 7711, 7982, 7693, 8330, 7592, 9231, 7083, 8430, 7416, 9121, 7447, 9336, 7411, 8887, 6903, 8746, 6291, 8457, 6279, 7465, 6412, 7863, 8655, 8026, 7106, 8057, 10282, 7720, 9108, 7736, 9333, 7267, 9223, 7352, 8937, 7435, 9731, 7080, 9391, 6691, 9095, 6356, 8891, 6605, 9323, 6519, 9328, 6749, 9776, 6535, 9212, 6523, 8746, 6382, 8286, 6268, 8434, 6410, 8202, 6374, 8664, 6345, 9114, 6673, 7743, 6568, 7709, 6640, 7606, 10251, 7716, 7702, 7765, 6873, 7764, 10671, 7807, 9680, 7754, 9170, 7293, 8663, 6843, 8896, 7281, 9117, 6943, 9216, 6956, 9011, 7424, 9556, 7523, 9862, 7033, 9592, 7225, 9410, 6729, 8601, 6554, 8348, 6630, 8207, 9325, 8108, 9532, 8066, 9178, 7549, 8802, 7971, 9262, 7435, 8903, 7572, 8962, 7656, 9179, 7049, 8919, 7241, 9326, 7661, 8792, 7458, 9329, 6909, 9017, 7080, 8208, 7365, 7876, 6647, 7652, 6619, 7929, 6550, 8009, 7019, 9516, 6872, 9388, 6792, 9164, 7133, 7959, 10220, 7777, 9254, 7407, 8012, 6880, 8074, 6934, 8995, 6785, 9195, 6988, 9092, 7180, 8973, 7364, 9429, 7243, 9090, 7154, 9080, 6891, 7839, 6526, 8100, 6983, 7806, 9021, 7964, 9061, 7649, 9258, 7689, 6473, 7804, 6343, 7600, 10259, 7947, 9259, 7458, 9030, 7095, 8520, 6934, 8295, 7377, 7749, 8013, 9603, 7762, 9947, 7061, 9015, 7104, 8300, 6869], 'WindowCenter': [3887.0, 3849.0, 3861.0, 3874.0, 3837.0, 3845.0, 3835.0, 3853.0, 3829.0, 3841.0, 3834.0, 3840.0, 3818.0, 3830.0, 3817.0, 3847.0, 3850.0, 3833.0, 3854.0, 3834.0, 3855.0, 3836.0, 3840.0, 3836.0, 3857.0, 3839.0, 3854.0, 3849.0, 3869.0, 3837.0, 3853.0, 3835.0, 3842.0, 3816.0, 3836.0, 3820.0, 3844.0, 3861.0, 3833.0, 3853.0, 3835.0, 3857.0, 3847.0, 3857.0, 3836.0, 3855.0, 3833.0, 3856.0, 3834.0, 3844.0, 3819.0, 3847.0, 3840.0, 3843.0, 3838.0, 3845.0, 3855.0, 3844.0, 3850.0, 3845.0, 3851.0, 3846.0, 3852.0, 3836.0, 3854.0, 3835.0, 3857.0, 3835.0, 3854.0, 3831.0, 3856.0, 3836.0, 3854.0, 3835.0, 3857.0, 3831.0, 3857.0, 3810.0, 3843.0, 3836.0, 3863.0, 3836.0, 3866.0, 3838.0, 3880.0, 3848.0, 3857.0, 3833.0, 3845.0, 3819.0, 3834.0, 3820.0, 3832.0, 3833.0, 3857.0, 3809.0, 3843.0, 3819.0, 3844.0, 3849.0, 3830.0, 3838.0, 3833.0, 3816.0, 3845.0, 3828.0, 3843.0, 3806.0, 3844.0, 3826.0, 3839.0, 3847.0, 3832.0, 3836.0, 3828.0, 3835.0, 3832.0, 3825.0, 3832.0, 3815.0, 3843.0, 3845.0, 3832.0, 3825.0, 3842.0, 3824.0, 3826.0, 3805.0, 3839.0, 3807.0, 3840.0, 3817.0, 3844.0, 3849.0, 3843.0, 3863.0, 3833.0, 3842.0, 3843.0, 3852.0, 3835.0, 3819.0, 3845.0, 3835.0, 3854.0, 3843.0, 3880.0, 3845.0, 3868.0, 3831.0, 3863.0, 3824.0, 3869.0, 3821.0, 3856.0, 3819.0, 3843.0, 3818.0, 3846.0, 3872.0, 3845.0, 3864.0, 3834.0, 3830.0, 3844.0, 3820.0, 3865.0, 3836.0, 3870.0, 3840.0, 3846.0, 3865.0, 3845.0, 3854.0, 3819.0, 3842.0, 3819.0, 3850.0, 3820.0, 3840.0, 3831.0, 3861.0, 3824.0, 3856.0, 3831.0, 3851.0, 3833.0, 3832.0, 3858.0, 3822.0, 3856.0, 3873.0, 3844.0, 3847.0, 3830.0, 3845.0, 3830.0, 3855.0, 3820.0, 3865.0, 3836.0, 3833.0, 3854.0, 3850.0, 3888.0, 3861.0, 3879.0, 3849.0, 3857.0, 3834.0, 3846.0, 3808.0, 3844.0, 3816.0, 3832.0, 3854.0, 3831.0, 3843.0, 3824.0, 3796.0, 3851.0, 3833.0, 3852.0, 3838.0, 3879.0, 3818.0, 3833.0, 3863.0, 3831.0, 3844.0, 3807.0, 3830.0, 3859.0, 3840.0, 3849.0, 3818.0, 3838.0, 3816.0, 3837.0, 3813.0, 3836.0, 3811.0, 3833.0, 3812.0, 3831.0, 3812.0, 3812.0, 3834.0, 3814.0, 3813.0, 3837.0, 3804.0, 3837.0, 3846.0, 3814.0, 3821.0, 3800.0, 3814.0, 3778.0, 3810.0, 3790.0, 3815.0, 3800.0, 3816.0, 3791.0, 3824.0, 3803.0, 3826.0, 3793.0, 3828.0, 3845.0, 3827.0, 3851.0, 3815.0, 3836.0, 3815.0, 3837.0, 3794.0, 3826.0, 3806.0, 3838.0, 3818.0, 3839.0, 3818.0, 3852.0, 3839.0, 3831.0, 3848.0, 3829.0, 3850.0, 3821.0, 3839.0, 3819.0, 3840.0, 3808.0, 3840.0, 3807.0, 3831.0, 3861.0, 3821.0, 3850.0, 3830.0, 3841.0, 3819.0, 3842.0, 3810.0, 3847.0, 3821.0, 3848.0, 3822.0, 3849.0, 3873.0, 3847.0, 3864.0, 3847.0, 3867.0, 3833.0, 3858.0, 3823.0, 3856.0, 3837.0, 3860.0, 3823.0, 3862.0, 3843.0, 3839.0, 3875.0, 3835.0, 3865.0, 3848.0, 3856.0, 3823.0, 3856.0, 3811.0, 3839.0, 3863.0, 3834.0, 3856.0, 3834.0, 3853.0, 3835.0, 3856.0, 3850.0, 3855.0, 3846.0, 3868.0, 3836.0, 3857.0, 3834.0, 3839.0, 3880.0, 3833.0, 3854.0, 3833.0, 3855.0, 3812.0, 3849.0, 3821.0, 3834.0, 3852.0, 3837.0, 3869.0, 3837.0, 3859.0, 3824.0, 3847.0, 3820.0, 3836.0, 3863.0, 3833.0, 3855.0, 3832.0, 3853.0, 3822.0, 3848.0, 3822.0, 3844.0, 3833.0, 3856.0, 3823.0, 3849.0, 3822.0, 3845.0, 3873.0, 3835.0, 3867.0, 3842.0, 3854.0, 3831.0, 3854.0, 3822.0, 3854.0, 3821.0, 3845.0, 3851.0, 3833.0, 3862.0, 3831.0, 3851.0, 3831.0, 3841.0, 3823.0, 3842.0, 3821.0, 3853.0, 3825.0, 3854.0, 3822.0, 3857.0, 3821.0, 3854.0, 3819.0, 3856.0, 3872.0, 3832.0, 3855.0, 3830.0, 3845.0, 3808.0, 3823.0, 3827.0, 3823.0, 3852.0, 3820.0, 3844.0, 3824.0, 3853.0, 3820.0, 3856.0, 3823.0, 3832.0, 3823.0, 3843.0, 3821.0, 3832.0, 3851.0, 3834.0, 3851.0, 3834.0, 3864.0, 3833.0, 3854.0, 3821.0, 3843.0, 3809.0, 3844.0, 3840.0, 3832.0, 3861.0, 3833.0, 3863.0, 3833.0, 3852.0, 3820.0, 3842.0, 3820.0, 3848.0, 3810.0, 3834.0, 3822.0, 3845.0, 3833.0, 3846.0, 3879.0, 3846.0, 3865.0, 3833.0, 3855.0, 3811.0, 3834.0, 3821.0, 3834.0, 3831.0, 3834.0, 3869.0, 3837.0, 3857.0, 3828.0, 3861.0, 3854.0, 3840.0, 3868.0, 3824.0, 3861.0, 3864.0, 3837.0, 3854.0, 3821.0, 3847.0, 3852.0, 3833.0, 3844.0, 3821.0, 3842.0, 3822.0, 3834.0, 3822.0, 3846.0, 3832.0, 3835.0, 3854.0, 3835.0, 3835.0, 3848.0, 3870.0, 3835.0, 3857.0, 3825.0, 3857.0, 3823.0, 3837.0, 3824.0, 3840.0, 3875.0, 3834.0, 3854.0, 3820.0, 3835.0, 3832.0, 3837.0, 3852.0, 3838.0, 3854.0, 3822.0, 3847.0, 3820.0, 3833.0, 3831.0, 3836.0, 3867.0, 3852.0, 3855.0, 3832.0, 3848.0, 3832.0, 3849.0, 3854.0, 3834.0, 3843.0, 3836.0, 3855.0, 3834.0, 3860.0, 3823.0, 3837.0, 3868.0, 3838.0, 3857.0, 3821.0, 3833.0, 3841.0, 3832.0, 3854.0, 3821.0, 3842.0, 3808.0, 3834.0, 3855.0, 3835.0, 3842.0, 3819.0, 3835.0, 3821.0, 3834.0, 3850.0, 3835.0, 3841.0, 3850.0, 3844.0, 3811.0, 3834.0, 3829.0, 3834.0, 3853.0, 3832.0, 3852.0, 3830.0, 3843.0, 3820.0, 3845.0, 3855.0, 3835.0, 3841.0, 3824.0, 3835.0, 3824.0, 3836.0, 3819.0, 3835.0, 3853.0, 3834.0, 3854.0, 3812.0, 3835.0, 3855.0, 3825.0, 3842.0, 3822.0, 3844.0, 3822.0, 3848.0, 3821.0, 3836.0, 3822.0, 3838.0, 3839.0, 3840.0, 3846.0, 3862.0, 3845.0, 3864.0, 3895.0, 3836.0, 3860.0, 3865.0, 3839.0, 3857.0, 3822.0, 3833.0, 3863.0, 3837.0, 3844.0, 3821.0, 3832.0, 3810.0, 3835.0, 3820.0, 3835.0, 3866.0, 3838.0, 3855.0, 3839.0, 3857.0, 3836.0, 3849.0, 3824.0, 3851.0, 3840.0, 3862.0, 3865.0, 3839.0, 3867.0, 3838.0, 3860.0, 3821.0, 3847.0, 3823.0, 3837.0, 3835.0, 3849.0, 3889.0, 3840.0, 3856.0, 3852.0, 3857.0, 3849.0, 3878.0, 3836.0, 3879.0, 3835.0, 3857.0, 3825.0, 3847.0, 3835.0, 3856.0, 3824.0, 3868.0, 3843.0, 3846.0, 3852.0, 3845.0, 3878.0, 3837.0, 3853.0, 3835.0, 3867.0, 3832.0, 3853.0, 3832.0, 3864.0, 3832.0, 3864.0, 3842.0, 3853.0, 3847.0, 3878.0, 3832.0, 3856.0, 3830.0, 3856.0, 3819.0, 3835.0, 3819.0, 3852.0, 3830.0, 3863.0, 3831.0, 3863.0, 3843.0, 3868.0, 3833.0, 3866.0, 3842.0, 3852.0, 3831.0, 3854.0, 3832.0, 3853.0, 3860.0, 3821.0, 3854.0, 3834.0, 3842.0, 3838.0, 3831.0, 3865.0, 3835.0, 3875.0, 3869.0, 3824.0, 3868.0, 3875.0, 3842.0, 3850.0, 3827.0, 3837.0, 3795.0, 3827.0, 3794.0, 3828.0, 3814.0, 3826.0, 3807.0, 3850.0, 3809.0, 3861.0, 3831.0, 3863.0, 3842.0, 3876.0, 3843.0, 3867.0, 3821.0, 3863.0, 3819.0, 3851.0, 3819.0, 3853.0, 3819.0, 3853.0, 3818.0, 3864.0, 3829.0, 3863.0, 3818.0, 3863.0, 3829.0, 3853.0, 3860.0, 3832.0, 3851.0, 3840.0, 3849.0, 3818.0, 3842.0, 3806.0, 3843.0, 3805.0, 3839.0, 3817.0, 3843.0, 3832.0, 3865.0, 3844.0, 3867.0, 3847.0, 3870.0, 3878.0, 3833.0, 3855.0, 3830.0, 3846.0, 3809.0, 3832.0, 3849.0, 3823.0, 3851.0, 3820.0, 3842.0, 3820.0, 3842.0, 3822.0, 3854.0, 3834.0, 3855.0, 3826.0, 3845.0, 3822.0, 3845.0, 3875.0, 3833.0, 3856.0, 3836.0, 3866.0, 3836.0, 3855.0, 3823.0, 3843.0, 3809.0, 3846.0, 3862.0, 3823.0, 3853.0, 3823.0, 3840.0, 3830.0, 3832.0, 3808.0, 3831.0, 3808.0, 3832.0, 3829.0, 3837.0, 3852.0, 3837.0, 3867.0, 3838.0, 3868.0, 3836.0, 3858.0, 3832.0, 3844.0, 3821.0, 3843.0, 3820.0, 3837.0, 3863.0, 3835.0, 3853.0, 3837.0, 3856.0, 3847.0, 3856.0, 3836.0, 3858.0, 3834.0, 3855.0, 3837.0, 3855.0, 3834.0, 3866.0, 3834.0, 3865.0, 3843.0, 3865.0, 3847.0, 3874.0, 3836.0, 3830.0, 3855.0, 3834.0, 3881.0, 3846.0, 3886.0, 3866.0, 3874.0, 3824.0, 3841.0, 3847.0, 3826.0, 3825.0, 3828.0, 3835.0, 3839.0, 3848.0, 3818.0, 3839.0, 3830.0, 3859.0, 3829.0, 3859.0, 3829.0, 3849.0, 3829.0, 3851.0, 3808.0, 3840.0, 3805.0, 3829.0, 3804.0, 3838.0, 3837.0, 3838.0, 3817.0, 3839.0, 3859.0, 3831.0, 3847.0, 3832.0, 3849.0, 3829.0, 3859.0, 3829.0, 3850.0, 3831.0, 3859.0, 3819.0, 3850.0, 3819.0, 3849.0, 3807.0, 3848.0, 3818.0, 3859.0, 3808.0, 3859.0, 3819.0, 3861.0, 3821.0, 3862.0, 3810.0, 3852.0, 3818.0, 3851.0, 3820.0, 3856.0, 3821.0, 3853.0, 3820.0, 3863.0, 3822.0, 3865.0, 3821.0, 3843.0, 3820.0, 3841.0, 3819.0, 3843.0, 3871.0, 3842.0, 3840.0, 3844.0, 3820.0, 3843.0, 3872.0, 3841.0, 3861.0, 3830.0, 3852.0, 3830.0, 3839.0, 3818.0, 3850.0, 3830.0, 3850.0, 3822.0, 3860.0, 3831.0, 3852.0, 3835.0, 3863.0, 3842.0, 3873.0, 3832.0, 3862.0, 3830.0, 3863.0, 3821.0, 3855.0, 3810.0, 3842.0, 3806.0, 3839.0, 3848.0, 3839.0, 3850.0, 3840.0, 3849.0, 3843.0, 3850.0, 3844.0, 3860.0, 3830.0, 3851.0, 3842.0, 3862.0, 3842.0, 3861.0, 3836.0, 3852.0, 3837.0, 3866.0, 3842.0, 3851.0, 3846.0, 3863.0, 3835.0, 3851.0, 3832.0, 3841.0, 3831.0, 3842.0, 3819.0, 3845.0, 3818.0, 3855.0, 3821.0, 3856.0, 3833.0, 3875.0, 3834.0, 3876.0, 3833.0, 3869.0, 3830.0, 3847.0, 3872.0, 3830.0, 3849.0, 3817.0, 3827.0, 3817.0, 3839.0, 3819.0, 3852.0, 3819.0, 3865.0, 3834.0, 3853.0, 3834.0, 3855.0, 3846.0, 3865.0, 3832.0, 3852.0, 3829.0, 3851.0, 3817.0, 3834.0, 3805.0, 3830.0, 3816.0, 3828.0, 3847.0, 3839.0, 3849.0, 3840.0, 3849.0, 3841.0, 3818.0, 3842.0, 3819.0, 3845.0, 3871.0, 3841.0, 3860.0, 3830.0, 3851.0, 3830.0, 3846.0, 3829.0, 3840.0, 3842.0, 3839.0, 3854.0, 3861.0, 3842.0, 3871.0, 3831.0, 3851.0, 3819.0, 3839.0, 3820.0], 'WindowWidth': [8720.0, 8656.0, 8670.0, 8676.0, 8627.0, 8634.0, 8621.0, 8642.0, 8607.0, 8625.0, 8616.0, 8622.0, 8589.0, 8607.0, 8586.0, 8637.0, 8633.0, 8616.0, 8642.0, 8618.0, 8644.0, 8622.0, 8623.0, 8624.0, 8651.0, 8631.0, 8645.0, 8646.0, 8670.0, 8626.0, 8646.0, 8619.0, 8628.0, 8596.0, 8624.0, 8597.0, 8634.0, 8653.0, 8617.0, 8643.0, 8621.0, 8652.0, 8638.0, 8652.0, 8623.0, 8648.0, 8616.0, 8651.0, 8617.0, 8633.0, 8594.0, 8638.0, 8620.0, 8630.0, 8618.0, 8632.0, 8645.0, 8631.0, 8634.0, 8634.0, 8637.0, 8635.0, 8639.0, 8624.0, 8646.0, 8623.0, 8651.0, 8620.0, 8645.0, 8613.0, 8650.0, 8622.0, 8644.0, 8619.0, 8653.0, 8611.0, 8652.0, 8583.0, 8630.0, 8624.0, 8658.0, 8625.0, 8664.0, 8632.0, 8687.0, 8643.0, 8651.0, 8615.0, 8635.0, 8592.0, 8616.0, 8595.0, 8614.0, 8614.0, 8652.0, 8579.0, 8628.0, 8591.0, 8630.0, 8630.0, 8607.0, 8614.0, 8612.0, 8585.0, 8631.0, 8602.0, 8627.0, 8571.0, 8629.0, 8595.0, 8618.0, 8624.0, 8610.0, 8609.0, 8600.0, 8606.0, 8609.0, 8592.0, 8609.0, 8579.0, 8624.0, 8619.0, 8609.0, 8593.0, 8622.0, 8590.0, 8597.0, 8566.0, 8617.0, 8573.0, 8622.0, 8587.0, 8632.0, 8633.0, 8628.0, 8652.0, 8614.0, 8624.0, 8632.0, 8640.0, 8621.0, 8595.0, 8634.0, 8624.0, 8648.0, 8633.0, 8689.0, 8642.0, 8673.0, 8614.0, 8659.0, 8607.0, 8672.0, 8600.0, 8650.0, 8593.0, 8629.0, 8592.0, 8637.0, 8667.0, 8633.0, 8657.0, 8619.0, 8611.0, 8633.0, 8597.0, 8662.0, 8624.0, 8674.0, 8624.0, 8638.0, 8659.0, 8632.0, 8643.0, 8592.0, 8625.0, 8592.0, 8635.0, 8595.0, 8622.0, 8611.0, 8652.0, 8605.0, 8648.0, 8614.0, 8639.0, 8620.0, 8616.0, 8658.0, 8603.0, 8654.0, 8671.0, 8630.0, 8630.0, 8608.0, 8630.0, 8608.0, 8646.0, 8596.0, 8660.0, 8626.0, 8620.0, 8649.0, 8654.0, 8700.0, 8667.0, 8687.0, 8645.0, 8653.0, 8617.0, 8634.0, 8575.0, 8629.0, 8583.0, 8610.0, 8643.0, 8608.0, 8625.0, 8600.0, 8558.0, 8639.0, 8618.0, 8643.0, 8629.0, 8684.0, 8588.0, 8612.0, 8650.0, 8606.0, 8627.0, 8572.0, 8609.0, 8643.0, 8620.0, 8631.0, 8587.0, 8613.0, 8581.0, 8611.0, 8576.0, 8607.0, 8568.0, 8597.0, 8571.0, 8593.0, 8570.0, 8569.0, 8603.0, 8577.0, 8574.0, 8614.0, 8565.0, 8613.0, 8621.0, 8573.0, 8579.0, 8549.0, 8570.0, 8517.0, 8561.0, 8534.0, 8574.0, 8549.0, 8578.0, 8540.0, 8589.0, 8559.0, 8594.0, 8548.0, 8600.0, 8619.0, 8597.0, 8630.0, 8580.0, 8608.0, 8580.0, 8609.0, 8551.0, 8595.0, 8568.0, 8614.0, 8587.0, 8618.0, 8589.0, 8639.0, 8617.0, 8609.0, 8628.0, 8604.0, 8631.0, 8596.0, 8617.0, 8591.0, 8621.0, 8575.0, 8621.0, 8574.0, 8612.0, 8649.0, 8599.0, 8635.0, 8607.0, 8624.0, 8593.0, 8627.0, 8583.0, 8639.0, 8601.0, 8644.0, 8602.0, 8646.0, 8672.0, 8642.0, 8661.0, 8642.0, 8668.0, 8619.0, 8655.0, 8605.0, 8651.0, 8627.0, 8661.0, 8607.0, 8666.0, 8633.0, 8635.0, 8677.0, 8626.0, 8665.0, 8643.0, 8654.0, 8607.0, 8655.0, 8588.0, 8632.0, 8658.0, 8620.0, 8652.0, 8622.0, 8647.0, 8626.0, 8652.0, 8650.0, 8653.0, 8642.0, 8674.0, 8628.0, 8657.0, 8622.0, 8633.0, 8688.0, 8620.0, 8649.0, 8619.0, 8649.0, 8590.0, 8646.0, 8600.0, 8622.0, 8642.0, 8626.0, 8672.0, 8625.0, 8657.0, 8606.0, 8640.0, 8596.0, 8625.0, 8657.0, 8617.0, 8648.0, 8616.0, 8644.0, 8604.0, 8642.0, 8605.0, 8636.0, 8621.0, 8655.0, 8606.0, 8647.0, 8604.0, 8639.0, 8671.0, 8623.0, 8667.0, 8628.0, 8645.0, 8613.0, 8646.0, 8603.0, 8648.0, 8599.0, 8636.0, 8639.0, 8617.0, 8654.0, 8613.0, 8640.0, 8612.0, 8625.0, 8603.0, 8629.0, 8599.0, 8643.0, 8608.0, 8646.0, 8600.0, 8652.0, 8600.0, 8647.0, 8596.0, 8651.0, 8667.0, 8615.0, 8646.0, 8608.0, 8633.0, 8575.0, 8602.0, 8601.0, 8600.0, 8637.0, 8596.0, 8630.0, 8604.0, 8644.0, 8598.0, 8649.0, 8603.0, 8616.0, 8603.0, 8632.0, 8599.0, 8618.0, 8640.0, 8620.0, 8640.0, 8621.0, 8659.0, 8617.0, 8646.0, 8599.0, 8632.0, 8581.0, 8635.0, 8623.0, 8617.0, 8653.0, 8620.0, 8658.0, 8616.0, 8641.0, 8598.0, 8629.0, 8599.0, 8642.0, 8586.0, 8622.0, 8604.0, 8638.0, 8620.0, 8643.0, 8686.0, 8639.0, 8665.0, 8618.0, 8651.0, 8586.0, 8619.0, 8599.0, 8620.0, 8613.0, 8622.0, 8671.0, 8628.0, 8657.0, 8618.0, 8665.0, 8650.0, 8636.0, 8671.0, 8608.0, 8666.0, 8662.0, 8629.0, 8647.0, 8600.0, 8641.0, 8643.0, 8619.0, 8633.0, 8602.0, 8631.0, 8604.0, 8622.0, 8604.0, 8641.0, 8619.0, 8627.0, 8649.0, 8627.0, 8628.0, 8648.0, 8675.0, 8627.0, 8656.0, 8613.0, 8657.0, 8607.0, 8629.0, 8609.0, 8639.0, 8677.0, 8622.0, 8649.0, 8598.0, 8622.0, 8614.0, 8627.0, 8642.0, 8630.0, 8647.0, 8603.0, 8639.0, 8597.0, 8619.0, 8611.0, 8624.0, 8664.0, 8656.0, 8650.0, 8618.0, 8644.0, 8618.0, 8644.0, 8647.0, 8621.0, 8633.0, 8631.0, 8653.0, 8624.0, 8664.0, 8606.0, 8629.0, 8670.0, 8630.0, 8656.0, 8599.0, 8620.0, 8625.0, 8615.0, 8645.0, 8598.0, 8627.0, 8579.0, 8620.0, 8648.0, 8620.0, 8627.0, 8592.0, 8620.0, 8596.0, 8619.0, 8636.0, 8620.0, 8625.0, 8651.0, 8635.0, 8585.0, 8619.0, 8609.0, 8618.0, 8641.0, 8615.0, 8641.0, 8611.0, 8630.0, 8594.0, 8636.0, 8647.0, 8621.0, 8625.0, 8604.0, 8620.0, 8603.0, 8625.0, 8594.0, 8620.0, 8643.0, 8619.0, 8648.0, 8587.0, 8622.0, 8647.0, 8609.0, 8627.0, 8602.0, 8635.0, 8601.0, 8643.0, 8599.0, 8626.0, 8603.0, 8631.0, 8634.0, 8637.0, 8643.0, 8671.0, 8643.0, 8676.0, 8718.0, 8629.0, 8664.0, 8663.0, 8632.0, 8654.0, 8600.0, 8619.0, 8658.0, 8624.0, 8633.0, 8600.0, 8616.0, 8584.0, 8624.0, 8599.0, 8624.0, 8665.0, 8632.0, 8652.0, 8636.0, 8658.0, 8630.0, 8648.0, 8611.0, 8654.0, 8638.0, 8669.0, 8666.0, 8635.0, 8669.0, 8632.0, 8662.0, 8604.0, 8645.0, 8609.0, 8632.0, 8627.0, 8650.0, 8703.0, 8639.0, 8657.0, 8657.0, 8659.0, 8652.0, 8687.0, 8631.0, 8690.0, 8626.0, 8658.0, 8612.0, 8644.0, 8625.0, 8657.0, 8610.0, 8674.0, 8633.0, 8641.0, 8645.0, 8637.0, 8681.0, 8628.0, 8644.0, 8624.0, 8666.0, 8616.0, 8645.0, 8616.0, 8661.0, 8616.0, 8659.0, 8628.0, 8643.0, 8641.0, 8681.0, 8616.0, 8650.0, 8609.0, 8647.0, 8593.0, 8620.0, 8592.0, 8639.0, 8610.0, 8657.0, 8615.0, 8657.0, 8632.0, 8668.0, 8617.0, 8665.0, 8627.0, 8640.0, 8613.0, 8644.0, 8616.0, 8644.0, 8662.0, 8602.0, 8648.0, 8624.0, 8632.0, 8632.0, 8618.0, 8666.0, 8627.0, 8679.0, 8675.0, 8609.0, 8671.0, 8678.0, 8627.0, 8633.0, 8599.0, 8610.0, 8552.0, 8596.0, 8549.0, 8600.0, 8578.0, 8597.0, 8575.0, 8634.0, 8580.0, 8653.0, 8613.0, 8658.0, 8631.0, 8677.0, 8630.0, 8665.0, 8599.0, 8655.0, 8592.0, 8637.0, 8592.0, 8643.0, 8593.0, 8641.0, 8590.0, 8658.0, 8606.0, 8656.0, 8591.0, 8655.0, 8606.0, 8641.0, 8646.0, 8611.0, 8635.0, 8619.0, 8630.0, 8588.0, 8624.0, 8569.0, 8625.0, 8568.0, 8618.0, 8588.0, 8630.0, 8617.0, 8662.0, 8637.0, 8668.0, 8642.0, 8675.0, 8681.0, 8617.0, 8646.0, 8608.0, 8635.0, 8577.0, 8613.0, 8631.0, 8601.0, 8637.0, 8594.0, 8626.0, 8596.0, 8627.0, 8601.0, 8647.0, 8620.0, 8651.0, 8610.0, 8636.0, 8602.0, 8636.0, 8674.0, 8618.0, 8649.0, 8626.0, 8663.0, 8624.0, 8648.0, 8602.0, 8629.0, 8579.0, 8635.0, 8653.0, 8601.0, 8642.0, 8601.0, 8623.0, 8607.0, 8612.0, 8577.0, 8611.0, 8578.0, 8614.0, 8608.0, 8626.0, 8642.0, 8628.0, 8666.0, 8629.0, 8669.0, 8625.0, 8656.0, 8615.0, 8635.0, 8599.0, 8631.0, 8597.0, 8626.0, 8656.0, 8622.0, 8643.0, 8625.0, 8650.0, 8642.0, 8651.0, 8625.0, 8656.0, 8622.0, 8651.0, 8629.0, 8651.0, 8622.0, 8668.0, 8624.0, 8666.0, 8635.0, 8665.0, 8645.0, 8676.0, 8627.0, 8611.0, 8653.0, 8624.0, 8693.0, 8644.0, 8697.0, 8667.0, 8676.0, 8605.0, 8626.0, 8626.0, 8597.0, 8594.0, 8601.0, 8609.0, 8620.0, 8629.0, 8590.0, 8619.0, 8610.0, 8646.0, 8609.0, 8647.0, 8607.0, 8633.0, 8608.0, 8638.0, 8577.0, 8623.0, 8570.0, 8606.0, 8568.0, 8617.0, 8612.0, 8618.0, 8588.0, 8622.0, 8646.0, 8610.0, 8629.0, 8612.0, 8632.0, 8607.0, 8647.0, 8609.0, 8636.0, 8612.0, 8647.0, 8591.0, 8634.0, 8590.0, 8632.0, 8575.0, 8631.0, 8590.0, 8647.0, 8578.0, 8647.0, 8594.0, 8651.0, 8597.0, 8654.0, 8581.0, 8639.0, 8593.0, 8639.0, 8598.0, 8652.0, 8599.0, 8644.0, 8599.0, 8659.0, 8605.0, 8664.0, 8601.0, 8632.0, 8597.0, 8627.0, 8597.0, 8632.0, 8666.0, 8630.0, 8623.0, 8634.0, 8598.0, 8633.0, 8667.0, 8626.0, 8652.0, 8608.0, 8638.0, 8607.0, 8619.0, 8590.0, 8636.0, 8608.0, 8637.0, 8600.0, 8650.0, 8614.0, 8641.0, 8623.0, 8658.0, 8628.0, 8672.0, 8616.0, 8655.0, 8611.0, 8658.0, 8598.0, 8647.0, 8581.0, 8626.0, 8571.0, 8619.0, 8628.0, 8620.0, 8634.0, 8622.0, 8631.0, 8629.0, 8634.0, 8632.0, 8649.0, 8611.0, 8639.0, 8629.0, 8654.0, 8629.0, 8653.0, 8624.0, 8641.0, 8625.0, 8665.0, 8630.0, 8639.0, 8639.0, 8658.0, 8621.0, 8641.0, 8613.0, 8625.0, 8611.0, 8627.0, 8593.0, 8633.0, 8592.0, 8649.0, 8602.0, 8654.0, 8620.0, 8678.0, 8623.0, 8680.0, 8618.0, 8672.0, 8610.0, 8638.0, 8667.0, 8607.0, 8631.0, 8586.0, 8600.0, 8589.0, 8618.0, 8593.0, 8640.0, 8593.0, 8658.0, 8618.0, 8641.0, 8617.0, 8647.0, 8638.0, 8659.0, 8616.0, 8643.0, 8608.0, 8638.0, 8585.0, 8615.0, 8568.0, 8607.0, 8585.0, 8602.0, 8626.0, 8619.0, 8631.0, 8621.0, 8633.0, 8626.0, 8592.0, 8628.0, 8595.0, 8635.0, 8664.0, 8627.0, 8649.0, 8610.0, 8637.0, 8609.0, 8625.0, 8607.0, 8622.0, 8630.0, 8623.0, 8648.0, 8654.0, 8630.0, 8667.0, 8611.0, 8638.0, 8592.0, 8620.0, 8595.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.00042990654205607486</td></tr>
<tr><td colspan=3>aqi</td><td>0.02423098663551402</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.28880115931709</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211278895294669</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967289097287167</td></tr>
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
<tr><td colspan=3>fber</td><td>6169.8955</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07605388801262815</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2149532710280373</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.390643457233955</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2533152190040515</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6416411188365494</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2769740338612654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107369</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015028556808829308</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024266432970762253</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.8447882780967193</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.6018</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5068</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1727</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305748.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>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.5758</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1513</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.0666</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3084.5923</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.4556</td></tr>
<tr><td colspan=3>tsnr</td><td>37.92410306748934</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>