<?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-0132_ses-03_task-alignvideo_acq-mb8_run-02_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-0132_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_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-0132/ses-03/func/sub-0132_ses-03_task-alignvideo_acq-mb8_run-02_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>dd4f6830bf4cdb04fbb5b2989f591484</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:45:41.075000</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.995484, 0.00868866, -0.0945295, -0.00677612, 0.999766, 0.0205344]</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-02_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.0689936</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7735, -7224, 322, -56, -8, 51, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0d1fae6-efb5-422d-b716-b949176d7f1b||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.670811176300049, -0.018179843202233315, -0.255651593208313, 120.28983306884766], [-0.02331104874610901, 2.6822996139526367, 0.053463127464056015, -108.18592834472656], [-0.2536156177520752, -0.055092379450798035, 2.687337636947632, -56.99384307861328], [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, 1335]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['194541.075000', '194541.535000', '194541.995000', '194542.455000', '194542.915000', '194543.375000', '194543.835000', '194544.295000', '194544.755000', '194545.215000', '194545.675000', '194546.135000', '194546.595000', '194547.055000', '194547.515000', '194547.975000', '194548.435000', '194548.895000', '194549.355000', '194549.815000', '194550.275000', '194550.735000', '194551.195000', '194551.655000', '194552.115000', '194552.575000', '194553.035000', '194553.495000', '194553.955000', '194554.415000', '194554.875000', '194555.335000', '194555.795000', '194556.255000', '194556.715000', '194557.175000', '194557.635000', '194558.095000', '194558.555000', '194559.015000', '194559.475000', '194559.935000', '194600.395000', '194600.855000', '194601.315000', '194601.775000', '194602.235000', '194602.695000', '194603.155000', '194603.615000', '194604.075000', '194604.535000', '194604.995000', '194605.455000', '194605.915000', '194606.375000', '194606.835000', '194607.295000', '194607.755000', '194608.215000', '194608.675000', '194609.135000', '194609.595000', '194610.055000', '194610.515000', '194610.975000', '194611.435000', '194611.895000', '194612.355000', '194612.815000', '194613.275000', '194613.735000', '194614.195000', '194614.655000', '194615.115000', '194615.575000', '194616.035000', '194616.495000', '194616.955000', '194617.415000', '194617.875000', '194618.335000', '194618.795000', '194619.255000', '194619.715000', '194620.175000', '194620.635000', '194621.095000', '194621.555000', '194622.015000', '194622.475000', '194622.935000', '194623.395000', '194623.855000', '194624.315000', '194624.775000', '194625.235000', '194625.695000', '194626.155000', '194626.615000', '194627.075000', '194627.535000', '194627.995000', '194628.455000', '194628.915000', '194629.375000', '194629.835000', '194630.295000', '194630.755000', '194631.215000', '194631.675000', '194632.135000', '194632.595000', '194633.055000', '194633.515000', '194633.975000', '194634.435000', '194634.895000', '194635.355000', '194635.815000', '194636.275000', '194636.735000', '194637.195000', '194637.655000', '194638.115000', '194638.575000', '194639.035000', '194639.495000', '194639.955000', '194640.415000', '194640.875000', '194641.335000', '194641.795000', '194642.255000', '194642.715000', '194643.175000', '194643.635000', '194644.095000', '194644.555000', '194645.015000', '194645.475000', '194645.935000', '194646.395000', '194646.855000', '194647.315000', '194647.775000', '194648.235000', '194648.695000', '194649.155000', '194649.615000', '194650.075000', '194650.535000', '194650.995000', '194651.455000', '194651.915000', '194652.375000', '194652.835000', '194653.295000', '194653.755000', '194654.215000', '194654.675000', '194655.135000', '194655.595000', '194656.055000', '194656.515000', '194656.975000', '194657.435000', '194657.895000', '194658.355000', '194658.815000', '194659.275000', '194659.735000', '194700.195000', '194700.655000', '194701.115000', '194701.575000', '194702.035000', '194702.495000', '194702.955000', '194703.415000', '194703.875000', '194704.335000', '194704.795000', '194705.255000', '194705.715000', '194706.175000', '194706.635000', '194707.095000', '194707.555000', '194708.015000', '194708.475000', '194708.935000', '194709.395000', '194709.855000', '194710.315000', '194710.775000', '194711.235000', '194711.695000', '194712.155000', '194712.615000', '194713.075000', '194713.535000', '194713.995000', '194714.455000', '194714.915000', '194715.375000', '194715.835000', '194716.295000', '194716.755000', '194717.215000', '194717.675000', '194718.135000', '194718.595000', '194719.055000', '194719.515000', '194719.975000', '194720.435000', '194720.895000', '194721.355000', '194721.815000', '194722.275000', '194722.735000', '194723.195000', '194723.655000', '194724.115000', '194724.575000', '194725.035000', '194725.495000', '194725.955000', '194726.415000', '194726.875000', '194727.335000', '194727.795000', '194728.255000', '194728.715000', '194729.175000', '194729.635000', '194730.095000', '194730.555000', '194731.015000', '194731.475000', '194731.935000', '194732.395000', '194732.855000', '194733.315000', '194733.775000', '194734.235000', '194734.695000', '194735.155000', '194735.615000', '194736.075000', '194736.535000', '194736.995000', '194737.455000', '194737.915000', '194738.375000', '194738.835000', '194739.295000', '194739.755000', '194740.215000', '194740.675000', '194741.135000', '194741.595000', '194742.055000', '194742.515000', '194742.975000', '194743.435000', '194743.895000', '194744.355000', '194744.815000', '194745.275000', '194745.735000', '194746.195000', '194746.655000', '194747.115000', '194747.575000', '194748.035000', '194748.495000', '194748.955000', '194749.415000', '194749.875000', '194750.335000', '194750.795000', '194751.255000', '194751.715000', '194752.175000', '194752.635000', '194753.095000', '194753.555000', '194754.015000', '194754.475000', '194754.935000', '194755.395000', '194755.855000', '194756.315000', '194756.775000', '194757.235000', '194757.695000', '194758.155000', '194758.615000', '194759.075000', '194759.535000', '194759.995000', '194800.455000', '194800.915000', '194801.375000', '194801.835000', '194802.295000', '194802.755000', '194803.215000', '194803.675000', '194804.135000', '194804.595000', '194805.055000', '194805.515000', '194805.975000', '194806.435000', '194806.895000', '194807.355000', '194807.815000', '194808.275000', '194808.735000', '194809.195000', '194809.655000', '194810.115000', '194810.575000', '194811.035000', '194811.495000', '194811.955000', '194812.415000', '194812.875000', '194813.335000', '194813.795000', '194814.255000', '194814.715000', '194815.175000', '194815.635000', '194816.095000', '194816.555000', '194817.015000', '194817.475000', '194817.935000', '194818.395000', '194818.855000', '194819.315000', '194819.775000', '194820.235000', '194820.695000', '194821.155000', '194821.615000', '194822.075000', '194822.535000', '194822.995000', '194823.455000', '194823.915000', '194824.375000', '194824.835000', '194825.295000', '194825.755000', '194826.215000', '194826.675000', '194827.135000', '194827.595000', '194828.055000', '194828.515000', '194828.975000', '194829.435000', '194829.895000', '194830.355000', '194830.815000', '194831.275000', '194831.735000', '194832.195000', '194832.655000', '194833.115000', '194833.575000', '194834.035000', '194834.495000', '194834.955000', '194835.415000', '194835.875000', '194836.335000', '194836.795000', '194837.255000', '194837.715000', '194838.175000', '194838.635000', '194839.095000', '194839.555000', '194840.015000', '194840.475000', '194840.935000', '194841.395000', '194841.855000', '194842.315000', '194842.775000', '194843.235000', '194843.695000', '194844.155000', '194844.615000', '194845.075000', '194845.535000', '194845.995000', '194846.455000', '194846.915000', '194847.375000', '194847.835000', '194848.295000', '194848.755000', '194849.215000', '194849.675000', '194850.135000', '194850.595000', '194851.055000', '194851.515000', '194851.975000', '194852.435000', '194852.895000', '194853.355000', '194853.815000', '194854.275000', '194854.735000', '194855.195000', '194855.655000', '194856.115000', '194856.575000', '194857.035000', '194857.495000', '194857.955000', '194858.415000', '194858.875000', '194859.335000', '194859.795000', '194900.255000', '194900.715000', '194901.175000', '194901.635000', '194902.095000', '194902.555000', '194903.015000', '194903.475000', '194903.935000', '194904.395000', '194904.855000', '194905.315000', '194905.775000', '194906.235000', '194906.695000', '194907.155000', '194907.615000', '194908.075000', '194908.535000', '194908.995000', '194909.455000', '194909.915000', '194910.375000', '194910.835000', '194911.295000', '194911.755000', '194912.215000', '194912.675000', '194913.135000', '194913.595000', '194914.055000', '194914.515000', '194914.975000', '194915.435000', '194915.895000', '194916.355000', '194916.815000', '194917.275000', '194917.735000', '194918.195000', '194918.655000', '194919.115000', '194919.575000', '194920.035000', '194920.495000', '194920.955000', '194921.415000', '194921.875000', '194922.335000', '194922.795000', '194923.255000', '194923.715000', '194924.175000', '194924.635000', '194925.095000', '194925.555000', '194926.015000', '194926.475000', '194926.935000', '194927.395000', '194927.855000', '194928.315000', '194928.775000', '194929.235000', '194929.695000', '194930.155000', '194930.615000', '194931.075000', '194931.535000', '194931.995000', '194932.455000', '194932.915000', '194933.375000', '194933.835000', '194934.295000', '194934.755000', '194935.215000', '194935.675000', '194936.135000', '194936.595000', '194937.055000', '194937.515000', '194937.975000', '194938.435000', '194938.895000', '194939.355000', '194939.815000', '194940.275000', '194940.735000', '194941.195000', '194941.655000', '194942.115000', '194942.575000', '194943.035000', '194943.495000', '194943.955000', '194944.415000', '194944.875000', '194945.335000', '194945.795000', '194946.255000', '194946.715000', '194947.175000', '194947.635000', '194948.095000', '194948.555000', '194949.015000', '194949.475000', '194949.935000', '194950.395000', '194950.855000', '194951.315000', '194951.775000', '194952.235000', '194952.695000', '194953.155000', '194953.615000', '194954.075000', '194954.535000', '194954.995000', '194955.455000', '194955.915000', '194956.375000', '194956.835000', '194957.295000', '194957.755000', '194958.215000', '194958.675000', '194959.135000', '194959.595000', '195000.055000', '195000.515000', '195000.975000', '195001.435000', '195001.895000', '195002.355000', '195002.815000', '195003.275000', '195003.735000', '195004.195000', '195004.655000', '195005.115000', '195005.575000', '195006.035000', '195006.495000', '195006.955000', '195007.415000', '195007.875000', '195008.335000', '195008.795000', '195009.255000', '195009.715000', '195010.175000', '195010.635000', '195011.095000', '195011.555000', '195012.015000', '195012.475000', '195012.935000', '195013.395000', '195013.855000', '195014.315000', '195014.775000', '195015.235000', '195015.695000', '195016.155000', '195016.615000', '195017.075000', '195017.535000', '195017.995000', '195018.455000', '195018.915000', '195019.375000', '195019.835000', '195020.295000', '195020.755000', '195021.215000', '195021.675000', '195022.135000', '195022.595000', '195023.055000', '195023.515000', '195023.975000', '195024.435000', '195024.895000', '195025.355000', '195025.815000', '195026.275000', '195026.735000', '195027.195000', '195027.655000', '195028.115000', '195028.575000', '195029.035000', '195029.495000', '195029.955000', '195030.415000', '195030.875000', '195031.335000', '195031.795000', '195032.255000', '195032.715000', '195033.175000', '195033.635000', '195034.095000', '195034.555000', '195035.015000', '195035.475000', '195035.935000', '195036.395000', '195036.855000', '195037.315000', '195037.775000', '195038.235000', '195038.695000', '195039.155000', '195039.615000', '195040.075000', '195040.535000', '195040.995000', '195041.455000', '195041.915000', '195042.375000', '195042.835000', '195043.295000', '195043.755000', '195044.215000', '195044.675000', '195045.135000', '195045.595000', '195046.055000', '195046.515000', '195046.975000', '195047.435000', '195047.895000', '195048.355000', '195048.815000', '195049.275000', '195049.735000', '195050.195000', '195050.655000', '195051.115000', '195051.575000', '195052.035000', '195052.495000', '195052.955000', '195053.415000', '195053.875000', '195054.335000', '195054.795000', '195055.255000', '195055.715000', '195056.175000', '195056.635000', '195057.095000', '195057.555000', '195058.015000', '195058.475000', '195058.935000', '195059.395000', '195059.855000', '195100.315000', '195100.775000', '195101.235000', '195101.695000', '195102.155000', '195102.615000', '195103.075000', '195103.535000', '195103.995000', '195104.455000', '195104.915000', '195105.375000', '195105.835000', '195106.295000', '195106.755000', '195107.215000', '195107.675000', '195108.135000', '195108.595000', '195109.055000', '195109.515000', '195109.975000', '195110.435000', '195110.895000', '195111.355000', '195111.815000', '195112.275000', '195112.735000', '195113.195000', '195113.655000', '195114.115000', '195114.575000', '195115.035000', '195115.495000', '195115.955000', '195116.415000', '195116.875000', '195117.335000', '195117.795000', '195118.255000', '195118.715000', '195119.175000', '195119.635000', '195120.095000', '195120.555000', '195121.015000', '195121.475000', '195121.935000', '195122.395000', '195122.855000', '195123.315000', '195123.775000', '195124.235000', '195124.695000', '195125.155000', '195125.615000', '195126.075000', '195126.535000', '195126.995000', '195127.455000', '195127.915000', '195128.375000', '195128.835000', '195129.295000', '195129.755000', '195130.215000', '195130.675000', '195131.135000', '195131.595000', '195132.055000', '195132.515000', '195132.975000', '195133.435000', '195133.895000', '195134.355000', '195134.815000', '195135.275000', '195135.735000', '195136.195000', '195136.655000', '195137.115000', '195137.575000', '195138.035000', '195138.495000', '195138.955000', '195139.415000', '195139.875000', '195140.335000', '195140.795000', '195141.255000', '195141.715000', '195142.175000', '195142.635000', '195143.095000', '195143.555000', '195144.015000', '195144.475000', '195144.935000', '195145.395000', '195145.855000', '195146.315000', '195146.775000', '195147.235000', '195147.695000', '195148.155000', '195148.615000', '195149.075000', '195149.535000', '195149.995000', '195150.455000', '195150.915000', '195151.375000', '195151.835000', '195152.295000', '195152.755000', '195153.215000', '195153.675000', '195154.135000', '195154.595000', '195155.055000', '195155.515000', '195155.975000', '195156.435000', '195156.895000', '195157.355000', '195157.815000', '195158.275000', '195158.735000', '195159.195000', '195159.655000', '195200.115000', '195200.575000', '195201.035000', '195201.495000', '195201.955000', '195202.415000', '195202.875000', '195203.335000', '195203.795000', '195204.255000', '195204.715000', '195205.175000', '195205.635000', '195206.095000', '195206.555000', '195207.015000', '195207.475000', '195207.935000', '195208.395000', '195208.855000', '195209.315000', '195209.775000', '195210.235000', '195210.695000', '195211.155000', '195211.615000', '195212.075000', '195212.535000', '195212.995000', '195213.455000', '195213.915000', '195214.375000', '195214.835000', '195215.295000', '195215.755000', '195216.215000', '195216.675000', '195217.135000', '195217.595000', '195218.055000', '195218.515000', '195218.975000', '195219.435000', '195219.895000', '195220.355000', '195220.815000', '195221.275000', '195221.735000', '195222.195000', '195222.655000', '195223.115000', '195223.575000', '195224.035000', '195224.495000', '195224.955000', '195225.415000', '195225.875000', '195226.335000', '195226.795000', '195227.255000', '195227.715000', '195228.175000', '195228.635000', '195229.095000', '195229.555000', '195230.015000', '195230.475000', '195230.935000', '195231.395000', '195231.855000', '195232.315000', '195232.775000', '195233.235000', '195233.695000', '195234.155000', '195234.615000', '195235.075000', '195235.535000', '195235.995000', '195236.455000', '195236.915000', '195237.375000', '195237.835000', '195238.295000', '195238.755000', '195239.215000', '195239.675000', '195240.135000', '195240.595000', '195241.055000', '195241.515000', '195241.975000', '195242.435000', '195242.895000', '195243.355000', '195243.815000', '195244.275000', '195244.735000', '195245.195000', '195245.655000', '195246.115000', '195246.575000', '195247.035000', '195247.495000', '195247.955000', '195248.415000', '195248.875000', '195249.335000', '195249.795000', '195250.255000', '195250.715000', '195251.175000', '195251.635000', '195252.095000', '195252.555000', '195253.015000', '195253.475000', '195253.935000', '195254.395000', '195254.855000', '195255.315000', '195255.775000', '195256.235000', '195256.695000', '195257.155000', '195257.615000', '195258.075000', '195258.535000', '195258.995000', '195259.455000', '195259.915000', '195300.375000', '195300.835000', '195301.295000', '195301.755000', '195302.215000', '195302.675000', '195303.135000', '195303.595000', '195304.055000', '195304.515000', '195304.975000', '195305.435000', '195305.895000', '195306.355000', '195306.815000', '195307.275000', '195307.735000', '195308.195000', '195308.655000', '195309.115000', '195309.575000', '195310.035000', '195310.495000', '195310.955000', '195311.415000', '195311.875000', '195312.335000', '195312.795000', '195313.255000', '195313.715000', '195314.175000', '195314.635000', '195315.095000', '195315.555000', '195316.015000', '195316.475000', '195316.935000', '195317.395000', '195317.855000', '195318.315000', '195318.775000', '195319.235000', '195319.695000', '195320.155000', '195320.615000', '195321.075000', '195321.535000', '195321.995000', '195322.455000', '195322.915000', '195323.375000', '195323.835000', '195324.295000', '195324.755000', '195325.215000', '195325.675000', '195326.135000', '195326.595000', '195327.055000', '195327.515000', '195327.975000', '195328.435000', '195328.895000', '195329.355000', '195329.815000', '195330.275000', '195330.735000', '195331.195000', '195331.655000', '195332.115000', '195332.575000', '195333.035000', '195333.495000', '195333.955000', '195334.415000', '195334.875000', '195335.335000', '195335.795000', '195336.255000', '195336.715000', '195337.175000', '195337.635000', '195338.095000', '195338.555000', '195339.015000', '195339.475000', '195339.935000', '195340.395000', '195340.855000', '195341.315000', '195341.775000', '195342.235000', '195342.695000', '195343.155000', '195343.615000', '195344.075000', '195344.535000', '195344.995000', '195345.455000', '195345.915000', '195346.375000', '195346.835000', '195347.295000', '195347.755000', '195348.215000', '195348.675000', '195349.135000', '195349.595000', '195350.055000', '195350.515000', '195350.975000', '195351.435000', '195351.895000', '195352.355000', '195352.815000', '195353.275000', '195353.735000', '195354.195000', '195354.655000', '195355.115000', '195355.575000', '195356.035000', '195356.495000', '195356.955000', '195357.415000', '195357.875000', '195358.335000', '195358.795000', '195359.255000', '195359.715000', '195400.175000', '195400.635000', '195401.095000', '195401.555000', '195402.015000', '195402.475000', '195402.935000', '195403.395000', '195403.855000', '195404.315000', '195404.775000', '195405.235000', '195405.695000', '195406.155000', '195406.615000', '195407.075000', '195407.535000', '195407.995000', '195408.455000', '195408.915000', '195409.375000', '195409.835000', '195410.295000', '195410.755000', '195411.215000', '195411.675000', '195412.135000', '195412.595000', '195413.055000', '195413.515000', '195413.975000', '195414.435000', '195414.895000', '195415.355000', '195415.815000', '195416.275000', '195416.735000', '195417.195000', '195417.655000', '195418.115000', '195418.575000', '195419.035000', '195419.495000', '195419.955000', '195420.415000', '195420.875000', '195421.335000', '195421.795000', '195422.255000', '195422.715000', '195423.175000', '195423.635000', '195424.095000', '195424.555000', '195425.015000', '195425.475000', '195425.935000', '195426.395000', '195426.855000', '195427.315000', '195427.775000', '195428.235000', '195428.695000', '195429.155000', '195429.615000', '195430.075000', '195430.535000', '195430.995000', '195431.455000', '195431.915000', '195432.375000', '195432.835000', '195433.295000', '195433.755000', '195434.215000', '195434.675000', '195435.135000', '195435.595000', '195436.055000', '195436.515000', '195436.975000', '195437.435000', '195437.895000', '195438.355000', '195438.815000', '195439.275000', '195439.735000', '195440.195000', '195440.655000', '195441.115000', '195441.575000', '195442.035000', '195442.495000', '195442.955000', '195443.415000', '195443.875000', '195444.335000', '195444.795000', '195445.255000', '195445.715000', '195446.175000', '195446.635000', '195447.095000', '195447.555000', '195448.015000', '195448.475000', '195448.935000', '195449.395000', '195449.855000', '195450.315000', '195450.775000', '195451.235000', '195451.695000', '195452.155000', '195452.615000', '195453.075000', '195453.535000', '195453.995000', '195454.455000', '195454.915000', '195455.375000', '195455.835000', '195456.295000', '195456.755000', '195457.215000', '195457.675000', '195458.135000', '195458.595000', '195459.055000', '195459.515000', '195459.975000', '195500.435000', '195500.895000', '195501.355000', '195501.815000', '195502.275000', '195502.735000', '195503.195000', '195503.655000', '195504.115000', '195504.575000', '195505.035000', '195505.495000', '195505.955000', '195506.415000', '195506.875000', '195507.335000', '195507.795000', '195508.255000', '195508.715000', '195509.175000', '195509.635000', '195510.095000', '195510.555000', '195511.015000', '195511.475000', '195511.935000', '195512.395000', '195512.855000', '195513.315000', '195513.775000', '195514.235000', '195514.695000', '195515.155000', '195515.615000', '195516.075000', '195516.535000', '195516.995000', '195517.455000', '195517.915000', '195518.375000', '195518.835000', '195519.295000', '195519.755000', '195520.215000', '195520.675000', '195521.135000', '195521.595000', '195522.055000', '195522.515000', '195522.975000', '195523.435000', '195523.895000', '195524.355000', '195524.815000', '195525.275000', '195525.735000', '195526.195000', '195526.655000', '195527.115000', '195527.575000', '195528.035000', '195528.495000', '195528.955000', '195529.415000', '195529.875000', '195530.335000', '195530.795000', '195531.255000', '195531.715000', '195532.175000', '195532.635000', '195533.095000', '195533.555000', '195534.015000', '195534.475000', '195534.935000', '195535.395000', '195535.855000', '195536.315000', '195536.775000', '195537.235000', '195537.695000', '195538.155000', '195538.615000', '195539.075000', '195539.535000', '195539.995000', '195540.455000', '195540.915000', '195541.375000', '195541.835000', '195542.295000', '195542.755000', '195543.215000', '195543.675000', '195544.135000', '195544.595000', '195545.055000', '195545.515000', '195545.975000', '195546.435000', '195546.895000', '195547.355000', '195547.815000', '195548.275000', '195548.735000', '195549.195000', '195549.655000', '195550.115000', '195550.575000', '195551.035000', '195551.495000', '195551.955000', '195552.415000', '195552.875000', '195553.335000', '195553.795000', '195554.255000', '195554.715000'], 'ContentTime': ['194554.726000', '194554.730000', '194554.733000', '194554.736000', '194554.739000', '194554.741000', '194554.744000', '194554.746000', '194554.749000', '194554.751000', '194554.754000', '194554.756000', '194554.759000', '194554.761000', '194554.764000', '194554.767000', '194554.769000', '194554.772000', '194554.775000', '194554.777000', '194554.780000', '194554.783000', '194554.786000', '194554.788000', '194554.791000', '194554.793000', '194554.796000', '194614.674000', '194614.685000', '194614.688000', '194614.690000', '194614.693000', '194614.696000', '194614.698000', '194614.701000', '194614.703000', '194614.706000', '194614.708000', '194614.711000', '194614.713000', '194614.716000', '194614.719000', '194614.721000', '194614.724000', '194614.726000', '194614.729000', '194614.731000', '194614.734000', '194614.737000', '194614.739000', '194614.742000', '194614.744000', '194614.747000', '194614.756000', '194614.758000', '194614.761000', '194614.763000', '194614.766000', '194614.768000', '194614.771000', '194614.774000', '194614.776000', '194614.779000', '194614.781000', '194614.784000', '194614.786000', '194614.789000', '194614.792000', '194614.794000', '194614.810000', '194614.813000', '194634.674000', '194634.676000', '194634.679000', '194634.682000', '194634.684000', '194634.687000', '194634.689000', '194634.692000', '194634.694000', '194634.697000', '194634.699000', '194634.702000', '194634.705000', '194634.707000', '194634.710000', '194634.712000', '194634.715000', '194634.717000', '194634.721000', '194634.724000', '194634.726000', '194634.739000', '194634.742000', '194634.744000', '194634.747000', '194634.750000', '194634.752000', '194634.755000', '194634.757000', '194634.760000', '194634.762000', '194634.765000', '194634.777000', '194634.779000', '194634.782000', '194634.784000', '194634.787000', '194634.790000', '194634.792000', '194634.795000', '194634.798000', '194634.826000', '194634.829000', '194654.674000', '194654.677000', '194654.679000', '194654.683000', '194654.685000', '194654.688000', '194654.691000', '194654.693000', '194654.696000', '194654.699000', '194654.701000', '194654.704000', '194654.707000', '194654.709000', '194654.712000', '194654.714000', '194654.717000', '194654.720000', '194654.722000', '194654.725000', '194654.727000', '194654.730000', '194654.732000', '194654.735000', '194654.738000', '194654.740000', '194654.743000', '194654.746000', '194654.748000', '194654.751000', '194654.754000', '194654.756000', '194654.759000', '194654.761000', '194654.764000', '194654.767000', '194654.769000', '194654.772000', '194654.774000', '194654.777000', '194654.780000', '194654.783000', '194654.785000', '194654.788000', '194714.673000', '194714.676000', '194714.679000', '194714.681000', '194714.684000', '194714.687000', '194714.689000', '194714.692000', '194714.694000', '194714.697000', '194714.700000', '194714.703000', '194714.706000', '194714.709000', '194714.711000', '194714.714000', '194714.717000', '194714.719000', '194714.722000', '194714.724000', '194714.727000', '194714.729000', '194714.732000', '194714.735000', '194714.737000', '194714.740000', '194714.742000', '194714.745000', '194714.748000', '194714.751000', '194714.753000', '194714.756000', '194714.759000', '194714.761000', '194714.764000', '194714.766000', '194714.769000', '194714.771000', '194714.774000', '194714.779000', '194714.781000', '194714.784000', '194714.787000', '194734.675000', '194734.677000', '194734.680000', '194734.683000', '194734.685000', '194734.688000', '194734.690000', '194734.693000', '194734.696000', '194734.698000', '194734.701000', '194734.704000', '194734.706000', '194734.709000', '194734.711000', '194734.714000', '194734.717000', '194734.719000', '194734.722000', '194734.725000', '194734.727000', '194734.730000', '194734.732000', '194734.735000', '194734.738000', '194734.740000', '194734.743000', '194734.746000', '194734.748000', '194734.751000', '194734.753000', '194734.756000', '194734.758000', '194734.761000', '194734.763000', '194734.766000', '194734.769000', '194734.771000', '194734.774000', '194734.776000', '194734.779000', '194734.782000', '194734.784000', '194734.787000', '194754.674000', '194754.677000', '194754.680000', '194754.682000', '194754.685000', '194754.688000', '194754.690000', '194754.693000', '194754.695000', '194754.698000', '194754.701000', '194754.703000', '194754.706000', '194754.709000', '194754.712000', '194754.715000', '194754.718000', '194754.721000', '194754.724000', '194754.726000', '194754.729000', '194754.732000', '194754.734000', '194754.737000', '194754.739000', '194754.742000', '194754.745000', '194754.747000', '194754.750000', '194754.752000', '194754.755000', '194754.758000', '194754.760000', '194754.763000', '194754.765000', '194754.768000', '194754.770000', '194754.784000', '194754.787000', '194754.789000', '194754.792000', '194754.795000', '194754.797000', '194814.674000', '194814.677000', '194814.680000', '194814.682000', '194814.685000', '194814.688000', '194814.690000', '194814.693000', '194814.695000', '194814.698000', '194814.701000', '194814.703000', '194814.706000', '194814.708000', '194814.711000', '194814.714000', '194814.716000', '194814.719000', '194814.721000', '194814.724000', '194814.727000', '194814.735000', '194814.738000', '194814.740000', '194814.743000', '194814.746000', '194814.748000', '194814.751000', '194814.753000', '194814.756000', '194814.759000', '194814.761000', '194814.764000', '194814.766000', '194814.769000', '194814.771000', '194814.774000', '194814.777000', '194814.779000', '194814.782000', '194814.784000', '194814.787000', '194814.790000', '194814.792000', '194834.675000', '194834.678000', '194834.680000', '194834.683000', '194834.686000', '194834.688000', '194834.691000', '194834.694000', '194834.696000', '194834.699000', '194834.702000', '194834.704000', '194834.707000', '194834.709000', '194834.712000', '194834.715000', '194834.717000', '194834.720000', '194834.722000', '194834.725000', '194834.728000', '194834.731000', '194834.734000', '194834.737000', '194834.740000', '194834.742000', '194834.745000', '194834.748000', '194834.750000', '194834.753000', '194834.755000', '194834.758000', '194834.760000', '194834.763000', '194834.765000', '194834.768000', '194834.771000', '194834.773000', '194834.776000', '194834.779000', '194834.781000', '194834.784000', '194834.786000', '194854.674000', '194854.676000', '194854.679000', '194854.682000', '194854.684000', '194854.687000', '194854.689000', '194854.692000', '194854.695000', '194854.697000', '194854.700000', '194854.703000', '194854.705000', '194854.708000', '194854.710000', '194854.713000', '194854.716000', '194854.718000', '194854.721000', '194854.723000', '194854.726000', '194854.729000', '194854.731000', '194854.734000', '194854.736000', '194854.739000', '194854.742000', '194854.744000', '194854.747000', '194854.750000', '194854.752000', '194854.755000', '194854.758000', '194854.760000', '194854.763000', '194854.766000', '194854.768000', '194854.771000', '194854.774000', '194854.776000', '194854.779000', '194854.781000', '194854.784000', '194854.786000', '194914.673000', '194914.676000', '194914.679000', '194914.681000', '194914.684000', '194914.687000', '194914.689000', '194914.692000', '194914.694000', '194914.697000', '194914.700000', '194914.702000', '194914.705000', '194914.707000', '194914.710000', '194914.712000', '194914.715000', '194914.718000', '194914.720000', '194914.723000', '194914.725000', '194914.728000', '194914.731000', '194914.733000', '194914.736000', '194914.739000', '194914.741000', '194914.744000', '194914.746000', '194914.749000', '194914.751000', '194914.754000', '194914.757000', '194914.759000', '194914.762000', '194914.765000', '194914.767000', '194914.770000', '194914.773000', '194914.776000', '194914.778000', '194914.781000', '194914.784000', '194934.674000', '194934.676000', '194934.679000', '194934.682000', '194934.684000', '194934.687000', '194934.690000', '194934.692000', '194934.695000', '194934.697000', '194934.700000', '194934.702000', '194934.705000', '194934.708000', '194934.710000', '194934.713000', '194934.715000', '194934.718000', '194934.721000', '194934.729000', '194934.732000', '194934.735000', '194934.737000', '194934.740000', '194934.742000', '194934.745000', '194934.748000', '194934.750000', '194934.753000', '194934.755000', '194934.758000', '194934.761000', '194934.763000', '194934.766000', '194934.768000', '194934.771000', '194934.774000', '194934.776000', '194934.779000', '194934.781000', '194934.784000', '194934.786000', '194934.789000', '194934.792000', '194954.674000', '194954.677000', '194954.680000', '194954.682000', '194954.685000', '194954.688000', '194954.690000', '194954.693000', '194954.695000', '194954.698000', '194954.700000', '194954.703000', '194954.706000', '194954.708000', '194954.711000', '194954.713000', '194954.716000', '194954.719000', '194954.721000', '194954.724000', '194954.727000', '194954.729000', '194954.732000', '194954.734000', '194954.737000', '194954.740000', '194954.742000', '194954.745000', '194954.747000', '194954.750000', '194954.753000', '194954.755000', '194954.758000', '194954.761000', '194954.763000', '194954.766000', '194954.768000', '194954.771000', '194954.773000', '194954.776000', '194954.779000', '194954.781000', '194954.784000', '195014.675000', '195014.678000', '195014.680000', '195014.683000', '195014.686000', '195014.688000', '195014.691000', '195014.693000', '195014.696000', '195014.699000', '195014.701000', '195014.704000', '195014.706000', '195014.709000', '195014.711000', '195014.714000', '195014.716000', '195014.719000', '195014.722000', '195014.724000', '195014.727000', '195014.730000', '195014.732000', '195014.735000', '195014.737000', '195014.740000', '195014.743000', '195014.745000', '195014.748000', '195014.750000', '195014.753000', '195014.755000', '195014.758000', '195014.761000', '195014.763000', '195014.766000', '195014.768000', '195014.771000', '195014.774000', '195014.776000', '195014.779000', '195014.781000', '195014.784000', '195014.786000', '195034.674000', '195034.677000', '195034.680000', '195034.683000', '195034.685000', '195034.688000', '195034.690000', '195034.693000', '195034.696000', '195034.698000', '195034.701000', '195034.703000', '195034.706000', '195034.708000', '195034.711000', '195034.714000', '195034.716000', '195034.719000', '195034.722000', '195034.724000', '195034.727000', '195034.729000', '195034.732000', '195034.734000', '195034.737000', '195034.740000', '195034.742000', '195034.745000', '195034.747000', '195034.750000', '195034.753000', '195034.755000', '195034.758000', '195034.760000', '195034.763000', '195034.765000', '195034.768000', '195034.771000', '195034.773000', '195034.776000', '195034.778000', '195034.781000', '195034.784000', '195054.673000', '195054.676000', '195054.679000', '195054.681000', '195054.684000', '195054.687000', '195054.690000', '195054.692000', '195054.695000', '195054.697000', '195054.700000', '195054.703000', '195054.705000', '195054.708000', '195054.710000', '195054.713000', '195054.716000', '195054.718000', '195054.721000', '195054.723000', '195054.726000', '195054.729000', '195054.731000', '195054.734000', '195054.736000', '195054.739000', '195054.741000', '195054.744000', '195054.747000', '195054.749000', '195054.752000', '195054.755000', '195054.757000', '195054.760000', '195054.762000', '195054.765000', '195054.767000', '195054.770000', '195054.773000', '195054.775000', '195054.778000', '195054.780000', '195054.783000', '195054.786000', '195114.674000', '195114.677000', '195114.679000', '195114.682000', '195114.685000', '195114.687000', '195114.690000', '195114.692000', '195114.695000', '195114.698000', '195114.700000', '195114.703000', '195114.705000', '195114.708000', '195114.711000', '195114.713000', '195114.716000', '195114.721000', '195114.723000', '195114.726000', '195114.728000', '195114.731000', '195114.734000', '195114.736000', '195114.739000', '195114.741000', '195114.744000', '195114.747000', '195114.749000', '195114.752000', '195114.754000', '195114.757000', '195114.760000', '195114.762000', '195114.765000', '195114.767000', '195114.770000', '195114.772000', '195114.775000', '195114.778000', '195114.780000', '195114.783000', '195114.785000', '195134.674000', '195134.677000', '195134.679000', '195134.682000', '195134.684000', '195134.687000', '195134.690000', '195134.692000', '195134.695000', '195134.697000', '195134.700000', '195134.703000', '195134.705000', '195134.708000', '195134.710000', '195134.713000', '195134.716000', '195134.718000', '195134.721000', '195134.723000', '195134.726000', '195134.729000', '195134.731000', '195134.734000', '195134.736000', '195134.739000', '195134.741000', '195134.744000', '195134.747000', '195134.749000', '195134.752000', '195134.755000', '195134.758000', '195134.760000', '195134.763000', '195134.766000', '195134.768000', '195134.771000', '195134.773000', '195134.776000', '195134.779000', '195134.781000', '195134.784000', '195154.673000', '195154.676000', '195154.679000', '195154.681000', '195154.684000', '195154.687000', '195154.689000', '195154.692000', '195154.694000', '195154.697000', '195154.700000', '195154.702000', '195154.705000', '195154.707000', '195154.710000', '195154.713000', '195154.715000', '195154.718000', '195154.720000', '195154.723000', '195154.726000', '195154.728000', '195154.731000', '195154.734000', '195154.736000', '195154.739000', '195154.741000', '195154.744000', '195154.747000', '195154.749000', '195154.752000', '195154.754000', '195154.757000', '195154.759000', '195154.762000', '195154.765000', '195154.767000', '195154.770000', '195154.772000', '195154.775000', '195154.777000', '195154.780000', '195154.783000', '195154.785000', '195214.674000', '195214.677000', '195214.680000', '195214.683000', '195214.685000', '195214.688000', '195214.690000', '195214.693000', '195214.696000', '195214.698000', '195214.701000', '195214.703000', '195214.706000', '195214.709000', '195214.711000', '195214.714000', '195214.717000', '195214.719000', '195214.722000', '195214.725000', '195214.728000', '195214.730000', '195214.733000', '195214.735000', '195214.738000', '195214.741000', '195214.743000', '195214.746000', '195214.748000', '195214.751000', '195214.754000', '195214.756000', '195214.759000', '195214.761000', '195214.764000', '195214.766000', '195214.769000', '195214.772000', '195214.774000', '195214.777000', '195214.779000', '195214.782000', '195214.785000', '195214.787000', '195234.674000', '195234.677000', '195234.680000', '195234.682000', '195234.685000', '195234.688000', '195234.690000', '195234.693000', '195234.695000', '195234.698000', '195234.701000', '195234.703000', '195234.706000', '195234.709000', '195234.711000', '195234.714000', '195234.716000', '195234.719000', '195234.722000', '195234.724000', '195234.727000', '195234.729000', '195234.732000', '195234.735000', '195234.737000', '195234.740000', '195234.742000', '195234.745000', '195234.748000', '195234.750000', '195234.753000', '195234.756000', '195234.758000', '195234.761000', '195234.763000', '195234.766000', '195234.768000', '195234.771000', '195234.774000', '195234.776000', '195234.779000', '195234.782000', '195234.784000', '195254.675000', '195254.677000', '195254.680000', '195254.683000', '195254.686000', '195254.689000', '195254.692000', '195254.694000', '195254.697000', '195254.699000', '195254.702000', '195254.705000', '195254.707000', '195254.710000', '195254.713000', '195254.715000', '195254.718000', '195254.721000', '195254.723000', '195254.726000', '195254.729000', '195254.731000', '195254.734000', '195254.737000', '195254.739000', '195254.742000', '195254.745000', '195254.747000', '195254.750000', '195254.752000', '195254.755000', '195254.758000', '195254.760000', '195254.763000', '195254.765000', '195254.768000', '195254.771000', '195254.773000', '195254.776000', '195254.779000', '195254.781000', '195254.784000', '195254.786000', '195314.674000', '195314.677000', '195314.679000', '195314.682000', '195314.685000', '195314.687000', '195314.690000', '195314.692000', '195314.695000', '195314.697000', '195314.700000', '195314.703000', '195314.705000', '195314.708000', '195314.710000', '195314.713000', '195314.716000', '195314.718000', '195314.721000', '195314.723000', '195314.726000', '195314.729000', '195314.731000', '195314.734000', '195314.736000', '195314.739000', '195314.742000', '195314.744000', '195314.747000', '195314.749000', '195314.752000', '195314.755000', '195314.757000', '195314.760000', '195314.762000', '195314.765000', '195314.767000', '195314.770000', '195314.773000', '195314.775000', '195314.778000', '195314.780000', '195314.783000', '195314.786000', '195334.674000', '195334.677000', '195334.679000', '195334.682000', '195334.685000', '195334.687000', '195334.690000', '195334.692000', '195334.695000', '195334.698000', '195334.700000', '195334.703000', '195334.706000', '195334.710000', '195334.713000', '195334.715000', '195334.718000', '195334.721000', '195334.723000', '195334.726000', '195334.728000', '195334.731000', '195334.733000', '195334.736000', '195334.739000', '195334.741000', '195334.744000', '195334.746000', '195334.749000', '195334.752000', '195334.754000', '195334.757000', '195334.760000', '195334.762000', '195334.765000', '195334.767000', '195334.770000', '195334.773000', '195334.775000', '195334.778000', '195334.780000', '195334.783000', '195334.786000', '195354.673000', '195354.676000', '195354.679000', '195354.682000', '195354.684000', '195354.692000', '195354.695000', '195354.698000', '195354.700000', '195354.703000', '195354.706000', '195354.708000', '195354.711000', '195354.713000', '195354.716000', '195354.718000', '195354.721000', '195354.724000', '195354.726000', '195354.729000', '195354.731000', '195354.734000', '195354.736000', '195354.739000', '195354.742000', '195354.744000', '195354.747000', '195354.750000', '195354.752000', '195354.755000', '195354.757000', '195354.760000', '195354.763000', '195354.765000', '195354.768000', '195354.770000', '195354.773000', '195354.776000', '195354.778000', '195354.781000', '195354.783000', '195354.786000', '195354.788000', '195354.791000', '195414.674000', '195414.677000', '195414.679000', '195414.682000', '195414.685000', '195414.688000', '195414.691000', '195414.694000', '195414.697000', '195414.700000', '195414.703000', '195414.705000', '195414.708000', '195414.710000', '195414.713000', '195414.716000', '195414.718000', '195414.721000', '195414.723000', '195414.726000', '195414.729000', '195414.731000', '195414.734000', '195414.736000', '195414.739000', '195414.742000', '195414.744000', '195414.747000', '195414.749000', '195414.752000', '195414.754000', '195414.757000', '195414.760000', '195414.762000', '195414.765000', '195414.767000', '195414.770000', '195414.773000', '195414.775000', '195414.778000', '195414.780000', '195414.783000', '195414.785000', '195434.675000', '195434.677000', '195434.680000', '195434.683000', '195434.685000', '195434.688000', '195434.690000', '195434.693000', '195434.696000', '195434.698000', '195434.701000', '195434.703000', '195434.706000', '195434.709000', '195434.711000', '195434.714000', '195434.716000', '195434.719000', '195434.722000', '195434.724000', '195434.727000', '195434.729000', '195434.732000', '195434.735000', '195434.737000', '195434.740000', '195434.742000', '195434.745000', '195434.748000', '195434.750000', '195434.753000', '195434.755000', '195434.758000', '195434.761000', '195434.763000', '195434.766000', '195434.768000', '195434.771000', '195434.774000', '195434.776000', '195434.779000', '195434.781000', '195434.784000', '195434.787000', '195454.675000', '195454.677000', '195454.680000', '195454.683000', '195454.686000', '195454.689000', '195454.692000', '195454.694000', '195454.697000', '195454.700000', '195454.702000', '195454.705000', '195454.707000', '195454.710000', '195454.713000', '195454.715000', '195454.718000', '195454.721000', '195454.723000', '195454.726000', '195454.729000', '195454.731000', '195454.734000', '195454.736000', '195454.739000', '195454.741000', '195454.744000', '195454.747000', '195454.750000', '195454.753000', '195454.755000', '195454.758000', '195454.761000', '195454.763000', '195454.766000', '195454.768000', '195454.771000', '195454.774000', '195454.776000', '195454.779000', '195454.782000', '195454.784000', '195454.787000', '195514.675000', '195514.678000', '195514.680000', '195514.683000', '195514.686000', '195514.688000', '195514.691000', '195514.693000', '195514.696000', '195514.699000', '195514.701000', '195514.704000', '195514.706000', '195514.709000', '195514.712000', '195514.714000', '195514.718000', '195514.721000', '195514.723000', '195514.726000', '195514.728000', '195514.731000', '195514.734000', '195514.736000', '195514.739000', '195514.741000', '195514.744000', '195514.747000', '195514.749000', '195514.752000', '195514.754000', '195514.757000', '195514.759000', '195514.762000', '195514.765000', '195514.767000', '195514.770000', '195514.773000', '195514.775000', '195514.778000', '195514.780000', '195514.783000', '195514.785000', '195514.788000', '195534.673000', '195534.676000', '195534.679000', '195534.682000', '195534.684000', '195534.687000', '195534.689000', '195534.692000', '195534.695000', '195534.697000', '195534.700000', '195534.703000', '195534.705000', '195534.708000', '195534.711000', '195534.713000', '195534.716000', '195534.719000', '195534.722000', '195534.724000', '195534.727000', '195534.730000', '195534.732000', '195534.735000', '195534.737000', '195534.740000', '195534.743000', '195534.745000', '195534.748000', '195534.750000', '195534.753000', '195534.756000', '195534.758000', '195534.761000', '195534.764000', '195534.766000', '195534.769000', '195534.771000', '195534.774000', '195534.776000', '195534.784000', '195534.787000', '195534.789000', '195554.674000', '195554.676000', '195554.679000', '195554.682000', '195554.684000', '195554.687000', '195554.689000', '195554.692000', '195554.695000', '195554.697000', '195554.700000', '195554.702000', '195554.705000', '195554.708000', '195554.710000', '195554.713000', '195554.715000', '195554.718000', '195554.721000', '195554.723000', '195554.726000', '195554.729000', '195554.731000', '195554.734000', '195554.737000', '195554.739000', '195554.742000', '195554.744000', '195554.747000', '195554.750000', '195554.752000', '195554.755000', '195554.757000', '195554.760000', '195554.763000', '195554.765000', '195554.768000', '195554.770000', '195554.773000', '195554.776000', '195554.778000', '195554.781000', '195554.783000', '195554.786000', '195555.866000', '195555.869000', '195555.872000'], 'InstanceCreationTime': ['194554.726000', '194554.730000', '194554.733000', '194554.736000', '194554.739000', '194554.741000', '194554.744000', '194554.746000', '194554.749000', '194554.751000', '194554.754000', '194554.756000', '194554.759000', '194554.761000', '194554.764000', '194554.767000', '194554.769000', '194554.772000', '194554.775000', '194554.777000', '194554.780000', '194554.783000', '194554.786000', '194554.788000', '194554.791000', '194554.793000', '194554.796000', '194614.674000', '194614.685000', '194614.688000', '194614.690000', '194614.693000', '194614.696000', '194614.698000', '194614.701000', '194614.703000', '194614.706000', '194614.708000', '194614.711000', '194614.713000', '194614.716000', '194614.719000', '194614.721000', '194614.724000', '194614.726000', '194614.729000', '194614.731000', '194614.734000', '194614.737000', '194614.739000', '194614.742000', '194614.744000', '194614.747000', '194614.756000', '194614.758000', '194614.761000', '194614.763000', '194614.766000', '194614.768000', '194614.771000', '194614.774000', '194614.776000', '194614.779000', '194614.781000', '194614.784000', '194614.786000', '194614.789000', '194614.792000', '194614.794000', '194614.810000', '194614.813000', '194634.674000', '194634.676000', '194634.679000', '194634.682000', '194634.684000', '194634.687000', '194634.689000', '194634.692000', '194634.694000', '194634.697000', '194634.699000', '194634.702000', '194634.705000', '194634.707000', '194634.710000', '194634.712000', '194634.715000', '194634.717000', '194634.721000', '194634.724000', '194634.726000', '194634.739000', '194634.742000', '194634.744000', '194634.747000', '194634.750000', '194634.752000', '194634.755000', '194634.757000', '194634.760000', '194634.762000', '194634.765000', '194634.777000', '194634.779000', '194634.782000', '194634.784000', '194634.787000', '194634.790000', '194634.792000', '194634.795000', '194634.798000', '194634.826000', '194634.829000', '194654.674000', '194654.677000', '194654.679000', '194654.683000', '194654.685000', '194654.688000', '194654.691000', '194654.693000', '194654.696000', '194654.699000', '194654.701000', '194654.704000', '194654.707000', '194654.709000', '194654.712000', '194654.714000', '194654.717000', '194654.720000', '194654.722000', '194654.725000', '194654.727000', '194654.730000', '194654.732000', '194654.735000', '194654.738000', '194654.740000', '194654.743000', '194654.746000', '194654.748000', '194654.751000', '194654.754000', '194654.756000', '194654.759000', '194654.761000', '194654.764000', '194654.767000', '194654.769000', '194654.772000', '194654.774000', '194654.777000', '194654.780000', '194654.783000', '194654.785000', '194654.788000', '194714.673000', '194714.676000', '194714.679000', '194714.681000', '194714.684000', '194714.687000', '194714.689000', '194714.692000', '194714.694000', '194714.697000', '194714.700000', '194714.703000', '194714.706000', '194714.709000', '194714.711000', '194714.714000', '194714.717000', '194714.719000', '194714.722000', '194714.724000', '194714.727000', '194714.729000', '194714.732000', '194714.735000', '194714.737000', '194714.740000', '194714.742000', '194714.745000', '194714.748000', '194714.751000', '194714.753000', '194714.756000', '194714.759000', '194714.761000', '194714.764000', '194714.766000', '194714.769000', '194714.771000', '194714.774000', '194714.779000', '194714.781000', '194714.784000', '194714.787000', '194734.675000', '194734.677000', '194734.680000', '194734.683000', '194734.685000', '194734.688000', '194734.690000', '194734.693000', '194734.696000', '194734.698000', '194734.701000', '194734.704000', '194734.706000', '194734.709000', '194734.711000', '194734.714000', '194734.717000', '194734.719000', '194734.722000', '194734.725000', '194734.727000', '194734.730000', '194734.732000', '194734.735000', '194734.738000', '194734.740000', '194734.743000', '194734.746000', '194734.748000', '194734.751000', '194734.753000', '194734.756000', '194734.758000', '194734.761000', '194734.763000', '194734.766000', '194734.769000', '194734.771000', '194734.774000', '194734.776000', '194734.779000', '194734.782000', '194734.784000', '194734.787000', '194754.674000', '194754.677000', '194754.680000', '194754.682000', '194754.685000', '194754.688000', '194754.690000', '194754.693000', '194754.695000', '194754.698000', '194754.701000', '194754.703000', '194754.706000', '194754.709000', '194754.712000', '194754.715000', '194754.718000', '194754.721000', '194754.724000', '194754.726000', '194754.729000', '194754.732000', '194754.734000', '194754.737000', '194754.739000', '194754.742000', '194754.745000', '194754.747000', '194754.750000', '194754.752000', '194754.755000', '194754.758000', '194754.760000', '194754.763000', '194754.765000', '194754.768000', '194754.770000', '194754.784000', '194754.787000', '194754.789000', '194754.792000', '194754.795000', '194754.797000', '194814.674000', '194814.677000', '194814.680000', '194814.682000', '194814.685000', '194814.688000', '194814.690000', '194814.693000', '194814.695000', '194814.698000', '194814.701000', '194814.703000', '194814.706000', '194814.708000', '194814.711000', '194814.714000', '194814.716000', '194814.719000', '194814.721000', '194814.724000', '194814.727000', '194814.735000', '194814.738000', '194814.740000', '194814.743000', '194814.746000', '194814.748000', '194814.751000', '194814.753000', '194814.756000', '194814.759000', '194814.761000', '194814.764000', '194814.766000', '194814.769000', '194814.771000', '194814.774000', '194814.777000', '194814.779000', '194814.782000', '194814.784000', '194814.787000', '194814.790000', '194814.792000', '194834.675000', '194834.678000', '194834.680000', '194834.683000', '194834.686000', '194834.688000', '194834.691000', '194834.694000', '194834.696000', '194834.699000', '194834.702000', '194834.704000', '194834.707000', '194834.709000', '194834.712000', '194834.715000', '194834.717000', '194834.720000', '194834.722000', '194834.725000', '194834.728000', '194834.731000', '194834.734000', '194834.737000', '194834.740000', '194834.742000', '194834.745000', '194834.748000', '194834.750000', '194834.753000', '194834.755000', '194834.758000', '194834.760000', '194834.763000', '194834.765000', '194834.768000', '194834.771000', '194834.773000', '194834.776000', '194834.779000', '194834.781000', '194834.784000', '194834.786000', '194854.674000', '194854.676000', '194854.679000', '194854.682000', '194854.684000', '194854.687000', '194854.689000', '194854.692000', '194854.695000', '194854.697000', '194854.700000', '194854.703000', '194854.705000', '194854.708000', '194854.710000', '194854.713000', '194854.716000', '194854.718000', '194854.721000', '194854.723000', '194854.726000', '194854.729000', '194854.731000', '194854.734000', '194854.736000', '194854.739000', '194854.742000', '194854.744000', '194854.747000', '194854.750000', '194854.752000', '194854.755000', '194854.758000', '194854.760000', '194854.763000', '194854.766000', '194854.768000', '194854.771000', '194854.774000', '194854.776000', '194854.779000', '194854.781000', '194854.784000', '194854.786000', '194914.673000', '194914.676000', '194914.679000', '194914.681000', '194914.684000', '194914.687000', '194914.689000', '194914.692000', '194914.694000', '194914.697000', '194914.700000', '194914.702000', '194914.705000', '194914.707000', '194914.710000', '194914.712000', '194914.715000', '194914.718000', '194914.720000', '194914.723000', '194914.725000', '194914.728000', '194914.731000', '194914.733000', '194914.736000', '194914.739000', '194914.741000', '194914.744000', '194914.746000', '194914.749000', '194914.751000', '194914.754000', '194914.757000', '194914.759000', '194914.762000', '194914.765000', '194914.767000', '194914.770000', '194914.773000', '194914.776000', '194914.778000', '194914.781000', '194914.784000', '194934.674000', '194934.676000', '194934.679000', '194934.682000', '194934.684000', '194934.687000', '194934.690000', '194934.692000', '194934.695000', '194934.697000', '194934.700000', '194934.702000', '194934.705000', '194934.708000', '194934.710000', '194934.713000', '194934.715000', '194934.718000', '194934.721000', '194934.729000', '194934.732000', '194934.735000', '194934.737000', '194934.740000', '194934.742000', '194934.745000', '194934.748000', '194934.750000', '194934.753000', '194934.755000', '194934.758000', '194934.761000', '194934.763000', '194934.766000', '194934.768000', '194934.771000', '194934.774000', '194934.776000', '194934.779000', '194934.781000', '194934.784000', '194934.786000', '194934.789000', '194934.792000', '194954.674000', '194954.677000', '194954.680000', '194954.682000', '194954.685000', '194954.688000', '194954.690000', '194954.693000', '194954.695000', '194954.698000', '194954.700000', '194954.703000', '194954.706000', '194954.708000', '194954.711000', '194954.713000', '194954.716000', '194954.719000', '194954.721000', '194954.724000', '194954.727000', '194954.729000', '194954.732000', '194954.734000', '194954.737000', '194954.740000', '194954.742000', '194954.745000', '194954.747000', '194954.750000', '194954.753000', '194954.755000', '194954.758000', '194954.761000', '194954.763000', '194954.766000', '194954.768000', '194954.771000', '194954.773000', '194954.776000', '194954.779000', '194954.781000', '194954.784000', '195014.675000', '195014.678000', '195014.680000', '195014.683000', '195014.686000', '195014.688000', '195014.691000', '195014.693000', '195014.696000', '195014.699000', '195014.701000', '195014.704000', '195014.706000', '195014.709000', '195014.711000', '195014.714000', '195014.716000', '195014.719000', '195014.722000', '195014.724000', '195014.727000', '195014.730000', '195014.732000', '195014.735000', '195014.737000', '195014.740000', '195014.743000', '195014.745000', '195014.748000', '195014.750000', '195014.753000', '195014.755000', '195014.758000', '195014.761000', '195014.763000', '195014.766000', '195014.768000', '195014.771000', '195014.774000', '195014.776000', '195014.779000', '195014.781000', '195014.784000', '195014.786000', '195034.674000', '195034.677000', '195034.680000', '195034.683000', '195034.685000', '195034.688000', '195034.690000', '195034.693000', '195034.696000', '195034.698000', '195034.701000', '195034.703000', '195034.706000', '195034.708000', '195034.711000', '195034.714000', '195034.716000', '195034.719000', '195034.722000', '195034.724000', '195034.727000', '195034.729000', '195034.732000', '195034.734000', '195034.737000', '195034.740000', '195034.742000', '195034.745000', '195034.747000', '195034.750000', '195034.753000', '195034.755000', '195034.758000', '195034.760000', '195034.763000', '195034.765000', '195034.768000', '195034.771000', '195034.773000', '195034.776000', '195034.778000', '195034.781000', '195034.784000', '195054.673000', '195054.676000', '195054.679000', '195054.681000', '195054.684000', '195054.687000', '195054.690000', '195054.692000', '195054.695000', '195054.697000', '195054.700000', '195054.703000', '195054.705000', '195054.708000', '195054.710000', '195054.713000', '195054.716000', '195054.718000', '195054.721000', '195054.723000', '195054.726000', '195054.729000', '195054.731000', '195054.734000', '195054.736000', '195054.739000', '195054.741000', '195054.744000', '195054.747000', '195054.749000', '195054.752000', '195054.755000', '195054.757000', '195054.760000', '195054.762000', '195054.765000', '195054.767000', '195054.770000', '195054.773000', '195054.775000', '195054.778000', '195054.780000', '195054.783000', '195054.786000', '195114.674000', '195114.677000', '195114.679000', '195114.682000', '195114.685000', '195114.687000', '195114.690000', '195114.692000', '195114.695000', '195114.698000', '195114.700000', '195114.703000', '195114.705000', '195114.708000', '195114.711000', '195114.713000', '195114.716000', '195114.721000', '195114.723000', '195114.726000', '195114.728000', '195114.731000', '195114.734000', '195114.736000', '195114.739000', '195114.741000', '195114.744000', '195114.747000', '195114.749000', '195114.752000', '195114.754000', '195114.757000', '195114.760000', '195114.762000', '195114.765000', '195114.767000', '195114.770000', '195114.772000', '195114.775000', '195114.778000', '195114.780000', '195114.783000', '195114.785000', '195134.674000', '195134.677000', '195134.679000', '195134.682000', '195134.684000', '195134.687000', '195134.690000', '195134.692000', '195134.695000', '195134.697000', '195134.700000', '195134.703000', '195134.705000', '195134.708000', '195134.710000', '195134.713000', '195134.716000', '195134.718000', '195134.721000', '195134.723000', '195134.726000', '195134.729000', '195134.731000', '195134.734000', '195134.736000', '195134.739000', '195134.741000', '195134.744000', '195134.747000', '195134.749000', '195134.752000', '195134.755000', '195134.758000', '195134.760000', '195134.763000', '195134.766000', '195134.768000', '195134.771000', '195134.773000', '195134.776000', '195134.779000', '195134.781000', '195134.784000', '195154.673000', '195154.676000', '195154.679000', '195154.681000', '195154.684000', '195154.687000', '195154.689000', '195154.692000', '195154.694000', '195154.697000', '195154.700000', '195154.702000', '195154.705000', '195154.707000', '195154.710000', '195154.713000', '195154.715000', '195154.718000', '195154.720000', '195154.723000', '195154.726000', '195154.728000', '195154.731000', '195154.734000', '195154.736000', '195154.739000', '195154.741000', '195154.744000', '195154.747000', '195154.749000', '195154.752000', '195154.754000', '195154.757000', '195154.759000', '195154.762000', '195154.765000', '195154.767000', '195154.770000', '195154.772000', '195154.775000', '195154.777000', '195154.780000', '195154.783000', '195154.785000', '195214.674000', '195214.677000', '195214.680000', '195214.683000', '195214.685000', '195214.688000', '195214.690000', '195214.693000', '195214.696000', '195214.698000', '195214.701000', '195214.703000', '195214.706000', '195214.709000', '195214.711000', '195214.714000', '195214.717000', '195214.719000', '195214.722000', '195214.725000', '195214.728000', '195214.730000', '195214.733000', '195214.735000', '195214.738000', '195214.741000', '195214.743000', '195214.746000', '195214.748000', '195214.751000', '195214.754000', '195214.756000', '195214.759000', '195214.761000', '195214.764000', '195214.766000', '195214.769000', '195214.772000', '195214.774000', '195214.777000', '195214.779000', '195214.782000', '195214.785000', '195214.787000', '195234.674000', '195234.677000', '195234.680000', '195234.682000', '195234.685000', '195234.688000', '195234.690000', '195234.693000', '195234.695000', '195234.698000', '195234.701000', '195234.703000', '195234.706000', '195234.709000', '195234.711000', '195234.714000', '195234.716000', '195234.719000', '195234.722000', '195234.724000', '195234.727000', '195234.729000', '195234.732000', '195234.735000', '195234.737000', '195234.740000', '195234.742000', '195234.745000', '195234.748000', '195234.750000', '195234.753000', '195234.756000', '195234.758000', '195234.761000', '195234.763000', '195234.766000', '195234.768000', '195234.771000', '195234.774000', '195234.776000', '195234.779000', '195234.782000', '195234.784000', '195254.675000', '195254.677000', '195254.680000', '195254.683000', '195254.686000', '195254.689000', '195254.692000', '195254.694000', '195254.697000', '195254.699000', '195254.702000', '195254.705000', '195254.707000', '195254.710000', '195254.713000', '195254.715000', '195254.718000', '195254.721000', '195254.723000', '195254.726000', '195254.729000', '195254.731000', '195254.734000', '195254.737000', '195254.739000', '195254.742000', '195254.745000', '195254.747000', '195254.750000', '195254.752000', '195254.755000', '195254.758000', '195254.760000', '195254.763000', '195254.765000', '195254.768000', '195254.771000', '195254.773000', '195254.776000', '195254.779000', '195254.781000', '195254.784000', '195254.786000', '195314.674000', '195314.677000', '195314.679000', '195314.682000', '195314.685000', '195314.687000', '195314.690000', '195314.692000', '195314.695000', '195314.697000', '195314.700000', '195314.703000', '195314.705000', '195314.708000', '195314.710000', '195314.713000', '195314.716000', '195314.718000', '195314.721000', '195314.723000', '195314.726000', '195314.729000', '195314.731000', '195314.734000', '195314.736000', '195314.739000', '195314.742000', '195314.744000', '195314.747000', '195314.749000', '195314.752000', '195314.755000', '195314.757000', '195314.760000', '195314.762000', '195314.765000', '195314.767000', '195314.770000', '195314.773000', '195314.775000', '195314.778000', '195314.780000', '195314.783000', '195314.786000', '195334.674000', '195334.677000', '195334.679000', '195334.682000', '195334.685000', '195334.687000', '195334.690000', '195334.692000', '195334.695000', '195334.698000', '195334.700000', '195334.703000', '195334.706000', '195334.710000', '195334.713000', '195334.715000', '195334.718000', '195334.721000', '195334.723000', '195334.726000', '195334.728000', '195334.731000', '195334.733000', '195334.736000', '195334.739000', '195334.741000', '195334.744000', '195334.746000', '195334.749000', '195334.752000', '195334.754000', '195334.757000', '195334.760000', '195334.762000', '195334.765000', '195334.767000', '195334.770000', '195334.773000', '195334.775000', '195334.778000', '195334.780000', '195334.783000', '195334.786000', '195354.673000', '195354.676000', '195354.679000', '195354.682000', '195354.684000', '195354.692000', '195354.695000', '195354.698000', '195354.700000', '195354.703000', '195354.706000', '195354.708000', '195354.711000', '195354.713000', '195354.716000', '195354.718000', '195354.721000', '195354.724000', '195354.726000', '195354.729000', '195354.731000', '195354.734000', '195354.736000', '195354.739000', '195354.742000', '195354.744000', '195354.747000', '195354.750000', '195354.752000', '195354.755000', '195354.757000', '195354.760000', '195354.763000', '195354.765000', '195354.768000', '195354.770000', '195354.773000', '195354.776000', '195354.778000', '195354.781000', '195354.783000', '195354.786000', '195354.788000', '195354.791000', '195414.674000', '195414.677000', '195414.679000', '195414.682000', '195414.685000', '195414.688000', '195414.691000', '195414.694000', '195414.697000', '195414.700000', '195414.703000', '195414.705000', '195414.708000', '195414.710000', '195414.713000', '195414.716000', '195414.718000', '195414.721000', '195414.723000', '195414.726000', '195414.729000', '195414.731000', '195414.734000', '195414.736000', '195414.739000', '195414.742000', '195414.744000', '195414.747000', '195414.749000', '195414.752000', '195414.754000', '195414.757000', '195414.760000', '195414.762000', '195414.765000', '195414.767000', '195414.770000', '195414.773000', '195414.775000', '195414.778000', '195414.780000', '195414.783000', '195414.785000', '195434.675000', '195434.677000', '195434.680000', '195434.683000', '195434.685000', '195434.688000', '195434.690000', '195434.693000', '195434.696000', '195434.698000', '195434.701000', '195434.703000', '195434.706000', '195434.709000', '195434.711000', '195434.714000', '195434.716000', '195434.719000', '195434.722000', '195434.724000', '195434.727000', '195434.729000', '195434.732000', '195434.735000', '195434.737000', '195434.740000', '195434.742000', '195434.745000', '195434.748000', '195434.750000', '195434.753000', '195434.755000', '195434.758000', '195434.761000', '195434.763000', '195434.766000', '195434.768000', '195434.771000', '195434.774000', '195434.776000', '195434.779000', '195434.781000', '195434.784000', '195434.787000', '195454.675000', '195454.677000', '195454.680000', '195454.683000', '195454.686000', '195454.689000', '195454.692000', '195454.694000', '195454.697000', '195454.700000', '195454.702000', '195454.705000', '195454.707000', '195454.710000', '195454.713000', '195454.715000', '195454.718000', '195454.721000', '195454.723000', '195454.726000', '195454.729000', '195454.731000', '195454.734000', '195454.736000', '195454.739000', '195454.741000', '195454.744000', '195454.747000', '195454.750000', '195454.753000', '195454.755000', '195454.758000', '195454.761000', '195454.763000', '195454.766000', '195454.768000', '195454.771000', '195454.774000', '195454.776000', '195454.779000', '195454.782000', '195454.784000', '195454.787000', '195514.675000', '195514.678000', '195514.680000', '195514.683000', '195514.686000', '195514.688000', '195514.691000', '195514.693000', '195514.696000', '195514.699000', '195514.701000', '195514.704000', '195514.706000', '195514.709000', '195514.712000', '195514.714000', '195514.718000', '195514.721000', '195514.723000', '195514.726000', '195514.728000', '195514.731000', '195514.734000', '195514.736000', '195514.739000', '195514.741000', '195514.744000', '195514.747000', '195514.749000', '195514.752000', '195514.754000', '195514.757000', '195514.759000', '195514.762000', '195514.765000', '195514.767000', '195514.770000', '195514.773000', '195514.775000', '195514.778000', '195514.780000', '195514.783000', '195514.785000', '195514.788000', '195534.673000', '195534.676000', '195534.679000', '195534.682000', '195534.684000', '195534.687000', '195534.689000', '195534.692000', '195534.695000', '195534.697000', '195534.700000', '195534.703000', '195534.705000', '195534.708000', '195534.711000', '195534.713000', '195534.716000', '195534.719000', '195534.722000', '195534.724000', '195534.727000', '195534.730000', '195534.732000', '195534.735000', '195534.737000', '195534.740000', '195534.743000', '195534.745000', '195534.748000', '195534.750000', '195534.753000', '195534.756000', '195534.758000', '195534.761000', '195534.764000', '195534.766000', '195534.769000', '195534.771000', '195534.774000', '195534.776000', '195534.784000', '195534.787000', '195534.789000', '195554.674000', '195554.676000', '195554.679000', '195554.682000', '195554.684000', '195554.687000', '195554.689000', '195554.692000', '195554.695000', '195554.697000', '195554.700000', '195554.702000', '195554.705000', '195554.708000', '195554.710000', '195554.713000', '195554.715000', '195554.718000', '195554.721000', '195554.723000', '195554.726000', '195554.729000', '195554.731000', '195554.734000', '195554.737000', '195554.739000', '195554.742000', '195554.744000', '195554.747000', '195554.750000', '195554.752000', '195554.755000', '195554.757000', '195554.760000', '195554.763000', '195554.765000', '195554.768000', '195554.770000', '195554.773000', '195554.776000', '195554.778000', '195554.781000', '195554.783000', '195554.786000', '195555.866000', '195555.869000', '195555.872000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8721, 10046, 14779, 7998, 10566, 7451, 8975, 7292, 7136, 8893, 7129, 8383, 7075, 8676, 7357, 9861, 7631, 10290, 7855, 10196, 8155, 8803, 13732, 8312, 12541, 8270, 10212, 11818, 7555, 11844, 7369, 9394, 7701, 8480, 9093, 7438, 12144, 7895, 10723, 8707, 7264, 10843, 7117, 9156, 7334, 8837, 9090, 7316, 10419, 7246, 10045, 7423, 7971, 11227, 7398, 10386, 7744, 9351, 7534, 8286, 13825, 7219, 10911, 7591, 8834, 9595, 8032, 10497, 7486, 9429, 7772, 7696, 11969, 7210, 10036, 7868, 7064, 7417, 8285, 7128, 9470, 7748, 12251, 9250, 12843, 7097, 11547, 8997, 9958, 12375, 8734, 14235, 7625, 12426, 7736, 9404, 7226, 7820, 10555, 7148, 10474, 7813, 9483, 7277, 8289, 12279, 7228, 10512, 7472, 10049, 7561, 7822, 11299, 7267, 10528, 7364, 9062, 12936, 7288, 10869, 7678, 9762, 11053, 7354, 11082, 7685, 8643, 12596, 6945, 10262, 7526, 7904, 12694, 7146, 9874, 7621, 7538, 9918, 6984, 10020, 7672, 8005, 11650, 7373, 10501, 7177, 7405, 10633, 7848, 9105, 7341, 7297, 10102, 7718, 8307, 12565, 7260, 11516, 8112, 8164, 11189, 7574, 8392, 13881, 7232, 10160, 8055, 7221, 10719, 7498, 9820, 10170, 7107, 10966, 7410, 9315, 13588, 7238, 11635, 7746, 8274, 12761, 8251, 8935, 10158, 7524, 11032, 7429, 8538, 11668, 7827, 8313, 7231, 7695, 7263, 8461, 7831, 7120, 11487, 7144, 10476, 7635, 8362, 13856, 8027, 10314, 12531, 7187, 10984, 7670, 8069, 10995, 7201, 9320, 7584, 7318, 9720, 7546, 7924, 11504, 7634, 8947, 7529, 7369, 10292, 7419, 8321, 12447, 7477, 10700, 8039, 7462, 10832, 8181, 8241, 13494, 7245, 11589, 9295, 8017, 13384, 7935, 8025, 13081, 8130, 8541, 14382, 7014, 10755, 11057, 7577, 10689, 7171, 7527, 10485, 7743, 8062, 8681, 7135, 9922, 7349, 8278, 12654, 7214, 10842, 7429, 9219, 14362, 7312, 11105, 7325, 7387, 11295, 7522, 8227, 14137, 7124, 10090, 8111, 7584, 9587, 7109, 7690, 10417, 7608, 8267, 7292, 6772, 9100, 7749, 7398, 7226, 7126, 7642, 7514, 10982, 7535, 11011, 9546, 8233, 14369, 8972, 9140, 14635, 9132, 11855, 9212, 7812, 10695, 7196, 8495, 13406, 7395, 10341, 7216, 7202, 10051, 7461, 9555, 7417, 7297, 9959, 7491, 7800, 10278, 7084, 10586, 7658, 7743, 10809, 7537, 7942, 14247, 8175, 9034, 12025, 7253, 11965, 7305, 8085, 11670, 8135, 8509, 7395, 7333, 10413, 7290, 10454, 7721, 8711, 8127, 7869, 11163, 7405, 10814, 7576, 8304, 14484, 8266, 8907, 12712, 7830, 11224, 10525, 7883, 10712, 7659, 7852, 7532, 7275, 7584, 8014, 7786, 7368, 9069, 7330, 10831, 7622, 10432, 11245, 7990, 12906, 7707, 11214, 8431, 8297, 13559, 7487, 10100, 7621, 8016, 11123, 7286, 10138, 7543, 8779, 7814, 7922, 7398, 7489, 10150, 7630, 10524, 7666, 10070, 7792, 11982, 9516, 8817, 12577, 7825, 10547, 7842, 8175, 10856, 7519, 12159, 7826, 9950, 10252, 7400, 11316, 7431, 9673, 7996, 7248, 10109, 7826, 10401, 7486, 10730, 7588, 11317, 8101, 12195, 7790, 11413, 12763, 8209, 12941, 8038, 9560, 14146, 7746, 12694, 7800, 8528, 10138, 7309, 9995, 7869, 8845, 7347, 7243, 10265, 7450, 10375, 7650, 8780, 11897, 7203, 11511, 7728, 8958, 13483, 7218, 11875, 8981, 8022, 12267, 7164, 10182, 7485, 7474, 10211, 7725, 8789, 11649, 6982, 10562, 7292, 7565, 10635, 7410, 10176, 9009, 7318, 10851, 7474, 8055, 13816, 7400, 8443, 13651, 8293, 9495, 8284, 6915, 10041, 7458, 7294, 10079, 7523, 9913, 11726, 7221, 10303, 7407, 7542, 12102, 7557, 8673, 13747, 8123, 9969, 14422, 7403, 10299, 7409, 7684, 12986, 7307, 7931, 11231, 7112, 9677, 7495, 7151, 9467, 7661, 8172, 8324, 7061, 10733, 7828, 8252, 10874, 7477, 11173, 13942, 7657, 11709, 7354, 7587, 12492, 7558, 8319, 14391, 7524, 10561, 7255, 7061, 11918, 7540, 9279, 9542, 7339, 9738, 7888, 7263, 10093, 7920, 8637, 7933, 7187, 10277, 8160, 9749, 7577, 7636, 12225, 8130, 10298, 11481, 7900, 13775, 7546, 9323, 15149, 8061, 10406, 9742, 7347, 10525, 7768, 8052, 11461, 7786, 9594, 7991, 7625, 9669, 7403, 10110, 7664, 9768, 8064, 9308, 9404, 7717, 14064, 7691, 12391, 9284, 9889, 14166, 7464, 12823, 8855, 9130, 8263, 7767, 9865, 7826, 9979, 8050, 10997, 10863, 7735, 10375, 7872, 8669, 7465, 8673, 8543, 8443, 11170, 7677, 10892, 7750, 10598, 9753, 8035, 11796, 7368, 9728, 7656, 9415, 7845, 7528, 10219, 7621, 10523, 8381, 9972, 9740, 10695, 10074, 11495, 8770, 10882, 9104, 13453, 8980, 12807, 7334, 8850, 10959, 8182, 10873, 7671, 10458, 7942, 9218, 8036, 7945, 7937, 7513, 10283, 7505, 10487, 7345, 8804, 7881, 11144, 8943, 8453, 8477, 8209, 10699, 8761, 13446, 7848, 11712, 7764, 10058, 7489, 9920, 11394, 8164, 13005, 7220, 9635, 7866, 9796, 7755, 8436, 7415, 7555, 10593, 7422, 11433, 7913, 11303, 8123, 9197, 7451, 10472, 7713, 11548, 7556, 10466, 7718, 9019, 14330, 8539, 12984, 8045, 10360, 7877, 8276, 14170, 7520, 11906, 7626, 9601, 7557, 7988, 10719, 7626, 10022, 7716, 7974, 11016, 7712, 9935, 7673, 7692, 10904, 7757, 10206, 7418, 7870, 12242, 7855, 9812, 7735, 7745, 10050, 7747, 8923, 8111, 9433, 14206, 7739, 13154, 9642, 8902, 14332, 7574, 10139, 8691, 7830, 10321, 8348, 10474, 8446, 8666, 7920, 9601, 7816, 8789, 7961, 10813, 7904, 11368, 11383, 7880, 12637, 8364, 8974, 12876, 7695, 12299, 8149, 8748, 12447, 7380, 7632, 8146, 7779, 10348, 7614, 10099, 8086, 7342, 10014, 7679, 8237, 12584, 7599, 10840, 13797, 7847, 10791, 7673, 7587, 12723, 7775, 8167, 10756, 7715, 9247, 7584, 7354, 9873, 7389, 7989, 13877, 8192, 9738, 15045, 10322, 8896, 14490, 7856, 9799, 14534, 10223, 9700, 10920, 7694, 7721, 11487, 7866, 7997, 10936, 7405, 9025, 7674, 7049, 9645, 7689, 7896, 9647, 7309, 11554, 8088, 8035, 12396, 7731, 9924, 14844, 8672, 11294, 15301, 8016, 10621, 9838, 7900, 11367, 7634, 8009, 11843, 7339, 9774, 11518, 7147, 10615, 7665, 7512, 10590, 7744, 9717, 8250, 7497, 12934, 8095, 8931, 7959, 9896, 7859, 8340, 11430, 7480, 14389, 8972, 9357, 13477, 8506, 8737, 15051, 7872, 10397, 11751, 7679, 11407, 8013, 7673, 10824, 7699, 9365, 7802, 8898, 7847, 7948, 10693, 7866, 9649, 9925, 7837, 12259, 10604, 8044, 12574, 8014, 8191, 12710, 7978, 8798, 12407, 7718, 9265, 9312, 7859, 10476, 8005, 7839, 12638, 7935, 9620, 10611, 7716, 11612, 8039, 7580, 11278, 8376, 8853, 13210, 8216, 10321, 10119, 7600, 11847, 8238, 10013, 7927, 7697, 8021, 7839, 12365, 8506, 8401, 11949, 7703, 10126, 7892, 7841, 11722, 7674, 10601, 7908, 8406, 12699, 8148, 9103, 8352, 7561, 10212, 8098, 7989, 7845, 7608, 10105, 8027, 8748, 9304, 7710, 11033, 7957, 9470, 8202, 7956, 12557, 7815, 11073, 8054, 10067, 13123, 8209, 12885, 7925, 9826, 13803, 7684, 12470, 8191, 8871, 11780, 7560, 11714, 7670, 8634, 11353, 7322, 10136, 7831, 8518, 13644, 8007, 11666, 7559, 8864, 12993, 7534, 11034, 7478, 8490, 12233, 7351, 11645, 8316, 8671, 13572, 7570, 10833, 7748, 8266, 13400, 8264, 9804, 10045, 7724, 10039, 8117, 7653, 7702, 7397, 7670, 7412, 8709, 7672, 10311, 7674, 10611, 11485, 8107, 14379, 9420, 8920, 12887, 7800, 8765, 12842, 7553, 10618, 7777, 7760, 10625, 7493, 9558, 7948, 8252, 8086, 7358, 9712, 8099, 9528, 8730, 8407, 14029, 8038, 10930, 9511, 8060, 9761, 7663, 10291, 7659, 10251, 7572, 8250, 14948, 7591, 12473, 8272, 8830, 13044, 7699, 9392, 7894, 9309, 7876, 7998, 13518, 7520, 9510, 7727, 8727, 7810, 7472, 10481, 8023, 10369, 7970, 8436, 13242, 7974, 10294, 8227, 8170, 8880, 7803, 10806, 8048, 9567, 8099, 7706, 11743, 7843, 10355, 8172, 10704, 7858, 10423, 7637, 9707, 8061, 10988, 8809, 11262, 12578, 8373, 13267, 8491, 9435, 12636, 7992, 10922, 8063, 8537, 12609, 7938, 10463, 8021, 8839, 7989, 7722, 8147, 7661, 9566, 8138, 9978, 8469, 8027, 13660, 8117, 9852, 14168, 8019, 11665, 8161, 8200, 11352, 7999, 9068, 7963, 7505, 10618, 8056, 9357, 8042, 7592, 11591, 8035, 10642, 7999, 8186, 13012, 8057, 11477, 8304, 9581, 8281, 10395, 12637, 10369, 13753, 8231, 9424, 14671, 9115, 12706, 8023, 8833, 13657, 7958, 11545, 7900, 8783, 13731, 8363, 10507, 7914, 8877, 7342, 7398, 8949, 7760, 9045, 7656, 9338, 7583, 7410, 9628, 7622, 10199, 7685, 8543, 7677, 7859, 7926, 12929, 8484, 8438, 10953, 8433, 13423, 7717, 10934, 7915, 11022, 11153, 10446, 10844, 8206, 13218, 7638, 11986, 8168, 9768, 7852, 8557, 9661, 7945, 11089, 8632, 10188, 7203, 8492, 8225, 7528, 10179, 7879, 9787, 7328, 9184, 7550, 8048, 9151, 8365, 11333, 7473, 12327, 9342, 9213, 13551, 7456, 10875, 8015, 9610, 7713, 9278, 7738, 8041, 11053, 7860, 10567, 7851, 9286, 12957, 7983, 10631, 7869, 7703, 10761, 7876, 8708, 7955, 7968, 7409, 9019, 7757, 8161, 7856, 9539, 8490, 11814, 7690, 10954, 12925, 9520, 13975, 9096, 9392, 14364, 7693, 11354, 7911, 7874, 12709, 7545, 9843, 7908, 7779, 9838, 7698, 8770, 7975, 8118, 9853, 7857, 8732, 7507, 9167, 7709, 8478, 10951, 8988, 12735, 7509, 10719, 9954, 8775], 'WindowCenter': [4202.0, 4207.0, 4220.0, 4147.0, 4176.0, 4133.0, 4153.0, 4118.0, 4132.0, 4150.0, 4131.0, 4141.0, 4134.0, 4164.0, 4145.0, 4175.0, 4156.0, 4175.0, 4149.0, 4186.0, 4145.0, 4159.0, 4188.0, 4137.0, 4183.0, 4142.0, 4156.0, 4171.0, 4131.0, 4170.0, 4131.0, 4152.0, 4130.0, 4153.0, 4157.0, 4132.0, 4192.0, 4153.0, 4165.0, 4140.0, 4120.0, 4158.0, 4120.0, 4149.0, 4129.0, 4151.0, 4150.0, 4132.0, 4160.0, 4132.0, 4161.0, 4120.0, 4141.0, 4170.0, 4131.0, 4161.0, 4131.0, 4163.0, 4130.0, 4152.0, 4192.0, 4149.0, 4184.0, 4142.0, 4145.0, 4143.0, 4141.0, 4159.0, 4130.0, 4162.0, 4143.0, 4143.0, 4180.0, 4131.0, 4159.0, 4140.0, 4131.0, 4144.0, 4154.0, 4146.0, 4174.0, 4156.0, 4196.0, 4177.0, 4194.0, 4135.0, 4177.0, 4146.0, 4157.0, 4182.0, 4141.0, 4191.0, 4131.0, 4163.0, 4119.0, 4150.0, 4116.0, 4129.0, 4158.0, 4119.0, 4172.0, 4142.0, 4161.0, 4118.0, 4140.0, 4168.0, 4119.0, 4158.0, 4129.0, 4160.0, 4130.0, 4131.0, 4170.0, 4131.0, 4171.0, 4121.0, 4150.0, 4180.0, 4120.0, 4160.0, 4130.0, 4162.0, 4172.0, 4132.0, 4171.0, 4131.0, 4142.0, 4181.0, 4122.0, 4160.0, 4129.0, 4130.0, 4178.0, 4120.0, 4161.0, 4129.0, 4131.0, 4159.0, 4131.0, 4161.0, 4131.0, 4142.0, 4181.0, 4132.0, 4173.0, 4121.0, 4132.0, 4172.0, 4132.0, 4152.0, 4131.0, 4132.0, 4160.0, 4130.0, 4141.0, 4180.0, 4120.0, 4182.0, 4129.0, 4142.0, 4164.0, 4129.0, 4141.0, 4178.0, 4119.0, 4159.0, 4127.0, 4119.0, 4158.0, 4119.0, 4160.0, 4160.0, 4120.0, 4170.0, 4119.0, 4151.0, 4179.0, 4119.0, 4177.0, 4136.0, 4146.0, 4179.0, 4139.0, 4142.0, 4157.0, 4117.0, 4150.0, 4105.0, 4137.0, 4167.0, 4128.0, 4137.0, 4117.0, 4129.0, 4129.0, 4152.0, 4131.0, 4131.0, 4171.0, 4123.0, 4173.0, 4130.0, 4142.0, 4191.0, 4141.0, 4163.0, 4169.0, 4120.0, 4170.0, 4118.0, 4129.0, 4158.0, 4119.0, 4150.0, 4129.0, 4131.0, 4161.0, 4141.0, 4142.0, 4181.0, 4142.0, 4163.0, 4141.0, 4133.0, 4173.0, 4133.0, 4154.0, 4194.0, 4134.0, 4174.0, 4141.0, 4133.0, 4173.0, 4142.0, 4143.0, 4192.0, 4132.0, 4183.0, 4152.0, 4141.0, 4191.0, 4129.0, 4141.0, 4180.0, 4129.0, 4141.0, 4179.0, 4119.0, 4171.0, 4158.0, 4118.0, 4158.0, 4107.0, 4129.0, 4159.0, 4129.0, 4130.0, 4139.0, 4111.0, 4151.0, 4131.0, 4153.0, 4191.0, 4143.0, 4184.0, 4131.0, 4161.0, 4189.0, 4132.0, 4183.0, 4129.0, 4130.0, 4169.0, 4128.0, 4129.0, 4177.0, 4108.0, 4158.0, 4117.0, 4117.0, 4149.0, 4107.0, 4128.0, 4157.0, 4117.0, 4139.0, 4105.0, 4107.0, 4139.0, 4129.0, 4132.0, 4133.0, 4134.0, 4143.0, 4146.0, 4184.0, 4145.0, 4187.0, 4164.0, 4143.0, 4187.0, 4141.0, 4153.0, 4191.0, 4152.0, 4170.0, 4137.0, 4129.0, 4158.0, 4106.0, 4140.0, 4177.0, 4117.0, 4159.0, 4118.0, 4120.0, 4148.0, 4130.0, 4164.0, 4124.0, 4131.0, 4160.0, 4119.0, 4131.0, 4160.0, 4121.0, 4173.0, 4142.0, 4143.0, 4172.0, 4131.0, 4143.0, 4192.0, 4142.0, 4162.0, 4180.0, 4119.0, 4170.0, 4118.0, 4140.0, 4169.0, 4129.0, 4140.0, 4129.0, 4133.0, 4170.0, 4132.0, 4173.0, 4143.0, 4153.0, 4153.0, 4154.0, 4185.0, 4143.0, 4177.0, 4131.0, 4154.0, 4204.0, 4143.0, 4145.0, 4173.0, 4123.0, 4172.0, 4160.0, 4130.0, 4159.0, 4128.0, 4129.0, 4128.0, 4130.0, 4140.0, 4153.0, 4143.0, 4145.0, 4154.0, 4145.0, 4176.0, 4136.0, 4176.0, 4173.0, 4143.0, 4175.0, 4132.0, 4172.0, 4135.0, 4142.0, 4180.0, 4120.0, 4160.0, 4118.0, 4129.0, 4169.0, 4131.0, 4159.0, 4141.0, 4165.0, 4154.0, 4154.0, 4131.0, 4133.0, 4171.0, 4143.0, 4185.0, 4145.0, 4176.0, 4157.0, 4199.0, 4176.0, 4167.0, 4184.0, 4143.0, 4167.0, 4143.0, 4154.0, 4173.0, 4133.0, 4182.0, 4132.0, 4162.0, 4161.0, 4132.0, 4183.0, 4130.0, 4163.0, 4153.0, 4137.0, 4160.0, 4143.0, 4171.0, 4132.0, 4184.0, 4156.0, 4184.0, 4157.0, 4195.0, 4144.0, 4186.0, 4176.0, 4138.0, 4182.0, 4131.0, 4162.0, 4190.0, 4131.0, 4181.0, 4119.0, 4141.0, 4159.0, 4120.0, 4159.0, 4129.0, 4150.0, 4119.0, 4131.0, 4160.0, 4133.0, 4172.0, 4132.0, 4154.0, 4181.0, 4132.0, 4172.0, 4132.0, 4154.0, 4181.0, 4132.0, 4182.0, 4140.0, 4131.0, 4170.0, 4120.0, 4161.0, 4119.0, 4131.0, 4160.0, 4130.0, 4140.0, 4169.0, 4120.0, 4171.0, 4119.0, 4131.0, 4160.0, 4131.0, 4173.0, 4152.0, 4133.0, 4174.0, 4132.0, 4143.0, 4192.0, 4131.0, 4141.0, 4190.0, 4140.0, 4151.0, 4128.0, 4120.0, 4161.0, 4130.0, 4131.0, 4160.0, 4131.0, 4173.0, 4183.0, 4133.0, 4174.0, 4131.0, 4143.0, 4182.0, 4142.0, 4152.0, 4192.0, 4141.0, 4162.0, 4190.0, 4120.0, 4162.0, 4119.0, 4130.0, 4179.0, 4130.0, 4140.0, 4169.0, 4121.0, 4161.0, 4129.0, 4132.0, 4162.0, 4143.0, 4154.0, 4153.0, 4146.0, 4185.0, 4142.0, 4155.0, 4172.0, 4145.0, 4189.0, 4203.0, 4144.0, 4185.0, 4133.0, 4143.0, 4182.0, 4131.0, 4142.0, 4191.0, 4131.0, 4173.0, 4120.0, 4121.0, 4181.0, 4130.0, 4150.0, 4148.0, 4120.0, 4149.0, 4128.0, 4131.0, 4159.0, 4130.0, 4151.0, 4141.0, 4133.0, 4173.0, 4153.0, 4164.0, 4143.0, 4144.0, 4194.0, 4143.0, 4174.0, 4184.0, 4130.0, 4195.0, 4143.0, 4164.0, 4202.0, 4131.0, 4162.0, 4149.0, 4131.0, 4171.0, 4130.0, 4143.0, 4170.0, 4132.0, 4163.0, 4142.0, 4145.0, 4175.0, 4145.0, 4186.0, 4157.0, 4187.0, 4156.0, 4177.0, 4166.0, 4146.0, 4206.0, 4150.0, 4209.0, 4166.0, 4176.0, 4205.0, 4139.0, 4187.0, 4151.0, 4151.0, 4128.0, 4129.0, 4149.0, 4131.0, 4173.0, 4142.0, 4174.0, 4170.0, 4130.0, 4160.0, 4129.0, 4139.0, 4130.0, 4141.0, 4140.0, 4141.0, 4170.0, 4132.0, 4172.0, 4132.0, 4172.0, 4150.0, 4142.0, 4170.0, 4131.0, 4150.0, 4142.0, 4152.0, 4130.0, 4131.0, 4161.0, 4123.0, 4174.0, 4144.0, 4162.0, 4163.0, 4185.0, 4176.0, 4182.0, 4140.0, 4158.0, 4139.0, 4181.0, 4139.0, 4168.0, 4107.0, 4152.0, 4171.0, 4140.0, 4157.0, 4142.0, 4160.0, 4126.0, 4147.0, 4126.0, 4142.0, 4140.0, 4143.0, 4159.0, 4131.0, 4173.0, 4146.0, 4162.0, 4142.0, 4183.0, 4150.0, 4142.0, 4140.0, 4142.0, 4186.0, 4167.0, 4194.0, 4142.0, 4170.0, 4131.0, 4161.0, 4131.0, 4162.0, 4172.0, 4141.0, 4180.0, 4122.0, 4151.0, 4130.0, 4161.0, 4131.0, 4140.0, 4119.0, 4145.0, 4185.0, 4133.0, 4183.0, 4142.0, 4165.0, 4141.0, 4151.0, 4144.0, 4175.0, 4145.0, 4184.0, 4145.0, 4169.0, 4132.0, 4154.0, 4203.0, 4154.0, 4182.0, 4131.0, 4162.0, 4130.0, 4141.0, 4191.0, 4129.0, 4168.0, 4129.0, 4149.0, 4129.0, 4140.0, 4161.0, 4130.0, 4161.0, 4128.0, 4142.0, 4169.0, 4130.0, 4162.0, 4129.0, 4142.0, 4171.0, 4142.0, 4173.0, 4131.0, 4142.0, 4182.0, 4142.0, 4174.0, 4141.0, 4144.0, 4172.0, 4144.0, 4178.0, 4156.0, 4177.0, 4204.0, 4145.0, 4207.0, 4165.0, 4148.0, 4192.0, 4132.0, 4175.0, 4141.0, 4133.0, 4161.0, 4141.0, 4161.0, 4141.0, 4152.0, 4142.0, 4173.0, 4157.0, 4167.0, 4155.0, 4185.0, 4144.0, 4184.0, 4171.0, 4142.0, 4183.0, 4143.0, 4152.0, 4180.0, 4130.0, 4170.0, 4129.0, 4140.0, 4167.0, 4118.0, 4129.0, 4126.0, 4129.0, 4158.0, 4128.0, 4160.0, 4127.0, 4131.0, 4160.0, 4131.0, 4142.0, 4182.0, 4131.0, 4173.0, 4194.0, 4156.0, 4185.0, 4131.0, 4132.0, 4182.0, 4123.0, 4142.0, 4171.0, 4131.0, 4146.0, 4130.0, 4133.0, 4173.0, 4133.0, 4144.0, 4193.0, 4143.0, 4164.0, 4197.0, 4162.0, 4145.0, 4190.0, 4129.0, 4162.0, 4191.0, 4148.0, 4149.0, 4158.0, 4116.0, 4117.0, 4157.0, 4127.0, 4128.0, 4156.0, 4117.0, 4138.0, 4116.0, 4118.0, 4148.0, 4128.0, 4142.0, 4148.0, 4130.0, 4182.0, 4141.0, 4143.0, 4182.0, 4131.0, 4163.0, 4190.0, 4139.0, 4171.0, 4188.0, 4127.0, 4158.0, 4148.0, 4130.0, 4168.0, 4116.0, 4127.0, 4156.0, 4117.0, 4158.0, 4155.0, 4106.0, 4157.0, 4116.0, 4118.0, 4159.0, 4131.0, 4162.0, 4141.0, 4131.0, 4191.0, 4142.0, 4162.0, 4152.0, 4174.0, 4143.0, 4154.0, 4182.0, 4132.0, 4203.0, 4152.0, 4151.0, 4180.0, 4139.0, 4139.0, 4187.0, 4128.0, 4158.0, 4156.0, 4128.0, 4168.0, 4116.0, 4117.0, 4155.0, 4127.0, 4147.0, 4128.0, 4150.0, 4140.0, 4142.0, 4173.0, 4142.0, 4162.0, 4160.0, 4142.0, 4194.0, 4160.0, 4141.0, 4179.0, 4128.0, 4140.0, 4180.0, 4130.0, 4139.0, 4167.0, 4127.0, 4148.0, 4147.0, 4128.0, 4159.0, 4128.0, 4129.0, 4177.0, 4140.0, 4173.0, 4183.0, 4141.0, 4180.0, 4128.0, 4130.0, 4169.0, 4139.0, 4151.0, 4179.0, 4141.0, 4172.0, 4161.0, 4131.0, 4169.0, 4140.0, 4172.0, 4140.0, 4141.0, 4140.0, 4153.0, 4194.0, 4152.0, 4165.0, 4181.0, 4131.0, 4165.0, 4139.0, 4155.0, 4182.0, 4143.0, 4173.0, 4130.0, 4142.0, 4192.0, 4155.0, 4153.0, 4139.0, 4135.0, 4160.0, 4141.0, 4141.0, 4130.0, 4142.0, 4172.0, 4141.0, 4164.0, 4164.0, 4144.0, 4182.0, 4153.0, 4174.0, 4153.0, 4154.0, 4193.0, 4144.0, 4184.0, 4154.0, 4177.0, 4195.0, 4154.0, 4193.0, 4142.0, 4175.0, 4193.0, 4132.0, 4182.0, 4140.0, 4151.0, 4170.0, 4131.0, 4171.0, 4119.0, 4140.0, 4157.0, 4119.0, 4159.0, 4129.0, 4151.0, 4190.0, 4130.0, 4169.0, 4129.0, 4150.0, 4181.0, 4131.0, 4171.0, 4120.0, 4152.0, 4194.0, 4134.0, 4172.0, 4141.0, 4141.0, 4179.0, 4130.0, 4170.0, 4119.0, 4141.0, 4179.0, 4128.0, 4149.0, 4146.0, 4119.0, 4147.0, 4127.0, 4128.0, 4117.0, 4118.0, 4129.0, 4131.0, 4152.0, 4145.0, 4173.0, 4142.0, 4173.0, 4170.0, 4141.0, 4192.0, 4132.0, 4139.0, 4167.0, 4115.0, 4137.0, 4166.0, 4116.0, 4147.0, 4115.0, 4116.0, 4144.0, 4116.0, 4147.0, 4127.0, 4139.0, 4139.0, 4130.0, 4160.0, 4141.0, 4174.0, 4152.0, 4152.0, 4191.0, 4139.0, 4171.0, 4150.0, 4130.0, 4148.0, 4130.0, 4161.0, 4141.0, 4161.0, 4129.0, 4140.0, 4190.0, 4129.0, 4180.0, 4127.0, 4138.0, 4167.0, 4117.0, 4138.0, 4128.0, 4149.0, 4127.0, 4128.0, 4178.0, 4128.0, 4147.0, 4117.0, 4138.0, 4117.0, 4119.0, 4159.0, 4130.0, 4160.0, 4128.0, 4140.0, 4179.0, 4142.0, 4184.0, 4140.0, 4151.0, 4149.0, 4141.0, 4170.0, 4140.0, 4161.0, 4139.0, 4130.0, 4169.0, 4143.0, 4171.0, 4152.0, 4173.0, 4143.0, 4173.0, 4156.0, 4168.0, 4154.0, 4179.0, 4164.0, 4192.0, 4200.0, 4146.0, 4185.0, 4141.0, 4145.0, 4168.0, 4128.0, 4158.0, 4126.0, 4139.0, 4168.0, 4129.0, 4159.0, 4128.0, 4148.0, 4126.0, 4130.0, 4127.0, 4129.0, 4160.0, 4142.0, 4173.0, 4151.0, 4142.0, 4191.0, 4141.0, 4166.0, 4191.0, 4140.0, 4182.0, 4138.0, 4142.0, 4170.0, 4129.0, 4149.0, 4128.0, 4129.0, 4158.0, 4139.0, 4161.0, 4140.0, 4142.0, 4181.0, 4153.0, 4173.0, 4141.0, 4154.0, 4192.0, 4143.0, 4193.0, 4153.0, 4163.0, 4152.0, 4174.0, 4187.0, 4173.0, 4192.0, 4139.0, 4150.0, 4188.0, 4138.0, 4168.0, 4126.0, 4138.0, 4177.0, 4138.0, 4169.0, 4116.0, 4126.0, 4164.0, 4124.0, 4145.0, 4115.0, 4135.0, 4104.0, 4117.0, 4134.0, 4116.0, 4134.0, 4115.0, 4136.0, 4114.0, 4117.0, 4148.0, 4119.0, 4149.0, 4131.0, 4151.0, 4154.0, 4152.0, 4154.0, 4193.0, 4164.0, 4153.0, 4184.0, 4152.0, 4194.0, 4132.0, 4172.0, 4142.0, 4168.0, 4172.0, 4162.0, 4160.0, 4130.0, 4179.0, 4120.0, 4168.0, 4129.0, 4148.0, 4116.0, 4138.0, 4136.0, 4128.0, 4158.0, 4142.0, 4159.0, 4106.0, 4127.0, 4125.0, 4129.0, 4148.0, 4129.0, 4149.0, 4118.0, 4162.0, 4142.0, 4143.0, 4161.0, 4153.0, 4184.0, 4144.0, 4194.0, 4152.0, 4152.0, 4191.0, 4144.0, 4185.0, 4142.0, 4161.0, 4131.0, 4150.0, 4128.0, 4141.0, 4169.0, 4141.0, 4160.0, 4129.0, 4151.0, 4192.0, 4142.0, 4172.0, 4130.0, 4121.0, 4160.0, 4142.0, 4163.0, 4154.0, 4153.0, 4144.0, 4176.0, 4143.0, 4154.0, 4155.0, 4175.0, 4156.0, 4189.0, 4144.0, 4181.0, 4194.0, 4164.0, 4187.0, 4152.0, 4152.0, 4180.0, 4129.0, 4170.0, 4128.0, 4129.0, 4167.0, 4117.0, 4150.0, 4127.0, 4128.0, 4147.0, 4129.0, 4150.0, 4140.0, 4165.0, 4172.0, 4154.0, 4164.0, 4143.0, 4175.0, 4144.0, 4167.0, 4186.0, 4180.0, 4209.0, 4147.0, 4176.0, 4165.0, 4156.0], 'WindowWidth': [9341.0, 9334.0, 9338.0, 9233.0, 9266.0, 9203.0, 9227.0, 9173.0, 9201.0, 9219.0, 9197.0, 9210.0, 9207.0, 9248.0, 9226.0, 9261.0, 9241.0, 9263.0, 9222.0, 9279.0, 9221.0, 9234.0, 9273.0, 9202.0, 9269.0, 9210.0, 9225.0, 9248.0, 9194.0, 9244.0, 9195.0, 9223.0, 9193.0, 9230.0, 9231.0, 9199.0, 9281.0, 9231.0, 9236.0, 9207.0, 9179.0, 9226.0, 9181.0, 9217.0, 9191.0, 9222.0, 9220.0, 9198.0, 9230.0, 9197.0, 9235.0, 9177.0, 9210.0, 9244.0, 9196.0, 9233.0, 9196.0, 9240.0, 9194.0, 9226.0, 9279.0, 9226.0, 9276.0, 9212.0, 9212.0, 9202.0, 9207.0, 9230.0, 9192.0, 9239.0, 9217.0, 9214.0, 9260.0, 9195.0, 9229.0, 9206.0, 9196.0, 9221.0, 9233.0, 9225.0, 9258.0, 9241.0, 9291.0, 9268.0, 9286.0, 9209.0, 9257.0, 9213.0, 9230.0, 9265.0, 9209.0, 9274.0, 9195.0, 9230.0, 9175.0, 9216.0, 9166.0, 9189.0, 9223.0, 9175.0, 9252.0, 9215.0, 9237.0, 9174.0, 9206.0, 9240.0, 9175.0, 9226.0, 9191.0, 9233.0, 9192.0, 9197.0, 9245.0, 9196.0, 9249.0, 9181.0, 9221.0, 9257.0, 9178.0, 9230.0, 9192.0, 9236.0, 9250.0, 9197.0, 9245.0, 9194.0, 9211.0, 9260.0, 9184.0, 9231.0, 9187.0, 9191.0, 9251.0, 9178.0, 9235.0, 9188.0, 9194.0, 9229.0, 9197.0, 9236.0, 9195.0, 9212.0, 9262.0, 9199.0, 9255.0, 9180.0, 9200.0, 9250.0, 9197.0, 9223.0, 9196.0, 9199.0, 9233.0, 9193.0, 9210.0, 9259.0, 9180.0, 9264.0, 9189.0, 9210.0, 9232.0, 9190.0, 9206.0, 9252.0, 9174.0, 9228.0, 9182.0, 9175.0, 9226.0, 9176.0, 9233.0, 9230.0, 9178.0, 9245.0, 9178.0, 9221.0, 9256.0, 9178.0, 9257.0, 9203.0, 9214.0, 9256.0, 9204.0, 9202.0, 9223.0, 9169.0, 9205.0, 9150.0, 9196.0, 9235.0, 9185.0, 9196.0, 9173.0, 9190.0, 9192.0, 9225.0, 9195.0, 9198.0, 9248.0, 9187.0, 9254.0, 9192.0, 9211.0, 9274.0, 9209.0, 9240.0, 9242.0, 9179.0, 9244.0, 9170.0, 9188.0, 9225.0, 9176.0, 9219.0, 9189.0, 9197.0, 9234.0, 9209.0, 9213.0, 9260.0, 9212.0, 9243.0, 9211.0, 9204.0, 9257.0, 9204.0, 9233.0, 9285.0, 9205.0, 9259.0, 9209.0, 9202.0, 9253.0, 9213.0, 9214.0, 9277.0, 9200.0, 9269.0, 9223.0, 9210.0, 9276.0, 9191.0, 9208.0, 9259.0, 9189.0, 9206.0, 9254.0, 9175.0, 9247.0, 9224.0, 9172.0, 9225.0, 9156.0, 9190.0, 9228.0, 9190.0, 9192.0, 9200.0, 9165.0, 9218.0, 9196.0, 9228.0, 9275.0, 9217.0, 9272.0, 9197.0, 9237.0, 9269.0, 9201.0, 9273.0, 9189.0, 9193.0, 9241.0, 9188.0, 9189.0, 9250.0, 9158.0, 9225.0, 9168.0, 9171.0, 9214.0, 9157.0, 9186.0, 9221.0, 9171.0, 9203.0, 9149.0, 9157.0, 9199.0, 9188.0, 9199.0, 9200.0, 9205.0, 9215.0, 9227.0, 9273.0, 9224.0, 9281.0, 9242.0, 9215.0, 9268.0, 9205.0, 9224.0, 9276.0, 9222.0, 9246.0, 9193.0, 9186.0, 9223.0, 9153.0, 9201.0, 9248.0, 9170.0, 9228.0, 9172.0, 9178.0, 9213.0, 9192.0, 9244.0, 9180.0, 9197.0, 9230.0, 9176.0, 9195.0, 9230.0, 9183.0, 9255.0, 9214.0, 9216.0, 9251.0, 9195.0, 9215.0, 9278.0, 9214.0, 9240.0, 9258.0, 9177.0, 9244.0, 9173.0, 9207.0, 9242.0, 9190.0, 9206.0, 9190.0, 9202.0, 9246.0, 9200.0, 9256.0, 9215.0, 9231.0, 9231.0, 9234.0, 9273.0, 9218.0, 9255.0, 9196.0, 9232.0, 9298.0, 9213.0, 9211.0, 9245.0, 9178.0, 9251.0, 9231.0, 9190.0, 9228.0, 9187.0, 9190.0, 9185.0, 9193.0, 9208.0, 9229.0, 9217.0, 9220.0, 9229.0, 9222.0, 9261.0, 9206.0, 9260.0, 9254.0, 9214.0, 9250.0, 9197.0, 9252.0, 9194.0, 9210.0, 9259.0, 9179.0, 9232.0, 9170.0, 9190.0, 9241.0, 9193.0, 9228.0, 9209.0, 9250.0, 9234.0, 9233.0, 9197.0, 9203.0, 9250.0, 9217.0, 9274.0, 9224.0, 9264.0, 9242.0, 9300.0, 9266.0, 9255.0, 9270.0, 9215.0, 9242.0, 9214.0, 9230.0, 9253.0, 9200.0, 9264.0, 9198.0, 9237.0, 9232.0, 9201.0, 9266.0, 9193.0, 9243.0, 9233.0, 9205.0, 9231.0, 9215.0, 9249.0, 9200.0, 9271.0, 9239.0, 9273.0, 9241.0, 9287.0, 9219.0, 9276.0, 9253.0, 9203.0, 9265.0, 9193.0, 9237.0, 9273.0, 9193.0, 9260.0, 9174.0, 9205.0, 9226.0, 9177.0, 9227.0, 9190.0, 9217.0, 9175.0, 9196.0, 9232.0, 9200.0, 9252.0, 9198.0, 9229.0, 9261.0, 9198.0, 9252.0, 9198.0, 9228.0, 9260.0, 9196.0, 9265.0, 9204.0, 9194.0, 9244.0, 9178.0, 9233.0, 9176.0, 9194.0, 9231.0, 9192.0, 9207.0, 9241.0, 9181.0, 9250.0, 9176.0, 9197.0, 9232.0, 9197.0, 9256.0, 9226.0, 9202.0, 9257.0, 9200.0, 9215.0, 9279.0, 9195.0, 9210.0, 9271.0, 9206.0, 9221.0, 9186.0, 9178.0, 9237.0, 9192.0, 9197.0, 9233.0, 9198.0, 9256.0, 9268.0, 9203.0, 9257.0, 9196.0, 9214.0, 9264.0, 9214.0, 9226.0, 9277.0, 9210.0, 9240.0, 9271.0, 9178.0, 9237.0, 9176.0, 9194.0, 9256.0, 9193.0, 9207.0, 9243.0, 9182.0, 9236.0, 9191.0, 9200.0, 9239.0, 9217.0, 9233.0, 9233.0, 9230.0, 9277.0, 9215.0, 9235.0, 9252.0, 9222.0, 9278.0, 9297.0, 9220.0, 9276.0, 9200.0, 9217.0, 9265.0, 9195.0, 9211.0, 9274.0, 9194.0, 9253.0, 9177.0, 9180.0, 9263.0, 9191.0, 9217.0, 9213.0, 9178.0, 9213.0, 9185.0, 9195.0, 9229.0, 9193.0, 9222.0, 9208.0, 9203.0, 9254.0, 9231.0, 9247.0, 9214.0, 9220.0, 9284.0, 9215.0, 9259.0, 9271.0, 9188.0, 9285.0, 9214.0, 9245.0, 9292.0, 9195.0, 9236.0, 9214.0, 9197.0, 9250.0, 9191.0, 9214.0, 9244.0, 9198.0, 9240.0, 9212.0, 9224.0, 9261.0, 9225.0, 9278.0, 9244.0, 9283.0, 9240.0, 9270.0, 9251.0, 9226.0, 9303.0, 9226.0, 9315.0, 9252.0, 9266.0, 9303.0, 9210.0, 9269.0, 9219.0, 9220.0, 9183.0, 9188.0, 9214.0, 9196.0, 9254.0, 9209.0, 9257.0, 9246.0, 9193.0, 9229.0, 9188.0, 9201.0, 9190.0, 9206.0, 9205.0, 9207.0, 9245.0, 9198.0, 9248.0, 9198.0, 9251.0, 9218.0, 9211.0, 9245.0, 9195.0, 9217.0, 9214.0, 9224.0, 9191.0, 9196.0, 9235.0, 9182.0, 9253.0, 9213.0, 9239.0, 9243.0, 9278.0, 9266.0, 9263.0, 9205.0, 9226.0, 9201.0, 9259.0, 9201.0, 9238.0, 9155.0, 9223.0, 9249.0, 9206.0, 9223.0, 9213.0, 9227.0, 9179.0, 9209.0, 9178.0, 9211.0, 9206.0, 9216.0, 9230.0, 9197.0, 9255.0, 9224.0, 9240.0, 9211.0, 9268.0, 9218.0, 9210.0, 9203.0, 9211.0, 9279.0, 9253.0, 9283.0, 9212.0, 9244.0, 9193.0, 9233.0, 9195.0, 9237.0, 9248.0, 9207.0, 9257.0, 9182.0, 9218.0, 9193.0, 9235.0, 9193.0, 9205.0, 9175.0, 9220.0, 9277.0, 9202.0, 9266.0, 9209.0, 9234.0, 9210.0, 9222.0, 9218.0, 9259.0, 9223.0, 9271.0, 9219.0, 9247.0, 9200.0, 9230.0, 9293.0, 9228.0, 9263.0, 9194.0, 9238.0, 9191.0, 9206.0, 9272.0, 9189.0, 9239.0, 9189.0, 9216.0, 9190.0, 9207.0, 9233.0, 9193.0, 9234.0, 9186.0, 9211.0, 9242.0, 9193.0, 9236.0, 9189.0, 9212.0, 9247.0, 9211.0, 9256.0, 9195.0, 9213.0, 9263.0, 9215.0, 9258.0, 9210.0, 9220.0, 9254.0, 9222.0, 9272.0, 9241.0, 9267.0, 9299.0, 9221.0, 9307.0, 9244.0, 9217.0, 9276.0, 9197.0, 9261.0, 9209.0, 9198.0, 9231.0, 9207.0, 9233.0, 9209.0, 9224.0, 9214.0, 9257.0, 9246.0, 9257.0, 9236.0, 9275.0, 9218.0, 9270.0, 9248.0, 9212.0, 9265.0, 9213.0, 9223.0, 9257.0, 9189.0, 9245.0, 9185.0, 9203.0, 9236.0, 9171.0, 9187.0, 9181.0, 9187.0, 9224.0, 9187.0, 9230.0, 9182.0, 9196.0, 9231.0, 9193.0, 9211.0, 9261.0, 9196.0, 9254.0, 9283.0, 9238.0, 9273.0, 9195.0, 9197.0, 9263.0, 9177.0, 9211.0, 9247.0, 9195.0, 9212.0, 9192.0, 9203.0, 9254.0, 9201.0, 9218.0, 9280.0, 9214.0, 9245.0, 9283.0, 9236.0, 9208.0, 9270.0, 9188.0, 9236.0, 9276.0, 9211.0, 9213.0, 9222.0, 9165.0, 9169.0, 9219.0, 9181.0, 9183.0, 9216.0, 9169.0, 9199.0, 9166.0, 9173.0, 9212.0, 9186.0, 9211.0, 9213.0, 9193.0, 9265.0, 9208.0, 9214.0, 9265.0, 9195.0, 9239.0, 9273.0, 9203.0, 9247.0, 9267.0, 9183.0, 9224.0, 9212.0, 9190.0, 9237.0, 9164.0, 9182.0, 9216.0, 9168.0, 9225.0, 9216.0, 9154.0, 9223.0, 9166.0, 9175.0, 9228.0, 9198.0, 9239.0, 9208.0, 9197.0, 9274.0, 9213.0, 9239.0, 9228.0, 9262.0, 9216.0, 9232.0, 9267.0, 9199.0, 9299.0, 9226.0, 9224.0, 9259.0, 9202.0, 9202.0, 9264.0, 9185.0, 9225.0, 9219.0, 9185.0, 9239.0, 9164.0, 9169.0, 9217.0, 9185.0, 9210.0, 9188.0, 9220.0, 9206.0, 9214.0, 9254.0, 9214.0, 9240.0, 9233.0, 9212.0, 9286.0, 9233.0, 9208.0, 9257.0, 9187.0, 9205.0, 9258.0, 9192.0, 9204.0, 9236.0, 9183.0, 9214.0, 9211.0, 9188.0, 9228.0, 9186.0, 9191.0, 9249.0, 9208.0, 9257.0, 9269.0, 9212.0, 9261.0, 9187.0, 9194.0, 9243.0, 9205.0, 9223.0, 9258.0, 9209.0, 9252.0, 9234.0, 9195.0, 9244.0, 9207.0, 9254.0, 9207.0, 9213.0, 9210.0, 9233.0, 9288.0, 9230.0, 9251.0, 9263.0, 9197.0, 9238.0, 9205.0, 9235.0, 9267.0, 9216.0, 9254.0, 9191.0, 9212.0, 9281.0, 9236.0, 9229.0, 9202.0, 9200.0, 9232.0, 9210.0, 9211.0, 9191.0, 9213.0, 9251.0, 9213.0, 9246.0, 9243.0, 9220.0, 9266.0, 9229.0, 9260.0, 9229.0, 9233.0, 9283.0, 9221.0, 9271.0, 9233.0, 9265.0, 9287.0, 9231.0, 9281.0, 9212.0, 9258.0, 9281.0, 9198.0, 9265.0, 9206.0, 9220.0, 9243.0, 9196.0, 9247.0, 9174.0, 9204.0, 9222.0, 9175.0, 9229.0, 9190.0, 9222.0, 9270.0, 9191.0, 9241.0, 9189.0, 9219.0, 9259.0, 9195.0, 9248.0, 9180.0, 9224.0, 9286.0, 9204.0, 9251.0, 9206.0, 9206.0, 9253.0, 9190.0, 9244.0, 9175.0, 9206.0, 9255.0, 9187.0, 9214.0, 9206.0, 9173.0, 9208.0, 9184.0, 9186.0, 9169.0, 9174.0, 9190.0, 9199.0, 9228.0, 9223.0, 9257.0, 9215.0, 9257.0, 9246.0, 9211.0, 9282.0, 9187.0, 9202.0, 9236.0, 9165.0, 9198.0, 9234.0, 9168.0, 9207.0, 9163.0, 9167.0, 9201.0, 9169.0, 9209.0, 9186.0, 9205.0, 9204.0, 9196.0, 9232.0, 9210.0, 9261.0, 9230.0, 9226.0, 9274.0, 9204.0, 9248.0, 9217.0, 9192.0, 9213.0, 9193.0, 9236.0, 9210.0, 9237.0, 9191.0, 9206.0, 9271.0, 9190.0, 9259.0, 9182.0, 9198.0, 9234.0, 9169.0, 9196.0, 9186.0, 9214.0, 9183.0, 9187.0, 9250.0, 9185.0, 9208.0, 9171.0, 9199.0, 9170.0, 9177.0, 9227.0, 9193.0, 9234.0, 9186.0, 9206.0, 9255.0, 9215.0, 9272.0, 9208.0, 9224.0, 9215.0, 9208.0, 9243.0, 9206.0, 9234.0, 9203.0, 9193.0, 9242.0, 9214.0, 9249.0, 9227.0, 9255.0, 9216.0, 9256.0, 9242.0, 9247.0, 9233.0, 9264.0, 9248.0, 9287.0, 9294.0, 9216.0, 9265.0, 9209.0, 9208.0, 9239.0, 9185.0, 9227.0, 9179.0, 9201.0, 9239.0, 9188.0, 9230.0, 9187.0, 9213.0, 9182.0, 9191.0, 9185.0, 9193.0, 9236.0, 9214.0, 9256.0, 9225.0, 9213.0, 9276.0, 9210.0, 9239.0, 9278.0, 9208.0, 9265.0, 9200.0, 9212.0, 9245.0, 9190.0, 9216.0, 9186.0, 9190.0, 9224.0, 9203.0, 9236.0, 9207.0, 9214.0, 9262.0, 9229.0, 9256.0, 9211.0, 9232.0, 9279.0, 9216.0, 9285.0, 9231.0, 9242.0, 9226.0, 9259.0, 9271.0, 9256.0, 9281.0, 9203.0, 9220.0, 9267.0, 9199.0, 9240.0, 9181.0, 9199.0, 9250.0, 9200.0, 9242.0, 9166.0, 9178.0, 9226.0, 9174.0, 9203.0, 9165.0, 9190.0, 9148.0, 9169.0, 9188.0, 9167.0, 9186.0, 9162.0, 9191.0, 9159.0, 9169.0, 9210.0, 9174.0, 9211.0, 9194.0, 9225.0, 9235.0, 9228.0, 9234.0, 9283.0, 9245.0, 9231.0, 9272.0, 9227.0, 9284.0, 9198.0, 9252.0, 9210.0, 9244.0, 9251.0, 9237.0, 9231.0, 9191.0, 9254.0, 9176.0, 9238.0, 9187.0, 9212.0, 9165.0, 9199.0, 9193.0, 9186.0, 9223.0, 9211.0, 9228.0, 9152.0, 9182.0, 9176.0, 9188.0, 9210.0, 9189.0, 9214.0, 9175.0, 9241.0, 9213.0, 9215.0, 9237.0, 9230.0, 9270.0, 9220.0, 9285.0, 9224.0, 9225.0, 9275.0, 9219.0, 9276.0, 9212.0, 9235.0, 9196.0, 9219.0, 9185.0, 9206.0, 9243.0, 9206.0, 9231.0, 9191.0, 9221.0, 9279.0, 9213.0, 9250.0, 9187.0, 9178.0, 9225.0, 9211.0, 9245.0, 9232.0, 9230.0, 9221.0, 9269.0, 9219.0, 9234.0, 9235.0, 9261.0, 9237.0, 9275.0, 9219.0, 9270.0, 9285.0, 9246.0, 9272.0, 9224.0, 9223.0, 9258.0, 9187.0, 9243.0, 9182.0, 9188.0, 9235.0, 9170.0, 9216.0, 9183.0, 9187.0, 9209.0, 9192.0, 9218.0, 9206.0, 9252.0, 9254.0, 9234.0, 9245.0, 9217.0, 9263.0, 9218.0, 9257.0, 9279.0, 9277.0, 9316.0, 9228.0, 9262.0, 9247.0, 9237.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.000890172543135784</td></tr>
<tr><td colspan=3>aqi</td><td>0.020421362790697676</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.48182989521773</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2031082905330328</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0019872009459472</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>7013.4673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1077032857512748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.252063015753938</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2890920576138014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245118946472193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4643794866991597</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1577777396700517</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102843</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019396139308810234</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029026878997683525</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.990042236512383</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>31.4377</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5135</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.2674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1142</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4262</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.5412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.4893</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.7382</td></tr>
<tr><td colspan=3>tsnr</td><td>40.83520349115133</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>