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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-03/func/sub-0019_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b4da952d5840a8d3d4ce19e244486a11</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>17:30:29.910000</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_VE11C_LATEST_20160120</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.998609, -0.0524601, -0.00532125, 0.0525096, 0.998574, 0.00963639]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0768832</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7768, -7262, 603, 0, -284, 100, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>91744af0-eaf6-4f80-b953-e2e34c8dcda1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679194450378418, 0.14087949693202972, -0.012981964275240898, 108.51241302490234], [0.14074665307998657, 2.679100751876831, 0.026736486703157425, -102.32147216796875], [-0.014276523143053055, -0.025853732600808144, 2.699836492538452, -68.62352752685547], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['173029.910000', '173030.370000', '173030.830000', '173031.290000', '173031.750000', '173032.210000', '173032.670000', '173033.130000', '173033.590000', '173034.050000', '173034.510000', '173034.970000', '173035.430000', '173035.890000', '173036.350000', '173036.810000', '173037.270000', '173037.730000', '173038.190000', '173038.650000', '173039.110000', '173039.570000', '173040.030000', '173040.490000', '173040.950000', '173041.410000', '173041.870000', '173042.330000', '173042.790000', '173043.250000', '173043.710000', '173044.170000', '173044.630000', '173045.090000', '173045.550000', '173046.010000', '173046.470000', '173046.930000', '173047.390000', '173047.850000', '173048.310000', '173048.770000', '173049.230000', '173049.690000', '173050.150000', '173050.610000', '173051.070000', '173051.530000', '173051.990000', '173052.450000', '173052.910000', '173053.370000', '173053.830000', '173054.290000', '173054.750000', '173055.210000', '173055.670000', '173056.130000', '173056.590000', '173057.050000', '173057.510000', '173057.970000', '173058.430000', '173058.890000', '173059.350000', '173059.810000', '173100.270000', '173100.730000', '173101.190000', '173101.650000', '173102.110000', '173102.570000', '173103.030000', '173103.490000', '173103.950000', '173104.410000', '173104.870000', '173105.330000', '173105.790000', '173106.250000', '173106.710000', '173107.170000', '173107.630000', '173108.090000', '173108.550000', '173109.010000', '173109.470000', '173109.930000', '173110.390000', '173110.850000', '173111.310000', '173111.770000', '173112.230000', '173112.690000', '173113.150000', '173113.610000', '173114.070000', '173114.530000', '173114.990000', '173115.450000', '173115.910000', '173116.370000', '173116.830000', '173117.290000', '173117.750000', '173118.210000', '173118.670000', '173119.130000', '173119.590000', '173120.050000', '173120.510000', '173120.970000', '173121.430000', '173121.890000', '173122.350000', '173122.810000', '173123.270000', '173123.730000', '173124.190000', '173124.650000', '173125.110000', '173125.570000', '173126.030000', '173126.490000', '173126.950000', '173127.410000', '173127.870000', '173128.330000', '173128.790000', '173129.250000', '173129.710000', '173130.170000', '173130.630000', '173131.090000', '173131.550000', '173132.010000', '173132.470000', '173132.930000', '173133.390000', '173133.850000', '173134.310000', '173134.770000', '173135.230000', '173135.690000', '173136.150000', '173136.610000', '173137.070000', '173137.530000', '173137.990000', '173138.450000', '173138.910000', '173139.370000', '173139.830000', '173140.290000', '173140.750000', '173141.210000', '173141.670000', '173142.130000', '173142.590000', '173143.050000', '173143.510000', '173143.970000', '173144.430000', '173144.890000', '173145.350000', '173145.810000', '173146.270000', '173146.730000', '173147.190000', '173147.650000', '173148.110000', '173148.570000', '173149.030000', '173149.490000', '173149.950000', '173150.410000', '173150.870000', '173151.330000', '173151.790000', '173152.250000', '173152.710000', '173153.170000', '173153.630000', '173154.090000', '173154.550000', '173155.010000', '173155.470000', '173155.930000', '173156.390000', '173156.850000', '173157.310000', '173157.770000', '173158.230000', '173158.690000', '173159.150000', '173159.610000', '173200.070000', '173200.530000', '173200.990000', '173201.450000', '173201.910000', '173202.370000', '173202.830000', '173203.290000', '173203.750000', '173204.210000', '173204.670000', '173205.130000', '173205.590000', '173206.050000', '173206.510000', '173206.970000', '173207.430000', '173207.890000', '173208.350000', '173208.810000', '173209.270000', '173209.730000', '173210.190000', '173210.650000', '173211.110000', '173211.570000', '173212.030000', '173212.490000', '173212.950000', '173213.410000', '173213.870000', '173214.330000', '173214.790000', '173215.250000', '173215.710000', '173216.170000', '173216.630000', '173217.090000', '173217.550000', '173218.010000', '173218.470000', '173218.930000', '173219.390000', '173219.850000', '173220.310000', '173220.770000', '173221.230000', '173221.690000', '173222.150000', '173222.610000', '173223.070000', '173223.530000', '173223.990000', '173224.450000', '173224.910000', '173225.370000', '173225.830000', '173226.290000', '173226.750000', '173227.210000', '173227.670000', '173228.130000', '173228.590000', '173229.050000', '173229.510000', '173229.970000', '173230.430000', '173230.890000', '173231.350000', '173231.810000', '173232.270000', '173232.730000', '173233.190000', '173233.650000', '173234.110000', '173234.570000', '173235.030000', '173235.490000', '173235.950000', '173236.410000', '173236.870000', '173237.330000', '173237.790000', '173238.250000', '173238.710000', '173239.170000', '173239.630000', '173240.090000', '173240.550000', '173241.010000', '173241.470000', '173241.930000', '173242.390000', '173242.850000', '173243.310000', '173243.770000', '173244.230000', '173244.690000', '173245.150000', '173245.610000', '173246.070000', '173246.530000', '173246.990000', '173247.450000', '173247.910000', '173248.370000', '173248.830000', '173249.290000', '173249.750000', '173250.210000', '173250.670000', '173251.130000', '173251.590000', '173252.050000', '173252.510000', '173252.970000', '173253.430000', '173253.890000', '173254.350000', '173254.810000', '173255.270000', '173255.730000', '173256.190000', '173256.650000', '173257.110000', '173257.570000', '173258.030000', '173258.490000', '173258.950000', '173259.410000', '173259.870000', '173300.330000', '173300.790000', '173301.250000', '173301.710000', '173302.170000', '173302.630000', '173303.090000', '173303.550000', '173304.010000', '173304.470000', '173304.930000', '173305.390000', '173305.850000', '173306.310000', '173306.770000', '173307.230000', '173307.690000', '173308.150000', '173308.610000', '173309.070000', '173309.530000', '173309.990000', '173310.450000', '173310.910000', '173311.370000', '173311.830000', '173312.290000', '173312.750000', '173313.210000', '173313.670000', '173314.130000', '173314.590000', '173315.050000', '173315.510000', '173315.970000', '173316.430000', '173316.890000', '173317.350000', '173317.810000', '173318.270000', '173318.730000', '173319.190000', '173319.650000', '173320.110000', '173320.570000', '173321.030000', '173321.490000', '173321.950000', '173322.410000', '173322.870000', '173323.330000', '173323.790000', '173324.250000', '173324.710000', '173325.170000', '173325.630000', '173326.090000', '173326.550000', '173327.010000', '173327.470000', '173327.930000', '173328.390000', '173328.850000', '173329.310000', '173329.770000', '173330.230000', '173330.690000', '173331.150000', '173331.610000', '173332.070000', '173332.530000', '173332.990000', '173333.450000', '173333.910000', '173334.370000', '173334.830000', '173335.290000', '173335.750000', '173336.210000', '173336.670000', '173337.130000', '173337.590000', '173338.050000', '173338.510000', '173338.970000', '173339.430000', '173339.890000', '173340.350000', '173340.810000', '173341.270000', '173341.730000', '173342.190000', '173342.650000', '173343.110000', '173343.570000', '173344.030000', '173344.490000', '173344.950000', '173345.410000', '173345.870000', '173346.330000', '173346.790000', '173347.250000', '173347.710000', '173348.170000', '173348.630000', '173349.090000', '173349.550000', '173350.010000', '173350.470000', '173350.930000', '173351.390000', '173351.850000', '173352.310000', '173352.770000', '173353.230000', '173353.690000', '173354.150000', '173354.610000', '173355.070000', '173355.530000', '173355.990000', '173356.450000', '173356.910000', '173357.370000', '173357.830000', '173358.290000', '173358.750000', '173359.210000', '173359.670000', '173400.130000', '173400.590000', '173401.050000', '173401.510000', '173401.970000', '173402.430000', '173402.890000', '173403.350000', '173403.810000', '173404.270000', '173404.730000', '173405.190000', '173405.650000', '173406.110000', '173406.570000', '173407.030000', '173407.490000', '173407.950000', '173408.410000', '173408.870000', '173409.330000', '173409.790000', '173410.250000', '173410.710000', '173411.170000', '173411.630000', '173412.090000', '173412.550000', '173413.010000', '173413.470000', '173413.930000', '173414.390000', '173414.850000', '173415.310000', '173415.770000', '173416.230000', '173416.690000', '173417.150000', '173417.610000', '173418.070000', '173418.530000', '173418.990000', '173419.450000', '173419.910000', '173420.370000', '173420.830000', '173421.290000', '173421.750000', '173422.210000', '173422.670000', '173423.130000', '173423.590000', '173424.050000', '173424.510000', '173424.970000', '173425.430000', '173425.890000', '173426.350000', '173426.810000', '173427.270000', '173427.730000', '173428.190000', '173428.650000', '173429.110000', '173429.570000', '173430.030000', '173430.490000', '173430.950000', '173431.410000', '173431.870000', '173432.330000', '173432.790000', '173433.250000', '173433.710000', '173434.170000', '173434.630000', '173435.090000', '173435.550000', '173436.010000', '173436.470000', '173436.930000', '173437.390000', '173437.850000', '173438.310000', '173438.770000', '173439.230000', '173439.690000', '173440.150000', '173440.610000', '173441.070000', '173441.530000', '173441.990000', '173442.450000', '173442.910000', '173443.370000', '173443.830000', '173444.290000', '173444.750000', '173445.210000', '173445.670000', '173446.130000', '173446.590000', '173447.050000', '173447.510000', '173447.970000', '173448.430000', '173448.890000', '173449.350000', '173449.810000', '173450.270000', '173450.730000', '173451.190000', '173451.650000', '173452.110000', '173452.570000', '173453.030000', '173453.490000', '173453.950000', '173454.410000', '173454.870000', '173455.330000', '173455.790000', '173456.250000', '173456.710000', '173457.170000', '173457.630000', '173458.090000', '173458.550000', '173459.010000', '173459.470000', '173459.930000', '173500.390000', '173500.850000', '173501.310000', '173501.770000', '173502.230000', '173502.690000', '173503.150000', '173503.610000', '173504.070000', '173504.530000', '173504.990000', '173505.450000', '173505.910000', '173506.370000', '173506.830000', '173507.290000', '173507.750000', '173508.210000', '173508.670000', '173509.130000', '173509.590000', '173510.050000', '173510.510000', '173510.970000', '173511.430000', '173511.890000', '173512.350000', '173512.810000', '173513.270000', '173513.730000', '173514.190000', '173514.650000', '173515.110000', '173515.570000', '173516.030000', '173516.490000', '173516.950000', '173517.410000', '173517.870000', '173518.330000', '173518.790000', '173519.250000', '173519.710000', '173520.170000', '173520.630000', '173521.090000', '173521.550000', '173522.010000', '173522.470000', '173522.930000', '173523.390000', '173523.850000', '173524.310000', '173524.770000', '173525.230000', '173525.690000', '173526.150000', '173526.610000', '173527.070000', '173527.530000', '173527.990000', '173528.450000', '173528.910000', '173529.370000', '173529.830000', '173530.290000', '173530.750000', '173531.210000', '173531.670000', '173532.130000', '173532.590000', '173533.050000', '173533.510000', '173533.970000', '173534.430000', '173534.890000', '173535.350000', '173535.810000', '173536.270000', '173536.730000', '173537.190000', '173537.650000', '173538.110000', '173538.570000', '173539.030000', '173539.490000', '173539.950000', '173540.410000', '173540.870000', '173541.330000', '173541.790000', '173542.250000', '173542.710000', '173543.170000', '173543.630000', '173544.090000', '173544.550000', '173545.010000', '173545.470000', '173545.930000', '173546.390000', '173546.850000', '173547.310000', '173547.770000', '173548.230000', '173548.690000', '173549.150000', '173549.610000', '173550.070000', '173550.530000', '173550.990000', '173551.450000', '173551.910000', '173552.370000', '173552.830000', '173553.290000', '173553.750000', '173554.210000', '173554.670000', '173555.130000', '173555.590000', '173556.050000', '173556.510000', '173556.970000', '173557.430000', '173557.890000', '173558.350000', '173558.810000', '173559.270000', '173559.730000', '173600.190000', '173600.650000', '173601.110000', '173601.570000', '173602.030000', '173602.490000', '173602.950000', '173603.410000', '173603.870000', '173604.330000', '173604.790000', '173605.250000', '173605.710000', '173606.170000', '173606.630000', '173607.090000', '173607.550000', '173608.010000', '173608.470000', '173608.930000', '173609.390000', '173609.850000', '173610.310000', '173610.770000', '173611.230000', '173611.690000', '173612.150000', '173612.610000', '173613.070000', '173613.530000', '173613.990000', '173614.450000', '173614.910000', '173615.370000', '173615.830000', '173616.290000', '173616.750000', '173617.210000', '173617.670000', '173618.130000', '173618.590000', '173619.050000', '173619.510000', '173619.970000', '173620.430000', '173620.890000', '173621.350000', '173621.810000', '173622.270000', '173622.730000', '173623.190000', '173623.650000', '173624.110000', '173624.570000', '173625.030000', '173625.490000', '173625.950000', '173626.410000', '173626.870000', '173627.330000', '173627.790000', '173628.250000', '173628.710000', '173629.170000', '173629.630000', '173630.090000', '173630.550000', '173631.010000', '173631.470000', '173631.930000', '173632.390000', '173632.850000', '173633.310000', '173633.770000', '173634.230000', '173634.690000', '173635.150000', '173635.610000', '173636.070000', '173636.530000', '173636.990000', '173637.450000', '173637.910000', '173638.370000', '173638.830000', '173639.290000', '173639.750000', '173640.210000', '173640.670000', '173641.130000', '173641.590000', '173642.050000', '173642.510000', '173642.970000', '173643.430000', '173643.890000', '173644.350000', '173644.810000', '173645.270000', '173645.730000', '173646.190000', '173646.650000', '173647.110000', '173647.570000', '173648.030000', '173648.490000', '173648.950000', '173649.410000', '173649.870000', '173650.330000', '173650.790000', '173651.250000', '173651.710000', '173652.170000', '173652.630000', '173653.090000', '173653.550000', '173654.010000', '173654.470000', '173654.930000', '173655.390000', '173655.850000', '173656.310000', '173656.770000', '173657.230000', '173657.690000', '173658.150000', '173658.610000', '173659.070000', '173659.530000', '173659.990000', '173700.450000', '173700.910000', '173701.370000', '173701.830000', '173702.290000', '173702.750000', '173703.210000', '173703.670000', '173704.130000', '173704.590000', '173705.050000', '173705.510000', '173705.970000', '173706.430000', '173706.890000', '173707.350000', '173707.810000', '173708.270000', '173708.730000', '173709.190000', '173709.650000', '173710.110000', '173710.570000', '173711.030000', '173711.490000', '173711.950000', '173712.410000', '173712.870000', '173713.330000', '173713.790000', '173714.250000', '173714.710000', '173715.170000', '173715.630000', '173716.090000', '173716.550000', '173717.010000', '173717.470000', '173717.930000', '173718.390000', '173718.850000', '173719.310000', '173719.770000', '173720.230000', '173720.690000', '173721.150000', '173721.610000', '173722.070000', '173722.530000', '173722.990000', '173723.450000', '173723.910000', '173724.370000', '173724.830000', '173725.290000', '173725.750000', '173726.210000', '173726.670000', '173727.130000', '173727.590000', '173728.050000', '173728.510000', '173728.970000', '173729.430000', '173729.890000', '173730.350000', '173730.810000', '173731.270000', '173731.730000', '173732.190000', '173732.650000', '173733.110000', '173733.570000', '173734.030000', '173734.490000', '173734.950000', '173735.410000', '173735.870000', '173736.330000', '173736.790000', '173737.250000', '173737.710000', '173738.170000', '173738.630000', '173739.090000', '173739.550000', '173740.010000', '173740.470000', '173740.930000', '173741.390000', '173741.850000', '173742.310000', '173742.770000', '173743.230000', '173743.690000', '173744.150000', '173744.610000', '173745.070000', '173745.530000', '173745.990000', '173746.450000', '173746.910000', '173747.370000', '173747.830000', '173748.290000', '173748.750000', '173749.210000', '173749.670000', '173750.130000', '173750.590000', '173751.050000', '173751.510000', '173751.970000', '173752.430000', '173752.890000', '173753.350000', '173753.810000', '173754.270000', '173754.730000', '173755.190000', '173755.650000', '173756.110000', '173756.570000', '173757.030000', '173757.490000', '173757.950000', '173758.410000', '173758.870000', '173759.330000', '173759.790000', '173800.250000', '173800.710000', '173801.170000', '173801.630000', '173802.090000', '173802.550000', '173803.010000', '173803.470000', '173803.930000', '173804.390000', '173804.850000', '173805.310000', '173805.770000', '173806.230000', '173806.690000', '173807.150000', '173807.610000', '173808.070000', '173808.530000', '173808.990000', '173809.450000', '173809.910000', '173810.370000', '173810.830000', '173811.290000', '173811.750000', '173812.210000', '173812.670000', '173813.130000', '173813.590000', '173814.050000', '173814.510000', '173814.970000', '173815.430000', '173815.890000', '173816.350000', '173816.810000', '173817.270000', '173817.730000', '173818.190000', '173818.650000', '173819.110000', '173819.570000', '173820.030000', '173820.490000', '173820.950000', '173821.410000', '173821.870000', '173822.330000', '173822.790000', '173823.250000', '173823.710000', '173824.170000', '173824.630000', '173825.090000', '173825.550000', '173826.010000', '173826.470000', '173826.930000', '173827.390000', '173827.850000', '173828.310000', '173828.770000', '173829.230000', '173829.690000', '173830.150000', '173830.610000', '173831.070000', '173831.530000', '173831.990000', '173832.450000', '173832.910000', '173833.370000', '173833.830000', '173834.290000', '173834.750000', '173835.210000', '173835.670000', '173836.130000', '173836.590000', '173837.050000', '173837.510000', '173837.970000', '173838.430000', '173838.890000', '173839.350000'], 'ContentTime': ['173053.893000', '173053.897000', '173053.907000', '173053.911000', '173053.914000', '173053.917000', '173053.920000', '173053.923000', '173053.926000', '173053.930000', '173053.932000', '173053.935000', '173053.938000', '173053.941000', '173053.944000', '173053.947000', '173053.950000', '173053.953000', '173053.956000', '173053.958000', '173053.961000', '173053.964000', '173053.967000', '173053.970000', '173053.973000', '173053.976000', '173053.979000', '173053.982000', '173053.985000', '173053.988000', '173053.990000', '173053.993000', '173053.996000', '173054.000000', '173054.003000', '173054.006000', '173054.009000', '173054.012000', '173054.015000', '173054.018000', '173054.033000', '173054.036000', '173054.039000', '173054.042000', '173054.045000', '173054.047000', '173054.050000', '173054.053000', '173054.056000', '173054.059000', '173113.855000', '173113.858000', '173113.861000', '173113.863000', '173113.866000', '173113.869000', '173113.872000', '173113.875000', '173113.877000', '173113.880000', '173113.883000', '173113.886000', '173113.889000', '173113.891000', '173113.894000', '173113.897000', '173113.900000', '173113.903000', '173113.905000', '173113.911000', '173113.914000', '173113.916000', '173113.919000', '173113.922000', '173113.925000', '173113.928000', '173113.930000', '173113.933000', '173113.936000', '173113.939000', '173113.942000', '173113.944000', '173113.947000', '173113.950000', '173113.953000', '173113.955000', '173113.958000', '173113.961000', '173113.964000', '173113.967000', '173113.969000', '173113.972000', '173113.975000', '173113.978000', '173133.854000', '173133.857000', '173133.860000', '173133.863000', '173133.865000', '173133.868000', '173133.871000', '173133.874000', '173133.877000', '173133.880000', '173133.883000', '173133.885000', '173133.888000', '173133.891000', '173133.894000', '173133.897000', '173133.899000', '173133.902000', '173133.905000', '173133.908000', '173133.911000', '173133.914000', '173133.916000', '173133.919000', '173133.922000', '173133.925000', '173133.928000', '173133.930000', '173133.933000', '173133.936000', '173133.939000', '173133.945000', '173133.948000', '173133.950000', '173133.953000', '173133.956000', '173133.959000', '173133.961000', '173133.964000', '173133.967000', '173133.970000', '173133.972000', '173133.975000', '173153.854000', '173153.857000', '173153.860000', '173153.862000', '173153.865000', '173153.868000', '173153.871000', '173153.873000', '173153.876000', '173153.879000', '173153.882000', '173153.885000', '173153.887000', '173153.890000', '173153.897000', '173153.900000', '173153.903000', '173153.906000', '173153.909000', '173153.912000', '173153.914000', '173153.917000', '173153.920000', '173153.923000', '173153.926000', '173153.928000', '173153.931000', '173153.934000', '173153.937000', '173153.947000', '173153.949000', '173153.952000', '173153.955000', '173153.958000', '173153.961000', '173153.964000', '173153.966000', '173153.969000', '173153.972000', '173153.975000', '173153.978000', '173153.980000', '173153.983000', '173153.986000', '173213.854000', '173213.857000', '173213.860000', '173213.862000', '173213.865000', '173213.868000', '173213.871000', '173213.874000', '173213.877000', '173213.879000', '173213.882000', '173213.888000', '173213.891000', '173213.894000', '173213.897000', '173213.900000', '173213.914000', '173213.917000', '173213.920000', '173213.923000', '173213.926000', '173213.928000', '173213.938000', '173213.941000', '173213.944000', '173213.948000', '173213.951000', '173213.954000', '173213.956000', '173213.959000', '173213.962000', '173213.965000', '173213.968000', '173213.970000', '173213.973000', '173213.976000', '173213.979000', '173213.982000', '173213.984000', '173213.987000', '173213.990000', '173213.993000', '173213.996000', '173233.855000', '173233.858000', '173233.860000', '173233.863000', '173233.866000', '173233.869000', '173233.872000', '173233.875000', '173233.877000', '173233.880000', '173233.883000', '173233.886000', '173233.888000', '173233.891000', '173233.900000', '173233.903000', '173233.906000', '173233.909000', '173233.911000', '173233.914000', '173233.917000', '173233.920000', '173233.923000', '173233.926000', '173233.928000', '173233.931000', '173233.934000', '173233.937000', '173233.940000', '173233.942000', '173233.945000', '173233.948000', '173233.951000', '173233.954000', '173233.957000', '173233.959000', '173233.962000', '173233.965000', '173233.968000', '173233.971000', '173233.974000', '173233.977000', '173233.979000', '173233.982000', '173253.855000', '173253.858000', '173253.860000', '173253.863000', '173253.866000', '173253.869000', '173253.872000', '173253.874000', '173253.877000', '173253.880000', '173253.883000', '173253.886000', '173253.888000', '173253.891000', '173253.894000', '173253.897000', '173253.900000', '173253.903000', '173253.905000', '173253.908000', '173253.911000', '173253.914000', '173253.917000', '173253.919000', '173253.922000', '173253.925000', '173253.928000', '173253.931000', '173253.933000', '173253.941000', '173253.944000', '173253.946000', '173253.949000', '173253.952000', '173253.955000', '173253.958000', '173253.961000', '173253.963000', '173253.966000', '173253.969000', '173253.972000', '173253.975000', '173253.977000', '173313.855000', '173313.858000', '173313.861000', '173313.863000', '173313.866000', '173313.869000', '173313.872000', '173313.875000', '173313.877000', '173313.880000', '173313.883000', '173313.886000', '173313.894000', '173313.897000', '173313.900000', '173313.903000', '173313.905000', '173313.908000', '173313.911000', '173313.914000', '173313.917000', '173313.919000', '173313.922000', '173313.925000', '173313.928000', '173313.931000', '173313.933000', '173313.936000', '173313.939000', '173313.942000', '173313.945000', '173313.948000', '173313.950000', '173313.953000', '173313.956000', '173313.964000', '173313.967000', '173313.970000', '173313.972000', '173313.975000', '173313.978000', '173313.981000', '173313.983000', '173313.986000', '173333.855000', '173333.858000', '173333.861000', '173333.864000', '173333.867000', '173333.869000', '173333.872000', '173333.875000', '173333.878000', '173333.880000', '173333.883000', '173333.886000', '173333.889000', '173333.892000', '173333.894000', '173333.897000', '173333.900000', '173333.903000', '173333.906000', '173333.909000', '173333.912000', '173333.914000', '173333.917000', '173333.920000', '173333.923000', '173333.925000', '173333.928000', '173333.931000', '173333.934000', '173333.937000', '173333.940000', '173333.942000', '173333.945000', '173333.948000', '173333.951000', '173333.954000', '173333.957000', '173333.959000', '173333.962000', '173333.965000', '173333.968000', '173333.971000', '173333.974000', '173353.854000', '173353.857000', '173353.861000', '173353.864000', '173353.867000', '173353.870000', '173353.873000', '173353.876000', '173353.878000', '173353.881000', '173353.884000', '173353.887000', '173353.890000', '173353.892000', '173353.895000', '173353.898000', '173353.901000', '173353.904000', '173353.907000', '173353.909000', '173353.912000', '173353.915000', '173353.918000', '173353.920000', '173353.923000', '173353.926000', '173353.929000', '173353.932000', '173353.934000', '173353.937000', '173353.940000', '173353.943000', '173353.946000', '173353.948000', '173353.952000', '173353.955000', '173353.958000', '173353.961000', '173353.963000', '173353.966000', '173353.969000', '173353.972000', '173353.975000', '173413.854000', '173413.857000', '173413.859000', '173413.862000', '173413.865000', '173413.868000', '173413.871000', '173413.874000', '173413.876000', '173413.879000', '173413.882000', '173413.885000', '173413.888000', '173413.890000', '173413.893000', '173413.896000', '173413.899000', '173413.902000', '173413.904000', '173413.907000', '173413.910000', '173413.913000', '173413.916000', '173413.918000', '173413.921000', '173413.924000', '173413.927000', '173413.930000', '173413.933000', '173413.935000', '173413.938000', '173413.941000', '173413.944000', '173413.946000', '173413.949000', '173413.952000', '173413.955000', '173413.958000', '173413.960000', '173413.963000', '173413.966000', '173413.969000', '173413.972000', '173413.975000', '173433.854000', '173433.857000', '173433.860000', '173433.862000', '173433.865000', '173433.868000', '173433.871000', '173433.874000', '173433.876000', '173433.879000', '173433.882000', '173433.885000', '173433.888000', '173433.891000', '173433.893000', '173433.896000', '173433.899000', '173433.902000', '173433.905000', '173433.907000', '173433.910000', '173433.913000', '173433.916000', '173433.919000', '173433.921000', '173433.924000', '173433.927000', '173433.930000', '173433.933000', '173433.936000', '173433.938000', '173433.941000', '173433.944000', '173433.947000', '173433.950000', '173433.959000', '173433.962000', '173433.965000', '173433.968000', '173433.970000', '173433.973000', '173433.976000', '173433.979000', '173433.982000', '173453.855000', '173453.858000', '173453.861000', '173453.863000', '173453.866000', '173453.869000', '173453.872000', '173453.874000', '173453.877000', '173453.880000', '173453.883000', '173453.886000', '173453.889000', '173453.891000', '173453.894000', '173453.897000', '173453.900000', '173453.903000', '173453.905000', '173453.908000', '173453.911000', '173453.914000', '173453.917000', '173453.920000', '173453.923000', '173453.925000', '173453.928000', '173453.931000', '173453.934000', '173453.936000', '173453.939000', '173453.942000', '173453.945000', '173453.948000', '173453.950000', '173453.953000', '173453.956000', '173453.959000', '173453.962000', '173453.965000', '173453.967000', '173453.970000', '173453.973000', '173513.855000', '173513.858000', '173513.861000', '173513.863000', '173513.866000', '173513.871000', '173513.875000', '173513.878000', '173513.881000', '173513.884000', '173513.886000', '173513.889000', '173513.892000', '173513.895000', '173513.898000', '173513.901000', '173513.903000', '173513.906000', '173513.909000', '173513.912000', '173513.915000', '173513.917000', '173513.920000', '173513.939000', '173513.941000', '173513.944000', '173513.947000', '173513.950000', '173513.953000', '173513.955000', '173513.958000', '173513.961000', '173513.964000', '173513.967000', '173513.969000', '173513.972000', '173513.975000', '173513.978000', '173513.981000', '173513.984000', '173513.986000', '173513.989000', '173513.992000', '173533.855000', '173533.858000', '173533.861000', '173533.863000', '173533.866000', '173533.869000', '173533.872000', '173533.875000', '173533.878000', '173533.880000', '173533.883000', '173533.886000', '173533.889000', '173533.892000', '173533.895000', '173533.897000', '173533.900000', '173533.903000', '173533.906000', '173533.908000', '173533.911000', '173533.914000', '173533.917000', '173533.920000', '173533.923000', '173533.925000', '173533.928000', '173533.931000', '173533.934000', '173533.937000', '173533.939000', '173533.942000', '173533.945000', '173533.948000', '173533.951000', '173533.954000', '173533.956000', '173533.959000', '173533.962000', '173533.965000', '173533.968000', '173533.971000', '173533.974000', '173533.976000', '173553.855000', '173553.858000', '173553.861000', '173553.863000', '173553.866000', '173553.869000', '173553.872000', '173553.875000', '173553.878000', '173553.880000', '173553.883000', '173553.886000', '173553.889000', '173553.892000', '173553.895000', '173553.898000', '173553.901000', '173553.904000', '173553.906000', '173553.909000', '173553.912000', '173553.915000', '173553.918000', '173553.921000', '173553.925000', '173553.928000', '173553.931000', '173553.934000', '173553.937000', '173553.940000', '173553.942000', '173553.945000', '173553.948000', '173553.951000', '173553.954000', '173553.956000', '173553.959000', '173553.962000', '173553.965000', '173553.968000', '173553.970000', '173553.973000', '173553.976000', '173613.854000', '173613.857000', '173613.860000', '173613.862000', '173613.865000', '173613.868000', '173613.871000', '173613.874000', '173613.876000', '173613.879000', '173613.882000', '173613.885000', '173613.887000', '173613.890000', '173613.893000', '173613.896000', '173613.899000', '173613.901000', '173613.904000', '173613.907000', '173613.910000', '173613.913000', '173613.915000', '173613.918000', '173613.921000', '173613.924000', '173613.927000', '173613.929000', '173613.932000', '173613.935000', '173613.938000', '173613.940000', '173613.943000', '173613.946000', '173613.949000', '173613.952000', '173613.954000', '173613.957000', '173613.960000', '173613.963000', '173613.966000', '173613.968000', '173613.971000', '173613.974000', '173633.854000', '173633.857000', '173633.860000', '173633.863000', '173633.865000', '173633.868000', '173633.871000', '173633.874000', '173633.877000', '173633.879000', '173633.882000', '173633.885000', '173633.888000', '173633.891000', '173633.893000', '173633.896000', '173633.899000', '173633.902000', '173633.907000', '173633.911000', '173633.914000', '173633.917000', '173633.920000', '173633.922000', '173633.925000', '173633.928000', '173633.931000', '173633.934000', '173633.936000', '173633.939000', '173633.942000', '173633.945000', '173633.948000', '173633.950000', '173633.953000', '173633.956000', '173633.959000', '173633.962000', '173633.964000', '173633.967000', '173633.970000', '173633.973000', '173633.976000', '173653.854000', '173653.857000', '173653.860000', '173653.862000', '173653.865000', '173653.868000', '173653.871000', '173653.874000', '173653.876000', '173653.879000', '173653.882000', '173653.885000', '173653.888000', '173653.891000', '173653.893000', '173653.896000', '173653.899000', '173653.902000', '173653.905000', '173653.907000', '173653.910000', '173653.913000', '173653.916000', '173653.919000', '173653.921000', '173653.924000', '173653.927000', '173653.930000', '173653.933000', '173653.935000', '173653.938000', '173653.941000', '173653.944000', '173653.947000', '173653.949000', '173653.952000', '173653.955000', '173653.958000', '173653.961000', '173653.963000', '173653.966000', '173653.969000', '173653.972000', '173653.975000', '173713.855000', '173713.858000', '173713.862000', '173713.865000', '173713.868000', '173713.870000', '173713.873000', '173713.876000', '173713.879000', '173713.882000', '173713.885000', '173713.887000', '173713.890000', '173713.893000', '173713.896000', '173713.898000', '173713.901000', '173713.904000', '173713.907000', '173713.910000', '173713.912000', '173713.915000', '173713.918000', '173713.923000', '173713.927000', '173713.930000', '173713.933000', '173713.936000', '173713.938000', '173713.941000', '173713.944000', '173713.947000', '173713.950000', '173713.953000', '173713.955000', '173713.958000', '173713.961000', '173713.964000', '173713.966000', '173713.969000', '173713.972000', '173713.975000', '173713.978000', '173733.855000', '173733.858000', '173733.861000', '173733.864000', '173733.866000', '173733.869000', '173733.872000', '173733.875000', '173733.877000', '173733.880000', '173733.883000', '173733.886000', '173733.889000', '173733.892000', '173733.894000', '173733.897000', '173733.900000', '173733.903000', '173733.906000', '173733.909000', '173733.911000', '173733.914000', '173733.917000', '173733.920000', '173733.923000', '173733.925000', '173733.928000', '173733.931000', '173733.934000', '173733.937000', '173733.939000', '173733.942000', '173733.945000', '173733.948000', '173733.951000', '173733.953000', '173733.956000', '173733.959000', '173733.962000', '173733.965000', '173733.968000', '173733.970000', '173733.973000', '173733.976000', '173753.855000', '173753.858000', '173753.861000', '173753.864000', '173753.867000', '173753.869000', '173753.872000', '173753.875000', '173753.878000', '173753.880000', '173753.883000', '173753.886000', '173753.889000', '173753.892000', '173753.894000', '173753.897000', '173753.900000', '173753.903000', '173753.906000', '173753.908000', '173753.911000', '173753.914000', '173753.917000', '173753.920000', '173753.923000', '173753.925000', '173753.928000', '173753.931000', '173753.934000', '173753.937000', '173753.940000', '173753.944000', '173753.948000', '173753.951000', '173753.954000', '173753.957000', '173753.960000', '173753.962000', '173753.965000', '173753.968000', '173753.971000', '173753.974000', '173753.976000', '173813.855000', '173813.858000', '173813.861000', '173813.864000', '173813.866000', '173813.869000', '173813.872000', '173813.875000', '173813.878000', '173813.880000', '173813.883000', '173813.886000', '173813.889000', '173813.892000', '173813.894000', '173813.897000', '173813.900000', '173813.903000', '173813.906000', '173813.909000', '173813.911000', '173813.914000', '173813.917000', '173813.920000', '173813.923000', '173813.925000', '173813.928000', '173813.931000', '173813.934000', '173813.937000', '173813.939000', '173813.942000', '173813.945000', '173813.948000', '173813.951000', '173813.953000', '173813.956000', '173813.959000', '173813.962000', '173813.965000', '173813.967000', '173813.970000', '173813.973000', '173813.976000', '173833.854000', '173833.857000', '173833.860000', '173833.862000', '173833.865000', '173833.868000', '173833.871000', '173833.874000', '173833.877000', '173833.879000', '173833.882000', '173833.885000', '173833.888000', '173833.890000', '173833.893000', '173833.897000', '173833.900000', '173833.903000', '173833.906000', '173833.909000', '173833.912000', '173833.914000', '173833.917000', '173833.920000', '173833.923000', '173833.926000', '173833.928000', '173833.931000', '173833.934000', '173833.937000', '173833.940000', '173833.942000', '173833.945000', '173833.948000', '173833.951000', '173833.954000', '173833.957000', '173833.959000', '173833.962000', '173833.965000', '173833.968000', '173833.971000', '173833.974000', '173840.466000', '173840.469000', '173840.472000', '173840.475000', '173840.478000', '173840.481000', '173840.484000', '173840.487000', '173840.489000', '173840.492000', '173840.495000', '173840.498000', '173840.501000', '173840.504000', '173840.507000'], 'InstanceCreationTime': ['173053.893000', '173053.897000', '173053.907000', '173053.911000', '173053.914000', '173053.917000', '173053.920000', '173053.923000', '173053.926000', '173053.930000', '173053.932000', '173053.935000', '173053.938000', '173053.941000', '173053.944000', '173053.947000', '173053.950000', '173053.953000', '173053.956000', '173053.958000', '173053.961000', '173053.964000', '173053.967000', '173053.970000', '173053.973000', '173053.976000', '173053.979000', '173053.982000', '173053.985000', '173053.988000', '173053.990000', '173053.993000', '173053.996000', '173054.000000', '173054.003000', '173054.006000', '173054.009000', '173054.012000', '173054.015000', '173054.018000', '173054.033000', '173054.036000', '173054.039000', '173054.042000', '173054.045000', '173054.047000', '173054.050000', '173054.053000', '173054.056000', '173054.059000', '173113.855000', '173113.858000', '173113.861000', '173113.863000', '173113.866000', '173113.869000', '173113.872000', '173113.875000', '173113.877000', '173113.880000', '173113.883000', '173113.886000', '173113.889000', '173113.891000', '173113.894000', '173113.897000', '173113.900000', '173113.903000', '173113.905000', '173113.911000', '173113.914000', '173113.916000', '173113.919000', '173113.922000', '173113.925000', '173113.928000', '173113.930000', '173113.933000', '173113.936000', '173113.939000', '173113.942000', '173113.944000', '173113.947000', '173113.950000', '173113.953000', '173113.955000', '173113.958000', '173113.961000', '173113.964000', '173113.967000', '173113.969000', '173113.972000', '173113.975000', '173113.978000', '173133.854000', '173133.857000', '173133.860000', '173133.863000', '173133.865000', '173133.868000', '173133.871000', '173133.874000', '173133.877000', '173133.880000', '173133.883000', '173133.885000', '173133.888000', '173133.891000', '173133.894000', '173133.897000', '173133.899000', '173133.902000', '173133.905000', '173133.908000', '173133.911000', '173133.914000', '173133.916000', '173133.919000', '173133.922000', '173133.925000', '173133.928000', '173133.930000', '173133.933000', '173133.936000', '173133.939000', '173133.945000', '173133.948000', '173133.950000', '173133.953000', '173133.956000', '173133.959000', '173133.961000', '173133.964000', '173133.967000', '173133.970000', '173133.972000', '173133.975000', '173153.854000', '173153.857000', '173153.860000', '173153.862000', '173153.865000', '173153.868000', '173153.871000', '173153.873000', '173153.876000', '173153.879000', '173153.882000', '173153.885000', '173153.887000', '173153.890000', '173153.897000', '173153.900000', '173153.903000', '173153.906000', '173153.909000', '173153.912000', '173153.914000', '173153.917000', '173153.920000', '173153.923000', '173153.926000', '173153.928000', '173153.931000', '173153.934000', '173153.937000', '173153.947000', '173153.949000', '173153.952000', '173153.955000', '173153.958000', '173153.961000', '173153.964000', '173153.966000', '173153.969000', '173153.972000', '173153.975000', '173153.978000', '173153.980000', '173153.983000', '173153.986000', '173213.854000', '173213.857000', '173213.860000', '173213.862000', '173213.865000', '173213.868000', '173213.871000', '173213.874000', '173213.877000', '173213.879000', '173213.882000', '173213.888000', '173213.891000', '173213.894000', '173213.897000', '173213.900000', '173213.914000', '173213.917000', '173213.920000', '173213.923000', '173213.926000', '173213.928000', '173213.938000', '173213.941000', '173213.944000', '173213.948000', '173213.951000', '173213.954000', '173213.956000', '173213.959000', '173213.962000', '173213.965000', '173213.968000', '173213.970000', '173213.973000', '173213.976000', '173213.979000', '173213.982000', '173213.984000', '173213.987000', '173213.990000', '173213.993000', '173213.996000', '173233.855000', '173233.858000', '173233.860000', '173233.863000', '173233.866000', '173233.869000', '173233.872000', '173233.875000', '173233.877000', '173233.880000', '173233.883000', '173233.886000', '173233.888000', '173233.891000', '173233.900000', '173233.903000', '173233.906000', '173233.909000', '173233.911000', '173233.914000', '173233.917000', '173233.920000', '173233.923000', '173233.926000', '173233.928000', '173233.931000', '173233.934000', '173233.937000', '173233.940000', '173233.942000', '173233.945000', '173233.948000', '173233.951000', '173233.954000', '173233.957000', '173233.959000', '173233.962000', '173233.965000', '173233.968000', '173233.971000', '173233.974000', '173233.977000', '173233.979000', '173233.982000', '173253.855000', '173253.858000', '173253.860000', '173253.863000', '173253.866000', '173253.869000', '173253.872000', '173253.874000', '173253.877000', '173253.880000', '173253.883000', '173253.886000', '173253.888000', '173253.891000', '173253.894000', '173253.897000', '173253.900000', '173253.903000', '173253.905000', '173253.908000', '173253.911000', '173253.914000', '173253.917000', '173253.919000', '173253.922000', '173253.925000', '173253.928000', '173253.931000', '173253.933000', '173253.941000', '173253.944000', '173253.946000', '173253.949000', '173253.952000', '173253.955000', '173253.958000', '173253.961000', '173253.963000', '173253.966000', '173253.969000', '173253.972000', '173253.975000', '173253.977000', '173313.855000', '173313.858000', '173313.861000', '173313.863000', '173313.866000', '173313.869000', '173313.872000', '173313.875000', '173313.877000', '173313.880000', '173313.883000', '173313.886000', '173313.894000', '173313.897000', '173313.900000', '173313.903000', '173313.905000', '173313.908000', '173313.911000', '173313.914000', '173313.917000', '173313.919000', '173313.922000', '173313.925000', '173313.928000', '173313.931000', '173313.933000', '173313.936000', '173313.939000', '173313.942000', '173313.945000', '173313.948000', '173313.950000', '173313.953000', '173313.956000', '173313.964000', '173313.967000', '173313.970000', '173313.972000', '173313.975000', '173313.978000', '173313.981000', '173313.983000', '173313.986000', '173333.855000', '173333.858000', '173333.861000', '173333.864000', '173333.867000', '173333.869000', '173333.872000', '173333.875000', '173333.878000', '173333.880000', '173333.883000', '173333.886000', '173333.889000', '173333.892000', '173333.894000', '173333.897000', '173333.900000', '173333.903000', '173333.906000', '173333.909000', '173333.912000', '173333.914000', '173333.917000', '173333.920000', '173333.923000', '173333.925000', '173333.928000', '173333.931000', '173333.934000', '173333.937000', '173333.940000', '173333.942000', '173333.945000', '173333.948000', '173333.951000', '173333.954000', '173333.957000', '173333.959000', '173333.962000', '173333.965000', '173333.968000', '173333.971000', '173333.974000', '173353.854000', '173353.857000', '173353.861000', '173353.864000', '173353.867000', '173353.870000', '173353.873000', '173353.876000', '173353.878000', '173353.881000', '173353.884000', '173353.887000', '173353.890000', '173353.892000', '173353.895000', '173353.898000', '173353.901000', '173353.904000', '173353.907000', '173353.909000', '173353.912000', '173353.915000', '173353.918000', '173353.920000', '173353.923000', '173353.926000', '173353.929000', '173353.932000', '173353.934000', '173353.937000', '173353.940000', '173353.943000', '173353.946000', '173353.948000', '173353.952000', '173353.955000', '173353.958000', '173353.961000', '173353.963000', '173353.966000', '173353.969000', '173353.972000', '173353.975000', '173413.854000', '173413.857000', '173413.859000', '173413.862000', '173413.865000', '173413.868000', '173413.871000', '173413.874000', '173413.876000', '173413.879000', '173413.882000', '173413.885000', '173413.888000', '173413.890000', '173413.893000', '173413.896000', '173413.899000', '173413.902000', '173413.904000', '173413.907000', '173413.910000', '173413.913000', '173413.916000', '173413.918000', '173413.921000', '173413.924000', '173413.927000', '173413.930000', '173413.933000', '173413.935000', '173413.938000', '173413.941000', '173413.944000', '173413.946000', '173413.949000', '173413.952000', '173413.955000', '173413.958000', '173413.960000', '173413.963000', '173413.966000', '173413.969000', '173413.972000', '173413.975000', '173433.854000', '173433.857000', '173433.860000', '173433.862000', '173433.865000', '173433.868000', '173433.871000', '173433.874000', '173433.876000', '173433.879000', '173433.882000', '173433.885000', '173433.888000', '173433.891000', '173433.893000', '173433.896000', '173433.899000', '173433.902000', '173433.905000', '173433.907000', '173433.910000', '173433.913000', '173433.916000', '173433.919000', '173433.921000', '173433.924000', '173433.927000', '173433.930000', '173433.933000', '173433.936000', '173433.938000', '173433.941000', '173433.944000', '173433.947000', '173433.950000', '173433.959000', '173433.962000', '173433.965000', '173433.968000', '173433.970000', '173433.973000', '173433.976000', '173433.979000', '173433.982000', '173453.855000', '173453.858000', '173453.861000', '173453.863000', '173453.866000', '173453.869000', '173453.872000', '173453.874000', '173453.877000', '173453.880000', '173453.883000', '173453.886000', '173453.889000', '173453.891000', '173453.894000', '173453.897000', '173453.900000', '173453.903000', '173453.905000', '173453.908000', '173453.911000', '173453.914000', '173453.917000', '173453.920000', '173453.923000', '173453.925000', '173453.928000', '173453.931000', '173453.934000', '173453.936000', '173453.939000', '173453.942000', '173453.945000', '173453.948000', '173453.950000', '173453.953000', '173453.956000', '173453.959000', '173453.962000', '173453.965000', '173453.967000', '173453.970000', '173453.973000', '173513.855000', '173513.858000', '173513.861000', '173513.863000', '173513.866000', '173513.871000', '173513.875000', '173513.878000', '173513.881000', '173513.884000', '173513.886000', '173513.889000', '173513.892000', '173513.895000', '173513.898000', '173513.901000', '173513.903000', '173513.906000', '173513.909000', '173513.912000', '173513.915000', '173513.917000', '173513.920000', '173513.939000', '173513.941000', '173513.944000', '173513.947000', '173513.950000', '173513.953000', '173513.955000', '173513.958000', '173513.961000', '173513.964000', '173513.967000', '173513.969000', '173513.972000', '173513.975000', '173513.978000', '173513.981000', '173513.984000', '173513.986000', '173513.989000', '173513.992000', '173533.855000', '173533.858000', '173533.861000', '173533.863000', '173533.866000', '173533.869000', '173533.872000', '173533.875000', '173533.878000', '173533.880000', '173533.883000', '173533.886000', '173533.889000', '173533.892000', '173533.895000', '173533.897000', '173533.900000', '173533.903000', '173533.906000', '173533.908000', '173533.911000', '173533.914000', '173533.917000', '173533.920000', '173533.923000', '173533.925000', '173533.928000', '173533.931000', '173533.934000', '173533.937000', '173533.939000', '173533.942000', '173533.945000', '173533.948000', '173533.951000', '173533.954000', '173533.956000', '173533.959000', '173533.962000', '173533.965000', '173533.968000', '173533.971000', '173533.974000', '173533.976000', '173553.855000', '173553.858000', '173553.861000', '173553.863000', '173553.866000', '173553.869000', '173553.872000', '173553.875000', '173553.878000', '173553.880000', '173553.883000', '173553.886000', '173553.889000', '173553.892000', '173553.895000', '173553.898000', '173553.901000', '173553.904000', '173553.906000', '173553.909000', '173553.912000', '173553.915000', '173553.918000', '173553.921000', '173553.925000', '173553.928000', '173553.931000', '173553.934000', '173553.937000', '173553.940000', '173553.942000', '173553.945000', '173553.948000', '173553.951000', '173553.954000', '173553.956000', '173553.959000', '173553.962000', '173553.965000', '173553.968000', '173553.970000', '173553.973000', '173553.976000', '173613.854000', '173613.857000', '173613.860000', '173613.862000', '173613.865000', '173613.868000', '173613.871000', '173613.874000', '173613.876000', '173613.879000', '173613.882000', '173613.885000', '173613.887000', '173613.890000', '173613.893000', '173613.896000', '173613.899000', '173613.901000', '173613.904000', '173613.907000', '173613.910000', '173613.913000', '173613.915000', '173613.918000', '173613.921000', '173613.924000', '173613.927000', '173613.929000', '173613.932000', '173613.935000', '173613.938000', '173613.940000', '173613.943000', '173613.946000', '173613.949000', '173613.952000', '173613.954000', '173613.957000', '173613.960000', '173613.963000', '173613.966000', '173613.968000', '173613.971000', '173613.974000', '173633.854000', '173633.857000', '173633.860000', '173633.863000', '173633.865000', '173633.868000', '173633.871000', '173633.874000', '173633.877000', '173633.879000', '173633.882000', '173633.885000', '173633.888000', '173633.891000', '173633.893000', '173633.896000', '173633.899000', '173633.902000', '173633.907000', '173633.911000', '173633.914000', '173633.917000', '173633.920000', '173633.922000', '173633.925000', '173633.928000', '173633.931000', '173633.934000', '173633.936000', '173633.939000', '173633.942000', '173633.945000', '173633.948000', '173633.950000', '173633.953000', '173633.956000', '173633.959000', '173633.962000', '173633.964000', '173633.967000', '173633.970000', '173633.973000', '173633.976000', '173653.854000', '173653.857000', '173653.860000', '173653.862000', '173653.865000', '173653.868000', '173653.871000', '173653.874000', '173653.876000', '173653.879000', '173653.882000', '173653.885000', '173653.888000', '173653.891000', '173653.893000', '173653.896000', '173653.899000', '173653.902000', '173653.905000', '173653.907000', '173653.910000', '173653.913000', '173653.916000', '173653.919000', '173653.921000', '173653.924000', '173653.927000', '173653.930000', '173653.933000', '173653.935000', '173653.938000', '173653.941000', '173653.944000', '173653.947000', '173653.949000', '173653.952000', '173653.955000', '173653.958000', '173653.961000', '173653.963000', '173653.966000', '173653.969000', '173653.972000', '173653.975000', '173713.855000', '173713.858000', '173713.862000', '173713.865000', '173713.868000', '173713.870000', '173713.873000', '173713.876000', '173713.879000', '173713.882000', '173713.885000', '173713.887000', '173713.890000', '173713.893000', '173713.896000', '173713.898000', '173713.901000', '173713.904000', '173713.907000', '173713.910000', '173713.912000', '173713.915000', '173713.918000', '173713.923000', '173713.927000', '173713.930000', '173713.933000', '173713.936000', '173713.938000', '173713.941000', '173713.944000', '173713.947000', '173713.950000', '173713.953000', '173713.955000', '173713.958000', '173713.961000', '173713.964000', '173713.966000', '173713.969000', '173713.972000', '173713.975000', '173713.978000', '173733.855000', '173733.858000', '173733.861000', '173733.864000', '173733.866000', '173733.869000', '173733.872000', '173733.875000', '173733.877000', '173733.880000', '173733.883000', '173733.886000', '173733.889000', '173733.892000', '173733.894000', '173733.897000', '173733.900000', '173733.903000', '173733.906000', '173733.909000', '173733.911000', '173733.914000', '173733.917000', '173733.920000', '173733.923000', '173733.925000', '173733.928000', '173733.931000', '173733.934000', '173733.937000', '173733.939000', '173733.942000', '173733.945000', '173733.948000', '173733.951000', '173733.953000', '173733.956000', '173733.959000', '173733.962000', '173733.965000', '173733.968000', '173733.970000', '173733.973000', '173733.976000', '173753.855000', '173753.858000', '173753.861000', '173753.864000', '173753.867000', '173753.869000', '173753.872000', '173753.875000', '173753.878000', '173753.880000', '173753.883000', '173753.886000', '173753.889000', '173753.892000', '173753.894000', '173753.897000', '173753.900000', '173753.903000', '173753.906000', '173753.908000', '173753.911000', '173753.914000', '173753.917000', '173753.920000', '173753.923000', '173753.925000', '173753.928000', '173753.931000', '173753.934000', '173753.937000', '173753.940000', '173753.944000', '173753.948000', '173753.951000', '173753.954000', '173753.957000', '173753.960000', '173753.962000', '173753.965000', '173753.968000', '173753.971000', '173753.974000', '173753.976000', '173813.855000', '173813.858000', '173813.861000', '173813.864000', '173813.866000', '173813.869000', '173813.872000', '173813.875000', '173813.878000', '173813.880000', '173813.883000', '173813.886000', '173813.889000', '173813.892000', '173813.894000', '173813.897000', '173813.900000', '173813.903000', '173813.906000', '173813.909000', '173813.911000', '173813.914000', '173813.917000', '173813.920000', '173813.923000', '173813.925000', '173813.928000', '173813.931000', '173813.934000', '173813.937000', '173813.939000', '173813.942000', '173813.945000', '173813.948000', '173813.951000', '173813.953000', '173813.956000', '173813.959000', '173813.962000', '173813.965000', '173813.967000', '173813.970000', '173813.973000', '173813.976000', '173833.854000', '173833.857000', '173833.860000', '173833.862000', '173833.865000', '173833.868000', '173833.871000', '173833.874000', '173833.877000', '173833.879000', '173833.882000', '173833.885000', '173833.888000', '173833.890000', '173833.893000', '173833.897000', '173833.900000', '173833.903000', '173833.906000', '173833.909000', '173833.912000', '173833.914000', '173833.917000', '173833.920000', '173833.923000', '173833.926000', '173833.928000', '173833.931000', '173833.934000', '173833.937000', '173833.940000', '173833.942000', '173833.945000', '173833.948000', '173833.951000', '173833.954000', '173833.957000', '173833.959000', '173833.962000', '173833.965000', '173833.968000', '173833.971000', '173833.974000', '173840.466000', '173840.469000', '173840.472000', '173840.475000', '173840.478000', '173840.481000', '173840.484000', '173840.487000', '173840.489000', '173840.492000', '173840.495000', '173840.498000', '173840.501000', '173840.504000', '173840.507000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [12156, 9936, 11851, 10057, 8531, 10459, 8928, 11328, 8904, 11673, 8730, 11829, 9187, 11451, 9103, 7916, 9388, 8138, 9992, 8566, 11022, 8553, 11259, 8259, 11289, 8601, 11596, 8413, 11678, 8626, 11480, 8832, 11274, 8959, 11536, 8669, 8838, 8652, 7818, 10166, 8169, 10055, 8592, 9838, 8126, 10764, 8060, 11273, 8342, 11022, 8421, 11167, 8616, 9865, 8428, 8048, 8545, 7714, 9076, 8022, 10210, 7890, 10302, 7859, 10293, 7927, 10336, 8636, 11265, 8278, 11409, 8211, 11440, 8477, 11682, 8804, 11829, 8709, 10317, 8739, 10931, 8761, 13749, 9781, 13293, 9797, 13757, 9328, 13550, 9812, 13483, 10290, 11044, 9631, 7735, 9698, 7746, 10212, 8233, 10739, 8561, 11069, 8541, 11118, 8876, 11296, 8898, 11863, 9379, 12544, 8722, 11379, 9232, 11727, 9332, 12231, 9641, 11645, 8941, 10992, 8886, 10751, 8720, 9817, 8901, 7890, 8970, 7853, 10569, 8386, 10931, 8587, 11270, 8870, 8498, 10118, 8293, 10847, 8196, 11408, 8642, 11482, 9417, 10479, 8945, 8484, 9076, 7848, 10375, 8517, 11723, 8542, 12488, 8627, 11662, 9217, 12183, 9151, 12059, 9237, 9384, 8940, 8386, 9020, 9331, 8825, 8433, 9020, 7597, 9398, 7678, 9235, 7870, 10322, 8250, 10770, 7943, 10788, 8629, 11652, 9022, 10145, 8960, 8422, 9158, 8283, 10585, 8445, 11221, 8210, 11661, 8454, 11813, 9108, 11988, 9786, 12693, 9117, 11323, 8851, 10537, 9006, 9626, 9649, 8150, 11243, 8494, 11278, 8471, 11325, 9056, 10524, 9634, 7964, 11927, 8279, 12387, 9820, 10798, 9925, 7972, 10308, 8603, 11565, 9335, 12157, 10073, 8775, 10375, 8338, 10921, 9263, 9352, 9216, 7713, 9867, 8460, 10916, 8924, 8286, 10805, 9530, 10889, 9579, 8948, 11089, 9060, 12191, 10078, 9947, 10071, 8403, 11105, 8678, 11198, 8601, 11483, 8893, 12054, 9895, 12131, 9341, 8908, 9499, 8167, 10343, 9063, 11338, 8750, 12474, 9099, 12671, 9261, 12581, 9663, 12218, 10543, 11421, 9644, 10113, 9589, 8445, 11219, 9448, 12377, 8815, 11850, 8839, 11680, 9034, 11716, 9264, 12538, 9487, 12834, 9329, 12226, 9378, 11235, 9417, 11468, 9551, 11405, 9748, 8502, 9643, 8256, 10741, 9063, 12793, 8760, 13066, 9603, 12592, 10186, 11327, 11120, 9246, 13390, 9454, 12242, 9446, 12197, 9923, 11810, 10008, 12504, 9613, 11554, 9428, 10739, 9512, 9195, 9351, 8597, 9636, 9214, 10196, 8982, 10813, 9086, 10790, 9354, 11655, 9490, 9874, 9560, 8333, 10072, 9273, 10237, 9121, 10372, 9430, 11238, 9041, 12842, 9204, 11286, 9287, 11914, 9470, 12635, 9752, 8793, 9637, 8688, 10246, 8922, 10504, 9112, 10466, 9054, 11000, 9062, 12027, 9213, 11875, 9223, 11619, 9644, 8508, 10076, 8893, 10771, 8680, 11504, 8867, 11335, 9885, 12378, 9401, 10123, 9271, 8386, 9311, 8480, 10593, 9187, 11738, 8917, 10621, 9059, 11256, 9224, 12459, 9358, 9155, 9315, 8253, 9740, 8253, 9988, 8252, 10423, 8716, 10322, 8723, 10429, 8812, 10893, 8599, 11339, 9108, 11317, 9000, 9924, 9068, 8611, 9110, 8369, 10717, 8789, 10683, 8631, 11032, 8681, 11130, 8709, 11389, 9237, 12068, 8761, 10389, 9020, 9030, 9153, 8390, 10352, 8714, 10405, 8595, 11110, 8712, 12427, 9657, 13583, 9366, 11489, 9094, 9174, 9443, 8525, 10672, 8867, 10523, 8557, 11266, 8698, 11648, 9367, 12480, 8869, 10064, 9208, 8797, 9265, 8343, 10862, 8468, 10880, 8419, 10966, 9086, 12229, 9372, 8637, 9153, 8032, 9589, 8419, 10649, 9018, 11082, 8615, 10781, 9021, 11556, 9268, 13224, 9447, 8535, 9334, 8024, 9151, 8326, 9841, 8803, 10237, 8680, 10523, 8626, 10814, 8674, 11273, 9067, 12631, 8983, 11647, 9077, 11841, 9516, 8790, 11146, 8934, 12963, 9251, 9841, 9682, 8342, 9567, 8395, 10479, 9363, 10476, 9981, 10459, 11333, 11000, 10602, 11250, 9007, 11494, 9049, 12562, 8948, 13705, 9575, 12718, 9183, 11367, 9370, 8480, 9280, 9027, 10836, 8960, 10892, 8860, 10697, 9184, 11331, 9357, 10300, 9946, 9322, 9841, 9011, 10812, 9485, 10179, 9233, 8271, 9591, 8660, 10586, 9046, 12033, 8835, 10944, 9385, 11693, 9597, 12475, 9607, 9522, 9348, 8680, 10098, 9042, 10859, 8717, 11030, 9387, 10974, 9402, 9157, 9270, 7804, 9458, 8578, 9209, 8788, 8687, 8724, 9104, 8604, 8713, 8514, 8682, 9190, 8465, 11119, 8452, 10886, 9016, 9949, 9083, 8325, 9167, 8525, 9934, 8575, 10165, 8532, 9328, 8850, 8024, 9424, 8546, 9827, 8086, 10611, 8372, 12877, 9545, 13077, 9077, 10547, 9055, 8849, 9548, 8062, 10262, 8764, 11781, 8452, 10926, 8772, 11398, 8975, 13244, 9269, 8859, 9142, 7813, 9214, 8260, 9810, 8919, 10635, 8593, 12176, 8924, 10569, 8997, 11191, 8977, 10622, 9152, 8273, 9127, 8182, 9416, 8660, 9665, 8714, 10351, 8693, 11858, 8954, 11874, 8795, 10885, 9019, 8617, 9266, 8095, 10323, 8676, 9926, 8625, 10659, 8561, 10799, 9180, 13129, 9196, 7971, 9043, 8216, 10141, 8414, 10675, 8946, 12872, 8925, 12091, 8927, 12150, 9008, 9588, 9363, 8401, 9902, 8429, 10592, 8551, 10669, 9062, 12470, 9077, 9407, 8957, 7995, 9076, 7761, 9310, 8021, 10269, 8947, 10137, 8323, 10233, 8403, 10193, 8640, 10380, 8999, 11202, 8838, 10319, 9124, 9463, 8912, 8921, 9059, 8141, 9109, 8400, 9104, 8689, 9401, 8497, 10263, 8782, 11662, 8709, 11605, 8953, 13063, 8790, 11916, 9339, 10253, 9056, 10132, 9122, 9175, 9038, 8084, 9899, 8642, 9437, 8285, 9308, 8687, 10124, 8333, 10425, 8371, 10129, 8627, 10330, 8963, 9789, 9040, 7828, 8929, 8520, 9566, 8315, 9608, 8038, 12806, 7777, 8447, 7936, 8752, 9040, 7771, 8965, 8365, 15217, 9392, 14325, 9362, 14265, 8684, 9823, 9383, 8554, 11543, 8543, 13722, 8821, 7932, 9805, 8789, 10435, 8532, 13317, 8668, 12956, 8519, 9905, 8743, 9520, 8894, 10025, 8527, 10160, 8474, 9716, 8590, 10220, 8833, 8684, 8959, 7992, 9122, 8501, 9470, 8612, 11572, 8469, 13980, 9277, 14254, 8734, 13938, 8819, 14494, 9057, 14253, 9545, 9563, 8912, 7923, 8774, 7940, 8797, 7888, 9135, 8554, 11747, 8510, 11212, 8157, 10362, 8502, 10425, 8767, 11780, 8965, 13467, 8758, 12593, 8776, 12263, 8846, 12483, 8972, 9670, 9000, 9324, 8692, 8273, 8910, 9267, 8900, 8297, 11088, 8742, 9972, 8544, 10283, 8521, 10470, 8853, 13684, 9109, 8246, 8885, 8041, 9066, 8294, 9811, 8843, 11925, 8493, 10560, 8341, 10642, 8729, 12039, 8893, 13695, 8759, 11978, 8922, 9328, 9111, 8389, 9156, 8469, 9175, 8646, 10070, 8630, 12643, 8991, 10988, 9011, 8276, 9698, 8692, 11379, 8615, 14347, 9818, 14196, 8853, 12916, 8973, 10031, 9069, 8319, 9455, 8679, 9963, 8374, 10344, 8640, 13269, 9015, 14403, 8854, 10027, 8872, 9109, 8856, 10877, 8830, 8457, 10103, 8704, 10118, 8678, 10407, 8699, 12208, 8930, 13629, 8918, 9451, 8720, 8062, 9099, 8617, 9780, 8770, 11399, 8479, 13894, 8687, 13177, 8768, 12839, 8964, 11965, 8869, 11068, 8965, 8318, 8881, 8357, 9465, 8778, 10116, 8649, 13221, 8834, 12766, 8798, 10241, 8947, 9771, 8733, 8665, 8784, 8582, 11922, 8899, 9351, 9259, 8927, 11796, 8756, 13360, 8585, 12695, 8780, 14166, 9694, 14077, 8815, 12590, 9053, 9434, 9013, 8182, 8940, 8472, 9786, 8535, 10245, 8350, 10101, 8441, 10567, 8755, 11440, 8936, 9992, 8804, 7973, 8979, 8625, 10286, 8382, 10388, 8323, 10860, 9054, 13864, 9365, 10636, 10014, 8613, 11080, 9098, 8859, 9089, 13863], 'WindowCenter': [4166.0, 4131.0, 4136.0, 4114.0, 4090.0, 4098.0, 4087.0, 4097.0, 4076.0, 4096.0, 4076.0, 4106.0, 4087.0, 4106.0, 4086.0, 4076.0, 4098.0, 4077.0, 4099.0, 4088.0, 4109.0, 4089.0, 4108.0, 4089.0, 4108.0, 4088.0, 4107.0, 4078.0, 4107.0, 4088.0, 4108.0, 4101.0, 4108.0, 4103.0, 4109.0, 4078.0, 4075.0, 4076.0, 4066.0, 4110.0, 4102.0, 4123.0, 4103.0, 4112.0, 4089.0, 4107.0, 4077.0, 4096.0, 4077.0, 4107.0, 4090.0, 4120.0, 4102.0, 4110.0, 4102.0, 4090.0, 4100.0, 4078.0, 4099.0, 4078.0, 4110.0, 4078.0, 4109.0, 4078.0, 4110.0, 4078.0, 4110.0, 4090.0, 4108.0, 4090.0, 4108.0, 4089.0, 4108.0, 4089.0, 4118.0, 4100.0, 4120.0, 4101.0, 4109.0, 4102.0, 4109.0, 4100.0, 4130.0, 4111.0, 4119.0, 4100.0, 4119.0, 4100.0, 4118.0, 4099.0, 4118.0, 4099.0, 4097.0, 4086.0, 4066.0, 4087.0, 4065.0, 4097.0, 4075.0, 4108.0, 4088.0, 4108.0, 4089.0, 4108.0, 4089.0, 4108.0, 4099.0, 4109.0, 4100.0, 4118.0, 4089.0, 4107.0, 4089.0, 4106.0, 4088.0, 4107.0, 4088.0, 4107.0, 4087.0, 4096.0, 4088.0, 4096.0, 4089.0, 4097.0, 4088.0, 4077.0, 4089.0, 4077.0, 4109.0, 4079.0, 4109.0, 4089.0, 4110.0, 4101.0, 4089.0, 4110.0, 4078.0, 4108.0, 4091.0, 4109.0, 4089.0, 4108.0, 4089.0, 4098.0, 4088.0, 4077.0, 4088.0, 4066.0, 4098.0, 4078.0, 4108.0, 4078.0, 4107.0, 4078.0, 4107.0, 4086.0, 4106.0, 4086.0, 4107.0, 4087.0, 4086.0, 4087.0, 4076.0, 4088.0, 4087.0, 4088.0, 4076.0, 4087.0, 4065.0, 4088.0, 4065.0, 4087.0, 4077.0, 4098.0, 4078.0, 4108.0, 4078.0, 4108.0, 4089.0, 4107.0, 4090.0, 4097.0, 4090.0, 4078.0, 4099.0, 4079.0, 4109.0, 4078.0, 4110.0, 4078.0, 4108.0, 4078.0, 4108.0, 4090.0, 4109.0, 4099.0, 4118.0, 4088.0, 4108.0, 4088.0, 4096.0, 4088.0, 4088.0, 4087.0, 4065.0, 4107.0, 4077.0, 4096.0, 4077.0, 4096.0, 4088.0, 4097.0, 4098.0, 4067.0, 4108.0, 4078.0, 4107.0, 4099.0, 4095.0, 4087.0, 4066.0, 4098.0, 4077.0, 4108.0, 4088.0, 4108.0, 4098.0, 4077.0, 4097.0, 4076.0, 4095.0, 4087.0, 4075.0, 4087.0, 4066.0, 4097.0, 4079.0, 4110.0, 4102.0, 4092.0, 4124.0, 4114.0, 4122.0, 4112.0, 4103.0, 4134.0, 4115.0, 4133.0, 4125.0, 4112.0, 4113.0, 4091.0, 4122.0, 4103.0, 4122.0, 4103.0, 4121.0, 4101.0, 4121.0, 4102.0, 4120.0, 4101.0, 4090.0, 4100.0, 4079.0, 4111.0, 4090.0, 4111.0, 4104.0, 4123.0, 4103.0, 4121.0, 4102.0, 4121.0, 4102.0, 4121.0, 4112.0, 4110.0, 4102.0, 4100.0, 4100.0, 4080.0, 4111.0, 4101.0, 4121.0, 4091.0, 4109.0, 4089.0, 4109.0, 4089.0, 4110.0, 4101.0, 4119.0, 4089.0, 4107.0, 4087.0, 4107.0, 4087.0, 4096.0, 4088.0, 4108.0, 4101.0, 4109.0, 4100.0, 4089.0, 4100.0, 4077.0, 4113.0, 4088.0, 4110.0, 4076.0, 4118.0, 4088.0, 4107.0, 4098.0, 4096.0, 4095.0, 4074.0, 4105.0, 4075.0, 4094.0, 4074.0, 4093.0, 4074.0, 4083.0, 4073.0, 4092.0, 4073.0, 4081.0, 4072.0, 4081.0, 4073.0, 4061.0, 4063.0, 4062.0, 4073.0, 4074.0, 4083.0, 4074.0, 4095.0, 4075.0, 4094.0, 4086.0, 4095.0, 4086.0, 4084.0, 4088.0, 4065.0, 4086.0, 4074.0, 4086.0, 4074.0, 4085.0, 4074.0, 4095.0, 4076.0, 4105.0, 4075.0, 4094.0, 4085.0, 4093.0, 4086.0, 4107.0, 4100.0, 4077.0, 4087.0, 4076.0, 4085.0, 4075.0, 4096.0, 4075.0, 4096.0, 4088.0, 4097.0, 4087.0, 4107.0, 4088.0, 4106.0, 4088.0, 4096.0, 4087.0, 4076.0, 4085.0, 4075.0, 4096.0, 4074.0, 4095.0, 4076.0, 4095.0, 4087.0, 4105.0, 4087.0, 4085.0, 4087.0, 4065.0, 4087.0, 4075.0, 4096.0, 4085.0, 4106.0, 4076.0, 4096.0, 4076.0, 4095.0, 4086.0, 4106.0, 4087.0, 4087.0, 4087.0, 4076.0, 4088.0, 4076.0, 4098.0, 4075.0, 4098.0, 4075.0, 4096.0, 4075.0, 4096.0, 4075.0, 4096.0, 4076.0, 4096.0, 4087.0, 4096.0, 4088.0, 4085.0, 4087.0, 4075.0, 4087.0, 4076.0, 4098.0, 4087.0, 4097.0, 4087.0, 4096.0, 4076.0, 4096.0, 4077.0, 4106.0, 4089.0, 4107.0, 4088.0, 4096.0, 4088.0, 4087.0, 4098.0, 4077.0, 4101.0, 4087.0, 4109.0, 4088.0, 4108.0, 4088.0, 4118.0, 4099.0, 4118.0, 4088.0, 4107.0, 4088.0, 4086.0, 4099.0, 4076.0, 4097.0, 4086.0, 4097.0, 4076.0, 4107.0, 4087.0, 4108.0, 4100.0, 4119.0, 4089.0, 4097.0, 4099.0, 4086.0, 4098.0, 4076.0, 4108.0, 4088.0, 4108.0, 4088.0, 4108.0, 4100.0, 4118.0, 4100.0, 4088.0, 4099.0, 4077.0, 4098.0, 4076.0, 4098.0, 4087.0, 4108.0, 4087.0, 4096.0, 4086.0, 4107.0, 4088.0, 4117.0, 4098.0, 4075.0, 4086.0, 4065.0, 4086.0, 4075.0, 4097.0, 4086.0, 4097.0, 4089.0, 4097.0, 4087.0, 4107.0, 4088.0, 4107.0, 4088.0, 4117.0, 4088.0, 4107.0, 4088.0, 4118.0, 4099.0, 4089.0, 4109.0, 4088.0, 4120.0, 4100.0, 4110.0, 4099.0, 4077.0, 4099.0, 4077.0, 4109.0, 4089.0, 4109.0, 4098.0, 4099.0, 4097.0, 4097.0, 4085.0, 4084.0, 4061.0, 4082.0, 4061.0, 4091.0, 4060.0, 4091.0, 4060.0, 4079.0, 4060.0, 4079.0, 4060.0, 4048.0, 4060.0, 4059.0, 4080.0, 4060.0, 4082.0, 4061.0, 4081.0, 4073.0, 4082.0, 4087.0, 4096.0, 4086.0, 4074.0, 4095.0, 4099.0, 4094.0, 4085.0, 4083.0, 4086.0, 4064.0, 4084.0, 4074.0, 4096.0, 4075.0, 4105.0, 4074.0, 4083.0, 4075.0, 4093.0, 4075.0, 4094.0, 4085.0, 4083.0, 4074.0, 4073.0, 4083.0, 4073.0, 4093.0, 4073.0, 4093.0, 4074.0, 4096.0, 4086.0, 4073.0, 4087.0, 4068.0, 4084.0, 4045.0, 4031.0, 4021.0, 4033.0, 4033.0, 4032.0, 4034.0, 4033.0, 4047.0, 4044.0, 4085.0, 4091.0, 4106.0, 4087.0, 4108.0, 4100.0, 4110.0, 4088.0, 4075.0, 4086.0, 4087.0, 4099.0, 4100.0, 4110.0, 4102.0, 4101.0, 4112.0, 4091.0, 4101.0, 4090.0, 4098.0, 4077.0, 4109.0, 4090.0, 4120.0, 4101.0, 4120.0, 4101.0, 4109.0, 4089.0, 4087.0, 4098.0, 4078.0, 4098.0, 4077.0, 4108.0, 4078.0, 4108.0, 4088.0, 4108.0, 4089.0, 4118.0, 4099.0, 4087.0, 4098.0, 4066.0, 4098.0, 4077.0, 4098.0, 4089.0, 4109.0, 4089.0, 4119.0, 4088.0, 4108.0, 4089.0, 4108.0, 4099.0, 4108.0, 4101.0, 4089.0, 4100.0, 4090.0, 4100.0, 4089.0, 4099.0, 4089.0, 4109.0, 4090.0, 4120.0, 4100.0, 4119.0, 4101.0, 4109.0, 4100.0, 4089.0, 4101.0, 4079.0, 4110.0, 4089.0, 4098.0, 4088.0, 4108.0, 4089.0, 4109.0, 4100.0, 4119.0, 4099.0, 4078.0, 4099.0, 4088.0, 4098.0, 4088.0, 4111.0, 4101.0, 4119.0, 4089.0, 4119.0, 4090.0, 4118.0, 4089.0, 4098.0, 4098.0, 4078.0, 4098.0, 4089.0, 4108.0, 4089.0, 4108.0, 4101.0, 4119.0, 4100.0, 4099.0, 4100.0, 4078.0, 4090.0, 4067.0, 4099.0, 4078.0, 4108.0, 4088.0, 4098.0, 4078.0, 4097.0, 4088.0, 4097.0, 4089.0, 4099.0, 4089.0, 4109.0, 4090.0, 4098.0, 4100.0, 4098.0, 4100.0, 4088.0, 4101.0, 4078.0, 4089.0, 4090.0, 4099.0, 4091.0, 4099.0, 4091.0, 4110.0, 4101.0, 4121.0, 4103.0, 4121.0, 4102.0, 4131.0, 4102.0, 4122.0, 4102.0, 4109.0, 4101.0, 4109.0, 4101.0, 4099.0, 4100.0, 4079.0, 4110.0, 4089.0, 4100.0, 4089.0, 4100.0, 4088.0, 4109.0, 4089.0, 4110.0, 4090.0, 4110.0, 4090.0, 4110.0, 4102.0, 4111.0, 4102.0, 4093.0, 4115.0, 4103.0, 4103.0, 4063.0, 4083.0, 4050.0, 4066.0, 4028.0, 4038.0, 4051.0, 4048.0, 4060.0, 4042.0, 4063.0, 4053.0, 4116.0, 4088.0, 4115.0, 4100.0, 4129.0, 4102.0, 4112.0, 4101.0, 4088.0, 4108.0, 4088.0, 4118.0, 4089.0, 4079.0, 4112.0, 4102.0, 4111.0, 4102.0, 4133.0, 4102.0, 4119.0, 4078.0, 4087.0, 4077.0, 4098.0, 4090.0, 4099.0, 4089.0, 4098.0, 4089.0, 4097.0, 4090.0, 4098.0, 4101.0, 4089.0, 4100.0, 4079.0, 4100.0, 4090.0, 4099.0, 4090.0, 4121.0, 4090.0, 4130.0, 4101.0, 4128.0, 4089.0, 4118.0, 4089.0, 4117.0, 4089.0, 4119.0, 4099.0, 4089.0, 4089.0, 4066.0, 4078.0, 4076.0, 4077.0, 4067.0, 4088.0, 4078.0, 4109.0, 4077.0, 4108.0, 4077.0, 4097.0, 4089.0, 4098.0, 4088.0, 4109.0, 4089.0, 4118.0, 4089.0, 4118.0, 4088.0, 4118.0, 4089.0, 4118.0, 4090.0, 4088.0, 4089.0, 4087.0, 4078.0, 4076.0, 4087.0, 4075.0, 4077.0, 4066.0, 4096.0, 4075.0, 4085.0, 4076.0, 4085.0, 4077.0, 4097.0, 4088.0, 4117.0, 4088.0, 4077.0, 4087.0, 4076.0, 4087.0, 4077.0, 4098.0, 4087.0, 4107.0, 4076.0, 4096.0, 4076.0, 4095.0, 4076.0, 4108.0, 4087.0, 4116.0, 4076.0, 4105.0, 4076.0, 4074.0, 4076.0, 4065.0, 4086.0, 4067.0, 4076.0, 4074.0, 4085.0, 4076.0, 4117.0, 4088.0, 4096.0, 4087.0, 4076.0, 4087.0, 4078.0, 4107.0, 4078.0, 4117.0, 4087.0, 4117.0, 4087.0, 4106.0, 4077.0, 4086.0, 4087.0, 4076.0, 4088.0, 4076.0, 4086.0, 4078.0, 4096.0, 4089.0, 4117.0, 4088.0, 4118.0, 4088.0, 4086.0, 4087.0, 4076.0, 4088.0, 4095.0, 4087.0, 4076.0, 4097.0, 4075.0, 4096.0, 4077.0, 4095.0, 4076.0, 4106.0, 4088.0, 4118.0, 4088.0, 4086.0, 4077.0, 4066.0, 4088.0, 4076.0, 4088.0, 4077.0, 4107.0, 4078.0, 4117.0, 4078.0, 4117.0, 4078.0, 4117.0, 4088.0, 4107.0, 4089.0, 4107.0, 4088.0, 4076.0, 4087.0, 4074.0, 4087.0, 4075.0, 4096.0, 4078.0, 4117.0, 4087.0, 4118.0, 4088.0, 4096.0, 4088.0, 4097.0, 4090.0, 4077.0, 4089.0, 4088.0, 4108.0, 4089.0, 4087.0, 4089.0, 4087.0, 4109.0, 4089.0, 4118.0, 4078.0, 4107.0, 4077.0, 4117.0, 4088.0, 4117.0, 4087.0, 4106.0, 4078.0, 4075.0, 4076.0, 4075.0, 4087.0, 4077.0, 4099.0, 4077.0, 4098.0, 4078.0, 4097.0, 4078.0, 4097.0, 4089.0, 4108.0, 4090.0, 4098.0, 4090.0, 4079.0, 4100.0, 4090.0, 4110.0, 4090.0, 4099.0, 4090.0, 4109.0, 4101.0, 4132.0, 4114.0, 4112.0, 4100.0, 4090.0, 4109.0, 4100.0, 4088.0, 4100.0, 4129.0], 'WindowWidth': [9246.0, 9187.0, 9181.0, 9148.0, 9106.0, 9113.0, 9094.0, 9107.0, 9077.0, 9102.0, 9077.0, 9116.0, 9093.0, 9116.0, 9090.0, 9078.0, 9109.0, 9081.0, 9112.0, 9098.0, 9127.0, 9099.0, 9124.0, 9099.0, 9122.0, 9096.0, 9119.0, 9083.0, 9120.0, 9097.0, 9122.0, 9120.0, 9125.0, 9127.0, 9124.0, 9078.0, 9068.0, 9074.0, 9062.0, 9126.0, 9122.0, 9153.0, 9128.0, 9137.0, 9101.0, 9121.0, 9082.0, 9102.0, 9080.0, 9119.0, 9104.0, 9143.0, 9124.0, 9130.0, 9124.0, 9105.0, 9117.0, 9085.0, 9113.0, 9084.0, 9129.0, 9084.0, 9127.0, 9084.0, 9128.0, 9084.0, 9130.0, 9102.0, 9124.0, 9102.0, 9123.0, 9098.0, 9122.0, 9101.0, 9139.0, 9117.0, 9143.0, 9121.0, 9128.0, 9122.0, 9126.0, 9119.0, 9158.0, 9133.0, 9141.0, 9116.0, 9140.0, 9114.0, 9137.0, 9112.0, 9136.0, 9111.0, 9105.0, 9091.0, 9062.0, 9092.0, 9061.0, 9104.0, 9074.0, 9121.0, 9095.0, 9122.0, 9099.0, 9123.0, 9099.0, 9122.0, 9114.0, 9124.0, 9114.0, 9135.0, 9098.0, 9120.0, 9099.0, 9116.0, 9097.0, 9120.0, 9097.0, 9117.0, 9093.0, 9103.0, 9094.0, 9102.0, 9099.0, 9106.0, 9097.0, 9080.0, 9098.0, 9078.0, 9125.0, 9085.0, 9124.0, 9100.0, 9128.0, 9119.0, 9099.0, 9127.0, 9083.0, 9123.0, 9104.0, 9125.0, 9100.0, 9123.0, 9100.0, 9108.0, 9097.0, 9080.0, 9095.0, 9064.0, 9109.0, 9081.0, 9123.0, 9081.0, 9120.0, 9082.0, 9117.0, 9091.0, 9115.0, 9091.0, 9118.0, 9092.0, 9087.0, 9093.0, 9075.0, 9094.0, 9094.0, 9097.0, 9075.0, 9091.0, 9060.0, 9094.0, 9061.0, 9094.0, 9080.0, 9108.0, 9083.0, 9122.0, 9085.0, 9122.0, 9100.0, 9120.0, 9104.0, 9109.0, 9102.0, 9084.0, 9114.0, 9085.0, 9128.0, 9084.0, 9129.0, 9084.0, 9122.0, 9084.0, 9123.0, 9104.0, 9125.0, 9113.0, 9138.0, 9096.0, 9121.0, 9097.0, 9103.0, 9095.0, 9093.0, 9094.0, 9061.0, 9119.0, 9079.0, 9103.0, 9078.0, 9103.0, 9095.0, 9104.0, 9108.0, 9066.0, 9121.0, 9081.0, 9117.0, 9109.0, 9098.0, 9092.0, 9062.0, 9107.0, 9079.0, 9121.0, 9096.0, 9123.0, 9110.0, 9079.0, 9105.0, 9075.0, 9099.0, 9090.0, 9071.0, 9091.0, 9061.0, 9105.0, 9084.0, 9128.0, 9122.0, 9110.0, 9154.0, 9142.0, 9150.0, 9136.0, 9127.0, 9169.0, 9146.0, 9166.0, 9157.0, 9135.0, 9138.0, 9105.0, 9148.0, 9124.0, 9148.0, 9125.0, 9143.0, 9119.0, 9144.0, 9119.0, 9140.0, 9115.0, 9099.0, 9116.0, 9085.0, 9130.0, 9103.0, 9131.0, 9127.0, 9150.0, 9125.0, 9145.0, 9121.0, 9143.0, 9121.0, 9143.0, 9134.0, 9127.0, 9119.0, 9112.0, 9113.0, 9086.0, 9130.0, 9116.0, 9146.0, 9102.0, 9125.0, 9099.0, 9125.0, 9097.0, 9128.0, 9116.0, 9139.0, 9096.0, 9119.0, 9092.0, 9117.0, 9092.0, 9101.0, 9095.0, 9123.0, 9118.0, 9124.0, 9115.0, 9097.0, 9114.0, 9078.0, 9134.0, 9096.0, 9125.0, 9075.0, 9135.0, 9095.0, 9120.0, 9109.0, 9101.0, 9099.0, 9069.0, 9110.0, 9071.0, 9093.0, 9066.0, 9091.0, 9068.0, 9077.0, 9065.0, 9088.0, 9063.0, 9070.0, 9062.0, 9070.0, 9064.0, 9045.0, 9051.0, 9046.0, 9064.0, 9066.0, 9078.0, 9068.0, 9096.0, 9072.0, 9096.0, 9088.0, 9097.0, 9089.0, 9083.0, 9092.0, 9058.0, 9088.0, 9069.0, 9087.0, 9069.0, 9083.0, 9069.0, 9097.0, 9075.0, 9112.0, 9072.0, 9096.0, 9086.0, 9094.0, 9089.0, 9116.0, 9116.0, 9081.0, 9091.0, 9073.0, 9086.0, 9072.0, 9100.0, 9073.0, 9102.0, 9093.0, 9104.0, 9092.0, 9118.0, 9096.0, 9116.0, 9094.0, 9103.0, 9093.0, 9074.0, 9088.0, 9073.0, 9100.0, 9070.0, 9099.0, 9076.0, 9100.0, 9092.0, 9113.0, 9092.0, 9085.0, 9090.0, 9058.0, 9090.0, 9072.0, 9103.0, 9087.0, 9116.0, 9075.0, 9102.0, 9076.0, 9099.0, 9091.0, 9115.0, 9093.0, 9091.0, 9093.0, 9076.0, 9093.0, 9075.0, 9107.0, 9073.0, 9107.0, 9074.0, 9101.0, 9074.0, 9101.0, 9073.0, 9101.0, 9076.0, 9101.0, 9091.0, 9102.0, 9095.0, 9088.0, 9093.0, 9074.0, 9092.0, 9076.0, 9109.0, 9092.0, 9105.0, 9092.0, 9103.0, 9078.0, 9104.0, 9081.0, 9116.0, 9097.0, 9120.0, 9098.0, 9105.0, 9096.0, 9093.0, 9111.0, 9080.0, 9118.0, 9094.0, 9124.0, 9096.0, 9121.0, 9096.0, 9136.0, 9112.0, 9137.0, 9098.0, 9119.0, 9097.0, 9089.0, 9111.0, 9077.0, 9108.0, 9091.0, 9105.0, 9079.0, 9118.0, 9095.0, 9123.0, 9116.0, 9139.0, 9099.0, 9107.0, 9112.0, 9092.0, 9110.0, 9078.0, 9123.0, 9098.0, 9122.0, 9098.0, 9123.0, 9115.0, 9138.0, 9116.0, 9096.0, 9112.0, 9080.0, 9108.0, 9078.0, 9110.0, 9092.0, 9121.0, 9093.0, 9104.0, 9090.0, 9118.0, 9096.0, 9132.0, 9108.0, 9074.0, 9091.0, 9061.0, 9091.0, 9075.0, 9107.0, 9091.0, 9106.0, 9099.0, 9106.0, 9095.0, 9119.0, 9096.0, 9121.0, 9097.0, 9133.0, 9097.0, 9119.0, 9097.0, 9137.0, 9114.0, 9098.0, 9127.0, 9096.0, 9140.0, 9116.0, 9130.0, 9115.0, 9080.0, 9113.0, 9082.0, 9127.0, 9098.0, 9128.0, 9110.0, 9112.0, 9104.0, 9106.0, 9082.0, 9082.0, 9045.0, 9077.0, 9044.0, 9086.0, 9043.0, 9086.0, 9041.0, 9066.0, 9043.0, 9064.0, 9041.0, 9023.0, 9042.0, 9039.0, 9070.0, 9043.0, 9074.0, 9048.0, 9072.0, 9065.0, 9077.0, 9094.0, 9101.0, 9089.0, 9069.0, 9100.0, 9114.0, 9099.0, 9088.0, 9081.0, 9087.0, 9055.0, 9086.0, 9070.0, 9102.0, 9071.0, 9112.0, 9071.0, 9079.0, 9070.0, 9091.0, 9071.0, 9095.0, 9085.0, 9080.0, 9069.0, 9067.0, 9081.0, 9067.0, 9092.0, 9068.0, 9094.0, 9070.0, 9102.0, 9089.0, 9064.0, 9091.0, 9068.0, 9084.0, 9010.0, 8980.0, 8968.0, 8987.0, 8989.0, 8986.0, 8992.0, 8989.0, 9013.0, 9008.0, 9083.0, 9104.0, 9117.0, 9097.0, 9123.0, 9118.0, 9128.0, 9098.0, 9075.0, 9088.0, 9093.0, 9112.0, 9118.0, 9130.0, 9123.0, 9119.0, 9138.0, 9106.0, 9120.0, 9102.0, 9110.0, 9081.0, 9126.0, 9103.0, 9143.0, 9119.0, 9144.0, 9119.0, 9126.0, 9100.0, 9094.0, 9110.0, 9081.0, 9110.0, 9080.0, 9122.0, 9083.0, 9121.0, 9098.0, 9121.0, 9099.0, 9137.0, 9111.0, 9093.0, 9108.0, 9063.0, 9108.0, 9079.0, 9111.0, 9099.0, 9126.0, 9099.0, 9140.0, 9098.0, 9122.0, 9100.0, 9123.0, 9114.0, 9124.0, 9119.0, 9100.0, 9116.0, 9102.0, 9115.0, 9100.0, 9113.0, 9101.0, 9128.0, 9103.0, 9143.0, 9118.0, 9141.0, 9119.0, 9127.0, 9117.0, 9099.0, 9119.0, 9085.0, 9130.0, 9098.0, 9110.0, 9097.0, 9122.0, 9099.0, 9125.0, 9115.0, 9140.0, 9114.0, 9085.0, 9114.0, 9097.0, 9111.0, 9098.0, 9130.0, 9119.0, 9140.0, 9100.0, 9138.0, 9101.0, 9136.0, 9099.0, 9108.0, 9111.0, 9081.0, 9110.0, 9099.0, 9123.0, 9099.0, 9124.0, 9118.0, 9140.0, 9116.0, 9113.0, 9115.0, 9083.0, 9102.0, 9067.0, 9112.0, 9082.0, 9125.0, 9095.0, 9109.0, 9082.0, 9107.0, 9097.0, 9107.0, 9100.0, 9111.0, 9100.0, 9124.0, 9102.0, 9111.0, 9115.0, 9109.0, 9115.0, 9098.0, 9117.0, 9084.0, 9101.0, 9103.0, 9115.0, 9105.0, 9114.0, 9106.0, 9131.0, 9121.0, 9145.0, 9124.0, 9146.0, 9122.0, 9160.0, 9125.0, 9148.0, 9121.0, 9127.0, 9120.0, 9127.0, 9119.0, 9115.0, 9117.0, 9086.0, 9131.0, 9099.0, 9118.0, 9099.0, 9114.0, 9096.0, 9125.0, 9100.0, 9128.0, 9104.0, 9127.0, 9104.0, 9129.0, 9122.0, 9132.0, 9121.0, 9113.0, 9147.0, 9128.0, 9124.0, 9054.0, 9081.0, 9027.0, 9037.0, 8992.0, 9003.0, 9027.0, 9018.0, 9040.0, 9017.0, 9045.0, 9033.0, 9125.0, 9094.0, 9128.0, 9117.0, 9153.0, 9123.0, 9134.0, 9117.0, 9095.0, 9119.0, 9096.0, 9134.0, 9099.0, 9087.0, 9135.0, 9121.0, 9133.0, 9122.0, 9163.0, 9122.0, 9141.0, 9081.0, 9093.0, 9078.0, 9109.0, 9102.0, 9111.0, 9098.0, 9108.0, 9098.0, 9107.0, 9101.0, 9109.0, 9118.0, 9098.0, 9117.0, 9086.0, 9115.0, 9101.0, 9114.0, 9102.0, 9144.0, 9103.0, 9156.0, 9118.0, 9151.0, 9099.0, 9136.0, 9099.0, 9133.0, 9099.0, 9138.0, 9112.0, 9096.0, 9097.0, 9063.0, 9082.0, 9077.0, 9080.0, 9065.0, 9096.0, 9082.0, 9126.0, 9080.0, 9121.0, 9081.0, 9104.0, 9097.0, 9108.0, 9096.0, 9124.0, 9100.0, 9135.0, 9100.0, 9137.0, 9097.0, 9135.0, 9099.0, 9137.0, 9102.0, 9094.0, 9098.0, 9091.0, 9081.0, 9074.0, 9091.0, 9072.0, 9078.0, 9060.0, 9101.0, 9073.0, 9086.0, 9076.0, 9085.0, 9078.0, 9105.0, 9095.0, 9131.0, 9096.0, 9078.0, 9093.0, 9077.0, 9094.0, 9078.0, 9109.0, 9091.0, 9117.0, 9077.0, 9101.0, 9076.0, 9099.0, 9077.0, 9118.0, 9091.0, 9127.0, 9076.0, 9112.0, 9076.0, 9071.0, 9076.0, 9059.0, 9088.0, 9061.0, 9073.0, 9070.0, 9085.0, 9075.0, 9132.0, 9097.0, 9102.0, 9091.0, 9075.0, 9093.0, 9080.0, 9117.0, 9081.0, 9132.0, 9092.0, 9130.0, 9092.0, 9115.0, 9079.0, 9089.0, 9093.0, 9074.0, 9093.0, 9074.0, 9089.0, 9081.0, 9102.0, 9097.0, 9132.0, 9096.0, 9134.0, 9093.0, 9089.0, 9093.0, 9074.0, 9093.0, 9099.0, 9091.0, 9073.0, 9104.0, 9073.0, 9101.0, 9078.0, 9100.0, 9076.0, 9116.0, 9094.0, 9133.0, 9095.0, 9090.0, 9079.0, 9063.0, 9095.0, 9075.0, 9093.0, 9079.0, 9119.0, 9082.0, 9132.0, 9082.0, 9130.0, 9082.0, 9132.0, 9095.0, 9119.0, 9098.0, 9117.0, 9095.0, 9074.0, 9091.0, 9071.0, 9090.0, 9074.0, 9102.0, 9080.0, 9131.0, 9093.0, 9134.0, 9094.0, 9103.0, 9094.0, 9106.0, 9101.0, 9079.0, 9098.0, 9095.0, 9122.0, 9098.0, 9093.0, 9099.0, 9093.0, 9124.0, 9098.0, 9136.0, 9081.0, 9118.0, 9079.0, 9133.0, 9095.0, 9132.0, 9093.0, 9117.0, 9081.0, 9073.0, 9075.0, 9073.0, 9092.0, 9078.0, 9109.0, 9081.0, 9108.0, 9083.0, 9105.0, 9081.0, 9106.0, 9099.0, 9122.0, 9101.0, 9110.0, 9102.0, 9085.0, 9116.0, 9103.0, 9130.0, 9101.0, 9113.0, 9102.0, 9126.0, 9118.0, 9161.0, 9141.0, 9135.0, 9115.0, 9101.0, 9125.0, 9115.0, 9095.0, 9115.0, 9154.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.0027493414863593605</td></tr>
<tr><td colspan=3>aqi</td><td>0.022004905268109127</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.67322792430321</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2858990314971768</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0460233955461422</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>6482.5454</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0916306153791089</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.832549388523048</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.323953295816899</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2872035818324536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.538034121306733</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1466221843115103</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126166</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020361067727208138</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010377718135714531</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8895835981832434</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>39.2413</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5086</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0828</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308529.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>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.7638</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6352</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.7002</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3352.9805</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.1732</td></tr>
<tr><td colspan=3>tsnr</td><td>41.82209110585973</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>