<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-01/func/sub-0105_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>255a9b4c34b6f4963e8425db1cad91b3</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>19:40:32.965000</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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.259</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.12651</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7778, -7261, 213, -166, -118, -44, 54]</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>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b83c317-a2c4-40b8-84f7-c65022359061||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['194032.965000', '194033.425000', '194033.885000', '194034.345000', '194034.805000', '194035.265000', '194035.725000', '194036.185000', '194036.645000', '194037.105000', '194037.565000', '194038.025000', '194038.485000', '194038.945000', '194039.405000', '194039.865000', '194040.325000', '194040.785000', '194041.245000', '194041.705000', '194042.165000', '194042.625000', '194043.085000', '194043.545000', '194044.005000', '194044.465000', '194044.925000', '194045.385000', '194045.845000', '194046.305000', '194046.765000', '194047.225000', '194047.685000', '194048.145000', '194048.605000', '194049.065000', '194049.525000', '194049.985000', '194050.445000', '194050.905000', '194051.365000', '194051.825000', '194052.285000', '194052.745000', '194053.205000', '194053.665000', '194054.125000', '194054.585000', '194055.045000', '194055.505000', '194055.965000', '194056.425000', '194056.885000', '194057.345000', '194057.805000', '194058.265000', '194058.725000', '194059.185000', '194059.645000', '194100.105000', '194100.565000', '194101.025000', '194101.485000', '194101.945000', '194102.405000', '194102.865000', '194103.325000', '194103.785000', '194104.245000', '194104.705000', '194105.165000', '194105.625000', '194106.085000', '194106.545000', '194107.005000', '194107.465000', '194107.925000', '194108.385000', '194108.845000', '194109.305000', '194109.765000', '194110.225000', '194110.685000', '194111.145000', '194111.605000', '194112.065000', '194112.525000', '194112.985000', '194113.445000', '194113.905000', '194114.365000', '194114.825000', '194115.285000', '194115.745000', '194116.205000', '194116.665000', '194117.125000', '194117.585000', '194118.045000', '194118.505000', '194118.965000', '194119.425000', '194119.885000', '194120.345000', '194120.805000', '194121.265000', '194121.725000', '194122.185000', '194122.645000', '194123.105000', '194123.565000', '194124.025000', '194124.485000', '194124.945000', '194125.405000', '194125.865000', '194126.325000', '194126.785000', '194127.245000', '194127.705000', '194128.165000', '194128.625000', '194129.085000', '194129.545000', '194130.005000', '194130.465000', '194130.925000', '194131.385000', '194131.845000', '194132.305000', '194132.765000', '194133.225000', '194133.685000', '194134.145000', '194134.605000', '194135.065000', '194135.525000', '194135.985000', '194136.445000', '194136.905000', '194137.365000', '194137.825000', '194138.285000', '194138.745000', '194139.205000', '194139.665000', '194140.125000', '194140.585000', '194141.045000', '194141.505000', '194141.965000', '194142.425000', '194142.885000', '194143.345000', '194143.805000', '194144.265000', '194144.725000', '194145.185000', '194145.645000', '194146.105000', '194146.565000', '194147.025000', '194147.485000', '194147.945000', '194148.405000', '194148.865000', '194149.325000', '194149.785000', '194150.245000', '194150.705000', '194151.165000', '194151.625000', '194152.085000', '194152.545000', '194153.005000', '194153.465000', '194153.925000', '194154.385000', '194154.845000', '194155.305000', '194155.765000', '194156.225000', '194156.685000', '194157.145000', '194157.605000', '194158.065000', '194158.525000', '194158.985000', '194159.445000', '194159.905000', '194200.365000', '194200.825000', '194201.285000', '194201.745000', '194202.205000', '194202.665000', '194203.125000', '194203.585000', '194204.045000', '194204.505000', '194204.965000', '194205.425000', '194205.885000', '194206.345000', '194206.805000', '194207.265000', '194207.725000', '194208.185000', '194208.645000', '194209.105000', '194209.565000', '194210.025000', '194210.485000', '194210.945000', '194211.405000', '194211.865000', '194212.325000', '194212.785000', '194213.245000', '194213.705000', '194214.165000', '194214.625000', '194215.085000', '194215.545000', '194216.005000', '194216.465000', '194216.925000', '194217.385000', '194217.845000', '194218.305000', '194218.765000', '194219.225000', '194219.685000', '194220.145000', '194220.605000', '194221.065000', '194221.525000', '194221.985000', '194222.445000', '194222.905000', '194223.365000', '194223.825000', '194224.285000', '194224.745000', '194225.205000', '194225.665000', '194226.125000', '194226.585000', '194227.045000', '194227.505000', '194227.965000', '194228.425000', '194228.885000', '194229.345000', '194229.805000', '194230.265000', '194230.725000', '194231.185000', '194231.645000', '194232.105000', '194232.565000', '194233.025000', '194233.485000', '194233.945000', '194234.405000', '194234.865000', '194235.325000', '194235.785000', '194236.245000', '194236.705000', '194237.165000', '194237.625000', '194238.085000', '194238.545000', '194239.005000', '194239.465000', '194239.925000', '194240.385000', '194240.845000', '194241.305000', '194241.765000', '194242.225000', '194242.685000', '194243.145000', '194243.605000', '194244.065000', '194244.525000', '194244.985000', '194245.445000', '194245.905000', '194246.365000', '194246.825000', '194247.285000', '194247.745000', '194248.205000', '194248.665000', '194249.125000', '194249.585000', '194250.045000', '194250.505000', '194250.965000', '194251.425000', '194251.885000', '194252.345000', '194252.805000', '194253.265000', '194253.725000', '194254.185000', '194254.645000', '194255.105000', '194255.565000', '194256.025000', '194256.485000', '194256.945000', '194257.405000', '194257.865000', '194258.325000', '194258.785000', '194259.245000', '194259.705000', '194300.165000', '194300.625000', '194301.085000', '194301.545000', '194302.005000', '194302.465000', '194302.925000', '194303.385000', '194303.845000', '194304.305000', '194304.765000', '194305.225000', '194305.685000', '194306.145000', '194306.605000', '194307.065000', '194307.525000', '194307.985000', '194308.445000', '194308.905000', '194309.365000', '194309.825000', '194310.285000', '194310.745000', '194311.205000', '194311.665000', '194312.125000', '194312.585000', '194313.045000', '194313.505000', '194313.965000', '194314.425000', '194314.885000', '194315.345000', '194315.805000', '194316.265000', '194316.725000', '194317.185000', '194317.645000', '194318.105000', '194318.565000', '194319.025000', '194319.485000', '194319.945000', '194320.405000', '194320.865000', '194321.325000', '194321.785000', '194322.245000', '194322.705000', '194323.165000', '194323.625000', '194324.085000', '194324.545000', '194325.005000', '194325.465000', '194325.925000', '194326.385000', '194326.845000', '194327.305000', '194327.765000', '194328.225000', '194328.685000', '194329.145000', '194329.605000', '194330.065000', '194330.525000', '194330.985000', '194331.445000', '194331.905000', '194332.365000', '194332.825000', '194333.285000', '194333.745000', '194334.205000', '194334.665000', '194335.125000', '194335.585000', '194336.045000', '194336.505000', '194336.965000', '194337.425000', '194337.885000', '194338.345000', '194338.805000', '194339.265000', '194339.725000', '194340.185000', '194340.645000', '194341.105000', '194341.565000', '194342.025000', '194342.485000', '194342.945000', '194343.405000', '194343.865000', '194344.325000', '194344.785000', '194345.245000', '194345.705000', '194346.165000', '194346.625000', '194347.085000', '194347.545000', '194348.005000', '194348.465000', '194348.925000', '194349.385000', '194349.845000', '194350.305000', '194350.765000', '194351.225000', '194351.685000', '194352.145000', '194352.605000', '194353.065000', '194353.525000', '194353.985000', '194354.445000', '194354.905000', '194355.365000', '194355.825000', '194356.285000', '194356.745000', '194357.205000', '194357.665000', '194358.125000', '194358.585000', '194359.045000', '194359.505000', '194359.965000', '194400.425000', '194400.885000', '194401.345000', '194401.805000', '194402.265000', '194402.725000', '194403.185000', '194403.645000', '194404.105000', '194404.565000', '194405.025000', '194405.485000', '194405.945000', '194406.405000', '194406.865000', '194407.325000', '194407.785000', '194408.245000', '194408.705000', '194409.165000', '194409.625000', '194410.085000', '194410.545000', '194411.005000', '194411.465000', '194411.925000', '194412.385000', '194412.845000', '194413.305000', '194413.765000', '194414.225000', '194414.685000', '194415.145000', '194415.605000', '194416.065000', '194416.525000', '194416.985000', '194417.445000', '194417.905000', '194418.365000', '194418.825000', '194419.285000', '194419.745000', '194420.205000', '194420.665000', '194421.125000', '194421.585000', '194422.045000', '194422.505000', '194422.965000', '194423.425000', '194423.885000', '194424.345000', '194424.805000', '194425.265000', '194425.725000', '194426.185000', '194426.645000', '194427.105000', '194427.565000', '194428.025000', '194428.485000', '194428.945000', '194429.405000', '194429.865000', '194430.325000', '194430.785000', '194431.245000', '194431.705000', '194432.165000', '194432.625000', '194433.085000', '194433.545000', '194434.005000', '194434.465000', '194434.925000', '194435.385000', '194435.845000', '194436.305000', '194436.765000', '194437.225000', '194437.685000', '194438.145000', '194438.605000', '194439.065000', '194439.525000', '194439.985000', '194440.445000', '194440.905000', '194441.365000', '194441.825000', '194442.285000', '194442.745000', '194443.205000', '194443.665000', '194444.125000', '194444.585000', '194445.045000', '194445.505000', '194445.965000', '194446.425000', '194446.885000', '194447.345000', '194447.805000', '194448.265000', '194448.725000', '194449.185000', '194449.645000', '194450.105000', '194450.565000', '194451.025000', '194451.485000', '194451.945000', '194452.405000', '194452.865000', '194453.325000', '194453.785000', '194454.245000', '194454.705000', '194455.165000', '194455.625000', '194456.085000', '194456.545000', '194457.005000', '194457.465000', '194457.925000', '194458.385000', '194458.845000', '194459.305000', '194459.765000', '194500.225000', '194500.685000', '194501.145000', '194501.605000', '194502.065000', '194502.525000', '194502.985000', '194503.445000', '194503.905000', '194504.365000', '194504.825000', '194505.285000', '194505.745000', '194506.205000', '194506.665000', '194507.125000', '194507.585000', '194508.045000', '194508.505000', '194508.965000', '194509.425000', '194509.885000', '194510.345000', '194510.805000', '194511.265000', '194511.725000', '194512.185000', '194512.645000', '194513.105000', '194513.565000', '194514.025000', '194514.485000', '194514.945000', '194515.405000', '194515.865000', '194516.325000', '194516.785000', '194517.245000', '194517.705000', '194518.165000', '194518.625000', '194519.085000', '194519.545000', '194520.005000', '194520.465000', '194520.925000', '194521.385000', '194521.845000', '194522.305000', '194522.765000', '194523.225000', '194523.685000', '194524.145000', '194524.605000', '194525.065000', '194525.525000', '194525.985000', '194526.445000', '194526.905000', '194527.365000', '194527.825000', '194528.285000', '194528.745000', '194529.205000', '194529.665000', '194530.125000', '194530.585000', '194531.045000', '194531.505000', '194531.965000', '194532.425000', '194532.885000', '194533.345000', '194533.805000', '194534.265000', '194534.725000', '194535.185000', '194535.645000', '194536.105000', '194536.565000', '194537.025000', '194537.485000', '194537.945000', '194538.405000', '194538.865000', '194539.325000', '194539.785000', '194540.245000', '194540.705000', '194541.165000', '194541.625000', '194542.085000', '194542.545000', '194543.005000', '194543.465000', '194543.925000', '194544.385000', '194544.845000', '194545.305000', '194545.765000', '194546.225000', '194546.685000', '194547.145000', '194547.605000', '194548.065000', '194548.525000', '194548.985000', '194549.445000', '194549.905000', '194550.365000', '194550.825000', '194551.285000', '194551.745000', '194552.205000', '194552.665000', '194553.125000', '194553.585000', '194554.045000', '194554.505000', '194554.965000', '194555.425000', '194555.885000', '194556.345000', '194556.805000', '194557.265000', '194557.725000', '194558.185000', '194558.645000', '194559.105000', '194559.565000', '194600.025000', '194600.485000', '194600.945000', '194601.405000', '194601.865000', '194602.325000', '194602.785000', '194603.245000', '194603.705000', '194604.165000', '194604.625000', '194605.085000', '194605.545000', '194606.005000', '194606.465000', '194606.925000', '194607.385000', '194607.845000', '194608.305000', '194608.765000', '194609.225000', '194609.685000', '194610.145000', '194610.605000', '194611.065000', '194611.525000', '194611.985000', '194612.445000', '194612.905000', '194613.365000', '194613.825000', '194614.285000', '194614.745000', '194615.205000', '194615.665000', '194616.125000', '194616.585000', '194617.045000', '194617.505000', '194617.965000', '194618.425000', '194618.885000', '194619.345000', '194619.805000', '194620.265000', '194620.725000', '194621.185000', '194621.645000', '194622.105000', '194622.565000', '194623.025000', '194623.485000', '194623.945000', '194624.405000', '194624.865000', '194625.325000', '194625.785000', '194626.245000', '194626.705000', '194627.165000', '194627.625000', '194628.085000', '194628.545000', '194629.005000', '194629.465000', '194629.925000', '194630.385000', '194630.845000', '194631.305000', '194631.765000', '194632.225000', '194632.685000', '194633.145000', '194633.605000', '194634.065000', '194634.525000', '194634.985000', '194635.445000', '194635.905000', '194636.365000', '194636.825000', '194637.285000', '194637.745000', '194638.205000', '194638.665000', '194639.125000', '194639.585000', '194640.045000', '194640.505000', '194640.965000', '194641.425000', '194641.885000', '194642.345000', '194642.805000', '194643.265000', '194643.725000', '194644.185000', '194644.645000', '194645.105000', '194645.565000', '194646.025000', '194646.485000', '194646.945000', '194647.405000', '194647.865000', '194648.325000', '194648.785000', '194649.245000', '194649.705000', '194650.165000', '194650.625000', '194651.085000', '194651.545000', '194652.005000', '194652.465000', '194652.925000', '194653.385000', '194653.845000', '194654.305000', '194654.765000', '194655.225000', '194655.685000', '194656.145000', '194656.605000', '194657.065000', '194657.525000', '194657.985000', '194658.445000', '194658.905000', '194659.365000', '194659.825000', '194700.285000', '194700.745000', '194701.205000', '194701.665000', '194702.125000', '194702.585000', '194703.045000', '194703.505000', '194703.965000', '194704.425000', '194704.885000', '194705.345000', '194705.805000', '194706.265000', '194706.725000', '194707.185000', '194707.645000', '194708.105000', '194708.565000', '194709.025000', '194709.485000', '194709.945000', '194710.405000', '194710.865000', '194711.325000', '194711.785000', '194712.245000', '194712.705000', '194713.165000', '194713.625000', '194714.085000', '194714.545000', '194715.005000', '194715.465000', '194715.925000', '194716.385000', '194716.845000', '194717.305000', '194717.765000', '194718.225000', '194718.685000', '194719.145000', '194719.605000', '194720.065000', '194720.525000', '194720.985000', '194721.445000', '194721.905000', '194722.365000', '194722.825000', '194723.285000', '194723.745000', '194724.205000', '194724.665000', '194725.125000', '194725.585000', '194726.045000', '194726.505000', '194726.965000', '194727.425000', '194727.885000', '194728.345000', '194728.805000', '194729.265000', '194729.725000', '194730.185000', '194730.645000', '194731.105000', '194731.565000', '194732.025000', '194732.485000', '194732.945000', '194733.405000', '194733.865000', '194734.325000', '194734.785000', '194735.245000', '194735.705000', '194736.165000', '194736.625000', '194737.085000', '194737.545000', '194738.005000', '194738.465000', '194738.925000', '194739.385000', '194739.845000', '194740.305000', '194740.765000', '194741.225000', '194741.685000', '194742.145000', '194742.605000', '194743.065000', '194743.525000', '194743.985000', '194744.445000', '194744.905000', '194745.365000', '194745.825000', '194746.285000', '194746.745000', '194747.205000', '194747.665000', '194748.125000', '194748.585000', '194749.045000', '194749.505000', '194749.965000', '194750.425000', '194750.885000', '194751.345000', '194751.805000', '194752.265000', '194752.725000', '194753.185000', '194753.645000', '194754.105000', '194754.565000', '194755.025000', '194755.485000', '194755.945000', '194756.405000', '194756.865000', '194757.325000', '194757.785000', '194758.245000', '194758.705000', '194759.165000', '194759.625000', '194800.085000', '194800.545000', '194801.005000', '194801.465000', '194801.925000', '194802.385000', '194802.845000', '194803.305000', '194803.765000', '194804.225000', '194804.685000', '194805.145000', '194805.605000', '194806.065000', '194806.525000', '194806.985000', '194807.445000', '194807.905000', '194808.365000', '194808.825000', '194809.285000', '194809.745000', '194810.205000', '194810.665000', '194811.125000', '194811.585000', '194812.045000', '194812.505000', '194812.965000', '194813.425000', '194813.885000', '194814.345000', '194814.805000', '194815.265000', '194815.725000', '194816.185000', '194816.645000', '194817.105000', '194817.565000', '194818.025000', '194818.485000', '194818.945000', '194819.405000', '194819.865000', '194820.325000', '194820.785000', '194821.245000', '194821.705000', '194822.165000', '194822.625000', '194823.085000', '194823.545000', '194824.005000', '194824.465000', '194824.925000', '194825.385000', '194825.845000', '194826.305000', '194826.765000', '194827.225000', '194827.685000', '194828.145000', '194828.605000', '194829.065000', '194829.525000', '194829.985000', '194830.445000', '194830.905000', '194831.365000', '194831.825000', '194832.285000', '194832.745000', '194833.205000', '194833.665000', '194834.125000', '194834.585000', '194835.045000', '194835.505000', '194835.965000', '194836.425000', '194836.885000', '194837.345000', '194837.805000', '194838.265000', '194838.725000', '194839.185000', '194839.645000', '194840.105000', '194840.565000', '194841.025000', '194841.485000', '194841.945000', '194842.405000', '194842.865000', '194843.325000', '194843.785000', '194844.245000', '194844.705000', '194845.165000', '194845.625000', '194846.085000'], 'ContentTime': ['194053.145000', '194053.149000', '194053.151000', '194053.154000', '194053.157000', '194053.159000', '194053.162000', '194053.164000', '194053.167000', '194053.170000', '194053.172000', '194053.175000', '194053.178000', '194053.188000', '194053.190000', '194053.193000', '194053.195000', '194053.203000', '194053.206000', '194053.209000', '194053.211000', '194053.214000', '194053.216000', '194053.219000', '194053.222000', '194053.224000', '194053.227000', '194053.229000', '194053.232000', '194053.235000', '194053.237000', '194053.240000', '194053.243000', '194053.245000', '194053.248000', '194053.250000', '194053.253000', '194053.255000', '194053.258000', '194053.261000', '194053.263000', '194053.266000', '194113.113000', '194113.117000', '194113.120000', '194113.122000', '194113.125000', '194113.127000', '194113.130000', '194113.133000', '194113.135000', '194113.138000', '194113.140000', '194113.143000', '194113.145000', '194113.148000', '194113.151000', '194113.153000', '194113.156000', '194113.158000', '194113.161000', '194113.164000', '194113.166000', '194113.169000', '194113.171000', '194113.174000', '194113.176000', '194113.179000', '194113.182000', '194113.184000', '194113.187000', '194113.190000', '194113.193000', '194113.195000', '194113.198000', '194113.200000', '194113.203000', '194113.206000', '194113.208000', '194113.211000', '194113.213000', '194113.216000', '194113.218000', '194113.221000', '194113.224000', '194113.226000', '194133.115000', '194133.117000', '194133.120000', '194133.123000', '194133.126000', '194133.128000', '194133.131000', '194133.134000', '194133.137000', '194133.139000', '194133.142000', '194133.145000', '194133.147000', '194133.150000', '194133.152000', '194133.155000', '194133.158000', '194133.161000', '194133.163000', '194133.166000', '194133.168000', '194133.171000', '194133.174000', '194133.176000', '194133.179000', '194133.181000', '194133.184000', '194133.187000', '194133.189000', '194133.192000', '194133.195000', '194133.197000', '194133.200000', '194133.202000', '194133.205000', '194133.208000', '194133.210000', '194133.215000', '194133.218000', '194133.220000', '194133.223000', '194133.226000', '194133.228000', '194153.114000', '194153.117000', '194153.120000', '194153.122000', '194153.125000', '194153.128000', '194153.130000', '194153.133000', '194153.136000', '194153.138000', '194153.141000', '194153.143000', '194153.146000', '194153.149000', '194153.151000', '194153.154000', '194153.157000', '194153.159000', '194153.162000', '194153.164000', '194153.167000', '194153.170000', '194153.172000', '194153.175000', '194153.177000', '194153.180000', '194153.183000', '194153.185000', '194153.188000', '194153.191000', '194153.193000', '194153.196000', '194153.199000', '194153.201000', '194153.204000', '194153.206000', '194153.209000', '194153.211000', '194153.214000', '194153.217000', '194153.219000', '194153.222000', '194153.225000', '194153.227000', '194213.114000', '194213.117000', '194213.120000', '194213.123000', '194213.125000', '194213.128000', '194213.131000', '194213.133000', '194213.136000', '194213.138000', '194213.141000', '194213.144000', '194213.147000', '194213.149000', '194213.152000', '194213.154000', '194213.157000', '194213.160000', '194213.162000', '194213.165000', '194213.168000', '194213.170000', '194213.173000', '194213.176000', '194213.178000', '194213.181000', '194213.184000', '194213.186000', '194213.189000', '194213.191000', '194213.194000', '194213.197000', '194213.199000', '194213.202000', '194213.205000', '194213.207000', '194213.210000', '194213.212000', '194213.215000', '194213.218000', '194213.220000', '194213.223000', '194213.225000', '194233.114000', '194233.117000', '194233.120000', '194233.123000', '194233.125000', '194233.128000', '194233.130000', '194233.133000', '194233.136000', '194233.138000', '194233.162000', '194233.165000', '194233.168000', '194233.170000', '194233.173000', '194233.176000', '194233.178000', '194233.181000', '194233.183000', '194233.186000', '194233.189000', '194233.191000', '194233.194000', '194233.197000', '194233.199000', '194233.202000', '194233.204000', '194233.207000', '194233.210000', '194233.212000', '194233.215000', '194233.218000', '194233.220000', '194233.223000', '194233.225000', '194233.228000', '194233.231000', '194233.233000', '194233.236000', '194233.239000', '194233.241000', '194233.244000', '194233.246000', '194233.249000', '194253.114000', '194253.117000', '194253.120000', '194253.122000', '194253.125000', '194253.128000', '194253.130000', '194253.133000', '194253.136000', '194253.138000', '194253.141000', '194253.144000', '194253.146000', '194253.149000', '194253.152000', '194253.154000', '194253.157000', '194253.160000', '194253.162000', '194253.165000', '194253.167000', '194253.170000', '194253.173000', '194253.175000', '194253.178000', '194253.181000', '194253.183000', '194253.186000', '194253.188000', '194253.191000', '194253.194000', '194253.196000', '194253.199000', '194253.202000', '194253.204000', '194253.207000', '194253.209000', '194253.212000', '194253.215000', '194253.217000', '194253.220000', '194253.223000', '194253.225000', '194313.114000', '194313.117000', '194313.120000', '194313.123000', '194313.125000', '194313.128000', '194313.131000', '194313.133000', '194313.136000', '194313.139000', '194313.141000', '194313.144000', '194313.147000', '194313.149000', '194313.152000', '194313.154000', '194313.157000', '194313.160000', '194313.162000', '194313.165000', '194313.167000', '194313.170000', '194313.173000', '194313.176000', '194313.178000', '194313.181000', '194313.183000', '194313.186000', '194313.192000', '194313.194000', '194313.197000', '194313.200000', '194313.202000', '194313.205000', '194313.208000', '194313.210000', '194313.213000', '194313.216000', '194313.218000', '194313.221000', '194313.223000', '194313.226000', '194313.229000', '194313.231000', '194333.113000', '194333.116000', '194333.119000', '194333.122000', '194333.124000', '194333.127000', '194333.130000', '194333.132000', '194333.135000', '194333.138000', '194333.140000', '194333.143000', '194333.145000', '194333.148000', '194333.151000', '194333.153000', '194333.156000', '194333.159000', '194333.161000', '194333.164000', '194333.166000', '194333.169000', '194333.172000', '194333.174000', '194333.177000', '194333.180000', '194333.182000', '194333.185000', '194333.188000', '194333.190000', '194333.193000', '194333.195000', '194333.198000', '194333.201000', '194333.203000', '194333.206000', '194333.209000', '194333.211000', '194333.214000', '194333.216000', '194333.219000', '194333.222000', '194333.224000', '194353.115000', '194353.117000', '194353.120000', '194353.123000', '194353.126000', '194353.128000', '194353.131000', '194353.134000', '194353.136000', '194353.139000', '194353.141000', '194353.144000', '194353.147000', '194353.149000', '194353.152000', '194353.155000', '194353.157000', '194353.160000', '194353.163000', '194353.165000', '194353.168000', '194353.171000', '194353.173000', '194353.176000', '194353.179000', '194353.182000', '194353.185000', '194353.188000', '194353.190000', '194353.193000', '194353.196000', '194353.198000', '194353.201000', '194353.214000', '194353.217000', '194353.219000', '194353.222000', '194353.225000', '194353.227000', '194353.236000', '194353.239000', '194353.242000', '194353.244000', '194413.115000', '194413.118000', '194413.120000', '194413.123000', '194413.126000', '194413.128000', '194413.141000', '194413.144000', '194413.147000', '194413.150000', '194413.152000', '194413.155000', '194413.157000', '194413.160000', '194413.163000', '194413.165000', '194413.168000', '194413.171000', '194413.173000', '194413.176000', '194413.179000', '194413.181000', '194413.184000', '194413.187000', '194413.189000', '194413.192000', '194413.195000', '194413.197000', '194413.200000', '194413.203000', '194413.205000', '194413.208000', '194413.210000', '194413.213000', '194413.215000', '194413.218000', '194413.221000', '194413.223000', '194413.226000', '194413.228000', '194413.231000', '194413.234000', '194413.236000', '194413.239000', '194433.115000', '194433.117000', '194433.120000', '194433.123000', '194433.125000', '194433.128000', '194433.131000', '194433.133000', '194433.136000', '194433.139000', '194433.141000', '194433.144000', '194433.147000', '194433.149000', '194433.152000', '194433.154000', '194433.157000', '194433.160000', '194433.162000', '194433.165000', '194433.168000', '194433.170000', '194433.173000', '194433.175000', '194433.178000', '194433.181000', '194433.183000', '194433.186000', '194433.199000', '194433.202000', '194433.204000', '194433.207000', '194433.210000', '194433.213000', '194433.215000', '194433.218000', '194433.221000', '194433.223000', '194433.226000', '194433.228000', '194433.231000', '194433.234000', '194433.236000', '194433.239000', '194453.115000', '194453.118000', '194453.120000', '194453.123000', '194453.126000', '194453.128000', '194453.131000', '194453.134000', '194453.136000', '194453.139000', '194453.142000', '194453.144000', '194453.147000', '194453.149000', '194453.152000', '194453.155000', '194453.157000', '194453.160000', '194453.162000', '194453.165000', '194453.168000', '194453.170000', '194453.173000', '194453.175000', '194453.178000', '194453.181000', '194453.183000', '194453.186000', '194453.189000', '194453.191000', '194453.194000', '194453.196000', '194453.199000', '194453.202000', '194453.204000', '194453.207000', '194453.210000', '194453.212000', '194453.215000', '194453.217000', '194453.220000', '194453.223000', '194453.225000', '194513.114000', '194513.117000', '194513.120000', '194513.123000', '194513.125000', '194513.128000', '194513.130000', '194513.133000', '194513.136000', '194513.138000', '194513.141000', '194513.144000', '194513.148000', '194513.150000', '194513.153000', '194513.156000', '194513.159000', '194513.162000', '194513.164000', '194513.167000', '194513.170000', '194513.173000', '194513.175000', '194513.185000', '194513.188000', '194513.191000', '194513.193000', '194513.196000', '194513.199000', '194513.201000', '194513.204000', '194513.207000', '194513.209000', '194513.212000', '194513.215000', '194513.217000', '194513.220000', '194513.223000', '194513.225000', '194513.228000', '194513.231000', '194513.233000', '194513.236000', '194513.238000', '194533.115000', '194533.118000', '194533.121000', '194533.123000', '194533.126000', '194533.128000', '194533.131000', '194533.134000', '194533.136000', '194533.139000', '194533.142000', '194533.144000', '194533.147000', '194533.149000', '194533.152000', '194533.167000', '194533.170000', '194533.172000', '194533.175000', '194533.178000', '194533.180000', '194533.183000', '194533.186000', '194533.188000', '194533.191000', '194533.193000', '194533.197000', '194533.199000', '194533.202000', '194533.205000', '194533.207000', '194533.210000', '194533.212000', '194533.215000', '194533.218000', '194533.220000', '194533.223000', '194533.226000', '194533.228000', '194533.231000', '194533.233000', '194533.236000', '194533.239000', '194553.113000', '194553.116000', '194553.119000', '194553.122000', '194553.124000', '194553.127000', '194553.130000', '194553.132000', '194553.135000', '194553.137000', '194553.140000', '194553.147000', '194553.150000', '194553.152000', '194553.155000', '194553.158000', '194553.161000', '194553.163000', '194553.166000', '194553.169000', '194553.171000', '194553.174000', '194553.176000', '194553.179000', '194553.182000', '194553.184000', '194553.187000', '194553.190000', '194553.192000', '194553.195000', '194553.198000', '194553.200000', '194553.203000', '194553.205000', '194553.208000', '194553.211000', '194553.213000', '194553.216000', '194553.219000', '194553.222000', '194553.224000', '194553.227000', '194553.230000', '194553.232000', '194613.115000', '194613.118000', '194613.120000', '194613.123000', '194613.126000', '194613.128000', '194613.131000', '194613.134000', '194613.136000', '194613.139000', '194613.142000', '194613.144000', '194613.147000', '194613.149000', '194613.152000', '194613.155000', '194613.158000', '194613.160000', '194613.163000', '194613.165000', '194613.168000', '194613.171000', '194613.173000', '194613.176000', '194613.179000', '194613.181000', '194613.184000', '194613.186000', '194613.190000', '194613.192000', '194613.195000', '194613.199000', '194613.202000', '194613.204000', '194613.207000', '194613.209000', '194613.212000', '194613.215000', '194613.217000', '194613.220000', '194613.223000', '194613.225000', '194613.228000', '194633.115000', '194633.117000', '194633.120000', '194633.123000', '194633.125000', '194633.128000', '194633.130000', '194633.133000', '194633.136000', '194633.138000', '194633.141000', '194633.144000', '194633.146000', '194633.149000', '194633.152000', '194633.155000', '194633.158000', '194633.162000', '194633.165000', '194633.167000', '194633.170000', '194633.173000', '194633.175000', '194633.178000', '194633.180000', '194633.183000', '194633.188000', '194633.191000', '194633.193000', '194633.196000', '194633.199000', '194633.202000', '194633.204000', '194633.207000', '194633.209000', '194633.212000', '194633.215000', '194633.217000', '194633.220000', '194633.223000', '194633.225000', '194633.228000', '194633.230000', '194653.115000', '194653.117000', '194653.120000', '194653.123000', '194653.126000', '194653.128000', '194653.131000', '194653.133000', '194653.136000', '194653.139000', '194653.141000', '194653.144000', '194653.146000', '194653.149000', '194653.152000', '194653.154000', '194653.157000', '194653.160000', '194653.162000', '194653.165000', '194653.168000', '194653.170000', '194653.173000', '194653.175000', '194653.178000', '194653.181000', '194653.183000', '194653.186000', '194653.189000', '194653.191000', '194653.194000', '194653.197000', '194653.199000', '194653.202000', '194653.205000', '194653.207000', '194653.210000', '194653.213000', '194653.215000', '194653.218000', '194653.221000', '194653.234000', '194653.237000', '194653.239000', '194713.114000', '194713.117000', '194713.120000', '194713.123000', '194713.125000', '194713.128000', '194713.131000', '194713.133000', '194713.136000', '194713.139000', '194713.141000', '194713.144000', '194713.147000', '194713.150000', '194713.153000', '194713.156000', '194713.159000', '194713.161000', '194713.164000', '194713.167000', '194713.169000', '194713.172000', '194713.174000', '194713.177000', '194713.180000', '194713.183000', '194713.185000', '194713.188000', '194713.191000', '194713.193000', '194713.196000', '194713.199000', '194713.202000', '194713.204000', '194713.207000', '194713.209000', '194713.212000', '194713.215000', '194713.217000', '194713.220000', '194713.223000', '194713.225000', '194713.228000', '194733.115000', '194733.117000', '194733.120000', '194733.123000', '194733.126000', '194733.128000', '194733.131000', '194733.134000', '194733.136000', '194733.139000', '194733.141000', '194733.144000', '194733.147000', '194733.149000', '194733.152000', '194733.154000', '194733.157000', '194733.160000', '194733.162000', '194733.165000', '194733.168000', '194733.170000', '194733.173000', '194733.175000', '194733.178000', '194733.181000', '194733.183000', '194733.186000', '194733.189000', '194733.191000', '194733.194000', '194733.197000', '194733.199000', '194733.202000', '194733.204000', '194733.207000', '194733.210000', '194733.212000', '194733.215000', '194733.217000', '194733.220000', '194733.223000', '194733.225000', '194733.228000', '194753.114000', '194753.117000', '194753.120000', '194753.123000', '194753.125000', '194753.128000', '194753.131000', '194753.133000', '194753.136000', '194753.138000', '194753.141000', '194753.144000', '194753.146000', '194753.149000', '194753.152000', '194753.154000', '194753.157000', '194753.159000', '194753.162000', '194753.165000', '194753.167000', '194753.170000', '194753.173000', '194753.175000', '194753.178000', '194753.181000', '194753.183000', '194753.186000', '194753.189000', '194753.192000', '194753.194000', '194753.197000', '194753.199000', '194753.202000', '194753.205000', '194753.208000', '194753.211000', '194753.213000', '194753.216000', '194753.219000', '194753.221000', '194753.225000', '194753.227000', '194813.114000', '194813.117000', '194813.120000', '194813.122000', '194813.125000', '194813.128000', '194813.130000', '194813.133000', '194813.136000', '194813.138000', '194813.141000', '194813.144000', '194813.146000', '194813.149000', '194813.151000', '194813.154000', '194813.157000', '194813.159000', '194813.162000', '194813.165000', '194813.167000', '194813.170000', '194813.173000', '194813.175000', '194813.178000', '194813.181000', '194813.183000', '194813.186000', '194813.189000', '194813.191000', '194813.194000', '194813.197000', '194813.199000', '194813.202000', '194813.204000', '194813.207000', '194813.210000', '194813.212000', '194813.250000', '194813.253000', '194813.255000', '194813.258000', '194813.260000', '194813.263000', '194833.115000', '194833.118000', '194833.120000', '194833.123000', '194833.126000', '194833.128000', '194833.131000', '194833.134000', '194833.136000', '194833.139000', '194833.142000', '194833.144000', '194833.147000', '194833.150000', '194833.152000', '194833.155000', '194833.158000', '194833.160000', '194833.163000', '194833.165000', '194833.168000', '194833.171000', '194833.174000', '194833.176000', '194833.179000', '194833.182000', '194833.184000', '194833.187000', '194833.190000', '194833.192000', '194833.195000', '194833.200000', '194833.202000', '194833.205000', '194833.207000', '194833.210000', '194833.213000', '194833.215000', '194833.218000', '194833.221000', '194833.223000', '194833.226000', '194833.228000', '194847.002000', '194847.006000', '194847.009000', '194847.012000', '194847.015000', '194847.018000', '194847.020000', '194847.024000', '194847.027000', '194847.030000', '194847.032000', '194847.035000', '194847.038000', '194847.041000', '194847.043000', '194847.046000', '194847.049000', '194847.051000', '194847.054000', '194847.057000', '194847.059000', '194847.062000', '194847.065000', '194847.067000', '194847.070000', '194847.073000', '194847.077000', '194847.080000', '194847.083000', '194847.085000', '194847.088000'], 'InstanceCreationTime': ['194053.145000', '194053.149000', '194053.151000', '194053.154000', '194053.157000', '194053.159000', '194053.162000', '194053.164000', '194053.167000', '194053.170000', '194053.172000', '194053.175000', '194053.178000', '194053.188000', '194053.190000', '194053.193000', '194053.195000', '194053.203000', '194053.206000', '194053.209000', '194053.211000', '194053.214000', '194053.216000', '194053.219000', '194053.222000', '194053.224000', '194053.227000', '194053.229000', '194053.232000', '194053.235000', '194053.237000', '194053.240000', '194053.243000', '194053.245000', '194053.248000', '194053.250000', '194053.253000', '194053.255000', '194053.258000', '194053.261000', '194053.263000', '194053.266000', '194113.113000', '194113.117000', '194113.120000', '194113.122000', '194113.125000', '194113.127000', '194113.130000', '194113.133000', '194113.135000', '194113.138000', '194113.140000', '194113.143000', '194113.145000', '194113.148000', '194113.151000', '194113.153000', '194113.156000', '194113.158000', '194113.161000', '194113.164000', '194113.166000', '194113.169000', '194113.171000', '194113.174000', '194113.176000', '194113.179000', '194113.182000', '194113.184000', '194113.187000', '194113.190000', '194113.193000', '194113.195000', '194113.198000', '194113.200000', '194113.203000', '194113.206000', '194113.208000', '194113.211000', '194113.213000', '194113.216000', '194113.218000', '194113.221000', '194113.224000', '194113.226000', '194133.115000', '194133.117000', '194133.120000', '194133.123000', '194133.126000', '194133.128000', '194133.131000', '194133.134000', '194133.137000', '194133.139000', '194133.142000', '194133.145000', '194133.147000', '194133.150000', '194133.152000', '194133.155000', '194133.158000', '194133.161000', '194133.163000', '194133.166000', '194133.168000', '194133.171000', '194133.174000', '194133.176000', '194133.179000', '194133.181000', '194133.184000', '194133.187000', '194133.189000', '194133.192000', '194133.195000', '194133.197000', '194133.200000', '194133.202000', '194133.205000', '194133.208000', '194133.210000', '194133.215000', '194133.218000', '194133.220000', '194133.223000', '194133.226000', '194133.228000', '194153.114000', '194153.117000', '194153.120000', '194153.122000', '194153.125000', '194153.128000', '194153.130000', '194153.133000', '194153.136000', '194153.138000', '194153.141000', '194153.143000', '194153.146000', '194153.149000', '194153.151000', '194153.154000', '194153.157000', '194153.159000', '194153.162000', '194153.164000', '194153.167000', '194153.170000', '194153.172000', '194153.175000', '194153.177000', '194153.180000', '194153.183000', '194153.185000', '194153.188000', '194153.191000', '194153.193000', '194153.196000', '194153.199000', '194153.201000', '194153.204000', '194153.206000', '194153.209000', '194153.211000', '194153.214000', '194153.217000', '194153.219000', '194153.222000', '194153.225000', '194153.227000', '194213.114000', '194213.117000', '194213.120000', '194213.123000', '194213.125000', '194213.128000', '194213.131000', '194213.133000', '194213.136000', '194213.138000', '194213.141000', '194213.144000', '194213.147000', '194213.149000', '194213.152000', '194213.154000', '194213.157000', '194213.160000', '194213.162000', '194213.165000', '194213.168000', '194213.170000', '194213.173000', '194213.176000', '194213.178000', '194213.181000', '194213.184000', '194213.186000', '194213.189000', '194213.191000', '194213.194000', '194213.197000', '194213.199000', '194213.202000', '194213.205000', '194213.207000', '194213.210000', '194213.212000', '194213.215000', '194213.218000', '194213.220000', '194213.223000', '194213.225000', '194233.114000', '194233.117000', '194233.120000', '194233.123000', '194233.125000', '194233.128000', '194233.130000', '194233.133000', '194233.136000', '194233.138000', '194233.162000', '194233.165000', '194233.168000', '194233.170000', '194233.173000', '194233.176000', '194233.178000', '194233.181000', '194233.183000', '194233.186000', '194233.189000', '194233.191000', '194233.194000', '194233.197000', '194233.199000', '194233.202000', '194233.204000', '194233.207000', '194233.210000', '194233.212000', '194233.215000', '194233.218000', '194233.220000', '194233.223000', '194233.225000', '194233.228000', '194233.231000', '194233.233000', '194233.236000', '194233.239000', '194233.241000', '194233.244000', '194233.246000', '194233.249000', '194253.114000', '194253.117000', '194253.120000', '194253.122000', '194253.125000', '194253.128000', '194253.130000', '194253.133000', '194253.136000', '194253.138000', '194253.141000', '194253.144000', '194253.146000', '194253.149000', '194253.152000', '194253.154000', '194253.157000', '194253.160000', '194253.162000', '194253.165000', '194253.167000', '194253.170000', '194253.173000', '194253.175000', '194253.178000', '194253.181000', '194253.183000', '194253.186000', '194253.188000', '194253.191000', '194253.194000', '194253.196000', '194253.199000', '194253.202000', '194253.204000', '194253.207000', '194253.209000', '194253.212000', '194253.215000', '194253.217000', '194253.220000', '194253.223000', '194253.225000', '194313.114000', '194313.117000', '194313.120000', '194313.123000', '194313.125000', '194313.128000', '194313.131000', '194313.133000', '194313.136000', '194313.139000', '194313.141000', '194313.144000', '194313.147000', '194313.149000', '194313.152000', '194313.154000', '194313.157000', '194313.160000', '194313.162000', '194313.165000', '194313.167000', '194313.170000', '194313.173000', '194313.176000', '194313.178000', '194313.181000', '194313.183000', '194313.186000', '194313.192000', '194313.194000', '194313.197000', '194313.200000', '194313.202000', '194313.205000', '194313.208000', '194313.210000', '194313.213000', '194313.216000', '194313.218000', '194313.221000', '194313.223000', '194313.226000', '194313.229000', '194313.231000', '194333.113000', '194333.116000', '194333.119000', '194333.122000', '194333.124000', '194333.127000', '194333.130000', '194333.132000', '194333.135000', '194333.138000', '194333.140000', '194333.143000', '194333.145000', '194333.148000', '194333.151000', '194333.153000', '194333.156000', '194333.159000', '194333.161000', '194333.164000', '194333.166000', '194333.169000', '194333.172000', '194333.174000', '194333.177000', '194333.180000', '194333.182000', '194333.185000', '194333.188000', '194333.190000', '194333.193000', '194333.195000', '194333.198000', '194333.201000', '194333.203000', '194333.206000', '194333.209000', '194333.211000', '194333.214000', '194333.216000', '194333.219000', '194333.222000', '194333.224000', '194353.115000', '194353.117000', '194353.120000', '194353.123000', '194353.126000', '194353.128000', '194353.131000', '194353.134000', '194353.136000', '194353.139000', '194353.141000', '194353.144000', '194353.147000', '194353.149000', '194353.152000', '194353.155000', '194353.157000', '194353.160000', '194353.163000', '194353.165000', '194353.168000', '194353.171000', '194353.173000', '194353.176000', '194353.179000', '194353.182000', '194353.185000', '194353.188000', '194353.190000', '194353.193000', '194353.196000', '194353.198000', '194353.201000', '194353.214000', '194353.217000', '194353.219000', '194353.222000', '194353.225000', '194353.227000', '194353.236000', '194353.239000', '194353.242000', '194353.244000', '194413.115000', '194413.118000', '194413.120000', '194413.123000', '194413.126000', '194413.128000', '194413.141000', '194413.144000', '194413.147000', '194413.150000', '194413.152000', '194413.155000', '194413.157000', '194413.160000', '194413.163000', '194413.165000', '194413.168000', '194413.171000', '194413.173000', '194413.176000', '194413.179000', '194413.181000', '194413.184000', '194413.187000', '194413.189000', '194413.192000', '194413.195000', '194413.197000', '194413.200000', '194413.203000', '194413.205000', '194413.208000', '194413.210000', '194413.213000', '194413.215000', '194413.218000', '194413.221000', '194413.223000', '194413.226000', '194413.228000', '194413.231000', '194413.234000', '194413.236000', '194413.239000', '194433.115000', '194433.117000', '194433.120000', '194433.123000', '194433.125000', '194433.128000', '194433.131000', '194433.133000', '194433.136000', '194433.139000', '194433.141000', '194433.144000', '194433.147000', '194433.149000', '194433.152000', '194433.154000', '194433.157000', '194433.160000', '194433.162000', '194433.165000', '194433.168000', '194433.170000', '194433.173000', '194433.175000', '194433.178000', '194433.181000', '194433.183000', '194433.186000', '194433.199000', '194433.202000', '194433.204000', '194433.207000', '194433.210000', '194433.213000', '194433.215000', '194433.218000', '194433.221000', '194433.223000', '194433.226000', '194433.228000', '194433.231000', '194433.234000', '194433.236000', '194433.239000', '194453.115000', '194453.118000', '194453.120000', '194453.123000', '194453.126000', '194453.128000', '194453.131000', '194453.134000', '194453.136000', '194453.139000', '194453.142000', '194453.144000', '194453.147000', '194453.149000', '194453.152000', '194453.155000', '194453.157000', '194453.160000', '194453.162000', '194453.165000', '194453.168000', '194453.170000', '194453.173000', '194453.175000', '194453.178000', '194453.181000', '194453.183000', '194453.186000', '194453.189000', '194453.191000', '194453.194000', '194453.196000', '194453.199000', '194453.202000', '194453.204000', '194453.207000', '194453.210000', '194453.212000', '194453.215000', '194453.217000', '194453.220000', '194453.223000', '194453.225000', '194513.114000', '194513.117000', '194513.120000', '194513.123000', '194513.125000', '194513.128000', '194513.130000', '194513.133000', '194513.136000', '194513.138000', '194513.141000', '194513.144000', '194513.148000', '194513.150000', '194513.153000', '194513.156000', '194513.159000', '194513.162000', '194513.164000', '194513.167000', '194513.170000', '194513.173000', '194513.175000', '194513.185000', '194513.188000', '194513.191000', '194513.193000', '194513.196000', '194513.199000', '194513.201000', '194513.204000', '194513.207000', '194513.209000', '194513.212000', '194513.215000', '194513.217000', '194513.220000', '194513.223000', '194513.225000', '194513.228000', '194513.231000', '194513.233000', '194513.236000', '194513.238000', '194533.115000', '194533.118000', '194533.121000', '194533.123000', '194533.126000', '194533.128000', '194533.131000', '194533.134000', '194533.136000', '194533.139000', '194533.142000', '194533.144000', '194533.147000', '194533.149000', '194533.152000', '194533.167000', '194533.170000', '194533.172000', '194533.175000', '194533.178000', '194533.180000', '194533.183000', '194533.186000', '194533.188000', '194533.191000', '194533.193000', '194533.197000', '194533.199000', '194533.202000', '194533.205000', '194533.207000', '194533.210000', '194533.212000', '194533.215000', '194533.218000', '194533.220000', '194533.223000', '194533.226000', '194533.228000', '194533.231000', '194533.233000', '194533.236000', '194533.239000', '194553.113000', '194553.116000', '194553.119000', '194553.122000', '194553.124000', '194553.127000', '194553.130000', '194553.132000', '194553.135000', '194553.137000', '194553.140000', '194553.147000', '194553.150000', '194553.152000', '194553.155000', '194553.158000', '194553.161000', '194553.163000', '194553.166000', '194553.169000', '194553.171000', '194553.174000', '194553.176000', '194553.179000', '194553.182000', '194553.184000', '194553.187000', '194553.190000', '194553.192000', '194553.195000', '194553.198000', '194553.200000', '194553.203000', '194553.205000', '194553.208000', '194553.211000', '194553.213000', '194553.216000', '194553.219000', '194553.222000', '194553.224000', '194553.227000', '194553.230000', '194553.232000', '194613.115000', '194613.118000', '194613.120000', '194613.123000', '194613.126000', '194613.128000', '194613.131000', '194613.134000', '194613.136000', '194613.139000', '194613.142000', '194613.144000', '194613.147000', '194613.149000', '194613.152000', '194613.155000', '194613.158000', '194613.160000', '194613.163000', '194613.165000', '194613.168000', '194613.171000', '194613.173000', '194613.176000', '194613.179000', '194613.181000', '194613.184000', '194613.186000', '194613.190000', '194613.192000', '194613.195000', '194613.199000', '194613.202000', '194613.204000', '194613.207000', '194613.209000', '194613.212000', '194613.215000', '194613.217000', '194613.220000', '194613.223000', '194613.225000', '194613.228000', '194633.115000', '194633.117000', '194633.120000', '194633.123000', '194633.125000', '194633.128000', '194633.130000', '194633.133000', '194633.136000', '194633.138000', '194633.141000', '194633.144000', '194633.146000', '194633.149000', '194633.152000', '194633.155000', '194633.158000', '194633.162000', '194633.165000', '194633.167000', '194633.170000', '194633.173000', '194633.175000', '194633.178000', '194633.180000', '194633.183000', '194633.188000', '194633.191000', '194633.193000', '194633.196000', '194633.199000', '194633.202000', '194633.204000', '194633.207000', '194633.209000', '194633.212000', '194633.215000', '194633.217000', '194633.220000', '194633.223000', '194633.225000', '194633.228000', '194633.230000', '194653.115000', '194653.117000', '194653.120000', '194653.123000', '194653.126000', '194653.128000', '194653.131000', '194653.133000', '194653.136000', '194653.139000', '194653.141000', '194653.144000', '194653.146000', '194653.149000', '194653.152000', '194653.154000', '194653.157000', '194653.160000', '194653.162000', '194653.165000', '194653.168000', '194653.170000', '194653.173000', '194653.175000', '194653.178000', '194653.181000', '194653.183000', '194653.186000', '194653.189000', '194653.191000', '194653.194000', '194653.197000', '194653.199000', '194653.202000', '194653.205000', '194653.207000', '194653.210000', '194653.213000', '194653.215000', '194653.218000', '194653.221000', '194653.234000', '194653.237000', '194653.239000', '194713.114000', '194713.117000', '194713.120000', '194713.123000', '194713.125000', '194713.128000', '194713.131000', '194713.133000', '194713.136000', '194713.139000', '194713.141000', '194713.144000', '194713.147000', '194713.150000', '194713.153000', '194713.156000', '194713.159000', '194713.161000', '194713.164000', '194713.167000', '194713.169000', '194713.172000', '194713.174000', '194713.177000', '194713.180000', '194713.183000', '194713.185000', '194713.188000', '194713.191000', '194713.193000', '194713.196000', '194713.199000', '194713.202000', '194713.204000', '194713.207000', '194713.209000', '194713.212000', '194713.215000', '194713.217000', '194713.220000', '194713.223000', '194713.225000', '194713.228000', '194733.115000', '194733.117000', '194733.120000', '194733.123000', '194733.126000', '194733.128000', '194733.131000', '194733.134000', '194733.136000', '194733.139000', '194733.141000', '194733.144000', '194733.147000', '194733.149000', '194733.152000', '194733.154000', '194733.157000', '194733.160000', '194733.162000', '194733.165000', '194733.168000', '194733.170000', '194733.173000', '194733.175000', '194733.178000', '194733.181000', '194733.183000', '194733.186000', '194733.189000', '194733.191000', '194733.194000', '194733.197000', '194733.199000', '194733.202000', '194733.204000', '194733.207000', '194733.210000', '194733.212000', '194733.215000', '194733.217000', '194733.220000', '194733.223000', '194733.225000', '194733.228000', '194753.114000', '194753.117000', '194753.120000', '194753.123000', '194753.125000', '194753.128000', '194753.131000', '194753.133000', '194753.136000', '194753.138000', '194753.141000', '194753.144000', '194753.146000', '194753.149000', '194753.152000', '194753.154000', '194753.157000', '194753.159000', '194753.162000', '194753.165000', '194753.167000', '194753.170000', '194753.173000', '194753.175000', '194753.178000', '194753.181000', '194753.183000', '194753.186000', '194753.189000', '194753.192000', '194753.194000', '194753.197000', '194753.199000', '194753.202000', '194753.205000', '194753.208000', '194753.211000', '194753.213000', '194753.216000', '194753.219000', '194753.221000', '194753.225000', '194753.227000', '194813.114000', '194813.117000', '194813.120000', '194813.122000', '194813.125000', '194813.128000', '194813.130000', '194813.133000', '194813.136000', '194813.138000', '194813.141000', '194813.144000', '194813.146000', '194813.149000', '194813.151000', '194813.154000', '194813.157000', '194813.159000', '194813.162000', '194813.165000', '194813.167000', '194813.170000', '194813.173000', '194813.175000', '194813.178000', '194813.181000', '194813.183000', '194813.186000', '194813.189000', '194813.191000', '194813.194000', '194813.197000', '194813.199000', '194813.202000', '194813.204000', '194813.207000', '194813.210000', '194813.212000', '194813.250000', '194813.253000', '194813.255000', '194813.258000', '194813.260000', '194813.263000', '194833.115000', '194833.118000', '194833.120000', '194833.123000', '194833.126000', '194833.128000', '194833.131000', '194833.134000', '194833.136000', '194833.139000', '194833.142000', '194833.144000', '194833.147000', '194833.150000', '194833.152000', '194833.155000', '194833.158000', '194833.160000', '194833.163000', '194833.165000', '194833.168000', '194833.171000', '194833.174000', '194833.176000', '194833.179000', '194833.182000', '194833.184000', '194833.187000', '194833.190000', '194833.192000', '194833.195000', '194833.200000', '194833.202000', '194833.205000', '194833.207000', '194833.210000', '194833.213000', '194833.215000', '194833.218000', '194833.221000', '194833.223000', '194833.226000', '194833.228000', '194847.002000', '194847.006000', '194847.009000', '194847.012000', '194847.015000', '194847.018000', '194847.020000', '194847.024000', '194847.027000', '194847.030000', '194847.032000', '194847.035000', '194847.038000', '194847.041000', '194847.043000', '194847.046000', '194847.049000', '194847.051000', '194847.054000', '194847.057000', '194847.059000', '194847.062000', '194847.065000', '194847.067000', '194847.070000', '194847.073000', '194847.077000', '194847.080000', '194847.083000', '194847.085000', '194847.088000'], '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': [11578, 17702, 10806, 15375, 9980, 12940, 8803, 11593, 15445, 10231, 17193, 10443, 14522, 9138, 11164, 9605, 9929, 16810, 9759, 14723, 10110, 12078, 9029, 10822, 9423, 10266, 18461, 10861, 14974, 10170, 12387, 8904, 10758, 17379, 10616, 17995, 10561, 14214, 9665, 12209, 14201, 11198, 18961, 11478, 16026, 10936, 13000, 9092, 11641, 15641, 10938, 18886, 11459, 15485, 10058, 12846, 14330, 10797, 18880, 12447, 14964, 10416, 12750, 9345, 12020, 12871, 10921, 18645, 10973, 14940, 10157, 12193, 8811, 11531, 14643, 10900, 16255, 9819, 15583, 10203, 14090, 9921, 14453, 9239, 12363, 15622, 10289, 18082, 10838, 15311, 9759, 13578, 12130, 10277, 17817, 11187, 13802, 9491, 11899, 8915, 11738, 8530, 11040, 13111, 9880, 17005, 10073, 15574, 10028, 13435, 9188, 11159, 18167, 10125, 17553, 11375, 16020, 9873, 12597, 9304, 11837, 11097, 10587, 18268, 10639, 16839, 9893, 14099, 9689, 11962, 9275, 11196, 18567, 10427, 16822, 10373, 13263, 9337, 12427, 13553, 10263, 18485, 10811, 13542, 9429, 11543, 10125, 10417, 17650, 9865, 13755, 9641, 12168, 9062, 13345, 8698, 12041, 11775, 11058, 19056, 11416, 17529, 12058, 17103, 10820, 14583, 9623, 11943, 18183, 12181, 17718, 11338, 14320, 9790, 12354, 9825, 11960, 15130, 10929, 17908, 10697, 14817, 10293, 12379, 8896, 12053, 13504, 10316, 17629, 10203, 12824, 9244, 11991, 9620, 10962, 15748, 10294, 17196, 10061, 12756, 10181, 13534, 9964, 16595, 10127, 14593, 9191, 13601, 14629, 10357, 18838, 12444, 15967, 10036, 13214, 14318, 10246, 16990, 10525, 13453, 9015, 12071, 10477, 10397, 17044, 10092, 12857, 9584, 11935, 9117, 11498, 12431, 10157, 18013, 10172, 14545, 9402, 13307, 11083, 10878, 18501, 10676, 15458, 9939, 13729, 9450, 11456, 18043, 10242, 15152, 9677, 12566, 9364, 11883, 17119, 9861, 16321, 9621, 12882, 10069, 10696, 17941, 12029, 16342, 9574, 12797, 9053, 12090, 9876, 10739, 18165, 11339, 15196, 9140, 11525, 13524, 10041, 17216, 10433, 14702, 9153, 12592, 9222, 11187, 13282, 10269, 17884, 10146, 15890, 9511, 13093, 9219, 11205, 17919, 10013, 16007, 10650, 13846, 8558, 11533, 9711, 10883, 18526, 10271, 15961, 10820, 14647, 9508, 12219, 8791, 11425, 9456, 10464, 18579, 10629, 17068, 10180, 13711, 9392, 12023, 9676, 12490, 17482, 10660, 18792, 11222, 15114, 9504, 13085, 12608, 11457, 16837, 10179, 17178, 10388, 14980, 9402, 14457, 10814, 11717, 18811, 10351, 16080, 10530, 14262, 9526, 14146, 15876, 10335, 17085, 10464, 13418, 9062, 11072, 18522, 11316, 14640, 9904, 12346, 9065, 12052, 8746, 10913, 13376, 10425, 18802, 10192, 15578, 9530, 13416, 15083, 9989, 18461, 12071, 15491, 9138, 12371, 13815, 10322, 16281, 9969, 13238, 8947, 12076, 8935, 10410, 13229, 9772, 16586, 9528, 13825, 9006, 13644, 8985, 10948, 18523, 10258, 15998, 9722, 13964, 9146, 13671, 9293, 11068, 13894, 10663, 18941, 11891, 17465, 11029, 15023, 10168, 13267, 9195, 11755, 16876, 10471, 18202, 11118, 14889, 9231, 11825, 9204, 10419, 18093, 10255, 16519, 10438, 13879, 9242, 11348, 8501, 10930, 16416, 9860, 18851, 11490, 16116, 9671, 13321, 10516, 10539, 18752, 12031, 15933, 10125, 15268, 14785, 10176, 17664, 11071, 13742, 8953, 12090, 10414, 11247, 17425, 10052, 15826, 9519, 13008, 9480, 10437, 17926, 10824, 14619, 9572, 13333, 13530, 10376, 12783, 9784, 16367, 10273, 13763, 9070, 11947, 10072, 12066, 17432, 10012, 17250, 9687, 14068, 9069, 11886, 13256, 11079, 18972, 11697, 15439, 9897, 12625, 9044, 11085, 13752, 10183, 16431, 9703, 13369, 9141, 13176, 9436, 12945, 9222, 12823, 8764, 13328, 12251, 9832, 18867, 10523, 16149, 11082, 14617, 8892, 11669, 10007, 11055, 18236, 10221, 17259, 11201, 15183, 9785, 12296, 8688, 11108, 8922, 10796, 13542, 10494, 17145, 9475, 14054, 9676, 12684, 9185, 13540, 8992, 13276, 9021, 12824, 8646, 14091, 9274, 15967, 13395, 15411, 19855, 15477, 15758, 13486, 12967, 20207, 13376, 15440, 11208, 13571, 17425, 11769, 19347, 12184, 17306, 11769, 16508, 11154, 16410, 10822, 16364, 10675, 16148, 10314, 15844, 10253, 14568, 12073, 13589, 11202, 11188, 12503, 10265, 15442, 10065, 15317, 10482, 13465, 10090, 11301, 9840, 11891, 9695, 10043, 14218, 9983, 13038, 9284, 11184, 9283, 10605, 9468, 9793, 15893, 9997, 13104, 9599, 11269, 9370, 10703, 9016, 10566, 16436, 10359, 18118, 11101, 15238, 9769, 12502, 10164, 10370, 19297, 11253, 15986, 11209, 14486, 9533, 12089, 9157, 11870, 14577, 9740, 19226, 10364, 15296, 10227, 12580, 9432, 11678, 10369, 10618, 19209, 9787, 13628, 10874, 18308, 13882, 14322, 10789, 10492, 11062, 8688, 12128, 9434, 12243, 19651, 11574, 17659, 11044, 16503, 9838, 15099, 9125, 12508, 9930, 11853, 17382, 10817, 18530, 11182, 15624, 10301, 12912, 10089, 13736, 9910, 15409, 9649, 14514, 12663, 12580, 19236, 13427, 19183, 12344, 16616, 10351, 14003, 11350, 11875, 18621, 12123, 16970, 10755, 13022, 9517, 11313, 8600, 11368, 8611, 11585, 8654, 11947, 12208, 10357, 19032, 11451, 18053, 11726, 16271, 10600, 14892, 9663, 14373, 9769, 14714, 9669, 12859, 10956, 11792, 17906, 10800, 18446, 11677, 17481, 11245, 15470, 10412, 13460, 9602, 13088, 8936, 14582, 9358, 11579, 14133, 10303, 19270, 11181, 16556, 11603, 15089, 10060, 12566, 9309, 12014, 8947, 11165, 12623, 10788, 13815, 10094, 16114, 10274, 17021, 10516, 16694, 11163, 16249, 10775, 14582, 10308, 15455, 10283, 15264, 9054, 14454, 10767, 15266, 10213, 14180, 9441, 12660, 9401, 11658, 9489, 11781, 11608, 11022, 15880, 9907, 17313, 9958, 13731, 9830, 12831, 8802, 11900, 8951, 11443, 15063, 10008, 17779, 10830, 15723, 10328, 12238, 9341, 11492, 13300, 10174, 19967, 11027, 16105, 10516, 13201, 9469, 12615, 10278, 12379, 12881, 10900, 19285, 10467, 16350, 10132, 16659, 12558, 17266, 13387, 18018, 12573, 18439, 12852, 17795, 11826, 17933, 11341, 16783, 17149, 12835, 19633, 14748, 17029, 11713, 13868, 9789, 11369, 8262, 11058, 9161, 10454, 19049, 10224, 14960, 10448, 14417, 9522, 13090, 8788, 12922, 12396, 11918, 19713, 13856, 17722, 11586, 14822, 9986, 12125, 17792, 11156, 18342, 11323, 15221, 9369, 11616, 12164, 10085, 17069, 10614, 14699, 9637, 11994, 9002, 11317, 8510, 10165, 16409, 9804, 17618, 9868, 14245, 9503, 12311, 15864, 9723, 17451, 10744, 14523, 8934, 11256, 8491, 11325, 12171, 9709, 17764, 10147, 14442, 8962, 11608, 8503, 11110, 15535, 9984, 19026, 10438, 15627, 10260, 13575, 9374, 12784, 8882, 13015, 11693, 10608, 17880, 10290, 18086, 10599, 14815, 9354, 13621, 9658, 12198, 10829, 11333, 18036, 10262, 16315, 10612, 14124, 8752, 12219, 9747, 10659, 17627, 10190, 14636, 10299, 14255, 8702, 12371, 8816, 11468, 17213, 11011, 18816, 11798, 17312, 10394, 14592, 9491, 12531, 19630, 12706, 17913, 11316, 14034, 9753, 11987, 18310, 11152, 16638, 10795, 13290, 9186, 12239, 14227, 9894, 16924, 10552, 15405, 9701, 11895, 8660, 12153, 9473, 10948, 19258, 11614, 16807, 11541, 14876, 10214, 12721, 9142, 11997, 9965, 11019, 17989, 11613, 18142, 10887, 15664, 10703, 13767, 9506, 12221, 15396, 10412, 19049, 10930, 14528, 9855, 12127, 9575, 11164, 13488, 10534, 15404, 10234, 17686, 10754, 15258, 9961, 13359, 9406, 13765, 9520, 12164, 15055, 10513, 18672, 11545, 16444, 10073, 13499, 8684, 13380, 9311, 12954, 9282, 15126, 10639, 15962, 10280, 14804, 12052, 10818, 18989, 10976, 15391, 10761, 13933, 9262, 11756, 9096, 10889, 15192, 10282, 14597, 10552, 13245, 9616, 11892, 9189, 11291, 8924, 11748, 8923, 13086, 9439, 13524, 11054, 11969, 18693, 13181, 18182, 13067, 17293, 11063, 14506, 16476], 'WindowCenter': [4548.0, 4584.0, 4521.0, 4560.0, 4508.0, 4527.0, 4487.0, 4517.0, 4545.0, 4505.0, 4555.0, 4504.0, 4535.0, 4485.0, 4516.0, 4494.0, 4505.0, 4555.0, 4496.0, 4547.0, 4509.0, 4529.0, 4498.0, 4529.0, 4498.0, 4520.0, 4569.0, 4520.0, 4560.0, 4520.0, 4540.0, 4498.0, 4521.0, 4568.0, 4520.0, 4570.0, 4520.0, 4550.0, 4508.0, 4527.0, 4547.0, 4530.0, 4567.0, 4529.0, 4558.0, 4518.0, 4538.0, 4497.0, 4529.0, 4547.0, 4518.0, 4569.0, 4528.0, 4558.0, 4506.0, 4527.0, 4535.0, 4518.0, 4557.0, 4526.0, 4546.0, 4506.0, 4526.0, 4495.0, 4526.0, 4525.0, 4506.0, 4567.0, 4506.0, 4543.0, 4505.0, 4515.0, 4484.0, 4516.0, 4535.0, 4506.0, 4556.0, 4496.0, 4546.0, 4507.0, 4536.0, 4496.0, 4547.0, 4496.0, 4528.0, 4546.0, 4508.0, 4556.0, 4505.0, 4546.0, 4482.0, 4525.0, 4513.0, 4494.0, 4554.0, 4503.0, 4523.0, 4493.0, 4514.0, 4483.0, 4515.0, 4484.0, 4516.0, 4535.0, 4506.0, 4556.0, 4507.0, 4547.0, 4496.0, 4538.0, 4496.0, 4514.0, 4566.0, 4505.0, 4555.0, 4515.0, 4546.0, 4494.0, 4526.0, 4484.0, 4516.0, 4514.0, 4505.0, 4555.0, 4505.0, 4555.0, 4506.0, 4546.0, 4497.0, 4526.0, 4496.0, 4519.0, 4568.0, 4518.0, 4557.0, 4506.0, 4526.0, 4484.0, 4526.0, 4525.0, 4505.0, 4555.0, 4505.0, 4535.0, 4484.0, 4515.0, 4504.0, 4504.0, 4557.0, 4508.0, 4536.0, 4508.0, 4528.0, 4498.0, 4538.0, 4499.0, 4540.0, 4528.0, 4529.0, 4578.0, 4528.0, 4557.0, 4530.0, 4559.0, 4518.0, 4548.0, 4496.0, 4517.0, 4555.0, 4523.0, 4556.0, 4515.0, 4535.0, 4495.0, 4525.0, 4495.0, 4516.0, 4534.0, 4505.0, 4556.0, 4505.0, 4534.0, 4494.0, 4514.0, 4473.0, 4515.0, 4523.0, 4496.0, 4555.0, 4494.0, 4524.0, 4484.0, 4517.0, 4495.0, 4506.0, 4544.0, 4506.0, 4556.0, 4506.0, 4522.0, 4506.0, 4536.0, 4506.0, 4558.0, 4508.0, 4549.0, 4498.0, 4539.0, 4546.0, 4506.0, 4556.0, 4525.0, 4544.0, 4494.0, 4526.0, 4533.0, 4493.0, 4542.0, 4492.0, 4512.0, 4472.0, 4513.0, 4491.0, 4492.0, 4542.0, 4494.0, 4523.0, 4483.0, 4516.0, 4483.0, 4516.0, 4524.0, 4505.0, 4568.0, 4520.0, 4537.0, 4487.0, 4526.0, 4504.0, 4505.0, 4553.0, 4505.0, 4546.0, 4493.0, 4525.0, 4483.0, 4514.0, 4554.0, 4494.0, 4535.0, 4483.0, 4514.0, 4482.0, 4514.0, 4544.0, 4495.0, 4544.0, 4483.0, 4522.0, 4481.0, 4503.0, 4545.0, 4513.0, 4543.0, 4483.0, 4524.0, 4483.0, 4514.0, 4493.0, 4504.0, 4554.0, 4505.0, 4535.0, 4483.0, 4516.0, 4523.0, 4493.0, 4543.0, 4492.0, 4534.0, 4483.0, 4514.0, 4482.0, 4503.0, 4522.0, 4493.0, 4553.0, 4494.0, 4545.0, 4494.0, 4525.0, 4484.0, 4515.0, 4555.0, 4493.0, 4543.0, 4494.0, 4523.0, 4472.0, 4514.0, 4483.0, 4505.0, 4553.0, 4494.0, 4544.0, 4505.0, 4534.0, 4494.0, 4511.0, 4474.0, 4515.0, 4495.0, 4507.0, 4567.0, 4507.0, 4557.0, 4508.0, 4538.0, 4497.0, 4527.0, 4497.0, 4527.0, 4556.0, 4518.0, 4568.0, 4517.0, 4547.0, 4495.0, 4528.0, 4525.0, 4516.0, 4555.0, 4505.0, 4555.0, 4505.0, 4545.0, 4486.0, 4537.0, 4505.0, 4516.0, 4556.0, 4495.0, 4544.0, 4494.0, 4524.0, 4482.0, 4523.0, 4532.0, 4482.0, 4544.0, 4491.0, 4511.0, 4459.0, 4491.0, 4541.0, 4491.0, 4521.0, 4482.0, 4511.0, 4473.0, 4513.0, 4473.0, 4506.0, 4525.0, 4507.0, 4567.0, 4506.0, 4546.0, 4493.0, 4526.0, 4534.0, 4494.0, 4555.0, 4514.0, 4548.0, 4484.0, 4515.0, 4522.0, 4492.0, 4542.0, 4492.0, 4522.0, 4472.0, 4515.0, 4483.0, 4505.0, 4534.0, 4505.0, 4555.0, 4495.0, 4536.0, 4485.0, 4537.0, 4485.0, 4517.0, 4566.0, 4506.0, 4545.0, 4495.0, 4536.0, 4485.0, 4536.0, 4485.0, 4517.0, 4535.0, 4505.0, 4554.0, 4515.0, 4556.0, 4501.0, 4546.0, 4508.0, 4525.0, 4484.0, 4516.0, 4554.0, 4505.0, 4555.0, 4505.0, 4534.0, 4483.0, 4513.0, 4481.0, 4505.0, 4553.0, 4494.0, 4546.0, 4505.0, 4535.0, 4482.0, 4515.0, 4485.0, 4518.0, 4545.0, 4496.0, 4567.0, 4518.0, 4558.0, 4497.0, 4537.0, 4504.0, 4505.0, 4554.0, 4514.0, 4535.0, 4493.0, 4534.0, 4522.0, 4481.0, 4531.0, 4490.0, 4511.0, 4470.0, 4501.0, 4490.0, 4491.0, 4542.0, 4481.0, 4531.0, 4481.0, 4512.0, 4469.0, 4491.0, 4542.0, 4488.0, 4522.0, 4470.0, 4511.0, 4511.0, 4481.0, 4511.0, 4482.0, 4530.0, 4492.0, 4524.0, 4472.0, 4514.0, 4492.0, 4514.0, 4544.0, 4494.0, 4544.0, 4481.0, 4521.0, 4470.0, 4501.0, 4511.0, 4491.0, 4543.0, 4501.0, 4521.0, 4480.0, 4499.0, 4457.0, 4489.0, 4509.0, 4478.0, 4529.0, 4481.0, 4522.0, 4482.0, 4523.0, 4485.0, 4523.0, 4485.0, 4525.0, 4474.0, 4527.0, 4514.0, 4495.0, 4554.0, 4493.0, 4532.0, 4504.0, 4523.0, 4472.0, 4503.0, 4483.0, 4503.0, 4553.0, 4493.0, 4542.0, 4503.0, 4534.0, 4483.0, 4513.0, 4474.0, 4505.0, 4472.0, 4504.0, 4524.0, 4506.0, 4556.0, 4496.0, 4536.0, 4497.0, 4525.0, 4487.0, 4528.0, 4484.0, 4538.0, 4498.0, 4528.0, 4490.0, 4550.0, 4498.0, 4549.0, 4527.0, 4550.0, 4556.0, 4536.0, 4538.0, 4524.0, 4527.0, 4570.0, 4539.0, 4537.0, 4505.0, 4513.0, 4529.0, 4488.0, 4530.0, 4487.0, 4516.0, 4474.0, 4505.0, 4461.0, 4492.0, 4451.0, 4489.0, 4439.0, 4479.0, 4438.0, 4477.0, 4425.0, 4466.0, 4444.0, 4454.0, 4444.0, 4446.0, 4454.0, 4435.0, 4478.0, 4437.0, 4477.0, 4448.0, 4468.0, 4449.0, 4460.0, 4450.0, 4470.0, 4440.0, 4452.0, 4492.0, 4454.0, 4484.0, 4454.0, 4477.0, 4456.0, 4478.0, 4467.0, 4479.0, 4519.0, 4482.0, 4512.0, 4481.0, 4491.0, 4471.0, 4492.0, 4471.0, 4494.0, 4543.0, 4494.0, 4544.0, 4504.0, 4535.0, 4493.0, 4514.0, 4482.0, 4495.0, 4554.0, 4504.0, 4535.0, 4504.0, 4534.0, 4485.0, 4516.0, 4484.0, 4515.0, 4535.0, 4497.0, 4568.0, 4509.0, 4547.0, 4505.0, 4527.0, 4496.0, 4517.0, 4496.0, 4508.0, 4568.0, 4522.0, 4550.0, 4520.0, 4569.0, 4550.0, 4549.0, 4520.0, 4522.0, 4519.0, 4490.0, 4530.0, 4498.0, 4530.0, 4569.0, 4531.0, 4559.0, 4518.0, 4558.0, 4508.0, 4548.0, 4499.0, 4529.0, 4497.0, 4529.0, 4557.0, 4519.0, 4557.0, 4518.0, 4548.0, 4509.0, 4540.0, 4511.0, 4553.0, 4522.0, 4561.0, 4499.0, 4550.0, 4539.0, 4529.0, 4569.0, 4539.0, 4559.0, 4527.0, 4547.0, 4495.0, 4525.0, 4501.0, 4514.0, 4542.0, 4513.0, 4545.0, 4504.0, 4524.0, 4484.0, 4505.0, 4475.0, 4516.0, 4486.0, 4519.0, 4488.0, 4530.0, 4529.0, 4520.0, 4570.0, 4531.0, 4571.0, 4532.0, 4559.0, 4508.0, 4548.0, 4499.0, 4538.0, 4496.0, 4538.0, 4498.0, 4529.0, 4507.0, 4517.0, 4556.0, 4506.0, 4558.0, 4516.0, 4556.0, 4506.0, 4535.0, 4505.0, 4524.0, 4484.0, 4514.0, 4473.0, 4534.0, 4483.0, 4504.0, 4523.0, 4493.0, 4553.0, 4493.0, 4533.0, 4502.0, 4533.0, 4483.0, 4513.0, 4483.0, 4514.0, 4473.0, 4504.0, 4513.0, 4505.0, 4525.0, 4495.0, 4544.0, 4495.0, 4546.0, 4506.0, 4546.0, 4506.0, 4546.0, 4507.0, 4536.0, 4506.0, 4546.0, 4495.0, 4535.0, 4475.0, 4524.0, 4493.0, 4534.0, 4494.0, 4523.0, 4482.0, 4510.0, 4472.0, 4503.0, 4482.0, 4503.0, 4503.0, 4504.0, 4543.0, 4496.0, 4544.0, 4494.0, 4524.0, 4494.0, 4516.0, 4485.0, 4518.0, 4485.0, 4517.0, 4546.0, 4497.0, 4557.0, 4507.0, 4547.0, 4508.0, 4529.0, 4497.0, 4518.0, 4528.0, 4509.0, 4569.0, 4508.0, 4548.0, 4507.0, 4526.0, 4496.0, 4527.0, 4497.0, 4527.0, 4526.0, 4518.0, 4567.0, 4519.0, 4573.0, 4523.0, 4560.0, 4541.0, 4571.0, 4551.0, 4572.0, 4543.0, 4583.0, 4542.0, 4570.0, 4529.0, 4559.0, 4505.0, 4549.0, 4546.0, 4528.0, 4557.0, 4523.0, 4532.0, 4499.0, 4499.0, 4479.0, 4489.0, 4462.0, 4503.0, 4484.0, 4520.0, 4567.0, 4496.0, 4536.0, 4494.0, 4534.0, 4484.0, 4524.0, 4473.0, 4513.0, 4502.0, 4502.0, 4543.0, 4511.0, 4532.0, 4489.0, 4509.0, 4466.0, 4487.0, 4526.0, 4474.0, 4516.0, 4474.0, 4506.0, 4454.0, 4475.0, 4484.0, 4465.0, 4516.0, 4477.0, 4507.0, 4467.0, 4500.0, 4468.0, 4490.0, 4460.0, 4480.0, 4532.0, 4482.0, 4543.0, 4482.0, 4522.0, 4469.0, 4503.0, 4530.0, 4470.0, 4532.0, 4492.0, 4518.0, 4471.0, 4502.0, 4471.0, 4502.0, 4512.0, 4483.0, 4555.0, 4495.0, 4535.0, 4485.0, 4515.0, 4475.0, 4516.0, 4544.0, 4496.0, 4557.0, 4508.0, 4546.0, 4507.0, 4537.0, 4499.0, 4527.0, 4486.0, 4538.0, 4517.0, 4508.0, 4558.0, 4508.0, 4558.0, 4507.0, 4538.0, 4487.0, 4537.0, 4493.0, 4527.0, 4506.0, 4517.0, 4557.0, 4510.0, 4557.0, 4507.0, 4537.0, 4487.0, 4528.0, 4496.0, 4509.0, 4569.0, 4508.0, 4547.0, 4508.0, 4548.0, 4488.0, 4529.0, 4497.0, 4531.0, 4569.0, 4519.0, 4569.0, 4531.0, 4559.0, 4508.0, 4549.0, 4496.0, 4528.0, 4557.0, 4517.0, 4547.0, 4504.0, 4525.0, 4484.0, 4514.0, 4554.0, 4504.0, 4533.0, 4492.0, 4523.0, 4471.0, 4514.0, 4523.0, 4493.0, 4543.0, 4493.0, 4534.0, 4485.0, 4514.0, 4473.0, 4514.0, 4493.0, 4508.0, 4557.0, 4516.0, 4557.0, 4516.0, 4536.0, 4506.0, 4527.0, 4485.0, 4515.0, 4495.0, 4507.0, 4555.0, 4518.0, 4559.0, 4517.0, 4546.0, 4507.0, 4535.0, 4484.0, 4514.0, 4533.0, 4495.0, 4555.0, 4504.0, 4537.0, 4494.0, 4513.0, 4482.0, 4503.0, 4523.0, 4504.0, 4533.0, 4494.0, 4554.0, 4504.0, 4534.0, 4493.0, 4524.0, 4483.0, 4525.0, 4494.0, 4513.0, 4535.0, 4494.0, 4555.0, 4505.0, 4546.0, 4496.0, 4551.0, 4476.0, 4526.0, 4485.0, 4525.0, 4497.0, 4545.0, 4505.0, 4547.0, 4506.0, 4537.0, 4515.0, 4505.0, 4555.0, 4505.0, 4534.0, 4504.0, 4534.0, 4484.0, 4516.0, 4485.0, 4507.0, 4544.0, 4506.0, 4534.0, 4505.0, 4526.0, 4495.0, 4527.0, 4510.0, 4529.0, 4500.0, 4530.0, 4501.0, 4552.0, 4513.0, 4553.0, 4531.0, 4532.0, 4571.0, 4539.0, 4560.0, 4527.0, 4560.0, 4505.0, 4536.0, 4544.0], 'WindowWidth': [9995.0, 10036.0, 9941.0, 9992.0, 9916.0, 9942.0, 9884.0, 9925.0, 9959.0, 9906.0, 9975.0, 9903.0, 9947.0, 9877.0, 9921.0, 9890.0, 9907.0, 9977.0, 9898.0, 9966.0, 9917.0, 9945.0, 9903.0, 9947.0, 9901.0, 9934.0, 10002.0, 9936.0, 9989.0, 9934.0, 9963.0, 9903.0, 9937.0, 9998.0, 9934.0, 10003.0, 9933.0, 9977.0, 9915.0, 9942.0, 9967.0, 9947.0, 10000.0, 9944.0, 9985.0, 9928.0, 9958.0, 9898.0, 9945.0, 9965.0, 9929.0, 10006.0, 9943.0, 9986.0, 9909.0, 9942.0, 9947.0, 9926.0, 9987.0, 9937.0, 9966.0, 9908.0, 9937.0, 9893.0, 9937.0, 9931.0, 9909.0, 9999.0, 9911.0, 9960.0, 9906.0, 9922.0, 9876.0, 9922.0, 9945.0, 9908.0, 9978.0, 9897.0, 9964.0, 9911.0, 9952.0, 9894.0, 9969.0, 9896.0, 9944.0, 9965.0, 9913.0, 9980.0, 9905.0, 9965.0, 9871.0, 9934.0, 9914.0, 9888.0, 9972.0, 9900.0, 9928.0, 9886.0, 9917.0, 9873.0, 9919.0, 9877.0, 9922.0, 9947.0, 9909.0, 9977.0, 9911.0, 9968.0, 9896.0, 9955.0, 9894.0, 9921.0, 9992.0, 9907.0, 9976.0, 9920.0, 9965.0, 9890.0, 9936.0, 9874.0, 9921.0, 9916.0, 9907.0, 9975.0, 9906.0, 9978.0, 9909.0, 9964.0, 9899.0, 9938.0, 9894.0, 9931.0, 9997.0, 9928.0, 9983.0, 9909.0, 9938.0, 9877.0, 9938.0, 9932.0, 9907.0, 9977.0, 9905.0, 9947.0, 9877.0, 9921.0, 9901.0, 9906.0, 9981.0, 9915.0, 9951.0, 9914.0, 9942.0, 9900.0, 9959.0, 9906.0, 9964.0, 9943.0, 9944.0, 10012.0, 9942.0, 9982.0, 9945.0, 9990.0, 9928.0, 9970.0, 9894.0, 9926.0, 9978.0, 9929.0, 9981.0, 9920.0, 9950.0, 9891.0, 9934.0, 9890.0, 9922.0, 9944.0, 9906.0, 9981.0, 9905.0, 9946.0, 9888.0, 9917.0, 9858.0, 9920.0, 9928.0, 9892.0, 9976.0, 9888.0, 9930.0, 9875.0, 9925.0, 9891.0, 9908.0, 9958.0, 9908.0, 9979.0, 9909.0, 9929.0, 9909.0, 9952.0, 9909.0, 9982.0, 9915.0, 9973.0, 9901.0, 9959.0, 9963.0, 9910.0, 9982.0, 9933.0, 9964.0, 9888.0, 9937.0, 9941.0, 9884.0, 9955.0, 9881.0, 9910.0, 9852.0, 9912.0, 9878.0, 9882.0, 9955.0, 9888.0, 9927.0, 9873.0, 9922.0, 9873.0, 9922.0, 9931.0, 9906.0, 10000.0, 9935.0, 9955.0, 9882.0, 9935.0, 9902.0, 9907.0, 9973.0, 9907.0, 9962.0, 9887.0, 9934.0, 9871.0, 9917.0, 9974.0, 9888.0, 9945.0, 9873.0, 9917.0, 9869.0, 9918.0, 9958.0, 9890.0, 9959.0, 9871.0, 9925.0, 9867.0, 9899.0, 9963.0, 9913.0, 9957.0, 9872.0, 9931.0, 9873.0, 9917.0, 9885.0, 9901.0, 9975.0, 9905.0, 9949.0, 9873.0, 9921.0, 9926.0, 9886.0, 9956.0, 9883.0, 9944.0, 9870.0, 9915.0, 9870.0, 9901.0, 9924.0, 9886.0, 9969.0, 9889.0, 9961.0, 9888.0, 9932.0, 9873.0, 9919.0, 9976.0, 9886.0, 9955.0, 9886.0, 9929.0, 9857.0, 9916.0, 9871.0, 9904.0, 9970.0, 9890.0, 9958.0, 9903.0, 9944.0, 9889.0, 9912.0, 9863.0, 9921.0, 9890.0, 9913.0, 9993.0, 9912.0, 9981.0, 9914.0, 9956.0, 9898.0, 9940.0, 9896.0, 9939.0, 9977.0, 9928.0, 9999.0, 9926.0, 9967.0, 9891.0, 9941.0, 9929.0, 9923.0, 9974.0, 9906.0, 9976.0, 9906.0, 9962.0, 9879.0, 9953.0, 9904.0, 9923.0, 9980.0, 9890.0, 9960.0, 9887.0, 9930.0, 9866.0, 9928.0, 9937.0, 9868.0, 9957.0, 9878.0, 9907.0, 9831.0, 9879.0, 9952.0, 9878.0, 9920.0, 9867.0, 9907.0, 9858.0, 9915.0, 9860.0, 9909.0, 9930.0, 9910.0, 9996.0, 9910.0, 9964.0, 9887.0, 9935.0, 9941.0, 9890.0, 9976.0, 9915.0, 9971.0, 9874.0, 9919.0, 9924.0, 9882.0, 9953.0, 9881.0, 9926.0, 9856.0, 9917.0, 9872.0, 9905.0, 9945.0, 9907.0, 9973.0, 9891.0, 9949.0, 9879.0, 9952.0, 9879.0, 9925.0, 9992.0, 9908.0, 9961.0, 9891.0, 9949.0, 9876.0, 9950.0, 9877.0, 9924.0, 9944.0, 9906.0, 9974.0, 9918.0, 9978.0, 9898.0, 9966.0, 9914.0, 9935.0, 9876.0, 9924.0, 9970.0, 9904.0, 9978.0, 9905.0, 9944.0, 9872.0, 9914.0, 9867.0, 9903.0, 9971.0, 9890.0, 9961.0, 9904.0, 9947.0, 9874.0, 9920.0, 9878.0, 9929.0, 9960.0, 9896.0, 9994.0, 9927.0, 9983.0, 9898.0, 9954.0, 9902.0, 9905.0, 9974.0, 9913.0, 9950.0, 9882.0, 9944.0, 9921.0, 9864.0, 9937.0, 9874.0, 9907.0, 9848.0, 9894.0, 9873.0, 9880.0, 9952.0, 9867.0, 9936.0, 9864.0, 9909.0, 9846.0, 9877.0, 9951.0, 9872.0, 9923.0, 9849.0, 9907.0, 9904.0, 9864.0, 9904.0, 9866.0, 9932.0, 9883.0, 9929.0, 9854.0, 9915.0, 9882.0, 9916.0, 9956.0, 9886.0, 9956.0, 9867.0, 9921.0, 9848.0, 9894.0, 9904.0, 9877.0, 9959.0, 9892.0, 9920.0, 9861.0, 9887.0, 9824.0, 9872.0, 9897.0, 9855.0, 9929.0, 9864.0, 9922.0, 9869.0, 9926.0, 9876.0, 9927.0, 9875.0, 9931.0, 9861.0, 9937.0, 9915.0, 9889.0, 9973.0, 9885.0, 9939.0, 9897.0, 9928.0, 9853.0, 9899.0, 9868.0, 9897.0, 9967.0, 9884.0, 9953.0, 9897.0, 9941.0, 9871.0, 9912.0, 9861.0, 9903.0, 9856.0, 9903.0, 9928.0, 9907.0, 9976.0, 9895.0, 9949.0, 9897.0, 9934.0, 9881.0, 9939.0, 9878.0, 9954.0, 9901.0, 9942.0, 9893.0, 9975.0, 9898.0, 9969.0, 9932.0, 9971.0, 9983.0, 9943.0, 9953.0, 9925.0, 9936.0, 10005.0, 9958.0, 9955.0, 9902.0, 9913.0, 9928.0, 9870.0, 9932.0, 9864.0, 9907.0, 9842.0, 9886.0, 9820.0, 9865.0, 9803.0, 9856.0, 9783.0, 9840.0, 9779.0, 9835.0, 9756.0, 9816.0, 9780.0, 9798.0, 9781.0, 9787.0, 9797.0, 9774.0, 9836.0, 9779.0, 9836.0, 9795.0, 9825.0, 9797.0, 9816.0, 9801.0, 9829.0, 9787.0, 9809.0, 9863.0, 9813.0, 9855.0, 9815.0, 9849.0, 9820.0, 9853.0, 9837.0, 9857.0, 9915.0, 9863.0, 9905.0, 9863.0, 9878.0, 9851.0, 9881.0, 9851.0, 9886.0, 9953.0, 9887.0, 9955.0, 9901.0, 9943.0, 9883.0, 9915.0, 9867.0, 9888.0, 9971.0, 9899.0, 9944.0, 9898.0, 9942.0, 9875.0, 9919.0, 9872.0, 9919.0, 9944.0, 9895.0, 9996.0, 9913.0, 9964.0, 9905.0, 9937.0, 9894.0, 9925.0, 9893.0, 9913.0, 9996.0, 9937.0, 9972.0, 9931.0, 10001.0, 9974.0, 9973.0, 9933.0, 9937.0, 9931.0, 9890.0, 9947.0, 9901.0, 9948.0, 10001.0, 9946.0, 9985.0, 9926.0, 9982.0, 9912.0, 9970.0, 9899.0, 9941.0, 9894.0, 9943.0, 9980.0, 9928.0, 9980.0, 9927.0, 9968.0, 9916.0, 9960.0, 9921.0, 9986.0, 9940.0, 9994.0, 9902.0, 9974.0, 9956.0, 9945.0, 10001.0, 9955.0, 9990.0, 9937.0, 9969.0, 9888.0, 9934.0, 9893.0, 9916.0, 9957.0, 9912.0, 9960.0, 9899.0, 9928.0, 9873.0, 9904.0, 9864.0, 9923.0, 9881.0, 9931.0, 9887.0, 9947.0, 9943.0, 9934.0, 10006.0, 9948.0, 10005.0, 9949.0, 9986.0, 9914.0, 9970.0, 9901.0, 9956.0, 9893.0, 9955.0, 9897.0, 9943.0, 9908.0, 9924.0, 9975.0, 9905.0, 9984.0, 9921.0, 9978.0, 9907.0, 9946.0, 9902.0, 9930.0, 9872.0, 9915.0, 9857.0, 9942.0, 9868.0, 9902.0, 9923.0, 9885.0, 9971.0, 9883.0, 9939.0, 9895.0, 9938.0, 9869.0, 9911.0, 9869.0, 9915.0, 9855.0, 9899.0, 9911.0, 9902.0, 9930.0, 9890.0, 9958.0, 9890.0, 9961.0, 9906.0, 9961.0, 9906.0, 9963.0, 9908.0, 9948.0, 9907.0, 9960.0, 9889.0, 9944.0, 9861.0, 9930.0, 9883.0, 9942.0, 9884.0, 9925.0, 9865.0, 9904.0, 9852.0, 9897.0, 9866.0, 9898.0, 9896.0, 9901.0, 9953.0, 9890.0, 9958.0, 9888.0, 9929.0, 9886.0, 9921.0, 9875.0, 9925.0, 9877.0, 9922.0, 9963.0, 9897.0, 9978.0, 9911.0, 9966.0, 9912.0, 9943.0, 9896.0, 9928.0, 9937.0, 9914.0, 9999.0, 9913.0, 9966.0, 9908.0, 9936.0, 9893.0, 9939.0, 9894.0, 9938.0, 9934.0, 9925.0, 9996.0, 9931.0, 10015.0, 9942.0, 9990.0, 9965.0, 10010.0, 9978.0, 10010.0, 9971.0, 10029.0, 9966.0, 10004.0, 9942.0, 9989.0, 9904.0, 9973.0, 9960.0, 9939.0, 9983.0, 9922.0, 9935.0, 9883.0, 9882.0, 9858.0, 9873.0, 9838.0, 9900.0, 9873.0, 9934.0, 9993.0, 9893.0, 9945.0, 9887.0, 9941.0, 9872.0, 9928.0, 9856.0, 9911.0, 9892.0, 9894.0, 9956.0, 9904.0, 9938.0, 9870.0, 9899.0, 9834.0, 9863.0, 9921.0, 9842.0, 9906.0, 9843.0, 9891.0, 9813.0, 9846.0, 9857.0, 9833.0, 9905.0, 9851.0, 9893.0, 9840.0, 9891.0, 9842.0, 9876.0, 9833.0, 9863.0, 9935.0, 9868.0, 9954.0, 9867.0, 9922.0, 9846.0, 9895.0, 9931.0, 9848.0, 9937.0, 9878.0, 9915.0, 9851.0, 9895.0, 9851.0, 9895.0, 9909.0, 9872.0, 9973.0, 9889.0, 9945.0, 9876.0, 9919.0, 9863.0, 9921.0, 9956.0, 9893.0, 9980.0, 9911.0, 9963.0, 9910.0, 9952.0, 9901.0, 9940.0, 9880.0, 9955.0, 9923.0, 9914.0, 9983.0, 9913.0, 9981.0, 9910.0, 9953.0, 9881.0, 9951.0, 9888.0, 9940.0, 9908.0, 9924.0, 9981.0, 9918.0, 9981.0, 9912.0, 9953.0, 9882.0, 9941.0, 9895.0, 9915.0, 9999.0, 9913.0, 9967.0, 9913.0, 9970.0, 9886.0, 9944.0, 9899.0, 9947.0, 10000.0, 9931.0, 10000.0, 9948.0, 9987.0, 9912.0, 9972.0, 9894.0, 9940.0, 9983.0, 9921.0, 9968.0, 9901.0, 9935.0, 9873.0, 9916.0, 9974.0, 9900.0, 9944.0, 9881.0, 9927.0, 9851.0, 9913.0, 9923.0, 9883.0, 9953.0, 9884.0, 9944.0, 9875.0, 9916.0, 9859.0, 9917.0, 9884.0, 9912.0, 9981.0, 9920.0, 9978.0, 9919.0, 9949.0, 9906.0, 9937.0, 9877.0, 9921.0, 9890.0, 9911.0, 9975.0, 9925.0, 9987.0, 9924.0, 9964.0, 9909.0, 9946.0, 9874.0, 9917.0, 9938.0, 9890.0, 9975.0, 9901.0, 9951.0, 9886.0, 9913.0, 9866.0, 9900.0, 9924.0, 9901.0, 9942.0, 9888.0, 9971.0, 9902.0, 9943.0, 9884.0, 9929.0, 9872.0, 9932.0, 9887.0, 9915.0, 9945.0, 9888.0, 9975.0, 9902.0, 9964.0, 9894.0, 9979.0, 9867.0, 9935.0, 9877.0, 9933.0, 9895.0, 9962.0, 9906.0, 9968.0, 9908.0, 9954.0, 9918.0, 9905.0, 9977.0, 9904.0, 9943.0, 9899.0, 9943.0, 9873.0, 9921.0, 9880.0, 9908.0, 9957.0, 9907.0, 9944.0, 9905.0, 9935.0, 9895.0, 9940.0, 9920.0, 9947.0, 9910.0, 9951.0, 9910.0, 9984.0, 9930.0, 9987.0, 9950.0, 9954.0, 10010.0, 9959.0, 9994.0, 9938.0, 9993.0, 9902.0, 9950.0, 9960.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.0007344309701492537</td></tr>
<tr><td colspan=3>aqi</td><td>0.01973424552238806</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.06117063665732</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2822780311484578</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987483107189545</td></tr>
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
<tr><td colspan=3>fber</td><td>4642.6177</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06623067623732903</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3059701492537314</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6557971583287796</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.570632847802246</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9519179296207922</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4448406975633</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199878</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012722674757242203</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03765719383955002</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9018701677992804</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>21.55</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.6712</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.8826</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292150.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>956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.6408</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5165</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.4903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3639.0951</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.4442</td></tr>
<tr><td colspan=3>tsnr</td><td>40.88207920338027</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>