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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:23:0.192500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997945, -0.0608871, 0.0199451, 0.0582402, 0.991807, 0.113698]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0786293</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7767, -7272, 585, -90, -154, -12, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3edf6bc-2d26-4c66-86a8-5e9eb02e480c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774144172668457, 0.15625421702861786, 0.07210192829370499, 101.62539672851562], [0.16335567831993103, 2.660945415496826, 0.3032171428203583, -110.36578369140625], [0.05351123586297035, -0.3050430417060852, 2.6819510459899902, -53.168033599853516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['132300.192500', '132300.652500', '132301.112500', '132301.572500', '132302.032500', '132302.492500', '132302.952500', '132303.412500', '132303.872500', '132304.332500', '132304.792500', '132305.252500', '132305.712500', '132306.172500', '132306.632500', '132307.092500', '132307.552500', '132308.012500', '132308.472500', '132308.932500', '132309.392500', '132309.852500', '132310.312500', '132310.772500', '132311.232500', '132311.692500', '132312.152500', '132312.612500', '132313.072500', '132313.532500', '132313.992500', '132314.452500', '132314.912500', '132315.372500', '132315.832500', '132316.292500', '132316.752500', '132317.212500', '132317.672500', '132318.132500', '132318.592500', '132319.052500', '132319.512500', '132319.972500', '132320.432500', '132320.892500', '132321.352500', '132321.812500', '132322.272500', '132322.732500', '132323.192500', '132323.652500', '132324.112500', '132324.572500', '132325.032500', '132325.492500', '132325.952500', '132326.412500', '132326.872500', '132327.332500', '132327.792500', '132328.252500', '132328.712500', '132329.172500', '132329.632500', '132330.092500', '132330.552500', '132331.012500', '132331.472500', '132331.932500', '132332.392500', '132332.852500', '132333.312500', '132333.772500', '132334.232500', '132334.692500', '132335.152500', '132335.612500', '132336.072500', '132336.532500', '132336.992500', '132337.452500', '132337.912500', '132338.372500', '132338.832500', '132339.292500', '132339.752500', '132340.212500', '132340.672500', '132341.132500', '132341.592500', '132342.052500', '132342.512500', '132342.972500', '132343.432500', '132343.892500', '132344.352500', '132344.812500', '132345.272500', '132345.732500', '132346.192500', '132346.652500', '132347.112500', '132347.572500', '132348.032500', '132348.492500', '132348.952500', '132349.412500', '132349.872500', '132350.332500', '132350.792500', '132351.252500', '132351.712500', '132352.172500', '132352.632500', '132353.092500', '132353.552500', '132354.012500', '132354.472500', '132354.932500', '132355.392500', '132355.852500', '132356.312500', '132356.772500', '132357.232500', '132357.692500', '132358.152500', '132358.612500', '132359.072500', '132359.532500', '132359.992500', '132400.452500', '132400.912500', '132401.372500', '132401.832500', '132402.292500', '132402.752500', '132403.212500', '132403.672500', '132404.132500', '132404.592500', '132405.052500', '132405.512500', '132405.972500', '132406.432500', '132406.892500', '132407.352500', '132407.812500', '132408.272500', '132408.732500', '132409.192500', '132409.652500', '132410.112500', '132410.572500', '132411.032500', '132411.492500', '132411.952500', '132412.412500', '132412.872500', '132413.332500', '132413.792500', '132414.252500', '132414.712500', '132415.172500', '132415.632500', '132416.092500', '132416.552500', '132417.012500', '132417.472500', '132417.932500', '132418.392500', '132418.852500', '132419.312500', '132419.772500', '132420.232500', '132420.692500', '132421.152500', '132421.612500', '132422.072500', '132422.532500', '132422.992500', '132423.452500', '132423.912500', '132424.372500', '132424.832500', '132425.292500', '132425.752500', '132426.212500', '132426.672500', '132427.132500', '132427.592500', '132428.052500', '132428.512500', '132428.972500', '132429.432500', '132429.892500', '132430.352500', '132430.812500', '132431.272500', '132431.732500', '132432.192500', '132432.652500', '132433.112500', '132433.572500', '132434.032500', '132434.492500', '132434.952500', '132435.412500', '132435.872500', '132436.332500', '132436.792500', '132437.252500', '132437.712500', '132438.172500', '132438.632500', '132439.092500', '132439.552500', '132440.012500', '132440.472500', '132440.932500', '132441.392500', '132441.852500', '132442.312500', '132442.772500', '132443.232500', '132443.692500', '132444.152500', '132444.612500', '132445.072500', '132445.532500', '132445.992500', '132446.452500', '132446.912500', '132447.372500', '132447.832500', '132448.292500', '132448.752500', '132449.212500', '132449.672500', '132450.132500', '132450.592500', '132451.052500', '132451.512500', '132451.972500', '132452.432500', '132452.892500', '132453.352500', '132453.812500', '132454.272500', '132454.732500', '132455.192500', '132455.652500', '132456.112500', '132456.572500', '132457.032500', '132457.492500', '132457.952500', '132458.412500', '132458.872500', '132459.332500', '132459.792500', '132500.252500', '132500.712500', '132501.172500', '132501.632500', '132502.092500', '132502.552500', '132503.012500', '132503.472500', '132503.932500', '132504.392500', '132504.852500', '132505.312500', '132505.772500', '132506.232500', '132506.692500', '132507.152500', '132507.612500', '132508.072500', '132508.532500', '132508.992500', '132509.452500', '132509.912500', '132510.372500', '132510.832500', '132511.292500', '132511.752500', '132512.212500', '132512.672500', '132513.132500', '132513.592500', '132514.052500', '132514.512500', '132514.972500', '132515.432500', '132515.892500', '132516.352500', '132516.812500', '132517.272500', '132517.732500', '132518.192500', '132518.652500', '132519.112500', '132519.572500', '132520.032500', '132520.492500', '132520.952500', '132521.412500', '132521.872500', '132522.332500', '132522.792500', '132523.252500', '132523.712500', '132524.172500', '132524.632500', '132525.092500', '132525.552500', '132526.012500', '132526.472500', '132526.932500', '132527.392500', '132527.852500', '132528.312500', '132528.772500', '132529.232500', '132529.692500', '132530.152500', '132530.612500', '132531.072500', '132531.532500', '132531.992500', '132532.452500', '132532.912500', '132533.372500', '132533.832500', '132534.292500', '132534.752500', '132535.212500', '132535.672500', '132536.132500', '132536.592500', '132537.052500', '132537.512500', '132537.972500', '132538.432500', '132538.892500', '132539.352500', '132539.812500', '132540.272500', '132540.732500', '132541.192500', '132541.652500', '132542.112500', '132542.572500', '132543.032500', '132543.492500', '132543.952500', '132544.412500', '132544.872500', '132545.332500', '132545.792500', '132546.252500', '132546.712500', '132547.172500', '132547.632500', '132548.092500', '132548.552500', '132549.012500', '132549.472500', '132549.932500', '132550.392500', '132550.852500', '132551.312500', '132551.772500', '132552.232500', '132552.692500', '132553.152500', '132553.612500', '132554.072500', '132554.532500', '132554.992500', '132555.452500', '132555.912500', '132556.372500', '132556.832500', '132557.292500', '132557.752500', '132558.212500', '132558.672500', '132559.132500', '132559.592500', '132600.052500', '132600.512500', '132600.972500', '132601.432500', '132601.892500', '132602.352500', '132602.812500', '132603.272500', '132603.732500', '132604.192500', '132604.652500', '132605.112500', '132605.572500', '132606.032500', '132606.492500', '132606.952500', '132607.412500', '132607.872500', '132608.332500', '132608.792500', '132609.252500', '132609.712500', '132610.172500', '132610.632500', '132611.092500', '132611.552500', '132612.012500', '132612.472500', '132612.932500', '132613.392500', '132613.852500', '132614.312500', '132614.772500', '132615.232500', '132615.692500', '132616.152500', '132616.612500', '132617.072500', '132617.532500', '132617.992500', '132618.452500', '132618.912500', '132619.372500', '132619.832500', '132620.292500', '132620.752500', '132621.212500', '132621.672500', '132622.132500', '132622.592500', '132623.052500', '132623.512500', '132623.972500', '132624.432500', '132624.892500', '132625.352500', '132625.812500', '132626.272500', '132626.732500', '132627.192500', '132627.652500', '132628.112500', '132628.572500', '132629.032500', '132629.492500', '132629.952500', '132630.412500', '132630.872500', '132631.332500', '132631.792500', '132632.252500', '132632.712500', '132633.172500', '132633.632500', '132634.092500', '132634.552500', '132635.012500', '132635.472500', '132635.932500', '132636.392500', '132636.852500', '132637.312500', '132637.772500', '132638.232500', '132638.692500', '132639.152500', '132639.612500', '132640.072500', '132640.532500', '132640.992500', '132641.452500', '132641.912500', '132642.372500', '132642.832500', '132643.292500', '132643.752500', '132644.212500', '132644.672500', '132645.132500', '132645.592500', '132646.052500', '132646.512500', '132646.972500', '132647.432500', '132647.892500', '132648.352500', '132648.812500', '132649.272500', '132649.732500', '132650.192500', '132650.652500', '132651.112500', '132651.572500', '132652.032500', '132652.492500', '132652.952500', '132653.412500', '132653.872500', '132654.332500', '132654.792500', '132655.252500', '132655.712500', '132656.172500', '132656.632500', '132657.092500', '132657.552500', '132658.012500', '132658.472500', '132658.932500', '132659.392500', '132659.852500', '132700.312500', '132700.772500', '132701.232500', '132701.692500', '132702.152500', '132702.612500', '132703.072500', '132703.532500', '132703.992500', '132704.452500', '132704.912500', '132705.372500', '132705.832500', '132706.292500', '132706.752500', '132707.212500', '132707.672500', '132708.132500', '132708.592500', '132709.052500', '132709.512500', '132709.972500', '132710.432500', '132710.892500', '132711.352500', '132711.812500', '132712.272500', '132712.732500', '132713.192500', '132713.652500', '132714.112500', '132714.572500', '132715.032500', '132715.492500', '132715.952500', '132716.412500', '132716.872500', '132717.332500', '132717.792500', '132718.252500', '132718.712500', '132719.172500', '132719.632500', '132720.092500', '132720.552500', '132721.012500', '132721.472500', '132721.932500', '132722.392500', '132722.852500', '132723.312500', '132723.772500', '132724.232500', '132724.692500', '132725.152500', '132725.612500', '132726.072500', '132726.532500', '132726.992500', '132727.452500', '132727.912500', '132728.372500', '132728.832500', '132729.292500', '132729.752500', '132730.212500', '132730.672500', '132731.132500', '132731.592500', '132732.052500', '132732.512500', '132732.972500', '132733.432500', '132733.892500', '132734.352500', '132734.812500', '132735.272500', '132735.732500', '132736.192500', '132736.652500', '132737.112500', '132737.572500', '132738.032500', '132738.492500', '132738.952500', '132739.412500', '132739.872500', '132740.332500', '132740.792500', '132741.252500', '132741.712500', '132742.172500', '132742.632500', '132743.092500', '132743.552500', '132744.012500', '132744.472500', '132744.932500', '132745.392500', '132745.852500', '132746.312500', '132746.772500', '132747.232500', '132747.692500', '132748.152500', '132748.612500', '132749.072500', '132749.532500', '132749.992500', '132750.452500', '132750.912500', '132751.372500', '132751.832500', '132752.292500', '132752.752500', '132753.212500', '132753.672500', '132754.132500', '132754.592500', '132755.052500', '132755.512500', '132755.972500', '132756.432500', '132756.892500', '132757.352500', '132757.812500', '132758.272500', '132758.732500', '132759.192500', '132759.652500', '132800.112500', '132800.572500', '132801.032500', '132801.492500', '132801.952500', '132802.412500', '132802.872500', '132803.332500', '132803.792500', '132804.252500', '132804.712500', '132805.172500', '132805.632500', '132806.092500', '132806.552500', '132807.012500', '132807.472500', '132807.932500', '132808.392500', '132808.852500', '132809.312500', '132809.772500', '132810.232500', '132810.692500', '132811.152500', '132811.612500', '132812.072500', '132812.532500', '132812.992500', '132813.452500', '132813.912500', '132814.372500', '132814.832500', '132815.292500', '132815.752500', '132816.212500', '132816.672500', '132817.132500', '132817.592500', '132818.052500', '132818.512500', '132818.972500', '132819.432500', '132819.892500', '132820.352500', '132820.812500', '132821.272500', '132821.732500', '132822.192500', '132822.652500', '132823.112500', '132823.572500', '132824.032500', '132824.492500', '132824.952500', '132825.412500', '132825.872500', '132826.332500', '132826.792500', '132827.252500', '132827.712500', '132828.172500', '132828.632500', '132829.092500', '132829.552500', '132830.012500', '132830.472500', '132830.932500', '132831.392500', '132831.852500', '132832.312500', '132832.772500', '132833.232500', '132833.692500', '132834.152500', '132834.612500', '132835.072500', '132835.532500', '132835.992500', '132836.452500', '132836.912500', '132837.372500', '132837.832500', '132838.292500', '132838.752500', '132839.212500', '132839.672500', '132840.132500', '132840.592500', '132841.052500', '132841.512500', '132841.972500', '132842.432500', '132842.892500', '132843.352500', '132843.812500', '132844.272500', '132844.732500', '132845.192500', '132845.652500', '132846.112500', '132846.572500', '132847.032500', '132847.492500', '132847.952500', '132848.412500', '132848.872500', '132849.332500', '132849.792500', '132850.252500', '132850.712500', '132851.172500', '132851.632500', '132852.092500', '132852.552500', '132853.012500', '132853.472500', '132853.932500', '132854.392500', '132854.852500', '132855.312500', '132855.772500', '132856.232500', '132856.692500', '132857.152500', '132857.612500', '132858.072500', '132858.532500', '132858.992500', '132859.452500', '132859.912500', '132900.372500', '132900.832500', '132901.292500', '132901.752500', '132902.212500', '132902.672500', '132903.132500', '132903.592500', '132904.052500', '132904.512500', '132904.972500', '132905.432500', '132905.892500', '132906.352500', '132906.812500', '132907.272500', '132907.732500', '132908.192500', '132908.652500', '132909.112500', '132909.572500', '132910.032500', '132910.492500', '132910.952500', '132911.412500', '132911.872500', '132912.332500', '132912.792500', '132913.252500', '132913.712500', '132914.172500', '132914.632500', '132915.092500', '132915.552500', '132916.012500', '132916.472500', '132916.932500', '132917.392500', '132917.852500', '132918.312500', '132918.772500', '132919.232500', '132919.692500', '132920.152500', '132920.612500', '132921.072500', '132921.532500', '132921.992500', '132922.452500', '132922.912500', '132923.372500', '132923.832500', '132924.292500', '132924.752500', '132925.212500', '132925.672500', '132926.132500', '132926.592500', '132927.052500', '132927.512500', '132927.972500', '132928.432500', '132928.892500', '132929.352500', '132929.812500', '132930.272500', '132930.732500', '132931.192500', '132931.652500', '132932.112500', '132932.572500', '132933.032500', '132933.492500', '132933.952500', '132934.412500', '132934.872500', '132935.332500', '132935.792500', '132936.252500', '132936.712500', '132937.172500', '132937.632500', '132938.092500', '132938.552500', '132939.012500', '132939.472500', '132939.932500', '132940.392500', '132940.852500', '132941.312500', '132941.772500', '132942.232500', '132942.692500', '132943.152500', '132943.612500', '132944.072500', '132944.532500', '132944.992500', '132945.452500', '132945.912500', '132946.372500', '132946.832500', '132947.292500', '132947.752500', '132948.212500', '132948.672500', '132949.132500', '132949.592500', '132950.052500', '132950.512500', '132950.972500', '132951.432500', '132951.892500', '132952.352500', '132952.812500', '132953.272500', '132953.732500', '132954.192500', '132954.652500', '132955.112500', '132955.572500', '132956.032500', '132956.492500', '132956.952500', '132957.412500', '132957.872500', '132958.332500', '132958.792500', '132959.252500', '132959.712500', '133000.172500', '133000.632500', '133001.092500', '133001.552500', '133002.012500', '133002.472500', '133002.932500', '133003.392500', '133003.852500', '133004.312500', '133004.772500', '133005.232500', '133005.692500', '133006.152500', '133006.612500', '133007.072500', '133007.532500', '133007.992500', '133008.452500', '133008.912500', '133009.372500', '133009.832500', '133010.292500', '133010.752500', '133011.212500', '133011.672500', '133012.132500', '133012.592500', '133013.052500', '133013.512500', '133013.972500', '133014.432500', '133014.892500', '133015.352500', '133015.812500', '133016.272500', '133016.732500', '133017.192500', '133017.652500', '133018.112500', '133018.572500', '133019.032500', '133019.492500', '133019.952500', '133020.412500', '133020.872500', '133021.332500', '133021.792500', '133022.252500', '133022.712500', '133023.172500', '133023.632500', '133024.092500', '133024.552500', '133025.012500', '133025.472500', '133025.932500', '133026.392500', '133026.852500', '133027.312500', '133027.772500', '133028.232500', '133028.692500', '133029.152500', '133029.612500', '133030.072500', '133030.532500', '133030.992500', '133031.452500', '133031.912500', '133032.372500', '133032.832500', '133033.292500', '133033.752500', '133034.212500', '133034.672500', '133035.132500', '133035.592500', '133036.052500', '133036.512500', '133036.972500', '133037.432500', '133037.892500', '133038.352500', '133038.812500', '133039.272500', '133039.732500', '133040.192500', '133040.652500', '133041.112500', '133041.572500', '133042.032500', '133042.492500', '133042.952500', '133043.412500', '133043.872500', '133044.332500', '133044.792500', '133045.252500', '133045.712500', '133046.172500', '133046.632500', '133047.092500', '133047.552500', '133048.012500', '133048.472500', '133048.932500', '133049.392500', '133049.852500', '133050.312500', '133050.772500', '133051.232500', '133051.692500', '133052.152500', '133052.612500', '133053.072500', '133053.532500', '133053.992500', '133054.452500', '133054.912500', '133055.372500', '133055.832500', '133056.292500', '133056.752500', '133057.212500', '133057.672500', '133058.132500', '133058.592500', '133059.052500', '133059.512500', '133059.972500', '133100.432500', '133100.892500', '133101.352500', '133101.812500', '133102.272500', '133102.732500', '133103.192500', '133103.652500', '133104.112500', '133104.572500', '133105.032500', '133105.492500', '133105.952500', '133106.412500', '133106.872500', '133107.332500', '133107.792500', '133108.252500', '133108.712500', '133109.172500', '133109.632500', '133110.092500', '133110.552500', '133111.012500', '133111.472500', '133111.932500', '133112.392500', '133112.852500', '133113.312500'], 'ContentTime': ['132314.813000', '132314.816000', '132314.819000', '132314.821000', '132314.834000', '132314.836000', '132314.839000', '132314.841000', '132314.844000', '132314.846000', '132314.849000', '132314.852000', '132314.854000', '132314.857000', '132314.859000', '132314.862000', '132314.865000', '132314.867000', '132314.870000', '132314.872000', '132314.875000', '132314.877000', '132314.885000', '132314.888000', '132314.890000', '132314.893000', '132314.895000', '132314.898000', '132314.900000', '132334.772000', '132334.775000', '132334.778000', '132334.780000', '132334.783000', '132334.785000', '132334.797000', '132334.799000', '132334.802000', '132334.805000', '132334.807000', '132334.810000', '132334.812000', '132334.815000', '132334.818000', '132334.820000', '132334.823000', '132334.825000', '132334.828000', '132334.831000', '132334.833000', '132334.836000', '132334.838000', '132334.841000', '132334.843000', '132334.846000', '132334.849000', '132334.851000', '132334.854000', '132334.856000', '132334.859000', '132334.861000', '132334.864000', '132334.866000', '132334.869000', '132334.872000', '132334.874000', '132334.877000', '132334.879000', '132334.882000', '132334.885000', '132334.887000', '132334.890000', '132334.892000', '132354.771000', '132354.774000', '132354.777000', '132354.780000', '132354.782000', '132354.785000', '132354.787000', '132354.790000', '132354.792000', '132354.795000', '132354.797000', '132354.800000', '132354.803000', '132354.805000', '132354.808000', '132354.810000', '132354.813000', '132354.815000', '132354.818000', '132354.821000', '132354.823000', '132354.826000', '132354.828000', '132354.831000', '132354.833000', '132354.836000', '132354.839000', '132354.841000', '132354.844000', '132354.846000', '132354.849000', '132354.851000', '132354.854000', '132354.857000', '132354.863000', '132354.866000', '132354.868000', '132354.871000', '132354.873000', '132354.889000', '132354.892000', '132354.894000', '132354.897000', '132414.771000', '132414.774000', '132414.777000', '132414.779000', '132414.782000', '132414.784000', '132414.787000', '132414.789000', '132414.792000', '132414.794000', '132414.797000', '132414.801000', '132414.804000', '132414.807000', '132414.809000', '132414.812000', '132414.814000', '132414.817000', '132414.820000', '132414.822000', '132414.825000', '132414.827000', '132414.830000', '132414.832000', '132414.835000', '132414.838000', '132414.840000', '132414.843000', '132414.845000', '132414.848000', '132414.850000', '132414.853000', '132414.855000', '132414.858000', '132414.860000', '132414.863000', '132414.866000', '132414.868000', '132414.871000', '132414.873000', '132414.876000', '132414.878000', '132414.881000', '132414.884000', '132434.771000', '132434.774000', '132434.777000', '132434.779000', '132434.782000', '132434.785000', '132434.787000', '132434.790000', '132434.792000', '132434.795000', '132434.797000', '132434.800000', '132434.802000', '132434.805000', '132434.808000', '132434.810000', '132434.813000', '132434.816000', '132434.818000', '132434.821000', '132434.823000', '132434.826000', '132434.828000', '132434.831000', '132434.834000', '132434.836000', '132434.839000', '132434.841000', '132434.844000', '132434.846000', '132434.849000', '132434.852000', '132434.854000', '132434.857000', '132434.859000', '132434.862000', '132434.864000', '132434.867000', '132434.870000', '132434.872000', '132434.875000', '132434.877000', '132434.880000', '132454.772000', '132454.775000', '132454.778000', '132454.780000', '132454.783000', '132454.786000', '132454.788000', '132454.791000', '132454.794000', '132454.796000', '132454.799000', '132454.801000', '132454.804000', '132454.806000', '132454.809000', '132454.811000', '132454.814000', '132454.817000', '132454.819000', '132454.822000', '132454.824000', '132454.827000', '132454.830000', '132454.832000', '132454.835000', '132454.838000', '132454.840000', '132454.843000', '132454.845000', '132454.848000', '132454.850000', '132454.853000', '132454.855000', '132454.858000', '132454.861000', '132454.863000', '132454.866000', '132454.868000', '132454.871000', '132454.874000', '132454.876000', '132454.879000', '132454.881000', '132454.884000', '132514.772000', '132514.775000', '132514.778000', '132514.780000', '132514.783000', '132514.786000', '132514.788000', '132514.791000', '132514.793000', '132514.796000', '132514.799000', '132514.801000', '132514.804000', '132514.806000', '132514.809000', '132514.812000', '132514.814000', '132514.817000', '132514.819000', '132514.822000', '132514.825000', '132514.827000', '132514.830000', '132514.832000', '132514.835000', '132514.838000', '132514.840000', '132514.843000', '132514.845000', '132514.848000', '132514.850000', '132514.853000', '132514.856000', '132514.858000', '132514.861000', '132514.863000', '132514.866000', '132514.869000', '132514.871000', '132514.874000', '132514.876000', '132514.879000', '132514.882000', '132534.773000', '132534.776000', '132534.779000', '132534.782000', '132534.785000', '132534.787000', '132534.790000', '132534.792000', '132534.795000', '132534.798000', '132534.800000', '132534.803000', '132534.805000', '132534.808000', '132534.811000', '132534.813000', '132534.816000', '132534.818000', '132534.821000', '132534.823000', '132534.826000', '132534.829000', '132534.831000', '132534.834000', '132534.837000', '132534.839000', '132534.843000', '132534.846000', '132534.849000', '132534.851000', '132534.854000', '132534.856000', '132534.859000', '132534.861000', '132534.864000', '132534.881000', '132534.884000', '132534.886000', '132534.889000', '132534.892000', '132534.894000', '132534.897000', '132534.899000', '132554.772000', '132554.775000', '132554.778000', '132554.780000', '132554.783000', '132554.786000', '132554.788000', '132554.791000', '132554.794000', '132554.796000', '132554.799000', '132554.801000', '132554.804000', '132554.806000', '132554.809000', '132554.812000', '132554.814000', '132554.817000', '132554.819000', '132554.822000', '132554.825000', '132554.827000', '132554.830000', '132554.832000', '132554.835000', '132554.838000', '132554.840000', '132554.843000', '132554.845000', '132554.848000', '132554.850000', '132554.853000', '132554.856000', '132554.858000', '132554.861000', '132554.863000', '132554.866000', '132554.869000', '132554.871000', '132554.874000', '132554.876000', '132554.879000', '132554.882000', '132554.884000', '132614.771000', '132614.774000', '132614.777000', '132614.780000', '132614.782000', '132614.785000', '132614.787000', '132614.790000', '132614.793000', '132614.795000', '132614.798000', '132614.800000', '132614.803000', '132614.806000', '132614.808000', '132614.811000', '132614.814000', '132614.816000', '132614.819000', '132614.821000', '132614.824000', '132614.827000', '132614.829000', '132614.832000', '132614.834000', '132614.837000', '132614.840000', '132614.843000', '132614.846000', '132614.849000', '132614.852000', '132614.854000', '132614.857000', '132614.859000', '132614.862000', '132614.864000', '132614.867000', '132614.870000', '132614.872000', '132614.875000', '132614.877000', '132614.880000', '132614.882000', '132634.771000', '132634.774000', '132634.777000', '132634.779000', '132634.782000', '132634.785000', '132634.787000', '132634.790000', '132634.793000', '132634.795000', '132634.798000', '132634.800000', '132634.803000', '132634.805000', '132634.808000', '132634.811000', '132634.813000', '132634.816000', '132634.818000', '132634.821000', '132634.824000', '132634.826000', '132634.829000', '132634.831000', '132634.834000', '132634.837000', '132634.839000', '132634.842000', '132634.844000', '132634.847000', '132634.850000', '132634.852000', '132634.855000', '132634.857000', '132634.860000', '132634.863000', '132634.865000', '132634.868000', '132634.870000', '132634.873000', '132634.876000', '132634.878000', '132634.886000', '132634.888000', '132654.771000', '132654.774000', '132654.777000', '132654.779000', '132654.782000', '132654.785000', '132654.787000', '132654.790000', '132654.792000', '132654.795000', '132654.797000', '132654.800000', '132654.803000', '132654.805000', '132654.808000', '132654.810000', '132654.813000', '132654.816000', '132654.818000', '132654.821000', '132654.823000', '132654.826000', '132654.828000', '132654.831000', '132654.834000', '132654.836000', '132654.839000', '132654.841000', '132654.844000', '132654.846000', '132654.849000', '132654.852000', '132654.855000', '132654.857000', '132654.860000', '132654.862000', '132654.865000', '132654.868000', '132654.870000', '132654.873000', '132654.875000', '132654.878000', '132654.882000', '132714.772000', '132714.775000', '132714.778000', '132714.781000', '132714.783000', '132714.786000', '132714.788000', '132714.791000', '132714.794000', '132714.796000', '132714.799000', '132714.801000', '132714.804000', '132714.807000', '132714.809000', '132714.812000', '132714.814000', '132714.837000', '132714.840000', '132714.842000', '132714.845000', '132714.848000', '132714.850000', '132714.853000', '132714.855000', '132714.858000', '132714.860000', '132714.863000', '132714.866000', '132714.868000', '132714.871000', '132714.874000', '132714.876000', '132714.879000', '132714.881000', '132714.884000', '132714.887000', '132714.889000', '132714.892000', '132714.894000', '132714.897000', '132714.900000', '132714.902000', '132714.905000', '132734.772000', '132734.775000', '132734.778000', '132734.781000', '132734.783000', '132734.786000', '132734.788000', '132734.791000', '132734.794000', '132734.796000', '132734.799000', '132734.801000', '132734.804000', '132734.807000', '132734.809000', '132734.812000', '132734.814000', '132734.817000', '132734.820000', '132734.822000', '132734.825000', '132734.828000', '132734.830000', '132734.833000', '132734.835000', '132734.838000', '132734.841000', '132734.843000', '132734.846000', '132734.849000', '132734.851000', '132734.854000', '132734.857000', '132734.859000', '132734.862000', '132734.864000', '132734.867000', '132734.869000', '132734.872000', '132734.875000', '132734.877000', '132734.880000', '132734.882000', '132754.772000', '132754.775000', '132754.778000', '132754.781000', '132754.783000', '132754.786000', '132754.788000', '132754.791000', '132754.794000', '132754.797000', '132754.799000', '132754.802000', '132754.804000', '132754.807000', '132754.810000', '132754.812000', '132754.815000', '132754.817000', '132754.820000', '132754.822000', '132754.825000', '132754.828000', '132754.830000', '132754.833000', '132754.835000', '132754.838000', '132754.840000', '132754.843000', '132754.846000', '132754.848000', '132754.851000', '132754.853000', '132754.856000', '132754.859000', '132754.861000', '132754.864000', '132754.866000', '132754.869000', '132754.872000', '132754.874000', '132754.877000', '132754.879000', '132754.882000', '132754.884000', '132814.773000', '132814.775000', '132814.778000', '132814.781000', '132814.783000', '132814.786000', '132814.789000', '132814.791000', '132814.794000', '132814.796000', '132814.799000', '132814.801000', '132814.804000', '132814.807000', '132814.809000', '132814.812000', '132814.815000', '132814.817000', '132814.820000', '132814.822000', '132814.825000', '132814.828000', '132814.830000', '132814.833000', '132814.835000', '132814.838000', '132814.841000', '132814.843000', '132814.846000', '132814.848000', '132814.851000', '132814.854000', '132814.856000', '132814.859000', '132814.861000', '132814.864000', '132814.867000', '132814.869000', '132814.872000', '132814.874000', '132814.877000', '132814.880000', '132814.882000', '132834.771000', '132834.774000', '132834.777000', '132834.780000', '132834.782000', '132834.785000', '132834.787000', '132834.790000', '132834.793000', '132834.795000', '132834.798000', '132834.800000', '132834.803000', '132834.806000', '132834.808000', '132834.811000', '132834.813000', '132834.816000', '132834.819000', '132834.821000', '132834.824000', '132834.826000', '132834.829000', '132834.832000', '132834.834000', '132834.837000', '132834.840000', '132834.842000', '132834.845000', '132834.847000', '132834.850000', '132834.853000', '132834.855000', '132834.858000', '132834.860000', '132834.863000', '132834.865000', '132834.868000', '132834.871000', '132834.873000', '132834.876000', '132834.878000', '132834.894000', '132834.897000', '132854.772000', '132854.775000', '132854.777000', '132854.780000', '132854.782000', '132854.785000', '132854.787000', '132854.790000', '132854.793000', '132854.795000', '132854.798000', '132854.800000', '132854.803000', '132854.806000', '132854.808000', '132854.811000', '132854.813000', '132854.816000', '132854.818000', '132854.821000', '132854.823000', '132854.826000', '132854.829000', '132854.831000', '132854.834000', '132854.836000', '132854.839000', '132854.841000', '132854.844000', '132854.847000', '132854.849000', '132854.852000', '132854.854000', '132854.857000', '132854.859000', '132854.862000', '132854.864000', '132854.867000', '132854.870000', '132854.872000', '132854.875000', '132854.877000', '132854.880000', '132914.772000', '132914.775000', '132914.777000', '132914.780000', '132914.783000', '132914.785000', '132914.788000', '132914.791000', '132914.793000', '132914.796000', '132914.798000', '132914.801000', '132914.803000', '132914.806000', '132914.809000', '132914.811000', '132914.814000', '132914.816000', '132914.819000', '132914.822000', '132914.824000', '132914.827000', '132914.829000', '132914.832000', '132914.835000', '132914.837000', '132914.840000', '132914.842000', '132914.845000', '132914.847000', '132914.850000', '132914.853000', '132914.855000', '132914.858000', '132914.860000', '132914.863000', '132914.866000', '132914.868000', '132914.871000', '132914.873000', '132914.876000', '132914.878000', '132914.881000', '132914.884000', '132934.773000', '132934.775000', '132934.778000', '132934.781000', '132934.783000', '132934.786000', '132934.789000', '132934.791000', '132934.794000', '132934.796000', '132934.799000', '132934.801000', '132934.804000', '132934.807000', '132934.809000', '132934.812000', '132934.814000', '132934.817000', '132934.820000', '132934.822000', '132934.825000', '132934.827000', '132934.830000', '132934.833000', '132934.835000', '132934.838000', '132934.841000', '132934.843000', '132934.846000', '132934.848000', '132934.851000', '132934.854000', '132934.856000', '132934.859000', '132934.861000', '132934.864000', '132934.866000', '132934.869000', '132934.872000', '132934.874000', '132934.877000', '132934.880000', '132934.882000', '132954.772000', '132954.775000', '132954.778000', '132954.781000', '132954.783000', '132954.786000', '132954.788000', '132954.791000', '132954.793000', '132954.796000', '132954.799000', '132954.801000', '132954.804000', '132954.806000', '132954.809000', '132954.812000', '132954.814000', '132954.817000', '132954.819000', '132954.822000', '132954.825000', '132954.827000', '132954.830000', '132954.832000', '132954.835000', '132954.838000', '132954.840000', '132954.843000', '132954.845000', '132954.848000', '132954.851000', '132954.853000', '132954.856000', '132954.858000', '132954.861000', '132954.864000', '132954.866000', '132954.869000', '132954.880000', '132954.883000', '132954.886000', '132954.888000', '132954.891000', '132954.893000', '133014.773000', '133014.775000', '133014.778000', '133014.781000', '133014.783000', '133014.786000', '133014.788000', '133014.791000', '133014.794000', '133014.796000', '133014.799000', '133014.802000', '133014.804000', '133014.807000', '133014.809000', '133014.812000', '133014.815000', '133014.817000', '133014.820000', '133014.823000', '133014.825000', '133014.828000', '133014.830000', '133014.833000', '133014.836000', '133014.838000', '133014.841000', '133014.843000', '133014.846000', '133014.848000', '133014.851000', '133014.854000', '133014.856000', '133014.859000', '133014.861000', '133014.864000', '133014.866000', '133014.869000', '133014.872000', '133014.875000', '133014.877000', '133014.880000', '133014.882000', '133034.772000', '133034.775000', '133034.778000', '133034.780000', '133034.783000', '133034.786000', '133034.788000', '133034.791000', '133034.793000', '133034.796000', '133034.799000', '133034.801000', '133034.804000', '133034.806000', '133034.809000', '133034.812000', '133034.814000', '133034.817000', '133034.820000', '133034.822000', '133034.825000', '133034.828000', '133034.830000', '133034.833000', '133034.836000', '133034.838000', '133034.841000', '133034.844000', '133034.846000', '133034.849000', '133034.851000', '133034.854000', '133034.856000', '133034.859000', '133034.862000', '133034.864000', '133034.867000', '133034.869000', '133034.872000', '133034.875000', '133034.877000', '133034.880000', '133034.883000', '133034.885000', '133054.772000', '133054.774000', '133054.777000', '133054.780000', '133054.782000', '133054.785000', '133054.787000', '133054.790000', '133054.793000', '133054.795000', '133054.798000', '133054.800000', '133054.803000', '133054.806000', '133054.808000', '133054.811000', '133054.813000', '133054.816000', '133054.819000', '133054.821000', '133054.824000', '133054.826000', '133054.829000', '133054.832000', '133054.834000', '133054.837000', '133054.839000', '133054.842000', '133054.845000', '133054.847000', '133054.850000', '133054.852000', '133054.855000', '133054.857000', '133054.860000', '133054.863000', '133054.865000', '133054.868000', '133054.870000', '133054.873000', '133054.876000', '133054.878000', '133054.881000', '133114.715000', '133114.726000', '133114.729000', '133114.732000', '133114.735000', '133114.738000', '133114.741000', '133114.743000', '133114.747000', '133114.754000', '133114.757000', '133114.761000', '133114.763000', '133114.767000', '133114.770000', '133114.773000', '133114.775000', '133114.778000', '133114.781000', '133114.784000', '133114.786000', '133114.789000', '133114.792000', '133114.794000', '133114.797000', '133114.800000', '133114.802000', '133114.805000', '133114.808000', '133114.810000', '133114.813000', '133114.816000', '133114.821000', '133114.823000', '133114.826000', '133114.829000', '133114.831000', '133114.836000', '133114.839000', '133114.841000', '133114.844000', '133114.847000', '133114.852000', '133114.857000'], 'InstanceCreationTime': ['132314.813000', '132314.816000', '132314.819000', '132314.821000', '132314.834000', '132314.836000', '132314.839000', '132314.841000', '132314.844000', '132314.846000', '132314.849000', '132314.852000', '132314.854000', '132314.857000', '132314.859000', '132314.862000', '132314.865000', '132314.867000', '132314.870000', '132314.872000', '132314.875000', '132314.877000', '132314.885000', '132314.888000', '132314.890000', '132314.893000', '132314.895000', '132314.898000', '132314.900000', '132334.772000', '132334.775000', '132334.778000', '132334.780000', '132334.783000', '132334.785000', '132334.797000', '132334.799000', '132334.802000', '132334.805000', '132334.807000', '132334.810000', '132334.812000', '132334.815000', '132334.818000', '132334.820000', '132334.823000', '132334.825000', '132334.828000', '132334.831000', '132334.833000', '132334.836000', '132334.838000', '132334.841000', '132334.843000', '132334.846000', '132334.849000', '132334.851000', '132334.854000', '132334.856000', '132334.859000', '132334.861000', '132334.864000', '132334.866000', '132334.869000', '132334.872000', '132334.874000', '132334.877000', '132334.879000', '132334.882000', '132334.885000', '132334.887000', '132334.890000', '132334.892000', '132354.771000', '132354.774000', '132354.777000', '132354.780000', '132354.782000', '132354.785000', '132354.787000', '132354.790000', '132354.792000', '132354.795000', '132354.797000', '132354.800000', '132354.803000', '132354.805000', '132354.808000', '132354.810000', '132354.813000', '132354.815000', '132354.818000', '132354.821000', '132354.823000', '132354.826000', '132354.828000', '132354.831000', '132354.833000', '132354.836000', '132354.839000', '132354.841000', '132354.844000', '132354.846000', '132354.849000', '132354.851000', '132354.854000', '132354.857000', '132354.863000', '132354.866000', '132354.868000', '132354.871000', '132354.873000', '132354.889000', '132354.892000', '132354.894000', '132354.897000', '132414.771000', '132414.774000', '132414.777000', '132414.779000', '132414.782000', '132414.784000', '132414.787000', '132414.789000', '132414.792000', '132414.794000', '132414.797000', '132414.801000', '132414.804000', '132414.807000', '132414.809000', '132414.812000', '132414.814000', '132414.817000', '132414.820000', '132414.822000', '132414.825000', '132414.827000', '132414.830000', '132414.832000', '132414.835000', '132414.838000', '132414.840000', '132414.843000', '132414.845000', '132414.848000', '132414.850000', '132414.853000', '132414.855000', '132414.858000', '132414.860000', '132414.863000', '132414.866000', '132414.868000', '132414.871000', '132414.873000', '132414.876000', '132414.878000', '132414.881000', '132414.884000', '132434.771000', '132434.774000', '132434.777000', '132434.779000', '132434.782000', '132434.785000', '132434.787000', '132434.790000', '132434.792000', '132434.795000', '132434.797000', '132434.800000', '132434.802000', '132434.805000', '132434.808000', '132434.810000', '132434.813000', '132434.816000', '132434.818000', '132434.821000', '132434.823000', '132434.826000', '132434.828000', '132434.831000', '132434.834000', '132434.836000', '132434.839000', '132434.841000', '132434.844000', '132434.846000', '132434.849000', '132434.852000', '132434.854000', '132434.857000', '132434.859000', '132434.862000', '132434.864000', '132434.867000', '132434.870000', '132434.872000', '132434.875000', '132434.877000', '132434.880000', '132454.772000', '132454.775000', '132454.778000', '132454.780000', '132454.783000', '132454.786000', '132454.788000', '132454.791000', '132454.794000', '132454.796000', '132454.799000', '132454.801000', '132454.804000', '132454.806000', '132454.809000', '132454.811000', '132454.814000', '132454.817000', '132454.819000', '132454.822000', '132454.824000', '132454.827000', '132454.830000', '132454.832000', '132454.835000', '132454.838000', '132454.840000', '132454.843000', '132454.845000', '132454.848000', '132454.850000', '132454.853000', '132454.855000', '132454.858000', '132454.861000', '132454.863000', '132454.866000', '132454.868000', '132454.871000', '132454.874000', '132454.876000', '132454.879000', '132454.881000', '132454.884000', '132514.772000', '132514.775000', '132514.778000', '132514.780000', '132514.783000', '132514.786000', '132514.788000', '132514.791000', '132514.793000', '132514.796000', '132514.799000', '132514.801000', '132514.804000', '132514.806000', '132514.809000', '132514.812000', '132514.814000', '132514.817000', '132514.819000', '132514.822000', '132514.825000', '132514.827000', '132514.830000', '132514.832000', '132514.835000', '132514.838000', '132514.840000', '132514.843000', '132514.845000', '132514.848000', '132514.850000', '132514.853000', '132514.856000', '132514.858000', '132514.861000', '132514.863000', '132514.866000', '132514.869000', '132514.871000', '132514.874000', '132514.876000', '132514.879000', '132514.882000', '132534.773000', '132534.776000', '132534.779000', '132534.782000', '132534.785000', '132534.787000', '132534.790000', '132534.792000', '132534.795000', '132534.798000', '132534.800000', '132534.803000', '132534.805000', '132534.808000', '132534.811000', '132534.813000', '132534.816000', '132534.818000', '132534.821000', '132534.823000', '132534.826000', '132534.829000', '132534.831000', '132534.834000', '132534.837000', '132534.839000', '132534.843000', '132534.846000', '132534.849000', '132534.851000', '132534.854000', '132534.856000', '132534.859000', '132534.861000', '132534.864000', '132534.881000', '132534.884000', '132534.886000', '132534.889000', '132534.892000', '132534.894000', '132534.897000', '132534.899000', '132554.772000', '132554.775000', '132554.778000', '132554.780000', '132554.783000', '132554.786000', '132554.788000', '132554.791000', '132554.794000', '132554.796000', '132554.799000', '132554.801000', '132554.804000', '132554.806000', '132554.809000', '132554.812000', '132554.814000', '132554.817000', '132554.819000', '132554.822000', '132554.825000', '132554.827000', '132554.830000', '132554.832000', '132554.835000', '132554.838000', '132554.840000', '132554.843000', '132554.845000', '132554.848000', '132554.850000', '132554.853000', '132554.856000', '132554.858000', '132554.861000', '132554.863000', '132554.866000', '132554.869000', '132554.871000', '132554.874000', '132554.876000', '132554.879000', '132554.882000', '132554.884000', '132614.771000', '132614.774000', '132614.777000', '132614.780000', '132614.782000', '132614.785000', '132614.787000', '132614.790000', '132614.793000', '132614.795000', '132614.798000', '132614.800000', '132614.803000', '132614.806000', '132614.808000', '132614.811000', '132614.814000', '132614.816000', '132614.819000', '132614.821000', '132614.824000', '132614.827000', '132614.829000', '132614.832000', '132614.834000', '132614.837000', '132614.840000', '132614.843000', '132614.846000', '132614.849000', '132614.852000', '132614.854000', '132614.857000', '132614.859000', '132614.862000', '132614.864000', '132614.867000', '132614.870000', '132614.872000', '132614.875000', '132614.877000', '132614.880000', '132614.882000', '132634.771000', '132634.774000', '132634.777000', '132634.779000', '132634.782000', '132634.785000', '132634.787000', '132634.790000', '132634.793000', '132634.795000', '132634.798000', '132634.800000', '132634.803000', '132634.805000', '132634.808000', '132634.811000', '132634.813000', '132634.816000', '132634.818000', '132634.821000', '132634.824000', '132634.826000', '132634.829000', '132634.831000', '132634.834000', '132634.837000', '132634.839000', '132634.842000', '132634.844000', '132634.847000', '132634.850000', '132634.852000', '132634.855000', '132634.857000', '132634.860000', '132634.863000', '132634.865000', '132634.868000', '132634.870000', '132634.873000', '132634.876000', '132634.878000', '132634.886000', '132634.888000', '132654.771000', '132654.774000', '132654.777000', '132654.779000', '132654.782000', '132654.785000', '132654.787000', '132654.790000', '132654.792000', '132654.795000', '132654.797000', '132654.800000', '132654.803000', '132654.805000', '132654.808000', '132654.810000', '132654.813000', '132654.816000', '132654.818000', '132654.821000', '132654.823000', '132654.826000', '132654.828000', '132654.831000', '132654.834000', '132654.836000', '132654.839000', '132654.841000', '132654.844000', '132654.846000', '132654.849000', '132654.852000', '132654.855000', '132654.857000', '132654.860000', '132654.862000', '132654.865000', '132654.868000', '132654.870000', '132654.873000', '132654.875000', '132654.878000', '132654.882000', '132714.772000', '132714.775000', '132714.778000', '132714.781000', '132714.783000', '132714.786000', '132714.788000', '132714.791000', '132714.794000', '132714.796000', '132714.799000', '132714.801000', '132714.804000', '132714.807000', '132714.809000', '132714.812000', '132714.814000', '132714.837000', '132714.840000', '132714.842000', '132714.845000', '132714.848000', '132714.850000', '132714.853000', '132714.855000', '132714.858000', '132714.860000', '132714.863000', '132714.866000', '132714.868000', '132714.871000', '132714.874000', '132714.876000', '132714.879000', '132714.881000', '132714.884000', '132714.887000', '132714.889000', '132714.892000', '132714.894000', '132714.897000', '132714.900000', '132714.902000', '132714.905000', '132734.772000', '132734.775000', '132734.778000', '132734.781000', '132734.783000', '132734.786000', '132734.788000', '132734.791000', '132734.794000', '132734.796000', '132734.799000', '132734.801000', '132734.804000', '132734.807000', '132734.809000', '132734.812000', '132734.814000', '132734.817000', '132734.820000', '132734.822000', '132734.825000', '132734.828000', '132734.830000', '132734.833000', '132734.835000', '132734.838000', '132734.841000', '132734.843000', '132734.846000', '132734.849000', '132734.851000', '132734.854000', '132734.857000', '132734.859000', '132734.862000', '132734.864000', '132734.867000', '132734.869000', '132734.872000', '132734.875000', '132734.877000', '132734.880000', '132734.882000', '132754.772000', '132754.775000', '132754.778000', '132754.781000', '132754.783000', '132754.786000', '132754.788000', '132754.791000', '132754.794000', '132754.797000', '132754.799000', '132754.802000', '132754.804000', '132754.807000', '132754.810000', '132754.812000', '132754.815000', '132754.817000', '132754.820000', '132754.822000', '132754.825000', '132754.828000', '132754.830000', '132754.833000', '132754.835000', '132754.838000', '132754.840000', '132754.843000', '132754.846000', '132754.848000', '132754.851000', '132754.853000', '132754.856000', '132754.859000', '132754.861000', '132754.864000', '132754.866000', '132754.869000', '132754.872000', '132754.874000', '132754.877000', '132754.879000', '132754.882000', '132754.884000', '132814.773000', '132814.775000', '132814.778000', '132814.781000', '132814.783000', '132814.786000', '132814.789000', '132814.791000', '132814.794000', '132814.796000', '132814.799000', '132814.801000', '132814.804000', '132814.807000', '132814.809000', '132814.812000', '132814.815000', '132814.817000', '132814.820000', '132814.822000', '132814.825000', '132814.828000', '132814.830000', '132814.833000', '132814.835000', '132814.838000', '132814.841000', '132814.843000', '132814.846000', '132814.848000', '132814.851000', '132814.854000', '132814.856000', '132814.859000', '132814.861000', '132814.864000', '132814.867000', '132814.869000', '132814.872000', '132814.874000', '132814.877000', '132814.880000', '132814.882000', '132834.771000', '132834.774000', '132834.777000', '132834.780000', '132834.782000', '132834.785000', '132834.787000', '132834.790000', '132834.793000', '132834.795000', '132834.798000', '132834.800000', '132834.803000', '132834.806000', '132834.808000', '132834.811000', '132834.813000', '132834.816000', '132834.819000', '132834.821000', '132834.824000', '132834.826000', '132834.829000', '132834.832000', '132834.834000', '132834.837000', '132834.840000', '132834.842000', '132834.845000', '132834.847000', '132834.850000', '132834.853000', '132834.855000', '132834.858000', '132834.860000', '132834.863000', '132834.865000', '132834.868000', '132834.871000', '132834.873000', '132834.876000', '132834.878000', '132834.894000', '132834.897000', '132854.772000', '132854.775000', '132854.777000', '132854.780000', '132854.782000', '132854.785000', '132854.787000', '132854.790000', '132854.793000', '132854.795000', '132854.798000', '132854.800000', '132854.803000', '132854.806000', '132854.808000', '132854.811000', '132854.813000', '132854.816000', '132854.818000', '132854.821000', '132854.823000', '132854.826000', '132854.829000', '132854.831000', '132854.834000', '132854.836000', '132854.839000', '132854.841000', '132854.844000', '132854.847000', '132854.849000', '132854.852000', '132854.854000', '132854.857000', '132854.859000', '132854.862000', '132854.864000', '132854.867000', '132854.870000', '132854.872000', '132854.875000', '132854.877000', '132854.880000', '132914.772000', '132914.775000', '132914.777000', '132914.780000', '132914.783000', '132914.785000', '132914.788000', '132914.791000', '132914.793000', '132914.796000', '132914.798000', '132914.801000', '132914.803000', '132914.806000', '132914.809000', '132914.811000', '132914.814000', '132914.816000', '132914.819000', '132914.822000', '132914.824000', '132914.827000', '132914.829000', '132914.832000', '132914.835000', '132914.837000', '132914.840000', '132914.842000', '132914.845000', '132914.847000', '132914.850000', '132914.853000', '132914.855000', '132914.858000', '132914.860000', '132914.863000', '132914.866000', '132914.868000', '132914.871000', '132914.873000', '132914.876000', '132914.878000', '132914.881000', '132914.884000', '132934.773000', '132934.775000', '132934.778000', '132934.781000', '132934.783000', '132934.786000', '132934.789000', '132934.791000', '132934.794000', '132934.796000', '132934.799000', '132934.801000', '132934.804000', '132934.807000', '132934.809000', '132934.812000', '132934.814000', '132934.817000', '132934.820000', '132934.822000', '132934.825000', '132934.827000', '132934.830000', '132934.833000', '132934.835000', '132934.838000', '132934.841000', '132934.843000', '132934.846000', '132934.848000', '132934.851000', '132934.854000', '132934.856000', '132934.859000', '132934.861000', '132934.864000', '132934.866000', '132934.869000', '132934.872000', '132934.874000', '132934.877000', '132934.880000', '132934.882000', '132954.772000', '132954.775000', '132954.778000', '132954.781000', '132954.783000', '132954.786000', '132954.788000', '132954.791000', '132954.793000', '132954.796000', '132954.799000', '132954.801000', '132954.804000', '132954.806000', '132954.809000', '132954.812000', '132954.814000', '132954.817000', '132954.819000', '132954.822000', '132954.825000', '132954.827000', '132954.830000', '132954.832000', '132954.835000', '132954.838000', '132954.840000', '132954.843000', '132954.845000', '132954.848000', '132954.851000', '132954.853000', '132954.856000', '132954.858000', '132954.861000', '132954.864000', '132954.866000', '132954.869000', '132954.880000', '132954.883000', '132954.886000', '132954.888000', '132954.891000', '132954.893000', '133014.773000', '133014.775000', '133014.778000', '133014.781000', '133014.783000', '133014.786000', '133014.788000', '133014.791000', '133014.794000', '133014.796000', '133014.799000', '133014.802000', '133014.804000', '133014.807000', '133014.809000', '133014.812000', '133014.815000', '133014.817000', '133014.820000', '133014.823000', '133014.825000', '133014.828000', '133014.830000', '133014.833000', '133014.836000', '133014.838000', '133014.841000', '133014.843000', '133014.846000', '133014.848000', '133014.851000', '133014.854000', '133014.856000', '133014.859000', '133014.861000', '133014.864000', '133014.866000', '133014.869000', '133014.872000', '133014.875000', '133014.877000', '133014.880000', '133014.882000', '133034.772000', '133034.775000', '133034.778000', '133034.780000', '133034.783000', '133034.786000', '133034.788000', '133034.791000', '133034.793000', '133034.796000', '133034.799000', '133034.801000', '133034.804000', '133034.806000', '133034.809000', '133034.812000', '133034.814000', '133034.817000', '133034.820000', '133034.822000', '133034.825000', '133034.828000', '133034.830000', '133034.833000', '133034.836000', '133034.838000', '133034.841000', '133034.844000', '133034.846000', '133034.849000', '133034.851000', '133034.854000', '133034.856000', '133034.859000', '133034.862000', '133034.864000', '133034.867000', '133034.869000', '133034.872000', '133034.875000', '133034.877000', '133034.880000', '133034.883000', '133034.885000', '133054.772000', '133054.774000', '133054.777000', '133054.780000', '133054.782000', '133054.785000', '133054.787000', '133054.790000', '133054.793000', '133054.795000', '133054.798000', '133054.800000', '133054.803000', '133054.806000', '133054.808000', '133054.811000', '133054.813000', '133054.816000', '133054.819000', '133054.821000', '133054.824000', '133054.826000', '133054.829000', '133054.832000', '133054.834000', '133054.837000', '133054.839000', '133054.842000', '133054.845000', '133054.847000', '133054.850000', '133054.852000', '133054.855000', '133054.857000', '133054.860000', '133054.863000', '133054.865000', '133054.868000', '133054.870000', '133054.873000', '133054.876000', '133054.878000', '133054.881000', '133114.715000', '133114.726000', '133114.729000', '133114.732000', '133114.735000', '133114.738000', '133114.741000', '133114.743000', '133114.747000', '133114.754000', '133114.757000', '133114.761000', '133114.763000', '133114.767000', '133114.770000', '133114.773000', '133114.775000', '133114.778000', '133114.781000', '133114.784000', '133114.786000', '133114.789000', '133114.792000', '133114.794000', '133114.797000', '133114.800000', '133114.802000', '133114.805000', '133114.808000', '133114.810000', '133114.813000', '133114.816000', '133114.821000', '133114.823000', '133114.826000', '133114.829000', '133114.831000', '133114.836000', '133114.839000', '133114.841000', '133114.844000', '133114.847000', '133114.852000', '133114.857000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10745, 11600, 10177, 10059, 9331, 9696, 12062, 8955, 13960, 9493, 12639, 10084, 11476, 10666, 11826, 9224, 11815, 9355, 11707, 9817, 11966, 9246, 10970, 9481, 10335, 9489, 10089, 11727, 10577, 13060, 9966, 13124, 10123, 13323, 11354, 12897, 11229, 12431, 11307, 12731, 11066, 12709, 10360, 11870, 9861, 10829, 8978, 10665, 10563, 11438, 13765, 10096, 13720, 9887, 13082, 10857, 13213, 10339, 12214, 10543, 12366, 9308, 12756, 10171, 12208, 9761, 11321, 9404, 10668, 10099, 10359, 9155, 9803, 9640, 10046, 12264, 11063, 13148, 10199, 12983, 9324, 12231, 10295, 12670, 9914, 10381, 9545, 9948, 10712, 12517, 11380, 12953, 9907, 13267, 8948, 13817, 9971, 12815, 10345, 12897, 10626, 12660, 10895, 12699, 9990, 12306, 9659, 12291, 9465, 12250, 10295, 11432, 9882, 10263, 9258, 10387, 12486, 9949, 13365, 8811, 13828, 9314, 13026, 10775, 12835, 11133, 12908, 10839, 12677, 10944, 13595, 10792, 13074, 10507, 13032, 8983, 13647, 10063, 13143, 9939, 12433, 9790, 12365, 9936, 11898, 9536, 11572, 10140, 11502, 11537, 11085, 10303, 9688, 13748, 9042, 14077, 10625, 13081, 10792, 12502, 10613, 13176, 10173, 12439, 8415, 10791, 10206, 12448, 10614, 10629, 14131, 9395, 15633, 9888, 14170, 10271, 14047, 9867, 13922, 9551, 13258, 10903, 13285, 11367, 13926, 11757, 14728, 10761, 12161, 9705, 13683, 10646, 12887, 9913, 11724, 9594, 12338, 10731, 13768, 10631, 12959, 9950, 13776, 11838, 13683, 10087, 13155, 10738, 12562, 10269, 10907, 11378, 10066, 12400, 9273, 13163, 10332, 13796, 12113, 13719, 12108, 13591, 11774, 13739, 10104, 13626, 10998, 11640, 9971, 10253, 9409, 9764, 13856, 10413, 14790, 11161, 11262, 10487, 12250, 10912, 13887, 10416, 14396, 10822, 11441, 9844, 9450, 13717, 9710, 13318, 11461, 13212, 9600, 12272, 11052, 10637, 12953, 9831, 13744, 10393, 13282, 11680, 13507, 11092, 11340, 9338, 9509, 12504, 9825, 13693, 11683, 13093, 11857, 13056, 10285, 12382, 11081, 10895, 13373, 9526, 13853, 11080, 13617, 11530, 13653, 11304, 11835, 10639, 10347, 11351, 9221, 14162, 11302, 13405, 11615, 12866, 11619, 12888, 11402, 11798, 10805, 10098, 10407, 9346, 12744, 10165, 14496, 11907, 13659, 11617, 13333, 10881, 12877, 10300, 10508, 9207, 9775, 12459, 10297, 14480, 11769, 14107, 12146, 13300, 12288, 13844, 11713, 13811, 10965, 13491, 10549, 13721, 11074, 11990, 10156, 11260, 10568, 10235, 12307, 9969, 13540, 10144, 14384, 11688, 13507, 12108, 13520, 11555, 13703, 10941, 13453, 11125, 13193, 10592, 12447, 10175, 11440, 10216, 10290, 12235, 9997, 10878, 9551, 11381, 9572, 13635, 10297, 12042, 10025, 12421, 10802, 13783, 12259, 13455, 12262, 13340, 11697, 13292, 10476, 13116, 10649, 12360, 10285, 11853, 10682, 11507, 10729, 10432, 9762, 9925, 12498, 9979, 13732, 10522, 13403, 11560, 13605, 12275, 13113, 11960, 13197, 11588, 12808, 11371, 13425, 9792, 13606, 9794, 12628, 10783, 11719, 11177, 10612, 10129, 9840, 10205, 9759, 11740, 9778, 13485, 10031, 14313, 11412, 13083, 11989, 13561, 9368, 12564, 10470, 11948, 10016, 11414, 10667, 10341, 9846, 10678, 10679, 10749, 12090, 11416, 11605, 9973, 14024, 9936, 13636, 11907, 13146, 11699, 13009, 11811, 13258, 10146, 13519, 9845, 13410, 9836, 12889, 10495, 12696, 10891, 10553, 9679, 9819, 11117, 9608, 15444, 10688, 13690, 11880, 12789, 11771, 13235, 9828, 13442, 11023, 12564, 9984, 10565, 10763, 9506, 15178, 10147, 13434, 11067, 12949, 11454, 13075, 11308, 13707, 11243, 13758, 11201, 14109, 12045, 14108, 11953, 13880, 12026, 13718, 10704, 14473, 10761, 11968, 10359, 12568, 10466, 12867, 10345, 13028, 10744, 11455, 10363, 10272, 14398, 9856, 14321, 11328, 14282, 10721, 13170, 10465, 11346, 11378, 10716, 10725, 9800, 14132, 10321, 14001, 11495, 13815, 11307, 13410, 10612, 11990, 10505, 10283, 11054, 9616, 14748, 11360, 14003, 9926, 14057, 10366, 12928, 10486, 12181, 10275, 11433, 12091, 10879, 12500, 9923, 14498, 11334, 13782, 11679, 13842, 9685, 13231, 10568, 12101, 10928, 11226, 10351, 10607, 9649, 10057, 11183, 10160, 16215, 11694, 14410, 10590, 13675, 11509, 13477, 9916, 13466, 9243, 12635, 10938, 11870, 10994, 11483, 10460, 10988, 9936, 9980, 11380, 10743, 12726, 11302, 11183, 9847, 13351, 9669, 14051, 10871, 12600, 11167, 13100, 10356, 12730, 10915, 11708, 10525, 10619, 10130, 9944, 10536, 9922, 14484, 9890, 14673, 11388, 13815, 11105, 13528, 11062, 11583, 10046, 9837, 9504, 9782, 12216, 9916, 12713, 10577, 14203, 11949, 13648, 11990, 13425, 11825, 13364, 11463, 13458, 11007, 13522, 10642, 12611, 10025, 12185, 10296, 12276, 10480, 11506, 10467, 10430, 11133, 11119, 11272, 10474, 11480, 9706, 14254, 10522, 14426, 10798, 14252, 11728, 13917, 11626, 14008, 11412, 13623, 11446, 13703, 10011, 13809, 10653, 12938, 10527, 12743, 10569, 12869, 10190, 12426, 10146, 12443, 10291, 12320, 10891, 10849, 10045, 10791, 9792, 11149, 11549, 10849, 10552, 10128, 12026, 10015, 15323, 10734, 12823, 9976, 12701, 10317, 14511, 10853, 13416, 11061, 13243, 11510, 13421, 11851, 13517, 11596, 13478, 11499, 13560, 11336, 14467, 10624, 13703, 10898, 13526, 11002, 13179, 10908, 11396, 9440, 11231, 9474, 10779, 11127, 11201, 10428, 10575, 10833, 10315, 14503, 10472, 13423, 10699, 13698, 10926, 13359, 11843, 13676, 11727, 13403, 11648, 13096, 12238, 13971, 11424, 13592, 10725, 13500, 10821, 13233, 10944, 11931, 9887, 12064, 10493, 10925, 10688, 11036, 10287, 9866, 11599, 9896, 15406, 10186, 13482, 10541, 13295, 11011, 13390, 10085, 12419, 10835, 10886, 10236, 9989, 11872, 9840, 12756, 10229, 13971, 11626, 13671, 11786, 13925, 11378, 13783, 11281, 13542, 10459, 14010, 10712, 12645, 9977, 12375, 10351, 10964, 12943, 11263, 11558, 10323, 13731, 10466, 13958, 11406, 13993, 10150, 12838, 11191, 12907, 11360, 12770, 11766, 15176, 10197, 14205, 10716, 12985, 10406, 11426, 12963, 11654, 16406, 10979, 13866, 10881, 13767, 10287, 12585, 11191, 10393, 9717, 10077, 12848, 9491, 13657, 11397, 12567, 11403, 12340, 11626, 12929, 9513, 13270, 9435, 12782, 10571, 11778, 11009, 10707, 10822, 10431, 12276, 9888, 14248, 11230, 13534, 11393, 13971, 10425, 13009, 11055, 12373, 10680, 11032, 10430, 10727, 11734, 10505, 15168, 10715, 13589, 11339, 13191, 9717, 13163, 10952, 11929, 10332, 11511, 10236, 11138, 10860, 11080, 10435, 11023, 13137, 10448, 14843, 10641, 13569, 11105, 12991, 11465, 13351, 10247, 12167, 10427, 12191, 10700, 11769, 10405, 10978, 9640, 10439, 11638, 10396, 14096, 10188, 13728, 10485, 13271, 11810, 13520, 9827, 12503, 10393, 11524, 9661, 10952, 9926, 11066, 9391, 9891, 11764, 10298, 14438, 11978, 13995, 11611, 13596, 11068, 13747, 10423, 12584, 9930, 11561, 10350, 10672, 14016, 11122, 12637, 9962, 13657, 10770, 14109, 11885, 13989, 11530, 13932, 10920, 13534, 10674, 13096, 10518, 12718, 10128, 11579, 12041, 11447, 11986, 10114, 12260, 9565, 15026, 11213, 13923, 11644, 13804, 11042, 13495, 11027, 13067, 10137, 12431, 10225, 10982, 11952, 11241, 14304, 10068, 14536, 11155, 14025, 11116, 13650, 10814, 13183, 10347, 13262, 10684, 12367, 10848, 10746, 9544, 10413, 13537, 9428, 14309, 10953, 13486, 10695, 13059, 10557, 13387, 10422, 13030, 10345, 12395, 10206, 11449, 11651, 11054, 11403, 10107, 12512, 9969, 14864, 10349, 13456, 10350, 13975, 9176, 12707, 10881, 10747, 10322, 10170, 10542, 10125, 13344, 10076, 12493, 9667, 12514, 9353, 14135, 10973, 12358, 10149, 14867, 9903, 14038, 10562, 13218, 10208, 12105, 10036, 11253, 10825, 10753, 11962, 9834, 14029, 9494, 13477, 10356, 13356, 10003, 13359, 10463, 12939, 9537, 12834, 8994, 13026, 9548, 13370], 'WindowCenter': [4396.0, 4389.0, 4355.0, 4353.0, 4330.0, 4341.0, 4357.0, 4330.0, 4368.0, 4338.0, 4357.0, 4349.0, 4348.0, 4348.0, 4360.0, 4352.0, 4359.0, 4340.0, 4361.0, 4351.0, 4370.0, 4341.0, 4364.0, 4342.0, 4351.0, 4340.0, 4350.0, 4360.0, 4362.0, 4382.0, 4352.0, 4371.0, 4352.0, 4370.0, 4362.0, 4384.0, 4372.0, 4371.0, 4362.0, 4371.0, 4360.0, 4371.0, 4352.0, 4361.0, 4339.0, 4351.0, 4329.0, 4350.0, 4349.0, 4362.0, 4370.0, 4351.0, 4368.0, 4338.0, 4370.0, 4362.0, 4372.0, 4351.0, 4360.0, 4348.0, 4359.0, 4338.0, 4370.0, 4350.0, 4360.0, 4350.0, 4360.0, 4339.0, 4349.0, 4351.0, 4350.0, 4340.0, 4348.0, 4337.0, 4339.0, 4370.0, 4361.0, 4369.0, 4352.0, 4369.0, 4339.0, 4360.0, 4352.0, 4371.0, 4351.0, 4350.0, 4341.0, 4347.0, 4360.0, 4370.0, 4362.0, 4370.0, 4350.0, 4368.0, 4329.0, 4369.0, 4350.0, 4358.0, 4350.0, 4358.0, 4349.0, 4359.0, 4360.0, 4370.0, 4350.0, 4359.0, 4340.0, 4359.0, 4340.0, 4370.0, 4350.0, 4359.0, 4338.0, 4350.0, 4337.0, 4350.0, 4358.0, 4340.0, 4369.0, 4340.0, 4368.0, 4340.0, 4372.0, 4374.0, 4368.0, 4361.0, 4367.0, 4349.0, 4368.0, 4360.0, 4381.0, 4362.0, 4371.0, 4362.0, 4383.0, 4353.0, 4382.0, 4352.0, 4381.0, 4349.0, 4371.0, 4351.0, 4371.0, 4351.0, 4362.0, 4341.0, 4362.0, 4351.0, 4371.0, 4359.0, 4361.0, 4348.0, 4338.0, 4368.0, 4340.0, 4379.0, 4349.0, 4369.0, 4360.0, 4358.0, 4350.0, 4382.0, 4373.0, 4371.0, 4318.0, 4350.0, 4348.0, 4368.0, 4349.0, 4360.0, 4382.0, 4351.0, 4381.0, 4349.0, 4369.0, 4349.0, 4368.0, 4337.0, 4368.0, 4339.0, 4369.0, 4349.0, 4367.0, 4359.0, 4381.0, 4372.0, 4379.0, 4358.0, 4358.0, 4340.0, 4369.0, 4361.0, 4370.0, 4350.0, 4360.0, 4352.0, 4368.0, 4362.0, 4381.0, 4360.0, 4368.0, 4352.0, 4379.0, 4359.0, 4381.0, 4349.0, 4368.0, 4349.0, 4369.0, 4349.0, 4359.0, 4358.0, 4348.0, 4358.0, 4339.0, 4368.0, 4349.0, 4369.0, 4371.0, 4380.0, 4370.0, 4368.0, 4358.0, 4368.0, 4349.0, 4379.0, 4348.0, 4359.0, 4337.0, 4349.0, 4337.0, 4348.0, 4367.0, 4349.0, 4379.0, 4360.0, 4358.0, 4360.0, 4360.0, 4359.0, 4378.0, 4351.0, 4379.0, 4348.0, 4359.0, 4338.0, 4339.0, 4366.0, 4337.0, 4367.0, 4357.0, 4355.0, 4337.0, 4357.0, 4357.0, 4349.0, 4367.0, 4339.0, 4368.0, 4348.0, 4365.0, 4357.0, 4367.0, 4346.0, 4346.0, 4326.0, 4337.0, 4355.0, 4347.0, 4380.0, 4358.0, 4368.0, 4359.0, 4369.0, 4348.0, 4369.0, 4356.0, 4360.0, 4367.0, 4339.0, 4367.0, 4359.0, 4368.0, 4358.0, 4368.0, 4358.0, 4358.0, 4345.0, 4348.0, 4346.0, 4337.0, 4367.0, 4357.0, 4367.0, 4358.0, 4368.0, 4358.0, 4368.0, 4359.0, 4359.0, 4347.0, 4350.0, 4348.0, 4338.0, 4366.0, 4349.0, 4378.0, 4360.0, 4367.0, 4360.0, 4368.0, 4357.0, 4368.0, 4348.0, 4357.0, 4338.0, 4350.0, 4368.0, 4350.0, 4378.0, 4369.0, 4378.0, 4369.0, 4377.0, 4370.0, 4381.0, 4371.0, 4381.0, 4362.0, 4381.0, 4359.0, 4382.0, 4359.0, 4359.0, 4349.0, 4359.0, 4346.0, 4349.0, 4368.0, 4350.0, 4368.0, 4351.0, 4377.0, 4368.0, 4378.0, 4369.0, 4379.0, 4370.0, 4379.0, 4360.0, 4381.0, 4361.0, 4369.0, 4350.0, 4370.0, 4349.0, 4359.0, 4348.0, 4349.0, 4357.0, 4348.0, 4346.0, 4338.0, 4359.0, 4349.0, 4380.0, 4351.0, 4368.0, 4350.0, 4368.0, 4360.0, 4381.0, 4369.0, 4381.0, 4371.0, 4379.0, 4370.0, 4379.0, 4360.0, 4371.0, 4349.0, 4369.0, 4348.0, 4370.0, 4360.0, 4360.0, 4349.0, 4349.0, 4337.0, 4348.0, 4369.0, 4349.0, 4367.0, 4348.0, 4368.0, 4358.0, 4369.0, 4367.0, 4367.0, 4358.0, 4367.0, 4358.0, 4356.0, 4358.0, 4368.0, 4348.0, 4369.0, 4336.0, 4358.0, 4346.0, 4358.0, 4357.0, 4348.0, 4346.0, 4347.0, 4347.0, 4339.0, 4358.0, 4350.0, 4369.0, 4349.0, 4378.0, 4358.0, 4365.0, 4359.0, 4369.0, 4337.0, 4357.0, 4347.0, 4357.0, 4347.0, 4360.0, 4348.0, 4349.0, 4348.0, 4360.0, 4349.0, 4359.0, 4369.0, 4370.0, 4356.0, 4350.0, 4367.0, 4350.0, 4381.0, 4358.0, 4367.0, 4359.0, 4367.0, 4359.0, 4368.0, 4350.0, 4369.0, 4347.0, 4368.0, 4349.0, 4369.0, 4348.0, 4371.0, 4358.0, 4348.0, 4338.0, 4348.0, 4346.0, 4338.0, 4377.0, 4348.0, 4380.0, 4357.0, 4369.0, 4358.0, 4369.0, 4348.0, 4369.0, 4358.0, 4370.0, 4339.0, 4348.0, 4363.0, 4340.0, 4392.0, 4350.0, 4379.0, 4374.0, 4379.0, 4373.0, 4379.0, 4360.0, 4379.0, 4359.0, 4379.0, 4361.0, 4380.0, 4371.0, 4380.0, 4371.0, 4380.0, 4371.0, 4380.0, 4359.0, 4381.0, 4360.0, 4357.0, 4359.0, 4369.0, 4359.0, 4379.0, 4361.0, 4383.0, 4362.0, 4371.0, 4360.0, 4360.0, 4379.0, 4351.0, 4380.0, 4360.0, 4376.0, 4347.0, 4367.0, 4348.0, 4358.0, 4358.0, 4346.0, 4346.0, 4349.0, 4367.0, 4347.0, 4367.0, 4358.0, 4367.0, 4346.0, 4368.0, 4346.0, 4359.0, 4347.0, 4349.0, 4346.0, 4337.0, 4365.0, 4358.0, 4378.0, 4348.0, 4367.0, 4347.0, 4356.0, 4347.0, 4358.0, 4346.0, 4359.0, 4358.0, 4348.0, 4356.0, 4347.0, 4376.0, 4358.0, 4377.0, 4358.0, 4367.0, 4337.0, 4369.0, 4346.0, 4369.0, 4358.0, 4360.0, 4348.0, 4348.0, 4338.0, 4348.0, 4358.0, 4350.0, 4387.0, 4358.0, 4367.0, 4349.0, 4366.0, 4357.0, 4368.0, 4349.0, 4367.0, 4337.0, 4356.0, 4345.0, 4358.0, 4347.0, 4357.0, 4347.0, 4347.0, 4335.0, 4336.0, 4356.0, 4347.0, 4357.0, 4346.0, 4345.0, 4338.0, 4364.0, 4336.0, 4366.0, 4346.0, 4356.0, 4345.0, 4355.0, 4336.0, 4356.0, 4347.0, 4357.0, 4346.0, 4346.0, 4336.0, 4337.0, 4344.0, 4347.0, 4378.0, 4347.0, 4376.0, 4356.0, 4366.0, 4345.0, 4368.0, 4346.0, 4356.0, 4335.0, 4336.0, 4336.0, 4349.0, 4357.0, 4348.0, 4369.0, 4348.0, 4367.0, 4359.0, 4380.0, 4369.0, 4379.0, 4369.0, 4368.0, 4370.0, 4379.0, 4372.0, 4380.0, 4359.0, 4370.0, 4348.0, 4370.0, 4360.0, 4372.0, 4362.0, 4370.0, 4348.0, 4360.0, 4370.0, 4360.0, 4359.0, 4361.0, 4357.0, 4350.0, 4379.0, 4359.0, 4378.0, 4359.0, 4377.0, 4369.0, 4379.0, 4359.0, 4379.0, 4357.0, 4366.0, 4356.0, 4368.0, 4337.0, 4366.0, 4347.0, 4356.0, 4346.0, 4368.0, 4349.0, 4367.0, 4337.0, 4356.0, 4336.0, 4357.0, 4337.0, 4358.0, 4346.0, 4347.0, 4336.0, 4346.0, 4335.0, 4347.0, 4357.0, 4348.0, 4335.0, 4338.0, 4356.0, 4338.0, 4376.0, 4347.0, 4356.0, 4336.0, 4356.0, 4348.0, 4368.0, 4347.0, 4366.0, 4348.0, 4355.0, 4346.0, 4366.0, 4358.0, 4366.0, 4357.0, 4365.0, 4356.0, 4367.0, 4359.0, 4377.0, 4349.0, 4366.0, 4346.0, 4365.0, 4346.0, 4368.0, 4347.0, 4358.0, 4337.0, 4346.0, 4337.0, 4348.0, 4357.0, 4357.0, 4347.0, 4348.0, 4345.0, 4347.0, 4377.0, 4348.0, 4367.0, 4348.0, 4364.0, 4345.0, 4365.0, 4355.0, 4366.0, 4357.0, 4355.0, 4347.0, 4355.0, 4357.0, 4367.0, 4357.0, 4364.0, 4346.0, 4356.0, 4345.0, 4368.0, 4348.0, 4358.0, 4338.0, 4357.0, 4334.0, 4346.0, 4346.0, 4346.0, 4335.0, 4336.0, 4346.0, 4336.0, 4376.0, 4335.0, 4356.0, 4346.0, 4356.0, 4346.0, 4355.0, 4336.0, 4354.0, 4345.0, 4346.0, 4334.0, 4337.0, 4357.0, 4346.0, 4366.0, 4347.0, 4367.0, 4358.0, 4378.0, 4359.0, 4379.0, 4359.0, 4365.0, 4358.0, 4365.0, 4348.0, 4378.0, 4348.0, 4367.0, 4336.0, 4356.0, 4336.0, 4348.0, 4357.0, 4347.0, 4345.0, 4335.0, 4365.0, 4346.0, 4365.0, 4356.0, 4367.0, 4335.0, 4356.0, 4357.0, 4366.0, 4357.0, 4366.0, 4370.0, 4379.0, 4350.0, 4367.0, 4348.0, 4368.0, 4348.0, 4357.0, 4356.0, 4346.0, 4364.0, 4335.0, 4354.0, 4333.0, 4353.0, 4322.0, 4343.0, 4333.0, 4322.0, 4322.0, 4322.0, 4341.0, 4323.0, 4352.0, 4344.0, 4342.0, 4344.0, 4354.0, 4344.0, 4357.0, 4336.0, 4356.0, 4327.0, 4357.0, 4346.0, 4356.0, 4345.0, 4348.0, 4347.0, 4347.0, 4357.0, 4336.0, 4366.0, 4358.0, 4367.0, 4346.0, 4366.0, 4345.0, 4355.0, 4357.0, 4357.0, 4346.0, 4345.0, 4345.0, 4345.0, 4356.0, 4346.0, 4365.0, 4346.0, 4355.0, 4345.0, 4355.0, 4336.0, 4368.0, 4346.0, 4355.0, 4345.0, 4355.0, 4336.0, 4357.0, 4346.0, 4348.0, 4347.0, 4347.0, 4355.0, 4345.0, 4365.0, 4347.0, 4355.0, 4344.0, 4354.0, 4345.0, 4367.0, 4335.0, 4355.0, 4335.0, 4355.0, 4334.0, 4356.0, 4334.0, 4345.0, 4324.0, 4346.0, 4345.0, 4346.0, 4366.0, 4346.0, 4366.0, 4346.0, 4355.0, 4356.0, 4367.0, 4335.0, 4357.0, 4336.0, 4356.0, 4336.0, 4357.0, 4347.0, 4358.0, 4336.0, 4349.0, 4355.0, 4348.0, 4377.0, 4357.0, 4378.0, 4359.0, 4369.0, 4357.0, 4379.0, 4347.0, 4370.0, 4336.0, 4359.0, 4336.0, 4347.0, 4366.0, 4357.0, 4355.0, 4337.0, 4365.0, 4348.0, 4367.0, 4358.0, 4366.0, 4357.0, 4367.0, 4346.0, 4367.0, 4348.0, 4368.0, 4347.0, 4357.0, 4336.0, 4356.0, 4356.0, 4345.0, 4345.0, 4335.0, 4343.0, 4336.0, 4376.0, 4356.0, 4365.0, 4356.0, 4365.0, 4345.0, 4366.0, 4357.0, 4367.0, 4335.0, 4357.0, 4334.0, 4346.0, 4356.0, 4347.0, 4366.0, 4335.0, 4363.0, 4346.0, 4366.0, 4345.0, 4355.0, 4346.0, 4352.0, 4333.0, 4354.0, 4344.0, 4357.0, 4345.0, 4347.0, 4324.0, 4345.0, 4355.0, 4338.0, 4365.0, 4347.0, 4364.0, 4346.0, 4355.0, 4344.0, 4366.0, 4347.0, 4366.0, 4335.0, 4355.0, 4335.0, 4356.0, 4345.0, 4345.0, 4345.0, 4335.0, 4343.0, 4334.0, 4366.0, 4336.0, 4355.0, 4334.0, 4353.0, 4324.0, 4355.0, 4335.0, 4344.0, 4333.0, 4333.0, 4333.0, 4335.0, 4365.0, 4335.0, 4354.0, 4336.0, 4355.0, 4338.0, 4365.0, 4347.0, 4355.0, 4336.0, 4365.0, 4337.0, 4365.0, 4333.0, 4355.0, 4332.0, 4343.0, 4322.0, 4345.0, 4333.0, 4333.0, 4333.0, 4323.0, 4352.0, 4321.0, 4354.0, 4335.0, 4353.0, 4324.0, 4353.0, 4334.0, 4354.0, 4324.0, 4355.0, 4325.0, 4355.0, 4325.0, 4367.0], 'WindowWidth': [9703.0, 9679.0, 9623.0, 9616.0, 9579.0, 9593.0, 9611.0, 9577.0, 9627.0, 9587.0, 9610.0, 9600.0, 9597.0, 9599.0, 9619.0, 9613.0, 9617.0, 9594.0, 9621.0, 9608.0, 9634.0, 9596.0, 9630.0, 9597.0, 9610.0, 9592.0, 9606.0, 9619.0, 9626.0, 9654.0, 9612.0, 9635.0, 9612.0, 9632.0, 9626.0, 9658.0, 9641.0, 9635.0, 9624.0, 9634.0, 9619.0, 9635.0, 9611.0, 9622.0, 9589.0, 9606.0, 9576.0, 9605.0, 9603.0, 9624.0, 9632.0, 9606.0, 9625.0, 9586.0, 9631.0, 9626.0, 9638.0, 9608.0, 9616.0, 9599.0, 9615.0, 9587.0, 9634.0, 9606.0, 9620.0, 9603.0, 9618.0, 9588.0, 9603.0, 9610.0, 9607.0, 9591.0, 9600.0, 9584.0, 9588.0, 9633.0, 9623.0, 9629.0, 9610.0, 9628.0, 9589.0, 9618.0, 9611.0, 9634.0, 9609.0, 9605.0, 9594.0, 9598.0, 9620.0, 9634.0, 9623.0, 9632.0, 9605.0, 9626.0, 9575.0, 9629.0, 9606.0, 9613.0, 9604.0, 9613.0, 9603.0, 9614.0, 9619.0, 9633.0, 9605.0, 9616.0, 9591.0, 9616.0, 9591.0, 9633.0, 9606.0, 9617.0, 9586.0, 9603.0, 9584.0, 9606.0, 9614.0, 9591.0, 9629.0, 9592.0, 9625.0, 9590.0, 9639.0, 9646.0, 9629.0, 9621.0, 9624.0, 9603.0, 9627.0, 9621.0, 9649.0, 9626.0, 9637.0, 9624.0, 9656.0, 9618.0, 9653.0, 9611.0, 9650.0, 9604.0, 9636.0, 9609.0, 9638.0, 9609.0, 9625.0, 9593.0, 9623.0, 9608.0, 9637.0, 9618.0, 9619.0, 9599.0, 9588.0, 9625.0, 9591.0, 9646.0, 9604.0, 9629.0, 9620.0, 9613.0, 9604.0, 9652.0, 9646.0, 9637.0, 9555.0, 9603.0, 9602.0, 9627.0, 9605.0, 9621.0, 9652.0, 9611.0, 9650.0, 9603.0, 9629.0, 9602.0, 9625.0, 9585.0, 9626.0, 9587.0, 9627.0, 9600.0, 9624.0, 9615.0, 9648.0, 9638.0, 9643.0, 9614.0, 9614.0, 9591.0, 9629.0, 9623.0, 9632.0, 9609.0, 9619.0, 9611.0, 9627.0, 9626.0, 9649.0, 9620.0, 9628.0, 9612.0, 9645.0, 9617.0, 9647.0, 9603.0, 9626.0, 9602.0, 9629.0, 9599.0, 9616.0, 9616.0, 9602.0, 9613.0, 9591.0, 9626.0, 9603.0, 9629.0, 9635.0, 9646.0, 9633.0, 9627.0, 9615.0, 9628.0, 9603.0, 9646.0, 9600.0, 9617.0, 9584.0, 9602.0, 9584.0, 9602.0, 9627.0, 9604.0, 9645.0, 9620.0, 9615.0, 9621.0, 9618.0, 9618.0, 9643.0, 9607.0, 9644.0, 9600.0, 9614.0, 9585.0, 9588.0, 9624.0, 9584.0, 9624.0, 9609.0, 9605.0, 9583.0, 9611.0, 9610.0, 9603.0, 9625.0, 9589.0, 9626.0, 9598.0, 9619.0, 9610.0, 9625.0, 9594.0, 9594.0, 9567.0, 9584.0, 9605.0, 9598.0, 9646.0, 9614.0, 9627.0, 9615.0, 9628.0, 9600.0, 9629.0, 9610.0, 9620.0, 9626.0, 9590.0, 9625.0, 9616.0, 9627.0, 9613.0, 9628.0, 9613.0, 9613.0, 9592.0, 9601.0, 9594.0, 9585.0, 9625.0, 9612.0, 9625.0, 9615.0, 9627.0, 9615.0, 9628.0, 9616.0, 9618.0, 9598.0, 9605.0, 9599.0, 9587.0, 9625.0, 9605.0, 9642.0, 9618.0, 9625.0, 9618.0, 9626.0, 9613.0, 9629.0, 9601.0, 9613.0, 9587.0, 9605.0, 9628.0, 9607.0, 9642.0, 9631.0, 9640.0, 9630.0, 9640.0, 9634.0, 9651.0, 9638.0, 9649.0, 9624.0, 9648.0, 9618.0, 9652.0, 9617.0, 9616.0, 9602.0, 9617.0, 9595.0, 9604.0, 9629.0, 9606.0, 9627.0, 9607.0, 9639.0, 9629.0, 9643.0, 9632.0, 9643.0, 9633.0, 9645.0, 9618.0, 9649.0, 9622.0, 9632.0, 9605.0, 9633.0, 9601.0, 9616.0, 9601.0, 9604.0, 9613.0, 9601.0, 9595.0, 9589.0, 9616.0, 9606.0, 9647.0, 9610.0, 9629.0, 9607.0, 9628.0, 9622.0, 9651.0, 9633.0, 9649.0, 9635.0, 9644.0, 9633.0, 9645.0, 9621.0, 9634.0, 9604.0, 9629.0, 9599.0, 9633.0, 9619.0, 9619.0, 9601.0, 9603.0, 9583.0, 9602.0, 9630.0, 9603.0, 9625.0, 9602.0, 9628.0, 9613.0, 9629.0, 9627.0, 9626.0, 9614.0, 9623.0, 9614.0, 9609.0, 9613.0, 9628.0, 9603.0, 9629.0, 9582.0, 9611.0, 9595.0, 9613.0, 9611.0, 9602.0, 9595.0, 9599.0, 9598.0, 9589.0, 9615.0, 9608.0, 9631.0, 9604.0, 9642.0, 9614.0, 9621.0, 9617.0, 9629.0, 9586.0, 9610.0, 9598.0, 9612.0, 9599.0, 9621.0, 9602.0, 9605.0, 9602.0, 9620.0, 9605.0, 9620.0, 9633.0, 9634.0, 9611.0, 9606.0, 9627.0, 9606.0, 9647.0, 9614.0, 9626.0, 9616.0, 9623.0, 9616.0, 9629.0, 9606.0, 9630.0, 9600.0, 9627.0, 9602.0, 9629.0, 9603.0, 9635.0, 9614.0, 9601.0, 9586.0, 9600.0, 9596.0, 9587.0, 9640.0, 9601.0, 9646.0, 9612.0, 9629.0, 9614.0, 9630.0, 9601.0, 9633.0, 9616.0, 9634.0, 9589.0, 9601.0, 9628.0, 9593.0, 9666.0, 9606.0, 9648.0, 9645.0, 9648.0, 9642.0, 9647.0, 9621.0, 9645.0, 9619.0, 9645.0, 9623.0, 9647.0, 9639.0, 9647.0, 9636.0, 9647.0, 9635.0, 9646.0, 9619.0, 9650.0, 9618.0, 9613.0, 9618.0, 9631.0, 9620.0, 9647.0, 9625.0, 9656.0, 9626.0, 9637.0, 9620.0, 9622.0, 9645.0, 9610.0, 9646.0, 9618.0, 9636.0, 9597.0, 9625.0, 9600.0, 9616.0, 9614.0, 9597.0, 9596.0, 9601.0, 9624.0, 9598.0, 9625.0, 9613.0, 9623.0, 9596.0, 9626.0, 9594.0, 9616.0, 9597.0, 9602.0, 9594.0, 9584.0, 9620.0, 9611.0, 9640.0, 9601.0, 9625.0, 9596.0, 9609.0, 9596.0, 9612.0, 9594.0, 9616.0, 9615.0, 9600.0, 9609.0, 9598.0, 9636.0, 9613.0, 9640.0, 9615.0, 9624.0, 9585.0, 9628.0, 9594.0, 9629.0, 9614.0, 9618.0, 9601.0, 9600.0, 9585.0, 9600.0, 9612.0, 9605.0, 9655.0, 9616.0, 9625.0, 9602.0, 9623.0, 9612.0, 9628.0, 9602.0, 9623.0, 9584.0, 9607.0, 9592.0, 9611.0, 9597.0, 9612.0, 9597.0, 9596.0, 9579.0, 9581.0, 9607.0, 9598.0, 9612.0, 9595.0, 9593.0, 9586.0, 9617.0, 9582.0, 9622.0, 9594.0, 9607.0, 9591.0, 9603.0, 9578.0, 9607.0, 9597.0, 9610.0, 9595.0, 9594.0, 9580.0, 9585.0, 9591.0, 9599.0, 9640.0, 9599.0, 9635.0, 9609.0, 9620.0, 9592.0, 9627.0, 9595.0, 9608.0, 9577.0, 9580.0, 9581.0, 9603.0, 9612.0, 9600.0, 9628.0, 9600.0, 9624.0, 9615.0, 9645.0, 9631.0, 9643.0, 9630.0, 9628.0, 9633.0, 9644.0, 9639.0, 9648.0, 9619.0, 9634.0, 9603.0, 9636.0, 9622.0, 9639.0, 9623.0, 9634.0, 9601.0, 9619.0, 9635.0, 9621.0, 9618.0, 9623.0, 9612.0, 9607.0, 9645.0, 9618.0, 9641.0, 9616.0, 9639.0, 9630.0, 9645.0, 9618.0, 9642.0, 9611.0, 9622.0, 9608.0, 9624.0, 9584.0, 9621.0, 9595.0, 9606.0, 9593.0, 9624.0, 9602.0, 9623.0, 9584.0, 9607.0, 9579.0, 9609.0, 9580.0, 9611.0, 9592.0, 9595.0, 9577.0, 9592.0, 9576.0, 9595.0, 9611.0, 9597.0, 9578.0, 9585.0, 9606.0, 9584.0, 9637.0, 9596.0, 9607.0, 9581.0, 9606.0, 9598.0, 9626.0, 9598.0, 9621.0, 9599.0, 9605.0, 9594.0, 9621.0, 9613.0, 9620.0, 9608.0, 9617.0, 9608.0, 9623.0, 9615.0, 9639.0, 9601.0, 9620.0, 9594.0, 9618.0, 9595.0, 9626.0, 9597.0, 9611.0, 9582.0, 9595.0, 9581.0, 9601.0, 9610.0, 9612.0, 9596.0, 9599.0, 9592.0, 9598.0, 9640.0, 9599.0, 9623.0, 9598.0, 9616.0, 9591.0, 9618.0, 9606.0, 9620.0, 9610.0, 9603.0, 9595.0, 9605.0, 9612.0, 9623.0, 9610.0, 9615.0, 9594.0, 9605.0, 9591.0, 9626.0, 9597.0, 9612.0, 9586.0, 9609.0, 9574.0, 9595.0, 9595.0, 9593.0, 9578.0, 9580.0, 9591.0, 9579.0, 9634.0, 9579.0, 9606.0, 9593.0, 9605.0, 9591.0, 9604.0, 9580.0, 9601.0, 9590.0, 9593.0, 9573.0, 9583.0, 9610.0, 9596.0, 9622.0, 9599.0, 9624.0, 9613.0, 9640.0, 9618.0, 9642.0, 9615.0, 9620.0, 9612.0, 9619.0, 9601.0, 9642.0, 9599.0, 9624.0, 9580.0, 9608.0, 9579.0, 9600.0, 9610.0, 9596.0, 9592.0, 9578.0, 9617.0, 9593.0, 9619.0, 9607.0, 9624.0, 9577.0, 9607.0, 9611.0, 9620.0, 9610.0, 9621.0, 9631.0, 9643.0, 9604.0, 9626.0, 9598.0, 9627.0, 9598.0, 9610.0, 9607.0, 9593.0, 9615.0, 9574.0, 9597.0, 9569.0, 9595.0, 9553.0, 9584.0, 9568.0, 9554.0, 9552.0, 9554.0, 9576.0, 9557.0, 9596.0, 9586.0, 9581.0, 9588.0, 9599.0, 9588.0, 9608.0, 9582.0, 9606.0, 9569.0, 9608.0, 9593.0, 9607.0, 9591.0, 9600.0, 9596.0, 9597.0, 9608.0, 9581.0, 9621.0, 9612.0, 9624.0, 9593.0, 9620.0, 9591.0, 9605.0, 9609.0, 9610.0, 9592.0, 9592.0, 9591.0, 9592.0, 9606.0, 9595.0, 9620.0, 9595.0, 9604.0, 9590.0, 9604.0, 9582.0, 9627.0, 9594.0, 9605.0, 9592.0, 9605.0, 9580.0, 9611.0, 9594.0, 9597.0, 9595.0, 9595.0, 9603.0, 9592.0, 9620.0, 9596.0, 9602.0, 9588.0, 9601.0, 9590.0, 9622.0, 9577.0, 9602.0, 9576.0, 9604.0, 9574.0, 9606.0, 9575.0, 9590.0, 9560.0, 9593.0, 9590.0, 9593.0, 9620.0, 9594.0, 9621.0, 9594.0, 9604.0, 9608.0, 9624.0, 9578.0, 9609.0, 9580.0, 9608.0, 9579.0, 9610.0, 9598.0, 9614.0, 9582.0, 9602.0, 9606.0, 9601.0, 9639.0, 9613.0, 9639.0, 9616.0, 9627.0, 9610.0, 9644.0, 9600.0, 9631.0, 9581.0, 9614.0, 9579.0, 9597.0, 9623.0, 9610.0, 9606.0, 9583.0, 9619.0, 9600.0, 9624.0, 9613.0, 9622.0, 9610.0, 9622.0, 9594.0, 9624.0, 9600.0, 9625.0, 9597.0, 9610.0, 9579.0, 9609.0, 9606.0, 9592.0, 9590.0, 9577.0, 9586.0, 9579.0, 9633.0, 9609.0, 9619.0, 9606.0, 9615.0, 9590.0, 9622.0, 9611.0, 9623.0, 9579.0, 9609.0, 9574.0, 9594.0, 9606.0, 9595.0, 9619.0, 9577.0, 9612.0, 9591.0, 9620.0, 9591.0, 9602.0, 9591.0, 9595.0, 9572.0, 9602.0, 9590.0, 9610.0, 9589.0, 9594.0, 9562.0, 9591.0, 9604.0, 9585.0, 9618.0, 9596.0, 9616.0, 9593.0, 9603.0, 9589.0, 9621.0, 9595.0, 9619.0, 9577.0, 9604.0, 9575.0, 9607.0, 9590.0, 9589.0, 9587.0, 9576.0, 9586.0, 9574.0, 9618.0, 9578.0, 9603.0, 9574.0, 9597.0, 9559.0, 9600.0, 9574.0, 9586.0, 9571.0, 9573.0, 9570.0, 9577.0, 9617.0, 9577.0, 9601.0, 9580.0, 9602.0, 9584.0, 9618.0, 9595.0, 9605.0, 9580.0, 9617.0, 9580.0, 9617.0, 9572.0, 9601.0, 9567.0, 9583.0, 9552.0, 9588.0, 9571.0, 9571.0, 9569.0, 9556.0, 9594.0, 9552.0, 9598.0, 9575.0, 9597.0, 9559.0, 9596.0, 9571.0, 9599.0, 9561.0, 9603.0, 9565.0, 9602.0, 9564.0, 9622.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.00477001867413632</td></tr>
<tr><td colspan=3>aqi</td><td>0.027956954154995335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.32553527682245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.303598701046728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.061567301990654</td></tr>
<tr><td colspan=3>efc</td><td>0.4584</td></tr>
<tr><td colspan=3>fber</td><td>6785.1406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08863898331118575</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2138188608776843</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4012562124037657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.356173034733548</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.526091939773275</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321503662704474</td></tr>
<tr><td colspan=3>gcor</td><td>0.00505704</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01215048786252737</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02333826571702957</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.058440904993905</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>28.0533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5698</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.3325</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.0561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7701</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.1167</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3599.7434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.8065</td></tr>
<tr><td colspan=3>tsnr</td><td>39.82610156375449</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>