<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-03/func/sub-0021_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>c82220a60e26b453e574bc323aa9aefb</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:57:20.260000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999758, -0.0217241, -0.00337291, 0.0214656, 0.997742, -0.0636376]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100931</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>[4144, -7761, -7249, 544, -34, -26, -38, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c1d1cf3-bb81-4d86-8ea3-e8ef2594e4f7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822783946990967, 0.05759061127901077, -0.012818966060876846, 111.61222839355469], [0.05828415974974632, 2.6768693923950195, -0.17158454656600952, -102.08257293701172], [-0.00904927309602499, 0.17073507606983185, 2.694511890411377, -66.4161605834961], [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': ['145720.260000', '145720.720000', '145721.180000', '145721.640000', '145722.100000', '145722.560000', '145723.020000', '145723.480000', '145723.940000', '145724.400000', '145724.860000', '145725.320000', '145725.780000', '145726.240000', '145726.700000', '145727.160000', '145727.620000', '145728.080000', '145728.540000', '145729.000000', '145729.460000', '145729.920000', '145730.380000', '145730.840000', '145731.300000', '145731.760000', '145732.220000', '145732.680000', '145733.140000', '145733.600000', '145734.060000', '145734.520000', '145734.980000', '145735.440000', '145735.900000', '145736.360000', '145736.820000', '145737.280000', '145737.740000', '145738.200000', '145738.660000', '145739.120000', '145739.580000', '145740.040000', '145740.500000', '145740.960000', '145741.420000', '145741.880000', '145742.340000', '145742.800000', '145743.260000', '145743.720000', '145744.180000', '145744.640000', '145745.100000', '145745.560000', '145746.020000', '145746.480000', '145746.940000', '145747.400000', '145747.860000', '145748.320000', '145748.780000', '145749.240000', '145749.700000', '145750.160000', '145750.620000', '145751.080000', '145751.540000', '145752.000000', '145752.460000', '145752.920000', '145753.380000', '145753.840000', '145754.300000', '145754.760000', '145755.220000', '145755.680000', '145756.140000', '145756.600000', '145757.060000', '145757.520000', '145757.980000', '145758.440000', '145758.900000', '145759.360000', '145759.820000', '145800.280000', '145800.740000', '145801.200000', '145801.660000', '145802.120000', '145802.580000', '145803.040000', '145803.500000', '145803.960000', '145804.420000', '145804.880000', '145805.340000', '145805.800000', '145806.260000', '145806.720000', '145807.180000', '145807.640000', '145808.100000', '145808.560000', '145809.020000', '145809.480000', '145809.940000', '145810.400000', '145810.860000', '145811.320000', '145811.780000', '145812.240000', '145812.700000', '145813.160000', '145813.620000', '145814.080000', '145814.540000', '145815.000000', '145815.460000', '145815.920000', '145816.380000', '145816.840000', '145817.300000', '145817.760000', '145818.220000', '145818.680000', '145819.140000', '145819.600000', '145820.060000', '145820.520000', '145820.980000', '145821.440000', '145821.900000', '145822.360000', '145822.820000', '145823.280000', '145823.740000', '145824.200000', '145824.660000', '145825.120000', '145825.580000', '145826.040000', '145826.500000', '145826.960000', '145827.420000', '145827.880000', '145828.340000', '145828.800000', '145829.260000', '145829.720000', '145830.180000', '145830.640000', '145831.100000', '145831.560000', '145832.020000', '145832.480000', '145832.940000', '145833.400000', '145833.860000', '145834.320000', '145834.780000', '145835.240000', '145835.700000', '145836.160000', '145836.620000', '145837.080000', '145837.540000', '145838.000000', '145838.460000', '145838.920000', '145839.380000', '145839.840000', '145840.300000', '145840.760000', '145841.220000', '145841.680000', '145842.140000', '145842.600000', '145843.060000', '145843.520000', '145843.980000', '145844.440000', '145844.900000', '145845.360000', '145845.820000', '145846.280000', '145846.740000', '145847.200000', '145847.660000', '145848.120000', '145848.580000', '145849.040000', '145849.500000', '145849.960000', '145850.420000', '145850.880000', '145851.340000', '145851.800000', '145852.260000', '145852.720000', '145853.180000', '145853.640000', '145854.100000', '145854.560000', '145855.020000', '145855.480000', '145855.940000', '145856.400000', '145856.860000', '145857.320000', '145857.780000', '145858.240000', '145858.700000', '145859.160000', '145859.620000', '145900.080000', '145900.540000', '145901.000000', '145901.460000', '145901.920000', '145902.380000', '145902.840000', '145903.300000', '145903.760000', '145904.220000', '145904.680000', '145905.140000', '145905.600000', '145906.060000', '145906.520000', '145906.980000', '145907.440000', '145907.900000', '145908.360000', '145908.820000', '145909.280000', '145909.740000', '145910.200000', '145910.660000', '145911.120000', '145911.580000', '145912.040000', '145912.500000', '145912.960000', '145913.420000', '145913.880000', '145914.340000', '145914.800000', '145915.260000', '145915.720000', '145916.180000', '145916.640000', '145917.100000', '145917.560000', '145918.020000', '145918.480000', '145918.940000', '145919.400000', '145919.860000', '145920.320000', '145920.780000', '145921.240000', '145921.700000', '145922.160000', '145922.620000', '145923.080000', '145923.540000', '145924.000000', '145924.460000', '145924.920000', '145925.380000', '145925.840000', '145926.300000', '145926.760000', '145927.220000', '145927.680000', '145928.140000', '145928.600000', '145929.060000', '145929.520000', '145929.980000', '145930.440000', '145930.900000', '145931.360000', '145931.820000', '145932.280000', '145932.740000', '145933.200000', '145933.660000', '145934.120000', '145934.580000', '145935.040000', '145935.500000', '145935.960000', '145936.420000', '145936.880000', '145937.340000', '145937.800000', '145938.260000', '145938.720000', '145939.180000', '145939.640000', '145940.100000', '145940.560000', '145941.020000', '145941.480000', '145941.940000', '145942.400000', '145942.860000', '145943.320000', '145943.780000', '145944.240000', '145944.700000', '145945.160000', '145945.620000', '145946.080000', '145946.540000', '145947.000000', '145947.460000', '145947.920000', '145948.380000', '145948.840000', '145949.300000', '145949.760000', '145950.220000', '145950.680000', '145951.140000', '145951.600000', '145952.060000', '145952.520000', '145952.980000', '145953.440000', '145953.900000', '145954.360000', '145954.820000', '145955.280000', '145955.740000', '145956.200000', '145956.660000', '145957.120000', '145957.580000', '145958.040000', '145958.500000', '145958.960000', '145959.420000', '145959.880000', '150000.340000', '150000.800000', '150001.260000', '150001.720000', '150002.180000', '150002.640000', '150003.100000', '150003.560000', '150004.020000', '150004.480000', '150004.940000', '150005.400000', '150005.860000', '150006.320000', '150006.780000', '150007.240000', '150007.700000', '150008.160000', '150008.620000', '150009.080000', '150009.540000', '150010.000000', '150010.460000', '150010.920000', '150011.380000', '150011.840000', '150012.300000', '150012.760000', '150013.220000', '150013.680000', '150014.140000', '150014.600000', '150015.060000', '150015.520000', '150015.980000', '150016.440000', '150016.900000', '150017.360000', '150017.820000', '150018.280000', '150018.740000', '150019.200000', '150019.660000', '150020.120000', '150020.580000', '150021.040000', '150021.500000', '150021.960000', '150022.420000', '150022.880000', '150023.340000', '150023.800000', '150024.260000', '150024.720000', '150025.180000', '150025.640000', '150026.100000', '150026.560000', '150027.020000', '150027.480000', '150027.940000', '150028.400000', '150028.860000', '150029.320000', '150029.780000', '150030.240000', '150030.700000', '150031.160000', '150031.620000', '150032.080000', '150032.540000', '150033.000000', '150033.460000', '150033.920000', '150034.380000', '150034.840000', '150035.300000', '150035.760000', '150036.220000', '150036.680000', '150037.140000', '150037.600000', '150038.060000', '150038.520000', '150038.980000', '150039.440000', '150039.900000', '150040.360000', '150040.820000', '150041.280000', '150041.740000', '150042.200000', '150042.660000', '150043.120000', '150043.580000', '150044.040000', '150044.500000', '150044.960000', '150045.420000', '150045.880000', '150046.340000', '150046.800000', '150047.260000', '150047.720000', '150048.180000', '150048.640000', '150049.100000', '150049.560000', '150050.020000', '150050.480000', '150050.940000', '150051.400000', '150051.860000', '150052.320000', '150052.780000', '150053.240000', '150053.700000', '150054.160000', '150054.620000', '150055.080000', '150055.540000', '150056.000000', '150056.460000', '150056.920000', '150057.380000', '150057.840000', '150058.300000', '150058.760000', '150059.220000', '150059.680000', '150100.140000', '150100.600000', '150101.060000', '150101.520000', '150101.980000', '150102.440000', '150102.900000', '150103.360000', '150103.820000', '150104.280000', '150104.740000', '150105.200000', '150105.660000', '150106.120000', '150106.580000', '150107.040000', '150107.500000', '150107.960000', '150108.420000', '150108.880000', '150109.340000', '150109.800000', '150110.260000', '150110.720000', '150111.180000', '150111.640000', '150112.100000', '150112.560000', '150113.020000', '150113.480000', '150113.940000', '150114.400000', '150114.860000', '150115.320000', '150115.780000', '150116.240000', '150116.700000', '150117.160000', '150117.620000', '150118.080000', '150118.540000', '150119.000000', '150119.460000', '150119.920000', '150120.380000', '150120.840000', '150121.300000', '150121.760000', '150122.220000', '150122.680000', '150123.140000', '150123.600000', '150124.060000', '150124.520000', '150124.980000', '150125.440000', '150125.900000', '150126.360000', '150126.820000', '150127.280000', '150127.740000', '150128.200000', '150128.660000', '150129.120000', '150129.580000', '150130.040000', '150130.500000', '150130.960000', '150131.420000', '150131.880000', '150132.340000', '150132.800000', '150133.260000', '150133.720000', '150134.180000', '150134.640000', '150135.100000', '150135.560000', '150136.020000', '150136.480000', '150136.940000', '150137.400000', '150137.860000', '150138.320000', '150138.780000', '150139.240000', '150139.700000', '150140.160000', '150140.620000', '150141.080000', '150141.540000', '150142.000000', '150142.460000', '150142.920000', '150143.380000', '150143.840000', '150144.300000', '150144.760000', '150145.220000', '150145.680000', '150146.140000', '150146.600000', '150147.060000', '150147.520000', '150147.980000', '150148.440000', '150148.900000', '150149.360000', '150149.820000', '150150.280000', '150150.740000', '150151.200000', '150151.660000', '150152.120000', '150152.580000', '150153.040000', '150153.500000', '150153.960000', '150154.420000', '150154.880000', '150155.340000', '150155.800000', '150156.260000', '150156.720000', '150157.180000', '150157.640000', '150158.100000', '150158.560000', '150159.020000', '150159.480000', '150159.940000', '150200.400000', '150200.860000', '150201.320000', '150201.780000', '150202.240000', '150202.700000', '150203.160000', '150203.620000', '150204.080000', '150204.540000', '150205.000000', '150205.460000', '150205.920000', '150206.380000', '150206.840000', '150207.300000', '150207.760000', '150208.220000', '150208.680000', '150209.140000', '150209.600000', '150210.060000', '150210.520000', '150210.980000', '150211.440000', '150211.900000', '150212.360000', '150212.820000', '150213.280000', '150213.740000', '150214.200000', '150214.660000', '150215.120000', '150215.580000', '150216.040000', '150216.500000', '150216.960000', '150217.420000', '150217.880000', '150218.340000', '150218.800000', '150219.260000', '150219.720000', '150220.180000', '150220.640000', '150221.100000', '150221.560000', '150222.020000', '150222.480000', '150222.940000', '150223.400000', '150223.860000', '150224.320000', '150224.780000', '150225.240000', '150225.700000', '150226.160000', '150226.620000', '150227.080000', '150227.540000', '150228.000000', '150228.460000', '150228.920000', '150229.380000', '150229.840000', '150230.300000', '150230.760000', '150231.220000', '150231.680000', '150232.140000', '150232.600000', '150233.060000', '150233.520000', '150233.980000', '150234.440000', '150234.900000', '150235.360000', '150235.820000', '150236.280000', '150236.740000', '150237.200000', '150237.660000', '150238.120000', '150238.580000', '150239.040000', '150239.500000', '150239.960000', '150240.420000', '150240.880000', '150241.340000', '150241.800000', '150242.260000', '150242.720000', '150243.180000', '150243.640000', '150244.100000', '150244.560000', '150245.020000', '150245.480000', '150245.940000', '150246.400000', '150246.860000', '150247.320000', '150247.780000', '150248.240000', '150248.700000', '150249.160000', '150249.620000', '150250.080000', '150250.540000', '150251.000000', '150251.460000', '150251.920000', '150252.380000', '150252.840000', '150253.300000', '150253.760000', '150254.220000', '150254.680000', '150255.140000', '150255.600000', '150256.060000', '150256.520000', '150256.980000', '150257.440000', '150257.900000', '150258.360000', '150258.820000', '150259.280000', '150259.740000', '150300.200000', '150300.660000', '150301.120000', '150301.580000', '150302.040000', '150302.500000', '150302.960000', '150303.420000', '150303.880000', '150304.340000', '150304.800000', '150305.260000', '150305.720000', '150306.180000', '150306.640000', '150307.100000', '150307.560000', '150308.020000', '150308.480000', '150308.940000', '150309.400000', '150309.860000', '150310.320000', '150310.780000', '150311.240000', '150311.700000', '150312.160000', '150312.620000', '150313.080000', '150313.540000', '150314.000000', '150314.460000', '150314.920000', '150315.380000', '150315.840000', '150316.300000', '150316.760000', '150317.220000', '150317.680000', '150318.140000', '150318.600000', '150319.060000', '150319.520000', '150319.980000', '150320.440000', '150320.900000', '150321.360000', '150321.820000', '150322.280000', '150322.740000', '150323.200000', '150323.660000', '150324.120000', '150324.580000', '150325.040000', '150325.500000', '150325.960000', '150326.420000', '150326.880000', '150327.340000', '150327.800000', '150328.260000', '150328.720000', '150329.180000', '150329.640000', '150330.100000', '150330.560000', '150331.020000', '150331.480000', '150331.940000', '150332.400000', '150332.860000', '150333.320000', '150333.780000', '150334.240000', '150334.700000', '150335.160000', '150335.620000', '150336.080000', '150336.540000', '150337.000000', '150337.460000', '150337.920000', '150338.380000', '150338.840000', '150339.300000', '150339.760000', '150340.220000', '150340.680000', '150341.140000', '150341.600000', '150342.060000', '150342.520000', '150342.980000', '150343.440000', '150343.900000', '150344.360000', '150344.820000', '150345.280000', '150345.740000', '150346.200000', '150346.660000', '150347.120000', '150347.580000', '150348.040000', '150348.500000', '150348.960000', '150349.420000', '150349.880000', '150350.340000', '150350.800000', '150351.260000', '150351.720000', '150352.180000', '150352.640000', '150353.100000', '150353.560000', '150354.020000', '150354.480000', '150354.940000', '150355.400000', '150355.860000', '150356.320000', '150356.780000', '150357.240000', '150357.700000', '150358.160000', '150358.620000', '150359.080000', '150359.540000', '150400.000000', '150400.460000', '150400.920000', '150401.380000', '150401.840000', '150402.300000', '150402.760000', '150403.220000', '150403.680000', '150404.140000', '150404.600000', '150405.060000', '150405.520000', '150405.980000', '150406.440000', '150406.900000', '150407.360000', '150407.820000', '150408.280000', '150408.740000', '150409.200000', '150409.660000', '150410.120000', '150410.580000', '150411.040000', '150411.500000', '150411.960000', '150412.420000', '150412.880000', '150413.340000', '150413.800000', '150414.260000', '150414.720000', '150415.180000', '150415.640000', '150416.100000', '150416.560000', '150417.020000', '150417.480000', '150417.940000', '150418.400000', '150418.860000', '150419.320000', '150419.780000', '150420.240000', '150420.700000', '150421.160000', '150421.620000', '150422.080000', '150422.540000', '150423.000000', '150423.460000', '150423.920000', '150424.380000', '150424.840000', '150425.300000', '150425.760000', '150426.220000', '150426.680000', '150427.140000', '150427.600000', '150428.060000', '150428.520000', '150428.980000', '150429.440000', '150429.900000', '150430.360000', '150430.820000', '150431.280000', '150431.740000', '150432.200000', '150432.660000', '150433.120000', '150433.580000', '150434.040000', '150434.500000', '150434.960000', '150435.420000', '150435.880000', '150436.340000', '150436.800000', '150437.260000', '150437.720000', '150438.180000', '150438.640000', '150439.100000', '150439.560000', '150440.020000', '150440.480000', '150440.940000', '150441.400000', '150441.860000', '150442.320000', '150442.780000', '150443.240000', '150443.700000', '150444.160000', '150444.620000', '150445.080000', '150445.540000', '150446.000000', '150446.460000', '150446.920000', '150447.380000', '150447.840000', '150448.300000', '150448.760000', '150449.220000', '150449.680000', '150450.140000', '150450.600000', '150451.060000', '150451.520000', '150451.980000', '150452.440000', '150452.900000', '150453.360000', '150453.820000', '150454.280000', '150454.740000', '150455.200000', '150455.660000', '150456.120000', '150456.580000', '150457.040000', '150457.500000', '150457.960000', '150458.420000', '150458.880000', '150459.340000', '150459.800000', '150500.260000', '150500.720000', '150501.180000', '150501.640000', '150502.100000', '150502.560000', '150503.020000', '150503.480000', '150503.940000', '150504.400000', '150504.860000', '150505.320000', '150505.780000', '150506.240000', '150506.700000', '150507.160000', '150507.620000', '150508.080000', '150508.540000', '150509.000000', '150509.460000', '150509.920000', '150510.380000', '150510.840000', '150511.300000', '150511.760000', '150512.220000', '150512.680000', '150513.140000', '150513.600000', '150514.060000', '150514.520000', '150514.980000', '150515.440000', '150515.900000', '150516.360000', '150516.820000', '150517.280000', '150517.740000', '150518.200000', '150518.660000', '150519.120000', '150519.580000', '150520.040000', '150520.500000', '150520.960000', '150521.420000', '150521.880000', '150522.340000', '150522.800000', '150523.260000', '150523.720000', '150524.180000', '150524.640000', '150525.100000', '150525.560000', '150526.020000', '150526.480000', '150526.940000', '150527.400000', '150527.860000', '150528.320000', '150528.780000', '150529.240000', '150529.700000'], 'ContentTime': ['145743.884000', '145743.888000', '145743.892000', '145743.895000', '145743.898000', '145743.901000', '145743.904000', '145743.907000', '145743.910000', '145743.913000', '145743.916000', '145743.919000', '145743.922000', '145743.926000', '145743.928000', '145743.931000', '145743.934000', '145743.937000', '145743.940000', '145743.943000', '145743.946000', '145743.949000', '145743.952000', '145743.955000', '145743.957000', '145743.960000', '145743.963000', '145743.972000', '145743.975000', '145743.978000', '145743.981000', '145743.984000', '145743.987000', '145743.990000', '145743.993000', '145743.996000', '145744.000000', '145744.003000', '145744.006000', '145744.009000', '145744.012000', '145744.015000', '145744.018000', '145744.024000', '145744.028000', '145744.031000', '145744.034000', '145744.037000', '145744.040000', '145803.842000', '145803.845000', '145803.848000', '145803.850000', '145803.853000', '145803.856000', '145803.859000', '145803.862000', '145803.865000', '145803.868000', '145803.870000', '145803.873000', '145803.876000', '145803.879000', '145803.882000', '145803.884000', '145803.887000', '145803.890000', '145803.893000', '145803.896000', '145803.922000', '145803.925000', '145803.927000', '145803.930000', '145803.933000', '145803.936000', '145803.939000', '145803.942000', '145803.944000', '145803.947000', '145803.950000', '145803.953000', '145803.956000', '145803.959000', '145803.961000', '145803.964000', '145803.967000', '145803.970000', '145803.973000', '145803.976000', '145803.988000', '145803.991000', '145803.994000', '145803.997000', '145823.842000', '145823.845000', '145823.848000', '145823.851000', '145823.853000', '145823.856000', '145823.859000', '145823.862000', '145823.865000', '145823.868000', '145823.871000', '145823.874000', '145823.876000', '145823.879000', '145823.882000', '145823.885000', '145823.888000', '145823.891000', '145823.893000', '145823.896000', '145823.899000', '145823.902000', '145823.905000', '145823.908000', '145823.911000', '145823.914000', '145823.916000', '145823.919000', '145823.922000', '145823.925000', '145823.928000', '145823.931000', '145823.933000', '145823.936000', '145823.939000', '145823.942000', '145823.945000', '145823.948000', '145823.951000', '145823.953000', '145823.956000', '145823.959000', '145823.962000', '145843.842000', '145843.845000', '145843.848000', '145843.851000', '145843.854000', '145843.856000', '145843.859000', '145843.862000', '145843.865000', '145843.868000', '145843.870000', '145843.873000', '145843.876000', '145843.879000', '145843.882000', '145843.885000', '145843.888000', '145843.890000', '145843.893000', '145843.896000', '145843.899000', '145843.902000', '145843.914000', '145843.917000', '145843.920000', '145843.923000', '145843.926000', '145843.928000', '145843.931000', '145843.934000', '145843.937000', '145843.940000', '145843.943000', '145843.946000', '145843.949000', '145843.952000', '145843.954000', '145843.957000', '145843.960000', '145843.963000', '145843.966000', '145843.968000', '145843.971000', '145843.974000', '145903.842000', '145903.845000', '145903.848000', '145903.851000', '145903.854000', '145903.856000', '145903.859000', '145903.862000', '145903.865000', '145903.868000', '145903.871000', '145903.874000', '145903.882000', '145903.885000', '145903.888000', '145903.891000', '145903.894000', '145903.897000', '145903.899000', '145903.902000', '145903.905000', '145903.908000', '145903.911000', '145903.914000', '145903.917000', '145903.919000', '145903.922000', '145903.925000', '145903.928000', '145903.931000', '145903.934000', '145903.937000', '145903.939000', '145903.942000', '145903.945000', '145903.948000', '145903.951000', '145903.954000', '145903.957000', '145903.959000', '145903.962000', '145903.965000', '145903.968000', '145923.842000', '145923.845000', '145923.848000', '145923.851000', '145923.854000', '145923.857000', '145923.860000', '145923.863000', '145923.866000', '145923.869000', '145923.872000', '145923.874000', '145923.877000', '145923.880000', '145923.896000', '145923.899000', '145923.902000', '145923.905000', '145923.908000', '145923.910000', '145923.913000', '145923.916000', '145923.919000', '145923.922000', '145923.925000', '145923.928000', '145923.931000', '145923.934000', '145923.936000', '145923.939000', '145923.942000', '145923.945000', '145923.948000', '145923.951000', '145923.954000', '145923.957000', '145923.959000', '145923.962000', '145923.965000', '145923.968000', '145923.971000', '145923.974000', '145923.976000', '145943.842000', '145943.845000', '145943.848000', '145943.851000', '145943.854000', '145943.857000', '145943.860000', '145943.862000', '145943.865000', '145943.868000', '145943.871000', '145943.874000', '145943.877000', '145943.879000', '145943.882000', '145943.885000', '145943.901000', '145943.904000', '145943.907000', '145943.909000', '145943.912000', '145943.915000', '145943.918000', '145943.921000', '145943.924000', '145943.927000', '145943.930000', '145943.932000', '145943.935000', '145943.938000', '145943.941000', '145943.944000', '145943.947000', '145943.950000', '145943.952000', '145943.955000', '145943.958000', '145943.961000', '145943.964000', '145943.967000', '145943.969000', '145943.972000', '145943.975000', '145943.978000', '150003.842000', '150003.845000', '150003.848000', '150003.852000', '150003.854000', '150003.857000', '150003.860000', '150003.863000', '150003.866000', '150003.869000', '150003.872000', '150003.874000', '150003.877000', '150003.880000', '150003.883000', '150003.886000', '150003.889000', '150003.892000', '150003.895000', '150003.897000', '150003.900000', '150003.903000', '150003.906000', '150003.909000', '150003.911000', '150003.914000', '150003.917000', '150003.920000', '150003.923000', '150003.926000', '150003.929000', '150003.932000', '150003.935000', '150003.938000', '150003.940000', '150003.943000', '150003.946000', '150003.949000', '150003.952000', '150003.955000', '150003.958000', '150003.960000', '150003.963000', '150023.842000', '150023.845000', '150023.848000', '150023.851000', '150023.854000', '150023.856000', '150023.859000', '150023.862000', '150023.865000', '150023.868000', '150023.871000', '150023.874000', '150023.876000', '150023.879000', '150023.882000', '150023.885000', '150023.888000', '150023.891000', '150023.894000', '150023.897000', '150023.900000', '150023.902000', '150023.905000', '150023.908000', '150023.911000', '150023.914000', '150023.917000', '150023.920000', '150023.922000', '150023.925000', '150023.928000', '150023.931000', '150023.934000', '150023.937000', '150023.940000', '150023.943000', '150023.945000', '150023.948000', '150023.951000', '150023.954000', '150023.957000', '150023.960000', '150023.963000', '150023.965000', '150043.842000', '150043.845000', '150043.848000', '150043.851000', '150043.854000', '150043.856000', '150043.859000', '150043.862000', '150043.865000', '150043.868000', '150043.871000', '150043.874000', '150043.877000', '150043.880000', '150043.883000', '150043.885000', '150043.888000', '150043.898000', '150043.901000', '150043.904000', '150043.907000', '150043.910000', '150043.912000', '150043.915000', '150043.918000', '150043.921000', '150043.924000', '150043.927000', '150043.930000', '150043.933000', '150043.935000', '150043.938000', '150043.941000', '150043.944000', '150043.947000', '150043.950000', '150043.953000', '150043.956000', '150043.958000', '150043.961000', '150043.964000', '150043.967000', '150043.970000', '150103.842000', '150103.845000', '150103.848000', '150103.851000', '150103.854000', '150103.857000', '150103.860000', '150103.862000', '150103.865000', '150103.868000', '150103.871000', '150103.874000', '150103.877000', '150103.880000', '150103.882000', '150103.885000', '150103.888000', '150103.891000', '150103.894000', '150103.897000', '150103.900000', '150103.903000', '150103.905000', '150103.908000', '150103.911000', '150103.914000', '150103.917000', '150103.920000', '150103.923000', '150103.926000', '150103.928000', '150103.931000', '150103.934000', '150103.937000', '150103.940000', '150103.943000', '150103.946000', '150103.948000', '150103.951000', '150103.954000', '150103.957000', '150103.960000', '150103.963000', '150103.966000', '150123.842000', '150123.845000', '150123.848000', '150123.851000', '150123.854000', '150123.856000', '150123.859000', '150123.862000', '150123.865000', '150123.868000', '150123.871000', '150123.874000', '150123.887000', '150123.890000', '150123.893000', '150123.896000', '150123.898000', '150123.901000', '150123.904000', '150123.907000', '150123.910000', '150123.913000', '150123.916000', '150123.919000', '150123.922000', '150123.925000', '150123.928000', '150123.931000', '150123.934000', '150123.936000', '150123.939000', '150123.942000', '150123.945000', '150123.948000', '150123.951000', '150123.954000', '150123.956000', '150123.959000', '150123.962000', '150123.965000', '150123.968000', '150123.971000', '150123.974000', '150143.842000', '150143.845000', '150143.848000', '150143.851000', '150143.854000', '150143.856000', '150143.859000', '150143.862000', '150143.865000', '150143.868000', '150143.871000', '150143.874000', '150143.877000', '150143.879000', '150143.882000', '150143.885000', '150143.888000', '150143.891000', '150143.894000', '150143.896000', '150143.899000', '150143.902000', '150143.905000', '150143.908000', '150143.911000', '150143.914000', '150143.917000', '150143.920000', '150143.923000', '150143.925000', '150143.928000', '150143.931000', '150143.934000', '150143.937000', '150143.940000', '150143.943000', '150143.946000', '150143.949000', '150143.951000', '150143.954000', '150143.957000', '150143.960000', '150143.963000', '150143.966000', '150203.842000', '150203.845000', '150203.848000', '150203.851000', '150203.855000', '150203.858000', '150203.861000', '150203.864000', '150203.867000', '150203.870000', '150203.873000', '150203.875000', '150203.878000', '150203.881000', '150203.884000', '150203.887000', '150203.890000', '150203.893000', '150203.895000', '150203.898000', '150203.901000', '150203.904000', '150203.907000', '150203.910000', '150203.913000', '150203.916000', '150203.920000', '150203.923000', '150203.927000', '150203.930000', '150203.932000', '150203.935000', '150203.938000', '150203.941000', '150203.944000', '150203.947000', '150203.950000', '150203.952000', '150203.955000', '150203.958000', '150203.961000', '150203.964000', '150203.967000', '150223.842000', '150223.845000', '150223.848000', '150223.851000', '150223.854000', '150223.857000', '150223.859000', '150223.862000', '150223.865000', '150223.868000', '150223.871000', '150223.874000', '150223.877000', '150223.880000', '150223.882000', '150223.885000', '150223.888000', '150223.891000', '150223.894000', '150223.897000', '150223.900000', '150223.903000', '150223.905000', '150223.908000', '150223.911000', '150223.914000', '150223.917000', '150223.920000', '150223.923000', '150223.926000', '150223.929000', '150223.932000', '150223.935000', '150223.937000', '150223.940000', '150223.943000', '150223.946000', '150223.949000', '150223.952000', '150223.955000', '150223.958000', '150223.961000', '150223.963000', '150223.966000', '150243.842000', '150243.845000', '150243.848000', '150243.851000', '150243.854000', '150243.857000', '150243.860000', '150243.862000', '150243.865000', '150243.868000', '150243.871000', '150243.874000', '150243.877000', '150243.880000', '150243.883000', '150243.885000', '150243.888000', '150243.891000', '150243.894000', '150243.897000', '150243.900000', '150243.903000', '150243.922000', '150243.925000', '150243.928000', '150243.933000', '150243.936000', '150243.939000', '150243.944000', '150243.946000', '150243.949000', '150243.952000', '150243.955000', '150243.958000', '150243.961000', '150243.964000', '150243.967000', '150243.970000', '150243.973000', '150243.975000', '150243.978000', '150243.981000', '150243.984000', '150303.842000', '150303.845000', '150303.848000', '150303.851000', '150303.854000', '150303.856000', '150303.859000', '150303.862000', '150303.865000', '150303.868000', '150303.871000', '150303.874000', '150303.876000', '150303.879000', '150303.882000', '150303.885000', '150303.888000', '150303.891000', '150303.894000', '150303.896000', '150303.899000', '150303.902000', '150303.905000', '150303.908000', '150303.911000', '150303.914000', '150303.917000', '150303.920000', '150303.922000', '150303.925000', '150303.928000', '150303.931000', '150303.934000', '150303.937000', '150303.940000', '150303.943000', '150303.945000', '150303.948000', '150303.951000', '150303.954000', '150303.957000', '150303.960000', '150303.963000', '150303.965000', '150323.842000', '150323.845000', '150323.848000', '150323.851000', '150323.854000', '150323.856000', '150323.859000', '150323.862000', '150323.865000', '150323.868000', '150323.871000', '150323.874000', '150323.877000', '150323.879000', '150323.882000', '150323.885000', '150323.888000', '150323.893000', '150323.896000', '150323.899000', '150323.902000', '150323.905000', '150323.907000', '150323.910000', '150323.913000', '150323.916000', '150323.919000', '150323.922000', '150323.924000', '150323.927000', '150323.930000', '150323.933000', '150323.936000', '150323.939000', '150323.942000', '150323.945000', '150323.948000', '150323.951000', '150323.954000', '150323.957000', '150323.960000', '150323.964000', '150323.967000', '150343.842000', '150343.845000', '150343.848000', '150343.851000', '150343.854000', '150343.856000', '150343.860000', '150343.863000', '150343.865000', '150343.868000', '150343.871000', '150343.874000', '150343.877000', '150343.880000', '150343.882000', '150343.885000', '150343.888000', '150343.892000', '150343.894000', '150343.897000', '150343.900000', '150343.903000', '150343.906000', '150343.909000', '150343.912000', '150343.915000', '150343.917000', '150343.920000', '150343.923000', '150343.926000', '150343.929000', '150343.932000', '150343.935000', '150343.938000', '150343.941000', '150343.943000', '150343.946000', '150343.949000', '150343.952000', '150343.955000', '150343.958000', '150343.961000', '150343.963000', '150343.966000', '150403.842000', '150403.845000', '150403.848000', '150403.851000', '150403.854000', '150403.857000', '150403.860000', '150403.862000', '150403.865000', '150403.868000', '150403.871000', '150403.874000', '150403.877000', '150403.880000', '150403.883000', '150403.885000', '150403.888000', '150403.891000', '150403.894000', '150403.897000', '150403.900000', '150403.903000', '150403.906000', '150403.908000', '150403.911000', '150403.914000', '150403.917000', '150403.920000', '150403.923000', '150403.926000', '150403.928000', '150403.931000', '150403.934000', '150403.948000', '150403.951000', '150403.954000', '150403.957000', '150403.959000', '150403.962000', '150403.965000', '150403.968000', '150403.971000', '150403.974000', '150423.842000', '150423.845000', '150423.848000', '150423.851000', '150423.854000', '150423.857000', '150423.859000', '150423.862000', '150423.865000', '150423.868000', '150423.871000', '150423.874000', '150423.877000', '150423.888000', '150423.891000', '150423.894000', '150423.897000', '150423.900000', '150423.903000', '150423.906000', '150423.908000', '150423.911000', '150423.914000', '150423.917000', '150423.920000', '150423.923000', '150423.926000', '150423.929000', '150423.931000', '150423.934000', '150423.937000', '150423.940000', '150423.943000', '150423.946000', '150423.949000', '150423.951000', '150423.954000', '150423.957000', '150423.960000', '150423.963000', '150423.966000', '150423.969000', '150423.972000', '150423.974000', '150443.842000', '150443.845000', '150443.848000', '150443.851000', '150443.854000', '150443.857000', '150443.860000', '150443.862000', '150443.865000', '150443.868000', '150443.871000', '150443.874000', '150443.877000', '150443.880000', '150443.883000', '150443.885000', '150443.888000', '150443.891000', '150443.894000', '150443.897000', '150443.900000', '150443.903000', '150443.906000', '150443.909000', '150443.912000', '150443.914000', '150443.917000', '150443.920000', '150443.923000', '150443.926000', '150443.931000', '150443.934000', '150443.937000', '150443.940000', '150443.943000', '150443.945000', '150443.948000', '150443.951000', '150443.954000', '150443.957000', '150443.960000', '150443.963000', '150443.965000', '150503.842000', '150503.845000', '150503.848000', '150503.851000', '150503.854000', '150503.864000', '150503.867000', '150503.870000', '150503.873000', '150503.876000', '150503.879000', '150503.882000', '150503.884000', '150503.887000', '150503.890000', '150503.893000', '150503.896000', '150503.899000', '150503.902000', '150503.905000', '150503.907000', '150503.910000', '150503.913000', '150503.916000', '150503.919000', '150503.922000', '150503.925000', '150503.928000', '150503.930000', '150503.933000', '150503.936000', '150503.939000', '150503.942000', '150503.945000', '150503.948000', '150503.951000', '150503.954000', '150503.957000', '150503.959000', '150503.962000', '150503.965000', '150503.968000', '150503.971000', '150503.974000', '150523.842000', '150523.845000', '150523.848000', '150523.851000', '150523.854000', '150523.857000', '150523.859000', '150523.862000', '150523.865000', '150523.868000', '150523.871000', '150523.874000', '150523.877000', '150523.879000', '150523.882000', '150523.885000', '150523.888000', '150523.891000', '150523.894000', '150523.897000', '150523.900000', '150523.902000', '150523.905000', '150523.908000', '150523.911000', '150523.914000', '150523.917000', '150523.920000', '150523.923000', '150523.925000', '150523.928000', '150523.931000', '150523.934000', '150523.937000', '150523.940000', '150523.943000', '150523.946000', '150523.948000', '150523.951000', '150523.954000', '150523.957000', '150523.960000', '150523.963000', '150530.983000', '150530.997000', '150531.001000', '150531.004000', '150531.007000', '150531.010000', '150531.013000', '150531.016000', '150531.019000', '150531.021000', '150531.024000', '150531.027000', '150531.030000', '150531.033000', '150531.036000', '150531.039000'], 'InstanceCreationTime': ['145743.884000', '145743.888000', '145743.892000', '145743.895000', '145743.898000', '145743.901000', '145743.904000', '145743.907000', '145743.910000', '145743.913000', '145743.916000', '145743.919000', '145743.922000', '145743.926000', '145743.928000', '145743.931000', '145743.934000', '145743.937000', '145743.940000', '145743.943000', '145743.946000', '145743.949000', '145743.952000', '145743.955000', '145743.957000', '145743.960000', '145743.963000', '145743.972000', '145743.975000', '145743.978000', '145743.981000', '145743.984000', '145743.987000', '145743.990000', '145743.993000', '145743.996000', '145744.000000', '145744.003000', '145744.006000', '145744.009000', '145744.012000', '145744.015000', '145744.018000', '145744.024000', '145744.028000', '145744.031000', '145744.034000', '145744.037000', '145744.040000', '145803.842000', '145803.845000', '145803.848000', '145803.850000', '145803.853000', '145803.856000', '145803.859000', '145803.862000', '145803.865000', '145803.868000', '145803.870000', '145803.873000', '145803.876000', '145803.879000', '145803.882000', '145803.884000', '145803.887000', '145803.890000', '145803.893000', '145803.896000', '145803.922000', '145803.925000', '145803.927000', '145803.930000', '145803.933000', '145803.936000', '145803.939000', '145803.942000', '145803.944000', '145803.947000', '145803.950000', '145803.953000', '145803.956000', '145803.959000', '145803.961000', '145803.964000', '145803.967000', '145803.970000', '145803.973000', '145803.976000', '145803.988000', '145803.991000', '145803.994000', '145803.997000', '145823.842000', '145823.845000', '145823.848000', '145823.851000', '145823.853000', '145823.856000', '145823.859000', '145823.862000', '145823.865000', '145823.868000', '145823.871000', '145823.874000', '145823.876000', '145823.879000', '145823.882000', '145823.885000', '145823.888000', '145823.891000', '145823.893000', '145823.896000', '145823.899000', '145823.902000', '145823.905000', '145823.908000', '145823.911000', '145823.914000', '145823.916000', '145823.919000', '145823.922000', '145823.925000', '145823.928000', '145823.931000', '145823.933000', '145823.936000', '145823.939000', '145823.942000', '145823.945000', '145823.948000', '145823.951000', '145823.953000', '145823.956000', '145823.959000', '145823.962000', '145843.842000', '145843.845000', '145843.848000', '145843.851000', '145843.854000', '145843.856000', '145843.859000', '145843.862000', '145843.865000', '145843.868000', '145843.870000', '145843.873000', '145843.876000', '145843.879000', '145843.882000', '145843.885000', '145843.888000', '145843.890000', '145843.893000', '145843.896000', '145843.899000', '145843.902000', '145843.914000', '145843.917000', '145843.920000', '145843.923000', '145843.926000', '145843.928000', '145843.931000', '145843.934000', '145843.937000', '145843.940000', '145843.943000', '145843.946000', '145843.949000', '145843.952000', '145843.954000', '145843.957000', '145843.960000', '145843.963000', '145843.966000', '145843.968000', '145843.971000', '145843.974000', '145903.842000', '145903.845000', '145903.848000', '145903.851000', '145903.854000', '145903.856000', '145903.859000', '145903.862000', '145903.865000', '145903.868000', '145903.871000', '145903.874000', '145903.882000', '145903.885000', '145903.888000', '145903.891000', '145903.894000', '145903.897000', '145903.899000', '145903.902000', '145903.905000', '145903.908000', '145903.911000', '145903.914000', '145903.917000', '145903.919000', '145903.922000', '145903.925000', '145903.928000', '145903.931000', '145903.934000', '145903.937000', '145903.939000', '145903.942000', '145903.945000', '145903.948000', '145903.951000', '145903.954000', '145903.957000', '145903.959000', '145903.962000', '145903.965000', '145903.968000', '145923.842000', '145923.845000', '145923.848000', '145923.851000', '145923.854000', '145923.857000', '145923.860000', '145923.863000', '145923.866000', '145923.869000', '145923.872000', '145923.874000', '145923.877000', '145923.880000', '145923.896000', '145923.899000', '145923.902000', '145923.905000', '145923.908000', '145923.910000', '145923.913000', '145923.916000', '145923.919000', '145923.922000', '145923.925000', '145923.928000', '145923.931000', '145923.934000', '145923.936000', '145923.939000', '145923.942000', '145923.945000', '145923.948000', '145923.951000', '145923.954000', '145923.957000', '145923.959000', '145923.962000', '145923.965000', '145923.968000', '145923.971000', '145923.974000', '145923.976000', '145943.842000', '145943.845000', '145943.848000', '145943.851000', '145943.854000', '145943.857000', '145943.860000', '145943.862000', '145943.865000', '145943.868000', '145943.871000', '145943.874000', '145943.877000', '145943.879000', '145943.882000', '145943.885000', '145943.901000', '145943.904000', '145943.907000', '145943.909000', '145943.912000', '145943.915000', '145943.918000', '145943.921000', '145943.924000', '145943.927000', '145943.930000', '145943.932000', '145943.935000', '145943.938000', '145943.941000', '145943.944000', '145943.947000', '145943.950000', '145943.952000', '145943.955000', '145943.958000', '145943.961000', '145943.964000', '145943.967000', '145943.969000', '145943.972000', '145943.975000', '145943.978000', '150003.842000', '150003.845000', '150003.848000', '150003.852000', '150003.854000', '150003.857000', '150003.860000', '150003.863000', '150003.866000', '150003.869000', '150003.872000', '150003.874000', '150003.877000', '150003.880000', '150003.883000', '150003.886000', '150003.889000', '150003.892000', '150003.895000', '150003.897000', '150003.900000', '150003.903000', '150003.906000', '150003.909000', '150003.911000', '150003.914000', '150003.917000', '150003.920000', '150003.923000', '150003.926000', '150003.929000', '150003.932000', '150003.935000', '150003.938000', '150003.940000', '150003.943000', '150003.946000', '150003.949000', '150003.952000', '150003.955000', '150003.958000', '150003.960000', '150003.963000', '150023.842000', '150023.845000', '150023.848000', '150023.851000', '150023.854000', '150023.856000', '150023.859000', '150023.862000', '150023.865000', '150023.868000', '150023.871000', '150023.874000', '150023.876000', '150023.879000', '150023.882000', '150023.885000', '150023.888000', '150023.891000', '150023.894000', '150023.897000', '150023.900000', '150023.902000', '150023.905000', '150023.908000', '150023.911000', '150023.914000', '150023.917000', '150023.920000', '150023.922000', '150023.925000', '150023.928000', '150023.931000', '150023.934000', '150023.937000', '150023.940000', '150023.943000', '150023.945000', '150023.948000', '150023.951000', '150023.954000', '150023.957000', '150023.960000', '150023.963000', '150023.965000', '150043.842000', '150043.845000', '150043.848000', '150043.851000', '150043.854000', '150043.856000', '150043.859000', '150043.862000', '150043.865000', '150043.868000', '150043.871000', '150043.874000', '150043.877000', '150043.880000', '150043.883000', '150043.885000', '150043.888000', '150043.898000', '150043.901000', '150043.904000', '150043.907000', '150043.910000', '150043.912000', '150043.915000', '150043.918000', '150043.921000', '150043.924000', '150043.927000', '150043.930000', '150043.933000', '150043.935000', '150043.938000', '150043.941000', '150043.944000', '150043.947000', '150043.950000', '150043.953000', '150043.956000', '150043.958000', '150043.961000', '150043.964000', '150043.967000', '150043.970000', '150103.842000', '150103.845000', '150103.848000', '150103.851000', '150103.854000', '150103.857000', '150103.860000', '150103.862000', '150103.865000', '150103.868000', '150103.871000', '150103.874000', '150103.877000', '150103.880000', '150103.882000', '150103.885000', '150103.888000', '150103.891000', '150103.894000', '150103.897000', '150103.900000', '150103.903000', '150103.905000', '150103.908000', '150103.911000', '150103.914000', '150103.917000', '150103.920000', '150103.923000', '150103.926000', '150103.928000', '150103.931000', '150103.934000', '150103.937000', '150103.940000', '150103.943000', '150103.946000', '150103.948000', '150103.951000', '150103.954000', '150103.957000', '150103.960000', '150103.963000', '150103.966000', '150123.842000', '150123.845000', '150123.848000', '150123.851000', '150123.854000', '150123.856000', '150123.859000', '150123.862000', '150123.865000', '150123.868000', '150123.871000', '150123.874000', '150123.887000', '150123.890000', '150123.893000', '150123.896000', '150123.898000', '150123.901000', '150123.904000', '150123.907000', '150123.910000', '150123.913000', '150123.916000', '150123.919000', '150123.922000', '150123.925000', '150123.928000', '150123.931000', '150123.934000', '150123.936000', '150123.939000', '150123.942000', '150123.945000', '150123.948000', '150123.951000', '150123.954000', '150123.956000', '150123.959000', '150123.962000', '150123.965000', '150123.968000', '150123.971000', '150123.974000', '150143.842000', '150143.845000', '150143.848000', '150143.851000', '150143.854000', '150143.856000', '150143.859000', '150143.862000', '150143.865000', '150143.868000', '150143.871000', '150143.874000', '150143.877000', '150143.879000', '150143.882000', '150143.885000', '150143.888000', '150143.891000', '150143.894000', '150143.896000', '150143.899000', '150143.902000', '150143.905000', '150143.908000', '150143.911000', '150143.914000', '150143.917000', '150143.920000', '150143.923000', '150143.925000', '150143.928000', '150143.931000', '150143.934000', '150143.937000', '150143.940000', '150143.943000', '150143.946000', '150143.949000', '150143.951000', '150143.954000', '150143.957000', '150143.960000', '150143.963000', '150143.966000', '150203.842000', '150203.845000', '150203.848000', '150203.851000', '150203.855000', '150203.858000', '150203.861000', '150203.864000', '150203.867000', '150203.870000', '150203.873000', '150203.875000', '150203.878000', '150203.881000', '150203.884000', '150203.887000', '150203.890000', '150203.893000', '150203.895000', '150203.898000', '150203.901000', '150203.904000', '150203.907000', '150203.910000', '150203.913000', '150203.916000', '150203.920000', '150203.923000', '150203.927000', '150203.930000', '150203.932000', '150203.935000', '150203.938000', '150203.941000', '150203.944000', '150203.947000', '150203.950000', '150203.952000', '150203.955000', '150203.958000', '150203.961000', '150203.964000', '150203.967000', '150223.842000', '150223.845000', '150223.848000', '150223.851000', '150223.854000', '150223.857000', '150223.859000', '150223.862000', '150223.865000', '150223.868000', '150223.871000', '150223.874000', '150223.877000', '150223.880000', '150223.882000', '150223.885000', '150223.888000', '150223.891000', '150223.894000', '150223.897000', '150223.900000', '150223.903000', '150223.905000', '150223.908000', '150223.911000', '150223.914000', '150223.917000', '150223.920000', '150223.923000', '150223.926000', '150223.929000', '150223.932000', '150223.935000', '150223.937000', '150223.940000', '150223.943000', '150223.946000', '150223.949000', '150223.952000', '150223.955000', '150223.958000', '150223.961000', '150223.963000', '150223.966000', '150243.842000', '150243.845000', '150243.848000', '150243.851000', '150243.854000', '150243.857000', '150243.860000', '150243.862000', '150243.865000', '150243.868000', '150243.871000', '150243.874000', '150243.877000', '150243.880000', '150243.883000', '150243.885000', '150243.888000', '150243.891000', '150243.894000', '150243.897000', '150243.900000', '150243.903000', '150243.922000', '150243.925000', '150243.928000', '150243.933000', '150243.936000', '150243.939000', '150243.944000', '150243.946000', '150243.949000', '150243.952000', '150243.955000', '150243.958000', '150243.961000', '150243.964000', '150243.967000', '150243.970000', '150243.973000', '150243.975000', '150243.978000', '150243.981000', '150243.984000', '150303.842000', '150303.845000', '150303.848000', '150303.851000', '150303.854000', '150303.856000', '150303.859000', '150303.862000', '150303.865000', '150303.868000', '150303.871000', '150303.874000', '150303.876000', '150303.879000', '150303.882000', '150303.885000', '150303.888000', '150303.891000', '150303.894000', '150303.896000', '150303.899000', '150303.902000', '150303.905000', '150303.908000', '150303.911000', '150303.914000', '150303.917000', '150303.920000', '150303.922000', '150303.925000', '150303.928000', '150303.931000', '150303.934000', '150303.937000', '150303.940000', '150303.943000', '150303.945000', '150303.948000', '150303.951000', '150303.954000', '150303.957000', '150303.960000', '150303.963000', '150303.965000', '150323.842000', '150323.845000', '150323.848000', '150323.851000', '150323.854000', '150323.856000', '150323.859000', '150323.862000', '150323.865000', '150323.868000', '150323.871000', '150323.874000', '150323.877000', '150323.879000', '150323.882000', '150323.885000', '150323.888000', '150323.893000', '150323.896000', '150323.899000', '150323.902000', '150323.905000', '150323.907000', '150323.910000', '150323.913000', '150323.916000', '150323.919000', '150323.922000', '150323.924000', '150323.927000', '150323.930000', '150323.933000', '150323.936000', '150323.939000', '150323.942000', '150323.945000', '150323.948000', '150323.951000', '150323.954000', '150323.957000', '150323.960000', '150323.964000', '150323.967000', '150343.842000', '150343.845000', '150343.848000', '150343.851000', '150343.854000', '150343.856000', '150343.860000', '150343.863000', '150343.865000', '150343.868000', '150343.871000', '150343.874000', '150343.877000', '150343.880000', '150343.882000', '150343.885000', '150343.888000', '150343.892000', '150343.894000', '150343.897000', '150343.900000', '150343.903000', '150343.906000', '150343.909000', '150343.912000', '150343.915000', '150343.917000', '150343.920000', '150343.923000', '150343.926000', '150343.929000', '150343.932000', '150343.935000', '150343.938000', '150343.941000', '150343.943000', '150343.946000', '150343.949000', '150343.952000', '150343.955000', '150343.958000', '150343.961000', '150343.963000', '150343.966000', '150403.842000', '150403.845000', '150403.848000', '150403.851000', '150403.854000', '150403.857000', '150403.860000', '150403.862000', '150403.865000', '150403.868000', '150403.871000', '150403.874000', '150403.877000', '150403.880000', '150403.883000', '150403.885000', '150403.888000', '150403.891000', '150403.894000', '150403.897000', '150403.900000', '150403.903000', '150403.906000', '150403.908000', '150403.911000', '150403.914000', '150403.917000', '150403.920000', '150403.923000', '150403.926000', '150403.928000', '150403.931000', '150403.934000', '150403.948000', '150403.951000', '150403.954000', '150403.957000', '150403.959000', '150403.962000', '150403.965000', '150403.968000', '150403.971000', '150403.974000', '150423.842000', '150423.845000', '150423.848000', '150423.851000', '150423.854000', '150423.857000', '150423.859000', '150423.862000', '150423.865000', '150423.868000', '150423.871000', '150423.874000', '150423.877000', '150423.888000', '150423.891000', '150423.894000', '150423.897000', '150423.900000', '150423.903000', '150423.906000', '150423.908000', '150423.911000', '150423.914000', '150423.917000', '150423.920000', '150423.923000', '150423.926000', '150423.929000', '150423.931000', '150423.934000', '150423.937000', '150423.940000', '150423.943000', '150423.946000', '150423.949000', '150423.951000', '150423.954000', '150423.957000', '150423.960000', '150423.963000', '150423.966000', '150423.969000', '150423.972000', '150423.974000', '150443.842000', '150443.845000', '150443.848000', '150443.851000', '150443.854000', '150443.857000', '150443.860000', '150443.862000', '150443.865000', '150443.868000', '150443.871000', '150443.874000', '150443.877000', '150443.880000', '150443.883000', '150443.885000', '150443.888000', '150443.891000', '150443.894000', '150443.897000', '150443.900000', '150443.903000', '150443.906000', '150443.909000', '150443.912000', '150443.914000', '150443.917000', '150443.920000', '150443.923000', '150443.926000', '150443.931000', '150443.934000', '150443.937000', '150443.940000', '150443.943000', '150443.945000', '150443.948000', '150443.951000', '150443.954000', '150443.957000', '150443.960000', '150443.963000', '150443.965000', '150503.842000', '150503.845000', '150503.848000', '150503.851000', '150503.854000', '150503.864000', '150503.867000', '150503.870000', '150503.873000', '150503.876000', '150503.879000', '150503.882000', '150503.884000', '150503.887000', '150503.890000', '150503.893000', '150503.896000', '150503.899000', '150503.902000', '150503.905000', '150503.907000', '150503.910000', '150503.913000', '150503.916000', '150503.919000', '150503.922000', '150503.925000', '150503.928000', '150503.930000', '150503.933000', '150503.936000', '150503.939000', '150503.942000', '150503.945000', '150503.948000', '150503.951000', '150503.954000', '150503.957000', '150503.959000', '150503.962000', '150503.965000', '150503.968000', '150503.971000', '150503.974000', '150523.842000', '150523.845000', '150523.848000', '150523.851000', '150523.854000', '150523.857000', '150523.859000', '150523.862000', '150523.865000', '150523.868000', '150523.871000', '150523.874000', '150523.877000', '150523.879000', '150523.882000', '150523.885000', '150523.888000', '150523.891000', '150523.894000', '150523.897000', '150523.900000', '150523.902000', '150523.905000', '150523.908000', '150523.911000', '150523.914000', '150523.917000', '150523.920000', '150523.923000', '150523.925000', '150523.928000', '150523.931000', '150523.934000', '150523.937000', '150523.940000', '150523.943000', '150523.946000', '150523.948000', '150523.951000', '150523.954000', '150523.957000', '150523.960000', '150523.963000', '150530.983000', '150530.997000', '150531.001000', '150531.004000', '150531.007000', '150531.010000', '150531.013000', '150531.016000', '150531.019000', '150531.021000', '150531.024000', '150531.027000', '150531.030000', '150531.033000', '150531.036000', '150531.039000'], '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': [12722, 16896, 13003, 15337, 12684, 15315, 12297, 15268, 11799, 14834, 11605, 14126, 11758, 14671, 11785, 14853, 10697, 15018, 9181, 15920, 10104, 13871, 14926, 12439, 15973, 12869, 15189, 11648, 14947, 9752, 14844, 9378, 13596, 16079, 12186, 15371, 11439, 14863, 9317, 14310, 9877, 13171, 15395, 11724, 14659, 11593, 14302, 9496, 13703, 9417, 13078, 15031, 11985, 14349, 11192, 14682, 9328, 14149, 9248, 13982, 14738, 12350, 14866, 11812, 14684, 9953, 14373, 9093, 14597, 12606, 13828, 15442, 12161, 14972, 12344, 15136, 11457, 15150, 10232, 15070, 9644, 15258, 9809, 15364, 9863, 15128, 14889, 13602, 16267, 13328, 15606, 12503, 15081, 11107, 15216, 10283, 15010, 13761, 13234, 15333, 12238, 15721, 13014, 13815, 11521, 10389, 15465, 11308, 15522, 12677, 14485, 13083, 16655, 12314, 15364, 11859, 14744, 11549, 14555, 10562, 14299, 9481, 13230, 14745, 12044, 14571, 12067, 14051, 11851, 14187, 11007, 15089, 9872, 15925, 9358, 14758, 11199, 13359, 15410, 12098, 14764, 12205, 14748, 11087, 14752, 9518, 15245, 9436, 14594, 12748, 12155, 14505, 11669, 14214, 10949, 14164, 9559, 14082, 9015, 12775, 15124, 11898, 13936, 11144, 14540, 9340, 14661, 9314, 12087, 15247, 11363, 14217, 11359, 14304, 10418, 15291, 10355, 13986, 10841, 14226, 11450, 8905, 15868, 11991, 16110, 12794, 16327, 12123, 15928, 12590, 15480, 10549, 14271, 9479, 14085, 15845, 11567, 15002, 11972, 13816, 10231, 13652, 10304, 12942, 15109, 11878, 14140, 11737, 14389, 10111, 15239, 9375, 15261, 15349, 12471, 15342, 12920, 14486, 11892, 14950, 10841, 15419, 9417, 15763, 9042, 15132, 14488, 12219, 15191, 12288, 14192, 11591, 14630, 9628, 15056, 8865, 15474, 11662, 12535, 15175, 11909, 14686, 12398, 15029, 11900, 15019, 11561, 15166, 12224, 14982, 11603, 15181, 11172, 15363, 10366, 14735, 10088, 14909, 10484, 14798, 10131, 14747, 11071, 14116, 14326, 12917, 15499, 11703, 15197, 11866, 15722, 11868, 15578, 10985, 15273, 10507, 15779, 11399, 15813, 11728, 14893, 13314, 13933, 14770, 13245, 14534, 12816, 15129, 12399, 16182, 12198, 15471, 12664, 14882, 11645, 15220, 12186, 15388, 12046, 15049, 11793, 14267, 9958, 14831, 12027, 13025, 14290, 11651, 14590, 11758, 14183, 11596, 14657, 10915, 14584, 11725, 15196, 11721, 15022, 11666, 14761, 11440, 15031, 11787, 14989, 11589, 14898, 11694, 15148, 11935, 14531, 11275, 14543, 10649, 14644, 10304, 14364, 12517, 13240, 14704, 12070, 14750, 11410, 14217, 10087, 14586, 12722, 13050, 15002, 11070, 14321, 9998, 14435, 10192, 13217, 12206, 12313, 16104, 11739, 14888, 11039, 14044, 10020, 14047, 10858, 14197, 10835, 13224, 13468, 11279, 14330, 11106, 14787, 11321, 14424, 10025, 13934, 11083, 14167, 14247, 11559, 15098, 11669, 14921, 10639, 14196, 10762, 13503, 15460, 11441, 14300, 11369, 14196, 10826, 14080, 10031, 14430, 10458, 13722, 13405, 12363, 15888, 11559, 15489, 11406, 14726, 11183, 14936, 10799, 15549, 10737, 15388, 11079, 15306, 11416, 16000, 12116, 15094, 13311, 14260, 13910, 14024, 11991, 13653, 12187, 15339, 9455, 16034, 12266, 16341, 12806, 10688, 16575, 10592, 16105, 11180, 14767, 14253, 12670, 15817, 11765, 14900, 11938, 14421, 11682, 14590, 9928, 15233, 9679, 16668, 9990, 15475, 10872, 15924, 12055, 15802, 12389, 15114, 11992, 14593, 10859, 14948, 10205, 14832, 10102, 15317, 10952, 15099, 12112, 12804, 14976, 11675, 14298, 11666, 14384, 11419, 13610, 9419, 14523, 9091, 14923, 9907, 13971, 10337, 10127, 15923, 12573, 14173, 13380, 10091, 16766, 10733, 16399, 11223, 16089, 10996, 15676, 11884, 15872, 12302, 13605, 14177, 11466, 18044, 13427, 12304, 15862, 12046, 14578, 13046, 12660, 13821, 12117, 14406, 11391, 15756, 12108, 15492, 11792, 15421, 11935, 13065, 13003, 10415, 14300, 11745, 14732, 12028, 15992, 11828, 15758, 12382, 15807, 11924, 14189, 11570, 14373, 11734, 15049, 14204, 16011, 12224, 11866, 13792, 10831, 15563, 11338, 13911, 11130, 9755, 12367, 9264, 13668, 9726, 13973, 9978, 13762, 9837, 13336, 10198, 13759, 11381, 13447, 11239, 10580, 12553, 10221, 12423, 11794, 12678, 11756, 12396, 13416, 12072, 16375, 11896, 15205, 11630, 14274, 11335, 13831, 11273, 13391, 10493, 12957, 10200, 12479, 10793, 12463, 10921, 11872, 11143, 10465, 10321, 12113, 9878, 14366, 11248, 10415, 12696, 9634, 10602, 11293, 10130, 13721, 10883, 15315, 12144, 12687, 14131, 16505, 12812, 17471, 12314, 15050, 10685, 14458, 13121, 11901, 15294, 12024, 13481, 10913, 13316, 11781, 12999, 11349, 11738, 11878, 11385, 12714, 10429, 15666, 11616, 13868, 10293, 12570, 10391, 13020, 10307, 12363, 9794, 11699, 10352, 11535, 12692, 11186, 12854, 10672, 14000, 10670, 14832, 11230, 13558, 11048, 13341, 11048, 13114, 11025, 13040, 11149, 13187, 11100, 13169, 11292, 12634, 13439, 12108, 14799, 11662, 14664, 11681, 14645, 12199, 13757, 11718, 12893, 11352, 13310, 11575, 13302, 11768, 12827, 11762, 12834, 13186, 11888, 14562, 11069, 14365, 11429, 13342, 11300, 12980, 10690, 13174, 10600, 12840, 11636, 12007, 12159, 11211, 14116, 11301, 14920, 11453, 13244, 10758, 12735, 10350, 13943, 11150, 13729, 11424, 13689, 10969, 14354, 11714, 12325, 11574, 12073, 12012, 16072, 12329, 15738, 11918, 15973, 13401, 14871, 12295, 14313, 11847, 14557, 11970, 14482, 13138, 12323, 16297, 12989, 14541, 12620, 13971, 11429, 13927, 11283, 14108, 11273, 11938, 11642, 11284, 13721, 11987, 14998, 11669, 13125, 10991, 13406, 10154, 12672, 9911, 11375, 11614, 11391, 13693, 11152, 13488, 10905, 12833, 10941, 12373, 9832, 12053, 11206, 10865, 13795, 11070, 13009, 10446, 12389, 9999, 10164, 10435, 9906, 14324, 10586, 13090, 10908, 12840, 11705, 15930, 10958, 16058, 11664, 15184, 11357, 14054, 10841, 12892, 10936, 13161, 10815, 13044, 10702, 12547, 10991, 12200, 11127, 11501, 15651, 11444, 14023, 11071, 12937, 10153, 12319, 12047, 10795, 14556, 11059, 13478, 10907, 13087, 10122, 12077, 10997, 11170, 12853, 10829, 14464, 10917, 12807, 9843, 13101, 9744, 13043, 9494, 11323, 9950, 10776, 11992, 10695, 13364, 10026, 13682, 10124, 12789, 9805, 12625, 11265, 11020, 10356, 12286, 9843, 13473, 10265, 13966, 10689, 13402, 10708, 12850, 10829, 13590, 10709, 13183, 11340, 13275, 16545, 12212, 16029, 13230, 14523, 11639, 13989, 11701, 12305, 16274, 12386, 14619, 11798, 13297, 10987, 12582, 11970, 11347, 14918, 10890, 13515, 10805, 13387, 10061, 12161, 10767, 11471, 13181, 10834, 14363, 10659, 12900, 10167, 12756, 10797, 12853, 9939, 10980, 9702, 9914, 11038, 10382, 10153, 11818, 9819, 13041, 10272, 14113, 10442, 13176, 10584, 13165, 11731, 15996, 11283, 15939, 11804, 15368, 12542, 14989, 11805, 13609, 10967, 13533, 11305, 13734, 10460, 13194, 10701, 13937, 10264, 13550, 10751, 12944, 11318, 12002, 13171, 11531, 14715, 11885, 14013, 11383, 14198, 10942, 13465, 10703, 12401, 11784, 11131, 14505, 11475, 13310, 10500, 12967, 10493, 12297, 9491, 11257, 10641, 10199, 13020, 10820, 13690, 10419, 12361, 9903, 12503, 10231, 12231, 10668, 11521, 14573, 10777, 13341, 10619, 12603, 10405, 12437, 13182, 11876, 14519, 10676, 13402, 10151, 14204, 11301, 13805, 10493, 13479, 10074, 12759, 9941, 13078, 10051, 12487, 9792, 11611, 9897, 11566, 11515, 10570, 13342, 10887, 13196, 10108, 13187, 10329, 12760, 9777, 12734, 9986, 12774, 10280, 12724, 9685, 12670, 10210, 12563, 11158, 12429, 10899, 12101, 13328, 10615, 15419, 11494, 14412, 10734, 13963, 10713, 14167, 11308, 14296, 10779, 13693, 10459, 14245, 11753, 13845, 10568, 13006, 11392, 13479, 12115, 13199, 11205, 16944, 11426, 13868, 11473, 13769, 10778, 12902, 10802, 12242, 11789, 10826, 14666, 11479], 'WindowCenter': [5314.0, 5311.0, 5249.0, 5248.0, 5230.0, 5246.0, 5203.0, 5205.0, 5186.0, 5193.0, 5162.0, 5180.0, 5172.0, 5189.0, 5171.0, 5189.0, 5150.0, 5203.0, 5154.0, 5211.0, 5151.0, 5192.0, 5199.0, 5182.0, 5211.0, 5182.0, 5202.0, 5176.0, 5202.0, 5153.0, 5203.0, 5155.0, 5205.0, 5213.0, 5185.0, 5203.0, 5173.0, 5202.0, 5154.0, 5204.0, 5163.0, 5194.0, 5211.0, 5184.0, 5203.0, 5186.0, 5201.0, 5165.0, 5205.0, 5155.0, 5206.0, 5214.0, 5197.0, 5216.0, 5180.0, 5215.0, 5180.0, 5218.0, 5167.0, 5217.0, 5215.0, 5209.0, 5227.0, 5211.0, 5227.0, 5175.0, 5231.0, 5167.0, 5243.0, 5215.0, 5216.0, 5228.0, 5210.0, 5225.0, 5220.0, 5252.0, 5209.0, 5239.0, 5188.0, 5240.0, 5189.0, 5266.0, 5192.0, 5253.0, 5191.0, 5243.0, 5239.0, 5243.0, 5250.0, 5216.0, 5240.0, 5205.0, 5229.0, 5215.0, 5241.0, 5189.0, 5227.0, 5219.0, 5250.0, 5354.0, 5325.0, 5315.0, 5230.0, 5210.0, 5257.0, 5189.0, 5203.0, 5163.0, 5215.0, 5210.0, 5219.0, 5225.0, 5230.0, 5202.0, 5204.0, 5176.0, 5182.0, 5163.0, 5184.0, 5154.0, 5195.0, 5143.0, 5173.0, 5192.0, 5174.0, 5180.0, 5160.0, 5167.0, 5148.0, 5167.0, 5151.0, 5181.0, 5138.0, 5189.0, 5130.0, 5181.0, 5150.0, 5170.0, 5192.0, 5172.0, 5180.0, 5171.0, 5180.0, 5160.0, 5190.0, 5154.0, 5203.0, 5144.0, 5192.0, 5170.0, 5169.0, 5180.0, 5164.0, 5181.0, 5162.0, 5182.0, 5142.0, 5184.0, 5132.0, 5182.0, 5204.0, 5174.0, 5182.0, 5163.0, 5192.0, 5146.0, 5206.0, 5145.0, 5185.0, 5204.0, 5177.0, 5191.0, 5201.0, 5237.0, 5220.0, 5251.0, 5184.0, 5204.0, 5175.0, 5206.0, 5221.0, 5197.0, 5251.0, 5210.0, 5226.0, 5210.0, 5225.0, 5199.0, 5232.0, 5202.0, 5220.0, 5177.0, 5208.0, 5153.0, 5198.0, 5218.0, 5176.0, 5194.0, 5164.0, 5183.0, 5149.0, 5185.0, 5150.0, 5180.0, 5182.0, 5163.0, 5180.0, 5158.0, 5181.0, 5165.0, 5203.0, 5143.0, 5195.0, 5187.0, 5175.0, 5205.0, 5184.0, 5183.0, 5174.0, 5193.0, 5164.0, 5206.0, 5171.0, 5215.0, 5143.0, 5206.0, 5194.0, 5186.0, 5206.0, 5183.0, 5195.0, 5175.0, 5195.0, 5158.0, 5208.0, 5147.0, 5206.0, 5173.0, 5188.0, 5178.0, 5155.0, 5145.0, 5100.0, 5174.0, 5165.0, 5213.0, 5182.0, 5197.0, 5185.0, 5215.0, 5195.0, 5229.0, 5198.0, 5240.0, 5189.0, 5241.0, 5202.0, 5242.0, 5192.0, 5229.0, 5180.0, 5230.0, 5202.0, 5235.0, 5225.0, 5207.0, 5230.0, 5198.0, 5219.0, 5198.0, 5229.0, 5196.0, 5229.0, 5174.0, 5218.0, 5179.0, 5228.0, 5187.0, 5226.0, 5187.0, 5216.0, 5207.0, 5220.0, 5217.0, 5208.0, 5216.0, 5206.0, 5230.0, 5212.0, 5227.0, 5208.0, 5217.0, 5208.0, 5216.0, 5200.0, 5228.0, 5193.0, 5215.0, 5196.0, 5215.0, 5188.0, 5219.0, 5180.0, 5218.0, 5183.0, 5197.0, 5206.0, 5197.0, 5216.0, 5188.0, 5206.0, 5176.0, 5200.0, 5191.0, 5213.0, 5202.0, 5212.0, 5197.0, 5215.0, 5202.0, 5228.0, 5200.0, 5224.0, 5198.0, 5220.0, 5204.0, 5243.0, 5203.0, 5218.0, 5190.0, 5217.0, 5188.0, 5231.0, 5179.0, 5205.0, 5166.0, 5205.0, 5187.0, 5208.0, 5204.0, 5184.0, 5202.0, 5163.0, 5192.0, 5168.0, 5207.0, 5171.0, 5184.0, 5193.0, 5161.0, 5192.0, 5156.0, 5191.0, 5141.0, 5183.0, 5172.0, 5186.0, 5203.0, 5173.0, 5190.0, 5165.0, 5193.0, 5157.0, 5217.0, 5172.0, 5206.0, 5174.0, 5196.0, 5194.0, 5191.0, 5217.0, 5187.0, 5205.0, 5174.0, 5205.0, 5183.0, 5218.0, 5188.0, 5208.0, 5204.0, 5187.0, 5215.0, 5187.0, 5217.0, 5165.0, 5206.0, 5165.0, 5208.0, 5228.0, 5187.0, 5203.0, 5187.0, 5206.0, 5176.0, 5221.0, 5180.0, 5218.0, 5179.0, 5207.0, 5207.0, 5213.0, 5235.0, 5199.0, 5218.0, 5189.0, 5218.0, 5203.0, 5230.0, 5186.0, 5230.0, 5189.0, 5231.0, 5203.0, 5231.0, 5191.0, 5230.0, 5199.0, 5244.0, 5260.0, 5328.0, 5337.0, 5312.0, 5252.0, 5229.0, 5192.0, 5182.0, 5144.0, 5207.0, 5189.0, 5219.0, 5200.0, 5166.0, 5217.0, 5163.0, 5196.0, 5153.0, 5185.0, 5172.0, 5164.0, 5180.0, 5162.0, 5196.0, 5165.0, 5172.0, 5162.0, 5180.0, 5130.0, 5169.0, 5133.0, 5188.0, 5131.0, 5180.0, 5154.0, 5205.0, 5177.0, 5192.0, 5173.0, 5184.0, 5163.0, 5183.0, 5154.0, 5184.0, 5143.0, 5183.0, 5142.0, 5184.0, 5153.0, 5182.0, 5152.0, 5161.0, 5168.0, 5150.0, 5170.0, 5151.0, 5170.0, 5151.0, 5174.0, 5108.0, 5174.0, 5085.0, 5160.0, 5149.0, 5201.0, 5149.0, 5149.0, 5183.0, 5159.0, 5220.0, 5235.0, 5202.0, 5264.0, 5212.0, 5265.0, 5215.0, 5242.0, 5190.0, 5219.0, 5189.0, 5218.0, 5213.0, 5206.0, 5209.0, 5169.0, 5201.0, 5171.0, 5136.0, 5163.0, 5133.0, 5149.0, 5156.0, 5144.0, 5156.0, 5133.0, 5136.0, 5117.0, 5144.0, 5117.0, 5144.0, 5117.0, 5145.0, 5142.0, 5153.0, 5152.0, 5120.0, 5162.0, 5131.0, 5162.0, 5130.0, 5170.0, 5133.0, 5171.0, 5155.0, 5177.0, 5157.0, 5165.0, 5148.0, 5179.0, 5159.0, 5182.0, 5174.0, 5155.0, 5138.0, 5141.0, 5158.0, 5131.0, 5180.0, 5158.0, 5167.0, 5156.0, 5122.0, 5152.0, 5113.0, 5174.0, 5136.0, 5184.0, 5150.0, 5190.0, 5159.0, 5200.0, 5175.0, 5192.0, 5159.0, 5185.0, 5161.0, 5150.0, 5179.0, 5150.0, 5180.0, 5155.0, 5169.0, 5158.0, 5170.0, 5167.0, 5168.0, 5184.0, 5158.0, 5175.0, 5146.0, 5175.0, 5147.0, 5165.0, 5143.0, 5166.0, 5136.0, 5155.0, 5136.0, 5159.0, 5135.0, 5158.0, 5135.0, 5173.0, 5170.0, 5148.0, 5148.0, 5166.0, 5149.0, 5196.0, 5180.0, 5168.0, 5209.0, 5173.0, 5181.0, 5194.0, 5185.0, 5224.0, 5194.0, 5219.0, 5195.0, 5191.0, 5200.0, 5208.0, 5175.0, 5197.0, 5155.0, 5174.0, 5132.0, 5162.0, 5149.0, 5140.0, 5158.0, 5139.0, 5148.0, 5130.0, 5150.0, 5139.0, 5148.0, 5129.0, 5141.0, 5141.0, 5143.0, 5150.0, 5145.0, 5181.0, 5168.0, 5173.0, 5145.0, 5165.0, 5147.0, 5176.0, 5149.0, 5168.0, 5137.0, 5167.0, 5147.0, 5170.0, 5174.0, 5166.0, 5177.0, 5159.0, 5186.0, 5159.0, 5194.0, 5172.0, 5190.0, 5171.0, 5189.0, 5169.0, 5178.0, 5170.0, 5188.0, 5155.0, 5178.0, 5157.0, 5174.0, 5157.0, 5182.0, 5176.0, 5168.0, 5175.0, 5156.0, 5173.0, 5168.0, 5186.0, 5167.0, 5172.0, 5156.0, 5165.0, 5160.0, 5177.0, 5157.0, 5177.0, 5155.0, 5166.0, 5170.0, 5179.0, 5177.0, 5168.0, 5173.0, 5158.0, 5187.0, 5172.0, 5176.0, 5158.0, 5176.0, 5148.0, 5177.0, 5161.0, 5179.0, 5157.0, 5169.0, 5163.0, 5159.0, 5183.0, 5169.0, 5201.0, 5169.0, 5180.0, 5161.0, 5191.0, 5175.0, 5202.0, 5170.0, 5217.0, 5197.0, 5192.0, 5173.0, 5205.0, 5183.0, 5181.0, 5170.0, 5180.0, 5185.0, 5211.0, 5181.0, 5189.0, 5173.0, 5188.0, 5168.0, 5176.0, 5160.0, 5167.0, 5146.0, 5166.0, 5130.0, 5154.0, 5141.0, 5130.0, 5162.0, 5143.0, 5141.0, 5131.0, 5137.0, 5120.0, 5142.0, 5121.0, 5140.0, 5110.0, 5119.0, 5120.0, 5122.0, 5140.0, 5132.0, 5151.0, 5133.0, 5143.0, 5123.0, 5151.0, 5114.0, 5143.0, 5113.0, 5147.0, 5133.0, 5133.0, 5151.0, 5133.0, 5153.0, 5131.0, 5154.0, 5136.0, 5146.0, 5127.0, 5157.0, 5134.0, 5136.0, 5174.0, 5173.0, 5190.0, 5159.0, 5216.0, 5235.0, 5229.0, 5190.0, 5164.0, 5203.0, 5189.0, 5194.0, 5174.0, 5192.0, 5185.0, 5200.0, 5163.0, 5185.0, 5156.0, 5174.0, 5131.0, 5125.0, 5106.0, 5137.0, 5118.0, 5148.0, 5116.0, 5147.0, 5090.0, 5113.0, 5104.0, 5128.0, 5119.0, 5131.0, 5159.0, 5142.0, 5160.0, 5129.0, 5138.0, 5108.0, 5128.0, 5126.0, 5119.0, 5149.0, 5127.0, 5152.0, 5133.0, 5150.0, 5121.0, 5140.0, 5118.0, 5132.0, 5139.0, 5122.0, 5150.0, 5132.0, 5142.0, 5124.0, 5160.0, 5123.0, 5162.0, 5123.0, 5146.0, 5125.0, 5148.0, 5155.0, 5148.0, 5165.0, 5138.0, 5175.0, 5139.0, 5167.0, 5149.0, 5177.0, 5135.0, 5151.0, 5140.0, 5155.0, 5152.0, 5180.0, 5150.0, 5177.0, 5147.0, 5177.0, 5151.0, 5172.0, 5146.0, 5177.0, 5149.0, 5170.0, 5149.0, 5169.0, 5179.0, 5154.0, 5176.0, 5144.0, 5153.0, 5118.0, 5140.0, 5120.0, 5132.0, 5147.0, 5129.0, 5134.0, 5118.0, 5126.0, 5109.0, 5132.0, 5117.0, 5122.0, 5149.0, 5120.0, 5139.0, 5120.0, 5141.0, 5111.0, 5132.0, 5123.0, 5145.0, 5140.0, 5133.0, 5163.0, 5124.0, 5143.0, 5137.0, 5154.0, 5134.0, 5154.0, 5125.0, 5160.0, 5151.0, 5163.0, 5155.0, 5147.0, 5143.0, 5166.0, 5147.0, 5184.0, 5158.0, 5200.0, 5163.0, 5189.0, 5172.0, 5191.0, 5181.0, 5198.0, 5160.0, 5194.0, 5172.0, 5187.0, 5157.0, 5174.0, 5144.0, 5161.0, 5148.0, 5176.0, 5147.0, 5151.0, 5132.0, 5153.0, 5120.0, 5148.0, 5111.0, 5138.0, 5116.0, 5142.0, 5118.0, 5131.0, 5150.0, 5146.0, 5137.0, 5117.0, 5140.0, 5118.0, 5136.0, 5106.0, 5127.0, 5109.0, 5129.0, 5118.0, 5118.0, 5138.0, 5132.0, 5155.0, 5124.0, 5140.0, 5121.0, 5130.0, 5101.0, 5122.0, 5121.0, 5124.0, 5142.0, 5133.0, 5152.0, 5124.0, 5143.0, 5124.0, 5142.0, 5123.0, 5146.0, 5123.0, 5136.0, 5149.0, 5124.0, 5143.0, 5114.0, 5133.0, 5138.0, 5148.0, 5157.0, 5145.0, 5177.0, 5137.0, 5152.0, 5131.0, 5161.0, 5146.0, 5161.0, 5135.0, 5163.0, 5134.0, 5167.0, 5142.0, 5170.0, 5138.0, 5158.0, 5135.0, 5159.0, 5139.0, 5170.0, 5155.0, 5151.0, 5170.0, 5150.0, 5175.0, 5153.0, 5168.0, 5138.0, 5165.0, 5140.0, 5165.0, 5153.0, 5180.0, 5148.0, 5181.0, 5139.0, 5165.0, 5150.0, 5184.0, 5149.0, 5169.0, 5145.0, 5161.0, 5182.0, 5162.0, 5189.0, 5160.0, 5178.0, 5147.0, 5176.0, 5162.0, 5175.0, 5158.0, 5178.0, 5159.0, 5175.0, 5150.0, 5187.0, 5169.0, 5204.0, 5179.0, 5194.0, 5170.0, 5178.0, 5170.0, 5176.0, 5162.0, 5197.0, 5163.0, 5180.0, 5157.0, 5177.0, 5146.0, 5170.0, 5149.0, 5160.0, 5162.0, 5152.0, 5175.0, 5148.0], 'WindowWidth': [11463.0, 11433.0, 11327.0, 11312.0, 11290.0, 11307.0, 11238.0, 11228.0, 11203.0, 11208.0, 11162.0, 11187.0, 11174.0, 11196.0, 11171.0, 11196.0, 11144.0, 11220.0, 11155.0, 11230.0, 11147.0, 11204.0, 11211.0, 11191.0, 11231.0, 11191.0, 11219.0, 11184.0, 11218.0, 11152.0, 11222.0, 11156.0, 11230.0, 11237.0, 11198.0, 11221.0, 11181.0, 11219.0, 11157.0, 11228.0, 11167.0, 11210.0, 11232.0, 11199.0, 11224.0, 11204.0, 11221.0, 11172.0, 11231.0, 11160.0, 11234.0, 11241.0, 11221.0, 11245.0, 11194.0, 11244.0, 11203.0, 11253.0, 11182.0, 11250.0, 11246.0, 11241.0, 11267.0, 11250.0, 11266.0, 11193.0, 11274.0, 11184.0, 11296.0, 11252.0, 11252.0, 11268.0, 11245.0, 11264.0, 11266.0, 11313.0, 11248.0, 11286.0, 11214.0, 11289.0, 11223.0, 11335.0, 11226.0, 11311.0, 11222.0, 11296.0, 11290.0, 11299.0, 11305.0, 11255.0, 11289.0, 11237.0, 11273.0, 11263.0, 11292.0, 11214.0, 11267.0, 11258.0, 11323.0, 11514.0, 11469.0, 11433.0, 11278.0, 11237.0, 11341.0, 11214.0, 11218.0, 11162.0, 11239.0, 11241.0, 11252.0, 11269.0, 11272.0, 11231.0, 11225.0, 11183.0, 11185.0, 11158.0, 11193.0, 11148.0, 11208.0, 11129.0, 11174.0, 11200.0, 11176.0, 11180.0, 11149.0, 11156.0, 11129.0, 11155.0, 11137.0, 11181.0, 11119.0, 11191.0, 11111.0, 11182.0, 11137.0, 11166.0, 11201.0, 11172.0, 11181.0, 11169.0, 11181.0, 11152.0, 11196.0, 11151.0, 11218.0, 11135.0, 11200.0, 11168.0, 11166.0, 11181.0, 11163.0, 11185.0, 11157.0, 11185.0, 11129.0, 11189.0, 11118.0, 11191.0, 11222.0, 11178.0, 11186.0, 11161.0, 11202.0, 11142.0, 11229.0, 11139.0, 11194.0, 11218.0, 11185.0, 11203.0, 11231.0, 11289.0, 11274.0, 11311.0, 11205.0, 11226.0, 11184.0, 11227.0, 11265.0, 11235.0, 11307.0, 11246.0, 11262.0, 11243.0, 11258.0, 11225.0, 11273.0, 11229.0, 11253.0, 11188.0, 11234.0, 11153.0, 11218.0, 11249.0, 11186.0, 11207.0, 11162.0, 11192.0, 11138.0, 11194.0, 11141.0, 11186.0, 11188.0, 11160.0, 11181.0, 11149.0, 11183.0, 11167.0, 11218.0, 11132.0, 11204.0, 11188.0, 11181.0, 11224.0, 11193.0, 11187.0, 11177.0, 11201.0, 11164.0, 11226.0, 11184.0, 11240.0, 11139.0, 11225.0, 11208.0, 11203.0, 11228.0, 11194.0, 11210.0, 11182.0, 11211.0, 11163.0, 11230.0, 11145.0, 11226.0, 11177.0, 11203.0, 11173.0, 11137.0, 11107.0, 11032.0, 11163.0, 11160.0, 11235.0, 11191.0, 11210.0, 11199.0, 11244.0, 11221.0, 11271.0, 11228.0, 11290.0, 11220.0, 11293.0, 11245.0, 11296.0, 11221.0, 11272.0, 11201.0, 11273.0, 11239.0, 11286.0, 11264.0, 11242.0, 11271.0, 11227.0, 11257.0, 11225.0, 11271.0, 11219.0, 11271.0, 11188.0, 11253.0, 11199.0, 11268.0, 11207.0, 11260.0, 11203.0, 11246.0, 11237.0, 11260.0, 11247.0, 11237.0, 11245.0, 11233.0, 11272.0, 11252.0, 11267.0, 11242.0, 11249.0, 11237.0, 11245.0, 11229.0, 11270.0, 11216.0, 11243.0, 11217.0, 11242.0, 11207.0, 11256.0, 11203.0, 11254.0, 11198.0, 11219.0, 11232.0, 11227.0, 11247.0, 11209.0, 11230.0, 11185.0, 11218.0, 11220.0, 11241.0, 11232.0, 11238.0, 11223.0, 11244.0, 11236.0, 11270.0, 11233.0, 11259.0, 11225.0, 11255.0, 11241.0, 11295.0, 11234.0, 11252.0, 11211.0, 11248.0, 11208.0, 11277.0, 11199.0, 11229.0, 11173.0, 11227.0, 11199.0, 11236.0, 11227.0, 11196.0, 11219.0, 11164.0, 11204.0, 11178.0, 11232.0, 11171.0, 11192.0, 11202.0, 11158.0, 11204.0, 11160.0, 11201.0, 11130.0, 11191.0, 11175.0, 11202.0, 11219.0, 11179.0, 11200.0, 11169.0, 11207.0, 11161.0, 11248.0, 11180.0, 11229.0, 11182.0, 11214.0, 11213.0, 11217.0, 11249.0, 11206.0, 11227.0, 11185.0, 11228.0, 11209.0, 11253.0, 11205.0, 11236.0, 11226.0, 11204.0, 11247.0, 11209.0, 11246.0, 11172.0, 11229.0, 11170.0, 11238.0, 11266.0, 11207.0, 11224.0, 11204.0, 11228.0, 11187.0, 11258.0, 11201.0, 11252.0, 11195.0, 11234.0, 11234.0, 11252.0, 11276.0, 11227.0, 11251.0, 11213.0, 11251.0, 11239.0, 11274.0, 11208.0, 11271.0, 11210.0, 11273.0, 11238.0, 11275.0, 11216.0, 11271.0, 11225.0, 11299.0, 11338.0, 11462.0, 11483.0, 11435.0, 11329.0, 11275.0, 11210.0, 11179.0, 11133.0, 11226.0, 11202.0, 11246.0, 11226.0, 11170.0, 11240.0, 11160.0, 11206.0, 11141.0, 11189.0, 11169.0, 11158.0, 11177.0, 11154.0, 11208.0, 11164.0, 11167.0, 11153.0, 11176.0, 11102.0, 11158.0, 11114.0, 11186.0, 11107.0, 11176.0, 11146.0, 11219.0, 11182.0, 11198.0, 11171.0, 11186.0, 11156.0, 11186.0, 11146.0, 11187.0, 11128.0, 11183.0, 11123.0, 11187.0, 11142.0, 11180.0, 11136.0, 11150.0, 11159.0, 11137.0, 11163.0, 11136.0, 11160.0, 11135.0, 11171.0, 11071.0, 11166.0, 11024.0, 11137.0, 11140.0, 11218.0, 11141.0, 11136.0, 11174.0, 11149.0, 11257.0, 11287.0, 11240.0, 11329.0, 11256.0, 11333.0, 11260.0, 11294.0, 11211.0, 11253.0, 11209.0, 11256.0, 11255.0, 11234.0, 11245.0, 11175.0, 11220.0, 11174.0, 11114.0, 11145.0, 11104.0, 11122.0, 11143.0, 11125.0, 11146.0, 11106.0, 11102.0, 11073.0, 11108.0, 11072.0, 11111.0, 11076.0, 11114.0, 11122.0, 11136.0, 11132.0, 11085.0, 11149.0, 11099.0, 11146.0, 11098.0, 11155.0, 11105.0, 11158.0, 11141.0, 11174.0, 11149.0, 11156.0, 11137.0, 11182.0, 11154.0, 11185.0, 11172.0, 11127.0, 11107.0, 11115.0, 11139.0, 11104.0, 11173.0, 11152.0, 11155.0, 11149.0, 11094.0, 11134.0, 11080.0, 11168.0, 11117.0, 11184.0, 11146.0, 11198.0, 11159.0, 11220.0, 11187.0, 11205.0, 11154.0, 11189.0, 11159.0, 11141.0, 11182.0, 11139.0, 11184.0, 11144.0, 11166.0, 11148.0, 11168.0, 11159.0, 11163.0, 11180.0, 11145.0, 11169.0, 11129.0, 11167.0, 11133.0, 11155.0, 11122.0, 11155.0, 11111.0, 11137.0, 11115.0, 11149.0, 11112.0, 11146.0, 11110.0, 11178.0, 11171.0, 11138.0, 11140.0, 11163.0, 11141.0, 11208.0, 11194.0, 11174.0, 11236.0, 11192.0, 11201.0, 11219.0, 11210.0, 11265.0, 11219.0, 11249.0, 11219.0, 11205.0, 11221.0, 11227.0, 11177.0, 11209.0, 11144.0, 11170.0, 11107.0, 11148.0, 11126.0, 11115.0, 11138.0, 11112.0, 11124.0, 11101.0, 11129.0, 11111.0, 11125.0, 11097.0, 11118.0, 11117.0, 11124.0, 11132.0, 11131.0, 11178.0, 11168.0, 11170.0, 11133.0, 11159.0, 11139.0, 11179.0, 11140.0, 11168.0, 11123.0, 11166.0, 11137.0, 11176.0, 11175.0, 11167.0, 11180.0, 11159.0, 11193.0, 11159.0, 11204.0, 11179.0, 11203.0, 11177.0, 11199.0, 11170.0, 11183.0, 11175.0, 11198.0, 11150.0, 11183.0, 11148.0, 11173.0, 11150.0, 11192.0, 11175.0, 11167.0, 11173.0, 11148.0, 11169.0, 11167.0, 11189.0, 11165.0, 11168.0, 11146.0, 11159.0, 11159.0, 11180.0, 11149.0, 11179.0, 11145.0, 11162.0, 11171.0, 11185.0, 11177.0, 11165.0, 11169.0, 11152.0, 11193.0, 11178.0, 11177.0, 11154.0, 11176.0, 11138.0, 11179.0, 11163.0, 11186.0, 11151.0, 11171.0, 11157.0, 11157.0, 11188.0, 11174.0, 11217.0, 11173.0, 11185.0, 11161.0, 11204.0, 11188.0, 11221.0, 11177.0, 11252.0, 11222.0, 11205.0, 11182.0, 11229.0, 11193.0, 11186.0, 11172.0, 11190.0, 11197.0, 11228.0, 11187.0, 11193.0, 11174.0, 11193.0, 11163.0, 11174.0, 11148.0, 11156.0, 11129.0, 11154.0, 11097.0, 11132.0, 11107.0, 11094.0, 11142.0, 11114.0, 11110.0, 11093.0, 11101.0, 11079.0, 11110.0, 11080.0, 11108.0, 11063.0, 11078.0, 11080.0, 11087.0, 11107.0, 11097.0, 11124.0, 11101.0, 11116.0, 11089.0, 11127.0, 11075.0, 11115.0, 11078.0, 11128.0, 11102.0, 11104.0, 11126.0, 11104.0, 11130.0, 11102.0, 11134.0, 11111.0, 11125.0, 11099.0, 11142.0, 11106.0, 11113.0, 11169.0, 11179.0, 11200.0, 11159.0, 11253.0, 11305.0, 11287.0, 11215.0, 11170.0, 11221.0, 11212.0, 11211.0, 11181.0, 11204.0, 11197.0, 11212.0, 11166.0, 11188.0, 11144.0, 11165.0, 11097.0, 11081.0, 11055.0, 11102.0, 11076.0, 11121.0, 11069.0, 11118.0, 11025.0, 11062.0, 11053.0, 11092.0, 11078.0, 11098.0, 11136.0, 11117.0, 11142.0, 11096.0, 11106.0, 11063.0, 11091.0, 11085.0, 11080.0, 11123.0, 11094.0, 11131.0, 11105.0, 11126.0, 11085.0, 11110.0, 11077.0, 11101.0, 11107.0, 11088.0, 11124.0, 11101.0, 11115.0, 11097.0, 11144.0, 11094.0, 11147.0, 11092.0, 11127.0, 11097.0, 11136.0, 11140.0, 11134.0, 11156.0, 11121.0, 11170.0, 11125.0, 11162.0, 11142.0, 11183.0, 11110.0, 11141.0, 11125.0, 11141.0, 11151.0, 11179.0, 11140.0, 11175.0, 11136.0, 11175.0, 11142.0, 11173.0, 11133.0, 11175.0, 11137.0, 11167.0, 11132.0, 11164.0, 11170.0, 11139.0, 11168.0, 11119.0, 11130.0, 11075.0, 11108.0, 11078.0, 11099.0, 11113.0, 11088.0, 11095.0, 11072.0, 11083.0, 11062.0, 11097.0, 11070.0, 11080.0, 11117.0, 11082.0, 11108.0, 11080.0, 11109.0, 11067.0, 11098.0, 11086.0, 11122.0, 11109.0, 11104.0, 11142.0, 11091.0, 11117.0, 11114.0, 11137.0, 11106.0, 11135.0, 11094.0, 11157.0, 11148.0, 11167.0, 11147.0, 11134.0, 11127.0, 11162.0, 11138.0, 11189.0, 11157.0, 11215.0, 11165.0, 11199.0, 11182.0, 11204.0, 11189.0, 11207.0, 11155.0, 11204.0, 11174.0, 11190.0, 11145.0, 11165.0, 11122.0, 11147.0, 11137.0, 11174.0, 11132.0, 11130.0, 11104.0, 11133.0, 11085.0, 11123.0, 11069.0, 11108.0, 11074.0, 11116.0, 11078.0, 11097.0, 11127.0, 11125.0, 11101.0, 11069.0, 11104.0, 11071.0, 11092.0, 11054.0, 11083.0, 11063.0, 11091.0, 11070.0, 11073.0, 11101.0, 11100.0, 11135.0, 11092.0, 11108.0, 11082.0, 11096.0, 11053.0, 11086.0, 11083.0, 11093.0, 11114.0, 11103.0, 11129.0, 11092.0, 11117.0, 11091.0, 11115.0, 11087.0, 11122.0, 11087.0, 11108.0, 11121.0, 11089.0, 11115.0, 11074.0, 11099.0, 11119.0, 11130.0, 11140.0, 11121.0, 11169.0, 11116.0, 11133.0, 11107.0, 11143.0, 11127.0, 11143.0, 11110.0, 11150.0, 11113.0, 11159.0, 11131.0, 11166.0, 11119.0, 11145.0, 11113.0, 11149.0, 11122.0, 11170.0, 11141.0, 11142.0, 11165.0, 11137.0, 11172.0, 11150.0, 11163.0, 11122.0, 11155.0, 11125.0, 11157.0, 11147.0, 11183.0, 11139.0, 11185.0, 11124.0, 11159.0, 11141.0, 11192.0, 11136.0, 11166.0, 11127.0, 11154.0, 11185.0, 11159.0, 11193.0, 11153.0, 11175.0, 11133.0, 11175.0, 11161.0, 11171.0, 11150.0, 11177.0, 11155.0, 11171.0, 11138.0, 11187.0, 11169.0, 11224.0, 11193.0, 11209.0, 11172.0, 11180.0, 11170.0, 11174.0, 11156.0, 11202.0, 11158.0, 11181.0, 11147.0, 11174.0, 11129.0, 11164.0, 11132.0, 11151.0, 11156.0, 11144.0, 11168.0, 11132.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.0019776275992438564</td></tr>
<tr><td colspan=3>aqi</td><td>0.12025469083175803</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.49673766511829</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1059541210028383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8875888320908236</td></tr>
<tr><td colspan=3>efc</td><td>0.5204</td></tr>
<tr><td colspan=3>fber</td><td>3917.7456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11608018303299478</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.207939508506616</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.845480387417435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.730659571259639</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7359075711345167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.069874019858148</td></tr>
<tr><td colspan=3>gcor</td><td>0.027032</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016941579058766365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02158326283097267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1058</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.77910113046407</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>21.0496</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.4769</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>285.5206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289421.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1404.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>567.8316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7841</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>639.0834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4323.5323</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.5968</td></tr>
<tr><td colspan=3>tsnr</td><td>21.055572774261236</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>