<?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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-01/func/sub-0128_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>d7006740254804cda262bac352d0fad6</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>20:45:1.142500</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.994965, -0.00558305, 0.100071, -0.0116354, 0.985262, 0.170654]</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.259</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.0843322</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>31</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7816, -7246, 326, -164, -43, 116, 101]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10cc4364-956b-41c2-af6a-b87e6391c98c||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.669417381286621, -0.031216884031891823, 0.26878219842910767, 103.94681549072266], [0.014978926628828049, 2.6433866024017334, 0.4615907669067383, -99.42106628417969], [0.2684832215309143, -0.4578535258769989, 2.646637439727783, -57.32545471191406], [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': ['204501.142500', '204501.602500', '204502.062500', '204502.522500', '204502.982500', '204503.442500', '204503.902500', '204504.362500', '204504.822500', '204505.282500', '204505.742500', '204506.202500', '204506.662500', '204507.122500', '204507.582500', '204508.042500', '204508.502500', '204508.962500', '204509.422500', '204509.882500', '204510.342500', '204510.802500', '204511.262500', '204511.722500', '204512.182500', '204512.642500', '204513.102500', '204513.562500', '204514.022500', '204514.482500', '204514.942500', '204515.402500', '204515.862500', '204516.322500', '204516.782500', '204517.242500', '204517.702500', '204518.162500', '204518.622500', '204519.082500', '204519.542500', '204520.002500', '204520.462500', '204520.922500', '204521.382500', '204521.842500', '204522.302500', '204522.762500', '204523.222500', '204523.682500', '204524.142500', '204524.602500', '204525.062500', '204525.522500', '204525.982500', '204526.442500', '204526.902500', '204527.362500', '204527.822500', '204528.282500', '204528.742500', '204529.202500', '204529.662500', '204530.122500', '204530.582500', '204531.042500', '204531.502500', '204531.962500', '204532.422500', '204532.882500', '204533.342500', '204533.802500', '204534.262500', '204534.722500', '204535.182500', '204535.642500', '204536.102500', '204536.562500', '204537.022500', '204537.482500', '204537.942500', '204538.402500', '204538.862500', '204539.322500', '204539.782500', '204540.242500', '204540.702500', '204541.162500', '204541.622500', '204542.082500', '204542.542500', '204543.002500', '204543.462500', '204543.922500', '204544.382500', '204544.842500', '204545.302500', '204545.762500', '204546.222500', '204546.682500', '204547.142500', '204547.602500', '204548.062500', '204548.522500', '204548.982500', '204549.442500', '204549.902500', '204550.362500', '204550.822500', '204551.282500', '204551.742500', '204552.202500', '204552.662500', '204553.122500', '204553.582500', '204554.042500', '204554.502500', '204554.962500', '204555.422500', '204555.882500', '204556.342500', '204556.802500', '204557.262500', '204557.722500', '204558.182500', '204558.642500', '204559.102500', '204559.562500', '204600.022500', '204600.482500', '204600.942500', '204601.402500', '204601.862500', '204602.322500', '204602.782500', '204603.242500', '204603.702500', '204604.162500', '204604.622500', '204605.082500', '204605.542500', '204606.002500', '204606.462500', '204606.922500', '204607.382500', '204607.842500', '204608.302500', '204608.762500', '204609.222500', '204609.682500', '204610.142500', '204610.602500', '204611.062500', '204611.522500', '204611.982500', '204612.442500', '204612.902500', '204613.362500', '204613.822500', '204614.282500', '204614.742500', '204615.202500', '204615.662500', '204616.122500', '204616.582500', '204617.042500', '204617.502500', '204617.962500', '204618.422500', '204618.882500', '204619.342500', '204619.802500', '204620.262500', '204620.722500', '204621.182500', '204621.642500', '204622.102500', '204622.562500', '204623.022500', '204623.482500', '204623.942500', '204624.402500', '204624.862500', '204625.322500', '204625.782500', '204626.242500', '204626.702500', '204627.162500', '204627.622500', '204628.082500', '204628.542500', '204629.002500', '204629.462500', '204629.922500', '204630.382500', '204630.842500', '204631.302500', '204631.762500', '204632.222500', '204632.682500', '204633.142500', '204633.602500', '204634.062500', '204634.522500', '204634.982500', '204635.442500', '204635.902500', '204636.362500', '204636.822500', '204637.282500', '204637.742500', '204638.202500', '204638.662500', '204639.122500', '204639.582500', '204640.042500', '204640.502500', '204640.962500', '204641.422500', '204641.882500', '204642.342500', '204642.802500', '204643.262500', '204643.722500', '204644.182500', '204644.642500', '204645.102500', '204645.562500', '204646.022500', '204646.482500', '204646.942500', '204647.402500', '204647.862500', '204648.322500', '204648.782500', '204649.242500', '204649.702500', '204650.162500', '204650.622500', '204651.082500', '204651.542500', '204652.002500', '204652.462500', '204652.922500', '204653.382500', '204653.842500', '204654.302500', '204654.762500', '204655.222500', '204655.682500', '204656.142500', '204656.602500', '204657.062500', '204657.522500', '204657.982500', '204658.442500', '204658.902500', '204659.362500', '204659.822500', '204700.282500', '204700.742500', '204701.202500', '204701.662500', '204702.122500', '204702.582500', '204703.042500', '204703.502500', '204703.962500', '204704.422500', '204704.882500', '204705.342500', '204705.802500', '204706.262500', '204706.722500', '204707.182500', '204707.642500', '204708.102500', '204708.562500', '204709.022500', '204709.482500', '204709.942500', '204710.402500', '204710.862500', '204711.322500', '204711.782500', '204712.242500', '204712.702500', '204713.162500', '204713.622500', '204714.082500', '204714.542500', '204715.002500', '204715.462500', '204715.922500', '204716.382500', '204716.842500', '204717.302500', '204717.762500', '204718.222500', '204718.682500', '204719.142500', '204719.602500', '204720.062500', '204720.522500', '204720.982500', '204721.442500', '204721.902500', '204722.362500', '204722.822500', '204723.282500', '204723.742500', '204724.202500', '204724.662500', '204725.122500', '204725.582500', '204726.042500', '204726.502500', '204726.962500', '204727.422500', '204727.882500', '204728.342500', '204728.802500', '204729.262500', '204729.722500', '204730.182500', '204730.642500', '204731.102500', '204731.562500', '204732.022500', '204732.482500', '204732.942500', '204733.402500', '204733.862500', '204734.322500', '204734.782500', '204735.242500', '204735.702500', '204736.162500', '204736.622500', '204737.082500', '204737.542500', '204738.002500', '204738.462500', '204738.922500', '204739.382500', '204739.842500', '204740.302500', '204740.762500', '204741.222500', '204741.682500', '204742.142500', '204742.602500', '204743.062500', '204743.522500', '204743.982500', '204744.442500', '204744.902500', '204745.362500', '204745.822500', '204746.282500', '204746.742500', '204747.202500', '204747.662500', '204748.122500', '204748.582500', '204749.042500', '204749.502500', '204749.962500', '204750.422500', '204750.882500', '204751.342500', '204751.802500', '204752.262500', '204752.722500', '204753.182500', '204753.642500', '204754.102500', '204754.562500', '204755.022500', '204755.482500', '204755.942500', '204756.402500', '204756.862500', '204757.322500', '204757.782500', '204758.242500', '204758.702500', '204759.162500', '204759.622500', '204800.082500', '204800.542500', '204801.002500', '204801.462500', '204801.922500', '204802.382500', '204802.842500', '204803.302500', '204803.762500', '204804.222500', '204804.682500', '204805.142500', '204805.602500', '204806.062500', '204806.522500', '204806.982500', '204807.442500', '204807.902500', '204808.362500', '204808.822500', '204809.282500', '204809.742500', '204810.202500', '204810.662500', '204811.122500', '204811.582500', '204812.042500', '204812.502500', '204812.962500', '204813.422500', '204813.882500', '204814.342500', '204814.802500', '204815.262500', '204815.722500', '204816.182500', '204816.642500', '204817.102500', '204817.562500', '204818.022500', '204818.482500', '204818.942500', '204819.402500', '204819.862500', '204820.322500', '204820.782500', '204821.242500', '204821.702500', '204822.162500', '204822.622500', '204823.082500', '204823.542500', '204824.002500', '204824.462500', '204824.922500', '204825.382500', '204825.842500', '204826.302500', '204826.762500', '204827.222500', '204827.682500', '204828.142500', '204828.602500', '204829.062500', '204829.522500', '204829.982500', '204830.442500', '204830.902500', '204831.362500', '204831.822500', '204832.282500', '204832.742500', '204833.202500', '204833.662500', '204834.122500', '204834.582500', '204835.042500', '204835.502500', '204835.962500', '204836.422500', '204836.882500', '204837.342500', '204837.802500', '204838.262500', '204838.722500', '204839.182500', '204839.642500', '204840.102500', '204840.562500', '204841.022500', '204841.482500', '204841.942500', '204842.402500', '204842.862500', '204843.322500', '204843.782500', '204844.242500', '204844.702500', '204845.162500', '204845.622500', '204846.082500', '204846.542500', '204847.002500', '204847.462500', '204847.922500', '204848.382500', '204848.842500', '204849.302500', '204849.762500', '204850.222500', '204850.682500', '204851.142500', '204851.602500', '204852.062500', '204852.522500', '204852.982500', '204853.442500', '204853.902500', '204854.362500', '204854.822500', '204855.282500', '204855.742500', '204856.202500', '204856.662500', '204857.122500', '204857.582500', '204858.042500', '204858.502500', '204858.962500', '204859.422500', '204859.882500', '204900.342500', '204900.802500', '204901.262500', '204901.722500', '204902.182500', '204902.642500', '204903.102500', '204903.562500', '204904.022500', '204904.482500', '204904.942500', '204905.402500', '204905.862500', '204906.322500', '204906.782500', '204907.242500', '204907.702500', '204908.162500', '204908.622500', '204909.082500', '204909.542500', '204910.002500', '204910.462500', '204910.922500', '204911.382500', '204911.842500', '204912.302500', '204912.762500', '204913.222500', '204913.682500', '204914.142500', '204914.602500', '204915.062500', '204915.522500', '204915.982500', '204916.442500', '204916.902500', '204917.362500', '204917.822500', '204918.282500', '204918.742500', '204919.202500', '204919.662500', '204920.122500', '204920.582500', '204921.042500', '204921.502500', '204921.962500', '204922.422500', '204922.882500', '204923.342500', '204923.802500', '204924.262500', '204924.722500', '204925.182500', '204925.642500', '204926.102500', '204926.562500', '204927.022500', '204927.482500', '204927.942500', '204928.402500', '204928.862500', '204929.322500', '204929.782500', '204930.242500', '204930.702500', '204931.162500', '204931.622500', '204932.082500', '204932.542500', '204933.002500', '204933.462500', '204933.922500', '204934.382500', '204934.842500', '204935.302500', '204935.762500', '204936.222500', '204936.682500', '204937.142500', '204937.602500', '204938.062500', '204938.522500', '204938.982500', '204939.442500', '204939.902500', '204940.362500', '204940.822500', '204941.282500', '204941.742500', '204942.202500', '204942.662500', '204943.122500', '204943.582500', '204944.042500', '204944.502500', '204944.962500', '204945.422500', '204945.882500', '204946.342500', '204946.802500', '204947.262500', '204947.722500', '204948.182500', '204948.642500', '204949.102500', '204949.562500', '204950.022500', '204950.482500', '204950.942500', '204951.402500', '204951.862500', '204952.322500', '204952.782500', '204953.242500', '204953.702500', '204954.162500', '204954.622500', '204955.082500', '204955.542500', '204956.002500', '204956.462500', '204956.922500', '204957.382500', '204957.842500', '204958.302500', '204958.762500', '204959.222500', '204959.682500', '205000.142500', '205000.602500', '205001.062500', '205001.522500', '205001.982500', '205002.442500', '205002.902500', '205003.362500', '205003.822500', '205004.282500', '205004.742500', '205005.202500', '205005.662500', '205006.122500', '205006.582500', '205007.042500', '205007.502500', '205007.962500', '205008.422500', '205008.882500', '205009.342500', '205009.802500', '205010.262500', '205010.722500', '205011.182500', '205011.642500', '205012.102500', '205012.562500', '205013.022500', '205013.482500', '205013.942500', '205014.402500', '205014.862500', '205015.322500', '205015.782500', '205016.242500', '205016.702500', '205017.162500', '205017.622500', '205018.082500', '205018.542500', '205019.002500', '205019.462500', '205019.922500', '205020.382500', '205020.842500', '205021.302500', '205021.762500', '205022.222500', '205022.682500', '205023.142500', '205023.602500', '205024.062500', '205024.522500', '205024.982500', '205025.442500', '205025.902500', '205026.362500', '205026.822500', '205027.282500', '205027.742500', '205028.202500', '205028.662500', '205029.122500', '205029.582500', '205030.042500', '205030.502500', '205030.962500', '205031.422500', '205031.882500', '205032.342500', '205032.802500', '205033.262500', '205033.722500', '205034.182500', '205034.642500', '205035.102500', '205035.562500', '205036.022500', '205036.482500', '205036.942500', '205037.402500', '205037.862500', '205038.322500', '205038.782500', '205039.242500', '205039.702500', '205040.162500', '205040.622500', '205041.082500', '205041.542500', '205042.002500', '205042.462500', '205042.922500', '205043.382500', '205043.842500', '205044.302500', '205044.762500', '205045.222500', '205045.682500', '205046.142500', '205046.602500', '205047.062500', '205047.522500', '205047.982500', '205048.442500', '205048.902500', '205049.362500', '205049.822500', '205050.282500', '205050.742500', '205051.202500', '205051.662500', '205052.122500', '205052.582500', '205053.042500', '205053.502500', '205053.962500', '205054.422500', '205054.882500', '205055.342500', '205055.802500', '205056.262500', '205056.722500', '205057.182500', '205057.642500', '205058.102500', '205058.562500', '205059.022500', '205059.482500', '205059.942500', '205100.402500', '205100.862500', '205101.322500', '205101.782500', '205102.242500', '205102.702500', '205103.162500', '205103.622500', '205104.082500', '205104.542500', '205105.002500', '205105.462500', '205105.922500', '205106.382500', '205106.842500', '205107.302500', '205107.762500', '205108.222500', '205108.682500', '205109.142500', '205109.602500', '205110.062500', '205110.522500', '205110.982500', '205111.442500', '205111.902500', '205112.362500', '205112.822500', '205113.282500', '205113.742500', '205114.202500', '205114.662500', '205115.122500', '205115.582500', '205116.042500', '205116.502500', '205116.962500', '205117.422500', '205117.882500', '205118.342500', '205118.802500', '205119.262500', '205119.722500', '205120.182500', '205120.642500', '205121.102500', '205121.562500', '205122.022500', '205122.482500', '205122.942500', '205123.402500', '205123.862500', '205124.322500', '205124.782500', '205125.242500', '205125.702500', '205126.162500', '205126.622500', '205127.082500', '205127.542500', '205128.002500', '205128.462500', '205128.922500', '205129.382500', '205129.842500', '205130.302500', '205130.762500', '205131.222500', '205131.682500', '205132.142500', '205132.602500', '205133.062500', '205133.522500', '205133.982500', '205134.442500', '205134.902500', '205135.362500', '205135.822500', '205136.282500', '205136.742500', '205137.202500', '205137.662500', '205138.122500', '205138.582500', '205139.042500', '205139.502500', '205139.962500', '205140.422500', '205140.882500', '205141.342500', '205141.802500', '205142.262500', '205142.722500', '205143.182500', '205143.642500', '205144.102500', '205144.562500', '205145.022500', '205145.482500', '205145.942500', '205146.402500', '205146.862500', '205147.322500', '205147.782500', '205148.242500', '205148.702500', '205149.162500', '205149.622500', '205150.082500', '205150.542500', '205151.002500', '205151.462500', '205151.922500', '205152.382500', '205152.842500', '205153.302500', '205153.762500', '205154.222500', '205154.682500', '205155.142500', '205155.602500', '205156.062500', '205156.522500', '205156.982500', '205157.442500', '205157.902500', '205158.362500', '205158.822500', '205159.282500', '205159.742500', '205200.202500', '205200.662500', '205201.122500', '205201.582500', '205202.042500', '205202.502500', '205202.962500', '205203.422500', '205203.882500', '205204.342500', '205204.802500', '205205.262500', '205205.722500', '205206.182500', '205206.642500', '205207.102500', '205207.562500', '205208.022500', '205208.482500', '205208.942500', '205209.402500', '205209.862500', '205210.322500', '205210.782500', '205211.242500', '205211.702500', '205212.162500', '205212.622500', '205213.082500', '205213.542500', '205214.002500', '205214.462500', '205214.922500', '205215.382500', '205215.842500', '205216.302500', '205216.762500', '205217.222500', '205217.682500', '205218.142500', '205218.602500', '205219.062500', '205219.522500', '205219.982500', '205220.442500', '205220.902500', '205221.362500', '205221.822500', '205222.282500', '205222.742500', '205223.202500', '205223.662500', '205224.122500', '205224.582500', '205225.042500', '205225.502500', '205225.962500', '205226.422500', '205226.882500', '205227.342500', '205227.802500', '205228.262500', '205228.722500', '205229.182500', '205229.642500', '205230.102500', '205230.562500', '205231.022500', '205231.482500', '205231.942500', '205232.402500', '205232.862500', '205233.322500', '205233.782500', '205234.242500', '205234.702500', '205235.162500', '205235.622500', '205236.082500', '205236.542500', '205237.002500', '205237.462500', '205237.922500', '205238.382500', '205238.842500', '205239.302500', '205239.762500', '205240.222500', '205240.682500', '205241.142500', '205241.602500', '205242.062500', '205242.522500', '205242.982500', '205243.442500', '205243.902500', '205244.362500', '205244.822500', '205245.282500', '205245.742500', '205246.202500', '205246.662500', '205247.122500', '205247.582500', '205248.042500', '205248.502500', '205248.962500', '205249.422500', '205249.882500', '205250.342500', '205250.802500', '205251.262500', '205251.722500', '205252.182500', '205252.642500', '205253.102500', '205253.562500', '205254.022500', '205254.482500', '205254.942500', '205255.402500', '205255.862500', '205256.322500', '205256.782500', '205257.242500', '205257.702500', '205258.162500', '205258.622500', '205259.082500', '205259.542500', '205300.002500', '205300.462500', '205300.922500', '205301.382500', '205301.842500', '205302.302500', '205302.762500', '205303.222500', '205303.682500', '205304.142500', '205304.602500', '205305.062500', '205305.522500', '205305.982500', '205306.442500', '205306.902500', '205307.362500', '205307.822500', '205308.282500', '205308.742500', '205309.202500', '205309.662500', '205310.122500', '205310.582500', '205311.042500', '205311.502500', '205311.962500', '205312.422500', '205312.882500', '205313.342500', '205313.802500', '205314.262500'], 'ContentTime': ['204519.746000', '204519.749000', '204519.752000', '204519.755000', '204519.757000', '204519.760000', '204519.762000', '204519.771000', '204519.774000', '204519.776000', '204519.779000', '204519.782000', '204519.784000', '204519.787000', '204519.795000', '204519.798000', '204519.800000', '204519.803000', '204519.805000', '204519.808000', '204519.811000', '204519.813000', '204519.816000', '204519.818000', '204519.821000', '204519.823000', '204519.826000', '204519.829000', '204519.831000', '204519.834000', '204519.836000', '204519.839000', '204519.841000', '204519.844000', '204519.846000', '204519.849000', '204519.852000', '204519.854000', '204539.689000', '204539.692000', '204539.695000', '204539.726000', '204539.729000', '204539.732000', '204539.734000', '204539.737000', '204539.739000', '204539.742000', '204539.745000', '204539.747000', '204539.750000', '204539.752000', '204539.755000', '204539.758000', '204539.760000', '204539.763000', '204539.765000', '204539.768000', '204539.770000', '204539.773000', '204539.775000', '204539.778000', '204539.781000', '204539.783000', '204539.786000', '204539.788000', '204539.791000', '204539.793000', '204539.796000', '204539.799000', '204539.801000', '204539.804000', '204539.806000', '204539.809000', '204539.812000', '204539.814000', '204539.817000', '204539.819000', '204539.822000', '204539.824000', '204539.827000', '204539.829000', '204559.689000', '204559.692000', '204559.695000', '204559.697000', '204559.700000', '204559.703000', '204559.705000', '204559.708000', '204559.710000', '204559.713000', '204559.715000', '204559.718000', '204559.721000', '204559.723000', '204559.726000', '204559.728000', '204559.731000', '204559.733000', '204559.736000', '204559.739000', '204559.741000', '204559.744000', '204559.746000', '204559.749000', '204559.751000', '204559.754000', '204559.757000', '204559.759000', '204559.762000', '204559.764000', '204559.767000', '204559.769000', '204559.772000', '204559.774000', '204559.777000', '204559.780000', '204559.782000', '204559.785000', '204559.787000', '204559.790000', '204559.792000', '204559.795000', '204559.798000', '204619.689000', '204619.692000', '204619.695000', '204619.697000', '204619.700000', '204619.703000', '204619.705000', '204619.708000', '204619.710000', '204619.713000', '204619.715000', '204619.718000', '204619.721000', '204619.723000', '204619.726000', '204619.728000', '204619.731000', '204619.733000', '204619.736000', '204619.739000', '204619.741000', '204619.744000', '204619.746000', '204619.749000', '204619.751000', '204619.754000', '204619.757000', '204619.759000', '204619.762000', '204619.764000', '204619.767000', '204619.770000', '204619.772000', '204619.775000', '204619.777000', '204619.780000', '204619.782000', '204619.785000', '204619.787000', '204619.790000', '204619.793000', '204619.795000', '204619.798000', '204619.803000', '204639.691000', '204639.693000', '204639.696000', '204639.698000', '204639.701000', '204639.704000', '204639.706000', '204639.709000', '204639.712000', '204639.714000', '204639.717000', '204639.719000', '204639.722000', '204639.725000', '204639.727000', '204639.730000', '204639.732000', '204639.735000', '204639.737000', '204639.740000', '204639.743000', '204639.745000', '204639.748000', '204639.750000', '204639.753000', '204639.756000', '204639.758000', '204639.761000', '204639.763000', '204639.766000', '204639.769000', '204639.771000', '204639.774000', '204639.776000', '204639.779000', '204639.781000', '204639.784000', '204639.787000', '204639.789000', '204639.798000', '204639.838000', '204639.841000', '204639.843000', '204659.691000', '204659.693000', '204659.696000', '204659.699000', '204659.701000', '204659.704000', '204659.706000', '204659.709000', '204659.712000', '204659.714000', '204659.717000', '204659.719000', '204659.722000', '204659.725000', '204659.727000', '204659.730000', '204659.733000', '204659.735000', '204659.738000', '204659.740000', '204659.743000', '204659.745000', '204659.748000', '204659.751000', '204659.753000', '204659.756000', '204659.758000', '204659.761000', '204659.764000', '204659.772000', '204659.774000', '204659.777000', '204659.780000', '204659.782000', '204659.785000', '204659.787000', '204659.790000', '204659.792000', '204659.795000', '204659.798000', '204659.848000', '204659.850000', '204659.860000', '204659.862000', '204719.689000', '204719.692000', '204719.695000', '204719.697000', '204719.700000', '204719.703000', '204719.705000', '204719.708000', '204719.711000', '204719.713000', '204719.716000', '204719.718000', '204719.721000', '204719.724000', '204719.726000', '204719.729000', '204719.732000', '204719.734000', '204719.737000', '204719.739000', '204719.742000', '204719.745000', '204719.747000', '204719.750000', '204719.752000', '204719.755000', '204719.758000', '204719.760000', '204719.763000', '204719.765000', '204719.768000', '204719.770000', '204719.773000', '204719.776000', '204719.778000', '204719.781000', '204719.783000', '204719.786000', '204719.788000', '204719.791000', '204719.794000', '204719.796000', '204719.799000', '204739.689000', '204739.692000', '204739.695000', '204739.697000', '204739.700000', '204739.703000', '204739.706000', '204739.708000', '204739.711000', '204739.714000', '204739.716000', '204739.719000', '204739.721000', '204739.724000', '204739.727000', '204739.729000', '204739.732000', '204739.734000', '204739.737000', '204739.739000', '204739.742000', '204739.745000', '204739.747000', '204739.750000', '204739.752000', '204739.755000', '204739.766000', '204739.768000', '204739.771000', '204739.774000', '204739.776000', '204739.779000', '204739.781000', '204739.784000', '204739.787000', '204739.789000', '204739.792000', '204739.795000', '204739.797000', '204739.839000', '204739.842000', '204739.845000', '204739.847000', '204759.690000', '204759.692000', '204759.695000', '204759.697000', '204759.700000', '204759.703000', '204759.705000', '204759.708000', '204759.711000', '204759.713000', '204759.716000', '204759.718000', '204759.721000', '204759.724000', '204759.726000', '204759.729000', '204759.731000', '204759.734000', '204759.736000', '204759.739000', '204759.742000', '204759.744000', '204759.747000', '204759.749000', '204759.752000', '204759.754000', '204759.757000', '204759.760000', '204759.762000', '204759.765000', '204759.767000', '204759.770000', '204759.773000', '204759.775000', '204759.778000', '204759.780000', '204759.783000', '204759.785000', '204759.788000', '204759.791000', '204759.793000', '204759.796000', '204759.798000', '204759.836000', '204819.690000', '204819.693000', '204819.695000', '204819.698000', '204819.701000', '204819.703000', '204819.706000', '204819.708000', '204819.711000', '204819.713000', '204819.716000', '204819.719000', '204819.721000', '204819.724000', '204819.726000', '204819.729000', '204819.732000', '204819.734000', '204819.737000', '204819.739000', '204819.742000', '204819.745000', '204819.747000', '204819.750000', '204819.752000', '204819.755000', '204819.758000', '204819.760000', '204819.763000', '204819.765000', '204819.768000', '204819.771000', '204819.773000', '204819.776000', '204819.778000', '204819.781000', '204819.784000', '204819.786000', '204819.789000', '204819.791000', '204819.794000', '204819.797000', '204819.799000', '204819.854000', '204839.689000', '204839.692000', '204839.695000', '204839.697000', '204839.700000', '204839.703000', '204839.705000', '204839.708000', '204839.711000', '204839.713000', '204839.716000', '204839.719000', '204839.721000', '204839.724000', '204839.726000', '204839.729000', '204839.731000', '204839.734000', '204839.737000', '204839.739000', '204839.742000', '204839.744000', '204839.747000', '204839.750000', '204839.752000', '204839.755000', '204839.757000', '204839.760000', '204839.762000', '204839.765000', '204839.768000', '204839.770000', '204839.773000', '204839.775000', '204839.778000', '204839.780000', '204839.783000', '204839.799000', '204839.859000', '204839.861000', '204839.864000', '204839.866000', '204839.869000', '204859.690000', '204859.693000', '204859.696000', '204859.698000', '204859.701000', '204859.703000', '204859.706000', '204859.709000', '204859.711000', '204859.714000', '204859.716000', '204859.719000', '204859.721000', '204859.724000', '204859.727000', '204859.729000', '204859.732000', '204859.734000', '204859.737000', '204859.739000', '204859.742000', '204859.745000', '204859.747000', '204859.750000', '204859.752000', '204859.755000', '204859.758000', '204859.760000', '204859.763000', '204859.765000', '204859.768000', '204859.770000', '204859.773000', '204859.776000', '204859.778000', '204859.781000', '204859.783000', '204859.786000', '204859.788000', '204859.791000', '204859.794000', '204859.796000', '204859.799000', '204919.691000', '204919.693000', '204919.696000', '204919.699000', '204919.701000', '204919.704000', '204919.706000', '204919.709000', '204919.711000', '204919.714000', '204919.717000', '204919.719000', '204919.722000', '204919.724000', '204919.727000', '204919.730000', '204919.732000', '204919.735000', '204919.737000', '204919.740000', '204919.742000', '204919.745000', '204919.748000', '204919.750000', '204919.753000', '204919.755000', '204919.758000', '204919.761000', '204919.763000', '204919.766000', '204919.768000', '204919.771000', '204919.773000', '204919.776000', '204919.779000', '204919.781000', '204919.784000', '204919.786000', '204919.789000', '204919.791000', '204919.794000', '204919.797000', '204919.799000', '204919.844000', '204939.689000', '204939.692000', '204939.695000', '204939.698000', '204939.700000', '204939.703000', '204939.706000', '204939.708000', '204939.711000', '204939.714000', '204939.717000', '204939.720000', '204939.723000', '204939.727000', '204939.730000', '204939.733000', '204939.736000', '204939.738000', '204939.741000', '204939.744000', '204939.746000', '204939.749000', '204939.752000', '204939.754000', '204939.757000', '204939.759000', '204939.762000', '204939.765000', '204939.767000', '204939.770000', '204939.772000', '204939.775000', '204939.778000', '204939.780000', '204939.783000', '204939.786000', '204939.789000', '204939.791000', '204939.794000', '204939.797000', '204939.859000', '204939.861000', '204939.864000', '204959.690000', '204959.693000', '204959.695000', '204959.698000', '204959.700000', '204959.703000', '204959.706000', '204959.708000', '204959.711000', '204959.714000', '204959.716000', '204959.719000', '204959.721000', '204959.724000', '204959.727000', '204959.729000', '204959.732000', '204959.734000', '204959.737000', '204959.740000', '204959.742000', '204959.745000', '204959.748000', '204959.750000', '204959.753000', '204959.755000', '204959.758000', '204959.761000', '204959.763000', '204959.766000', '204959.768000', '204959.771000', '204959.774000', '204959.776000', '204959.779000', '204959.782000', '204959.784000', '204959.787000', '204959.790000', '204959.792000', '204959.795000', '204959.797000', '204959.823000', '204959.826000', '205019.690000', '205019.693000', '205019.695000', '205019.698000', '205019.700000', '205019.711000', '205019.714000', '205019.717000', '205019.719000', '205019.722000', '205019.724000', '205019.727000', '205019.730000', '205019.732000', '205019.735000', '205019.737000', '205019.740000', '205019.743000', '205019.746000', '205019.749000', '205019.752000', '205019.755000', '205019.757000', '205019.760000', '205019.762000', '205019.765000', '205019.767000', '205019.770000', '205019.773000', '205019.775000', '205019.778000', '205019.780000', '205019.783000', '205019.786000', '205019.788000', '205019.791000', '205019.793000', '205019.796000', '205019.799000', '205019.850000', '205019.853000', '205019.856000', '205019.858000', '205039.689000', '205039.692000', '205039.695000', '205039.698000', '205039.700000', '205039.703000', '205039.706000', '205039.708000', '205039.711000', '205039.713000', '205039.716000', '205039.718000', '205039.721000', '205039.724000', '205039.726000', '205039.729000', '205039.732000', '205039.734000', '205039.737000', '205039.740000', '205039.742000', '205039.745000', '205039.747000', '205039.750000', '205039.753000', '205039.755000', '205039.758000', '205039.761000', '205039.763000', '205039.766000', '205039.768000', '205039.771000', '205039.774000', '205039.778000', '205039.780000', '205039.783000', '205039.786000', '205039.788000', '205039.791000', '205039.794000', '205039.796000', '205039.799000', '205039.850000', '205039.852000', '205059.690000', '205059.693000', '205059.695000', '205059.698000', '205059.700000', '205059.703000', '205059.705000', '205059.708000', '205059.711000', '205059.713000', '205059.716000', '205059.718000', '205059.721000', '205059.723000', '205059.726000', '205059.729000', '205059.731000', '205059.734000', '205059.737000', '205059.739000', '205059.742000', '205059.744000', '205059.747000', '205059.749000', '205059.753000', '205059.756000', '205059.758000', '205059.761000', '205059.764000', '205059.767000', '205059.770000', '205059.772000', '205059.775000', '205059.778000', '205059.780000', '205059.783000', '205059.786000', '205059.788000', '205059.791000', '205059.793000', '205059.796000', '205059.799000', '205059.841000', '205119.691000', '205119.693000', '205119.696000', '205119.699000', '205119.701000', '205119.704000', '205119.706000', '205119.709000', '205119.711000', '205119.714000', '205119.717000', '205119.719000', '205119.722000', '205119.724000', '205119.727000', '205119.730000', '205119.732000', '205119.735000', '205119.738000', '205119.740000', '205119.743000', '205119.745000', '205119.748000', '205119.750000', '205119.753000', '205119.756000', '205119.758000', '205119.761000', '205119.763000', '205119.766000', '205119.769000', '205119.771000', '205119.774000', '205119.776000', '205119.779000', '205119.782000', '205119.784000', '205119.787000', '205119.789000', '205119.792000', '205119.794000', '205119.797000', '205119.800000', '205119.803000', '205139.690000', '205139.693000', '205139.696000', '205139.699000', '205139.701000', '205139.704000', '205139.706000', '205139.709000', '205139.712000', '205139.714000', '205139.717000', '205139.719000', '205139.722000', '205139.725000', '205139.727000', '205139.730000', '205139.760000', '205139.763000', '205139.766000', '205139.768000', '205139.771000', '205139.773000', '205139.776000', '205139.779000', '205139.781000', '205139.784000', '205139.786000', '205139.789000', '205139.791000', '205139.794000', '205139.797000', '205139.799000', '205139.802000', '205139.805000', '205139.807000', '205139.810000', '205139.812000', '205139.815000', '205139.818000', '205139.820000', '205139.823000', '205139.825000', '205139.828000', '205159.689000', '205159.692000', '205159.695000', '205159.698000', '205159.700000', '205159.703000', '205159.705000', '205159.708000', '205159.711000', '205159.713000', '205159.716000', '205159.718000', '205159.721000', '205159.723000', '205159.726000', '205159.729000', '205159.731000', '205159.734000', '205159.737000', '205159.739000', '205159.742000', '205159.744000', '205159.747000', '205159.749000', '205159.752000', '205159.755000', '205159.757000', '205159.760000', '205159.762000', '205159.765000', '205159.768000', '205159.770000', '205159.773000', '205159.775000', '205159.778000', '205159.781000', '205159.783000', '205159.786000', '205159.788000', '205159.791000', '205159.794000', '205159.796000', '205159.799000', '205159.802000', '205219.690000', '205219.692000', '205219.695000', '205219.698000', '205219.700000', '205219.703000', '205219.705000', '205219.708000', '205219.711000', '205219.713000', '205219.716000', '205219.718000', '205219.721000', '205219.724000', '205219.726000', '205219.729000', '205219.732000', '205219.734000', '205219.737000', '205219.739000', '205219.742000', '205219.745000', '205219.747000', '205219.750000', '205219.752000', '205219.755000', '205219.757000', '205219.760000', '205219.763000', '205219.765000', '205219.768000', '205219.770000', '205219.773000', '205219.776000', '205219.778000', '205219.781000', '205219.783000', '205219.786000', '205219.788000', '205219.791000', '205219.794000', '205219.796000', '205219.799000', '205239.690000', '205239.693000', '205239.695000', '205239.698000', '205239.701000', '205239.703000', '205239.706000', '205239.708000', '205239.711000', '205239.714000', '205239.716000', '205239.719000', '205239.721000', '205239.724000', '205239.727000', '205239.729000', '205239.732000', '205239.734000', '205239.737000', '205239.739000', '205239.742000', '205239.745000', '205239.747000', '205239.750000', '205239.752000', '205239.755000', '205239.757000', '205239.760000', '205239.763000', '205239.765000', '205239.768000', '205239.771000', '205239.773000', '205239.776000', '205239.779000', '205239.781000', '205239.784000', '205239.786000', '205239.789000', '205239.791000', '205239.794000', '205239.797000', '205239.799000', '205239.863000', '205259.689000', '205259.692000', '205259.695000', '205259.698000', '205259.700000', '205259.703000', '205259.705000', '205259.708000', '205259.711000', '205259.713000', '205259.716000', '205259.718000', '205259.730000', '205259.733000', '205259.735000', '205259.738000', '205259.741000', '205259.743000', '205259.746000', '205259.748000', '205259.751000', '205259.754000', '205259.756000', '205259.759000', '205259.761000', '205259.764000', '205259.767000', '205259.769000', '205259.772000', '205259.774000', '205259.777000', '205259.779000', '205259.782000', '205259.785000', '205259.787000', '205259.790000', '205259.792000', '205259.795000', '205259.797000', '205259.873000', '205259.876000', '205259.879000', '205259.881000', '205315.419000', '205315.422000', '205315.425000', '205315.428000', '205315.431000', '205315.433000', '205315.436000', '205315.439000', '205315.442000', '205315.444000', '205315.447000', '205315.450000', '205315.453000', '205315.456000', '205315.458000', '205315.461000', '205315.464000', '205315.467000', '205315.470000', '205315.473000', '205315.476000', '205315.478000', '205315.482000', '205315.484000', '205315.487000', '205315.490000', '205315.493000', '205315.496000', '205315.500000', '205315.503000', '205315.505000', '205315.508000', '205315.511000', '205315.514000', '205315.517000'], 'InstanceCreationTime': ['204519.746000', '204519.749000', '204519.752000', '204519.755000', '204519.757000', '204519.760000', '204519.762000', '204519.771000', '204519.774000', '204519.776000', '204519.779000', '204519.782000', '204519.784000', '204519.787000', '204519.795000', '204519.798000', '204519.800000', '204519.803000', '204519.805000', '204519.808000', '204519.811000', '204519.813000', '204519.816000', '204519.818000', '204519.821000', '204519.823000', '204519.826000', '204519.829000', '204519.831000', '204519.834000', '204519.836000', '204519.839000', '204519.841000', '204519.844000', '204519.846000', '204519.849000', '204519.852000', '204519.854000', '204539.689000', '204539.692000', '204539.695000', '204539.726000', '204539.729000', '204539.732000', '204539.734000', '204539.737000', '204539.739000', '204539.742000', '204539.745000', '204539.747000', '204539.750000', '204539.752000', '204539.755000', '204539.758000', '204539.760000', '204539.763000', '204539.765000', '204539.768000', '204539.770000', '204539.773000', '204539.775000', '204539.778000', '204539.781000', '204539.783000', '204539.786000', '204539.788000', '204539.791000', '204539.793000', '204539.796000', '204539.799000', '204539.801000', '204539.804000', '204539.806000', '204539.809000', '204539.812000', '204539.814000', '204539.817000', '204539.819000', '204539.822000', '204539.824000', '204539.827000', '204539.829000', '204559.689000', '204559.692000', '204559.695000', '204559.697000', '204559.700000', '204559.703000', '204559.705000', '204559.708000', '204559.710000', '204559.713000', '204559.715000', '204559.718000', '204559.721000', '204559.723000', '204559.726000', '204559.728000', '204559.731000', '204559.733000', '204559.736000', '204559.739000', '204559.741000', '204559.744000', '204559.746000', '204559.749000', '204559.751000', '204559.754000', '204559.757000', '204559.759000', '204559.762000', '204559.764000', '204559.767000', '204559.769000', '204559.772000', '204559.774000', '204559.777000', '204559.780000', '204559.782000', '204559.785000', '204559.787000', '204559.790000', '204559.792000', '204559.795000', '204559.798000', '204619.689000', '204619.692000', '204619.695000', '204619.697000', '204619.700000', '204619.703000', '204619.705000', '204619.708000', '204619.710000', '204619.713000', '204619.715000', '204619.718000', '204619.721000', '204619.723000', '204619.726000', '204619.728000', '204619.731000', '204619.733000', '204619.736000', '204619.739000', '204619.741000', '204619.744000', '204619.746000', '204619.749000', '204619.751000', '204619.754000', '204619.757000', '204619.759000', '204619.762000', '204619.764000', '204619.767000', '204619.770000', '204619.772000', '204619.775000', '204619.777000', '204619.780000', '204619.782000', '204619.785000', '204619.787000', '204619.790000', '204619.793000', '204619.795000', '204619.798000', '204619.803000', '204639.691000', '204639.693000', '204639.696000', '204639.698000', '204639.701000', '204639.704000', '204639.706000', '204639.709000', '204639.712000', '204639.714000', '204639.717000', '204639.719000', '204639.722000', '204639.725000', '204639.727000', '204639.730000', '204639.732000', '204639.735000', '204639.737000', '204639.740000', '204639.743000', '204639.745000', '204639.748000', '204639.750000', '204639.753000', '204639.756000', '204639.758000', '204639.761000', '204639.763000', '204639.766000', '204639.769000', '204639.771000', '204639.774000', '204639.776000', '204639.779000', '204639.781000', '204639.784000', '204639.787000', '204639.789000', '204639.798000', '204639.838000', '204639.841000', '204639.843000', '204659.691000', '204659.693000', '204659.696000', '204659.699000', '204659.701000', '204659.704000', '204659.706000', '204659.709000', '204659.712000', '204659.714000', '204659.717000', '204659.719000', '204659.722000', '204659.725000', '204659.727000', '204659.730000', '204659.733000', '204659.735000', '204659.738000', '204659.740000', '204659.743000', '204659.745000', '204659.748000', '204659.751000', '204659.753000', '204659.756000', '204659.758000', '204659.761000', '204659.764000', '204659.772000', '204659.774000', '204659.777000', '204659.780000', '204659.782000', '204659.785000', '204659.787000', '204659.790000', '204659.792000', '204659.795000', '204659.798000', '204659.848000', '204659.850000', '204659.860000', '204659.862000', '204719.689000', '204719.692000', '204719.695000', '204719.697000', '204719.700000', '204719.703000', '204719.705000', '204719.708000', '204719.711000', '204719.713000', '204719.716000', '204719.718000', '204719.721000', '204719.724000', '204719.726000', '204719.729000', '204719.732000', '204719.734000', '204719.737000', '204719.739000', '204719.742000', '204719.745000', '204719.747000', '204719.750000', '204719.752000', '204719.755000', '204719.758000', '204719.760000', '204719.763000', '204719.765000', '204719.768000', '204719.770000', '204719.773000', '204719.776000', '204719.778000', '204719.781000', '204719.783000', '204719.786000', '204719.788000', '204719.791000', '204719.794000', '204719.796000', '204719.799000', '204739.689000', '204739.692000', '204739.695000', '204739.697000', '204739.700000', '204739.703000', '204739.706000', '204739.708000', '204739.711000', '204739.714000', '204739.716000', '204739.719000', '204739.721000', '204739.724000', '204739.727000', '204739.729000', '204739.732000', '204739.734000', '204739.737000', '204739.739000', '204739.742000', '204739.745000', '204739.747000', '204739.750000', '204739.752000', '204739.755000', '204739.766000', '204739.768000', '204739.771000', '204739.774000', '204739.776000', '204739.779000', '204739.781000', '204739.784000', '204739.787000', '204739.789000', '204739.792000', '204739.795000', '204739.797000', '204739.839000', '204739.842000', '204739.845000', '204739.847000', '204759.690000', '204759.692000', '204759.695000', '204759.697000', '204759.700000', '204759.703000', '204759.705000', '204759.708000', '204759.711000', '204759.713000', '204759.716000', '204759.718000', '204759.721000', '204759.724000', '204759.726000', '204759.729000', '204759.731000', '204759.734000', '204759.736000', '204759.739000', '204759.742000', '204759.744000', '204759.747000', '204759.749000', '204759.752000', '204759.754000', '204759.757000', '204759.760000', '204759.762000', '204759.765000', '204759.767000', '204759.770000', '204759.773000', '204759.775000', '204759.778000', '204759.780000', '204759.783000', '204759.785000', '204759.788000', '204759.791000', '204759.793000', '204759.796000', '204759.798000', '204759.836000', '204819.690000', '204819.693000', '204819.695000', '204819.698000', '204819.701000', '204819.703000', '204819.706000', '204819.708000', '204819.711000', '204819.713000', '204819.716000', '204819.719000', '204819.721000', '204819.724000', '204819.726000', '204819.729000', '204819.732000', '204819.734000', '204819.737000', '204819.739000', '204819.742000', '204819.745000', '204819.747000', '204819.750000', '204819.752000', '204819.755000', '204819.758000', '204819.760000', '204819.763000', '204819.765000', '204819.768000', '204819.771000', '204819.773000', '204819.776000', '204819.778000', '204819.781000', '204819.784000', '204819.786000', '204819.789000', '204819.791000', '204819.794000', '204819.797000', '204819.799000', '204819.854000', '204839.689000', '204839.692000', '204839.695000', '204839.697000', '204839.700000', '204839.703000', '204839.705000', '204839.708000', '204839.711000', '204839.713000', '204839.716000', '204839.719000', '204839.721000', '204839.724000', '204839.726000', '204839.729000', '204839.731000', '204839.734000', '204839.737000', '204839.739000', '204839.742000', '204839.744000', '204839.747000', '204839.750000', '204839.752000', '204839.755000', '204839.757000', '204839.760000', '204839.762000', '204839.765000', '204839.768000', '204839.770000', '204839.773000', '204839.775000', '204839.778000', '204839.780000', '204839.783000', '204839.799000', '204839.859000', '204839.861000', '204839.864000', '204839.866000', '204839.869000', '204859.690000', '204859.693000', '204859.696000', '204859.698000', '204859.701000', '204859.703000', '204859.706000', '204859.709000', '204859.711000', '204859.714000', '204859.716000', '204859.719000', '204859.721000', '204859.724000', '204859.727000', '204859.729000', '204859.732000', '204859.734000', '204859.737000', '204859.739000', '204859.742000', '204859.745000', '204859.747000', '204859.750000', '204859.752000', '204859.755000', '204859.758000', '204859.760000', '204859.763000', '204859.765000', '204859.768000', '204859.770000', '204859.773000', '204859.776000', '204859.778000', '204859.781000', '204859.783000', '204859.786000', '204859.788000', '204859.791000', '204859.794000', '204859.796000', '204859.799000', '204919.691000', '204919.693000', '204919.696000', '204919.699000', '204919.701000', '204919.704000', '204919.706000', '204919.709000', '204919.711000', '204919.714000', '204919.717000', '204919.719000', '204919.722000', '204919.724000', '204919.727000', '204919.730000', '204919.732000', '204919.735000', '204919.737000', '204919.740000', '204919.742000', '204919.745000', '204919.748000', '204919.750000', '204919.753000', '204919.755000', '204919.758000', '204919.761000', '204919.763000', '204919.766000', '204919.768000', '204919.771000', '204919.773000', '204919.776000', '204919.779000', '204919.781000', '204919.784000', '204919.786000', '204919.789000', '204919.791000', '204919.794000', '204919.797000', '204919.799000', '204919.844000', '204939.689000', '204939.692000', '204939.695000', '204939.698000', '204939.700000', '204939.703000', '204939.706000', '204939.708000', '204939.711000', '204939.714000', '204939.717000', '204939.720000', '204939.723000', '204939.727000', '204939.730000', '204939.733000', '204939.736000', '204939.738000', '204939.741000', '204939.744000', '204939.746000', '204939.749000', '204939.752000', '204939.754000', '204939.757000', '204939.759000', '204939.762000', '204939.765000', '204939.767000', '204939.770000', '204939.772000', '204939.775000', '204939.778000', '204939.780000', '204939.783000', '204939.786000', '204939.789000', '204939.791000', '204939.794000', '204939.797000', '204939.859000', '204939.861000', '204939.864000', '204959.690000', '204959.693000', '204959.695000', '204959.698000', '204959.700000', '204959.703000', '204959.706000', '204959.708000', '204959.711000', '204959.714000', '204959.716000', '204959.719000', '204959.721000', '204959.724000', '204959.727000', '204959.729000', '204959.732000', '204959.734000', '204959.737000', '204959.740000', '204959.742000', '204959.745000', '204959.748000', '204959.750000', '204959.753000', '204959.755000', '204959.758000', '204959.761000', '204959.763000', '204959.766000', '204959.768000', '204959.771000', '204959.774000', '204959.776000', '204959.779000', '204959.782000', '204959.784000', '204959.787000', '204959.790000', '204959.792000', '204959.795000', '204959.797000', '204959.823000', '204959.826000', '205019.690000', '205019.693000', '205019.695000', '205019.698000', '205019.700000', '205019.711000', '205019.714000', '205019.717000', '205019.719000', '205019.722000', '205019.724000', '205019.727000', '205019.730000', '205019.732000', '205019.735000', '205019.737000', '205019.740000', '205019.743000', '205019.746000', '205019.749000', '205019.752000', '205019.755000', '205019.757000', '205019.760000', '205019.762000', '205019.765000', '205019.767000', '205019.770000', '205019.773000', '205019.775000', '205019.778000', '205019.780000', '205019.783000', '205019.786000', '205019.788000', '205019.791000', '205019.793000', '205019.796000', '205019.799000', '205019.850000', '205019.853000', '205019.856000', '205019.858000', '205039.689000', '205039.692000', '205039.695000', '205039.698000', '205039.700000', '205039.703000', '205039.706000', '205039.708000', '205039.711000', '205039.713000', '205039.716000', '205039.718000', '205039.721000', '205039.724000', '205039.726000', '205039.729000', '205039.732000', '205039.734000', '205039.737000', '205039.740000', '205039.742000', '205039.745000', '205039.747000', '205039.750000', '205039.753000', '205039.755000', '205039.758000', '205039.761000', '205039.763000', '205039.766000', '205039.768000', '205039.771000', '205039.774000', '205039.778000', '205039.780000', '205039.783000', '205039.786000', '205039.788000', '205039.791000', '205039.794000', '205039.796000', '205039.799000', '205039.850000', '205039.852000', '205059.690000', '205059.693000', '205059.695000', '205059.698000', '205059.700000', '205059.703000', '205059.705000', '205059.708000', '205059.711000', '205059.713000', '205059.716000', '205059.718000', '205059.721000', '205059.723000', '205059.726000', '205059.729000', '205059.731000', '205059.734000', '205059.737000', '205059.739000', '205059.742000', '205059.744000', '205059.747000', '205059.749000', '205059.753000', '205059.756000', '205059.758000', '205059.761000', '205059.764000', '205059.767000', '205059.770000', '205059.772000', '205059.775000', '205059.778000', '205059.780000', '205059.783000', '205059.786000', '205059.788000', '205059.791000', '205059.793000', '205059.796000', '205059.799000', '205059.841000', '205119.691000', '205119.693000', '205119.696000', '205119.699000', '205119.701000', '205119.704000', '205119.706000', '205119.709000', '205119.711000', '205119.714000', '205119.717000', '205119.719000', '205119.722000', '205119.724000', '205119.727000', '205119.730000', '205119.732000', '205119.735000', '205119.738000', '205119.740000', '205119.743000', '205119.745000', '205119.748000', '205119.750000', '205119.753000', '205119.756000', '205119.758000', '205119.761000', '205119.763000', '205119.766000', '205119.769000', '205119.771000', '205119.774000', '205119.776000', '205119.779000', '205119.782000', '205119.784000', '205119.787000', '205119.789000', '205119.792000', '205119.794000', '205119.797000', '205119.800000', '205119.803000', '205139.690000', '205139.693000', '205139.696000', '205139.699000', '205139.701000', '205139.704000', '205139.706000', '205139.709000', '205139.712000', '205139.714000', '205139.717000', '205139.719000', '205139.722000', '205139.725000', '205139.727000', '205139.730000', '205139.760000', '205139.763000', '205139.766000', '205139.768000', '205139.771000', '205139.773000', '205139.776000', '205139.779000', '205139.781000', '205139.784000', '205139.786000', '205139.789000', '205139.791000', '205139.794000', '205139.797000', '205139.799000', '205139.802000', '205139.805000', '205139.807000', '205139.810000', '205139.812000', '205139.815000', '205139.818000', '205139.820000', '205139.823000', '205139.825000', '205139.828000', '205159.689000', '205159.692000', '205159.695000', '205159.698000', '205159.700000', '205159.703000', '205159.705000', '205159.708000', '205159.711000', '205159.713000', '205159.716000', '205159.718000', '205159.721000', '205159.723000', '205159.726000', '205159.729000', '205159.731000', '205159.734000', '205159.737000', '205159.739000', '205159.742000', '205159.744000', '205159.747000', '205159.749000', '205159.752000', '205159.755000', '205159.757000', '205159.760000', '205159.762000', '205159.765000', '205159.768000', '205159.770000', '205159.773000', '205159.775000', '205159.778000', '205159.781000', '205159.783000', '205159.786000', '205159.788000', '205159.791000', '205159.794000', '205159.796000', '205159.799000', '205159.802000', '205219.690000', '205219.692000', '205219.695000', '205219.698000', '205219.700000', '205219.703000', '205219.705000', '205219.708000', '205219.711000', '205219.713000', '205219.716000', '205219.718000', '205219.721000', '205219.724000', '205219.726000', '205219.729000', '205219.732000', '205219.734000', '205219.737000', '205219.739000', '205219.742000', '205219.745000', '205219.747000', '205219.750000', '205219.752000', '205219.755000', '205219.757000', '205219.760000', '205219.763000', '205219.765000', '205219.768000', '205219.770000', '205219.773000', '205219.776000', '205219.778000', '205219.781000', '205219.783000', '205219.786000', '205219.788000', '205219.791000', '205219.794000', '205219.796000', '205219.799000', '205239.690000', '205239.693000', '205239.695000', '205239.698000', '205239.701000', '205239.703000', '205239.706000', '205239.708000', '205239.711000', '205239.714000', '205239.716000', '205239.719000', '205239.721000', '205239.724000', '205239.727000', '205239.729000', '205239.732000', '205239.734000', '205239.737000', '205239.739000', '205239.742000', '205239.745000', '205239.747000', '205239.750000', '205239.752000', '205239.755000', '205239.757000', '205239.760000', '205239.763000', '205239.765000', '205239.768000', '205239.771000', '205239.773000', '205239.776000', '205239.779000', '205239.781000', '205239.784000', '205239.786000', '205239.789000', '205239.791000', '205239.794000', '205239.797000', '205239.799000', '205239.863000', '205259.689000', '205259.692000', '205259.695000', '205259.698000', '205259.700000', '205259.703000', '205259.705000', '205259.708000', '205259.711000', '205259.713000', '205259.716000', '205259.718000', '205259.730000', '205259.733000', '205259.735000', '205259.738000', '205259.741000', '205259.743000', '205259.746000', '205259.748000', '205259.751000', '205259.754000', '205259.756000', '205259.759000', '205259.761000', '205259.764000', '205259.767000', '205259.769000', '205259.772000', '205259.774000', '205259.777000', '205259.779000', '205259.782000', '205259.785000', '205259.787000', '205259.790000', '205259.792000', '205259.795000', '205259.797000', '205259.873000', '205259.876000', '205259.879000', '205259.881000', '205315.419000', '205315.422000', '205315.425000', '205315.428000', '205315.431000', '205315.433000', '205315.436000', '205315.439000', '205315.442000', '205315.444000', '205315.447000', '205315.450000', '205315.453000', '205315.456000', '205315.458000', '205315.461000', '205315.464000', '205315.467000', '205315.470000', '205315.473000', '205315.476000', '205315.478000', '205315.482000', '205315.484000', '205315.487000', '205315.490000', '205315.493000', '205315.496000', '205315.500000', '205315.503000', '205315.505000', '205315.508000', '205315.511000', '205315.514000', '205315.517000'], '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': [8743, 8673, 8961, 9061, 8144, 10631, 8588, 9604, 8600, 9247, 8927, 8061, 10379, 8377, 9693, 8823, 8662, 9115, 8250, 10136, 8263, 10161, 8601, 8728, 8502, 8804, 8777, 8560, 9150, 8010, 11995, 8216, 9750, 8422, 8532, 8421, 7949, 8874, 7815, 10406, 8258, 9313, 9266, 8513, 8597, 7788, 10310, 7920, 10767, 8588, 8671, 8342, 7805, 9234, 7978, 11653, 7974, 9591, 8452, 8018, 8344, 8345, 8438, 7662, 11654, 8314, 8458, 14682, 7674, 11918, 7858, 8841, 8854, 7832, 11784, 8405, 9110, 8237, 8085, 8353, 7684, 10199, 7881, 9205, 7870, 8253, 8833, 7460, 10785, 7888, 8876, 9120, 7796, 11204, 7517, 9364, 8210, 7491, 9749, 7714, 10650, 8505, 8974, 7595, 8508, 8278, 7597, 11621, 8911, 9161, 7951, 8077, 8166, 7688, 9186, 7651, 11277, 9189, 9448, 7976, 7400, 12602, 7673, 10819, 10381, 7562, 8884, 7486, 8534, 7646, 7855, 10247, 7616, 10992, 7625, 9555, 8063, 8357, 8648, 7804, 8286, 7498, 8796, 7600, 11634, 10325, 9653, 8282, 9013, 7917, 8531, 7600, 9878, 7885, 10279, 7599, 9635, 7592, 7721, 14816, 8009, 8877, 7704, 8157, 7797, 10011, 8835, 10281, 8281, 8872, 7590, 8585, 7645, 8365, 7750, 9152, 7608, 8351, 8066, 7819, 10360, 7798, 10136, 8216, 8565, 7692, 8345, 7600, 8410, 8160, 8963, 7700, 8395, 7643, 8804, 7757, 8844, 8098, 8683, 7692, 7850, 8043, 7437, 10605, 8076, 8460, 7497, 8520, 7794, 9624, 7924, 9979, 8599, 8208, 7722, 8721, 7892, 11554, 8261, 9613, 8535, 8040, 13637, 8230, 10017, 8937, 9084, 9144, 9218, 8500, 10592, 8763, 9986, 8904, 8896, 9132, 8566, 10543, 8373, 9416, 8637, 9035, 8450, 9281, 8507, 8963, 8697, 8243, 11399, 8255, 10182, 9335, 9160, 8486, 8835, 8590, 7659, 13728, 8148, 10566, 8495, 9016, 8741, 7840, 9603, 8274, 10055, 8590, 9508, 8202, 9177, 8982, 7823, 10533, 8473, 9171, 8198, 9603, 8334, 9691, 8330, 8308, 8931, 8174, 8934, 8866, 8574, 8685, 8705, 8221, 12833, 8889, 8934, 13776, 7993, 11079, 8721, 9280, 8218, 8968, 8435, 7953, 9251, 7901, 9025, 8108, 10587, 8287, 9262, 8375, 8865, 8363, 8472, 9024, 8050, 10623, 8139, 9305, 8821, 8751, 8543, 8320, 9268, 7993, 10742, 8685, 9343, 8176, 8331, 8974, 7861, 11283, 8308, 9378, 7935, 8627, 8001, 7755, 9379, 8163, 9716, 8037, 9342, 8261, 8478, 8096, 7786, 10536, 7769, 9501, 8051, 8470, 8336, 7897, 8789, 7950, 10663, 7857, 9511, 8133, 8670, 8189, 9018, 8392, 8529, 9903, 7927, 11202, 8832, 9267, 8121, 9342, 7966, 8739, 8598, 7940, 11995, 8300, 8788, 7883, 8505, 7769, 7940, 8304, 7950, 13313, 8566, 11077, 8625, 9037, 7681, 8581, 7849, 8733, 7869, 9328, 8229, 8085, 8555, 7635, 13550, 8025, 10955, 7522, 9143, 7810, 8567, 8620, 8432, 7963, 8992, 7621, 8939, 8210, 9370, 8257, 10571, 7918, 8430, 7737, 8495, 7640, 8236, 7870, 8172, 12101, 8592, 10501, 7755, 9395, 7708, 8579, 8108, 8773, 8249, 8265, 8103, 7933, 9393, 8067, 10984, 8848, 9219, 7795, 8857, 7955, 8409, 8351, 7774, 8611, 8003, 9933, 7642, 8831, 7917, 8331, 7694, 8461, 8061, 8594, 8178, 9817, 10546, 9694, 10733, 7637, 9387, 7640, 7750, 13039, 8351, 10634, 7763, 9254, 7501, 8759, 7962, 7919, 9167, 7941, 8927, 8001, 9916, 7632, 8830, 7847, 8304, 7710, 8647, 7989, 8662, 8101, 8318, 8269, 7817, 11533, 8047, 9837, 7779, 8020, 8076, 7857, 8928, 7877, 9924, 7669, 8355, 7839, 8033, 8026, 8483, 8041, 7880, 9703, 8016, 9551, 7657, 8178, 7769, 8310, 8078, 7983, 8533, 8308, 11177, 9356, 9478, 7578, 8704, 7784, 7984, 11182, 7829, 9539, 8614, 8610, 7597, 8287, 7948, 7817, 9961, 8411, 9106, 7876, 8678, 7627, 8734, 7708, 9126, 9848, 8049, 10187, 7977, 9476, 7624, 8754, 7757, 7902, 8420, 8014, 11001, 7692, 9418, 7659, 8151, 7818, 7729, 11201, 7459, 10159, 7673, 8172, 8014, 7736, 8291, 7756, 10913, 7712, 9478, 8147, 7689, 8668, 7901, 11102, 7603, 9326, 7945, 7808, 10853, 7665, 9165, 7779, 9293, 7892, 7869, 10765, 8803, 9817, 7755, 8977, 7757, 7758, 10837, 7834, 10006, 8276, 8386, 7748, 7921, 10485, 7833, 9488, 7676, 8557, 7824, 7993, 8030, 7697, 9384, 7861, 9228, 7816, 8678, 7947, 10274, 8100, 7863, 10788, 8968, 9905, 7811, 9343, 7993, 8104, 8565, 8287, 8318, 7642, 10902, 7947, 10387, 7793, 8260, 8093, 7584, 13013, 8036, 11149, 9747, 10735, 8609, 8504, 8167, 8941, 8449, 11643, 8411, 8186, 12888, 8128, 11959, 7743, 9649, 7903, 8737, 7751, 8328, 7975, 7873, 8166, 7843, 11318, 7837, 9628, 8856, 8682, 7663, 8178, 7765, 8015, 7513, 8723, 9105, 8258, 7541, 7892, 8092, 7944, 11728, 8710, 9975, 7702, 8118, 7604, 7836, 7864, 7727, 12729, 7989, 10061, 7521, 8516, 7576, 7970, 7470, 8431, 10267, 8627, 11008, 8769, 8193, 7236, 8274, 8316, 8960, 7458, 9421, 7406, 8209, 7596, 7888, 11134, 8183, 11294, 8485, 8576, 7756, 8026, 7530, 7876, 7613, 8057, 7418, 8166, 7772, 7678, 8020, 8255, 12807, 8987, 10548, 7914, 7999, 8496, 7842, 9464, 7836, 8973, 7630, 8364, 7894, 8413, 7624, 8478, 7765, 8049, 10008, 7704, 8950, 7902, 8969, 7603, 8258, 7901, 7718, 8136, 7717, 10427, 7614, 9886, 8469, 8702, 7435, 8173, 7687, 8001, 10197, 7997, 10443, 8263, 8304, 7845, 8028, 8318, 7801, 10198, 8294, 9400, 8829, 8653, 7722, 10043, 7892, 9866, 10160, 8021, 10932, 7843, 9739, 7645, 8644, 9250, 8260, 9939, 7876, 8570, 8119, 8396, 7478, 10750, 8034, 8932, 10291, 7891, 10229, 7769, 9300, 7454, 8294, 13525, 8456, 10594, 7894, 9566, 7400, 8521, 7579, 8212, 10871, 8215, 9229, 7924, 8878, 7917, 8788, 7303, 8512, 10428, 8075, 9747, 7847, 9210, 7517, 8727, 7651, 8901, 7461, 7773, 7563, 7986, 11099, 8116, 9966, 8079, 8455, 7272, 7925, 9173, 7958, 11282, 9643, 9615, 7778, 9063, 7463, 9249, 7744, 8551, 7512, 7964, 7435, 7940, 14187, 7962, 9509, 12032, 8231, 10224, 8210, 7461, 8145, 7210, 8305, 8468, 10944, 7570, 7881, 13505, 7509, 11469, 8195, 9013, 7307, 8184, 10702, 8480, 12927, 8260, 10577, 8493, 9018, 7572, 8438, 7437, 8187, 7924, 7935, 7303, 8068, 7753, 8219, 9769, 8529, 9893, 8968, 7944, 8082, 7947, 7937, 8044, 7902, 10330, 9608, 10958, 7349, 9469, 7904, 9130, 7305, 10658, 7464, 9875, 7638, 8555, 7476, 8965, 9469, 9396, 7500, 7684, 7708, 9185, 9089, 8679, 11862, 10767, 9758, 7882, 8440, 8159, 10220, 7859, 9746, 8591, 9348, 7566, 9088, 7425, 8844, 7457, 9400, 7617, 7822, 7340, 8227, 10274, 8096, 11232, 8773, 8808, 7694, 8823, 7653, 8457, 7507, 8279, 8165, 8220, 8555, 8015, 10375, 8656, 9309, 9116, 8569, 8011, 9959, 7980, 8330, 10284, 8489, 9224, 7790, 9100, 7863, 9057, 7739, 7925, 8877, 8003, 9252, 8148, 11200, 7733, 9544, 7850, 9793, 7675, 9074, 7732, 9629, 7720, 11139, 8469, 10208, 8094, 11519, 8417, 8596, 11999, 8742, 8106, 9376, 7444, 9298, 8200, 12254, 8641, 10909, 7880, 8650, 7434, 8335, 7559, 8392, 12277, 8108, 9963, 8741, 8378, 8143, 8031, 8441, 9559, 7935, 10178, 8576, 9076, 7710, 8865, 7834, 9338, 7959, 9676, 7997, 9382, 7949, 9017, 7737, 8941, 8038, 9028, 7972, 8541, 10182, 8370, 10188, 7808, 8699, 7799, 8387, 7816, 8145], 'WindowCenter': [4391.0, 4386.0, 4384.0, 4382.0, 4373.0, 4404.0, 4382.0, 4380.0, 4354.0, 4378.0, 4354.0, 4359.0, 4388.0, 4370.0, 4379.0, 4370.0, 4370.0, 4368.0, 4371.0, 4388.0, 4369.0, 4390.0, 4371.0, 4370.0, 4358.0, 4367.0, 4356.0, 4368.0, 4367.0, 4359.0, 4399.0, 4358.0, 4367.0, 4356.0, 4355.0, 4345.0, 4356.0, 4355.0, 4348.0, 4388.0, 4368.0, 4367.0, 4367.0, 4367.0, 4356.0, 4359.0, 4377.0, 4356.0, 4390.0, 4367.0, 4358.0, 4356.0, 4348.0, 4365.0, 4342.0, 4385.0, 4355.0, 4377.0, 4344.0, 4357.0, 4357.0, 4368.0, 4357.0, 4360.0, 4398.0, 4357.0, 4370.0, 4407.0, 4347.0, 4385.0, 4356.0, 4367.0, 4365.0, 4357.0, 4397.0, 4356.0, 4354.0, 4354.0, 4345.0, 4355.0, 4357.0, 4376.0, 4357.0, 4379.0, 4356.0, 4357.0, 4365.0, 4347.0, 4386.0, 4356.0, 4368.0, 4365.0, 4333.0, 4376.0, 4346.0, 4367.0, 4357.0, 4347.0, 4377.0, 4348.0, 4377.0, 4367.0, 4366.0, 4358.0, 4368.0, 4357.0, 4360.0, 4400.0, 4368.0, 4368.0, 4357.0, 4359.0, 4358.0, 4360.0, 4379.0, 4371.0, 4402.0, 4380.0, 4376.0, 4370.0, 4362.0, 4409.0, 4361.0, 4401.0, 4379.0, 4358.0, 4368.0, 4345.0, 4368.0, 4359.0, 4370.0, 4390.0, 4360.0, 4388.0, 4359.0, 4379.0, 4369.0, 4369.0, 4368.0, 4360.0, 4354.0, 4360.0, 4369.0, 4372.0, 4401.0, 4391.0, 4378.0, 4356.0, 4368.0, 4359.0, 4369.0, 4345.0, 4377.0, 4357.0, 4378.0, 4348.0, 4378.0, 4346.0, 4357.0, 4405.0, 4344.0, 4354.0, 4346.0, 4356.0, 4357.0, 4377.0, 4367.0, 4376.0, 4343.0, 4366.0, 4358.0, 4366.0, 4358.0, 4368.0, 4358.0, 4367.0, 4347.0, 4357.0, 4356.0, 4360.0, 4389.0, 4359.0, 4378.0, 4358.0, 4366.0, 4358.0, 4357.0, 4358.0, 4354.0, 4357.0, 4369.0, 4357.0, 4357.0, 4358.0, 4379.0, 4348.0, 4370.0, 4358.0, 4367.0, 4347.0, 4358.0, 4357.0, 4348.0, 4377.0, 4357.0, 4356.0, 4348.0, 4357.0, 4359.0, 4378.0, 4358.0, 4376.0, 4358.0, 4356.0, 4348.0, 4356.0, 4370.0, 4402.0, 4370.0, 4378.0, 4356.0, 4345.0, 4396.0, 4356.0, 4365.0, 4354.0, 4354.0, 4366.0, 4378.0, 4381.0, 4403.0, 4380.0, 4379.0, 4369.0, 4370.0, 4353.0, 4356.0, 4388.0, 4372.0, 4366.0, 4370.0, 4367.0, 4358.0, 4367.0, 4368.0, 4369.0, 4357.0, 4369.0, 4400.0, 4370.0, 4377.0, 4368.0, 4366.0, 4358.0, 4369.0, 4357.0, 4345.0, 4409.0, 4356.0, 4375.0, 4356.0, 4367.0, 4355.0, 4357.0, 4378.0, 4368.0, 4376.0, 4368.0, 4379.0, 4359.0, 4378.0, 4379.0, 4347.0, 4388.0, 4358.0, 4366.0, 4357.0, 4355.0, 4359.0, 4364.0, 4370.0, 4369.0, 4367.0, 4357.0, 4342.0, 4367.0, 4357.0, 4368.0, 4367.0, 4370.0, 4400.0, 4367.0, 4369.0, 4397.0, 4333.0, 4374.0, 4355.0, 4354.0, 4330.0, 4355.0, 4356.0, 4357.0, 4365.0, 4347.0, 4356.0, 4356.0, 4376.0, 4344.0, 4367.0, 4344.0, 4368.0, 4356.0, 4356.0, 4355.0, 4344.0, 4376.0, 4358.0, 4367.0, 4367.0, 4342.0, 4355.0, 4359.0, 4367.0, 4359.0, 4387.0, 4367.0, 4367.0, 4358.0, 4357.0, 4367.0, 4359.0, 4386.0, 4357.0, 4365.0, 4343.0, 4357.0, 4347.0, 4345.0, 4367.0, 4357.0, 4352.0, 4357.0, 4367.0, 4358.0, 4358.0, 4345.0, 4347.0, 4374.0, 4345.0, 4352.0, 4358.0, 4368.0, 4357.0, 4346.0, 4355.0, 4358.0, 4376.0, 4358.0, 4365.0, 4358.0, 4367.0, 4357.0, 4368.0, 4368.0, 4380.0, 4366.0, 4371.0, 4390.0, 4369.0, 4368.0, 4359.0, 4379.0, 4370.0, 4381.0, 4369.0, 4360.0, 4399.0, 4359.0, 4357.0, 4358.0, 4368.0, 4357.0, 4359.0, 4356.0, 4346.0, 4409.0, 4369.0, 4387.0, 4368.0, 4368.0, 4358.0, 4369.0, 4369.0, 4369.0, 4357.0, 4355.0, 4357.0, 4358.0, 4356.0, 4358.0, 4407.0, 4346.0, 4376.0, 4347.0, 4353.0, 4337.0, 4367.0, 4358.0, 4357.0, 4344.0, 4366.0, 4347.0, 4367.0, 4369.0, 4358.0, 4370.0, 4390.0, 4359.0, 4357.0, 4347.0, 4357.0, 4332.0, 4358.0, 4343.0, 4369.0, 4397.0, 4356.0, 4361.0, 4337.0, 4353.0, 4358.0, 4368.0, 4358.0, 4356.0, 4355.0, 4343.0, 4356.0, 4345.0, 4378.0, 4359.0, 4373.0, 4367.0, 4366.0, 4347.0, 4367.0, 4359.0, 4368.0, 4356.0, 4347.0, 4357.0, 4344.0, 4377.0, 4360.0, 4369.0, 4358.0, 4358.0, 4359.0, 4368.0, 4370.0, 4380.0, 4382.0, 4393.0, 4390.0, 4381.0, 4389.0, 4359.0, 4379.0, 4358.0, 4360.0, 4409.0, 4358.0, 4378.0, 4338.0, 4356.0, 4347.0, 4368.0, 4343.0, 4359.0, 4367.0, 4358.0, 4355.0, 4358.0, 4376.0, 4333.0, 4354.0, 4348.0, 4358.0, 4346.0, 4342.0, 4345.0, 4355.0, 4357.0, 4358.0, 4356.0, 4360.0, 4399.0, 4343.0, 4378.0, 4347.0, 4344.0, 4345.0, 4356.0, 4341.0, 4345.0, 4364.0, 4345.0, 4355.0, 4345.0, 4345.0, 4345.0, 4356.0, 4345.0, 4356.0, 4351.0, 4356.0, 4362.0, 4347.0, 4355.0, 4344.0, 4356.0, 4345.0, 4357.0, 4356.0, 4357.0, 4371.0, 4366.0, 4365.0, 4346.0, 4356.0, 4346.0, 4358.0, 4387.0, 4346.0, 4365.0, 4355.0, 4346.0, 4332.0, 4344.0, 4357.0, 4359.0, 4376.0, 4358.0, 4366.0, 4344.0, 4367.0, 4360.0, 4370.0, 4360.0, 4367.0, 4377.0, 4358.0, 4376.0, 4357.0, 4376.0, 4358.0, 4370.0, 4357.0, 4357.0, 4357.0, 4358.0, 4386.0, 4358.0, 4364.0, 4347.0, 4357.0, 4345.0, 4358.0, 4385.0, 4347.0, 4388.0, 4359.0, 4343.0, 4346.0, 4356.0, 4356.0, 4358.0, 4374.0, 4358.0, 4390.0, 4359.0, 4359.0, 4356.0, 4359.0, 4388.0, 4357.0, 4368.0, 4345.0, 4360.0, 4388.0, 4347.0, 4366.0, 4348.0, 4379.0, 4343.0, 4370.0, 4389.0, 4357.0, 4377.0, 4358.0, 4380.0, 4357.0, 4358.0, 4386.0, 4347.0, 4378.0, 4358.0, 4357.0, 4336.0, 4355.0, 4388.0, 4360.0, 4378.0, 4347.0, 4366.0, 4334.0, 4358.0, 4343.0, 4346.0, 4379.0, 4359.0, 4354.0, 4359.0, 4369.0, 4371.0, 4390.0, 4357.0, 4372.0, 4388.0, 4368.0, 4377.0, 4359.0, 4377.0, 4346.0, 4356.0, 4369.0, 4370.0, 4369.0, 4373.0, 4402.0, 4384.0, 4405.0, 4373.0, 4372.0, 4370.0, 4372.0, 4409.0, 4371.0, 4385.0, 4366.0, 4379.0, 4355.0, 4368.0, 4371.0, 4368.0, 4371.0, 4387.0, 4347.0, 4359.0, 4398.0, 4334.0, 4370.0, 4346.0, 4363.0, 4344.0, 4357.0, 4345.0, 4343.0, 4355.0, 4357.0, 4356.0, 4343.0, 4388.0, 4348.0, 4365.0, 4367.0, 4356.0, 4348.0, 4356.0, 4346.0, 4369.0, 4360.0, 4356.0, 4367.0, 4357.0, 4347.0, 4358.0, 4345.0, 4346.0, 4398.0, 4367.0, 4363.0, 4347.0, 4343.0, 4357.0, 4359.0, 4342.0, 4343.0, 4382.0, 4342.0, 4376.0, 4333.0, 4356.0, 4358.0, 4356.0, 4336.0, 4354.0, 4388.0, 4369.0, 4362.0, 4357.0, 4356.0, 4346.0, 4357.0, 4369.0, 4379.0, 4360.0, 4379.0, 4348.0, 4357.0, 4357.0, 4356.0, 4373.0, 4354.0, 4387.0, 4367.0, 4342.0, 4334.0, 4357.0, 4358.0, 4358.0, 4358.0, 4358.0, 4348.0, 4367.0, 4344.0, 4358.0, 4342.0, 4369.0, 4397.0, 4380.0, 4388.0, 4333.0, 4346.0, 4354.0, 4345.0, 4363.0, 4332.0, 4365.0, 4343.0, 4355.0, 4357.0, 4343.0, 4359.0, 4368.0, 4359.0, 4357.0, 4377.0, 4333.0, 4346.0, 4357.0, 4366.0, 4343.0, 4357.0, 4343.0, 4346.0, 4356.0, 4359.0, 4386.0, 4346.0, 4379.0, 4347.0, 4353.0, 4349.0, 4345.0, 4358.0, 4369.0, 4390.0, 4369.0, 4388.0, 4358.0, 4357.0, 4357.0, 4359.0, 4344.0, 4370.0, 4390.0, 4370.0, 4353.0, 4380.0, 4368.0, 4357.0, 4390.0, 4356.0, 4377.0, 4389.0, 4360.0, 4388.0, 4359.0, 4378.0, 4359.0, 4369.0, 4354.0, 4357.0, 4366.0, 4356.0, 4355.0, 4357.0, 4367.0, 4360.0, 4388.0, 4355.0, 4379.0, 4377.0, 4359.0, 4362.0, 4359.0, 4379.0, 4347.0, 4369.0, 4392.0, 4357.0, 4377.0, 4357.0, 4376.0, 4347.0, 4367.0, 4357.0, 4369.0, 4387.0, 4346.0, 4365.0, 4358.0, 4366.0, 4358.0, 4368.0, 4336.0, 4368.0, 4362.0, 4357.0, 4351.0, 4344.0, 4366.0, 4348.0, 4368.0, 4359.0, 4369.0, 4347.0, 4359.0, 4359.0, 4370.0, 4385.0, 4345.0, 4378.0, 4358.0, 4368.0, 4343.0, 4370.0, 4363.0, 4370.0, 4400.0, 4379.0, 4378.0, 4358.0, 4368.0, 4345.0, 4362.0, 4349.0, 4354.0, 4347.0, 4344.0, 4347.0, 4359.0, 4396.0, 4357.0, 4377.0, 4385.0, 4356.0, 4376.0, 4358.0, 4346.0, 4355.0, 4347.0, 4367.0, 4371.0, 4401.0, 4358.0, 4358.0, 4394.0, 4359.0, 4386.0, 4356.0, 4353.0, 4330.0, 4356.0, 4374.0, 4341.0, 4395.0, 4355.0, 4373.0, 4355.0, 4339.0, 4345.0, 4353.0, 4345.0, 4340.0, 4344.0, 4343.0, 4333.0, 4341.0, 4344.0, 4356.0, 4375.0, 4351.0, 4375.0, 4352.0, 4346.0, 4357.0, 4357.0, 4354.0, 4353.0, 4370.0, 4390.0, 4377.0, 4400.0, 4361.0, 4390.0, 4371.0, 4392.0, 4360.0, 4390.0, 4345.0, 4388.0, 4360.0, 4369.0, 4361.0, 4381.0, 4380.0, 4378.0, 4343.0, 4346.0, 4344.0, 4391.0, 4365.0, 4379.0, 4385.0, 4388.0, 4363.0, 4358.0, 4368.0, 4369.0, 4375.0, 4370.0, 4378.0, 4369.0, 4363.0, 4359.0, 4363.0, 4344.0, 4365.0, 4344.0, 4378.0, 4343.0, 4343.0, 4360.0, 4370.0, 4389.0, 4354.0, 4387.0, 4368.0, 4366.0, 4358.0, 4352.0, 4358.0, 4368.0, 4358.0, 4369.0, 4367.0, 4369.0, 4369.0, 4370.0, 4390.0, 4368.0, 4378.0, 4365.0, 4368.0, 4372.0, 4390.0, 4371.0, 4370.0, 4388.0, 4369.0, 4378.0, 4358.0, 4363.0, 4354.0, 4380.0, 4369.0, 4369.0, 4366.0, 4368.0, 4364.0, 4370.0, 4401.0, 4371.0, 4379.0, 4354.0, 4378.0, 4359.0, 4353.0, 4370.0, 4389.0, 4373.0, 4400.0, 4366.0, 4390.0, 4372.0, 4387.0, 4369.0, 4382.0, 4399.0, 4369.0, 4358.0, 4378.0, 4359.0, 4379.0, 4370.0, 4385.0, 4368.0, 4389.0, 4357.0, 4357.0, 4332.0, 4356.0, 4345.0, 4355.0, 4386.0, 4342.0, 4363.0, 4355.0, 4340.0, 4357.0, 4354.0, 4353.0, 4377.0, 4357.0, 4377.0, 4352.0, 4366.0, 4357.0, 4368.0, 4344.0, 4363.0, 4359.0, 4378.0, 4360.0, 4367.0, 4360.0, 4368.0, 4346.0, 4382.0, 4356.0, 4380.0, 4359.0, 4370.0, 4378.0, 4369.0, 4388.0, 4334.0, 4368.0, 4347.0, 4355.0, 4331.0, 4354.0], 'WindowWidth': [9693.0, 9681.0, 9673.0, 9666.0, 9655.0, 9698.0, 9663.0, 9657.0, 9610.0, 9652.0, 9609.0, 9629.0, 9665.0, 9645.0, 9655.0, 9642.0, 9642.0, 9637.0, 9645.0, 9663.0, 9640.0, 9669.0, 9648.0, 9644.0, 9623.0, 9633.0, 9616.0, 9636.0, 9633.0, 9628.0, 9681.0, 9624.0, 9634.0, 9616.0, 9613.0, 9600.0, 9618.0, 9613.0, 9610.0, 9667.0, 9639.0, 9634.0, 9633.0, 9634.0, 9618.0, 9628.0, 9648.0, 9615.0, 9670.0, 9635.0, 9622.0, 9617.0, 9609.0, 9627.0, 9589.0, 9656.0, 9615.0, 9649.0, 9595.0, 9623.0, 9622.0, 9639.0, 9621.0, 9630.0, 9681.0, 9623.0, 9644.0, 9691.0, 9608.0, 9656.0, 9618.0, 9635.0, 9628.0, 9621.0, 9676.0, 9619.0, 9613.0, 9612.0, 9603.0, 9614.0, 9622.0, 9646.0, 9624.0, 9654.0, 9620.0, 9622.0, 9627.0, 9608.0, 9658.0, 9619.0, 9640.0, 9630.0, 9577.0, 9645.0, 9605.0, 9635.0, 9620.0, 9609.0, 9648.0, 9612.0, 9646.0, 9634.0, 9631.0, 9625.0, 9641.0, 9620.0, 9631.0, 9687.0, 9640.0, 9637.0, 9621.0, 9627.0, 9624.0, 9631.0, 9655.0, 9652.0, 9694.0, 9661.0, 9643.0, 9645.0, 9637.0, 9699.0, 9634.0, 9689.0, 9653.0, 9625.0, 9638.0, 9599.0, 9640.0, 9629.0, 9648.0, 9671.0, 9631.0, 9667.0, 9629.0, 9655.0, 9642.0, 9645.0, 9638.0, 9631.0, 9610.0, 9631.0, 9643.0, 9651.0, 9689.0, 9673.0, 9654.0, 9614.0, 9639.0, 9628.0, 9642.0, 9599.0, 9649.0, 9623.0, 9650.0, 9611.0, 9653.0, 9607.0, 9623.0, 9683.0, 9598.0, 9611.0, 9604.0, 9616.0, 9624.0, 9652.0, 9637.0, 9647.0, 9592.0, 9631.0, 9625.0, 9633.0, 9625.0, 9638.0, 9625.0, 9634.0, 9608.0, 9622.0, 9620.0, 9631.0, 9669.0, 9627.0, 9652.0, 9625.0, 9632.0, 9624.0, 9622.0, 9628.0, 9609.0, 9623.0, 9641.0, 9624.0, 9622.0, 9624.0, 9656.0, 9604.0, 9643.0, 9623.0, 9635.0, 9608.0, 9623.0, 9622.0, 9613.0, 9649.0, 9622.0, 9617.0, 9610.0, 9620.0, 9626.0, 9654.0, 9626.0, 9646.0, 9623.0, 9617.0, 9611.0, 9618.0, 9646.0, 9694.0, 9644.0, 9652.0, 9614.0, 9599.0, 9669.0, 9617.0, 9627.0, 9611.0, 9611.0, 9632.0, 9650.0, 9662.0, 9695.0, 9659.0, 9653.0, 9637.0, 9640.0, 9605.0, 9614.0, 9663.0, 9651.0, 9629.0, 9643.0, 9632.0, 9622.0, 9632.0, 9637.0, 9638.0, 9620.0, 9642.0, 9686.0, 9642.0, 9646.0, 9635.0, 9630.0, 9621.0, 9639.0, 9618.0, 9599.0, 9695.0, 9618.0, 9639.0, 9616.0, 9633.0, 9613.0, 9623.0, 9652.0, 9637.0, 9646.0, 9639.0, 9652.0, 9618.0, 9652.0, 9655.0, 9605.0, 9664.0, 9622.0, 9630.0, 9620.0, 9608.0, 9625.0, 9622.0, 9644.0, 9642.0, 9632.0, 9618.0, 9585.0, 9632.0, 9619.0, 9636.0, 9633.0, 9644.0, 9684.0, 9633.0, 9640.0, 9673.0, 9575.0, 9638.0, 9613.0, 9608.0, 9568.0, 9613.0, 9616.0, 9621.0, 9626.0, 9604.0, 9615.0, 9618.0, 9645.0, 9592.0, 9633.0, 9595.0, 9636.0, 9615.0, 9616.0, 9613.0, 9592.0, 9647.0, 9623.0, 9634.0, 9631.0, 9586.0, 9613.0, 9625.0, 9633.0, 9627.0, 9663.0, 9634.0, 9634.0, 9622.0, 9622.0, 9632.0, 9627.0, 9661.0, 9619.0, 9627.0, 9589.0, 9620.0, 9605.0, 9597.0, 9633.0, 9621.0, 9602.0, 9620.0, 9633.0, 9624.0, 9626.0, 9601.0, 9605.0, 9639.0, 9601.0, 9600.0, 9622.0, 9638.0, 9618.0, 9595.0, 9613.0, 9622.0, 9644.0, 9622.0, 9623.0, 9625.0, 9634.0, 9622.0, 9636.0, 9638.0, 9659.0, 9628.0, 9648.0, 9670.0, 9641.0, 9636.0, 9626.0, 9653.0, 9644.0, 9662.0, 9641.0, 9631.0, 9681.0, 9625.0, 9621.0, 9621.0, 9637.0, 9620.0, 9627.0, 9619.0, 9600.0, 9695.0, 9639.0, 9661.0, 9636.0, 9638.0, 9625.0, 9640.0, 9644.0, 9640.0, 9621.0, 9608.0, 9620.0, 9624.0, 9618.0, 9626.0, 9690.0, 9604.0, 9642.0, 9607.0, 9602.0, 9586.0, 9635.0, 9617.0, 9620.0, 9594.0, 9631.0, 9610.0, 9636.0, 9641.0, 9619.0, 9645.0, 9670.0, 9626.0, 9621.0, 9607.0, 9619.0, 9575.0, 9624.0, 9592.0, 9641.0, 9675.0, 9618.0, 9612.0, 9585.0, 9603.0, 9624.0, 9636.0, 9623.0, 9618.0, 9616.0, 9592.0, 9618.0, 9597.0, 9652.0, 9628.0, 9634.0, 9635.0, 9633.0, 9608.0, 9636.0, 9628.0, 9640.0, 9619.0, 9608.0, 9619.0, 9595.0, 9649.0, 9631.0, 9642.0, 9624.0, 9624.0, 9626.0, 9638.0, 9644.0, 9660.0, 9666.0, 9682.0, 9671.0, 9660.0, 9669.0, 9628.0, 9654.0, 9626.0, 9633.0, 9695.0, 9622.0, 9649.0, 9588.0, 9611.0, 9609.0, 9637.0, 9594.0, 9628.0, 9634.0, 9622.0, 9615.0, 9622.0, 9645.0, 9578.0, 9608.0, 9602.0, 9624.0, 9605.0, 9588.0, 9601.0, 9615.0, 9621.0, 9624.0, 9620.0, 9631.0, 9682.0, 9594.0, 9652.0, 9606.0, 9594.0, 9602.0, 9617.0, 9585.0, 9600.0, 9626.0, 9600.0, 9616.0, 9599.0, 9600.0, 9600.0, 9617.0, 9601.0, 9619.0, 9599.0, 9617.0, 9617.0, 9607.0, 9615.0, 9598.0, 9616.0, 9600.0, 9620.0, 9619.0, 9623.0, 9628.0, 9631.0, 9629.0, 9606.0, 9613.0, 9604.0, 9624.0, 9662.0, 9605.0, 9628.0, 9616.0, 9596.0, 9574.0, 9593.0, 9621.0, 9629.0, 9647.0, 9623.0, 9630.0, 9594.0, 9635.0, 9630.0, 9645.0, 9632.0, 9630.0, 9648.0, 9623.0, 9645.0, 9621.0, 9646.0, 9625.0, 9645.0, 9621.0, 9621.0, 9619.0, 9625.0, 9660.0, 9625.0, 9623.0, 9607.0, 9620.0, 9602.0, 9624.0, 9658.0, 9606.0, 9665.0, 9629.0, 9593.0, 9605.0, 9619.0, 9619.0, 9625.0, 9636.0, 9628.0, 9673.0, 9627.0, 9625.0, 9619.0, 9626.0, 9664.0, 9623.0, 9631.0, 9598.0, 9631.0, 9665.0, 9609.0, 9633.0, 9612.0, 9656.0, 9593.0, 9646.0, 9669.0, 9614.0, 9649.0, 9624.0, 9656.0, 9622.0, 9627.0, 9658.0, 9604.0, 9652.0, 9624.0, 9622.0, 9585.0, 9612.0, 9667.0, 9632.0, 9652.0, 9607.0, 9632.0, 9579.0, 9625.0, 9593.0, 9604.0, 9657.0, 9628.0, 9608.0, 9628.0, 9640.0, 9649.0, 9673.0, 9620.0, 9653.0, 9667.0, 9638.0, 9649.0, 9626.0, 9650.0, 9602.0, 9617.0, 9642.0, 9646.0, 9645.0, 9655.0, 9692.0, 9673.0, 9701.0, 9656.0, 9650.0, 9646.0, 9651.0, 9698.0, 9647.0, 9654.0, 9628.0, 9646.0, 9612.0, 9638.0, 9645.0, 9638.0, 9645.0, 9660.0, 9600.0, 9626.0, 9675.0, 9579.0, 9625.0, 9605.0, 9619.0, 9594.0, 9619.0, 9601.0, 9589.0, 9615.0, 9620.0, 9617.0, 9592.0, 9664.0, 9610.0, 9629.0, 9633.0, 9617.0, 9609.0, 9618.0, 9602.0, 9644.0, 9630.0, 9615.0, 9634.0, 9622.0, 9609.0, 9625.0, 9597.0, 9600.0, 9679.0, 9634.0, 9618.0, 9606.0, 9590.0, 9623.0, 9627.0, 9588.0, 9593.0, 9646.0, 9589.0, 9644.0, 9576.0, 9617.0, 9623.0, 9619.0, 9584.0, 9611.0, 9666.0, 9639.0, 9616.0, 9619.0, 9617.0, 9606.0, 9620.0, 9643.0, 9655.0, 9631.0, 9655.0, 9611.0, 9615.0, 9622.0, 9614.0, 9634.0, 9610.0, 9663.0, 9635.0, 9589.0, 9579.0, 9620.0, 9623.0, 9625.0, 9624.0, 9625.0, 9609.0, 9636.0, 9595.0, 9625.0, 9591.0, 9641.0, 9677.0, 9657.0, 9666.0, 9576.0, 9603.0, 9609.0, 9599.0, 9622.0, 9574.0, 9630.0, 9592.0, 9614.0, 9621.0, 9592.0, 9626.0, 9637.0, 9630.0, 9620.0, 9647.0, 9578.0, 9596.0, 9620.0, 9632.0, 9593.0, 9623.0, 9590.0, 9606.0, 9616.0, 9627.0, 9660.0, 9601.0, 9653.0, 9600.0, 9604.0, 9614.0, 9597.0, 9626.0, 9643.0, 9671.0, 9642.0, 9665.0, 9623.0, 9621.0, 9621.0, 9628.0, 9594.0, 9647.0, 9674.0, 9645.0, 9607.0, 9658.0, 9641.0, 9619.0, 9673.0, 9618.0, 9647.0, 9667.0, 9629.0, 9665.0, 9628.0, 9652.0, 9627.0, 9642.0, 9606.0, 9621.0, 9630.0, 9618.0, 9616.0, 9623.0, 9636.0, 9631.0, 9661.0, 9612.0, 9656.0, 9649.0, 9625.0, 9618.0, 9626.0, 9653.0, 9610.0, 9643.0, 9659.0, 9619.0, 9646.0, 9621.0, 9645.0, 9609.0, 9636.0, 9621.0, 9641.0, 9662.0, 9597.0, 9630.0, 9623.0, 9632.0, 9625.0, 9639.0, 9587.0, 9639.0, 9616.0, 9621.0, 9601.0, 9593.0, 9632.0, 9612.0, 9639.0, 9626.0, 9634.0, 9610.0, 9629.0, 9628.0, 9645.0, 9654.0, 9600.0, 9653.0, 9625.0, 9640.0, 9594.0, 9643.0, 9621.0, 9645.0, 9686.0, 9655.0, 9652.0, 9627.0, 9640.0, 9600.0, 9621.0, 9609.0, 9612.0, 9611.0, 9596.0, 9607.0, 9628.0, 9669.0, 9622.0, 9647.0, 9654.0, 9618.0, 9646.0, 9623.0, 9604.0, 9617.0, 9610.0, 9637.0, 9648.0, 9690.0, 9626.0, 9626.0, 9665.0, 9629.0, 9653.0, 9618.0, 9605.0, 9571.0, 9618.0, 9639.0, 9585.0, 9668.0, 9613.0, 9636.0, 9614.0, 9579.0, 9601.0, 9610.0, 9602.0, 9584.0, 9596.0, 9596.0, 9581.0, 9585.0, 9598.0, 9619.0, 9644.0, 9602.0, 9643.0, 9601.0, 9603.0, 9622.0, 9621.0, 9612.0, 9609.0, 9648.0, 9672.0, 9645.0, 9686.0, 9636.0, 9673.0, 9648.0, 9678.0, 9633.0, 9672.0, 9598.0, 9666.0, 9630.0, 9643.0, 9634.0, 9662.0, 9658.0, 9653.0, 9595.0, 9602.0, 9598.0, 9676.0, 9628.0, 9659.0, 9654.0, 9667.0, 9620.0, 9626.0, 9639.0, 9644.0, 9644.0, 9647.0, 9654.0, 9641.0, 9621.0, 9628.0, 9622.0, 9599.0, 9628.0, 9598.0, 9652.0, 9594.0, 9596.0, 9630.0, 9648.0, 9671.0, 9611.0, 9663.0, 9637.0, 9632.0, 9625.0, 9606.0, 9628.0, 9642.0, 9628.0, 9641.0, 9637.0, 9645.0, 9641.0, 9647.0, 9674.0, 9634.0, 9653.0, 9626.0, 9642.0, 9652.0, 9673.0, 9648.0, 9648.0, 9666.0, 9641.0, 9651.0, 9627.0, 9620.0, 9611.0, 9661.0, 9645.0, 9643.0, 9635.0, 9639.0, 9621.0, 9644.0, 9688.0, 9650.0, 9657.0, 9611.0, 9653.0, 9628.0, 9607.0, 9646.0, 9672.0, 9654.0, 9685.0, 9632.0, 9672.0, 9651.0, 9660.0, 9640.0, 9663.0, 9682.0, 9642.0, 9624.0, 9651.0, 9628.0, 9655.0, 9646.0, 9654.0, 9639.0, 9667.0, 9621.0, 9619.0, 9574.0, 9619.0, 9601.0, 9616.0, 9659.0, 9588.0, 9623.0, 9615.0, 9583.0, 9620.0, 9614.0, 9605.0, 9649.0, 9623.0, 9648.0, 9602.0, 9632.0, 9623.0, 9636.0, 9598.0, 9621.0, 9628.0, 9651.0, 9628.0, 9636.0, 9628.0, 9638.0, 9603.0, 9663.0, 9616.0, 9658.0, 9625.0, 9642.0, 9651.0, 9641.0, 9665.0, 9582.0, 9636.0, 9604.0, 9614.0, 9571.0, 9615.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.0008677217553688144</td></tr>
<tr><td colspan=3>aqi</td><td>0.02344775396825397</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.850358734757044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2014521136728977</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0028731852336443</td></tr>
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
<tr><td colspan=3>fber</td><td>7510.9883</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0805227983872197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7469654528478058</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3773705011900432</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2786271274914776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6402881188688077</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.213196257209844</td></tr>
<tr><td colspan=3>gcor</td><td>0.00450937</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016480926424264908</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01697663776576519</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.910570748812381</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>27.9475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.2338</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310153.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>938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.9441</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.5483</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.1116</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.4765</td></tr>
<tr><td colspan=3>tsnr</td><td>39.6050203545019</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>