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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-03_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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-03_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-0087/ses-01/func/sub-0087_ses-01_task-alignvideo_acq-mb8_run-03_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>b89ff3f6b0db5f46012c3927d1313759</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>23:01:7.345000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999311, 0.0331416, -0.0167186, -0.0305317, 0.99002, 0.137581]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0945686</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7782, -7246, 540, -37, -23, 37, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dafe082f-1729-4b9e-b32b-ba9a1912d3a8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810779571533203, -0.08191429823637009, -0.05700075998902321, 118.06758880615234], [-0.08891642093658447, 2.6561508178710938, 0.36983534693717957, -99.9625473022461], [-0.04485474154353142, -0.36912059783935547, 2.673943281173706, -52.67265319824219], [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, 1016]</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], 'AcquisitionTime': ['230107.345000', '230107.805000', '230108.265000', '230108.725000', '230109.185000', '230109.645000', '230110.105000', '230110.565000', '230111.025000', '230111.485000', '230111.945000', '230112.405000', '230112.865000', '230113.325000', '230113.785000', '230114.245000', '230114.705000', '230115.165000', '230115.625000', '230116.085000', '230116.545000', '230117.005000', '230117.465000', '230117.925000', '230118.385000', '230118.845000', '230119.305000', '230119.765000', '230120.225000', '230120.685000', '230121.145000', '230121.605000', '230122.065000', '230122.525000', '230122.985000', '230123.445000', '230123.905000', '230124.365000', '230124.825000', '230125.285000', '230125.745000', '230126.205000', '230126.665000', '230127.125000', '230127.585000', '230128.045000', '230128.505000', '230128.965000', '230129.425000', '230129.885000', '230130.345000', '230130.805000', '230131.265000', '230131.725000', '230132.185000', '230132.645000', '230133.105000', '230133.565000', '230134.025000', '230134.485000', '230134.945000', '230135.405000', '230135.865000', '230136.325000', '230136.785000', '230137.245000', '230137.705000', '230138.165000', '230138.625000', '230139.085000', '230139.545000', '230140.005000', '230140.465000', '230140.925000', '230141.385000', '230141.845000', '230142.305000', '230142.765000', '230143.225000', '230143.685000', '230144.145000', '230144.605000', '230145.065000', '230145.525000', '230145.985000', '230146.445000', '230146.905000', '230147.365000', '230147.825000', '230148.285000', '230148.745000', '230149.205000', '230149.665000', '230150.125000', '230150.585000', '230151.045000', '230151.505000', '230151.965000', '230152.425000', '230152.885000', '230153.345000', '230153.805000', '230154.265000', '230154.725000', '230155.185000', '230155.645000', '230156.105000', '230156.565000', '230157.025000', '230157.485000', '230157.945000', '230158.405000', '230158.865000', '230159.325000', '230159.785000', '230200.245000', '230200.705000', '230201.165000', '230201.625000', '230202.085000', '230202.545000', '230203.005000', '230203.465000', '230203.925000', '230204.385000', '230204.845000', '230205.305000', '230205.765000', '230206.225000', '230206.685000', '230207.145000', '230207.605000', '230208.065000', '230208.525000', '230208.985000', '230209.445000', '230209.905000', '230210.365000', '230210.825000', '230211.285000', '230211.745000', '230212.205000', '230212.665000', '230213.125000', '230213.585000', '230214.045000', '230214.505000', '230214.965000', '230215.425000', '230215.885000', '230216.345000', '230216.805000', '230217.265000', '230217.725000', '230218.185000', '230218.645000', '230219.105000', '230219.565000', '230220.025000', '230220.485000', '230220.945000', '230221.405000', '230221.865000', '230222.325000', '230222.785000', '230223.245000', '230223.705000', '230224.165000', '230224.625000', '230225.085000', '230225.545000', '230226.005000', '230226.465000', '230226.925000', '230227.385000', '230227.845000', '230228.305000', '230228.765000', '230229.225000', '230229.685000', '230230.145000', '230230.605000', '230231.065000', '230231.525000', '230231.985000', '230232.445000', '230232.905000', '230233.365000', '230233.825000', '230234.285000', '230234.745000', '230235.205000', '230235.665000', '230236.125000', '230236.585000', '230237.045000', '230237.505000', '230237.965000', '230238.425000', '230238.885000', '230239.345000', '230239.805000', '230240.265000', '230240.725000', '230241.185000', '230241.645000', '230242.105000', '230242.565000', '230243.025000', '230243.485000', '230243.945000', '230244.405000', '230244.865000', '230245.325000', '230245.785000', '230246.245000', '230246.705000', '230247.165000', '230247.625000', '230248.085000', '230248.545000', '230249.005000', '230249.465000', '230249.925000', '230250.385000', '230250.845000', '230251.305000', '230251.765000', '230252.225000', '230252.685000', '230253.145000', '230253.605000', '230254.065000', '230254.525000', '230254.985000', '230255.445000', '230255.905000', '230256.365000', '230256.825000', '230257.285000', '230257.745000', '230258.205000', '230258.665000', '230259.125000', '230259.585000', '230300.045000', '230300.505000', '230300.965000', '230301.425000', '230301.885000', '230302.345000', '230302.805000', '230303.265000', '230303.725000', '230304.185000', '230304.645000', '230305.105000', '230305.565000', '230306.025000', '230306.485000', '230306.945000', '230307.405000', '230307.865000', '230308.325000', '230308.785000', '230309.245000', '230309.705000', '230310.165000', '230310.625000', '230311.085000', '230311.545000', '230312.005000', '230312.465000', '230312.925000', '230313.385000', '230313.845000', '230314.305000', '230314.765000', '230315.225000', '230315.685000', '230316.145000', '230316.605000', '230317.065000', '230317.525000', '230317.985000', '230318.445000', '230318.905000', '230319.365000', '230319.825000', '230320.285000', '230320.745000', '230321.205000', '230321.665000', '230322.125000', '230322.585000', '230323.045000', '230323.505000', '230323.965000', '230324.425000', '230324.885000', '230325.345000', '230325.805000', '230326.265000', '230326.725000', '230327.185000', '230327.645000', '230328.105000', '230328.565000', '230329.025000', '230329.485000', '230329.945000', '230330.405000', '230330.865000', '230331.325000', '230331.785000', '230332.245000', '230332.705000', '230333.165000', '230333.625000', '230334.085000', '230334.545000', '230335.005000', '230335.465000', '230335.925000', '230336.385000', '230336.845000', '230337.305000', '230337.765000', '230338.225000', '230338.685000', '230339.145000', '230339.605000', '230340.065000', '230340.525000', '230340.985000', '230341.445000', '230341.905000', '230342.365000', '230342.825000', '230343.285000', '230343.745000', '230344.205000', '230344.665000', '230345.125000', '230345.585000', '230346.045000', '230346.505000', '230346.965000', '230347.425000', '230347.885000', '230348.345000', '230348.805000', '230349.265000', '230349.725000', '230350.185000', '230350.645000', '230351.105000', '230351.565000', '230352.025000', '230352.485000', '230352.945000', '230353.405000', '230353.865000', '230354.325000', '230354.785000', '230355.245000', '230355.705000', '230356.165000', '230356.625000', '230357.085000', '230357.545000', '230358.005000', '230358.465000', '230358.925000', '230359.385000', '230359.845000', '230400.305000', '230400.765000', '230401.225000', '230401.685000', '230402.145000', '230402.605000', '230403.065000', '230403.525000', '230403.985000', '230404.445000', '230404.905000', '230405.365000', '230405.825000', '230406.285000', '230406.745000', '230407.205000', '230407.665000', '230408.125000', '230408.585000', '230409.045000', '230409.505000', '230409.965000', '230410.425000', '230410.885000', '230411.345000', '230411.805000', '230412.265000', '230412.725000', '230413.185000', '230413.645000', '230414.105000', '230414.565000', '230415.025000', '230415.485000', '230415.945000', '230416.405000', '230416.865000', '230417.325000', '230417.785000', '230418.245000', '230418.705000', '230419.165000', '230419.625000', '230420.085000', '230420.545000', '230421.005000', '230421.465000', '230421.925000', '230422.385000', '230422.845000', '230423.305000', '230423.765000', '230424.225000', '230424.685000', '230425.145000', '230425.605000', '230426.065000', '230426.525000', '230426.985000', '230427.445000', '230427.905000', '230428.365000', '230428.825000', '230429.285000', '230429.745000', '230430.205000', '230430.665000', '230431.125000', '230431.585000', '230432.045000', '230432.505000', '230432.965000', '230433.425000', '230433.885000', '230434.345000', '230434.805000', '230435.265000', '230435.725000', '230436.185000', '230436.645000', '230437.105000', '230437.565000', '230438.025000', '230438.485000', '230438.945000', '230439.405000', '230439.865000', '230440.325000', '230440.785000', '230441.245000', '230441.705000', '230442.165000', '230442.625000', '230443.085000', '230443.545000', '230444.005000', '230444.465000', '230444.925000', '230445.385000', '230445.845000', '230446.305000', '230446.765000', '230447.225000', '230447.685000', '230448.145000', '230448.605000', '230449.065000', '230449.525000', '230449.985000', '230450.445000', '230450.905000', '230451.365000', '230451.825000', '230452.285000', '230452.745000', '230453.205000', '230453.665000', '230454.125000', '230454.585000', '230455.045000', '230455.505000', '230455.965000', '230456.425000', '230456.885000', '230457.345000', '230457.805000', '230458.265000', '230458.725000', '230459.185000', '230459.645000', '230500.105000', '230500.565000', '230501.025000', '230501.485000', '230501.945000', '230502.405000', '230502.865000', '230503.325000', '230503.785000', '230504.245000', '230504.705000', '230505.165000', '230505.625000', '230506.085000', '230506.545000', '230507.005000', '230507.465000', '230507.925000', '230508.385000', '230508.845000', '230509.305000', '230509.765000', '230510.225000', '230510.685000', '230511.145000', '230511.605000', '230512.065000', '230512.525000', '230512.985000', '230513.445000', '230513.905000', '230514.365000', '230514.825000', '230515.285000', '230515.745000', '230516.205000', '230516.665000', '230517.125000', '230517.585000', '230518.045000', '230518.505000', '230518.965000', '230519.425000', '230519.885000', '230520.345000', '230520.805000', '230521.265000', '230521.725000', '230522.185000', '230522.645000', '230523.105000', '230523.565000', '230524.025000', '230524.485000', '230524.945000', '230525.405000', '230525.865000', '230526.325000', '230526.785000', '230527.245000', '230527.705000', '230528.165000', '230528.625000', '230529.085000', '230529.545000', '230530.005000', '230530.465000', '230530.925000', '230531.385000', '230531.845000', '230532.305000', '230532.765000', '230533.225000', '230533.685000', '230534.145000', '230534.605000', '230535.065000', '230535.525000', '230535.985000', '230536.445000', '230536.905000', '230537.365000', '230537.825000', '230538.285000', '230538.745000', '230539.205000', '230539.665000', '230540.125000', '230540.585000', '230541.045000', '230541.505000', '230541.965000', '230542.425000', '230542.885000', '230543.345000', '230543.805000', '230544.265000', '230544.725000', '230545.185000', '230545.645000', '230546.105000', '230546.565000', '230547.025000', '230547.485000', '230547.945000', '230548.405000', '230548.865000', '230549.325000', '230549.785000', '230550.245000', '230550.705000', '230551.165000', '230551.625000', '230552.085000', '230552.545000', '230553.005000', '230553.465000', '230553.925000', '230554.385000', '230554.845000', '230555.305000', '230555.765000', '230556.225000', '230556.685000', '230557.145000', '230557.605000', '230558.065000', '230558.525000', '230558.985000', '230559.445000', '230559.905000', '230600.365000', '230600.825000', '230601.285000', '230601.745000', '230602.205000', '230602.665000', '230603.125000', '230603.585000', '230604.045000', '230604.505000', '230604.965000', '230605.425000', '230605.885000', '230606.345000', '230606.805000', '230607.265000', '230607.725000', '230608.185000', '230608.645000', '230609.105000', '230609.565000', '230610.025000', '230610.485000', '230610.945000', '230611.405000', '230611.865000', '230612.325000', '230612.785000', '230613.245000', '230613.705000', '230614.165000', '230614.625000', '230615.085000', '230615.545000', '230616.005000', '230616.465000', '230616.925000', '230617.385000', '230617.845000', '230618.305000', '230618.765000', '230619.225000', '230619.685000', '230620.145000', '230620.605000', '230621.065000', '230621.525000', '230621.985000', '230622.445000', '230622.905000', '230623.365000', '230623.825000', '230624.285000', '230624.745000', '230625.205000', '230625.665000', '230626.125000', '230626.585000', '230627.045000', '230627.505000', '230627.965000', '230628.425000', '230628.885000', '230629.345000', '230629.805000', '230630.265000', '230630.725000', '230631.185000', '230631.645000', '230632.105000', '230632.565000', '230633.025000', '230633.485000', '230633.945000', '230634.405000', '230634.865000', '230635.325000', '230635.785000', '230636.245000', '230636.705000', '230637.165000', '230637.625000', '230638.085000', '230638.545000', '230639.005000', '230639.465000', '230639.925000', '230640.385000', '230640.845000', '230641.305000', '230641.765000', '230642.225000', '230642.685000', '230643.145000', '230643.605000', '230644.065000', '230644.525000', '230644.985000', '230645.445000', '230645.905000', '230646.365000', '230646.825000', '230647.285000', '230647.745000', '230648.205000', '230648.665000', '230649.125000', '230649.585000', '230650.045000', '230650.505000', '230650.965000', '230651.425000', '230651.885000', '230652.345000', '230652.805000', '230653.265000', '230653.725000', '230654.185000', '230654.645000', '230655.105000', '230655.565000', '230656.025000', '230656.485000', '230656.945000', '230657.405000', '230657.865000', '230658.325000', '230658.785000', '230659.245000', '230659.705000', '230700.165000', '230700.625000', '230701.085000', '230701.545000', '230702.005000', '230702.465000', '230702.925000', '230703.385000', '230703.845000', '230704.305000', '230704.765000', '230705.225000', '230705.685000', '230706.145000', '230706.605000', '230707.065000', '230707.525000', '230707.985000', '230708.445000', '230708.905000', '230709.365000', '230709.825000', '230710.285000', '230710.745000', '230711.205000', '230711.665000', '230712.125000', '230712.585000', '230713.045000', '230713.505000', '230713.965000', '230714.425000', '230714.885000', '230715.345000', '230715.805000', '230716.265000', '230716.725000', '230717.185000', '230717.645000', '230718.105000', '230718.565000', '230719.025000', '230719.485000', '230719.945000', '230720.405000', '230720.865000', '230721.325000', '230721.785000', '230722.245000', '230722.705000', '230723.165000', '230723.625000', '230724.085000', '230724.545000', '230725.005000', '230725.465000', '230725.925000', '230726.385000', '230726.845000', '230727.305000', '230727.765000', '230728.225000', '230728.685000', '230729.145000', '230729.605000', '230730.065000', '230730.525000', '230730.985000', '230731.445000', '230731.905000', '230732.365000', '230732.825000', '230733.285000', '230733.745000', '230734.205000', '230734.665000', '230735.125000', '230735.585000', '230736.045000', '230736.505000', '230736.965000', '230737.425000', '230737.885000', '230738.345000', '230738.805000', '230739.265000', '230739.725000', '230740.185000', '230740.645000', '230741.105000', '230741.565000', '230742.025000', '230742.485000', '230742.945000', '230743.405000', '230743.865000', '230744.325000', '230744.785000', '230745.245000', '230745.705000', '230746.165000', '230746.625000', '230747.085000', '230747.545000', '230748.005000', '230748.465000', '230748.925000', '230749.385000', '230749.845000', '230750.305000', '230750.765000', '230751.225000', '230751.685000', '230752.145000', '230752.605000', '230753.065000', '230753.525000', '230753.985000', '230754.445000', '230754.905000', '230755.365000', '230755.825000', '230756.285000', '230756.745000', '230757.205000', '230757.665000', '230758.125000', '230758.585000', '230759.045000', '230759.505000', '230759.965000', '230800.425000', '230800.885000', '230801.345000', '230801.805000', '230802.265000', '230802.725000', '230803.185000', '230803.645000', '230804.105000', '230804.565000', '230805.025000', '230805.485000', '230805.945000', '230806.405000', '230806.865000', '230807.325000', '230807.785000', '230808.245000', '230808.705000', '230809.165000', '230809.625000', '230810.085000', '230810.545000', '230811.005000', '230811.465000', '230811.925000', '230812.385000', '230812.845000', '230813.305000', '230813.765000', '230814.225000', '230814.685000', '230815.145000', '230815.605000', '230816.065000', '230816.525000', '230816.985000', '230817.445000', '230817.905000', '230818.365000', '230818.825000', '230819.285000', '230819.745000', '230820.205000', '230820.665000', '230821.125000', '230821.585000', '230822.045000', '230822.505000', '230822.965000', '230823.425000', '230823.885000', '230824.345000', '230824.805000', '230825.265000', '230825.725000', '230826.185000', '230826.645000', '230827.105000', '230827.565000', '230828.025000', '230828.485000', '230828.945000', '230829.405000', '230829.865000', '230830.325000', '230830.785000', '230831.245000', '230831.705000', '230832.165000', '230832.625000', '230833.085000', '230833.545000', '230834.005000', '230834.465000', '230834.925000', '230835.385000', '230835.845000', '230836.305000', '230836.765000', '230837.225000', '230837.685000', '230838.145000', '230838.605000', '230839.065000', '230839.525000', '230839.985000', '230840.445000', '230840.905000', '230841.365000', '230841.825000', '230842.285000', '230842.745000', '230843.205000', '230843.665000', '230844.125000', '230844.585000', '230845.045000', '230845.505000', '230845.965000', '230846.425000', '230846.885000', '230847.345000', '230847.805000', '230848.265000', '230848.725000', '230849.185000', '230849.645000', '230850.105000', '230850.565000', '230851.025000', '230851.485000', '230851.945000', '230852.405000', '230852.865000', '230853.325000', '230853.785000', '230854.245000'], 'ContentTime': ['230125.633000', '230125.637000', '230125.639000', '230125.642000', '230125.645000', '230125.647000', '230125.650000', '230125.660000', '230125.663000', '230125.665000', '230125.668000', '230125.671000', '230125.675000', '230125.678000', '230125.681000', '230125.684000', '230125.687000', '230125.690000', '230125.693000', '230125.696000', '230125.698000', '230125.701000', '230125.703000', '230125.706000', '230125.708000', '230125.711000', '230125.746000', '230125.749000', '230125.751000', '230125.754000', '230125.757000', '230125.760000', '230125.762000', '230125.765000', '230125.768000', '230125.770000', '230125.773000', '230145.589000', '230145.601000', '230145.604000', '230145.606000', '230145.609000', '230145.611000', '230145.614000', '230145.617000', '230145.619000', '230145.622000', '230145.624000', '230145.627000', '230145.629000', '230145.632000', '230145.634000', '230145.637000', '230145.639000', '230145.642000', '230145.645000', '230145.647000', '230145.650000', '230145.652000', '230145.655000', '230145.657000', '230145.660000', '230145.662000', '230145.665000', '230145.667000', '230145.670000', '230145.673000', '230145.675000', '230145.678000', '230145.680000', '230145.683000', '230145.685000', '230145.688000', '230145.691000', '230145.693000', '230145.696000', '230145.698000', '230145.701000', '230145.703000', '230145.706000', '230205.588000', '230205.591000', '230205.594000', '230205.620000', '230205.622000', '230205.625000', '230205.628000', '230205.630000', '230205.633000', '230205.635000', '230205.638000', '230205.640000', '230205.643000', '230205.650000', '230205.653000', '230205.655000', '230205.658000', '230205.661000', '230205.663000', '230205.666000', '230205.668000', '230205.671000', '230205.673000', '230205.676000', '230205.679000', '230205.681000', '230205.684000', '230205.686000', '230205.689000', '230205.691000', '230205.694000', '230205.696000', '230205.699000', '230205.702000', '230205.704000', '230205.707000', '230205.709000', '230205.712000', '230205.714000', '230205.717000', '230205.719000', '230205.722000', '230205.724000', '230205.727000', '230225.588000', '230225.590000', '230225.593000', '230225.596000', '230225.598000', '230225.601000', '230225.603000', '230225.606000', '230225.608000', '230225.611000', '230225.614000', '230225.616000', '230225.619000', '230225.621000', '230225.624000', '230225.626000', '230225.629000', '230225.632000', '230225.634000', '230225.637000', '230225.639000', '230225.642000', '230225.644000', '230225.647000', '230225.650000', '230225.652000', '230225.655000', '230225.657000', '230225.660000', '230225.662000', '230225.665000', '230225.668000', '230225.670000', '230225.673000', '230225.676000', '230225.678000', '230225.681000', '230225.683000', '230225.686000', '230225.689000', '230225.691000', '230225.694000', '230225.696000', '230245.587000', '230245.590000', '230245.593000', '230245.596000', '230245.598000', '230245.601000', '230245.603000', '230245.606000', '230245.608000', '230245.611000', '230245.614000', '230245.616000', '230245.619000', '230245.621000', '230245.624000', '230245.626000', '230245.629000', '230245.631000', '230245.634000', '230245.637000', '230245.639000', '230245.642000', '230245.644000', '230245.647000', '230245.649000', '230245.652000', '230245.654000', '230245.657000', '230245.659000', '230245.662000', '230245.665000', '230245.667000', '230245.670000', '230245.672000', '230245.675000', '230245.677000', '230245.680000', '230245.682000', '230245.685000', '230245.688000', '230245.690000', '230245.693000', '230245.695000', '230245.698000', '230305.588000', '230305.591000', '230305.594000', '230305.596000', '230305.599000', '230305.602000', '230305.604000', '230305.607000', '230305.609000', '230305.612000', '230305.614000', '230305.617000', '230305.619000', '230305.622000', '230305.625000', '230305.627000', '230305.630000', '230305.632000', '230305.635000', '230305.638000', '230305.640000', '230305.643000', '230305.645000', '230305.648000', '230305.650000', '230305.653000', '230305.655000', '230305.658000', '230305.660000', '230305.663000', '230305.666000', '230305.668000', '230305.671000', '230305.673000', '230305.676000', '230305.678000', '230305.681000', '230305.684000', '230305.686000', '230305.689000', '230305.691000', '230305.694000', '230305.696000', '230325.588000', '230325.592000', '230325.595000', '230325.597000', '230325.600000', '230325.603000', '230325.605000', '230325.608000', '230325.610000', '230325.613000', '230325.615000', '230325.618000', '230325.621000', '230325.623000', '230325.626000', '230325.628000', '230325.631000', '230325.633000', '230325.636000', '230325.639000', '230325.641000', '230325.644000', '230325.647000', '230325.649000', '230325.652000', '230325.654000', '230325.657000', '230325.659000', '230325.662000', '230325.665000', '230325.667000', '230325.670000', '230325.672000', '230325.675000', '230325.677000', '230325.680000', '230325.682000', '230325.685000', '230325.688000', '230325.690000', '230325.693000', '230325.696000', '230325.698000', '230325.715000', '230345.589000', '230345.591000', '230345.594000', '230345.597000', '230345.599000', '230345.602000', '230345.604000', '230345.607000', '230345.609000', '230345.612000', '230345.615000', '230345.617000', '230345.620000', '230345.622000', '230345.625000', '230345.627000', '230345.630000', '230345.633000', '230345.635000', '230345.638000', '230345.640000', '230345.643000', '230345.645000', '230345.648000', '230345.651000', '230345.653000', '230345.656000', '230345.658000', '230345.661000', '230345.664000', '230345.666000', '230345.669000', '230345.671000', '230345.674000', '230345.677000', '230345.679000', '230345.682000', '230345.684000', '230345.687000', '230345.689000', '230345.692000', '230345.695000', '230345.697000', '230405.588000', '230405.592000', '230405.594000', '230405.597000', '230405.600000', '230405.602000', '230405.605000', '230405.607000', '230405.610000', '230405.612000', '230405.615000', '230405.618000', '230405.620000', '230405.623000', '230405.625000', '230405.628000', '230405.631000', '230405.633000', '230405.636000', '230405.638000', '230405.641000', '230405.643000', '230405.646000', '230405.649000', '230405.651000', '230405.654000', '230405.656000', '230405.659000', '230405.661000', '230405.664000', '230405.667000', '230405.669000', '230405.672000', '230405.674000', '230405.677000', '230405.679000', '230405.682000', '230405.685000', '230405.687000', '230405.690000', '230405.692000', '230405.695000', '230405.698000', '230425.589000', '230425.592000', '230425.595000', '230425.597000', '230425.600000', '230425.602000', '230425.605000', '230425.608000', '230425.610000', '230425.613000', '230425.615000', '230425.618000', '230425.620000', '230425.623000', '230425.626000', '230425.628000', '230425.631000', '230425.633000', '230425.636000', '230425.638000', '230425.641000', '230425.644000', '230425.646000', '230425.649000', '230425.651000', '230425.654000', '230425.657000', '230425.659000', '230425.662000', '230425.665000', '230425.667000', '230425.670000', '230425.672000', '230425.675000', '230425.677000', '230425.680000', '230425.682000', '230425.685000', '230425.688000', '230425.690000', '230425.693000', '230425.696000', '230425.698000', '230425.701000', '230445.587000', '230445.590000', '230445.593000', '230445.595000', '230445.598000', '230445.601000', '230445.603000', '230445.606000', '230445.608000', '230445.611000', '230445.614000', '230445.616000', '230445.619000', '230445.621000', '230445.624000', '230445.627000', '230445.630000', '230445.632000', '230445.635000', '230445.638000', '230445.640000', '230445.643000', '230445.645000', '230445.648000', '230445.651000', '230445.653000', '230445.656000', '230445.658000', '230445.661000', '230445.664000', '230445.666000', '230445.669000', '230445.671000', '230445.674000', '230445.676000', '230445.679000', '230445.682000', '230445.685000', '230445.687000', '230445.690000', '230445.693000', '230445.695000', '230445.698000', '230505.588000', '230505.590000', '230505.593000', '230505.596000', '230505.598000', '230505.601000', '230505.603000', '230505.606000', '230505.616000', '230505.619000', '230505.622000', '230505.624000', '230505.627000', '230505.630000', '230505.632000', '230505.635000', '230505.637000', '230505.640000', '230505.643000', '230505.645000', '230505.648000', '230505.650000', '230505.653000', '230505.655000', '230505.658000', '230505.673000', '230505.675000', '230505.678000', '230505.680000', '230505.683000', '230505.686000', '230505.688000', '230505.691000', '230505.693000', '230505.696000', '230505.699000', '230505.701000', '230505.704000', '230505.706000', '230505.709000', '230505.711000', '230505.714000', '230505.717000', '230505.719000', '230525.588000', '230525.591000', '230525.594000', '230525.597000', '230525.599000', '230525.602000', '230525.604000', '230525.607000', '230525.610000', '230525.612000', '230525.615000', '230525.618000', '230525.620000', '230525.623000', '230525.625000', '230525.628000', '230525.630000', '230525.633000', '230525.635000', '230525.638000', '230525.641000', '230525.643000', '230525.646000', '230525.648000', '230525.651000', '230525.654000', '230525.656000', '230525.659000', '230525.661000', '230525.664000', '230525.667000', '230525.669000', '230525.672000', '230525.674000', '230525.677000', '230525.680000', '230525.682000', '230525.685000', '230525.688000', '230525.690000', '230525.693000', '230525.695000', '230525.698000', '230545.589000', '230545.592000', '230545.594000', '230545.597000', '230545.599000', '230545.602000', '230545.605000', '230545.607000', '230545.610000', '230545.613000', '230545.615000', '230545.618000', '230545.621000', '230545.623000', '230545.626000', '230545.628000', '230545.631000', '230545.634000', '230545.636000', '230545.639000', '230545.641000', '230545.644000', '230545.646000', '230545.649000', '230545.652000', '230545.654000', '230545.657000', '230545.659000', '230545.662000', '230545.665000', '230545.667000', '230545.670000', '230545.672000', '230545.675000', '230545.678000', '230545.680000', '230545.683000', '230545.685000', '230545.688000', '230545.691000', '230545.693000', '230545.696000', '230545.698000', '230545.701000', '230605.589000', '230605.591000', '230605.594000', '230605.597000', '230605.599000', '230605.602000', '230605.604000', '230605.607000', '230605.610000', '230605.612000', '230605.615000', '230605.617000', '230605.620000', '230605.623000', '230605.625000', '230605.628000', '230605.630000', '230605.633000', '230605.635000', '230605.638000', '230605.641000', '230605.643000', '230605.646000', '230605.648000', '230605.651000', '230605.654000', '230605.656000', '230605.659000', '230605.662000', '230605.664000', '230605.667000', '230605.670000', '230605.673000', '230605.676000', '230605.678000', '230605.681000', '230605.683000', '230605.686000', '230605.689000', '230605.692000', '230605.695000', '230605.697000', '230605.700000', '230625.588000', '230625.591000', '230625.594000', '230625.597000', '230625.599000', '230625.602000', '230625.604000', '230625.607000', '230625.610000', '230625.612000', '230625.615000', '230625.618000', '230625.620000', '230625.623000', '230625.625000', '230625.628000', '230625.631000', '230625.633000', '230625.636000', '230625.638000', '230625.641000', '230625.644000', '230625.646000', '230625.649000', '230625.651000', '230625.654000', '230625.657000', '230625.659000', '230625.662000', '230625.664000', '230625.667000', '230625.676000', '230625.679000', '230625.682000', '230625.684000', '230625.687000', '230625.689000', '230625.692000', '230625.695000', '230625.697000', '230625.700000', '230625.702000', '230625.705000', '230625.707000', '230645.589000', '230645.592000', '230645.594000', '230645.597000', '230645.599000', '230645.604000', '230645.607000', '230645.609000', '230645.612000', '230645.614000', '230645.617000', '230645.640000', '230645.643000', '230645.645000', '230645.648000', '230645.651000', '230645.653000', '230645.656000', '230645.658000', '230645.661000', '230645.664000', '230645.666000', '230645.669000', '230645.672000', '230645.674000', '230645.677000', '230645.680000', '230645.682000', '230645.685000', '230645.688000', '230645.690000', '230645.693000', '230645.695000', '230645.698000', '230645.701000', '230645.703000', '230645.706000', '230645.708000', '230645.711000', '230645.714000', '230645.716000', '230645.719000', '230645.721000', '230705.588000', '230705.590000', '230705.593000', '230705.596000', '230705.598000', '230705.601000', '230705.603000', '230705.606000', '230705.609000', '230705.611000', '230705.614000', '230705.616000', '230705.619000', '230705.622000', '230705.624000', '230705.627000', '230705.629000', '230705.632000', '230705.634000', '230705.637000', '230705.640000', '230705.642000', '230705.645000', '230705.648000', '230705.650000', '230705.653000', '230705.655000', '230705.658000', '230705.660000', '230705.663000', '230705.665000', '230705.668000', '230705.671000', '230705.673000', '230705.676000', '230705.679000', '230705.681000', '230705.684000', '230705.686000', '230705.689000', '230705.691000', '230705.694000', '230705.696000', '230705.699000', '230725.588000', '230725.590000', '230725.593000', '230725.596000', '230725.598000', '230725.601000', '230725.603000', '230725.606000', '230725.608000', '230725.611000', '230725.614000', '230725.616000', '230725.619000', '230725.621000', '230725.624000', '230725.626000', '230725.629000', '230725.632000', '230725.634000', '230725.637000', '230725.639000', '230725.642000', '230725.645000', '230725.647000', '230725.650000', '230725.652000', '230725.655000', '230725.658000', '230725.660000', '230725.663000', '230725.666000', '230725.668000', '230725.671000', '230725.674000', '230725.677000', '230725.679000', '230725.682000', '230725.684000', '230725.687000', '230725.689000', '230725.692000', '230725.695000', '230725.697000', '230745.588000', '230745.591000', '230745.594000', '230745.596000', '230745.599000', '230745.602000', '230745.604000', '230745.607000', '230745.610000', '230745.612000', '230745.615000', '230745.617000', '230745.620000', '230745.622000', '230745.625000', '230745.627000', '230745.630000', '230745.633000', '230745.635000', '230745.638000', '230745.640000', '230745.643000', '230745.646000', '230745.648000', '230745.651000', '230745.653000', '230745.656000', '230745.658000', '230745.661000', '230745.664000', '230745.666000', '230745.669000', '230745.671000', '230745.674000', '230745.677000', '230745.679000', '230745.682000', '230745.685000', '230745.687000', '230745.690000', '230745.692000', '230745.695000', '230745.697000', '230745.700000', '230805.588000', '230805.591000', '230805.608000', '230805.611000', '230805.613000', '230805.616000', '230805.618000', '230805.621000', '230805.623000', '230805.626000', '230805.629000', '230805.631000', '230805.634000', '230805.636000', '230805.639000', '230805.641000', '230805.644000', '230805.647000', '230805.649000', '230805.652000', '230805.654000', '230805.657000', '230805.659000', '230805.662000', '230805.664000', '230805.667000', '230805.670000', '230805.672000', '230805.675000', '230805.677000', '230805.680000', '230805.683000', '230805.685000', '230805.688000', '230805.690000', '230805.693000', '230805.696000', '230805.698000', '230805.701000', '230805.703000', '230805.706000', '230805.709000', '230805.712000', '230825.589000', '230825.591000', '230825.594000', '230825.597000', '230825.599000', '230825.602000', '230825.605000', '230825.607000', '230825.610000', '230825.612000', '230825.615000', '230825.618000', '230825.620000', '230825.623000', '230825.626000', '230825.628000', '230825.631000', '230825.633000', '230825.636000', '230825.639000', '230825.641000', '230825.644000', '230825.646000', '230825.649000', '230825.652000', '230825.654000', '230825.657000', '230825.659000', '230825.662000', '230825.664000', '230825.667000', '230825.670000', '230825.672000', '230825.675000', '230825.677000', '230825.680000', '230825.682000', '230825.685000', '230825.688000', '230825.690000', '230825.693000', '230825.695000', '230825.698000', '230825.700000', '230845.589000', '230845.592000', '230845.594000', '230845.597000', '230845.599000', '230845.602000', '230845.605000', '230845.607000', '230845.610000', '230845.612000', '230845.615000', '230845.617000', '230845.620000', '230845.622000', '230845.625000', '230845.628000', '230845.630000', '230845.633000', '230845.636000', '230845.638000', '230845.641000', '230845.643000', '230845.646000', '230845.648000', '230845.651000', '230845.653000', '230845.656000', '230845.659000', '230845.661000', '230845.664000', '230845.667000', '230845.669000', '230845.672000', '230845.674000', '230845.677000', '230845.679000', '230845.682000', '230845.685000', '230845.687000', '230845.690000', '230845.693000', '230845.695000', '230845.698000', '230855.817000', '230855.820000', '230855.823000', '230855.826000', '230855.829000', '230855.831000', '230855.834000', '230855.837000', '230855.839000', '230855.842000', '230855.845000', '230855.848000', '230855.850000', '230855.853000', '230855.856000', '230855.859000', '230855.862000', '230855.864000', '230855.867000', '230855.870000', '230855.873000', '230855.875000', '230855.878000'], 'InstanceCreationTime': ['230125.633000', '230125.637000', '230125.639000', '230125.642000', '230125.645000', '230125.647000', '230125.650000', '230125.660000', '230125.663000', '230125.665000', '230125.668000', '230125.671000', '230125.675000', '230125.678000', '230125.681000', '230125.684000', '230125.687000', '230125.690000', '230125.693000', '230125.696000', '230125.698000', '230125.701000', '230125.703000', '230125.706000', '230125.708000', '230125.711000', '230125.746000', '230125.749000', '230125.751000', '230125.754000', '230125.757000', '230125.760000', '230125.762000', '230125.765000', '230125.768000', '230125.770000', '230125.773000', '230145.589000', '230145.601000', '230145.604000', '230145.606000', '230145.609000', '230145.611000', '230145.614000', '230145.617000', '230145.619000', '230145.622000', '230145.624000', '230145.627000', '230145.629000', '230145.632000', '230145.634000', '230145.637000', '230145.639000', '230145.642000', '230145.645000', '230145.647000', '230145.650000', '230145.652000', '230145.655000', '230145.657000', '230145.660000', '230145.662000', '230145.665000', '230145.667000', '230145.670000', '230145.673000', '230145.675000', '230145.678000', '230145.680000', '230145.683000', '230145.685000', '230145.688000', '230145.691000', '230145.693000', '230145.696000', '230145.698000', '230145.701000', '230145.703000', '230145.706000', '230205.588000', '230205.591000', '230205.594000', '230205.620000', '230205.622000', '230205.625000', '230205.628000', '230205.630000', '230205.633000', '230205.635000', '230205.638000', '230205.640000', '230205.643000', '230205.650000', '230205.653000', '230205.655000', '230205.658000', '230205.661000', '230205.663000', '230205.666000', '230205.668000', '230205.671000', '230205.673000', '230205.676000', '230205.679000', '230205.681000', '230205.684000', '230205.686000', '230205.689000', '230205.691000', '230205.694000', '230205.696000', '230205.699000', '230205.702000', '230205.704000', '230205.707000', '230205.709000', '230205.712000', '230205.714000', '230205.717000', '230205.719000', '230205.722000', '230205.724000', '230205.727000', '230225.588000', '230225.590000', '230225.593000', '230225.596000', '230225.598000', '230225.601000', '230225.603000', '230225.606000', '230225.608000', '230225.611000', '230225.614000', '230225.616000', '230225.619000', '230225.621000', '230225.624000', '230225.626000', '230225.629000', '230225.632000', '230225.634000', '230225.637000', '230225.639000', '230225.642000', '230225.644000', '230225.647000', '230225.650000', '230225.652000', '230225.655000', '230225.657000', '230225.660000', '230225.662000', '230225.665000', '230225.668000', '230225.670000', '230225.673000', '230225.676000', '230225.678000', '230225.681000', '230225.683000', '230225.686000', '230225.689000', '230225.691000', '230225.694000', '230225.696000', '230245.587000', '230245.590000', '230245.593000', '230245.596000', '230245.598000', '230245.601000', '230245.603000', '230245.606000', '230245.608000', '230245.611000', '230245.614000', '230245.616000', '230245.619000', '230245.621000', '230245.624000', '230245.626000', '230245.629000', '230245.631000', '230245.634000', '230245.637000', '230245.639000', '230245.642000', '230245.644000', '230245.647000', '230245.649000', '230245.652000', '230245.654000', '230245.657000', '230245.659000', '230245.662000', '230245.665000', '230245.667000', '230245.670000', '230245.672000', '230245.675000', '230245.677000', '230245.680000', '230245.682000', '230245.685000', '230245.688000', '230245.690000', '230245.693000', '230245.695000', '230245.698000', '230305.588000', '230305.591000', '230305.594000', '230305.596000', '230305.599000', '230305.602000', '230305.604000', '230305.607000', '230305.609000', '230305.612000', '230305.614000', '230305.617000', '230305.619000', '230305.622000', '230305.625000', '230305.627000', '230305.630000', '230305.632000', '230305.635000', '230305.638000', '230305.640000', '230305.643000', '230305.645000', '230305.648000', '230305.650000', '230305.653000', '230305.655000', '230305.658000', '230305.660000', '230305.663000', '230305.666000', '230305.668000', '230305.671000', '230305.673000', '230305.676000', '230305.678000', '230305.681000', '230305.684000', '230305.686000', '230305.689000', '230305.691000', '230305.694000', '230305.696000', '230325.588000', '230325.592000', '230325.595000', '230325.597000', '230325.600000', '230325.603000', '230325.605000', '230325.608000', '230325.610000', '230325.613000', '230325.615000', '230325.618000', '230325.621000', '230325.623000', '230325.626000', '230325.628000', '230325.631000', '230325.633000', '230325.636000', '230325.639000', '230325.641000', '230325.644000', '230325.647000', '230325.649000', '230325.652000', '230325.654000', '230325.657000', '230325.659000', '230325.662000', '230325.665000', '230325.667000', '230325.670000', '230325.672000', '230325.675000', '230325.677000', '230325.680000', '230325.682000', '230325.685000', '230325.688000', '230325.690000', '230325.693000', '230325.696000', '230325.698000', '230325.715000', '230345.589000', '230345.591000', '230345.594000', '230345.597000', '230345.599000', '230345.602000', '230345.604000', '230345.607000', '230345.609000', '230345.612000', '230345.615000', '230345.617000', '230345.620000', '230345.622000', '230345.625000', '230345.627000', '230345.630000', '230345.633000', '230345.635000', '230345.638000', '230345.640000', '230345.643000', '230345.645000', '230345.648000', '230345.651000', '230345.653000', '230345.656000', '230345.658000', '230345.661000', '230345.664000', '230345.666000', '230345.669000', '230345.671000', '230345.674000', '230345.677000', '230345.679000', '230345.682000', '230345.684000', '230345.687000', '230345.689000', '230345.692000', '230345.695000', '230345.697000', '230405.588000', '230405.592000', '230405.594000', '230405.597000', '230405.600000', '230405.602000', '230405.605000', '230405.607000', '230405.610000', '230405.612000', '230405.615000', '230405.618000', '230405.620000', '230405.623000', '230405.625000', '230405.628000', '230405.631000', '230405.633000', '230405.636000', '230405.638000', '230405.641000', '230405.643000', '230405.646000', '230405.649000', '230405.651000', '230405.654000', '230405.656000', '230405.659000', '230405.661000', '230405.664000', '230405.667000', '230405.669000', '230405.672000', '230405.674000', '230405.677000', '230405.679000', '230405.682000', '230405.685000', '230405.687000', '230405.690000', '230405.692000', '230405.695000', '230405.698000', '230425.589000', '230425.592000', '230425.595000', '230425.597000', '230425.600000', '230425.602000', '230425.605000', '230425.608000', '230425.610000', '230425.613000', '230425.615000', '230425.618000', '230425.620000', '230425.623000', '230425.626000', '230425.628000', '230425.631000', '230425.633000', '230425.636000', '230425.638000', '230425.641000', '230425.644000', '230425.646000', '230425.649000', '230425.651000', '230425.654000', '230425.657000', '230425.659000', '230425.662000', '230425.665000', '230425.667000', '230425.670000', '230425.672000', '230425.675000', '230425.677000', '230425.680000', '230425.682000', '230425.685000', '230425.688000', '230425.690000', '230425.693000', '230425.696000', '230425.698000', '230425.701000', '230445.587000', '230445.590000', '230445.593000', '230445.595000', '230445.598000', '230445.601000', '230445.603000', '230445.606000', '230445.608000', '230445.611000', '230445.614000', '230445.616000', '230445.619000', '230445.621000', '230445.624000', '230445.627000', '230445.630000', '230445.632000', '230445.635000', '230445.638000', '230445.640000', '230445.643000', '230445.645000', '230445.648000', '230445.651000', '230445.653000', '230445.656000', '230445.658000', '230445.661000', '230445.664000', '230445.666000', '230445.669000', '230445.671000', '230445.674000', '230445.676000', '230445.679000', '230445.682000', '230445.685000', '230445.687000', '230445.690000', '230445.693000', '230445.695000', '230445.698000', '230505.588000', '230505.590000', '230505.593000', '230505.596000', '230505.598000', '230505.601000', '230505.603000', '230505.606000', '230505.616000', '230505.619000', '230505.622000', '230505.624000', '230505.627000', '230505.630000', '230505.632000', '230505.635000', '230505.637000', '230505.640000', '230505.643000', '230505.645000', '230505.648000', '230505.650000', '230505.653000', '230505.655000', '230505.658000', '230505.673000', '230505.675000', '230505.678000', '230505.680000', '230505.683000', '230505.686000', '230505.688000', '230505.691000', '230505.693000', '230505.696000', '230505.699000', '230505.701000', '230505.704000', '230505.706000', '230505.709000', '230505.711000', '230505.714000', '230505.717000', '230505.719000', '230525.588000', '230525.591000', '230525.594000', '230525.597000', '230525.599000', '230525.602000', '230525.604000', '230525.607000', '230525.610000', '230525.612000', '230525.615000', '230525.618000', '230525.620000', '230525.623000', '230525.625000', '230525.628000', '230525.630000', '230525.633000', '230525.635000', '230525.638000', '230525.641000', '230525.643000', '230525.646000', '230525.648000', '230525.651000', '230525.654000', '230525.656000', '230525.659000', '230525.661000', '230525.664000', '230525.667000', '230525.669000', '230525.672000', '230525.674000', '230525.677000', '230525.680000', '230525.682000', '230525.685000', '230525.688000', '230525.690000', '230525.693000', '230525.695000', '230525.698000', '230545.589000', '230545.592000', '230545.594000', '230545.597000', '230545.599000', '230545.602000', '230545.605000', '230545.607000', '230545.610000', '230545.613000', '230545.615000', '230545.618000', '230545.621000', '230545.623000', '230545.626000', '230545.628000', '230545.631000', '230545.634000', '230545.636000', '230545.639000', '230545.641000', '230545.644000', '230545.646000', '230545.649000', '230545.652000', '230545.654000', '230545.657000', '230545.659000', '230545.662000', '230545.665000', '230545.667000', '230545.670000', '230545.672000', '230545.675000', '230545.678000', '230545.680000', '230545.683000', '230545.685000', '230545.688000', '230545.691000', '230545.693000', '230545.696000', '230545.698000', '230545.701000', '230605.589000', '230605.591000', '230605.594000', '230605.597000', '230605.599000', '230605.602000', '230605.604000', '230605.607000', '230605.610000', '230605.612000', '230605.615000', '230605.617000', '230605.620000', '230605.623000', '230605.625000', '230605.628000', '230605.630000', '230605.633000', '230605.635000', '230605.638000', '230605.641000', '230605.643000', '230605.646000', '230605.648000', '230605.651000', '230605.654000', '230605.656000', '230605.659000', '230605.662000', '230605.664000', '230605.667000', '230605.670000', '230605.673000', '230605.676000', '230605.678000', '230605.681000', '230605.683000', '230605.686000', '230605.689000', '230605.692000', '230605.695000', '230605.697000', '230605.700000', '230625.588000', '230625.591000', '230625.594000', '230625.597000', '230625.599000', '230625.602000', '230625.604000', '230625.607000', '230625.610000', '230625.612000', '230625.615000', '230625.618000', '230625.620000', '230625.623000', '230625.625000', '230625.628000', '230625.631000', '230625.633000', '230625.636000', '230625.638000', '230625.641000', '230625.644000', '230625.646000', '230625.649000', '230625.651000', '230625.654000', '230625.657000', '230625.659000', '230625.662000', '230625.664000', '230625.667000', '230625.676000', '230625.679000', '230625.682000', '230625.684000', '230625.687000', '230625.689000', '230625.692000', '230625.695000', '230625.697000', '230625.700000', '230625.702000', '230625.705000', '230625.707000', '230645.589000', '230645.592000', '230645.594000', '230645.597000', '230645.599000', '230645.604000', '230645.607000', '230645.609000', '230645.612000', '230645.614000', '230645.617000', '230645.640000', '230645.643000', '230645.645000', '230645.648000', '230645.651000', '230645.653000', '230645.656000', '230645.658000', '230645.661000', '230645.664000', '230645.666000', '230645.669000', '230645.672000', '230645.674000', '230645.677000', '230645.680000', '230645.682000', '230645.685000', '230645.688000', '230645.690000', '230645.693000', '230645.695000', '230645.698000', '230645.701000', '230645.703000', '230645.706000', '230645.708000', '230645.711000', '230645.714000', '230645.716000', '230645.719000', '230645.721000', '230705.588000', '230705.590000', '230705.593000', '230705.596000', '230705.598000', '230705.601000', '230705.603000', '230705.606000', '230705.609000', '230705.611000', '230705.614000', '230705.616000', '230705.619000', '230705.622000', '230705.624000', '230705.627000', '230705.629000', '230705.632000', '230705.634000', '230705.637000', '230705.640000', '230705.642000', '230705.645000', '230705.648000', '230705.650000', '230705.653000', '230705.655000', '230705.658000', '230705.660000', '230705.663000', '230705.665000', '230705.668000', '230705.671000', '230705.673000', '230705.676000', '230705.679000', '230705.681000', '230705.684000', '230705.686000', '230705.689000', '230705.691000', '230705.694000', '230705.696000', '230705.699000', '230725.588000', '230725.590000', '230725.593000', '230725.596000', '230725.598000', '230725.601000', '230725.603000', '230725.606000', '230725.608000', '230725.611000', '230725.614000', '230725.616000', '230725.619000', '230725.621000', '230725.624000', '230725.626000', '230725.629000', '230725.632000', '230725.634000', '230725.637000', '230725.639000', '230725.642000', '230725.645000', '230725.647000', '230725.650000', '230725.652000', '230725.655000', '230725.658000', '230725.660000', '230725.663000', '230725.666000', '230725.668000', '230725.671000', '230725.674000', '230725.677000', '230725.679000', '230725.682000', '230725.684000', '230725.687000', '230725.689000', '230725.692000', '230725.695000', '230725.697000', '230745.588000', '230745.591000', '230745.594000', '230745.596000', '230745.599000', '230745.602000', '230745.604000', '230745.607000', '230745.610000', '230745.612000', '230745.615000', '230745.617000', '230745.620000', '230745.622000', '230745.625000', '230745.627000', '230745.630000', '230745.633000', '230745.635000', '230745.638000', '230745.640000', '230745.643000', '230745.646000', '230745.648000', '230745.651000', '230745.653000', '230745.656000', '230745.658000', '230745.661000', '230745.664000', '230745.666000', '230745.669000', '230745.671000', '230745.674000', '230745.677000', '230745.679000', '230745.682000', '230745.685000', '230745.687000', '230745.690000', '230745.692000', '230745.695000', '230745.697000', '230745.700000', '230805.588000', '230805.591000', '230805.608000', '230805.611000', '230805.613000', '230805.616000', '230805.618000', '230805.621000', '230805.623000', '230805.626000', '230805.629000', '230805.631000', '230805.634000', '230805.636000', '230805.639000', '230805.641000', '230805.644000', '230805.647000', '230805.649000', '230805.652000', '230805.654000', '230805.657000', '230805.659000', '230805.662000', '230805.664000', '230805.667000', '230805.670000', '230805.672000', '230805.675000', '230805.677000', '230805.680000', '230805.683000', '230805.685000', '230805.688000', '230805.690000', '230805.693000', '230805.696000', '230805.698000', '230805.701000', '230805.703000', '230805.706000', '230805.709000', '230805.712000', '230825.589000', '230825.591000', '230825.594000', '230825.597000', '230825.599000', '230825.602000', '230825.605000', '230825.607000', '230825.610000', '230825.612000', '230825.615000', '230825.618000', '230825.620000', '230825.623000', '230825.626000', '230825.628000', '230825.631000', '230825.633000', '230825.636000', '230825.639000', '230825.641000', '230825.644000', '230825.646000', '230825.649000', '230825.652000', '230825.654000', '230825.657000', '230825.659000', '230825.662000', '230825.664000', '230825.667000', '230825.670000', '230825.672000', '230825.675000', '230825.677000', '230825.680000', '230825.682000', '230825.685000', '230825.688000', '230825.690000', '230825.693000', '230825.695000', '230825.698000', '230825.700000', '230845.589000', '230845.592000', '230845.594000', '230845.597000', '230845.599000', '230845.602000', '230845.605000', '230845.607000', '230845.610000', '230845.612000', '230845.615000', '230845.617000', '230845.620000', '230845.622000', '230845.625000', '230845.628000', '230845.630000', '230845.633000', '230845.636000', '230845.638000', '230845.641000', '230845.643000', '230845.646000', '230845.648000', '230845.651000', '230845.653000', '230845.656000', '230845.659000', '230845.661000', '230845.664000', '230845.667000', '230845.669000', '230845.672000', '230845.674000', '230845.677000', '230845.679000', '230845.682000', '230845.685000', '230845.687000', '230845.690000', '230845.693000', '230845.695000', '230845.698000', '230855.817000', '230855.820000', '230855.823000', '230855.826000', '230855.829000', '230855.831000', '230855.834000', '230855.837000', '230855.839000', '230855.842000', '230855.845000', '230855.848000', '230855.850000', '230855.853000', '230855.856000', '230855.859000', '230855.862000', '230855.864000', '230855.867000', '230855.870000', '230855.873000', '230855.875000', '230855.878000'], '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], 'LargestImagePixelValue': [10364, 12296, 10647, 11833, 10526, 12164, 10319, 11787, 9741, 9189, 9787, 8624, 10247, 9207, 11052, 10104, 11921, 10236, 10172, 9941, 8865, 11116, 9699, 12791, 10842, 9002, 10976, 9662, 11567, 10844, 9241, 13439, 10941, 13214, 10564, 9872, 12271, 10123, 13750, 11010, 10119, 13821, 10148, 12210, 10679, 9815, 11306, 8009, 10615, 9266, 17283, 12033, 16136, 13507, 16913, 12237, 14715, 10768, 10335, 10032, 8640, 10576, 10109, 10619, 10263, 10834, 9940, 8865, 10903, 10047, 10338, 9735, 9063, 11325, 9833, 12095, 10864, 12932, 10580, 11708, 10078, 8697, 10494, 8934, 10475, 9296, 11037, 9477, 11174, 10509, 11540, 10621, 11533, 10263, 11317, 9902, 11246, 9932, 8789, 9481, 8313, 9663, 8469, 10162, 9554, 10732, 9841, 11255, 10203, 12048, 10506, 12237, 10478, 11518, 9948, 9043, 9776, 8559, 9950, 8536, 10752, 8827, 11395, 10140, 12127, 10759, 14363, 11318, 11646, 10870, 10867, 11022, 9760, 11762, 9711, 12305, 9767, 13331, 10297, 14188, 11135, 13609, 11179, 13402, 11338, 13986, 11428, 13848, 11528, 13730, 11040, 14590, 10914, 12491, 10580, 12382, 10532, 10381, 10053, 9893, 10064, 9541, 9715, 8533, 11246, 8888, 11319, 9099, 12114, 9480, 12370, 10446, 12998, 10811, 13056, 10992, 13825, 11297, 12105, 10593, 9412, 11305, 9175, 12235, 9635, 12382, 10758, 13040, 11306, 14142, 11141, 13995, 11005, 12742, 10685, 9266, 10737, 8756, 10988, 9152, 11400, 9737, 11738, 10475, 12575, 10866, 12862, 10827, 12768, 10778, 10196, 9994, 8567, 10345, 8734, 10629, 8890, 11223, 9435, 11194, 10133, 11740, 10458, 11145, 10534, 11468, 10337, 11739, 10111, 9544, 9655, 9218, 10264, 8663, 11497, 8931, 11623, 9531, 12315, 9176, 12188, 9812, 12477, 10780, 13020, 11014, 12676, 10973, 13018, 11228, 12836, 10864, 9704, 10142, 8923, 11065, 8735, 11666, 9951, 12372, 10424, 9132, 10679, 9399, 12642, 10475, 8939, 12081, 10255, 12954, 10927, 9454, 12293, 9381, 14050, 10893, 14022, 11720, 14944, 11478, 10366, 11107, 9283, 11735, 9138, 12518, 10005, 12360, 11102, 13206, 11054, 11076, 10422, 8887, 11142, 8929, 11809, 9251, 12034, 9734, 12075, 11191, 14032, 11355, 10749, 10397, 9048, 11392, 9128, 12068, 9032, 12131, 10758, 12524, 11060, 13247, 11328, 9819, 10352, 9083, 11249, 9119, 11667, 9197, 11953, 9282, 12095, 10194, 12212, 10683, 12192, 11136, 12333, 10910, 12779, 10699, 10791, 10060, 10704, 10033, 9639, 10470, 8625, 11422, 9164, 11721, 9287, 11748, 9248, 12199, 9117, 11694, 9401, 12301, 9753, 12536, 10624, 13041, 10551, 13094, 10780, 12828, 10844, 12473, 11067, 12384, 10928, 12981, 10912, 11851, 10753, 13109, 10625, 13097, 10452, 12316, 10474, 12140, 10641, 11815, 10436, 11918, 10418, 11523, 10197, 11424, 10210, 11334, 10256, 11372, 10426, 11607, 10116, 11305, 10294, 11534, 10593, 12132, 10569, 11942, 10533, 11414, 10256, 9353, 10672, 9316, 10700, 8823, 12251, 8995, 12237, 9966, 12525, 10725, 13223, 10904, 13338, 11036, 13311, 11072, 13483, 10672, 13346, 11205, 13002, 11291, 11997, 10748, 9273, 11947, 8939, 12359, 8668, 12686, 9045, 12926, 9100, 13208, 9769, 13425, 10820, 12906, 11225, 13346, 10792, 13080, 10699, 13338, 11194, 11647, 10459, 9453, 11130, 9019, 11854, 8922, 12540, 9725, 12557, 10414, 13598, 11046, 9566, 11870, 9637, 13507, 10731, 9105, 13312, 10112, 13657, 11426, 12103, 11344, 9053, 12745, 9385, 13145, 9612, 13323, 9702, 13079, 10585, 13392, 11349, 13042, 11056, 12434, 10812, 9237, 12020, 8704, 12225, 9360, 12636, 9009, 12759, 9429, 12311, 10381, 12685, 10662, 12416, 10738, 12825, 10906, 13339, 10883, 13219, 10873, 12394, 10597, 10286, 10922, 9518, 11843, 8637, 12277, 9268, 12166, 9521, 12747, 10722, 12671, 10642, 12823, 11052, 11414, 10337, 9079, 10916, 8897, 11383, 8626, 12025, 9016, 11806, 9310, 12301, 8846, 12447, 9713, 12633, 9942, 12683, 10090, 12532, 10697, 12400, 10686, 12619, 10653, 12839, 10719, 12722, 10822, 10025, 10709, 8852, 10991, 8734, 12427, 9145, 12751, 9303, 13287, 9591, 13031, 10022, 12403, 9619, 13125, 10765, 8992, 12368, 8708, 12433, 10318, 10824, 11631, 8840, 13702, 10507, 14736, 11524, 13086, 11434, 10356, 12255, 9095, 13118, 10225, 9161, 11170, 8971, 12778, 11284, 17365, 14237, 13468, 14259, 10242, 17288, 13343, 14829, 11500, 10310, 10606, 10108, 13838, 11319, 13444, 10315, 14017, 12246, 16644, 13163, 15574, 10966, 14962, 11064, 11493, 10995, 9463, 10477, 9502, 10830, 9082, 10048, 9129, 10316, 8589, 10690, 9168, 10692, 9204, 8851, 10071, 8394, 10494, 8676, 9140, 8561, 8680, 10787, 9042, 9443, 10358, 9377, 11274, 10110, 12585, 11013, 13709, 11081, 12679, 10552, 12707, 10681, 9343, 9938, 8651, 9894, 8394, 10261, 8635, 10760, 9484, 11252, 9968, 11624, 10174, 12021, 10618, 12895, 10620, 11882, 10206, 9348, 10030, 8928, 10461, 9132, 11237, 8901, 11670, 9140, 11826, 9221, 11763, 9500, 11956, 9129, 11447, 9234, 11114, 9147, 11521, 8869, 11143, 8936, 11082, 9214, 11117, 9318, 11000, 9535, 11544, 9490, 11233, 9337, 11040, 8854, 11026, 9063, 10871, 8772, 10963, 8677, 10483, 8367, 10476, 8290, 10515, 8360, 9809, 8759, 9860, 8315, 9803, 8541, 9702, 8319, 9841, 8621, 10072, 10364, 9823, 12240, 10389, 13991, 10558, 13130, 10767, 12916, 10961, 12835, 10816, 13708, 10786, 13940, 10604, 13441, 10649, 13528, 10715, 13156, 10582, 12515, 10760, 13819, 11099, 12233, 10898, 11373, 10634, 10942, 10509, 9972, 10584, 9354, 10489, 9170, 10702, 8792, 11000, 8790, 10921, 9113, 11312, 8698, 11343, 9102, 11558, 9193, 11780, 9225, 11944, 9151, 11776, 9157, 11711, 8835, 11215, 8966, 11029, 8903, 11279, 8628, 10927, 8974, 11013, 8688, 11521, 9065, 11797, 8855, 11262, 8985, 11604, 9080, 11753, 9213, 11869, 9704, 12485, 10407, 13300, 10968, 13829, 11234, 14330, 11171, 14330, 11114, 14480, 11108, 14215, 10925, 11285, 10747, 11658, 10421, 10114, 10757, 9111, 11052, 9180, 11017, 9030, 11644, 9258, 11854, 9731, 12737, 10601, 12848, 11065, 13652, 11034, 13819, 11026, 9923, 10411, 9270, 10698, 9029, 11531, 9153, 12098, 10312, 13129, 10916, 13280, 10991, 12949, 11037, 15098, 11296, 10996, 10482, 8857, 10600, 9027, 11403, 9358, 11859, 10695, 13031, 11093, 12219, 10947, 9932, 10414, 10014, 10937, 9228, 11680, 9596, 12273, 10566, 13843, 11232, 13900, 11327, 12008, 10822, 9406, 11259, 9422, 11982, 9721, 12957, 10279, 13398, 11010, 13161, 11019, 14223, 11345, 13982, 10970, 11373, 10655, 9955, 11004, 9174, 11985, 10180, 12461, 10379, 11460, 10802, 9231, 12960, 10665, 10109, 10421, 9085, 11326, 9328, 11927, 10070, 12299, 10422, 13399, 11295, 12701, 11166, 12833, 10987, 10514, 10022, 8770, 10595, 8786, 10383, 8742, 11068, 9249, 11390, 9787, 11885, 10513, 12546, 11109, 13720, 10915, 10141, 10371, 9016, 10908, 8785, 11754, 9798, 12535, 11202, 15396, 11804, 11502, 11019, 9643, 12140, 10116, 14069, 10416, 14210, 11430, 15347, 12457, 14391, 12039, 9476, 12503, 10318, 15560, 11297, 10252, 14803, 10922, 15266, 12060, 9991, 12644, 10336, 11724, 11148, 10146, 13865, 10879, 13528, 10949, 10500, 11846, 10466, 13379, 11045, 12995, 11330, 12744, 11158, 12992, 11707, 11806, 10534, 11406], 'WindowCenter': [4277.0, 4267.0, 4245.0, 4242.0, 4230.0, 4239.0, 4231.0, 4238.0, 4219.0, 4207.0, 4219.0, 4210.0, 4218.0, 4208.0, 4228.0, 4219.0, 4241.0, 4275.0, 4257.0, 4220.0, 4206.0, 4228.0, 4234.0, 4252.0, 4242.0, 4220.0, 4242.0, 4220.0, 4242.0, 4230.0, 4224.0, 4265.0, 4244.0, 4264.0, 4244.0, 4246.0, 4263.0, 4232.0, 4262.0, 4243.0, 4232.0, 4262.0, 4231.0, 4252.0, 4247.0, 4246.0, 4229.0, 4216.0, 4242.0, 4223.0, 4272.0, 4228.0, 4246.0, 4239.0, 4246.0, 4216.0, 4234.0, 4204.0, 4204.0, 4191.0, 4169.0, 4189.0, 4189.0, 4201.0, 4204.0, 4226.0, 4206.0, 4196.0, 4217.0, 4220.0, 4217.0, 4208.0, 4212.0, 4228.0, 4219.0, 4238.0, 4228.0, 4240.0, 4231.0, 4229.0, 4207.0, 4185.0, 4217.0, 4198.0, 4219.0, 4207.0, 4218.0, 4207.0, 4227.0, 4230.0, 4240.0, 4229.0, 4229.0, 4230.0, 4227.0, 4220.0, 4230.0, 4220.0, 4198.0, 4208.0, 4199.0, 4221.0, 4198.0, 4219.0, 4208.0, 4228.0, 4220.0, 4240.0, 4220.0, 4237.0, 4231.0, 4238.0, 4231.0, 4240.0, 4220.0, 4208.0, 4221.0, 4198.0, 4219.0, 4210.0, 4230.0, 4209.0, 4240.0, 4230.0, 4251.0, 4242.0, 4261.0, 4241.0, 4241.0, 4231.0, 4231.0, 4232.0, 4218.0, 4239.0, 4219.0, 4240.0, 4222.0, 4250.0, 4220.0, 4249.0, 4228.0, 4248.0, 4228.0, 4248.0, 4229.0, 4248.0, 4227.0, 4246.0, 4228.0, 4249.0, 4240.0, 4259.0, 4229.0, 4237.0, 4229.0, 4240.0, 4230.0, 4217.0, 4219.0, 4216.0, 4220.0, 4219.0, 4208.0, 4197.0, 4230.0, 4207.0, 4231.0, 4209.0, 4239.0, 4219.0, 4240.0, 4230.0, 4248.0, 4229.0, 4250.0, 4227.0, 4250.0, 4241.0, 4237.0, 4229.0, 4207.0, 4230.0, 4208.0, 4238.0, 4207.0, 4236.0, 4227.0, 4247.0, 4227.0, 4247.0, 4227.0, 4246.0, 4229.0, 4235.0, 4215.0, 4193.0, 4216.0, 4196.0, 4216.0, 4194.0, 4225.0, 4206.0, 4227.0, 4229.0, 4237.0, 4226.0, 4235.0, 4218.0, 4238.0, 4228.0, 4216.0, 4216.0, 4196.0, 4216.0, 4198.0, 4217.0, 4196.0, 4226.0, 4207.0, 4226.0, 4228.0, 4238.0, 4228.0, 4227.0, 4229.0, 4238.0, 4230.0, 4238.0, 4228.0, 4217.0, 4218.0, 4211.0, 4220.0, 4197.0, 4240.0, 4207.0, 4240.0, 4219.0, 4238.0, 4208.0, 4239.0, 4217.0, 4239.0, 4229.0, 4248.0, 4230.0, 4239.0, 4229.0, 4250.0, 4230.0, 4239.0, 4227.0, 4206.0, 4219.0, 4207.0, 4228.0, 4197.0, 4238.0, 4218.0, 4250.0, 4231.0, 4221.0, 4241.0, 4221.0, 4251.0, 4231.0, 4210.0, 4251.0, 4230.0, 4251.0, 4242.0, 4220.0, 4241.0, 4224.0, 4263.0, 4231.0, 4247.0, 4228.0, 4259.0, 4228.0, 4217.0, 4227.0, 4208.0, 4237.0, 4209.0, 4239.0, 4218.0, 4236.0, 4228.0, 4249.0, 4229.0, 4226.0, 4218.0, 4196.0, 4228.0, 4209.0, 4229.0, 4208.0, 4237.0, 4208.0, 4238.0, 4240.0, 4248.0, 4228.0, 4228.0, 4218.0, 4199.0, 4239.0, 4207.0, 4239.0, 4208.0, 4238.0, 4228.0, 4238.0, 4231.0, 4249.0, 4230.0, 4217.0, 4218.0, 4210.0, 4229.0, 4207.0, 4227.0, 4207.0, 4228.0, 4209.0, 4240.0, 4219.0, 4236.0, 4217.0, 4238.0, 4228.0, 4238.0, 4230.0, 4236.0, 4218.0, 4227.0, 4218.0, 4228.0, 4219.0, 4208.0, 4228.0, 4198.0, 4239.0, 4209.0, 4240.0, 4209.0, 4238.0, 4207.0, 4238.0, 4197.0, 4238.0, 4208.0, 4239.0, 4218.0, 4239.0, 4228.0, 4247.0, 4231.0, 4249.0, 4228.0, 4237.0, 4229.0, 4237.0, 4230.0, 4240.0, 4228.0, 4237.0, 4229.0, 4239.0, 4229.0, 4248.0, 4229.0, 4236.0, 4217.0, 4238.0, 4228.0, 4238.0, 4230.0, 4237.0, 4228.0, 4237.0, 4228.0, 4238.0, 4217.0, 4226.0, 4228.0, 4227.0, 4231.0, 4239.0, 4230.0, 4240.0, 4231.0, 4238.0, 4233.0, 4241.0, 4229.0, 4239.0, 4230.0, 4240.0, 4231.0, 4238.0, 4230.0, 4219.0, 4230.0, 4220.0, 4230.0, 4209.0, 4250.0, 4209.0, 4249.0, 4233.0, 4250.0, 4240.0, 4251.0, 4230.0, 4251.0, 4241.0, 4262.0, 4239.0, 4249.0, 4227.0, 4248.0, 4242.0, 4248.0, 4241.0, 4239.0, 4242.0, 4220.0, 4240.0, 4209.0, 4250.0, 4211.0, 4253.0, 4210.0, 4251.0, 4209.0, 4250.0, 4220.0, 4252.0, 4230.0, 4250.0, 4240.0, 4248.0, 4229.0, 4249.0, 4231.0, 4251.0, 4230.0, 4228.0, 4228.0, 4208.0, 4231.0, 4209.0, 4239.0, 4208.0, 4249.0, 4219.0, 4252.0, 4241.0, 4249.0, 4241.0, 4231.0, 4251.0, 4230.0, 4260.0, 4244.0, 4221.0, 4262.0, 4232.0, 4263.0, 4243.0, 4240.0, 4232.0, 4207.0, 4251.0, 4220.0, 4250.0, 4207.0, 4239.0, 4206.0, 4249.0, 4217.0, 4248.0, 4229.0, 4237.0, 4230.0, 4251.0, 4228.0, 4206.0, 4240.0, 4198.0, 4239.0, 4207.0, 4240.0, 4198.0, 4238.0, 4209.0, 4239.0, 4218.0, 4239.0, 4218.0, 4238.0, 4229.0, 4237.0, 4228.0, 4237.0, 4230.0, 4238.0, 4229.0, 4237.0, 4217.0, 4205.0, 4218.0, 4209.0, 4227.0, 4196.0, 4240.0, 4207.0, 4238.0, 4208.0, 4237.0, 4229.0, 4238.0, 4231.0, 4238.0, 4230.0, 4227.0, 4220.0, 4196.0, 4229.0, 4208.0, 4228.0, 4198.0, 4239.0, 4209.0, 4240.0, 4208.0, 4238.0, 4197.0, 4238.0, 4209.0, 4239.0, 4217.0, 4236.0, 4218.0, 4235.0, 4229.0, 4238.0, 4218.0, 4236.0, 4228.0, 4247.0, 4232.0, 4247.0, 4230.0, 4216.0, 4229.0, 4209.0, 4228.0, 4197.0, 4251.0, 4207.0, 4248.0, 4209.0, 4249.0, 4217.0, 4248.0, 4218.0, 4199.0, 4222.0, 4248.0, 4229.0, 4210.0, 4252.0, 4198.0, 4251.0, 4231.0, 4243.0, 4256.0, 4236.0, 4277.0, 4256.0, 4286.0, 4253.0, 4263.0, 4254.0, 4233.0, 4253.0, 4209.0, 4247.0, 4231.0, 4208.0, 4229.0, 4211.0, 4252.0, 4242.0, 4284.0, 4262.0, 4251.0, 4262.0, 4220.0, 4270.0, 4251.0, 4248.0, 4231.0, 4208.0, 4207.0, 4221.0, 4250.0, 4231.0, 4225.0, 4192.0, 4212.0, 4202.0, 4218.0, 4198.0, 4207.0, 4178.0, 4207.0, 4176.0, 4173.0, 4162.0, 4140.0, 4150.0, 4140.0, 4172.0, 4142.0, 4164.0, 4154.0, 4175.0, 4154.0, 4176.0, 4168.0, 4176.0, 4167.0, 4171.0, 4191.0, 4172.0, 4201.0, 4184.0, 4193.0, 4184.0, 4186.0, 4216.0, 4200.0, 4223.0, 4220.0, 4208.0, 4228.0, 4219.0, 4228.0, 4229.0, 4249.0, 4229.0, 4237.0, 4230.0, 4238.0, 4217.0, 4196.0, 4207.0, 4185.0, 4207.0, 4199.0, 4219.0, 4197.0, 4229.0, 4208.0, 4228.0, 4221.0, 4240.0, 4219.0, 4240.0, 4231.0, 4250.0, 4230.0, 4240.0, 4220.0, 4207.0, 4218.0, 4199.0, 4230.0, 4210.0, 4229.0, 4208.0, 4229.0, 4206.0, 4239.0, 4210.0, 4228.0, 4206.0, 4228.0, 4196.0, 4228.0, 4207.0, 4228.0, 4206.0, 4226.0, 4195.0, 4226.0, 4211.0, 4227.0, 4208.0, 4229.0, 4208.0, 4228.0, 4220.0, 4238.0, 4219.0, 4229.0, 4208.0, 4230.0, 4209.0, 4230.0, 4209.0, 4231.0, 4199.0, 4229.0, 4210.0, 4229.0, 4198.0, 4228.0, 4198.0, 4229.0, 4200.0, 4222.0, 4200.0, 4220.0, 4199.0, 4230.0, 4210.0, 4221.0, 4210.0, 4232.0, 4210.0, 4231.0, 4232.0, 4232.0, 4250.0, 4231.0, 4260.0, 4230.0, 4250.0, 4229.0, 4249.0, 4230.0, 4250.0, 4241.0, 4258.0, 4232.0, 4258.0, 4232.0, 4249.0, 4231.0, 4260.0, 4232.0, 4249.0, 4232.0, 4250.0, 4231.0, 4261.0, 4230.0, 4237.0, 4229.0, 4228.0, 4229.0, 4229.0, 4231.0, 4219.0, 4229.0, 4207.0, 4230.0, 4207.0, 4228.0, 4198.0, 4228.0, 4199.0, 4231.0, 4208.0, 4229.0, 4210.0, 4230.0, 4211.0, 4240.0, 4220.0, 4241.0, 4208.0, 4239.0, 4220.0, 4240.0, 4218.0, 4238.0, 4208.0, 4228.0, 4210.0, 4229.0, 4210.0, 4228.0, 4209.0, 4231.0, 4208.0, 4230.0, 4209.0, 4241.0, 4209.0, 4240.0, 4208.0, 4231.0, 4209.0, 4239.0, 4210.0, 4239.0, 4221.0, 4240.0, 4221.0, 4249.0, 4232.0, 4250.0, 4243.0, 4262.0, 4244.0, 4260.0, 4242.0, 4261.0, 4242.0, 4274.0, 4242.0, 4262.0, 4242.0, 4240.0, 4231.0, 4242.0, 4231.0, 4218.0, 4231.0, 4208.0, 4240.0, 4220.0, 4230.0, 4209.0, 4240.0, 4211.0, 4253.0, 4233.0, 4251.0, 4230.0, 4249.0, 4240.0, 4261.0, 4242.0, 4251.0, 4231.0, 4219.0, 4232.0, 4222.0, 4232.0, 4209.0, 4240.0, 4220.0, 4250.0, 4231.0, 4250.0, 4231.0, 4249.0, 4231.0, 4250.0, 4242.0, 4261.0, 4231.0, 4231.0, 4231.0, 4208.0, 4231.0, 4211.0, 4241.0, 4222.0, 4241.0, 4232.0, 4261.0, 4242.0, 4251.0, 4232.0, 4219.0, 4230.0, 4232.0, 4230.0, 4210.0, 4239.0, 4219.0, 4240.0, 4231.0, 4249.0, 4242.0, 4250.0, 4231.0, 4251.0, 4231.0, 4209.0, 4232.0, 4211.0, 4240.0, 4221.0, 4252.0, 4230.0, 4249.0, 4230.0, 4249.0, 4231.0, 4260.0, 4240.0, 4248.0, 4232.0, 4228.0, 4230.0, 4218.0, 4228.0, 4207.0, 4239.0, 4218.0, 4239.0, 4232.0, 4240.0, 4242.0, 4223.0, 4251.0, 4232.0, 4220.0, 4231.0, 4222.0, 4241.0, 4210.0, 4239.0, 4219.0, 4241.0, 4231.0, 4248.0, 4228.0, 4237.0, 4228.0, 4237.0, 4230.0, 4218.0, 4220.0, 4197.0, 4229.0, 4211.0, 4229.0, 4211.0, 4229.0, 4209.0, 4241.0, 4232.0, 4240.0, 4231.0, 4250.0, 4243.0, 4262.0, 4231.0, 4231.0, 4231.0, 4209.0, 4240.0, 4211.0, 4240.0, 4233.0, 4250.0, 4244.0, 4273.0, 4242.0, 4242.0, 4231.0, 4220.0, 4242.0, 4219.0, 4261.0, 4230.0, 4250.0, 4241.0, 4261.0, 4241.0, 4263.0, 4252.0, 4219.0, 4252.0, 4233.0, 4273.0, 4242.0, 4236.0, 4262.0, 4232.0, 4262.0, 4243.0, 4222.0, 4251.0, 4233.0, 4241.0, 4232.0, 4222.0, 4265.0, 4246.0, 4253.0, 4234.0, 4221.0, 4231.0, 4223.0, 4241.0, 4230.0, 4240.0, 4219.0, 4240.0, 4232.0, 4239.0, 4230.0, 4228.0, 4221.0, 4231.0], 'WindowWidth': [9475.0, 9443.0, 9406.0, 9398.0, 9378.0, 9389.0, 9379.0, 9383.0, 9359.0, 9340.0, 9360.0, 9350.0, 9357.0, 9344.0, 9369.0, 9359.0, 9395.0, 9464.0, 9427.0, 9360.0, 9337.0, 9367.0, 9387.0, 9411.0, 9397.0, 9363.0, 9396.0, 9364.0, 9393.0, 9378.0, 9377.0, 9435.0, 9403.0, 9429.0, 9407.0, 9414.0, 9433.0, 9386.0, 9427.0, 9402.0, 9384.0, 9427.0, 9381.0, 9410.0, 9413.0, 9409.0, 9373.0, 9367.0, 9397.0, 9372.0, 9436.0, 9370.0, 9390.0, 9383.0, 9389.0, 9347.0, 9368.0, 9328.0, 9330.0, 9305.0, 9272.0, 9298.0, 9301.0, 9318.0, 9332.0, 9365.0, 9335.0, 9322.0, 9351.0, 9360.0, 9352.0, 9340.0, 9352.0, 9369.0, 9358.0, 9381.0, 9368.0, 9388.0, 9379.0, 9371.0, 9339.0, 9307.0, 9351.0, 9327.0, 9358.0, 9338.0, 9353.0, 9341.0, 9366.0, 9376.0, 9390.0, 9373.0, 9371.0, 9376.0, 9368.0, 9364.0, 9375.0, 9360.0, 9328.0, 9343.0, 9333.0, 9363.0, 9330.0, 9357.0, 9343.0, 9368.0, 9362.0, 9389.0, 9361.0, 9381.0, 9376.0, 9383.0, 9378.0, 9389.0, 9362.0, 9343.0, 9363.0, 9329.0, 9360.0, 9351.0, 9374.0, 9347.0, 9388.0, 9375.0, 9407.0, 9397.0, 9419.0, 9395.0, 9391.0, 9380.0, 9380.0, 9381.0, 9358.0, 9388.0, 9358.0, 9391.0, 9367.0, 9407.0, 9361.0, 9403.0, 9370.0, 9398.0, 9369.0, 9397.0, 9373.0, 9397.0, 9369.0, 9393.0, 9370.0, 9400.0, 9390.0, 9413.0, 9374.0, 9381.0, 9372.0, 9389.0, 9375.0, 9353.0, 9360.0, 9351.0, 9364.0, 9362.0, 9344.0, 9328.0, 9374.0, 9340.0, 9378.0, 9348.0, 9387.0, 9358.0, 9387.0, 9375.0, 9399.0, 9372.0, 9400.0, 9369.0, 9403.0, 9393.0, 9381.0, 9372.0, 9339.0, 9374.0, 9343.0, 9384.0, 9340.0, 9378.0, 9367.0, 9395.0, 9367.0, 9393.0, 9366.0, 9392.0, 9373.0, 9375.0, 9349.0, 9315.0, 9349.0, 9325.0, 9352.0, 9319.0, 9363.0, 9337.0, 9365.0, 9372.0, 9378.0, 9365.0, 9373.0, 9355.0, 9383.0, 9369.0, 9349.0, 9351.0, 9322.0, 9352.0, 9331.0, 9354.0, 9325.0, 9364.0, 9338.0, 9366.0, 9372.0, 9383.0, 9370.0, 9366.0, 9373.0, 9386.0, 9377.0, 9384.0, 9372.0, 9354.0, 9359.0, 9352.0, 9362.0, 9329.0, 9389.0, 9341.0, 9390.0, 9361.0, 9386.0, 9344.0, 9387.0, 9355.0, 9387.0, 9374.0, 9397.0, 9374.0, 9384.0, 9373.0, 9402.0, 9374.0, 9385.0, 9368.0, 9338.0, 9359.0, 9341.0, 9371.0, 9328.0, 9386.0, 9359.0, 9405.0, 9380.0, 9368.0, 9395.0, 9370.0, 9408.0, 9379.0, 9350.0, 9406.0, 9379.0, 9409.0, 9395.0, 9362.0, 9392.0, 9373.0, 9424.0, 9376.0, 9394.0, 9368.0, 9414.0, 9368.0, 9352.0, 9365.0, 9339.0, 9380.0, 9345.0, 9384.0, 9354.0, 9377.0, 9367.0, 9400.0, 9372.0, 9364.0, 9355.0, 9324.0, 9368.0, 9344.0, 9371.0, 9341.0, 9381.0, 9341.0, 9383.0, 9389.0, 9396.0, 9370.0, 9367.0, 9356.0, 9330.0, 9386.0, 9341.0, 9385.0, 9343.0, 9381.0, 9369.0, 9383.0, 9377.0, 9399.0, 9374.0, 9352.0, 9356.0, 9348.0, 9372.0, 9340.0, 9368.0, 9339.0, 9368.0, 9345.0, 9386.0, 9358.0, 9377.0, 9354.0, 9381.0, 9369.0, 9384.0, 9374.0, 9379.0, 9356.0, 9366.0, 9357.0, 9373.0, 9360.0, 9342.0, 9372.0, 9330.0, 9386.0, 9346.0, 9391.0, 9346.0, 9383.0, 9341.0, 9383.0, 9325.0, 9385.0, 9347.0, 9386.0, 9356.0, 9386.0, 9370.0, 9396.0, 9381.0, 9403.0, 9371.0, 9379.0, 9373.0, 9380.0, 9375.0, 9388.0, 9371.0, 9382.0, 9372.0, 9385.0, 9374.0, 9401.0, 9373.0, 9379.0, 9355.0, 9383.0, 9371.0, 9383.0, 9373.0, 9380.0, 9371.0, 9380.0, 9373.0, 9384.0, 9356.0, 9364.0, 9370.0, 9369.0, 9381.0, 9387.0, 9377.0, 9389.0, 9377.0, 9385.0, 9384.0, 9390.0, 9374.0, 9386.0, 9375.0, 9389.0, 9379.0, 9384.0, 9376.0, 9359.0, 9376.0, 9363.0, 9376.0, 9346.0, 9403.0, 9347.0, 9402.0, 9386.0, 9405.0, 9391.0, 9406.0, 9377.0, 9403.0, 9393.0, 9423.0, 9388.0, 9399.0, 9368.0, 9397.0, 9394.0, 9398.0, 9391.0, 9387.0, 9395.0, 9362.0, 9390.0, 9349.0, 9403.0, 9350.0, 9409.0, 9349.0, 9406.0, 9347.0, 9402.0, 9364.0, 9407.0, 9376.0, 9405.0, 9391.0, 9397.0, 9375.0, 9399.0, 9379.0, 9406.0, 9376.0, 9370.0, 9370.0, 9342.0, 9376.0, 9346.0, 9385.0, 9343.0, 9399.0, 9361.0, 9406.0, 9395.0, 9402.0, 9393.0, 9380.0, 9406.0, 9377.0, 9419.0, 9402.0, 9367.0, 9424.0, 9381.0, 9427.0, 9400.0, 9390.0, 9381.0, 9341.0, 9404.0, 9362.0, 9401.0, 9338.0, 9384.0, 9334.0, 9398.0, 9352.0, 9394.0, 9373.0, 9380.0, 9375.0, 9405.0, 9369.0, 9337.0, 9385.0, 9328.0, 9384.0, 9339.0, 9386.0, 9327.0, 9381.0, 9346.0, 9384.0, 9354.0, 9383.0, 9355.0, 9380.0, 9372.0, 9380.0, 9367.0, 9379.0, 9372.0, 9383.0, 9373.0, 9379.0, 9353.0, 9332.0, 9353.0, 9343.0, 9364.0, 9322.0, 9385.0, 9338.0, 9382.0, 9342.0, 9378.0, 9373.0, 9379.0, 9375.0, 9382.0, 9373.0, 9366.0, 9360.0, 9323.0, 9372.0, 9342.0, 9368.0, 9329.0, 9385.0, 9345.0, 9387.0, 9342.0, 9382.0, 9327.0, 9380.0, 9344.0, 9385.0, 9353.0, 9376.0, 9353.0, 9374.0, 9372.0, 9380.0, 9356.0, 9377.0, 9368.0, 9395.0, 9380.0, 9395.0, 9374.0, 9352.0, 9370.0, 9347.0, 9369.0, 9327.0, 9404.0, 9340.0, 9398.0, 9345.0, 9399.0, 9354.0, 9395.0, 9358.0, 9307.0, 9363.0, 9394.0, 9372.0, 9349.0, 9406.0, 9330.0, 9404.0, 9379.0, 9397.0, 9420.0, 9396.0, 9454.0, 9423.0, 9467.0, 9415.0, 9428.0, 9417.0, 9387.0, 9413.0, 9347.0, 9394.0, 9378.0, 9343.0, 9373.0, 9352.0, 9412.0, 9395.0, 9458.0, 9425.0, 9407.0, 9426.0, 9364.0, 9435.0, 9408.0, 9396.0, 9378.0, 9339.0, 9334.0, 9361.0, 9400.0, 9376.0, 9359.0, 9306.0, 9332.0, 9319.0, 9335.0, 9305.0, 9316.0, 9280.0, 9313.0, 9270.0, 9262.0, 9244.0, 9210.0, 9224.0, 9212.0, 9259.0, 9221.0, 9253.0, 9240.0, 9271.0, 9244.0, 9272.0, 9266.0, 9274.0, 9262.0, 9276.0, 9302.0, 9280.0, 9317.0, 9299.0, 9310.0, 9298.0, 9309.0, 9347.0, 9334.0, 9368.0, 9359.0, 9341.0, 9366.0, 9356.0, 9366.0, 9370.0, 9397.0, 9371.0, 9378.0, 9374.0, 9385.0, 9351.0, 9320.0, 9337.0, 9306.0, 9338.0, 9333.0, 9358.0, 9328.0, 9372.0, 9343.0, 9370.0, 9365.0, 9388.0, 9359.0, 9388.0, 9379.0, 9400.0, 9377.0, 9389.0, 9361.0, 9341.0, 9357.0, 9331.0, 9374.0, 9348.0, 9373.0, 9342.0, 9372.0, 9338.0, 9385.0, 9346.0, 9371.0, 9337.0, 9367.0, 9323.0, 9366.0, 9340.0, 9369.0, 9336.0, 9365.0, 9322.0, 9365.0, 9351.0, 9369.0, 9343.0, 9373.0, 9344.0, 9371.0, 9365.0, 9385.0, 9360.0, 9374.0, 9344.0, 9375.0, 9350.0, 9376.0, 9346.0, 9377.0, 9333.0, 9373.0, 9349.0, 9372.0, 9330.0, 9372.0, 9330.0, 9373.0, 9337.0, 9366.0, 9335.0, 9364.0, 9332.0, 9377.0, 9351.0, 9366.0, 9349.0, 9382.0, 9351.0, 9382.0, 9383.0, 9381.0, 9402.0, 9379.0, 9417.0, 9377.0, 9403.0, 9374.0, 9399.0, 9376.0, 9404.0, 9393.0, 9413.0, 9381.0, 9413.0, 9381.0, 9402.0, 9381.0, 9418.0, 9382.0, 9401.0, 9381.0, 9403.0, 9378.0, 9419.0, 9375.0, 9381.0, 9373.0, 9368.0, 9372.0, 9373.0, 9376.0, 9358.0, 9372.0, 9341.0, 9374.0, 9341.0, 9371.0, 9330.0, 9371.0, 9334.0, 9379.0, 9344.0, 9374.0, 9348.0, 9375.0, 9351.0, 9389.0, 9362.0, 9390.0, 9344.0, 9387.0, 9363.0, 9390.0, 9358.0, 9384.0, 9343.0, 9371.0, 9349.0, 9374.0, 9349.0, 9372.0, 9345.0, 9376.0, 9344.0, 9377.0, 9350.0, 9392.0, 9346.0, 9389.0, 9344.0, 9379.0, 9345.0, 9386.0, 9347.0, 9387.0, 9365.0, 9393.0, 9366.0, 9403.0, 9381.0, 9403.0, 9397.0, 9424.0, 9401.0, 9418.0, 9397.0, 9421.0, 9395.0, 9442.0, 9397.0, 9421.0, 9395.0, 9388.0, 9377.0, 9395.0, 9379.0, 9357.0, 9378.0, 9344.0, 9390.0, 9364.0, 9378.0, 9347.0, 9391.0, 9351.0, 9411.0, 9386.0, 9405.0, 9378.0, 9401.0, 9391.0, 9422.0, 9396.0, 9405.0, 9380.0, 9360.0, 9379.0, 9369.0, 9382.0, 9346.0, 9390.0, 9363.0, 9404.0, 9380.0, 9403.0, 9379.0, 9401.0, 9379.0, 9403.0, 9395.0, 9420.0, 9378.0, 9376.0, 9378.0, 9346.0, 9379.0, 9353.0, 9393.0, 9369.0, 9392.0, 9383.0, 9423.0, 9397.0, 9405.0, 9382.0, 9360.0, 9378.0, 9381.0, 9376.0, 9347.0, 9388.0, 9358.0, 9390.0, 9379.0, 9400.0, 9393.0, 9402.0, 9377.0, 9405.0, 9378.0, 9346.0, 9381.0, 9350.0, 9391.0, 9367.0, 9410.0, 9376.0, 9401.0, 9376.0, 9400.0, 9379.0, 9418.0, 9390.0, 9399.0, 9380.0, 9369.0, 9375.0, 9358.0, 9371.0, 9343.0, 9387.0, 9357.0, 9387.0, 9380.0, 9391.0, 9398.0, 9374.0, 9409.0, 9384.0, 9361.0, 9377.0, 9370.0, 9392.0, 9347.0, 9388.0, 9357.0, 9390.0, 9378.0, 9396.0, 9368.0, 9378.0, 9370.0, 9381.0, 9374.0, 9355.0, 9359.0, 9327.0, 9374.0, 9352.0, 9374.0, 9350.0, 9374.0, 9346.0, 9391.0, 9381.0, 9387.0, 9380.0, 9402.0, 9397.0, 9421.0, 9380.0, 9377.0, 9378.0, 9346.0, 9391.0, 9352.0, 9391.0, 9381.0, 9403.0, 9400.0, 9439.0, 9396.0, 9392.0, 9379.0, 9362.0, 9397.0, 9360.0, 9421.0, 9375.0, 9403.0, 9391.0, 9420.0, 9391.0, 9428.0, 9410.0, 9359.0, 9408.0, 9388.0, 9445.0, 9395.0, 9390.0, 9421.0, 9381.0, 9423.0, 9396.0, 9367.0, 9403.0, 9383.0, 9390.0, 9379.0, 9368.0, 9431.0, 9406.0, 9410.0, 9385.0, 9361.0, 9377.0, 9367.0, 9390.0, 9372.0, 9386.0, 9355.0, 9384.0, 9377.0, 9383.0, 9370.0, 9367.0, 9364.0, 9377.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.011352669950738917</td></tr>
<tr><td colspan=3>aqi</td><td>0.039044912610837444</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.68869543351091</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.28515366948718</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1675894274161744</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>4579.0977</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13853545004941303</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.428571428571429</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.683330076935896</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6723985726486896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897984294543034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4796073636159655</td></tr>
<tr><td colspan=3>gcor</td><td>0.00956106</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0008693952695466578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021593594923615456</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1015</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.856037149014366</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>19.5292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.4799</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299189.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.7415</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.6126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.0821</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.0409</td></tr>
<tr><td colspan=3>tsnr</td><td>30.861005775630474</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>