<?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-0014_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6bea6b1c0ce36aec4418cf7e4b6ab9c9</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:50:15.805000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994218, 0.0371679, 0.100741, -0.0203051, 0.986333, -0.163511]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0829672</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7750, -7270, 499, -20, -81, 8, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62f06693-d74e-48b2-9289-f2f18cf230f2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.667414665222168, -0.05447708070278168, 0.2846921682357788, 107.22154235839844], [-0.09971878677606583, 2.6462583541870117, -0.43340298533439636, -71.05590057373047], [0.2702808976173401, 0.43868690729141235, 2.649738073348999, -107.5748519897461], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['165015.805000', '165016.265000', '165016.725000', '165017.185000', '165017.645000', '165018.105000', '165018.565000', '165019.025000', '165019.485000', '165019.945000', '165020.405000', '165020.865000', '165021.325000', '165021.785000', '165022.245000', '165022.705000', '165023.165000', '165023.625000', '165024.085000', '165024.545000', '165025.005000', '165025.465000', '165025.925000', '165026.385000', '165026.845000', '165027.305000', '165027.765000', '165028.225000', '165028.685000', '165029.145000', '165029.605000', '165030.065000', '165030.525000', '165030.985000', '165031.445000', '165031.905000', '165032.365000', '165032.825000', '165033.285000', '165033.745000', '165034.205000', '165034.665000', '165035.125000', '165035.585000', '165036.045000', '165036.505000', '165036.965000', '165037.425000', '165037.885000', '165038.345000', '165038.805000', '165039.265000', '165039.725000', '165040.185000', '165040.645000', '165041.105000', '165041.565000', '165042.025000', '165042.485000', '165042.945000', '165043.405000', '165043.865000', '165044.325000', '165044.785000', '165045.245000', '165045.705000', '165046.165000', '165046.625000', '165047.085000', '165047.545000', '165048.005000', '165048.465000', '165048.925000', '165049.385000', '165049.845000', '165050.305000', '165050.765000', '165051.225000', '165051.685000', '165052.145000', '165052.605000', '165053.065000', '165053.525000', '165053.985000', '165054.445000', '165054.905000', '165055.365000', '165055.825000', '165056.285000', '165056.745000', '165057.205000', '165057.665000', '165058.125000', '165058.585000', '165059.045000', '165059.505000', '165059.965000', '165100.425000', '165100.885000', '165101.345000', '165101.805000', '165102.265000', '165102.725000', '165103.185000', '165103.645000', '165104.105000', '165104.565000', '165105.025000', '165105.485000', '165105.945000', '165106.405000', '165106.865000', '165107.325000', '165107.785000', '165108.245000', '165108.705000', '165109.165000', '165109.625000', '165110.085000', '165110.545000', '165111.005000', '165111.465000', '165111.925000', '165112.385000', '165112.845000', '165113.305000', '165113.765000', '165114.225000', '165114.685000', '165115.145000', '165115.605000', '165116.065000', '165116.525000', '165116.985000', '165117.445000', '165117.905000', '165118.365000', '165118.825000', '165119.285000', '165119.745000', '165120.205000', '165120.665000', '165121.125000', '165121.585000', '165122.045000', '165122.505000', '165122.965000', '165123.425000', '165123.885000', '165124.345000', '165124.805000', '165125.265000', '165125.725000', '165126.185000', '165126.645000', '165127.105000', '165127.565000', '165128.025000', '165128.485000', '165128.945000', '165129.405000', '165129.865000', '165130.325000', '165130.785000', '165131.245000', '165131.705000', '165132.165000', '165132.625000', '165133.085000', '165133.545000', '165134.005000', '165134.465000', '165134.925000', '165135.385000', '165135.845000', '165136.305000', '165136.765000', '165137.225000', '165137.685000', '165138.145000', '165138.605000', '165139.065000', '165139.525000', '165139.985000', '165140.445000', '165140.905000', '165141.365000', '165141.825000', '165142.285000', '165142.745000', '165143.205000', '165143.665000', '165144.125000', '165144.585000', '165145.045000', '165145.505000', '165145.965000', '165146.425000', '165146.885000', '165147.345000', '165147.805000', '165148.265000', '165148.725000', '165149.185000', '165149.645000', '165150.105000', '165150.565000', '165151.025000', '165151.485000', '165151.945000', '165152.405000', '165152.865000', '165153.325000', '165153.785000', '165154.245000', '165154.705000', '165155.165000', '165155.625000', '165156.085000', '165156.545000', '165157.005000', '165157.465000', '165157.925000', '165158.385000', '165158.845000', '165159.305000', '165159.765000', '165200.225000', '165200.685000', '165201.145000', '165201.605000', '165202.065000', '165202.525000', '165202.985000', '165203.445000', '165203.905000', '165204.365000', '165204.825000', '165205.285000', '165205.745000', '165206.205000', '165206.665000', '165207.125000', '165207.585000', '165208.045000', '165208.505000', '165208.965000', '165209.425000', '165209.885000', '165210.345000', '165210.805000', '165211.265000', '165211.725000', '165212.185000', '165212.645000', '165213.105000', '165213.565000', '165214.025000', '165214.485000', '165214.945000', '165215.405000', '165215.865000', '165216.325000', '165216.785000', '165217.245000', '165217.705000', '165218.165000', '165218.625000', '165219.085000', '165219.545000', '165220.005000', '165220.465000', '165220.925000', '165221.385000', '165221.845000', '165222.305000', '165222.765000', '165223.225000', '165223.685000', '165224.145000', '165224.605000', '165225.065000', '165225.525000', '165225.985000', '165226.445000', '165226.905000', '165227.365000', '165227.825000', '165228.285000', '165228.745000', '165229.205000', '165229.665000', '165230.125000', '165230.585000', '165231.045000', '165231.505000', '165231.965000', '165232.425000', '165232.885000', '165233.345000', '165233.805000', '165234.265000', '165234.725000', '165235.185000', '165235.645000', '165236.105000', '165236.565000', '165237.025000', '165237.485000', '165237.945000', '165238.405000', '165238.865000', '165239.325000', '165239.785000', '165240.245000', '165240.705000', '165241.165000', '165241.625000', '165242.085000', '165242.545000', '165243.005000', '165243.465000', '165243.925000', '165244.385000', '165244.845000', '165245.305000', '165245.765000', '165246.225000', '165246.685000', '165247.145000', '165247.605000', '165248.065000', '165248.525000', '165248.985000', '165249.445000', '165249.905000', '165250.365000', '165250.825000', '165251.285000', '165251.745000', '165252.205000', '165252.665000', '165253.125000', '165253.585000', '165254.045000', '165254.505000', '165254.965000', '165255.425000', '165255.885000', '165256.345000', '165256.805000', '165257.265000', '165257.725000', '165258.185000', '165258.645000', '165259.105000', '165259.565000', '165300.025000', '165300.485000', '165300.945000', '165301.405000', '165301.865000', '165302.325000', '165302.785000', '165303.245000', '165303.705000', '165304.165000', '165304.625000', '165305.085000', '165305.545000', '165306.005000', '165306.465000', '165306.925000', '165307.385000', '165307.845000', '165308.305000', '165308.765000', '165309.225000', '165309.685000', '165310.145000', '165310.605000', '165311.065000', '165311.525000', '165311.985000', '165312.445000', '165312.905000', '165313.365000', '165313.825000', '165314.285000', '165314.745000', '165315.205000', '165315.665000', '165316.125000', '165316.585000', '165317.045000', '165317.505000', '165317.965000', '165318.425000', '165318.885000', '165319.345000', '165319.805000', '165320.265000', '165320.725000', '165321.185000', '165321.645000', '165322.105000', '165322.565000', '165323.025000', '165323.485000', '165323.945000', '165324.405000', '165324.865000', '165325.325000', '165325.785000', '165326.245000', '165326.705000', '165327.165000', '165327.625000', '165328.085000', '165328.545000', '165329.005000', '165329.465000', '165329.925000', '165330.385000', '165330.845000', '165331.305000', '165331.765000', '165332.225000', '165332.685000', '165333.145000', '165333.605000', '165334.065000', '165334.525000', '165334.985000', '165335.445000', '165335.905000', '165336.365000', '165336.825000', '165337.285000', '165337.745000', '165338.205000', '165338.665000', '165339.125000', '165339.585000', '165340.045000', '165340.505000', '165340.965000', '165341.425000', '165341.885000', '165342.345000', '165342.805000', '165343.265000', '165343.725000', '165344.185000', '165344.645000', '165345.105000', '165345.565000', '165346.025000', '165346.485000', '165346.945000', '165347.405000', '165347.865000', '165348.325000', '165348.785000', '165349.245000', '165349.705000', '165350.165000', '165350.625000', '165351.085000', '165351.545000', '165352.005000', '165352.465000', '165352.925000', '165353.385000', '165353.845000', '165354.305000', '165354.765000', '165355.225000', '165355.685000', '165356.145000', '165356.605000', '165357.065000', '165357.525000', '165357.985000', '165358.445000', '165358.905000', '165359.365000', '165359.825000', '165400.285000', '165400.745000', '165401.205000', '165401.665000', '165402.125000', '165402.585000', '165403.045000', '165403.505000', '165403.965000', '165404.425000', '165404.885000', '165405.345000', '165405.805000', '165406.265000', '165406.725000', '165407.185000', '165407.645000', '165408.105000', '165408.565000', '165409.025000', '165409.485000', '165409.945000', '165410.405000', '165410.865000', '165411.325000', '165411.785000', '165412.245000', '165412.705000', '165413.165000', '165413.625000', '165414.085000', '165414.545000', '165415.005000', '165415.465000', '165415.925000', '165416.385000', '165416.845000', '165417.305000', '165417.765000', '165418.225000', '165418.685000', '165419.145000', '165419.605000', '165420.065000', '165420.525000', '165420.985000', '165421.445000', '165421.905000', '165422.365000', '165422.825000', '165423.285000', '165423.745000', '165424.205000', '165424.665000', '165425.125000', '165425.585000', '165426.045000', '165426.505000', '165426.965000', '165427.425000', '165427.885000', '165428.345000', '165428.805000', '165429.265000', '165429.725000', '165430.185000', '165430.645000', '165431.105000', '165431.565000', '165432.025000', '165432.485000', '165432.945000', '165433.405000', '165433.865000', '165434.325000', '165434.785000', '165435.245000', '165435.705000', '165436.165000', '165436.625000', '165437.085000', '165437.545000', '165438.005000', '165438.465000', '165438.925000', '165439.385000', '165439.845000', '165440.305000', '165440.765000', '165441.225000', '165441.685000', '165442.145000', '165442.605000', '165443.065000', '165443.525000', '165443.985000', '165444.445000', '165444.905000', '165445.365000', '165445.825000', '165446.285000', '165446.745000', '165447.205000', '165447.665000', '165448.125000', '165448.585000', '165449.045000', '165449.505000', '165449.965000', '165450.425000', '165450.885000', '165451.345000', '165451.805000', '165452.265000', '165452.725000', '165453.185000', '165453.645000', '165454.105000', '165454.565000', '165455.025000', '165455.485000', '165455.945000', '165456.405000', '165456.865000', '165457.325000', '165457.785000', '165458.245000', '165458.705000', '165459.165000', '165459.625000', '165500.085000', '165500.545000', '165501.005000', '165501.465000', '165501.925000', '165502.385000', '165502.845000', '165503.305000', '165503.765000', '165504.225000', '165504.685000', '165505.145000', '165505.605000', '165506.065000', '165506.525000', '165506.985000', '165507.445000', '165507.905000', '165508.365000', '165508.825000', '165509.285000', '165509.745000', '165510.205000', '165510.665000', '165511.125000', '165511.585000', '165512.045000', '165512.505000', '165512.965000', '165513.425000', '165513.885000', '165514.345000', '165514.805000', '165515.265000', '165515.725000', '165516.185000', '165516.645000', '165517.105000', '165517.565000', '165518.025000', '165518.485000', '165518.945000', '165519.405000', '165519.865000', '165520.325000', '165520.785000', '165521.245000', '165521.705000', '165522.165000', '165522.625000', '165523.085000', '165523.545000', '165524.005000', '165524.465000', '165524.925000', '165525.385000', '165525.845000', '165526.305000', '165526.765000', '165527.225000', '165527.685000', '165528.145000', '165528.605000', '165529.065000', '165529.525000', '165529.985000', '165530.445000', '165530.905000', '165531.365000', '165531.825000', '165532.285000', '165532.745000', '165533.205000', '165533.665000', '165534.125000', '165534.585000', '165535.045000', '165535.505000', '165535.965000', '165536.425000', '165536.885000', '165537.345000', '165537.805000', '165538.265000', '165538.725000', '165539.185000', '165539.645000', '165540.105000', '165540.565000', '165541.025000', '165541.485000', '165541.945000', '165542.405000', '165542.865000', '165543.325000', '165543.785000', '165544.245000', '165544.705000', '165545.165000', '165545.625000', '165546.085000', '165546.545000', '165547.005000', '165547.465000', '165547.925000', '165548.385000', '165548.845000', '165549.305000', '165549.765000', '165550.225000', '165550.685000', '165551.145000', '165551.605000', '165552.065000', '165552.525000', '165552.985000', '165553.445000', '165553.905000', '165554.365000', '165554.825000', '165555.285000', '165555.745000', '165556.205000', '165556.665000', '165557.125000', '165557.585000', '165558.045000', '165558.505000', '165558.965000', '165559.425000', '165559.885000', '165600.345000', '165600.805000', '165601.265000', '165601.725000', '165602.185000', '165602.645000', '165603.105000', '165603.565000', '165604.025000', '165604.485000', '165604.945000', '165605.405000', '165605.865000', '165606.325000', '165606.785000', '165607.245000', '165607.705000', '165608.165000', '165608.625000', '165609.085000', '165609.545000', '165610.005000', '165610.465000', '165610.925000', '165611.385000', '165611.845000', '165612.305000', '165612.765000', '165613.225000', '165613.685000', '165614.145000', '165614.605000', '165615.065000', '165615.525000', '165615.985000', '165616.445000', '165616.905000', '165617.365000', '165617.825000', '165618.285000', '165618.745000', '165619.205000', '165619.665000', '165620.125000', '165620.585000', '165621.045000', '165621.505000', '165621.965000', '165622.425000', '165622.885000', '165623.345000', '165623.805000', '165624.265000', '165624.725000', '165625.185000', '165625.645000', '165626.105000', '165626.565000', '165627.025000', '165627.485000', '165627.945000', '165628.405000', '165628.865000', '165629.325000', '165629.785000', '165630.245000', '165630.705000', '165631.165000', '165631.625000', '165632.085000', '165632.545000', '165633.005000', '165633.465000', '165633.925000', '165634.385000', '165634.845000', '165635.305000', '165635.765000', '165636.225000', '165636.685000', '165637.145000', '165637.605000', '165638.065000', '165638.525000', '165638.985000', '165639.445000', '165639.905000', '165640.365000', '165640.825000', '165641.285000', '165641.745000', '165642.205000', '165642.665000', '165643.125000', '165643.585000', '165644.045000', '165644.505000', '165644.965000', '165645.425000', '165645.885000', '165646.345000', '165646.805000', '165647.265000', '165647.725000', '165648.185000', '165648.645000', '165649.105000', '165649.565000', '165650.025000', '165650.485000', '165650.945000', '165651.405000', '165651.865000', '165652.325000', '165652.785000', '165653.245000', '165653.705000', '165654.165000', '165654.625000', '165655.085000', '165655.545000', '165656.005000', '165656.465000', '165656.925000', '165657.385000', '165657.845000', '165658.305000', '165658.765000', '165659.225000', '165659.685000', '165700.145000', '165700.605000', '165701.065000', '165701.525000', '165701.985000', '165702.445000', '165702.905000', '165703.365000', '165703.825000', '165704.285000', '165704.745000', '165705.205000', '165705.665000', '165706.125000', '165706.585000', '165707.045000', '165707.505000', '165707.965000', '165708.425000', '165708.885000', '165709.345000', '165709.805000', '165710.265000', '165710.725000', '165711.185000', '165711.645000', '165712.105000', '165712.565000', '165713.025000', '165713.485000', '165713.945000', '165714.405000', '165714.865000', '165715.325000', '165715.785000', '165716.245000', '165716.705000', '165717.165000', '165717.625000', '165718.085000', '165718.545000', '165719.005000', '165719.465000', '165719.925000', '165720.385000', '165720.845000', '165721.305000', '165721.765000', '165722.225000', '165722.685000', '165723.145000', '165723.605000', '165724.065000', '165724.525000', '165724.985000', '165725.445000', '165725.905000', '165726.365000', '165726.825000', '165727.285000', '165727.745000', '165728.205000', '165728.665000', '165729.125000', '165729.585000', '165730.045000', '165730.505000', '165730.965000', '165731.425000', '165731.885000', '165732.345000', '165732.805000', '165733.265000', '165733.725000', '165734.185000', '165734.645000', '165735.105000', '165735.565000', '165736.025000', '165736.485000', '165736.945000', '165737.405000', '165737.865000', '165738.325000', '165738.785000', '165739.245000', '165739.705000', '165740.165000', '165740.625000', '165741.085000', '165741.545000', '165742.005000', '165742.465000', '165742.925000', '165743.385000', '165743.845000', '165744.305000', '165744.765000', '165745.225000', '165745.685000', '165746.145000', '165746.605000', '165747.065000', '165747.525000', '165747.985000', '165748.445000', '165748.905000', '165749.365000', '165749.825000', '165750.285000', '165750.745000', '165751.205000', '165751.665000', '165752.125000', '165752.585000', '165753.045000', '165753.505000', '165753.965000', '165754.425000', '165754.885000', '165755.345000', '165755.805000', '165756.265000', '165756.725000', '165757.185000', '165757.645000', '165758.105000', '165758.565000', '165759.025000', '165759.485000', '165759.945000', '165800.405000', '165800.865000', '165801.325000', '165801.785000', '165802.245000', '165802.705000', '165803.165000', '165803.625000', '165804.085000', '165804.545000', '165805.005000', '165805.465000', '165805.925000', '165806.385000', '165806.845000', '165807.305000', '165807.765000', '165808.225000', '165808.685000', '165809.145000', '165809.605000', '165810.065000', '165810.525000', '165810.985000', '165811.445000', '165811.905000', '165812.365000', '165812.825000', '165813.285000', '165813.745000', '165814.205000', '165814.665000', '165815.125000', '165815.585000', '165816.045000', '165816.505000', '165816.965000', '165817.425000', '165817.885000', '165818.345000', '165818.805000', '165819.265000', '165819.725000', '165820.185000', '165820.645000', '165821.105000', '165821.565000', '165822.025000', '165822.485000', '165822.945000', '165823.405000', '165823.865000', '165824.325000', '165824.785000', '165825.245000'], 'ContentTime': ['165028.416000', '165028.420000', '165028.423000', '165028.426000', '165028.429000', '165028.432000', '165028.435000', '165028.447000', '165028.450000', '165028.453000', '165028.455000', '165028.458000', '165028.461000', '165028.466000', '165028.469000', '165028.471000', '165028.475000', '165028.477000', '165028.480000', '165028.483000', '165028.486000', '165028.489000', '165028.492000', '165028.495000', '165028.498000', '165028.500000', '165048.378000', '165048.381000', '165048.384000', '165048.387000', '165048.390000', '165048.393000', '165048.396000', '165048.399000', '165048.402000', '165048.405000', '165048.408000', '165048.411000', '165048.413000', '165048.416000', '165048.419000', '165048.436000', '165048.439000', '165048.442000', '165048.445000', '165048.448000', '165048.451000', '165048.454000', '165048.457000', '165048.460000', '165048.463000', '165048.466000', '165048.469000', '165048.472000', '165048.475000', '165048.478000', '165048.481000', '165048.484000', '165048.487000', '165048.490000', '165048.493000', '165048.498000', '165048.501000', '165048.504000', '165048.507000', '165048.510000', '165048.513000', '165048.516000', '165048.519000', '165108.378000', '165108.381000', '165108.383000', '165108.386000', '165108.389000', '165108.392000', '165108.395000', '165108.398000', '165108.400000', '165108.403000', '165108.406000', '165108.409000', '165108.411000', '165108.414000', '165108.417000', '165108.420000', '165108.423000', '165108.425000', '165108.428000', '165108.431000', '165108.434000', '165108.436000', '165108.439000', '165108.442000', '165108.445000', '165108.447000', '165108.450000', '165108.453000', '165108.456000', '165108.459000', '165108.465000', '165108.468000', '165108.470000', '165108.473000', '165108.476000', '165108.479000', '165108.482000', '165108.484000', '165108.487000', '165108.490000', '165108.493000', '165108.495000', '165108.498000', '165108.501000', '165128.378000', '165128.381000', '165128.384000', '165128.386000', '165128.389000', '165128.392000', '165128.395000', '165128.398000', '165128.400000', '165128.403000', '165128.406000', '165128.409000', '165128.412000', '165128.414000', '165128.417000', '165128.420000', '165128.423000', '165128.426000', '165128.428000', '165128.431000', '165128.434000', '165128.437000', '165128.439000', '165128.442000', '165128.445000', '165128.448000', '165128.450000', '165128.453000', '165128.456000', '165128.459000', '165128.462000', '165128.464000', '165128.467000', '165128.470000', '165128.473000', '165128.476000', '165128.478000', '165128.481000', '165128.484000', '165128.487000', '165128.490000', '165128.493000', '165128.495000', '165148.378000', '165148.381000', '165148.384000', '165148.386000', '165148.389000', '165148.392000', '165148.395000', '165148.398000', '165148.400000', '165148.403000', '165148.406000', '165148.409000', '165148.411000', '165148.414000', '165148.417000', '165148.420000', '165148.423000', '165148.426000', '165148.428000', '165148.431000', '165148.434000', '165148.437000', '165148.439000', '165148.442000', '165148.445000', '165148.448000', '165148.451000', '165148.453000', '165148.456000', '165148.459000', '165148.462000', '165148.464000', '165148.467000', '165148.470000', '165148.473000', '165148.476000', '165148.479000', '165148.481000', '165148.484000', '165148.487000', '165148.490000', '165148.493000', '165148.496000', '165148.498000', '165208.379000', '165208.382000', '165208.385000', '165208.387000', '165208.390000', '165208.393000', '165208.396000', '165208.398000', '165208.401000', '165208.404000', '165208.407000', '165208.410000', '165208.412000', '165208.415000', '165208.418000', '165208.421000', '165208.424000', '165208.427000', '165208.429000', '165208.432000', '165208.435000', '165208.438000', '165208.440000', '165208.443000', '165208.446000', '165208.449000', '165208.452000', '165208.455000', '165208.457000', '165208.460000', '165208.463000', '165208.466000', '165208.469000', '165208.471000', '165208.474000', '165208.477000', '165208.480000', '165208.483000', '165208.485000', '165208.488000', '165208.491000', '165208.494000', '165208.497000', '165228.379000', '165228.382000', '165228.385000', '165228.387000', '165228.390000', '165228.393000', '165228.396000', '165228.399000', '165228.401000', '165228.404000', '165228.407000', '165228.421000', '165228.424000', '165228.427000', '165228.430000', '165228.433000', '165228.435000', '165228.438000', '165228.441000', '165228.444000', '165228.447000', '165228.449000', '165228.452000', '165228.455000', '165228.458000', '165228.461000', '165228.463000', '165228.466000', '165228.469000', '165228.472000', '165228.475000', '165228.477000', '165228.480000', '165228.483000', '165228.486000', '165228.489000', '165228.491000', '165228.494000', '165228.497000', '165228.500000', '165228.503000', '165228.506000', '165228.508000', '165228.511000', '165248.379000', '165248.382000', '165248.385000', '165248.388000', '165248.390000', '165248.393000', '165248.396000', '165248.399000', '165248.401000', '165248.404000', '165248.407000', '165248.410000', '165248.413000', '165248.416000', '165248.418000', '165248.421000', '165248.424000', '165248.427000', '165248.430000', '165248.433000', '165248.435000', '165248.438000', '165248.441000', '165248.444000', '165248.447000', '165248.449000', '165248.452000', '165248.455000', '165248.458000', '165248.461000', '165248.463000', '165248.466000', '165248.469000', '165248.472000', '165248.474000', '165248.477000', '165248.480000', '165248.483000', '165248.486000', '165248.488000', '165248.491000', '165248.494000', '165248.497000', '165308.378000', '165308.381000', '165308.384000', '165308.387000', '165308.391000', '165308.394000', '165308.397000', '165308.399000', '165308.402000', '165308.405000', '165308.408000', '165308.411000', '165308.413000', '165308.416000', '165308.419000', '165308.422000', '165308.424000', '165308.427000', '165308.430000', '165308.433000', '165308.436000', '165308.438000', '165308.441000', '165308.444000', '165308.447000', '165308.450000', '165308.453000', '165308.455000', '165308.458000', '165308.461000', '165308.464000', '165308.466000', '165308.469000', '165308.472000', '165308.475000', '165308.478000', '165308.480000', '165308.483000', '165308.486000', '165308.489000', '165308.492000', '165308.494000', '165308.497000', '165328.378000', '165328.381000', '165328.384000', '165328.386000', '165328.389000', '165328.392000', '165328.395000', '165328.398000', '165328.400000', '165328.403000', '165328.406000', '165328.409000', '165328.412000', '165328.414000', '165328.417000', '165328.420000', '165328.423000', '165328.425000', '165328.428000', '165328.431000', '165328.434000', '165328.437000', '165328.440000', '165328.443000', '165328.445000', '165328.448000', '165328.451000', '165328.454000', '165328.457000', '165328.459000', '165328.462000', '165328.465000', '165328.468000', '165328.471000', '165328.473000', '165328.476000', '165328.479000', '165328.482000', '165328.485000', '165328.487000', '165328.490000', '165328.493000', '165328.496000', '165328.499000', '165348.378000', '165348.381000', '165348.384000', '165348.387000', '165348.389000', '165348.397000', '165348.400000', '165348.403000', '165348.406000', '165348.409000', '165348.412000', '165348.415000', '165348.419000', '165348.422000', '165348.425000', '165348.427000', '165348.430000', '165348.433000', '165348.436000', '165348.439000', '165348.442000', '165348.444000', '165348.447000', '165348.450000', '165348.453000', '165348.456000', '165348.459000', '165348.461000', '165348.464000', '165348.467000', '165348.470000', '165348.473000', '165348.475000', '165348.478000', '165348.481000', '165348.484000', '165348.498000', '165348.500000', '165348.503000', '165348.506000', '165348.509000', '165348.512000', '165348.514000', '165408.378000', '165408.381000', '165408.384000', '165408.387000', '165408.389000', '165408.392000', '165408.395000', '165408.398000', '165408.401000', '165408.404000', '165408.406000', '165408.409000', '165408.412000', '165408.415000', '165408.417000', '165408.420000', '165408.423000', '165408.426000', '165408.429000', '165408.431000', '165408.434000', '165408.437000', '165408.440000', '165408.443000', '165408.446000', '165408.448000', '165408.451000', '165408.454000', '165408.457000', '165408.460000', '165408.462000', '165408.465000', '165408.468000', '165408.471000', '165408.474000', '165408.476000', '165408.479000', '165408.482000', '165408.485000', '165408.488000', '165408.491000', '165408.493000', '165408.496000', '165408.499000', '165428.379000', '165428.382000', '165428.385000', '165428.387000', '165428.390000', '165428.393000', '165428.396000', '165428.399000', '165428.402000', '165428.405000', '165428.407000', '165428.410000', '165428.413000', '165428.416000', '165428.419000', '165428.421000', '165428.424000', '165428.427000', '165428.430000', '165428.433000', '165428.436000', '165428.439000', '165428.442000', '165428.445000', '165428.448000', '165428.451000', '165428.454000', '165428.456000', '165428.459000', '165428.462000', '165428.465000', '165428.468000', '165428.470000', '165428.473000', '165428.476000', '165428.479000', '165428.482000', '165428.485000', '165428.487000', '165428.490000', '165428.493000', '165428.496000', '165428.499000', '165448.379000', '165448.382000', '165448.385000', '165448.388000', '165448.390000', '165448.393000', '165448.396000', '165448.399000', '165448.402000', '165448.405000', '165448.407000', '165448.410000', '165448.413000', '165448.416000', '165448.419000', '165448.421000', '165448.424000', '165448.427000', '165448.430000', '165448.432000', '165448.435000', '165448.438000', '165448.441000', '165448.444000', '165448.447000', '165448.449000', '165448.452000', '165448.455000', '165448.458000', '165448.461000', '165448.463000', '165448.466000', '165448.469000', '165448.472000', '165448.475000', '165448.478000', '165448.480000', '165448.483000', '165448.486000', '165448.489000', '165448.492000', '165448.495000', '165448.497000', '165448.500000', '165508.378000', '165508.381000', '165508.384000', '165508.388000', '165508.391000', '165508.394000', '165508.397000', '165508.400000', '165508.402000', '165508.405000', '165508.408000', '165508.411000', '165508.414000', '165508.416000', '165508.419000', '165508.422000', '165508.425000', '165508.428000', '165508.431000', '165508.434000', '165508.436000', '165508.441000', '165508.446000', '165508.449000', '165508.452000', '165508.454000', '165508.457000', '165508.460000', '165508.463000', '165508.466000', '165508.468000', '165508.471000', '165508.474000', '165508.477000', '165508.480000', '165508.482000', '165508.485000', '165508.488000', '165508.491000', '165508.494000', '165508.496000', '165508.499000', '165508.502000', '165528.378000', '165528.381000', '165528.384000', '165528.387000', '165528.389000', '165528.392000', '165528.395000', '165528.398000', '165528.401000', '165528.403000', '165528.406000', '165528.409000', '165528.412000', '165528.415000', '165528.417000', '165528.420000', '165528.423000', '165528.426000', '165528.440000', '165528.443000', '165528.445000', '165528.448000', '165528.451000', '165528.454000', '165528.457000', '165528.459000', '165528.462000', '165528.465000', '165528.468000', '165528.471000', '165528.473000', '165528.476000', '165528.479000', '165528.482000', '165528.485000', '165528.488000', '165528.490000', '165528.493000', '165528.496000', '165528.499000', '165528.502000', '165528.504000', '165528.508000', '165528.510000', '165548.378000', '165548.383000', '165548.386000', '165548.389000', '165548.392000', '165548.394000', '165548.397000', '165548.400000', '165548.403000', '165548.406000', '165548.408000', '165548.411000', '165548.414000', '165548.417000', '165548.420000', '165548.423000', '165548.425000', '165548.428000', '165548.431000', '165548.434000', '165548.437000', '165548.439000', '165548.442000', '165548.445000', '165548.448000', '165548.451000', '165548.462000', '165548.465000', '165548.468000', '165548.473000', '165548.476000', '165548.479000', '165548.482000', '165548.485000', '165548.488000', '165548.491000', '165548.494000', '165548.496000', '165548.499000', '165548.502000', '165548.505000', '165548.508000', '165548.511000', '165608.378000', '165608.381000', '165608.384000', '165608.386000', '165608.389000', '165608.392000', '165608.395000', '165608.398000', '165608.400000', '165608.403000', '165608.406000', '165608.409000', '165608.412000', '165608.414000', '165608.417000', '165608.420000', '165608.423000', '165608.426000', '165608.429000', '165608.431000', '165608.434000', '165608.437000', '165608.440000', '165608.443000', '165608.445000', '165608.448000', '165608.451000', '165608.454000', '165608.457000', '165608.460000', '165608.462000', '165608.465000', '165608.468000', '165608.471000', '165608.474000', '165608.477000', '165608.480000', '165608.482000', '165608.485000', '165608.488000', '165608.491000', '165608.493000', '165608.496000', '165608.499000', '165628.378000', '165628.381000', '165628.384000', '165628.387000', '165628.389000', '165628.392000', '165628.395000', '165628.398000', '165628.401000', '165628.403000', '165628.406000', '165628.409000', '165628.412000', '165628.415000', '165628.417000', '165628.420000', '165628.423000', '165628.427000', '165628.429000', '165628.432000', '165628.435000', '165628.438000', '165628.441000', '165628.444000', '165628.446000', '165628.449000', '165628.452000', '165628.455000', '165628.458000', '165628.460000', '165628.463000', '165628.466000', '165628.469000', '165628.472000', '165628.474000', '165628.477000', '165628.480000', '165628.483000', '165628.486000', '165628.490000', '165628.495000', '165628.498000', '165628.501000', '165648.379000', '165648.382000', '165648.385000', '165648.387000', '165648.391000', '165648.394000', '165648.397000', '165648.400000', '165648.403000', '165648.406000', '165648.408000', '165648.411000', '165648.414000', '165648.417000', '165648.420000', '165648.422000', '165648.425000', '165648.428000', '165648.431000', '165648.434000', '165648.437000', '165648.439000', '165648.442000', '165648.445000', '165648.448000', '165648.451000', '165648.454000', '165648.456000', '165648.459000', '165648.476000', '165648.479000', '165648.482000', '165648.485000', '165648.487000', '165648.490000', '165648.493000', '165648.496000', '165648.499000', '165648.501000', '165648.504000', '165648.507000', '165648.510000', '165648.513000', '165648.515000', '165708.379000', '165708.382000', '165708.385000', '165708.388000', '165708.391000', '165708.393000', '165708.396000', '165708.399000', '165708.402000', '165708.405000', '165708.407000', '165708.410000', '165708.413000', '165708.416000', '165708.419000', '165708.422000', '165708.424000', '165708.427000', '165708.430000', '165708.433000', '165708.436000', '165708.438000', '165708.441000', '165708.444000', '165708.447000', '165708.450000', '165708.452000', '165708.455000', '165708.458000', '165708.461000', '165708.464000', '165708.467000', '165708.469000', '165708.472000', '165708.475000', '165708.478000', '165708.481000', '165708.484000', '165708.486000', '165708.489000', '165708.492000', '165708.495000', '165708.498000', '165728.378000', '165728.381000', '165728.384000', '165728.387000', '165728.389000', '165728.392000', '165728.395000', '165728.398000', '165728.401000', '165728.404000', '165728.406000', '165728.409000', '165728.412000', '165728.415000', '165728.418000', '165728.420000', '165728.423000', '165728.426000', '165728.429000', '165728.432000', '165728.434000', '165728.437000', '165728.440000', '165728.443000', '165728.446000', '165728.448000', '165728.451000', '165728.454000', '165728.457000', '165728.460000', '165728.463000', '165728.466000', '165728.468000', '165728.471000', '165728.474000', '165728.477000', '165728.480000', '165728.482000', '165728.485000', '165728.488000', '165728.491000', '165728.494000', '165728.497000', '165728.499000', '165748.378000', '165748.381000', '165748.384000', '165748.387000', '165748.389000', '165748.392000', '165748.395000', '165748.398000', '165748.401000', '165748.404000', '165748.406000', '165748.409000', '165748.412000', '165748.415000', '165748.418000', '165748.421000', '165748.423000', '165748.426000', '165748.429000', '165748.432000', '165748.435000', '165748.437000', '165748.440000', '165748.443000', '165748.446000', '165748.449000', '165748.451000', '165748.454000', '165748.457000', '165748.460000', '165748.463000', '165748.466000', '165748.469000', '165748.472000', '165748.475000', '165748.478000', '165748.481000', '165748.483000', '165748.486000', '165748.489000', '165748.492000', '165748.495000', '165748.498000', '165808.378000', '165808.381000', '165808.384000', '165808.387000', '165808.389000', '165808.392000', '165808.395000', '165808.398000', '165808.401000', '165808.404000', '165808.406000', '165808.409000', '165808.412000', '165808.415000', '165808.418000', '165808.421000', '165808.423000', '165808.426000', '165808.429000', '165808.432000', '165808.435000', '165808.438000', '165808.440000', '165808.443000', '165808.446000', '165808.464000', '165808.467000', '165808.470000', '165808.473000', '165808.476000', '165808.478000', '165808.481000', '165808.484000', '165808.487000', '165808.490000', '165808.492000', '165808.495000', '165808.498000', '165808.501000', '165808.504000', '165808.507000', '165808.509000', '165808.512000', '165808.515000', '165826.308000', '165826.311000', '165826.314000', '165826.317000', '165826.320000', '165826.323000', '165826.326000', '165826.329000', '165826.332000', '165826.335000', '165826.338000', '165826.340000', '165826.343000', '165826.346000', '165826.349000', '165826.352000', '165826.355000', '165826.357000', '165826.360000', '165826.363000', '165826.366000', '165826.369000', '165826.371000', '165826.374000', '165826.377000', '165826.380000', '165826.383000', '165826.386000', '165826.389000', '165826.391000', '165826.394000', '165826.397000', '165826.400000', '165826.402000', '165826.405000', '165826.408000', '165826.411000', '165826.414000', '165826.417000'], 'InstanceCreationTime': ['165028.416000', '165028.420000', '165028.423000', '165028.426000', '165028.429000', '165028.432000', '165028.435000', '165028.447000', '165028.450000', '165028.453000', '165028.455000', '165028.458000', '165028.461000', '165028.466000', '165028.469000', '165028.471000', '165028.475000', '165028.477000', '165028.480000', '165028.483000', '165028.486000', '165028.489000', '165028.492000', '165028.495000', '165028.498000', '165028.500000', '165048.378000', '165048.381000', '165048.384000', '165048.387000', '165048.390000', '165048.393000', '165048.396000', '165048.399000', '165048.402000', '165048.405000', '165048.408000', '165048.411000', '165048.413000', '165048.416000', '165048.419000', '165048.436000', '165048.439000', '165048.442000', '165048.445000', '165048.448000', '165048.451000', '165048.454000', '165048.457000', '165048.460000', '165048.463000', '165048.466000', '165048.469000', '165048.472000', '165048.475000', '165048.478000', '165048.481000', '165048.484000', '165048.487000', '165048.490000', '165048.493000', '165048.498000', '165048.501000', '165048.504000', '165048.507000', '165048.510000', '165048.513000', '165048.516000', '165048.519000', '165108.378000', '165108.381000', '165108.383000', '165108.386000', '165108.389000', '165108.392000', '165108.395000', '165108.398000', '165108.400000', '165108.403000', '165108.406000', '165108.409000', '165108.411000', '165108.414000', '165108.417000', '165108.420000', '165108.423000', '165108.425000', '165108.428000', '165108.431000', '165108.434000', '165108.436000', '165108.439000', '165108.442000', '165108.445000', '165108.447000', '165108.450000', '165108.453000', '165108.456000', '165108.459000', '165108.465000', '165108.468000', '165108.470000', '165108.473000', '165108.476000', '165108.479000', '165108.482000', '165108.484000', '165108.487000', '165108.490000', '165108.493000', '165108.495000', '165108.498000', '165108.501000', '165128.378000', '165128.381000', '165128.384000', '165128.386000', '165128.389000', '165128.392000', '165128.395000', '165128.398000', '165128.400000', '165128.403000', '165128.406000', '165128.409000', '165128.412000', '165128.414000', '165128.417000', '165128.420000', '165128.423000', '165128.426000', '165128.428000', '165128.431000', '165128.434000', '165128.437000', '165128.439000', '165128.442000', '165128.445000', '165128.448000', '165128.450000', '165128.453000', '165128.456000', '165128.459000', '165128.462000', '165128.464000', '165128.467000', '165128.470000', '165128.473000', '165128.476000', '165128.478000', '165128.481000', '165128.484000', '165128.487000', '165128.490000', '165128.493000', '165128.495000', '165148.378000', '165148.381000', '165148.384000', '165148.386000', '165148.389000', '165148.392000', '165148.395000', '165148.398000', '165148.400000', '165148.403000', '165148.406000', '165148.409000', '165148.411000', '165148.414000', '165148.417000', '165148.420000', '165148.423000', '165148.426000', '165148.428000', '165148.431000', '165148.434000', '165148.437000', '165148.439000', '165148.442000', '165148.445000', '165148.448000', '165148.451000', '165148.453000', '165148.456000', '165148.459000', '165148.462000', '165148.464000', '165148.467000', '165148.470000', '165148.473000', '165148.476000', '165148.479000', '165148.481000', '165148.484000', '165148.487000', '165148.490000', '165148.493000', '165148.496000', '165148.498000', '165208.379000', '165208.382000', '165208.385000', '165208.387000', '165208.390000', '165208.393000', '165208.396000', '165208.398000', '165208.401000', '165208.404000', '165208.407000', '165208.410000', '165208.412000', '165208.415000', '165208.418000', '165208.421000', '165208.424000', '165208.427000', '165208.429000', '165208.432000', '165208.435000', '165208.438000', '165208.440000', '165208.443000', '165208.446000', '165208.449000', '165208.452000', '165208.455000', '165208.457000', '165208.460000', '165208.463000', '165208.466000', '165208.469000', '165208.471000', '165208.474000', '165208.477000', '165208.480000', '165208.483000', '165208.485000', '165208.488000', '165208.491000', '165208.494000', '165208.497000', '165228.379000', '165228.382000', '165228.385000', '165228.387000', '165228.390000', '165228.393000', '165228.396000', '165228.399000', '165228.401000', '165228.404000', '165228.407000', '165228.421000', '165228.424000', '165228.427000', '165228.430000', '165228.433000', '165228.435000', '165228.438000', '165228.441000', '165228.444000', '165228.447000', '165228.449000', '165228.452000', '165228.455000', '165228.458000', '165228.461000', '165228.463000', '165228.466000', '165228.469000', '165228.472000', '165228.475000', '165228.477000', '165228.480000', '165228.483000', '165228.486000', '165228.489000', '165228.491000', '165228.494000', '165228.497000', '165228.500000', '165228.503000', '165228.506000', '165228.508000', '165228.511000', '165248.379000', '165248.382000', '165248.385000', '165248.388000', '165248.390000', '165248.393000', '165248.396000', '165248.399000', '165248.401000', '165248.404000', '165248.407000', '165248.410000', '165248.413000', '165248.416000', '165248.418000', '165248.421000', '165248.424000', '165248.427000', '165248.430000', '165248.433000', '165248.435000', '165248.438000', '165248.441000', '165248.444000', '165248.447000', '165248.449000', '165248.452000', '165248.455000', '165248.458000', '165248.461000', '165248.463000', '165248.466000', '165248.469000', '165248.472000', '165248.474000', '165248.477000', '165248.480000', '165248.483000', '165248.486000', '165248.488000', '165248.491000', '165248.494000', '165248.497000', '165308.378000', '165308.381000', '165308.384000', '165308.387000', '165308.391000', '165308.394000', '165308.397000', '165308.399000', '165308.402000', '165308.405000', '165308.408000', '165308.411000', '165308.413000', '165308.416000', '165308.419000', '165308.422000', '165308.424000', '165308.427000', '165308.430000', '165308.433000', '165308.436000', '165308.438000', '165308.441000', '165308.444000', '165308.447000', '165308.450000', '165308.453000', '165308.455000', '165308.458000', '165308.461000', '165308.464000', '165308.466000', '165308.469000', '165308.472000', '165308.475000', '165308.478000', '165308.480000', '165308.483000', '165308.486000', '165308.489000', '165308.492000', '165308.494000', '165308.497000', '165328.378000', '165328.381000', '165328.384000', '165328.386000', '165328.389000', '165328.392000', '165328.395000', '165328.398000', '165328.400000', '165328.403000', '165328.406000', '165328.409000', '165328.412000', '165328.414000', '165328.417000', '165328.420000', '165328.423000', '165328.425000', '165328.428000', '165328.431000', '165328.434000', '165328.437000', '165328.440000', '165328.443000', '165328.445000', '165328.448000', '165328.451000', '165328.454000', '165328.457000', '165328.459000', '165328.462000', '165328.465000', '165328.468000', '165328.471000', '165328.473000', '165328.476000', '165328.479000', '165328.482000', '165328.485000', '165328.487000', '165328.490000', '165328.493000', '165328.496000', '165328.499000', '165348.378000', '165348.381000', '165348.384000', '165348.387000', '165348.389000', '165348.397000', '165348.400000', '165348.403000', '165348.406000', '165348.409000', '165348.412000', '165348.415000', '165348.419000', '165348.422000', '165348.425000', '165348.427000', '165348.430000', '165348.433000', '165348.436000', '165348.439000', '165348.442000', '165348.444000', '165348.447000', '165348.450000', '165348.453000', '165348.456000', '165348.459000', '165348.461000', '165348.464000', '165348.467000', '165348.470000', '165348.473000', '165348.475000', '165348.478000', '165348.481000', '165348.484000', '165348.498000', '165348.500000', '165348.503000', '165348.506000', '165348.509000', '165348.512000', '165348.514000', '165408.378000', '165408.381000', '165408.384000', '165408.387000', '165408.389000', '165408.392000', '165408.395000', '165408.398000', '165408.401000', '165408.404000', '165408.406000', '165408.409000', '165408.412000', '165408.415000', '165408.417000', '165408.420000', '165408.423000', '165408.426000', '165408.429000', '165408.431000', '165408.434000', '165408.437000', '165408.440000', '165408.443000', '165408.446000', '165408.448000', '165408.451000', '165408.454000', '165408.457000', '165408.460000', '165408.462000', '165408.465000', '165408.468000', '165408.471000', '165408.474000', '165408.476000', '165408.479000', '165408.482000', '165408.485000', '165408.488000', '165408.491000', '165408.493000', '165408.496000', '165408.499000', '165428.379000', '165428.382000', '165428.385000', '165428.387000', '165428.390000', '165428.393000', '165428.396000', '165428.399000', '165428.402000', '165428.405000', '165428.407000', '165428.410000', '165428.413000', '165428.416000', '165428.419000', '165428.421000', '165428.424000', '165428.427000', '165428.430000', '165428.433000', '165428.436000', '165428.439000', '165428.442000', '165428.445000', '165428.448000', '165428.451000', '165428.454000', '165428.456000', '165428.459000', '165428.462000', '165428.465000', '165428.468000', '165428.470000', '165428.473000', '165428.476000', '165428.479000', '165428.482000', '165428.485000', '165428.487000', '165428.490000', '165428.493000', '165428.496000', '165428.499000', '165448.379000', '165448.382000', '165448.385000', '165448.388000', '165448.390000', '165448.393000', '165448.396000', '165448.399000', '165448.402000', '165448.405000', '165448.407000', '165448.410000', '165448.413000', '165448.416000', '165448.419000', '165448.421000', '165448.424000', '165448.427000', '165448.430000', '165448.432000', '165448.435000', '165448.438000', '165448.441000', '165448.444000', '165448.447000', '165448.449000', '165448.452000', '165448.455000', '165448.458000', '165448.461000', '165448.463000', '165448.466000', '165448.469000', '165448.472000', '165448.475000', '165448.478000', '165448.480000', '165448.483000', '165448.486000', '165448.489000', '165448.492000', '165448.495000', '165448.497000', '165448.500000', '165508.378000', '165508.381000', '165508.384000', '165508.388000', '165508.391000', '165508.394000', '165508.397000', '165508.400000', '165508.402000', '165508.405000', '165508.408000', '165508.411000', '165508.414000', '165508.416000', '165508.419000', '165508.422000', '165508.425000', '165508.428000', '165508.431000', '165508.434000', '165508.436000', '165508.441000', '165508.446000', '165508.449000', '165508.452000', '165508.454000', '165508.457000', '165508.460000', '165508.463000', '165508.466000', '165508.468000', '165508.471000', '165508.474000', '165508.477000', '165508.480000', '165508.482000', '165508.485000', '165508.488000', '165508.491000', '165508.494000', '165508.496000', '165508.499000', '165508.502000', '165528.378000', '165528.381000', '165528.384000', '165528.387000', '165528.389000', '165528.392000', '165528.395000', '165528.398000', '165528.401000', '165528.403000', '165528.406000', '165528.409000', '165528.412000', '165528.415000', '165528.417000', '165528.420000', '165528.423000', '165528.426000', '165528.440000', '165528.443000', '165528.445000', '165528.448000', '165528.451000', '165528.454000', '165528.457000', '165528.459000', '165528.462000', '165528.465000', '165528.468000', '165528.471000', '165528.473000', '165528.476000', '165528.479000', '165528.482000', '165528.485000', '165528.488000', '165528.490000', '165528.493000', '165528.496000', '165528.499000', '165528.502000', '165528.504000', '165528.508000', '165528.510000', '165548.378000', '165548.383000', '165548.386000', '165548.389000', '165548.392000', '165548.394000', '165548.397000', '165548.400000', '165548.403000', '165548.406000', '165548.408000', '165548.411000', '165548.414000', '165548.417000', '165548.420000', '165548.423000', '165548.425000', '165548.428000', '165548.431000', '165548.434000', '165548.437000', '165548.439000', '165548.442000', '165548.445000', '165548.448000', '165548.451000', '165548.462000', '165548.465000', '165548.468000', '165548.473000', '165548.476000', '165548.479000', '165548.482000', '165548.485000', '165548.488000', '165548.491000', '165548.494000', '165548.496000', '165548.499000', '165548.502000', '165548.505000', '165548.508000', '165548.511000', '165608.378000', '165608.381000', '165608.384000', '165608.386000', '165608.389000', '165608.392000', '165608.395000', '165608.398000', '165608.400000', '165608.403000', '165608.406000', '165608.409000', '165608.412000', '165608.414000', '165608.417000', '165608.420000', '165608.423000', '165608.426000', '165608.429000', '165608.431000', '165608.434000', '165608.437000', '165608.440000', '165608.443000', '165608.445000', '165608.448000', '165608.451000', '165608.454000', '165608.457000', '165608.460000', '165608.462000', '165608.465000', '165608.468000', '165608.471000', '165608.474000', '165608.477000', '165608.480000', '165608.482000', '165608.485000', '165608.488000', '165608.491000', '165608.493000', '165608.496000', '165608.499000', '165628.378000', '165628.381000', '165628.384000', '165628.387000', '165628.389000', '165628.392000', '165628.395000', '165628.398000', '165628.401000', '165628.403000', '165628.406000', '165628.409000', '165628.412000', '165628.415000', '165628.417000', '165628.420000', '165628.423000', '165628.427000', '165628.429000', '165628.432000', '165628.435000', '165628.438000', '165628.441000', '165628.444000', '165628.446000', '165628.449000', '165628.452000', '165628.455000', '165628.458000', '165628.460000', '165628.463000', '165628.466000', '165628.469000', '165628.472000', '165628.474000', '165628.477000', '165628.480000', '165628.483000', '165628.486000', '165628.490000', '165628.495000', '165628.498000', '165628.501000', '165648.379000', '165648.382000', '165648.385000', '165648.387000', '165648.391000', '165648.394000', '165648.397000', '165648.400000', '165648.403000', '165648.406000', '165648.408000', '165648.411000', '165648.414000', '165648.417000', '165648.420000', '165648.422000', '165648.425000', '165648.428000', '165648.431000', '165648.434000', '165648.437000', '165648.439000', '165648.442000', '165648.445000', '165648.448000', '165648.451000', '165648.454000', '165648.456000', '165648.459000', '165648.476000', '165648.479000', '165648.482000', '165648.485000', '165648.487000', '165648.490000', '165648.493000', '165648.496000', '165648.499000', '165648.501000', '165648.504000', '165648.507000', '165648.510000', '165648.513000', '165648.515000', '165708.379000', '165708.382000', '165708.385000', '165708.388000', '165708.391000', '165708.393000', '165708.396000', '165708.399000', '165708.402000', '165708.405000', '165708.407000', '165708.410000', '165708.413000', '165708.416000', '165708.419000', '165708.422000', '165708.424000', '165708.427000', '165708.430000', '165708.433000', '165708.436000', '165708.438000', '165708.441000', '165708.444000', '165708.447000', '165708.450000', '165708.452000', '165708.455000', '165708.458000', '165708.461000', '165708.464000', '165708.467000', '165708.469000', '165708.472000', '165708.475000', '165708.478000', '165708.481000', '165708.484000', '165708.486000', '165708.489000', '165708.492000', '165708.495000', '165708.498000', '165728.378000', '165728.381000', '165728.384000', '165728.387000', '165728.389000', '165728.392000', '165728.395000', '165728.398000', '165728.401000', '165728.404000', '165728.406000', '165728.409000', '165728.412000', '165728.415000', '165728.418000', '165728.420000', '165728.423000', '165728.426000', '165728.429000', '165728.432000', '165728.434000', '165728.437000', '165728.440000', '165728.443000', '165728.446000', '165728.448000', '165728.451000', '165728.454000', '165728.457000', '165728.460000', '165728.463000', '165728.466000', '165728.468000', '165728.471000', '165728.474000', '165728.477000', '165728.480000', '165728.482000', '165728.485000', '165728.488000', '165728.491000', '165728.494000', '165728.497000', '165728.499000', '165748.378000', '165748.381000', '165748.384000', '165748.387000', '165748.389000', '165748.392000', '165748.395000', '165748.398000', '165748.401000', '165748.404000', '165748.406000', '165748.409000', '165748.412000', '165748.415000', '165748.418000', '165748.421000', '165748.423000', '165748.426000', '165748.429000', '165748.432000', '165748.435000', '165748.437000', '165748.440000', '165748.443000', '165748.446000', '165748.449000', '165748.451000', '165748.454000', '165748.457000', '165748.460000', '165748.463000', '165748.466000', '165748.469000', '165748.472000', '165748.475000', '165748.478000', '165748.481000', '165748.483000', '165748.486000', '165748.489000', '165748.492000', '165748.495000', '165748.498000', '165808.378000', '165808.381000', '165808.384000', '165808.387000', '165808.389000', '165808.392000', '165808.395000', '165808.398000', '165808.401000', '165808.404000', '165808.406000', '165808.409000', '165808.412000', '165808.415000', '165808.418000', '165808.421000', '165808.423000', '165808.426000', '165808.429000', '165808.432000', '165808.435000', '165808.438000', '165808.440000', '165808.443000', '165808.446000', '165808.464000', '165808.467000', '165808.470000', '165808.473000', '165808.476000', '165808.478000', '165808.481000', '165808.484000', '165808.487000', '165808.490000', '165808.492000', '165808.495000', '165808.498000', '165808.501000', '165808.504000', '165808.507000', '165808.509000', '165808.512000', '165808.515000', '165826.308000', '165826.311000', '165826.314000', '165826.317000', '165826.320000', '165826.323000', '165826.326000', '165826.329000', '165826.332000', '165826.335000', '165826.338000', '165826.340000', '165826.343000', '165826.346000', '165826.349000', '165826.352000', '165826.355000', '165826.357000', '165826.360000', '165826.363000', '165826.366000', '165826.369000', '165826.371000', '165826.374000', '165826.377000', '165826.380000', '165826.383000', '165826.386000', '165826.389000', '165826.391000', '165826.394000', '165826.397000', '165826.400000', '165826.402000', '165826.405000', '165826.408000', '165826.411000', '165826.414000', '165826.417000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9260, 8875, 8824, 9040, 8311, 11432, 8393, 8455, 8816, 8398, 10379, 8093, 12129, 9524, 11954, 9004, 11263, 8671, 11737, 8584, 11948, 8375, 11670, 8503, 10896, 7706, 10568, 8334, 9337, 8143, 9245, 7971, 8849, 8682, 8657, 10544, 8441, 11358, 8338, 10851, 8142, 12582, 8432, 12126, 8346, 10165, 8515, 9221, 8575, 10081, 8302, 8826, 8616, 8574, 7803, 8909, 8007, 8854, 7940, 10743, 9129, 11173, 8519, 8525, 8710, 9248, 8634, 12126, 8573, 12042, 8349, 11561, 7965, 11639, 8571, 8741, 8442, 8263, 9121, 8372, 10024, 8196, 8616, 8480, 8933, 8435, 10478, 9198, 12177, 9344, 11991, 8741, 12102, 8696, 12003, 7647, 11274, 10008, 12377, 8088, 8419, 8358, 8153, 10252, 8689, 8067, 9923, 8136, 8205, 8336, 8984, 12844, 9166, 12215, 7508, 11265, 7856, 11770, 9577, 13090, 10386, 12319, 7940, 11034, 7873, 10545, 7894, 9531, 8840, 8617, 8435, 9119, 8949, 8447, 7736, 8269, 7863, 8969, 7805, 9862, 8024, 10334, 8244, 10461, 8090, 10415, 8058, 9573, 7984, 9098, 8837, 8338, 8720, 8652, 8879, 8624, 11969, 8631, 11804, 8344, 11474, 8256, 10993, 8604, 10666, 8435, 8544, 8484, 8742, 8602, 9579, 8567, 10199, 9522, 10522, 9374, 9064, 8603, 9818, 8619, 12620, 9084, 12431, 8927, 11851, 9759, 11454, 8648, 9682, 8688, 8683, 8799, 8702, 10692, 7995, 10652, 7988, 9994, 8820, 8654, 9436, 8527, 12797, 10568, 12949, 8456, 12298, 8134, 9004, 8127, 8658, 10344, 8030, 10172, 8216, 11671, 8742, 12659, 9562, 12106, 8054, 11533, 7790, 10672, 8469, 9593, 8452, 8584, 8433, 8545, 8172, 9486, 7861, 10025, 8243, 10469, 8113, 10522, 8105, 11295, 8166, 11204, 7800, 10759, 8577, 10411, 8534, 10275, 8717, 9448, 8722, 10025, 8464, 10687, 8262, 10662, 8536, 10902, 8835, 10472, 8388, 9523, 8425, 10321, 8720, 9467, 8621, 9203, 9263, 9928, 10081, 9170, 10169, 8665, 10926, 8820, 10749, 8791, 10750, 8837, 9372, 8644, 9502, 8814, 10002, 9970, 9451, 10055, 8836, 8717, 10101, 9252, 11923, 9214, 12272, 9076, 12327, 9815, 12022, 11122, 9018, 10664, 7783, 12198, 8931, 13235, 10411, 9566, 10109, 7741, 10909, 7241, 9835, 9471, 7895, 12432, 8582, 11864, 12117, 8997, 10560, 7440, 10589, 7833, 8435, 11346, 7924, 11350, 7581, 11125, 7832, 8063, 9904, 8473, 11077, 7094, 10573, 7449, 11347, 7865, 11196, 7484, 11148, 8038, 11950, 7823, 10993, 7829, 9194, 8181, 7625, 10706, 9013, 11473, 7974, 9246, 8313, 12304, 9472, 13044, 8703, 11560, 8641, 10591, 8577, 9512, 8303, 8844, 7677, 9615, 7452, 11269, 8135, 8898, 8004, 8093, 9646, 8227, 11855, 9191, 11081, 8228, 9714, 8086, 9700, 9225, 10658, 9919, 9561, 8563, 12318, 8202, 12608, 8365, 11653, 7607, 10454, 7831, 8470, 7953, 9785, 7736, 9800, 8071, 8169, 8731, 7662, 10051, 8271, 7936, 9966, 7509, 12386, 9988, 12722, 10050, 12294, 8448, 11702, 7986, 11284, 8394, 10783, 8327, 8694, 7871, 8132, 12019, 7992, 11861, 7845, 11183, 7222, 10815, 8026, 10700, 7359, 9625, 7541, 10019, 7615, 10206, 7680, 9222, 7743, 8270, 11360, 8034, 11662, 7819, 10969, 7752, 9971, 7636, 9131, 8185, 9764, 8235, 8862, 8228, 9407, 7937, 9247, 8397, 9063, 9004, 10240, 9180, 10874, 8536, 12540, 8414, 11973, 8834, 11507, 9473, 12747, 8293, 11122, 7755, 9789, 7436, 10972, 9418, 8095, 8940, 7952, 10888, 7900, 8392, 10730, 8285, 11414, 7756, 11565, 7664, 10885, 10179, 8370, 9032, 7892, 10276, 7148, 11258, 9893, 8271, 9547, 7663, 10564, 7810, 11543, 10077, 8098, 9449, 7353, 10637, 7870, 8240, 12107, 9772, 10381, 9138, 7445, 10138, 7754, 11351, 10322, 8145, 10552, 7425, 9142, 8997, 7595, 11292, 8299, 7681, 9292, 7355, 7921, 9740, 7161, 12020, 9909, 7433, 9165, 7128, 10710, 7688, 8039, 11462, 9256, 10395, 9314, 7571, 9859, 7542, 12141, 10179, 7528, 9251, 7489, 9980, 7152, 10925, 7413, 10794, 7648, 10656, 7770, 10244, 7655, 10059, 7514, 9915, 8500, 9111, 8942, 8247, 10153, 7784, 8327, 8984, 8293, 11741, 9177, 9789, 8693, 8492, 9304, 7488, 11583, 9781, 12146, 8447, 10654, 7852, 8742, 9695, 8738, 11769, 8271, 9740, 8704, 9204, 7286, 8849, 11991, 8697, 12818, 9196, 11100, 8217, 9011, 8372, 9578, 8053, 11183, 8040, 11852, 8133, 10029, 8144, 8953, 8208, 8227, 8373, 8261, 10150, 8717, 10253, 8165, 10902, 7843, 10778, 7965, 10346, 8543, 8950, 8806, 9560, 9258, 9027, 8068, 8501, 10122, 8324, 12272, 8530, 11736, 8426, 11534, 9930, 11296, 7621, 10921, 7605, 10755, 7691, 11044, 7496, 10966, 8547, 10882, 7838, 11467, 7890, 11278, 7842, 10688, 7741, 9309, 8554, 10042, 8530, 8921, 8149, 8821, 8328, 9805, 7948, 9097, 10024, 8657, 10195, 8174, 10856, 8420, 10758, 9435, 10868, 9649, 9111, 10082, 8240, 10755, 8077, 11393, 9393, 7982, 8605, 7778, 9461, 7428, 9152, 8066, 7949, 10123, 7528, 10033, 7527, 10882, 7856, 9777, 9568, 8298, 9044, 7370, 10392, 7507, 9889, 9948, 8178, 9309, 7283, 10570, 7321, 11337, 10059, 8195, 9028, 7653, 9921, 7477, 11415, 9591, 10685, 9357, 7735, 9618, 7559, 11056, 8387, 12148, 10301, 8004, 9352, 7712, 10428, 7523, 11305, 8136, 11594, 8911, 11697, 7659, 11374, 7816, 11394, 8142, 11396, 8081, 10997, 7913, 9249, 8433, 8020, 8944, 7972, 9915, 7848, 8908, 10316, 8200, 11381, 7737, 11181, 7925, 11640, 9181, 12291, 9520, 11440, 8222, 9402, 8270, 8226, 9383, 7819, 12208, 8010, 11265, 8008, 8318, 8010, 8023, 11189, 8640, 11873, 7432, 10609, 7166, 10856, 7390, 10858, 7251, 11308, 8239, 10827, 7603, 9973, 7798, 9333, 7920, 9373, 7980, 9056, 8333, 8879, 8730, 8052, 9023, 8228, 9552, 8546, 10952, 8682, 12164, 7855, 9065, 7873, 8019, 9480, 8620, 12701, 9074, 11713, 7612, 10899, 7884, 8748, 9282, 8335, 10016, 7698, 10187, 7520, 11156, 8113, 12537, 9928, 10112, 8559, 8527, 8255, 9658, 8240, 10646, 8022, 11255, 8056, 10425, 8519, 8301, 7977, 7902, 8517, 8410, 9623, 7752, 8910, 9178, 8574, 10236, 8100, 10810, 9160, 11522, 9444, 10178, 8500, 9480, 8363, 7920, 11481, 8216, 11833, 7592, 11054, 7612, 11874, 9720, 10880, 9493, 8555, 8191, 10474, 8058, 11743, 9032, 11653, 10127, 8058, 8994, 7951, 8483, 7876, 10326, 7605, 11624, 7246, 10797, 7407, 11286, 7714, 11393, 9869, 11016, 8242, 12000, 7946, 11766, 7594, 11522, 7374, 10874, 7148, 10908, 8312, 10746, 7727, 10130, 7823, 11249, 7853, 10295, 7951, 10181, 8914, 8762, 8250, 8627, 8212, 10113, 8014, 10840, 8118, 9195, 9131, 8137, 9127, 8321, 10140, 7953, 9339, 9304, 7809, 11576, 8141, 10575, 8060, 11427, 8541, 12452, 10420, 10254, 8499, 8517, 8579, 7831, 9886, 7830, 12788, 8318, 11520, 7370, 10668, 8423, 9758, 8798, 8504, 13082, 8788, 12252, 7792, 11475, 8071, 9268, 8026, 8152, 9910, 8491, 9520, 7824, 8393, 10368, 8380, 10596, 9032, 9866, 8218, 10085, 9044, 10821, 10100, 8525, 9596, 7207, 9803, 7561, 12049, 9706, 9847, 8316, 7709, 9163, 7226, 11118, 7824, 12528, 8474, 11441, 7146, 10647, 7543, 8791, 9686, 7748, 9285, 6875, 10781, 7754, 9306, 10293, 7348, 10846, 7831, 8470, 8682, 7110, 10443, 7309, 10466, 9890, 7568, 9435, 6818, 10945, 6943, 11707, 10005, 7488, 9710, 6900, 10441, 7367, 7591, 10305, 7057, 11675, 7151, 8177, 8999, 7151, 10900, 8647], 'WindowCenter': [3810.0, 3794.0, 3780.0, 3768.0, 3766.0, 3796.0, 3753.0, 3751.0, 3763.0, 3765.0, 3786.0, 3765.0, 3807.0, 3787.0, 3792.0, 3765.0, 3783.0, 3765.0, 3794.0, 3753.0, 3782.0, 3750.0, 3783.0, 3762.0, 3766.0, 3739.0, 3758.0, 3735.0, 3749.0, 3740.0, 3760.0, 3753.0, 3762.0, 3761.0, 3766.0, 3796.0, 3764.0, 3786.0, 3751.0, 3773.0, 3753.0, 3795.0, 3739.0, 3782.0, 3739.0, 3758.0, 3737.0, 3747.0, 3736.0, 3757.0, 3723.0, 3736.0, 3721.0, 3732.0, 3724.0, 3735.0, 3724.0, 3735.0, 3736.0, 3768.0, 3747.0, 3765.0, 3737.0, 3736.0, 3747.0, 3744.0, 3738.0, 3774.0, 3748.0, 3778.0, 3736.0, 3767.0, 3725.0, 3763.0, 3735.0, 3732.0, 3734.0, 3737.0, 3760.0, 3750.0, 3771.0, 3752.0, 3750.0, 3761.0, 3759.0, 3764.0, 3782.0, 3763.0, 3782.0, 3758.0, 3780.0, 3747.0, 3768.0, 3735.0, 3775.0, 3727.0, 3768.0, 3757.0, 3775.0, 3736.0, 3733.0, 3745.0, 3738.0, 3768.0, 3750.0, 3753.0, 3774.0, 3753.0, 3752.0, 3750.0, 3762.0, 3794.0, 3750.0, 3779.0, 3716.0, 3756.0, 3726.0, 3768.0, 3748.0, 3777.0, 3745.0, 3753.0, 3709.0, 3739.0, 3722.0, 3742.0, 3710.0, 3730.0, 3731.0, 3718.0, 3723.0, 3733.0, 3732.0, 3722.0, 3724.0, 3723.0, 3722.0, 3746.0, 3738.0, 3770.0, 3753.0, 3780.0, 3750.0, 3771.0, 3738.0, 3770.0, 3736.0, 3759.0, 3739.0, 3759.0, 3761.0, 3751.0, 3749.0, 3748.0, 3746.0, 3748.0, 3775.0, 3747.0, 3776.0, 3746.0, 3780.0, 3750.0, 3769.0, 3749.0, 3770.0, 3749.0, 3746.0, 3761.0, 3762.0, 3763.0, 3761.0, 3762.0, 3769.0, 3774.0, 3771.0, 3760.0, 3745.0, 3747.0, 3746.0, 3738.0, 3767.0, 3749.0, 3793.0, 3748.0, 3763.0, 3746.0, 3761.0, 3734.0, 3743.0, 3734.0, 3747.0, 3760.0, 3762.0, 3770.0, 3751.0, 3771.0, 3737.0, 3759.0, 3747.0, 3736.0, 3743.0, 3736.0, 3776.0, 3754.0, 3777.0, 3735.0, 3764.0, 3720.0, 3733.0, 3723.0, 3730.0, 3755.0, 3723.0, 3753.0, 3736.0, 3779.0, 3748.0, 3777.0, 3744.0, 3765.0, 3711.0, 3750.0, 3709.0, 3741.0, 3734.0, 3744.0, 3718.0, 3719.0, 3717.0, 3730.0, 3720.0, 3739.0, 3722.0, 3756.0, 3748.0, 3769.0, 3736.0, 3764.0, 3737.0, 3763.0, 3743.0, 3764.0, 3738.0, 3779.0, 3760.0, 3769.0, 3748.0, 3758.0, 3747.0, 3758.0, 3748.0, 3758.0, 3749.0, 3782.0, 3762.0, 3782.0, 3774.0, 3780.0, 3761.0, 3781.0, 3763.0, 3772.0, 3761.0, 3781.0, 3773.0, 3787.0, 3775.0, 3785.0, 3774.0, 3785.0, 3797.0, 3786.0, 3782.0, 3777.0, 3792.0, 3788.0, 3795.0, 3775.0, 3794.0, 3774.0, 3773.0, 3773.0, 3781.0, 3772.0, 3796.0, 3795.0, 3799.0, 3796.0, 3792.0, 3778.0, 3797.0, 3788.0, 3809.0, 3776.0, 3796.0, 3761.0, 3790.0, 3762.0, 3780.0, 3770.0, 3746.0, 3756.0, 3723.0, 3766.0, 3736.0, 3777.0, 3756.0, 3745.0, 3743.0, 3723.0, 3752.0, 3712.0, 3744.0, 3745.0, 3723.0, 3766.0, 3735.0, 3765.0, 3767.0, 3735.0, 3743.0, 3697.0, 3738.0, 3708.0, 3719.0, 3755.0, 3722.0, 3753.0, 3708.0, 3749.0, 3711.0, 3722.0, 3742.0, 3720.0, 3754.0, 3701.0, 3743.0, 3710.0, 3752.0, 3727.0, 3756.0, 3714.0, 3752.0, 3710.0, 3751.0, 3710.0, 3750.0, 3723.0, 3734.0, 3734.0, 3726.0, 3766.0, 3745.0, 3766.0, 3737.0, 3745.0, 3752.0, 3778.0, 3758.0, 3779.0, 3735.0, 3768.0, 3746.0, 3755.0, 3721.0, 3743.0, 3722.0, 3731.0, 3723.0, 3744.0, 3725.0, 3765.0, 3737.0, 3742.0, 3734.0, 3748.0, 3772.0, 3764.0, 3792.0, 3764.0, 3780.0, 3752.0, 3761.0, 3738.0, 3758.0, 3763.0, 3759.0, 3759.0, 3747.0, 3735.0, 3766.0, 3736.0, 3765.0, 3722.0, 3754.0, 3723.0, 3755.0, 3710.0, 3722.0, 3722.0, 3754.0, 3722.0, 3755.0, 3738.0, 3746.0, 3761.0, 3750.0, 3772.0, 3750.0, 3752.0, 3775.0, 3741.0, 3807.0, 3775.0, 3794.0, 3761.0, 3780.0, 3738.0, 3766.0, 3724.0, 3769.0, 3738.0, 3758.0, 3719.0, 3723.0, 3710.0, 3723.0, 3752.0, 3722.0, 3752.0, 3720.0, 3754.0, 3725.0, 3767.0, 3723.0, 3754.0, 3713.0, 3744.0, 3725.0, 3756.0, 3725.0, 3757.0, 3726.0, 3760.0, 3739.0, 3749.0, 3768.0, 3735.0, 3767.0, 3724.0, 3767.0, 3724.0, 3754.0, 3737.0, 3755.0, 3748.0, 3770.0, 3748.0, 3760.0, 3759.0, 3774.0, 3763.0, 3775.0, 3779.0, 3774.0, 3776.0, 3783.0, 3774.0, 3784.0, 3762.0, 3779.0, 3739.0, 3780.0, 3748.0, 3767.0, 3746.0, 3778.0, 3734.0, 3755.0, 3723.0, 3743.0, 3724.0, 3756.0, 3746.0, 3734.0, 3746.0, 3738.0, 3768.0, 3737.0, 3749.0, 3782.0, 3737.0, 3768.0, 3726.0, 3766.0, 3723.0, 3766.0, 3757.0, 3735.0, 3734.0, 3722.0, 3756.0, 3713.0, 3764.0, 3753.0, 3731.0, 3743.0, 3724.0, 3753.0, 3723.0, 3765.0, 3742.0, 3720.0, 3742.0, 3711.0, 3751.0, 3721.0, 3734.0, 3778.0, 3757.0, 3755.0, 3745.0, 3712.0, 3755.0, 3724.0, 3763.0, 3758.0, 3722.0, 3756.0, 3723.0, 3741.0, 3744.0, 3726.0, 3754.0, 3732.0, 3725.0, 3746.0, 3725.0, 3735.0, 3743.0, 3727.0, 3775.0, 3759.0, 3714.0, 3741.0, 3724.0, 3757.0, 3726.0, 3735.0, 3770.0, 3747.0, 3754.0, 3744.0, 3724.0, 3757.0, 3739.0, 3776.0, 3756.0, 3726.0, 3743.0, 3723.0, 3746.0, 3724.0, 3766.0, 3725.0, 3757.0, 3724.0, 3756.0, 3723.0, 3754.0, 3723.0, 3744.0, 3725.0, 3756.0, 3746.0, 3759.0, 3758.0, 3751.0, 3770.0, 3750.0, 3761.0, 3762.0, 3766.0, 3797.0, 3775.0, 3772.0, 3762.0, 3752.0, 3761.0, 3740.0, 3780.0, 3758.0, 3778.0, 3738.0, 3757.0, 3727.0, 3736.0, 3756.0, 3733.0, 3769.0, 3724.0, 3744.0, 3723.0, 3734.0, 3711.0, 3733.0, 3762.0, 3734.0, 3764.0, 3732.0, 3751.0, 3721.0, 3730.0, 3723.0, 3743.0, 3724.0, 3764.0, 3739.0, 3779.0, 3736.0, 3755.0, 3735.0, 3746.0, 3737.0, 3750.0, 3749.0, 3762.0, 3785.0, 3761.0, 3785.0, 3753.0, 3783.0, 3752.0, 3781.0, 3753.0, 3774.0, 3750.0, 3762.0, 3759.0, 3759.0, 3748.0, 3748.0, 3726.0, 3735.0, 3757.0, 3738.0, 3764.0, 3748.0, 3780.0, 3737.0, 3765.0, 3757.0, 3756.0, 3725.0, 3756.0, 3726.0, 3767.0, 3726.0, 3766.0, 3740.0, 3782.0, 3749.0, 3767.0, 3739.0, 3768.0, 3733.0, 3766.0, 3736.0, 3755.0, 3725.0, 3757.0, 3747.0, 3755.0, 3735.0, 3742.0, 3736.0, 3743.0, 3737.0, 3754.0, 3749.0, 3760.0, 3772.0, 3750.0, 3770.0, 3748.0, 3771.0, 3748.0, 3768.0, 3745.0, 3755.0, 3731.0, 3733.0, 3740.0, 3719.0, 3738.0, 3720.0, 3751.0, 3730.0, 3721.0, 3721.0, 3721.0, 3743.0, 3712.0, 3741.0, 3734.0, 3734.0, 3755.0, 3723.0, 3753.0, 3725.0, 3752.0, 3736.0, 3753.0, 3745.0, 3731.0, 3731.0, 3713.0, 3751.0, 3723.0, 3754.0, 3756.0, 3734.0, 3741.0, 3721.0, 3754.0, 3725.0, 3763.0, 3756.0, 3735.0, 3746.0, 3723.0, 3744.0, 3724.0, 3767.0, 3758.0, 3755.0, 3743.0, 3722.0, 3746.0, 3724.0, 3766.0, 3735.0, 3776.0, 3756.0, 3735.0, 3746.0, 3722.0, 3756.0, 3726.0, 3767.0, 3735.0, 3766.0, 3746.0, 3767.0, 3724.0, 3765.0, 3725.0, 3766.0, 3734.0, 3766.0, 3734.0, 3766.0, 3738.0, 3758.0, 3746.0, 3748.0, 3760.0, 3750.0, 3769.0, 3762.0, 3774.0, 3783.0, 3764.0, 3796.0, 3753.0, 3780.0, 3752.0, 3781.0, 3763.0, 3778.0, 3761.0, 3769.0, 3737.0, 3742.0, 3735.0, 3733.0, 3747.0, 3725.0, 3778.0, 3733.0, 3767.0, 3736.0, 3735.0, 3736.0, 3738.0, 3769.0, 3734.0, 3766.0, 3714.0, 3754.0, 3714.0, 3752.0, 3724.0, 3766.0, 3723.0, 3766.0, 3734.0, 3752.0, 3722.0, 3751.0, 3736.0, 3744.0, 3747.0, 3760.0, 3763.0, 3774.0, 3764.0, 3770.0, 3761.0, 3748.0, 3760.0, 3749.0, 3770.0, 3761.0, 3782.0, 3762.0, 3792.0, 3749.0, 3757.0, 3749.0, 3749.0, 3771.0, 3759.0, 3792.0, 3749.0, 3779.0, 3725.0, 3765.0, 3735.0, 3747.0, 3748.0, 3736.0, 3757.0, 3724.0, 3753.0, 3724.0, 3767.0, 3735.0, 3776.0, 3755.0, 3754.0, 3736.0, 3731.0, 3721.0, 3741.0, 3733.0, 3756.0, 3737.0, 3766.0, 3725.0, 3751.0, 3732.0, 3731.0, 3723.0, 3733.0, 3741.0, 3748.0, 3769.0, 3749.0, 3761.0, 3771.0, 3763.0, 3784.0, 3764.0, 3792.0, 3776.0, 3794.0, 3771.0, 3772.0, 3750.0, 3756.0, 3749.0, 3739.0, 3781.0, 3735.0, 3780.0, 3726.0, 3765.0, 3737.0, 3776.0, 3759.0, 3756.0, 3746.0, 3734.0, 3732.0, 3753.0, 3723.0, 3764.0, 3745.0, 3753.0, 3740.0, 3721.0, 3730.0, 3719.0, 3731.0, 3724.0, 3755.0, 3721.0, 3765.0, 3712.0, 3752.0, 3713.0, 3764.0, 3726.0, 3767.0, 3757.0, 3755.0, 3734.0, 3764.0, 3723.0, 3763.0, 3723.0, 3765.0, 3708.0, 3753.0, 3714.0, 3767.0, 3734.0, 3755.0, 3726.0, 3753.0, 3726.0, 3765.0, 3735.0, 3770.0, 3749.0, 3771.0, 3760.0, 3745.0, 3749.0, 3746.0, 3751.0, 3769.0, 3736.0, 3766.0, 3739.0, 3755.0, 3756.0, 3738.0, 3758.0, 3748.0, 3770.0, 3748.0, 3772.0, 3771.0, 3751.0, 3795.0, 3749.0, 3771.0, 3751.0, 3778.0, 3763.0, 3792.0, 3771.0, 3758.0, 3745.0, 3733.0, 3748.0, 3721.0, 3758.0, 3737.0, 3778.0, 3736.0, 3767.0, 3712.0, 3755.0, 3722.0, 3745.0, 3729.0, 3747.0, 3775.0, 3735.0, 3763.0, 3721.0, 3761.0, 3722.0, 3745.0, 3735.0, 3748.0, 3766.0, 3760.0, 3773.0, 3750.0, 3761.0, 3783.0, 3762.0, 3782.0, 3772.0, 3771.0, 3761.0, 3769.0, 3762.0, 3768.0, 3768.0, 3746.0, 3756.0, 3725.0, 3756.0, 3737.0, 3776.0, 3758.0, 3753.0, 3735.0, 3724.0, 3742.0, 3724.0, 3766.0, 3726.0, 3778.0, 3735.0, 3751.0, 3712.0, 3755.0, 3723.0, 3733.0, 3743.0, 3723.0, 3733.0, 3702.0, 3751.0, 3726.0, 3758.0, 3758.0, 3725.0, 3758.0, 3738.0, 3737.0, 3749.0, 3727.0, 3769.0, 3728.0, 3770.0, 3759.0, 3726.0, 3744.0, 3716.0, 3769.0, 3715.0, 3767.0, 3758.0, 3714.0, 3747.0, 3712.0, 3757.0, 3726.0, 3724.0, 3760.0, 3716.0, 3769.0, 3716.0, 3733.0, 3746.0, 3728.0, 3772.0, 3749.0], 'WindowWidth': [8567.0, 8533.0, 8504.0, 8482.0, 8478.0, 8516.0, 8454.0, 8451.0, 8467.0, 8474.0, 8502.0, 8476.0, 8536.0, 8509.0, 8507.0, 8471.0, 8491.0, 8472.0, 8508.0, 8451.0, 8488.0, 8446.0, 8492.0, 8464.0, 8460.0, 8427.0, 8450.0, 8418.0, 8438.0, 8429.0, 8459.0, 8454.0, 8465.0, 8465.0, 8474.0, 8520.0, 8473.0, 8499.0, 8449.0, 8478.0, 8454.0, 8510.0, 8428.0, 8487.0, 8425.0, 8449.0, 8417.0, 8432.0, 8418.0, 8448.0, 8396.0, 8414.0, 8391.0, 8407.0, 8399.0, 8413.0, 8399.0, 8413.0, 8420.0, 8462.0, 8434.0, 8457.0, 8422.0, 8418.0, 8435.0, 8427.0, 8423.0, 8470.0, 8440.0, 8478.0, 8420.0, 8460.0, 8402.0, 8450.0, 8415.0, 8411.0, 8417.0, 8424.0, 8456.0, 8443.0, 8473.0, 8449.0, 8445.0, 8461.0, 8458.0, 8472.0, 8492.0, 8468.0, 8490.0, 8453.0, 8483.0, 8435.0, 8463.0, 8418.0, 8470.0, 8409.0, 8463.0, 8449.0, 8471.0, 8417.0, 8415.0, 8434.0, 8427.0, 8468.0, 8446.0, 8453.0, 8483.0, 8453.0, 8451.0, 8448.0, 8464.0, 8509.0, 8443.0, 8482.0, 8392.0, 8443.0, 8405.0, 8462.0, 8439.0, 8477.0, 8427.0, 8435.0, 8372.0, 8411.0, 8393.0, 8418.0, 8373.0, 8400.0, 8403.0, 8385.0, 8395.0, 8409.0, 8405.0, 8392.0, 8398.0, 8396.0, 8396.0, 8431.0, 8425.0, 8472.0, 8456.0, 8488.0, 8449.0, 8471.0, 8426.0, 8469.0, 8421.0, 8455.0, 8427.0, 8456.0, 8463.0, 8448.0, 8441.0, 8438.0, 8433.0, 8439.0, 8473.0, 8435.0, 8474.0, 8436.0, 8485.0, 8447.0, 8470.0, 8442.0, 8470.0, 8444.0, 8438.0, 8464.0, 8464.0, 8467.0, 8463.0, 8465.0, 8473.0, 8484.0, 8476.0, 8458.0, 8434.0, 8437.0, 8433.0, 8424.0, 8462.0, 8441.0, 8506.0, 8441.0, 8453.0, 8433.0, 8448.0, 8415.0, 8425.0, 8413.0, 8440.0, 8459.0, 8467.0, 8474.0, 8450.0, 8475.0, 8426.0, 8458.0, 8437.0, 8421.0, 8428.0, 8420.0, 8474.0, 8443.0, 8476.0, 8416.0, 8452.0, 8391.0, 8411.0, 8399.0, 8406.0, 8443.0, 8400.0, 8439.0, 8418.0, 8482.0, 8442.0, 8476.0, 8427.0, 8455.0, 8378.0, 8429.0, 8373.0, 8420.0, 8416.0, 8427.0, 8388.0, 8386.0, 8383.0, 8403.0, 8390.0, 8416.0, 8395.0, 8448.0, 8443.0, 8470.0, 8423.0, 8457.0, 8424.0, 8457.0, 8431.0, 8458.0, 8427.0, 8485.0, 8462.0, 8468.0, 8440.0, 8450.0, 8438.0, 8454.0, 8440.0, 8454.0, 8445.0, 8494.0, 8468.0, 8497.0, 8488.0, 8490.0, 8465.0, 8488.0, 8471.0, 8480.0, 8465.0, 8493.0, 8486.0, 8511.0, 8492.0, 8507.0, 8489.0, 8501.0, 8522.0, 8507.0, 8497.0, 8496.0, 8512.0, 8511.0, 8519.0, 8491.0, 8513.0, 8489.0, 8484.0, 8485.0, 8495.0, 8485.0, 8523.0, 8520.0, 8529.0, 8525.0, 8525.0, 8499.0, 8524.0, 8513.0, 8541.0, 8492.0, 8518.0, 8465.0, 8503.0, 8463.0, 8486.0, 8474.0, 8436.0, 8446.0, 8401.0, 8460.0, 8418.0, 8477.0, 8450.0, 8429.0, 8425.0, 8398.0, 8439.0, 8384.0, 8425.0, 8431.0, 8400.0, 8459.0, 8417.0, 8457.0, 8464.0, 8416.0, 8422.0, 8355.0, 8409.0, 8371.0, 8385.0, 8440.0, 8393.0, 8434.0, 8372.0, 8425.0, 8378.0, 8394.0, 8421.0, 8388.0, 8436.0, 8364.0, 8419.0, 8377.0, 8434.0, 8406.0, 8443.0, 8387.0, 8432.0, 8373.0, 8430.0, 8374.0, 8429.0, 8394.0, 8409.0, 8411.0, 8407.0, 8460.0, 8432.0, 8460.0, 8422.0, 8433.0, 8451.0, 8480.0, 8451.0, 8476.0, 8415.0, 8462.0, 8434.0, 8441.0, 8391.0, 8421.0, 8391.0, 8403.0, 8395.0, 8425.0, 8403.0, 8457.0, 8424.0, 8429.0, 8419.0, 8442.0, 8477.0, 8470.0, 8506.0, 8470.0, 8488.0, 8449.0, 8460.0, 8428.0, 8454.0, 8466.0, 8453.0, 8453.0, 8433.0, 8415.0, 8461.0, 8419.0, 8454.0, 8392.0, 8437.0, 8399.0, 8441.0, 8377.0, 8391.0, 8391.0, 8440.0, 8399.0, 8444.0, 8424.0, 8437.0, 8464.0, 8448.0, 8479.0, 8448.0, 8453.0, 8484.0, 8439.0, 8532.0, 8486.0, 8510.0, 8460.0, 8483.0, 8424.0, 8459.0, 8400.0, 8467.0, 8425.0, 8450.0, 8386.0, 8394.0, 8373.0, 8393.0, 8432.0, 8393.0, 8432.0, 8388.0, 8436.0, 8404.0, 8460.0, 8400.0, 8439.0, 8386.0, 8426.0, 8402.0, 8445.0, 8404.0, 8449.0, 8405.0, 8458.0, 8430.0, 8443.0, 8464.0, 8420.0, 8462.0, 8402.0, 8461.0, 8402.0, 8441.0, 8424.0, 8447.0, 8443.0, 8470.0, 8442.0, 8461.0, 8461.0, 8484.0, 8471.0, 8489.0, 8500.0, 8489.0, 8493.0, 8497.0, 8484.0, 8497.0, 8464.0, 8484.0, 8428.0, 8484.0, 8438.0, 8464.0, 8433.0, 8479.0, 8415.0, 8441.0, 8397.0, 8424.0, 8401.0, 8446.0, 8434.0, 8416.0, 8434.0, 8426.0, 8464.0, 8424.0, 8444.0, 8490.0, 8424.0, 8465.0, 8406.0, 8460.0, 8402.0, 8461.0, 8448.0, 8417.0, 8413.0, 8398.0, 8444.0, 8386.0, 8456.0, 8439.0, 8406.0, 8424.0, 8399.0, 8436.0, 8399.0, 8457.0, 8423.0, 8391.0, 8422.0, 8380.0, 8433.0, 8394.0, 8413.0, 8477.0, 8448.0, 8442.0, 8428.0, 8383.0, 8442.0, 8403.0, 8454.0, 8450.0, 8396.0, 8444.0, 8401.0, 8422.0, 8428.0, 8404.0, 8439.0, 8410.0, 8402.0, 8431.0, 8404.0, 8418.0, 8425.0, 8409.0, 8472.0, 8452.0, 8388.0, 8421.0, 8404.0, 8447.0, 8407.0, 8420.0, 8470.0, 8436.0, 8443.0, 8429.0, 8402.0, 8447.0, 8427.0, 8476.0, 8448.0, 8406.0, 8426.0, 8399.0, 8430.0, 8404.0, 8460.0, 8403.0, 8446.0, 8402.0, 8443.0, 8396.0, 8437.0, 8396.0, 8424.0, 8403.0, 8446.0, 8435.0, 8455.0, 8456.0, 8448.0, 8474.0, 8449.0, 8465.0, 8467.0, 8478.0, 8518.0, 8489.0, 8480.0, 8465.0, 8449.0, 8461.0, 8432.0, 8486.0, 8454.0, 8481.0, 8424.0, 8447.0, 8405.0, 8420.0, 8448.0, 8413.0, 8467.0, 8399.0, 8426.0, 8395.0, 8412.0, 8377.0, 8410.0, 8449.0, 8413.0, 8450.0, 8406.0, 8430.0, 8390.0, 8401.0, 8395.0, 8422.0, 8401.0, 8456.0, 8429.0, 8482.0, 8422.0, 8444.0, 8419.0, 8434.0, 8424.0, 8444.0, 8445.0, 8468.0, 8499.0, 8467.0, 8499.0, 8454.0, 8492.0, 8451.0, 8489.0, 8453.0, 8481.0, 8445.0, 8463.0, 8458.0, 8456.0, 8439.0, 8438.0, 8404.0, 8416.0, 8447.0, 8424.0, 8458.0, 8440.0, 8483.0, 8423.0, 8460.0, 8447.0, 8446.0, 8402.0, 8444.0, 8405.0, 8462.0, 8408.0, 8463.0, 8432.0, 8493.0, 8445.0, 8464.0, 8428.0, 8465.0, 8416.0, 8460.0, 8420.0, 8446.0, 8406.0, 8451.0, 8439.0, 8447.0, 8417.0, 8424.0, 8419.0, 8428.0, 8424.0, 8446.0, 8445.0, 8459.0, 8477.0, 8447.0, 8473.0, 8442.0, 8474.0, 8441.0, 8468.0, 8429.0, 8445.0, 8406.0, 8409.0, 8414.0, 8385.0, 8409.0, 8388.0, 8432.0, 8404.0, 8392.0, 8392.0, 8394.0, 8424.0, 8385.0, 8422.0, 8418.0, 8415.0, 8447.0, 8401.0, 8441.0, 8405.0, 8438.0, 8421.0, 8441.0, 8432.0, 8408.0, 8408.0, 8385.0, 8435.0, 8402.0, 8442.0, 8446.0, 8415.0, 8422.0, 8395.0, 8441.0, 8407.0, 8455.0, 8447.0, 8417.0, 8431.0, 8399.0, 8426.0, 8402.0, 8462.0, 8451.0, 8444.0, 8426.0, 8397.0, 8431.0, 8403.0, 8461.0, 8420.0, 8474.0, 8449.0, 8418.0, 8431.0, 8397.0, 8444.0, 8406.0, 8460.0, 8421.0, 8462.0, 8434.0, 8458.0, 8399.0, 8454.0, 8403.0, 8459.0, 8414.0, 8457.0, 8416.0, 8461.0, 8428.0, 8455.0, 8437.0, 8441.0, 8459.0, 8449.0, 8473.0, 8468.0, 8486.0, 8498.0, 8471.0, 8515.0, 8456.0, 8489.0, 8453.0, 8492.0, 8467.0, 8483.0, 8461.0, 8468.0, 8421.0, 8426.0, 8416.0, 8414.0, 8436.0, 8406.0, 8479.0, 8413.0, 8462.0, 8420.0, 8417.0, 8422.0, 8426.0, 8470.0, 8416.0, 8462.0, 8387.0, 8441.0, 8386.0, 8434.0, 8402.0, 8459.0, 8401.0, 8457.0, 8412.0, 8437.0, 8398.0, 8437.0, 8420.0, 8430.0, 8441.0, 8460.0, 8470.0, 8486.0, 8472.0, 8475.0, 8462.0, 8443.0, 8461.0, 8445.0, 8473.0, 8465.0, 8493.0, 8466.0, 8506.0, 8445.0, 8455.0, 8445.0, 8445.0, 8476.0, 8459.0, 8504.0, 8443.0, 8483.0, 8406.0, 8459.0, 8419.0, 8437.0, 8439.0, 8419.0, 8449.0, 8402.0, 8439.0, 8402.0, 8462.0, 8422.0, 8476.0, 8446.0, 8442.0, 8419.0, 8406.0, 8394.0, 8419.0, 8411.0, 8446.0, 8423.0, 8461.0, 8403.0, 8434.0, 8408.0, 8407.0, 8398.0, 8413.0, 8424.0, 8440.0, 8471.0, 8446.0, 8466.0, 8479.0, 8471.0, 8499.0, 8473.0, 8509.0, 8491.0, 8512.0, 8477.0, 8478.0, 8446.0, 8450.0, 8444.0, 8431.0, 8488.0, 8421.0, 8484.0, 8407.0, 8458.0, 8422.0, 8478.0, 8456.0, 8447.0, 8434.0, 8414.0, 8410.0, 8437.0, 8396.0, 8454.0, 8429.0, 8437.0, 8418.0, 8391.0, 8403.0, 8387.0, 8406.0, 8402.0, 8442.0, 8395.0, 8456.0, 8382.0, 8436.0, 8385.0, 8455.0, 8407.0, 8462.0, 8448.0, 8442.0, 8414.0, 8452.0, 8397.0, 8451.0, 8398.0, 8455.0, 8373.0, 8436.0, 8389.0, 8460.0, 8416.0, 8442.0, 8406.0, 8441.0, 8408.0, 8459.0, 8420.0, 8473.0, 8446.0, 8475.0, 8460.0, 8433.0, 8442.0, 8435.0, 8450.0, 8470.0, 8423.0, 8463.0, 8429.0, 8448.0, 8450.0, 8426.0, 8454.0, 8443.0, 8473.0, 8443.0, 8479.0, 8479.0, 8452.0, 8513.0, 8448.0, 8477.0, 8449.0, 8484.0, 8468.0, 8504.0, 8475.0, 8454.0, 8433.0, 8415.0, 8437.0, 8399.0, 8454.0, 8425.0, 8480.0, 8420.0, 8461.0, 8384.0, 8443.0, 8395.0, 8428.0, 8404.0, 8436.0, 8473.0, 8417.0, 8449.0, 8394.0, 8447.0, 8396.0, 8431.0, 8420.0, 8441.0, 8464.0, 8464.0, 8482.0, 8451.0, 8467.0, 8499.0, 8473.0, 8498.0, 8484.0, 8479.0, 8466.0, 8475.0, 8467.0, 8469.0, 8470.0, 8435.0, 8448.0, 8407.0, 8448.0, 8423.0, 8474.0, 8451.0, 8441.0, 8417.0, 8401.0, 8425.0, 8402.0, 8461.0, 8408.0, 8479.0, 8415.0, 8435.0, 8383.0, 8442.0, 8398.0, 8411.0, 8427.0, 8399.0, 8411.0, 8369.0, 8434.0, 8408.0, 8452.0, 8452.0, 8404.0, 8448.0, 8425.0, 8423.0, 8441.0, 8412.0, 8468.0, 8414.0, 8470.0, 8454.0, 8407.0, 8429.0, 8395.0, 8465.0, 8390.0, 8461.0, 8449.0, 8387.0, 8433.0, 8384.0, 8448.0, 8404.0, 8402.0, 8454.0, 8393.0, 8464.0, 8392.0, 8413.0, 8434.0, 8411.0, 8473.0, 8442.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.001215234962406015</td></tr>
<tr><td colspan=3>aqi</td><td>0.027063188815789473</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.876609873932296</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1569327311759168</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120511216274697</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>2445.4646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09544251411205627</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7593984962406015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6094602683223616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5855568474464303</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7871202971862377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4557036603344162</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151302</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014780052937567234</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019360028207302094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.617652264750455</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>18.526</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.9646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.3815</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297380.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>1121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.1711</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.0232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2902.9083</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.2454</td></tr>
<tr><td colspan=3>tsnr</td><td>33.16558259050362</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>