<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-01/func/sub-0086_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>dd583a3058bd57f05ba799eca5a798a8</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>09:54:8.417500</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.999919, -0.0104312, -0.00731716, 0.0108206, 0.998408, 0.0553624]</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.0913158</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>[4152, -7746, -7304, 651, -79, -131, 72, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ec9fc71-39d9-44b4-a575-ba7c6bec26ad||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.682708978652954, 0.02903081849217415, -0.018165625631809235, 111.24127960205078], [0.027986183762550354, 2.678654909133911, 0.14968007802963257, -103.5846939086914], [-0.0196313988417387, -0.14853322505950928, 2.695786714553833, -77.10964965820312], [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': ['095408.417500', '095408.877500', '095409.337500', '095409.797500', '095410.257500', '095410.717500', '095411.177500', '095411.637500', '095412.097500', '095412.557500', '095413.017500', '095413.477500', '095413.937500', '095414.397500', '095414.857500', '095415.317500', '095415.777500', '095416.237500', '095416.697500', '095417.157500', '095417.617500', '095418.077500', '095418.537500', '095418.997500', '095419.457500', '095419.917500', '095420.377500', '095420.837500', '095421.297500', '095421.757500', '095422.217500', '095422.677500', '095423.137500', '095423.597500', '095424.057500', '095424.517500', '095424.977500', '095425.437500', '095425.897500', '095426.357500', '095426.817500', '095427.277500', '095427.737500', '095428.197500', '095428.657500', '095429.117500', '095429.577500', '095430.037500', '095430.497500', '095430.957500', '095431.417500', '095431.877500', '095432.337500', '095432.797500', '095433.257500', '095433.717500', '095434.177500', '095434.637500', '095435.097500', '095435.557500', '095436.017500', '095436.477500', '095436.937500', '095437.397500', '095437.857500', '095438.317500', '095438.777500', '095439.237500', '095439.697500', '095440.157500', '095440.617500', '095441.077500', '095441.537500', '095441.997500', '095442.457500', '095442.917500', '095443.377500', '095443.837500', '095444.297500', '095444.757500', '095445.217500', '095445.677500', '095446.137500', '095446.597500', '095447.057500', '095447.517500', '095447.977500', '095448.437500', '095448.897500', '095449.357500', '095449.817500', '095450.277500', '095450.737500', '095451.197500', '095451.657500', '095452.117500', '095452.577500', '095453.037500', '095453.497500', '095453.957500', '095454.417500', '095454.877500', '095455.337500', '095455.797500', '095456.257500', '095456.717500', '095457.177500', '095457.637500', '095458.097500', '095458.557500', '095459.017500', '095459.477500', '095459.937500', '095500.397500', '095500.857500', '095501.317500', '095501.777500', '095502.237500', '095502.697500', '095503.157500', '095503.617500', '095504.077500', '095504.537500', '095504.997500', '095505.457500', '095505.917500', '095506.377500', '095506.837500', '095507.297500', '095507.757500', '095508.217500', '095508.677500', '095509.137500', '095509.597500', '095510.057500', '095510.517500', '095510.977500', '095511.437500', '095511.897500', '095512.357500', '095512.817500', '095513.277500', '095513.737500', '095514.197500', '095514.657500', '095515.117500', '095515.577500', '095516.037500', '095516.497500', '095516.957500', '095517.417500', '095517.877500', '095518.337500', '095518.797500', '095519.257500', '095519.717500', '095520.177500', '095520.637500', '095521.097500', '095521.557500', '095522.017500', '095522.477500', '095522.937500', '095523.397500', '095523.857500', '095524.317500', '095524.777500', '095525.237500', '095525.697500', '095526.157500', '095526.617500', '095527.077500', '095527.537500', '095527.997500', '095528.457500', '095528.917500', '095529.377500', '095529.837500', '095530.297500', '095530.757500', '095531.217500', '095531.677500', '095532.137500', '095532.597500', '095533.057500', '095533.517500', '095533.977500', '095534.437500', '095534.897500', '095535.357500', '095535.817500', '095536.277500', '095536.737500', '095537.197500', '095537.657500', '095538.117500', '095538.577500', '095539.037500', '095539.497500', '095539.957500', '095540.417500', '095540.877500', '095541.337500', '095541.797500', '095542.257500', '095542.717500', '095543.177500', '095543.637500', '095544.097500', '095544.557500', '095545.017500', '095545.477500', '095545.937500', '095546.397500', '095546.857500', '095547.317500', '095547.777500', '095548.237500', '095548.697500', '095549.157500', '095549.617500', '095550.077500', '095550.537500', '095550.997500', '095551.457500', '095551.917500', '095552.377500', '095552.837500', '095553.297500', '095553.757500', '095554.217500', '095554.677500', '095555.137500', '095555.597500', '095556.057500', '095556.517500', '095556.977500', '095557.437500', '095557.897500', '095558.357500', '095558.817500', '095559.277500', '095559.737500', '095600.197500', '095600.657500', '095601.117500', '095601.577500', '095602.037500', '095602.497500', '095602.957500', '095603.417500', '095603.877500', '095604.337500', '095604.797500', '095605.257500', '095605.717500', '095606.177500', '095606.637500', '095607.097500', '095607.557500', '095608.017500', '095608.477500', '095608.937500', '095609.397500', '095609.857500', '095610.317500', '095610.777500', '095611.237500', '095611.697500', '095612.157500', '095612.617500', '095613.077500', '095613.537500', '095613.997500', '095614.457500', '095614.917500', '095615.377500', '095615.837500', '095616.297500', '095616.757500', '095617.217500', '095617.677500', '095618.137500', '095618.597500', '095619.057500', '095619.517500', '095619.977500', '095620.437500', '095620.897500', '095621.357500', '095621.817500', '095622.277500', '095622.737500', '095623.197500', '095623.657500', '095624.117500', '095624.577500', '095625.037500', '095625.497500', '095625.957500', '095626.417500', '095626.877500', '095627.337500', '095627.797500', '095628.257500', '095628.717500', '095629.177500', '095629.637500', '095630.097500', '095630.557500', '095631.017500', '095631.477500', '095631.937500', '095632.397500', '095632.857500', '095633.317500', '095633.777500', '095634.237500', '095634.697500', '095635.157500', '095635.617500', '095636.077500', '095636.537500', '095636.997500', '095637.457500', '095637.917500', '095638.377500', '095638.837500', '095639.297500', '095639.757500', '095640.217500', '095640.677500', '095641.137500', '095641.597500', '095642.057500', '095642.517500', '095642.977500', '095643.437500', '095643.897500', '095644.357500', '095644.817500', '095645.277500', '095645.737500', '095646.197500', '095646.657500', '095647.117500', '095647.577500', '095648.037500', '095648.497500', '095648.957500', '095649.417500', '095649.877500', '095650.337500', '095650.797500', '095651.257500', '095651.717500', '095652.177500', '095652.637500', '095653.097500', '095653.557500', '095654.017500', '095654.477500', '095654.937500', '095655.397500', '095655.857500', '095656.317500', '095656.777500', '095657.237500', '095657.697500', '095658.157500', '095658.617500', '095659.077500', '095659.537500', '095659.997500', '095700.457500', '095700.917500', '095701.377500', '095701.837500', '095702.297500', '095702.757500', '095703.217500', '095703.677500', '095704.137500', '095704.597500', '095705.057500', '095705.517500', '095705.977500', '095706.437500', '095706.897500', '095707.357500', '095707.817500', '095708.277500', '095708.737500', '095709.197500', '095709.657500', '095710.117500', '095710.577500', '095711.037500', '095711.497500', '095711.957500', '095712.417500', '095712.877500', '095713.337500', '095713.797500', '095714.257500', '095714.717500', '095715.177500', '095715.637500', '095716.097500', '095716.557500', '095717.017500', '095717.477500', '095717.937500', '095718.397500', '095718.857500', '095719.317500', '095719.777500', '095720.237500', '095720.697500', '095721.157500', '095721.617500', '095722.077500', '095722.537500', '095722.997500', '095723.457500', '095723.917500', '095724.377500', '095724.837500', '095725.297500', '095725.757500', '095726.217500', '095726.677500', '095727.137500', '095727.597500', '095728.057500', '095728.517500', '095728.977500', '095729.437500', '095729.897500', '095730.357500', '095730.817500', '095731.277500', '095731.737500', '095732.197500', '095732.657500', '095733.117500', '095733.577500', '095734.037500', '095734.497500', '095734.957500', '095735.417500', '095735.877500', '095736.337500', '095736.797500', '095737.257500', '095737.717500', '095738.177500', '095738.637500', '095739.097500', '095739.557500', '095740.017500', '095740.477500', '095740.937500', '095741.397500', '095741.857500', '095742.317500', '095742.777500', '095743.237500', '095743.697500', '095744.157500', '095744.617500', '095745.077500', '095745.537500', '095745.997500', '095746.457500', '095746.917500', '095747.377500', '095747.837500', '095748.297500', '095748.757500', '095749.217500', '095749.677500', '095750.137500', '095750.597500', '095751.057500', '095751.517500', '095751.977500', '095752.437500', '095752.897500', '095753.357500', '095753.817500', '095754.277500', '095754.737500', '095755.197500', '095755.657500', '095756.117500', '095756.577500', '095757.037500', '095757.497500', '095757.957500', '095758.417500', '095758.877500', '095759.337500', '095759.797500', '095800.257500', '095800.717500', '095801.177500', '095801.637500', '095802.097500', '095802.557500', '095803.017500', '095803.477500', '095803.937500', '095804.397500', '095804.857500', '095805.317500', '095805.777500', '095806.237500', '095806.697500', '095807.157500', '095807.617500', '095808.077500', '095808.537500', '095808.997500', '095809.457500', '095809.917500', '095810.377500', '095810.837500', '095811.297500', '095811.757500', '095812.217500', '095812.677500', '095813.137500', '095813.597500', '095814.057500', '095814.517500', '095814.977500', '095815.437500', '095815.897500', '095816.357500', '095816.817500', '095817.277500', '095817.737500', '095818.197500', '095818.657500', '095819.117500', '095819.577500', '095820.037500', '095820.497500', '095820.957500', '095821.417500', '095821.877500', '095822.337500', '095822.797500', '095823.257500', '095823.717500', '095824.177500', '095824.637500', '095825.097500', '095825.557500', '095826.017500', '095826.477500', '095826.937500', '095827.397500', '095827.857500', '095828.317500', '095828.777500', '095829.237500', '095829.697500', '095830.157500', '095830.617500', '095831.077500', '095831.537500', '095831.997500', '095832.457500', '095832.917500', '095833.377500', '095833.837500', '095834.297500', '095834.757500', '095835.217500', '095835.677500', '095836.137500', '095836.597500', '095837.057500', '095837.517500', '095837.977500', '095838.437500', '095838.897500', '095839.357500', '095839.817500', '095840.277500', '095840.737500', '095841.197500', '095841.657500', '095842.117500', '095842.577500', '095843.037500', '095843.497500', '095843.957500', '095844.417500', '095844.877500', '095845.337500', '095845.797500', '095846.257500', '095846.717500', '095847.177500', '095847.637500', '095848.097500', '095848.557500', '095849.017500', '095849.477500', '095849.937500', '095850.397500', '095850.857500', '095851.317500', '095851.777500', '095852.237500', '095852.697500', '095853.157500', '095853.617500', '095854.077500', '095854.537500', '095854.997500', '095855.457500', '095855.917500', '095856.377500', '095856.837500', '095857.297500', '095857.757500', '095858.217500', '095858.677500', '095859.137500', '095859.597500', '095900.057500', '095900.517500', '095900.977500', '095901.437500', '095901.897500', '095902.357500', '095902.817500', '095903.277500', '095903.737500', '095904.197500', '095904.657500', '095905.117500', '095905.577500', '095906.037500', '095906.497500', '095906.957500', '095907.417500', '095907.877500', '095908.337500', '095908.797500', '095909.257500', '095909.717500', '095910.177500', '095910.637500', '095911.097500', '095911.557500', '095912.017500', '095912.477500', '095912.937500', '095913.397500', '095913.857500', '095914.317500', '095914.777500', '095915.237500', '095915.697500', '095916.157500', '095916.617500', '095917.077500', '095917.537500', '095917.997500', '095918.457500', '095918.917500', '095919.377500', '095919.837500', '095920.297500', '095920.757500', '095921.217500', '095921.677500', '095922.137500', '095922.597500', '095923.057500', '095923.517500', '095923.977500', '095924.437500', '095924.897500', '095925.357500', '095925.817500', '095926.277500', '095926.737500', '095927.197500', '095927.657500', '095928.117500', '095928.577500', '095929.037500', '095929.497500', '095929.957500', '095930.417500', '095930.877500', '095931.337500', '095931.797500', '095932.257500', '095932.717500', '095933.177500', '095933.637500', '095934.097500', '095934.557500', '095935.017500', '095935.477500', '095935.937500', '095936.397500', '095936.857500', '095937.317500', '095937.777500', '095938.237500', '095938.697500', '095939.157500', '095939.617500', '095940.077500', '095940.537500', '095940.997500', '095941.457500', '095941.917500', '095942.377500', '095942.837500', '095943.297500', '095943.757500', '095944.217500', '095944.677500', '095945.137500', '095945.597500', '095946.057500', '095946.517500', '095946.977500', '095947.437500', '095947.897500', '095948.357500', '095948.817500', '095949.277500', '095949.737500', '095950.197500', '095950.657500', '095951.117500', '095951.577500', '095952.037500', '095952.497500', '095952.957500', '095953.417500', '095953.877500', '095954.337500', '095954.797500', '095955.257500', '095955.717500', '095956.177500', '095956.637500', '095957.097500', '095957.557500', '095958.017500', '095958.477500', '095958.937500', '095959.397500', '095959.857500', '100000.317500', '100000.777500', '100001.237500', '100001.697500', '100002.157500', '100002.617500', '100003.077500', '100003.537500', '100003.997500', '100004.457500', '100004.917500', '100005.377500', '100005.837500', '100006.297500', '100006.757500', '100007.217500', '100007.677500', '100008.137500', '100008.597500', '100009.057500', '100009.517500', '100009.977500', '100010.437500', '100010.897500', '100011.357500', '100011.817500', '100012.277500', '100012.737500', '100013.197500', '100013.657500', '100014.117500', '100014.577500', '100015.037500', '100015.497500', '100015.957500', '100016.417500', '100016.877500', '100017.337500', '100017.797500', '100018.257500', '100018.717500', '100019.177500', '100019.637500', '100020.097500', '100020.557500', '100021.017500', '100021.477500', '100021.937500', '100022.397500', '100022.857500', '100023.317500', '100023.777500', '100024.237500', '100024.697500', '100025.157500', '100025.617500', '100026.077500', '100026.537500', '100026.997500', '100027.457500', '100027.917500', '100028.377500', '100028.837500', '100029.297500', '100029.757500', '100030.217500', '100030.677500', '100031.137500', '100031.597500', '100032.057500', '100032.517500', '100032.977500', '100033.437500', '100033.897500', '100034.357500', '100034.817500', '100035.277500', '100035.737500', '100036.197500', '100036.657500', '100037.117500', '100037.577500', '100038.037500', '100038.497500', '100038.957500', '100039.417500', '100039.877500', '100040.337500', '100040.797500', '100041.257500', '100041.717500', '100042.177500', '100042.637500', '100043.097500', '100043.557500', '100044.017500', '100044.477500', '100044.937500', '100045.397500', '100045.857500', '100046.317500', '100046.777500', '100047.237500', '100047.697500', '100048.157500', '100048.617500', '100049.077500', '100049.537500', '100049.997500', '100050.457500', '100050.917500', '100051.377500', '100051.837500', '100052.297500', '100052.757500', '100053.217500', '100053.677500', '100054.137500', '100054.597500', '100055.057500', '100055.517500', '100055.977500', '100056.437500', '100056.897500', '100057.357500', '100057.817500', '100058.277500', '100058.737500', '100059.197500', '100059.657500', '100100.117500', '100100.577500', '100101.037500', '100101.497500', '100101.957500', '100102.417500', '100102.877500', '100103.337500', '100103.797500', '100104.257500', '100104.717500', '100105.177500', '100105.637500', '100106.097500', '100106.557500', '100107.017500', '100107.477500', '100107.937500', '100108.397500', '100108.857500', '100109.317500', '100109.777500', '100110.237500', '100110.697500', '100111.157500', '100111.617500', '100112.077500', '100112.537500', '100112.997500', '100113.457500', '100113.917500', '100114.377500', '100114.837500', '100115.297500', '100115.757500', '100116.217500', '100116.677500', '100117.137500', '100117.597500', '100118.057500', '100118.517500', '100118.977500', '100119.437500', '100119.897500', '100120.357500', '100120.817500', '100121.277500', '100121.737500', '100122.197500', '100122.657500', '100123.117500', '100123.577500', '100124.037500', '100124.497500', '100124.957500', '100125.417500', '100125.877500', '100126.337500', '100126.797500', '100127.257500', '100127.717500', '100128.177500', '100128.637500', '100129.097500', '100129.557500', '100130.017500', '100130.477500', '100130.937500', '100131.397500', '100131.857500', '100132.317500', '100132.777500', '100133.237500', '100133.697500', '100134.157500', '100134.617500', '100135.077500', '100135.537500', '100135.997500', '100136.457500', '100136.917500', '100137.377500', '100137.837500', '100138.297500', '100138.757500', '100139.217500', '100139.677500', '100140.137500', '100140.597500', '100141.057500', '100141.517500', '100141.977500', '100142.437500', '100142.897500', '100143.357500', '100143.817500', '100144.277500', '100144.737500', '100145.197500', '100145.657500', '100146.117500', '100146.577500', '100147.037500', '100147.497500', '100147.957500', '100148.417500', '100148.877500', '100149.337500', '100149.797500', '100150.257500', '100150.717500', '100151.177500', '100151.637500', '100152.097500', '100152.557500', '100153.017500', '100153.477500', '100153.937500', '100154.397500', '100154.857500', '100155.317500', '100155.777500', '100156.237500', '100156.697500', '100157.157500', '100157.617500', '100158.077500', '100158.537500', '100158.997500', '100159.457500', '100159.917500', '100200.377500', '100200.837500', '100201.297500', '100201.757500', '100202.217500', '100202.677500', '100203.137500', '100203.597500', '100204.057500', '100204.517500', '100204.977500', '100205.437500', '100205.897500', '100206.357500', '100206.817500', '100207.277500', '100207.737500', '100208.197500', '100208.657500', '100209.117500', '100209.577500', '100210.037500', '100210.497500', '100210.957500', '100211.417500', '100211.877500', '100212.337500', '100212.797500', '100213.257500', '100213.717500', '100214.177500', '100214.637500', '100215.097500', '100215.557500', '100216.017500', '100216.477500', '100216.937500', '100217.397500', '100217.857500', '100218.317500', '100218.777500', '100219.237500', '100219.697500', '100220.157500', '100220.617500', '100221.077500', '100221.537500'], 'ContentTime': ['095427.651000', '095427.654000', '095427.657000', '095427.668000', '095427.670000', '095427.673000', '095427.675000', '095427.678000', '095427.681000', '095427.684000', '095427.686000', '095427.689000', '095427.691000', '095427.694000', '095427.697000', '095427.699000', '095427.702000', '095427.704000', '095427.707000', '095427.710000', '095427.712000', '095427.715000', '095427.717000', '095427.720000', '095427.727000', '095427.730000', '095427.732000', '095427.745000', '095427.748000', '095427.750000', '095427.753000', '095427.756000', '095427.758000', '095427.761000', '095427.763000', '095427.766000', '095427.768000', '095427.771000', '095427.774000', '095447.609000', '095447.612000', '095447.615000', '095447.618000', '095447.620000', '095447.623000', '095447.625000', '095447.628000', '095447.631000', '095447.633000', '095447.636000', '095447.638000', '095447.641000', '095447.643000', '095447.646000', '095447.649000', '095447.651000', '095447.654000', '095447.657000', '095447.659000', '095447.662000', '095447.664000', '095447.667000', '095447.670000', '095447.672000', '095447.675000', '095447.677000', '095447.680000', '095447.683000', '095447.685000', '095447.688000', '095447.690000', '095447.693000', '095447.696000', '095447.698000', '095447.701000', '095447.703000', '095447.706000', '095447.709000', '095447.711000', '095447.714000', '095447.716000', '095447.719000', '095447.721000', '095507.609000', '095507.612000', '095507.615000', '095507.624000', '095507.627000', '095507.630000', '095507.632000', '095507.635000', '095507.637000', '095507.644000', '095507.647000', '095507.649000', '095507.652000', '095507.655000', '095507.657000', '095507.660000', '095507.662000', '095507.665000', '095507.668000', '095507.670000', '095507.673000', '095507.676000', '095507.678000', '095507.681000', '095507.683000', '095507.686000', '095507.688000', '095507.691000', '095507.694000', '095507.696000', '095507.699000', '095507.701000', '095507.704000', '095507.707000', '095507.709000', '095507.712000', '095507.715000', '095507.717000', '095507.720000', '095507.722000', '095507.725000', '095507.727000', '095507.730000', '095527.611000', '095527.613000', '095527.616000', '095527.619000', '095527.621000', '095527.624000', '095527.626000', '095527.630000', '095527.633000', '095527.635000', '095527.638000', '095527.640000', '095527.643000', '095527.646000', '095527.648000', '095527.651000', '095527.654000', '095527.656000', '095527.659000', '095527.662000', '095527.664000', '095527.667000', '095527.669000', '095527.672000', '095527.675000', '095527.677000', '095527.680000', '095527.682000', '095527.685000', '095527.688000', '095527.691000', '095527.693000', '095527.696000', '095527.698000', '095527.701000', '095527.703000', '095527.706000', '095527.709000', '095527.711000', '095527.714000', '095527.716000', '095527.719000', '095527.722000', '095527.724000', '095547.611000', '095547.613000', '095547.616000', '095547.619000', '095547.621000', '095547.624000', '095547.627000', '095547.629000', '095547.632000', '095547.634000', '095547.637000', '095547.639000', '095547.642000', '095547.645000', '095547.647000', '095547.650000', '095547.653000', '095547.655000', '095547.658000', '095547.660000', '095547.663000', '095547.666000', '095547.668000', '095547.671000', '095547.673000', '095547.676000', '095547.679000', '095547.681000', '095547.684000', '095547.686000', '095547.689000', '095547.692000', '095547.694000', '095547.697000', '095547.700000', '095547.702000', '095547.705000', '095547.707000', '095547.710000', '095547.712000', '095547.715000', '095547.718000', '095547.720000', '095607.611000', '095607.614000', '095607.616000', '095607.619000', '095607.621000', '095607.624000', '095607.627000', '095607.629000', '095607.632000', '095607.635000', '095607.637000', '095607.640000', '095607.643000', '095607.645000', '095607.648000', '095607.651000', '095607.653000', '095607.656000', '095607.658000', '095607.661000', '095607.664000', '095607.666000', '095607.669000', '095607.672000', '095607.674000', '095607.677000', '095607.679000', '095607.691000', '095607.694000', '095607.697000', '095607.699000', '095607.702000', '095607.704000', '095607.707000', '095607.710000', '095607.712000', '095607.715000', '095607.718000', '095607.720000', '095607.723000', '095607.725000', '095607.730000', '095607.732000', '095627.609000', '095627.612000', '095627.615000', '095627.618000', '095627.620000', '095627.623000', '095627.626000', '095627.628000', '095627.631000', '095627.634000', '095627.636000', '095627.639000', '095627.641000', '095627.644000', '095627.647000', '095627.650000', '095627.652000', '095627.655000', '095627.657000', '095627.660000', '095627.663000', '095627.665000', '095627.668000', '095627.670000', '095627.673000', '095627.676000', '095627.678000', '095627.681000', '095627.684000', '095627.686000', '095627.689000', '095627.692000', '095627.694000', '095627.697000', '095627.699000', '095627.702000', '095627.705000', '095627.707000', '095627.710000', '095627.712000', '095627.715000', '095627.718000', '095627.720000', '095627.723000', '095647.610000', '095647.613000', '095647.615000', '095647.618000', '095647.621000', '095647.623000', '095647.626000', '095647.629000', '095647.632000', '095647.635000', '095647.638000', '095647.641000', '095647.643000', '095647.646000', '095647.648000', '095647.651000', '095647.654000', '095647.656000', '095647.659000', '095647.662000', '095647.664000', '095647.667000', '095647.671000', '095647.673000', '095647.676000', '095647.679000', '095647.681000', '095647.684000', '095647.687000', '095647.689000', '095647.692000', '095647.695000', '095647.697000', '095647.700000', '095647.702000', '095647.705000', '095647.707000', '095647.710000', '095647.713000', '095647.715000', '095647.718000', '095647.721000', '095647.723000', '095707.609000', '095707.612000', '095707.615000', '095707.618000', '095707.620000', '095707.623000', '095707.625000', '095707.628000', '095707.631000', '095707.634000', '095707.636000', '095707.639000', '095707.642000', '095707.644000', '095707.647000', '095707.649000', '095707.652000', '095707.655000', '095707.657000', '095707.660000', '095707.663000', '095707.665000', '095707.668000', '095707.671000', '095707.674000', '095707.676000', '095707.679000', '095707.682000', '095707.684000', '095707.687000', '095707.690000', '095707.692000', '095707.695000', '095707.698000', '095707.700000', '095707.703000', '095707.705000', '095707.708000', '095707.711000', '095707.713000', '095707.716000', '095707.718000', '095707.721000', '095707.724000', '095727.610000', '095727.613000', '095727.615000', '095727.618000', '095727.620000', '095727.623000', '095727.626000', '095727.628000', '095727.631000', '095727.634000', '095727.636000', '095727.639000', '095727.642000', '095727.644000', '095727.648000', '095727.655000', '095727.657000', '095727.660000', '095727.663000', '095727.665000', '095727.668000', '095727.671000', '095727.673000', '095727.676000', '095727.679000', '095727.681000', '095727.684000', '095727.686000', '095727.689000', '095727.692000', '095727.694000', '095727.697000', '095727.700000', '095727.702000', '095727.705000', '095727.707000', '095727.710000', '095727.713000', '095727.715000', '095727.718000', '095727.720000', '095727.723000', '095727.726000', '095747.611000', '095747.614000', '095747.616000', '095747.619000', '095747.621000', '095747.624000', '095747.627000', '095747.629000', '095747.632000', '095747.644000', '095747.646000', '095747.649000', '095747.652000', '095747.654000', '095747.657000', '095747.659000', '095747.662000', '095747.665000', '095747.667000', '095747.670000', '095747.673000', '095747.675000', '095747.678000', '095747.681000', '095747.683000', '095747.686000', '095747.689000', '095747.691000', '095747.694000', '095747.697000', '095747.699000', '095747.702000', '095747.704000', '095747.707000', '095747.710000', '095747.712000', '095747.715000', '095747.718000', '095747.720000', '095747.723000', '095747.726000', '095747.728000', '095747.731000', '095747.733000', '095807.611000', '095807.613000', '095807.616000', '095807.619000', '095807.621000', '095807.624000', '095807.627000', '095807.629000', '095807.632000', '095807.635000', '095807.637000', '095807.640000', '095807.642000', '095807.645000', '095807.648000', '095807.650000', '095807.653000', '095807.655000', '095807.658000', '095807.661000', '095807.663000', '095807.666000', '095807.669000', '095807.671000', '095807.674000', '095807.676000', '095807.679000', '095807.682000', '095807.684000', '095807.687000', '095807.690000', '095807.693000', '095807.695000', '095807.698000', '095807.701000', '095807.703000', '095807.706000', '095807.709000', '095807.712000', '095807.715000', '095807.717000', '095807.725000', '095807.727000', '095827.611000', '095827.613000', '095827.616000', '095827.619000', '095827.621000', '095827.624000', '095827.626000', '095827.629000', '095827.632000', '095827.634000', '095827.637000', '095827.640000', '095827.642000', '095827.645000', '095827.647000', '095827.650000', '095827.653000', '095827.655000', '095827.658000', '095827.660000', '095827.663000', '095827.666000', '095827.668000', '095827.671000', '095827.674000', '095827.676000', '095827.679000', '095827.681000', '095827.684000', '095827.687000', '095827.689000', '095827.692000', '095827.694000', '095827.697000', '095827.700000', '095827.702000', '095827.705000', '095827.708000', '095827.710000', '095827.713000', '095827.715000', '095827.718000', '095827.721000', '095827.723000', '095847.609000', '095847.612000', '095847.615000', '095847.618000', '095847.620000', '095847.623000', '095847.626000', '095847.628000', '095847.631000', '095847.633000', '095847.636000', '095847.639000', '095847.643000', '095847.646000', '095847.648000', '095847.651000', '095847.654000', '095847.656000', '095847.659000', '095847.662000', '095847.664000', '095847.667000', '095847.670000', '095847.672000', '095847.675000', '095847.677000', '095847.680000', '095847.683000', '095847.685000', '095847.688000', '095847.690000', '095847.693000', '095847.696000', '095847.698000', '095847.701000', '095847.704000', '095847.706000', '095847.709000', '095847.711000', '095847.714000', '095847.717000', '095847.719000', '095847.722000', '095907.610000', '095907.612000', '095907.615000', '095907.618000', '095907.620000', '095907.623000', '095907.625000', '095907.628000', '095907.631000', '095907.633000', '095907.636000', '095907.638000', '095907.641000', '095907.644000', '095907.646000', '095907.649000', '095907.651000', '095907.654000', '095907.657000', '095907.659000', '095907.662000', '095907.665000', '095907.667000', '095907.670000', '095907.672000', '095907.675000', '095907.678000', '095907.680000', '095907.683000', '095907.685000', '095907.688000', '095907.691000', '095907.693000', '095907.696000', '095907.716000', '095907.719000', '095907.722000', '095907.725000', '095907.727000', '095907.730000', '095907.733000', '095907.735000', '095907.738000', '095907.740000', '095927.610000', '095927.612000', '095927.615000', '095927.618000', '095927.621000', '095927.623000', '095927.626000', '095927.628000', '095927.631000', '095927.634000', '095927.636000', '095927.639000', '095927.642000', '095927.644000', '095927.647000', '095927.650000', '095927.652000', '095927.655000', '095927.658000', '095927.660000', '095927.663000', '095927.666000', '095927.669000', '095927.671000', '095927.674000', '095927.676000', '095927.679000', '095927.682000', '095927.684000', '095927.687000', '095927.689000', '095927.692000', '095927.695000', '095927.697000', '095927.700000', '095927.703000', '095927.705000', '095927.708000', '095927.711000', '095927.713000', '095927.716000', '095927.720000', '095927.723000', '095947.610000', '095947.613000', '095947.615000', '095947.618000', '095947.621000', '095947.623000', '095947.626000', '095947.629000', '095947.631000', '095947.634000', '095947.637000', '095947.639000', '095947.642000', '095947.645000', '095947.647000', '095947.650000', '095947.653000', '095947.655000', '095947.658000', '095947.661000', '095947.663000', '095947.666000', '095947.669000', '095947.671000', '095947.675000', '095947.678000', '095947.680000', '095947.683000', '095947.686000', '095947.688000', '095947.691000', '095947.693000', '095947.696000', '095947.699000', '095947.701000', '095947.706000', '095947.708000', '095947.711000', '095947.714000', '095947.716000', '095947.719000', '095947.722000', '095947.724000', '095947.727000', '100007.611000', '100007.613000', '100007.616000', '100007.619000', '100007.622000', '100007.624000', '100007.627000', '100007.629000', '100007.632000', '100007.635000', '100007.637000', '100007.640000', '100007.642000', '100007.645000', '100007.648000', '100007.650000', '100007.653000', '100007.656000', '100007.658000', '100007.661000', '100007.663000', '100007.666000', '100007.669000', '100007.671000', '100007.674000', '100007.677000', '100007.679000', '100007.682000', '100007.685000', '100007.687000', '100007.690000', '100007.693000', '100007.695000', '100007.698000', '100007.701000', '100007.703000', '100007.706000', '100007.708000', '100007.711000', '100007.714000', '100007.716000', '100007.719000', '100007.722000', '100027.611000', '100027.613000', '100027.616000', '100027.619000', '100027.622000', '100027.624000', '100027.627000', '100027.629000', '100027.632000', '100027.635000', '100027.637000', '100027.640000', '100027.643000', '100027.645000', '100027.648000', '100027.651000', '100027.654000', '100027.656000', '100027.659000', '100027.661000', '100027.664000', '100027.667000', '100027.669000', '100027.672000', '100027.675000', '100027.677000', '100027.680000', '100027.683000', '100027.685000', '100027.688000', '100027.691000', '100027.693000', '100027.696000', '100027.699000', '100027.701000', '100027.704000', '100027.707000', '100027.709000', '100027.712000', '100027.715000', '100027.717000', '100027.720000', '100027.723000', '100027.725000', '100047.638000', '100047.641000', '100047.655000', '100047.657000', '100047.660000', '100047.662000', '100047.665000', '100047.668000', '100047.671000', '100047.673000', '100047.676000', '100047.679000', '100047.681000', '100047.684000', '100047.687000', '100047.689000', '100047.692000', '100047.695000', '100047.697000', '100047.700000', '100047.703000', '100047.705000', '100047.708000', '100047.711000', '100047.713000', '100047.716000', '100047.718000', '100047.721000', '100047.724000', '100047.726000', '100047.729000', '100047.732000', '100047.734000', '100047.737000', '100047.740000', '100047.742000', '100047.745000', '100047.747000', '100047.750000', '100047.753000', '100047.756000', '100047.765000', '100047.767000', '100107.610000', '100107.612000', '100107.615000', '100107.618000', '100107.621000', '100107.623000', '100107.626000', '100107.629000', '100107.631000', '100107.634000', '100107.636000', '100107.639000', '100107.642000', '100107.644000', '100107.647000', '100107.650000', '100107.652000', '100107.655000', '100107.657000', '100107.660000', '100107.663000', '100107.665000', '100107.668000', '100107.671000', '100107.673000', '100107.676000', '100107.678000', '100107.681000', '100107.684000', '100107.686000', '100107.689000', '100107.691000', '100107.694000', '100107.697000', '100107.699000', '100107.702000', '100107.705000', '100107.707000', '100107.710000', '100107.712000', '100107.715000', '100107.718000', '100107.720000', '100107.723000', '100127.610000', '100127.612000', '100127.615000', '100127.618000', '100127.620000', '100127.623000', '100127.626000', '100127.628000', '100127.631000', '100127.633000', '100127.636000', '100127.639000', '100127.641000', '100127.644000', '100127.647000', '100127.649000', '100127.652000', '100127.655000', '100127.657000', '100127.660000', '100127.662000', '100127.665000', '100127.668000', '100127.670000', '100127.673000', '100127.675000', '100127.678000', '100127.681000', '100127.683000', '100127.686000', '100127.689000', '100127.691000', '100127.694000', '100127.697000', '100127.699000', '100127.702000', '100127.704000', '100127.707000', '100127.710000', '100127.712000', '100127.715000', '100127.718000', '100127.720000', '100147.610000', '100147.612000', '100147.615000', '100147.618000', '100147.621000', '100147.623000', '100147.626000', '100147.629000', '100147.631000', '100147.634000', '100147.637000', '100147.639000', '100147.642000', '100147.645000', '100147.647000', '100147.650000', '100147.653000', '100147.655000', '100147.658000', '100147.661000', '100147.663000', '100147.666000', '100147.668000', '100147.671000', '100147.674000', '100147.676000', '100147.679000', '100147.682000', '100147.684000', '100147.687000', '100147.690000', '100147.692000', '100147.695000', '100147.697000', '100147.700000', '100147.703000', '100147.705000', '100147.708000', '100147.710000', '100147.713000', '100147.716000', '100147.718000', '100147.721000', '100147.723000', '100207.611000', '100207.613000', '100207.616000', '100207.619000', '100207.621000', '100207.624000', '100207.627000', '100207.629000', '100207.632000', '100207.635000', '100207.637000', '100207.640000', '100207.643000', '100207.645000', '100207.648000', '100207.650000', '100207.653000', '100207.656000', '100207.658000', '100207.661000', '100207.663000', '100207.666000', '100207.669000', '100207.671000', '100207.674000', '100207.677000', '100207.679000', '100207.682000', '100207.684000', '100207.687000', '100207.690000', '100207.692000', '100207.695000', '100207.698000', '100207.700000', '100207.703000', '100207.705000', '100207.708000', '100207.711000', '100207.713000', '100207.716000', '100207.719000', '100207.721000', '100222.989000', '100222.992000', '100222.995000', '100222.998000', '100223.002000', '100223.005000', '100223.008000', '100223.011000', '100223.014000', '100223.017000', '100223.020000', '100223.023000', '100223.026000', '100223.030000', '100223.032000', '100223.035000', '100223.038000', '100223.041000', '100223.044000', '100223.047000', '100223.050000', '100223.053000', '100223.057000', '100223.060000', '100223.063000', '100223.066000', '100223.069000', '100223.074000', '100223.078000', '100223.082000', '100223.085000', '100223.088000', '100223.091000', '100223.094000'], 'InstanceCreationTime': ['095427.651000', '095427.654000', '095427.657000', '095427.668000', '095427.670000', '095427.673000', '095427.675000', '095427.678000', '095427.681000', '095427.684000', '095427.686000', '095427.689000', '095427.691000', '095427.694000', '095427.697000', '095427.699000', '095427.702000', '095427.704000', '095427.707000', '095427.710000', '095427.712000', '095427.715000', '095427.717000', '095427.720000', '095427.727000', '095427.730000', '095427.732000', '095427.745000', '095427.748000', '095427.750000', '095427.753000', '095427.756000', '095427.758000', '095427.761000', '095427.763000', '095427.766000', '095427.768000', '095427.771000', '095427.774000', '095447.609000', '095447.612000', '095447.615000', '095447.618000', '095447.620000', '095447.623000', '095447.625000', '095447.628000', '095447.631000', '095447.633000', '095447.636000', '095447.638000', '095447.641000', '095447.643000', '095447.646000', '095447.649000', '095447.651000', '095447.654000', '095447.657000', '095447.659000', '095447.662000', '095447.664000', '095447.667000', '095447.670000', '095447.672000', '095447.675000', '095447.677000', '095447.680000', '095447.683000', '095447.685000', '095447.688000', '095447.690000', '095447.693000', '095447.696000', '095447.698000', '095447.701000', '095447.703000', '095447.706000', '095447.709000', '095447.711000', '095447.714000', '095447.716000', '095447.719000', '095447.721000', '095507.609000', '095507.612000', '095507.615000', '095507.624000', '095507.627000', '095507.630000', '095507.632000', '095507.635000', '095507.637000', '095507.644000', '095507.647000', '095507.649000', '095507.652000', '095507.655000', '095507.657000', '095507.660000', '095507.662000', '095507.665000', '095507.668000', '095507.670000', '095507.673000', '095507.676000', '095507.678000', '095507.681000', '095507.683000', '095507.686000', '095507.688000', '095507.691000', '095507.694000', '095507.696000', '095507.699000', '095507.701000', '095507.704000', '095507.707000', '095507.709000', '095507.712000', '095507.715000', '095507.717000', '095507.720000', '095507.722000', '095507.725000', '095507.727000', '095507.730000', '095527.611000', '095527.613000', '095527.616000', '095527.619000', '095527.621000', '095527.624000', '095527.626000', '095527.630000', '095527.633000', '095527.635000', '095527.638000', '095527.640000', '095527.643000', '095527.646000', '095527.648000', '095527.651000', '095527.654000', '095527.656000', '095527.659000', '095527.662000', '095527.664000', '095527.667000', '095527.669000', '095527.672000', '095527.675000', '095527.677000', '095527.680000', '095527.682000', '095527.685000', '095527.688000', '095527.691000', '095527.693000', '095527.696000', '095527.698000', '095527.701000', '095527.703000', '095527.706000', '095527.709000', '095527.711000', '095527.714000', '095527.716000', '095527.719000', '095527.722000', '095527.724000', '095547.611000', '095547.613000', '095547.616000', '095547.619000', '095547.621000', '095547.624000', '095547.627000', '095547.629000', '095547.632000', '095547.634000', '095547.637000', '095547.639000', '095547.642000', '095547.645000', '095547.647000', '095547.650000', '095547.653000', '095547.655000', '095547.658000', '095547.660000', '095547.663000', '095547.666000', '095547.668000', '095547.671000', '095547.673000', '095547.676000', '095547.679000', '095547.681000', '095547.684000', '095547.686000', '095547.689000', '095547.692000', '095547.694000', '095547.697000', '095547.700000', '095547.702000', '095547.705000', '095547.707000', '095547.710000', '095547.712000', '095547.715000', '095547.718000', '095547.720000', '095607.611000', '095607.614000', '095607.616000', '095607.619000', '095607.621000', '095607.624000', '095607.627000', '095607.629000', '095607.632000', '095607.635000', '095607.637000', '095607.640000', '095607.643000', '095607.645000', '095607.648000', '095607.651000', '095607.653000', '095607.656000', '095607.658000', '095607.661000', '095607.664000', '095607.666000', '095607.669000', '095607.672000', '095607.674000', '095607.677000', '095607.679000', '095607.691000', '095607.694000', '095607.697000', '095607.699000', '095607.702000', '095607.704000', '095607.707000', '095607.710000', '095607.712000', '095607.715000', '095607.718000', '095607.720000', '095607.723000', '095607.725000', '095607.730000', '095607.732000', '095627.609000', '095627.612000', '095627.615000', '095627.618000', '095627.620000', '095627.623000', '095627.626000', '095627.628000', '095627.631000', '095627.634000', '095627.636000', '095627.639000', '095627.641000', '095627.644000', '095627.647000', '095627.650000', '095627.652000', '095627.655000', '095627.657000', '095627.660000', '095627.663000', '095627.665000', '095627.668000', '095627.670000', '095627.673000', '095627.676000', '095627.678000', '095627.681000', '095627.684000', '095627.686000', '095627.689000', '095627.692000', '095627.694000', '095627.697000', '095627.699000', '095627.702000', '095627.705000', '095627.707000', '095627.710000', '095627.712000', '095627.715000', '095627.718000', '095627.720000', '095627.723000', '095647.610000', '095647.613000', '095647.615000', '095647.618000', '095647.621000', '095647.623000', '095647.626000', '095647.629000', '095647.632000', '095647.635000', '095647.638000', '095647.641000', '095647.643000', '095647.646000', '095647.648000', '095647.651000', '095647.654000', '095647.656000', '095647.659000', '095647.662000', '095647.664000', '095647.667000', '095647.671000', '095647.673000', '095647.676000', '095647.679000', '095647.681000', '095647.684000', '095647.687000', '095647.689000', '095647.692000', '095647.695000', '095647.697000', '095647.700000', '095647.702000', '095647.705000', '095647.707000', '095647.710000', '095647.713000', '095647.715000', '095647.718000', '095647.721000', '095647.723000', '095707.609000', '095707.612000', '095707.615000', '095707.618000', '095707.620000', '095707.623000', '095707.625000', '095707.628000', '095707.631000', '095707.634000', '095707.636000', '095707.639000', '095707.642000', '095707.644000', '095707.647000', '095707.649000', '095707.652000', '095707.655000', '095707.657000', '095707.660000', '095707.663000', '095707.665000', '095707.668000', '095707.671000', '095707.674000', '095707.676000', '095707.679000', '095707.682000', '095707.684000', '095707.687000', '095707.690000', '095707.692000', '095707.695000', '095707.698000', '095707.700000', '095707.703000', '095707.705000', '095707.708000', '095707.711000', '095707.713000', '095707.716000', '095707.718000', '095707.721000', '095707.724000', '095727.610000', '095727.613000', '095727.615000', '095727.618000', '095727.620000', '095727.623000', '095727.626000', '095727.628000', '095727.631000', '095727.634000', '095727.636000', '095727.639000', '095727.642000', '095727.644000', '095727.648000', '095727.655000', '095727.657000', '095727.660000', '095727.663000', '095727.665000', '095727.668000', '095727.671000', '095727.673000', '095727.676000', '095727.679000', '095727.681000', '095727.684000', '095727.686000', '095727.689000', '095727.692000', '095727.694000', '095727.697000', '095727.700000', '095727.702000', '095727.705000', '095727.707000', '095727.710000', '095727.713000', '095727.715000', '095727.718000', '095727.720000', '095727.723000', '095727.726000', '095747.611000', '095747.614000', '095747.616000', '095747.619000', '095747.621000', '095747.624000', '095747.627000', '095747.629000', '095747.632000', '095747.644000', '095747.646000', '095747.649000', '095747.652000', '095747.654000', '095747.657000', '095747.659000', '095747.662000', '095747.665000', '095747.667000', '095747.670000', '095747.673000', '095747.675000', '095747.678000', '095747.681000', '095747.683000', '095747.686000', '095747.689000', '095747.691000', '095747.694000', '095747.697000', '095747.699000', '095747.702000', '095747.704000', '095747.707000', '095747.710000', '095747.712000', '095747.715000', '095747.718000', '095747.720000', '095747.723000', '095747.726000', '095747.728000', '095747.731000', '095747.733000', '095807.611000', '095807.613000', '095807.616000', '095807.619000', '095807.621000', '095807.624000', '095807.627000', '095807.629000', '095807.632000', '095807.635000', '095807.637000', '095807.640000', '095807.642000', '095807.645000', '095807.648000', '095807.650000', '095807.653000', '095807.655000', '095807.658000', '095807.661000', '095807.663000', '095807.666000', '095807.669000', '095807.671000', '095807.674000', '095807.676000', '095807.679000', '095807.682000', '095807.684000', '095807.687000', '095807.690000', '095807.693000', '095807.695000', '095807.698000', '095807.701000', '095807.703000', '095807.706000', '095807.709000', '095807.712000', '095807.715000', '095807.717000', '095807.725000', '095807.727000', '095827.611000', '095827.613000', '095827.616000', '095827.619000', '095827.621000', '095827.624000', '095827.626000', '095827.629000', '095827.632000', '095827.634000', '095827.637000', '095827.640000', '095827.642000', '095827.645000', '095827.647000', '095827.650000', '095827.653000', '095827.655000', '095827.658000', '095827.660000', '095827.663000', '095827.666000', '095827.668000', '095827.671000', '095827.674000', '095827.676000', '095827.679000', '095827.681000', '095827.684000', '095827.687000', '095827.689000', '095827.692000', '095827.694000', '095827.697000', '095827.700000', '095827.702000', '095827.705000', '095827.708000', '095827.710000', '095827.713000', '095827.715000', '095827.718000', '095827.721000', '095827.723000', '095847.609000', '095847.612000', '095847.615000', '095847.618000', '095847.620000', '095847.623000', '095847.626000', '095847.628000', '095847.631000', '095847.633000', '095847.636000', '095847.639000', '095847.643000', '095847.646000', '095847.648000', '095847.651000', '095847.654000', '095847.656000', '095847.659000', '095847.662000', '095847.664000', '095847.667000', '095847.670000', '095847.672000', '095847.675000', '095847.677000', '095847.680000', '095847.683000', '095847.685000', '095847.688000', '095847.690000', '095847.693000', '095847.696000', '095847.698000', '095847.701000', '095847.704000', '095847.706000', '095847.709000', '095847.711000', '095847.714000', '095847.717000', '095847.719000', '095847.722000', '095907.610000', '095907.612000', '095907.615000', '095907.618000', '095907.620000', '095907.623000', '095907.625000', '095907.628000', '095907.631000', '095907.633000', '095907.636000', '095907.638000', '095907.641000', '095907.644000', '095907.646000', '095907.649000', '095907.651000', '095907.654000', '095907.657000', '095907.659000', '095907.662000', '095907.665000', '095907.667000', '095907.670000', '095907.672000', '095907.675000', '095907.678000', '095907.680000', '095907.683000', '095907.685000', '095907.688000', '095907.691000', '095907.693000', '095907.696000', '095907.716000', '095907.719000', '095907.722000', '095907.725000', '095907.727000', '095907.730000', '095907.733000', '095907.735000', '095907.738000', '095907.740000', '095927.610000', '095927.612000', '095927.615000', '095927.618000', '095927.621000', '095927.623000', '095927.626000', '095927.628000', '095927.631000', '095927.634000', '095927.636000', '095927.639000', '095927.642000', '095927.644000', '095927.647000', '095927.650000', '095927.652000', '095927.655000', '095927.658000', '095927.660000', '095927.663000', '095927.666000', '095927.669000', '095927.671000', '095927.674000', '095927.676000', '095927.679000', '095927.682000', '095927.684000', '095927.687000', '095927.689000', '095927.692000', '095927.695000', '095927.697000', '095927.700000', '095927.703000', '095927.705000', '095927.708000', '095927.711000', '095927.713000', '095927.716000', '095927.720000', '095927.723000', '095947.610000', '095947.613000', '095947.615000', '095947.618000', '095947.621000', '095947.623000', '095947.626000', '095947.629000', '095947.631000', '095947.634000', '095947.637000', '095947.639000', '095947.642000', '095947.645000', '095947.647000', '095947.650000', '095947.653000', '095947.655000', '095947.658000', '095947.661000', '095947.663000', '095947.666000', '095947.669000', '095947.671000', '095947.675000', '095947.678000', '095947.680000', '095947.683000', '095947.686000', '095947.688000', '095947.691000', '095947.693000', '095947.696000', '095947.699000', '095947.701000', '095947.706000', '095947.708000', '095947.711000', '095947.714000', '095947.716000', '095947.719000', '095947.722000', '095947.724000', '095947.727000', '100007.611000', '100007.613000', '100007.616000', '100007.619000', '100007.622000', '100007.624000', '100007.627000', '100007.629000', '100007.632000', '100007.635000', '100007.637000', '100007.640000', '100007.642000', '100007.645000', '100007.648000', '100007.650000', '100007.653000', '100007.656000', '100007.658000', '100007.661000', '100007.663000', '100007.666000', '100007.669000', '100007.671000', '100007.674000', '100007.677000', '100007.679000', '100007.682000', '100007.685000', '100007.687000', '100007.690000', '100007.693000', '100007.695000', '100007.698000', '100007.701000', '100007.703000', '100007.706000', '100007.708000', '100007.711000', '100007.714000', '100007.716000', '100007.719000', '100007.722000', '100027.611000', '100027.613000', '100027.616000', '100027.619000', '100027.622000', '100027.624000', '100027.627000', '100027.629000', '100027.632000', '100027.635000', '100027.637000', '100027.640000', '100027.643000', '100027.645000', '100027.648000', '100027.651000', '100027.654000', '100027.656000', '100027.659000', '100027.661000', '100027.664000', '100027.667000', '100027.669000', '100027.672000', '100027.675000', '100027.677000', '100027.680000', '100027.683000', '100027.685000', '100027.688000', '100027.691000', '100027.693000', '100027.696000', '100027.699000', '100027.701000', '100027.704000', '100027.707000', '100027.709000', '100027.712000', '100027.715000', '100027.717000', '100027.720000', '100027.723000', '100027.725000', '100047.638000', '100047.641000', '100047.655000', '100047.657000', '100047.660000', '100047.662000', '100047.665000', '100047.668000', '100047.671000', '100047.673000', '100047.676000', '100047.679000', '100047.681000', '100047.684000', '100047.687000', '100047.689000', '100047.692000', '100047.695000', '100047.697000', '100047.700000', '100047.703000', '100047.705000', '100047.708000', '100047.711000', '100047.713000', '100047.716000', '100047.718000', '100047.721000', '100047.724000', '100047.726000', '100047.729000', '100047.732000', '100047.734000', '100047.737000', '100047.740000', '100047.742000', '100047.745000', '100047.747000', '100047.750000', '100047.753000', '100047.756000', '100047.765000', '100047.767000', '100107.610000', '100107.612000', '100107.615000', '100107.618000', '100107.621000', '100107.623000', '100107.626000', '100107.629000', '100107.631000', '100107.634000', '100107.636000', '100107.639000', '100107.642000', '100107.644000', '100107.647000', '100107.650000', '100107.652000', '100107.655000', '100107.657000', '100107.660000', '100107.663000', '100107.665000', '100107.668000', '100107.671000', '100107.673000', '100107.676000', '100107.678000', '100107.681000', '100107.684000', '100107.686000', '100107.689000', '100107.691000', '100107.694000', '100107.697000', '100107.699000', '100107.702000', '100107.705000', '100107.707000', '100107.710000', '100107.712000', '100107.715000', '100107.718000', '100107.720000', '100107.723000', '100127.610000', '100127.612000', '100127.615000', '100127.618000', '100127.620000', '100127.623000', '100127.626000', '100127.628000', '100127.631000', '100127.633000', '100127.636000', '100127.639000', '100127.641000', '100127.644000', '100127.647000', '100127.649000', '100127.652000', '100127.655000', '100127.657000', '100127.660000', '100127.662000', '100127.665000', '100127.668000', '100127.670000', '100127.673000', '100127.675000', '100127.678000', '100127.681000', '100127.683000', '100127.686000', '100127.689000', '100127.691000', '100127.694000', '100127.697000', '100127.699000', '100127.702000', '100127.704000', '100127.707000', '100127.710000', '100127.712000', '100127.715000', '100127.718000', '100127.720000', '100147.610000', '100147.612000', '100147.615000', '100147.618000', '100147.621000', '100147.623000', '100147.626000', '100147.629000', '100147.631000', '100147.634000', '100147.637000', '100147.639000', '100147.642000', '100147.645000', '100147.647000', '100147.650000', '100147.653000', '100147.655000', '100147.658000', '100147.661000', '100147.663000', '100147.666000', '100147.668000', '100147.671000', '100147.674000', '100147.676000', '100147.679000', '100147.682000', '100147.684000', '100147.687000', '100147.690000', '100147.692000', '100147.695000', '100147.697000', '100147.700000', '100147.703000', '100147.705000', '100147.708000', '100147.710000', '100147.713000', '100147.716000', '100147.718000', '100147.721000', '100147.723000', '100207.611000', '100207.613000', '100207.616000', '100207.619000', '100207.621000', '100207.624000', '100207.627000', '100207.629000', '100207.632000', '100207.635000', '100207.637000', '100207.640000', '100207.643000', '100207.645000', '100207.648000', '100207.650000', '100207.653000', '100207.656000', '100207.658000', '100207.661000', '100207.663000', '100207.666000', '100207.669000', '100207.671000', '100207.674000', '100207.677000', '100207.679000', '100207.682000', '100207.684000', '100207.687000', '100207.690000', '100207.692000', '100207.695000', '100207.698000', '100207.700000', '100207.703000', '100207.705000', '100207.708000', '100207.711000', '100207.713000', '100207.716000', '100207.719000', '100207.721000', '100222.989000', '100222.992000', '100222.995000', '100222.998000', '100223.002000', '100223.005000', '100223.008000', '100223.011000', '100223.014000', '100223.017000', '100223.020000', '100223.023000', '100223.026000', '100223.030000', '100223.032000', '100223.035000', '100223.038000', '100223.041000', '100223.044000', '100223.047000', '100223.050000', '100223.053000', '100223.057000', '100223.060000', '100223.063000', '100223.066000', '100223.069000', '100223.074000', '100223.078000', '100223.082000', '100223.085000', '100223.088000', '100223.091000', '100223.094000'], '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': [14118, 11022, 10630, 14274, 8832, 11880, 12945, 8991, 12387, 11232, 9241, 13081, 8012, 10975, 12630, 8600, 11556, 13831, 9108, 11803, 7167, 10046, 12602, 8087, 11212, 13024, 9029, 12066, 10285, 8665, 12612, 10766, 9740, 12021, 8248, 11594, 14184, 9115, 12210, 10923, 9276, 13376, 8026, 11125, 13924, 9273, 11917, 14617, 9811, 12051, 7787, 10810, 13763, 9141, 11877, 13880, 9409, 12722, 8079, 10446, 12879, 8671, 12689, 11950, 9212, 12813, 8090, 11194, 13369, 8890, 12200, 12370, 9393, 12828, 8278, 11273, 13579, 8769, 12489, 11286, 9382, 12674, 8600, 12255, 12764, 8701, 12554, 9098, 9526, 11660, 8578, 12541, 9905, 9288, 13891, 8699, 11511, 13946, 9093, 13337, 10319, 9799, 13031, 9433, 13542, 7797, 10084, 13811, 8670, 12970, 10584, 9550, 13320, 8736, 12073, 12826, 9275, 12344, 8000, 11426, 11961, 9003, 12882, 8734, 10296, 12167, 8621, 12271, 11965, 8543, 12080, 8743, 9104, 11957, 8026, 11488, 13452, 8522, 11846, 7405, 10092, 13260, 8528, 11931, 13518, 9263, 12605, 7479, 10541, 13927, 8629, 11789, 13134, 8829, 12843, 7326, 9443, 12598, 8819, 12272, 12048, 8837, 12868, 7917, 10426, 13664, 8500, 12808, 8909, 9834, 13229, 8549, 12695, 8830, 9938, 14056, 9167, 13691, 7900, 11249, 14698, 10023, 13282, 8751, 12566, 11098, 10041, 13874, 9688, 13507, 8213, 10876, 14616, 9256, 12466, 8396, 11822, 12226, 9402, 13060, 8643, 11912, 12785, 9084, 13242, 10495, 10085, 13320, 9332, 12986, 7705, 10490, 13736, 8648, 12411, 11095, 9697, 13571, 8659, 12351, 13072, 9427, 13078, 8501, 11564, 11660, 9103, 13272, 9315, 9868, 12656, 8780, 12746, 10773, 8468, 13266, 8513, 10711, 12380, 8363, 12431, 11792, 8553, 13397, 8423, 10506, 13099, 8490, 12766, 14009, 9250, 12574, 8514, 9956, 12977, 8953, 11861, 13916, 8817, 12316, 7781, 11041, 12842, 8664, 12545, 10423, 9738, 13444, 9165, 13204, 10536, 9257, 13865, 8897, 10588, 13025, 9302, 13256, 7602, 10099, 13686, 8282, 12120, 12203, 9498, 13571, 8099, 10334, 13513, 9051, 12215, 7558, 8843, 12576, 7839, 10910, 13109, 8987, 12314, 7718, 9959, 13859, 9970, 11133, 12778, 9125, 12770, 7670, 10656, 13919, 9187, 12273, 9783, 9120, 13515, 8845, 10194, 13825, 8634, 11760, 12325, 8909, 12815, 8044, 9424, 13154, 8607, 12222, 7435, 9440, 13821, 8246, 12067, 11335, 9639, 14062, 8865, 12461, 14539, 9532, 12381, 13525, 9854, 12958, 8064, 10871, 13579, 9038, 12428, 10252, 9018, 13414, 7667, 10632, 13392, 8154, 11487, 11964, 8787, 12705, 8167, 8780, 13039, 7611, 10392, 12305, 8599, 11608, 12879, 8959, 12336, 7525, 9634, 12837, 8390, 11294, 13310, 8399, 12146, 7727, 10891, 8809, 8626, 13621, 8733, 10405, 13960, 9643, 12692, 7482, 10976, 14320, 9069, 12895, 12859, 10200, 12668, 9289, 12527, 12023, 9630, 13273, 8472, 11952, 12930, 9163, 12913, 9545, 9632, 12370, 8844, 11985, 13586, 8628, 11396, 10340, 8517, 11938, 8127, 11566, 12908, 8428, 12161, 11029, 9185, 12661, 8257, 11341, 14029, 8669, 12518, 11517, 9541, 13722, 7756, 10620, 14326, 8805, 11923, 13422, 9397, 13184, 7949, 9752, 14126, 9374, 10525, 12362, 8661, 11416, 13022, 8574, 11956, 7724, 9026, 11980, 8342, 11899, 12195, 8461, 13062, 7706, 10110, 12846, 8558, 13307, 8139, 9602, 14106, 9325, 13287, 12045, 8904, 13663, 10527, 9932, 13829, 9010, 12589, 12644, 8705, 13139, 10897, 9566, 12600, 9031, 12413, 9674, 8712, 13420, 8057, 9917, 12568, 8838, 12796, 7403, 9271, 13938, 9351, 10738, 13555, 9243, 13069, 11755, 8936, 13906, 8351, 10151, 13555, 8765, 12140, 14242, 8758, 12735, 8388, 9500, 13490, 8658, 12168, 14468, 9359, 12488, 10488, 9469, 13378, 7727, 11260, 14347, 9367, 12725, 7704, 9826, 13534, 8561, 12015, 14760, 9119, 12510, 7690, 10386, 11084, 8693, 12880, 8310, 9858, 12498, 9029, 13419, 8725, 12501, 9695, 10181, 10244, 10065, 7451, 10302, 9404, 9384, 13782, 8649, 11153, 13474, 9545, 13193, 8954, 12962, 8673, 10393, 14161, 9881, 13303, 9086, 13569, 8742, 11609, 14968, 10326, 13361, 9532, 13225, 8620, 12748, 8693, 10601, 13569, 10376, 13083, 10160, 14382, 10164, 13297, 9534, 13239, 8522, 12232, 14365, 10129, 13510, 9245, 12414, 8447, 10019, 13723, 9073, 11653, 14014, 9906, 11879, 8987, 11774, 8524, 9032, 13191, 8124, 11667, 7728, 9164, 13275, 8715, 12157, 14925, 9699, 12975, 8283, 10840, 13592, 9252, 11571, 13030, 9393, 11612, 7963, 10057, 12685, 8267, 11791, 7370, 9114, 10554, 8173, 12553, 9084, 9366, 12397, 8939, 12766, 8365, 9479, 14450, 9956, 11120, 13027, 8889, 13210, 12961, 9170, 12999, 8392, 10257, 14226, 9111, 12495, 14508, 10140, 13015, 8227, 10716, 14482, 9303, 12342, 11165, 10141, 13727, 9201, 13040, 15075, 9982, 12762, 8370, 9895, 12846, 8771, 12234, 13425, 9579, 13187, 8262, 10479, 12555, 8558, 11860, 11388, 9087, 12063, 8735, 12211, 11219, 8841, 13315, 8486, 10511, 12386, 8546, 12754, 11895, 8840, 12994, 8112, 10740, 13510, 8603, 12426, 9714, 9612, 12160, 8691, 12699, 12948, 9398, 13384, 10387, 9939, 12835, 8727, 12069, 14367, 9476, 12925, 7988, 9580, 12407, 8641, 12308, 13862, 9345, 12915, 8589, 9996, 13214, 8904, 11237, 13610, 8882, 12422, 7732, 9423, 12528, 8532, 12243, 12487, 9359, 13370, 8373, 10230, 13115, 8880, 12077, 14138, 9327, 12288, 8394, 9736, 13109, 8440, 10573, 13354, 9048, 11744, 7150, 9212, 12660, 8327, 11476, 13588, 9433, 11969, 7468, 8957, 12442, 8240, 11078, 11275, 8939, 12684, 8226, 11037, 13840, 9168, 11750, 8046, 9116, 12559, 8118, 12344, 8580, 9175, 13599, 8484, 10943, 11084, 8730, 13094, 7682, 10131, 13607, 8950, 11852, 8041, 11681, 11461, 9102, 13856, 9348, 10981, 14446, 9845, 14040, 9136, 10327, 14819, 9699, 12635, 8154, 9825, 14594, 8695, 12028, 13825, 9990, 13154, 8505, 11670, 14348, 9172, 12778, 8066, 10412, 13988, 9088, 12679, 10746, 9678, 12513, 8527, 12634, 7886, 9465, 13725, 9298, 13063, 7963, 10960, 14311, 9158, 13236, 8074, 10759, 14193, 8947, 13111, 8835, 11099, 13886, 9315, 13025, 8020, 10820, 12263, 9432, 13308, 8958, 12479, 10227, 9672, 13747, 9416, 13374, 8306, 10842, 14557, 9737, 13241, 8726, 12315, 12687, 9426, 13737, 9085, 12533, 7981, 10192, 13946, 9023, 12937, 10069, 10072, 13144, 9014, 13032, 8068, 12250, 8659, 9981, 14177, 9038, 12966, 8533, 10253, 11527, 9435, 13592, 9119, 12432, 12046, 9735, 12750, 9171, 12724, 8229, 9080, 12931, 8923, 12977, 7458, 9385, 13278, 8507, 12140, 10993, 9571, 13221, 9018, 12166, 12709, 9189, 12615, 8393, 11931, 14384, 8932, 13300, 8639, 10872, 11521, 9016, 13978, 8391, 12055, 14177, 9937, 13404, 8249, 10997, 14586, 9428, 13374, 7808, 10942, 13941, 9202, 12793, 11346, 9961, 12542, 8834, 13205, 8955, 9439, 14261, 9014, 13260, 7759, 9830, 13729, 8885, 12597, 11484, 9609, 13560, 8870, 12050, 12912, 9576, 12641, 8766, 12726, 9523, 9172, 13430, 8867, 11951, 10845, 9679, 13874, 8444, 11220, 14088, 9540, 12332, 7999, 11879, 12439, 8967, 12765, 7820, 10940, 10270, 8815, 13102, 7900, 11693, 11796, 9762, 13610, 8985, 12574, 14560, 9749, 12994, 8544, 12194, 12898, 9102, 12693, 8612, 10100, 11785, 8848, 12788, 8056, 9415, 13697, 8900, 12617, 7747, 9054, 13162, 7880, 11238, 12313, 9176, 12909, 8015, 10708, 13740, 9165, 12558, 8053, 11428, 13447, 9171, 12698, 9490, 9460, 13440, 8623, 12083, 14495, 9662, 12812, 8446, 11502, 11901, 8842, 13468, 8323, 10411, 11481, 8588, 13238, 8281, 10642, 13240], 'WindowCenter': [4533.0, 4474.0, 4460.0, 4486.0, 4420.0, 4439.0, 4446.0, 4407.0, 4436.0, 4424.0, 4416.0, 4444.0, 4382.0, 4425.0, 4433.0, 4403.0, 4436.0, 4444.0, 4404.0, 4434.0, 4373.0, 4416.0, 4435.0, 4394.0, 4437.0, 4445.0, 4406.0, 4435.0, 4415.0, 4406.0, 4448.0, 4426.0, 4416.0, 4434.0, 4395.0, 4437.0, 4446.0, 4418.0, 4448.0, 4424.0, 4415.0, 4447.0, 4394.0, 4435.0, 4456.0, 4415.0, 4449.0, 4468.0, 4427.0, 4436.0, 4394.0, 4435.0, 4444.0, 4415.0, 4436.0, 4445.0, 4418.0, 4448.0, 4395.0, 4426.0, 4444.0, 4405.0, 4447.0, 4436.0, 4418.0, 4447.0, 4395.0, 4436.0, 4446.0, 4404.0, 4447.0, 4446.0, 4418.0, 4448.0, 4395.0, 4437.0, 4446.0, 4405.0, 4444.0, 4436.0, 4416.0, 4446.0, 4405.0, 4445.0, 4445.0, 4406.0, 4449.0, 4419.0, 4427.0, 4436.0, 4406.0, 4448.0, 4427.0, 4428.0, 4471.0, 4408.0, 4438.0, 4458.0, 4417.0, 4471.0, 4453.0, 4440.0, 4459.0, 4432.0, 4459.0, 4395.0, 4426.0, 4457.0, 4421.0, 4462.0, 4428.0, 4415.0, 4446.0, 4405.0, 4448.0, 4445.0, 4417.0, 4446.0, 4395.0, 4452.0, 4437.0, 4416.0, 4447.0, 4415.0, 4428.0, 4435.0, 4404.0, 4436.0, 4434.0, 4406.0, 4448.0, 4407.0, 4406.0, 4434.0, 4395.0, 4436.0, 4456.0, 4420.0, 4447.0, 4385.0, 4440.0, 4458.0, 4417.0, 4449.0, 4458.0, 4417.0, 4447.0, 4385.0, 4427.0, 4458.0, 4419.0, 4449.0, 4462.0, 4417.0, 4447.0, 4396.0, 4430.0, 4448.0, 4418.0, 4449.0, 4446.0, 4431.0, 4462.0, 4407.0, 4439.0, 4459.0, 4420.0, 4458.0, 4431.0, 4441.0, 4459.0, 4419.0, 4460.0, 4433.0, 4442.0, 4470.0, 4432.0, 4471.0, 4408.0, 4462.0, 4483.0, 4444.0, 4473.0, 4420.0, 4462.0, 4462.0, 4442.0, 4459.0, 4427.0, 4472.0, 4407.0, 4453.0, 4470.0, 4429.0, 4464.0, 4421.0, 4449.0, 4450.0, 4429.0, 4460.0, 4408.0, 4449.0, 4445.0, 4417.0, 4457.0, 4427.0, 4428.0, 4446.0, 4416.0, 4446.0, 4384.0, 4424.0, 4446.0, 4408.0, 4448.0, 4426.0, 4415.0, 4445.0, 4406.0, 4446.0, 4446.0, 4418.0, 4446.0, 4405.0, 4435.0, 4423.0, 4404.0, 4444.0, 4405.0, 4417.0, 4434.0, 4405.0, 4445.0, 4422.0, 4394.0, 4445.0, 4404.0, 4425.0, 4433.0, 4392.0, 4433.0, 4423.0, 4404.0, 4446.0, 4393.0, 4423.0, 4433.0, 4394.0, 4444.0, 4443.0, 4405.0, 4434.0, 4392.0, 4413.0, 4433.0, 4404.0, 4436.0, 4443.0, 4404.0, 4434.0, 4383.0, 4425.0, 4432.0, 4405.0, 4444.0, 4424.0, 4426.0, 4446.0, 4416.0, 4447.0, 4424.0, 4405.0, 4446.0, 4405.0, 4426.0, 4433.0, 4404.0, 4443.0, 4383.0, 4415.0, 4445.0, 4407.0, 4435.0, 4433.0, 4415.0, 4444.0, 4383.0, 4424.0, 4446.0, 4404.0, 4432.0, 4382.0, 4405.0, 4436.0, 4397.0, 4439.0, 4447.0, 4416.0, 4448.0, 4396.0, 4426.0, 4458.0, 4428.0, 4438.0, 4446.0, 4417.0, 4448.0, 4393.0, 4427.0, 4458.0, 4419.0, 4446.0, 4416.0, 4415.0, 4447.0, 4405.0, 4425.0, 4446.0, 4405.0, 4435.0, 4434.0, 4405.0, 4445.0, 4394.0, 4416.0, 4446.0, 4405.0, 4445.0, 4384.0, 4427.0, 4457.0, 4408.0, 4450.0, 4436.0, 4417.0, 4458.0, 4405.0, 4447.0, 4455.0, 4417.0, 4436.0, 4433.0, 4413.0, 4434.0, 4381.0, 4412.0, 4444.0, 4404.0, 4434.0, 4412.0, 4392.0, 4433.0, 4380.0, 4413.0, 4443.0, 4382.0, 4423.0, 4420.0, 4390.0, 4430.0, 4379.0, 4391.0, 4442.0, 4381.0, 4413.0, 4422.0, 4393.0, 4423.0, 4433.0, 4405.0, 4435.0, 4383.0, 4414.0, 4434.0, 4392.0, 4435.0, 4455.0, 4408.0, 4449.0, 4398.0, 4438.0, 4419.0, 4419.0, 4458.0, 4419.0, 4441.0, 4469.0, 4429.0, 4449.0, 4395.0, 4439.0, 4457.0, 4416.0, 4459.0, 4448.0, 4427.0, 4445.0, 4416.0, 4448.0, 4446.0, 4418.0, 4446.0, 4405.0, 4436.0, 4445.0, 4416.0, 4446.0, 4416.0, 4416.0, 4433.0, 4404.0, 4434.0, 4442.0, 4393.0, 4434.0, 4424.0, 4405.0, 4435.0, 4393.0, 4435.0, 4444.0, 4405.0, 4446.0, 4436.0, 4415.0, 4445.0, 4405.0, 4437.0, 4456.0, 4405.0, 4447.0, 4435.0, 4416.0, 4458.0, 4383.0, 4427.0, 4457.0, 4407.0, 4438.0, 4445.0, 4417.0, 4446.0, 4395.0, 4415.0, 4456.0, 4404.0, 4425.0, 4433.0, 4395.0, 4435.0, 4444.0, 4406.0, 4448.0, 4395.0, 4416.0, 4447.0, 4408.0, 4449.0, 4447.0, 4418.0, 4461.0, 4410.0, 4441.0, 4460.0, 4419.0, 4460.0, 4410.0, 4432.0, 4471.0, 4420.0, 4459.0, 4449.0, 4418.0, 4459.0, 4427.0, 4428.0, 4458.0, 4417.0, 4448.0, 4447.0, 4407.0, 4459.0, 4425.0, 4418.0, 4436.0, 4405.0, 4446.0, 4414.0, 4407.0, 4455.0, 4397.0, 4428.0, 4444.0, 4418.0, 4448.0, 4397.0, 4418.0, 4469.0, 4419.0, 4440.0, 4458.0, 4418.0, 4458.0, 4437.0, 4418.0, 4458.0, 4406.0, 4428.0, 4446.0, 4406.0, 4447.0, 4456.0, 4419.0, 4449.0, 4406.0, 4427.0, 4457.0, 4407.0, 4448.0, 4457.0, 4428.0, 4460.0, 4426.0, 4428.0, 4457.0, 4397.0, 4438.0, 4466.0, 4429.0, 4459.0, 4398.0, 4429.0, 4458.0, 4418.0, 4448.0, 4468.0, 4419.0, 4450.0, 4397.0, 4441.0, 4451.0, 4446.0, 4474.0, 4421.0, 4443.0, 4477.0, 4445.0, 4485.0, 4434.0, 4490.0, 4457.0, 4468.0, 4457.0, 4456.0, 4415.0, 4457.0, 4447.0, 4458.0, 4488.0, 4435.0, 4466.0, 4489.0, 4445.0, 4472.0, 4421.0, 4473.0, 4445.0, 4468.0, 4485.0, 4442.0, 4471.0, 4431.0, 4460.0, 4419.0, 4464.0, 4496.0, 4455.0, 4471.0, 4441.0, 4458.0, 4417.0, 4457.0, 4419.0, 4454.0, 4471.0, 4442.0, 4460.0, 4452.0, 4484.0, 4453.0, 4459.0, 4429.0, 4457.0, 4406.0, 4448.0, 4468.0, 4439.0, 4459.0, 4416.0, 4446.0, 4394.0, 4425.0, 4444.0, 4404.0, 4436.0, 4455.0, 4414.0, 4433.0, 4402.0, 4434.0, 4403.0, 4416.0, 4458.0, 4407.0, 4436.0, 4395.0, 4417.0, 4457.0, 4406.0, 4448.0, 4468.0, 4429.0, 4457.0, 4406.0, 4438.0, 4445.0, 4415.0, 4437.0, 4456.0, 4416.0, 4434.0, 4394.0, 4425.0, 4445.0, 4418.0, 4462.0, 4408.0, 4429.0, 4438.0, 4420.0, 4471.0, 4430.0, 4443.0, 4461.0, 4432.0, 4472.0, 4420.0, 4443.0, 4484.0, 4443.0, 4451.0, 4460.0, 4431.0, 4472.0, 4470.0, 4442.0, 4460.0, 4418.0, 4439.0, 4458.0, 4418.0, 4472.0, 4470.0, 4438.0, 4458.0, 4407.0, 4438.0, 4457.0, 4428.0, 4459.0, 4436.0, 4426.0, 4456.0, 4416.0, 4447.0, 4455.0, 4427.0, 4447.0, 4393.0, 4412.0, 4432.0, 4403.0, 4434.0, 4443.0, 4414.0, 4444.0, 4391.0, 4423.0, 4432.0, 4402.0, 4434.0, 4434.0, 4415.0, 4433.0, 4404.0, 4445.0, 4433.0, 4416.0, 4456.0, 4406.0, 4425.0, 4445.0, 4405.0, 4446.0, 4435.0, 4418.0, 4456.0, 4394.0, 4436.0, 4444.0, 4405.0, 4458.0, 4427.0, 4426.0, 4445.0, 4416.0, 4447.0, 4445.0, 4416.0, 4458.0, 4425.0, 4415.0, 4444.0, 4403.0, 4434.0, 4443.0, 4414.0, 4445.0, 4392.0, 4413.0, 4433.0, 4404.0, 4445.0, 4444.0, 4415.0, 4445.0, 4403.0, 4413.0, 4432.0, 4401.0, 4422.0, 4442.0, 4403.0, 4444.0, 4382.0, 4413.0, 4433.0, 4403.0, 4445.0, 4444.0, 4416.0, 4455.0, 4393.0, 4424.0, 4443.0, 4403.0, 4434.0, 4444.0, 4414.0, 4434.0, 4391.0, 4412.0, 4432.0, 4391.0, 4423.0, 4443.0, 4402.0, 4430.0, 4369.0, 4403.0, 4432.0, 4393.0, 4435.0, 4444.0, 4414.0, 4434.0, 4382.0, 4404.0, 4444.0, 4405.0, 4437.0, 4435.0, 4416.0, 4460.0, 4420.0, 4450.0, 4458.0, 4442.0, 4461.0, 4408.0, 4429.0, 4459.0, 4421.0, 4474.0, 4432.0, 4443.0, 4473.0, 4431.0, 4451.0, 4451.0, 4432.0, 4472.0, 4421.0, 4465.0, 4484.0, 4443.0, 4473.0, 4433.0, 4475.0, 4463.0, 4443.0, 4496.0, 4444.0, 4465.0, 4483.0, 4453.0, 4483.0, 4431.0, 4452.0, 4481.0, 4430.0, 4461.0, 4409.0, 4440.0, 4469.0, 4420.0, 4460.0, 4468.0, 4428.0, 4459.0, 4417.0, 4448.0, 4468.0, 4428.0, 4458.0, 4407.0, 4439.0, 4466.0, 4418.0, 4471.0, 4437.0, 4428.0, 4457.0, 4418.0, 4459.0, 4408.0, 4442.0, 4470.0, 4429.0, 4470.0, 4419.0, 4451.0, 4482.0, 4442.0, 4471.0, 4419.0, 4451.0, 4470.0, 4430.0, 4472.0, 4430.0, 4450.0, 4469.0, 4429.0, 4460.0, 4420.0, 4452.0, 4459.0, 4430.0, 4470.0, 4430.0, 4461.0, 4440.0, 4442.0, 4470.0, 4430.0, 4470.0, 4418.0, 4453.0, 4481.0, 4440.0, 4460.0, 4419.0, 4460.0, 4458.0, 4430.0, 4470.0, 4428.0, 4460.0, 4408.0, 4439.0, 4469.0, 4431.0, 4471.0, 4428.0, 4438.0, 4459.0, 4429.0, 4459.0, 4420.0, 4460.0, 4418.0, 4440.0, 4470.0, 4429.0, 4470.0, 4419.0, 4440.0, 4449.0, 4429.0, 4459.0, 4429.0, 4460.0, 4460.0, 4440.0, 4459.0, 4429.0, 4459.0, 4418.0, 4430.0, 4459.0, 4429.0, 4459.0, 4398.0, 4429.0, 4459.0, 4431.0, 4462.0, 4449.0, 4440.0, 4459.0, 4430.0, 4461.0, 4473.0, 4441.0, 4461.0, 4419.0, 4461.0, 4469.0, 4431.0, 4484.0, 4431.0, 4452.0, 4449.0, 4430.0, 4470.0, 4420.0, 4473.0, 4469.0, 4440.0, 4459.0, 4407.0, 4449.0, 4481.0, 4430.0, 4460.0, 4408.0, 4440.0, 4456.0, 4427.0, 4460.0, 4450.0, 4428.0, 4447.0, 4416.0, 4458.0, 4416.0, 4426.0, 4468.0, 4416.0, 4457.0, 4395.0, 4426.0, 4456.0, 4417.0, 4460.0, 4436.0, 4427.0, 4455.0, 4415.0, 4446.0, 4459.0, 4429.0, 4447.0, 4406.0, 4447.0, 4414.0, 4416.0, 4457.0, 4419.0, 4447.0, 4425.0, 4415.0, 4446.0, 4392.0, 4435.0, 4456.0, 4415.0, 4445.0, 4394.0, 4445.0, 4444.0, 4416.0, 4457.0, 4395.0, 4435.0, 4425.0, 4414.0, 4455.0, 4408.0, 4460.0, 4447.0, 4428.0, 4455.0, 4415.0, 4447.0, 4466.0, 4426.0, 4444.0, 4404.0, 4436.0, 4432.0, 4402.0, 4444.0, 4402.0, 4413.0, 4433.0, 4402.0, 4443.0, 4382.0, 4415.0, 4456.0, 4404.0, 4434.0, 4383.0, 4403.0, 4442.0, 4394.0, 4434.0, 4433.0, 4413.0, 4444.0, 4392.0, 4425.0, 4456.0, 4414.0, 4444.0, 4393.0, 4434.0, 4444.0, 4416.0, 4457.0, 4414.0, 4413.0, 4443.0, 4402.0, 4444.0, 4453.0, 4413.0, 4444.0, 4392.0, 4434.0, 4433.0, 4415.0, 4456.0, 4404.0, 4425.0, 4433.0, 4404.0, 4444.0, 4404.0, 4436.0, 4444.0], 'WindowWidth': [9965.0, 9864.0, 9833.0, 9861.0, 9762.0, 9783.0, 9787.0, 9733.0, 9771.0, 9753.0, 9744.0, 9779.0, 9694.0, 9753.0, 9763.0, 9723.0, 9770.0, 9781.0, 9727.0, 9765.0, 9684.0, 9744.0, 9769.0, 9715.0, 9778.0, 9784.0, 9731.0, 9769.0, 9742.0, 9729.0, 9790.0, 9758.0, 9744.0, 9766.0, 9715.0, 9772.0, 9784.0, 9751.0, 9792.0, 9754.0, 9742.0, 9786.0, 9715.0, 9771.0, 9797.0, 9743.0, 9793.0, 9819.0, 9762.0, 9771.0, 9714.0, 9771.0, 9780.0, 9743.0, 9771.0, 9784.0, 9750.0, 9791.0, 9716.0, 9759.0, 9783.0, 9731.0, 9788.0, 9774.0, 9753.0, 9789.0, 9716.0, 9772.0, 9784.0, 9728.0, 9786.0, 9785.0, 9752.0, 9791.0, 9716.0, 9775.0, 9784.0, 9730.0, 9781.0, 9772.0, 9747.0, 9785.0, 9730.0, 9784.0, 9783.0, 9731.0, 9795.0, 9754.0, 9762.0, 9773.0, 9733.0, 9792.0, 9761.0, 9766.0, 9826.0, 9738.0, 9778.0, 9804.0, 9748.0, 9828.0, 9810.0, 9785.0, 9810.0, 9779.0, 9807.0, 9717.0, 9758.0, 9804.0, 9762.0, 9818.0, 9763.0, 9743.0, 9784.0, 9731.0, 9791.0, 9782.0, 9748.0, 9785.0, 9718.0, 9805.0, 9776.0, 9745.0, 9786.0, 9746.0, 9763.0, 9768.0, 9728.0, 9771.0, 9766.0, 9731.0, 9790.0, 9735.0, 9731.0, 9766.0, 9716.0, 9772.0, 9803.0, 9758.0, 9789.0, 9705.0, 9782.0, 9807.0, 9750.0, 9795.0, 9807.0, 9748.0, 9788.0, 9704.0, 9761.0, 9804.0, 9755.0, 9795.0, 9814.0, 9751.0, 9788.0, 9720.0, 9772.0, 9791.0, 9751.0, 9794.0, 9788.0, 9776.0, 9816.0, 9736.0, 9781.0, 9807.0, 9756.0, 9806.0, 9775.0, 9785.0, 9807.0, 9755.0, 9812.0, 9780.0, 9792.0, 9825.0, 9776.0, 9828.0, 9740.0, 9819.0, 9847.0, 9797.0, 9835.0, 9758.0, 9817.0, 9821.0, 9791.0, 9809.0, 9763.0, 9832.0, 9736.0, 9804.0, 9826.0, 9769.0, 9823.0, 9761.0, 9795.0, 9798.0, 9770.0, 9809.0, 9739.0, 9793.0, 9784.0, 9749.0, 9804.0, 9762.0, 9765.0, 9785.0, 9744.0, 9785.0, 9700.0, 9754.0, 9783.0, 9737.0, 9792.0, 9757.0, 9742.0, 9781.0, 9731.0, 9784.0, 9784.0, 9750.0, 9787.0, 9728.0, 9770.0, 9751.0, 9726.0, 9778.0, 9729.0, 9748.0, 9766.0, 9727.0, 9782.0, 9746.0, 9713.0, 9783.0, 9727.0, 9754.0, 9763.0, 9709.0, 9763.0, 9749.0, 9727.0, 9786.0, 9710.0, 9750.0, 9762.0, 9712.0, 9778.0, 9777.0, 9727.0, 9767.0, 9705.0, 9735.0, 9760.0, 9726.0, 9771.0, 9778.0, 9726.0, 9765.0, 9697.0, 9754.0, 9762.0, 9728.0, 9781.0, 9756.0, 9759.0, 9784.0, 9743.0, 9787.0, 9753.0, 9728.0, 9783.0, 9730.0, 9758.0, 9763.0, 9727.0, 9777.0, 9696.0, 9741.0, 9782.0, 9736.0, 9770.0, 9763.0, 9742.0, 9780.0, 9696.0, 9754.0, 9786.0, 9726.0, 9760.0, 9695.0, 9728.0, 9770.0, 9721.0, 9781.0, 9787.0, 9745.0, 9789.0, 9719.0, 9758.0, 9804.0, 9764.0, 9776.0, 9784.0, 9748.0, 9791.0, 9713.0, 9761.0, 9805.0, 9753.0, 9786.0, 9744.0, 9742.0, 9787.0, 9728.0, 9758.0, 9785.0, 9727.0, 9768.0, 9765.0, 9727.0, 9780.0, 9712.0, 9746.0, 9785.0, 9730.0, 9784.0, 9701.0, 9762.0, 9801.0, 9740.0, 9795.0, 9771.0, 9747.0, 9802.0, 9729.0, 9786.0, 9796.0, 9745.0, 9770.0, 9762.0, 9733.0, 9764.0, 9690.0, 9732.0, 9777.0, 9725.0, 9764.0, 9730.0, 9705.0, 9760.0, 9686.0, 9733.0, 9775.0, 9694.0, 9746.0, 9740.0, 9702.0, 9755.0, 9685.0, 9705.0, 9774.0, 9690.0, 9735.0, 9745.0, 9709.0, 9749.0, 9763.0, 9727.0, 9767.0, 9695.0, 9738.0, 9764.0, 9708.0, 9769.0, 9798.0, 9739.0, 9793.0, 9723.0, 9778.0, 9753.0, 9754.0, 9807.0, 9754.0, 9787.0, 9821.0, 9765.0, 9791.0, 9718.0, 9779.0, 9803.0, 9748.0, 9808.0, 9791.0, 9761.0, 9783.0, 9745.0, 9789.0, 9785.0, 9750.0, 9785.0, 9729.0, 9772.0, 9783.0, 9743.0, 9785.0, 9744.0, 9744.0, 9764.0, 9725.0, 9766.0, 9774.0, 9710.0, 9767.0, 9754.0, 9730.0, 9768.0, 9712.0, 9769.0, 9782.0, 9730.0, 9788.0, 9773.0, 9745.0, 9784.0, 9729.0, 9774.0, 9798.0, 9733.0, 9790.0, 9769.0, 9744.0, 9803.0, 9698.0, 9760.0, 9802.0, 9735.0, 9776.0, 9782.0, 9745.0, 9783.0, 9714.0, 9741.0, 9798.0, 9724.0, 9753.0, 9761.0, 9712.0, 9767.0, 9779.0, 9730.0, 9790.0, 9717.0, 9748.0, 9788.0, 9738.0, 9795.0, 9790.0, 9754.0, 9813.0, 9743.0, 9785.0, 9810.0, 9756.0, 9811.0, 9743.0, 9775.0, 9825.0, 9756.0, 9809.0, 9794.0, 9752.0, 9807.0, 9761.0, 9763.0, 9804.0, 9746.0, 9789.0, 9787.0, 9735.0, 9806.0, 9757.0, 9749.0, 9771.0, 9730.0, 9786.0, 9741.0, 9734.0, 9799.0, 9721.0, 9763.0, 9782.0, 9750.0, 9792.0, 9722.0, 9752.0, 9823.0, 9755.0, 9782.0, 9805.0, 9751.0, 9805.0, 9775.0, 9751.0, 9806.0, 9732.0, 9762.0, 9785.0, 9731.0, 9788.0, 9799.0, 9752.0, 9793.0, 9732.0, 9762.0, 9802.0, 9735.0, 9792.0, 9803.0, 9765.0, 9809.0, 9758.0, 9763.0, 9801.0, 9722.0, 9778.0, 9816.0, 9768.0, 9808.0, 9725.0, 9768.0, 9807.0, 9752.0, 9793.0, 9822.0, 9756.0, 9797.0, 9724.0, 9787.0, 9802.0, 9805.0, 9836.0, 9764.0, 9793.0, 9848.0, 9802.0, 9855.0, 9787.0, 9870.0, 9821.0, 9838.0, 9820.0, 9816.0, 9759.0, 9819.0, 9807.0, 9825.0, 9865.0, 9789.0, 9830.0, 9867.0, 9799.0, 9830.0, 9760.0, 9833.0, 9803.0, 9839.0, 9854.0, 9791.0, 9826.0, 9775.0, 9813.0, 9755.0, 9826.0, 9873.0, 9817.0, 9829.0, 9790.0, 9806.0, 9751.0, 9804.0, 9754.0, 9810.0, 9830.0, 9791.0, 9813.0, 9806.0, 9854.0, 9809.0, 9809.0, 9769.0, 9804.0, 9734.0, 9791.0, 9822.0, 9783.0, 9808.0, 9746.0, 9786.0, 9714.0, 9756.0, 9780.0, 9725.0, 9773.0, 9797.0, 9739.0, 9762.0, 9723.0, 9767.0, 9725.0, 9746.0, 9805.0, 9737.0, 9774.0, 9718.0, 9750.0, 9803.0, 9733.0, 9793.0, 9822.0, 9768.0, 9802.0, 9732.0, 9777.0, 9783.0, 9742.0, 9775.0, 9802.0, 9747.0, 9768.0, 9714.0, 9759.0, 9785.0, 9754.0, 9822.0, 9741.0, 9770.0, 9782.0, 9761.0, 9831.0, 9776.0, 9796.0, 9816.0, 9780.0, 9832.0, 9760.0, 9795.0, 9856.0, 9794.0, 9803.0, 9814.0, 9775.0, 9832.0, 9829.0, 9794.0, 9814.0, 9755.0, 9783.0, 9806.0, 9754.0, 9833.0, 9828.0, 9780.0, 9806.0, 9735.0, 9778.0, 9803.0, 9768.0, 9811.0, 9772.0, 9759.0, 9800.0, 9747.0, 9788.0, 9798.0, 9762.0, 9791.0, 9712.0, 9736.0, 9763.0, 9724.0, 9766.0, 9779.0, 9742.0, 9781.0, 9706.0, 9750.0, 9761.0, 9723.0, 9767.0, 9768.0, 9744.0, 9765.0, 9728.0, 9785.0, 9766.0, 9748.0, 9803.0, 9734.0, 9759.0, 9784.0, 9733.0, 9786.0, 9772.0, 9753.0, 9801.0, 9715.0, 9773.0, 9782.0, 9731.0, 9808.0, 9764.0, 9762.0, 9785.0, 9746.0, 9790.0, 9785.0, 9746.0, 9806.0, 9757.0, 9742.0, 9781.0, 9726.0, 9768.0, 9778.0, 9742.0, 9785.0, 9710.0, 9738.0, 9765.0, 9727.0, 9784.0, 9782.0, 9745.0, 9785.0, 9723.0, 9737.0, 9762.0, 9719.0, 9748.0, 9775.0, 9726.0, 9781.0, 9695.0, 9738.0, 9764.0, 9726.0, 9784.0, 9781.0, 9747.0, 9799.0, 9711.0, 9754.0, 9778.0, 9724.0, 9766.0, 9781.0, 9742.0, 9766.0, 9705.0, 9735.0, 9760.0, 9703.0, 9750.0, 9777.0, 9721.0, 9756.0, 9675.0, 9723.0, 9762.0, 9711.0, 9772.0, 9780.0, 9740.0, 9768.0, 9696.0, 9727.0, 9780.0, 9731.0, 9777.0, 9772.0, 9748.0, 9814.0, 9761.0, 9798.0, 9808.0, 9794.0, 9816.0, 9740.0, 9769.0, 9809.0, 9763.0, 9837.0, 9781.0, 9796.0, 9834.0, 9776.0, 9803.0, 9801.0, 9778.0, 9832.0, 9765.0, 9828.0, 9854.0, 9797.0, 9836.0, 9784.0, 9842.0, 9825.0, 9801.0, 9873.0, 9800.0, 9828.0, 9852.0, 9810.0, 9851.0, 9776.0, 9807.0, 9844.0, 9772.0, 9815.0, 9744.0, 9787.0, 9825.0, 9761.0, 9815.0, 9823.0, 9768.0, 9810.0, 9752.0, 9794.0, 9821.0, 9767.0, 9808.0, 9738.0, 9783.0, 9817.0, 9754.0, 9832.0, 9780.0, 9767.0, 9805.0, 9754.0, 9810.0, 9744.0, 9793.0, 9828.0, 9772.0, 9829.0, 9760.0, 9803.0, 9849.0, 9795.0, 9831.0, 9759.0, 9802.0, 9828.0, 9773.0, 9834.0, 9775.0, 9800.0, 9823.0, 9770.0, 9813.0, 9762.0, 9806.0, 9812.0, 9773.0, 9827.0, 9774.0, 9818.0, 9790.0, 9793.0, 9828.0, 9775.0, 9829.0, 9755.0, 9808.0, 9844.0, 9787.0, 9814.0, 9758.0, 9813.0, 9809.0, 9775.0, 9828.0, 9768.0, 9813.0, 9741.0, 9785.0, 9824.0, 9777.0, 9832.0, 9767.0, 9782.0, 9809.0, 9770.0, 9810.0, 9762.0, 9815.0, 9756.0, 9787.0, 9825.0, 9771.0, 9826.0, 9759.0, 9786.0, 9797.0, 9771.0, 9810.0, 9770.0, 9814.0, 9816.0, 9787.0, 9812.0, 9770.0, 9811.0, 9757.0, 9774.0, 9810.0, 9770.0, 9812.0, 9728.0, 9772.0, 9811.0, 9779.0, 9819.0, 9798.0, 9788.0, 9813.0, 9773.0, 9817.0, 9839.0, 9791.0, 9817.0, 9759.0, 9816.0, 9826.0, 9779.0, 9854.0, 9776.0, 9805.0, 9798.0, 9774.0, 9829.0, 9761.0, 9835.0, 9826.0, 9788.0, 9811.0, 9738.0, 9796.0, 9843.0, 9773.0, 9813.0, 9741.0, 9784.0, 9803.0, 9763.0, 9815.0, 9798.0, 9766.0, 9790.0, 9749.0, 9806.0, 9746.0, 9764.0, 9821.0, 9748.0, 9805.0, 9719.0, 9762.0, 9802.0, 9751.0, 9813.0, 9774.0, 9763.0, 9799.0, 9746.0, 9789.0, 9809.0, 9769.0, 9791.0, 9734.0, 9789.0, 9743.0, 9746.0, 9804.0, 9756.0, 9789.0, 9758.0, 9745.0, 9785.0, 9710.0, 9772.0, 9803.0, 9744.0, 9783.0, 9716.0, 9784.0, 9781.0, 9750.0, 9805.0, 9718.0, 9772.0, 9758.0, 9743.0, 9799.0, 9741.0, 9812.0, 9789.0, 9764.0, 9799.0, 9744.0, 9789.0, 9815.0, 9760.0, 9782.0, 9728.0, 9771.0, 9762.0, 9722.0, 9781.0, 9724.0, 9738.0, 9765.0, 9723.0, 9777.0, 9695.0, 9744.0, 9800.0, 9727.0, 9766.0, 9697.0, 9724.0, 9775.0, 9715.0, 9767.0, 9765.0, 9739.0, 9779.0, 9708.0, 9757.0, 9800.0, 9743.0, 9780.0, 9713.0, 9769.0, 9782.0, 9748.0, 9803.0, 9741.0, 9740.0, 9779.0, 9723.0, 9782.0, 9794.0, 9739.0, 9780.0, 9711.0, 9767.0, 9764.0, 9744.0, 9803.0, 9730.0, 9757.0, 9765.0, 9729.0, 9783.0, 9730.0, 9775.0, 9783.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.00025816479400749063</td></tr>
<tr><td colspan=3>aqi</td><td>0.023138133801498127</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.987903108875386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1559215647422667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9715868134770377</td></tr>
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
<tr><td colspan=3>fber</td><td>6078.0474</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06666186749823948</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.404494382022472</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4935599869921288</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4215605786291334</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672767572639892</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3863518097073624</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135201</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01488678902387619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042893484234809875</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>4.075443265148975</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>20.0678</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3429</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.9947</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.2662</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3585.2713</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.9501</td></tr>
<tr><td colspan=3>tsnr</td><td>39.79356376826763</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>