<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0095_ses-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-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-01/func/sub-0095_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>97789b7b1a6d49b91096284e843eebb1</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:06:26.712500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999223, 0.0393673, 0.00184374, -0.0390849, 0.995884, -0.0817709]</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.103771</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7808, -7195, 507, -55, -303, -144, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff1f77bc-8acb-4f71-b59a-7603f00d4fc0||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680842638015747, -0.10486200451850891, 0.01364918239414692, 115.76432800292969], [-0.10561970621347427, 2.6718852519989014, -0.220415398478508, -84.57376861572266], [0.004946610424667597, 0.21938541531562805, 2.690953493118286, -65.77576446533203], [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': ['150626.712500', '150627.172500', '150627.632500', '150628.092500', '150628.552500', '150629.012500', '150629.472500', '150629.932500', '150630.392500', '150630.852500', '150631.312500', '150631.772500', '150632.232500', '150632.692500', '150633.152500', '150633.612500', '150634.072500', '150634.532500', '150634.992500', '150635.452500', '150635.912500', '150636.372500', '150636.832500', '150637.292500', '150637.752500', '150638.212500', '150638.672500', '150639.132500', '150639.592500', '150640.052500', '150640.512500', '150640.972500', '150641.432500', '150641.892500', '150642.352500', '150642.812500', '150643.272500', '150643.732500', '150644.192500', '150644.652500', '150645.112500', '150645.572500', '150646.032500', '150646.492500', '150646.952500', '150647.412500', '150647.872500', '150648.332500', '150648.792500', '150649.252500', '150649.712500', '150650.172500', '150650.632500', '150651.092500', '150651.552500', '150652.012500', '150652.472500', '150652.932500', '150653.392500', '150653.852500', '150654.312500', '150654.772500', '150655.232500', '150655.692500', '150656.152500', '150656.612500', '150657.072500', '150657.532500', '150657.992500', '150658.452500', '150658.912500', '150659.372500', '150659.832500', '150700.292500', '150700.752500', '150701.212500', '150701.672500', '150702.132500', '150702.592500', '150703.052500', '150703.512500', '150703.972500', '150704.432500', '150704.892500', '150705.352500', '150705.812500', '150706.272500', '150706.732500', '150707.192500', '150707.652500', '150708.112500', '150708.572500', '150709.032500', '150709.492500', '150709.952500', '150710.412500', '150710.872500', '150711.332500', '150711.792500', '150712.252500', '150712.712500', '150713.172500', '150713.632500', '150714.092500', '150714.552500', '150715.012500', '150715.472500', '150715.932500', '150716.392500', '150716.852500', '150717.312500', '150717.772500', '150718.232500', '150718.692500', '150719.152500', '150719.612500', '150720.072500', '150720.532500', '150720.992500', '150721.452500', '150721.912500', '150722.372500', '150722.832500', '150723.292500', '150723.752500', '150724.212500', '150724.672500', '150725.132500', '150725.592500', '150726.052500', '150726.512500', '150726.972500', '150727.432500', '150727.892500', '150728.352500', '150728.812500', '150729.272500', '150729.732500', '150730.192500', '150730.652500', '150731.112500', '150731.572500', '150732.032500', '150732.492500', '150732.952500', '150733.412500', '150733.872500', '150734.332500', '150734.792500', '150735.252500', '150735.712500', '150736.172500', '150736.632500', '150737.092500', '150737.552500', '150738.012500', '150738.472500', '150738.932500', '150739.392500', '150739.852500', '150740.312500', '150740.772500', '150741.232500', '150741.692500', '150742.152500', '150742.612500', '150743.072500', '150743.532500', '150743.992500', '150744.452500', '150744.912500', '150745.372500', '150745.832500', '150746.292500', '150746.752500', '150747.212500', '150747.672500', '150748.132500', '150748.592500', '150749.052500', '150749.512500', '150749.972500', '150750.432500', '150750.892500', '150751.352500', '150751.812500', '150752.272500', '150752.732500', '150753.192500', '150753.652500', '150754.112500', '150754.572500', '150755.032500', '150755.492500', '150755.952500', '150756.412500', '150756.872500', '150757.332500', '150757.792500', '150758.252500', '150758.712500', '150759.172500', '150759.632500', '150800.092500', '150800.552500', '150801.012500', '150801.472500', '150801.932500', '150802.392500', '150802.852500', '150803.312500', '150803.772500', '150804.232500', '150804.692500', '150805.152500', '150805.612500', '150806.072500', '150806.532500', '150806.992500', '150807.452500', '150807.912500', '150808.372500', '150808.832500', '150809.292500', '150809.752500', '150810.212500', '150810.672500', '150811.132500', '150811.592500', '150812.052500', '150812.512500', '150812.972500', '150813.432500', '150813.892500', '150814.352500', '150814.812500', '150815.272500', '150815.732500', '150816.192500', '150816.652500', '150817.112500', '150817.572500', '150818.032500', '150818.492500', '150818.952500', '150819.412500', '150819.872500', '150820.332500', '150820.792500', '150821.252500', '150821.712500', '150822.172500', '150822.632500', '150823.092500', '150823.552500', '150824.012500', '150824.472500', '150824.932500', '150825.392500', '150825.852500', '150826.312500', '150826.772500', '150827.232500', '150827.692500', '150828.152500', '150828.612500', '150829.072500', '150829.532500', '150829.992500', '150830.452500', '150830.912500', '150831.372500', '150831.832500', '150832.292500', '150832.752500', '150833.212500', '150833.672500', '150834.132500', '150834.592500', '150835.052500', '150835.512500', '150835.972500', '150836.432500', '150836.892500', '150837.352500', '150837.812500', '150838.272500', '150838.732500', '150839.192500', '150839.652500', '150840.112500', '150840.572500', '150841.032500', '150841.492500', '150841.952500', '150842.412500', '150842.872500', '150843.332500', '150843.792500', '150844.252500', '150844.712500', '150845.172500', '150845.632500', '150846.092500', '150846.552500', '150847.012500', '150847.472500', '150847.932500', '150848.392500', '150848.852500', '150849.312500', '150849.772500', '150850.232500', '150850.692500', '150851.152500', '150851.612500', '150852.072500', '150852.532500', '150852.992500', '150853.452500', '150853.912500', '150854.372500', '150854.832500', '150855.292500', '150855.752500', '150856.212500', '150856.672500', '150857.132500', '150857.592500', '150858.052500', '150858.512500', '150858.972500', '150859.432500', '150859.892500', '150900.352500', '150900.812500', '150901.272500', '150901.732500', '150902.192500', '150902.652500', '150903.112500', '150903.572500', '150904.032500', '150904.492500', '150904.952500', '150905.412500', '150905.872500', '150906.332500', '150906.792500', '150907.252500', '150907.712500', '150908.172500', '150908.632500', '150909.092500', '150909.552500', '150910.012500', '150910.472500', '150910.932500', '150911.392500', '150911.852500', '150912.312500', '150912.772500', '150913.232500', '150913.692500', '150914.152500', '150914.612500', '150915.072500', '150915.532500', '150915.992500', '150916.452500', '150916.912500', '150917.372500', '150917.832500', '150918.292500', '150918.752500', '150919.212500', '150919.672500', '150920.132500', '150920.592500', '150921.052500', '150921.512500', '150921.972500', '150922.432500', '150922.892500', '150923.352500', '150923.812500', '150924.272500', '150924.732500', '150925.192500', '150925.652500', '150926.112500', '150926.572500', '150927.032500', '150927.492500', '150927.952500', '150928.412500', '150928.872500', '150929.332500', '150929.792500', '150930.252500', '150930.712500', '150931.172500', '150931.632500', '150932.092500', '150932.552500', '150933.012500', '150933.472500', '150933.932500', '150934.392500', '150934.852500', '150935.312500', '150935.772500', '150936.232500', '150936.692500', '150937.152500', '150937.612500', '150938.072500', '150938.532500', '150938.992500', '150939.452500', '150939.912500', '150940.372500', '150940.832500', '150941.292500', '150941.752500', '150942.212500', '150942.672500', '150943.132500', '150943.592500', '150944.052500', '150944.512500', '150944.972500', '150945.432500', '150945.892500', '150946.352500', '150946.812500', '150947.272500', '150947.732500', '150948.192500', '150948.652500', '150949.112500', '150949.572500', '150950.032500', '150950.492500', '150950.952500', '150951.412500', '150951.872500', '150952.332500', '150952.792500', '150953.252500', '150953.712500', '150954.172500', '150954.632500', '150955.092500', '150955.552500', '150956.012500', '150956.472500', '150956.932500', '150957.392500', '150957.852500', '150958.312500', '150958.772500', '150959.232500', '150959.692500', '151000.152500', '151000.612500', '151001.072500', '151001.532500', '151001.992500', '151002.452500', '151002.912500', '151003.372500', '151003.832500', '151004.292500', '151004.752500', '151005.212500', '151005.672500', '151006.132500', '151006.592500', '151007.052500', '151007.512500', '151007.972500', '151008.432500', '151008.892500', '151009.352500', '151009.812500', '151010.272500', '151010.732500', '151011.192500', '151011.652500', '151012.112500', '151012.572500', '151013.032500', '151013.492500', '151013.952500', '151014.412500', '151014.872500', '151015.332500', '151015.792500', '151016.252500', '151016.712500', '151017.172500', '151017.632500', '151018.092500', '151018.552500', '151019.012500', '151019.472500', '151019.932500', '151020.392500', '151020.852500', '151021.312500', '151021.772500', '151022.232500', '151022.692500', '151023.152500', '151023.612500', '151024.072500', '151024.532500', '151024.992500', '151025.452500', '151025.912500', '151026.372500', '151026.832500', '151027.292500', '151027.752500', '151028.212500', '151028.672500', '151029.132500', '151029.592500', '151030.052500', '151030.512500', '151030.972500', '151031.432500', '151031.892500', '151032.352500', '151032.812500', '151033.272500', '151033.732500', '151034.192500', '151034.652500', '151035.112500', '151035.572500', '151036.032500', '151036.492500', '151036.952500', '151037.412500', '151037.872500', '151038.332500', '151038.792500', '151039.252500', '151039.712500', '151040.172500', '151040.632500', '151041.092500', '151041.552500', '151042.012500', '151042.472500', '151042.932500', '151043.392500', '151043.852500', '151044.312500', '151044.772500', '151045.232500', '151045.692500', '151046.152500', '151046.612500', '151047.072500', '151047.532500', '151047.992500', '151048.452500', '151048.912500', '151049.372500', '151049.832500', '151050.292500', '151050.752500', '151051.212500', '151051.672500', '151052.132500', '151052.592500', '151053.052500', '151053.512500', '151053.972500', '151054.432500', '151054.892500', '151055.352500', '151055.812500', '151056.272500', '151056.732500', '151057.192500', '151057.652500', '151058.112500', '151058.572500', '151059.032500', '151059.492500', '151059.952500', '151100.412500', '151100.872500', '151101.332500', '151101.792500', '151102.252500', '151102.712500', '151103.172500', '151103.632500', '151104.092500', '151104.552500', '151105.012500', '151105.472500', '151105.932500', '151106.392500', '151106.852500', '151107.312500', '151107.772500', '151108.232500', '151108.692500', '151109.152500', '151109.612500', '151110.072500', '151110.532500', '151110.992500', '151111.452500', '151111.912500', '151112.372500', '151112.832500', '151113.292500', '151113.752500', '151114.212500', '151114.672500', '151115.132500', '151115.592500', '151116.052500', '151116.512500', '151116.972500', '151117.432500', '151117.892500', '151118.352500', '151118.812500', '151119.272500', '151119.732500', '151120.192500', '151120.652500', '151121.112500', '151121.572500', '151122.032500', '151122.492500', '151122.952500', '151123.412500', '151123.872500', '151124.332500', '151124.792500', '151125.252500', '151125.712500', '151126.172500', '151126.632500', '151127.092500', '151127.552500', '151128.012500', '151128.472500', '151128.932500', '151129.392500', '151129.852500', '151130.312500', '151130.772500', '151131.232500', '151131.692500', '151132.152500', '151132.612500', '151133.072500', '151133.532500', '151133.992500', '151134.452500', '151134.912500', '151135.372500', '151135.832500', '151136.292500', '151136.752500', '151137.212500', '151137.672500', '151138.132500', '151138.592500', '151139.052500', '151139.512500', '151139.972500', '151140.432500', '151140.892500', '151141.352500', '151141.812500', '151142.272500', '151142.732500', '151143.192500', '151143.652500', '151144.112500', '151144.572500', '151145.032500', '151145.492500', '151145.952500', '151146.412500', '151146.872500', '151147.332500', '151147.792500', '151148.252500', '151148.712500', '151149.172500', '151149.632500', '151150.092500', '151150.552500', '151151.012500', '151151.472500', '151151.932500', '151152.392500', '151152.852500', '151153.312500', '151153.772500', '151154.232500', '151154.692500', '151155.152500', '151155.612500', '151156.072500', '151156.532500', '151156.992500', '151157.452500', '151157.912500', '151158.372500', '151158.832500', '151159.292500', '151159.752500', '151200.212500', '151200.672500', '151201.132500', '151201.592500', '151202.052500', '151202.512500', '151202.972500', '151203.432500', '151203.892500', '151204.352500', '151204.812500', '151205.272500', '151205.732500', '151206.192500', '151206.652500', '151207.112500', '151207.572500', '151208.032500', '151208.492500', '151208.952500', '151209.412500', '151209.872500', '151210.332500', '151210.792500', '151211.252500', '151211.712500', '151212.172500', '151212.632500', '151213.092500', '151213.552500', '151214.012500', '151214.472500', '151214.932500', '151215.392500', '151215.852500', '151216.312500', '151216.772500', '151217.232500', '151217.692500', '151218.152500', '151218.612500', '151219.072500', '151219.532500', '151219.992500', '151220.452500', '151220.912500', '151221.372500', '151221.832500', '151222.292500', '151222.752500', '151223.212500', '151223.672500', '151224.132500', '151224.592500', '151225.052500', '151225.512500', '151225.972500', '151226.432500', '151226.892500', '151227.352500', '151227.812500', '151228.272500', '151228.732500', '151229.192500', '151229.652500', '151230.112500', '151230.572500', '151231.032500', '151231.492500', '151231.952500', '151232.412500', '151232.872500', '151233.332500', '151233.792500', '151234.252500', '151234.712500', '151235.172500', '151235.632500', '151236.092500', '151236.552500', '151237.012500', '151237.472500', '151237.932500', '151238.392500', '151238.852500', '151239.312500', '151239.772500', '151240.232500', '151240.692500', '151241.152500', '151241.612500', '151242.072500', '151242.532500', '151242.992500', '151243.452500', '151243.912500', '151244.372500', '151244.832500', '151245.292500', '151245.752500', '151246.212500', '151246.672500', '151247.132500', '151247.592500', '151248.052500', '151248.512500', '151248.972500', '151249.432500', '151249.892500', '151250.352500', '151250.812500', '151251.272500', '151251.732500', '151252.192500', '151252.652500', '151253.112500', '151253.572500', '151254.032500', '151254.492500', '151254.952500', '151255.412500', '151255.872500', '151256.332500', '151256.792500', '151257.252500', '151257.712500', '151258.172500', '151258.632500', '151259.092500', '151259.552500', '151300.012500', '151300.472500', '151300.932500', '151301.392500', '151301.852500', '151302.312500', '151302.772500', '151303.232500', '151303.692500', '151304.152500', '151304.612500', '151305.072500', '151305.532500', '151305.992500', '151306.452500', '151306.912500', '151307.372500', '151307.832500', '151308.292500', '151308.752500', '151309.212500', '151309.672500', '151310.132500', '151310.592500', '151311.052500', '151311.512500', '151311.972500', '151312.432500', '151312.892500', '151313.352500', '151313.812500', '151314.272500', '151314.732500', '151315.192500', '151315.652500', '151316.112500', '151316.572500', '151317.032500', '151317.492500', '151317.952500', '151318.412500', '151318.872500', '151319.332500', '151319.792500', '151320.252500', '151320.712500', '151321.172500', '151321.632500', '151322.092500', '151322.552500', '151323.012500', '151323.472500', '151323.932500', '151324.392500', '151324.852500', '151325.312500', '151325.772500', '151326.232500', '151326.692500', '151327.152500', '151327.612500', '151328.072500', '151328.532500', '151328.992500', '151329.452500', '151329.912500', '151330.372500', '151330.832500', '151331.292500', '151331.752500', '151332.212500', '151332.672500', '151333.132500', '151333.592500', '151334.052500', '151334.512500', '151334.972500', '151335.432500', '151335.892500', '151336.352500', '151336.812500', '151337.272500', '151337.732500', '151338.192500', '151338.652500', '151339.112500', '151339.572500', '151340.032500', '151340.492500', '151340.952500', '151341.412500', '151341.872500', '151342.332500', '151342.792500', '151343.252500', '151343.712500', '151344.172500', '151344.632500', '151345.092500', '151345.552500', '151346.012500', '151346.472500', '151346.932500', '151347.392500', '151347.852500', '151348.312500', '151348.772500', '151349.232500', '151349.692500', '151350.152500', '151350.612500', '151351.072500', '151351.532500', '151351.992500', '151352.452500', '151352.912500', '151353.372500', '151353.832500', '151354.292500', '151354.752500', '151355.212500', '151355.672500', '151356.132500', '151356.592500', '151357.052500', '151357.512500', '151357.972500', '151358.432500', '151358.892500', '151359.352500', '151359.812500', '151400.272500', '151400.732500', '151401.192500', '151401.652500', '151402.112500', '151402.572500', '151403.032500', '151403.492500', '151403.952500', '151404.412500', '151404.872500', '151405.332500', '151405.792500', '151406.252500', '151406.712500', '151407.172500', '151407.632500', '151408.092500', '151408.552500', '151409.012500', '151409.472500', '151409.932500', '151410.392500', '151410.852500', '151411.312500', '151411.772500', '151412.232500', '151412.692500', '151413.152500', '151413.612500', '151414.072500', '151414.532500', '151414.992500', '151415.452500', '151415.912500', '151416.372500', '151416.832500', '151417.292500', '151417.752500', '151418.212500', '151418.672500', '151419.132500', '151419.592500', '151420.052500', '151420.512500', '151420.972500', '151421.432500', '151421.892500', '151422.352500', '151422.812500', '151423.272500', '151423.732500', '151424.192500', '151424.652500', '151425.112500', '151425.572500', '151426.032500', '151426.492500', '151426.952500', '151427.412500', '151427.872500', '151428.332500', '151428.792500', '151429.252500', '151429.712500', '151430.172500', '151430.632500', '151431.092500', '151431.552500', '151432.012500', '151432.472500', '151432.932500', '151433.392500', '151433.852500', '151434.312500', '151434.772500', '151435.232500', '151435.692500', '151436.152500', '151436.612500', '151437.072500', '151437.532500', '151437.992500', '151438.452500', '151438.912500', '151439.372500', '151439.832500'], 'ContentTime': ['150647.576000', '150647.580000', '150647.583000', '150647.586000', '150647.589000', '150647.592000', '150647.595000', '150647.597000', '150647.606000', '150647.609000', '150647.612000', '150647.614000', '150647.617000', '150647.619000', '150647.622000', '150647.630000', '150647.632000', '150647.635000', '150647.637000', '150647.640000', '150647.643000', '150647.645000', '150647.648000', '150647.651000', '150647.653000', '150647.656000', '150647.659000', '150647.661000', '150647.664000', '150647.666000', '150647.669000', '150647.672000', '150647.674000', '150647.677000', '150647.679000', '150647.682000', '150647.684000', '150647.687000', '150647.689000', '150647.692000', '150647.695000', '150647.697000', '150707.547000', '150707.550000', '150707.552000', '150707.555000', '150707.557000', '150707.560000', '150707.562000', '150707.565000', '150707.567000', '150707.570000', '150707.573000', '150707.575000', '150707.578000', '150707.580000', '150707.583000', '150707.585000', '150707.588000', '150707.591000', '150707.593000', '150707.596000', '150707.598000', '150707.601000', '150707.603000', '150707.606000', '150707.608000', '150707.611000', '150707.613000', '150707.616000', '150707.619000', '150707.621000', '150707.624000', '150707.627000', '150707.629000', '150707.632000', '150707.634000', '150707.637000', '150707.640000', '150707.650000', '150707.652000', '150707.655000', '150707.657000', '150707.660000', '150707.663000', '150707.665000', '150727.547000', '150727.550000', '150727.553000', '150727.555000', '150727.558000', '150727.560000', '150727.563000', '150727.565000', '150727.568000', '150727.571000', '150727.573000', '150727.576000', '150727.579000', '150727.582000', '150727.584000', '150727.589000', '150727.592000', '150727.594000', '150727.597000', '150727.599000', '150727.602000', '150727.604000', '150727.607000', '150727.616000', '150727.618000', '150727.621000', '150727.623000', '150727.627000', '150727.629000', '150727.632000', '150727.635000', '150727.637000', '150727.640000', '150727.643000', '150727.645000', '150727.648000', '150727.650000', '150727.653000', '150727.655000', '150727.658000', '150727.661000', '150727.663000', '150727.666000', '150747.547000', '150747.550000', '150747.553000', '150747.555000', '150747.558000', '150747.560000', '150747.563000', '150747.565000', '150747.568000', '150747.571000', '150747.573000', '150747.576000', '150747.578000', '150747.581000', '150747.583000', '150747.586000', '150747.589000', '150747.591000', '150747.594000', '150747.596000', '150747.599000', '150747.602000', '150747.604000', '150747.607000', '150747.609000', '150747.612000', '150747.615000', '150747.617000', '150747.620000', '150747.622000', '150747.625000', '150747.627000', '150747.630000', '150747.633000', '150747.635000', '150747.638000', '150747.640000', '150747.643000', '150747.645000', '150747.648000', '150747.650000', '150747.653000', '150747.664000', '150747.666000', '150807.548000', '150807.550000', '150807.553000', '150807.556000', '150807.558000', '150807.561000', '150807.563000', '150807.566000', '150807.568000', '150807.571000', '150807.574000', '150807.576000', '150807.579000', '150807.581000', '150807.584000', '150807.587000', '150807.590000', '150807.593000', '150807.595000', '150807.598000', '150807.600000', '150807.603000', '150807.615000', '150807.618000', '150807.632000', '150807.634000', '150807.637000', '150807.640000', '150807.642000', '150807.645000', '150807.647000', '150807.650000', '150807.652000', '150807.655000', '150807.658000', '150807.660000', '150807.663000', '150807.665000', '150807.668000', '150807.671000', '150807.673000', '150807.676000', '150807.678000', '150827.547000', '150827.550000', '150827.553000', '150827.556000', '150827.558000', '150827.561000', '150827.563000', '150827.566000', '150827.569000', '150827.571000', '150827.574000', '150827.577000', '150827.579000', '150827.582000', '150827.584000', '150827.587000', '150827.590000', '150827.592000', '150827.595000', '150827.597000', '150827.605000', '150827.607000', '150827.610000', '150827.613000', '150827.615000', '150827.618000', '150827.620000', '150827.623000', '150827.626000', '150827.628000', '150827.631000', '150827.633000', '150827.636000', '150827.639000', '150827.641000', '150827.644000', '150827.646000', '150827.649000', '150827.651000', '150827.654000', '150827.657000', '150827.659000', '150827.662000', '150827.664000', '150847.547000', '150847.550000', '150847.553000', '150847.555000', '150847.558000', '150847.561000', '150847.563000', '150847.566000', '150847.568000', '150847.571000', '150847.574000', '150847.576000', '150847.579000', '150847.581000', '150847.584000', '150847.586000', '150847.589000', '150847.592000', '150847.594000', '150847.597000', '150847.600000', '150847.602000', '150847.605000', '150847.608000', '150847.610000', '150847.613000', '150847.615000', '150847.618000', '150847.620000', '150847.623000', '150847.625000', '150847.628000', '150847.631000', '150847.633000', '150847.636000', '150847.638000', '150847.641000', '150847.643000', '150847.646000', '150847.649000', '150847.651000', '150847.654000', '150847.656000', '150907.548000', '150907.550000', '150907.553000', '150907.556000', '150907.558000', '150907.561000', '150907.563000', '150907.566000', '150907.569000', '150907.571000', '150907.574000', '150907.576000', '150907.579000', '150907.582000', '150907.584000', '150907.587000', '150907.589000', '150907.592000', '150907.595000', '150907.597000', '150907.600000', '150907.602000', '150907.605000', '150907.608000', '150907.610000', '150907.613000', '150907.615000', '150907.618000', '150907.620000', '150907.623000', '150907.626000', '150907.628000', '150907.631000', '150907.633000', '150907.637000', '150907.640000', '150907.642000', '150907.645000', '150907.647000', '150907.650000', '150907.653000', '150907.655000', '150907.658000', '150907.660000', '150927.546000', '150927.549000', '150927.552000', '150927.554000', '150927.557000', '150927.560000', '150927.562000', '150927.565000', '150927.568000', '150927.570000', '150927.573000', '150927.575000', '150927.578000', '150927.581000', '150927.583000', '150927.586000', '150927.588000', '150927.591000', '150927.593000', '150927.596000', '150927.599000', '150927.601000', '150927.604000', '150927.606000', '150927.609000', '150927.612000', '150927.614000', '150927.617000', '150927.619000', '150927.622000', '150927.625000', '150927.627000', '150927.630000', '150927.632000', '150927.635000', '150927.637000', '150927.640000', '150927.642000', '150927.645000', '150927.648000', '150927.650000', '150927.653000', '150927.656000', '150947.547000', '150947.550000', '150947.553000', '150947.556000', '150947.558000', '150947.561000', '150947.564000', '150947.566000', '150947.569000', '150947.571000', '150947.574000', '150947.576000', '150947.579000', '150947.582000', '150947.584000', '150947.587000', '150947.589000', '150947.592000', '150947.594000', '150947.597000', '150947.613000', '150947.616000', '150947.619000', '150947.621000', '150947.624000', '150947.626000', '150947.629000', '150947.631000', '150947.634000', '150947.637000', '150947.639000', '150947.642000', '150947.644000', '150947.647000', '150947.649000', '150947.652000', '150947.655000', '150947.657000', '150947.660000', '150947.662000', '150947.665000', '150947.678000', '150947.680000', '150947.683000', '151007.548000', '151007.550000', '151007.553000', '151007.556000', '151007.558000', '151007.561000', '151007.564000', '151007.566000', '151007.569000', '151007.571000', '151007.574000', '151007.577000', '151007.579000', '151007.582000', '151007.584000', '151007.587000', '151007.590000', '151007.592000', '151007.595000', '151007.597000', '151007.600000', '151007.603000', '151007.605000', '151007.608000', '151007.611000', '151007.613000', '151007.616000', '151007.618000', '151007.621000', '151007.624000', '151007.626000', '151007.629000', '151007.631000', '151007.634000', '151007.636000', '151007.639000', '151007.642000', '151007.644000', '151007.647000', '151007.649000', '151007.652000', '151007.655000', '151007.657000', '151027.548000', '151027.551000', '151027.553000', '151027.556000', '151027.558000', '151027.561000', '151027.564000', '151027.566000', '151027.569000', '151027.571000', '151027.574000', '151027.577000', '151027.579000', '151027.582000', '151027.584000', '151027.587000', '151027.589000', '151027.592000', '151027.595000', '151027.597000', '151027.600000', '151027.603000', '151027.605000', '151027.608000', '151027.610000', '151027.613000', '151027.616000', '151027.618000', '151027.621000', '151027.623000', '151027.626000', '151027.629000', '151027.631000', '151027.634000', '151027.636000', '151027.639000', '151027.641000', '151027.644000', '151027.647000', '151027.649000', '151027.652000', '151027.654000', '151027.657000', '151027.659000', '151047.547000', '151047.550000', '151047.553000', '151047.556000', '151047.558000', '151047.561000', '151047.563000', '151047.566000', '151047.568000', '151047.571000', '151047.574000', '151047.576000', '151047.579000', '151047.581000', '151047.584000', '151047.586000', '151047.589000', '151047.592000', '151047.594000', '151047.597000', '151047.600000', '151047.602000', '151047.605000', '151047.607000', '151047.610000', '151047.613000', '151047.615000', '151047.618000', '151047.620000', '151047.623000', '151047.625000', '151047.628000', '151047.631000', '151047.633000', '151047.636000', '151047.638000', '151047.641000', '151047.643000', '151047.646000', '151047.649000', '151047.651000', '151047.654000', '151047.656000', '151107.548000', '151107.551000', '151107.553000', '151107.556000', '151107.559000', '151107.561000', '151107.564000', '151107.566000', '151107.569000', '151107.572000', '151107.574000', '151107.577000', '151107.579000', '151107.582000', '151107.585000', '151107.587000', '151107.590000', '151107.593000', '151107.595000', '151107.598000', '151107.600000', '151107.603000', '151107.606000', '151107.608000', '151107.611000', '151107.613000', '151107.616000', '151107.618000', '151107.621000', '151107.623000', '151107.626000', '151107.629000', '151107.631000', '151107.634000', '151107.637000', '151107.639000', '151107.642000', '151107.644000', '151107.647000', '151107.650000', '151107.652000', '151107.655000', '151107.657000', '151107.660000', '151127.547000', '151127.550000', '151127.553000', '151127.556000', '151127.558000', '151127.561000', '151127.564000', '151127.566000', '151127.569000', '151127.571000', '151127.574000', '151127.576000', '151127.579000', '151127.582000', '151127.584000', '151127.587000', '151127.590000', '151127.592000', '151127.595000', '151127.597000', '151127.600000', '151127.603000', '151127.605000', '151127.608000', '151127.610000', '151127.613000', '151127.616000', '151127.618000', '151127.621000', '151127.624000', '151127.626000', '151127.629000', '151127.631000', '151127.634000', '151127.636000', '151127.639000', '151127.642000', '151127.644000', '151127.647000', '151127.650000', '151127.652000', '151127.655000', '151127.657000', '151147.546000', '151147.549000', '151147.552000', '151147.555000', '151147.557000', '151147.560000', '151147.562000', '151147.565000', '151147.568000', '151147.570000', '151147.573000', '151147.575000', '151147.578000', '151147.581000', '151147.583000', '151147.586000', '151147.589000', '151147.591000', '151147.594000', '151147.596000', '151147.599000', '151147.602000', '151147.604000', '151147.607000', '151147.609000', '151147.612000', '151147.614000', '151147.617000', '151147.620000', '151147.622000', '151147.625000', '151147.628000', '151147.630000', '151147.633000', '151147.635000', '151147.638000', '151147.641000', '151147.643000', '151147.646000', '151147.648000', '151147.651000', '151147.653000', '151147.656000', '151147.659000', '151207.548000', '151207.550000', '151207.553000', '151207.556000', '151207.558000', '151207.561000', '151207.563000', '151207.566000', '151207.569000', '151207.571000', '151207.574000', '151207.576000', '151207.579000', '151207.582000', '151207.584000', '151207.587000', '151207.590000', '151207.592000', '151207.595000', '151207.597000', '151207.600000', '151207.602000', '151207.605000', '151207.608000', '151207.610000', '151207.613000', '151207.615000', '151207.618000', '151207.621000', '151207.623000', '151207.626000', '151207.630000', '151207.633000', '151207.635000', '151207.638000', '151207.641000', '151207.643000', '151207.646000', '151207.649000', '151207.651000', '151207.654000', '151207.656000', '151207.659000', '151227.549000', '151227.552000', '151227.554000', '151227.557000', '151227.560000', '151227.562000', '151227.565000', '151227.567000', '151227.570000', '151227.572000', '151227.575000', '151227.577000', '151227.580000', '151227.583000', '151227.585000', '151227.588000', '151227.591000', '151227.593000', '151227.596000', '151227.598000', '151227.601000', '151227.603000', '151227.606000', '151227.609000', '151227.611000', '151227.614000', '151227.616000', '151227.619000', '151227.622000', '151227.624000', '151227.627000', '151227.629000', '151227.632000', '151227.635000', '151227.637000', '151227.640000', '151227.642000', '151227.645000', '151227.647000', '151227.650000', '151227.652000', '151227.655000', '151227.658000', '151227.660000', '151247.547000', '151247.550000', '151247.553000', '151247.555000', '151247.558000', '151247.561000', '151247.563000', '151247.566000', '151247.568000', '151247.571000', '151247.573000', '151247.576000', '151247.579000', '151247.581000', '151247.584000', '151247.586000', '151247.589000', '151247.592000', '151247.594000', '151247.597000', '151247.599000', '151247.602000', '151247.605000', '151247.607000', '151247.610000', '151247.612000', '151247.615000', '151247.618000', '151247.620000', '151247.623000', '151247.625000', '151247.628000', '151247.631000', '151247.633000', '151247.636000', '151247.638000', '151247.641000', '151247.644000', '151247.646000', '151247.649000', '151247.651000', '151247.654000', '151247.657000', '151307.548000', '151307.550000', '151307.553000', '151307.556000', '151307.558000', '151307.561000', '151307.563000', '151307.566000', '151307.569000', '151307.571000', '151307.574000', '151307.576000', '151307.579000', '151307.582000', '151307.584000', '151307.587000', '151307.590000', '151307.592000', '151307.595000', '151307.597000', '151307.600000', '151307.602000', '151307.605000', '151307.608000', '151307.610000', '151307.613000', '151307.616000', '151307.618000', '151307.621000', '151307.623000', '151307.626000', '151307.629000', '151307.631000', '151307.634000', '151307.636000', '151307.639000', '151307.641000', '151307.644000', '151307.647000', '151307.649000', '151307.652000', '151307.655000', '151307.657000', '151307.660000', '151327.548000', '151327.551000', '151327.553000', '151327.556000', '151327.558000', '151327.561000', '151327.564000', '151327.566000', '151327.569000', '151327.571000', '151327.574000', '151327.577000', '151327.579000', '151327.582000', '151327.584000', '151327.587000', '151327.590000', '151327.592000', '151327.595000', '151327.598000', '151327.600000', '151327.603000', '151327.605000', '151327.608000', '151327.611000', '151327.613000', '151327.616000', '151327.618000', '151327.621000', '151327.624000', '151327.626000', '151327.629000', '151327.632000', '151327.634000', '151327.637000', '151327.639000', '151327.642000', '151327.644000', '151327.647000', '151327.650000', '151327.652000', '151327.655000', '151327.658000', '151347.547000', '151347.550000', '151347.554000', '151347.557000', '151347.559000', '151347.562000', '151347.565000', '151347.567000', '151347.570000', '151347.572000', '151347.575000', '151347.577000', '151347.580000', '151347.583000', '151347.586000', '151347.589000', '151347.591000', '151347.594000', '151347.597000', '151347.599000', '151347.602000', '151347.604000', '151347.607000', '151347.609000', '151347.612000', '151347.615000', '151347.617000', '151347.620000', '151347.622000', '151347.625000', '151347.628000', '151347.630000', '151347.633000', '151347.635000', '151347.638000', '151347.641000', '151347.643000', '151347.646000', '151347.649000', '151347.651000', '151347.654000', '151347.656000', '151347.659000', '151407.547000', '151407.550000', '151407.552000', '151407.555000', '151407.557000', '151407.560000', '151407.563000', '151407.565000', '151407.568000', '151407.582000', '151407.585000', '151407.587000', '151407.590000', '151407.593000', '151407.595000', '151407.598000', '151407.600000', '151407.603000', '151407.606000', '151407.608000', '151407.611000', '151407.613000', '151407.616000', '151407.618000', '151407.621000', '151407.624000', '151407.626000', '151407.629000', '151407.632000', '151407.634000', '151407.637000', '151407.639000', '151407.642000', '151407.644000', '151407.647000', '151407.650000', '151407.652000', '151407.655000', '151407.657000', '151407.660000', '151407.663000', '151407.665000', '151407.668000', '151407.670000', '151427.548000', '151427.550000', '151427.554000', '151427.557000', '151427.560000', '151427.562000', '151427.565000', '151427.567000', '151427.570000', '151427.573000', '151427.575000', '151427.578000', '151427.580000', '151427.583000', '151427.586000', '151427.588000', '151427.591000', '151427.593000', '151427.596000', '151427.599000', '151427.601000', '151427.604000', '151427.606000', '151427.609000', '151427.612000', '151427.614000', '151427.617000', '151427.619000', '151427.622000', '151427.625000', '151427.627000', '151427.630000', '151427.632000', '151427.635000', '151427.638000', '151427.640000', '151427.643000', '151427.645000', '151427.648000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151441.356000', '151441.359000', '151441.361000', '151441.364000', '151441.367000', '151441.369000', '151441.372000', '151441.375000', '151441.377000', '151441.380000', '151441.383000', '151441.385000', '151441.388000', '151441.391000', '151441.394000', '151441.396000', '151441.409000', '151441.412000', '151441.415000', '151441.417000', '151441.421000', '151441.424000', '151441.427000', '151441.430000', '151441.433000', '151441.435000', '151441.438000', '151441.441000', '151441.447000', '151441.450000', '151441.452000'], 'InstanceCreationTime': ['150647.576000', '150647.580000', '150647.583000', '150647.586000', '150647.589000', '150647.592000', '150647.595000', '150647.597000', '150647.606000', '150647.609000', '150647.612000', '150647.614000', '150647.617000', '150647.619000', '150647.622000', '150647.630000', '150647.632000', '150647.635000', '150647.637000', '150647.640000', '150647.643000', '150647.645000', '150647.648000', '150647.651000', '150647.653000', '150647.656000', '150647.659000', '150647.661000', '150647.664000', '150647.666000', '150647.669000', '150647.672000', '150647.674000', '150647.677000', '150647.679000', '150647.682000', '150647.684000', '150647.687000', '150647.689000', '150647.692000', '150647.695000', '150647.697000', '150707.547000', '150707.550000', '150707.552000', '150707.555000', '150707.557000', '150707.560000', '150707.562000', '150707.565000', '150707.567000', '150707.570000', '150707.573000', '150707.575000', '150707.578000', '150707.580000', '150707.583000', '150707.585000', '150707.588000', '150707.591000', '150707.593000', '150707.596000', '150707.598000', '150707.601000', '150707.603000', '150707.606000', '150707.608000', '150707.611000', '150707.613000', '150707.616000', '150707.619000', '150707.621000', '150707.624000', '150707.627000', '150707.629000', '150707.632000', '150707.634000', '150707.637000', '150707.640000', '150707.650000', '150707.652000', '150707.655000', '150707.657000', '150707.660000', '150707.663000', '150707.665000', '150727.547000', '150727.550000', '150727.553000', '150727.555000', '150727.558000', '150727.560000', '150727.563000', '150727.565000', '150727.568000', '150727.571000', '150727.573000', '150727.576000', '150727.579000', '150727.582000', '150727.584000', '150727.589000', '150727.592000', '150727.594000', '150727.597000', '150727.599000', '150727.602000', '150727.604000', '150727.607000', '150727.616000', '150727.618000', '150727.621000', '150727.623000', '150727.627000', '150727.629000', '150727.632000', '150727.635000', '150727.637000', '150727.640000', '150727.643000', '150727.645000', '150727.648000', '150727.650000', '150727.653000', '150727.655000', '150727.658000', '150727.661000', '150727.663000', '150727.666000', '150747.547000', '150747.550000', '150747.553000', '150747.555000', '150747.558000', '150747.560000', '150747.563000', '150747.565000', '150747.568000', '150747.571000', '150747.573000', '150747.576000', '150747.578000', '150747.581000', '150747.583000', '150747.586000', '150747.589000', '150747.591000', '150747.594000', '150747.596000', '150747.599000', '150747.602000', '150747.604000', '150747.607000', '150747.609000', '150747.612000', '150747.615000', '150747.617000', '150747.620000', '150747.622000', '150747.625000', '150747.627000', '150747.630000', '150747.633000', '150747.635000', '150747.638000', '150747.640000', '150747.643000', '150747.645000', '150747.648000', '150747.650000', '150747.653000', '150747.664000', '150747.666000', '150807.548000', '150807.550000', '150807.553000', '150807.556000', '150807.558000', '150807.561000', '150807.563000', '150807.566000', '150807.568000', '150807.571000', '150807.574000', '150807.576000', '150807.579000', '150807.581000', '150807.584000', '150807.587000', '150807.590000', '150807.593000', '150807.595000', '150807.598000', '150807.600000', '150807.603000', '150807.615000', '150807.618000', '150807.632000', '150807.634000', '150807.637000', '150807.640000', '150807.642000', '150807.645000', '150807.647000', '150807.650000', '150807.652000', '150807.655000', '150807.658000', '150807.660000', '150807.663000', '150807.665000', '150807.668000', '150807.671000', '150807.673000', '150807.676000', '150807.678000', '150827.547000', '150827.550000', '150827.553000', '150827.556000', '150827.558000', '150827.561000', '150827.563000', '150827.566000', '150827.569000', '150827.571000', '150827.574000', '150827.577000', '150827.579000', '150827.582000', '150827.584000', '150827.587000', '150827.590000', '150827.592000', '150827.595000', '150827.597000', '150827.605000', '150827.607000', '150827.610000', '150827.613000', '150827.615000', '150827.618000', '150827.620000', '150827.623000', '150827.626000', '150827.628000', '150827.631000', '150827.633000', '150827.636000', '150827.639000', '150827.641000', '150827.644000', '150827.646000', '150827.649000', '150827.651000', '150827.654000', '150827.657000', '150827.659000', '150827.662000', '150827.664000', '150847.547000', '150847.550000', '150847.553000', '150847.555000', '150847.558000', '150847.561000', '150847.563000', '150847.566000', '150847.568000', '150847.571000', '150847.574000', '150847.576000', '150847.579000', '150847.581000', '150847.584000', '150847.586000', '150847.589000', '150847.592000', '150847.594000', '150847.597000', '150847.600000', '150847.602000', '150847.605000', '150847.608000', '150847.610000', '150847.613000', '150847.615000', '150847.618000', '150847.620000', '150847.623000', '150847.625000', '150847.628000', '150847.631000', '150847.633000', '150847.636000', '150847.638000', '150847.641000', '150847.643000', '150847.646000', '150847.649000', '150847.651000', '150847.654000', '150847.656000', '150907.548000', '150907.550000', '150907.553000', '150907.556000', '150907.558000', '150907.561000', '150907.563000', '150907.566000', '150907.569000', '150907.571000', '150907.574000', '150907.576000', '150907.579000', '150907.582000', '150907.584000', '150907.587000', '150907.589000', '150907.592000', '150907.595000', '150907.597000', '150907.600000', '150907.602000', '150907.605000', '150907.608000', '150907.610000', '150907.613000', '150907.615000', '150907.618000', '150907.620000', '150907.623000', '150907.626000', '150907.628000', '150907.631000', '150907.633000', '150907.637000', '150907.640000', '150907.642000', '150907.645000', '150907.647000', '150907.650000', '150907.653000', '150907.655000', '150907.658000', '150907.660000', '150927.546000', '150927.549000', '150927.552000', '150927.554000', '150927.557000', '150927.560000', '150927.562000', '150927.565000', '150927.568000', '150927.570000', '150927.573000', '150927.575000', '150927.578000', '150927.581000', '150927.583000', '150927.586000', '150927.588000', '150927.591000', '150927.593000', '150927.596000', '150927.599000', '150927.601000', '150927.604000', '150927.606000', '150927.609000', '150927.612000', '150927.614000', '150927.617000', '150927.619000', '150927.622000', '150927.625000', '150927.627000', '150927.630000', '150927.632000', '150927.635000', '150927.637000', '150927.640000', '150927.642000', '150927.645000', '150927.648000', '150927.650000', '150927.653000', '150927.656000', '150947.547000', '150947.550000', '150947.553000', '150947.556000', '150947.558000', '150947.561000', '150947.564000', '150947.566000', '150947.569000', '150947.571000', '150947.574000', '150947.576000', '150947.579000', '150947.582000', '150947.584000', '150947.587000', '150947.589000', '150947.592000', '150947.594000', '150947.597000', '150947.613000', '150947.616000', '150947.619000', '150947.621000', '150947.624000', '150947.626000', '150947.629000', '150947.631000', '150947.634000', '150947.637000', '150947.639000', '150947.642000', '150947.644000', '150947.647000', '150947.649000', '150947.652000', '150947.655000', '150947.657000', '150947.660000', '150947.662000', '150947.665000', '150947.678000', '150947.680000', '150947.683000', '151007.548000', '151007.550000', '151007.553000', '151007.556000', '151007.558000', '151007.561000', '151007.564000', '151007.566000', '151007.569000', '151007.571000', '151007.574000', '151007.577000', '151007.579000', '151007.582000', '151007.584000', '151007.587000', '151007.590000', '151007.592000', '151007.595000', '151007.597000', '151007.600000', '151007.603000', '151007.605000', '151007.608000', '151007.611000', '151007.613000', '151007.616000', '151007.618000', '151007.621000', '151007.624000', '151007.626000', '151007.629000', '151007.631000', '151007.634000', '151007.636000', '151007.639000', '151007.642000', '151007.644000', '151007.647000', '151007.649000', '151007.652000', '151007.655000', '151007.657000', '151027.548000', '151027.551000', '151027.553000', '151027.556000', '151027.558000', '151027.561000', '151027.564000', '151027.566000', '151027.569000', '151027.571000', '151027.574000', '151027.577000', '151027.579000', '151027.582000', '151027.584000', '151027.587000', '151027.589000', '151027.592000', '151027.595000', '151027.597000', '151027.600000', '151027.603000', '151027.605000', '151027.608000', '151027.610000', '151027.613000', '151027.616000', '151027.618000', '151027.621000', '151027.623000', '151027.626000', '151027.629000', '151027.631000', '151027.634000', '151027.636000', '151027.639000', '151027.641000', '151027.644000', '151027.647000', '151027.649000', '151027.652000', '151027.654000', '151027.657000', '151027.659000', '151047.547000', '151047.550000', '151047.553000', '151047.556000', '151047.558000', '151047.561000', '151047.563000', '151047.566000', '151047.568000', '151047.571000', '151047.574000', '151047.576000', '151047.579000', '151047.581000', '151047.584000', '151047.586000', '151047.589000', '151047.592000', '151047.594000', '151047.597000', '151047.600000', '151047.602000', '151047.605000', '151047.607000', '151047.610000', '151047.613000', '151047.615000', '151047.618000', '151047.620000', '151047.623000', '151047.625000', '151047.628000', '151047.631000', '151047.633000', '151047.636000', '151047.638000', '151047.641000', '151047.643000', '151047.646000', '151047.649000', '151047.651000', '151047.654000', '151047.656000', '151107.548000', '151107.551000', '151107.553000', '151107.556000', '151107.559000', '151107.561000', '151107.564000', '151107.566000', '151107.569000', '151107.572000', '151107.574000', '151107.577000', '151107.579000', '151107.582000', '151107.585000', '151107.587000', '151107.590000', '151107.593000', '151107.595000', '151107.598000', '151107.600000', '151107.603000', '151107.606000', '151107.608000', '151107.611000', '151107.613000', '151107.616000', '151107.618000', '151107.621000', '151107.623000', '151107.626000', '151107.629000', '151107.631000', '151107.634000', '151107.637000', '151107.639000', '151107.642000', '151107.644000', '151107.647000', '151107.650000', '151107.652000', '151107.655000', '151107.657000', '151107.660000', '151127.547000', '151127.550000', '151127.553000', '151127.556000', '151127.558000', '151127.561000', '151127.564000', '151127.566000', '151127.569000', '151127.571000', '151127.574000', '151127.576000', '151127.579000', '151127.582000', '151127.584000', '151127.587000', '151127.590000', '151127.592000', '151127.595000', '151127.597000', '151127.600000', '151127.603000', '151127.605000', '151127.608000', '151127.610000', '151127.613000', '151127.616000', '151127.618000', '151127.621000', '151127.624000', '151127.626000', '151127.629000', '151127.631000', '151127.634000', '151127.636000', '151127.639000', '151127.642000', '151127.644000', '151127.647000', '151127.650000', '151127.652000', '151127.655000', '151127.657000', '151147.546000', '151147.549000', '151147.552000', '151147.555000', '151147.557000', '151147.560000', '151147.562000', '151147.565000', '151147.568000', '151147.570000', '151147.573000', '151147.575000', '151147.578000', '151147.581000', '151147.583000', '151147.586000', '151147.589000', '151147.591000', '151147.594000', '151147.596000', '151147.599000', '151147.602000', '151147.604000', '151147.607000', '151147.609000', '151147.612000', '151147.614000', '151147.617000', '151147.620000', '151147.622000', '151147.625000', '151147.628000', '151147.630000', '151147.633000', '151147.635000', '151147.638000', '151147.641000', '151147.643000', '151147.646000', '151147.648000', '151147.651000', '151147.653000', '151147.656000', '151147.659000', '151207.548000', '151207.550000', '151207.553000', '151207.556000', '151207.558000', '151207.561000', '151207.563000', '151207.566000', '151207.569000', '151207.571000', '151207.574000', '151207.576000', '151207.579000', '151207.582000', '151207.584000', '151207.587000', '151207.590000', '151207.592000', '151207.595000', '151207.597000', '151207.600000', '151207.602000', '151207.605000', '151207.608000', '151207.610000', '151207.613000', '151207.615000', '151207.618000', '151207.621000', '151207.623000', '151207.626000', '151207.630000', '151207.633000', '151207.635000', '151207.638000', '151207.641000', '151207.643000', '151207.646000', '151207.649000', '151207.651000', '151207.654000', '151207.656000', '151207.659000', '151227.549000', '151227.552000', '151227.554000', '151227.557000', '151227.560000', '151227.562000', '151227.565000', '151227.567000', '151227.570000', '151227.572000', '151227.575000', '151227.577000', '151227.580000', '151227.583000', '151227.585000', '151227.588000', '151227.591000', '151227.593000', '151227.596000', '151227.598000', '151227.601000', '151227.603000', '151227.606000', '151227.609000', '151227.611000', '151227.614000', '151227.616000', '151227.619000', '151227.622000', '151227.624000', '151227.627000', '151227.629000', '151227.632000', '151227.635000', '151227.637000', '151227.640000', '151227.642000', '151227.645000', '151227.647000', '151227.650000', '151227.652000', '151227.655000', '151227.658000', '151227.660000', '151247.547000', '151247.550000', '151247.553000', '151247.555000', '151247.558000', '151247.561000', '151247.563000', '151247.566000', '151247.568000', '151247.571000', '151247.573000', '151247.576000', '151247.579000', '151247.581000', '151247.584000', '151247.586000', '151247.589000', '151247.592000', '151247.594000', '151247.597000', '151247.599000', '151247.602000', '151247.605000', '151247.607000', '151247.610000', '151247.612000', '151247.615000', '151247.618000', '151247.620000', '151247.623000', '151247.625000', '151247.628000', '151247.631000', '151247.633000', '151247.636000', '151247.638000', '151247.641000', '151247.644000', '151247.646000', '151247.649000', '151247.651000', '151247.654000', '151247.657000', '151307.548000', '151307.550000', '151307.553000', '151307.556000', '151307.558000', '151307.561000', '151307.563000', '151307.566000', '151307.569000', '151307.571000', '151307.574000', '151307.576000', '151307.579000', '151307.582000', '151307.584000', '151307.587000', '151307.590000', '151307.592000', '151307.595000', '151307.597000', '151307.600000', '151307.602000', '151307.605000', '151307.608000', '151307.610000', '151307.613000', '151307.616000', '151307.618000', '151307.621000', '151307.623000', '151307.626000', '151307.629000', '151307.631000', '151307.634000', '151307.636000', '151307.639000', '151307.641000', '151307.644000', '151307.647000', '151307.649000', '151307.652000', '151307.655000', '151307.657000', '151307.660000', '151327.548000', '151327.551000', '151327.553000', '151327.556000', '151327.558000', '151327.561000', '151327.564000', '151327.566000', '151327.569000', '151327.571000', '151327.574000', '151327.577000', '151327.579000', '151327.582000', '151327.584000', '151327.587000', '151327.590000', '151327.592000', '151327.595000', '151327.598000', '151327.600000', '151327.603000', '151327.605000', '151327.608000', '151327.611000', '151327.613000', '151327.616000', '151327.618000', '151327.621000', '151327.624000', '151327.626000', '151327.629000', '151327.632000', '151327.634000', '151327.637000', '151327.639000', '151327.642000', '151327.644000', '151327.647000', '151327.650000', '151327.652000', '151327.655000', '151327.658000', '151347.547000', '151347.550000', '151347.554000', '151347.557000', '151347.559000', '151347.562000', '151347.565000', '151347.567000', '151347.570000', '151347.572000', '151347.575000', '151347.577000', '151347.580000', '151347.583000', '151347.586000', '151347.589000', '151347.591000', '151347.594000', '151347.597000', '151347.599000', '151347.602000', '151347.604000', '151347.607000', '151347.609000', '151347.612000', '151347.615000', '151347.617000', '151347.620000', '151347.622000', '151347.625000', '151347.628000', '151347.630000', '151347.633000', '151347.635000', '151347.638000', '151347.641000', '151347.643000', '151347.646000', '151347.649000', '151347.651000', '151347.654000', '151347.656000', '151347.659000', '151407.547000', '151407.550000', '151407.552000', '151407.555000', '151407.557000', '151407.560000', '151407.563000', '151407.565000', '151407.568000', '151407.582000', '151407.585000', '151407.587000', '151407.590000', '151407.593000', '151407.595000', '151407.598000', '151407.600000', '151407.603000', '151407.606000', '151407.608000', '151407.611000', '151407.613000', '151407.616000', '151407.618000', '151407.621000', '151407.624000', '151407.626000', '151407.629000', '151407.632000', '151407.634000', '151407.637000', '151407.639000', '151407.642000', '151407.644000', '151407.647000', '151407.650000', '151407.652000', '151407.655000', '151407.657000', '151407.660000', '151407.663000', '151407.665000', '151407.668000', '151407.670000', '151427.548000', '151427.550000', '151427.554000', '151427.557000', '151427.560000', '151427.562000', '151427.565000', '151427.567000', '151427.570000', '151427.573000', '151427.575000', '151427.578000', '151427.580000', '151427.583000', '151427.586000', '151427.588000', '151427.591000', '151427.593000', '151427.596000', '151427.599000', '151427.601000', '151427.604000', '151427.606000', '151427.609000', '151427.612000', '151427.614000', '151427.617000', '151427.619000', '151427.622000', '151427.625000', '151427.627000', '151427.630000', '151427.632000', '151427.635000', '151427.638000', '151427.640000', '151427.643000', '151427.645000', '151427.648000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151441.356000', '151441.359000', '151441.361000', '151441.364000', '151441.367000', '151441.369000', '151441.372000', '151441.375000', '151441.377000', '151441.380000', '151441.383000', '151441.385000', '151441.388000', '151441.391000', '151441.394000', '151441.396000', '151441.409000', '151441.412000', '151441.415000', '151441.417000', '151441.421000', '151441.424000', '151441.427000', '151441.430000', '151441.433000', '151441.435000', '151441.438000', '151441.441000', '151441.447000', '151441.450000', '151441.452000'], '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': [14970, 10802, 7927, 6700, 10086, 7792, 8385, 12537, 9360, 7020, 10238, 7514, 13697, 9917, 6929, 10310, 7385, 9153, 9425, 6831, 11333, 7982, 6905, 9650, 7288, 6458, 9065, 6647, 12439, 8265, 5678, 8988, 7013, 11652, 9181, 6221, 9689, 6963, 11655, 9447, 6127, 10765, 7994, 6282, 9368, 8163, 8551, 9636, 6734, 6225, 8993, 7603, 11946, 9845, 6834, 9253, 7323, 12097, 9058, 6583, 9135, 6562, 13165, 9101, 5758, 9312, 7478, 11844, 8875, 9895, 8346, 7243, 10297, 7655, 6206, 9128, 7031, 11217, 8905, 6550, 11567, 8609, 8042, 10132, 8164, 5555, 8753, 6499, 10838, 8552, 9031, 11369, 8292, 5574, 9264, 7713, 7231, 11816, 9298, 7196, 10107, 8125, 12771, 9906, 6681, 12118, 8852, 8629, 11727, 8327, 12978, 9168, 7802, 11785, 8846, 5487, 9789, 8257, 7864, 12454, 8654, 6034, 10495, 7676, 13992, 9981, 8027, 8880, 6937, 10010, 7528, 9331, 8091, 6410, 12499, 8865, 5762, 9539, 7938, 9018, 9461, 6661, 11730, 8815, 7679, 9956, 7718, 7398, 9820, 8129, 8803, 8749, 7679, 10835, 9145, 6956, 9426, 8924, 6596, 7394, 10289, 8904, 6980, 11153, 8842, 7108, 7194, 11534, 9160, 7326, 6196, 11529, 9809, 6507, 10599, 8349, 6993, 7830, 10666, 8027, 6033, 12132, 9711, 7724, 10550, 8252, 7349, 12098, 9157, 6585, 10956, 8522, 7677, 11518, 8297, 6059, 13866, 10140, 7313, 8126, 8736, 7457, 11341, 10316, 7323, 6127, 7001, 9319, 7363, 13819, 10093, 14667, 9705, 7558, 10153, 7762, 13419, 9495, 7496, 12532, 9429, 12365, 12661, 8490, 14618, 9590, 13037, 9575, 7122, 10107, 6908, 9941, 9223, 7036, 10534, 8781, 6391, 12533, 9498, 6395, 9761, 7749, 8050, 9413, 7041, 9446, 8299, 6423, 12634, 8851, 5776, 9716, 7855, 7451, 9944, 7154, 7246, 9535, 8299, 8475, 9272, 6925, 12757, 9175, 9189, 10096, 7037, 11321, 8651, 7651, 11790, 8602, 6290, 10299, 8386, 7334, 10505, 7420, 5832, 10680, 8788, 6829, 9880, 7279, 12691, 9912, 7689, 11901, 8145, 7666, 12629, 9211, 5814, 10537, 8427, 8034, 10018, 9012, 6776, 8180, 10240, 8115, 6514, 9647, 7319, 10708, 9422, 7107, 6015, 9622, 7507, 7273, 10408, 7372, 5912, 10239, 8633, 7523, 10485, 7783, 6641, 11821, 8925, 5860, 9141, 8157, 7793, 10046, 9179, 7187, 6519, 11119, 9232, 8216, 10280, 7696, 7789, 10893, 8502, 6488, 10266, 8004, 7854, 11955, 8940, 6446, 10722, 8528, 7697, 13126, 8693, 6162, 10272, 8684, 7918, 8699, 8940, 6854, 10064, 9696, 7941, 6347, 9577, 7708, 8784, 10372, 7423, 6077, 9655, 8262, 6852, 9878, 7216, 5432, 10440, 8820, 8075, 10184, 7185, 8223, 9953, 8169, 7275, 9505, 6919, 12897, 10046, 7394, 11814, 8478, 7658, 12526, 9440, 6191, 9726, 8262, 7481, 10289, 7465, 6122, 10105, 8677, 6703, 9676, 7404, 7142, 11199, 8568, 6281, 10762, 8885, 7810, 11846, 8365, 6183, 6900, 11144, 9181, 6458, 9953, 8454, 7883, 8192, 11457, 8368, 6009, 12921, 9787, 7204, 7124, 9054, 7953, 8667, 10517, 7857, 6418, 11875, 9645, 7754, 7214, 7145, 6245, 6271, 10890, 5893, 6418, 15107, 11294, 6576, 10404, 8839, 7904, 6719, 12800, 10769, 10176, 15026, 12364, 8604, 13199, 10110, 7950, 11960, 8847, 6189, 10766, 8871, 7299, 11688, 8480, 5862, 10967, 8878, 7519, 11241, 8277, 5549, 10879, 8827, 7344, 10104, 7631, 6440, 9252, 6846, 12931, 8838, 5548, 9445, 7318, 6523, 9999, 7185, 5961, 9147, 6951, 12357, 9246, 6629, 8844, 6696, 10934, 8885, 11473, 9182, 5609, 10817, 9166, 7432, 9963, 7884, 7407, 9911, 8333, 11751, 8524, 9001, 8740, 7030, 11250, 8137, 6393, 9612, 7346, 11484, 9450, 6391, 11245, 8364, 6723, 10939, 8356, 10976, 8455, 5802, 10991, 9217, 7159, 9629, 7558, 7270, 9914, 7815, 6199, 9472, 7104, 9352, 9958, 7688, 9120, 9645, 8025, 12693, 8745, 5942, 9827, 8458, 8198, 11455, 8168, 6203, 10818, 8604, 7786, 10689, 7717, 13289, 9550, 8922, 10093, 6884, 8891, 8564, 5895, 12660, 9397, 5790, 10220, 7329, 12341, 8754, 11227, 8703, 5508, 11089, 9256, 7381, 9683, 6969, 11983, 9239, 7285, 9533, 6529, 11344, 8887, 11875, 10502, 6755, 10980, 8558, 7386, 12274, 8707, 8394, 9387, 6771, 12894, 10215, 6423, 9686, 7523, 11129, 9795, 6905, 6794, 9287, 7922, 9692, 10008, 7361, 6586, 9604, 8013, 13400, 9313, 6007, 9884, 8476, 7202, 9859, 7197, 6871, 9599, 7584, 11558, 8330, 5646, 10111, 8357, 7716, 9659, 7097, 8063, 9514, 7896, 12197, 8581, 6306, 9808, 8714, 7795, 10320, 7995, 6208, 9535, 8393, 10533, 8592, 5595, 9979, 8579, 12843, 9593, 6077, 9382, 7882, 8191, 10041, 6976, 8362, 9672, 8435, 6474, 9727, 7465, 12564, 10201, 7328, 9779, 7229, 8029, 9591, 7899, 7499, 9343, 6630, 12525, 10348, 7540, 10134, 7551, 7484, 10710, 8249, 6940, 9822, 7613, 11148, 10073, 6773, 8623, 9336, 7862, 12645, 9107, 6154, 11705, 9053, 8684, 10836, 7884, 6196, 9071, 7224, 11161, 9643, 6545, 6424, 9233, 7691, 10789, 9285, 6949, 8957, 9212, 7894, 11332, 8845, 6635, 6632, 10101, 8423, 6398, 10235, 7584, 7264, 11950, 9300, 6528, 10522, 8177, 7642, 12420, 8548, 6883, 9854, 7365, 5463, 13528, 9205, 6041, 11057, 9555, 8144, 11993, 8849, 5691, 5487, 7794, 8884, 11490, 13970, 11030, 8187, 6651, 8790, 8732, 8477, 7738, 13313, 9174, 6588, 10299, 11625, 8441, 5434, 10021, 8670, 6411, 10124, 7225, 5350, 10071, 7837, 6078, 9026, 7161, 13178, 10058, 8103, 10070, 7892, 12244, 9872, 7746, 10249, 7748, 6700, 10152, 8396, 9713, 8706, 6132, 12127, 9798, 7409, 10141, 7583, 6119, 9616, 8805, 10250, 9180, 6567, 7545, 9541, 8990, 9093, 9075, 6160, 11806, 9101, 7563, 10525, 8093, 5842, 11376, 9013, 7128, 9907, 7787, 5859, 9787, 8604, 10045, 8980, 5995, 10936, 8657, 7409, 9491, 6667, 7406, 9296, 8244, 7780, 9029, 7068, 6451, 10843, 8861, 6576, 9517, 7439, 10341, 9384, 7299, 7265, 8984, 8230, 12465, 10108, 6306, 10690, 8570, 7197, 9826, 7527, 5845, 10138, 8440, 5954, 9555, 7560, 11513, 9394, 7054, 9629, 8265, 7477, 11697, 9160, 6509, 9225, 7693, 12784, 9210, 5861, 10421, 8903, 7374, 9177, 8658, 6479, 12921, 10054, 7569, 10556, 8034, 6210, 10043, 8382, 10072, 8594, 5613, 11723, 9285, 6899, 9444, 7396, 7121, 10011, 7913, 7671, 9018, 6851, 11743, 8610, 9532, 8686, 8265, 9083, 6981, 10044, 6379, 8892, 7571, 6826, 9979, 6227, 9578, 7223, 11252, 9521, 5836, 9334, 7793, 8506, 9786, 7322, 7433, 8914, 8373, 12391, 9161, 6322, 9138, 8452, 13597, 9357, 6131, 9284, 8758, 9230, 9335, 5991, 10911, 9280, 10892, 8999, 5628, 11347, 9115, 7379, 9449, 5763, 11366, 9187, 10766, 9020, 5747, 10318, 8977, 12485, 8813, 5295, 9643, 8316, 13153, 8995, 5984, 9266, 7782, 12445, 9370, 6730, 9534, 7672, 12743, 9792, 5911, 9350, 7792, 12631, 9330, 6287, 9674, 7339, 11530, 8297, 5767, 9554, 7008, 12917, 8966, 5739, 10742, 8602, 8204, 12477, 8535, 6816, 9313, 9041, 10449, 7584, 6994, 9269, 8340, 13559, 9842, 5986, 10062, 7553, 14155, 10466, 6307, 9841, 8469, 8016, 13202, 9920, 7098, 9755, 7993, 12012, 8000, 6128, 9602, 8392, 10899, 9432, 6853, 12274, 8906, 10405, 10398, 6835, 10669, 9006, 7749, 12565, 8847, 5547, 10359, 8127, 11222, 9774, 6763, 9475, 8857, 7467, 11985, 9164, 6001, 9756, 8074, 7271, 9961, 7274, 8403, 9442], 'WindowCenter': [3664.0, 3629.0, 3595.0, 3573.0, 3614.0, 3582.0, 3591.0, 3624.0, 3591.0, 3570.0, 3601.0, 3568.0, 3610.0, 3589.0, 3568.0, 3600.0, 3569.0, 3589.0, 3590.0, 3569.0, 3613.0, 3580.0, 3570.0, 3602.0, 3583.0, 3560.0, 3602.0, 3572.0, 3625.0, 3593.0, 3562.0, 3604.0, 3584.0, 3625.0, 3605.0, 3562.0, 3604.0, 3583.0, 3614.0, 3604.0, 3561.0, 3614.0, 3593.0, 3573.0, 3602.0, 3594.0, 3604.0, 3615.0, 3573.0, 3562.0, 3605.0, 3583.0, 3625.0, 3615.0, 3572.0, 3603.0, 3582.0, 3625.0, 3604.0, 3571.0, 3603.0, 3572.0, 3636.0, 3605.0, 3552.0, 3604.0, 3583.0, 3625.0, 3605.0, 3603.0, 3592.0, 3582.0, 3614.0, 3583.0, 3561.0, 3603.0, 3583.0, 3626.0, 3605.0, 3574.0, 3626.0, 3605.0, 3595.0, 3617.0, 3605.0, 3552.0, 3606.0, 3573.0, 3614.0, 3593.0, 3592.0, 3625.0, 3594.0, 3552.0, 3616.0, 3594.0, 3583.0, 3626.0, 3605.0, 3583.0, 3614.0, 3594.0, 3636.0, 3615.0, 3572.0, 3614.0, 3591.0, 3591.0, 3613.0, 3580.0, 3610.0, 3589.0, 3568.0, 3611.0, 3591.0, 3539.0, 3601.0, 3593.0, 3581.0, 3624.0, 3592.0, 3560.0, 3614.0, 3583.0, 3624.0, 3602.0, 3580.0, 3590.0, 3570.0, 3603.0, 3582.0, 3602.0, 3592.0, 3571.0, 3625.0, 3604.0, 3550.0, 3615.0, 3595.0, 3604.0, 3615.0, 3573.0, 3625.0, 3604.0, 3593.0, 3614.0, 3592.0, 3582.0, 3614.0, 3594.0, 3603.0, 3592.0, 3582.0, 3615.0, 3604.0, 3583.0, 3604.0, 3604.0, 3584.0, 3584.0, 3614.0, 3603.0, 3584.0, 3627.0, 3616.0, 3584.0, 3585.0, 3627.0, 3605.0, 3583.0, 3560.0, 3614.0, 3615.0, 3560.0, 3613.0, 3591.0, 3583.0, 3593.0, 3615.0, 3593.0, 3562.0, 3626.0, 3616.0, 3594.0, 3615.0, 3593.0, 3582.0, 3626.0, 3603.0, 3571.0, 3613.0, 3592.0, 3581.0, 3613.0, 3591.0, 3548.0, 3624.0, 3602.0, 3581.0, 3580.0, 3589.0, 3569.0, 3611.0, 3601.0, 3570.0, 3549.0, 3570.0, 3602.0, 3570.0, 3611.0, 3589.0, 3608.0, 3587.0, 3567.0, 3587.0, 3566.0, 3609.0, 3588.0, 3566.0, 3597.0, 3575.0, 3583.0, 3583.0, 3561.0, 3593.0, 3562.0, 3581.0, 3561.0, 3539.0, 3571.0, 3540.0, 3573.0, 3574.0, 3554.0, 3586.0, 3575.0, 3543.0, 3599.0, 3588.0, 3545.0, 3588.0, 3567.0, 3576.0, 3587.0, 3557.0, 3588.0, 3578.0, 3558.0, 3623.0, 3590.0, 3550.0, 3602.0, 3592.0, 3581.0, 3603.0, 3582.0, 3581.0, 3616.0, 3607.0, 3594.0, 3603.0, 3572.0, 3624.0, 3602.0, 3603.0, 3613.0, 3570.0, 3613.0, 3591.0, 3580.0, 3613.0, 3592.0, 3560.0, 3602.0, 3592.0, 3581.0, 3614.0, 3582.0, 3550.0, 3614.0, 3604.0, 3572.0, 3614.0, 3582.0, 3624.0, 3603.0, 3581.0, 3613.0, 3580.0, 3579.0, 3612.0, 3591.0, 3549.0, 3612.0, 3591.0, 3593.0, 3603.0, 3603.0, 3570.0, 3591.0, 3614.0, 3593.0, 3561.0, 3603.0, 3581.0, 3613.0, 3603.0, 3582.0, 3561.0, 3603.0, 3583.0, 3583.0, 3615.0, 3594.0, 3551.0, 3614.0, 3604.0, 3593.0, 3615.0, 3593.0, 3571.0, 3625.0, 3604.0, 3563.0, 3604.0, 3593.0, 3594.0, 3616.0, 3616.0, 3584.0, 3571.0, 3615.0, 3604.0, 3593.0, 3614.0, 3580.0, 3581.0, 3612.0, 3592.0, 3560.0, 3602.0, 3582.0, 3581.0, 3613.0, 3592.0, 3559.0, 3612.0, 3590.0, 3580.0, 3623.0, 3591.0, 3559.0, 3601.0, 3591.0, 3581.0, 3592.0, 3603.0, 3571.0, 3601.0, 3602.0, 3582.0, 3561.0, 3601.0, 3581.0, 3592.0, 3603.0, 3582.0, 3560.0, 3602.0, 3592.0, 3571.0, 3613.0, 3582.0, 3538.0, 3614.0, 3605.0, 3593.0, 3615.0, 3582.0, 3591.0, 3603.0, 3593.0, 3582.0, 3604.0, 3571.0, 3623.0, 3604.0, 3583.0, 3624.0, 3591.0, 3579.0, 3624.0, 3603.0, 3549.0, 3601.0, 3591.0, 3570.0, 3602.0, 3581.0, 3548.0, 3602.0, 3591.0, 3571.0, 3602.0, 3581.0, 3569.0, 3612.0, 3592.0, 3560.0, 3612.0, 3591.0, 3581.0, 3625.0, 3592.0, 3559.0, 3570.0, 3613.0, 3604.0, 3560.0, 3603.0, 3591.0, 3591.0, 3593.0, 3625.0, 3594.0, 3560.0, 3624.0, 3603.0, 3583.0, 3570.0, 3591.0, 3581.0, 3592.0, 3613.0, 3592.0, 3559.0, 3613.0, 3602.0, 3581.0, 3570.0, 3570.0, 3560.0, 3560.0, 3613.0, 3549.0, 3559.0, 3623.0, 3601.0, 3558.0, 3601.0, 3602.0, 3593.0, 3574.0, 3624.0, 3602.0, 3601.0, 3612.0, 3599.0, 3564.0, 3585.0, 3573.0, 3551.0, 3584.0, 3563.0, 3530.0, 3572.0, 3561.0, 3552.0, 3594.0, 3563.0, 3521.0, 3584.0, 3575.0, 3555.0, 3598.0, 3578.0, 3525.0, 3598.0, 3589.0, 3568.0, 3600.0, 3581.0, 3559.0, 3590.0, 3558.0, 3623.0, 3591.0, 3538.0, 3602.0, 3580.0, 3571.0, 3615.0, 3584.0, 3574.0, 3605.0, 3583.0, 3626.0, 3605.0, 3573.0, 3604.0, 3572.0, 3615.0, 3593.0, 3614.0, 3603.0, 3550.0, 3613.0, 3603.0, 3582.0, 3613.0, 3594.0, 3581.0, 3614.0, 3592.0, 3625.0, 3593.0, 3604.0, 3591.0, 3570.0, 3613.0, 3581.0, 3560.0, 3602.0, 3582.0, 3613.0, 3605.0, 3573.0, 3626.0, 3595.0, 3572.0, 3615.0, 3594.0, 3615.0, 3594.0, 3550.0, 3614.0, 3604.0, 3572.0, 3603.0, 3594.0, 3581.0, 3603.0, 3583.0, 3563.0, 3615.0, 3584.0, 3605.0, 3616.0, 3595.0, 3616.0, 3615.0, 3593.0, 3627.0, 3605.0, 3562.0, 3603.0, 3593.0, 3593.0, 3627.0, 3594.0, 3562.0, 3614.0, 3593.0, 3583.0, 3614.0, 3584.0, 3624.0, 3602.0, 3591.0, 3602.0, 3571.0, 3591.0, 3590.0, 3548.0, 3624.0, 3603.0, 3551.0, 3615.0, 3583.0, 3624.0, 3592.0, 3613.0, 3592.0, 3551.0, 3613.0, 3604.0, 3584.0, 3616.0, 3584.0, 3628.0, 3604.0, 3596.0, 3616.0, 3573.0, 3616.0, 3605.0, 3625.0, 3614.0, 3571.0, 3612.0, 3591.0, 3569.0, 3615.0, 3593.0, 3591.0, 3590.0, 3558.0, 3624.0, 3602.0, 3560.0, 3601.0, 3581.0, 3612.0, 3603.0, 3570.0, 3570.0, 3601.0, 3581.0, 3603.0, 3603.0, 3583.0, 3571.0, 3602.0, 3582.0, 3626.0, 3603.0, 3560.0, 3602.0, 3592.0, 3582.0, 3614.0, 3583.0, 3572.0, 3604.0, 3593.0, 3626.0, 3605.0, 3563.0, 3615.0, 3595.0, 3595.0, 3616.0, 3585.0, 3593.0, 3604.0, 3593.0, 3626.0, 3605.0, 3571.0, 3602.0, 3593.0, 3583.0, 3614.0, 3593.0, 3560.0, 3603.0, 3592.0, 3614.0, 3593.0, 3550.0, 3615.0, 3593.0, 3624.0, 3604.0, 3560.0, 3592.0, 3580.0, 3592.0, 3602.0, 3572.0, 3591.0, 3603.0, 3593.0, 3572.0, 3604.0, 3582.0, 3613.0, 3604.0, 3581.0, 3603.0, 3582.0, 3580.0, 3603.0, 3593.0, 3582.0, 3603.0, 3571.0, 3623.0, 3603.0, 3582.0, 3614.0, 3582.0, 3570.0, 3613.0, 3592.0, 3571.0, 3603.0, 3582.0, 3616.0, 3615.0, 3572.0, 3592.0, 3602.0, 3581.0, 3625.0, 3604.0, 3561.0, 3623.0, 3603.0, 3593.0, 3615.0, 3593.0, 3563.0, 3603.0, 3581.0, 3612.0, 3602.0, 3561.0, 3572.0, 3602.0, 3582.0, 3614.0, 3603.0, 3583.0, 3603.0, 3602.0, 3581.0, 3614.0, 3601.0, 3572.0, 3570.0, 3613.0, 3592.0, 3560.0, 3614.0, 3581.0, 3581.0, 3626.0, 3603.0, 3572.0, 3614.0, 3592.0, 3581.0, 3623.0, 3591.0, 3570.0, 3601.0, 3581.0, 3538.0, 3623.0, 3602.0, 3559.0, 3612.0, 3601.0, 3579.0, 3613.0, 3591.0, 3549.0, 3538.0, 3579.0, 3590.0, 3625.0, 3624.0, 3613.0, 3592.0, 3572.0, 3603.0, 3592.0, 3593.0, 3594.0, 3637.0, 3603.0, 3570.0, 3600.0, 3612.0, 3579.0, 3537.0, 3600.0, 3591.0, 3559.0, 3614.0, 3583.0, 3540.0, 3614.0, 3594.0, 3562.0, 3605.0, 3584.0, 3636.0, 3616.0, 3594.0, 3615.0, 3593.0, 3613.0, 3602.0, 3580.0, 3602.0, 3580.0, 3558.0, 3602.0, 3591.0, 3602.0, 3591.0, 3548.0, 3611.0, 3601.0, 3569.0, 3601.0, 3580.0, 3546.0, 3589.0, 3590.0, 3601.0, 3590.0, 3569.0, 3579.0, 3600.0, 3602.0, 3592.0, 3592.0, 3549.0, 3612.0, 3590.0, 3581.0, 3613.0, 3580.0, 3548.0, 3612.0, 3591.0, 3570.0, 3602.0, 3580.0, 3547.0, 3600.0, 3591.0, 3601.0, 3590.0, 3560.0, 3601.0, 3590.0, 3569.0, 3601.0, 3570.0, 3568.0, 3601.0, 3591.0, 3581.0, 3603.0, 3582.0, 3560.0, 3613.0, 3604.0, 3572.0, 3603.0, 3581.0, 3602.0, 3603.0, 3582.0, 3581.0, 3589.0, 3590.0, 3612.0, 3601.0, 3559.0, 3599.0, 3592.0, 3570.0, 3601.0, 3581.0, 3548.0, 3600.0, 3579.0, 3548.0, 3601.0, 3581.0, 3611.0, 3591.0, 3570.0, 3602.0, 3589.0, 3569.0, 3612.0, 3602.0, 3558.0, 3589.0, 3568.0, 3611.0, 3590.0, 3548.0, 3600.0, 3590.0, 3580.0, 3603.0, 3591.0, 3560.0, 3623.0, 3602.0, 3581.0, 3613.0, 3592.0, 3548.0, 3601.0, 3591.0, 3601.0, 3591.0, 3548.0, 3612.0, 3603.0, 3570.0, 3602.0, 3581.0, 3569.0, 3602.0, 3592.0, 3581.0, 3591.0, 3570.0, 3613.0, 3593.0, 3601.0, 3591.0, 3591.0, 3590.0, 3569.0, 3602.0, 3560.0, 3602.0, 3592.0, 3571.0, 3614.0, 3562.0, 3615.0, 3594.0, 3626.0, 3615.0, 3563.0, 3615.0, 3595.0, 3605.0, 3616.0, 3596.0, 3594.0, 3605.0, 3605.0, 3637.0, 3617.0, 3572.0, 3604.0, 3593.0, 3625.0, 3604.0, 3560.0, 3602.0, 3592.0, 3602.0, 3602.0, 3560.0, 3614.0, 3603.0, 3613.0, 3603.0, 3549.0, 3612.0, 3602.0, 3580.0, 3602.0, 3547.0, 3612.0, 3602.0, 3612.0, 3591.0, 3548.0, 3600.0, 3591.0, 3622.0, 3591.0, 3537.0, 3601.0, 3591.0, 3623.0, 3603.0, 3560.0, 3601.0, 3580.0, 3623.0, 3603.0, 3569.0, 3600.0, 3580.0, 3622.0, 3602.0, 3548.0, 3589.0, 3579.0, 3622.0, 3602.0, 3558.0, 3600.0, 3568.0, 3612.0, 3593.0, 3550.0, 3601.0, 3570.0, 3624.0, 3603.0, 3563.0, 3625.0, 3603.0, 3605.0, 3637.0, 3605.0, 3572.0, 3603.0, 3591.0, 3612.0, 3581.0, 3571.0, 3601.0, 3590.0, 3623.0, 3602.0, 3559.0, 3601.0, 3579.0, 3621.0, 3599.0, 3558.0, 3600.0, 3579.0, 3579.0, 3622.0, 3601.0, 3568.0, 3589.0, 3566.0, 3609.0, 3577.0, 3545.0, 3586.0, 3577.0, 3600.0, 3590.0, 3569.0, 3611.0, 3588.0, 3599.0, 3598.0, 3556.0, 3597.0, 3587.0, 3567.0, 3622.0, 3590.0, 3538.0, 3599.0, 3579.0, 3611.0, 3601.0, 3570.0, 3600.0, 3590.0, 3569.0, 3623.0, 3602.0, 3560.0, 3601.0, 3580.0, 3580.0, 3613.0, 3582.0, 3591.0, 3602.0], 'WindowWidth': [8252.0, 8193.0, 8142.0, 8110.0, 8163.0, 8119.0, 8129.0, 8177.0, 8129.0, 8097.0, 8140.0, 8094.0, 8152.0, 8123.0, 8092.0, 8137.0, 8094.0, 8123.0, 8126.0, 8097.0, 8161.0, 8114.0, 8101.0, 8145.0, 8121.0, 8089.0, 8145.0, 8106.0, 8180.0, 8137.0, 8094.0, 8150.0, 8125.0, 8182.0, 8154.0, 8094.0, 8152.0, 8122.0, 8164.0, 8152.0, 8090.0, 8166.0, 8136.0, 8107.0, 8147.0, 8137.0, 8152.0, 8167.0, 8112.0, 8095.0, 8155.0, 8122.0, 8183.0, 8168.0, 8105.0, 8147.0, 8119.0, 8179.0, 8150.0, 8104.0, 8146.0, 8105.0, 8197.0, 8153.0, 8081.0, 8152.0, 8123.0, 8181.0, 8153.0, 8148.0, 8132.0, 8116.0, 8164.0, 8121.0, 8091.0, 8148.0, 8123.0, 8182.0, 8153.0, 8112.0, 8184.0, 8155.0, 8140.0, 8172.0, 8155.0, 8082.0, 8155.0, 8109.0, 8164.0, 8133.0, 8131.0, 8181.0, 8138.0, 8083.0, 8170.0, 8138.0, 8121.0, 8185.0, 8154.0, 8121.0, 8165.0, 8139.0, 8198.0, 8166.0, 8106.0, 8163.0, 8129.0, 8127.0, 8160.0, 8110.0, 8152.0, 8120.0, 8092.0, 8156.0, 8128.0, 8058.0, 8141.0, 8135.0, 8116.0, 8177.0, 8133.0, 8087.0, 8163.0, 8122.0, 8177.0, 8146.0, 8112.0, 8126.0, 8098.0, 8147.0, 8118.0, 8146.0, 8130.0, 8105.0, 8181.0, 8152.0, 8077.0, 8167.0, 8141.0, 8152.0, 8167.0, 8108.0, 8180.0, 8152.0, 8136.0, 8166.0, 8133.0, 8119.0, 8165.0, 8136.0, 8148.0, 8130.0, 8118.0, 8167.0, 8150.0, 8122.0, 8151.0, 8151.0, 8126.0, 8125.0, 8164.0, 8148.0, 8125.0, 8187.0, 8173.0, 8127.0, 8129.0, 8188.0, 8154.0, 8123.0, 8085.0, 8164.0, 8166.0, 8088.0, 8162.0, 8129.0, 8121.0, 8136.0, 8169.0, 8137.0, 8093.0, 8182.0, 8169.0, 8138.0, 8168.0, 8134.0, 8120.0, 8184.0, 8150.0, 8104.0, 8161.0, 8132.0, 8115.0, 8161.0, 8128.0, 8067.0, 8176.0, 8144.0, 8116.0, 8114.0, 8123.0, 8094.0, 8155.0, 8140.0, 8099.0, 8069.0, 8101.0, 8146.0, 8100.0, 8155.0, 8122.0, 8148.0, 8115.0, 8086.0, 8114.0, 8086.0, 8150.0, 8119.0, 8087.0, 8128.0, 8093.0, 8101.0, 8102.0, 8069.0, 8118.0, 8070.0, 8096.0, 8068.0, 8037.0, 8084.0, 8043.0, 8088.0, 8092.0, 8067.0, 8112.0, 8097.0, 8052.0, 8132.0, 8116.0, 8058.0, 8118.0, 8089.0, 8100.0, 8116.0, 8076.0, 8120.0, 8105.0, 8081.0, 8173.0, 8127.0, 8074.0, 8144.0, 8132.0, 8117.0, 8147.0, 8120.0, 8114.0, 8171.0, 8161.0, 8138.0, 8149.0, 8105.0, 8176.0, 8145.0, 8147.0, 8161.0, 8102.0, 8160.0, 8127.0, 8113.0, 8163.0, 8132.0, 8088.0, 8145.0, 8130.0, 8117.0, 8164.0, 8120.0, 8074.0, 8165.0, 8152.0, 8107.0, 8164.0, 8118.0, 8175.0, 8148.0, 8115.0, 8161.0, 8110.0, 8109.0, 8158.0, 8128.0, 8071.0, 8157.0, 8128.0, 8133.0, 8147.0, 8146.0, 8101.0, 8129.0, 8163.0, 8134.0, 8090.0, 8146.0, 8116.0, 8159.0, 8147.0, 8119.0, 8091.0, 8148.0, 8121.0, 8122.0, 8168.0, 8139.0, 8079.0, 8164.0, 8151.0, 8134.0, 8167.0, 8136.0, 8104.0, 8182.0, 8151.0, 8096.0, 8151.0, 8136.0, 8140.0, 8172.0, 8170.0, 8127.0, 8106.0, 8168.0, 8152.0, 8135.0, 8162.0, 8114.0, 8114.0, 8160.0, 8132.0, 8088.0, 8146.0, 8116.0, 8114.0, 8161.0, 8130.0, 8084.0, 8157.0, 8124.0, 8111.0, 8176.0, 8128.0, 8084.0, 8142.0, 8126.0, 8114.0, 8130.0, 8147.0, 8102.0, 8141.0, 8144.0, 8118.0, 8089.0, 8141.0, 8114.0, 8130.0, 8147.0, 8118.0, 8088.0, 8143.0, 8130.0, 8102.0, 8161.0, 8120.0, 8058.0, 8162.0, 8151.0, 8134.0, 8166.0, 8120.0, 8129.0, 8148.0, 8133.0, 8118.0, 8151.0, 8103.0, 8175.0, 8149.0, 8119.0, 8177.0, 8129.0, 8109.0, 8177.0, 8146.0, 8070.0, 8139.0, 8126.0, 8098.0, 8144.0, 8114.0, 8069.0, 8142.0, 8129.0, 8101.0, 8144.0, 8114.0, 8097.0, 8159.0, 8130.0, 8085.0, 8159.0, 8129.0, 8114.0, 8180.0, 8132.0, 8086.0, 8098.0, 8161.0, 8148.0, 8089.0, 8147.0, 8129.0, 8130.0, 8134.0, 8181.0, 8138.0, 8087.0, 8179.0, 8148.0, 8120.0, 8100.0, 8128.0, 8115.0, 8131.0, 8161.0, 8131.0, 8085.0, 8160.0, 8144.0, 8114.0, 8099.0, 8098.0, 8086.0, 8086.0, 8159.0, 8069.0, 8083.0, 8173.0, 8139.0, 8077.0, 8142.0, 8144.0, 8134.0, 8111.0, 8180.0, 8145.0, 8139.0, 8159.0, 8132.0, 8076.0, 8107.0, 8086.0, 8053.0, 8104.0, 8073.0, 8028.0, 8084.0, 8071.0, 8060.0, 8119.0, 8076.0, 8020.0, 8105.0, 8096.0, 8070.0, 8132.0, 8105.0, 8032.0, 8132.0, 8120.0, 8092.0, 8139.0, 8115.0, 8084.0, 8124.0, 8080.0, 8173.0, 8128.0, 8056.0, 8142.0, 8114.0, 8104.0, 8167.0, 8126.0, 8114.0, 8154.0, 8122.0, 8185.0, 8155.0, 8108.0, 8151.0, 8104.0, 8165.0, 8134.0, 8163.0, 8145.0, 8074.0, 8158.0, 8147.0, 8118.0, 8164.0, 8138.0, 8117.0, 8164.0, 8131.0, 8181.0, 8135.0, 8147.0, 8128.0, 8098.0, 8160.0, 8116.0, 8088.0, 8144.0, 8118.0, 8161.0, 8151.0, 8108.0, 8184.0, 8140.0, 8104.0, 8166.0, 8136.0, 8166.0, 8137.0, 8074.0, 8163.0, 8150.0, 8104.0, 8150.0, 8136.0, 8116.0, 8149.0, 8122.0, 8096.0, 8168.0, 8124.0, 8153.0, 8171.0, 8142.0, 8170.0, 8167.0, 8134.0, 8186.0, 8153.0, 8093.0, 8148.0, 8134.0, 8134.0, 8185.0, 8137.0, 8092.0, 8164.0, 8135.0, 8121.0, 8165.0, 8123.0, 8176.0, 8144.0, 8126.0, 8144.0, 8100.0, 8127.0, 8125.0, 8069.0, 8177.0, 8148.0, 8077.0, 8166.0, 8122.0, 8176.0, 8132.0, 8160.0, 8132.0, 8077.0, 8162.0, 8149.0, 8125.0, 8171.0, 8128.0, 8190.0, 8152.0, 8143.0, 8169.0, 8108.0, 8169.0, 8156.0, 8182.0, 8164.0, 8101.0, 8158.0, 8128.0, 8095.0, 8164.0, 8133.0, 8129.0, 8125.0, 8081.0, 8176.0, 8145.0, 8086.0, 8140.0, 8115.0, 8156.0, 8146.0, 8101.0, 8102.0, 8142.0, 8116.0, 8146.0, 8149.0, 8121.0, 8103.0, 8144.0, 8117.0, 8182.0, 8148.0, 8089.0, 8146.0, 8131.0, 8118.0, 8164.0, 8123.0, 8105.0, 8149.0, 8136.0, 8185.0, 8153.0, 8097.0, 8166.0, 8140.0, 8141.0, 8169.0, 8127.0, 8135.0, 8151.0, 8134.0, 8184.0, 8154.0, 8104.0, 8146.0, 8134.0, 8120.0, 8165.0, 8135.0, 8088.0, 8146.0, 8131.0, 8163.0, 8133.0, 8077.0, 8166.0, 8135.0, 8177.0, 8150.0, 8086.0, 8129.0, 8113.0, 8131.0, 8144.0, 8105.0, 8129.0, 8149.0, 8135.0, 8106.0, 8151.0, 8119.0, 8162.0, 8150.0, 8116.0, 8147.0, 8118.0, 8112.0, 8146.0, 8133.0, 8118.0, 8148.0, 8102.0, 8176.0, 8149.0, 8118.0, 8165.0, 8118.0, 8100.0, 8161.0, 8132.0, 8102.0, 8146.0, 8119.0, 8168.0, 8166.0, 8105.0, 8132.0, 8143.0, 8115.0, 8179.0, 8149.0, 8090.0, 8174.0, 8147.0, 8134.0, 8167.0, 8136.0, 8096.0, 8147.0, 8115.0, 8159.0, 8146.0, 8092.0, 8105.0, 8145.0, 8118.0, 8163.0, 8149.0, 8122.0, 8147.0, 8143.0, 8116.0, 8164.0, 8144.0, 8107.0, 8102.0, 8161.0, 8133.0, 8089.0, 8163.0, 8116.0, 8115.0, 8185.0, 8150.0, 8107.0, 8165.0, 8131.0, 8115.0, 8175.0, 8131.0, 8100.0, 8141.0, 8116.0, 8056.0, 8176.0, 8143.0, 8084.0, 8157.0, 8139.0, 8110.0, 8161.0, 8128.0, 8072.0, 8054.0, 8107.0, 8125.0, 8180.0, 8176.0, 8159.0, 8131.0, 8106.0, 8149.0, 8134.0, 8138.0, 8137.0, 8200.0, 8148.0, 8098.0, 8138.0, 8156.0, 8109.0, 8051.0, 8137.0, 8128.0, 8084.0, 8164.0, 8121.0, 8061.0, 8164.0, 8139.0, 8096.0, 8155.0, 8125.0, 8199.0, 8170.0, 8137.0, 8168.0, 8134.0, 8159.0, 8145.0, 8112.0, 8145.0, 8114.0, 8079.0, 8143.0, 8128.0, 8144.0, 8127.0, 8067.0, 8156.0, 8142.0, 8095.0, 8142.0, 8112.0, 8062.0, 8121.0, 8124.0, 8140.0, 8124.0, 8098.0, 8108.0, 8138.0, 8145.0, 8131.0, 8129.0, 8071.0, 8157.0, 8127.0, 8114.0, 8162.0, 8114.0, 8067.0, 8157.0, 8129.0, 8099.0, 8144.0, 8114.0, 8065.0, 8138.0, 8127.0, 8140.0, 8126.0, 8087.0, 8141.0, 8126.0, 8097.0, 8141.0, 8099.0, 8095.0, 8140.0, 8130.0, 8117.0, 8148.0, 8120.0, 8087.0, 8162.0, 8149.0, 8106.0, 8148.0, 8115.0, 8145.0, 8148.0, 8118.0, 8114.0, 8124.0, 8126.0, 8158.0, 8141.0, 8083.0, 8135.0, 8132.0, 8099.0, 8142.0, 8118.0, 8069.0, 8138.0, 8110.0, 8068.0, 8141.0, 8114.0, 8154.0, 8129.0, 8099.0, 8144.0, 8123.0, 8094.0, 8160.0, 8143.0, 8080.0, 8120.0, 8091.0, 8154.0, 8126.0, 8068.0, 8137.0, 8125.0, 8114.0, 8147.0, 8130.0, 8086.0, 8176.0, 8147.0, 8114.0, 8162.0, 8130.0, 8067.0, 8143.0, 8127.0, 8143.0, 8128.0, 8068.0, 8158.0, 8147.0, 8099.0, 8144.0, 8114.0, 8096.0, 8146.0, 8131.0, 8117.0, 8130.0, 8098.0, 8161.0, 8135.0, 8143.0, 8129.0, 8129.0, 8126.0, 8096.0, 8144.0, 8088.0, 8146.0, 8133.0, 8104.0, 8166.0, 8096.0, 8169.0, 8140.0, 8183.0, 8168.0, 8099.0, 8170.0, 8142.0, 8155.0, 8172.0, 8145.0, 8140.0, 8154.0, 8153.0, 8202.0, 8173.0, 8108.0, 8150.0, 8133.0, 8182.0, 8151.0, 8088.0, 8145.0, 8132.0, 8146.0, 8146.0, 8087.0, 8164.0, 8147.0, 8164.0, 8148.0, 8071.0, 8158.0, 8147.0, 8113.0, 8145.0, 8068.0, 8158.0, 8145.0, 8157.0, 8128.0, 8069.0, 8140.0, 8127.0, 8172.0, 8129.0, 8055.0, 8143.0, 8128.0, 8177.0, 8148.0, 8087.0, 8142.0, 8114.0, 8177.0, 8147.0, 8098.0, 8139.0, 8111.0, 8174.0, 8144.0, 8069.0, 8124.0, 8110.0, 8172.0, 8144.0, 8082.0, 8138.0, 8093.0, 8160.0, 8134.0, 8075.0, 8142.0, 8100.0, 8180.0, 8149.0, 8099.0, 8181.0, 8151.0, 8154.0, 8202.0, 8157.0, 8107.0, 8148.0, 8130.0, 8160.0, 8116.0, 8104.0, 8142.0, 8126.0, 8177.0, 8146.0, 8086.0, 8141.0, 8108.0, 8168.0, 8136.0, 8081.0, 8140.0, 8109.0, 8110.0, 8174.0, 8142.0, 8093.0, 8122.0, 8086.0, 8148.0, 8103.0, 8057.0, 8112.0, 8104.0, 8138.0, 8123.0, 8098.0, 8154.0, 8120.0, 8133.0, 8132.0, 8073.0, 8131.0, 8116.0, 8091.0, 8172.0, 8126.0, 8057.0, 8137.0, 8111.0, 8154.0, 8140.0, 8100.0, 8140.0, 8125.0, 8096.0, 8175.0, 8145.0, 8089.0, 8143.0, 8114.0, 8114.0, 8161.0, 8121.0, 8130.0, 8145.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.00037254664179104475</td></tr>
<tr><td colspan=3>aqi</td><td>0.01830098703358209</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.3500610088702</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1910643732493007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0014702220354799</td></tr>
<tr><td colspan=3>efc</td><td>0.4643</td></tr>
<tr><td colspan=3>fber</td><td>5817.8691</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09312398579448995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5186567164179103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5523187700153134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.566499302446252</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746660752696323</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.343796254903365</td></tr>
<tr><td colspan=3>gcor</td><td>0.010823</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011448397301137447</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019208285957574844</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.81162440117804</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>36.9554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.1994</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>583.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.2618</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2276</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.1602</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2796.1926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.1901</td></tr>
<tr><td colspan=3>tsnr</td><td>40.75625663995743</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>