<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-03/func/sub-0011_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>d82bc350829d8ed6f8864bea02841b69</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>16:37:57.017500</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.999253, -0.00506796, 0.0383053, 0.00872033, 0.995363, -0.0957924]</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.0758052</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>[4168, -7739, -7239, 566, -39, -123, 8, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1769bfc8-768b-4597-bf8e-a2be4e40cbd6||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.6809234619140625, 0.023396000266075134, 0.10163387656211853, 109.1491928100586], [0.013596970587968826, 2.6704864501953125, -0.25934821367263794, -87.98818969726562], [0.10277022421360016, 0.2570039927959442, 2.6855928897857666, -69.30348205566406], [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': ['163757.017500', '163757.477500', '163757.937500', '163758.397500', '163758.857500', '163759.317500', '163759.777500', '163800.237500', '163800.697500', '163801.157500', '163801.617500', '163802.077500', '163802.537500', '163802.997500', '163803.457500', '163803.917500', '163804.377500', '163804.837500', '163805.297500', '163805.757500', '163806.217500', '163806.677500', '163807.137500', '163807.597500', '163808.057500', '163808.517500', '163808.977500', '163809.437500', '163809.897500', '163810.357500', '163810.817500', '163811.277500', '163811.737500', '163812.197500', '163812.657500', '163813.117500', '163813.577500', '163814.037500', '163814.497500', '163814.957500', '163815.417500', '163815.877500', '163816.337500', '163816.797500', '163817.257500', '163817.717500', '163818.177500', '163818.637500', '163819.097500', '163819.557500', '163820.017500', '163820.477500', '163820.937500', '163821.397500', '163821.857500', '163822.317500', '163822.777500', '163823.237500', '163823.697500', '163824.157500', '163824.617500', '163825.077500', '163825.537500', '163825.997500', '163826.457500', '163826.917500', '163827.377500', '163827.837500', '163828.297500', '163828.757500', '163829.217500', '163829.677500', '163830.137500', '163830.597500', '163831.057500', '163831.517500', '163831.977500', '163832.437500', '163832.897500', '163833.357500', '163833.817500', '163834.277500', '163834.737500', '163835.197500', '163835.657500', '163836.117500', '163836.577500', '163837.037500', '163837.497500', '163837.957500', '163838.417500', '163838.877500', '163839.337500', '163839.797500', '163840.257500', '163840.717500', '163841.177500', '163841.637500', '163842.097500', '163842.557500', '163843.017500', '163843.477500', '163843.937500', '163844.397500', '163844.857500', '163845.317500', '163845.777500', '163846.237500', '163846.697500', '163847.157500', '163847.617500', '163848.077500', '163848.537500', '163848.997500', '163849.457500', '163849.917500', '163850.377500', '163850.837500', '163851.297500', '163851.757500', '163852.217500', '163852.677500', '163853.137500', '163853.597500', '163854.057500', '163854.517500', '163854.977500', '163855.437500', '163855.897500', '163856.357500', '163856.817500', '163857.277500', '163857.737500', '163858.197500', '163858.657500', '163859.117500', '163859.577500', '163900.037500', '163900.497500', '163900.957500', '163901.417500', '163901.877500', '163902.337500', '163902.797500', '163903.257500', '163903.717500', '163904.177500', '163904.637500', '163905.097500', '163905.557500', '163906.017500', '163906.477500', '163906.937500', '163907.397500', '163907.857500', '163908.317500', '163908.777500', '163909.237500', '163909.697500', '163910.157500', '163910.617500', '163911.077500', '163911.537500', '163911.997500', '163912.457500', '163912.917500', '163913.377500', '163913.837500', '163914.297500', '163914.757500', '163915.217500', '163915.677500', '163916.137500', '163916.597500', '163917.057500', '163917.517500', '163917.977500', '163918.437500', '163918.897500', '163919.357500', '163919.817500', '163920.277500', '163920.737500', '163921.197500', '163921.657500', '163922.117500', '163922.577500', '163923.037500', '163923.497500', '163923.957500', '163924.417500', '163924.877500', '163925.337500', '163925.797500', '163926.257500', '163926.717500', '163927.177500', '163927.637500', '163928.097500', '163928.557500', '163929.017500', '163929.477500', '163929.937500', '163930.397500', '163930.857500', '163931.317500', '163931.777500', '163932.237500', '163932.697500', '163933.157500', '163933.617500', '163934.077500', '163934.537500', '163934.997500', '163935.457500', '163935.917500', '163936.377500', '163936.837500', '163937.297500', '163937.757500', '163938.217500', '163938.677500', '163939.137500', '163939.597500', '163940.057500', '163940.517500', '163940.977500', '163941.437500', '163941.897500', '163942.357500', '163942.817500', '163943.277500', '163943.737500', '163944.197500', '163944.657500', '163945.117500', '163945.577500', '163946.037500', '163946.497500', '163946.957500', '163947.417500', '163947.877500', '163948.337500', '163948.797500', '163949.257500', '163949.717500', '163950.177500', '163950.637500', '163951.097500', '163951.557500', '163952.017500', '163952.477500', '163952.937500', '163953.397500', '163953.857500', '163954.317500', '163954.777500', '163955.237500', '163955.697500', '163956.157500', '163956.617500', '163957.077500', '163957.537500', '163957.997500', '163958.457500', '163958.917500', '163959.377500', '163959.837500', '164000.297500', '164000.757500', '164001.217500', '164001.677500', '164002.137500', '164002.597500', '164003.057500', '164003.517500', '164003.977500', '164004.437500', '164004.897500', '164005.357500', '164005.817500', '164006.277500', '164006.737500', '164007.197500', '164007.657500', '164008.117500', '164008.577500', '164009.037500', '164009.497500', '164009.957500', '164010.417500', '164010.877500', '164011.337500', '164011.797500', '164012.257500', '164012.717500', '164013.177500', '164013.637500', '164014.097500', '164014.557500', '164015.017500', '164015.477500', '164015.937500', '164016.397500', '164016.857500', '164017.317500', '164017.777500', '164018.237500', '164018.697500', '164019.157500', '164019.617500', '164020.077500', '164020.537500', '164020.997500', '164021.457500', '164021.917500', '164022.377500', '164022.837500', '164023.297500', '164023.757500', '164024.217500', '164024.677500', '164025.137500', '164025.597500', '164026.057500', '164026.517500', '164026.977500', '164027.437500', '164027.897500', '164028.357500', '164028.817500', '164029.277500', '164029.737500', '164030.197500', '164030.657500', '164031.117500', '164031.577500', '164032.037500', '164032.497500', '164032.957500', '164033.417500', '164033.877500', '164034.337500', '164034.797500', '164035.257500', '164035.717500', '164036.177500', '164036.637500', '164037.097500', '164037.557500', '164038.017500', '164038.477500', '164038.937500', '164039.397500', '164039.857500', '164040.317500', '164040.777500', '164041.237500', '164041.697500', '164042.157500', '164042.617500', '164043.077500', '164043.537500', '164043.997500', '164044.457500', '164044.917500', '164045.377500', '164045.837500', '164046.297500', '164046.757500', '164047.217500', '164047.677500', '164048.137500', '164048.597500', '164049.057500', '164049.517500', '164049.977500', '164050.437500', '164050.897500', '164051.357500', '164051.817500', '164052.277500', '164052.737500', '164053.197500', '164053.657500', '164054.117500', '164054.577500', '164055.037500', '164055.497500', '164055.957500', '164056.417500', '164056.877500', '164057.337500', '164057.797500', '164058.257500', '164058.717500', '164059.177500', '164059.637500', '164100.097500', '164100.557500', '164101.017500', '164101.477500', '164101.937500', '164102.397500', '164102.857500', '164103.317500', '164103.777500', '164104.237500', '164104.697500', '164105.157500', '164105.617500', '164106.077500', '164106.537500', '164106.997500', '164107.457500', '164107.917500', '164108.377500', '164108.837500', '164109.297500', '164109.757500', '164110.217500', '164110.677500', '164111.137500', '164111.597500', '164112.057500', '164112.517500', '164112.977500', '164113.437500', '164113.897500', '164114.357500', '164114.817500', '164115.277500', '164115.737500', '164116.197500', '164116.657500', '164117.117500', '164117.577500', '164118.037500', '164118.497500', '164118.957500', '164119.417500', '164119.877500', '164120.337500', '164120.797500', '164121.257500', '164121.717500', '164122.177500', '164122.637500', '164123.097500', '164123.557500', '164124.017500', '164124.477500', '164124.937500', '164125.397500', '164125.857500', '164126.317500', '164126.777500', '164127.237500', '164127.697500', '164128.157500', '164128.617500', '164129.077500', '164129.537500', '164129.997500', '164130.457500', '164130.917500', '164131.377500', '164131.837500', '164132.297500', '164132.757500', '164133.217500', '164133.677500', '164134.137500', '164134.597500', '164135.057500', '164135.517500', '164135.977500', '164136.437500', '164136.897500', '164137.357500', '164137.817500', '164138.277500', '164138.737500', '164139.197500', '164139.657500', '164140.117500', '164140.577500', '164141.037500', '164141.497500', '164141.957500', '164142.417500', '164142.877500', '164143.337500', '164143.797500', '164144.257500', '164144.717500', '164145.177500', '164145.637500', '164146.097500', '164146.557500', '164147.017500', '164147.477500', '164147.937500', '164148.397500', '164148.857500', '164149.317500', '164149.777500', '164150.237500', '164150.697500', '164151.157500', '164151.617500', '164152.077500', '164152.537500', '164152.997500', '164153.457500', '164153.917500', '164154.377500', '164154.837500', '164155.297500', '164155.757500', '164156.217500', '164156.677500', '164157.137500', '164157.597500', '164158.057500', '164158.517500', '164158.977500', '164159.437500', '164159.897500', '164200.357500', '164200.817500', '164201.277500', '164201.737500', '164202.197500', '164202.657500', '164203.117500', '164203.577500', '164204.037500', '164204.497500', '164204.957500', '164205.417500', '164205.877500', '164206.337500', '164206.797500', '164207.257500', '164207.717500', '164208.177500', '164208.637500', '164209.097500', '164209.557500', '164210.017500', '164210.477500', '164210.937500', '164211.397500', '164211.857500', '164212.317500', '164212.777500', '164213.237500', '164213.697500', '164214.157500', '164214.617500', '164215.077500', '164215.537500', '164215.997500', '164216.457500', '164216.917500', '164217.377500', '164217.837500', '164218.297500', '164218.757500', '164219.217500', '164219.677500', '164220.137500', '164220.597500', '164221.057500', '164221.517500', '164221.977500', '164222.437500', '164222.897500', '164223.357500', '164223.817500', '164224.277500', '164224.737500', '164225.197500', '164225.657500', '164226.117500', '164226.577500', '164227.037500', '164227.497500', '164227.957500', '164228.417500', '164228.877500', '164229.337500', '164229.797500', '164230.257500', '164230.717500', '164231.177500', '164231.637500', '164232.097500', '164232.557500', '164233.017500', '164233.477500', '164233.937500', '164234.397500', '164234.857500', '164235.317500', '164235.777500', '164236.237500', '164236.697500', '164237.157500', '164237.617500', '164238.077500', '164238.537500', '164238.997500', '164239.457500', '164239.917500', '164240.377500', '164240.837500', '164241.297500', '164241.757500', '164242.217500', '164242.677500', '164243.137500', '164243.597500', '164244.057500', '164244.517500', '164244.977500', '164245.437500', '164245.897500', '164246.357500', '164246.817500', '164247.277500', '164247.737500', '164248.197500', '164248.657500', '164249.117500', '164249.577500', '164250.037500', '164250.497500', '164250.957500', '164251.417500', '164251.877500', '164252.337500', '164252.797500', '164253.257500', '164253.717500', '164254.177500', '164254.637500', '164255.097500', '164255.557500', '164256.017500', '164256.477500', '164256.937500', '164257.397500', '164257.857500', '164258.317500', '164258.777500', '164259.237500', '164259.697500', '164300.157500', '164300.617500', '164301.077500', '164301.537500', '164301.997500', '164302.457500', '164302.917500', '164303.377500', '164303.837500', '164304.297500', '164304.757500', '164305.217500', '164305.677500', '164306.137500', '164306.597500', '164307.057500', '164307.517500', '164307.977500', '164308.437500', '164308.897500', '164309.357500', '164309.817500', '164310.277500', '164310.737500', '164311.197500', '164311.657500', '164312.117500', '164312.577500', '164313.037500', '164313.497500', '164313.957500', '164314.417500', '164314.877500', '164315.337500', '164315.797500', '164316.257500', '164316.717500', '164317.177500', '164317.637500', '164318.097500', '164318.557500', '164319.017500', '164319.477500', '164319.937500', '164320.397500', '164320.857500', '164321.317500', '164321.777500', '164322.237500', '164322.697500', '164323.157500', '164323.617500', '164324.077500', '164324.537500', '164324.997500', '164325.457500', '164325.917500', '164326.377500', '164326.837500', '164327.297500', '164327.757500', '164328.217500', '164328.677500', '164329.137500', '164329.597500', '164330.057500', '164330.517500', '164330.977500', '164331.437500', '164331.897500', '164332.357500', '164332.817500', '164333.277500', '164333.737500', '164334.197500', '164334.657500', '164335.117500', '164335.577500', '164336.037500', '164336.497500', '164336.957500', '164337.417500', '164337.877500', '164338.337500', '164338.797500', '164339.257500', '164339.717500', '164340.177500', '164340.637500', '164341.097500', '164341.557500', '164342.017500', '164342.477500', '164342.937500', '164343.397500', '164343.857500', '164344.317500', '164344.777500', '164345.237500', '164345.697500', '164346.157500', '164346.617500', '164347.077500', '164347.537500', '164347.997500', '164348.457500', '164348.917500', '164349.377500', '164349.837500', '164350.297500', '164350.757500', '164351.217500', '164351.677500', '164352.137500', '164352.597500', '164353.057500', '164353.517500', '164353.977500', '164354.437500', '164354.897500', '164355.357500', '164355.817500', '164356.277500', '164356.737500', '164357.197500', '164357.657500', '164358.117500', '164358.577500', '164359.037500', '164359.497500', '164359.957500', '164400.417500', '164400.877500', '164401.337500', '164401.797500', '164402.257500', '164402.717500', '164403.177500', '164403.637500', '164404.097500', '164404.557500', '164405.017500', '164405.477500', '164405.937500', '164406.397500', '164406.857500', '164407.317500', '164407.777500', '164408.237500', '164408.697500', '164409.157500', '164409.617500', '164410.077500', '164410.537500', '164410.997500', '164411.457500', '164411.917500', '164412.377500', '164412.837500', '164413.297500', '164413.757500', '164414.217500', '164414.677500', '164415.137500', '164415.597500', '164416.057500', '164416.517500', '164416.977500', '164417.437500', '164417.897500', '164418.357500', '164418.817500', '164419.277500', '164419.737500', '164420.197500', '164420.657500', '164421.117500', '164421.577500', '164422.037500', '164422.497500', '164422.957500', '164423.417500', '164423.877500', '164424.337500', '164424.797500', '164425.257500', '164425.717500', '164426.177500', '164426.637500', '164427.097500', '164427.557500', '164428.017500', '164428.477500', '164428.937500', '164429.397500', '164429.857500', '164430.317500', '164430.777500', '164431.237500', '164431.697500', '164432.157500', '164432.617500', '164433.077500', '164433.537500', '164433.997500', '164434.457500', '164434.917500', '164435.377500', '164435.837500', '164436.297500', '164436.757500', '164437.217500', '164437.677500', '164438.137500', '164438.597500', '164439.057500', '164439.517500', '164439.977500', '164440.437500', '164440.897500', '164441.357500', '164441.817500', '164442.277500', '164442.737500', '164443.197500', '164443.657500', '164444.117500', '164444.577500', '164445.037500', '164445.497500', '164445.957500', '164446.417500', '164446.877500', '164447.337500', '164447.797500', '164448.257500', '164448.717500', '164449.177500', '164449.637500', '164450.097500', '164450.557500', '164451.017500', '164451.477500', '164451.937500', '164452.397500', '164452.857500', '164453.317500', '164453.777500', '164454.237500', '164454.697500', '164455.157500', '164455.617500', '164456.077500', '164456.537500', '164456.997500', '164457.457500', '164457.917500', '164458.377500', '164458.837500', '164459.297500', '164459.757500', '164500.217500', '164500.677500', '164501.137500', '164501.597500', '164502.057500', '164502.517500', '164502.977500', '164503.437500', '164503.897500', '164504.357500', '164504.817500', '164505.277500', '164505.737500', '164506.197500', '164506.657500', '164507.117500', '164507.577500', '164508.037500', '164508.497500', '164508.957500', '164509.417500', '164509.877500', '164510.337500', '164510.797500', '164511.257500', '164511.717500', '164512.177500', '164512.637500', '164513.097500', '164513.557500', '164514.017500', '164514.477500', '164514.937500', '164515.397500', '164515.857500', '164516.317500', '164516.777500', '164517.237500', '164517.697500', '164518.157500', '164518.617500', '164519.077500', '164519.537500', '164519.997500', '164520.457500', '164520.917500', '164521.377500', '164521.837500', '164522.297500', '164522.757500', '164523.217500', '164523.677500', '164524.137500', '164524.597500', '164525.057500', '164525.517500', '164525.977500', '164526.437500', '164526.897500', '164527.357500', '164527.817500', '164528.277500', '164528.737500', '164529.197500', '164529.657500', '164530.117500', '164530.577500', '164531.037500', '164531.497500', '164531.957500', '164532.417500', '164532.877500', '164533.337500', '164533.797500', '164534.257500', '164534.717500', '164535.177500', '164535.637500', '164536.097500', '164536.557500', '164537.017500', '164537.477500', '164537.937500', '164538.397500', '164538.857500', '164539.317500', '164539.777500', '164540.237500', '164540.697500', '164541.157500', '164541.617500', '164542.077500', '164542.537500', '164542.997500', '164543.457500', '164543.917500', '164544.377500', '164544.837500', '164545.297500', '164545.757500', '164546.217500', '164546.677500', '164547.137500', '164547.597500', '164548.057500', '164548.517500', '164548.977500', '164549.437500', '164549.897500', '164550.357500', '164550.817500', '164551.277500', '164551.737500', '164552.197500', '164552.657500', '164553.117500', '164553.577500', '164554.037500', '164554.497500', '164554.957500', '164555.417500', '164555.877500', '164556.337500', '164556.797500', '164557.257500', '164557.717500', '164558.177500', '164558.637500', '164559.097500', '164559.557500', '164600.017500', '164600.477500', '164600.937500', '164601.397500', '164601.857500', '164602.317500', '164602.777500', '164603.237500', '164603.697500', '164604.157500', '164604.617500', '164605.077500', '164605.537500', '164605.997500', '164606.457500'], 'ContentTime': ['163823.452000', '163823.456000', '163823.459000', '163823.462000', '163823.465000', '163823.468000', '163823.470000', '163823.474000', '163823.477000', '163823.480000', '163823.483000', '163823.486000', '163823.489000', '163823.492000', '163823.495000', '163823.498000', '163823.501000', '163823.504000', '163823.507000', '163823.510000', '163823.525000', '163823.532000', '163823.535000', '163823.538000', '163823.541000', '163823.545000', '163823.548000', '163823.552000', '163823.555000', '163823.558000', '163823.562000', '163823.565000', '163823.568000', '163823.571000', '163823.575000', '163823.578000', '163823.581000', '163823.584000', '163823.587000', '163823.590000', '163823.593000', '163823.596000', '163823.599000', '163823.614000', '163823.617000', '163823.620000', '163823.623000', '163823.627000', '163823.630000', '163823.633000', '163823.636000', '163823.639000', '163823.642000', '163823.645000', '163823.648000', '163823.651000', '163843.419000', '163843.422000', '163843.425000', '163843.428000', '163843.431000', '163843.436000', '163843.439000', '163843.441000', '163843.444000', '163843.447000', '163843.450000', '163843.453000', '163843.456000', '163843.459000', '163843.462000', '163843.464000', '163843.467000', '163843.470000', '163843.473000', '163843.476000', '163843.479000', '163843.482000', '163843.485000', '163843.488000', '163843.490000', '163843.493000', '163843.496000', '163843.499000', '163843.502000', '163843.505000', '163843.508000', '163843.511000', '163843.514000', '163843.516000', '163843.519000', '163843.522000', '163843.526000', '163843.529000', '163843.532000', '163843.534000', '163843.537000', '163843.540000', '163843.543000', '163843.546000', '163903.419000', '163903.422000', '163903.425000', '163903.428000', '163903.431000', '163903.434000', '163903.438000', '163903.441000', '163903.443000', '163903.446000', '163903.449000', '163903.452000', '163903.455000', '163903.458000', '163903.461000', '163903.464000', '163903.467000', '163903.469000', '163903.472000', '163903.475000', '163903.478000', '163903.481000', '163903.484000', '163903.487000', '163903.489000', '163903.492000', '163903.495000', '163903.498000', '163903.501000', '163903.504000', '163903.507000', '163903.509000', '163903.512000', '163903.515000', '163903.518000', '163903.521000', '163903.524000', '163903.527000', '163903.530000', '163903.533000', '163903.545000', '163903.548000', '163903.551000', '163923.418000', '163923.421000', '163923.424000', '163923.427000', '163923.430000', '163923.433000', '163923.436000', '163923.439000', '163923.442000', '163923.444000', '163923.452000', '163923.455000', '163923.458000', '163923.461000', '163923.464000', '163923.467000', '163923.470000', '163923.472000', '163923.475000', '163923.478000', '163923.481000', '163923.484000', '163923.487000', '163923.490000', '163923.492000', '163923.495000', '163923.498000', '163923.501000', '163923.504000', '163923.507000', '163923.510000', '163923.513000', '163923.516000', '163923.519000', '163923.522000', '163923.525000', '163923.528000', '163923.530000', '163923.533000', '163923.536000', '163923.539000', '163923.542000', '163923.545000', '163943.419000', '163943.422000', '163943.425000', '163943.428000', '163943.431000', '163943.434000', '163943.437000', '163943.439000', '163943.442000', '163943.445000', '163943.448000', '163943.451000', '163943.454000', '163943.457000', '163943.460000', '163943.463000', '163943.466000', '163943.468000', '163943.471000', '163943.474000', '163943.477000', '163943.480000', '163943.483000', '163943.486000', '163943.488000', '163943.491000', '163943.494000', '163943.497000', '163943.500000', '163943.503000', '163943.506000', '163943.509000', '163943.533000', '163943.536000', '163943.539000', '163943.542000', '163943.545000', '163943.547000', '163943.550000', '163943.553000', '163943.556000', '163943.559000', '163943.562000', '163943.565000', '164003.419000', '164003.422000', '164003.425000', '164003.428000', '164003.431000', '164003.434000', '164003.437000', '164003.439000', '164003.442000', '164003.445000', '164003.448000', '164003.451000', '164003.454000', '164003.457000', '164003.460000', '164003.463000', '164003.466000', '164003.469000', '164003.472000', '164003.475000', '164003.478000', '164003.480000', '164003.483000', '164003.486000', '164003.489000', '164003.492000', '164003.495000', '164003.498000', '164003.501000', '164003.504000', '164003.506000', '164003.509000', '164003.512000', '164003.515000', '164003.518000', '164003.521000', '164003.524000', '164003.527000', '164003.530000', '164003.532000', '164003.535000', '164003.538000', '164003.541000', '164023.419000', '164023.422000', '164023.425000', '164023.428000', '164023.431000', '164023.433000', '164023.436000', '164023.439000', '164023.442000', '164023.445000', '164023.448000', '164023.451000', '164023.454000', '164023.457000', '164023.460000', '164023.462000', '164023.465000', '164023.468000', '164023.471000', '164023.474000', '164023.477000', '164023.480000', '164023.483000', '164023.485000', '164023.488000', '164023.491000', '164023.494000', '164023.497000', '164023.500000', '164023.503000', '164023.506000', '164023.509000', '164023.512000', '164023.514000', '164023.517000', '164023.520000', '164023.523000', '164023.526000', '164023.529000', '164023.532000', '164023.535000', '164023.538000', '164023.541000', '164023.544000', '164043.419000', '164043.422000', '164043.425000', '164043.428000', '164043.431000', '164043.434000', '164043.436000', '164043.439000', '164043.442000', '164043.445000', '164043.448000', '164043.451000', '164043.454000', '164043.457000', '164043.460000', '164043.463000', '164043.466000', '164043.470000', '164043.474000', '164043.477000', '164043.480000', '164043.483000', '164043.486000', '164043.489000', '164043.492000', '164043.495000', '164043.498000', '164043.501000', '164043.503000', '164043.506000', '164043.509000', '164043.512000', '164043.515000', '164043.518000', '164043.521000', '164043.523000', '164043.526000', '164043.538000', '164043.541000', '164043.549000', '164043.551000', '164043.554000', '164043.557000', '164103.419000', '164103.422000', '164103.425000', '164103.428000', '164103.431000', '164103.434000', '164103.437000', '164103.439000', '164103.442000', '164103.445000', '164103.448000', '164103.451000', '164103.454000', '164103.457000', '164103.460000', '164103.463000', '164103.466000', '164103.469000', '164103.471000', '164103.474000', '164103.477000', '164103.480000', '164103.483000', '164103.486000', '164103.489000', '164103.492000', '164103.495000', '164103.498000', '164103.501000', '164103.503000', '164103.506000', '164103.509000', '164103.512000', '164103.515000', '164103.518000', '164103.521000', '164103.524000', '164103.527000', '164103.529000', '164103.532000', '164103.535000', '164103.538000', '164103.541000', '164103.544000', '164123.419000', '164123.422000', '164123.425000', '164123.428000', '164123.431000', '164123.434000', '164123.437000', '164123.439000', '164123.442000', '164123.445000', '164123.448000', '164123.451000', '164123.454000', '164123.457000', '164123.460000', '164123.463000', '164123.466000', '164123.469000', '164123.471000', '164123.474000', '164123.477000', '164123.480000', '164123.483000', '164123.486000', '164123.489000', '164123.492000', '164123.495000', '164123.497000', '164123.500000', '164123.503000', '164123.506000', '164123.509000', '164123.512000', '164123.515000', '164123.518000', '164123.521000', '164123.524000', '164123.527000', '164123.530000', '164123.533000', '164123.536000', '164123.539000', '164123.541000', '164143.418000', '164143.421000', '164143.424000', '164143.427000', '164143.430000', '164143.433000', '164143.436000', '164143.438000', '164143.441000', '164143.444000', '164143.447000', '164143.450000', '164143.453000', '164143.456000', '164143.459000', '164143.462000', '164143.464000', '164143.467000', '164143.470000', '164143.473000', '164143.476000', '164143.479000', '164143.482000', '164143.485000', '164143.488000', '164143.491000', '164143.493000', '164143.496000', '164143.499000', '164143.502000', '164143.505000', '164143.508000', '164143.511000', '164143.514000', '164143.517000', '164143.519000', '164143.522000', '164143.525000', '164143.528000', '164143.531000', '164143.534000', '164143.537000', '164143.539000', '164143.542000', '164203.419000', '164203.422000', '164203.425000', '164203.428000', '164203.431000', '164203.434000', '164203.437000', '164203.440000', '164203.443000', '164203.445000', '164203.448000', '164203.452000', '164203.456000', '164203.458000', '164203.461000', '164203.464000', '164203.467000', '164203.470000', '164203.473000', '164203.476000', '164203.479000', '164203.482000', '164203.485000', '164203.487000', '164203.490000', '164203.493000', '164203.496000', '164203.499000', '164203.502000', '164203.505000', '164203.510000', '164203.514000', '164203.517000', '164203.520000', '164203.523000', '164203.526000', '164203.529000', '164203.532000', '164203.535000', '164203.538000', '164203.540000', '164203.543000', '164203.546000', '164223.419000', '164223.422000', '164223.425000', '164223.428000', '164223.440000', '164223.443000', '164223.446000', '164223.449000', '164223.452000', '164223.455000', '164223.458000', '164223.461000', '164223.464000', '164223.467000', '164223.470000', '164223.472000', '164223.475000', '164223.478000', '164223.481000', '164223.484000', '164223.487000', '164223.490000', '164223.493000', '164223.496000', '164223.499000', '164223.501000', '164223.504000', '164223.507000', '164223.510000', '164223.513000', '164223.516000', '164223.519000', '164223.522000', '164223.525000', '164223.527000', '164223.530000', '164223.533000', '164223.536000', '164223.539000', '164223.542000', '164223.545000', '164223.548000', '164223.551000', '164223.554000', '164243.419000', '164243.422000', '164243.425000', '164243.428000', '164243.431000', '164243.434000', '164243.437000', '164243.439000', '164243.442000', '164243.445000', '164243.448000', '164243.451000', '164243.454000', '164243.457000', '164243.460000', '164243.463000', '164243.466000', '164243.469000', '164243.471000', '164243.474000', '164243.477000', '164243.480000', '164243.483000', '164243.486000', '164243.489000', '164243.492000', '164243.495000', '164243.498000', '164243.500000', '164243.503000', '164243.506000', '164243.509000', '164243.512000', '164243.516000', '164243.521000', '164243.524000', '164243.527000', '164243.530000', '164243.533000', '164243.535000', '164243.538000', '164243.541000', '164243.544000', '164303.419000', '164303.422000', '164303.425000', '164303.428000', '164303.431000', '164303.434000', '164303.437000', '164303.440000', '164303.443000', '164303.445000', '164303.448000', '164303.451000', '164303.454000', '164303.457000', '164303.460000', '164303.463000', '164303.466000', '164303.469000', '164303.472000', '164303.474000', '164303.477000', '164303.480000', '164303.483000', '164303.486000', '164303.489000', '164303.492000', '164303.495000', '164303.498000', '164303.501000', '164303.503000', '164303.506000', '164303.509000', '164303.512000', '164303.515000', '164303.518000', '164303.521000', '164303.524000', '164303.527000', '164303.530000', '164303.532000', '164303.535000', '164303.538000', '164303.541000', '164303.544000', '164323.419000', '164323.422000', '164323.425000', '164323.428000', '164323.431000', '164323.434000', '164323.437000', '164323.439000', '164323.442000', '164323.445000', '164323.448000', '164323.451000', '164323.454000', '164323.457000', '164323.460000', '164323.463000', '164323.466000', '164323.472000', '164323.475000', '164323.478000', '164323.481000', '164323.484000', '164323.487000', '164323.490000', '164323.492000', '164323.495000', '164323.498000', '164323.501000', '164323.504000', '164323.507000', '164323.510000', '164323.513000', '164323.516000', '164323.519000', '164323.522000', '164323.524000', '164323.528000', '164323.531000', '164323.533000', '164323.536000', '164323.540000', '164323.542000', '164323.545000', '164343.419000', '164343.422000', '164343.425000', '164343.428000', '164343.431000', '164343.434000', '164343.437000', '164343.440000', '164343.443000', '164343.445000', '164343.448000', '164343.451000', '164343.454000', '164343.457000', '164343.460000', '164343.463000', '164343.466000', '164343.469000', '164343.472000', '164343.475000', '164343.477000', '164343.480000', '164343.483000', '164343.486000', '164343.489000', '164343.492000', '164343.495000', '164343.498000', '164343.501000', '164343.517000', '164343.520000', '164343.523000', '164343.525000', '164343.528000', '164343.531000', '164343.534000', '164343.537000', '164343.540000', '164343.543000', '164343.545000', '164343.548000', '164343.551000', '164343.554000', '164343.557000', '164403.418000', '164403.421000', '164403.424000', '164403.427000', '164403.430000', '164403.433000', '164403.436000', '164403.439000', '164403.442000', '164403.444000', '164403.447000', '164403.450000', '164403.453000', '164403.456000', '164403.459000', '164403.462000', '164403.465000', '164403.468000', '164403.471000', '164403.473000', '164403.476000', '164403.479000', '164403.482000', '164403.485000', '164403.488000', '164403.491000', '164403.494000', '164403.496000', '164403.499000', '164403.503000', '164403.506000', '164403.509000', '164403.512000', '164403.515000', '164403.518000', '164403.520000', '164403.523000', '164403.526000', '164403.529000', '164403.532000', '164403.535000', '164403.538000', '164403.541000', '164423.419000', '164423.422000', '164423.425000', '164423.428000', '164423.431000', '164423.434000', '164423.437000', '164423.440000', '164423.442000', '164423.445000', '164423.448000', '164423.451000', '164423.454000', '164423.457000', '164423.460000', '164423.463000', '164423.466000', '164423.469000', '164423.472000', '164423.475000', '164423.478000', '164423.480000', '164423.483000', '164423.486000', '164423.489000', '164423.492000', '164423.495000', '164423.498000', '164423.501000', '164423.503000', '164423.506000', '164423.509000', '164423.512000', '164423.515000', '164423.518000', '164423.521000', '164423.524000', '164423.526000', '164423.529000', '164423.532000', '164423.535000', '164423.538000', '164423.541000', '164423.544000', '164443.419000', '164443.422000', '164443.425000', '164443.428000', '164443.431000', '164443.434000', '164443.437000', '164443.440000', '164443.442000', '164443.445000', '164443.448000', '164443.451000', '164443.454000', '164443.457000', '164443.460000', '164443.463000', '164443.466000', '164443.468000', '164443.471000', '164443.474000', '164443.477000', '164443.480000', '164443.483000', '164443.486000', '164443.489000', '164443.492000', '164443.495000', '164443.498000', '164443.500000', '164443.503000', '164443.506000', '164443.510000', '164443.513000', '164443.516000', '164443.519000', '164443.522000', '164443.525000', '164443.528000', '164443.531000', '164443.534000', '164443.537000', '164443.540000', '164443.543000', '164503.419000', '164503.422000', '164503.425000', '164503.428000', '164503.431000', '164503.434000', '164503.437000', '164503.439000', '164503.442000', '164503.445000', '164503.448000', '164503.451000', '164503.454000', '164503.457000', '164503.460000', '164503.463000', '164503.466000', '164503.469000', '164503.472000', '164503.475000', '164503.477000', '164503.480000', '164503.483000', '164503.486000', '164503.489000', '164503.492000', '164503.495000', '164503.498000', '164503.501000', '164503.504000', '164503.507000', '164503.509000', '164503.512000', '164503.515000', '164503.518000', '164503.521000', '164503.524000', '164503.527000', '164503.530000', '164503.533000', '164503.548000', '164503.551000', '164503.554000', '164503.557000', '164523.419000', '164523.422000', '164523.425000', '164523.428000', '164523.431000', '164523.434000', '164523.437000', '164523.439000', '164523.442000', '164523.445000', '164523.448000', '164523.451000', '164523.454000', '164523.457000', '164523.460000', '164523.463000', '164523.465000', '164523.468000', '164523.471000', '164523.474000', '164523.477000', '164523.480000', '164523.483000', '164523.486000', '164523.489000', '164523.491000', '164523.494000', '164523.497000', '164523.500000', '164523.503000', '164523.506000', '164523.509000', '164523.512000', '164523.515000', '164523.518000', '164523.521000', '164523.523000', '164523.526000', '164523.529000', '164523.532000', '164523.535000', '164523.538000', '164523.541000', '164543.419000', '164543.422000', '164543.425000', '164543.428000', '164543.431000', '164543.434000', '164543.437000', '164543.440000', '164543.443000', '164543.445000', '164543.448000', '164543.451000', '164543.454000', '164543.457000', '164543.460000', '164543.463000', '164543.466000', '164543.469000', '164543.471000', '164543.474000', '164543.477000', '164543.480000', '164543.483000', '164543.486000', '164543.489000', '164543.492000', '164543.495000', '164543.498000', '164543.500000', '164543.503000', '164543.506000', '164543.509000', '164543.512000', '164543.515000', '164543.518000', '164543.521000', '164543.523000', '164543.526000', '164543.529000', '164543.532000', '164543.535000', '164543.538000', '164543.541000', '164543.544000', '164603.419000', '164603.422000', '164603.425000', '164603.428000', '164603.431000', '164603.434000', '164603.437000', '164603.440000', '164603.443000', '164603.446000', '164603.449000', '164603.451000', '164603.454000', '164603.457000', '164603.460000', '164603.463000', '164603.466000', '164603.469000', '164603.472000', '164603.475000', '164603.477000', '164603.480000', '164603.483000', '164603.486000', '164603.489000', '164603.492000', '164603.495000', '164603.498000', '164603.501000', '164603.504000', '164603.507000', '164603.509000', '164603.512000', '164603.515000', '164603.518000', '164603.521000', '164603.524000', '164603.527000', '164603.530000', '164603.533000', '164603.536000', '164603.538000', '164603.541000', '164607.361000', '164607.365000', '164607.368000', '164607.371000', '164607.373000', '164607.376000', '164607.379000', '164607.382000', '164607.385000'], 'InstanceCreationTime': ['163823.452000', '163823.456000', '163823.459000', '163823.462000', '163823.465000', '163823.468000', '163823.470000', '163823.474000', '163823.477000', '163823.480000', '163823.483000', '163823.486000', '163823.489000', '163823.492000', '163823.495000', '163823.498000', '163823.501000', '163823.504000', '163823.507000', '163823.510000', '163823.525000', '163823.532000', '163823.535000', '163823.538000', '163823.541000', '163823.545000', '163823.548000', '163823.552000', '163823.555000', '163823.558000', '163823.562000', '163823.565000', '163823.568000', '163823.571000', '163823.575000', '163823.578000', '163823.581000', '163823.584000', '163823.587000', '163823.590000', '163823.593000', '163823.596000', '163823.599000', '163823.614000', '163823.617000', '163823.620000', '163823.623000', '163823.627000', '163823.630000', '163823.633000', '163823.636000', '163823.639000', '163823.642000', '163823.645000', '163823.648000', '163823.651000', '163843.419000', '163843.422000', '163843.425000', '163843.428000', '163843.431000', '163843.436000', '163843.439000', '163843.441000', '163843.444000', '163843.447000', '163843.450000', '163843.453000', '163843.456000', '163843.459000', '163843.462000', '163843.464000', '163843.467000', '163843.470000', '163843.473000', '163843.476000', '163843.479000', '163843.482000', '163843.485000', '163843.488000', '163843.490000', '163843.493000', '163843.496000', '163843.499000', '163843.502000', '163843.505000', '163843.508000', '163843.511000', '163843.514000', '163843.516000', '163843.519000', '163843.522000', '163843.526000', '163843.529000', '163843.532000', '163843.534000', '163843.537000', '163843.540000', '163843.543000', '163843.546000', '163903.419000', '163903.422000', '163903.425000', '163903.428000', '163903.431000', '163903.434000', '163903.438000', '163903.441000', '163903.443000', '163903.446000', '163903.449000', '163903.452000', '163903.455000', '163903.458000', '163903.461000', '163903.464000', '163903.467000', '163903.469000', '163903.472000', '163903.475000', '163903.478000', '163903.481000', '163903.484000', '163903.487000', '163903.489000', '163903.492000', '163903.495000', '163903.498000', '163903.501000', '163903.504000', '163903.507000', '163903.509000', '163903.512000', '163903.515000', '163903.518000', '163903.521000', '163903.524000', '163903.527000', '163903.530000', '163903.533000', '163903.545000', '163903.548000', '163903.551000', '163923.418000', '163923.421000', '163923.424000', '163923.427000', '163923.430000', '163923.433000', '163923.436000', '163923.439000', '163923.442000', '163923.444000', '163923.452000', '163923.455000', '163923.458000', '163923.461000', '163923.464000', '163923.467000', '163923.470000', '163923.472000', '163923.475000', '163923.478000', '163923.481000', '163923.484000', '163923.487000', '163923.490000', '163923.492000', '163923.495000', '163923.498000', '163923.501000', '163923.504000', '163923.507000', '163923.510000', '163923.513000', '163923.516000', '163923.519000', '163923.522000', '163923.525000', '163923.528000', '163923.530000', '163923.533000', '163923.536000', '163923.539000', '163923.542000', '163923.545000', '163943.419000', '163943.422000', '163943.425000', '163943.428000', '163943.431000', '163943.434000', '163943.437000', '163943.439000', '163943.442000', '163943.445000', '163943.448000', '163943.451000', '163943.454000', '163943.457000', '163943.460000', '163943.463000', '163943.466000', '163943.468000', '163943.471000', '163943.474000', '163943.477000', '163943.480000', '163943.483000', '163943.486000', '163943.488000', '163943.491000', '163943.494000', '163943.497000', '163943.500000', '163943.503000', '163943.506000', '163943.509000', '163943.533000', '163943.536000', '163943.539000', '163943.542000', '163943.545000', '163943.547000', '163943.550000', '163943.553000', '163943.556000', '163943.559000', '163943.562000', '163943.565000', '164003.419000', '164003.422000', '164003.425000', '164003.428000', '164003.431000', '164003.434000', '164003.437000', '164003.439000', '164003.442000', '164003.445000', '164003.448000', '164003.451000', '164003.454000', '164003.457000', '164003.460000', '164003.463000', '164003.466000', '164003.469000', '164003.472000', '164003.475000', '164003.478000', '164003.480000', '164003.483000', '164003.486000', '164003.489000', '164003.492000', '164003.495000', '164003.498000', '164003.501000', '164003.504000', '164003.506000', '164003.509000', '164003.512000', '164003.515000', '164003.518000', '164003.521000', '164003.524000', '164003.527000', '164003.530000', '164003.532000', '164003.535000', '164003.538000', '164003.541000', '164023.419000', '164023.422000', '164023.425000', '164023.428000', '164023.431000', '164023.433000', '164023.436000', '164023.439000', '164023.442000', '164023.445000', '164023.448000', '164023.451000', '164023.454000', '164023.457000', '164023.460000', '164023.462000', '164023.465000', '164023.468000', '164023.471000', '164023.474000', '164023.477000', '164023.480000', '164023.483000', '164023.485000', '164023.488000', '164023.491000', '164023.494000', '164023.497000', '164023.500000', '164023.503000', '164023.506000', '164023.509000', '164023.512000', '164023.514000', '164023.517000', '164023.520000', '164023.523000', '164023.526000', '164023.529000', '164023.532000', '164023.535000', '164023.538000', '164023.541000', '164023.544000', '164043.419000', '164043.422000', '164043.425000', '164043.428000', '164043.431000', '164043.434000', '164043.436000', '164043.439000', '164043.442000', '164043.445000', '164043.448000', '164043.451000', '164043.454000', '164043.457000', '164043.460000', '164043.463000', '164043.466000', '164043.470000', '164043.474000', '164043.477000', '164043.480000', '164043.483000', '164043.486000', '164043.489000', '164043.492000', '164043.495000', '164043.498000', '164043.501000', '164043.503000', '164043.506000', '164043.509000', '164043.512000', '164043.515000', '164043.518000', '164043.521000', '164043.523000', '164043.526000', '164043.538000', '164043.541000', '164043.549000', '164043.551000', '164043.554000', '164043.557000', '164103.419000', '164103.422000', '164103.425000', '164103.428000', '164103.431000', '164103.434000', '164103.437000', '164103.439000', '164103.442000', '164103.445000', '164103.448000', '164103.451000', '164103.454000', '164103.457000', '164103.460000', '164103.463000', '164103.466000', '164103.469000', '164103.471000', '164103.474000', '164103.477000', '164103.480000', '164103.483000', '164103.486000', '164103.489000', '164103.492000', '164103.495000', '164103.498000', '164103.501000', '164103.503000', '164103.506000', '164103.509000', '164103.512000', '164103.515000', '164103.518000', '164103.521000', '164103.524000', '164103.527000', '164103.529000', '164103.532000', '164103.535000', '164103.538000', '164103.541000', '164103.544000', '164123.419000', '164123.422000', '164123.425000', '164123.428000', '164123.431000', '164123.434000', '164123.437000', '164123.439000', '164123.442000', '164123.445000', '164123.448000', '164123.451000', '164123.454000', '164123.457000', '164123.460000', '164123.463000', '164123.466000', '164123.469000', '164123.471000', '164123.474000', '164123.477000', '164123.480000', '164123.483000', '164123.486000', '164123.489000', '164123.492000', '164123.495000', '164123.497000', '164123.500000', '164123.503000', '164123.506000', '164123.509000', '164123.512000', '164123.515000', '164123.518000', '164123.521000', '164123.524000', '164123.527000', '164123.530000', '164123.533000', '164123.536000', '164123.539000', '164123.541000', '164143.418000', '164143.421000', '164143.424000', '164143.427000', '164143.430000', '164143.433000', '164143.436000', '164143.438000', '164143.441000', '164143.444000', '164143.447000', '164143.450000', '164143.453000', '164143.456000', '164143.459000', '164143.462000', '164143.464000', '164143.467000', '164143.470000', '164143.473000', '164143.476000', '164143.479000', '164143.482000', '164143.485000', '164143.488000', '164143.491000', '164143.493000', '164143.496000', '164143.499000', '164143.502000', '164143.505000', '164143.508000', '164143.511000', '164143.514000', '164143.517000', '164143.519000', '164143.522000', '164143.525000', '164143.528000', '164143.531000', '164143.534000', '164143.537000', '164143.539000', '164143.542000', '164203.419000', '164203.422000', '164203.425000', '164203.428000', '164203.431000', '164203.434000', '164203.437000', '164203.440000', '164203.443000', '164203.445000', '164203.448000', '164203.452000', '164203.456000', '164203.458000', '164203.461000', '164203.464000', '164203.467000', '164203.470000', '164203.473000', '164203.476000', '164203.479000', '164203.482000', '164203.485000', '164203.487000', '164203.490000', '164203.493000', '164203.496000', '164203.499000', '164203.502000', '164203.505000', '164203.510000', '164203.514000', '164203.517000', '164203.520000', '164203.523000', '164203.526000', '164203.529000', '164203.532000', '164203.535000', '164203.538000', '164203.540000', '164203.543000', '164203.546000', '164223.419000', '164223.422000', '164223.425000', '164223.428000', '164223.440000', '164223.443000', '164223.446000', '164223.449000', '164223.452000', '164223.455000', '164223.458000', '164223.461000', '164223.464000', '164223.467000', '164223.470000', '164223.472000', '164223.475000', '164223.478000', '164223.481000', '164223.484000', '164223.487000', '164223.490000', '164223.493000', '164223.496000', '164223.499000', '164223.501000', '164223.504000', '164223.507000', '164223.510000', '164223.513000', '164223.516000', '164223.519000', '164223.522000', '164223.525000', '164223.527000', '164223.530000', '164223.533000', '164223.536000', '164223.539000', '164223.542000', '164223.545000', '164223.548000', '164223.551000', '164223.554000', '164243.419000', '164243.422000', '164243.425000', '164243.428000', '164243.431000', '164243.434000', '164243.437000', '164243.439000', '164243.442000', '164243.445000', '164243.448000', '164243.451000', '164243.454000', '164243.457000', '164243.460000', '164243.463000', '164243.466000', '164243.469000', '164243.471000', '164243.474000', '164243.477000', '164243.480000', '164243.483000', '164243.486000', '164243.489000', '164243.492000', '164243.495000', '164243.498000', '164243.500000', '164243.503000', '164243.506000', '164243.509000', '164243.512000', '164243.516000', '164243.521000', '164243.524000', '164243.527000', '164243.530000', '164243.533000', '164243.535000', '164243.538000', '164243.541000', '164243.544000', '164303.419000', '164303.422000', '164303.425000', '164303.428000', '164303.431000', '164303.434000', '164303.437000', '164303.440000', '164303.443000', '164303.445000', '164303.448000', '164303.451000', '164303.454000', '164303.457000', '164303.460000', '164303.463000', '164303.466000', '164303.469000', '164303.472000', '164303.474000', '164303.477000', '164303.480000', '164303.483000', '164303.486000', '164303.489000', '164303.492000', '164303.495000', '164303.498000', '164303.501000', '164303.503000', '164303.506000', '164303.509000', '164303.512000', '164303.515000', '164303.518000', '164303.521000', '164303.524000', '164303.527000', '164303.530000', '164303.532000', '164303.535000', '164303.538000', '164303.541000', '164303.544000', '164323.419000', '164323.422000', '164323.425000', '164323.428000', '164323.431000', '164323.434000', '164323.437000', '164323.439000', '164323.442000', '164323.445000', '164323.448000', '164323.451000', '164323.454000', '164323.457000', '164323.460000', '164323.463000', '164323.466000', '164323.472000', '164323.475000', '164323.478000', '164323.481000', '164323.484000', '164323.487000', '164323.490000', '164323.492000', '164323.495000', '164323.498000', '164323.501000', '164323.504000', '164323.507000', '164323.510000', '164323.513000', '164323.516000', '164323.519000', '164323.522000', '164323.524000', '164323.528000', '164323.531000', '164323.533000', '164323.536000', '164323.540000', '164323.542000', '164323.545000', '164343.419000', '164343.422000', '164343.425000', '164343.428000', '164343.431000', '164343.434000', '164343.437000', '164343.440000', '164343.443000', '164343.445000', '164343.448000', '164343.451000', '164343.454000', '164343.457000', '164343.460000', '164343.463000', '164343.466000', '164343.469000', '164343.472000', '164343.475000', '164343.477000', '164343.480000', '164343.483000', '164343.486000', '164343.489000', '164343.492000', '164343.495000', '164343.498000', '164343.501000', '164343.517000', '164343.520000', '164343.523000', '164343.525000', '164343.528000', '164343.531000', '164343.534000', '164343.537000', '164343.540000', '164343.543000', '164343.545000', '164343.548000', '164343.551000', '164343.554000', '164343.557000', '164403.418000', '164403.421000', '164403.424000', '164403.427000', '164403.430000', '164403.433000', '164403.436000', '164403.439000', '164403.442000', '164403.444000', '164403.447000', '164403.450000', '164403.453000', '164403.456000', '164403.459000', '164403.462000', '164403.465000', '164403.468000', '164403.471000', '164403.473000', '164403.476000', '164403.479000', '164403.482000', '164403.485000', '164403.488000', '164403.491000', '164403.494000', '164403.496000', '164403.499000', '164403.503000', '164403.506000', '164403.509000', '164403.512000', '164403.515000', '164403.518000', '164403.520000', '164403.523000', '164403.526000', '164403.529000', '164403.532000', '164403.535000', '164403.538000', '164403.541000', '164423.419000', '164423.422000', '164423.425000', '164423.428000', '164423.431000', '164423.434000', '164423.437000', '164423.440000', '164423.442000', '164423.445000', '164423.448000', '164423.451000', '164423.454000', '164423.457000', '164423.460000', '164423.463000', '164423.466000', '164423.469000', '164423.472000', '164423.475000', '164423.478000', '164423.480000', '164423.483000', '164423.486000', '164423.489000', '164423.492000', '164423.495000', '164423.498000', '164423.501000', '164423.503000', '164423.506000', '164423.509000', '164423.512000', '164423.515000', '164423.518000', '164423.521000', '164423.524000', '164423.526000', '164423.529000', '164423.532000', '164423.535000', '164423.538000', '164423.541000', '164423.544000', '164443.419000', '164443.422000', '164443.425000', '164443.428000', '164443.431000', '164443.434000', '164443.437000', '164443.440000', '164443.442000', '164443.445000', '164443.448000', '164443.451000', '164443.454000', '164443.457000', '164443.460000', '164443.463000', '164443.466000', '164443.468000', '164443.471000', '164443.474000', '164443.477000', '164443.480000', '164443.483000', '164443.486000', '164443.489000', '164443.492000', '164443.495000', '164443.498000', '164443.500000', '164443.503000', '164443.506000', '164443.510000', '164443.513000', '164443.516000', '164443.519000', '164443.522000', '164443.525000', '164443.528000', '164443.531000', '164443.534000', '164443.537000', '164443.540000', '164443.543000', '164503.419000', '164503.422000', '164503.425000', '164503.428000', '164503.431000', '164503.434000', '164503.437000', '164503.439000', '164503.442000', '164503.445000', '164503.448000', '164503.451000', '164503.454000', '164503.457000', '164503.460000', '164503.463000', '164503.466000', '164503.469000', '164503.472000', '164503.475000', '164503.477000', '164503.480000', '164503.483000', '164503.486000', '164503.489000', '164503.492000', '164503.495000', '164503.498000', '164503.501000', '164503.504000', '164503.507000', '164503.509000', '164503.512000', '164503.515000', '164503.518000', '164503.521000', '164503.524000', '164503.527000', '164503.530000', '164503.533000', '164503.548000', '164503.551000', '164503.554000', '164503.557000', '164523.419000', '164523.422000', '164523.425000', '164523.428000', '164523.431000', '164523.434000', '164523.437000', '164523.439000', '164523.442000', '164523.445000', '164523.448000', '164523.451000', '164523.454000', '164523.457000', '164523.460000', '164523.463000', '164523.465000', '164523.468000', '164523.471000', '164523.474000', '164523.477000', '164523.480000', '164523.483000', '164523.486000', '164523.489000', '164523.491000', '164523.494000', '164523.497000', '164523.500000', '164523.503000', '164523.506000', '164523.509000', '164523.512000', '164523.515000', '164523.518000', '164523.521000', '164523.523000', '164523.526000', '164523.529000', '164523.532000', '164523.535000', '164523.538000', '164523.541000', '164543.419000', '164543.422000', '164543.425000', '164543.428000', '164543.431000', '164543.434000', '164543.437000', '164543.440000', '164543.443000', '164543.445000', '164543.448000', '164543.451000', '164543.454000', '164543.457000', '164543.460000', '164543.463000', '164543.466000', '164543.469000', '164543.471000', '164543.474000', '164543.477000', '164543.480000', '164543.483000', '164543.486000', '164543.489000', '164543.492000', '164543.495000', '164543.498000', '164543.500000', '164543.503000', '164543.506000', '164543.509000', '164543.512000', '164543.515000', '164543.518000', '164543.521000', '164543.523000', '164543.526000', '164543.529000', '164543.532000', '164543.535000', '164543.538000', '164543.541000', '164543.544000', '164603.419000', '164603.422000', '164603.425000', '164603.428000', '164603.431000', '164603.434000', '164603.437000', '164603.440000', '164603.443000', '164603.446000', '164603.449000', '164603.451000', '164603.454000', '164603.457000', '164603.460000', '164603.463000', '164603.466000', '164603.469000', '164603.472000', '164603.475000', '164603.477000', '164603.480000', '164603.483000', '164603.486000', '164603.489000', '164603.492000', '164603.495000', '164603.498000', '164603.501000', '164603.504000', '164603.507000', '164603.509000', '164603.512000', '164603.515000', '164603.518000', '164603.521000', '164603.524000', '164603.527000', '164603.530000', '164603.533000', '164603.536000', '164603.538000', '164603.541000', '164607.361000', '164607.365000', '164607.368000', '164607.371000', '164607.373000', '164607.376000', '164607.379000', '164607.382000', '164607.385000'], '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': [7953, 11715, 8384, 11470, 8499, 12009, 8477, 7862, 11719, 8166, 12007, 8117, 9870, 8111, 10420, 8158, 8003, 7816, 7179, 9920, 7483, 12268, 7464, 11023, 7560, 12268, 7638, 9949, 7422, 7523, 10865, 7303, 11926, 7534, 10513, 8347, 9841, 8086, 7537, 10108, 7335, 11785, 7443, 11100, 7785, 10238, 7985, 8404, 11269, 7123, 12073, 7368, 12754, 7670, 8761, 9650, 7012, 12456, 7268, 10944, 7431, 10484, 9537, 7172, 12532, 7127, 11111, 7412, 8663, 9976, 6904, 11782, 7086, 10400, 7164, 9391, 7347, 7288, 11823, 6964, 12267, 7257, 11563, 7523, 10644, 9408, 8068, 10866, 6996, 12301, 7110, 11686, 7439, 11073, 7368, 11402, 7162, 12560, 7217, 12912, 8501, 12589, 7135, 11455, 8938, 8539, 13049, 7091, 12457, 6877, 12015, 7345, 7418, 12327, 6746, 10216, 6826, 10321, 7162, 7298, 10519, 6995, 11185, 7226, 9105, 7152, 8663, 9306, 6842, 11746, 7058, 12424, 7194, 10298, 9283, 8156, 11826, 6848, 12705, 7296, 12301, 9964, 9457, 10211, 7273, 13124, 7002, 11939, 8561, 9727, 8716, 7373, 12885, 6864, 11746, 6859, 11999, 7422, 8906, 10074, 7133, 12179, 7208, 12233, 7010, 10697, 6673, 9259, 8296, 7313, 12512, 6926, 12486, 6992, 12082, 6748, 11916, 8053, 10021, 11528, 7601, 13160, 7278, 11572, 7237, 10806, 7034, 10569, 6949, 9466, 7766, 12606, 8512, 11850, 7599, 11547, 7015, 10313, 9016, 7988, 12780, 7245, 12298, 6887, 10216, 6619, 9670, 7621, 7511, 6833, 7550, 9994, 6979, 11242, 6961, 11294, 6829, 11371, 7981, 8966, 11053, 7288, 12616, 7589, 11988, 6860, 10464, 6736, 9388, 8735, 8527, 11776, 7670, 12753, 7188, 11856, 7017, 10433, 8957, 9043, 11460, 7549, 12513, 6787, 12091, 7791, 9373, 7217, 7290, 8658, 7647, 12205, 11143, 9321, 13277, 8676, 12395, 6860, 12010, 7024, 11201, 9810, 8839, 10182, 7200, 12514, 6912, 11731, 6967, 11656, 7006, 11415, 6767, 9010, 9631, 7437, 12935, 7166, 12621, 7222, 12419, 7249, 12432, 7088, 12761, 8211, 12335, 6817, 10829, 9203, 8925, 13597, 7948, 12701, 6882, 10972, 6882, 9026, 11081, 7513, 12743, 6791, 11673, 7083, 12322, 7098, 10102, 6771, 8999, 6776, 8206, 6790, 8162, 7384, 11147, 6965, 10395, 10349, 7480, 11333, 8992, 11880, 9823, 10912, 12062, 7177, 12731, 8065, 11923, 7248, 10944, 7261, 10864, 8960, 8693, 12146, 7389, 11625, 6959, 11203, 7013, 8152, 10348, 6966, 11759, 7035, 10272, 6722, 9146, 10574, 7529, 11826, 7009, 11544, 7157, 10036, 9095, 7768, 12563, 7318, 11508, 7155, 11090, 8764, 8578, 9831, 7294, 10870, 7034, 10365, 7543, 11538, 6992, 9243, 6830, 8044, 9925, 6974, 12603, 7520, 12703, 7157, 12336, 7315, 12505, 9150, 10254, 6855, 8262, 7004, 8655, 9540, 7069, 6945, 8495, 7544, 10328, 7333, 11917, 7175, 9924, 9967, 8035, 13068, 7434, 12427, 7277, 9673, 6950, 8087, 10227, 6790, 7683, 7190, 7511, 7213, 10541, 7427, 8362, 7475, 9097, 7507, 12884, 9053, 11846, 7658, 11864, 7673, 10095, 9024, 9027, 8317, 7929, 10674, 7022, 12564, 7676, 11917, 7667, 11472, 7748, 10814, 9346, 8844, 9060, 7623, 12290, 7317, 12032, 7861, 11332, 7288, 10496, 6941, 9549, 8811, 11043, 7090, 12768, 6634, 9140, 9840, 8457, 10414, 8341, 11815, 7377, 12882, 8346, 12596, 7231, 12272, 7453, 11839, 8249, 10825, 7739, 8480, 9920, 7062, 12348, 6828, 10558, 7191, 10529, 7048, 11124, 7210, 12954, 8275, 12541, 7900, 12362, 8742, 12220, 8854, 10524, 8535, 8918, 10860, 7755, 12950, 8834, 12080, 7172, 10972, 6805, 9627, 9383, 8112, 8428, 7591, 11027, 7058, 12052, 6877, 11822, 7117, 8675, 7861, 7581, 9284, 8678, 10364, 11052, 10335, 9535, 8659, 12967, 7856, 12944, 8758, 12271, 7169, 10465, 7298, 10293, 7493, 10911, 6672, 11398, 7152, 12426, 8121, 9165, 8918, 7118, 12401, 8143, 13013, 8449, 12633, 7770, 12436, 8030, 12009, 6781, 12275, 7105, 12019, 6990, 11914, 6894, 11720, 7576, 12117, 8076, 9253, 7165, 8285, 7105, 7714, 10459, 6791, 10931, 7320, 10909, 7198, 11228, 7075, 11752, 7923, 10916, 7323, 9959, 8908, 8917, 11051, 8699, 11602, 7485, 12410, 7156, 12587, 8182, 12141, 7336, 12141, 8382, 10139, 11213, 8031, 12641, 7451, 12056, 7181, 12437, 8237, 9108, 8776, 7379, 12484, 6995, 10453, 6922, 9879, 6678, 7567, 6845, 7473, 11292, 7041, 10385, 6692, 9434, 6788, 11666, 8620, 9823, 7539, 7981, 9268, 7656, 11753, 7460, 11434, 7032, 10700, 6615, 10220, 7789, 11920, 7373, 10122, 7815, 7802, 11333, 7112, 11356, 6933, 10189, 6372, 9633, 7480, 7941, 8615, 7140, 10670, 6766, 9416, 7198, 12050, 6484, 8585, 6889, 7014, 11033, 7020, 9860, 6527, 8397, 6360, 10027, 7649, 8070, 8497, 7263, 10678, 6807, 9647, 6976, 12083, 7033, 9381, 9398, 7879, 11597, 7301, 10922, 7036, 10470, 6626, 11149, 7943, 12154, 7359, 10192, 7415, 8653, 9873, 8211, 10367, 7200, 11841, 7018, 10985, 7092, 10680, 6550, 10552, 6470, 12189, 7545, 11924, 6674, 9867, 6754, 8830, 9212, 9402, 7996, 7487, 8801, 7562, 10792, 7596, 9911, 7259, 10292, 7285, 10408, 7658, 9339, 7406, 10921, 8111, 11753, 9125, 11697, 7313, 12176, 7234, 12082, 7784, 11388, 6789, 12206, 6975, 10617, 7774, 8124, 6931, 9392, 7061, 6838, 8160, 8599, 9681, 7194, 8585, 6958, 13270, 10383, 13094, 10816, 12082, 11515, 12660, 9796, 12688, 8334, 12018, 7434, 11306, 6451, 11031, 6356, 9983, 6242, 9367, 7065, 6488, 7902, 6197, 9023, 7895, 7242, 9766, 9966, 9946, 13590, 8053, 12917, 7107, 12875, 6813, 12224, 6371, 11834, 6392, 11232, 6408, 10588, 6371, 10363, 8931, 7249, 8293, 7020, 12750, 6565, 11548, 6419, 10337, 6382, 9220, 6808, 9753, 9794, 8232, 10366, 6835, 13416, 6413, 12613, 6455, 10855, 6563, 9002, 6793, 8363, 10254, 6950, 13181, 6547, 12714, 6336, 10535, 8143, 8480, 8648, 6831, 12744, 6860, 10620, 6552, 7571, 7011, 7411, 11562, 6729, 8909, 6710, 8198, 7272, 7292, 12325, 6729, 10703, 6581, 9083, 8121, 7535, 12452, 6978, 12467, 6704, 10762, 7044, 11549, 8982, 7903, 7410, 7461, 6666, 10831, 12374, 7882, 13466, 7388, 13176, 7551, 11143, 8368, 11548, 9952, 8138, 14056, 7030, 12696, 6901, 9808, 7209, 9315, 7405, 6991, 12685, 6973, 12858, 6751, 11293, 6668, 10514, 10458, 7103, 13362, 6511, 11713, 6337, 8264, 6247, 7503, 6450, 8242, 6851, 10471, 7211, 6547, 7662, 6735, 12089, 7437, 12927, 6964, 12102, 7112, 11732, 7529, 11505, 6535, 10262, 6644, 10282, 6482, 10677, 6564, 10248, 6493, 9719, 6436, 10346, 6802, 9309, 6888, 8168, 10344, 7909, 8739, 7007, 8718, 7290, 11600, 6998, 12563, 6965, 12615, 6966, 10673, 6791, 11249, 6782, 12086, 6741, 11887, 6643, 11223, 7723, 10665, 6891, 11289, 9444, 8818, 11463, 7867, 11655, 6824, 13277, 6802, 12244, 7161, 10530, 8192, 7754, 12833, 6804, 12372, 6389, 8484, 6350, 8569, 6371, 9341, 7928, 8706, 6780, 7815, 7157, 8522, 7897, 8968, 6782, 11086, 6832, 11531, 8908, 10172, 8525, 9393, 10093, 8498, 10912, 8781, 10464, 7502, 11456, 7232, 11669, 7208, 11515, 6569, 10396, 6559, 8390, 6783, 8898, 6420, 8808, 6649, 9105, 6508, 11855, 8703, 8664, 6578, 8203, 7054, 11093, 6804, 10284, 6944, 7237, 7969, 7660, 10761, 7405, 10026, 9533, 7073, 11497, 8637, 12907, 8937, 12289, 9274, 12342, 7381, 10233, 8872, 6798, 10971, 7109, 9037, 7901, 6641, 11108], 'WindowCenter': [3985.0, 4000.0, 3953.0, 3984.0, 3941.0, 3982.0, 3927.0, 3930.0, 3958.0, 3936.0, 3967.0, 3926.0, 3949.0, 3926.0, 3956.0, 3929.0, 3941.0, 3938.0, 3931.0, 3960.0, 3930.0, 3981.0, 3930.0, 3974.0, 3942.0, 3982.0, 3942.0, 3965.0, 3930.0, 3943.0, 3972.0, 3931.0, 3983.0, 3945.0, 3975.0, 3952.0, 3972.0, 3952.0, 3957.0, 3973.0, 3943.0, 3985.0, 3944.0, 3980.0, 3943.0, 3976.0, 3953.0, 3951.0, 3984.0, 3930.0, 3983.0, 3930.0, 3992.0, 3941.0, 3962.0, 3960.0, 3936.0, 3991.0, 3942.0, 3973.0, 3932.0, 3972.0, 3961.0, 3932.0, 3984.0, 3932.0, 3985.0, 3929.0, 3953.0, 3961.0, 3934.0, 3984.0, 3934.0, 3975.0, 3936.0, 3976.0, 3948.0, 3944.0, 3993.0, 3934.0, 3995.0, 3943.0, 3996.0, 3944.0, 3986.0, 3963.0, 3957.0, 3985.0, 3945.0, 3992.0, 3946.0, 3996.0, 3945.0, 3988.0, 3945.0, 3997.0, 3946.0, 4009.0, 3959.0, 4010.0, 3967.0, 3994.0, 3934.0, 3987.0, 3953.0, 3954.0, 3983.0, 3920.0, 3980.0, 3922.0, 3982.0, 3929.0, 3932.0, 3981.0, 3920.0, 3971.0, 3932.0, 3974.0, 3933.0, 3956.0, 3983.0, 3946.0, 3983.0, 3957.0, 3975.0, 3944.0, 3979.0, 3977.0, 3937.0, 3995.0, 3948.0, 3999.0, 3945.0, 3987.0, 3977.0, 3956.0, 3996.0, 3935.0, 3993.0, 3946.0, 3996.0, 3976.0, 3978.0, 3975.0, 3946.0, 3995.0, 3933.0, 3987.0, 3954.0, 3963.0, 3950.0, 3943.0, 3994.0, 3934.0, 3985.0, 3933.0, 3982.0, 3930.0, 3964.0, 3962.0, 3933.0, 3996.0, 3942.0, 3992.0, 3933.0, 3972.0, 3933.0, 3965.0, 3952.0, 3945.0, 3998.0, 3935.0, 3994.0, 3931.0, 3984.0, 3933.0, 3987.0, 3945.0, 3976.0, 3983.0, 3944.0, 3993.0, 3930.0, 3982.0, 3933.0, 3972.0, 3935.0, 3984.0, 3946.0, 3975.0, 3957.0, 4008.0, 3965.0, 3983.0, 3940.0, 3982.0, 3932.0, 3975.0, 3952.0, 3943.0, 3982.0, 3930.0, 3981.0, 3918.0, 3961.0, 3922.0, 3963.0, 3941.0, 3932.0, 3921.0, 3945.0, 3973.0, 3944.0, 3986.0, 3946.0, 3985.0, 3933.0, 3987.0, 3953.0, 3967.0, 3986.0, 3944.0, 3985.0, 3943.0, 3983.0, 3923.0, 3974.0, 3922.0, 3968.0, 3953.0, 3965.0, 3986.0, 3945.0, 3996.0, 3934.0, 3983.0, 3933.0, 3974.0, 3963.0, 3965.0, 3983.0, 3943.0, 3983.0, 3932.0, 3984.0, 3945.0, 3977.0, 3945.0, 3957.0, 3978.0, 3969.0, 4012.0, 3988.0, 3979.0, 3999.0, 3954.0, 3984.0, 3921.0, 3984.0, 3921.0, 3975.0, 3960.0, 3951.0, 3959.0, 3932.0, 3970.0, 3920.0, 3981.0, 3920.0, 3973.0, 3919.0, 3973.0, 3922.0, 3964.0, 3963.0, 3932.0, 3984.0, 3935.0, 3982.0, 3944.0, 3982.0, 3932.0, 3982.0, 3931.0, 3983.0, 3943.0, 3984.0, 3921.0, 3973.0, 3950.0, 3952.0, 3983.0, 3928.0, 3980.0, 3919.0, 3960.0, 3918.0, 3951.0, 3970.0, 3921.0, 3969.0, 3917.0, 3970.0, 3919.0, 3983.0, 3921.0, 3963.0, 3920.0, 3962.0, 3922.0, 3954.0, 3933.0, 3964.0, 3944.0, 3997.0, 3956.0, 3986.0, 3999.0, 3969.0, 4001.0, 3977.0, 3997.0, 3976.0, 3974.0, 3970.0, 3931.0, 3981.0, 3938.0, 3971.0, 3920.0, 3956.0, 3928.0, 3969.0, 3948.0, 3950.0, 3968.0, 3916.0, 3957.0, 3916.0, 3969.0, 3916.0, 3940.0, 3960.0, 3919.0, 3971.0, 3918.0, 3960.0, 3908.0, 3962.0, 3971.0, 3932.0, 3972.0, 3920.0, 3970.0, 3916.0, 3964.0, 3951.0, 3940.0, 3979.0, 3928.0, 3969.0, 3918.0, 3971.0, 3940.0, 3938.0, 3947.0, 3928.0, 3971.0, 3933.0, 3971.0, 3941.0, 3984.0, 3930.0, 3963.0, 3931.0, 3953.0, 3973.0, 3933.0, 3983.0, 3941.0, 3982.0, 3931.0, 3982.0, 3942.0, 3985.0, 3950.0, 3962.0, 3919.0, 3939.0, 3920.0, 3952.0, 3961.0, 3931.0, 3931.0, 3954.0, 3943.0, 3976.0, 3945.0, 3985.0, 3932.0, 3975.0, 3962.0, 3942.0, 3982.0, 3930.0, 3980.0, 3930.0, 3962.0, 3921.0, 3940.0, 3961.0, 3921.0, 3938.0, 3933.0, 3944.0, 3956.0, 3986.0, 3944.0, 3966.0, 3958.0, 3977.0, 3960.0, 4010.0, 3978.0, 3997.0, 3957.0, 3999.0, 3955.0, 3986.0, 3965.0, 3964.0, 3954.0, 3956.0, 3984.0, 3945.0, 3996.0, 3945.0, 3994.0, 3952.0, 3995.0, 3955.0, 3987.0, 3964.0, 3964.0, 3964.0, 3945.0, 3982.0, 3943.0, 3995.0, 3941.0, 3984.0, 3933.0, 3971.0, 3932.0, 3976.0, 3953.0, 3983.0, 3933.0, 3995.0, 3932.0, 3963.0, 3974.0, 3955.0, 3985.0, 3965.0, 3986.0, 3944.0, 3995.0, 3951.0, 3994.0, 3943.0, 3983.0, 3942.0, 3985.0, 3952.0, 3974.0, 3940.0, 3952.0, 3962.0, 3933.0, 3993.0, 3933.0, 3973.0, 3946.0, 3984.0, 3944.0, 3985.0, 3946.0, 3995.0, 3956.0, 3997.0, 3953.0, 3995.0, 3951.0, 3983.0, 3953.0, 3971.0, 3940.0, 3952.0, 3969.0, 3942.0, 3981.0, 3950.0, 3970.0, 3919.0, 3960.0, 3907.0, 3960.0, 3947.0, 3938.0, 3940.0, 3930.0, 3969.0, 3931.0, 3980.0, 3921.0, 3982.0, 3932.0, 3952.0, 3954.0, 3954.0, 3976.0, 3965.0, 3986.0, 3985.0, 3974.0, 3962.0, 3952.0, 3992.0, 3943.0, 3982.0, 3950.0, 3980.0, 3918.0, 3958.0, 3929.0, 3971.0, 3929.0, 3970.0, 3932.0, 3983.0, 3932.0, 3994.0, 3954.0, 3964.0, 3963.0, 3933.0, 3995.0, 3955.0, 3995.0, 3955.0, 3983.0, 3942.0, 3982.0, 3928.0, 3967.0, 3907.0, 3968.0, 3918.0, 3979.0, 3931.0, 3981.0, 3931.0, 3980.0, 3939.0, 3981.0, 3939.0, 3961.0, 3918.0, 3951.0, 3919.0, 3942.0, 3972.0, 3922.0, 3973.0, 3932.0, 3972.0, 3931.0, 3983.0, 3933.0, 3985.0, 3943.0, 3972.0, 3932.0, 3974.0, 3953.0, 3965.0, 3972.0, 3954.0, 3970.0, 3930.0, 3982.0, 3933.0, 3992.0, 3952.0, 3994.0, 3932.0, 3985.0, 3951.0, 3973.0, 3972.0, 3942.0, 3980.0, 3929.0, 3980.0, 3917.0, 3983.0, 3941.0, 3952.0, 3952.0, 3945.0, 3994.0, 3932.0, 3961.0, 3922.0, 3962.0, 3922.0, 3930.0, 3920.0, 3933.0, 3971.0, 3921.0, 3960.0, 3921.0, 3952.0, 3921.0, 3974.0, 3941.0, 3962.0, 3931.0, 3941.0, 3951.0, 3932.0, 3972.0, 3932.0, 3971.0, 3921.0, 3961.0, 3920.0, 3963.0, 3928.0, 3971.0, 3920.0, 3960.0, 3919.0, 3928.0, 3960.0, 3919.0, 3958.0, 3907.0, 3948.0, 3895.0, 3950.0, 3918.0, 3931.0, 3939.0, 3919.0, 3959.0, 3910.0, 3950.0, 3919.0, 3972.0, 3909.0, 3940.0, 3906.0, 3919.0, 3960.0, 3922.0, 3950.0, 3910.0, 3940.0, 3912.0, 3962.0, 3929.0, 3944.0, 3938.0, 3932.0, 3962.0, 3923.0, 3962.0, 3921.0, 3981.0, 3921.0, 3951.0, 3950.0, 3941.0, 3971.0, 3921.0, 3961.0, 3920.0, 3962.0, 3921.0, 3972.0, 3931.0, 3971.0, 3922.0, 3962.0, 3921.0, 3940.0, 3950.0, 3941.0, 3962.0, 3929.0, 3972.0, 3922.0, 3962.0, 3921.0, 3961.0, 3911.0, 3961.0, 3908.0, 3982.0, 3931.0, 3969.0, 3910.0, 3961.0, 3909.0, 3951.0, 3951.0, 3953.0, 3931.0, 3921.0, 3940.0, 3930.0, 3961.0, 3929.0, 3950.0, 3932.0, 3959.0, 3931.0, 3960.0, 3931.0, 3951.0, 3933.0, 3973.0, 3944.0, 3972.0, 3954.0, 3974.0, 3931.0, 3969.0, 3932.0, 3973.0, 3927.0, 3960.0, 3909.0, 3972.0, 3906.0, 3948.0, 3916.0, 3917.0, 3922.0, 3949.0, 3932.0, 3934.0, 3969.0, 3951.0, 3976.0, 3933.0, 3955.0, 3936.0, 3996.0, 3977.0, 3984.0, 3975.0, 3971.0, 3960.0, 3957.0, 3925.0, 3944.0, 3903.0, 3933.0, 3880.0, 3918.0, 3858.0, 3919.0, 3858.0, 3908.0, 3869.0, 3908.0, 3879.0, 3879.0, 3900.0, 3883.0, 3927.0, 3915.0, 3905.0, 3936.0, 3936.0, 3934.0, 3957.0, 3904.0, 3941.0, 3894.0, 3943.0, 3894.0, 3946.0, 3886.0, 3945.0, 3886.0, 3946.0, 3895.0, 3948.0, 3896.0, 3950.0, 3928.0, 3906.0, 3925.0, 3907.0, 3967.0, 3908.0, 3960.0, 3899.0, 3950.0, 3898.0, 3938.0, 3906.0, 3949.0, 3951.0, 3931.0, 3950.0, 3908.0, 3969.0, 3898.0, 3968.0, 3897.0, 3958.0, 3909.0, 3940.0, 3909.0, 3942.0, 3949.0, 3921.0, 3971.0, 3900.0, 3970.0, 3900.0, 3962.0, 3929.0, 3938.0, 3939.0, 3909.0, 3969.0, 3910.0, 3961.0, 3899.0, 3929.0, 3919.0, 3947.0, 3974.0, 3923.0, 3952.0, 3922.0, 3954.0, 3934.0, 3943.0, 3994.0, 3923.0, 3973.0, 3922.0, 3955.0, 3933.0, 3934.0, 3982.0, 3922.0, 3982.0, 3912.0, 3961.0, 3922.0, 3987.0, 3953.0, 3945.0, 3933.0, 3933.0, 3923.0, 4004.0, 3987.0, 3934.0, 3982.0, 3921.0, 3971.0, 3920.0, 3961.0, 3932.0, 3963.0, 3949.0, 3930.0, 3969.0, 3907.0, 3958.0, 3910.0, 3938.0, 3907.0, 3939.0, 3907.0, 3908.0, 3969.0, 3909.0, 3959.0, 3897.0, 3948.0, 3896.0, 3948.0, 3936.0, 3907.0, 3956.0, 3886.0, 3946.0, 3886.0, 3916.0, 3886.0, 3905.0, 3897.0, 3928.0, 3909.0, 3961.0, 3932.0, 3911.0, 3933.0, 3921.0, 3986.0, 3934.0, 3984.0, 3921.0, 3972.0, 3909.0, 3959.0, 3917.0, 3957.0, 3897.0, 3948.0, 3897.0, 3948.0, 3896.0, 3949.0, 3908.0, 3948.0, 3900.0, 3950.0, 3910.0, 3951.0, 3908.0, 3942.0, 3908.0, 3943.0, 3951.0, 3931.0, 3940.0, 3920.0, 3941.0, 3931.0, 3973.0, 3922.0, 3982.0, 3920.0, 3983.0, 3922.0, 3964.0, 3911.0, 3973.0, 3922.0, 3983.0, 3925.0, 3972.0, 3922.0, 3963.0, 3932.0, 3961.0, 3909.0, 3963.0, 3950.0, 3942.0, 3959.0, 3929.0, 3959.0, 3909.0, 3969.0, 3907.0, 3960.0, 3907.0, 3949.0, 3916.0, 3919.0, 3956.0, 3896.0, 3957.0, 3887.0, 3926.0, 3897.0, 3941.0, 3897.0, 3950.0, 3930.0, 3941.0, 3908.0, 3932.0, 3918.0, 3953.0, 3941.0, 3953.0, 3922.0, 3975.0, 3921.0, 3984.0, 3954.0, 3962.0, 3941.0, 3951.0, 3961.0, 3940.0, 3958.0, 3940.0, 3961.0, 3920.0, 3960.0, 3919.0, 3960.0, 3920.0, 3961.0, 3909.0, 3948.0, 3899.0, 3929.0, 3909.0, 3939.0, 3906.0, 3938.0, 3908.0, 3940.0, 3909.0, 3974.0, 3940.0, 3940.0, 3908.0, 3942.0, 3933.0, 3974.0, 3921.0, 3972.0, 3945.0, 3943.0, 3965.0, 3959.0, 3997.0, 3957.0, 3988.0, 3978.0, 3946.0, 3987.0, 3954.0, 3984.0, 3942.0, 3972.0, 3939.0, 3959.0, 3908.0, 3937.0, 3928.0, 3893.0, 3945.0, 3895.0, 3914.0, 3902.0, 3885.0, 3948.0], 'WindowWidth': [8899.0, 8906.0, 8834.0, 8871.0, 8810.0, 8863.0, 8783.0, 8791.0, 8824.0, 8796.0, 8837.0, 8779.0, 8812.0, 8779.0, 8821.0, 8787.0, 8807.0, 8803.0, 8798.0, 8832.0, 8796.0, 8862.0, 8796.0, 8859.0, 8815.0, 8868.0, 8813.0, 8844.0, 8792.0, 8815.0, 8850.0, 8798.0, 8869.0, 8824.0, 8862.0, 8828.0, 8856.0, 8829.0, 8841.0, 8858.0, 8817.0, 8873.0, 8819.0, 8863.0, 8817.0, 8863.0, 8832.0, 8827.0, 8870.0, 8796.0, 8867.0, 8796.0, 8881.0, 8813.0, 8842.0, 8837.0, 8812.0, 8878.0, 8815.0, 8858.0, 8802.0, 8856.0, 8839.0, 8802.0, 8871.0, 8801.0, 8873.0, 8794.0, 8831.0, 8839.0, 8806.0, 8871.0, 8807.0, 8861.0, 8814.0, 8868.0, 8831.0, 8824.0, 8885.0, 8810.0, 8890.0, 8819.0, 8893.0, 8822.0, 8880.0, 8845.0, 8841.0, 8876.0, 8825.0, 8883.0, 8828.0, 8894.0, 8824.0, 8883.0, 8826.0, 8897.0, 8829.0, 8916.0, 8851.0, 8919.0, 8856.0, 8888.0, 8808.0, 8881.0, 8828.0, 8831.0, 8870.0, 8781.0, 8860.0, 8785.0, 8865.0, 8791.0, 8800.0, 8863.0, 8784.0, 8850.0, 8803.0, 8860.0, 8806.0, 8842.0, 8872.0, 8828.0, 8873.0, 8843.0, 8865.0, 8824.0, 8875.0, 8870.0, 8819.0, 8892.0, 8835.0, 8901.0, 8826.0, 8884.0, 8869.0, 8840.0, 8892.0, 8811.0, 8886.0, 8825.0, 8895.0, 8866.0, 8870.0, 8862.0, 8825.0, 8889.0, 8804.0, 8880.0, 8833.0, 8844.0, 8823.0, 8820.0, 8884.0, 8807.0, 8876.0, 8804.0, 8870.0, 8797.0, 8846.0, 8841.0, 8806.0, 8891.0, 8816.0, 8883.0, 8805.0, 8855.0, 8806.0, 8850.0, 8828.0, 8825.0, 8896.0, 8810.0, 8887.0, 8802.0, 8873.0, 8805.0, 8880.0, 8821.0, 8865.0, 8869.0, 8818.0, 8882.0, 8798.0, 8870.0, 8804.0, 8853.0, 8809.0, 8875.0, 8826.0, 8863.0, 8844.0, 8912.0, 8851.0, 8871.0, 8811.0, 8867.0, 8800.0, 8861.0, 8825.0, 8815.0, 8864.0, 8795.0, 8861.0, 8778.0, 8837.0, 8787.0, 8843.0, 8813.0, 8802.0, 8787.0, 8823.0, 8858.0, 8823.0, 8879.0, 8827.0, 8876.0, 8805.0, 8882.0, 8831.0, 8854.0, 8876.0, 8820.0, 8875.0, 8816.0, 8869.0, 8790.0, 8859.0, 8789.0, 8858.0, 8829.0, 8848.0, 8876.0, 8820.0, 8888.0, 8806.0, 8868.0, 8803.0, 8860.0, 8843.0, 8850.0, 8868.0, 8816.0, 8870.0, 8802.0, 8869.0, 8819.0, 8867.0, 8826.0, 8844.0, 8873.0, 8863.0, 8925.0, 8884.0, 8874.0, 8900.0, 8831.0, 8870.0, 8784.0, 8868.0, 8782.0, 8859.0, 8833.0, 8821.0, 8829.0, 8796.0, 8843.0, 8781.0, 8861.0, 8781.0, 8853.0, 8778.0, 8854.0, 8785.0, 8844.0, 8840.0, 8800.0, 8871.0, 8806.0, 8864.0, 8818.0, 8864.0, 8800.0, 8867.0, 8800.0, 8869.0, 8816.0, 8870.0, 8784.0, 8854.0, 8819.0, 8825.0, 8867.0, 8788.0, 8858.0, 8774.0, 8832.0, 8773.0, 8821.0, 8844.0, 8780.0, 8841.0, 8773.0, 8844.0, 8778.0, 8868.0, 8782.0, 8840.0, 8781.0, 8842.0, 8789.0, 8834.0, 8804.0, 8848.0, 8822.0, 8897.0, 8843.0, 8881.0, 8903.0, 8868.0, 8909.0, 8871.0, 8900.0, 8864.0, 8860.0, 8847.0, 8797.0, 8863.0, 8803.0, 8846.0, 8779.0, 8823.0, 8789.0, 8845.0, 8815.0, 8821.0, 8840.0, 8769.0, 8824.0, 8769.0, 8842.0, 8770.0, 8809.0, 8834.0, 8777.0, 8847.0, 8777.0, 8834.0, 8763.0, 8839.0, 8850.0, 8800.0, 8849.0, 8779.0, 8845.0, 8771.0, 8843.0, 8823.0, 8810.0, 8858.0, 8790.0, 8843.0, 8777.0, 8851.0, 8806.0, 8803.0, 8812.0, 8790.0, 8850.0, 8802.0, 8853.0, 8814.0, 8872.0, 8795.0, 8843.0, 8800.0, 8832.0, 8856.0, 8804.0, 8869.0, 8810.0, 8866.0, 8799.0, 8866.0, 8816.0, 8873.0, 8821.0, 8839.0, 8777.0, 8807.0, 8778.0, 8825.0, 8835.0, 8797.0, 8799.0, 8832.0, 8818.0, 8864.0, 8821.0, 8875.0, 8800.0, 8860.0, 8838.0, 8813.0, 8865.0, 8794.0, 8858.0, 8793.0, 8838.0, 8784.0, 8810.0, 8835.0, 8785.0, 8805.0, 8805.0, 8820.0, 8841.0, 8880.0, 8825.0, 8854.0, 8847.0, 8871.0, 8854.0, 8918.0, 8872.0, 8895.0, 8842.0, 8901.0, 8837.0, 8880.0, 8849.0, 8848.0, 8834.0, 8838.0, 8873.0, 8824.0, 8892.0, 8822.0, 8887.0, 8831.0, 8889.0, 8836.0, 8883.0, 8847.0, 8849.0, 8844.0, 8823.0, 8869.0, 8818.0, 8889.0, 8814.0, 8872.0, 8803.0, 8853.0, 8802.0, 8865.0, 8829.0, 8870.0, 8803.0, 8888.0, 8802.0, 8845.0, 8860.0, 8837.0, 8875.0, 8852.0, 8878.0, 8822.0, 8890.0, 8827.0, 8885.0, 8817.0, 8869.0, 8814.0, 8874.0, 8828.0, 8860.0, 8809.0, 8829.0, 8839.0, 8804.0, 8883.0, 8806.0, 8855.0, 8826.0, 8875.0, 8821.0, 8876.0, 8827.0, 8889.0, 8839.0, 8893.0, 8831.0, 8888.0, 8826.0, 8869.0, 8827.0, 8851.0, 8807.0, 8826.0, 8844.0, 8814.0, 8863.0, 8818.0, 8845.0, 8777.0, 8833.0, 8759.0, 8833.0, 8812.0, 8801.0, 8804.0, 8794.0, 8842.0, 8796.0, 8861.0, 8785.0, 8865.0, 8801.0, 8829.0, 8834.0, 8835.0, 8867.0, 8851.0, 8880.0, 8875.0, 8861.0, 8839.0, 8829.0, 8878.0, 8815.0, 8867.0, 8820.0, 8860.0, 8776.0, 8827.0, 8792.0, 8850.0, 8793.0, 8850.0, 8801.0, 8867.0, 8801.0, 8883.0, 8833.0, 8845.0, 8845.0, 8805.0, 8889.0, 8837.0, 8889.0, 8835.0, 8869.0, 8813.0, 8865.0, 8787.0, 8836.0, 8758.0, 8840.0, 8774.0, 8858.0, 8797.0, 8862.0, 8796.0, 8859.0, 8806.0, 8864.0, 8807.0, 8838.0, 8777.0, 8823.0, 8778.0, 8814.0, 8852.0, 8787.0, 8855.0, 8801.0, 8853.0, 8802.0, 8871.0, 8807.0, 8874.0, 8815.0, 8853.0, 8800.0, 8859.0, 8828.0, 8848.0, 8852.0, 8831.0, 8847.0, 8797.0, 8865.0, 8804.0, 8882.0, 8828.0, 8885.0, 8800.0, 8873.0, 8824.0, 8856.0, 8853.0, 8811.0, 8859.0, 8792.0, 8860.0, 8775.0, 8868.0, 8810.0, 8826.0, 8828.0, 8822.0, 8886.0, 8799.0, 8835.0, 8786.0, 8836.0, 8784.0, 8792.0, 8780.0, 8803.0, 8847.0, 8782.0, 8834.0, 8782.0, 8823.0, 8782.0, 8855.0, 8808.0, 8835.0, 8794.0, 8809.0, 8820.0, 8797.0, 8851.0, 8797.0, 8847.0, 8783.0, 8833.0, 8779.0, 8838.0, 8786.0, 8847.0, 8775.0, 8830.0, 8772.0, 8787.0, 8829.0, 8774.0, 8826.0, 8755.0, 8811.0, 8737.0, 8815.0, 8769.0, 8791.0, 8800.0, 8775.0, 8827.0, 8765.0, 8816.0, 8775.0, 8849.0, 8761.0, 8804.0, 8755.0, 8775.0, 8830.0, 8783.0, 8818.0, 8766.0, 8806.0, 8771.0, 8838.0, 8789.0, 8815.0, 8802.0, 8797.0, 8837.0, 8787.0, 8838.0, 8781.0, 8862.0, 8782.0, 8821.0, 8818.0, 8808.0, 8847.0, 8781.0, 8833.0, 8780.0, 8835.0, 8782.0, 8849.0, 8793.0, 8847.0, 8781.0, 8836.0, 8778.0, 8806.0, 8818.0, 8808.0, 8835.0, 8791.0, 8848.0, 8783.0, 8836.0, 8782.0, 8833.0, 8768.0, 8833.0, 8760.0, 8861.0, 8792.0, 8841.0, 8765.0, 8833.0, 8763.0, 8821.0, 8818.0, 8823.0, 8793.0, 8782.0, 8805.0, 8793.0, 8832.0, 8789.0, 8817.0, 8797.0, 8829.0, 8796.0, 8830.0, 8795.0, 8822.0, 8802.0, 8854.0, 8816.0, 8850.0, 8829.0, 8854.0, 8794.0, 8841.0, 8798.0, 8851.0, 8784.0, 8830.0, 8760.0, 8846.0, 8751.0, 8811.0, 8766.0, 8766.0, 8785.0, 8815.0, 8799.0, 8805.0, 8862.0, 8823.0, 8862.0, 8803.0, 8834.0, 8811.0, 8889.0, 8866.0, 8869.0, 8857.0, 8844.0, 8828.0, 8817.0, 8772.0, 8794.0, 8735.0, 8774.0, 8700.0, 8747.0, 8668.0, 8750.0, 8670.0, 8735.0, 8686.0, 8736.0, 8699.0, 8702.0, 8733.0, 8716.0, 8776.0, 8759.0, 8745.0, 8789.0, 8786.0, 8784.0, 8814.0, 8741.0, 8785.0, 8727.0, 8791.0, 8730.0, 8799.0, 8719.0, 8797.0, 8723.0, 8801.0, 8735.0, 8808.0, 8737.0, 8812.0, 8778.0, 8751.0, 8774.0, 8754.0, 8831.0, 8756.0, 8826.0, 8745.0, 8813.0, 8743.0, 8797.0, 8752.0, 8814.0, 8815.0, 8790.0, 8814.0, 8759.0, 8837.0, 8745.0, 8835.0, 8742.0, 8823.0, 8757.0, 8799.0, 8759.0, 8806.0, 8812.0, 8779.0, 8842.0, 8749.0, 8840.0, 8749.0, 8834.0, 8785.0, 8796.0, 8798.0, 8761.0, 8840.0, 8764.0, 8832.0, 8746.0, 8787.0, 8774.0, 8827.0, 8855.0, 8786.0, 8824.0, 8787.0, 8832.0, 8804.0, 8818.0, 8884.0, 8790.0, 8854.0, 8787.0, 8832.0, 8798.0, 8802.0, 8862.0, 8783.0, 8862.0, 8770.0, 8833.0, 8785.0, 8877.0, 8826.0, 8817.0, 8800.0, 8801.0, 8790.0, 8915.0, 8876.0, 8801.0, 8858.0, 8778.0, 8842.0, 8775.0, 8831.0, 8793.0, 8834.0, 8811.0, 8786.0, 8836.0, 8752.0, 8819.0, 8758.0, 8794.0, 8751.0, 8797.0, 8750.0, 8757.0, 8836.0, 8758.0, 8823.0, 8738.0, 8806.0, 8735.0, 8806.0, 8786.0, 8750.0, 8813.0, 8721.0, 8801.0, 8722.0, 8763.0, 8724.0, 8747.0, 8742.0, 8784.0, 8762.0, 8832.0, 8798.0, 8768.0, 8800.0, 8783.0, 8871.0, 8802.0, 8866.0, 8780.0, 8848.0, 8761.0, 8825.0, 8764.0, 8818.0, 8740.0, 8807.0, 8741.0, 8808.0, 8738.0, 8809.0, 8757.0, 8808.0, 8748.0, 8814.0, 8763.0, 8818.0, 8758.0, 8806.0, 8757.0, 8809.0, 8816.0, 8790.0, 8801.0, 8778.0, 8806.0, 8793.0, 8850.0, 8781.0, 8860.0, 8780.0, 8864.0, 8784.0, 8840.0, 8767.0, 8851.0, 8784.0, 8865.0, 8790.0, 8850.0, 8781.0, 8838.0, 8793.0, 8831.0, 8760.0, 8836.0, 8814.0, 8805.0, 8823.0, 8786.0, 8824.0, 8758.0, 8835.0, 8755.0, 8826.0, 8753.0, 8809.0, 8761.0, 8769.0, 8814.0, 8735.0, 8816.0, 8724.0, 8777.0, 8742.0, 8804.0, 8742.0, 8816.0, 8789.0, 8807.0, 8761.0, 8797.0, 8775.0, 8825.0, 8809.0, 8827.0, 8786.0, 8858.0, 8783.0, 8871.0, 8829.0, 8836.0, 8807.0, 8820.0, 8832.0, 8804.0, 8826.0, 8804.0, 8833.0, 8778.0, 8830.0, 8775.0, 8829.0, 8775.0, 8831.0, 8761.0, 8810.0, 8748.0, 8788.0, 8762.0, 8800.0, 8757.0, 8799.0, 8761.0, 8804.0, 8764.0, 8852.0, 8805.0, 8802.0, 8761.0, 8812.0, 8801.0, 8857.0, 8786.0, 8853.0, 8823.0, 8820.0, 8855.0, 8849.0, 8896.0, 8843.0, 8887.0, 8873.0, 8825.0, 8877.0, 8828.0, 8870.0, 8808.0, 8848.0, 8798.0, 8825.0, 8756.0, 8791.0, 8778.0, 8727.0, 8801.0, 8733.0, 8754.0, 8736.0, 8719.0, 8803.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.003194595864661654</td></tr>
<tr><td colspan=3>aqi</td><td>0.030136379229323305</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.79809745794918</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.249961097968014</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0266277970272824</td></tr>
<tr><td colspan=3>efc</td><td>0.44</td></tr>
<tr><td colspan=3>fber</td><td>6775.436</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08777239864033816</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.793233082706767</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432817355350079</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.333011762558483</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6245329374262587</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3409073660654958</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141913</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018057534471154213</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020186524838209152</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.807308492797821</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>38.3648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.8741</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.891</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.4301</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.0145</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3209.898</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.1138</td></tr>
<tr><td colspan=3>tsnr</td><td>36.28124130878132</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>