<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-03/func/sub-0066_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>b4738d3091d02001327944ca9ab6fa1a</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>15:22:49.220000</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.99958, -0.0160887, 0.0240879, 0.0167498, 0.999481, -0.0274995]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.118375</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7717, -7268, 497, -150, 6, 44, 76]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>284.678</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b5afb76-562c-40f7-a5d2-5af558bf5aa1||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.6818010807037354, 0.04493840038776398, 0.06380906701087952, 106.0342025756836], [0.04316473752260208, 2.6815357208251953, -0.0753069818019867, -83.22756958007812], [0.06462609767913818, 0.07377927750349045, 2.698195219039917, -65.66676330566406], [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': ['152249.220000', '152249.680000', '152250.140000', '152250.600000', '152251.060000', '152251.520000', '152251.980000', '152252.440000', '152252.900000', '152253.360000', '152253.820000', '152254.280000', '152254.740000', '152255.200000', '152255.660000', '152256.120000', '152256.580000', '152257.040000', '152257.500000', '152257.960000', '152258.420000', '152258.880000', '152259.340000', '152259.800000', '152300.260000', '152300.720000', '152301.180000', '152301.640000', '152302.100000', '152302.560000', '152303.020000', '152303.480000', '152303.940000', '152304.400000', '152304.860000', '152305.320000', '152305.780000', '152306.240000', '152306.700000', '152307.160000', '152307.620000', '152308.080000', '152308.540000', '152309.000000', '152309.460000', '152309.920000', '152310.380000', '152310.840000', '152311.300000', '152311.760000', '152312.220000', '152312.680000', '152313.140000', '152313.600000', '152314.060000', '152314.520000', '152314.980000', '152315.440000', '152315.900000', '152316.360000', '152316.820000', '152317.280000', '152317.740000', '152318.200000', '152318.660000', '152319.120000', '152319.580000', '152320.040000', '152320.500000', '152320.960000', '152321.420000', '152321.880000', '152322.340000', '152322.800000', '152323.260000', '152323.720000', '152324.180000', '152324.640000', '152325.100000', '152325.560000', '152326.020000', '152326.480000', '152326.940000', '152327.400000', '152327.860000', '152328.320000', '152328.780000', '152329.240000', '152329.700000', '152330.160000', '152330.620000', '152331.080000', '152331.540000', '152332.000000', '152332.460000', '152332.920000', '152333.380000', '152333.840000', '152334.300000', '152334.760000', '152335.220000', '152335.680000', '152336.140000', '152336.600000', '152337.060000', '152337.520000', '152337.980000', '152338.440000', '152338.900000', '152339.360000', '152339.820000', '152340.280000', '152340.740000', '152341.200000', '152341.660000', '152342.120000', '152342.580000', '152343.040000', '152343.500000', '152343.960000', '152344.420000', '152344.880000', '152345.340000', '152345.800000', '152346.260000', '152346.720000', '152347.180000', '152347.640000', '152348.100000', '152348.560000', '152349.020000', '152349.480000', '152349.940000', '152350.400000', '152350.860000', '152351.320000', '152351.780000', '152352.240000', '152352.700000', '152353.160000', '152353.620000', '152354.080000', '152354.540000', '152355.000000', '152355.460000', '152355.920000', '152356.380000', '152356.840000', '152357.300000', '152357.760000', '152358.220000', '152358.680000', '152359.140000', '152359.600000', '152400.060000', '152400.520000', '152400.980000', '152401.440000', '152401.900000', '152402.360000', '152402.820000', '152403.280000', '152403.740000', '152404.200000', '152404.660000', '152405.120000', '152405.580000', '152406.040000', '152406.500000', '152406.960000', '152407.420000', '152407.880000', '152408.340000', '152408.800000', '152409.260000', '152409.720000', '152410.180000', '152410.640000', '152411.100000', '152411.560000', '152412.020000', '152412.480000', '152412.940000', '152413.400000', '152413.860000', '152414.320000', '152414.780000', '152415.240000', '152415.700000', '152416.160000', '152416.620000', '152417.080000', '152417.540000', '152418.000000', '152418.460000', '152418.920000', '152419.380000', '152419.840000', '152420.300000', '152420.760000', '152421.220000', '152421.680000', '152422.140000', '152422.600000', '152423.060000', '152423.520000', '152423.980000', '152424.440000', '152424.900000', '152425.360000', '152425.820000', '152426.280000', '152426.740000', '152427.200000', '152427.660000', '152428.120000', '152428.580000', '152429.040000', '152429.500000', '152429.960000', '152430.420000', '152430.880000', '152431.340000', '152431.800000', '152432.260000', '152432.720000', '152433.180000', '152433.640000', '152434.100000', '152434.560000', '152435.020000', '152435.480000', '152435.940000', '152436.400000', '152436.860000', '152437.320000', '152437.780000', '152438.240000', '152438.700000', '152439.160000', '152439.620000', '152440.080000', '152440.540000', '152441.000000', '152441.460000', '152441.920000', '152442.380000', '152442.840000', '152443.300000', '152443.760000', '152444.220000', '152444.680000', '152445.140000', '152445.600000', '152446.060000', '152446.520000', '152446.980000', '152447.440000', '152447.900000', '152448.360000', '152448.820000', '152449.280000', '152449.740000', '152450.200000', '152450.660000', '152451.120000', '152451.580000', '152452.040000', '152452.500000', '152452.960000', '152453.420000', '152453.880000', '152454.340000', '152454.800000', '152455.260000', '152455.720000', '152456.180000', '152456.640000', '152457.100000', '152457.560000', '152458.020000', '152458.480000', '152458.940000', '152459.400000', '152459.860000', '152500.320000', '152500.780000', '152501.240000', '152501.700000', '152502.160000', '152502.620000', '152503.080000', '152503.540000', '152504.000000', '152504.460000', '152504.920000', '152505.380000', '152505.840000', '152506.300000', '152506.760000', '152507.220000', '152507.680000', '152508.140000', '152508.600000', '152509.060000', '152509.520000', '152509.980000', '152510.440000', '152510.900000', '152511.360000', '152511.820000', '152512.280000', '152512.740000', '152513.200000', '152513.660000', '152514.120000', '152514.580000', '152515.040000', '152515.500000', '152515.960000', '152516.420000', '152516.880000', '152517.340000', '152517.800000', '152518.260000', '152518.720000', '152519.180000', '152519.640000', '152520.100000', '152520.560000', '152521.020000', '152521.480000', '152521.940000', '152522.400000', '152522.860000', '152523.320000', '152523.780000', '152524.240000', '152524.700000', '152525.160000', '152525.620000', '152526.080000', '152526.540000', '152527.000000', '152527.460000', '152527.920000', '152528.380000', '152528.840000', '152529.300000', '152529.760000', '152530.220000', '152530.680000', '152531.140000', '152531.600000', '152532.060000', '152532.520000', '152532.980000', '152533.440000', '152533.900000', '152534.360000', '152534.820000', '152535.280000', '152535.740000', '152536.200000', '152536.660000', '152537.120000', '152537.580000', '152538.040000', '152538.500000', '152538.960000', '152539.420000', '152539.880000', '152540.340000', '152540.800000', '152541.260000', '152541.720000', '152542.180000', '152542.640000', '152543.100000', '152543.560000', '152544.020000', '152544.480000', '152544.940000', '152545.400000', '152545.860000', '152546.320000', '152546.780000', '152547.240000', '152547.700000', '152548.160000', '152548.620000', '152549.080000', '152549.540000', '152550.000000', '152550.460000', '152550.920000', '152551.380000', '152551.840000', '152552.300000', '152552.760000', '152553.220000', '152553.680000', '152554.140000', '152554.600000', '152555.060000', '152555.520000', '152555.980000', '152556.440000', '152556.900000', '152557.360000', '152557.820000', '152558.280000', '152558.740000', '152559.200000', '152559.660000', '152600.120000', '152600.580000', '152601.040000', '152601.500000', '152601.960000', '152602.420000', '152602.880000', '152603.340000', '152603.800000', '152604.260000', '152604.720000', '152605.180000', '152605.640000', '152606.100000', '152606.560000', '152607.020000', '152607.480000', '152607.940000', '152608.400000', '152608.860000', '152609.320000', '152609.780000', '152610.240000', '152610.700000', '152611.160000', '152611.620000', '152612.080000', '152612.540000', '152613.000000', '152613.460000', '152613.920000', '152614.380000', '152614.840000', '152615.300000', '152615.760000', '152616.220000', '152616.680000', '152617.140000', '152617.600000', '152618.060000', '152618.520000', '152618.980000', '152619.440000', '152619.900000', '152620.360000', '152620.820000', '152621.280000', '152621.740000', '152622.200000', '152622.660000', '152623.120000', '152623.580000', '152624.040000', '152624.500000', '152624.960000', '152625.420000', '152625.880000', '152626.340000', '152626.800000', '152627.260000', '152627.720000', '152628.180000', '152628.640000', '152629.100000', '152629.560000', '152630.020000', '152630.480000', '152630.940000', '152631.400000', '152631.860000', '152632.320000', '152632.780000', '152633.240000', '152633.700000', '152634.160000', '152634.620000', '152635.080000', '152635.540000', '152636.000000', '152636.460000', '152636.920000', '152637.380000', '152637.840000', '152638.300000', '152638.760000', '152639.220000', '152639.680000', '152640.140000', '152640.600000', '152641.060000', '152641.520000', '152641.980000', '152642.440000', '152642.900000', '152643.360000', '152643.820000', '152644.280000', '152644.740000', '152645.200000', '152645.660000', '152646.120000', '152646.580000', '152647.040000', '152647.500000', '152647.960000', '152648.420000', '152648.880000', '152649.340000', '152649.800000', '152650.260000', '152650.720000', '152651.180000', '152651.640000', '152652.100000', '152652.560000', '152653.020000', '152653.480000', '152653.940000', '152654.400000', '152654.860000', '152655.320000', '152655.780000', '152656.240000', '152656.700000', '152657.160000', '152657.620000', '152658.080000', '152658.540000', '152659.000000', '152659.460000', '152659.920000', '152700.380000', '152700.840000', '152701.300000', '152701.760000', '152702.220000', '152702.680000', '152703.140000', '152703.600000', '152704.060000', '152704.520000', '152704.980000', '152705.440000', '152705.900000', '152706.360000', '152706.820000', '152707.280000', '152707.740000', '152708.200000', '152708.660000', '152709.120000', '152709.580000', '152710.040000', '152710.500000', '152710.960000', '152711.420000', '152711.880000', '152712.340000', '152712.800000', '152713.260000', '152713.720000', '152714.180000', '152714.640000', '152715.100000', '152715.560000', '152716.020000', '152716.480000', '152716.940000', '152717.400000', '152717.860000', '152718.320000', '152718.780000', '152719.240000', '152719.700000', '152720.160000', '152720.620000', '152721.080000', '152721.540000', '152722.000000', '152722.460000', '152722.920000', '152723.380000', '152723.840000', '152724.300000', '152724.760000', '152725.220000', '152725.680000', '152726.140000', '152726.600000', '152727.060000', '152727.520000', '152727.980000', '152728.440000', '152728.900000', '152729.360000', '152729.820000', '152730.280000', '152730.740000', '152731.200000', '152731.660000', '152732.120000', '152732.580000', '152733.040000', '152733.500000', '152733.960000', '152734.420000', '152734.880000', '152735.340000', '152735.800000', '152736.260000', '152736.720000', '152737.180000', '152737.640000', '152738.100000', '152738.560000', '152739.020000', '152739.480000', '152739.940000', '152740.400000', '152740.860000', '152741.320000', '152741.780000', '152742.240000', '152742.700000', '152743.160000', '152743.620000', '152744.080000', '152744.540000', '152745.000000', '152745.460000', '152745.920000', '152746.380000', '152746.840000', '152747.300000', '152747.760000', '152748.220000', '152748.680000', '152749.140000', '152749.600000', '152750.060000', '152750.520000', '152750.980000', '152751.440000', '152751.900000', '152752.360000', '152752.820000', '152753.280000', '152753.740000', '152754.200000', '152754.660000', '152755.120000', '152755.580000', '152756.040000', '152756.500000', '152756.960000', '152757.420000', '152757.880000', '152758.340000', '152758.800000', '152759.260000', '152759.720000', '152800.180000', '152800.640000', '152801.100000', '152801.560000', '152802.020000', '152802.480000', '152802.940000', '152803.400000', '152803.860000', '152804.320000', '152804.780000', '152805.240000', '152805.700000', '152806.160000', '152806.620000', '152807.080000', '152807.540000', '152808.000000', '152808.460000', '152808.920000', '152809.380000', '152809.840000', '152810.300000', '152810.760000', '152811.220000', '152811.680000', '152812.140000', '152812.600000', '152813.060000', '152813.520000', '152813.980000', '152814.440000', '152814.900000', '152815.360000', '152815.820000', '152816.280000', '152816.740000', '152817.200000', '152817.660000', '152818.120000', '152818.580000', '152819.040000', '152819.500000', '152819.960000', '152820.420000', '152820.880000', '152821.340000', '152821.800000', '152822.260000', '152822.720000', '152823.180000', '152823.640000', '152824.100000', '152824.560000', '152825.020000', '152825.480000', '152825.940000', '152826.400000', '152826.860000', '152827.320000', '152827.780000', '152828.240000', '152828.700000', '152829.160000', '152829.620000', '152830.080000', '152830.540000', '152831.000000', '152831.460000', '152831.920000', '152832.380000', '152832.840000', '152833.300000', '152833.760000', '152834.220000', '152834.680000', '152835.140000', '152835.600000', '152836.060000', '152836.520000', '152836.980000', '152837.440000', '152837.900000', '152838.360000', '152838.820000', '152839.280000', '152839.740000', '152840.200000', '152840.660000', '152841.120000', '152841.580000', '152842.040000', '152842.500000', '152842.960000', '152843.420000', '152843.880000', '152844.340000', '152844.800000', '152845.260000', '152845.720000', '152846.180000', '152846.640000', '152847.100000', '152847.560000', '152848.020000', '152848.480000', '152848.940000', '152849.400000', '152849.860000', '152850.320000', '152850.780000', '152851.240000', '152851.700000', '152852.160000', '152852.620000', '152853.080000', '152853.540000', '152854.000000', '152854.460000', '152854.920000', '152855.380000', '152855.840000', '152856.300000', '152856.760000', '152857.220000', '152857.680000', '152858.140000', '152858.600000', '152859.060000', '152859.520000', '152859.980000', '152900.440000', '152900.900000', '152901.360000', '152901.820000', '152902.280000', '152902.740000', '152903.200000', '152903.660000', '152904.120000', '152904.580000', '152905.040000', '152905.500000', '152905.960000', '152906.420000', '152906.880000', '152907.340000', '152907.800000', '152908.260000', '152908.720000', '152909.180000', '152909.640000', '152910.100000', '152910.560000', '152911.020000', '152911.480000', '152911.940000', '152912.400000', '152912.860000', '152913.320000', '152913.780000', '152914.240000', '152914.700000', '152915.160000', '152915.620000', '152916.080000', '152916.540000', '152917.000000', '152917.460000', '152917.920000', '152918.380000', '152918.840000', '152919.300000', '152919.760000', '152920.220000', '152920.680000', '152921.140000', '152921.600000', '152922.060000', '152922.520000', '152922.980000', '152923.440000', '152923.900000', '152924.360000', '152924.820000', '152925.280000', '152925.740000', '152926.200000', '152926.660000', '152927.120000', '152927.580000', '152928.040000', '152928.500000', '152928.960000', '152929.420000', '152929.880000', '152930.340000', '152930.800000', '152931.260000', '152931.720000', '152932.180000', '152932.640000', '152933.100000', '152933.560000', '152934.020000', '152934.480000', '152934.940000', '152935.400000', '152935.860000', '152936.320000', '152936.780000', '152937.240000', '152937.700000', '152938.160000', '152938.620000', '152939.080000', '152939.540000', '152940.000000', '152940.460000', '152940.920000', '152941.380000', '152941.840000', '152942.300000', '152942.760000', '152943.220000', '152943.680000', '152944.140000', '152944.600000', '152945.060000', '152945.520000', '152945.980000', '152946.440000', '152946.900000', '152947.360000', '152947.820000', '152948.280000', '152948.740000', '152949.200000', '152949.660000', '152950.120000', '152950.580000', '152951.040000', '152951.500000', '152951.960000', '152952.420000', '152952.880000', '152953.340000', '152953.800000', '152954.260000', '152954.720000', '152955.180000', '152955.640000', '152956.100000', '152956.560000', '152957.020000', '152957.480000', '152957.940000', '152958.400000', '152958.860000', '152959.320000', '152959.780000', '153000.240000', '153000.700000', '153001.160000', '153001.620000', '153002.080000', '153002.540000', '153003.000000', '153003.460000', '153003.920000', '153004.380000', '153004.840000', '153005.300000', '153005.760000', '153006.220000', '153006.680000', '153007.140000', '153007.600000', '153008.060000', '153008.520000', '153008.980000', '153009.440000', '153009.900000', '153010.360000', '153010.820000', '153011.280000', '153011.740000', '153012.200000', '153012.660000', '153013.120000', '153013.580000', '153014.040000', '153014.500000', '153014.960000', '153015.420000', '153015.880000', '153016.340000', '153016.800000', '153017.260000', '153017.720000', '153018.180000', '153018.640000', '153019.100000', '153019.560000', '153020.020000', '153020.480000', '153020.940000', '153021.400000', '153021.860000', '153022.320000', '153022.780000', '153023.240000', '153023.700000', '153024.160000', '153024.620000', '153025.080000', '153025.540000', '153026.000000', '153026.460000', '153026.920000', '153027.380000', '153027.840000', '153028.300000', '153028.760000', '153029.220000', '153029.680000', '153030.140000', '153030.600000', '153031.060000', '153031.520000', '153031.980000', '153032.440000', '153032.900000', '153033.360000', '153033.820000', '153034.280000', '153034.740000', '153035.200000', '153035.660000', '153036.120000', '153036.580000', '153037.040000', '153037.500000', '153037.960000', '153038.420000', '153038.880000', '153039.340000', '153039.800000', '153040.260000', '153040.720000', '153041.180000', '153041.640000', '153042.100000', '153042.560000', '153043.020000', '153043.480000', '153043.940000', '153044.400000', '153044.860000', '153045.320000', '153045.780000', '153046.240000', '153046.700000', '153047.160000', '153047.620000', '153048.080000', '153048.540000', '153049.000000', '153049.460000', '153049.920000', '153050.380000', '153050.840000', '153051.300000', '153051.760000', '153052.220000', '153052.680000', '153053.140000', '153053.600000', '153054.060000', '153054.520000', '153054.980000', '153055.440000', '153055.900000', '153056.360000', '153056.820000', '153057.280000', '153057.740000', '153058.200000', '153058.660000'], 'ContentTime': ['152315.286000', '152315.289000', '152315.292000', '152315.295000', '152315.298000', '152315.301000', '152315.303000', '152315.306000', '152315.309000', '152315.319000', '152315.322000', '152315.324000', '152315.327000', '152315.330000', '152315.332000', '152315.335000', '152315.337000', '152315.340000', '152315.343000', '152315.345000', '152315.348000', '152315.350000', '152315.353000', '152315.355000', '152315.358000', '152315.360000', '152315.363000', '152315.366000', '152315.368000', '152315.371000', '152315.373000', '152315.376000', '152315.378000', '152315.381000', '152315.384000', '152315.387000', '152315.390000', '152315.394000', '152315.396000', '152315.399000', '152315.401000', '152315.404000', '152315.407000', '152315.409000', '152315.412000', '152315.414000', '152315.417000', '152315.419000', '152315.422000', '152315.425000', '152315.427000', '152315.430000', '152315.432000', '152335.254000', '152335.256000', '152335.259000', '152335.262000', '152335.264000', '152335.267000', '152335.269000', '152335.272000', '152335.274000', '152335.278000', '152335.280000', '152335.283000', '152335.285000', '152335.288000', '152335.291000', '152335.294000', '152335.296000', '152335.299000', '152335.302000', '152335.304000', '152335.307000', '152335.309000', '152335.312000', '152335.314000', '152335.317000', '152335.320000', '152335.322000', '152335.325000', '152335.327000', '152335.330000', '152335.332000', '152335.335000', '152335.345000', '152335.347000', '152335.350000', '152335.353000', '152335.355000', '152335.358000', '152335.360000', '152335.363000', '152335.366000', '152335.368000', '152335.371000', '152335.373000', '152355.253000', '152355.263000', '152355.266000', '152355.269000', '152355.271000', '152355.274000', '152355.288000', '152355.291000', '152355.293000', '152355.296000', '152355.298000', '152355.301000', '152355.303000', '152355.306000', '152355.309000', '152355.311000', '152355.314000', '152355.317000', '152355.320000', '152355.322000', '152355.325000', '152355.327000', '152355.330000', '152355.333000', '152355.335000', '152355.338000', '152355.340000', '152355.343000', '152355.345000', '152355.348000', '152355.351000', '152355.353000', '152355.377000', '152355.379000', '152355.382000', '152355.384000', '152355.387000', '152355.390000', '152355.393000', '152355.395000', '152355.398000', '152355.400000', '152355.403000', '152415.253000', '152415.256000', '152415.259000', '152415.261000', '152415.264000', '152415.267000', '152415.269000', '152415.272000', '152415.275000', '152415.277000', '152415.280000', '152415.282000', '152415.285000', '152415.288000', '152415.290000', '152415.293000', '152415.296000', '152415.298000', '152415.301000', '152415.303000', '152415.316000', '152415.318000', '152415.321000', '152415.323000', '152415.326000', '152415.329000', '152415.331000', '152415.334000', '152415.337000', '152415.339000', '152415.342000', '152415.344000', '152415.347000', '152415.350000', '152415.352000', '152415.355000', '152415.358000', '152415.360000', '152415.363000', '152415.365000', '152415.368000', '152415.371000', '152415.373000', '152415.376000', '152435.253000', '152435.256000', '152435.259000', '152435.261000', '152435.264000', '152435.267000', '152435.269000', '152435.272000', '152435.274000', '152435.277000', '152435.279000', '152435.282000', '152435.284000', '152435.287000', '152435.290000', '152435.292000', '152435.295000', '152435.297000', '152435.305000', '152435.307000', '152435.310000', '152435.313000', '152435.315000', '152435.318000', '152435.320000', '152435.323000', '152435.326000', '152435.328000', '152435.331000', '152435.334000', '152435.336000', '152435.339000', '152435.341000', '152435.344000', '152435.347000', '152435.349000', '152435.352000', '152435.354000', '152435.357000', '152435.360000', '152435.362000', '152435.365000', '152435.367000', '152455.254000', '152455.256000', '152455.259000', '152455.262000', '152455.264000', '152455.267000', '152455.269000', '152455.276000', '152455.278000', '152455.281000', '152455.284000', '152455.286000', '152455.289000', '152455.292000', '152455.294000', '152455.297000', '152455.299000', '152455.302000', '152455.305000', '152455.307000', '152455.310000', '152455.312000', '152455.315000', '152455.318000', '152455.320000', '152455.323000', '152455.325000', '152455.328000', '152455.331000', '152455.333000', '152455.336000', '152455.338000', '152455.341000', '152455.343000', '152455.346000', '152455.349000', '152455.351000', '152455.354000', '152455.356000', '152455.359000', '152455.362000', '152455.364000', '152455.367000', '152455.370000', '152515.254000', '152515.256000', '152515.259000', '152515.262000', '152515.264000', '152515.267000', '152515.269000', '152515.272000', '152515.274000', '152515.277000', '152515.279000', '152515.282000', '152515.285000', '152515.287000', '152515.290000', '152515.293000', '152515.295000', '152515.298000', '152515.300000', '152515.303000', '152515.305000', '152515.308000', '152515.311000', '152515.313000', '152515.316000', '152515.319000', '152515.321000', '152515.324000', '152515.326000', '152515.329000', '152515.331000', '152515.334000', '152515.337000', '152515.339000', '152515.342000', '152515.344000', '152515.347000', '152515.350000', '152515.352000', '152515.355000', '152515.373000', '152515.376000', '152515.379000', '152535.254000', '152535.256000', '152535.259000', '152535.262000', '152535.264000', '152535.267000', '152535.270000', '152535.272000', '152535.275000', '152535.277000', '152535.280000', '152535.283000', '152535.286000', '152535.289000', '152535.291000', '152535.294000', '152535.296000', '152535.299000', '152535.302000', '152535.304000', '152535.307000', '152535.309000', '152535.312000', '152535.314000', '152535.317000', '152535.319000', '152535.322000', '152535.324000', '152535.327000', '152535.330000', '152535.332000', '152535.335000', '152535.337000', '152535.340000', '152535.342000', '152535.345000', '152535.347000', '152535.350000', '152535.352000', '152535.355000', '152535.358000', '152535.360000', '152535.363000', '152535.365000', '152555.253000', '152555.256000', '152555.259000', '152555.261000', '152555.264000', '152555.267000', '152555.269000', '152555.272000', '152555.274000', '152555.277000', '152555.280000', '152555.282000', '152555.285000', '152555.288000', '152555.290000', '152555.293000', '152555.295000', '152555.298000', '152555.301000', '152555.303000', '152555.306000', '152555.309000', '152555.311000', '152555.314000', '152555.317000', '152555.319000', '152555.322000', '152555.324000', '152555.327000', '152555.330000', '152555.332000', '152555.335000', '152555.337000', '152555.340000', '152555.342000', '152555.345000', '152555.348000', '152555.350000', '152555.353000', '152555.355000', '152555.358000', '152555.361000', '152555.363000', '152615.254000', '152615.256000', '152615.259000', '152615.262000', '152615.264000', '152615.267000', '152615.270000', '152615.272000', '152615.275000', '152615.278000', '152615.280000', '152615.283000', '152615.285000', '152615.288000', '152615.291000', '152615.293000', '152615.296000', '152615.299000', '152615.301000', '152615.304000', '152615.307000', '152615.309000', '152615.312000', '152615.314000', '152615.317000', '152615.320000', '152615.322000', '152615.325000', '152615.327000', '152615.330000', '152615.333000', '152615.335000', '152615.338000', '152615.340000', '152615.343000', '152615.345000', '152615.348000', '152615.351000', '152615.353000', '152615.356000', '152615.358000', '152615.361000', '152615.364000', '152615.366000', '152635.253000', '152635.256000', '152635.259000', '152635.262000', '152635.265000', '152635.267000', '152635.270000', '152635.272000', '152635.275000', '152635.278000', '152635.280000', '152635.283000', '152635.286000', '152635.288000', '152635.291000', '152635.293000', '152635.296000', '152635.299000', '152635.301000', '152635.304000', '152635.306000', '152635.309000', '152635.312000', '152635.314000', '152635.317000', '152635.319000', '152635.322000', '152635.325000', '152635.327000', '152635.330000', '152635.332000', '152635.335000', '152635.338000', '152635.340000', '152635.343000', '152635.345000', '152635.348000', '152635.351000', '152635.353000', '152635.356000', '152635.358000', '152635.361000', '152635.364000', '152655.254000', '152655.256000', '152655.259000', '152655.261000', '152655.265000', '152655.267000', '152655.270000', '152655.273000', '152655.276000', '152655.278000', '152655.281000', '152655.284000', '152655.286000', '152655.289000', '152655.292000', '152655.294000', '152655.297000', '152655.299000', '152655.302000', '152655.304000', '152655.307000', '152655.310000', '152655.327000', '152655.330000', '152655.333000', '152655.335000', '152655.338000', '152655.340000', '152655.343000', '152655.345000', '152655.348000', '152655.351000', '152655.353000', '152655.356000', '152655.358000', '152655.361000', '152655.363000', '152655.366000', '152655.369000', '152655.371000', '152655.374000', '152655.376000', '152655.379000', '152655.381000', '152715.254000', '152715.256000', '152715.259000', '152715.262000', '152715.264000', '152715.267000', '152715.270000', '152715.272000', '152715.275000', '152715.278000', '152715.280000', '152715.283000', '152715.285000', '152715.288000', '152715.291000', '152715.293000', '152715.296000', '152715.299000', '152715.301000', '152715.304000', '152715.307000', '152715.310000', '152715.312000', '152715.315000', '152715.317000', '152715.320000', '152715.323000', '152715.325000', '152715.328000', '152715.330000', '152715.333000', '152715.336000', '152715.339000', '152715.341000', '152715.344000', '152715.347000', '152715.349000', '152715.352000', '152715.354000', '152715.357000', '152715.359000', '152715.362000', '152715.365000', '152735.253000', '152735.256000', '152735.259000', '152735.262000', '152735.264000', '152735.267000', '152735.269000', '152735.272000', '152735.275000', '152735.277000', '152735.280000', '152735.282000', '152735.285000', '152735.287000', '152735.290000', '152735.293000', '152735.295000', '152735.298000', '152735.301000', '152735.303000', '152735.306000', '152735.308000', '152735.311000', '152735.314000', '152735.316000', '152735.319000', '152735.321000', '152735.324000', '152735.327000', '152735.329000', '152735.332000', '152735.335000', '152735.337000', '152735.340000', '152735.342000', '152735.345000', '152735.348000', '152735.350000', '152735.353000', '152735.356000', '152735.358000', '152735.361000', '152735.363000', '152735.366000', '152755.253000', '152755.257000', '152755.260000', '152755.262000', '152755.265000', '152755.268000', '152755.270000', '152755.273000', '152755.275000', '152755.278000', '152755.281000', '152755.283000', '152755.286000', '152755.289000', '152755.291000', '152755.294000', '152755.296000', '152755.299000', '152755.301000', '152755.304000', '152755.307000', '152755.309000', '152755.312000', '152755.315000', '152755.317000', '152755.320000', '152755.322000', '152755.325000', '152755.328000', '152755.330000', '152755.333000', '152755.335000', '152755.338000', '152755.341000', '152755.343000', '152755.346000', '152755.348000', '152755.351000', '152755.354000', '152755.356000', '152755.359000', '152755.361000', '152755.364000', '152815.253000', '152815.256000', '152815.259000', '152815.262000', '152815.264000', '152815.267000', '152815.269000', '152815.272000', '152815.275000', '152815.277000', '152815.280000', '152815.283000', '152815.285000', '152815.288000', '152815.291000', '152815.293000', '152815.296000', '152815.298000', '152815.301000', '152815.304000', '152815.306000', '152815.309000', '152815.312000', '152815.315000', '152815.317000', '152815.320000', '152815.323000', '152815.325000', '152815.328000', '152815.330000', '152815.333000', '152815.343000', '152815.345000', '152815.348000', '152815.351000', '152815.353000', '152815.356000', '152815.358000', '152815.361000', '152815.366000', '152815.368000', '152815.371000', '152815.374000', '152835.254000', '152835.257000', '152835.260000', '152835.262000', '152835.265000', '152835.268000', '152835.270000', '152835.273000', '152835.276000', '152835.278000', '152835.281000', '152835.283000', '152835.286000', '152835.289000', '152835.291000', '152835.294000', '152835.296000', '152835.299000', '152835.302000', '152835.304000', '152835.307000', '152835.310000', '152835.312000', '152835.315000', '152835.317000', '152835.320000', '152835.323000', '152835.325000', '152835.328000', '152835.331000', '152835.335000', '152835.337000', '152835.340000', '152835.343000', '152835.345000', '152835.348000', '152835.350000', '152835.353000', '152835.356000', '152835.358000', '152835.361000', '152835.364000', '152835.366000', '152835.369000', '152855.254000', '152855.256000', '152855.259000', '152855.262000', '152855.265000', '152855.267000', '152855.270000', '152855.273000', '152855.275000', '152855.278000', '152855.281000', '152855.283000', '152855.286000', '152855.288000', '152855.291000', '152855.294000', '152855.296000', '152855.299000', '152855.302000', '152855.304000', '152855.307000', '152855.309000', '152855.312000', '152855.315000', '152855.317000', '152855.320000', '152855.322000', '152855.325000', '152855.328000', '152855.330000', '152855.333000', '152855.335000', '152855.338000', '152855.341000', '152855.343000', '152855.346000', '152855.348000', '152855.351000', '152855.354000', '152855.356000', '152855.359000', '152855.362000', '152855.364000', '152915.253000', '152915.256000', '152915.259000', '152915.262000', '152915.264000', '152915.267000', '152915.270000', '152915.272000', '152915.275000', '152915.278000', '152915.280000', '152915.283000', '152915.285000', '152915.288000', '152915.291000', '152915.293000', '152915.305000', '152915.308000', '152915.311000', '152915.313000', '152915.316000', '152915.319000', '152915.321000', '152915.324000', '152915.326000', '152915.329000', '152915.332000', '152915.334000', '152915.337000', '152915.339000', '152915.342000', '152915.345000', '152915.347000', '152915.350000', '152915.353000', '152915.355000', '152915.358000', '152915.360000', '152915.363000', '152915.365000', '152915.368000', '152915.371000', '152915.373000', '152915.376000', '152935.253000', '152935.256000', '152935.259000', '152935.262000', '152935.264000', '152935.267000', '152935.269000', '152935.272000', '152935.275000', '152935.277000', '152935.280000', '152935.282000', '152935.285000', '152935.288000', '152935.290000', '152935.293000', '152935.296000', '152935.298000', '152935.301000', '152935.304000', '152935.306000', '152935.309000', '152935.311000', '152935.314000', '152935.317000', '152935.320000', '152935.322000', '152935.325000', '152935.327000', '152935.331000', '152935.334000', '152935.336000', '152935.339000', '152935.364000', '152935.367000', '152935.370000', '152935.372000', '152935.375000', '152935.377000', '152935.380000', '152935.383000', '152935.385000', '152935.388000', '152955.259000', '152955.262000', '152955.265000', '152955.268000', '152955.270000', '152955.273000', '152955.275000', '152955.278000', '152955.281000', '152955.283000', '152955.286000', '152955.289000', '152955.291000', '152955.294000', '152955.297000', '152955.299000', '152955.302000', '152955.304000', '152955.307000', '152955.310000', '152955.312000', '152955.315000', '152955.317000', '152955.320000', '152955.323000', '152955.325000', '152955.328000', '152955.331000', '152955.333000', '152955.336000', '152955.338000', '152955.341000', '152955.344000', '152955.346000', '152955.349000', '152955.352000', '152955.354000', '152955.357000', '152955.359000', '152955.362000', '152955.365000', '152955.367000', '152955.370000', '152955.372000', '153015.254000', '153015.257000', '153015.259000', '153015.262000', '153015.264000', '153015.267000', '153015.270000', '153015.272000', '153015.275000', '153015.278000', '153015.280000', '153015.283000', '153015.285000', '153015.288000', '153015.291000', '153015.293000', '153015.296000', '153015.299000', '153015.301000', '153015.304000', '153015.306000', '153015.309000', '153015.311000', '153015.314000', '153015.317000', '153015.319000', '153015.322000', '153015.325000', '153015.327000', '153015.330000', '153015.333000', '153015.337000', '153015.339000', '153015.342000', '153015.345000', '153015.347000', '153015.350000', '153015.352000', '153015.355000', '153015.358000', '153015.360000', '153015.363000', '153015.365000', '153035.254000', '153035.257000', '153035.260000', '153035.263000', '153035.266000', '153035.268000', '153035.271000', '153035.273000', '153035.276000', '153035.279000', '153035.281000', '153035.284000', '153035.286000', '153035.289000', '153035.292000', '153035.294000', '153035.297000', '153035.300000', '153035.302000', '153035.305000', '153035.307000', '153035.310000', '153035.313000', '153035.315000', '153035.318000', '153035.321000', '153035.323000', '153035.326000', '153035.329000', '153035.331000', '153035.334000', '153035.337000', '153035.339000', '153035.342000', '153035.345000', '153035.347000', '153035.350000', '153035.352000', '153035.355000', '153035.358000', '153035.360000', '153035.363000', '153035.365000', '153035.368000', '153055.253000', '153055.256000', '153055.259000', '153055.262000', '153055.264000', '153055.267000', '153055.270000', '153055.272000', '153055.275000', '153055.277000', '153055.280000', '153055.283000', '153055.285000', '153055.288000', '153055.290000', '153055.293000', '153055.296000', '153055.298000', '153055.301000', '153055.304000', '153055.306000', '153055.309000', '153055.311000', '153055.314000', '153055.317000', '153055.319000', '153055.322000', '153055.324000', '153055.327000', '153055.330000', '153055.332000', '153055.335000', '153055.337000', '153055.340000', '153055.342000', '153055.345000', '153055.348000', '153055.351000', '153055.354000', '153055.357000', '153055.360000', '153055.362000', '153055.365000', '153100.398000', '153100.401000', '153100.404000', '153100.407000', '153100.409000', '153100.412000', '153100.415000', '153100.417000', '153100.420000', '153100.423000', '153100.425000', '153100.447000'], 'InstanceCreationTime': ['152315.286000', '152315.289000', '152315.292000', '152315.295000', '152315.298000', '152315.301000', '152315.303000', '152315.306000', '152315.309000', '152315.319000', '152315.322000', '152315.324000', '152315.327000', '152315.330000', '152315.332000', '152315.335000', '152315.337000', '152315.340000', '152315.343000', '152315.345000', '152315.348000', '152315.350000', '152315.353000', '152315.355000', '152315.358000', '152315.360000', '152315.363000', '152315.366000', '152315.368000', '152315.371000', '152315.373000', '152315.376000', '152315.378000', '152315.381000', '152315.384000', '152315.387000', '152315.390000', '152315.394000', '152315.396000', '152315.399000', '152315.401000', '152315.404000', '152315.407000', '152315.409000', '152315.412000', '152315.414000', '152315.417000', '152315.419000', '152315.422000', '152315.425000', '152315.427000', '152315.430000', '152315.432000', '152335.254000', '152335.256000', '152335.259000', '152335.262000', '152335.264000', '152335.267000', '152335.269000', '152335.272000', '152335.274000', '152335.278000', '152335.280000', '152335.283000', '152335.285000', '152335.288000', '152335.291000', '152335.294000', '152335.296000', '152335.299000', '152335.302000', '152335.304000', '152335.307000', '152335.309000', '152335.312000', '152335.314000', '152335.317000', '152335.320000', '152335.322000', '152335.325000', '152335.327000', '152335.330000', '152335.332000', '152335.335000', '152335.345000', '152335.347000', '152335.350000', '152335.353000', '152335.355000', '152335.358000', '152335.360000', '152335.363000', '152335.366000', '152335.368000', '152335.371000', '152335.373000', '152355.253000', '152355.263000', '152355.266000', '152355.269000', '152355.271000', '152355.274000', '152355.288000', '152355.291000', '152355.293000', '152355.296000', '152355.298000', '152355.301000', '152355.303000', '152355.306000', '152355.309000', '152355.311000', '152355.314000', '152355.317000', '152355.320000', '152355.322000', '152355.325000', '152355.327000', '152355.330000', '152355.333000', '152355.335000', '152355.338000', '152355.340000', '152355.343000', '152355.345000', '152355.348000', '152355.351000', '152355.353000', '152355.377000', '152355.379000', '152355.382000', '152355.384000', '152355.387000', '152355.390000', '152355.393000', '152355.395000', '152355.398000', '152355.400000', '152355.403000', '152415.253000', '152415.256000', '152415.259000', '152415.261000', '152415.264000', '152415.267000', '152415.269000', '152415.272000', '152415.275000', '152415.277000', '152415.280000', '152415.282000', '152415.285000', '152415.288000', '152415.290000', '152415.293000', '152415.296000', '152415.298000', '152415.301000', '152415.303000', '152415.316000', '152415.318000', '152415.321000', '152415.323000', '152415.326000', '152415.329000', '152415.331000', '152415.334000', '152415.337000', '152415.339000', '152415.342000', '152415.344000', '152415.347000', '152415.350000', '152415.352000', '152415.355000', '152415.358000', '152415.360000', '152415.363000', '152415.365000', '152415.368000', '152415.371000', '152415.373000', '152415.376000', '152435.253000', '152435.256000', '152435.259000', '152435.261000', '152435.264000', '152435.267000', '152435.269000', '152435.272000', '152435.274000', '152435.277000', '152435.279000', '152435.282000', '152435.284000', '152435.287000', '152435.290000', '152435.292000', '152435.295000', '152435.297000', '152435.305000', '152435.307000', '152435.310000', '152435.313000', '152435.315000', '152435.318000', '152435.320000', '152435.323000', '152435.326000', '152435.328000', '152435.331000', '152435.334000', '152435.336000', '152435.339000', '152435.341000', '152435.344000', '152435.347000', '152435.349000', '152435.352000', '152435.354000', '152435.357000', '152435.360000', '152435.362000', '152435.365000', '152435.367000', '152455.254000', '152455.256000', '152455.259000', '152455.262000', '152455.264000', '152455.267000', '152455.269000', '152455.276000', '152455.278000', '152455.281000', '152455.284000', '152455.286000', '152455.289000', '152455.292000', '152455.294000', '152455.297000', '152455.299000', '152455.302000', '152455.305000', '152455.307000', '152455.310000', '152455.312000', '152455.315000', '152455.318000', '152455.320000', '152455.323000', '152455.325000', '152455.328000', '152455.331000', '152455.333000', '152455.336000', '152455.338000', '152455.341000', '152455.343000', '152455.346000', '152455.349000', '152455.351000', '152455.354000', '152455.356000', '152455.359000', '152455.362000', '152455.364000', '152455.367000', '152455.370000', '152515.254000', '152515.256000', '152515.259000', '152515.262000', '152515.264000', '152515.267000', '152515.269000', '152515.272000', '152515.274000', '152515.277000', '152515.279000', '152515.282000', '152515.285000', '152515.287000', '152515.290000', '152515.293000', '152515.295000', '152515.298000', '152515.300000', '152515.303000', '152515.305000', '152515.308000', '152515.311000', '152515.313000', '152515.316000', '152515.319000', '152515.321000', '152515.324000', '152515.326000', '152515.329000', '152515.331000', '152515.334000', '152515.337000', '152515.339000', '152515.342000', '152515.344000', '152515.347000', '152515.350000', '152515.352000', '152515.355000', '152515.373000', '152515.376000', '152515.379000', '152535.254000', '152535.256000', '152535.259000', '152535.262000', '152535.264000', '152535.267000', '152535.270000', '152535.272000', '152535.275000', '152535.277000', '152535.280000', '152535.283000', '152535.286000', '152535.289000', '152535.291000', '152535.294000', '152535.296000', '152535.299000', '152535.302000', '152535.304000', '152535.307000', '152535.309000', '152535.312000', '152535.314000', '152535.317000', '152535.319000', '152535.322000', '152535.324000', '152535.327000', '152535.330000', '152535.332000', '152535.335000', '152535.337000', '152535.340000', '152535.342000', '152535.345000', '152535.347000', '152535.350000', '152535.352000', '152535.355000', '152535.358000', '152535.360000', '152535.363000', '152535.365000', '152555.253000', '152555.256000', '152555.259000', '152555.261000', '152555.264000', '152555.267000', '152555.269000', '152555.272000', '152555.274000', '152555.277000', '152555.280000', '152555.282000', '152555.285000', '152555.288000', '152555.290000', '152555.293000', '152555.295000', '152555.298000', '152555.301000', '152555.303000', '152555.306000', '152555.309000', '152555.311000', '152555.314000', '152555.317000', '152555.319000', '152555.322000', '152555.324000', '152555.327000', '152555.330000', '152555.332000', '152555.335000', '152555.337000', '152555.340000', '152555.342000', '152555.345000', '152555.348000', '152555.350000', '152555.353000', '152555.355000', '152555.358000', '152555.361000', '152555.363000', '152615.254000', '152615.256000', '152615.259000', '152615.262000', '152615.264000', '152615.267000', '152615.270000', '152615.272000', '152615.275000', '152615.278000', '152615.280000', '152615.283000', '152615.285000', '152615.288000', '152615.291000', '152615.293000', '152615.296000', '152615.299000', '152615.301000', '152615.304000', '152615.307000', '152615.309000', '152615.312000', '152615.314000', '152615.317000', '152615.320000', '152615.322000', '152615.325000', '152615.327000', '152615.330000', '152615.333000', '152615.335000', '152615.338000', '152615.340000', '152615.343000', '152615.345000', '152615.348000', '152615.351000', '152615.353000', '152615.356000', '152615.358000', '152615.361000', '152615.364000', '152615.366000', '152635.253000', '152635.256000', '152635.259000', '152635.262000', '152635.265000', '152635.267000', '152635.270000', '152635.272000', '152635.275000', '152635.278000', '152635.280000', '152635.283000', '152635.286000', '152635.288000', '152635.291000', '152635.293000', '152635.296000', '152635.299000', '152635.301000', '152635.304000', '152635.306000', '152635.309000', '152635.312000', '152635.314000', '152635.317000', '152635.319000', '152635.322000', '152635.325000', '152635.327000', '152635.330000', '152635.332000', '152635.335000', '152635.338000', '152635.340000', '152635.343000', '152635.345000', '152635.348000', '152635.351000', '152635.353000', '152635.356000', '152635.358000', '152635.361000', '152635.364000', '152655.254000', '152655.256000', '152655.259000', '152655.261000', '152655.265000', '152655.267000', '152655.270000', '152655.273000', '152655.276000', '152655.278000', '152655.281000', '152655.284000', '152655.286000', '152655.289000', '152655.292000', '152655.294000', '152655.297000', '152655.299000', '152655.302000', '152655.304000', '152655.307000', '152655.310000', '152655.327000', '152655.330000', '152655.333000', '152655.335000', '152655.338000', '152655.340000', '152655.343000', '152655.345000', '152655.348000', '152655.351000', '152655.353000', '152655.356000', '152655.358000', '152655.361000', '152655.363000', '152655.366000', '152655.369000', '152655.371000', '152655.374000', '152655.376000', '152655.379000', '152655.381000', '152715.254000', '152715.256000', '152715.259000', '152715.262000', '152715.264000', '152715.267000', '152715.270000', '152715.272000', '152715.275000', '152715.278000', '152715.280000', '152715.283000', '152715.285000', '152715.288000', '152715.291000', '152715.293000', '152715.296000', '152715.299000', '152715.301000', '152715.304000', '152715.307000', '152715.310000', '152715.312000', '152715.315000', '152715.317000', '152715.320000', '152715.323000', '152715.325000', '152715.328000', '152715.330000', '152715.333000', '152715.336000', '152715.339000', '152715.341000', '152715.344000', '152715.347000', '152715.349000', '152715.352000', '152715.354000', '152715.357000', '152715.359000', '152715.362000', '152715.365000', '152735.253000', '152735.256000', '152735.259000', '152735.262000', '152735.264000', '152735.267000', '152735.269000', '152735.272000', '152735.275000', '152735.277000', '152735.280000', '152735.282000', '152735.285000', '152735.287000', '152735.290000', '152735.293000', '152735.295000', '152735.298000', '152735.301000', '152735.303000', '152735.306000', '152735.308000', '152735.311000', '152735.314000', '152735.316000', '152735.319000', '152735.321000', '152735.324000', '152735.327000', '152735.329000', '152735.332000', '152735.335000', '152735.337000', '152735.340000', '152735.342000', '152735.345000', '152735.348000', '152735.350000', '152735.353000', '152735.356000', '152735.358000', '152735.361000', '152735.363000', '152735.366000', '152755.253000', '152755.257000', '152755.260000', '152755.262000', '152755.265000', '152755.268000', '152755.270000', '152755.273000', '152755.275000', '152755.278000', '152755.281000', '152755.283000', '152755.286000', '152755.289000', '152755.291000', '152755.294000', '152755.296000', '152755.299000', '152755.301000', '152755.304000', '152755.307000', '152755.309000', '152755.312000', '152755.315000', '152755.317000', '152755.320000', '152755.322000', '152755.325000', '152755.328000', '152755.330000', '152755.333000', '152755.335000', '152755.338000', '152755.341000', '152755.343000', '152755.346000', '152755.348000', '152755.351000', '152755.354000', '152755.356000', '152755.359000', '152755.361000', '152755.364000', '152815.253000', '152815.256000', '152815.259000', '152815.262000', '152815.264000', '152815.267000', '152815.269000', '152815.272000', '152815.275000', '152815.277000', '152815.280000', '152815.283000', '152815.285000', '152815.288000', '152815.291000', '152815.293000', '152815.296000', '152815.298000', '152815.301000', '152815.304000', '152815.306000', '152815.309000', '152815.312000', '152815.315000', '152815.317000', '152815.320000', '152815.323000', '152815.325000', '152815.328000', '152815.330000', '152815.333000', '152815.343000', '152815.345000', '152815.348000', '152815.351000', '152815.353000', '152815.356000', '152815.358000', '152815.361000', '152815.366000', '152815.368000', '152815.371000', '152815.374000', '152835.254000', '152835.257000', '152835.260000', '152835.262000', '152835.265000', '152835.268000', '152835.270000', '152835.273000', '152835.276000', '152835.278000', '152835.281000', '152835.283000', '152835.286000', '152835.289000', '152835.291000', '152835.294000', '152835.296000', '152835.299000', '152835.302000', '152835.304000', '152835.307000', '152835.310000', '152835.312000', '152835.315000', '152835.317000', '152835.320000', '152835.323000', '152835.325000', '152835.328000', '152835.331000', '152835.335000', '152835.337000', '152835.340000', '152835.343000', '152835.345000', '152835.348000', '152835.350000', '152835.353000', '152835.356000', '152835.358000', '152835.361000', '152835.364000', '152835.366000', '152835.369000', '152855.254000', '152855.256000', '152855.259000', '152855.262000', '152855.265000', '152855.267000', '152855.270000', '152855.273000', '152855.275000', '152855.278000', '152855.281000', '152855.283000', '152855.286000', '152855.288000', '152855.291000', '152855.294000', '152855.296000', '152855.299000', '152855.302000', '152855.304000', '152855.307000', '152855.309000', '152855.312000', '152855.315000', '152855.317000', '152855.320000', '152855.322000', '152855.325000', '152855.328000', '152855.330000', '152855.333000', '152855.335000', '152855.338000', '152855.341000', '152855.343000', '152855.346000', '152855.348000', '152855.351000', '152855.354000', '152855.356000', '152855.359000', '152855.362000', '152855.364000', '152915.253000', '152915.256000', '152915.259000', '152915.262000', '152915.264000', '152915.267000', '152915.270000', '152915.272000', '152915.275000', '152915.278000', '152915.280000', '152915.283000', '152915.285000', '152915.288000', '152915.291000', '152915.293000', '152915.305000', '152915.308000', '152915.311000', '152915.313000', '152915.316000', '152915.319000', '152915.321000', '152915.324000', '152915.326000', '152915.329000', '152915.332000', '152915.334000', '152915.337000', '152915.339000', '152915.342000', '152915.345000', '152915.347000', '152915.350000', '152915.353000', '152915.355000', '152915.358000', '152915.360000', '152915.363000', '152915.365000', '152915.368000', '152915.371000', '152915.373000', '152915.376000', '152935.253000', '152935.256000', '152935.259000', '152935.262000', '152935.264000', '152935.267000', '152935.269000', '152935.272000', '152935.275000', '152935.277000', '152935.280000', '152935.282000', '152935.285000', '152935.288000', '152935.290000', '152935.293000', '152935.296000', '152935.298000', '152935.301000', '152935.304000', '152935.306000', '152935.309000', '152935.311000', '152935.314000', '152935.317000', '152935.320000', '152935.322000', '152935.325000', '152935.327000', '152935.331000', '152935.334000', '152935.336000', '152935.339000', '152935.364000', '152935.367000', '152935.370000', '152935.372000', '152935.375000', '152935.377000', '152935.380000', '152935.383000', '152935.385000', '152935.388000', '152955.259000', '152955.262000', '152955.265000', '152955.268000', '152955.270000', '152955.273000', '152955.275000', '152955.278000', '152955.281000', '152955.283000', '152955.286000', '152955.289000', '152955.291000', '152955.294000', '152955.297000', '152955.299000', '152955.302000', '152955.304000', '152955.307000', '152955.310000', '152955.312000', '152955.315000', '152955.317000', '152955.320000', '152955.323000', '152955.325000', '152955.328000', '152955.331000', '152955.333000', '152955.336000', '152955.338000', '152955.341000', '152955.344000', '152955.346000', '152955.349000', '152955.352000', '152955.354000', '152955.357000', '152955.359000', '152955.362000', '152955.365000', '152955.367000', '152955.370000', '152955.372000', '153015.254000', '153015.257000', '153015.259000', '153015.262000', '153015.264000', '153015.267000', '153015.270000', '153015.272000', '153015.275000', '153015.278000', '153015.280000', '153015.283000', '153015.285000', '153015.288000', '153015.291000', '153015.293000', '153015.296000', '153015.299000', '153015.301000', '153015.304000', '153015.306000', '153015.309000', '153015.311000', '153015.314000', '153015.317000', '153015.319000', '153015.322000', '153015.325000', '153015.327000', '153015.330000', '153015.333000', '153015.337000', '153015.339000', '153015.342000', '153015.345000', '153015.347000', '153015.350000', '153015.352000', '153015.355000', '153015.358000', '153015.360000', '153015.363000', '153015.365000', '153035.254000', '153035.257000', '153035.260000', '153035.263000', '153035.266000', '153035.268000', '153035.271000', '153035.273000', '153035.276000', '153035.279000', '153035.281000', '153035.284000', '153035.286000', '153035.289000', '153035.292000', '153035.294000', '153035.297000', '153035.300000', '153035.302000', '153035.305000', '153035.307000', '153035.310000', '153035.313000', '153035.315000', '153035.318000', '153035.321000', '153035.323000', '153035.326000', '153035.329000', '153035.331000', '153035.334000', '153035.337000', '153035.339000', '153035.342000', '153035.345000', '153035.347000', '153035.350000', '153035.352000', '153035.355000', '153035.358000', '153035.360000', '153035.363000', '153035.365000', '153035.368000', '153055.253000', '153055.256000', '153055.259000', '153055.262000', '153055.264000', '153055.267000', '153055.270000', '153055.272000', '153055.275000', '153055.277000', '153055.280000', '153055.283000', '153055.285000', '153055.288000', '153055.290000', '153055.293000', '153055.296000', '153055.298000', '153055.301000', '153055.304000', '153055.306000', '153055.309000', '153055.311000', '153055.314000', '153055.317000', '153055.319000', '153055.322000', '153055.324000', '153055.327000', '153055.330000', '153055.332000', '153055.335000', '153055.337000', '153055.340000', '153055.342000', '153055.345000', '153055.348000', '153055.351000', '153055.354000', '153055.357000', '153055.360000', '153055.362000', '153055.365000', '153100.398000', '153100.401000', '153100.404000', '153100.407000', '153100.409000', '153100.412000', '153100.415000', '153100.417000', '153100.420000', '153100.423000', '153100.425000', '153100.447000'], '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': [12766, 7800, 10460, 7923, 12309, 8662, 13099, 9273, 16922, 13732, 17686, 8784, 11449, 7539, 10160, 7694, 10971, 8101, 11202, 8061, 11272, 8311, 13652, 10865, 15345, 10777, 14082, 9050, 12642, 7944, 12133, 8247, 12449, 8518, 12674, 8579, 12588, 7888, 11497, 7684, 10346, 8669, 9930, 11838, 9852, 13506, 9670, 14359, 9401, 13677, 8624, 12874, 8580, 14115, 9720, 12581, 8900, 7664, 9669, 7353, 11706, 7560, 13805, 8301, 14080, 8937, 12744, 10495, 10507, 15198, 9537, 14592, 9672, 13009, 8942, 12596, 8193, 11988, 8297, 11804, 8086, 12322, 8854, 16008, 11966, 16814, 12451, 16224, 9749, 14896, 8625, 13359, 9250, 15662, 9879, 15336, 10442, 14762, 8783, 11659, 7849, 10299, 9660, 9976, 12442, 9323, 15401, 9859, 13438, 8814, 12413, 8583, 11399, 8063, 12280, 9295, 14300, 9026, 13045, 8362, 10991, 8240, 9687, 8647, 10810, 9741, 13475, 9996, 15329, 9985, 14411, 9225, 12948, 8411, 12201, 8741, 11053, 10995, 9983, 12616, 10344, 13969, 9764, 12970, 9398, 12385, 9603, 11940, 9187, 11883, 9303, 17658, 12499, 18055, 12640, 14916, 9953, 8006, 10095, 7583, 11826, 7921, 12888, 8325, 13827, 8458, 12076, 12442, 9967, 14514, 9521, 14406, 9377, 13452, 9232, 13720, 9290, 13339, 9348, 13647, 9442, 13427, 9465, 15788, 11733, 15196, 10957, 9457, 11006, 7711, 13172, 8876, 15230, 9877, 14753, 9520, 13874, 9245, 10479, 11515, 9784, 14332, 9525, 14474, 9608, 14075, 9751, 13689, 9323, 13494, 9533, 13363, 9136, 13522, 8887, 12986, 8653, 13819, 10295, 15918, 10407, 8123, 9756, 7948, 12865, 8275, 15608, 9007, 13608, 8861, 12074, 9852, 10329, 16064, 9579, 15423, 9971, 13589, 9144, 11802, 7570, 11694, 7941, 11711, 8118, 12077, 7986, 13206, 8706, 13636, 10151, 17319, 13291, 13561, 11836, 7574, 15392, 7978, 9852, 8415, 9573, 10390, 11092, 10957, 19550, 12976, 16019, 8565, 10944, 8187, 9621, 8734, 9678, 7528, 13001, 10842, 13106, 10238, 15355, 11024, 8485, 10626, 8010, 13001, 8381, 13661, 8813, 12672, 8809, 12736, 10458, 16522, 8921, 16612, 8447, 11233, 8014, 7453, 10697, 8030, 14043, 9264, 14223, 9260, 14011, 8784, 13296, 8401, 13053, 8442, 12853, 8700, 13142, 8826, 12467, 9043, 11468, 8997, 9769, 8825, 9674, 12390, 8502, 16587, 8838, 12161, 7832, 7197, 8932, 7250, 11627, 8417, 12473, 15749, 10208, 14812, 9175, 12843, 7645, 11603, 7639, 10769, 9051, 11434, 11448, 12956, 8903, 12838, 8341, 13187, 8325, 10569, 8421, 10632, 10235, 15156, 10833, 16715, 10662, 12732, 8781, 10181, 13125, 9520, 15250, 9688, 13701, 9110, 13125, 9137, 13132, 9114, 12667, 8535, 13161, 10503, 17217, 11595, 17143, 10283, 16150, 8775, 7889, 8550, 8384, 10332, 17188, 10998, 15108, 9768, 12565, 7825, 10811, 7881, 9913, 11514, 9540, 15025, 9558, 14453, 10111, 13286, 9251, 13094, 9024, 12141, 9009, 15021, 9960, 16011, 9792, 15048, 8327, 8057, 9365, 7573, 12358, 8738, 12893, 17209, 10900, 15942, 10218, 13942, 8694, 12776, 8092, 11194, 8164, 10430, 8035, 10578, 8550, 11887, 9262, 12637, 8948, 12535, 8688, 12437, 8600, 13118, 10430, 17309, 10091, 16713, 9014, 13492, 8138, 9033, 8183, 8091, 10301, 16806, 11488, 14554, 9803, 12617, 8175, 11256, 7780, 10765, 8462, 10646, 8681, 11065, 9723, 11770, 9598, 12242, 9155, 12374, 8424, 12975, 9677, 16863, 12535, 17505, 12058, 16028, 8607, 11048, 8254, 8783, 9219, 8661, 11292, 11235, 13764, 8940, 15587, 8854, 14760, 9015, 11747, 9281, 11144, 10803, 9587, 12136, 8709, 12013, 8474, 11919, 8185, 11081, 7768, 12312, 8205, 13569, 9193, 13937, 9267, 11540, 8807, 8587, 9326, 7724, 10636, 8094, 14060, 9918, 15162, 11179, 7626, 13381, 8192, 13790, 8161, 7996, 8948, 7676, 11307, 8543, 12500, 8659, 11393, 8429, 11043, 7968, 11953, 8075, 12558, 8310, 13651, 9145, 13069, 9865, 10799, 10105, 9653, 11989, 9674, 17296, 13051, 18025, 13457, 10636, 11428, 7705, 15233, 7894, 16207, 8380, 14956, 8811, 12259, 8632, 8932, 9145, 8306, 9433, 7494, 10176, 7718, 12089, 8050, 13328, 9029, 13870, 8704, 10250, 8420, 8411, 9270, 9982, 14982, 10381, 17085, 10762, 14888, 8266, 7874, 9244, 8358, 10810, 8772, 11317, 9054, 11220, 8128, 10960, 8079, 11161, 7712, 11683, 8395, 11935, 8241, 12242, 8309, 13384, 9367, 13872, 9647, 15511, 9275, 14728, 8927, 14089, 8634, 12896, 9522, 10363, 14184, 7561, 14748, 8123, 9026, 7882, 7939, 9214, 9670, 9612, 17093, 10492, 12605, 8405, 10258, 10102, 9672, 12429, 9196, 13894, 9598, 15532, 10464, 14178, 9381, 9712, 9606, 8983, 10829, 9031, 11530, 9573, 10787, 18282, 10154, 15083, 9661, 11754, 8223, 10899, 11151, 12467, 14298, 10899, 12960, 9985, 10129, 9862, 9018, 10224, 8879, 10530, 10008, 10099, 14164, 9434, 14497, 9262, 12794, 9081, 12032, 7976, 11150, 8125, 10850, 9325, 10095, 9055, 9956, 9555, 9662, 9567, 9425, 9012, 9852, 10468, 12594, 10832, 13120, 8024, 11184, 7672, 12226, 7830, 13102, 8352, 13062, 7693, 11506, 7942, 10569, 8427, 9853, 12355, 8856, 14594, 8969, 12608, 8786, 11587, 8243, 11880, 8569, 14146, 8861, 14836, 8795, 14307, 7960, 12366, 7877, 12632, 8196, 12814, 8672, 12069, 8039, 10825, 10079, 9917, 14990, 9644, 13635, 9421, 12515, 8243, 11612, 8044, 10874, 8120, 10196, 8135, 10146, 9228, 9921, 10517, 9235, 13396, 9593, 17800, 11654, 16042, 11137, 14326, 8881, 13243, 8300, 12405, 8066, 12738, 8409, 12362, 8244, 11782, 7778, 10717, 8408, 10373, 11115, 9800, 13191, 9639, 14499, 10242, 15597, 10732, 14346, 9092, 9197, 8998, 8794, 9533, 12271, 8904, 15205, 10176, 13077, 8963, 11648, 8386, 10336, 9786, 9390, 14277, 9423, 17524, 10415, 16844, 8585, 13234, 8372, 11427, 8153, 12965, 8471, 13264, 9476, 14428, 9588, 12494, 8329, 11390, 7567, 11369, 7599, 11089, 7405, 11400, 8833, 12468, 9277, 11403, 7743, 10547, 7504, 10266, 8476, 11296, 11211, 11198, 10344, 9857, 10929, 9271, 13966, 9632, 14721, 10707, 15350, 10868, 14653, 8759, 12538, 8152, 12331, 8100, 12794, 8975, 12673, 8319, 12206, 8828, 13693, 10726, 11498, 8898, 9085, 10074, 8478, 13768, 8841, 14438, 10219, 15033, 9162, 11621, 7947, 10674, 7331, 10470, 8565, 10325, 11909, 10362, 13950, 9927, 10781, 9794, 9093, 10162, 8155, 10732, 8942, 10743, 12010, 10095, 15623, 9954, 15047, 9790, 14162, 9871, 12673, 8556, 11655, 7804, 11749, 7753, 10814, 7492, 10630, 7764, 10909, 7675, 11327, 8062, 10804, 8648, 13027, 9179, 16337, 9192, 15900, 8119, 12789, 7920, 9364, 8408, 8364, 9713, 8907, 10778, 10343, 10217, 16493, 10460, 13433, 8807, 11721, 8166, 11361, 8941, 10971, 9229, 10120, 9894, 9912, 10771, 10321, 11197, 12199, 9107, 12227, 7848, 12614, 8157, 13493, 8477, 13938, 9102, 14095, 8968, 13031, 8954, 10788, 13127, 9895, 15508, 10104, 13701, 10080, 12492, 8521, 11983, 9146, 11043, 10184, 10590, 11027, 9707, 14597, 8783, 13528, 8609, 13648, 9416, 14607, 9193, 7402, 8334, 7037, 10069, 7096, 11682, 7731, 12564, 8308, 13294, 8741, 14095, 8769, 14585, 9519, 16515, 11302, 10353, 10736, 7689, 13733, 8421, 12707, 8346, 13351, 8984, 14214, 9023, 12652, 8341, 10155, 7515, 11225, 7971, 14235, 10735, 16520, 12296, 15536, 9974, 9710, 9803, 7831, 14983, 8548, 15978, 9029, 15525, 9131, 14476, 9096, 13349, 8569, 13735, 8629, 12962, 8494, 12425, 8388, 10329, 8285, 8093, 8627, 7541, 11482, 8182, 15699, 11701, 16873, 12272, 9820, 9060, 7364], 'WindowCenter': [4470.0, 4402.0, 4418.0, 4373.0, 4422.0, 4373.0, 4422.0, 4380.0, 4443.0, 4419.0, 4437.0, 4365.0, 4386.0, 4343.0, 4365.0, 4344.0, 4386.0, 4355.0, 4396.0, 4356.0, 4399.0, 4359.0, 4410.0, 4389.0, 4429.0, 4386.0, 4415.0, 4356.0, 4404.0, 4356.0, 4388.0, 4358.0, 4409.0, 4366.0, 4408.0, 4360.0, 4410.0, 4357.0, 4398.0, 4357.0, 4389.0, 4369.0, 4388.0, 4388.0, 4387.0, 4419.0, 4377.0, 4418.0, 4377.0, 4416.0, 4365.0, 4419.0, 4358.0, 4419.0, 4367.0, 4397.0, 4357.0, 4347.0, 4368.0, 4338.0, 4399.0, 4350.0, 4421.0, 4372.0, 4424.0, 4371.0, 4413.0, 4393.0, 4402.0, 4442.0, 4390.0, 4423.0, 4389.0, 4418.0, 4378.0, 4402.0, 4369.0, 4409.0, 4369.0, 4401.0, 4368.0, 4421.0, 4378.0, 4440.0, 4399.0, 4432.0, 4399.0, 4430.0, 4369.0, 4420.0, 4367.0, 4419.0, 4370.0, 4422.0, 4379.0, 4430.0, 4379.0, 4421.0, 4367.0, 4390.0, 4349.0, 4378.0, 4367.0, 4378.0, 4409.0, 4369.0, 4428.0, 4377.0, 4407.0, 4366.0, 4407.0, 4356.0, 4390.0, 4349.0, 4400.0, 4370.0, 4409.0, 4357.0, 4399.0, 4358.0, 4390.0, 4369.0, 4380.0, 4380.0, 4391.0, 4384.0, 4424.0, 4394.0, 4444.0, 4403.0, 4433.0, 4392.0, 4414.0, 4381.0, 4423.0, 4382.0, 4410.0, 4392.0, 4392.0, 4421.0, 4382.0, 4423.0, 4382.0, 4410.0, 4379.0, 4409.0, 4388.0, 4410.0, 4380.0, 4410.0, 4395.0, 4456.0, 4402.0, 4442.0, 4411.0, 4421.0, 4368.0, 4357.0, 4377.0, 4348.0, 4389.0, 4349.0, 4409.0, 4359.0, 4412.0, 4361.0, 4401.0, 4409.0, 4388.0, 4430.0, 4371.0, 4421.0, 4380.0, 4419.0, 4383.0, 4433.0, 4392.0, 4432.0, 4384.0, 4432.0, 4393.0, 4435.0, 4393.0, 4435.0, 4412.0, 4443.0, 4400.0, 4381.0, 4390.0, 4349.0, 4418.0, 4380.0, 4432.0, 4383.0, 4432.0, 4382.0, 4412.0, 4370.0, 4388.0, 4398.0, 4389.0, 4419.0, 4370.0, 4422.0, 4389.0, 4422.0, 4380.0, 4419.0, 4370.0, 4420.0, 4380.0, 4420.0, 4369.0, 4419.0, 4359.0, 4420.0, 4382.0, 4425.0, 4389.0, 4420.0, 4389.0, 4349.0, 4370.0, 4350.0, 4408.0, 4361.0, 4433.0, 4380.0, 4413.0, 4380.0, 4411.0, 4381.0, 4382.0, 4442.0, 4383.0, 4442.0, 4391.0, 4412.0, 4380.0, 4403.0, 4352.0, 4411.0, 4362.0, 4401.0, 4361.0, 4402.0, 4360.0, 4420.0, 4372.0, 4425.0, 4404.0, 4445.0, 4421.0, 4411.0, 4402.0, 4375.0, 4441.0, 4360.0, 4389.0, 4369.0, 4381.0, 4391.0, 4391.0, 4401.0, 4444.0, 4400.0, 4430.0, 4358.0, 4379.0, 4357.0, 4369.0, 4367.0, 4369.0, 4358.0, 4433.0, 4402.0, 4426.0, 4400.0, 4440.0, 4391.0, 4360.0, 4379.0, 4360.0, 4410.0, 4361.0, 4418.0, 4379.0, 4400.0, 4386.0, 4414.0, 4391.0, 4419.0, 4356.0, 4426.0, 4344.0, 4374.0, 4344.0, 4347.0, 4377.0, 4347.0, 4419.0, 4370.0, 4409.0, 4369.0, 4420.0, 4359.0, 4400.0, 4369.0, 4400.0, 4368.0, 4408.0, 4361.0, 4400.0, 4359.0, 4400.0, 4367.0, 4388.0, 4366.0, 4379.0, 4384.0, 4383.0, 4401.0, 4357.0, 4419.0, 4356.0, 4399.0, 4356.0, 4339.0, 4371.0, 4350.0, 4401.0, 4360.0, 4410.0, 4421.0, 4379.0, 4410.0, 4379.0, 4399.0, 4356.0, 4398.0, 4349.0, 4399.0, 4371.0, 4402.0, 4390.0, 4400.0, 4368.0, 4401.0, 4359.0, 4399.0, 4360.0, 4381.0, 4371.0, 4401.0, 4393.0, 4424.0, 4400.0, 4435.0, 4388.0, 4400.0, 4347.0, 4375.0, 4399.0, 4376.0, 4428.0, 4367.0, 4418.0, 4365.0, 4407.0, 4376.0, 4408.0, 4368.0, 4399.0, 4369.0, 4413.0, 4390.0, 4430.0, 4387.0, 4417.0, 4366.0, 4425.0, 4356.0, 4347.0, 4359.0, 4360.0, 4382.0, 4441.0, 4388.0, 4430.0, 4370.0, 4407.0, 4349.0, 4388.0, 4349.0, 4389.0, 4398.0, 4379.0, 4428.0, 4380.0, 4431.0, 4389.0, 4419.0, 4371.0, 4400.0, 4378.0, 4411.0, 4380.0, 4421.0, 4378.0, 4420.0, 4378.0, 4420.0, 4368.0, 4368.0, 4382.0, 4353.0, 4412.0, 4380.0, 4414.0, 4434.0, 4388.0, 4431.0, 4381.0, 4412.0, 4367.0, 4409.0, 4360.0, 4391.0, 4369.0, 4399.0, 4370.0, 4399.0, 4380.0, 4412.0, 4380.0, 4411.0, 4380.0, 4410.0, 4369.0, 4410.0, 4369.0, 4410.0, 4380.0, 4433.0, 4387.0, 4420.0, 4366.0, 4420.0, 4351.0, 4380.0, 4369.0, 4369.0, 4403.0, 4454.0, 4403.0, 4423.0, 4381.0, 4411.0, 4360.0, 4391.0, 4360.0, 4391.0, 4361.0, 4392.0, 4372.0, 4401.0, 4383.0, 4410.0, 4382.0, 4411.0, 4371.0, 4409.0, 4370.0, 4414.0, 4382.0, 4441.0, 4408.0, 4442.0, 4410.0, 4428.0, 4368.0, 4398.0, 4361.0, 4361.0, 4381.0, 4385.0, 4404.0, 4393.0, 4432.0, 4372.0, 4433.0, 4372.0, 4432.0, 4373.0, 4403.0, 4380.0, 4400.0, 4392.0, 4373.0, 4415.0, 4371.0, 4411.0, 4360.0, 4400.0, 4369.0, 4392.0, 4358.0, 4408.0, 4369.0, 4410.0, 4378.0, 4417.0, 4380.0, 4388.0, 4365.0, 4357.0, 4363.0, 4346.0, 4377.0, 4358.0, 4412.0, 4389.0, 4421.0, 4388.0, 4337.0, 4399.0, 4349.0, 4407.0, 4349.0, 4349.0, 4379.0, 4359.0, 4392.0, 4361.0, 4402.0, 4370.0, 4392.0, 4361.0, 4392.0, 4369.0, 4402.0, 4371.0, 4421.0, 4381.0, 4434.0, 4384.0, 4416.0, 4395.0, 4394.0, 4384.0, 4390.0, 4415.0, 4386.0, 4453.0, 4410.0, 4432.0, 4408.0, 4379.0, 4379.0, 4348.0, 4429.0, 4350.0, 4430.0, 4368.0, 4420.0, 4359.0, 4397.0, 4361.0, 4367.0, 4378.0, 4357.0, 4378.0, 4339.0, 4388.0, 4358.0, 4411.0, 4360.0, 4419.0, 4371.0, 4420.0, 4362.0, 4390.0, 4360.0, 4372.0, 4383.0, 4383.0, 4422.0, 4381.0, 4439.0, 4390.0, 4422.0, 4360.0, 4350.0, 4371.0, 4371.0, 4402.0, 4361.0, 4392.0, 4372.0, 4402.0, 4351.0, 4401.0, 4361.0, 4401.0, 4362.0, 4413.0, 4372.0, 4403.0, 4373.0, 4413.0, 4372.0, 4413.0, 4382.0, 4423.0, 4383.0, 4433.0, 4380.0, 4433.0, 4372.0, 4420.0, 4361.0, 4413.0, 4370.0, 4391.0, 4411.0, 4360.0, 4421.0, 4350.0, 4371.0, 4361.0, 4363.0, 4384.0, 4383.0, 4383.0, 4443.0, 4391.0, 4401.0, 4369.0, 4390.0, 4388.0, 4389.0, 4402.0, 4372.0, 4434.0, 4384.0, 4434.0, 4393.0, 4420.0, 4371.0, 4381.0, 4380.0, 4371.0, 4393.0, 4374.0, 4413.0, 4383.0, 4401.0, 4444.0, 4390.0, 4430.0, 4369.0, 4400.0, 4383.0, 4401.0, 4392.0, 4401.0, 4410.0, 4385.0, 4387.0, 4375.0, 4365.0, 4365.0, 4356.0, 4375.0, 4358.0, 4376.0, 4375.0, 4379.0, 4410.0, 4366.0, 4409.0, 4365.0, 4398.0, 4366.0, 4388.0, 4356.0, 4385.0, 4345.0, 4383.0, 4356.0, 4372.0, 4353.0, 4365.0, 4355.0, 4363.0, 4362.0, 4361.0, 4363.0, 4387.0, 4377.0, 4386.0, 4384.0, 4385.0, 4343.0, 4375.0, 4342.0, 4385.0, 4336.0, 4398.0, 4357.0, 4398.0, 4348.0, 4396.0, 4348.0, 4388.0, 4366.0, 4388.0, 4398.0, 4359.0, 4420.0, 4377.0, 4408.0, 4360.0, 4411.0, 4372.0, 4409.0, 4370.0, 4411.0, 4378.0, 4410.0, 4358.0, 4408.0, 4355.0, 4389.0, 4347.0, 4388.0, 4357.0, 4400.0, 4368.0, 4400.0, 4349.0, 4389.0, 4370.0, 4379.0, 4421.0, 4368.0, 4419.0, 4370.0, 4408.0, 4359.0, 4399.0, 4349.0, 4396.0, 4356.0, 4388.0, 4356.0, 4386.0, 4378.0, 4378.0, 4387.0, 4378.0, 4417.0, 4369.0, 4431.0, 4397.0, 4426.0, 4388.0, 4409.0, 4356.0, 4407.0, 4357.0, 4399.0, 4356.0, 4409.0, 4360.0, 4411.0, 4361.0, 4410.0, 4358.0, 4402.0, 4371.0, 4392.0, 4410.0, 4383.0, 4421.0, 4391.0, 4436.0, 4394.0, 4433.0, 4402.0, 4422.0, 4372.0, 4380.0, 4372.0, 4380.0, 4391.0, 4422.0, 4380.0, 4442.0, 4400.0, 4422.0, 4372.0, 4411.0, 4361.0, 4389.0, 4380.0, 4378.0, 4424.0, 4370.0, 4432.0, 4379.0, 4438.0, 4359.0, 4419.0, 4367.0, 4399.0, 4369.0, 4420.0, 4382.0, 4426.0, 4383.0, 4433.0, 4392.0, 4402.0, 4369.0, 4400.0, 4349.0, 4401.0, 4359.0, 4401.0, 4374.0, 4416.0, 4386.0, 4424.0, 4391.0, 4410.0, 4370.0, 4400.0, 4359.0, 4395.0, 4385.0, 4413.0, 4413.0, 4424.0, 4395.0, 4402.0, 4410.0, 4393.0, 4432.0, 4396.0, 4445.0, 4402.0, 4443.0, 4415.0, 4433.0, 4372.0, 4422.0, 4370.0, 4422.0, 4371.0, 4423.0, 4383.0, 4423.0, 4381.0, 4425.0, 4385.0, 4424.0, 4391.0, 4390.0, 4378.0, 4378.0, 4388.0, 4368.0, 4430.0, 4379.0, 4431.0, 4402.0, 4432.0, 4378.0, 4399.0, 4357.0, 4389.0, 4347.0, 4400.0, 4381.0, 4399.0, 4401.0, 4399.0, 4421.0, 4380.0, 4397.0, 4387.0, 4371.0, 4389.0, 4370.0, 4401.0, 4379.0, 4402.0, 4423.0, 4393.0, 4442.0, 4391.0, 4429.0, 4390.0, 4418.0, 4379.0, 4409.0, 4367.0, 4399.0, 4358.0, 4388.0, 4357.0, 4398.0, 4348.0, 4388.0, 4358.0, 4398.0, 4358.0, 4396.0, 4370.0, 4405.0, 4392.0, 4423.0, 4370.0, 4431.0, 4376.0, 4419.0, 4348.0, 4408.0, 4368.0, 4378.0, 4362.0, 4369.0, 4391.0, 4393.0, 4413.0, 4395.0, 4395.0, 4446.0, 4403.0, 4432.0, 4379.0, 4410.0, 4370.0, 4412.0, 4382.0, 4393.0, 4372.0, 4389.0, 4382.0, 4404.0, 4413.0, 4393.0, 4403.0, 4401.0, 4370.0, 4410.0, 4358.0, 4409.0, 4358.0, 4419.0, 4369.0, 4422.0, 4382.0, 4426.0, 4381.0, 4423.0, 4381.0, 4401.0, 4421.0, 4391.0, 4443.0, 4383.0, 4424.0, 4391.0, 4421.0, 4372.0, 4409.0, 4379.0, 4390.0, 4390.0, 4387.0, 4387.0, 4377.0, 4417.0, 4367.0, 4407.0, 4366.0, 4431.0, 4377.0, 4429.0, 4390.0, 4358.0, 4381.0, 4349.0, 4390.0, 4362.0, 4411.0, 4370.0, 4424.0, 4374.0, 4433.0, 4374.0, 4432.0, 4382.0, 4444.0, 4394.0, 4455.0, 4394.0, 4390.0, 4400.0, 4370.0, 4414.0, 4380.0, 4422.0, 4382.0, 4434.0, 4393.0, 4434.0, 4392.0, 4424.0, 4370.0, 4402.0, 4353.0, 4411.0, 4365.0, 4426.0, 4405.0, 4434.0, 4403.0, 4446.0, 4384.0, 4372.0, 4380.0, 4357.0, 4430.0, 4369.0, 4429.0, 4372.0, 4430.0, 4378.0, 4412.0, 4367.0, 4399.0, 4369.0, 4399.0, 4368.0, 4406.0, 4359.0, 4400.0, 4359.0, 4386.0, 4356.0, 4357.0, 4364.0, 4345.0, 4389.0, 4349.0, 4430.0, 4389.0, 4427.0, 4394.0, 4375.0, 4356.0, 4345.0], 'WindowWidth': [9831.0, 9724.0, 9734.0, 9665.0, 9727.0, 9654.0, 9727.0, 9665.0, 9758.0, 9718.0, 9742.0, 9637.0, 9660.0, 9606.0, 9631.0, 9607.0, 9665.0, 9625.0, 9680.0, 9629.0, 9692.0, 9632.0, 9701.0, 9670.0, 9731.0, 9666.0, 9705.0, 9621.0, 9690.0, 9625.0, 9666.0, 9625.0, 9701.0, 9642.0, 9700.0, 9630.0, 9706.0, 9630.0, 9686.0, 9630.0, 9674.0, 9649.0, 9673.0, 9667.0, 9670.0, 9714.0, 9655.0, 9713.0, 9655.0, 9708.0, 9636.0, 9718.0, 9627.0, 9716.0, 9637.0, 9677.0, 9623.0, 9610.0, 9640.0, 9600.0, 9683.0, 9619.0, 9715.0, 9656.0, 9723.0, 9650.0, 9708.0, 9682.0, 9698.0, 9752.0, 9679.0, 9722.0, 9676.0, 9716.0, 9659.0, 9690.0, 9648.0, 9704.0, 9648.0, 9689.0, 9647.0, 9721.0, 9662.0, 9748.0, 9688.0, 9736.0, 9683.0, 9729.0, 9642.0, 9714.0, 9643.0, 9715.0, 9644.0, 9720.0, 9656.0, 9733.0, 9655.0, 9716.0, 9642.0, 9670.0, 9614.0, 9652.0, 9636.0, 9658.0, 9702.0, 9641.0, 9728.0, 9654.0, 9697.0, 9639.0, 9696.0, 9620.0, 9673.0, 9617.0, 9687.0, 9645.0, 9696.0, 9624.0, 9683.0, 9628.0, 9672.0, 9648.0, 9660.0, 9665.0, 9677.0, 9669.0, 9726.0, 9686.0, 9760.0, 9700.0, 9742.0, 9684.0, 9712.0, 9668.0, 9726.0, 9668.0, 9707.0, 9677.0, 9682.0, 9721.0, 9664.0, 9720.0, 9663.0, 9701.0, 9662.0, 9704.0, 9674.0, 9706.0, 9665.0, 9704.0, 9693.0, 9775.0, 9692.0, 9749.0, 9705.0, 9718.0, 9640.0, 9627.0, 9651.0, 9612.0, 9669.0, 9614.0, 9702.0, 9630.0, 9704.0, 9635.0, 9689.0, 9704.0, 9673.0, 9733.0, 9647.0, 9716.0, 9666.0, 9719.0, 9667.0, 9741.0, 9685.0, 9740.0, 9671.0, 9742.0, 9687.0, 9748.0, 9689.0, 9744.0, 9712.0, 9755.0, 9693.0, 9660.0, 9672.0, 9616.0, 9715.0, 9666.0, 9735.0, 9667.0, 9738.0, 9663.0, 9706.0, 9644.0, 9672.0, 9685.0, 9673.0, 9715.0, 9643.0, 9718.0, 9675.0, 9717.0, 9659.0, 9717.0, 9645.0, 9718.0, 9662.0, 9717.0, 9641.0, 9714.0, 9627.0, 9718.0, 9673.0, 9730.0, 9677.0, 9712.0, 9673.0, 9615.0, 9645.0, 9617.0, 9701.0, 9637.0, 9736.0, 9663.0, 9708.0, 9665.0, 9707.0, 9661.0, 9664.0, 9750.0, 9666.0, 9753.0, 9680.0, 9704.0, 9663.0, 9692.0, 9622.0, 9707.0, 9635.0, 9688.0, 9634.0, 9692.0, 9633.0, 9719.0, 9649.0, 9729.0, 9704.0, 9760.0, 9721.0, 9700.0, 9692.0, 9664.0, 9751.0, 9633.0, 9674.0, 9649.0, 9661.0, 9679.0, 9676.0, 9694.0, 9757.0, 9683.0, 9732.0, 9624.0, 9656.0, 9627.0, 9639.0, 9640.0, 9640.0, 9630.0, 9743.0, 9694.0, 9733.0, 9694.0, 9750.0, 9674.0, 9630.0, 9655.0, 9630.0, 9698.0, 9633.0, 9713.0, 9659.0, 9685.0, 9677.0, 9712.0, 9674.0, 9710.0, 9620.0, 9721.0, 9600.0, 9640.0, 9606.0, 9612.0, 9649.0, 9608.0, 9717.0, 9642.0, 9697.0, 9641.0, 9716.0, 9627.0, 9683.0, 9645.0, 9683.0, 9646.0, 9699.0, 9631.0, 9683.0, 9627.0, 9685.0, 9642.0, 9666.0, 9639.0, 9655.0, 9671.0, 9668.0, 9688.0, 9623.0, 9710.0, 9619.0, 9680.0, 9627.0, 9600.0, 9647.0, 9620.0, 9690.0, 9631.0, 9704.0, 9716.0, 9653.0, 9698.0, 9657.0, 9680.0, 9626.0, 9684.0, 9614.0, 9687.0, 9649.0, 9689.0, 9671.0, 9687.0, 9644.0, 9688.0, 9628.0, 9683.0, 9631.0, 9660.0, 9654.0, 9694.0, 9682.0, 9724.0, 9690.0, 9743.0, 9669.0, 9683.0, 9607.0, 9650.0, 9679.0, 9650.0, 9726.0, 9636.0, 9711.0, 9638.0, 9696.0, 9652.0, 9699.0, 9642.0, 9680.0, 9647.0, 9708.0, 9676.0, 9729.0, 9661.0, 9705.0, 9630.0, 9718.0, 9618.0, 9609.0, 9629.0, 9629.0, 9664.0, 9754.0, 9671.0, 9731.0, 9642.0, 9696.0, 9613.0, 9671.0, 9615.0, 9675.0, 9686.0, 9660.0, 9730.0, 9663.0, 9733.0, 9674.0, 9716.0, 9645.0, 9684.0, 9658.0, 9710.0, 9664.0, 9714.0, 9658.0, 9714.0, 9656.0, 9712.0, 9643.0, 9647.0, 9666.0, 9625.0, 9711.0, 9664.0, 9710.0, 9742.0, 9671.0, 9735.0, 9657.0, 9703.0, 9641.0, 9700.0, 9634.0, 9671.0, 9646.0, 9688.0, 9651.0, 9690.0, 9665.0, 9708.0, 9663.0, 9707.0, 9663.0, 9704.0, 9647.0, 9703.0, 9647.0, 9703.0, 9655.0, 9734.0, 9667.0, 9714.0, 9640.0, 9717.0, 9618.0, 9662.0, 9650.0, 9649.0, 9699.0, 9775.0, 9695.0, 9720.0, 9658.0, 9706.0, 9630.0, 9673.0, 9637.0, 9673.0, 9635.0, 9677.0, 9649.0, 9693.0, 9664.0, 9705.0, 9662.0, 9708.0, 9647.0, 9702.0, 9649.0, 9709.0, 9663.0, 9751.0, 9698.0, 9752.0, 9701.0, 9729.0, 9643.0, 9685.0, 9632.0, 9632.0, 9666.0, 9676.0, 9696.0, 9678.0, 9738.0, 9650.0, 9734.0, 9648.0, 9739.0, 9652.0, 9693.0, 9664.0, 9692.0, 9677.0, 9650.0, 9715.0, 9651.0, 9704.0, 9630.0, 9690.0, 9648.0, 9674.0, 9628.0, 9697.0, 9645.0, 9701.0, 9656.0, 9710.0, 9659.0, 9665.0, 9636.0, 9620.0, 9631.0, 9610.0, 9648.0, 9631.0, 9705.0, 9672.0, 9714.0, 9669.0, 9594.0, 9679.0, 9611.0, 9695.0, 9614.0, 9614.0, 9659.0, 9633.0, 9676.0, 9632.0, 9688.0, 9648.0, 9674.0, 9632.0, 9676.0, 9648.0, 9690.0, 9652.0, 9722.0, 9668.0, 9741.0, 9670.0, 9714.0, 9684.0, 9683.0, 9666.0, 9676.0, 9715.0, 9676.0, 9770.0, 9703.0, 9734.0, 9697.0, 9651.0, 9652.0, 9614.0, 9728.0, 9614.0, 9731.0, 9642.0, 9716.0, 9626.0, 9681.0, 9631.0, 9641.0, 9655.0, 9628.0, 9655.0, 9599.0, 9671.0, 9630.0, 9704.0, 9636.0, 9715.0, 9646.0, 9717.0, 9634.0, 9675.0, 9630.0, 9656.0, 9665.0, 9666.0, 9718.0, 9660.0, 9746.0, 9674.0, 9714.0, 9629.0, 9618.0, 9648.0, 9652.0, 9695.0, 9632.0, 9675.0, 9648.0, 9692.0, 9619.0, 9692.0, 9634.0, 9693.0, 9640.0, 9709.0, 9654.0, 9692.0, 9656.0, 9711.0, 9655.0, 9707.0, 9667.0, 9725.0, 9663.0, 9738.0, 9661.0, 9737.0, 9648.0, 9718.0, 9632.0, 9706.0, 9643.0, 9679.0, 9701.0, 9634.0, 9715.0, 9616.0, 9646.0, 9632.0, 9639.0, 9669.0, 9666.0, 9664.0, 9756.0, 9677.0, 9687.0, 9646.0, 9675.0, 9672.0, 9673.0, 9690.0, 9649.0, 9747.0, 9670.0, 9737.0, 9678.0, 9719.0, 9647.0, 9661.0, 9663.0, 9646.0, 9680.0, 9655.0, 9711.0, 9663.0, 9693.0, 9753.0, 9675.0, 9733.0, 9641.0, 9689.0, 9671.0, 9695.0, 9677.0, 9686.0, 9699.0, 9663.0, 9660.0, 9646.0, 9628.0, 9627.0, 9617.0, 9648.0, 9621.0, 9646.0, 9650.0, 9653.0, 9697.0, 9639.0, 9695.0, 9636.0, 9678.0, 9636.0, 9663.0, 9622.0, 9662.0, 9603.0, 9657.0, 9617.0, 9641.0, 9615.0, 9626.0, 9612.0, 9628.0, 9627.0, 9625.0, 9633.0, 9671.0, 9648.0, 9658.0, 9658.0, 9658.0, 9602.0, 9641.0, 9601.0, 9657.0, 9591.0, 9677.0, 9623.0, 9679.0, 9611.0, 9681.0, 9611.0, 9670.0, 9640.0, 9669.0, 9680.0, 9628.0, 9712.0, 9656.0, 9701.0, 9631.0, 9705.0, 9652.0, 9705.0, 9651.0, 9701.0, 9659.0, 9699.0, 9625.0, 9694.0, 9623.0, 9666.0, 9607.0, 9665.0, 9628.0, 9683.0, 9643.0, 9684.0, 9614.0, 9669.0, 9642.0, 9654.0, 9714.0, 9638.0, 9716.0, 9643.0, 9700.0, 9627.0, 9686.0, 9613.0, 9680.0, 9627.0, 9669.0, 9626.0, 9667.0, 9656.0, 9652.0, 9668.0, 9658.0, 9711.0, 9640.0, 9730.0, 9681.0, 9727.0, 9665.0, 9695.0, 9620.0, 9696.0, 9629.0, 9683.0, 9628.0, 9702.0, 9631.0, 9707.0, 9635.0, 9707.0, 9636.0, 9696.0, 9655.0, 9678.0, 9705.0, 9667.0, 9723.0, 9683.0, 9744.0, 9683.0, 9736.0, 9698.0, 9721.0, 9651.0, 9666.0, 9650.0, 9663.0, 9680.0, 9725.0, 9666.0, 9755.0, 9693.0, 9727.0, 9651.0, 9708.0, 9634.0, 9674.0, 9657.0, 9660.0, 9726.0, 9646.0, 9733.0, 9656.0, 9744.0, 9628.0, 9714.0, 9642.0, 9687.0, 9647.0, 9719.0, 9671.0, 9732.0, 9668.0, 9741.0, 9683.0, 9692.0, 9648.0, 9684.0, 9617.0, 9688.0, 9635.0, 9689.0, 9669.0, 9719.0, 9677.0, 9730.0, 9683.0, 9707.0, 9652.0, 9693.0, 9637.0, 9687.0, 9678.0, 9716.0, 9716.0, 9732.0, 9687.0, 9698.0, 9708.0, 9686.0, 9742.0, 9692.0, 9764.0, 9700.0, 9758.0, 9720.0, 9745.0, 9653.0, 9724.0, 9654.0, 9723.0, 9655.0, 9728.0, 9672.0, 9727.0, 9670.0, 9733.0, 9675.0, 9726.0, 9676.0, 9674.0, 9660.0, 9659.0, 9671.0, 9645.0, 9736.0, 9665.0, 9739.0, 9697.0, 9741.0, 9660.0, 9689.0, 9630.0, 9674.0, 9617.0, 9692.0, 9667.0, 9690.0, 9689.0, 9691.0, 9716.0, 9659.0, 9685.0, 9670.0, 9646.0, 9676.0, 9651.0, 9695.0, 9664.0, 9698.0, 9725.0, 9680.0, 9753.0, 9680.0, 9734.0, 9677.0, 9716.0, 9656.0, 9701.0, 9643.0, 9687.0, 9632.0, 9667.0, 9628.0, 9685.0, 9617.0, 9671.0, 9630.0, 9685.0, 9630.0, 9682.0, 9656.0, 9702.0, 9688.0, 9723.0, 9646.0, 9732.0, 9653.0, 9711.0, 9614.0, 9699.0, 9647.0, 9661.0, 9637.0, 9650.0, 9684.0, 9687.0, 9716.0, 9687.0, 9688.0, 9760.0, 9699.0, 9739.0, 9664.0, 9708.0, 9653.0, 9711.0, 9669.0, 9679.0, 9651.0, 9677.0, 9663.0, 9703.0, 9717.0, 9684.0, 9695.0, 9690.0, 9644.0, 9705.0, 9632.0, 9702.0, 9633.0, 9718.0, 9651.0, 9720.0, 9673.0, 9731.0, 9668.0, 9727.0, 9667.0, 9697.0, 9722.0, 9681.0, 9756.0, 9665.0, 9723.0, 9679.0, 9723.0, 9651.0, 9703.0, 9660.0, 9672.0, 9675.0, 9669.0, 9670.0, 9655.0, 9709.0, 9641.0, 9697.0, 9642.0, 9737.0, 9659.0, 9731.0, 9679.0, 9634.0, 9667.0, 9623.0, 9678.0, 9643.0, 9709.0, 9654.0, 9730.0, 9656.0, 9740.0, 9656.0, 9739.0, 9669.0, 9760.0, 9691.0, 9780.0, 9684.0, 9678.0, 9694.0, 9654.0, 9710.0, 9667.0, 9726.0, 9672.0, 9744.0, 9687.0, 9745.0, 9684.0, 9729.0, 9651.0, 9696.0, 9624.0, 9708.0, 9646.0, 9729.0, 9699.0, 9739.0, 9693.0, 9763.0, 9669.0, 9648.0, 9658.0, 9630.0, 9732.0, 9647.0, 9731.0, 9647.0, 9732.0, 9659.0, 9702.0, 9641.0, 9680.0, 9644.0, 9681.0, 9643.0, 9694.0, 9626.0, 9684.0, 9630.0, 9665.0, 9625.0, 9626.0, 9634.0, 9608.0, 9667.0, 9614.0, 9732.0, 9666.0, 9726.0, 9673.0, 9646.0, 9616.0, 9608.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.0001596704331450094</td></tr>
<tr><td colspan=3>aqi</td><td>0.017063856403013184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.04467039253537</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780521385768152</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.989715134985862</td></tr>
<tr><td colspan=3>efc</td><td>0.5212</td></tr>
<tr><td colspan=3>fber</td><td>3111.877</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.047339503859665746</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09416195856873823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.676419019944348</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.581825847535384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9276682938353122</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5197629184623485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00688036</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014663449488580227</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027408672496676445</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.7426013303901233</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>11.9062</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.2899</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.56</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.5927</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7736</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.0545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.3221</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.0928</td></tr>
<tr><td colspan=3>tsnr</td><td>39.38515066727996</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>