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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-03/func/sub-0070_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6a83f83c47f432a5595bec2784f65f7c</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:39:35.967500</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.999596, -0.0042139, -0.0280983, 0.00767649, 0.992216, 0.124288]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102218</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7760, -7236, 494, -85, -264, 0, 50]</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>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>747d022a-eb4f-4515-947c-be5e538cd3fb||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.6818437576293945, 0.020595453679561615, -0.07386068254709244, 113.87271118164062], [0.011305582709610462, 2.662044048309326, 0.3360257148742676, -96.3510971069336], [-0.07538555562496185, -0.3334568440914154, 2.677990198135376, -52.97306442260742], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['153935.967500', '153936.427500', '153936.887500', '153937.347500', '153937.807500', '153938.267500', '153938.727500', '153939.187500', '153939.647500', '153940.107500', '153940.567500', '153941.027500', '153941.487500', '153941.947500', '153942.407500', '153942.867500', '153943.327500', '153943.787500', '153944.247500', '153944.707500', '153945.167500', '153945.627500', '153946.087500', '153946.547500', '153947.007500', '153947.467500', '153947.927500', '153948.387500', '153948.847500', '153949.307500', '153949.767500', '153950.227500', '153950.687500', '153951.147500', '153951.607500', '153952.067500', '153952.527500', '153952.987500', '153953.447500', '153953.907500', '153954.367500', '153954.827500', '153955.287500', '153955.747500', '153956.207500', '153956.667500', '153957.127500', '153957.587500', '153958.047500', '153958.507500', '153958.967500', '153959.427500', '153959.887500', '154000.347500', '154000.807500', '154001.267500', '154001.727500', '154002.187500', '154002.647500', '154003.107500', '154003.567500', '154004.027500', '154004.487500', '154004.947500', '154005.407500', '154005.867500', '154006.327500', '154006.787500', '154007.247500', '154007.707500', '154008.167500', '154008.627500', '154009.087500', '154009.547500', '154010.007500', '154010.467500', '154010.927500', '154011.387500', '154011.847500', '154012.307500', '154012.767500', '154013.227500', '154013.687500', '154014.147500', '154014.607500', '154015.067500', '154015.527500', '154015.987500', '154016.447500', '154016.907500', '154017.367500', '154017.827500', '154018.287500', '154018.747500', '154019.207500', '154019.667500', '154020.127500', '154020.587500', '154021.047500', '154021.507500', '154021.967500', '154022.427500', '154022.887500', '154023.347500', '154023.807500', '154024.267500', '154024.727500', '154025.187500', '154025.647500', '154026.107500', '154026.567500', '154027.027500', '154027.487500', '154027.947500', '154028.407500', '154028.867500', '154029.327500', '154029.787500', '154030.247500', '154030.707500', '154031.167500', '154031.627500', '154032.087500', '154032.547500', '154033.007500', '154033.467500', '154033.927500', '154034.387500', '154034.847500', '154035.307500', '154035.767500', '154036.227500', '154036.687500', '154037.147500', '154037.607500', '154038.067500', '154038.527500', '154038.987500', '154039.447500', '154039.907500', '154040.367500', '154040.827500', '154041.287500', '154041.747500', '154042.207500', '154042.667500', '154043.127500', '154043.587500', '154044.047500', '154044.507500', '154044.967500', '154045.427500', '154045.887500', '154046.347500', '154046.807500', '154047.267500', '154047.727500', '154048.187500', '154048.647500', '154049.107500', '154049.567500', '154050.027500', '154050.487500', '154050.947500', '154051.407500', '154051.867500', '154052.327500', '154052.787500', '154053.247500', '154053.707500', '154054.167500', '154054.627500', '154055.087500', '154055.547500', '154056.007500', '154056.467500', '154056.927500', '154057.387500', '154057.847500', '154058.307500', '154058.767500', '154059.227500', '154059.687500', '154100.147500', '154100.607500', '154101.067500', '154101.527500', '154101.987500', '154102.447500', '154102.907500', '154103.367500', '154103.827500', '154104.287500', '154104.747500', '154105.207500', '154105.667500', '154106.127500', '154106.587500', '154107.047500', '154107.507500', '154107.967500', '154108.427500', '154108.887500', '154109.347500', '154109.807500', '154110.267500', '154110.727500', '154111.187500', '154111.647500', '154112.107500', '154112.567500', '154113.027500', '154113.487500', '154113.947500', '154114.407500', '154114.867500', '154115.327500', '154115.787500', '154116.247500', '154116.707500', '154117.167500', '154117.627500', '154118.087500', '154118.547500', '154119.007500', '154119.467500', '154119.927500', '154120.387500', '154120.847500', '154121.307500', '154121.767500', '154122.227500', '154122.687500', '154123.147500', '154123.607500', '154124.067500', '154124.527500', '154124.987500', '154125.447500', '154125.907500', '154126.367500', '154126.827500', '154127.287500', '154127.747500', '154128.207500', '154128.667500', '154129.127500', '154129.587500', '154130.047500', '154130.507500', '154130.967500', '154131.427500', '154131.887500', '154132.347500', '154132.807500', '154133.267500', '154133.727500', '154134.187500', '154134.647500', '154135.107500', '154135.567500', '154136.027500', '154136.487500', '154136.947500', '154137.407500', '154137.867500', '154138.327500', '154138.787500', '154139.247500', '154139.707500', '154140.167500', '154140.627500', '154141.087500', '154141.547500', '154142.007500', '154142.467500', '154142.927500', '154143.387500', '154143.847500', '154144.307500', '154144.767500', '154145.227500', '154145.687500', '154146.147500', '154146.607500', '154147.067500', '154147.527500', '154147.987500', '154148.447500', '154148.907500', '154149.367500', '154149.827500', '154150.287500', '154150.747500', '154151.207500', '154151.667500', '154152.127500', '154152.587500', '154153.047500', '154153.507500', '154153.967500', '154154.427500', '154154.887500', '154155.347500', '154155.807500', '154156.267500', '154156.727500', '154157.187500', '154157.647500', '154158.107500', '154158.567500', '154159.027500', '154159.487500', '154159.947500', '154200.407500', '154200.867500', '154201.327500', '154201.787500', '154202.247500', '154202.707500', '154203.167500', '154203.627500', '154204.087500', '154204.547500', '154205.007500', '154205.467500', '154205.927500', '154206.387500', '154206.847500', '154207.307500', '154207.767500', '154208.227500', '154208.687500', '154209.147500', '154209.607500', '154210.067500', '154210.527500', '154210.987500', '154211.447500', '154211.907500', '154212.367500', '154212.827500', '154213.287500', '154213.747500', '154214.207500', '154214.667500', '154215.127500', '154215.587500', '154216.047500', '154216.507500', '154216.967500', '154217.427500', '154217.887500', '154218.347500', '154218.807500', '154219.267500', '154219.727500', '154220.187500', '154220.647500', '154221.107500', '154221.567500', '154222.027500', '154222.487500', '154222.947500', '154223.407500', '154223.867500', '154224.327500', '154224.787500', '154225.247500', '154225.707500', '154226.167500', '154226.627500', '154227.087500', '154227.547500', '154228.007500', '154228.467500', '154228.927500', '154229.387500', '154229.847500', '154230.307500', '154230.767500', '154231.227500', '154231.687500', '154232.147500', '154232.607500', '154233.067500', '154233.527500', '154233.987500', '154234.447500', '154234.907500', '154235.367500', '154235.827500', '154236.287500', '154236.747500', '154237.207500', '154237.667500', '154238.127500', '154238.587500', '154239.047500', '154239.507500', '154239.967500', '154240.427500', '154240.887500', '154241.347500', '154241.807500', '154242.267500', '154242.727500', '154243.187500', '154243.647500', '154244.107500', '154244.567500', '154245.027500', '154245.487500', '154245.947500', '154246.407500', '154246.867500', '154247.327500', '154247.787500', '154248.247500', '154248.707500', '154249.167500', '154249.627500', '154250.087500', '154250.547500', '154251.007500', '154251.467500', '154251.927500', '154252.387500', '154252.847500', '154253.307500', '154253.767500', '154254.227500', '154254.687500', '154255.147500', '154255.607500', '154256.067500', '154256.527500', '154256.987500', '154257.447500', '154257.907500', '154258.367500', '154258.827500', '154259.287500', '154259.747500', '154300.207500', '154300.667500', '154301.127500', '154301.587500', '154302.047500', '154302.507500', '154302.967500', '154303.427500', '154303.887500', '154304.347500', '154304.807500', '154305.267500', '154305.727500', '154306.187500', '154306.647500', '154307.107500', '154307.567500', '154308.027500', '154308.487500', '154308.947500', '154309.407500', '154309.867500', '154310.327500', '154310.787500', '154311.247500', '154311.707500', '154312.167500', '154312.627500', '154313.087500', '154313.547500', '154314.007500', '154314.467500', '154314.927500', '154315.387500', '154315.847500', '154316.307500', '154316.767500', '154317.227500', '154317.687500', '154318.147500', '154318.607500', '154319.067500', '154319.527500', '154319.987500', '154320.447500', '154320.907500', '154321.367500', '154321.827500', '154322.287500', '154322.747500', '154323.207500', '154323.667500', '154324.127500', '154324.587500', '154325.047500', '154325.507500', '154325.967500', '154326.427500', '154326.887500', '154327.347500', '154327.807500', '154328.267500', '154328.727500', '154329.187500', '154329.647500', '154330.107500', '154330.567500', '154331.027500', '154331.487500', '154331.947500', '154332.407500', '154332.867500', '154333.327500', '154333.787500', '154334.247500', '154334.707500', '154335.167500', '154335.627500', '154336.087500', '154336.547500', '154337.007500', '154337.467500', '154337.927500', '154338.387500', '154338.847500', '154339.307500', '154339.767500', '154340.227500', '154340.687500', '154341.147500', '154341.607500', '154342.067500', '154342.527500', '154342.987500', '154343.447500', '154343.907500', '154344.367500', '154344.827500', '154345.287500', '154345.747500', '154346.207500', '154346.667500', '154347.127500', '154347.587500', '154348.047500', '154348.507500', '154348.967500', '154349.427500', '154349.887500', '154350.347500', '154350.807500', '154351.267500', '154351.727500', '154352.187500', '154352.647500', '154353.107500', '154353.567500', '154354.027500', '154354.487500', '154354.947500', '154355.407500', '154355.867500', '154356.327500', '154356.787500', '154357.247500', '154357.707500', '154358.167500', '154358.627500', '154359.087500', '154359.547500', '154400.007500', '154400.467500', '154400.927500', '154401.387500', '154401.847500', '154402.307500', '154402.767500', '154403.227500', '154403.687500', '154404.147500', '154404.607500', '154405.067500', '154405.527500', '154405.987500', '154406.447500', '154406.907500', '154407.367500', '154407.827500', '154408.287500', '154408.747500', '154409.207500', '154409.667500', '154410.127500', '154410.587500', '154411.047500', '154411.507500', '154411.967500', '154412.427500', '154412.887500', '154413.347500', '154413.807500', '154414.267500', '154414.727500', '154415.187500', '154415.647500', '154416.107500', '154416.567500', '154417.027500', '154417.487500', '154417.947500', '154418.407500', '154418.867500', '154419.327500', '154419.787500', '154420.247500', '154420.707500', '154421.167500', '154421.627500', '154422.087500', '154422.547500', '154423.007500', '154423.467500', '154423.927500', '154424.387500', '154424.847500', '154425.307500', '154425.767500', '154426.227500', '154426.687500', '154427.147500', '154427.607500', '154428.067500', '154428.527500', '154428.987500', '154429.447500', '154429.907500', '154430.367500', '154430.827500', '154431.287500', '154431.747500', '154432.207500', '154432.667500', '154433.127500', '154433.587500', '154434.047500', '154434.507500', '154434.967500', '154435.427500', '154435.887500', '154436.347500', '154436.807500', '154437.267500', '154437.727500', '154438.187500', '154438.647500', '154439.107500', '154439.567500', '154440.027500', '154440.487500', '154440.947500', '154441.407500', '154441.867500', '154442.327500', '154442.787500', '154443.247500', '154443.707500', '154444.167500', '154444.627500', '154445.087500', '154445.547500', '154446.007500', '154446.467500', '154446.927500', '154447.387500', '154447.847500', '154448.307500', '154448.767500', '154449.227500', '154449.687500', '154450.147500', '154450.607500', '154451.067500', '154451.527500', '154451.987500', '154452.447500', '154452.907500', '154453.367500', '154453.827500', '154454.287500', '154454.747500', '154455.207500', '154455.667500', '154456.127500', '154456.587500', '154457.047500', '154457.507500', '154457.967500', '154458.427500', '154458.887500', '154459.347500', '154459.807500', '154500.267500', '154500.727500', '154501.187500', '154501.647500', '154502.107500', '154502.567500', '154503.027500', '154503.487500', '154503.947500', '154504.407500', '154504.867500', '154505.327500', '154505.787500', '154506.247500', '154506.707500', '154507.167500', '154507.627500', '154508.087500', '154508.547500', '154509.007500', '154509.467500', '154509.927500', '154510.387500', '154510.847500', '154511.307500', '154511.767500', '154512.227500', '154512.687500', '154513.147500', '154513.607500', '154514.067500', '154514.527500', '154514.987500', '154515.447500', '154515.907500', '154516.367500', '154516.827500', '154517.287500', '154517.747500', '154518.207500', '154518.667500', '154519.127500', '154519.587500', '154520.047500', '154520.507500', '154520.967500', '154521.427500', '154521.887500', '154522.347500', '154522.807500', '154523.267500', '154523.727500', '154524.187500', '154524.647500', '154525.107500', '154525.567500', '154526.027500', '154526.487500', '154526.947500', '154527.407500', '154527.867500', '154528.327500', '154528.787500', '154529.247500', '154529.707500', '154530.167500', '154530.627500', '154531.087500', '154531.547500', '154532.007500', '154532.467500', '154532.927500', '154533.387500', '154533.847500', '154534.307500', '154534.767500', '154535.227500', '154535.687500', '154536.147500', '154536.607500', '154537.067500', '154537.527500', '154537.987500', '154538.447500', '154538.907500', '154539.367500', '154539.827500', '154540.287500', '154540.747500', '154541.207500', '154541.667500', '154542.127500', '154542.587500', '154543.047500', '154543.507500', '154543.967500', '154544.427500', '154544.887500', '154545.347500', '154545.807500', '154546.267500', '154546.727500', '154547.187500', '154547.647500', '154548.107500', '154548.567500', '154549.027500', '154549.487500', '154549.947500', '154550.407500', '154550.867500', '154551.327500', '154551.787500', '154552.247500', '154552.707500', '154553.167500', '154553.627500', '154554.087500', '154554.547500', '154555.007500', '154555.467500', '154555.927500', '154556.387500', '154556.847500', '154557.307500', '154557.767500', '154558.227500', '154558.687500', '154559.147500', '154559.607500', '154600.067500', '154600.527500', '154600.987500', '154601.447500', '154601.907500', '154602.367500', '154602.827500', '154603.287500', '154603.747500', '154604.207500', '154604.667500', '154605.127500', '154605.587500', '154606.047500', '154606.507500', '154606.967500', '154607.427500', '154607.887500', '154608.347500', '154608.807500', '154609.267500', '154609.727500', '154610.187500', '154610.647500', '154611.107500', '154611.567500', '154612.027500', '154612.487500', '154612.947500', '154613.407500', '154613.867500', '154614.327500', '154614.787500', '154615.247500', '154615.707500', '154616.167500', '154616.627500', '154617.087500', '154617.547500', '154618.007500', '154618.467500', '154618.927500', '154619.387500', '154619.847500', '154620.307500', '154620.767500', '154621.227500', '154621.687500', '154622.147500', '154622.607500', '154623.067500', '154623.527500', '154623.987500', '154624.447500', '154624.907500', '154625.367500', '154625.827500', '154626.287500', '154626.747500', '154627.207500', '154627.667500', '154628.127500', '154628.587500', '154629.047500', '154629.507500', '154629.967500', '154630.427500', '154630.887500', '154631.347500', '154631.807500', '154632.267500', '154632.727500', '154633.187500', '154633.647500', '154634.107500', '154634.567500', '154635.027500', '154635.487500', '154635.947500', '154636.407500', '154636.867500', '154637.327500', '154637.787500', '154638.247500', '154638.707500', '154639.167500', '154639.627500', '154640.087500', '154640.547500', '154641.007500', '154641.467500', '154641.927500', '154642.387500', '154642.847500', '154643.307500', '154643.767500', '154644.227500', '154644.687500', '154645.147500', '154645.607500', '154646.067500', '154646.527500', '154646.987500', '154647.447500', '154647.907500', '154648.367500', '154648.827500', '154649.287500', '154649.747500', '154650.207500', '154650.667500', '154651.127500', '154651.587500', '154652.047500', '154652.507500', '154652.967500', '154653.427500', '154653.887500', '154654.347500', '154654.807500', '154655.267500', '154655.727500', '154656.187500', '154656.647500', '154657.107500', '154657.567500', '154658.027500', '154658.487500', '154658.947500', '154659.407500', '154659.867500', '154700.327500', '154700.787500', '154701.247500', '154701.707500', '154702.167500', '154702.627500', '154703.087500', '154703.547500', '154704.007500', '154704.467500', '154704.927500', '154705.387500', '154705.847500', '154706.307500', '154706.767500', '154707.227500', '154707.687500', '154708.147500', '154708.607500', '154709.067500', '154709.527500', '154709.987500', '154710.447500', '154710.907500', '154711.367500', '154711.827500', '154712.287500', '154712.747500', '154713.207500', '154713.667500', '154714.127500', '154714.587500', '154715.047500', '154715.507500', '154715.967500', '154716.427500', '154716.887500', '154717.347500', '154717.807500', '154718.267500', '154718.727500', '154719.187500', '154719.647500', '154720.107500', '154720.567500', '154721.027500', '154721.487500', '154721.947500', '154722.407500', '154722.867500', '154723.327500', '154723.787500', '154724.247500', '154724.707500', '154725.167500', '154725.627500', '154726.087500', '154726.547500', '154727.007500', '154727.467500', '154727.927500', '154728.387500', '154728.847500', '154729.307500', '154729.767500', '154730.227500', '154730.687500', '154731.147500', '154731.607500', '154732.067500', '154732.527500', '154732.987500', '154733.447500', '154733.907500', '154734.367500', '154734.827500', '154735.287500', '154735.747500', '154736.207500', '154736.667500', '154737.127500', '154737.587500', '154738.047500', '154738.507500', '154738.967500', '154739.427500', '154739.887500', '154740.347500', '154740.807500', '154741.267500', '154741.727500', '154742.187500', '154742.647500', '154743.107500', '154743.567500', '154744.027500', '154744.487500', '154744.947500', '154745.407500'], 'ContentTime': ['153957.863000', '153957.866000', '153957.868000', '153957.871000', '153957.874000', '153957.877000', '153957.879000', '153957.882000', '153957.884000', '153957.887000', '153957.889000', '153957.892000', '153957.894000', '153957.906000', '153957.909000', '153957.911000', '153957.914000', '153957.917000', '153957.919000', '153957.922000', '153957.924000', '153957.927000', '153957.929000', '153957.932000', '153957.935000', '153957.937000', '153957.940000', '153957.942000', '153957.945000', '153957.947000', '153957.950000', '153957.952000', '153957.955000', '153957.957000', '153957.960000', '153957.962000', '153957.966000', '153957.968000', '153957.971000', '153957.973000', '153957.976000', '153957.979000', '153957.981000', '153957.984000', '153957.987000', '153957.989000', '154017.816000', '154017.818000', '154017.821000', '154017.824000', '154017.827000', '154017.830000', '154017.833000', '154017.835000', '154017.838000', '154017.841000', '154017.843000', '154017.846000', '154017.848000', '154017.851000', '154017.853000', '154017.856000', '154017.858000', '154017.861000', '154017.864000', '154017.866000', '154017.869000', '154017.871000', '154017.874000', '154017.876000', '154017.879000', '154017.882000', '154017.884000', '154017.887000', '154017.890000', '154017.892000', '154017.895000', '154017.897000', '154017.903000', '154017.906000', '154017.909000', '154017.911000', '154017.914000', '154017.916000', '154017.919000', '154017.922000', '154017.924000', '154017.927000', '154017.929000', '154017.932000', '154037.816000', '154037.818000', '154037.821000', '154037.824000', '154037.826000', '154037.829000', '154037.831000', '154037.834000', '154037.837000', '154037.840000', '154037.842000', '154037.845000', '154037.847000', '154037.850000', '154037.852000', '154037.855000', '154037.857000', '154037.860000', '154037.862000', '154037.865000', '154037.867000', '154037.870000', '154037.873000', '154037.875000', '154037.878000', '154037.880000', '154037.883000', '154037.885000', '154037.888000', '154037.890000', '154037.893000', '154037.895000', '154037.898000', '154037.901000', '154037.903000', '154037.906000', '154037.908000', '154037.911000', '154037.914000', '154037.916000', '154037.919000', '154037.921000', '154037.924000', '154057.815000', '154057.819000', '154057.821000', '154057.824000', '154057.827000', '154057.829000', '154057.832000', '154057.834000', '154057.845000', '154057.848000', '154057.851000', '154057.853000', '154057.856000', '154057.859000', '154057.861000', '154057.864000', '154057.867000', '154057.869000', '154057.872000', '154057.874000', '154057.877000', '154057.880000', '154057.894000', '154057.897000', '154057.899000', '154057.902000', '154057.905000', '154057.907000', '154057.910000', '154057.913000', '154057.915000', '154057.918000', '154057.920000', '154057.923000', '154057.926000', '154057.928000', '154057.931000', '154057.934000', '154057.936000', '154057.939000', '154057.942000', '154057.944000', '154057.947000', '154117.815000', '154117.818000', '154117.821000', '154117.824000', '154117.826000', '154117.829000', '154117.831000', '154117.834000', '154117.837000', '154117.839000', '154117.842000', '154117.844000', '154117.847000', '154117.850000', '154117.852000', '154117.855000', '154117.857000', '154117.860000', '154117.863000', '154117.872000', '154117.874000', '154117.877000', '154117.880000', '154117.882000', '154117.885000', '154117.887000', '154117.890000', '154117.892000', '154117.895000', '154117.898000', '154117.900000', '154117.903000', '154117.905000', '154117.908000', '154117.911000', '154117.913000', '154117.916000', '154117.918000', '154117.921000', '154117.924000', '154117.926000', '154117.929000', '154117.932000', '154117.934000', '154137.817000', '154137.820000', '154137.823000', '154137.826000', '154137.829000', '154137.832000', '154137.834000', '154137.837000', '154137.840000', '154137.842000', '154137.845000', '154137.848000', '154137.850000', '154137.853000', '154137.855000', '154137.858000', '154137.861000', '154137.863000', '154137.866000', '154137.875000', '154137.878000', '154137.881000', '154137.883000', '154137.886000', '154137.889000', '154137.891000', '154137.894000', '154137.897000', '154137.899000', '154137.902000', '154137.905000', '154137.907000', '154137.910000', '154137.913000', '154137.915000', '154137.918000', '154137.921000', '154137.923000', '154137.926000', '154137.929000', '154137.931000', '154137.934000', '154137.937000', '154157.817000', '154157.820000', '154157.822000', '154157.825000', '154157.827000', '154157.830000', '154157.832000', '154157.835000', '154157.838000', '154157.840000', '154157.843000', '154157.845000', '154157.848000', '154157.850000', '154157.853000', '154157.855000', '154157.858000', '154157.861000', '154157.864000', '154157.866000', '154157.869000', '154157.871000', '154157.874000', '154157.877000', '154157.879000', '154157.882000', '154157.885000', '154157.887000', '154157.890000', '154157.892000', '154157.895000', '154157.898000', '154157.900000', '154157.903000', '154157.906000', '154157.908000', '154157.911000', '154157.913000', '154157.916000', '154157.919000', '154157.921000', '154157.924000', '154157.926000', '154157.929000', '154217.815000', '154217.818000', '154217.821000', '154217.823000', '154217.827000', '154217.829000', '154217.832000', '154217.835000', '154217.837000', '154217.840000', '154217.843000', '154217.845000', '154217.848000', '154217.851000', '154217.854000', '154217.856000', '154217.859000', '154217.862000', '154217.865000', '154217.868000', '154217.871000', '154217.873000', '154217.876000', '154217.879000', '154217.881000', '154217.884000', '154217.886000', '154217.889000', '154217.892000', '154217.894000', '154217.897000', '154217.899000', '154217.902000', '154217.905000', '154217.908000', '154217.910000', '154217.913000', '154217.915000', '154217.918000', '154217.921000', '154217.923000', '154217.926000', '154217.929000', '154237.815000', '154237.819000', '154237.822000', '154237.824000', '154237.827000', '154237.830000', '154237.832000', '154237.835000', '154237.837000', '154237.840000', '154237.843000', '154237.845000', '154237.848000', '154237.851000', '154237.853000', '154237.856000', '154237.858000', '154237.861000', '154237.894000', '154237.896000', '154237.899000', '154237.902000', '154237.904000', '154237.907000', '154237.910000', '154237.912000', '154237.915000', '154237.917000', '154237.920000', '154237.923000', '154237.925000', '154237.928000', '154237.931000', '154237.933000', '154237.936000', '154237.939000', '154237.941000', '154237.944000', '154237.947000', '154237.949000', '154237.952000', '154237.954000', '154237.957000', '154237.960000', '154257.815000', '154257.818000', '154257.821000', '154257.823000', '154257.826000', '154257.829000', '154257.831000', '154257.834000', '154257.836000', '154257.839000', '154257.842000', '154257.844000', '154257.847000', '154257.849000', '154257.852000', '154257.854000', '154257.857000', '154257.860000', '154257.863000', '154257.866000', '154257.869000', '154257.871000', '154257.874000', '154257.877000', '154257.879000', '154257.882000', '154257.884000', '154257.887000', '154257.890000', '154257.892000', '154257.895000', '154257.898000', '154257.900000', '154257.903000', '154257.906000', '154257.910000', '154257.913000', '154257.915000', '154257.918000', '154257.921000', '154257.923000', '154257.926000', '154257.928000', '154317.816000', '154317.818000', '154317.821000', '154317.824000', '154317.827000', '154317.830000', '154317.832000', '154317.835000', '154317.837000', '154317.840000', '154317.842000', '154317.845000', '154317.848000', '154317.850000', '154317.853000', '154317.855000', '154317.858000', '154317.861000', '154317.863000', '154317.866000', '154317.868000', '154317.871000', '154317.873000', '154317.876000', '154317.879000', '154317.881000', '154317.884000', '154317.887000', '154317.890000', '154317.892000', '154317.895000', '154317.897000', '154317.900000', '154317.903000', '154317.905000', '154317.908000', '154317.911000', '154317.913000', '154317.916000', '154317.918000', '154317.921000', '154317.924000', '154317.926000', '154317.929000', '154337.816000', '154337.819000', '154337.822000', '154337.825000', '154337.828000', '154337.831000', '154337.833000', '154337.836000', '154337.839000', '154337.841000', '154337.844000', '154337.846000', '154337.849000', '154337.852000', '154337.854000', '154337.857000', '154337.860000', '154337.862000', '154337.865000', '154337.868000', '154337.870000', '154337.873000', '154337.876000', '154337.878000', '154337.881000', '154337.883000', '154337.886000', '154337.889000', '154337.891000', '154337.894000', '154337.897000', '154337.899000', '154337.902000', '154337.905000', '154337.907000', '154337.910000', '154337.913000', '154337.915000', '154337.918000', '154337.921000', '154337.923000', '154337.926000', '154337.929000', '154357.817000', '154357.825000', '154357.828000', '154357.852000', '154357.855000', '154357.858000', '154357.860000', '154357.863000', '154357.866000', '154357.868000', '154357.871000', '154357.874000', '154357.876000', '154357.879000', '154357.881000', '154357.884000', '154357.887000', '154357.889000', '154357.892000', '154357.895000', '154357.898000', '154357.900000', '154357.903000', '154357.905000', '154357.908000', '154357.911000', '154357.913000', '154357.916000', '154357.928000', '154357.931000', '154357.933000', '154357.936000', '154357.939000', '154357.941000', '154357.944000', '154357.947000', '154357.949000', '154357.952000', '154357.955000', '154357.957000', '154357.960000', '154357.963000', '154357.965000', '154357.968000', '154417.817000', '154417.820000', '154417.822000', '154417.825000', '154417.827000', '154417.830000', '154417.833000', '154417.835000', '154417.838000', '154417.841000', '154417.843000', '154417.846000', '154417.848000', '154417.851000', '154417.854000', '154417.856000', '154417.859000', '154417.862000', '154417.864000', '154417.867000', '154417.870000', '154417.872000', '154417.875000', '154417.877000', '154417.880000', '154417.883000', '154417.885000', '154417.888000', '154417.891000', '154417.893000', '154417.896000', '154417.899000', '154417.901000', '154417.904000', '154417.907000', '154417.909000', '154417.912000', '154417.915000', '154417.917000', '154417.920000', '154417.922000', '154417.925000', '154417.928000', '154437.815000', '154437.818000', '154437.821000', '154437.824000', '154437.826000', '154437.829000', '154437.832000', '154437.834000', '154437.837000', '154437.839000', '154437.842000', '154437.845000', '154437.847000', '154437.850000', '154437.853000', '154437.855000', '154437.858000', '154437.861000', '154437.863000', '154437.866000', '154437.868000', '154437.871000', '154437.874000', '154437.876000', '154437.879000', '154437.881000', '154437.884000', '154437.887000', '154437.889000', '154437.892000', '154437.895000', '154437.897000', '154437.900000', '154437.903000', '154437.905000', '154437.908000', '154437.911000', '154437.913000', '154437.916000', '154437.919000', '154437.921000', '154437.924000', '154437.927000', '154437.929000', '154457.816000', '154457.818000', '154457.821000', '154457.824000', '154457.826000', '154457.829000', '154457.832000', '154457.834000', '154457.837000', '154457.839000', '154457.842000', '154457.845000', '154457.847000', '154457.850000', '154457.852000', '154457.855000', '154457.857000', '154457.860000', '154457.863000', '154457.865000', '154457.868000', '154457.870000', '154457.873000', '154457.875000', '154457.878000', '154457.881000', '154457.883000', '154457.886000', '154457.889000', '154457.891000', '154457.894000', '154457.897000', '154457.899000', '154457.902000', '154457.905000', '154457.907000', '154457.910000', '154457.913000', '154457.915000', '154457.918000', '154457.921000', '154457.923000', '154457.926000', '154517.816000', '154517.821000', '154517.823000', '154517.826000', '154517.828000', '154517.831000', '154517.834000', '154517.837000', '154517.839000', '154517.842000', '154517.845000', '154517.847000', '154517.850000', '154517.853000', '154517.855000', '154517.858000', '154517.861000', '154517.863000', '154517.866000', '154517.869000', '154517.871000', '154517.874000', '154517.876000', '154517.879000', '154517.882000', '154517.884000', '154517.887000', '154517.890000', '154517.893000', '154517.895000', '154517.898000', '154517.901000', '154517.903000', '154517.906000', '154517.909000', '154517.911000', '154517.914000', '154517.917000', '154517.919000', '154517.922000', '154517.925000', '154517.927000', '154517.930000', '154517.932000', '154537.816000', '154537.818000', '154537.821000', '154537.824000', '154537.826000', '154537.829000', '154537.832000', '154537.834000', '154537.837000', '154537.851000', '154537.853000', '154537.856000', '154537.859000', '154537.861000', '154537.864000', '154537.867000', '154537.869000', '154537.872000', '154537.874000', '154537.877000', '154537.880000', '154537.882000', '154537.885000', '154537.888000', '154537.891000', '154537.893000', '154537.896000', '154537.899000', '154537.901000', '154537.904000', '154537.906000', '154537.909000', '154537.912000', '154537.914000', '154537.917000', '154537.920000', '154537.923000', '154537.925000', '154537.928000', '154537.931000', '154537.933000', '154537.936000', '154537.939000', '154557.816000', '154557.818000', '154557.821000', '154557.823000', '154557.827000', '154557.830000', '154557.832000', '154557.835000', '154557.837000', '154557.840000', '154557.843000', '154557.845000', '154557.848000', '154557.851000', '154557.853000', '154557.856000', '154557.859000', '154557.861000', '154557.864000', '154557.866000', '154557.869000', '154557.872000', '154557.874000', '154557.877000', '154557.880000', '154557.882000', '154557.885000', '154557.887000', '154557.890000', '154557.893000', '154557.895000', '154557.898000', '154557.901000', '154557.903000', '154557.906000', '154557.908000', '154557.911000', '154557.914000', '154557.916000', '154557.919000', '154557.922000', '154557.924000', '154557.927000', '154557.929000', '154617.817000', '154617.819000', '154617.822000', '154617.825000', '154617.828000', '154617.830000', '154617.833000', '154617.835000', '154617.838000', '154617.841000', '154617.844000', '154617.846000', '154617.849000', '154617.851000', '154617.854000', '154617.857000', '154617.859000', '154617.862000', '154617.865000', '154617.867000', '154617.870000', '154617.872000', '154617.875000', '154617.878000', '154617.880000', '154617.883000', '154617.886000', '154617.888000', '154617.891000', '154617.894000', '154617.896000', '154617.899000', '154617.902000', '154617.904000', '154617.907000', '154617.910000', '154617.912000', '154617.915000', '154617.918000', '154617.920000', '154617.923000', '154617.925000', '154617.928000', '154637.817000', '154637.820000', '154637.822000', '154637.825000', '154637.828000', '154637.831000', '154637.833000', '154637.836000', '154637.838000', '154637.841000', '154637.844000', '154637.847000', '154637.849000', '154637.852000', '154637.854000', '154637.857000', '154637.860000', '154637.862000', '154637.865000', '154637.867000', '154637.870000', '154637.872000', '154637.875000', '154637.878000', '154637.880000', '154637.883000', '154637.885000', '154637.888000', '154637.891000', '154637.893000', '154637.896000', '154637.899000', '154637.901000', '154637.904000', '154637.907000', '154637.909000', '154637.912000', '154637.915000', '154637.917000', '154637.920000', '154637.923000', '154637.925000', '154637.928000', '154637.931000', '154657.817000', '154657.819000', '154657.822000', '154657.825000', '154657.827000', '154657.830000', '154657.844000', '154657.846000', '154657.849000', '154657.852000', '154657.854000', '154657.857000', '154657.859000', '154657.862000', '154657.865000', '154657.867000', '154657.870000', '154657.872000', '154657.875000', '154657.878000', '154657.880000', '154657.883000', '154657.886000', '154657.888000', '154657.891000', '154657.894000', '154657.896000', '154657.899000', '154657.901000', '154657.904000', '154657.907000', '154657.909000', '154657.912000', '154657.914000', '154657.917000', '154657.920000', '154657.922000', '154657.925000', '154657.927000', '154657.930000', '154657.933000', '154657.935000', '154657.938000', '154717.816000', '154717.818000', '154717.821000', '154717.824000', '154717.826000', '154717.829000', '154717.832000', '154717.834000', '154717.837000', '154717.840000', '154717.842000', '154717.845000', '154717.848000', '154717.850000', '154717.853000', '154717.855000', '154717.858000', '154717.860000', '154717.863000', '154717.866000', '154717.868000', '154717.871000', '154717.873000', '154717.876000', '154717.879000', '154717.881000', '154717.885000', '154717.887000', '154717.890000', '154717.892000', '154717.895000', '154717.898000', '154717.901000', '154717.903000', '154717.906000', '154717.909000', '154717.911000', '154717.914000', '154717.917000', '154717.919000', '154717.922000', '154717.924000', '154717.927000', '154717.930000', '154737.815000', '154737.818000', '154737.821000', '154737.823000', '154737.826000', '154737.829000', '154737.832000', '154737.834000', '154737.837000', '154737.839000', '154737.842000', '154737.844000', '154737.847000', '154737.850000', '154737.852000', '154737.855000', '154737.857000', '154737.860000', '154737.863000', '154737.865000', '154737.868000', '154737.870000', '154737.873000', '154737.876000', '154737.879000', '154737.881000', '154737.884000', '154737.886000', '154737.890000', '154737.892000', '154737.895000', '154737.897000', '154737.900000', '154737.903000', '154737.905000', '154737.908000', '154737.911000', '154737.913000', '154737.916000', '154737.919000', '154737.921000', '154737.924000', '154737.926000', '154746.285000', '154746.288000', '154746.291000', '154746.294000', '154746.296000', '154746.299000', '154746.301000', '154746.304000', '154746.307000', '154746.309000', '154746.312000', '154746.314000', '154746.317000', '154746.320000', '154746.323000', '154746.325000', '154746.328000', '154746.330000', '154746.333000'], 'InstanceCreationTime': ['153957.863000', '153957.866000', '153957.868000', '153957.871000', '153957.874000', '153957.877000', '153957.879000', '153957.882000', '153957.884000', '153957.887000', '153957.889000', '153957.892000', '153957.894000', '153957.906000', '153957.909000', '153957.911000', '153957.914000', '153957.917000', '153957.919000', '153957.922000', '153957.924000', '153957.927000', '153957.929000', '153957.932000', '153957.935000', '153957.937000', '153957.940000', '153957.942000', '153957.945000', '153957.947000', '153957.950000', '153957.952000', '153957.955000', '153957.957000', '153957.960000', '153957.962000', '153957.966000', '153957.968000', '153957.971000', '153957.973000', '153957.976000', '153957.979000', '153957.981000', '153957.984000', '153957.987000', '153957.989000', '154017.816000', '154017.818000', '154017.821000', '154017.824000', '154017.827000', '154017.830000', '154017.833000', '154017.835000', '154017.838000', '154017.841000', '154017.843000', '154017.846000', '154017.848000', '154017.851000', '154017.853000', '154017.856000', '154017.858000', '154017.861000', '154017.864000', '154017.866000', '154017.869000', '154017.871000', '154017.874000', '154017.876000', '154017.879000', '154017.882000', '154017.884000', '154017.887000', '154017.890000', '154017.892000', '154017.895000', '154017.897000', '154017.903000', '154017.906000', '154017.909000', '154017.911000', '154017.914000', '154017.916000', '154017.919000', '154017.922000', '154017.924000', '154017.927000', '154017.929000', '154017.932000', '154037.816000', '154037.818000', '154037.821000', '154037.824000', '154037.826000', '154037.829000', '154037.831000', '154037.834000', '154037.837000', '154037.840000', '154037.842000', '154037.845000', '154037.847000', '154037.850000', '154037.852000', '154037.855000', '154037.857000', '154037.860000', '154037.862000', '154037.865000', '154037.867000', '154037.870000', '154037.873000', '154037.875000', '154037.878000', '154037.880000', '154037.883000', '154037.885000', '154037.888000', '154037.890000', '154037.893000', '154037.895000', '154037.898000', '154037.901000', '154037.903000', '154037.906000', '154037.908000', '154037.911000', '154037.914000', '154037.916000', '154037.919000', '154037.921000', '154037.924000', '154057.815000', '154057.819000', '154057.821000', '154057.824000', '154057.827000', '154057.829000', '154057.832000', '154057.834000', '154057.845000', '154057.848000', '154057.851000', '154057.853000', '154057.856000', '154057.859000', '154057.861000', '154057.864000', '154057.867000', '154057.869000', '154057.872000', '154057.874000', '154057.877000', '154057.880000', '154057.894000', '154057.897000', '154057.899000', '154057.902000', '154057.905000', '154057.907000', '154057.910000', '154057.913000', '154057.915000', '154057.918000', '154057.920000', '154057.923000', '154057.926000', '154057.928000', '154057.931000', '154057.934000', '154057.936000', '154057.939000', '154057.942000', '154057.944000', '154057.947000', '154117.815000', '154117.818000', '154117.821000', '154117.824000', '154117.826000', '154117.829000', '154117.831000', '154117.834000', '154117.837000', '154117.839000', '154117.842000', '154117.844000', '154117.847000', '154117.850000', '154117.852000', '154117.855000', '154117.857000', '154117.860000', '154117.863000', '154117.872000', '154117.874000', '154117.877000', '154117.880000', '154117.882000', '154117.885000', '154117.887000', '154117.890000', '154117.892000', '154117.895000', '154117.898000', '154117.900000', '154117.903000', '154117.905000', '154117.908000', '154117.911000', '154117.913000', '154117.916000', '154117.918000', '154117.921000', '154117.924000', '154117.926000', '154117.929000', '154117.932000', '154117.934000', '154137.817000', '154137.820000', '154137.823000', '154137.826000', '154137.829000', '154137.832000', '154137.834000', '154137.837000', '154137.840000', '154137.842000', '154137.845000', '154137.848000', '154137.850000', '154137.853000', '154137.855000', '154137.858000', '154137.861000', '154137.863000', '154137.866000', '154137.875000', '154137.878000', '154137.881000', '154137.883000', '154137.886000', '154137.889000', '154137.891000', '154137.894000', '154137.897000', '154137.899000', '154137.902000', '154137.905000', '154137.907000', '154137.910000', '154137.913000', '154137.915000', '154137.918000', '154137.921000', '154137.923000', '154137.926000', '154137.929000', '154137.931000', '154137.934000', '154137.937000', '154157.817000', '154157.820000', '154157.822000', '154157.825000', '154157.827000', '154157.830000', '154157.832000', '154157.835000', '154157.838000', '154157.840000', '154157.843000', '154157.845000', '154157.848000', '154157.850000', '154157.853000', '154157.855000', '154157.858000', '154157.861000', '154157.864000', '154157.866000', '154157.869000', '154157.871000', '154157.874000', '154157.877000', '154157.879000', '154157.882000', '154157.885000', '154157.887000', '154157.890000', '154157.892000', '154157.895000', '154157.898000', '154157.900000', '154157.903000', '154157.906000', '154157.908000', '154157.911000', '154157.913000', '154157.916000', '154157.919000', '154157.921000', '154157.924000', '154157.926000', '154157.929000', '154217.815000', '154217.818000', '154217.821000', '154217.823000', '154217.827000', '154217.829000', '154217.832000', '154217.835000', '154217.837000', '154217.840000', '154217.843000', '154217.845000', '154217.848000', '154217.851000', '154217.854000', '154217.856000', '154217.859000', '154217.862000', '154217.865000', '154217.868000', '154217.871000', '154217.873000', '154217.876000', '154217.879000', '154217.881000', '154217.884000', '154217.886000', '154217.889000', '154217.892000', '154217.894000', '154217.897000', '154217.899000', '154217.902000', '154217.905000', '154217.908000', '154217.910000', '154217.913000', '154217.915000', '154217.918000', '154217.921000', '154217.923000', '154217.926000', '154217.929000', '154237.815000', '154237.819000', '154237.822000', '154237.824000', '154237.827000', '154237.830000', '154237.832000', '154237.835000', '154237.837000', '154237.840000', '154237.843000', '154237.845000', '154237.848000', '154237.851000', '154237.853000', '154237.856000', '154237.858000', '154237.861000', '154237.894000', '154237.896000', '154237.899000', '154237.902000', '154237.904000', '154237.907000', '154237.910000', '154237.912000', '154237.915000', '154237.917000', '154237.920000', '154237.923000', '154237.925000', '154237.928000', '154237.931000', '154237.933000', '154237.936000', '154237.939000', '154237.941000', '154237.944000', '154237.947000', '154237.949000', '154237.952000', '154237.954000', '154237.957000', '154237.960000', '154257.815000', '154257.818000', '154257.821000', '154257.823000', '154257.826000', '154257.829000', '154257.831000', '154257.834000', '154257.836000', '154257.839000', '154257.842000', '154257.844000', '154257.847000', '154257.849000', '154257.852000', '154257.854000', '154257.857000', '154257.860000', '154257.863000', '154257.866000', '154257.869000', '154257.871000', '154257.874000', '154257.877000', '154257.879000', '154257.882000', '154257.884000', '154257.887000', '154257.890000', '154257.892000', '154257.895000', '154257.898000', '154257.900000', '154257.903000', '154257.906000', '154257.910000', '154257.913000', '154257.915000', '154257.918000', '154257.921000', '154257.923000', '154257.926000', '154257.928000', '154317.816000', '154317.818000', '154317.821000', '154317.824000', '154317.827000', '154317.830000', '154317.832000', '154317.835000', '154317.837000', '154317.840000', '154317.842000', '154317.845000', '154317.848000', '154317.850000', '154317.853000', '154317.855000', '154317.858000', '154317.861000', '154317.863000', '154317.866000', '154317.868000', '154317.871000', '154317.873000', '154317.876000', '154317.879000', '154317.881000', '154317.884000', '154317.887000', '154317.890000', '154317.892000', '154317.895000', '154317.897000', '154317.900000', '154317.903000', '154317.905000', '154317.908000', '154317.911000', '154317.913000', '154317.916000', '154317.918000', '154317.921000', '154317.924000', '154317.926000', '154317.929000', '154337.816000', '154337.819000', '154337.822000', '154337.825000', '154337.828000', '154337.831000', '154337.833000', '154337.836000', '154337.839000', '154337.841000', '154337.844000', '154337.846000', '154337.849000', '154337.852000', '154337.854000', '154337.857000', '154337.860000', '154337.862000', '154337.865000', '154337.868000', '154337.870000', '154337.873000', '154337.876000', '154337.878000', '154337.881000', '154337.883000', '154337.886000', '154337.889000', '154337.891000', '154337.894000', '154337.897000', '154337.899000', '154337.902000', '154337.905000', '154337.907000', '154337.910000', '154337.913000', '154337.915000', '154337.918000', '154337.921000', '154337.923000', '154337.926000', '154337.929000', '154357.817000', '154357.825000', '154357.828000', '154357.852000', '154357.855000', '154357.858000', '154357.860000', '154357.863000', '154357.866000', '154357.868000', '154357.871000', '154357.874000', '154357.876000', '154357.879000', '154357.881000', '154357.884000', '154357.887000', '154357.889000', '154357.892000', '154357.895000', '154357.898000', '154357.900000', '154357.903000', '154357.905000', '154357.908000', '154357.911000', '154357.913000', '154357.916000', '154357.928000', '154357.931000', '154357.933000', '154357.936000', '154357.939000', '154357.941000', '154357.944000', '154357.947000', '154357.949000', '154357.952000', '154357.955000', '154357.957000', '154357.960000', '154357.963000', '154357.965000', '154357.968000', '154417.817000', '154417.820000', '154417.822000', '154417.825000', '154417.827000', '154417.830000', '154417.833000', '154417.835000', '154417.838000', '154417.841000', '154417.843000', '154417.846000', '154417.848000', '154417.851000', '154417.854000', '154417.856000', '154417.859000', '154417.862000', '154417.864000', '154417.867000', '154417.870000', '154417.872000', '154417.875000', '154417.877000', '154417.880000', '154417.883000', '154417.885000', '154417.888000', '154417.891000', '154417.893000', '154417.896000', '154417.899000', '154417.901000', '154417.904000', '154417.907000', '154417.909000', '154417.912000', '154417.915000', '154417.917000', '154417.920000', '154417.922000', '154417.925000', '154417.928000', '154437.815000', '154437.818000', '154437.821000', '154437.824000', '154437.826000', '154437.829000', '154437.832000', '154437.834000', '154437.837000', '154437.839000', '154437.842000', '154437.845000', '154437.847000', '154437.850000', '154437.853000', '154437.855000', '154437.858000', '154437.861000', '154437.863000', '154437.866000', '154437.868000', '154437.871000', '154437.874000', '154437.876000', '154437.879000', '154437.881000', '154437.884000', '154437.887000', '154437.889000', '154437.892000', '154437.895000', '154437.897000', '154437.900000', '154437.903000', '154437.905000', '154437.908000', '154437.911000', '154437.913000', '154437.916000', '154437.919000', '154437.921000', '154437.924000', '154437.927000', '154437.929000', '154457.816000', '154457.818000', '154457.821000', '154457.824000', '154457.826000', '154457.829000', '154457.832000', '154457.834000', '154457.837000', '154457.839000', '154457.842000', '154457.845000', '154457.847000', '154457.850000', '154457.852000', '154457.855000', '154457.857000', '154457.860000', '154457.863000', '154457.865000', '154457.868000', '154457.870000', '154457.873000', '154457.875000', '154457.878000', '154457.881000', '154457.883000', '154457.886000', '154457.889000', '154457.891000', '154457.894000', '154457.897000', '154457.899000', '154457.902000', '154457.905000', '154457.907000', '154457.910000', '154457.913000', '154457.915000', '154457.918000', '154457.921000', '154457.923000', '154457.926000', '154517.816000', '154517.821000', '154517.823000', '154517.826000', '154517.828000', '154517.831000', '154517.834000', '154517.837000', '154517.839000', '154517.842000', '154517.845000', '154517.847000', '154517.850000', '154517.853000', '154517.855000', '154517.858000', '154517.861000', '154517.863000', '154517.866000', '154517.869000', '154517.871000', '154517.874000', '154517.876000', '154517.879000', '154517.882000', '154517.884000', '154517.887000', '154517.890000', '154517.893000', '154517.895000', '154517.898000', '154517.901000', '154517.903000', '154517.906000', '154517.909000', '154517.911000', '154517.914000', '154517.917000', '154517.919000', '154517.922000', '154517.925000', '154517.927000', '154517.930000', '154517.932000', '154537.816000', '154537.818000', '154537.821000', '154537.824000', '154537.826000', '154537.829000', '154537.832000', '154537.834000', '154537.837000', '154537.851000', '154537.853000', '154537.856000', '154537.859000', '154537.861000', '154537.864000', '154537.867000', '154537.869000', '154537.872000', '154537.874000', '154537.877000', '154537.880000', '154537.882000', '154537.885000', '154537.888000', '154537.891000', '154537.893000', '154537.896000', '154537.899000', '154537.901000', '154537.904000', '154537.906000', '154537.909000', '154537.912000', '154537.914000', '154537.917000', '154537.920000', '154537.923000', '154537.925000', '154537.928000', '154537.931000', '154537.933000', '154537.936000', '154537.939000', '154557.816000', '154557.818000', '154557.821000', '154557.823000', '154557.827000', '154557.830000', '154557.832000', '154557.835000', '154557.837000', '154557.840000', '154557.843000', '154557.845000', '154557.848000', '154557.851000', '154557.853000', '154557.856000', '154557.859000', '154557.861000', '154557.864000', '154557.866000', '154557.869000', '154557.872000', '154557.874000', '154557.877000', '154557.880000', '154557.882000', '154557.885000', '154557.887000', '154557.890000', '154557.893000', '154557.895000', '154557.898000', '154557.901000', '154557.903000', '154557.906000', '154557.908000', '154557.911000', '154557.914000', '154557.916000', '154557.919000', '154557.922000', '154557.924000', '154557.927000', '154557.929000', '154617.817000', '154617.819000', '154617.822000', '154617.825000', '154617.828000', '154617.830000', '154617.833000', '154617.835000', '154617.838000', '154617.841000', '154617.844000', '154617.846000', '154617.849000', '154617.851000', '154617.854000', '154617.857000', '154617.859000', '154617.862000', '154617.865000', '154617.867000', '154617.870000', '154617.872000', '154617.875000', '154617.878000', '154617.880000', '154617.883000', '154617.886000', '154617.888000', '154617.891000', '154617.894000', '154617.896000', '154617.899000', '154617.902000', '154617.904000', '154617.907000', '154617.910000', '154617.912000', '154617.915000', '154617.918000', '154617.920000', '154617.923000', '154617.925000', '154617.928000', '154637.817000', '154637.820000', '154637.822000', '154637.825000', '154637.828000', '154637.831000', '154637.833000', '154637.836000', '154637.838000', '154637.841000', '154637.844000', '154637.847000', '154637.849000', '154637.852000', '154637.854000', '154637.857000', '154637.860000', '154637.862000', '154637.865000', '154637.867000', '154637.870000', '154637.872000', '154637.875000', '154637.878000', '154637.880000', '154637.883000', '154637.885000', '154637.888000', '154637.891000', '154637.893000', '154637.896000', '154637.899000', '154637.901000', '154637.904000', '154637.907000', '154637.909000', '154637.912000', '154637.915000', '154637.917000', '154637.920000', '154637.923000', '154637.925000', '154637.928000', '154637.931000', '154657.817000', '154657.819000', '154657.822000', '154657.825000', '154657.827000', '154657.830000', '154657.844000', '154657.846000', '154657.849000', '154657.852000', '154657.854000', '154657.857000', '154657.859000', '154657.862000', '154657.865000', '154657.867000', '154657.870000', '154657.872000', '154657.875000', '154657.878000', '154657.880000', '154657.883000', '154657.886000', '154657.888000', '154657.891000', '154657.894000', '154657.896000', '154657.899000', '154657.901000', '154657.904000', '154657.907000', '154657.909000', '154657.912000', '154657.914000', '154657.917000', '154657.920000', '154657.922000', '154657.925000', '154657.927000', '154657.930000', '154657.933000', '154657.935000', '154657.938000', '154717.816000', '154717.818000', '154717.821000', '154717.824000', '154717.826000', '154717.829000', '154717.832000', '154717.834000', '154717.837000', '154717.840000', '154717.842000', '154717.845000', '154717.848000', '154717.850000', '154717.853000', '154717.855000', '154717.858000', '154717.860000', '154717.863000', '154717.866000', '154717.868000', '154717.871000', '154717.873000', '154717.876000', '154717.879000', '154717.881000', '154717.885000', '154717.887000', '154717.890000', '154717.892000', '154717.895000', '154717.898000', '154717.901000', '154717.903000', '154717.906000', '154717.909000', '154717.911000', '154717.914000', '154717.917000', '154717.919000', '154717.922000', '154717.924000', '154717.927000', '154717.930000', '154737.815000', '154737.818000', '154737.821000', '154737.823000', '154737.826000', '154737.829000', '154737.832000', '154737.834000', '154737.837000', '154737.839000', '154737.842000', '154737.844000', '154737.847000', '154737.850000', '154737.852000', '154737.855000', '154737.857000', '154737.860000', '154737.863000', '154737.865000', '154737.868000', '154737.870000', '154737.873000', '154737.876000', '154737.879000', '154737.881000', '154737.884000', '154737.886000', '154737.890000', '154737.892000', '154737.895000', '154737.897000', '154737.900000', '154737.903000', '154737.905000', '154737.908000', '154737.911000', '154737.913000', '154737.916000', '154737.919000', '154737.921000', '154737.924000', '154737.926000', '154746.285000', '154746.288000', '154746.291000', '154746.294000', '154746.296000', '154746.299000', '154746.301000', '154746.304000', '154746.307000', '154746.309000', '154746.312000', '154746.314000', '154746.317000', '154746.320000', '154746.323000', '154746.325000', '154746.328000', '154746.330000', '154746.333000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [7017, 12861, 8666, 14056, 7709, 6839, 7415, 6557, 11407, 8230, 12015, 7232, 7186, 6769, 6485, 10794, 8161, 9712, 12299, 7910, 7123, 8031, 6918, 12047, 9373, 15425, 10089, 12313, 7018, 10758, 8322, 13542, 10853, 13715, 8134, 6642, 8010, 6928, 10260, 7210, 13098, 6762, 9954, 6803, 9771, 7868, 12506, 9552, 14431, 7983, 10976, 8067, 9689, 8659, 11623, 10591, 8629, 8527, 6785, 8800, 8092, 12952, 7466, 8943, 6845, 10158, 6815, 13265, 8528, 15314, 7500, 11171, 8023, 12400, 9687, 14050, 8225, 10852, 8066, 11797, 10599, 11828, 8548, 6704, 7852, 6938, 9328, 9316, 13101, 7650, 9641, 7070, 9809, 6387, 12245, 9087, 14142, 7640, 7463, 7915, 6844, 9513, 6920, 13520, 8866, 11285, 7790, 10393, 8690, 7688, 8956, 6622, 12885, 7289, 16907, 9749, 11239, 7689, 11042, 8411, 11451, 10663, 10490, 8501, 6891, 8634, 6861, 11195, 7819, 12200, 6741, 10121, 7121, 10119, 7836, 12862, 9355, 15471, 9070, 8890, 7924, 7510, 8238, 7063, 13056, 8989, 13164, 6928, 10588, 7999, 12675, 9982, 17606, 11367, 11971, 8081, 9246, 8044, 11578, 10810, 11263, 8531, 7158, 9083, 6882, 10922, 8221, 14004, 7630, 9525, 7166, 9991, 8201, 11811, 8800, 15442, 11259, 11207, 8514, 7269, 8250, 6874, 9878, 8214, 13286, 7510, 9570, 7187, 10185, 7294, 11916, 8814, 12913, 10978, 7345, 8364, 10407, 10043, 6775, 8232, 6573, 12456, 7408, 9841, 7786, 6775, 8839, 6784, 13484, 10832, 6899, 7895, 6766, 10787, 8042, 14516, 11130, 12420, 8778, 6758, 9492, 6932, 12675, 9048, 15836, 9785, 10970, 7290, 6981, 8284, 7192, 13187, 8019, 11063, 7273, 11591, 7480, 14435, 9648, 14824, 6984, 11108, 7994, 9797, 10299, 9883, 11178, 6532, 9471, 6887, 11317, 8363, 8843, 9648, 10148, 12815, 6827, 9578, 6920, 9999, 7982, 6755, 11895, 8957, 13375, 7454, 8718, 7952, 6723, 9424, 6771, 6856, 10936, 7769, 14919, 11249, 12849, 9174, 6744, 10219, 7439, 13780, 10695, 16903, 12650, 7673, 8002, 7546, 9243, 6933, 13594, 10281, 13639, 7201, 6952, 8184, 7014, 8738, 7249, 13888, 8512, 11780, 6985, 9161, 7485, 7369, 9979, 9633, 14201, 8137, 9872, 6865, 10249, 7785, 10544, 11522, 7796, 8675, 6939, 9467, 7583, 12424, 10575, 12151, 10008, 6948, 7743, 7624, 10122, 7238, 14391, 9694, 12553, 7025, 9266, 7274, 7643, 10404, 10040, 11790, 6677, 8343, 6704, 9656, 7276, 13798, 11364, 12883, 7878, 7485, 7144, 6839, 9916, 7677, 13556, 7282, 8938, 6569, 9457, 7600, 11880, 10572, 9360, 8474, 6594, 8805, 6527, 10693, 8121, 13071, 11205, 10192, 8071, 6570, 8620, 6908, 12809, 9773, 12002, 10514, 6832, 8418, 7108, 12995, 9468, 15737, 10255, 6984, 7362, 6790, 11258, 8718, 14943, 10181, 14481, 7193, 9360, 8391, 11626, 11646, 7833, 9373, 6662, 9473, 7270, 14050, 11138, 13246, 7472, 7216, 7183, 7072, 11113, 6929, 12800, 6471, 9714, 7144, 12695, 8793, 12449, 10883, 6852, 8090, 6910, 11445, 8469, 14207, 9861, 11191, 6935, 6580, 9996, 8946, 13269, 6606, 9482, 6943, 12631, 8372, 13313, 9619, 6589, 6914, 6682, 11410, 7624, 13519, 6771, 9778, 7084, 13396, 8926, 13273, 10945, 6617, 6975, 6818, 10476, 8357, 13890, 7578, 10401, 7460, 7315, 10289, 9410, 13766, 7221, 10399, 7227, 14619, 10575, 14727, 11757, 6714, 7894, 6960, 12396, 7885, 14624, 7230, 10767, 8085, 11624, 7764, 6861, 9856, 6590, 6738, 8621, 8921, 12836, 12772, 7380, 7814, 7412, 6969, 13862, 10738, 15998, 7552, 10569, 7943, 12233, 10669, 8336, 8843, 6637, 9598, 7727, 10097, 10969, 8724, 9371, 6704, 9915, 7735, 13436, 10918, 11540, 8695, 7579, 10085, 8423, 14580, 11451, 16389, 12555, 7843, 8057, 7208, 12357, 9063, 14841, 8059, 9921, 8431, 9614, 10897, 9593, 10567, 7661, 9101, 7844, 13622, 9766, 12937, 8389, 7000, 7292, 7113, 10415, 8856, 14100, 8765, 9505, 8374, 7376, 10059, 9505, 12790, 7029, 8765, 7468, 10261, 8514, 11424, 10763, 7080, 8887, 6676, 9820, 7517, 14095, 11228, 7203, 7486, 6468, 9120, 6765, 12698, 7224, 9115, 6780, 10414, 7522, 14066, 10089, 11832, 7680, 8718, 7353, 10630, 11624, 8378, 8742, 6947, 9346, 7189, 13578, 10531, 12706, 8605, 6840, 7279, 6835, 12071, 7670, 14013, 7161, 11040, 7591, 11183, 9408, 12376, 11330, 7413, 9293, 7256, 10957, 8067, 15083, 12632, 7045, 7426, 6703, 11215, 8621, 14055, 7660, 9806, 8239, 8754, 11581, 8447, 10845, 7286, 9285, 7632, 12405, 10898, 6819, 8600, 6716, 10702, 8455, 13493, 11636, 6581, 7608, 7232, 12598, 10455, 8253, 8361, 7185, 12742, 9181, 13264, 10058, 6636, 9517, 8399, 15801, 11879, 12368, 9069, 7121, 11890, 10039, 17971, 11349, 7684, 7667, 7513, 13793, 9824, 9080, 7495, 6950, 9238, 8784, 13122, 11164, 7538, 8341, 8507, 13170, 11122, 10920, 8512, 7966, 9800, 8970, 12443, 11011, 7385, 8480, 8421, 13611, 11238, 10159, 8431, 8179, 11028, 8754, 12603, 10437, 6945, 7834, 8425, 13676, 11364, 8332, 7963, 7257, 9447, 8228, 12602, 10990, 6660, 7732, 7921, 12881, 10668, 7825, 7837, 7492, 9112, 7582, 9187, 12797, 7632, 6796, 6920, 6990, 12735, 9367, 14714, 9925, 6749, 8337, 7868, 13159, 10820, 11659, 10119, 7793, 8573, 7454, 9751, 13638, 7361, 8524, 6529, 6817, 11561, 8131, 12892, 8139, 7510, 10285, 9304, 13663, 7720, 9104, 7879, 7531, 11515, 7605, 11127, 7644, 8779, 7410, 10582, 12758, 7652, 9152, 8642, 7117, 11434, 8526, 13092, 7574, 9113, 8585, 9618, 11164, 7520, 12119, 7762, 8226, 6995, 7744, 13381, 8175, 9241, 8184, 10492, 9560, 11198, 8672, 6775, 9116, 7918, 13332, 10857, 12344, 8006, 6450, 7855, 6903, 13541, 9638, 9596, 6992, 6343, 10819, 8438, 13564, 8275, 10099, 9090, 10473, 10336, 10410, 8533, 6936, 9327, 8417, 13890, 11602, 9631, 8546, 6559, 9055, 7428, 13876, 10800, 6523, 7543, 7924, 13116, 9980, 11463, 8991, 6737, 9266, 8119, 15295, 11619, 12627, 8244, 6791, 10904, 8166, 13672, 7142, 8669, 8296, 10874, 8243, 12101, 7505, 6481, 7905, 6913, 13228, 7794, 10283, 7982, 7849, 10282, 8392, 12838, 7371, 9321, 8005, 11080, 9657, 9606, 10386, 6652, 8957, 7244, 13760, 10490, 10342, 7803, 6450, 11141, 7677, 13697, 8085, 8922, 6922, 6498, 11273, 7876, 13426, 7357, 9993, 7609, 10640, 10568, 7131, 9577, 8372, 9815, 9121, 7003, 13026, 11538, 9265, 9834, 7970, 6901, 13714, 9985, 15882, 11447, 7001, 9243, 7747, 14849, 11132, 7622, 7471, 6681, 11956, 8643, 14413, 8947, 7818, 8262, 7072, 13794, 7454, 9709, 8619, 8013, 11557, 8673, 14090, 6995, 10224, 8361, 12467, 10087, 10792, 9499, 6350, 8851, 6976, 13151, 8732, 15493, 8129, 10441, 8229, 8385, 12368, 7685, 9976, 7138, 9281, 7552, 13696, 10842, 11281, 9018, 6591, 8939, 7124, 13453, 10883, 7839, 7274, 6387, 11005, 7704, 13861, 8187, 9251, 7693, 8026, 12482, 6771, 9147, 7294, 12606, 10742, 6847, 8702, 7567, 10596, 8045, 12244, 10402, 6439, 8685, 7721, 13312, 11054, 10486, 12476, 8308, 15523, 6930, 6826, 9615, 7611, 13586, 8928, 7286, 8803, 7825, 10682, 8661, 13650, 8959, 11246, 9025, 8118, 12901, 9450, 13091, 11162, 9296, 17175, 11361, 9870, 12888, 10971, 17861, 12381, 14598, 9544, 8839, 8435, 8912, 9632, 8554, 14381, 8509, 11355, 8531, 9341, 8831, 7148, 9050, 6798, 12458, 7077, 9205, 8242, 7755, 7404, 6798, 11960, 8503, 13400, 7065, 6988], 'WindowCenter': [4033.0, 4069.0, 4025.0, 4066.0, 4013.0, 3992.0, 4000.0, 3980.0, 4054.0, 4036.0, 4066.0, 4015.0, 4003.0, 4003.0, 3992.0, 4055.0, 4036.0, 4046.0, 4070.0, 4026.0, 4015.0, 4026.0, 4003.0, 4056.0, 4033.0, 4068.0, 4034.0, 4043.0, 3990.0, 4029.0, 4009.0, 4051.0, 4032.0, 4054.0, 4011.0, 3978.0, 3999.0, 3988.0, 4032.0, 4000.0, 4066.0, 3992.0, 4032.0, 3991.0, 4032.0, 4025.0, 4054.0, 4034.0, 4066.0, 4012.0, 4030.0, 4011.0, 4031.0, 4024.0, 4043.0, 4044.0, 4022.0, 4021.0, 3979.0, 4022.0, 4011.0, 4054.0, 4002.0, 4022.0, 3989.0, 4030.0, 3991.0, 4053.0, 4021.0, 4066.0, 4000.0, 4031.0, 4000.0, 4039.0, 4033.0, 4054.0, 4011.0, 4030.0, 4011.0, 4041.0, 4043.0, 4053.0, 4022.0, 3990.0, 4000.0, 3989.0, 4033.0, 4023.0, 4056.0, 4003.0, 4020.0, 3990.0, 4031.0, 3981.0, 4051.0, 4033.0, 4064.0, 4012.0, 4000.0, 4011.0, 3990.0, 4032.0, 4002.0, 4067.0, 4036.0, 4044.0, 4014.0, 4031.0, 4011.0, 3999.0, 4010.0, 3979.0, 4054.0, 4001.0, 4066.0, 4020.0, 4029.0, 3989.0, 4016.0, 3997.0, 4029.0, 4031.0, 4030.0, 4008.0, 3987.0, 4008.0, 3990.0, 4040.0, 4000.0, 4053.0, 3990.0, 4031.0, 3989.0, 4030.0, 4000.0, 4052.0, 4033.0, 4064.0, 4024.0, 4021.0, 4010.0, 3988.0, 4010.0, 3989.0, 4052.0, 4022.0, 4055.0, 3991.0, 4030.0, 4000.0, 4041.0, 4020.0, 4066.0, 4043.0, 4029.0, 3988.0, 4005.0, 3998.0, 4028.0, 4029.0, 4029.0, 3997.0, 3973.0, 3995.0, 3975.0, 4018.0, 3998.0, 4051.0, 3987.0, 4007.0, 3977.0, 4006.0, 3998.0, 4027.0, 4022.0, 4051.0, 4043.0, 4028.0, 4007.0, 3987.0, 3998.0, 3965.0, 4017.0, 3998.0, 4052.0, 3989.0, 4008.0, 3978.0, 4016.0, 3986.0, 4028.0, 4020.0, 4051.0, 4032.0, 3989.0, 4011.0, 4030.0, 4033.0, 3980.0, 4010.0, 3979.0, 4044.0, 4002.0, 4021.0, 3999.0, 3979.0, 4022.0, 3980.0, 4052.0, 4044.0, 3992.0, 4000.0, 3981.0, 4031.0, 4012.0, 4053.0, 4044.0, 4043.0, 4011.0, 3980.0, 4009.0, 3977.0, 4029.0, 4008.0, 4054.0, 4022.0, 4019.0, 3990.0, 3977.0, 3999.0, 3978.0, 4053.0, 3999.0, 4030.0, 3990.0, 4029.0, 3989.0, 4043.0, 4021.0, 4054.0, 3990.0, 4018.0, 3987.0, 4006.0, 4020.0, 4019.0, 4029.0, 3967.0, 4019.0, 3977.0, 4027.0, 3998.0, 4008.0, 4019.0, 4020.0, 4042.0, 3981.0, 4021.0, 3988.0, 4018.0, 4000.0, 3978.0, 4042.0, 4023.0, 4056.0, 4004.0, 4010.0, 4000.0, 3979.0, 4010.0, 3979.0, 3979.0, 4031.0, 4001.0, 4053.0, 4045.0, 4044.0, 4011.0, 3977.0, 4017.0, 3976.0, 4039.0, 4019.0, 4051.0, 4040.0, 3987.0, 3986.0, 3987.0, 4006.0, 3976.0, 4038.0, 4019.0, 4051.0, 3989.0, 3987.0, 3999.0, 3978.0, 4010.0, 3989.0, 4054.0, 4013.0, 4042.0, 3991.0, 4008.0, 3988.0, 3987.0, 4019.0, 4019.0, 4055.0, 3999.0, 4019.0, 3976.0, 4006.0, 3997.0, 4018.0, 4029.0, 3997.0, 4006.0, 3987.0, 4018.0, 3998.0, 4039.0, 4029.0, 4042.0, 4018.0, 3976.0, 3986.0, 3987.0, 4017.0, 3986.0, 4038.0, 4019.0, 4028.0, 3976.0, 4005.0, 3985.0, 3984.0, 4017.0, 4017.0, 4040.0, 3977.0, 3997.0, 3976.0, 4007.0, 3987.0, 4037.0, 4040.0, 4040.0, 3998.0, 3986.0, 3976.0, 3976.0, 4016.0, 3986.0, 4039.0, 3989.0, 4008.0, 3975.0, 4017.0, 3999.0, 4039.0, 4028.0, 4020.0, 4008.0, 3977.0, 4009.0, 3966.0, 4015.0, 3998.0, 4038.0, 4030.0, 4033.0, 3999.0, 3990.0, 4009.0, 3989.0, 4050.0, 4029.0, 4053.0, 4031.0, 3989.0, 4008.0, 3989.0, 4051.0, 4021.0, 4064.0, 4030.0, 3988.0, 3986.0, 3976.0, 4030.0, 4008.0, 4052.0, 4032.0, 4050.0, 3987.0, 4005.0, 4007.0, 4028.0, 4030.0, 3997.0, 4007.0, 3975.0, 4006.0, 3987.0, 4049.0, 4029.0, 4039.0, 3986.0, 3983.0, 3974.0, 3986.0, 4027.0, 3986.0, 4049.0, 3977.0, 4017.0, 3988.0, 4048.0, 4009.0, 4040.0, 4042.0, 3988.0, 3997.0, 3987.0, 4039.0, 4008.0, 4051.0, 4032.0, 4028.0, 3988.0, 3975.0, 4030.0, 4020.0, 4052.0, 3988.0, 4019.0, 3987.0, 4039.0, 4008.0, 4049.0, 4020.0, 3977.0, 3987.0, 3987.0, 4040.0, 4000.0, 4052.0, 3988.0, 4017.0, 3988.0, 4048.0, 4018.0, 4050.0, 4031.0, 3978.0, 3987.0, 3988.0, 4029.0, 4008.0, 4063.0, 3999.0, 4028.0, 3988.0, 3998.0, 4031.0, 4020.0, 4065.0, 4000.0, 4030.0, 3998.0, 4049.0, 4028.0, 4062.0, 4040.0, 3976.0, 3996.0, 3986.0, 4037.0, 3998.0, 4061.0, 3997.0, 4027.0, 4008.0, 4039.0, 3997.0, 3987.0, 4019.0, 3988.0, 3990.0, 4021.0, 4020.0, 4064.0, 4064.0, 4013.0, 4000.0, 4000.0, 3987.0, 4051.0, 4031.0, 4063.0, 3998.0, 4016.0, 3997.0, 4038.0, 4027.0, 4006.0, 4006.0, 3975.0, 4005.0, 3995.0, 4026.0, 4039.0, 4021.0, 4018.0, 3988.0, 4028.0, 4000.0, 4049.0, 4030.0, 4040.0, 4006.0, 3985.0, 4017.0, 3995.0, 4047.0, 4027.0, 4051.0, 4039.0, 3995.0, 3982.0, 3984.0, 4036.0, 4005.0, 4047.0, 3996.0, 4002.0, 3994.0, 4005.0, 4026.0, 4017.0, 4016.0, 3986.0, 4005.0, 3995.0, 4036.0, 4018.0, 4038.0, 3995.0, 3973.0, 3985.0, 3984.0, 4027.0, 4006.0, 4049.0, 4008.0, 4006.0, 3994.0, 3983.0, 4017.0, 4016.0, 4050.0, 3985.0, 4006.0, 3986.0, 4016.0, 4008.0, 4028.0, 4030.0, 3985.0, 4007.0, 3975.0, 4017.0, 3997.0, 4049.0, 4040.0, 3986.0, 3987.0, 3974.0, 4018.0, 3976.0, 4048.0, 3986.0, 4006.0, 3975.0, 4028.0, 3998.0, 4049.0, 4030.0, 4037.0, 3996.0, 4006.0, 3985.0, 4027.0, 4040.0, 4011.0, 4018.0, 3987.0, 4018.0, 3987.0, 4050.0, 4029.0, 4050.0, 4008.0, 3987.0, 3997.0, 3987.0, 4050.0, 3999.0, 4064.0, 3989.0, 4028.0, 3998.0, 4027.0, 4019.0, 4039.0, 4042.0, 3987.0, 4006.0, 3985.0, 4027.0, 3996.0, 4051.0, 4041.0, 3985.0, 3986.0, 3986.0, 4038.0, 4008.0, 4050.0, 3998.0, 4016.0, 4005.0, 4006.0, 4028.0, 4008.0, 4028.0, 3985.0, 4006.0, 3996.0, 4036.0, 4040.0, 3976.0, 4007.0, 3986.0, 4029.0, 4009.0, 4050.0, 4041.0, 3986.0, 3997.0, 4000.0, 4050.0, 4042.0, 4020.0, 4010.0, 4000.0, 4051.0, 4030.0, 4054.0, 4029.0, 3988.0, 4017.0, 4007.0, 4050.0, 4040.0, 4038.0, 4006.0, 3974.0, 4026.0, 4015.0, 4061.0, 4026.0, 3983.0, 3983.0, 3985.0, 4036.0, 4028.0, 4006.0, 3985.0, 3984.0, 4017.0, 4007.0, 4039.0, 4030.0, 3997.0, 3995.0, 4009.0, 4038.0, 4028.0, 4027.0, 4006.0, 3994.0, 4015.0, 4005.0, 4037.0, 4029.0, 3985.0, 4006.0, 4006.0, 4036.0, 4027.0, 4016.0, 3994.0, 3996.0, 4026.0, 4006.0, 4036.0, 4015.0, 3973.0, 3983.0, 3994.0, 4036.0, 4028.0, 4005.0, 3994.0, 3986.0, 4015.0, 4007.0, 4037.0, 4029.0, 3976.0, 3996.0, 4008.0, 4038.0, 4029.0, 3998.0, 3995.0, 3987.0, 4006.0, 3996.0, 4018.0, 4051.0, 3999.0, 3987.0, 3986.0, 3987.0, 4049.0, 4019.0, 4061.0, 4019.0, 3977.0, 3996.0, 4007.0, 4039.0, 4029.0, 4040.0, 4026.0, 3997.0, 4005.0, 3985.0, 4017.0, 4049.0, 3986.0, 4005.0, 3976.0, 3975.0, 4037.0, 4009.0, 4038.0, 3997.0, 3985.0, 4027.0, 4016.0, 4051.0, 3997.0, 4006.0, 3995.0, 3995.0, 4026.0, 3997.0, 4027.0, 3996.0, 4005.0, 3996.0, 4028.0, 4050.0, 3998.0, 4017.0, 4007.0, 3987.0, 4038.0, 4006.0, 4050.0, 3998.0, 4006.0, 4008.0, 4016.0, 4027.0, 3998.0, 4051.0, 3996.0, 4007.0, 3986.0, 3996.0, 4050.0, 4007.0, 4017.0, 4005.0, 4027.0, 4018.0, 4027.0, 4006.0, 3974.0, 4004.0, 3996.0, 4036.0, 4027.0, 4037.0, 3995.0, 3976.0, 4007.0, 3987.0, 4047.0, 4030.0, 4028.0, 3986.0, 3977.0, 4040.0, 4007.0, 4063.0, 4008.0, 4028.0, 4018.0, 4026.0, 4029.0, 4028.0, 4006.0, 3985.0, 4005.0, 4007.0, 4048.0, 4040.0, 4018.0, 4005.0, 3973.0, 4015.0, 3996.0, 4048.0, 4040.0, 3977.0, 3998.0, 4008.0, 4050.0, 4031.0, 4040.0, 4018.0, 3975.0, 4016.0, 3996.0, 4050.0, 4041.0, 4025.0, 3994.0, 3972.0, 4014.0, 3993.0, 4047.0, 3973.0, 3993.0, 3995.0, 4025.0, 4006.0, 4036.0, 3984.0, 3962.0, 3995.0, 3985.0, 4047.0, 3998.0, 4028.0, 3996.0, 4006.0, 4027.0, 4006.0, 4052.0, 3996.0, 4017.0, 4006.0, 4037.0, 4017.0, 4028.0, 4028.0, 3975.0, 4005.0, 3997.0, 4047.0, 4041.0, 4027.0, 3997.0, 3975.0, 4037.0, 3997.0, 4050.0, 4009.0, 4017.0, 3986.0, 3976.0, 4037.0, 4008.0, 4062.0, 4000.0, 4030.0, 4008.0, 4039.0, 4040.0, 3999.0, 4029.0, 4007.0, 4017.0, 4018.0, 3999.0, 4051.0, 4042.0, 4032.0, 4030.0, 4008.0, 3987.0, 4051.0, 4029.0, 4062.0, 4029.0, 3986.0, 4005.0, 3995.0, 4049.0, 4039.0, 3984.0, 3983.0, 3973.0, 4036.0, 4006.0, 4047.0, 4006.0, 3984.0, 4008.0, 3986.0, 4049.0, 3985.0, 4017.0, 4006.0, 3995.0, 4039.0, 4007.0, 4049.0, 3986.0, 4017.0, 4006.0, 4038.0, 4028.0, 4028.0, 4016.0, 3964.0, 4005.0, 3974.0, 4037.0, 4006.0, 4049.0, 3995.0, 4015.0, 3995.0, 3993.0, 4037.0, 3996.0, 4017.0, 3985.0, 4003.0, 3997.0, 4048.0, 4040.0, 4039.0, 4006.0, 3975.0, 4004.0, 3984.0, 4038.0, 4040.0, 3995.0, 3986.0, 3975.0, 4028.0, 3995.0, 4050.0, 4008.0, 4005.0, 3994.0, 3995.0, 4049.0, 3975.0, 4005.0, 3985.0, 4036.0, 4040.0, 3988.0, 4008.0, 3998.0, 4026.0, 4007.0, 4040.0, 4029.0, 3977.0, 4007.0, 3998.0, 4050.0, 4039.0, 4040.0, 4039.0, 4007.0, 4049.0, 3985.0, 3974.0, 4027.0, 3997.0, 4046.0, 4018.0, 3997.0, 4007.0, 3996.0, 4015.0, 4006.0, 4036.0, 4005.0, 4014.0, 3992.0, 3979.0, 4022.0, 4002.0, 4023.0, 4012.0, 3989.0, 4033.0, 4011.0, 3988.0, 4010.0, 3998.0, 4034.0, 4009.0, 4020.0, 3987.0, 3975.0, 3967.0, 3975.0, 3987.0, 3977.0, 4021.0, 3979.0, 4011.0, 3990.0, 3988.0, 3988.0, 3958.0, 4003.0, 3971.0, 4037.0, 3986.0, 4018.0, 4007.0, 3997.0, 3986.0, 3975.0, 4037.0, 4005.0, 4048.0, 4000.0, 3999.0], 'WindowWidth': [9021.0, 9060.0, 8996.0, 9054.0, 8973.0, 8942.0, 8950.0, 8922.0, 9027.0, 9011.0, 9048.0, 8978.0, 8959.0, 8957.0, 8942.0, 9031.0, 9011.0, 9021.0, 9062.0, 8996.0, 8979.0, 8992.0, 8959.0, 9033.0, 8999.0, 9061.0, 9002.0, 9010.0, 8935.0, 8983.0, 8960.0, 9022.0, 8995.0, 9030.0, 8963.0, 8915.0, 8944.0, 8931.0, 8994.0, 8951.0, 9048.0, 8943.0, 8992.0, 8940.0, 8992.0, 8991.0, 9029.0, 9001.0, 9050.0, 8969.0, 8988.0, 8964.0, 8992.0, 8987.0, 9014.0, 9016.0, 8981.0, 8978.0, 8919.0, 8983.0, 8965.0, 9028.0, 8956.0, 8980.0, 8932.0, 8986.0, 8937.0, 9026.0, 8981.0, 9051.0, 8949.0, 8989.0, 8947.0, 9000.0, 8997.0, 9029.0, 8963.0, 8987.0, 8963.0, 9006.0, 9011.0, 9025.0, 8980.0, 8935.0, 8946.0, 8930.0, 8997.0, 8982.0, 9034.0, 8957.0, 8974.0, 8935.0, 8992.0, 8925.0, 9018.0, 9001.0, 9044.0, 8970.0, 8951.0, 8966.0, 8936.0, 8993.0, 8955.0, 9054.0, 9007.0, 9013.0, 8972.0, 8990.0, 8964.0, 8945.0, 8959.0, 8917.0, 9027.0, 8952.0, 9054.0, 8975.0, 8983.0, 8928.0, 8960.0, 8939.0, 8986.0, 8992.0, 8985.0, 8956.0, 8926.0, 8954.0, 8936.0, 9003.0, 8947.0, 9025.0, 8937.0, 8990.0, 8934.0, 8985.0, 8949.0, 9021.0, 9000.0, 9047.0, 8988.0, 8978.0, 8962.0, 8928.0, 8960.0, 8933.0, 9025.0, 8982.0, 9031.0, 8936.0, 8985.0, 8947.0, 9006.0, 8976.0, 9056.0, 9010.0, 8981.0, 8925.0, 8945.0, 8941.0, 8983.0, 8986.0, 8982.0, 8935.0, 8899.0, 8930.0, 8902.0, 8966.0, 8941.0, 9020.0, 8926.0, 8950.0, 8909.0, 8946.0, 8939.0, 8977.0, 8979.0, 9022.0, 9010.0, 8982.0, 8952.0, 8921.0, 8937.0, 8892.0, 8967.0, 8941.0, 9023.0, 8930.0, 8953.0, 8913.0, 8959.0, 8922.0, 8979.0, 8974.0, 9018.0, 8995.0, 8931.0, 8966.0, 8989.0, 8997.0, 8919.0, 8960.0, 8918.0, 9013.0, 8953.0, 8975.0, 8944.0, 8919.0, 8979.0, 8921.0, 9023.0, 9012.0, 8940.0, 8945.0, 8923.0, 8989.0, 8966.0, 9026.0, 9015.0, 9008.0, 8962.0, 8920.0, 8953.0, 8910.0, 8980.0, 8953.0, 9030.0, 8977.0, 8969.0, 8930.0, 8909.0, 8943.0, 8913.0, 9024.0, 8944.0, 8985.0, 8930.0, 8980.0, 8929.0, 9010.0, 8976.0, 9026.0, 8932.0, 8965.0, 8922.0, 8947.0, 8971.0, 8968.0, 8984.0, 8900.0, 8968.0, 8912.0, 8975.0, 8938.0, 8952.0, 8969.0, 8971.0, 9008.0, 8922.0, 8972.0, 8927.0, 8964.0, 8945.0, 8917.0, 9007.0, 8982.0, 9034.0, 8957.0, 8958.0, 8946.0, 8917.0, 8956.0, 8915.0, 8914.0, 8986.0, 8947.0, 9025.0, 9015.0, 9012.0, 8961.0, 8912.0, 8960.0, 8907.0, 8997.0, 8969.0, 9024.0, 9002.0, 8923.0, 8920.0, 8919.0, 8945.0, 8909.0, 8992.0, 8970.0, 9019.0, 8932.0, 8926.0, 8941.0, 8913.0, 8958.0, 8932.0, 9027.0, 8968.0, 9006.0, 8934.0, 8951.0, 8927.0, 8924.0, 8971.0, 8969.0, 9034.0, 8945.0, 8969.0, 8908.0, 8945.0, 8939.0, 8966.0, 8984.0, 8939.0, 8949.0, 8925.0, 8966.0, 8941.0, 8997.0, 8985.0, 9006.0, 8969.0, 8908.0, 8920.0, 8921.0, 8966.0, 8924.0, 8999.0, 8973.0, 8982.0, 8909.0, 8943.0, 8919.0, 8916.0, 8965.0, 8965.0, 9003.0, 8912.0, 8937.0, 8909.0, 8948.0, 8925.0, 8993.0, 9003.0, 9003.0, 8942.0, 8921.0, 8909.0, 8909.0, 8964.0, 8923.0, 9001.0, 8931.0, 8952.0, 8907.0, 8964.0, 8945.0, 8999.0, 8983.0, 8975.0, 8958.0, 8915.0, 8955.0, 8897.0, 8961.0, 8943.0, 9000.0, 8989.0, 8997.0, 8948.0, 8935.0, 8958.0, 8934.0, 9014.0, 8986.0, 9025.0, 8993.0, 8933.0, 8954.0, 8934.0, 9018.0, 8978.0, 9045.0, 8989.0, 8927.0, 8922.0, 8910.0, 8987.0, 8957.0, 9030.0, 8996.0, 9015.0, 8926.0, 8947.0, 8954.0, 8983.0, 8990.0, 8942.0, 8952.0, 8908.0, 8948.0, 8926.0, 9013.0, 8986.0, 9000.0, 8924.0, 8915.0, 8906.0, 8924.0, 8980.0, 8926.0, 9015.0, 8914.0, 8965.0, 8929.0, 9011.0, 8961.0, 9005.0, 9010.0, 8931.0, 8940.0, 8927.0, 8999.0, 8956.0, 9024.0, 8995.0, 8985.0, 8931.0, 8910.0, 8989.0, 8975.0, 9025.0, 8931.0, 8971.0, 8928.0, 9000.0, 8959.0, 9018.0, 8977.0, 8913.0, 8928.0, 8929.0, 9006.0, 8948.0, 9026.0, 8932.0, 8968.0, 8929.0, 9011.0, 8972.0, 9018.0, 8992.0, 8917.0, 8928.0, 8932.0, 8988.0, 8958.0, 9041.0, 8948.0, 8984.0, 8931.0, 8944.0, 8993.0, 8978.0, 9048.0, 8950.0, 8986.0, 8944.0, 9013.0, 8985.0, 9041.0, 9003.0, 8911.0, 8938.0, 8926.0, 8998.0, 8945.0, 9038.0, 8942.0, 8982.0, 8959.0, 8997.0, 8939.0, 8928.0, 8971.0, 8930.0, 8936.0, 8979.0, 8977.0, 9043.0, 9044.0, 8972.0, 8948.0, 8949.0, 8927.0, 9022.0, 8993.0, 9044.0, 8943.0, 8964.0, 8942.0, 8995.0, 8982.0, 8952.0, 8951.0, 8909.0, 8946.0, 8937.0, 8980.0, 9002.0, 8978.0, 8971.0, 8929.0, 8982.0, 8949.0, 9016.0, 8991.0, 9004.0, 8953.0, 8920.0, 8963.0, 8934.0, 9010.0, 8983.0, 9024.0, 8999.0, 8933.0, 8912.0, 8920.0, 8992.0, 8949.0, 9012.0, 8935.0, 8938.0, 8930.0, 8947.0, 8978.0, 8965.0, 8964.0, 8922.0, 8945.0, 8935.0, 8991.0, 8968.0, 8997.0, 8935.0, 8901.0, 8919.0, 8919.0, 8980.0, 8951.0, 9016.0, 8957.0, 8949.0, 8931.0, 8916.0, 8967.0, 8964.0, 9017.0, 8924.0, 8950.0, 8923.0, 8963.0, 8957.0, 8982.0, 8989.0, 8923.0, 8951.0, 8907.0, 8964.0, 8941.0, 9013.0, 9003.0, 8924.0, 8927.0, 8907.0, 8969.0, 8913.0, 9014.0, 8925.0, 8952.0, 8908.0, 8983.0, 8946.0, 9016.0, 8990.0, 8994.0, 8938.0, 8947.0, 8922.0, 8980.0, 9004.0, 8966.0, 8971.0, 8930.0, 8968.0, 8929.0, 9017.0, 8988.0, 9019.0, 8958.0, 8928.0, 8942.0, 8928.0, 9017.0, 8948.0, 9045.0, 8934.0, 8984.0, 8943.0, 8982.0, 8973.0, 9001.0, 9012.0, 8928.0, 8950.0, 8921.0, 8981.0, 8941.0, 9025.0, 9005.0, 8922.0, 8923.0, 8926.0, 9000.0, 8959.0, 9021.0, 8943.0, 8963.0, 8948.0, 8951.0, 8984.0, 8956.0, 8984.0, 8921.0, 8949.0, 8939.0, 8992.0, 9004.0, 8913.0, 8953.0, 8926.0, 8986.0, 8961.0, 9020.0, 9007.0, 8927.0, 8941.0, 8951.0, 9018.0, 9012.0, 8979.0, 8962.0, 8951.0, 9021.0, 8993.0, 9031.0, 8989.0, 8929.0, 8967.0, 8956.0, 9023.0, 9008.0, 8997.0, 8949.0, 8905.0, 8977.0, 8961.0, 9040.0, 8977.0, 8913.0, 8917.0, 8923.0, 8993.0, 8985.0, 8952.0, 8921.0, 8919.0, 8965.0, 8954.0, 9002.0, 8989.0, 8940.0, 8935.0, 8959.0, 9001.0, 8984.0, 8981.0, 8950.0, 8932.0, 8961.0, 8947.0, 8994.0, 8986.0, 8922.0, 8947.0, 8951.0, 8993.0, 8981.0, 8965.0, 8932.0, 8935.0, 8976.0, 8949.0, 8993.0, 8962.0, 8902.0, 8916.0, 8933.0, 8992.0, 8982.0, 8949.0, 8932.0, 8923.0, 8962.0, 8953.0, 8995.0, 8987.0, 8912.0, 8936.0, 8957.0, 8998.0, 8987.0, 8944.0, 8936.0, 8926.0, 8950.0, 8941.0, 8968.0, 9022.0, 8948.0, 8929.0, 8926.0, 8929.0, 9015.0, 8975.0, 9036.0, 8972.0, 8913.0, 8935.0, 8956.0, 9001.0, 8987.0, 9002.0, 8978.0, 8940.0, 8947.0, 8924.0, 8965.0, 9016.0, 8926.0, 8947.0, 8912.0, 8910.0, 8997.0, 8960.0, 9000.0, 8939.0, 8922.0, 8980.0, 8965.0, 9021.0, 8940.0, 8949.0, 8934.0, 8935.0, 8981.0, 8941.0, 8980.0, 8937.0, 8949.0, 8939.0, 8983.0, 9019.0, 8945.0, 8967.0, 8953.0, 8928.0, 8997.0, 8953.0, 9021.0, 8942.0, 8951.0, 8956.0, 8965.0, 8983.0, 8944.0, 9021.0, 8941.0, 8952.0, 8926.0, 8938.0, 9020.0, 8956.0, 8966.0, 8948.0, 8980.0, 8970.0, 8982.0, 8950.0, 8904.0, 8943.0, 8938.0, 8995.0, 8982.0, 8996.0, 8937.0, 8911.0, 8955.0, 8928.0, 9011.0, 8993.0, 8984.0, 8927.0, 8917.0, 9003.0, 8957.0, 9044.0, 8959.0, 8983.0, 8970.0, 8980.0, 8989.0, 8985.0, 8951.0, 8921.0, 8947.0, 8952.0, 9015.0, 9004.0, 8969.0, 8948.0, 8906.0, 8962.0, 8939.0, 9014.0, 9006.0, 8916.0, 8942.0, 8958.0, 9016.0, 8994.0, 9007.0, 8970.0, 8909.0, 8965.0, 8937.0, 9024.0, 9006.0, 8976.0, 8931.0, 8897.0, 8959.0, 8928.0, 9013.0, 8903.0, 8928.0, 8932.0, 8976.0, 8952.0, 8993.0, 8920.0, 8888.0, 8936.0, 8924.0, 9011.0, 8948.0, 8983.0, 8938.0, 8953.0, 8983.0, 8952.0, 9024.0, 8942.0, 8967.0, 8953.0, 8996.0, 8970.0, 8986.0, 8983.0, 8909.0, 8948.0, 8943.0, 9012.0, 9006.0, 8981.0, 8939.0, 8910.0, 8997.0, 8942.0, 9021.0, 8961.0, 8969.0, 8927.0, 8915.0, 8998.0, 8960.0, 9041.0, 8951.0, 8989.0, 8962.0, 9004.0, 9009.0, 8949.0, 8987.0, 8954.0, 8967.0, 8970.0, 8947.0, 9021.0, 9013.0, 8998.0, 8990.0, 8959.0, 8931.0, 9020.0, 8991.0, 9044.0, 8987.0, 8924.0, 8950.0, 8937.0, 9020.0, 9001.0, 8919.0, 8916.0, 8905.0, 8991.0, 8955.0, 9012.0, 8950.0, 8918.0, 8956.0, 8926.0, 9016.0, 8925.0, 8967.0, 8950.0, 8935.0, 8999.0, 8954.0, 9020.0, 8926.0, 8966.0, 8952.0, 8996.0, 8984.0, 8984.0, 8964.0, 8892.0, 8946.0, 8905.0, 8993.0, 8952.0, 9019.0, 8935.0, 8960.0, 8934.0, 8930.0, 8995.0, 8938.0, 8967.0, 8923.0, 8944.0, 8941.0, 9013.0, 9003.0, 9002.0, 8953.0, 8909.0, 8946.0, 8921.0, 9001.0, 9003.0, 8935.0, 8923.0, 8909.0, 8982.0, 8937.0, 9022.0, 8957.0, 8947.0, 8933.0, 8935.0, 9015.0, 8910.0, 8948.0, 8924.0, 8994.0, 9004.0, 8933.0, 8958.0, 8945.0, 8979.0, 8956.0, 9002.0, 8987.0, 8913.0, 8953.0, 8945.0, 9018.0, 9004.0, 9005.0, 9002.0, 8955.0, 9017.0, 8922.0, 8906.0, 8983.0, 8941.0, 9008.0, 8973.0, 8942.0, 8954.0, 8937.0, 8963.0, 8951.0, 8992.0, 8947.0, 8956.0, 8924.0, 8901.0, 8964.0, 8937.0, 8967.0, 8951.0, 8914.0, 8984.0, 8946.0, 8912.0, 8950.0, 8927.0, 8994.0, 8944.0, 8959.0, 8908.0, 8889.0, 8880.0, 8889.0, 8908.0, 8896.0, 8965.0, 8903.0, 8948.0, 8919.0, 8911.0, 8912.0, 8873.0, 8939.0, 8898.0, 8992.0, 8927.0, 8970.0, 8956.0, 8940.0, 8925.0, 8909.0, 8993.0, 8947.0, 9013.0, 8949.0, 8950.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.0009881690140845071</td></tr>
<tr><td colspan=3>aqi</td><td>0.04725454244131455</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.39731843853386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2010251630639097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9731398143045122</td></tr>
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
<tr><td colspan=3>fber</td><td>5870.814</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14013137867550718</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>236</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.15962441314554</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494575795142124</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.352613489363869</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6994287538224215</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4316851422400805</td></tr>
<tr><td colspan=3>gcor</td><td>0.00547721</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024179374799132347</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03376489505171776</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.017907510944441</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.7301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6869</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298239.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.5152</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7107</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.4657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3212.7424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.9484</td></tr>
<tr><td colspan=3>tsnr</td><td>31.52442549704574</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>