<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-03/func/sub-0016_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>517f98767fc5c9bc0d7e463e72238c61</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>14:21:25.337500</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.999965, -0.00283048, -0.00787301, 0.0026179, 0.999635, -0.0268812]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102375</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7780, -7299, 557, -120, -214, -75, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>16ea082a-e5bd-4b80-b75a-863e2d840e4f||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.682832956314087, 0.007023629266768694, -0.021454812958836555, 114.9488296508789], [0.007593958638608456, 2.681948184967041, -0.07252117246389389, -84.47626495361328], [-0.02112271636724472, 0.07212041318416595, 2.6989405155181885, -85.9468002319336], [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': ['142125.337500', '142125.797500', '142126.257500', '142126.717500', '142127.177500', '142127.637500', '142128.097500', '142128.557500', '142129.017500', '142129.477500', '142129.937500', '142130.397500', '142130.857500', '142131.317500', '142131.777500', '142132.237500', '142132.697500', '142133.157500', '142133.617500', '142134.077500', '142134.537500', '142134.997500', '142135.457500', '142135.917500', '142136.377500', '142136.837500', '142137.297500', '142137.757500', '142138.217500', '142138.677500', '142139.137500', '142139.597500', '142140.057500', '142140.517500', '142140.977500', '142141.437500', '142141.897500', '142142.357500', '142142.817500', '142143.277500', '142143.737500', '142144.197500', '142144.657500', '142145.117500', '142145.577500', '142146.037500', '142146.497500', '142146.957500', '142147.417500', '142147.877500', '142148.337500', '142148.797500', '142149.257500', '142149.717500', '142150.177500', '142150.637500', '142151.097500', '142151.557500', '142152.017500', '142152.477500', '142152.937500', '142153.397500', '142153.857500', '142154.317500', '142154.777500', '142155.237500', '142155.697500', '142156.157500', '142156.617500', '142157.077500', '142157.537500', '142157.997500', '142158.457500', '142158.917500', '142159.377500', '142159.837500', '142200.297500', '142200.757500', '142201.217500', '142201.677500', '142202.137500', '142202.597500', '142203.057500', '142203.517500', '142203.977500', '142204.437500', '142204.897500', '142205.357500', '142205.817500', '142206.277500', '142206.737500', '142207.197500', '142207.657500', '142208.117500', '142208.577500', '142209.037500', '142209.497500', '142209.957500', '142210.417500', '142210.877500', '142211.337500', '142211.797500', '142212.257500', '142212.717500', '142213.177500', '142213.637500', '142214.097500', '142214.557500', '142215.017500', '142215.477500', '142215.937500', '142216.397500', '142216.857500', '142217.317500', '142217.777500', '142218.237500', '142218.697500', '142219.157500', '142219.617500', '142220.077500', '142220.537500', '142220.997500', '142221.457500', '142221.917500', '142222.377500', '142222.837500', '142223.297500', '142223.757500', '142224.217500', '142224.677500', '142225.137500', '142225.597500', '142226.057500', '142226.517500', '142226.977500', '142227.437500', '142227.897500', '142228.357500', '142228.817500', '142229.277500', '142229.737500', '142230.197500', '142230.657500', '142231.117500', '142231.577500', '142232.037500', '142232.497500', '142232.957500', '142233.417500', '142233.877500', '142234.337500', '142234.797500', '142235.257500', '142235.717500', '142236.177500', '142236.637500', '142237.097500', '142237.557500', '142238.017500', '142238.477500', '142238.937500', '142239.397500', '142239.857500', '142240.317500', '142240.777500', '142241.237500', '142241.697500', '142242.157500', '142242.617500', '142243.077500', '142243.537500', '142243.997500', '142244.457500', '142244.917500', '142245.377500', '142245.837500', '142246.297500', '142246.757500', '142247.217500', '142247.677500', '142248.137500', '142248.597500', '142249.057500', '142249.517500', '142249.977500', '142250.437500', '142250.897500', '142251.357500', '142251.817500', '142252.277500', '142252.737500', '142253.197500', '142253.657500', '142254.117500', '142254.577500', '142255.037500', '142255.497500', '142255.957500', '142256.417500', '142256.877500', '142257.337500', '142257.797500', '142258.257500', '142258.717500', '142259.177500', '142259.637500', '142300.097500', '142300.557500', '142301.017500', '142301.477500', '142301.937500', '142302.397500', '142302.857500', '142303.317500', '142303.777500', '142304.237500', '142304.697500', '142305.157500', '142305.617500', '142306.077500', '142306.537500', '142306.997500', '142307.457500', '142307.917500', '142308.377500', '142308.837500', '142309.297500', '142309.757500', '142310.217500', '142310.677500', '142311.137500', '142311.597500', '142312.057500', '142312.517500', '142312.977500', '142313.437500', '142313.897500', '142314.357500', '142314.817500', '142315.277500', '142315.737500', '142316.197500', '142316.657500', '142317.117500', '142317.577500', '142318.037500', '142318.497500', '142318.957500', '142319.417500', '142319.877500', '142320.337500', '142320.797500', '142321.257500', '142321.717500', '142322.177500', '142322.637500', '142323.097500', '142323.557500', '142324.017500', '142324.477500', '142324.937500', '142325.397500', '142325.857500', '142326.317500', '142326.777500', '142327.237500', '142327.697500', '142328.157500', '142328.617500', '142329.077500', '142329.537500', '142329.997500', '142330.457500', '142330.917500', '142331.377500', '142331.837500', '142332.297500', '142332.757500', '142333.217500', '142333.677500', '142334.137500', '142334.597500', '142335.057500', '142335.517500', '142335.977500', '142336.437500', '142336.897500', '142337.357500', '142337.817500', '142338.277500', '142338.737500', '142339.197500', '142339.657500', '142340.117500', '142340.577500', '142341.037500', '142341.497500', '142341.957500', '142342.417500', '142342.877500', '142343.337500', '142343.797500', '142344.257500', '142344.717500', '142345.177500', '142345.637500', '142346.097500', '142346.557500', '142347.017500', '142347.477500', '142347.937500', '142348.397500', '142348.857500', '142349.317500', '142349.777500', '142350.237500', '142350.697500', '142351.157500', '142351.617500', '142352.077500', '142352.537500', '142352.997500', '142353.457500', '142353.917500', '142354.377500', '142354.837500', '142355.297500', '142355.757500', '142356.217500', '142356.677500', '142357.137500', '142357.597500', '142358.057500', '142358.517500', '142358.977500', '142359.437500', '142359.897500', '142400.357500', '142400.817500', '142401.277500', '142401.737500', '142402.197500', '142402.657500', '142403.117500', '142403.577500', '142404.037500', '142404.497500', '142404.957500', '142405.417500', '142405.877500', '142406.337500', '142406.797500', '142407.257500', '142407.717500', '142408.177500', '142408.637500', '142409.097500', '142409.557500', '142410.017500', '142410.477500', '142410.937500', '142411.397500', '142411.857500', '142412.317500', '142412.777500', '142413.237500', '142413.697500', '142414.157500', '142414.617500', '142415.077500', '142415.537500', '142415.997500', '142416.457500', '142416.917500', '142417.377500', '142417.837500', '142418.297500', '142418.757500', '142419.217500', '142419.677500', '142420.137500', '142420.597500', '142421.057500', '142421.517500', '142421.977500', '142422.437500', '142422.897500', '142423.357500', '142423.817500', '142424.277500', '142424.737500', '142425.197500', '142425.657500', '142426.117500', '142426.577500', '142427.037500', '142427.497500', '142427.957500', '142428.417500', '142428.877500', '142429.337500', '142429.797500', '142430.257500', '142430.717500', '142431.177500', '142431.637500', '142432.097500', '142432.557500', '142433.017500', '142433.477500', '142433.937500', '142434.397500', '142434.857500', '142435.317500', '142435.777500', '142436.237500', '142436.697500', '142437.157500', '142437.617500', '142438.077500', '142438.537500', '142438.997500', '142439.457500', '142439.917500', '142440.377500', '142440.837500', '142441.297500', '142441.757500', '142442.217500', '142442.677500', '142443.137500', '142443.597500', '142444.057500', '142444.517500', '142444.977500', '142445.437500', '142445.897500', '142446.357500', '142446.817500', '142447.277500', '142447.737500', '142448.197500', '142448.657500', '142449.117500', '142449.577500', '142450.037500', '142450.497500', '142450.957500', '142451.417500', '142451.877500', '142452.337500', '142452.797500', '142453.257500', '142453.717500', '142454.177500', '142454.637500', '142455.097500', '142455.557500', '142456.017500', '142456.477500', '142456.937500', '142457.397500', '142457.857500', '142458.317500', '142458.777500', '142459.237500', '142459.697500', '142500.157500', '142500.617500', '142501.077500', '142501.537500', '142501.997500', '142502.457500', '142502.917500', '142503.377500', '142503.837500', '142504.297500', '142504.757500', '142505.217500', '142505.677500', '142506.137500', '142506.597500', '142507.057500', '142507.517500', '142507.977500', '142508.437500', '142508.897500', '142509.357500', '142509.817500', '142510.277500', '142510.737500', '142511.197500', '142511.657500', '142512.117500', '142512.577500', '142513.037500', '142513.497500', '142513.957500', '142514.417500', '142514.877500', '142515.337500', '142515.797500', '142516.257500', '142516.717500', '142517.177500', '142517.637500', '142518.097500', '142518.557500', '142519.017500', '142519.477500', '142519.937500', '142520.397500', '142520.857500', '142521.317500', '142521.777500', '142522.237500', '142522.697500', '142523.157500', '142523.617500', '142524.077500', '142524.537500', '142524.997500', '142525.457500', '142525.917500', '142526.377500', '142526.837500', '142527.297500', '142527.757500', '142528.217500', '142528.677500', '142529.137500', '142529.597500', '142530.057500', '142530.517500', '142530.977500', '142531.437500', '142531.897500', '142532.357500', '142532.817500', '142533.277500', '142533.737500', '142534.197500', '142534.657500', '142535.117500', '142535.577500', '142536.037500', '142536.497500', '142536.957500', '142537.417500', '142537.877500', '142538.337500', '142538.797500', '142539.257500', '142539.717500', '142540.177500', '142540.637500', '142541.097500', '142541.557500', '142542.017500', '142542.477500', '142542.937500', '142543.397500', '142543.857500', '142544.317500', '142544.777500', '142545.237500', '142545.697500', '142546.157500', '142546.617500', '142547.077500', '142547.537500', '142547.997500', '142548.457500', '142548.917500', '142549.377500', '142549.837500', '142550.297500', '142550.757500', '142551.217500', '142551.677500', '142552.137500', '142552.597500', '142553.057500', '142553.517500', '142553.977500', '142554.437500', '142554.897500', '142555.357500', '142555.817500', '142556.277500', '142556.737500', '142557.197500', '142557.657500', '142558.117500', '142558.577500', '142559.037500', '142559.497500', '142559.957500', '142600.417500', '142600.877500', '142601.337500', '142601.797500', '142602.257500', '142602.717500', '142603.177500', '142603.637500', '142604.097500', '142604.557500', '142605.017500', '142605.477500', '142605.937500', '142606.397500', '142606.857500', '142607.317500', '142607.777500', '142608.237500', '142608.697500', '142609.157500', '142609.617500', '142610.077500', '142610.537500', '142610.997500', '142611.457500', '142611.917500', '142612.377500', '142612.837500', '142613.297500', '142613.757500', '142614.217500', '142614.677500', '142615.137500', '142615.597500', '142616.057500', '142616.517500', '142616.977500', '142617.437500', '142617.897500', '142618.357500', '142618.817500', '142619.277500', '142619.737500', '142620.197500', '142620.657500', '142621.117500', '142621.577500', '142622.037500', '142622.497500', '142622.957500', '142623.417500', '142623.877500', '142624.337500', '142624.797500', '142625.257500', '142625.717500', '142626.177500', '142626.637500', '142627.097500', '142627.557500', '142628.017500', '142628.477500', '142628.937500', '142629.397500', '142629.857500', '142630.317500', '142630.777500', '142631.237500', '142631.697500', '142632.157500', '142632.617500', '142633.077500', '142633.537500', '142633.997500', '142634.457500', '142634.917500', '142635.377500', '142635.837500', '142636.297500', '142636.757500', '142637.217500', '142637.677500', '142638.137500', '142638.597500', '142639.057500', '142639.517500', '142639.977500', '142640.437500', '142640.897500', '142641.357500', '142641.817500', '142642.277500', '142642.737500', '142643.197500', '142643.657500', '142644.117500', '142644.577500', '142645.037500', '142645.497500', '142645.957500', '142646.417500', '142646.877500', '142647.337500', '142647.797500', '142648.257500', '142648.717500', '142649.177500', '142649.637500', '142650.097500', '142650.557500', '142651.017500', '142651.477500', '142651.937500', '142652.397500', '142652.857500', '142653.317500', '142653.777500', '142654.237500', '142654.697500', '142655.157500', '142655.617500', '142656.077500', '142656.537500', '142656.997500', '142657.457500', '142657.917500', '142658.377500', '142658.837500', '142659.297500', '142659.757500', '142700.217500', '142700.677500', '142701.137500', '142701.597500', '142702.057500', '142702.517500', '142702.977500', '142703.437500', '142703.897500', '142704.357500', '142704.817500', '142705.277500', '142705.737500', '142706.197500', '142706.657500', '142707.117500', '142707.577500', '142708.037500', '142708.497500', '142708.957500', '142709.417500', '142709.877500', '142710.337500', '142710.797500', '142711.257500', '142711.717500', '142712.177500', '142712.637500', '142713.097500', '142713.557500', '142714.017500', '142714.477500', '142714.937500', '142715.397500', '142715.857500', '142716.317500', '142716.777500', '142717.237500', '142717.697500', '142718.157500', '142718.617500', '142719.077500', '142719.537500', '142719.997500', '142720.457500', '142720.917500', '142721.377500', '142721.837500', '142722.297500', '142722.757500', '142723.217500', '142723.677500', '142724.137500', '142724.597500', '142725.057500', '142725.517500', '142725.977500', '142726.437500', '142726.897500', '142727.357500', '142727.817500', '142728.277500', '142728.737500', '142729.197500', '142729.657500', '142730.117500', '142730.577500', '142731.037500', '142731.497500', '142731.957500', '142732.417500', '142732.877500', '142733.337500', '142733.797500', '142734.257500', '142734.717500', '142735.177500', '142735.637500', '142736.097500', '142736.557500', '142737.017500', '142737.477500', '142737.937500', '142738.397500', '142738.857500', '142739.317500', '142739.777500', '142740.237500', '142740.697500', '142741.157500', '142741.617500', '142742.077500', '142742.537500', '142742.997500', '142743.457500', '142743.917500', '142744.377500', '142744.837500', '142745.297500', '142745.757500', '142746.217500', '142746.677500', '142747.137500', '142747.597500', '142748.057500', '142748.517500', '142748.977500', '142749.437500', '142749.897500', '142750.357500', '142750.817500', '142751.277500', '142751.737500', '142752.197500', '142752.657500', '142753.117500', '142753.577500', '142754.037500', '142754.497500', '142754.957500', '142755.417500', '142755.877500', '142756.337500', '142756.797500', '142757.257500', '142757.717500', '142758.177500', '142758.637500', '142759.097500', '142759.557500', '142800.017500', '142800.477500', '142800.937500', '142801.397500', '142801.857500', '142802.317500', '142802.777500', '142803.237500', '142803.697500', '142804.157500', '142804.617500', '142805.077500', '142805.537500', '142805.997500', '142806.457500', '142806.917500', '142807.377500', '142807.837500', '142808.297500', '142808.757500', '142809.217500', '142809.677500', '142810.137500', '142810.597500', '142811.057500', '142811.517500', '142811.977500', '142812.437500', '142812.897500', '142813.357500', '142813.817500', '142814.277500', '142814.737500', '142815.197500', '142815.657500', '142816.117500', '142816.577500', '142817.037500', '142817.497500', '142817.957500', '142818.417500', '142818.877500', '142819.337500', '142819.797500', '142820.257500', '142820.717500', '142821.177500', '142821.637500', '142822.097500', '142822.557500', '142823.017500', '142823.477500', '142823.937500', '142824.397500', '142824.857500', '142825.317500', '142825.777500', '142826.237500', '142826.697500', '142827.157500', '142827.617500', '142828.077500', '142828.537500', '142828.997500', '142829.457500', '142829.917500', '142830.377500', '142830.837500', '142831.297500', '142831.757500', '142832.217500', '142832.677500', '142833.137500', '142833.597500', '142834.057500', '142834.517500', '142834.977500', '142835.437500', '142835.897500', '142836.357500', '142836.817500', '142837.277500', '142837.737500', '142838.197500', '142838.657500', '142839.117500', '142839.577500', '142840.037500', '142840.497500', '142840.957500', '142841.417500', '142841.877500', '142842.337500', '142842.797500', '142843.257500', '142843.717500', '142844.177500', '142844.637500', '142845.097500', '142845.557500', '142846.017500', '142846.477500', '142846.937500', '142847.397500', '142847.857500', '142848.317500', '142848.777500', '142849.237500', '142849.697500', '142850.157500', '142850.617500', '142851.077500', '142851.537500', '142851.997500', '142852.457500', '142852.917500', '142853.377500', '142853.837500', '142854.297500', '142854.757500', '142855.217500', '142855.677500', '142856.137500', '142856.597500', '142857.057500', '142857.517500', '142857.977500', '142858.437500', '142858.897500', '142859.357500', '142859.817500', '142900.277500', '142900.737500', '142901.197500', '142901.657500', '142902.117500', '142902.577500', '142903.037500', '142903.497500', '142903.957500', '142904.417500', '142904.877500', '142905.337500', '142905.797500', '142906.257500', '142906.717500', '142907.177500', '142907.637500', '142908.097500', '142908.557500', '142909.017500', '142909.477500', '142909.937500', '142910.397500', '142910.857500', '142911.317500', '142911.777500', '142912.237500', '142912.697500', '142913.157500', '142913.617500', '142914.077500', '142914.537500', '142914.997500', '142915.457500', '142915.917500', '142916.377500', '142916.837500', '142917.297500', '142917.757500', '142918.217500', '142918.677500', '142919.137500', '142919.597500', '142920.057500', '142920.517500', '142920.977500', '142921.437500', '142921.897500', '142922.357500', '142922.817500', '142923.277500', '142923.737500', '142924.197500', '142924.657500', '142925.117500', '142925.577500', '142926.037500', '142926.497500', '142926.957500', '142927.417500', '142927.877500', '142928.337500', '142928.797500', '142929.257500', '142929.717500', '142930.177500', '142930.637500', '142931.097500', '142931.557500', '142932.017500', '142932.477500', '142932.937500', '142933.397500', '142933.857500', '142934.317500', '142934.777500'], 'ContentTime': ['142143.525000', '142143.529000', '142143.532000', '142143.535000', '142143.538000', '142143.554000', '142143.557000', '142143.560000', '142143.563000', '142143.567000', '142143.570000', '142143.573000', '142143.576000', '142143.579000', '142143.582000', '142143.586000', '142143.589000', '142143.592000', '142143.595000', '142143.598000', '142143.601000', '142143.604000', '142143.607000', '142143.613000', '142143.616000', '142143.619000', '142143.622000', '142143.626000', '142143.629000', '142143.632000', '142143.634000', '142143.637000', '142143.640000', '142143.643000', '142143.646000', '142143.649000', '142143.652000', '142203.491000', '142203.494000', '142203.497000', '142203.500000', '142203.503000', '142203.506000', '142203.509000', '142203.512000', '142203.515000', '142203.518000', '142203.521000', '142203.524000', '142203.526000', '142203.529000', '142203.532000', '142203.535000', '142203.538000', '142203.541000', '142203.544000', '142203.547000', '142203.550000', '142203.553000', '142203.556000', '142203.558000', '142203.561000', '142203.564000', '142203.567000', '142203.570000', '142203.573000', '142203.577000', '142203.579000', '142203.582000', '142203.585000', '142203.588000', '142203.591000', '142203.594000', '142203.597000', '142203.600000', '142203.603000', '142203.606000', '142203.609000', '142203.612000', '142203.615000', '142203.618000', '142223.491000', '142223.494000', '142223.497000', '142223.500000', '142223.502000', '142223.505000', '142223.508000', '142223.511000', '142223.514000', '142223.517000', '142223.520000', '142223.523000', '142223.525000', '142223.528000', '142223.531000', '142223.534000', '142223.537000', '142223.540000', '142223.543000', '142223.546000', '142223.548000', '142223.551000', '142223.554000', '142223.557000', '142223.560000', '142223.563000', '142223.566000', '142223.568000', '142223.571000', '142223.574000', '142223.577000', '142223.580000', '142223.583000', '142223.592000', '142223.595000', '142223.598000', '142223.600000', '142223.603000', '142223.606000', '142223.609000', '142223.612000', '142223.615000', '142223.618000', '142243.490000', '142243.493000', '142243.496000', '142243.499000', '142243.501000', '142243.504000', '142243.507000', '142243.510000', '142243.513000', '142243.516000', '142243.519000', '142243.522000', '142243.525000', '142243.528000', '142243.531000', '142243.534000', '142243.537000', '142243.540000', '142243.542000', '142243.545000', '142243.548000', '142243.551000', '142243.554000', '142243.557000', '142243.560000', '142243.563000', '142243.565000', '142243.568000', '142243.571000', '142243.574000', '142243.577000', '142243.580000', '142243.583000', '142243.586000', '142243.588000', '142243.591000', '142243.594000', '142243.597000', '142243.600000', '142243.603000', '142243.606000', '142243.609000', '142243.611000', '142303.491000', '142303.494000', '142303.497000', '142303.500000', '142303.503000', '142303.506000', '142303.508000', '142303.511000', '142303.514000', '142303.517000', '142303.520000', '142303.523000', '142303.526000', '142303.529000', '142303.531000', '142303.534000', '142303.537000', '142303.540000', '142303.543000', '142303.546000', '142303.549000', '142303.552000', '142303.555000', '142303.558000', '142303.561000', '142303.564000', '142303.566000', '142303.569000', '142303.572000', '142303.575000', '142303.589000', '142303.592000', '142303.595000', '142303.597000', '142303.600000', '142303.603000', '142303.606000', '142303.609000', '142303.612000', '142303.615000', '142303.618000', '142303.621000', '142303.623000', '142303.626000', '142323.491000', '142323.494000', '142323.497000', '142323.500000', '142323.503000', '142323.506000', '142323.509000', '142323.511000', '142323.515000', '142323.518000', '142323.521000', '142323.524000', '142323.527000', '142323.530000', '142323.533000', '142323.536000', '142323.539000', '142323.541000', '142323.544000', '142323.547000', '142323.550000', '142323.553000', '142323.556000', '142323.559000', '142323.562000', '142323.565000', '142323.567000', '142323.570000', '142323.573000', '142323.576000', '142323.579000', '142323.582000', '142323.585000', '142323.588000', '142323.591000', '142323.594000', '142323.596000', '142323.599000', '142323.602000', '142323.605000', '142323.608000', '142323.611000', '142323.614000', '142343.491000', '142343.494000', '142343.497000', '142343.500000', '142343.503000', '142343.506000', '142343.508000', '142343.511000', '142343.514000', '142343.517000', '142343.520000', '142343.523000', '142343.526000', '142343.528000', '142343.531000', '142343.534000', '142343.537000', '142343.540000', '142343.543000', '142343.546000', '142343.549000', '142343.552000', '142343.554000', '142343.557000', '142343.560000', '142343.563000', '142343.566000', '142343.569000', '142343.572000', '142343.575000', '142343.578000', '142343.580000', '142343.583000', '142343.586000', '142343.589000', '142343.592000', '142343.595000', '142343.598000', '142343.600000', '142343.603000', '142343.606000', '142343.609000', '142343.612000', '142343.615000', '142403.491000', '142403.494000', '142403.497000', '142403.500000', '142403.503000', '142403.506000', '142403.509000', '142403.512000', '142403.514000', '142403.517000', '142403.520000', '142403.523000', '142403.526000', '142403.529000', '142403.532000', '142403.535000', '142403.538000', '142403.541000', '142403.544000', '142403.547000', '142403.551000', '142403.555000', '142403.557000', '142403.560000', '142403.563000', '142403.566000', '142403.569000', '142403.572000', '142403.575000', '142403.578000', '142403.581000', '142403.584000', '142403.587000', '142403.590000', '142403.592000', '142403.595000', '142403.598000', '142403.601000', '142403.604000', '142403.607000', '142403.610000', '142403.613000', '142403.616000', '142423.491000', '142423.494000', '142423.497000', '142423.500000', '142423.503000', '142423.506000', '142423.508000', '142423.511000', '142423.514000', '142423.517000', '142423.520000', '142423.523000', '142423.526000', '142423.529000', '142423.532000', '142423.535000', '142423.538000', '142423.540000', '142423.543000', '142423.546000', '142423.549000', '142423.552000', '142423.555000', '142423.558000', '142423.561000', '142423.564000', '142423.567000', '142423.570000', '142423.573000', '142423.575000', '142423.578000', '142423.581000', '142423.584000', '142423.587000', '142423.590000', '142423.593000', '142423.596000', '142423.599000', '142423.602000', '142423.604000', '142423.607000', '142423.610000', '142423.613000', '142423.616000', '142443.491000', '142443.494000', '142443.498000', '142443.501000', '142443.504000', '142443.507000', '142443.510000', '142443.513000', '142443.515000', '142443.518000', '142443.521000', '142443.533000', '142443.536000', '142443.539000', '142443.542000', '142443.545000', '142443.547000', '142443.550000', '142443.553000', '142443.556000', '142443.559000', '142443.562000', '142443.565000', '142443.568000', '142443.571000', '142443.574000', '142443.577000', '142443.580000', '142443.583000', '142443.586000', '142443.589000', '142443.592000', '142443.595000', '142443.598000', '142443.601000', '142443.603000', '142443.606000', '142443.609000', '142443.612000', '142443.615000', '142443.618000', '142443.621000', '142443.624000', '142503.490000', '142503.493000', '142503.496000', '142503.499000', '142503.502000', '142503.505000', '142503.507000', '142503.510000', '142503.513000', '142503.516000', '142503.519000', '142503.522000', '142503.525000', '142503.528000', '142503.531000', '142503.534000', '142503.537000', '142503.539000', '142503.542000', '142503.545000', '142503.548000', '142503.551000', '142503.554000', '142503.557000', '142503.560000', '142503.563000', '142503.565000', '142503.568000', '142503.571000', '142503.574000', '142503.577000', '142503.580000', '142503.583000', '142503.586000', '142503.589000', '142503.592000', '142503.595000', '142503.597000', '142503.600000', '142503.603000', '142503.606000', '142503.609000', '142503.612000', '142503.615000', '142523.491000', '142523.494000', '142523.497000', '142523.500000', '142523.503000', '142523.506000', '142523.509000', '142523.512000', '142523.514000', '142523.517000', '142523.520000', '142523.523000', '142523.526000', '142523.529000', '142523.532000', '142523.535000', '142523.538000', '142523.541000', '142523.543000', '142523.546000', '142523.549000', '142523.552000', '142523.555000', '142523.558000', '142523.561000', '142523.564000', '142523.567000', '142523.570000', '142523.573000', '142523.576000', '142523.579000', '142523.582000', '142523.585000', '142523.588000', '142523.590000', '142523.593000', '142523.596000', '142523.599000', '142523.602000', '142523.605000', '142523.608000', '142523.611000', '142523.614000', '142543.491000', '142543.494000', '142543.497000', '142543.500000', '142543.503000', '142543.505000', '142543.508000', '142543.511000', '142543.514000', '142543.517000', '142543.520000', '142543.523000', '142543.526000', '142543.529000', '142543.531000', '142543.534000', '142543.537000', '142543.540000', '142543.543000', '142543.546000', '142543.549000', '142543.552000', '142543.555000', '142543.558000', '142543.561000', '142543.563000', '142543.566000', '142543.569000', '142543.572000', '142543.575000', '142543.578000', '142543.581000', '142543.584000', '142543.587000', '142543.590000', '142543.593000', '142543.596000', '142543.599000', '142543.601000', '142543.604000', '142543.607000', '142543.610000', '142543.613000', '142543.616000', '142603.491000', '142603.494000', '142603.497000', '142603.500000', '142603.502000', '142603.505000', '142603.508000', '142603.511000', '142603.514000', '142603.517000', '142603.520000', '142603.523000', '142603.526000', '142603.529000', '142603.532000', '142603.535000', '142603.539000', '142603.542000', '142603.544000', '142603.547000', '142603.550000', '142603.553000', '142603.556000', '142603.559000', '142603.562000', '142603.565000', '142603.568000', '142603.571000', '142603.574000', '142603.576000', '142603.579000', '142603.582000', '142603.585000', '142603.588000', '142603.591000', '142603.594000', '142603.610000', '142603.616000', '142603.619000', '142603.622000', '142603.625000', '142603.628000', '142603.630000', '142623.491000', '142623.494000', '142623.497000', '142623.500000', '142623.503000', '142623.506000', '142623.509000', '142623.512000', '142623.515000', '142623.518000', '142623.521000', '142623.523000', '142623.526000', '142623.529000', '142623.532000', '142623.535000', '142623.538000', '142623.541000', '142623.544000', '142623.547000', '142623.550000', '142623.553000', '142623.555000', '142623.558000', '142623.561000', '142623.564000', '142623.567000', '142623.570000', '142623.573000', '142623.576000', '142623.579000', '142623.582000', '142623.585000', '142623.587000', '142623.590000', '142623.593000', '142623.596000', '142623.599000', '142623.602000', '142623.605000', '142623.608000', '142623.611000', '142623.614000', '142623.617000', '142643.491000', '142643.494000', '142643.497000', '142643.500000', '142643.503000', '142643.506000', '142643.509000', '142643.511000', '142643.514000', '142643.517000', '142643.520000', '142643.523000', '142643.526000', '142643.529000', '142643.532000', '142643.535000', '142643.537000', '142643.540000', '142643.543000', '142643.546000', '142643.549000', '142643.552000', '142643.555000', '142643.558000', '142643.561000', '142643.564000', '142643.567000', '142643.569000', '142643.572000', '142643.575000', '142643.578000', '142643.581000', '142643.586000', '142643.589000', '142643.592000', '142643.595000', '142643.598000', '142643.601000', '142643.604000', '142643.607000', '142643.610000', '142643.613000', '142643.616000', '142703.491000', '142703.494000', '142703.497000', '142703.500000', '142703.503000', '142703.506000', '142703.508000', '142703.511000', '142703.514000', '142703.517000', '142703.520000', '142703.523000', '142703.526000', '142703.529000', '142703.532000', '142703.534000', '142703.537000', '142703.540000', '142703.543000', '142703.546000', '142703.549000', '142703.552000', '142703.555000', '142703.558000', '142703.561000', '142703.564000', '142703.566000', '142703.569000', '142703.572000', '142703.575000', '142703.578000', '142703.581000', '142703.584000', '142703.587000', '142703.590000', '142703.593000', '142703.596000', '142703.598000', '142703.601000', '142703.604000', '142703.607000', '142703.610000', '142703.613000', '142703.616000', '142723.490000', '142723.493000', '142723.496000', '142723.499000', '142723.502000', '142723.505000', '142723.508000', '142723.511000', '142723.514000', '142723.516000', '142723.519000', '142723.522000', '142723.525000', '142723.528000', '142723.531000', '142723.534000', '142723.537000', '142723.540000', '142723.543000', '142723.545000', '142723.548000', '142723.551000', '142723.554000', '142723.557000', '142723.560000', '142723.563000', '142723.566000', '142723.568000', '142723.571000', '142723.576000', '142723.579000', '142723.582000', '142723.585000', '142723.588000', '142723.591000', '142723.594000', '142723.597000', '142723.599000', '142723.602000', '142723.605000', '142723.608000', '142723.611000', '142723.614000', '142743.491000', '142743.494000', '142743.497000', '142743.500000', '142743.515000', '142743.518000', '142743.521000', '142743.524000', '142743.527000', '142743.529000', '142743.532000', '142743.535000', '142743.538000', '142743.542000', '142743.545000', '142743.548000', '142743.551000', '142743.554000', '142743.557000', '142743.560000', '142743.562000', '142743.565000', '142743.568000', '142743.571000', '142743.574000', '142743.577000', '142743.580000', '142743.583000', '142743.586000', '142743.589000', '142743.591000', '142743.594000', '142743.597000', '142743.600000', '142743.603000', '142743.606000', '142743.609000', '142743.612000', '142743.615000', '142743.617000', '142743.620000', '142743.623000', '142743.626000', '142743.629000', '142803.491000', '142803.494000', '142803.497000', '142803.500000', '142803.503000', '142803.506000', '142803.508000', '142803.511000', '142803.514000', '142803.517000', '142803.520000', '142803.523000', '142803.526000', '142803.529000', '142803.532000', '142803.534000', '142803.537000', '142803.540000', '142803.543000', '142803.546000', '142803.549000', '142803.552000', '142803.555000', '142803.558000', '142803.560000', '142803.563000', '142803.566000', '142803.569000', '142803.572000', '142803.575000', '142803.578000', '142803.581000', '142803.584000', '142803.587000', '142803.590000', '142803.593000', '142803.595000', '142803.598000', '142803.601000', '142803.604000', '142803.607000', '142803.610000', '142803.613000', '142823.491000', '142823.494000', '142823.497000', '142823.500000', '142823.503000', '142823.506000', '142823.509000', '142823.512000', '142823.515000', '142823.517000', '142823.520000', '142823.523000', '142823.526000', '142823.529000', '142823.532000', '142823.535000', '142823.538000', '142823.541000', '142823.544000', '142823.546000', '142823.549000', '142823.552000', '142823.555000', '142823.558000', '142823.561000', '142823.564000', '142823.566000', '142823.569000', '142823.572000', '142823.575000', '142823.578000', '142823.581000', '142823.584000', '142823.587000', '142823.590000', '142823.593000', '142823.596000', '142823.599000', '142823.601000', '142823.604000', '142823.607000', '142823.610000', '142823.613000', '142823.616000', '142843.491000', '142843.494000', '142843.497000', '142843.500000', '142843.503000', '142843.506000', '142843.509000', '142843.512000', '142843.514000', '142843.517000', '142843.520000', '142843.523000', '142843.526000', '142843.529000', '142843.532000', '142843.535000', '142843.538000', '142843.540000', '142843.543000', '142843.546000', '142843.549000', '142843.552000', '142843.555000', '142843.558000', '142843.561000', '142843.564000', '142843.567000', '142843.569000', '142843.572000', '142843.575000', '142843.578000', '142843.581000', '142843.584000', '142843.587000', '142843.590000', '142843.593000', '142843.596000', '142843.599000', '142843.601000', '142843.604000', '142843.607000', '142843.610000', '142843.614000', '142903.499000', '142903.503000', '142903.506000', '142903.508000', '142903.511000', '142903.514000', '142903.517000', '142903.520000', '142903.523000', '142903.526000', '142903.529000', '142903.532000', '142903.534000', '142903.537000', '142903.540000', '142903.543000', '142903.546000', '142903.549000', '142903.552000', '142903.555000', '142903.558000', '142903.561000', '142903.564000', '142903.567000', '142903.570000', '142903.572000', '142903.575000', '142903.578000', '142903.581000', '142903.584000', '142903.587000', '142903.590000', '142903.593000', '142903.596000', '142903.599000', '142903.602000', '142903.605000', '142903.608000', '142903.610000', '142903.613000', '142903.616000', '142903.619000', '142903.622000', '142903.625000', '142923.491000', '142923.494000', '142923.497000', '142923.500000', '142923.503000', '142923.506000', '142923.509000', '142923.512000', '142923.515000', '142923.518000', '142923.521000', '142923.524000', '142923.526000', '142923.529000', '142923.532000', '142923.535000', '142923.538000', '142923.541000', '142923.544000', '142923.547000', '142923.550000', '142923.553000', '142923.556000', '142923.559000', '142923.562000', '142923.565000', '142923.567000', '142923.570000', '142923.573000', '142923.576000', '142923.579000', '142923.582000', '142923.585000', '142923.588000', '142923.591000', '142923.594000', '142923.597000', '142923.600000', '142923.603000', '142923.606000', '142923.609000', '142923.611000', '142923.614000', '142936.177000', '142936.245000', '142936.248000', '142936.251000', '142936.254000', '142936.257000', '142936.260000', '142936.263000', '142936.265000', '142936.268000', '142936.271000', '142936.274000', '142936.277000', '142936.280000', '142936.283000', '142936.286000', '142936.289000', '142936.292000', '142936.294000', '142936.297000', '142936.300000', '142936.303000', '142936.306000', '142936.309000', '142936.312000', '142936.315000', '142936.318000', '142936.321000'], 'InstanceCreationTime': ['142143.525000', '142143.529000', '142143.532000', '142143.535000', '142143.538000', '142143.554000', '142143.557000', '142143.560000', '142143.563000', '142143.567000', '142143.570000', '142143.573000', '142143.576000', '142143.579000', '142143.582000', '142143.586000', '142143.589000', '142143.592000', '142143.595000', '142143.598000', '142143.601000', '142143.604000', '142143.607000', '142143.613000', '142143.616000', '142143.619000', '142143.622000', '142143.626000', '142143.629000', '142143.632000', '142143.634000', '142143.637000', '142143.640000', '142143.643000', '142143.646000', '142143.649000', '142143.652000', '142203.491000', '142203.494000', '142203.497000', '142203.500000', '142203.503000', '142203.506000', '142203.509000', '142203.512000', '142203.515000', '142203.518000', '142203.521000', '142203.524000', '142203.526000', '142203.529000', '142203.532000', '142203.535000', '142203.538000', '142203.541000', '142203.544000', '142203.547000', '142203.550000', '142203.553000', '142203.556000', '142203.558000', '142203.561000', '142203.564000', '142203.567000', '142203.570000', '142203.573000', '142203.577000', '142203.579000', '142203.582000', '142203.585000', '142203.588000', '142203.591000', '142203.594000', '142203.597000', '142203.600000', '142203.603000', '142203.606000', '142203.609000', '142203.612000', '142203.615000', '142203.618000', '142223.491000', '142223.494000', '142223.497000', '142223.500000', '142223.502000', '142223.505000', '142223.508000', '142223.511000', '142223.514000', '142223.517000', '142223.520000', '142223.523000', '142223.525000', '142223.528000', '142223.531000', '142223.534000', '142223.537000', '142223.540000', '142223.543000', '142223.546000', '142223.548000', '142223.551000', '142223.554000', '142223.557000', '142223.560000', '142223.563000', '142223.566000', '142223.568000', '142223.571000', '142223.574000', '142223.577000', '142223.580000', '142223.583000', '142223.592000', '142223.595000', '142223.598000', '142223.600000', '142223.603000', '142223.606000', '142223.609000', '142223.612000', '142223.615000', '142223.618000', '142243.490000', '142243.493000', '142243.496000', '142243.499000', '142243.501000', '142243.504000', '142243.507000', '142243.510000', '142243.513000', '142243.516000', '142243.519000', '142243.522000', '142243.525000', '142243.528000', '142243.531000', '142243.534000', '142243.537000', '142243.540000', '142243.542000', '142243.545000', '142243.548000', '142243.551000', '142243.554000', '142243.557000', '142243.560000', '142243.563000', '142243.565000', '142243.568000', '142243.571000', '142243.574000', '142243.577000', '142243.580000', '142243.583000', '142243.586000', '142243.588000', '142243.591000', '142243.594000', '142243.597000', '142243.600000', '142243.603000', '142243.606000', '142243.609000', '142243.611000', '142303.491000', '142303.494000', '142303.497000', '142303.500000', '142303.503000', '142303.506000', '142303.508000', '142303.511000', '142303.514000', '142303.517000', '142303.520000', '142303.523000', '142303.526000', '142303.529000', '142303.531000', '142303.534000', '142303.537000', '142303.540000', '142303.543000', '142303.546000', '142303.549000', '142303.552000', '142303.555000', '142303.558000', '142303.561000', '142303.564000', '142303.566000', '142303.569000', '142303.572000', '142303.575000', '142303.589000', '142303.592000', '142303.595000', '142303.597000', '142303.600000', '142303.603000', '142303.606000', '142303.609000', '142303.612000', '142303.615000', '142303.618000', '142303.621000', '142303.623000', '142303.626000', '142323.491000', '142323.494000', '142323.497000', '142323.500000', '142323.503000', '142323.506000', '142323.509000', '142323.511000', '142323.515000', '142323.518000', '142323.521000', '142323.524000', '142323.527000', '142323.530000', '142323.533000', '142323.536000', '142323.539000', '142323.541000', '142323.544000', '142323.547000', '142323.550000', '142323.553000', '142323.556000', '142323.559000', '142323.562000', '142323.565000', '142323.567000', '142323.570000', '142323.573000', '142323.576000', '142323.579000', '142323.582000', '142323.585000', '142323.588000', '142323.591000', '142323.594000', '142323.596000', '142323.599000', '142323.602000', '142323.605000', '142323.608000', '142323.611000', '142323.614000', '142343.491000', '142343.494000', '142343.497000', '142343.500000', '142343.503000', '142343.506000', '142343.508000', '142343.511000', '142343.514000', '142343.517000', '142343.520000', '142343.523000', '142343.526000', '142343.528000', '142343.531000', '142343.534000', '142343.537000', '142343.540000', '142343.543000', '142343.546000', '142343.549000', '142343.552000', '142343.554000', '142343.557000', '142343.560000', '142343.563000', '142343.566000', '142343.569000', '142343.572000', '142343.575000', '142343.578000', '142343.580000', '142343.583000', '142343.586000', '142343.589000', '142343.592000', '142343.595000', '142343.598000', '142343.600000', '142343.603000', '142343.606000', '142343.609000', '142343.612000', '142343.615000', '142403.491000', '142403.494000', '142403.497000', '142403.500000', '142403.503000', '142403.506000', '142403.509000', '142403.512000', '142403.514000', '142403.517000', '142403.520000', '142403.523000', '142403.526000', '142403.529000', '142403.532000', '142403.535000', '142403.538000', '142403.541000', '142403.544000', '142403.547000', '142403.551000', '142403.555000', '142403.557000', '142403.560000', '142403.563000', '142403.566000', '142403.569000', '142403.572000', '142403.575000', '142403.578000', '142403.581000', '142403.584000', '142403.587000', '142403.590000', '142403.592000', '142403.595000', '142403.598000', '142403.601000', '142403.604000', '142403.607000', '142403.610000', '142403.613000', '142403.616000', '142423.491000', '142423.494000', '142423.497000', '142423.500000', '142423.503000', '142423.506000', '142423.508000', '142423.511000', '142423.514000', '142423.517000', '142423.520000', '142423.523000', '142423.526000', '142423.529000', '142423.532000', '142423.535000', '142423.538000', '142423.540000', '142423.543000', '142423.546000', '142423.549000', '142423.552000', '142423.555000', '142423.558000', '142423.561000', '142423.564000', '142423.567000', '142423.570000', '142423.573000', '142423.575000', '142423.578000', '142423.581000', '142423.584000', '142423.587000', '142423.590000', '142423.593000', '142423.596000', '142423.599000', '142423.602000', '142423.604000', '142423.607000', '142423.610000', '142423.613000', '142423.616000', '142443.491000', '142443.494000', '142443.498000', '142443.501000', '142443.504000', '142443.507000', '142443.510000', '142443.513000', '142443.515000', '142443.518000', '142443.521000', '142443.533000', '142443.536000', '142443.539000', '142443.542000', '142443.545000', '142443.547000', '142443.550000', '142443.553000', '142443.556000', '142443.559000', '142443.562000', '142443.565000', '142443.568000', '142443.571000', '142443.574000', '142443.577000', '142443.580000', '142443.583000', '142443.586000', '142443.589000', '142443.592000', '142443.595000', '142443.598000', '142443.601000', '142443.603000', '142443.606000', '142443.609000', '142443.612000', '142443.615000', '142443.618000', '142443.621000', '142443.624000', '142503.490000', '142503.493000', '142503.496000', '142503.499000', '142503.502000', '142503.505000', '142503.507000', '142503.510000', '142503.513000', '142503.516000', '142503.519000', '142503.522000', '142503.525000', '142503.528000', '142503.531000', '142503.534000', '142503.537000', '142503.539000', '142503.542000', '142503.545000', '142503.548000', '142503.551000', '142503.554000', '142503.557000', '142503.560000', '142503.563000', '142503.565000', '142503.568000', '142503.571000', '142503.574000', '142503.577000', '142503.580000', '142503.583000', '142503.586000', '142503.589000', '142503.592000', '142503.595000', '142503.597000', '142503.600000', '142503.603000', '142503.606000', '142503.609000', '142503.612000', '142503.615000', '142523.491000', '142523.494000', '142523.497000', '142523.500000', '142523.503000', '142523.506000', '142523.509000', '142523.512000', '142523.514000', '142523.517000', '142523.520000', '142523.523000', '142523.526000', '142523.529000', '142523.532000', '142523.535000', '142523.538000', '142523.541000', '142523.543000', '142523.546000', '142523.549000', '142523.552000', '142523.555000', '142523.558000', '142523.561000', '142523.564000', '142523.567000', '142523.570000', '142523.573000', '142523.576000', '142523.579000', '142523.582000', '142523.585000', '142523.588000', '142523.590000', '142523.593000', '142523.596000', '142523.599000', '142523.602000', '142523.605000', '142523.608000', '142523.611000', '142523.614000', '142543.491000', '142543.494000', '142543.497000', '142543.500000', '142543.503000', '142543.505000', '142543.508000', '142543.511000', '142543.514000', '142543.517000', '142543.520000', '142543.523000', '142543.526000', '142543.529000', '142543.531000', '142543.534000', '142543.537000', '142543.540000', '142543.543000', '142543.546000', '142543.549000', '142543.552000', '142543.555000', '142543.558000', '142543.561000', '142543.563000', '142543.566000', '142543.569000', '142543.572000', '142543.575000', '142543.578000', '142543.581000', '142543.584000', '142543.587000', '142543.590000', '142543.593000', '142543.596000', '142543.599000', '142543.601000', '142543.604000', '142543.607000', '142543.610000', '142543.613000', '142543.616000', '142603.491000', '142603.494000', '142603.497000', '142603.500000', '142603.502000', '142603.505000', '142603.508000', '142603.511000', '142603.514000', '142603.517000', '142603.520000', '142603.523000', '142603.526000', '142603.529000', '142603.532000', '142603.535000', '142603.539000', '142603.542000', '142603.544000', '142603.547000', '142603.550000', '142603.553000', '142603.556000', '142603.559000', '142603.562000', '142603.565000', '142603.568000', '142603.571000', '142603.574000', '142603.576000', '142603.579000', '142603.582000', '142603.585000', '142603.588000', '142603.591000', '142603.594000', '142603.610000', '142603.616000', '142603.619000', '142603.622000', '142603.625000', '142603.628000', '142603.630000', '142623.491000', '142623.494000', '142623.497000', '142623.500000', '142623.503000', '142623.506000', '142623.509000', '142623.512000', '142623.515000', '142623.518000', '142623.521000', '142623.523000', '142623.526000', '142623.529000', '142623.532000', '142623.535000', '142623.538000', '142623.541000', '142623.544000', '142623.547000', '142623.550000', '142623.553000', '142623.555000', '142623.558000', '142623.561000', '142623.564000', '142623.567000', '142623.570000', '142623.573000', '142623.576000', '142623.579000', '142623.582000', '142623.585000', '142623.587000', '142623.590000', '142623.593000', '142623.596000', '142623.599000', '142623.602000', '142623.605000', '142623.608000', '142623.611000', '142623.614000', '142623.617000', '142643.491000', '142643.494000', '142643.497000', '142643.500000', '142643.503000', '142643.506000', '142643.509000', '142643.511000', '142643.514000', '142643.517000', '142643.520000', '142643.523000', '142643.526000', '142643.529000', '142643.532000', '142643.535000', '142643.537000', '142643.540000', '142643.543000', '142643.546000', '142643.549000', '142643.552000', '142643.555000', '142643.558000', '142643.561000', '142643.564000', '142643.567000', '142643.569000', '142643.572000', '142643.575000', '142643.578000', '142643.581000', '142643.586000', '142643.589000', '142643.592000', '142643.595000', '142643.598000', '142643.601000', '142643.604000', '142643.607000', '142643.610000', '142643.613000', '142643.616000', '142703.491000', '142703.494000', '142703.497000', '142703.500000', '142703.503000', '142703.506000', '142703.508000', '142703.511000', '142703.514000', '142703.517000', '142703.520000', '142703.523000', '142703.526000', '142703.529000', '142703.532000', '142703.534000', '142703.537000', '142703.540000', '142703.543000', '142703.546000', '142703.549000', '142703.552000', '142703.555000', '142703.558000', '142703.561000', '142703.564000', '142703.566000', '142703.569000', '142703.572000', '142703.575000', '142703.578000', '142703.581000', '142703.584000', '142703.587000', '142703.590000', '142703.593000', '142703.596000', '142703.598000', '142703.601000', '142703.604000', '142703.607000', '142703.610000', '142703.613000', '142703.616000', '142723.490000', '142723.493000', '142723.496000', '142723.499000', '142723.502000', '142723.505000', '142723.508000', '142723.511000', '142723.514000', '142723.516000', '142723.519000', '142723.522000', '142723.525000', '142723.528000', '142723.531000', '142723.534000', '142723.537000', '142723.540000', '142723.543000', '142723.545000', '142723.548000', '142723.551000', '142723.554000', '142723.557000', '142723.560000', '142723.563000', '142723.566000', '142723.568000', '142723.571000', '142723.576000', '142723.579000', '142723.582000', '142723.585000', '142723.588000', '142723.591000', '142723.594000', '142723.597000', '142723.599000', '142723.602000', '142723.605000', '142723.608000', '142723.611000', '142723.614000', '142743.491000', '142743.494000', '142743.497000', '142743.500000', '142743.515000', '142743.518000', '142743.521000', '142743.524000', '142743.527000', '142743.529000', '142743.532000', '142743.535000', '142743.538000', '142743.542000', '142743.545000', '142743.548000', '142743.551000', '142743.554000', '142743.557000', '142743.560000', '142743.562000', '142743.565000', '142743.568000', '142743.571000', '142743.574000', '142743.577000', '142743.580000', '142743.583000', '142743.586000', '142743.589000', '142743.591000', '142743.594000', '142743.597000', '142743.600000', '142743.603000', '142743.606000', '142743.609000', '142743.612000', '142743.615000', '142743.617000', '142743.620000', '142743.623000', '142743.626000', '142743.629000', '142803.491000', '142803.494000', '142803.497000', '142803.500000', '142803.503000', '142803.506000', '142803.508000', '142803.511000', '142803.514000', '142803.517000', '142803.520000', '142803.523000', '142803.526000', '142803.529000', '142803.532000', '142803.534000', '142803.537000', '142803.540000', '142803.543000', '142803.546000', '142803.549000', '142803.552000', '142803.555000', '142803.558000', '142803.560000', '142803.563000', '142803.566000', '142803.569000', '142803.572000', '142803.575000', '142803.578000', '142803.581000', '142803.584000', '142803.587000', '142803.590000', '142803.593000', '142803.595000', '142803.598000', '142803.601000', '142803.604000', '142803.607000', '142803.610000', '142803.613000', '142823.491000', '142823.494000', '142823.497000', '142823.500000', '142823.503000', '142823.506000', '142823.509000', '142823.512000', '142823.515000', '142823.517000', '142823.520000', '142823.523000', '142823.526000', '142823.529000', '142823.532000', '142823.535000', '142823.538000', '142823.541000', '142823.544000', '142823.546000', '142823.549000', '142823.552000', '142823.555000', '142823.558000', '142823.561000', '142823.564000', '142823.566000', '142823.569000', '142823.572000', '142823.575000', '142823.578000', '142823.581000', '142823.584000', '142823.587000', '142823.590000', '142823.593000', '142823.596000', '142823.599000', '142823.601000', '142823.604000', '142823.607000', '142823.610000', '142823.613000', '142823.616000', '142843.491000', '142843.494000', '142843.497000', '142843.500000', '142843.503000', '142843.506000', '142843.509000', '142843.512000', '142843.514000', '142843.517000', '142843.520000', '142843.523000', '142843.526000', '142843.529000', '142843.532000', '142843.535000', '142843.538000', '142843.540000', '142843.543000', '142843.546000', '142843.549000', '142843.552000', '142843.555000', '142843.558000', '142843.561000', '142843.564000', '142843.567000', '142843.569000', '142843.572000', '142843.575000', '142843.578000', '142843.581000', '142843.584000', '142843.587000', '142843.590000', '142843.593000', '142843.596000', '142843.599000', '142843.601000', '142843.604000', '142843.607000', '142843.610000', '142843.614000', '142903.499000', '142903.503000', '142903.506000', '142903.508000', '142903.511000', '142903.514000', '142903.517000', '142903.520000', '142903.523000', '142903.526000', '142903.529000', '142903.532000', '142903.534000', '142903.537000', '142903.540000', '142903.543000', '142903.546000', '142903.549000', '142903.552000', '142903.555000', '142903.558000', '142903.561000', '142903.564000', '142903.567000', '142903.570000', '142903.572000', '142903.575000', '142903.578000', '142903.581000', '142903.584000', '142903.587000', '142903.590000', '142903.593000', '142903.596000', '142903.599000', '142903.602000', '142903.605000', '142903.608000', '142903.610000', '142903.613000', '142903.616000', '142903.619000', '142903.622000', '142903.625000', '142923.491000', '142923.494000', '142923.497000', '142923.500000', '142923.503000', '142923.506000', '142923.509000', '142923.512000', '142923.515000', '142923.518000', '142923.521000', '142923.524000', '142923.526000', '142923.529000', '142923.532000', '142923.535000', '142923.538000', '142923.541000', '142923.544000', '142923.547000', '142923.550000', '142923.553000', '142923.556000', '142923.559000', '142923.562000', '142923.565000', '142923.567000', '142923.570000', '142923.573000', '142923.576000', '142923.579000', '142923.582000', '142923.585000', '142923.588000', '142923.591000', '142923.594000', '142923.597000', '142923.600000', '142923.603000', '142923.606000', '142923.609000', '142923.611000', '142923.614000', '142936.177000', '142936.245000', '142936.248000', '142936.251000', '142936.254000', '142936.257000', '142936.260000', '142936.263000', '142936.265000', '142936.268000', '142936.271000', '142936.274000', '142936.277000', '142936.280000', '142936.283000', '142936.286000', '142936.289000', '142936.292000', '142936.294000', '142936.297000', '142936.300000', '142936.303000', '142936.306000', '142936.309000', '142936.312000', '142936.315000', '142936.318000', '142936.321000'], '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': [8982, 8972, 7924, 8922, 8076, 8770, 8248, 8542, 8279, 9509, 8110, 9380, 8153, 9149, 8230, 8724, 7923, 8513, 8252, 8318, 8170, 8839, 8476, 8821, 8575, 8516, 8463, 8119, 8734, 8276, 8189, 8423, 8760, 8467, 8867, 8837, 8003, 8049, 7986, 8076, 8730, 8282, 8399, 8825, 8110, 9228, 8178, 9097, 7809, 8662, 7784, 8977, 8075, 9032, 7698, 8923, 8548, 8570, 8367, 10321, 8482, 8320, 8958, 7835, 9328, 7772, 8951, 8460, 8556, 8158, 8595, 8187, 7659, 8567, 7851, 8762, 7697, 9214, 8242, 9401, 7983, 9071, 7770, 8669, 8194, 8524, 8051, 8518, 8452, 10835, 9017, 10535, 8805, 8840, 8526, 8143, 8877, 8189, 9031, 7824, 9718, 8266, 9316, 7925, 9114, 7875, 8906, 7847, 8807, 8097, 8293, 8782, 8665, 9058, 7830, 9034, 7876, 9209, 7848, 8692, 8290, 8852, 8678, 7822, 8634, 8057, 8362, 8313, 8543, 7967, 8792, 7975, 9160, 8342, 9383, 7945, 8788, 7813, 8659, 8020, 8546, 8207, 8898, 8460, 8216, 9100, 7828, 9718, 8532, 9622, 9007, 9359, 8797, 8946, 8035, 9301, 8424, 8001, 9153, 7932, 9260, 7856, 8944, 7380, 9019, 7484, 9218, 7956, 12256, 8071, 10853, 8287, 9223, 10953, 8314, 10008, 8511, 8256, 8463, 8414, 8434, 8114, 9157, 7901, 9502, 7850, 9302, 7797, 9251, 8236, 9039, 8767, 7529, 7837, 9358, 8599, 9366, 7958, 8665, 8528, 8398, 9065, 8946, 7879, 9040, 8011, 8924, 8096, 9345, 7954, 9187, 8387, 8017, 8150, 8255, 8328, 8917, 7921, 9274, 7943, 9236, 7954, 8701, 8140, 8780, 7685, 9102, 7915, 9269, 7709, 9104, 8162, 8870, 8243, 8507, 8320, 8860, 8394, 9065, 8028, 8945, 8038, 9038, 8061, 8946, 8079, 8710, 7770, 8894, 8314, 9046, 7760, 8860, 8096, 8753, 8281, 8572, 8570, 8537, 8143, 8422, 7740, 9397, 8011, 9227, 7936, 8652, 7952, 8573, 8413, 8834, 8235, 8889, 7940, 8571, 8376, 8467, 8351, 8388, 8214, 8701, 7661, 9062, 7654, 9675, 7815, 9143, 8086, 8567, 7826, 8415, 7963, 8813, 8153, 8300, 8107, 8765, 7656, 8698, 7877, 8326, 7621, 9757, 8456, 8102, 8164, 7930, 7623, 8111, 8025, 10566, 8063, 10862, 8651, 8081, 8610, 8083, 7931, 8331, 7907, 11236, 8016, 7833, 8661, 8000, 8783, 8900, 8456, 7789, 8223, 7727, 8279, 8431, 8520, 8102, 9026, 7776, 8909, 8243, 8502, 8530, 8836, 8019, 9499, 7933, 8900, 8074, 8738, 7874, 8646, 7805, 8224, 7812, 8668, 7749, 8111, 8463, 8542, 7985, 7857, 7940, 8396, 8344, 8218, 9473, 7878, 8861, 8251, 9200, 9076, 8967, 8083, 8187, 7854, 10148, 7460, 11620, 8068, 8069, 8946, 8065, 8790, 7684, 7937, 7427, 8805, 7940, 9906, 7941, 10097, 8208, 8934, 10553, 8583, 10397, 8798, 9850, 8632, 8753, 8644, 8301, 8578, 8267, 8413, 8360, 8400, 8186, 8618, 8079, 8665, 7957, 8857, 8123, 8532, 8174, 8554, 8210, 7780, 8120, 7652, 8632, 8402, 9064, 8594, 9037, 8123, 9077, 8224, 8996, 7797, 8899, 8019, 8655, 7811, 8914, 8487, 9016, 9081, 8546, 8786, 8118, 8641, 8094, 8417, 8092, 8674, 8004, 9121, 8070, 8887, 7783, 8776, 8087, 8935, 7931, 9196, 8265, 8844, 7826, 8970, 8326, 8899, 8188, 8451, 7763, 8234, 7985, 10197, 8082, 8174, 8577, 8229, 8405, 8002, 8439, 8210, 8642, 7955, 8921, 7902, 8690, 7927, 8468, 7908, 8019, 8111, 8473, 7933, 8352, 7760, 8002, 8228, 8174, 7891, 9519, 7825, 7858, 7994, 7541, 7898, 7383, 7865, 8541, 8220, 8041, 8070, 8185, 7890, 7943, 8164, 8048, 8406, 11649, 8373, 8277, 7926, 7510, 8292, 8169, 7895, 8200, 8652, 8244, 8469, 7297, 7680, 8148, 7862, 8394, 9583, 8295, 8828, 7983, 8244, 7793, 7498, 7774, 7356, 7604, 7584, 8201, 8007, 8249, 8614, 7871, 8249, 7892, 7618, 7955, 8203, 9720, 7930, 8764, 7959, 7787, 8341, 8025, 8050, 8186, 7753, 8417, 7664, 8469, 8085, 8216, 7877, 10679, 7659, 8413, 8222, 8048, 9439, 7830, 9129, 7755, 8773, 7756, 8447, 7810, 7909, 7692, 8163, 8346, 7355, 8040, 8161, 7708, 7868, 7606, 8010, 8014, 8525, 8603, 7895, 9036, 7806, 8765, 7122, 8058, 9465, 8170, 8021, 8129, 8089, 7868, 7980, 8253, 7836, 8239, 9926, 7966, 8536, 8234, 8000, 9435, 8032, 9675, 8188, 9642, 8143, 8780, 7814, 8899, 7815, 8637, 7747, 8417, 7892, 8696, 7846, 8128, 7768, 7819, 7648, 8598, 7819, 7940, 8683, 7919, 8303, 7803, 7949, 7737, 8001, 8253, 8622, 8043, 9073, 7606, 8950, 8463, 8175, 8318, 8355, 7766, 8931, 7468, 8829, 7777, 8651, 7820, 8304, 7920, 8943, 8033, 11419, 8229, 10054, 8123, 7887, 7822, 7768, 7816, 8079, 7848, 8433, 8490, 7833, 9240, 7673, 9157, 7722, 8739, 7628, 8970, 7804, 8513, 7509, 9894, 8068, 7992, 8364, 7544, 8118, 7830, 8293, 7986, 8505, 7874, 8886, 7772, 8194, 7557, 8088, 7760, 7966, 7707, 7858, 7515, 10050, 7962, 8137, 8408, 8040, 8927, 7572, 9049, 7440, 8563, 7895, 8695, 7714, 8672, 8119, 8315, 8305, 8790, 7899, 9200, 8144, 9086, 7950, 9259, 7772, 9405, 8002, 8561, 8163, 8460, 8163, 8535, 7967, 8515, 7768, 8643, 7925, 8309, 7704, 8887, 7896, 8095, 8046, 8107, 7733, 8524, 7484, 7815, 7490, 8986, 7655, 7488, 8286, 8449, 8602, 7510, 8456, 7538, 8222, 8057, 8392, 8152, 8667, 7733, 8869, 7581, 8398, 7715, 9311, 7491, 8063, 8235, 8236, 8800, 8310, 9334, 8040, 8788, 7910, 9261, 8185, 8302, 8520, 8435, 8237, 8725, 7888, 8764, 8034, 8458, 8002, 8420, 7800, 8556, 7867, 8541, 8093, 8415, 8110, 8529, 8006, 8902, 7986, 8628, 7766, 8536, 7884, 8769, 7778, 8304, 8118, 8445, 8049, 8510, 8124, 8593, 7814, 8709, 7911, 8255, 8216, 8430, 7965, 8776, 8016, 8764, 8196, 8145, 7843, 8821, 7727, 9327, 7902, 8537, 8140, 8559, 8052, 8521, 8047, 8558, 8136, 8417, 7960, 8257, 8163, 8562, 8236, 8800, 8269, 8380, 8134, 8252, 8208, 8760, 7914, 8852, 7858, 8431, 8149, 8870, 8115, 8423, 7512, 7901, 8023, 7846, 8301, 8330, 8004, 9385, 7990, 8926, 8217, 8065, 8123, 8563, 7937, 9142, 7850, 9312, 7761, 8636, 7927, 9012, 8031, 9243, 7892, 8424, 7725, 7919, 7745, 8337, 7641, 8464, 7587, 8467, 8152, 8550, 8011, 8604, 7527, 8677, 8274, 7988, 8439, 7866, 8512, 7780, 8452, 8338, 7765, 7947, 8086, 8033, 7647, 7890, 10637, 8191, 12370, 8296, 7872, 8083, 7584, 7893, 8298, 8777, 8905, 8171, 8942, 7442, 8125, 7427, 9752, 7259, 8258, 7946, 8118, 8238, 8105, 9021, 8138, 8255, 7961, 8348, 7906, 8671, 8603, 10280, 8705, 9596, 8788, 8710, 9212, 8036, 10289, 8296, 8781, 8394, 8783, 8573, 8610, 8537, 8696, 8476, 7712, 8386, 8648, 7948, 9023, 8043, 8727, 7564, 8332, 7715, 7894, 7802, 7769, 7884, 8337, 7971, 8234, 7714, 8471, 7864, 8008, 7909, 8724, 8374, 7989, 8438, 8090, 8243, 8431, 8566, 8583, 8041, 8296, 8224, 8726, 8098, 8142, 8147, 8375, 7988, 8650, 7953, 8162, 7883, 7980, 7980, 8366, 8053, 9093, 7987, 9273, 7977, 8416, 8181, 7946, 8249, 7988, 7770, 8232, 8307, 7979, 7570, 7978, 10402, 7949, 10127, 7760, 7581, 7737, 7782, 8430, 7986, 7750, 8129, 7615, 8270, 7840, 8264, 8613, 7975, 9061, 7986, 9504, 8285, 8337, 8246, 8674, 8334, 8504, 7941, 8504, 7758], 'WindowCenter': [3934.0, 3918.0, 3894.0, 3904.0, 3894.0, 3878.0, 3877.0, 3874.0, 3865.0, 3872.0, 3865.0, 3885.0, 3860.0, 3871.0, 3862.0, 3871.0, 3863.0, 3873.0, 3863.0, 3862.0, 3862.0, 3888.0, 3875.0, 3885.0, 3872.0, 3871.0, 3861.0, 3865.0, 3874.0, 3876.0, 3871.0, 3876.0, 3885.0, 3889.0, 3889.0, 3889.0, 3875.0, 3877.0, 3875.0, 3876.0, 3884.0, 3875.0, 3878.0, 3886.0, 3878.0, 3898.0, 3876.0, 3886.0, 3865.0, 3875.0, 3877.0, 3883.0, 3877.0, 3887.0, 3865.0, 3888.0, 3887.0, 3876.0, 3877.0, 3898.0, 3874.0, 3877.0, 3875.0, 3863.0, 3885.0, 3864.0, 3888.0, 3876.0, 3874.0, 3865.0, 3873.0, 3875.0, 3865.0, 3875.0, 3874.0, 3876.0, 3877.0, 3899.0, 3876.0, 3887.0, 3877.0, 3875.0, 3864.0, 3875.0, 3875.0, 3874.0, 3877.0, 3876.0, 3878.0, 3909.0, 3888.0, 3897.0, 3873.0, 3875.0, 3871.0, 3863.0, 3874.0, 3875.0, 3874.0, 3865.0, 3898.0, 3875.0, 3884.0, 3864.0, 3873.0, 3863.0, 3873.0, 3865.0, 3884.0, 3876.0, 3888.0, 3888.0, 3886.0, 3886.0, 3866.0, 3874.0, 3865.0, 3873.0, 3865.0, 3875.0, 3876.0, 3888.0, 3889.0, 3878.0, 3887.0, 3876.0, 3875.0, 3876.0, 3875.0, 3878.0, 3875.0, 3876.0, 3899.0, 3888.0, 3898.0, 3877.0, 3875.0, 3864.0, 3875.0, 3865.0, 3875.0, 3873.0, 3885.0, 3864.0, 3876.0, 3886.0, 3864.0, 3896.0, 3877.0, 3886.0, 3872.0, 3882.0, 3873.0, 3871.0, 3862.0, 3871.0, 3849.0, 3850.0, 3859.0, 3861.0, 3872.0, 3864.0, 3873.0, 3865.0, 3874.0, 3854.0, 3875.0, 3864.0, 3893.0, 3851.0, 3880.0, 3846.0, 3859.0, 3864.0, 3834.0, 3843.0, 3833.0, 3833.0, 3834.0, 3845.0, 3847.0, 3836.0, 3855.0, 3835.0, 3854.0, 3834.0, 3843.0, 3836.0, 3857.0, 3860.0, 3872.0, 3873.0, 3863.0, 3863.0, 3896.0, 3887.0, 3896.0, 3876.0, 3883.0, 3886.0, 3874.0, 3876.0, 3874.0, 3864.0, 3872.0, 3864.0, 3871.0, 3863.0, 3886.0, 3877.0, 3885.0, 3873.0, 3877.0, 3866.0, 3862.0, 3873.0, 3885.0, 3878.0, 3899.0, 3876.0, 3885.0, 3864.0, 3873.0, 3876.0, 3873.0, 3865.0, 3875.0, 3877.0, 3883.0, 3866.0, 3875.0, 3875.0, 3874.0, 3876.0, 3874.0, 3874.0, 3875.0, 3876.0, 3873.0, 3863.0, 3871.0, 3864.0, 3872.0, 3864.0, 3872.0, 3863.0, 3873.0, 3864.0, 3887.0, 3888.0, 3886.0, 3866.0, 3885.0, 3877.0, 3885.0, 3888.0, 3884.0, 3887.0, 3886.0, 3878.0, 3876.0, 3879.0, 3901.0, 3879.0, 3887.0, 3876.0, 3875.0, 3876.0, 3875.0, 3876.0, 3886.0, 3889.0, 3900.0, 3878.0, 3887.0, 3887.0, 3885.0, 3888.0, 3875.0, 3887.0, 3876.0, 3880.0, 3902.0, 3879.0, 3897.0, 3866.0, 3886.0, 3877.0, 3873.0, 3864.0, 3875.0, 3876.0, 3886.0, 3878.0, 3877.0, 3877.0, 3887.0, 3878.0, 3888.0, 3878.0, 3889.0, 3864.0, 3897.0, 3889.0, 3877.0, 3877.0, 3874.0, 3876.0, 3876.0, 3879.0, 3908.0, 3877.0, 3909.0, 3889.0, 3878.0, 3877.0, 3864.0, 3876.0, 3875.0, 3875.0, 3906.0, 3864.0, 3866.0, 3889.0, 3878.0, 3875.0, 3872.0, 3872.0, 3864.0, 3874.0, 3865.0, 3874.0, 3876.0, 3874.0, 3877.0, 3889.0, 3866.0, 3884.0, 3875.0, 3874.0, 3887.0, 3875.0, 3877.0, 3884.0, 3867.0, 3886.0, 3878.0, 3875.0, 3875.0, 3873.0, 3866.0, 3875.0, 3864.0, 3874.0, 3866.0, 3879.0, 3878.0, 3874.0, 3864.0, 3866.0, 3864.0, 3874.0, 3863.0, 3876.0, 3883.0, 3875.0, 3887.0, 3876.0, 3885.0, 3886.0, 3886.0, 3865.0, 3874.0, 3877.0, 3883.0, 3851.0, 3892.0, 3849.0, 3852.0, 3859.0, 3862.0, 3870.0, 3865.0, 3863.0, 3865.0, 3884.0, 3875.0, 3883.0, 3863.0, 3885.0, 3851.0, 3860.0, 3868.0, 3848.0, 3855.0, 3832.0, 3844.0, 3830.0, 3832.0, 3831.0, 3831.0, 3845.0, 3833.0, 3832.0, 3832.0, 3831.0, 3832.0, 3842.0, 3836.0, 3845.0, 3836.0, 3845.0, 3846.0, 3847.0, 3848.0, 3858.0, 3848.0, 3849.0, 3850.0, 3851.0, 3874.0, 3863.0, 3871.0, 3862.0, 3871.0, 3863.0, 3872.0, 3875.0, 3882.0, 3866.0, 3885.0, 3877.0, 3876.0, 3876.0, 3899.0, 3899.0, 3888.0, 3886.0, 3875.0, 3873.0, 3876.0, 3885.0, 3878.0, 3885.0, 3890.0, 3885.0, 3891.0, 3899.0, 3890.0, 3898.0, 3878.0, 3886.0, 3889.0, 3887.0, 3879.0, 3888.0, 3888.0, 3887.0, 3878.0, 3890.0, 3878.0, 3874.0, 3862.0, 3860.0, 3851.0, 3863.0, 3863.0, 3895.0, 3863.0, 3875.0, 3875.0, 3875.0, 3863.0, 3863.0, 3873.0, 3875.0, 3872.0, 3864.0, 3873.0, 3874.0, 3875.0, 3877.0, 3886.0, 3875.0, 3862.0, 3864.0, 3873.0, 3875.0, 3874.0, 3865.0, 3873.0, 3876.0, 3876.0, 3887.0, 3895.0, 3863.0, 3864.0, 3864.0, 3864.0, 3862.0, 3863.0, 3877.0, 3888.0, 3876.0, 3876.0, 3875.0, 3875.0, 3874.0, 3875.0, 3875.0, 3876.0, 3875.0, 3917.0, 3877.0, 3875.0, 3865.0, 3864.0, 3873.0, 3874.0, 3874.0, 3888.0, 3888.0, 3877.0, 3876.0, 3865.0, 3877.0, 3888.0, 3875.0, 3886.0, 3885.0, 3877.0, 3899.0, 3878.0, 3875.0, 3864.0, 3865.0, 3863.0, 3865.0, 3862.0, 3875.0, 3888.0, 3890.0, 3888.0, 3888.0, 3875.0, 3876.0, 3874.0, 3865.0, 3864.0, 3876.0, 3897.0, 3864.0, 3873.0, 3865.0, 3864.0, 3873.0, 3862.0, 3862.0, 3886.0, 3876.0, 3874.0, 3876.0, 3873.0, 3876.0, 3873.0, 3874.0, 3896.0, 3862.0, 3873.0, 3862.0, 3863.0, 3885.0, 3865.0, 3872.0, 3863.0, 3871.0, 3862.0, 3872.0, 3865.0, 3864.0, 3864.0, 3876.0, 3889.0, 3866.0, 3873.0, 3875.0, 3866.0, 3876.0, 3876.0, 3878.0, 3874.0, 3876.0, 3874.0, 3879.0, 3889.0, 3876.0, 3876.0, 3855.0, 3865.0, 3886.0, 3875.0, 3878.0, 3875.0, 3877.0, 3876.0, 3877.0, 3890.0, 3879.0, 3877.0, 3896.0, 3864.0, 3875.0, 3863.0, 3864.0, 3873.0, 3865.0, 3885.0, 3874.0, 3896.0, 3876.0, 3874.0, 3862.0, 3871.0, 3865.0, 3873.0, 3864.0, 3873.0, 3875.0, 3888.0, 3877.0, 3863.0, 3864.0, 3864.0, 3864.0, 3877.0, 3864.0, 3876.0, 3887.0, 3878.0, 3876.0, 3877.0, 3876.0, 3878.0, 3877.0, 3888.0, 3888.0, 3890.0, 3900.0, 3879.0, 3885.0, 3889.0, 3886.0, 3889.0, 3876.0, 3879.0, 3899.0, 3878.0, 3888.0, 3875.0, 3876.0, 3866.0, 3874.0, 3877.0, 3886.0, 3865.0, 3907.0, 3876.0, 3896.0, 3875.0, 3863.0, 3862.0, 3863.0, 3864.0, 3864.0, 3864.0, 3876.0, 3874.0, 3866.0, 3887.0, 3864.0, 3886.0, 3864.0, 3873.0, 3865.0, 3874.0, 3866.0, 3874.0, 3853.0, 3885.0, 3876.0, 3878.0, 3877.0, 3864.0, 3862.0, 3865.0, 3873.0, 3876.0, 3875.0, 3876.0, 3885.0, 3875.0, 3876.0, 3867.0, 3864.0, 3865.0, 3861.0, 3864.0, 3875.0, 3867.0, 3897.0, 3875.0, 3878.0, 3890.0, 3889.0, 3889.0, 3877.0, 3886.0, 3865.0, 3874.0, 3874.0, 3874.0, 3865.0, 3875.0, 3876.0, 3876.0, 3875.0, 3887.0, 3878.0, 3885.0, 3875.0, 3872.0, 3862.0, 3873.0, 3861.0, 3874.0, 3863.0, 3862.0, 3863.0, 3874.0, 3875.0, 3871.0, 3862.0, 3861.0, 3852.0, 3871.0, 3864.0, 3873.0, 3863.0, 3884.0, 3875.0, 3876.0, 3878.0, 3874.0, 3864.0, 3874.0, 3865.0, 3864.0, 3864.0, 3888.0, 3877.0, 3869.0, 3887.0, 3891.0, 3889.0, 3867.0, 3877.0, 3864.0, 3874.0, 3878.0, 3885.0, 3890.0, 3887.0, 3879.0, 3901.0, 3878.0, 3879.0, 3866.0, 3887.0, 3854.0, 3865.0, 3873.0, 3876.0, 3883.0, 3876.0, 3886.0, 3876.0, 3889.0, 3879.0, 3885.0, 3873.0, 3874.0, 3876.0, 3874.0, 3878.0, 3875.0, 3878.0, 3877.0, 3878.0, 3875.0, 3877.0, 3873.0, 3866.0, 3874.0, 3863.0, 3875.0, 3864.0, 3876.0, 3876.0, 3887.0, 3878.0, 3886.0, 3877.0, 3873.0, 3865.0, 3876.0, 3876.0, 3875.0, 3865.0, 3875.0, 3875.0, 3886.0, 3879.0, 3876.0, 3877.0, 3875.0, 3878.0, 3875.0, 3876.0, 3874.0, 3877.0, 3875.0, 3876.0, 3887.0, 3877.0, 3876.0, 3877.0, 3875.0, 3878.0, 3886.0, 3866.0, 3885.0, 3877.0, 3876.0, 3879.0, 3889.0, 3875.0, 3873.0, 3864.0, 3872.0, 3864.0, 3863.0, 3866.0, 3875.0, 3875.0, 3876.0, 3878.0, 3887.0, 3876.0, 3865.0, 3864.0, 3863.0, 3864.0, 3873.0, 3865.0, 3875.0, 3875.0, 3875.0, 3879.0, 3899.0, 3879.0, 3877.0, 3866.0, 3874.0, 3877.0, 3875.0, 3888.0, 3876.0, 3877.0, 3898.0, 3878.0, 3886.0, 3875.0, 3863.0, 3865.0, 3874.0, 3877.0, 3884.0, 3876.0, 3886.0, 3879.0, 3889.0, 3878.0, 3886.0, 3876.0, 3886.0, 3877.0, 3874.0, 3866.0, 3876.0, 3876.0, 3884.0, 3879.0, 3874.0, 3877.0, 3877.0, 3880.0, 3887.0, 3877.0, 3889.0, 3878.0, 3887.0, 3888.0, 3877.0, 3888.0, 3878.0, 3888.0, 3865.0, 3889.0, 3890.0, 3878.0, 3877.0, 3877.0, 3876.0, 3865.0, 3875.0, 3896.0, 3875.0, 3907.0, 3865.0, 3865.0, 3866.0, 3866.0, 3862.0, 3875.0, 3888.0, 3887.0, 3878.0, 3876.0, 3855.0, 3864.0, 3852.0, 3873.0, 3842.0, 3861.0, 3849.0, 3864.0, 3863.0, 3865.0, 3871.0, 3865.0, 3863.0, 3864.0, 3863.0, 3863.0, 3861.0, 3862.0, 3871.0, 3850.0, 3861.0, 3845.0, 3848.0, 3846.0, 3836.0, 3854.0, 3834.0, 3831.0, 3832.0, 3832.0, 3832.0, 3833.0, 3833.0, 3846.0, 3847.0, 3836.0, 3848.0, 3846.0, 3847.0, 3858.0, 3847.0, 3858.0, 3849.0, 3860.0, 3848.0, 3863.0, 3850.0, 3865.0, 3861.0, 3873.0, 3872.0, 3875.0, 3864.0, 3877.0, 3873.0, 3876.0, 3874.0, 3877.0, 3874.0, 3876.0, 3876.0, 3878.0, 3890.0, 3877.0, 3888.0, 3873.0, 3866.0, 3874.0, 3876.0, 3874.0, 3863.0, 3862.0, 3863.0, 3876.0, 3880.0, 3888.0, 3876.0, 3875.0, 3877.0, 3876.0, 3878.0, 3885.0, 3879.0, 3888.0, 3878.0, 3899.0, 3879.0, 3888.0, 3887.0, 3874.0, 3892.0, 3877.0, 3866.0, 3874.0, 3879.0, 3876.0, 3877.0, 3889.0, 3909.0, 3875.0, 3898.0, 3863.0, 3865.0, 3865.0, 3876.0, 3887.0, 3875.0, 3866.0, 3876.0, 3865.0, 3877.0, 3873.0, 3876.0, 3877.0, 3877.0, 3888.0, 3879.0, 3898.0, 3876.0, 3875.0, 3876.0, 3875.0, 3875.0, 3873.0, 3877.0, 3887.0, 3878.0], 'WindowWidth': [8817.0, 8780.0, 8738.0, 8750.0, 8734.0, 8702.0, 8698.0, 8687.0, 8675.0, 8680.0, 8676.0, 8706.0, 8667.0, 8679.0, 8667.0, 8680.0, 8672.0, 8684.0, 8672.0, 8668.0, 8669.0, 8712.0, 8692.0, 8705.0, 8682.0, 8681.0, 8666.0, 8677.0, 8687.0, 8695.0, 8683.0, 8694.0, 8705.0, 8719.0, 8715.0, 8717.0, 8692.0, 8698.0, 8692.0, 8694.0, 8704.0, 8692.0, 8699.0, 8707.0, 8702.0, 8728.0, 8696.0, 8705.0, 8679.0, 8690.0, 8698.0, 8700.0, 8698.0, 8709.0, 8680.0, 8714.0, 8714.0, 8696.0, 8698.0, 8725.0, 8690.0, 8698.0, 8690.0, 8674.0, 8704.0, 8676.0, 8715.0, 8697.0, 8688.0, 8677.0, 8686.0, 8690.0, 8677.0, 8691.0, 8691.0, 8692.0, 8698.0, 8733.0, 8696.0, 8709.0, 8696.0, 8690.0, 8677.0, 8691.0, 8693.0, 8690.0, 8696.0, 8693.0, 8699.0, 8742.0, 8714.0, 8722.0, 8685.0, 8690.0, 8681.0, 8673.0, 8686.0, 8691.0, 8687.0, 8677.0, 8727.0, 8693.0, 8700.0, 8675.0, 8685.0, 8673.0, 8686.0, 8679.0, 8703.0, 8695.0, 8716.0, 8715.0, 8710.0, 8708.0, 8680.0, 8688.0, 8678.0, 8685.0, 8678.0, 8690.0, 8695.0, 8713.0, 8720.0, 8700.0, 8713.0, 8695.0, 8693.0, 8697.0, 8693.0, 8702.0, 8693.0, 8697.0, 8734.0, 8716.0, 8729.0, 8697.0, 8692.0, 8677.0, 8690.0, 8678.0, 8691.0, 8686.0, 8705.0, 8675.0, 8693.0, 8709.0, 8679.0, 8724.0, 8697.0, 8708.0, 8685.0, 8698.0, 8686.0, 8678.0, 8669.0, 8679.0, 8646.0, 8648.0, 8657.0, 8668.0, 8682.0, 8675.0, 8685.0, 8679.0, 8689.0, 8663.0, 8691.0, 8672.0, 8711.0, 8650.0, 8689.0, 8637.0, 8656.0, 8656.0, 8616.0, 8627.0, 8611.0, 8611.0, 8614.0, 8634.0, 8640.0, 8621.0, 8647.0, 8619.0, 8642.0, 8616.0, 8627.0, 8623.0, 8651.0, 8660.0, 8680.0, 8685.0, 8673.0, 8676.0, 8724.0, 8713.0, 8721.0, 8695.0, 8704.0, 8708.0, 8688.0, 8692.0, 8686.0, 8673.0, 8681.0, 8674.0, 8679.0, 8671.0, 8708.0, 8698.0, 8704.0, 8687.0, 8697.0, 8681.0, 8669.0, 8685.0, 8706.0, 8702.0, 8730.0, 8696.0, 8702.0, 8675.0, 8685.0, 8693.0, 8686.0, 8679.0, 8689.0, 8697.0, 8700.0, 8681.0, 8692.0, 8691.0, 8688.0, 8692.0, 8688.0, 8689.0, 8692.0, 8694.0, 8683.0, 8670.0, 8679.0, 8672.0, 8682.0, 8675.0, 8683.0, 8673.0, 8685.0, 8673.0, 8709.0, 8715.0, 8707.0, 8680.0, 8705.0, 8697.0, 8706.0, 8715.0, 8705.0, 8711.0, 8708.0, 8699.0, 8693.0, 8704.0, 8738.0, 8703.0, 8710.0, 8697.0, 8691.0, 8697.0, 8691.0, 8695.0, 8707.0, 8716.0, 8734.0, 8701.0, 8709.0, 8714.0, 8708.0, 8714.0, 8693.0, 8712.0, 8695.0, 8709.0, 8740.0, 8704.0, 8724.0, 8682.0, 8708.0, 8698.0, 8686.0, 8676.0, 8689.0, 8694.0, 8708.0, 8704.0, 8699.0, 8699.0, 8710.0, 8701.0, 8712.0, 8702.0, 8717.0, 8678.0, 8725.0, 8717.0, 8698.0, 8696.0, 8692.0, 8697.0, 8694.0, 8704.0, 8743.0, 8696.0, 8742.0, 8717.0, 8698.0, 8696.0, 8676.0, 8693.0, 8692.0, 8691.0, 8733.0, 8675.0, 8680.0, 8716.0, 8700.0, 8691.0, 8682.0, 8684.0, 8676.0, 8688.0, 8679.0, 8688.0, 8694.0, 8689.0, 8700.0, 8717.0, 8682.0, 8703.0, 8691.0, 8690.0, 8712.0, 8690.0, 8696.0, 8702.0, 8681.0, 8709.0, 8699.0, 8691.0, 8691.0, 8687.0, 8681.0, 8690.0, 8676.0, 8689.0, 8682.0, 8703.0, 8700.0, 8689.0, 8677.0, 8679.0, 8675.0, 8690.0, 8671.0, 8691.0, 8698.0, 8693.0, 8711.0, 8694.0, 8704.0, 8706.0, 8709.0, 8678.0, 8689.0, 8697.0, 8698.0, 8652.0, 8707.0, 8645.0, 8652.0, 8659.0, 8668.0, 8678.0, 8678.0, 8674.0, 8680.0, 8703.0, 8689.0, 8698.0, 8670.0, 8700.0, 8649.0, 8660.0, 8666.0, 8639.0, 8645.0, 8610.0, 8626.0, 8604.0, 8606.0, 8604.0, 8607.0, 8633.0, 8614.0, 8609.0, 8610.0, 8605.0, 8610.0, 8624.0, 8622.0, 8631.0, 8623.0, 8633.0, 8636.0, 8637.0, 8642.0, 8654.0, 8642.0, 8644.0, 8647.0, 8653.0, 8690.0, 8671.0, 8681.0, 8667.0, 8677.0, 8671.0, 8682.0, 8691.0, 8697.0, 8682.0, 8704.0, 8697.0, 8694.0, 8697.0, 8732.0, 8733.0, 8715.0, 8707.0, 8692.0, 8685.0, 8694.0, 8706.0, 8702.0, 8707.0, 8722.0, 8709.0, 8725.0, 8734.0, 8724.0, 8729.0, 8704.0, 8712.0, 8718.0, 8711.0, 8705.0, 8713.0, 8714.0, 8712.0, 8703.0, 8721.0, 8701.0, 8688.0, 8670.0, 8663.0, 8654.0, 8673.0, 8672.0, 8717.0, 8671.0, 8692.0, 8694.0, 8692.0, 8671.0, 8673.0, 8684.0, 8690.0, 8682.0, 8675.0, 8686.0, 8690.0, 8691.0, 8700.0, 8710.0, 8693.0, 8670.0, 8677.0, 8686.0, 8691.0, 8687.0, 8680.0, 8687.0, 8695.0, 8695.0, 8715.0, 8721.0, 8675.0, 8675.0, 8675.0, 8675.0, 8671.0, 8675.0, 8700.0, 8716.0, 8696.0, 8696.0, 8694.0, 8692.0, 8691.0, 8692.0, 8691.0, 8694.0, 8693.0, 8754.0, 8698.0, 8690.0, 8677.0, 8677.0, 8687.0, 8689.0, 8688.0, 8713.0, 8716.0, 8699.0, 8695.0, 8680.0, 8698.0, 8715.0, 8693.0, 8710.0, 8705.0, 8696.0, 8731.0, 8702.0, 8692.0, 8677.0, 8679.0, 8674.0, 8679.0, 8673.0, 8693.0, 8717.0, 8721.0, 8715.0, 8715.0, 8694.0, 8696.0, 8691.0, 8681.0, 8675.0, 8696.0, 8723.0, 8675.0, 8685.0, 8677.0, 8673.0, 8686.0, 8670.0, 8672.0, 8709.0, 8699.0, 8691.0, 8695.0, 8688.0, 8695.0, 8687.0, 8690.0, 8720.0, 8669.0, 8687.0, 8668.0, 8672.0, 8707.0, 8679.0, 8683.0, 8672.0, 8680.0, 8671.0, 8682.0, 8677.0, 8674.0, 8675.0, 8696.0, 8717.0, 8684.0, 8690.0, 8692.0, 8682.0, 8696.0, 8696.0, 8702.0, 8690.0, 8695.0, 8690.0, 8702.0, 8718.0, 8697.0, 8694.0, 8665.0, 8677.0, 8708.0, 8692.0, 8701.0, 8691.0, 8699.0, 8695.0, 8700.0, 8721.0, 8704.0, 8697.0, 8721.0, 8676.0, 8692.0, 8672.0, 8675.0, 8686.0, 8676.0, 8701.0, 8688.0, 8722.0, 8695.0, 8688.0, 8671.0, 8680.0, 8678.0, 8687.0, 8677.0, 8687.0, 8694.0, 8712.0, 8696.0, 8671.0, 8675.0, 8675.0, 8674.0, 8696.0, 8675.0, 8695.0, 8714.0, 8700.0, 8695.0, 8698.0, 8696.0, 8702.0, 8699.0, 8718.0, 8714.0, 8721.0, 8735.0, 8703.0, 8706.0, 8716.0, 8709.0, 8718.0, 8695.0, 8704.0, 8735.0, 8704.0, 8714.0, 8694.0, 8695.0, 8682.0, 8690.0, 8696.0, 8706.0, 8678.0, 8736.0, 8696.0, 8720.0, 8690.0, 8672.0, 8672.0, 8674.0, 8675.0, 8677.0, 8674.0, 8693.0, 8688.0, 8683.0, 8712.0, 8678.0, 8707.0, 8675.0, 8685.0, 8677.0, 8687.0, 8681.0, 8689.0, 8662.0, 8705.0, 8696.0, 8700.0, 8696.0, 8677.0, 8672.0, 8679.0, 8687.0, 8695.0, 8692.0, 8695.0, 8706.0, 8694.0, 8696.0, 8685.0, 8676.0, 8679.0, 8669.0, 8676.0, 8692.0, 8684.0, 8725.0, 8692.0, 8701.0, 8720.0, 8719.0, 8717.0, 8698.0, 8707.0, 8677.0, 8687.0, 8689.0, 8688.0, 8680.0, 8692.0, 8696.0, 8693.0, 8693.0, 8710.0, 8701.0, 8708.0, 8692.0, 8683.0, 8670.0, 8683.0, 8667.0, 8686.0, 8672.0, 8667.0, 8671.0, 8687.0, 8692.0, 8682.0, 8670.0, 8665.0, 8656.0, 8679.0, 8675.0, 8686.0, 8674.0, 8701.0, 8695.0, 8697.0, 8701.0, 8689.0, 8676.0, 8689.0, 8679.0, 8677.0, 8678.0, 8712.0, 8697.0, 8689.0, 8713.0, 8723.0, 8717.0, 8686.0, 8696.0, 8678.0, 8691.0, 8703.0, 8709.0, 8722.0, 8712.0, 8705.0, 8738.0, 8705.0, 8703.0, 8683.0, 8710.0, 8663.0, 8679.0, 8686.0, 8694.0, 8700.0, 8695.0, 8706.0, 8697.0, 8718.0, 8703.0, 8706.0, 8686.0, 8688.0, 8695.0, 8688.0, 8700.0, 8691.0, 8699.0, 8697.0, 8699.0, 8692.0, 8696.0, 8686.0, 8679.0, 8686.0, 8672.0, 8691.0, 8675.0, 8693.0, 8695.0, 8710.0, 8700.0, 8708.0, 8697.0, 8687.0, 8678.0, 8693.0, 8695.0, 8691.0, 8678.0, 8690.0, 8692.0, 8709.0, 8704.0, 8694.0, 8699.0, 8692.0, 8699.0, 8693.0, 8694.0, 8690.0, 8695.0, 8692.0, 8696.0, 8711.0, 8698.0, 8693.0, 8697.0, 8692.0, 8701.0, 8707.0, 8681.0, 8703.0, 8695.0, 8693.0, 8704.0, 8717.0, 8693.0, 8686.0, 8675.0, 8682.0, 8675.0, 8671.0, 8680.0, 8689.0, 8689.0, 8694.0, 8699.0, 8710.0, 8693.0, 8676.0, 8674.0, 8670.0, 8675.0, 8683.0, 8677.0, 8689.0, 8693.0, 8692.0, 8705.0, 8732.0, 8704.0, 8697.0, 8682.0, 8691.0, 8700.0, 8691.0, 8715.0, 8694.0, 8695.0, 8727.0, 8699.0, 8708.0, 8691.0, 8672.0, 8677.0, 8688.0, 8697.0, 8702.0, 8695.0, 8709.0, 8705.0, 8718.0, 8700.0, 8707.0, 8695.0, 8706.0, 8696.0, 8689.0, 8681.0, 8693.0, 8698.0, 8706.0, 8703.0, 8691.0, 8699.0, 8697.0, 8706.0, 8712.0, 8700.0, 8717.0, 8702.0, 8710.0, 8713.0, 8697.0, 8715.0, 8699.0, 8714.0, 8679.0, 8717.0, 8721.0, 8701.0, 8696.0, 8697.0, 8695.0, 8679.0, 8692.0, 8721.0, 8689.0, 8735.0, 8675.0, 8678.0, 8680.0, 8679.0, 8672.0, 8691.0, 8715.0, 8712.0, 8701.0, 8693.0, 8665.0, 8674.0, 8657.0, 8685.0, 8638.0, 8665.0, 8648.0, 8674.0, 8670.0, 8676.0, 8681.0, 8679.0, 8672.0, 8675.0, 8670.0, 8670.0, 8666.0, 8665.0, 8676.0, 8644.0, 8660.0, 8632.0, 8637.0, 8632.0, 8619.0, 8639.0, 8613.0, 8606.0, 8609.0, 8608.0, 8609.0, 8611.0, 8613.0, 8635.0, 8641.0, 8625.0, 8643.0, 8635.0, 8638.0, 8655.0, 8642.0, 8656.0, 8647.0, 8662.0, 8646.0, 8670.0, 8651.0, 8677.0, 8669.0, 8688.0, 8685.0, 8691.0, 8675.0, 8696.0, 8687.0, 8693.0, 8689.0, 8696.0, 8689.0, 8694.0, 8692.0, 8700.0, 8721.0, 8697.0, 8712.0, 8687.0, 8679.0, 8687.0, 8694.0, 8688.0, 8674.0, 8671.0, 8674.0, 8696.0, 8707.0, 8714.0, 8698.0, 8693.0, 8699.0, 8695.0, 8702.0, 8707.0, 8703.0, 8712.0, 8700.0, 8732.0, 8705.0, 8715.0, 8712.0, 8692.0, 8728.0, 8698.0, 8683.0, 8691.0, 8702.0, 8696.0, 8698.0, 8718.0, 8742.0, 8692.0, 8727.0, 8674.0, 8679.0, 8678.0, 8697.0, 8713.0, 8695.0, 8681.0, 8696.0, 8680.0, 8697.0, 8687.0, 8694.0, 8697.0, 8699.0, 8714.0, 8703.0, 8727.0, 8695.0, 8690.0, 8694.0, 8691.0, 8692.0, 8688.0, 8701.0, 8714.0, 8701.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.0006707518796992482</td></tr>
<tr><td colspan=3>aqi</td><td>0.019122107612781956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.78469164287859</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2657842915333977</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009304281796801</td></tr>
<tr><td colspan=3>efc</td><td>0.4597</td></tr>
<tr><td colspan=3>fber</td><td>6493.2739</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07238520730366704</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0338345864661653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.656779199839677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.659647572952697</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8619974772192083</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.448692549347126</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00890988577157259</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020888404920697212</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.7648526893271788</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>36.1151</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8133</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.9928</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.5036</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.165</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.3504</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3093.8009</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.7879</td></tr>
<tr><td colspan=3>tsnr</td><td>43.63102078437805</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>