<?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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-01/func/sub-0007_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>29da5109897ea960a83ed09309471a07</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:01:1.557500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997076, 0.00910967, 0.0758703, -0.0102677, 0.999836, 0.014887]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0774032</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>[4148, -7735, -7267, 659, -10, -204, 30, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c27e9f14-f4f4-4659-a93f-63d8ec0c8b82||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675082206726074, -0.027547448873519897, 0.2044501006603241, 112.47640991210938], [-0.0244405809789896, 2.682488203048706, 0.042180776596069336, -99.13988494873047], [0.2035544216632843, -0.03994080051779747, 2.691917657852173, -78.34561920166016], [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': ['160101.557500', '160102.017500', '160102.477500', '160102.937500', '160103.397500', '160103.857500', '160104.317500', '160104.777500', '160105.237500', '160105.697500', '160106.157500', '160106.617500', '160107.077500', '160107.537500', '160107.997500', '160108.457500', '160108.917500', '160109.377500', '160109.837500', '160110.297500', '160110.757500', '160111.217500', '160111.677500', '160112.137500', '160112.597500', '160113.057500', '160113.517500', '160113.977500', '160114.437500', '160114.897500', '160115.357500', '160115.817500', '160116.277500', '160116.737500', '160117.197500', '160117.657500', '160118.117500', '160118.577500', '160119.037500', '160119.497500', '160119.957500', '160120.417500', '160120.877500', '160121.337500', '160121.797500', '160122.257500', '160122.717500', '160123.177500', '160123.637500', '160124.097500', '160124.557500', '160125.017500', '160125.477500', '160125.937500', '160126.397500', '160126.857500', '160127.317500', '160127.777500', '160128.237500', '160128.697500', '160129.157500', '160129.617500', '160130.077500', '160130.537500', '160130.997500', '160131.457500', '160131.917500', '160132.377500', '160132.837500', '160133.297500', '160133.757500', '160134.217500', '160134.677500', '160135.137500', '160135.597500', '160136.057500', '160136.517500', '160136.977500', '160137.437500', '160137.897500', '160138.357500', '160138.817500', '160139.277500', '160139.737500', '160140.197500', '160140.657500', '160141.117500', '160141.577500', '160142.037500', '160142.497500', '160142.957500', '160143.417500', '160143.877500', '160144.337500', '160144.797500', '160145.257500', '160145.717500', '160146.177500', '160146.637500', '160147.097500', '160147.557500', '160148.017500', '160148.477500', '160148.937500', '160149.397500', '160149.857500', '160150.317500', '160150.777500', '160151.237500', '160151.697500', '160152.157500', '160152.617500', '160153.077500', '160153.537500', '160153.997500', '160154.457500', '160154.917500', '160155.377500', '160155.837500', '160156.297500', '160156.757500', '160157.217500', '160157.677500', '160158.137500', '160158.597500', '160159.057500', '160159.517500', '160159.977500', '160200.437500', '160200.897500', '160201.357500', '160201.817500', '160202.277500', '160202.737500', '160203.197500', '160203.657500', '160204.117500', '160204.577500', '160205.037500', '160205.497500', '160205.957500', '160206.417500', '160206.877500', '160207.337500', '160207.797500', '160208.257500', '160208.717500', '160209.177500', '160209.637500', '160210.097500', '160210.557500', '160211.017500', '160211.477500', '160211.937500', '160212.397500', '160212.857500', '160213.317500', '160213.777500', '160214.237500', '160214.697500', '160215.157500', '160215.617500', '160216.077500', '160216.537500', '160216.997500', '160217.457500', '160217.917500', '160218.377500', '160218.837500', '160219.297500', '160219.757500', '160220.217500', '160220.677500', '160221.137500', '160221.597500', '160222.057500', '160222.517500', '160222.977500', '160223.437500', '160223.897500', '160224.357500', '160224.817500', '160225.277500', '160225.737500', '160226.197500', '160226.657500', '160227.117500', '160227.577500', '160228.037500', '160228.497500', '160228.957500', '160229.417500', '160229.877500', '160230.337500', '160230.797500', '160231.257500', '160231.717500', '160232.177500', '160232.637500', '160233.097500', '160233.557500', '160234.017500', '160234.477500', '160234.937500', '160235.397500', '160235.857500', '160236.317500', '160236.777500', '160237.237500', '160237.697500', '160238.157500', '160238.617500', '160239.077500', '160239.537500', '160239.997500', '160240.457500', '160240.917500', '160241.377500', '160241.837500', '160242.297500', '160242.757500', '160243.217500', '160243.677500', '160244.137500', '160244.597500', '160245.057500', '160245.517500', '160245.977500', '160246.437500', '160246.897500', '160247.357500', '160247.817500', '160248.277500', '160248.737500', '160249.197500', '160249.657500', '160250.117500', '160250.577500', '160251.037500', '160251.497500', '160251.957500', '160252.417500', '160252.877500', '160253.337500', '160253.797500', '160254.257500', '160254.717500', '160255.177500', '160255.637500', '160256.097500', '160256.557500', '160257.017500', '160257.477500', '160257.937500', '160258.397500', '160258.857500', '160259.317500', '160259.777500', '160300.237500', '160300.697500', '160301.157500', '160301.617500', '160302.077500', '160302.537500', '160302.997500', '160303.457500', '160303.917500', '160304.377500', '160304.837500', '160305.297500', '160305.757500', '160306.217500', '160306.677500', '160307.137500', '160307.597500', '160308.057500', '160308.517500', '160308.977500', '160309.437500', '160309.897500', '160310.357500', '160310.817500', '160311.277500', '160311.737500', '160312.197500', '160312.657500', '160313.117500', '160313.577500', '160314.037500', '160314.497500', '160314.957500', '160315.417500', '160315.877500', '160316.337500', '160316.797500', '160317.257500', '160317.717500', '160318.177500', '160318.637500', '160319.097500', '160319.557500', '160320.017500', '160320.477500', '160320.937500', '160321.397500', '160321.857500', '160322.317500', '160322.777500', '160323.237500', '160323.697500', '160324.157500', '160324.617500', '160325.077500', '160325.537500', '160325.997500', '160326.457500', '160326.917500', '160327.377500', '160327.837500', '160328.297500', '160328.757500', '160329.217500', '160329.677500', '160330.137500', '160330.597500', '160331.057500', '160331.517500', '160331.977500', '160332.437500', '160332.897500', '160333.357500', '160333.817500', '160334.277500', '160334.737500', '160335.197500', '160335.657500', '160336.117500', '160336.577500', '160337.037500', '160337.497500', '160337.957500', '160338.417500', '160338.877500', '160339.337500', '160339.797500', '160340.257500', '160340.717500', '160341.177500', '160341.637500', '160342.097500', '160342.557500', '160343.017500', '160343.477500', '160343.937500', '160344.397500', '160344.857500', '160345.317500', '160345.777500', '160346.237500', '160346.697500', '160347.157500', '160347.617500', '160348.077500', '160348.537500', '160348.997500', '160349.457500', '160349.917500', '160350.377500', '160350.837500', '160351.297500', '160351.757500', '160352.217500', '160352.677500', '160353.137500', '160353.597500', '160354.057500', '160354.517500', '160354.977500', '160355.437500', '160355.897500', '160356.357500', '160356.817500', '160357.277500', '160357.737500', '160358.197500', '160358.657500', '160359.117500', '160359.577500', '160400.037500', '160400.497500', '160400.957500', '160401.417500', '160401.877500', '160402.337500', '160402.797500', '160403.257500', '160403.717500', '160404.177500', '160404.637500', '160405.097500', '160405.557500', '160406.017500', '160406.477500', '160406.937500', '160407.397500', '160407.857500', '160408.317500', '160408.777500', '160409.237500', '160409.697500', '160410.157500', '160410.617500', '160411.077500', '160411.537500', '160411.997500', '160412.457500', '160412.917500', '160413.377500', '160413.837500', '160414.297500', '160414.757500', '160415.217500', '160415.677500', '160416.137500', '160416.597500', '160417.057500', '160417.517500', '160417.977500', '160418.437500', '160418.897500', '160419.357500', '160419.817500', '160420.277500', '160420.737500', '160421.197500', '160421.657500', '160422.117500', '160422.577500', '160423.037500', '160423.497500', '160423.957500', '160424.417500', '160424.877500', '160425.337500', '160425.797500', '160426.257500', '160426.717500', '160427.177500', '160427.637500', '160428.097500', '160428.557500', '160429.017500', '160429.477500', '160429.937500', '160430.397500', '160430.857500', '160431.317500', '160431.777500', '160432.237500', '160432.697500', '160433.157500', '160433.617500', '160434.077500', '160434.537500', '160434.997500', '160435.457500', '160435.917500', '160436.377500', '160436.837500', '160437.297500', '160437.757500', '160438.217500', '160438.677500', '160439.137500', '160439.597500', '160440.057500', '160440.517500', '160440.977500', '160441.437500', '160441.897500', '160442.357500', '160442.817500', '160443.277500', '160443.737500', '160444.197500', '160444.657500', '160445.117500', '160445.577500', '160446.037500', '160446.497500', '160446.957500', '160447.417500', '160447.877500', '160448.337500', '160448.797500', '160449.257500', '160449.717500', '160450.177500', '160450.637500', '160451.097500', '160451.557500', '160452.017500', '160452.477500', '160452.937500', '160453.397500', '160453.857500', '160454.317500', '160454.777500', '160455.237500', '160455.697500', '160456.157500', '160456.617500', '160457.077500', '160457.537500', '160457.997500', '160458.457500', '160458.917500', '160459.377500', '160459.837500', '160500.297500', '160500.757500', '160501.217500', '160501.677500', '160502.137500', '160502.597500', '160503.057500', '160503.517500', '160503.977500', '160504.437500', '160504.897500', '160505.357500', '160505.817500', '160506.277500', '160506.737500', '160507.197500', '160507.657500', '160508.117500', '160508.577500', '160509.037500', '160509.497500', '160509.957500', '160510.417500', '160510.877500', '160511.337500', '160511.797500', '160512.257500', '160512.717500', '160513.177500', '160513.637500', '160514.097500', '160514.557500', '160515.017500', '160515.477500', '160515.937500', '160516.397500', '160516.857500', '160517.317500', '160517.777500', '160518.237500', '160518.697500', '160519.157500', '160519.617500', '160520.077500', '160520.537500', '160520.997500', '160521.457500', '160521.917500', '160522.377500', '160522.837500', '160523.297500', '160523.757500', '160524.217500', '160524.677500', '160525.137500', '160525.597500', '160526.057500', '160526.517500', '160526.977500', '160527.437500', '160527.897500', '160528.357500', '160528.817500', '160529.277500', '160529.737500', '160530.197500', '160530.657500', '160531.117500', '160531.577500', '160532.037500', '160532.497500', '160532.957500', '160533.417500', '160533.877500', '160534.337500', '160534.797500', '160535.257500', '160535.717500', '160536.177500', '160536.637500', '160537.097500', '160537.557500', '160538.017500', '160538.477500', '160538.937500', '160539.397500', '160539.857500', '160540.317500', '160540.777500', '160541.237500', '160541.697500', '160542.157500', '160542.617500', '160543.077500', '160543.537500', '160543.997500', '160544.457500', '160544.917500', '160545.377500', '160545.837500', '160546.297500', '160546.757500', '160547.217500', '160547.677500', '160548.137500', '160548.597500', '160549.057500', '160549.517500', '160549.977500', '160550.437500', '160550.897500', '160551.357500', '160551.817500', '160552.277500', '160552.737500', '160553.197500', '160553.657500', '160554.117500', '160554.577500', '160555.037500', '160555.497500', '160555.957500', '160556.417500', '160556.877500', '160557.337500', '160557.797500', '160558.257500', '160558.717500', '160559.177500', '160559.637500', '160600.097500', '160600.557500', '160601.017500', '160601.477500', '160601.937500', '160602.397500', '160602.857500', '160603.317500', '160603.777500', '160604.237500', '160604.697500', '160605.157500', '160605.617500', '160606.077500', '160606.537500', '160606.997500', '160607.457500', '160607.917500', '160608.377500', '160608.837500', '160609.297500', '160609.757500', '160610.217500', '160610.677500', '160611.137500', '160611.597500', '160612.057500', '160612.517500', '160612.977500', '160613.437500', '160613.897500', '160614.357500', '160614.817500', '160615.277500', '160615.737500', '160616.197500', '160616.657500', '160617.117500', '160617.577500', '160618.037500', '160618.497500', '160618.957500', '160619.417500', '160619.877500', '160620.337500', '160620.797500', '160621.257500', '160621.717500', '160622.177500', '160622.637500', '160623.097500', '160623.557500', '160624.017500', '160624.477500', '160624.937500', '160625.397500', '160625.857500', '160626.317500', '160626.777500', '160627.237500', '160627.697500', '160628.157500', '160628.617500', '160629.077500', '160629.537500', '160629.997500', '160630.457500', '160630.917500', '160631.377500', '160631.837500', '160632.297500', '160632.757500', '160633.217500', '160633.677500', '160634.137500', '160634.597500', '160635.057500', '160635.517500', '160635.977500', '160636.437500', '160636.897500', '160637.357500', '160637.817500', '160638.277500', '160638.737500', '160639.197500', '160639.657500', '160640.117500', '160640.577500', '160641.037500', '160641.497500', '160641.957500', '160642.417500', '160642.877500', '160643.337500', '160643.797500', '160644.257500', '160644.717500', '160645.177500', '160645.637500', '160646.097500', '160646.557500', '160647.017500', '160647.477500', '160647.937500', '160648.397500', '160648.857500', '160649.317500', '160649.777500', '160650.237500', '160650.697500', '160651.157500', '160651.617500', '160652.077500', '160652.537500', '160652.997500', '160653.457500', '160653.917500', '160654.377500', '160654.837500', '160655.297500', '160655.757500', '160656.217500', '160656.677500', '160657.137500', '160657.597500', '160658.057500', '160658.517500', '160658.977500', '160659.437500', '160659.897500', '160700.357500', '160700.817500', '160701.277500', '160701.737500', '160702.197500', '160702.657500', '160703.117500', '160703.577500', '160704.037500', '160704.497500', '160704.957500', '160705.417500', '160705.877500', '160706.337500', '160706.797500', '160707.257500', '160707.717500', '160708.177500', '160708.637500', '160709.097500', '160709.557500', '160710.017500', '160710.477500', '160710.937500', '160711.397500', '160711.857500', '160712.317500', '160712.777500', '160713.237500', '160713.697500', '160714.157500', '160714.617500', '160715.077500', '160715.537500', '160715.997500', '160716.457500', '160716.917500', '160717.377500', '160717.837500', '160718.297500', '160718.757500', '160719.217500', '160719.677500', '160720.137500', '160720.597500', '160721.057500', '160721.517500', '160721.977500', '160722.437500', '160722.897500', '160723.357500', '160723.817500', '160724.277500', '160724.737500', '160725.197500', '160725.657500', '160726.117500', '160726.577500', '160727.037500', '160727.497500', '160727.957500', '160728.417500', '160728.877500', '160729.337500', '160729.797500', '160730.257500', '160730.717500', '160731.177500', '160731.637500', '160732.097500', '160732.557500', '160733.017500', '160733.477500', '160733.937500', '160734.397500', '160734.857500', '160735.317500', '160735.777500', '160736.237500', '160736.697500', '160737.157500', '160737.617500', '160738.077500', '160738.537500', '160738.997500', '160739.457500', '160739.917500', '160740.377500', '160740.837500', '160741.297500', '160741.757500', '160742.217500', '160742.677500', '160743.137500', '160743.597500', '160744.057500', '160744.517500', '160744.977500', '160745.437500', '160745.897500', '160746.357500', '160746.817500', '160747.277500', '160747.737500', '160748.197500', '160748.657500', '160749.117500', '160749.577500', '160750.037500', '160750.497500', '160750.957500', '160751.417500', '160751.877500', '160752.337500', '160752.797500', '160753.257500', '160753.717500', '160754.177500', '160754.637500', '160755.097500', '160755.557500', '160756.017500', '160756.477500', '160756.937500', '160757.397500', '160757.857500', '160758.317500', '160758.777500', '160759.237500', '160759.697500', '160800.157500', '160800.617500', '160801.077500', '160801.537500', '160801.997500', '160802.457500', '160802.917500', '160803.377500', '160803.837500', '160804.297500', '160804.757500', '160805.217500', '160805.677500', '160806.137500', '160806.597500', '160807.057500', '160807.517500', '160807.977500', '160808.437500', '160808.897500', '160809.357500', '160809.817500', '160810.277500', '160810.737500', '160811.197500', '160811.657500', '160812.117500', '160812.577500', '160813.037500', '160813.497500', '160813.957500', '160814.417500', '160814.877500', '160815.337500', '160815.797500', '160816.257500', '160816.717500', '160817.177500', '160817.637500', '160818.097500', '160818.557500', '160819.017500', '160819.477500', '160819.937500', '160820.397500', '160820.857500', '160821.317500', '160821.777500', '160822.237500', '160822.697500', '160823.157500', '160823.617500', '160824.077500', '160824.537500', '160824.997500', '160825.457500', '160825.917500', '160826.377500', '160826.837500', '160827.297500', '160827.757500', '160828.217500', '160828.677500', '160829.137500', '160829.597500', '160830.057500', '160830.517500', '160830.977500', '160831.437500', '160831.897500', '160832.357500', '160832.817500', '160833.277500', '160833.737500', '160834.197500', '160834.657500', '160835.117500', '160835.577500', '160836.037500', '160836.497500', '160836.957500', '160837.417500', '160837.877500', '160838.337500', '160838.797500', '160839.257500', '160839.717500', '160840.177500', '160840.637500', '160841.097500', '160841.557500', '160842.017500', '160842.477500', '160842.937500', '160843.397500', '160843.857500', '160844.317500', '160844.777500', '160845.237500', '160845.697500', '160846.157500', '160846.617500', '160847.077500', '160847.537500', '160847.997500', '160848.457500', '160848.917500', '160849.377500', '160849.837500', '160850.297500', '160850.757500', '160851.217500', '160851.677500', '160852.137500', '160852.597500', '160853.057500', '160853.517500', '160853.977500', '160854.437500', '160854.897500', '160855.357500', '160855.817500', '160856.277500', '160856.737500', '160857.197500', '160857.657500', '160858.117500', '160858.577500', '160859.037500', '160859.497500', '160859.957500', '160900.417500', '160900.877500', '160901.337500', '160901.797500', '160902.257500', '160902.717500', '160903.177500', '160903.637500', '160904.097500', '160904.557500', '160905.017500', '160905.477500', '160905.937500', '160906.397500', '160906.857500', '160907.317500', '160907.777500', '160908.237500', '160908.697500', '160909.157500', '160909.617500', '160910.077500', '160910.537500', '160910.997500', '160911.457500', '160911.917500', '160912.377500', '160912.837500', '160913.297500', '160913.757500', '160914.217500', '160914.677500'], 'ContentTime': ['160129.351000', '160129.355000', '160129.358000', '160129.361000', '160129.364000', '160129.367000', '160129.370000', '160129.372000', '160129.375000', '160129.378000', '160129.381000', '160129.384000', '160129.387000', '160129.389000', '160129.392000', '160129.395000', '160129.398000', '160129.401000', '160129.403000', '160129.406000', '160129.412000', '160129.414000', '160129.417000', '160129.420000', '160129.423000', '160129.425000', '160129.428000', '160129.431000', '160129.434000', '160129.437000', '160129.440000', '160129.442000', '160129.445000', '160129.448000', '160129.451000', '160129.454000', '160129.456000', '160129.459000', '160129.462000', '160129.465000', '160129.468000', '160129.470000', '160129.473000', '160129.476000', '160129.479000', '160129.482000', '160129.484000', '160129.487000', '160129.490000', '160129.493000', '160129.495000', '160129.498000', '160129.506000', '160129.509000', '160129.512000', '160129.515000', '160129.518000', '160129.520000', '160149.317000', '160149.320000', '160149.323000', '160149.326000', '160149.328000', '160149.331000', '160149.334000', '160149.337000', '160149.340000', '160149.342000', '160149.345000', '160149.363000', '160149.366000', '160149.371000', '160149.374000', '160149.377000', '160149.380000', '160149.383000', '160149.386000', '160149.388000', '160149.391000', '160149.394000', '160149.397000', '160149.400000', '160149.402000', '160149.405000', '160149.408000', '160149.411000', '160149.414000', '160149.417000', '160149.420000', '160149.422000', '160149.425000', '160149.428000', '160149.431000', '160149.434000', '160149.437000', '160149.439000', '160149.442000', '160149.445000', '160149.448000', '160149.451000', '160149.454000', '160149.456000', '160209.317000', '160209.320000', '160209.322000', '160209.325000', '160209.328000', '160209.331000', '160209.334000', '160209.337000', '160209.340000', '160209.343000', '160209.345000', '160209.348000', '160209.351000', '160209.354000', '160209.357000', '160209.359000', '160209.362000', '160209.365000', '160209.368000', '160209.371000', '160209.374000', '160209.377000', '160209.380000', '160209.383000', '160209.386000', '160209.388000', '160209.391000', '160209.394000', '160209.397000', '160209.400000', '160209.403000', '160209.406000', '160209.408000', '160209.411000', '160209.414000', '160209.417000', '160209.420000', '160209.422000', '160209.425000', '160209.428000', '160209.431000', '160209.434000', '160209.437000', '160229.317000', '160229.320000', '160229.323000', '160229.326000', '160229.328000', '160229.331000', '160229.334000', '160229.337000', '160229.340000', '160229.343000', '160229.345000', '160229.348000', '160229.351000', '160229.354000', '160229.357000', '160229.359000', '160229.362000', '160229.365000', '160229.368000', '160229.371000', '160229.374000', '160229.377000', '160229.380000', '160229.382000', '160229.385000', '160229.388000', '160229.391000', '160229.394000', '160229.397000', '160229.400000', '160229.402000', '160229.405000', '160229.408000', '160229.411000', '160229.414000', '160229.416000', '160229.419000', '160229.422000', '160229.425000', '160229.428000', '160229.431000', '160229.434000', '160229.436000', '160229.439000', '160249.317000', '160249.320000', '160249.324000', '160249.327000', '160249.330000', '160249.332000', '160249.335000', '160249.338000', '160249.341000', '160249.344000', '160249.347000', '160249.349000', '160249.352000', '160249.355000', '160249.358000', '160249.361000', '160249.364000', '160249.366000', '160249.369000', '160249.372000', '160249.375000', '160249.378000', '160249.381000', '160249.384000', '160249.387000', '160249.390000', '160249.393000', '160249.396000', '160249.399000', '160249.401000', '160249.404000', '160249.407000', '160249.410000', '160249.413000', '160249.416000', '160249.418000', '160249.421000', '160249.424000', '160249.427000', '160249.430000', '160249.433000', '160249.436000', '160249.438000', '160309.316000', '160309.319000', '160309.321000', '160309.324000', '160309.327000', '160309.330000', '160309.333000', '160309.336000', '160309.339000', '160309.342000', '160309.344000', '160309.347000', '160309.350000', '160309.353000', '160309.356000', '160309.359000', '160309.362000', '160309.365000', '160309.367000', '160309.370000', '160309.373000', '160309.376000', '160309.379000', '160309.382000', '160309.385000', '160309.387000', '160309.390000', '160309.393000', '160309.396000', '160309.399000', '160309.402000', '160309.404000', '160309.407000', '160309.410000', '160309.413000', '160309.416000', '160309.419000', '160309.422000', '160309.424000', '160309.427000', '160309.430000', '160309.433000', '160309.436000', '160309.439000', '160329.317000', '160329.320000', '160329.323000', '160329.326000', '160329.328000', '160329.331000', '160329.340000', '160329.342000', '160329.345000', '160329.348000', '160329.351000', '160329.354000', '160329.357000', '160329.359000', '160329.362000', '160329.365000', '160329.368000', '160329.371000', '160329.374000', '160329.376000', '160329.379000', '160329.382000', '160329.385000', '160329.388000', '160329.391000', '160329.394000', '160329.397000', '160329.399000', '160329.402000', '160329.405000', '160329.408000', '160329.411000', '160329.414000', '160329.417000', '160329.420000', '160329.423000', '160329.426000', '160329.428000', '160329.431000', '160329.434000', '160329.437000', '160329.440000', '160329.442000', '160349.317000', '160349.320000', '160349.323000', '160349.326000', '160349.328000', '160349.331000', '160349.334000', '160349.337000', '160349.340000', '160349.343000', '160349.345000', '160349.348000', '160349.351000', '160349.354000', '160349.357000', '160349.360000', '160349.363000', '160349.365000', '160349.368000', '160349.371000', '160349.374000', '160349.377000', '160349.380000', '160349.383000', '160349.386000', '160349.388000', '160349.391000', '160349.394000', '160349.397000', '160349.400000', '160349.403000', '160349.406000', '160349.408000', '160349.411000', '160349.414000', '160349.417000', '160349.420000', '160349.423000', '160349.426000', '160349.429000', '160349.431000', '160349.434000', '160349.437000', '160349.440000', '160409.317000', '160409.320000', '160409.323000', '160409.326000', '160409.328000', '160409.331000', '160409.334000', '160409.337000', '160409.340000', '160409.343000', '160409.346000', '160409.348000', '160409.351000', '160409.354000', '160409.358000', '160409.361000', '160409.364000', '160409.367000', '160409.370000', '160409.373000', '160409.376000', '160409.379000', '160409.382000', '160409.385000', '160409.388000', '160409.391000', '160409.394000', '160409.396000', '160409.399000', '160409.402000', '160409.405000', '160409.408000', '160409.411000', '160409.415000', '160409.418000', '160409.421000', '160409.424000', '160409.427000', '160409.430000', '160409.433000', '160409.436000', '160409.438000', '160409.441000', '160429.317000', '160429.320000', '160429.323000', '160429.325000', '160429.328000', '160429.331000', '160429.334000', '160429.337000', '160429.340000', '160429.343000', '160429.346000', '160429.348000', '160429.351000', '160429.354000', '160429.357000', '160429.360000', '160429.363000', '160429.365000', '160429.368000', '160429.375000', '160429.378000', '160429.380000', '160429.383000', '160429.386000', '160429.389000', '160429.392000', '160429.395000', '160429.397000', '160429.400000', '160429.403000', '160429.406000', '160429.409000', '160429.412000', '160429.414000', '160429.417000', '160429.420000', '160429.423000', '160429.426000', '160429.429000', '160429.431000', '160429.434000', '160429.437000', '160429.440000', '160429.443000', '160449.317000', '160449.320000', '160449.323000', '160449.325000', '160449.329000', '160449.331000', '160449.334000', '160449.337000', '160449.340000', '160449.343000', '160449.346000', '160449.348000', '160449.351000', '160449.354000', '160449.357000', '160449.360000', '160449.363000', '160449.366000', '160449.369000', '160449.372000', '160449.375000', '160449.377000', '160449.380000', '160449.383000', '160449.386000', '160449.389000', '160449.392000', '160449.395000', '160449.398000', '160449.400000', '160449.403000', '160449.416000', '160449.419000', '160449.422000', '160449.424000', '160449.427000', '160449.430000', '160449.433000', '160449.436000', '160449.439000', '160449.442000', '160449.445000', '160449.447000', '160509.317000', '160509.328000', '160509.331000', '160509.334000', '160509.337000', '160509.340000', '160509.343000', '160509.345000', '160509.348000', '160509.351000', '160509.354000', '160509.357000', '160509.360000', '160509.363000', '160509.366000', '160509.368000', '160509.371000', '160509.374000', '160509.377000', '160509.380000', '160509.383000', '160509.386000', '160509.389000', '160509.391000', '160509.394000', '160509.397000', '160509.400000', '160509.403000', '160509.405000', '160509.408000', '160509.411000', '160509.414000', '160509.417000', '160509.420000', '160509.423000', '160509.426000', '160509.429000', '160509.432000', '160509.443000', '160509.445000', '160509.448000', '160509.451000', '160509.454000', '160509.457000', '160529.316000', '160529.319000', '160529.322000', '160529.325000', '160529.328000', '160529.330000', '160529.333000', '160529.336000', '160529.339000', '160529.342000', '160529.344000', '160529.347000', '160529.350000', '160529.353000', '160529.356000', '160529.359000', '160529.362000', '160529.364000', '160529.367000', '160529.370000', '160529.373000', '160529.376000', '160529.379000', '160529.382000', '160529.385000', '160529.387000', '160529.390000', '160529.393000', '160529.397000', '160529.400000', '160529.403000', '160529.406000', '160529.409000', '160529.412000', '160529.414000', '160529.417000', '160529.420000', '160529.423000', '160529.426000', '160529.429000', '160529.431000', '160529.434000', '160529.437000', '160549.317000', '160549.320000', '160549.323000', '160549.325000', '160549.329000', '160549.332000', '160549.335000', '160549.337000', '160549.340000', '160549.343000', '160549.346000', '160549.349000', '160549.352000', '160549.355000', '160549.357000', '160549.360000', '160549.364000', '160549.367000', '160549.370000', '160549.373000', '160549.376000', '160549.378000', '160549.381000', '160549.384000', '160549.387000', '160549.390000', '160549.393000', '160549.395000', '160549.398000', '160549.401000', '160549.404000', '160549.407000', '160549.410000', '160549.413000', '160549.416000', '160549.418000', '160549.421000', '160549.424000', '160549.427000', '160549.430000', '160549.433000', '160549.435000', '160549.438000', '160549.441000', '160609.317000', '160609.320000', '160609.323000', '160609.326000', '160609.329000', '160609.331000', '160609.334000', '160609.337000', '160609.340000', '160609.343000', '160609.346000', '160609.349000', '160609.352000', '160609.354000', '160609.357000', '160609.360000', '160609.363000', '160609.366000', '160609.369000', '160609.372000', '160609.375000', '160609.377000', '160609.380000', '160609.383000', '160609.386000', '160609.389000', '160609.392000', '160609.395000', '160609.398000', '160609.400000', '160609.403000', '160609.406000', '160609.409000', '160609.412000', '160609.415000', '160609.418000', '160609.420000', '160609.423000', '160609.426000', '160609.429000', '160609.432000', '160609.435000', '160609.438000', '160629.317000', '160629.320000', '160629.323000', '160629.326000', '160629.328000', '160629.331000', '160629.334000', '160629.337000', '160629.340000', '160629.343000', '160629.345000', '160629.348000', '160629.351000', '160629.354000', '160629.357000', '160629.360000', '160629.363000', '160629.366000', '160629.368000', '160629.371000', '160629.374000', '160629.377000', '160629.380000', '160629.383000', '160629.386000', '160629.388000', '160629.391000', '160629.394000', '160629.397000', '160629.400000', '160629.403000', '160629.406000', '160629.408000', '160629.411000', '160629.414000', '160629.417000', '160629.420000', '160629.422000', '160629.425000', '160629.428000', '160629.431000', '160629.434000', '160629.437000', '160629.440000', '160649.317000', '160649.320000', '160649.323000', '160649.326000', '160649.329000', '160649.331000', '160649.334000', '160649.337000', '160649.340000', '160649.343000', '160649.346000', '160649.348000', '160649.353000', '160649.356000', '160649.359000', '160649.362000', '160649.365000', '160649.368000', '160649.371000', '160649.373000', '160649.376000', '160649.379000', '160649.382000', '160649.385000', '160649.388000', '160649.391000', '160649.393000', '160649.396000', '160649.399000', '160649.402000', '160649.405000', '160649.408000', '160649.410000', '160649.413000', '160649.416000', '160649.419000', '160649.422000', '160649.425000', '160649.427000', '160649.430000', '160649.435000', '160649.438000', '160649.441000', '160709.317000', '160709.320000', '160709.323000', '160709.326000', '160709.328000', '160709.331000', '160709.334000', '160709.337000', '160709.340000', '160709.343000', '160709.346000', '160709.348000', '160709.351000', '160709.354000', '160709.357000', '160709.360000', '160709.363000', '160709.366000', '160709.369000', '160709.372000', '160709.374000', '160709.377000', '160709.380000', '160709.383000', '160709.386000', '160709.389000', '160709.392000', '160709.394000', '160709.397000', '160709.401000', '160709.404000', '160709.407000', '160709.410000', '160709.412000', '160709.415000', '160709.418000', '160709.421000', '160709.424000', '160709.427000', '160709.430000', '160709.432000', '160709.435000', '160709.438000', '160709.441000', '160729.316000', '160729.319000', '160729.322000', '160729.324000', '160729.327000', '160729.330000', '160729.333000', '160729.336000', '160729.339000', '160729.342000', '160729.345000', '160729.347000', '160729.350000', '160729.353000', '160729.356000', '160729.359000', '160729.362000', '160729.364000', '160729.367000', '160729.370000', '160729.373000', '160729.376000', '160729.379000', '160729.381000', '160729.385000', '160729.387000', '160729.390000', '160729.393000', '160729.396000', '160729.399000', '160729.402000', '160729.404000', '160729.407000', '160729.410000', '160729.413000', '160729.416000', '160729.419000', '160729.421000', '160729.424000', '160729.427000', '160729.430000', '160729.433000', '160729.436000', '160749.316000', '160749.319000', '160749.322000', '160749.325000', '160749.327000', '160749.330000', '160749.333000', '160749.336000', '160749.339000', '160749.342000', '160749.357000', '160749.360000', '160749.363000', '160749.366000', '160749.369000', '160749.371000', '160749.374000', '160749.377000', '160749.380000', '160749.383000', '160749.386000', '160749.389000', '160749.392000', '160749.394000', '160749.397000', '160749.400000', '160749.403000', '160749.406000', '160749.409000', '160749.412000', '160749.414000', '160749.417000', '160749.420000', '160749.423000', '160749.426000', '160749.429000', '160749.431000', '160749.434000', '160749.437000', '160749.440000', '160749.443000', '160749.446000', '160749.449000', '160749.451000', '160809.317000', '160809.320000', '160809.323000', '160809.326000', '160809.329000', '160809.331000', '160809.334000', '160809.337000', '160809.340000', '160809.343000', '160809.346000', '160809.349000', '160809.352000', '160809.354000', '160809.357000', '160809.360000', '160809.363000', '160809.366000', '160809.369000', '160809.372000', '160809.374000', '160809.377000', '160809.380000', '160809.383000', '160809.386000', '160809.389000', '160809.392000', '160809.395000', '160809.397000', '160809.400000', '160809.403000', '160809.406000', '160809.409000', '160809.412000', '160809.414000', '160809.417000', '160809.420000', '160809.423000', '160809.426000', '160809.429000', '160809.432000', '160809.435000', '160809.437000', '160829.317000', '160829.320000', '160829.323000', '160829.326000', '160829.329000', '160829.332000', '160829.335000', '160829.337000', '160829.341000', '160829.343000', '160829.346000', '160829.349000', '160829.352000', '160829.355000', '160829.358000', '160829.360000', '160829.363000', '160829.366000', '160829.369000', '160829.372000', '160829.375000', '160829.378000', '160829.380000', '160829.383000', '160829.386000', '160829.389000', '160829.392000', '160829.395000', '160829.398000', '160829.400000', '160829.403000', '160829.406000', '160829.409000', '160829.412000', '160829.415000', '160829.417000', '160829.420000', '160829.423000', '160829.426000', '160829.429000', '160829.432000', '160829.434000', '160829.437000', '160849.317000', '160849.320000', '160849.323000', '160849.326000', '160849.329000', '160849.331000', '160849.334000', '160849.337000', '160849.340000', '160849.343000', '160849.345000', '160849.348000', '160849.351000', '160849.354000', '160849.357000', '160849.360000', '160849.363000', '160849.365000', '160849.368000', '160849.371000', '160849.374000', '160849.377000', '160849.380000', '160849.383000', '160849.386000', '160849.389000', '160849.391000', '160849.394000', '160849.397000', '160849.400000', '160849.403000', '160849.406000', '160849.409000', '160849.411000', '160849.414000', '160849.417000', '160849.420000', '160849.423000', '160849.426000', '160849.429000', '160849.432000', '160849.435000', '160849.437000', '160849.440000', '160909.317000', '160909.320000', '160909.323000', '160909.327000', '160909.332000', '160909.335000', '160909.338000', '160909.341000', '160909.344000', '160909.347000', '160909.350000', '160909.353000', '160909.355000', '160909.358000', '160909.361000', '160909.364000', '160909.367000', '160909.370000', '160909.373000', '160909.376000', '160909.378000', '160909.391000', '160909.394000', '160909.397000', '160909.400000', '160909.402000', '160909.405000', '160909.408000', '160909.411000', '160909.414000', '160909.417000', '160909.420000', '160909.422000', '160909.425000', '160909.428000', '160909.431000', '160909.434000', '160909.437000', '160909.439000', '160909.442000', '160909.445000', '160909.448000', '160909.451000', '160915.821000', '160915.825000', '160915.829000', '160915.833000', '160915.841000', '160915.845000', '160915.848000', '160915.851000', '160915.854000', '160915.857000', '160915.861000', '160915.864000', '160915.867000', '160915.870000', '160915.873000'], 'InstanceCreationTime': ['160129.351000', '160129.355000', '160129.358000', '160129.361000', '160129.364000', '160129.367000', '160129.370000', '160129.372000', '160129.375000', '160129.378000', '160129.381000', '160129.384000', '160129.387000', '160129.389000', '160129.392000', '160129.395000', '160129.398000', '160129.401000', '160129.403000', '160129.406000', '160129.412000', '160129.414000', '160129.417000', '160129.420000', '160129.423000', '160129.425000', '160129.428000', '160129.431000', '160129.434000', '160129.437000', '160129.440000', '160129.442000', '160129.445000', '160129.448000', '160129.451000', '160129.454000', '160129.456000', '160129.459000', '160129.462000', '160129.465000', '160129.468000', '160129.470000', '160129.473000', '160129.476000', '160129.479000', '160129.482000', '160129.484000', '160129.487000', '160129.490000', '160129.493000', '160129.495000', '160129.498000', '160129.506000', '160129.509000', '160129.512000', '160129.515000', '160129.518000', '160129.520000', '160149.317000', '160149.320000', '160149.323000', '160149.326000', '160149.328000', '160149.331000', '160149.334000', '160149.337000', '160149.340000', '160149.342000', '160149.345000', '160149.363000', '160149.366000', '160149.371000', '160149.374000', '160149.377000', '160149.380000', '160149.383000', '160149.386000', '160149.388000', '160149.391000', '160149.394000', '160149.397000', '160149.400000', '160149.402000', '160149.405000', '160149.408000', '160149.411000', '160149.414000', '160149.417000', '160149.420000', '160149.422000', '160149.425000', '160149.428000', '160149.431000', '160149.434000', '160149.437000', '160149.439000', '160149.442000', '160149.445000', '160149.448000', '160149.451000', '160149.454000', '160149.456000', '160209.317000', '160209.320000', '160209.322000', '160209.325000', '160209.328000', '160209.331000', '160209.334000', '160209.337000', '160209.340000', '160209.343000', '160209.345000', '160209.348000', '160209.351000', '160209.354000', '160209.357000', '160209.359000', '160209.362000', '160209.365000', '160209.368000', '160209.371000', '160209.374000', '160209.377000', '160209.380000', '160209.383000', '160209.386000', '160209.388000', '160209.391000', '160209.394000', '160209.397000', '160209.400000', '160209.403000', '160209.406000', '160209.408000', '160209.411000', '160209.414000', '160209.417000', '160209.420000', '160209.422000', '160209.425000', '160209.428000', '160209.431000', '160209.434000', '160209.437000', '160229.317000', '160229.320000', '160229.323000', '160229.326000', '160229.328000', '160229.331000', '160229.334000', '160229.337000', '160229.340000', '160229.343000', '160229.345000', '160229.348000', '160229.351000', '160229.354000', '160229.357000', '160229.359000', '160229.362000', '160229.365000', '160229.368000', '160229.371000', '160229.374000', '160229.377000', '160229.380000', '160229.382000', '160229.385000', '160229.388000', '160229.391000', '160229.394000', '160229.397000', '160229.400000', '160229.402000', '160229.405000', '160229.408000', '160229.411000', '160229.414000', '160229.416000', '160229.419000', '160229.422000', '160229.425000', '160229.428000', '160229.431000', '160229.434000', '160229.436000', '160229.439000', '160249.317000', '160249.320000', '160249.324000', '160249.327000', '160249.330000', '160249.332000', '160249.335000', '160249.338000', '160249.341000', '160249.344000', '160249.347000', '160249.349000', '160249.352000', '160249.355000', '160249.358000', '160249.361000', '160249.364000', '160249.366000', '160249.369000', '160249.372000', '160249.375000', '160249.378000', '160249.381000', '160249.384000', '160249.387000', '160249.390000', '160249.393000', '160249.396000', '160249.399000', '160249.401000', '160249.404000', '160249.407000', '160249.410000', '160249.413000', '160249.416000', '160249.418000', '160249.421000', '160249.424000', '160249.427000', '160249.430000', '160249.433000', '160249.436000', '160249.438000', '160309.316000', '160309.319000', '160309.321000', '160309.324000', '160309.327000', '160309.330000', '160309.333000', '160309.336000', '160309.339000', '160309.342000', '160309.344000', '160309.347000', '160309.350000', '160309.353000', '160309.356000', '160309.359000', '160309.362000', '160309.365000', '160309.367000', '160309.370000', '160309.373000', '160309.376000', '160309.379000', '160309.382000', '160309.385000', '160309.387000', '160309.390000', '160309.393000', '160309.396000', '160309.399000', '160309.402000', '160309.404000', '160309.407000', '160309.410000', '160309.413000', '160309.416000', '160309.419000', '160309.422000', '160309.424000', '160309.427000', '160309.430000', '160309.433000', '160309.436000', '160309.439000', '160329.317000', '160329.320000', '160329.323000', '160329.326000', '160329.328000', '160329.331000', '160329.340000', '160329.342000', '160329.345000', '160329.348000', '160329.351000', '160329.354000', '160329.357000', '160329.359000', '160329.362000', '160329.365000', '160329.368000', '160329.371000', '160329.374000', '160329.376000', '160329.379000', '160329.382000', '160329.385000', '160329.388000', '160329.391000', '160329.394000', '160329.397000', '160329.399000', '160329.402000', '160329.405000', '160329.408000', '160329.411000', '160329.414000', '160329.417000', '160329.420000', '160329.423000', '160329.426000', '160329.428000', '160329.431000', '160329.434000', '160329.437000', '160329.440000', '160329.442000', '160349.317000', '160349.320000', '160349.323000', '160349.326000', '160349.328000', '160349.331000', '160349.334000', '160349.337000', '160349.340000', '160349.343000', '160349.345000', '160349.348000', '160349.351000', '160349.354000', '160349.357000', '160349.360000', '160349.363000', '160349.365000', '160349.368000', '160349.371000', '160349.374000', '160349.377000', '160349.380000', '160349.383000', '160349.386000', '160349.388000', '160349.391000', '160349.394000', '160349.397000', '160349.400000', '160349.403000', '160349.406000', '160349.408000', '160349.411000', '160349.414000', '160349.417000', '160349.420000', '160349.423000', '160349.426000', '160349.429000', '160349.431000', '160349.434000', '160349.437000', '160349.440000', '160409.317000', '160409.320000', '160409.323000', '160409.326000', '160409.328000', '160409.331000', '160409.334000', '160409.337000', '160409.340000', '160409.343000', '160409.346000', '160409.348000', '160409.351000', '160409.354000', '160409.358000', '160409.361000', '160409.364000', '160409.367000', '160409.370000', '160409.373000', '160409.376000', '160409.379000', '160409.382000', '160409.385000', '160409.388000', '160409.391000', '160409.394000', '160409.396000', '160409.399000', '160409.402000', '160409.405000', '160409.408000', '160409.411000', '160409.415000', '160409.418000', '160409.421000', '160409.424000', '160409.427000', '160409.430000', '160409.433000', '160409.436000', '160409.438000', '160409.441000', '160429.317000', '160429.320000', '160429.323000', '160429.325000', '160429.328000', '160429.331000', '160429.334000', '160429.337000', '160429.340000', '160429.343000', '160429.346000', '160429.348000', '160429.351000', '160429.354000', '160429.357000', '160429.360000', '160429.363000', '160429.365000', '160429.368000', '160429.375000', '160429.378000', '160429.380000', '160429.383000', '160429.386000', '160429.389000', '160429.392000', '160429.395000', '160429.397000', '160429.400000', '160429.403000', '160429.406000', '160429.409000', '160429.412000', '160429.414000', '160429.417000', '160429.420000', '160429.423000', '160429.426000', '160429.429000', '160429.431000', '160429.434000', '160429.437000', '160429.440000', '160429.443000', '160449.317000', '160449.320000', '160449.323000', '160449.325000', '160449.329000', '160449.331000', '160449.334000', '160449.337000', '160449.340000', '160449.343000', '160449.346000', '160449.348000', '160449.351000', '160449.354000', '160449.357000', '160449.360000', '160449.363000', '160449.366000', '160449.369000', '160449.372000', '160449.375000', '160449.377000', '160449.380000', '160449.383000', '160449.386000', '160449.389000', '160449.392000', '160449.395000', '160449.398000', '160449.400000', '160449.403000', '160449.416000', '160449.419000', '160449.422000', '160449.424000', '160449.427000', '160449.430000', '160449.433000', '160449.436000', '160449.439000', '160449.442000', '160449.445000', '160449.447000', '160509.317000', '160509.328000', '160509.331000', '160509.334000', '160509.337000', '160509.340000', '160509.343000', '160509.345000', '160509.348000', '160509.351000', '160509.354000', '160509.357000', '160509.360000', '160509.363000', '160509.366000', '160509.368000', '160509.371000', '160509.374000', '160509.377000', '160509.380000', '160509.383000', '160509.386000', '160509.389000', '160509.391000', '160509.394000', '160509.397000', '160509.400000', '160509.403000', '160509.405000', '160509.408000', '160509.411000', '160509.414000', '160509.417000', '160509.420000', '160509.423000', '160509.426000', '160509.429000', '160509.432000', '160509.443000', '160509.445000', '160509.448000', '160509.451000', '160509.454000', '160509.457000', '160529.316000', '160529.319000', '160529.322000', '160529.325000', '160529.328000', '160529.330000', '160529.333000', '160529.336000', '160529.339000', '160529.342000', '160529.344000', '160529.347000', '160529.350000', '160529.353000', '160529.356000', '160529.359000', '160529.362000', '160529.364000', '160529.367000', '160529.370000', '160529.373000', '160529.376000', '160529.379000', '160529.382000', '160529.385000', '160529.387000', '160529.390000', '160529.393000', '160529.397000', '160529.400000', '160529.403000', '160529.406000', '160529.409000', '160529.412000', '160529.414000', '160529.417000', '160529.420000', '160529.423000', '160529.426000', '160529.429000', '160529.431000', '160529.434000', '160529.437000', '160549.317000', '160549.320000', '160549.323000', '160549.325000', '160549.329000', '160549.332000', '160549.335000', '160549.337000', '160549.340000', '160549.343000', '160549.346000', '160549.349000', '160549.352000', '160549.355000', '160549.357000', '160549.360000', '160549.364000', '160549.367000', '160549.370000', '160549.373000', '160549.376000', '160549.378000', '160549.381000', '160549.384000', '160549.387000', '160549.390000', '160549.393000', '160549.395000', '160549.398000', '160549.401000', '160549.404000', '160549.407000', '160549.410000', '160549.413000', '160549.416000', '160549.418000', '160549.421000', '160549.424000', '160549.427000', '160549.430000', '160549.433000', '160549.435000', '160549.438000', '160549.441000', '160609.317000', '160609.320000', '160609.323000', '160609.326000', '160609.329000', '160609.331000', '160609.334000', '160609.337000', '160609.340000', '160609.343000', '160609.346000', '160609.349000', '160609.352000', '160609.354000', '160609.357000', '160609.360000', '160609.363000', '160609.366000', '160609.369000', '160609.372000', '160609.375000', '160609.377000', '160609.380000', '160609.383000', '160609.386000', '160609.389000', '160609.392000', '160609.395000', '160609.398000', '160609.400000', '160609.403000', '160609.406000', '160609.409000', '160609.412000', '160609.415000', '160609.418000', '160609.420000', '160609.423000', '160609.426000', '160609.429000', '160609.432000', '160609.435000', '160609.438000', '160629.317000', '160629.320000', '160629.323000', '160629.326000', '160629.328000', '160629.331000', '160629.334000', '160629.337000', '160629.340000', '160629.343000', '160629.345000', '160629.348000', '160629.351000', '160629.354000', '160629.357000', '160629.360000', '160629.363000', '160629.366000', '160629.368000', '160629.371000', '160629.374000', '160629.377000', '160629.380000', '160629.383000', '160629.386000', '160629.388000', '160629.391000', '160629.394000', '160629.397000', '160629.400000', '160629.403000', '160629.406000', '160629.408000', '160629.411000', '160629.414000', '160629.417000', '160629.420000', '160629.422000', '160629.425000', '160629.428000', '160629.431000', '160629.434000', '160629.437000', '160629.440000', '160649.317000', '160649.320000', '160649.323000', '160649.326000', '160649.329000', '160649.331000', '160649.334000', '160649.337000', '160649.340000', '160649.343000', '160649.346000', '160649.348000', '160649.353000', '160649.356000', '160649.359000', '160649.362000', '160649.365000', '160649.368000', '160649.371000', '160649.373000', '160649.376000', '160649.379000', '160649.382000', '160649.385000', '160649.388000', '160649.391000', '160649.393000', '160649.396000', '160649.399000', '160649.402000', '160649.405000', '160649.408000', '160649.410000', '160649.413000', '160649.416000', '160649.419000', '160649.422000', '160649.425000', '160649.427000', '160649.430000', '160649.435000', '160649.438000', '160649.441000', '160709.317000', '160709.320000', '160709.323000', '160709.326000', '160709.328000', '160709.331000', '160709.334000', '160709.337000', '160709.340000', '160709.343000', '160709.346000', '160709.348000', '160709.351000', '160709.354000', '160709.357000', '160709.360000', '160709.363000', '160709.366000', '160709.369000', '160709.372000', '160709.374000', '160709.377000', '160709.380000', '160709.383000', '160709.386000', '160709.389000', '160709.392000', '160709.394000', '160709.397000', '160709.401000', '160709.404000', '160709.407000', '160709.410000', '160709.412000', '160709.415000', '160709.418000', '160709.421000', '160709.424000', '160709.427000', '160709.430000', '160709.432000', '160709.435000', '160709.438000', '160709.441000', '160729.316000', '160729.319000', '160729.322000', '160729.324000', '160729.327000', '160729.330000', '160729.333000', '160729.336000', '160729.339000', '160729.342000', '160729.345000', '160729.347000', '160729.350000', '160729.353000', '160729.356000', '160729.359000', '160729.362000', '160729.364000', '160729.367000', '160729.370000', '160729.373000', '160729.376000', '160729.379000', '160729.381000', '160729.385000', '160729.387000', '160729.390000', '160729.393000', '160729.396000', '160729.399000', '160729.402000', '160729.404000', '160729.407000', '160729.410000', '160729.413000', '160729.416000', '160729.419000', '160729.421000', '160729.424000', '160729.427000', '160729.430000', '160729.433000', '160729.436000', '160749.316000', '160749.319000', '160749.322000', '160749.325000', '160749.327000', '160749.330000', '160749.333000', '160749.336000', '160749.339000', '160749.342000', '160749.357000', '160749.360000', '160749.363000', '160749.366000', '160749.369000', '160749.371000', '160749.374000', '160749.377000', '160749.380000', '160749.383000', '160749.386000', '160749.389000', '160749.392000', '160749.394000', '160749.397000', '160749.400000', '160749.403000', '160749.406000', '160749.409000', '160749.412000', '160749.414000', '160749.417000', '160749.420000', '160749.423000', '160749.426000', '160749.429000', '160749.431000', '160749.434000', '160749.437000', '160749.440000', '160749.443000', '160749.446000', '160749.449000', '160749.451000', '160809.317000', '160809.320000', '160809.323000', '160809.326000', '160809.329000', '160809.331000', '160809.334000', '160809.337000', '160809.340000', '160809.343000', '160809.346000', '160809.349000', '160809.352000', '160809.354000', '160809.357000', '160809.360000', '160809.363000', '160809.366000', '160809.369000', '160809.372000', '160809.374000', '160809.377000', '160809.380000', '160809.383000', '160809.386000', '160809.389000', '160809.392000', '160809.395000', '160809.397000', '160809.400000', '160809.403000', '160809.406000', '160809.409000', '160809.412000', '160809.414000', '160809.417000', '160809.420000', '160809.423000', '160809.426000', '160809.429000', '160809.432000', '160809.435000', '160809.437000', '160829.317000', '160829.320000', '160829.323000', '160829.326000', '160829.329000', '160829.332000', '160829.335000', '160829.337000', '160829.341000', '160829.343000', '160829.346000', '160829.349000', '160829.352000', '160829.355000', '160829.358000', '160829.360000', '160829.363000', '160829.366000', '160829.369000', '160829.372000', '160829.375000', '160829.378000', '160829.380000', '160829.383000', '160829.386000', '160829.389000', '160829.392000', '160829.395000', '160829.398000', '160829.400000', '160829.403000', '160829.406000', '160829.409000', '160829.412000', '160829.415000', '160829.417000', '160829.420000', '160829.423000', '160829.426000', '160829.429000', '160829.432000', '160829.434000', '160829.437000', '160849.317000', '160849.320000', '160849.323000', '160849.326000', '160849.329000', '160849.331000', '160849.334000', '160849.337000', '160849.340000', '160849.343000', '160849.345000', '160849.348000', '160849.351000', '160849.354000', '160849.357000', '160849.360000', '160849.363000', '160849.365000', '160849.368000', '160849.371000', '160849.374000', '160849.377000', '160849.380000', '160849.383000', '160849.386000', '160849.389000', '160849.391000', '160849.394000', '160849.397000', '160849.400000', '160849.403000', '160849.406000', '160849.409000', '160849.411000', '160849.414000', '160849.417000', '160849.420000', '160849.423000', '160849.426000', '160849.429000', '160849.432000', '160849.435000', '160849.437000', '160849.440000', '160909.317000', '160909.320000', '160909.323000', '160909.327000', '160909.332000', '160909.335000', '160909.338000', '160909.341000', '160909.344000', '160909.347000', '160909.350000', '160909.353000', '160909.355000', '160909.358000', '160909.361000', '160909.364000', '160909.367000', '160909.370000', '160909.373000', '160909.376000', '160909.378000', '160909.391000', '160909.394000', '160909.397000', '160909.400000', '160909.402000', '160909.405000', '160909.408000', '160909.411000', '160909.414000', '160909.417000', '160909.420000', '160909.422000', '160909.425000', '160909.428000', '160909.431000', '160909.434000', '160909.437000', '160909.439000', '160909.442000', '160909.445000', '160909.448000', '160909.451000', '160915.821000', '160915.825000', '160915.829000', '160915.833000', '160915.841000', '160915.845000', '160915.848000', '160915.851000', '160915.854000', '160915.857000', '160915.861000', '160915.864000', '160915.867000', '160915.870000', '160915.873000'], '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': [9302, 14777, 8418, 13223, 8671, 8436, 9095, 8873, 8672, 11459, 11268, 11873, 8570, 9040, 8779, 8292, 8598, 8024, 12703, 8584, 8689, 8972, 8303, 9181, 12874, 9200, 11683, 9621, 8077, 9736, 10690, 8985, 12681, 10895, 8157, 9038, 9507, 9201, 9249, 9127, 8641, 13897, 8779, 10023, 8880, 8746, 8836, 10721, 8746, 14932, 9352, 11163, 9409, 8222, 9717, 10044, 9197, 14681, 9077, 12690, 9167, 8896, 9276, 10390, 8462, 14063, 10248, 7881, 8887, 7936, 8676, 8023, 9415, 11991, 10369, 8036, 9147, 7847, 8523, 8098, 8600, 9000, 8920, 9826, 8867, 10032, 8823, 9061, 11952, 8713, 8777, 8810, 8785, 9067, 8661, 8917, 12599, 8990, 13894, 9622, 7943, 9797, 9157, 9193, 11938, 9675, 7989, 8968, 9774, 8977, 9629, 8754, 8683, 13721, 8771, 12375, 9110, 8332, 9759, 10675, 9289, 12791, 9072, 13310, 9207, 12134, 9145, 9058, 9344, 7668, 9143, 8538, 8540, 8011, 8346, 8625, 8566, 8787, 12751, 9117, 12235, 9263, 8356, 9452, 8176, 9489, 7859, 9249, 8367, 9460, 8518, 9137, 9819, 9523, 8795, 9506, 8490, 9526, 8758, 8710, 8627, 9341, 8683, 13510, 8849, 11533, 8772, 8352, 8936, 8422, 9321, 11526, 10697, 8048, 8935, 8292, 9088, 8218, 8877, 8206, 9292, 9675, 9237, 8710, 9667, 8429, 10486, 8927, 9384, 8888, 11172, 9072, 12892, 11033, 10895, 9327, 10008, 9329, 9458, 12742, 8397, 14772, 8987, 8288, 8482, 8534, 8253, 8758, 11623, 8658, 12903, 10397, 13198, 10569, 9440, 10397, 8870, 14429, 11609, 11892, 8620, 7880, 8037, 7841, 8150, 8009, 8190, 8119, 9231, 8147, 7542, 8090, 7708, 8519, 10711, 8150, 9031, 8128, 7385, 7724, 8198, 7687, 8770, 8180, 8199, 10394, 8660, 8419, 8303, 8095, 8511, 8627, 8546, 12588, 8446, 11359, 8466, 8963, 8052, 9271, 7921, 9260, 7972, 7733, 8151, 7865, 8147, 7792, 7998, 7878, 9753, 8354, 8883, 8382, 8687, 8292, 10696, 8509, 11860, 8601, 11628, 9034, 10992, 9298, 8188, 8077, 8770, 8522, 8796, 8809, 8639, 12521, 8633, 12013, 8603, 9343, 8514, 9372, 8645, 9156, 8838, 12063, 8720, 9680, 8607, 7862, 8546, 7835, 8574, 8867, 9817, 8077, 11725, 8576, 8433, 8802, 8896, 8628, 10650, 8771, 12702, 8613, 10833, 8747, 9294, 8585, 11842, 8908, 12442, 8832, 9496, 8666, 10084, 8462, 9664, 10517, 8856, 8651, 8618, 8506, 8921, 11251, 8948, 11488, 11542, 8062, 8313, 8802, 8472, 8526, 9065, 8453, 13045, 8724, 9698, 8740, 9393, 8570, 10288, 8558, 9348, 8507, 7998, 8080, 8762, 8688, 8784, 11676, 8601, 14504, 9000, 12470, 8842, 11042, 8916, 11940, 9408, 10240, 9090, 8427, 8025, 8605, 8024, 8541, 13250, 8930, 8661, 8235, 8867, 9233, 8941, 10977, 10256, 8291, 8826, 8971, 9098, 8829, 12468, 8675, 13590, 8900, 11715, 8726, 8644, 8705, 9438, 8754, 11831, 8769, 8530, 8540, 8783, 8323, 8661, 9013, 8456, 12689, 10813, 14091, 8842, 12033, 8781, 8331, 8680, 8923, 8698, 10007, 12516, 8633, 8915, 8332, 8177, 8503, 10370, 8509, 10658, 9174, 7891, 8826, 8398, 9021, 8456, 10774, 8649, 12983, 10142, 12311, 8795, 8283, 8652, 8371, 8098, 8957, 9775, 8447, 10754, 8491, 9189, 8439, 9002, 8408, 8031, 11792, 8435, 10757, 8371, 11226, 8549, 8527, 9205, 8757, 14177, 8650, 11225, 8353, 9395, 8691, 8434, 13294, 9798, 8230, 8853, 8487, 10105, 8654, 13874, 11723, 13247, 12574, 8114, 7788, 8505, 7904, 8518, 9129, 8542, 13136, 8964, 8032, 7747, 8257, 7768, 8204, 8912, 8380, 9937, 8169, 8578, 8094, 8381, 8641, 8692, 12964, 10954, 8074, 8137, 8535, 8246, 8716, 9712, 8414, 13468, 9135, 11618, 8367, 8231, 8161, 8367, 9057, 8289, 11264, 9034, 13628, 9161, 12316, 8389, 9703, 8580, 9254, 8360, 9883, 8865, 13626, 8396, 9110, 8198, 8431, 8359, 9338, 8300, 11035, 9864, 7935, 8143, 7941, 8147, 7856, 8227, 8111, 8038, 8219, 10178, 9180, 12960, 11991, 8795, 8541, 8464, 10085, 8450, 14273, 11585, 14230, 8510, 8831, 8038, 8326, 9910, 8377, 8215, 8473, 7988, 8309, 9312, 7804, 8157, 10851, 9084, 8409, 7939, 8021, 10255, 8465, 14245, 11411, 12750, 14860, 8274, 10713, 8325, 10136, 8430, 7831, 10560, 8263, 14738, 8383, 12658, 7878, 7996, 8050, 8123, 10327, 8764, 9832, 13117, 8212, 11153, 8185, 10851, 8335, 10331, 8741, 10461, 12026, 7816, 13200, 8131, 8954, 8509, 9609, 8201, 7819, 8424, 8399, 8627, 7974, 8678, 8253, 10920, 9371, 7862, 8335, 8528, 9144, 8278, 11380, 8530, 13292, 8366, 7869, 8434, 8753, 10076, 8210, 13213, 8598, 11169, 8606, 9809, 9751, 9175, 9295, 8538, 9167, 8583, 10108, 8762, 13217, 10596, 9176, 9110, 8465, 9693, 8781, 12676, 9639, 12913, 10958, 8764, 8234, 8538, 8799, 8306, 12317, 8516, 10438, 8505, 7946, 8481, 8049, 13042, 8413, 10216, 9053, 10208, 8725, 10241, 9106, 8232, 12350, 8131, 9412, 8734, 9007, 8631, 7944, 11158, 8767, 15868, 14708, 13976, 9689, 8436, 8666, 8808, 8205, 9783, 8826, 12248, 8749, 12933, 8861, 13226, 9320, 13492, 8523, 12721, 8536, 10760, 8773, 9279, 8969, 8188, 8136, 8213, 8520, 8372, 8012, 8680, 10139, 8060, 9206, 8890, 7811, 7969, 8198, 8213, 8453, 9692, 8563, 11876, 8667, 13233, 10899, 9219, 8599, 9513, 8228, 8722, 8995, 8686, 11850, 8748, 14520, 8385, 11310, 8953, 8020, 8614, 8978, 8503, 8487, 9242, 8412, 13440, 8698, 12966, 8880, 8334, 9244, 8990, 9099, 8642, 8709, 8080, 8447, 9268, 8448, 8728, 8704, 8642, 10691, 8622, 13997, 8848, 10767, 9115, 8355, 8946, 8405, 9647, 8725, 14438, 9466, 8392, 9226, 8992, 9686, 9007, 14229, 12005, 15167, 10340, 8071, 8534, 8625, 8850, 8833, 10135, 8814, 12615, 9881, 8785, 8573, 8855, 9483, 9228, 13189, 8854, 13914, 11971, 12008, 8501, 8400, 8467, 9426, 8058, 8501, 8812, 8815, 8874, 8841, 8849, 8723, 10884, 8974, 8679, 9101, 8035, 9090, 8075, 8779, 8560, 9079, 9129, 8820, 9129, 10190, 9220, 9669, 9457, 8521, 9543, 9655, 9284, 11812, 12343, 9006, 9477, 9272, 9742, 9707, 12302, 9230, 14887, 10071, 8999, 9108, 9694, 8998, 9056, 11682, 9088, 14298, 9528, 12751, 9386, 9189, 9452, 9218, 8996, 8841, 8621, 9657, 8538, 9005, 8839, 8940, 13554, 8740, 7907, 8845, 8685, 8677, 9118, 10330, 9498, 13946, 11738, 13210, 9027, 10839, 8882, 9086, 11123, 8348, 15073, 9064, 9047, 9205, 8838, 9369, 11033, 9009, 11619, 9274, 7962, 9306, 8236, 9125, 8522, 10627, 8905, 9893, 8464, 8564, 8837, 9081, 9066, 10151, 9318, 14021, 9239, 12206, 9610, 9045, 9480, 8670, 8769, 11436, 10516, 9285, 8729, 9229, 8278, 8656, 12459, 8848, 13045, 9268, 8420, 9397, 9905, 9419, 12895, 9833, 10571, 9660, 9697, 9387, 12384, 10261, 12140, 9381, 9069, 9080, 9019, 8608, 8871, 11795, 8631, 13510, 9303, 11026, 9567, 10309, 9611, 10521, 10506, 9963, 10049, 8723, 8474, 9137, 9374, 9269, 10809, 9270, 13131, 9253, 11370, 9410, 11612, 9441, 12568, 9259, 12235, 8774, 8491, 9135, 8059, 9032, 8092, 8334, 8806, 8631, 8719, 8448, 8973, 9254, 9119, 10541, 9369, 10636, 9800, 11647, 9982, 10350, 8958, 9678, 8943, 9829, 10654, 9766, 12526, 10218, 9215, 9196, 9110, 9836, 8759, 9429, 13365, 9084, 9554, 9123, 9745, 9005, 10829, 9134, 13543, 8923, 8844, 8751, 9432, 9297, 9194, 11865, 9397, 14553, 9197, 8742, 9007, 8594, 8620, 8963, 8486, 8622, 13471, 8431, 10054], 'WindowCenter': [4239.0, 4263.0, 4199.0, 4236.0, 4196.0, 4185.0, 4210.0, 4196.0, 4194.0, 4213.0, 4214.0, 4212.0, 4182.0, 4193.0, 4191.0, 4181.0, 4194.0, 4184.0, 4238.0, 4195.0, 4194.0, 4205.0, 4182.0, 4205.0, 4236.0, 4210.0, 4224.0, 4206.0, 4183.0, 4204.0, 4213.0, 4194.0, 4234.0, 4216.0, 4183.0, 4193.0, 4203.0, 4192.0, 4192.0, 4202.0, 4193.0, 4237.0, 4180.0, 4204.0, 4192.0, 4183.0, 4192.0, 4212.0, 4179.0, 4235.0, 4191.0, 4200.0, 4192.0, 4168.0, 4189.0, 4188.0, 4189.0, 4222.0, 4178.0, 4208.0, 4179.0, 4177.0, 4178.0, 4188.0, 4170.0, 4217.0, 4200.0, 4157.0, 4179.0, 4168.0, 4177.0, 4168.0, 4190.0, 4210.0, 4200.0, 4157.0, 4178.0, 4157.0, 4181.0, 4157.0, 4179.0, 4178.0, 4180.0, 4188.0, 4179.0, 4188.0, 4180.0, 4178.0, 4211.0, 4171.0, 4168.0, 4182.0, 4169.0, 4179.0, 4168.0, 4180.0, 4210.0, 4181.0, 4220.0, 4188.0, 4168.0, 4200.0, 4179.0, 4192.0, 4210.0, 4192.0, 4170.0, 4191.0, 4201.0, 4193.0, 4190.0, 4182.0, 4182.0, 4233.0, 4181.0, 4213.0, 4179.0, 4167.0, 4190.0, 4198.0, 4189.0, 4209.0, 4179.0, 4219.0, 4179.0, 4206.0, 4178.0, 4180.0, 4204.0, 4185.0, 4205.0, 4181.0, 4179.0, 4171.0, 4181.0, 4195.0, 4195.0, 4196.0, 4233.0, 4204.0, 4222.0, 4204.0, 4182.0, 4203.0, 4179.0, 4203.0, 4173.0, 4203.0, 4183.0, 4202.0, 4192.0, 4203.0, 4214.0, 4217.0, 4195.0, 4206.0, 4194.0, 4205.0, 4193.0, 4192.0, 4194.0, 4203.0, 4194.0, 4236.0, 4195.0, 4224.0, 4192.0, 4184.0, 4195.0, 4193.0, 4205.0, 4223.0, 4218.0, 4183.0, 4193.0, 4182.0, 4193.0, 4181.0, 4192.0, 4182.0, 4191.0, 4192.0, 4193.0, 4196.0, 4204.0, 4194.0, 4214.0, 4204.0, 4204.0, 4205.0, 4222.0, 4205.0, 4233.0, 4225.0, 4215.0, 4204.0, 4200.0, 4192.0, 4204.0, 4235.0, 4196.0, 4255.0, 4204.0, 4192.0, 4204.0, 4206.0, 4193.0, 4207.0, 4225.0, 4195.0, 4235.0, 4214.0, 4232.0, 4203.0, 4190.0, 4189.0, 4178.0, 4219.0, 4198.0, 4186.0, 4154.0, 4145.0, 4144.0, 4143.0, 4146.0, 4142.0, 4153.0, 4144.0, 4178.0, 4167.0, 4157.0, 4155.0, 4156.0, 4179.0, 4210.0, 4181.0, 4191.0, 4181.0, 4161.0, 4171.0, 4168.0, 4169.0, 4178.0, 4180.0, 4180.0, 4201.0, 4178.0, 4180.0, 4180.0, 4168.0, 4179.0, 4181.0, 4192.0, 4221.0, 4182.0, 4210.0, 4182.0, 4191.0, 4181.0, 4190.0, 4182.0, 4192.0, 4182.0, 4169.0, 4180.0, 4169.0, 4172.0, 4170.0, 4173.0, 4181.0, 4202.0, 4180.0, 4190.0, 4184.0, 4192.0, 4194.0, 4213.0, 4196.0, 4222.0, 4194.0, 4222.0, 4206.0, 4215.0, 4204.0, 4182.0, 4183.0, 4193.0, 4193.0, 4194.0, 4194.0, 4194.0, 4234.0, 4196.0, 4222.0, 4194.0, 4191.0, 4193.0, 4192.0, 4195.0, 4205.0, 4204.0, 4223.0, 4194.0, 4204.0, 4194.0, 4184.0, 4194.0, 4185.0, 4195.0, 4205.0, 4218.0, 4183.0, 4236.0, 4195.0, 4194.0, 4203.0, 4204.0, 4207.0, 4226.0, 4194.0, 4235.0, 4197.0, 4216.0, 4195.0, 4203.0, 4195.0, 4224.0, 4204.0, 4222.0, 4191.0, 4203.0, 4196.0, 4215.0, 4208.0, 4216.0, 4227.0, 4204.0, 4193.0, 4194.0, 4193.0, 4206.0, 4224.0, 4203.0, 4227.0, 4228.0, 4182.0, 4182.0, 4189.0, 4180.0, 4181.0, 4180.0, 4181.0, 4221.0, 4181.0, 4190.0, 4181.0, 4190.0, 4192.0, 4213.0, 4194.0, 4204.0, 4197.0, 4182.0, 4183.0, 4206.0, 4206.0, 4195.0, 4222.0, 4191.0, 4243.0, 4191.0, 4220.0, 4191.0, 4210.0, 4192.0, 4222.0, 4203.0, 4211.0, 4192.0, 4193.0, 4196.0, 4193.0, 4183.0, 4194.0, 4246.0, 4204.0, 4205.0, 4194.0, 4206.0, 4217.0, 4219.0, 4238.0, 4228.0, 4198.0, 4206.0, 4204.0, 4204.0, 4192.0, 4236.0, 4194.0, 4233.0, 4192.0, 4211.0, 4179.0, 4179.0, 4181.0, 4193.0, 4191.0, 4221.0, 4193.0, 4182.0, 4194.0, 4192.0, 4183.0, 4193.0, 4194.0, 4195.0, 4236.0, 4226.0, 4244.0, 4193.0, 4221.0, 4182.0, 4179.0, 4180.0, 4180.0, 4179.0, 4191.0, 4221.0, 4180.0, 4180.0, 4181.0, 4179.0, 4181.0, 4201.0, 4194.0, 4214.0, 4201.0, 4183.0, 4193.0, 4194.0, 4192.0, 4185.0, 4213.0, 4191.0, 4234.0, 4216.0, 4220.0, 4182.0, 4179.0, 4181.0, 4180.0, 4174.0, 4191.0, 4203.0, 4184.0, 4213.0, 4195.0, 4202.0, 4194.0, 4191.0, 4196.0, 4187.0, 4240.0, 4194.0, 4213.0, 4185.0, 4209.0, 4193.0, 4194.0, 4204.0, 4192.0, 4246.0, 4196.0, 4225.0, 4195.0, 4205.0, 4205.0, 4194.0, 4246.0, 4216.0, 4192.0, 4194.0, 4193.0, 4213.0, 4194.0, 4245.0, 4225.0, 4233.0, 4223.0, 4169.0, 4160.0, 4181.0, 4168.0, 4181.0, 4192.0, 4184.0, 4231.0, 4192.0, 4182.0, 4171.0, 4182.0, 4171.0, 4182.0, 4189.0, 4194.0, 4214.0, 4195.0, 4193.0, 4183.0, 4196.0, 4205.0, 4209.0, 4246.0, 4227.0, 4185.0, 4185.0, 4195.0, 4180.0, 4193.0, 4205.0, 4186.0, 4234.0, 4204.0, 4222.0, 4183.0, 4182.0, 4192.0, 4194.0, 4193.0, 4194.0, 4225.0, 4195.0, 4235.0, 4194.0, 4225.0, 4181.0, 4190.0, 4181.0, 4189.0, 4181.0, 4201.0, 4193.0, 4231.0, 4182.0, 4193.0, 4185.0, 4181.0, 4185.0, 4204.0, 4198.0, 4214.0, 4205.0, 4171.0, 4183.0, 4171.0, 4184.0, 4184.0, 4194.0, 4182.0, 4184.0, 4195.0, 4224.0, 4217.0, 4246.0, 4236.0, 4193.0, 4186.0, 4181.0, 4205.0, 4182.0, 4236.0, 4212.0, 4225.0, 4170.0, 4180.0, 4156.0, 4168.0, 4175.0, 4167.0, 4166.0, 4166.0, 4167.0, 4182.0, 4191.0, 4175.0, 4185.0, 4214.0, 4192.0, 4182.0, 4173.0, 4174.0, 4200.0, 4183.0, 4230.0, 4215.0, 4222.0, 4233.0, 4172.0, 4190.0, 4169.0, 4190.0, 4168.0, 4146.0, 4191.0, 4168.0, 4233.0, 4169.0, 4207.0, 4168.0, 4168.0, 4168.0, 4172.0, 4200.0, 4181.0, 4202.0, 4236.0, 4184.0, 4210.0, 4180.0, 4200.0, 4170.0, 4188.0, 4168.0, 4200.0, 4211.0, 4158.0, 4209.0, 4160.0, 4178.0, 4192.0, 4191.0, 4168.0, 4160.0, 4181.0, 4182.0, 4180.0, 4181.0, 4194.0, 4210.0, 4225.0, 4204.0, 4183.0, 4198.0, 4192.0, 4206.0, 4193.0, 4225.0, 4196.0, 4237.0, 4194.0, 4184.0, 4196.0, 4195.0, 4204.0, 4186.0, 4234.0, 4197.0, 4225.0, 4196.0, 4216.0, 4206.0, 4192.0, 4206.0, 4184.0, 4192.0, 4193.0, 4202.0, 4194.0, 4232.0, 4214.0, 4192.0, 4192.0, 4183.0, 4201.0, 4193.0, 4221.0, 4195.0, 4223.0, 4216.0, 4182.0, 4183.0, 4181.0, 4180.0, 4182.0, 4220.0, 4182.0, 4199.0, 4182.0, 4183.0, 4192.0, 4172.0, 4235.0, 4182.0, 4203.0, 4194.0, 4201.0, 4194.0, 4212.0, 4195.0, 4183.0, 4222.0, 4171.0, 4194.0, 4192.0, 4192.0, 4193.0, 4185.0, 4228.0, 4195.0, 4257.0, 4260.0, 4244.0, 4204.0, 4184.0, 4191.0, 4191.0, 4183.0, 4204.0, 4194.0, 4224.0, 4182.0, 4222.0, 4191.0, 4219.0, 4190.0, 4207.0, 4166.0, 4194.0, 4165.0, 4183.0, 4154.0, 4164.0, 4164.0, 4153.0, 4146.0, 4154.0, 4152.0, 4155.0, 4153.0, 4164.0, 4186.0, 4171.0, 4178.0, 4179.0, 4158.0, 4171.0, 4182.0, 4179.0, 4180.0, 4191.0, 4181.0, 4210.0, 4195.0, 4232.0, 4213.0, 4189.0, 4183.0, 4190.0, 4170.0, 4180.0, 4179.0, 4180.0, 4212.0, 4181.0, 4232.0, 4171.0, 4199.0, 4180.0, 4167.0, 4178.0, 4180.0, 4180.0, 4180.0, 4191.0, 4182.0, 4231.0, 4182.0, 4221.0, 4191.0, 4180.0, 4202.0, 4190.0, 4191.0, 4183.0, 4196.0, 4183.0, 4194.0, 4203.0, 4182.0, 4179.0, 4182.0, 4181.0, 4212.0, 4193.0, 4230.0, 4192.0, 4214.0, 4192.0, 4180.0, 4205.0, 4195.0, 4215.0, 4208.0, 4256.0, 4217.0, 4193.0, 4204.0, 4203.0, 4204.0, 4195.0, 4248.0, 4225.0, 4231.0, 4202.0, 4171.0, 4183.0, 4181.0, 4180.0, 4191.0, 4199.0, 4195.0, 4221.0, 4204.0, 4181.0, 4181.0, 4192.0, 4190.0, 4193.0, 4219.0, 4181.0, 4219.0, 4211.0, 4209.0, 4169.0, 4166.0, 4169.0, 4177.0, 4169.0, 4177.0, 4177.0, 4180.0, 4178.0, 4192.0, 4193.0, 4192.0, 4210.0, 4192.0, 4180.0, 4191.0, 4170.0, 4193.0, 4184.0, 4194.0, 4192.0, 4192.0, 4205.0, 4205.0, 4217.0, 4215.0, 4208.0, 4205.0, 4215.0, 4193.0, 4217.0, 4214.0, 4206.0, 4234.0, 4236.0, 4195.0, 4202.0, 4203.0, 4203.0, 4205.0, 4225.0, 4205.0, 4243.0, 4204.0, 4191.0, 4190.0, 4192.0, 4192.0, 4191.0, 4211.0, 4191.0, 4230.0, 4191.0, 4220.0, 4190.0, 4188.0, 4192.0, 4188.0, 4191.0, 4180.0, 4180.0, 4191.0, 4182.0, 4192.0, 4193.0, 4194.0, 4232.0, 4182.0, 4170.0, 4191.0, 4193.0, 4182.0, 4193.0, 4202.0, 4204.0, 4231.0, 4224.0, 4220.0, 4191.0, 4200.0, 4179.0, 4179.0, 4210.0, 4170.0, 4230.0, 4181.0, 4178.0, 4189.0, 4176.0, 4190.0, 4212.0, 4193.0, 4210.0, 4203.0, 4172.0, 4192.0, 4182.0, 4203.0, 4193.0, 4214.0, 4192.0, 4205.0, 4181.0, 4181.0, 4192.0, 4193.0, 4191.0, 4202.0, 4195.0, 4232.0, 4191.0, 4210.0, 4201.0, 4180.0, 4191.0, 4179.0, 4182.0, 4211.0, 4200.0, 4190.0, 4180.0, 4190.0, 4172.0, 4181.0, 4221.0, 4179.0, 4220.0, 4190.0, 4168.0, 4191.0, 4201.0, 4194.0, 4221.0, 4205.0, 4200.0, 4201.0, 4189.0, 4191.0, 4219.0, 4202.0, 4209.0, 4190.0, 4179.0, 4178.0, 4181.0, 4180.0, 4192.0, 4222.0, 4183.0, 4221.0, 4192.0, 4201.0, 4190.0, 4199.0, 4191.0, 4200.0, 4202.0, 4191.0, 4192.0, 4168.0, 4168.0, 4179.0, 4178.0, 4189.0, 4198.0, 4190.0, 4220.0, 4180.0, 4199.0, 4179.0, 4198.0, 4187.0, 4211.0, 4180.0, 4208.0, 4171.0, 4167.0, 4178.0, 4156.0, 4179.0, 4170.0, 4180.0, 4181.0, 4181.0, 4179.0, 4170.0, 4192.0, 4190.0, 4193.0, 4201.0, 4191.0, 4202.0, 4205.0, 4213.0, 4205.0, 4200.0, 4194.0, 4192.0, 4180.0, 4202.0, 4202.0, 4202.0, 4223.0, 4212.0, 4193.0, 4192.0, 4194.0, 4204.0, 4193.0, 4203.0, 4235.0, 4193.0, 4192.0, 4191.0, 4189.0, 4182.0, 4210.0, 4194.0, 4221.0, 4184.0, 4179.0, 4180.0, 4190.0, 4190.0, 4192.0, 4209.0, 4193.0, 4230.0, 4193.0, 4170.0, 4179.0, 4179.0, 4179.0, 4180.0, 4180.0, 4181.0, 4224.0, 4170.0, 4189.0], 'WindowWidth': [9404.0, 9421.0, 9329.0, 9369.0, 9317.0, 9302.0, 9340.0, 9314.0, 9309.0, 9332.0, 9334.0, 9328.0, 9290.0, 9303.0, 9301.0, 9289.0, 9309.0, 9297.0, 9373.0, 9312.0, 9309.0, 9328.0, 9293.0, 9328.0, 9368.0, 9340.0, 9349.0, 9328.0, 9293.0, 9323.0, 9333.0, 9311.0, 9362.0, 9341.0, 9292.0, 9307.0, 9318.0, 9304.0, 9304.0, 9317.0, 9306.0, 9370.0, 9286.0, 9319.0, 9303.0, 9290.0, 9305.0, 9330.0, 9281.0, 9361.0, 9299.0, 9307.0, 9300.0, 9263.0, 9293.0, 9290.0, 9295.0, 9340.0, 9278.0, 9316.0, 9281.0, 9274.0, 9277.0, 9291.0, 9271.0, 9329.0, 9310.0, 9250.0, 9280.0, 9263.0, 9277.0, 9265.0, 9296.0, 9323.0, 9311.0, 9248.0, 9276.0, 9248.0, 9282.0, 9248.0, 9280.0, 9277.0, 9282.0, 9289.0, 9279.0, 9290.0, 9282.0, 9278.0, 9327.0, 9271.0, 9263.0, 9285.0, 9264.0, 9281.0, 9263.0, 9282.0, 9323.0, 9284.0, 9337.0, 9293.0, 9263.0, 9310.0, 9279.0, 9302.0, 9325.0, 9302.0, 9269.0, 9300.0, 9311.0, 9303.0, 9297.0, 9288.0, 9289.0, 9359.0, 9286.0, 9327.0, 9280.0, 9260.0, 9296.0, 9302.0, 9295.0, 9318.0, 9280.0, 9332.0, 9279.0, 9311.0, 9278.0, 9284.0, 9328.0, 9305.0, 9327.0, 9287.0, 9284.0, 9273.0, 9287.0, 9313.0, 9313.0, 9318.0, 9362.0, 9326.0, 9344.0, 9324.0, 9290.0, 9321.0, 9285.0, 9321.0, 9277.0, 9320.0, 9294.0, 9320.0, 9304.0, 9321.0, 9337.0, 9346.0, 9314.0, 9328.0, 9308.0, 9322.0, 9307.0, 9303.0, 9309.0, 9320.0, 9311.0, 9366.0, 9312.0, 9348.0, 9305.0, 9295.0, 9312.0, 9308.0, 9328.0, 9347.0, 9346.0, 9291.0, 9307.0, 9289.0, 9304.0, 9286.0, 9303.0, 9288.0, 9299.0, 9302.0, 9306.0, 9317.0, 9323.0, 9311.0, 9335.0, 9323.0, 9323.0, 9327.0, 9345.0, 9328.0, 9363.0, 9354.0, 9338.0, 9323.0, 9309.0, 9302.0, 9323.0, 9370.0, 9317.0, 9400.0, 9326.0, 9310.0, 9326.0, 9332.0, 9310.0, 9334.0, 9355.0, 9316.0, 9367.0, 9337.0, 9359.0, 9321.0, 9299.0, 9294.0, 9280.0, 9334.0, 9304.0, 9282.0, 9237.0, 9224.0, 9223.0, 9220.0, 9227.0, 9217.0, 9235.0, 9224.0, 9279.0, 9261.0, 9247.0, 9245.0, 9245.0, 9283.0, 9325.0, 9290.0, 9301.0, 9288.0, 9261.0, 9273.0, 9267.0, 9268.0, 9280.0, 9285.0, 9286.0, 9314.0, 9280.0, 9282.0, 9284.0, 9266.0, 9283.0, 9287.0, 9306.0, 9342.0, 9290.0, 9324.0, 9290.0, 9298.0, 9288.0, 9299.0, 9291.0, 9302.0, 9292.0, 9269.0, 9285.0, 9269.0, 9277.0, 9271.0, 9279.0, 9289.0, 9317.0, 9288.0, 9301.0, 9296.0, 9305.0, 9311.0, 9333.0, 9316.0, 9346.0, 9312.0, 9348.0, 9331.0, 9339.0, 9324.0, 9291.0, 9294.0, 9307.0, 9306.0, 9309.0, 9309.0, 9311.0, 9363.0, 9315.0, 9345.0, 9310.0, 9301.0, 9307.0, 9303.0, 9312.0, 9324.0, 9325.0, 9346.0, 9311.0, 9323.0, 9312.0, 9298.0, 9311.0, 9299.0, 9315.0, 9326.0, 9348.0, 9297.0, 9372.0, 9314.0, 9311.0, 9324.0, 9324.0, 9332.0, 9357.0, 9313.0, 9367.0, 9317.0, 9340.0, 9313.0, 9320.0, 9313.0, 9348.0, 9325.0, 9345.0, 9304.0, 9320.0, 9315.0, 9337.0, 9339.0, 9345.0, 9361.0, 9323.0, 9309.0, 9311.0, 9308.0, 9330.0, 9351.0, 9325.0, 9357.0, 9362.0, 9290.0, 9291.0, 9295.0, 9285.0, 9287.0, 9285.0, 9286.0, 9340.0, 9287.0, 9298.0, 9288.0, 9299.0, 9304.0, 9335.0, 9313.0, 9324.0, 9319.0, 9291.0, 9294.0, 9331.0, 9332.0, 9315.0, 9345.0, 9303.0, 9373.0, 9303.0, 9339.0, 9301.0, 9326.0, 9304.0, 9343.0, 9322.0, 9330.0, 9305.0, 9309.0, 9318.0, 9308.0, 9296.0, 9313.0, 9383.0, 9326.0, 9327.0, 9313.0, 9332.0, 9347.0, 9353.0, 9377.0, 9365.0, 9321.0, 9329.0, 9326.0, 9325.0, 9307.0, 9369.0, 9311.0, 9362.0, 9303.0, 9326.0, 9283.0, 9280.0, 9286.0, 9303.0, 9304.0, 9342.0, 9308.0, 9289.0, 9308.0, 9304.0, 9294.0, 9309.0, 9309.0, 9314.0, 9368.0, 9356.0, 9377.0, 9308.0, 9339.0, 9288.0, 9282.0, 9286.0, 9283.0, 9282.0, 9298.0, 9341.0, 9283.0, 9282.0, 9287.0, 9282.0, 9289.0, 9313.0, 9311.0, 9335.0, 9318.0, 9294.0, 9306.0, 9310.0, 9304.0, 9298.0, 9331.0, 9303.0, 9361.0, 9340.0, 9339.0, 9290.0, 9282.0, 9287.0, 9285.0, 9280.0, 9302.0, 9321.0, 9295.0, 9333.0, 9311.0, 9317.0, 9311.0, 9304.0, 9318.0, 9307.0, 9380.0, 9313.0, 9335.0, 9297.0, 9323.0, 9308.0, 9308.0, 9324.0, 9306.0, 9382.0, 9318.0, 9353.0, 9313.0, 9329.0, 9331.0, 9314.0, 9385.0, 9345.0, 9306.0, 9309.0, 9309.0, 9334.0, 9311.0, 9379.0, 9354.0, 9361.0, 9347.0, 9268.0, 9257.0, 9284.0, 9264.0, 9286.0, 9300.0, 9296.0, 9354.0, 9305.0, 9289.0, 9276.0, 9291.0, 9275.0, 9290.0, 9297.0, 9311.0, 9336.0, 9313.0, 9308.0, 9295.0, 9317.0, 9329.0, 9339.0, 9385.0, 9361.0, 9300.0, 9300.0, 9312.0, 9288.0, 9307.0, 9323.0, 9300.0, 9361.0, 9323.0, 9344.0, 9293.0, 9292.0, 9306.0, 9310.0, 9308.0, 9313.0, 9352.0, 9314.0, 9365.0, 9310.0, 9348.0, 9288.0, 9297.0, 9287.0, 9294.0, 9289.0, 9314.0, 9306.0, 9353.0, 9290.0, 9303.0, 9298.0, 9289.0, 9298.0, 9324.0, 9320.0, 9337.0, 9325.0, 9276.0, 9294.0, 9274.0, 9298.0, 9296.0, 9312.0, 9293.0, 9297.0, 9316.0, 9354.0, 9348.0, 9384.0, 9370.0, 9305.0, 9298.0, 9288.0, 9322.0, 9288.0, 9368.0, 9329.0, 9349.0, 9266.0, 9281.0, 9242.0, 9261.0, 9267.0, 9261.0, 9258.0, 9258.0, 9261.0, 9290.0, 9302.0, 9284.0, 9299.0, 9337.0, 9306.0, 9290.0, 9277.0, 9279.0, 9309.0, 9291.0, 9351.0, 9338.0, 9343.0, 9358.0, 9274.0, 9295.0, 9267.0, 9292.0, 9262.0, 9232.0, 9295.0, 9263.0, 9354.0, 9267.0, 9314.0, 9264.0, 9264.0, 9262.0, 9273.0, 9309.0, 9288.0, 9314.0, 9364.0, 9292.0, 9323.0, 9285.0, 9309.0, 9271.0, 9290.0, 9266.0, 9308.0, 9324.0, 9250.0, 9319.0, 9255.0, 9277.0, 9305.0, 9295.0, 9264.0, 9254.0, 9287.0, 9290.0, 9286.0, 9288.0, 9308.0, 9342.0, 9351.0, 9324.0, 9295.0, 9321.0, 9305.0, 9328.0, 9309.0, 9351.0, 9316.0, 9371.0, 9311.0, 9294.0, 9314.0, 9313.0, 9323.0, 9301.0, 9363.0, 9317.0, 9350.0, 9314.0, 9342.0, 9328.0, 9304.0, 9327.0, 9294.0, 9303.0, 9306.0, 9317.0, 9311.0, 9358.0, 9337.0, 9303.0, 9303.0, 9292.0, 9313.0, 9307.0, 9339.0, 9310.0, 9344.0, 9338.0, 9288.0, 9289.0, 9286.0, 9282.0, 9290.0, 9338.0, 9290.0, 9308.0, 9290.0, 9291.0, 9303.0, 9276.0, 9364.0, 9291.0, 9317.0, 9308.0, 9312.0, 9307.0, 9330.0, 9311.0, 9291.0, 9343.0, 9274.0, 9306.0, 9305.0, 9304.0, 9308.0, 9300.0, 9361.0, 9313.0, 9402.0, 9410.0, 9379.0, 9323.0, 9297.0, 9302.0, 9304.0, 9293.0, 9323.0, 9307.0, 9348.0, 9292.0, 9342.0, 9302.0, 9335.0, 9296.0, 9314.0, 9257.0, 9290.0, 9254.0, 9275.0, 9237.0, 9249.0, 9252.0, 9234.0, 9228.0, 9239.0, 9234.0, 9241.0, 9236.0, 9256.0, 9286.0, 9272.0, 9279.0, 9281.0, 9252.0, 9271.0, 9289.0, 9282.0, 9287.0, 9298.0, 9288.0, 9324.0, 9311.0, 9358.0, 9334.0, 9296.0, 9291.0, 9297.0, 9271.0, 9283.0, 9282.0, 9283.0, 9328.0, 9287.0, 9354.0, 9273.0, 9307.0, 9284.0, 9263.0, 9280.0, 9285.0, 9285.0, 9284.0, 9299.0, 9292.0, 9355.0, 9290.0, 9340.0, 9301.0, 9284.0, 9317.0, 9298.0, 9303.0, 9294.0, 9314.0, 9292.0, 9311.0, 9320.0, 9290.0, 9283.0, 9289.0, 9288.0, 9328.0, 9307.0, 9351.0, 9305.0, 9333.0, 9305.0, 9287.0, 9324.0, 9314.0, 9340.0, 9337.0, 9397.0, 9346.0, 9310.0, 9326.0, 9323.0, 9324.0, 9312.0, 9385.0, 9354.0, 9355.0, 9318.0, 9274.0, 9290.0, 9285.0, 9282.0, 9300.0, 9310.0, 9312.0, 9342.0, 9322.0, 9288.0, 9287.0, 9303.0, 9298.0, 9305.0, 9336.0, 9286.0, 9333.0, 9326.0, 9319.0, 9266.0, 9259.0, 9266.0, 9274.0, 9265.0, 9275.0, 9274.0, 9284.0, 9279.0, 9301.0, 9303.0, 9306.0, 9325.0, 9304.0, 9283.0, 9303.0, 9272.0, 9307.0, 9296.0, 9310.0, 9307.0, 9304.0, 9327.0, 9326.0, 9347.0, 9340.0, 9335.0, 9327.0, 9341.0, 9308.0, 9345.0, 9338.0, 9332.0, 9364.0, 9371.0, 9313.0, 9318.0, 9321.0, 9318.0, 9326.0, 9351.0, 9325.0, 9375.0, 9323.0, 9300.0, 9300.0, 9303.0, 9302.0, 9301.0, 9328.0, 9301.0, 9352.0, 9300.0, 9336.0, 9296.0, 9291.0, 9301.0, 9292.0, 9299.0, 9283.0, 9286.0, 9298.0, 9286.0, 9304.0, 9306.0, 9310.0, 9357.0, 9290.0, 9272.0, 9302.0, 9307.0, 9289.0, 9307.0, 9316.0, 9323.0, 9354.0, 9350.0, 9338.0, 9300.0, 9309.0, 9281.0, 9281.0, 9324.0, 9269.0, 9350.0, 9284.0, 9275.0, 9295.0, 9274.0, 9298.0, 9328.0, 9307.0, 9325.0, 9319.0, 9276.0, 9303.0, 9289.0, 9319.0, 9306.0, 9336.0, 9302.0, 9322.0, 9288.0, 9286.0, 9303.0, 9303.0, 9302.0, 9315.0, 9311.0, 9355.0, 9302.0, 9324.0, 9314.0, 9283.0, 9301.0, 9282.0, 9290.0, 9325.0, 9312.0, 9294.0, 9283.0, 9295.0, 9273.0, 9287.0, 9340.0, 9282.0, 9337.0, 9298.0, 9264.0, 9300.0, 9312.0, 9308.0, 9341.0, 9324.0, 9311.0, 9315.0, 9294.0, 9299.0, 9335.0, 9315.0, 9320.0, 9297.0, 9280.0, 9279.0, 9285.0, 9285.0, 9302.0, 9342.0, 9291.0, 9340.0, 9301.0, 9312.0, 9298.0, 9308.0, 9300.0, 9310.0, 9315.0, 9298.0, 9300.0, 9264.0, 9264.0, 9281.0, 9277.0, 9294.0, 9303.0, 9297.0, 9334.0, 9282.0, 9305.0, 9280.0, 9302.0, 9289.0, 9323.0, 9283.0, 9315.0, 9269.0, 9260.0, 9276.0, 9244.0, 9280.0, 9269.0, 9284.0, 9284.0, 9285.0, 9283.0, 9269.0, 9302.0, 9296.0, 9305.0, 9313.0, 9301.0, 9313.0, 9322.0, 9331.0, 9322.0, 9310.0, 9307.0, 9302.0, 9284.0, 9316.0, 9315.0, 9319.0, 9345.0, 9331.0, 9304.0, 9304.0, 9310.0, 9322.0, 9310.0, 9321.0, 9365.0, 9303.0, 9301.0, 9298.0, 9294.0, 9289.0, 9324.0, 9307.0, 9340.0, 9293.0, 9279.0, 9282.0, 9295.0, 9295.0, 9301.0, 9322.0, 9304.0, 9352.0, 9304.0, 9269.0, 9281.0, 9279.0, 9279.0, 9282.0, 9284.0, 9284.0, 9346.0, 9268.0, 9292.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.0022162220149253733</td></tr>
<tr><td colspan=3>aqi</td><td>0.022062599906716416</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.9888010035574</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3003760590849665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0358859715966378</td></tr>
<tr><td colspan=3>efc</td><td>0.461</td></tr>
<tr><td colspan=3>fber</td><td>6517.6436</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0854879302831562</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.425373134328358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4446210900594636</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.377433397863025</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.68262620876848</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273803663546886</td></tr>
<tr><td colspan=3>gcor</td><td>0.00917387</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0142567940056324</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02957073599100113</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>3.7222131907206846</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.1791</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.1204</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.391</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1598</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.6645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3390.8936</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.8913</td></tr>
<tr><td colspan=3>tsnr</td><td>39.68522783392109</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>