<?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-0101_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>baa71ac0d7ba02eb996b60bd206dec76</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>17:21:50.050000</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.997683, 0.0497582, 0.0463887, -0.0423387, 0.987916, -0.149096]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.125375</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7229, 8, -163, -104, -48, 52]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1c9902bd-6d92-412c-a498-a428a1971c9b||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.6767115592956543, -0.11359155178070068, 0.1437666267156601, 112.74873352050781], [-0.13349772989749908, 2.650506019592285, -0.3963238596916199, -81.69607543945312], [0.12445750832557678, 0.40001380443573, 2.666881799697876, -113.70865631103516], [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, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['172150.050000', '172150.510000', '172150.970000', '172151.430000', '172151.890000', '172152.350000', '172152.810000', '172153.270000', '172153.730000', '172154.190000', '172154.650000', '172155.110000', '172155.570000', '172156.030000', '172156.490000', '172156.950000', '172157.410000', '172157.870000', '172158.330000', '172158.790000', '172159.250000', '172159.710000', '172200.170000', '172200.630000', '172201.090000', '172201.550000', '172202.010000', '172202.470000', '172202.930000', '172203.390000', '172203.850000', '172204.310000', '172204.770000', '172205.230000', '172205.690000', '172206.150000', '172206.610000', '172207.070000', '172207.530000', '172207.990000', '172208.450000', '172208.910000', '172209.370000', '172209.830000', '172210.290000', '172210.750000', '172211.210000', '172211.670000', '172212.130000', '172212.590000', '172213.050000', '172213.510000', '172213.970000', '172214.430000', '172214.890000', '172215.350000', '172215.810000', '172216.270000', '172216.730000', '172217.190000', '172217.650000', '172218.110000', '172218.570000', '172219.030000', '172219.490000', '172219.950000', '172220.410000', '172220.870000', '172221.330000', '172221.790000', '172222.250000', '172222.710000', '172223.170000', '172223.630000', '172224.090000', '172224.550000', '172225.010000', '172225.470000', '172225.930000', '172226.390000', '172226.850000', '172227.310000', '172227.770000', '172228.230000', '172228.690000', '172229.150000', '172229.610000', '172230.070000', '172230.530000', '172230.990000', '172231.450000', '172231.910000', '172232.370000', '172232.830000', '172233.290000', '172233.750000', '172234.210000', '172234.670000', '172235.130000', '172235.590000', '172236.050000', '172236.510000', '172236.970000', '172237.430000', '172237.890000', '172238.350000', '172238.810000', '172239.270000', '172239.730000', '172240.190000', '172240.650000', '172241.110000', '172241.570000', '172242.030000', '172242.490000', '172242.950000', '172243.410000', '172243.870000', '172244.330000', '172244.790000', '172245.250000', '172245.710000', '172246.170000', '172246.630000', '172247.090000', '172247.550000', '172248.010000', '172248.470000', '172248.930000', '172249.390000', '172249.850000', '172250.310000', '172250.770000', '172251.230000', '172251.690000', '172252.150000', '172252.610000', '172253.070000', '172253.530000', '172253.990000', '172254.450000', '172254.910000', '172255.370000', '172255.830000', '172256.290000', '172256.750000', '172257.210000', '172257.670000', '172258.130000', '172258.590000', '172259.050000', '172259.510000', '172259.970000', '172300.430000', '172300.890000', '172301.350000', '172301.810000', '172302.270000', '172302.730000', '172303.190000', '172303.650000', '172304.110000', '172304.570000', '172305.030000', '172305.490000', '172305.950000', '172306.410000', '172306.870000', '172307.330000', '172307.790000', '172308.250000', '172308.710000', '172309.170000', '172309.630000', '172310.090000', '172310.550000', '172311.010000', '172311.470000', '172311.930000', '172312.390000', '172312.850000', '172313.310000', '172313.770000', '172314.230000', '172314.690000', '172315.150000', '172315.610000', '172316.070000', '172316.530000', '172316.990000', '172317.450000', '172317.910000', '172318.370000', '172318.830000', '172319.290000', '172319.750000', '172320.210000', '172320.670000', '172321.130000', '172321.590000', '172322.050000', '172322.510000', '172322.970000', '172323.430000', '172323.890000', '172324.350000', '172324.810000', '172325.270000', '172325.730000', '172326.190000', '172326.650000', '172327.110000', '172327.570000', '172328.030000', '172328.490000', '172328.950000', '172329.410000', '172329.870000', '172330.330000', '172330.790000', '172331.250000', '172331.710000', '172332.170000', '172332.630000', '172333.090000', '172333.550000', '172334.010000', '172334.470000', '172334.930000', '172335.390000', '172335.850000', '172336.310000', '172336.770000', '172337.230000', '172337.690000', '172338.150000', '172338.610000', '172339.070000', '172339.530000', '172339.990000', '172340.450000', '172340.910000', '172341.370000', '172341.830000', '172342.290000', '172342.750000', '172343.210000', '172343.670000', '172344.130000', '172344.590000', '172345.050000', '172345.510000', '172345.970000', '172346.430000', '172346.890000', '172347.350000', '172347.810000', '172348.270000', '172348.730000', '172349.190000', '172349.650000', '172350.110000', '172350.570000', '172351.030000', '172351.490000', '172351.950000', '172352.410000', '172352.870000', '172353.330000', '172353.790000', '172354.250000', '172354.710000', '172355.170000', '172355.630000', '172356.090000', '172356.550000', '172357.010000', '172357.470000', '172357.930000', '172358.390000', '172358.850000', '172359.310000', '172359.770000', '172400.230000', '172400.690000', '172401.150000', '172401.610000', '172402.070000', '172402.530000', '172402.990000', '172403.450000', '172403.910000', '172404.370000', '172404.830000', '172405.290000', '172405.750000', '172406.210000', '172406.670000', '172407.130000', '172407.590000', '172408.050000', '172408.510000', '172408.970000', '172409.430000', '172409.890000', '172410.350000', '172410.810000', '172411.270000', '172411.730000', '172412.190000', '172412.650000', '172413.110000', '172413.570000', '172414.030000', '172414.490000', '172414.950000', '172415.410000', '172415.870000', '172416.330000', '172416.790000', '172417.250000', '172417.710000', '172418.170000', '172418.630000', '172419.090000', '172419.550000', '172420.010000', '172420.470000', '172420.930000', '172421.390000', '172421.850000', '172422.310000', '172422.770000', '172423.230000', '172423.690000', '172424.150000', '172424.610000', '172425.070000', '172425.530000', '172425.990000', '172426.450000', '172426.910000', '172427.370000', '172427.830000', '172428.290000', '172428.750000', '172429.210000', '172429.670000', '172430.130000', '172430.590000', '172431.050000', '172431.510000', '172431.970000', '172432.430000', '172432.890000', '172433.350000', '172433.810000', '172434.270000', '172434.730000', '172435.190000', '172435.650000', '172436.110000', '172436.570000', '172437.030000', '172437.490000', '172437.950000', '172438.410000', '172438.870000', '172439.330000', '172439.790000', '172440.250000', '172440.710000', '172441.170000', '172441.630000', '172442.090000', '172442.550000', '172443.010000', '172443.470000', '172443.930000', '172444.390000', '172444.850000', '172445.310000', '172445.770000', '172446.230000', '172446.690000', '172447.150000', '172447.610000', '172448.070000', '172448.530000', '172448.990000', '172449.450000', '172449.910000', '172450.370000', '172450.830000', '172451.290000', '172451.750000', '172452.210000', '172452.670000', '172453.130000', '172453.590000', '172454.050000', '172454.510000', '172454.970000', '172455.430000', '172455.890000', '172456.350000', '172456.810000', '172457.270000', '172457.730000', '172458.190000', '172458.650000', '172459.110000', '172459.570000', '172500.030000', '172500.490000', '172500.950000', '172501.410000', '172501.870000', '172502.330000', '172502.790000', '172503.250000', '172503.710000', '172504.170000', '172504.630000', '172505.090000', '172505.550000', '172506.010000', '172506.470000', '172506.930000', '172507.390000', '172507.850000', '172508.310000', '172508.770000', '172509.230000', '172509.690000', '172510.150000', '172510.610000', '172511.070000', '172511.530000', '172511.990000', '172512.450000', '172512.910000', '172513.370000', '172513.830000', '172514.290000', '172514.750000', '172515.210000', '172515.670000', '172516.130000', '172516.590000', '172517.050000', '172517.510000', '172517.970000', '172518.430000', '172518.890000', '172519.350000', '172519.810000', '172520.270000', '172520.730000', '172521.190000', '172521.650000', '172522.110000', '172522.570000', '172523.030000', '172523.490000', '172523.950000', '172524.410000', '172524.870000', '172525.330000', '172525.790000', '172526.250000', '172526.710000', '172527.170000', '172527.630000', '172528.090000', '172528.550000', '172529.010000', '172529.470000', '172529.930000', '172530.390000', '172530.850000', '172531.310000', '172531.770000', '172532.230000', '172532.690000', '172533.150000', '172533.610000', '172534.070000', '172534.530000', '172534.990000', '172535.450000', '172535.910000', '172536.370000', '172536.830000', '172537.290000', '172537.750000', '172538.210000', '172538.670000', '172539.130000', '172539.590000', '172540.050000', '172540.510000', '172540.970000', '172541.430000', '172541.890000', '172542.350000', '172542.810000', '172543.270000', '172543.730000', '172544.190000', '172544.650000', '172545.110000', '172545.570000', '172546.030000', '172546.490000', '172546.950000', '172547.410000', '172547.870000', '172548.330000', '172548.790000', '172549.250000', '172549.710000', '172550.170000', '172550.630000', '172551.090000', '172551.550000', '172552.010000', '172552.470000', '172552.930000', '172553.390000', '172553.850000', '172554.310000', '172554.770000', '172555.230000', '172555.690000', '172556.150000', '172556.610000', '172557.070000', '172557.530000', '172557.990000', '172558.450000', '172558.910000', '172559.370000', '172559.830000', '172600.290000', '172600.750000', '172601.210000', '172601.670000', '172602.130000', '172602.590000', '172603.050000', '172603.510000', '172603.970000', '172604.430000', '172604.890000', '172605.350000', '172605.810000', '172606.270000', '172606.730000', '172607.190000', '172607.650000', '172608.110000', '172608.570000', '172609.030000', '172609.490000', '172609.950000', '172610.410000', '172610.870000', '172611.330000', '172611.790000', '172612.250000', '172612.710000', '172613.170000', '172613.630000', '172614.090000', '172614.550000', '172615.010000', '172615.470000', '172615.930000', '172616.390000', '172616.850000', '172617.310000', '172617.770000', '172618.230000', '172618.690000', '172619.150000', '172619.610000', '172620.070000', '172620.530000', '172620.990000', '172621.450000', '172621.910000', '172622.370000', '172622.830000', '172623.290000', '172623.750000', '172624.210000', '172624.670000', '172625.130000', '172625.590000', '172626.050000', '172626.510000', '172626.970000', '172627.430000', '172627.890000', '172628.350000', '172628.810000', '172629.270000', '172629.730000', '172630.190000', '172630.650000', '172631.110000', '172631.570000', '172632.030000', '172632.490000', '172632.950000', '172633.410000', '172633.870000', '172634.330000', '172634.790000', '172635.250000', '172635.710000', '172636.170000', '172636.630000', '172637.090000', '172637.550000', '172638.010000', '172638.470000', '172638.930000', '172639.390000', '172639.850000', '172640.310000', '172640.770000', '172641.230000', '172641.690000', '172642.150000', '172642.610000', '172643.070000', '172643.530000', '172643.990000', '172644.450000', '172644.910000', '172645.370000', '172645.830000', '172646.290000', '172646.750000', '172647.210000', '172647.670000', '172648.130000', '172648.590000', '172649.050000', '172649.510000', '172649.970000', '172650.430000', '172650.890000', '172651.350000', '172651.810000', '172652.270000', '172652.730000', '172653.190000', '172653.650000', '172654.110000', '172654.570000', '172655.030000', '172655.490000', '172655.950000', '172656.410000', '172656.870000', '172657.330000', '172657.790000', '172658.250000', '172658.710000', '172659.170000', '172659.630000', '172700.090000', '172700.550000', '172701.010000', '172701.470000', '172701.930000', '172702.390000', '172702.850000', '172703.310000', '172703.770000', '172704.230000', '172704.690000', '172705.150000', '172705.610000', '172706.070000', '172706.530000', '172706.990000', '172707.450000', '172707.910000', '172708.370000', '172708.830000', '172709.290000', '172709.750000', '172710.210000', '172710.670000', '172711.130000', '172711.590000', '172712.050000', '172712.510000', '172712.970000', '172713.430000', '172713.890000', '172714.350000', '172714.810000', '172715.270000', '172715.730000', '172716.190000', '172716.650000', '172717.110000', '172717.570000', '172718.030000', '172718.490000', '172718.950000', '172719.410000', '172719.870000', '172720.330000', '172720.790000', '172721.250000', '172721.710000', '172722.170000', '172722.630000', '172723.090000', '172723.550000', '172724.010000', '172724.470000', '172724.930000', '172725.390000', '172725.850000', '172726.310000', '172726.770000', '172727.230000', '172727.690000', '172728.150000', '172728.610000', '172729.070000', '172729.530000', '172729.990000', '172730.450000', '172730.910000', '172731.370000', '172731.830000', '172732.290000', '172732.750000', '172733.210000', '172733.670000', '172734.130000', '172734.590000', '172735.050000', '172735.510000', '172735.970000', '172736.430000', '172736.890000', '172737.350000', '172737.810000', '172738.270000', '172738.730000', '172739.190000', '172739.650000', '172740.110000', '172740.570000', '172741.030000', '172741.490000', '172741.950000', '172742.410000', '172742.870000', '172743.330000', '172743.790000', '172744.250000', '172744.710000', '172745.170000', '172745.630000', '172746.090000', '172746.550000', '172747.010000', '172747.470000', '172747.930000', '172748.390000', '172748.850000', '172749.310000', '172749.770000', '172750.230000', '172750.690000', '172751.150000', '172751.610000', '172752.070000', '172752.530000', '172752.990000', '172753.450000', '172753.910000', '172754.370000', '172754.830000', '172755.290000', '172755.750000', '172756.210000', '172756.670000', '172757.130000', '172757.590000', '172758.050000', '172758.510000', '172758.970000', '172759.430000', '172759.890000', '172800.350000', '172800.810000', '172801.270000', '172801.730000', '172802.190000', '172802.650000', '172803.110000', '172803.570000', '172804.030000', '172804.490000', '172804.950000', '172805.410000', '172805.870000', '172806.330000', '172806.790000', '172807.250000', '172807.710000', '172808.170000', '172808.630000', '172809.090000', '172809.550000', '172810.010000', '172810.470000', '172810.930000', '172811.390000', '172811.850000', '172812.310000', '172812.770000', '172813.230000', '172813.690000', '172814.150000', '172814.610000', '172815.070000', '172815.530000', '172815.990000', '172816.450000', '172816.910000', '172817.370000', '172817.830000', '172818.290000', '172818.750000', '172819.210000', '172819.670000', '172820.130000', '172820.590000', '172821.050000', '172821.510000', '172821.970000', '172822.430000', '172822.890000', '172823.350000', '172823.810000', '172824.270000', '172824.730000', '172825.190000', '172825.650000', '172826.110000', '172826.570000', '172827.030000', '172827.490000', '172827.950000', '172828.410000', '172828.870000', '172829.330000', '172829.790000', '172830.250000', '172830.710000', '172831.170000', '172831.630000', '172832.090000', '172832.550000', '172833.010000', '172833.470000', '172833.930000', '172834.390000', '172834.850000', '172835.310000', '172835.770000', '172836.230000', '172836.690000', '172837.150000', '172837.610000', '172838.070000', '172838.530000', '172838.990000', '172839.450000', '172839.910000', '172840.370000', '172840.830000', '172841.290000', '172841.750000', '172842.210000', '172842.670000', '172843.130000', '172843.590000', '172844.050000', '172844.510000', '172844.970000', '172845.430000', '172845.890000', '172846.350000', '172846.810000', '172847.270000', '172847.730000', '172848.190000', '172848.650000', '172849.110000', '172849.570000', '172850.030000', '172850.490000', '172850.950000', '172851.410000', '172851.870000', '172852.330000', '172852.790000', '172853.250000', '172853.710000', '172854.170000', '172854.630000', '172855.090000', '172855.550000', '172856.010000', '172856.470000', '172856.930000', '172857.390000', '172857.850000', '172858.310000', '172858.770000', '172859.230000', '172859.690000', '172900.150000', '172900.610000', '172901.070000', '172901.530000', '172901.990000', '172902.450000', '172902.910000', '172903.370000', '172903.830000', '172904.290000', '172904.750000', '172905.210000', '172905.670000', '172906.130000', '172906.590000', '172907.050000', '172907.510000', '172907.970000', '172908.430000', '172908.890000', '172909.350000', '172909.810000', '172910.270000', '172910.730000', '172911.190000', '172911.650000', '172912.110000', '172912.570000', '172913.030000', '172913.490000', '172913.950000', '172914.410000', '172914.870000', '172915.330000', '172915.790000', '172916.250000', '172916.710000', '172917.170000', '172917.630000', '172918.090000', '172918.550000', '172919.010000', '172919.470000', '172919.930000', '172920.390000', '172920.850000', '172921.310000', '172921.770000', '172922.230000', '172922.690000', '172923.150000', '172923.610000', '172924.070000', '172924.530000', '172924.990000', '172925.450000', '172925.910000', '172926.370000', '172926.830000', '172927.290000', '172927.750000', '172928.210000', '172928.670000', '172929.130000', '172929.590000', '172930.050000', '172930.510000', '172930.970000', '172931.430000', '172931.890000', '172932.350000', '172932.810000', '172933.270000', '172933.730000', '172934.190000', '172934.650000', '172935.110000', '172935.570000', '172936.030000', '172936.490000', '172936.950000', '172937.410000', '172937.870000', '172938.330000', '172938.790000', '172939.250000', '172939.710000', '172940.170000', '172940.630000', '172941.090000', '172941.550000', '172942.010000', '172942.470000', '172942.930000', '172943.390000', '172943.850000', '172944.310000', '172944.770000', '172945.230000', '172945.690000', '172946.150000', '172946.610000', '172947.070000', '172947.530000', '172947.990000', '172948.450000', '172948.910000', '172949.370000', '172949.830000', '172950.290000', '172950.750000', '172951.210000', '172951.670000', '172952.130000', '172952.590000', '172953.050000', '172953.510000', '172953.970000', '172954.430000', '172954.890000', '172955.350000', '172955.810000', '172956.270000', '172956.730000', '172957.190000', '172957.650000', '172958.110000', '172958.570000', '172959.030000', '172959.490000', '172959.950000', '173000.410000', '173000.870000', '173001.330000', '173001.790000', '173002.250000', '173002.710000', '173003.170000', '173003.630000', '173004.090000', '173004.550000', '173005.010000', '173005.470000', '173005.930000', '173006.390000', '173006.850000', '173007.310000', '173007.770000', '173008.230000', '173008.690000', '173009.150000', '173009.610000', '173010.070000', '173010.530000', '173010.990000', '173011.450000', '173011.910000', '173012.370000', '173012.830000', '173013.290000', '173013.750000', '173014.210000', '173014.670000', '173015.130000', '173015.590000', '173016.050000', '173016.510000', '173016.970000', '173017.430000', '173017.890000', '173018.350000', '173018.810000', '173019.270000', '173019.730000', '173020.190000', '173020.650000', '173021.110000', '173021.570000', '173022.030000', '173022.490000', '173022.950000', '173023.410000', '173023.870000', '173024.330000', '173024.790000', '173025.250000', '173025.710000', '173026.170000', '173026.630000', '173027.090000', '173027.550000', '173028.010000', '173028.470000', '173028.930000', '173029.390000', '173029.850000', '173030.310000', '173030.770000', '173031.230000', '173031.690000', '173032.150000', '173032.610000', '173033.070000', '173033.530000', '173033.990000', '173034.450000', '173034.910000', '173035.370000', '173035.830000', '173036.290000', '173036.750000', '173037.210000', '173037.670000', '173038.130000', '173038.590000', '173039.050000', '173039.510000', '173039.970000', '173040.430000', '173040.890000', '173041.350000', '173041.810000'], 'ContentTime': ['172217.627000', '172217.630000', '172217.633000', '172217.636000', '172217.639000', '172217.642000', '172217.644000', '172217.647000', '172217.649000', '172217.652000', '172217.655000', '172217.657000', '172217.660000', '172217.663000', '172217.665000', '172217.668000', '172217.677000', '172217.680000', '172217.682000', '172217.685000', '172217.687000', '172217.690000', '172217.693000', '172217.695000', '172217.698000', '172217.700000', '172217.703000', '172217.705000', '172217.708000', '172217.711000', '172217.713000', '172217.716000', '172217.718000', '172217.721000', '172217.723000', '172217.726000', '172217.729000', '172217.731000', '172217.734000', '172217.736000', '172217.739000', '172217.741000', '172217.744000', '172217.747000', '172217.749000', '172217.752000', '172217.754000', '172217.757000', '172217.759000', '172217.762000', '172217.765000', '172217.794000', '172217.797000', '172217.799000', '172217.802000', '172217.804000', '172217.807000', '172237.595000', '172237.597000', '172237.600000', '172237.603000', '172237.605000', '172237.614000', '172237.617000', '172237.619000', '172237.622000', '172237.624000', '172237.627000', '172237.629000', '172237.632000', '172237.635000', '172237.637000', '172237.640000', '172237.642000', '172237.645000', '172237.648000', '172237.650000', '172237.653000', '172237.655000', '172237.658000', '172237.661000', '172237.663000', '172237.666000', '172237.668000', '172237.671000', '172237.674000', '172237.676000', '172237.679000', '172237.682000', '172237.684000', '172237.687000', '172237.689000', '172237.692000', '172237.694000', '172237.697000', '172237.700000', '172237.702000', '172237.705000', '172237.707000', '172237.710000', '172257.594000', '172257.597000', '172257.600000', '172257.602000', '172257.605000', '172257.608000', '172257.610000', '172257.613000', '172257.620000', '172257.622000', '172257.625000', '172257.628000', '172257.630000', '172257.633000', '172257.635000', '172257.638000', '172257.641000', '172257.643000', '172257.646000', '172257.649000', '172257.651000', '172257.654000', '172257.656000', '172257.659000', '172257.662000', '172257.664000', '172257.667000', '172257.669000', '172257.672000', '172257.674000', '172257.677000', '172257.680000', '172257.682000', '172257.685000', '172257.687000', '172257.690000', '172257.693000', '172257.695000', '172257.698000', '172257.700000', '172257.703000', '172257.706000', '172257.708000', '172317.593000', '172317.596000', '172317.599000', '172317.601000', '172317.604000', '172317.607000', '172317.609000', '172317.612000', '172317.614000', '172317.617000', '172317.627000', '172317.630000', '172317.633000', '172317.635000', '172317.638000', '172317.640000', '172317.643000', '172317.646000', '172317.648000', '172317.651000', '172317.653000', '172317.656000', '172317.659000', '172317.661000', '172317.664000', '172317.667000', '172317.669000', '172317.672000', '172317.674000', '172317.677000', '172317.679000', '172317.682000', '172317.685000', '172317.687000', '172317.690000', '172317.693000', '172317.695000', '172317.698000', '172317.701000', '172317.703000', '172317.706000', '172317.708000', '172317.711000', '172317.714000', '172337.593000', '172337.596000', '172337.599000', '172337.602000', '172337.607000', '172337.610000', '172337.612000', '172337.615000', '172337.618000', '172337.620000', '172337.623000', '172337.625000', '172337.628000', '172337.631000', '172337.633000', '172337.636000', '172337.638000', '172337.641000', '172337.644000', '172337.646000', '172337.649000', '172337.651000', '172337.654000', '172337.657000', '172337.671000', '172337.674000', '172337.677000', '172337.679000', '172337.682000', '172337.684000', '172337.687000', '172337.690000', '172337.692000', '172337.695000', '172337.697000', '172337.700000', '172337.703000', '172337.705000', '172337.708000', '172337.710000', '172337.713000', '172337.716000', '172337.718000', '172357.593000', '172357.596000', '172357.599000', '172357.602000', '172357.604000', '172357.607000', '172357.609000', '172357.612000', '172357.615000', '172357.617000', '172357.620000', '172357.622000', '172357.625000', '172357.628000', '172357.630000', '172357.633000', '172357.635000', '172357.638000', '172357.640000', '172357.643000', '172357.646000', '172357.648000', '172357.651000', '172357.653000', '172357.656000', '172357.659000', '172357.661000', '172357.664000', '172357.667000', '172357.669000', '172357.672000', '172357.674000', '172357.677000', '172357.679000', '172357.682000', '172357.685000', '172357.687000', '172357.690000', '172357.693000', '172357.695000', '172357.698000', '172357.700000', '172357.703000', '172357.705000', '172417.594000', '172417.597000', '172417.600000', '172417.603000', '172417.606000', '172417.609000', '172417.611000', '172417.614000', '172417.617000', '172417.619000', '172417.622000', '172417.625000', '172417.628000', '172417.631000', '172417.633000', '172417.636000', '172417.639000', '172417.641000', '172417.644000', '172417.647000', '172417.649000', '172417.652000', '172417.654000', '172417.657000', '172417.660000', '172417.662000', '172417.665000', '172417.667000', '172417.670000', '172417.673000', '172417.675000', '172417.678000', '172417.681000', '172417.683000', '172417.686000', '172417.688000', '172417.691000', '172417.694000', '172417.696000', '172417.699000', '172417.702000', '172417.704000', '172417.707000', '172437.595000', '172437.597000', '172437.600000', '172437.603000', '172437.605000', '172437.608000', '172437.610000', '172437.613000', '172437.616000', '172437.618000', '172437.621000', '172437.624000', '172437.626000', '172437.629000', '172437.631000', '172437.634000', '172437.637000', '172437.639000', '172437.642000', '172437.644000', '172437.647000', '172437.650000', '172437.652000', '172437.655000', '172437.657000', '172437.660000', '172437.663000', '172437.665000', '172437.668000', '172437.671000', '172437.673000', '172437.676000', '172437.678000', '172437.681000', '172437.684000', '172437.686000', '172437.689000', '172437.692000', '172437.694000', '172437.697000', '172437.699000', '172437.702000', '172437.705000', '172437.707000', '172457.594000', '172457.597000', '172457.600000', '172457.603000', '172457.605000', '172457.608000', '172457.610000', '172457.613000', '172457.616000', '172457.618000', '172457.621000', '172457.624000', '172457.626000', '172457.629000', '172457.632000', '172457.634000', '172457.637000', '172457.639000', '172457.642000', '172457.645000', '172457.647000', '172457.650000', '172457.652000', '172457.655000', '172457.658000', '172457.660000', '172457.663000', '172457.665000', '172457.668000', '172457.671000', '172457.673000', '172457.676000', '172457.678000', '172457.681000', '172457.684000', '172457.686000', '172457.689000', '172457.691000', '172457.694000', '172457.697000', '172457.699000', '172457.702000', '172457.704000', '172517.594000', '172517.597000', '172517.600000', '172517.602000', '172517.605000', '172517.608000', '172517.618000', '172517.620000', '172517.623000', '172517.626000', '172517.628000', '172517.631000', '172517.634000', '172517.636000', '172517.639000', '172517.641000', '172517.644000', '172517.647000', '172517.649000', '172517.652000', '172517.654000', '172517.657000', '172517.660000', '172517.662000', '172517.665000', '172517.667000', '172517.670000', '172517.673000', '172517.675000', '172517.678000', '172517.680000', '172517.683000', '172517.686000', '172517.688000', '172517.691000', '172517.693000', '172517.696000', '172517.699000', '172517.701000', '172517.704000', '172517.706000', '172517.709000', '172517.712000', '172517.714000', '172537.594000', '172537.596000', '172537.599000', '172537.602000', '172537.604000', '172537.607000', '172537.609000', '172537.612000', '172537.615000', '172537.617000', '172537.620000', '172537.622000', '172537.625000', '172537.627000', '172537.630000', '172537.633000', '172537.635000', '172537.638000', '172537.640000', '172537.643000', '172537.646000', '172537.648000', '172537.651000', '172537.654000', '172537.657000', '172537.660000', '172537.663000', '172537.668000', '172537.671000', '172537.673000', '172537.676000', '172537.679000', '172537.681000', '172537.684000', '172537.686000', '172537.689000', '172537.692000', '172537.694000', '172537.697000', '172537.699000', '172537.702000', '172537.705000', '172537.707000', '172557.593000', '172557.596000', '172557.607000', '172557.610000', '172557.612000', '172557.615000', '172557.617000', '172557.620000', '172557.623000', '172557.625000', '172557.628000', '172557.630000', '172557.633000', '172557.636000', '172557.638000', '172557.641000', '172557.643000', '172557.646000', '172557.649000', '172557.651000', '172557.654000', '172557.657000', '172557.659000', '172557.662000', '172557.664000', '172557.667000', '172557.670000', '172557.672000', '172557.675000', '172557.678000', '172557.680000', '172557.683000', '172557.685000', '172557.688000', '172557.691000', '172557.694000', '172557.696000', '172557.699000', '172557.701000', '172557.704000', '172557.707000', '172557.709000', '172557.712000', '172617.593000', '172617.596000', '172617.599000', '172617.602000', '172617.604000', '172617.607000', '172617.610000', '172617.612000', '172617.615000', '172617.617000', '172617.620000', '172617.623000', '172617.625000', '172617.628000', '172617.630000', '172617.633000', '172617.636000', '172617.638000', '172617.641000', '172617.644000', '172617.646000', '172617.649000', '172617.651000', '172617.654000', '172617.657000', '172617.659000', '172617.662000', '172617.664000', '172617.667000', '172617.670000', '172617.673000', '172617.675000', '172617.678000', '172617.681000', '172617.683000', '172617.686000', '172617.688000', '172617.691000', '172617.694000', '172617.696000', '172617.699000', '172617.701000', '172617.704000', '172617.707000', '172637.594000', '172637.597000', '172637.600000', '172637.603000', '172637.605000', '172637.608000', '172637.610000', '172637.613000', '172637.616000', '172637.618000', '172637.621000', '172637.623000', '172637.626000', '172637.628000', '172637.631000', '172637.634000', '172637.636000', '172637.639000', '172637.642000', '172637.644000', '172637.647000', '172637.649000', '172637.652000', '172637.655000', '172637.657000', '172637.660000', '172637.662000', '172637.665000', '172637.667000', '172637.670000', '172637.673000', '172637.698000', '172637.701000', '172637.704000', '172637.706000', '172637.709000', '172637.712000', '172637.714000', '172637.717000', '172637.719000', '172637.722000', '172637.725000', '172637.727000', '172637.730000', '172657.594000', '172657.597000', '172657.600000', '172657.603000', '172657.605000', '172657.608000', '172657.610000', '172657.613000', '172657.616000', '172657.618000', '172657.621000', '172657.623000', '172657.626000', '172657.629000', '172657.631000', '172657.634000', '172657.637000', '172657.639000', '172657.642000', '172657.644000', '172657.647000', '172657.650000', '172657.652000', '172657.655000', '172657.658000', '172657.660000', '172657.663000', '172657.665000', '172657.668000', '172657.671000', '172657.673000', '172657.676000', '172657.679000', '172657.681000', '172657.684000', '172657.686000', '172657.689000', '172657.692000', '172657.694000', '172657.697000', '172657.700000', '172657.702000', '172657.705000', '172717.595000', '172717.597000', '172717.600000', '172717.603000', '172717.605000', '172717.608000', '172717.610000', '172717.613000', '172717.616000', '172717.618000', '172717.621000', '172717.623000', '172717.626000', '172717.629000', '172717.631000', '172717.634000', '172717.637000', '172717.639000', '172717.642000', '172717.644000', '172717.647000', '172717.649000', '172717.652000', '172717.655000', '172717.657000', '172717.660000', '172717.662000', '172717.665000', '172717.668000', '172717.670000', '172717.673000', '172717.676000', '172717.678000', '172717.681000', '172717.683000', '172717.686000', '172717.689000', '172717.691000', '172717.694000', '172717.697000', '172717.699000', '172717.702000', '172717.704000', '172717.707000', '172737.595000', '172737.597000', '172737.600000', '172737.603000', '172737.605000', '172737.608000', '172737.610000', '172737.613000', '172737.616000', '172737.618000', '172737.621000', '172737.623000', '172737.626000', '172737.629000', '172737.631000', '172737.634000', '172737.637000', '172737.639000', '172737.642000', '172737.644000', '172737.647000', '172737.650000', '172737.652000', '172737.655000', '172737.657000', '172737.660000', '172737.663000', '172737.665000', '172737.668000', '172737.670000', '172737.673000', '172737.676000', '172737.678000', '172737.681000', '172737.684000', '172737.686000', '172737.689000', '172737.691000', '172737.694000', '172737.697000', '172737.699000', '172737.702000', '172737.705000', '172757.594000', '172757.596000', '172757.599000', '172757.602000', '172757.604000', '172757.607000', '172757.610000', '172757.612000', '172757.615000', '172757.617000', '172757.620000', '172757.623000', '172757.625000', '172757.628000', '172757.631000', '172757.634000', '172757.636000', '172757.639000', '172757.641000', '172757.644000', '172757.647000', '172757.649000', '172757.652000', '172757.654000', '172757.657000', '172757.660000', '172757.662000', '172757.665000', '172757.668000', '172757.670000', '172757.673000', '172757.675000', '172757.678000', '172757.681000', '172757.683000', '172757.686000', '172757.688000', '172757.691000', '172757.694000', '172757.696000', '172757.699000', '172757.702000', '172757.704000', '172757.707000', '172817.593000', '172817.596000', '172817.599000', '172817.602000', '172817.604000', '172817.607000', '172817.609000', '172817.612000', '172817.615000', '172817.617000', '172817.620000', '172817.622000', '172817.625000', '172817.628000', '172817.630000', '172817.633000', '172817.636000', '172817.638000', '172817.641000', '172817.643000', '172817.646000', '172817.649000', '172817.651000', '172817.654000', '172817.656000', '172817.659000', '172817.662000', '172817.664000', '172817.667000', '172817.669000', '172817.672000', '172817.675000', '172817.677000', '172817.680000', '172817.682000', '172817.685000', '172817.688000', '172817.690000', '172817.693000', '172817.695000', '172817.698000', '172817.701000', '172817.703000', '172837.594000', '172837.596000', '172837.600000', '172837.603000', '172837.605000', '172837.608000', '172837.610000', '172837.613000', '172837.616000', '172837.618000', '172837.621000', '172837.623000', '172837.626000', '172837.629000', '172837.631000', '172837.634000', '172837.637000', '172837.639000', '172837.642000', '172837.644000', '172837.647000', '172837.650000', '172837.652000', '172837.655000', '172837.657000', '172837.660000', '172837.663000', '172837.665000', '172837.668000', '172837.671000', '172837.673000', '172837.676000', '172837.678000', '172837.681000', '172837.684000', '172837.686000', '172837.689000', '172837.691000', '172837.694000', '172837.697000', '172837.699000', '172837.702000', '172837.705000', '172857.595000', '172857.597000', '172857.600000', '172857.603000', '172857.605000', '172857.608000', '172857.611000', '172857.613000', '172857.616000', '172857.618000', '172857.621000', '172857.624000', '172857.626000', '172857.629000', '172857.632000', '172857.634000', '172857.637000', '172857.640000', '172857.642000', '172857.645000', '172857.647000', '172857.650000', '172857.653000', '172857.655000', '172857.658000', '172857.661000', '172857.663000', '172857.666000', '172857.669000', '172857.671000', '172857.674000', '172857.676000', '172857.679000', '172857.682000', '172857.684000', '172857.687000', '172857.690000', '172857.692000', '172857.695000', '172857.697000', '172857.700000', '172857.703000', '172857.705000', '172857.708000', '172917.595000', '172917.597000', '172917.600000', '172917.603000', '172917.605000', '172917.608000', '172917.611000', '172917.613000', '172917.616000', '172917.618000', '172917.621000', '172917.624000', '172917.626000', '172917.629000', '172917.632000', '172917.634000', '172917.637000', '172917.639000', '172917.642000', '172917.645000', '172917.647000', '172917.650000', '172917.652000', '172917.655000', '172917.658000', '172917.660000', '172917.663000', '172917.665000', '172917.668000', '172917.671000', '172917.673000', '172917.676000', '172917.678000', '172917.681000', '172917.684000', '172917.686000', '172917.689000', '172917.692000', '172917.694000', '172917.697000', '172917.699000', '172917.702000', '172917.705000', '172917.707000', '172937.595000', '172937.597000', '172937.600000', '172937.603000', '172937.605000', '172937.608000', '172937.611000', '172937.613000', '172937.616000', '172937.618000', '172937.621000', '172937.624000', '172937.626000', '172937.629000', '172937.632000', '172937.634000', '172937.637000', '172937.639000', '172937.642000', '172937.645000', '172937.647000', '172937.650000', '172937.652000', '172937.655000', '172937.658000', '172937.660000', '172937.663000', '172937.665000', '172937.668000', '172937.671000', '172937.673000', '172937.676000', '172937.679000', '172937.681000', '172937.684000', '172937.686000', '172937.689000', '172937.692000', '172937.694000', '172937.697000', '172937.699000', '172937.702000', '172937.705000', '172957.595000', '172957.598000', '172957.600000', '172957.603000', '172957.606000', '172957.608000', '172957.611000', '172957.614000', '172957.616000', '172957.619000', '172957.621000', '172957.624000', '172957.627000', '172957.629000', '172957.632000', '172957.635000', '172957.637000', '172957.640000', '172957.642000', '172957.645000', '172957.648000', '172957.650000', '172957.653000', '172957.655000', '172957.658000', '172957.661000', '172957.663000', '172957.666000', '172957.668000', '172957.671000', '172957.673000', '172957.676000', '172957.679000', '172957.681000', '172957.684000', '172957.687000', '172957.689000', '172957.692000', '172957.695000', '172957.697000', '172957.700000', '172957.703000', '172957.705000', '173017.594000', '173017.597000', '173017.599000', '173017.602000', '173017.604000', '173017.607000', '173017.610000', '173017.612000', '173017.615000', '173017.617000', '173017.620000', '173017.623000', '173017.625000', '173017.628000', '173017.631000', '173017.633000', '173017.636000', '173017.644000', '173017.646000', '173017.649000', '173017.652000', '173017.654000', '173017.657000', '173017.659000', '173017.662000', '173017.665000', '173017.667000', '173017.670000', '173017.672000', '173017.675000', '173017.678000', '173017.680000', '173017.683000', '173017.686000', '173017.688000', '173017.691000', '173017.693000', '173017.696000', '173017.699000', '173017.701000', '173017.704000', '173017.707000', '173017.710000', '173017.713000', '173037.594000', '173037.597000', '173037.599000', '173037.602000', '173037.605000', '173037.607000', '173037.610000', '173037.613000', '173037.615000', '173037.618000', '173037.620000', '173037.623000', '173037.626000', '173037.628000', '173037.631000', '173037.633000', '173037.636000', '173037.639000', '173037.641000', '173037.644000', '173037.647000', '173037.649000', '173037.652000', '173037.655000', '173037.657000', '173037.660000', '173037.662000', '173037.665000', '173037.668000', '173037.670000', '173037.673000', '173037.675000', '173037.678000', '173037.681000', '173037.683000', '173037.686000', '173037.689000', '173037.692000', '173037.694000', '173037.697000', '173037.700000', '173037.702000', '173037.705000', '173043.505000', '173043.508000', '173043.511000', '173043.513000', '173043.516000', '173043.519000', '173043.540000', '173043.543000', '173043.546000', '173043.548000', '173043.551000', '173043.554000', '173043.557000', '173043.559000'], 'InstanceCreationTime': ['172217.627000', '172217.630000', '172217.633000', '172217.636000', '172217.639000', '172217.642000', '172217.644000', '172217.647000', '172217.649000', '172217.652000', '172217.655000', '172217.657000', '172217.660000', '172217.663000', '172217.665000', '172217.668000', '172217.677000', '172217.680000', '172217.682000', '172217.685000', '172217.687000', '172217.690000', '172217.693000', '172217.695000', '172217.698000', '172217.700000', '172217.703000', '172217.705000', '172217.708000', '172217.711000', '172217.713000', '172217.716000', '172217.718000', '172217.721000', '172217.723000', '172217.726000', '172217.729000', '172217.731000', '172217.734000', '172217.736000', '172217.739000', '172217.741000', '172217.744000', '172217.747000', '172217.749000', '172217.752000', '172217.754000', '172217.757000', '172217.759000', '172217.762000', '172217.765000', '172217.794000', '172217.797000', '172217.799000', '172217.802000', '172217.804000', '172217.807000', '172237.595000', '172237.597000', '172237.600000', '172237.603000', '172237.605000', '172237.614000', '172237.617000', '172237.619000', '172237.622000', '172237.624000', '172237.627000', '172237.629000', '172237.632000', '172237.635000', '172237.637000', '172237.640000', '172237.642000', '172237.645000', '172237.648000', '172237.650000', '172237.653000', '172237.655000', '172237.658000', '172237.661000', '172237.663000', '172237.666000', '172237.668000', '172237.671000', '172237.674000', '172237.676000', '172237.679000', '172237.682000', '172237.684000', '172237.687000', '172237.689000', '172237.692000', '172237.694000', '172237.697000', '172237.700000', '172237.702000', '172237.705000', '172237.707000', '172237.710000', '172257.594000', '172257.597000', '172257.600000', '172257.602000', '172257.605000', '172257.608000', '172257.610000', '172257.613000', '172257.620000', '172257.622000', '172257.625000', '172257.628000', '172257.630000', '172257.633000', '172257.635000', '172257.638000', '172257.641000', '172257.643000', '172257.646000', '172257.649000', '172257.651000', '172257.654000', '172257.656000', '172257.659000', '172257.662000', '172257.664000', '172257.667000', '172257.669000', '172257.672000', '172257.674000', '172257.677000', '172257.680000', '172257.682000', '172257.685000', '172257.687000', '172257.690000', '172257.693000', '172257.695000', '172257.698000', '172257.700000', '172257.703000', '172257.706000', '172257.708000', '172317.593000', '172317.596000', '172317.599000', '172317.601000', '172317.604000', '172317.607000', '172317.609000', '172317.612000', '172317.614000', '172317.617000', '172317.627000', '172317.630000', '172317.633000', '172317.635000', '172317.638000', '172317.640000', '172317.643000', '172317.646000', '172317.648000', '172317.651000', '172317.653000', '172317.656000', '172317.659000', '172317.661000', '172317.664000', '172317.667000', '172317.669000', '172317.672000', '172317.674000', '172317.677000', '172317.679000', '172317.682000', '172317.685000', '172317.687000', '172317.690000', '172317.693000', '172317.695000', '172317.698000', '172317.701000', '172317.703000', '172317.706000', '172317.708000', '172317.711000', '172317.714000', '172337.593000', '172337.596000', '172337.599000', '172337.602000', '172337.607000', '172337.610000', '172337.612000', '172337.615000', '172337.618000', '172337.620000', '172337.623000', '172337.625000', '172337.628000', '172337.631000', '172337.633000', '172337.636000', '172337.638000', '172337.641000', '172337.644000', '172337.646000', '172337.649000', '172337.651000', '172337.654000', '172337.657000', '172337.671000', '172337.674000', '172337.677000', '172337.679000', '172337.682000', '172337.684000', '172337.687000', '172337.690000', '172337.692000', '172337.695000', '172337.697000', '172337.700000', '172337.703000', '172337.705000', '172337.708000', '172337.710000', '172337.713000', '172337.716000', '172337.718000', '172357.593000', '172357.596000', '172357.599000', '172357.602000', '172357.604000', '172357.607000', '172357.609000', '172357.612000', '172357.615000', '172357.617000', '172357.620000', '172357.622000', '172357.625000', '172357.628000', '172357.630000', '172357.633000', '172357.635000', '172357.638000', '172357.640000', '172357.643000', '172357.646000', '172357.648000', '172357.651000', '172357.653000', '172357.656000', '172357.659000', '172357.661000', '172357.664000', '172357.667000', '172357.669000', '172357.672000', '172357.674000', '172357.677000', '172357.679000', '172357.682000', '172357.685000', '172357.687000', '172357.690000', '172357.693000', '172357.695000', '172357.698000', '172357.700000', '172357.703000', '172357.705000', '172417.594000', '172417.597000', '172417.600000', '172417.603000', '172417.606000', '172417.609000', '172417.611000', '172417.614000', '172417.617000', '172417.619000', '172417.622000', '172417.625000', '172417.628000', '172417.631000', '172417.633000', '172417.636000', '172417.639000', '172417.641000', '172417.644000', '172417.647000', '172417.649000', '172417.652000', '172417.654000', '172417.657000', '172417.660000', '172417.662000', '172417.665000', '172417.667000', '172417.670000', '172417.673000', '172417.675000', '172417.678000', '172417.681000', '172417.683000', '172417.686000', '172417.688000', '172417.691000', '172417.694000', '172417.696000', '172417.699000', '172417.702000', '172417.704000', '172417.707000', '172437.595000', '172437.597000', '172437.600000', '172437.603000', '172437.605000', '172437.608000', '172437.610000', '172437.613000', '172437.616000', '172437.618000', '172437.621000', '172437.624000', '172437.626000', '172437.629000', '172437.631000', '172437.634000', '172437.637000', '172437.639000', '172437.642000', '172437.644000', '172437.647000', '172437.650000', '172437.652000', '172437.655000', '172437.657000', '172437.660000', '172437.663000', '172437.665000', '172437.668000', '172437.671000', '172437.673000', '172437.676000', '172437.678000', '172437.681000', '172437.684000', '172437.686000', '172437.689000', '172437.692000', '172437.694000', '172437.697000', '172437.699000', '172437.702000', '172437.705000', '172437.707000', '172457.594000', '172457.597000', '172457.600000', '172457.603000', '172457.605000', '172457.608000', '172457.610000', '172457.613000', '172457.616000', '172457.618000', '172457.621000', '172457.624000', '172457.626000', '172457.629000', '172457.632000', '172457.634000', '172457.637000', '172457.639000', '172457.642000', '172457.645000', '172457.647000', '172457.650000', '172457.652000', '172457.655000', '172457.658000', '172457.660000', '172457.663000', '172457.665000', '172457.668000', '172457.671000', '172457.673000', '172457.676000', '172457.678000', '172457.681000', '172457.684000', '172457.686000', '172457.689000', '172457.691000', '172457.694000', '172457.697000', '172457.699000', '172457.702000', '172457.704000', '172517.594000', '172517.597000', '172517.600000', '172517.602000', '172517.605000', '172517.608000', '172517.618000', '172517.620000', '172517.623000', '172517.626000', '172517.628000', '172517.631000', '172517.634000', '172517.636000', '172517.639000', '172517.641000', '172517.644000', '172517.647000', '172517.649000', '172517.652000', '172517.654000', '172517.657000', '172517.660000', '172517.662000', '172517.665000', '172517.667000', '172517.670000', '172517.673000', '172517.675000', '172517.678000', '172517.680000', '172517.683000', '172517.686000', '172517.688000', '172517.691000', '172517.693000', '172517.696000', '172517.699000', '172517.701000', '172517.704000', '172517.706000', '172517.709000', '172517.712000', '172517.714000', '172537.594000', '172537.596000', '172537.599000', '172537.602000', '172537.604000', '172537.607000', '172537.609000', '172537.612000', '172537.615000', '172537.617000', '172537.620000', '172537.622000', '172537.625000', '172537.627000', '172537.630000', '172537.633000', '172537.635000', '172537.638000', '172537.640000', '172537.643000', '172537.646000', '172537.648000', '172537.651000', '172537.654000', '172537.657000', '172537.660000', '172537.663000', '172537.668000', '172537.671000', '172537.673000', '172537.676000', '172537.679000', '172537.681000', '172537.684000', '172537.686000', '172537.689000', '172537.692000', '172537.694000', '172537.697000', '172537.699000', '172537.702000', '172537.705000', '172537.707000', '172557.593000', '172557.596000', '172557.607000', '172557.610000', '172557.612000', '172557.615000', '172557.617000', '172557.620000', '172557.623000', '172557.625000', '172557.628000', '172557.630000', '172557.633000', '172557.636000', '172557.638000', '172557.641000', '172557.643000', '172557.646000', '172557.649000', '172557.651000', '172557.654000', '172557.657000', '172557.659000', '172557.662000', '172557.664000', '172557.667000', '172557.670000', '172557.672000', '172557.675000', '172557.678000', '172557.680000', '172557.683000', '172557.685000', '172557.688000', '172557.691000', '172557.694000', '172557.696000', '172557.699000', '172557.701000', '172557.704000', '172557.707000', '172557.709000', '172557.712000', '172617.593000', '172617.596000', '172617.599000', '172617.602000', '172617.604000', '172617.607000', '172617.610000', '172617.612000', '172617.615000', '172617.617000', '172617.620000', '172617.623000', '172617.625000', '172617.628000', '172617.630000', '172617.633000', '172617.636000', '172617.638000', '172617.641000', '172617.644000', '172617.646000', '172617.649000', '172617.651000', '172617.654000', '172617.657000', '172617.659000', '172617.662000', '172617.664000', '172617.667000', '172617.670000', '172617.673000', '172617.675000', '172617.678000', '172617.681000', '172617.683000', '172617.686000', '172617.688000', '172617.691000', '172617.694000', '172617.696000', '172617.699000', '172617.701000', '172617.704000', '172617.707000', '172637.594000', '172637.597000', '172637.600000', '172637.603000', '172637.605000', '172637.608000', '172637.610000', '172637.613000', '172637.616000', '172637.618000', '172637.621000', '172637.623000', '172637.626000', '172637.628000', '172637.631000', '172637.634000', '172637.636000', '172637.639000', '172637.642000', '172637.644000', '172637.647000', '172637.649000', '172637.652000', '172637.655000', '172637.657000', '172637.660000', '172637.662000', '172637.665000', '172637.667000', '172637.670000', '172637.673000', '172637.698000', '172637.701000', '172637.704000', '172637.706000', '172637.709000', '172637.712000', '172637.714000', '172637.717000', '172637.719000', '172637.722000', '172637.725000', '172637.727000', '172637.730000', '172657.594000', '172657.597000', '172657.600000', '172657.603000', '172657.605000', '172657.608000', '172657.610000', '172657.613000', '172657.616000', '172657.618000', '172657.621000', '172657.623000', '172657.626000', '172657.629000', '172657.631000', '172657.634000', '172657.637000', '172657.639000', '172657.642000', '172657.644000', '172657.647000', '172657.650000', '172657.652000', '172657.655000', '172657.658000', '172657.660000', '172657.663000', '172657.665000', '172657.668000', '172657.671000', '172657.673000', '172657.676000', '172657.679000', '172657.681000', '172657.684000', '172657.686000', '172657.689000', '172657.692000', '172657.694000', '172657.697000', '172657.700000', '172657.702000', '172657.705000', '172717.595000', '172717.597000', '172717.600000', '172717.603000', '172717.605000', '172717.608000', '172717.610000', '172717.613000', '172717.616000', '172717.618000', '172717.621000', '172717.623000', '172717.626000', '172717.629000', '172717.631000', '172717.634000', '172717.637000', '172717.639000', '172717.642000', '172717.644000', '172717.647000', '172717.649000', '172717.652000', '172717.655000', '172717.657000', '172717.660000', '172717.662000', '172717.665000', '172717.668000', '172717.670000', '172717.673000', '172717.676000', '172717.678000', '172717.681000', '172717.683000', '172717.686000', '172717.689000', '172717.691000', '172717.694000', '172717.697000', '172717.699000', '172717.702000', '172717.704000', '172717.707000', '172737.595000', '172737.597000', '172737.600000', '172737.603000', '172737.605000', '172737.608000', '172737.610000', '172737.613000', '172737.616000', '172737.618000', '172737.621000', '172737.623000', '172737.626000', '172737.629000', '172737.631000', '172737.634000', '172737.637000', '172737.639000', '172737.642000', '172737.644000', '172737.647000', '172737.650000', '172737.652000', '172737.655000', '172737.657000', '172737.660000', '172737.663000', '172737.665000', '172737.668000', '172737.670000', '172737.673000', '172737.676000', '172737.678000', '172737.681000', '172737.684000', '172737.686000', '172737.689000', '172737.691000', '172737.694000', '172737.697000', '172737.699000', '172737.702000', '172737.705000', '172757.594000', '172757.596000', '172757.599000', '172757.602000', '172757.604000', '172757.607000', '172757.610000', '172757.612000', '172757.615000', '172757.617000', '172757.620000', '172757.623000', '172757.625000', '172757.628000', '172757.631000', '172757.634000', '172757.636000', '172757.639000', '172757.641000', '172757.644000', '172757.647000', '172757.649000', '172757.652000', '172757.654000', '172757.657000', '172757.660000', '172757.662000', '172757.665000', '172757.668000', '172757.670000', '172757.673000', '172757.675000', '172757.678000', '172757.681000', '172757.683000', '172757.686000', '172757.688000', '172757.691000', '172757.694000', '172757.696000', '172757.699000', '172757.702000', '172757.704000', '172757.707000', '172817.593000', '172817.596000', '172817.599000', '172817.602000', '172817.604000', '172817.607000', '172817.609000', '172817.612000', '172817.615000', '172817.617000', '172817.620000', '172817.622000', '172817.625000', '172817.628000', '172817.630000', '172817.633000', '172817.636000', '172817.638000', '172817.641000', '172817.643000', '172817.646000', '172817.649000', '172817.651000', '172817.654000', '172817.656000', '172817.659000', '172817.662000', '172817.664000', '172817.667000', '172817.669000', '172817.672000', '172817.675000', '172817.677000', '172817.680000', '172817.682000', '172817.685000', '172817.688000', '172817.690000', '172817.693000', '172817.695000', '172817.698000', '172817.701000', '172817.703000', '172837.594000', '172837.596000', '172837.600000', '172837.603000', '172837.605000', '172837.608000', '172837.610000', '172837.613000', '172837.616000', '172837.618000', '172837.621000', '172837.623000', '172837.626000', '172837.629000', '172837.631000', '172837.634000', '172837.637000', '172837.639000', '172837.642000', '172837.644000', '172837.647000', '172837.650000', '172837.652000', '172837.655000', '172837.657000', '172837.660000', '172837.663000', '172837.665000', '172837.668000', '172837.671000', '172837.673000', '172837.676000', '172837.678000', '172837.681000', '172837.684000', '172837.686000', '172837.689000', '172837.691000', '172837.694000', '172837.697000', '172837.699000', '172837.702000', '172837.705000', '172857.595000', '172857.597000', '172857.600000', '172857.603000', '172857.605000', '172857.608000', '172857.611000', '172857.613000', '172857.616000', '172857.618000', '172857.621000', '172857.624000', '172857.626000', '172857.629000', '172857.632000', '172857.634000', '172857.637000', '172857.640000', '172857.642000', '172857.645000', '172857.647000', '172857.650000', '172857.653000', '172857.655000', '172857.658000', '172857.661000', '172857.663000', '172857.666000', '172857.669000', '172857.671000', '172857.674000', '172857.676000', '172857.679000', '172857.682000', '172857.684000', '172857.687000', '172857.690000', '172857.692000', '172857.695000', '172857.697000', '172857.700000', '172857.703000', '172857.705000', '172857.708000', '172917.595000', '172917.597000', '172917.600000', '172917.603000', '172917.605000', '172917.608000', '172917.611000', '172917.613000', '172917.616000', '172917.618000', '172917.621000', '172917.624000', '172917.626000', '172917.629000', '172917.632000', '172917.634000', '172917.637000', '172917.639000', '172917.642000', '172917.645000', '172917.647000', '172917.650000', '172917.652000', '172917.655000', '172917.658000', '172917.660000', '172917.663000', '172917.665000', '172917.668000', '172917.671000', '172917.673000', '172917.676000', '172917.678000', '172917.681000', '172917.684000', '172917.686000', '172917.689000', '172917.692000', '172917.694000', '172917.697000', '172917.699000', '172917.702000', '172917.705000', '172917.707000', '172937.595000', '172937.597000', '172937.600000', '172937.603000', '172937.605000', '172937.608000', '172937.611000', '172937.613000', '172937.616000', '172937.618000', '172937.621000', '172937.624000', '172937.626000', '172937.629000', '172937.632000', '172937.634000', '172937.637000', '172937.639000', '172937.642000', '172937.645000', '172937.647000', '172937.650000', '172937.652000', '172937.655000', '172937.658000', '172937.660000', '172937.663000', '172937.665000', '172937.668000', '172937.671000', '172937.673000', '172937.676000', '172937.679000', '172937.681000', '172937.684000', '172937.686000', '172937.689000', '172937.692000', '172937.694000', '172937.697000', '172937.699000', '172937.702000', '172937.705000', '172957.595000', '172957.598000', '172957.600000', '172957.603000', '172957.606000', '172957.608000', '172957.611000', '172957.614000', '172957.616000', '172957.619000', '172957.621000', '172957.624000', '172957.627000', '172957.629000', '172957.632000', '172957.635000', '172957.637000', '172957.640000', '172957.642000', '172957.645000', '172957.648000', '172957.650000', '172957.653000', '172957.655000', '172957.658000', '172957.661000', '172957.663000', '172957.666000', '172957.668000', '172957.671000', '172957.673000', '172957.676000', '172957.679000', '172957.681000', '172957.684000', '172957.687000', '172957.689000', '172957.692000', '172957.695000', '172957.697000', '172957.700000', '172957.703000', '172957.705000', '173017.594000', '173017.597000', '173017.599000', '173017.602000', '173017.604000', '173017.607000', '173017.610000', '173017.612000', '173017.615000', '173017.617000', '173017.620000', '173017.623000', '173017.625000', '173017.628000', '173017.631000', '173017.633000', '173017.636000', '173017.644000', '173017.646000', '173017.649000', '173017.652000', '173017.654000', '173017.657000', '173017.659000', '173017.662000', '173017.665000', '173017.667000', '173017.670000', '173017.672000', '173017.675000', '173017.678000', '173017.680000', '173017.683000', '173017.686000', '173017.688000', '173017.691000', '173017.693000', '173017.696000', '173017.699000', '173017.701000', '173017.704000', '173017.707000', '173017.710000', '173017.713000', '173037.594000', '173037.597000', '173037.599000', '173037.602000', '173037.605000', '173037.607000', '173037.610000', '173037.613000', '173037.615000', '173037.618000', '173037.620000', '173037.623000', '173037.626000', '173037.628000', '173037.631000', '173037.633000', '173037.636000', '173037.639000', '173037.641000', '173037.644000', '173037.647000', '173037.649000', '173037.652000', '173037.655000', '173037.657000', '173037.660000', '173037.662000', '173037.665000', '173037.668000', '173037.670000', '173037.673000', '173037.675000', '173037.678000', '173037.681000', '173037.683000', '173037.686000', '173037.689000', '173037.692000', '173037.694000', '173037.697000', '173037.700000', '173037.702000', '173037.705000', '173043.505000', '173043.508000', '173043.511000', '173043.513000', '173043.516000', '173043.519000', '173043.540000', '173043.543000', '173043.546000', '173043.548000', '173043.551000', '173043.554000', '173043.557000', '173043.559000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [8957, 11849, 11815, 9324, 8568, 9599, 7504, 8654, 11700, 9026, 9027, 8210, 8660, 9315, 8162, 10022, 7269, 8525, 8233, 8043, 8392, 8106, 8662, 8040, 8383, 12309, 8347, 8442, 8250, 9031, 9297, 8866, 10804, 7787, 8513, 12000, 8583, 8774, 9987, 9049, 8864, 8367, 10553, 9024, 8350, 10716, 7832, 8463, 11370, 7919, 8501, 12548, 10399, 8738, 8182, 9665, 7428, 7925, 9205, 8871, 9464, 8160, 10169, 8265, 8773, 11347, 9512, 8907, 8639, 14007, 9760, 9172, 8868, 10216, 8395, 8504, 8498, 8448, 9190, 8695, 12030, 7984, 8380, 10542, 8139, 8760, 9159, 12343, 9054, 8485, 11380, 8537, 9005, 11368, 11827, 9338, 8107, 9586, 8494, 8911, 13233, 9329, 8767, 8138, 8726, 9469, 8715, 10349, 9233, 8564, 10752, 7982, 8656, 8967, 9640, 8931, 8253, 9527, 7530, 8457, 10841, 8579, 8731, 8001, 8521, 9218, 8201, 9617, 7603, 8127, 10519, 8154, 8680, 8468, 9314, 7850, 8330, 11860, 8028, 8643, 8226, 9409, 8694, 7856, 10043, 7532, 8180, 10126, 8830, 8858, 8321, 9614, 9131, 8546, 12455, 9372, 8644, 12057, 8829, 8724, 8124, 10128, 8933, 10090, 12947, 8639, 8254, 11253, 8441, 8742, 11034, 10139, 9084, 8418, 10233, 7609, 8118, 11113, 9885, 8793, 8046, 8696, 8390, 8488, 12429, 9486, 8599, 8040, 8719, 8810, 8306, 9981, 8952, 8430, 10427, 7911, 8416, 10024, 8010, 8276, 10250, 9119, 9242, 8195, 10129, 7891, 8486, 11709, 8567, 8391, 7978, 9820, 7839, 8363, 11903, 8012, 8854, 8214, 10313, 8636, 8054, 11206, 8365, 8447, 8556, 10669, 8531, 8032, 10266, 7371, 8709, 9044, 10396, 8712, 7847, 10528, 7800, 8612, 12948, 10107, 8501, 7956, 9663, 7408, 8092, 13891, 8518, 8800, 7751, 8886, 8424, 8413, 12680, 9690, 8802, 8516, 9876, 8853, 8227, 14135, 10812, 9151, 9774, 9913, 8897, 8874, 12151, 7909, 8427, 10675, 7607, 8690, 10150, 8532, 8431, 8156, 9534, 8257, 8146, 9901, 7902, 8735, 7897, 8738, 8603, 8352, 10304, 7997, 8368, 10295, 10787, 8872, 8024, 11027, 8240, 8164, 13716, 10326, 9036, 8209, 9823, 9578, 8132, 14761, 9375, 9083, 9399, 9089, 8476, 9606, 13216, 9121, 8323, 11376, 7874, 8324, 8216, 9725, 7818, 8527, 10518, 8064, 8479, 8581, 8414, 8105, 8401, 9782, 8275, 9096, 10844, 9862, 9826, 10282, 15521, 12577, 10680, 10706, 12609, 9818, 8063, 9399, 8878, 8928, 8728, 8677, 8314, 8216, 8919, 8179, 8857, 7467, 8417, 8005, 8204, 8618, 8389, 10905, 7603, 8657, 8197, 9536, 8811, 10130, 12036, 9473, 8632, 11930, 9272, 10323, 11592, 9785, 8021, 11878, 9267, 8250, 11231, 9195, 8390, 13051, 8769, 8347, 10538, 8075, 8517, 8034, 10405, 8664, 8561, 10919, 8531, 8517, 12373, 8761, 8990, 14435, 9862, 8872, 8589, 10064, 9363, 8761, 11865, 8118, 8897, 13894, 10057, 8814, 8228, 8494, 9489, 8294, 9909, 7678, 8135, 10543, 7186, 8616, 8140, 8038, 8778, 8330, 8881, 9396, 9107, 11357, 8845, 8131, 10636, 7555, 8969, 14685, 9638, 8621, 7958, 8699, 9122, 8383, 10041, 8095, 8350, 10944, 7716, 8390, 9388, 8364, 8720, 8610, 11200, 9261, 8793, 14409, 9190, 8694, 9539, 8784, 9027, 8372, 11130, 8856, 8352, 8849, 8611, 8357, 9847, 7662, 8674, 12248, 8026, 8549, 8135, 8492, 7305, 8654, 11680, 7901, 8590, 8212, 8806, 8663, 9882, 11555, 8874, 8381, 12712, 9077, 8615, 9152, 8754, 9352, 8712, 12412, 9168, 8795, 13201, 8442, 9240, 8737, 10078, 9415, 8574, 10040, 7535, 8755, 9630, 7910, 8965, 8262, 9608, 9089, 8399, 9807, 7659, 9037, 10689, 10068, 9357, 8422, 9981, 7558, 8446, 9881, 8026, 9295, 8460, 9689, 9087, 8581, 13605, 8556, 9368, 8170, 8886, 9306, 8629, 11222, 7757, 8788, 12135, 8643, 9130, 8317, 9047, 9374, 8645, 11699, 8533, 8875, 9022, 8071, 9374, 8431, 9916, 8007, 8302, 9883, 7607, 8844, 9547, 9010, 9270, 7807, 8619, 7164, 8736, 11597, 7507, 8623, 7983, 8767, 8658, 9447, 10988, 8839, 8457, 10493, 7581, 8450, 11685, 8326, 8923, 12692, 7946, 8717, 7655, 8236, 9913, 8256, 10690, 7777, 8549, 10909, 7547, 8604, 7940, 7956, 8887, 8454, 8529, 8959, 8555, 9721, 8884, 8802, 9797, 7459, 8762, 10820, 8168, 9109, 7829, 8950, 8652, 8247, 10578, 7373, 8716, 8395, 7574, 9002, 9452, 9313, 9146, 8265, 10778, 8184, 8918, 13662, 8925, 8764, 8174, 9913, 9518, 8337, 11786, 9528, 10608, 13658, 8759, 8684, 11246, 7774, 9047, 12522, 8447, 9144, 8315, 8916, 9173, 8260, 9958, 7282, 8695, 9704, 8059, 8877, 9893, 10609, 9033, 8333, 9577, 7535, 8837, 9791, 7586, 9132, 8463, 8126, 8915, 8324, 10644, 8947, 8219, 11345, 8383, 8913, 8013, 10737, 8478, 8802, 12342, 8354, 9062, 8295, 8808, 9077, 9417, 11242, 7599, 8351, 10984, 7428, 8814, 9208, 7603, 8647, 10778, 8035, 8788, 8294, 9578, 9237, 8354, 10746, 7659, 9016, 9265, 9092, 9143, 12463, 11450, 9578, 8502, 10482, 8128, 8964, 14873, 9307, 9217, 11304, 8439, 9614, 8374, 9387, 9338, 8531, 8799, 8617, 8398, 10228, 7793, 9286, 11291, 8827, 9530, 8348, 9060, 9733, 8297, 10176, 7333, 8524, 8897, 7943, 8943, 8313, 8731, 9219, 8386, 9935, 7685, 8550, 7928, 8819, 9147, 8448, 14427, 9517, 9065, 8286, 8835, 9592, 8585, 11694, 8623, 9067, 13454, 8762, 9212, 8074, 8938, 9951, 8340, 11440, 9698, 8120, 9716, 7897, 8628, 9840, 8368, 8846, 10609, 10386, 9512, 8593, 11968, 8411, 8670, 11661, 8347, 8877, 8189, 8814, 8971, 8070, 8642, 7440, 8837, 10596, 8177, 8901, 7777, 8417, 9044, 8310, 10136, 7686, 8384, 8836, 8075, 9340, 8899, 11126, 9359, 8007, 10656, 9140, 11191, 14420, 10275, 10374, 13122, 8396, 8778, 12939, 7879, 8719, 9412, 9887, 8917, 10549, 7887, 8814, 8763, 7808, 9969, 9169, 10823, 8749, 10466, 9666, 11787, 8938, 10325, 8579, 11514, 8458, 9532, 12104, 9586, 9983, 9177, 8932, 9880, 8769, 8698, 9876, 8709, 8890, 9924, 8739, 9118, 7275, 8606, 8700, 7310, 8908, 8596, 8050, 9053, 8236, 8814, 9567, 8677, 9786, 9345, 10530, 12565, 10093, 8703, 9949, 9922, 8839, 10362, 9719, 8827, 10417, 9335, 8874, 13659, 8866, 9064, 9919, 7759, 8896, 8755, 8085, 8826, 11463, 9372, 9326, 8432, 8572, 9272, 8781, 9703, 7606, 8824, 13275, 8325, 9121, 8443, 8833, 9644, 8865, 12277, 9353, 8792, 11906, 7994, 9127, 9532, 8400, 9463, 11418, 11601, 9294, 8689, 8856, 9756, 8831, 10065, 8070, 8872, 13282, 8269, 9109, 8721, 8456, 9174, 8883, 8173, 9245, 8364, 8721, 9551, 8616, 9002, 9534, 8855, 9788, 7523, 8852, 12150, 8469, 8925, 8823, 8075, 9137, 8709, 10068, 8486, 8948, 10256, 7682, 8720, 10822, 7726, 8512, 8754, 8435, 9701, 8834, 8888, 7521, 8952, 13344, 9676, 8837, 8412, 8177, 9501, 8901, 11102, 8212, 8913, 11676, 10092, 9110, 8445, 9660, 8251, 8847, 11895, 8448, 9210, 9966, 8551, 9192, 8766, 9444, 9667, 8566, 10004, 7909, 8699, 10876, 8457, 9463, 8535, 10568, 7909, 8950, 10513, 7603, 8571, 8943, 8101, 8921, 8500, 8374, 9536, 8489, 12526, 9039, 9121, 12523, 8386, 9303, 8442, 8889, 9540, 8786, 11688, 9465, 8739, 10436, 8384, 9196, 9235, 8867, 9611, 8640, 9205, 8772, 8523, 11978, 7667, 8838, 10155, 10996, 9637, 8486, 9691, 7679, 8783, 11790, 9646, 9287, 8549, 8451, 8185, 8755, 12168, 8948, 9058, 8630, 8548, 9854, 8863, 11624, 9511, 9364, 10675, 8780, 9569, 8349, 9367, 9703, 8708, 9159, 7333, 8886, 8657, 7860, 8892, 8898, 8768, 9172, 8795, 12577, 8065, 8610, 8839, 8245, 9268, 8627, 9248, 9834, 8489, 10350, 7406, 8960, 13368, 8563, 9172, 8547, 8981, 9436, 8828, 11059, 8268, 9809, 9813, 9020, 9481, 8875, 10414, 7753, 8986, 11076, 8987, 10192, 8840, 10869, 7737, 9204, 9974, 8286, 9610, 8371, 10696, 7513, 8889, 9870, 8003, 9201, 8654, 8599, 9545, 8804, 10237, 7785, 8610, 12993, 7827, 9080, 8539, 8853, 8807, 8642, 10163, 7335, 9359, 8722, 8720], 'WindowCenter': [4673.0, 4677.0, 4671.0, 4616.0, 4589.0, 4582.0, 4542.0, 4571.0, 4609.0, 4583.0, 4572.0, 4558.0, 4569.0, 4580.0, 4559.0, 4588.0, 4538.0, 4570.0, 4561.0, 4560.0, 4559.0, 4547.0, 4568.0, 4563.0, 4559.0, 4621.0, 4558.0, 4560.0, 4557.0, 4580.0, 4581.0, 4569.0, 4600.0, 4539.0, 4556.0, 4621.0, 4568.0, 4570.0, 4588.0, 4567.0, 4566.0, 4556.0, 4598.0, 4568.0, 4557.0, 4588.0, 4534.0, 4545.0, 4607.0, 4546.0, 4557.0, 4605.0, 4575.0, 4557.0, 4546.0, 4566.0, 4526.0, 4547.0, 4552.0, 4569.0, 4593.0, 4559.0, 4589.0, 4570.0, 4569.0, 4599.0, 4575.0, 4568.0, 4570.0, 4640.0, 4587.0, 4567.0, 4569.0, 4600.0, 4557.0, 4569.0, 4556.0, 4556.0, 4579.0, 4570.0, 4622.0, 4548.0, 4556.0, 4585.0, 4546.0, 4567.0, 4580.0, 4621.0, 4569.0, 4556.0, 4597.0, 4554.0, 4580.0, 4607.0, 4620.0, 4577.0, 4546.0, 4564.0, 4558.0, 4567.0, 4616.0, 4566.0, 4554.0, 4546.0, 4556.0, 4577.0, 4569.0, 4587.0, 4577.0, 4556.0, 4585.0, 4545.0, 4555.0, 4567.0, 4577.0, 4565.0, 4556.0, 4563.0, 4536.0, 4543.0, 4596.0, 4558.0, 4570.0, 4548.0, 4557.0, 4565.0, 4546.0, 4578.0, 4546.0, 4560.0, 4589.0, 4548.0, 4557.0, 4555.0, 4580.0, 4548.0, 4560.0, 4607.0, 4546.0, 4556.0, 4545.0, 4576.0, 4568.0, 4549.0, 4586.0, 4536.0, 4558.0, 4600.0, 4568.0, 4580.0, 4560.0, 4577.0, 4575.0, 4558.0, 4618.0, 4580.0, 4568.0, 4617.0, 4565.0, 4555.0, 4545.0, 4587.0, 4567.0, 4588.0, 4615.0, 4556.0, 4545.0, 4595.0, 4556.0, 4558.0, 4598.0, 4584.0, 4565.0, 4544.0, 4581.0, 4533.0, 4545.0, 4594.0, 4588.0, 4570.0, 4548.0, 4555.0, 4555.0, 4555.0, 4616.0, 4580.0, 4567.0, 4547.0, 4555.0, 4564.0, 4557.0, 4588.0, 4569.0, 4557.0, 4598.0, 4545.0, 4558.0, 4588.0, 4559.0, 4569.0, 4589.0, 4566.0, 4575.0, 4556.0, 4598.0, 4560.0, 4568.0, 4608.0, 4556.0, 4557.0, 4549.0, 4590.0, 4548.0, 4558.0, 4606.0, 4547.0, 4564.0, 4556.0, 4585.0, 4568.0, 4545.0, 4596.0, 4544.0, 4559.0, 4568.0, 4598.0, 4567.0, 4548.0, 4585.0, 4533.0, 4568.0, 4566.0, 4587.0, 4566.0, 4546.0, 4584.0, 4535.0, 4569.0, 4626.0, 4588.0, 4555.0, 4545.0, 4589.0, 4549.0, 4556.0, 4640.0, 4568.0, 4568.0, 4537.0, 4564.0, 4556.0, 4556.0, 4628.0, 4591.0, 4569.0, 4559.0, 4588.0, 4567.0, 4558.0, 4628.0, 4596.0, 4564.0, 4572.0, 4576.0, 4568.0, 4566.0, 4605.0, 4544.0, 4545.0, 4597.0, 4548.0, 4568.0, 4588.0, 4554.0, 4554.0, 4548.0, 4575.0, 4558.0, 4547.0, 4575.0, 4545.0, 4567.0, 4560.0, 4568.0, 4570.0, 4558.0, 4588.0, 4548.0, 4571.0, 4600.0, 4611.0, 4570.0, 4545.0, 4595.0, 4556.0, 4557.0, 4628.0, 4600.0, 4567.0, 4558.0, 4575.0, 4590.0, 4549.0, 4650.0, 4578.0, 4565.0, 4564.0, 4567.0, 4558.0, 4574.0, 4618.0, 4576.0, 4571.0, 4621.0, 4560.0, 4560.0, 4558.0, 4573.0, 4521.0, 4541.0, 4585.0, 4563.0, 4560.0, 4557.0, 4560.0, 4561.0, 4546.0, 4560.0, 4542.0, 4553.0, 4570.0, 4558.0, 4573.0, 4574.0, 4633.0, 4606.0, 4587.0, 4586.0, 4605.0, 4562.0, 4520.0, 4547.0, 4538.0, 4551.0, 4551.0, 4542.0, 4542.0, 4543.0, 4566.0, 4554.0, 4565.0, 4536.0, 4557.0, 4545.0, 4555.0, 4569.0, 4560.0, 4611.0, 4550.0, 4570.0, 4559.0, 4590.0, 4582.0, 4604.0, 4620.0, 4579.0, 4558.0, 4621.0, 4579.0, 4602.0, 4610.0, 4578.0, 4545.0, 4608.0, 4569.0, 4556.0, 4597.0, 4579.0, 4556.0, 4631.0, 4569.0, 4558.0, 4586.0, 4547.0, 4557.0, 4544.0, 4597.0, 4570.0, 4569.0, 4600.0, 4566.0, 4555.0, 4606.0, 4556.0, 4565.0, 4638.0, 4577.0, 4568.0, 4555.0, 4587.0, 4567.0, 4557.0, 4606.0, 4544.0, 4565.0, 4626.0, 4590.0, 4567.0, 4544.0, 4552.0, 4577.0, 4559.0, 4575.0, 4537.0, 4543.0, 4584.0, 4523.0, 4556.0, 4545.0, 4544.0, 4555.0, 4556.0, 4564.0, 4566.0, 4567.0, 4597.0, 4568.0, 4547.0, 4588.0, 4550.0, 4567.0, 4638.0, 4565.0, 4555.0, 4545.0, 4556.0, 4566.0, 4554.0, 4590.0, 4546.0, 4558.0, 4596.0, 4535.0, 4557.0, 4564.0, 4543.0, 4554.0, 4554.0, 4597.0, 4576.0, 4568.0, 4641.0, 4566.0, 4555.0, 4562.0, 4553.0, 4554.0, 4545.0, 4594.0, 4566.0, 4544.0, 4563.0, 4555.0, 4542.0, 4575.0, 4536.0, 4567.0, 4618.0, 4546.0, 4556.0, 4545.0, 4566.0, 4537.0, 4568.0, 4618.0, 4547.0, 4569.0, 4560.0, 4578.0, 4568.0, 4587.0, 4607.0, 4566.0, 4557.0, 4627.0, 4568.0, 4572.0, 4576.0, 4554.0, 4577.0, 4556.0, 4615.0, 4565.0, 4556.0, 4615.0, 4541.0, 4562.0, 4541.0, 4570.0, 4563.0, 4554.0, 4573.0, 4533.0, 4553.0, 4561.0, 4531.0, 4552.0, 4545.0, 4575.0, 4565.0, 4545.0, 4576.0, 4545.0, 4566.0, 4584.0, 4574.0, 4565.0, 4556.0, 4575.0, 4533.0, 4545.0, 4572.0, 4542.0, 4564.0, 4554.0, 4588.0, 4566.0, 4567.0, 4637.0, 4567.0, 4563.0, 4542.0, 4550.0, 4563.0, 4552.0, 4593.0, 4535.0, 4565.0, 4605.0, 4554.0, 4575.0, 4554.0, 4552.0, 4561.0, 4551.0, 4605.0, 4553.0, 4566.0, 4565.0, 4545.0, 4566.0, 4543.0, 4571.0, 4543.0, 4545.0, 4573.0, 4534.0, 4565.0, 4575.0, 4567.0, 4576.0, 4547.0, 4564.0, 4527.0, 4555.0, 4605.0, 4535.0, 4557.0, 4548.0, 4564.0, 4556.0, 4576.0, 4596.0, 4564.0, 4555.0, 4585.0, 4535.0, 4543.0, 4604.0, 4544.0, 4554.0, 4613.0, 4544.0, 4555.0, 4535.0, 4542.0, 4574.0, 4556.0, 4584.0, 4536.0, 4554.0, 4595.0, 4533.0, 4557.0, 4543.0, 4534.0, 4564.0, 4543.0, 4554.0, 4565.0, 4555.0, 4576.0, 4566.0, 4568.0, 4575.0, 4535.0, 4566.0, 4596.0, 4558.0, 4567.0, 4545.0, 4567.0, 4557.0, 4554.0, 4585.0, 4538.0, 4569.0, 4555.0, 4534.0, 4565.0, 4578.0, 4576.0, 4578.0, 4557.0, 4611.0, 4569.0, 4580.0, 4639.0, 4567.0, 4566.0, 4555.0, 4576.0, 4576.0, 4555.0, 4618.0, 4588.0, 4599.0, 4639.0, 4568.0, 4556.0, 4593.0, 4532.0, 4565.0, 4615.0, 4543.0, 4563.0, 4555.0, 4577.0, 4576.0, 4557.0, 4587.0, 4536.0, 4552.0, 4563.0, 4545.0, 4567.0, 4588.0, 4596.0, 4582.0, 4571.0, 4575.0, 4535.0, 4561.0, 4572.0, 4533.0, 4565.0, 4553.0, 4543.0, 4565.0, 4557.0, 4598.0, 4566.0, 4555.0, 4595.0, 4543.0, 4563.0, 4544.0, 4596.0, 4556.0, 4566.0, 4616.0, 4556.0, 4564.0, 4554.0, 4562.0, 4563.0, 4564.0, 4594.0, 4537.0, 4557.0, 4597.0, 4535.0, 4566.0, 4573.0, 4535.0, 4568.0, 4597.0, 4547.0, 4566.0, 4557.0, 4588.0, 4576.0, 4555.0, 4595.0, 4536.0, 4565.0, 4576.0, 4567.0, 4576.0, 4621.0, 4607.0, 4577.0, 4555.0, 4583.0, 4544.0, 4563.0, 4636.0, 4565.0, 4564.0, 4581.0, 4543.0, 4575.0, 4544.0, 4564.0, 4564.0, 4551.0, 4553.0, 4553.0, 4541.0, 4574.0, 4534.0, 4567.0, 4594.0, 4565.0, 4574.0, 4542.0, 4551.0, 4574.0, 4555.0, 4584.0, 4549.0, 4583.0, 4580.0, 4559.0, 4562.0, 4541.0, 4552.0, 4565.0, 4555.0, 4586.0, 4546.0, 4567.0, 4558.0, 4578.0, 4578.0, 4558.0, 4638.0, 4577.0, 4566.0, 4555.0, 4565.0, 4576.0, 4556.0, 4607.0, 4556.0, 4566.0, 4628.0, 4567.0, 4577.0, 4544.0, 4552.0, 4576.0, 4553.0, 4609.0, 4578.0, 4547.0, 4577.0, 4547.0, 4554.0, 4572.0, 4556.0, 4565.0, 4596.0, 4585.0, 4574.0, 4565.0, 4617.0, 4559.0, 4566.0, 4606.0, 4555.0, 4564.0, 4544.0, 4563.0, 4565.0, 4544.0, 4555.0, 4534.0, 4579.0, 4598.0, 4556.0, 4567.0, 4547.0, 4556.0, 4567.0, 4556.0, 4585.0, 4549.0, 4569.0, 4577.0, 4560.0, 4580.0, 4567.0, 4609.0, 4579.0, 4545.0, 4598.0, 4579.0, 4597.0, 4636.0, 4588.0, 4589.0, 4617.0, 4545.0, 4556.0, 4616.0, 4545.0, 4541.0, 4552.0, 4571.0, 4552.0, 4585.0, 4544.0, 4565.0, 4554.0, 4531.0, 4560.0, 4563.0, 4581.0, 4543.0, 4571.0, 4563.0, 4595.0, 4553.0, 4574.0, 4554.0, 4595.0, 4544.0, 4564.0, 4591.0, 4564.0, 4560.0, 4562.0, 4552.0, 4575.0, 4555.0, 4552.0, 4574.0, 4541.0, 4552.0, 4573.0, 4554.0, 4552.0, 4524.0, 4555.0, 4554.0, 4524.0, 4565.0, 4555.0, 4547.0, 4568.0, 4558.0, 4568.0, 4578.0, 4558.0, 4576.0, 4565.0, 4589.0, 4620.0, 4588.0, 4556.0, 4574.0, 4575.0, 4551.0, 4573.0, 4564.0, 4553.0, 4585.0, 4564.0, 4554.0, 4626.0, 4567.0, 4568.0, 4574.0, 4533.0, 4553.0, 4543.0, 4543.0, 4554.0, 4596.0, 4577.0, 4576.0, 4556.0, 4556.0, 4563.0, 4552.0, 4574.0, 4534.0, 4568.0, 4629.0, 4558.0, 4580.0, 4556.0, 4565.0, 4578.0, 4565.0, 4607.0, 4579.0, 4557.0, 4607.0, 4546.0, 4563.0, 4561.0, 4543.0, 4564.0, 4594.0, 4595.0, 4564.0, 4553.0, 4554.0, 4563.0, 4552.0, 4563.0, 4533.0, 4552.0, 4613.0, 4546.0, 4564.0, 4555.0, 4543.0, 4563.0, 4551.0, 4543.0, 4565.0, 4544.0, 4553.0, 4576.0, 4554.0, 4564.0, 4576.0, 4566.0, 4572.0, 4534.0, 4565.0, 4606.0, 4559.0, 4567.0, 4566.0, 4547.0, 4565.0, 4555.0, 4574.0, 4552.0, 4555.0, 4584.0, 4536.0, 4556.0, 4597.0, 4547.0, 4556.0, 4555.0, 4546.0, 4577.0, 4566.0, 4566.0, 4547.0, 4567.0, 4628.0, 4577.0, 4565.0, 4557.0, 4557.0, 4578.0, 4564.0, 4595.0, 4545.0, 4566.0, 4596.0, 4588.0, 4566.0, 4557.0, 4574.0, 4545.0, 4554.0, 4606.0, 4544.0, 4565.0, 4576.0, 4555.0, 4566.0, 4556.0, 4575.0, 4576.0, 4555.0, 4576.0, 4545.0, 4571.0, 4595.0, 4544.0, 4575.0, 4567.0, 4586.0, 4545.0, 4554.0, 4587.0, 4546.0, 4558.0, 4570.0, 4547.0, 4566.0, 4555.0, 4557.0, 4590.0, 4567.0, 4617.0, 4567.0, 4566.0, 4604.0, 4547.0, 4566.0, 4543.0, 4552.0, 4576.0, 4557.0, 4607.0, 4578.0, 4557.0, 4587.0, 4547.0, 4577.0, 4579.0, 4566.0, 4576.0, 4555.0, 4564.0, 4555.0, 4556.0, 4605.0, 4547.0, 4570.0, 4585.0, 4596.0, 4574.0, 4555.0, 4563.0, 4546.0, 4557.0, 4606.0, 4581.0, 4566.0, 4569.0, 4568.0, 4556.0, 4569.0, 4607.0, 4566.0, 4565.0, 4554.0, 4552.0, 4574.0, 4556.0, 4595.0, 4577.0, 4567.0, 4584.0, 4555.0, 4564.0, 4554.0, 4564.0, 4575.0, 4556.0, 4564.0, 4538.0, 4567.0, 4557.0, 4546.0, 4565.0, 4553.0, 4556.0, 4566.0, 4558.0, 4617.0, 4546.0, 4569.0, 4567.0, 4554.0, 4578.0, 4554.0, 4563.0, 4572.0, 4554.0, 4586.0, 4534.0, 4567.0, 4625.0, 4557.0, 4578.0, 4556.0, 4553.0, 4548.0, 4552.0, 4596.0, 4557.0, 4587.0, 4578.0, 4565.0, 4577.0, 4568.0, 4598.0, 4546.0, 4568.0, 4595.0, 4563.0, 4586.0, 4553.0, 4584.0, 4546.0, 4578.0, 4588.0, 4555.0, 4578.0, 4557.0, 4598.0, 4535.0, 4564.0, 4574.0, 4545.0, 4578.0, 4556.0, 4556.0, 4574.0, 4567.0, 4588.0, 4546.0, 4567.0, 4617.0, 4536.0, 4564.0, 4555.0, 4554.0, 4564.0, 4554.0, 4584.0, 4524.0, 4566.0, 4555.0, 4568.0], 'WindowWidth': [10283.0, 10253.0, 10231.0, 10142.0, 10091.0, 10070.0, 10010.0, 10047.0, 10098.0, 10065.0, 10046.0, 10023.0, 10041.0, 10056.0, 10027.0, 10066.0, 9996.0, 10042.0, 10033.0, 10031.0, 10026.0, 10008.0, 10038.0, 10037.0, 10029.0, 10112.0, 10023.0, 10026.0, 10023.0, 10057.0, 10056.0, 10041.0, 10079.0, 9996.0, 10018.0, 10113.0, 10037.0, 10044.0, 10063.0, 10031.0, 10028.0, 10018.0, 10077.0, 10037.0, 10022.0, 10060.0, 9986.0, 10000.0, 10088.0, 10006.0, 10019.0, 10082.0, 10040.0, 10018.0, 10002.0, 10027.0, 9976.0, 10006.0, 10006.0, 10037.0, 10075.0, 10028.0, 10067.0, 10044.0, 10041.0, 10078.0, 10043.0, 10037.0, 10042.0, 10138.0, 10062.0, 10033.0, 10035.0, 10085.0, 10023.0, 10038.0, 10019.0, 10017.0, 10052.0, 10041.0, 10112.0, 10009.0, 10017.0, 10056.0, 10003.0, 10036.0, 10053.0, 10113.0, 10038.0, 10020.0, 10072.0, 10013.0, 10059.0, 10091.0, 10110.0, 10046.0, 10005.0, 10024.0, 10020.0, 10038.0, 10099.0, 10031.0, 10012.0, 10002.0, 10016.0, 10046.0, 10038.0, 10064.0, 10048.0, 10017.0, 10055.0, 10000.0, 10016.0, 10036.0, 10049.0, 10030.0, 10015.0, 10024.0, 9987.0, 9998.0, 10072.0, 10023.0, 10040.0, 10010.0, 10019.0, 10027.0, 10001.0, 10050.0, 10007.0, 10029.0, 10064.0, 10007.0, 10020.0, 10017.0, 10059.0, 10013.0, 10029.0, 10088.0, 10004.0, 10017.0, 10002.0, 10047.0, 10037.0, 10013.0, 10058.0, 9993.0, 10023.0, 10083.0, 10039.0, 10058.0, 10028.0, 10047.0, 10043.0, 10021.0, 10107.0, 10055.0, 10038.0, 10101.0, 10029.0, 10015.0, 10000.0, 10061.0, 10033.0, 10065.0, 10098.0, 10016.0, 10001.0, 10067.0, 10017.0, 10022.0, 10076.0, 10054.0, 10027.0, 9998.0, 10046.0, 9984.0, 10003.0, 10069.0, 10065.0, 10041.0, 10010.0, 10016.0, 10014.0, 10017.0, 10099.0, 10057.0, 10034.0, 10007.0, 10015.0, 10027.0, 10023.0, 10064.0, 10040.0, 10022.0, 10075.0, 10002.0, 10020.0, 10064.0, 10029.0, 10041.0, 10067.0, 10032.0, 10043.0, 10016.0, 10080.0, 10031.0, 10040.0, 10091.0, 10019.0, 10020.0, 10011.0, 10071.0, 10012.0, 10023.0, 10084.0, 10004.0, 10028.0, 10021.0, 10056.0, 10038.0, 10004.0, 10070.0, 9999.0, 10028.0, 10038.0, 10077.0, 10036.0, 10008.0, 10055.0, 9984.0, 10038.0, 10035.0, 10064.0, 10031.0, 10003.0, 10052.0, 9991.0, 10041.0, 10116.0, 10063.0, 10015.0, 10000.0, 10069.0, 10016.0, 10019.0, 10135.0, 10038.0, 10038.0, 9994.0, 10027.0, 10017.0, 10020.0, 10117.0, 10073.0, 10040.0, 10026.0, 10062.0, 10035.0, 10026.0, 10118.0, 10073.0, 10026.0, 10036.0, 10045.0, 10038.0, 10033.0, 10085.0, 10001.0, 10001.0, 10075.0, 10012.0, 10036.0, 10063.0, 10013.0, 10012.0, 10009.0, 10044.0, 10023.0, 10009.0, 10043.0, 10002.0, 10035.0, 10030.0, 10037.0, 10047.0, 10026.0, 10064.0, 10009.0, 10049.0, 10083.0, 10099.0, 10040.0, 10003.0, 10069.0, 10017.0, 10023.0, 10119.0, 10082.0, 10034.0, 10022.0, 10043.0, 10069.0, 10012.0, 10153.0, 10050.0, 10030.0, 10027.0, 10034.0, 10021.0, 10042.0, 10104.0, 10047.0, 10049.0, 10114.0, 10029.0, 10031.0, 10024.0, 10039.0, 9961.0, 9986.0, 10054.0, 10035.0, 10025.0, 10018.0, 10028.0, 10030.0, 10001.0, 10011.0, 9988.0, 10003.0, 10024.0, 10007.0, 10034.0, 10036.0, 10120.0, 10084.0, 10059.0, 10059.0, 10081.0, 10020.0, 9957.0, 9989.0, 9981.0, 10004.0, 10004.0, 9991.0, 9991.0, 9995.0, 10033.0, 10015.0, 10032.0, 9992.0, 10020.0, 10001.0, 10018.0, 10041.0, 10031.0, 10098.0, 10017.0, 10043.0, 10027.0, 10073.0, 10064.0, 10092.0, 10110.0, 10052.0, 10022.0, 10115.0, 10053.0, 10088.0, 10094.0, 10048.0, 10002.0, 10091.0, 10037.0, 10017.0, 10071.0, 10050.0, 10021.0, 10124.0, 10038.0, 10023.0, 10059.0, 10005.0, 10020.0, 10003.0, 10075.0, 10045.0, 10041.0, 10081.0, 10032.0, 10014.0, 10084.0, 10018.0, 10031.0, 10135.0, 10046.0, 10035.0, 10015.0, 10061.0, 10032.0, 10020.0, 10083.0, 9999.0, 10032.0, 10113.0, 10067.0, 10033.0, 10000.0, 10009.0, 10045.0, 10027.0, 10041.0, 9992.0, 9997.0, 10052.0, 9970.0, 10016.0, 10000.0, 9998.0, 10015.0, 10019.0, 10027.0, 10030.0, 10033.0, 10076.0, 10036.0, 10006.0, 10062.0, 10017.0, 10035.0, 10130.0, 10027.0, 10014.0, 10001.0, 10017.0, 10030.0, 10013.0, 10072.0, 10008.0, 10021.0, 10070.0, 9989.0, 10018.0, 10026.0, 9999.0, 10015.0, 10015.0, 10071.0, 10047.0, 10039.0, 10141.0, 10032.0, 10018.0, 10022.0, 10008.0, 10012.0, 10001.0, 10068.0, 10031.0, 9998.0, 10024.0, 10014.0, 9994.0, 10044.0, 9990.0, 10035.0, 10105.0, 10005.0, 10017.0, 10001.0, 10032.0, 9995.0, 10038.0, 10105.0, 10009.0, 10039.0, 10029.0, 10052.0, 10039.0, 10062.0, 10088.0, 10031.0, 10024.0, 10119.0, 10038.0, 10051.0, 10048.0, 10014.0, 10048.0, 10019.0, 10098.0, 10030.0, 10018.0, 10096.0, 9993.0, 10019.0, 9992.0, 10030.0, 10024.0, 10012.0, 10038.0, 9982.0, 10008.0, 10018.0, 9977.0, 10011.0, 10000.0, 10041.0, 10029.0, 10001.0, 10046.0, 10007.0, 10033.0, 10054.0, 10038.0, 10024.0, 10017.0, 10041.0, 9984.0, 9999.0, 10034.0, 9995.0, 10026.0, 10015.0, 10068.0, 10033.0, 10035.0, 10133.0, 10035.0, 10026.0, 9993.0, 10004.0, 10022.0, 10008.0, 10064.0, 9989.0, 10030.0, 10084.0, 10014.0, 10045.0, 10015.0, 10008.0, 10018.0, 10007.0, 10082.0, 10012.0, 10032.0, 10030.0, 10002.0, 10029.0, 9997.0, 10032.0, 9997.0, 10000.0, 10035.0, 9985.0, 10028.0, 10045.0, 10034.0, 10047.0, 10008.0, 10029.0, 9981.0, 10017.0, 10083.0, 9988.0, 10020.0, 10012.0, 10030.0, 10018.0, 10044.0, 10071.0, 10026.0, 10014.0, 10055.0, 9988.0, 9996.0, 10081.0, 10001.0, 10013.0, 10090.0, 9999.0, 10016.0, 9990.0, 9996.0, 10040.0, 10019.0, 10053.0, 9989.0, 10012.0, 10067.0, 9985.0, 10018.0, 9997.0, 9984.0, 10026.0, 9997.0, 10013.0, 10029.0, 10018.0, 10046.0, 10032.0, 10036.0, 10042.0, 9991.0, 10036.0, 10075.0, 10023.0, 10035.0, 10006.0, 10037.0, 10020.0, 10015.0, 10056.0, 9999.0, 10040.0, 10018.0, 9990.0, 10032.0, 10052.0, 10046.0, 10050.0, 10023.0, 10102.0, 10042.0, 10057.0, 10136.0, 10036.0, 10033.0, 10015.0, 10044.0, 10045.0, 10017.0, 10108.0, 10066.0, 10080.0, 10137.0, 10038.0, 10019.0, 10064.0, 9982.0, 10028.0, 10098.0, 9998.0, 10024.0, 10017.0, 10052.0, 10047.0, 10021.0, 10062.0, 9990.0, 10009.0, 10023.0, 10001.0, 10035.0, 10064.0, 10074.0, 10063.0, 10046.0, 10045.0, 9989.0, 10017.0, 10033.0, 9987.0, 10030.0, 10011.0, 9998.0, 10030.0, 10025.0, 10077.0, 10033.0, 10017.0, 10069.0, 9998.0, 10026.0, 9999.0, 10071.0, 10016.0, 10032.0, 10099.0, 10017.0, 10026.0, 10013.0, 10023.0, 10024.0, 10026.0, 10068.0, 9992.0, 10021.0, 10074.0, 9990.0, 10034.0, 10040.0, 9990.0, 10036.0, 10075.0, 10008.0, 10033.0, 10022.0, 10067.0, 10047.0, 10019.0, 10072.0, 9990.0, 10028.0, 10047.0, 10038.0, 10047.0, 10113.0, 10091.0, 10048.0, 10016.0, 10049.0, 10001.0, 10024.0, 10130.0, 10028.0, 10025.0, 10046.0, 9995.0, 10041.0, 10000.0, 10028.0, 10026.0, 10007.0, 10010.0, 10008.0, 9993.0, 10039.0, 9987.0, 10033.0, 10070.0, 10029.0, 10039.0, 9992.0, 10006.0, 10045.0, 10018.0, 10055.0, 10019.0, 10069.0, 10061.0, 10032.0, 10021.0, 9990.0, 10005.0, 10023.0, 10016.0, 10056.0, 10004.0, 10035.0, 10024.0, 10053.0, 10052.0, 10025.0, 10132.0, 10047.0, 10032.0, 10015.0, 10028.0, 10043.0, 10018.0, 10088.0, 10020.0, 10034.0, 10119.0, 10036.0, 10048.0, 10000.0, 10008.0, 10044.0, 10013.0, 10092.0, 10049.0, 10009.0, 10048.0, 10008.0, 10015.0, 10037.0, 10017.0, 10030.0, 10073.0, 10056.0, 10040.0, 10030.0, 10104.0, 10025.0, 10035.0, 10087.0, 10017.0, 10027.0, 9999.0, 10024.0, 10033.0, 10001.0, 10016.0, 9990.0, 10055.0, 10080.0, 10021.0, 10037.0, 10009.0, 10018.0, 10034.0, 10019.0, 10061.0, 10018.0, 10043.0, 10051.0, 10029.0, 10058.0, 10038.0, 10096.0, 10052.0, 10003.0, 10081.0, 10052.0, 10074.0, 10129.0, 10061.0, 10065.0, 10105.0, 10004.0, 10018.0, 10100.0, 10001.0, 9992.0, 10005.0, 10030.0, 10007.0, 10055.0, 9999.0, 10028.0, 10012.0, 9978.0, 10013.0, 10020.0, 10045.0, 9994.0, 10029.0, 10020.0, 10067.0, 10008.0, 10038.0, 10012.0, 10067.0, 9998.0, 10025.0, 10058.0, 10023.0, 10016.0, 10018.0, 10005.0, 10042.0, 10015.0, 10008.0, 10037.0, 9990.0, 10006.0, 10036.0, 10013.0, 10008.0, 9973.0, 10014.0, 10013.0, 9973.0, 10030.0, 10016.0, 10009.0, 10038.0, 10025.0, 10038.0, 10049.0, 10020.0, 10044.0, 10029.0, 10065.0, 10109.0, 10062.0, 10016.0, 10039.0, 10038.0, 10005.0, 10036.0, 10023.0, 10007.0, 10053.0, 10024.0, 10012.0, 10113.0, 10033.0, 10036.0, 10041.0, 9981.0, 10007.0, 9995.0, 9996.0, 10011.0, 10069.0, 10047.0, 10047.0, 10020.0, 10016.0, 10022.0, 10006.0, 10040.0, 9988.0, 10036.0, 10122.0, 10025.0, 10056.0, 10020.0, 10028.0, 10047.0, 10029.0, 10089.0, 10053.0, 10022.0, 10087.0, 10004.0, 10024.0, 10019.0, 9995.0, 10025.0, 10065.0, 10068.0, 10027.0, 10012.0, 10012.0, 10022.0, 10005.0, 10022.0, 9982.0, 10007.0, 10094.0, 10003.0, 10026.0, 10015.0, 9996.0, 10021.0, 10006.0, 9996.0, 10028.0, 9999.0, 10010.0, 10043.0, 10013.0, 10028.0, 10043.0, 10028.0, 10036.0, 9987.0, 10030.0, 10086.0, 10026.0, 10034.0, 10033.0, 10009.0, 10029.0, 10015.0, 10040.0, 10007.0, 10013.0, 10052.0, 9990.0, 10018.0, 10077.0, 10007.0, 10019.0, 10015.0, 10002.0, 10044.0, 10032.0, 10033.0, 10008.0, 10035.0, 10117.0, 10047.0, 10030.0, 10021.0, 10022.0, 10049.0, 10026.0, 10067.0, 10001.0, 10031.0, 10072.0, 10061.0, 10031.0, 10020.0, 10040.0, 10000.0, 10010.0, 10082.0, 9999.0, 10028.0, 10043.0, 10015.0, 10031.0, 10018.0, 10041.0, 10044.0, 10016.0, 10044.0, 10002.0, 10045.0, 10072.0, 10001.0, 10043.0, 10034.0, 10056.0, 10000.0, 10012.0, 10059.0, 10005.0, 10024.0, 10042.0, 10009.0, 10034.0, 10017.0, 10020.0, 10070.0, 10036.0, 10103.0, 10032.0, 10030.0, 10082.0, 10004.0, 10029.0, 9997.0, 10007.0, 10043.0, 10020.0, 10087.0, 10050.0, 10021.0, 10060.0, 10004.0, 10049.0, 10054.0, 10032.0, 10047.0, 10013.0, 10026.0, 10013.0, 10019.0, 10081.0, 10008.0, 10041.0, 10056.0, 10073.0, 10040.0, 10013.0, 10023.0, 10007.0, 10019.0, 10087.0, 10057.0, 10031.0, 10040.0, 10040.0, 10018.0, 10038.0, 10087.0, 10031.0, 10029.0, 10013.0, 10007.0, 10038.0, 10016.0, 10068.0, 10049.0, 10035.0, 10055.0, 10013.0, 10025.0, 10013.0, 10025.0, 10041.0, 10015.0, 10026.0, 9994.0, 10033.0, 10022.0, 10005.0, 10027.0, 10010.0, 10016.0, 10031.0, 10023.0, 10104.0, 10005.0, 10038.0, 10036.0, 10016.0, 10051.0, 10014.0, 10023.0, 10035.0, 10011.0, 10058.0, 9988.0, 10035.0, 10111.0, 10020.0, 10048.0, 10019.0, 10006.0, 9992.0, 10007.0, 10070.0, 10020.0, 10060.0, 10048.0, 10029.0, 10050.0, 10037.0, 10078.0, 10009.0, 10037.0, 10071.0, 10025.0, 10056.0, 10010.0, 10053.0, 10006.0, 10050.0, 10067.0, 10016.0, 10049.0, 10021.0, 10076.0, 9991.0, 10026.0, 10041.0, 10001.0, 10052.0, 10019.0, 10016.0, 10039.0, 10035.0, 10062.0, 10005.0, 10037.0, 10101.0, 9990.0, 10026.0, 10015.0, 10012.0, 10024.0, 10012.0, 10052.0, 9970.0, 10029.0, 10018.0, 10040.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.0002525</td></tr>
<tr><td colspan=3>aqi</td><td>0.022142776909722224</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.677428320981704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1432487058644667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9921218646568194</td></tr>
<tr><td colspan=3>efc</td><td>0.5506</td></tr>
<tr><td colspan=3>fber</td><td>1558.4843</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11386610284422778</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>155</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.45486111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4776733363322143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3867776703675134</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.700997935603191</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.345244403025938</td></tr>
<tr><td colspan=3>gcor</td><td>0.00443586</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014696288853883743</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06090959906578064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.183809139267932</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.262</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>108.1193</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>304.7337</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>97.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1323.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>496.9641</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7069</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.2367</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3714.8386</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.9507</td></tr>
<tr><td colspan=3>tsnr</td><td>36.2651765642222</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>