<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-01/func/sub-0094_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>2953c3e264415002892ea360cad00ea8</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:19:21.945000</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.992977, 0.11771, 0.0118755, -0.11823, 0.990948, 0.0635908]</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.107431</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>[4164, -7844, -7281, 754, -23, -632, 257, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e670db1d-4591-4850-b513-fc56e5ead308||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.6640849113464355, -0.31720131635665894, 0.011563505046069622, 123.48062896728516], [-0.31580621004104614, 2.6586410999298096, 0.17428012192249298, -83.88138580322266], [0.03186114504933357, -0.17060932517051697, 2.6943445205688477, -56.80169677734375], [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': ['121921.945000', '121922.405000', '121922.865000', '121923.325000', '121923.785000', '121924.245000', '121924.705000', '121925.165000', '121925.625000', '121926.085000', '121926.545000', '121927.005000', '121927.465000', '121927.925000', '121928.385000', '121928.845000', '121929.305000', '121929.765000', '121930.225000', '121930.685000', '121931.145000', '121931.605000', '121932.065000', '121932.525000', '121932.985000', '121933.445000', '121933.905000', '121934.365000', '121934.825000', '121935.285000', '121935.745000', '121936.205000', '121936.665000', '121937.125000', '121937.585000', '121938.045000', '121938.505000', '121938.965000', '121939.425000', '121939.885000', '121940.345000', '121940.805000', '121941.265000', '121941.725000', '121942.185000', '121942.645000', '121943.105000', '121943.565000', '121944.025000', '121944.485000', '121944.945000', '121945.405000', '121945.865000', '121946.325000', '121946.785000', '121947.245000', '121947.705000', '121948.165000', '121948.625000', '121949.085000', '121949.545000', '121950.005000', '121950.465000', '121950.925000', '121951.385000', '121951.845000', '121952.305000', '121952.765000', '121953.225000', '121953.685000', '121954.145000', '121954.605000', '121955.065000', '121955.525000', '121955.985000', '121956.445000', '121956.905000', '121957.365000', '121957.825000', '121958.285000', '121958.745000', '121959.205000', '121959.665000', '122000.125000', '122000.585000', '122001.045000', '122001.505000', '122001.965000', '122002.425000', '122002.885000', '122003.345000', '122003.805000', '122004.265000', '122004.725000', '122005.185000', '122005.645000', '122006.105000', '122006.565000', '122007.025000', '122007.485000', '122007.945000', '122008.405000', '122008.865000', '122009.325000', '122009.785000', '122010.245000', '122010.705000', '122011.165000', '122011.625000', '122012.085000', '122012.545000', '122013.005000', '122013.465000', '122013.925000', '122014.385000', '122014.845000', '122015.305000', '122015.765000', '122016.225000', '122016.685000', '122017.145000', '122017.605000', '122018.065000', '122018.525000', '122018.985000', '122019.445000', '122019.905000', '122020.365000', '122020.825000', '122021.285000', '122021.745000', '122022.205000', '122022.665000', '122023.125000', '122023.585000', '122024.045000', '122024.505000', '122024.965000', '122025.425000', '122025.885000', '122026.345000', '122026.805000', '122027.265000', '122027.725000', '122028.185000', '122028.645000', '122029.105000', '122029.565000', '122030.025000', '122030.485000', '122030.945000', '122031.405000', '122031.865000', '122032.325000', '122032.785000', '122033.245000', '122033.705000', '122034.165000', '122034.625000', '122035.085000', '122035.545000', '122036.005000', '122036.465000', '122036.925000', '122037.385000', '122037.845000', '122038.305000', '122038.765000', '122039.225000', '122039.685000', '122040.145000', '122040.605000', '122041.065000', '122041.525000', '122041.985000', '122042.445000', '122042.905000', '122043.365000', '122043.825000', '122044.285000', '122044.745000', '122045.205000', '122045.665000', '122046.125000', '122046.585000', '122047.045000', '122047.505000', '122047.965000', '122048.425000', '122048.885000', '122049.345000', '122049.805000', '122050.265000', '122050.725000', '122051.185000', '122051.645000', '122052.105000', '122052.565000', '122053.025000', '122053.485000', '122053.945000', '122054.405000', '122054.865000', '122055.325000', '122055.785000', '122056.245000', '122056.705000', '122057.165000', '122057.625000', '122058.085000', '122058.545000', '122059.005000', '122059.465000', '122059.925000', '122100.385000', '122100.845000', '122101.305000', '122101.765000', '122102.225000', '122102.685000', '122103.145000', '122103.605000', '122104.065000', '122104.525000', '122104.985000', '122105.445000', '122105.905000', '122106.365000', '122106.825000', '122107.285000', '122107.745000', '122108.205000', '122108.665000', '122109.125000', '122109.585000', '122110.045000', '122110.505000', '122110.965000', '122111.425000', '122111.885000', '122112.345000', '122112.805000', '122113.265000', '122113.725000', '122114.185000', '122114.645000', '122115.105000', '122115.565000', '122116.025000', '122116.485000', '122116.945000', '122117.405000', '122117.865000', '122118.325000', '122118.785000', '122119.245000', '122119.705000', '122120.165000', '122120.625000', '122121.085000', '122121.545000', '122122.005000', '122122.465000', '122122.925000', '122123.385000', '122123.845000', '122124.305000', '122124.765000', '122125.225000', '122125.685000', '122126.145000', '122126.605000', '122127.065000', '122127.525000', '122127.985000', '122128.445000', '122128.905000', '122129.365000', '122129.825000', '122130.285000', '122130.745000', '122131.205000', '122131.665000', '122132.125000', '122132.585000', '122133.045000', '122133.505000', '122133.965000', '122134.425000', '122134.885000', '122135.345000', '122135.805000', '122136.265000', '122136.725000', '122137.185000', '122137.645000', '122138.105000', '122138.565000', '122139.025000', '122139.485000', '122139.945000', '122140.405000', '122140.865000', '122141.325000', '122141.785000', '122142.245000', '122142.705000', '122143.165000', '122143.625000', '122144.085000', '122144.545000', '122145.005000', '122145.465000', '122145.925000', '122146.385000', '122146.845000', '122147.305000', '122147.765000', '122148.225000', '122148.685000', '122149.145000', '122149.605000', '122150.065000', '122150.525000', '122150.985000', '122151.445000', '122151.905000', '122152.365000', '122152.825000', '122153.285000', '122153.745000', '122154.205000', '122154.665000', '122155.125000', '122155.585000', '122156.045000', '122156.505000', '122156.965000', '122157.425000', '122157.885000', '122158.345000', '122158.805000', '122159.265000', '122159.725000', '122200.185000', '122200.645000', '122201.105000', '122201.565000', '122202.025000', '122202.485000', '122202.945000', '122203.405000', '122203.865000', '122204.325000', '122204.785000', '122205.245000', '122205.705000', '122206.165000', '122206.625000', '122207.085000', '122207.545000', '122208.005000', '122208.465000', '122208.925000', '122209.385000', '122209.845000', '122210.305000', '122210.765000', '122211.225000', '122211.685000', '122212.145000', '122212.605000', '122213.065000', '122213.525000', '122213.985000', '122214.445000', '122214.905000', '122215.365000', '122215.825000', '122216.285000', '122216.745000', '122217.205000', '122217.665000', '122218.125000', '122218.585000', '122219.045000', '122219.505000', '122219.965000', '122220.425000', '122220.885000', '122221.345000', '122221.805000', '122222.265000', '122222.725000', '122223.185000', '122223.645000', '122224.105000', '122224.565000', '122225.025000', '122225.485000', '122225.945000', '122226.405000', '122226.865000', '122227.325000', '122227.785000', '122228.245000', '122228.705000', '122229.165000', '122229.625000', '122230.085000', '122230.545000', '122231.005000', '122231.465000', '122231.925000', '122232.385000', '122232.845000', '122233.305000', '122233.765000', '122234.225000', '122234.685000', '122235.145000', '122235.605000', '122236.065000', '122236.525000', '122236.985000', '122237.445000', '122237.905000', '122238.365000', '122238.825000', '122239.285000', '122239.745000', '122240.205000', '122240.665000', '122241.125000', '122241.585000', '122242.045000', '122242.505000', '122242.965000', '122243.425000', '122243.885000', '122244.345000', '122244.805000', '122245.265000', '122245.725000', '122246.185000', '122246.645000', '122247.105000', '122247.565000', '122248.025000', '122248.485000', '122248.945000', '122249.405000', '122249.865000', '122250.325000', '122250.785000', '122251.245000', '122251.705000', '122252.165000', '122252.625000', '122253.085000', '122253.545000', '122254.005000', '122254.465000', '122254.925000', '122255.385000', '122255.845000', '122256.305000', '122256.765000', '122257.225000', '122257.685000', '122258.145000', '122258.605000', '122259.065000', '122259.525000', '122259.985000', '122300.445000', '122300.905000', '122301.365000', '122301.825000', '122302.285000', '122302.745000', '122303.205000', '122303.665000', '122304.125000', '122304.585000', '122305.045000', '122305.505000', '122305.965000', '122306.425000', '122306.885000', '122307.345000', '122307.805000', '122308.265000', '122308.725000', '122309.185000', '122309.645000', '122310.105000', '122310.565000', '122311.025000', '122311.485000', '122311.945000', '122312.405000', '122312.865000', '122313.325000', '122313.785000', '122314.245000', '122314.705000', '122315.165000', '122315.625000', '122316.085000', '122316.545000', '122317.005000', '122317.465000', '122317.925000', '122318.385000', '122318.845000', '122319.305000', '122319.765000', '122320.225000', '122320.685000', '122321.145000', '122321.605000', '122322.065000', '122322.525000', '122322.985000', '122323.445000', '122323.905000', '122324.365000', '122324.825000', '122325.285000', '122325.745000', '122326.205000', '122326.665000', '122327.125000', '122327.585000', '122328.045000', '122328.505000', '122328.965000', '122329.425000', '122329.885000', '122330.345000', '122330.805000', '122331.265000', '122331.725000', '122332.185000', '122332.645000', '122333.105000', '122333.565000', '122334.025000', '122334.485000', '122334.945000', '122335.405000', '122335.865000', '122336.325000', '122336.785000', '122337.245000', '122337.705000', '122338.165000', '122338.625000', '122339.085000', '122339.545000', '122340.005000', '122340.465000', '122340.925000', '122341.385000', '122341.845000', '122342.305000', '122342.765000', '122343.225000', '122343.685000', '122344.145000', '122344.605000', '122345.065000', '122345.525000', '122345.985000', '122346.445000', '122346.905000', '122347.365000', '122347.825000', '122348.285000', '122348.745000', '122349.205000', '122349.665000', '122350.125000', '122350.585000', '122351.045000', '122351.505000', '122351.965000', '122352.425000', '122352.885000', '122353.345000', '122353.805000', '122354.265000', '122354.725000', '122355.185000', '122355.645000', '122356.105000', '122356.565000', '122357.025000', '122357.485000', '122357.945000', '122358.405000', '122358.865000', '122359.325000', '122359.785000', '122400.245000', '122400.705000', '122401.165000', '122401.625000', '122402.085000', '122402.545000', '122403.005000', '122403.465000', '122403.925000', '122404.385000', '122404.845000', '122405.305000', '122405.765000', '122406.225000', '122406.685000', '122407.145000', '122407.605000', '122408.065000', '122408.525000', '122408.985000', '122409.445000', '122409.905000', '122410.365000', '122410.825000', '122411.285000', '122411.745000', '122412.205000', '122412.665000', '122413.125000', '122413.585000', '122414.045000', '122414.505000', '122414.965000', '122415.425000', '122415.885000', '122416.345000', '122416.805000', '122417.265000', '122417.725000', '122418.185000', '122418.645000', '122419.105000', '122419.565000', '122420.025000', '122420.485000', '122420.945000', '122421.405000', '122421.865000', '122422.325000', '122422.785000', '122423.245000', '122423.705000', '122424.165000', '122424.625000', '122425.085000', '122425.545000', '122426.005000', '122426.465000', '122426.925000', '122427.385000', '122427.845000', '122428.305000', '122428.765000', '122429.225000', '122429.685000', '122430.145000', '122430.605000', '122431.065000', '122431.525000', '122431.985000', '122432.445000', '122432.905000', '122433.365000', '122433.825000', '122434.285000', '122434.745000', '122435.205000', '122435.665000', '122436.125000', '122436.585000', '122437.045000', '122437.505000', '122437.965000', '122438.425000', '122438.885000', '122439.345000', '122439.805000', '122440.265000', '122440.725000', '122441.185000', '122441.645000', '122442.105000', '122442.565000', '122443.025000', '122443.485000', '122443.945000', '122444.405000', '122444.865000', '122445.325000', '122445.785000', '122446.245000', '122446.705000', '122447.165000', '122447.625000', '122448.085000', '122448.545000', '122449.005000', '122449.465000', '122449.925000', '122450.385000', '122450.845000', '122451.305000', '122451.765000', '122452.225000', '122452.685000', '122453.145000', '122453.605000', '122454.065000', '122454.525000', '122454.985000', '122455.445000', '122455.905000', '122456.365000', '122456.825000', '122457.285000', '122457.745000', '122458.205000', '122458.665000', '122459.125000', '122459.585000', '122500.045000', '122500.505000', '122500.965000', '122501.425000', '122501.885000', '122502.345000', '122502.805000', '122503.265000', '122503.725000', '122504.185000', '122504.645000', '122505.105000', '122505.565000', '122506.025000', '122506.485000', '122506.945000', '122507.405000', '122507.865000', '122508.325000', '122508.785000', '122509.245000', '122509.705000', '122510.165000', '122510.625000', '122511.085000', '122511.545000', '122512.005000', '122512.465000', '122512.925000', '122513.385000', '122513.845000', '122514.305000', '122514.765000', '122515.225000', '122515.685000', '122516.145000', '122516.605000', '122517.065000', '122517.525000', '122517.985000', '122518.445000', '122518.905000', '122519.365000', '122519.825000', '122520.285000', '122520.745000', '122521.205000', '122521.665000', '122522.125000', '122522.585000', '122523.045000', '122523.505000', '122523.965000', '122524.425000', '122524.885000', '122525.345000', '122525.805000', '122526.265000', '122526.725000', '122527.185000', '122527.645000', '122528.105000', '122528.565000', '122529.025000', '122529.485000', '122529.945000', '122530.405000', '122530.865000', '122531.325000', '122531.785000', '122532.245000', '122532.705000', '122533.165000', '122533.625000', '122534.085000', '122534.545000', '122535.005000', '122535.465000', '122535.925000', '122536.385000', '122536.845000', '122537.305000', '122537.765000', '122538.225000', '122538.685000', '122539.145000', '122539.605000', '122540.065000', '122540.525000', '122540.985000', '122541.445000', '122541.905000', '122542.365000', '122542.825000', '122543.285000', '122543.745000', '122544.205000', '122544.665000', '122545.125000', '122545.585000', '122546.045000', '122546.505000', '122546.965000', '122547.425000', '122547.885000', '122548.345000', '122548.805000', '122549.265000', '122549.725000', '122550.185000', '122550.645000', '122551.105000', '122551.565000', '122552.025000', '122552.485000', '122552.945000', '122553.405000', '122553.865000', '122554.325000', '122554.785000', '122555.245000', '122555.705000', '122556.165000', '122556.625000', '122557.085000', '122557.545000', '122558.005000', '122558.465000', '122558.925000', '122559.385000', '122559.845000', '122600.305000', '122600.765000', '122601.225000', '122601.685000', '122602.145000', '122602.605000', '122603.065000', '122603.525000', '122603.985000', '122604.445000', '122604.905000', '122605.365000', '122605.825000', '122606.285000', '122606.745000', '122607.205000', '122607.665000', '122608.125000', '122608.585000', '122609.045000', '122609.505000', '122609.965000', '122610.425000', '122610.885000', '122611.345000', '122611.805000', '122612.265000', '122612.725000', '122613.185000', '122613.645000', '122614.105000', '122614.565000', '122615.025000', '122615.485000', '122615.945000', '122616.405000', '122616.865000', '122617.325000', '122617.785000', '122618.245000', '122618.705000', '122619.165000', '122619.625000', '122620.085000', '122620.545000', '122621.005000', '122621.465000', '122621.925000', '122622.385000', '122622.845000', '122623.305000', '122623.765000', '122624.225000', '122624.685000', '122625.145000', '122625.605000', '122626.065000', '122626.525000', '122626.985000', '122627.445000', '122627.905000', '122628.365000', '122628.825000', '122629.285000', '122629.745000', '122630.205000', '122630.665000', '122631.125000', '122631.585000', '122632.045000', '122632.505000', '122632.965000', '122633.425000', '122633.885000', '122634.345000', '122634.805000', '122635.265000', '122635.725000', '122636.185000', '122636.645000', '122637.105000', '122637.565000', '122638.025000', '122638.485000', '122638.945000', '122639.405000', '122639.865000', '122640.325000', '122640.785000', '122641.245000', '122641.705000', '122642.165000', '122642.625000', '122643.085000', '122643.545000', '122644.005000', '122644.465000', '122644.925000', '122645.385000', '122645.845000', '122646.305000', '122646.765000', '122647.225000', '122647.685000', '122648.145000', '122648.605000', '122649.065000', '122649.525000', '122649.985000', '122650.445000', '122650.905000', '122651.365000', '122651.825000', '122652.285000', '122652.745000', '122653.205000', '122653.665000', '122654.125000', '122654.585000', '122655.045000', '122655.505000', '122655.965000', '122656.425000', '122656.885000', '122657.345000', '122657.805000', '122658.265000', '122658.725000', '122659.185000', '122659.645000', '122700.105000', '122700.565000', '122701.025000', '122701.485000', '122701.945000', '122702.405000', '122702.865000', '122703.325000', '122703.785000', '122704.245000', '122704.705000', '122705.165000', '122705.625000', '122706.085000', '122706.545000', '122707.005000', '122707.465000', '122707.925000', '122708.385000', '122708.845000', '122709.305000', '122709.765000', '122710.225000', '122710.685000', '122711.145000', '122711.605000', '122712.065000', '122712.525000', '122712.985000', '122713.445000', '122713.905000', '122714.365000', '122714.825000', '122715.285000', '122715.745000', '122716.205000', '122716.665000', '122717.125000', '122717.585000', '122718.045000', '122718.505000', '122718.965000', '122719.425000', '122719.885000', '122720.345000', '122720.805000', '122721.265000', '122721.725000', '122722.185000', '122722.645000', '122723.105000', '122723.565000', '122724.025000', '122724.485000', '122724.945000', '122725.405000', '122725.865000', '122726.325000', '122726.785000', '122727.245000', '122727.705000', '122728.165000', '122728.625000', '122729.085000', '122729.545000', '122730.005000', '122730.465000', '122730.925000', '122731.385000', '122731.845000', '122732.305000', '122732.765000', '122733.225000', '122733.685000', '122734.145000', '122734.605000', '122735.065000'], 'ContentTime': ['121938.727000', '121938.731000', '121938.733000', '121938.736000', '121938.739000', '121938.741000', '121938.744000', '121938.754000', '121938.757000', '121938.759000', '121938.762000', '121938.764000', '121938.767000', '121938.770000', '121938.772000', '121938.775000', '121938.777000', '121938.780000', '121938.782000', '121938.785000', '121938.787000', '121938.790000', '121938.793000', '121938.796000', '121938.798000', '121938.801000', '121938.804000', '121938.824000', '121938.826000', '121938.829000', '121938.831000', '121938.834000', '121938.836000', '121958.691000', '121958.694000', '121958.697000', '121958.699000', '121958.702000', '121958.704000', '121958.707000', '121958.710000', '121958.712000', '121958.715000', '121958.718000', '121958.720000', '121958.723000', '121958.725000', '121958.728000', '121958.730000', '121958.733000', '121958.735000', '121958.738000', '121958.740000', '121958.743000', '121958.745000', '121958.748000', '121958.751000', '121958.753000', '121958.756000', '121958.758000', '121958.761000', '121958.763000', '121958.766000', '121958.768000', '121958.771000', '121958.773000', '121958.776000', '121958.778000', '121958.781000', '121958.784000', '121958.786000', '121958.789000', '121958.791000', '121958.794000', '121958.797000', '121958.799000', '121958.802000', '122018.690000', '122018.693000', '122018.696000', '122018.698000', '122018.701000', '122018.703000', '122018.706000', '122018.709000', '122018.711000', '122018.714000', '122018.716000', '122018.719000', '122018.721000', '122018.724000', '122018.727000', '122018.729000', '122018.732000', '122018.734000', '122018.737000', '122018.739000', '122018.742000', '122018.745000', '122018.747000', '122018.750000', '122018.752000', '122018.755000', '122018.758000', '122018.760000', '122018.763000', '122018.773000', '122018.776000', '122018.779000', '122018.781000', '122018.784000', '122018.786000', '122018.789000', '122018.792000', '122018.794000', '122018.797000', '122018.799000', '122018.802000', '122018.805000', '122018.807000', '122038.691000', '122038.694000', '122038.697000', '122038.699000', '122038.702000', '122038.705000', '122038.707000', '122038.710000', '122038.713000', '122038.715000', '122038.718000', '122038.720000', '122038.723000', '122038.726000', '122038.728000', '122038.731000', '122038.733000', '122038.736000', '122038.739000', '122038.741000', '122038.744000', '122038.747000', '122038.749000', '122038.752000', '122038.754000', '122038.757000', '122038.760000', '122038.762000', '122038.765000', '122038.767000', '122038.770000', '122038.773000', '122038.775000', '122038.778000', '122038.780000', '122038.783000', '122038.785000', '122038.788000', '122038.791000', '122038.793000', '122038.796000', '122038.798000', '122038.801000', '122038.804000', '122058.691000', '122058.694000', '122058.697000', '122058.700000', '122058.702000', '122058.705000', '122058.707000', '122058.710000', '122058.713000', '122058.715000', '122058.718000', '122058.720000', '122058.723000', '122058.725000', '122058.728000', '122058.730000', '122058.733000', '122058.736000', '122058.738000', '122058.741000', '122058.744000', '122058.746000', '122058.749000', '122058.751000', '122058.754000', '122058.757000', '122058.759000', '122058.762000', '122058.764000', '122058.767000', '122058.769000', '122058.772000', '122058.775000', '122058.791000', '122058.794000', '122058.796000', '122058.799000', '122058.833000', '122058.835000', '122058.838000', '122058.841000', '122058.843000', '122058.846000', '122118.692000', '122118.694000', '122118.697000', '122118.700000', '122118.702000', '122118.705000', '122118.708000', '122118.710000', '122118.713000', '122118.715000', '122118.718000', '122118.721000', '122118.723000', '122118.726000', '122118.729000', '122118.731000', '122118.734000', '122118.737000', '122118.739000', '122118.742000', '122118.745000', '122118.747000', '122118.750000', '122118.752000', '122118.755000', '122118.758000', '122118.760000', '122118.763000', '122118.766000', '122118.768000', '122118.771000', '122118.773000', '122118.776000', '122118.779000', '122118.781000', '122118.784000', '122118.787000', '122118.790000', '122118.792000', '122118.795000', '122118.797000', '122118.800000', '122118.803000', '122118.805000', '122138.692000', '122138.694000', '122138.697000', '122138.700000', '122138.703000', '122138.705000', '122138.708000', '122138.710000', '122138.713000', '122138.716000', '122138.718000', '122138.721000', '122138.723000', '122138.726000', '122138.729000', '122138.731000', '122138.734000', '122138.737000', '122138.739000', '122138.742000', '122138.745000', '122138.747000', '122138.750000', '122138.752000', '122138.755000', '122138.757000', '122138.760000', '122138.762000', '122138.765000', '122138.768000', '122138.770000', '122138.773000', '122138.775000', '122138.778000', '122138.781000', '122138.783000', '122138.786000', '122138.789000', '122138.791000', '122138.794000', '122138.796000', '122138.799000', '122138.823000', '122158.712000', '122158.715000', '122158.718000', '122158.720000', '122158.723000', '122158.726000', '122158.728000', '122158.731000', '122158.734000', '122158.736000', '122158.739000', '122158.741000', '122158.744000', '122158.747000', '122158.749000', '122158.752000', '122158.755000', '122158.757000', '122158.760000', '122158.763000', '122158.765000', '122158.768000', '122158.770000', '122158.773000', '122158.776000', '122158.778000', '122158.781000', '122158.783000', '122158.786000', '122158.789000', '122158.791000', '122158.794000', '122158.797000', '122158.799000', '122158.843000', '122158.846000', '122158.848000', '122158.851000', '122158.853000', '122158.856000', '122158.858000', '122158.861000', '122158.863000', '122218.691000', '122218.694000', '122218.697000', '122218.700000', '122218.702000', '122218.705000', '122218.707000', '122218.710000', '122218.713000', '122218.715000', '122218.718000', '122218.720000', '122218.723000', '122218.726000', '122218.728000', '122218.731000', '122218.734000', '122218.736000', '122218.739000', '122218.741000', '122218.744000', '122218.747000', '122218.749000', '122218.752000', '122218.754000', '122218.757000', '122218.760000', '122218.762000', '122218.765000', '122218.767000', '122218.770000', '122218.773000', '122218.775000', '122218.778000', '122218.780000', '122218.783000', '122218.785000', '122218.788000', '122218.791000', '122218.793000', '122218.796000', '122218.798000', '122218.827000', '122218.829000', '122238.690000', '122238.693000', '122238.696000', '122238.698000', '122238.701000', '122238.705000', '122238.708000', '122238.710000', '122238.713000', '122238.716000', '122238.718000', '122238.721000', '122238.724000', '122238.726000', '122238.729000', '122238.732000', '122238.734000', '122238.737000', '122238.740000', '122238.742000', '122238.745000', '122238.747000', '122238.750000', '122238.753000', '122238.755000', '122238.758000', '122238.760000', '122238.763000', '122238.766000', '122238.782000', '122238.784000', '122238.787000', '122238.790000', '122238.792000', '122238.795000', '122238.797000', '122238.880000', '122238.882000', '122238.885000', '122238.887000', '122238.890000', '122238.893000', '122238.895000', '122258.691000', '122258.694000', '122258.697000', '122258.700000', '122258.702000', '122258.705000', '122258.707000', '122258.710000', '122258.713000', '122258.715000', '122258.718000', '122258.720000', '122258.723000', '122258.726000', '122258.728000', '122258.731000', '122258.733000', '122258.736000', '122258.739000', '122258.741000', '122258.744000', '122258.746000', '122258.749000', '122258.751000', '122258.754000', '122258.756000', '122258.759000', '122258.762000', '122258.764000', '122258.767000', '122258.770000', '122258.772000', '122258.775000', '122258.777000', '122258.780000', '122258.783000', '122258.785000', '122258.788000', '122258.790000', '122258.793000', '122258.795000', '122258.798000', '122258.878000', '122258.880000', '122318.692000', '122318.694000', '122318.697000', '122318.700000', '122318.703000', '122318.706000', '122318.709000', '122318.712000', '122318.715000', '122318.717000', '122318.720000', '122318.723000', '122318.725000', '122318.728000', '122318.730000', '122318.733000', '122318.736000', '122318.738000', '122318.741000', '122318.743000', '122318.746000', '122318.748000', '122318.751000', '122318.755000', '122318.757000', '122318.760000', '122318.763000', '122318.766000', '122318.768000', '122318.771000', '122318.773000', '122318.776000', '122318.779000', '122318.781000', '122318.784000', '122318.786000', '122318.789000', '122318.791000', '122318.794000', '122318.797000', '122318.799000', '122318.878000', '122318.881000', '122338.692000', '122338.694000', '122338.697000', '122338.700000', '122338.702000', '122338.707000', '122338.710000', '122338.713000', '122338.715000', '122338.718000', '122338.721000', '122338.723000', '122338.726000', '122338.729000', '122338.731000', '122338.734000', '122338.737000', '122338.740000', '122338.742000', '122338.745000', '122338.747000', '122338.750000', '122338.752000', '122338.755000', '122338.758000', '122338.760000', '122338.763000', '122338.766000', '122338.768000', '122338.771000', '122338.774000', '122338.776000', '122338.779000', '122338.781000', '122338.784000', '122338.787000', '122338.789000', '122338.792000', '122338.794000', '122338.797000', '122338.800000', '122338.802000', '122338.805000', '122338.808000', '122358.692000', '122358.694000', '122358.697000', '122358.700000', '122358.702000', '122358.705000', '122358.707000', '122358.710000', '122358.712000', '122358.715000', '122358.718000', '122358.720000', '122358.723000', '122358.726000', '122358.728000', '122358.731000', '122358.734000', '122358.736000', '122358.739000', '122358.741000', '122358.745000', '122358.748000', '122358.750000', '122358.753000', '122358.756000', '122358.758000', '122358.761000', '122358.764000', '122358.767000', '122358.769000', '122358.772000', '122358.775000', '122358.777000', '122358.780000', '122358.782000', '122358.785000', '122358.787000', '122358.790000', '122358.793000', '122358.795000', '122358.798000', '122358.801000', '122358.803000', '122418.692000', '122418.695000', '122418.697000', '122418.700000', '122418.702000', '122418.705000', '122418.708000', '122418.710000', '122418.713000', '122418.715000', '122418.718000', '122418.728000', '122418.731000', '122418.734000', '122418.736000', '122418.739000', '122418.741000', '122418.744000', '122418.746000', '122418.749000', '122418.752000', '122418.754000', '122418.757000', '122418.759000', '122418.762000', '122418.765000', '122418.767000', '122418.770000', '122418.772000', '122418.775000', '122418.778000', '122418.780000', '122418.783000', '122418.785000', '122418.788000', '122418.790000', '122418.793000', '122418.796000', '122418.798000', '122418.801000', '122418.804000', '122418.806000', '122418.809000', '122418.811000', '122438.691000', '122438.694000', '122438.697000', '122438.699000', '122438.702000', '122438.704000', '122438.707000', '122438.710000', '122438.712000', '122438.715000', '122438.717000', '122438.720000', '122438.723000', '122438.725000', '122438.728000', '122438.730000', '122438.733000', '122438.736000', '122438.738000', '122438.741000', '122438.743000', '122438.746000', '122438.748000', '122438.751000', '122438.754000', '122438.757000', '122438.760000', '122438.762000', '122438.765000', '122438.768000', '122438.770000', '122438.773000', '122438.776000', '122438.778000', '122438.781000', '122438.784000', '122438.786000', '122438.789000', '122438.792000', '122438.795000', '122438.798000', '122438.800000', '122438.803000', '122458.691000', '122458.693000', '122458.696000', '122458.699000', '122458.701000', '122458.704000', '122458.707000', '122458.709000', '122458.712000', '122458.715000', '122458.717000', '122458.720000', '122458.723000', '122458.725000', '122458.728000', '122458.730000', '122458.733000', '122458.736000', '122458.738000', '122458.741000', '122458.743000', '122458.746000', '122458.749000', '122458.751000', '122458.754000', '122458.757000', '122458.759000', '122458.762000', '122458.764000', '122458.767000', '122458.770000', '122458.772000', '122458.775000', '122458.778000', '122458.780000', '122458.783000', '122458.785000', '122458.788000', '122458.790000', '122458.793000', '122458.796000', '122458.798000', '122458.801000', '122458.805000', '122518.692000', '122518.694000', '122518.697000', '122518.700000', '122518.702000', '122518.705000', '122518.707000', '122518.710000', '122518.713000', '122518.715000', '122518.718000', '122518.720000', '122518.723000', '122518.726000', '122518.728000', '122518.731000', '122518.733000', '122518.736000', '122518.739000', '122518.741000', '122518.744000', '122518.746000', '122518.749000', '122518.752000', '122518.754000', '122518.757000', '122518.760000', '122518.763000', '122518.765000', '122518.768000', '122518.771000', '122518.773000', '122518.776000', '122518.779000', '122518.782000', '122518.784000', '122518.787000', '122518.790000', '122518.792000', '122518.795000', '122518.798000', '122518.800000', '122518.803000', '122538.692000', '122538.695000', '122538.697000', '122538.700000', '122538.702000', '122538.705000', '122538.736000', '122538.739000', '122538.742000', '122538.744000', '122538.747000', '122538.749000', '122538.752000', '122538.755000', '122538.757000', '122538.760000', '122538.762000', '122538.765000', '122538.768000', '122538.770000', '122538.773000', '122538.775000', '122538.784000', '122538.787000', '122538.789000', '122538.792000', '122538.794000', '122538.797000', '122538.800000', '122538.802000', '122538.805000', '122538.807000', '122538.810000', '122538.812000', '122538.815000', '122538.818000', '122538.820000', '122538.823000', '122538.825000', '122538.828000', '122538.831000', '122538.833000', '122538.836000', '122538.838000', '122558.692000', '122558.695000', '122558.697000', '122558.700000', '122558.703000', '122558.705000', '122558.708000', '122558.710000', '122558.713000', '122558.716000', '122558.718000', '122558.721000', '122558.723000', '122558.726000', '122558.729000', '122558.731000', '122558.734000', '122558.736000', '122558.739000', '122558.742000', '122558.744000', '122558.747000', '122558.749000', '122558.752000', '122558.755000', '122558.757000', '122558.760000', '122558.762000', '122558.765000', '122558.768000', '122558.770000', '122558.773000', '122558.775000', '122558.778000', '122558.781000', '122558.784000', '122558.787000', '122558.789000', '122558.792000', '122558.795000', '122558.798000', '122558.800000', '122558.803000', '122618.692000', '122618.695000', '122618.697000', '122618.700000', '122618.702000', '122618.705000', '122618.707000', '122618.710000', '122618.713000', '122618.715000', '122618.718000', '122618.720000', '122618.723000', '122618.726000', '122618.728000', '122618.731000', '122618.734000', '122618.736000', '122618.739000', '122618.741000', '122618.744000', '122618.746000', '122618.749000', '122618.752000', '122618.754000', '122618.757000', '122618.759000', '122618.762000', '122618.764000', '122618.767000', '122618.770000', '122618.772000', '122618.775000', '122618.777000', '122618.780000', '122618.783000', '122618.785000', '122618.788000', '122618.790000', '122618.793000', '122618.796000', '122618.798000', '122618.801000', '122618.804000', '122638.691000', '122638.694000', '122638.697000', '122638.700000', '122638.702000', '122638.705000', '122638.708000', '122638.710000', '122638.713000', '122638.715000', '122638.718000', '122638.721000', '122638.723000', '122638.726000', '122638.729000', '122638.731000', '122638.734000', '122638.737000', '122638.739000', '122638.742000', '122638.745000', '122638.747000', '122638.750000', '122638.753000', '122638.755000', '122638.758000', '122638.760000', '122638.763000', '122638.766000', '122638.768000', '122638.771000', '122638.773000', '122638.776000', '122638.779000', '122638.781000', '122638.784000', '122638.786000', '122638.789000', '122638.791000', '122638.794000', '122638.797000', '122638.799000', '122638.802000', '122658.692000', '122658.694000', '122658.697000', '122658.700000', '122658.703000', '122658.706000', '122658.708000', '122658.711000', '122658.714000', '122658.716000', '122658.719000', '122658.722000', '122658.724000', '122658.727000', '122658.729000', '122658.732000', '122658.734000', '122658.737000', '122658.753000', '122658.755000', '122658.758000', '122658.760000', '122658.763000', '122658.766000', '122658.768000', '122658.771000', '122658.773000', '122658.776000', '122658.778000', '122658.781000', '122658.783000', '122658.786000', '122658.789000', '122658.791000', '122658.794000', '122658.797000', '122658.799000', '122658.802000', '122658.804000', '122658.807000', '122658.809000', '122658.812000', '122658.814000', '122658.817000', '122718.690000', '122718.693000', '122718.696000', '122718.699000', '122718.701000', '122718.704000', '122718.707000', '122718.709000', '122718.712000', '122718.714000', '122718.717000', '122718.720000', '122718.722000', '122718.725000', '122718.728000', '122718.730000', '122718.733000', '122718.735000', '122718.738000', '122718.741000', '122718.743000', '122718.746000', '122718.749000', '122718.751000', '122718.754000', '122718.756000', '122718.759000', '122718.762000', '122718.764000', '122718.767000', '122718.770000', '122718.772000', '122718.775000', '122718.778000', '122718.780000', '122718.783000', '122718.785000', '122718.788000', '122718.791000', '122718.793000', '122718.796000', '122718.799000', '122718.801000', '122736.784000', '122736.787000', '122736.790000', '122736.793000', '122736.795000', '122736.798000', '122736.801000', '122736.804000', '122736.807000', '122736.810000', '122736.812000', '122736.815000', '122736.818000', '122736.820000', '122736.823000', '122736.826000', '122736.828000', '122736.831000', '122736.834000', '122736.836000', '122736.839000', '122736.842000', '122736.845000', '122736.848000', '122736.850000', '122736.853000', '122736.856000', '122736.859000', '122736.862000', '122736.866000', '122736.869000', '122736.878000', '122736.881000', '122736.885000', '122736.888000', '122736.891000', '122736.894000', '122736.897000', '122736.900000', '122736.902000'], 'InstanceCreationTime': ['121938.727000', '121938.731000', '121938.733000', '121938.736000', '121938.739000', '121938.741000', '121938.744000', '121938.754000', '121938.757000', '121938.759000', '121938.762000', '121938.764000', '121938.767000', '121938.770000', '121938.772000', '121938.775000', '121938.777000', '121938.780000', '121938.782000', '121938.785000', '121938.787000', '121938.790000', '121938.793000', '121938.796000', '121938.798000', '121938.801000', '121938.804000', '121938.824000', '121938.826000', '121938.829000', '121938.831000', '121938.834000', '121938.836000', '121958.691000', '121958.694000', '121958.697000', '121958.699000', '121958.702000', '121958.704000', '121958.707000', '121958.710000', '121958.712000', '121958.715000', '121958.718000', '121958.720000', '121958.723000', '121958.725000', '121958.728000', '121958.730000', '121958.733000', '121958.735000', '121958.738000', '121958.740000', '121958.743000', '121958.745000', '121958.748000', '121958.751000', '121958.753000', '121958.756000', '121958.758000', '121958.761000', '121958.763000', '121958.766000', '121958.768000', '121958.771000', '121958.773000', '121958.776000', '121958.778000', '121958.781000', '121958.784000', '121958.786000', '121958.789000', '121958.791000', '121958.794000', '121958.797000', '121958.799000', '121958.802000', '122018.690000', '122018.693000', '122018.696000', '122018.698000', '122018.701000', '122018.703000', '122018.706000', '122018.709000', '122018.711000', '122018.714000', '122018.716000', '122018.719000', '122018.721000', '122018.724000', '122018.727000', '122018.729000', '122018.732000', '122018.734000', '122018.737000', '122018.739000', '122018.742000', '122018.745000', '122018.747000', '122018.750000', '122018.752000', '122018.755000', '122018.758000', '122018.760000', '122018.763000', '122018.773000', '122018.776000', '122018.779000', '122018.781000', '122018.784000', '122018.786000', '122018.789000', '122018.792000', '122018.794000', '122018.797000', '122018.799000', '122018.802000', '122018.805000', '122018.807000', '122038.691000', '122038.694000', '122038.697000', '122038.699000', '122038.702000', '122038.705000', '122038.707000', '122038.710000', '122038.713000', '122038.715000', '122038.718000', '122038.720000', '122038.723000', '122038.726000', '122038.728000', '122038.731000', '122038.733000', '122038.736000', '122038.739000', '122038.741000', '122038.744000', '122038.747000', '122038.749000', '122038.752000', '122038.754000', '122038.757000', '122038.760000', '122038.762000', '122038.765000', '122038.767000', '122038.770000', '122038.773000', '122038.775000', '122038.778000', '122038.780000', '122038.783000', '122038.785000', '122038.788000', '122038.791000', '122038.793000', '122038.796000', '122038.798000', '122038.801000', '122038.804000', '122058.691000', '122058.694000', '122058.697000', '122058.700000', '122058.702000', '122058.705000', '122058.707000', '122058.710000', '122058.713000', '122058.715000', '122058.718000', '122058.720000', '122058.723000', '122058.725000', '122058.728000', '122058.730000', '122058.733000', '122058.736000', '122058.738000', '122058.741000', '122058.744000', '122058.746000', '122058.749000', '122058.751000', '122058.754000', '122058.757000', '122058.759000', '122058.762000', '122058.764000', '122058.767000', '122058.769000', '122058.772000', '122058.775000', '122058.791000', '122058.794000', '122058.796000', '122058.799000', '122058.833000', '122058.835000', '122058.838000', '122058.841000', '122058.843000', '122058.846000', '122118.692000', '122118.694000', '122118.697000', '122118.700000', '122118.702000', '122118.705000', '122118.708000', '122118.710000', '122118.713000', '122118.715000', '122118.718000', '122118.721000', '122118.723000', '122118.726000', '122118.729000', '122118.731000', '122118.734000', '122118.737000', '122118.739000', '122118.742000', '122118.745000', '122118.747000', '122118.750000', '122118.752000', '122118.755000', '122118.758000', '122118.760000', '122118.763000', '122118.766000', '122118.768000', '122118.771000', '122118.773000', '122118.776000', '122118.779000', '122118.781000', '122118.784000', '122118.787000', '122118.790000', '122118.792000', '122118.795000', '122118.797000', '122118.800000', '122118.803000', '122118.805000', '122138.692000', '122138.694000', '122138.697000', '122138.700000', '122138.703000', '122138.705000', '122138.708000', '122138.710000', '122138.713000', '122138.716000', '122138.718000', '122138.721000', '122138.723000', '122138.726000', '122138.729000', '122138.731000', '122138.734000', '122138.737000', '122138.739000', '122138.742000', '122138.745000', '122138.747000', '122138.750000', '122138.752000', '122138.755000', '122138.757000', '122138.760000', '122138.762000', '122138.765000', '122138.768000', '122138.770000', '122138.773000', '122138.775000', '122138.778000', '122138.781000', '122138.783000', '122138.786000', '122138.789000', '122138.791000', '122138.794000', '122138.796000', '122138.799000', '122138.823000', '122158.712000', '122158.715000', '122158.718000', '122158.720000', '122158.723000', '122158.726000', '122158.728000', '122158.731000', '122158.734000', '122158.736000', '122158.739000', '122158.741000', '122158.744000', '122158.747000', '122158.749000', '122158.752000', '122158.755000', '122158.757000', '122158.760000', '122158.763000', '122158.765000', '122158.768000', '122158.770000', '122158.773000', '122158.776000', '122158.778000', '122158.781000', '122158.783000', '122158.786000', '122158.789000', '122158.791000', '122158.794000', '122158.797000', '122158.799000', '122158.843000', '122158.846000', '122158.848000', '122158.851000', '122158.853000', '122158.856000', '122158.858000', '122158.861000', '122158.863000', '122218.691000', '122218.694000', '122218.697000', '122218.700000', '122218.702000', '122218.705000', '122218.707000', '122218.710000', '122218.713000', '122218.715000', '122218.718000', '122218.720000', '122218.723000', '122218.726000', '122218.728000', '122218.731000', '122218.734000', '122218.736000', '122218.739000', '122218.741000', '122218.744000', '122218.747000', '122218.749000', '122218.752000', '122218.754000', '122218.757000', '122218.760000', '122218.762000', '122218.765000', '122218.767000', '122218.770000', '122218.773000', '122218.775000', '122218.778000', '122218.780000', '122218.783000', '122218.785000', '122218.788000', '122218.791000', '122218.793000', '122218.796000', '122218.798000', '122218.827000', '122218.829000', '122238.690000', '122238.693000', '122238.696000', '122238.698000', '122238.701000', '122238.705000', '122238.708000', '122238.710000', '122238.713000', '122238.716000', '122238.718000', '122238.721000', '122238.724000', '122238.726000', '122238.729000', '122238.732000', '122238.734000', '122238.737000', '122238.740000', '122238.742000', '122238.745000', '122238.747000', '122238.750000', '122238.753000', '122238.755000', '122238.758000', '122238.760000', '122238.763000', '122238.766000', '122238.782000', '122238.784000', '122238.787000', '122238.790000', '122238.792000', '122238.795000', '122238.797000', '122238.880000', '122238.882000', '122238.885000', '122238.887000', '122238.890000', '122238.893000', '122238.895000', '122258.691000', '122258.694000', '122258.697000', '122258.700000', '122258.702000', '122258.705000', '122258.707000', '122258.710000', '122258.713000', '122258.715000', '122258.718000', '122258.720000', '122258.723000', '122258.726000', '122258.728000', '122258.731000', '122258.733000', '122258.736000', '122258.739000', '122258.741000', '122258.744000', '122258.746000', '122258.749000', '122258.751000', '122258.754000', '122258.756000', '122258.759000', '122258.762000', '122258.764000', '122258.767000', '122258.770000', '122258.772000', '122258.775000', '122258.777000', '122258.780000', '122258.783000', '122258.785000', '122258.788000', '122258.790000', '122258.793000', '122258.795000', '122258.798000', '122258.878000', '122258.880000', '122318.692000', '122318.694000', '122318.697000', '122318.700000', '122318.703000', '122318.706000', '122318.709000', '122318.712000', '122318.715000', '122318.717000', '122318.720000', '122318.723000', '122318.725000', '122318.728000', '122318.730000', '122318.733000', '122318.736000', '122318.738000', '122318.741000', '122318.743000', '122318.746000', '122318.748000', '122318.751000', '122318.755000', '122318.757000', '122318.760000', '122318.763000', '122318.766000', '122318.768000', '122318.771000', '122318.773000', '122318.776000', '122318.779000', '122318.781000', '122318.784000', '122318.786000', '122318.789000', '122318.791000', '122318.794000', '122318.797000', '122318.799000', '122318.878000', '122318.881000', '122338.692000', '122338.694000', '122338.697000', '122338.700000', '122338.702000', '122338.707000', '122338.710000', '122338.713000', '122338.715000', '122338.718000', '122338.721000', '122338.723000', '122338.726000', '122338.729000', '122338.731000', '122338.734000', '122338.737000', '122338.740000', '122338.742000', '122338.745000', '122338.747000', '122338.750000', '122338.752000', '122338.755000', '122338.758000', '122338.760000', '122338.763000', '122338.766000', '122338.768000', '122338.771000', '122338.774000', '122338.776000', '122338.779000', '122338.781000', '122338.784000', '122338.787000', '122338.789000', '122338.792000', '122338.794000', '122338.797000', '122338.800000', '122338.802000', '122338.805000', '122338.808000', '122358.692000', '122358.694000', '122358.697000', '122358.700000', '122358.702000', '122358.705000', '122358.707000', '122358.710000', '122358.712000', '122358.715000', '122358.718000', '122358.720000', '122358.723000', '122358.726000', '122358.728000', '122358.731000', '122358.734000', '122358.736000', '122358.739000', '122358.741000', '122358.745000', '122358.748000', '122358.750000', '122358.753000', '122358.756000', '122358.758000', '122358.761000', '122358.764000', '122358.767000', '122358.769000', '122358.772000', '122358.775000', '122358.777000', '122358.780000', '122358.782000', '122358.785000', '122358.787000', '122358.790000', '122358.793000', '122358.795000', '122358.798000', '122358.801000', '122358.803000', '122418.692000', '122418.695000', '122418.697000', '122418.700000', '122418.702000', '122418.705000', '122418.708000', '122418.710000', '122418.713000', '122418.715000', '122418.718000', '122418.728000', '122418.731000', '122418.734000', '122418.736000', '122418.739000', '122418.741000', '122418.744000', '122418.746000', '122418.749000', '122418.752000', '122418.754000', '122418.757000', '122418.759000', '122418.762000', '122418.765000', '122418.767000', '122418.770000', '122418.772000', '122418.775000', '122418.778000', '122418.780000', '122418.783000', '122418.785000', '122418.788000', '122418.790000', '122418.793000', '122418.796000', '122418.798000', '122418.801000', '122418.804000', '122418.806000', '122418.809000', '122418.811000', '122438.691000', '122438.694000', '122438.697000', '122438.699000', '122438.702000', '122438.704000', '122438.707000', '122438.710000', '122438.712000', '122438.715000', '122438.717000', '122438.720000', '122438.723000', '122438.725000', '122438.728000', '122438.730000', '122438.733000', '122438.736000', '122438.738000', '122438.741000', '122438.743000', '122438.746000', '122438.748000', '122438.751000', '122438.754000', '122438.757000', '122438.760000', '122438.762000', '122438.765000', '122438.768000', '122438.770000', '122438.773000', '122438.776000', '122438.778000', '122438.781000', '122438.784000', '122438.786000', '122438.789000', '122438.792000', '122438.795000', '122438.798000', '122438.800000', '122438.803000', '122458.691000', '122458.693000', '122458.696000', '122458.699000', '122458.701000', '122458.704000', '122458.707000', '122458.709000', '122458.712000', '122458.715000', '122458.717000', '122458.720000', '122458.723000', '122458.725000', '122458.728000', '122458.730000', '122458.733000', '122458.736000', '122458.738000', '122458.741000', '122458.743000', '122458.746000', '122458.749000', '122458.751000', '122458.754000', '122458.757000', '122458.759000', '122458.762000', '122458.764000', '122458.767000', '122458.770000', '122458.772000', '122458.775000', '122458.778000', '122458.780000', '122458.783000', '122458.785000', '122458.788000', '122458.790000', '122458.793000', '122458.796000', '122458.798000', '122458.801000', '122458.805000', '122518.692000', '122518.694000', '122518.697000', '122518.700000', '122518.702000', '122518.705000', '122518.707000', '122518.710000', '122518.713000', '122518.715000', '122518.718000', '122518.720000', '122518.723000', '122518.726000', '122518.728000', '122518.731000', '122518.733000', '122518.736000', '122518.739000', '122518.741000', '122518.744000', '122518.746000', '122518.749000', '122518.752000', '122518.754000', '122518.757000', '122518.760000', '122518.763000', '122518.765000', '122518.768000', '122518.771000', '122518.773000', '122518.776000', '122518.779000', '122518.782000', '122518.784000', '122518.787000', '122518.790000', '122518.792000', '122518.795000', '122518.798000', '122518.800000', '122518.803000', '122538.692000', '122538.695000', '122538.697000', '122538.700000', '122538.702000', '122538.705000', '122538.736000', '122538.739000', '122538.742000', '122538.744000', '122538.747000', '122538.749000', '122538.752000', '122538.755000', '122538.757000', '122538.760000', '122538.762000', '122538.765000', '122538.768000', '122538.770000', '122538.773000', '122538.775000', '122538.784000', '122538.787000', '122538.789000', '122538.792000', '122538.794000', '122538.797000', '122538.800000', '122538.802000', '122538.805000', '122538.807000', '122538.810000', '122538.812000', '122538.815000', '122538.818000', '122538.820000', '122538.823000', '122538.825000', '122538.828000', '122538.831000', '122538.833000', '122538.836000', '122538.838000', '122558.692000', '122558.695000', '122558.697000', '122558.700000', '122558.703000', '122558.705000', '122558.708000', '122558.710000', '122558.713000', '122558.716000', '122558.718000', '122558.721000', '122558.723000', '122558.726000', '122558.729000', '122558.731000', '122558.734000', '122558.736000', '122558.739000', '122558.742000', '122558.744000', '122558.747000', '122558.749000', '122558.752000', '122558.755000', '122558.757000', '122558.760000', '122558.762000', '122558.765000', '122558.768000', '122558.770000', '122558.773000', '122558.775000', '122558.778000', '122558.781000', '122558.784000', '122558.787000', '122558.789000', '122558.792000', '122558.795000', '122558.798000', '122558.800000', '122558.803000', '122618.692000', '122618.695000', '122618.697000', '122618.700000', '122618.702000', '122618.705000', '122618.707000', '122618.710000', '122618.713000', '122618.715000', '122618.718000', '122618.720000', '122618.723000', '122618.726000', '122618.728000', '122618.731000', '122618.734000', '122618.736000', '122618.739000', '122618.741000', '122618.744000', '122618.746000', '122618.749000', '122618.752000', '122618.754000', '122618.757000', '122618.759000', '122618.762000', '122618.764000', '122618.767000', '122618.770000', '122618.772000', '122618.775000', '122618.777000', '122618.780000', '122618.783000', '122618.785000', '122618.788000', '122618.790000', '122618.793000', '122618.796000', '122618.798000', '122618.801000', '122618.804000', '122638.691000', '122638.694000', '122638.697000', '122638.700000', '122638.702000', '122638.705000', '122638.708000', '122638.710000', '122638.713000', '122638.715000', '122638.718000', '122638.721000', '122638.723000', '122638.726000', '122638.729000', '122638.731000', '122638.734000', '122638.737000', '122638.739000', '122638.742000', '122638.745000', '122638.747000', '122638.750000', '122638.753000', '122638.755000', '122638.758000', '122638.760000', '122638.763000', '122638.766000', '122638.768000', '122638.771000', '122638.773000', '122638.776000', '122638.779000', '122638.781000', '122638.784000', '122638.786000', '122638.789000', '122638.791000', '122638.794000', '122638.797000', '122638.799000', '122638.802000', '122658.692000', '122658.694000', '122658.697000', '122658.700000', '122658.703000', '122658.706000', '122658.708000', '122658.711000', '122658.714000', '122658.716000', '122658.719000', '122658.722000', '122658.724000', '122658.727000', '122658.729000', '122658.732000', '122658.734000', '122658.737000', '122658.753000', '122658.755000', '122658.758000', '122658.760000', '122658.763000', '122658.766000', '122658.768000', '122658.771000', '122658.773000', '122658.776000', '122658.778000', '122658.781000', '122658.783000', '122658.786000', '122658.789000', '122658.791000', '122658.794000', '122658.797000', '122658.799000', '122658.802000', '122658.804000', '122658.807000', '122658.809000', '122658.812000', '122658.814000', '122658.817000', '122718.690000', '122718.693000', '122718.696000', '122718.699000', '122718.701000', '122718.704000', '122718.707000', '122718.709000', '122718.712000', '122718.714000', '122718.717000', '122718.720000', '122718.722000', '122718.725000', '122718.728000', '122718.730000', '122718.733000', '122718.735000', '122718.738000', '122718.741000', '122718.743000', '122718.746000', '122718.749000', '122718.751000', '122718.754000', '122718.756000', '122718.759000', '122718.762000', '122718.764000', '122718.767000', '122718.770000', '122718.772000', '122718.775000', '122718.778000', '122718.780000', '122718.783000', '122718.785000', '122718.788000', '122718.791000', '122718.793000', '122718.796000', '122718.799000', '122718.801000', '122736.784000', '122736.787000', '122736.790000', '122736.793000', '122736.795000', '122736.798000', '122736.801000', '122736.804000', '122736.807000', '122736.810000', '122736.812000', '122736.815000', '122736.818000', '122736.820000', '122736.823000', '122736.826000', '122736.828000', '122736.831000', '122736.834000', '122736.836000', '122736.839000', '122736.842000', '122736.845000', '122736.848000', '122736.850000', '122736.853000', '122736.856000', '122736.859000', '122736.862000', '122736.866000', '122736.869000', '122736.878000', '122736.881000', '122736.885000', '122736.888000', '122736.891000', '122736.894000', '122736.897000', '122736.900000', '122736.902000'], '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': [7649, 7442, 7245, 7117, 7020, 6939, 6921, 6811, 6808, 6731, 6659, 6697, 6663, 6716, 6703, 6709, 6696, 6653, 6832, 6587, 6701, 6630, 6678, 6627, 6684, 6646, 6623, 6622, 6628, 6784, 6657, 6651, 6638, 6712, 6623, 6679, 6709, 6885, 6625, 6670, 6654, 6671, 6742, 6671, 6651, 6595, 6697, 6651, 6652, 6723, 6685, 6658, 6640, 6673, 6662, 6624, 6641, 6650, 6626, 6670, 6652, 6643, 6706, 6614, 6844, 6660, 6641, 6644, 6620, 6561, 6788, 6649, 6656, 6763, 6603, 6588, 6626, 6717, 6633, 6846, 6666, 6617, 6627, 6878, 6617, 6623, 6590, 6630, 6675, 6671, 6986, 6796, 6877, 6657, 6854, 6606, 6683, 6610, 6654, 6689, 6601, 6850, 6651, 6815, 6651, 6657, 6705, 6636, 6602, 6679, 6568, 6711, 6597, 6641, 6663, 6771, 6726, 6606, 6614, 6626, 6890, 6625, 6667, 6618, 6634, 6679, 6657, 6841, 7071, 6793, 6623, 6600, 7048, 6652, 6647, 6655, 6684, 6615, 6675, 6554, 6835, 6559, 6696, 6623, 6676, 6587, 6720, 6706, 6666, 6637, 6659, 6628, 6631, 6658, 6628, 6694, 6632, 6944, 6673, 7149, 6739, 6610, 6637, 6665, 6643, 6672, 6609, 6666, 6625, 6635, 6637, 6608, 6790, 6630, 6722, 6676, 6907, 6635, 6765, 6638, 6817, 6610, 6703, 6625, 6899, 6680, 6624, 6666, 6646, 6627, 6658, 6653, 6642, 6669, 6655, 6675, 6641, 6696, 6606, 6653, 6668, 6920, 6647, 6898, 6640, 6688, 6633, 6657, 6653, 6642, 6610, 6638, 6669, 6588, 6599, 6679, 6893, 6575, 6775, 6631, 6692, 6590, 6548, 6661, 6576, 6671, 6732, 6778, 6680, 6773, 6702, 6689, 6678, 6698, 6719, 6627, 6708, 6686, 6677, 6716, 6680, 6657, 6636, 6713, 6698, 6683, 6663, 6634, 6676, 6721, 6741, 6710, 6702, 6690, 6712, 6641, 6753, 6757, 6677, 6680, 6688, 6738, 6674, 6681, 6703, 6717, 6641, 6698, 6700, 6712, 6633, 6726, 6699, 6659, 6702, 6677, 6722, 6687, 6833, 6662, 6649, 6721, 6705, 6776, 6679, 6744, 6801, 6690, 6676, 6692, 6847, 6699, 6633, 6650, 6700, 6718, 6656, 6841, 6579, 6659, 6625, 6588, 6941, 6643, 6653, 6632, 6683, 6725, 6651, 6717, 6682, 6717, 6642, 6942, 6628, 6603, 6689, 6638, 6705, 6644, 6643, 6700, 6653, 6662, 6696, 6662, 6650, 6649, 6807, 6603, 6876, 6604, 6672, 6682, 6615, 6738, 6661, 6928, 6697, 6624, 6728, 6660, 6674, 7125, 6786, 6593, 6588, 6743, 6642, 6737, 6721, 6823, 6640, 6618, 6600, 6689, 6707, 6628, 6620, 6722, 6657, 6682, 6674, 6706, 6611, 6664, 6684, 6639, 6671, 6639, 6634, 6889, 6650, 6825, 6637, 6998, 6629, 6637, 6717, 6917, 6927, 6737, 6627, 6644, 6629, 6617, 6635, 6628, 6673, 6798, 6635, 6619, 6679, 6637, 6596, 6692, 6677, 6624, 6565, 6703, 6773, 6602, 6777, 6625, 6624, 6599, 6729, 6644, 6940, 6643, 6592, 6552, 6797, 6562, 6734, 6650, 6819, 6646, 6909, 6634, 6676, 6696, 6750, 6766, 6709, 6737, 6597, 6592, 7091, 6968, 6600, 6825, 6657, 6670, 7251, 6998, 6660, 6737, 6835, 6802, 6834, 6788, 6609, 6613, 6622, 6630, 6588, 6654, 6620, 6604, 6565, 6675, 6582, 6622, 6691, 6572, 6818, 6614, 6730, 6640, 6567, 6565, 6628, 6572, 6651, 6627, 6614, 6931, 6585, 6519, 6536, 6600, 6532, 6585, 6579, 6574, 6619, 6659, 6718, 6579, 6611, 6590, 6667, 6683, 6646, 6929, 6650, 6775, 6594, 6956, 6649, 6751, 6626, 6631, 6651, 6681, 6691, 6614, 6628, 6749, 7040, 6620, 6611, 6637, 6572, 6631, 6640, 6804, 6630, 6754, 6705, 6643, 6685, 6602, 6568, 6561, 6869, 6566, 6627, 6613, 6580, 6634, 6602, 6573, 6586, 6626, 6828, 6614, 6616, 6617, 6642, 6759, 6630, 6933, 6616, 6590, 6540, 6646, 6724, 6586, 6899, 6594, 6659, 6824, 6538, 6607, 6642, 6634, 6594, 6693, 6530, 6606, 6608, 6616, 6650, 6599, 6667, 6650, 6629, 6579, 6571, 6871, 6649, 6816, 6631, 6660, 6633, 6592, 6586, 6590, 6789, 6629, 6645, 6610, 6974, 6622, 6565, 6750, 6573, 6916, 6545, 6885, 6680, 6537, 6586, 6586, 6886, 6584, 6855, 6582, 6709, 6602, 6558, 6580, 6573, 6939, 6555, 6578, 6552, 6622, 6719, 6595, 7045, 6692, 6606, 6604, 6582, 6618, 6569, 6539, 6634, 6561, 6698, 6536, 6553, 6575, 6679, 6583, 6777, 6702, 6676, 6507, 6672, 6659, 6577, 6586, 6759, 6580, 6539, 6812, 6576, 6932, 6554, 6646, 6624, 6641, 6519, 6613, 6560, 6605, 6573, 6668, 6776, 6652, 6570, 6530, 6542, 6550, 6968, 6533, 6970, 6580, 6792, 6527, 6831, 6569, 6519, 6953, 6597, 6585, 6587, 6532, 6543, 6638, 6586, 6953, 6542, 6875, 6618, 6729, 6588, 6637, 6576, 6579, 6676, 6520, 6656, 6517, 6508, 6551, 6793, 6640, 6806, 6539, 7121, 6594, 6816, 6561, 6630, 6706, 6549, 6794, 6506, 6673, 6568, 6609, 6684, 6491, 6548, 6578, 6721, 6750, 6691, 6699, 6741, 7502, 6585, 6549, 6542, 6637, 6584, 6593, 7044, 6960, 6618, 7176, 6597, 6719, 7161, 6589, 6653, 6628, 6579, 6579, 6692, 6593, 6737, 6575, 6791, 6574, 6644, 6548, 6562, 6566, 7278, 6958, 6742, 6677, 6602, 7066, 6676, 6619, 6732, 6870, 6571, 6585, 6556, 6627, 6556, 6584, 6629, 6715, 6888, 6681, 7020, 6560, 6651, 6614, 6631, 6813, 6621, 7045, 6674, 6575, 6726, 6754, 6668, 6643, 6624, 6651, 6635, 6875, 6795, 6636, 6845, 6602, 6707, 6571, 6605, 6585, 6543, 6647, 6738, 6741, 6541, 6745, 6779, 6663, 6747, 6596, 6548, 6752, 6540, 6771, 6690, 6555, 6594, 6586, 6725, 6578, 6695, 6567, 6539, 6566, 6518, 6530, 6557, 6719, 6560, 6581, 6868, 6608, 6543, 6582, 6702, 6571, 6589, 6706, 6569, 6588, 6573, 6689, 6647, 6837, 6556, 6729, 6556, 6549, 6555, 6631, 6610, 6659, 6566, 6585, 6886, 6597, 6848, 6721, 6597, 6584, 6525, 6620, 6569, 6583, 6602, 6630, 6563, 6547, 6714, 6545, 6624, 6588, 6852, 6593, 6620, 6559, 6581, 6628, 6508, 6643, 6593, 6715, 6570, 6890, 6588, 6988, 6518, 6964, 6530, 6565, 6525, 6662, 6758, 6788, 6835, 6823, 6689, 6830, 6625, 6615, 6524, 6524, 6585, 6717, 6520, 6734, 6566, 6895, 6488, 6831, 6589, 6715, 6538, 6724, 6663, 6648, 6574, 6826, 6720, 6671, 6631, 6632, 6735, 6841, 6782, 6628, 6689, 6740, 6789, 6585, 6880, 6521, 6838, 6471, 6702, 6564, 6591, 6556, 6625, 6819, 6891, 6857, 6731, 6495, 6672, 6600, 6853, 6605, 6571, 6527, 6799, 6630, 6769, 6689, 6602, 6863, 6862, 6951, 6860, 6745, 6534, 6743, 6524, 6858, 6594, 6680, 6602, 6676, 6865, 6581, 6881, 6667, 6848, 6768, 6693, 6584, 6594, 6497, 6639, 6511, 6823, 6509, 6751, 6492, 6704, 6784, 6637, 6671, 6604, 6476, 6518, 6626, 6709, 6606, 6816, 6667, 6683, 6512, 6770, 6922, 6874, 6571, 6824, 6624, 6819, 6598, 6681, 6546, 6697, 6773, 6536, 6862, 6528, 6764, 6765, 6941, 6754, 6803, 6526, 6728, 6550, 6810, 6617, 6646, 6641, 6690, 6587, 6681, 6525, 6703, 6515, 6731, 6437, 6634, 6636, 6832, 6476, 6532, 7225, 6726, 6638, 6744, 6757, 6587, 6739, 6502, 6771, 6654, 6575, 6630, 6826, 6886, 6635, 6594, 6581, 6524, 6704, 6462, 6616, 6913, 6601, 6720, 6743, 6555, 6889, 6611, 6972, 6576, 6592, 6713, 6493, 6978, 6524, 6781, 6467, 6607, 6712, 6564, 6532, 6685, 6728, 6718, 6839, 6550, 6549, 6532, 6875, 7016, 6774, 6547, 6816, 6444, 6642], 'WindowCenter': [4155.0, 4138.0, 4125.0, 4111.0, 4109.0, 4107.0, 4095.0, 4094.0, 4083.0, 4082.0, 4084.0, 4084.0, 4083.0, 4093.0, 4093.0, 4093.0, 4092.0, 4093.0, 4084.0, 4082.0, 4093.0, 4082.0, 4092.0, 4083.0, 4092.0, 4093.0, 4094.0, 4083.0, 4091.0, 4092.0, 4092.0, 4092.0, 4094.0, 4094.0, 4092.0, 4094.0, 4094.0, 4093.0, 4095.0, 4095.0, 4095.0, 4094.0, 4095.0, 4094.0, 4094.0, 4094.0, 4094.0, 4093.0, 4098.0, 4082.0, 4082.0, 4082.0, 4092.0, 4093.0, 4092.0, 4093.0, 4094.0, 4091.0, 4092.0, 4094.0, 4094.0, 4092.0, 4093.0, 4094.0, 4094.0, 4093.0, 4093.0, 4093.0, 4091.0, 4094.0, 4094.0, 4095.0, 4093.0, 4092.0, 4092.0, 4093.0, 4094.0, 4093.0, 4082.0, 4082.0, 4082.0, 4086.0, 4079.0, 4083.0, 4081.0, 4083.0, 4080.0, 4079.0, 4081.0, 4079.0, 4092.0, 4093.0, 4093.0, 4094.0, 4094.0, 4094.0, 4091.0, 4095.0, 4095.0, 4095.0, 4095.0, 4096.0, 4095.0, 4096.0, 4094.0, 4094.0, 4094.0, 4094.0, 4095.0, 4095.0, 4092.0, 4095.0, 4094.0, 4091.0, 4094.0, 4094.0, 4095.0, 4093.0, 4083.0, 4082.0, 4090.0, 4083.0, 4093.0, 4082.0, 4094.0, 4097.0, 4105.0, 4103.0, 4102.0, 4103.0, 4102.0, 4099.0, 4113.0, 4117.0, 4114.0, 4102.0, 4099.0, 4089.0, 4088.0, 4091.0, 4090.0, 4087.0, 4087.0, 4089.0, 4089.0, 4103.0, 4091.0, 4089.0, 4088.0, 4074.0, 4086.0, 4085.0, 4086.0, 4086.0, 4090.0, 4102.0, 4088.0, 4088.0, 4088.0, 4086.0, 4086.0, 4086.0, 4088.0, 4087.0, 4089.0, 4086.0, 4088.0, 4089.0, 4091.0, 4091.0, 4089.0, 4091.0, 4087.0, 4090.0, 4089.0, 4087.0, 4099.0, 4088.0, 4101.0, 4089.0, 4090.0, 4091.0, 4090.0, 4085.0, 4099.0, 4088.0, 4090.0, 4090.0, 4103.0, 4091.0, 4089.0, 4090.0, 4088.0, 4088.0, 4090.0, 4089.0, 4088.0, 4088.0, 4085.0, 4087.0, 4076.0, 4086.0, 4075.0, 4086.0, 4084.0, 4073.0, 4076.0, 4076.0, 4077.0, 4074.0, 4075.0, 4087.0, 4076.0, 4074.0, 4085.0, 4087.0, 4088.0, 4089.0, 4088.0, 4085.0, 4086.0, 4089.0, 4086.0, 4089.0, 4091.0, 4099.0, 4104.0, 4097.0, 4097.0, 4092.0, 4095.0, 4092.0, 4091.0, 4097.0, 4096.0, 4096.0, 4094.0, 4095.0, 4096.0, 4084.0, 4085.0, 4084.0, 4086.0, 4084.0, 4083.0, 4087.0, 4084.0, 4085.0, 4084.0, 4084.0, 4085.0, 4084.0, 4084.0, 4088.0, 4088.0, 4086.0, 4088.0, 4088.0, 4086.0, 4080.0, 4084.0, 4087.0, 4085.0, 4080.0, 4085.0, 4086.0, 4083.0, 4085.0, 4100.0, 4083.0, 4097.0, 4098.0, 4099.0, 4083.0, 4087.0, 4086.0, 4088.0, 4088.0, 4082.0, 4087.0, 4086.0, 4088.0, 4083.0, 4084.0, 4088.0, 4086.0, 4086.0, 4083.0, 4086.0, 4087.0, 4088.0, 4099.0, 4086.0, 4081.0, 4086.0, 4081.0, 4082.0, 4084.0, 4085.0, 4081.0, 4087.0, 4083.0, 4094.0, 4086.0, 4087.0, 4087.0, 4081.0, 4083.0, 4080.0, 4085.0, 4084.0, 4086.0, 4087.0, 4092.0, 4082.0, 4098.0, 4088.0, 4087.0, 4085.0, 4085.0, 4083.0, 4082.0, 4082.0, 4083.0, 4081.0, 4079.0, 4081.0, 4083.0, 4080.0, 4081.0, 4082.0, 4087.0, 4084.0, 4082.0, 4082.0, 4087.0, 4082.0, 4097.0, 4087.0, 4085.0, 4089.0, 4084.0, 4085.0, 4095.0, 4100.0, 4099.0, 4082.0, 4082.0, 4082.0, 4082.0, 4083.0, 4082.0, 4093.0, 4099.0, 4094.0, 4095.0, 4099.0, 4098.0, 4088.0, 4084.0, 4083.0, 4082.0, 4084.0, 4083.0, 4083.0, 4081.0, 4085.0, 4082.0, 4088.0, 4083.0, 4083.0, 4087.0, 4086.0, 4086.0, 4082.0, 4092.0, 4082.0, 4081.0, 4081.0, 4092.0, 4095.0, 4083.0, 4084.0, 4086.0, 4082.0, 4084.0, 4081.0, 4081.0, 4087.0, 4083.0, 4080.0, 4084.0, 4085.0, 4088.0, 4083.0, 4094.0, 4082.0, 4083.0, 4087.0, 4082.0, 4081.0, 4081.0, 4083.0, 4082.0, 4081.0, 4096.0, 4101.0, 4092.0, 4094.0, 4092.0, 4086.0, 4087.0, 4081.0, 4080.0, 4081.0, 4081.0, 4087.0, 4082.0, 4094.0, 4083.0, 4082.0, 4081.0, 4080.0, 4088.0, 4081.0, 4081.0, 4087.0, 4082.0, 4094.0, 4094.0, 4084.0, 4082.0, 4083.0, 4082.0, 4092.0, 4092.0, 4081.0, 4083.0, 4085.0, 4083.0, 4082.0, 4083.0, 4092.0, 4082.0, 4085.0, 4081.0, 4083.0, 4084.0, 4093.0, 4094.0, 4094.0, 4094.0, 4096.0, 4095.0, 4099.0, 4098.0, 4095.0, 4099.0, 4097.0, 4095.0, 4100.0, 4083.0, 4089.0, 4084.0, 4082.0, 4084.0, 4081.0, 4083.0, 4081.0, 4071.0, 4070.0, 4081.0, 4075.0, 4083.0, 4085.0, 4081.0, 4081.0, 4081.0, 4083.0, 4083.0, 4094.0, 4083.0, 4084.0, 4083.0, 4079.0, 4080.0, 4081.0, 4085.0, 4083.0, 4081.0, 4085.0, 4081.0, 4083.0, 4079.0, 4081.0, 4079.0, 4079.0, 4079.0, 4083.0, 4087.0, 4080.0, 4079.0, 4080.0, 4081.0, 4080.0, 4082.0, 4083.0, 4083.0, 4082.0, 4084.0, 4082.0, 4082.0, 4096.0, 4095.0, 4096.0, 4095.0, 4100.0, 4099.0, 4097.0, 4098.0, 4097.0, 4099.0, 4096.0, 4099.0, 4097.0, 4097.0, 4087.0, 4084.0, 4085.0, 4085.0, 4083.0, 4083.0, 4083.0, 4096.0, 4087.0, 4083.0, 4072.0, 4082.0, 4080.0, 4082.0, 4085.0, 4082.0, 4081.0, 4085.0, 4070.0, 4084.0, 4082.0, 4070.0, 4071.0, 4080.0, 4072.0, 4083.0, 4080.0, 4081.0, 4082.0, 4085.0, 4095.0, 4083.0, 4084.0, 4086.0, 4088.0, 4088.0, 4097.0, 4101.0, 4096.0, 4097.0, 4095.0, 4098.0, 4101.0, 4099.0, 4097.0, 4097.0, 4097.0, 4097.0, 4107.0, 4100.0, 4096.0, 4097.0, 4098.0, 4100.0, 4085.0, 4096.0, 4085.0, 4086.0, 4085.0, 4093.0, 4094.0, 4096.0, 4095.0, 4085.0, 4088.0, 4096.0, 4087.0, 4095.0, 4095.0, 4093.0, 4083.0, 4083.0, 4076.0, 4083.0, 4087.0, 4087.0, 4093.0, 4083.0, 4081.0, 4082.0, 4083.0, 4070.0, 4080.0, 4070.0, 4082.0, 4083.0, 4083.0, 4086.0, 4085.0, 4094.0, 4087.0, 4098.0, 4086.0, 4097.0, 4094.0, 4085.0, 4085.0, 4085.0, 4086.0, 4085.0, 4085.0, 4086.0, 4084.0, 4096.0, 4097.0, 4109.0, 4101.0, 4112.0, 4108.0, 4111.0, 4101.0, 4101.0, 4097.0, 4096.0, 4097.0, 4098.0, 4098.0, 4114.0, 4097.0, 4085.0, 4088.0, 4085.0, 4083.0, 4082.0, 4082.0, 4082.0, 4085.0, 4071.0, 4084.0, 4082.0, 4071.0, 4080.0, 4081.0, 4083.0, 4081.0, 4071.0, 4082.0, 4083.0, 4082.0, 4092.0, 4084.0, 4082.0, 4082.0, 4082.0, 4086.0, 4085.0, 4083.0, 4082.0, 4082.0, 4083.0, 4098.0, 4082.0, 4082.0, 4083.0, 4093.0, 4082.0, 4095.0, 4085.0, 4093.0, 4084.0, 4083.0, 4095.0, 4094.0, 4094.0, 4085.0, 4099.0, 4086.0, 4083.0, 4098.0, 4096.0, 4112.0, 4100.0, 4109.0, 4105.0, 4104.0, 4103.0, 4092.0, 4091.0, 4093.0, 4102.0, 4089.0, 4067.0, 4077.0, 4077.0, 4078.0, 4092.0, 4091.0, 4078.0, 4077.0, 4076.0, 4065.0, 4065.0, 4064.0, 4064.0, 4064.0, 4063.0, 4063.0, 4065.0, 4064.0, 4064.0, 4065.0, 4066.0, 4067.0, 4065.0, 4066.0, 4065.0, 4065.0, 4066.0, 4077.0, 4102.0, 4091.0, 4092.0, 4080.0, 4091.0, 4082.0, 4079.0, 4080.0, 4092.0, 4081.0, 4081.0, 4081.0, 4082.0, 4081.0, 4081.0, 4080.0, 4080.0, 4079.0, 4082.0, 4092.0, 4082.0, 4081.0, 4081.0, 4081.0, 4080.0, 4081.0, 4094.0, 4083.0, 4081.0, 4081.0, 4081.0, 4082.0, 4082.0, 4093.0, 4094.0, 4096.0, 4108.0, 4097.0, 4094.0, 4093.0, 4093.0, 4093.0, 4094.0, 4094.0, 4095.0, 4083.0, 4092.0, 4093.0, 4093.0, 4095.0, 4096.0, 4096.0, 4094.0, 4094.0, 4094.0, 4085.0, 4095.0, 4097.0, 4095.0, 4097.0, 4086.0, 4095.0, 4095.0, 4095.0, 4096.0, 4096.0, 4096.0, 4086.0, 4097.0, 4084.0, 4097.0, 4096.0, 4097.0, 4095.0, 4095.0, 4096.0, 4095.0, 4095.0, 4094.0, 4094.0, 4095.0, 4082.0, 4095.0, 4083.0, 4095.0, 4095.0, 4095.0, 4094.0, 4083.0, 4082.0, 4094.0, 4085.0, 4083.0, 4085.0, 4096.0, 4095.0, 4108.0, 4097.0, 4097.0, 4107.0, 4096.0, 4097.0, 4096.0, 4097.0, 4097.0, 4087.0, 4094.0, 4093.0, 4094.0, 4096.0, 4094.0, 4095.0, 4083.0, 4093.0, 4083.0, 4097.0, 4105.0, 4095.0, 4095.0, 4097.0, 4096.0, 4111.0, 4112.0, 4097.0, 4098.0, 4110.0, 4096.0, 4097.0, 4104.0, 4097.0, 4095.0, 4082.0, 4094.0, 4083.0, 4095.0, 4081.0, 4097.0, 4094.0, 4083.0, 4093.0, 4095.0, 4095.0, 4095.0, 4095.0, 4095.0, 4084.0, 4096.0, 4108.0, 4096.0, 4084.0, 4095.0, 4094.0, 4095.0, 4097.0, 4099.0, 4092.0, 4095.0, 4081.0, 4095.0, 4095.0, 4098.0, 4096.0, 4097.0, 4095.0, 4091.0, 4096.0, 4096.0, 4096.0, 4096.0, 4096.0, 4095.0, 4096.0, 4121.0, 4097.0, 4095.0, 4095.0, 4083.0, 4093.0, 4085.0, 4094.0, 4090.0, 4095.0, 4097.0, 4106.0, 4096.0, 4101.0, 4090.0, 4089.0, 4092.0, 4092.0, 4092.0, 4092.0, 4092.0, 4095.0, 4084.0, 4092.0, 4092.0, 4081.0, 4093.0, 4092.0, 4081.0, 4092.0, 4093.0, 4093.0, 4094.0, 4084.0, 4095.0, 4082.0, 4092.0, 4096.0, 4081.0, 4080.0, 4069.0, 4082.0, 4093.0, 4092.0, 4080.0, 4080.0, 4080.0, 4082.0, 4093.0, 4083.0, 4082.0, 4083.0, 4082.0, 4095.0, 4097.0, 4104.0, 4097.0, 4096.0, 4097.0, 4096.0, 4096.0, 4097.0, 4084.0, 4084.0, 4095.0, 4092.0, 4092.0, 4098.0, 4096.0, 4098.0, 4096.0, 4106.0, 4107.0, 4098.0, 4096.0, 4096.0, 4107.0, 4108.0, 4096.0, 4092.0, 4092.0, 4095.0, 4105.0, 4093.0, 4092.0, 4092.0, 4091.0, 4090.0, 4090.0, 4092.0, 4092.0, 4081.0, 4091.0, 4092.0, 4117.0, 4104.0, 4093.0, 4096.0, 4093.0, 4093.0, 4095.0, 4096.0, 4090.0, 4085.0, 4109.0, 4097.0, 4097.0, 4098.0, 4095.0, 4096.0, 4099.0, 4107.0, 4095.0, 4095.0, 4107.0, 4097.0, 4094.0, 4083.0, 4083.0, 4095.0, 4097.0, 4097.0, 4084.0, 4083.0, 4095.0, 4095.0, 4097.0, 4082.0, 4073.0, 4083.0, 4073.0, 4081.0, 4092.0, 4083.0, 4083.0, 4083.0, 4083.0, 4095.0, 4083.0, 4093.0, 4081.0, 4082.0, 4084.0, 4084.0, 4092.0, 4081.0, 4083.0, 4083.0, 4091.0, 4084.0, 4082.0, 4085.0, 4083.0, 4083.0, 4082.0, 4098.0, 4098.0, 4096.0, 4096.0, 4097.0, 4096.0, 4093.0, 4094.0, 4095.0, 4105.0, 4108.0], 'WindowWidth': [9262.0, 9225.0, 9198.0, 9170.0, 9161.0, 9156.0, 9136.0, 9131.0, 9114.0, 9112.0, 9116.0, 9115.0, 9112.0, 9126.0, 9127.0, 9127.0, 9124.0, 9126.0, 9115.0, 9111.0, 9126.0, 9111.0, 9125.0, 9112.0, 9125.0, 9127.0, 9130.0, 9112.0, 9122.0, 9126.0, 9124.0, 9123.0, 9129.0, 9130.0, 9124.0, 9130.0, 9129.0, 9128.0, 9133.0, 9135.0, 9132.0, 9131.0, 9133.0, 9131.0, 9130.0, 9131.0, 9128.0, 9127.0, 9136.0, 9111.0, 9110.0, 9110.0, 9123.0, 9126.0, 9125.0, 9127.0, 9128.0, 9124.0, 9124.0, 9131.0, 9128.0, 9124.0, 9127.0, 9130.0, 9128.0, 9127.0, 9129.0, 9128.0, 9124.0, 9130.0, 9130.0, 9132.0, 9128.0, 9125.0, 9125.0, 9127.0, 9129.0, 9126.0, 9111.0, 9109.0, 9109.0, 9118.0, 9102.0, 9111.0, 9106.0, 9110.0, 9104.0, 9104.0, 9107.0, 9103.0, 9124.0, 9127.0, 9127.0, 9129.0, 9129.0, 9129.0, 9124.0, 9133.0, 9134.0, 9134.0, 9133.0, 9135.0, 9135.0, 9134.0, 9129.0, 9130.0, 9129.0, 9129.0, 9134.0, 9132.0, 9125.0, 9133.0, 9129.0, 9123.0, 9130.0, 9130.0, 9130.0, 9126.0, 9112.0, 9108.0, 9118.0, 9113.0, 9128.0, 9111.0, 9130.0, 9135.0, 9154.0, 9150.0, 9147.0, 9147.0, 9150.0, 9143.0, 9166.0, 9179.0, 9171.0, 9148.0, 9140.0, 9125.0, 9121.0, 9129.0, 9128.0, 9118.0, 9119.0, 9122.0, 9123.0, 9150.0, 9131.0, 9124.0, 9119.0, 9096.0, 9114.0, 9114.0, 9115.0, 9117.0, 9125.0, 9147.0, 9121.0, 9121.0, 9120.0, 9115.0, 9114.0, 9116.0, 9121.0, 9117.0, 9120.0, 9116.0, 9120.0, 9124.0, 9129.0, 9128.0, 9124.0, 9128.0, 9119.0, 9127.0, 9126.0, 9121.0, 9139.0, 9122.0, 9143.0, 9125.0, 9125.0, 9128.0, 9126.0, 9116.0, 9138.0, 9122.0, 9126.0, 9127.0, 9150.0, 9129.0, 9124.0, 9126.0, 9124.0, 9123.0, 9125.0, 9123.0, 9120.0, 9119.0, 9112.0, 9117.0, 9101.0, 9113.0, 9098.0, 9113.0, 9111.0, 9095.0, 9098.0, 9100.0, 9102.0, 9097.0, 9099.0, 9116.0, 9101.0, 9096.0, 9113.0, 9117.0, 9118.0, 9121.0, 9121.0, 9115.0, 9115.0, 9122.0, 9118.0, 9124.0, 9127.0, 9140.0, 9148.0, 9139.0, 9136.0, 9128.0, 9132.0, 9126.0, 9123.0, 9136.0, 9133.0, 9134.0, 9129.0, 9132.0, 9132.0, 9115.0, 9117.0, 9113.0, 9118.0, 9112.0, 9111.0, 9120.0, 9115.0, 9116.0, 9112.0, 9114.0, 9115.0, 9112.0, 9113.0, 9122.0, 9121.0, 9114.0, 9120.0, 9120.0, 9116.0, 9105.0, 9112.0, 9117.0, 9114.0, 9104.0, 9115.0, 9119.0, 9112.0, 9117.0, 9139.0, 9112.0, 9133.0, 9138.0, 9140.0, 9112.0, 9121.0, 9118.0, 9122.0, 9123.0, 9111.0, 9121.0, 9117.0, 9121.0, 9112.0, 9114.0, 9123.0, 9118.0, 9116.0, 9110.0, 9115.0, 9118.0, 9120.0, 9142.0, 9117.0, 9106.0, 9115.0, 9107.0, 9107.0, 9111.0, 9112.0, 9106.0, 9120.0, 9112.0, 9126.0, 9115.0, 9118.0, 9118.0, 9107.0, 9109.0, 9104.0, 9115.0, 9115.0, 9118.0, 9120.0, 9122.0, 9110.0, 9136.0, 9122.0, 9119.0, 9114.0, 9113.0, 9109.0, 9106.0, 9106.0, 9107.0, 9102.0, 9099.0, 9104.0, 9110.0, 9102.0, 9106.0, 9107.0, 9117.0, 9115.0, 9109.0, 9109.0, 9118.0, 9110.0, 9132.0, 9122.0, 9116.0, 9123.0, 9114.0, 9115.0, 9130.0, 9140.0, 9138.0, 9110.0, 9108.0, 9109.0, 9109.0, 9113.0, 9110.0, 9126.0, 9139.0, 9127.0, 9132.0, 9142.0, 9138.0, 9122.0, 9114.0, 9111.0, 9109.0, 9116.0, 9110.0, 9112.0, 9106.0, 9114.0, 9109.0, 9123.0, 9111.0, 9110.0, 9118.0, 9116.0, 9115.0, 9110.0, 9122.0, 9107.0, 9106.0, 9107.0, 9123.0, 9130.0, 9110.0, 9112.0, 9116.0, 9107.0, 9110.0, 9107.0, 9104.0, 9116.0, 9106.0, 9100.0, 9110.0, 9112.0, 9121.0, 9109.0, 9129.0, 9110.0, 9109.0, 9121.0, 9110.0, 9106.0, 9106.0, 9109.0, 9108.0, 9105.0, 9133.0, 9146.0, 9126.0, 9127.0, 9124.0, 9117.0, 9120.0, 9106.0, 9104.0, 9105.0, 9106.0, 9120.0, 9110.0, 9125.0, 9109.0, 9107.0, 9105.0, 9103.0, 9119.0, 9106.0, 9106.0, 9119.0, 9111.0, 9128.0, 9128.0, 9113.0, 9108.0, 9110.0, 9110.0, 9122.0, 9122.0, 9106.0, 9109.0, 9115.0, 9111.0, 9108.0, 9110.0, 9124.0, 9109.0, 9115.0, 9105.0, 9111.0, 9113.0, 9127.0, 9129.0, 9129.0, 9131.0, 9137.0, 9134.0, 9141.0, 9139.0, 9132.0, 9142.0, 9137.0, 9133.0, 9141.0, 9113.0, 9124.0, 9112.0, 9109.0, 9113.0, 9107.0, 9111.0, 9104.0, 9092.0, 9090.0, 9106.0, 9100.0, 9111.0, 9114.0, 9104.0, 9106.0, 9105.0, 9109.0, 9109.0, 9127.0, 9111.0, 9115.0, 9111.0, 9102.0, 9103.0, 9106.0, 9113.0, 9109.0, 9104.0, 9113.0, 9106.0, 9111.0, 9101.0, 9103.0, 9100.0, 9100.0, 9100.0, 9109.0, 9118.0, 9102.0, 9100.0, 9106.0, 9107.0, 9105.0, 9110.0, 9113.0, 9112.0, 9111.0, 9113.0, 9109.0, 9110.0, 9137.0, 9131.0, 9133.0, 9130.0, 9143.0, 9141.0, 9139.0, 9141.0, 9138.0, 9142.0, 9135.0, 9140.0, 9135.0, 9136.0, 9121.0, 9113.0, 9115.0, 9113.0, 9109.0, 9109.0, 9109.0, 9132.0, 9119.0, 9108.0, 9095.0, 9107.0, 9101.0, 9106.0, 9114.0, 9107.0, 9105.0, 9112.0, 9089.0, 9111.0, 9106.0, 9088.0, 9091.0, 9102.0, 9094.0, 9111.0, 9102.0, 9106.0, 9108.0, 9114.0, 9132.0, 9112.0, 9113.0, 9119.0, 9122.0, 9124.0, 9137.0, 9145.0, 9134.0, 9139.0, 9133.0, 9142.0, 9147.0, 9142.0, 9138.0, 9137.0, 9137.0, 9137.0, 9151.0, 9142.0, 9134.0, 9135.0, 9137.0, 9141.0, 9117.0, 9132.0, 9116.0, 9118.0, 9115.0, 9125.0, 9130.0, 9134.0, 9131.0, 9116.0, 9124.0, 9134.0, 9122.0, 9130.0, 9129.0, 9126.0, 9111.0, 9111.0, 9104.0, 9110.0, 9119.0, 9119.0, 9123.0, 9109.0, 9107.0, 9108.0, 9109.0, 9088.0, 9100.0, 9087.0, 9105.0, 9110.0, 9110.0, 9117.0, 9115.0, 9127.0, 9120.0, 9137.0, 9119.0, 9135.0, 9127.0, 9116.0, 9116.0, 9117.0, 9118.0, 9115.0, 9115.0, 9118.0, 9115.0, 9135.0, 9136.0, 9159.0, 9146.0, 9166.0, 9156.0, 9163.0, 9149.0, 9147.0, 9138.0, 9136.0, 9138.0, 9141.0, 9139.0, 9171.0, 9139.0, 9118.0, 9125.0, 9116.0, 9109.0, 9109.0, 9107.0, 9106.0, 9113.0, 9091.0, 9114.0, 9107.0, 9090.0, 9102.0, 9105.0, 9109.0, 9105.0, 9093.0, 9111.0, 9112.0, 9109.0, 9122.0, 9113.0, 9109.0, 9107.0, 9110.0, 9118.0, 9115.0, 9110.0, 9109.0, 9109.0, 9112.0, 9137.0, 9109.0, 9108.0, 9111.0, 9126.0, 9109.0, 9130.0, 9120.0, 9126.0, 9113.0, 9114.0, 9131.0, 9130.0, 9130.0, 9117.0, 9138.0, 9119.0, 9113.0, 9138.0, 9136.0, 9163.0, 9146.0, 9159.0, 9150.0, 9150.0, 9147.0, 9130.0, 9127.0, 9130.0, 9140.0, 9117.0, 9085.0, 9099.0, 9097.0, 9099.0, 9125.0, 9119.0, 9098.0, 9096.0, 9093.0, 9076.0, 9076.0, 9071.0, 9071.0, 9071.0, 9068.0, 9067.0, 9073.0, 9071.0, 9072.0, 9076.0, 9078.0, 9079.0, 9074.0, 9077.0, 9076.0, 9075.0, 9079.0, 9094.0, 9140.0, 9126.0, 9124.0, 9106.0, 9121.0, 9109.0, 9102.0, 9104.0, 9124.0, 9108.0, 9106.0, 9106.0, 9109.0, 9107.0, 9108.0, 9105.0, 9104.0, 9103.0, 9108.0, 9123.0, 9110.0, 9108.0, 9105.0, 9105.0, 9104.0, 9106.0, 9128.0, 9113.0, 9108.0, 9109.0, 9108.0, 9110.0, 9110.0, 9127.0, 9131.0, 9135.0, 9156.0, 9138.0, 9131.0, 9128.0, 9126.0, 9126.0, 9129.0, 9130.0, 9132.0, 9112.0, 9125.0, 9126.0, 9127.0, 9135.0, 9137.0, 9136.0, 9129.0, 9130.0, 9129.0, 9119.0, 9133.0, 9137.0, 9131.0, 9137.0, 9122.0, 9132.0, 9132.0, 9134.0, 9137.0, 9135.0, 9135.0, 9120.0, 9135.0, 9117.0, 9139.0, 9137.0, 9137.0, 9132.0, 9131.0, 9134.0, 9131.0, 9133.0, 9130.0, 9127.0, 9129.0, 9110.0, 9130.0, 9113.0, 9133.0, 9132.0, 9128.0, 9127.0, 9111.0, 9110.0, 9129.0, 9117.0, 9114.0, 9117.0, 9133.0, 9133.0, 9154.0, 9139.0, 9138.0, 9150.0, 9136.0, 9138.0, 9135.0, 9139.0, 9137.0, 9122.0, 9127.0, 9126.0, 9128.0, 9132.0, 9133.0, 9129.0, 9113.0, 9127.0, 9115.0, 9140.0, 9148.0, 9133.0, 9135.0, 9139.0, 9137.0, 9164.0, 9166.0, 9140.0, 9142.0, 9159.0, 9136.0, 9137.0, 9145.0, 9134.0, 9130.0, 9112.0, 9128.0, 9112.0, 9130.0, 9108.0, 9135.0, 9128.0, 9110.0, 9125.0, 9131.0, 9134.0, 9131.0, 9130.0, 9131.0, 9116.0, 9136.0, 9156.0, 9135.0, 9115.0, 9130.0, 9130.0, 9132.0, 9137.0, 9142.0, 9125.0, 9132.0, 9110.0, 9132.0, 9132.0, 9142.0, 9135.0, 9135.0, 9132.0, 9124.0, 9137.0, 9136.0, 9135.0, 9136.0, 9135.0, 9133.0, 9137.0, 9179.0, 9139.0, 9134.0, 9132.0, 9113.0, 9127.0, 9118.0, 9129.0, 9122.0, 9137.0, 9140.0, 9152.0, 9138.0, 9139.0, 9122.0, 9118.0, 9127.0, 9128.0, 9126.0, 9125.0, 9124.0, 9133.0, 9116.0, 9125.0, 9124.0, 9107.0, 9126.0, 9124.0, 9107.0, 9124.0, 9125.0, 9126.0, 9131.0, 9117.0, 9131.0, 9110.0, 9124.0, 9132.0, 9106.0, 9101.0, 9085.0, 9108.0, 9125.0, 9122.0, 9103.0, 9102.0, 9103.0, 9108.0, 9125.0, 9111.0, 9109.0, 9112.0, 9111.0, 9132.0, 9139.0, 9146.0, 9139.0, 9136.0, 9138.0, 9134.0, 9134.0, 9135.0, 9117.0, 9116.0, 9134.0, 9126.0, 9125.0, 9138.0, 9133.0, 9140.0, 9138.0, 9150.0, 9150.0, 9140.0, 9136.0, 9136.0, 9152.0, 9154.0, 9136.0, 9127.0, 9127.0, 9135.0, 9150.0, 9132.0, 9128.0, 9128.0, 9124.0, 9121.0, 9122.0, 9126.0, 9125.0, 9108.0, 9124.0, 9124.0, 9171.0, 9147.0, 9130.0, 9136.0, 9126.0, 9126.0, 9131.0, 9136.0, 9121.0, 9116.0, 9157.0, 9138.0, 9136.0, 9138.0, 9132.0, 9134.0, 9143.0, 9151.0, 9132.0, 9130.0, 9154.0, 9136.0, 9128.0, 9113.0, 9112.0, 9130.0, 9138.0, 9135.0, 9114.0, 9111.0, 9131.0, 9130.0, 9136.0, 9109.0, 9096.0, 9108.0, 9095.0, 9105.0, 9121.0, 9110.0, 9112.0, 9111.0, 9113.0, 9128.0, 9112.0, 9124.0, 9105.0, 9108.0, 9114.0, 9114.0, 9124.0, 9107.0, 9110.0, 9114.0, 9122.0, 9116.0, 9109.0, 9115.0, 9111.0, 9111.0, 9111.0, 9140.0, 9141.0, 9139.0, 9138.0, 9138.0, 9133.0, 9127.0, 9132.0, 9134.0, 9152.0, 9156.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.0007107490636704119</td></tr>
<tr><td colspan=3>aqi</td><td>0.026830076029962544</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.027257100496705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1215159113214612</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9830543626897836</td></tr>
<tr><td colspan=3>efc</td><td>0.4564</td></tr>
<tr><td colspan=3>fber</td><td>6609.6851</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09455069247176087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.337078651685394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.489050656847852</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4778908500133876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7414537528204677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.247807367709701</td></tr>
<tr><td colspan=3>gcor</td><td>0.00519453</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016626950353384018</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03194519877433777</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1068</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.9901057528559596</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>25.1743</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6121</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.2374</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306965.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.8464</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3257</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.5022</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3383.8875</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.1931</td></tr>
<tr><td colspan=3>tsnr</td><td>36.1103801545687</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>