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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:53:28.195000</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.999637, -0.0190852, 0.0190337, 0.019194, 0.9998, -0.0055544]</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.0822377</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7239, 714, -51, -84, -66, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.593</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc830c7f-daba-4d79-b29a-742fcef872e7||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.6819519996643066, 0.051496196538209915, 0.05109459161758423, 107.78429412841797], [0.05120407044887543, 2.6823911666870117, -0.01597782038152218, -89.27147674560547], [0.05106610432267189, 0.014902036637067795, 2.6994690895080566, -64.20228576660156], [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': ['165328.195000', '165328.655000', '165329.115000', '165329.575000', '165330.035000', '165330.495000', '165330.955000', '165331.415000', '165331.875000', '165332.335000', '165332.795000', '165333.255000', '165333.715000', '165334.175000', '165334.635000', '165335.095000', '165335.555000', '165336.015000', '165336.475000', '165336.935000', '165337.395000', '165337.855000', '165338.315000', '165338.775000', '165339.235000', '165339.695000', '165340.155000', '165340.615000', '165341.075000', '165341.535000', '165341.995000', '165342.455000', '165342.915000', '165343.375000', '165343.835000', '165344.295000', '165344.755000', '165345.215000', '165345.675000', '165346.135000', '165346.595000', '165347.055000', '165347.515000', '165347.975000', '165348.435000', '165348.895000', '165349.355000', '165349.815000', '165350.275000', '165350.735000', '165351.195000', '165351.655000', '165352.115000', '165352.575000', '165353.035000', '165353.495000', '165353.955000', '165354.415000', '165354.875000', '165355.335000', '165355.795000', '165356.255000', '165356.715000', '165357.175000', '165357.635000', '165358.095000', '165358.555000', '165359.015000', '165359.475000', '165359.935000', '165400.395000', '165400.855000', '165401.315000', '165401.775000', '165402.235000', '165402.695000', '165403.155000', '165403.615000', '165404.075000', '165404.535000', '165404.995000', '165405.455000', '165405.915000', '165406.375000', '165406.835000', '165407.295000', '165407.755000', '165408.215000', '165408.675000', '165409.135000', '165409.595000', '165410.055000', '165410.515000', '165410.975000', '165411.435000', '165411.895000', '165412.355000', '165412.815000', '165413.275000', '165413.735000', '165414.195000', '165414.655000', '165415.115000', '165415.575000', '165416.035000', '165416.495000', '165416.955000', '165417.415000', '165417.875000', '165418.335000', '165418.795000', '165419.255000', '165419.715000', '165420.175000', '165420.635000', '165421.095000', '165421.555000', '165422.015000', '165422.475000', '165422.935000', '165423.395000', '165423.855000', '165424.315000', '165424.775000', '165425.235000', '165425.695000', '165426.155000', '165426.615000', '165427.075000', '165427.535000', '165427.995000', '165428.455000', '165428.915000', '165429.375000', '165429.835000', '165430.295000', '165430.755000', '165431.215000', '165431.675000', '165432.135000', '165432.595000', '165433.055000', '165433.515000', '165433.975000', '165434.435000', '165434.895000', '165435.355000', '165435.815000', '165436.275000', '165436.735000', '165437.195000', '165437.655000', '165438.115000', '165438.575000', '165439.035000', '165439.495000', '165439.955000', '165440.415000', '165440.875000', '165441.335000', '165441.795000', '165442.255000', '165442.715000', '165443.175000', '165443.635000', '165444.095000', '165444.555000', '165445.015000', '165445.475000', '165445.935000', '165446.395000', '165446.855000', '165447.315000', '165447.775000', '165448.235000', '165448.695000', '165449.155000', '165449.615000', '165450.075000', '165450.535000', '165450.995000', '165451.455000', '165451.915000', '165452.375000', '165452.835000', '165453.295000', '165453.755000', '165454.215000', '165454.675000', '165455.135000', '165455.595000', '165456.055000', '165456.515000', '165456.975000', '165457.435000', '165457.895000', '165458.355000', '165458.815000', '165459.275000', '165459.735000', '165500.195000', '165500.655000', '165501.115000', '165501.575000', '165502.035000', '165502.495000', '165502.955000', '165503.415000', '165503.875000', '165504.335000', '165504.795000', '165505.255000', '165505.715000', '165506.175000', '165506.635000', '165507.095000', '165507.555000', '165508.015000', '165508.475000', '165508.935000', '165509.395000', '165509.855000', '165510.315000', '165510.775000', '165511.235000', '165511.695000', '165512.155000', '165512.615000', '165513.075000', '165513.535000', '165513.995000', '165514.455000', '165514.915000', '165515.375000', '165515.835000', '165516.295000', '165516.755000', '165517.215000', '165517.675000', '165518.135000', '165518.595000', '165519.055000', '165519.515000', '165519.975000', '165520.435000', '165520.895000', '165521.355000', '165521.815000', '165522.275000', '165522.735000', '165523.195000', '165523.655000', '165524.115000', '165524.575000', '165525.035000', '165525.495000', '165525.955000', '165526.415000', '165526.875000', '165527.335000', '165527.795000', '165528.255000', '165528.715000', '165529.175000', '165529.635000', '165530.095000', '165530.555000', '165531.015000', '165531.475000', '165531.935000', '165532.395000', '165532.855000', '165533.315000', '165533.775000', '165534.235000', '165534.695000', '165535.155000', '165535.615000', '165536.075000', '165536.535000', '165536.995000', '165537.455000', '165537.915000', '165538.375000', '165538.835000', '165539.295000', '165539.755000', '165540.215000', '165540.675000', '165541.135000', '165541.595000', '165542.055000', '165542.515000', '165542.975000', '165543.435000', '165543.895000', '165544.355000', '165544.815000', '165545.275000', '165545.735000', '165546.195000', '165546.655000', '165547.115000', '165547.575000', '165548.035000', '165548.495000', '165548.955000', '165549.415000', '165549.875000', '165550.335000', '165550.795000', '165551.255000', '165551.715000', '165552.175000', '165552.635000', '165553.095000', '165553.555000', '165554.015000', '165554.475000', '165554.935000', '165555.395000', '165555.855000', '165556.315000', '165556.775000', '165557.235000', '165557.695000', '165558.155000', '165558.615000', '165559.075000', '165559.535000', '165559.995000', '165600.455000', '165600.915000', '165601.375000', '165601.835000', '165602.295000', '165602.755000', '165603.215000', '165603.675000', '165604.135000', '165604.595000', '165605.055000', '165605.515000', '165605.975000', '165606.435000', '165606.895000', '165607.355000', '165607.815000', '165608.275000', '165608.735000', '165609.195000', '165609.655000', '165610.115000', '165610.575000', '165611.035000', '165611.495000', '165611.955000', '165612.415000', '165612.875000', '165613.335000', '165613.795000', '165614.255000', '165614.715000', '165615.175000', '165615.635000', '165616.095000', '165616.555000', '165617.015000', '165617.475000', '165617.935000', '165618.395000', '165618.855000', '165619.315000', '165619.775000', '165620.235000', '165620.695000', '165621.155000', '165621.615000', '165622.075000', '165622.535000', '165622.995000', '165623.455000', '165623.915000', '165624.375000', '165624.835000', '165625.295000', '165625.755000', '165626.215000', '165626.675000', '165627.135000', '165627.595000', '165628.055000', '165628.515000', '165628.975000', '165629.435000', '165629.895000', '165630.355000', '165630.815000', '165631.275000', '165631.735000', '165632.195000', '165632.655000', '165633.115000', '165633.575000', '165634.035000', '165634.495000', '165634.955000', '165635.415000', '165635.875000', '165636.335000', '165636.795000', '165637.255000', '165637.715000', '165638.175000', '165638.635000', '165639.095000', '165639.555000', '165640.015000', '165640.475000', '165640.935000', '165641.395000', '165641.855000', '165642.315000', '165642.775000', '165643.235000', '165643.695000', '165644.155000', '165644.615000', '165645.075000', '165645.535000', '165645.995000', '165646.455000', '165646.915000', '165647.375000', '165647.835000', '165648.295000', '165648.755000', '165649.215000', '165649.675000', '165650.135000', '165650.595000', '165651.055000', '165651.515000', '165651.975000', '165652.435000', '165652.895000', '165653.355000', '165653.815000', '165654.275000', '165654.735000', '165655.195000', '165655.655000', '165656.115000', '165656.575000', '165657.035000', '165657.495000', '165657.955000', '165658.415000', '165658.875000', '165659.335000', '165659.795000', '165700.255000', '165700.715000', '165701.175000', '165701.635000', '165702.095000', '165702.555000', '165703.015000', '165703.475000', '165703.935000', '165704.395000', '165704.855000', '165705.315000', '165705.775000', '165706.235000', '165706.695000', '165707.155000', '165707.615000', '165708.075000', '165708.535000', '165708.995000', '165709.455000', '165709.915000', '165710.375000', '165710.835000', '165711.295000', '165711.755000', '165712.215000', '165712.675000', '165713.135000', '165713.595000', '165714.055000', '165714.515000', '165714.975000', '165715.435000', '165715.895000', '165716.355000', '165716.815000', '165717.275000', '165717.735000', '165718.195000', '165718.655000', '165719.115000', '165719.575000', '165720.035000', '165720.495000', '165720.955000', '165721.415000', '165721.875000', '165722.335000', '165722.795000', '165723.255000', '165723.715000', '165724.175000', '165724.635000', '165725.095000', '165725.555000', '165726.015000', '165726.475000', '165726.935000', '165727.395000', '165727.855000', '165728.315000', '165728.775000', '165729.235000', '165729.695000', '165730.155000', '165730.615000', '165731.075000', '165731.535000', '165731.995000', '165732.455000', '165732.915000', '165733.375000', '165733.835000', '165734.295000', '165734.755000', '165735.215000', '165735.675000', '165736.135000', '165736.595000', '165737.055000', '165737.515000', '165737.975000', '165738.435000', '165738.895000', '165739.355000', '165739.815000', '165740.275000', '165740.735000', '165741.195000', '165741.655000', '165742.115000', '165742.575000', '165743.035000', '165743.495000', '165743.955000', '165744.415000', '165744.875000', '165745.335000', '165745.795000', '165746.255000', '165746.715000', '165747.175000', '165747.635000', '165748.095000', '165748.555000', '165749.015000', '165749.475000', '165749.935000', '165750.395000', '165750.855000', '165751.315000', '165751.775000', '165752.235000', '165752.695000', '165753.155000', '165753.615000', '165754.075000', '165754.535000', '165754.995000', '165755.455000', '165755.915000', '165756.375000', '165756.835000', '165757.295000', '165757.755000', '165758.215000', '165758.675000', '165759.135000', '165759.595000', '165800.055000', '165800.515000', '165800.975000', '165801.435000', '165801.895000', '165802.355000', '165802.815000', '165803.275000', '165803.735000', '165804.195000', '165804.655000', '165805.115000', '165805.575000', '165806.035000', '165806.495000', '165806.955000', '165807.415000', '165807.875000', '165808.335000', '165808.795000', '165809.255000', '165809.715000', '165810.175000', '165810.635000', '165811.095000', '165811.555000', '165812.015000', '165812.475000', '165812.935000', '165813.395000', '165813.855000', '165814.315000', '165814.775000', '165815.235000', '165815.695000', '165816.155000', '165816.615000', '165817.075000', '165817.535000', '165817.995000', '165818.455000', '165818.915000', '165819.375000', '165819.835000', '165820.295000', '165820.755000', '165821.215000', '165821.675000', '165822.135000', '165822.595000', '165823.055000', '165823.515000', '165823.975000', '165824.435000', '165824.895000', '165825.355000', '165825.815000', '165826.275000', '165826.735000', '165827.195000', '165827.655000', '165828.115000', '165828.575000', '165829.035000', '165829.495000', '165829.955000', '165830.415000', '165830.875000', '165831.335000', '165831.795000', '165832.255000', '165832.715000', '165833.175000', '165833.635000', '165834.095000', '165834.555000', '165835.015000', '165835.475000', '165835.935000', '165836.395000', '165836.855000', '165837.315000', '165837.775000', '165838.235000', '165838.695000', '165839.155000', '165839.615000', '165840.075000', '165840.535000', '165840.995000', '165841.455000', '165841.915000', '165842.375000', '165842.835000', '165843.295000', '165843.755000', '165844.215000', '165844.675000', '165845.135000', '165845.595000', '165846.055000', '165846.515000', '165846.975000', '165847.435000', '165847.895000', '165848.355000', '165848.815000', '165849.275000', '165849.735000', '165850.195000', '165850.655000', '165851.115000', '165851.575000', '165852.035000', '165852.495000', '165852.955000', '165853.415000', '165853.875000', '165854.335000', '165854.795000', '165855.255000', '165855.715000', '165856.175000', '165856.635000', '165857.095000', '165857.555000', '165858.015000', '165858.475000', '165858.935000', '165859.395000', '165859.855000', '165900.315000', '165900.775000', '165901.235000', '165901.695000', '165902.155000', '165902.615000', '165903.075000', '165903.535000', '165903.995000', '165904.455000', '165904.915000', '165905.375000', '165905.835000', '165906.295000', '165906.755000', '165907.215000', '165907.675000', '165908.135000', '165908.595000', '165909.055000', '165909.515000', '165909.975000', '165910.435000', '165910.895000', '165911.355000', '165911.815000', '165912.275000', '165912.735000', '165913.195000', '165913.655000', '165914.115000', '165914.575000', '165915.035000', '165915.495000', '165915.955000', '165916.415000', '165916.875000', '165917.335000', '165917.795000', '165918.255000', '165918.715000', '165919.175000', '165919.635000', '165920.095000', '165920.555000', '165921.015000', '165921.475000', '165921.935000', '165922.395000', '165922.855000', '165923.315000', '165923.775000', '165924.235000', '165924.695000', '165925.155000', '165925.615000', '165926.075000', '165926.535000', '165926.995000', '165927.455000', '165927.915000', '165928.375000', '165928.835000', '165929.295000', '165929.755000', '165930.215000', '165930.675000', '165931.135000', '165931.595000', '165932.055000', '165932.515000', '165932.975000', '165933.435000', '165933.895000', '165934.355000', '165934.815000', '165935.275000', '165935.735000', '165936.195000', '165936.655000', '165937.115000', '165937.575000', '165938.035000', '165938.495000', '165938.955000', '165939.415000', '165939.875000', '165940.335000', '165940.795000', '165941.255000', '165941.715000', '165942.175000', '165942.635000', '165943.095000', '165943.555000', '165944.015000', '165944.475000', '165944.935000', '165945.395000', '165945.855000', '165946.315000', '165946.775000', '165947.235000', '165947.695000', '165948.155000', '165948.615000', '165949.075000', '165949.535000', '165949.995000', '165950.455000', '165950.915000', '165951.375000', '165951.835000', '165952.295000', '165952.755000', '165953.215000', '165953.675000', '165954.135000', '165954.595000', '165955.055000', '165955.515000', '165955.975000', '165956.435000', '165956.895000', '165957.355000', '165957.815000', '165958.275000', '165958.735000', '165959.195000', '165959.655000', '170000.115000', '170000.575000', '170001.035000', '170001.495000', '170001.955000', '170002.415000', '170002.875000', '170003.335000', '170003.795000', '170004.255000', '170004.715000', '170005.175000', '170005.635000', '170006.095000', '170006.555000', '170007.015000', '170007.475000', '170007.935000', '170008.395000', '170008.855000', '170009.315000', '170009.775000', '170010.235000', '170010.695000', '170011.155000', '170011.615000', '170012.075000', '170012.535000', '170012.995000', '170013.455000', '170013.915000', '170014.375000', '170014.835000', '170015.295000', '170015.755000', '170016.215000', '170016.675000', '170017.135000', '170017.595000', '170018.055000', '170018.515000', '170018.975000', '170019.435000', '170019.895000', '170020.355000', '170020.815000', '170021.275000', '170021.735000', '170022.195000', '170022.655000', '170023.115000', '170023.575000', '170024.035000', '170024.495000', '170024.955000', '170025.415000', '170025.875000', '170026.335000', '170026.795000', '170027.255000', '170027.715000', '170028.175000', '170028.635000', '170029.095000', '170029.555000', '170030.015000', '170030.475000', '170030.935000', '170031.395000', '170031.855000', '170032.315000', '170032.775000', '170033.235000', '170033.695000', '170034.155000', '170034.615000', '170035.075000', '170035.535000', '170035.995000', '170036.455000', '170036.915000', '170037.375000', '170037.835000', '170038.295000', '170038.755000', '170039.215000', '170039.675000', '170040.135000', '170040.595000', '170041.055000', '170041.515000', '170041.975000', '170042.435000', '170042.895000', '170043.355000', '170043.815000', '170044.275000', '170044.735000', '170045.195000', '170045.655000', '170046.115000', '170046.575000', '170047.035000', '170047.495000', '170047.955000', '170048.415000', '170048.875000', '170049.335000', '170049.795000', '170050.255000', '170050.715000', '170051.175000', '170051.635000', '170052.095000', '170052.555000', '170053.015000', '170053.475000', '170053.935000', '170054.395000', '170054.855000', '170055.315000', '170055.775000', '170056.235000', '170056.695000', '170057.155000', '170057.615000', '170058.075000', '170058.535000', '170058.995000', '170059.455000', '170059.915000', '170100.375000', '170100.835000', '170101.295000', '170101.755000', '170102.215000', '170102.675000', '170103.135000', '170103.595000', '170104.055000', '170104.515000', '170104.975000', '170105.435000', '170105.895000', '170106.355000', '170106.815000', '170107.275000', '170107.735000', '170108.195000', '170108.655000', '170109.115000', '170109.575000', '170110.035000', '170110.495000', '170110.955000', '170111.415000', '170111.875000', '170112.335000', '170112.795000', '170113.255000', '170113.715000', '170114.175000', '170114.635000', '170115.095000', '170115.555000', '170116.015000', '170116.475000', '170116.935000', '170117.395000', '170117.855000', '170118.315000', '170118.775000', '170119.235000', '170119.695000', '170120.155000', '170120.615000', '170121.075000', '170121.535000', '170121.995000', '170122.455000', '170122.915000', '170123.375000', '170123.835000', '170124.295000', '170124.755000', '170125.215000', '170125.675000', '170126.135000', '170126.595000', '170127.055000', '170127.515000', '170127.975000', '170128.435000', '170128.895000', '170129.355000', '170129.815000', '170130.275000', '170130.735000', '170131.195000', '170131.655000', '170132.115000', '170132.575000', '170133.035000', '170133.495000', '170133.955000', '170134.415000', '170134.875000', '170135.335000', '170135.795000', '170136.255000', '170136.715000', '170137.175000', '170137.635000', '170138.095000', '170138.555000', '170139.015000', '170139.475000', '170139.935000', '170140.395000', '170140.855000', '170141.315000'], 'ContentTime': ['165355.382000', '165355.386000', '165355.389000', '165355.391000', '165355.394000', '165355.397000', '165355.399000', '165355.402000', '165355.404000', '165355.407000', '165355.410000', '165355.412000', '165355.415000', '165355.418000', '165355.420000', '165355.431000', '165355.434000', '165355.437000', '165355.439000', '165355.442000', '165355.444000', '165355.447000', '165355.450000', '165355.452000', '165355.455000', '165355.458000', '165355.460000', '165355.463000', '165355.465000', '165355.468000', '165355.471000', '165355.473000', '165355.476000', '165355.478000', '165355.481000', '165355.484000', '165355.486000', '165355.489000', '165355.491000', '165355.494000', '165355.497000', '165355.499000', '165355.502000', '165355.504000', '165355.507000', '165355.510000', '165355.512000', '165355.515000', '165355.517000', '165355.520000', '165355.523000', '165355.525000', '165355.528000', '165355.530000', '165355.533000', '165355.537000', '165355.539000', '165415.340000', '165415.343000', '165415.345000', '165415.348000', '165415.350000', '165415.353000', '165415.356000', '165415.358000', '165415.361000', '165415.364000', '165415.366000', '165415.369000', '165415.378000', '165415.381000', '165415.383000', '165415.386000', '165415.389000', '165415.391000', '165415.394000', '165415.396000', '165415.399000', '165415.402000', '165415.404000', '165415.407000', '165415.409000', '165415.412000', '165415.415000', '165415.417000', '165415.420000', '165415.423000', '165415.425000', '165415.428000', '165415.430000', '165415.433000', '165415.436000', '165415.438000', '165415.441000', '165415.444000', '165415.446000', '165415.449000', '165415.451000', '165415.454000', '165415.457000', '165435.339000', '165435.342000', '165435.345000', '165435.348000', '165435.350000', '165435.353000', '165435.356000', '165435.358000', '165435.361000', '165435.363000', '165435.366000', '165435.369000', '165435.372000', '165435.375000', '165435.378000', '165435.381000', '165435.384000', '165435.386000', '165435.389000', '165435.392000', '165435.394000', '165435.397000', '165435.400000', '165435.402000', '165435.405000', '165435.407000', '165435.410000', '165435.413000', '165435.416000', '165435.418000', '165435.421000', '165435.423000', '165435.426000', '165435.429000', '165435.431000', '165435.434000', '165435.437000', '165435.439000', '165435.442000', '165435.445000', '165435.447000', '165435.450000', '165435.453000', '165435.455000', '165455.340000', '165455.342000', '165455.345000', '165455.348000', '165455.350000', '165455.353000', '165455.362000', '165455.364000', '165455.367000', '165455.369000', '165455.372000', '165455.375000', '165455.377000', '165455.380000', '165455.382000', '165455.385000', '165455.388000', '165455.390000', '165455.393000', '165455.395000', '165455.398000', '165455.400000', '165455.403000', '165455.406000', '165455.408000', '165455.411000', '165455.413000', '165455.416000', '165455.419000', '165455.421000', '165455.424000', '165455.426000', '165455.429000', '165455.431000', '165455.434000', '165455.436000', '165455.439000', '165455.442000', '165455.444000', '165455.447000', '165455.450000', '165455.452000', '165455.455000', '165515.340000', '165515.342000', '165515.345000', '165515.348000', '165515.351000', '165515.353000', '165515.356000', '165515.359000', '165515.361000', '165515.364000', '165515.367000', '165515.370000', '165515.372000', '165515.391000', '165515.393000', '165515.396000', '165515.398000', '165515.401000', '165515.404000', '165515.406000', '165515.409000', '165515.412000', '165515.414000', '165515.417000', '165515.420000', '165515.422000', '165515.425000', '165515.427000', '165515.430000', '165515.433000', '165515.435000', '165515.438000', '165515.441000', '165515.443000', '165515.446000', '165515.449000', '165515.451000', '165515.454000', '165515.456000', '165515.459000', '165515.462000', '165515.464000', '165515.467000', '165535.339000', '165535.342000', '165535.345000', '165535.347000', '165535.350000', '165535.353000', '165535.355000', '165535.358000', '165535.360000', '165535.363000', '165535.366000', '165535.368000', '165535.371000', '165535.373000', '165535.376000', '165535.378000', '165535.381000', '165535.384000', '165535.386000', '165535.389000', '165535.391000', '165535.396000', '165535.399000', '165535.402000', '165535.404000', '165535.407000', '165535.409000', '165535.412000', '165535.415000', '165535.417000', '165535.420000', '165535.422000', '165535.430000', '165535.432000', '165535.435000', '165535.438000', '165535.441000', '165535.443000', '165535.446000', '165535.448000', '165535.451000', '165535.454000', '165535.456000', '165535.459000', '165555.339000', '165555.342000', '165555.345000', '165555.347000', '165555.350000', '165555.352000', '165555.355000', '165555.357000', '165555.361000', '165555.364000', '165555.367000', '165555.370000', '165555.372000', '165555.375000', '165555.377000', '165555.380000', '165555.383000', '165555.385000', '165555.388000', '165555.391000', '165555.393000', '165555.396000', '165555.398000', '165555.426000', '165555.429000', '165555.432000', '165555.434000', '165555.437000', '165555.440000', '165555.443000', '165555.445000', '165555.448000', '165555.450000', '165555.453000', '165555.456000', '165555.458000', '165555.461000', '165555.463000', '165555.466000', '165555.468000', '165555.471000', '165555.474000', '165555.476000', '165615.339000', '165615.342000', '165615.345000', '165615.348000', '165615.351000', '165615.354000', '165615.356000', '165615.359000', '165615.362000', '165615.365000', '165615.367000', '165615.370000', '165615.373000', '165615.375000', '165615.378000', '165615.381000', '165615.383000', '165615.386000', '165615.388000', '165615.391000', '165615.394000', '165615.396000', '165615.399000', '165615.402000', '165615.405000', '165615.408000', '165615.411000', '165615.413000', '165615.416000', '165615.418000', '165615.421000', '165615.424000', '165615.427000', '165615.429000', '165615.432000', '165615.435000', '165615.437000', '165615.440000', '165615.442000', '165615.445000', '165615.448000', '165615.450000', '165615.453000', '165615.456000', '165635.340000', '165635.343000', '165635.345000', '165635.348000', '165635.350000', '165635.353000', '165635.356000', '165635.358000', '165635.361000', '165635.364000', '165635.366000', '165635.369000', '165635.372000', '165635.374000', '165635.377000', '165635.380000', '165635.382000', '165635.385000', '165635.388000', '165635.391000', '165635.393000', '165635.396000', '165635.399000', '165635.402000', '165635.404000', '165635.407000', '165635.410000', '165635.412000', '165635.415000', '165635.418000', '165635.420000', '165635.423000', '165635.426000', '165635.428000', '165635.431000', '165635.434000', '165635.437000', '165635.439000', '165635.442000', '165635.445000', '165635.447000', '165635.450000', '165635.452000', '165655.340000', '165655.342000', '165655.345000', '165655.348000', '165655.350000', '165655.353000', '165655.356000', '165655.359000', '165655.361000', '165655.364000', '165655.366000', '165655.369000', '165655.372000', '165655.374000', '165655.377000', '165655.380000', '165655.382000', '165655.385000', '165655.387000', '165655.399000', '165655.401000', '165655.404000', '165655.407000', '165655.409000', '165655.412000', '165655.415000', '165655.417000', '165655.420000', '165655.422000', '165655.425000', '165655.428000', '165655.430000', '165655.433000', '165655.436000', '165655.438000', '165655.441000', '165655.444000', '165655.446000', '165655.449000', '165655.451000', '165655.454000', '165655.457000', '165655.460000', '165655.462000', '165715.340000', '165715.342000', '165715.345000', '165715.348000', '165715.351000', '165715.353000', '165715.356000', '165715.358000', '165715.361000', '165715.364000', '165715.366000', '165715.369000', '165715.372000', '165715.374000', '165715.377000', '165715.379000', '165715.382000', '165715.385000', '165715.387000', '165715.390000', '165715.393000', '165715.395000', '165715.398000', '165715.400000', '165715.403000', '165715.406000', '165715.408000', '165715.411000', '165715.414000', '165715.416000', '165715.419000', '165715.422000', '165715.425000', '165715.428000', '165715.431000', '165715.434000', '165715.436000', '165715.439000', '165715.441000', '165715.444000', '165715.447000', '165715.449000', '165715.453000', '165735.340000', '165735.343000', '165735.346000', '165735.348000', '165735.351000', '165735.364000', '165735.367000', '165735.369000', '165735.372000', '165735.375000', '165735.377000', '165735.380000', '165735.382000', '165735.385000', '165735.388000', '165735.390000', '165735.393000', '165735.396000', '165735.398000', '165735.401000', '165735.404000', '165735.406000', '165735.409000', '165735.412000', '165735.414000', '165735.417000', '165735.420000', '165735.422000', '165735.425000', '165735.428000', '165735.430000', '165735.433000', '165735.436000', '165735.439000', '165735.441000', '165735.444000', '165735.446000', '165735.449000', '165735.452000', '165735.454000', '165735.457000', '165735.460000', '165735.462000', '165735.465000', '165755.339000', '165755.342000', '165755.345000', '165755.348000', '165755.350000', '165755.353000', '165755.355000', '165755.358000', '165755.361000', '165755.363000', '165755.366000', '165755.368000', '165755.371000', '165755.374000', '165755.376000', '165755.379000', '165755.381000', '165755.384000', '165755.387000', '165755.389000', '165755.392000', '165755.394000', '165755.397000', '165755.400000', '165755.402000', '165755.405000', '165755.407000', '165755.410000', '165755.413000', '165755.415000', '165755.418000', '165755.421000', '165755.423000', '165755.426000', '165755.428000', '165755.431000', '165755.434000', '165755.436000', '165755.439000', '165755.442000', '165755.444000', '165755.447000', '165755.450000', '165815.340000', '165815.342000', '165815.345000', '165815.348000', '165815.351000', '165815.353000', '165815.356000', '165815.359000', '165815.362000', '165815.364000', '165815.367000', '165815.369000', '165815.372000', '165815.375000', '165815.377000', '165815.380000', '165815.383000', '165815.385000', '165815.388000', '165815.391000', '165815.393000', '165815.396000', '165815.399000', '165815.401000', '165815.404000', '165815.407000', '165815.409000', '165815.412000', '165815.414000', '165815.417000', '165815.420000', '165815.422000', '165815.425000', '165815.428000', '165815.430000', '165815.433000', '165815.436000', '165815.438000', '165815.441000', '165815.444000', '165815.446000', '165815.449000', '165815.451000', '165815.454000', '165835.341000', '165835.344000', '165835.346000', '165835.349000', '165835.352000', '165835.354000', '165835.357000', '165835.360000', '165835.362000', '165835.365000', '165835.367000', '165835.370000', '165835.373000', '165835.375000', '165835.378000', '165835.380000', '165835.383000', '165835.386000', '165835.388000', '165835.391000', '165835.394000', '165835.396000', '165835.399000', '165835.402000', '165835.404000', '165835.407000', '165835.410000', '165835.412000', '165835.415000', '165835.417000', '165835.420000', '165835.423000', '165835.425000', '165835.428000', '165835.431000', '165835.433000', '165835.436000', '165835.439000', '165835.441000', '165835.444000', '165835.447000', '165835.449000', '165835.452000', '165855.340000', '165855.343000', '165855.345000', '165855.348000', '165855.351000', '165855.353000', '165855.356000', '165855.359000', '165855.361000', '165855.364000', '165855.367000', '165855.369000', '165855.372000', '165855.374000', '165855.377000', '165855.390000', '165855.393000', '165855.396000', '165855.398000', '165855.401000', '165855.404000', '165855.406000', '165855.409000', '165855.412000', '165855.414000', '165855.417000', '165855.420000', '165855.422000', '165855.425000', '165855.428000', '165855.430000', '165855.433000', '165855.435000', '165855.438000', '165855.441000', '165855.443000', '165855.446000', '165855.449000', '165855.451000', '165855.454000', '165855.456000', '165855.459000', '165855.462000', '165855.464000', '165915.340000', '165915.343000', '165915.345000', '165915.348000', '165915.351000', '165915.353000', '165915.356000', '165915.359000', '165915.361000', '165915.364000', '165915.367000', '165915.369000', '165915.372000', '165915.375000', '165915.377000', '165915.380000', '165915.383000', '165915.385000', '165915.388000', '165915.390000', '165915.393000', '165915.396000', '165915.398000', '165915.401000', '165915.404000', '165915.406000', '165915.409000', '165915.412000', '165915.414000', '165915.417000', '165915.420000', '165915.422000', '165915.425000', '165915.427000', '165915.430000', '165915.433000', '165915.435000', '165915.438000', '165915.441000', '165915.446000', '165915.449000', '165915.452000', '165915.454000', '165935.339000', '165935.342000', '165935.346000', '165935.349000', '165935.351000', '165935.354000', '165935.356000', '165935.359000', '165935.362000', '165935.364000', '165935.367000', '165935.369000', '165935.372000', '165935.375000', '165935.377000', '165935.380000', '165935.382000', '165935.385000', '165935.388000', '165935.390000', '165935.393000', '165935.395000', '165935.398000', '165935.401000', '165935.403000', '165935.406000', '165935.408000', '165935.411000', '165935.414000', '165935.416000', '165935.419000', '165935.422000', '165935.424000', '165935.427000', '165935.429000', '165935.432000', '165935.435000', '165935.437000', '165935.440000', '165935.442000', '165935.445000', '165935.448000', '165935.450000', '165935.453000', '165955.340000', '165955.343000', '165955.345000', '165955.348000', '165955.351000', '165955.353000', '165955.356000', '165955.358000', '165955.361000', '165955.364000', '165955.366000', '165955.369000', '165955.372000', '165955.374000', '165955.377000', '165955.379000', '165955.382000', '165955.385000', '165955.387000', '165955.390000', '165955.392000', '165955.395000', '165955.398000', '165955.400000', '165955.403000', '165955.406000', '165955.408000', '165955.411000', '165955.414000', '165955.416000', '165955.419000', '165955.421000', '165955.424000', '165955.427000', '165955.429000', '165955.432000', '165955.435000', '165955.437000', '165955.440000', '165955.443000', '165955.445000', '165955.448000', '165955.451000', '170015.340000', '170015.343000', '170015.345000', '170015.348000', '170015.350000', '170015.353000', '170015.356000', '170015.358000', '170015.361000', '170015.364000', '170015.366000', '170015.369000', '170015.371000', '170015.374000', '170015.377000', '170015.379000', '170015.382000', '170015.391000', '170015.394000', '170015.396000', '170015.399000', '170015.402000', '170015.405000', '170015.407000', '170015.410000', '170015.412000', '170015.426000', '170015.429000', '170015.431000', '170015.434000', '170015.437000', '170015.439000', '170015.442000', '170015.445000', '170015.447000', '170015.450000', '170015.453000', '170015.455000', '170015.458000', '170015.461000', '170015.463000', '170015.466000', '170015.469000', '170015.471000', '170035.340000', '170035.342000', '170035.345000', '170035.348000', '170035.350000', '170035.353000', '170035.355000', '170035.358000', '170035.361000', '170035.363000', '170035.366000', '170035.369000', '170035.371000', '170035.374000', '170035.377000', '170035.379000', '170035.382000', '170035.384000', '170035.387000', '170035.390000', '170035.392000', '170035.395000', '170035.397000', '170035.400000', '170035.403000', '170035.405000', '170035.408000', '170035.411000', '170035.413000', '170035.416000', '170035.418000', '170035.421000', '170035.424000', '170035.426000', '170035.429000', '170035.432000', '170035.434000', '170035.437000', '170035.439000', '170035.442000', '170035.445000', '170035.447000', '170035.450000', '170055.341000', '170055.343000', '170055.346000', '170055.349000', '170055.351000', '170055.354000', '170055.357000', '170055.359000', '170055.362000', '170055.365000', '170055.367000', '170055.370000', '170055.373000', '170055.375000', '170055.378000', '170055.380000', '170055.383000', '170055.386000', '170055.389000', '170055.391000', '170055.394000', '170055.396000', '170055.399000', '170055.402000', '170055.404000', '170055.407000', '170055.410000', '170055.412000', '170055.415000', '170055.418000', '170055.420000', '170055.423000', '170055.425000', '170055.428000', '170055.431000', '170055.433000', '170055.436000', '170055.439000', '170055.441000', '170055.444000', '170055.447000', '170055.449000', '170055.452000', '170055.454000', '170115.340000', '170115.342000', '170115.345000', '170115.348000', '170115.350000', '170115.353000', '170115.355000', '170115.358000', '170115.360000', '170115.363000', '170115.366000', '170115.368000', '170115.371000', '170115.373000', '170115.376000', '170115.378000', '170115.381000', '170115.384000', '170115.386000', '170115.389000', '170115.391000', '170115.394000', '170115.397000', '170115.400000', '170115.402000', '170115.405000', '170115.408000', '170115.410000', '170115.413000', '170115.415000', '170115.418000', '170115.421000', '170115.423000', '170115.426000', '170115.429000', '170115.431000', '170115.434000', '170115.437000', '170115.439000', '170115.442000', '170115.444000', '170115.447000', '170115.450000', '170135.339000', '170135.342000', '170135.345000', '170135.348000', '170135.350000', '170135.353000', '170135.355000', '170135.358000', '170135.361000', '170135.363000', '170135.366000', '170135.369000', '170135.371000', '170135.374000', '170135.376000', '170135.379000', '170135.382000', '170135.384000', '170135.387000', '170135.390000', '170135.392000', '170135.395000', '170135.398000', '170135.400000', '170135.403000', '170135.406000', '170135.408000', '170135.411000', '170135.414000', '170135.432000', '170135.434000', '170135.437000', '170135.440000', '170135.442000', '170135.445000', '170135.448000', '170135.450000', '170135.475000', '170135.477000', '170135.480000', '170135.483000', '170135.485000', '170135.488000', '170135.491000', '170142.657000', '170142.660000', '170142.663000', '170142.666000', '170142.668000', '170142.671000', '170142.674000', '170142.677000', '170142.679000', '170142.682000', '170142.684000', '170142.687000', '170142.690000', '170142.693000', '170142.695000', '170142.698000'], 'InstanceCreationTime': ['165355.382000', '165355.386000', '165355.389000', '165355.391000', '165355.394000', '165355.397000', '165355.399000', '165355.402000', '165355.404000', '165355.407000', '165355.410000', '165355.412000', '165355.415000', '165355.418000', '165355.420000', '165355.431000', '165355.434000', '165355.437000', '165355.439000', '165355.442000', '165355.444000', '165355.447000', '165355.450000', '165355.452000', '165355.455000', '165355.458000', '165355.460000', '165355.463000', '165355.465000', '165355.468000', '165355.471000', '165355.473000', '165355.476000', '165355.478000', '165355.481000', '165355.484000', '165355.486000', '165355.489000', '165355.491000', '165355.494000', '165355.497000', '165355.499000', '165355.502000', '165355.504000', '165355.507000', '165355.510000', '165355.512000', '165355.515000', '165355.517000', '165355.520000', '165355.523000', '165355.525000', '165355.528000', '165355.530000', '165355.533000', '165355.537000', '165355.539000', '165415.340000', '165415.343000', '165415.345000', '165415.348000', '165415.350000', '165415.353000', '165415.356000', '165415.358000', '165415.361000', '165415.364000', '165415.366000', '165415.369000', '165415.378000', '165415.381000', '165415.383000', '165415.386000', '165415.389000', '165415.391000', '165415.394000', '165415.396000', '165415.399000', '165415.402000', '165415.404000', '165415.407000', '165415.409000', '165415.412000', '165415.415000', '165415.417000', '165415.420000', '165415.423000', '165415.425000', '165415.428000', '165415.430000', '165415.433000', '165415.436000', '165415.438000', '165415.441000', '165415.444000', '165415.446000', '165415.449000', '165415.451000', '165415.454000', '165415.457000', '165435.339000', '165435.342000', '165435.345000', '165435.348000', '165435.350000', '165435.353000', '165435.356000', '165435.358000', '165435.361000', '165435.363000', '165435.366000', '165435.369000', '165435.372000', '165435.375000', '165435.378000', '165435.381000', '165435.384000', '165435.386000', '165435.389000', '165435.392000', '165435.394000', '165435.397000', '165435.400000', '165435.402000', '165435.405000', '165435.407000', '165435.410000', '165435.413000', '165435.416000', '165435.418000', '165435.421000', '165435.423000', '165435.426000', '165435.429000', '165435.431000', '165435.434000', '165435.437000', '165435.439000', '165435.442000', '165435.445000', '165435.447000', '165435.450000', '165435.453000', '165435.455000', '165455.340000', '165455.342000', '165455.345000', '165455.348000', '165455.350000', '165455.353000', '165455.362000', '165455.364000', '165455.367000', '165455.369000', '165455.372000', '165455.375000', '165455.377000', '165455.380000', '165455.382000', '165455.385000', '165455.388000', '165455.390000', '165455.393000', '165455.395000', '165455.398000', '165455.400000', '165455.403000', '165455.406000', '165455.408000', '165455.411000', '165455.413000', '165455.416000', '165455.419000', '165455.421000', '165455.424000', '165455.426000', '165455.429000', '165455.431000', '165455.434000', '165455.436000', '165455.439000', '165455.442000', '165455.444000', '165455.447000', '165455.450000', '165455.452000', '165455.455000', '165515.340000', '165515.342000', '165515.345000', '165515.348000', '165515.351000', '165515.353000', '165515.356000', '165515.359000', '165515.361000', '165515.364000', '165515.367000', '165515.370000', '165515.372000', '165515.391000', '165515.393000', '165515.396000', '165515.398000', '165515.401000', '165515.404000', '165515.406000', '165515.409000', '165515.412000', '165515.414000', '165515.417000', '165515.420000', '165515.422000', '165515.425000', '165515.427000', '165515.430000', '165515.433000', '165515.435000', '165515.438000', '165515.441000', '165515.443000', '165515.446000', '165515.449000', '165515.451000', '165515.454000', '165515.456000', '165515.459000', '165515.462000', '165515.464000', '165515.467000', '165535.339000', '165535.342000', '165535.345000', '165535.347000', '165535.350000', '165535.353000', '165535.355000', '165535.358000', '165535.360000', '165535.363000', '165535.366000', '165535.368000', '165535.371000', '165535.373000', '165535.376000', '165535.378000', '165535.381000', '165535.384000', '165535.386000', '165535.389000', '165535.391000', '165535.396000', '165535.399000', '165535.402000', '165535.404000', '165535.407000', '165535.409000', '165535.412000', '165535.415000', '165535.417000', '165535.420000', '165535.422000', '165535.430000', '165535.432000', '165535.435000', '165535.438000', '165535.441000', '165535.443000', '165535.446000', '165535.448000', '165535.451000', '165535.454000', '165535.456000', '165535.459000', '165555.339000', '165555.342000', '165555.345000', '165555.347000', '165555.350000', '165555.352000', '165555.355000', '165555.357000', '165555.361000', '165555.364000', '165555.367000', '165555.370000', '165555.372000', '165555.375000', '165555.377000', '165555.380000', '165555.383000', '165555.385000', '165555.388000', '165555.391000', '165555.393000', '165555.396000', '165555.398000', '165555.426000', '165555.429000', '165555.432000', '165555.434000', '165555.437000', '165555.440000', '165555.443000', '165555.445000', '165555.448000', '165555.450000', '165555.453000', '165555.456000', '165555.458000', '165555.461000', '165555.463000', '165555.466000', '165555.468000', '165555.471000', '165555.474000', '165555.476000', '165615.339000', '165615.342000', '165615.345000', '165615.348000', '165615.351000', '165615.354000', '165615.356000', '165615.359000', '165615.362000', '165615.365000', '165615.367000', '165615.370000', '165615.373000', '165615.375000', '165615.378000', '165615.381000', '165615.383000', '165615.386000', '165615.388000', '165615.391000', '165615.394000', '165615.396000', '165615.399000', '165615.402000', '165615.405000', '165615.408000', '165615.411000', '165615.413000', '165615.416000', '165615.418000', '165615.421000', '165615.424000', '165615.427000', '165615.429000', '165615.432000', '165615.435000', '165615.437000', '165615.440000', '165615.442000', '165615.445000', '165615.448000', '165615.450000', '165615.453000', '165615.456000', '165635.340000', '165635.343000', '165635.345000', '165635.348000', '165635.350000', '165635.353000', '165635.356000', '165635.358000', '165635.361000', '165635.364000', '165635.366000', '165635.369000', '165635.372000', '165635.374000', '165635.377000', '165635.380000', '165635.382000', '165635.385000', '165635.388000', '165635.391000', '165635.393000', '165635.396000', '165635.399000', '165635.402000', '165635.404000', '165635.407000', '165635.410000', '165635.412000', '165635.415000', '165635.418000', '165635.420000', '165635.423000', '165635.426000', '165635.428000', '165635.431000', '165635.434000', '165635.437000', '165635.439000', '165635.442000', '165635.445000', '165635.447000', '165635.450000', '165635.452000', '165655.340000', '165655.342000', '165655.345000', '165655.348000', '165655.350000', '165655.353000', '165655.356000', '165655.359000', '165655.361000', '165655.364000', '165655.366000', '165655.369000', '165655.372000', '165655.374000', '165655.377000', '165655.380000', '165655.382000', '165655.385000', '165655.387000', '165655.399000', '165655.401000', '165655.404000', '165655.407000', '165655.409000', '165655.412000', '165655.415000', '165655.417000', '165655.420000', '165655.422000', '165655.425000', '165655.428000', '165655.430000', '165655.433000', '165655.436000', '165655.438000', '165655.441000', '165655.444000', '165655.446000', '165655.449000', '165655.451000', '165655.454000', '165655.457000', '165655.460000', '165655.462000', '165715.340000', '165715.342000', '165715.345000', '165715.348000', '165715.351000', '165715.353000', '165715.356000', '165715.358000', '165715.361000', '165715.364000', '165715.366000', '165715.369000', '165715.372000', '165715.374000', '165715.377000', '165715.379000', '165715.382000', '165715.385000', '165715.387000', '165715.390000', '165715.393000', '165715.395000', '165715.398000', '165715.400000', '165715.403000', '165715.406000', '165715.408000', '165715.411000', '165715.414000', '165715.416000', '165715.419000', '165715.422000', '165715.425000', '165715.428000', '165715.431000', '165715.434000', '165715.436000', '165715.439000', '165715.441000', '165715.444000', '165715.447000', '165715.449000', '165715.453000', '165735.340000', '165735.343000', '165735.346000', '165735.348000', '165735.351000', '165735.364000', '165735.367000', '165735.369000', '165735.372000', '165735.375000', '165735.377000', '165735.380000', '165735.382000', '165735.385000', '165735.388000', '165735.390000', '165735.393000', '165735.396000', '165735.398000', '165735.401000', '165735.404000', '165735.406000', '165735.409000', '165735.412000', '165735.414000', '165735.417000', '165735.420000', '165735.422000', '165735.425000', '165735.428000', '165735.430000', '165735.433000', '165735.436000', '165735.439000', '165735.441000', '165735.444000', '165735.446000', '165735.449000', '165735.452000', '165735.454000', '165735.457000', '165735.460000', '165735.462000', '165735.465000', '165755.339000', '165755.342000', '165755.345000', '165755.348000', '165755.350000', '165755.353000', '165755.355000', '165755.358000', '165755.361000', '165755.363000', '165755.366000', '165755.368000', '165755.371000', '165755.374000', '165755.376000', '165755.379000', '165755.381000', '165755.384000', '165755.387000', '165755.389000', '165755.392000', '165755.394000', '165755.397000', '165755.400000', '165755.402000', '165755.405000', '165755.407000', '165755.410000', '165755.413000', '165755.415000', '165755.418000', '165755.421000', '165755.423000', '165755.426000', '165755.428000', '165755.431000', '165755.434000', '165755.436000', '165755.439000', '165755.442000', '165755.444000', '165755.447000', '165755.450000', '165815.340000', '165815.342000', '165815.345000', '165815.348000', '165815.351000', '165815.353000', '165815.356000', '165815.359000', '165815.362000', '165815.364000', '165815.367000', '165815.369000', '165815.372000', '165815.375000', '165815.377000', '165815.380000', '165815.383000', '165815.385000', '165815.388000', '165815.391000', '165815.393000', '165815.396000', '165815.399000', '165815.401000', '165815.404000', '165815.407000', '165815.409000', '165815.412000', '165815.414000', '165815.417000', '165815.420000', '165815.422000', '165815.425000', '165815.428000', '165815.430000', '165815.433000', '165815.436000', '165815.438000', '165815.441000', '165815.444000', '165815.446000', '165815.449000', '165815.451000', '165815.454000', '165835.341000', '165835.344000', '165835.346000', '165835.349000', '165835.352000', '165835.354000', '165835.357000', '165835.360000', '165835.362000', '165835.365000', '165835.367000', '165835.370000', '165835.373000', '165835.375000', '165835.378000', '165835.380000', '165835.383000', '165835.386000', '165835.388000', '165835.391000', '165835.394000', '165835.396000', '165835.399000', '165835.402000', '165835.404000', '165835.407000', '165835.410000', '165835.412000', '165835.415000', '165835.417000', '165835.420000', '165835.423000', '165835.425000', '165835.428000', '165835.431000', '165835.433000', '165835.436000', '165835.439000', '165835.441000', '165835.444000', '165835.447000', '165835.449000', '165835.452000', '165855.340000', '165855.343000', '165855.345000', '165855.348000', '165855.351000', '165855.353000', '165855.356000', '165855.359000', '165855.361000', '165855.364000', '165855.367000', '165855.369000', '165855.372000', '165855.374000', '165855.377000', '165855.390000', '165855.393000', '165855.396000', '165855.398000', '165855.401000', '165855.404000', '165855.406000', '165855.409000', '165855.412000', '165855.414000', '165855.417000', '165855.420000', '165855.422000', '165855.425000', '165855.428000', '165855.430000', '165855.433000', '165855.435000', '165855.438000', '165855.441000', '165855.443000', '165855.446000', '165855.449000', '165855.451000', '165855.454000', '165855.456000', '165855.459000', '165855.462000', '165855.464000', '165915.340000', '165915.343000', '165915.345000', '165915.348000', '165915.351000', '165915.353000', '165915.356000', '165915.359000', '165915.361000', '165915.364000', '165915.367000', '165915.369000', '165915.372000', '165915.375000', '165915.377000', '165915.380000', '165915.383000', '165915.385000', '165915.388000', '165915.390000', '165915.393000', '165915.396000', '165915.398000', '165915.401000', '165915.404000', '165915.406000', '165915.409000', '165915.412000', '165915.414000', '165915.417000', '165915.420000', '165915.422000', '165915.425000', '165915.427000', '165915.430000', '165915.433000', '165915.435000', '165915.438000', '165915.441000', '165915.446000', '165915.449000', '165915.452000', '165915.454000', '165935.339000', '165935.342000', '165935.346000', '165935.349000', '165935.351000', '165935.354000', '165935.356000', '165935.359000', '165935.362000', '165935.364000', '165935.367000', '165935.369000', '165935.372000', '165935.375000', '165935.377000', '165935.380000', '165935.382000', '165935.385000', '165935.388000', '165935.390000', '165935.393000', '165935.395000', '165935.398000', '165935.401000', '165935.403000', '165935.406000', '165935.408000', '165935.411000', '165935.414000', '165935.416000', '165935.419000', '165935.422000', '165935.424000', '165935.427000', '165935.429000', '165935.432000', '165935.435000', '165935.437000', '165935.440000', '165935.442000', '165935.445000', '165935.448000', '165935.450000', '165935.453000', '165955.340000', '165955.343000', '165955.345000', '165955.348000', '165955.351000', '165955.353000', '165955.356000', '165955.358000', '165955.361000', '165955.364000', '165955.366000', '165955.369000', '165955.372000', '165955.374000', '165955.377000', '165955.379000', '165955.382000', '165955.385000', '165955.387000', '165955.390000', '165955.392000', '165955.395000', '165955.398000', '165955.400000', '165955.403000', '165955.406000', '165955.408000', '165955.411000', '165955.414000', '165955.416000', '165955.419000', '165955.421000', '165955.424000', '165955.427000', '165955.429000', '165955.432000', '165955.435000', '165955.437000', '165955.440000', '165955.443000', '165955.445000', '165955.448000', '165955.451000', '170015.340000', '170015.343000', '170015.345000', '170015.348000', '170015.350000', '170015.353000', '170015.356000', '170015.358000', '170015.361000', '170015.364000', '170015.366000', '170015.369000', '170015.371000', '170015.374000', '170015.377000', '170015.379000', '170015.382000', '170015.391000', '170015.394000', '170015.396000', '170015.399000', '170015.402000', '170015.405000', '170015.407000', '170015.410000', '170015.412000', '170015.426000', '170015.429000', '170015.431000', '170015.434000', '170015.437000', '170015.439000', '170015.442000', '170015.445000', '170015.447000', '170015.450000', '170015.453000', '170015.455000', '170015.458000', '170015.461000', '170015.463000', '170015.466000', '170015.469000', '170015.471000', '170035.340000', '170035.342000', '170035.345000', '170035.348000', '170035.350000', '170035.353000', '170035.355000', '170035.358000', '170035.361000', '170035.363000', '170035.366000', '170035.369000', '170035.371000', '170035.374000', '170035.377000', '170035.379000', '170035.382000', '170035.384000', '170035.387000', '170035.390000', '170035.392000', '170035.395000', '170035.397000', '170035.400000', '170035.403000', '170035.405000', '170035.408000', '170035.411000', '170035.413000', '170035.416000', '170035.418000', '170035.421000', '170035.424000', '170035.426000', '170035.429000', '170035.432000', '170035.434000', '170035.437000', '170035.439000', '170035.442000', '170035.445000', '170035.447000', '170035.450000', '170055.341000', '170055.343000', '170055.346000', '170055.349000', '170055.351000', '170055.354000', '170055.357000', '170055.359000', '170055.362000', '170055.365000', '170055.367000', '170055.370000', '170055.373000', '170055.375000', '170055.378000', '170055.380000', '170055.383000', '170055.386000', '170055.389000', '170055.391000', '170055.394000', '170055.396000', '170055.399000', '170055.402000', '170055.404000', '170055.407000', '170055.410000', '170055.412000', '170055.415000', '170055.418000', '170055.420000', '170055.423000', '170055.425000', '170055.428000', '170055.431000', '170055.433000', '170055.436000', '170055.439000', '170055.441000', '170055.444000', '170055.447000', '170055.449000', '170055.452000', '170055.454000', '170115.340000', '170115.342000', '170115.345000', '170115.348000', '170115.350000', '170115.353000', '170115.355000', '170115.358000', '170115.360000', '170115.363000', '170115.366000', '170115.368000', '170115.371000', '170115.373000', '170115.376000', '170115.378000', '170115.381000', '170115.384000', '170115.386000', '170115.389000', '170115.391000', '170115.394000', '170115.397000', '170115.400000', '170115.402000', '170115.405000', '170115.408000', '170115.410000', '170115.413000', '170115.415000', '170115.418000', '170115.421000', '170115.423000', '170115.426000', '170115.429000', '170115.431000', '170115.434000', '170115.437000', '170115.439000', '170115.442000', '170115.444000', '170115.447000', '170115.450000', '170135.339000', '170135.342000', '170135.345000', '170135.348000', '170135.350000', '170135.353000', '170135.355000', '170135.358000', '170135.361000', '170135.363000', '170135.366000', '170135.369000', '170135.371000', '170135.374000', '170135.376000', '170135.379000', '170135.382000', '170135.384000', '170135.387000', '170135.390000', '170135.392000', '170135.395000', '170135.398000', '170135.400000', '170135.403000', '170135.406000', '170135.408000', '170135.411000', '170135.414000', '170135.432000', '170135.434000', '170135.437000', '170135.440000', '170135.442000', '170135.445000', '170135.448000', '170135.450000', '170135.475000', '170135.477000', '170135.480000', '170135.483000', '170135.485000', '170135.488000', '170135.491000', '170142.657000', '170142.660000', '170142.663000', '170142.666000', '170142.668000', '170142.671000', '170142.674000', '170142.677000', '170142.679000', '170142.682000', '170142.684000', '170142.687000', '170142.690000', '170142.693000', '170142.695000', '170142.698000'], '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': [15688, 13141, 13763, 11871, 9566, 17027, 12396, 13774, 17045, 11881, 15503, 10994, 11929, 16434, 12935, 16453, 11245, 11055, 10322, 13472, 16654, 12985, 17510, 12365, 12633, 12043, 13796, 14367, 12639, 17488, 13334, 14211, 12426, 14634, 12918, 12174, 16539, 12627, 13346, 18096, 13319, 14247, 11767, 10956, 13159, 10941, 15850, 13967, 13527, 10001, 11995, 12828, 12160, 17032, 14057, 14640, 11375, 15048, 12394, 15776, 12778, 14795, 9384, 12272, 16935, 13077, 16814, 14742, 12972, 9826, 10940, 19570, 14408, 14486, 10657, 12818, 10241, 9743, 19703, 13080, 15309, 11155, 13126, 11654, 8996, 15628, 11988, 12304, 14085, 11374, 19521, 12818, 12750, 11268, 11350, 9777, 14610, 11317, 14567, 10120, 12735, 17663, 13807, 17503, 13847, 14998, 9872, 13260, 20161, 14253, 13170, 9140, 12218, 15084, 10066, 14811, 11178, 13350, 14164, 11953, 16428, 11205, 13238, 12157, 12796, 12890, 12795, 9886, 12425, 11197, 15359, 15275, 14449, 17334, 12300, 15044, 12754, 13126, 17519, 12260, 13642, 11669, 13712, 17973, 13607, 14598, 11891, 11726, 16297, 12531, 16208, 12841, 11945, 11582, 12747, 18994, 14052, 13157, 10501, 11446, 17284, 12289, 15599, 13002, 11651, 14218, 12427, 16040, 14194, 11852, 9599, 10167, 16867, 13729, 13205, 9941, 12052, 18028, 12265, 14609, 10323, 12546, 9475, 9797, 13594, 11427, 16113, 13500, 14541, 11626, 12540, 11349, 13426, 18415, 14096, 14511, 11683, 12144, 11174, 13748, 17994, 12575, 16989, 10521, 11103, 9665, 12162, 11802, 12689, 11580, 11405, 11846, 10759, 16851, 14228, 16461, 13730, 16060, 12411, 15245, 11938, 15839, 12190, 14038, 11951, 11726, 16769, 14239, 13204, 10046, 9625, 19543, 12536, 13357, 10953, 11197, 15662, 9263, 11478, 9037, 12315, 17400, 12358, 14633, 12697, 12041, 9444, 12826, 13864, 13961, 11161, 10730, 18567, 13435, 15466, 12056, 14009, 12005, 9246, 16316, 11427, 12567, 17734, 12030, 12869, 10898, 10573, 10945, 11511, 16539, 13490, 14246, 12411, 13946, 10414, 13604, 12314, 15967, 15535, 13720, 14444, 10938, 16654, 13588, 15192, 15434, 10841, 15478, 11228, 10933, 15084, 11021, 14824, 13759, 12491, 9532, 11705, 14299, 12471, 16183, 14485, 13720, 10978, 11646, 12358, 11745, 16314, 12265, 12759, 10577, 10728, 17201, 13338, 14213, 9897, 15286, 10841, 13228, 9500, 14091, 17114, 13910, 16309, 13842, 15512, 12931, 14797, 14520, 14949, 15859, 11108, 15640, 11189, 13756, 16530, 14126, 11475, 9126, 9727, 17466, 12463, 11842, 11199, 12445, 16081, 11748, 15076, 11875, 12523, 11772, 15467, 13127, 12056, 16718, 14167, 14276, 14535, 11477, 15893, 13448, 11938, 10028, 10374, 18183, 13634, 13939, 11637, 13006, 10832, 11866, 17781, 13199, 15272, 13334, 13479, 9997, 10889, 17707, 12073, 14595, 10716, 12619, 10555, 9524, 18863, 13010, 12872, 10614, 13345, 14856, 13075, 12191, 10215, 16161, 13076, 13928, 12980, 13598, 16441, 13954, 16201, 12081, 12850, 10760, 14258, 13227, 14451, 12294, 13806, 12572, 13208, 16537, 14338, 17927, 15235, 15861, 13059, 14570, 18411, 14098, 14250, 11833, 10255, 16405, 10821, 15252, 12384, 10778, 11767, 9781, 15148, 13566, 13197, 12180, 12156, 18732, 13908, 13383, 11787, 13988, 15484, 12690, 17507, 13504, 14713, 14222, 12040, 15578, 13441, 11219, 9539, 10261, 18963, 12936, 13060, 12139, 12557, 16442, 12005, 13824, 11776, 12931, 13747, 14600, 13084, 11226, 17011, 14077, 15714, 14488, 14820, 12220, 12687, 10367, 13993, 16893, 13144, 12826, 10214, 15349, 13088, 14100, 11683, 13328, 9129, 11193, 17059, 12364, 16340, 13561, 13863, 11427, 11075, 15577, 12701, 18837, 13302, 13064, 9881, 11699, 17976, 12606, 14570, 11637, 12000, 12840, 11006, 16016, 13195, 10828, 9424, 8988, 15150, 12553, 12109, 10857, 11844, 12388, 9208, 17186, 11838, 12727, 10808, 14209, 12414, 14101, 10284, 13126, 15554, 13098, 16477, 12632, 14833, 14515, 11149, 15632, 12599, 12868, 18035, 11967, 14511, 10479, 12505, 14549, 10223, 14640, 11880, 12753, 14740, 11929, 15380, 14144, 14067, 10428, 12683, 14087, 12027, 15893, 14041, 15155, 12308, 14352, 10214, 14598, 16606, 13658, 18504, 14577, 15075, 11927, 12632, 15842, 14222, 11137, 10441, 10020, 14664, 12966, 11763, 15071, 11804, 15056, 11862, 11046, 11339, 11321, 15028, 13295, 13432, 10012, 12574, 13255, 11639, 15267, 11757, 14526, 11807, 13241, 11325, 11316, 13433, 12517, 16096, 12773, 13858, 13272, 15833, 13798, 16266, 15388, 14244, 16585, 12455, 14364, 12915, 13943, 16682, 14153, 11620, 9843, 8941, 15691, 12834, 12655, 15654, 10768, 15944, 12622, 11528, 16350, 11112, 15066, 11322, 13012, 16496, 12305, 16701, 12713, 12332, 11479, 13681, 12466, 13610, 8954, 14067, 16607, 13597, 17587, 14208, 15533, 13218, 14743, 17560, 13119, 14301, 11767, 10987, 15415, 11520, 15825, 13861, 11304, 9957, 9317, 16242, 14172, 13750, 11885, 11720, 16247, 10327, 14396, 11157, 13889, 17467, 11960, 14296, 10824, 10041, 15531, 10671, 14753, 13547, 10197, 9676, 9668, 15603, 12726, 12575, 11597, 12243, 14562, 10463, 14530, 12359, 13147, 11495, 13565, 9582, 12638, 16396, 13349, 16097, 14136, 14908, 10860, 12374, 18114, 14844, 13746, 10409, 11225, 14907, 10675, 14905, 13495, 12869, 11852, 10630, 16266, 13353, 13143, 16755, 11330, 13789, 10512, 10294, 17297, 11353, 14401, 11156, 11255, 11330, 10370, 17090, 13544, 14511, 12719, 13035, 11042, 14032, 12889, 14584, 10491, 12836, 17743, 14931, 15530, 11827, 13961, 13817, 10320, 15419, 11600, 11992, 15369, 13294, 10840, 9429, 9574, 16898, 12906, 13803, 10060, 12854, 11428, 11145, 16507, 14169, 14386, 14069, 12622, 18662, 12232, 12918, 10863, 11714, 15472, 13462, 12097, 9228, 11275, 14467, 11457, 14779, 11121, 13554, 13549, 11917, 11816, 10301, 14839, 12764, 15349, 13503, 15954, 12713, 16227, 13016, 16821, 17638, 14833, 13460, 11734, 11271, 15618, 11327, 15142, 13164, 12613, 12167, 11476, 16945, 13432, 12084, 12374, 13320, 15545, 14487, 12218, 10243, 10958, 15149, 13557, 13460, 12337, 13527, 13065, 10669, 15835, 13302, 13847, 12092, 13610, 16406, 13940, 16124, 12319, 14191, 11778, 14579, 12793, 14441, 16614, 13601, 13813, 12019, 17177, 14425, 15986, 12558, 15088, 16267, 13386, 16519, 12776, 17980, 13676, 13838, 12391, 15031, 17348, 12963, 19271, 14549, 13509, 11312, 12983, 17509, 13429, 15191, 14223, 12526, 9846, 11580, 19536, 14763, 13287, 11429, 14242, 17158, 14038, 15707, 12382, 16162, 12431, 13852, 14896, 15360, 12876, 14313, 12020, 15795, 14336, 14964, 9826, 13727, 9578, 13968, 12708, 16931, 15183, 13427, 11655, 13168, 17389, 14268, 15179, 12503, 11202, 10362, 9478, 16927, 13674, 11140, 9032, 9269, 16836, 12905, 13694, 10693, 10348, 9658, 9465, 14134, 13998, 11427, 9582, 11152, 15308, 13069, 13548, 11349, 11625, 12397, 10020, 15094, 12683, 13622, 13986, 12307, 18253, 12913, 12210, 12491, 13205, 13850, 10932, 14985, 13169, 14028, 11976, 12924, 12078, 9580, 15372, 12420, 13369, 15983, 12446, 13734, 10865, 10835, 10564, 11723, 15773, 12744, 11312, 8803, 9886, 11904, 10476, 15158, 12449, 12501, 11549, 11038, 8834, 9990, 15016, 12083, 14678, 13815, 13925, 11236, 12108, 11301, 14439, 17211, 13030, 13971, 11249, 10830, 15355, 11366, 16132, 11469, 10848, 12432, 9614, 13944, 11754, 11740, 12803, 12029, 15211, 12877, 13182, 11154, 11673, 10947, 14044, 10110, 13993, 12023, 12942, 16272, 13063, 14614, 10938, 14469, 11875, 13798, 18008, 13409, 11450, 8796, 9917, 16495, 11907, 14474, 10163, 11069, 9591, 9691, 17548, 13096, 12693, 10125, 12905, 11627, 11825, 14093, 11187, 15264, 13290, 14207, 12710, 13426, 10865, 13400, 14941, 13611, 12543, 9857, 15112, 11719, 14645, 15814, 12546, 16201, 10820, 12039, 10777, 14718, 16754, 12558, 13138, 10089, 11851, 10234, 14729, 11702], 'WindowCenter': [4041.0, 4015.0, 4013.0, 3989.0, 3979.0, 4010.0, 3986.0, 3987.0, 3996.0, 3975.0, 3984.0, 3964.0, 3975.0, 3999.0, 3986.0, 3998.0, 3979.0, 3977.0, 3976.0, 3987.0, 3995.0, 3987.0, 4011.0, 3987.0, 3988.0, 3986.0, 4000.0, 3997.0, 3987.0, 4007.0, 3998.0, 3998.0, 3991.0, 4001.0, 3989.0, 3986.0, 4000.0, 3986.0, 3987.0, 3995.0, 3986.0, 3987.0, 3976.0, 3967.0, 3985.0, 3976.0, 4000.0, 3986.0, 3984.0, 3966.0, 3979.0, 3985.0, 3987.0, 4012.0, 3999.0, 3996.0, 3989.0, 3998.0, 3999.0, 4010.0, 3988.0, 3998.0, 3967.0, 3989.0, 4008.0, 4002.0, 4008.0, 3996.0, 3986.0, 3965.0, 3980.0, 4007.0, 3997.0, 3990.0, 3964.0, 3974.0, 3963.0, 3968.0, 4009.0, 3985.0, 3989.0, 3964.0, 3974.0, 3963.0, 3957.0, 3988.0, 3975.0, 3975.0, 3985.0, 3975.0, 4006.0, 3984.0, 3983.0, 3976.0, 3979.0, 3981.0, 3998.0, 3977.0, 3998.0, 3981.0, 3992.0, 4009.0, 4000.0, 4008.0, 3987.0, 3999.0, 3965.0, 3990.0, 4010.0, 3985.0, 3974.0, 3953.0, 3974.0, 3984.0, 3964.0, 3987.0, 3977.0, 3987.0, 3985.0, 3990.0, 3996.0, 3976.0, 3997.0, 3999.0, 4000.0, 4000.0, 4000.0, 3991.0, 4004.0, 4006.0, 4023.0, 4015.0, 4013.0, 4024.0, 4005.0, 4014.0, 3993.0, 4003.0, 4008.0, 3988.0, 3997.0, 3987.0, 3998.0, 4006.0, 3987.0, 3999.0, 3986.0, 3990.0, 3996.0, 3976.0, 3999.0, 3986.0, 3979.0, 3975.0, 3986.0, 3995.0, 3985.0, 3977.0, 3964.0, 3979.0, 3995.0, 3975.0, 3988.0, 3985.0, 3974.0, 3987.0, 3978.0, 3983.0, 3984.0, 3973.0, 3955.0, 3963.0, 3994.0, 3988.0, 3973.0, 3952.0, 3977.0, 3992.0, 3973.0, 3982.0, 3951.0, 3971.0, 3951.0, 3963.0, 3983.0, 3975.0, 3995.0, 3988.0, 3984.0, 3978.0, 3974.0, 3974.0, 3986.0, 3995.0, 3990.0, 3987.0, 3977.0, 3976.0, 3963.0, 3989.0, 3995.0, 3974.0, 3996.0, 3968.0, 3974.0, 3964.0, 3986.0, 3987.0, 3987.0, 3986.0, 3987.0, 3988.0, 3993.0, 4020.0, 4014.0, 4013.0, 4000.0, 4009.0, 3999.0, 4013.0, 3992.0, 3999.0, 3976.0, 3991.0, 3975.0, 3980.0, 3996.0, 3989.0, 3972.0, 3953.0, 3957.0, 3994.0, 3977.0, 3977.0, 3966.0, 3966.0, 3983.0, 3953.0, 3965.0, 3951.0, 3974.0, 3994.0, 3975.0, 3984.0, 3985.0, 3978.0, 3964.0, 3989.0, 3985.0, 3990.0, 3974.0, 3977.0, 4011.0, 3986.0, 3997.0, 3976.0, 3986.0, 3978.0, 3955.0, 4000.0, 3974.0, 3975.0, 3999.0, 3979.0, 3991.0, 3992.0, 3980.0, 3974.0, 3989.0, 4011.0, 4002.0, 3998.0, 3988.0, 4000.0, 3982.0, 4003.0, 3987.0, 4010.0, 4002.0, 3999.0, 3997.0, 3982.0, 4002.0, 3987.0, 3998.0, 3986.0, 3969.0, 3984.0, 3974.0, 3975.0, 3984.0, 3979.0, 3988.0, 3985.0, 3974.0, 3968.0, 3975.0, 3996.0, 3987.0, 3998.0, 3987.0, 3989.0, 3979.0, 3980.0, 3985.0, 3988.0, 3998.0, 3987.0, 4000.0, 3977.0, 3977.0, 4007.0, 3997.0, 3998.0, 3978.0, 3998.0, 3989.0, 4004.0, 3978.0, 4010.0, 4009.0, 4000.0, 4009.0, 3999.0, 3998.0, 3988.0, 3999.0, 3997.0, 3998.0, 3999.0, 3980.0, 3996.0, 3964.0, 3986.0, 3989.0, 3984.0, 3966.0, 3955.0, 3968.0, 3998.0, 3978.0, 3978.0, 3977.0, 3990.0, 3999.0, 3991.0, 3996.0, 3987.0, 3992.0, 3987.0, 4003.0, 3988.0, 3993.0, 4008.0, 4002.0, 4002.0, 4001.0, 3988.0, 3997.0, 3990.0, 3978.0, 3965.0, 3977.0, 4011.0, 3998.0, 4001.0, 3976.0, 3987.0, 3976.0, 3991.0, 4008.0, 3988.0, 4000.0, 3987.0, 3990.0, 3969.0, 3977.0, 4008.0, 3987.0, 4001.0, 3977.0, 3987.0, 3975.0, 3978.0, 4019.0, 4003.0, 4002.0, 3993.0, 4001.0, 4010.0, 4001.0, 4000.0, 3995.0, 4026.0, 4012.0, 4017.0, 4002.0, 4016.0, 4026.0, 4013.0, 4023.0, 4006.0, 4002.0, 3992.0, 4017.0, 4012.0, 4017.0, 4001.0, 4015.0, 4006.0, 4017.0, 4026.0, 4018.0, 4022.0, 4013.0, 4013.0, 4002.0, 4016.0, 4014.0, 3992.0, 3986.0, 3976.0, 3965.0, 3997.0, 3975.0, 3988.0, 3978.0, 3978.0, 3978.0, 3976.0, 3996.0, 4002.0, 3991.0, 3987.0, 3988.0, 4012.0, 3998.0, 4002.0, 3992.0, 3999.0, 4002.0, 3987.0, 4010.0, 4001.0, 4004.0, 3990.0, 3980.0, 3989.0, 3986.0, 3966.0, 3967.0, 3965.0, 4010.0, 3987.0, 3987.0, 3985.0, 3987.0, 3996.0, 3987.0, 4000.0, 3992.0, 3988.0, 4001.0, 3999.0, 3991.0, 3987.0, 4008.0, 4001.0, 3998.0, 3999.0, 3997.0, 3988.0, 3990.0, 3977.0, 3998.0, 4011.0, 3987.0, 3986.0, 3980.0, 4000.0, 3989.0, 3997.0, 3986.0, 3986.0, 3966.0, 3987.0, 4010.0, 3987.0, 4000.0, 3987.0, 3986.0, 3989.0, 3976.0, 4000.0, 3990.0, 4007.0, 3985.0, 3985.0, 3965.0, 3980.0, 3996.0, 3986.0, 3988.0, 3975.0, 3975.0, 3973.0, 3975.0, 3995.0, 3974.0, 3965.0, 3953.0, 3958.0, 3994.0, 3989.0, 3990.0, 3976.0, 3987.0, 3989.0, 3984.0, 4013.0, 4003.0, 4002.0, 3992.0, 4011.0, 4003.0, 4011.0, 3994.0, 4016.0, 4011.0, 4002.0, 4013.0, 3994.0, 4004.0, 3992.0, 3978.0, 3998.0, 3987.0, 3992.0, 4011.0, 3987.0, 4002.0, 3965.0, 3990.0, 3989.0, 3980.0, 4000.0, 3991.0, 3992.0, 4002.0, 3993.0, 3998.0, 4004.0, 4003.0, 3994.0, 4001.0, 4015.0, 4002.0, 4011.0, 4012.0, 4011.0, 4002.0, 4016.0, 3992.0, 4028.0, 4023.0, 4013.0, 4027.0, 4015.0, 4001.0, 3993.0, 3994.0, 3999.0, 3988.0, 3977.0, 3980.0, 3978.0, 4001.0, 3998.0, 3989.0, 4001.0, 3993.0, 3997.0, 3993.0, 3993.0, 3989.0, 3995.0, 4011.0, 4002.0, 4005.0, 3992.0, 4014.0, 4013.0, 4005.0, 4026.0, 4007.0, 4029.0, 4015.0, 4028.0, 4003.0, 4019.0, 4027.0, 4027.0, 4040.0, 4026.0, 4026.0, 4031.0, 4030.0, 4029.0, 4028.0, 4017.0, 4003.0, 4014.0, 3994.0, 4001.0, 3992.0, 4000.0, 3999.0, 3987.0, 3975.0, 3964.0, 3959.0, 3999.0, 3990.0, 3991.0, 3995.0, 3976.0, 3995.0, 3987.0, 3988.0, 3997.0, 3980.0, 4002.0, 3991.0, 3989.0, 4008.0, 3989.0, 4008.0, 4002.0, 3986.0, 3992.0, 4004.0, 4003.0, 4003.0, 3984.0, 4016.0, 4021.0, 4002.0, 4021.0, 4015.0, 4013.0, 4000.0, 4015.0, 4008.0, 3991.0, 3989.0, 3987.0, 3977.0, 4000.0, 3976.0, 3996.0, 3985.0, 3964.0, 3968.0, 3969.0, 3996.0, 3989.0, 3986.0, 3978.0, 3974.0, 3998.0, 3968.0, 3984.0, 3978.0, 3985.0, 3998.0, 3974.0, 3987.0, 3966.0, 3963.0, 3998.0, 3968.0, 3984.0, 3989.0, 3968.0, 3968.0, 3970.0, 3997.0, 3998.0, 3991.0, 3989.0, 3991.0, 4008.0, 3992.0, 4012.0, 4004.0, 4000.0, 3990.0, 4004.0, 3980.0, 4001.0, 4015.0, 4004.0, 4010.0, 4000.0, 4001.0, 3981.0, 3993.0, 4012.0, 4001.0, 3989.0, 3964.0, 3978.0, 3984.0, 3979.0, 3999.0, 3986.0, 3978.0, 3977.0, 3965.0, 3998.0, 3989.0, 3989.0, 3988.0, 3966.0, 3972.0, 3967.0, 3968.0, 3998.0, 3978.0, 3984.0, 3977.0, 3979.0, 3979.0, 3980.0, 4010.0, 4001.0, 4000.0, 4001.0, 3996.0, 3989.0, 3999.0, 4000.0, 4009.0, 3993.0, 4000.0, 4024.0, 4013.0, 4012.0, 3991.0, 4000.0, 3986.0, 3969.0, 4000.0, 3974.0, 3979.0, 3985.0, 3989.0, 3967.0, 3968.0, 3969.0, 4006.0, 3989.0, 4000.0, 3969.0, 3990.0, 3980.0, 3991.0, 4012.0, 4002.0, 4001.0, 3989.0, 3991.0, 4006.0, 3980.0, 3989.0, 3978.0, 3980.0, 3985.0, 3986.0, 3979.0, 3966.0, 3988.0, 4001.0, 3992.0, 3999.0, 3993.0, 4005.0, 3999.0, 4000.0, 4004.0, 3992.0, 4014.0, 4013.0, 4027.0, 4019.0, 4028.0, 4018.0, 4024.0, 4017.0, 4025.0, 4016.0, 4001.0, 3998.0, 3989.0, 3990.0, 4011.0, 3992.0, 4002.0, 3999.0, 3988.0, 3991.0, 3988.0, 4011.0, 4003.0, 3992.0, 4003.0, 4004.0, 4009.0, 3998.0, 3992.0, 3981.0, 3994.0, 4012.0, 4001.0, 4004.0, 4003.0, 4005.0, 4000.0, 3992.0, 4016.0, 4015.0, 4017.0, 4007.0, 4018.0, 4024.0, 4017.0, 4023.0, 4018.0, 4017.0, 4014.0, 4028.0, 4014.0, 4030.0, 4028.0, 4018.0, 4016.0, 4019.0, 4026.0, 4029.0, 4029.0, 4016.0, 4028.0, 4026.0, 4014.0, 4023.0, 4017.0, 4027.0, 4017.0, 4017.0, 4017.0, 4029.0, 4029.0, 4002.0, 4025.0, 4013.0, 4005.0, 3994.0, 4017.0, 4027.0, 4005.0, 4018.0, 4005.0, 3993.0, 3982.0, 3995.0, 4023.0, 4017.0, 4016.0, 4009.0, 4017.0, 4024.0, 4010.0, 4014.0, 4005.0, 4024.0, 4016.0, 4015.0, 4024.0, 4022.0, 4016.0, 4016.0, 4005.0, 4027.0, 4016.0, 4028.0, 3981.0, 4004.0, 3996.0, 4012.0, 4017.0, 4027.0, 4013.0, 4004.0, 3994.0, 4004.0, 3999.0, 3988.0, 3985.0, 3976.0, 3968.0, 3966.0, 3957.0, 3987.0, 3974.0, 3965.0, 3956.0, 3953.0, 3982.0, 3976.0, 3976.0, 3963.0, 3966.0, 3956.0, 3967.0, 3984.0, 3989.0, 3977.0, 3965.0, 3979.0, 3995.0, 3986.0, 3989.0, 3978.0, 3977.0, 3977.0, 3968.0, 3988.0, 3975.0, 3989.0, 3984.0, 3975.0, 3994.0, 3977.0, 3973.0, 3976.0, 3977.0, 3975.0, 3967.0, 3986.0, 3973.0, 3984.0, 3962.0, 3977.0, 3972.0, 3953.0, 3985.0, 3976.0, 3984.0, 3983.0, 3976.0, 3971.0, 3966.0, 3962.0, 3961.0, 3973.0, 3981.0, 3972.0, 3966.0, 3956.0, 3963.0, 3976.0, 3975.0, 3988.0, 3978.0, 3978.0, 3974.0, 3978.0, 3968.0, 3976.0, 3996.0, 3991.0, 3997.0, 4002.0, 3996.0, 3981.0, 3991.0, 3976.0, 3999.0, 3996.0, 3990.0, 3988.0, 3975.0, 3979.0, 3985.0, 3979.0, 3985.0, 3978.0, 3964.0, 3974.0, 3968.0, 3983.0, 3978.0, 3979.0, 3985.0, 3990.0, 4000.0, 3991.0, 3986.0, 3992.0, 3988.0, 3992.0, 3999.0, 3979.0, 3998.0, 3991.0, 4004.0, 4009.0, 3992.0, 3997.0, 3982.0, 3991.0, 3975.0, 3991.0, 4000.0, 3978.0, 3963.0, 3957.0, 3967.0, 3998.0, 3975.0, 3988.0, 3967.0, 3978.0, 3968.0, 3969.0, 4012.0, 3991.0, 3987.0, 3977.0, 3991.0, 3990.0, 3988.0, 4001.0, 3991.0, 4002.0, 4003.0, 3998.0, 3992.0, 3991.0, 3981.0, 4002.0, 4001.0, 3991.0, 3990.0, 3980.0, 4000.0, 3976.0, 4000.0, 3996.0, 3975.0, 3998.0, 3979.0, 3978.0, 3968.0, 3988.0, 3995.0, 3974.0, 3984.0, 3967.0, 3973.0, 3964.0, 3988.0, 3978.0], 'WindowWidth': [8988.0, 8939.0, 8929.0, 8891.0, 8877.0, 8922.0, 8881.0, 8884.0, 8892.0, 8863.0, 8875.0, 8845.0, 8863.0, 8898.0, 8877.0, 8898.0, 8871.0, 8869.0, 8865.0, 8883.0, 8893.0, 8883.0, 8920.0, 8884.0, 8886.0, 8882.0, 8903.0, 8895.0, 8883.0, 8913.0, 8898.0, 8901.0, 8890.0, 8905.0, 8886.0, 8881.0, 8905.0, 8878.0, 8883.0, 8893.0, 8877.0, 8879.0, 8864.0, 8853.0, 8874.0, 8865.0, 8902.0, 8880.0, 8876.0, 8851.0, 8873.0, 8877.0, 8885.0, 8923.0, 8902.0, 8896.0, 8888.0, 8900.0, 8904.0, 8920.0, 8887.0, 8900.0, 8857.0, 8888.0, 8914.0, 8910.0, 8914.0, 8896.0, 8878.0, 8851.0, 8876.0, 8911.0, 8895.0, 8889.0, 8844.0, 8859.0, 8843.0, 8855.0, 8914.0, 8876.0, 8887.0, 8845.0, 8859.0, 8841.0, 8839.0, 8882.0, 8861.0, 8865.0, 8876.0, 8864.0, 8908.0, 8875.0, 8873.0, 8867.0, 8874.0, 8878.0, 8899.0, 8869.0, 8900.0, 8877.0, 8897.0, 8916.0, 8903.0, 8913.0, 8884.0, 8901.0, 8850.0, 8888.0, 8917.0, 8877.0, 8861.0, 8830.0, 8860.0, 8872.0, 8848.0, 8881.0, 8871.0, 8882.0, 8877.0, 8889.0, 8894.0, 8867.0, 8897.0, 8904.0, 8907.0, 8908.0, 8905.0, 8897.0, 8918.0, 8921.0, 8944.0, 8933.0, 8929.0, 8946.0, 8915.0, 8931.0, 8898.0, 8910.0, 8914.0, 8884.0, 8898.0, 8883.0, 8900.0, 8909.0, 8882.0, 8900.0, 8878.0, 8890.0, 8893.0, 8865.0, 8901.0, 8881.0, 8873.0, 8862.0, 8879.0, 8893.0, 8876.0, 8866.0, 8846.0, 8871.0, 8890.0, 8863.0, 8882.0, 8874.0, 8860.0, 8877.0, 8868.0, 8872.0, 8871.0, 8855.0, 8834.0, 8843.0, 8887.0, 8882.0, 8856.0, 8826.0, 8866.0, 8881.0, 8854.0, 8869.0, 8824.0, 8851.0, 8825.0, 8843.0, 8868.0, 8863.0, 8889.0, 8882.0, 8871.0, 8869.0, 8861.0, 8858.0, 8880.0, 8892.0, 8886.0, 8878.0, 8865.0, 8863.0, 8844.0, 8886.0, 8889.0, 8859.0, 8892.0, 8855.0, 8859.0, 8847.0, 8880.0, 8881.0, 8883.0, 8880.0, 8884.0, 8887.0, 8899.0, 8934.0, 8929.0, 8928.0, 8908.0, 8917.0, 8904.0, 8925.0, 8893.0, 8903.0, 8867.0, 8890.0, 8864.0, 8875.0, 8896.0, 8885.0, 8854.0, 8828.0, 8837.0, 8887.0, 8863.0, 8865.0, 8847.0, 8847.0, 8870.0, 8830.0, 8847.0, 8823.0, 8860.0, 8886.0, 8862.0, 8873.0, 8874.0, 8869.0, 8845.0, 8884.0, 8876.0, 8888.0, 8861.0, 8868.0, 8920.0, 8881.0, 8898.0, 8864.0, 8877.0, 8866.0, 8836.0, 8900.0, 8860.0, 8862.0, 8899.0, 8871.0, 8891.0, 8895.0, 8876.0, 8861.0, 8888.0, 8920.0, 8908.0, 8899.0, 8887.0, 8903.0, 8881.0, 8911.0, 8884.0, 8921.0, 8910.0, 8902.0, 8897.0, 8880.0, 8909.0, 8884.0, 8900.0, 8878.0, 8857.0, 8874.0, 8860.0, 8863.0, 8874.0, 8871.0, 8885.0, 8878.0, 8860.0, 8857.0, 8863.0, 8891.0, 8884.0, 8899.0, 8885.0, 8883.0, 8873.0, 8876.0, 8878.0, 8886.0, 8902.0, 8884.0, 8907.0, 8869.0, 8870.0, 8910.0, 8897.0, 8901.0, 8874.0, 8900.0, 8892.0, 8915.0, 8875.0, 8921.0, 8919.0, 8907.0, 8917.0, 8904.0, 8901.0, 8886.0, 8904.0, 8897.0, 8899.0, 8899.0, 8873.0, 8895.0, 8847.0, 8879.0, 8887.0, 8874.0, 8847.0, 8835.0, 8854.0, 8897.0, 8869.0, 8870.0, 8866.0, 8887.0, 8899.0, 8890.0, 8894.0, 8885.0, 8895.0, 8886.0, 8913.0, 8886.0, 8897.0, 8916.0, 8908.0, 8909.0, 8906.0, 8885.0, 8898.0, 8889.0, 8871.0, 8850.0, 8869.0, 8922.0, 8899.0, 8906.0, 8867.0, 8881.0, 8866.0, 8890.0, 8913.0, 8885.0, 8904.0, 8884.0, 8888.0, 8859.0, 8869.0, 8913.0, 8884.0, 8907.0, 8868.0, 8881.0, 8865.0, 8873.0, 8932.0, 8912.0, 8910.0, 8900.0, 8908.0, 8920.0, 8909.0, 8906.0, 8905.0, 8948.0, 8926.0, 8938.0, 8912.0, 8936.0, 8950.0, 8927.0, 8944.0, 8921.0, 8913.0, 8899.0, 8939.0, 8925.0, 8939.0, 8910.0, 8934.0, 8921.0, 8938.0, 8953.0, 8942.0, 8944.0, 8929.0, 8928.0, 8911.0, 8935.0, 8933.0, 8896.0, 8881.0, 8865.0, 8851.0, 8895.0, 8864.0, 8883.0, 8870.0, 8869.0, 8868.0, 8867.0, 8895.0, 8909.0, 8893.0, 8881.0, 8885.0, 8926.0, 8900.0, 8910.0, 8894.0, 8902.0, 8906.0, 8884.0, 8920.0, 8912.0, 8916.0, 8889.0, 8874.0, 8886.0, 8879.0, 8852.0, 8852.0, 8851.0, 8916.0, 8882.0, 8885.0, 8877.0, 8883.0, 8895.0, 8883.0, 8903.0, 8894.0, 8887.0, 8906.0, 8903.0, 8892.0, 8884.0, 8916.0, 8908.0, 8900.0, 8904.0, 8897.0, 8886.0, 8890.0, 8870.0, 8902.0, 8921.0, 8884.0, 8880.0, 8877.0, 8902.0, 8888.0, 8898.0, 8880.0, 8881.0, 8853.0, 8882.0, 8919.0, 8884.0, 8904.0, 8884.0, 8879.0, 8886.0, 8868.0, 8902.0, 8890.0, 8912.0, 8877.0, 8876.0, 8848.0, 8875.0, 8893.0, 8878.0, 8882.0, 8863.0, 8864.0, 8857.0, 8864.0, 8891.0, 8862.0, 8848.0, 8830.0, 8843.0, 8887.0, 8886.0, 8889.0, 8864.0, 8881.0, 8886.0, 8890.0, 8927.0, 8911.0, 8910.0, 8897.0, 8924.0, 8913.0, 8923.0, 8902.0, 8935.0, 8924.0, 8913.0, 8931.0, 8901.0, 8914.0, 8893.0, 8871.0, 8900.0, 8884.0, 8895.0, 8918.0, 8883.0, 8907.0, 8851.0, 8888.0, 8885.0, 8877.0, 8904.0, 8891.0, 8895.0, 8908.0, 8898.0, 8901.0, 8915.0, 8911.0, 8903.0, 8911.0, 8931.0, 8914.0, 8926.0, 8927.0, 8923.0, 8912.0, 8936.0, 8899.0, 8954.0, 8943.0, 8930.0, 8952.0, 8931.0, 8910.0, 8897.0, 8901.0, 8903.0, 8887.0, 8869.0, 8875.0, 8871.0, 8906.0, 8900.0, 8890.0, 8906.0, 8896.0, 8898.0, 8897.0, 8900.0, 8890.0, 8905.0, 8923.0, 8912.0, 8919.0, 8899.0, 8932.0, 8929.0, 8922.0, 8953.0, 8926.0, 8960.0, 8938.0, 8961.0, 8916.0, 8944.0, 8955.0, 8956.0, 8979.0, 8955.0, 8954.0, 8965.0, 8963.0, 8961.0, 8963.0, 8941.0, 8916.0, 8931.0, 8900.0, 8910.0, 8894.0, 8907.0, 8907.0, 8883.0, 8863.0, 8848.0, 8847.0, 8902.0, 8888.0, 8892.0, 8891.0, 8865.0, 8892.0, 8881.0, 8885.0, 8896.0, 8878.0, 8910.0, 8892.0, 8889.0, 8911.0, 8889.0, 8916.0, 8908.0, 8883.0, 8896.0, 8914.0, 8914.0, 8915.0, 8889.0, 8935.0, 8939.0, 8913.0, 8939.0, 8933.0, 8928.0, 8905.0, 8934.0, 8918.0, 8893.0, 8888.0, 8881.0, 8869.0, 8903.0, 8866.0, 8894.0, 8878.0, 8846.0, 8855.0, 8856.0, 8893.0, 8887.0, 8880.0, 8868.0, 8860.0, 8896.0, 8855.0, 8875.0, 8869.0, 8878.0, 8897.0, 8858.0, 8879.0, 8851.0, 8845.0, 8895.0, 8856.0, 8876.0, 8885.0, 8855.0, 8856.0, 8864.0, 8897.0, 8900.0, 8893.0, 8888.0, 8894.0, 8914.0, 8898.0, 8924.0, 8916.0, 8908.0, 8894.0, 8915.0, 8880.0, 8911.0, 8932.0, 8917.0, 8921.0, 8907.0, 8907.0, 8878.0, 8897.0, 8925.0, 8905.0, 8888.0, 8847.0, 8870.0, 8873.0, 8872.0, 8901.0, 8878.0, 8870.0, 8867.0, 8849.0, 8898.0, 8885.0, 8886.0, 8882.0, 8850.0, 8853.0, 8852.0, 8856.0, 8896.0, 8868.0, 8876.0, 8868.0, 8873.0, 8873.0, 8877.0, 8920.0, 8908.0, 8904.0, 8908.0, 8896.0, 8890.0, 8906.0, 8906.0, 8919.0, 8900.0, 8908.0, 8944.0, 8927.0, 8926.0, 8892.0, 8904.0, 8879.0, 8861.0, 8904.0, 8860.0, 8872.0, 8877.0, 8884.0, 8852.0, 8857.0, 8860.0, 8907.0, 8887.0, 8903.0, 8861.0, 8889.0, 8875.0, 8893.0, 8922.0, 8910.0, 8908.0, 8886.0, 8890.0, 8910.0, 8874.0, 8887.0, 8869.0, 8874.0, 8879.0, 8881.0, 8872.0, 8855.0, 8886.0, 8905.0, 8895.0, 8905.0, 8899.0, 8918.0, 8903.0, 8907.0, 8914.0, 8899.0, 8934.0, 8931.0, 8952.0, 8944.0, 8953.0, 8941.0, 8948.0, 8938.0, 8950.0, 8940.0, 8910.0, 8899.0, 8889.0, 8892.0, 8921.0, 8896.0, 8913.0, 8903.0, 8888.0, 8890.0, 8885.0, 8921.0, 8910.0, 8897.0, 8911.0, 8915.0, 8918.0, 8902.0, 8896.0, 8881.0, 8901.0, 8925.0, 8911.0, 8918.0, 8913.0, 8918.0, 8906.0, 8898.0, 8935.0, 8934.0, 8938.0, 8924.0, 8942.0, 8946.0, 8939.0, 8944.0, 8941.0, 8939.0, 8933.0, 8957.0, 8933.0, 8960.0, 8957.0, 8942.0, 8936.0, 8943.0, 8954.0, 8958.0, 8960.0, 8938.0, 8957.0, 8952.0, 8932.0, 8944.0, 8939.0, 8955.0, 8938.0, 8941.0, 8938.0, 8958.0, 8957.0, 8914.0, 8950.0, 8928.0, 8920.0, 8903.0, 8936.0, 8952.0, 8919.0, 8939.0, 8917.0, 8899.0, 8883.0, 8903.0, 8946.0, 8936.0, 8936.0, 8929.0, 8939.0, 8945.0, 8922.0, 8929.0, 8919.0, 8945.0, 8935.0, 8934.0, 8947.0, 8942.0, 8937.0, 8937.0, 8921.0, 8953.0, 8938.0, 8957.0, 8882.0, 8915.0, 8910.0, 8929.0, 8939.0, 8955.0, 8929.0, 8915.0, 8900.0, 8916.0, 8907.0, 8886.0, 8879.0, 8864.0, 8855.0, 8849.0, 8836.0, 8882.0, 8860.0, 8846.0, 8835.0, 8828.0, 8869.0, 8861.0, 8862.0, 8843.0, 8850.0, 8834.0, 8854.0, 8873.0, 8885.0, 8867.0, 8850.0, 8872.0, 8892.0, 8880.0, 8887.0, 8870.0, 8866.0, 8866.0, 8857.0, 8883.0, 8862.0, 8885.0, 8871.0, 8861.0, 8889.0, 8864.0, 8858.0, 8862.0, 8866.0, 8860.0, 8851.0, 8877.0, 8857.0, 8874.0, 8840.0, 8865.0, 8853.0, 8829.0, 8876.0, 8864.0, 8875.0, 8869.0, 8861.0, 8849.0, 8848.0, 8839.0, 8837.0, 8855.0, 8865.0, 8855.0, 8847.0, 8836.0, 8843.0, 8863.0, 8862.0, 8883.0, 8869.0, 8869.0, 8858.0, 8869.0, 8857.0, 8867.0, 8894.0, 8893.0, 8897.0, 8907.0, 8894.0, 8878.0, 8891.0, 8867.0, 8904.0, 8896.0, 8888.0, 8882.0, 8863.0, 8873.0, 8875.0, 8870.0, 8875.0, 8866.0, 8844.0, 8857.0, 8856.0, 8872.0, 8870.0, 8871.0, 8876.0, 8889.0, 8902.0, 8892.0, 8882.0, 8893.0, 8887.0, 8896.0, 8902.0, 8877.0, 8902.0, 8893.0, 8915.0, 8918.0, 8896.0, 8899.0, 8879.0, 8892.0, 8863.0, 8890.0, 8904.0, 8869.0, 8844.0, 8840.0, 8853.0, 8898.0, 8861.0, 8882.0, 8851.0, 8869.0, 8856.0, 8860.0, 8922.0, 8892.0, 8882.0, 8868.0, 8893.0, 8890.0, 8887.0, 8906.0, 8894.0, 8909.0, 8911.0, 8899.0, 8895.0, 8892.0, 8878.0, 8909.0, 8906.0, 8892.0, 8888.0, 8875.0, 8903.0, 8865.0, 8903.0, 8892.0, 8862.0, 8898.0, 8870.0, 8868.0, 8854.0, 8884.0, 8889.0, 8858.0, 8871.0, 8852.0, 8857.0, 8847.0, 8884.0, 8869.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.0003081682242990654</td></tr>
<tr><td colspan=3>aqi</td><td>0.022988599439252334</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.698911479579046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1940690557904585</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004346140561271</td></tr>
<tr><td colspan=3>efc</td><td>0.4427</td></tr>
<tr><td colspan=3>fber</td><td>7869.1274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06510746679164046</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.5607476635514018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.556750942695616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4423587599514476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9100792942546665</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317814773880733</td></tr>
<tr><td colspan=3>gcor</td><td>0.0184374</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020307043567299843</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023181339725852013</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.8952010233008165</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>61.9647</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.714</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.5181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308722.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>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.8122</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3223.1462</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.4151</td></tr>
<tr><td colspan=3>tsnr</td><td>43.02955488907173</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>