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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:52:49.897500</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.993042, -0.112431, 0.0350243, 0.11367, 0.992879, -0.0356421]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0815919</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7781, -7226, 272, -125, -267, -100, 10]</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>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed66c87a-35b9-40d3-927d-978173890e35||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.664259433746338, 0.30496710538864136, 0.08307254314422607, 83.11073303222656], [0.3016439378261566, 2.6638219356536865, -0.10631334781646729, -117.30669403076172], [0.09396760910749435, 0.09562518447637558, 2.696626901626587, -111.22736358642578], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['155249.897500', '155250.357500', '155250.817500', '155251.277500', '155251.737500', '155252.197500', '155252.657500', '155253.117500', '155253.577500', '155254.037500', '155254.497500', '155254.957500', '155255.417500', '155255.877500', '155256.337500', '155256.797500', '155257.257500', '155257.717500', '155258.177500', '155258.637500', '155259.097500', '155259.557500', '155300.017500', '155300.477500', '155300.937500', '155301.397500', '155301.857500', '155302.317500', '155302.777500', '155303.237500', '155303.697500', '155304.157500', '155304.617500', '155305.077500', '155305.537500', '155305.997500', '155306.457500', '155306.917500', '155307.377500', '155307.837500', '155308.297500', '155308.757500', '155309.217500', '155309.677500', '155310.137500', '155310.597500', '155311.057500', '155311.517500', '155311.977500', '155312.437500', '155312.897500', '155313.357500', '155313.817500', '155314.277500', '155314.737500', '155315.197500', '155315.657500', '155316.117500', '155316.577500', '155317.037500', '155317.497500', '155317.957500', '155318.417500', '155318.877500', '155319.337500', '155319.797500', '155320.257500', '155320.717500', '155321.177500', '155321.637500', '155322.097500', '155322.557500', '155323.017500', '155323.477500', '155323.937500', '155324.397500', '155324.857500', '155325.317500', '155325.777500', '155326.237500', '155326.697500', '155327.157500', '155327.617500', '155328.077500', '155328.537500', '155328.997500', '155329.457500', '155329.917500', '155330.377500', '155330.837500', '155331.297500', '155331.757500', '155332.217500', '155332.677500', '155333.137500', '155333.597500', '155334.057500', '155334.517500', '155334.977500', '155335.437500', '155335.897500', '155336.357500', '155336.817500', '155337.277500', '155337.737500', '155338.197500', '155338.657500', '155339.117500', '155339.577500', '155340.037500', '155340.497500', '155340.957500', '155341.417500', '155341.877500', '155342.337500', '155342.797500', '155343.257500', '155343.717500', '155344.177500', '155344.637500', '155345.097500', '155345.557500', '155346.017500', '155346.477500', '155346.937500', '155347.397500', '155347.857500', '155348.317500', '155348.777500', '155349.237500', '155349.697500', '155350.157500', '155350.617500', '155351.077500', '155351.537500', '155351.997500', '155352.457500', '155352.917500', '155353.377500', '155353.837500', '155354.297500', '155354.757500', '155355.217500', '155355.677500', '155356.137500', '155356.597500', '155357.057500', '155357.517500', '155357.977500', '155358.437500', '155358.897500', '155359.357500', '155359.817500', '155400.277500', '155400.737500', '155401.197500', '155401.657500', '155402.117500', '155402.577500', '155403.037500', '155403.497500', '155403.957500', '155404.417500', '155404.877500', '155405.337500', '155405.797500', '155406.257500', '155406.717500', '155407.177500', '155407.637500', '155408.097500', '155408.557500', '155409.017500', '155409.477500', '155409.937500', '155410.397500', '155410.857500', '155411.317500', '155411.777500', '155412.237500', '155412.697500', '155413.157500', '155413.617500', '155414.077500', '155414.537500', '155414.997500', '155415.457500', '155415.917500', '155416.377500', '155416.837500', '155417.297500', '155417.757500', '155418.217500', '155418.677500', '155419.137500', '155419.597500', '155420.057500', '155420.517500', '155420.977500', '155421.437500', '155421.897500', '155422.357500', '155422.817500', '155423.277500', '155423.737500', '155424.197500', '155424.657500', '155425.117500', '155425.577500', '155426.037500', '155426.497500', '155426.957500', '155427.417500', '155427.877500', '155428.337500', '155428.797500', '155429.257500', '155429.717500', '155430.177500', '155430.637500', '155431.097500', '155431.557500', '155432.017500', '155432.477500', '155432.937500', '155433.397500', '155433.857500', '155434.317500', '155434.777500', '155435.237500', '155435.697500', '155436.157500', '155436.617500', '155437.077500', '155437.537500', '155437.997500', '155438.457500', '155438.917500', '155439.377500', '155439.837500', '155440.297500', '155440.757500', '155441.217500', '155441.677500', '155442.137500', '155442.597500', '155443.057500', '155443.517500', '155443.977500', '155444.437500', '155444.897500', '155445.357500', '155445.817500', '155446.277500', '155446.737500', '155447.197500', '155447.657500', '155448.117500', '155448.577500', '155449.037500', '155449.497500', '155449.957500', '155450.417500', '155450.877500', '155451.337500', '155451.797500', '155452.257500', '155452.717500', '155453.177500', '155453.637500', '155454.097500', '155454.557500', '155455.017500', '155455.477500', '155455.937500', '155456.397500', '155456.857500', '155457.317500', '155457.777500', '155458.237500', '155458.697500', '155459.157500', '155459.617500', '155500.077500', '155500.537500', '155500.997500', '155501.457500', '155501.917500', '155502.377500', '155502.837500', '155503.297500', '155503.757500', '155504.217500', '155504.677500', '155505.137500', '155505.597500', '155506.057500', '155506.517500', '155506.977500', '155507.437500', '155507.897500', '155508.357500', '155508.817500', '155509.277500', '155509.737500', '155510.197500', '155510.657500', '155511.117500', '155511.577500', '155512.037500', '155512.497500', '155512.957500', '155513.417500', '155513.877500', '155514.337500', '155514.797500', '155515.257500', '155515.717500', '155516.177500', '155516.637500', '155517.097500', '155517.557500', '155518.017500', '155518.477500', '155518.937500', '155519.397500', '155519.857500', '155520.317500', '155520.777500', '155521.237500', '155521.697500', '155522.157500', '155522.617500', '155523.077500', '155523.537500', '155523.997500', '155524.457500', '155524.917500', '155525.377500', '155525.837500', '155526.297500', '155526.757500', '155527.217500', '155527.677500', '155528.137500', '155528.597500', '155529.057500', '155529.517500', '155529.977500', '155530.437500', '155530.897500', '155531.357500', '155531.817500', '155532.277500', '155532.737500', '155533.197500', '155533.657500', '155534.117500', '155534.577500', '155535.037500', '155535.497500', '155535.957500', '155536.417500', '155536.877500', '155537.337500', '155537.797500', '155538.257500', '155538.717500', '155539.177500', '155539.637500', '155540.097500', '155540.557500', '155541.017500', '155541.477500', '155541.937500', '155542.397500', '155542.857500', '155543.317500', '155543.777500', '155544.237500', '155544.697500', '155545.157500', '155545.617500', '155546.077500', '155546.537500', '155546.997500', '155547.457500', '155547.917500', '155548.377500', '155548.837500', '155549.297500', '155549.757500', '155550.217500', '155550.677500', '155551.137500', '155551.597500', '155552.057500', '155552.517500', '155552.977500', '155553.437500', '155553.897500', '155554.357500', '155554.817500', '155555.277500', '155555.737500', '155556.197500', '155556.657500', '155557.117500', '155557.577500', '155558.037500', '155558.497500', '155558.957500', '155559.417500', '155559.877500', '155600.337500', '155600.797500', '155601.257500', '155601.717500', '155602.177500', '155602.637500', '155603.097500', '155603.557500', '155604.017500', '155604.477500', '155604.937500', '155605.397500', '155605.857500', '155606.317500', '155606.777500', '155607.237500', '155607.697500', '155608.157500', '155608.617500', '155609.077500', '155609.537500', '155609.997500', '155610.457500', '155610.917500', '155611.377500', '155611.837500', '155612.297500', '155612.757500', '155613.217500', '155613.677500', '155614.137500', '155614.597500', '155615.057500', '155615.517500', '155615.977500', '155616.437500', '155616.897500', '155617.357500', '155617.817500', '155618.277500', '155618.737500', '155619.197500', '155619.657500', '155620.117500', '155620.577500', '155621.037500', '155621.497500', '155621.957500', '155622.417500', '155622.877500', '155623.337500', '155623.797500', '155624.257500', '155624.717500', '155625.177500', '155625.637500', '155626.097500', '155626.557500', '155627.017500', '155627.477500', '155627.937500', '155628.397500', '155628.857500', '155629.317500', '155629.777500', '155630.237500', '155630.697500', '155631.157500', '155631.617500', '155632.077500', '155632.537500', '155632.997500', '155633.457500', '155633.917500', '155634.377500', '155634.837500', '155635.297500', '155635.757500', '155636.217500', '155636.677500', '155637.137500', '155637.597500', '155638.057500', '155638.517500', '155638.977500', '155639.437500', '155639.897500', '155640.357500', '155640.817500', '155641.277500', '155641.737500', '155642.197500', '155642.657500', '155643.117500', '155643.577500', '155644.037500', '155644.497500', '155644.957500', '155645.417500', '155645.877500', '155646.337500', '155646.797500', '155647.257500', '155647.717500', '155648.177500', '155648.637500', '155649.097500', '155649.557500', '155650.017500', '155650.477500', '155650.937500', '155651.397500', '155651.857500', '155652.317500', '155652.777500', '155653.237500', '155653.697500', '155654.157500', '155654.617500', '155655.077500', '155655.537500', '155655.997500', '155656.457500', '155656.917500', '155657.377500', '155657.837500', '155658.297500', '155658.757500', '155659.217500', '155659.677500', '155700.137500', '155700.597500', '155701.057500', '155701.517500', '155701.977500', '155702.437500', '155702.897500', '155703.357500', '155703.817500', '155704.277500', '155704.737500', '155705.197500', '155705.657500', '155706.117500', '155706.577500', '155707.037500', '155707.497500', '155707.957500', '155708.417500', '155708.877500', '155709.337500', '155709.797500', '155710.257500', '155710.717500', '155711.177500', '155711.637500', '155712.097500', '155712.557500', '155713.017500', '155713.477500', '155713.937500', '155714.397500', '155714.857500', '155715.317500', '155715.777500', '155716.237500', '155716.697500', '155717.157500', '155717.617500', '155718.077500', '155718.537500', '155718.997500', '155719.457500', '155719.917500', '155720.377500', '155720.837500', '155721.297500', '155721.757500', '155722.217500', '155722.677500', '155723.137500', '155723.597500', '155724.057500', '155724.517500', '155724.977500', '155725.437500', '155725.897500', '155726.357500', '155726.817500', '155727.277500', '155727.737500', '155728.197500', '155728.657500', '155729.117500', '155729.577500', '155730.037500', '155730.497500', '155730.957500', '155731.417500', '155731.877500', '155732.337500', '155732.797500', '155733.257500', '155733.717500', '155734.177500', '155734.637500', '155735.097500', '155735.557500', '155736.017500', '155736.477500', '155736.937500', '155737.397500', '155737.857500', '155738.317500', '155738.777500', '155739.237500', '155739.697500', '155740.157500', '155740.617500', '155741.077500', '155741.537500', '155741.997500', '155742.457500', '155742.917500', '155743.377500', '155743.837500', '155744.297500', '155744.757500', '155745.217500', '155745.677500', '155746.137500', '155746.597500', '155747.057500', '155747.517500', '155747.977500', '155748.437500', '155748.897500', '155749.357500', '155749.817500', '155750.277500', '155750.737500', '155751.197500', '155751.657500', '155752.117500', '155752.577500', '155753.037500', '155753.497500', '155753.957500', '155754.417500', '155754.877500', '155755.337500', '155755.797500', '155756.257500', '155756.717500', '155757.177500', '155757.637500', '155758.097500', '155758.557500', '155759.017500', '155759.477500', '155759.937500', '155800.397500', '155800.857500', '155801.317500', '155801.777500', '155802.237500', '155802.697500', '155803.157500', '155803.617500', '155804.077500', '155804.537500', '155804.997500', '155805.457500', '155805.917500', '155806.377500', '155806.837500', '155807.297500', '155807.757500', '155808.217500', '155808.677500', '155809.137500', '155809.597500', '155810.057500', '155810.517500', '155810.977500', '155811.437500', '155811.897500', '155812.357500', '155812.817500', '155813.277500', '155813.737500', '155814.197500', '155814.657500', '155815.117500', '155815.577500', '155816.037500', '155816.497500', '155816.957500', '155817.417500', '155817.877500', '155818.337500', '155818.797500', '155819.257500', '155819.717500', '155820.177500', '155820.637500', '155821.097500', '155821.557500', '155822.017500', '155822.477500', '155822.937500', '155823.397500', '155823.857500', '155824.317500', '155824.777500', '155825.237500', '155825.697500', '155826.157500', '155826.617500', '155827.077500', '155827.537500', '155827.997500', '155828.457500', '155828.917500', '155829.377500', '155829.837500', '155830.297500', '155830.757500', '155831.217500', '155831.677500', '155832.137500', '155832.597500', '155833.057500', '155833.517500', '155833.977500', '155834.437500', '155834.897500', '155835.357500', '155835.817500', '155836.277500', '155836.737500', '155837.197500', '155837.657500', '155838.117500', '155838.577500', '155839.037500', '155839.497500', '155839.957500', '155840.417500', '155840.877500', '155841.337500', '155841.797500', '155842.257500', '155842.717500', '155843.177500', '155843.637500', '155844.097500', '155844.557500', '155845.017500', '155845.477500', '155845.937500', '155846.397500', '155846.857500', '155847.317500', '155847.777500', '155848.237500', '155848.697500', '155849.157500', '155849.617500', '155850.077500', '155850.537500', '155850.997500', '155851.457500', '155851.917500', '155852.377500', '155852.837500', '155853.297500', '155853.757500', '155854.217500', '155854.677500', '155855.137500', '155855.597500', '155856.057500', '155856.517500', '155856.977500', '155857.437500', '155857.897500', '155858.357500', '155858.817500', '155859.277500', '155859.737500', '155900.197500', '155900.657500', '155901.117500', '155901.577500', '155902.037500', '155902.497500', '155902.957500', '155903.417500', '155903.877500', '155904.337500', '155904.797500', '155905.257500', '155905.717500', '155906.177500', '155906.637500', '155907.097500', '155907.557500', '155908.017500', '155908.477500', '155908.937500', '155909.397500', '155909.857500', '155910.317500', '155910.777500', '155911.237500', '155911.697500', '155912.157500', '155912.617500', '155913.077500', '155913.537500', '155913.997500', '155914.457500', '155914.917500', '155915.377500', '155915.837500', '155916.297500', '155916.757500', '155917.217500', '155917.677500', '155918.137500', '155918.597500', '155919.057500', '155919.517500', '155919.977500', '155920.437500', '155920.897500', '155921.357500', '155921.817500', '155922.277500', '155922.737500', '155923.197500', '155923.657500', '155924.117500', '155924.577500', '155925.037500', '155925.497500', '155925.957500', '155926.417500', '155926.877500', '155927.337500', '155927.797500', '155928.257500', '155928.717500', '155929.177500', '155929.637500', '155930.097500', '155930.557500', '155931.017500', '155931.477500', '155931.937500', '155932.397500', '155932.857500', '155933.317500', '155933.777500', '155934.237500', '155934.697500', '155935.157500', '155935.617500', '155936.077500', '155936.537500', '155936.997500', '155937.457500', '155937.917500', '155938.377500', '155938.837500', '155939.297500', '155939.757500', '155940.217500', '155940.677500', '155941.137500', '155941.597500', '155942.057500', '155942.517500', '155942.977500', '155943.437500', '155943.897500', '155944.357500', '155944.817500', '155945.277500', '155945.737500', '155946.197500', '155946.657500', '155947.117500', '155947.577500', '155948.037500', '155948.497500', '155948.957500', '155949.417500', '155949.877500', '155950.337500', '155950.797500', '155951.257500', '155951.717500', '155952.177500', '155952.637500', '155953.097500', '155953.557500', '155954.017500', '155954.477500', '155954.937500', '155955.397500', '155955.857500', '155956.317500', '155956.777500', '155957.237500', '155957.697500', '155958.157500', '155958.617500', '155959.077500', '155959.537500', '155959.997500', '160000.457500', '160000.917500', '160001.377500', '160001.837500', '160002.297500', '160002.757500', '160003.217500', '160003.677500', '160004.137500', '160004.597500', '160005.057500', '160005.517500', '160005.977500', '160006.437500', '160006.897500', '160007.357500', '160007.817500', '160008.277500', '160008.737500', '160009.197500', '160009.657500', '160010.117500', '160010.577500', '160011.037500', '160011.497500', '160011.957500', '160012.417500', '160012.877500', '160013.337500', '160013.797500', '160014.257500', '160014.717500', '160015.177500', '160015.637500', '160016.097500', '160016.557500', '160017.017500', '160017.477500', '160017.937500', '160018.397500', '160018.857500', '160019.317500', '160019.777500', '160020.237500', '160020.697500', '160021.157500', '160021.617500', '160022.077500', '160022.537500', '160022.997500', '160023.457500', '160023.917500', '160024.377500', '160024.837500', '160025.297500', '160025.757500', '160026.217500', '160026.677500', '160027.137500', '160027.597500', '160028.057500', '160028.517500', '160028.977500', '160029.437500', '160029.897500', '160030.357500', '160030.817500', '160031.277500', '160031.737500', '160032.197500', '160032.657500', '160033.117500', '160033.577500', '160034.037500', '160034.497500', '160034.957500', '160035.417500', '160035.877500', '160036.337500', '160036.797500', '160037.257500', '160037.717500', '160038.177500', '160038.637500', '160039.097500', '160039.557500', '160040.017500', '160040.477500', '160040.937500', '160041.397500', '160041.857500', '160042.317500', '160042.777500', '160043.237500', '160043.697500', '160044.157500', '160044.617500', '160045.077500', '160045.537500', '160045.997500', '160046.457500', '160046.917500', '160047.377500', '160047.837500', '160048.297500', '160048.757500', '160049.217500', '160049.677500', '160050.137500', '160050.597500', '160051.057500', '160051.517500', '160051.977500', '160052.437500', '160052.897500', '160053.357500', '160053.817500', '160054.277500', '160054.737500', '160055.197500', '160055.657500', '160056.117500', '160056.577500', '160057.037500', '160057.497500', '160057.957500', '160058.417500', '160058.877500', '160059.337500'], 'ContentTime': ['155317.621000', '155317.624000', '155317.627000', '155317.629000', '155317.632000', '155317.635000', '155317.637000', '155317.640000', '155317.642000', '155317.645000', '155317.648000', '155317.650000', '155317.653000', '155317.655000', '155317.658000', '155317.661000', '155317.664000', '155317.666000', '155317.669000', '155317.678000', '155317.681000', '155317.684000', '155317.686000', '155317.689000', '155317.691000', '155317.694000', '155317.697000', '155317.708000', '155317.710000', '155317.713000', '155317.716000', '155317.718000', '155317.721000', '155317.723000', '155317.726000', '155317.729000', '155317.731000', '155317.734000', '155317.736000', '155317.739000', '155317.742000', '155317.744000', '155317.747000', '155317.749000', '155317.752000', '155317.755000', '155317.757000', '155317.760000', '155317.762000', '155317.765000', '155317.767000', '155317.770000', '155317.782000', '155317.784000', '155317.787000', '155317.789000', '155317.792000', '155337.593000', '155337.596000', '155337.599000', '155337.601000', '155337.604000', '155337.607000', '155337.609000', '155337.612000', '155337.614000', '155337.623000', '155337.625000', '155337.628000', '155337.631000', '155337.633000', '155337.636000', '155337.638000', '155337.641000', '155337.644000', '155337.646000', '155337.649000', '155337.652000', '155337.654000', '155337.657000', '155337.659000', '155337.662000', '155337.664000', '155337.667000', '155337.670000', '155337.672000', '155337.675000', '155337.678000', '155337.680000', '155337.683000', '155337.685000', '155337.688000', '155337.690000', '155337.693000', '155337.696000', '155337.698000', '155337.701000', '155337.703000', '155337.706000', '155337.709000', '155337.711000', '155357.595000', '155357.597000', '155357.600000', '155357.603000', '155357.605000', '155357.608000', '155357.610000', '155357.613000', '155357.615000', '155357.618000', '155357.621000', '155357.623000', '155357.626000', '155357.629000', '155357.631000', '155357.634000', '155357.636000', '155357.639000', '155357.642000', '155357.644000', '155357.647000', '155357.649000', '155357.652000', '155357.654000', '155357.657000', '155357.660000', '155357.662000', '155357.665000', '155357.668000', '155357.671000', '155357.674000', '155357.677000', '155357.679000', '155357.682000', '155357.685000', '155357.687000', '155357.690000', '155357.692000', '155357.695000', '155357.698000', '155357.700000', '155357.703000', '155357.705000', '155417.595000', '155417.597000', '155417.600000', '155417.602000', '155417.605000', '155417.608000', '155417.610000', '155417.613000', '155417.615000', '155417.618000', '155417.621000', '155417.623000', '155417.626000', '155417.629000', '155417.631000', '155417.634000', '155417.637000', '155417.639000', '155417.642000', '155417.644000', '155417.647000', '155417.649000', '155417.652000', '155417.655000', '155417.657000', '155417.660000', '155417.663000', '155417.665000', '155417.668000', '155417.670000', '155417.673000', '155417.676000', '155417.678000', '155417.681000', '155417.683000', '155417.686000', '155417.689000', '155417.691000', '155417.694000', '155417.696000', '155417.699000', '155417.702000', '155417.704000', '155417.707000', '155437.594000', '155437.597000', '155437.600000', '155437.602000', '155437.605000', '155437.608000', '155437.610000', '155437.613000', '155437.615000', '155437.618000', '155437.621000', '155437.623000', '155437.626000', '155437.638000', '155437.641000', '155437.644000', '155437.646000', '155437.649000', '155437.652000', '155437.654000', '155437.657000', '155437.659000', '155437.662000', '155437.665000', '155437.667000', '155437.670000', '155437.672000', '155437.675000', '155437.678000', '155437.680000', '155437.683000', '155437.685000', '155437.688000', '155437.691000', '155437.693000', '155437.696000', '155437.698000', '155437.701000', '155437.704000', '155437.706000', '155437.709000', '155437.712000', '155437.715000', '155457.594000', '155457.597000', '155457.600000', '155457.602000', '155457.605000', '155457.608000', '155457.610000', '155457.613000', '155457.616000', '155457.645000', '155457.648000', '155457.650000', '155457.653000', '155457.655000', '155457.658000', '155457.661000', '155457.663000', '155457.666000', '155457.668000', '155457.671000', '155457.674000', '155457.676000', '155457.679000', '155457.682000', '155457.684000', '155457.687000', '155457.689000', '155457.692000', '155457.695000', '155457.697000', '155457.700000', '155457.702000', '155457.705000', '155457.708000', '155457.710000', '155457.713000', '155457.715000', '155457.718000', '155457.721000', '155457.723000', '155457.726000', '155457.728000', '155457.731000', '155457.734000', '155517.593000', '155517.596000', '155517.599000', '155517.602000', '155517.604000', '155517.607000', '155517.609000', '155517.612000', '155517.615000', '155517.617000', '155517.620000', '155517.622000', '155517.625000', '155517.628000', '155517.630000', '155517.633000', '155517.636000', '155517.638000', '155517.641000', '155517.643000', '155517.646000', '155517.649000', '155517.651000', '155517.654000', '155517.656000', '155517.659000', '155517.662000', '155517.664000', '155517.667000', '155517.669000', '155517.672000', '155517.675000', '155517.677000', '155517.680000', '155517.683000', '155517.685000', '155517.688000', '155517.690000', '155517.693000', '155517.695000', '155517.698000', '155517.701000', '155517.703000', '155537.594000', '155537.596000', '155537.599000', '155537.602000', '155537.608000', '155537.610000', '155537.613000', '155537.615000', '155537.618000', '155537.621000', '155537.623000', '155537.626000', '155537.629000', '155537.631000', '155537.634000', '155537.636000', '155537.639000', '155537.642000', '155537.644000', '155537.647000', '155537.649000', '155537.652000', '155537.655000', '155537.657000', '155537.660000', '155537.662000', '155537.665000', '155537.667000', '155537.670000', '155537.673000', '155537.675000', '155537.678000', '155537.681000', '155537.683000', '155537.686000', '155537.689000', '155537.691000', '155537.694000', '155537.696000', '155537.699000', '155537.702000', '155537.704000', '155537.707000', '155537.710000', '155557.594000', '155557.596000', '155557.599000', '155557.602000', '155557.604000', '155557.607000', '155557.609000', '155557.612000', '155557.615000', '155557.617000', '155557.620000', '155557.622000', '155557.625000', '155557.628000', '155557.630000', '155557.633000', '155557.635000', '155557.638000', '155557.641000', '155557.643000', '155557.646000', '155557.648000', '155557.651000', '155557.654000', '155557.656000', '155557.659000', '155557.661000', '155557.664000', '155557.667000', '155557.669000', '155557.672000', '155557.674000', '155557.677000', '155557.680000', '155557.682000', '155557.685000', '155557.688000', '155557.690000', '155557.693000', '155557.695000', '155557.698000', '155557.701000', '155557.703000', '155617.595000', '155617.598000', '155617.600000', '155617.603000', '155617.605000', '155617.608000', '155617.611000', '155617.613000', '155617.616000', '155617.618000', '155617.621000', '155617.624000', '155617.626000', '155617.629000', '155617.631000', '155617.634000', '155617.637000', '155617.639000', '155617.642000', '155617.644000', '155617.647000', '155617.650000', '155617.652000', '155617.655000', '155617.658000', '155617.660000', '155617.663000', '155617.665000', '155617.668000', '155617.671000', '155617.673000', '155617.676000', '155617.678000', '155617.681000', '155617.684000', '155617.686000', '155617.689000', '155617.692000', '155617.694000', '155617.697000', '155617.699000', '155617.702000', '155617.705000', '155617.707000', '155637.595000', '155637.597000', '155637.600000', '155637.603000', '155637.617000', '155637.620000', '155637.623000', '155637.625000', '155637.628000', '155637.630000', '155637.633000', '155637.636000', '155637.638000', '155637.641000', '155637.644000', '155637.646000', '155637.649000', '155637.651000', '155637.654000', '155637.657000', '155637.659000', '155637.662000', '155637.666000', '155637.669000', '155637.671000', '155637.674000', '155637.677000', '155637.679000', '155637.682000', '155637.685000', '155637.687000', '155637.690000', '155637.693000', '155637.695000', '155637.698000', '155637.701000', '155637.703000', '155637.706000', '155637.708000', '155637.711000', '155637.714000', '155637.716000', '155637.719000', '155657.594000', '155657.597000', '155657.600000', '155657.603000', '155657.605000', '155657.608000', '155657.611000', '155657.614000', '155657.616000', '155657.619000', '155657.622000', '155657.624000', '155657.627000', '155657.629000', '155657.632000', '155657.635000', '155657.637000', '155657.640000', '155657.643000', '155657.645000', '155657.648000', '155657.651000', '155657.653000', '155657.656000', '155657.658000', '155657.661000', '155657.664000', '155657.666000', '155657.669000', '155657.672000', '155657.674000', '155657.677000', '155657.679000', '155657.682000', '155657.685000', '155657.687000', '155657.690000', '155657.693000', '155657.695000', '155657.698000', '155657.700000', '155657.703000', '155657.706000', '155657.708000', '155717.595000', '155717.597000', '155717.600000', '155717.603000', '155717.605000', '155717.608000', '155717.610000', '155717.613000', '155717.616000', '155717.618000', '155717.621000', '155717.623000', '155717.626000', '155717.629000', '155717.631000', '155717.634000', '155717.636000', '155717.639000', '155717.642000', '155717.644000', '155717.647000', '155717.649000', '155717.652000', '155717.655000', '155717.657000', '155717.660000', '155717.662000', '155717.665000', '155717.668000', '155717.670000', '155717.673000', '155717.676000', '155717.678000', '155717.681000', '155717.683000', '155717.686000', '155717.689000', '155717.691000', '155717.694000', '155717.696000', '155717.699000', '155717.702000', '155717.704000', '155737.594000', '155737.596000', '155737.599000', '155737.602000', '155737.604000', '155737.607000', '155737.609000', '155737.612000', '155737.615000', '155737.617000', '155737.620000', '155737.623000', '155737.625000', '155737.628000', '155737.631000', '155737.633000', '155737.636000', '155737.639000', '155737.641000', '155737.644000', '155737.646000', '155737.649000', '155737.652000', '155737.654000', '155737.657000', '155737.660000', '155737.662000', '155737.665000', '155737.667000', '155737.670000', '155737.673000', '155737.675000', '155737.678000', '155737.681000', '155737.683000', '155737.686000', '155737.689000', '155737.691000', '155737.694000', '155737.696000', '155737.699000', '155737.702000', '155737.704000', '155757.594000', '155757.597000', '155757.599000', '155757.602000', '155757.604000', '155757.607000', '155757.610000', '155757.612000', '155757.615000', '155757.618000', '155757.620000', '155757.623000', '155757.625000', '155757.628000', '155757.630000', '155757.633000', '155757.650000', '155757.653000', '155757.656000', '155757.658000', '155757.661000', '155757.663000', '155757.666000', '155757.669000', '155757.671000', '155757.674000', '155757.676000', '155757.679000', '155757.682000', '155757.684000', '155757.687000', '155757.690000', '155757.692000', '155757.695000', '155757.697000', '155757.700000', '155757.703000', '155757.705000', '155757.708000', '155757.710000', '155757.713000', '155757.716000', '155757.718000', '155757.721000', '155817.594000', '155817.597000', '155817.599000', '155817.602000', '155817.604000', '155817.607000', '155817.610000', '155817.612000', '155817.615000', '155817.618000', '155817.620000', '155817.623000', '155817.625000', '155817.628000', '155817.631000', '155817.635000', '155817.638000', '155817.640000', '155817.643000', '155817.646000', '155817.648000', '155817.651000', '155817.654000', '155817.656000', '155817.659000', '155817.673000', '155817.676000', '155817.679000', '155817.681000', '155817.684000', '155817.687000', '155817.689000', '155817.692000', '155817.694000', '155817.697000', '155817.700000', '155817.702000', '155817.705000', '155817.707000', '155817.710000', '155817.712000', '155817.715000', '155817.718000', '155837.595000', '155837.597000', '155837.600000', '155837.603000', '155837.605000', '155837.608000', '155837.611000', '155837.613000', '155837.616000', '155837.618000', '155837.621000', '155837.624000', '155837.626000', '155837.629000', '155837.631000', '155837.634000', '155837.637000', '155837.639000', '155837.642000', '155837.644000', '155837.647000', '155837.649000', '155837.652000', '155837.655000', '155837.657000', '155837.660000', '155837.663000', '155837.665000', '155837.668000', '155837.670000', '155837.673000', '155837.676000', '155837.678000', '155837.681000', '155837.684000', '155837.686000', '155837.689000', '155837.691000', '155837.694000', '155837.697000', '155837.699000', '155837.702000', '155837.704000', '155837.707000', '155857.595000', '155857.597000', '155857.600000', '155857.603000', '155857.605000', '155857.608000', '155857.610000', '155857.613000', '155857.616000', '155857.618000', '155857.621000', '155857.623000', '155857.626000', '155857.629000', '155857.631000', '155857.634000', '155857.637000', '155857.639000', '155857.642000', '155857.644000', '155857.647000', '155857.649000', '155857.652000', '155857.655000', '155857.657000', '155857.660000', '155857.662000', '155857.665000', '155857.668000', '155857.670000', '155857.673000', '155857.675000', '155857.678000', '155857.681000', '155857.683000', '155857.686000', '155857.689000', '155857.691000', '155857.694000', '155857.697000', '155857.699000', '155857.702000', '155857.705000', '155857.707000', '155917.595000', '155917.597000', '155917.600000', '155917.603000', '155917.605000', '155917.608000', '155917.611000', '155917.613000', '155917.616000', '155917.618000', '155917.621000', '155917.624000', '155917.626000', '155917.629000', '155917.632000', '155917.634000', '155917.637000', '155917.639000', '155917.642000', '155917.644000', '155917.647000', '155917.650000', '155917.652000', '155917.655000', '155917.658000', '155917.670000', '155917.673000', '155917.676000', '155917.678000', '155917.681000', '155917.683000', '155917.686000', '155917.689000', '155917.692000', '155917.694000', '155917.697000', '155917.699000', '155917.702000', '155917.705000', '155917.707000', '155917.710000', '155917.713000', '155917.715000', '155937.594000', '155937.597000', '155937.600000', '155937.603000', '155937.605000', '155937.608000', '155937.611000', '155937.613000', '155937.616000', '155937.618000', '155937.621000', '155937.624000', '155937.626000', '155937.630000', '155937.633000', '155937.635000', '155937.638000', '155937.641000', '155937.643000', '155937.646000', '155937.648000', '155937.651000', '155937.654000', '155937.656000', '155937.659000', '155937.661000', '155937.664000', '155937.667000', '155937.669000', '155937.672000', '155937.674000', '155937.677000', '155937.680000', '155937.682000', '155937.685000', '155937.688000', '155937.690000', '155937.693000', '155937.696000', '155937.698000', '155937.701000', '155937.703000', '155937.706000', '155957.594000', '155957.596000', '155957.599000', '155957.602000', '155957.604000', '155957.607000', '155957.610000', '155957.612000', '155957.615000', '155957.617000', '155957.620000', '155957.623000', '155957.625000', '155957.628000', '155957.631000', '155957.633000', '155957.636000', '155957.638000', '155957.641000', '155957.644000', '155957.646000', '155957.649000', '155957.651000', '155957.654000', '155957.656000', '155957.659000', '155957.662000', '155957.664000', '155957.667000', '155957.670000', '155957.672000', '155957.675000', '155957.678000', '155957.680000', '155957.683000', '155957.685000', '155957.688000', '155957.691000', '155957.693000', '155957.696000', '155957.698000', '155957.701000', '155957.704000', '155957.706000', '160017.594000', '160017.596000', '160017.599000', '160017.602000', '160017.604000', '160017.607000', '160017.609000', '160017.612000', '160017.615000', '160017.617000', '160017.620000', '160017.622000', '160017.625000', '160017.628000', '160017.630000', '160017.633000', '160017.636000', '160017.638000', '160017.641000', '160017.644000', '160017.646000', '160017.649000', '160017.651000', '160017.654000', '160017.657000', '160017.659000', '160017.662000', '160017.665000', '160017.667000', '160017.670000', '160017.673000', '160017.675000', '160017.678000', '160017.681000', '160017.683000', '160017.686000', '160017.689000', '160017.692000', '160017.694000', '160017.697000', '160017.700000', '160017.702000', '160017.705000', '160037.594000', '160037.597000', '160037.599000', '160037.602000', '160037.605000', '160037.607000', '160037.610000', '160037.612000', '160037.615000', '160037.618000', '160037.620000', '160037.623000', '160037.625000', '160037.628000', '160037.631000', '160037.633000', '160037.636000', '160037.639000', '160037.641000', '160037.644000', '160037.646000', '160037.649000', '160037.651000', '160037.654000', '160037.657000', '160037.659000', '160037.662000', '160037.664000', '160037.667000', '160037.670000', '160037.672000', '160037.675000', '160037.677000', '160037.680000', '160037.683000', '160037.685000', '160037.688000', '160037.702000', '160037.705000', '160037.708000', '160037.710000', '160037.713000', '160037.715000', '160037.718000', '160057.595000', '160057.598000', '160057.600000', '160057.603000', '160057.606000', '160057.608000', '160057.611000', '160057.613000', '160057.616000', '160057.619000', '160057.621000', '160057.624000', '160057.626000', '160057.629000', '160057.632000', '160057.634000', '160057.637000', '160057.639000', '160057.642000', '160057.645000', '160057.647000', '160057.650000', '160057.652000', '160057.655000', '160057.658000', '160057.660000', '160057.663000', '160057.665000', '160057.668000', '160057.671000', '160057.674000', '160057.677000', '160057.679000', '160057.682000', '160057.685000', '160057.687000', '160057.690000', '160057.693000', '160057.695000', '160057.698000', '160057.701000', '160057.703000', '160057.706000', '160100.836000', '160100.839000', '160100.842000', '160100.845000', '160100.847000', '160100.850000', '160100.853000', '160100.855000'], 'InstanceCreationTime': ['155317.621000', '155317.624000', '155317.627000', '155317.629000', '155317.632000', '155317.635000', '155317.637000', '155317.640000', '155317.642000', '155317.645000', '155317.648000', '155317.650000', '155317.653000', '155317.655000', '155317.658000', '155317.661000', '155317.664000', '155317.666000', '155317.669000', '155317.678000', '155317.681000', '155317.684000', '155317.686000', '155317.689000', '155317.691000', '155317.694000', '155317.697000', '155317.708000', '155317.710000', '155317.713000', '155317.716000', '155317.718000', '155317.721000', '155317.723000', '155317.726000', '155317.729000', '155317.731000', '155317.734000', '155317.736000', '155317.739000', '155317.742000', '155317.744000', '155317.747000', '155317.749000', '155317.752000', '155317.755000', '155317.757000', '155317.760000', '155317.762000', '155317.765000', '155317.767000', '155317.770000', '155317.782000', '155317.784000', '155317.787000', '155317.789000', '155317.792000', '155337.593000', '155337.596000', '155337.599000', '155337.601000', '155337.604000', '155337.607000', '155337.609000', '155337.612000', '155337.614000', '155337.623000', '155337.625000', '155337.628000', '155337.631000', '155337.633000', '155337.636000', '155337.638000', '155337.641000', '155337.644000', '155337.646000', '155337.649000', '155337.652000', '155337.654000', '155337.657000', '155337.659000', '155337.662000', '155337.664000', '155337.667000', '155337.670000', '155337.672000', '155337.675000', '155337.678000', '155337.680000', '155337.683000', '155337.685000', '155337.688000', '155337.690000', '155337.693000', '155337.696000', '155337.698000', '155337.701000', '155337.703000', '155337.706000', '155337.709000', '155337.711000', '155357.595000', '155357.597000', '155357.600000', '155357.603000', '155357.605000', '155357.608000', '155357.610000', '155357.613000', '155357.615000', '155357.618000', '155357.621000', '155357.623000', '155357.626000', '155357.629000', '155357.631000', '155357.634000', '155357.636000', '155357.639000', '155357.642000', '155357.644000', '155357.647000', '155357.649000', '155357.652000', '155357.654000', '155357.657000', '155357.660000', '155357.662000', '155357.665000', '155357.668000', '155357.671000', '155357.674000', '155357.677000', '155357.679000', '155357.682000', '155357.685000', '155357.687000', '155357.690000', '155357.692000', '155357.695000', '155357.698000', '155357.700000', '155357.703000', '155357.705000', '155417.595000', '155417.597000', '155417.600000', '155417.602000', '155417.605000', '155417.608000', '155417.610000', '155417.613000', '155417.615000', '155417.618000', '155417.621000', '155417.623000', '155417.626000', '155417.629000', '155417.631000', '155417.634000', '155417.637000', '155417.639000', '155417.642000', '155417.644000', '155417.647000', '155417.649000', '155417.652000', '155417.655000', '155417.657000', '155417.660000', '155417.663000', '155417.665000', '155417.668000', '155417.670000', '155417.673000', '155417.676000', '155417.678000', '155417.681000', '155417.683000', '155417.686000', '155417.689000', '155417.691000', '155417.694000', '155417.696000', '155417.699000', '155417.702000', '155417.704000', '155417.707000', '155437.594000', '155437.597000', '155437.600000', '155437.602000', '155437.605000', '155437.608000', '155437.610000', '155437.613000', '155437.615000', '155437.618000', '155437.621000', '155437.623000', '155437.626000', '155437.638000', '155437.641000', '155437.644000', '155437.646000', '155437.649000', '155437.652000', '155437.654000', '155437.657000', '155437.659000', '155437.662000', '155437.665000', '155437.667000', '155437.670000', '155437.672000', '155437.675000', '155437.678000', '155437.680000', '155437.683000', '155437.685000', '155437.688000', '155437.691000', '155437.693000', '155437.696000', '155437.698000', '155437.701000', '155437.704000', '155437.706000', '155437.709000', '155437.712000', '155437.715000', '155457.594000', '155457.597000', '155457.600000', '155457.602000', '155457.605000', '155457.608000', '155457.610000', '155457.613000', '155457.616000', '155457.645000', '155457.648000', '155457.650000', '155457.653000', '155457.655000', '155457.658000', '155457.661000', '155457.663000', '155457.666000', '155457.668000', '155457.671000', '155457.674000', '155457.676000', '155457.679000', '155457.682000', '155457.684000', '155457.687000', '155457.689000', '155457.692000', '155457.695000', '155457.697000', '155457.700000', '155457.702000', '155457.705000', '155457.708000', '155457.710000', '155457.713000', '155457.715000', '155457.718000', '155457.721000', '155457.723000', '155457.726000', '155457.728000', '155457.731000', '155457.734000', '155517.593000', '155517.596000', '155517.599000', '155517.602000', '155517.604000', '155517.607000', '155517.609000', '155517.612000', '155517.615000', '155517.617000', '155517.620000', '155517.622000', '155517.625000', '155517.628000', '155517.630000', '155517.633000', '155517.636000', '155517.638000', '155517.641000', '155517.643000', '155517.646000', '155517.649000', '155517.651000', '155517.654000', '155517.656000', '155517.659000', '155517.662000', '155517.664000', '155517.667000', '155517.669000', '155517.672000', '155517.675000', '155517.677000', '155517.680000', '155517.683000', '155517.685000', '155517.688000', '155517.690000', '155517.693000', '155517.695000', '155517.698000', '155517.701000', '155517.703000', '155537.594000', '155537.596000', '155537.599000', '155537.602000', '155537.608000', '155537.610000', '155537.613000', '155537.615000', '155537.618000', '155537.621000', '155537.623000', '155537.626000', '155537.629000', '155537.631000', '155537.634000', '155537.636000', '155537.639000', '155537.642000', '155537.644000', '155537.647000', '155537.649000', '155537.652000', '155537.655000', '155537.657000', '155537.660000', '155537.662000', '155537.665000', '155537.667000', '155537.670000', '155537.673000', '155537.675000', '155537.678000', '155537.681000', '155537.683000', '155537.686000', '155537.689000', '155537.691000', '155537.694000', '155537.696000', '155537.699000', '155537.702000', '155537.704000', '155537.707000', '155537.710000', '155557.594000', '155557.596000', '155557.599000', '155557.602000', '155557.604000', '155557.607000', '155557.609000', '155557.612000', '155557.615000', '155557.617000', '155557.620000', '155557.622000', '155557.625000', '155557.628000', '155557.630000', '155557.633000', '155557.635000', '155557.638000', '155557.641000', '155557.643000', '155557.646000', '155557.648000', '155557.651000', '155557.654000', '155557.656000', '155557.659000', '155557.661000', '155557.664000', '155557.667000', '155557.669000', '155557.672000', '155557.674000', '155557.677000', '155557.680000', '155557.682000', '155557.685000', '155557.688000', '155557.690000', '155557.693000', '155557.695000', '155557.698000', '155557.701000', '155557.703000', '155617.595000', '155617.598000', '155617.600000', '155617.603000', '155617.605000', '155617.608000', '155617.611000', '155617.613000', '155617.616000', '155617.618000', '155617.621000', '155617.624000', '155617.626000', '155617.629000', '155617.631000', '155617.634000', '155617.637000', '155617.639000', '155617.642000', '155617.644000', '155617.647000', '155617.650000', '155617.652000', '155617.655000', '155617.658000', '155617.660000', '155617.663000', '155617.665000', '155617.668000', '155617.671000', '155617.673000', '155617.676000', '155617.678000', '155617.681000', '155617.684000', '155617.686000', '155617.689000', '155617.692000', '155617.694000', '155617.697000', '155617.699000', '155617.702000', '155617.705000', '155617.707000', '155637.595000', '155637.597000', '155637.600000', '155637.603000', '155637.617000', '155637.620000', '155637.623000', '155637.625000', '155637.628000', '155637.630000', '155637.633000', '155637.636000', '155637.638000', '155637.641000', '155637.644000', '155637.646000', '155637.649000', '155637.651000', '155637.654000', '155637.657000', '155637.659000', '155637.662000', '155637.666000', '155637.669000', '155637.671000', '155637.674000', '155637.677000', '155637.679000', '155637.682000', '155637.685000', '155637.687000', '155637.690000', '155637.693000', '155637.695000', '155637.698000', '155637.701000', '155637.703000', '155637.706000', '155637.708000', '155637.711000', '155637.714000', '155637.716000', '155637.719000', '155657.594000', '155657.597000', '155657.600000', '155657.603000', '155657.605000', '155657.608000', '155657.611000', '155657.614000', '155657.616000', '155657.619000', '155657.622000', '155657.624000', '155657.627000', '155657.629000', '155657.632000', '155657.635000', '155657.637000', '155657.640000', '155657.643000', '155657.645000', '155657.648000', '155657.651000', '155657.653000', '155657.656000', '155657.658000', '155657.661000', '155657.664000', '155657.666000', '155657.669000', '155657.672000', '155657.674000', '155657.677000', '155657.679000', '155657.682000', '155657.685000', '155657.687000', '155657.690000', '155657.693000', '155657.695000', '155657.698000', '155657.700000', '155657.703000', '155657.706000', '155657.708000', '155717.595000', '155717.597000', '155717.600000', '155717.603000', '155717.605000', '155717.608000', '155717.610000', '155717.613000', '155717.616000', '155717.618000', '155717.621000', '155717.623000', '155717.626000', '155717.629000', '155717.631000', '155717.634000', '155717.636000', '155717.639000', '155717.642000', '155717.644000', '155717.647000', '155717.649000', '155717.652000', '155717.655000', '155717.657000', '155717.660000', '155717.662000', '155717.665000', '155717.668000', '155717.670000', '155717.673000', '155717.676000', '155717.678000', '155717.681000', '155717.683000', '155717.686000', '155717.689000', '155717.691000', '155717.694000', '155717.696000', '155717.699000', '155717.702000', '155717.704000', '155737.594000', '155737.596000', '155737.599000', '155737.602000', '155737.604000', '155737.607000', '155737.609000', '155737.612000', '155737.615000', '155737.617000', '155737.620000', '155737.623000', '155737.625000', '155737.628000', '155737.631000', '155737.633000', '155737.636000', '155737.639000', '155737.641000', '155737.644000', '155737.646000', '155737.649000', '155737.652000', '155737.654000', '155737.657000', '155737.660000', '155737.662000', '155737.665000', '155737.667000', '155737.670000', '155737.673000', '155737.675000', '155737.678000', '155737.681000', '155737.683000', '155737.686000', '155737.689000', '155737.691000', '155737.694000', '155737.696000', '155737.699000', '155737.702000', '155737.704000', '155757.594000', '155757.597000', '155757.599000', '155757.602000', '155757.604000', '155757.607000', '155757.610000', '155757.612000', '155757.615000', '155757.618000', '155757.620000', '155757.623000', '155757.625000', '155757.628000', '155757.630000', '155757.633000', '155757.650000', '155757.653000', '155757.656000', '155757.658000', '155757.661000', '155757.663000', '155757.666000', '155757.669000', '155757.671000', '155757.674000', '155757.676000', '155757.679000', '155757.682000', '155757.684000', '155757.687000', '155757.690000', '155757.692000', '155757.695000', '155757.697000', '155757.700000', '155757.703000', '155757.705000', '155757.708000', '155757.710000', '155757.713000', '155757.716000', '155757.718000', '155757.721000', '155817.594000', '155817.597000', '155817.599000', '155817.602000', '155817.604000', '155817.607000', '155817.610000', '155817.612000', '155817.615000', '155817.618000', '155817.620000', '155817.623000', '155817.625000', '155817.628000', '155817.631000', '155817.635000', '155817.638000', '155817.640000', '155817.643000', '155817.646000', '155817.648000', '155817.651000', '155817.654000', '155817.656000', '155817.659000', '155817.673000', '155817.676000', '155817.679000', '155817.681000', '155817.684000', '155817.687000', '155817.689000', '155817.692000', '155817.694000', '155817.697000', '155817.700000', '155817.702000', '155817.705000', '155817.707000', '155817.710000', '155817.712000', '155817.715000', '155817.718000', '155837.595000', '155837.597000', '155837.600000', '155837.603000', '155837.605000', '155837.608000', '155837.611000', '155837.613000', '155837.616000', '155837.618000', '155837.621000', '155837.624000', '155837.626000', '155837.629000', '155837.631000', '155837.634000', '155837.637000', '155837.639000', '155837.642000', '155837.644000', '155837.647000', '155837.649000', '155837.652000', '155837.655000', '155837.657000', '155837.660000', '155837.663000', '155837.665000', '155837.668000', '155837.670000', '155837.673000', '155837.676000', '155837.678000', '155837.681000', '155837.684000', '155837.686000', '155837.689000', '155837.691000', '155837.694000', '155837.697000', '155837.699000', '155837.702000', '155837.704000', '155837.707000', '155857.595000', '155857.597000', '155857.600000', '155857.603000', '155857.605000', '155857.608000', '155857.610000', '155857.613000', '155857.616000', '155857.618000', '155857.621000', '155857.623000', '155857.626000', '155857.629000', '155857.631000', '155857.634000', '155857.637000', '155857.639000', '155857.642000', '155857.644000', '155857.647000', '155857.649000', '155857.652000', '155857.655000', '155857.657000', '155857.660000', '155857.662000', '155857.665000', '155857.668000', '155857.670000', '155857.673000', '155857.675000', '155857.678000', '155857.681000', '155857.683000', '155857.686000', '155857.689000', '155857.691000', '155857.694000', '155857.697000', '155857.699000', '155857.702000', '155857.705000', '155857.707000', '155917.595000', '155917.597000', '155917.600000', '155917.603000', '155917.605000', '155917.608000', '155917.611000', '155917.613000', '155917.616000', '155917.618000', '155917.621000', '155917.624000', '155917.626000', '155917.629000', '155917.632000', '155917.634000', '155917.637000', '155917.639000', '155917.642000', '155917.644000', '155917.647000', '155917.650000', '155917.652000', '155917.655000', '155917.658000', '155917.670000', '155917.673000', '155917.676000', '155917.678000', '155917.681000', '155917.683000', '155917.686000', '155917.689000', '155917.692000', '155917.694000', '155917.697000', '155917.699000', '155917.702000', '155917.705000', '155917.707000', '155917.710000', '155917.713000', '155917.715000', '155937.594000', '155937.597000', '155937.600000', '155937.603000', '155937.605000', '155937.608000', '155937.611000', '155937.613000', '155937.616000', '155937.618000', '155937.621000', '155937.624000', '155937.626000', '155937.630000', '155937.633000', '155937.635000', '155937.638000', '155937.641000', '155937.643000', '155937.646000', '155937.648000', '155937.651000', '155937.654000', '155937.656000', '155937.659000', '155937.661000', '155937.664000', '155937.667000', '155937.669000', '155937.672000', '155937.674000', '155937.677000', '155937.680000', '155937.682000', '155937.685000', '155937.688000', '155937.690000', '155937.693000', '155937.696000', '155937.698000', '155937.701000', '155937.703000', '155937.706000', '155957.594000', '155957.596000', '155957.599000', '155957.602000', '155957.604000', '155957.607000', '155957.610000', '155957.612000', '155957.615000', '155957.617000', '155957.620000', '155957.623000', '155957.625000', '155957.628000', '155957.631000', '155957.633000', '155957.636000', '155957.638000', '155957.641000', '155957.644000', '155957.646000', '155957.649000', '155957.651000', '155957.654000', '155957.656000', '155957.659000', '155957.662000', '155957.664000', '155957.667000', '155957.670000', '155957.672000', '155957.675000', '155957.678000', '155957.680000', '155957.683000', '155957.685000', '155957.688000', '155957.691000', '155957.693000', '155957.696000', '155957.698000', '155957.701000', '155957.704000', '155957.706000', '160017.594000', '160017.596000', '160017.599000', '160017.602000', '160017.604000', '160017.607000', '160017.609000', '160017.612000', '160017.615000', '160017.617000', '160017.620000', '160017.622000', '160017.625000', '160017.628000', '160017.630000', '160017.633000', '160017.636000', '160017.638000', '160017.641000', '160017.644000', '160017.646000', '160017.649000', '160017.651000', '160017.654000', '160017.657000', '160017.659000', '160017.662000', '160017.665000', '160017.667000', '160017.670000', '160017.673000', '160017.675000', '160017.678000', '160017.681000', '160017.683000', '160017.686000', '160017.689000', '160017.692000', '160017.694000', '160017.697000', '160017.700000', '160017.702000', '160017.705000', '160037.594000', '160037.597000', '160037.599000', '160037.602000', '160037.605000', '160037.607000', '160037.610000', '160037.612000', '160037.615000', '160037.618000', '160037.620000', '160037.623000', '160037.625000', '160037.628000', '160037.631000', '160037.633000', '160037.636000', '160037.639000', '160037.641000', '160037.644000', '160037.646000', '160037.649000', '160037.651000', '160037.654000', '160037.657000', '160037.659000', '160037.662000', '160037.664000', '160037.667000', '160037.670000', '160037.672000', '160037.675000', '160037.677000', '160037.680000', '160037.683000', '160037.685000', '160037.688000', '160037.702000', '160037.705000', '160037.708000', '160037.710000', '160037.713000', '160037.715000', '160037.718000', '160057.595000', '160057.598000', '160057.600000', '160057.603000', '160057.606000', '160057.608000', '160057.611000', '160057.613000', '160057.616000', '160057.619000', '160057.621000', '160057.624000', '160057.626000', '160057.629000', '160057.632000', '160057.634000', '160057.637000', '160057.639000', '160057.642000', '160057.645000', '160057.647000', '160057.650000', '160057.652000', '160057.655000', '160057.658000', '160057.660000', '160057.663000', '160057.665000', '160057.668000', '160057.671000', '160057.674000', '160057.677000', '160057.679000', '160057.682000', '160057.685000', '160057.687000', '160057.690000', '160057.693000', '160057.695000', '160057.698000', '160057.701000', '160057.703000', '160057.706000', '160100.836000', '160100.839000', '160100.842000', '160100.845000', '160100.847000', '160100.850000', '160100.853000', '160100.855000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [10068, 7916, 9497, 8701, 6850, 9952, 7424, 7610, 10443, 7527, 9281, 7136, 6773, 8621, 7210, 8898, 7719, 6615, 8746, 6795, 6486, 8530, 6912, 6835, 8390, 6995, 6667, 8556, 6902, 7172, 9751, 6716, 6539, 7535, 6574, 10216, 8328, 7203, 7689, 7051, 8259, 6916, 6886, 9416, 7254, 8013, 6711, 6557, 8369, 6682, 9057, 6693, 6432, 8315, 6950, 8985, 8278, 6745, 8642, 6790, 8658, 7377, 7528, 10158, 7341, 9344, 7050, 6663, 8342, 6898, 11841, 8043, 6905, 8070, 6545, 9390, 7511, 10738, 8509, 6638, 8496, 6688, 7972, 7816, 7250, 10570, 6792, 8222, 7238, 6738, 9162, 7408, 10648, 7278, 6584, 8090, 6696, 10041, 7932, 8592, 7860, 6687, 8687, 7043, 8239, 7732, 6742, 8959, 6710, 7669, 7220, 6510, 10542, 7710, 8387, 6899, 6443, 7782, 6596, 10159, 8017, 6546, 7440, 6742, 8992, 7180, 8124, 7928, 6540, 8371, 6747, 8150, 7094, 7161, 9755, 7202, 9155, 6817, 7228, 7354, 6852, 10319, 7385, 9467, 6939, 7339, 8120, 6994, 11621, 7522, 7212, 7219, 6613, 9515, 7746, 9532, 7233, 6618, 8542, 7091, 10210, 8306, 6661, 7843, 6881, 9529, 7233, 8461, 9491, 6707, 8803, 7096, 7497, 8077, 6851, 11093, 7137, 6515, 7786, 6652, 10651, 8899, 7052, 8259, 7110, 8450, 7746, 6849, 10816, 7461, 8120, 7210, 6659, 9002, 7246, 9961, 7740, 6585, 8645, 6428, 9972, 7941, 7387, 7805, 6701, 9201, 7288, 8474, 7869, 6650, 8701, 7024, 8112, 7354, 6970, 8527, 7275, 11889, 7538, 6712, 8638, 6970, 8477, 7884, 7048, 12045, 7355, 6572, 8532, 6693, 9890, 7922, 10539, 8620, 6741, 9086, 7198, 8222, 8583, 7086, 9496, 6906, 6692, 7353, 6734, 8302, 8037, 7053, 7085, 6882, 6576, 8047, 7878, 6797, 12033, 7016, 6924, 7890, 6483, 10000, 7840, 10589, 8025, 6612, 8180, 7025, 8041, 8113, 6684, 9530, 6857, 6819, 8072, 6534, 10283, 8557, 8153, 7426, 6762, 8656, 7438, 7930, 8735, 6958, 9681, 7025, 7941, 7378, 6590, 10200, 7757, 7662, 7304, 6681, 8749, 6955, 11818, 8477, 6982, 7861, 6937, 8140, 7364, 6613, 10824, 7880, 7641, 7324, 6527, 8796, 7181, 10568, 8128, 6714, 8439, 7175, 6978, 8770, 7452, 8301, 7012, 6516, 8523, 7029, 10255, 8312, 7102, 8348, 7046, 8122, 7507, 6850, 10146, 7206, 7881, 6892, 6549, 7994, 6573, 9866, 7668, 6957, 6616, 6648, 8022, 6708, 9962, 8102, 6320, 7603, 6569, 8940, 7117, 7840, 8409, 6517, 8859, 6936, 7757, 7976, 6752, 11138, 7210, 7241, 7578, 6700, 9905, 8089, 10197, 8505, 6543, 8650, 6959, 8183, 8098, 6867, 10930, 6721, 7265, 7230, 6534, 9593, 7616, 11778, 7092, 6583, 7955, 6624, 9297, 7690, 10229, 7229, 6480, 8061, 6651, 9421, 7383, 9886, 7826, 6699, 8367, 6876, 9452, 7463, 9100, 7958, 6592, 7864, 6628, 8851, 7332, 7260, 8227, 6596, 8584, 7096, 7728, 7358, 6742, 9384, 6661, 8529, 6690, 8215, 7195, 7504, 8860, 6744, 8675, 6939, 8933, 7200, 7871, 8252, 6678, 8767, 7148, 7722, 7312, 6516, 9926, 6894, 8617, 6569, 7264, 7162, 6891, 9313, 6918, 8958, 7111, 7377, 7282, 6585, 9456, 7088, 8592, 7015, 6566, 7275, 6325, 10366, 8186, 6872, 7844, 6682, 8726, 7454, 7324, 9332, 7042, 9352, 6795, 8046, 7164, 7754, 10352, 6764, 8957, 6846, 8916, 7073, 7638, 8194, 6833, 8044, 6916, 6493, 7730, 6654, 9667, 7867, 9124, 7268, 6436, 8331, 6784, 9819, 8074, 8666, 7955, 6633, 8886, 7223, 8526, 7930, 6628, 9291, 7035, 7997, 6936, 6886, 8222, 6698, 11525, 6825, 7732, 6998, 6616, 8743, 7240, 10559, 7419, 6608, 8168, 6970, 8705, 7173, 10091, 8356, 6713, 8408, 6802, 8892, 7396, 8351, 8026, 6822, 8257, 6724, 8613, 7158, 8003, 7766, 6701, 8774, 6799, 8809, 7208, 7418, 8190, 6771, 9065, 6959, 6497, 8480, 6627, 11552, 8268, 6649, 8769, 7139, 7748, 7489, 6457, 11251, 8412, 7309, 7784, 6590, 9472, 7486, 7273, 10455, 7821, 7597, 7541, 6519, 9097, 7264, 8807, 9002, 6817, 8647, 7231, 7148, 8234, 7082, 10197, 7956, 7139, 7792, 7144, 8107, 7462, 6798, 9614, 7903, 7358, 7123, 6574, 8246, 7288, 6483, 9472, 7486, 6567, 7101, 6821, 7824, 7030, 7186, 9214, 7116, 10471, 7138, 6874, 7527, 6618, 9517, 7382, 12174, 7760, 6590, 7752, 6673, 9216, 7509, 11081, 8182, 6607, 8413, 7056, 8957, 7405, 6960, 9671, 6791, 9075, 6976, 7572, 7477, 6950, 9169, 7042, 8931, 6776, 6899, 7505, 6773, 8894, 7893, 14283, 7296, 6744, 7850, 6470, 9366, 7622, 6972, 8090, 6741, 7923, 7193, 6911, 8360, 6654, 11371, 7587, 7772, 6967, 6771, 9110, 7240, 11565, 8669, 7419, 7136, 6654, 8287, 6942, 9866, 8186, 7158, 7785, 6982, 8786, 7272, 7429, 8476, 6831, 10192, 7894, 8601, 7500, 6459, 9647, 7683, 9378, 7448, 6591, 8375, 7350, 9286, 8048, 7108, 8440, 6849, 8656, 7105, 8210, 7670, 6641, 9165, 7031, 7235, 7263, 6735, 9314, 7329, 10114, 7194, 6828, 8209, 6612, 9681, 7870, 8747, 8503, 6701, 8705, 7250, 6872, 7942, 6704, 11003, 8496, 8104, 7050, 6611, 8783, 7205, 10228, 7958, 6987, 7867, 7187, 8350, 7215, 7769, 8148, 6866, 10749, 7329, 8423, 7166, 6520, 9152, 7164, 11130, 8142, 6598, 8168, 7286, 7526, 8363, 7218, 10252, 7784, 6755, 9394, 7445, 7686, 9503, 7992, 10075, 7554, 6740, 9302, 8118, 11318, 11249, 9121, 10980, 7627, 7868, 7099, 6738, 7233, 6544, 8911, 7295, 7470, 7168, 6545, 8834, 7474, 7160, 8354, 7521, 11417, 7816, 6470, 8498, 7539, 7050, 9090, 7123, 10685, 7065, 6656, 7883, 6557, 9011, 7402, 9155, 8915, 6892, 7862, 7345, 6680, 9257, 7601, 6943, 8597, 6951, 6943, 7799, 6561, 8908, 7289, 9877, 7563, 6624, 8265, 7202, 6788, 7691, 6616, 7127, 7448, 6719, 7504, 7171, 6743, 8897, 8985, 6773, 6742, 7581, 6534, 9028, 8196, 6827, 9479, 7133, 6922, 8964, 7315, 8011, 9163, 7132, 8408, 7019, 6716, 8670, 6942, 10089, 8758, 7042, 9153, 7680, 7468, 8075, 6763, 11004, 8487, 6732, 8414, 7057, 9483, 7987, 7682, 10223, 7369, 8008, 7297, 6731, 8784, 7151, 9605, 8224, 6513, 8749, 7537, 6581, 9201, 7899, 10444, 7904, 6785, 8859, 7609, 7140, 9450, 7656, 8648, 7382, 6494, 8953, 6986, 11197, 8772, 6803, 8158, 7355, 8167, 7984, 7154, 13162, 9851, 12701, 10913, 9036, 13242, 8355, 8684, 8251, 8752, 9018, 8582, 10921, 7900, 6738, 8257, 7704, 7078, 8799, 7992, 7409, 8671, 10165, 10738, 10072, 8926, 7156, 9068, 8223, 7284, 13303, 10133, 9208, 8981, 7743, 8203, 8083, 7275, 10277, 7928, 7846, 8303, 7489, 7601, 8028, 7180, 10127, 7955, 8146, 12035, 7569, 8519, 8026, 6712, 9047, 7757, 12330, 12279, 7069, 11034, 7821, 8395, 8189, 6919, 9133, 7387, 12086, 8141, 7411, 8067, 7505, 9271, 7786, 8494, 11069, 7380, 10636, 7505, 9304, 8008, 8318, 10745, 7904, 11841, 7712, 8199, 8073, 7744, 8975, 6888, 14579, 7697, 7789, 7878, 7645, 8455, 7615, 13926, 8025, 7961, 7944, 7284, 8649, 7846, 13615, 9391, 8583, 7904, 7393, 9721, 7491, 9416, 8523, 7033, 8079, 6946, 7700, 7483, 6577, 9627, 7873, 10167, 7591, 6804, 8720, 7395, 9870, 8909, 7379, 12588, 7097, 8961, 7709, 7310, 9090, 7760, 14011, 8212, 7699, 7843, 6858, 8848, 7483, 7851, 9094, 6795], 'WindowCenter': [3986.0, 3940.0, 3945.0, 3931.0, 3878.0, 3927.0, 3896.0, 3890.0, 3938.0, 3896.0, 3914.0, 3872.0, 3873.0, 3902.0, 3882.0, 3910.0, 3882.0, 3871.0, 3915.0, 3886.0, 3861.0, 3902.0, 3873.0, 3872.0, 3903.0, 3885.0, 3874.0, 3904.0, 3885.0, 3885.0, 3926.0, 3875.0, 3864.0, 3895.0, 3869.0, 3925.0, 3906.0, 3884.0, 3883.0, 3874.0, 3893.0, 3875.0, 3872.0, 3916.0, 3884.0, 3894.0, 3863.0, 3863.0, 3905.0, 3875.0, 3917.0, 3874.0, 3864.0, 3905.0, 3886.0, 3916.0, 3908.0, 3875.0, 3905.0, 3875.0, 3904.0, 3885.0, 3891.0, 3919.0, 3886.0, 3914.0, 3873.0, 3862.0, 3902.0, 3874.0, 3936.0, 3895.0, 3872.0, 3893.0, 3852.0, 3912.0, 3885.0, 3925.0, 3905.0, 3861.0, 3902.0, 3862.0, 3891.0, 3895.0, 3883.0, 3926.0, 3863.0, 3889.0, 3883.0, 3859.0, 3914.0, 3883.0, 3925.0, 3872.0, 3861.0, 3887.0, 3862.0, 3923.0, 3893.0, 3903.0, 3891.0, 3861.0, 3901.0, 3872.0, 3903.0, 3877.0, 3863.0, 3902.0, 3861.0, 3875.0, 3882.0, 3862.0, 3925.0, 3884.0, 3885.0, 3870.0, 3849.0, 3880.0, 3857.0, 3923.0, 3895.0, 3850.0, 3882.0, 3861.0, 3902.0, 3871.0, 3894.0, 3894.0, 3862.0, 3893.0, 3872.0, 3893.0, 3884.0, 3883.0, 3915.0, 3880.0, 3912.0, 3861.0, 3882.0, 3883.0, 3874.0, 3926.0, 3884.0, 3912.0, 3871.0, 3869.0, 3893.0, 3872.0, 3934.0, 3882.0, 3878.0, 3882.0, 3861.0, 3924.0, 3894.0, 3914.0, 3883.0, 3870.0, 3902.0, 3883.0, 3921.0, 3905.0, 3861.0, 3891.0, 3873.0, 3912.0, 3884.0, 3904.0, 3915.0, 3861.0, 3902.0, 3872.0, 3881.0, 3893.0, 3871.0, 3933.0, 3872.0, 3851.0, 3882.0, 3873.0, 3923.0, 3915.0, 3871.0, 3891.0, 3871.0, 3891.0, 3894.0, 3872.0, 3935.0, 3882.0, 3891.0, 3882.0, 3860.0, 3913.0, 3882.0, 3924.0, 3882.0, 3861.0, 3903.0, 3849.0, 3923.0, 3893.0, 3881.0, 3882.0, 3862.0, 3911.0, 3883.0, 3903.0, 3894.0, 3874.0, 3901.0, 3873.0, 3886.0, 3881.0, 3871.0, 3904.0, 3875.0, 3935.0, 3881.0, 3860.0, 3901.0, 3882.0, 3901.0, 3895.0, 3872.0, 3944.0, 3882.0, 3872.0, 3903.0, 3861.0, 3924.0, 3904.0, 3923.0, 3904.0, 3871.0, 3901.0, 3870.0, 3902.0, 3904.0, 3883.0, 3924.0, 3883.0, 3872.0, 3897.0, 3875.0, 3895.0, 3893.0, 3886.0, 3883.0, 3884.0, 3874.0, 3905.0, 3901.0, 3873.0, 3945.0, 3873.0, 3872.0, 3893.0, 3862.0, 3924.0, 3893.0, 3924.0, 3894.0, 3860.0, 3890.0, 3871.0, 3893.0, 3893.0, 3873.0, 3912.0, 3872.0, 3861.0, 3893.0, 3861.0, 3919.0, 3903.0, 3892.0, 3881.0, 3872.0, 3896.0, 3882.0, 3893.0, 3904.0, 3872.0, 3912.0, 3869.0, 3890.0, 3880.0, 3860.0, 3923.0, 3882.0, 3879.0, 3882.0, 3860.0, 3900.0, 3871.0, 3932.0, 3893.0, 3870.0, 3891.0, 3871.0, 3891.0, 3881.0, 3861.0, 3933.0, 3893.0, 3880.0, 3870.0, 3849.0, 3899.0, 3871.0, 3922.0, 3892.0, 3872.0, 3890.0, 3871.0, 3868.0, 3902.0, 3882.0, 3892.0, 3872.0, 3861.0, 3902.0, 3871.0, 3923.0, 3903.0, 3871.0, 3890.0, 3872.0, 3890.0, 3880.0, 3861.0, 3923.0, 3880.0, 3891.0, 3871.0, 3848.0, 3891.0, 3860.0, 3911.0, 3891.0, 3870.0, 3861.0, 3860.0, 3890.0, 3872.0, 3920.0, 3891.0, 3861.0, 3879.0, 3860.0, 3901.0, 3882.0, 3893.0, 3904.0, 3861.0, 3901.0, 3872.0, 3881.0, 3893.0, 3861.0, 3935.0, 3881.0, 3881.0, 3883.0, 3861.0, 3923.0, 3892.0, 3923.0, 3902.0, 3861.0, 3901.0, 3865.0, 3901.0, 3894.0, 3866.0, 3933.0, 3873.0, 3882.0, 3882.0, 3850.0, 3924.0, 3882.0, 3933.0, 3871.0, 3860.0, 3892.0, 3860.0, 3912.0, 3892.0, 3923.0, 3882.0, 3849.0, 3890.0, 3854.0, 3911.0, 3882.0, 3923.0, 3882.0, 3860.0, 3890.0, 3860.0, 3910.0, 3875.0, 3901.0, 3893.0, 3860.0, 3883.0, 3860.0, 3901.0, 3883.0, 3881.0, 3904.0, 3859.0, 3901.0, 3871.0, 3881.0, 3883.0, 3871.0, 3915.0, 3861.0, 3901.0, 3872.0, 3901.0, 3880.0, 3880.0, 3915.0, 3871.0, 3901.0, 3871.0, 3901.0, 3882.0, 3892.0, 3905.0, 3871.0, 3901.0, 3872.0, 3881.0, 3883.0, 3862.0, 3925.0, 3873.0, 3902.0, 3873.0, 3880.0, 3884.0, 3883.0, 3915.0, 3872.0, 3911.0, 3870.0, 3881.0, 3883.0, 3872.0, 3914.0, 3872.0, 3901.0, 3884.0, 3874.0, 3884.0, 3861.0, 3924.0, 3905.0, 3871.0, 3892.0, 3872.0, 3901.0, 3895.0, 3882.0, 3915.0, 3873.0, 3912.0, 3873.0, 3891.0, 3883.0, 3891.0, 3924.0, 3862.0, 3902.0, 3861.0, 3901.0, 3869.0, 3879.0, 3892.0, 3872.0, 3890.0, 3871.0, 3860.0, 3893.0, 3872.0, 3912.0, 3893.0, 3912.0, 3882.0, 3860.0, 3902.0, 3871.0, 3922.0, 3892.0, 3902.0, 3892.0, 3860.0, 3900.0, 3881.0, 3901.0, 3892.0, 3872.0, 3911.0, 3873.0, 3891.0, 3871.0, 3871.0, 3892.0, 3859.0, 3932.0, 3862.0, 3880.0, 3866.0, 3859.0, 3902.0, 3882.0, 3922.0, 3881.0, 3860.0, 3902.0, 3871.0, 3900.0, 3872.0, 3922.0, 3904.0, 3872.0, 3900.0, 3873.0, 3901.0, 3882.0, 3891.0, 3893.0, 3860.0, 3890.0, 3872.0, 3901.0, 3882.0, 3891.0, 3879.0, 3873.0, 3901.0, 3871.0, 3900.0, 3882.0, 3882.0, 3903.0, 3860.0, 3901.0, 3870.0, 3860.0, 3901.0, 3872.0, 3934.0, 3904.0, 3871.0, 3902.0, 3883.0, 3891.0, 3882.0, 3850.0, 3933.0, 3904.0, 3881.0, 3881.0, 3860.0, 3910.0, 3882.0, 3881.0, 3923.0, 3882.0, 3879.0, 3880.0, 3849.0, 3899.0, 3881.0, 3900.0, 3897.0, 3860.0, 3900.0, 3881.0, 3870.0, 3890.0, 3871.0, 3922.0, 3892.0, 3871.0, 3880.0, 3871.0, 3890.0, 3871.0, 3857.0, 3912.0, 3886.0, 3870.0, 3870.0, 3860.0, 3889.0, 3879.0, 3862.0, 3911.0, 3884.0, 3871.0, 3872.0, 3873.0, 3893.0, 3881.0, 3872.0, 3914.0, 3873.0, 3923.0, 3872.0, 3861.0, 3882.0, 3861.0, 3913.0, 3881.0, 3934.0, 3881.0, 3859.0, 3880.0, 3859.0, 3900.0, 3872.0, 3921.0, 3892.0, 3858.0, 3890.0, 3872.0, 3900.0, 3883.0, 3869.0, 3913.0, 3861.0, 3900.0, 3871.0, 3877.0, 3881.0, 3870.0, 3903.0, 3872.0, 3900.0, 3861.0, 3865.0, 3870.0, 3872.0, 3914.0, 3904.0, 3943.0, 3871.0, 3859.0, 3891.0, 3849.0, 3900.0, 3882.0, 3871.0, 3889.0, 3873.0, 3892.0, 3871.0, 3871.0, 3904.0, 3862.0, 3934.0, 3884.0, 3881.0, 3870.0, 3859.0, 3904.0, 3870.0, 3921.0, 3903.0, 3871.0, 3870.0, 3861.0, 3890.0, 3872.0, 3912.0, 3894.0, 3870.0, 3882.0, 3873.0, 3901.0, 3882.0, 3881.0, 3904.0, 3873.0, 3925.0, 3894.0, 3890.0, 3882.0, 3849.0, 3910.0, 3893.0, 3912.0, 3882.0, 3861.0, 3890.0, 3880.0, 3911.0, 3891.0, 3870.0, 3892.0, 3872.0, 3902.0, 3872.0, 3890.0, 3883.0, 3858.0, 3901.0, 3870.0, 3868.0, 3880.0, 3859.0, 3911.0, 3882.0, 3924.0, 3871.0, 3871.0, 3903.0, 3872.0, 3911.0, 3892.0, 3903.0, 3903.0, 3871.0, 3900.0, 3883.0, 3860.0, 3893.0, 3860.0, 3936.0, 3903.0, 3892.0, 3873.0, 3872.0, 3903.0, 3894.0, 3922.0, 3905.0, 3869.0, 3891.0, 3870.0, 3890.0, 3880.0, 3891.0, 3890.0, 3859.0, 3923.0, 3875.0, 3888.0, 3868.0, 3849.0, 3901.0, 3870.0, 3934.0, 3891.0, 3872.0, 3895.0, 3882.0, 3881.0, 3903.0, 3882.0, 3923.0, 3881.0, 3871.0, 3911.0, 3882.0, 3892.0, 3924.0, 3894.0, 3923.0, 3882.0, 3860.0, 3911.0, 3891.0, 3931.0, 3936.0, 3926.0, 3934.0, 3893.0, 3892.0, 3871.0, 3858.0, 3868.0, 3848.0, 3900.0, 3882.0, 3870.0, 3871.0, 3861.0, 3901.0, 3881.0, 3869.0, 3884.0, 3880.0, 3917.0, 3880.0, 3850.0, 3902.0, 3892.0, 3880.0, 3916.0, 3869.0, 3923.0, 3871.0, 3860.0, 3891.0, 3861.0, 3900.0, 3880.0, 3911.0, 3901.0, 3871.0, 3890.0, 3881.0, 3859.0, 3900.0, 3881.0, 3871.0, 3901.0, 3872.0, 3871.0, 3880.0, 3860.0, 3901.0, 3870.0, 3910.0, 3880.0, 3872.0, 3901.0, 3883.0, 3873.0, 3892.0, 3875.0, 3885.0, 3896.0, 3875.0, 3896.0, 3884.0, 3875.0, 3915.0, 3916.0, 3876.0, 3874.0, 3893.0, 3863.0, 3914.0, 3903.0, 3874.0, 3927.0, 3886.0, 3885.0, 3915.0, 3885.0, 3894.0, 3917.0, 3875.0, 3904.0, 3885.0, 3874.0, 3906.0, 3886.0, 3927.0, 3907.0, 3876.0, 3914.0, 3895.0, 3884.0, 3887.0, 3875.0, 3936.0, 3905.0, 3861.0, 3893.0, 3873.0, 3912.0, 3894.0, 3883.0, 3920.0, 3884.0, 3894.0, 3883.0, 3863.0, 3903.0, 3873.0, 3914.0, 3893.0, 3864.0, 3902.0, 3896.0, 3873.0, 3912.0, 3894.0, 3925.0, 3893.0, 3862.0, 3902.0, 3881.0, 3872.0, 3914.0, 3895.0, 3903.0, 3883.0, 3861.0, 3902.0, 3873.0, 3934.0, 3904.0, 3861.0, 3892.0, 3882.0, 3892.0, 3895.0, 3873.0, 3946.0, 3915.0, 3945.0, 3926.0, 3905.0, 3934.0, 3892.0, 3881.0, 3897.0, 3883.0, 3891.0, 3880.0, 3913.0, 3883.0, 3852.0, 3890.0, 3868.0, 3859.0, 3878.0, 3868.0, 3857.0, 3880.0, 3913.0, 3908.0, 3901.0, 3890.0, 3850.0, 3878.0, 3867.0, 3846.0, 3908.0, 3890.0, 3889.0, 3879.0, 3870.0, 3879.0, 3869.0, 3859.0, 3900.0, 3870.0, 3870.0, 3879.0, 3859.0, 3872.0, 3882.0, 3862.0, 3913.0, 3882.0, 3881.0, 3923.0, 3873.0, 3893.0, 3882.0, 3850.0, 3890.0, 3871.0, 3923.0, 3924.0, 3861.0, 3912.0, 3872.0, 3881.0, 3881.0, 3849.0, 3891.0, 3860.0, 3924.0, 3882.0, 3871.0, 3882.0, 3872.0, 3902.0, 3883.0, 3893.0, 3925.0, 3874.0, 3913.0, 3872.0, 3904.0, 3881.0, 3882.0, 3924.0, 3884.0, 3933.0, 3884.0, 3882.0, 3883.0, 3870.0, 3892.0, 3861.0, 3944.0, 3872.0, 3871.0, 3883.0, 3881.0, 3881.0, 3884.0, 3946.0, 3883.0, 3882.0, 3882.0, 3873.0, 3905.0, 3913.0, 3961.0, 3906.0, 3887.0, 3868.0, 3867.0, 3899.0, 3861.0, 3874.0, 3875.0, 3860.0, 3881.0, 3860.0, 3871.0, 3869.0, 3850.0, 3902.0, 3881.0, 3912.0, 3883.0, 3862.0, 3890.0, 3872.0, 3910.0, 3892.0, 3871.0, 3931.0, 3862.0, 3891.0, 3871.0, 3860.0, 3890.0, 3870.0, 3942.0, 3879.0, 3869.0, 3879.0, 3850.0, 3890.0, 3871.0, 3881.0, 3891.0, 3861.0], 'WindowWidth': [8905.0, 8831.0, 8825.0, 8796.0, 8721.0, 8780.0, 8739.0, 8724.0, 8795.0, 8737.0, 8755.0, 8699.0, 8700.0, 8739.0, 8713.0, 8748.0, 8711.0, 8698.0, 8758.0, 8726.0, 8683.0, 8739.0, 8701.0, 8699.0, 8740.0, 8719.0, 8705.0, 8744.0, 8721.0, 8720.0, 8774.0, 8707.0, 8691.0, 8730.0, 8692.0, 8771.0, 8747.0, 8712.0, 8711.0, 8701.0, 8723.0, 8703.0, 8698.0, 8759.0, 8715.0, 8727.0, 8687.0, 8687.0, 8746.0, 8705.0, 8764.0, 8703.0, 8690.0, 8743.0, 8723.0, 8763.0, 8753.0, 8707.0, 8743.0, 8705.0, 8741.0, 8718.0, 8723.0, 8760.0, 8721.0, 8754.0, 8699.0, 8684.0, 8738.0, 8702.0, 8786.0, 8730.0, 8695.0, 8723.0, 8670.0, 8750.0, 8719.0, 8771.0, 8741.0, 8681.0, 8735.0, 8683.0, 8721.0, 8731.0, 8712.0, 8771.0, 8685.0, 8716.0, 8711.0, 8675.0, 8754.0, 8713.0, 8769.0, 8694.0, 8681.0, 8711.0, 8684.0, 8766.0, 8725.0, 8738.0, 8718.0, 8681.0, 8732.0, 8697.0, 8739.0, 8700.0, 8687.0, 8735.0, 8682.0, 8693.0, 8710.0, 8685.0, 8769.0, 8715.0, 8705.0, 8691.0, 8661.0, 8704.0, 8674.0, 8764.0, 8731.0, 8666.0, 8709.0, 8682.0, 8734.0, 8696.0, 8729.0, 8730.0, 8685.0, 8725.0, 8699.0, 8725.0, 8716.0, 8716.0, 8758.0, 8709.0, 8750.0, 8683.0, 8710.0, 8715.0, 8703.0, 8774.0, 8717.0, 8750.0, 8695.0, 8690.0, 8726.0, 8697.0, 8783.0, 8709.0, 8700.0, 8708.0, 8681.0, 8768.0, 8729.0, 8756.0, 8712.0, 8692.0, 8735.0, 8717.0, 8763.0, 8744.0, 8681.0, 8721.0, 8701.0, 8750.0, 8718.0, 8743.0, 8758.0, 8682.0, 8735.0, 8697.0, 8708.0, 8725.0, 8695.0, 8781.0, 8698.0, 8669.0, 8711.0, 8702.0, 8766.0, 8759.0, 8695.0, 8722.0, 8695.0, 8720.0, 8730.0, 8698.0, 8785.0, 8711.0, 8720.0, 8710.0, 8679.0, 8754.0, 8713.0, 8769.0, 8711.0, 8681.0, 8737.0, 8664.0, 8766.0, 8728.0, 8709.0, 8709.0, 8683.0, 8747.0, 8714.0, 8742.0, 8730.0, 8703.0, 8735.0, 8699.0, 8709.0, 8709.0, 8694.0, 8742.0, 8697.0, 8786.0, 8706.0, 8678.0, 8734.0, 8713.0, 8735.0, 8731.0, 8698.0, 8798.0, 8713.0, 8698.0, 8740.0, 8683.0, 8771.0, 8745.0, 8768.0, 8741.0, 8695.0, 8732.0, 8694.0, 8737.0, 8742.0, 8716.0, 8769.0, 8715.0, 8701.0, 8743.0, 8708.0, 8723.0, 8726.0, 8723.0, 8714.0, 8718.0, 8707.0, 8746.0, 8738.0, 8702.0, 8799.0, 8699.0, 8700.0, 8726.0, 8685.0, 8769.0, 8727.0, 8768.0, 8729.0, 8679.0, 8719.0, 8696.0, 8727.0, 8728.0, 8701.0, 8751.0, 8698.0, 8681.0, 8727.0, 8683.0, 8758.0, 8739.0, 8724.0, 8709.0, 8700.0, 8723.0, 8712.0, 8726.0, 8741.0, 8698.0, 8749.0, 8691.0, 8718.0, 8706.0, 8681.0, 8765.0, 8712.0, 8702.0, 8708.0, 8679.0, 8730.0, 8694.0, 8775.0, 8726.0, 8691.0, 8719.0, 8696.0, 8720.0, 8709.0, 8682.0, 8780.0, 8726.0, 8706.0, 8691.0, 8663.0, 8729.0, 8696.0, 8762.0, 8722.0, 8698.0, 8716.0, 8694.0, 8687.0, 8736.0, 8712.0, 8723.0, 8699.0, 8684.0, 8736.0, 8697.0, 8767.0, 8741.0, 8694.0, 8718.0, 8697.0, 8718.0, 8705.0, 8681.0, 8767.0, 8706.0, 8719.0, 8694.0, 8661.0, 8720.0, 8679.0, 8747.0, 8723.0, 8692.0, 8680.0, 8679.0, 8719.0, 8699.0, 8760.0, 8723.0, 8681.0, 8703.0, 8680.0, 8734.0, 8713.0, 8728.0, 8742.0, 8683.0, 8734.0, 8699.0, 8708.0, 8726.0, 8682.0, 8786.0, 8709.0, 8709.0, 8711.0, 8682.0, 8765.0, 8726.0, 8766.0, 8737.0, 8681.0, 8733.0, 8682.0, 8736.0, 8730.0, 8686.0, 8781.0, 8700.0, 8712.0, 8709.0, 8666.0, 8769.0, 8712.0, 8781.0, 8695.0, 8678.0, 8723.0, 8680.0, 8751.0, 8726.0, 8765.0, 8709.0, 8664.0, 8718.0, 8666.0, 8749.0, 8712.0, 8766.0, 8709.0, 8680.0, 8717.0, 8679.0, 8744.0, 8697.0, 8735.0, 8727.0, 8679.0, 8703.0, 8679.0, 8733.0, 8716.0, 8709.0, 8744.0, 8678.0, 8734.0, 8696.0, 8708.0, 8716.0, 8695.0, 8759.0, 8684.0, 8735.0, 8698.0, 8735.0, 8708.0, 8709.0, 8758.0, 8697.0, 8735.0, 8698.0, 8734.0, 8714.0, 8724.0, 8747.0, 8697.0, 8736.0, 8699.0, 8709.0, 8716.0, 8687.0, 8772.0, 8700.0, 8739.0, 8703.0, 8708.0, 8718.0, 8716.0, 8760.0, 8698.0, 8749.0, 8695.0, 8710.0, 8715.0, 8701.0, 8757.0, 8700.0, 8736.0, 8718.0, 8706.0, 8717.0, 8685.0, 8772.0, 8748.0, 8698.0, 8726.0, 8702.0, 8735.0, 8733.0, 8713.0, 8761.0, 8701.0, 8751.0, 8702.0, 8721.0, 8714.0, 8722.0, 8770.0, 8686.0, 8737.0, 8684.0, 8734.0, 8691.0, 8703.0, 8724.0, 8700.0, 8721.0, 8698.0, 8683.0, 8726.0, 8700.0, 8753.0, 8729.0, 8752.0, 8713.0, 8681.0, 8737.0, 8698.0, 8766.0, 8726.0, 8737.0, 8723.0, 8680.0, 8730.0, 8709.0, 8736.0, 8723.0, 8698.0, 8748.0, 8701.0, 8721.0, 8696.0, 8694.0, 8724.0, 8676.0, 8777.0, 8683.0, 8706.0, 8684.0, 8679.0, 8739.0, 8711.0, 8765.0, 8707.0, 8679.0, 8736.0, 8696.0, 8731.0, 8698.0, 8762.0, 8743.0, 8697.0, 8734.0, 8701.0, 8734.0, 8711.0, 8722.0, 8726.0, 8681.0, 8720.0, 8699.0, 8734.0, 8713.0, 8724.0, 8705.0, 8700.0, 8733.0, 8696.0, 8730.0, 8711.0, 8710.0, 8740.0, 8680.0, 8733.0, 8691.0, 8678.0, 8733.0, 8698.0, 8781.0, 8743.0, 8697.0, 8740.0, 8715.0, 8722.0, 8711.0, 8666.0, 8779.0, 8742.0, 8708.0, 8707.0, 8679.0, 8743.0, 8711.0, 8707.0, 8766.0, 8709.0, 8703.0, 8705.0, 8663.0, 8727.0, 8708.0, 8732.0, 8726.0, 8678.0, 8731.0, 8707.0, 8691.0, 8719.0, 8695.0, 8761.0, 8724.0, 8693.0, 8705.0, 8693.0, 8716.0, 8692.0, 8672.0, 8749.0, 8711.0, 8690.0, 8691.0, 8680.0, 8716.0, 8703.0, 8684.0, 8749.0, 8717.0, 8698.0, 8699.0, 8704.0, 8728.0, 8710.0, 8698.0, 8757.0, 8702.0, 8765.0, 8698.0, 8681.0, 8709.0, 8681.0, 8753.0, 8707.0, 8781.0, 8705.0, 8675.0, 8704.0, 8676.0, 8731.0, 8696.0, 8760.0, 8721.0, 8674.0, 8716.0, 8695.0, 8730.0, 8711.0, 8689.0, 8752.0, 8680.0, 8729.0, 8694.0, 8696.0, 8707.0, 8693.0, 8738.0, 8697.0, 8730.0, 8681.0, 8680.0, 8692.0, 8699.0, 8755.0, 8744.0, 8788.0, 8692.0, 8676.0, 8719.0, 8663.0, 8728.0, 8708.0, 8694.0, 8716.0, 8701.0, 8723.0, 8695.0, 8694.0, 8742.0, 8683.0, 8783.0, 8716.0, 8707.0, 8691.0, 8676.0, 8742.0, 8691.0, 8760.0, 8737.0, 8693.0, 8692.0, 8680.0, 8717.0, 8698.0, 8749.0, 8727.0, 8692.0, 8709.0, 8700.0, 8733.0, 8709.0, 8708.0, 8740.0, 8702.0, 8772.0, 8727.0, 8713.0, 8708.0, 8664.0, 8743.0, 8727.0, 8748.0, 8710.0, 8682.0, 8717.0, 8705.0, 8746.0, 8720.0, 8691.0, 8722.0, 8700.0, 8737.0, 8698.0, 8720.0, 8714.0, 8675.0, 8734.0, 8692.0, 8686.0, 8704.0, 8677.0, 8747.0, 8711.0, 8768.0, 8696.0, 8696.0, 8739.0, 8700.0, 8745.0, 8723.0, 8740.0, 8738.0, 8697.0, 8732.0, 8713.0, 8679.0, 8727.0, 8681.0, 8789.0, 8741.0, 8722.0, 8701.0, 8698.0, 8739.0, 8730.0, 8765.0, 8748.0, 8691.0, 8720.0, 8691.0, 8719.0, 8707.0, 8721.0, 8721.0, 8676.0, 8766.0, 8694.0, 8711.0, 8686.0, 8663.0, 8732.0, 8693.0, 8783.0, 8725.0, 8698.0, 8722.0, 8711.0, 8707.0, 8738.0, 8711.0, 8768.0, 8709.0, 8697.0, 8749.0, 8713.0, 8726.0, 8769.0, 8730.0, 8767.0, 8709.0, 8680.0, 8748.0, 8723.0, 8777.0, 8791.0, 8778.0, 8784.0, 8731.0, 8724.0, 8696.0, 8672.0, 8685.0, 8657.0, 8728.0, 8710.0, 8692.0, 8695.0, 8685.0, 8735.0, 8709.0, 8687.0, 8704.0, 8704.0, 8751.0, 8702.0, 8666.0, 8735.0, 8725.0, 8709.0, 8761.0, 8689.0, 8766.0, 8695.0, 8679.0, 8721.0, 8681.0, 8731.0, 8707.0, 8748.0, 8734.0, 8695.0, 8717.0, 8706.0, 8675.0, 8730.0, 8708.0, 8695.0, 8733.0, 8698.0, 8694.0, 8706.0, 8679.0, 8732.0, 8692.0, 8746.0, 8706.0, 8698.0, 8735.0, 8713.0, 8704.0, 8727.0, 8710.0, 8725.0, 8737.0, 8708.0, 8739.0, 8717.0, 8707.0, 8759.0, 8762.0, 8712.0, 8705.0, 8728.0, 8688.0, 8756.0, 8740.0, 8706.0, 8775.0, 8722.0, 8719.0, 8757.0, 8719.0, 8730.0, 8762.0, 8706.0, 8743.0, 8719.0, 8703.0, 8747.0, 8724.0, 8777.0, 8751.0, 8706.0, 8756.0, 8733.0, 8714.0, 8713.0, 8704.0, 8788.0, 8745.0, 8682.0, 8724.0, 8699.0, 8748.0, 8729.0, 8711.0, 8759.0, 8714.0, 8727.0, 8711.0, 8684.0, 8738.0, 8700.0, 8755.0, 8725.0, 8688.0, 8736.0, 8736.0, 8701.0, 8751.0, 8728.0, 8770.0, 8724.0, 8684.0, 8735.0, 8706.0, 8697.0, 8755.0, 8731.0, 8737.0, 8712.0, 8680.0, 8736.0, 8700.0, 8781.0, 8742.0, 8679.0, 8721.0, 8709.0, 8721.0, 8731.0, 8700.0, 8802.0, 8758.0, 8794.0, 8773.0, 8742.0, 8776.0, 8718.0, 8696.0, 8728.0, 8702.0, 8711.0, 8695.0, 8743.0, 8705.0, 8666.0, 8712.0, 8681.0, 8668.0, 8688.0, 8677.0, 8662.0, 8696.0, 8743.0, 8732.0, 8724.0, 8708.0, 8655.0, 8688.0, 8671.0, 8641.0, 8726.0, 8707.0, 8703.0, 8690.0, 8683.0, 8691.0, 8678.0, 8667.0, 8720.0, 8683.0, 8681.0, 8693.0, 8668.0, 8689.0, 8701.0, 8676.0, 8743.0, 8703.0, 8700.0, 8759.0, 8693.0, 8718.0, 8702.0, 8657.0, 8709.0, 8686.0, 8757.0, 8762.0, 8676.0, 8742.0, 8691.0, 8699.0, 8697.0, 8653.0, 8710.0, 8670.0, 8761.0, 8702.0, 8689.0, 8703.0, 8692.0, 8730.0, 8707.0, 8719.0, 8765.0, 8696.0, 8746.0, 8693.0, 8735.0, 8701.0, 8703.0, 8760.0, 8708.0, 8773.0, 8710.0, 8702.0, 8705.0, 8686.0, 8716.0, 8675.0, 8789.0, 8692.0, 8689.0, 8706.0, 8702.0, 8702.0, 8709.0, 8793.0, 8708.0, 8704.0, 8703.0, 8693.0, 8740.0, 8767.0, 8822.0, 8740.0, 8704.0, 8677.0, 8679.0, 8721.0, 8673.0, 8677.0, 8683.0, 8672.0, 8700.0, 8675.0, 8689.0, 8685.0, 8659.0, 8730.0, 8703.0, 8742.0, 8706.0, 8680.0, 8713.0, 8693.0, 8740.0, 8718.0, 8689.0, 8767.0, 8677.0, 8714.0, 8687.0, 8670.0, 8710.0, 8686.0, 8783.0, 8697.0, 8683.0, 8697.0, 8661.0, 8710.0, 8688.0, 8702.0, 8716.0, 8678.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.007345329566854991</td></tr>
<tr><td colspan=3>aqi</td><td>0.030889910734463278</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.99028534675778</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.220961079302546</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1350028385673887</td></tr>
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
<tr><td colspan=3>fber</td><td>5141.251</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13104660184129227</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.500941619585687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4370032800210946</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.282052491046174</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7039573900780867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3249999589390233</td></tr>
<tr><td colspan=3>gcor</td><td>0.00508964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016063842922449112</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03403589129447937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.891362535854807</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>24.4573</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8981</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0121</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310986.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.4507</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.2868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3190.5989</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.4721</td></tr>
<tr><td colspan=3>tsnr</td><td>32.03821582905948</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>