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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-01/func/sub-0058_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>04ca80b6d8590afe2f5911da51f2cb78</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>12:28:46.245000</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.994656, -0.0233861, -0.10056, 0.0244826, 0.999653, 0.00968358]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106069</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7715, -7284, 531, -67, -160, 32, 123]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7be2a642-ff75-4200-9f3a-1b699777d7fc||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.6685895919799805, 0.0656849667429924, -0.27080678939819336, 114.05235290527344], [0.06274311989545822, 2.6819968223571777, 0.03265327215194702, -92.54898834228516], [-0.2697954773902893, -0.02598034217953682, 2.6861865520477295, -88.8701171875], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['122846.245000', '122846.705000', '122847.165000', '122847.625000', '122848.085000', '122848.545000', '122849.005000', '122849.465000', '122849.925000', '122850.385000', '122850.845000', '122851.305000', '122851.765000', '122852.225000', '122852.685000', '122853.145000', '122853.605000', '122854.065000', '122854.525000', '122854.985000', '122855.445000', '122855.905000', '122856.365000', '122856.825000', '122857.285000', '122857.745000', '122858.205000', '122858.665000', '122859.125000', '122859.585000', '122900.045000', '122900.505000', '122900.965000', '122901.425000', '122901.885000', '122902.345000', '122902.805000', '122903.265000', '122903.725000', '122904.185000', '122904.645000', '122905.105000', '122905.565000', '122906.025000', '122906.485000', '122906.945000', '122907.405000', '122907.865000', '122908.325000', '122908.785000', '122909.245000', '122909.705000', '122910.165000', '122910.625000', '122911.085000', '122911.545000', '122912.005000', '122912.465000', '122912.925000', '122913.385000', '122913.845000', '122914.305000', '122914.765000', '122915.225000', '122915.685000', '122916.145000', '122916.605000', '122917.065000', '122917.525000', '122917.985000', '122918.445000', '122918.905000', '122919.365000', '122919.825000', '122920.285000', '122920.745000', '122921.205000', '122921.665000', '122922.125000', '122922.585000', '122923.045000', '122923.505000', '122923.965000', '122924.425000', '122924.885000', '122925.345000', '122925.805000', '122926.265000', '122926.725000', '122927.185000', '122927.645000', '122928.105000', '122928.565000', '122929.025000', '122929.485000', '122929.945000', '122930.405000', '122930.865000', '122931.325000', '122931.785000', '122932.245000', '122932.705000', '122933.165000', '122933.625000', '122934.085000', '122934.545000', '122935.005000', '122935.465000', '122935.925000', '122936.385000', '122936.845000', '122937.305000', '122937.765000', '122938.225000', '122938.685000', '122939.145000', '122939.605000', '122940.065000', '122940.525000', '122940.985000', '122941.445000', '122941.905000', '122942.365000', '122942.825000', '122943.285000', '122943.745000', '122944.205000', '122944.665000', '122945.125000', '122945.585000', '122946.045000', '122946.505000', '122946.965000', '122947.425000', '122947.885000', '122948.345000', '122948.805000', '122949.265000', '122949.725000', '122950.185000', '122950.645000', '122951.105000', '122951.565000', '122952.025000', '122952.485000', '122952.945000', '122953.405000', '122953.865000', '122954.325000', '122954.785000', '122955.245000', '122955.705000', '122956.165000', '122956.625000', '122957.085000', '122957.545000', '122958.005000', '122958.465000', '122958.925000', '122959.385000', '122959.845000', '123000.305000', '123000.765000', '123001.225000', '123001.685000', '123002.145000', '123002.605000', '123003.065000', '123003.525000', '123003.985000', '123004.445000', '123004.905000', '123005.365000', '123005.825000', '123006.285000', '123006.745000', '123007.205000', '123007.665000', '123008.125000', '123008.585000', '123009.045000', '123009.505000', '123009.965000', '123010.425000', '123010.885000', '123011.345000', '123011.805000', '123012.265000', '123012.725000', '123013.185000', '123013.645000', '123014.105000', '123014.565000', '123015.025000', '123015.485000', '123015.945000', '123016.405000', '123016.865000', '123017.325000', '123017.785000', '123018.245000', '123018.705000', '123019.165000', '123019.625000', '123020.085000', '123020.545000', '123021.005000', '123021.465000', '123021.925000', '123022.385000', '123022.845000', '123023.305000', '123023.765000', '123024.225000', '123024.685000', '123025.145000', '123025.605000', '123026.065000', '123026.525000', '123026.985000', '123027.445000', '123027.905000', '123028.365000', '123028.825000', '123029.285000', '123029.745000', '123030.205000', '123030.665000', '123031.125000', '123031.585000', '123032.045000', '123032.505000', '123032.965000', '123033.425000', '123033.885000', '123034.345000', '123034.805000', '123035.265000', '123035.725000', '123036.185000', '123036.645000', '123037.105000', '123037.565000', '123038.025000', '123038.485000', '123038.945000', '123039.405000', '123039.865000', '123040.325000', '123040.785000', '123041.245000', '123041.705000', '123042.165000', '123042.625000', '123043.085000', '123043.545000', '123044.005000', '123044.465000', '123044.925000', '123045.385000', '123045.845000', '123046.305000', '123046.765000', '123047.225000', '123047.685000', '123048.145000', '123048.605000', '123049.065000', '123049.525000', '123049.985000', '123050.445000', '123050.905000', '123051.365000', '123051.825000', '123052.285000', '123052.745000', '123053.205000', '123053.665000', '123054.125000', '123054.585000', '123055.045000', '123055.505000', '123055.965000', '123056.425000', '123056.885000', '123057.345000', '123057.805000', '123058.265000', '123058.725000', '123059.185000', '123059.645000', '123100.105000', '123100.565000', '123101.025000', '123101.485000', '123101.945000', '123102.405000', '123102.865000', '123103.325000', '123103.785000', '123104.245000', '123104.705000', '123105.165000', '123105.625000', '123106.085000', '123106.545000', '123107.005000', '123107.465000', '123107.925000', '123108.385000', '123108.845000', '123109.305000', '123109.765000', '123110.225000', '123110.685000', '123111.145000', '123111.605000', '123112.065000', '123112.525000', '123112.985000', '123113.445000', '123113.905000', '123114.365000', '123114.825000', '123115.285000', '123115.745000', '123116.205000', '123116.665000', '123117.125000', '123117.585000', '123118.045000', '123118.505000', '123118.965000', '123119.425000', '123119.885000', '123120.345000', '123120.805000', '123121.265000', '123121.725000', '123122.185000', '123122.645000', '123123.105000', '123123.565000', '123124.025000', '123124.485000', '123124.945000', '123125.405000', '123125.865000', '123126.325000', '123126.785000', '123127.245000', '123127.705000', '123128.165000', '123128.625000', '123129.085000', '123129.545000', '123130.005000', '123130.465000', '123130.925000', '123131.385000', '123131.845000', '123132.305000', '123132.765000', '123133.225000', '123133.685000', '123134.145000', '123134.605000', '123135.065000', '123135.525000', '123135.985000', '123136.445000', '123136.905000', '123137.365000', '123137.825000', '123138.285000', '123138.745000', '123139.205000', '123139.665000', '123140.125000', '123140.585000', '123141.045000', '123141.505000', '123141.965000', '123142.425000', '123142.885000', '123143.345000', '123143.805000', '123144.265000', '123144.725000', '123145.185000', '123145.645000', '123146.105000', '123146.565000', '123147.025000', '123147.485000', '123147.945000', '123148.405000', '123148.865000', '123149.325000', '123149.785000', '123150.245000', '123150.705000', '123151.165000', '123151.625000', '123152.085000', '123152.545000', '123153.005000', '123153.465000', '123153.925000', '123154.385000', '123154.845000', '123155.305000', '123155.765000', '123156.225000', '123156.685000', '123157.145000', '123157.605000', '123158.065000', '123158.525000', '123158.985000', '123159.445000', '123159.905000', '123200.365000', '123200.825000', '123201.285000', '123201.745000', '123202.205000', '123202.665000', '123203.125000', '123203.585000', '123204.045000', '123204.505000', '123204.965000', '123205.425000', '123205.885000', '123206.345000', '123206.805000', '123207.265000', '123207.725000', '123208.185000', '123208.645000', '123209.105000', '123209.565000', '123210.025000', '123210.485000', '123210.945000', '123211.405000', '123211.865000', '123212.325000', '123212.785000', '123213.245000', '123213.705000', '123214.165000', '123214.625000', '123215.085000', '123215.545000', '123216.005000', '123216.465000', '123216.925000', '123217.385000', '123217.845000', '123218.305000', '123218.765000', '123219.225000', '123219.685000', '123220.145000', '123220.605000', '123221.065000', '123221.525000', '123221.985000', '123222.445000', '123222.905000', '123223.365000', '123223.825000', '123224.285000', '123224.745000', '123225.205000', '123225.665000', '123226.125000', '123226.585000', '123227.045000', '123227.505000', '123227.965000', '123228.425000', '123228.885000', '123229.345000', '123229.805000', '123230.265000', '123230.725000', '123231.185000', '123231.645000', '123232.105000', '123232.565000', '123233.025000', '123233.485000', '123233.945000', '123234.405000', '123234.865000', '123235.325000', '123235.785000', '123236.245000', '123236.705000', '123237.165000', '123237.625000', '123238.085000', '123238.545000', '123239.005000', '123239.465000', '123239.925000', '123240.385000', '123240.845000', '123241.305000', '123241.765000', '123242.225000', '123242.685000', '123243.145000', '123243.605000', '123244.065000', '123244.525000', '123244.985000', '123245.445000', '123245.905000', '123246.365000', '123246.825000', '123247.285000', '123247.745000', '123248.205000', '123248.665000', '123249.125000', '123249.585000', '123250.045000', '123250.505000', '123250.965000', '123251.425000', '123251.885000', '123252.345000', '123252.805000', '123253.265000', '123253.725000', '123254.185000', '123254.645000', '123255.105000', '123255.565000', '123256.025000', '123256.485000', '123256.945000', '123257.405000', '123257.865000', '123258.325000', '123258.785000', '123259.245000', '123259.705000', '123300.165000', '123300.625000', '123301.085000', '123301.545000', '123302.005000', '123302.465000', '123302.925000', '123303.385000', '123303.845000', '123304.305000', '123304.765000', '123305.225000', '123305.685000', '123306.145000', '123306.605000', '123307.065000', '123307.525000', '123307.985000', '123308.445000', '123308.905000', '123309.365000', '123309.825000', '123310.285000', '123310.745000', '123311.205000', '123311.665000', '123312.125000', '123312.585000', '123313.045000', '123313.505000', '123313.965000', '123314.425000', '123314.885000', '123315.345000', '123315.805000', '123316.265000', '123316.725000', '123317.185000', '123317.645000', '123318.105000', '123318.565000', '123319.025000', '123319.485000', '123319.945000', '123320.405000', '123320.865000', '123321.325000', '123321.785000', '123322.245000', '123322.705000', '123323.165000', '123323.625000', '123324.085000', '123324.545000', '123325.005000', '123325.465000', '123325.925000', '123326.385000', '123326.845000', '123327.305000', '123327.765000', '123328.225000', '123328.685000', '123329.145000', '123329.605000', '123330.065000', '123330.525000', '123330.985000', '123331.445000', '123331.905000', '123332.365000', '123332.825000', '123333.285000', '123333.745000', '123334.205000', '123334.665000', '123335.125000', '123335.585000', '123336.045000', '123336.505000', '123336.965000', '123337.425000', '123337.885000', '123338.345000', '123338.805000', '123339.265000', '123339.725000', '123340.185000', '123340.645000', '123341.105000', '123341.565000', '123342.025000', '123342.485000', '123342.945000', '123343.405000', '123343.865000', '123344.325000', '123344.785000', '123345.245000', '123345.705000', '123346.165000', '123346.625000', '123347.085000', '123347.545000', '123348.005000', '123348.465000', '123348.925000', '123349.385000', '123349.845000', '123350.305000', '123350.765000', '123351.225000', '123351.685000', '123352.145000', '123352.605000', '123353.065000', '123353.525000', '123353.985000', '123354.445000', '123354.905000', '123355.365000', '123355.825000', '123356.285000', '123356.745000', '123357.205000', '123357.665000', '123358.125000', '123358.585000', '123359.045000', '123359.505000', '123359.965000', '123400.425000', '123400.885000', '123401.345000', '123401.805000', '123402.265000', '123402.725000', '123403.185000', '123403.645000', '123404.105000', '123404.565000', '123405.025000', '123405.485000', '123405.945000', '123406.405000', '123406.865000', '123407.325000', '123407.785000', '123408.245000', '123408.705000', '123409.165000', '123409.625000', '123410.085000', '123410.545000', '123411.005000', '123411.465000', '123411.925000', '123412.385000', '123412.845000', '123413.305000', '123413.765000', '123414.225000', '123414.685000', '123415.145000', '123415.605000', '123416.065000', '123416.525000', '123416.985000', '123417.445000', '123417.905000', '123418.365000', '123418.825000', '123419.285000', '123419.745000', '123420.205000', '123420.665000', '123421.125000', '123421.585000', '123422.045000', '123422.505000', '123422.965000', '123423.425000', '123423.885000', '123424.345000', '123424.805000', '123425.265000', '123425.725000', '123426.185000', '123426.645000', '123427.105000', '123427.565000', '123428.025000', '123428.485000', '123428.945000', '123429.405000', '123429.865000', '123430.325000', '123430.785000', '123431.245000', '123431.705000', '123432.165000', '123432.625000', '123433.085000', '123433.545000', '123434.005000', '123434.465000', '123434.925000', '123435.385000', '123435.845000', '123436.305000', '123436.765000', '123437.225000', '123437.685000', '123438.145000', '123438.605000', '123439.065000', '123439.525000', '123439.985000', '123440.445000', '123440.905000', '123441.365000', '123441.825000', '123442.285000', '123442.745000', '123443.205000', '123443.665000', '123444.125000', '123444.585000', '123445.045000', '123445.505000', '123445.965000', '123446.425000', '123446.885000', '123447.345000', '123447.805000', '123448.265000', '123448.725000', '123449.185000', '123449.645000', '123450.105000', '123450.565000', '123451.025000', '123451.485000', '123451.945000', '123452.405000', '123452.865000', '123453.325000', '123453.785000', '123454.245000', '123454.705000', '123455.165000', '123455.625000', '123456.085000', '123456.545000', '123457.005000', '123457.465000', '123457.925000', '123458.385000', '123458.845000', '123459.305000', '123459.765000', '123500.225000', '123500.685000', '123501.145000', '123501.605000', '123502.065000', '123502.525000', '123502.985000', '123503.445000', '123503.905000', '123504.365000', '123504.825000', '123505.285000', '123505.745000', '123506.205000', '123506.665000', '123507.125000', '123507.585000', '123508.045000', '123508.505000', '123508.965000', '123509.425000', '123509.885000', '123510.345000', '123510.805000', '123511.265000', '123511.725000', '123512.185000', '123512.645000', '123513.105000', '123513.565000', '123514.025000', '123514.485000', '123514.945000', '123515.405000', '123515.865000', '123516.325000', '123516.785000', '123517.245000', '123517.705000', '123518.165000', '123518.625000', '123519.085000', '123519.545000', '123520.005000', '123520.465000', '123520.925000', '123521.385000', '123521.845000', '123522.305000', '123522.765000', '123523.225000', '123523.685000', '123524.145000', '123524.605000', '123525.065000', '123525.525000', '123525.985000', '123526.445000', '123526.905000', '123527.365000', '123527.825000', '123528.285000', '123528.745000', '123529.205000', '123529.665000', '123530.125000', '123530.585000', '123531.045000', '123531.505000', '123531.965000', '123532.425000', '123532.885000', '123533.345000', '123533.805000', '123534.265000', '123534.725000', '123535.185000', '123535.645000', '123536.105000', '123536.565000', '123537.025000', '123537.485000', '123537.945000', '123538.405000', '123538.865000', '123539.325000', '123539.785000', '123540.245000', '123540.705000', '123541.165000', '123541.625000', '123542.085000', '123542.545000', '123543.005000', '123543.465000', '123543.925000', '123544.385000', '123544.845000', '123545.305000', '123545.765000', '123546.225000', '123546.685000', '123547.145000', '123547.605000', '123548.065000', '123548.525000', '123548.985000', '123549.445000', '123549.905000', '123550.365000', '123550.825000', '123551.285000', '123551.745000', '123552.205000', '123552.665000', '123553.125000', '123553.585000', '123554.045000', '123554.505000', '123554.965000', '123555.425000', '123555.885000', '123556.345000', '123556.805000', '123557.265000', '123557.725000', '123558.185000', '123558.645000', '123559.105000', '123559.565000', '123600.025000', '123600.485000', '123600.945000', '123601.405000', '123601.865000', '123602.325000', '123602.785000', '123603.245000', '123603.705000', '123604.165000', '123604.625000', '123605.085000', '123605.545000', '123606.005000', '123606.465000', '123606.925000', '123607.385000', '123607.845000', '123608.305000', '123608.765000', '123609.225000', '123609.685000', '123610.145000', '123610.605000', '123611.065000', '123611.525000', '123611.985000', '123612.445000', '123612.905000', '123613.365000', '123613.825000', '123614.285000', '123614.745000', '123615.205000', '123615.665000', '123616.125000', '123616.585000', '123617.045000', '123617.505000', '123617.965000', '123618.425000', '123618.885000', '123619.345000', '123619.805000', '123620.265000', '123620.725000', '123621.185000', '123621.645000', '123622.105000', '123622.565000', '123623.025000', '123623.485000', '123623.945000', '123624.405000', '123624.865000', '123625.325000', '123625.785000', '123626.245000', '123626.705000', '123627.165000', '123627.625000', '123628.085000', '123628.545000', '123629.005000', '123629.465000', '123629.925000', '123630.385000', '123630.845000', '123631.305000', '123631.765000', '123632.225000', '123632.685000', '123633.145000', '123633.605000', '123634.065000', '123634.525000', '123634.985000', '123635.445000', '123635.905000', '123636.365000', '123636.825000', '123637.285000', '123637.745000', '123638.205000', '123638.665000', '123639.125000', '123639.585000', '123640.045000', '123640.505000', '123640.965000', '123641.425000', '123641.885000', '123642.345000', '123642.805000', '123643.265000', '123643.725000', '123644.185000', '123644.645000', '123645.105000', '123645.565000', '123646.025000', '123646.485000', '123646.945000', '123647.405000', '123647.865000', '123648.325000', '123648.785000', '123649.245000', '123649.705000', '123650.165000', '123650.625000', '123651.085000', '123651.545000', '123652.005000', '123652.465000', '123652.925000', '123653.385000', '123653.845000', '123654.305000', '123654.765000', '123655.225000', '123655.685000', '123656.145000', '123656.605000', '123657.065000', '123657.525000', '123657.985000', '123658.445000', '123658.905000', '123659.365000'], 'ContentTime': ['122857.852000', '122857.855000', '122857.857000', '122857.860000', '122857.863000', '122857.865000', '122857.868000', '122857.870000', '122857.873000', '122857.875000', '122857.878000', '122857.880000', '122857.889000', '122857.902000', '122857.905000', '122857.907000', '122857.910000', '122857.913000', '122857.915000', '122857.918000', '122857.920000', '122857.923000', '122857.925000', '122917.823000', '122917.826000', '122917.829000', '122917.831000', '122917.834000', '122917.841000', '122917.844000', '122917.846000', '122917.849000', '122917.851000', '122917.854000', '122917.856000', '122917.859000', '122917.861000', '122917.864000', '122917.866000', '122917.869000', '122917.871000', '122917.886000', '122917.888000', '122917.891000', '122917.893000', '122917.896000', '122917.898000', '122917.901000', '122917.903000', '122917.906000', '122917.908000', '122917.911000', '122917.914000', '122917.916000', '122917.919000', '122917.921000', '122917.924000', '122917.926000', '122917.929000', '122917.932000', '122917.934000', '122917.937000', '122917.939000', '122917.942000', '122917.944000', '122917.947000', '122937.825000', '122937.827000', '122937.830000', '122937.833000', '122937.835000', '122937.838000', '122937.841000', '122937.843000', '122937.846000', '122937.848000', '122937.851000', '122937.853000', '122937.856000', '122937.859000', '122937.861000', '122937.864000', '122937.866000', '122937.869000', '122937.872000', '122937.875000', '122937.878000', '122937.880000', '122937.883000', '122937.886000', '122937.888000', '122937.891000', '122937.893000', '122937.896000', '122937.898000', '122937.901000', '122937.904000', '122937.906000', '122937.909000', '122937.911000', '122937.914000', '122937.916000', '122937.919000', '122937.922000', '122937.924000', '122937.927000', '122937.929000', '122937.932000', '122937.934000', '122957.824000', '122957.827000', '122957.830000', '122957.832000', '122957.835000', '122957.838000', '122957.840000', '122957.843000', '122957.845000', '122957.848000', '122957.851000', '122957.853000', '122957.856000', '122957.858000', '122957.861000', '122957.864000', '122957.866000', '122957.869000', '122957.871000', '122957.874000', '122957.877000', '122957.879000', '122957.882000', '122957.885000', '122957.887000', '122957.890000', '122957.892000', '122957.895000', '122957.897000', '122957.900000', '122957.902000', '122957.905000', '122957.908000', '122957.910000', '122957.913000', '122957.916000', '122957.918000', '122957.921000', '122957.923000', '122957.926000', '122957.929000', '122957.931000', '122957.934000', '122957.936000', '123017.825000', '123017.827000', '123017.830000', '123017.833000', '123017.835000', '123017.838000', '123017.841000', '123017.843000', '123017.846000', '123017.848000', '123017.851000', '123017.853000', '123017.856000', '123017.858000', '123017.861000', '123017.864000', '123017.866000', '123017.869000', '123017.871000', '123017.874000', '123017.877000', '123017.880000', '123017.883000', '123017.886000', '123017.889000', '123017.891000', '123017.894000', '123017.896000', '123017.899000', '123017.901000', '123017.904000', '123017.907000', '123017.909000', '123017.912000', '123017.914000', '123017.917000', '123017.919000', '123017.922000', '123017.924000', '123017.927000', '123017.930000', '123017.932000', '123017.935000', '123037.825000', '123037.828000', '123037.830000', '123037.833000', '123037.835000', '123037.838000', '123037.841000', '123037.843000', '123037.846000', '123037.848000', '123037.851000', '123037.853000', '123037.856000', '123037.859000', '123037.861000', '123037.864000', '123037.866000', '123037.869000', '123037.872000', '123037.874000', '123037.877000', '123037.879000', '123037.882000', '123037.885000', '123037.887000', '123037.890000', '123037.893000', '123037.895000', '123037.898000', '123037.900000', '123037.903000', '123037.905000', '123037.908000', '123037.911000', '123037.913000', '123037.916000', '123037.918000', '123037.921000', '123037.923000', '123037.926000', '123037.928000', '123037.931000', '123037.934000', '123037.936000', '123057.825000', '123057.827000', '123057.830000', '123057.833000', '123057.835000', '123057.838000', '123057.840000', '123057.843000', '123057.845000', '123057.848000', '123057.851000', '123057.853000', '123057.856000', '123057.858000', '123057.872000', '123057.875000', '123057.877000', '123057.880000', '123057.883000', '123057.887000', '123057.889000', '123057.892000', '123057.895000', '123057.897000', '123057.900000', '123057.902000', '123057.905000', '123057.907000', '123057.910000', '123057.914000', '123057.917000', '123057.919000', '123057.922000', '123057.924000', '123057.927000', '123057.930000', '123057.932000', '123057.935000', '123057.937000', '123057.940000', '123057.942000', '123057.945000', '123057.948000', '123117.824000', '123117.826000', '123117.829000', '123117.832000', '123117.834000', '123117.837000', '123117.839000', '123117.842000', '123117.844000', '123117.847000', '123117.849000', '123117.852000', '123117.855000', '123117.857000', '123117.860000', '123117.862000', '123117.865000', '123117.867000', '123117.870000', '123117.873000', '123117.875000', '123117.878000', '123117.880000', '123117.883000', '123117.886000', '123117.888000', '123117.891000', '123117.893000', '123117.896000', '123117.899000', '123117.901000', '123117.904000', '123117.906000', '123117.909000', '123117.912000', '123117.914000', '123117.917000', '123117.919000', '123117.922000', '123117.925000', '123117.927000', '123117.930000', '123117.933000', '123117.935000', '123137.824000', '123137.826000', '123137.829000', '123137.832000', '123137.834000', '123137.847000', '123137.850000', '123137.853000', '123137.855000', '123137.858000', '123137.860000', '123137.863000', '123137.866000', '123137.868000', '123137.871000', '123137.873000', '123137.876000', '123137.879000', '123137.881000', '123137.885000', '123137.888000', '123137.891000', '123137.893000', '123137.896000', '123137.898000', '123137.901000', '123137.904000', '123137.906000', '123137.909000', '123137.911000', '123137.914000', '123137.917000', '123137.919000', '123137.922000', '123137.925000', '123137.927000', '123137.930000', '123137.932000', '123137.935000', '123137.937000', '123137.940000', '123137.943000', '123137.945000', '123157.825000', '123157.827000', '123157.830000', '123157.833000', '123157.835000', '123157.838000', '123157.840000', '123157.843000', '123157.845000', '123157.848000', '123157.851000', '123157.853000', '123157.856000', '123157.858000', '123157.861000', '123157.863000', '123157.866000', '123157.869000', '123157.871000', '123157.874000', '123157.876000', '123157.879000', '123157.881000', '123157.884000', '123157.886000', '123157.889000', '123157.892000', '123157.894000', '123157.897000', '123157.900000', '123157.902000', '123157.905000', '123157.907000', '123157.910000', '123157.912000', '123157.915000', '123157.918000', '123157.920000', '123157.923000', '123157.925000', '123157.928000', '123157.931000', '123157.933000', '123157.936000', '123217.824000', '123217.827000', '123217.830000', '123217.832000', '123217.835000', '123217.837000', '123217.840000', '123217.843000', '123217.845000', '123217.848000', '123217.850000', '123217.853000', '123217.856000', '123217.858000', '123217.861000', '123217.863000', '123217.866000', '123217.868000', '123217.871000', '123217.874000', '123217.876000', '123217.879000', '123217.881000', '123217.884000', '123217.887000', '123217.889000', '123217.892000', '123217.895000', '123217.897000', '123217.900000', '123217.903000', '123217.905000', '123217.908000', '123217.910000', '123217.913000', '123217.916000', '123217.918000', '123217.921000', '123217.923000', '123217.926000', '123217.929000', '123217.931000', '123217.934000', '123237.825000', '123237.827000', '123237.830000', '123237.833000', '123237.835000', '123237.838000', '123237.840000', '123237.843000', '123237.845000', '123237.848000', '123237.851000', '123237.853000', '123237.856000', '123237.859000', '123237.861000', '123237.864000', '123237.866000', '123237.869000', '123237.871000', '123237.874000', '123237.877000', '123237.879000', '123237.882000', '123237.884000', '123237.887000', '123237.889000', '123237.892000', '123237.895000', '123237.897000', '123237.900000', '123237.902000', '123237.905000', '123237.908000', '123237.910000', '123237.913000', '123237.915000', '123237.918000', '123237.921000', '123237.923000', '123237.926000', '123237.929000', '123237.931000', '123237.934000', '123237.936000', '123257.825000', '123257.828000', '123257.830000', '123257.833000', '123257.835000', '123257.838000', '123257.841000', '123257.843000', '123257.846000', '123257.848000', '123257.851000', '123257.854000', '123257.856000', '123257.859000', '123257.862000', '123257.864000', '123257.867000', '123257.869000', '123257.872000', '123257.875000', '123257.877000', '123257.880000', '123257.882000', '123257.885000', '123257.888000', '123257.890000', '123257.893000', '123257.896000', '123257.898000', '123257.901000', '123257.903000', '123257.906000', '123257.909000', '123257.911000', '123257.914000', '123257.916000', '123257.919000', '123257.922000', '123257.924000', '123257.927000', '123257.929000', '123257.932000', '123257.935000', '123317.824000', '123317.827000', '123317.830000', '123317.833000', '123317.835000', '123317.838000', '123317.840000', '123317.843000', '123317.846000', '123317.848000', '123317.851000', '123317.853000', '123317.856000', '123317.859000', '123317.861000', '123317.864000', '123317.866000', '123317.869000', '123317.872000', '123317.874000', '123317.877000', '123317.879000', '123317.882000', '123317.885000', '123317.887000', '123317.890000', '123317.893000', '123317.895000', '123317.898000', '123317.900000', '123317.903000', '123317.906000', '123317.908000', '123317.911000', '123317.913000', '123317.916000', '123317.919000', '123317.921000', '123317.924000', '123317.927000', '123317.929000', '123317.932000', '123317.934000', '123317.937000', '123337.823000', '123337.826000', '123337.829000', '123337.831000', '123337.834000', '123337.837000', '123337.839000', '123337.842000', '123337.844000', '123337.847000', '123337.849000', '123337.852000', '123337.855000', '123337.857000', '123337.860000', '123337.862000', '123337.865000', '123337.868000', '123337.870000', '123337.873000', '123337.875000', '123337.878000', '123337.881000', '123337.883000', '123337.886000', '123337.888000', '123337.891000', '123337.894000', '123337.896000', '123337.899000', '123337.901000', '123337.904000', '123337.907000', '123337.909000', '123337.912000', '123337.915000', '123337.917000', '123337.920000', '123337.922000', '123337.925000', '123337.928000', '123337.930000', '123337.933000', '123357.824000', '123357.826000', '123357.829000', '123357.832000', '123357.834000', '123357.837000', '123357.840000', '123357.842000', '123357.845000', '123357.848000', '123357.850000', '123357.853000', '123357.855000', '123357.858000', '123357.861000', '123357.863000', '123357.866000', '123357.868000', '123357.871000', '123357.874000', '123357.876000', '123357.906000', '123357.908000', '123357.911000', '123357.914000', '123357.916000', '123357.919000', '123357.921000', '123357.924000', '123357.927000', '123357.929000', '123357.932000', '123357.934000', '123357.937000', '123357.939000', '123357.942000', '123357.945000', '123357.947000', '123357.950000', '123357.953000', '123357.955000', '123357.958000', '123357.960000', '123357.963000', '123417.825000', '123417.827000', '123417.830000', '123417.833000', '123417.835000', '123417.838000', '123417.841000', '123417.843000', '123417.846000', '123417.848000', '123417.851000', '123417.854000', '123417.856000', '123417.859000', '123417.861000', '123417.864000', '123417.867000', '123417.869000', '123417.872000', '123417.874000', '123417.877000', '123417.880000', '123417.882000', '123417.885000', '123417.888000', '123417.890000', '123417.893000', '123417.895000', '123417.898000', '123417.900000', '123417.903000', '123417.906000', '123417.908000', '123417.911000', '123417.914000', '123417.916000', '123417.919000', '123417.921000', '123417.924000', '123417.927000', '123417.929000', '123417.932000', '123417.934000', '123437.825000', '123437.827000', '123437.832000', '123437.834000', '123437.837000', '123437.840000', '123437.842000', '123437.845000', '123437.848000', '123437.850000', '123437.853000', '123437.856000', '123437.858000', '123437.861000', '123437.863000', '123437.866000', '123437.868000', '123437.871000', '123437.874000', '123437.876000', '123437.879000', '123437.881000', '123437.884000', '123437.887000', '123437.889000', '123437.892000', '123437.894000', '123437.897000', '123437.899000', '123437.902000', '123437.905000', '123437.907000', '123437.910000', '123437.913000', '123437.915000', '123437.918000', '123437.920000', '123437.923000', '123437.926000', '123437.929000', '123437.931000', '123437.934000', '123437.936000', '123437.939000', '123457.825000', '123457.827000', '123457.830000', '123457.833000', '123457.835000', '123457.838000', '123457.841000', '123457.843000', '123457.846000', '123457.848000', '123457.851000', '123457.854000', '123457.856000', '123457.859000', '123457.861000', '123457.864000', '123457.867000', '123457.869000', '123457.872000', '123457.874000', '123457.877000', '123457.880000', '123457.882000', '123457.885000', '123457.887000', '123457.890000', '123457.893000', '123457.895000', '123457.898000', '123457.900000', '123457.903000', '123457.905000', '123457.908000', '123457.911000', '123457.913000', '123457.916000', '123457.919000', '123457.921000', '123457.924000', '123457.927000', '123457.929000', '123457.932000', '123457.934000', '123517.825000', '123517.827000', '123517.830000', '123517.833000', '123517.835000', '123517.838000', '123517.841000', '123517.843000', '123517.846000', '123517.848000', '123517.851000', '123517.853000', '123517.856000', '123517.859000', '123517.861000', '123517.864000', '123517.866000', '123517.869000', '123517.872000', '123517.874000', '123517.877000', '123517.879000', '123517.882000', '123517.885000', '123517.887000', '123517.890000', '123517.892000', '123517.895000', '123517.898000', '123517.900000', '123517.903000', '123517.905000', '123517.919000', '123517.921000', '123517.924000', '123517.927000', '123517.929000', '123517.932000', '123517.934000', '123517.937000', '123517.939000', '123517.942000', '123517.945000', '123517.947000', '123537.825000', '123537.827000', '123537.830000', '123537.833000', '123537.835000', '123537.838000', '123537.841000', '123537.843000', '123537.846000', '123537.848000', '123537.851000', '123537.853000', '123537.856000', '123537.859000', '123537.861000', '123537.864000', '123537.866000', '123537.869000', '123537.872000', '123537.874000', '123537.877000', '123537.879000', '123537.882000', '123537.884000', '123537.887000', '123537.890000', '123537.892000', '123537.895000', '123537.897000', '123537.900000', '123537.903000', '123537.905000', '123537.908000', '123537.910000', '123537.913000', '123537.916000', '123537.918000', '123537.921000', '123537.923000', '123537.926000', '123537.929000', '123537.931000', '123537.934000', '123557.824000', '123557.826000', '123557.829000', '123557.833000', '123557.835000', '123557.838000', '123557.840000', '123557.843000', '123557.846000', '123557.848000', '123557.851000', '123557.853000', '123557.856000', '123557.859000', '123557.861000', '123557.864000', '123557.867000', '123557.869000', '123557.872000', '123557.874000', '123557.877000', '123557.879000', '123557.882000', '123557.885000', '123557.888000', '123557.890000', '123557.893000', '123557.895000', '123557.898000', '123557.901000', '123557.903000', '123557.906000', '123557.908000', '123557.911000', '123557.914000', '123557.916000', '123557.919000', '123557.922000', '123557.924000', '123557.927000', '123557.930000', '123557.932000', '123557.935000', '123557.937000', '123617.824000', '123617.826000', '123617.829000', '123617.832000', '123617.834000', '123617.837000', '123617.839000', '123617.842000', '123617.844000', '123617.847000', '123617.850000', '123617.852000', '123617.855000', '123617.857000', '123617.860000', '123617.863000', '123617.865000', '123617.868000', '123617.870000', '123617.873000', '123617.876000', '123617.879000', '123617.882000', '123617.884000', '123617.887000', '123617.889000', '123617.892000', '123617.895000', '123617.897000', '123617.900000', '123617.902000', '123617.905000', '123617.908000', '123617.910000', '123617.913000', '123617.915000', '123617.918000', '123617.921000', '123617.923000', '123617.926000', '123617.928000', '123617.931000', '123617.933000', '123637.825000', '123637.827000', '123637.830000', '123637.833000', '123637.835000', '123637.838000', '123637.840000', '123637.843000', '123637.846000', '123637.848000', '123637.851000', '123637.853000', '123637.856000', '123637.858000', '123637.861000', '123637.864000', '123637.866000', '123637.869000', '123637.871000', '123637.874000', '123637.877000', '123637.879000', '123637.882000', '123637.884000', '123637.887000', '123637.889000', '123637.892000', '123637.895000', '123637.897000', '123637.900000', '123637.903000', '123637.905000', '123637.908000', '123637.910000', '123637.913000', '123637.916000', '123637.918000', '123637.921000', '123637.924000', '123637.926000', '123637.929000', '123637.931000', '123637.938000', '123637.940000', '123657.825000', '123657.827000', '123657.830000', '123657.833000', '123657.835000', '123657.838000', '123657.841000', '123657.843000', '123657.846000', '123657.848000', '123657.851000', '123657.854000', '123657.856000', '123657.859000', '123657.861000', '123657.864000', '123657.867000', '123657.869000', '123657.872000', '123657.874000', '123657.877000', '123657.880000', '123657.882000', '123657.885000', '123657.887000', '123657.890000', '123657.893000', '123657.895000', '123657.898000', '123657.901000', '123657.903000', '123657.906000', '123657.908000', '123657.911000', '123657.914000', '123657.916000', '123657.919000', '123657.921000', '123657.924000', '123657.927000', '123657.929000', '123657.932000', '123657.935000', '123700.831000', '123700.834000', '123700.837000', '123700.840000', '123700.842000', '123700.845000', '123700.848000'], 'InstanceCreationTime': ['122857.852000', '122857.855000', '122857.857000', '122857.860000', '122857.863000', '122857.865000', '122857.868000', '122857.870000', '122857.873000', '122857.875000', '122857.878000', '122857.880000', '122857.889000', '122857.902000', '122857.905000', '122857.907000', '122857.910000', '122857.913000', '122857.915000', '122857.918000', '122857.920000', '122857.923000', '122857.925000', '122917.823000', '122917.826000', '122917.829000', '122917.831000', '122917.834000', '122917.841000', '122917.844000', '122917.846000', '122917.849000', '122917.851000', '122917.854000', '122917.856000', '122917.859000', '122917.861000', '122917.864000', '122917.866000', '122917.869000', '122917.871000', '122917.886000', '122917.888000', '122917.891000', '122917.893000', '122917.896000', '122917.898000', '122917.901000', '122917.903000', '122917.906000', '122917.908000', '122917.911000', '122917.914000', '122917.916000', '122917.919000', '122917.921000', '122917.924000', '122917.926000', '122917.929000', '122917.932000', '122917.934000', '122917.937000', '122917.939000', '122917.942000', '122917.944000', '122917.947000', '122937.825000', '122937.827000', '122937.830000', '122937.833000', '122937.835000', '122937.838000', '122937.841000', '122937.843000', '122937.846000', '122937.848000', '122937.851000', '122937.853000', '122937.856000', '122937.859000', '122937.861000', '122937.864000', '122937.866000', '122937.869000', '122937.872000', '122937.875000', '122937.878000', '122937.880000', '122937.883000', '122937.886000', '122937.888000', '122937.891000', '122937.893000', '122937.896000', '122937.898000', '122937.901000', '122937.904000', '122937.906000', '122937.909000', '122937.911000', '122937.914000', '122937.916000', '122937.919000', '122937.922000', '122937.924000', '122937.927000', '122937.929000', '122937.932000', '122937.934000', '122957.824000', '122957.827000', '122957.830000', '122957.832000', '122957.835000', '122957.838000', '122957.840000', '122957.843000', '122957.845000', '122957.848000', '122957.851000', '122957.853000', '122957.856000', '122957.858000', '122957.861000', '122957.864000', '122957.866000', '122957.869000', '122957.871000', '122957.874000', '122957.877000', '122957.879000', '122957.882000', '122957.885000', '122957.887000', '122957.890000', '122957.892000', '122957.895000', '122957.897000', '122957.900000', '122957.902000', '122957.905000', '122957.908000', '122957.910000', '122957.913000', '122957.916000', '122957.918000', '122957.921000', '122957.923000', '122957.926000', '122957.929000', '122957.931000', '122957.934000', '122957.936000', '123017.825000', '123017.827000', '123017.830000', '123017.833000', '123017.835000', '123017.838000', '123017.841000', '123017.843000', '123017.846000', '123017.848000', '123017.851000', '123017.853000', '123017.856000', '123017.858000', '123017.861000', '123017.864000', '123017.866000', '123017.869000', '123017.871000', '123017.874000', '123017.877000', '123017.880000', '123017.883000', '123017.886000', '123017.889000', '123017.891000', '123017.894000', '123017.896000', '123017.899000', '123017.901000', '123017.904000', '123017.907000', '123017.909000', '123017.912000', '123017.914000', '123017.917000', '123017.919000', '123017.922000', '123017.924000', '123017.927000', '123017.930000', '123017.932000', '123017.935000', '123037.825000', '123037.828000', '123037.830000', '123037.833000', '123037.835000', '123037.838000', '123037.841000', '123037.843000', '123037.846000', '123037.848000', '123037.851000', '123037.853000', '123037.856000', '123037.859000', '123037.861000', '123037.864000', '123037.866000', '123037.869000', '123037.872000', '123037.874000', '123037.877000', '123037.879000', '123037.882000', '123037.885000', '123037.887000', '123037.890000', '123037.893000', '123037.895000', '123037.898000', '123037.900000', '123037.903000', '123037.905000', '123037.908000', '123037.911000', '123037.913000', '123037.916000', '123037.918000', '123037.921000', '123037.923000', '123037.926000', '123037.928000', '123037.931000', '123037.934000', '123037.936000', '123057.825000', '123057.827000', '123057.830000', '123057.833000', '123057.835000', '123057.838000', '123057.840000', '123057.843000', '123057.845000', '123057.848000', '123057.851000', '123057.853000', '123057.856000', '123057.858000', '123057.872000', '123057.875000', '123057.877000', '123057.880000', '123057.883000', '123057.887000', '123057.889000', '123057.892000', '123057.895000', '123057.897000', '123057.900000', '123057.902000', '123057.905000', '123057.907000', '123057.910000', '123057.914000', '123057.917000', '123057.919000', '123057.922000', '123057.924000', '123057.927000', '123057.930000', '123057.932000', '123057.935000', '123057.937000', '123057.940000', '123057.942000', '123057.945000', '123057.948000', '123117.824000', '123117.826000', '123117.829000', '123117.832000', '123117.834000', '123117.837000', '123117.839000', '123117.842000', '123117.844000', '123117.847000', '123117.849000', '123117.852000', '123117.855000', '123117.857000', '123117.860000', '123117.862000', '123117.865000', '123117.867000', '123117.870000', '123117.873000', '123117.875000', '123117.878000', '123117.880000', '123117.883000', '123117.886000', '123117.888000', '123117.891000', '123117.893000', '123117.896000', '123117.899000', '123117.901000', '123117.904000', '123117.906000', '123117.909000', '123117.912000', '123117.914000', '123117.917000', '123117.919000', '123117.922000', '123117.925000', '123117.927000', '123117.930000', '123117.933000', '123117.935000', '123137.824000', '123137.826000', '123137.829000', '123137.832000', '123137.834000', '123137.847000', '123137.850000', '123137.853000', '123137.855000', '123137.858000', '123137.860000', '123137.863000', '123137.866000', '123137.868000', '123137.871000', '123137.873000', '123137.876000', '123137.879000', '123137.881000', '123137.885000', '123137.888000', '123137.891000', '123137.893000', '123137.896000', '123137.898000', '123137.901000', '123137.904000', '123137.906000', '123137.909000', '123137.911000', '123137.914000', '123137.917000', '123137.919000', '123137.922000', '123137.925000', '123137.927000', '123137.930000', '123137.932000', '123137.935000', '123137.937000', '123137.940000', '123137.943000', '123137.945000', '123157.825000', '123157.827000', '123157.830000', '123157.833000', '123157.835000', '123157.838000', '123157.840000', '123157.843000', '123157.845000', '123157.848000', '123157.851000', '123157.853000', '123157.856000', '123157.858000', '123157.861000', '123157.863000', '123157.866000', '123157.869000', '123157.871000', '123157.874000', '123157.876000', '123157.879000', '123157.881000', '123157.884000', '123157.886000', '123157.889000', '123157.892000', '123157.894000', '123157.897000', '123157.900000', '123157.902000', '123157.905000', '123157.907000', '123157.910000', '123157.912000', '123157.915000', '123157.918000', '123157.920000', '123157.923000', '123157.925000', '123157.928000', '123157.931000', '123157.933000', '123157.936000', '123217.824000', '123217.827000', '123217.830000', '123217.832000', '123217.835000', '123217.837000', '123217.840000', '123217.843000', '123217.845000', '123217.848000', '123217.850000', '123217.853000', '123217.856000', '123217.858000', '123217.861000', '123217.863000', '123217.866000', '123217.868000', '123217.871000', '123217.874000', '123217.876000', '123217.879000', '123217.881000', '123217.884000', '123217.887000', '123217.889000', '123217.892000', '123217.895000', '123217.897000', '123217.900000', '123217.903000', '123217.905000', '123217.908000', '123217.910000', '123217.913000', '123217.916000', '123217.918000', '123217.921000', '123217.923000', '123217.926000', '123217.929000', '123217.931000', '123217.934000', '123237.825000', '123237.827000', '123237.830000', '123237.833000', '123237.835000', '123237.838000', '123237.840000', '123237.843000', '123237.845000', '123237.848000', '123237.851000', '123237.853000', '123237.856000', '123237.859000', '123237.861000', '123237.864000', '123237.866000', '123237.869000', '123237.871000', '123237.874000', '123237.877000', '123237.879000', '123237.882000', '123237.884000', '123237.887000', '123237.889000', '123237.892000', '123237.895000', '123237.897000', '123237.900000', '123237.902000', '123237.905000', '123237.908000', '123237.910000', '123237.913000', '123237.915000', '123237.918000', '123237.921000', '123237.923000', '123237.926000', '123237.929000', '123237.931000', '123237.934000', '123237.936000', '123257.825000', '123257.828000', '123257.830000', '123257.833000', '123257.835000', '123257.838000', '123257.841000', '123257.843000', '123257.846000', '123257.848000', '123257.851000', '123257.854000', '123257.856000', '123257.859000', '123257.862000', '123257.864000', '123257.867000', '123257.869000', '123257.872000', '123257.875000', '123257.877000', '123257.880000', '123257.882000', '123257.885000', '123257.888000', '123257.890000', '123257.893000', '123257.896000', '123257.898000', '123257.901000', '123257.903000', '123257.906000', '123257.909000', '123257.911000', '123257.914000', '123257.916000', '123257.919000', '123257.922000', '123257.924000', '123257.927000', '123257.929000', '123257.932000', '123257.935000', '123317.824000', '123317.827000', '123317.830000', '123317.833000', '123317.835000', '123317.838000', '123317.840000', '123317.843000', '123317.846000', '123317.848000', '123317.851000', '123317.853000', '123317.856000', '123317.859000', '123317.861000', '123317.864000', '123317.866000', '123317.869000', '123317.872000', '123317.874000', '123317.877000', '123317.879000', '123317.882000', '123317.885000', '123317.887000', '123317.890000', '123317.893000', '123317.895000', '123317.898000', '123317.900000', '123317.903000', '123317.906000', '123317.908000', '123317.911000', '123317.913000', '123317.916000', '123317.919000', '123317.921000', '123317.924000', '123317.927000', '123317.929000', '123317.932000', '123317.934000', '123317.937000', '123337.823000', '123337.826000', '123337.829000', '123337.831000', '123337.834000', '123337.837000', '123337.839000', '123337.842000', '123337.844000', '123337.847000', '123337.849000', '123337.852000', '123337.855000', '123337.857000', '123337.860000', '123337.862000', '123337.865000', '123337.868000', '123337.870000', '123337.873000', '123337.875000', '123337.878000', '123337.881000', '123337.883000', '123337.886000', '123337.888000', '123337.891000', '123337.894000', '123337.896000', '123337.899000', '123337.901000', '123337.904000', '123337.907000', '123337.909000', '123337.912000', '123337.915000', '123337.917000', '123337.920000', '123337.922000', '123337.925000', '123337.928000', '123337.930000', '123337.933000', '123357.824000', '123357.826000', '123357.829000', '123357.832000', '123357.834000', '123357.837000', '123357.840000', '123357.842000', '123357.845000', '123357.848000', '123357.850000', '123357.853000', '123357.855000', '123357.858000', '123357.861000', '123357.863000', '123357.866000', '123357.868000', '123357.871000', '123357.874000', '123357.876000', '123357.906000', '123357.908000', '123357.911000', '123357.914000', '123357.916000', '123357.919000', '123357.921000', '123357.924000', '123357.927000', '123357.929000', '123357.932000', '123357.934000', '123357.937000', '123357.939000', '123357.942000', '123357.945000', '123357.947000', '123357.950000', '123357.953000', '123357.955000', '123357.958000', '123357.960000', '123357.963000', '123417.825000', '123417.827000', '123417.830000', '123417.833000', '123417.835000', '123417.838000', '123417.841000', '123417.843000', '123417.846000', '123417.848000', '123417.851000', '123417.854000', '123417.856000', '123417.859000', '123417.861000', '123417.864000', '123417.867000', '123417.869000', '123417.872000', '123417.874000', '123417.877000', '123417.880000', '123417.882000', '123417.885000', '123417.888000', '123417.890000', '123417.893000', '123417.895000', '123417.898000', '123417.900000', '123417.903000', '123417.906000', '123417.908000', '123417.911000', '123417.914000', '123417.916000', '123417.919000', '123417.921000', '123417.924000', '123417.927000', '123417.929000', '123417.932000', '123417.934000', '123437.825000', '123437.827000', '123437.832000', '123437.834000', '123437.837000', '123437.840000', '123437.842000', '123437.845000', '123437.848000', '123437.850000', '123437.853000', '123437.856000', '123437.858000', '123437.861000', '123437.863000', '123437.866000', '123437.868000', '123437.871000', '123437.874000', '123437.876000', '123437.879000', '123437.881000', '123437.884000', '123437.887000', '123437.889000', '123437.892000', '123437.894000', '123437.897000', '123437.899000', '123437.902000', '123437.905000', '123437.907000', '123437.910000', '123437.913000', '123437.915000', '123437.918000', '123437.920000', '123437.923000', '123437.926000', '123437.929000', '123437.931000', '123437.934000', '123437.936000', '123437.939000', '123457.825000', '123457.827000', '123457.830000', '123457.833000', '123457.835000', '123457.838000', '123457.841000', '123457.843000', '123457.846000', '123457.848000', '123457.851000', '123457.854000', '123457.856000', '123457.859000', '123457.861000', '123457.864000', '123457.867000', '123457.869000', '123457.872000', '123457.874000', '123457.877000', '123457.880000', '123457.882000', '123457.885000', '123457.887000', '123457.890000', '123457.893000', '123457.895000', '123457.898000', '123457.900000', '123457.903000', '123457.905000', '123457.908000', '123457.911000', '123457.913000', '123457.916000', '123457.919000', '123457.921000', '123457.924000', '123457.927000', '123457.929000', '123457.932000', '123457.934000', '123517.825000', '123517.827000', '123517.830000', '123517.833000', '123517.835000', '123517.838000', '123517.841000', '123517.843000', '123517.846000', '123517.848000', '123517.851000', '123517.853000', '123517.856000', '123517.859000', '123517.861000', '123517.864000', '123517.866000', '123517.869000', '123517.872000', '123517.874000', '123517.877000', '123517.879000', '123517.882000', '123517.885000', '123517.887000', '123517.890000', '123517.892000', '123517.895000', '123517.898000', '123517.900000', '123517.903000', '123517.905000', '123517.919000', '123517.921000', '123517.924000', '123517.927000', '123517.929000', '123517.932000', '123517.934000', '123517.937000', '123517.939000', '123517.942000', '123517.945000', '123517.947000', '123537.825000', '123537.827000', '123537.830000', '123537.833000', '123537.835000', '123537.838000', '123537.841000', '123537.843000', '123537.846000', '123537.848000', '123537.851000', '123537.853000', '123537.856000', '123537.859000', '123537.861000', '123537.864000', '123537.866000', '123537.869000', '123537.872000', '123537.874000', '123537.877000', '123537.879000', '123537.882000', '123537.884000', '123537.887000', '123537.890000', '123537.892000', '123537.895000', '123537.897000', '123537.900000', '123537.903000', '123537.905000', '123537.908000', '123537.910000', '123537.913000', '123537.916000', '123537.918000', '123537.921000', '123537.923000', '123537.926000', '123537.929000', '123537.931000', '123537.934000', '123557.824000', '123557.826000', '123557.829000', '123557.833000', '123557.835000', '123557.838000', '123557.840000', '123557.843000', '123557.846000', '123557.848000', '123557.851000', '123557.853000', '123557.856000', '123557.859000', '123557.861000', '123557.864000', '123557.867000', '123557.869000', '123557.872000', '123557.874000', '123557.877000', '123557.879000', '123557.882000', '123557.885000', '123557.888000', '123557.890000', '123557.893000', '123557.895000', '123557.898000', '123557.901000', '123557.903000', '123557.906000', '123557.908000', '123557.911000', '123557.914000', '123557.916000', '123557.919000', '123557.922000', '123557.924000', '123557.927000', '123557.930000', '123557.932000', '123557.935000', '123557.937000', '123617.824000', '123617.826000', '123617.829000', '123617.832000', '123617.834000', '123617.837000', '123617.839000', '123617.842000', '123617.844000', '123617.847000', '123617.850000', '123617.852000', '123617.855000', '123617.857000', '123617.860000', '123617.863000', '123617.865000', '123617.868000', '123617.870000', '123617.873000', '123617.876000', '123617.879000', '123617.882000', '123617.884000', '123617.887000', '123617.889000', '123617.892000', '123617.895000', '123617.897000', '123617.900000', '123617.902000', '123617.905000', '123617.908000', '123617.910000', '123617.913000', '123617.915000', '123617.918000', '123617.921000', '123617.923000', '123617.926000', '123617.928000', '123617.931000', '123617.933000', '123637.825000', '123637.827000', '123637.830000', '123637.833000', '123637.835000', '123637.838000', '123637.840000', '123637.843000', '123637.846000', '123637.848000', '123637.851000', '123637.853000', '123637.856000', '123637.858000', '123637.861000', '123637.864000', '123637.866000', '123637.869000', '123637.871000', '123637.874000', '123637.877000', '123637.879000', '123637.882000', '123637.884000', '123637.887000', '123637.889000', '123637.892000', '123637.895000', '123637.897000', '123637.900000', '123637.903000', '123637.905000', '123637.908000', '123637.910000', '123637.913000', '123637.916000', '123637.918000', '123637.921000', '123637.924000', '123637.926000', '123637.929000', '123637.931000', '123637.938000', '123637.940000', '123657.825000', '123657.827000', '123657.830000', '123657.833000', '123657.835000', '123657.838000', '123657.841000', '123657.843000', '123657.846000', '123657.848000', '123657.851000', '123657.854000', '123657.856000', '123657.859000', '123657.861000', '123657.864000', '123657.867000', '123657.869000', '123657.872000', '123657.874000', '123657.877000', '123657.880000', '123657.882000', '123657.885000', '123657.887000', '123657.890000', '123657.893000', '123657.895000', '123657.898000', '123657.901000', '123657.903000', '123657.906000', '123657.908000', '123657.911000', '123657.914000', '123657.916000', '123657.919000', '123657.921000', '123657.924000', '123657.927000', '123657.929000', '123657.932000', '123657.935000', '123700.831000', '123700.834000', '123700.837000', '123700.840000', '123700.842000', '123700.845000', '123700.848000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10826, 11747, 10274, 13622, 10033, 13721, 9831, 11550, 9826, 10229, 12546, 10955, 10697, 8639, 9590, 8723, 10249, 7917, 9577, 10082, 9812, 14270, 9964, 14409, 11103, 10564, 9600, 8173, 10020, 7197, 8270, 9278, 9805, 10821, 9785, 11095, 10390, 10815, 11446, 9949, 7231, 9388, 7897, 8739, 9406, 11278, 10650, 10604, 10911, 10759, 9928, 10467, 9466, 9895, 7388, 10854, 7015, 9375, 12445, 10059, 9702, 10335, 8695, 10369, 8182, 9723, 8280, 9872, 8166, 10723, 13229, 10336, 11070, 10301, 13183, 9625, 7343, 9921, 8266, 9850, 9690, 9981, 14878, 10147, 12984, 10536, 10872, 10689, 9831, 10695, 8712, 10507, 8688, 10519, 9750, 10650, 9526, 10994, 9678, 10764, 10110, 10674, 10721, 10096, 14586, 9873, 11978, 8257, 9205, 8929, 10453, 9141, 10758, 8991, 9744, 11148, 9583, 10724, 10089, 9592, 10670, 15268, 10346, 14243, 10604, 10409, 9819, 10736, 9591, 10849, 8287, 10511, 9410, 10654, 10019, 10111, 10478, 10034, 11178, 9925, 10803, 10035, 11563, 10126, 8738, 8406, 10390, 9056, 10703, 10801, 10028, 7813, 9219, 9445, 8667, 9623, 9644, 9961, 10400, 8916, 9455, 9307, 9511, 9410, 8884, 9711, 8747, 10423, 10148, 10437, 10930, 10145, 10247, 8491, 9497, 10139, 10373, 10594, 8949, 9883, 15116, 12401, 14491, 11925, 13999, 9930, 11450, 9905, 9645, 9989, 9827, 9827, 8918, 10715, 9210, 10538, 9488, 10138, 11403, 10222, 14742, 10070, 12168, 10654, 10635, 9267, 10312, 14682, 9845, 12195, 9958, 10266, 9102, 10774, 10986, 10283, 11121, 10234, 9108, 10724, 8831, 10804, 8851, 10905, 9276, 10386, 9821, 10366, 9633, 10660, 10385, 9742, 8811, 10165, 8830, 10351, 9095, 10040, 9089, 9941, 9794, 10923, 10951, 10939, 9361, 9690, 9690, 9603, 10979, 10733, 11054, 12519, 10657, 9166, 10628, 10664, 12571, 10645, 10785, 10553, 12416, 9895, 13019, 10447, 10290, 11098, 10569, 14482, 10035, 14112, 10165, 11272, 10387, 9959, 10688, 13748, 10210, 14300, 9925, 13042, 10186, 11030, 10357, 9104, 10435, 9767, 8946, 10357, 10263, 10023, 10274, 8411, 10494, 12488, 9973, 13855, 11141, 10319, 11581, 10034, 13852, 9783, 11723, 10757, 8104, 9537, 8222, 10049, 11499, 9705, 11842, 10307, 11354, 10815, 12475, 10721, 11446, 10526, 11503, 10349, 10528, 8572, 10039, 10550, 10058, 10918, 10642, 10805, 10747, 10678, 10424, 10363, 10346, 12268, 10448, 12324, 10090, 10300, 10074, 10725, 10483, 10861, 10278, 10398, 10293, 8306, 10319, 8492, 10915, 7267, 10486, 11047, 10472, 10020, 10809, 9904, 10677, 13065, 10607, 12487, 10714, 10845, 10596, 8697, 10212, 10973, 9409, 11158, 9029, 10303, 8485, 9869, 9451, 10482, 8813, 9088, 9512, 10241, 10664, 10277, 10889, 9682, 11134, 9330, 10936, 10425, 9982, 10185, 9621, 10443, 13639, 10547, 11934, 10846, 12144, 10314, 10754, 9121, 10491, 9482, 10231, 8916, 10611, 8717, 9448, 9852, 8407, 9819, 10395, 9208, 10730, 9166, 10210, 9635, 9909, 9872, 10165, 9396, 10562, 11638, 10456, 10135, 10662, 9201, 10159, 10551, 8476, 10426, 11290, 9945, 8173, 8579, 9457, 8743, 9924, 8776, 10071, 9089, 9093, 10475, 8241, 10314, 8146, 10408, 8050, 9938, 9412, 10293, 14158, 10273, 12578, 10394, 10560, 10311, 10211, 10728, 9135, 10747, 9039, 10876, 9779, 10519, 9933, 10381, 10044, 11268, 9010, 10724, 8117, 10512, 9134, 8371, 10612, 11809, 10534, 12810, 10143, 13768, 9899, 14566, 11724, 13609, 10020, 10177, 10843, 10116, 7435, 7941, 9013, 10023, 11273, 10648, 9149, 10786, 10222, 7818, 10462, 11485, 10531, 10767, 10378, 10008, 10811, 10502, 10343, 10842, 10256, 10797, 10616, 10531, 11437, 10354, 11111, 10585, 10614, 9501, 10686, 10146, 10543, 9476, 10743, 10643, 10475, 10869, 12781, 10928, 11549, 10713, 9914, 11074, 9180, 10752, 9261, 10514, 10183, 9997, 7781, 8019, 10207, 9205, 10653, 10064, 8387, 10466, 11725, 10331, 13193, 10250, 13191, 10552, 10483, 10418, 10211, 10701, 10325, 10508, 12719, 10778, 10458, 10950, 8582, 10660, 8676, 10691, 9565, 10755, 9396, 10759, 9260, 10866, 8876, 9486, 10335, 8528, 9331, 9484, 9919, 8806, 8787, 9143, 8285, 9788, 9784, 10721, 10761, 10744, 10692, 10667, 10333, 10975, 9824, 11024, 10220, 10795, 14043, 10735, 12969, 10790, 9584, 10623, 8940, 10537, 9346, 10880, 9332, 10507, 8645, 10488, 8674, 10329, 13442, 10495, 13124, 10641, 9464, 10658, 7374, 7882, 10141, 10504, 8975, 10392, 8326, 9605, 9412, 10750, 8999, 10523, 9148, 10737, 8972, 9543, 10207, 9879, 8112, 9983, 8085, 10144, 9597, 9949, 7481, 9952, 7428, 9861, 9125, 8911, 7603, 9443, 9602, 10051, 10293, 9679, 9637, 10093, 9803, 10363, 9763, 10338, 9568, 12303, 9590, 13901, 10244, 11465, 9809, 10188, 9885, 9369, 8912, 9892, 10238, 9262, 9677, 9792, 10306, 11978, 9813, 11346, 9473, 13834, 9254, 13990, 9240, 12626, 9238, 8373, 9360, 8018, 9652, 7806, 9324, 9652, 10049, 10017, 10666, 9488, 8882, 8960, 10022, 9281, 9824, 10060, 9527, 9341, 9675, 14473, 10091, 14710, 10038, 10659, 9623, 8829, 10327, 11776, 10305, 12032, 10704, 11638, 10560, 10571, 8929, 10461, 11549, 9842, 10275, 10219, 10055, 10054, 10331, 10419, 9835, 10388, 10221, 10626, 10674, 10509, 11571, 10133, 10922, 10306, 9354, 10664, 8860, 10528, 9760, 9397, 10150, 10409, 10241, 11286, 9816, 13437, 9751, 13222, 10420, 9912, 8693, 10123, 10215, 10059, 8940, 10597, 8927, 10087, 9923, 9882, 8798, 10274, 9385, 10558, 8892, 8455, 10644, 10307, 8395, 10379, 11648, 10300, 10535, 10372, 9808, 10065, 10350, 10524, 9850, 10242, 8888, 9543, 9001, 10120, 10198, 10299, 9042, 10849, 8823, 10681, 9565, 10427, 9371, 10603, 9049, 10706, 8743, 9664, 8854, 10159, 8626, 10664, 8576, 10103, 10502, 9345, 10171, 11380, 10348, 13779, 10439, 10096, 10112, 9625, 9862, 9791, 7801, 10286, 10233, 9988, 9945, 10336, 8949, 9497, 10057, 7638, 9997, 10645, 9988, 9383, 10621, 8581, 10288, 10121, 7330, 9995, 7691, 10342, 7568, 8791, 9361, 10356, 10817, 9538, 10797, 9655, 10690, 9868, 10429, 11493, 10595, 11567, 10784, 10809, 10602, 12048, 10172, 13189, 10088, 10062, 9009, 10170, 9831, 9657, 13501, 9682, 8494, 9758, 7171, 10740, 7336, 8628, 9430, 9901, 10077, 9914, 10722, 11301, 9775, 8978, 9562, 9344, 9855, 9261, 10160, 8166, 10101, 7899, 10407, 9729, 11862, 10675, 14483, 10269, 10176, 11187, 10434, 9988, 11422, 9988, 9615, 9852, 10054, 9305, 11275, 9760, 10999, 13340, 10961, 13822, 10547, 14106, 9987, 13424, 9361, 12193, 9278, 9515, 9254, 10515, 9627, 8108, 8578, 8427, 9140, 9155, 9063, 9416, 9260, 8960, 9451, 9056, 9319, 9444, 9432, 9512, 10665, 8610, 6670, 8345, 7813, 9103, 7914, 10098, 8108, 9759, 7977, 8911, 11014, 8985, 13209, 9822, 10150, 8894, 7917, 8859, 7463, 8724, 13530, 8674, 11780, 8686, 10181, 8249, 9552, 8565, 9804, 8004, 8640, 7905, 9059, 7967, 9524, 7863, 9467, 8098, 9480, 7745, 9476, 7485, 10585, 7735, 8894, 7095, 8490, 6750, 8722, 7250, 8824, 7514, 9307, 7311, 9582, 6905, 8478, 6795, 8219, 6907, 9381, 7393, 12653, 7883, 12721, 8599, 10226, 8275, 6992, 8767, 7955, 8334, 12260, 8529, 13857, 9363, 13261, 10407, 12889, 10027, 13467, 10548, 9570, 8275, 8294, 9713, 7634, 7601, 8814, 8222, 8745, 8274, 9121, 8066, 9257, 8319, 11745, 8624, 12575, 8722, 10665, 8943, 8418, 8953, 7738, 8642, 8350, 11028, 8908, 7398, 8103, 8312, 9103, 8690, 9143, 8925, 9751, 8614, 8217, 8796, 8341, 9221, 7783, 8056, 8696, 9803, 10363, 8463, 8627], 'WindowCenter': [4053.0, 4036.0, 4013.0, 4029.0, 3999.0, 4015.0, 3984.0, 3992.0, 3981.0, 3982.0, 4004.0, 3993.0, 3981.0, 3961.0, 3982.0, 3972.0, 3996.0, 3972.0, 3984.0, 3982.0, 3983.0, 4014.0, 3984.0, 4015.0, 3992.0, 3982.0, 3983.0, 3959.0, 3982.0, 3937.0, 3959.0, 3972.0, 3981.0, 4003.0, 3993.0, 4004.0, 3993.0, 4005.0, 4004.0, 3984.0, 3952.0, 3984.0, 3962.0, 3973.0, 3984.0, 4008.0, 3995.0, 3993.0, 4007.0, 3994.0, 3983.0, 3995.0, 3982.0, 3982.0, 3950.0, 3992.0, 3949.0, 3983.0, 4003.0, 3983.0, 3981.0, 3992.0, 3970.0, 3980.0, 3974.0, 3984.0, 3972.0, 3995.0, 3973.0, 3994.0, 4003.0, 3982.0, 3992.0, 3995.0, 4003.0, 3982.0, 3949.0, 3982.0, 3971.0, 3983.0, 3971.0, 3982.0, 4013.0, 3982.0, 4003.0, 3980.0, 3981.0, 3978.0, 3965.0, 3979.0, 3959.0, 3979.0, 3958.0, 3980.0, 3970.0, 3992.0, 3982.0, 3993.0, 3981.0, 3991.0, 3980.0, 3995.0, 3993.0, 3984.0, 4015.0, 3983.0, 3992.0, 3961.0, 3972.0, 3974.0, 3996.0, 3984.0, 4007.0, 3984.0, 3982.0, 4003.0, 3980.0, 3993.0, 3979.0, 3969.0, 3981.0, 4012.0, 3978.0, 3998.0, 3978.0, 3982.0, 3969.0, 3979.0, 3967.0, 3978.0, 3960.0, 3978.0, 3970.0, 3979.0, 3968.0, 3979.0, 3976.0, 3978.0, 3991.0, 3981.0, 3979.0, 3980.0, 3987.0, 3979.0, 3957.0, 3959.0, 3979.0, 3969.0, 3991.0, 3989.0, 3983.0, 3960.0, 3982.0, 3983.0, 3972.0, 3981.0, 3980.0, 3979.0, 3992.0, 3968.0, 3982.0, 3969.0, 3981.0, 3970.0, 3969.0, 3979.0, 3969.0, 3993.0, 3992.0, 3990.0, 3992.0, 3995.0, 3992.0, 3973.0, 3983.0, 3994.0, 3996.0, 4007.0, 3971.0, 3985.0, 4015.0, 4006.0, 4013.0, 3993.0, 4001.0, 3983.0, 3990.0, 3979.0, 3966.0, 3967.0, 3978.0, 3980.0, 3970.0, 3980.0, 3969.0, 3980.0, 3969.0, 3979.0, 3977.0, 3968.0, 3999.0, 3967.0, 3976.0, 3965.0, 3965.0, 3956.0, 3968.0, 4001.0, 3967.0, 3978.0, 3968.0, 3966.0, 3956.0, 3979.0, 3979.0, 3980.0, 3979.0, 3979.0, 3968.0, 3979.0, 3957.0, 3978.0, 3956.0, 3978.0, 3958.0, 3978.0, 3968.0, 3968.0, 3966.0, 3966.0, 3965.0, 3954.0, 3954.0, 3962.0, 3953.0, 3965.0, 3956.0, 3967.0, 3955.0, 3969.0, 3982.0, 4005.0, 3991.0, 3992.0, 3981.0, 3982.0, 3984.0, 3983.0, 4007.0, 4005.0, 4006.0, 4015.0, 4009.0, 3986.0, 3997.0, 3996.0, 4014.0, 4006.0, 3993.0, 3995.0, 4004.0, 3996.0, 4015.0, 3995.0, 3982.0, 3993.0, 3983.0, 4013.0, 3982.0, 4014.0, 3983.0, 3992.0, 3981.0, 3968.0, 3978.0, 4001.0, 3967.0, 4000.0, 3968.0, 3987.0, 3967.0, 3975.0, 3978.0, 3958.0, 3980.0, 3967.0, 3956.0, 3978.0, 3980.0, 3979.0, 3977.0, 3959.0, 3981.0, 4003.0, 3981.0, 4002.0, 3980.0, 3979.0, 3991.0, 3969.0, 4000.0, 3968.0, 3991.0, 3989.0, 3964.0, 3982.0, 3959.0, 3982.0, 3990.0, 3969.0, 3988.0, 3979.0, 3978.0, 3980.0, 3988.0, 3976.0, 3975.0, 3963.0, 3962.0, 3953.0, 3962.0, 3943.0, 3965.0, 3964.0, 3964.0, 3964.0, 3966.0, 3965.0, 3965.0, 3966.0, 3965.0, 3951.0, 3963.0, 3973.0, 3964.0, 3976.0, 3965.0, 3953.0, 3955.0, 3963.0, 3966.0, 3963.0, 3964.0, 3964.0, 3964.0, 3945.0, 3980.0, 3969.0, 3992.0, 3950.0, 3992.0, 3992.0, 3981.0, 3969.0, 3980.0, 3969.0, 3979.0, 4001.0, 3977.0, 3988.0, 3966.0, 3976.0, 3978.0, 3957.0, 3966.0, 3977.0, 3955.0, 3977.0, 3954.0, 3978.0, 3956.0, 3968.0, 3967.0, 3978.0, 3958.0, 3957.0, 3969.0, 3980.0, 3979.0, 3981.0, 3993.0, 3981.0, 4006.0, 3983.0, 3992.0, 3981.0, 3979.0, 3980.0, 3969.0, 3980.0, 4001.0, 3980.0, 3989.0, 3979.0, 3988.0, 3966.0, 3976.0, 3955.0, 3976.0, 3965.0, 3966.0, 3958.0, 3977.0, 3956.0, 3967.0, 3967.0, 3957.0, 3980.0, 3979.0, 3968.0, 3990.0, 3968.0, 3981.0, 3969.0, 3980.0, 3978.0, 3980.0, 3969.0, 3979.0, 3979.0, 3977.0, 3967.0, 3966.0, 3957.0, 3966.0, 3977.0, 3945.0, 3978.0, 3977.0, 3966.0, 3945.0, 3956.0, 3968.0, 3967.0, 3992.0, 3972.0, 3993.0, 3983.0, 3971.0, 3996.0, 3973.0, 3994.0, 3961.0, 3993.0, 3960.0, 3980.0, 3970.0, 3982.0, 4012.0, 3980.0, 4003.0, 3981.0, 3978.0, 3980.0, 3981.0, 3992.0, 3971.0, 3993.0, 3971.0, 3991.0, 3981.0, 3994.0, 3982.0, 3983.0, 3982.0, 4006.0, 3970.0, 3994.0, 3962.0, 4005.0, 3983.0, 3973.0, 3994.0, 4005.0, 3996.0, 4015.0, 3993.0, 4014.0, 3983.0, 4014.0, 3992.0, 4001.0, 3969.0, 3992.0, 3993.0, 3982.0, 3949.0, 3959.0, 3971.0, 3993.0, 4007.0, 3994.0, 3971.0, 3992.0, 3983.0, 3945.0, 3980.0, 3977.0, 3978.0, 3966.0, 3965.0, 3965.0, 3965.0, 3964.0, 3951.0, 3964.0, 3951.0, 3962.0, 3950.0, 3963.0, 3960.0, 3952.0, 3962.0, 3954.0, 3951.0, 3952.0, 3960.0, 3964.0, 3964.0, 3966.0, 3964.0, 3964.0, 3962.0, 3964.0, 3974.0, 3966.0, 3973.0, 3964.0, 3964.0, 3975.0, 3953.0, 3964.0, 3954.0, 3966.0, 3965.0, 3965.0, 3944.0, 3947.0, 3979.0, 3971.0, 3992.0, 3994.0, 3958.0, 3980.0, 3989.0, 3978.0, 3999.0, 3980.0, 3998.0, 3979.0, 3977.0, 3979.0, 3966.0, 3965.0, 3967.0, 3965.0, 3987.0, 3977.0, 3965.0, 3975.0, 3953.0, 3964.0, 3953.0, 3966.0, 3965.0, 3978.0, 3966.0, 3991.0, 3966.0, 3977.0, 3966.0, 3966.0, 3977.0, 3955.0, 3967.0, 3966.0, 3968.0, 3959.0, 3959.0, 3969.0, 3957.0, 3979.0, 3979.0, 3992.0, 3991.0, 3992.0, 3992.0, 3993.0, 3991.0, 3991.0, 3980.0, 3979.0, 3980.0, 3990.0, 4003.0, 3979.0, 4000.0, 3989.0, 3969.0, 3992.0, 3967.0, 3978.0, 3968.0, 3978.0, 3968.0, 3978.0, 3957.0, 3977.0, 3956.0, 3965.0, 3999.0, 3967.0, 3987.0, 3965.0, 3955.0, 3978.0, 3948.0, 3959.0, 3994.0, 4006.0, 3981.0, 3991.0, 3959.0, 3982.0, 3970.0, 3992.0, 3970.0, 3992.0, 3968.0, 3979.0, 3957.0, 3968.0, 3968.0, 3979.0, 3947.0, 3977.0, 3946.0, 3977.0, 3966.0, 3978.0, 3947.0, 3977.0, 3945.0, 3980.0, 3980.0, 3983.0, 3956.0, 3978.0, 3995.0, 3990.0, 3991.0, 3980.0, 3994.0, 3993.0, 3994.0, 3992.0, 3993.0, 3980.0, 3982.0, 4002.0, 3981.0, 4000.0, 3978.0, 3988.0, 3979.0, 3977.0, 3978.0, 3969.0, 3970.0, 3980.0, 3981.0, 3983.0, 3983.0, 3982.0, 3994.0, 4003.0, 3980.0, 3990.0, 3969.0, 4002.0, 3972.0, 3999.0, 3969.0, 3989.0, 3968.0, 3958.0, 3970.0, 3959.0, 3979.0, 3945.0, 3970.0, 3979.0, 3980.0, 3981.0, 3992.0, 3981.0, 3971.0, 3972.0, 3982.0, 3982.0, 3980.0, 3980.0, 3970.0, 3970.0, 3981.0, 4012.0, 3980.0, 4012.0, 3980.0, 3981.0, 3981.0, 3968.0, 3980.0, 3988.0, 3978.0, 3986.0, 3979.0, 3988.0, 3979.0, 3977.0, 3955.0, 3965.0, 3976.0, 3966.0, 3967.0, 3978.0, 3978.0, 3981.0, 3980.0, 3980.0, 3969.0, 3978.0, 3966.0, 3978.0, 3977.0, 3977.0, 3975.0, 3965.0, 3966.0, 3966.0, 3955.0, 3977.0, 3954.0, 3977.0, 3967.0, 3970.0, 3979.0, 3979.0, 3979.0, 3991.0, 3980.0, 4002.0, 3969.0, 4002.0, 3980.0, 3982.0, 3957.0, 3978.0, 3965.0, 3967.0, 3956.0, 3977.0, 3957.0, 3966.0, 3965.0, 3965.0, 3956.0, 3966.0, 3956.0, 3977.0, 3968.0, 3970.0, 3993.0, 3994.0, 3959.0, 3980.0, 3991.0, 3980.0, 3980.0, 3980.0, 3969.0, 3965.0, 3966.0, 3977.0, 3968.0, 3979.0, 3957.0, 3965.0, 3957.0, 3979.0, 3979.0, 3980.0, 3970.0, 3993.0, 3969.0, 3992.0, 3980.0, 3992.0, 3982.0, 3992.0, 3982.0, 3993.0, 3971.0, 3969.0, 3971.0, 3980.0, 3970.0, 3993.0, 3971.0, 3981.0, 3990.0, 3970.0, 3983.0, 3991.0, 3980.0, 4000.0, 3979.0, 3979.0, 3978.0, 3968.0, 3968.0, 3969.0, 3947.0, 3978.0, 3966.0, 3967.0, 3967.0, 3977.0, 3958.0, 3967.0, 3978.0, 3945.0, 3978.0, 3978.0, 3979.0, 3967.0, 3979.0, 3958.0, 3992.0, 3991.0, 3949.0, 3992.0, 3960.0, 3993.0, 3961.0, 3971.0, 3983.0, 4007.0, 4019.0, 3995.0, 4007.0, 3995.0, 4006.0, 3995.0, 3995.0, 4005.0, 3995.0, 4006.0, 4006.0, 3993.0, 3992.0, 4002.0, 3980.0, 4003.0, 3979.0, 3981.0, 3957.0, 3965.0, 3967.0, 3968.0, 3997.0, 3966.0, 3944.0, 3969.0, 3936.0, 3977.0, 3934.0, 3958.0, 3969.0, 3982.0, 3980.0, 3980.0, 3994.0, 4005.0, 3994.0, 3970.0, 3982.0, 3970.0, 3983.0, 3981.0, 3993.0, 3957.0, 3980.0, 3946.0, 3978.0, 3968.0, 3988.0, 3977.0, 4009.0, 3976.0, 3963.0, 3988.0, 3976.0, 3974.0, 3987.0, 3978.0, 3979.0, 3992.0, 3980.0, 3984.0, 4002.0, 3982.0, 3980.0, 4000.0, 3966.0, 3989.0, 3966.0, 3985.0, 3940.0, 3971.0, 3938.0, 3959.0, 3939.0, 3934.0, 3938.0, 3946.0, 3938.0, 3917.0, 3928.0, 3942.0, 3951.0, 3965.0, 3953.0, 3967.0, 3966.0, 3967.0, 3968.0, 3969.0, 3967.0, 3969.0, 3969.0, 3982.0, 3992.0, 3972.0, 3940.0, 3973.0, 3962.0, 3983.0, 3973.0, 3997.0, 3974.0, 3996.0, 3973.0, 3986.0, 3993.0, 3984.0, 4015.0, 3996.0, 3992.0, 3985.0, 3961.0, 3985.0, 3951.0, 3974.0, 4012.0, 3972.0, 4004.0, 3971.0, 3983.0, 3960.0, 3982.0, 3971.0, 3981.0, 3960.0, 3970.0, 3975.0, 3983.0, 3974.0, 3993.0, 3975.0, 3995.0, 3974.0, 3995.0, 3963.0, 3983.0, 3964.0, 3995.0, 3964.0, 3985.0, 3964.0, 3984.0, 3952.0, 3984.0, 3964.0, 3984.0, 3965.0, 3995.0, 3975.0, 3996.0, 3965.0, 3986.0, 3954.0, 3988.0, 3967.0, 3998.0, 3965.0, 4030.0, 3975.0, 4018.0, 3985.0, 3995.0, 3987.0, 3965.0, 3999.0, 3973.0, 3973.0, 4005.0, 3972.0, 4015.0, 3971.0, 4002.0, 3993.0, 4000.0, 3970.0, 4000.0, 3979.0, 3966.0, 3944.0, 3956.0, 3966.0, 3947.0, 3949.0, 3983.0, 3972.0, 3970.0, 3970.0, 3970.0, 3959.0, 3970.0, 3958.0, 3989.0, 3961.0, 3991.0, 3971.0, 3980.0, 3969.0, 3945.0, 3956.0, 3945.0, 3956.0, 3957.0, 3978.0, 3968.0, 3948.0, 3958.0, 3971.0, 3971.0, 3974.0, 3969.0, 3970.0, 3979.0, 3972.0, 3970.0, 3973.0, 3973.0, 3982.0, 3962.0, 3973.0, 3970.0, 3981.0, 3993.0, 3972.0, 3973.0], 'WindowWidth': [9034.0, 8997.0, 8958.0, 8973.0, 8927.0, 8947.0, 8899.0, 8908.0, 8891.0, 8891.0, 8928.0, 8908.0, 8891.0, 8863.0, 8893.0, 8882.0, 8918.0, 8881.0, 8900.0, 8895.0, 8897.0, 8943.0, 8898.0, 8944.0, 8907.0, 8891.0, 8893.0, 8858.0, 8891.0, 8825.0, 8858.0, 8878.0, 8891.0, 8925.0, 8911.0, 8929.0, 8910.0, 8928.0, 8928.0, 8900.0, 8854.0, 8898.0, 8867.0, 8883.0, 8899.0, 8937.0, 8916.0, 8913.0, 8934.0, 8915.0, 8895.0, 8914.0, 8892.0, 8892.0, 8848.0, 8906.0, 8846.0, 8896.0, 8923.0, 8896.0, 8893.0, 8908.0, 8876.0, 8889.0, 8883.0, 8899.0, 8880.0, 8915.0, 8883.0, 8912.0, 8926.0, 8893.0, 8908.0, 8914.0, 8925.0, 8892.0, 8848.0, 8895.0, 8878.0, 8897.0, 8878.0, 8892.0, 8941.0, 8893.0, 8921.0, 8889.0, 8889.0, 8884.0, 8864.0, 8884.0, 8858.0, 8885.0, 8854.0, 8886.0, 8875.0, 8905.0, 8893.0, 8910.0, 8892.0, 8905.0, 8889.0, 8914.0, 8912.0, 8900.0, 8944.0, 8896.0, 8908.0, 8864.0, 8878.0, 8884.0, 8917.0, 8900.0, 8934.0, 8899.0, 8894.0, 8924.0, 8890.0, 8908.0, 8885.0, 8875.0, 8889.0, 8937.0, 8881.0, 8912.0, 8882.0, 8896.0, 8871.0, 8883.0, 8867.0, 8882.0, 8860.0, 8882.0, 8875.0, 8886.0, 8869.0, 8886.0, 8877.0, 8883.0, 8903.0, 8891.0, 8883.0, 8888.0, 8893.0, 8882.0, 8852.0, 8859.0, 8886.0, 8872.0, 8904.0, 8900.0, 8897.0, 8864.0, 8893.0, 8896.0, 8881.0, 8893.0, 8891.0, 8886.0, 8909.0, 8870.0, 8894.0, 8873.0, 8892.0, 8876.0, 8872.0, 8885.0, 8873.0, 8910.0, 8907.0, 8903.0, 8908.0, 8916.0, 8910.0, 8883.0, 8895.0, 8915.0, 8920.0, 8936.0, 8879.0, 8903.0, 8951.0, 8934.0, 8940.0, 8908.0, 8920.0, 8895.0, 8904.0, 8886.0, 8864.0, 8866.0, 8885.0, 8887.0, 8874.0, 8887.0, 8873.0, 8889.0, 8871.0, 8885.0, 8881.0, 8868.0, 8912.0, 8865.0, 8878.0, 8861.0, 8858.0, 8851.0, 8866.0, 8919.0, 8864.0, 8882.0, 8866.0, 8862.0, 8850.0, 8884.0, 8886.0, 8886.0, 8885.0, 8885.0, 8871.0, 8884.0, 8852.0, 8882.0, 8850.0, 8880.0, 8852.0, 8880.0, 8866.0, 8867.0, 8864.0, 8861.0, 8860.0, 8841.0, 8841.0, 8849.0, 8841.0, 8860.0, 8849.0, 8863.0, 8849.0, 8870.0, 8892.0, 8928.0, 8904.0, 8908.0, 8892.0, 8896.0, 8899.0, 8899.0, 8935.0, 8930.0, 8933.0, 8944.0, 8939.0, 8906.0, 8921.0, 8917.0, 8944.0, 8932.0, 8913.0, 8914.0, 8929.0, 8919.0, 8943.0, 8914.0, 8892.0, 8910.0, 8894.0, 8940.0, 8893.0, 8942.0, 8897.0, 8908.0, 8889.0, 8869.0, 8881.0, 8916.0, 8864.0, 8915.0, 8866.0, 8893.0, 8864.0, 8874.0, 8880.0, 8854.0, 8885.0, 8865.0, 8851.0, 8881.0, 8888.0, 8886.0, 8880.0, 8857.0, 8889.0, 8925.0, 8890.0, 8921.0, 8888.0, 8884.0, 8906.0, 8869.0, 8920.0, 8867.0, 8903.0, 8900.0, 8874.0, 8892.0, 8859.0, 8892.0, 8901.0, 8869.0, 8893.0, 8882.0, 8880.0, 8887.0, 8898.0, 8874.0, 8872.0, 8853.0, 8850.0, 8838.0, 8848.0, 8828.0, 8858.0, 8858.0, 8857.0, 8854.0, 8858.0, 8856.0, 8859.0, 8858.0, 8856.0, 8834.0, 8854.0, 8869.0, 8855.0, 8877.0, 8858.0, 8840.0, 8844.0, 8854.0, 8860.0, 8855.0, 8854.0, 8855.0, 8857.0, 8833.0, 8886.0, 8872.0, 8909.0, 8851.0, 8910.0, 8906.0, 8889.0, 8873.0, 8885.0, 8873.0, 8884.0, 8918.0, 8878.0, 8895.0, 8862.0, 8877.0, 8880.0, 8852.0, 8862.0, 8877.0, 8845.0, 8878.0, 8845.0, 8880.0, 8849.0, 8866.0, 8867.0, 8882.0, 8852.0, 8853.0, 8868.0, 8888.0, 8885.0, 8890.0, 8911.0, 8894.0, 8932.0, 8896.0, 8905.0, 8892.0, 8885.0, 8889.0, 8872.0, 8888.0, 8920.0, 8886.0, 8898.0, 8880.0, 8895.0, 8859.0, 8875.0, 8844.0, 8875.0, 8857.0, 8864.0, 8851.0, 8877.0, 8848.0, 8864.0, 8865.0, 8854.0, 8887.0, 8885.0, 8868.0, 8900.0, 8869.0, 8889.0, 8870.0, 8887.0, 8883.0, 8887.0, 8872.0, 8884.0, 8886.0, 8878.0, 8866.0, 8862.0, 8851.0, 8862.0, 8879.0, 8833.0, 8879.0, 8882.0, 8862.0, 8832.0, 8849.0, 8866.0, 8869.0, 8908.0, 8883.0, 8913.0, 8898.0, 8879.0, 8918.0, 8884.0, 8911.0, 8865.0, 8911.0, 8863.0, 8890.0, 8876.0, 8893.0, 8939.0, 8890.0, 8925.0, 8890.0, 8885.0, 8888.0, 8890.0, 8906.0, 8878.0, 8909.0, 8878.0, 8905.0, 8891.0, 8914.0, 8895.0, 8897.0, 8896.0, 8931.0, 8876.0, 8913.0, 8869.0, 8930.0, 8897.0, 8884.0, 8912.0, 8931.0, 8918.0, 8945.0, 8912.0, 8943.0, 8897.0, 8943.0, 8909.0, 8919.0, 8871.0, 8906.0, 8908.0, 8893.0, 8845.0, 8860.0, 8874.0, 8911.0, 8937.0, 8912.0, 8877.0, 8905.0, 8895.0, 8835.0, 8887.0, 8880.0, 8880.0, 8862.0, 8859.0, 8861.0, 8856.0, 8854.0, 8833.0, 8852.0, 8832.0, 8850.0, 8829.0, 8852.0, 8843.0, 8835.0, 8849.0, 8841.0, 8831.0, 8835.0, 8845.0, 8855.0, 8858.0, 8862.0, 8856.0, 8858.0, 8850.0, 8855.0, 8873.0, 8859.0, 8869.0, 8858.0, 8857.0, 8871.0, 8840.0, 8855.0, 8842.0, 8862.0, 8859.0, 8861.0, 8832.0, 8840.0, 8886.0, 8878.0, 8908.0, 8913.0, 8857.0, 8887.0, 8901.0, 8883.0, 8913.0, 8886.0, 8912.0, 8885.0, 8881.0, 8883.0, 8864.0, 8860.0, 8866.0, 8859.0, 8892.0, 8876.0, 8861.0, 8875.0, 8846.0, 8858.0, 8843.0, 8862.0, 8861.0, 8881.0, 8864.0, 8904.0, 8866.0, 8880.0, 8866.0, 8863.0, 8879.0, 8848.0, 8868.0, 8864.0, 8871.0, 8855.0, 8857.0, 8872.0, 8855.0, 8886.0, 8888.0, 8907.0, 8907.0, 8909.0, 8909.0, 8912.0, 8909.0, 8906.0, 8889.0, 8885.0, 8889.0, 8901.0, 8926.0, 8884.0, 8915.0, 8898.0, 8875.0, 8907.0, 8868.0, 8884.0, 8871.0, 8883.0, 8870.0, 8881.0, 8855.0, 8879.0, 8851.0, 8861.0, 8915.0, 8864.0, 8896.0, 8859.0, 8848.0, 8880.0, 8843.0, 8864.0, 8917.0, 8934.0, 8893.0, 8905.0, 8861.0, 8895.0, 8876.0, 8906.0, 8874.0, 8906.0, 8870.0, 8884.0, 8851.0, 8869.0, 8869.0, 8885.0, 8840.0, 8881.0, 8836.0, 8882.0, 8865.0, 8885.0, 8840.0, 8881.0, 8836.0, 8888.0, 8890.0, 8899.0, 8854.0, 8887.0, 8919.0, 8906.0, 8908.0, 8891.0, 8915.0, 8912.0, 8915.0, 8910.0, 8912.0, 8890.0, 8894.0, 8923.0, 8893.0, 8919.0, 8885.0, 8898.0, 8888.0, 8880.0, 8885.0, 8873.0, 8876.0, 8890.0, 8893.0, 8897.0, 8897.0, 8897.0, 8912.0, 8927.0, 8891.0, 8903.0, 8872.0, 8924.0, 8882.0, 8915.0, 8872.0, 8901.0, 8870.0, 8856.0, 8874.0, 8861.0, 8887.0, 8836.0, 8873.0, 8886.0, 8891.0, 8890.0, 8907.0, 8891.0, 8879.0, 8882.0, 8896.0, 8895.0, 8887.0, 8889.0, 8874.0, 8878.0, 8891.0, 8941.0, 8889.0, 8940.0, 8888.0, 8892.0, 8894.0, 8871.0, 8888.0, 8896.0, 8880.0, 8891.0, 8885.0, 8895.0, 8883.0, 8878.0, 8849.0, 8860.0, 8878.0, 8861.0, 8865.0, 8881.0, 8885.0, 8891.0, 8887.0, 8888.0, 8870.0, 8883.0, 8865.0, 8881.0, 8881.0, 8878.0, 8873.0, 8861.0, 8863.0, 8863.0, 8846.0, 8879.0, 8845.0, 8879.0, 8866.0, 8874.0, 8885.0, 8888.0, 8884.0, 8905.0, 8888.0, 8925.0, 8873.0, 8925.0, 8889.0, 8896.0, 8854.0, 8883.0, 8862.0, 8864.0, 8850.0, 8879.0, 8853.0, 8861.0, 8862.0, 8859.0, 8849.0, 8860.0, 8848.0, 8878.0, 8869.0, 8875.0, 8911.0, 8915.0, 8859.0, 8888.0, 8905.0, 8888.0, 8891.0, 8888.0, 8873.0, 8862.0, 8866.0, 8878.0, 8868.0, 8883.0, 8852.0, 8861.0, 8853.0, 8884.0, 8885.0, 8887.0, 8877.0, 8911.0, 8874.0, 8909.0, 8891.0, 8910.0, 8895.0, 8908.0, 8898.0, 8913.0, 8877.0, 8871.0, 8879.0, 8887.0, 8875.0, 8909.0, 8879.0, 8890.0, 8903.0, 8875.0, 8896.0, 8903.0, 8887.0, 8920.0, 8884.0, 8885.0, 8881.0, 8871.0, 8868.0, 8871.0, 8839.0, 8882.0, 8864.0, 8867.0, 8868.0, 8880.0, 8857.0, 8867.0, 8883.0, 8834.0, 8883.0, 8884.0, 8884.0, 8869.0, 8886.0, 8856.0, 8908.0, 8904.0, 8848.0, 8909.0, 8864.0, 8910.0, 8865.0, 8880.0, 8897.0, 8937.0, 8955.0, 8918.0, 8936.0, 8918.0, 8931.0, 8917.0, 8915.0, 8931.0, 8916.0, 8933.0, 8932.0, 8913.0, 8907.0, 8925.0, 8887.0, 8925.0, 8883.0, 8891.0, 8852.0, 8862.0, 8866.0, 8870.0, 8908.0, 8865.0, 8831.0, 8873.0, 8823.0, 8881.0, 8819.0, 8856.0, 8872.0, 8893.0, 8887.0, 8890.0, 8912.0, 8930.0, 8914.0, 8876.0, 8894.0, 8877.0, 8899.0, 8893.0, 8913.0, 8857.0, 8891.0, 8840.0, 8887.0, 8871.0, 8900.0, 8883.0, 8931.0, 8882.0, 8858.0, 8898.0, 8879.0, 8876.0, 8898.0, 8884.0, 8890.0, 8911.0, 8894.0, 8906.0, 8926.0, 8900.0, 8890.0, 8923.0, 8865.0, 8908.0, 8865.0, 8893.0, 8820.0, 8863.0, 8813.0, 8842.0, 8815.0, 8803.0, 8811.0, 8820.0, 8812.0, 8784.0, 8801.0, 8823.0, 8837.0, 8861.0, 8844.0, 8867.0, 8864.0, 8868.0, 8870.0, 8872.0, 8868.0, 8872.0, 8874.0, 8895.0, 8907.0, 8882.0, 8837.0, 8885.0, 8871.0, 8900.0, 8885.0, 8921.0, 8888.0, 8920.0, 8886.0, 8906.0, 8913.0, 8901.0, 8946.0, 8917.0, 8908.0, 8901.0, 8866.0, 8901.0, 8852.0, 8886.0, 8941.0, 8883.0, 8930.0, 8881.0, 8897.0, 8863.0, 8893.0, 8880.0, 8892.0, 8865.0, 8878.0, 8891.0, 8898.0, 8890.0, 8914.0, 8894.0, 8919.0, 8892.0, 8917.0, 8874.0, 8900.0, 8877.0, 8918.0, 8877.0, 8903.0, 8876.0, 8902.0, 8857.0, 8902.0, 8876.0, 8903.0, 8880.0, 8919.0, 8895.0, 8921.0, 8879.0, 8909.0, 8863.0, 8913.0, 8887.0, 8929.0, 8880.0, 8975.0, 8894.0, 8955.0, 8906.0, 8920.0, 8913.0, 8881.0, 8932.0, 8886.0, 8887.0, 8932.0, 8884.0, 8947.0, 8880.0, 8925.0, 8911.0, 8918.0, 8875.0, 8917.0, 8886.0, 8862.0, 8833.0, 8850.0, 8867.0, 8843.0, 8848.0, 8898.0, 8885.0, 8878.0, 8879.0, 8876.0, 8861.0, 8875.0, 8859.0, 8903.0, 8865.0, 8906.0, 8880.0, 8890.0, 8871.0, 8834.0, 8850.0, 8834.0, 8852.0, 8853.0, 8885.0, 8870.0, 8845.0, 8858.0, 8879.0, 8879.0, 8888.0, 8872.0, 8875.0, 8888.0, 8881.0, 8877.0, 8886.0, 8884.0, 8895.0, 8872.0, 8887.0, 8877.0, 8894.0, 8911.0, 8882.0, 8886.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.0026824299065420563</td></tr>
<tr><td colspan=3>aqi</td><td>0.03771396794392523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.176838367137506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1924844944714676</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0010639414125355</td></tr>
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
<tr><td colspan=3>fber</td><td>4226.6978</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09292762064293451</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.046728971962617</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509585213328432</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.398753397354717</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740343025574222</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3896592170563586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00911755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01714337058365345</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03785976395010948</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.965004404002558</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>18.5444</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3259</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.4854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295984.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.2066</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6093</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.6118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3153.3998</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.3734</td></tr>
<tr><td colspan=3>tsnr</td><td>32.05650610529119</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>