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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:57:47.445000</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.999993, -0.000892317, 0.00368918, 0.00104718, 0.999109, -0.0421916]</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.079658</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7754, -7252, 485, -66, -10, -75, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d22d37fb-ef93-4434-96aa-6b31f453ab55||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.6829075813293457, 0.0028095138259232044, 0.009850268252193928, 116.09673309326172], [0.0023940219543874264, 2.6805362701416016, -0.11392701417207718, -89.87918090820312], [0.00989780854433775, 0.11319706588983536, 2.6975772380828857, -53.57762908935547], [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': ['155747.445000', '155747.905000', '155748.365000', '155748.825000', '155749.285000', '155749.745000', '155750.205000', '155750.665000', '155751.125000', '155751.585000', '155752.045000', '155752.505000', '155752.965000', '155753.425000', '155753.885000', '155754.345000', '155754.805000', '155755.265000', '155755.725000', '155756.185000', '155756.645000', '155757.105000', '155757.565000', '155758.025000', '155758.485000', '155758.945000', '155759.405000', '155759.865000', '155800.325000', '155800.785000', '155801.245000', '155801.705000', '155802.165000', '155802.625000', '155803.085000', '155803.545000', '155804.005000', '155804.465000', '155804.925000', '155805.385000', '155805.845000', '155806.305000', '155806.765000', '155807.225000', '155807.685000', '155808.145000', '155808.605000', '155809.065000', '155809.525000', '155809.985000', '155810.445000', '155810.905000', '155811.365000', '155811.825000', '155812.285000', '155812.745000', '155813.205000', '155813.665000', '155814.125000', '155814.585000', '155815.045000', '155815.505000', '155815.965000', '155816.425000', '155816.885000', '155817.345000', '155817.805000', '155818.265000', '155818.725000', '155819.185000', '155819.645000', '155820.105000', '155820.565000', '155821.025000', '155821.485000', '155821.945000', '155822.405000', '155822.865000', '155823.325000', '155823.785000', '155824.245000', '155824.705000', '155825.165000', '155825.625000', '155826.085000', '155826.545000', '155827.005000', '155827.465000', '155827.925000', '155828.385000', '155828.845000', '155829.305000', '155829.765000', '155830.225000', '155830.685000', '155831.145000', '155831.605000', '155832.065000', '155832.525000', '155832.985000', '155833.445000', '155833.905000', '155834.365000', '155834.825000', '155835.285000', '155835.745000', '155836.205000', '155836.665000', '155837.125000', '155837.585000', '155838.045000', '155838.505000', '155838.965000', '155839.425000', '155839.885000', '155840.345000', '155840.805000', '155841.265000', '155841.725000', '155842.185000', '155842.645000', '155843.105000', '155843.565000', '155844.025000', '155844.485000', '155844.945000', '155845.405000', '155845.865000', '155846.325000', '155846.785000', '155847.245000', '155847.705000', '155848.165000', '155848.625000', '155849.085000', '155849.545000', '155850.005000', '155850.465000', '155850.925000', '155851.385000', '155851.845000', '155852.305000', '155852.765000', '155853.225000', '155853.685000', '155854.145000', '155854.605000', '155855.065000', '155855.525000', '155855.985000', '155856.445000', '155856.905000', '155857.365000', '155857.825000', '155858.285000', '155858.745000', '155859.205000', '155859.665000', '155900.125000', '155900.585000', '155901.045000', '155901.505000', '155901.965000', '155902.425000', '155902.885000', '155903.345000', '155903.805000', '155904.265000', '155904.725000', '155905.185000', '155905.645000', '155906.105000', '155906.565000', '155907.025000', '155907.485000', '155907.945000', '155908.405000', '155908.865000', '155909.325000', '155909.785000', '155910.245000', '155910.705000', '155911.165000', '155911.625000', '155912.085000', '155912.545000', '155913.005000', '155913.465000', '155913.925000', '155914.385000', '155914.845000', '155915.305000', '155915.765000', '155916.225000', '155916.685000', '155917.145000', '155917.605000', '155918.065000', '155918.525000', '155918.985000', '155919.445000', '155919.905000', '155920.365000', '155920.825000', '155921.285000', '155921.745000', '155922.205000', '155922.665000', '155923.125000', '155923.585000', '155924.045000', '155924.505000', '155924.965000', '155925.425000', '155925.885000', '155926.345000', '155926.805000', '155927.265000', '155927.725000', '155928.185000', '155928.645000', '155929.105000', '155929.565000', '155930.025000', '155930.485000', '155930.945000', '155931.405000', '155931.865000', '155932.325000', '155932.785000', '155933.245000', '155933.705000', '155934.165000', '155934.625000', '155935.085000', '155935.545000', '155936.005000', '155936.465000', '155936.925000', '155937.385000', '155937.845000', '155938.305000', '155938.765000', '155939.225000', '155939.685000', '155940.145000', '155940.605000', '155941.065000', '155941.525000', '155941.985000', '155942.445000', '155942.905000', '155943.365000', '155943.825000', '155944.285000', '155944.745000', '155945.205000', '155945.665000', '155946.125000', '155946.585000', '155947.045000', '155947.505000', '155947.965000', '155948.425000', '155948.885000', '155949.345000', '155949.805000', '155950.265000', '155950.725000', '155951.185000', '155951.645000', '155952.105000', '155952.565000', '155953.025000', '155953.485000', '155953.945000', '155954.405000', '155954.865000', '155955.325000', '155955.785000', '155956.245000', '155956.705000', '155957.165000', '155957.625000', '155958.085000', '155958.545000', '155959.005000', '155959.465000', '155959.925000', '160000.385000', '160000.845000', '160001.305000', '160001.765000', '160002.225000', '160002.685000', '160003.145000', '160003.605000', '160004.065000', '160004.525000', '160004.985000', '160005.445000', '160005.905000', '160006.365000', '160006.825000', '160007.285000', '160007.745000', '160008.205000', '160008.665000', '160009.125000', '160009.585000', '160010.045000', '160010.505000', '160010.965000', '160011.425000', '160011.885000', '160012.345000', '160012.805000', '160013.265000', '160013.725000', '160014.185000', '160014.645000', '160015.105000', '160015.565000', '160016.025000', '160016.485000', '160016.945000', '160017.405000', '160017.865000', '160018.325000', '160018.785000', '160019.245000', '160019.705000', '160020.165000', '160020.625000', '160021.085000', '160021.545000', '160022.005000', '160022.465000', '160022.925000', '160023.385000', '160023.845000', '160024.305000', '160024.765000', '160025.225000', '160025.685000', '160026.145000', '160026.605000', '160027.065000', '160027.525000', '160027.985000', '160028.445000', '160028.905000', '160029.365000', '160029.825000', '160030.285000', '160030.745000', '160031.205000', '160031.665000', '160032.125000', '160032.585000', '160033.045000', '160033.505000', '160033.965000', '160034.425000', '160034.885000', '160035.345000', '160035.805000', '160036.265000', '160036.725000', '160037.185000', '160037.645000', '160038.105000', '160038.565000', '160039.025000', '160039.485000', '160039.945000', '160040.405000', '160040.865000', '160041.325000', '160041.785000', '160042.245000', '160042.705000', '160043.165000', '160043.625000', '160044.085000', '160044.545000', '160045.005000', '160045.465000', '160045.925000', '160046.385000', '160046.845000', '160047.305000', '160047.765000', '160048.225000', '160048.685000', '160049.145000', '160049.605000', '160050.065000', '160050.525000', '160050.985000', '160051.445000', '160051.905000', '160052.365000', '160052.825000', '160053.285000', '160053.745000', '160054.205000', '160054.665000', '160055.125000', '160055.585000', '160056.045000', '160056.505000', '160056.965000', '160057.425000', '160057.885000', '160058.345000', '160058.805000', '160059.265000', '160059.725000', '160100.185000', '160100.645000', '160101.105000', '160101.565000', '160102.025000', '160102.485000', '160102.945000', '160103.405000', '160103.865000', '160104.325000', '160104.785000', '160105.245000', '160105.705000', '160106.165000', '160106.625000', '160107.085000', '160107.545000', '160108.005000', '160108.465000', '160108.925000', '160109.385000', '160109.845000', '160110.305000', '160110.765000', '160111.225000', '160111.685000', '160112.145000', '160112.605000', '160113.065000', '160113.525000', '160113.985000', '160114.445000', '160114.905000', '160115.365000', '160115.825000', '160116.285000', '160116.745000', '160117.205000', '160117.665000', '160118.125000', '160118.585000', '160119.045000', '160119.505000', '160119.965000', '160120.425000', '160120.885000', '160121.345000', '160121.805000', '160122.265000', '160122.725000', '160123.185000', '160123.645000', '160124.105000', '160124.565000', '160125.025000', '160125.485000', '160125.945000', '160126.405000', '160126.865000', '160127.325000', '160127.785000', '160128.245000', '160128.705000', '160129.165000', '160129.625000', '160130.085000', '160130.545000', '160131.005000', '160131.465000', '160131.925000', '160132.385000', '160132.845000', '160133.305000', '160133.765000', '160134.225000', '160134.685000', '160135.145000', '160135.605000', '160136.065000', '160136.525000', '160136.985000', '160137.445000', '160137.905000', '160138.365000', '160138.825000', '160139.285000', '160139.745000', '160140.205000', '160140.665000', '160141.125000', '160141.585000', '160142.045000', '160142.505000', '160142.965000', '160143.425000', '160143.885000', '160144.345000', '160144.805000', '160145.265000', '160145.725000', '160146.185000', '160146.645000', '160147.105000', '160147.565000', '160148.025000', '160148.485000', '160148.945000', '160149.405000', '160149.865000', '160150.325000', '160150.785000', '160151.245000', '160151.705000', '160152.165000', '160152.625000', '160153.085000', '160153.545000', '160154.005000', '160154.465000', '160154.925000', '160155.385000', '160155.845000', '160156.305000', '160156.765000', '160157.225000', '160157.685000', '160158.145000', '160158.605000', '160159.065000', '160159.525000', '160159.985000', '160200.445000', '160200.905000', '160201.365000', '160201.825000', '160202.285000', '160202.745000', '160203.205000', '160203.665000', '160204.125000', '160204.585000', '160205.045000', '160205.505000', '160205.965000', '160206.425000', '160206.885000', '160207.345000', '160207.805000', '160208.265000', '160208.725000', '160209.185000', '160209.645000', '160210.105000', '160210.565000', '160211.025000', '160211.485000', '160211.945000', '160212.405000', '160212.865000', '160213.325000', '160213.785000', '160214.245000', '160214.705000', '160215.165000', '160215.625000', '160216.085000', '160216.545000', '160217.005000', '160217.465000', '160217.925000', '160218.385000', '160218.845000', '160219.305000', '160219.765000', '160220.225000', '160220.685000', '160221.145000', '160221.605000', '160222.065000', '160222.525000', '160222.985000', '160223.445000', '160223.905000', '160224.365000', '160224.825000', '160225.285000', '160225.745000', '160226.205000', '160226.665000', '160227.125000', '160227.585000', '160228.045000', '160228.505000', '160228.965000', '160229.425000', '160229.885000', '160230.345000', '160230.805000', '160231.265000', '160231.725000', '160232.185000', '160232.645000', '160233.105000', '160233.565000', '160234.025000', '160234.485000', '160234.945000', '160235.405000', '160235.865000', '160236.325000', '160236.785000', '160237.245000', '160237.705000', '160238.165000', '160238.625000', '160239.085000', '160239.545000', '160240.005000', '160240.465000', '160240.925000', '160241.385000', '160241.845000', '160242.305000', '160242.765000', '160243.225000', '160243.685000', '160244.145000', '160244.605000', '160245.065000', '160245.525000', '160245.985000', '160246.445000', '160246.905000', '160247.365000', '160247.825000', '160248.285000', '160248.745000', '160249.205000', '160249.665000', '160250.125000', '160250.585000', '160251.045000', '160251.505000', '160251.965000', '160252.425000', '160252.885000', '160253.345000', '160253.805000', '160254.265000', '160254.725000', '160255.185000', '160255.645000', '160256.105000', '160256.565000', '160257.025000', '160257.485000', '160257.945000', '160258.405000', '160258.865000', '160259.325000', '160259.785000', '160300.245000', '160300.705000', '160301.165000', '160301.625000', '160302.085000', '160302.545000', '160303.005000', '160303.465000', '160303.925000', '160304.385000', '160304.845000', '160305.305000', '160305.765000', '160306.225000', '160306.685000', '160307.145000', '160307.605000', '160308.065000', '160308.525000', '160308.985000', '160309.445000', '160309.905000', '160310.365000', '160310.825000', '160311.285000', '160311.745000', '160312.205000', '160312.665000', '160313.125000', '160313.585000', '160314.045000', '160314.505000', '160314.965000', '160315.425000', '160315.885000', '160316.345000', '160316.805000', '160317.265000', '160317.725000', '160318.185000', '160318.645000', '160319.105000', '160319.565000', '160320.025000', '160320.485000', '160320.945000', '160321.405000', '160321.865000', '160322.325000', '160322.785000', '160323.245000', '160323.705000', '160324.165000', '160324.625000', '160325.085000', '160325.545000', '160326.005000', '160326.465000', '160326.925000', '160327.385000', '160327.845000', '160328.305000', '160328.765000', '160329.225000', '160329.685000', '160330.145000', '160330.605000', '160331.065000', '160331.525000', '160331.985000', '160332.445000', '160332.905000', '160333.365000', '160333.825000', '160334.285000', '160334.745000', '160335.205000', '160335.665000', '160336.125000', '160336.585000', '160337.045000', '160337.505000', '160337.965000', '160338.425000', '160338.885000', '160339.345000', '160339.805000', '160340.265000', '160340.725000', '160341.185000', '160341.645000', '160342.105000', '160342.565000', '160343.025000', '160343.485000', '160343.945000', '160344.405000', '160344.865000', '160345.325000', '160345.785000', '160346.245000', '160346.705000', '160347.165000', '160347.625000', '160348.085000', '160348.545000', '160349.005000', '160349.465000', '160349.925000', '160350.385000', '160350.845000', '160351.305000', '160351.765000', '160352.225000', '160352.685000', '160353.145000', '160353.605000', '160354.065000', '160354.525000', '160354.985000', '160355.445000', '160355.905000', '160356.365000', '160356.825000', '160357.285000', '160357.745000', '160358.205000', '160358.665000', '160359.125000', '160359.585000', '160400.045000', '160400.505000', '160400.965000', '160401.425000', '160401.885000', '160402.345000', '160402.805000', '160403.265000', '160403.725000', '160404.185000', '160404.645000', '160405.105000', '160405.565000', '160406.025000', '160406.485000', '160406.945000', '160407.405000', '160407.865000', '160408.325000', '160408.785000', '160409.245000', '160409.705000', '160410.165000', '160410.625000', '160411.085000', '160411.545000', '160412.005000', '160412.465000', '160412.925000', '160413.385000', '160413.845000', '160414.305000', '160414.765000', '160415.225000', '160415.685000', '160416.145000', '160416.605000', '160417.065000', '160417.525000', '160417.985000', '160418.445000', '160418.905000', '160419.365000', '160419.825000', '160420.285000', '160420.745000', '160421.205000', '160421.665000', '160422.125000', '160422.585000', '160423.045000', '160423.505000', '160423.965000', '160424.425000', '160424.885000', '160425.345000', '160425.805000', '160426.265000', '160426.725000', '160427.185000', '160427.645000', '160428.105000', '160428.565000', '160429.025000', '160429.485000', '160429.945000', '160430.405000', '160430.865000', '160431.325000', '160431.785000', '160432.245000', '160432.705000', '160433.165000', '160433.625000', '160434.085000', '160434.545000', '160435.005000', '160435.465000', '160435.925000', '160436.385000', '160436.845000', '160437.305000', '160437.765000', '160438.225000', '160438.685000', '160439.145000', '160439.605000', '160440.065000', '160440.525000', '160440.985000', '160441.445000', '160441.905000', '160442.365000', '160442.825000', '160443.285000', '160443.745000', '160444.205000', '160444.665000', '160445.125000', '160445.585000', '160446.045000', '160446.505000', '160446.965000', '160447.425000', '160447.885000', '160448.345000', '160448.805000', '160449.265000', '160449.725000', '160450.185000', '160450.645000', '160451.105000', '160451.565000', '160452.025000', '160452.485000', '160452.945000', '160453.405000', '160453.865000', '160454.325000', '160454.785000', '160455.245000', '160455.705000', '160456.165000', '160456.625000', '160457.085000', '160457.545000', '160458.005000', '160458.465000', '160458.925000', '160459.385000', '160459.845000', '160500.305000', '160500.765000', '160501.225000', '160501.685000', '160502.145000', '160502.605000', '160503.065000', '160503.525000', '160503.985000', '160504.445000', '160504.905000', '160505.365000', '160505.825000', '160506.285000', '160506.745000', '160507.205000', '160507.665000', '160508.125000', '160508.585000', '160509.045000', '160509.505000', '160509.965000', '160510.425000', '160510.885000', '160511.345000', '160511.805000', '160512.265000', '160512.725000', '160513.185000', '160513.645000', '160514.105000', '160514.565000', '160515.025000', '160515.485000', '160515.945000', '160516.405000', '160516.865000', '160517.325000', '160517.785000', '160518.245000', '160518.705000', '160519.165000', '160519.625000', '160520.085000', '160520.545000', '160521.005000', '160521.465000', '160521.925000', '160522.385000', '160522.845000', '160523.305000', '160523.765000', '160524.225000', '160524.685000', '160525.145000', '160525.605000', '160526.065000', '160526.525000', '160526.985000', '160527.445000', '160527.905000', '160528.365000', '160528.825000', '160529.285000', '160529.745000', '160530.205000', '160530.665000', '160531.125000', '160531.585000', '160532.045000', '160532.505000', '160532.965000', '160533.425000', '160533.885000', '160534.345000', '160534.805000', '160535.265000', '160535.725000', '160536.185000', '160536.645000', '160537.105000', '160537.565000', '160538.025000', '160538.485000', '160538.945000', '160539.405000', '160539.865000', '160540.325000', '160540.785000', '160541.245000', '160541.705000', '160542.165000', '160542.625000', '160543.085000', '160543.545000', '160544.005000', '160544.465000', '160544.925000', '160545.385000', '160545.845000', '160546.305000', '160546.765000', '160547.225000', '160547.685000', '160548.145000', '160548.605000', '160549.065000', '160549.525000', '160549.985000', '160550.445000', '160550.905000', '160551.365000', '160551.825000', '160552.285000', '160552.745000', '160553.205000', '160553.665000', '160554.125000', '160554.585000', '160555.045000', '160555.505000', '160555.965000', '160556.425000', '160556.885000', '160557.345000', '160557.805000', '160558.265000', '160558.725000', '160559.185000', '160559.645000', '160600.105000', '160600.565000'], 'ContentTime': ['155808.968000', '155808.971000', '155808.974000', '155808.977000', '155808.980000', '155808.983000', '155808.986000', '155808.989000', '155808.992000', '155808.994000', '155808.997000', '155809.001000', '155809.007000', '155809.010000', '155809.013000', '155809.015000', '155809.018000', '155809.021000', '155809.024000', '155809.027000', '155809.030000', '155809.033000', '155809.036000', '155809.038000', '155809.041000', '155809.044000', '155809.047000', '155809.050000', '155809.053000', '155809.055000', '155809.058000', '155809.061000', '155809.064000', '155809.067000', '155809.070000', '155809.073000', '155809.075000', '155809.078000', '155809.081000', '155809.084000', '155809.087000', '155809.099000', '155809.102000', '155809.105000', '155809.108000', '155828.936000', '155828.939000', '155828.942000', '155828.945000', '155828.948000', '155828.950000', '155828.953000', '155828.956000', '155828.959000', '155828.962000', '155828.965000', '155828.968000', '155828.970000', '155828.973000', '155828.976000', '155828.979000', '155828.982000', '155828.984000', '155828.987000', '155828.990000', '155828.993000', '155828.996000', '155829.000000', '155829.003000', '155829.005000', '155829.008000', '155829.011000', '155829.014000', '155829.023000', '155829.025000', '155829.028000', '155829.031000', '155829.034000', '155829.037000', '155829.040000', '155829.043000', '155829.046000', '155829.048000', '155829.051000', '155829.054000', '155829.057000', '155829.060000', '155829.063000', '155829.066000', '155848.936000', '155848.946000', '155848.949000', '155848.952000', '155848.956000', '155848.959000', '155848.961000', '155848.964000', '155848.967000', '155848.970000', '155848.973000', '155848.976000', '155848.979000', '155848.981000', '155848.984000', '155848.987000', '155848.990000', '155848.993000', '155848.995000', '155848.998000', '155849.002000', '155849.005000', '155849.008000', '155849.011000', '155849.014000', '155849.017000', '155849.036000', '155849.039000', '155849.042000', '155849.045000', '155849.048000', '155849.050000', '155849.053000', '155849.056000', '155849.059000', '155849.062000', '155849.065000', '155849.068000', '155849.071000', '155849.074000', '155849.076000', '155849.079000', '155849.082000', '155908.935000', '155908.938000', '155908.941000', '155908.944000', '155908.947000', '155908.950000', '155908.952000', '155908.955000', '155908.958000', '155908.961000', '155908.964000', '155908.967000', '155908.970000', '155908.973000', '155908.975000', '155908.978000', '155908.987000', '155908.990000', '155908.993000', '155908.996000', '155909.000000', '155909.003000', '155909.005000', '155909.008000', '155909.011000', '155909.014000', '155909.017000', '155909.020000', '155909.023000', '155909.031000', '155909.034000', '155909.037000', '155909.048000', '155909.051000', '155909.054000', '155909.057000', '155909.060000', '155909.063000', '155909.066000', '155909.068000', '155909.071000', '155909.074000', '155909.077000', '155909.080000', '155928.936000', '155928.939000', '155928.942000', '155928.945000', '155928.948000', '155928.950000', '155928.953000', '155928.956000', '155928.959000', '155928.962000', '155928.965000', '155928.968000', '155928.970000', '155928.973000', '155928.976000', '155928.979000', '155928.982000', '155928.985000', '155928.987000', '155928.990000', '155928.993000', '155929.002000', '155929.005000', '155929.008000', '155929.010000', '155929.013000', '155929.016000', '155929.019000', '155929.022000', '155929.025000', '155929.028000', '155929.030000', '155929.033000', '155929.036000', '155929.039000', '155929.042000', '155929.045000', '155929.048000', '155929.051000', '155929.054000', '155929.057000', '155929.060000', '155929.063000', '155948.936000', '155948.939000', '155948.942000', '155948.944000', '155948.947000', '155948.950000', '155948.953000', '155948.956000', '155948.959000', '155948.962000', '155948.965000', '155948.967000', '155948.970000', '155948.973000', '155948.976000', '155948.979000', '155948.982000', '155948.985000', '155948.988000', '155948.990000', '155948.993000', '155948.996000', '155949.000000', '155949.003000', '155949.006000', '155949.009000', '155949.011000', '155949.014000', '155949.017000', '155949.020000', '155949.023000', '155949.026000', '155949.029000', '155949.031000', '155949.034000', '155949.050000', '155949.053000', '155949.055000', '155949.058000', '155949.061000', '155949.064000', '155949.067000', '155949.070000', '155949.072000', '160008.936000', '160008.939000', '160008.942000', '160008.945000', '160008.948000', '160008.951000', '160008.954000', '160008.956000', '160008.959000', '160008.962000', '160008.965000', '160008.968000', '160008.971000', '160008.973000', '160008.976000', '160008.979000', '160008.982000', '160008.985000', '160008.988000', '160008.992000', '160008.995000', '160008.998000', '160009.002000', '160009.005000', '160009.007000', '160009.010000', '160009.013000', '160009.016000', '160009.019000', '160009.022000', '160009.025000', '160009.028000', '160009.031000', '160009.034000', '160009.037000', '160009.039000', '160009.042000', '160009.045000', '160009.048000', '160009.051000', '160009.054000', '160009.057000', '160009.060000', '160028.936000', '160028.939000', '160028.942000', '160028.945000', '160028.948000', '160028.950000', '160028.953000', '160028.956000', '160028.959000', '160028.962000', '160028.965000', '160028.968000', '160028.971000', '160028.973000', '160028.976000', '160028.979000', '160028.982000', '160028.985000', '160028.988000', '160028.991000', '160028.994000', '160028.996000', '160029.000000', '160029.003000', '160029.006000', '160029.009000', '160029.012000', '160029.015000', '160029.017000', '160029.020000', '160029.023000', '160029.026000', '160029.029000', '160029.032000', '160029.035000', '160029.038000', '160029.040000', '160029.043000', '160029.046000', '160029.049000', '160029.052000', '160029.055000', '160029.061000', '160029.064000', '160048.936000', '160048.939000', '160048.942000', '160048.945000', '160048.948000', '160048.953000', '160048.956000', '160048.959000', '160048.962000', '160048.965000', '160048.967000', '160048.970000', '160048.973000', '160048.976000', '160048.979000', '160048.982000', '160048.984000', '160048.987000', '160048.990000', '160048.993000', '160048.996000', '160049.000000', '160049.003000', '160049.005000', '160049.008000', '160049.011000', '160049.014000', '160049.017000', '160049.020000', '160049.023000', '160049.025000', '160049.028000', '160049.031000', '160049.034000', '160049.037000', '160049.040000', '160049.043000', '160049.045000', '160049.048000', '160049.051000', '160049.054000', '160049.057000', '160049.060000', '160108.936000', '160108.939000', '160108.942000', '160108.945000', '160108.948000', '160108.950000', '160108.953000', '160108.956000', '160108.959000', '160108.962000', '160108.965000', '160108.968000', '160108.971000', '160108.973000', '160108.976000', '160108.979000', '160108.982000', '160108.985000', '160108.993000', '160108.996000', '160108.998000', '160109.002000', '160109.005000', '160109.008000', '160109.011000', '160109.014000', '160109.017000', '160109.020000', '160109.022000', '160109.025000', '160109.028000', '160109.031000', '160109.034000', '160109.037000', '160109.040000', '160109.043000', '160109.045000', '160109.048000', '160109.052000', '160109.054000', '160109.057000', '160109.060000', '160109.063000', '160109.066000', '160128.935000', '160128.938000', '160128.941000', '160128.944000', '160128.947000', '160128.950000', '160128.953000', '160128.955000', '160128.959000', '160128.961000', '160128.964000', '160128.967000', '160128.970000', '160128.973000', '160128.975000', '160128.978000', '160128.981000', '160128.984000', '160128.987000', '160128.990000', '160128.993000', '160128.996000', '160128.998000', '160129.002000', '160129.005000', '160129.008000', '160129.011000', '160129.014000', '160129.017000', '160129.020000', '160129.039000', '160129.042000', '160129.045000', '160129.048000', '160129.051000', '160129.054000', '160129.057000', '160129.060000', '160129.063000', '160129.065000', '160129.068000', '160129.071000', '160129.074000', '160148.936000', '160148.939000', '160148.942000', '160148.945000', '160148.948000', '160148.951000', '160148.953000', '160148.956000', '160148.959000', '160148.962000', '160148.965000', '160148.968000', '160148.971000', '160148.973000', '160148.976000', '160148.979000', '160148.982000', '160148.985000', '160148.988000', '160148.991000', '160148.993000', '160148.996000', '160149.000000', '160149.003000', '160149.006000', '160149.009000', '160149.012000', '160149.015000', '160149.018000', '160149.021000', '160149.023000', '160149.026000', '160149.029000', '160149.032000', '160149.035000', '160149.038000', '160149.044000', '160149.048000', '160149.059000', '160149.062000', '160149.065000', '160149.068000', '160149.071000', '160149.073000', '160208.936000', '160208.939000', '160208.942000', '160208.945000', '160208.948000', '160208.950000', '160208.953000', '160208.956000', '160208.959000', '160208.962000', '160208.965000', '160208.968000', '160208.971000', '160208.973000', '160208.976000', '160208.979000', '160208.982000', '160208.985000', '160208.988000', '160208.991000', '160208.994000', '160208.996000', '160209.000000', '160209.003000', '160209.006000', '160209.009000', '160209.012000', '160209.015000', '160209.018000', '160209.020000', '160209.023000', '160209.026000', '160209.029000', '160209.032000', '160209.035000', '160209.038000', '160209.040000', '160209.043000', '160209.046000', '160209.049000', '160209.052000', '160209.055000', '160209.057000', '160228.936000', '160228.939000', '160228.943000', '160228.946000', '160228.949000', '160228.952000', '160228.955000', '160228.957000', '160228.960000', '160228.963000', '160228.966000', '160228.969000', '160228.972000', '160228.975000', '160228.978000', '160228.986000', '160228.989000', '160228.992000', '160228.994000', '160228.997000', '160229.001000', '160229.004000', '160229.007000', '160229.010000', '160229.013000', '160229.016000', '160229.018000', '160229.021000', '160229.024000', '160229.027000', '160229.030000', '160229.033000', '160229.036000', '160229.039000', '160229.041000', '160229.044000', '160229.047000', '160229.050000', '160229.053000', '160229.055000', '160229.058000', '160229.061000', '160229.064000', '160248.936000', '160248.939000', '160248.942000', '160248.945000', '160248.948000', '160248.951000', '160248.953000', '160248.956000', '160248.959000', '160248.962000', '160248.965000', '160248.968000', '160248.970000', '160248.973000', '160248.976000', '160248.979000', '160248.982000', '160248.985000', '160248.988000', '160248.991000', '160248.993000', '160248.996000', '160249.000000', '160249.003000', '160249.006000', '160249.009000', '160249.011000', '160249.014000', '160249.017000', '160249.020000', '160249.023000', '160249.026000', '160249.029000', '160249.031000', '160249.034000', '160249.037000', '160249.040000', '160249.043000', '160249.046000', '160249.049000', '160249.052000', '160249.054000', '160249.057000', '160249.060000', '160308.936000', '160308.939000', '160308.942000', '160308.945000', '160308.948000', '160308.950000', '160308.953000', '160308.956000', '160308.959000', '160308.962000', '160308.965000', '160308.968000', '160308.971000', '160308.974000', '160308.977000', '160308.980000', '160308.982000', '160308.985000', '160308.988000', '160308.991000', '160308.994000', '160308.997000', '160309.001000', '160309.003000', '160309.006000', '160309.009000', '160309.012000', '160309.015000', '160309.018000', '160309.021000', '160309.023000', '160309.026000', '160309.029000', '160309.033000', '160309.036000', '160309.039000', '160309.042000', '160309.045000', '160309.047000', '160309.051000', '160309.053000', '160309.056000', '160309.059000', '160309.062000', '160328.936000', '160328.939000', '160328.942000', '160328.945000', '160328.948000', '160328.951000', '160328.953000', '160328.956000', '160328.959000', '160328.962000', '160328.965000', '160328.968000', '160328.970000', '160328.973000', '160328.976000', '160328.979000', '160328.982000', '160328.985000', '160328.988000', '160328.991000', '160328.993000', '160328.996000', '160329.000000', '160329.003000', '160329.006000', '160329.011000', '160329.014000', '160329.017000', '160329.019000', '160329.022000', '160329.025000', '160329.028000', '160329.031000', '160329.034000', '160329.037000', '160329.039000', '160329.042000', '160329.045000', '160329.048000', '160329.051000', '160329.054000', '160329.057000', '160329.059000', '160348.935000', '160348.938000', '160348.941000', '160348.944000', '160348.947000', '160348.950000', '160348.953000', '160348.955000', '160348.958000', '160348.961000', '160348.972000', '160348.975000', '160348.978000', '160348.981000', '160348.984000', '160348.987000', '160348.990000', '160348.992000', '160348.995000', '160348.998000', '160349.002000', '160349.005000', '160349.008000', '160349.011000', '160349.013000', '160349.016000', '160349.019000', '160349.022000', '160349.025000', '160349.028000', '160349.031000', '160349.034000', '160349.036000', '160349.039000', '160349.042000', '160349.045000', '160349.048000', '160349.051000', '160349.054000', '160349.057000', '160349.059000', '160349.062000', '160349.065000', '160408.936000', '160408.939000', '160408.942000', '160408.945000', '160408.948000', '160408.956000', '160408.959000', '160408.962000', '160408.965000', '160408.968000', '160408.971000', '160408.973000', '160408.976000', '160408.979000', '160408.982000', '160408.985000', '160408.988000', '160408.991000', '160408.993000', '160408.996000', '160409.000000', '160409.003000', '160409.006000', '160409.009000', '160409.012000', '160409.015000', '160409.017000', '160409.020000', '160409.023000', '160409.026000', '160409.029000', '160409.032000', '160409.034000', '160409.037000', '160409.040000', '160409.043000', '160409.046000', '160409.049000', '160409.052000', '160409.055000', '160409.057000', '160409.060000', '160409.063000', '160409.066000', '160428.936000', '160428.939000', '160428.942000', '160428.945000', '160428.948000', '160428.960000', '160428.963000', '160428.966000', '160428.969000', '160428.984000', '160428.987000', '160428.989000', '160428.992000', '160428.995000', '160428.998000', '160429.002000', '160429.005000', '160429.008000', '160429.010000', '160429.013000', '160429.016000', '160429.019000', '160429.022000', '160429.025000', '160429.028000', '160429.031000', '160429.033000', '160429.036000', '160429.039000', '160429.042000', '160429.045000', '160429.048000', '160429.050000', '160429.053000', '160429.056000', '160429.059000', '160429.062000', '160429.065000', '160429.068000', '160429.070000', '160429.073000', '160429.077000', '160429.079000', '160448.936000', '160448.939000', '160448.942000', '160448.945000', '160448.948000', '160448.951000', '160448.953000', '160448.956000', '160448.959000', '160448.962000', '160448.965000', '160448.968000', '160448.971000', '160448.980000', '160448.983000', '160448.986000', '160448.989000', '160448.991000', '160448.994000', '160448.997000', '160449.001000', '160449.004000', '160449.007000', '160449.010000', '160449.013000', '160449.015000', '160449.018000', '160449.021000', '160449.024000', '160449.027000', '160449.030000', '160449.033000', '160449.035000', '160449.038000', '160449.041000', '160449.044000', '160449.052000', '160449.054000', '160449.057000', '160449.060000', '160449.063000', '160449.066000', '160449.069000', '160449.072000', '160508.936000', '160508.939000', '160508.942000', '160508.945000', '160508.948000', '160508.951000', '160508.954000', '160508.957000', '160508.960000', '160508.962000', '160508.965000', '160508.968000', '160508.971000', '160508.974000', '160508.978000', '160508.980000', '160508.983000', '160508.986000', '160508.989000', '160508.992000', '160508.995000', '160508.998000', '160509.002000', '160509.005000', '160509.008000', '160509.010000', '160509.013000', '160509.016000', '160509.019000', '160509.022000', '160509.025000', '160509.028000', '160509.031000', '160509.033000', '160509.036000', '160509.039000', '160509.042000', '160509.045000', '160509.048000', '160509.051000', '160509.054000', '160509.057000', '160509.059000', '160528.936000', '160528.939000', '160528.942000', '160528.945000', '160528.948000', '160528.951000', '160528.953000', '160528.956000', '160528.959000', '160528.962000', '160528.965000', '160528.968000', '160528.971000', '160528.974000', '160528.976000', '160528.979000', '160528.982000', '160528.985000', '160528.988000', '160528.991000', '160528.994000', '160528.997000', '160528.999000', '160529.002000', '160529.005000', '160529.008000', '160529.011000', '160529.014000', '160529.017000', '160529.019000', '160529.022000', '160529.025000', '160529.028000', '160529.031000', '160529.034000', '160529.037000', '160529.039000', '160529.042000', '160529.045000', '160529.048000', '160529.051000', '160529.054000', '160529.056000', '160529.059000', '160548.935000', '160548.938000', '160548.941000', '160548.944000', '160548.947000', '160548.966000', '160548.969000', '160548.972000', '160548.975000', '160548.978000', '160548.981000', '160548.983000', '160548.986000', '160548.989000', '160548.992000', '160548.995000', '160548.998000', '160549.002000', '160549.005000', '160549.007000', '160549.011000', '160549.014000', '160549.017000', '160549.020000', '160549.023000', '160549.026000', '160549.029000', '160549.032000', '160549.035000', '160549.037000', '160549.040000', '160549.043000', '160549.046000', '160549.049000', '160549.052000', '160549.055000', '160549.058000', '160549.060000', '160549.063000', '160549.066000', '160549.069000', '160549.072000', '160549.075000', '160601.456000', '160601.460000', '160601.463000', '160601.466000', '160601.469000', '160601.472000', '160601.476000', '160601.479000', '160601.482000', '160601.485000', '160601.488000', '160601.491000', '160601.494000', '160601.497000', '160601.500000', '160601.503000', '160601.506000', '160601.509000', '160601.512000', '160601.516000', '160601.519000', '160601.522000', '160601.524000', '160601.527000', '160601.530000', '160601.533000', '160601.536000', '160601.539000'], 'InstanceCreationTime': ['155808.968000', '155808.971000', '155808.974000', '155808.977000', '155808.980000', '155808.983000', '155808.986000', '155808.989000', '155808.992000', '155808.994000', '155808.997000', '155809.001000', '155809.007000', '155809.010000', '155809.013000', '155809.015000', '155809.018000', '155809.021000', '155809.024000', '155809.027000', '155809.030000', '155809.033000', '155809.036000', '155809.038000', '155809.041000', '155809.044000', '155809.047000', '155809.050000', '155809.053000', '155809.055000', '155809.058000', '155809.061000', '155809.064000', '155809.067000', '155809.070000', '155809.073000', '155809.075000', '155809.078000', '155809.081000', '155809.084000', '155809.087000', '155809.099000', '155809.102000', '155809.105000', '155809.108000', '155828.936000', '155828.939000', '155828.942000', '155828.945000', '155828.948000', '155828.950000', '155828.953000', '155828.956000', '155828.959000', '155828.962000', '155828.965000', '155828.968000', '155828.970000', '155828.973000', '155828.976000', '155828.979000', '155828.982000', '155828.984000', '155828.987000', '155828.990000', '155828.993000', '155828.996000', '155829.000000', '155829.003000', '155829.005000', '155829.008000', '155829.011000', '155829.014000', '155829.023000', '155829.025000', '155829.028000', '155829.031000', '155829.034000', '155829.037000', '155829.040000', '155829.043000', '155829.046000', '155829.048000', '155829.051000', '155829.054000', '155829.057000', '155829.060000', '155829.063000', '155829.066000', '155848.936000', '155848.946000', '155848.949000', '155848.952000', '155848.956000', '155848.959000', '155848.961000', '155848.964000', '155848.967000', '155848.970000', '155848.973000', '155848.976000', '155848.979000', '155848.981000', '155848.984000', '155848.987000', '155848.990000', '155848.993000', '155848.995000', '155848.998000', '155849.002000', '155849.005000', '155849.008000', '155849.011000', '155849.014000', '155849.017000', '155849.036000', '155849.039000', '155849.042000', '155849.045000', '155849.048000', '155849.050000', '155849.053000', '155849.056000', '155849.059000', '155849.062000', '155849.065000', '155849.068000', '155849.071000', '155849.074000', '155849.076000', '155849.079000', '155849.082000', '155908.935000', '155908.938000', '155908.941000', '155908.944000', '155908.947000', '155908.950000', '155908.952000', '155908.955000', '155908.958000', '155908.961000', '155908.964000', '155908.967000', '155908.970000', '155908.973000', '155908.975000', '155908.978000', '155908.987000', '155908.990000', '155908.993000', '155908.996000', '155909.000000', '155909.003000', '155909.005000', '155909.008000', '155909.011000', '155909.014000', '155909.017000', '155909.020000', '155909.023000', '155909.031000', '155909.034000', '155909.037000', '155909.048000', '155909.051000', '155909.054000', '155909.057000', '155909.060000', '155909.063000', '155909.066000', '155909.068000', '155909.071000', '155909.074000', '155909.077000', '155909.080000', '155928.936000', '155928.939000', '155928.942000', '155928.945000', '155928.948000', '155928.950000', '155928.953000', '155928.956000', '155928.959000', '155928.962000', '155928.965000', '155928.968000', '155928.970000', '155928.973000', '155928.976000', '155928.979000', '155928.982000', '155928.985000', '155928.987000', '155928.990000', '155928.993000', '155929.002000', '155929.005000', '155929.008000', '155929.010000', '155929.013000', '155929.016000', '155929.019000', '155929.022000', '155929.025000', '155929.028000', '155929.030000', '155929.033000', '155929.036000', '155929.039000', '155929.042000', '155929.045000', '155929.048000', '155929.051000', '155929.054000', '155929.057000', '155929.060000', '155929.063000', '155948.936000', '155948.939000', '155948.942000', '155948.944000', '155948.947000', '155948.950000', '155948.953000', '155948.956000', '155948.959000', '155948.962000', '155948.965000', '155948.967000', '155948.970000', '155948.973000', '155948.976000', '155948.979000', '155948.982000', '155948.985000', '155948.988000', '155948.990000', '155948.993000', '155948.996000', '155949.000000', '155949.003000', '155949.006000', '155949.009000', '155949.011000', '155949.014000', '155949.017000', '155949.020000', '155949.023000', '155949.026000', '155949.029000', '155949.031000', '155949.034000', '155949.050000', '155949.053000', '155949.055000', '155949.058000', '155949.061000', '155949.064000', '155949.067000', '155949.070000', '155949.072000', '160008.936000', '160008.939000', '160008.942000', '160008.945000', '160008.948000', '160008.951000', '160008.954000', '160008.956000', '160008.959000', '160008.962000', '160008.965000', '160008.968000', '160008.971000', '160008.973000', '160008.976000', '160008.979000', '160008.982000', '160008.985000', '160008.988000', '160008.992000', '160008.995000', '160008.998000', '160009.002000', '160009.005000', '160009.007000', '160009.010000', '160009.013000', '160009.016000', '160009.019000', '160009.022000', '160009.025000', '160009.028000', '160009.031000', '160009.034000', '160009.037000', '160009.039000', '160009.042000', '160009.045000', '160009.048000', '160009.051000', '160009.054000', '160009.057000', '160009.060000', '160028.936000', '160028.939000', '160028.942000', '160028.945000', '160028.948000', '160028.950000', '160028.953000', '160028.956000', '160028.959000', '160028.962000', '160028.965000', '160028.968000', '160028.971000', '160028.973000', '160028.976000', '160028.979000', '160028.982000', '160028.985000', '160028.988000', '160028.991000', '160028.994000', '160028.996000', '160029.000000', '160029.003000', '160029.006000', '160029.009000', '160029.012000', '160029.015000', '160029.017000', '160029.020000', '160029.023000', '160029.026000', '160029.029000', '160029.032000', '160029.035000', '160029.038000', '160029.040000', '160029.043000', '160029.046000', '160029.049000', '160029.052000', '160029.055000', '160029.061000', '160029.064000', '160048.936000', '160048.939000', '160048.942000', '160048.945000', '160048.948000', '160048.953000', '160048.956000', '160048.959000', '160048.962000', '160048.965000', '160048.967000', '160048.970000', '160048.973000', '160048.976000', '160048.979000', '160048.982000', '160048.984000', '160048.987000', '160048.990000', '160048.993000', '160048.996000', '160049.000000', '160049.003000', '160049.005000', '160049.008000', '160049.011000', '160049.014000', '160049.017000', '160049.020000', '160049.023000', '160049.025000', '160049.028000', '160049.031000', '160049.034000', '160049.037000', '160049.040000', '160049.043000', '160049.045000', '160049.048000', '160049.051000', '160049.054000', '160049.057000', '160049.060000', '160108.936000', '160108.939000', '160108.942000', '160108.945000', '160108.948000', '160108.950000', '160108.953000', '160108.956000', '160108.959000', '160108.962000', '160108.965000', '160108.968000', '160108.971000', '160108.973000', '160108.976000', '160108.979000', '160108.982000', '160108.985000', '160108.993000', '160108.996000', '160108.998000', '160109.002000', '160109.005000', '160109.008000', '160109.011000', '160109.014000', '160109.017000', '160109.020000', '160109.022000', '160109.025000', '160109.028000', '160109.031000', '160109.034000', '160109.037000', '160109.040000', '160109.043000', '160109.045000', '160109.048000', '160109.052000', '160109.054000', '160109.057000', '160109.060000', '160109.063000', '160109.066000', '160128.935000', '160128.938000', '160128.941000', '160128.944000', '160128.947000', '160128.950000', '160128.953000', '160128.955000', '160128.959000', '160128.961000', '160128.964000', '160128.967000', '160128.970000', '160128.973000', '160128.975000', '160128.978000', '160128.981000', '160128.984000', '160128.987000', '160128.990000', '160128.993000', '160128.996000', '160128.998000', '160129.002000', '160129.005000', '160129.008000', '160129.011000', '160129.014000', '160129.017000', '160129.020000', '160129.039000', '160129.042000', '160129.045000', '160129.048000', '160129.051000', '160129.054000', '160129.057000', '160129.060000', '160129.063000', '160129.065000', '160129.068000', '160129.071000', '160129.074000', '160148.936000', '160148.939000', '160148.942000', '160148.945000', '160148.948000', '160148.951000', '160148.953000', '160148.956000', '160148.959000', '160148.962000', '160148.965000', '160148.968000', '160148.971000', '160148.973000', '160148.976000', '160148.979000', '160148.982000', '160148.985000', '160148.988000', '160148.991000', '160148.993000', '160148.996000', '160149.000000', '160149.003000', '160149.006000', '160149.009000', '160149.012000', '160149.015000', '160149.018000', '160149.021000', '160149.023000', '160149.026000', '160149.029000', '160149.032000', '160149.035000', '160149.038000', '160149.044000', '160149.048000', '160149.059000', '160149.062000', '160149.065000', '160149.068000', '160149.071000', '160149.073000', '160208.936000', '160208.939000', '160208.942000', '160208.945000', '160208.948000', '160208.950000', '160208.953000', '160208.956000', '160208.959000', '160208.962000', '160208.965000', '160208.968000', '160208.971000', '160208.973000', '160208.976000', '160208.979000', '160208.982000', '160208.985000', '160208.988000', '160208.991000', '160208.994000', '160208.996000', '160209.000000', '160209.003000', '160209.006000', '160209.009000', '160209.012000', '160209.015000', '160209.018000', '160209.020000', '160209.023000', '160209.026000', '160209.029000', '160209.032000', '160209.035000', '160209.038000', '160209.040000', '160209.043000', '160209.046000', '160209.049000', '160209.052000', '160209.055000', '160209.057000', '160228.936000', '160228.939000', '160228.943000', '160228.946000', '160228.949000', '160228.952000', '160228.955000', '160228.957000', '160228.960000', '160228.963000', '160228.966000', '160228.969000', '160228.972000', '160228.975000', '160228.978000', '160228.986000', '160228.989000', '160228.992000', '160228.994000', '160228.997000', '160229.001000', '160229.004000', '160229.007000', '160229.010000', '160229.013000', '160229.016000', '160229.018000', '160229.021000', '160229.024000', '160229.027000', '160229.030000', '160229.033000', '160229.036000', '160229.039000', '160229.041000', '160229.044000', '160229.047000', '160229.050000', '160229.053000', '160229.055000', '160229.058000', '160229.061000', '160229.064000', '160248.936000', '160248.939000', '160248.942000', '160248.945000', '160248.948000', '160248.951000', '160248.953000', '160248.956000', '160248.959000', '160248.962000', '160248.965000', '160248.968000', '160248.970000', '160248.973000', '160248.976000', '160248.979000', '160248.982000', '160248.985000', '160248.988000', '160248.991000', '160248.993000', '160248.996000', '160249.000000', '160249.003000', '160249.006000', '160249.009000', '160249.011000', '160249.014000', '160249.017000', '160249.020000', '160249.023000', '160249.026000', '160249.029000', '160249.031000', '160249.034000', '160249.037000', '160249.040000', '160249.043000', '160249.046000', '160249.049000', '160249.052000', '160249.054000', '160249.057000', '160249.060000', '160308.936000', '160308.939000', '160308.942000', '160308.945000', '160308.948000', '160308.950000', '160308.953000', '160308.956000', '160308.959000', '160308.962000', '160308.965000', '160308.968000', '160308.971000', '160308.974000', '160308.977000', '160308.980000', '160308.982000', '160308.985000', '160308.988000', '160308.991000', '160308.994000', '160308.997000', '160309.001000', '160309.003000', '160309.006000', '160309.009000', '160309.012000', '160309.015000', '160309.018000', '160309.021000', '160309.023000', '160309.026000', '160309.029000', '160309.033000', '160309.036000', '160309.039000', '160309.042000', '160309.045000', '160309.047000', '160309.051000', '160309.053000', '160309.056000', '160309.059000', '160309.062000', '160328.936000', '160328.939000', '160328.942000', '160328.945000', '160328.948000', '160328.951000', '160328.953000', '160328.956000', '160328.959000', '160328.962000', '160328.965000', '160328.968000', '160328.970000', '160328.973000', '160328.976000', '160328.979000', '160328.982000', '160328.985000', '160328.988000', '160328.991000', '160328.993000', '160328.996000', '160329.000000', '160329.003000', '160329.006000', '160329.011000', '160329.014000', '160329.017000', '160329.019000', '160329.022000', '160329.025000', '160329.028000', '160329.031000', '160329.034000', '160329.037000', '160329.039000', '160329.042000', '160329.045000', '160329.048000', '160329.051000', '160329.054000', '160329.057000', '160329.059000', '160348.935000', '160348.938000', '160348.941000', '160348.944000', '160348.947000', '160348.950000', '160348.953000', '160348.955000', '160348.958000', '160348.961000', '160348.972000', '160348.975000', '160348.978000', '160348.981000', '160348.984000', '160348.987000', '160348.990000', '160348.992000', '160348.995000', '160348.998000', '160349.002000', '160349.005000', '160349.008000', '160349.011000', '160349.013000', '160349.016000', '160349.019000', '160349.022000', '160349.025000', '160349.028000', '160349.031000', '160349.034000', '160349.036000', '160349.039000', '160349.042000', '160349.045000', '160349.048000', '160349.051000', '160349.054000', '160349.057000', '160349.059000', '160349.062000', '160349.065000', '160408.936000', '160408.939000', '160408.942000', '160408.945000', '160408.948000', '160408.956000', '160408.959000', '160408.962000', '160408.965000', '160408.968000', '160408.971000', '160408.973000', '160408.976000', '160408.979000', '160408.982000', '160408.985000', '160408.988000', '160408.991000', '160408.993000', '160408.996000', '160409.000000', '160409.003000', '160409.006000', '160409.009000', '160409.012000', '160409.015000', '160409.017000', '160409.020000', '160409.023000', '160409.026000', '160409.029000', '160409.032000', '160409.034000', '160409.037000', '160409.040000', '160409.043000', '160409.046000', '160409.049000', '160409.052000', '160409.055000', '160409.057000', '160409.060000', '160409.063000', '160409.066000', '160428.936000', '160428.939000', '160428.942000', '160428.945000', '160428.948000', '160428.960000', '160428.963000', '160428.966000', '160428.969000', '160428.984000', '160428.987000', '160428.989000', '160428.992000', '160428.995000', '160428.998000', '160429.002000', '160429.005000', '160429.008000', '160429.010000', '160429.013000', '160429.016000', '160429.019000', '160429.022000', '160429.025000', '160429.028000', '160429.031000', '160429.033000', '160429.036000', '160429.039000', '160429.042000', '160429.045000', '160429.048000', '160429.050000', '160429.053000', '160429.056000', '160429.059000', '160429.062000', '160429.065000', '160429.068000', '160429.070000', '160429.073000', '160429.077000', '160429.079000', '160448.936000', '160448.939000', '160448.942000', '160448.945000', '160448.948000', '160448.951000', '160448.953000', '160448.956000', '160448.959000', '160448.962000', '160448.965000', '160448.968000', '160448.971000', '160448.980000', '160448.983000', '160448.986000', '160448.989000', '160448.991000', '160448.994000', '160448.997000', '160449.001000', '160449.004000', '160449.007000', '160449.010000', '160449.013000', '160449.015000', '160449.018000', '160449.021000', '160449.024000', '160449.027000', '160449.030000', '160449.033000', '160449.035000', '160449.038000', '160449.041000', '160449.044000', '160449.052000', '160449.054000', '160449.057000', '160449.060000', '160449.063000', '160449.066000', '160449.069000', '160449.072000', '160508.936000', '160508.939000', '160508.942000', '160508.945000', '160508.948000', '160508.951000', '160508.954000', '160508.957000', '160508.960000', '160508.962000', '160508.965000', '160508.968000', '160508.971000', '160508.974000', '160508.978000', '160508.980000', '160508.983000', '160508.986000', '160508.989000', '160508.992000', '160508.995000', '160508.998000', '160509.002000', '160509.005000', '160509.008000', '160509.010000', '160509.013000', '160509.016000', '160509.019000', '160509.022000', '160509.025000', '160509.028000', '160509.031000', '160509.033000', '160509.036000', '160509.039000', '160509.042000', '160509.045000', '160509.048000', '160509.051000', '160509.054000', '160509.057000', '160509.059000', '160528.936000', '160528.939000', '160528.942000', '160528.945000', '160528.948000', '160528.951000', '160528.953000', '160528.956000', '160528.959000', '160528.962000', '160528.965000', '160528.968000', '160528.971000', '160528.974000', '160528.976000', '160528.979000', '160528.982000', '160528.985000', '160528.988000', '160528.991000', '160528.994000', '160528.997000', '160528.999000', '160529.002000', '160529.005000', '160529.008000', '160529.011000', '160529.014000', '160529.017000', '160529.019000', '160529.022000', '160529.025000', '160529.028000', '160529.031000', '160529.034000', '160529.037000', '160529.039000', '160529.042000', '160529.045000', '160529.048000', '160529.051000', '160529.054000', '160529.056000', '160529.059000', '160548.935000', '160548.938000', '160548.941000', '160548.944000', '160548.947000', '160548.966000', '160548.969000', '160548.972000', '160548.975000', '160548.978000', '160548.981000', '160548.983000', '160548.986000', '160548.989000', '160548.992000', '160548.995000', '160548.998000', '160549.002000', '160549.005000', '160549.007000', '160549.011000', '160549.014000', '160549.017000', '160549.020000', '160549.023000', '160549.026000', '160549.029000', '160549.032000', '160549.035000', '160549.037000', '160549.040000', '160549.043000', '160549.046000', '160549.049000', '160549.052000', '160549.055000', '160549.058000', '160549.060000', '160549.063000', '160549.066000', '160549.069000', '160549.072000', '160549.075000', '160601.456000', '160601.460000', '160601.463000', '160601.466000', '160601.469000', '160601.472000', '160601.476000', '160601.479000', '160601.482000', '160601.485000', '160601.488000', '160601.491000', '160601.494000', '160601.497000', '160601.500000', '160601.503000', '160601.506000', '160601.509000', '160601.512000', '160601.516000', '160601.519000', '160601.522000', '160601.524000', '160601.527000', '160601.530000', '160601.533000', '160601.536000', '160601.539000'], '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': [13637, 8504, 12949, 8086, 14642, 10021, 11066, 10448, 8311, 11693, 10045, 19264, 13191, 16474, 10232, 13620, 8566, 13347, 8740, 13178, 7819, 10641, 7704, 9743, 7919, 9780, 7665, 8810, 8362, 8728, 10663, 9061, 7931, 7954, 9424, 8104, 12828, 9347, 10808, 7674, 12637, 8453, 11998, 7904, 11574, 7824, 10716, 7896, 9273, 13928, 9252, 13083, 8000, 12845, 8757, 12060, 7927, 11458, 8003, 10505, 7616, 9569, 10144, 9118, 11701, 8439, 14217, 9588, 13024, 8575, 11793, 7660, 11444, 7654, 10366, 7981, 8983, 7577, 8670, 9230, 8458, 11269, 9264, 11488, 8044, 13003, 7671, 11763, 7657, 10770, 7651, 10010, 9243, 9199, 14982, 9950, 13120, 8444, 13371, 8862, 12183, 8066, 11190, 7660, 11098, 7915, 11558, 7680, 11038, 7616, 10959, 7645, 10482, 7693, 9884, 7734, 10037, 7687, 9550, 16760, 11834, 14927, 11562, 13016, 8609, 13354, 9080, 12659, 8932, 10663, 7808, 12938, 9189, 13107, 9450, 12501, 8497, 12444, 7885, 11612, 7664, 11336, 8033, 11257, 8063, 11440, 7802, 11437, 8279, 11230, 7814, 11958, 8921, 12580, 9826, 13200, 8889, 12790, 9008, 13478, 9812, 13436, 9146, 13216, 9594, 14054, 10150, 12725, 8572, 12999, 9739, 13498, 8166, 12627, 7909, 11071, 7719, 9679, 7732, 8422, 7673, 8599, 12362, 8373, 13175, 8505, 11877, 7638, 10878, 8466, 9096, 14732, 9654, 10176, 7975, 11580, 8902, 10481, 9179, 7602, 9863, 7607, 11616, 8097, 12528, 8981, 13983, 9287, 16010, 9747, 13745, 7911, 12463, 7973, 12300, 7620, 12299, 8244, 12033, 8019, 10806, 7925, 10821, 8114, 11624, 9212, 7677, 8419, 7908, 9434, 7848, 10505, 7843, 10580, 7685, 9513, 16214, 10491, 14600, 9917, 13239, 7844, 12402, 7968, 11740, 7687, 11030, 7672, 10063, 7643, 8881, 9921, 8477, 14306, 9638, 12936, 8617, 12548, 8108, 11682, 8222, 11954, 9203, 12155, 8021, 11959, 7861, 11527, 7744, 11474, 7989, 11072, 8354, 10622, 7758, 7710, 10504, 17759, 13928, 12943, 9518, 12672, 9042, 9655, 9111, 7812, 9814, 7927, 11851, 9169, 10539, 12539, 7704, 13562, 8127, 12955, 7755, 10857, 13537, 9067, 9566, 8074, 9279, 7686, 11689, 7745, 10860, 8032, 7872, 8016, 7953, 7995, 10536, 8656, 12578, 8706, 12401, 9085, 12749, 8083, 12028, 7588, 10704, 10221, 9176, 14981, 10305, 9023, 8187, 12007, 8421, 14999, 9966, 13722, 9332, 14022, 9360, 13119, 8594, 12534, 7807, 11613, 7715, 9088, 9939, 8547, 14970, 9493, 10482, 7828, 13234, 8053, 11902, 8158, 11776, 8573, 11392, 7807, 10980, 7882, 10267, 7775, 8440, 7936, 7818, 10570, 8381, 14635, 9406, 11949, 7814, 12927, 8431, 12213, 8131, 11611, 8172, 11686, 7962, 11293, 7846, 11180, 7896, 10268, 7784, 10184, 14559, 8972, 15605, 9553, 12830, 8206, 11945, 7876, 10995, 7770, 9924, 7744, 8966, 7611, 8215, 7685, 9654, 7631, 10277, 7711, 12337, 8872, 12287, 8631, 13540, 9544, 13392, 9816, 10012, 9728, 7619, 13433, 9528, 14423, 11702, 11100, 12481, 8137, 11673, 11310, 10899, 14480, 10777, 7945, 8336, 7673, 8155, 7658, 9268, 7742, 9621, 7669, 8829, 8886, 8762, 9107, 9300, 7696, 9430, 7893, 9477, 11848, 8626, 11400, 9057, 11520, 8608, 13788, 9331, 11920, 8500, 11808, 8081, 11380, 7844, 11378, 8117, 11479, 8568, 11813, 8120, 12501, 9115, 12809, 9128, 13013, 8340, 12390, 7778, 11998, 8004, 12224, 8210, 12360, 7748, 12198, 7633, 11448, 7660, 11201, 7519, 10371, 7683, 9246, 7919, 10456, 7743, 10443, 7708, 11258, 7710, 12274, 7798, 12658, 7742, 12482, 7981, 11576, 7716, 10819, 7994, 9496, 7683, 9787, 7731, 10556, 7705, 11121, 7870, 12009, 8603, 12448, 9026, 12687, 8850, 13295, 9358, 13484, 8896, 12619, 9082, 12793, 9443, 11299, 8188, 12709, 9283, 11431, 8687, 9430, 8530, 7978, 9529, 7800, 8799, 7994, 11531, 8054, 11426, 9319, 9770, 11833, 7647, 13961, 7769, 13929, 8240, 15439, 8324, 12780, 8370, 12509, 8498, 8751, 9366, 7858, 11164, 8516, 7714, 10126, 11342, 9349, 11797, 9596, 8529, 9478, 15763, 9399, 15157, 11077, 13063, 8484, 12110, 7840, 11599, 8390, 11717, 8848, 11867, 8307, 12545, 8650, 13159, 8851, 13945, 8722, 12801, 8047, 12455, 8266, 13294, 9300, 13744, 8487, 13104, 7676, 13024, 7987, 14236, 8120, 13492, 8100, 13926, 8215, 14013, 7968, 12285, 7712, 9996, 8776, 9316, 8119, 8153, 10490, 8019, 11373, 8328, 10760, 9015, 8066, 8786, 10543, 8652, 15379, 9639, 13574, 8469, 12634, 7979, 11107, 7910, 11478, 8363, 11269, 7532, 9945, 8172, 14741, 11053, 12449, 8394, 9546, 9107, 8492, 11777, 7803, 13089, 7772, 12924, 9467, 12128, 8630, 7750, 10564, 7566, 10864, 9711, 7887, 16686, 11538, 17371, 11548, 13839, 10133, 10202, 10460, 8320, 12435, 7587, 11167, 7691, 10334, 7686, 11076, 7705, 9694, 7646, 9122, 8045, 8959, 8628, 15458, 9101, 12769, 9862, 12873, 8895, 13978, 9187, 13877, 10457, 9409, 8459, 12142, 9017, 14322, 9584, 8009, 7974, 7729, 8675, 9974, 8641, 7731, 8093, 7675, 8584, 7857, 9822, 7618, 10312, 7492, 9395, 7585, 11447, 7949, 10576, 7748, 7740, 8736, 7633, 13024, 9223, 16604, 12839, 9034, 9279, 13048, 9427, 15609, 11318, 12834, 9676, 11217, 8400, 11048, 8436, 14309, 9650, 10607, 7717, 12074, 8558, 12812, 8655, 12106, 8035, 11729, 7971, 10796, 13143, 9602, 16318, 10839, 13541, 8034, 12761, 7789, 11519, 7761, 10288, 7577, 9830, 7712, 9019, 8905, 8730, 11497, 8988, 14485, 9350, 13216, 8235, 11638, 7860, 11338, 7907, 10493, 8868, 8602, 8352, 8260, 11429, 8914, 14858, 9553, 13117, 8146, 12361, 8082, 11833, 8032, 11881, 7641, 10016, 7827, 10207, 7729, 9635, 8978, 8237, 13818, 8947, 11379, 7744, 12493, 8010, 11655, 7881, 9595, 7724, 8276, 11101, 8221, 14080, 9496, 11786, 7739, 11940, 8131, 12199, 8172, 11850, 7831, 11738, 7736, 11089, 7613, 10275, 7668, 10396, 9716, 9048, 11475, 9467, 7782, 9336, 7690, 8723, 7645, 10292, 7646, 14967, 8937, 9480, 7894, 9808, 9054, 14716, 12051, 7894, 10713, 7805, 12231, 8138, 14658, 9821, 15736, 10755, 8245, 9130, 7641, 12169, 8101, 14360, 8760, 15443, 9796, 14860, 10260, 9426, 9035, 7605, 10669, 8142, 7694, 12280, 8384, 16523, 10205, 15502, 11525, 15579, 9132, 14474, 8897, 13701, 8823, 13347, 8008, 11744, 7800, 10150, 7894, 10940, 8587, 10614, 7719, 10003, 7728, 10932, 8627, 9914, 8265, 10427, 7846, 10563, 8767, 9070, 9154, 7837, 10715, 7781, 9423, 12240, 8512, 7784, 8229, 10384, 8938, 15521, 9226, 12276, 7704, 10597, 7768, 12190, 8381, 10717, 7708, 11809, 7951, 11335, 7689, 11154, 7947, 11588, 7977, 11332, 7607, 10752, 7841, 9568, 7545, 9988, 8672, 8993, 14109, 9326, 10075, 8977, 15938, 9152, 14320, 9351, 13553, 8023, 12316, 7888, 11731, 7800, 11268, 7626, 11518, 7714, 9841, 12357, 8857, 9400, 8293, 15509, 9210, 14502, 9394, 12979, 8095, 12080, 7722, 11193, 9549, 8324, 9536, 7710, 12590, 7931, 12035, 8163, 10765, 7639, 10953, 7855, 10577, 10447, 8476, 14479, 9467, 12628, 7882, 11604, 8174, 11667, 8931, 8783, 8471, 10615, 9068, 16301, 12939, 14230, 9734, 13695, 8474, 13726, 9632, 12229, 8325, 13996, 9112, 14323, 10808, 8478, 9288, 7791, 9878, 7841, 10702, 7607, 10636, 7498, 10914, 7535, 12000, 7863, 12981, 8350, 14307, 9558, 14625, 9719, 14897, 11095, 7804, 8440, 7586, 9951, 7731, 10080, 8580, 7620, 11738, 7657, 15807, 11634, 12879, 9104, 8186, 10487, 7823, 14009, 7597, 13362, 8033, 13263, 9118, 10143, 8973, 7673], 'WindowCenter': [4665.0, 4587.0, 4621.0, 4546.0, 4603.0, 4550.0, 4558.0, 4542.0, 4516.0, 4543.0, 4522.0, 4595.0, 4553.0, 4560.0, 4520.0, 4538.0, 4488.0, 4540.0, 4488.0, 4537.0, 4476.0, 4506.0, 4477.0, 4507.0, 4478.0, 4506.0, 4477.0, 4499.0, 4489.0, 4501.0, 4520.0, 4499.0, 4488.0, 4491.0, 4509.0, 4491.0, 4550.0, 4510.0, 4531.0, 4493.0, 4551.0, 4502.0, 4542.0, 4503.0, 4541.0, 4493.0, 4533.0, 4503.0, 4525.0, 4562.0, 4525.0, 4562.0, 4503.0, 4552.0, 4513.0, 4552.0, 4503.0, 4543.0, 4503.0, 4532.0, 4502.0, 4534.0, 4535.0, 4524.0, 4555.0, 4514.0, 4572.0, 4534.0, 4564.0, 4515.0, 4554.0, 4504.0, 4544.0, 4505.0, 4534.0, 4514.0, 4524.0, 4502.0, 4515.0, 4524.0, 4516.0, 4554.0, 4536.0, 4555.0, 4515.0, 4564.0, 4505.0, 4553.0, 4505.0, 4545.0, 4505.0, 4536.0, 4525.0, 4536.0, 4585.0, 4536.0, 4564.0, 4515.0, 4564.0, 4525.0, 4554.0, 4516.0, 4544.0, 4505.0, 4555.0, 4516.0, 4555.0, 4506.0, 4546.0, 4507.0, 4545.0, 4505.0, 4544.0, 4506.0, 4534.0, 4503.0, 4535.0, 4506.0, 4536.0, 4595.0, 4555.0, 4576.0, 4555.0, 4565.0, 4512.0, 4563.0, 4524.0, 4561.0, 4524.0, 4545.0, 4505.0, 4564.0, 4536.0, 4575.0, 4536.0, 4565.0, 4526.0, 4563.0, 4513.0, 4555.0, 4506.0, 4554.0, 4515.0, 4544.0, 4514.0, 4554.0, 4505.0, 4552.0, 4514.0, 4553.0, 4516.0, 4566.0, 4537.0, 4565.0, 4545.0, 4575.0, 4527.0, 4565.0, 4537.0, 4573.0, 4545.0, 4575.0, 4535.0, 4565.0, 4537.0, 4574.0, 4544.0, 4564.0, 4524.0, 4563.0, 4535.0, 4564.0, 4515.0, 4552.0, 4501.0, 4543.0, 4502.0, 4532.0, 4503.0, 4514.0, 4504.0, 4524.0, 4564.0, 4514.0, 4576.0, 4524.0, 4553.0, 4504.0, 4544.0, 4513.0, 4525.0, 4584.0, 4533.0, 4533.0, 4504.0, 4553.0, 4522.0, 4542.0, 4522.0, 4502.0, 4534.0, 4502.0, 4553.0, 4514.0, 4565.0, 4525.0, 4573.0, 4549.0, 4596.0, 4535.0, 4573.0, 4502.0, 4551.0, 4501.0, 4551.0, 4516.0, 4563.0, 4513.0, 4553.0, 4519.0, 4572.0, 4543.0, 4556.0, 4514.0, 4541.0, 4525.0, 4503.0, 4511.0, 4501.0, 4523.0, 4502.0, 4541.0, 4501.0, 4543.0, 4503.0, 4522.0, 4582.0, 4531.0, 4570.0, 4522.0, 4552.0, 4500.0, 4550.0, 4502.0, 4541.0, 4502.0, 4531.0, 4489.0, 4520.0, 4490.0, 4512.0, 4521.0, 4513.0, 4573.0, 4521.0, 4551.0, 4512.0, 4551.0, 4502.0, 4540.0, 4513.0, 4550.0, 4523.0, 4552.0, 4503.0, 4552.0, 4514.0, 4540.0, 4492.0, 4553.0, 4502.0, 4541.0, 4511.0, 4531.0, 4492.0, 4503.0, 4545.0, 4595.0, 4575.0, 4563.0, 4522.0, 4552.0, 4512.0, 4521.0, 4510.0, 4492.0, 4530.0, 4501.0, 4552.0, 4523.0, 4543.0, 4552.0, 4490.0, 4561.0, 4489.0, 4540.0, 4476.0, 4529.0, 4550.0, 4497.0, 4508.0, 4487.0, 4508.0, 4488.0, 4539.0, 4489.0, 4531.0, 4500.0, 4502.0, 4502.0, 4503.0, 4514.0, 4544.0, 4525.0, 4564.0, 4525.0, 4564.0, 4524.0, 4564.0, 4503.0, 4552.0, 4493.0, 4532.0, 4533.0, 4524.0, 4573.0, 4533.0, 4512.0, 4502.0, 4551.0, 4513.0, 4574.0, 4533.0, 4563.0, 4523.0, 4572.0, 4522.0, 4563.0, 4513.0, 4550.0, 4491.0, 4540.0, 4491.0, 4510.0, 4520.0, 4512.0, 4571.0, 4521.0, 4531.0, 4492.0, 4551.0, 4500.0, 4551.0, 4502.0, 4551.0, 4513.0, 4542.0, 4502.0, 4532.0, 4514.0, 4533.0, 4491.0, 4501.0, 4501.0, 4500.0, 4532.0, 4513.0, 4572.0, 4523.0, 4551.0, 4493.0, 4552.0, 4513.0, 4553.0, 4504.0, 4541.0, 4513.0, 4554.0, 4504.0, 4543.0, 4513.0, 4544.0, 4503.0, 4534.0, 4504.0, 4534.0, 4574.0, 4512.0, 4583.0, 4524.0, 4552.0, 4500.0, 4541.0, 4501.0, 4531.0, 4491.0, 4520.0, 4489.0, 4508.0, 4489.0, 4524.0, 4504.0, 4530.0, 4501.0, 4541.0, 4515.0, 4563.0, 4536.0, 4565.0, 4527.0, 4586.0, 4547.0, 4587.0, 4547.0, 4547.0, 4534.0, 4506.0, 4574.0, 4537.0, 4586.0, 4555.0, 4555.0, 4563.0, 4502.0, 4542.0, 4542.0, 4530.0, 4561.0, 4529.0, 4489.0, 4499.0, 4490.0, 4500.0, 4492.0, 4520.0, 4501.0, 4520.0, 4502.0, 4523.0, 4525.0, 4525.0, 4538.0, 4533.0, 4503.0, 4533.0, 4516.0, 4548.0, 4569.0, 4526.0, 4555.0, 4537.0, 4555.0, 4513.0, 4562.0, 4524.0, 4552.0, 4525.0, 4554.0, 4515.0, 4553.0, 4514.0, 4555.0, 4529.0, 4554.0, 4527.0, 4554.0, 4514.0, 4565.0, 4538.0, 4566.0, 4536.0, 4565.0, 4516.0, 4563.0, 4506.0, 4554.0, 4515.0, 4556.0, 4516.0, 4565.0, 4504.0, 4554.0, 4518.0, 4566.0, 4516.0, 4555.0, 4504.0, 4544.0, 4503.0, 4536.0, 4515.0, 4545.0, 4514.0, 4555.0, 4518.0, 4570.0, 4517.0, 4566.0, 4518.0, 4566.0, 4517.0, 4566.0, 4513.0, 4556.0, 4504.0, 4545.0, 4514.0, 4535.0, 4503.0, 4534.0, 4505.0, 4545.0, 4516.0, 4556.0, 4517.0, 4568.0, 4540.0, 4566.0, 4537.0, 4576.0, 4526.0, 4574.0, 4535.0, 4575.0, 4525.0, 4566.0, 4537.0, 4565.0, 4536.0, 4556.0, 4514.0, 4564.0, 4533.0, 4555.0, 4526.0, 4524.0, 4526.0, 4514.0, 4546.0, 4505.0, 4527.0, 4514.0, 4554.0, 4515.0, 4566.0, 4535.0, 4545.0, 4567.0, 4504.0, 4575.0, 4503.0, 4573.0, 4515.0, 4584.0, 4516.0, 4564.0, 4514.0, 4564.0, 4527.0, 4525.0, 4536.0, 4517.0, 4556.0, 4525.0, 4515.0, 4558.0, 4567.0, 4538.0, 4567.0, 4536.0, 4526.0, 4535.0, 4586.0, 4535.0, 4584.0, 4555.0, 4561.0, 4514.0, 4553.0, 4514.0, 4555.0, 4517.0, 4555.0, 4535.0, 4566.0, 4526.0, 4565.0, 4527.0, 4577.0, 4524.0, 4576.0, 4525.0, 4564.0, 4515.0, 4563.0, 4517.0, 4565.0, 4536.0, 4574.0, 4525.0, 4563.0, 4503.0, 4563.0, 4502.0, 4563.0, 4502.0, 4563.0, 4502.0, 4561.0, 4501.0, 4560.0, 4500.0, 4540.0, 4489.0, 4520.0, 4511.0, 4510.0, 4500.0, 4490.0, 4530.0, 4490.0, 4540.0, 4500.0, 4531.0, 4511.0, 4500.0, 4511.0, 4532.0, 4512.0, 4583.0, 4552.0, 4580.0, 4518.0, 4553.0, 4504.0, 4545.0, 4518.0, 4554.0, 4514.0, 4542.0, 4503.0, 4533.0, 4526.0, 4584.0, 4555.0, 4563.0, 4512.0, 4533.0, 4525.0, 4524.0, 4553.0, 4502.0, 4562.0, 4504.0, 4563.0, 4535.0, 4563.0, 4513.0, 4503.0, 4544.0, 4503.0, 4542.0, 4523.0, 4515.0, 4584.0, 4552.0, 4583.0, 4541.0, 4561.0, 4518.0, 4531.0, 4531.0, 4500.0, 4538.0, 4480.0, 4528.0, 4488.0, 4517.0, 4487.0, 4528.0, 4487.0, 4507.0, 4489.0, 4522.0, 4512.0, 4522.0, 4524.0, 4582.0, 4523.0, 4561.0, 4533.0, 4551.0, 4522.0, 4563.0, 4523.0, 4562.0, 4532.0, 4521.0, 4501.0, 4550.0, 4521.0, 4571.0, 4522.0, 4502.0, 4501.0, 4501.0, 4523.0, 4535.0, 4514.0, 4502.0, 4503.0, 4503.0, 4524.0, 4514.0, 4534.0, 4502.0, 4534.0, 4491.0, 4534.0, 4514.0, 4554.0, 4503.0, 4542.0, 4503.0, 4502.0, 4524.0, 4515.0, 4588.0, 4548.0, 4607.0, 4576.0, 4526.0, 4524.0, 4563.0, 4521.0, 4583.0, 4542.0, 4552.0, 4521.0, 4541.0, 4500.0, 4540.0, 4513.0, 4561.0, 4521.0, 4532.0, 4491.0, 4550.0, 4512.0, 4562.0, 4512.0, 4550.0, 4502.0, 4552.0, 4500.0, 4540.0, 4550.0, 4522.0, 4569.0, 4529.0, 4549.0, 4488.0, 4549.0, 4488.0, 4538.0, 4490.0, 4529.0, 4490.0, 4529.0, 4489.0, 4521.0, 4522.0, 4512.0, 4552.0, 4522.0, 4572.0, 4521.0, 4561.0, 4500.0, 4540.0, 4500.0, 4540.0, 4501.0, 4541.0, 4521.0, 4511.0, 4511.0, 4502.0, 4542.0, 4511.0, 4571.0, 4533.0, 4562.0, 4501.0, 4552.0, 4503.0, 4551.0, 4504.0, 4551.0, 4501.0, 4532.0, 4502.0, 4533.0, 4503.0, 4533.0, 4523.0, 4513.0, 4572.0, 4522.0, 4554.0, 4504.0, 4562.0, 4502.0, 4552.0, 4514.0, 4534.0, 4501.0, 4513.0, 4543.0, 4514.0, 4573.0, 4533.0, 4552.0, 4504.0, 4553.0, 4516.0, 4563.0, 4514.0, 4553.0, 4504.0, 4554.0, 4503.0, 4554.0, 4504.0, 4543.0, 4502.0, 4543.0, 4533.0, 4541.0, 4582.0, 4550.0, 4507.0, 4525.0, 4501.0, 4512.0, 4518.0, 4557.0, 4516.0, 4584.0, 4526.0, 4533.0, 4513.0, 4534.0, 4524.0, 4587.0, 4566.0, 4504.0, 4543.0, 4500.0, 4551.0, 4501.0, 4571.0, 4532.0, 4571.0, 4532.0, 4501.0, 4509.0, 4502.0, 4551.0, 4502.0, 4560.0, 4510.0, 4570.0, 4531.0, 4560.0, 4532.0, 4512.0, 4508.0, 4491.0, 4530.0, 4501.0, 4502.0, 4551.0, 4502.0, 4581.0, 4521.0, 4559.0, 4540.0, 4559.0, 4509.0, 4548.0, 4497.0, 4546.0, 4499.0, 4547.0, 4488.0, 4524.0, 4477.0, 4517.0, 4488.0, 4529.0, 4511.0, 4530.0, 4490.0, 4531.0, 4492.0, 4541.0, 4512.0, 4533.0, 4512.0, 4544.0, 4502.0, 4542.0, 4514.0, 4523.0, 4524.0, 4503.0, 4545.0, 4505.0, 4525.0, 4554.0, 4514.0, 4504.0, 4514.0, 4532.0, 4523.0, 4585.0, 4525.0, 4552.0, 4503.0, 4541.0, 4501.0, 4564.0, 4514.0, 4543.0, 4504.0, 4563.0, 4514.0, 4552.0, 4516.0, 4555.0, 4516.0, 4553.0, 4515.0, 4554.0, 4504.0, 4544.0, 4503.0, 4533.0, 4502.0, 4533.0, 4513.0, 4523.0, 4573.0, 4523.0, 4532.0, 4521.0, 4583.0, 4523.0, 4572.0, 4523.0, 4561.0, 4503.0, 4550.0, 4502.0, 4552.0, 4503.0, 4541.0, 4504.0, 4553.0, 4503.0, 4533.0, 4562.0, 4523.0, 4522.0, 4511.0, 4572.0, 4521.0, 4571.0, 4522.0, 4561.0, 4502.0, 4549.0, 4490.0, 4541.0, 4522.0, 4511.0, 4521.0, 4500.0, 4551.0, 4499.0, 4551.0, 4512.0, 4539.0, 4503.0, 4541.0, 4512.0, 4541.0, 4545.0, 4515.0, 4574.0, 4535.0, 4562.0, 4512.0, 4552.0, 4513.0, 4554.0, 4525.0, 4525.0, 4525.0, 4544.0, 4526.0, 4596.0, 4565.0, 4573.0, 4532.0, 4561.0, 4513.0, 4561.0, 4533.0, 4551.0, 4512.0, 4570.0, 4523.0, 4572.0, 4541.0, 4501.0, 4520.0, 4489.0, 4519.0, 4501.0, 4530.0, 4488.0, 4530.0, 4489.0, 4530.0, 4502.0, 4550.0, 4502.0, 4560.0, 4512.0, 4570.0, 4521.0, 4570.0, 4522.0, 4570.0, 4540.0, 4491.0, 4512.0, 4500.0, 4531.0, 4502.0, 4533.0, 4513.0, 4505.0, 4565.0, 4516.0, 4583.0, 4553.0, 4562.0, 4511.0, 4511.0, 4531.0, 4493.0, 4573.0, 4490.0, 4561.0, 4501.0, 4561.0, 4523.0, 4530.0, 4512.0, 4500.0], 'WindowWidth': [10230.0, 10101.0, 10133.0, 10019.0, 10089.0, 10008.0, 10012.0, 9983.0, 9950.0, 9983.0, 9954.0, 10060.0, 9995.0, 10001.0, 9943.0, 9966.0, 9897.0, 9969.0, 9896.0, 9962.0, 9877.0, 9916.0, 9881.0, 9921.0, 9882.0, 9920.0, 9882.0, 9911.0, 9900.0, 9919.0, 9944.0, 9915.0, 9899.0, 9905.0, 9927.0, 9906.0, 9987.0, 9931.0, 9960.0, 9910.0, 9987.0, 9923.0, 9978.0, 9926.0, 9974.0, 9913.0, 9966.0, 9926.0, 9958.0, 10009.0, 9958.0, 10007.0, 9927.0, 9993.0, 9940.0, 9993.0, 9927.0, 9979.0, 9927.0, 9966.0, 9925.0, 9970.0, 9973.0, 9958.0, 9999.0, 9944.0, 10022.0, 9970.0, 10011.0, 9947.0, 9996.0, 9930.0, 9984.0, 9931.0, 9970.0, 9946.0, 9958.0, 9926.0, 9945.0, 9957.0, 9948.0, 10000.0, 9976.0, 10003.0, 9949.0, 10015.0, 9934.0, 9998.0, 9936.0, 9989.0, 9933.0, 9977.0, 9960.0, 9977.0, 10044.0, 9975.0, 10013.0, 9946.0, 10012.0, 9961.0, 9998.0, 9949.0, 9985.0, 9936.0, 10001.0, 9951.0, 10002.0, 9938.0, 9991.0, 9939.0, 9987.0, 9936.0, 9987.0, 9939.0, 9973.0, 9931.0, 9977.0, 9937.0, 9977.0, 10062.0, 10004.0, 10032.0, 10002.0, 10015.0, 9941.0, 10010.0, 9960.0, 10007.0, 9959.0, 9987.0, 9935.0, 10015.0, 9978.0, 10030.0, 9978.0, 10015.0, 9965.0, 10012.0, 9944.0, 10001.0, 9936.0, 9999.0, 9948.0, 9985.0, 9947.0, 10000.0, 9937.0, 9998.0, 9948.0, 9999.0, 9952.0, 10019.0, 9984.0, 10018.0, 9993.0, 10032.0, 9968.0, 10017.0, 9982.0, 10027.0, 9990.0, 10030.0, 9977.0, 10017.0, 9980.0, 10028.0, 9988.0, 10013.0, 9959.0, 10010.0, 9976.0, 10016.0, 9948.0, 9995.0, 9924.0, 9981.0, 9927.0, 9967.0, 9930.0, 9946.0, 9933.0, 9961.0, 10014.0, 9948.0, 10033.0, 9961.0, 9998.0, 9932.0, 9987.0, 9944.0, 9961.0, 10042.0, 9971.0, 9971.0, 9931.0, 9998.0, 9956.0, 9983.0, 9954.0, 9930.0, 9972.0, 9927.0, 9996.0, 9948.0, 10018.0, 9965.0, 10028.0, 10005.0, 10066.0, 9977.0, 10026.0, 9929.0, 9993.0, 9927.0, 9992.0, 9956.0, 10014.0, 9946.0, 9999.0, 9963.0, 10042.0, 10005.0, 10009.0, 9947.0, 9979.0, 9963.0, 9930.0, 9937.0, 9924.0, 9957.0, 9929.0, 9980.0, 9925.0, 9983.0, 9928.0, 9953.0, 10039.0, 9966.0, 10019.0, 9952.0, 9993.0, 9921.0, 9989.0, 9925.0, 9977.0, 9927.0, 9963.0, 9906.0, 9947.0, 9907.0, 9938.0, 9951.0, 9941.0, 10025.0, 9953.0, 9991.0, 9940.0, 9991.0, 9926.0, 9977.0, 9943.0, 9990.0, 9958.0, 9993.0, 9930.0, 9994.0, 9946.0, 9977.0, 9914.0, 9996.0, 9926.0, 9977.0, 9938.0, 9965.0, 9912.0, 9930.0, 9990.0, 10061.0, 10029.0, 10011.0, 9953.0, 9994.0, 9939.0, 9949.0, 9934.0, 9912.0, 9963.0, 9924.0, 9997.0, 9957.0, 9983.0, 9996.0, 9906.0, 10004.0, 9904.0, 9973.0, 9883.0, 9957.0, 9985.0, 9911.0, 9925.0, 9897.0, 9925.0, 9900.0, 9970.0, 9906.0, 9962.0, 9922.0, 9926.0, 9927.0, 9929.0, 9946.0, 9986.0, 9961.0, 10015.0, 9965.0, 10014.0, 9961.0, 10013.0, 9929.0, 9995.0, 9915.0, 9967.0, 9970.0, 9958.0, 10025.0, 9967.0, 9939.0, 9927.0, 9993.0, 9942.0, 10028.0, 9970.0, 10011.0, 9955.0, 10023.0, 9953.0, 10011.0, 9943.0, 9988.0, 9910.0, 9975.0, 9909.0, 9933.0, 9949.0, 9939.0, 10019.0, 9949.0, 9963.0, 9912.0, 9991.0, 9922.0, 9991.0, 9927.0, 9992.0, 9943.0, 9980.0, 9928.0, 9965.0, 9946.0, 9969.0, 9911.0, 9925.0, 9924.0, 9923.0, 9967.0, 9943.0, 10023.0, 9954.0, 9992.0, 9914.0, 9995.0, 9943.0, 9996.0, 9932.0, 9978.0, 9943.0, 9997.0, 9932.0, 9982.0, 9946.0, 9986.0, 9930.0, 9972.0, 9931.0, 9973.0, 10027.0, 9940.0, 10041.0, 9959.0, 9995.0, 9921.0, 9976.0, 9923.0, 9962.0, 9910.0, 9949.0, 9906.0, 9929.0, 9905.0, 9963.0, 9935.0, 9963.0, 9926.0, 9979.0, 9951.0, 10014.0, 9982.0, 10020.0, 9971.0, 10051.0, 10002.0, 10053.0, 9997.0, 9995.0, 9977.0, 9939.0, 10030.0, 9982.0, 10050.0, 10005.0, 10003.0, 10014.0, 9928.0, 9982.0, 9978.0, 9963.0, 10004.0, 9958.0, 9904.0, 9917.0, 9906.0, 9922.0, 9913.0, 9951.0, 9925.0, 9950.0, 9928.0, 9957.0, 9963.0, 9964.0, 9987.0, 9975.0, 9931.0, 9975.0, 9955.0, 10002.0, 10032.0, 9967.0, 10003.0, 9982.0, 10004.0, 9944.0, 10009.0, 9959.0, 9995.0, 9963.0, 9998.0, 9951.0, 9998.0, 9948.0, 10004.0, 9974.0, 10003.0, 9968.0, 10002.0, 9949.0, 10018.0, 9985.0, 10019.0, 9982.0, 10016.0, 9953.0, 10011.0, 9940.0, 10002.0, 9951.0, 10004.0, 9952.0, 10016.0, 9936.0, 10002.0, 9958.0, 10023.0, 9956.0, 10004.0, 9935.0, 9987.0, 9931.0, 9979.0, 9949.0, 9990.0, 9951.0, 10005.0, 9960.0, 10029.0, 9957.0, 10021.0, 9960.0, 10021.0, 9956.0, 10021.0, 9947.0, 10005.0, 9933.0, 9990.0, 9949.0, 9976.0, 9931.0, 9973.0, 9936.0, 9989.0, 9954.0, 10007.0, 9958.0, 10028.0, 9991.0, 10023.0, 9987.0, 10035.0, 9968.0, 10030.0, 9979.0, 10031.0, 9965.0, 10022.0, 9983.0, 10021.0, 9981.0, 10006.0, 9948.0, 10016.0, 9973.0, 10004.0, 9965.0, 9962.0, 9965.0, 9949.0, 9995.0, 9938.0, 9970.0, 9950.0, 10004.0, 9951.0, 10021.0, 9981.0, 9993.0, 10023.0, 9933.0, 10030.0, 9931.0, 10026.0, 9949.0, 10043.0, 9954.0, 10014.0, 9947.0, 10015.0, 9968.0, 9964.0, 9981.0, 9955.0, 10007.0, 9965.0, 9954.0, 10012.0, 10024.0, 9984.0, 10022.0, 9980.0, 9965.0, 9977.0, 10047.0, 9977.0, 10045.0, 10002.0, 10007.0, 9945.0, 9997.0, 9948.0, 10003.0, 9955.0, 10003.0, 9979.0, 10022.0, 9968.0, 10020.0, 9971.0, 10037.0, 9963.0, 10034.0, 9964.0, 10015.0, 9951.0, 10014.0, 9954.0, 10016.0, 9979.0, 10029.0, 9963.0, 10012.0, 9933.0, 10011.0, 9928.0, 10012.0, 9928.0, 10010.0, 9928.0, 10007.0, 9924.0, 10004.0, 9921.0, 9974.0, 9904.0, 9948.0, 9937.0, 9935.0, 9922.0, 9908.0, 9961.0, 9907.0, 9975.0, 9922.0, 9963.0, 9938.0, 9922.0, 9937.0, 9965.0, 9938.0, 10041.0, 10011.0, 10049.0, 9960.0, 9997.0, 9931.0, 9988.0, 9959.0, 10001.0, 9949.0, 9980.0, 9932.0, 9972.0, 9967.0, 10044.0, 10004.0, 10011.0, 9942.0, 9968.0, 9963.0, 9961.0, 9998.0, 9927.0, 10007.0, 9932.0, 10013.0, 9977.0, 10013.0, 9944.0, 9933.0, 9986.0, 9930.0, 9983.0, 9955.0, 9947.0, 10044.0, 9995.0, 10039.0, 9978.0, 10006.0, 9942.0, 9964.0, 9962.0, 9918.0, 9970.0, 9892.0, 9954.0, 9903.0, 9939.0, 9897.0, 9953.0, 9900.0, 9925.0, 9906.0, 9954.0, 9942.0, 9954.0, 9959.0, 10038.0, 9957.0, 10008.0, 9971.0, 9993.0, 9953.0, 10010.0, 9957.0, 10008.0, 9968.0, 9952.0, 9923.0, 9989.0, 9952.0, 10020.0, 9953.0, 9927.0, 9925.0, 9925.0, 9958.0, 9974.0, 9944.0, 9927.0, 9930.0, 9929.0, 9959.0, 9947.0, 9974.0, 9929.0, 9971.0, 9907.0, 9975.0, 9950.0, 10001.0, 9929.0, 9981.0, 9930.0, 9929.0, 9960.0, 9952.0, 10057.0, 10003.0, 10081.0, 10035.0, 9965.0, 9961.0, 10013.0, 9953.0, 10038.0, 9982.0, 9995.0, 9951.0, 9979.0, 9922.0, 9975.0, 9943.0, 10007.0, 9951.0, 9966.0, 9910.0, 9990.0, 9940.0, 10011.0, 9942.0, 9991.0, 9929.0, 9994.0, 9923.0, 9978.0, 9990.0, 9952.0, 10016.0, 9959.0, 9987.0, 9904.0, 9986.0, 9904.0, 9971.0, 9909.0, 9959.0, 9909.0, 9961.0, 9908.0, 9953.0, 9957.0, 9942.0, 9996.0, 9954.0, 10023.0, 9952.0, 10006.0, 9923.0, 9976.0, 9925.0, 9978.0, 9925.0, 9980.0, 9953.0, 9937.0, 9939.0, 9926.0, 9980.0, 9939.0, 10022.0, 9969.0, 10007.0, 9925.0, 9995.0, 9932.0, 9991.0, 9930.0, 9992.0, 9927.0, 9967.0, 9929.0, 9971.0, 9932.0, 9972.0, 9959.0, 9946.0, 10025.0, 9957.0, 10001.0, 9934.0, 10011.0, 9930.0, 9997.0, 9948.0, 9975.0, 9926.0, 9944.0, 9986.0, 9947.0, 10025.0, 9972.0, 9997.0, 9934.0, 10001.0, 9954.0, 10013.0, 9948.0, 10000.0, 9935.0, 10000.0, 9934.0, 10002.0, 9933.0, 9986.0, 9931.0, 9985.0, 9972.0, 9998.0, 10055.0, 10010.0, 9944.0, 9961.0, 9925.0, 9942.0, 9958.0, 10014.0, 9954.0, 10044.0, 9965.0, 9972.0, 9944.0, 9974.0, 9962.0, 10053.0, 10021.0, 9932.0, 9983.0, 9924.0, 9991.0, 9925.0, 10020.0, 9966.0, 10020.0, 9966.0, 9924.0, 9933.0, 9928.0, 9992.0, 9926.0, 10004.0, 9935.0, 10017.0, 9966.0, 10004.0, 9967.0, 9938.0, 9928.0, 9908.0, 9961.0, 9922.0, 9928.0, 9993.0, 9927.0, 10033.0, 9950.0, 10001.0, 9973.0, 9998.0, 9929.0, 9981.0, 9913.0, 9978.0, 9917.0, 9979.0, 9900.0, 9945.0, 9884.0, 9937.0, 9904.0, 9959.0, 9935.0, 9960.0, 9907.0, 9964.0, 9913.0, 9981.0, 9943.0, 9970.0, 9940.0, 9985.0, 9928.0, 9982.0, 9947.0, 9960.0, 9960.0, 9932.0, 9989.0, 9935.0, 9963.0, 10000.0, 9945.0, 9932.0, 9946.0, 9969.0, 9958.0, 10046.0, 9962.0, 9996.0, 9929.0, 9980.0, 9927.0, 10014.0, 9949.0, 9986.0, 9934.0, 10012.0, 9949.0, 9999.0, 9955.0, 10003.0, 9953.0, 10000.0, 9950.0, 10001.0, 9936.0, 9988.0, 9932.0, 9972.0, 9930.0, 9971.0, 9943.0, 9957.0, 10026.0, 9957.0, 9969.0, 9952.0, 10039.0, 9956.0, 10023.0, 9957.0, 10007.0, 9931.0, 9991.0, 9929.0, 9997.0, 9932.0, 9981.0, 9935.0, 10000.0, 9932.0, 9973.0, 10009.0, 9955.0, 9954.0, 9938.0, 10022.0, 9952.0, 10021.0, 9954.0, 10005.0, 9927.0, 9988.0, 9911.0, 9979.0, 9955.0, 9938.0, 9952.0, 9923.0, 9991.0, 9922.0, 9993.0, 9943.0, 9977.0, 9932.0, 9981.0, 9942.0, 9980.0, 9990.0, 9950.0, 10029.0, 9975.0, 10009.0, 9943.0, 9997.0, 9947.0, 10003.0, 9965.0, 9964.0, 9964.0, 9989.0, 9966.0, 10063.0, 10017.0, 10026.0, 9969.0, 10008.0, 9945.0, 10009.0, 9971.0, 9992.0, 9942.0, 10020.0, 9959.0, 10025.0, 9980.0, 9925.0, 9949.0, 9905.0, 9947.0, 9924.0, 9965.0, 9904.0, 9963.0, 9907.0, 9962.0, 9928.0, 9992.0, 9927.0, 10004.0, 9941.0, 10016.0, 9951.0, 10019.0, 9956.0, 10019.0, 9977.0, 9912.0, 9942.0, 9923.0, 9967.0, 9929.0, 9970.0, 9943.0, 9938.0, 10019.0, 9955.0, 10041.0, 10000.0, 10010.0, 9938.0, 9938.0, 9967.0, 9917.0, 10025.0, 9909.0, 10005.0, 9925.0, 10007.0, 9957.0, 9964.0, 9940.0, 9923.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.00019188961646398508</td></tr>
<tr><td colspan=3>aqi</td><td>0.016457109354536953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.75725341109549</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199958610000001</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9830114776685391</td></tr>
<tr><td colspan=3>efc</td><td>0.4936</td></tr>
<tr><td colspan=3>fber</td><td>6261.9648</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10356285357574126</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.641721234798878</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5671442336847634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5409115757835834</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5746433931611725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.585877732109534</td></tr>
<tr><td colspan=3>gcor</td><td>0.00670295</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.010008889250457287</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03152565285563469</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.048504693418864</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>24.1643</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8692</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.3675</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294410.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.6724</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.9283</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3716.4846</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.7156</td></tr>
<tr><td colspan=3>tsnr</td><td>40.76619930047309</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>