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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-01/func/sub-0092_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>91a224c2ab36c402d89742cb18ad8a1b</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>09:43:45.355000</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.999113, -0.00401156, -0.0419238, 0.0127304, 0.977654, 0.209836]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.085881</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7750, -7162, 756, -39, -73, 155, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.909</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9b45c77-f94c-498c-a04c-d1f941534134||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.680546522140503, 0.034154605120420456, -0.10839201509952545, 111.14048767089844], [0.010762713849544525, 2.6229732036590576, 0.5674968361854553, -111.73584747314453], [-0.11247850954532623, -0.5629759430885315, 2.637460708618164, -8.634929656982422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['094345.355000', '094345.815000', '094346.275000', '094346.735000', '094347.195000', '094347.655000', '094348.115000', '094348.575000', '094349.035000', '094349.495000', '094349.955000', '094350.415000', '094350.875000', '094351.335000', '094351.795000', '094352.255000', '094352.715000', '094353.175000', '094353.635000', '094354.095000', '094354.555000', '094355.015000', '094355.475000', '094355.935000', '094356.395000', '094356.855000', '094357.315000', '094357.775000', '094358.235000', '094358.695000', '094359.155000', '094359.615000', '094400.075000', '094400.535000', '094400.995000', '094401.455000', '094401.915000', '094402.375000', '094402.835000', '094403.295000', '094403.755000', '094404.215000', '094404.675000', '094405.135000', '094405.595000', '094406.055000', '094406.515000', '094406.975000', '094407.435000', '094407.895000', '094408.355000', '094408.815000', '094409.275000', '094409.735000', '094410.195000', '094410.655000', '094411.115000', '094411.575000', '094412.035000', '094412.495000', '094412.955000', '094413.415000', '094413.875000', '094414.335000', '094414.795000', '094415.255000', '094415.715000', '094416.175000', '094416.635000', '094417.095000', '094417.555000', '094418.015000', '094418.475000', '094418.935000', '094419.395000', '094419.855000', '094420.315000', '094420.775000', '094421.235000', '094421.695000', '094422.155000', '094422.615000', '094423.075000', '094423.535000', '094423.995000', '094424.455000', '094424.915000', '094425.375000', '094425.835000', '094426.295000', '094426.755000', '094427.215000', '094427.675000', '094428.135000', '094428.595000', '094429.055000', '094429.515000', '094429.975000', '094430.435000', '094430.895000', '094431.355000', '094431.815000', '094432.275000', '094432.735000', '094433.195000', '094433.655000', '094434.115000', '094434.575000', '094435.035000', '094435.495000', '094435.955000', '094436.415000', '094436.875000', '094437.335000', '094437.795000', '094438.255000', '094438.715000', '094439.175000', '094439.635000', '094440.095000', '094440.555000', '094441.015000', '094441.475000', '094441.935000', '094442.395000', '094442.855000', '094443.315000', '094443.775000', '094444.235000', '094444.695000', '094445.155000', '094445.615000', '094446.075000', '094446.535000', '094446.995000', '094447.455000', '094447.915000', '094448.375000', '094448.835000', '094449.295000', '094449.755000', '094450.215000', '094450.675000', '094451.135000', '094451.595000', '094452.055000', '094452.515000', '094452.975000', '094453.435000', '094453.895000', '094454.355000', '094454.815000', '094455.275000', '094455.735000', '094456.195000', '094456.655000', '094457.115000', '094457.575000', '094458.035000', '094458.495000', '094458.955000', '094459.415000', '094459.875000', '094500.335000', '094500.795000', '094501.255000', '094501.715000', '094502.175000', '094502.635000', '094503.095000', '094503.555000', '094504.015000', '094504.475000', '094504.935000', '094505.395000', '094505.855000', '094506.315000', '094506.775000', '094507.235000', '094507.695000', '094508.155000', '094508.615000', '094509.075000', '094509.535000', '094509.995000', '094510.455000', '094510.915000', '094511.375000', '094511.835000', '094512.295000', '094512.755000', '094513.215000', '094513.675000', '094514.135000', '094514.595000', '094515.055000', '094515.515000', '094515.975000', '094516.435000', '094516.895000', '094517.355000', '094517.815000', '094518.275000', '094518.735000', '094519.195000', '094519.655000', '094520.115000', '094520.575000', '094521.035000', '094521.495000', '094521.955000', '094522.415000', '094522.875000', '094523.335000', '094523.795000', '094524.255000', '094524.715000', '094525.175000', '094525.635000', '094526.095000', '094526.555000', '094527.015000', '094527.475000', '094527.935000', '094528.395000', '094528.855000', '094529.315000', '094529.775000', '094530.235000', '094530.695000', '094531.155000', '094531.615000', '094532.075000', '094532.535000', '094532.995000', '094533.455000', '094533.915000', '094534.375000', '094534.835000', '094535.295000', '094535.755000', '094536.215000', '094536.675000', '094537.135000', '094537.595000', '094538.055000', '094538.515000', '094538.975000', '094539.435000', '094539.895000', '094540.355000', '094540.815000', '094541.275000', '094541.735000', '094542.195000', '094542.655000', '094543.115000', '094543.575000', '094544.035000', '094544.495000', '094544.955000', '094545.415000', '094545.875000', '094546.335000', '094546.795000', '094547.255000', '094547.715000', '094548.175000', '094548.635000', '094549.095000', '094549.555000', '094550.015000', '094550.475000', '094550.935000', '094551.395000', '094551.855000', '094552.315000', '094552.775000', '094553.235000', '094553.695000', '094554.155000', '094554.615000', '094555.075000', '094555.535000', '094555.995000', '094556.455000', '094556.915000', '094557.375000', '094557.835000', '094558.295000', '094558.755000', '094559.215000', '094559.675000', '094600.135000', '094600.595000', '094601.055000', '094601.515000', '094601.975000', '094602.435000', '094602.895000', '094603.355000', '094603.815000', '094604.275000', '094604.735000', '094605.195000', '094605.655000', '094606.115000', '094606.575000', '094607.035000', '094607.495000', '094607.955000', '094608.415000', '094608.875000', '094609.335000', '094609.795000', '094610.255000', '094610.715000', '094611.175000', '094611.635000', '094612.095000', '094612.555000', '094613.015000', '094613.475000', '094613.935000', '094614.395000', '094614.855000', '094615.315000', '094615.775000', '094616.235000', '094616.695000', '094617.155000', '094617.615000', '094618.075000', '094618.535000', '094618.995000', '094619.455000', '094619.915000', '094620.375000', '094620.835000', '094621.295000', '094621.755000', '094622.215000', '094622.675000', '094623.135000', '094623.595000', '094624.055000', '094624.515000', '094624.975000', '094625.435000', '094625.895000', '094626.355000', '094626.815000', '094627.275000', '094627.735000', '094628.195000', '094628.655000', '094629.115000', '094629.575000', '094630.035000', '094630.495000', '094630.955000', '094631.415000', '094631.875000', '094632.335000', '094632.795000', '094633.255000', '094633.715000', '094634.175000', '094634.635000', '094635.095000', '094635.555000', '094636.015000', '094636.475000', '094636.935000', '094637.395000', '094637.855000', '094638.315000', '094638.775000', '094639.235000', '094639.695000', '094640.155000', '094640.615000', '094641.075000', '094641.535000', '094641.995000', '094642.455000', '094642.915000', '094643.375000', '094643.835000', '094644.295000', '094644.755000', '094645.215000', '094645.675000', '094646.135000', '094646.595000', '094647.055000', '094647.515000', '094647.975000', '094648.435000', '094648.895000', '094649.355000', '094649.815000', '094650.275000', '094650.735000', '094651.195000', '094651.655000', '094652.115000', '094652.575000', '094653.035000', '094653.495000', '094653.955000', '094654.415000', '094654.875000', '094655.335000', '094655.795000', '094656.255000', '094656.715000', '094657.175000', '094657.635000', '094658.095000', '094658.555000', '094659.015000', '094659.475000', '094659.935000', '094700.395000', '094700.855000', '094701.315000', '094701.775000', '094702.235000', '094702.695000', '094703.155000', '094703.615000', '094704.075000', '094704.535000', '094704.995000', '094705.455000', '094705.915000', '094706.375000', '094706.835000', '094707.295000', '094707.755000', '094708.215000', '094708.675000', '094709.135000', '094709.595000', '094710.055000', '094710.515000', '094710.975000', '094711.435000', '094711.895000', '094712.355000', '094712.815000', '094713.275000', '094713.735000', '094714.195000', '094714.655000', '094715.115000', '094715.575000', '094716.035000', '094716.495000', '094716.955000', '094717.415000', '094717.875000', '094718.335000', '094718.795000', '094719.255000', '094719.715000', '094720.175000', '094720.635000', '094721.095000', '094721.555000', '094722.015000', '094722.475000', '094722.935000', '094723.395000', '094723.855000', '094724.315000', '094724.775000', '094725.235000', '094725.695000', '094726.155000', '094726.615000', '094727.075000', '094727.535000', '094727.995000', '094728.455000', '094728.915000', '094729.375000', '094729.835000', '094730.295000', '094730.755000', '094731.215000', '094731.675000', '094732.135000', '094732.595000', '094733.055000', '094733.515000', '094733.975000', '094734.435000', '094734.895000', '094735.355000', '094735.815000', '094736.275000', '094736.735000', '094737.195000', '094737.655000', '094738.115000', '094738.575000', '094739.035000', '094739.495000', '094739.955000', '094740.415000', '094740.875000', '094741.335000', '094741.795000', '094742.255000', '094742.715000', '094743.175000', '094743.635000', '094744.095000', '094744.555000', '094745.015000', '094745.475000', '094745.935000', '094746.395000', '094746.855000', '094747.315000', '094747.775000', '094748.235000', '094748.695000', '094749.155000', '094749.615000', '094750.075000', '094750.535000', '094750.995000', '094751.455000', '094751.915000', '094752.375000', '094752.835000', '094753.295000', '094753.755000', '094754.215000', '094754.675000', '094755.135000', '094755.595000', '094756.055000', '094756.515000', '094756.975000', '094757.435000', '094757.895000', '094758.355000', '094758.815000', '094759.275000', '094759.735000', '094800.195000', '094800.655000', '094801.115000', '094801.575000', '094802.035000', '094802.495000', '094802.955000', '094803.415000', '094803.875000', '094804.335000', '094804.795000', '094805.255000', '094805.715000', '094806.175000', '094806.635000', '094807.095000', '094807.555000', '094808.015000', '094808.475000', '094808.935000', '094809.395000', '094809.855000', '094810.315000', '094810.775000', '094811.235000', '094811.695000', '094812.155000', '094812.615000', '094813.075000', '094813.535000', '094813.995000', '094814.455000', '094814.915000', '094815.375000', '094815.835000', '094816.295000', '094816.755000', '094817.215000', '094817.675000', '094818.135000', '094818.595000', '094819.055000', '094819.515000', '094819.975000', '094820.435000', '094820.895000', '094821.355000', '094821.815000', '094822.275000', '094822.735000', '094823.195000', '094823.655000', '094824.115000', '094824.575000', '094825.035000', '094825.495000', '094825.955000', '094826.415000', '094826.875000', '094827.335000', '094827.795000', '094828.255000', '094828.715000', '094829.175000', '094829.635000', '094830.095000', '094830.555000', '094831.015000', '094831.475000', '094831.935000', '094832.395000', '094832.855000', '094833.315000', '094833.775000', '094834.235000', '094834.695000', '094835.155000', '094835.615000', '094836.075000', '094836.535000', '094836.995000', '094837.455000', '094837.915000', '094838.375000', '094838.835000', '094839.295000', '094839.755000', '094840.215000', '094840.675000', '094841.135000', '094841.595000', '094842.055000', '094842.515000', '094842.975000', '094843.435000', '094843.895000', '094844.355000', '094844.815000', '094845.275000', '094845.735000', '094846.195000', '094846.655000', '094847.115000', '094847.575000', '094848.035000', '094848.495000', '094848.955000', '094849.415000', '094849.875000', '094850.335000', '094850.795000', '094851.255000', '094851.715000', '094852.175000', '094852.635000', '094853.095000', '094853.555000', '094854.015000', '094854.475000', '094854.935000', '094855.395000', '094855.855000', '094856.315000', '094856.775000', '094857.235000', '094857.695000', '094858.155000', '094858.615000', '094859.075000', '094859.535000', '094859.995000', '094900.455000', '094900.915000', '094901.375000', '094901.835000', '094902.295000', '094902.755000', '094903.215000', '094903.675000', '094904.135000', '094904.595000', '094905.055000', '094905.515000', '094905.975000', '094906.435000', '094906.895000', '094907.355000', '094907.815000', '094908.275000', '094908.735000', '094909.195000', '094909.655000', '094910.115000', '094910.575000', '094911.035000', '094911.495000', '094911.955000', '094912.415000', '094912.875000', '094913.335000', '094913.795000', '094914.255000', '094914.715000', '094915.175000', '094915.635000', '094916.095000', '094916.555000', '094917.015000', '094917.475000', '094917.935000', '094918.395000', '094918.855000', '094919.315000', '094919.775000', '094920.235000', '094920.695000', '094921.155000', '094921.615000', '094922.075000', '094922.535000', '094922.995000', '094923.455000', '094923.915000', '094924.375000', '094924.835000', '094925.295000', '094925.755000', '094926.215000', '094926.675000', '094927.135000', '094927.595000', '094928.055000', '094928.515000', '094928.975000', '094929.435000', '094929.895000', '094930.355000', '094930.815000', '094931.275000', '094931.735000', '094932.195000', '094932.655000', '094933.115000', '094933.575000', '094934.035000', '094934.495000', '094934.955000', '094935.415000', '094935.875000', '094936.335000', '094936.795000', '094937.255000', '094937.715000', '094938.175000', '094938.635000', '094939.095000', '094939.555000', '094940.015000', '094940.475000', '094940.935000', '094941.395000', '094941.855000', '094942.315000', '094942.775000', '094943.235000', '094943.695000', '094944.155000', '094944.615000', '094945.075000', '094945.535000', '094945.995000', '094946.455000', '094946.915000', '094947.375000', '094947.835000', '094948.295000', '094948.755000', '094949.215000', '094949.675000', '094950.135000', '094950.595000', '094951.055000', '094951.515000', '094951.975000', '094952.435000', '094952.895000', '094953.355000', '094953.815000', '094954.275000', '094954.735000', '094955.195000', '094955.655000', '094956.115000', '094956.575000', '094957.035000', '094957.495000', '094957.955000', '094958.415000', '094958.875000', '094959.335000', '094959.795000', '095000.255000', '095000.715000', '095001.175000', '095001.635000', '095002.095000', '095002.555000', '095003.015000', '095003.475000', '095003.935000', '095004.395000', '095004.855000', '095005.315000', '095005.775000', '095006.235000', '095006.695000', '095007.155000', '095007.615000', '095008.075000', '095008.535000', '095008.995000', '095009.455000', '095009.915000', '095010.375000', '095010.835000', '095011.295000', '095011.755000', '095012.215000', '095012.675000', '095013.135000', '095013.595000', '095014.055000', '095014.515000', '095014.975000', '095015.435000', '095015.895000', '095016.355000', '095016.815000', '095017.275000', '095017.735000', '095018.195000', '095018.655000', '095019.115000', '095019.575000', '095020.035000', '095020.495000', '095020.955000', '095021.415000', '095021.875000', '095022.335000', '095022.795000', '095023.255000', '095023.715000', '095024.175000', '095024.635000', '095025.095000', '095025.555000', '095026.015000', '095026.475000', '095026.935000', '095027.395000', '095027.855000', '095028.315000', '095028.775000', '095029.235000', '095029.695000', '095030.155000', '095030.615000', '095031.075000', '095031.535000', '095031.995000', '095032.455000', '095032.915000', '095033.375000', '095033.835000', '095034.295000', '095034.755000', '095035.215000', '095035.675000', '095036.135000', '095036.595000', '095037.055000', '095037.515000', '095037.975000', '095038.435000', '095038.895000', '095039.355000', '095039.815000', '095040.275000', '095040.735000', '095041.195000', '095041.655000', '095042.115000', '095042.575000', '095043.035000', '095043.495000', '095043.955000', '095044.415000', '095044.875000', '095045.335000', '095045.795000', '095046.255000', '095046.715000', '095047.175000', '095047.635000', '095048.095000', '095048.555000', '095049.015000', '095049.475000', '095049.935000', '095050.395000', '095050.855000', '095051.315000', '095051.775000', '095052.235000', '095052.695000', '095053.155000', '095053.615000', '095054.075000', '095054.535000', '095054.995000', '095055.455000', '095055.915000', '095056.375000', '095056.835000', '095057.295000', '095057.755000', '095058.215000', '095058.675000', '095059.135000', '095059.595000', '095100.055000', '095100.515000', '095100.975000', '095101.435000', '095101.895000', '095102.355000', '095102.815000', '095103.275000', '095103.735000', '095104.195000', '095104.655000', '095105.115000', '095105.575000', '095106.035000', '095106.495000', '095106.955000', '095107.415000', '095107.875000', '095108.335000', '095108.795000', '095109.255000', '095109.715000', '095110.175000', '095110.635000', '095111.095000', '095111.555000', '095112.015000', '095112.475000', '095112.935000', '095113.395000', '095113.855000', '095114.315000', '095114.775000', '095115.235000', '095115.695000', '095116.155000', '095116.615000', '095117.075000', '095117.535000', '095117.995000', '095118.455000', '095118.915000', '095119.375000', '095119.835000', '095120.295000', '095120.755000', '095121.215000', '095121.675000', '095122.135000', '095122.595000', '095123.055000', '095123.515000', '095123.975000', '095124.435000', '095124.895000', '095125.355000', '095125.815000', '095126.275000', '095126.735000', '095127.195000', '095127.655000', '095128.115000', '095128.575000', '095129.035000', '095129.495000', '095129.955000', '095130.415000', '095130.875000', '095131.335000', '095131.795000', '095132.255000', '095132.715000', '095133.175000', '095133.635000', '095134.095000', '095134.555000', '095135.015000', '095135.475000', '095135.935000', '095136.395000', '095136.855000', '095137.315000', '095137.775000', '095138.235000', '095138.695000', '095139.155000', '095139.615000', '095140.075000', '095140.535000', '095140.995000', '095141.455000', '095141.915000', '095142.375000', '095142.835000', '095143.295000', '095143.755000', '095144.215000', '095144.675000', '095145.135000', '095145.595000', '095146.055000', '095146.515000', '095146.975000', '095147.435000', '095147.895000', '095148.355000', '095148.815000', '095149.275000', '095149.735000', '095150.195000', '095150.655000', '095151.115000', '095151.575000', '095152.035000', '095152.495000', '095152.955000', '095153.415000', '095153.875000', '095154.335000', '095154.795000', '095155.255000', '095155.715000', '095156.175000', '095156.635000', '095157.095000', '095157.555000', '095158.015000', '095158.475000'], 'ContentTime': ['094407.500000', '094407.503000', '094407.505000', '094407.508000', '094407.511000', '094407.513000', '094407.516000', '094407.518000', '094407.521000', '094407.525000', '094407.527000', '094407.530000', '094407.532000', '094407.535000', '094407.537000', '094407.540000', '094407.543000', '094407.545000', '094407.548000', '094407.550000', '094407.553000', '094407.555000', '094407.558000', '094407.561000', '094407.564000', '094407.567000', '094407.570000', '094407.572000', '094407.575000', '094407.577000', '094407.580000', '094407.583000', '094407.585000', '094407.588000', '094407.590000', '094407.593000', '094407.596000', '094407.598000', '094407.601000', '094407.603000', '094407.606000', '094407.608000', '094407.611000', '094407.613000', '094407.616000', '094427.461000', '094427.464000', '094427.467000', '094427.469000', '094427.472000', '094427.474000', '094427.477000', '094427.479000', '094427.482000', '094427.484000', '094427.522000', '094427.524000', '094427.527000', '094427.530000', '094427.532000', '094427.535000', '094427.537000', '094427.540000', '094427.542000', '094427.545000', '094427.547000', '094427.550000', '094427.552000', '094427.555000', '094427.558000', '094427.560000', '094427.563000', '094427.565000', '094427.568000', '094427.570000', '094427.573000', '094427.575000', '094427.578000', '094427.580000', '094427.583000', '094427.586000', '094427.588000', '094427.591000', '094427.593000', '094427.596000', '094427.598000', '094427.601000', '094427.603000', '094427.606000', '094447.461000', '094447.464000', '094447.467000', '094447.469000', '094447.472000', '094447.475000', '094447.477000', '094447.480000', '094447.482000', '094447.485000', '094447.488000', '094447.490000', '094447.493000', '094447.495000', '094447.498000', '094447.500000', '094447.503000', '094447.505000', '094447.508000', '094447.511000', '094447.513000', '094447.516000', '094447.518000', '094447.521000', '094447.523000', '094447.526000', '094447.528000', '094447.531000', '094447.534000', '094447.536000', '094447.539000', '094447.541000', '094447.544000', '094447.546000', '094447.549000', '094447.552000', '094447.554000', '094447.557000', '094447.559000', '094447.562000', '094447.565000', '094447.567000', '094447.570000', '094507.461000', '094507.463000', '094507.466000', '094507.469000', '094507.471000', '094507.474000', '094507.477000', '094507.480000', '094507.482000', '094507.485000', '094507.488000', '094507.490000', '094507.493000', '094507.495000', '094507.498000', '094507.500000', '094507.503000', '094507.506000', '094507.508000', '094507.511000', '094507.513000', '094507.516000', '094507.518000', '094507.521000', '094507.523000', '094507.526000', '094507.528000', '094507.531000', '094507.534000', '094507.545000', '094507.547000', '094507.550000', '094507.552000', '094507.555000', '094507.558000', '094507.560000', '094507.563000', '094507.565000', '094507.568000', '094507.570000', '094507.573000', '094507.575000', '094507.578000', '094507.581000', '094527.460000', '094527.463000', '094527.466000', '094527.468000', '094527.471000', '094527.474000', '094527.476000', '094527.479000', '094527.482000', '094527.484000', '094527.487000', '094527.489000', '094527.492000', '094527.495000', '094527.497000', '094527.500000', '094527.503000', '094527.505000', '094527.508000', '094527.510000', '094527.513000', '094527.516000', '094527.518000', '094527.521000', '094527.523000', '094527.526000', '094527.529000', '094527.531000', '094527.534000', '094527.536000', '094527.539000', '094527.542000', '094527.544000', '094527.547000', '094527.549000', '094527.553000', '094527.555000', '094527.558000', '094527.560000', '094527.563000', '094527.565000', '094527.568000', '094527.571000', '094547.461000', '094547.464000', '094547.467000', '094547.469000', '094547.472000', '094547.475000', '094547.477000', '094547.480000', '094547.482000', '094547.485000', '094547.487000', '094547.490000', '094547.492000', '094547.495000', '094547.498000', '094547.500000', '094547.503000', '094547.506000', '094547.508000', '094547.511000', '094547.513000', '094547.516000', '094547.518000', '094547.521000', '094547.523000', '094547.526000', '094547.529000', '094547.531000', '094547.534000', '094547.537000', '094547.539000', '094547.542000', '094547.544000', '094547.547000', '094547.550000', '094547.552000', '094547.555000', '094547.558000', '094547.560000', '094547.563000', '094547.565000', '094547.568000', '094547.570000', '094547.573000', '094607.461000', '094607.464000', '094607.467000', '094607.470000', '094607.472000', '094607.491000', '094607.494000', '094607.496000', '094607.499000', '094607.501000', '094607.504000', '094607.507000', '094607.509000', '094607.512000', '094607.514000', '094607.517000', '094607.519000', '094607.522000', '094607.525000', '094607.527000', '094607.530000', '094607.532000', '094607.535000', '094607.537000', '094607.540000', '094607.543000', '094607.545000', '094607.548000', '094607.551000', '094607.553000', '094607.556000', '094607.558000', '094607.561000', '094607.563000', '094607.566000', '094607.569000', '094607.571000', '094607.574000', '094607.576000', '094607.579000', '094607.582000', '094607.584000', '094607.587000', '094627.462000', '094627.464000', '094627.467000', '094627.470000', '094627.473000', '094627.475000', '094627.478000', '094627.480000', '094627.483000', '094627.486000', '094627.488000', '094627.491000', '094627.493000', '094627.496000', '094627.507000', '094627.509000', '094627.512000', '094627.514000', '094627.517000', '094627.520000', '094627.522000', '094627.525000', '094627.527000', '094627.530000', '094627.533000', '094627.535000', '094627.538000', '094627.540000', '094627.543000', '094627.545000', '094627.548000', '094627.551000', '094627.553000', '094627.556000', '094627.558000', '094627.561000', '094627.564000', '094627.566000', '094627.569000', '094627.571000', '094627.574000', '094627.577000', '094627.579000', '094627.582000', '094647.462000', '094647.464000', '094647.467000', '094647.470000', '094647.472000', '094647.475000', '094647.478000', '094647.480000', '094647.483000', '094647.485000', '094647.488000', '094647.491000', '094647.493000', '094647.496000', '094647.498000', '094647.501000', '094647.504000', '094647.506000', '094647.509000', '094647.512000', '094647.514000', '094647.517000', '094647.519000', '094647.522000', '094647.525000', '094647.527000', '094647.530000', '094647.532000', '094647.535000', '094647.537000', '094647.540000', '094647.543000', '094647.545000', '094647.548000', '094647.550000', '094647.553000', '094647.556000', '094647.558000', '094647.561000', '094647.563000', '094647.566000', '094647.569000', '094647.571000', '094707.461000', '094707.464000', '094707.467000', '094707.469000', '094707.472000', '094707.475000', '094707.477000', '094707.480000', '094707.482000', '094707.485000', '094707.487000', '094707.490000', '094707.493000', '094707.495000', '094707.498000', '094707.500000', '094707.503000', '094707.506000', '094707.508000', '094707.511000', '094707.513000', '094707.516000', '094707.519000', '094707.521000', '094707.524000', '094707.526000', '094707.529000', '094707.531000', '094707.534000', '094707.537000', '094707.539000', '094707.542000', '094707.544000', '094707.547000', '094707.549000', '094707.552000', '094707.555000', '094707.557000', '094707.560000', '094707.562000', '094707.565000', '094707.568000', '094707.570000', '094707.573000', '094727.460000', '094727.464000', '094727.467000', '094727.469000', '094727.472000', '094727.475000', '094727.477000', '094727.480000', '094727.482000', '094727.485000', '094727.487000', '094727.490000', '094727.493000', '094727.495000', '094727.498000', '094727.501000', '094727.503000', '094727.506000', '094727.508000', '094727.511000', '094727.514000', '094727.516000', '094727.519000', '094727.522000', '094727.524000', '094727.527000', '094727.529000', '094727.532000', '094727.535000', '094727.537000', '094727.551000', '094727.554000', '094727.556000', '094727.559000', '094727.562000', '094727.564000', '094727.567000', '094727.569000', '094727.572000', '094727.574000', '094727.577000', '094727.580000', '094727.582000', '094747.460000', '094747.463000', '094747.466000', '094747.469000', '094747.471000', '094747.474000', '094747.476000', '094747.479000', '094747.481000', '094747.484000', '094747.487000', '094747.489000', '094747.492000', '094747.494000', '094747.497000', '094747.500000', '094747.502000', '094747.505000', '094747.507000', '094747.510000', '094747.513000', '094747.515000', '094747.518000', '094747.520000', '094747.523000', '094747.525000', '094747.528000', '094747.531000', '094747.533000', '094747.536000', '094747.538000', '094747.541000', '094747.544000', '094747.546000', '094747.549000', '094747.551000', '094747.554000', '094747.557000', '094747.559000', '094747.562000', '094747.564000', '094747.567000', '094747.569000', '094747.572000', '094807.462000', '094807.464000', '094807.467000', '094807.470000', '094807.472000', '094807.475000', '094807.477000', '094807.480000', '094807.483000', '094807.485000', '094807.488000', '094807.490000', '094807.493000', '094807.496000', '094807.498000', '094807.501000', '094807.503000', '094807.506000', '094807.508000', '094807.511000', '094807.514000', '094807.516000', '094807.519000', '094807.521000', '094807.524000', '094807.526000', '094807.529000', '094807.531000', '094807.534000', '094807.537000', '094807.539000', '094807.542000', '094807.544000', '094807.547000', '094807.550000', '094807.552000', '094807.555000', '094807.557000', '094807.560000', '094807.562000', '094807.565000', '094807.567000', '094807.570000', '094827.461000', '094827.464000', '094827.467000', '094827.470000', '094827.472000', '094827.475000', '094827.477000', '094827.480000', '094827.483000', '094827.491000', '094827.493000', '094827.496000', '094827.499000', '094827.501000', '094827.504000', '094827.506000', '094827.509000', '094827.512000', '094827.514000', '094827.517000', '094827.519000', '094827.522000', '094827.525000', '094827.527000', '094827.530000', '094827.532000', '094827.535000', '094827.538000', '094827.540000', '094827.543000', '094827.545000', '094827.548000', '094827.551000', '094827.553000', '094827.556000', '094827.559000', '094827.561000', '094827.564000', '094827.566000', '094827.569000', '094827.571000', '094827.574000', '094827.577000', '094827.579000', '094847.462000', '094847.464000', '094847.467000', '094847.470000', '094847.472000', '094847.475000', '094847.477000', '094847.480000', '094847.483000', '094847.485000', '094847.488000', '094847.491000', '094847.493000', '094847.496000', '094847.498000', '094847.501000', '094847.504000', '094847.506000', '094847.509000', '094847.511000', '094847.514000', '094847.517000', '094847.519000', '094847.522000', '094847.525000', '094847.537000', '094847.540000', '094847.543000', '094847.545000', '094847.548000', '094847.550000', '094847.553000', '094847.555000', '094847.558000', '094847.561000', '094847.563000', '094847.566000', '094847.568000', '094847.571000', '094847.574000', '094847.576000', '094847.579000', '094847.581000', '094907.462000', '094907.464000', '094907.467000', '094907.469000', '094907.472000', '094907.475000', '094907.477000', '094907.480000', '094907.483000', '094907.486000', '094907.488000', '094907.491000', '094907.509000', '094907.512000', '094907.514000', '094907.517000', '094907.520000', '094907.522000', '094907.525000', '094907.527000', '094907.530000', '094907.533000', '094907.535000', '094907.538000', '094907.541000', '094907.543000', '094907.546000', '094907.549000', '094907.551000', '094907.554000', '094907.556000', '094907.559000', '094907.562000', '094907.564000', '094907.567000', '094907.570000', '094907.572000', '094907.575000', '094907.577000', '094907.580000', '094907.582000', '094907.585000', '094907.588000', '094907.590000', '094927.462000', '094927.464000', '094927.467000', '094927.470000', '094927.472000', '094927.475000', '094927.477000', '094927.480000', '094927.483000', '094927.485000', '094927.488000', '094927.490000', '094927.493000', '094927.495000', '094927.498000', '094927.501000', '094927.503000', '094927.506000', '094927.508000', '094927.511000', '094927.514000', '094927.516000', '094927.519000', '094927.521000', '094927.524000', '094927.526000', '094927.529000', '094927.532000', '094927.534000', '094927.537000', '094927.540000', '094927.542000', '094927.545000', '094927.547000', '094927.550000', '094927.553000', '094927.555000', '094927.558000', '094927.561000', '094927.563000', '094927.566000', '094927.568000', '094927.571000', '094947.461000', '094947.463000', '094947.466000', '094947.469000', '094947.471000', '094947.474000', '094947.476000', '094947.479000', '094947.482000', '094947.484000', '094947.487000', '094947.490000', '094947.492000', '094947.495000', '094947.498000', '094947.500000', '094947.503000', '094947.506000', '094947.508000', '094947.511000', '094947.515000', '094947.518000', '094947.520000', '094947.523000', '094947.525000', '094947.528000', '094947.531000', '094947.533000', '094947.536000', '094947.539000', '094947.541000', '094947.544000', '094947.546000', '094947.549000', '094947.552000', '094947.554000', '094947.557000', '094947.559000', '094947.562000', '094947.565000', '094947.567000', '094947.570000', '094947.572000', '094947.575000', '095007.461000', '095007.464000', '095007.466000', '095007.469000', '095007.471000', '095007.474000', '095007.476000', '095007.479000', '095007.482000', '095007.484000', '095007.487000', '095007.489000', '095007.493000', '095007.496000', '095007.498000', '095007.501000', '095007.503000', '095007.506000', '095007.509000', '095007.511000', '095007.514000', '095007.516000', '095007.519000', '095007.522000', '095007.524000', '095007.527000', '095007.529000', '095007.532000', '095007.534000', '095007.537000', '095007.540000', '095007.542000', '095007.545000', '095007.547000', '095007.550000', '095007.552000', '095007.555000', '095007.558000', '095007.561000', '095007.563000', '095007.566000', '095007.569000', '095007.571000', '095027.461000', '095027.465000', '095027.467000', '095027.470000', '095027.473000', '095027.475000', '095027.478000', '095027.481000', '095027.483000', '095027.486000', '095027.488000', '095027.491000', '095027.494000', '095027.496000', '095027.499000', '095027.501000', '095027.504000', '095027.507000', '095027.509000', '095027.512000', '095027.514000', '095027.517000', '095027.520000', '095027.552000', '095027.555000', '095027.557000', '095027.560000', '095027.563000', '095027.565000', '095027.568000', '095027.570000', '095027.573000', '095027.576000', '095027.579000', '095027.581000', '095027.584000', '095027.586000', '095027.589000', '095027.592000', '095027.594000', '095027.597000', '095027.600000', '095027.602000', '095047.461000', '095047.464000', '095047.467000', '095047.469000', '095047.472000', '095047.475000', '095047.477000', '095047.480000', '095047.482000', '095047.485000', '095047.488000', '095047.490000', '095047.493000', '095047.496000', '095047.498000', '095047.501000', '095047.503000', '095047.506000', '095047.509000', '095047.511000', '095047.514000', '095047.516000', '095047.519000', '095047.522000', '095047.524000', '095047.527000', '095047.530000', '095047.532000', '095047.535000', '095047.537000', '095047.540000', '095047.543000', '095047.545000', '095047.548000', '095047.551000', '095047.553000', '095047.556000', '095047.558000', '095047.561000', '095047.564000', '095047.566000', '095047.569000', '095047.571000', '095047.574000', '095107.462000', '095107.464000', '095107.467000', '095107.470000', '095107.472000', '095107.475000', '095107.477000', '095107.480000', '095107.483000', '095107.485000', '095107.488000', '095107.491000', '095107.493000', '095107.496000', '095107.499000', '095107.501000', '095107.504000', '095107.506000', '095107.509000', '095107.511000', '095107.514000', '095107.517000', '095107.519000', '095107.522000', '095107.524000', '095107.527000', '095107.530000', '095107.532000', '095107.535000', '095107.537000', '095107.540000', '095107.543000', '095107.545000', '095107.548000', '095107.550000', '095107.553000', '095107.556000', '095107.558000', '095107.561000', '095107.563000', '095107.566000', '095107.569000', '095107.571000', '095127.461000', '095127.464000', '095127.467000', '095127.469000', '095127.472000', '095127.475000', '095127.477000', '095127.480000', '095127.483000', '095127.485000', '095127.488000', '095127.490000', '095127.493000', '095127.496000', '095127.498000', '095127.501000', '095127.504000', '095127.506000', '095127.509000', '095127.511000', '095127.514000', '095127.517000', '095127.520000', '095127.522000', '095127.525000', '095127.527000', '095127.530000', '095127.532000', '095127.539000', '095127.541000', '095127.544000', '095127.547000', '095127.549000', '095127.552000', '095127.554000', '095127.557000', '095127.560000', '095127.562000', '095127.565000', '095127.567000', '095127.570000', '095127.573000', '095127.575000', '095127.578000', '095147.462000', '095147.464000', '095147.467000', '095147.470000', '095147.472000', '095147.475000', '095147.477000', '095147.480000', '095147.483000', '095147.485000', '095147.488000', '095147.490000', '095147.493000', '095147.496000', '095147.498000', '095147.501000', '095147.503000', '095147.506000', '095147.509000', '095147.522000', '095147.525000', '095147.527000', '095147.530000', '095147.533000', '095147.535000', '095147.538000', '095147.541000', '095147.543000', '095147.546000', '095147.549000', '095147.551000', '095147.554000', '095147.556000', '095147.559000', '095147.562000', '095147.565000', '095147.567000', '095147.570000', '095147.573000', '095147.575000', '095147.578000', '095147.580000', '095147.583000', '095159.932000', '095159.935000', '095159.938000', '095159.941000', '095159.943000', '095159.947000', '095159.949000', '095159.952000', '095159.955000', '095159.958000', '095159.961000', '095159.963000', '095159.966000', '095159.969000', '095159.978000', '095159.981000', '095159.984000', '095159.987000', '095159.989000', '095159.992000', '095159.995000', '095159.998000', '095200.005000', '095200.008000', '095200.011000', '095200.015000', '095200.019000', '095200.024000'], 'InstanceCreationTime': ['094407.500000', '094407.503000', '094407.505000', '094407.508000', '094407.511000', '094407.513000', '094407.516000', '094407.518000', '094407.521000', '094407.525000', '094407.527000', '094407.530000', '094407.532000', '094407.535000', '094407.537000', '094407.540000', '094407.543000', '094407.545000', '094407.548000', '094407.550000', '094407.553000', '094407.555000', '094407.558000', '094407.561000', '094407.564000', '094407.567000', '094407.570000', '094407.572000', '094407.575000', '094407.577000', '094407.580000', '094407.583000', '094407.585000', '094407.588000', '094407.590000', '094407.593000', '094407.596000', '094407.598000', '094407.601000', '094407.603000', '094407.606000', '094407.608000', '094407.611000', '094407.613000', '094407.616000', '094427.461000', '094427.464000', '094427.467000', '094427.469000', '094427.472000', '094427.474000', '094427.477000', '094427.479000', '094427.482000', '094427.484000', '094427.522000', '094427.524000', '094427.527000', '094427.530000', '094427.532000', '094427.535000', '094427.537000', '094427.540000', '094427.542000', '094427.545000', '094427.547000', '094427.550000', '094427.552000', '094427.555000', '094427.558000', '094427.560000', '094427.563000', '094427.565000', '094427.568000', '094427.570000', '094427.573000', '094427.575000', '094427.578000', '094427.580000', '094427.583000', '094427.586000', '094427.588000', '094427.591000', '094427.593000', '094427.596000', '094427.598000', '094427.601000', '094427.603000', '094427.606000', '094447.461000', '094447.464000', '094447.467000', '094447.469000', '094447.472000', '094447.475000', '094447.477000', '094447.480000', '094447.482000', '094447.485000', '094447.488000', '094447.490000', '094447.493000', '094447.495000', '094447.498000', '094447.500000', '094447.503000', '094447.505000', '094447.508000', '094447.511000', '094447.513000', '094447.516000', '094447.518000', '094447.521000', '094447.523000', '094447.526000', '094447.528000', '094447.531000', '094447.534000', '094447.536000', '094447.539000', '094447.541000', '094447.544000', '094447.546000', '094447.549000', '094447.552000', '094447.554000', '094447.557000', '094447.559000', '094447.562000', '094447.565000', '094447.567000', '094447.570000', '094507.461000', '094507.463000', '094507.466000', '094507.469000', '094507.471000', '094507.474000', '094507.477000', '094507.480000', '094507.482000', '094507.485000', '094507.488000', '094507.490000', '094507.493000', '094507.495000', '094507.498000', '094507.500000', '094507.503000', '094507.506000', '094507.508000', '094507.511000', '094507.513000', '094507.516000', '094507.518000', '094507.521000', '094507.523000', '094507.526000', '094507.528000', '094507.531000', '094507.534000', '094507.545000', '094507.547000', '094507.550000', '094507.552000', '094507.555000', '094507.558000', '094507.560000', '094507.563000', '094507.565000', '094507.568000', '094507.570000', '094507.573000', '094507.575000', '094507.578000', '094507.581000', '094527.460000', '094527.463000', '094527.466000', '094527.468000', '094527.471000', '094527.474000', '094527.476000', '094527.479000', '094527.482000', '094527.484000', '094527.487000', '094527.489000', '094527.492000', '094527.495000', '094527.497000', '094527.500000', '094527.503000', '094527.505000', '094527.508000', '094527.510000', '094527.513000', '094527.516000', '094527.518000', '094527.521000', '094527.523000', '094527.526000', '094527.529000', '094527.531000', '094527.534000', '094527.536000', '094527.539000', '094527.542000', '094527.544000', '094527.547000', '094527.549000', '094527.553000', '094527.555000', '094527.558000', '094527.560000', '094527.563000', '094527.565000', '094527.568000', '094527.571000', '094547.461000', '094547.464000', '094547.467000', '094547.469000', '094547.472000', '094547.475000', '094547.477000', '094547.480000', '094547.482000', '094547.485000', '094547.487000', '094547.490000', '094547.492000', '094547.495000', '094547.498000', '094547.500000', '094547.503000', '094547.506000', '094547.508000', '094547.511000', '094547.513000', '094547.516000', '094547.518000', '094547.521000', '094547.523000', '094547.526000', '094547.529000', '094547.531000', '094547.534000', '094547.537000', '094547.539000', '094547.542000', '094547.544000', '094547.547000', '094547.550000', '094547.552000', '094547.555000', '094547.558000', '094547.560000', '094547.563000', '094547.565000', '094547.568000', '094547.570000', '094547.573000', '094607.461000', '094607.464000', '094607.467000', '094607.470000', '094607.472000', '094607.491000', '094607.494000', '094607.496000', '094607.499000', '094607.501000', '094607.504000', '094607.507000', '094607.509000', '094607.512000', '094607.514000', '094607.517000', '094607.519000', '094607.522000', '094607.525000', '094607.527000', '094607.530000', '094607.532000', '094607.535000', '094607.537000', '094607.540000', '094607.543000', '094607.545000', '094607.548000', '094607.551000', '094607.553000', '094607.556000', '094607.558000', '094607.561000', '094607.563000', '094607.566000', '094607.569000', '094607.571000', '094607.574000', '094607.576000', '094607.579000', '094607.582000', '094607.584000', '094607.587000', '094627.462000', '094627.464000', '094627.467000', '094627.470000', '094627.473000', '094627.475000', '094627.478000', '094627.480000', '094627.483000', '094627.486000', '094627.488000', '094627.491000', '094627.493000', '094627.496000', '094627.507000', '094627.509000', '094627.512000', '094627.514000', '094627.517000', '094627.520000', '094627.522000', '094627.525000', '094627.527000', '094627.530000', '094627.533000', '094627.535000', '094627.538000', '094627.540000', '094627.543000', '094627.545000', '094627.548000', '094627.551000', '094627.553000', '094627.556000', '094627.558000', '094627.561000', '094627.564000', '094627.566000', '094627.569000', '094627.571000', '094627.574000', '094627.577000', '094627.579000', '094627.582000', '094647.462000', '094647.464000', '094647.467000', '094647.470000', '094647.472000', '094647.475000', '094647.478000', '094647.480000', '094647.483000', '094647.485000', '094647.488000', '094647.491000', '094647.493000', '094647.496000', '094647.498000', '094647.501000', '094647.504000', '094647.506000', '094647.509000', '094647.512000', '094647.514000', '094647.517000', '094647.519000', '094647.522000', '094647.525000', '094647.527000', '094647.530000', '094647.532000', '094647.535000', '094647.537000', '094647.540000', '094647.543000', '094647.545000', '094647.548000', '094647.550000', '094647.553000', '094647.556000', '094647.558000', '094647.561000', '094647.563000', '094647.566000', '094647.569000', '094647.571000', '094707.461000', '094707.464000', '094707.467000', '094707.469000', '094707.472000', '094707.475000', '094707.477000', '094707.480000', '094707.482000', '094707.485000', '094707.487000', '094707.490000', '094707.493000', '094707.495000', '094707.498000', '094707.500000', '094707.503000', '094707.506000', '094707.508000', '094707.511000', '094707.513000', '094707.516000', '094707.519000', '094707.521000', '094707.524000', '094707.526000', '094707.529000', '094707.531000', '094707.534000', '094707.537000', '094707.539000', '094707.542000', '094707.544000', '094707.547000', '094707.549000', '094707.552000', '094707.555000', '094707.557000', '094707.560000', '094707.562000', '094707.565000', '094707.568000', '094707.570000', '094707.573000', '094727.460000', '094727.464000', '094727.467000', '094727.469000', '094727.472000', '094727.475000', '094727.477000', '094727.480000', '094727.482000', '094727.485000', '094727.487000', '094727.490000', '094727.493000', '094727.495000', '094727.498000', '094727.501000', '094727.503000', '094727.506000', '094727.508000', '094727.511000', '094727.514000', '094727.516000', '094727.519000', '094727.522000', '094727.524000', '094727.527000', '094727.529000', '094727.532000', '094727.535000', '094727.537000', '094727.551000', '094727.554000', '094727.556000', '094727.559000', '094727.562000', '094727.564000', '094727.567000', '094727.569000', '094727.572000', '094727.574000', '094727.577000', '094727.580000', '094727.582000', '094747.460000', '094747.463000', '094747.466000', '094747.469000', '094747.471000', '094747.474000', '094747.476000', '094747.479000', '094747.481000', '094747.484000', '094747.487000', '094747.489000', '094747.492000', '094747.494000', '094747.497000', '094747.500000', '094747.502000', '094747.505000', '094747.507000', '094747.510000', '094747.513000', '094747.515000', '094747.518000', '094747.520000', '094747.523000', '094747.525000', '094747.528000', '094747.531000', '094747.533000', '094747.536000', '094747.538000', '094747.541000', '094747.544000', '094747.546000', '094747.549000', '094747.551000', '094747.554000', '094747.557000', '094747.559000', '094747.562000', '094747.564000', '094747.567000', '094747.569000', '094747.572000', '094807.462000', '094807.464000', '094807.467000', '094807.470000', '094807.472000', '094807.475000', '094807.477000', '094807.480000', '094807.483000', '094807.485000', '094807.488000', '094807.490000', '094807.493000', '094807.496000', '094807.498000', '094807.501000', '094807.503000', '094807.506000', '094807.508000', '094807.511000', '094807.514000', '094807.516000', '094807.519000', '094807.521000', '094807.524000', '094807.526000', '094807.529000', '094807.531000', '094807.534000', '094807.537000', '094807.539000', '094807.542000', '094807.544000', '094807.547000', '094807.550000', '094807.552000', '094807.555000', '094807.557000', '094807.560000', '094807.562000', '094807.565000', '094807.567000', '094807.570000', '094827.461000', '094827.464000', '094827.467000', '094827.470000', '094827.472000', '094827.475000', '094827.477000', '094827.480000', '094827.483000', '094827.491000', '094827.493000', '094827.496000', '094827.499000', '094827.501000', '094827.504000', '094827.506000', '094827.509000', '094827.512000', '094827.514000', '094827.517000', '094827.519000', '094827.522000', '094827.525000', '094827.527000', '094827.530000', '094827.532000', '094827.535000', '094827.538000', '094827.540000', '094827.543000', '094827.545000', '094827.548000', '094827.551000', '094827.553000', '094827.556000', '094827.559000', '094827.561000', '094827.564000', '094827.566000', '094827.569000', '094827.571000', '094827.574000', '094827.577000', '094827.579000', '094847.462000', '094847.464000', '094847.467000', '094847.470000', '094847.472000', '094847.475000', '094847.477000', '094847.480000', '094847.483000', '094847.485000', '094847.488000', '094847.491000', '094847.493000', '094847.496000', '094847.498000', '094847.501000', '094847.504000', '094847.506000', '094847.509000', '094847.511000', '094847.514000', '094847.517000', '094847.519000', '094847.522000', '094847.525000', '094847.537000', '094847.540000', '094847.543000', '094847.545000', '094847.548000', '094847.550000', '094847.553000', '094847.555000', '094847.558000', '094847.561000', '094847.563000', '094847.566000', '094847.568000', '094847.571000', '094847.574000', '094847.576000', '094847.579000', '094847.581000', '094907.462000', '094907.464000', '094907.467000', '094907.469000', '094907.472000', '094907.475000', '094907.477000', '094907.480000', '094907.483000', '094907.486000', '094907.488000', '094907.491000', '094907.509000', '094907.512000', '094907.514000', '094907.517000', '094907.520000', '094907.522000', '094907.525000', '094907.527000', '094907.530000', '094907.533000', '094907.535000', '094907.538000', '094907.541000', '094907.543000', '094907.546000', '094907.549000', '094907.551000', '094907.554000', '094907.556000', '094907.559000', '094907.562000', '094907.564000', '094907.567000', '094907.570000', '094907.572000', '094907.575000', '094907.577000', '094907.580000', '094907.582000', '094907.585000', '094907.588000', '094907.590000', '094927.462000', '094927.464000', '094927.467000', '094927.470000', '094927.472000', '094927.475000', '094927.477000', '094927.480000', '094927.483000', '094927.485000', '094927.488000', '094927.490000', '094927.493000', '094927.495000', '094927.498000', '094927.501000', '094927.503000', '094927.506000', '094927.508000', '094927.511000', '094927.514000', '094927.516000', '094927.519000', '094927.521000', '094927.524000', '094927.526000', '094927.529000', '094927.532000', '094927.534000', '094927.537000', '094927.540000', '094927.542000', '094927.545000', '094927.547000', '094927.550000', '094927.553000', '094927.555000', '094927.558000', '094927.561000', '094927.563000', '094927.566000', '094927.568000', '094927.571000', '094947.461000', '094947.463000', '094947.466000', '094947.469000', '094947.471000', '094947.474000', '094947.476000', '094947.479000', '094947.482000', '094947.484000', '094947.487000', '094947.490000', '094947.492000', '094947.495000', '094947.498000', '094947.500000', '094947.503000', '094947.506000', '094947.508000', '094947.511000', '094947.515000', '094947.518000', '094947.520000', '094947.523000', '094947.525000', '094947.528000', '094947.531000', '094947.533000', '094947.536000', '094947.539000', '094947.541000', '094947.544000', '094947.546000', '094947.549000', '094947.552000', '094947.554000', '094947.557000', '094947.559000', '094947.562000', '094947.565000', '094947.567000', '094947.570000', '094947.572000', '094947.575000', '095007.461000', '095007.464000', '095007.466000', '095007.469000', '095007.471000', '095007.474000', '095007.476000', '095007.479000', '095007.482000', '095007.484000', '095007.487000', '095007.489000', '095007.493000', '095007.496000', '095007.498000', '095007.501000', '095007.503000', '095007.506000', '095007.509000', '095007.511000', '095007.514000', '095007.516000', '095007.519000', '095007.522000', '095007.524000', '095007.527000', '095007.529000', '095007.532000', '095007.534000', '095007.537000', '095007.540000', '095007.542000', '095007.545000', '095007.547000', '095007.550000', '095007.552000', '095007.555000', '095007.558000', '095007.561000', '095007.563000', '095007.566000', '095007.569000', '095007.571000', '095027.461000', '095027.465000', '095027.467000', '095027.470000', '095027.473000', '095027.475000', '095027.478000', '095027.481000', '095027.483000', '095027.486000', '095027.488000', '095027.491000', '095027.494000', '095027.496000', '095027.499000', '095027.501000', '095027.504000', '095027.507000', '095027.509000', '095027.512000', '095027.514000', '095027.517000', '095027.520000', '095027.552000', '095027.555000', '095027.557000', '095027.560000', '095027.563000', '095027.565000', '095027.568000', '095027.570000', '095027.573000', '095027.576000', '095027.579000', '095027.581000', '095027.584000', '095027.586000', '095027.589000', '095027.592000', '095027.594000', '095027.597000', '095027.600000', '095027.602000', '095047.461000', '095047.464000', '095047.467000', '095047.469000', '095047.472000', '095047.475000', '095047.477000', '095047.480000', '095047.482000', '095047.485000', '095047.488000', '095047.490000', '095047.493000', '095047.496000', '095047.498000', '095047.501000', '095047.503000', '095047.506000', '095047.509000', '095047.511000', '095047.514000', '095047.516000', '095047.519000', '095047.522000', '095047.524000', '095047.527000', '095047.530000', '095047.532000', '095047.535000', '095047.537000', '095047.540000', '095047.543000', '095047.545000', '095047.548000', '095047.551000', '095047.553000', '095047.556000', '095047.558000', '095047.561000', '095047.564000', '095047.566000', '095047.569000', '095047.571000', '095047.574000', '095107.462000', '095107.464000', '095107.467000', '095107.470000', '095107.472000', '095107.475000', '095107.477000', '095107.480000', '095107.483000', '095107.485000', '095107.488000', '095107.491000', '095107.493000', '095107.496000', '095107.499000', '095107.501000', '095107.504000', '095107.506000', '095107.509000', '095107.511000', '095107.514000', '095107.517000', '095107.519000', '095107.522000', '095107.524000', '095107.527000', '095107.530000', '095107.532000', '095107.535000', '095107.537000', '095107.540000', '095107.543000', '095107.545000', '095107.548000', '095107.550000', '095107.553000', '095107.556000', '095107.558000', '095107.561000', '095107.563000', '095107.566000', '095107.569000', '095107.571000', '095127.461000', '095127.464000', '095127.467000', '095127.469000', '095127.472000', '095127.475000', '095127.477000', '095127.480000', '095127.483000', '095127.485000', '095127.488000', '095127.490000', '095127.493000', '095127.496000', '095127.498000', '095127.501000', '095127.504000', '095127.506000', '095127.509000', '095127.511000', '095127.514000', '095127.517000', '095127.520000', '095127.522000', '095127.525000', '095127.527000', '095127.530000', '095127.532000', '095127.539000', '095127.541000', '095127.544000', '095127.547000', '095127.549000', '095127.552000', '095127.554000', '095127.557000', '095127.560000', '095127.562000', '095127.565000', '095127.567000', '095127.570000', '095127.573000', '095127.575000', '095127.578000', '095147.462000', '095147.464000', '095147.467000', '095147.470000', '095147.472000', '095147.475000', '095147.477000', '095147.480000', '095147.483000', '095147.485000', '095147.488000', '095147.490000', '095147.493000', '095147.496000', '095147.498000', '095147.501000', '095147.503000', '095147.506000', '095147.509000', '095147.522000', '095147.525000', '095147.527000', '095147.530000', '095147.533000', '095147.535000', '095147.538000', '095147.541000', '095147.543000', '095147.546000', '095147.549000', '095147.551000', '095147.554000', '095147.556000', '095147.559000', '095147.562000', '095147.565000', '095147.567000', '095147.570000', '095147.573000', '095147.575000', '095147.578000', '095147.580000', '095147.583000', '095159.932000', '095159.935000', '095159.938000', '095159.941000', '095159.943000', '095159.947000', '095159.949000', '095159.952000', '095159.955000', '095159.958000', '095159.961000', '095159.963000', '095159.966000', '095159.969000', '095159.978000', '095159.981000', '095159.984000', '095159.987000', '095159.989000', '095159.992000', '095159.995000', '095159.998000', '095200.005000', '095200.008000', '095200.011000', '095200.015000', '095200.019000', '095200.024000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [18196, 10723, 14790, 10661, 14249, 10826, 16026, 11160, 14865, 10673, 14939, 10208, 12076, 9858, 10933, 9954, 10888, 10404, 10531, 14283, 10484, 15525, 10882, 15477, 10110, 13212, 9963, 13028, 10642, 10575, 12840, 10198, 17453, 10264, 13895, 9705, 11775, 9748, 11471, 9791, 9858, 9913, 11284, 9626, 10796, 9251, 11264, 9735, 11543, 20983, 11977, 23081, 18773, 22060, 11193, 17505, 10016, 15847, 9661, 11967, 9650, 11158, 9493, 9783, 9507, 9788, 11266, 9602, 9835, 9838, 15435, 10087, 21700, 10947, 20720, 16325, 21475, 10575, 18348, 10110, 17036, 12194, 17725, 10253, 15474, 9790, 14672, 9258, 16420, 10248, 17241, 10346, 13409, 9042, 11479, 9318, 13599, 9560, 11904, 9671, 13265, 9304, 17315, 9490, 15570, 9382, 12441, 9513, 11651, 13612, 11188, 9873, 10447, 9542, 10435, 19952, 11859, 18084, 11253, 18505, 10854, 18596, 10761, 17470, 11705, 14558, 9826, 10587, 9264, 9772, 9206, 11861, 10094, 11809, 9532, 11723, 9870, 15242, 10165, 13220, 9645, 15897, 10301, 19054, 10189, 17880, 10981, 20604, 15940, 22178, 12550, 18565, 11874, 21988, 16572, 17762, 13422, 10288, 10476, 9321, 12104, 9517, 19596, 10421, 18284, 10670, 18955, 12431, 21830, 11389, 17979, 10890, 17933, 11136, 17413, 11871, 9836, 10014, 9017, 9254, 8933, 11419, 9128, 12893, 9313, 13871, 9966, 17428, 11131, 15517, 11627, 10801, 12738, 9521, 16161, 9586, 16334, 9752, 21908, 17558, 15440, 10049, 9377, 17720, 10536, 16710, 14461, 20149, 22327, 13057, 22511, 10741, 18420, 10756, 18728, 14271, 22387, 11371, 14406, 10791, 17715, 10663, 17368, 11886, 10444, 9354, 8884, 9214, 8608, 10918, 9247, 13361, 8994, 13349, 9175, 13939, 21417, 18992, 22569, 17493, 13686, 10598, 14885, 10509, 17802, 9947, 15436, 9620, 12711, 9050, 10986, 8998, 10412, 15928, 10867, 14482, 10551, 9203, 9740, 9313, 9812, 17622, 10623, 16673, 10996, 11369, 10315, 16161, 10482, 22144, 15836, 22602, 13638, 18293, 9774, 15631, 9519, 14513, 9412, 16478, 9117, 12418, 8884, 10482, 8901, 9127, 8529, 10963, 9204, 9304, 9404, 10923, 10283, 10879, 16656, 11297, 9690, 10532, 12461, 10273, 21813, 10688, 20279, 14156, 15120, 10082, 11160, 9591, 11349, 9669, 8545, 9219, 10025, 9869, 9280, 11083, 13812, 13257, 8990, 10306, 18858, 10602, 23066, 18614, 18252, 12366, 18757, 10542, 21997, 14242, 15041, 10489, 16292, 10309, 16336, 10928, 12889, 10491, 11643, 10052, 14221, 10687, 11961, 9743, 8367, 9794, 8513, 10885, 8949, 14438, 8579, 13220, 8894, 12527, 9066, 17158, 11788, 20578, 9116, 13926, 8721, 13138, 8883, 19036, 10046, 16475, 9724, 12893, 10071, 17723, 11485, 10431, 9975, 8922, 10074, 8517, 13151, 9375, 19009, 9326, 13805, 9284, 14654, 10162, 16810, 10665, 8975, 10079, 9403, 11011, 9201, 17406, 8933, 14685, 8871, 14154, 9275, 20831, 13136, 20077, 9928, 15937, 9971, 16851, 10074, 20828, 10095, 16389, 9544, 13234, 9245, 13316, 9619, 15511, 9898, 12832, 9301, 12068, 9106, 13886, 9976, 16175, 9869, 14370, 9468, 15510, 9751, 20897, 10900, 16641, 9421, 13915, 9664, 13797, 9391, 14565, 9431, 20327, 9081, 14229, 8786, 12021, 8496, 11363, 8830, 12377, 8521, 10257, 9781, 9310, 8058, 10650, 8462, 13012, 8491, 11748, 9399, 8824, 8921, 8818, 16762, 10152, 19542, 16004, 10206, 11163, 15478, 10802, 23025, 19037, 21940, 16290, 8921, 10797, 10333, 10248, 16536, 10951, 8615, 9522, 8693, 10824, 9496, 10794, 18490, 11857, 11445, 10287, 9754, 10141, 8418, 10550, 21596, 10157, 17623, 10930, 15045, 10124, 17390, 9994, 16038, 9969, 19859, 12837, 18895, 10111, 16288, 10113, 16196, 11417, 18716, 9670, 13915, 9103, 12506, 8949, 14277, 10969, 16169, 9757, 14338, 9171, 15183, 11349, 16734, 9446, 15731, 8921, 13372, 8736, 13686, 9873, 21532, 12451, 17186, 9261, 13538, 9010, 14282, 9876, 20513, 9646, 13275, 8753, 12887, 9063, 18577, 10190, 16365, 9942, 14078, 9954, 18778, 13288, 20679, 10684, 14019, 10326, 17896, 11148, 14070, 10560, 8603, 10184, 9082, 10656, 8691, 13767, 8543, 12199, 8963, 13474, 9376, 20010, 13589, 21569, 10467, 16686, 10549, 18051, 11539, 16722, 12420, 8928, 9248, 9079, 11913, 8915, 12816, 9460, 12733, 8669, 10436, 8841, 10660, 9428, 14634, 9189, 11039, 8489, 11003, 12006, 11259, 9039, 9730, 8371, 8855, 8159, 8448, 9012, 10110, 8601, 13080, 9294, 12265, 8851, 13831, 9424, 18795, 10815, 16639, 10298, 19021, 10807, 19715, 13779, 21262, 15111, 21182, 8957, 11580, 9367, 10258, 8726, 9222, 9082, 8787, 7930, 8683, 8363, 10033, 8467, 12960, 8695, 12821, 8625, 14666, 9533, 18426, 10013, 14208, 10037, 11514, 19718, 10817, 16882, 10760, 8755, 10001, 10087, 10333, 19439, 11623, 14898, 10835, 14671, 10437, 19079, 10831, 20098, 14368, 15134, 11356, 14776, 11195, 21626, 13751, 18545, 12529, 8500, 9857, 8452, 12199, 9518, 15019, 8803, 10992, 9539, 10752, 8416, 13569, 9087, 15505, 8896, 13006, 9091, 14882, 9040, 16497, 8848, 10724, 8189, 10010, 8376, 12039, 8690, 11493, 8101, 10123, 8328, 11553, 8776, 13725, 8457, 11934, 8708, 12725, 8866, 15380, 9878, 16273, 9770, 13212, 9327, 14052, 9047, 15670, 9971, 17092, 9828, 15563, 9756, 15477, 9329, 18084, 10919, 19824, 9122, 13353, 8823, 11740, 8858, 10976, 10963, 10809, 9042, 9929, 9038, 9111, 10270, 9172, 8185, 8809, 8972, 9742, 12877, 10021, 19668, 14983, 17221, 10416, 20824, 9472, 16600, 11622, 13150, 11812, 13788, 9900, 9825, 9203, 10477, 12097, 10020, 15882, 9950, 12319, 9311, 14535, 8156, 10970, 8370, 11378, 7841, 9911, 8344, 10111, 14013, 9392, 15314, 9733, 14125, 9416, 15982, 8472, 14307, 16848, 12597, 19683, 10577, 20745, 9181, 14340, 8584, 11417, 12733, 11004, 9036, 10037, 9410, 9533, 19566, 9023, 14804, 11012, 17221, 8985, 13911, 8534, 12514, 17497, 10451, 22751, 15946, 17328, 9930, 17837, 9508, 14540, 8980, 12277, 8641, 13174, 8447, 10780, 8465, 9262, 8734, 10143, 9210, 13896, 8421, 14446, 8806, 14137, 9626, 9339, 14106, 11566, 20292, 16306, 12722, 19119, 10086, 21783, 12279, 22315, 17151, 24069, 12100, 9969, 11311, 21736, 10850, 18870, 12338, 9504, 10874, 9865, 12622, 9958, 15188, 10570, 18821, 10829, 10533, 11141, 22207, 13567, 19500, 13135, 19459, 9886, 14239, 9284, 14294, 9512, 19649, 10469, 18364, 10475, 18015, 11250, 20428, 14991, 19386, 11458, 13470, 11198, 17780, 11704, 14956, 13754, 9637, 8898, 9586, 12434, 9930, 15656, 11122, 18115, 11817, 10176, 10750, 15616, 10165, 20531, 13176, 20650, 10312, 11657, 9857, 11754, 9875, 10287, 10649, 9877, 13949, 10194, 12280, 9355, 10297, 9491, 10658, 11743, 9636, 15404, 9942, 15270, 10123, 15230, 10517, 15176, 9680, 14666, 9907, 13331, 14540, 10509, 23206, 13970, 23394, 18881, 20743, 10918, 17788, 9516, 15549, 13081, 17946, 9702, 13634, 9309, 10940, 8528, 12002, 9885, 11169, 13877, 10110, 20942, 16157, 14645, 11345, 10592, 16410, 9339, 10416, 8910, 9289, 8890, 9896, 9196, 9696, 9406, 10311, 19107, 12932, 14711, 10337, 10602, 8959, 9920, 20325, 9815, 16327, 10334, 14429, 12764, 10352, 16247, 8939, 12131, 9523, 11965, 8825, 11556, 9362, 11624, 9488, 9337, 11447, 16718, 11275, 21250, 18683, 21214, 16602, 10448, 13013, 10436, 21598, 13034, 22880, 18397, 14238, 22806, 12922, 22077, 10640, 18961, 14760, 22658, 17457, 19761, 13224, 10378, 11385, 17320, 11912, 9444, 14225, 9721, 11690, 9894, 14238, 9357, 13555, 9416, 10061, 10233, 9931, 13952, 10351, 14110, 13548, 9705, 16813, 10321, 17260, 10733, 22376, 17860, 18408, 13601, 9831, 10934, 11979, 20515, 14706, 23318, 10737, 17359], 'WindowCenter': [4691.0, 4623.0, 4652.0, 4626.0, 4654.0, 4634.0, 4664.0, 4622.0, 4654.0, 4626.0, 4654.0, 4615.0, 4636.0, 4600.0, 4627.0, 4614.0, 4627.0, 4622.0, 4623.0, 4668.0, 4641.0, 4678.0, 4637.0, 4668.0, 4628.0, 4659.0, 4630.0, 4668.0, 4640.0, 4637.0, 4655.0, 4629.0, 4687.0, 4626.0, 4666.0, 4632.0, 4650.0, 4631.0, 4650.0, 4638.0, 4642.0, 4639.0, 4664.0, 4626.0, 4662.0, 4645.0, 4665.0, 4645.0, 4663.0, 4721.0, 4673.0, 4725.0, 4704.0, 4711.0, 4633.0, 4686.0, 4614.0, 4677.0, 4632.0, 4650.0, 4629.0, 4650.0, 4631.0, 4631.0, 4623.0, 4655.0, 4661.0, 4645.0, 4644.0, 4645.0, 4693.0, 4652.0, 4724.0, 4655.0, 4713.0, 4694.0, 4712.0, 4643.0, 4690.0, 4642.0, 4692.0, 4662.0, 4691.0, 4638.0, 4679.0, 4641.0, 4677.0, 4632.0, 4690.0, 4641.0, 4689.0, 4639.0, 4670.0, 4630.0, 4651.0, 4632.0, 4670.0, 4631.0, 4649.0, 4638.0, 4672.0, 4633.0, 4674.0, 4632.0, 4680.0, 4627.0, 4660.0, 4630.0, 4651.0, 4660.0, 4650.0, 4630.0, 4640.0, 4628.0, 4641.0, 4680.0, 4648.0, 4685.0, 4636.0, 4688.0, 4636.0, 4688.0, 4640.0, 4686.0, 4649.0, 4667.0, 4627.0, 4638.0, 4631.0, 4629.0, 4631.0, 4674.0, 4653.0, 4662.0, 4632.0, 4661.0, 4642.0, 4681.0, 4654.0, 4672.0, 4643.0, 4691.0, 4643.0, 4701.0, 4642.0, 4701.0, 4652.0, 4711.0, 4682.0, 4709.0, 4657.0, 4688.0, 4650.0, 4710.0, 4690.0, 4677.0, 4658.0, 4623.0, 4624.0, 4615.0, 4645.0, 4619.0, 4688.0, 4628.0, 4676.0, 4635.0, 4688.0, 4649.0, 4697.0, 4637.0, 4675.0, 4637.0, 4676.0, 4638.0, 4676.0, 4637.0, 4617.0, 4628.0, 4608.0, 4618.0, 4620.0, 4649.0, 4620.0, 4660.0, 4632.0, 4670.0, 4642.0, 4692.0, 4653.0, 4681.0, 4660.0, 4653.0, 4672.0, 4632.0, 4691.0, 4642.0, 4692.0, 4643.0, 4711.0, 4703.0, 4680.0, 4641.0, 4632.0, 4691.0, 4642.0, 4690.0, 4672.0, 4683.0, 4711.0, 4660.0, 4698.0, 4639.0, 4677.0, 4629.0, 4674.0, 4654.0, 4685.0, 4626.0, 4654.0, 4626.0, 4675.0, 4624.0, 4675.0, 4634.0, 4627.0, 4618.0, 4619.0, 4620.0, 4621.0, 4651.0, 4621.0, 4660.0, 4618.0, 4670.0, 4618.0, 4673.0, 4711.0, 4691.0, 4699.0, 4677.0, 4656.0, 4628.0, 4666.0, 4628.0, 4688.0, 4618.0, 4666.0, 4617.0, 4646.0, 4607.0, 4627.0, 4607.0, 4629.0, 4667.0, 4635.0, 4657.0, 4629.0, 4618.0, 4620.0, 4619.0, 4630.0, 4691.0, 4642.0, 4689.0, 4641.0, 4650.0, 4641.0, 4679.0, 4638.0, 4710.0, 4680.0, 4698.0, 4658.0, 4676.0, 4618.0, 4667.0, 4619.0, 4664.0, 4609.0, 4667.0, 4608.0, 4646.0, 4608.0, 4626.0, 4620.0, 4620.0, 4610.0, 4639.0, 4619.0, 4618.0, 4619.0, 4640.0, 4626.0, 4638.0, 4679.0, 4640.0, 4618.0, 4629.0, 4648.0, 4630.0, 4710.0, 4641.0, 4688.0, 4660.0, 4668.0, 4626.0, 4635.0, 4631.0, 4651.0, 4632.0, 4618.0, 4632.0, 4642.0, 4642.0, 4634.0, 4653.0, 4672.0, 4659.0, 4620.0, 4641.0, 4672.0, 4640.0, 4710.0, 4690.0, 4660.0, 4647.0, 4683.0, 4629.0, 4696.0, 4657.0, 4655.0, 4626.0, 4665.0, 4628.0, 4666.0, 4627.0, 4645.0, 4627.0, 4636.0, 4627.0, 4656.0, 4628.0, 4646.0, 4619.0, 4608.0, 4626.0, 4609.0, 4647.0, 4621.0, 4670.0, 4610.0, 4659.0, 4620.0, 4649.0, 4617.0, 4679.0, 4649.0, 4688.0, 4608.0, 4656.0, 4608.0, 4657.0, 4615.0, 4686.0, 4625.0, 4676.0, 4618.0, 4657.0, 4630.0, 4687.0, 4650.0, 4627.0, 4628.0, 4608.0, 4626.0, 4620.0, 4655.0, 4619.0, 4688.0, 4618.0, 4657.0, 4629.0, 4668.0, 4630.0, 4688.0, 4639.0, 4619.0, 4629.0, 4619.0, 4650.0, 4616.0, 4691.0, 4620.0, 4669.0, 4620.0, 4669.0, 4631.0, 4695.0, 4659.0, 4687.0, 4611.0, 4666.0, 4628.0, 4678.0, 4628.0, 4682.0, 4616.0, 4664.0, 4615.0, 4644.0, 4606.0, 4656.0, 4617.0, 4666.0, 4617.0, 4642.0, 4618.0, 4648.0, 4620.0, 4658.0, 4629.0, 4677.0, 4629.0, 4667.0, 4630.0, 4679.0, 4620.0, 4698.0, 4629.0, 4664.0, 4615.0, 4656.0, 4602.0, 4657.0, 4615.0, 4668.0, 4618.0, 4687.0, 4608.0, 4655.0, 4609.0, 4637.0, 4607.0, 4637.0, 4619.0, 4644.0, 4620.0, 4641.0, 4627.0, 4618.0, 4598.0, 4628.0, 4609.0, 4656.0, 4607.0, 4662.0, 4633.0, 4622.0, 4632.0, 4634.0, 4700.0, 4655.0, 4702.0, 4683.0, 4631.0, 4652.0, 4669.0, 4641.0, 4707.0, 4689.0, 4697.0, 4667.0, 4606.0, 4627.0, 4627.0, 4640.0, 4688.0, 4639.0, 4607.0, 4619.0, 4609.0, 4640.0, 4629.0, 4652.0, 4700.0, 4647.0, 4650.0, 4629.0, 4620.0, 4630.0, 4610.0, 4642.0, 4711.0, 4641.0, 4689.0, 4638.0, 4669.0, 4631.0, 4689.0, 4632.0, 4691.0, 4643.0, 4700.0, 4662.0, 4689.0, 4630.0, 4675.0, 4641.0, 4679.0, 4640.0, 4685.0, 4619.0, 4657.0, 4619.0, 4649.0, 4621.0, 4669.0, 4642.0, 4680.0, 4631.0, 4669.0, 4632.0, 4682.0, 4651.0, 4679.0, 4630.0, 4668.0, 4619.0, 4658.0, 4620.0, 4669.0, 4629.0, 4698.0, 4648.0, 4673.0, 4614.0, 4656.0, 4619.0, 4668.0, 4628.0, 4687.0, 4617.0, 4645.0, 4605.0, 4659.0, 4619.0, 4687.0, 4628.0, 4662.0, 4614.0, 4656.0, 4629.0, 4686.0, 4655.0, 4682.0, 4627.0, 4651.0, 4626.0, 4686.0, 4636.0, 4656.0, 4626.0, 4605.0, 4626.0, 4613.0, 4624.0, 4607.0, 4657.0, 4606.0, 4636.0, 4607.0, 4657.0, 4615.0, 4685.0, 4654.0, 4685.0, 4623.0, 4664.0, 4623.0, 4687.0, 4637.0, 4675.0, 4646.0, 4605.0, 4605.0, 4605.0, 4646.0, 4607.0, 4646.0, 4616.0, 4645.0, 4596.0, 4625.0, 4613.0, 4627.0, 4616.0, 4653.0, 4602.0, 4626.0, 4595.0, 4626.0, 4635.0, 4622.0, 4594.0, 4605.0, 4595.0, 4606.0, 4594.0, 4608.0, 4620.0, 4639.0, 4621.0, 4660.0, 4631.0, 4649.0, 4632.0, 4672.0, 4633.0, 4697.0, 4653.0, 4680.0, 4640.0, 4689.0, 4641.0, 4700.0, 4661.0, 4698.0, 4654.0, 4686.0, 4606.0, 4621.0, 4605.0, 4616.0, 4604.0, 4606.0, 4606.0, 4607.0, 4598.0, 4608.0, 4617.0, 4636.0, 4618.0, 4656.0, 4621.0, 4656.0, 4604.0, 4682.0, 4628.0, 4701.0, 4630.0, 4658.0, 4618.0, 4649.0, 4698.0, 4638.0, 4676.0, 4627.0, 4606.0, 4624.0, 4627.0, 4640.0, 4698.0, 4648.0, 4667.0, 4635.0, 4667.0, 4628.0, 4688.0, 4639.0, 4687.0, 4669.0, 4666.0, 4637.0, 4655.0, 4637.0, 4697.0, 4658.0, 4674.0, 4643.0, 4606.0, 4617.0, 4596.0, 4644.0, 4617.0, 4667.0, 4606.0, 4626.0, 4615.0, 4627.0, 4598.0, 4657.0, 4606.0, 4666.0, 4605.0, 4645.0, 4607.0, 4666.0, 4606.0, 4665.0, 4606.0, 4625.0, 4596.0, 4627.0, 4609.0, 4647.0, 4604.0, 4637.0, 4598.0, 4627.0, 4608.0, 4634.0, 4609.0, 4668.0, 4606.0, 4648.0, 4616.0, 4658.0, 4620.0, 4675.0, 4626.0, 4674.0, 4625.0, 4658.0, 4619.0, 4668.0, 4617.0, 4674.0, 4630.0, 4677.0, 4630.0, 4664.0, 4630.0, 4668.0, 4620.0, 4688.0, 4628.0, 4686.0, 4603.0, 4645.0, 4606.0, 4636.0, 4606.0, 4623.0, 4622.0, 4626.0, 4605.0, 4617.0, 4607.0, 4619.0, 4639.0, 4627.0, 4610.0, 4622.0, 4621.0, 4633.0, 4672.0, 4642.0, 4711.0, 4680.0, 4688.0, 4638.0, 4700.0, 4616.0, 4675.0, 4650.0, 4659.0, 4638.0, 4658.0, 4617.0, 4618.0, 4614.0, 4628.0, 4647.0, 4629.0, 4667.0, 4625.0, 4647.0, 4619.0, 4664.0, 4610.0, 4636.0, 4610.0, 4646.0, 4610.0, 4629.0, 4609.0, 4641.0, 4681.0, 4633.0, 4681.0, 4632.0, 4670.0, 4632.0, 4677.0, 4622.0, 4683.0, 4691.0, 4661.0, 4699.0, 4640.0, 4696.0, 4618.0, 4667.0, 4609.0, 4650.0, 4657.0, 4639.0, 4604.0, 4629.0, 4618.0, 4626.0, 4698.0, 4632.0, 4678.0, 4651.0, 4690.0, 4621.0, 4659.0, 4610.0, 4646.0, 4689.0, 4637.0, 4698.0, 4679.0, 4677.0, 4619.0, 4676.0, 4618.0, 4657.0, 4615.0, 4648.0, 4609.0, 4647.0, 4609.0, 4638.0, 4608.0, 4630.0, 4622.0, 4638.0, 4633.0, 4682.0, 4626.0, 4683.0, 4649.0, 4698.0, 4657.0, 4647.0, 4696.0, 4667.0, 4715.0, 4695.0, 4664.0, 4703.0, 4640.0, 4714.0, 4664.0, 4713.0, 4692.0, 4710.0, 4650.0, 4619.0, 4641.0, 4698.0, 4629.0, 4688.0, 4634.0, 4619.0, 4639.0, 4631.0, 4650.0, 4643.0, 4679.0, 4644.0, 4702.0, 4643.0, 4641.0, 4653.0, 4696.0, 4663.0, 4690.0, 4660.0, 4688.0, 4619.0, 4657.0, 4620.0, 4669.0, 4620.0, 4688.0, 4630.0, 4688.0, 4630.0, 4678.0, 4637.0, 4689.0, 4670.0, 4688.0, 4639.0, 4647.0, 4639.0, 4678.0, 4639.0, 4654.0, 4658.0, 4607.0, 4594.0, 4618.0, 4647.0, 4619.0, 4668.0, 4641.0, 4689.0, 4640.0, 4624.0, 4639.0, 4667.0, 4630.0, 4700.0, 4660.0, 4686.0, 4629.0, 4637.0, 4625.0, 4649.0, 4614.0, 4629.0, 4627.0, 4629.0, 4658.0, 4641.0, 4650.0, 4617.0, 4629.0, 4630.0, 4641.0, 4650.0, 4643.0, 4677.0, 4643.0, 4680.0, 4642.0, 4680.0, 4642.0, 4682.0, 4617.0, 4682.0, 4631.0, 4660.0, 4659.0, 4641.0, 4711.0, 4660.0, 4699.0, 4690.0, 4683.0, 4628.0, 4661.0, 4620.0, 4664.0, 4648.0, 4675.0, 4617.0, 4656.0, 4618.0, 4624.0, 4609.0, 4648.0, 4613.0, 4637.0, 4645.0, 4617.0, 4688.0, 4648.0, 4644.0, 4613.0, 4614.0, 4652.0, 4604.0, 4624.0, 4607.0, 4617.0, 4618.0, 4628.0, 4619.0, 4631.0, 4630.0, 4643.0, 4702.0, 4660.0, 4669.0, 4628.0, 4639.0, 4592.0, 4630.0, 4682.0, 4630.0, 4678.0, 4629.0, 4669.0, 4646.0, 4628.0, 4676.0, 4618.0, 4647.0, 4630.0, 4649.0, 4632.0, 4663.0, 4646.0, 4675.0, 4657.0, 4645.0, 4665.0, 4694.0, 4666.0, 4698.0, 4703.0, 4708.0, 4682.0, 4643.0, 4662.0, 4640.0, 4700.0, 4661.0, 4710.0, 4691.0, 4656.0, 4700.0, 4646.0, 4698.0, 4629.0, 4677.0, 4669.0, 4697.0, 4677.0, 4674.0, 4635.0, 4614.0, 4626.0, 4665.0, 4635.0, 4604.0, 4644.0, 4605.0, 4634.0, 4617.0, 4656.0, 4598.0, 4657.0, 4619.0, 4628.0, 4629.0, 4630.0, 4651.0, 4643.0, 4667.0, 4670.0, 4632.0, 4691.0, 4641.0, 4690.0, 4643.0, 4700.0, 4691.0, 4678.0, 4658.0, 4613.0, 4627.0, 4633.0, 4686.0, 4656.0, 4696.0, 4626.0, 4664.0], 'WindowWidth': [10249.0, 10139.0, 10180.0, 10148.0, 10182.0, 10159.0, 10194.0, 10139.0, 10181.0, 10146.0, 10180.0, 10132.0, 10161.0, 10102.0, 10149.0, 10130.0, 10150.0, 10140.0, 10138.0, 10207.0, 10178.0, 10222.0, 10168.0, 10208.0, 10157.0, 10197.0, 10162.0, 10212.0, 10174.0, 10168.0, 10188.0, 10159.0, 10234.0, 10153.0, 10206.0, 10167.0, 10186.0, 10163.0, 10188.0, 10172.0, 10180.0, 10177.0, 10216.0, 10153.0, 10212.0, 10189.0, 10217.0, 10188.0, 10214.0, 10294.0, 10229.0, 10305.0, 10271.0, 10276.0, 10156.0, 10234.0, 10130.0, 10223.0, 10165.0, 10187.0, 10158.0, 10187.0, 10164.0, 10166.0, 10144.0, 10204.0, 10209.0, 10189.0, 10187.0, 10191.0, 10254.0, 10198.0, 10298.0, 10203.0, 10282.0, 10256.0, 10279.0, 10182.0, 10245.0, 10182.0, 10253.0, 10210.0, 10246.0, 10173.0, 10228.0, 10179.0, 10225.0, 10169.0, 10242.0, 10179.0, 10241.0, 10174.0, 10215.0, 10166.0, 10193.0, 10167.0, 10214.0, 10165.0, 10188.0, 10173.0, 10223.0, 10172.0, 10216.0, 10166.0, 10229.0, 10157.0, 10203.0, 10162.0, 10191.0, 10200.0, 10188.0, 10160.0, 10176.0, 10157.0, 10178.0, 10219.0, 10184.0, 10233.0, 10166.0, 10237.0, 10164.0, 10239.0, 10174.0, 10232.0, 10186.0, 10205.0, 10151.0, 10170.0, 10165.0, 10160.0, 10165.0, 10228.0, 10200.0, 10208.0, 10169.0, 10204.0, 10181.0, 10234.0, 10202.0, 10221.0, 10185.0, 10247.0, 10183.0, 10261.0, 10182.0, 10260.0, 10196.0, 10275.0, 10235.0, 10273.0, 10196.0, 10239.0, 10187.0, 10274.0, 10243.0, 10221.0, 10194.0, 10142.0, 10145.0, 10136.0, 10176.0, 10144.0, 10237.0, 10154.0, 10218.0, 10163.0, 10239.0, 10185.0, 10250.0, 10165.0, 10216.0, 10164.0, 10217.0, 10168.0, 10216.0, 10165.0, 10136.0, 10154.0, 10126.0, 10143.0, 10148.0, 10184.0, 10148.0, 10201.0, 10168.0, 10217.0, 10181.0, 10249.0, 10196.0, 10231.0, 10207.0, 10198.0, 10222.0, 10167.0, 10246.0, 10181.0, 10248.0, 10182.0, 10277.0, 10266.0, 10228.0, 10177.0, 10166.0, 10245.0, 10178.0, 10243.0, 10222.0, 10225.0, 10279.0, 10197.0, 10253.0, 10168.0, 10219.0, 10155.0, 10213.0, 10185.0, 10230.0, 10144.0, 10181.0, 10146.0, 10211.0, 10143.0, 10213.0, 10159.0, 10149.0, 10139.0, 10143.0, 10146.0, 10149.0, 10190.0, 10150.0, 10201.0, 10144.0, 10216.0, 10145.0, 10223.0, 10275.0, 10246.0, 10255.0, 10220.0, 10187.0, 10153.0, 10201.0, 10152.0, 10239.0, 10141.0, 10201.0, 10136.0, 10172.0, 10124.0, 10150.0, 10122.0, 10155.0, 10205.0, 10162.0, 10191.0, 10155.0, 10141.0, 10146.0, 10143.0, 10161.0, 10247.0, 10178.0, 10240.0, 10177.0, 10186.0, 10177.0, 10225.0, 10171.0, 10274.0, 10227.0, 10253.0, 10194.0, 10216.0, 10137.0, 10203.0, 10141.0, 10199.0, 10127.0, 10204.0, 10125.0, 10174.0, 10127.0, 10148.0, 10147.0, 10147.0, 10132.0, 10171.0, 10142.0, 10141.0, 10143.0, 10172.0, 10151.0, 10169.0, 10224.0, 10170.0, 10139.0, 10156.0, 10179.0, 10158.0, 10272.0, 10174.0, 10237.0, 10199.0, 10207.0, 10149.0, 10161.0, 10164.0, 10191.0, 10165.0, 10145.0, 10166.0, 10178.0, 10181.0, 10173.0, 10198.0, 10220.0, 10201.0, 10147.0, 10175.0, 10208.0, 10175.0, 10274.0, 10242.0, 10184.0, 10177.0, 10224.0, 10155.0, 10248.0, 10191.0, 10184.0, 10147.0, 10199.0, 10152.0, 10201.0, 10151.0, 10171.0, 10149.0, 10159.0, 10151.0, 10188.0, 10155.0, 10176.0, 10143.0, 10127.0, 10151.0, 10131.0, 10183.0, 10150.0, 10215.0, 10132.0, 10198.0, 10145.0, 10184.0, 10142.0, 10228.0, 10182.0, 10238.0, 10125.0, 10187.0, 10125.0, 10193.0, 10136.0, 10232.0, 10148.0, 10216.0, 10141.0, 10192.0, 10160.0, 10234.0, 10187.0, 10152.0, 10155.0, 10126.0, 10150.0, 10149.0, 10191.0, 10145.0, 10236.0, 10141.0, 10191.0, 10158.0, 10208.0, 10160.0, 10237.0, 10171.0, 10142.0, 10159.0, 10146.0, 10188.0, 10139.0, 10246.0, 10146.0, 10210.0, 10146.0, 10213.0, 10162.0, 10245.0, 10197.0, 10233.0, 10119.0, 10202.0, 10153.0, 10224.0, 10152.0, 10223.0, 10133.0, 10195.0, 10132.0, 10168.0, 10121.0, 10187.0, 10138.0, 10200.0, 10137.0, 10167.0, 10142.0, 10181.0, 10148.0, 10194.0, 10158.0, 10218.0, 10158.0, 10205.0, 10158.0, 10225.0, 10146.0, 10249.0, 10155.0, 10198.0, 10133.0, 10188.0, 10108.0, 10192.0, 10134.0, 10207.0, 10139.0, 10234.0, 10125.0, 10188.0, 10131.0, 10162.0, 10124.0, 10163.0, 10142.0, 10171.0, 10147.0, 10176.0, 10150.0, 10140.0, 10111.0, 10153.0, 10128.0, 10189.0, 10127.0, 10203.0, 10169.0, 10151.0, 10167.0, 10173.0, 10261.0, 10204.0, 10263.0, 10236.0, 10160.0, 10190.0, 10209.0, 10175.0, 10268.0, 10238.0, 10248.0, 10203.0, 10118.0, 10150.0, 10148.0, 10174.0, 10237.0, 10169.0, 10125.0, 10142.0, 10128.0, 10171.0, 10158.0, 10194.0, 10256.0, 10179.0, 10183.0, 10155.0, 10143.0, 10160.0, 10131.0, 10177.0, 10275.0, 10176.0, 10239.0, 10170.0, 10211.0, 10162.0, 10238.0, 10163.0, 10246.0, 10181.0, 10256.0, 10203.0, 10238.0, 10158.0, 10215.0, 10175.0, 10223.0, 10172.0, 10229.0, 10142.0, 10192.0, 10143.0, 10182.0, 10148.0, 10212.0, 10179.0, 10227.0, 10164.0, 10212.0, 10166.0, 10236.0, 10190.0, 10225.0, 10159.0, 10207.0, 10143.0, 10193.0, 10148.0, 10212.0, 10157.0, 10253.0, 10179.0, 10209.0, 10129.0, 10188.0, 10145.0, 10206.0, 10152.0, 10233.0, 10136.0, 10170.0, 10122.0, 10199.0, 10145.0, 10233.0, 10152.0, 10194.0, 10130.0, 10188.0, 10157.0, 10231.0, 10190.0, 10223.0, 10148.0, 10177.0, 10150.0, 10230.0, 10162.0, 10187.0, 10148.0, 10117.0, 10147.0, 10130.0, 10145.0, 10123.0, 10191.0, 10121.0, 10160.0, 10122.0, 10191.0, 10136.0, 10229.0, 10185.0, 10228.0, 10139.0, 10196.0, 10143.0, 10234.0, 10166.0, 10213.0, 10174.0, 10115.0, 10118.0, 10117.0, 10175.0, 10123.0, 10174.0, 10132.0, 10171.0, 10106.0, 10142.0, 10130.0, 10151.0, 10135.0, 10183.0, 10112.0, 10146.0, 10102.0, 10146.0, 10157.0, 10138.0, 10101.0, 10118.0, 10104.0, 10119.0, 10104.0, 10128.0, 10149.0, 10172.0, 10149.0, 10200.0, 10162.0, 10185.0, 10167.0, 10221.0, 10171.0, 10251.0, 10197.0, 10228.0, 10175.0, 10242.0, 10175.0, 10259.0, 10202.0, 10253.0, 10186.0, 10231.0, 10119.0, 10134.0, 10116.0, 10132.0, 10116.0, 10120.0, 10121.0, 10124.0, 10114.0, 10128.0, 10144.0, 10166.0, 10144.0, 10192.0, 10150.0, 10193.0, 10117.0, 10235.0, 10158.0, 10260.0, 10157.0, 10195.0, 10138.0, 10182.0, 10250.0, 10165.0, 10214.0, 10150.0, 10119.0, 10143.0, 10150.0, 10174.0, 10251.0, 10181.0, 10205.0, 10161.0, 10203.0, 10154.0, 10236.0, 10170.0, 10235.0, 10210.0, 10201.0, 10163.0, 10186.0, 10164.0, 10251.0, 10192.0, 10212.0, 10168.0, 10118.0, 10135.0, 10108.0, 10171.0, 10137.0, 10206.0, 10120.0, 10146.0, 10130.0, 10150.0, 10112.0, 10192.0, 10119.0, 10200.0, 10118.0, 10170.0, 10122.0, 10202.0, 10121.0, 10200.0, 10119.0, 10143.0, 10108.0, 10150.0, 10129.0, 10178.0, 10119.0, 10163.0, 10112.0, 10151.0, 10126.0, 10158.0, 10130.0, 10209.0, 10124.0, 10179.0, 10137.0, 10194.0, 10147.0, 10215.0, 10151.0, 10213.0, 10149.0, 10193.0, 10144.0, 10210.0, 10141.0, 10213.0, 10160.0, 10220.0, 10159.0, 10200.0, 10159.0, 10209.0, 10147.0, 10236.0, 10153.0, 10231.0, 10115.0, 10172.0, 10120.0, 10160.0, 10120.0, 10142.0, 10136.0, 10146.0, 10117.0, 10135.0, 10123.0, 10146.0, 10173.0, 10155.0, 10133.0, 10152.0, 10150.0, 10168.0, 10221.0, 10183.0, 10277.0, 10232.0, 10239.0, 10171.0, 10256.0, 10137.0, 10219.0, 10185.0, 10198.0, 10165.0, 10193.0, 10136.0, 10138.0, 10129.0, 10153.0, 10177.0, 10156.0, 10203.0, 10148.0, 10177.0, 10142.0, 10199.0, 10134.0, 10166.0, 10133.0, 10178.0, 10133.0, 10157.0, 10132.0, 10177.0, 10231.0, 10169.0, 10229.0, 10166.0, 10215.0, 10167.0, 10223.0, 10151.0, 10237.0, 10243.0, 10201.0, 10251.0, 10171.0, 10248.0, 10139.0, 10205.0, 10129.0, 10186.0, 10193.0, 10171.0, 10117.0, 10155.0, 10139.0, 10151.0, 10249.0, 10165.0, 10225.0, 10191.0, 10241.0, 10148.0, 10196.0, 10131.0, 10179.0, 10239.0, 10168.0, 10253.0, 10225.0, 10217.0, 10139.0, 10216.0, 10138.0, 10191.0, 10135.0, 10181.0, 10129.0, 10177.0, 10130.0, 10166.0, 10129.0, 10159.0, 10154.0, 10172.0, 10168.0, 10235.0, 10164.0, 10237.0, 10201.0, 10265.0, 10209.0, 10195.0, 10260.0, 10219.0, 10285.0, 10257.0, 10209.0, 10264.0, 10174.0, 10283.0, 10210.0, 10281.0, 10244.0, 10272.0, 10181.0, 10139.0, 10172.0, 10251.0, 10154.0, 10234.0, 10153.0, 10139.0, 10165.0, 10159.0, 10184.0, 10179.0, 10226.0, 10184.0, 10258.0, 10179.0, 10175.0, 10195.0, 10248.0, 10206.0, 10242.0, 10197.0, 10232.0, 10140.0, 10188.0, 10141.0, 10207.0, 10144.0, 10236.0, 10156.0, 10233.0, 10157.0, 10220.0, 10165.0, 10237.0, 10213.0, 10232.0, 10165.0, 10174.0, 10165.0, 10219.0, 10166.0, 10181.0, 10191.0, 10120.0, 10097.0, 10137.0, 10174.0, 10140.0, 10206.0, 10174.0, 10236.0, 10170.0, 10143.0, 10168.0, 10202.0, 10156.0, 10255.0, 10197.0, 10231.0, 10152.0, 10160.0, 10146.0, 10181.0, 10130.0, 10154.0, 10147.0, 10153.0, 10192.0, 10175.0, 10185.0, 10139.0, 10155.0, 10158.0, 10175.0, 10186.0, 10183.0, 10223.0, 10180.0, 10228.0, 10178.0, 10226.0, 10179.0, 10234.0, 10135.0, 10232.0, 10160.0, 10199.0, 10193.0, 10173.0, 10275.0, 10199.0, 10254.0, 10241.0, 10224.0, 10150.0, 10186.0, 10144.0, 10199.0, 10180.0, 10211.0, 10136.0, 10186.0, 10138.0, 10144.0, 10128.0, 10179.0, 10127.0, 10163.0, 10170.0, 10135.0, 10243.0, 10164.0, 10168.0, 10120.0, 10125.0, 10174.0, 10114.0, 10141.0, 10125.0, 10137.0, 10140.0, 10154.0, 10143.0, 10161.0, 10160.0, 10182.0, 10264.0, 10200.0, 10208.0, 10152.0, 10168.0, 10093.0, 10156.0, 10222.0, 10159.0, 10220.0, 10156.0, 10212.0, 10173.0, 10152.0, 10216.0, 10140.0, 10177.0, 10158.0, 10185.0, 10167.0, 10211.0, 10193.0, 10231.0, 10209.0, 10189.0, 10216.0, 10256.0, 10218.0, 10254.0, 10267.0, 10268.0, 10231.0, 10179.0, 10206.0, 10172.0, 10256.0, 10202.0, 10272.0, 10244.0, 10189.0, 10257.0, 10175.0, 10249.0, 10153.0, 10220.0, 10209.0, 10248.0, 10219.0, 10208.0, 10154.0, 10123.0, 10143.0, 10198.0, 10156.0, 10111.0, 10165.0, 10115.0, 10151.0, 10133.0, 10187.0, 10099.0, 10189.0, 10141.0, 10153.0, 10155.0, 10160.0, 10175.0, 10180.0, 10209.0, 10217.0, 10162.0, 10243.0, 10173.0, 10239.0, 10180.0, 10258.0, 10243.0, 10220.0, 10191.0, 10125.0, 10146.0, 10153.0, 10230.0, 10186.0, 10244.0, 10143.0, 10194.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.00043519105312208765</td></tr>
<tr><td colspan=3>aqi</td><td>0.018673219105312208</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.383913755550395</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2627854745615679</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.991425396352612</td></tr>
<tr><td colspan=3>efc</td><td>0.4743</td></tr>
<tr><td colspan=3>fber</td><td>6817.2578</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07211677518038719</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5591798695246971</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4147876496296865</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3649097617979757</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6365273007766543</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2429258863144295</td></tr>
<tr><td colspan=3>gcor</td><td>0.00945547</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023088911548256874</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03216997906565666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.850946345449585</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>35.3616</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2963</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.6058</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.2169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3743</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.2265</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3832.181</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1047.5279</td></tr>
<tr><td colspan=3>tsnr</td><td>43.798282330390066</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>