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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0114/ses-01/func/sub-0114_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1feeaf60575e556b5484977e883033df</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>13:43:9.117500</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.996934, -0.0737797, 0.0260453, 0.0690131, 0.986034, 0.151573]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0942753</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4209, -7769, -7207, 321, -168, 7, 104, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f3de7811-86b7-429c-9552-70efbb583918||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.6747021675109863, 0.18515704572200775, 0.09953425079584122, 101.74801635742188], [0.1979454904794693, 2.6454570293426514, 0.40313848853111267, -117.55574798583984], [0.06987764686346054, -0.406658411026001, 2.6678779125213623, -44.699974060058594], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['134309.117500', '134309.577500', '134310.037500', '134310.497500', '134310.957500', '134311.417500', '134311.877500', '134312.337500', '134312.797500', '134313.257500', '134313.717500', '134314.177500', '134314.637500', '134315.097500', '134315.557500', '134316.017500', '134316.477500', '134316.937500', '134317.397500', '134317.857500', '134318.317500', '134318.777500', '134319.237500', '134319.697500', '134320.157500', '134320.617500', '134321.077500', '134321.537500', '134321.997500', '134322.457500', '134322.917500', '134323.377500', '134323.837500', '134324.297500', '134324.757500', '134325.217500', '134325.677500', '134326.137500', '134326.597500', '134327.057500', '134327.517500', '134327.977500', '134328.437500', '134328.897500', '134329.357500', '134329.817500', '134330.277500', '134330.737500', '134331.197500', '134331.657500', '134332.117500', '134332.577500', '134333.037500', '134333.497500', '134333.957500', '134334.417500', '134334.877500', '134335.337500', '134335.797500', '134336.257500', '134336.717500', '134337.177500', '134337.637500', '134338.097500', '134338.557500', '134339.017500', '134339.477500', '134339.937500', '134340.397500', '134340.857500', '134341.317500', '134341.777500', '134342.237500', '134342.697500', '134343.157500', '134343.617500', '134344.077500', '134344.537500', '134344.997500', '134345.457500', '134345.917500', '134346.377500', '134346.837500', '134347.297500', '134347.757500', '134348.217500', '134348.677500', '134349.137500', '134349.597500', '134350.057500', '134350.517500', '134350.977500', '134351.437500', '134351.897500', '134352.357500', '134352.817500', '134353.277500', '134353.737500', '134354.197500', '134354.657500', '134355.117500', '134355.577500', '134356.037500', '134356.497500', '134356.957500', '134357.417500', '134357.877500', '134358.337500', '134358.797500', '134359.257500', '134359.717500', '134400.177500', '134400.637500', '134401.097500', '134401.557500', '134402.017500', '134402.477500', '134402.937500', '134403.397500', '134403.857500', '134404.317500', '134404.777500', '134405.237500', '134405.697500', '134406.157500', '134406.617500', '134407.077500', '134407.537500', '134407.997500', '134408.457500', '134408.917500', '134409.377500', '134409.837500', '134410.297500', '134410.757500', '134411.217500', '134411.677500', '134412.137500', '134412.597500', '134413.057500', '134413.517500', '134413.977500', '134414.437500', '134414.897500', '134415.357500', '134415.817500', '134416.277500', '134416.737500', '134417.197500', '134417.657500', '134418.117500', '134418.577500', '134419.037500', '134419.497500', '134419.957500', '134420.417500', '134420.877500', '134421.337500', '134421.797500', '134422.257500', '134422.717500', '134423.177500', '134423.637500', '134424.097500', '134424.557500', '134425.017500', '134425.477500', '134425.937500', '134426.397500', '134426.857500', '134427.317500', '134427.777500', '134428.237500', '134428.697500', '134429.157500', '134429.617500', '134430.077500', '134430.537500', '134430.997500', '134431.457500', '134431.917500', '134432.377500', '134432.837500', '134433.297500', '134433.757500', '134434.217500', '134434.677500', '134435.137500', '134435.597500', '134436.057500', '134436.517500', '134436.977500', '134437.437500', '134437.897500', '134438.357500', '134438.817500', '134439.277500', '134439.737500', '134440.197500', '134440.657500', '134441.117500', '134441.577500', '134442.037500', '134442.497500', '134442.957500', '134443.417500', '134443.877500', '134444.337500', '134444.797500', '134445.257500', '134445.717500', '134446.177500', '134446.637500', '134447.097500', '134447.557500', '134448.017500', '134448.477500', '134448.937500', '134449.397500', '134449.857500', '134450.317500', '134450.777500', '134451.237500', '134451.697500', '134452.157500', '134452.617500', '134453.077500', '134453.537500', '134453.997500', '134454.457500', '134454.917500', '134455.377500', '134455.837500', '134456.297500', '134456.757500', '134457.217500', '134457.677500', '134458.137500', '134458.597500', '134459.057500', '134459.517500', '134459.977500', '134500.437500', '134500.897500', '134501.357500', '134501.817500', '134502.277500', '134502.737500', '134503.197500', '134503.657500', '134504.117500', '134504.577500', '134505.037500', '134505.497500', '134505.957500', '134506.417500', '134506.877500', '134507.337500', '134507.797500', '134508.257500', '134508.717500', '134509.177500', '134509.637500', '134510.097500', '134510.557500', '134511.017500', '134511.477500', '134511.937500', '134512.397500', '134512.857500', '134513.317500', '134513.777500', '134514.237500', '134514.697500', '134515.157500', '134515.617500', '134516.077500', '134516.537500', '134516.997500', '134517.457500', '134517.917500', '134518.377500', '134518.837500', '134519.297500', '134519.757500', '134520.217500', '134520.677500', '134521.137500', '134521.597500', '134522.057500', '134522.517500', '134522.977500', '134523.437500', '134523.897500', '134524.357500', '134524.817500', '134525.277500', '134525.737500', '134526.197500', '134526.657500', '134527.117500', '134527.577500', '134528.037500', '134528.497500', '134528.957500', '134529.417500', '134529.877500', '134530.337500', '134530.797500', '134531.257500', '134531.717500', '134532.177500', '134532.637500', '134533.097500', '134533.557500', '134534.017500', '134534.477500', '134534.937500', '134535.397500', '134535.857500', '134536.317500', '134536.777500', '134537.237500', '134537.697500', '134538.157500', '134538.617500', '134539.077500', '134539.537500', '134539.997500', '134540.457500', '134540.917500', '134541.377500', '134541.837500', '134542.297500', '134542.757500', '134543.217500', '134543.677500', '134544.137500', '134544.597500', '134545.057500', '134545.517500', '134545.977500', '134546.437500', '134546.897500', '134547.357500', '134547.817500', '134548.277500', '134548.737500', '134549.197500', '134549.657500', '134550.117500', '134550.577500', '134551.037500', '134551.497500', '134551.957500', '134552.417500', '134552.877500', '134553.337500', '134553.797500', '134554.257500', '134554.717500', '134555.177500', '134555.637500', '134556.097500', '134556.557500', '134557.017500', '134557.477500', '134557.937500', '134558.397500', '134558.857500', '134559.317500', '134559.777500', '134600.237500', '134600.697500', '134601.157500', '134601.617500', '134602.077500', '134602.537500', '134602.997500', '134603.457500', '134603.917500', '134604.377500', '134604.837500', '134605.297500', '134605.757500', '134606.217500', '134606.677500', '134607.137500', '134607.597500', '134608.057500', '134608.517500', '134608.977500', '134609.437500', '134609.897500', '134610.357500', '134610.817500', '134611.277500', '134611.737500', '134612.197500', '134612.657500', '134613.117500', '134613.577500', '134614.037500', '134614.497500', '134614.957500', '134615.417500', '134615.877500', '134616.337500', '134616.797500', '134617.257500', '134617.717500', '134618.177500', '134618.637500', '134619.097500', '134619.557500', '134620.017500', '134620.477500', '134620.937500', '134621.397500', '134621.857500', '134622.317500', '134622.777500', '134623.237500', '134623.697500', '134624.157500', '134624.617500', '134625.077500', '134625.537500', '134625.997500', '134626.457500', '134626.917500', '134627.377500', '134627.837500', '134628.297500', '134628.757500', '134629.217500', '134629.677500', '134630.137500', '134630.597500', '134631.057500', '134631.517500', '134631.977500', '134632.437500', '134632.897500', '134633.357500', '134633.817500', '134634.277500', '134634.737500', '134635.197500', '134635.657500', '134636.117500', '134636.577500', '134637.037500', '134637.497500', '134637.957500', '134638.417500', '134638.877500', '134639.337500', '134639.797500', '134640.257500', '134640.717500', '134641.177500', '134641.637500', '134642.097500', '134642.557500', '134643.017500', '134643.477500', '134643.937500', '134644.397500', '134644.857500', '134645.317500', '134645.777500', '134646.237500', '134646.697500', '134647.157500', '134647.617500', '134648.077500', '134648.537500', '134648.997500', '134649.457500', '134649.917500', '134650.377500', '134650.837500', '134651.297500', '134651.757500', '134652.217500', '134652.677500', '134653.137500', '134653.597500', '134654.057500', '134654.517500', '134654.977500', '134655.437500', '134655.897500', '134656.357500', '134656.817500', '134657.277500', '134657.737500', '134658.197500', '134658.657500', '134659.117500', '134659.577500', '134700.037500', '134700.497500', '134700.957500', '134701.417500', '134701.877500', '134702.337500', '134702.797500', '134703.257500', '134703.717500', '134704.177500', '134704.637500', '134705.097500', '134705.557500', '134706.017500', '134706.477500', '134706.937500', '134707.397500', '134707.857500', '134708.317500', '134708.777500', '134709.237500', '134709.697500', '134710.157500', '134710.617500', '134711.077500', '134711.537500', '134711.997500', '134712.457500', '134712.917500', '134713.377500', '134713.837500', '134714.297500', '134714.757500', '134715.217500', '134715.677500', '134716.137500', '134716.597500', '134717.057500', '134717.517500', '134717.977500', '134718.437500', '134718.897500', '134719.357500', '134719.817500', '134720.277500', '134720.737500', '134721.197500', '134721.657500', '134722.117500', '134722.577500', '134723.037500', '134723.497500', '134723.957500', '134724.417500', '134724.877500', '134725.337500', '134725.797500', '134726.257500', '134726.717500', '134727.177500', '134727.637500', '134728.097500', '134728.557500', '134729.017500', '134729.477500', '134729.937500', '134730.397500', '134730.857500', '134731.317500', '134731.777500', '134732.237500', '134732.697500', '134733.157500', '134733.617500', '134734.077500', '134734.537500', '134734.997500', '134735.457500', '134735.917500', '134736.377500', '134736.837500', '134737.297500', '134737.757500', '134738.217500', '134738.677500', '134739.137500', '134739.597500', '134740.057500', '134740.517500', '134740.977500', '134741.437500', '134741.897500', '134742.357500', '134742.817500', '134743.277500', '134743.737500', '134744.197500', '134744.657500', '134745.117500', '134745.577500', '134746.037500', '134746.497500', '134746.957500', '134747.417500', '134747.877500', '134748.337500', '134748.797500', '134749.257500', '134749.717500', '134750.177500', '134750.637500', '134751.097500', '134751.557500', '134752.017500', '134752.477500', '134752.937500', '134753.397500', '134753.857500', '134754.317500', '134754.777500', '134755.237500', '134755.697500', '134756.157500', '134756.617500', '134757.077500', '134757.537500', '134757.997500', '134758.457500', '134758.917500', '134759.377500', '134759.837500', '134800.297500', '134800.757500', '134801.217500', '134801.677500', '134802.137500', '134802.597500', '134803.057500', '134803.517500', '134803.977500', '134804.437500', '134804.897500', '134805.357500', '134805.817500', '134806.277500', '134806.737500', '134807.197500', '134807.657500', '134808.117500', '134808.577500', '134809.037500', '134809.497500', '134809.957500', '134810.417500', '134810.877500', '134811.337500', '134811.797500', '134812.257500', '134812.717500', '134813.177500', '134813.637500', '134814.097500', '134814.557500', '134815.017500', '134815.477500', '134815.937500', '134816.397500', '134816.857500', '134817.317500', '134817.777500', '134818.237500', '134818.697500', '134819.157500', '134819.617500', '134820.077500', '134820.537500', '134820.997500', '134821.457500', '134821.917500', '134822.377500', '134822.837500', '134823.297500', '134823.757500', '134824.217500', '134824.677500', '134825.137500', '134825.597500', '134826.057500', '134826.517500', '134826.977500', '134827.437500', '134827.897500', '134828.357500', '134828.817500', '134829.277500', '134829.737500', '134830.197500', '134830.657500', '134831.117500', '134831.577500', '134832.037500', '134832.497500', '134832.957500', '134833.417500', '134833.877500', '134834.337500', '134834.797500', '134835.257500', '134835.717500', '134836.177500', '134836.637500', '134837.097500', '134837.557500', '134838.017500', '134838.477500', '134838.937500', '134839.397500', '134839.857500', '134840.317500', '134840.777500', '134841.237500', '134841.697500', '134842.157500', '134842.617500', '134843.077500', '134843.537500', '134843.997500', '134844.457500', '134844.917500', '134845.377500', '134845.837500', '134846.297500', '134846.757500', '134847.217500', '134847.677500', '134848.137500', '134848.597500', '134849.057500', '134849.517500', '134849.977500', '134850.437500', '134850.897500', '134851.357500', '134851.817500', '134852.277500', '134852.737500', '134853.197500', '134853.657500', '134854.117500', '134854.577500', '134855.037500', '134855.497500', '134855.957500', '134856.417500', '134856.877500', '134857.337500', '134857.797500', '134858.257500', '134858.717500', '134859.177500', '134859.637500', '134900.097500', '134900.557500', '134901.017500', '134901.477500', '134901.937500', '134902.397500', '134902.857500', '134903.317500', '134903.777500', '134904.237500', '134904.697500', '134905.157500', '134905.617500', '134906.077500', '134906.537500', '134906.997500', '134907.457500', '134907.917500', '134908.377500', '134908.837500', '134909.297500', '134909.757500', '134910.217500', '134910.677500', '134911.137500', '134911.597500', '134912.057500', '134912.517500', '134912.977500', '134913.437500', '134913.897500', '134914.357500', '134914.817500', '134915.277500', '134915.737500', '134916.197500', '134916.657500', '134917.117500', '134917.577500', '134918.037500', '134918.497500', '134918.957500', '134919.417500', '134919.877500', '134920.337500', '134920.797500', '134921.257500', '134921.717500', '134922.177500', '134922.637500', '134923.097500', '134923.557500', '134924.017500', '134924.477500', '134924.937500', '134925.397500', '134925.857500', '134926.317500', '134926.777500', '134927.237500', '134927.697500', '134928.157500', '134928.617500', '134929.077500', '134929.537500', '134929.997500', '134930.457500', '134930.917500', '134931.377500', '134931.837500', '134932.297500', '134932.757500', '134933.217500', '134933.677500', '134934.137500', '134934.597500', '134935.057500', '134935.517500', '134935.977500', '134936.437500', '134936.897500', '134937.357500', '134937.817500', '134938.277500', '134938.737500', '134939.197500', '134939.657500', '134940.117500', '134940.577500', '134941.037500', '134941.497500', '134941.957500', '134942.417500', '134942.877500', '134943.337500', '134943.797500', '134944.257500', '134944.717500', '134945.177500', '134945.637500', '134946.097500', '134946.557500', '134947.017500', '134947.477500', '134947.937500', '134948.397500', '134948.857500', '134949.317500', '134949.777500', '134950.237500', '134950.697500', '134951.157500', '134951.617500', '134952.077500', '134952.537500', '134952.997500', '134953.457500', '134953.917500', '134954.377500', '134954.837500', '134955.297500', '134955.757500', '134956.217500', '134956.677500', '134957.137500', '134957.597500', '134958.057500', '134958.517500', '134958.977500', '134959.437500', '134959.897500', '135000.357500', '135000.817500', '135001.277500', '135001.737500', '135002.197500', '135002.657500', '135003.117500', '135003.577500', '135004.037500', '135004.497500', '135004.957500', '135005.417500', '135005.877500', '135006.337500', '135006.797500', '135007.257500', '135007.717500', '135008.177500', '135008.637500', '135009.097500', '135009.557500', '135010.017500', '135010.477500', '135010.937500', '135011.397500', '135011.857500', '135012.317500', '135012.777500', '135013.237500', '135013.697500', '135014.157500', '135014.617500', '135015.077500', '135015.537500', '135015.997500', '135016.457500', '135016.917500', '135017.377500', '135017.837500', '135018.297500', '135018.757500', '135019.217500', '135019.677500', '135020.137500', '135020.597500', '135021.057500', '135021.517500', '135021.977500', '135022.437500', '135022.897500', '135023.357500', '135023.817500', '135024.277500', '135024.737500', '135025.197500', '135025.657500', '135026.117500', '135026.577500', '135027.037500', '135027.497500', '135027.957500', '135028.417500', '135028.877500', '135029.337500', '135029.797500', '135030.257500', '135030.717500', '135031.177500', '135031.637500', '135032.097500', '135032.557500', '135033.017500', '135033.477500', '135033.937500', '135034.397500', '135034.857500', '135035.317500', '135035.777500', '135036.237500', '135036.697500', '135037.157500', '135037.617500', '135038.077500', '135038.537500', '135038.997500', '135039.457500', '135039.917500', '135040.377500', '135040.837500', '135041.297500', '135041.757500', '135042.217500', '135042.677500', '135043.137500', '135043.597500', '135044.057500', '135044.517500', '135044.977500', '135045.437500', '135045.897500', '135046.357500', '135046.817500', '135047.277500', '135047.737500', '135048.197500', '135048.657500', '135049.117500', '135049.577500', '135050.037500', '135050.497500', '135050.957500', '135051.417500', '135051.877500', '135052.337500', '135052.797500', '135053.257500', '135053.717500', '135054.177500', '135054.637500', '135055.097500', '135055.557500', '135056.017500', '135056.477500', '135056.937500', '135057.397500', '135057.857500', '135058.317500', '135058.777500', '135059.237500', '135059.697500', '135100.157500', '135100.617500', '135101.077500', '135101.537500', '135101.997500', '135102.457500', '135102.917500', '135103.377500', '135103.837500', '135104.297500', '135104.757500', '135105.217500', '135105.677500', '135106.137500', '135106.597500', '135107.057500', '135107.517500', '135107.977500', '135108.437500', '135108.897500', '135109.357500', '135109.817500', '135110.277500', '135110.737500', '135111.197500', '135111.657500', '135112.117500', '135112.577500', '135113.037500', '135113.497500', '135113.957500', '135114.417500', '135114.877500', '135115.337500', '135115.797500', '135116.257500', '135116.717500', '135117.177500', '135117.637500', '135118.097500', '135118.557500', '135119.017500', '135119.477500', '135119.937500', '135120.397500', '135120.857500', '135121.317500', '135121.777500', '135122.237500'], 'ContentTime': ['134331.837000', '134331.842000', '134331.845000', '134331.848000', '134331.850000', '134331.853000', '134331.856000', '134331.859000', '134331.861000', '134331.864000', '134331.866000', '134331.869000', '134331.871000', '134331.874000', '134331.877000', '134331.879000', '134331.882000', '134331.884000', '134331.887000', '134331.890000', '134331.892000', '134331.895000', '134331.897000', '134331.900000', '134331.903000', '134331.905000', '134331.908000', '134331.911000', '134331.913000', '134331.921000', '134331.924000', '134331.926000', '134331.929000', '134331.932000', '134331.934000', '134331.937000', '134331.939000', '134331.942000', '134331.945000', '134331.947000', '134331.950000', '134331.953000', '134331.956000', '134331.959000', '134331.962000', '134331.966000', '134331.969000', '134351.798000', '134351.800000', '134351.803000', '134351.806000', '134351.808000', '134351.811000', '134351.814000', '134351.817000', '134351.819000', '134351.822000', '134351.825000', '134351.827000', '134351.830000', '134351.832000', '134351.835000', '134351.837000', '134351.840000', '134351.843000', '134351.845000', '134351.848000', '134351.850000', '134351.853000', '134351.856000', '134351.858000', '134351.861000', '134351.863000', '134351.866000', '134351.869000', '134351.871000', '134351.874000', '134351.876000', '134351.879000', '134351.882000', '134351.884000', '134351.887000', '134351.889000', '134351.892000', '134351.908000', '134351.910000', '134351.913000', '134351.915000', '134351.918000', '134351.921000', '134351.923000', '134411.798000', '134411.800000', '134411.803000', '134411.806000', '134411.808000', '134411.811000', '134411.814000', '134411.816000', '134411.819000', '134411.822000', '134411.824000', '134411.827000', '134411.829000', '134411.832000', '134411.835000', '134411.837000', '134411.840000', '134411.843000', '134411.845000', '134411.848000', '134411.851000', '134411.853000', '134411.856000', '134411.858000', '134411.868000', '134411.870000', '134411.873000', '134411.876000', '134411.878000', '134411.881000', '134411.884000', '134411.886000', '134411.889000', '134411.891000', '134411.894000', '134411.897000', '134411.899000', '134411.902000', '134411.905000', '134411.907000', '134411.910000', '134411.912000', '134411.915000', '134431.799000', '134431.802000', '134431.805000', '134431.807000', '134431.810000', '134431.813000', '134431.815000', '134431.818000', '134431.821000', '134431.823000', '134431.826000', '134431.828000', '134431.831000', '134431.834000', '134431.837000', '134431.839000', '134431.842000', '134431.845000', '134431.848000', '134431.850000', '134431.853000', '134431.856000', '134431.859000', '134431.861000', '134431.864000', '134431.866000', '134431.869000', '134431.871000', '134431.874000', '134431.877000', '134431.879000', '134431.882000', '134431.885000', '134431.888000', '134431.890000', '134431.893000', '134431.896000', '134431.898000', '134431.901000', '134431.903000', '134431.906000', '134431.909000', '134431.912000', '134431.915000', '134451.798000', '134451.801000', '134451.804000', '134451.807000', '134451.809000', '134451.812000', '134451.815000', '134451.817000', '134451.820000', '134451.823000', '134451.825000', '134451.828000', '134451.830000', '134451.833000', '134451.836000', '134451.838000', '134451.841000', '134451.844000', '134451.847000', '134451.850000', '134451.852000', '134451.855000', '134451.857000', '134451.860000', '134451.863000', '134451.866000', '134451.869000', '134451.871000', '134451.874000', '134451.876000', '134451.879000', '134451.882000', '134451.885000', '134451.887000', '134451.890000', '134451.893000', '134451.896000', '134451.898000', '134451.901000', '134451.903000', '134451.906000', '134451.908000', '134451.911000', '134511.798000', '134511.801000', '134511.804000', '134511.806000', '134511.809000', '134511.812000', '134511.815000', '134511.817000', '134511.820000', '134511.823000', '134511.825000', '134511.828000', '134511.831000', '134511.834000', '134511.836000', '134511.839000', '134511.842000', '134511.845000', '134511.847000', '134511.850000', '134511.853000', '134511.855000', '134511.858000', '134511.861000', '134511.863000', '134511.866000', '134511.868000', '134511.871000', '134511.878000', '134511.881000', '134511.884000', '134511.886000', '134511.889000', '134511.892000', '134511.895000', '134511.897000', '134511.900000', '134511.903000', '134511.905000', '134511.908000', '134511.911000', '134511.913000', '134511.916000', '134511.919000', '134531.798000', '134531.801000', '134531.804000', '134531.807000', '134531.809000', '134531.812000', '134531.815000', '134531.818000', '134531.821000', '134531.823000', '134531.826000', '134531.829000', '134531.831000', '134531.834000', '134531.837000', '134531.839000', '134531.842000', '134531.845000', '134531.848000', '134531.851000', '134531.854000', '134531.856000', '134531.859000', '134531.862000', '134531.864000', '134531.867000', '134531.869000', '134531.872000', '134531.875000', '134531.878000', '134531.880000', '134531.883000', '134531.886000', '134531.889000', '134531.891000', '134531.894000', '134531.897000', '134531.899000', '134531.902000', '134531.905000', '134531.908000', '134531.910000', '134531.913000', '134551.798000', '134551.802000', '134551.806000', '134551.845000', '134551.848000', '134551.851000', '134551.854000', '134551.856000', '134551.859000', '134551.862000', '134551.864000', '134551.867000', '134551.870000', '134551.873000', '134551.876000', '134551.879000', '134551.881000', '134551.884000', '134551.887000', '134551.890000', '134551.892000', '134551.895000', '134551.897000', '134551.900000', '134551.903000', '134551.905000', '134551.915000', '134551.919000', '134551.921000', '134551.924000', '134551.926000', '134551.929000', '134551.932000', '134551.935000', '134551.937000', '134551.940000', '134551.943000', '134551.945000', '134551.948000', '134551.951000', '134551.954000', '134551.956000', '134551.959000', '134611.801000', '134611.804000', '134611.807000', '134611.810000', '134611.812000', '134611.815000', '134611.818000', '134611.820000', '134611.823000', '134611.826000', '134611.828000', '134611.831000', '134611.834000', '134611.836000', '134611.839000', '134611.842000', '134611.844000', '134611.847000', '134611.850000', '134611.853000', '134611.855000', '134611.858000', '134611.861000', '134611.863000', '134611.866000', '134611.869000', '134611.872000', '134611.874000', '134611.877000', '134611.880000', '134611.882000', '134611.885000', '134611.888000', '134611.890000', '134611.893000', '134611.896000', '134611.898000', '134611.901000', '134611.904000', '134611.906000', '134611.909000', '134611.912000', '134611.914000', '134611.917000', '134631.797000', '134631.801000', '134631.804000', '134631.806000', '134631.809000', '134631.812000', '134631.815000', '134631.817000', '134631.820000', '134631.822000', '134631.825000', '134631.828000', '134631.830000', '134631.833000', '134631.836000', '134631.839000', '134631.842000', '134631.844000', '134631.847000', '134631.858000', '134631.861000', '134631.864000', '134631.867000', '134631.870000', '134631.872000', '134631.875000', '134631.878000', '134631.880000', '134631.883000', '134631.886000', '134631.889000', '134631.891000', '134631.894000', '134631.897000', '134631.900000', '134631.903000', '134631.905000', '134631.908000', '134631.911000', '134631.914000', '134631.917000', '134631.919000', '134631.922000', '134631.925000', '134651.799000', '134651.801000', '134651.804000', '134651.807000', '134651.810000', '134651.813000', '134651.815000', '134651.818000', '134651.821000', '134651.823000', '134651.826000', '134651.829000', '134651.831000', '134651.835000', '134651.837000', '134651.840000', '134651.843000', '134651.846000', '134651.848000', '134651.851000', '134651.854000', '134651.856000', '134651.859000', '134651.862000', '134651.864000', '134651.867000', '134651.870000', '134651.873000', '134651.876000', '134651.878000', '134651.881000', '134651.884000', '134651.887000', '134651.889000', '134651.892000', '134651.894000', '134651.897000', '134651.900000', '134651.903000', '134651.906000', '134651.908000', '134651.911000', '134651.914000', '134711.799000', '134711.809000', '134711.812000', '134711.815000', '134711.817000', '134711.820000', '134711.822000', '134711.825000', '134711.828000', '134711.831000', '134711.834000', '134711.837000', '134711.840000', '134711.843000', '134711.846000', '134711.849000', '134711.851000', '134711.854000', '134711.857000', '134711.859000', '134711.862000', '134711.865000', '134711.867000', '134711.870000', '134711.872000', '134711.875000', '134711.878000', '134711.880000', '134711.919000', '134711.923000', '134711.925000', '134711.928000', '134711.930000', '134711.933000', '134711.936000', '134711.938000', '134711.941000', '134711.944000', '134711.946000', '134711.949000', '134711.951000', '134711.954000', '134711.957000', '134731.798000', '134731.801000', '134731.804000', '134731.807000', '134731.809000', '134731.812000', '134731.815000', '134731.817000', '134731.820000', '134731.823000', '134731.825000', '134731.828000', '134731.831000', '134731.833000', '134731.836000', '134731.838000', '134731.841000', '134731.844000', '134731.846000', '134731.849000', '134731.852000', '134731.854000', '134731.857000', '134731.859000', '134731.862000', '134731.865000', '134731.867000', '134731.870000', '134731.873000', '134731.875000', '134731.878000', '134731.881000', '134731.883000', '134731.886000', '134731.894000', '134731.897000', '134731.900000', '134731.902000', '134731.905000', '134731.908000', '134731.910000', '134731.913000', '134731.915000', '134731.918000', '134751.799000', '134751.801000', '134751.804000', '134751.807000', '134751.809000', '134751.812000', '134751.815000', '134751.817000', '134751.820000', '134751.823000', '134751.825000', '134751.828000', '134751.830000', '134751.833000', '134751.836000', '134751.838000', '134751.841000', '134751.844000', '134751.847000', '134751.849000', '134751.853000', '134751.855000', '134751.858000', '134751.860000', '134751.863000', '134751.866000', '134751.868000', '134751.871000', '134751.874000', '134751.877000', '134751.879000', '134751.882000', '134751.884000', '134751.887000', '134751.889000', '134751.892000', '134751.895000', '134751.897000', '134751.900000', '134751.903000', '134751.905000', '134751.908000', '134751.910000', '134811.798000', '134811.801000', '134811.803000', '134811.806000', '134811.809000', '134811.811000', '134811.814000', '134811.817000', '134811.819000', '134811.822000', '134811.825000', '134811.827000', '134811.830000', '134811.832000', '134811.835000', '134811.838000', '134811.840000', '134811.843000', '134811.846000', '134811.848000', '134811.851000', '134811.853000', '134811.856000', '134811.859000', '134811.861000', '134811.864000', '134811.867000', '134811.869000', '134811.872000', '134811.875000', '134811.877000', '134811.880000', '134811.882000', '134811.885000', '134811.888000', '134811.890000', '134811.893000', '134811.896000', '134811.898000', '134811.901000', '134811.904000', '134811.906000', '134811.909000', '134811.911000', '134831.798000', '134831.801000', '134831.803000', '134831.810000', '134831.813000', '134831.816000', '134831.818000', '134831.821000', '134831.823000', '134831.826000', '134831.830000', '134831.832000', '134831.835000', '134831.838000', '134831.840000', '134831.843000', '134831.846000', '134831.849000', '134831.851000', '134831.854000', '134831.857000', '134831.859000', '134831.862000', '134831.864000', '134831.867000', '134831.870000', '134831.873000', '134831.877000', '134831.879000', '134831.882000', '134831.885000', '134831.887000', '134831.890000', '134831.893000', '134831.895000', '134831.898000', '134831.900000', '134831.903000', '134831.906000', '134831.908000', '134831.911000', '134831.913000', '134831.916000', '134851.797000', '134851.800000', '134851.804000', '134851.806000', '134851.809000', '134851.811000', '134851.814000', '134851.817000', '134851.819000', '134851.822000', '134851.825000', '134851.827000', '134851.830000', '134851.833000', '134851.835000', '134851.838000', '134851.842000', '134851.844000', '134851.847000', '134851.850000', '134851.853000', '134851.855000', '134851.858000', '134851.861000', '134851.863000', '134851.866000', '134851.870000', '134851.873000', '134851.876000', '134851.878000', '134851.881000', '134851.884000', '134851.886000', '134851.889000', '134851.891000', '134851.894000', '134851.897000', '134851.899000', '134851.902000', '134851.905000', '134851.907000', '134851.910000', '134851.913000', '134851.915000', '134911.799000', '134911.801000', '134911.804000', '134911.807000', '134911.809000', '134911.812000', '134911.814000', '134911.817000', '134911.820000', '134911.822000', '134911.825000', '134911.827000', '134911.830000', '134911.833000', '134911.835000', '134911.838000', '134911.841000', '134911.843000', '134911.846000', '134911.848000', '134911.851000', '134911.854000', '134911.856000', '134911.859000', '134911.861000', '134911.864000', '134911.869000', '134911.871000', '134911.874000', '134911.876000', '134911.879000', '134911.882000', '134911.884000', '134911.887000', '134911.889000', '134911.892000', '134911.895000', '134911.897000', '134911.900000', '134911.902000', '134911.905000', '134911.908000', '134911.910000', '134931.798000', '134931.806000', '134931.809000', '134931.812000', '134931.814000', '134931.817000', '134931.820000', '134931.822000', '134931.825000', '134931.828000', '134931.831000', '134931.833000', '134931.836000', '134931.838000', '134931.841000', '134931.844000', '134931.846000', '134931.849000', '134931.852000', '134931.854000', '134931.857000', '134931.860000', '134931.862000', '134931.865000', '134931.868000', '134931.870000', '134931.873000', '134931.876000', '134931.878000', '134931.881000', '134931.884000', '134931.886000', '134931.889000', '134931.892000', '134931.894000', '134931.897000', '134931.900000', '134931.902000', '134931.905000', '134931.908000', '134931.910000', '134931.913000', '134931.916000', '134931.918000', '134951.799000', '134951.802000', '134951.804000', '134951.807000', '134951.810000', '134951.812000', '134951.815000', '134951.818000', '134951.820000', '134951.823000', '134951.826000', '134951.829000', '134951.831000', '134951.834000', '134951.837000', '134951.840000', '134951.842000', '134951.845000', '134951.847000', '134951.850000', '134951.853000', '134951.855000', '134951.858000', '134951.861000', '134951.863000', '134951.866000', '134951.868000', '134951.871000', '134951.874000', '134951.876000', '134951.879000', '134951.882000', '134951.884000', '134951.887000', '134951.889000', '134951.892000', '134951.895000', '134951.898000', '134951.901000', '134951.904000', '134951.906000', '134951.909000', '134951.912000', '135011.798000', '135011.801000', '135011.804000', '135011.807000', '135011.809000', '135011.812000', '135011.828000', '135011.830000', '135011.833000', '135011.836000', '135011.838000', '135011.841000', '135011.844000', '135011.846000', '135011.849000', '135011.851000', '135011.854000', '135011.857000', '135011.859000', '135011.862000', '135011.865000', '135011.868000', '135011.870000', '135011.873000', '135011.875000', '135011.878000', '135011.881000', '135011.884000', '135011.886000', '135011.889000', '135011.892000', '135011.894000', '135011.897000', '135011.899000', '135011.902000', '135011.905000', '135011.907000', '135011.910000', '135011.913000', '135011.915000', '135011.918000', '135011.921000', '135011.923000', '135011.926000', '135031.798000', '135031.800000', '135031.803000', '135031.806000', '135031.808000', '135031.811000', '135031.814000', '135031.816000', '135031.819000', '135031.822000', '135031.824000', '135031.827000', '135031.830000', '135031.832000', '135031.835000', '135031.838000', '135031.840000', '135031.843000', '135031.846000', '135031.848000', '135031.851000', '135031.853000', '135031.856000', '135031.859000', '135031.861000', '135031.864000', '135031.867000', '135031.877000', '135031.880000', '135031.883000', '135031.886000', '135031.888000', '135031.891000', '135031.893000', '135031.896000', '135031.899000', '135031.902000', '135031.904000', '135031.907000', '135031.910000', '135031.912000', '135031.915000', '135031.918000', '135051.797000', '135051.800000', '135051.803000', '135051.806000', '135051.808000', '135051.811000', '135051.813000', '135051.816000', '135051.819000', '135051.821000', '135051.824000', '135051.827000', '135051.829000', '135051.832000', '135051.835000', '135051.837000', '135051.840000', '135051.842000', '135051.845000', '135051.848000', '135051.850000', '135051.853000', '135051.856000', '135051.858000', '135051.861000', '135051.863000', '135051.866000', '135051.869000', '135051.871000', '135051.874000', '135051.876000', '135051.879000', '135051.882000', '135051.884000', '135051.887000', '135051.890000', '135051.892000', '135051.895000', '135051.897000', '135051.900000', '135051.903000', '135051.905000', '135051.908000', '135111.797000', '135111.800000', '135111.803000', '135111.806000', '135111.809000', '135111.811000', '135111.814000', '135111.817000', '135111.819000', '135111.822000', '135111.825000', '135111.827000', '135111.830000', '135111.832000', '135111.835000', '135111.838000', '135111.840000', '135111.843000', '135111.846000', '135111.848000', '135111.851000', '135111.853000', '135111.856000', '135111.859000', '135111.861000', '135111.864000', '135111.867000', '135111.869000', '135111.872000', '135111.874000', '135111.877000', '135111.880000', '135111.882000', '135111.885000', '135111.888000', '135111.890000', '135111.893000', '135111.895000', '135111.898000', '135111.901000', '135111.903000', '135111.906000', '135111.908000', '135111.911000', '135123.389000', '135123.392000', '135123.395000', '135123.398000', '135123.400000', '135123.403000', '135123.406000', '135123.409000', '135123.411000', '135123.414000', '135123.417000', '135123.420000', '135123.423000', '135123.426000', '135123.429000', '135123.437000', '135123.442000', '135123.466000', '135123.469000', '135123.472000', '135123.475000', '135123.477000', '135123.480000', '135123.483000', '135123.485000', '135123.488000'], 'InstanceCreationTime': ['134331.837000', '134331.842000', '134331.845000', '134331.848000', '134331.850000', '134331.853000', '134331.856000', '134331.859000', '134331.861000', '134331.864000', '134331.866000', '134331.869000', '134331.871000', '134331.874000', '134331.877000', '134331.879000', '134331.882000', '134331.884000', '134331.887000', '134331.890000', '134331.892000', '134331.895000', '134331.897000', '134331.900000', '134331.903000', '134331.905000', '134331.908000', '134331.911000', '134331.913000', '134331.921000', '134331.924000', '134331.926000', '134331.929000', '134331.932000', '134331.934000', '134331.937000', '134331.939000', '134331.942000', '134331.945000', '134331.947000', '134331.950000', '134331.953000', '134331.956000', '134331.959000', '134331.962000', '134331.966000', '134331.969000', '134351.798000', '134351.800000', '134351.803000', '134351.806000', '134351.808000', '134351.811000', '134351.814000', '134351.817000', '134351.819000', '134351.822000', '134351.825000', '134351.827000', '134351.830000', '134351.832000', '134351.835000', '134351.837000', '134351.840000', '134351.843000', '134351.845000', '134351.848000', '134351.850000', '134351.853000', '134351.856000', '134351.858000', '134351.861000', '134351.863000', '134351.866000', '134351.869000', '134351.871000', '134351.874000', '134351.876000', '134351.879000', '134351.882000', '134351.884000', '134351.887000', '134351.889000', '134351.892000', '134351.908000', '134351.910000', '134351.913000', '134351.915000', '134351.918000', '134351.921000', '134351.923000', '134411.798000', '134411.800000', '134411.803000', '134411.806000', '134411.808000', '134411.811000', '134411.814000', '134411.816000', '134411.819000', '134411.822000', '134411.824000', '134411.827000', '134411.829000', '134411.832000', '134411.835000', '134411.837000', '134411.840000', '134411.843000', '134411.845000', '134411.848000', '134411.851000', '134411.853000', '134411.856000', '134411.858000', '134411.868000', '134411.870000', '134411.873000', '134411.876000', '134411.878000', '134411.881000', '134411.884000', '134411.886000', '134411.889000', '134411.891000', '134411.894000', '134411.897000', '134411.899000', '134411.902000', '134411.905000', '134411.907000', '134411.910000', '134411.912000', '134411.915000', '134431.799000', '134431.802000', '134431.805000', '134431.807000', '134431.810000', '134431.813000', '134431.815000', '134431.818000', '134431.821000', '134431.823000', '134431.826000', '134431.828000', '134431.831000', '134431.834000', '134431.837000', '134431.839000', '134431.842000', '134431.845000', '134431.848000', '134431.850000', '134431.853000', '134431.856000', '134431.859000', '134431.861000', '134431.864000', '134431.866000', '134431.869000', '134431.871000', '134431.874000', '134431.877000', '134431.879000', '134431.882000', '134431.885000', '134431.888000', '134431.890000', '134431.893000', '134431.896000', '134431.898000', '134431.901000', '134431.903000', '134431.906000', '134431.909000', '134431.912000', '134431.915000', '134451.798000', '134451.801000', '134451.804000', '134451.807000', '134451.809000', '134451.812000', '134451.815000', '134451.817000', '134451.820000', '134451.823000', '134451.825000', '134451.828000', '134451.830000', '134451.833000', '134451.836000', '134451.838000', '134451.841000', '134451.844000', '134451.847000', '134451.850000', '134451.852000', '134451.855000', '134451.857000', '134451.860000', '134451.863000', '134451.866000', '134451.869000', '134451.871000', '134451.874000', '134451.876000', '134451.879000', '134451.882000', '134451.885000', '134451.887000', '134451.890000', '134451.893000', '134451.896000', '134451.898000', '134451.901000', '134451.903000', '134451.906000', '134451.908000', '134451.911000', '134511.798000', '134511.801000', '134511.804000', '134511.806000', '134511.809000', '134511.812000', '134511.815000', '134511.817000', '134511.820000', '134511.823000', '134511.825000', '134511.828000', '134511.831000', '134511.834000', '134511.836000', '134511.839000', '134511.842000', '134511.845000', '134511.847000', '134511.850000', '134511.853000', '134511.855000', '134511.858000', '134511.861000', '134511.863000', '134511.866000', '134511.868000', '134511.871000', '134511.878000', '134511.881000', '134511.884000', '134511.886000', '134511.889000', '134511.892000', '134511.895000', '134511.897000', '134511.900000', '134511.903000', '134511.905000', '134511.908000', '134511.911000', '134511.913000', '134511.916000', '134511.919000', '134531.798000', '134531.801000', '134531.804000', '134531.807000', '134531.809000', '134531.812000', '134531.815000', '134531.818000', '134531.821000', '134531.823000', '134531.826000', '134531.829000', '134531.831000', '134531.834000', '134531.837000', '134531.839000', '134531.842000', '134531.845000', '134531.848000', '134531.851000', '134531.854000', '134531.856000', '134531.859000', '134531.862000', '134531.864000', '134531.867000', '134531.869000', '134531.872000', '134531.875000', '134531.878000', '134531.880000', '134531.883000', '134531.886000', '134531.889000', '134531.891000', '134531.894000', '134531.897000', '134531.899000', '134531.902000', '134531.905000', '134531.908000', '134531.910000', '134531.913000', '134551.798000', '134551.802000', '134551.806000', '134551.845000', '134551.848000', '134551.851000', '134551.854000', '134551.856000', '134551.859000', '134551.862000', '134551.864000', '134551.867000', '134551.870000', '134551.873000', '134551.876000', '134551.879000', '134551.881000', '134551.884000', '134551.887000', '134551.890000', '134551.892000', '134551.895000', '134551.897000', '134551.900000', '134551.903000', '134551.905000', '134551.915000', '134551.919000', '134551.921000', '134551.924000', '134551.926000', '134551.929000', '134551.932000', '134551.935000', '134551.937000', '134551.940000', '134551.943000', '134551.945000', '134551.948000', '134551.951000', '134551.954000', '134551.956000', '134551.959000', '134611.801000', '134611.804000', '134611.807000', '134611.810000', '134611.812000', '134611.815000', '134611.818000', '134611.820000', '134611.823000', '134611.826000', '134611.828000', '134611.831000', '134611.834000', '134611.836000', '134611.839000', '134611.842000', '134611.844000', '134611.847000', '134611.850000', '134611.853000', '134611.855000', '134611.858000', '134611.861000', '134611.863000', '134611.866000', '134611.869000', '134611.872000', '134611.874000', '134611.877000', '134611.880000', '134611.882000', '134611.885000', '134611.888000', '134611.890000', '134611.893000', '134611.896000', '134611.898000', '134611.901000', '134611.904000', '134611.906000', '134611.909000', '134611.912000', '134611.914000', '134611.917000', '134631.797000', '134631.801000', '134631.804000', '134631.806000', '134631.809000', '134631.812000', '134631.815000', '134631.817000', '134631.820000', '134631.822000', '134631.825000', '134631.828000', '134631.830000', '134631.833000', '134631.836000', '134631.839000', '134631.842000', '134631.844000', '134631.847000', '134631.858000', '134631.861000', '134631.864000', '134631.867000', '134631.870000', '134631.872000', '134631.875000', '134631.878000', '134631.880000', '134631.883000', '134631.886000', '134631.889000', '134631.891000', '134631.894000', '134631.897000', '134631.900000', '134631.903000', '134631.905000', '134631.908000', '134631.911000', '134631.914000', '134631.917000', '134631.919000', '134631.922000', '134631.925000', '134651.799000', '134651.801000', '134651.804000', '134651.807000', '134651.810000', '134651.813000', '134651.815000', '134651.818000', '134651.821000', '134651.823000', '134651.826000', '134651.829000', '134651.831000', '134651.835000', '134651.837000', '134651.840000', '134651.843000', '134651.846000', '134651.848000', '134651.851000', '134651.854000', '134651.856000', '134651.859000', '134651.862000', '134651.864000', '134651.867000', '134651.870000', '134651.873000', '134651.876000', '134651.878000', '134651.881000', '134651.884000', '134651.887000', '134651.889000', '134651.892000', '134651.894000', '134651.897000', '134651.900000', '134651.903000', '134651.906000', '134651.908000', '134651.911000', '134651.914000', '134711.799000', '134711.809000', '134711.812000', '134711.815000', '134711.817000', '134711.820000', '134711.822000', '134711.825000', '134711.828000', '134711.831000', '134711.834000', '134711.837000', '134711.840000', '134711.843000', '134711.846000', '134711.849000', '134711.851000', '134711.854000', '134711.857000', '134711.859000', '134711.862000', '134711.865000', '134711.867000', '134711.870000', '134711.872000', '134711.875000', '134711.878000', '134711.880000', '134711.919000', '134711.923000', '134711.925000', '134711.928000', '134711.930000', '134711.933000', '134711.936000', '134711.938000', '134711.941000', '134711.944000', '134711.946000', '134711.949000', '134711.951000', '134711.954000', '134711.957000', '134731.798000', '134731.801000', '134731.804000', '134731.807000', '134731.809000', '134731.812000', '134731.815000', '134731.817000', '134731.820000', '134731.823000', '134731.825000', '134731.828000', '134731.831000', '134731.833000', '134731.836000', '134731.838000', '134731.841000', '134731.844000', '134731.846000', '134731.849000', '134731.852000', '134731.854000', '134731.857000', '134731.859000', '134731.862000', '134731.865000', '134731.867000', '134731.870000', '134731.873000', '134731.875000', '134731.878000', '134731.881000', '134731.883000', '134731.886000', '134731.894000', '134731.897000', '134731.900000', '134731.902000', '134731.905000', '134731.908000', '134731.910000', '134731.913000', '134731.915000', '134731.918000', '134751.799000', '134751.801000', '134751.804000', '134751.807000', '134751.809000', '134751.812000', '134751.815000', '134751.817000', '134751.820000', '134751.823000', '134751.825000', '134751.828000', '134751.830000', '134751.833000', '134751.836000', '134751.838000', '134751.841000', '134751.844000', '134751.847000', '134751.849000', '134751.853000', '134751.855000', '134751.858000', '134751.860000', '134751.863000', '134751.866000', '134751.868000', '134751.871000', '134751.874000', '134751.877000', '134751.879000', '134751.882000', '134751.884000', '134751.887000', '134751.889000', '134751.892000', '134751.895000', '134751.897000', '134751.900000', '134751.903000', '134751.905000', '134751.908000', '134751.910000', '134811.798000', '134811.801000', '134811.803000', '134811.806000', '134811.809000', '134811.811000', '134811.814000', '134811.817000', '134811.819000', '134811.822000', '134811.825000', '134811.827000', '134811.830000', '134811.832000', '134811.835000', '134811.838000', '134811.840000', '134811.843000', '134811.846000', '134811.848000', '134811.851000', '134811.853000', '134811.856000', '134811.859000', '134811.861000', '134811.864000', '134811.867000', '134811.869000', '134811.872000', '134811.875000', '134811.877000', '134811.880000', '134811.882000', '134811.885000', '134811.888000', '134811.890000', '134811.893000', '134811.896000', '134811.898000', '134811.901000', '134811.904000', '134811.906000', '134811.909000', '134811.911000', '134831.798000', '134831.801000', '134831.803000', '134831.810000', '134831.813000', '134831.816000', '134831.818000', '134831.821000', '134831.823000', '134831.826000', '134831.830000', '134831.832000', '134831.835000', '134831.838000', '134831.840000', '134831.843000', '134831.846000', '134831.849000', '134831.851000', '134831.854000', '134831.857000', '134831.859000', '134831.862000', '134831.864000', '134831.867000', '134831.870000', '134831.873000', '134831.877000', '134831.879000', '134831.882000', '134831.885000', '134831.887000', '134831.890000', '134831.893000', '134831.895000', '134831.898000', '134831.900000', '134831.903000', '134831.906000', '134831.908000', '134831.911000', '134831.913000', '134831.916000', '134851.797000', '134851.800000', '134851.804000', '134851.806000', '134851.809000', '134851.811000', '134851.814000', '134851.817000', '134851.819000', '134851.822000', '134851.825000', '134851.827000', '134851.830000', '134851.833000', '134851.835000', '134851.838000', '134851.842000', '134851.844000', '134851.847000', '134851.850000', '134851.853000', '134851.855000', '134851.858000', '134851.861000', '134851.863000', '134851.866000', '134851.870000', '134851.873000', '134851.876000', '134851.878000', '134851.881000', '134851.884000', '134851.886000', '134851.889000', '134851.891000', '134851.894000', '134851.897000', '134851.899000', '134851.902000', '134851.905000', '134851.907000', '134851.910000', '134851.913000', '134851.915000', '134911.799000', '134911.801000', '134911.804000', '134911.807000', '134911.809000', '134911.812000', '134911.814000', '134911.817000', '134911.820000', '134911.822000', '134911.825000', '134911.827000', '134911.830000', '134911.833000', '134911.835000', '134911.838000', '134911.841000', '134911.843000', '134911.846000', '134911.848000', '134911.851000', '134911.854000', '134911.856000', '134911.859000', '134911.861000', '134911.864000', '134911.869000', '134911.871000', '134911.874000', '134911.876000', '134911.879000', '134911.882000', '134911.884000', '134911.887000', '134911.889000', '134911.892000', '134911.895000', '134911.897000', '134911.900000', '134911.902000', '134911.905000', '134911.908000', '134911.910000', '134931.798000', '134931.806000', '134931.809000', '134931.812000', '134931.814000', '134931.817000', '134931.820000', '134931.822000', '134931.825000', '134931.828000', '134931.831000', '134931.833000', '134931.836000', '134931.838000', '134931.841000', '134931.844000', '134931.846000', '134931.849000', '134931.852000', '134931.854000', '134931.857000', '134931.860000', '134931.862000', '134931.865000', '134931.868000', '134931.870000', '134931.873000', '134931.876000', '134931.878000', '134931.881000', '134931.884000', '134931.886000', '134931.889000', '134931.892000', '134931.894000', '134931.897000', '134931.900000', '134931.902000', '134931.905000', '134931.908000', '134931.910000', '134931.913000', '134931.916000', '134931.918000', '134951.799000', '134951.802000', '134951.804000', '134951.807000', '134951.810000', '134951.812000', '134951.815000', '134951.818000', '134951.820000', '134951.823000', '134951.826000', '134951.829000', '134951.831000', '134951.834000', '134951.837000', '134951.840000', '134951.842000', '134951.845000', '134951.847000', '134951.850000', '134951.853000', '134951.855000', '134951.858000', '134951.861000', '134951.863000', '134951.866000', '134951.868000', '134951.871000', '134951.874000', '134951.876000', '134951.879000', '134951.882000', '134951.884000', '134951.887000', '134951.889000', '134951.892000', '134951.895000', '134951.898000', '134951.901000', '134951.904000', '134951.906000', '134951.909000', '134951.912000', '135011.798000', '135011.801000', '135011.804000', '135011.807000', '135011.809000', '135011.812000', '135011.828000', '135011.830000', '135011.833000', '135011.836000', '135011.838000', '135011.841000', '135011.844000', '135011.846000', '135011.849000', '135011.851000', '135011.854000', '135011.857000', '135011.859000', '135011.862000', '135011.865000', '135011.868000', '135011.870000', '135011.873000', '135011.875000', '135011.878000', '135011.881000', '135011.884000', '135011.886000', '135011.889000', '135011.892000', '135011.894000', '135011.897000', '135011.899000', '135011.902000', '135011.905000', '135011.907000', '135011.910000', '135011.913000', '135011.915000', '135011.918000', '135011.921000', '135011.923000', '135011.926000', '135031.798000', '135031.800000', '135031.803000', '135031.806000', '135031.808000', '135031.811000', '135031.814000', '135031.816000', '135031.819000', '135031.822000', '135031.824000', '135031.827000', '135031.830000', '135031.832000', '135031.835000', '135031.838000', '135031.840000', '135031.843000', '135031.846000', '135031.848000', '135031.851000', '135031.853000', '135031.856000', '135031.859000', '135031.861000', '135031.864000', '135031.867000', '135031.877000', '135031.880000', '135031.883000', '135031.886000', '135031.888000', '135031.891000', '135031.893000', '135031.896000', '135031.899000', '135031.902000', '135031.904000', '135031.907000', '135031.910000', '135031.912000', '135031.915000', '135031.918000', '135051.797000', '135051.800000', '135051.803000', '135051.806000', '135051.808000', '135051.811000', '135051.813000', '135051.816000', '135051.819000', '135051.821000', '135051.824000', '135051.827000', '135051.829000', '135051.832000', '135051.835000', '135051.837000', '135051.840000', '135051.842000', '135051.845000', '135051.848000', '135051.850000', '135051.853000', '135051.856000', '135051.858000', '135051.861000', '135051.863000', '135051.866000', '135051.869000', '135051.871000', '135051.874000', '135051.876000', '135051.879000', '135051.882000', '135051.884000', '135051.887000', '135051.890000', '135051.892000', '135051.895000', '135051.897000', '135051.900000', '135051.903000', '135051.905000', '135051.908000', '135111.797000', '135111.800000', '135111.803000', '135111.806000', '135111.809000', '135111.811000', '135111.814000', '135111.817000', '135111.819000', '135111.822000', '135111.825000', '135111.827000', '135111.830000', '135111.832000', '135111.835000', '135111.838000', '135111.840000', '135111.843000', '135111.846000', '135111.848000', '135111.851000', '135111.853000', '135111.856000', '135111.859000', '135111.861000', '135111.864000', '135111.867000', '135111.869000', '135111.872000', '135111.874000', '135111.877000', '135111.880000', '135111.882000', '135111.885000', '135111.888000', '135111.890000', '135111.893000', '135111.895000', '135111.898000', '135111.901000', '135111.903000', '135111.906000', '135111.908000', '135111.911000', '135123.389000', '135123.392000', '135123.395000', '135123.398000', '135123.400000', '135123.403000', '135123.406000', '135123.409000', '135123.411000', '135123.414000', '135123.417000', '135123.420000', '135123.423000', '135123.426000', '135123.429000', '135123.437000', '135123.442000', '135123.466000', '135123.469000', '135123.472000', '135123.475000', '135123.477000', '135123.480000', '135123.483000', '135123.485000', '135123.488000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [14386, 9634, 15580, 11263, 15300, 9999, 14558, 10893, 15895, 12076, 13984, 9509, 10104, 10035, 12826, 12364, 8988, 12092, 7875, 12140, 8173, 14355, 8733, 13849, 8527, 12629, 8533, 14404, 8904, 13224, 8464, 12883, 9613, 14083, 8852, 13231, 8100, 12335, 7881, 13766, 8783, 13163, 8322, 12322, 7828, 12266, 9504, 14272, 8840, 12294, 7907, 12658, 8861, 14056, 8574, 12546, 8199, 13215, 8494, 14887, 8846, 14370, 8295, 14343, 9212, 15575, 11042, 15452, 9770, 14523, 10382, 15404, 11012, 15202, 10258, 14658, 9697, 15382, 11573, 15183, 9533, 14235, 9900, 15149, 11624, 14222, 10880, 14927, 10195, 14136, 11261, 11673, 11386, 11284, 10881, 10215, 11624, 11284, 13313, 8434, 11912, 7906, 13392, 8634, 15844, 9162, 14023, 9228, 11341, 12132, 9117, 13718, 8713, 14402, 10950, 16072, 11818, 13154, 13500, 9032, 14234, 9325, 14543, 10197, 14738, 8888, 13366, 7992, 13308, 8618, 14046, 8503, 11291, 7615, 10756, 11670, 11624, 14703, 9680, 13143, 9234, 13806, 10626, 14998, 9225, 13686, 9528, 14054, 11329, 14766, 10198, 14194, 9990, 14235, 10264, 14605, 9884, 14159, 8583, 13731, 9034, 15069, 9505, 14297, 8423, 13809, 9469, 14340, 8375, 13655, 8251, 14435, 10362, 14426, 8023, 13388, 7699, 13961, 9165, 14489, 8558, 13261, 7811, 13904, 9596, 14280, 8099, 12791, 7457, 13257, 8687, 13596, 7735, 12825, 7880, 12629, 8873, 13683, 8928, 13977, 8627, 13265, 9440, 14119, 10825, 14802, 9802, 13701, 9678, 13721, 11547, 14456, 10988, 12778, 11793, 14715, 11122, 8757, 11186, 8420, 13650, 11086, 17437, 12478, 16349, 11676, 15362, 10300, 15591, 9923, 15651, 10041, 16362, 10313, 15708, 10168, 14952, 9115, 13625, 9217, 12961, 8952, 12577, 8400, 12030, 8405, 11988, 9305, 12252, 8067, 11940, 8774, 12127, 9251, 13087, 9094, 12340, 8470, 12804, 8391, 13721, 9020, 14403, 8530, 13862, 8595, 14431, 10374, 15219, 10922, 14390, 10505, 14296, 11189, 12242, 11356, 8722, 11674, 8587, 12971, 8867, 14277, 8715, 13197, 8211, 14912, 9082, 13695, 8329, 13332, 8140, 14290, 9691, 15094, 10323, 14473, 9923, 14287, 10213, 14993, 11204, 11055, 9943, 8485, 11444, 8038, 12769, 8263, 13073, 8856, 13191, 8324, 13556, 8473, 14651, 8068, 12372, 7659, 13073, 8187, 14476, 10409, 14578, 9409, 13819, 9303, 13721, 10393, 14539, 10567, 14762, 10444, 13027, 11291, 11140, 10495, 8339, 11141, 8073, 13120, 8642, 13670, 8032, 13399, 8574, 13147, 8219, 14335, 9502, 14291, 7792, 12896, 7645, 13867, 8628, 15359, 9792, 14105, 9369, 13987, 10428, 15025, 11732, 11873, 10397, 10394, 10946, 13968, 12010, 12054, 11055, 10738, 11229, 15260, 11782, 14759, 11909, 10237, 11197, 10831, 11700, 9891, 12706, 7975, 12377, 7830, 12755, 7936, 14164, 8250, 13405, 8318, 13717, 8118, 13798, 8512, 14874, 8861, 13693, 8895, 13516, 8355, 14148, 10252, 14278, 9453, 13484, 9437, 13599, 9275, 13817, 9416, 13662, 9380, 11137, 8310, 9114, 9588, 10627, 11519, 8765, 12370, 8089, 12052, 7498, 13023, 8572, 14642, 8518, 13720, 8605, 14015, 9781, 14956, 10506, 13883, 9510, 13243, 9575, 15180, 11406, 13470, 10027, 9864, 10291, 11833, 12002, 8352, 11043, 8093, 11512, 13217, 11633, 10693, 12079, 8143, 13148, 8109, 14595, 9369, 14572, 9513, 14018, 11463, 12159, 16149, 11995, 14668, 11520, 9939, 10808, 11007, 11012, 10099, 12313, 8738, 12697, 8314, 12103, 8486, 12855, 8386, 13693, 8424, 13165, 8058, 13024, 8044, 12165, 8034, 11272, 12567, 10395, 12629, 10049, 11639, 10026, 13117, 9687, 12536, 9102, 12325, 10458, 9888, 9453, 8570, 9597, 8133, 12359, 8030, 12592, 7739, 10594, 8379, 10235, 8384, 10962, 9011, 10199, 10063, 12032, 8680, 14730, 8280, 14204, 8632, 15663, 9627, 15431, 9211, 14701, 9119, 15089, 9524, 14436, 8896, 13916, 8467, 13436, 8076, 13793, 7867, 12882, 7827, 12979, 8177, 13876, 9577, 13891, 9070, 12232, 8970, 11368, 10220, 12166, 10649, 9571, 9979, 9110, 11467, 8299, 11699, 8113, 11692, 7390, 14426, 8234, 14135, 8544, 13668, 10174, 14655, 10438, 13675, 10160, 14852, 11306, 15692, 10787, 13757, 10316, 15740, 11348, 13899, 10742, 12835, 10172, 12382, 10678, 14200, 11299, 11391, 10520, 13106, 10729, 11843, 11932, 7956, 11479, 8146, 13230, 8190, 13735, 8421, 13222, 8911, 14618, 8916, 13481, 8642, 13169, 7888, 13218, 8113, 13306, 8234, 13337, 7931, 13011, 7581, 12654, 7711, 11430, 7406, 11435, 7876, 12735, 8018, 11945, 7802, 12231, 7493, 14006, 8418, 13592, 8385, 13531, 10022, 14369, 9733, 12996, 9406, 13107, 9671, 15355, 11051, 14597, 10231, 12347, 9559, 14970, 10123, 13464, 11017, 8658, 10978, 8579, 11018, 8455, 12279, 7762, 12633, 8685, 11536, 7803, 12759, 7812, 13817, 7816, 12979, 7997, 15277, 10601, 14889, 9366, 13938, 10121, 14022, 11327, 13847, 10378, 11214, 12355, 8218, 13258, 8312, 12987, 7864, 13850, 8961, 14645, 8294, 13077, 8285, 14867, 9078, 14423, 8937, 13997, 9415, 13241, 10743, 14865, 10503, 13954, 10086, 13269, 9731, 12989, 10355, 14224, 11686, 8702, 10849, 8365, 10900, 7294, 14011, 8060, 13929, 8303, 13866, 9487, 15077, 11186, 14674, 10220, 14108, 9865, 14447, 10764, 14225, 9840, 14069, 9992, 14104, 10273, 13966, 9340, 13493, 9255, 13263, 8724, 13900, 9367, 13889, 8368, 13527, 8019, 13758, 8914, 13470, 8013, 12861, 8263, 13000, 8178, 13364, 8654, 12872, 7760, 11746, 8182, 12067, 7768, 11777, 8100, 11669, 7211, 11101, 7379, 10513, 7650, 12242, 7945, 11789, 8983, 10307, 11203, 10841, 16268, 10005, 14720, 9620, 13426, 10888, 13265, 9658, 12932, 9519, 12975, 10160, 13256, 10033, 13097, 9506, 12774, 10155, 13447, 9675, 13303, 8800, 12549, 7991, 13183, 8100, 12656, 7752, 12071, 8237, 11669, 8295, 12548, 7697, 11431, 9656, 10538, 10803, 11108, 9584, 10925, 13107, 9701, 13815, 10217, 13992, 10529, 15051, 9867, 13178, 10088, 14026, 10352, 13498, 9626, 12004, 9732, 13305, 9800, 13470, 9490, 12217, 10091, 13383, 9681, 14258, 9653, 12995, 9805, 9374, 10642, 9819, 10223, 9665, 10125, 12767, 10148, 14342, 9901, 15465, 10107, 13172, 10238, 11950, 10106, 12908, 9581, 12373, 9224, 11882, 8436, 11633, 8488, 11424, 8691, 10406, 8281, 11835, 8005, 7889, 10901, 7547, 14009, 8285, 15207, 11085, 15855, 8983, 15751, 11057, 15558, 12073, 16040, 13066, 15841, 13219, 18160, 12906, 17868, 12579, 16385, 12059, 15659, 10745, 14209, 11094, 15601, 11627, 12298, 10687, 8458, 11222, 8888, 12088, 8100, 12998, 7638, 12437, 8860, 14169, 8861, 14000, 10124, 14777, 10570, 12313, 11224, 8190, 11540, 7686, 12252, 8007, 14393, 8889, 14251, 9812, 14149, 11034, 10344, 12020, 9305, 11914, 8528, 14034, 8940, 14896, 10362, 13982, 11070, 12718, 11732, 8449, 12102, 8060, 14314, 9196, 14854, 9717, 14829, 10067, 13785, 10939, 9394, 10745, 8872, 13266, 7979, 13663, 7934, 14259, 9031, 15408, 10650, 14035, 9971, 14201, 11523, 10833, 10609, 9390, 10807, 11890, 12911, 9594, 12225, 12076, 11362, 11427, 13506, 14132, 11351, 9059, 11943, 9652, 13296, 11539, 12945, 8528, 11748, 10172, 11587, 9454, 12716, 7862, 12094, 10133, 12859, 9194, 13929, 8643, 13081, 8489, 12801, 8741, 13781, 8005, 14120, 8236, 13565, 8941, 15492, 8985, 14716, 9902, 14939, 9841, 15525, 11017, 14809, 10469, 15105, 9921, 14430, 10158, 14326, 8461, 13561, 8440, 13910, 9304, 13651, 8302, 12736, 8386, 12862, 8179, 12989, 8312, 12384, 7658, 12272, 8307, 14318, 8027, 13291, 7931, 13529, 7818, 13320, 8476, 13709, 8105, 13611, 8330, 13450, 9076, 14491, 9377, 14667, 9570, 13978, 10495, 13890], 'WindowCenter': [4527.0, 4460.0, 4497.0, 4467.0, 4482.0, 4443.0, 4470.0, 4452.0, 4471.0, 4452.0, 4458.0, 4427.0, 4426.0, 4428.0, 4459.0, 4448.0, 4418.0, 4449.0, 4407.0, 4450.0, 4408.0, 4469.0, 4407.0, 4459.0, 4407.0, 4447.0, 4405.0, 4458.0, 4405.0, 4446.0, 4394.0, 4447.0, 4415.0, 4446.0, 4393.0, 4433.0, 4380.0, 4434.0, 4393.0, 4445.0, 4392.0, 4433.0, 4392.0, 4433.0, 4384.0, 4435.0, 4416.0, 4456.0, 4404.0, 4434.0, 4393.0, 4444.0, 4404.0, 4447.0, 4404.0, 4433.0, 4405.0, 4447.0, 4405.0, 4468.0, 4417.0, 4458.0, 4407.0, 4469.0, 4429.0, 4467.0, 4438.0, 4456.0, 4427.0, 4458.0, 4428.0, 4457.0, 4438.0, 4456.0, 4426.0, 4457.0, 4417.0, 4456.0, 4437.0, 4456.0, 4417.0, 4457.0, 4429.0, 4467.0, 4439.0, 4458.0, 4438.0, 4457.0, 4429.0, 4459.0, 4440.0, 4449.0, 4451.0, 4438.0, 4439.0, 4441.0, 4450.0, 4440.0, 4462.0, 4394.0, 4494.0, 4438.0, 4472.0, 4421.0, 4482.0, 4430.0, 4471.0, 4432.0, 4452.0, 4464.0, 4446.0, 4473.0, 4434.0, 4486.0, 4456.0, 4485.0, 4466.0, 4476.0, 4475.0, 4422.0, 4460.0, 4432.0, 4459.0, 4416.0, 4458.0, 4405.0, 4435.0, 4395.0, 4433.0, 4405.0, 4447.0, 4393.0, 4423.0, 4385.0, 4424.0, 4423.0, 4435.0, 4443.0, 4414.0, 4445.0, 4428.0, 4456.0, 4440.0, 4455.0, 4415.0, 4444.0, 4417.0, 4445.0, 4439.0, 4456.0, 4414.0, 4444.0, 4427.0, 4455.0, 4414.0, 4443.0, 4414.0, 4442.0, 4390.0, 4431.0, 4403.0, 4457.0, 4404.0, 4430.0, 4392.0, 4443.0, 4402.0, 4443.0, 4382.0, 4431.0, 4392.0, 4442.0, 4400.0, 4441.0, 4382.0, 4430.0, 4384.0, 4442.0, 4403.0, 4443.0, 4392.0, 4432.0, 4396.0, 4443.0, 4415.0, 4432.0, 4394.0, 4432.0, 4399.0, 4459.0, 4417.0, 4443.0, 4395.0, 4433.0, 4392.0, 4434.0, 4406.0, 4461.0, 4430.0, 4457.0, 4406.0, 4432.0, 4417.0, 4456.0, 4437.0, 4445.0, 4416.0, 4445.0, 4415.0, 4447.0, 4438.0, 4446.0, 4441.0, 4449.0, 4424.0, 4447.0, 4413.0, 4383.0, 4413.0, 4407.0, 4446.0, 4424.0, 4467.0, 4436.0, 4455.0, 4424.0, 4444.0, 4414.0, 4455.0, 4416.0, 4454.0, 4414.0, 4443.0, 4400.0, 4431.0, 4387.0, 4418.0, 4363.0, 4404.0, 4362.0, 4405.0, 4374.0, 4392.0, 4350.0, 4379.0, 4351.0, 4407.0, 4374.0, 4421.0, 4365.0, 4421.0, 4374.0, 4406.0, 4386.0, 4417.0, 4376.0, 4418.0, 4377.0, 4430.0, 4391.0, 4442.0, 4404.0, 4440.0, 4404.0, 4443.0, 4406.0, 4459.0, 4425.0, 4470.0, 4452.0, 4457.0, 4427.0, 4446.0, 4436.0, 4436.0, 4410.0, 4394.0, 4436.0, 4405.0, 4446.0, 4405.0, 4457.0, 4394.0, 4445.0, 4392.0, 4444.0, 4405.0, 4445.0, 4393.0, 4433.0, 4407.0, 4457.0, 4417.0, 4456.0, 4425.0, 4456.0, 4425.0, 4456.0, 4427.0, 4455.0, 4437.0, 4425.0, 4417.0, 4419.0, 4438.0, 4397.0, 4446.0, 4395.0, 4448.0, 4417.0, 4461.0, 4419.0, 4458.0, 4394.0, 4458.0, 4395.0, 4436.0, 4395.0, 4456.0, 4419.0, 4458.0, 4439.0, 4456.0, 4430.0, 4459.0, 4419.0, 4458.0, 4440.0, 4460.0, 4441.0, 4471.0, 4440.0, 4447.0, 4440.0, 4437.0, 4427.0, 4407.0, 4452.0, 4411.0, 4460.0, 4409.0, 4460.0, 4398.0, 4450.0, 4408.0, 4447.0, 4407.0, 4447.0, 4417.0, 4447.0, 4384.0, 4436.0, 4397.0, 4457.0, 4406.0, 4456.0, 4428.0, 4457.0, 4419.0, 4458.0, 4438.0, 4469.0, 4448.0, 4438.0, 4430.0, 4440.0, 4441.0, 4459.0, 4449.0, 4438.0, 4437.0, 4426.0, 4437.0, 4456.0, 4437.0, 4447.0, 4437.0, 4415.0, 4424.0, 4424.0, 4424.0, 4413.0, 4435.0, 4394.0, 4435.0, 4395.0, 4447.0, 4397.0, 4456.0, 4396.0, 4444.0, 4397.0, 4446.0, 4396.0, 4445.0, 4406.0, 4459.0, 4407.0, 4446.0, 4406.0, 4446.0, 4398.0, 4458.0, 4428.0, 4447.0, 4419.0, 4459.0, 4418.0, 4446.0, 4417.0, 4446.0, 4417.0, 4445.0, 4418.0, 4427.0, 4409.0, 4419.0, 4443.0, 4454.0, 4451.0, 4422.0, 4461.0, 4409.0, 4450.0, 4411.0, 4458.0, 4420.0, 4470.0, 4420.0, 4459.0, 4419.0, 4460.0, 4430.0, 4469.0, 4439.0, 4458.0, 4427.0, 4448.0, 4428.0, 4456.0, 4439.0, 4445.0, 4417.0, 4426.0, 4427.0, 4423.0, 4437.0, 4408.0, 4437.0, 4384.0, 4438.0, 4451.0, 4424.0, 4415.0, 4435.0, 4395.0, 4444.0, 4396.0, 4446.0, 4405.0, 4445.0, 4406.0, 4447.0, 4414.0, 4409.0, 4444.0, 4422.0, 4430.0, 4410.0, 4387.0, 4410.0, 4398.0, 4410.0, 4400.0, 4421.0, 4390.0, 4432.0, 4381.0, 4422.0, 4392.0, 4422.0, 4381.0, 4433.0, 4383.0, 4433.0, 4384.0, 4433.0, 4379.0, 4421.0, 4369.0, 4412.0, 4420.0, 4402.0, 4434.0, 4414.0, 4411.0, 4402.0, 4431.0, 4402.0, 4433.0, 4404.0, 4433.0, 4426.0, 4413.0, 4416.0, 4405.0, 4429.0, 4408.0, 4459.0, 4408.0, 4461.0, 4425.0, 4465.0, 4434.0, 4452.0, 4419.0, 4439.0, 4404.0, 4427.0, 4429.0, 4453.0, 4421.0, 4458.0, 4396.0, 4458.0, 4420.0, 4470.0, 4416.0, 4458.0, 4416.0, 4469.0, 4420.0, 4456.0, 4416.0, 4444.0, 4392.0, 4435.0, 4394.0, 4447.0, 4395.0, 4444.0, 4393.0, 4421.0, 4384.0, 4434.0, 4407.0, 4442.0, 4416.0, 4446.0, 4405.0, 4434.0, 4417.0, 4446.0, 4429.0, 4448.0, 4439.0, 4415.0, 4440.0, 4430.0, 4451.0, 4410.0, 4450.0, 4410.0, 4463.0, 4412.0, 4472.0, 4422.0, 4461.0, 4433.0, 4474.0, 4443.0, 4473.0, 4452.0, 4461.0, 4444.0, 4473.0, 4451.0, 4483.0, 4441.0, 4448.0, 4430.0, 4471.0, 4439.0, 4446.0, 4425.0, 4433.0, 4427.0, 4448.0, 4427.0, 4445.0, 4426.0, 4422.0, 4426.0, 4447.0, 4424.0, 4422.0, 4435.0, 4383.0, 4436.0, 4396.0, 4445.0, 4395.0, 4444.0, 4393.0, 4443.0, 4403.0, 4457.0, 4404.0, 4434.0, 4393.0, 4437.0, 4396.0, 4434.0, 4383.0, 4434.0, 4383.0, 4436.0, 4384.0, 4435.0, 4371.0, 4432.0, 4371.0, 4423.0, 4383.0, 4423.0, 4393.0, 4435.0, 4394.0, 4421.0, 4395.0, 4446.0, 4398.0, 4458.0, 4409.0, 4447.0, 4409.0, 4461.0, 4441.0, 4460.0, 4432.0, 4450.0, 4432.0, 4461.0, 4443.0, 4472.0, 4441.0, 4459.0, 4430.0, 4448.0, 4419.0, 4459.0, 4441.0, 4447.0, 4440.0, 4407.0, 4427.0, 4406.0, 4440.0, 4407.0, 4448.0, 4397.0, 4446.0, 4406.0, 4438.0, 4399.0, 4460.0, 4411.0, 4460.0, 4399.0, 4461.0, 4410.0, 4471.0, 4442.0, 4459.0, 4430.0, 4472.0, 4442.0, 4472.0, 4451.0, 4458.0, 4441.0, 4440.0, 4450.0, 4398.0, 4449.0, 4396.0, 4449.0, 4398.0, 4448.0, 4408.0, 4458.0, 4397.0, 4459.0, 4396.0, 4456.0, 4418.0, 4446.0, 4407.0, 4446.0, 4418.0, 4447.0, 4428.0, 4447.0, 4430.0, 4447.0, 4416.0, 4437.0, 4417.0, 4434.0, 4427.0, 4445.0, 4437.0, 4404.0, 4424.0, 4394.0, 4437.0, 4399.0, 4458.0, 4408.0, 4459.0, 4410.0, 4472.0, 4432.0, 4471.0, 4452.0, 4460.0, 4430.0, 4460.0, 4430.0, 4460.0, 4440.0, 4447.0, 4428.0, 4459.0, 4429.0, 4446.0, 4417.0, 4445.0, 4403.0, 4433.0, 4404.0, 4446.0, 4406.0, 4434.0, 4402.0, 4433.0, 4406.0, 4444.0, 4382.0, 4433.0, 4404.0, 4433.0, 4394.0, 4434.0, 4395.0, 4459.0, 4408.0, 4445.0, 4408.0, 4436.0, 4385.0, 4439.0, 4394.0, 4437.0, 4395.0, 4435.0, 4397.0, 4437.0, 4387.0, 4437.0, 4411.0, 4451.0, 4411.0, 4462.0, 4410.0, 4461.0, 4431.0, 4454.0, 4451.0, 4453.0, 4484.0, 4442.0, 4471.0, 4441.0, 4461.0, 4453.0, 4461.0, 4432.0, 4449.0, 4443.0, 4472.0, 4442.0, 4462.0, 4441.0, 4459.0, 4443.0, 4473.0, 4442.0, 4461.0, 4430.0, 4459.0, 4418.0, 4461.0, 4410.0, 4449.0, 4408.0, 4448.0, 4396.0, 4450.0, 4419.0, 4438.0, 4406.0, 4446.0, 4395.0, 4435.0, 4416.0, 4439.0, 4438.0, 4437.0, 4417.0, 4440.0, 4447.0, 4429.0, 4460.0, 4429.0, 4459.0, 4439.0, 4457.0, 4427.0, 4461.0, 4430.0, 4457.0, 4429.0, 4446.0, 4429.0, 4449.0, 4427.0, 4447.0, 4429.0, 4447.0, 4430.0, 4449.0, 4430.0, 4458.0, 4430.0, 4471.0, 4431.0, 4461.0, 4430.0, 4419.0, 4441.0, 4431.0, 4431.0, 4430.0, 4444.0, 4463.0, 4430.0, 4459.0, 4418.0, 4459.0, 4431.0, 4449.0, 4430.0, 4452.0, 4443.0, 4462.0, 4430.0, 4463.0, 4432.0, 4450.0, 4421.0, 4437.0, 4419.0, 4451.0, 4431.0, 4452.0, 4436.0, 4475.0, 4438.0, 4421.0, 4453.0, 4414.0, 4485.0, 4448.0, 4510.0, 4468.0, 4484.0, 4433.0, 4472.0, 4454.0, 4484.0, 4466.0, 4501.0, 4478.0, 4486.0, 4452.0, 4459.0, 4427.0, 4457.0, 4414.0, 4432.0, 4409.0, 4417.0, 4386.0, 4405.0, 4395.0, 4426.0, 4396.0, 4390.0, 4383.0, 4351.0, 4382.0, 4374.0, 4404.0, 4354.0, 4405.0, 4354.0, 4417.0, 4388.0, 4429.0, 4389.0, 4428.0, 4401.0, 4443.0, 4424.0, 4432.0, 4422.0, 4380.0, 4424.0, 4396.0, 4446.0, 4395.0, 4456.0, 4405.0, 4445.0, 4416.0, 4459.0, 4439.0, 4428.0, 4449.0, 4417.0, 4450.0, 4418.0, 4459.0, 4419.0, 4458.0, 4440.0, 4473.0, 4452.0, 4451.0, 4450.0, 4407.0, 4450.0, 4422.0, 4471.0, 4420.0, 4460.0, 4432.0, 4484.0, 4443.0, 4471.0, 4440.0, 4430.0, 4453.0, 4432.0, 4475.0, 4412.0, 4461.0, 4422.0, 4485.0, 4434.0, 4482.0, 4443.0, 4485.0, 4457.0, 4473.0, 4464.0, 4453.0, 4442.0, 4430.0, 4455.0, 4463.0, 4474.0, 4432.0, 4463.0, 4462.0, 4452.0, 4450.0, 4462.0, 4471.0, 4440.0, 4406.0, 4437.0, 4429.0, 4460.0, 4450.0, 4448.0, 4408.0, 4451.0, 4442.0, 4438.0, 4417.0, 4445.0, 4397.0, 4448.0, 4441.0, 4448.0, 4420.0, 4460.0, 4408.0, 4460.0, 4409.0, 4448.0, 4409.0, 4459.0, 4408.0, 4459.0, 4395.0, 4446.0, 4409.0, 4457.0, 4407.0, 4460.0, 4429.0, 4459.0, 4429.0, 4459.0, 4426.0, 4456.0, 4427.0, 4455.0, 4428.0, 4446.0, 4414.0, 4433.0, 4382.0, 4433.0, 4406.0, 4433.0, 4402.0, 4433.0, 4381.0, 4431.0, 4392.0, 4434.0, 4394.0, 4436.0, 4391.0, 4434.0, 4394.0, 4437.0, 4406.0, 4458.0, 4396.0, 4446.0, 4397.0, 4446.0, 4410.0, 4461.0, 4408.0, 4448.0, 4409.0, 4472.0, 4421.0, 4447.0, 4407.0, 4471.0, 4419.0, 4460.0, 4432.0, 4473.0, 4443.0, 4461.0], 'WindowWidth': [9943.0, 9838.0, 9882.0, 9839.0, 9852.0, 9799.0, 9832.0, 9812.0, 9834.0, 9808.0, 9810.0, 9766.0, 9764.0, 9769.0, 9813.0, 9798.0, 9757.0, 9800.0, 9741.0, 9802.0, 9744.0, 9827.0, 9740.0, 9810.0, 9738.0, 9793.0, 9733.0, 9811.0, 9733.0, 9789.0, 9715.0, 9793.0, 9748.0, 9789.0, 9711.0, 9768.0, 9692.0, 9769.0, 9715.0, 9786.0, 9711.0, 9768.0, 9709.0, 9766.0, 9703.0, 9773.0, 9749.0, 9804.0, 9730.0, 9769.0, 9715.0, 9784.0, 9729.0, 9792.0, 9728.0, 9770.0, 9734.0, 9792.0, 9734.0, 9822.0, 9751.0, 9806.0, 9738.0, 9825.0, 9772.0, 9821.0, 9782.0, 9804.0, 9766.0, 9808.0, 9769.0, 9805.0, 9782.0, 9803.0, 9764.0, 9806.0, 9753.0, 9802.0, 9781.0, 9803.0, 9753.0, 9804.0, 9773.0, 9821.0, 9785.0, 9809.0, 9784.0, 9807.0, 9773.0, 9812.0, 9788.0, 9798.0, 9803.0, 9783.0, 9787.0, 9792.0, 9802.0, 9787.0, 9821.0, 9715.0, 9890.0, 9802.0, 9837.0, 9765.0, 9849.0, 9775.0, 9831.0, 9779.0, 9807.0, 9828.0, 9806.0, 9842.0, 9788.0, 9862.0, 9819.0, 9857.0, 9833.0, 9849.0, 9845.0, 9765.0, 9818.0, 9780.0, 9816.0, 9747.0, 9812.0, 9732.0, 9771.0, 9717.0, 9768.0, 9730.0, 9791.0, 9711.0, 9753.0, 9706.0, 9753.0, 9754.0, 9772.0, 9782.0, 9742.0, 9786.0, 9770.0, 9802.0, 9787.0, 9802.0, 9746.0, 9782.0, 9751.0, 9785.0, 9785.0, 9804.0, 9742.0, 9783.0, 9765.0, 9803.0, 9743.0, 9780.0, 9742.0, 9777.0, 9703.0, 9759.0, 9727.0, 9807.0, 9728.0, 9760.0, 9711.0, 9780.0, 9724.0, 9779.0, 9696.0, 9759.0, 9711.0, 9775.0, 9716.0, 9772.0, 9696.0, 9758.0, 9703.0, 9775.0, 9727.0, 9779.0, 9709.0, 9764.0, 9724.0, 9783.0, 9747.0, 9763.0, 9716.0, 9766.0, 9731.0, 9813.0, 9754.0, 9782.0, 9719.0, 9766.0, 9714.0, 9769.0, 9735.0, 9819.0, 9779.0, 9807.0, 9735.0, 9765.0, 9750.0, 9803.0, 9781.0, 9784.0, 9747.0, 9785.0, 9747.0, 9791.0, 9781.0, 9790.0, 9791.0, 9796.0, 9752.0, 9785.0, 9735.0, 9693.0, 9734.0, 9736.0, 9786.0, 9752.0, 9821.0, 9774.0, 9797.0, 9755.0, 9782.0, 9742.0, 9802.0, 9748.0, 9798.0, 9740.0, 9783.0, 9714.0, 9765.0, 9690.0, 9739.0, 9653.0, 9713.0, 9650.0, 9715.0, 9672.0, 9692.0, 9632.0, 9668.0, 9635.0, 9722.0, 9669.0, 9748.0, 9662.0, 9748.0, 9672.0, 9717.0, 9690.0, 9734.0, 9677.0, 9735.0, 9680.0, 9759.0, 9708.0, 9776.0, 9729.0, 9770.0, 9729.0, 9778.0, 9737.0, 9811.0, 9759.0, 9830.0, 9809.0, 9806.0, 9767.0, 9788.0, 9776.0, 9775.0, 9726.0, 9716.0, 9773.0, 9732.0, 9787.0, 9732.0, 9806.0, 9715.0, 9787.0, 9708.0, 9785.0, 9730.0, 9785.0, 9713.0, 9766.0, 9739.0, 9806.0, 9749.0, 9801.0, 9760.0, 9804.0, 9761.0, 9803.0, 9766.0, 9801.0, 9777.0, 9758.0, 9749.0, 9757.0, 9779.0, 9723.0, 9790.0, 9717.0, 9792.0, 9752.0, 9817.0, 9760.0, 9808.0, 9714.0, 9809.0, 9719.0, 9774.0, 9718.0, 9804.0, 9760.0, 9807.0, 9786.0, 9802.0, 9773.0, 9810.0, 9758.0, 9809.0, 9788.0, 9813.0, 9789.0, 9831.0, 9789.0, 9794.0, 9788.0, 9779.0, 9766.0, 9739.0, 9806.0, 9752.0, 9813.0, 9743.0, 9812.0, 9726.0, 9798.0, 9738.0, 9790.0, 9739.0, 9792.0, 9750.0, 9792.0, 9702.0, 9772.0, 9725.0, 9805.0, 9736.0, 9806.0, 9767.0, 9805.0, 9756.0, 9810.0, 9781.0, 9826.0, 9796.0, 9781.0, 9771.0, 9789.0, 9788.0, 9812.0, 9795.0, 9778.0, 9777.0, 9761.0, 9777.0, 9804.0, 9775.0, 9791.0, 9776.0, 9742.0, 9755.0, 9756.0, 9754.0, 9740.0, 9771.0, 9714.0, 9770.0, 9721.0, 9791.0, 9724.0, 9803.0, 9721.0, 9784.0, 9722.0, 9786.0, 9720.0, 9786.0, 9735.0, 9812.0, 9737.0, 9787.0, 9734.0, 9787.0, 9725.0, 9806.0, 9765.0, 9788.0, 9756.0, 9810.0, 9754.0, 9786.0, 9752.0, 9787.0, 9750.0, 9783.0, 9753.0, 9762.0, 9741.0, 9758.0, 9797.0, 9816.0, 9807.0, 9766.0, 9817.0, 9743.0, 9799.0, 9751.0, 9810.0, 9761.0, 9828.0, 9760.0, 9810.0, 9760.0, 9814.0, 9775.0, 9827.0, 9785.0, 9808.0, 9767.0, 9795.0, 9769.0, 9803.0, 9786.0, 9785.0, 9750.0, 9764.0, 9765.0, 9754.0, 9779.0, 9742.0, 9779.0, 9700.0, 9779.0, 9799.0, 9753.0, 9741.0, 9772.0, 9715.0, 9783.0, 9718.0, 9786.0, 9728.0, 9785.0, 9732.0, 9789.0, 9737.0, 9726.0, 9786.0, 9747.0, 9757.0, 9727.0, 9693.0, 9727.0, 9710.0, 9730.0, 9717.0, 9747.0, 9703.0, 9762.0, 9690.0, 9746.0, 9705.0, 9746.0, 9690.0, 9764.0, 9695.0, 9764.0, 9700.0, 9764.0, 9686.0, 9744.0, 9671.0, 9731.0, 9741.0, 9720.0, 9768.0, 9739.0, 9730.0, 9722.0, 9758.0, 9721.0, 9768.0, 9729.0, 9765.0, 9761.0, 9742.0, 9748.0, 9734.0, 9771.0, 9742.0, 9812.0, 9744.0, 9816.0, 9777.0, 9831.0, 9790.0, 9807.0, 9760.0, 9783.0, 9730.0, 9765.0, 9771.0, 9809.0, 9763.0, 9809.0, 9720.0, 9811.0, 9760.0, 9829.0, 9751.0, 9811.0, 9749.0, 9829.0, 9761.0, 9807.0, 9746.0, 9783.0, 9706.0, 9770.0, 9716.0, 9790.0, 9717.0, 9781.0, 9712.0, 9745.0, 9700.0, 9769.0, 9738.0, 9777.0, 9748.0, 9789.0, 9734.0, 9768.0, 9753.0, 9792.0, 9772.0, 9794.0, 9786.0, 9747.0, 9790.0, 9777.0, 9805.0, 9748.0, 9801.0, 9749.0, 9825.0, 9756.0, 9838.0, 9766.0, 9818.0, 9784.0, 9841.0, 9799.0, 9839.0, 9809.0, 9820.0, 9800.0, 9841.0, 9806.0, 9854.0, 9789.0, 9795.0, 9773.0, 9832.0, 9783.0, 9789.0, 9760.0, 9767.0, 9766.0, 9797.0, 9763.0, 9788.0, 9759.0, 9750.0, 9759.0, 9792.0, 9755.0, 9749.0, 9772.0, 9697.0, 9774.0, 9722.0, 9785.0, 9717.0, 9782.0, 9712.0, 9781.0, 9724.0, 9804.0, 9726.0, 9767.0, 9709.0, 9775.0, 9719.0, 9767.0, 9693.0, 9765.0, 9694.0, 9768.0, 9699.0, 9768.0, 9678.0, 9763.0, 9677.0, 9750.0, 9699.0, 9750.0, 9711.0, 9770.0, 9714.0, 9748.0, 9720.0, 9790.0, 9727.0, 9808.0, 9745.0, 9791.0, 9744.0, 9815.0, 9790.0, 9812.0, 9777.0, 9797.0, 9778.0, 9816.0, 9797.0, 9836.0, 9788.0, 9810.0, 9773.0, 9793.0, 9754.0, 9809.0, 9790.0, 9790.0, 9785.0, 9736.0, 9764.0, 9737.0, 9785.0, 9738.0, 9793.0, 9724.0, 9790.0, 9733.0, 9781.0, 9730.0, 9813.0, 9750.0, 9813.0, 9730.0, 9818.0, 9746.0, 9831.0, 9795.0, 9811.0, 9774.0, 9836.0, 9791.0, 9834.0, 9804.0, 9809.0, 9788.0, 9786.0, 9799.0, 9725.0, 9795.0, 9719.0, 9796.0, 9725.0, 9795.0, 9740.0, 9810.0, 9724.0, 9811.0, 9720.0, 9804.0, 9754.0, 9786.0, 9736.0, 9786.0, 9751.0, 9789.0, 9766.0, 9789.0, 9771.0, 9790.0, 9747.0, 9774.0, 9748.0, 9769.0, 9763.0, 9787.0, 9775.0, 9727.0, 9754.0, 9715.0, 9777.0, 9729.0, 9807.0, 9742.0, 9811.0, 9745.0, 9833.0, 9779.0, 9831.0, 9807.0, 9815.0, 9773.0, 9816.0, 9775.0, 9813.0, 9787.0, 9790.0, 9769.0, 9812.0, 9769.0, 9787.0, 9750.0, 9783.0, 9725.0, 9764.0, 9727.0, 9786.0, 9734.0, 9767.0, 9723.0, 9764.0, 9736.0, 9781.0, 9695.0, 9764.0, 9728.0, 9765.0, 9716.0, 9765.0, 9719.0, 9809.0, 9740.0, 9784.0, 9739.0, 9773.0, 9705.0, 9783.0, 9716.0, 9776.0, 9720.0, 9773.0, 9722.0, 9777.0, 9710.0, 9778.0, 9750.0, 9807.0, 9752.0, 9820.0, 9748.0, 9820.0, 9776.0, 9811.0, 9805.0, 9808.0, 9855.0, 9794.0, 9831.0, 9793.0, 9819.0, 9809.0, 9818.0, 9782.0, 9797.0, 9797.0, 9836.0, 9794.0, 9819.0, 9792.0, 9811.0, 9798.0, 9837.0, 9794.0, 9817.0, 9776.0, 9810.0, 9756.0, 9819.0, 9747.0, 9797.0, 9740.0, 9794.0, 9722.0, 9801.0, 9758.0, 9780.0, 9735.0, 9791.0, 9719.0, 9774.0, 9750.0, 9785.0, 9781.0, 9779.0, 9751.0, 9787.0, 9792.0, 9773.0, 9816.0, 9771.0, 9811.0, 9786.0, 9805.0, 9768.0, 9818.0, 9774.0, 9807.0, 9772.0, 9790.0, 9772.0, 9800.0, 9766.0, 9791.0, 9771.0, 9791.0, 9772.0, 9796.0, 9771.0, 9808.0, 9775.0, 9830.0, 9777.0, 9815.0, 9772.0, 9757.0, 9789.0, 9776.0, 9776.0, 9772.0, 9799.0, 9823.0, 9772.0, 9809.0, 9751.0, 9811.0, 9774.0, 9795.0, 9773.0, 9805.0, 9795.0, 9819.0, 9776.0, 9821.0, 9780.0, 9798.0, 9761.0, 9780.0, 9757.0, 9804.0, 9779.0, 9809.0, 9795.0, 9846.0, 9802.0, 9768.0, 9810.0, 9759.0, 9856.0, 9817.0, 9901.0, 9840.0, 9856.0, 9782.0, 9837.0, 9811.0, 9856.0, 9835.0, 9894.0, 9854.0, 9863.0, 9809.0, 9815.0, 9763.0, 9807.0, 9742.0, 9765.0, 9726.0, 9734.0, 9688.0, 9712.0, 9701.0, 9749.0, 9702.0, 9684.0, 9679.0, 9633.0, 9678.0, 9671.0, 9711.0, 9643.0, 9713.0, 9643.0, 9735.0, 9695.0, 9754.0, 9698.0, 9751.0, 9719.0, 9780.0, 9756.0, 9764.0, 9750.0, 9690.0, 9755.0, 9722.0, 9791.0, 9719.0, 9802.0, 9732.0, 9785.0, 9749.0, 9812.0, 9783.0, 9768.0, 9795.0, 9749.0, 9798.0, 9755.0, 9811.0, 9755.0, 9807.0, 9788.0, 9837.0, 9807.0, 9803.0, 9800.0, 9738.0, 9800.0, 9766.0, 9828.0, 9760.0, 9813.0, 9778.0, 9854.0, 9797.0, 9832.0, 9789.0, 9774.0, 9812.0, 9781.0, 9842.0, 9752.0, 9817.0, 9768.0, 9857.0, 9786.0, 9848.0, 9796.0, 9859.0, 9822.0, 9838.0, 9826.0, 9810.0, 9794.0, 9774.0, 9816.0, 9824.0, 9841.0, 9781.0, 9821.0, 9824.0, 9808.0, 9803.0, 9821.0, 9831.0, 9788.0, 9735.0, 9775.0, 9772.0, 9814.0, 9801.0, 9791.0, 9739.0, 9804.0, 9794.0, 9779.0, 9749.0, 9786.0, 9724.0, 9794.0, 9790.0, 9792.0, 9759.0, 9814.0, 9739.0, 9814.0, 9742.0, 9793.0, 9742.0, 9814.0, 9742.0, 9812.0, 9718.0, 9788.0, 9740.0, 9808.0, 9736.0, 9813.0, 9770.0, 9812.0, 9771.0, 9811.0, 9761.0, 9802.0, 9761.0, 9801.0, 9771.0, 9788.0, 9741.0, 9767.0, 9696.0, 9764.0, 9736.0, 9767.0, 9721.0, 9764.0, 9693.0, 9759.0, 9711.0, 9767.0, 9714.0, 9772.0, 9708.0, 9768.0, 9716.0, 9778.0, 9735.0, 9808.0, 9719.0, 9786.0, 9722.0, 9787.0, 9748.0, 9814.0, 9739.0, 9793.0, 9748.0, 9833.0, 9763.0, 9790.0, 9735.0, 9831.0, 9757.0, 9810.0, 9777.0, 9833.0, 9793.0, 9817.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.0023321175373134328</td></tr>
<tr><td colspan=3>aqi</td><td>0.030203769402985074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.94843381986929</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2910917798879553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0478466091316538</td></tr>
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
<tr><td colspan=3>fber</td><td>5786.3677</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12768057085506512</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.287313432835822</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4352216471465855</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.306723308639794</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6352861189880645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.363655513811897</td></tr>
<tr><td colspan=3>gcor</td><td>0.0202543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020369337871670723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034482646733522415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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>4.209953131339772</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.7766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.3456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.8292</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.4585</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.1214</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.9048</td></tr>
<tr><td colspan=3>tsnr</td><td>38.47584738198202</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>