<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-03/func/sub-0092_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>347b64f114a83da876fbe99025fd01d1</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>10:12:43.080000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998082, 0.0332033, -0.0522448, -0.0271816, 0.993334, 0.112021]</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.0794437</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>[4126, -7741, -7292, 680, -52, -147, 24, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a9f6d37-4068-40cc-bfcc-39b711fc4577||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677781581878662, -0.07292637228965759, -0.15016306936740875, 116.78167724609375], [-0.08908213675022125, 2.6650426387786865, 0.298041433095932, -98.37800598144531], [-0.14016886055469513, -0.3005432188510895, 2.679295063018799, -57.169063568115234], [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': ['101243.080000', '101243.540000', '101244.000000', '101244.460000', '101244.920000', '101245.380000', '101245.840000', '101246.300000', '101246.760000', '101247.220000', '101247.680000', '101248.140000', '101248.600000', '101249.060000', '101249.520000', '101249.980000', '101250.440000', '101250.900000', '101251.360000', '101251.820000', '101252.280000', '101252.740000', '101253.200000', '101253.660000', '101254.120000', '101254.580000', '101255.040000', '101255.500000', '101255.960000', '101256.420000', '101256.880000', '101257.340000', '101257.800000', '101258.260000', '101258.720000', '101259.180000', '101259.640000', '101300.100000', '101300.560000', '101301.020000', '101301.480000', '101301.940000', '101302.400000', '101302.860000', '101303.320000', '101303.780000', '101304.240000', '101304.700000', '101305.160000', '101305.620000', '101306.080000', '101306.540000', '101307.000000', '101307.460000', '101307.920000', '101308.380000', '101308.840000', '101309.300000', '101309.760000', '101310.220000', '101310.680000', '101311.140000', '101311.600000', '101312.060000', '101312.520000', '101312.980000', '101313.440000', '101313.900000', '101314.360000', '101314.820000', '101315.280000', '101315.740000', '101316.200000', '101316.660000', '101317.120000', '101317.580000', '101318.040000', '101318.500000', '101318.960000', '101319.420000', '101319.880000', '101320.340000', '101320.800000', '101321.260000', '101321.720000', '101322.180000', '101322.640000', '101323.100000', '101323.560000', '101324.020000', '101324.480000', '101324.940000', '101325.400000', '101325.860000', '101326.320000', '101326.780000', '101327.240000', '101327.700000', '101328.160000', '101328.620000', '101329.080000', '101329.540000', '101330.000000', '101330.460000', '101330.920000', '101331.380000', '101331.840000', '101332.300000', '101332.760000', '101333.220000', '101333.680000', '101334.140000', '101334.600000', '101335.060000', '101335.520000', '101335.980000', '101336.440000', '101336.900000', '101337.360000', '101337.820000', '101338.280000', '101338.740000', '101339.200000', '101339.660000', '101340.120000', '101340.580000', '101341.040000', '101341.500000', '101341.960000', '101342.420000', '101342.880000', '101343.340000', '101343.800000', '101344.260000', '101344.720000', '101345.180000', '101345.640000', '101346.100000', '101346.560000', '101347.020000', '101347.480000', '101347.940000', '101348.400000', '101348.860000', '101349.320000', '101349.780000', '101350.240000', '101350.700000', '101351.160000', '101351.620000', '101352.080000', '101352.540000', '101353.000000', '101353.460000', '101353.920000', '101354.380000', '101354.840000', '101355.300000', '101355.760000', '101356.220000', '101356.680000', '101357.140000', '101357.600000', '101358.060000', '101358.520000', '101358.980000', '101359.440000', '101359.900000', '101400.360000', '101400.820000', '101401.280000', '101401.740000', '101402.200000', '101402.660000', '101403.120000', '101403.580000', '101404.040000', '101404.500000', '101404.960000', '101405.420000', '101405.880000', '101406.340000', '101406.800000', '101407.260000', '101407.720000', '101408.180000', '101408.640000', '101409.100000', '101409.560000', '101410.020000', '101410.480000', '101410.940000', '101411.400000', '101411.860000', '101412.320000', '101412.780000', '101413.240000', '101413.700000', '101414.160000', '101414.620000', '101415.080000', '101415.540000', '101416.000000', '101416.460000', '101416.920000', '101417.380000', '101417.840000', '101418.300000', '101418.760000', '101419.220000', '101419.680000', '101420.140000', '101420.600000', '101421.060000', '101421.520000', '101421.980000', '101422.440000', '101422.900000', '101423.360000', '101423.820000', '101424.280000', '101424.740000', '101425.200000', '101425.660000', '101426.120000', '101426.580000', '101427.040000', '101427.500000', '101427.960000', '101428.420000', '101428.880000', '101429.340000', '101429.800000', '101430.260000', '101430.720000', '101431.180000', '101431.640000', '101432.100000', '101432.560000', '101433.020000', '101433.480000', '101433.940000', '101434.400000', '101434.860000', '101435.320000', '101435.780000', '101436.240000', '101436.700000', '101437.160000', '101437.620000', '101438.080000', '101438.540000', '101439.000000', '101439.460000', '101439.920000', '101440.380000', '101440.840000', '101441.300000', '101441.760000', '101442.220000', '101442.680000', '101443.140000', '101443.600000', '101444.060000', '101444.520000', '101444.980000', '101445.440000', '101445.900000', '101446.360000', '101446.820000', '101447.280000', '101447.740000', '101448.200000', '101448.660000', '101449.120000', '101449.580000', '101450.040000', '101450.500000', '101450.960000', '101451.420000', '101451.880000', '101452.340000', '101452.800000', '101453.260000', '101453.720000', '101454.180000', '101454.640000', '101455.100000', '101455.560000', '101456.020000', '101456.480000', '101456.940000', '101457.400000', '101457.860000', '101458.320000', '101458.780000', '101459.240000', '101459.700000', '101500.160000', '101500.620000', '101501.080000', '101501.540000', '101502.000000', '101502.460000', '101502.920000', '101503.380000', '101503.840000', '101504.300000', '101504.760000', '101505.220000', '101505.680000', '101506.140000', '101506.600000', '101507.060000', '101507.520000', '101507.980000', '101508.440000', '101508.900000', '101509.360000', '101509.820000', '101510.280000', '101510.740000', '101511.200000', '101511.660000', '101512.120000', '101512.580000', '101513.040000', '101513.500000', '101513.960000', '101514.420000', '101514.880000', '101515.340000', '101515.800000', '101516.260000', '101516.720000', '101517.180000', '101517.640000', '101518.100000', '101518.560000', '101519.020000', '101519.480000', '101519.940000', '101520.400000', '101520.860000', '101521.320000', '101521.780000', '101522.240000', '101522.700000', '101523.160000', '101523.620000', '101524.080000', '101524.540000', '101525.000000', '101525.460000', '101525.920000', '101526.380000', '101526.840000', '101527.300000', '101527.760000', '101528.220000', '101528.680000', '101529.140000', '101529.600000', '101530.060000', '101530.520000', '101530.980000', '101531.440000', '101531.900000', '101532.360000', '101532.820000', '101533.280000', '101533.740000', '101534.200000', '101534.660000', '101535.120000', '101535.580000', '101536.040000', '101536.500000', '101536.960000', '101537.420000', '101537.880000', '101538.340000', '101538.800000', '101539.260000', '101539.720000', '101540.180000', '101540.640000', '101541.100000', '101541.560000', '101542.020000', '101542.480000', '101542.940000', '101543.400000', '101543.860000', '101544.320000', '101544.780000', '101545.240000', '101545.700000', '101546.160000', '101546.620000', '101547.080000', '101547.540000', '101548.000000', '101548.460000', '101548.920000', '101549.380000', '101549.840000', '101550.300000', '101550.760000', '101551.220000', '101551.680000', '101552.140000', '101552.600000', '101553.060000', '101553.520000', '101553.980000', '101554.440000', '101554.900000', '101555.360000', '101555.820000', '101556.280000', '101556.740000', '101557.200000', '101557.660000', '101558.120000', '101558.580000', '101559.040000', '101559.500000', '101559.960000', '101600.420000', '101600.880000', '101601.340000', '101601.800000', '101602.260000', '101602.720000', '101603.180000', '101603.640000', '101604.100000', '101604.560000', '101605.020000', '101605.480000', '101605.940000', '101606.400000', '101606.860000', '101607.320000', '101607.780000', '101608.240000', '101608.700000', '101609.160000', '101609.620000', '101610.080000', '101610.540000', '101611.000000', '101611.460000', '101611.920000', '101612.380000', '101612.840000', '101613.300000', '101613.760000', '101614.220000', '101614.680000', '101615.140000', '101615.600000', '101616.060000', '101616.520000', '101616.980000', '101617.440000', '101617.900000', '101618.360000', '101618.820000', '101619.280000', '101619.740000', '101620.200000', '101620.660000', '101621.120000', '101621.580000', '101622.040000', '101622.500000', '101622.960000', '101623.420000', '101623.880000', '101624.340000', '101624.800000', '101625.260000', '101625.720000', '101626.180000', '101626.640000', '101627.100000', '101627.560000', '101628.020000', '101628.480000', '101628.940000', '101629.400000', '101629.860000', '101630.320000', '101630.780000', '101631.240000', '101631.700000', '101632.160000', '101632.620000', '101633.080000', '101633.540000', '101634.000000', '101634.460000', '101634.920000', '101635.380000', '101635.840000', '101636.300000', '101636.760000', '101637.220000', '101637.680000', '101638.140000', '101638.600000', '101639.060000', '101639.520000', '101639.980000', '101640.440000', '101640.900000', '101641.360000', '101641.820000', '101642.280000', '101642.740000', '101643.200000', '101643.660000', '101644.120000', '101644.580000', '101645.040000', '101645.500000', '101645.960000', '101646.420000', '101646.880000', '101647.340000', '101647.800000', '101648.260000', '101648.720000', '101649.180000', '101649.640000', '101650.100000', '101650.560000', '101651.020000', '101651.480000', '101651.940000', '101652.400000', '101652.860000', '101653.320000', '101653.780000', '101654.240000', '101654.700000', '101655.160000', '101655.620000', '101656.080000', '101656.540000', '101657.000000', '101657.460000', '101657.920000', '101658.380000', '101658.840000', '101659.300000', '101659.760000', '101700.220000', '101700.680000', '101701.140000', '101701.600000', '101702.060000', '101702.520000', '101702.980000', '101703.440000', '101703.900000', '101704.360000', '101704.820000', '101705.280000', '101705.740000', '101706.200000', '101706.660000', '101707.120000', '101707.580000', '101708.040000', '101708.500000', '101708.960000', '101709.420000', '101709.880000', '101710.340000', '101710.800000', '101711.260000', '101711.720000', '101712.180000', '101712.640000', '101713.100000', '101713.560000', '101714.020000', '101714.480000', '101714.940000', '101715.400000', '101715.860000', '101716.320000', '101716.780000', '101717.240000', '101717.700000', '101718.160000', '101718.620000', '101719.080000', '101719.540000', '101720.000000', '101720.460000', '101720.920000', '101721.380000', '101721.840000', '101722.300000', '101722.760000', '101723.220000', '101723.680000', '101724.140000', '101724.600000', '101725.060000', '101725.520000', '101725.980000', '101726.440000', '101726.900000', '101727.360000', '101727.820000', '101728.280000', '101728.740000', '101729.200000', '101729.660000', '101730.120000', '101730.580000', '101731.040000', '101731.500000', '101731.960000', '101732.420000', '101732.880000', '101733.340000', '101733.800000', '101734.260000', '101734.720000', '101735.180000', '101735.640000', '101736.100000', '101736.560000', '101737.020000', '101737.480000', '101737.940000', '101738.400000', '101738.860000', '101739.320000', '101739.780000', '101740.240000', '101740.700000', '101741.160000', '101741.620000', '101742.080000', '101742.540000', '101743.000000', '101743.460000', '101743.920000', '101744.380000', '101744.840000', '101745.300000', '101745.760000', '101746.220000', '101746.680000', '101747.140000', '101747.600000', '101748.060000', '101748.520000', '101748.980000', '101749.440000', '101749.900000', '101750.360000', '101750.820000', '101751.280000', '101751.740000', '101752.200000', '101752.660000', '101753.120000', '101753.580000', '101754.040000', '101754.500000', '101754.960000', '101755.420000', '101755.880000', '101756.340000', '101756.800000', '101757.260000', '101757.720000', '101758.180000', '101758.640000', '101759.100000', '101759.560000', '101800.020000', '101800.480000', '101800.940000', '101801.400000', '101801.860000', '101802.320000', '101802.780000', '101803.240000', '101803.700000', '101804.160000', '101804.620000', '101805.080000', '101805.540000', '101806.000000', '101806.460000', '101806.920000', '101807.380000', '101807.840000', '101808.300000', '101808.760000', '101809.220000', '101809.680000', '101810.140000', '101810.600000', '101811.060000', '101811.520000', '101811.980000', '101812.440000', '101812.900000', '101813.360000', '101813.820000', '101814.280000', '101814.740000', '101815.200000', '101815.660000', '101816.120000', '101816.580000', '101817.040000', '101817.500000', '101817.960000', '101818.420000', '101818.880000', '101819.340000', '101819.800000', '101820.260000', '101820.720000', '101821.180000', '101821.640000', '101822.100000', '101822.560000', '101823.020000', '101823.480000', '101823.940000', '101824.400000', '101824.860000', '101825.320000', '101825.780000', '101826.240000', '101826.700000', '101827.160000', '101827.620000', '101828.080000', '101828.540000', '101829.000000', '101829.460000', '101829.920000', '101830.380000', '101830.840000', '101831.300000', '101831.760000', '101832.220000', '101832.680000', '101833.140000', '101833.600000', '101834.060000', '101834.520000', '101834.980000', '101835.440000', '101835.900000', '101836.360000', '101836.820000', '101837.280000', '101837.740000', '101838.200000', '101838.660000', '101839.120000', '101839.580000', '101840.040000', '101840.500000', '101840.960000', '101841.420000', '101841.880000', '101842.340000', '101842.800000', '101843.260000', '101843.720000', '101844.180000', '101844.640000', '101845.100000', '101845.560000', '101846.020000', '101846.480000', '101846.940000', '101847.400000', '101847.860000', '101848.320000', '101848.780000', '101849.240000', '101849.700000', '101850.160000', '101850.620000', '101851.080000', '101851.540000', '101852.000000', '101852.460000', '101852.920000', '101853.380000', '101853.840000', '101854.300000', '101854.760000', '101855.220000', '101855.680000', '101856.140000', '101856.600000', '101857.060000', '101857.520000', '101857.980000', '101858.440000', '101858.900000', '101859.360000', '101859.820000', '101900.280000', '101900.740000', '101901.200000', '101901.660000', '101902.120000', '101902.580000', '101903.040000', '101903.500000', '101903.960000', '101904.420000', '101904.880000', '101905.340000', '101905.800000', '101906.260000', '101906.720000', '101907.180000', '101907.640000', '101908.100000', '101908.560000', '101909.020000', '101909.480000', '101909.940000', '101910.400000', '101910.860000', '101911.320000', '101911.780000', '101912.240000', '101912.700000', '101913.160000', '101913.620000', '101914.080000', '101914.540000', '101915.000000', '101915.460000', '101915.920000', '101916.380000', '101916.840000', '101917.300000', '101917.760000', '101918.220000', '101918.680000', '101919.140000', '101919.600000', '101920.060000', '101920.520000', '101920.980000', '101921.440000', '101921.900000', '101922.360000', '101922.820000', '101923.280000', '101923.740000', '101924.200000', '101924.660000', '101925.120000', '101925.580000', '101926.040000', '101926.500000', '101926.960000', '101927.420000', '101927.880000', '101928.340000', '101928.800000', '101929.260000', '101929.720000', '101930.180000', '101930.640000', '101931.100000', '101931.560000', '101932.020000', '101932.480000', '101932.940000', '101933.400000', '101933.860000', '101934.320000', '101934.780000', '101935.240000', '101935.700000', '101936.160000', '101936.620000', '101937.080000', '101937.540000', '101938.000000', '101938.460000', '101938.920000', '101939.380000', '101939.840000', '101940.300000', '101940.760000', '101941.220000', '101941.680000', '101942.140000', '101942.600000', '101943.060000', '101943.520000', '101943.980000', '101944.440000', '101944.900000', '101945.360000', '101945.820000', '101946.280000', '101946.740000', '101947.200000', '101947.660000', '101948.120000', '101948.580000', '101949.040000', '101949.500000', '101949.960000', '101950.420000', '101950.880000', '101951.340000', '101951.800000', '101952.260000', '101952.720000', '101953.180000', '101953.640000', '101954.100000', '101954.560000', '101955.020000', '101955.480000', '101955.940000', '101956.400000', '101956.860000', '101957.320000', '101957.780000', '101958.240000', '101958.700000', '101959.160000', '101959.620000', '102000.080000', '102000.540000', '102001.000000', '102001.460000', '102001.920000', '102002.380000', '102002.840000', '102003.300000', '102003.760000', '102004.220000', '102004.680000', '102005.140000', '102005.600000', '102006.060000', '102006.520000', '102006.980000', '102007.440000', '102007.900000', '102008.360000', '102008.820000', '102009.280000', '102009.740000', '102010.200000', '102010.660000', '102011.120000', '102011.580000', '102012.040000', '102012.500000', '102012.960000', '102013.420000', '102013.880000', '102014.340000', '102014.800000', '102015.260000', '102015.720000', '102016.180000', '102016.640000', '102017.100000', '102017.560000', '102018.020000', '102018.480000', '102018.940000', '102019.400000', '102019.860000', '102020.320000', '102020.780000', '102021.240000', '102021.700000', '102022.160000', '102022.620000', '102023.080000', '102023.540000', '102024.000000', '102024.460000', '102024.920000', '102025.380000', '102025.840000', '102026.300000', '102026.760000', '102027.220000', '102027.680000', '102028.140000', '102028.600000', '102029.060000', '102029.520000', '102029.980000', '102030.440000', '102030.900000', '102031.360000', '102031.820000', '102032.280000', '102032.740000', '102033.200000', '102033.660000', '102034.120000', '102034.580000', '102035.040000', '102035.500000', '102035.960000', '102036.420000', '102036.880000', '102037.340000', '102037.800000', '102038.260000', '102038.720000', '102039.180000', '102039.640000', '102040.100000', '102040.560000', '102041.020000', '102041.480000', '102041.940000', '102042.400000', '102042.860000', '102043.320000', '102043.780000', '102044.240000', '102044.700000', '102045.160000', '102045.620000', '102046.080000', '102046.540000', '102047.000000', '102047.460000', '102047.920000', '102048.380000', '102048.840000', '102049.300000', '102049.760000', '102050.220000', '102050.680000', '102051.140000', '102051.600000', '102052.060000', '102052.520000'], 'ContentTime': ['101303.792000', '101303.795000', '101303.798000', '101303.800000', '101303.803000', '101303.806000', '101303.808000', '101303.811000', '101303.820000', '101303.822000', '101303.825000', '101303.827000', '101303.830000', '101303.833000', '101303.835000', '101303.838000', '101303.840000', '101303.843000', '101303.846000', '101303.848000', '101303.851000', '101303.854000', '101303.856000', '101303.859000', '101303.861000', '101303.864000', '101303.866000', '101303.869000', '101303.871000', '101303.874000', '101303.877000', '101303.880000', '101303.883000', '101303.885000', '101303.888000', '101303.890000', '101303.893000', '101303.895000', '101303.898000', '101303.901000', '101303.903000', '101303.906000', '101303.908000', '101323.752000', '101323.755000', '101323.758000', '101323.760000', '101323.763000', '101323.766000', '101323.768000', '101323.771000', '101323.773000', '101323.776000', '101323.778000', '101323.781000', '101323.783000', '101323.786000', '101323.788000', '101323.791000', '101323.794000', '101323.796000', '101323.799000', '101323.801000', '101323.804000', '101323.806000', '101323.809000', '101323.811000', '101323.814000', '101323.817000', '101323.819000', '101323.822000', '101323.824000', '101323.834000', '101323.837000', '101323.839000', '101323.842000', '101323.844000', '101323.847000', '101323.849000', '101323.852000', '101323.854000', '101323.857000', '101323.860000', '101323.862000', '101323.865000', '101323.867000', '101323.870000', '101343.754000', '101343.756000', '101343.759000', '101343.762000', '101343.764000', '101343.767000', '101343.769000', '101343.772000', '101343.774000', '101343.777000', '101343.779000', '101343.794000', '101343.796000', '101343.799000', '101343.802000', '101343.804000', '101343.807000', '101343.809000', '101343.812000', '101343.814000', '101343.817000', '101343.820000', '101343.822000', '101343.825000', '101343.827000', '101343.830000', '101343.832000', '101343.835000', '101343.838000', '101343.840000', '101343.843000', '101343.845000', '101343.848000', '101343.851000', '101343.853000', '101343.856000', '101343.858000', '101343.861000', '101343.863000', '101343.866000', '101343.869000', '101343.871000', '101343.874000', '101403.753000', '101403.756000', '101403.759000', '101403.761000', '101403.764000', '101403.766000', '101403.769000', '101403.772000', '101403.774000', '101403.777000', '101403.779000', '101403.782000', '101403.784000', '101403.787000', '101403.789000', '101403.792000', '101403.795000', '101403.797000', '101403.800000', '101403.802000', '101403.805000', '101403.808000', '101403.810000', '101403.813000', '101403.815000', '101403.818000', '101403.821000', '101403.823000', '101403.826000', '101403.828000', '101403.831000', '101403.834000', '101403.836000', '101403.839000', '101403.841000', '101403.844000', '101403.846000', '101403.849000', '101403.852000', '101403.854000', '101403.857000', '101403.859000', '101403.864000', '101403.866000', '101423.753000', '101423.756000', '101423.759000', '101423.761000', '101423.764000', '101423.766000', '101423.769000', '101423.772000', '101423.774000', '101423.777000', '101423.779000', '101423.782000', '101423.785000', '101423.787000', '101423.790000', '101423.792000', '101423.795000', '101423.797000', '101423.800000', '101423.808000', '101423.810000', '101423.813000', '101423.815000', '101423.818000', '101423.821000', '101423.823000', '101423.826000', '101423.828000', '101423.831000', '101423.833000', '101423.836000', '101423.839000', '101423.841000', '101423.844000', '101423.846000', '101423.849000', '101423.851000', '101423.854000', '101423.856000', '101423.859000', '101423.862000', '101423.864000', '101423.867000', '101443.753000', '101443.756000', '101443.759000', '101443.761000', '101443.764000', '101443.766000', '101443.769000', '101443.772000', '101443.774000', '101443.777000', '101443.779000', '101443.782000', '101443.785000', '101443.787000', '101443.790000', '101443.792000', '101443.801000', '101443.803000', '101443.806000', '101443.809000', '101443.811000', '101443.814000', '101443.816000', '101443.819000', '101443.822000', '101443.824000', '101443.827000', '101443.829000', '101443.832000', '101443.835000', '101443.837000', '101443.840000', '101443.842000', '101443.845000', '101443.847000', '101443.850000', '101443.852000', '101443.855000', '101443.858000', '101443.860000', '101443.863000', '101443.865000', '101443.868000', '101443.870000', '101503.754000', '101503.756000', '101503.759000', '101503.762000', '101503.764000', '101503.767000', '101503.770000', '101503.772000', '101503.775000', '101503.777000', '101503.780000', '101503.782000', '101503.785000', '101503.788000', '101503.790000', '101503.793000', '101503.795000', '101503.798000', '101503.800000', '101503.803000', '101503.806000', '101503.808000', '101503.811000', '101503.813000', '101503.816000', '101503.819000', '101503.821000', '101503.824000', '101503.826000', '101503.829000', '101503.832000', '101503.835000', '101503.837000', '101503.840000', '101503.842000', '101503.845000', '101503.848000', '101503.850000', '101503.853000', '101503.855000', '101503.858000', '101503.860000', '101503.863000', '101523.754000', '101523.756000', '101523.759000', '101523.762000', '101523.764000', '101523.767000', '101523.769000', '101523.779000', '101523.782000', '101523.787000', '101523.789000', '101523.792000', '101523.795000', '101523.797000', '101523.800000', '101523.802000', '101523.805000', '101523.807000', '101523.810000', '101523.812000', '101523.815000', '101523.818000', '101523.820000', '101523.823000', '101523.825000', '101523.828000', '101523.831000', '101523.833000', '101523.836000', '101523.838000', '101523.841000', '101523.844000', '101523.846000', '101523.849000', '101523.851000', '101523.854000', '101523.856000', '101523.859000', '101523.862000', '101523.864000', '101523.867000', '101523.869000', '101523.872000', '101523.875000', '101543.752000', '101543.755000', '101543.758000', '101543.760000', '101543.763000', '101543.766000', '101543.768000', '101543.771000', '101543.773000', '101543.776000', '101543.778000', '101543.781000', '101543.783000', '101543.786000', '101543.789000', '101543.791000', '101543.794000', '101543.796000', '101543.799000', '101543.801000', '101543.804000', '101543.806000', '101543.809000', '101543.812000', '101543.814000', '101543.817000', '101543.819000', '101543.822000', '101543.824000', '101543.827000', '101543.830000', '101543.832000', '101543.835000', '101543.837000', '101543.840000', '101543.843000', '101543.845000', '101543.848000', '101543.850000', '101543.853000', '101543.856000', '101543.858000', '101543.861000', '101603.753000', '101603.756000', '101603.759000', '101603.761000', '101603.764000', '101603.767000', '101603.769000', '101603.772000', '101603.774000', '101603.777000', '101603.780000', '101603.782000', '101603.785000', '101603.787000', '101603.790000', '101603.792000', '101603.795000', '101603.798000', '101603.800000', '101603.803000', '101603.805000', '101603.808000', '101603.811000', '101603.813000', '101603.816000', '101603.819000', '101603.821000', '101603.824000', '101603.826000', '101603.829000', '101603.832000', '101603.834000', '101603.837000', '101603.840000', '101603.842000', '101603.845000', '101603.847000', '101603.850000', '101603.853000', '101603.855000', '101603.858000', '101603.860000', '101603.863000', '101603.866000', '101623.753000', '101623.756000', '101623.759000', '101623.761000', '101623.764000', '101623.766000', '101623.769000', '101623.772000', '101623.774000', '101623.777000', '101623.779000', '101623.782000', '101623.785000', '101623.787000', '101623.790000', '101623.792000', '101623.795000', '101623.797000', '101623.800000', '101623.802000', '101623.805000', '101623.808000', '101623.810000', '101623.813000', '101623.815000', '101623.818000', '101623.820000', '101623.823000', '101623.826000', '101623.828000', '101623.831000', '101623.833000', '101623.836000', '101623.839000', '101623.841000', '101623.844000', '101623.846000', '101623.849000', '101623.851000', '101623.854000', '101623.856000', '101623.859000', '101623.862000', '101643.754000', '101643.757000', '101643.759000', '101643.762000', '101643.764000', '101643.767000', '101643.770000', '101643.772000', '101643.775000', '101643.777000', '101643.780000', '101643.782000', '101643.785000', '101643.788000', '101643.790000', '101643.793000', '101643.795000', '101643.798000', '101643.801000', '101643.803000', '101643.806000', '101643.808000', '101643.811000', '101643.813000', '101643.816000', '101643.819000', '101643.821000', '101643.824000', '101643.827000', '101643.829000', '101643.832000', '101643.834000', '101643.837000', '101643.840000', '101643.842000', '101643.845000', '101643.847000', '101643.850000', '101643.852000', '101643.855000', '101643.858000', '101643.860000', '101643.863000', '101643.865000', '101703.754000', '101703.756000', '101703.759000', '101703.762000', '101703.764000', '101703.767000', '101703.769000', '101703.772000', '101703.775000', '101703.777000', '101703.780000', '101703.782000', '101703.785000', '101703.788000', '101703.790000', '101703.793000', '101703.795000', '101703.798000', '101703.801000', '101703.803000', '101703.806000', '101703.808000', '101703.811000', '101703.814000', '101703.816000', '101703.819000', '101703.821000', '101703.824000', '101703.827000', '101703.829000', '101703.832000', '101703.834000', '101703.837000', '101703.840000', '101703.842000', '101703.845000', '101703.847000', '101703.850000', '101703.852000', '101703.855000', '101703.858000', '101703.860000', '101703.863000', '101723.753000', '101723.756000', '101723.759000', '101723.761000', '101723.764000', '101723.767000', '101723.769000', '101723.772000', '101723.774000', '101723.777000', '101723.780000', '101723.782000', '101723.785000', '101723.787000', '101723.790000', '101723.793000', '101723.795000', '101723.798000', '101723.800000', '101723.803000', '101723.806000', '101723.808000', '101723.811000', '101723.813000', '101723.816000', '101723.819000', '101723.821000', '101723.824000', '101723.827000', '101723.829000', '101723.832000', '101723.835000', '101723.837000', '101723.840000', '101723.843000', '101723.845000', '101723.848000', '101723.850000', '101723.853000', '101723.855000', '101723.858000', '101723.861000', '101723.863000', '101723.866000', '101743.753000', '101743.756000', '101743.759000', '101743.761000', '101743.764000', '101743.767000', '101743.769000', '101743.772000', '101743.775000', '101743.777000', '101743.780000', '101743.782000', '101743.785000', '101743.787000', '101743.790000', '101743.793000', '101743.795000', '101743.798000', '101743.800000', '101743.803000', '101743.805000', '101743.808000', '101743.811000', '101743.813000', '101743.816000', '101743.818000', '101743.821000', '101743.824000', '101743.826000', '101743.829000', '101743.832000', '101743.834000', '101743.837000', '101743.839000', '101743.842000', '101743.844000', '101743.847000', '101743.850000', '101743.852000', '101743.855000', '101743.857000', '101743.860000', '101743.863000', '101803.752000', '101803.755000', '101803.758000', '101803.760000', '101803.763000', '101803.766000', '101803.768000', '101803.771000', '101803.773000', '101803.776000', '101803.778000', '101803.781000', '101803.784000', '101803.788000', '101803.790000', '101803.793000', '101803.796000', '101803.798000', '101803.801000', '101803.803000', '101803.806000', '101803.808000', '101803.811000', '101803.814000', '101803.816000', '101803.819000', '101803.821000', '101803.824000', '101803.827000', '101803.829000', '101803.832000', '101803.834000', '101803.839000', '101803.842000', '101803.844000', '101803.847000', '101803.850000', '101803.852000', '101803.855000', '101803.857000', '101803.860000', '101803.862000', '101803.865000', '101803.868000', '101823.754000', '101823.756000', '101823.759000', '101823.762000', '101823.764000', '101823.767000', '101823.769000', '101823.772000', '101823.774000', '101823.777000', '101823.780000', '101823.782000', '101823.785000', '101823.805000', '101823.807000', '101823.810000', '101823.812000', '101823.815000', '101823.818000', '101823.820000', '101823.823000', '101823.826000', '101823.828000', '101823.831000', '101823.833000', '101823.836000', '101823.838000', '101823.841000', '101823.844000', '101823.846000', '101823.849000', '101823.851000', '101823.854000', '101823.857000', '101823.859000', '101823.862000', '101823.864000', '101823.867000', '101823.869000', '101823.875000', '101823.878000', '101823.880000', '101823.883000', '101843.754000', '101843.756000', '101843.759000', '101843.762000', '101843.765000', '101843.767000', '101843.770000', '101843.772000', '101843.775000', '101843.778000', '101843.780000', '101843.783000', '101843.785000', '101843.788000', '101843.790000', '101843.793000', '101843.795000', '101843.798000', '101843.801000', '101843.803000', '101843.806000', '101843.808000', '101843.811000', '101843.813000', '101843.816000', '101843.819000', '101843.821000', '101843.824000', '101843.826000', '101843.829000', '101843.832000', '101843.834000', '101843.837000', '101843.839000', '101843.842000', '101843.845000', '101843.847000', '101843.850000', '101843.852000', '101843.855000', '101843.857000', '101843.860000', '101843.863000', '101903.754000', '101903.756000', '101903.759000', '101903.762000', '101903.764000', '101903.767000', '101903.769000', '101903.772000', '101903.774000', '101903.777000', '101903.779000', '101903.782000', '101903.785000', '101903.787000', '101903.790000', '101903.792000', '101903.795000', '101903.798000', '101903.800000', '101903.803000', '101903.805000', '101903.808000', '101903.810000', '101903.813000', '101903.816000', '101903.818000', '101903.821000', '101903.823000', '101903.826000', '101903.829000', '101903.831000', '101903.834000', '101903.836000', '101903.839000', '101903.841000', '101903.844000', '101903.847000', '101903.849000', '101903.852000', '101903.854000', '101903.857000', '101903.859000', '101903.862000', '101903.865000', '101923.753000', '101923.756000', '101923.759000', '101923.761000', '101923.764000', '101923.767000', '101923.770000', '101923.773000', '101923.776000', '101923.778000', '101923.781000', '101923.783000', '101923.786000', '101923.789000', '101923.791000', '101923.794000', '101923.796000', '101923.799000', '101923.802000', '101923.804000', '101923.807000', '101923.809000', '101923.812000', '101923.814000', '101923.817000', '101923.820000', '101923.822000', '101923.826000', '101923.828000', '101923.831000', '101923.834000', '101923.836000', '101923.839000', '101923.841000', '101923.844000', '101923.847000', '101923.849000', '101923.852000', '101923.854000', '101923.857000', '101923.859000', '101923.862000', '101923.865000', '101943.754000', '101943.756000', '101943.759000', '101943.762000', '101943.764000', '101943.767000', '101943.769000', '101943.772000', '101943.775000', '101943.777000', '101943.790000', '101943.792000', '101943.795000', '101943.797000', '101943.800000', '101943.803000', '101943.805000', '101943.808000', '101943.810000', '101943.813000', '101943.816000', '101943.818000', '101943.821000', '101943.823000', '101943.826000', '101943.828000', '101943.831000', '101943.834000', '101943.836000', '101943.839000', '101943.841000', '101943.844000', '101943.847000', '101943.849000', '101943.852000', '101943.854000', '101943.857000', '101943.860000', '101943.862000', '101943.865000', '101943.868000', '101943.870000', '101943.873000', '101943.875000', '102003.753000', '102003.756000', '102003.759000', '102003.761000', '102003.764000', '102003.767000', '102003.769000', '102003.772000', '102003.774000', '102003.777000', '102003.780000', '102003.782000', '102003.785000', '102003.787000', '102003.790000', '102003.793000', '102003.795000', '102003.798000', '102003.800000', '102003.803000', '102003.806000', '102003.808000', '102003.811000', '102003.814000', '102003.816000', '102003.819000', '102003.821000', '102003.824000', '102003.826000', '102003.829000', '102003.832000', '102003.834000', '102003.837000', '102003.839000', '102003.842000', '102003.845000', '102003.847000', '102003.850000', '102003.852000', '102003.855000', '102003.857000', '102003.860000', '102003.863000', '102003.865000', '102023.753000', '102023.756000', '102023.758000', '102023.761000', '102023.763000', '102023.766000', '102023.769000', '102023.771000', '102023.774000', '102023.776000', '102023.779000', '102023.782000', '102023.784000', '102023.787000', '102023.789000', '102023.792000', '102023.795000', '102023.797000', '102023.800000', '102023.802000', '102023.805000', '102023.807000', '102023.810000', '102023.813000', '102023.815000', '102023.818000', '102023.821000', '102023.823000', '102023.826000', '102023.828000', '102023.831000', '102023.834000', '102023.836000', '102023.839000', '102023.841000', '102023.844000', '102023.846000', '102023.849000', '102023.852000', '102023.854000', '102023.857000', '102023.859000', '102023.862000', '102043.753000', '102043.756000', '102043.759000', '102043.762000', '102043.764000', '102043.767000', '102043.769000', '102043.772000', '102043.775000', '102043.777000', '102043.780000', '102043.782000', '102043.785000', '102043.788000', '102043.790000', '102043.793000', '102043.795000', '102043.798000', '102043.800000', '102043.803000', '102043.806000', '102043.808000', '102043.811000', '102043.814000', '102043.816000', '102043.819000', '102043.822000', '102043.824000', '102043.827000', '102043.829000', '102043.832000', '102043.835000', '102043.837000', '102043.840000', '102043.842000', '102043.845000', '102043.848000', '102043.850000', '102043.853000', '102043.855000', '102043.859000', '102043.861000', '102043.865000', '102053.465000', '102053.468000', '102053.471000', '102053.473000', '102053.476000', '102053.478000', '102053.481000', '102053.484000', '102053.486000', '102053.489000', '102053.491000', '102053.494000', '102053.496000', '102053.499000', '102053.502000', '102053.504000', '102053.507000', '102053.510000', '102053.512000', '102053.515000', '102053.517000', '102053.520000'], 'InstanceCreationTime': ['101303.792000', '101303.795000', '101303.798000', '101303.800000', '101303.803000', '101303.806000', '101303.808000', '101303.811000', '101303.820000', '101303.822000', '101303.825000', '101303.827000', '101303.830000', '101303.833000', '101303.835000', '101303.838000', '101303.840000', '101303.843000', '101303.846000', '101303.848000', '101303.851000', '101303.854000', '101303.856000', '101303.859000', '101303.861000', '101303.864000', '101303.866000', '101303.869000', '101303.871000', '101303.874000', '101303.877000', '101303.880000', '101303.883000', '101303.885000', '101303.888000', '101303.890000', '101303.893000', '101303.895000', '101303.898000', '101303.901000', '101303.903000', '101303.906000', '101303.908000', '101323.752000', '101323.755000', '101323.758000', '101323.760000', '101323.763000', '101323.766000', '101323.768000', '101323.771000', '101323.773000', '101323.776000', '101323.778000', '101323.781000', '101323.783000', '101323.786000', '101323.788000', '101323.791000', '101323.794000', '101323.796000', '101323.799000', '101323.801000', '101323.804000', '101323.806000', '101323.809000', '101323.811000', '101323.814000', '101323.817000', '101323.819000', '101323.822000', '101323.824000', '101323.834000', '101323.837000', '101323.839000', '101323.842000', '101323.844000', '101323.847000', '101323.849000', '101323.852000', '101323.854000', '101323.857000', '101323.860000', '101323.862000', '101323.865000', '101323.867000', '101323.870000', '101343.754000', '101343.756000', '101343.759000', '101343.762000', '101343.764000', '101343.767000', '101343.769000', '101343.772000', '101343.774000', '101343.777000', '101343.779000', '101343.794000', '101343.796000', '101343.799000', '101343.802000', '101343.804000', '101343.807000', '101343.809000', '101343.812000', '101343.814000', '101343.817000', '101343.820000', '101343.822000', '101343.825000', '101343.827000', '101343.830000', '101343.832000', '101343.835000', '101343.838000', '101343.840000', '101343.843000', '101343.845000', '101343.848000', '101343.851000', '101343.853000', '101343.856000', '101343.858000', '101343.861000', '101343.863000', '101343.866000', '101343.869000', '101343.871000', '101343.874000', '101403.753000', '101403.756000', '101403.759000', '101403.761000', '101403.764000', '101403.766000', '101403.769000', '101403.772000', '101403.774000', '101403.777000', '101403.779000', '101403.782000', '101403.784000', '101403.787000', '101403.789000', '101403.792000', '101403.795000', '101403.797000', '101403.800000', '101403.802000', '101403.805000', '101403.808000', '101403.810000', '101403.813000', '101403.815000', '101403.818000', '101403.821000', '101403.823000', '101403.826000', '101403.828000', '101403.831000', '101403.834000', '101403.836000', '101403.839000', '101403.841000', '101403.844000', '101403.846000', '101403.849000', '101403.852000', '101403.854000', '101403.857000', '101403.859000', '101403.864000', '101403.866000', '101423.753000', '101423.756000', '101423.759000', '101423.761000', '101423.764000', '101423.766000', '101423.769000', '101423.772000', '101423.774000', '101423.777000', '101423.779000', '101423.782000', '101423.785000', '101423.787000', '101423.790000', '101423.792000', '101423.795000', '101423.797000', '101423.800000', '101423.808000', '101423.810000', '101423.813000', '101423.815000', '101423.818000', '101423.821000', '101423.823000', '101423.826000', '101423.828000', '101423.831000', '101423.833000', '101423.836000', '101423.839000', '101423.841000', '101423.844000', '101423.846000', '101423.849000', '101423.851000', '101423.854000', '101423.856000', '101423.859000', '101423.862000', '101423.864000', '101423.867000', '101443.753000', '101443.756000', '101443.759000', '101443.761000', '101443.764000', '101443.766000', '101443.769000', '101443.772000', '101443.774000', '101443.777000', '101443.779000', '101443.782000', '101443.785000', '101443.787000', '101443.790000', '101443.792000', '101443.801000', '101443.803000', '101443.806000', '101443.809000', '101443.811000', '101443.814000', '101443.816000', '101443.819000', '101443.822000', '101443.824000', '101443.827000', '101443.829000', '101443.832000', '101443.835000', '101443.837000', '101443.840000', '101443.842000', '101443.845000', '101443.847000', '101443.850000', '101443.852000', '101443.855000', '101443.858000', '101443.860000', '101443.863000', '101443.865000', '101443.868000', '101443.870000', '101503.754000', '101503.756000', '101503.759000', '101503.762000', '101503.764000', '101503.767000', '101503.770000', '101503.772000', '101503.775000', '101503.777000', '101503.780000', '101503.782000', '101503.785000', '101503.788000', '101503.790000', '101503.793000', '101503.795000', '101503.798000', '101503.800000', '101503.803000', '101503.806000', '101503.808000', '101503.811000', '101503.813000', '101503.816000', '101503.819000', '101503.821000', '101503.824000', '101503.826000', '101503.829000', '101503.832000', '101503.835000', '101503.837000', '101503.840000', '101503.842000', '101503.845000', '101503.848000', '101503.850000', '101503.853000', '101503.855000', '101503.858000', '101503.860000', '101503.863000', '101523.754000', '101523.756000', '101523.759000', '101523.762000', '101523.764000', '101523.767000', '101523.769000', '101523.779000', '101523.782000', '101523.787000', '101523.789000', '101523.792000', '101523.795000', '101523.797000', '101523.800000', '101523.802000', '101523.805000', '101523.807000', '101523.810000', '101523.812000', '101523.815000', '101523.818000', '101523.820000', '101523.823000', '101523.825000', '101523.828000', '101523.831000', '101523.833000', '101523.836000', '101523.838000', '101523.841000', '101523.844000', '101523.846000', '101523.849000', '101523.851000', '101523.854000', '101523.856000', '101523.859000', '101523.862000', '101523.864000', '101523.867000', '101523.869000', '101523.872000', '101523.875000', '101543.752000', '101543.755000', '101543.758000', '101543.760000', '101543.763000', '101543.766000', '101543.768000', '101543.771000', '101543.773000', '101543.776000', '101543.778000', '101543.781000', '101543.783000', '101543.786000', '101543.789000', '101543.791000', '101543.794000', '101543.796000', '101543.799000', '101543.801000', '101543.804000', '101543.806000', '101543.809000', '101543.812000', '101543.814000', '101543.817000', '101543.819000', '101543.822000', '101543.824000', '101543.827000', '101543.830000', '101543.832000', '101543.835000', '101543.837000', '101543.840000', '101543.843000', '101543.845000', '101543.848000', '101543.850000', '101543.853000', '101543.856000', '101543.858000', '101543.861000', '101603.753000', '101603.756000', '101603.759000', '101603.761000', '101603.764000', '101603.767000', '101603.769000', '101603.772000', '101603.774000', '101603.777000', '101603.780000', '101603.782000', '101603.785000', '101603.787000', '101603.790000', '101603.792000', '101603.795000', '101603.798000', '101603.800000', '101603.803000', '101603.805000', '101603.808000', '101603.811000', '101603.813000', '101603.816000', '101603.819000', '101603.821000', '101603.824000', '101603.826000', '101603.829000', '101603.832000', '101603.834000', '101603.837000', '101603.840000', '101603.842000', '101603.845000', '101603.847000', '101603.850000', '101603.853000', '101603.855000', '101603.858000', '101603.860000', '101603.863000', '101603.866000', '101623.753000', '101623.756000', '101623.759000', '101623.761000', '101623.764000', '101623.766000', '101623.769000', '101623.772000', '101623.774000', '101623.777000', '101623.779000', '101623.782000', '101623.785000', '101623.787000', '101623.790000', '101623.792000', '101623.795000', '101623.797000', '101623.800000', '101623.802000', '101623.805000', '101623.808000', '101623.810000', '101623.813000', '101623.815000', '101623.818000', '101623.820000', '101623.823000', '101623.826000', '101623.828000', '101623.831000', '101623.833000', '101623.836000', '101623.839000', '101623.841000', '101623.844000', '101623.846000', '101623.849000', '101623.851000', '101623.854000', '101623.856000', '101623.859000', '101623.862000', '101643.754000', '101643.757000', '101643.759000', '101643.762000', '101643.764000', '101643.767000', '101643.770000', '101643.772000', '101643.775000', '101643.777000', '101643.780000', '101643.782000', '101643.785000', '101643.788000', '101643.790000', '101643.793000', '101643.795000', '101643.798000', '101643.801000', '101643.803000', '101643.806000', '101643.808000', '101643.811000', '101643.813000', '101643.816000', '101643.819000', '101643.821000', '101643.824000', '101643.827000', '101643.829000', '101643.832000', '101643.834000', '101643.837000', '101643.840000', '101643.842000', '101643.845000', '101643.847000', '101643.850000', '101643.852000', '101643.855000', '101643.858000', '101643.860000', '101643.863000', '101643.865000', '101703.754000', '101703.756000', '101703.759000', '101703.762000', '101703.764000', '101703.767000', '101703.769000', '101703.772000', '101703.775000', '101703.777000', '101703.780000', '101703.782000', '101703.785000', '101703.788000', '101703.790000', '101703.793000', '101703.795000', '101703.798000', '101703.801000', '101703.803000', '101703.806000', '101703.808000', '101703.811000', '101703.814000', '101703.816000', '101703.819000', '101703.821000', '101703.824000', '101703.827000', '101703.829000', '101703.832000', '101703.834000', '101703.837000', '101703.840000', '101703.842000', '101703.845000', '101703.847000', '101703.850000', '101703.852000', '101703.855000', '101703.858000', '101703.860000', '101703.863000', '101723.753000', '101723.756000', '101723.759000', '101723.761000', '101723.764000', '101723.767000', '101723.769000', '101723.772000', '101723.774000', '101723.777000', '101723.780000', '101723.782000', '101723.785000', '101723.787000', '101723.790000', '101723.793000', '101723.795000', '101723.798000', '101723.800000', '101723.803000', '101723.806000', '101723.808000', '101723.811000', '101723.813000', '101723.816000', '101723.819000', '101723.821000', '101723.824000', '101723.827000', '101723.829000', '101723.832000', '101723.835000', '101723.837000', '101723.840000', '101723.843000', '101723.845000', '101723.848000', '101723.850000', '101723.853000', '101723.855000', '101723.858000', '101723.861000', '101723.863000', '101723.866000', '101743.753000', '101743.756000', '101743.759000', '101743.761000', '101743.764000', '101743.767000', '101743.769000', '101743.772000', '101743.775000', '101743.777000', '101743.780000', '101743.782000', '101743.785000', '101743.787000', '101743.790000', '101743.793000', '101743.795000', '101743.798000', '101743.800000', '101743.803000', '101743.805000', '101743.808000', '101743.811000', '101743.813000', '101743.816000', '101743.818000', '101743.821000', '101743.824000', '101743.826000', '101743.829000', '101743.832000', '101743.834000', '101743.837000', '101743.839000', '101743.842000', '101743.844000', '101743.847000', '101743.850000', '101743.852000', '101743.855000', '101743.857000', '101743.860000', '101743.863000', '101803.752000', '101803.755000', '101803.758000', '101803.760000', '101803.763000', '101803.766000', '101803.768000', '101803.771000', '101803.773000', '101803.776000', '101803.778000', '101803.781000', '101803.784000', '101803.788000', '101803.790000', '101803.793000', '101803.796000', '101803.798000', '101803.801000', '101803.803000', '101803.806000', '101803.808000', '101803.811000', '101803.814000', '101803.816000', '101803.819000', '101803.821000', '101803.824000', '101803.827000', '101803.829000', '101803.832000', '101803.834000', '101803.839000', '101803.842000', '101803.844000', '101803.847000', '101803.850000', '101803.852000', '101803.855000', '101803.857000', '101803.860000', '101803.862000', '101803.865000', '101803.868000', '101823.754000', '101823.756000', '101823.759000', '101823.762000', '101823.764000', '101823.767000', '101823.769000', '101823.772000', '101823.774000', '101823.777000', '101823.780000', '101823.782000', '101823.785000', '101823.805000', '101823.807000', '101823.810000', '101823.812000', '101823.815000', '101823.818000', '101823.820000', '101823.823000', '101823.826000', '101823.828000', '101823.831000', '101823.833000', '101823.836000', '101823.838000', '101823.841000', '101823.844000', '101823.846000', '101823.849000', '101823.851000', '101823.854000', '101823.857000', '101823.859000', '101823.862000', '101823.864000', '101823.867000', '101823.869000', '101823.875000', '101823.878000', '101823.880000', '101823.883000', '101843.754000', '101843.756000', '101843.759000', '101843.762000', '101843.765000', '101843.767000', '101843.770000', '101843.772000', '101843.775000', '101843.778000', '101843.780000', '101843.783000', '101843.785000', '101843.788000', '101843.790000', '101843.793000', '101843.795000', '101843.798000', '101843.801000', '101843.803000', '101843.806000', '101843.808000', '101843.811000', '101843.813000', '101843.816000', '101843.819000', '101843.821000', '101843.824000', '101843.826000', '101843.829000', '101843.832000', '101843.834000', '101843.837000', '101843.839000', '101843.842000', '101843.845000', '101843.847000', '101843.850000', '101843.852000', '101843.855000', '101843.857000', '101843.860000', '101843.863000', '101903.754000', '101903.756000', '101903.759000', '101903.762000', '101903.764000', '101903.767000', '101903.769000', '101903.772000', '101903.774000', '101903.777000', '101903.779000', '101903.782000', '101903.785000', '101903.787000', '101903.790000', '101903.792000', '101903.795000', '101903.798000', '101903.800000', '101903.803000', '101903.805000', '101903.808000', '101903.810000', '101903.813000', '101903.816000', '101903.818000', '101903.821000', '101903.823000', '101903.826000', '101903.829000', '101903.831000', '101903.834000', '101903.836000', '101903.839000', '101903.841000', '101903.844000', '101903.847000', '101903.849000', '101903.852000', '101903.854000', '101903.857000', '101903.859000', '101903.862000', '101903.865000', '101923.753000', '101923.756000', '101923.759000', '101923.761000', '101923.764000', '101923.767000', '101923.770000', '101923.773000', '101923.776000', '101923.778000', '101923.781000', '101923.783000', '101923.786000', '101923.789000', '101923.791000', '101923.794000', '101923.796000', '101923.799000', '101923.802000', '101923.804000', '101923.807000', '101923.809000', '101923.812000', '101923.814000', '101923.817000', '101923.820000', '101923.822000', '101923.826000', '101923.828000', '101923.831000', '101923.834000', '101923.836000', '101923.839000', '101923.841000', '101923.844000', '101923.847000', '101923.849000', '101923.852000', '101923.854000', '101923.857000', '101923.859000', '101923.862000', '101923.865000', '101943.754000', '101943.756000', '101943.759000', '101943.762000', '101943.764000', '101943.767000', '101943.769000', '101943.772000', '101943.775000', '101943.777000', '101943.790000', '101943.792000', '101943.795000', '101943.797000', '101943.800000', '101943.803000', '101943.805000', '101943.808000', '101943.810000', '101943.813000', '101943.816000', '101943.818000', '101943.821000', '101943.823000', '101943.826000', '101943.828000', '101943.831000', '101943.834000', '101943.836000', '101943.839000', '101943.841000', '101943.844000', '101943.847000', '101943.849000', '101943.852000', '101943.854000', '101943.857000', '101943.860000', '101943.862000', '101943.865000', '101943.868000', '101943.870000', '101943.873000', '101943.875000', '102003.753000', '102003.756000', '102003.759000', '102003.761000', '102003.764000', '102003.767000', '102003.769000', '102003.772000', '102003.774000', '102003.777000', '102003.780000', '102003.782000', '102003.785000', '102003.787000', '102003.790000', '102003.793000', '102003.795000', '102003.798000', '102003.800000', '102003.803000', '102003.806000', '102003.808000', '102003.811000', '102003.814000', '102003.816000', '102003.819000', '102003.821000', '102003.824000', '102003.826000', '102003.829000', '102003.832000', '102003.834000', '102003.837000', '102003.839000', '102003.842000', '102003.845000', '102003.847000', '102003.850000', '102003.852000', '102003.855000', '102003.857000', '102003.860000', '102003.863000', '102003.865000', '102023.753000', '102023.756000', '102023.758000', '102023.761000', '102023.763000', '102023.766000', '102023.769000', '102023.771000', '102023.774000', '102023.776000', '102023.779000', '102023.782000', '102023.784000', '102023.787000', '102023.789000', '102023.792000', '102023.795000', '102023.797000', '102023.800000', '102023.802000', '102023.805000', '102023.807000', '102023.810000', '102023.813000', '102023.815000', '102023.818000', '102023.821000', '102023.823000', '102023.826000', '102023.828000', '102023.831000', '102023.834000', '102023.836000', '102023.839000', '102023.841000', '102023.844000', '102023.846000', '102023.849000', '102023.852000', '102023.854000', '102023.857000', '102023.859000', '102023.862000', '102043.753000', '102043.756000', '102043.759000', '102043.762000', '102043.764000', '102043.767000', '102043.769000', '102043.772000', '102043.775000', '102043.777000', '102043.780000', '102043.782000', '102043.785000', '102043.788000', '102043.790000', '102043.793000', '102043.795000', '102043.798000', '102043.800000', '102043.803000', '102043.806000', '102043.808000', '102043.811000', '102043.814000', '102043.816000', '102043.819000', '102043.822000', '102043.824000', '102043.827000', '102043.829000', '102043.832000', '102043.835000', '102043.837000', '102043.840000', '102043.842000', '102043.845000', '102043.848000', '102043.850000', '102043.853000', '102043.855000', '102043.859000', '102043.861000', '102043.865000', '102053.465000', '102053.468000', '102053.471000', '102053.473000', '102053.476000', '102053.478000', '102053.481000', '102053.484000', '102053.486000', '102053.489000', '102053.491000', '102053.494000', '102053.496000', '102053.499000', '102053.502000', '102053.504000', '102053.507000', '102053.510000', '102053.512000', '102053.515000', '102053.517000', '102053.520000'], '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': [8415, 7120, 8066, 7323, 10389, 7757, 11540, 8844, 9188, 8138, 12969, 7526, 9818, 10630, 8336, 12595, 7795, 7093, 7217, 9808, 7306, 12218, 7887, 10939, 7736, 10388, 7059, 10542, 14947, 8199, 9948, 9760, 7992, 8798, 7359, 12684, 7389, 10984, 15969, 9383, 13686, 8813, 8459, 11180, 7995, 11280, 8009, 8686, 15178, 7955, 11462, 7681, 9020, 15139, 10539, 9618, 9092, 7695, 11088, 7809, 11757, 8976, 8843, 14320, 8708, 9099, 13302, 7988, 11833, 8170, 9333, 8872, 8022, 14814, 7482, 11964, 16675, 9094, 10032, 14716, 8284, 11117, 7202, 9747, 14247, 7453, 9287, 14645, 7635, 6857, 7525, 11171, 7323, 8972, 8660, 8500, 11890, 7682, 14355, 7727, 13687, 10558, 15605, 16371, 11710, 11288, 11670, 7888, 7200, 7307, 12789, 7452, 9834, 15251, 10704, 9064, 10961, 7477, 9793, 7483, 7586, 12957, 8918, 7709, 12918, 7043, 8486, 7413, 7141, 11279, 7533, 7615, 7888, 6953, 11207, 6749, 10193, 9890, 8828, 10824, 7236, 16772, 16903, 8836, 14105, 12251, 9106, 7651, 7694, 12054, 7493, 14987, 16641, 10586, 9585, 12969, 7652, 10774, 16126, 7214, 6710, 9087, 11892, 7661, 8209, 13417, 7344, 8712, 11386, 7615, 10225, 10142, 7592, 12627, 6772, 8485, 6560, 8101, 8303, 7502, 7889, 7318, 15131, 15233, 7854, 11173, 8911, 9048, 6909, 8442, 6687, 7972, 10095, 7862, 13315, 9501, 11104, 7995, 9332, 16354, 8076, 14451, 16386, 11986, 12585, 7412, 9165, 6851, 8507, 7644, 7687, 8524, 6986, 7288, 7251, 13285, 7284, 15573, 15569, 11140, 13489, 7468, 10509, 7174, 9536, 7252, 8154, 7238, 7272, 7090, 7152, 12582, 7195, 14137, 11435, 9297, 14162, 8435, 10599, 7333, 10454, 6904, 9419, 16031, 11862, 11162, 7137, 8899, 6767, 8044, 6888, 8021, 6900, 9994, 7091, 9632, 7269, 11434, 7787, 10409, 8419, 10409, 13833, 16255, 13394, 13832, 11253, 13413, 11008, 15722, 12737, 14307, 9420, 11947, 7380, 13662, 16894, 13268, 13105, 8906, 10735, 7312, 9786, 7026, 9273, 7567, 8174, 7112, 8169, 7128, 8550, 15906, 10784, 9164, 15324, 9051, 7184, 8289, 8251, 7563, 9848, 7304, 12415, 8422, 9822, 7374, 8914, 7167, 8291, 8421, 7780, 11508, 7652, 14597, 8128, 12412, 7171, 9345, 7020, 8849, 6866, 8434, 7102, 8330, 7267, 7390, 13607, 7564, 9710, 7263, 8179, 15926, 7509, 9441, 13564, 7875, 9506, 10427, 7117, 9195, 6809, 8694, 8219, 7308, 10320, 8030, 8276, 7777, 7648, 12076, 7274, 8967, 12928, 8107, 14305, 7236, 10182, 7319, 9201, 16184, 12614, 13263, 7705, 10068, 16591, 9374, 9715, 14975, 9718, 6949, 7824, 11598, 8802, 8201, 10968, 10587, 7681, 8489, 7002, 10719, 6828, 9129, 8713, 8554, 7468, 9477, 9132, 8017, 16717, 15192, 9758, 11920, 8396, 8929, 16832, 8540, 9564, 9400, 7724, 10810, 7103, 8718, 6829, 8023, 9430, 7098, 12922, 11130, 8293, 15096, 6966, 9571, 7530, 7645, 9394, 7035, 10762, 6978, 12280, 16424, 7724, 10712, 8911, 8167, 14325, 7162, 8970, 9431, 6921, 10681, 6916, 10482, 8630, 8477, 13092, 7290, 13204, 16285, 11437, 14370, 10332, 8297, 13593, 7726, 10247, 9167, 8320, 14882, 7179, 9711, 7561, 8292, 13719, 7901, 10629, 6986, 9241, 6787, 8503, 10785, 7770, 14392, 8327, 13346, 7703, 9717, 7777, 8531, 11227, 7992, 9527, 7201, 13560, 6926, 9976, 16604, 9875, 10248, 8463, 8419, 7823, 8164, 9582, 7152, 12679, 8905, 9525, 7039, 9380, 7218, 9090, 16360, 11789, 10886, 7681, 9291, 6878, 8845, 7036, 8432, 7260, 8686, 6930, 8637, 8244, 8580, 13318, 8854, 16250, 12979, 13956, 7322, 14277, 17779, 9882, 13593, 8655, 8927, 6863, 8642, 6862, 8321, 7583, 8073, 7549, 7548, 15249, 10779, 8398, 14100, 8364, 6866, 8428, 9611, 7576, 11103, 7633, 11027, 8524, 9387, 7171, 8669, 9615, 7727, 13389, 8663, 12613, 7769, 10968, 7448, 13610, 7399, 10313, 9179, 12379, 7567, 9521, 7401, 9782, 7617, 10076, 8003, 6757, 8319, 7202, 11832, 7659, 14126, 15859, 11736, 12615, 10688, 7563, 9291, 7116, 9177, 17786, 8729, 14260, 11178, 10019, 7774, 9869, 7378, 9642, 12593, 8321, 10894, 8200, 9059, 7355, 9100, 6924, 8796, 6962, 8502, 8033, 7884, 6900, 7868, 13362, 8170, 9939, 13837, 8731, 12764, 8795, 12011, 7295, 10556, 7421, 9791, 7938, 9193, 16689, 11722, 13124, 7694, 8951, 7328, 8468, 13109, 8604, 13118, 7906, 10884, 7572, 9769, 17451, 10100, 10584, 7296, 9125, 14791, 7355, 9730, 9284, 8091, 6960, 9197, 9063, 7778, 10854, 7499, 12458, 9127, 10534, 9819, 11563, 15900, 11313, 14154, 7615, 11297, 7898, 9563, 14309, 9278, 16187, 9295, 8857, 15784, 9777, 8653, 11900, 8213, 9822, 6912, 8655, 11426, 7605, 9665, 7418, 9284, 8548, 8570, 12249, 9164, 9205, 7381, 9274, 16356, 8838, 14726, 9717, 14121, 10566, 15103, 8734, 9362, 17416, 13291, 12060, 16040, 11791, 9574, 7253, 7899, 11266, 7615, 9155, 7137, 8099, 6903, 7483, 12900, 9366, 9127, 10273, 8372, 7101, 7516, 11156, 7183, 9572, 16356, 11449, 9352, 7730, 8925, 7084, 9132, 10195, 8553, 10928, 7986, 13894, 7470, 15443, 18839, 12574, 14486, 12621, 9068, 11736, 7945, 7060, 7402, 10361, 7623, 9022, 15961, 11020, 9171, 7029, 7905, 11102, 7197, 9206, 7028, 9060, 7367, 8749, 6938, 8454, 7780, 8226, 13269, 9870, 9608, 7460, 9171, 7263, 8932, 17146, 12985, 11680, 13038, 8456, 9575, 7081, 8054, 6869, 7574, 11454, 7771, 9638, 7813, 9331, 6832, 8556, 14654, 9734, 8519, 7750, 10014, 7453, 9121, 7127, 8787, 7529, 8723, 7102, 8393, 7072, 8055, 15036, 9273, 15160, 11057, 13147, 7369, 8575, 10021, 8331, 15766, 8646, 12883, 7569, 13124, 18508, 9142, 15111, 9320, 8312, 7581, 9935, 8129, 8352, 11059, 8024, 9826, 16351, 9103, 10030, 13268, 8464, 9417, 6994, 7777, 7026, 7174, 9080, 7095, 10743, 8451, 8372, 7264, 7776, 11096, 7832, 14946, 17054, 12391, 12582, 7598, 9840, 7665, 9551, 7596, 9028, 13435, 8590, 13508, 9260, 9474, 6984, 8340, 16062, 8274, 10473, 9148, 8618, 15131, 7567, 10440, 7441, 9127, 7776, 8498, 6937, 8237, 6654, 8393, 16084, 11877, 9591, 7716, 8273, 7275, 8217, 9980, 8208, 12038, 8189, 9949, 7402, 13000, 7465, 10270, 9130, 12501, 8397, 13685, 7030, 8673, 17485, 12376, 10610, 7845, 9541, 7198, 9072, 6930, 8447, 11674, 8069, 11223, 16946, 9469, 9316, 7419, 9540, 7167, 9465, 7305, 8476, 7060, 8631, 6951, 8070, 9708, 8206, 14534, 15289, 11443, 16066, 8055, 10874, 9811, 8670, 13627, 9495, 9316, 14323, 8540, 9309, 7064, 8567, 6807, 8168, 13010, 8521, 9669, 7512, 8812, 6972, 8303, 11643, 8140, 13388, 7768, 10603, 7439, 9468, 17098, 12122, 9294, 9031, 7932, 12358, 7583, 10075, 8777, 8988, 7493, 8815, 12756, 8276, 12375, 8882, 9697, 7394, 8859, 7105, 8546, 9996, 8484, 15873, 9656, 16314, 8735, 15190, 18526, 11564, 10779, 15777, 8681, 8500, 7352, 8972, 6842, 9833, 7994, 8724, 7589, 8218, 8868, 7010, 9520, 13855, 8354, 14979, 8677, 12350, 9116, 8774, 8235, 17368, 12097, 10406, 8311, 9518, 7396, 9178, 7086, 9676, 7736, 10002, 8059, 9962, 7308, 9747, 6862, 9120, 17528, 12134, 10109, 16500, 8483, 12589, 7426, 9637, 7353, 9294, 7890, 8721, 7216, 8952, 16794, 8337, 11554, 8629, 10869, 7543, 9729, 7153, 10516, 7597, 9046, 8261, 9184, 6985, 8115, 8980, 7957, 11360, 8046, 7671, 7418, 7102, 7464, 15300, 11282, 9160], 'WindowCenter': [4100.0, 4078.0, 4088.0, 4089.0, 4121.0, 4104.0, 4144.0, 4126.0, 4126.0, 4117.0, 4155.0, 4107.0, 4139.0, 4149.0, 4129.0, 4160.0, 4119.0, 4107.0, 4118.0, 4149.0, 4133.0, 4173.0, 4144.0, 4162.0, 4134.0, 4162.0, 4124.0, 4163.0, 4195.0, 4143.0, 4151.0, 4139.0, 4129.0, 4130.0, 4121.0, 4172.0, 4134.0, 4163.0, 4183.0, 4141.0, 4169.0, 4128.0, 4129.0, 4160.0, 4132.0, 4159.0, 4132.0, 4142.0, 4180.0, 4120.0, 4160.0, 4131.0, 4143.0, 4183.0, 4139.0, 4126.0, 4126.0, 4106.0, 4147.0, 4119.0, 4161.0, 4142.0, 4141.0, 4170.0, 4128.0, 4128.0, 4157.0, 4117.0, 4159.0, 4131.0, 4140.0, 4129.0, 4130.0, 4169.0, 4119.0, 4161.0, 4180.0, 4129.0, 4137.0, 4157.0, 4116.0, 4134.0, 4106.0, 4138.0, 4166.0, 4108.0, 4138.0, 4167.0, 4106.0, 4097.0, 4120.0, 4159.0, 4121.0, 4142.0, 4156.0, 4153.0, 4173.0, 4133.0, 4182.0, 4122.0, 4182.0, 4152.0, 4196.0, 4184.0, 4161.0, 4148.0, 4135.0, 4103.0, 4094.0, 4106.0, 4157.0, 4119.0, 4151.0, 4169.0, 4138.0, 4116.0, 4134.0, 4105.0, 4125.0, 4104.0, 4118.0, 4157.0, 4126.0, 4106.0, 4145.0, 4095.0, 4116.0, 4119.0, 4120.0, 4159.0, 4118.0, 4119.0, 4118.0, 4121.0, 4161.0, 4123.0, 4165.0, 4165.0, 4153.0, 4163.0, 4123.0, 4196.0, 4181.0, 4129.0, 4172.0, 4160.0, 4126.0, 4106.0, 4107.0, 4155.0, 4107.0, 4171.0, 4181.0, 4138.0, 4126.0, 4144.0, 4103.0, 4135.0, 4153.0, 4092.0, 4096.0, 4139.0, 4158.0, 4106.0, 4115.0, 4156.0, 4105.0, 4125.0, 4158.0, 4119.0, 4148.0, 4137.0, 4106.0, 4145.0, 4096.0, 4128.0, 4110.0, 4129.0, 4129.0, 4118.0, 4128.0, 4120.0, 4181.0, 4180.0, 4130.0, 4148.0, 4140.0, 4127.0, 4108.0, 4128.0, 4108.0, 4130.0, 4162.0, 4143.0, 4172.0, 4153.0, 4160.0, 4130.0, 4141.0, 4180.0, 4129.0, 4183.0, 4180.0, 4147.0, 4145.0, 4094.0, 4124.0, 4095.0, 4116.0, 4119.0, 4119.0, 4129.0, 4109.0, 4108.0, 4119.0, 4170.0, 4121.0, 4194.0, 4181.0, 4149.0, 4157.0, 4106.0, 4136.0, 4107.0, 4137.0, 4119.0, 4118.0, 4107.0, 4105.0, 4095.0, 4107.0, 4157.0, 4106.0, 4170.0, 4160.0, 4139.0, 4168.0, 4116.0, 4135.0, 4105.0, 4135.0, 4096.0, 4139.0, 4169.0, 4144.0, 4134.0, 4094.0, 4112.0, 4096.0, 4117.0, 4120.0, 4129.0, 4121.0, 4150.0, 4122.0, 4151.0, 4133.0, 4172.0, 4132.0, 4164.0, 4145.0, 4165.0, 4187.0, 4194.0, 4171.0, 4157.0, 4148.0, 4157.0, 4150.0, 4169.0, 4160.0, 4157.0, 4126.0, 4132.0, 4094.0, 4156.0, 4167.0, 4144.0, 4132.0, 4102.0, 4121.0, 4092.0, 4122.0, 4093.0, 4125.0, 4106.0, 4115.0, 4096.0, 4115.0, 4120.0, 4129.0, 4170.0, 4137.0, 4126.0, 4153.0, 4100.0, 4092.0, 4102.0, 4102.0, 4103.0, 4123.0, 4106.0, 4157.0, 4116.0, 4126.0, 4095.0, 4114.0, 4092.0, 4103.0, 4103.0, 4103.0, 4144.0, 4103.0, 4155.0, 4105.0, 4144.0, 4094.0, 4114.0, 4093.0, 4111.0, 4083.0, 4103.0, 4093.0, 4112.0, 4103.0, 4105.0, 4156.0, 4116.0, 4125.0, 4105.0, 4113.0, 4154.0, 4091.0, 4122.0, 4141.0, 4101.0, 4112.0, 4121.0, 4081.0, 4110.0, 4092.0, 4113.0, 4113.0, 4106.0, 4134.0, 4116.0, 4116.0, 4106.0, 4117.0, 4158.0, 4106.0, 4127.0, 4155.0, 4117.0, 4156.0, 4105.0, 4135.0, 4105.0, 4127.0, 4167.0, 4146.0, 4145.0, 4105.0, 4135.0, 4167.0, 4112.0, 4123.0, 4142.0, 4111.0, 4080.0, 4103.0, 4132.0, 4112.0, 4116.0, 4134.0, 4133.0, 4102.0, 4112.0, 4105.0, 4147.0, 4110.0, 4150.0, 4141.0, 4142.0, 4120.0, 4150.0, 4140.0, 4130.0, 4192.0, 4181.0, 4137.0, 4147.0, 4116.0, 4127.0, 4166.0, 4114.0, 4136.0, 4125.0, 4117.0, 4146.0, 4094.0, 4115.0, 4097.0, 4118.0, 4140.0, 4120.0, 4171.0, 4148.0, 4117.0, 4166.0, 4105.0, 4135.0, 4117.0, 4118.0, 4137.0, 4107.0, 4147.0, 4109.0, 4159.0, 4179.0, 4118.0, 4137.0, 4125.0, 4114.0, 4155.0, 4092.0, 4124.0, 4136.0, 4106.0, 4149.0, 4108.0, 4149.0, 4128.0, 4127.0, 4169.0, 4121.0, 4173.0, 4179.0, 4147.0, 4156.0, 4123.0, 4115.0, 4154.0, 4116.0, 4137.0, 4124.0, 4116.0, 4154.0, 4094.0, 4123.0, 4115.0, 4126.0, 4155.0, 4117.0, 4135.0, 4094.0, 4123.0, 4095.0, 4126.0, 4148.0, 4116.0, 4167.0, 4116.0, 4155.0, 4103.0, 4123.0, 4103.0, 4113.0, 4145.0, 4113.0, 4124.0, 4104.0, 4155.0, 4105.0, 4137.0, 4166.0, 4125.0, 4122.0, 4114.0, 4114.0, 4103.0, 4116.0, 4137.0, 4118.0, 4167.0, 4138.0, 4137.0, 4107.0, 4136.0, 4106.0, 4140.0, 4179.0, 4148.0, 4135.0, 4104.0, 4123.0, 4094.0, 4125.0, 4106.0, 4126.0, 4117.0, 4126.0, 4106.0, 4127.0, 4126.0, 4126.0, 4169.0, 4139.0, 4177.0, 4168.0, 4155.0, 4104.0, 4155.0, 4166.0, 4135.0, 4154.0, 4112.0, 4124.0, 4093.0, 4113.0, 4093.0, 4114.0, 4104.0, 4115.0, 4105.0, 4104.0, 4166.0, 4134.0, 4115.0, 4153.0, 4114.0, 4093.0, 4115.0, 4125.0, 4116.0, 4145.0, 4118.0, 4148.0, 4127.0, 4126.0, 4095.0, 4114.0, 4124.0, 4104.0, 4156.0, 4115.0, 4145.0, 4104.0, 4134.0, 4105.0, 4179.0, 4106.0, 4134.0, 4125.0, 4131.0, 4091.0, 4111.0, 4093.0, 4123.0, 4104.0, 4124.0, 4103.0, 4095.0, 4116.0, 4106.0, 4146.0, 4117.0, 4158.0, 4154.0, 4133.0, 4144.0, 4122.0, 4090.0, 4110.0, 4080.0, 4113.0, 4151.0, 4102.0, 4143.0, 4121.0, 4108.0, 4089.0, 4110.0, 4092.0, 4111.0, 4131.0, 4101.0, 4120.0, 4102.0, 4110.0, 4092.0, 4112.0, 4093.0, 4114.0, 4104.0, 4125.0, 4116.0, 4117.0, 4095.0, 4116.0, 4156.0, 4113.0, 4125.0, 4155.0, 4115.0, 4145.0, 4114.0, 4144.0, 4105.0, 4135.0, 4107.0, 4137.0, 4118.0, 4128.0, 4168.0, 4146.0, 4145.0, 4104.0, 4114.0, 4093.0, 4115.0, 4156.0, 4115.0, 4145.0, 4104.0, 4134.0, 4104.0, 4126.0, 4166.0, 4124.0, 4122.0, 4092.0, 4111.0, 4152.0, 4092.0, 4122.0, 4123.0, 4116.0, 4108.0, 4140.0, 4128.0, 4119.0, 4149.0, 4120.0, 4160.0, 4140.0, 4149.0, 4150.0, 4148.0, 4179.0, 4148.0, 4167.0, 4106.0, 4135.0, 4116.0, 4127.0, 4156.0, 4126.0, 4166.0, 4113.0, 4113.0, 4155.0, 4122.0, 4101.0, 4131.0, 4101.0, 4121.0, 4092.0, 4126.0, 4146.0, 4117.0, 4137.0, 4108.0, 4138.0, 4126.0, 4139.0, 4158.0, 4138.0, 4138.0, 4107.0, 4138.0, 4178.0, 4127.0, 4169.0, 4139.0, 4167.0, 4138.0, 4167.0, 4115.0, 4125.0, 4167.0, 4143.0, 4132.0, 4140.0, 4130.0, 4099.0, 4078.0, 4100.0, 4119.0, 4102.0, 4112.0, 4092.0, 4101.0, 4093.0, 4104.0, 4144.0, 4124.0, 4125.0, 4148.0, 4126.0, 4093.0, 4105.0, 4144.0, 4105.0, 4137.0, 4166.0, 4145.0, 4123.0, 4104.0, 4123.0, 4105.0, 4125.0, 4136.0, 4125.0, 4147.0, 4115.0, 4156.0, 4105.0, 4167.0, 4164.0, 4132.0, 4143.0, 4132.0, 4100.0, 4120.0, 4090.0, 4079.0, 4090.0, 4120.0, 4091.0, 4113.0, 4152.0, 4120.0, 4110.0, 4079.0, 4100.0, 4132.0, 4105.0, 4122.0, 4093.0, 4124.0, 4131.0, 4126.0, 4105.0, 4116.0, 4116.0, 4128.0, 4156.0, 4138.0, 4125.0, 4106.0, 4125.0, 4103.0, 4125.0, 4168.0, 4144.0, 4146.0, 4141.0, 4100.0, 4109.0, 4090.0, 4100.0, 4081.0, 4104.0, 4144.0, 4104.0, 4124.0, 4115.0, 4124.0, 4095.0, 4127.0, 4166.0, 4123.0, 4113.0, 4105.0, 4124.0, 4105.0, 4125.0, 4105.0, 4127.0, 4117.0, 4129.0, 4106.0, 4127.0, 4107.0, 4129.0, 4180.0, 4139.0, 4168.0, 4148.0, 4155.0, 4105.0, 4114.0, 4136.0, 4115.0, 4165.0, 4116.0, 4156.0, 4103.0, 4157.0, 4176.0, 4113.0, 4152.0, 4112.0, 4101.0, 4102.0, 4122.0, 4102.0, 4114.0, 4133.0, 4103.0, 4136.0, 4165.0, 4112.0, 4123.0, 4143.0, 4102.0, 4110.0, 4090.0, 4102.0, 4093.0, 4105.0, 4136.0, 4119.0, 4159.0, 4128.0, 4127.0, 4117.0, 4117.0, 4158.0, 4118.0, 4182.0, 4180.0, 4157.0, 4145.0, 4105.0, 4125.0, 4106.0, 4136.0, 4116.0, 4126.0, 4168.0, 4128.0, 4156.0, 4127.0, 4126.0, 4105.0, 4117.0, 4166.0, 4116.0, 4135.0, 4125.0, 4116.0, 4165.0, 4104.0, 4134.0, 4104.0, 4124.0, 4103.0, 4115.0, 4094.0, 4113.0, 4094.0, 4115.0, 4168.0, 4158.0, 4124.0, 4103.0, 4112.0, 4105.0, 4115.0, 4135.0, 4126.0, 4156.0, 4128.0, 4137.0, 4106.0, 4156.0, 4106.0, 4136.0, 4137.0, 4156.0, 4117.0, 4155.0, 4093.0, 4115.0, 4167.0, 4144.0, 4121.0, 4102.0, 4121.0, 4093.0, 4113.0, 4093.0, 4114.0, 4144.0, 4116.0, 4145.0, 4163.0, 4122.0, 4111.0, 4103.0, 4122.0, 4093.0, 4135.0, 4106.0, 4127.0, 4105.0, 4125.0, 4107.0, 4117.0, 4137.0, 4128.0, 4170.0, 4166.0, 4135.0, 4165.0, 4104.0, 4133.0, 4125.0, 4115.0, 4154.0, 4122.0, 4123.0, 4151.0, 4112.0, 4111.0, 4093.0, 4112.0, 4096.0, 4126.0, 4167.0, 4127.0, 4136.0, 4116.0, 4127.0, 4108.0, 4128.0, 4158.0, 4118.0, 4169.0, 4117.0, 4136.0, 4106.0, 4139.0, 4179.0, 4145.0, 4113.0, 4112.0, 4113.0, 4154.0, 4116.0, 4136.0, 4126.0, 4125.0, 4105.0, 4126.0, 4156.0, 4115.0, 4157.0, 4124.0, 4125.0, 4103.0, 4123.0, 4105.0, 4114.0, 4135.0, 4125.0, 4166.0, 4137.0, 4166.0, 4114.0, 4167.0, 4166.0, 4133.0, 4122.0, 4152.0, 4100.0, 4100.0, 4091.0, 4113.0, 4094.0, 4136.0, 4116.0, 4128.0, 4118.0, 4129.0, 4139.0, 4109.0, 4139.0, 4169.0, 4129.0, 4169.0, 4129.0, 4159.0, 4128.0, 4127.0, 4117.0, 4169.0, 4145.0, 4125.0, 4104.0, 4123.0, 4095.0, 4114.0, 4096.0, 4124.0, 4106.0, 4138.0, 4116.0, 4125.0, 4105.0, 4125.0, 4095.0, 4127.0, 4167.0, 4133.0, 4123.0, 4153.0, 4103.0, 4143.0, 4093.0, 4112.0, 4094.0, 4122.0, 4103.0, 4111.0, 4093.0, 4116.0, 4154.0, 4103.0, 4133.0, 4114.0, 4134.0, 4105.0, 4124.0, 4096.0, 4136.0, 4118.0, 4125.0, 4117.0, 4125.0, 4095.0, 4116.0, 4126.0, 4115.0, 4147.0, 4117.0, 4106.0, 4106.0, 4095.0, 4122.0, 4180.0, 4148.0, 4139.0], 'WindowWidth': [9135.0, 9102.0, 9112.0, 9119.0, 9161.0, 9146.0, 9201.0, 9178.0, 9177.0, 9166.0, 9216.0, 9153.0, 9199.0, 9211.0, 9189.0, 9227.0, 9172.0, 9153.0, 9170.0, 9214.0, 9198.0, 9253.0, 9215.0, 9237.0, 9202.0, 9237.0, 9189.0, 9242.0, 9287.0, 9212.0, 9220.0, 9199.0, 9187.0, 9188.0, 9179.0, 9249.0, 9201.0, 9242.0, 9268.0, 9203.0, 9239.0, 9183.0, 9186.0, 9227.0, 9195.0, 9229.0, 9194.0, 9207.0, 9256.0, 9176.0, 9228.0, 9194.0, 9211.0, 9268.0, 9197.0, 9176.0, 9175.0, 9151.0, 9207.0, 9175.0, 9234.0, 9209.0, 9207.0, 9245.0, 9181.0, 9182.0, 9219.0, 9166.0, 9226.0, 9193.0, 9204.0, 9187.0, 9188.0, 9240.0, 9173.0, 9235.0, 9261.0, 9186.0, 9194.0, 9220.0, 9160.0, 9184.0, 9151.0, 9195.0, 9233.0, 9157.0, 9197.0, 9232.0, 9149.0, 9141.0, 9178.0, 9229.0, 9180.0, 9210.0, 9236.0, 9229.0, 9253.0, 9201.0, 9264.0, 9182.0, 9264.0, 9222.0, 9291.0, 9279.0, 9233.0, 9209.0, 9186.0, 9141.0, 9131.0, 9151.0, 9222.0, 9176.0, 9219.0, 9241.0, 9194.0, 9163.0, 9184.0, 9148.0, 9174.0, 9150.0, 9171.0, 9224.0, 9176.0, 9150.0, 9202.0, 9136.0, 9163.0, 9177.0, 9182.0, 9230.0, 9173.0, 9174.0, 9172.0, 9181.0, 9235.0, 9188.0, 9248.0, 9248.0, 9228.0, 9240.0, 9185.0, 9293.0, 9263.0, 9185.0, 9250.0, 9231.0, 9178.0, 9152.0, 9153.0, 9215.0, 9154.0, 9246.0, 9266.0, 9196.0, 9175.0, 9196.0, 9141.0, 9186.0, 9211.0, 9126.0, 9141.0, 9201.0, 9225.0, 9152.0, 9163.0, 9216.0, 9148.0, 9177.0, 9226.0, 9174.0, 9213.0, 9192.0, 9152.0, 9202.0, 9138.0, 9184.0, 9166.0, 9189.0, 9190.0, 9173.0, 9186.0, 9178.0, 9264.0, 9260.0, 9190.0, 9212.0, 9203.0, 9181.0, 9159.0, 9184.0, 9160.0, 9192.0, 9236.0, 9213.0, 9250.0, 9225.0, 9232.0, 9189.0, 9205.0, 9259.0, 9187.0, 9268.0, 9262.0, 9206.0, 9201.0, 9132.0, 9171.0, 9137.0, 9165.0, 9177.0, 9173.0, 9186.0, 9160.0, 9158.0, 9175.0, 9244.0, 9183.0, 9284.0, 9262.0, 9214.0, 9220.0, 9150.0, 9190.0, 9155.0, 9198.0, 9177.0, 9172.0, 9156.0, 9151.0, 9137.0, 9155.0, 9222.0, 9153.0, 9246.0, 9233.0, 9198.0, 9237.0, 9164.0, 9186.0, 9147.0, 9187.0, 9137.0, 9200.0, 9245.0, 9197.0, 9183.0, 9131.0, 9154.0, 9138.0, 9169.0, 9179.0, 9188.0, 9181.0, 9220.0, 9186.0, 9220.0, 9201.0, 9250.0, 9198.0, 9243.0, 9219.0, 9245.0, 9278.0, 9284.0, 9245.0, 9223.0, 9210.0, 9222.0, 9217.0, 9241.0, 9230.0, 9218.0, 9174.0, 9179.0, 9131.0, 9217.0, 9239.0, 9195.0, 9177.0, 9135.0, 9162.0, 9124.0, 9165.0, 9129.0, 9174.0, 9151.0, 9160.0, 9136.0, 9162.0, 9179.0, 9186.0, 9247.0, 9194.0, 9175.0, 9210.0, 9131.0, 9125.0, 9138.0, 9136.0, 9141.0, 9167.0, 9148.0, 9218.0, 9163.0, 9174.0, 9132.0, 9155.0, 9126.0, 9140.0, 9140.0, 9141.0, 9198.0, 9142.0, 9214.0, 9144.0, 9196.0, 9129.0, 9155.0, 9128.0, 9148.0, 9114.0, 9140.0, 9129.0, 9153.0, 9144.0, 9147.0, 9215.0, 9164.0, 9174.0, 9147.0, 9155.0, 9212.0, 9122.0, 9164.0, 9189.0, 9136.0, 9150.0, 9158.0, 9107.0, 9145.0, 9127.0, 9156.0, 9157.0, 9152.0, 9186.0, 9165.0, 9163.0, 9151.0, 9168.0, 9221.0, 9152.0, 9180.0, 9214.0, 9165.0, 9217.0, 9149.0, 9188.0, 9148.0, 9180.0, 9237.0, 9203.0, 9198.0, 9147.0, 9188.0, 9238.0, 9152.0, 9167.0, 9192.0, 9147.0, 9107.0, 9142.0, 9181.0, 9153.0, 9163.0, 9186.0, 9180.0, 9140.0, 9153.0, 9149.0, 9209.0, 9168.0, 9220.0, 9208.0, 9211.0, 9180.0, 9219.0, 9203.0, 9192.0, 9283.0, 9260.0, 9195.0, 9207.0, 9164.0, 9179.0, 9235.0, 9159.0, 9190.0, 9176.0, 9166.0, 9202.0, 9134.0, 9162.0, 9142.0, 9171.0, 9205.0, 9179.0, 9249.0, 9210.0, 9166.0, 9231.0, 9150.0, 9190.0, 9169.0, 9170.0, 9194.0, 9156.0, 9208.0, 9159.0, 9228.0, 9258.0, 9169.0, 9194.0, 9175.0, 9159.0, 9216.0, 9126.0, 9173.0, 9192.0, 9155.0, 9215.0, 9159.0, 9213.0, 9185.0, 9184.0, 9243.0, 9182.0, 9253.0, 9259.0, 9206.0, 9218.0, 9170.0, 9160.0, 9214.0, 9166.0, 9194.0, 9173.0, 9163.0, 9214.0, 9131.0, 9169.0, 9164.0, 9180.0, 9217.0, 9166.0, 9186.0, 9132.0, 9170.0, 9136.0, 9179.0, 9211.0, 9167.0, 9234.0, 9164.0, 9216.0, 9142.0, 9168.0, 9143.0, 9157.0, 9203.0, 9157.0, 9171.0, 9146.0, 9215.0, 9149.0, 9194.0, 9237.0, 9174.0, 9167.0, 9157.0, 9156.0, 9144.0, 9164.0, 9196.0, 9173.0, 9237.0, 9200.0, 9195.0, 9156.0, 9193.0, 9154.0, 9203.0, 9258.0, 9209.0, 9186.0, 9146.0, 9169.0, 9132.0, 9174.0, 9155.0, 9178.0, 9168.0, 9178.0, 9153.0, 9181.0, 9179.0, 9181.0, 9244.0, 9202.0, 9251.0, 9238.0, 9217.0, 9145.0, 9218.0, 9236.0, 9187.0, 9213.0, 9153.0, 9170.0, 9130.0, 9155.0, 9131.0, 9159.0, 9147.0, 9162.0, 9149.0, 9148.0, 9237.0, 9186.0, 9160.0, 9207.0, 9157.0, 9129.0, 9161.0, 9174.0, 9164.0, 9203.0, 9172.0, 9211.0, 9182.0, 9177.0, 9135.0, 9159.0, 9170.0, 9146.0, 9219.0, 9162.0, 9201.0, 9143.0, 9185.0, 9150.0, 9259.0, 9152.0, 9184.0, 9172.0, 9173.0, 9120.0, 9148.0, 9129.0, 9166.0, 9144.0, 9170.0, 9144.0, 9133.0, 9162.0, 9150.0, 9203.0, 9166.0, 9226.0, 9210.0, 9180.0, 9195.0, 9163.0, 9118.0, 9143.0, 9105.0, 9149.0, 9203.0, 9135.0, 9194.0, 9159.0, 9138.0, 9115.0, 9143.0, 9124.0, 9148.0, 9173.0, 9134.0, 9157.0, 9135.0, 9144.0, 9123.0, 9149.0, 9128.0, 9156.0, 9147.0, 9174.0, 9164.0, 9165.0, 9134.0, 9163.0, 9219.0, 9155.0, 9172.0, 9215.0, 9160.0, 9201.0, 9158.0, 9197.0, 9148.0, 9188.0, 9153.0, 9194.0, 9172.0, 9183.0, 9238.0, 9201.0, 9198.0, 9142.0, 9154.0, 9128.0, 9161.0, 9217.0, 9160.0, 9200.0, 9143.0, 9182.0, 9145.0, 9177.0, 9234.0, 9169.0, 9163.0, 9122.0, 9148.0, 9204.0, 9126.0, 9165.0, 9169.0, 9165.0, 9160.0, 9202.0, 9185.0, 9173.0, 9212.0, 9177.0, 9231.0, 9202.0, 9216.0, 9216.0, 9211.0, 9253.0, 9207.0, 9233.0, 9149.0, 9187.0, 9165.0, 9179.0, 9217.0, 9178.0, 9231.0, 9154.0, 9152.0, 9216.0, 9164.0, 9134.0, 9174.0, 9135.0, 9160.0, 9126.0, 9176.0, 9205.0, 9168.0, 9193.0, 9157.0, 9195.0, 9179.0, 9201.0, 9225.0, 9197.0, 9195.0, 9155.0, 9197.0, 9251.0, 9181.0, 9242.0, 9199.0, 9234.0, 9197.0, 9235.0, 9161.0, 9175.0, 9243.0, 9196.0, 9179.0, 9187.0, 9170.0, 9126.0, 9100.0, 9131.0, 9156.0, 9139.0, 9151.0, 9125.0, 9137.0, 9128.0, 9145.0, 9200.0, 9170.0, 9173.0, 9210.0, 9179.0, 9130.0, 9148.0, 9199.0, 9148.0, 9195.0, 9232.0, 9200.0, 9168.0, 9146.0, 9170.0, 9150.0, 9175.0, 9192.0, 9174.0, 9205.0, 9161.0, 9217.0, 9146.0, 9238.0, 9229.0, 9176.0, 9194.0, 9178.0, 9130.0, 9157.0, 9117.0, 9105.0, 9122.0, 9159.0, 9123.0, 9153.0, 9206.0, 9159.0, 9144.0, 9102.0, 9132.0, 9179.0, 9151.0, 9167.0, 9131.0, 9172.0, 9196.0, 9177.0, 9150.0, 9165.0, 9164.0, 9182.0, 9219.0, 9194.0, 9172.0, 9149.0, 9172.0, 9143.0, 9175.0, 9245.0, 9199.0, 9200.0, 9190.0, 9132.0, 9143.0, 9120.0, 9133.0, 9112.0, 9146.0, 9198.0, 9147.0, 9172.0, 9162.0, 9173.0, 9136.0, 9181.0, 9235.0, 9169.0, 9153.0, 9149.0, 9170.0, 9148.0, 9174.0, 9151.0, 9182.0, 9169.0, 9187.0, 9155.0, 9181.0, 9156.0, 9187.0, 9259.0, 9200.0, 9239.0, 9209.0, 9215.0, 9148.0, 9159.0, 9191.0, 9163.0, 9231.0, 9163.0, 9217.0, 9144.0, 9221.0, 9247.0, 9156.0, 9207.0, 9150.0, 9134.0, 9139.0, 9166.0, 9138.0, 9156.0, 9180.0, 9143.0, 9190.0, 9230.0, 9152.0, 9165.0, 9195.0, 9137.0, 9145.0, 9120.0, 9139.0, 9130.0, 9150.0, 9193.0, 9176.0, 9228.0, 9185.0, 9182.0, 9169.0, 9169.0, 9224.0, 9171.0, 9264.0, 9257.0, 9219.0, 9201.0, 9147.0, 9172.0, 9150.0, 9189.0, 9165.0, 9176.0, 9237.0, 9183.0, 9220.0, 9179.0, 9175.0, 9149.0, 9165.0, 9233.0, 9163.0, 9188.0, 9174.0, 9163.0, 9226.0, 9145.0, 9184.0, 9146.0, 9171.0, 9144.0, 9161.0, 9133.0, 9157.0, 9135.0, 9164.0, 9241.0, 9226.0, 9174.0, 9142.0, 9153.0, 9147.0, 9161.0, 9188.0, 9179.0, 9218.0, 9184.0, 9193.0, 9151.0, 9220.0, 9153.0, 9192.0, 9195.0, 9219.0, 9168.0, 9214.0, 9132.0, 9161.0, 9241.0, 9197.0, 9162.0, 9138.0, 9162.0, 9129.0, 9154.0, 9129.0, 9159.0, 9199.0, 9165.0, 9204.0, 9225.0, 9166.0, 9148.0, 9141.0, 9166.0, 9131.0, 9187.0, 9152.0, 9179.0, 9152.0, 9177.0, 9155.0, 9169.0, 9197.0, 9185.0, 9247.0, 9230.0, 9186.0, 9227.0, 9142.0, 9181.0, 9173.0, 9162.0, 9214.0, 9166.0, 9168.0, 9204.0, 9151.0, 9147.0, 9128.0, 9154.0, 9138.0, 9181.0, 9236.0, 9183.0, 9192.0, 9167.0, 9181.0, 9158.0, 9186.0, 9224.0, 9171.0, 9240.0, 9168.0, 9192.0, 9154.0, 9200.0, 9260.0, 9202.0, 9155.0, 9152.0, 9154.0, 9211.0, 9164.0, 9191.0, 9180.0, 9175.0, 9151.0, 9179.0, 9218.0, 9162.0, 9221.0, 9174.0, 9174.0, 9144.0, 9170.0, 9148.0, 9158.0, 9188.0, 9176.0, 9232.0, 9193.0, 9231.0, 9157.0, 9239.0, 9241.0, 9182.0, 9165.0, 9204.0, 9132.0, 9133.0, 9121.0, 9155.0, 9134.0, 9191.0, 9167.0, 9185.0, 9172.0, 9188.0, 9202.0, 9160.0, 9201.0, 9238.0, 9184.0, 9238.0, 9185.0, 9224.0, 9181.0, 9178.0, 9167.0, 9243.0, 9198.0, 9171.0, 9141.0, 9165.0, 9131.0, 9156.0, 9136.0, 9171.0, 9150.0, 9195.0, 9164.0, 9173.0, 9146.0, 9171.0, 9132.0, 9178.0, 9238.0, 9179.0, 9164.0, 9206.0, 9136.0, 9193.0, 9128.0, 9148.0, 9129.0, 9165.0, 9140.0, 9149.0, 9129.0, 9161.0, 9212.0, 9138.0, 9180.0, 9157.0, 9183.0, 9145.0, 9172.0, 9137.0, 9189.0, 9169.0, 9176.0, 9168.0, 9173.0, 9136.0, 9162.0, 9178.0, 9160.0, 9204.0, 9166.0, 9149.0, 9149.0, 9134.0, 9184.0, 9261.0, 9211.0, 9200.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.0029678497652582156</td></tr>
<tr><td colspan=3>aqi</td><td>0.030878059342723002</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.17843097665409</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2608152673308288</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0211762528477442</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>6646.4438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09365363230386407</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.535211267605634</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4533421089935477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3912243066251335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664750209194677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3040518111608326</td></tr>
<tr><td colspan=3>gcor</td><td>0.00825533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015141238458454609</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028463521972298622</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</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.072657591655372</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>19.2475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7736</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1005</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301724.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>729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.183</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.8183</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3358.8089</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.9778</td></tr>
<tr><td colspan=3>tsnr</td><td>36.40993067936506</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>