<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-03/func/sub-0095_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>0b1993ead1e27682ec1f3663f4f9d60e</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>12:00:54.982500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999914, -0.00339855, -0.0126836, 0.00244319, 0.997211, -0.0745917]</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.259</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.0865993</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>[4227, -7783, -7263, 171, -93, -279, -210, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7af7efcc-ce98-4e06-9253-080676db666d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826956272125244, 0.006554902996867895, -0.034834638237953186, 109.3394546508789], [0.00911805685609579, 2.6754446029663086, -0.20129641890525818, -92.29963684082031], [-0.03402913734316826, 0.20012395083904266, 2.692260503768921, -115.79230499267578], [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': ['120054.982500', '120055.442500', '120055.902500', '120056.362500', '120056.822500', '120057.282500', '120057.742500', '120058.202500', '120058.662500', '120059.122500', '120059.582500', '120100.042500', '120100.502500', '120100.962500', '120101.422500', '120101.882500', '120102.342500', '120102.802500', '120103.262500', '120103.722500', '120104.182500', '120104.642500', '120105.102500', '120105.562500', '120106.022500', '120106.482500', '120106.942500', '120107.402500', '120107.862500', '120108.322500', '120108.782500', '120109.242500', '120109.702500', '120110.162500', '120110.622500', '120111.082500', '120111.542500', '120112.002500', '120112.462500', '120112.922500', '120113.382500', '120113.842500', '120114.302500', '120114.762500', '120115.222500', '120115.682500', '120116.142500', '120116.602500', '120117.062500', '120117.522500', '120117.982500', '120118.442500', '120118.902500', '120119.362500', '120119.822500', '120120.282500', '120120.742500', '120121.202500', '120121.662500', '120122.122500', '120122.582500', '120123.042500', '120123.502500', '120123.962500', '120124.422500', '120124.882500', '120125.342500', '120125.802500', '120126.262500', '120126.722500', '120127.182500', '120127.642500', '120128.102500', '120128.562500', '120129.022500', '120129.482500', '120129.942500', '120130.402500', '120130.862500', '120131.322500', '120131.782500', '120132.242500', '120132.702500', '120133.162500', '120133.622500', '120134.082500', '120134.542500', '120135.002500', '120135.462500', '120135.922500', '120136.382500', '120136.842500', '120137.302500', '120137.762500', '120138.222500', '120138.682500', '120139.142500', '120139.602500', '120140.062500', '120140.522500', '120140.982500', '120141.442500', '120141.902500', '120142.362500', '120142.822500', '120143.282500', '120143.742500', '120144.202500', '120144.662500', '120145.122500', '120145.582500', '120146.042500', '120146.502500', '120146.962500', '120147.422500', '120147.882500', '120148.342500', '120148.802500', '120149.262500', '120149.722500', '120150.182500', '120150.642500', '120151.102500', '120151.562500', '120152.022500', '120152.482500', '120152.942500', '120153.402500', '120153.862500', '120154.322500', '120154.782500', '120155.242500', '120155.702500', '120156.162500', '120156.622500', '120157.082500', '120157.542500', '120158.002500', '120158.462500', '120158.922500', '120159.382500', '120159.842500', '120200.302500', '120200.762500', '120201.222500', '120201.682500', '120202.142500', '120202.602500', '120203.062500', '120203.522500', '120203.982500', '120204.442500', '120204.902500', '120205.362500', '120205.822500', '120206.282500', '120206.742500', '120207.202500', '120207.662500', '120208.122500', '120208.582500', '120209.042500', '120209.502500', '120209.962500', '120210.422500', '120210.882500', '120211.342500', '120211.802500', '120212.262500', '120212.722500', '120213.182500', '120213.642500', '120214.102500', '120214.562500', '120215.022500', '120215.482500', '120215.942500', '120216.402500', '120216.862500', '120217.322500', '120217.782500', '120218.242500', '120218.702500', '120219.162500', '120219.622500', '120220.082500', '120220.542500', '120221.002500', '120221.462500', '120221.922500', '120222.382500', '120222.842500', '120223.302500', '120223.762500', '120224.222500', '120224.682500', '120225.142500', '120225.602500', '120226.062500', '120226.522500', '120226.982500', '120227.442500', '120227.902500', '120228.362500', '120228.822500', '120229.282500', '120229.742500', '120230.202500', '120230.662500', '120231.122500', '120231.582500', '120232.042500', '120232.502500', '120232.962500', '120233.422500', '120233.882500', '120234.342500', '120234.802500', '120235.262500', '120235.722500', '120236.182500', '120236.642500', '120237.102500', '120237.562500', '120238.022500', '120238.482500', '120238.942500', '120239.402500', '120239.862500', '120240.322500', '120240.782500', '120241.242500', '120241.702500', '120242.162500', '120242.622500', '120243.082500', '120243.542500', '120244.002500', '120244.462500', '120244.922500', '120245.382500', '120245.842500', '120246.302500', '120246.762500', '120247.222500', '120247.682500', '120248.142500', '120248.602500', '120249.062500', '120249.522500', '120249.982500', '120250.442500', '120250.902500', '120251.362500', '120251.822500', '120252.282500', '120252.742500', '120253.202500', '120253.662500', '120254.122500', '120254.582500', '120255.042500', '120255.502500', '120255.962500', '120256.422500', '120256.882500', '120257.342500', '120257.802500', '120258.262500', '120258.722500', '120259.182500', '120259.642500', '120300.102500', '120300.562500', '120301.022500', '120301.482500', '120301.942500', '120302.402500', '120302.862500', '120303.322500', '120303.782500', '120304.242500', '120304.702500', '120305.162500', '120305.622500', '120306.082500', '120306.542500', '120307.002500', '120307.462500', '120307.922500', '120308.382500', '120308.842500', '120309.302500', '120309.762500', '120310.222500', '120310.682500', '120311.142500', '120311.602500', '120312.062500', '120312.522500', '120312.982500', '120313.442500', '120313.902500', '120314.362500', '120314.822500', '120315.282500', '120315.742500', '120316.202500', '120316.662500', '120317.122500', '120317.582500', '120318.042500', '120318.502500', '120318.962500', '120319.422500', '120319.882500', '120320.342500', '120320.802500', '120321.262500', '120321.722500', '120322.182500', '120322.642500', '120323.102500', '120323.562500', '120324.022500', '120324.482500', '120324.942500', '120325.402500', '120325.862500', '120326.322500', '120326.782500', '120327.242500', '120327.702500', '120328.162500', '120328.622500', '120329.082500', '120329.542500', '120330.002500', '120330.462500', '120330.922500', '120331.382500', '120331.842500', '120332.302500', '120332.762500', '120333.222500', '120333.682500', '120334.142500', '120334.602500', '120335.062500', '120335.522500', '120335.982500', '120336.442500', '120336.902500', '120337.362500', '120337.822500', '120338.282500', '120338.742500', '120339.202500', '120339.662500', '120340.122500', '120340.582500', '120341.042500', '120341.502500', '120341.962500', '120342.422500', '120342.882500', '120343.342500', '120343.802500', '120344.262500', '120344.722500', '120345.182500', '120345.642500', '120346.102500', '120346.562500', '120347.022500', '120347.482500', '120347.942500', '120348.402500', '120348.862500', '120349.322500', '120349.782500', '120350.242500', '120350.702500', '120351.162500', '120351.622500', '120352.082500', '120352.542500', '120353.002500', '120353.462500', '120353.922500', '120354.382500', '120354.842500', '120355.302500', '120355.762500', '120356.222500', '120356.682500', '120357.142500', '120357.602500', '120358.062500', '120358.522500', '120358.982500', '120359.442500', '120359.902500', '120400.362500', '120400.822500', '120401.282500', '120401.742500', '120402.202500', '120402.662500', '120403.122500', '120403.582500', '120404.042500', '120404.502500', '120404.962500', '120405.422500', '120405.882500', '120406.342500', '120406.802500', '120407.262500', '120407.722500', '120408.182500', '120408.642500', '120409.102500', '120409.562500', '120410.022500', '120410.482500', '120410.942500', '120411.402500', '120411.862500', '120412.322500', '120412.782500', '120413.242500', '120413.702500', '120414.162500', '120414.622500', '120415.082500', '120415.542500', '120416.002500', '120416.462500', '120416.922500', '120417.382500', '120417.842500', '120418.302500', '120418.762500', '120419.222500', '120419.682500', '120420.142500', '120420.602500', '120421.062500', '120421.522500', '120421.982500', '120422.442500', '120422.902500', '120423.362500', '120423.822500', '120424.282500', '120424.742500', '120425.202500', '120425.662500', '120426.122500', '120426.582500', '120427.042500', '120427.502500', '120427.962500', '120428.422500', '120428.882500', '120429.342500', '120429.802500', '120430.262500', '120430.722500', '120431.182500', '120431.642500', '120432.102500', '120432.562500', '120433.022500', '120433.482500', '120433.942500', '120434.402500', '120434.862500', '120435.322500', '120435.782500', '120436.242500', '120436.702500', '120437.162500', '120437.622500', '120438.082500', '120438.542500', '120439.002500', '120439.462500', '120439.922500', '120440.382500', '120440.842500', '120441.302500', '120441.762500', '120442.222500', '120442.682500', '120443.142500', '120443.602500', '120444.062500', '120444.522500', '120444.982500', '120445.442500', '120445.902500', '120446.362500', '120446.822500', '120447.282500', '120447.742500', '120448.202500', '120448.662500', '120449.122500', '120449.582500', '120450.042500', '120450.502500', '120450.962500', '120451.422500', '120451.882500', '120452.342500', '120452.802500', '120453.262500', '120453.722500', '120454.182500', '120454.642500', '120455.102500', '120455.562500', '120456.022500', '120456.482500', '120456.942500', '120457.402500', '120457.862500', '120458.322500', '120458.782500', '120459.242500', '120459.702500', '120500.162500', '120500.622500', '120501.082500', '120501.542500', '120502.002500', '120502.462500', '120502.922500', '120503.382500', '120503.842500', '120504.302500', '120504.762500', '120505.222500', '120505.682500', '120506.142500', '120506.602500', '120507.062500', '120507.522500', '120507.982500', '120508.442500', '120508.902500', '120509.362500', '120509.822500', '120510.282500', '120510.742500', '120511.202500', '120511.662500', '120512.122500', '120512.582500', '120513.042500', '120513.502500', '120513.962500', '120514.422500', '120514.882500', '120515.342500', '120515.802500', '120516.262500', '120516.722500', '120517.182500', '120517.642500', '120518.102500', '120518.562500', '120519.022500', '120519.482500', '120519.942500', '120520.402500', '120520.862500', '120521.322500', '120521.782500', '120522.242500', '120522.702500', '120523.162500', '120523.622500', '120524.082500', '120524.542500', '120525.002500', '120525.462500', '120525.922500', '120526.382500', '120526.842500', '120527.302500', '120527.762500', '120528.222500', '120528.682500', '120529.142500', '120529.602500', '120530.062500', '120530.522500', '120530.982500', '120531.442500', '120531.902500', '120532.362500', '120532.822500', '120533.282500', '120533.742500', '120534.202500', '120534.662500', '120535.122500', '120535.582500', '120536.042500', '120536.502500', '120536.962500', '120537.422500', '120537.882500', '120538.342500', '120538.802500', '120539.262500', '120539.722500', '120540.182500', '120540.642500', '120541.102500', '120541.562500', '120542.022500', '120542.482500', '120542.942500', '120543.402500', '120543.862500', '120544.322500', '120544.782500', '120545.242500', '120545.702500', '120546.162500', '120546.622500', '120547.082500', '120547.542500', '120548.002500', '120548.462500', '120548.922500', '120549.382500', '120549.842500', '120550.302500', '120550.762500', '120551.222500', '120551.682500', '120552.142500', '120552.602500', '120553.062500', '120553.522500', '120553.982500', '120554.442500', '120554.902500', '120555.362500', '120555.822500', '120556.282500', '120556.742500', '120557.202500', '120557.662500', '120558.122500', '120558.582500', '120559.042500', '120559.502500', '120559.962500', '120600.422500', '120600.882500', '120601.342500', '120601.802500', '120602.262500', '120602.722500', '120603.182500', '120603.642500', '120604.102500', '120604.562500', '120605.022500', '120605.482500', '120605.942500', '120606.402500', '120606.862500', '120607.322500', '120607.782500', '120608.242500', '120608.702500', '120609.162500', '120609.622500', '120610.082500', '120610.542500', '120611.002500', '120611.462500', '120611.922500', '120612.382500', '120612.842500', '120613.302500', '120613.762500', '120614.222500', '120614.682500', '120615.142500', '120615.602500', '120616.062500', '120616.522500', '120616.982500', '120617.442500', '120617.902500', '120618.362500', '120618.822500', '120619.282500', '120619.742500', '120620.202500', '120620.662500', '120621.122500', '120621.582500', '120622.042500', '120622.502500', '120622.962500', '120623.422500', '120623.882500', '120624.342500', '120624.802500', '120625.262500', '120625.722500', '120626.182500', '120626.642500', '120627.102500', '120627.562500', '120628.022500', '120628.482500', '120628.942500', '120629.402500', '120629.862500', '120630.322500', '120630.782500', '120631.242500', '120631.702500', '120632.162500', '120632.622500', '120633.082500', '120633.542500', '120634.002500', '120634.462500', '120634.922500', '120635.382500', '120635.842500', '120636.302500', '120636.762500', '120637.222500', '120637.682500', '120638.142500', '120638.602500', '120639.062500', '120639.522500', '120639.982500', '120640.442500', '120640.902500', '120641.362500', '120641.822500', '120642.282500', '120642.742500', '120643.202500', '120643.662500', '120644.122500', '120644.582500', '120645.042500', '120645.502500', '120645.962500', '120646.422500', '120646.882500', '120647.342500', '120647.802500', '120648.262500', '120648.722500', '120649.182500', '120649.642500', '120650.102500', '120650.562500', '120651.022500', '120651.482500', '120651.942500', '120652.402500', '120652.862500', '120653.322500', '120653.782500', '120654.242500', '120654.702500', '120655.162500', '120655.622500', '120656.082500', '120656.542500', '120657.002500', '120657.462500', '120657.922500', '120658.382500', '120658.842500', '120659.302500', '120659.762500', '120700.222500', '120700.682500', '120701.142500', '120701.602500', '120702.062500', '120702.522500', '120702.982500', '120703.442500', '120703.902500', '120704.362500', '120704.822500', '120705.282500', '120705.742500', '120706.202500', '120706.662500', '120707.122500', '120707.582500', '120708.042500', '120708.502500', '120708.962500', '120709.422500', '120709.882500', '120710.342500', '120710.802500', '120711.262500', '120711.722500', '120712.182500', '120712.642500', '120713.102500', '120713.562500', '120714.022500', '120714.482500', '120714.942500', '120715.402500', '120715.862500', '120716.322500', '120716.782500', '120717.242500', '120717.702500', '120718.162500', '120718.622500', '120719.082500', '120719.542500', '120720.002500', '120720.462500', '120720.922500', '120721.382500', '120721.842500', '120722.302500', '120722.762500', '120723.222500', '120723.682500', '120724.142500', '120724.602500', '120725.062500', '120725.522500', '120725.982500', '120726.442500', '120726.902500', '120727.362500', '120727.822500', '120728.282500', '120728.742500', '120729.202500', '120729.662500', '120730.122500', '120730.582500', '120731.042500', '120731.502500', '120731.962500', '120732.422500', '120732.882500', '120733.342500', '120733.802500', '120734.262500', '120734.722500', '120735.182500', '120735.642500', '120736.102500', '120736.562500', '120737.022500', '120737.482500', '120737.942500', '120738.402500', '120738.862500', '120739.322500', '120739.782500', '120740.242500', '120740.702500', '120741.162500', '120741.622500', '120742.082500', '120742.542500', '120743.002500', '120743.462500', '120743.922500', '120744.382500', '120744.842500', '120745.302500', '120745.762500', '120746.222500', '120746.682500', '120747.142500', '120747.602500', '120748.062500', '120748.522500', '120748.982500', '120749.442500', '120749.902500', '120750.362500', '120750.822500', '120751.282500', '120751.742500', '120752.202500', '120752.662500', '120753.122500', '120753.582500', '120754.042500', '120754.502500', '120754.962500', '120755.422500', '120755.882500', '120756.342500', '120756.802500', '120757.262500', '120757.722500', '120758.182500', '120758.642500', '120759.102500', '120759.562500', '120800.022500', '120800.482500', '120800.942500', '120801.402500', '120801.862500', '120802.322500', '120802.782500', '120803.242500', '120803.702500', '120804.162500', '120804.622500', '120805.082500', '120805.542500', '120806.002500', '120806.462500', '120806.922500', '120807.382500', '120807.842500', '120808.302500', '120808.762500', '120809.222500', '120809.682500', '120810.142500', '120810.602500', '120811.062500', '120811.522500', '120811.982500', '120812.442500', '120812.902500', '120813.362500', '120813.822500', '120814.282500', '120814.742500', '120815.202500', '120815.662500', '120816.122500', '120816.582500', '120817.042500', '120817.502500', '120817.962500', '120818.422500', '120818.882500', '120819.342500', '120819.802500', '120820.262500', '120820.722500', '120821.182500', '120821.642500', '120822.102500', '120822.562500', '120823.022500', '120823.482500', '120823.942500', '120824.402500', '120824.862500', '120825.322500', '120825.782500', '120826.242500', '120826.702500', '120827.162500', '120827.622500', '120828.082500', '120828.542500', '120829.002500', '120829.462500', '120829.922500', '120830.382500', '120830.842500', '120831.302500', '120831.762500', '120832.222500', '120832.682500', '120833.142500', '120833.602500', '120834.062500', '120834.522500', '120834.982500', '120835.442500', '120835.902500', '120836.362500', '120836.822500', '120837.282500', '120837.742500', '120838.202500', '120838.662500', '120839.122500', '120839.582500', '120840.042500', '120840.502500', '120840.962500', '120841.422500', '120841.882500', '120842.342500', '120842.802500', '120843.262500', '120843.722500', '120844.182500', '120844.642500', '120845.102500', '120845.562500', '120846.022500', '120846.482500', '120846.942500', '120847.402500', '120847.862500', '120848.322500', '120848.782500', '120849.242500', '120849.702500', '120850.162500', '120850.622500', '120851.082500', '120851.542500', '120852.002500', '120852.462500', '120852.922500', '120853.382500', '120853.842500', '120854.302500', '120854.762500', '120855.222500', '120855.682500', '120856.142500', '120856.602500', '120857.062500', '120857.522500', '120857.982500', '120858.442500', '120858.902500', '120859.362500', '120859.822500', '120900.282500', '120900.742500', '120901.202500', '120901.662500', '120902.122500', '120902.582500', '120903.042500', '120903.502500', '120903.962500', '120904.422500'], 'ContentTime': ['120118.329000', '120118.334000', '120118.336000', '120118.339000', '120118.341000', '120118.344000', '120118.347000', '120118.349000', '120118.352000', '120118.355000', '120118.357000', '120118.360000', '120118.362000', '120118.365000', '120118.368000', '120118.370000', '120118.373000', '120118.375000', '120118.378000', '120118.387000', '120118.389000', '120118.392000', '120118.394000', '120118.397000', '120118.400000', '120118.402000', '120118.405000', '120118.408000', '120118.410000', '120118.413000', '120118.415000', '120118.423000', '120118.426000', '120118.429000', '120118.431000', '120118.434000', '120118.436000', '120118.439000', '120118.441000', '120118.444000', '120118.447000', '120118.498000', '120118.501000', '120118.503000', '120118.506000', '120118.509000', '120118.511000', '120118.514000', '120118.517000', '120138.295000', '120138.297000', '120138.300000', '120138.303000', '120138.305000', '120138.308000', '120138.311000', '120138.314000', '120138.316000', '120138.319000', '120138.321000', '120138.324000', '120138.327000', '120138.329000', '120138.332000', '120138.335000', '120138.337000', '120138.340000', '120138.349000', '120138.352000', '120138.354000', '120138.357000', '120138.360000', '120138.362000', '120138.365000', '120138.367000', '120138.370000', '120138.372000', '120138.375000', '120138.378000', '120138.380000', '120138.383000', '120138.386000', '120138.388000', '120138.392000', '120138.395000', '120138.398000', '120138.401000', '120138.403000', '120138.406000', '120138.408000', '120138.411000', '120138.414000', '120158.294000', '120158.297000', '120158.300000', '120158.302000', '120158.305000', '120158.308000', '120158.311000', '120158.313000', '120158.316000', '120158.318000', '120158.321000', '120158.324000', '120158.326000', '120158.329000', '120158.331000', '120158.334000', '120158.337000', '120158.340000', '120158.342000', '120158.345000', '120158.348000', '120158.350000', '120158.353000', '120158.355000', '120158.358000', '120158.361000', '120158.370000', '120158.372000', '120158.375000', '120158.378000', '120158.380000', '120158.383000', '120158.385000', '120158.388000', '120158.391000', '120158.393000', '120158.396000', '120158.398000', '120158.401000', '120158.404000', '120158.406000', '120158.409000', '120158.411000', '120158.414000', '120218.294000', '120218.297000', '120218.300000', '120218.303000', '120218.306000', '120218.308000', '120218.311000', '120218.314000', '120218.317000', '120218.319000', '120218.322000', '120218.325000', '120218.327000', '120218.330000', '120218.332000', '120218.335000', '120218.338000', '120218.340000', '120218.343000', '120218.346000', '120218.348000', '120218.351000', '120218.353000', '120218.368000', '120218.371000', '120218.373000', '120218.376000', '120218.379000', '120218.381000', '120218.384000', '120218.386000', '120218.389000', '120218.392000', '120218.394000', '120218.397000', '120218.400000', '120218.402000', '120218.405000', '120218.408000', '120218.410000', '120218.413000', '120218.415000', '120218.418000', '120238.294000', '120238.297000', '120238.300000', '120238.302000', '120238.305000', '120238.307000', '120238.310000', '120238.313000', '120238.316000', '120238.318000', '120238.321000', '120238.324000', '120238.326000', '120238.329000', '120238.331000', '120238.334000', '120238.337000', '120238.340000', '120238.342000', '120238.345000', '120238.348000', '120238.350000', '120238.353000', '120238.355000', '120238.358000', '120238.361000', '120238.363000', '120238.366000', '120238.369000', '120238.371000', '120238.374000', '120238.376000', '120238.379000', '120238.382000', '120238.384000', '120238.387000', '120238.389000', '120238.392000', '120238.395000', '120238.397000', '120238.400000', '120238.403000', '120238.405000', '120258.294000', '120258.297000', '120258.300000', '120258.302000', '120258.305000', '120258.307000', '120258.310000', '120258.313000', '120258.315000', '120258.318000', '120258.321000', '120258.323000', '120258.326000', '120258.328000', '120258.331000', '120258.334000', '120258.336000', '120258.345000', '120258.348000', '120258.351000', '120258.353000', '120258.356000', '120258.359000', '120258.361000', '120258.364000', '120258.366000', '120258.369000', '120258.372000', '120258.374000', '120258.377000', '120258.380000', '120258.382000', '120258.385000', '120258.388000', '120258.390000', '120258.393000', '120258.396000', '120258.398000', '120258.401000', '120258.404000', '120258.406000', '120258.409000', '120258.411000', '120258.414000', '120318.295000', '120318.297000', '120318.313000', '120318.316000', '120318.319000', '120318.322000', '120318.325000', '120318.327000', '120318.330000', '120318.333000', '120318.335000', '120318.338000', '120318.340000', '120318.343000', '120318.346000', '120318.348000', '120318.351000', '120318.353000', '120318.356000', '120318.359000', '120318.361000', '120318.364000', '120318.367000', '120318.369000', '120318.372000', '120318.375000', '120318.379000', '120318.381000', '120318.384000', '120318.387000', '120318.389000', '120318.392000', '120318.395000', '120318.397000', '120318.400000', '120318.403000', '120318.405000', '120318.408000', '120318.410000', '120318.413000', '120318.416000', '120318.418000', '120318.421000', '120338.294000', '120338.297000', '120338.300000', '120338.303000', '120338.305000', '120338.308000', '120338.311000', '120338.313000', '120338.316000', '120338.319000', '120338.321000', '120338.324000', '120338.326000', '120338.329000', '120338.332000', '120338.334000', '120338.337000', '120338.340000', '120338.342000', '120338.345000', '120338.347000', '120338.350000', '120338.353000', '120338.355000', '120338.358000', '120338.361000', '120338.363000', '120338.366000', '120338.368000', '120338.371000', '120338.374000', '120338.376000', '120338.379000', '120338.382000', '120338.385000', '120338.387000', '120338.390000', '120338.392000', '120338.395000', '120338.398000', '120338.400000', '120338.403000', '120338.405000', '120338.408000', '120358.294000', '120358.301000', '120358.304000', '120358.307000', '120358.309000', '120358.312000', '120358.315000', '120358.317000', '120358.320000', '120358.323000', '120358.325000', '120358.328000', '120358.330000', '120358.333000', '120358.336000', '120358.338000', '120358.341000', '120358.344000', '120358.346000', '120358.349000', '120358.352000', '120358.354000', '120358.357000', '120358.359000', '120358.362000', '120358.364000', '120358.367000', '120358.370000', '120358.372000', '120358.375000', '120358.378000', '120358.380000', '120358.383000', '120358.386000', '120358.388000', '120358.391000', '120358.393000', '120358.396000', '120358.399000', '120358.401000', '120358.404000', '120358.407000', '120358.409000', '120358.412000', '120418.295000', '120418.298000', '120418.300000', '120418.303000', '120418.305000', '120418.316000', '120418.319000', '120418.321000', '120418.324000', '120418.326000', '120418.329000', '120418.332000', '120418.334000', '120418.337000', '120418.340000', '120418.343000', '120418.345000', '120418.348000', '120418.350000', '120418.353000', '120418.356000', '120418.358000', '120418.361000', '120418.364000', '120418.366000', '120418.369000', '120418.372000', '120418.374000', '120418.377000', '120418.380000', '120418.382000', '120418.385000', '120418.388000', '120418.390000', '120418.393000', '120418.395000', '120418.398000', '120418.401000', '120418.403000', '120418.406000', '120418.409000', '120418.411000', '120418.414000', '120438.295000', '120438.297000', '120438.300000', '120438.303000', '120438.305000', '120438.308000', '120438.311000', '120438.313000', '120438.316000', '120438.318000', '120438.321000', '120438.323000', '120438.326000', '120438.329000', '120438.331000', '120438.334000', '120438.336000', '120438.339000', '120438.342000', '120438.344000', '120438.347000', '120438.349000', '120438.352000', '120438.354000', '120438.357000', '120438.360000', '120438.363000', '120438.375000', '120438.378000', '120438.380000', '120438.383000', '120438.386000', '120438.388000', '120438.391000', '120438.393000', '120438.396000', '120438.399000', '120438.401000', '120438.404000', '120438.406000', '120438.409000', '120438.411000', '120438.414000', '120458.294000', '120458.297000', '120458.300000', '120458.303000', '120458.305000', '120458.308000', '120458.310000', '120458.313000', '120458.316000', '120458.318000', '120458.321000', '120458.323000', '120458.326000', '120458.329000', '120458.331000', '120458.334000', '120458.336000', '120458.339000', '120458.341000', '120458.344000', '120458.347000', '120458.349000', '120458.352000', '120458.354000', '120458.357000', '120458.360000', '120458.362000', '120458.365000', '120458.368000', '120458.377000', '120458.380000', '120458.382000', '120458.385000', '120458.388000', '120458.390000', '120458.393000', '120458.395000', '120458.398000', '120458.400000', '120458.403000', '120458.406000', '120458.408000', '120458.411000', '120458.414000', '120518.293000', '120518.296000', '120518.299000', '120518.301000', '120518.304000', '120518.307000', '120518.309000', '120518.312000', '120518.316000', '120518.319000', '120518.321000', '120518.324000', '120518.327000', '120518.329000', '120518.332000', '120518.334000', '120518.337000', '120518.339000', '120518.342000', '120518.344000', '120518.347000', '120518.350000', '120518.352000', '120518.355000', '120518.357000', '120518.360000', '120518.363000', '120518.365000', '120518.368000', '120518.370000', '120518.373000', '120518.376000', '120518.378000', '120518.381000', '120518.383000', '120518.386000', '120518.389000', '120518.391000', '120518.394000', '120518.396000', '120518.399000', '120518.402000', '120518.404000', '120538.295000', '120538.297000', '120538.300000', '120538.303000', '120538.305000', '120538.308000', '120538.310000', '120538.313000', '120538.316000', '120538.318000', '120538.321000', '120538.323000', '120538.326000', '120538.329000', '120538.331000', '120538.334000', '120538.336000', '120538.339000', '120538.341000', '120538.344000', '120538.347000', '120538.349000', '120538.352000', '120538.354000', '120538.357000', '120538.359000', '120538.362000', '120538.365000', '120538.367000', '120538.370000', '120538.372000', '120538.375000', '120538.378000', '120538.380000', '120538.383000', '120538.386000', '120538.388000', '120538.391000', '120538.393000', '120538.396000', '120538.398000', '120538.401000', '120538.404000', '120538.406000', '120558.294000', '120558.297000', '120558.300000', '120558.302000', '120558.305000', '120558.308000', '120558.310000', '120558.313000', '120558.315000', '120558.318000', '120558.321000', '120558.323000', '120558.326000', '120558.328000', '120558.331000', '120558.334000', '120558.336000', '120558.339000', '120558.341000', '120558.344000', '120558.347000', '120558.350000', '120558.353000', '120558.356000', '120558.358000', '120558.361000', '120558.364000', '120558.366000', '120558.369000', '120558.371000', '120558.374000', '120558.377000', '120558.379000', '120558.382000', '120558.385000', '120558.387000', '120558.390000', '120558.392000', '120558.395000', '120558.398000', '120558.402000', '120558.404000', '120558.407000', '120618.294000', '120618.297000', '120618.300000', '120618.303000', '120618.305000', '120618.308000', '120618.310000', '120618.313000', '120618.316000', '120618.318000', '120618.321000', '120618.323000', '120618.326000', '120618.329000', '120618.331000', '120618.334000', '120618.337000', '120618.339000', '120618.342000', '120618.344000', '120618.347000', '120618.350000', '120618.352000', '120618.355000', '120618.357000', '120618.360000', '120618.365000', '120618.367000', '120618.370000', '120618.373000', '120618.375000', '120618.378000', '120618.380000', '120618.383000', '120618.385000', '120618.388000', '120618.391000', '120618.393000', '120618.396000', '120618.399000', '120618.401000', '120618.404000', '120618.406000', '120618.409000', '120638.295000', '120638.297000', '120638.300000', '120638.303000', '120638.305000', '120638.308000', '120638.310000', '120638.313000', '120638.316000', '120638.318000', '120638.321000', '120638.323000', '120638.326000', '120638.328000', '120638.331000', '120638.334000', '120638.336000', '120638.339000', '120638.341000', '120638.344000', '120638.346000', '120638.349000', '120638.352000', '120638.354000', '120638.357000', '120638.359000', '120638.362000', '120638.365000', '120638.367000', '120638.370000', '120638.372000', '120638.376000', '120638.379000', '120638.382000', '120638.384000', '120638.387000', '120638.389000', '120638.392000', '120638.395000', '120638.397000', '120638.400000', '120638.402000', '120638.405000', '120658.294000', '120658.297000', '120658.300000', '120658.303000', '120658.305000', '120658.308000', '120658.310000', '120658.313000', '120658.316000', '120658.318000', '120658.321000', '120658.323000', '120658.326000', '120658.328000', '120658.331000', '120658.334000', '120658.336000', '120658.339000', '120658.341000', '120658.344000', '120658.346000', '120658.349000', '120658.351000', '120658.354000', '120658.357000', '120658.359000', '120658.362000', '120658.364000', '120658.368000', '120658.370000', '120658.373000', '120658.375000', '120658.378000', '120658.381000', '120658.383000', '120658.386000', '120658.389000', '120658.391000', '120658.394000', '120658.396000', '120658.399000', '120658.402000', '120658.404000', '120658.407000', '120718.295000', '120718.297000', '120718.300000', '120718.302000', '120718.305000', '120718.308000', '120718.310000', '120718.313000', '120718.316000', '120718.318000', '120718.321000', '120718.324000', '120718.326000', '120718.329000', '120718.332000', '120718.334000', '120718.337000', '120718.340000', '120718.342000', '120718.345000', '120718.348000', '120718.350000', '120718.353000', '120718.355000', '120718.358000', '120718.361000', '120718.363000', '120718.366000', '120718.368000', '120718.372000', '120718.375000', '120718.377000', '120718.380000', '120718.383000', '120718.385000', '120718.388000', '120718.390000', '120718.393000', '120718.396000', '120718.398000', '120718.401000', '120718.403000', '120718.406000', '120738.294000', '120738.297000', '120738.299000', '120738.302000', '120738.304000', '120738.307000', '120738.349000', '120738.351000', '120738.354000', '120738.356000', '120738.359000', '120738.361000', '120738.364000', '120738.366000', '120738.369000', '120738.372000', '120738.374000', '120738.377000', '120738.379000', '120738.382000', '120738.384000', '120738.387000', '120738.390000', '120738.392000', '120738.395000', '120738.398000', '120738.400000', '120738.403000', '120738.405000', '120738.408000', '120738.411000', '120738.413000', '120738.416000', '120738.418000', '120738.421000', '120738.424000', '120738.426000', '120738.429000', '120738.432000', '120738.434000', '120738.437000', '120738.439000', '120738.442000', '120738.445000', '120758.294000', '120758.297000', '120758.300000', '120758.302000', '120758.305000', '120758.308000', '120758.310000', '120758.313000', '120758.315000', '120758.318000', '120758.321000', '120758.323000', '120758.326000', '120758.328000', '120758.331000', '120758.333000', '120758.336000', '120758.339000', '120758.341000', '120758.344000', '120758.346000', '120758.349000', '120758.352000', '120758.354000', '120758.357000', '120758.359000', '120758.362000', '120758.364000', '120758.367000', '120758.370000', '120758.372000', '120758.375000', '120758.377000', '120758.380000', '120758.382000', '120758.385000', '120758.388000', '120758.391000', '120758.393000', '120758.396000', '120758.398000', '120758.401000', '120758.403000', '120818.295000', '120818.298000', '120818.300000', '120818.303000', '120818.305000', '120818.308000', '120818.310000', '120818.313000', '120818.316000', '120818.318000', '120818.321000', '120818.324000', '120818.326000', '120818.329000', '120818.331000', '120818.334000', '120818.336000', '120818.339000', '120818.342000', '120818.344000', '120818.347000', '120818.349000', '120818.352000', '120818.355000', '120818.357000', '120818.360000', '120818.362000', '120818.365000', '120818.368000', '120818.370000', '120818.373000', '120818.376000', '120818.378000', '120818.381000', '120818.383000', '120818.386000', '120818.388000', '120818.391000', '120818.394000', '120818.396000', '120818.399000', '120818.401000', '120818.404000', '120818.406000', '120838.295000', '120838.298000', '120838.300000', '120838.303000', '120838.305000', '120838.308000', '120838.311000', '120838.313000', '120838.316000', '120838.318000', '120838.321000', '120838.324000', '120838.326000', '120838.329000', '120838.331000', '120838.334000', '120838.355000', '120838.357000', '120838.360000', '120838.362000', '120838.365000', '120838.368000', '120838.370000', '120838.373000', '120838.375000', '120838.378000', '120838.381000', '120838.383000', '120838.386000', '120838.388000', '120838.391000', '120838.394000', '120838.396000', '120838.399000', '120838.401000', '120838.404000', '120838.407000', '120838.410000', '120838.413000', '120838.416000', '120838.419000', '120838.421000', '120838.424000', '120858.294000', '120858.297000', '120858.300000', '120858.303000', '120858.305000', '120858.308000', '120858.310000', '120858.313000', '120858.315000', '120858.318000', '120858.321000', '120858.323000', '120858.326000', '120858.328000', '120858.331000', '120858.333000', '120858.351000', '120858.354000', '120858.357000', '120858.359000', '120858.362000', '120858.364000', '120858.367000', '120858.370000', '120858.372000', '120858.375000', '120858.377000', '120858.380000', '120858.382000', '120858.385000', '120858.388000', '120858.390000', '120858.393000', '120858.396000', '120858.398000', '120858.401000', '120858.403000', '120858.406000', '120858.408000', '120858.411000', '120858.413000', '120858.416000', '120858.419000', '120858.421000', '120905.565000', '120905.568000', '120905.571000', '120905.573000', '120905.576000', '120905.579000', '120905.581000', '120905.584000', '120905.586000', '120905.589000', '120905.591000', '120905.594000', '120905.597000', '120905.599000', '120905.602000', '120905.605000'], 'InstanceCreationTime': ['120118.329000', '120118.334000', '120118.336000', '120118.339000', '120118.341000', '120118.344000', '120118.347000', '120118.349000', '120118.352000', '120118.355000', '120118.357000', '120118.360000', '120118.362000', '120118.365000', '120118.368000', '120118.370000', '120118.373000', '120118.375000', '120118.378000', '120118.387000', '120118.389000', '120118.392000', '120118.394000', '120118.397000', '120118.400000', '120118.402000', '120118.405000', '120118.408000', '120118.410000', '120118.413000', '120118.415000', '120118.423000', '120118.426000', '120118.429000', '120118.431000', '120118.434000', '120118.436000', '120118.439000', '120118.441000', '120118.444000', '120118.447000', '120118.498000', '120118.501000', '120118.503000', '120118.506000', '120118.509000', '120118.511000', '120118.514000', '120118.517000', '120138.295000', '120138.297000', '120138.300000', '120138.303000', '120138.305000', '120138.308000', '120138.311000', '120138.314000', '120138.316000', '120138.319000', '120138.321000', '120138.324000', '120138.327000', '120138.329000', '120138.332000', '120138.335000', '120138.337000', '120138.340000', '120138.349000', '120138.352000', '120138.354000', '120138.357000', '120138.360000', '120138.362000', '120138.365000', '120138.367000', '120138.370000', '120138.372000', '120138.375000', '120138.378000', '120138.380000', '120138.383000', '120138.386000', '120138.388000', '120138.392000', '120138.395000', '120138.398000', '120138.401000', '120138.403000', '120138.406000', '120138.408000', '120138.411000', '120138.414000', '120158.294000', '120158.297000', '120158.300000', '120158.302000', '120158.305000', '120158.308000', '120158.311000', '120158.313000', '120158.316000', '120158.318000', '120158.321000', '120158.324000', '120158.326000', '120158.329000', '120158.331000', '120158.334000', '120158.337000', '120158.340000', '120158.342000', '120158.345000', '120158.348000', '120158.350000', '120158.353000', '120158.355000', '120158.358000', '120158.361000', '120158.370000', '120158.372000', '120158.375000', '120158.378000', '120158.380000', '120158.383000', '120158.385000', '120158.388000', '120158.391000', '120158.393000', '120158.396000', '120158.398000', '120158.401000', '120158.404000', '120158.406000', '120158.409000', '120158.411000', '120158.414000', '120218.294000', '120218.297000', '120218.300000', '120218.303000', '120218.306000', '120218.308000', '120218.311000', '120218.314000', '120218.317000', '120218.319000', '120218.322000', '120218.325000', '120218.327000', '120218.330000', '120218.332000', '120218.335000', '120218.338000', '120218.340000', '120218.343000', '120218.346000', '120218.348000', '120218.351000', '120218.353000', '120218.368000', '120218.371000', '120218.373000', '120218.376000', '120218.379000', '120218.381000', '120218.384000', '120218.386000', '120218.389000', '120218.392000', '120218.394000', '120218.397000', '120218.400000', '120218.402000', '120218.405000', '120218.408000', '120218.410000', '120218.413000', '120218.415000', '120218.418000', '120238.294000', '120238.297000', '120238.300000', '120238.302000', '120238.305000', '120238.307000', '120238.310000', '120238.313000', '120238.316000', '120238.318000', '120238.321000', '120238.324000', '120238.326000', '120238.329000', '120238.331000', '120238.334000', '120238.337000', '120238.340000', '120238.342000', '120238.345000', '120238.348000', '120238.350000', '120238.353000', '120238.355000', '120238.358000', '120238.361000', '120238.363000', '120238.366000', '120238.369000', '120238.371000', '120238.374000', '120238.376000', '120238.379000', '120238.382000', '120238.384000', '120238.387000', '120238.389000', '120238.392000', '120238.395000', '120238.397000', '120238.400000', '120238.403000', '120238.405000', '120258.294000', '120258.297000', '120258.300000', '120258.302000', '120258.305000', '120258.307000', '120258.310000', '120258.313000', '120258.315000', '120258.318000', '120258.321000', '120258.323000', '120258.326000', '120258.328000', '120258.331000', '120258.334000', '120258.336000', '120258.345000', '120258.348000', '120258.351000', '120258.353000', '120258.356000', '120258.359000', '120258.361000', '120258.364000', '120258.366000', '120258.369000', '120258.372000', '120258.374000', '120258.377000', '120258.380000', '120258.382000', '120258.385000', '120258.388000', '120258.390000', '120258.393000', '120258.396000', '120258.398000', '120258.401000', '120258.404000', '120258.406000', '120258.409000', '120258.411000', '120258.414000', '120318.295000', '120318.297000', '120318.313000', '120318.316000', '120318.319000', '120318.322000', '120318.325000', '120318.327000', '120318.330000', '120318.333000', '120318.335000', '120318.338000', '120318.340000', '120318.343000', '120318.346000', '120318.348000', '120318.351000', '120318.353000', '120318.356000', '120318.359000', '120318.361000', '120318.364000', '120318.367000', '120318.369000', '120318.372000', '120318.375000', '120318.379000', '120318.381000', '120318.384000', '120318.387000', '120318.389000', '120318.392000', '120318.395000', '120318.397000', '120318.400000', '120318.403000', '120318.405000', '120318.408000', '120318.410000', '120318.413000', '120318.416000', '120318.418000', '120318.421000', '120338.294000', '120338.297000', '120338.300000', '120338.303000', '120338.305000', '120338.308000', '120338.311000', '120338.313000', '120338.316000', '120338.319000', '120338.321000', '120338.324000', '120338.326000', '120338.329000', '120338.332000', '120338.334000', '120338.337000', '120338.340000', '120338.342000', '120338.345000', '120338.347000', '120338.350000', '120338.353000', '120338.355000', '120338.358000', '120338.361000', '120338.363000', '120338.366000', '120338.368000', '120338.371000', '120338.374000', '120338.376000', '120338.379000', '120338.382000', '120338.385000', '120338.387000', '120338.390000', '120338.392000', '120338.395000', '120338.398000', '120338.400000', '120338.403000', '120338.405000', '120338.408000', '120358.294000', '120358.301000', '120358.304000', '120358.307000', '120358.309000', '120358.312000', '120358.315000', '120358.317000', '120358.320000', '120358.323000', '120358.325000', '120358.328000', '120358.330000', '120358.333000', '120358.336000', '120358.338000', '120358.341000', '120358.344000', '120358.346000', '120358.349000', '120358.352000', '120358.354000', '120358.357000', '120358.359000', '120358.362000', '120358.364000', '120358.367000', '120358.370000', '120358.372000', '120358.375000', '120358.378000', '120358.380000', '120358.383000', '120358.386000', '120358.388000', '120358.391000', '120358.393000', '120358.396000', '120358.399000', '120358.401000', '120358.404000', '120358.407000', '120358.409000', '120358.412000', '120418.295000', '120418.298000', '120418.300000', '120418.303000', '120418.305000', '120418.316000', '120418.319000', '120418.321000', '120418.324000', '120418.326000', '120418.329000', '120418.332000', '120418.334000', '120418.337000', '120418.340000', '120418.343000', '120418.345000', '120418.348000', '120418.350000', '120418.353000', '120418.356000', '120418.358000', '120418.361000', '120418.364000', '120418.366000', '120418.369000', '120418.372000', '120418.374000', '120418.377000', '120418.380000', '120418.382000', '120418.385000', '120418.388000', '120418.390000', '120418.393000', '120418.395000', '120418.398000', '120418.401000', '120418.403000', '120418.406000', '120418.409000', '120418.411000', '120418.414000', '120438.295000', '120438.297000', '120438.300000', '120438.303000', '120438.305000', '120438.308000', '120438.311000', '120438.313000', '120438.316000', '120438.318000', '120438.321000', '120438.323000', '120438.326000', '120438.329000', '120438.331000', '120438.334000', '120438.336000', '120438.339000', '120438.342000', '120438.344000', '120438.347000', '120438.349000', '120438.352000', '120438.354000', '120438.357000', '120438.360000', '120438.363000', '120438.375000', '120438.378000', '120438.380000', '120438.383000', '120438.386000', '120438.388000', '120438.391000', '120438.393000', '120438.396000', '120438.399000', '120438.401000', '120438.404000', '120438.406000', '120438.409000', '120438.411000', '120438.414000', '120458.294000', '120458.297000', '120458.300000', '120458.303000', '120458.305000', '120458.308000', '120458.310000', '120458.313000', '120458.316000', '120458.318000', '120458.321000', '120458.323000', '120458.326000', '120458.329000', '120458.331000', '120458.334000', '120458.336000', '120458.339000', '120458.341000', '120458.344000', '120458.347000', '120458.349000', '120458.352000', '120458.354000', '120458.357000', '120458.360000', '120458.362000', '120458.365000', '120458.368000', '120458.377000', '120458.380000', '120458.382000', '120458.385000', '120458.388000', '120458.390000', '120458.393000', '120458.395000', '120458.398000', '120458.400000', '120458.403000', '120458.406000', '120458.408000', '120458.411000', '120458.414000', '120518.293000', '120518.296000', '120518.299000', '120518.301000', '120518.304000', '120518.307000', '120518.309000', '120518.312000', '120518.316000', '120518.319000', '120518.321000', '120518.324000', '120518.327000', '120518.329000', '120518.332000', '120518.334000', '120518.337000', '120518.339000', '120518.342000', '120518.344000', '120518.347000', '120518.350000', '120518.352000', '120518.355000', '120518.357000', '120518.360000', '120518.363000', '120518.365000', '120518.368000', '120518.370000', '120518.373000', '120518.376000', '120518.378000', '120518.381000', '120518.383000', '120518.386000', '120518.389000', '120518.391000', '120518.394000', '120518.396000', '120518.399000', '120518.402000', '120518.404000', '120538.295000', '120538.297000', '120538.300000', '120538.303000', '120538.305000', '120538.308000', '120538.310000', '120538.313000', '120538.316000', '120538.318000', '120538.321000', '120538.323000', '120538.326000', '120538.329000', '120538.331000', '120538.334000', '120538.336000', '120538.339000', '120538.341000', '120538.344000', '120538.347000', '120538.349000', '120538.352000', '120538.354000', '120538.357000', '120538.359000', '120538.362000', '120538.365000', '120538.367000', '120538.370000', '120538.372000', '120538.375000', '120538.378000', '120538.380000', '120538.383000', '120538.386000', '120538.388000', '120538.391000', '120538.393000', '120538.396000', '120538.398000', '120538.401000', '120538.404000', '120538.406000', '120558.294000', '120558.297000', '120558.300000', '120558.302000', '120558.305000', '120558.308000', '120558.310000', '120558.313000', '120558.315000', '120558.318000', '120558.321000', '120558.323000', '120558.326000', '120558.328000', '120558.331000', '120558.334000', '120558.336000', '120558.339000', '120558.341000', '120558.344000', '120558.347000', '120558.350000', '120558.353000', '120558.356000', '120558.358000', '120558.361000', '120558.364000', '120558.366000', '120558.369000', '120558.371000', '120558.374000', '120558.377000', '120558.379000', '120558.382000', '120558.385000', '120558.387000', '120558.390000', '120558.392000', '120558.395000', '120558.398000', '120558.402000', '120558.404000', '120558.407000', '120618.294000', '120618.297000', '120618.300000', '120618.303000', '120618.305000', '120618.308000', '120618.310000', '120618.313000', '120618.316000', '120618.318000', '120618.321000', '120618.323000', '120618.326000', '120618.329000', '120618.331000', '120618.334000', '120618.337000', '120618.339000', '120618.342000', '120618.344000', '120618.347000', '120618.350000', '120618.352000', '120618.355000', '120618.357000', '120618.360000', '120618.365000', '120618.367000', '120618.370000', '120618.373000', '120618.375000', '120618.378000', '120618.380000', '120618.383000', '120618.385000', '120618.388000', '120618.391000', '120618.393000', '120618.396000', '120618.399000', '120618.401000', '120618.404000', '120618.406000', '120618.409000', '120638.295000', '120638.297000', '120638.300000', '120638.303000', '120638.305000', '120638.308000', '120638.310000', '120638.313000', '120638.316000', '120638.318000', '120638.321000', '120638.323000', '120638.326000', '120638.328000', '120638.331000', '120638.334000', '120638.336000', '120638.339000', '120638.341000', '120638.344000', '120638.346000', '120638.349000', '120638.352000', '120638.354000', '120638.357000', '120638.359000', '120638.362000', '120638.365000', '120638.367000', '120638.370000', '120638.372000', '120638.376000', '120638.379000', '120638.382000', '120638.384000', '120638.387000', '120638.389000', '120638.392000', '120638.395000', '120638.397000', '120638.400000', '120638.402000', '120638.405000', '120658.294000', '120658.297000', '120658.300000', '120658.303000', '120658.305000', '120658.308000', '120658.310000', '120658.313000', '120658.316000', '120658.318000', '120658.321000', '120658.323000', '120658.326000', '120658.328000', '120658.331000', '120658.334000', '120658.336000', '120658.339000', '120658.341000', '120658.344000', '120658.346000', '120658.349000', '120658.351000', '120658.354000', '120658.357000', '120658.359000', '120658.362000', '120658.364000', '120658.368000', '120658.370000', '120658.373000', '120658.375000', '120658.378000', '120658.381000', '120658.383000', '120658.386000', '120658.389000', '120658.391000', '120658.394000', '120658.396000', '120658.399000', '120658.402000', '120658.404000', '120658.407000', '120718.295000', '120718.297000', '120718.300000', '120718.302000', '120718.305000', '120718.308000', '120718.310000', '120718.313000', '120718.316000', '120718.318000', '120718.321000', '120718.324000', '120718.326000', '120718.329000', '120718.332000', '120718.334000', '120718.337000', '120718.340000', '120718.342000', '120718.345000', '120718.348000', '120718.350000', '120718.353000', '120718.355000', '120718.358000', '120718.361000', '120718.363000', '120718.366000', '120718.368000', '120718.372000', '120718.375000', '120718.377000', '120718.380000', '120718.383000', '120718.385000', '120718.388000', '120718.390000', '120718.393000', '120718.396000', '120718.398000', '120718.401000', '120718.403000', '120718.406000', '120738.294000', '120738.297000', '120738.299000', '120738.302000', '120738.304000', '120738.307000', '120738.349000', '120738.351000', '120738.354000', '120738.356000', '120738.359000', '120738.361000', '120738.364000', '120738.366000', '120738.369000', '120738.372000', '120738.374000', '120738.377000', '120738.379000', '120738.382000', '120738.384000', '120738.387000', '120738.390000', '120738.392000', '120738.395000', '120738.398000', '120738.400000', '120738.403000', '120738.405000', '120738.408000', '120738.411000', '120738.413000', '120738.416000', '120738.418000', '120738.421000', '120738.424000', '120738.426000', '120738.429000', '120738.432000', '120738.434000', '120738.437000', '120738.439000', '120738.442000', '120738.445000', '120758.294000', '120758.297000', '120758.300000', '120758.302000', '120758.305000', '120758.308000', '120758.310000', '120758.313000', '120758.315000', '120758.318000', '120758.321000', '120758.323000', '120758.326000', '120758.328000', '120758.331000', '120758.333000', '120758.336000', '120758.339000', '120758.341000', '120758.344000', '120758.346000', '120758.349000', '120758.352000', '120758.354000', '120758.357000', '120758.359000', '120758.362000', '120758.364000', '120758.367000', '120758.370000', '120758.372000', '120758.375000', '120758.377000', '120758.380000', '120758.382000', '120758.385000', '120758.388000', '120758.391000', '120758.393000', '120758.396000', '120758.398000', '120758.401000', '120758.403000', '120818.295000', '120818.298000', '120818.300000', '120818.303000', '120818.305000', '120818.308000', '120818.310000', '120818.313000', '120818.316000', '120818.318000', '120818.321000', '120818.324000', '120818.326000', '120818.329000', '120818.331000', '120818.334000', '120818.336000', '120818.339000', '120818.342000', '120818.344000', '120818.347000', '120818.349000', '120818.352000', '120818.355000', '120818.357000', '120818.360000', '120818.362000', '120818.365000', '120818.368000', '120818.370000', '120818.373000', '120818.376000', '120818.378000', '120818.381000', '120818.383000', '120818.386000', '120818.388000', '120818.391000', '120818.394000', '120818.396000', '120818.399000', '120818.401000', '120818.404000', '120818.406000', '120838.295000', '120838.298000', '120838.300000', '120838.303000', '120838.305000', '120838.308000', '120838.311000', '120838.313000', '120838.316000', '120838.318000', '120838.321000', '120838.324000', '120838.326000', '120838.329000', '120838.331000', '120838.334000', '120838.355000', '120838.357000', '120838.360000', '120838.362000', '120838.365000', '120838.368000', '120838.370000', '120838.373000', '120838.375000', '120838.378000', '120838.381000', '120838.383000', '120838.386000', '120838.388000', '120838.391000', '120838.394000', '120838.396000', '120838.399000', '120838.401000', '120838.404000', '120838.407000', '120838.410000', '120838.413000', '120838.416000', '120838.419000', '120838.421000', '120838.424000', '120858.294000', '120858.297000', '120858.300000', '120858.303000', '120858.305000', '120858.308000', '120858.310000', '120858.313000', '120858.315000', '120858.318000', '120858.321000', '120858.323000', '120858.326000', '120858.328000', '120858.331000', '120858.333000', '120858.351000', '120858.354000', '120858.357000', '120858.359000', '120858.362000', '120858.364000', '120858.367000', '120858.370000', '120858.372000', '120858.375000', '120858.377000', '120858.380000', '120858.382000', '120858.385000', '120858.388000', '120858.390000', '120858.393000', '120858.396000', '120858.398000', '120858.401000', '120858.403000', '120858.406000', '120858.408000', '120858.411000', '120858.413000', '120858.416000', '120858.419000', '120858.421000', '120905.565000', '120905.568000', '120905.571000', '120905.573000', '120905.576000', '120905.579000', '120905.581000', '120905.584000', '120905.586000', '120905.589000', '120905.591000', '120905.594000', '120905.597000', '120905.599000', '120905.602000', '120905.605000'], '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': [7335, 7123, 9701, 7756, 7498, 13175, 9312, 6519, 6812, 9323, 7580, 6530, 11549, 8938, 6497, 6187, 8833, 7408, 10601, 9107, 6272, 8754, 7629, 6600, 10988, 7799, 6160, 8174, 6249, 10728, 8147, 6814, 9262, 6621, 5768, 10026, 8048, 7810, 9273, 6739, 10814, 8326, 7854, 9639, 7643, 10618, 7822, 5864, 8979, 6919, 8539, 8546, 6088, 8643, 7747, 7070, 10601, 8132, 11346, 7884, 10446, 8088, 6998, 8843, 7001, 8305, 7479, 5631, 9650, 7681, 10004, 8872, 5810, 9865, 6810, 9422, 7201, 11223, 7886, 7486, 7965, 5955, 10757, 8492, 12918, 9484, 6017, 9729, 8198, 7349, 12804, 9549, 6568, 11001, 8550, 8789, 10736, 7735, 6616, 8894, 6680, 12426, 9560, 7495, 9534, 6861, 8211, 7848, 6753, 9471, 6866, 9776, 7231, 8102, 8017, 6693, 9152, 6556, 6374, 7387, 5724, 10553, 8344, 6598, 8796, 6584, 9016, 8417, 9145, 10909, 7817, 10754, 7788, 9808, 8648, 11412, 10191, 6545, 10218, 7112, 6439, 9187, 7509, 6451, 9010, 6757, 5820, 9509, 8177, 10709, 9518, 6487, 10776, 7521, 11652, 9398, 7864, 9780, 7598, 5738, 9270, 7617, 12764, 8498, 5749, 8837, 6631, 9149, 8559, 7275, 9337, 7610, 6240, 8740, 7334, 10361, 7437, 6278, 8054, 6166, 11022, 9315, 7524, 9806, 7548, 7402, 8694, 7851, 12943, 8944, 6177, 9396, 7082, 9109, 8685, 7371, 6896, 8075, 6316, 9338, 7441, 11943, 8092, 6125, 9059, 6911, 10014, 8948, 7606, 10316, 8361, 6614, 9478, 7981, 11095, 9214, 6470, 5808, 9807, 8230, 7464, 10190, 8402, 6330, 11748, 9424, 8544, 12942, 8350, 6437, 11232, 8986, 7413, 10020, 7483, 5668, 10249, 8044, 7747, 9286, 6748, 5648, 9844, 8195, 6712, 8258, 7569, 6296, 6066, 10614, 8657, 6690, 8521, 8393, 6511, 11960, 10308, 8102, 8174, 8941, 7133, 8956, 11829, 8150, 5982, 9257, 7574, 6408, 11450, 8931, 6415, 9942, 7501, 7674, 8623, 7490, 9588, 8323, 6290, 7132, 8053, 6890, 10523, 9505, 6564, 11060, 7848, 7695, 10065, 7969, 6382, 8773, 6755, 10414, 9033, 7311, 7045, 7365, 6118, 7400, 8204, 6970, 5762, 8877, 7050, 5956, 9992, 8757, 7901, 7103, 8660, 9809, 8070, 6420, 13846, 10614, 8415, 6744, 9561, 7380, 6462, 8877, 8234, 6008, 5639, 9246, 7512, 6662, 10997, 7368, 6160, 10007, 7380, 12712, 10584, 7570, 9065, 7080, 5780, 9994, 7879, 6697, 9387, 6736, 5994, 8889, 7510, 12156, 8685, 8304, 7610, 6190, 10399, 8694, 6959, 8726, 6355, 7273, 8322, 7747, 9586, 7567, 5632, 10267, 7954, 10421, 9388, 5980, 10306, 7846, 8942, 8878, 7427, 8376, 7742, 6092, 11053, 9168, 7158, 9292, 7249, 6244, 9542, 9080, 11940, 7915, 6067, 8312, 6007, 11082, 8366, 9858, 8453, 6343, 8928, 8063, 6943, 11754, 8547, 5890, 9520, 7341, 8213, 9380, 8441, 9982, 8367, 6179, 10173, 7878, 9286, 9221, 6546, 5923, 9657, 7829, 6772, 9497, 7316, 6106, 10277, 8137, 12482, 10304, 6370, 9962, 7185, 13769, 10713, 6327, 8821, 7472, 5703, 11305, 8828, 6484, 9700, 7045, 6184, 8848, 7157, 12135, 8302, 9242, 7813, 6089, 9579, 7712, 6813, 9026, 6890, 5750, 9289, 7672, 11537, 10106, 6584, 9488, 8677, 7246, 11844, 8990, 6276, 9289, 6905, 7890, 8204, 6828, 9640, 7280, 5782, 9951, 7378, 11467, 9917, 5954, 10281, 7154, 12118, 8375, 8200, 8172, 6098, 5875, 8259, 7053, 9040, 8837, 6628, 8762, 8551, 11183, 10207, 8368, 11621, 8339, 7614, 9705, 8977, 14950, 10592, 6463, 11820, 8767, 7343, 12355, 7863, 5812, 9468, 7739, 6909, 12432, 9790, 6384, 8391, 8085, 7063, 9001, 10814, 7338, 5943, 8928, 8237, 7223, 12178, 8565, 6210, 9607, 7278, 9202, 8908, 7512, 7640, 8053, 6365, 9956, 8813, 6721, 5831, 7573, 6136, 9505, 8849, 7746, 11892, 8714, 6978, 10271, 8126, 11855, 9587, 6871, 7261, 8925, 7076, 8677, 9454, 6933, 5786, 10149, 8620, 7397, 7293, 8475, 6758, 6965, 9852, 8114, 6366, 10288, 8113, 6388, 9364, 8119, 5849, 5821, 5862, 9607, 7492, 6064, 6570, 10608, 9003, 8062, 6474, 12577, 10592, 10585, 13658, 13704, 10888, 8374, 14869, 10875, 7329, 13002, 8540, 5959, 9473, 7324, 6695, 8535, 7329, 5999, 10669, 7805, 7136, 10414, 7298, 5879, 9418, 6799, 6375, 8997, 7148, 5780, 6349, 7749, 6364, 8143, 9299, 6815, 6126, 9915, 7643, 8924, 11876, 8035, 6424, 10511, 7951, 8537, 11995, 7755, 6055, 10759, 8509, 7010, 5592, 9908, 8208, 6904, 8401, 8873, 7735, 6356, 7169, 8191, 7061, 6009, 10868, 8360, 7131, 6526, 8190, 6318, 6022, 9179, 8004, 6193, 7799, 7719, 6314, 7526, 10220, 7963, 6202, 8446, 8149, 6885, 10551, 10464, 7757, 6311, 10449, 7988, 6810, 7686, 8073, 6244, 5991, 9501, 8042, 7187, 6839, 10203, 7680, 6100, 9611, 8232, 7301, 6278, 10027, 7589, 6007, 9338, 8253, 6735, 5769, 8840, 6649, 6248, 10179, 8318, 6354, 9136, 7893, 6321, 10301, 8665, 6558, 5952, 8213, 6911, 5991, 7604, 9064, 7408, 6921, 8353, 11360, 7487, 5947, 7939, 8285, 7308, 9642, 8901, 6313, 5793, 8813, 6714, 6279, 9806, 6722, 5766, 10084, 7259, 6950, 11508, 9054, 6976, 11208, 7971, 7162, 9399, 8233, 11028, 7689, 6135, 9850, 7563, 7735, 8952, 6672, 6485, 8667, 6986, 11722, 9273, 6268, 9517, 8026, 7137, 11278, 8771, 6927, 9531, 7763, 6248, 10778, 7965, 6974, 10293, 7074, 6002, 9554, 7669, 7042, 11165, 8563, 6044, 10242, 8083, 7161, 10374, 8326, 7564, 8853, 6361, 11322, 8693, 8583, 6816, 5627, 8424, 13085, 9383, 10417, 9736, 7900, 6703, 8858, 6671, 11657, 9332, 7560, 6094, 9534, 7264, 6656, 7477, 11168, 8117, 6431, 10466, 9965, 9236, 6727, 10135, 9584, 7853, 6312, 8637, 11268, 7719, 6359, 5976, 7402, 7809, 6637, 6051, 6597, 8709, 7056, 6772, 11751, 8835, 6470, 8036, 7935, 6343, 10430, 10009, 7404, 5945, 9694, 7972, 7098, 11155, 7870, 6079, 11469, 8811, 7635, 11046, 8072, 6351, 8616, 8498, 7182, 5985, 9325, 7368, 6723, 11024, 8911, 6814, 6128, 9450, 7678, 5971, 6054, 11378, 10042, 7297, 11186, 9576, 8997, 8119, 9874, 10329, 7953, 6193, 10028, 10860, 7903, 6213, 5746, 8780, 6904, 6287, 6194, 8441, 6546, 6051, 9823, 8407, 8665, 9384, 7238, 9122, 8701, 8041, 8794, 9134, 6900, 6914, 8817, 7553, 8419, 8545, 6640, 6038, 10008, 8043, 7371, 11579, 7771, 6078, 5938, 10446, 8262, 7215, 6023, 7970, 7704, 6812, 7424, 10134, 5877, 5564, 6936, 9902, 11791, 11205, 10357, 7442, 6449, 5684, 5768, 5678, 6829, 9241, 10283, 9824, 9329, 7889, 7544, 8400, 7755, 6534, 6582, 9630, 8266, 6686, 5691, 5581, 7805, 5996, 5633, 5720, 6006, 6124, 5882, 5782, 5528, 7458, 5975, 5964, 10916, 8652, 7919, 8813, 8016, 6661, 6071, 11812, 9083, 9181, 12952, 8376, 7533, 11174, 7034, 6164, 10394, 7478, 6732, 10551, 7207, 5978, 9657, 7967, 6764, 9895, 10831, 7522, 13247, 12443, 8561, 7117, 13131, 8782, 6933, 8738, 7625, 5868, 6208, 7650, 6225, 5676, 8384, 7432, 5682, 8110, 7371, 6536, 5704, 9100, 7259, 6203, 10248, 7469, 7667, 13634, 8702, 6707, 9984, 6628, 7952, 7745, 5898, 12544, 8102, 14529, 9753, 10801, 9464, 6033, 10336, 7442, 7099, 8331, 6528, 5536, 8438, 6513, 7921, 7980, 6798, 10189, 7999, 6272, 9336, 7175, 10169, 8780, 6220, 8407, 7814, 6409, 9301, 7943, 5857], 'WindowCenter': [3594.0, 3581.0, 3600.0, 3576.0, 3566.0, 3607.0, 3585.0, 3554.0, 3552.0, 3584.0, 3563.0, 3552.0, 3596.0, 3585.0, 3553.0, 3542.0, 3584.0, 3564.0, 3594.0, 3573.0, 3541.0, 3572.0, 3561.0, 3552.0, 3584.0, 3562.0, 3541.0, 3573.0, 3540.0, 3593.0, 3562.0, 3552.0, 3585.0, 3553.0, 3544.0, 3595.0, 3576.0, 3576.0, 3585.0, 3566.0, 3597.0, 3574.0, 3575.0, 3585.0, 3565.0, 3596.0, 3564.0, 3530.0, 3573.0, 3553.0, 3585.0, 3585.0, 3544.0, 3584.0, 3575.0, 3565.0, 3596.0, 3575.0, 3596.0, 3575.0, 3592.0, 3574.0, 3552.0, 3570.0, 3553.0, 3573.0, 3564.0, 3533.0, 3585.0, 3576.0, 3597.0, 3585.0, 3544.0, 3596.0, 3554.0, 3584.0, 3563.0, 3596.0, 3574.0, 3563.0, 3564.0, 3542.0, 3595.0, 3574.0, 3605.0, 3583.0, 3542.0, 3583.0, 3574.0, 3563.0, 3606.0, 3585.0, 3553.0, 3595.0, 3574.0, 3573.0, 3595.0, 3562.0, 3551.0, 3573.0, 3539.0, 3593.0, 3583.0, 3552.0, 3572.0, 3551.0, 3559.0, 3560.0, 3539.0, 3583.0, 3540.0, 3582.0, 3562.0, 3558.0, 3562.0, 3540.0, 3583.0, 3541.0, 3541.0, 3562.0, 3542.0, 3597.0, 3586.0, 3566.0, 3586.0, 3567.0, 3587.0, 3576.0, 3587.0, 3598.0, 3563.0, 3595.0, 3576.0, 3585.0, 3574.0, 3594.0, 3584.0, 3542.0, 3584.0, 3563.0, 3542.0, 3584.0, 3564.0, 3553.0, 3586.0, 3564.0, 3544.0, 3587.0, 3575.0, 3596.0, 3586.0, 3554.0, 3595.0, 3565.0, 3594.0, 3573.0, 3560.0, 3583.0, 3562.0, 3530.0, 3572.0, 3563.0, 3605.0, 3573.0, 3531.0, 3585.0, 3553.0, 3583.0, 3585.0, 3565.0, 3584.0, 3575.0, 3553.0, 3575.0, 3564.0, 3581.0, 3563.0, 3542.0, 3575.0, 3542.0, 3596.0, 3587.0, 3577.0, 3598.0, 3576.0, 3565.0, 3575.0, 3575.0, 3608.0, 3587.0, 3543.0, 3585.0, 3563.0, 3585.0, 3575.0, 3564.0, 3564.0, 3574.0, 3541.0, 3585.0, 3563.0, 3596.0, 3575.0, 3543.0, 3587.0, 3566.0, 3584.0, 3585.0, 3565.0, 3584.0, 3575.0, 3539.0, 3584.0, 3561.0, 3595.0, 3571.0, 3541.0, 3532.0, 3597.0, 3575.0, 3565.0, 3595.0, 3574.0, 3541.0, 3595.0, 3585.0, 3573.0, 3593.0, 3561.0, 3540.0, 3582.0, 3571.0, 3549.0, 3570.0, 3548.0, 3527.0, 3580.0, 3560.0, 3559.0, 3571.0, 3537.0, 3529.0, 3582.0, 3573.0, 3552.0, 3571.0, 3574.0, 3551.0, 3543.0, 3596.0, 3587.0, 3554.0, 3584.0, 3572.0, 3551.0, 3607.0, 3597.0, 3572.0, 3574.0, 3572.0, 3550.0, 3571.0, 3596.0, 3561.0, 3541.0, 3583.0, 3562.0, 3541.0, 3594.0, 3573.0, 3541.0, 3583.0, 3561.0, 3561.0, 3571.0, 3549.0, 3572.0, 3561.0, 3541.0, 3552.0, 3573.0, 3552.0, 3593.0, 3583.0, 3553.0, 3594.0, 3571.0, 3562.0, 3584.0, 3564.0, 3540.0, 3571.0, 3551.0, 3581.0, 3572.0, 3551.0, 3550.0, 3562.0, 3541.0, 3562.0, 3572.0, 3564.0, 3543.0, 3586.0, 3565.0, 3543.0, 3596.0, 3587.0, 3577.0, 3564.0, 3587.0, 3596.0, 3576.0, 3554.0, 3607.0, 3596.0, 3574.0, 3552.0, 3572.0, 3561.0, 3541.0, 3573.0, 3573.0, 3541.0, 3544.0, 3585.0, 3565.0, 3554.0, 3597.0, 3565.0, 3543.0, 3596.0, 3564.0, 3595.0, 3594.0, 3564.0, 3573.0, 3551.0, 3530.0, 3584.0, 3575.0, 3554.0, 3586.0, 3566.0, 3543.0, 3585.0, 3564.0, 3605.0, 3575.0, 3574.0, 3562.0, 3542.0, 3583.0, 3574.0, 3552.0, 3572.0, 3541.0, 3563.0, 3575.0, 3574.0, 3586.0, 3575.0, 3544.0, 3596.0, 3576.0, 3596.0, 3583.0, 3545.0, 3595.0, 3574.0, 3585.0, 3587.0, 3564.0, 3573.0, 3564.0, 3542.0, 3595.0, 3586.0, 3563.0, 3585.0, 3564.0, 3552.0, 3585.0, 3575.0, 3596.0, 3563.0, 3542.0, 3573.0, 3541.0, 3594.0, 3573.0, 3585.0, 3574.0, 3542.0, 3574.0, 3563.0, 3553.0, 3605.0, 3586.0, 3543.0, 3594.0, 3574.0, 3575.0, 3587.0, 3575.0, 3583.0, 3572.0, 3541.0, 3582.0, 3562.0, 3585.0, 3583.0, 3541.0, 3542.0, 3584.0, 3561.0, 3554.0, 3582.0, 3562.0, 3541.0, 3593.0, 3574.0, 3604.0, 3586.0, 3540.0, 3581.0, 3551.0, 3593.0, 3582.0, 3539.0, 3570.0, 3550.0, 3530.0, 3593.0, 3583.0, 3551.0, 3584.0, 3563.0, 3543.0, 3583.0, 3562.0, 3605.0, 3575.0, 3583.0, 3563.0, 3539.0, 3583.0, 3562.0, 3554.0, 3583.0, 3562.0, 3541.0, 3584.0, 3562.0, 3595.0, 3592.0, 3553.0, 3585.0, 3572.0, 3560.0, 3592.0, 3572.0, 3542.0, 3581.0, 3551.0, 3559.0, 3572.0, 3550.0, 3583.0, 3561.0, 3543.0, 3593.0, 3561.0, 3594.0, 3594.0, 3541.0, 3594.0, 3565.0, 3592.0, 3574.0, 3573.0, 3572.0, 3541.0, 3543.0, 3583.0, 3564.0, 3588.0, 3588.0, 3567.0, 3587.0, 3586.0, 3597.0, 3596.0, 3573.0, 3593.0, 3573.0, 3562.0, 3583.0, 3572.0, 3603.0, 3581.0, 3540.0, 3590.0, 3569.0, 3547.0, 3593.0, 3562.0, 3530.0, 3582.0, 3560.0, 3551.0, 3604.0, 3581.0, 3541.0, 3571.0, 3560.0, 3551.0, 3583.0, 3596.0, 3561.0, 3541.0, 3584.0, 3573.0, 3560.0, 3604.0, 3571.0, 3540.0, 3581.0, 3563.0, 3570.0, 3572.0, 3562.0, 3559.0, 3561.0, 3540.0, 3583.0, 3571.0, 3549.0, 3532.0, 3564.0, 3543.0, 3584.0, 3583.0, 3573.0, 3604.0, 3570.0, 3552.0, 3583.0, 3561.0, 3594.0, 3581.0, 3551.0, 3562.0, 3573.0, 3551.0, 3575.0, 3584.0, 3552.0, 3531.0, 3596.0, 3573.0, 3560.0, 3564.0, 3574.0, 3554.0, 3552.0, 3581.0, 3571.0, 3542.0, 3583.0, 3562.0, 3541.0, 3572.0, 3575.0, 3530.0, 3544.0, 3543.0, 3595.0, 3563.0, 3540.0, 3551.0, 3593.0, 3584.0, 3574.0, 3553.0, 3607.0, 3584.0, 3584.0, 3594.0, 3591.0, 3568.0, 3546.0, 3576.0, 3553.0, 3523.0, 3563.0, 3543.0, 3513.0, 3555.0, 3535.0, 3524.0, 3557.0, 3546.0, 3524.0, 3568.0, 3547.0, 3537.0, 3579.0, 3549.0, 3528.0, 3570.0, 3551.0, 3540.0, 3572.0, 3551.0, 3530.0, 3552.0, 3575.0, 3554.0, 3575.0, 3596.0, 3565.0, 3555.0, 3596.0, 3577.0, 3587.0, 3606.0, 3575.0, 3553.0, 3596.0, 3574.0, 3572.0, 3594.0, 3562.0, 3541.0, 3594.0, 3572.0, 3553.0, 3530.0, 3581.0, 3573.0, 3551.0, 3574.0, 3585.0, 3563.0, 3552.0, 3561.0, 3571.0, 3562.0, 3540.0, 3592.0, 3571.0, 3563.0, 3552.0, 3573.0, 3550.0, 3541.0, 3583.0, 3571.0, 3541.0, 3574.0, 3573.0, 3550.0, 3573.0, 3595.0, 3575.0, 3541.0, 3573.0, 3571.0, 3563.0, 3595.0, 3592.0, 3563.0, 3552.0, 3594.0, 3572.0, 3550.0, 3560.0, 3572.0, 3552.0, 3541.0, 3584.0, 3573.0, 3563.0, 3552.0, 3595.0, 3563.0, 3539.0, 3584.0, 3574.0, 3562.0, 3550.0, 3582.0, 3561.0, 3542.0, 3582.0, 3573.0, 3553.0, 3542.0, 3584.0, 3552.0, 3554.0, 3596.0, 3574.0, 3552.0, 3584.0, 3575.0, 3553.0, 3584.0, 3584.0, 3552.0, 3555.0, 3586.0, 3564.0, 3554.0, 3574.0, 3586.0, 3577.0, 3564.0, 3585.0, 3608.0, 3574.0, 3553.0, 3573.0, 3573.0, 3564.0, 3585.0, 3573.0, 3552.0, 3542.0, 3584.0, 3553.0, 3553.0, 3596.0, 3564.0, 3544.0, 3596.0, 3577.0, 3566.0, 3609.0, 3587.0, 3565.0, 3608.0, 3576.0, 3565.0, 3585.0, 3574.0, 3596.0, 3574.0, 3542.0, 3595.0, 3575.0, 3575.0, 3587.0, 3566.0, 3553.0, 3586.0, 3562.0, 3606.0, 3586.0, 3554.0, 3584.0, 3574.0, 3564.0, 3595.0, 3573.0, 3564.0, 3583.0, 3563.0, 3552.0, 3594.0, 3574.0, 3563.0, 3594.0, 3564.0, 3541.0, 3583.0, 3563.0, 3553.0, 3596.0, 3573.0, 3542.0, 3583.0, 3574.0, 3552.0, 3598.0, 3587.0, 3563.0, 3584.0, 3542.0, 3594.0, 3573.0, 3573.0, 3550.0, 3530.0, 3573.0, 3606.0, 3598.0, 3597.0, 3598.0, 3577.0, 3553.0, 3585.0, 3553.0, 3609.0, 3585.0, 3563.0, 3543.0, 3586.0, 3564.0, 3553.0, 3565.0, 3598.0, 3575.0, 3553.0, 3596.0, 3585.0, 3585.0, 3554.0, 3581.0, 3572.0, 3561.0, 3538.0, 3573.0, 3583.0, 3561.0, 3541.0, 3541.0, 3561.0, 3561.0, 3553.0, 3543.0, 3554.0, 3584.0, 3565.0, 3554.0, 3606.0, 3585.0, 3554.0, 3573.0, 3575.0, 3553.0, 3594.0, 3584.0, 3564.0, 3543.0, 3587.0, 3575.0, 3565.0, 3597.0, 3575.0, 3545.0, 3595.0, 3585.0, 3575.0, 3596.0, 3574.0, 3554.0, 3574.0, 3585.0, 3562.0, 3542.0, 3585.0, 3564.0, 3555.0, 3596.0, 3586.0, 3555.0, 3543.0, 3586.0, 3577.0, 3556.0, 3544.0, 3607.0, 3599.0, 3563.0, 3596.0, 3586.0, 3585.0, 3575.0, 3586.0, 3586.0, 3562.0, 3541.0, 3585.0, 3594.0, 3561.0, 3541.0, 3530.0, 3574.0, 3552.0, 3553.0, 3543.0, 3587.0, 3554.0, 3544.0, 3598.0, 3574.0, 3576.0, 3585.0, 3563.0, 3582.0, 3575.0, 3575.0, 3574.0, 3584.0, 3553.0, 3553.0, 3571.0, 3564.0, 3573.0, 3573.0, 3552.0, 3542.0, 3597.0, 3577.0, 3578.0, 3608.0, 3577.0, 3543.0, 3543.0, 3595.0, 3573.0, 3563.0, 3543.0, 3574.0, 3564.0, 3564.0, 3576.0, 3598.0, 3530.0, 3518.0, 3536.0, 3569.0, 3580.0, 3580.0, 3567.0, 3549.0, 3525.0, 3514.0, 3514.0, 3515.0, 3535.0, 3558.0, 3567.0, 3557.0, 3545.0, 3520.0, 3518.0, 3518.0, 3507.0, 3496.0, 3507.0, 3538.0, 3528.0, 3505.0, 3496.0, 3484.0, 3517.0, 3496.0, 3498.0, 3510.0, 3510.0, 3523.0, 3525.0, 3526.0, 3527.0, 3561.0, 3552.0, 3552.0, 3605.0, 3584.0, 3586.0, 3584.0, 3575.0, 3565.0, 3556.0, 3618.0, 3586.0, 3585.0, 3604.0, 3587.0, 3566.0, 3593.0, 3563.0, 3539.0, 3594.0, 3563.0, 3552.0, 3597.0, 3575.0, 3553.0, 3598.0, 3586.0, 3551.0, 3595.0, 3594.0, 3573.0, 3602.0, 3604.0, 3572.0, 3549.0, 3602.0, 3570.0, 3549.0, 3569.0, 3560.0, 3527.0, 3539.0, 3559.0, 3538.0, 3529.0, 3572.0, 3561.0, 3541.0, 3573.0, 3560.0, 3551.0, 3540.0, 3584.0, 3563.0, 3540.0, 3594.0, 3562.0, 3562.0, 3605.0, 3572.0, 3548.0, 3580.0, 3550.0, 3560.0, 3561.0, 3530.0, 3603.0, 3571.0, 3602.0, 3580.0, 3579.0, 3569.0, 3525.0, 3577.0, 3546.0, 3547.0, 3559.0, 3537.0, 3516.0, 3569.0, 3538.0, 3560.0, 3560.0, 3548.0, 3580.0, 3560.0, 3537.0, 3569.0, 3548.0, 3579.0, 3568.0, 3527.0, 3569.0, 3559.0, 3537.0, 3569.0, 3559.0, 3528.0], 'WindowWidth': [8143.0, 8119.0, 8139.0, 8103.0, 8087.0, 8146.0, 8112.0, 8070.0, 8062.0, 8108.0, 8078.0, 8064.0, 8126.0, 8109.0, 8066.0, 8049.0, 8109.0, 8081.0, 8121.0, 8092.0, 8049.0, 8088.0, 8074.0, 8061.0, 8108.0, 8077.0, 8047.0, 8090.0, 8047.0, 8119.0, 8078.0, 8064.0, 8110.0, 8067.0, 8057.0, 8125.0, 8102.0, 8101.0, 8113.0, 8089.0, 8130.0, 8097.0, 8095.0, 8112.0, 8084.0, 8125.0, 8081.0, 8033.0, 8094.0, 8068.0, 8111.0, 8111.0, 8057.0, 8110.0, 8098.0, 8083.0, 8128.0, 8098.0, 8127.0, 8098.0, 8117.0, 8093.0, 8061.0, 8087.0, 8065.0, 8092.0, 8082.0, 8039.0, 8111.0, 8100.0, 8129.0, 8113.0, 8058.0, 8128.0, 8067.0, 8108.0, 8077.0, 8125.0, 8095.0, 8079.0, 8082.0, 8051.0, 8123.0, 8095.0, 8137.0, 8105.0, 8050.0, 8106.0, 8095.0, 8080.0, 8143.0, 8110.0, 8068.0, 8124.0, 8095.0, 8091.0, 8123.0, 8075.0, 8059.0, 8091.0, 8041.0, 8118.0, 8105.0, 8061.0, 8090.0, 8059.0, 8068.0, 8069.0, 8039.0, 8104.0, 8044.0, 8101.0, 8077.0, 8067.0, 8074.0, 8045.0, 8104.0, 8047.0, 8048.0, 8077.0, 8052.0, 8131.0, 8115.0, 8089.0, 8117.0, 8092.0, 8118.0, 8104.0, 8116.0, 8132.0, 8081.0, 8125.0, 8100.0, 8109.0, 8095.0, 8120.0, 8107.0, 8048.0, 8109.0, 8078.0, 8049.0, 8109.0, 8083.0, 8068.0, 8115.0, 8085.0, 8056.0, 8117.0, 8100.0, 8129.0, 8115.0, 8070.0, 8123.0, 8082.0, 8119.0, 8091.0, 8071.0, 8104.0, 8075.0, 8032.0, 8088.0, 8079.0, 8138.0, 8091.0, 8035.0, 8110.0, 8067.0, 8106.0, 8112.0, 8084.0, 8110.0, 8097.0, 8067.0, 8097.0, 8081.0, 8104.0, 8079.0, 8051.0, 8097.0, 8053.0, 8129.0, 8117.0, 8104.0, 8133.0, 8101.0, 8085.0, 8097.0, 8096.0, 8147.0, 8115.0, 8054.0, 8110.0, 8080.0, 8110.0, 8098.0, 8082.0, 8083.0, 8097.0, 8050.0, 8109.0, 8079.0, 8129.0, 8098.0, 8054.0, 8116.0, 8087.0, 8108.0, 8112.0, 8085.0, 8107.0, 8097.0, 8043.0, 8107.0, 8075.0, 8122.0, 8086.0, 8048.0, 8038.0, 8129.0, 8097.0, 8083.0, 8124.0, 8093.0, 8048.0, 8122.0, 8109.0, 8092.0, 8119.0, 8073.0, 8043.0, 8102.0, 8086.0, 8053.0, 8083.0, 8052.0, 8024.0, 8095.0, 8070.0, 8069.0, 8086.0, 8038.0, 8028.0, 8103.0, 8092.0, 8064.0, 8089.0, 8095.0, 8065.0, 8054.0, 8129.0, 8118.0, 8070.0, 8111.0, 8093.0, 8065.0, 8143.0, 8130.0, 8092.0, 8094.0, 8091.0, 8059.0, 8086.0, 8125.0, 8074.0, 8046.0, 8105.0, 8077.0, 8047.0, 8122.0, 8093.0, 8046.0, 8105.0, 8074.0, 8072.0, 8086.0, 8055.0, 8088.0, 8072.0, 8047.0, 8063.0, 8090.0, 8063.0, 8119.0, 8106.0, 8066.0, 8121.0, 8090.0, 8077.0, 8109.0, 8080.0, 8044.0, 8087.0, 8060.0, 8100.0, 8088.0, 8059.0, 8057.0, 8074.0, 8047.0, 8077.0, 8091.0, 8081.0, 8054.0, 8115.0, 8086.0, 8054.0, 8129.0, 8117.0, 8104.0, 8086.0, 8118.0, 8129.0, 8100.0, 8069.0, 8143.0, 8125.0, 8093.0, 8061.0, 8089.0, 8074.0, 8048.0, 8091.0, 8093.0, 8051.0, 8055.0, 8113.0, 8087.0, 8070.0, 8129.0, 8084.0, 8054.0, 8126.0, 8083.0, 8123.0, 8122.0, 8079.0, 8091.0, 8060.0, 8033.0, 8108.0, 8098.0, 8069.0, 8114.0, 8089.0, 8055.0, 8111.0, 8079.0, 8139.0, 8098.0, 8092.0, 8075.0, 8048.0, 8105.0, 8094.0, 8064.0, 8089.0, 8047.0, 8078.0, 8096.0, 8096.0, 8113.0, 8097.0, 8056.0, 8127.0, 8100.0, 8127.0, 8108.0, 8058.0, 8125.0, 8096.0, 8110.0, 8115.0, 8083.0, 8092.0, 8082.0, 8051.0, 8124.0, 8113.0, 8081.0, 8112.0, 8083.0, 8065.0, 8112.0, 8095.0, 8126.0, 8079.0, 8051.0, 8091.0, 8047.0, 8121.0, 8092.0, 8108.0, 8092.0, 8048.0, 8093.0, 8079.0, 8066.0, 8138.0, 8114.0, 8057.0, 8123.0, 8098.0, 8099.0, 8115.0, 8096.0, 8105.0, 8090.0, 8047.0, 8104.0, 8076.0, 8109.0, 8105.0, 8047.0, 8048.0, 8107.0, 8074.0, 8067.0, 8105.0, 8078.0, 8049.0, 8120.0, 8094.0, 8136.0, 8111.0, 8045.0, 8100.0, 8058.0, 8116.0, 8101.0, 8041.0, 8082.0, 8056.0, 8032.0, 8117.0, 8107.0, 8063.0, 8110.0, 8081.0, 8055.0, 8108.0, 8078.0, 8138.0, 8097.0, 8106.0, 8078.0, 8043.0, 8105.0, 8077.0, 8068.0, 8106.0, 8079.0, 8050.0, 8109.0, 8078.0, 8125.0, 8118.0, 8066.0, 8109.0, 8091.0, 8073.0, 8117.0, 8091.0, 8050.0, 8101.0, 8062.0, 8070.0, 8089.0, 8061.0, 8107.0, 8077.0, 8056.0, 8122.0, 8078.0, 8124.0, 8124.0, 8051.0, 8123.0, 8084.0, 8117.0, 8095.0, 8093.0, 8091.0, 8051.0, 8055.0, 8109.0, 8084.0, 8120.0, 8120.0, 8092.0, 8119.0, 8116.0, 8130.0, 8128.0, 8094.0, 8120.0, 8092.0, 8076.0, 8106.0, 8089.0, 8132.0, 8100.0, 8043.0, 8108.0, 8081.0, 8050.0, 8118.0, 8076.0, 8030.0, 8101.0, 8073.0, 8061.0, 8135.0, 8101.0, 8047.0, 8086.0, 8071.0, 8061.0, 8107.0, 8126.0, 8075.0, 8049.0, 8109.0, 8092.0, 8072.0, 8136.0, 8089.0, 8046.0, 8102.0, 8079.0, 8085.0, 8089.0, 8076.0, 8069.0, 8073.0, 8045.0, 8103.0, 8087.0, 8058.0, 8038.0, 8082.0, 8055.0, 8110.0, 8109.0, 8094.0, 8137.0, 8087.0, 8064.0, 8106.0, 8075.0, 8120.0, 8099.0, 8059.0, 8074.0, 8090.0, 8061.0, 8096.0, 8107.0, 8064.0, 8037.0, 8126.0, 8093.0, 8075.0, 8081.0, 8095.0, 8068.0, 8063.0, 8103.0, 8088.0, 8049.0, 8104.0, 8074.0, 8046.0, 8088.0, 8098.0, 8034.0, 8056.0, 8054.0, 8126.0, 8081.0, 8046.0, 8059.0, 8118.0, 8108.0, 8095.0, 8068.0, 8141.0, 8107.0, 8105.0, 8117.0, 8111.0, 8074.0, 8038.0, 8081.0, 8045.0, 8004.0, 8058.0, 8033.0, 7995.0, 8053.0, 8027.0, 8013.0, 8059.0, 8042.0, 8013.0, 8074.0, 8047.0, 8033.0, 8093.0, 8052.0, 8025.0, 8083.0, 8059.0, 8044.0, 8089.0, 8061.0, 8033.0, 8064.0, 8099.0, 8071.0, 8101.0, 8130.0, 8087.0, 8073.0, 8129.0, 8104.0, 8116.0, 8142.0, 8097.0, 8067.0, 8127.0, 8095.0, 8090.0, 8121.0, 8078.0, 8049.0, 8122.0, 8089.0, 8063.0, 8032.0, 8103.0, 8091.0, 8061.0, 8094.0, 8111.0, 8080.0, 8064.0, 8076.0, 8090.0, 8077.0, 8044.0, 8117.0, 8089.0, 8079.0, 8064.0, 8092.0, 8061.0, 8048.0, 8106.0, 8090.0, 8050.0, 8095.0, 8092.0, 8062.0, 8095.0, 8127.0, 8098.0, 8050.0, 8094.0, 8088.0, 8079.0, 8124.0, 8119.0, 8078.0, 8063.0, 8122.0, 8090.0, 8060.0, 8072.0, 8090.0, 8063.0, 8048.0, 8109.0, 8093.0, 8081.0, 8065.0, 8125.0, 8079.0, 8044.0, 8107.0, 8095.0, 8077.0, 8059.0, 8104.0, 8073.0, 8049.0, 8103.0, 8093.0, 8067.0, 8051.0, 8109.0, 8066.0, 8069.0, 8127.0, 8097.0, 8066.0, 8109.0, 8096.0, 8066.0, 8109.0, 8109.0, 8066.0, 8075.0, 8117.0, 8084.0, 8072.0, 8094.0, 8114.0, 8105.0, 8083.0, 8113.0, 8146.0, 8098.0, 8069.0, 8092.0, 8093.0, 8081.0, 8111.0, 8093.0, 8064.0, 8050.0, 8108.0, 8067.0, 8068.0, 8128.0, 8085.0, 8059.0, 8129.0, 8104.0, 8090.0, 8151.0, 8118.0, 8089.0, 8149.0, 8103.0, 8086.0, 8113.0, 8098.0, 8128.0, 8096.0, 8052.0, 8124.0, 8100.0, 8099.0, 8118.0, 8089.0, 8070.0, 8113.0, 8080.0, 8142.0, 8114.0, 8071.0, 8110.0, 8095.0, 8081.0, 8126.0, 8093.0, 8081.0, 8107.0, 8078.0, 8064.0, 8123.0, 8095.0, 8081.0, 8123.0, 8081.0, 8050.0, 8107.0, 8080.0, 8066.0, 8126.0, 8093.0, 8050.0, 8107.0, 8095.0, 8063.0, 8133.0, 8118.0, 8080.0, 8109.0, 8051.0, 8122.0, 8094.0, 8092.0, 8058.0, 8032.0, 8092.0, 8141.0, 8133.0, 8128.0, 8136.0, 8104.0, 8065.0, 8108.0, 8066.0, 8148.0, 8111.0, 8081.0, 8054.0, 8112.0, 8083.0, 8069.0, 8087.0, 8132.0, 8097.0, 8066.0, 8127.0, 8111.0, 8110.0, 8067.0, 8100.0, 8087.0, 8072.0, 8038.0, 8089.0, 8103.0, 8073.0, 8047.0, 8046.0, 8075.0, 8074.0, 8065.0, 8054.0, 8069.0, 8110.0, 8084.0, 8070.0, 8142.0, 8112.0, 8069.0, 8093.0, 8096.0, 8067.0, 8123.0, 8109.0, 8082.0, 8055.0, 8115.0, 8099.0, 8085.0, 8130.0, 8098.0, 8057.0, 8125.0, 8111.0, 8097.0, 8128.0, 8095.0, 8069.0, 8094.0, 8111.0, 8079.0, 8052.0, 8112.0, 8082.0, 8072.0, 8129.0, 8114.0, 8073.0, 8055.0, 8115.0, 8104.0, 8076.0, 8057.0, 8145.0, 8135.0, 8078.0, 8127.0, 8114.0, 8113.0, 8098.0, 8113.0, 8113.0, 8076.0, 8045.0, 8108.0, 8120.0, 8074.0, 8048.0, 8031.0, 8094.0, 8066.0, 8068.0, 8056.0, 8118.0, 8072.0, 8058.0, 8131.0, 8096.0, 8100.0, 8111.0, 8080.0, 8103.0, 8097.0, 8096.0, 8095.0, 8108.0, 8065.0, 8064.0, 8087.0, 8081.0, 8092.0, 8092.0, 8066.0, 8052.0, 8129.0, 8105.0, 8106.0, 8148.0, 8105.0, 8056.0, 8051.0, 8123.0, 8093.0, 8078.0, 8052.0, 8095.0, 8082.0, 8084.0, 8104.0, 8131.0, 8029.0, 8009.0, 8031.0, 8078.0, 8095.0, 8093.0, 8074.0, 8051.0, 8015.0, 8002.0, 8002.0, 8003.0, 8027.0, 8061.0, 8070.0, 8056.0, 8035.0, 7996.0, 7988.0, 7986.0, 7971.0, 7956.0, 7976.0, 8017.0, 8002.0, 7971.0, 7960.0, 7943.0, 7991.0, 7961.0, 7968.0, 7987.0, 7988.0, 8011.0, 8019.0, 8021.0, 8026.0, 8074.0, 8065.0, 8067.0, 8139.0, 8113.0, 8115.0, 8113.0, 8101.0, 8089.0, 8077.0, 8161.0, 8116.0, 8111.0, 8135.0, 8119.0, 8086.0, 8119.0, 8080.0, 8044.0, 8121.0, 8079.0, 8063.0, 8133.0, 8102.0, 8071.0, 8134.0, 8120.0, 8064.0, 8127.0, 8124.0, 8095.0, 8133.0, 8137.0, 8091.0, 8056.0, 8130.0, 8084.0, 8054.0, 8080.0, 8070.0, 8025.0, 8041.0, 8069.0, 8043.0, 8030.0, 8092.0, 8076.0, 8050.0, 8095.0, 8075.0, 8063.0, 8048.0, 8111.0, 8081.0, 8048.0, 8124.0, 8079.0, 8079.0, 8138.0, 8090.0, 8054.0, 8098.0, 8058.0, 8072.0, 8074.0, 8034.0, 8133.0, 8090.0, 8131.0, 8098.0, 8094.0, 8079.0, 8018.0, 8087.0, 8047.0, 8048.0, 8068.0, 8038.0, 8011.0, 8083.0, 8042.0, 8072.0, 8070.0, 8054.0, 8097.0, 8069.0, 8038.0, 8081.0, 8053.0, 8094.0, 8079.0, 8025.0, 8080.0, 8067.0, 8038.0, 8083.0, 8069.0, 8030.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.004065785512699906</td></tr>
<tr><td colspan=3>aqi</td><td>0.028469141204139226</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.105297023775876</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1996729804708106</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0808610257627105</td></tr>
<tr><td colspan=3>efc</td><td>0.4618</td></tr>
<tr><td colspan=3>fber</td><td>6111.3921</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11080562018531019</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.243650047036689</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.610529241226418</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6126392104371</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.828489296199924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3904592170422307</td></tr>
<tr><td colspan=3>gcor</td><td>0.00826353</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007644276134669781</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020819569006562233</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.841487171134418</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>27.3433</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0175</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.4314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.2023</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3329</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.6299</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2780.6188</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.3519</td></tr>
<tr><td colspan=3>tsnr</td><td>35.30421521468088</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>