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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0082/ses-01/func/sub-0082_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1a784fa371b828e71c6572f22b9a658c</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:49:53.870000</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.996338, -0.00225292, 0.0854698, 0.00973839, 0.996138, -0.0872649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0925833</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7746, -7275, 558, 56, -397, 43, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>514b3e65-a3ff-45a2-bed7-9d59180ddc16||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.673102617263794, 0.026127390563488007, 0.22934645414352417, 103.07634735107422], [0.006044416222721338, 2.6725642681121826, -0.23699963092803955, -89.8384780883789], [0.22930936515331268, 0.23412521183490753, 2.6797821521759033, -107.9815902709961], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['094953.870000', '094954.330000', '094954.790000', '094955.250000', '094955.710000', '094956.170000', '094956.630000', '094957.090000', '094957.550000', '094958.010000', '094958.470000', '094958.930000', '094959.390000', '094959.850000', '095000.310000', '095000.770000', '095001.230000', '095001.690000', '095002.150000', '095002.610000', '095003.070000', '095003.530000', '095003.990000', '095004.450000', '095004.910000', '095005.370000', '095005.830000', '095006.290000', '095006.750000', '095007.210000', '095007.670000', '095008.130000', '095008.590000', '095009.050000', '095009.510000', '095009.970000', '095010.430000', '095010.890000', '095011.350000', '095011.810000', '095012.270000', '095012.730000', '095013.190000', '095013.650000', '095014.110000', '095014.570000', '095015.030000', '095015.490000', '095015.950000', '095016.410000', '095016.870000', '095017.330000', '095017.790000', '095018.250000', '095018.710000', '095019.170000', '095019.630000', '095020.090000', '095020.550000', '095021.010000', '095021.470000', '095021.930000', '095022.390000', '095022.850000', '095023.310000', '095023.770000', '095024.230000', '095024.690000', '095025.150000', '095025.610000', '095026.070000', '095026.530000', '095026.990000', '095027.450000', '095027.910000', '095028.370000', '095028.830000', '095029.290000', '095029.750000', '095030.210000', '095030.670000', '095031.130000', '095031.590000', '095032.050000', '095032.510000', '095032.970000', '095033.430000', '095033.890000', '095034.350000', '095034.810000', '095035.270000', '095035.730000', '095036.190000', '095036.650000', '095037.110000', '095037.570000', '095038.030000', '095038.490000', '095038.950000', '095039.410000', '095039.870000', '095040.330000', '095040.790000', '095041.250000', '095041.710000', '095042.170000', '095042.630000', '095043.090000', '095043.550000', '095044.010000', '095044.470000', '095044.930000', '095045.390000', '095045.850000', '095046.310000', '095046.770000', '095047.230000', '095047.690000', '095048.150000', '095048.610000', '095049.070000', '095049.530000', '095049.990000', '095050.450000', '095050.910000', '095051.370000', '095051.830000', '095052.290000', '095052.750000', '095053.210000', '095053.670000', '095054.130000', '095054.590000', '095055.050000', '095055.510000', '095055.970000', '095056.430000', '095056.890000', '095057.350000', '095057.810000', '095058.270000', '095058.730000', '095059.190000', '095059.650000', '095100.110000', '095100.570000', '095101.030000', '095101.490000', '095101.950000', '095102.410000', '095102.870000', '095103.330000', '095103.790000', '095104.250000', '095104.710000', '095105.170000', '095105.630000', '095106.090000', '095106.550000', '095107.010000', '095107.470000', '095107.930000', '095108.390000', '095108.850000', '095109.310000', '095109.770000', '095110.230000', '095110.690000', '095111.150000', '095111.610000', '095112.070000', '095112.530000', '095112.990000', '095113.450000', '095113.910000', '095114.370000', '095114.830000', '095115.290000', '095115.750000', '095116.210000', '095116.670000', '095117.130000', '095117.590000', '095118.050000', '095118.510000', '095118.970000', '095119.430000', '095119.890000', '095120.350000', '095120.810000', '095121.270000', '095121.730000', '095122.190000', '095122.650000', '095123.110000', '095123.570000', '095124.030000', '095124.490000', '095124.950000', '095125.410000', '095125.870000', '095126.330000', '095126.790000', '095127.250000', '095127.710000', '095128.170000', '095128.630000', '095129.090000', '095129.550000', '095130.010000', '095130.470000', '095130.930000', '095131.390000', '095131.850000', '095132.310000', '095132.770000', '095133.230000', '095133.690000', '095134.150000', '095134.610000', '095135.070000', '095135.530000', '095135.990000', '095136.450000', '095136.910000', '095137.370000', '095137.830000', '095138.290000', '095138.750000', '095139.210000', '095139.670000', '095140.130000', '095140.590000', '095141.050000', '095141.510000', '095141.970000', '095142.430000', '095142.890000', '095143.350000', '095143.810000', '095144.270000', '095144.730000', '095145.190000', '095145.650000', '095146.110000', '095146.570000', '095147.030000', '095147.490000', '095147.950000', '095148.410000', '095148.870000', '095149.330000', '095149.790000', '095150.250000', '095150.710000', '095151.170000', '095151.630000', '095152.090000', '095152.550000', '095153.010000', '095153.470000', '095153.930000', '095154.390000', '095154.850000', '095155.310000', '095155.770000', '095156.230000', '095156.690000', '095157.150000', '095157.610000', '095158.070000', '095158.530000', '095158.990000', '095159.450000', '095159.910000', '095200.370000', '095200.830000', '095201.290000', '095201.750000', '095202.210000', '095202.670000', '095203.130000', '095203.590000', '095204.050000', '095204.510000', '095204.970000', '095205.430000', '095205.890000', '095206.350000', '095206.810000', '095207.270000', '095207.730000', '095208.190000', '095208.650000', '095209.110000', '095209.570000', '095210.030000', '095210.490000', '095210.950000', '095211.410000', '095211.870000', '095212.330000', '095212.790000', '095213.250000', '095213.710000', '095214.170000', '095214.630000', '095215.090000', '095215.550000', '095216.010000', '095216.470000', '095216.930000', '095217.390000', '095217.850000', '095218.310000', '095218.770000', '095219.230000', '095219.690000', '095220.150000', '095220.610000', '095221.070000', '095221.530000', '095221.990000', '095222.450000', '095222.910000', '095223.370000', '095223.830000', '095224.290000', '095224.750000', '095225.210000', '095225.670000', '095226.130000', '095226.590000', '095227.050000', '095227.510000', '095227.970000', '095228.430000', '095228.890000', '095229.350000', '095229.810000', '095230.270000', '095230.730000', '095231.190000', '095231.650000', '095232.110000', '095232.570000', '095233.030000', '095233.490000', '095233.950000', '095234.410000', '095234.870000', '095235.330000', '095235.790000', '095236.250000', '095236.710000', '095237.170000', '095237.630000', '095238.090000', '095238.550000', '095239.010000', '095239.470000', '095239.930000', '095240.390000', '095240.850000', '095241.310000', '095241.770000', '095242.230000', '095242.690000', '095243.150000', '095243.610000', '095244.070000', '095244.530000', '095244.990000', '095245.450000', '095245.910000', '095246.370000', '095246.830000', '095247.290000', '095247.750000', '095248.210000', '095248.670000', '095249.130000', '095249.590000', '095250.050000', '095250.510000', '095250.970000', '095251.430000', '095251.890000', '095252.350000', '095252.810000', '095253.270000', '095253.730000', '095254.190000', '095254.650000', '095255.110000', '095255.570000', '095256.030000', '095256.490000', '095256.950000', '095257.410000', '095257.870000', '095258.330000', '095258.790000', '095259.250000', '095259.710000', '095300.170000', '095300.630000', '095301.090000', '095301.550000', '095302.010000', '095302.470000', '095302.930000', '095303.390000', '095303.850000', '095304.310000', '095304.770000', '095305.230000', '095305.690000', '095306.150000', '095306.610000', '095307.070000', '095307.530000', '095307.990000', '095308.450000', '095308.910000', '095309.370000', '095309.830000', '095310.290000', '095310.750000', '095311.210000', '095311.670000', '095312.130000', '095312.590000', '095313.050000', '095313.510000', '095313.970000', '095314.430000', '095314.890000', '095315.350000', '095315.810000', '095316.270000', '095316.730000', '095317.190000', '095317.650000', '095318.110000', '095318.570000', '095319.030000', '095319.490000', '095319.950000', '095320.410000', '095320.870000', '095321.330000', '095321.790000', '095322.250000', '095322.710000', '095323.170000', '095323.630000', '095324.090000', '095324.550000', '095325.010000', '095325.470000', '095325.930000', '095326.390000', '095326.850000', '095327.310000', '095327.770000', '095328.230000', '095328.690000', '095329.150000', '095329.610000', '095330.070000', '095330.530000', '095330.990000', '095331.450000', '095331.910000', '095332.370000', '095332.830000', '095333.290000', '095333.750000', '095334.210000', '095334.670000', '095335.130000', '095335.590000', '095336.050000', '095336.510000', '095336.970000', '095337.430000', '095337.890000', '095338.350000', '095338.810000', '095339.270000', '095339.730000', '095340.190000', '095340.650000', '095341.110000', '095341.570000', '095342.030000', '095342.490000', '095342.950000', '095343.410000', '095343.870000', '095344.330000', '095344.790000', '095345.250000', '095345.710000', '095346.170000', '095346.630000', '095347.090000', '095347.550000', '095348.010000', '095348.470000', '095348.930000', '095349.390000', '095349.850000', '095350.310000', '095350.770000', '095351.230000', '095351.690000', '095352.150000', '095352.610000', '095353.070000', '095353.530000', '095353.990000', '095354.450000', '095354.910000', '095355.370000', '095355.830000', '095356.290000', '095356.750000', '095357.210000', '095357.670000', '095358.130000', '095358.590000', '095359.050000', '095359.510000', '095359.970000', '095400.430000', '095400.890000', '095401.350000', '095401.810000', '095402.270000', '095402.730000', '095403.190000', '095403.650000', '095404.110000', '095404.570000', '095405.030000', '095405.490000', '095405.950000', '095406.410000', '095406.870000', '095407.330000', '095407.790000', '095408.250000', '095408.710000', '095409.170000', '095409.630000', '095410.090000', '095410.550000', '095411.010000', '095411.470000', '095411.930000', '095412.390000', '095412.850000', '095413.310000', '095413.770000', '095414.230000', '095414.690000', '095415.150000', '095415.610000', '095416.070000', '095416.530000', '095416.990000', '095417.450000', '095417.910000', '095418.370000', '095418.830000', '095419.290000', '095419.750000', '095420.210000', '095420.670000', '095421.130000', '095421.590000', '095422.050000', '095422.510000', '095422.970000', '095423.430000', '095423.890000', '095424.350000', '095424.810000', '095425.270000', '095425.730000', '095426.190000', '095426.650000', '095427.110000', '095427.570000', '095428.030000', '095428.490000', '095428.950000', '095429.410000', '095429.870000', '095430.330000', '095430.790000', '095431.250000', '095431.710000', '095432.170000', '095432.630000', '095433.090000', '095433.550000', '095434.010000', '095434.470000', '095434.930000', '095435.390000', '095435.850000', '095436.310000', '095436.770000', '095437.230000', '095437.690000', '095438.150000', '095438.610000', '095439.070000', '095439.530000', '095439.990000', '095440.450000', '095440.910000', '095441.370000', '095441.830000', '095442.290000', '095442.750000', '095443.210000', '095443.670000', '095444.130000', '095444.590000', '095445.050000', '095445.510000', '095445.970000', '095446.430000', '095446.890000', '095447.350000', '095447.810000', '095448.270000', '095448.730000', '095449.190000', '095449.650000', '095450.110000', '095450.570000', '095451.030000', '095451.490000', '095451.950000', '095452.410000', '095452.870000', '095453.330000', '095453.790000', '095454.250000', '095454.710000', '095455.170000', '095455.630000', '095456.090000', '095456.550000', '095457.010000', '095457.470000', '095457.930000', '095458.390000', '095458.850000', '095459.310000', '095459.770000', '095500.230000', '095500.690000', '095501.150000', '095501.610000', '095502.070000', '095502.530000', '095502.990000', '095503.450000', '095503.910000', '095504.370000', '095504.830000', '095505.290000', '095505.750000', '095506.210000', '095506.670000', '095507.130000', '095507.590000', '095508.050000', '095508.510000', '095508.970000', '095509.430000', '095509.890000', '095510.350000', '095510.810000', '095511.270000', '095511.730000', '095512.190000', '095512.650000', '095513.110000', '095513.570000', '095514.030000', '095514.490000', '095514.950000', '095515.410000', '095515.870000', '095516.330000', '095516.790000', '095517.250000', '095517.710000', '095518.170000', '095518.630000', '095519.090000', '095519.550000', '095520.010000', '095520.470000', '095520.930000', '095521.390000', '095521.850000', '095522.310000', '095522.770000', '095523.230000', '095523.690000', '095524.150000', '095524.610000', '095525.070000', '095525.530000', '095525.990000', '095526.450000', '095526.910000', '095527.370000', '095527.830000', '095528.290000', '095528.750000', '095529.210000', '095529.670000', '095530.130000', '095530.590000', '095531.050000', '095531.510000', '095531.970000', '095532.430000', '095532.890000', '095533.350000', '095533.810000', '095534.270000', '095534.730000', '095535.190000', '095535.650000', '095536.110000', '095536.570000', '095537.030000', '095537.490000', '095537.950000', '095538.410000', '095538.870000', '095539.330000', '095539.790000', '095540.250000', '095540.710000', '095541.170000', '095541.630000', '095542.090000', '095542.550000', '095543.010000', '095543.470000', '095543.930000', '095544.390000', '095544.850000', '095545.310000', '095545.770000', '095546.230000', '095546.690000', '095547.150000', '095547.610000', '095548.070000', '095548.530000', '095548.990000', '095549.450000', '095549.910000', '095550.370000', '095550.830000', '095551.290000', '095551.750000', '095552.210000', '095552.670000', '095553.130000', '095553.590000', '095554.050000', '095554.510000', '095554.970000', '095555.430000', '095555.890000', '095556.350000', '095556.810000', '095557.270000', '095557.730000', '095558.190000', '095558.650000', '095559.110000', '095559.570000', '095600.030000', '095600.490000', '095600.950000', '095601.410000', '095601.870000', '095602.330000', '095602.790000', '095603.250000', '095603.710000', '095604.170000', '095604.630000', '095605.090000', '095605.550000', '095606.010000', '095606.470000', '095606.930000', '095607.390000', '095607.850000', '095608.310000', '095608.770000', '095609.230000', '095609.690000', '095610.150000', '095610.610000', '095611.070000', '095611.530000', '095611.990000', '095612.450000', '095612.910000', '095613.370000', '095613.830000', '095614.290000', '095614.750000', '095615.210000', '095615.670000', '095616.130000', '095616.590000', '095617.050000', '095617.510000', '095617.970000', '095618.430000', '095618.890000', '095619.350000', '095619.810000', '095620.270000', '095620.730000', '095621.190000', '095621.650000', '095622.110000', '095622.570000', '095623.030000', '095623.490000', '095623.950000', '095624.410000', '095624.870000', '095625.330000', '095625.790000', '095626.250000', '095626.710000', '095627.170000', '095627.630000', '095628.090000', '095628.550000', '095629.010000', '095629.470000', '095629.930000', '095630.390000', '095630.850000', '095631.310000', '095631.770000', '095632.230000', '095632.690000', '095633.150000', '095633.610000', '095634.070000', '095634.530000', '095634.990000', '095635.450000', '095635.910000', '095636.370000', '095636.830000', '095637.290000', '095637.750000', '095638.210000', '095638.670000', '095639.130000', '095639.590000', '095640.050000', '095640.510000', '095640.970000', '095641.430000', '095641.890000', '095642.350000', '095642.810000', '095643.270000', '095643.730000', '095644.190000', '095644.650000', '095645.110000', '095645.570000', '095646.030000', '095646.490000', '095646.950000', '095647.410000', '095647.870000', '095648.330000', '095648.790000', '095649.250000', '095649.710000', '095650.170000', '095650.630000', '095651.090000', '095651.550000', '095652.010000', '095652.470000', '095652.930000', '095653.390000', '095653.850000', '095654.310000', '095654.770000', '095655.230000', '095655.690000', '095656.150000', '095656.610000', '095657.070000', '095657.530000', '095657.990000', '095658.450000', '095658.910000', '095659.370000', '095659.830000', '095700.290000', '095700.750000', '095701.210000', '095701.670000', '095702.130000', '095702.590000', '095703.050000', '095703.510000', '095703.970000', '095704.430000', '095704.890000', '095705.350000', '095705.810000', '095706.270000', '095706.730000', '095707.190000', '095707.650000', '095708.110000', '095708.570000', '095709.030000', '095709.490000', '095709.950000', '095710.410000', '095710.870000', '095711.330000', '095711.790000', '095712.250000', '095712.710000', '095713.170000', '095713.630000', '095714.090000', '095714.550000', '095715.010000', '095715.470000', '095715.930000', '095716.390000', '095716.850000', '095717.310000', '095717.770000', '095718.230000', '095718.690000', '095719.150000', '095719.610000', '095720.070000', '095720.530000', '095720.990000', '095721.450000', '095721.910000', '095722.370000', '095722.830000', '095723.290000', '095723.750000', '095724.210000', '095724.670000', '095725.130000', '095725.590000', '095726.050000', '095726.510000', '095726.970000', '095727.430000', '095727.890000', '095728.350000', '095728.810000', '095729.270000', '095729.730000', '095730.190000', '095730.650000', '095731.110000', '095731.570000', '095732.030000', '095732.490000', '095732.950000', '095733.410000', '095733.870000', '095734.330000', '095734.790000', '095735.250000', '095735.710000', '095736.170000', '095736.630000', '095737.090000', '095737.550000', '095738.010000', '095738.470000', '095738.930000', '095739.390000', '095739.850000', '095740.310000', '095740.770000', '095741.230000', '095741.690000', '095742.150000', '095742.610000', '095743.070000', '095743.530000', '095743.990000', '095744.450000', '095744.910000', '095745.370000', '095745.830000', '095746.290000', '095746.750000', '095747.210000', '095747.670000', '095748.130000', '095748.590000', '095749.050000', '095749.510000', '095749.970000', '095750.430000', '095750.890000', '095751.350000', '095751.810000', '095752.270000', '095752.730000', '095753.190000', '095753.650000', '095754.110000', '095754.570000', '095755.030000', '095755.490000', '095755.950000', '095756.410000', '095756.870000', '095757.330000', '095757.790000', '095758.250000', '095758.710000', '095759.170000', '095759.630000', '095800.090000', '095800.550000', '095801.010000', '095801.470000', '095801.930000', '095802.390000', '095802.850000', '095803.310000', '095803.770000', '095804.230000', '095804.690000', '095805.150000', '095805.610000', '095806.070000', '095806.530000', '095806.990000'], 'ContentTime': ['095016.830000', '095016.833000', '095016.837000', '095016.839000', '095016.842000', '095016.844000', '095016.847000', '095016.849000', '095016.852000', '095016.855000', '095016.857000', '095016.860000', '095016.863000', '095016.865000', '095016.868000', '095016.870000', '095016.873000', '095016.876000', '095016.878000', '095016.881000', '095016.883000', '095016.886000', '095016.889000', '095016.891000', '095016.894000', '095016.896000', '095016.909000', '095016.912000', '095016.914000', '095016.917000', '095016.920000', '095016.922000', '095016.925000', '095016.928000', '095016.930000', '095016.933000', '095016.935000', '095016.938000', '095016.940000', '095016.943000', '095016.946000', '095016.948000', '095016.951000', '095016.953000', '095016.956000', '095016.958000', '095036.792000', '095036.794000', '095036.797000', '095036.800000', '095036.802000', '095036.805000', '095036.807000', '095036.810000', '095036.812000', '095036.815000', '095036.817000', '095036.820000', '095036.822000', '095036.825000', '095036.828000', '095036.830000', '095036.833000', '095036.835000', '095036.838000', '095036.840000', '095036.843000', '095036.846000', '095036.848000', '095036.851000', '095036.853000', '095036.856000', '095036.858000', '095036.861000', '095036.864000', '095036.866000', '095036.869000', '095036.871000', '095036.874000', '095036.876000', '095036.879000', '095036.882000', '095036.884000', '095036.887000', '095036.889000', '095036.892000', '095036.894000', '095036.897000', '095036.899000', '095036.902000', '095056.791000', '095056.794000', '095056.797000', '095056.799000', '095056.802000', '095056.805000', '095056.807000', '095056.810000', '095056.812000', '095056.815000', '095056.818000', '095056.820000', '095056.823000', '095056.825000', '095056.828000', '095056.830000', '095056.833000', '095056.836000', '095056.838000', '095056.841000', '095056.844000', '095056.847000', '095056.849000', '095056.852000', '095056.854000', '095056.857000', '095056.859000', '095056.862000', '095056.865000', '095056.867000', '095056.870000', '095056.872000', '095056.875000', '095056.878000', '095056.880000', '095056.883000', '095056.885000', '095056.888000', '095056.890000', '095056.893000', '095056.897000', '095056.900000', '095056.902000', '095116.791000', '095116.794000', '095116.797000', '095116.799000', '095116.802000', '095116.805000', '095116.807000', '095116.810000', '095116.812000', '095116.815000', '095116.818000', '095116.820000', '095116.823000', '095116.833000', '095116.836000', '095116.839000', '095116.841000', '095116.844000', '095116.846000', '095116.849000', '095116.852000', '095116.854000', '095116.857000', '095116.859000', '095116.862000', '095116.865000', '095116.867000', '095116.870000', '095116.873000', '095116.875000', '095116.878000', '095116.880000', '095116.883000', '095116.885000', '095116.888000', '095116.890000', '095116.893000', '095116.896000', '095116.898000', '095116.901000', '095116.903000', '095116.906000', '095116.908000', '095116.911000', '095136.791000', '095136.793000', '095136.796000', '095136.799000', '095136.801000', '095136.804000', '095136.806000', '095136.809000', '095136.812000', '095136.814000', '095136.817000', '095136.820000', '095136.822000', '095136.825000', '095136.828000', '095136.831000', '095136.833000', '095136.836000', '095136.838000', '095136.841000', '095136.844000', '095136.846000', '095136.849000', '095136.851000', '095136.854000', '095136.857000', '095136.859000', '095136.862000', '095136.864000', '095136.867000', '095136.870000', '095136.872000', '095136.875000', '095136.877000', '095136.880000', '095136.883000', '095136.885000', '095136.888000', '095136.890000', '095136.893000', '095136.895000', '095136.898000', '095136.901000', '095156.791000', '095156.793000', '095156.796000', '095156.799000', '095156.801000', '095156.804000', '095156.806000', '095156.809000', '095156.812000', '095156.814000', '095156.817000', '095156.819000', '095156.822000', '095156.832000', '095156.835000', '095156.837000', '095156.840000', '095156.842000', '095156.845000', '095156.848000', '095156.850000', '095156.853000', '095156.856000', '095156.858000', '095156.861000', '095156.863000', '095156.866000', '095156.869000', '095156.871000', '095156.874000', '095156.877000', '095156.879000', '095156.882000', '095156.884000', '095156.887000', '095156.890000', '095156.892000', '095156.895000', '095156.898000', '095156.900000', '095156.903000', '095156.905000', '095156.908000', '095156.911000', '095216.791000', '095216.794000', '095216.797000', '095216.799000', '095216.802000', '095216.805000', '095216.807000', '095216.810000', '095216.813000', '095216.815000', '095216.818000', '095216.820000', '095216.823000', '095216.826000', '095216.828000', '095216.831000', '095216.833000', '095216.836000', '095216.838000', '095216.841000', '095216.844000', '095216.846000', '095216.849000', '095216.851000', '095216.854000', '095216.857000', '095216.859000', '095216.862000', '095216.864000', '095216.867000', '095216.870000', '095216.872000', '095216.875000', '095216.877000', '095216.880000', '095216.883000', '095216.885000', '095216.888000', '095216.890000', '095216.893000', '095216.896000', '095216.898000', '095216.901000', '095236.792000', '095236.794000', '095236.797000', '095236.800000', '095236.802000', '095236.805000', '095236.807000', '095236.810000', '095236.812000', '095236.815000', '095236.818000', '095236.820000', '095236.823000', '095236.825000', '095236.828000', '095236.830000', '095236.833000', '095236.836000', '095236.838000', '095236.841000', '095236.843000', '095236.846000', '095236.850000', '095236.853000', '095236.856000', '095236.858000', '095236.861000', '095236.863000', '095236.866000', '095236.868000', '095236.871000', '095236.873000', '095236.876000', '095236.879000', '095236.881000', '095236.884000', '095236.886000', '095236.889000', '095236.892000', '095236.894000', '095236.897000', '095236.899000', '095236.902000', '095236.905000', '095256.792000', '095256.795000', '095256.797000', '095256.800000', '095256.803000', '095256.805000', '095256.808000', '095256.811000', '095256.813000', '095256.816000', '095256.818000', '095256.821000', '095256.823000', '095256.826000', '095256.829000', '095256.831000', '095256.834000', '095256.837000', '095256.839000', '095256.869000', '095256.871000', '095256.874000', '095256.877000', '095256.879000', '095256.882000', '095256.885000', '095256.887000', '095256.890000', '095256.892000', '095256.895000', '095256.898000', '095256.901000', '095256.903000', '095256.906000', '095256.909000', '095256.911000', '095256.914000', '095256.916000', '095256.919000', '095256.922000', '095256.924000', '095256.927000', '095256.929000', '095316.792000', '095316.795000', '095316.797000', '095316.800000', '095316.803000', '095316.805000', '095316.808000', '095316.811000', '095316.813000', '095316.816000', '095316.818000', '095316.821000', '095316.824000', '095316.826000', '095316.829000', '095316.831000', '095316.834000', '095316.837000', '095316.840000', '095316.842000', '095316.845000', '095316.847000', '095316.850000', '095316.853000', '095316.855000', '095316.858000', '095316.861000', '095316.863000', '095316.866000', '095316.877000', '095316.879000', '095316.882000', '095316.884000', '095316.899000', '095316.901000', '095316.904000', '095316.907000', '095316.909000', '095316.912000', '095316.914000', '095316.917000', '095316.919000', '095316.922000', '095316.924000', '095336.792000', '095336.795000', '095336.798000', '095336.801000', '095336.804000', '095336.807000', '095336.809000', '095336.812000', '095336.815000', '095336.817000', '095336.820000', '095336.822000', '095336.825000', '095336.827000', '095336.830000', '095336.833000', '095336.835000', '095336.838000', '095336.840000', '095336.843000', '095336.846000', '095336.849000', '095336.852000', '095336.854000', '095336.857000', '095336.860000', '095336.862000', '095336.865000', '095336.868000', '095336.870000', '095336.873000', '095336.876000', '095336.879000', '095336.882000', '095336.885000', '095336.888000', '095336.890000', '095336.893000', '095336.896000', '095336.899000', '095336.902000', '095336.905000', '095336.908000', '095356.791000', '095356.794000', '095356.796000', '095356.799000', '095356.801000', '095356.804000', '095356.806000', '095356.809000', '095356.812000', '095356.814000', '095356.817000', '095356.820000', '095356.823000', '095356.826000', '095356.828000', '095356.831000', '095356.834000', '095356.836000', '095356.839000', '095356.842000', '095356.844000', '095356.847000', '095356.849000', '095356.852000', '095356.855000', '095356.857000', '095356.860000', '095356.862000', '095356.865000', '095356.868000', '095356.870000', '095356.873000', '095356.876000', '095356.878000', '095356.881000', '095356.883000', '095356.886000', '095356.888000', '095356.891000', '095356.894000', '095356.896000', '095356.899000', '095356.901000', '095356.904000', '095416.790000', '095416.793000', '095416.796000', '095416.798000', '095416.801000', '095416.804000', '095416.806000', '095416.809000', '095416.811000', '095416.814000', '095416.817000', '095416.819000', '095416.822000', '095416.825000', '095416.827000', '095416.830000', '095416.833000', '095416.835000', '095416.838000', '095416.840000', '095416.843000', '095416.846000', '095416.848000', '095416.851000', '095416.853000', '095416.856000', '095416.859000', '095416.861000', '095416.864000', '095416.866000', '095416.869000', '095416.871000', '095416.874000', '095416.877000', '095416.879000', '095416.882000', '095416.884000', '095416.887000', '095416.889000', '095416.892000', '095416.895000', '095416.897000', '095416.900000', '095436.791000', '095436.794000', '095436.797000', '095436.800000', '095436.802000', '095436.805000', '095436.807000', '095436.810000', '095436.813000', '095436.815000', '095436.818000', '095436.821000', '095436.823000', '095436.826000', '095436.829000', '095436.831000', '095436.834000', '095436.836000', '095436.839000', '095436.842000', '095436.844000', '095436.847000', '095436.849000', '095436.852000', '095436.855000', '095436.857000', '095436.860000', '095436.862000', '095436.865000', '095436.868000', '095436.870000', '095436.873000', '095436.875000', '095436.878000', '095436.880000', '095436.883000', '095436.886000', '095436.888000', '095436.891000', '095436.893000', '095436.896000', '095436.899000', '095436.901000', '095436.904000', '095456.792000', '095456.794000', '095456.797000', '095456.799000', '095456.802000', '095456.805000', '095456.807000', '095456.810000', '095456.830000', '095456.833000', '095456.836000', '095456.838000', '095456.841000', '095456.844000', '095456.846000', '095456.849000', '095456.851000', '095456.854000', '095456.857000', '095456.859000', '095456.862000', '095456.865000', '095456.867000', '095456.870000', '095456.873000', '095456.875000', '095456.878000', '095456.880000', '095456.883000', '095456.886000', '095456.888000', '095456.891000', '095456.894000', '095456.896000', '095456.899000', '095456.901000', '095456.904000', '095456.907000', '095456.909000', '095456.912000', '095456.914000', '095456.917000', '095456.920000', '095516.792000', '095516.794000', '095516.797000', '095516.800000', '095516.803000', '095516.805000', '095516.808000', '095516.811000', '095516.813000', '095516.818000', '095516.820000', '095516.823000', '095516.825000', '095516.828000', '095516.831000', '095516.833000', '095516.836000', '095516.838000', '095516.841000', '095516.844000', '095516.846000', '095516.849000', '095516.852000', '095516.854000', '095516.857000', '095516.860000', '095516.862000', '095516.865000', '095516.867000', '095516.870000', '095516.873000', '095516.875000', '095516.878000', '095516.881000', '095516.883000', '095516.886000', '095516.888000', '095516.899000', '095516.901000', '095516.904000', '095516.906000', '095516.909000', '095516.912000', '095536.791000', '095536.794000', '095536.797000', '095536.800000', '095536.802000', '095536.805000', '095536.807000', '095536.810000', '095536.813000', '095536.815000', '095536.818000', '095536.821000', '095536.823000', '095536.826000', '095536.828000', '095536.831000', '095536.834000', '095536.836000', '095536.839000', '095536.841000', '095536.844000', '095536.847000', '095536.849000', '095536.852000', '095536.855000', '095536.857000', '095536.860000', '095536.862000', '095536.865000', '095536.868000', '095536.870000', '095536.873000', '095536.875000', '095536.878000', '095536.881000', '095536.883000', '095536.886000', '095536.889000', '095536.891000', '095536.894000', '095536.905000', '095536.907000', '095536.910000', '095536.913000', '095556.792000', '095556.794000', '095556.797000', '095556.799000', '095556.802000', '095556.805000', '095556.807000', '095556.810000', '095556.813000', '095556.816000', '095556.819000', '095556.822000', '095556.824000', '095556.827000', '095556.830000', '095556.832000', '095556.835000', '095556.838000', '095556.840000', '095556.843000', '095556.845000', '095556.848000', '095556.851000', '095556.853000', '095556.856000', '095556.858000', '095556.861000', '095556.864000', '095556.866000', '095556.869000', '095556.872000', '095556.875000', '095556.877000', '095556.880000', '095556.882000', '095556.885000', '095556.888000', '095556.890000', '095556.893000', '095556.895000', '095556.898000', '095556.901000', '095556.903000', '095556.906000', '095616.790000', '095616.793000', '095616.796000', '095616.799000', '095616.801000', '095616.804000', '095616.807000', '095616.809000', '095616.812000', '095616.814000', '095616.817000', '095616.819000', '095616.822000', '095616.824000', '095616.856000', '095616.859000', '095616.862000', '095616.864000', '095616.867000', '095616.869000', '095616.872000', '095616.874000', '095616.877000', '095616.880000', '095616.882000', '095616.885000', '095616.887000', '095616.890000', '095616.893000', '095616.895000', '095616.898000', '095616.900000', '095616.903000', '095616.905000', '095616.908000', '095616.911000', '095616.913000', '095616.916000', '095616.918000', '095616.921000', '095616.923000', '095616.926000', '095616.929000', '095636.791000', '095636.799000', '095636.802000', '095636.804000', '095636.807000', '095636.809000', '095636.812000', '095636.815000', '095636.817000', '095636.820000', '095636.822000', '095636.825000', '095636.828000', '095636.830000', '095636.833000', '095636.836000', '095636.838000', '095636.841000', '095636.843000', '095636.846000', '095636.849000', '095636.851000', '095636.854000', '095636.856000', '095636.859000', '095636.862000', '095636.864000', '095636.867000', '095636.869000', '095636.872000', '095636.875000', '095636.877000', '095636.880000', '095636.882000', '095636.885000', '095636.888000', '095636.890000', '095636.893000', '095636.895000', '095636.898000', '095636.901000', '095636.903000', '095636.906000', '095656.792000', '095656.794000', '095656.797000', '095656.800000', '095656.802000', '095656.805000', '095656.808000', '095656.810000', '095656.813000', '095656.815000', '095656.818000', '095656.821000', '095656.823000', '095656.826000', '095656.829000', '095656.831000', '095656.834000', '095656.836000', '095656.839000', '095656.842000', '095656.844000', '095656.847000', '095656.850000', '095656.852000', '095656.855000', '095656.858000', '095656.860000', '095656.863000', '095656.865000', '095656.868000', '095656.871000', '095656.873000', '095656.876000', '095656.878000', '095656.881000', '095656.883000', '095656.886000', '095656.889000', '095656.891000', '095656.894000', '095656.897000', '095656.899000', '095656.902000', '095656.905000', '095716.792000', '095716.794000', '095716.797000', '095716.800000', '095716.802000', '095716.805000', '095716.808000', '095716.810000', '095716.813000', '095716.816000', '095716.818000', '095716.821000', '095716.824000', '095716.826000', '095716.829000', '095716.832000', '095716.834000', '095716.837000', '095716.840000', '095716.842000', '095716.845000', '095716.847000', '095716.850000', '095716.853000', '095716.856000', '095716.859000', '095716.861000', '095716.864000', '095716.867000', '095716.869000', '095716.872000', '095716.874000', '095716.877000', '095716.880000', '095716.882000', '095716.885000', '095716.887000', '095716.890000', '095716.893000', '095716.895000', '095716.898000', '095716.901000', '095716.903000', '095736.792000', '095736.795000', '095736.797000', '095736.800000', '095736.802000', '095736.805000', '095736.807000', '095736.818000', '095736.821000', '095736.824000', '095736.826000', '095736.829000', '095736.832000', '095736.834000', '095736.837000', '095736.839000', '095736.842000', '095736.845000', '095736.847000', '095736.850000', '095736.852000', '095736.855000', '095736.858000', '095736.860000', '095736.863000', '095736.866000', '095736.868000', '095736.871000', '095736.874000', '095736.876000', '095736.879000', '095736.882000', '095736.884000', '095736.887000', '095736.890000', '095736.892000', '095736.895000', '095736.897000', '095736.900000', '095736.903000', '095736.905000', '095736.908000', '095736.911000', '095736.913000', '095756.792000', '095756.795000', '095756.797000', '095756.800000', '095756.803000', '095756.806000', '095756.808000', '095756.811000', '095756.814000', '095756.817000', '095756.819000', '095756.822000', '095756.824000', '095756.827000', '095756.830000', '095756.832000', '095756.835000', '095756.838000', '095756.840000', '095756.843000', '095756.846000', '095756.848000', '095756.851000', '095756.854000', '095756.863000', '095756.866000', '095756.869000', '095756.872000', '095756.874000', '095756.877000', '095756.879000', '095756.882000', '095756.885000', '095756.887000', '095756.890000', '095756.893000', '095756.895000', '095756.898000', '095756.901000', '095756.903000', '095756.906000', '095756.908000', '095756.911000', '095808.770000', '095808.773000', '095808.776000', '095808.779000', '095808.782000', '095808.784000', '095808.787000', '095808.789000', '095808.792000', '095808.795000', '095808.798000', '095808.801000', '095808.804000', '095808.806000', '095808.809000', '095808.812000', '095808.815000', '095808.818000', '095808.821000', '095808.824000', '095808.828000', '095808.831000', '095808.834000', '095808.836000', '095808.839000', '095808.842000', '095808.845000'], 'InstanceCreationTime': ['095016.830000', '095016.833000', '095016.837000', '095016.839000', '095016.842000', '095016.844000', '095016.847000', '095016.849000', '095016.852000', '095016.855000', '095016.857000', '095016.860000', '095016.863000', '095016.865000', '095016.868000', '095016.870000', '095016.873000', '095016.876000', '095016.878000', '095016.881000', '095016.883000', '095016.886000', '095016.889000', '095016.891000', '095016.894000', '095016.896000', '095016.909000', '095016.912000', '095016.914000', '095016.917000', '095016.920000', '095016.922000', '095016.925000', '095016.928000', '095016.930000', '095016.933000', '095016.935000', '095016.938000', '095016.940000', '095016.943000', '095016.946000', '095016.948000', '095016.951000', '095016.953000', '095016.956000', '095016.958000', '095036.792000', '095036.794000', '095036.797000', '095036.800000', '095036.802000', '095036.805000', '095036.807000', '095036.810000', '095036.812000', '095036.815000', '095036.817000', '095036.820000', '095036.822000', '095036.825000', '095036.828000', '095036.830000', '095036.833000', '095036.835000', '095036.838000', '095036.840000', '095036.843000', '095036.846000', '095036.848000', '095036.851000', '095036.853000', '095036.856000', '095036.858000', '095036.861000', '095036.864000', '095036.866000', '095036.869000', '095036.871000', '095036.874000', '095036.876000', '095036.879000', '095036.882000', '095036.884000', '095036.887000', '095036.889000', '095036.892000', '095036.894000', '095036.897000', '095036.899000', '095036.902000', '095056.791000', '095056.794000', '095056.797000', '095056.799000', '095056.802000', '095056.805000', '095056.807000', '095056.810000', '095056.812000', '095056.815000', '095056.818000', '095056.820000', '095056.823000', '095056.825000', '095056.828000', '095056.830000', '095056.833000', '095056.836000', '095056.838000', '095056.841000', '095056.844000', '095056.847000', '095056.849000', '095056.852000', '095056.854000', '095056.857000', '095056.859000', '095056.862000', '095056.865000', '095056.867000', '095056.870000', '095056.872000', '095056.875000', '095056.878000', '095056.880000', '095056.883000', '095056.885000', '095056.888000', '095056.890000', '095056.893000', '095056.897000', '095056.900000', '095056.902000', '095116.791000', '095116.794000', '095116.797000', '095116.799000', '095116.802000', '095116.805000', '095116.807000', '095116.810000', '095116.812000', '095116.815000', '095116.818000', '095116.820000', '095116.823000', '095116.833000', '095116.836000', '095116.839000', '095116.841000', '095116.844000', '095116.846000', '095116.849000', '095116.852000', '095116.854000', '095116.857000', '095116.859000', '095116.862000', '095116.865000', '095116.867000', '095116.870000', '095116.873000', '095116.875000', '095116.878000', '095116.880000', '095116.883000', '095116.885000', '095116.888000', '095116.890000', '095116.893000', '095116.896000', '095116.898000', '095116.901000', '095116.903000', '095116.906000', '095116.908000', '095116.911000', '095136.791000', '095136.793000', '095136.796000', '095136.799000', '095136.801000', '095136.804000', '095136.806000', '095136.809000', '095136.812000', '095136.814000', '095136.817000', '095136.820000', '095136.822000', '095136.825000', '095136.828000', '095136.831000', '095136.833000', '095136.836000', '095136.838000', '095136.841000', '095136.844000', '095136.846000', '095136.849000', '095136.851000', '095136.854000', '095136.857000', '095136.859000', '095136.862000', '095136.864000', '095136.867000', '095136.870000', '095136.872000', '095136.875000', '095136.877000', '095136.880000', '095136.883000', '095136.885000', '095136.888000', '095136.890000', '095136.893000', '095136.895000', '095136.898000', '095136.901000', '095156.791000', '095156.793000', '095156.796000', '095156.799000', '095156.801000', '095156.804000', '095156.806000', '095156.809000', '095156.812000', '095156.814000', '095156.817000', '095156.819000', '095156.822000', '095156.832000', '095156.835000', '095156.837000', '095156.840000', '095156.842000', '095156.845000', '095156.848000', '095156.850000', '095156.853000', '095156.856000', '095156.858000', '095156.861000', '095156.863000', '095156.866000', '095156.869000', '095156.871000', '095156.874000', '095156.877000', '095156.879000', '095156.882000', '095156.884000', '095156.887000', '095156.890000', '095156.892000', '095156.895000', '095156.898000', '095156.900000', '095156.903000', '095156.905000', '095156.908000', '095156.911000', '095216.791000', '095216.794000', '095216.797000', '095216.799000', '095216.802000', '095216.805000', '095216.807000', '095216.810000', '095216.813000', '095216.815000', '095216.818000', '095216.820000', '095216.823000', '095216.826000', '095216.828000', '095216.831000', '095216.833000', '095216.836000', '095216.838000', '095216.841000', '095216.844000', '095216.846000', '095216.849000', '095216.851000', '095216.854000', '095216.857000', '095216.859000', '095216.862000', '095216.864000', '095216.867000', '095216.870000', '095216.872000', '095216.875000', '095216.877000', '095216.880000', '095216.883000', '095216.885000', '095216.888000', '095216.890000', '095216.893000', '095216.896000', '095216.898000', '095216.901000', '095236.792000', '095236.794000', '095236.797000', '095236.800000', '095236.802000', '095236.805000', '095236.807000', '095236.810000', '095236.812000', '095236.815000', '095236.818000', '095236.820000', '095236.823000', '095236.825000', '095236.828000', '095236.830000', '095236.833000', '095236.836000', '095236.838000', '095236.841000', '095236.843000', '095236.846000', '095236.850000', '095236.853000', '095236.856000', '095236.858000', '095236.861000', '095236.863000', '095236.866000', '095236.868000', '095236.871000', '095236.873000', '095236.876000', '095236.879000', '095236.881000', '095236.884000', '095236.886000', '095236.889000', '095236.892000', '095236.894000', '095236.897000', '095236.899000', '095236.902000', '095236.905000', '095256.792000', '095256.795000', '095256.797000', '095256.800000', '095256.803000', '095256.805000', '095256.808000', '095256.811000', '095256.813000', '095256.816000', '095256.818000', '095256.821000', '095256.823000', '095256.826000', '095256.829000', '095256.831000', '095256.834000', '095256.837000', '095256.839000', '095256.869000', '095256.871000', '095256.874000', '095256.877000', '095256.879000', '095256.882000', '095256.885000', '095256.887000', '095256.890000', '095256.892000', '095256.895000', '095256.898000', '095256.901000', '095256.903000', '095256.906000', '095256.909000', '095256.911000', '095256.914000', '095256.916000', '095256.919000', '095256.922000', '095256.924000', '095256.927000', '095256.929000', '095316.792000', '095316.795000', '095316.797000', '095316.800000', '095316.803000', '095316.805000', '095316.808000', '095316.811000', '095316.813000', '095316.816000', '095316.818000', '095316.821000', '095316.824000', '095316.826000', '095316.829000', '095316.831000', '095316.834000', '095316.837000', '095316.840000', '095316.842000', '095316.845000', '095316.847000', '095316.850000', '095316.853000', '095316.855000', '095316.858000', '095316.861000', '095316.863000', '095316.866000', '095316.877000', '095316.879000', '095316.882000', '095316.884000', '095316.899000', '095316.901000', '095316.904000', '095316.907000', '095316.909000', '095316.912000', '095316.914000', '095316.917000', '095316.919000', '095316.922000', '095316.924000', '095336.792000', '095336.795000', '095336.798000', '095336.801000', '095336.804000', '095336.807000', '095336.809000', '095336.812000', '095336.815000', '095336.817000', '095336.820000', '095336.822000', '095336.825000', '095336.827000', '095336.830000', '095336.833000', '095336.835000', '095336.838000', '095336.840000', '095336.843000', '095336.846000', '095336.849000', '095336.852000', '095336.854000', '095336.857000', '095336.860000', '095336.862000', '095336.865000', '095336.868000', '095336.870000', '095336.873000', '095336.876000', '095336.879000', '095336.882000', '095336.885000', '095336.888000', '095336.890000', '095336.893000', '095336.896000', '095336.899000', '095336.902000', '095336.905000', '095336.908000', '095356.791000', '095356.794000', '095356.796000', '095356.799000', '095356.801000', '095356.804000', '095356.806000', '095356.809000', '095356.812000', '095356.814000', '095356.817000', '095356.820000', '095356.823000', '095356.826000', '095356.828000', '095356.831000', '095356.834000', '095356.836000', '095356.839000', '095356.842000', '095356.844000', '095356.847000', '095356.849000', '095356.852000', '095356.855000', '095356.857000', '095356.860000', '095356.862000', '095356.865000', '095356.868000', '095356.870000', '095356.873000', '095356.876000', '095356.878000', '095356.881000', '095356.883000', '095356.886000', '095356.888000', '095356.891000', '095356.894000', '095356.896000', '095356.899000', '095356.901000', '095356.904000', '095416.790000', '095416.793000', '095416.796000', '095416.798000', '095416.801000', '095416.804000', '095416.806000', '095416.809000', '095416.811000', '095416.814000', '095416.817000', '095416.819000', '095416.822000', '095416.825000', '095416.827000', '095416.830000', '095416.833000', '095416.835000', '095416.838000', '095416.840000', '095416.843000', '095416.846000', '095416.848000', '095416.851000', '095416.853000', '095416.856000', '095416.859000', '095416.861000', '095416.864000', '095416.866000', '095416.869000', '095416.871000', '095416.874000', '095416.877000', '095416.879000', '095416.882000', '095416.884000', '095416.887000', '095416.889000', '095416.892000', '095416.895000', '095416.897000', '095416.900000', '095436.791000', '095436.794000', '095436.797000', '095436.800000', '095436.802000', '095436.805000', '095436.807000', '095436.810000', '095436.813000', '095436.815000', '095436.818000', '095436.821000', '095436.823000', '095436.826000', '095436.829000', '095436.831000', '095436.834000', '095436.836000', '095436.839000', '095436.842000', '095436.844000', '095436.847000', '095436.849000', '095436.852000', '095436.855000', '095436.857000', '095436.860000', '095436.862000', '095436.865000', '095436.868000', '095436.870000', '095436.873000', '095436.875000', '095436.878000', '095436.880000', '095436.883000', '095436.886000', '095436.888000', '095436.891000', '095436.893000', '095436.896000', '095436.899000', '095436.901000', '095436.904000', '095456.792000', '095456.794000', '095456.797000', '095456.799000', '095456.802000', '095456.805000', '095456.807000', '095456.810000', '095456.830000', '095456.833000', '095456.836000', '095456.838000', '095456.841000', '095456.844000', '095456.846000', '095456.849000', '095456.851000', '095456.854000', '095456.857000', '095456.859000', '095456.862000', '095456.865000', '095456.867000', '095456.870000', '095456.873000', '095456.875000', '095456.878000', '095456.880000', '095456.883000', '095456.886000', '095456.888000', '095456.891000', '095456.894000', '095456.896000', '095456.899000', '095456.901000', '095456.904000', '095456.907000', '095456.909000', '095456.912000', '095456.914000', '095456.917000', '095456.920000', '095516.792000', '095516.794000', '095516.797000', '095516.800000', '095516.803000', '095516.805000', '095516.808000', '095516.811000', '095516.813000', '095516.818000', '095516.820000', '095516.823000', '095516.825000', '095516.828000', '095516.831000', '095516.833000', '095516.836000', '095516.838000', '095516.841000', '095516.844000', '095516.846000', '095516.849000', '095516.852000', '095516.854000', '095516.857000', '095516.860000', '095516.862000', '095516.865000', '095516.867000', '095516.870000', '095516.873000', '095516.875000', '095516.878000', '095516.881000', '095516.883000', '095516.886000', '095516.888000', '095516.899000', '095516.901000', '095516.904000', '095516.906000', '095516.909000', '095516.912000', '095536.791000', '095536.794000', '095536.797000', '095536.800000', '095536.802000', '095536.805000', '095536.807000', '095536.810000', '095536.813000', '095536.815000', '095536.818000', '095536.821000', '095536.823000', '095536.826000', '095536.828000', '095536.831000', '095536.834000', '095536.836000', '095536.839000', '095536.841000', '095536.844000', '095536.847000', '095536.849000', '095536.852000', '095536.855000', '095536.857000', '095536.860000', '095536.862000', '095536.865000', '095536.868000', '095536.870000', '095536.873000', '095536.875000', '095536.878000', '095536.881000', '095536.883000', '095536.886000', '095536.889000', '095536.891000', '095536.894000', '095536.905000', '095536.907000', '095536.910000', '095536.913000', '095556.792000', '095556.794000', '095556.797000', '095556.799000', '095556.802000', '095556.805000', '095556.807000', '095556.810000', '095556.813000', '095556.816000', '095556.819000', '095556.822000', '095556.824000', '095556.827000', '095556.830000', '095556.832000', '095556.835000', '095556.838000', '095556.840000', '095556.843000', '095556.845000', '095556.848000', '095556.851000', '095556.853000', '095556.856000', '095556.858000', '095556.861000', '095556.864000', '095556.866000', '095556.869000', '095556.872000', '095556.875000', '095556.877000', '095556.880000', '095556.882000', '095556.885000', '095556.888000', '095556.890000', '095556.893000', '095556.895000', '095556.898000', '095556.901000', '095556.903000', '095556.906000', '095616.790000', '095616.793000', '095616.796000', '095616.799000', '095616.801000', '095616.804000', '095616.807000', '095616.809000', '095616.812000', '095616.814000', '095616.817000', '095616.819000', '095616.822000', '095616.824000', '095616.856000', '095616.859000', '095616.862000', '095616.864000', '095616.867000', '095616.869000', '095616.872000', '095616.874000', '095616.877000', '095616.880000', '095616.882000', '095616.885000', '095616.887000', '095616.890000', '095616.893000', '095616.895000', '095616.898000', '095616.900000', '095616.903000', '095616.905000', '095616.908000', '095616.911000', '095616.913000', '095616.916000', '095616.918000', '095616.921000', '095616.923000', '095616.926000', '095616.929000', '095636.791000', '095636.799000', '095636.802000', '095636.804000', '095636.807000', '095636.809000', '095636.812000', '095636.815000', '095636.817000', '095636.820000', '095636.822000', '095636.825000', '095636.828000', '095636.830000', '095636.833000', '095636.836000', '095636.838000', '095636.841000', '095636.843000', '095636.846000', '095636.849000', '095636.851000', '095636.854000', '095636.856000', '095636.859000', '095636.862000', '095636.864000', '095636.867000', '095636.869000', '095636.872000', '095636.875000', '095636.877000', '095636.880000', '095636.882000', '095636.885000', '095636.888000', '095636.890000', '095636.893000', '095636.895000', '095636.898000', '095636.901000', '095636.903000', '095636.906000', '095656.792000', '095656.794000', '095656.797000', '095656.800000', '095656.802000', '095656.805000', '095656.808000', '095656.810000', '095656.813000', '095656.815000', '095656.818000', '095656.821000', '095656.823000', '095656.826000', '095656.829000', '095656.831000', '095656.834000', '095656.836000', '095656.839000', '095656.842000', '095656.844000', '095656.847000', '095656.850000', '095656.852000', '095656.855000', '095656.858000', '095656.860000', '095656.863000', '095656.865000', '095656.868000', '095656.871000', '095656.873000', '095656.876000', '095656.878000', '095656.881000', '095656.883000', '095656.886000', '095656.889000', '095656.891000', '095656.894000', '095656.897000', '095656.899000', '095656.902000', '095656.905000', '095716.792000', '095716.794000', '095716.797000', '095716.800000', '095716.802000', '095716.805000', '095716.808000', '095716.810000', '095716.813000', '095716.816000', '095716.818000', '095716.821000', '095716.824000', '095716.826000', '095716.829000', '095716.832000', '095716.834000', '095716.837000', '095716.840000', '095716.842000', '095716.845000', '095716.847000', '095716.850000', '095716.853000', '095716.856000', '095716.859000', '095716.861000', '095716.864000', '095716.867000', '095716.869000', '095716.872000', '095716.874000', '095716.877000', '095716.880000', '095716.882000', '095716.885000', '095716.887000', '095716.890000', '095716.893000', '095716.895000', '095716.898000', '095716.901000', '095716.903000', '095736.792000', '095736.795000', '095736.797000', '095736.800000', '095736.802000', '095736.805000', '095736.807000', '095736.818000', '095736.821000', '095736.824000', '095736.826000', '095736.829000', '095736.832000', '095736.834000', '095736.837000', '095736.839000', '095736.842000', '095736.845000', '095736.847000', '095736.850000', '095736.852000', '095736.855000', '095736.858000', '095736.860000', '095736.863000', '095736.866000', '095736.868000', '095736.871000', '095736.874000', '095736.876000', '095736.879000', '095736.882000', '095736.884000', '095736.887000', '095736.890000', '095736.892000', '095736.895000', '095736.897000', '095736.900000', '095736.903000', '095736.905000', '095736.908000', '095736.911000', '095736.913000', '095756.792000', '095756.795000', '095756.797000', '095756.800000', '095756.803000', '095756.806000', '095756.808000', '095756.811000', '095756.814000', '095756.817000', '095756.819000', '095756.822000', '095756.824000', '095756.827000', '095756.830000', '095756.832000', '095756.835000', '095756.838000', '095756.840000', '095756.843000', '095756.846000', '095756.848000', '095756.851000', '095756.854000', '095756.863000', '095756.866000', '095756.869000', '095756.872000', '095756.874000', '095756.877000', '095756.879000', '095756.882000', '095756.885000', '095756.887000', '095756.890000', '095756.893000', '095756.895000', '095756.898000', '095756.901000', '095756.903000', '095756.906000', '095756.908000', '095756.911000', '095808.770000', '095808.773000', '095808.776000', '095808.779000', '095808.782000', '095808.784000', '095808.787000', '095808.789000', '095808.792000', '095808.795000', '095808.798000', '095808.801000', '095808.804000', '095808.806000', '095808.809000', '095808.812000', '095808.815000', '095808.818000', '095808.821000', '095808.824000', '095808.828000', '095808.831000', '095808.834000', '095808.836000', '095808.839000', '095808.842000', '095808.845000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10923, 8943, 8611, 8229, 8412, 12719, 9367, 6866, 9777, 6815, 6270, 8082, 6498, 6163, 7884, 9271, 11717, 9217, 12142, 10065, 12616, 12421, 11627, 12982, 12641, 13763, 11119, 13260, 9529, 12386, 7800, 10687, 7295, 9872, 7194, 8933, 7109, 8232, 8894, 8123, 10337, 8156, 9863, 7834, 9288, 7455, 8786, 8641, 7563, 9393, 7521, 8345, 7218, 7803, 7481, 8146, 7239, 7873, 7826, 7551, 8910, 7464, 8810, 7662, 8541, 7643, 7954, 7768, 7412, 9148, 7491, 8638, 7521, 8798, 7455, 8752, 7465, 8323, 9675, 7651, 9619, 7544, 9125, 7501, 9668, 7201, 9432, 7467, 8797, 9402, 7539, 10180, 7554, 9599, 7161, 9492, 7126, 8665, 9315, 7530, 9413, 8088, 10125, 7426, 9291, 7006, 9311, 7075, 9644, 6950, 9479, 6811, 9605, 8924, 8797, 8096, 8947, 10731, 8179, 11047, 8097, 10215, 7552, 9739, 7083, 9646, 8264, 9452, 12254, 8252, 10959, 7879, 10836, 7690, 10416, 7381, 10272, 7345, 9852, 7016, 9952, 7049, 9814, 10438, 8454, 11148, 8138, 7958, 7876, 10188, 7925, 6549, 8054, 6215, 9125, 6655, 9451, 6977, 10169, 7905, 9108, 7116, 10225, 10345, 9501, 6392, 9371, 7293, 11634, 7741, 9324, 7026, 13216, 8684, 12687, 7945, 12553, 9780, 12578, 9897, 11406, 8383, 12620, 7653, 11822, 7913, 8870, 6636, 7682, 6919, 8836, 6890, 6334, 6804, 7444, 6642, 8821, 6559, 6520, 6998, 7154, 6685, 9121, 6900, 6711, 7286, 6801, 7632, 6242, 8978, 7289, 6330, 7141, 7198, 7724, 10021, 8090, 7153, 6767, 9921, 7536, 9760, 9032, 7328, 11964, 10867, 8246, 13557, 12047, 13590, 11768, 12514, 10276, 11187, 9464, 11513, 9088, 6542, 8617, 6467, 8341, 6399, 8110, 6551, 8245, 6531, 7998, 6825, 7916, 6994, 7904, 7357, 7418, 10195, 7554, 9717, 7477, 9229, 6615, 8527, 7301, 7171, 9425, 7017, 8789, 7162, 9047, 6802, 8326, 6543, 8376, 6666, 9266, 8310, 8181, 10591, 7465, 10225, 7123, 9445, 12560, 7676, 9673, 7055, 9359, 6934, 9577, 7672, 8024, 7717, 7300, 8861, 7069, 8927, 7035, 7768, 6903, 8939, 7010, 9486, 9285, 8832, 13573, 9023, 10660, 12506, 9409, 13038, 9963, 10060, 7517, 9289, 9226, 8386, 12986, 8168, 10559, 7638, 9661, 6912, 9468, 13879, 8235, 11336, 7393, 9395, 10919, 7718, 10590, 7807, 8088, 6513, 7826, 6459, 8219, 6676, 7850, 10127, 7190, 9921, 7211, 9648, 6794, 9508, 6598, 9129, 6840, 8388, 7497, 7876, 11259, 7443, 10225, 7437, 9373, 6668, 9451, 6410, 9391, 6925, 8546, 7070, 8450, 7415, 8123, 11521, 7712, 10167, 7337, 9239, 7086, 8553, 6549, 8383, 6524, 9483, 13095, 8566, 11509, 7904, 10171, 13688, 9349, 11591, 8269, 9794, 8817, 8226, 12159, 7215, 9692, 6545, 8910, 6462, 7994, 6828, 6805, 10320, 6959, 8677, 6510, 7850, 6717, 8453, 6160, 8158, 8481, 8018, 11318, 7759, 9143, 6631, 9524, 6605, 9430, 9743, 8466, 10152, 7750, 12679, 8159, 11379, 9972, 10107, 9845, 8427, 13184, 7926, 10889, 7713, 9460, 6705, 8949, 8077, 6975, 11044, 6994, 9560, 6637, 8648, 6608, 8160, 6381, 7607, 8030, 6829, 10775, 6992, 9431, 7162, 8198, 6471, 8499, 8972, 11869, 7775, 10967, 7116, 10104, 7480, 7250, 6883, 6635, 8570, 6333, 10246, 7043, 9753, 8626, 6982, 10921, 8133, 13828, 10149, 14617, 10430, 14222, 9558, 13552, 9498, 14335, 9824, 12075, 7795, 7094, 7093, 7327, 10842, 8810, 8733, 10044, 6705, 6584, 10805, 8538, 6895, 14416, 10486, 8530, 13745, 8575, 13880, 9595, 13850, 8772, 11363, 8047, 6987, 8008, 6104, 8467, 6515, 8414, 6578, 8362, 6290, 6660, 6546, 6693, 6855, 6755, 7583, 7348, 7586, 9281, 7101, 10594, 6970, 8957, 7023, 7861, 10353, 6816, 8605, 6410, 8219, 6724, 7350, 6677, 6476, 8327, 6468, 8240, 6782, 7916, 6468, 8082, 6755, 8100, 7148, 7534, 7685, 6656, 9662, 6659, 9137, 7000, 9281, 6897, 8547, 6983, 7751, 6940, 7373, 11854, 7535, 10014, 7480, 9680, 6847, 9720, 7773, 8730, 12475, 10135, 11299, 7445, 9922, 7191, 8707, 11475, 8126, 11616, 7671, 11361, 7812, 10845, 7915, 10179, 7207, 9678, 7344, 8492, 10280, 8211, 6919, 7592, 6753, 9859, 6984, 10141, 7327, 6514, 7378, 6518, 9170, 7042, 9570, 7562, 9924, 7601, 11971, 9185, 8224, 7196, 10782, 7052, 6355, 6117, 8719, 6750, 8027, 7946, 10449, 7987, 12181, 8315, 12142, 6839, 12002, 7976, 12977, 8784, 11856, 8365, 11406, 7288, 11329, 8036, 10771, 7316, 6277, 7948, 6290, 8929, 6215, 9510, 6980, 9949, 7349, 10669, 7385, 10997, 7238, 10438, 7358, 9152, 8534, 8230, 10080, 7071, 10248, 6714, 10030, 6449, 10051, 6666, 9762, 6485, 9326, 6509, 9104, 6226, 8332, 6280, 7962, 6231, 7804, 7902, 7282, 9937, 6578, 9650, 6466, 10356, 6497, 9801, 6472, 9310, 6291, 9303, 6169, 8904, 6447, 9285, 6509, 9668, 6739, 9813, 6466, 9648, 6523, 9696, 7402, 10171, 9742, 8791, 10923, 8830, 8547, 8047, 9604, 7756, 7513, 9724, 6666, 9545, 7546, 12289, 7459, 11342, 7228, 8850, 6623, 7720, 12113, 8126, 13734, 10375, 8729, 13246, 8638, 13609, 10178, 13164, 10460, 13479, 9504, 13105, 8427, 13538, 8677, 13215, 8059, 10466, 7183, 9654, 6666, 9099, 6596, 8535, 6344, 8196, 6395, 7307, 10912, 7228, 9913, 7114, 9095, 6496, 8192, 6053, 7084, 8355, 6574, 8801, 6844, 8292, 6311, 7707, 6158, 7460, 7206, 6911, 8892, 6628, 9835, 6481, 9522, 6560, 8859, 9917, 7378, 10129, 6988, 9700, 6558, 8969, 11290, 7480, 9989, 6927, 8832, 6401, 8582, 6974, 7606, 8439, 6971, 6483, 8295, 6306, 8981, 6451, 7882, 6448, 6428, 6619, 7827, 8403, 11201, 9122, 12526, 9810, 13262, 7697, 10728, 8629, 11137, 7653, 13714, 11282, 11939, 10445, 10309, 11896, 10882, 14771, 9242, 13422, 8499, 10246, 9818, 9157, 11451, 8597, 7909, 7604, 11929, 6489, 9848, 6225, 9037, 6702, 7751, 6348, 7021, 6296, 7222, 6467, 6504, 6514, 8221, 6539, 9567, 6664, 9629, 6612, 11408, 6468, 11264, 7767, 10529, 6663, 8745, 6671, 8511, 7364, 7368, 7594, 7404, 12868, 6572, 12139, 6828, 11490, 7349, 11143, 6749, 10098, 6248, 8145, 6655, 7492, 6362, 7082, 8074, 6409, 10193, 7066, 8862, 6834, 8545, 6394, 7790, 12324, 6710, 9715, 6808, 8537, 6858, 7857, 7045, 7374, 6355, 6696, 6709, 8287, 7079, 9098, 7252, 8937, 7335, 9088, 10835, 8046, 13883, 9266, 10644, 7133, 9282, 7366, 8030, 7642, 7652, 7025, 7989, 7665, 7473, 7808, 8212, 7790, 8445, 9753, 7803, 8753, 8402, 11226, 8010, 13342, 8535, 12029, 7255, 11977, 6754, 11530, 7168, 9905, 7732, 8565, 6890, 7138, 9105, 6671, 8603, 7231, 9525, 7173, 11918, 7555, 11772, 7418, 12101, 7073, 11609, 7584, 10728, 6775, 10082, 6552, 9340, 6740, 9276, 6756, 9339, 6612, 9126, 7696, 8489, 7493, 7797, 12427, 7268, 11675, 7713, 10688, 6722, 10032, 6500, 9075, 6513, 8057, 6757, 7191, 9864, 6580, 9656, 6642, 7918, 6468, 7816, 6321, 8360, 6318, 8794, 7864, 8128, 7775, 8223, 10798, 7787, 13880, 9288, 11871, 7047, 10801, 6799, 10240, 6630, 10391, 6535, 8941, 9474, 8393, 14115, 8248, 12269, 7969, 9573, 6541, 8001, 6414, 7842, 6683, 8079, 6303, 8749, 6474, 9518, 6842, 9973, 6250, 9690, 6540, 9760, 6541, 9370, 6622, 9208, 7688, 8459, 6716, 8440, 13718, 7997, 12261, 9813, 10398, 6660, 9285, 6705, 9903, 6889, 6688, 6822, 10328, 6802, 11219, 7849, 11048, 7005, 11674], 'WindowCenter': [3856.0, 3821.0, 3818.0, 3809.0, 3796.0, 3835.0, 3814.0, 3761.0, 3801.0, 3751.0, 3738.0, 3769.0, 3711.0, 3700.0, 3755.0, 3774.0, 3807.0, 3749.0, 3810.0, 3763.0, 3796.0, 3783.0, 3784.0, 3782.0, 3780.0, 3780.0, 3758.0, 3778.0, 3735.0, 3766.0, 3701.0, 3743.0, 3689.0, 3731.0, 3677.0, 3721.0, 3677.0, 3709.0, 3707.0, 3698.0, 3729.0, 3698.0, 3730.0, 3698.0, 3719.0, 3687.0, 3710.0, 3708.0, 3699.0, 3720.0, 3699.0, 3711.0, 3701.0, 3712.0, 3703.0, 3714.0, 3702.0, 3724.0, 3713.0, 3714.0, 3736.0, 3715.0, 3749.0, 3727.0, 3737.0, 3726.0, 3738.0, 3727.0, 3728.0, 3760.0, 3730.0, 3752.0, 3741.0, 3752.0, 3742.0, 3764.0, 3742.0, 3765.0, 3774.0, 3754.0, 3775.0, 3755.0, 3774.0, 3744.0, 3788.0, 3756.0, 3787.0, 3743.0, 3764.0, 3774.0, 3754.0, 3798.0, 3767.0, 3787.0, 3743.0, 3785.0, 3743.0, 3776.0, 3787.0, 3768.0, 3788.0, 3766.0, 3787.0, 3756.0, 3788.0, 3759.0, 3790.0, 3759.0, 3801.0, 3758.0, 3800.0, 3748.0, 3814.0, 3803.0, 3793.0, 3783.0, 3803.0, 3812.0, 3781.0, 3823.0, 3783.0, 3816.0, 3771.0, 3804.0, 3760.0, 3802.0, 3780.0, 3800.0, 3824.0, 3794.0, 3812.0, 3769.0, 3800.0, 3757.0, 3799.0, 3757.0, 3800.0, 3759.0, 3800.0, 3747.0, 3788.0, 3747.0, 3801.0, 3800.0, 3779.0, 3809.0, 3753.0, 3779.0, 3783.0, 3798.0, 3767.0, 3735.0, 3767.0, 3724.0, 3801.0, 3759.0, 3801.0, 3759.0, 3815.0, 3781.0, 3790.0, 3746.0, 3789.0, 3797.0, 3788.0, 3736.0, 3790.0, 3743.0, 3796.0, 3743.0, 3761.0, 3731.0, 3793.0, 3751.0, 3793.0, 3739.0, 3779.0, 3760.0, 3793.0, 3760.0, 3768.0, 3726.0, 3766.0, 3715.0, 3779.0, 3726.0, 3735.0, 3692.0, 3712.0, 3703.0, 3735.0, 3704.0, 3680.0, 3693.0, 3714.0, 3706.0, 3748.0, 3696.0, 3695.0, 3717.0, 3704.0, 3719.0, 3762.0, 3730.0, 3708.0, 3729.0, 3721.0, 3740.0, 3709.0, 3749.0, 3703.0, 3682.0, 3706.0, 3690.0, 3731.0, 3764.0, 3744.0, 3734.0, 3723.0, 3775.0, 3743.0, 3774.0, 3751.0, 3717.0, 3780.0, 3771.0, 3741.0, 3806.0, 3796.0, 3795.0, 3772.0, 3769.0, 3747.0, 3756.0, 3733.0, 3742.0, 3722.0, 3680.0, 3710.0, 3668.0, 3711.0, 3679.0, 3711.0, 3680.0, 3723.0, 3681.0, 3724.0, 3693.0, 3727.0, 3705.0, 3728.0, 3728.0, 3729.0, 3771.0, 3731.0, 3762.0, 3731.0, 3762.0, 3720.0, 3752.0, 3729.0, 3731.0, 3761.0, 3732.0, 3764.0, 3746.0, 3777.0, 3735.0, 3765.0, 3723.0, 3765.0, 3735.0, 3789.0, 3780.0, 3779.0, 3799.0, 3756.0, 3788.0, 3746.0, 3789.0, 3821.0, 3758.0, 3777.0, 3747.0, 3788.0, 3745.0, 3788.0, 3767.0, 3770.0, 3770.0, 3760.0, 3777.0, 3758.0, 3790.0, 3759.0, 3769.0, 3759.0, 3791.0, 3760.0, 3815.0, 3804.0, 3793.0, 3834.0, 3791.0, 3801.0, 3810.0, 3778.0, 3809.0, 3777.0, 3775.0, 3732.0, 3764.0, 3764.0, 3754.0, 3806.0, 3754.0, 3784.0, 3742.0, 3775.0, 3733.0, 3776.0, 3817.0, 3754.0, 3783.0, 3730.0, 3762.0, 3771.0, 3730.0, 3772.0, 3740.0, 3740.0, 3710.0, 3742.0, 3722.0, 3754.0, 3722.0, 3756.0, 3797.0, 3747.0, 3788.0, 3746.0, 3787.0, 3735.0, 3788.0, 3736.0, 3776.0, 3736.0, 3767.0, 3746.0, 3768.0, 3799.0, 3758.0, 3800.0, 3758.0, 3777.0, 3748.0, 3789.0, 3726.0, 3790.0, 3761.0, 3780.0, 3748.0, 3781.0, 3747.0, 3756.0, 3797.0, 3756.0, 3799.0, 3758.0, 3788.0, 3748.0, 3778.0, 3738.0, 3780.0, 3738.0, 3802.0, 3832.0, 3781.0, 3812.0, 3770.0, 3802.0, 3833.0, 3778.0, 3798.0, 3766.0, 3775.0, 3762.0, 3752.0, 3794.0, 3732.0, 3773.0, 3710.0, 3762.0, 3710.0, 3753.0, 3722.0, 3735.0, 3786.0, 3746.0, 3777.0, 3736.0, 3767.0, 3750.0, 3792.0, 3738.0, 3780.0, 3790.0, 3782.0, 3823.0, 3770.0, 3791.0, 3749.0, 3800.0, 3747.0, 3791.0, 3789.0, 3779.0, 3799.0, 3757.0, 3820.0, 3757.0, 3810.0, 3787.0, 3786.0, 3774.0, 3752.0, 3794.0, 3740.0, 3783.0, 3742.0, 3762.0, 3721.0, 3761.0, 3738.0, 3718.0, 3781.0, 3729.0, 3773.0, 3733.0, 3763.0, 3722.0, 3752.0, 3710.0, 3754.0, 3753.0, 3746.0, 3820.0, 3761.0, 3802.0, 3760.0, 3781.0, 3735.0, 3778.0, 3793.0, 3811.0, 3760.0, 3799.0, 3749.0, 3801.0, 3774.0, 3772.0, 3760.0, 3748.0, 3779.0, 3736.0, 3798.0, 3734.0, 3786.0, 3764.0, 3746.0, 3800.0, 3769.0, 3821.0, 3789.0, 3818.0, 3784.0, 3804.0, 3761.0, 3792.0, 3762.0, 3792.0, 3747.0, 3768.0, 3700.0, 3720.0, 3705.0, 3717.0, 3757.0, 3724.0, 3725.0, 3746.0, 3692.0, 3693.0, 3745.0, 3739.0, 3705.0, 3789.0, 3756.0, 3724.0, 3789.0, 3725.0, 3778.0, 3747.0, 3777.0, 3723.0, 3742.0, 3700.0, 3676.0, 3697.0, 3657.0, 3698.0, 3667.0, 3708.0, 3678.0, 3711.0, 3682.0, 3691.0, 3693.0, 3704.0, 3706.0, 3707.0, 3740.0, 3728.0, 3740.0, 3762.0, 3720.0, 3773.0, 3731.0, 3764.0, 3732.0, 3743.0, 3773.0, 3720.0, 3752.0, 3710.0, 3764.0, 3723.0, 3743.0, 3721.0, 3722.0, 3764.0, 3725.0, 3779.0, 3748.0, 3768.0, 3736.0, 3769.0, 3748.0, 3782.0, 3759.0, 3771.0, 3757.0, 3747.0, 3802.0, 3749.0, 3791.0, 3760.0, 3792.0, 3758.0, 3792.0, 3761.0, 3772.0, 3760.0, 3772.0, 3823.0, 3772.0, 3803.0, 3770.0, 3802.0, 3749.0, 3802.0, 3770.0, 3793.0, 3822.0, 3800.0, 3798.0, 3745.0, 3787.0, 3746.0, 3778.0, 3798.0, 3756.0, 3796.0, 3756.0, 3796.0, 3755.0, 3797.0, 3755.0, 3775.0, 3743.0, 3777.0, 3745.0, 3778.0, 3788.0, 3754.0, 3731.0, 3741.0, 3720.0, 3773.0, 3732.0, 3785.0, 3745.0, 3753.0, 3773.0, 3752.0, 3804.0, 3735.0, 3775.0, 3742.0, 3787.0, 3769.0, 3796.0, 3777.0, 3753.0, 3704.0, 3770.0, 3730.0, 3706.0, 3695.0, 3748.0, 3705.0, 3737.0, 3739.0, 3770.0, 3741.0, 3797.0, 3740.0, 3766.0, 3706.0, 3767.0, 3724.0, 3780.0, 3725.0, 3765.0, 3723.0, 3752.0, 3701.0, 3753.0, 3697.0, 3726.0, 3685.0, 3676.0, 3707.0, 3678.0, 3731.0, 3681.0, 3744.0, 3715.0, 3756.0, 3714.0, 3756.0, 3715.0, 3767.0, 3715.0, 3757.0, 3713.0, 3744.0, 3733.0, 3724.0, 3754.0, 3703.0, 3755.0, 3704.0, 3756.0, 3695.0, 3758.0, 3717.0, 3770.0, 3707.0, 3759.0, 3707.0, 3760.0, 3697.0, 3762.0, 3721.0, 3753.0, 3710.0, 3755.0, 3765.0, 3744.0, 3798.0, 3735.0, 3786.0, 3735.0, 3797.0, 3735.0, 3799.0, 3738.0, 3789.0, 3736.0, 3788.0, 3726.0, 3791.0, 3750.0, 3801.0, 3751.0, 3813.0, 3760.0, 3814.0, 3763.0, 3814.0, 3751.0, 3816.0, 3771.0, 3814.0, 3814.0, 3793.0, 3824.0, 3793.0, 3790.0, 3782.0, 3815.0, 3784.0, 3772.0, 3802.0, 3749.0, 3805.0, 3786.0, 3837.0, 3773.0, 3813.0, 3761.0, 3766.0, 3735.0, 3758.0, 3823.0, 3784.0, 3833.0, 3802.0, 3777.0, 3808.0, 3765.0, 3819.0, 3799.0, 3821.0, 3788.0, 3807.0, 3762.0, 3792.0, 3737.0, 3789.0, 3736.0, 3779.0, 3725.0, 3755.0, 3703.0, 3744.0, 3704.0, 3746.0, 3704.0, 3734.0, 3693.0, 3735.0, 3691.0, 3714.0, 3756.0, 3714.0, 3758.0, 3717.0, 3747.0, 3707.0, 3737.0, 3695.0, 3717.0, 3738.0, 3709.0, 3760.0, 3720.0, 3753.0, 3721.0, 3743.0, 3711.0, 3744.0, 3755.0, 3759.0, 3790.0, 3736.0, 3788.0, 3725.0, 3787.0, 3735.0, 3778.0, 3800.0, 3758.0, 3788.0, 3745.0, 3788.0, 3723.0, 3778.0, 3810.0, 3757.0, 3787.0, 3745.0, 3777.0, 3723.0, 3765.0, 3745.0, 3769.0, 3780.0, 3762.0, 3750.0, 3782.0, 3750.0, 3805.0, 3737.0, 3785.0, 3752.0, 3753.0, 3762.0, 3797.0, 3797.0, 3827.0, 3804.0, 3838.0, 3816.0, 3837.0, 3755.0, 3802.0, 3755.0, 3798.0, 3746.0, 3807.0, 3800.0, 3809.0, 3773.0, 3772.0, 3782.0, 3770.0, 3803.0, 3751.0, 3791.0, 3736.0, 3757.0, 3745.0, 3734.0, 3765.0, 3722.0, 3711.0, 3711.0, 3764.0, 3680.0, 3745.0, 3684.0, 3735.0, 3704.0, 3724.0, 3694.0, 3714.0, 3708.0, 3740.0, 3721.0, 3719.0, 3721.0, 3751.0, 3723.0, 3775.0, 3733.0, 3773.0, 3721.0, 3794.0, 3711.0, 3795.0, 3743.0, 3785.0, 3721.0, 3751.0, 3719.0, 3751.0, 3742.0, 3741.0, 3741.0, 3732.0, 3805.0, 3720.0, 3793.0, 3721.0, 3794.0, 3741.0, 3782.0, 3720.0, 3771.0, 3710.0, 3752.0, 3721.0, 3742.0, 3709.0, 3733.0, 3753.0, 3722.0, 3786.0, 3744.0, 3775.0, 3734.0, 3766.0, 3722.0, 3755.0, 3808.0, 3735.0, 3787.0, 3734.0, 3766.0, 3735.0, 3768.0, 3762.0, 3774.0, 3752.0, 3748.0, 3749.0, 3780.0, 3759.0, 3790.0, 3771.0, 3791.0, 3759.0, 3791.0, 3812.0, 3783.0, 3835.0, 3791.0, 3801.0, 3734.0, 3776.0, 3745.0, 3756.0, 3756.0, 3756.0, 3735.0, 3756.0, 3769.0, 3758.0, 3768.0, 3779.0, 3757.0, 3767.0, 3789.0, 3757.0, 3777.0, 3766.0, 3797.0, 3754.0, 3820.0, 3765.0, 3796.0, 3742.0, 3794.0, 3719.0, 3784.0, 3732.0, 3773.0, 3740.0, 3750.0, 3718.0, 3729.0, 3761.0, 3719.0, 3761.0, 3731.0, 3772.0, 3732.0, 3795.0, 3755.0, 3794.0, 3743.0, 3793.0, 3732.0, 3795.0, 3742.0, 3783.0, 3721.0, 3783.0, 3721.0, 3776.0, 3733.0, 3774.0, 3731.0, 3775.0, 3721.0, 3776.0, 3754.0, 3763.0, 3742.0, 3742.0, 3805.0, 3744.0, 3796.0, 3757.0, 3785.0, 3722.0, 3786.0, 3723.0, 3777.0, 3735.0, 3754.0, 3733.0, 3733.0, 3784.0, 3723.0, 3786.0, 3737.0, 3766.0, 3736.0, 3757.0, 3738.0, 3779.0, 3737.0, 3791.0, 3780.0, 3780.0, 3769.0, 3767.0, 3798.0, 3756.0, 3830.0, 3777.0, 3809.0, 3747.0, 3797.0, 3735.0, 3800.0, 3748.0, 3798.0, 3722.0, 3776.0, 3775.0, 3753.0, 3818.0, 3765.0, 3795.0, 3752.0, 3774.0, 3720.0, 3754.0, 3723.0, 3764.0, 3734.0, 3753.0, 3724.0, 3777.0, 3736.0, 3788.0, 3746.0, 3787.0, 3736.0, 3800.0, 3736.0, 3788.0, 3724.0, 3775.0, 3734.0, 3776.0, 3755.0, 3764.0, 3721.0, 3752.0, 3805.0, 3752.0, 3795.0, 3773.0, 3771.0, 3719.0, 3761.0, 3720.0, 3784.0, 3733.0, 3722.0, 3722.0, 3784.0, 3735.0, 3808.0, 3755.0, 3795.0, 3734.0, 3794.0], 'WindowWidth': [8630.0, 8574.0, 8565.0, 8552.0, 8526.0, 8576.0, 8549.0, 8474.0, 8524.0, 8464.0, 8441.0, 8483.0, 8387.0, 8369.0, 8452.0, 8474.0, 8522.0, 8427.0, 8535.0, 8454.0, 8507.0, 8481.0, 8483.0, 8477.0, 8468.0, 8469.0, 8437.0, 8463.0, 8401.0, 8442.0, 8349.0, 8404.0, 8329.0, 8386.0, 8311.0, 8372.0, 8310.0, 8355.0, 8350.0, 8340.0, 8381.0, 8338.0, 8384.0, 8338.0, 8369.0, 8322.0, 8357.0, 8354.0, 8343.0, 8371.0, 8344.0, 8362.0, 8348.0, 8366.0, 8357.0, 8372.0, 8356.0, 8387.0, 8371.0, 8374.0, 8404.0, 8378.0, 8428.0, 8397.0, 8409.0, 8394.0, 8412.0, 8397.0, 8402.0, 8446.0, 8410.0, 8439.0, 8425.0, 8439.0, 8427.0, 8459.0, 8428.0, 8463.0, 8472.0, 8446.0, 8474.0, 8449.0, 8474.0, 8434.0, 8498.0, 8455.0, 8496.0, 8432.0, 8462.0, 8473.0, 8448.0, 8511.0, 8471.0, 8496.0, 8433.0, 8489.0, 8432.0, 8481.0, 8499.0, 8473.0, 8500.0, 8469.0, 8496.0, 8454.0, 8499.0, 8468.0, 8506.0, 8468.0, 8522.0, 8462.0, 8520.0, 8449.0, 8545.0, 8532.0, 8516.0, 8503.0, 8529.0, 8539.0, 8497.0, 8555.0, 8504.0, 8552.0, 8485.0, 8531.0, 8466.0, 8526.0, 8492.0, 8520.0, 8560.0, 8519.0, 8539.0, 8477.0, 8517.0, 8457.0, 8513.0, 8459.0, 8519.0, 8466.0, 8519.0, 8443.0, 8498.0, 8444.0, 8519.0, 8519.0, 8491.0, 8531.0, 8442.0, 8495.0, 8504.0, 8515.0, 8470.0, 8428.0, 8470.0, 8412.0, 8527.0, 8469.0, 8525.0, 8468.0, 8550.0, 8499.0, 8508.0, 8442.0, 8502.0, 8511.0, 8498.0, 8429.0, 8505.0, 8431.0, 8505.0, 8432.0, 8451.0, 8412.0, 8497.0, 8437.0, 8496.0, 8416.0, 8469.0, 8445.0, 8497.0, 8445.0, 8452.0, 8392.0, 8446.0, 8376.0, 8468.0, 8394.0, 8402.0, 8343.0, 8368.0, 8357.0, 8402.0, 8360.0, 8325.0, 8344.0, 8374.0, 8371.0, 8426.0, 8354.0, 8350.0, 8383.0, 8363.0, 8391.0, 8452.0, 8408.0, 8374.0, 8403.0, 8398.0, 8421.0, 8377.0, 8426.0, 8353.0, 8325.0, 8366.0, 8331.0, 8406.0, 8456.0, 8431.0, 8417.0, 8402.0, 8474.0, 8430.0, 8469.0, 8434.0, 8385.0, 8470.0, 8461.0, 8420.0, 8518.0, 8502.0, 8499.0, 8462.0, 8453.0, 8420.0, 8428.0, 8393.0, 8404.0, 8377.0, 8318.0, 8358.0, 8300.0, 8360.0, 8317.0, 8362.0, 8321.0, 8381.0, 8325.0, 8384.0, 8345.0, 8395.0, 8365.0, 8399.0, 8399.0, 8403.0, 8460.0, 8407.0, 8449.0, 8408.0, 8452.0, 8393.0, 8438.0, 8404.0, 8409.0, 8448.0, 8413.0, 8459.0, 8442.0, 8482.0, 8425.0, 8462.0, 8406.0, 8464.0, 8425.0, 8501.0, 8494.0, 8490.0, 8513.0, 8455.0, 8499.0, 8440.0, 8503.0, 8548.0, 8458.0, 8480.0, 8444.0, 8498.0, 8436.0, 8497.0, 8473.0, 8481.0, 8482.0, 8466.0, 8484.0, 8462.0, 8506.0, 8467.0, 8479.0, 8467.0, 8510.0, 8471.0, 8549.0, 8533.0, 8516.0, 8569.0, 8507.0, 8521.0, 8531.0, 8485.0, 8527.0, 8480.0, 8474.0, 8412.0, 8456.0, 8458.0, 8444.0, 8519.0, 8444.0, 8484.0, 8427.0, 8473.0, 8417.0, 8476.0, 8535.0, 8445.0, 8481.0, 8406.0, 8449.0, 8462.0, 8406.0, 8464.0, 8420.0, 8419.0, 8381.0, 8426.0, 8400.0, 8446.0, 8402.0, 8452.0, 8509.0, 8446.0, 8498.0, 8441.0, 8493.0, 8424.0, 8497.0, 8428.0, 8481.0, 8425.0, 8468.0, 8439.0, 8472.0, 8512.0, 8459.0, 8516.0, 8460.0, 8482.0, 8448.0, 8499.0, 8414.0, 8502.0, 8472.0, 8491.0, 8448.0, 8494.0, 8441.0, 8452.0, 8508.0, 8452.0, 8513.0, 8460.0, 8499.0, 8447.0, 8485.0, 8435.0, 8492.0, 8436.0, 8525.0, 8566.0, 8496.0, 8537.0, 8479.0, 8523.0, 8566.0, 8485.0, 8512.0, 8464.0, 8475.0, 8452.0, 8437.0, 8496.0, 8410.0, 8465.0, 8383.0, 8453.0, 8381.0, 8441.0, 8400.0, 8423.0, 8491.0, 8440.0, 8484.0, 8429.0, 8472.0, 8456.0, 8512.0, 8438.0, 8495.0, 8506.0, 8501.0, 8558.0, 8483.0, 8509.0, 8451.0, 8519.0, 8447.0, 8509.0, 8505.0, 8491.0, 8516.0, 8456.0, 8544.0, 8457.0, 8532.0, 8494.0, 8490.0, 8470.0, 8437.0, 8499.0, 8421.0, 8483.0, 8427.0, 8451.0, 8397.0, 8447.0, 8414.0, 8387.0, 8475.0, 8406.0, 8470.0, 8420.0, 8455.0, 8401.0, 8441.0, 8383.0, 8447.0, 8448.0, 8442.0, 8549.0, 8473.0, 8527.0, 8470.0, 8497.0, 8429.0, 8488.0, 8514.0, 8532.0, 8464.0, 8510.0, 8449.0, 8519.0, 8494.0, 8487.0, 8468.0, 8452.0, 8491.0, 8432.0, 8513.0, 8421.0, 8494.0, 8462.0, 8443.0, 8517.0, 8477.0, 8549.0, 8504.0, 8541.0, 8487.0, 8510.0, 8448.0, 8490.0, 8450.0, 8490.0, 8421.0, 8449.0, 8345.0, 8392.0, 8365.0, 8384.0, 8431.0, 8381.0, 8384.0, 8416.0, 8337.0, 8344.0, 8412.0, 8413.0, 8361.0, 8478.0, 8429.0, 8385.0, 8480.0, 8387.0, 8463.0, 8422.0, 8460.0, 8381.0, 8402.0, 8344.0, 8307.0, 8337.0, 8282.0, 8339.0, 8296.0, 8352.0, 8315.0, 8360.0, 8326.0, 8338.0, 8345.0, 8362.0, 8368.0, 8370.0, 8418.0, 8402.0, 8420.0, 8450.0, 8392.0, 8467.0, 8409.0, 8457.0, 8414.0, 8426.0, 8466.0, 8394.0, 8437.0, 8381.0, 8459.0, 8404.0, 8432.0, 8398.0, 8402.0, 8459.0, 8412.0, 8489.0, 8447.0, 8472.0, 8430.0, 8474.0, 8447.0, 8498.0, 8464.0, 8481.0, 8457.0, 8444.0, 8525.0, 8453.0, 8510.0, 8468.0, 8511.0, 8462.0, 8512.0, 8472.0, 8487.0, 8467.0, 8487.0, 8554.0, 8486.0, 8530.0, 8484.0, 8523.0, 8449.0, 8525.0, 8477.0, 8513.0, 8553.0, 8517.0, 8513.0, 8436.0, 8494.0, 8440.0, 8486.0, 8511.0, 8450.0, 8505.0, 8449.0, 8505.0, 8449.0, 8507.0, 8448.0, 8473.0, 8431.0, 8482.0, 8436.0, 8485.0, 8498.0, 8445.0, 8410.0, 8422.0, 8394.0, 8467.0, 8414.0, 8489.0, 8435.0, 8468.0, 8493.0, 8463.0, 8531.0, 8419.0, 8471.0, 8425.0, 8494.0, 8476.0, 8507.0, 8483.0, 8444.0, 8359.0, 8460.0, 8413.0, 8374.0, 8355.0, 8426.0, 8369.0, 8412.0, 8420.0, 8458.0, 8424.0, 8506.0, 8417.0, 8441.0, 8369.0, 8449.0, 8385.0, 8473.0, 8387.0, 8443.0, 8380.0, 8418.0, 8350.0, 8421.0, 8337.0, 8375.0, 8320.0, 8312.0, 8354.0, 8317.0, 8391.0, 8329.0, 8415.0, 8381.0, 8433.0, 8377.0, 8435.0, 8378.0, 8448.0, 8376.0, 8433.0, 8371.0, 8413.0, 8398.0, 8386.0, 8427.0, 8357.0, 8430.0, 8362.0, 8435.0, 8353.0, 8440.0, 8388.0, 8458.0, 8375.0, 8444.0, 8374.0, 8446.0, 8363.0, 8456.0, 8400.0, 8445.0, 8384.0, 8452.0, 8465.0, 8436.0, 8514.0, 8427.0, 8493.0, 8427.0, 8510.0, 8427.0, 8517.0, 8437.0, 8502.0, 8430.0, 8499.0, 8418.0, 8511.0, 8459.0, 8524.0, 8460.0, 8544.0, 8470.0, 8548.0, 8482.0, 8548.0, 8460.0, 8554.0, 8486.0, 8543.0, 8546.0, 8519.0, 8560.0, 8514.0, 8507.0, 8500.0, 8552.0, 8510.0, 8489.0, 8526.0, 8453.0, 8534.0, 8512.0, 8580.0, 8490.0, 8538.0, 8468.0, 8462.0, 8424.0, 8457.0, 8553.0, 8507.0, 8570.0, 8527.0, 8483.0, 8527.0, 8465.0, 8544.0, 8516.0, 8551.0, 8501.0, 8522.0, 8453.0, 8493.0, 8409.0, 8483.0, 8408.0, 8468.0, 8388.0, 8429.0, 8358.0, 8412.0, 8361.0, 8420.0, 8364.0, 8403.0, 8346.0, 8403.0, 8342.0, 8375.0, 8433.0, 8376.0, 8438.0, 8382.0, 8423.0, 8370.0, 8411.0, 8353.0, 8385.0, 8413.0, 8376.0, 8448.0, 8397.0, 8441.0, 8399.0, 8431.0, 8389.0, 8435.0, 8453.0, 8465.0, 8505.0, 8429.0, 8499.0, 8413.0, 8497.0, 8425.0, 8487.0, 8519.0, 8459.0, 8497.0, 8438.0, 8497.0, 8407.0, 8484.0, 8533.0, 8456.0, 8494.0, 8436.0, 8479.0, 8407.0, 8464.0, 8438.0, 8477.0, 8497.0, 8475.0, 8456.0, 8499.0, 8456.0, 8535.0, 8431.0, 8508.0, 8461.0, 8465.0, 8476.0, 8529.0, 8528.0, 8568.0, 8531.0, 8583.0, 8553.0, 8580.0, 8450.0, 8522.0, 8446.0, 8510.0, 8437.0, 8520.0, 8517.0, 8528.0, 8469.0, 8463.0, 8479.0, 8458.0, 8510.0, 8435.0, 8489.0, 8407.0, 8436.0, 8414.0, 8400.0, 8444.0, 8381.0, 8363.0, 8365.0, 8440.0, 8324.0, 8416.0, 8337.0, 8402.0, 8363.0, 8388.0, 8349.0, 8377.0, 8377.0, 8423.0, 8399.0, 8395.0, 8400.0, 8440.0, 8405.0, 8477.0, 8420.0, 8470.0, 8398.0, 8497.0, 8386.0, 8501.0, 8430.0, 8486.0, 8395.0, 8435.0, 8389.0, 8434.0, 8428.0, 8424.0, 8424.0, 8412.0, 8513.0, 8394.0, 8496.0, 8398.0, 8496.0, 8424.0, 8478.0, 8394.0, 8464.0, 8382.0, 8443.0, 8400.0, 8426.0, 8378.0, 8415.0, 8445.0, 8400.0, 8492.0, 8435.0, 8476.0, 8422.0, 8465.0, 8402.0, 8448.0, 8525.0, 8426.0, 8494.0, 8423.0, 8467.0, 8424.0, 8473.0, 8472.0, 8492.0, 8460.0, 8446.0, 8453.0, 8492.0, 8464.0, 8507.0, 8483.0, 8510.0, 8464.0, 8510.0, 8537.0, 8500.0, 8576.0, 8509.0, 8519.0, 8421.0, 8478.0, 8436.0, 8453.0, 8454.0, 8451.0, 8423.0, 8452.0, 8477.0, 8460.0, 8474.0, 8489.0, 8455.0, 8468.0, 8501.0, 8456.0, 8482.0, 8464.0, 8507.0, 8448.0, 8545.0, 8465.0, 8504.0, 8428.0, 8497.0, 8393.0, 8483.0, 8416.0, 8469.0, 8421.0, 8433.0, 8389.0, 8405.0, 8453.0, 8394.0, 8452.0, 8412.0, 8465.0, 8416.0, 8502.0, 8449.0, 8500.0, 8430.0, 8497.0, 8414.0, 8503.0, 8430.0, 8482.0, 8399.0, 8481.0, 8401.0, 8478.0, 8420.0, 8472.0, 8414.0, 8476.0, 8401.0, 8479.0, 8447.0, 8457.0, 8426.0, 8428.0, 8515.0, 8433.0, 8505.0, 8458.0, 8487.0, 8402.0, 8490.0, 8404.0, 8484.0, 8426.0, 8447.0, 8417.0, 8419.0, 8485.0, 8403.0, 8492.0, 8430.0, 8468.0, 8430.0, 8457.0, 8436.0, 8493.0, 8436.0, 8512.0, 8496.0, 8493.0, 8476.0, 8470.0, 8512.0, 8454.0, 8559.0, 8482.0, 8527.0, 8443.0, 8510.0, 8427.0, 8521.0, 8448.0, 8513.0, 8405.0, 8479.0, 8477.0, 8445.0, 8540.0, 8461.0, 8502.0, 8441.0, 8471.0, 8398.0, 8448.0, 8408.0, 8462.0, 8422.0, 8445.0, 8411.0, 8485.0, 8432.0, 8501.0, 8444.0, 8496.0, 8429.0, 8519.0, 8431.0, 8498.0, 8409.0, 8474.0, 8420.0, 8481.0, 8452.0, 8460.0, 8399.0, 8441.0, 8516.0, 8441.0, 8503.0, 8469.0, 8462.0, 8391.0, 8449.0, 8395.0, 8486.0, 8419.0, 8401.0, 8402.0, 8485.0, 8426.0, 8527.0, 8453.0, 8502.0, 8419.0, 8498.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.004490531220876048</td></tr>
<tr><td colspan=3>aqi</td><td>0.09457150223671948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.64098445691229</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0638965567070902</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886809230503721</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>3548.0566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2536169831955776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>363</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.83038210624417</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9339243735090186</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.816457660123144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.195193287457019</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7901221729468917</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165259</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012060150504112244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03085160255432129</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.68038274572822</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>26.1734</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9916</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.0522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309159.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>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.2214</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.393</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.7338</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2987.2929</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.6196</td></tr>
<tr><td colspan=3>tsnr</td><td>19.500137195689604</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>