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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0019_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-04_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-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-01_task-alignvideo_acq-mb8_run-04_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-0019/ses-01/func/sub-0019_ses-01_task-alignvideo_acq-mb8_run-04_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>f87e80e1336d96d4bb0a19456593e3c2</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:58:20.795000</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_VE11C_LATEST_20160120</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.993882, 0.110396, 0.00331058, -0.110252, 0.993471, -0.0293218]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-04_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.0846572</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>84</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7787, -7250, 553, 35, -343, 46, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8682d092-08a4-4b5e-b0df-308338c4958f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666513204574585, -0.2957990765571594, 0.017620105296373367, 121.7525634765625], [-0.29618364572525024, 2.665410041809082, -0.07769889384508133, -77.8521957397461], [0.008882054127752781, 0.07866811752319336, 2.698824167251587, -66.46949005126953], [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, 1209]</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], 'AcquisitionTime': ['165820.795000', '165821.255000', '165821.715000', '165822.175000', '165822.635000', '165823.095000', '165823.555000', '165824.015000', '165824.475000', '165824.935000', '165825.395000', '165825.855000', '165826.315000', '165826.775000', '165827.235000', '165827.695000', '165828.155000', '165828.615000', '165829.075000', '165829.535000', '165829.995000', '165830.455000', '165830.915000', '165831.375000', '165831.835000', '165832.295000', '165832.755000', '165833.215000', '165833.675000', '165834.135000', '165834.595000', '165835.055000', '165835.515000', '165835.975000', '165836.435000', '165836.895000', '165837.355000', '165837.815000', '165838.275000', '165838.735000', '165839.195000', '165839.655000', '165840.115000', '165840.575000', '165841.035000', '165841.495000', '165841.955000', '165842.415000', '165842.875000', '165843.335000', '165843.795000', '165844.255000', '165844.715000', '165845.175000', '165845.635000', '165846.095000', '165846.555000', '165847.015000', '165847.475000', '165847.935000', '165848.395000', '165848.855000', '165849.315000', '165849.775000', '165850.235000', '165850.695000', '165851.155000', '165851.615000', '165852.075000', '165852.535000', '165852.995000', '165853.455000', '165853.915000', '165854.375000', '165854.835000', '165855.295000', '165855.755000', '165856.215000', '165856.675000', '165857.135000', '165857.595000', '165858.055000', '165858.515000', '165858.975000', '165859.435000', '165859.895000', '165900.355000', '165900.815000', '165901.275000', '165901.735000', '165902.195000', '165902.655000', '165903.115000', '165903.575000', '165904.035000', '165904.495000', '165904.955000', '165905.415000', '165905.875000', '165906.335000', '165906.795000', '165907.255000', '165907.715000', '165908.175000', '165908.635000', '165909.095000', '165909.555000', '165910.015000', '165910.475000', '165910.935000', '165911.395000', '165911.855000', '165912.315000', '165912.775000', '165913.235000', '165913.695000', '165914.155000', '165914.615000', '165915.075000', '165915.535000', '165915.995000', '165916.455000', '165916.915000', '165917.375000', '165917.835000', '165918.295000', '165918.755000', '165919.215000', '165919.675000', '165920.135000', '165920.595000', '165921.055000', '165921.515000', '165921.975000', '165922.435000', '165922.895000', '165923.355000', '165923.815000', '165924.275000', '165924.735000', '165925.195000', '165925.655000', '165926.115000', '165926.575000', '165927.035000', '165927.495000', '165927.955000', '165928.415000', '165928.875000', '165929.335000', '165929.795000', '165930.255000', '165930.715000', '165931.175000', '165931.635000', '165932.095000', '165932.555000', '165933.015000', '165933.475000', '165933.935000', '165934.395000', '165934.855000', '165935.315000', '165935.775000', '165936.235000', '165936.695000', '165937.155000', '165937.615000', '165938.075000', '165938.535000', '165938.995000', '165939.455000', '165939.915000', '165940.375000', '165940.835000', '165941.295000', '165941.755000', '165942.215000', '165942.675000', '165943.135000', '165943.595000', '165944.055000', '165944.515000', '165944.975000', '165945.435000', '165945.895000', '165946.355000', '165946.815000', '165947.275000', '165947.735000', '165948.195000', '165948.655000', '165949.115000', '165949.575000', '165950.035000', '165950.495000', '165950.955000', '165951.415000', '165951.875000', '165952.335000', '165952.795000', '165953.255000', '165953.715000', '165954.175000', '165954.635000', '165955.095000', '165955.555000', '165956.015000', '165956.475000', '165956.935000', '165957.395000', '165957.855000', '165958.315000', '165958.775000', '165959.235000', '165959.695000', '170000.155000', '170000.615000', '170001.075000', '170001.535000', '170001.995000', '170002.455000', '170002.915000', '170003.375000', '170003.835000', '170004.295000', '170004.755000', '170005.215000', '170005.675000', '170006.135000', '170006.595000', '170007.055000', '170007.515000', '170007.975000', '170008.435000', '170008.895000', '170009.355000', '170009.815000', '170010.275000', '170010.735000', '170011.195000', '170011.655000', '170012.115000', '170012.575000', '170013.035000', '170013.495000', '170013.955000', '170014.415000', '170014.875000', '170015.335000', '170015.795000', '170016.255000', '170016.715000', '170017.175000', '170017.635000', '170018.095000', '170018.555000', '170019.015000', '170019.475000', '170019.935000', '170020.395000', '170020.855000', '170021.315000', '170021.775000', '170022.235000', '170022.695000', '170023.155000', '170023.615000', '170024.075000', '170024.535000', '170024.995000', '170025.455000', '170025.915000', '170026.375000', '170026.835000', '170027.295000', '170027.755000', '170028.215000', '170028.675000', '170029.135000', '170029.595000', '170030.055000', '170030.515000', '170030.975000', '170031.435000', '170031.895000', '170032.355000', '170032.815000', '170033.275000', '170033.735000', '170034.195000', '170034.655000', '170035.115000', '170035.575000', '170036.035000', '170036.495000', '170036.955000', '170037.415000', '170037.875000', '170038.335000', '170038.795000', '170039.255000', '170039.715000', '170040.175000', '170040.635000', '170041.095000', '170041.555000', '170042.015000', '170042.475000', '170042.935000', '170043.395000', '170043.855000', '170044.315000', '170044.775000', '170045.235000', '170045.695000', '170046.155000', '170046.615000', '170047.075000', '170047.535000', '170047.995000', '170048.455000', '170048.915000', '170049.375000', '170049.835000', '170050.295000', '170050.755000', '170051.215000', '170051.675000', '170052.135000', '170052.595000', '170053.055000', '170053.515000', '170053.975000', '170054.435000', '170054.895000', '170055.355000', '170055.815000', '170056.275000', '170056.735000', '170057.195000', '170057.655000', '170058.115000', '170058.575000', '170059.035000', '170059.495000', '170059.955000', '170100.415000', '170100.875000', '170101.335000', '170101.795000', '170102.255000', '170102.715000', '170103.175000', '170103.635000', '170104.095000', '170104.555000', '170105.015000', '170105.475000', '170105.935000', '170106.395000', '170106.855000', '170107.315000', '170107.775000', '170108.235000', '170108.695000', '170109.155000', '170109.615000', '170110.075000', '170110.535000', '170110.995000', '170111.455000', '170111.915000', '170112.375000', '170112.835000', '170113.295000', '170113.755000', '170114.215000', '170114.675000', '170115.135000', '170115.595000', '170116.055000', '170116.515000', '170116.975000', '170117.435000', '170117.895000', '170118.355000', '170118.815000', '170119.275000', '170119.735000', '170120.195000', '170120.655000', '170121.115000', '170121.575000', '170122.035000', '170122.495000', '170122.955000', '170123.415000', '170123.875000', '170124.335000', '170124.795000', '170125.255000', '170125.715000', '170126.175000', '170126.635000', '170127.095000', '170127.555000', '170128.015000', '170128.475000', '170128.935000', '170129.395000', '170129.855000', '170130.315000', '170130.775000', '170131.235000', '170131.695000', '170132.155000', '170132.615000', '170133.075000', '170133.535000', '170133.995000', '170134.455000', '170134.915000', '170135.375000', '170135.835000', '170136.295000', '170136.755000', '170137.215000', '170137.675000', '170138.135000', '170138.595000', '170139.055000', '170139.515000', '170139.975000', '170140.435000', '170140.895000', '170141.355000', '170141.815000', '170142.275000', '170142.735000', '170143.195000', '170143.655000', '170144.115000', '170144.575000', '170145.035000', '170145.495000', '170145.955000', '170146.415000', '170146.875000', '170147.335000', '170147.795000', '170148.255000', '170148.715000', '170149.175000', '170149.635000', '170150.095000', '170150.555000', '170151.015000', '170151.475000', '170151.935000', '170152.395000', '170152.855000', '170153.315000', '170153.775000', '170154.235000', '170154.695000', '170155.155000', '170155.615000', '170156.075000', '170156.535000', '170156.995000', '170157.455000', '170157.915000', '170158.375000', '170158.835000', '170159.295000', '170159.755000', '170200.215000', '170200.675000', '170201.135000', '170201.595000', '170202.055000', '170202.515000', '170202.975000', '170203.435000', '170203.895000', '170204.355000', '170204.815000', '170205.275000', '170205.735000', '170206.195000', '170206.655000', '170207.115000', '170207.575000', '170208.035000', '170208.495000', '170208.955000', '170209.415000', '170209.875000', '170210.335000', '170210.795000', '170211.255000', '170211.715000', '170212.175000', '170212.635000', '170213.095000', '170213.555000', '170214.015000', '170214.475000', '170214.935000', '170215.395000', '170215.855000', '170216.315000', '170216.775000', '170217.235000', '170217.695000', '170218.155000', '170218.615000', '170219.075000', '170219.535000', '170219.995000', '170220.455000', '170220.915000', '170221.375000', '170221.835000', '170222.295000', '170222.755000', '170223.215000', '170223.675000', '170224.135000', '170224.595000', '170225.055000', '170225.515000', '170225.975000', '170226.435000', '170226.895000', '170227.355000', '170227.815000', '170228.275000', '170228.735000', '170229.195000', '170229.655000', '170230.115000', '170230.575000', '170231.035000', '170231.495000', '170231.955000', '170232.415000', '170232.875000', '170233.335000', '170233.795000', '170234.255000', '170234.715000', '170235.175000', '170235.635000', '170236.095000', '170236.555000', '170237.015000', '170237.475000', '170237.935000', '170238.395000', '170238.855000', '170239.315000', '170239.775000', '170240.235000', '170240.695000', '170241.155000', '170241.615000', '170242.075000', '170242.535000', '170242.995000', '170243.455000', '170243.915000', '170244.375000', '170244.835000', '170245.295000', '170245.755000', '170246.215000', '170246.675000', '170247.135000', '170247.595000', '170248.055000', '170248.515000', '170248.975000', '170249.435000', '170249.895000', '170250.355000', '170250.815000', '170251.275000', '170251.735000', '170252.195000', '170252.655000', '170253.115000', '170253.575000', '170254.035000', '170254.495000', '170254.955000', '170255.415000', '170255.875000', '170256.335000', '170256.795000', '170257.255000', '170257.715000', '170258.175000', '170258.635000', '170259.095000', '170259.555000', '170300.015000', '170300.475000', '170300.935000', '170301.395000', '170301.855000', '170302.315000', '170302.775000', '170303.235000', '170303.695000', '170304.155000', '170304.615000', '170305.075000', '170305.535000', '170305.995000', '170306.455000', '170306.915000', '170307.375000', '170307.835000', '170308.295000', '170308.755000', '170309.215000', '170309.675000', '170310.135000', '170310.595000', '170311.055000', '170311.515000', '170311.975000', '170312.435000', '170312.895000', '170313.355000', '170313.815000', '170314.275000', '170314.735000', '170315.195000', '170315.655000', '170316.115000', '170316.575000', '170317.035000', '170317.495000', '170317.955000', '170318.415000', '170318.875000', '170319.335000', '170319.795000', '170320.255000', '170320.715000', '170321.175000', '170321.635000', '170322.095000', '170322.555000', '170323.015000', '170323.475000', '170323.935000', '170324.395000', '170324.855000', '170325.315000', '170325.775000', '170326.235000', '170326.695000', '170327.155000', '170327.615000', '170328.075000', '170328.535000', '170328.995000', '170329.455000', '170329.915000', '170330.375000', '170330.835000', '170331.295000', '170331.755000', '170332.215000', '170332.675000', '170333.135000', '170333.595000', '170334.055000', '170334.515000', '170334.975000', '170335.435000', '170335.895000', '170336.355000', '170336.815000', '170337.275000', '170337.735000', '170338.195000', '170338.655000', '170339.115000', '170339.575000', '170340.035000', '170340.495000', '170340.955000', '170341.415000', '170341.875000', '170342.335000', '170342.795000', '170343.255000', '170343.715000', '170344.175000', '170344.635000', '170345.095000', '170345.555000', '170346.015000', '170346.475000', '170346.935000', '170347.395000', '170347.855000', '170348.315000', '170348.775000', '170349.235000', '170349.695000', '170350.155000', '170350.615000', '170351.075000', '170351.535000', '170351.995000', '170352.455000', '170352.915000', '170353.375000', '170353.835000', '170354.295000', '170354.755000', '170355.215000', '170355.675000', '170356.135000', '170356.595000', '170357.055000', '170357.515000', '170357.975000', '170358.435000', '170358.895000', '170359.355000', '170359.815000', '170400.275000', '170400.735000', '170401.195000', '170401.655000', '170402.115000', '170402.575000', '170403.035000', '170403.495000', '170403.955000', '170404.415000', '170404.875000', '170405.335000', '170405.795000', '170406.255000', '170406.715000', '170407.175000', '170407.635000', '170408.095000', '170408.555000', '170409.015000', '170409.475000', '170409.935000', '170410.395000', '170410.855000', '170411.315000', '170411.775000', '170412.235000', '170412.695000', '170413.155000', '170413.615000', '170414.075000', '170414.535000', '170414.995000', '170415.455000', '170415.915000', '170416.375000', '170416.835000', '170417.295000', '170417.755000', '170418.215000', '170418.675000', '170419.135000', '170419.595000', '170420.055000', '170420.515000', '170420.975000', '170421.435000', '170421.895000', '170422.355000', '170422.815000', '170423.275000', '170423.735000', '170424.195000', '170424.655000', '170425.115000', '170425.575000', '170426.035000', '170426.495000', '170426.955000', '170427.415000', '170427.875000', '170428.335000', '170428.795000', '170429.255000', '170429.715000', '170430.175000', '170430.635000', '170431.095000', '170431.555000', '170432.015000', '170432.475000', '170432.935000', '170433.395000', '170433.855000', '170434.315000', '170434.775000', '170435.235000', '170435.695000', '170436.155000', '170436.615000', '170437.075000', '170437.535000', '170437.995000', '170438.455000', '170438.915000', '170439.375000', '170439.835000', '170440.295000', '170440.755000', '170441.215000', '170441.675000', '170442.135000', '170442.595000', '170443.055000', '170443.515000', '170443.975000', '170444.435000', '170444.895000', '170445.355000', '170445.815000', '170446.275000', '170446.735000', '170447.195000', '170447.655000', '170448.115000', '170448.575000', '170449.035000', '170449.495000', '170449.955000', '170450.415000', '170450.875000', '170451.335000', '170451.795000', '170452.255000', '170452.715000', '170453.175000', '170453.635000', '170454.095000', '170454.555000', '170455.015000', '170455.475000', '170455.935000', '170456.395000', '170456.855000', '170457.315000', '170457.775000', '170458.235000', '170458.695000', '170459.155000', '170459.615000', '170500.075000', '170500.535000', '170500.995000', '170501.455000', '170501.915000', '170502.375000', '170502.835000', '170503.295000', '170503.755000', '170504.215000', '170504.675000', '170505.135000', '170505.595000', '170506.055000', '170506.515000', '170506.975000', '170507.435000', '170507.895000', '170508.355000', '170508.815000', '170509.275000', '170509.735000', '170510.195000', '170510.655000', '170511.115000', '170511.575000', '170512.035000', '170512.495000', '170512.955000', '170513.415000', '170513.875000', '170514.335000', '170514.795000', '170515.255000', '170515.715000', '170516.175000', '170516.635000', '170517.095000', '170517.555000', '170518.015000', '170518.475000', '170518.935000', '170519.395000', '170519.855000', '170520.315000', '170520.775000', '170521.235000', '170521.695000', '170522.155000', '170522.615000', '170523.075000', '170523.535000', '170523.995000', '170524.455000', '170524.915000', '170525.375000', '170525.835000', '170526.295000', '170526.755000', '170527.215000', '170527.675000', '170528.135000', '170528.595000', '170529.055000', '170529.515000', '170529.975000', '170530.435000', '170530.895000', '170531.355000', '170531.815000', '170532.275000', '170532.735000', '170533.195000', '170533.655000', '170534.115000', '170534.575000', '170535.035000', '170535.495000', '170535.955000', '170536.415000', '170536.875000', '170537.335000', '170537.795000', '170538.255000', '170538.715000', '170539.175000', '170539.635000', '170540.095000', '170540.555000', '170541.015000', '170541.475000', '170541.935000', '170542.395000', '170542.855000', '170543.315000', '170543.775000', '170544.235000', '170544.695000', '170545.155000', '170545.615000', '170546.075000', '170546.535000', '170546.995000', '170547.455000', '170547.915000', '170548.375000', '170548.835000', '170549.295000', '170549.755000', '170550.215000', '170550.675000', '170551.135000', '170551.595000', '170552.055000', '170552.515000', '170552.975000', '170553.435000', '170553.895000', '170554.355000', '170554.815000', '170555.275000', '170555.735000', '170556.195000', '170556.655000', '170557.115000', '170557.575000', '170558.035000', '170558.495000', '170558.955000', '170559.415000', '170559.875000', '170600.335000', '170600.795000', '170601.255000', '170601.715000', '170602.175000', '170602.635000', '170603.095000', '170603.555000', '170604.015000', '170604.475000', '170604.935000', '170605.395000', '170605.855000', '170606.315000', '170606.775000', '170607.235000', '170607.695000', '170608.155000', '170608.615000', '170609.075000', '170609.535000', '170609.995000', '170610.455000', '170610.915000', '170611.375000', '170611.835000', '170612.295000', '170612.755000', '170613.215000', '170613.675000', '170614.135000', '170614.595000', '170615.055000', '170615.515000', '170615.975000', '170616.435000', '170616.895000', '170617.355000', '170617.815000', '170618.275000', '170618.735000', '170619.195000', '170619.655000', '170620.115000', '170620.575000', '170621.035000', '170621.495000', '170621.955000', '170622.415000', '170622.875000', '170623.335000', '170623.795000', '170624.255000', '170624.715000', '170625.175000', '170625.635000', '170626.095000', '170626.555000', '170627.015000', '170627.475000', '170627.935000', '170628.395000', '170628.855000', '170629.315000', '170629.775000', '170630.235000', '170630.695000', '170631.155000', '170631.615000', '170632.075000', '170632.535000', '170632.995000', '170633.455000', '170633.915000', '170634.375000', '170634.835000', '170635.295000', '170635.755000', '170636.215000', '170636.675000', '170637.135000', '170637.595000', '170638.055000', '170638.515000', '170638.975000', '170639.435000', '170639.895000', '170640.355000', '170640.815000', '170641.275000', '170641.735000', '170642.195000', '170642.655000', '170643.115000', '170643.575000', '170644.035000', '170644.495000', '170644.955000', '170645.415000', '170645.875000', '170646.335000', '170646.795000', '170647.255000', '170647.715000', '170648.175000', '170648.635000', '170649.095000', '170649.555000', '170650.015000', '170650.475000', '170650.935000', '170651.395000', '170651.855000', '170652.315000', '170652.775000', '170653.235000', '170653.695000', '170654.155000', '170654.615000', '170655.075000', '170655.535000', '170655.995000', '170656.455000', '170656.915000', '170657.375000', '170657.835000', '170658.295000', '170658.755000', '170659.215000', '170659.675000', '170700.135000', '170700.595000', '170701.055000', '170701.515000', '170701.975000', '170702.435000', '170702.895000', '170703.355000', '170703.815000', '170704.275000', '170704.735000', '170705.195000', '170705.655000', '170706.115000', '170706.575000', '170707.035000', '170707.495000', '170707.955000', '170708.415000', '170708.875000', '170709.335000', '170709.795000', '170710.255000', '170710.715000', '170711.175000', '170711.635000', '170712.095000', '170712.555000', '170713.015000', '170713.475000', '170713.935000', '170714.395000', '170714.855000', '170715.315000', '170715.775000', '170716.235000', '170716.695000', '170717.155000', '170717.615000', '170718.075000', '170718.535000', '170718.995000', '170719.455000', '170719.915000', '170720.375000', '170720.835000', '170721.295000', '170721.755000', '170722.215000', '170722.675000', '170723.135000', '170723.595000', '170724.055000', '170724.515000', '170724.975000', '170725.435000', '170725.895000', '170726.355000', '170726.815000', '170727.275000', '170727.735000', '170728.195000', '170728.655000', '170729.115000', '170729.575000', '170730.035000', '170730.495000', '170730.955000', '170731.415000', '170731.875000', '170732.335000', '170732.795000', '170733.255000', '170733.715000', '170734.175000', '170734.635000', '170735.095000', '170735.555000', '170736.015000', '170736.475000'], 'ContentTime': ['165824.293000', '165824.556000', '165824.747000', '165825.027000', '165825.179000', '165825.356000', '165825.583000', '165825.768000', '165825.986000', '165826.180000', '165826.408000', '165826.853000', '165827.318000', '165827.764000', '165828.262000', '165828.712000', '165829.180000', '165829.661000', '165830.143000', '165830.543000', '165831.004000', '165831.471000', '165831.976000', '165832.466000', '165832.873000', '165833.312000', '165833.783000', '165834.220000', '165834.724000', '165835.158000', '165835.617000', '165836.080000', '165836.531000', '165837.004000', '165837.460000', '165837.916000', '165838.370000', '165838.843000', '165839.289000', '165839.755000', '165840.204000', '165840.677000', '165841.132000', '165841.613000', '165842.074000', '165842.565000', '165842.964000', '165843.427000', '165843.890000', '165844.350000', '165844.808000', '165845.268000', '165845.750000', '165846.195000', '165846.644000', '165847.114000', '165847.566000', '165848.039000', '165848.484000', '165848.946000', '165849.407000', '165849.881000', '165850.324000', '165850.851000', '165851.244000', '165851.716000', '165852.183000', '165852.651000', '165853.089000', '165853.549000', '165854.018000', '165854.464000', '165854.926000', '165855.387000', '165855.858000', '165856.317000', '165856.769000', '165857.276000', '165857.682000', '165858.167000', '165858.609000', '165859.065000', '165859.530000', '165859.994000', '165900.446000', '165900.903000', '165901.367000', '165901.856000', '165902.297000', '165902.748000', '165903.214000', '165903.672000', '165904.140000', '165904.595000', '165905.047000', '165905.515000', '165905.967000', '165906.434000', '165906.895000', '165907.348000', '165907.898000', '165908.275000', '165908.742000', '165909.195000', '165909.652000', '165910.109000', '165910.584000', '165911.028000', '165911.505000', '165911.946000', '165912.414000', '165912.867000', '165913.356000', '165913.791000', '165914.245000', '165914.706000', '165915.176000', '165915.642000', '165916.090000', '165916.559000', '165917.022000', '165917.473000', '165918.014000', '165918.401000', '165918.856000', '165919.313000', '165919.775000', '165920.223000', '165920.701000', '165921.147000', '165921.641000', '165922.077000', '165922.539000', '165923.007000', '165923.499000', '165923.947000', '165924.368000', '165924.843000', '165925.289000', '165925.745000', '165926.211000', '165926.685000', '165927.139000', '165927.583000', '165928.044000', '165928.509000', '165928.979000', '165929.430000', '165929.906000', '165930.353000', '165930.821000', '165931.266000', '165931.728000', '165932.203000', '165932.659000', '165933.119000', '165933.602000', '165934.028000', '165934.566000', '165934.967000', '165935.412000', '165935.878000', '165936.336000', '165936.800000', '165937.256000', '165937.711000', '165938.174000', '165938.635000', '165939.107000', '165939.548000', '165940.011000', '165940.495000', '165940.939000', '165941.385000', '165941.855000', '165942.305000', '165942.782000', '165943.229000', '165943.691000', '165944.158000', '165944.606000', '165945.068000', '165945.527000', '165945.987000', '165946.470000', '165946.920000', '165947.666000', '165947.824000', '165948.293000', '165948.758000', '165949.214000', '165949.678000', '165950.148000', '165950.595000', '165951.061000', '165951.573000', '165951.984000', '165952.445000', '165952.901000', '165953.355000', '165953.823000', '165954.280000', '165954.746000', '165955.232000', '165955.674000', '165956.110000', '165956.573000', '165957.041000', '165957.498000', '165957.955000', '165958.425000', '165958.888000', '165959.329000', '165959.785000', '170000.262000', '170000.709000', '170001.174000', '170001.634000', '170002.104000', '170002.571000', '170003.008000', '170003.492000', '170003.937000', '170004.395000', '170004.875000', '170005.316000', '170005.777000', '170006.246000', '170006.697000', '170007.154000', '170007.611000', '170008.070000', '170008.527000', '170009.004000', '170009.446000', '170009.917000', '170010.437000', '170010.835000', '170011.290000', '170011.765000', '170012.226000', '170012.679000', '170013.144000', '170013.596000', '170014.065000', '170014.521000', '170014.971000', '170015.439000', '170015.912000', '170016.385000', '170016.807000', '170017.266000', '170017.738000', '170018.197000', '170018.665000', '170019.124000', '170019.578000', '170020.050000', '170020.503000', '170020.965000', '170021.407000', '170021.886000', '170022.341000', '170022.792000', '170023.266000', '170023.722000', '170024.169000', '170024.630000', '170025.109000', '170025.550000', '170026.011000', '170026.480000', '170026.938000', '170027.396000', '170027.855000', '170028.315000', '170028.771000', '170029.243000', '170029.700000', '170030.166000', '170030.619000', '170031.097000', '170031.530000', '170032.001000', '170032.449000', '170032.918000', '170033.387000', '170033.888000', '170034.295000', '170034.754000', '170035.222000', '170035.733000', '170036.141000', '170036.602000', '170037.046000', '170037.515000', '170037.976000', '170038.436000', '170038.907000', '170039.348000', '170039.914000', '170040.270000', '170040.744000', '170041.191000', '170041.661000', '170042.188000', '170042.583000', '170043.033000', '170043.490000', '170043.952000', '170044.438000', '170044.880000', '170045.368000', '170045.807000', '170046.254000', '170046.713000', '170047.239000', '170047.671000', '170048.135000', '170048.561000', '170049.021000', '170049.537000', '170049.967000', '170050.402000', '170050.873000', '170051.333000', '170051.831000', '170052.252000', '170052.706000', '170053.177000', '170053.621000', '170054.091000', '170054.553000', '170054.998000', '170055.472000', '170055.911000', '170056.376000', '170056.834000', '170057.298000', '170057.759000', '170058.226000', '170058.688000', '170059.131000', '170059.603000', '170100.058000', '170100.556000', '170100.976000', '170101.443000', '170101.901000', '170102.372000', '170102.833000', '170103.291000', '170103.747000', '170104.202000', '170104.662000', '170105.128000', '170105.589000', '170106.042000', '170106.512000', '170106.972000', '170107.417000', '170107.881000', '170108.357000', '170108.819000', '170109.260000', '170109.716000', '170110.175000', '170110.635000', '170111.099000', '170111.562000', '170112.021000', '170112.479000', '170113.011000', '170113.401000', '170113.893000', '170114.322000', '170114.780000', '170115.232000', '170115.692000', '170116.173000', '170116.637000', '170117.071000', '170117.536000', '170118.081000', '170118.866000', '170119.052000', '170119.375000', '170119.866000', '170120.303000', '170120.770000', '170121.219000', '170121.685000', '170122.138000', '170122.647000', '170123.068000', '170123.521000', '170123.977000', '170124.436000', '170125.021000', '170125.376000', '170125.822000', '170126.299000', '170126.746000', '170127.277000', '170127.659000', '170128.119000', '170128.577000', '170129.034000', '170129.497000', '170129.959000', '170130.422000', '170130.880000', '170131.338000', '170131.979000', '170132.255000', '170132.715000', '170133.179000', '170133.637000', '170134.116000', '170134.568000', '170135.017000', '170135.489000', '170135.939000', '170136.400000', '170136.854000', '170137.325000', '170137.936000', '170138.472000', '170138.703000', '170139.169000', '170139.632000', '170140.114000', '170140.591000', '170141.004000', '170141.471000', '170141.926000', '170142.392000', '170142.850000', '170143.301000', '170143.758000', '170144.310000', '170144.687000', '170145.179000', '170145.645000', '170146.067000', '170146.528000', '170146.979000', '170147.435000', '170147.900000', '170148.362000', '170148.833000', '170149.292000', '170149.737000', '170150.204000', '170150.656000', '170151.131000', '170151.574000', '170152.037000', '170152.530000', '170152.963000', '170153.418000', '170153.887000', '170154.352000', '170154.821000', '170155.272000', '170155.725000', '170156.188000', '170156.689000', '170157.110000', '170157.562000', '170158.032000', '170158.479000', '170158.942000', '170159.397000', '170159.866000', '170200.316000', '170200.795000', '170201.233000', '170201.709000', '170202.164000', '170202.635000', '170203.078000', '170203.562000', '170204.018000', '170204.460000', '170204.928000', '170205.392000', '170205.868000', '170206.299000', '170206.757000', '170207.217000', '170207.683000', '170208.157000', '170208.599000', '170209.070000', '170209.521000', '170209.975000', '170210.436000', '170210.906000', '170211.383000', '170211.829000', '170212.295000', '170212.794000', '170213.214000', '170213.691000', '170214.123000', '170214.580000', '170215.054000', '170215.505000', '170215.978000', '170216.429000', '170216.882000', '170217.345000', '170217.810000', '170218.303000', '170218.726000', '170219.190000', '170219.666000', '170220.107000', '170220.576000', '170221.027000', '170221.488000', '170221.965000', '170222.415000', '170222.878000', '170223.318000', '170223.788000', '170224.256000', '170224.698000', '170225.166000', '170225.633000', '170226.101000', '170226.544000', '170227.027000', '170227.466000', '170227.944000', '170228.391000', '170228.842000', '170229.309000', '170229.810000', '170230.240000', '170230.682000', '170231.154000', '170231.604000', '170232.067000', '170232.535000', '170232.986000', '170233.460000', '170233.905000', '170234.372000', '170234.820000', '170235.297000', '170235.750000', '170236.205000', '170236.678000', '170237.128000', '170237.596000', '170238.107000', '170238.520000', '170238.970000', '170239.443000', '170239.889000', '170240.347000', '170240.817000', '170241.275000', '170241.726000', '170242.193000', '170242.645000', '170243.121000', '170243.564000', '170244.023000', '170244.506000', '170244.960000', '170245.418000', '170245.896000', '170246.338000', '170246.849000', '170247.249000', '170247.716000', '170248.180000', '170248.647000', '170249.084000', '170249.562000', '170250.010000', '170250.473000', '170250.933000', '170251.402000', '170251.860000', '170252.311000', '170252.776000', '170253.232000', '170253.685000', '170254.158000', '170254.627000', '170255.065000', '170255.531000', '170255.982000', '170256.458000', '170256.906000', '170257.374000', '170257.921000', '170258.301000', '170258.751000', '170259.211000', '170259.684000', '170300.134000', '170300.608000', '170301.060000', '170301.506000', '170301.977000', '170302.441000', '170302.909000', '170303.354000', '170303.820000', '170304.275000', '170304.745000', '170305.209000', '170305.653000', '170306.109000', '170306.582000', '170307.048000', '170307.503000', '170307.946000', '170308.418000', '170308.886000', '170309.335000', '170309.901000', '170310.245000', '170310.706000', '170311.233000', '170311.624000', '170312.095000', '170312.550000', '170313.022000', '170313.472000', '170313.937000', '170314.399000', '170314.862000', '170315.312000', '170315.779000', '170316.227000', '170316.688000', '170317.147000', '170317.611000', '170318.080000', '170318.538000', '170319.006000', '170319.448000', '170319.930000', '170320.373000', '170320.849000', '170321.297000', '170321.765000', '170322.230000', '170322.680000', '170323.130000', '170323.588000', '170324.055000', '170324.515000', '170324.970000', '170325.443000', '170325.900000', '170326.350000', '170326.812000', '170327.275000', '170327.734000', '170328.190000', '170328.683000', '170329.110000', '170329.584000', '170330.043000', '170330.506000', '170330.945000', '170331.404000', '170331.876000', '170332.347000', '170332.792000', '170333.249000', '170333.727000', '170334.173000', '170334.636000', '170335.093000', '170335.551000', '170336.020000', '170336.479000', '170336.929000', '170337.394000', '170337.863000', '170338.313000', '170338.776000', '170339.232000', '170339.696000', '170340.169000', '170340.632000', '170341.072000', '170341.551000', '170341.994000', '170342.466000', '170342.923000', '170343.380000', '170343.831000', '170344.302000', '170344.769000', '170345.209000', '170345.671000', '170346.135000', '170346.595000', '170347.058000', '170347.510000', '170347.978000', '170348.445000', '170348.892000', '170349.349000', '170349.812000', '170350.276000', '170350.736000', '170351.193000', '170351.677000', '170352.116000', '170352.577000', '170353.036000', '170353.493000', '170353.958000', '170354.427000', '170354.884000', '170355.336000', '170355.792000', '170356.250000', '170356.717000', '170357.179000', '170357.648000', '170358.101000', '170358.569000', '170359.029000', '170359.472000', '170400.022000', '170400.396000', '170400.899000', '170401.312000', '170401.775000', '170402.240000', '170402.706000', '170403.183000', '170403.614000', '170404.084000', '170404.535000', '170404.997000', '170405.454000', '170405.912000', '170406.380000', '170406.845000', '170407.304000', '170407.749000', '170408.224000', '170408.684000', '170409.141000', '170409.599000', '170410.074000', '170410.526000', '170410.988000', '170411.457000', '170411.902000', '170412.361000', '170412.818000', '170413.280000', '170413.759000', '170414.211000', '170414.675000', '170415.122000', '170415.576000', '170416.040000', '170416.523000', '170416.966000', '170417.425000', '170417.908000', '170418.384000', '170418.799000', '170419.273000', '170419.724000', '170420.182000', '170420.655000', '170421.101000', '170421.574000', '170422.018000', '170422.486000', '170422.935000', '170423.397000', '170423.871000', '170424.328000', '170424.780000', '170425.239000', '170425.706000', '170426.174000', '170426.648000', '170427.079000', '170427.555000', '170428.004000', '170428.472000', '170428.927000', '170429.456000', '170429.856000', '170430.306000', '170430.767000', '170431.223000', '170431.681000', '170432.143000', '170432.601000', '170433.061000', '170433.527000', '170433.996000', '170434.437000', '170434.916000', '170435.362000', '170435.822000', '170436.305000', '170436.756000', '170437.231000', '170437.683000', '170438.144000', '170438.583000', '170439.041000', '170439.500000', '170439.996000', '170440.456000', '170440.880000', '170441.340000', '170441.800000', '170442.279000', '170442.736000', '170443.230000', '170443.637000', '170444.150000', '170444.571000', '170445.034000', '170445.480000', '170445.942000', '170446.401000', '170446.877000', '170447.322000', '170447.806000', '170448.241000', '170448.715000', '170449.167000', '170449.692000', '170450.099000', '170450.544000', '170451.002000', '170451.471000', '170451.929000', '170452.393000', '170452.843000', '170453.303000', '170453.771000', '170454.277000', '170454.685000', '170455.141000', '170455.682000', '170456.078000', '170456.536000', '170456.988000', '170457.455000', '170457.920000', '170458.361000', '170458.823000', '170459.293000', '170459.746000', '170500.207000', '170500.664000', '170501.178000', '170501.596000', '170502.063000', '170502.506000', '170502.976000', '170503.429000', '170503.888000', '170504.365000', '170504.806000', '170505.265000', '170505.735000', '170506.182000', '170506.647000', '170507.121000', '170507.581000', '170508.031000', '170508.493000', '170508.956000', '170509.423000', '170509.879000', '170510.325000', '170510.786000', '170511.254000', '170511.716000', '170512.168000', '170512.642000', '170513.086000', '170513.546000', '170514.005000', '170514.468000', '170514.925000', '170515.406000', '170515.920000', '170516.315000', '170516.779000', '170517.247000', '170517.743000', '170518.172000', '170518.617000', '170519.079000', '170519.531000', '170519.987000', '170520.450000', '170520.918000', '170521.364000', '170521.834000', '170522.313000', '170522.748000', '170523.212000', '170523.666000', '170524.132000', '170524.595000', '170525.051000', '170525.506000', '170525.981000', '170526.431000', '170526.894000', '170527.352000', '170527.808000', '170528.284000', '170528.740000', '170529.193000', '170529.670000', '170530.124000', '170530.570000', '170531.027000', '170531.489000', '170531.953000', '170532.412000', '170532.952000', '170533.335000', '170533.806000', '170534.269000', '170534.713000', '170535.178000', '170535.634000', '170536.097000', '170536.548000', '170537.014000', '170537.483000', '170537.942000', '170538.427000', '170538.849000', '170539.324000', '170539.769000', '170540.250000', '170540.704000', '170541.150000', '170541.620000', '170542.089000', '170542.535000', '170543.034000', '170543.454000', '170543.911000', '170544.390000', '170544.840000', '170545.296000', '170545.750000', '170546.263000', '170546.691000', '170547.138000', '170547.598000', '170548.085000', '170548.527000', '170549.048000', '170549.450000', '170549.970000', '170550.352000', '170550.821000', '170551.277000', '170551.733000', '170552.278000', '170552.737000', '170553.111000', '170553.582000', '170554.037000', '170554.491000', '170554.973000', '170555.413000', '170555.874000', '170556.341000', '170556.798000', '170557.266000', '170557.725000', '170558.185000', '170558.649000', '170559.103000', '170559.562000', '170600.017000', '170600.473000', '170600.951000', '170601.413000', '170601.856000', '170602.329000', '170602.774000', '170603.250000', '170603.710000', '170604.154000', '170604.623000', '170605.082000', '170605.547000', '170606.013000', '170606.507000', '170606.923000', '170607.388000', '170607.837000', '170608.319000', '170608.753000', '170609.232000', '170609.681000', '170610.149000', '170610.605000', '170611.061000', '170611.536000', '170611.976000', '170612.441000', '170612.913000', '170613.370000', '170613.813000', '170614.299000', '170614.776000', '170615.211000', '170615.657000', '170616.117000', '170616.576000', '170617.054000', '170617.496000', '170617.952000', '170618.419000', '170618.932000', '170619.336000', '170619.917000', '170620.267000', '170620.723000', '170621.195000', '170621.658000', '170622.107000', '170622.566000', '170623.035000', '170623.478000', '170623.944000', '170624.400000', '170624.868000', '170625.329000', '170625.796000', '170626.246000', '170626.701000', '170627.172000', '170627.636000', '170628.101000', '170628.543000', '170629.003000', '170629.478000', '170629.934000', '170630.392000', '170630.857000', '170631.311000', '170631.769000', '170632.235000', '170632.677000', '170633.147000', '170633.609000', '170634.077000', '170634.536000', '170634.998000', '170635.446000', '170635.908000', '170636.367000', '170636.844000', '170637.284000', '170637.751000', '170638.200000', '170638.659000', '170639.129000', '170639.585000', '170640.047000', '170640.506000', '170640.970000', '170641.505000', '170642.000000', '170642.350000', '170642.808000', '170643.282000', '170643.724000', '170644.203000', '170644.648000', '170645.114000', '170645.563000', '170646.021000', '170646.498000', '170646.947000', '170647.405000', '170647.867000', '170648.325000', '170648.791000', '170649.253000', '170649.711000', '170650.174000', '170650.635000', '170651.092000', '170651.571000', '170652.028000', '170652.470000', '170652.975000', '170653.388000', '170653.863000', '170654.310000', '170654.779000', '170655.242000', '170655.717000', '170656.151000', '170656.606000', '170657.077000', '170657.536000', '170657.988000', '170658.455000', '170658.918000', '170659.369000', '170659.827000', '170700.363000', '170700.748000', '170701.243000', '170701.676000', '170702.124000', '170702.621000', '170703.052000', '170703.526000', '170704.029000', '170704.434000', '170704.908000', '170705.347000', '170705.839000', '170706.285000', '170706.737000', '170707.202000', '170707.660000', '170708.115000', '170708.570000', '170709.041000', '170709.500000', '170709.948000', '170710.407000', '170710.910000', '170711.336000', '170711.800000', '170712.255000', '170712.712000', '170713.169000', '170713.632000', '170714.099000', '170714.556000', '170715.026000', '170715.468000', '170715.932000', '170716.404000', '170716.852000', '170717.331000', '170718.069000', '170718.248000', '170718.744000', '170719.164000', '170719.625000', '170720.080000', '170720.533000', '170720.987000', '170721.457000', '170721.923000', '170722.367000', '170722.842000', '170723.309000', '170723.747000', '170724.209000', '170724.670000', '170725.137000', '170725.628000', '170726.053000', '170726.516000', '170726.982000', '170727.429000', '170727.904000', '170728.365000', '170728.830000', '170729.273000', '170729.814000', '170730.210000', '170730.650000', '170731.111000', '170731.584000', '170732.119000', '170732.497000', '170732.960000', '170733.427000', '170733.905000', '170734.354000', '170734.810000', '170735.269000', '170735.716000', '170736.192000', '170736.632000', '170737.122000', '170737.552000'], 'InstanceCreationTime': ['165824.293000', '165824.556000', '165824.747000', '165825.027000', '165825.179000', '165825.356000', '165825.583000', '165825.768000', '165825.986000', '165826.180000', '165826.408000', '165826.853000', '165827.318000', '165827.764000', '165828.262000', '165828.712000', '165829.180000', '165829.661000', '165830.143000', '165830.543000', '165831.004000', '165831.471000', '165831.976000', '165832.466000', '165832.873000', '165833.312000', '165833.783000', '165834.220000', '165834.724000', '165835.158000', '165835.617000', '165836.080000', '165836.531000', '165837.004000', '165837.460000', '165837.916000', '165838.370000', '165838.843000', '165839.289000', '165839.755000', '165840.204000', '165840.677000', '165841.132000', '165841.613000', '165842.074000', '165842.565000', '165842.964000', '165843.427000', '165843.890000', '165844.350000', '165844.808000', '165845.268000', '165845.750000', '165846.195000', '165846.644000', '165847.114000', '165847.566000', '165848.039000', '165848.484000', '165848.946000', '165849.407000', '165849.881000', '165850.324000', '165850.851000', '165851.244000', '165851.716000', '165852.183000', '165852.651000', '165853.089000', '165853.549000', '165854.018000', '165854.464000', '165854.926000', '165855.387000', '165855.858000', '165856.317000', '165856.769000', '165857.276000', '165857.682000', '165858.167000', '165858.609000', '165859.065000', '165859.530000', '165859.994000', '165900.446000', '165900.903000', '165901.367000', '165901.856000', '165902.297000', '165902.748000', '165903.214000', '165903.672000', '165904.140000', '165904.595000', '165905.047000', '165905.515000', '165905.967000', '165906.434000', '165906.895000', '165907.348000', '165907.898000', '165908.275000', '165908.742000', '165909.195000', '165909.652000', '165910.109000', '165910.584000', '165911.028000', '165911.505000', '165911.946000', '165912.414000', '165912.867000', '165913.356000', '165913.791000', '165914.245000', '165914.706000', '165915.176000', '165915.642000', '165916.090000', '165916.559000', '165917.022000', '165917.473000', '165918.014000', '165918.401000', '165918.856000', '165919.313000', '165919.775000', '165920.223000', '165920.701000', '165921.147000', '165921.641000', '165922.077000', '165922.539000', '165923.007000', '165923.499000', '165923.947000', '165924.368000', '165924.843000', '165925.289000', '165925.745000', '165926.211000', '165926.685000', '165927.139000', '165927.583000', '165928.044000', '165928.509000', '165928.979000', '165929.430000', '165929.906000', '165930.353000', '165930.821000', '165931.266000', '165931.728000', '165932.203000', '165932.659000', '165933.119000', '165933.602000', '165934.028000', '165934.566000', '165934.967000', '165935.412000', '165935.878000', '165936.336000', '165936.800000', '165937.256000', '165937.711000', '165938.174000', '165938.635000', '165939.107000', '165939.548000', '165940.011000', '165940.495000', '165940.939000', '165941.385000', '165941.855000', '165942.305000', '165942.782000', '165943.229000', '165943.691000', '165944.158000', '165944.606000', '165945.068000', '165945.527000', '165945.987000', '165946.470000', '165946.920000', '165947.666000', '165947.824000', '165948.293000', '165948.758000', '165949.214000', '165949.678000', '165950.148000', '165950.595000', '165951.061000', '165951.573000', '165951.984000', '165952.445000', '165952.901000', '165953.355000', '165953.823000', '165954.280000', '165954.746000', '165955.232000', '165955.674000', '165956.110000', '165956.573000', '165957.041000', '165957.498000', '165957.955000', '165958.425000', '165958.888000', '165959.329000', '165959.785000', '170000.262000', '170000.709000', '170001.174000', '170001.634000', '170002.104000', '170002.571000', '170003.008000', '170003.492000', '170003.937000', '170004.395000', '170004.875000', '170005.316000', '170005.777000', '170006.246000', '170006.697000', '170007.154000', '170007.611000', '170008.070000', '170008.527000', '170009.004000', '170009.446000', '170009.917000', '170010.437000', '170010.835000', '170011.290000', '170011.765000', '170012.226000', '170012.679000', '170013.144000', '170013.596000', '170014.065000', '170014.521000', '170014.971000', '170015.439000', '170015.912000', '170016.385000', '170016.807000', '170017.266000', '170017.738000', '170018.197000', '170018.665000', '170019.124000', '170019.578000', '170020.050000', '170020.503000', '170020.965000', '170021.407000', '170021.886000', '170022.341000', '170022.792000', '170023.266000', '170023.722000', '170024.169000', '170024.630000', '170025.109000', '170025.550000', '170026.011000', '170026.480000', '170026.938000', '170027.396000', '170027.855000', '170028.315000', '170028.771000', '170029.243000', '170029.700000', '170030.166000', '170030.619000', '170031.097000', '170031.530000', '170032.001000', '170032.449000', '170032.918000', '170033.387000', '170033.888000', '170034.295000', '170034.754000', '170035.222000', '170035.733000', '170036.141000', '170036.602000', '170037.046000', '170037.515000', '170037.976000', '170038.436000', '170038.907000', '170039.348000', '170039.914000', '170040.270000', '170040.744000', '170041.191000', '170041.661000', '170042.188000', '170042.583000', '170043.033000', '170043.490000', '170043.952000', '170044.438000', '170044.880000', '170045.368000', '170045.807000', '170046.254000', '170046.713000', '170047.239000', '170047.671000', '170048.135000', '170048.561000', '170049.021000', '170049.537000', '170049.967000', '170050.402000', '170050.873000', '170051.333000', '170051.831000', '170052.252000', '170052.706000', '170053.177000', '170053.621000', '170054.091000', '170054.553000', '170054.998000', '170055.472000', '170055.911000', '170056.376000', '170056.834000', '170057.298000', '170057.759000', '170058.226000', '170058.688000', '170059.131000', '170059.603000', '170100.058000', '170100.556000', '170100.976000', '170101.443000', '170101.901000', '170102.372000', '170102.833000', '170103.291000', '170103.747000', '170104.202000', '170104.662000', '170105.128000', '170105.589000', '170106.042000', '170106.512000', '170106.972000', '170107.417000', '170107.881000', '170108.357000', '170108.819000', '170109.260000', '170109.716000', '170110.175000', '170110.635000', '170111.099000', '170111.562000', '170112.021000', '170112.479000', '170113.011000', '170113.401000', '170113.893000', '170114.322000', '170114.780000', '170115.232000', '170115.692000', '170116.173000', '170116.637000', '170117.071000', '170117.536000', '170118.081000', '170118.866000', '170119.052000', '170119.375000', '170119.866000', '170120.303000', '170120.770000', '170121.219000', '170121.685000', '170122.138000', '170122.647000', '170123.068000', '170123.521000', '170123.977000', '170124.436000', '170125.021000', '170125.376000', '170125.822000', '170126.299000', '170126.746000', '170127.277000', '170127.659000', '170128.119000', '170128.577000', '170129.034000', '170129.497000', '170129.959000', '170130.422000', '170130.880000', '170131.338000', '170131.979000', '170132.255000', '170132.715000', '170133.179000', '170133.637000', '170134.116000', '170134.568000', '170135.017000', '170135.489000', '170135.939000', '170136.400000', '170136.854000', '170137.325000', '170137.936000', '170138.472000', '170138.703000', '170139.169000', '170139.632000', '170140.114000', '170140.591000', '170141.004000', '170141.471000', '170141.926000', '170142.392000', '170142.850000', '170143.301000', '170143.758000', '170144.310000', '170144.687000', '170145.179000', '170145.645000', '170146.067000', '170146.528000', '170146.979000', '170147.435000', '170147.900000', '170148.362000', '170148.833000', '170149.292000', '170149.737000', '170150.204000', '170150.656000', '170151.131000', '170151.574000', '170152.037000', '170152.530000', '170152.963000', '170153.418000', '170153.887000', '170154.352000', '170154.821000', '170155.272000', '170155.725000', '170156.188000', '170156.689000', '170157.110000', '170157.562000', '170158.032000', '170158.479000', '170158.942000', '170159.397000', '170159.866000', '170200.316000', '170200.795000', '170201.233000', '170201.709000', '170202.164000', '170202.635000', '170203.078000', '170203.562000', '170204.018000', '170204.460000', '170204.928000', '170205.392000', '170205.868000', '170206.299000', '170206.757000', '170207.217000', '170207.683000', '170208.157000', '170208.599000', '170209.070000', '170209.521000', '170209.975000', '170210.436000', '170210.906000', '170211.383000', '170211.829000', '170212.295000', '170212.794000', '170213.214000', '170213.691000', '170214.123000', '170214.580000', '170215.054000', '170215.505000', '170215.978000', '170216.429000', '170216.882000', '170217.345000', '170217.810000', '170218.303000', '170218.726000', '170219.190000', '170219.666000', '170220.107000', '170220.576000', '170221.027000', '170221.488000', '170221.965000', '170222.415000', '170222.878000', '170223.318000', '170223.788000', '170224.256000', '170224.698000', '170225.166000', '170225.633000', '170226.101000', '170226.544000', '170227.027000', '170227.466000', '170227.944000', '170228.391000', '170228.842000', '170229.309000', '170229.810000', '170230.240000', '170230.682000', '170231.154000', '170231.604000', '170232.067000', '170232.535000', '170232.986000', '170233.460000', '170233.905000', '170234.372000', '170234.820000', '170235.297000', '170235.750000', '170236.205000', '170236.678000', '170237.128000', '170237.596000', '170238.107000', '170238.520000', '170238.970000', '170239.443000', '170239.889000', '170240.347000', '170240.817000', '170241.275000', '170241.726000', '170242.193000', '170242.645000', '170243.121000', '170243.564000', '170244.023000', '170244.506000', '170244.960000', '170245.418000', '170245.896000', '170246.338000', '170246.849000', '170247.249000', '170247.716000', '170248.180000', '170248.647000', '170249.084000', '170249.562000', '170250.010000', '170250.473000', '170250.933000', '170251.402000', '170251.860000', '170252.311000', '170252.776000', '170253.232000', '170253.685000', '170254.158000', '170254.627000', '170255.065000', '170255.531000', '170255.982000', '170256.458000', '170256.906000', '170257.374000', '170257.921000', '170258.301000', '170258.751000', '170259.211000', '170259.684000', '170300.134000', '170300.608000', '170301.060000', '170301.506000', '170301.977000', '170302.441000', '170302.909000', '170303.354000', '170303.820000', '170304.275000', '170304.745000', '170305.209000', '170305.653000', '170306.109000', '170306.582000', '170307.048000', '170307.503000', '170307.946000', '170308.418000', '170308.886000', '170309.335000', '170309.901000', '170310.245000', '170310.706000', '170311.233000', '170311.624000', '170312.095000', '170312.550000', '170313.022000', '170313.472000', '170313.937000', '170314.399000', '170314.862000', '170315.312000', '170315.779000', '170316.227000', '170316.688000', '170317.147000', '170317.611000', '170318.080000', '170318.538000', '170319.006000', '170319.448000', '170319.930000', '170320.373000', '170320.849000', '170321.297000', '170321.765000', '170322.230000', '170322.680000', '170323.130000', '170323.588000', '170324.055000', '170324.515000', '170324.970000', '170325.443000', '170325.900000', '170326.350000', '170326.812000', '170327.275000', '170327.734000', '170328.190000', '170328.683000', '170329.110000', '170329.584000', '170330.043000', '170330.506000', '170330.945000', '170331.404000', '170331.876000', '170332.347000', '170332.792000', '170333.249000', '170333.727000', '170334.173000', '170334.636000', '170335.093000', '170335.551000', '170336.020000', '170336.479000', '170336.929000', '170337.394000', '170337.863000', '170338.313000', '170338.776000', '170339.232000', '170339.696000', '170340.169000', '170340.632000', '170341.072000', '170341.551000', '170341.994000', '170342.466000', '170342.923000', '170343.380000', '170343.831000', '170344.302000', '170344.769000', '170345.209000', '170345.671000', '170346.135000', '170346.595000', '170347.058000', '170347.510000', '170347.978000', '170348.445000', '170348.892000', '170349.349000', '170349.812000', '170350.276000', '170350.736000', '170351.193000', '170351.677000', '170352.116000', '170352.577000', '170353.036000', '170353.493000', '170353.958000', '170354.427000', '170354.884000', '170355.336000', '170355.792000', '170356.250000', '170356.717000', '170357.179000', '170357.648000', '170358.101000', '170358.569000', '170359.029000', '170359.472000', '170400.022000', '170400.396000', '170400.899000', '170401.312000', '170401.775000', '170402.240000', '170402.706000', '170403.183000', '170403.614000', '170404.084000', '170404.535000', '170404.997000', '170405.454000', '170405.912000', '170406.380000', '170406.845000', '170407.304000', '170407.749000', '170408.224000', '170408.684000', '170409.141000', '170409.599000', '170410.074000', '170410.526000', '170410.988000', '170411.457000', '170411.902000', '170412.361000', '170412.818000', '170413.280000', '170413.759000', '170414.211000', '170414.675000', '170415.122000', '170415.576000', '170416.040000', '170416.523000', '170416.966000', '170417.425000', '170417.908000', '170418.384000', '170418.799000', '170419.273000', '170419.724000', '170420.182000', '170420.655000', '170421.101000', '170421.574000', '170422.018000', '170422.486000', '170422.935000', '170423.397000', '170423.871000', '170424.328000', '170424.780000', '170425.239000', '170425.706000', '170426.174000', '170426.648000', '170427.079000', '170427.555000', '170428.004000', '170428.472000', '170428.927000', '170429.456000', '170429.856000', '170430.306000', '170430.767000', '170431.223000', '170431.681000', '170432.143000', '170432.601000', '170433.061000', '170433.527000', '170433.996000', '170434.437000', '170434.916000', '170435.362000', '170435.822000', '170436.305000', '170436.756000', '170437.231000', '170437.683000', '170438.144000', '170438.583000', '170439.041000', '170439.500000', '170439.996000', '170440.456000', '170440.880000', '170441.340000', '170441.800000', '170442.279000', '170442.736000', '170443.230000', '170443.637000', '170444.150000', '170444.571000', '170445.034000', '170445.480000', '170445.942000', '170446.401000', '170446.877000', '170447.322000', '170447.806000', '170448.241000', '170448.715000', '170449.167000', '170449.692000', '170450.099000', '170450.544000', '170451.002000', '170451.471000', '170451.929000', '170452.393000', '170452.843000', '170453.303000', '170453.771000', '170454.277000', '170454.685000', '170455.141000', '170455.682000', '170456.078000', '170456.536000', '170456.988000', '170457.455000', '170457.920000', '170458.361000', '170458.823000', '170459.293000', '170459.746000', '170500.207000', '170500.664000', '170501.178000', '170501.596000', '170502.063000', '170502.506000', '170502.976000', '170503.429000', '170503.888000', '170504.365000', '170504.806000', '170505.265000', '170505.735000', '170506.182000', '170506.647000', '170507.121000', '170507.581000', '170508.031000', '170508.493000', '170508.956000', '170509.423000', '170509.879000', '170510.325000', '170510.786000', '170511.254000', '170511.716000', '170512.168000', '170512.642000', '170513.086000', '170513.546000', '170514.005000', '170514.468000', '170514.925000', '170515.406000', '170515.920000', '170516.315000', '170516.779000', '170517.247000', '170517.743000', '170518.172000', '170518.617000', '170519.079000', '170519.531000', '170519.987000', '170520.450000', '170520.918000', '170521.364000', '170521.834000', '170522.313000', '170522.748000', '170523.212000', '170523.666000', '170524.132000', '170524.595000', '170525.051000', '170525.506000', '170525.981000', '170526.431000', '170526.894000', '170527.352000', '170527.808000', '170528.284000', '170528.740000', '170529.193000', '170529.670000', '170530.124000', '170530.570000', '170531.027000', '170531.489000', '170531.953000', '170532.412000', '170532.952000', '170533.335000', '170533.806000', '170534.269000', '170534.713000', '170535.178000', '170535.634000', '170536.097000', '170536.548000', '170537.014000', '170537.483000', '170537.942000', '170538.427000', '170538.849000', '170539.324000', '170539.769000', '170540.250000', '170540.704000', '170541.150000', '170541.620000', '170542.089000', '170542.535000', '170543.034000', '170543.454000', '170543.911000', '170544.390000', '170544.840000', '170545.296000', '170545.750000', '170546.263000', '170546.691000', '170547.138000', '170547.598000', '170548.085000', '170548.527000', '170549.048000', '170549.450000', '170549.970000', '170550.352000', '170550.821000', '170551.277000', '170551.733000', '170552.278000', '170552.737000', '170553.111000', '170553.582000', '170554.037000', '170554.491000', '170554.973000', '170555.413000', '170555.874000', '170556.341000', '170556.798000', '170557.266000', '170557.725000', '170558.185000', '170558.649000', '170559.103000', '170559.562000', '170600.017000', '170600.473000', '170600.951000', '170601.413000', '170601.856000', '170602.329000', '170602.774000', '170603.250000', '170603.710000', '170604.154000', '170604.623000', '170605.082000', '170605.547000', '170606.013000', '170606.507000', '170606.923000', '170607.388000', '170607.837000', '170608.319000', '170608.753000', '170609.232000', '170609.681000', '170610.149000', '170610.605000', '170611.061000', '170611.536000', '170611.976000', '170612.441000', '170612.913000', '170613.370000', '170613.813000', '170614.299000', '170614.776000', '170615.211000', '170615.657000', '170616.117000', '170616.576000', '170617.054000', '170617.496000', '170617.952000', '170618.419000', '170618.932000', '170619.336000', '170619.917000', '170620.267000', '170620.723000', '170621.195000', '170621.658000', '170622.107000', '170622.566000', '170623.035000', '170623.478000', '170623.944000', '170624.400000', '170624.868000', '170625.329000', '170625.796000', '170626.246000', '170626.701000', '170627.172000', '170627.636000', '170628.101000', '170628.543000', '170629.003000', '170629.478000', '170629.934000', '170630.392000', '170630.857000', '170631.311000', '170631.769000', '170632.235000', '170632.677000', '170633.147000', '170633.609000', '170634.077000', '170634.536000', '170634.998000', '170635.446000', '170635.908000', '170636.367000', '170636.844000', '170637.284000', '170637.751000', '170638.200000', '170638.659000', '170639.129000', '170639.585000', '170640.047000', '170640.506000', '170640.970000', '170641.505000', '170642.000000', '170642.350000', '170642.808000', '170643.282000', '170643.724000', '170644.203000', '170644.648000', '170645.114000', '170645.563000', '170646.021000', '170646.498000', '170646.947000', '170647.405000', '170647.867000', '170648.325000', '170648.791000', '170649.253000', '170649.711000', '170650.174000', '170650.635000', '170651.092000', '170651.571000', '170652.028000', '170652.470000', '170652.975000', '170653.388000', '170653.863000', '170654.310000', '170654.779000', '170655.242000', '170655.717000', '170656.151000', '170656.606000', '170657.077000', '170657.536000', '170657.988000', '170658.455000', '170658.918000', '170659.369000', '170659.827000', '170700.363000', '170700.748000', '170701.243000', '170701.676000', '170702.124000', '170702.621000', '170703.052000', '170703.526000', '170704.029000', '170704.434000', '170704.908000', '170705.347000', '170705.839000', '170706.285000', '170706.737000', '170707.202000', '170707.660000', '170708.115000', '170708.570000', '170709.041000', '170709.500000', '170709.948000', '170710.407000', '170710.910000', '170711.336000', '170711.800000', '170712.255000', '170712.712000', '170713.169000', '170713.632000', '170714.099000', '170714.556000', '170715.026000', '170715.468000', '170715.932000', '170716.404000', '170716.852000', '170717.331000', '170718.069000', '170718.248000', '170718.744000', '170719.164000', '170719.625000', '170720.080000', '170720.533000', '170720.987000', '170721.457000', '170721.923000', '170722.367000', '170722.842000', '170723.309000', '170723.747000', '170724.209000', '170724.670000', '170725.137000', '170725.628000', '170726.053000', '170726.516000', '170726.982000', '170727.429000', '170727.904000', '170728.365000', '170728.830000', '170729.273000', '170729.814000', '170730.210000', '170730.650000', '170731.111000', '170731.584000', '170732.119000', '170732.497000', '170732.960000', '170733.427000', '170733.905000', '170734.354000', '170734.810000', '170735.269000', '170735.716000', '170736.192000', '170736.632000', '170737.122000', '170737.552000'], '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], 'LargestImagePixelValue': [976, 666, 996, 741, 789, 651, 620, 739, 618, 902, 617, 960, 628, 922, 671, 798, 641, 604, 717, 614, 838, 600, 877, 626, 900, 640, 876, 618, 762, 615, 658, 603, 627, 779, 605, 821, 600, 874, 616, 895, 620, 950, 610, 809, 624, 769, 604, 597, 683, 613, 746, 612, 803, 608, 894, 590, 954, 592, 910, 623, 945, 616, 948, 692, 896, 611, 821, 646, 829, 654, 651, 765, 593, 891, 587, 907, 591, 932, 650, 982, 693, 830, 628, 745, 642, 618, 674, 604, 879, 592, 905, 600, 907, 615, 896, 612, 952, 630, 772, 620, 601, 597, 615, 728, 619, 853, 601, 866, 605, 879, 607, 914, 631, 885, 608, 788, 618, 717, 614, 626, 757, 609, 821, 611, 883, 603, 920, 614, 932, 622, 914, 644, 774, 690, 620, 685, 622, 815, 629, 917, 625, 946, 620, 930, 629, 889, 635, 751, 666, 614, 707, 618, 711, 626, 756, 604, 889, 615, 908, 608, 916, 616, 949, 606, 946, 619, 919, 622, 919, 613, 945, 618, 896, 621, 875, 630, 786, 646, 605, 617, 607, 652, 614, 642, 609, 815, 617, 880, 604, 908, 615, 922, 628, 977, 621, 872, 622, 810, 625, 844, 651, 714, 638, 615, 626, 635, 628, 671, 638, 609, 715, 623, 709, 603, 757, 619, 860, 600, 885, 604, 880, 626, 886, 611, 952, 613, 845, 629, 793, 631, 756, 635, 618, 627, 612, 690, 624, 776, 603, 909, 627, 900, 626, 937, 618, 883, 740, 693, 642, 607, 681, 621, 813, 597, 985, 620, 932, 647, 909, 652, 840, 618, 671, 640, 633, 697, 625, 795, 631, 907, 629, 944, 630, 913, 646, 955, 653, 786, 667, 609, 639, 616, 703, 629, 833, 605, 963, 645, 912, 625, 913, 627, 926, 663, 819, 627, 768, 630, 632, 648, 638, 770, 616, 862, 621, 853, 633, 897, 622, 937, 617, 938, 621, 891, 638, 905, 627, 887, 654, 802, 636, 716, 632, 697, 639, 614, 671, 639, 722, 625, 768, 627, 796, 630, 911, 634, 919, 643, 886, 647, 917, 628, 934, 631, 811, 635, 803, 634, 683, 689, 627, 802, 632, 821, 620, 815, 616, 957, 642, 780, 645, 671, 848, 654, 813, 670, 1023, 710, 951, 740, 817, 733, 614, 996, 617, 990, 611, 1012, 701, 864, 726, 613, 747, 615, 884, 619, 927, 619, 911, 620, 798, 625, 624, 633, 628, 782, 628, 864, 611, 948, 624, 914, 629, 799, 629, 702, 639, 615, 815, 610, 903, 612, 950, 625, 912, 618, 739, 640, 604, 716, 604, 912, 613, 950, 617, 951, 624, 925, 632, 757, 635, 619, 694, 616, 725, 627, 750, 606, 800, 605, 846, 636, 804, 631, 825, 613, 641, 615, 615, 644, 626, 770, 634, 805, 611, 916, 613, 939, 613, 883, 614, 898, 621, 967, 630, 898, 623, 879, 636, 935, 616, 752, 636, 653, 624, 614, 618, 601, 612, 601, 635, 612, 731, 617, 785, 617, 833, 611, 844, 623, 885, 611, 870, 615, 934, 610, 967, 618, 922, 617, 891, 621, 907, 604, 832, 612, 755, 607, 650, 600, 638, 594, 583, 612, 607, 685, 606, 735, 581, 854, 617, 862, 627, 851, 600, 729, 603, 558, 622, 566, 663, 602, 740, 588, 879, 594, 974, 621, 787, 617, 989, 600, 763, 626, 596, 740, 589, 845, 615, 919, 607, 892, 669, 557, 636, 585, 766, 589, 697, 608, 971, 609, 556, 759, 596, 921, 600, 1005, 606, 977, 619, 866, 602, 824, 604, 569, 644, 598, 674, 595, 714, 587, 791, 611, 862, 619, 801, 620, 764, 590, 718, 606, 552, 622, 556, 648, 572, 663, 576, 770, 596, 795, 591, 829, 601, 814, 587, 924, 601, 945, 613, 822, 604, 824, 598, 607, 604, 601, 698, 588, 812, 577, 837, 579, 950, 596, 890, 609, 859, 610, 863, 577, 894, 603, 896, 610, 843, 610, 786, 601, 655, 595, 576, 612, 593, 678, 584, 751, 580, 957, 600, 903, 616, 882, 610, 938, 591, 964, 604, 803, 607, 725, 611, 616, 612, 576, 639, 596, 673, 603, 699, 596, 712, 592, 686, 586, 830, 604, 912, 620, 844, 609, 828, 615, 840, 602, 690, 607, 593, 609, 572, 630, 591, 785, 590, 874, 611, 828, 622, 846, 605, 724, 618, 579, 621, 578, 698, 596, 895, 609, 926, 620, 938, 598, 795, 618, 576, 614, 590, 658, 582, 875, 607, 884, 626, 877, 606, 902, 605, 862, 613, 736, 613, 685, 630, 585, 664, 599, 779, 606, 766, 594, 770, 602, 755, 605, 912, 612, 950, 619, 767, 617, 704, 629, 596, 676, 612, 909, 604, 914, 620, 949, 621, 985, 622, 933, 622, 825, 633, 661, 635, 602, 770, 604, 818, 605, 849, 617, 887, 617, 962, 631, 947, 629, 944, 620, 932, 618, 823, 625, 706, 620, 596, 631, 587, 650, 596, 820, 604, 798, 618, 809, 602, 909, 612, 787, 610, 710, 623, 568, 615, 602, 746, 605, 776, 605, 815, 594, 779, 614, 569, 612, 601, 696, 594, 849, 594, 979, 615, 678, 624, 602, 774, 596, 1010, 606, 716, 616, 602, 798, 594, 1017, 603, 894, 615, 753, 657, 590, 803, 579, 964, 609, 981, 610, 873, 716, 591, 739, 596, 835, 620, 924, 608, 797, 610, 575, 699, 601, 934, 608, 1013, 614, 814, 646, 613, 852, 606, 888, 612, 906, 655, 600, 778, 614, 860, 617, 962, 628, 792, 642, 585, 729, 596, 986, 616, 860, 625, 723, 633, 579, 744, 598, 896, 602, 948, 607, 995, 718, 708, 639, 584, 706, 614, 874, 596, 987, 609, 966, 617, 996, 617, 856, 759, 590, 676, 603, 764, 608, 818, 596, 966, 616, 966, 617, 836, 645, 729, 640, 586, 740, 597, 776, 618, 870, 612, 892, 687, 792, 623, 588, 799, 585, 953, 617, 938, 652, 820, 670, 661, 731, 611, 980, 597, 958, 605, 903, 726, 588, 712, 587, 848, 597, 893, 604, 964, 667, 886, 637, 670, 649, 594, 822, 614, 1010, 599, 973, 584, 601, 582, 525, 661, 565, 753, 565, 892, 584, 985, 577, 977, 615, 988, 615, 978, 699, 1004, 610, 951, 594, 902, 607, 874, 627, 776, 622, 557, 615, 554, 634, 583, 700, 601, 859, 570, 885, 564, 845, 586, 889, 599, 760, 597, 605, 620, 548, 627, 580, 799, 566, 876, 576, 911, 581, 936, 594, 842, 616, 755, 610, 767, 626, 720, 630, 584, 763, 579, 732, 569, 704, 583, 696, 594, 930, 571, 842, 583, 834, 591, 835, 610, 791, 616, 623, 627, 647, 626, 614, 624, 634, 807, 593, 840, 573, 786, 573, 889, 578, 608, 580, 961, 598, 706, 700, 591, 960, 588, 979, 576, 938, 595, 984, 599, 962, 602, 894, 649, 733, 603, 646, 592, 619, 610, 575, 625, 559, 656, 569, 772, 575, 841, 579, 811, 585, 898, 572, 890, 576, 850, 579, 836, 559, 912, 578, 878, 572, 854, 588, 796, 598, 574, 591, 539, 595, 554, 623, 540, 664, 576, 822, 560, 832, 566, 829, 555, 918, 572, 902, 590, 858, 576, 880, 618, 725, 596, 682, 601, 710, 597, 777, 614, 560, 659, 565, 707, 573, 771, 571, 898, 572, 922, 590, 931, 595, 1016, 711, 721, 612, 607, 747, 579, 731, 586, 846, 575, 992, 598, 1004, 649, 998, 664, 848, 749, 585, 780, 587, 950, 592, 985, 740, 1047], 'WindowCenter': [287.0, 283.0, 285.0, 282.0, 282.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 281.0, 280.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 280.0, 280.0, 279.0, 281.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 284.0, 281.0, 282.0, 280.0, 280.0, 281.0, 280.0, 282.0, 281.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 279.0, 282.0, 279.0, 281.0, 278.0, 281.0, 280.0, 280.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 280.0, 278.0, 279.0, 279.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 283.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 279.0, 281.0, 280.0, 283.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 279.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 281.0, 280.0, 281.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 281.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 280.0, 281.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 280.0, 282.0, 280.0, 279.0, 280.0, 280.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 282.0, 279.0, 282.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 283.0, 280.0, 281.0, 280.0, 279.0, 281.0, 279.0, 283.0, 280.0, 281.0, 280.0, 279.0, 281.0, 280.0, 283.0, 279.0, 282.0, 279.0, 281.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 279.0, 280.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 278.0, 282.0, 278.0, 281.0, 279.0, 282.0, 279.0, 281.0, 280.0, 278.0, 279.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 280.0, 281.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 281.0, 280.0, 280.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 281.0, 280.0, 283.0, 279.0, 282.0, 278.0, 278.0, 278.0, 277.0, 279.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 279.0, 278.0, 277.0, 278.0, 277.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 279.0, 280.0, 278.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 279.0, 279.0, 280.0, 280.0, 281.0, 279.0, 281.0, 278.0, 280.0, 279.0, 281.0, 279.0, 279.0, 279.0, 282.0, 279.0, 281.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 281.0, 280.0, 279.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 278.0, 280.0, 278.0, 282.0, 279.0, 282.0, 281.0, 282.0], 'WindowWidth': [628.0, 623.0, 624.0, 620.0, 619.0, 617.0, 616.0, 617.0, 616.0, 619.0, 616.0, 619.0, 615.0, 617.0, 616.0, 617.0, 615.0, 614.0, 616.0, 615.0, 618.0, 614.0, 618.0, 616.0, 619.0, 616.0, 618.0, 616.0, 617.0, 616.0, 617.0, 616.0, 616.0, 618.0, 616.0, 618.0, 616.0, 619.0, 617.0, 619.0, 616.0, 619.0, 616.0, 618.0, 617.0, 618.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 615.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 616.0, 617.0, 614.0, 618.0, 615.0, 618.0, 616.0, 619.0, 617.0, 619.0, 616.0, 618.0, 615.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 614.0, 618.0, 614.0, 618.0, 615.0, 619.0, 616.0, 618.0, 616.0, 617.0, 616.0, 615.0, 616.0, 616.0, 617.0, 615.0, 619.0, 616.0, 618.0, 616.0, 619.0, 617.0, 619.0, 617.0, 619.0, 616.0, 617.0, 616.0, 618.0, 616.0, 616.0, 617.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 619.0, 617.0, 618.0, 618.0, 617.0, 617.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 618.0, 617.0, 616.0, 616.0, 615.0, 617.0, 616.0, 617.0, 615.0, 618.0, 615.0, 618.0, 614.0, 618.0, 614.0, 618.0, 614.0, 617.0, 614.0, 617.0, 615.0, 618.0, 615.0, 617.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 615.0, 614.0, 615.0, 614.0, 615.0, 615.0, 615.0, 614.0, 617.0, 615.0, 618.0, 614.0, 618.0, 615.0, 619.0, 616.0, 618.0, 616.0, 618.0, 615.0, 617.0, 615.0, 618.0, 616.0, 616.0, 615.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 613.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 617.0, 615.0, 618.0, 616.0, 618.0, 615.0, 616.0, 615.0, 617.0, 616.0, 617.0, 615.0, 615.0, 615.0, 615.0, 616.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 618.0, 617.0, 616.0, 615.0, 614.0, 616.0, 615.0, 618.0, 616.0, 620.0, 617.0, 619.0, 617.0, 619.0, 617.0, 618.0, 617.0, 617.0, 617.0, 617.0, 617.0, 616.0, 618.0, 617.0, 619.0, 616.0, 619.0, 617.0, 619.0, 617.0, 619.0, 617.0, 617.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 618.0, 616.0, 619.0, 615.0, 617.0, 615.0, 618.0, 615.0, 618.0, 615.0, 617.0, 615.0, 617.0, 615.0, 615.0, 616.0, 615.0, 617.0, 615.0, 618.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 618.0, 615.0, 617.0, 615.0, 618.0, 616.0, 618.0, 615.0, 617.0, 615.0, 616.0, 616.0, 616.0, 617.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 618.0, 616.0, 619.0, 616.0, 618.0, 616.0, 618.0, 617.0, 619.0, 616.0, 618.0, 615.0, 617.0, 616.0, 618.0, 617.0, 616.0, 616.0, 615.0, 617.0, 615.0, 617.0, 615.0, 618.0, 617.0, 621.0, 618.0, 618.0, 615.0, 615.0, 617.0, 616.0, 618.0, 617.0, 620.0, 619.0, 619.0, 617.0, 618.0, 616.0, 614.0, 618.0, 613.0, 616.0, 613.0, 617.0, 615.0, 615.0, 615.0, 612.0, 613.0, 612.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 613.0, 614.0, 614.0, 613.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 616.0, 613.0, 617.0, 614.0, 617.0, 614.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 616.0, 618.0, 616.0, 615.0, 615.0, 614.0, 615.0, 616.0, 617.0, 617.0, 618.0, 616.0, 619.0, 616.0, 619.0, 615.0, 618.0, 616.0, 618.0, 616.0, 619.0, 616.0, 618.0, 616.0, 618.0, 616.0, 619.0, 615.0, 617.0, 615.0, 615.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 616.0, 615.0, 617.0, 615.0, 617.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 618.0, 616.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 615.0, 616.0, 616.0, 617.0, 616.0, 617.0, 616.0, 619.0, 616.0, 618.0, 617.0, 619.0, 616.0, 618.0, 616.0, 615.0, 616.0, 615.0, 617.0, 616.0, 619.0, 615.0, 619.0, 616.0, 619.0, 616.0, 617.0, 615.0, 619.0, 616.0, 617.0, 616.0, 615.0, 617.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 617.0, 615.0, 615.0, 615.0, 617.0, 615.0, 616.0, 616.0, 619.0, 615.0, 615.0, 617.0, 616.0, 619.0, 615.0, 619.0, 615.0, 618.0, 615.0, 618.0, 615.0, 617.0, 614.0, 613.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 616.0, 618.0, 616.0, 617.0, 615.0, 617.0, 616.0, 616.0, 615.0, 614.0, 614.0, 614.0, 615.0, 613.0, 615.0, 613.0, 617.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 615.0, 618.0, 615.0, 618.0, 615.0, 617.0, 616.0, 617.0, 615.0, 614.0, 615.0, 615.0, 616.0, 615.0, 618.0, 615.0, 618.0, 614.0, 619.0, 615.0, 618.0, 614.0, 618.0, 616.0, 618.0, 615.0, 618.0, 614.0, 618.0, 615.0, 617.0, 616.0, 617.0, 616.0, 615.0, 615.0, 614.0, 616.0, 616.0, 616.0, 615.0, 617.0, 615.0, 619.0, 615.0, 618.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 614.0, 617.0, 614.0, 616.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 615.0, 618.0, 615.0, 618.0, 615.0, 618.0, 616.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 616.0, 616.0, 615.0, 617.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 617.0, 619.0, 616.0, 617.0, 616.0, 615.0, 617.0, 616.0, 618.0, 616.0, 619.0, 616.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 615.0, 616.0, 616.0, 617.0, 615.0, 618.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 616.0, 618.0, 616.0, 616.0, 616.0, 615.0, 615.0, 614.0, 615.0, 614.0, 617.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 618.0, 614.0, 617.0, 614.0, 616.0, 615.0, 616.0, 616.0, 615.0, 616.0, 615.0, 618.0, 614.0, 617.0, 614.0, 618.0, 615.0, 618.0, 614.0, 617.0, 614.0, 616.0, 615.0, 615.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 616.0, 618.0, 615.0, 617.0, 615.0, 618.0, 614.0, 618.0, 615.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 617.0, 614.0, 617.0, 616.0, 617.0, 616.0, 618.0, 616.0, 617.0, 615.0, 616.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 616.0, 618.0, 616.0, 617.0, 616.0, 615.0, 616.0, 616.0, 616.0, 616.0, 618.0, 616.0, 619.0, 616.0, 616.0, 616.0, 615.0, 617.0, 615.0, 619.0, 616.0, 616.0, 615.0, 615.0, 617.0, 615.0, 619.0, 615.0, 617.0, 614.0, 616.0, 615.0, 615.0, 617.0, 614.0, 618.0, 614.0, 617.0, 615.0, 617.0, 615.0, 613.0, 615.0, 613.0, 617.0, 615.0, 616.0, 614.0, 616.0, 614.0, 613.0, 615.0, 613.0, 618.0, 615.0, 618.0, 614.0, 617.0, 615.0, 614.0, 617.0, 614.0, 616.0, 614.0, 617.0, 615.0, 613.0, 616.0, 613.0, 616.0, 614.0, 617.0, 615.0, 616.0, 614.0, 613.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 616.0, 614.0, 616.0, 614.0, 618.0, 614.0, 618.0, 614.0, 618.0, 616.0, 615.0, 614.0, 613.0, 615.0, 614.0, 616.0, 613.0, 617.0, 613.0, 616.0, 614.0, 617.0, 614.0, 616.0, 615.0, 613.0, 613.0, 613.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 613.0, 615.0, 613.0, 616.0, 614.0, 618.0, 614.0, 616.0, 615.0, 616.0, 614.0, 614.0, 617.0, 615.0, 618.0, 615.0, 618.0, 615.0, 616.0, 615.0, 615.0, 616.0, 614.0, 617.0, 613.0, 617.0, 614.0, 617.0, 615.0, 613.0, 615.0, 613.0, 616.0, 613.0, 617.0, 614.0, 617.0, 615.0, 616.0, 614.0, 615.0, 614.0, 614.0, 617.0, 616.0, 620.0, 615.0, 617.0, 613.0, 613.0, 613.0, 611.0, 614.0, 612.0, 616.0, 613.0, 616.0, 613.0, 617.0, 613.0, 616.0, 612.0, 616.0, 612.0, 616.0, 613.0, 615.0, 611.0, 614.0, 611.0, 613.0, 611.0, 614.0, 612.0, 613.0, 611.0, 610.0, 612.0, 610.0, 612.0, 611.0, 613.0, 612.0, 615.0, 612.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 614.0, 613.0, 614.0, 614.0, 615.0, 613.0, 616.0, 613.0, 617.0, 613.0, 617.0, 614.0, 617.0, 615.0, 617.0, 614.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 614.0, 615.0, 614.0, 617.0, 613.0, 616.0, 614.0, 617.0, 615.0, 618.0, 616.0, 617.0, 615.0, 614.0, 615.0, 615.0, 615.0, 614.0, 616.0, 615.0, 617.0, 613.0, 616.0, 613.0, 615.0, 613.0, 616.0, 613.0, 613.0, 613.0, 617.0, 614.0, 616.0, 616.0, 615.0, 618.0, 613.0, 617.0, 613.0, 617.0, 614.0, 617.0, 615.0, 618.0, 615.0, 617.0, 615.0, 616.0, 614.0, 614.0, 613.0, 613.0, 614.0, 613.0, 614.0, 612.0, 614.0, 612.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 613.0, 617.0, 615.0, 617.0, 615.0, 614.0, 615.0, 613.0, 616.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 614.0, 618.0, 615.0, 618.0, 615.0, 618.0, 614.0, 618.0, 614.0, 618.0, 616.0, 618.0, 616.0, 616.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 615.0, 613.0, 615.0, 613.0, 615.0, 614.0, 617.0, 614.0, 617.0, 613.0, 617.0, 614.0, 619.0, 616.0, 619.0, 616.0, 616.0, 614.0, 613.0, 616.0, 613.0, 616.0, 614.0, 617.0, 613.0, 618.0, 614.0, 617.0, 615.0, 618.0, 615.0, 617.0, 616.0, 613.0, 615.0, 613.0, 617.0, 614.0, 617.0, 616.0, 617.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.0002630788381742739</td></tr>
<tr><td colspan=3>aqi</td><td>0.02135138041493776</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.26349896509971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229452582225915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.986597578355484</td></tr>
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
<tr><td colspan=3>fber</td><td>8526.1504</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07219296923770537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7468879668049793</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3575047374233282</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.296514308883196</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5291147578830233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2468851455037657</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776925</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020673200488090515</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015023433603346348</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.083444650961203</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>36.301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9677</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8823</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308872.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.5637</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9627</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.0217</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.7213</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>88.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.4877</td></tr>
<tr><td colspan=3>tsnr</td><td>42.988878074800596</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>