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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-03/func/sub-0064_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5b97d90b81f25280fd5ccb34ae4a7a50</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:55:10.087500</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.997056, -0.0675931, -0.0361936, 0.0683221, 0.997477, 0.0192975]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0820036</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7737, -7251, 555, -20, -134, -23, 119]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>adf24489-f631-4e65-a76b-290e94fe8513||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.6750290393829346, 0.18330326676368713, -0.0939544141292572, 110.84032440185547], [0.18134738504886627, 2.676156997680664, 0.058626629412174225, -101.91388702392578], [-0.09710489213466644, -0.051773909479379654, 2.697727918624878, -66.48027801513672], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['095510.087500', '095510.547500', '095511.007500', '095511.467500', '095511.927500', '095512.387500', '095512.847500', '095513.307500', '095513.767500', '095514.227500', '095514.687500', '095515.147500', '095515.607500', '095516.067500', '095516.527500', '095516.987500', '095517.447500', '095517.907500', '095518.367500', '095518.827500', '095519.287500', '095519.747500', '095520.207500', '095520.667500', '095521.127500', '095521.587500', '095522.047500', '095522.507500', '095522.967500', '095523.427500', '095523.887500', '095524.347500', '095524.807500', '095525.267500', '095525.727500', '095526.187500', '095526.647500', '095527.107500', '095527.567500', '095528.027500', '095528.487500', '095528.947500', '095529.407500', '095529.867500', '095530.327500', '095530.787500', '095531.247500', '095531.707500', '095532.167500', '095532.627500', '095533.087500', '095533.547500', '095534.007500', '095534.467500', '095534.927500', '095535.387500', '095535.847500', '095536.307500', '095536.767500', '095537.227500', '095537.687500', '095538.147500', '095538.607500', '095539.067500', '095539.527500', '095539.987500', '095540.447500', '095540.907500', '095541.367500', '095541.827500', '095542.287500', '095542.747500', '095543.207500', '095543.667500', '095544.127500', '095544.587500', '095545.047500', '095545.507500', '095545.967500', '095546.427500', '095546.887500', '095547.347500', '095547.807500', '095548.267500', '095548.727500', '095549.187500', '095549.647500', '095550.107500', '095550.567500', '095551.027500', '095551.487500', '095551.947500', '095552.407500', '095552.867500', '095553.327500', '095553.787500', '095554.247500', '095554.707500', '095555.167500', '095555.627500', '095556.087500', '095556.547500', '095557.007500', '095557.467500', '095557.927500', '095558.387500', '095558.847500', '095559.307500', '095559.767500', '095600.227500', '095600.687500', '095601.147500', '095601.607500', '095602.067500', '095602.527500', '095602.987500', '095603.447500', '095603.907500', '095604.367500', '095604.827500', '095605.287500', '095605.747500', '095606.207500', '095606.667500', '095607.127500', '095607.587500', '095608.047500', '095608.507500', '095608.967500', '095609.427500', '095609.887500', '095610.347500', '095610.807500', '095611.267500', '095611.727500', '095612.187500', '095612.647500', '095613.107500', '095613.567500', '095614.027500', '095614.487500', '095614.947500', '095615.407500', '095615.867500', '095616.327500', '095616.787500', '095617.247500', '095617.707500', '095618.167500', '095618.627500', '095619.087500', '095619.547500', '095620.007500', '095620.467500', '095620.927500', '095621.387500', '095621.847500', '095622.307500', '095622.767500', '095623.227500', '095623.687500', '095624.147500', '095624.607500', '095625.067500', '095625.527500', '095625.987500', '095626.447500', '095626.907500', '095627.367500', '095627.827500', '095628.287500', '095628.747500', '095629.207500', '095629.667500', '095630.127500', '095630.587500', '095631.047500', '095631.507500', '095631.967500', '095632.427500', '095632.887500', '095633.347500', '095633.807500', '095634.267500', '095634.727500', '095635.187500', '095635.647500', '095636.107500', '095636.567500', '095637.027500', '095637.487500', '095637.947500', '095638.407500', '095638.867500', '095639.327500', '095639.787500', '095640.247500', '095640.707500', '095641.167500', '095641.627500', '095642.087500', '095642.547500', '095643.007500', '095643.467500', '095643.927500', '095644.387500', '095644.847500', '095645.307500', '095645.767500', '095646.227500', '095646.687500', '095647.147500', '095647.607500', '095648.067500', '095648.527500', '095648.987500', '095649.447500', '095649.907500', '095650.367500', '095650.827500', '095651.287500', '095651.747500', '095652.207500', '095652.667500', '095653.127500', '095653.587500', '095654.047500', '095654.507500', '095654.967500', '095655.427500', '095655.887500', '095656.347500', '095656.807500', '095657.267500', '095657.727500', '095658.187500', '095658.647500', '095659.107500', '095659.567500', '095700.027500', '095700.487500', '095700.947500', '095701.407500', '095701.867500', '095702.327500', '095702.787500', '095703.247500', '095703.707500', '095704.167500', '095704.627500', '095705.087500', '095705.547500', '095706.007500', '095706.467500', '095706.927500', '095707.387500', '095707.847500', '095708.307500', '095708.767500', '095709.227500', '095709.687500', '095710.147500', '095710.607500', '095711.067500', '095711.527500', '095711.987500', '095712.447500', '095712.907500', '095713.367500', '095713.827500', '095714.287500', '095714.747500', '095715.207500', '095715.667500', '095716.127500', '095716.587500', '095717.047500', '095717.507500', '095717.967500', '095718.427500', '095718.887500', '095719.347500', '095719.807500', '095720.267500', '095720.727500', '095721.187500', '095721.647500', '095722.107500', '095722.567500', '095723.027500', '095723.487500', '095723.947500', '095724.407500', '095724.867500', '095725.327500', '095725.787500', '095726.247500', '095726.707500', '095727.167500', '095727.627500', '095728.087500', '095728.547500', '095729.007500', '095729.467500', '095729.927500', '095730.387500', '095730.847500', '095731.307500', '095731.767500', '095732.227500', '095732.687500', '095733.147500', '095733.607500', '095734.067500', '095734.527500', '095734.987500', '095735.447500', '095735.907500', '095736.367500', '095736.827500', '095737.287500', '095737.747500', '095738.207500', '095738.667500', '095739.127500', '095739.587500', '095740.047500', '095740.507500', '095740.967500', '095741.427500', '095741.887500', '095742.347500', '095742.807500', '095743.267500', '095743.727500', '095744.187500', '095744.647500', '095745.107500', '095745.567500', '095746.027500', '095746.487500', '095746.947500', '095747.407500', '095747.867500', '095748.327500', '095748.787500', '095749.247500', '095749.707500', '095750.167500', '095750.627500', '095751.087500', '095751.547500', '095752.007500', '095752.467500', '095752.927500', '095753.387500', '095753.847500', '095754.307500', '095754.767500', '095755.227500', '095755.687500', '095756.147500', '095756.607500', '095757.067500', '095757.527500', '095757.987500', '095758.447500', '095758.907500', '095759.367500', '095759.827500', '095800.287500', '095800.747500', '095801.207500', '095801.667500', '095802.127500', '095802.587500', '095803.047500', '095803.507500', '095803.967500', '095804.427500', '095804.887500', '095805.347500', '095805.807500', '095806.267500', '095806.727500', '095807.187500', '095807.647500', '095808.107500', '095808.567500', '095809.027500', '095809.487500', '095809.947500', '095810.407500', '095810.867500', '095811.327500', '095811.787500', '095812.247500', '095812.707500', '095813.167500', '095813.627500', '095814.087500', '095814.547500', '095815.007500', '095815.467500', '095815.927500', '095816.387500', '095816.847500', '095817.307500', '095817.767500', '095818.227500', '095818.687500', '095819.147500', '095819.607500', '095820.067500', '095820.527500', '095820.987500', '095821.447500', '095821.907500', '095822.367500', '095822.827500', '095823.287500', '095823.747500', '095824.207500', '095824.667500', '095825.127500', '095825.587500', '095826.047500', '095826.507500', '095826.967500', '095827.427500', '095827.887500', '095828.347500', '095828.807500', '095829.267500', '095829.727500', '095830.187500', '095830.647500', '095831.107500', '095831.567500', '095832.027500', '095832.487500', '095832.947500', '095833.407500', '095833.867500', '095834.327500', '095834.787500', '095835.247500', '095835.707500', '095836.167500', '095836.627500', '095837.087500', '095837.547500', '095838.007500', '095838.467500', '095838.927500', '095839.387500', '095839.847500', '095840.307500', '095840.767500', '095841.227500', '095841.687500', '095842.147500', '095842.607500', '095843.067500', '095843.527500', '095843.987500', '095844.447500', '095844.907500', '095845.367500', '095845.827500', '095846.287500', '095846.747500', '095847.207500', '095847.667500', '095848.127500', '095848.587500', '095849.047500', '095849.507500', '095849.967500', '095850.427500', '095850.887500', '095851.347500', '095851.807500', '095852.267500', '095852.727500', '095853.187500', '095853.647500', '095854.107500', '095854.567500', '095855.027500', '095855.487500', '095855.947500', '095856.407500', '095856.867500', '095857.327500', '095857.787500', '095858.247500', '095858.707500', '095859.167500', '095859.627500', '095900.087500', '095900.547500', '095901.007500', '095901.467500', '095901.927500', '095902.387500', '095902.847500', '095903.307500', '095903.767500', '095904.227500', '095904.687500', '095905.147500', '095905.607500', '095906.067500', '095906.527500', '095906.987500', '095907.447500', '095907.907500', '095908.367500', '095908.827500', '095909.287500', '095909.747500', '095910.207500', '095910.667500', '095911.127500', '095911.587500', '095912.047500', '095912.507500', '095912.967500', '095913.427500', '095913.887500', '095914.347500', '095914.807500', '095915.267500', '095915.727500', '095916.187500', '095916.647500', '095917.107500', '095917.567500', '095918.027500', '095918.487500', '095918.947500', '095919.407500', '095919.867500', '095920.327500', '095920.787500', '095921.247500', '095921.707500', '095922.167500', '095922.627500', '095923.087500', '095923.547500', '095924.007500', '095924.467500', '095924.927500', '095925.387500', '095925.847500', '095926.307500', '095926.767500', '095927.227500', '095927.687500', '095928.147500', '095928.607500', '095929.067500', '095929.527500', '095929.987500', '095930.447500', '095930.907500', '095931.367500', '095931.827500', '095932.287500', '095932.747500', '095933.207500', '095933.667500', '095934.127500', '095934.587500', '095935.047500', '095935.507500', '095935.967500', '095936.427500', '095936.887500', '095937.347500', '095937.807500', '095938.267500', '095938.727500', '095939.187500', '095939.647500', '095940.107500', '095940.567500', '095941.027500', '095941.487500', '095941.947500', '095942.407500', '095942.867500', '095943.327500', '095943.787500', '095944.247500', '095944.707500', '095945.167500', '095945.627500', '095946.087500', '095946.547500', '095947.007500', '095947.467500', '095947.927500', '095948.387500', '095948.847500', '095949.307500', '095949.767500', '095950.227500', '095950.687500', '095951.147500', '095951.607500', '095952.067500', '095952.527500', '095952.987500', '095953.447500', '095953.907500', '095954.367500', '095954.827500', '095955.287500', '095955.747500', '095956.207500', '095956.667500', '095957.127500', '095957.587500', '095958.047500', '095958.507500', '095958.967500', '095959.427500', '095959.887500', '100000.347500', '100000.807500', '100001.267500', '100001.727500', '100002.187500', '100002.647500', '100003.107500', '100003.567500', '100004.027500', '100004.487500', '100004.947500', '100005.407500', '100005.867500', '100006.327500', '100006.787500', '100007.247500', '100007.707500', '100008.167500', '100008.627500', '100009.087500', '100009.547500', '100010.007500', '100010.467500', '100010.927500', '100011.387500', '100011.847500', '100012.307500', '100012.767500', '100013.227500', '100013.687500', '100014.147500', '100014.607500', '100015.067500', '100015.527500', '100015.987500', '100016.447500', '100016.907500', '100017.367500', '100017.827500', '100018.287500', '100018.747500', '100019.207500', '100019.667500', '100020.127500', '100020.587500', '100021.047500', '100021.507500', '100021.967500', '100022.427500', '100022.887500', '100023.347500', '100023.807500', '100024.267500', '100024.727500', '100025.187500', '100025.647500', '100026.107500', '100026.567500', '100027.027500', '100027.487500', '100027.947500', '100028.407500', '100028.867500', '100029.327500', '100029.787500', '100030.247500', '100030.707500', '100031.167500', '100031.627500', '100032.087500', '100032.547500', '100033.007500', '100033.467500', '100033.927500', '100034.387500', '100034.847500', '100035.307500', '100035.767500', '100036.227500', '100036.687500', '100037.147500', '100037.607500', '100038.067500', '100038.527500', '100038.987500', '100039.447500', '100039.907500', '100040.367500', '100040.827500', '100041.287500', '100041.747500', '100042.207500', '100042.667500', '100043.127500', '100043.587500', '100044.047500', '100044.507500', '100044.967500', '100045.427500', '100045.887500', '100046.347500', '100046.807500', '100047.267500', '100047.727500', '100048.187500', '100048.647500', '100049.107500', '100049.567500', '100050.027500', '100050.487500', '100050.947500', '100051.407500', '100051.867500', '100052.327500', '100052.787500', '100053.247500', '100053.707500', '100054.167500', '100054.627500', '100055.087500', '100055.547500', '100056.007500', '100056.467500', '100056.927500', '100057.387500', '100057.847500', '100058.307500', '100058.767500', '100059.227500', '100059.687500', '100100.147500', '100100.607500', '100101.067500', '100101.527500', '100101.987500', '100102.447500', '100102.907500', '100103.367500', '100103.827500', '100104.287500', '100104.747500', '100105.207500', '100105.667500', '100106.127500', '100106.587500', '100107.047500', '100107.507500', '100107.967500', '100108.427500', '100108.887500', '100109.347500', '100109.807500', '100110.267500', '100110.727500', '100111.187500', '100111.647500', '100112.107500', '100112.567500', '100113.027500', '100113.487500', '100113.947500', '100114.407500', '100114.867500', '100115.327500', '100115.787500', '100116.247500', '100116.707500', '100117.167500', '100117.627500', '100118.087500', '100118.547500', '100119.007500', '100119.467500', '100119.927500', '100120.387500', '100120.847500', '100121.307500', '100121.767500', '100122.227500', '100122.687500', '100123.147500', '100123.607500', '100124.067500', '100124.527500', '100124.987500', '100125.447500', '100125.907500', '100126.367500', '100126.827500', '100127.287500', '100127.747500', '100128.207500', '100128.667500', '100129.127500', '100129.587500', '100130.047500', '100130.507500', '100130.967500', '100131.427500', '100131.887500', '100132.347500', '100132.807500', '100133.267500', '100133.727500', '100134.187500', '100134.647500', '100135.107500', '100135.567500', '100136.027500', '100136.487500', '100136.947500', '100137.407500', '100137.867500', '100138.327500', '100138.787500', '100139.247500', '100139.707500', '100140.167500', '100140.627500', '100141.087500', '100141.547500', '100142.007500', '100142.467500', '100142.927500', '100143.387500', '100143.847500', '100144.307500', '100144.767500', '100145.227500', '100145.687500', '100146.147500', '100146.607500', '100147.067500', '100147.527500', '100147.987500', '100148.447500', '100148.907500', '100149.367500', '100149.827500', '100150.287500', '100150.747500', '100151.207500', '100151.667500', '100152.127500', '100152.587500', '100153.047500', '100153.507500', '100153.967500', '100154.427500', '100154.887500', '100155.347500', '100155.807500', '100156.267500', '100156.727500', '100157.187500', '100157.647500', '100158.107500', '100158.567500', '100159.027500', '100159.487500', '100159.947500', '100200.407500', '100200.867500', '100201.327500', '100201.787500', '100202.247500', '100202.707500', '100203.167500', '100203.627500', '100204.087500', '100204.547500', '100205.007500', '100205.467500', '100205.927500', '100206.387500', '100206.847500', '100207.307500', '100207.767500', '100208.227500', '100208.687500', '100209.147500', '100209.607500', '100210.067500', '100210.527500', '100210.987500', '100211.447500', '100211.907500', '100212.367500', '100212.827500', '100213.287500', '100213.747500', '100214.207500', '100214.667500', '100215.127500', '100215.587500', '100216.047500', '100216.507500', '100216.967500', '100217.427500', '100217.887500', '100218.347500', '100218.807500', '100219.267500', '100219.727500', '100220.187500', '100220.647500', '100221.107500', '100221.567500', '100222.027500', '100222.487500', '100222.947500', '100223.407500', '100223.867500', '100224.327500', '100224.787500', '100225.247500', '100225.707500', '100226.167500', '100226.627500', '100227.087500', '100227.547500', '100228.007500', '100228.467500', '100228.927500', '100229.387500', '100229.847500', '100230.307500', '100230.767500', '100231.227500', '100231.687500', '100232.147500', '100232.607500', '100233.067500', '100233.527500', '100233.987500', '100234.447500', '100234.907500', '100235.367500', '100235.827500', '100236.287500', '100236.747500', '100237.207500', '100237.667500', '100238.127500', '100238.587500', '100239.047500', '100239.507500', '100239.967500', '100240.427500', '100240.887500', '100241.347500', '100241.807500', '100242.267500', '100242.727500', '100243.187500', '100243.647500', '100244.107500', '100244.567500', '100245.027500', '100245.487500', '100245.947500', '100246.407500', '100246.867500', '100247.327500', '100247.787500', '100248.247500', '100248.707500', '100249.167500', '100249.627500', '100250.087500', '100250.547500', '100251.007500', '100251.467500', '100251.927500', '100252.387500', '100252.847500', '100253.307500', '100253.767500', '100254.227500', '100254.687500', '100255.147500', '100255.607500', '100256.067500', '100256.527500', '100256.987500', '100257.447500', '100257.907500', '100258.367500', '100258.827500', '100259.287500', '100259.747500', '100300.207500', '100300.667500', '100301.127500', '100301.587500', '100302.047500', '100302.507500', '100302.967500', '100303.427500', '100303.887500', '100304.347500', '100304.807500', '100305.267500', '100305.727500', '100306.187500', '100306.647500', '100307.107500', '100307.567500', '100308.027500', '100308.487500', '100308.947500', '100309.407500', '100309.867500', '100310.327500', '100310.787500', '100311.247500', '100311.707500', '100312.167500', '100312.627500', '100313.087500', '100313.547500', '100314.007500', '100314.467500', '100314.927500', '100315.387500', '100315.847500', '100316.307500', '100316.767500', '100317.227500', '100317.687500', '100318.147500', '100318.607500', '100319.067500', '100319.527500'], 'ContentTime': ['095535.297000', '095535.301000', '095535.303000', '095535.306000', '095535.308000', '095535.311000', '095535.314000', '095535.317000', '095535.319000', '095535.322000', '095535.324000', '095535.327000', '095535.330000', '095535.332000', '095535.335000', '095535.338000', '095535.340000', '095535.343000', '095535.345000', '095535.348000', '095535.350000', '095535.353000', '095535.356000', '095535.358000', '095535.361000', '095535.363000', '095535.366000', '095535.369000', '095535.371000', '095535.374000', '095535.384000', '095535.386000', '095535.389000', '095535.391000', '095535.394000', '095535.396000', '095535.399000', '095535.402000', '095535.404000', '095535.407000', '095535.409000', '095535.412000', '095535.415000', '095535.417000', '095535.420000', '095535.422000', '095535.425000', '095535.427000', '095535.430000', '095535.433000', '095535.435000', '095535.438000', '095535.441000', '095555.254000', '095555.257000', '095555.259000', '095555.262000', '095555.264000', '095555.267000', '095555.273000', '095555.275000', '095555.278000', '095555.281000', '095555.283000', '095555.286000', '095555.288000', '095555.291000', '095555.294000', '095555.296000', '095555.299000', '095555.301000', '095555.304000', '095555.307000', '095555.309000', '095555.312000', '095555.315000', '095555.317000', '095555.320000', '095555.322000', '095555.325000', '095555.328000', '095555.330000', '095555.333000', '095555.335000', '095555.338000', '095555.341000', '095555.343000', '095555.346000', '095555.348000', '095555.351000', '095555.354000', '095555.356000', '095555.359000', '095555.361000', '095555.364000', '095555.366000', '095615.253000', '095615.258000', '095615.275000', '095615.278000', '095615.281000', '095615.283000', '095615.286000', '095615.289000', '095615.291000', '095615.294000', '095615.297000', '095615.299000', '095615.302000', '095615.304000', '095615.307000', '095615.310000', '095615.312000', '095615.315000', '095615.318000', '095615.320000', '095615.323000', '095615.325000', '095615.328000', '095615.331000', '095615.333000', '095615.336000', '095615.339000', '095615.341000', '095615.344000', '095615.346000', '095615.349000', '095615.352000', '095615.354000', '095615.357000', '095615.360000', '095615.362000', '095615.365000', '095615.367000', '095615.370000', '095615.373000', '095615.375000', '095615.378000', '095615.381000', '095615.383000', '095635.254000', '095635.256000', '095635.259000', '095635.262000', '095635.265000', '095635.267000', '095635.270000', '095635.275000', '095635.278000', '095635.281000', '095635.283000', '095635.286000', '095635.289000', '095635.291000', '095635.294000', '095635.297000', '095635.299000', '095635.302000', '095635.305000', '095635.307000', '095635.310000', '095635.312000', '095635.315000', '095635.318000', '095635.320000', '095635.323000', '095635.325000', '095635.328000', '095635.331000', '095635.333000', '095635.336000', '095635.338000', '095635.341000', '095635.344000', '095635.346000', '095635.349000', '095635.352000', '095635.354000', '095635.357000', '095635.359000', '095635.362000', '095635.365000', '095635.367000', '095655.253000', '095655.256000', '095655.259000', '095655.262000', '095655.264000', '095655.275000', '095655.278000', '095655.281000', '095655.283000', '095655.286000', '095655.289000', '095655.291000', '095655.294000', '095655.296000', '095655.299000', '095655.302000', '095655.304000', '095655.307000', '095655.310000', '095655.312000', '095655.315000', '095655.318000', '095655.320000', '095655.323000', '095655.325000', '095655.328000', '095655.331000', '095655.333000', '095655.336000', '095655.339000', '095655.341000', '095655.344000', '095655.346000', '095655.349000', '095655.352000', '095655.354000', '095655.357000', '095655.360000', '095655.363000', '095655.365000', '095655.368000', '095655.370000', '095655.373000', '095655.376000', '095715.254000', '095715.257000', '095715.260000', '095715.263000', '095715.265000', '095715.268000', '095715.270000', '095715.273000', '095715.276000', '095715.278000', '095715.281000', '095715.284000', '095715.286000', '095715.289000', '095715.291000', '095715.294000', '095715.306000', '095715.308000', '095715.311000', '095715.314000', '095715.316000', '095715.319000', '095715.321000', '095715.324000', '095715.327000', '095715.329000', '095715.332000', '095715.335000', '095715.338000', '095715.340000', '095715.343000', '095715.345000', '095715.348000', '095715.351000', '095715.353000', '095715.356000', '095715.358000', '095715.361000', '095715.364000', '095715.366000', '095715.369000', '095715.372000', '095715.374000', '095735.253000', '095735.256000', '095735.259000', '095735.262000', '095735.265000', '095735.269000', '095735.272000', '095735.275000', '095735.278000', '095735.280000', '095735.283000', '095735.285000', '095735.288000', '095735.291000', '095735.293000', '095735.296000', '095735.299000', '095735.302000', '095735.304000', '095735.307000', '095735.310000', '095735.312000', '095735.315000', '095735.318000', '095735.320000', '095735.323000', '095735.325000', '095735.328000', '095735.331000', '095735.333000', '095735.336000', '095735.339000', '095735.341000', '095735.344000', '095735.346000', '095735.349000', '095735.352000', '095735.354000', '095735.357000', '095735.359000', '095735.362000', '095735.378000', '095735.381000', '095755.253000', '095755.256000', '095755.259000', '095755.262000', '095755.264000', '095755.267000', '095755.269000', '095755.276000', '095755.279000', '095755.281000', '095755.284000', '095755.287000', '095755.289000', '095755.292000', '095755.295000', '095755.297000', '095755.300000', '095755.303000', '095755.305000', '095755.308000', '095755.310000', '095755.313000', '095755.316000', '095755.318000', '095755.321000', '095755.323000', '095755.326000', '095755.329000', '095755.331000', '095755.334000', '095755.336000', '095755.339000', '095755.342000', '095755.344000', '095755.347000', '095755.350000', '095755.352000', '095755.355000', '095755.357000', '095755.360000', '095755.362000', '095755.365000', '095755.368000', '095755.370000', '095815.253000', '095815.256000', '095815.259000', '095815.262000', '095815.264000', '095815.267000', '095815.270000', '095815.272000', '095815.275000', '095815.278000', '095815.280000', '095815.283000', '095815.285000', '095815.288000', '095815.291000', '095815.293000', '095815.296000', '095815.299000', '095815.301000', '095815.304000', '095815.307000', '095815.309000', '095815.312000', '095815.315000', '095815.317000', '095815.320000', '095815.323000', '095815.326000', '095815.328000', '095815.331000', '095815.333000', '095815.336000', '095815.339000', '095815.341000', '095815.344000', '095815.347000', '095815.349000', '095815.352000', '095815.354000', '095815.357000', '095815.360000', '095815.363000', '095815.365000', '095835.254000', '095835.256000', '095835.259000', '095835.262000', '095835.264000', '095835.267000', '095835.270000', '095835.272000', '095835.275000', '095835.277000', '095835.280000', '095835.283000', '095835.285000', '095835.288000', '095835.291000', '095835.293000', '095835.296000', '095835.307000', '095835.309000', '095835.312000', '095835.315000', '095835.317000', '095835.320000', '095835.322000', '095835.325000', '095835.328000', '095835.331000', '095835.333000', '095835.336000', '095835.338000', '095835.341000', '095835.344000', '095835.346000', '095835.349000', '095835.352000', '095835.354000', '095835.357000', '095835.359000', '095835.362000', '095835.365000', '095835.367000', '095835.370000', '095835.372000', '095835.375000', '095855.253000', '095855.256000', '095855.259000', '095855.262000', '095855.264000', '095855.267000', '095855.270000', '095855.272000', '095855.275000', '095855.278000', '095855.280000', '095855.283000', '095855.286000', '095855.288000', '095855.291000', '095855.293000', '095855.296000', '095855.299000', '095855.301000', '095855.304000', '095855.308000', '095855.311000', '095855.313000', '095855.317000', '095855.319000', '095855.322000', '095855.324000', '095855.327000', '095855.330000', '095855.332000', '095855.335000', '095855.338000', '095855.341000', '095855.344000', '095855.347000', '095855.350000', '095855.352000', '095855.355000', '095855.358000', '095855.360000', '095855.363000', '095855.365000', '095855.368000', '095915.254000', '095915.257000', '095915.259000', '095915.262000', '095915.265000', '095915.268000', '095915.270000', '095915.273000', '095915.276000', '095915.288000', '095915.290000', '095915.293000', '095915.296000', '095915.298000', '095915.301000', '095915.304000', '095915.306000', '095915.309000', '095915.312000', '095915.314000', '095915.317000', '095915.319000', '095915.322000', '095915.353000', '095915.356000', '095915.358000', '095915.361000', '095915.363000', '095915.366000', '095915.369000', '095915.371000', '095915.374000', '095915.377000', '095915.379000', '095915.382000', '095915.384000', '095915.387000', '095915.390000', '095915.393000', '095915.395000', '095915.398000', '095915.400000', '095915.403000', '095915.406000', '095935.253000', '095935.256000', '095935.259000', '095935.262000', '095935.264000', '095935.267000', '095935.270000', '095935.272000', '095935.275000', '095935.277000', '095935.280000', '095935.283000', '095935.285000', '095935.288000', '095935.291000', '095935.293000', '095935.296000', '095935.299000', '095935.302000', '095935.305000', '095935.308000', '095935.311000', '095935.314000', '095935.316000', '095935.319000', '095935.322000', '095935.324000', '095935.327000', '095935.330000', '095935.332000', '095935.335000', '095935.337000', '095935.340000', '095935.343000', '095935.345000', '095935.348000', '095935.351000', '095935.353000', '095935.356000', '095935.358000', '095935.361000', '095935.364000', '095935.366000', '095955.254000', '095955.256000', '095955.259000', '095955.262000', '095955.265000', '095955.267000', '095955.270000', '095955.273000', '095955.276000', '095955.278000', '095955.281000', '095955.283000', '095955.286000', '095955.289000', '095955.291000', '095955.294000', '095955.296000', '095955.299000', '095955.302000', '095955.304000', '095955.307000', '095955.310000', '095955.312000', '095955.315000', '095955.318000', '095955.320000', '095955.323000', '095955.326000', '095955.328000', '095955.331000', '095955.333000', '095955.336000', '095955.339000', '095955.341000', '095955.344000', '095955.347000', '095955.349000', '095955.352000', '095955.354000', '095955.357000', '095955.360000', '095955.362000', '095955.365000', '095955.367000', '100015.254000', '100015.257000', '100015.259000', '100015.262000', '100015.264000', '100015.267000', '100015.270000', '100015.272000', '100015.275000', '100015.278000', '100015.280000', '100015.283000', '100015.285000', '100015.288000', '100015.291000', '100015.293000', '100015.296000', '100015.299000', '100015.301000', '100015.304000', '100015.307000', '100015.309000', '100015.312000', '100015.314000', '100015.317000', '100015.320000', '100015.322000', '100015.325000', '100015.328000', '100015.330000', '100015.333000', '100015.336000', '100015.338000', '100015.341000', '100015.344000', '100015.346000', '100015.349000', '100015.351000', '100015.354000', '100015.356000', '100015.359000', '100015.362000', '100015.365000', '100035.254000', '100035.256000', '100035.259000', '100035.262000', '100035.265000', '100035.267000', '100035.270000', '100035.272000', '100035.275000', '100035.278000', '100035.280000', '100035.283000', '100035.286000', '100035.288000', '100035.291000', '100035.294000', '100035.296000', '100035.299000', '100035.301000', '100035.304000', '100035.307000', '100035.309000', '100035.312000', '100035.315000', '100035.317000', '100035.320000', '100035.322000', '100035.325000', '100035.328000', '100035.330000', '100035.333000', '100035.335000', '100035.338000', '100035.341000', '100035.366000', '100035.368000', '100035.371000', '100035.374000', '100035.376000', '100035.379000', '100035.381000', '100035.384000', '100035.387000', '100035.389000', '100055.254000', '100055.256000', '100055.259000', '100055.262000', '100055.265000', '100055.267000', '100055.270000', '100055.273000', '100055.276000', '100055.278000', '100055.281000', '100055.284000', '100055.286000', '100055.289000', '100055.291000', '100055.294000', '100055.297000', '100055.299000', '100055.302000', '100055.305000', '100055.307000', '100055.310000', '100055.313000', '100055.315000', '100055.318000', '100055.321000', '100055.323000', '100055.326000', '100055.328000', '100055.331000', '100055.333000', '100055.336000', '100055.339000', '100055.342000', '100055.344000', '100055.347000', '100055.350000', '100055.352000', '100055.355000', '100055.358000', '100055.360000', '100055.363000', '100055.366000', '100115.254000', '100115.257000', '100115.259000', '100115.262000', '100115.265000', '100115.268000', '100115.270000', '100115.273000', '100115.276000', '100115.278000', '100115.281000', '100115.283000', '100115.286000', '100115.289000', '100115.291000', '100115.294000', '100115.297000', '100115.299000', '100115.302000', '100115.305000', '100115.307000', '100115.310000', '100115.312000', '100115.315000', '100115.317000', '100115.320000', '100115.323000', '100115.326000', '100115.328000', '100115.331000', '100115.334000', '100115.336000', '100115.339000', '100115.342000', '100115.344000', '100115.347000', '100115.349000', '100115.352000', '100115.355000', '100115.357000', '100115.360000', '100115.363000', '100115.365000', '100115.368000', '100135.254000', '100135.257000', '100135.259000', '100135.262000', '100135.265000', '100135.268000', '100135.270000', '100135.273000', '100135.275000', '100135.278000', '100135.281000', '100135.283000', '100135.286000', '100135.289000', '100135.291000', '100135.294000', '100135.297000', '100135.299000', '100135.302000', '100135.305000', '100135.308000', '100135.310000', '100135.313000', '100135.315000', '100135.318000', '100135.321000', '100135.323000', '100135.326000', '100135.328000', '100135.331000', '100135.334000', '100135.336000', '100135.339000', '100135.341000', '100135.344000', '100135.347000', '100135.349000', '100135.352000', '100135.355000', '100135.357000', '100135.360000', '100135.363000', '100135.366000', '100155.254000', '100155.256000', '100155.259000', '100155.262000', '100155.265000', '100155.267000', '100155.270000', '100155.272000', '100155.275000', '100155.278000', '100155.280000', '100155.283000', '100155.286000', '100155.288000', '100155.291000', '100155.293000', '100155.296000', '100155.299000', '100155.301000', '100155.304000', '100155.307000', '100155.309000', '100155.312000', '100155.315000', '100155.318000', '100155.320000', '100155.323000', '100155.325000', '100155.328000', '100155.330000', '100155.333000', '100155.336000', '100155.339000', '100155.341000', '100155.344000', '100155.346000', '100155.349000', '100155.352000', '100155.354000', '100155.357000', '100155.359000', '100155.362000', '100155.365000', '100155.367000', '100215.253000', '100215.256000', '100215.259000', '100215.262000', '100215.265000', '100215.267000', '100215.270000', '100215.273000', '100215.275000', '100215.278000', '100215.281000', '100215.283000', '100215.286000', '100215.288000', '100215.291000', '100215.294000', '100215.296000', '100215.299000', '100215.302000', '100215.304000', '100215.307000', '100215.310000', '100215.312000', '100215.315000', '100215.317000', '100215.320000', '100215.323000', '100215.325000', '100215.328000', '100215.330000', '100215.333000', '100215.336000', '100215.338000', '100215.341000', '100215.344000', '100215.346000', '100215.349000', '100215.351000', '100215.354000', '100215.357000', '100215.359000', '100215.362000', '100215.369000', '100235.253000', '100235.256000', '100235.259000', '100235.262000', '100235.264000', '100235.267000', '100235.269000', '100235.272000', '100235.275000', '100235.278000', '100235.280000', '100235.283000', '100235.285000', '100235.288000', '100235.291000', '100235.300000', '100235.302000', '100235.305000', '100235.308000', '100235.311000', '100235.313000', '100235.316000', '100235.318000', '100235.321000', '100235.324000', '100235.326000', '100235.329000', '100235.331000', '100235.334000', '100235.337000', '100235.339000', '100235.342000', '100235.345000', '100235.347000', '100235.350000', '100235.352000', '100235.355000', '100235.358000', '100235.360000', '100235.363000', '100235.365000', '100235.368000', '100235.371000', '100235.373000', '100255.254000', '100255.257000', '100255.259000', '100255.262000', '100255.264000', '100255.267000', '100255.270000', '100255.272000', '100255.275000', '100255.278000', '100255.280000', '100255.283000', '100255.285000', '100255.288000', '100255.291000', '100255.293000', '100255.296000', '100255.299000', '100255.301000', '100255.304000', '100255.307000', '100255.309000', '100255.312000', '100255.314000', '100255.317000', '100255.320000', '100255.322000', '100255.325000', '100255.328000', '100255.330000', '100255.333000', '100255.335000', '100255.338000', '100255.341000', '100255.343000', '100255.346000', '100255.348000', '100255.351000', '100255.354000', '100255.356000', '100255.359000', '100255.362000', '100255.364000', '100315.254000', '100315.257000', '100315.259000', '100315.262000', '100315.265000', '100315.267000', '100315.270000', '100315.272000', '100315.275000', '100315.278000', '100315.280000', '100315.283000', '100315.286000', '100315.288000', '100315.291000', '100315.294000', '100315.296000', '100315.299000', '100315.302000', '100315.304000', '100315.307000', '100315.309000', '100315.312000', '100315.315000', '100315.317000', '100315.320000', '100315.323000', '100315.325000', '100315.328000', '100315.330000', '100315.333000', '100315.336000', '100315.338000', '100315.341000', '100315.344000', '100315.346000', '100315.349000', '100315.351000', '100315.354000', '100315.357000', '100315.359000', '100315.367000', '100315.370000', '100315.373000', '100320.707000', '100320.710000', '100320.712000', '100320.715000', '100320.718000', '100320.720000', '100320.723000', '100320.725000', '100320.728000', '100320.731000', '100320.733000', '100320.736000'], 'InstanceCreationTime': ['095535.297000', '095535.301000', '095535.303000', '095535.306000', '095535.308000', '095535.311000', '095535.314000', '095535.317000', '095535.319000', '095535.322000', '095535.324000', '095535.327000', '095535.330000', '095535.332000', '095535.335000', '095535.338000', '095535.340000', '095535.343000', '095535.345000', '095535.348000', '095535.350000', '095535.353000', '095535.356000', '095535.358000', '095535.361000', '095535.363000', '095535.366000', '095535.369000', '095535.371000', '095535.374000', '095535.384000', '095535.386000', '095535.389000', '095535.391000', '095535.394000', '095535.396000', '095535.399000', '095535.402000', '095535.404000', '095535.407000', '095535.409000', '095535.412000', '095535.415000', '095535.417000', '095535.420000', '095535.422000', '095535.425000', '095535.427000', '095535.430000', '095535.433000', '095535.435000', '095535.438000', '095535.441000', '095555.254000', '095555.257000', '095555.259000', '095555.262000', '095555.264000', '095555.267000', '095555.273000', '095555.275000', '095555.278000', '095555.281000', '095555.283000', '095555.286000', '095555.288000', '095555.291000', '095555.294000', '095555.296000', '095555.299000', '095555.301000', '095555.304000', '095555.307000', '095555.309000', '095555.312000', '095555.315000', '095555.317000', '095555.320000', '095555.322000', '095555.325000', '095555.328000', '095555.330000', '095555.333000', '095555.335000', '095555.338000', '095555.341000', '095555.343000', '095555.346000', '095555.348000', '095555.351000', '095555.354000', '095555.356000', '095555.359000', '095555.361000', '095555.364000', '095555.366000', '095615.253000', '095615.258000', '095615.275000', '095615.278000', '095615.281000', '095615.283000', '095615.286000', '095615.289000', '095615.291000', '095615.294000', '095615.297000', '095615.299000', '095615.302000', '095615.304000', '095615.307000', '095615.310000', '095615.312000', '095615.315000', '095615.318000', '095615.320000', '095615.323000', '095615.325000', '095615.328000', '095615.331000', '095615.333000', '095615.336000', '095615.339000', '095615.341000', '095615.344000', '095615.346000', '095615.349000', '095615.352000', '095615.354000', '095615.357000', '095615.360000', '095615.362000', '095615.365000', '095615.367000', '095615.370000', '095615.373000', '095615.375000', '095615.378000', '095615.381000', '095615.383000', '095635.254000', '095635.256000', '095635.259000', '095635.262000', '095635.265000', '095635.267000', '095635.270000', '095635.275000', '095635.278000', '095635.281000', '095635.283000', '095635.286000', '095635.289000', '095635.291000', '095635.294000', '095635.297000', '095635.299000', '095635.302000', '095635.305000', '095635.307000', '095635.310000', '095635.312000', '095635.315000', '095635.318000', '095635.320000', '095635.323000', '095635.325000', '095635.328000', '095635.331000', '095635.333000', '095635.336000', '095635.338000', '095635.341000', '095635.344000', '095635.346000', '095635.349000', '095635.352000', '095635.354000', '095635.357000', '095635.359000', '095635.362000', '095635.365000', '095635.367000', '095655.253000', '095655.256000', '095655.259000', '095655.262000', '095655.264000', '095655.275000', '095655.278000', '095655.281000', '095655.283000', '095655.286000', '095655.289000', '095655.291000', '095655.294000', '095655.296000', '095655.299000', '095655.302000', '095655.304000', '095655.307000', '095655.310000', '095655.312000', '095655.315000', '095655.318000', '095655.320000', '095655.323000', '095655.325000', '095655.328000', '095655.331000', '095655.333000', '095655.336000', '095655.339000', '095655.341000', '095655.344000', '095655.346000', '095655.349000', '095655.352000', '095655.354000', '095655.357000', '095655.360000', '095655.363000', '095655.365000', '095655.368000', '095655.370000', '095655.373000', '095655.376000', '095715.254000', '095715.257000', '095715.260000', '095715.263000', '095715.265000', '095715.268000', '095715.270000', '095715.273000', '095715.276000', '095715.278000', '095715.281000', '095715.284000', '095715.286000', '095715.289000', '095715.291000', '095715.294000', '095715.306000', '095715.308000', '095715.311000', '095715.314000', '095715.316000', '095715.319000', '095715.321000', '095715.324000', '095715.327000', '095715.329000', '095715.332000', '095715.335000', '095715.338000', '095715.340000', '095715.343000', '095715.345000', '095715.348000', '095715.351000', '095715.353000', '095715.356000', '095715.358000', '095715.361000', '095715.364000', '095715.366000', '095715.369000', '095715.372000', '095715.374000', '095735.253000', '095735.256000', '095735.259000', '095735.262000', '095735.265000', '095735.269000', '095735.272000', '095735.275000', '095735.278000', '095735.280000', '095735.283000', '095735.285000', '095735.288000', '095735.291000', '095735.293000', '095735.296000', '095735.299000', '095735.302000', '095735.304000', '095735.307000', '095735.310000', '095735.312000', '095735.315000', '095735.318000', '095735.320000', '095735.323000', '095735.325000', '095735.328000', '095735.331000', '095735.333000', '095735.336000', '095735.339000', '095735.341000', '095735.344000', '095735.346000', '095735.349000', '095735.352000', '095735.354000', '095735.357000', '095735.359000', '095735.362000', '095735.378000', '095735.381000', '095755.253000', '095755.256000', '095755.259000', '095755.262000', '095755.264000', '095755.267000', '095755.269000', '095755.276000', '095755.279000', '095755.281000', '095755.284000', '095755.287000', '095755.289000', '095755.292000', '095755.295000', '095755.297000', '095755.300000', '095755.303000', '095755.305000', '095755.308000', '095755.310000', '095755.313000', '095755.316000', '095755.318000', '095755.321000', '095755.323000', '095755.326000', '095755.329000', '095755.331000', '095755.334000', '095755.336000', '095755.339000', '095755.342000', '095755.344000', '095755.347000', '095755.350000', '095755.352000', '095755.355000', '095755.357000', '095755.360000', '095755.362000', '095755.365000', '095755.368000', '095755.370000', '095815.253000', '095815.256000', '095815.259000', '095815.262000', '095815.264000', '095815.267000', '095815.270000', '095815.272000', '095815.275000', '095815.278000', '095815.280000', '095815.283000', '095815.285000', '095815.288000', '095815.291000', '095815.293000', '095815.296000', '095815.299000', '095815.301000', '095815.304000', '095815.307000', '095815.309000', '095815.312000', '095815.315000', '095815.317000', '095815.320000', '095815.323000', '095815.326000', '095815.328000', '095815.331000', '095815.333000', '095815.336000', '095815.339000', '095815.341000', '095815.344000', '095815.347000', '095815.349000', '095815.352000', '095815.354000', '095815.357000', '095815.360000', '095815.363000', '095815.365000', '095835.254000', '095835.256000', '095835.259000', '095835.262000', '095835.264000', '095835.267000', '095835.270000', '095835.272000', '095835.275000', '095835.277000', '095835.280000', '095835.283000', '095835.285000', '095835.288000', '095835.291000', '095835.293000', '095835.296000', '095835.307000', '095835.309000', '095835.312000', '095835.315000', '095835.317000', '095835.320000', '095835.322000', '095835.325000', '095835.328000', '095835.331000', '095835.333000', '095835.336000', '095835.338000', '095835.341000', '095835.344000', '095835.346000', '095835.349000', '095835.352000', '095835.354000', '095835.357000', '095835.359000', '095835.362000', '095835.365000', '095835.367000', '095835.370000', '095835.372000', '095835.375000', '095855.253000', '095855.256000', '095855.259000', '095855.262000', '095855.264000', '095855.267000', '095855.270000', '095855.272000', '095855.275000', '095855.278000', '095855.280000', '095855.283000', '095855.286000', '095855.288000', '095855.291000', '095855.293000', '095855.296000', '095855.299000', '095855.301000', '095855.304000', '095855.308000', '095855.311000', '095855.313000', '095855.317000', '095855.319000', '095855.322000', '095855.324000', '095855.327000', '095855.330000', '095855.332000', '095855.335000', '095855.338000', '095855.341000', '095855.344000', '095855.347000', '095855.350000', '095855.352000', '095855.355000', '095855.358000', '095855.360000', '095855.363000', '095855.365000', '095855.368000', '095915.254000', '095915.257000', '095915.259000', '095915.262000', '095915.265000', '095915.268000', '095915.270000', '095915.273000', '095915.276000', '095915.288000', '095915.290000', '095915.293000', '095915.296000', '095915.298000', '095915.301000', '095915.304000', '095915.306000', '095915.309000', '095915.312000', '095915.314000', '095915.317000', '095915.319000', '095915.322000', '095915.353000', '095915.356000', '095915.358000', '095915.361000', '095915.363000', '095915.366000', '095915.369000', '095915.371000', '095915.374000', '095915.377000', '095915.379000', '095915.382000', '095915.384000', '095915.387000', '095915.390000', '095915.393000', '095915.395000', '095915.398000', '095915.400000', '095915.403000', '095915.406000', '095935.253000', '095935.256000', '095935.259000', '095935.262000', '095935.264000', '095935.267000', '095935.270000', '095935.272000', '095935.275000', '095935.277000', '095935.280000', '095935.283000', '095935.285000', '095935.288000', '095935.291000', '095935.293000', '095935.296000', '095935.299000', '095935.302000', '095935.305000', '095935.308000', '095935.311000', '095935.314000', '095935.316000', '095935.319000', '095935.322000', '095935.324000', '095935.327000', '095935.330000', '095935.332000', '095935.335000', '095935.337000', '095935.340000', '095935.343000', '095935.345000', '095935.348000', '095935.351000', '095935.353000', '095935.356000', '095935.358000', '095935.361000', '095935.364000', '095935.366000', '095955.254000', '095955.256000', '095955.259000', '095955.262000', '095955.265000', '095955.267000', '095955.270000', '095955.273000', '095955.276000', '095955.278000', '095955.281000', '095955.283000', '095955.286000', '095955.289000', '095955.291000', '095955.294000', '095955.296000', '095955.299000', '095955.302000', '095955.304000', '095955.307000', '095955.310000', '095955.312000', '095955.315000', '095955.318000', '095955.320000', '095955.323000', '095955.326000', '095955.328000', '095955.331000', '095955.333000', '095955.336000', '095955.339000', '095955.341000', '095955.344000', '095955.347000', '095955.349000', '095955.352000', '095955.354000', '095955.357000', '095955.360000', '095955.362000', '095955.365000', '095955.367000', '100015.254000', '100015.257000', '100015.259000', '100015.262000', '100015.264000', '100015.267000', '100015.270000', '100015.272000', '100015.275000', '100015.278000', '100015.280000', '100015.283000', '100015.285000', '100015.288000', '100015.291000', '100015.293000', '100015.296000', '100015.299000', '100015.301000', '100015.304000', '100015.307000', '100015.309000', '100015.312000', '100015.314000', '100015.317000', '100015.320000', '100015.322000', '100015.325000', '100015.328000', '100015.330000', '100015.333000', '100015.336000', '100015.338000', '100015.341000', '100015.344000', '100015.346000', '100015.349000', '100015.351000', '100015.354000', '100015.356000', '100015.359000', '100015.362000', '100015.365000', '100035.254000', '100035.256000', '100035.259000', '100035.262000', '100035.265000', '100035.267000', '100035.270000', '100035.272000', '100035.275000', '100035.278000', '100035.280000', '100035.283000', '100035.286000', '100035.288000', '100035.291000', '100035.294000', '100035.296000', '100035.299000', '100035.301000', '100035.304000', '100035.307000', '100035.309000', '100035.312000', '100035.315000', '100035.317000', '100035.320000', '100035.322000', '100035.325000', '100035.328000', '100035.330000', '100035.333000', '100035.335000', '100035.338000', '100035.341000', '100035.366000', '100035.368000', '100035.371000', '100035.374000', '100035.376000', '100035.379000', '100035.381000', '100035.384000', '100035.387000', '100035.389000', '100055.254000', '100055.256000', '100055.259000', '100055.262000', '100055.265000', '100055.267000', '100055.270000', '100055.273000', '100055.276000', '100055.278000', '100055.281000', '100055.284000', '100055.286000', '100055.289000', '100055.291000', '100055.294000', '100055.297000', '100055.299000', '100055.302000', '100055.305000', '100055.307000', '100055.310000', '100055.313000', '100055.315000', '100055.318000', '100055.321000', '100055.323000', '100055.326000', '100055.328000', '100055.331000', '100055.333000', '100055.336000', '100055.339000', '100055.342000', '100055.344000', '100055.347000', '100055.350000', '100055.352000', '100055.355000', '100055.358000', '100055.360000', '100055.363000', '100055.366000', '100115.254000', '100115.257000', '100115.259000', '100115.262000', '100115.265000', '100115.268000', '100115.270000', '100115.273000', '100115.276000', '100115.278000', '100115.281000', '100115.283000', '100115.286000', '100115.289000', '100115.291000', '100115.294000', '100115.297000', '100115.299000', '100115.302000', '100115.305000', '100115.307000', '100115.310000', '100115.312000', '100115.315000', '100115.317000', '100115.320000', '100115.323000', '100115.326000', '100115.328000', '100115.331000', '100115.334000', '100115.336000', '100115.339000', '100115.342000', '100115.344000', '100115.347000', '100115.349000', '100115.352000', '100115.355000', '100115.357000', '100115.360000', '100115.363000', '100115.365000', '100115.368000', '100135.254000', '100135.257000', '100135.259000', '100135.262000', '100135.265000', '100135.268000', '100135.270000', '100135.273000', '100135.275000', '100135.278000', '100135.281000', '100135.283000', '100135.286000', '100135.289000', '100135.291000', '100135.294000', '100135.297000', '100135.299000', '100135.302000', '100135.305000', '100135.308000', '100135.310000', '100135.313000', '100135.315000', '100135.318000', '100135.321000', '100135.323000', '100135.326000', '100135.328000', '100135.331000', '100135.334000', '100135.336000', '100135.339000', '100135.341000', '100135.344000', '100135.347000', '100135.349000', '100135.352000', '100135.355000', '100135.357000', '100135.360000', '100135.363000', '100135.366000', '100155.254000', '100155.256000', '100155.259000', '100155.262000', '100155.265000', '100155.267000', '100155.270000', '100155.272000', '100155.275000', '100155.278000', '100155.280000', '100155.283000', '100155.286000', '100155.288000', '100155.291000', '100155.293000', '100155.296000', '100155.299000', '100155.301000', '100155.304000', '100155.307000', '100155.309000', '100155.312000', '100155.315000', '100155.318000', '100155.320000', '100155.323000', '100155.325000', '100155.328000', '100155.330000', '100155.333000', '100155.336000', '100155.339000', '100155.341000', '100155.344000', '100155.346000', '100155.349000', '100155.352000', '100155.354000', '100155.357000', '100155.359000', '100155.362000', '100155.365000', '100155.367000', '100215.253000', '100215.256000', '100215.259000', '100215.262000', '100215.265000', '100215.267000', '100215.270000', '100215.273000', '100215.275000', '100215.278000', '100215.281000', '100215.283000', '100215.286000', '100215.288000', '100215.291000', '100215.294000', '100215.296000', '100215.299000', '100215.302000', '100215.304000', '100215.307000', '100215.310000', '100215.312000', '100215.315000', '100215.317000', '100215.320000', '100215.323000', '100215.325000', '100215.328000', '100215.330000', '100215.333000', '100215.336000', '100215.338000', '100215.341000', '100215.344000', '100215.346000', '100215.349000', '100215.351000', '100215.354000', '100215.357000', '100215.359000', '100215.362000', '100215.369000', '100235.253000', '100235.256000', '100235.259000', '100235.262000', '100235.264000', '100235.267000', '100235.269000', '100235.272000', '100235.275000', '100235.278000', '100235.280000', '100235.283000', '100235.285000', '100235.288000', '100235.291000', '100235.300000', '100235.302000', '100235.305000', '100235.308000', '100235.311000', '100235.313000', '100235.316000', '100235.318000', '100235.321000', '100235.324000', '100235.326000', '100235.329000', '100235.331000', '100235.334000', '100235.337000', '100235.339000', '100235.342000', '100235.345000', '100235.347000', '100235.350000', '100235.352000', '100235.355000', '100235.358000', '100235.360000', '100235.363000', '100235.365000', '100235.368000', '100235.371000', '100235.373000', '100255.254000', '100255.257000', '100255.259000', '100255.262000', '100255.264000', '100255.267000', '100255.270000', '100255.272000', '100255.275000', '100255.278000', '100255.280000', '100255.283000', '100255.285000', '100255.288000', '100255.291000', '100255.293000', '100255.296000', '100255.299000', '100255.301000', '100255.304000', '100255.307000', '100255.309000', '100255.312000', '100255.314000', '100255.317000', '100255.320000', '100255.322000', '100255.325000', '100255.328000', '100255.330000', '100255.333000', '100255.335000', '100255.338000', '100255.341000', '100255.343000', '100255.346000', '100255.348000', '100255.351000', '100255.354000', '100255.356000', '100255.359000', '100255.362000', '100255.364000', '100315.254000', '100315.257000', '100315.259000', '100315.262000', '100315.265000', '100315.267000', '100315.270000', '100315.272000', '100315.275000', '100315.278000', '100315.280000', '100315.283000', '100315.286000', '100315.288000', '100315.291000', '100315.294000', '100315.296000', '100315.299000', '100315.302000', '100315.304000', '100315.307000', '100315.309000', '100315.312000', '100315.315000', '100315.317000', '100315.320000', '100315.323000', '100315.325000', '100315.328000', '100315.330000', '100315.333000', '100315.336000', '100315.338000', '100315.341000', '100315.344000', '100315.346000', '100315.349000', '100315.351000', '100315.354000', '100315.357000', '100315.359000', '100315.367000', '100315.370000', '100315.373000', '100320.707000', '100320.710000', '100320.712000', '100320.715000', '100320.718000', '100320.720000', '100320.723000', '100320.725000', '100320.728000', '100320.731000', '100320.733000', '100320.736000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9015, 10597, 8193, 10635, 8041, 7294, 9176, 7625, 10185, 7359, 13248, 8868, 12880, 6922, 11029, 6899, 9636, 6892, 9592, 7095, 9252, 6741, 6863, 7154, 6779, 7901, 7530, 7696, 7630, 6888, 8492, 7210, 10076, 9213, 13726, 7517, 6643, 7747, 8988, 7247, 11153, 7000, 10822, 6760, 9036, 7073, 7120, 6859, 6964, 8326, 7655, 7236, 7865, 6811, 7537, 6906, 7678, 7451, 7851, 10633, 7489, 14026, 7158, 12691, 6954, 11981, 7380, 10455, 7418, 12534, 6901, 10191, 6950, 10053, 6926, 10196, 7096, 9903, 7354, 9301, 7920, 7904, 10587, 10227, 7399, 8622, 7475, 9233, 7385, 8946, 7775, 7051, 13720, 7148, 12286, 6954, 11496, 7187, 10748, 6702, 7354, 7272, 7299, 8964, 7305, 7252, 6973, 7382, 10763, 12951, 9774, 14651, 9620, 12499, 6925, 12448, 6964, 10775, 6908, 10027, 7114, 8285, 7108, 8010, 7222, 7675, 7469, 7740, 7629, 7753, 7690, 7910, 7170, 7468, 8697, 7341, 12298, 7260, 11746, 7075, 11158, 7157, 12210, 7136, 9085, 7106, 10383, 7310, 9768, 7395, 8383, 7336, 8410, 7422, 7854, 7170, 7503, 7534, 7616, 7436, 7566, 7475, 7190, 9658, 7255, 7970, 7247, 7745, 7563, 7589, 8405, 7390, 9280, 7081, 9652, 7219, 9899, 8009, 7547, 9269, 7291, 11624, 7123, 8258, 9226, 7246, 14390, 7187, 14436, 7255, 13430, 7444, 14935, 7689, 13604, 7309, 12599, 7417, 11190, 7235, 9244, 7262, 9465, 7198, 8562, 7631, 8946, 7711, 10325, 7582, 9429, 7674, 8481, 7725, 8894, 7460, 8824, 7250, 8699, 7392, 13229, 7852, 13587, 9538, 8071, 7525, 7671, 7874, 7325, 7874, 7229, 7660, 7337, 7342, 7112, 7272, 7180, 7344, 7175, 7394, 7206, 7511, 7729, 8474, 7331, 8954, 7069, 9338, 7107, 11043, 7814, 8382, 7339, 7063, 7881, 7166, 8794, 7499, 13667, 7253, 11194, 7125, 8421, 7392, 7604, 9821, 7061, 12505, 7090, 6817, 7661, 7182, 9176, 7085, 10100, 7991, 10279, 8638, 12540, 7055, 11242, 7771, 9123, 8937, 12707, 11682, 10779, 11757, 7771, 12123, 6979, 9287, 8119, 8888, 9312, 8601, 10464, 6991, 11547, 7011, 10496, 8210, 8603, 10374, 7137, 10971, 7034, 9199, 7992, 8069, 8917, 7248, 13314, 7617, 7180, 7675, 7091, 10481, 6963, 9408, 8355, 9297, 8604, 8069, 8736, 6943, 9492, 6947, 11874, 6854, 6727, 6574, 6855, 7980, 7001, 7518, 6810, 7866, 6944, 9812, 7110, 9877, 6979, 10870, 6897, 10244, 7018, 10495, 6880, 10164, 6966, 9865, 6798, 9823, 6990, 9705, 6962, 9806, 7106, 9602, 6859, 9721, 7056, 7560, 7016, 6960, 6842, 6886, 6979, 10368, 7086, 9358, 8381, 6956, 7392, 6804, 8019, 6965, 8656, 6813, 8985, 7158, 8834, 6907, 7085, 7784, 6984, 11039, 7225, 12556, 7146, 11379, 7140, 12417, 10243, 10769, 8533, 9762, 7163, 9002, 7134, 8976, 7353, 11716, 7099, 10193, 7229, 11194, 6937, 10482, 7163, 10891, 7305, 11362, 7084, 9265, 6999, 8399, 7009, 8074, 7287, 7545, 7318, 8229, 7119, 9412, 7269, 7909, 7141, 7345, 7208, 7363, 7605, 7396, 7270, 7488, 7503, 8964, 7439, 9022, 7150, 8486, 7446, 7485, 7120, 7039, 6912, 7415, 7148, 7542, 7213, 7302, 7113, 7453, 7262, 8231, 7045, 7728, 7720, 8052, 7453, 10129, 7288, 8294, 7304, 7076, 7169, 9782, 7447, 9707, 9263, 7471, 8470, 7422, 9060, 7459, 9923, 7614, 11946, 7275, 8876, 7400, 7834, 7318, 9820, 7254, 8864, 7053, 6897, 7123, 7293, 10602, 7286, 13027, 7440, 12509, 7214, 13242, 7943, 13532, 7028, 12657, 6922, 11869, 8056, 6996, 8165, 7272, 7395, 7140, 7004, 8647, 7572, 11559, 7819, 6888, 11353, 9007, 7343, 9372, 7105, 13188, 7283, 12648, 10336, 12059, 9392, 7829, 8591, 7131, 8930, 7427, 12371, 7200, 7177, 7355, 7252, 8243, 7512, 9414, 8028, 11798, 8745, 11421, 7352, 7228, 8368, 7232, 10587, 6984, 11564, 7115, 12530, 8681, 12230, 7109, 7137, 8086, 11336, 7644, 7077, 7368, 7177, 7858, 7078, 7120, 7658, 7052, 7070, 9710, 13176, 7884, 12456, 8981, 12855, 8080, 12146, 6951, 8031, 7020, 9300, 7711, 12153, 9811, 13223, 7040, 11907, 7092, 10947, 6861, 10564, 6798, 9959, 6942, 9215, 6960, 10647, 7024, 11585, 6956, 10187, 7087, 10196, 7086, 9562, 6954, 13032, 8264, 12897, 9288, 8907, 11772, 6734, 12499, 6657, 9793, 6781, 9880, 6715, 9972, 7549, 10326, 6867, 6800, 7069, 8001, 7335, 9300, 7644, 9126, 7406, 6861, 7286, 10682, 7202, 11390, 6835, 10700, 6901, 10269, 7149, 8869, 7099, 7993, 7234, 7792, 6968, 7418, 8203, 7315, 11480, 7218, 11851, 7169, 13477, 7549, 13916, 7304, 10625, 7287, 9065, 7648, 10632, 8175, 11272, 7991, 8505, 7382, 8269, 7177, 8464, 7009, 7134, 7461, 7353, 7678, 7544, 7325, 7353, 7236, 7637, 7075, 7974, 7365, 10286, 9486, 11491, 11397, 9796, 9353, 15355, 7154, 14131, 6819, 11204, 7758, 10238, 7602, 10126, 7589, 9365, 6948, 7863, 7521, 6953, 9667, 7301, 12783, 7485, 12563, 9495, 8844, 14058, 7157, 13149, 6826, 13051, 7251, 10177, 7368, 8976, 7014, 10588, 7312, 9451, 7102, 9445, 7134, 10254, 7011, 10606, 9077, 12104, 8041, 8684, 7362, 9047, 7192, 8091, 7451, 8206, 7691, 6940, 8028, 7036, 11564, 7644, 12826, 7465, 13614, 7970, 12996, 8621, 11435, 9378, 8642, 8266, 7203, 7647, 6919, 7140, 6959, 7389, 7086, 10910, 7285, 10668, 7017, 9232, 7018, 7588, 7333, 6910, 8434, 6914, 7129, 7509, 6901, 6987, 6849, 7626, 6845, 8974, 6851, 7832, 7258, 7549, 6746, 7775, 7252, 12188, 7080, 7242, 6894, 7074, 8746, 7159, 9991, 9029, 7170, 8147, 7236, 9905, 7012, 13038, 7387, 13148, 8386, 13506, 7412, 14524, 7801, 12607, 8742, 10700, 8414, 7319, 7945, 7013, 7719, 7315, 7626, 8524, 7098, 11260, 8259, 11446, 8896, 6975, 7805, 7710, 12947, 7573, 7005, 9579, 7070, 13504, 8326, 13233, 7047, 11993, 7193, 12057, 6984, 11402, 7146, 10604, 7214, 9892, 7167, 6991, 7212, 7216, 7908, 7086, 7243, 9608, 12832, 8189, 11432, 8385, 8766, 9314, 10886, 8705, 8843, 7502, 7744, 7166, 8979, 7222, 9252, 7636, 8083, 12991, 7299, 13312, 6977, 11735, 7040, 8961, 7137, 7635, 7372, 8870, 7373, 7875, 7287, 8297, 7048, 7479, 11743, 7078, 11102, 9556, 13569, 8710, 9134, 7415, 9887, 8322, 9440, 8196, 7151, 7710, 7082, 8309, 7371, 7668, 7410, 7694, 7167, 8246, 7356, 10806, 7283, 10931, 7349, 12825, 8212, 13472, 7168, 12321, 7297, 10493, 7094, 8701, 7393, 7231, 7775, 7481, 7233, 7194, 7151, 7832, 7131, 8352, 7200, 11144, 9294, 11081, 6917, 9851, 6841, 10509, 7184, 10575, 10055, 9304, 11349, 7137, 13651, 8355, 14688, 11486, 14636, 11085, 12486, 6756, 6923, 6995, 7175, 7086, 7134, 8422, 6668, 8843, 6659, 6838, 8290, 6638, 11555, 9853, 7175, 8360, 6895, 9180, 6951, 6762, 9141, 6858, 10735, 7764, 7261, 7732, 7091, 9565, 6906, 7552, 6986, 6927, 8908, 7001, 6900, 9267, 6900, 10720, 7636, 6944, 7502, 7115, 8069, 7034, 6781, 10869, 6851, 9763, 8000, 6793, 7189, 7069, 7170, 7166, 7587, 7331, 9215, 7438, 7252, 14503, 9260, 10992, 8083, 10335, 14292, 10904, 6997, 6942, 6985, 7098, 10435, 7254, 6762, 10720, 6725, 6793, 7696, 7125, 12171, 7783, 10313, 7932, 6879, 8375, 7190, 8435, 7547, 13597, 7786, 8605, 7094, 6986, 7099, 6883, 8132, 7218, 8602, 7521, 6805, 7558, 6876, 8875, 7393, 6883, 7494, 7343], 'WindowCenter': [4062.0, 4056.0, 4022.0, 4030.0, 4008.0, 3997.0, 4017.0, 3995.0, 4015.0, 3998.0, 4050.0, 4018.0, 4037.0, 3986.0, 4038.0, 3998.0, 4027.0, 3999.0, 4015.0, 3998.0, 4018.0, 3986.0, 3974.0, 3999.0, 3987.0, 4008.0, 3996.0, 4008.0, 4008.0, 3998.0, 4018.0, 3998.0, 4027.0, 4031.0, 4050.0, 3999.0, 3988.0, 4009.0, 4017.0, 4000.0, 4026.0, 3986.0, 4026.0, 3986.0, 4006.0, 3987.0, 3985.0, 3987.0, 4000.0, 4020.0, 4010.0, 4010.0, 4009.0, 4000.0, 4010.0, 4000.0, 4022.0, 4011.0, 4022.0, 4041.0, 4011.0, 4051.0, 3999.0, 4039.0, 3988.0, 4037.0, 3997.0, 4041.0, 4000.0, 4038.0, 3987.0, 4027.0, 3998.0, 4027.0, 3998.0, 4028.0, 3998.0, 4029.0, 3998.0, 4019.0, 3997.0, 4021.0, 4041.0, 4030.0, 3998.0, 4018.0, 4009.0, 4031.0, 3997.0, 4030.0, 4009.0, 3999.0, 4049.0, 3998.0, 4038.0, 3986.0, 4027.0, 3987.0, 4027.0, 3988.0, 3999.0, 4000.0, 4011.0, 4021.0, 4011.0, 4009.0, 4000.0, 4011.0, 4042.0, 4050.0, 4032.0, 4062.0, 4033.0, 4037.0, 3986.0, 4039.0, 3987.0, 4026.0, 3984.0, 4015.0, 3986.0, 4006.0, 3998.0, 4007.0, 3996.0, 3996.0, 4010.0, 4010.0, 4010.0, 4010.0, 4011.0, 4021.0, 4000.0, 4011.0, 4021.0, 4012.0, 4051.0, 4012.0, 4052.0, 4001.0, 4040.0, 4001.0, 4049.0, 4000.0, 4019.0, 4001.0, 4040.0, 4011.0, 4031.0, 4010.0, 4021.0, 4011.0, 4021.0, 4009.0, 4010.0, 3998.0, 4009.0, 4009.0, 4011.0, 4010.0, 4011.0, 4010.0, 4014.0, 4045.0, 4024.0, 4024.0, 4011.0, 4008.0, 4008.0, 4008.0, 4020.0, 4024.0, 4046.0, 4025.0, 4043.0, 4026.0, 4044.0, 4024.0, 4025.0, 4045.0, 4025.0, 4065.0, 4025.0, 4023.0, 4045.0, 4013.0, 4064.0, 4013.0, 4064.0, 4013.0, 4062.0, 4012.0, 4062.0, 4011.0, 4049.0, 3999.0, 4038.0, 3998.0, 4027.0, 3997.0, 4017.0, 3997.0, 4017.0, 3987.0, 4007.0, 4009.0, 4020.0, 4009.0, 4029.0, 4010.0, 4031.0, 4010.0, 4021.0, 4009.0, 4021.0, 3999.0, 4021.0, 4012.0, 4020.0, 4012.0, 4051.0, 4012.0, 4051.0, 4030.0, 4009.0, 3999.0, 4008.0, 4009.0, 3999.0, 4010.0, 3999.0, 4010.0, 3999.0, 3999.0, 3999.0, 3999.0, 3998.0, 3999.0, 3999.0, 4011.0, 4011.0, 4011.0, 4011.0, 4021.0, 4013.0, 4031.0, 4012.0, 4033.0, 4013.0, 4053.0, 4023.0, 4022.0, 4012.0, 4014.0, 4023.0, 4013.0, 4022.0, 4012.0, 4063.0, 4011.0, 4053.0, 4012.0, 4021.0, 4026.0, 4036.0, 4054.0, 4025.0, 4075.0, 4026.0, 4025.0, 4035.0, 4025.0, 4045.0, 4013.0, 4044.0, 4023.0, 4056.0, 4034.0, 4065.0, 4013.0, 4053.0, 4023.0, 4032.0, 4035.0, 4065.0, 4053.0, 4041.0, 4065.0, 4024.0, 4052.0, 4010.0, 4029.0, 4020.0, 4032.0, 4031.0, 4019.0, 4028.0, 3998.0, 4040.0, 4013.0, 4040.0, 4019.0, 4021.0, 4039.0, 4000.0, 4041.0, 4010.0, 4029.0, 4023.0, 4008.0, 4017.0, 3999.0, 4047.0, 3998.0, 3998.0, 4006.0, 3998.0, 4028.0, 3998.0, 4016.0, 4007.0, 4013.0, 4007.0, 4006.0, 4018.0, 4000.0, 4028.0, 3986.0, 4024.0, 3986.0, 3988.0, 3999.0, 3988.0, 4005.0, 3986.0, 3997.0, 3988.0, 4023.0, 4001.0, 4029.0, 3999.0, 4017.0, 4000.0, 4039.0, 3997.0, 4027.0, 3999.0, 4028.0, 3987.0, 4027.0, 3999.0, 4031.0, 4013.0, 4030.0, 4001.0, 4029.0, 4000.0, 4030.0, 4001.0, 4030.0, 4001.0, 4030.0, 4001.0, 4011.0, 4013.0, 4011.0, 4013.0, 3999.0, 4013.0, 4041.0, 4013.0, 4034.0, 4022.0, 4012.0, 4011.0, 4013.0, 4022.0, 4014.0, 4032.0, 4014.0, 4035.0, 4027.0, 4046.0, 4042.0, 4039.0, 4049.0, 4029.0, 4056.0, 4024.0, 4064.0, 4013.0, 4054.0, 4013.0, 4066.0, 4044.0, 4044.0, 4021.0, 4042.0, 4026.0, 4047.0, 4013.0, 4031.0, 3998.0, 4040.0, 4012.0, 4042.0, 4013.0, 4052.0, 4014.0, 4042.0, 4014.0, 4042.0, 4012.0, 4051.0, 4000.0, 4032.0, 4002.0, 4021.0, 3998.0, 4009.0, 3997.0, 3997.0, 3999.0, 4009.0, 3987.0, 4019.0, 3998.0, 3997.0, 3987.0, 3998.0, 3998.0, 3998.0, 3997.0, 3998.0, 3998.0, 3999.0, 3999.0, 4018.0, 4000.0, 4018.0, 3999.0, 4021.0, 3999.0, 4011.0, 3999.0, 4000.0, 3987.0, 3999.0, 3998.0, 4009.0, 4011.0, 4012.0, 4013.0, 4011.0, 4011.0, 4021.0, 4002.0, 4025.0, 4039.0, 4035.0, 4025.0, 4043.0, 4014.0, 4022.0, 4025.0, 4013.0, 4026.0, 4045.0, 4015.0, 4044.0, 4035.0, 4012.0, 4023.0, 4012.0, 4033.0, 4012.0, 4043.0, 4012.0, 4053.0, 4011.0, 4021.0, 4012.0, 4012.0, 3999.0, 4032.0, 4011.0, 4020.0, 4001.0, 4001.0, 4002.0, 4013.0, 4042.0, 4012.0, 4052.0, 4012.0, 4051.0, 4012.0, 4051.0, 4011.0, 4050.0, 4000.0, 4051.0, 3999.0, 4039.0, 4009.0, 3989.0, 4010.0, 3999.0, 3999.0, 4001.0, 4000.0, 4020.0, 4024.0, 4054.0, 4024.0, 4013.0, 4053.0, 4033.0, 4014.0, 4032.0, 4013.0, 4051.0, 4012.0, 4041.0, 4030.0, 4040.0, 4019.0, 3998.0, 4008.0, 3988.0, 4006.0, 3986.0, 4027.0, 3985.0, 3986.0, 3986.0, 3997.0, 4007.0, 4011.0, 4033.0, 4020.0, 4050.0, 4022.0, 4052.0, 4012.0, 4010.0, 4020.0, 4009.0, 4039.0, 3999.0, 4053.0, 4014.0, 4052.0, 4020.0, 4040.0, 3999.0, 3999.0, 4010.0, 4042.0, 3998.0, 3999.0, 4011.0, 4002.0, 3998.0, 3986.0, 3985.0, 3997.0, 3999.0, 3987.0, 4021.0, 4036.0, 3996.0, 4026.0, 3995.0, 4023.0, 3983.0, 4024.0, 3973.0, 3983.0, 3973.0, 3991.0, 3982.0, 4012.0, 4002.0, 4021.0, 3960.0, 3999.0, 3958.0, 3998.0, 3946.0, 3986.0, 3945.0, 3987.0, 3957.0, 3988.0, 3969.0, 3997.0, 3957.0, 4009.0, 3971.0, 4012.0, 3985.0, 4026.0, 3972.0, 4002.0, 3971.0, 4022.0, 3980.0, 4021.0, 3989.0, 3989.0, 4009.0, 3959.0, 4009.0, 3958.0, 3987.0, 3958.0, 3989.0, 3960.0, 4005.0, 3985.0, 4002.0, 3971.0, 3972.0, 3983.0, 3995.0, 3997.0, 4016.0, 3994.0, 4005.0, 3984.0, 3971.0, 3984.0, 4013.0, 3984.0, 4025.0, 3973.0, 4013.0, 3973.0, 4015.0, 3983.0, 4003.0, 3970.0, 3982.0, 3970.0, 3981.0, 3972.0, 3983.0, 3992.0, 3984.0, 4024.0, 3983.0, 4024.0, 3973.0, 4023.0, 3982.0, 4023.0, 3971.0, 4001.0, 3971.0, 3990.0, 3980.0, 4001.0, 3980.0, 4011.0, 3979.0, 3990.0, 3969.0, 3979.0, 3970.0, 3992.0, 3969.0, 3971.0, 3969.0, 3980.0, 3980.0, 3992.0, 3982.0, 3984.0, 3983.0, 3994.0, 3997.0, 4020.0, 4024.0, 4030.0, 4031.0, 4041.0, 4054.0, 4031.0, 4019.0, 4049.0, 3986.0, 4035.0, 3973.0, 4014.0, 3971.0, 4003.0, 3983.0, 4002.0, 3982.0, 4001.0, 3971.0, 3980.0, 3981.0, 3972.0, 4003.0, 3983.0, 4034.0, 3984.0, 4024.0, 4002.0, 3991.0, 4019.0, 3958.0, 4009.0, 3957.0, 4008.0, 3967.0, 3987.0, 3968.0, 3989.0, 3970.0, 4012.0, 3983.0, 4003.0, 3984.0, 4013.0, 3983.0, 4013.0, 3983.0, 4027.0, 4019.0, 4037.0, 3995.0, 4018.0, 4009.0, 4016.0, 3984.0, 3993.0, 3995.0, 4006.0, 3996.0, 3985.0, 4007.0, 3997.0, 4050.0, 4032.0, 4062.0, 4022.0, 4062.0, 4018.0, 4047.0, 4018.0, 4039.0, 4014.0, 4015.0, 4019.0, 3994.0, 3993.0, 3982.0, 3982.0, 3983.0, 3994.0, 3995.0, 4025.0, 3994.0, 4013.0, 3983.0, 4016.0, 3982.0, 3992.0, 3982.0, 3994.0, 4004.0, 3996.0, 4008.0, 4021.0, 4011.0, 4009.0, 4011.0, 4019.0, 3998.0, 4029.0, 4010.0, 4034.0, 4012.0, 4010.0, 3999.0, 3998.0, 3998.0, 4040.0, 3997.0, 3997.0, 4001.0, 4000.0, 4020.0, 3998.0, 4029.0, 4019.0, 3998.0, 4008.0, 3998.0, 4029.0, 4000.0, 4049.0, 3997.0, 4036.0, 4006.0, 4035.0, 3985.0, 4035.0, 3984.0, 4024.0, 4006.0, 4013.0, 3980.0, 3982.0, 3992.0, 3985.0, 4007.0, 4009.0, 4008.0, 4018.0, 3997.0, 4038.0, 4007.0, 4038.0, 4020.0, 3998.0, 3995.0, 3997.0, 4036.0, 3995.0, 3996.0, 4028.0, 3997.0, 4049.0, 4008.0, 4036.0, 3984.0, 4023.0, 3972.0, 4011.0, 3970.0, 4010.0, 3970.0, 4002.0, 3981.0, 4015.0, 3985.0, 3986.0, 3996.0, 3987.0, 3997.0, 3987.0, 3999.0, 4032.0, 4040.0, 3996.0, 4015.0, 3983.0, 3994.0, 3992.0, 4013.0, 3992.0, 3992.0, 3984.0, 3983.0, 3985.0, 4004.0, 3983.0, 4003.0, 3970.0, 3981.0, 4010.0, 3969.0, 4009.0, 3957.0, 3997.0, 3945.0, 3964.0, 3943.0, 3955.0, 3955.0, 3975.0, 3955.0, 3966.0, 3956.0, 3977.0, 3956.0, 3968.0, 3998.0, 3958.0, 3996.0, 3976.0, 4005.0, 3965.0, 3987.0, 3967.0, 3987.0, 3977.0, 3975.0, 3963.0, 3943.0, 3953.0, 3942.0, 3963.0, 3954.0, 3952.0, 3943.0, 3953.0, 3944.0, 3977.0, 3955.0, 3996.0, 3968.0, 4010.0, 3969.0, 4019.0, 3979.0, 4017.0, 3957.0, 3996.0, 3955.0, 3984.0, 3943.0, 3962.0, 3940.0, 3942.0, 3952.0, 3952.0, 3953.0, 3955.0, 3968.0, 3978.0, 3970.0, 3992.0, 3980.0, 4024.0, 3991.0, 4000.0, 3958.0, 4000.0, 3973.0, 4000.0, 3955.0, 3986.0, 3986.0, 4001.0, 4010.0, 3980.0, 4032.0, 3988.0, 4031.0, 4009.0, 4030.0, 4010.0, 4009.0, 3946.0, 3956.0, 3957.0, 3970.0, 3970.0, 3969.0, 3967.0, 3946.0, 3976.0, 3944.0, 3945.0, 3965.0, 3946.0, 3996.0, 3976.0, 3956.0, 3966.0, 3956.0, 3975.0, 3944.0, 3946.0, 3975.0, 3946.0, 3985.0, 3956.0, 3957.0, 3966.0, 3958.0, 3987.0, 3957.0, 3967.0, 3958.0, 3959.0, 3988.0, 3959.0, 3970.0, 3991.0, 3971.0, 4011.0, 3982.0, 3972.0, 3996.0, 3985.0, 3982.0, 3971.0, 3960.0, 4000.0, 3959.0, 4001.0, 3994.0, 3985.0, 3985.0, 3972.0, 3959.0, 3957.0, 3971.0, 3971.0, 4002.0, 3982.0, 3995.0, 4035.0, 4003.0, 4000.0, 3969.0, 4001.0, 4021.0, 4000.0, 3959.0, 3960.0, 3959.0, 3959.0, 3987.0, 3957.0, 3946.0, 3987.0, 3947.0, 3947.0, 3957.0, 3946.0, 3997.0, 3956.0, 3975.0, 3955.0, 3947.0, 3966.0, 3945.0, 3967.0, 3956.0, 4007.0, 3955.0, 3965.0, 3955.0, 3956.0, 3956.0, 3970.0, 3981.0, 3982.0, 4003.0, 3994.0, 3959.0, 3980.0, 3970.0, 3992.0, 3983.0, 3984.0, 3996.0, 3984.0], 'WindowWidth': [9058.0, 9035.0, 8982.0, 8987.0, 8955.0, 8937.0, 8963.0, 8932.0, 8956.0, 8940.0, 9014.0, 8965.0, 8990.0, 8922.0, 8993.0, 8940.0, 8979.0, 8944.0, 8959.0, 8942.0, 8966.0, 8920.0, 8902.0, 8943.0, 8925.0, 8956.0, 8935.0, 8953.0, 8952.0, 8942.0, 8965.0, 8940.0, 8976.0, 8992.0, 9012.0, 8943.0, 8928.0, 8957.0, 8965.0, 8944.0, 8975.0, 8921.0, 8974.0, 8920.0, 8947.0, 8922.0, 8919.0, 8922.0, 8949.0, 8975.0, 8959.0, 8961.0, 8959.0, 8948.0, 8962.0, 8947.0, 8982.0, 8962.0, 8977.0, 9002.0, 8962.0, 9014.0, 8942.0, 8994.0, 8925.0, 8990.0, 8936.0, 9005.0, 8946.0, 8993.0, 8922.0, 8976.0, 8940.0, 8976.0, 8941.0, 8978.0, 8940.0, 8981.0, 8939.0, 8968.0, 8937.0, 8975.0, 9002.0, 8985.0, 8941.0, 8968.0, 8959.0, 8991.0, 8940.0, 8987.0, 8957.0, 8945.0, 9009.0, 8939.0, 8990.0, 8919.0, 8975.0, 8923.0, 8976.0, 8929.0, 8944.0, 8946.0, 8962.0, 8975.0, 8963.0, 8959.0, 8948.0, 8961.0, 9004.0, 9012.0, 8991.0, 9031.0, 8996.0, 8988.0, 8917.0, 8994.0, 8924.0, 8972.0, 8913.0, 8955.0, 8919.0, 8947.0, 8940.0, 8950.0, 8932.0, 8934.0, 8960.0, 8960.0, 8962.0, 8960.0, 8962.0, 8977.0, 8947.0, 8963.0, 8974.0, 8964.0, 9015.0, 8965.0, 9017.0, 8951.0, 9000.0, 8949.0, 9010.0, 8948.0, 8970.0, 8950.0, 8999.0, 8962.0, 8990.0, 8960.0, 8976.0, 8961.0, 8976.0, 8958.0, 8959.0, 8941.0, 8959.0, 8957.0, 8963.0, 8961.0, 8963.0, 8962.0, 8976.0, 9017.0, 8987.0, 8986.0, 8964.0, 8955.0, 8953.0, 8955.0, 8974.0, 8988.0, 9021.0, 8992.0, 9011.0, 8992.0, 9012.0, 8985.0, 8988.0, 9016.0, 8991.0, 9043.0, 8991.0, 8983.0, 9014.0, 8971.0, 9038.0, 8969.0, 9039.0, 8970.0, 9032.0, 8965.0, 9032.0, 8960.0, 9011.0, 8944.0, 8993.0, 8940.0, 8975.0, 8938.0, 8962.0, 8937.0, 8963.0, 8925.0, 8950.0, 8955.0, 8972.0, 8958.0, 8984.0, 8960.0, 8990.0, 8960.0, 8974.0, 8956.0, 8974.0, 8945.0, 8974.0, 8964.0, 8974.0, 8966.0, 9015.0, 8965.0, 9015.0, 8986.0, 8956.0, 8943.0, 8955.0, 8957.0, 8943.0, 8958.0, 8943.0, 8959.0, 8944.0, 8944.0, 8944.0, 8943.0, 8940.0, 8942.0, 8941.0, 8962.0, 8964.0, 8964.0, 8964.0, 8977.0, 8971.0, 8992.0, 8969.0, 8995.0, 8969.0, 9021.0, 8982.0, 8979.0, 8966.0, 8971.0, 8982.0, 8968.0, 8979.0, 8965.0, 9033.0, 8965.0, 9020.0, 8965.0, 8977.0, 8994.0, 9008.0, 9028.0, 8993.0, 9058.0, 8994.0, 8992.0, 9005.0, 8991.0, 9018.0, 8972.0, 9014.0, 8985.0, 9033.0, 9000.0, 9042.0, 8970.0, 9026.0, 8984.0, 8993.0, 9002.0, 9043.0, 9022.0, 9002.0, 9042.0, 8988.0, 9020.0, 8961.0, 8983.0, 8975.0, 8995.0, 8990.0, 8970.0, 8980.0, 8939.0, 9001.0, 8973.0, 9000.0, 8971.0, 8975.0, 8999.0, 8946.0, 9003.0, 8961.0, 8985.0, 8980.0, 8954.0, 8963.0, 8940.0, 9003.0, 8938.0, 8940.0, 8949.0, 8942.0, 8980.0, 8940.0, 8961.0, 8950.0, 8953.0, 8948.0, 8946.0, 8966.0, 8948.0, 8980.0, 8918.0, 8966.0, 8922.0, 8928.0, 8946.0, 8928.0, 8946.0, 8921.0, 8937.0, 8927.0, 8981.0, 8951.0, 8981.0, 8943.0, 8963.0, 8948.0, 8996.0, 8938.0, 8978.0, 8942.0, 8978.0, 8923.0, 8975.0, 8943.0, 8990.0, 8971.0, 8987.0, 8950.0, 8982.0, 8945.0, 8986.0, 8949.0, 8988.0, 8952.0, 8986.0, 8951.0, 8963.0, 8968.0, 8965.0, 8969.0, 8946.0, 8968.0, 9004.0, 8969.0, 8997.0, 8980.0, 8965.0, 8965.0, 8970.0, 8981.0, 8972.0, 8994.0, 8974.0, 9002.0, 8997.0, 9019.0, 9025.0, 9020.0, 9032.0, 9001.0, 9033.0, 8985.0, 9038.0, 8971.0, 9027.0, 8972.0, 9044.0, 9011.0, 9010.0, 8977.0, 9006.0, 8996.0, 9023.0, 8969.0, 8990.0, 8940.0, 8996.0, 8967.0, 9004.0, 8969.0, 9019.0, 8971.0, 9006.0, 8972.0, 9005.0, 8963.0, 9015.0, 8947.0, 8990.0, 8952.0, 8976.0, 8939.0, 8955.0, 8936.0, 8935.0, 8942.0, 8956.0, 8923.0, 8969.0, 8939.0, 8936.0, 8922.0, 8940.0, 8938.0, 8940.0, 8938.0, 8940.0, 8939.0, 8944.0, 8940.0, 8967.0, 8947.0, 8966.0, 8941.0, 8975.0, 8943.0, 8961.0, 8943.0, 8944.0, 8924.0, 8942.0, 8940.0, 8956.0, 8962.0, 8966.0, 8969.0, 8965.0, 8963.0, 8975.0, 8953.0, 8989.0, 9018.0, 9005.0, 8988.0, 9010.0, 8972.0, 8982.0, 8987.0, 8970.0, 8993.0, 9015.0, 8976.0, 9010.0, 9000.0, 8966.0, 8981.0, 8965.0, 8995.0, 8968.0, 9009.0, 8965.0, 9021.0, 8962.0, 8975.0, 8964.0, 8963.0, 8944.0, 8990.0, 8963.0, 8972.0, 8950.0, 8949.0, 8953.0, 8967.0, 9006.0, 8966.0, 9018.0, 8966.0, 9016.0, 8966.0, 9015.0, 8960.0, 9012.0, 8944.0, 9016.0, 8941.0, 8994.0, 8955.0, 8929.0, 8958.0, 8942.0, 8944.0, 8951.0, 8948.0, 8973.0, 8985.0, 9026.0, 8984.0, 8971.0, 9022.0, 8995.0, 8971.0, 8992.0, 8968.0, 9014.0, 8964.0, 9001.0, 8985.0, 8994.0, 8966.0, 8936.0, 8949.0, 8922.0, 8946.0, 8917.0, 8972.0, 8915.0, 8918.0, 8920.0, 8936.0, 8949.0, 8962.0, 8995.0, 8973.0, 9011.0, 8978.0, 9018.0, 8962.0, 8960.0, 8974.0, 8958.0, 8997.0, 8946.0, 9021.0, 8973.0, 9018.0, 8974.0, 8997.0, 8942.0, 8943.0, 8960.0, 9006.0, 8938.0, 8941.0, 8964.0, 8952.0, 8937.0, 8919.0, 8915.0, 8934.0, 8942.0, 8923.0, 8971.0, 8987.0, 8929.0, 8972.0, 8925.0, 8962.0, 8908.0, 8964.0, 8897.0, 8909.0, 8895.0, 8914.0, 8904.0, 8943.0, 8933.0, 8957.0, 8873.0, 8924.0, 8868.0, 8919.0, 8849.0, 8901.0, 8844.0, 8903.0, 8866.0, 8909.0, 8883.0, 8917.0, 8866.0, 8935.0, 8891.0, 8948.0, 8920.0, 8975.0, 8894.0, 8932.0, 8893.0, 8961.0, 8900.0, 8957.0, 8910.0, 8911.0, 8935.0, 8870.0, 8937.0, 8869.0, 8904.0, 8869.0, 8909.0, 8876.0, 8942.0, 8915.0, 8933.0, 8893.0, 8897.0, 8913.0, 8931.0, 8937.0, 8961.0, 8928.0, 8940.0, 8916.0, 8893.0, 8914.0, 8948.0, 8914.0, 8971.0, 8896.0, 8949.0, 8898.0, 8957.0, 8911.0, 8937.0, 8890.0, 8907.0, 8888.0, 8904.0, 8893.0, 8909.0, 8921.0, 8914.0, 8964.0, 8911.0, 8966.0, 8898.0, 8964.0, 8906.0, 8961.0, 8891.0, 8929.0, 8889.0, 8915.0, 8901.0, 8930.0, 8899.0, 8943.0, 8898.0, 8912.0, 8884.0, 8899.0, 8888.0, 8918.0, 8887.0, 8891.0, 8887.0, 8902.0, 8903.0, 8922.0, 8907.0, 8913.0, 8911.0, 8926.0, 8937.0, 8975.0, 8987.0, 8985.0, 8987.0, 9002.0, 9024.0, 8986.0, 8969.0, 9008.0, 8918.0, 8982.0, 8896.0, 8950.0, 8890.0, 8935.0, 8908.0, 8933.0, 8907.0, 8930.0, 8892.0, 8902.0, 8906.0, 8893.0, 8936.0, 8911.0, 8980.0, 8915.0, 8967.0, 8932.0, 8916.0, 8950.0, 8867.0, 8934.0, 8864.0, 8930.0, 8877.0, 8904.0, 8881.0, 8911.0, 8889.0, 8949.0, 8910.0, 8937.0, 8914.0, 8952.0, 8912.0, 8950.0, 8911.0, 8976.0, 8971.0, 8988.0, 8930.0, 8967.0, 8959.0, 8961.0, 8917.0, 8924.0, 8931.0, 8948.0, 8934.0, 8919.0, 8950.0, 8938.0, 9018.0, 8999.0, 9038.0, 8982.0, 9034.0, 8972.0, 9008.0, 8969.0, 8999.0, 8958.0, 8961.0, 8974.0, 8933.0, 8926.0, 8912.0, 8914.0, 8915.0, 8934.0, 8936.0, 8973.0, 8929.0, 8954.0, 8912.0, 8960.0, 8912.0, 8925.0, 8911.0, 8932.0, 8945.0, 8938.0, 8960.0, 8982.0, 8968.0, 8963.0, 8966.0, 8973.0, 8944.0, 8987.0, 8968.0, 9003.0, 8969.0, 8959.0, 8944.0, 8938.0, 8941.0, 8995.0, 8935.0, 8938.0, 8949.0, 8947.0, 8971.0, 8941.0, 8981.0, 8969.0, 8941.0, 8953.0, 8941.0, 8983.0, 8943.0, 9009.0, 8939.0, 8987.0, 8947.0, 8984.0, 8917.0, 8985.0, 8913.0, 8966.0, 8949.0, 8948.0, 8902.0, 8908.0, 8923.0, 8919.0, 8955.0, 8959.0, 8957.0, 8967.0, 8937.0, 8993.0, 8951.0, 8993.0, 8972.0, 8942.0, 8931.0, 8935.0, 8990.0, 8933.0, 8937.0, 8981.0, 8940.0, 9011.0, 8954.0, 8988.0, 8915.0, 8965.0, 8893.0, 8943.0, 8888.0, 8940.0, 8887.0, 8931.0, 8905.0, 8960.0, 8918.0, 8921.0, 8933.0, 8921.0, 8933.0, 8923.0, 8941.0, 8993.0, 8998.0, 8932.0, 8956.0, 8908.0, 8924.0, 8920.0, 8948.0, 8919.0, 8917.0, 8912.0, 8912.0, 8920.0, 8940.0, 8909.0, 8935.0, 8888.0, 8903.0, 8938.0, 8882.0, 8936.0, 8864.0, 8914.0, 8843.0, 8867.0, 8835.0, 8857.0, 8858.0, 8885.0, 8858.0, 8873.0, 8861.0, 8892.0, 8863.0, 8880.0, 8918.0, 8870.0, 8913.0, 8885.0, 8923.0, 8870.0, 8906.0, 8878.0, 8906.0, 8892.0, 8882.0, 8865.0, 8839.0, 8852.0, 8834.0, 8865.0, 8854.0, 8848.0, 8837.0, 8850.0, 8841.0, 8892.0, 8860.0, 8914.0, 8884.0, 8942.0, 8887.0, 8951.0, 8897.0, 8946.0, 8864.0, 8913.0, 8857.0, 8893.0, 8837.0, 8862.0, 8829.0, 8833.0, 8848.0, 8849.0, 8851.0, 8860.0, 8884.0, 8897.0, 8889.0, 8919.0, 8903.0, 8966.0, 8916.0, 8925.0, 8865.0, 8926.0, 8900.0, 8926.0, 8857.0, 8901.0, 8904.0, 8933.0, 8943.0, 8905.0, 8975.0, 8911.0, 8975.0, 8941.0, 8970.0, 8941.0, 8938.0, 8849.0, 8861.0, 8863.0, 8886.0, 8887.0, 8883.0, 8877.0, 8846.0, 8886.0, 8840.0, 8842.0, 8871.0, 8849.0, 8912.0, 8885.0, 8860.0, 8876.0, 8862.0, 8884.0, 8841.0, 8847.0, 8882.0, 8846.0, 8897.0, 8860.0, 8862.0, 8873.0, 8866.0, 8904.0, 8864.0, 8877.0, 8866.0, 8870.0, 8906.0, 8871.0, 8888.0, 8915.0, 8890.0, 8943.0, 8905.0, 8892.0, 8933.0, 8917.0, 8905.0, 8889.0, 8874.0, 8927.0, 8871.0, 8927.0, 8926.0, 8919.0, 8918.0, 8894.0, 8869.0, 8862.0, 8888.0, 8889.0, 8931.0, 8908.0, 8931.0, 8984.0, 8936.0, 8923.0, 8878.0, 8927.0, 8952.0, 8922.0, 8869.0, 8871.0, 8868.0, 8868.0, 8901.0, 8862.0, 8845.0, 8899.0, 8847.0, 8849.0, 8861.0, 8845.0, 8912.0, 8857.0, 8881.0, 8854.0, 8849.0, 8874.0, 8844.0, 8877.0, 8856.0, 8927.0, 8856.0, 8868.0, 8858.0, 8861.0, 8863.0, 8891.0, 8904.0, 8910.0, 8938.0, 8927.0, 8873.0, 8901.0, 8889.0, 8919.0, 8912.0, 8915.0, 8935.0, 8912.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.003546603951081844</td></tr>
<tr><td colspan=3>aqi</td><td>0.04678387309501411</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.95665259640308</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.228352829322033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0426147456591344</td></tr>
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
<tr><td colspan=3>fber</td><td>6968.2412</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1519464727746134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.002822201317027</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4432558746168698</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.367418216283624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6822012996877014</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2801481078792833</td></tr>
<tr><td colspan=3>gcor</td><td>0.0220337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008374342694878578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026503028348088264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.972882464617021</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>35.1654</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.733</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.4989</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306691.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>627.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.393</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5131</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.0289</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3275.4766</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.6258</td></tr>
<tr><td colspan=3>tsnr</td><td>29.603275009430945</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>