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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-02/func/sub-0005_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a101ec45b3db8b706a036c5d1be6f4e1</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>15:09:37.042500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998995, 0.0239996, -0.0378527, -0.0242405, 0.999689, -0.00591759]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0997013</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7765, -7239, 454, -54, 7, -10, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe38cc41-bff8-4d10-b6fc-9f839c199bba||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802308559417725, -0.0650353878736496, -0.10178691148757935, 115.9570541381836], [-0.06438911706209183, 2.682091474533081, -0.018438853323459625, -86.76465606689453], [-0.10155592113733292, 0.015876449644565582, 2.6980175971984863, -26.831417083740234], [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, 1156]</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], 'AcquisitionTime': ['150937.042500', '150937.502500', '150937.962500', '150938.422500', '150938.882500', '150939.342500', '150939.802500', '150940.262500', '150940.722500', '150941.182500', '150941.642500', '150942.102500', '150942.562500', '150943.022500', '150943.482500', '150943.942500', '150944.402500', '150944.862500', '150945.322500', '150945.782500', '150946.242500', '150946.702500', '150947.162500', '150947.622500', '150948.082500', '150948.542500', '150949.002500', '150949.462500', '150949.922500', '150950.382500', '150950.842500', '150951.302500', '150951.762500', '150952.222500', '150952.682500', '150953.142500', '150953.602500', '150954.062500', '150954.522500', '150954.982500', '150955.442500', '150955.902500', '150956.362500', '150956.822500', '150957.282500', '150957.742500', '150958.202500', '150958.662500', '150959.122500', '150959.582500', '151000.042500', '151000.502500', '151000.962500', '151001.422500', '151001.882500', '151002.342500', '151002.802500', '151003.262500', '151003.722500', '151004.182500', '151004.642500', '151005.102500', '151005.562500', '151006.022500', '151006.482500', '151006.942500', '151007.402500', '151007.862500', '151008.322500', '151008.782500', '151009.242500', '151009.702500', '151010.162500', '151010.622500', '151011.082500', '151011.542500', '151012.002500', '151012.462500', '151012.922500', '151013.382500', '151013.842500', '151014.302500', '151014.762500', '151015.222500', '151015.682500', '151016.142500', '151016.602500', '151017.062500', '151017.522500', '151017.982500', '151018.442500', '151018.902500', '151019.362500', '151019.822500', '151020.282500', '151020.742500', '151021.202500', '151021.662500', '151022.122500', '151022.582500', '151023.042500', '151023.502500', '151023.962500', '151024.422500', '151024.882500', '151025.342500', '151025.802500', '151026.262500', '151026.722500', '151027.182500', '151027.642500', '151028.102500', '151028.562500', '151029.022500', '151029.482500', '151029.942500', '151030.402500', '151030.862500', '151031.322500', '151031.782500', '151032.242500', '151032.702500', '151033.162500', '151033.622500', '151034.082500', '151034.542500', '151035.002500', '151035.462500', '151035.922500', '151036.382500', '151036.842500', '151037.302500', '151037.762500', '151038.222500', '151038.682500', '151039.142500', '151039.602500', '151040.062500', '151040.522500', '151040.982500', '151041.442500', '151041.902500', '151042.362500', '151042.822500', '151043.282500', '151043.742500', '151044.202500', '151044.662500', '151045.122500', '151045.582500', '151046.042500', '151046.502500', '151046.962500', '151047.422500', '151047.882500', '151048.342500', '151048.802500', '151049.262500', '151049.722500', '151050.182500', '151050.642500', '151051.102500', '151051.562500', '151052.022500', '151052.482500', '151052.942500', '151053.402500', '151053.862500', '151054.322500', '151054.782500', '151055.242500', '151055.702500', '151056.162500', '151056.622500', '151057.082500', '151057.542500', '151058.002500', '151058.462500', '151058.922500', '151059.382500', '151059.842500', '151100.302500', '151100.762500', '151101.222500', '151101.682500', '151102.142500', '151102.602500', '151103.062500', '151103.522500', '151103.982500', '151104.442500', '151104.902500', '151105.362500', '151105.822500', '151106.282500', '151106.742500', '151107.202500', '151107.662500', '151108.122500', '151108.582500', '151109.042500', '151109.502500', '151109.962500', '151110.422500', '151110.882500', '151111.342500', '151111.802500', '151112.262500', '151112.722500', '151113.182500', '151113.642500', '151114.102500', '151114.562500', '151115.022500', '151115.482500', '151115.942500', '151116.402500', '151116.862500', '151117.322500', '151117.782500', '151118.242500', '151118.702500', '151119.162500', '151119.622500', '151120.082500', '151120.542500', '151121.002500', '151121.462500', '151121.922500', '151122.382500', '151122.842500', '151123.302500', '151123.762500', '151124.222500', '151124.682500', '151125.142500', '151125.602500', '151126.062500', '151126.522500', '151126.982500', '151127.442500', '151127.902500', '151128.362500', '151128.822500', '151129.282500', '151129.742500', '151130.202500', '151130.662500', '151131.122500', '151131.582500', '151132.042500', '151132.502500', '151132.962500', '151133.422500', '151133.882500', '151134.342500', '151134.802500', '151135.262500', '151135.722500', '151136.182500', '151136.642500', '151137.102500', '151137.562500', '151138.022500', '151138.482500', '151138.942500', '151139.402500', '151139.862500', '151140.322500', '151140.782500', '151141.242500', '151141.702500', '151142.162500', '151142.622500', '151143.082500', '151143.542500', '151144.002500', '151144.462500', '151144.922500', '151145.382500', '151145.842500', '151146.302500', '151146.762500', '151147.222500', '151147.682500', '151148.142500', '151148.602500', '151149.062500', '151149.522500', '151149.982500', '151150.442500', '151150.902500', '151151.362500', '151151.822500', '151152.282500', '151152.742500', '151153.202500', '151153.662500', '151154.122500', '151154.582500', '151155.042500', '151155.502500', '151155.962500', '151156.422500', '151156.882500', '151157.342500', '151157.802500', '151158.262500', '151158.722500', '151159.182500', '151159.642500', '151200.102500', '151200.562500', '151201.022500', '151201.482500', '151201.942500', '151202.402500', '151202.862500', '151203.322500', '151203.782500', '151204.242500', '151204.702500', '151205.162500', '151205.622500', '151206.082500', '151206.542500', '151207.002500', '151207.462500', '151207.922500', '151208.382500', '151208.842500', '151209.302500', '151209.762500', '151210.222500', '151210.682500', '151211.142500', '151211.602500', '151212.062500', '151212.522500', '151212.982500', '151213.442500', '151213.902500', '151214.362500', '151214.822500', '151215.282500', '151215.742500', '151216.202500', '151216.662500', '151217.122500', '151217.582500', '151218.042500', '151218.502500', '151218.962500', '151219.422500', '151219.882500', '151220.342500', '151220.802500', '151221.262500', '151221.722500', '151222.182500', '151222.642500', '151223.102500', '151223.562500', '151224.022500', '151224.482500', '151224.942500', '151225.402500', '151225.862500', '151226.322500', '151226.782500', '151227.242500', '151227.702500', '151228.162500', '151228.622500', '151229.082500', '151229.542500', '151230.002500', '151230.462500', '151230.922500', '151231.382500', '151231.842500', '151232.302500', '151232.762500', '151233.222500', '151233.682500', '151234.142500', '151234.602500', '151235.062500', '151235.522500', '151235.982500', '151236.442500', '151236.902500', '151237.362500', '151237.822500', '151238.282500', '151238.742500', '151239.202500', '151239.662500', '151240.122500', '151240.582500', '151241.042500', '151241.502500', '151241.962500', '151242.422500', '151242.882500', '151243.342500', '151243.802500', '151244.262500', '151244.722500', '151245.182500', '151245.642500', '151246.102500', '151246.562500', '151247.022500', '151247.482500', '151247.942500', '151248.402500', '151248.862500', '151249.322500', '151249.782500', '151250.242500', '151250.702500', '151251.162500', '151251.622500', '151252.082500', '151252.542500', '151253.002500', '151253.462500', '151253.922500', '151254.382500', '151254.842500', '151255.302500', '151255.762500', '151256.222500', '151256.682500', '151257.142500', '151257.602500', '151258.062500', '151258.522500', '151258.982500', '151259.442500', '151259.902500', '151300.362500', '151300.822500', '151301.282500', '151301.742500', '151302.202500', '151302.662500', '151303.122500', '151303.582500', '151304.042500', '151304.502500', '151304.962500', '151305.422500', '151305.882500', '151306.342500', '151306.802500', '151307.262500', '151307.722500', '151308.182500', '151308.642500', '151309.102500', '151309.562500', '151310.022500', '151310.482500', '151310.942500', '151311.402500', '151311.862500', '151312.322500', '151312.782500', '151313.242500', '151313.702500', '151314.162500', '151314.622500', '151315.082500', '151315.542500', '151316.002500', '151316.462500', '151316.922500', '151317.382500', '151317.842500', '151318.302500', '151318.762500', '151319.222500', '151319.682500', '151320.142500', '151320.602500', '151321.062500', '151321.522500', '151321.982500', '151322.442500', '151322.902500', '151323.362500', '151323.822500', '151324.282500', '151324.742500', '151325.202500', '151325.662500', '151326.122500', '151326.582500', '151327.042500', '151327.502500', '151327.962500', '151328.422500', '151328.882500', '151329.342500', '151329.802500', '151330.262500', '151330.722500', '151331.182500', '151331.642500', '151332.102500', '151332.562500', '151333.022500', '151333.482500', '151333.942500', '151334.402500', '151334.862500', '151335.322500', '151335.782500', '151336.242500', '151336.702500', '151337.162500', '151337.622500', '151338.082500', '151338.542500', '151339.002500', '151339.462500', '151339.922500', '151340.382500', '151340.842500', '151341.302500', '151341.762500', '151342.222500', '151342.682500', '151343.142500', '151343.602500', '151344.062500', '151344.522500', '151344.982500', '151345.442500', '151345.902500', '151346.362500', '151346.822500', '151347.282500', '151347.742500', '151348.202500', '151348.662500', '151349.122500', '151349.582500', '151350.042500', '151350.502500', '151350.962500', '151351.422500', '151351.882500', '151352.342500', '151352.802500', '151353.262500', '151353.722500', '151354.182500', '151354.642500', '151355.102500', '151355.562500', '151356.022500', '151356.482500', '151356.942500', '151357.402500', '151357.862500', '151358.322500', '151358.782500', '151359.242500', '151359.702500', '151400.162500', '151400.622500', '151401.082500', '151401.542500', '151402.002500', '151402.462500', '151402.922500', '151403.382500', '151403.842500', '151404.302500', '151404.762500', '151405.222500', '151405.682500', '151406.142500', '151406.602500', '151407.062500', '151407.522500', '151407.982500', '151408.442500', '151408.902500', '151409.362500', '151409.822500', '151410.282500', '151410.742500', '151411.202500', '151411.662500', '151412.122500', '151412.582500', '151413.042500', '151413.502500', '151413.962500', '151414.422500', '151414.882500', '151415.342500', '151415.802500', '151416.262500', '151416.722500', '151417.182500', '151417.642500', '151418.102500', '151418.562500', '151419.022500', '151419.482500', '151419.942500', '151420.402500', '151420.862500', '151421.322500', '151421.782500', '151422.242500', '151422.702500', '151423.162500', '151423.622500', '151424.082500', '151424.542500', '151425.002500', '151425.462500', '151425.922500', '151426.382500', '151426.842500', '151427.302500', '151427.762500', '151428.222500', '151428.682500', '151429.142500', '151429.602500', '151430.062500', '151430.522500', '151430.982500', '151431.442500', '151431.902500', '151432.362500', '151432.822500', '151433.282500', '151433.742500', '151434.202500', '151434.662500', '151435.122500', '151435.582500', '151436.042500', '151436.502500', '151436.962500', '151437.422500', '151437.882500', '151438.342500', '151438.802500', '151439.262500', '151439.722500', '151440.182500', '151440.642500', '151441.102500', '151441.562500', '151442.022500', '151442.482500', '151442.942500', '151443.402500', '151443.862500', '151444.322500', '151444.782500', '151445.242500', '151445.702500', '151446.162500', '151446.622500', '151447.082500', '151447.542500', '151448.002500', '151448.462500', '151448.922500', '151449.382500', '151449.842500', '151450.302500', '151450.762500', '151451.222500', '151451.682500', '151452.142500', '151452.602500', '151453.062500', '151453.522500', '151453.982500', '151454.442500', '151454.902500', '151455.362500', '151455.822500', '151456.282500', '151456.742500', '151457.202500', '151457.662500', '151458.122500', '151458.582500', '151459.042500', '151459.502500', '151459.962500', '151500.422500', '151500.882500', '151501.342500', '151501.802500', '151502.262500', '151502.722500', '151503.182500', '151503.642500', '151504.102500', '151504.562500', '151505.022500', '151505.482500', '151505.942500', '151506.402500', '151506.862500', '151507.322500', '151507.782500', '151508.242500', '151508.702500', '151509.162500', '151509.622500', '151510.082500', '151510.542500', '151511.002500', '151511.462500', '151511.922500', '151512.382500', '151512.842500', '151513.302500', '151513.762500', '151514.222500', '151514.682500', '151515.142500', '151515.602500', '151516.062500', '151516.522500', '151516.982500', '151517.442500', '151517.902500', '151518.362500', '151518.822500', '151519.282500', '151519.742500', '151520.202500', '151520.662500', '151521.122500', '151521.582500', '151522.042500', '151522.502500', '151522.962500', '151523.422500', '151523.882500', '151524.342500', '151524.802500', '151525.262500', '151525.722500', '151526.182500', '151526.642500', '151527.102500', '151527.562500', '151528.022500', '151528.482500', '151528.942500', '151529.402500', '151529.862500', '151530.322500', '151530.782500', '151531.242500', '151531.702500', '151532.162500', '151532.622500', '151533.082500', '151533.542500', '151534.002500', '151534.462500', '151534.922500', '151535.382500', '151535.842500', '151536.302500', '151536.762500', '151537.222500', '151537.682500', '151538.142500', '151538.602500', '151539.062500', '151539.522500', '151539.982500', '151540.442500', '151540.902500', '151541.362500', '151541.822500', '151542.282500', '151542.742500', '151543.202500', '151543.662500', '151544.122500', '151544.582500', '151545.042500', '151545.502500', '151545.962500', '151546.422500', '151546.882500', '151547.342500', '151547.802500', '151548.262500', '151548.722500', '151549.182500', '151549.642500', '151550.102500', '151550.562500', '151551.022500', '151551.482500', '151551.942500', '151552.402500', '151552.862500', '151553.322500', '151553.782500', '151554.242500', '151554.702500', '151555.162500', '151555.622500', '151556.082500', '151556.542500', '151557.002500', '151557.462500', '151557.922500', '151558.382500', '151558.842500', '151559.302500', '151559.762500', '151600.222500', '151600.682500', '151601.142500', '151601.602500', '151602.062500', '151602.522500', '151602.982500', '151603.442500', '151603.902500', '151604.362500', '151604.822500', '151605.282500', '151605.742500', '151606.202500', '151606.662500', '151607.122500', '151607.582500', '151608.042500', '151608.502500', '151608.962500', '151609.422500', '151609.882500', '151610.342500', '151610.802500', '151611.262500', '151611.722500', '151612.182500', '151612.642500', '151613.102500', '151613.562500', '151614.022500', '151614.482500', '151614.942500', '151615.402500', '151615.862500', '151616.322500', '151616.782500', '151617.242500', '151617.702500', '151618.162500', '151618.622500', '151619.082500', '151619.542500', '151620.002500', '151620.462500', '151620.922500', '151621.382500', '151621.842500', '151622.302500', '151622.762500', '151623.222500', '151623.682500', '151624.142500', '151624.602500', '151625.062500', '151625.522500', '151625.982500', '151626.442500', '151626.902500', '151627.362500', '151627.822500', '151628.282500', '151628.742500', '151629.202500', '151629.662500', '151630.122500', '151630.582500', '151631.042500', '151631.502500', '151631.962500', '151632.422500', '151632.882500', '151633.342500', '151633.802500', '151634.262500', '151634.722500', '151635.182500', '151635.642500', '151636.102500', '151636.562500', '151637.022500', '151637.482500', '151637.942500', '151638.402500', '151638.862500', '151639.322500', '151639.782500', '151640.242500', '151640.702500', '151641.162500', '151641.622500', '151642.082500', '151642.542500', '151643.002500', '151643.462500', '151643.922500', '151644.382500', '151644.842500', '151645.302500', '151645.762500', '151646.222500', '151646.682500', '151647.142500', '151647.602500', '151648.062500', '151648.522500', '151648.982500', '151649.442500', '151649.902500', '151650.362500', '151650.822500', '151651.282500', '151651.742500', '151652.202500', '151652.662500', '151653.122500', '151653.582500', '151654.042500', '151654.502500', '151654.962500', '151655.422500', '151655.882500', '151656.342500', '151656.802500', '151657.262500', '151657.722500', '151658.182500', '151658.642500', '151659.102500', '151659.562500', '151700.022500', '151700.482500', '151700.942500', '151701.402500', '151701.862500', '151702.322500', '151702.782500', '151703.242500', '151703.702500', '151704.162500', '151704.622500', '151705.082500', '151705.542500', '151706.002500', '151706.462500', '151706.922500', '151707.382500', '151707.842500', '151708.302500', '151708.762500', '151709.222500', '151709.682500', '151710.142500', '151710.602500', '151711.062500', '151711.522500', '151711.982500', '151712.442500', '151712.902500', '151713.362500', '151713.822500', '151714.282500', '151714.742500', '151715.202500', '151715.662500', '151716.122500', '151716.582500', '151717.042500', '151717.502500', '151717.962500', '151718.422500', '151718.882500', '151719.342500', '151719.802500', '151720.262500', '151720.722500', '151721.182500', '151721.642500', '151722.102500', '151722.562500', '151723.022500', '151723.482500', '151723.942500', '151724.402500', '151724.862500', '151725.322500', '151725.782500', '151726.242500', '151726.702500', '151727.162500', '151727.622500', '151728.082500', '151728.542500', '151729.002500', '151729.462500', '151729.922500', '151730.382500', '151730.842500', '151731.302500', '151731.762500', '151732.222500', '151732.682500', '151733.142500', '151733.602500', '151734.062500', '151734.522500', '151734.982500', '151735.442500', '151735.902500', '151736.362500', '151736.822500', '151737.282500', '151737.742500', '151738.202500', '151738.662500', '151739.122500', '151739.582500', '151740.042500', '151740.502500', '151740.962500', '151741.422500', '151741.882500', '151742.342500', '151742.802500', '151743.262500', '151743.722500', '151744.182500', '151744.642500', '151745.102500', '151745.562500', '151746.022500', '151746.482500', '151746.942500', '151747.402500', '151747.862500', '151748.322500', '151748.782500', '151749.242500', '151749.702500', '151750.162500', '151750.622500', '151751.082500', '151751.542500', '151752.002500', '151752.462500', '151752.922500', '151753.382500', '151753.842500', '151754.302500', '151754.762500', '151755.222500', '151755.682500', '151756.142500', '151756.602500', '151757.062500', '151757.522500', '151757.982500', '151758.442500', '151758.902500', '151759.362500', '151759.822500', '151800.282500', '151800.742500', '151801.202500', '151801.662500', '151802.122500', '151802.582500', '151803.042500', '151803.502500', '151803.962500', '151804.422500', '151804.882500', '151805.342500', '151805.802500', '151806.262500', '151806.722500', '151807.182500', '151807.642500', '151808.102500', '151808.562500', '151809.022500', '151809.482500', '151809.942500', '151810.402500', '151810.862500', '151811.322500', '151811.782500', '151812.242500', '151812.702500', '151813.162500', '151813.622500', '151814.082500', '151814.542500', '151815.002500', '151815.462500', '151815.922500', '151816.382500', '151816.842500', '151817.302500', '151817.762500', '151818.222500', '151818.682500', '151819.142500', '151819.602500', '151820.062500', '151820.522500', '151820.982500', '151821.442500', '151821.902500', '151822.362500', '151822.822500', '151823.282500', '151823.742500', '151824.202500', '151824.662500', '151825.122500', '151825.582500', '151826.042500', '151826.502500', '151826.962500', '151827.422500', '151827.882500', '151828.342500'], 'ContentTime': ['150950.838000', '150950.841000', '150950.844000', '150950.847000', '150950.850000', '150950.853000', '150950.856000', '150950.868000', '150950.871000', '150950.874000', '150950.877000', '150950.879000', '150950.882000', '150950.885000', '150950.888000', '150950.891000', '150950.894000', '150950.896000', '150950.899000', '150950.902000', '150950.905000', '150950.908000', '150950.910000', '150950.913000', '150950.916000', '150950.919000', '150950.922000', '150950.930000', '151010.802000', '151010.805000', '151010.807000', '151010.810000', '151010.813000', '151010.816000', '151010.819000', '151010.821000', '151010.824000', '151010.827000', '151010.830000', '151010.833000', '151010.835000', '151010.838000', '151010.841000', '151010.844000', '151010.847000', '151010.849000', '151010.852000', '151010.855000', '151010.858000', '151010.944000', '151010.947000', '151010.950000', '151010.953000', '151010.956000', '151010.958000', '151010.961000', '151010.964000', '151010.967000', '151010.970000', '151010.972000', '151010.975000', '151010.978000', '151010.981000', '151010.984000', '151010.987000', '151010.989000', '151010.992000', '151010.995000', '151010.998000', '151011.002000', '151011.005000', '151011.007000', '151030.802000', '151030.805000', '151030.808000', '151030.810000', '151030.813000', '151030.816000', '151030.819000', '151030.822000', '151030.824000', '151030.827000', '151030.835000', '151030.838000', '151030.841000', '151030.843000', '151030.846000', '151030.849000', '151030.852000', '151030.855000', '151030.857000', '151030.860000', '151030.863000', '151030.866000', '151030.869000', '151030.871000', '151030.874000', '151030.877000', '151030.880000', '151030.883000', '151030.886000', '151030.888000', '151030.891000', '151030.894000', '151030.897000', '151030.900000', '151030.902000', '151030.905000', '151030.908000', '151030.911000', '151030.914000', '151030.916000', '151030.927000', '151030.930000', '151030.933000', '151050.802000', '151050.805000', '151050.808000', '151050.810000', '151050.813000', '151050.816000', '151050.819000', '151050.822000', '151050.825000', '151050.827000', '151050.830000', '151050.833000', '151050.836000', '151050.839000', '151050.842000', '151050.844000', '151050.847000', '151050.850000', '151050.853000', '151050.856000', '151050.858000', '151050.861000', '151050.864000', '151050.867000', '151050.869000', '151050.872000', '151050.875000', '151050.878000', '151050.881000', '151050.884000', '151050.886000', '151050.889000', '151050.892000', '151050.895000', '151050.898000', '151050.900000', '151050.909000', '151050.911000', '151050.914000', '151050.917000', '151050.920000', '151050.923000', '151050.926000', '151050.928000', '151110.802000', '151110.805000', '151110.808000', '151110.811000', '151110.813000', '151110.816000', '151110.819000', '151110.822000', '151110.825000', '151110.828000', '151110.831000', '151110.834000', '151110.836000', '151110.839000', '151110.842000', '151110.845000', '151110.848000', '151110.851000', '151110.854000', '151110.856000', '151110.859000', '151110.862000', '151110.865000', '151110.868000', '151110.871000', '151110.874000', '151110.877000', '151110.879000', '151110.882000', '151110.885000', '151110.888000', '151110.891000', '151110.894000', '151110.897000', '151110.900000', '151110.904000', '151110.907000', '151110.910000', '151110.913000', '151110.916000', '151110.918000', '151110.921000', '151110.924000', '151130.803000', '151130.806000', '151130.809000', '151130.811000', '151130.814000', '151130.817000', '151130.820000', '151130.823000', '151130.825000', '151130.828000', '151130.831000', '151130.834000', '151130.837000', '151130.840000', '151130.843000', '151130.845000', '151130.848000', '151130.851000', '151130.854000', '151130.857000', '151130.859000', '151130.862000', '151130.865000', '151130.868000', '151130.871000', '151130.874000', '151130.876000', '151130.879000', '151130.882000', '151130.885000', '151130.888000', '151130.890000', '151130.893000', '151130.896000', '151130.899000', '151130.902000', '151130.905000', '151130.907000', '151130.910000', '151130.913000', '151130.916000', '151130.919000', '151130.922000', '151130.924000', '151150.802000', '151150.805000', '151150.808000', '151150.810000', '151150.814000', '151150.816000', '151150.819000', '151150.822000', '151150.825000', '151150.828000', '151150.831000', '151150.834000', '151150.836000', '151150.839000', '151150.842000', '151150.845000', '151150.848000', '151150.851000', '151150.853000', '151150.856000', '151150.859000', '151150.862000', '151150.865000', '151150.868000', '151150.871000', '151150.873000', '151150.876000', '151150.879000', '151150.882000', '151150.885000', '151150.888000', '151150.890000', '151150.893000', '151150.896000', '151150.907000', '151150.910000', '151150.913000', '151150.916000', '151150.918000', '151150.921000', '151150.924000', '151150.927000', '151150.930000', '151210.802000', '151210.805000', '151210.808000', '151210.811000', '151210.813000', '151210.816000', '151210.819000', '151210.822000', '151210.825000', '151210.828000', '151210.831000', '151210.838000', '151210.841000', '151210.844000', '151210.846000', '151210.849000', '151210.852000', '151210.855000', '151210.858000', '151210.860000', '151210.863000', '151210.866000', '151210.869000', '151210.872000', '151210.875000', '151210.880000', '151210.882000', '151210.885000', '151210.888000', '151210.891000', '151210.894000', '151210.897000', '151210.900000', '151210.903000', '151210.905000', '151210.908000', '151210.912000', '151210.915000', '151210.918000', '151210.921000', '151210.923000', '151210.926000', '151210.929000', '151210.932000', '151230.802000', '151230.805000', '151230.808000', '151230.811000', '151230.814000', '151230.816000', '151230.819000', '151230.822000', '151230.825000', '151230.828000', '151230.831000', '151230.834000', '151230.837000', '151230.839000', '151230.842000', '151230.845000', '151230.848000', '151230.851000', '151230.854000', '151230.857000', '151230.860000', '151230.862000', '151230.865000', '151230.868000', '151230.871000', '151230.874000', '151230.877000', '151230.880000', '151230.882000', '151230.885000', '151230.888000', '151230.891000', '151230.894000', '151230.897000', '151230.899000', '151230.903000', '151230.905000', '151230.908000', '151230.911000', '151230.914000', '151230.917000', '151230.919000', '151230.922000', '151250.802000', '151250.805000', '151250.808000', '151250.810000', '151250.813000', '151250.816000', '151250.819000', '151250.822000', '151250.825000', '151250.828000', '151250.831000', '151250.833000', '151250.836000', '151250.839000', '151250.842000', '151250.845000', '151250.848000', '151250.851000', '151250.854000', '151250.856000', '151250.859000', '151250.862000', '151250.865000', '151250.868000', '151250.871000', '151250.873000', '151250.876000', '151250.879000', '151250.882000', '151250.885000', '151250.887000', '151250.890000', '151250.893000', '151250.896000', '151250.899000', '151250.902000', '151250.905000', '151250.908000', '151250.911000', '151250.914000', '151250.917000', '151250.919000', '151250.922000', '151250.925000', '151310.802000', '151310.805000', '151310.808000', '151310.811000', '151310.814000', '151310.817000', '151310.820000', '151310.822000', '151310.825000', '151310.828000', '151310.831000', '151310.834000', '151310.837000', '151310.840000', '151310.843000', '151310.846000', '151310.848000', '151310.851000', '151310.854000', '151310.857000', '151310.860000', '151310.863000', '151310.866000', '151310.869000', '151310.872000', '151310.874000', '151310.877000', '151310.880000', '151310.883000', '151310.886000', '151310.889000', '151310.892000', '151310.895000', '151310.898000', '151310.900000', '151310.903000', '151310.906000', '151310.909000', '151310.912000', '151310.915000', '151310.918000', '151310.920000', '151310.924000', '151330.802000', '151330.805000', '151330.808000', '151330.811000', '151330.814000', '151330.818000', '151330.820000', '151330.823000', '151330.826000', '151330.829000', '151330.832000', '151330.835000', '151330.838000', '151330.840000', '151330.843000', '151330.846000', '151330.849000', '151330.852000', '151330.855000', '151330.858000', '151330.861000', '151330.864000', '151330.867000', '151330.869000', '151330.872000', '151330.875000', '151330.878000', '151330.881000', '151330.884000', '151330.887000', '151330.890000', '151330.892000', '151330.895000', '151330.898000', '151330.901000', '151330.904000', '151330.907000', '151330.910000', '151330.912000', '151330.915000', '151330.918000', '151330.921000', '151330.924000', '151350.803000', '151350.806000', '151350.809000', '151350.812000', '151350.815000', '151350.818000', '151350.824000', '151350.827000', '151350.830000', '151350.833000', '151350.836000', '151350.838000', '151350.841000', '151350.844000', '151350.847000', '151350.850000', '151350.853000', '151350.856000', '151350.874000', '151350.877000', '151350.880000', '151350.883000', '151350.886000', '151350.889000', '151350.892000', '151350.894000', '151350.901000', '151350.904000', '151350.907000', '151350.910000', '151350.913000', '151350.916000', '151350.919000', '151350.922000', '151350.925000', '151350.927000', '151350.930000', '151350.933000', '151350.936000', '151350.939000', '151350.942000', '151350.945000', '151350.948000', '151350.950000', '151410.802000', '151410.805000', '151410.808000', '151410.811000', '151410.814000', '151410.817000', '151410.819000', '151410.822000', '151410.825000', '151410.828000', '151410.831000', '151410.834000', '151410.837000', '151410.840000', '151410.843000', '151410.846000', '151410.849000', '151410.852000', '151410.854000', '151410.857000', '151410.860000', '151410.863000', '151410.866000', '151410.869000', '151410.871000', '151410.879000', '151410.882000', '151410.885000', '151410.887000', '151410.890000', '151410.893000', '151410.896000', '151410.899000', '151410.902000', '151410.905000', '151410.907000', '151410.910000', '151410.913000', '151410.916000', '151410.919000', '151410.921000', '151410.924000', '151410.927000', '151430.802000', '151430.805000', '151430.808000', '151430.811000', '151430.814000', '151430.817000', '151430.820000', '151430.822000', '151430.825000', '151430.828000', '151430.831000', '151430.834000', '151430.837000', '151430.840000', '151430.843000', '151430.846000', '151430.848000', '151430.851000', '151430.862000', '151430.865000', '151430.867000', '151430.870000', '151430.873000', '151430.876000', '151430.879000', '151430.882000', '151430.885000', '151430.887000', '151430.890000', '151430.893000', '151430.896000', '151430.899000', '151430.902000', '151430.905000', '151430.908000', '151430.911000', '151430.913000', '151430.916000', '151430.919000', '151430.922000', '151430.925000', '151430.928000', '151430.931000', '151430.934000', '151450.802000', '151450.805000', '151450.808000', '151450.811000', '151450.814000', '151450.816000', '151450.819000', '151450.822000', '151450.825000', '151450.828000', '151450.831000', '151450.834000', '151450.837000', '151450.840000', '151450.842000', '151450.846000', '151450.849000', '151450.852000', '151450.854000', '151450.857000', '151450.860000', '151450.863000', '151450.866000', '151450.869000', '151450.872000', '151450.874000', '151450.883000', '151450.885000', '151450.888000', '151450.891000', '151450.894000', '151450.897000', '151450.900000', '151450.902000', '151450.905000', '151450.908000', '151450.911000', '151450.914000', '151450.917000', '151450.920000', '151450.922000', '151450.925000', '151450.928000', '151510.802000', '151510.805000', '151510.808000', '151510.811000', '151510.814000', '151510.816000', '151510.819000', '151510.822000', '151510.825000', '151510.828000', '151510.831000', '151510.833000', '151510.836000', '151510.839000', '151510.842000', '151510.845000', '151510.848000', '151510.851000', '151510.853000', '151510.856000', '151510.859000', '151510.862000', '151510.865000', '151510.868000', '151510.870000', '151510.873000', '151510.876000', '151510.879000', '151510.882000', '151510.885000', '151510.888000', '151510.891000', '151510.893000', '151510.896000', '151510.899000', '151510.902000', '151510.905000', '151510.907000', '151510.910000', '151510.913000', '151510.916000', '151510.919000', '151510.930000', '151510.941000', '151530.802000', '151530.807000', '151530.810000', '151530.813000', '151530.816000', '151530.818000', '151530.821000', '151530.824000', '151530.827000', '151530.830000', '151530.833000', '151530.835000', '151530.838000', '151530.841000', '151530.844000', '151530.847000', '151530.850000', '151530.853000', '151530.855000', '151530.858000', '151530.861000', '151530.864000', '151530.867000', '151530.872000', '151530.875000', '151530.878000', '151530.881000', '151530.884000', '151530.887000', '151530.889000', '151530.892000', '151530.895000', '151530.898000', '151530.901000', '151530.904000', '151530.906000', '151530.909000', '151530.912000', '151530.915000', '151530.918000', '151530.920000', '151530.923000', '151530.926000', '151550.802000', '151550.805000', '151550.808000', '151550.811000', '151550.814000', '151550.816000', '151550.819000', '151550.822000', '151550.825000', '151550.828000', '151550.831000', '151550.833000', '151550.836000', '151550.839000', '151550.842000', '151550.845000', '151550.848000', '151550.850000', '151550.853000', '151550.856000', '151550.859000', '151550.862000', '151550.865000', '151550.868000', '151550.870000', '151550.873000', '151550.876000', '151550.879000', '151550.882000', '151550.885000', '151550.888000', '151550.891000', '151550.893000', '151550.896000', '151550.899000', '151550.902000', '151550.905000', '151550.908000', '151550.910000', '151550.913000', '151550.916000', '151550.919000', '151550.922000', '151550.925000', '151610.803000', '151610.806000', '151610.809000', '151610.812000', '151610.815000', '151610.818000', '151610.821000', '151610.824000', '151610.827000', '151610.830000', '151610.833000', '151610.836000', '151610.839000', '151610.841000', '151610.844000', '151610.847000', '151610.850000', '151610.853000', '151610.856000', '151610.858000', '151610.861000', '151610.864000', '151610.867000', '151610.870000', '151610.873000', '151610.875000', '151610.878000', '151610.881000', '151610.884000', '151610.889000', '151610.893000', '151610.896000', '151610.899000', '151610.902000', '151610.905000', '151610.908000', '151610.911000', '151610.913000', '151610.916000', '151610.919000', '151610.922000', '151610.925000', '151610.928000', '151630.802000', '151630.805000', '151630.808000', '151630.811000', '151630.813000', '151630.816000', '151630.819000', '151630.822000', '151630.825000', '151630.828000', '151630.831000', '151630.834000', '151630.836000', '151630.839000', '151630.842000', '151630.845000', '151630.848000', '151630.851000', '151630.853000', '151630.856000', '151630.859000', '151630.862000', '151630.865000', '151630.867000', '151630.870000', '151630.873000', '151630.876000', '151630.879000', '151630.882000', '151630.884000', '151630.887000', '151630.890000', '151630.893000', '151630.896000', '151630.899000', '151630.901000', '151630.904000', '151630.907000', '151630.910000', '151630.913000', '151630.916000', '151630.919000', '151630.922000', '151630.924000', '151650.802000', '151650.805000', '151650.808000', '151650.811000', '151650.813000', '151650.816000', '151650.819000', '151650.822000', '151650.825000', '151650.828000', '151650.831000', '151650.833000', '151650.836000', '151650.839000', '151650.842000', '151650.845000', '151650.848000', '151650.850000', '151650.853000', '151650.856000', '151650.859000', '151650.862000', '151650.865000', '151650.867000', '151650.870000', '151650.873000', '151650.876000', '151650.879000', '151650.882000', '151650.884000', '151650.887000', '151650.890000', '151650.893000', '151650.896000', '151650.899000', '151650.901000', '151650.904000', '151650.907000', '151650.910000', '151650.913000', '151650.917000', '151650.920000', '151650.923000', '151710.802000', '151710.805000', '151710.808000', '151710.810000', '151710.813000', '151710.816000', '151710.819000', '151710.822000', '151710.825000', '151710.827000', '151710.830000', '151710.833000', '151710.836000', '151710.839000', '151710.842000', '151710.845000', '151710.847000', '151710.850000', '151710.853000', '151710.856000', '151710.859000', '151710.862000', '151710.864000', '151710.867000', '151710.870000', '151710.873000', '151710.876000', '151710.879000', '151710.881000', '151710.884000', '151710.887000', '151710.890000', '151710.893000', '151710.895000', '151710.898000', '151710.901000', '151710.904000', '151710.907000', '151710.910000', '151710.913000', '151710.916000', '151710.919000', '151710.921000', '151710.924000', '151730.802000', '151730.805000', '151730.808000', '151730.811000', '151730.814000', '151730.816000', '151730.819000', '151730.822000', '151730.825000', '151730.828000', '151730.831000', '151730.834000', '151730.837000', '151730.839000', '151730.842000', '151730.845000', '151730.848000', '151730.851000', '151730.854000', '151730.858000', '151730.861000', '151730.864000', '151730.867000', '151730.869000', '151730.872000', '151730.875000', '151730.878000', '151730.881000', '151730.884000', '151730.887000', '151730.889000', '151730.892000', '151730.895000', '151730.898000', '151730.901000', '151730.904000', '151730.907000', '151730.909000', '151730.912000', '151730.915000', '151730.918000', '151730.921000', '151730.924000', '151750.802000', '151750.805000', '151750.808000', '151750.810000', '151750.818000', '151750.821000', '151750.824000', '151750.827000', '151750.830000', '151750.833000', '151750.836000', '151750.838000', '151750.841000', '151750.844000', '151750.847000', '151750.850000', '151750.853000', '151750.856000', '151750.858000', '151750.861000', '151750.864000', '151750.867000', '151750.870000', '151750.873000', '151750.876000', '151750.878000', '151750.881000', '151750.884000', '151750.887000', '151750.890000', '151750.892000', '151750.895000', '151750.898000', '151750.901000', '151750.904000', '151750.907000', '151750.910000', '151750.913000', '151750.915000', '151750.918000', '151750.921000', '151750.924000', '151750.927000', '151750.929000', '151810.802000', '151810.805000', '151810.808000', '151810.811000', '151810.814000', '151810.817000', '151810.819000', '151810.822000', '151810.825000', '151810.828000', '151810.831000', '151810.834000', '151810.836000', '151810.839000', '151810.842000', '151810.845000', '151810.848000', '151810.851000', '151810.854000', '151810.856000', '151810.859000', '151810.862000', '151810.865000', '151810.868000', '151810.871000', '151810.874000', '151810.877000', '151810.879000', '151810.882000', '151810.885000', '151810.888000', '151810.891000', '151810.894000', '151810.897000', '151810.899000', '151810.902000', '151810.905000', '151810.908000', '151810.911000', '151810.914000', '151810.917000', '151810.919000', '151810.922000', '151829.392000', '151829.396000', '151829.399000', '151829.402000', '151829.405000', '151829.408000', '151829.413000', '151829.416000', '151829.420000', '151829.423000', '151829.427000', '151829.430000', '151829.434000', '151829.437000', '151829.440000', '151829.443000', '151829.447000', '151829.450000', '151829.454000', '151829.457000', '151829.460000', '151829.463000', '151829.466000', '151829.469000', '151829.472000', '151829.475000', '151829.478000', '151829.481000', '151829.484000', '151829.487000', '151829.490000', '151829.493000', '151829.496000', '151829.499000', '151829.503000', '151829.506000', '151829.509000', '151829.512000', '151829.515000', '151829.518000', '151829.521000'], 'InstanceCreationTime': ['150950.838000', '150950.841000', '150950.844000', '150950.847000', '150950.850000', '150950.853000', '150950.856000', '150950.868000', '150950.871000', '150950.874000', '150950.877000', '150950.879000', '150950.882000', '150950.885000', '150950.888000', '150950.891000', '150950.894000', '150950.896000', '150950.899000', '150950.902000', '150950.905000', '150950.908000', '150950.910000', '150950.913000', '150950.916000', '150950.919000', '150950.922000', '150950.930000', '151010.802000', '151010.805000', '151010.807000', '151010.810000', '151010.813000', '151010.816000', '151010.819000', '151010.821000', '151010.824000', '151010.827000', '151010.830000', '151010.833000', '151010.835000', '151010.838000', '151010.841000', '151010.844000', '151010.847000', '151010.849000', '151010.852000', '151010.855000', '151010.858000', '151010.944000', '151010.947000', '151010.950000', '151010.953000', '151010.956000', '151010.958000', '151010.961000', '151010.964000', '151010.967000', '151010.970000', '151010.972000', '151010.975000', '151010.978000', '151010.981000', '151010.984000', '151010.987000', '151010.989000', '151010.992000', '151010.995000', '151010.998000', '151011.002000', '151011.005000', '151011.007000', '151030.802000', '151030.805000', '151030.808000', '151030.810000', '151030.813000', '151030.816000', '151030.819000', '151030.822000', '151030.824000', '151030.827000', '151030.835000', '151030.838000', '151030.841000', '151030.843000', '151030.846000', '151030.849000', '151030.852000', '151030.855000', '151030.857000', '151030.860000', '151030.863000', '151030.866000', '151030.869000', '151030.871000', '151030.874000', '151030.877000', '151030.880000', '151030.883000', '151030.886000', '151030.888000', '151030.891000', '151030.894000', '151030.897000', '151030.900000', '151030.902000', '151030.905000', '151030.908000', '151030.911000', '151030.914000', '151030.916000', '151030.927000', '151030.930000', '151030.933000', '151050.802000', '151050.805000', '151050.808000', '151050.810000', '151050.813000', '151050.816000', '151050.819000', '151050.822000', '151050.825000', '151050.827000', '151050.830000', '151050.833000', '151050.836000', '151050.839000', '151050.842000', '151050.844000', '151050.847000', '151050.850000', '151050.853000', '151050.856000', '151050.858000', '151050.861000', '151050.864000', '151050.867000', '151050.869000', '151050.872000', '151050.875000', '151050.878000', '151050.881000', '151050.884000', '151050.886000', '151050.889000', '151050.892000', '151050.895000', '151050.898000', '151050.900000', '151050.909000', '151050.911000', '151050.914000', '151050.917000', '151050.920000', '151050.923000', '151050.926000', '151050.928000', '151110.802000', '151110.805000', '151110.808000', '151110.811000', '151110.813000', '151110.816000', '151110.819000', '151110.822000', '151110.825000', '151110.828000', '151110.831000', '151110.834000', '151110.836000', '151110.839000', '151110.842000', '151110.845000', '151110.848000', '151110.851000', '151110.854000', '151110.856000', '151110.859000', '151110.862000', '151110.865000', '151110.868000', '151110.871000', '151110.874000', '151110.877000', '151110.879000', '151110.882000', '151110.885000', '151110.888000', '151110.891000', '151110.894000', '151110.897000', '151110.900000', '151110.904000', '151110.907000', '151110.910000', '151110.913000', '151110.916000', '151110.918000', '151110.921000', '151110.924000', '151130.803000', '151130.806000', '151130.809000', '151130.811000', '151130.814000', '151130.817000', '151130.820000', '151130.823000', '151130.825000', '151130.828000', '151130.831000', '151130.834000', '151130.837000', '151130.840000', '151130.843000', '151130.845000', '151130.848000', '151130.851000', '151130.854000', '151130.857000', '151130.859000', '151130.862000', '151130.865000', '151130.868000', '151130.871000', '151130.874000', '151130.876000', '151130.879000', '151130.882000', '151130.885000', '151130.888000', '151130.890000', '151130.893000', '151130.896000', '151130.899000', '151130.902000', '151130.905000', '151130.907000', '151130.910000', '151130.913000', '151130.916000', '151130.919000', '151130.922000', '151130.924000', '151150.802000', '151150.805000', '151150.808000', '151150.810000', '151150.814000', '151150.816000', '151150.819000', '151150.822000', '151150.825000', '151150.828000', '151150.831000', '151150.834000', '151150.836000', '151150.839000', '151150.842000', '151150.845000', '151150.848000', '151150.851000', '151150.853000', '151150.856000', '151150.859000', '151150.862000', '151150.865000', '151150.868000', '151150.871000', '151150.873000', '151150.876000', '151150.879000', '151150.882000', '151150.885000', '151150.888000', '151150.890000', '151150.893000', '151150.896000', '151150.907000', '151150.910000', '151150.913000', '151150.916000', '151150.918000', '151150.921000', '151150.924000', '151150.927000', '151150.930000', '151210.802000', '151210.805000', '151210.808000', '151210.811000', '151210.813000', '151210.816000', '151210.819000', '151210.822000', '151210.825000', '151210.828000', '151210.831000', '151210.838000', '151210.841000', '151210.844000', '151210.846000', '151210.849000', '151210.852000', '151210.855000', '151210.858000', '151210.860000', '151210.863000', '151210.866000', '151210.869000', '151210.872000', '151210.875000', '151210.880000', '151210.882000', '151210.885000', '151210.888000', '151210.891000', '151210.894000', '151210.897000', '151210.900000', '151210.903000', '151210.905000', '151210.908000', '151210.912000', '151210.915000', '151210.918000', '151210.921000', '151210.923000', '151210.926000', '151210.929000', '151210.932000', '151230.802000', '151230.805000', '151230.808000', '151230.811000', '151230.814000', '151230.816000', '151230.819000', '151230.822000', '151230.825000', '151230.828000', '151230.831000', '151230.834000', '151230.837000', '151230.839000', '151230.842000', '151230.845000', '151230.848000', '151230.851000', '151230.854000', '151230.857000', '151230.860000', '151230.862000', '151230.865000', '151230.868000', '151230.871000', '151230.874000', '151230.877000', '151230.880000', '151230.882000', '151230.885000', '151230.888000', '151230.891000', '151230.894000', '151230.897000', '151230.899000', '151230.903000', '151230.905000', '151230.908000', '151230.911000', '151230.914000', '151230.917000', '151230.919000', '151230.922000', '151250.802000', '151250.805000', '151250.808000', '151250.810000', '151250.813000', '151250.816000', '151250.819000', '151250.822000', '151250.825000', '151250.828000', '151250.831000', '151250.833000', '151250.836000', '151250.839000', '151250.842000', '151250.845000', '151250.848000', '151250.851000', '151250.854000', '151250.856000', '151250.859000', '151250.862000', '151250.865000', '151250.868000', '151250.871000', '151250.873000', '151250.876000', '151250.879000', '151250.882000', '151250.885000', '151250.887000', '151250.890000', '151250.893000', '151250.896000', '151250.899000', '151250.902000', '151250.905000', '151250.908000', '151250.911000', '151250.914000', '151250.917000', '151250.919000', '151250.922000', '151250.925000', '151310.802000', '151310.805000', '151310.808000', '151310.811000', '151310.814000', '151310.817000', '151310.820000', '151310.822000', '151310.825000', '151310.828000', '151310.831000', '151310.834000', '151310.837000', '151310.840000', '151310.843000', '151310.846000', '151310.848000', '151310.851000', '151310.854000', '151310.857000', '151310.860000', '151310.863000', '151310.866000', '151310.869000', '151310.872000', '151310.874000', '151310.877000', '151310.880000', '151310.883000', '151310.886000', '151310.889000', '151310.892000', '151310.895000', '151310.898000', '151310.900000', '151310.903000', '151310.906000', '151310.909000', '151310.912000', '151310.915000', '151310.918000', '151310.920000', '151310.924000', '151330.802000', '151330.805000', '151330.808000', '151330.811000', '151330.814000', '151330.818000', '151330.820000', '151330.823000', '151330.826000', '151330.829000', '151330.832000', '151330.835000', '151330.838000', '151330.840000', '151330.843000', '151330.846000', '151330.849000', '151330.852000', '151330.855000', '151330.858000', '151330.861000', '151330.864000', '151330.867000', '151330.869000', '151330.872000', '151330.875000', '151330.878000', '151330.881000', '151330.884000', '151330.887000', '151330.890000', '151330.892000', '151330.895000', '151330.898000', '151330.901000', '151330.904000', '151330.907000', '151330.910000', '151330.912000', '151330.915000', '151330.918000', '151330.921000', '151330.924000', '151350.803000', '151350.806000', '151350.809000', '151350.812000', '151350.815000', '151350.818000', '151350.824000', '151350.827000', '151350.830000', '151350.833000', '151350.836000', '151350.838000', '151350.841000', '151350.844000', '151350.847000', '151350.850000', '151350.853000', '151350.856000', '151350.874000', '151350.877000', '151350.880000', '151350.883000', '151350.886000', '151350.889000', '151350.892000', '151350.894000', '151350.901000', '151350.904000', '151350.907000', '151350.910000', '151350.913000', '151350.916000', '151350.919000', '151350.922000', '151350.925000', '151350.927000', '151350.930000', '151350.933000', '151350.936000', '151350.939000', '151350.942000', '151350.945000', '151350.948000', '151350.950000', '151410.802000', '151410.805000', '151410.808000', '151410.811000', '151410.814000', '151410.817000', '151410.819000', '151410.822000', '151410.825000', '151410.828000', '151410.831000', '151410.834000', '151410.837000', '151410.840000', '151410.843000', '151410.846000', '151410.849000', '151410.852000', '151410.854000', '151410.857000', '151410.860000', '151410.863000', '151410.866000', '151410.869000', '151410.871000', '151410.879000', '151410.882000', '151410.885000', '151410.887000', '151410.890000', '151410.893000', '151410.896000', '151410.899000', '151410.902000', '151410.905000', '151410.907000', '151410.910000', '151410.913000', '151410.916000', '151410.919000', '151410.921000', '151410.924000', '151410.927000', '151430.802000', '151430.805000', '151430.808000', '151430.811000', '151430.814000', '151430.817000', '151430.820000', '151430.822000', '151430.825000', '151430.828000', '151430.831000', '151430.834000', '151430.837000', '151430.840000', '151430.843000', '151430.846000', '151430.848000', '151430.851000', '151430.862000', '151430.865000', '151430.867000', '151430.870000', '151430.873000', '151430.876000', '151430.879000', '151430.882000', '151430.885000', '151430.887000', '151430.890000', '151430.893000', '151430.896000', '151430.899000', '151430.902000', '151430.905000', '151430.908000', '151430.911000', '151430.913000', '151430.916000', '151430.919000', '151430.922000', '151430.925000', '151430.928000', '151430.931000', '151430.934000', '151450.802000', '151450.805000', '151450.808000', '151450.811000', '151450.814000', '151450.816000', '151450.819000', '151450.822000', '151450.825000', '151450.828000', '151450.831000', '151450.834000', '151450.837000', '151450.840000', '151450.842000', '151450.846000', '151450.849000', '151450.852000', '151450.854000', '151450.857000', '151450.860000', '151450.863000', '151450.866000', '151450.869000', '151450.872000', '151450.874000', '151450.883000', '151450.885000', '151450.888000', '151450.891000', '151450.894000', '151450.897000', '151450.900000', '151450.902000', '151450.905000', '151450.908000', '151450.911000', '151450.914000', '151450.917000', '151450.920000', '151450.922000', '151450.925000', '151450.928000', '151510.802000', '151510.805000', '151510.808000', '151510.811000', '151510.814000', '151510.816000', '151510.819000', '151510.822000', '151510.825000', '151510.828000', '151510.831000', '151510.833000', '151510.836000', '151510.839000', '151510.842000', '151510.845000', '151510.848000', '151510.851000', '151510.853000', '151510.856000', '151510.859000', '151510.862000', '151510.865000', '151510.868000', '151510.870000', '151510.873000', '151510.876000', '151510.879000', '151510.882000', '151510.885000', '151510.888000', '151510.891000', '151510.893000', '151510.896000', '151510.899000', '151510.902000', '151510.905000', '151510.907000', '151510.910000', '151510.913000', '151510.916000', '151510.919000', '151510.930000', '151510.941000', '151530.802000', '151530.807000', '151530.810000', '151530.813000', '151530.816000', '151530.818000', '151530.821000', '151530.824000', '151530.827000', '151530.830000', '151530.833000', '151530.835000', '151530.838000', '151530.841000', '151530.844000', '151530.847000', '151530.850000', '151530.853000', '151530.855000', '151530.858000', '151530.861000', '151530.864000', '151530.867000', '151530.872000', '151530.875000', '151530.878000', '151530.881000', '151530.884000', '151530.887000', '151530.889000', '151530.892000', '151530.895000', '151530.898000', '151530.901000', '151530.904000', '151530.906000', '151530.909000', '151530.912000', '151530.915000', '151530.918000', '151530.920000', '151530.923000', '151530.926000', '151550.802000', '151550.805000', '151550.808000', '151550.811000', '151550.814000', '151550.816000', '151550.819000', '151550.822000', '151550.825000', '151550.828000', '151550.831000', '151550.833000', '151550.836000', '151550.839000', '151550.842000', '151550.845000', '151550.848000', '151550.850000', '151550.853000', '151550.856000', '151550.859000', '151550.862000', '151550.865000', '151550.868000', '151550.870000', '151550.873000', '151550.876000', '151550.879000', '151550.882000', '151550.885000', '151550.888000', '151550.891000', '151550.893000', '151550.896000', '151550.899000', '151550.902000', '151550.905000', '151550.908000', '151550.910000', '151550.913000', '151550.916000', '151550.919000', '151550.922000', '151550.925000', '151610.803000', '151610.806000', '151610.809000', '151610.812000', '151610.815000', '151610.818000', '151610.821000', '151610.824000', '151610.827000', '151610.830000', '151610.833000', '151610.836000', '151610.839000', '151610.841000', '151610.844000', '151610.847000', '151610.850000', '151610.853000', '151610.856000', '151610.858000', '151610.861000', '151610.864000', '151610.867000', '151610.870000', '151610.873000', '151610.875000', '151610.878000', '151610.881000', '151610.884000', '151610.889000', '151610.893000', '151610.896000', '151610.899000', '151610.902000', '151610.905000', '151610.908000', '151610.911000', '151610.913000', '151610.916000', '151610.919000', '151610.922000', '151610.925000', '151610.928000', '151630.802000', '151630.805000', '151630.808000', '151630.811000', '151630.813000', '151630.816000', '151630.819000', '151630.822000', '151630.825000', '151630.828000', '151630.831000', '151630.834000', '151630.836000', '151630.839000', '151630.842000', '151630.845000', '151630.848000', '151630.851000', '151630.853000', '151630.856000', '151630.859000', '151630.862000', '151630.865000', '151630.867000', '151630.870000', '151630.873000', '151630.876000', '151630.879000', '151630.882000', '151630.884000', '151630.887000', '151630.890000', '151630.893000', '151630.896000', '151630.899000', '151630.901000', '151630.904000', '151630.907000', '151630.910000', '151630.913000', '151630.916000', '151630.919000', '151630.922000', '151630.924000', '151650.802000', '151650.805000', '151650.808000', '151650.811000', '151650.813000', '151650.816000', '151650.819000', '151650.822000', '151650.825000', '151650.828000', '151650.831000', '151650.833000', '151650.836000', '151650.839000', '151650.842000', '151650.845000', '151650.848000', '151650.850000', '151650.853000', '151650.856000', '151650.859000', '151650.862000', '151650.865000', '151650.867000', '151650.870000', '151650.873000', '151650.876000', '151650.879000', '151650.882000', '151650.884000', '151650.887000', '151650.890000', '151650.893000', '151650.896000', '151650.899000', '151650.901000', '151650.904000', '151650.907000', '151650.910000', '151650.913000', '151650.917000', '151650.920000', '151650.923000', '151710.802000', '151710.805000', '151710.808000', '151710.810000', '151710.813000', '151710.816000', '151710.819000', '151710.822000', '151710.825000', '151710.827000', '151710.830000', '151710.833000', '151710.836000', '151710.839000', '151710.842000', '151710.845000', '151710.847000', '151710.850000', '151710.853000', '151710.856000', '151710.859000', '151710.862000', '151710.864000', '151710.867000', '151710.870000', '151710.873000', '151710.876000', '151710.879000', '151710.881000', '151710.884000', '151710.887000', '151710.890000', '151710.893000', '151710.895000', '151710.898000', '151710.901000', '151710.904000', '151710.907000', '151710.910000', '151710.913000', '151710.916000', '151710.919000', '151710.921000', '151710.924000', '151730.802000', '151730.805000', '151730.808000', '151730.811000', '151730.814000', '151730.816000', '151730.819000', '151730.822000', '151730.825000', '151730.828000', '151730.831000', '151730.834000', '151730.837000', '151730.839000', '151730.842000', '151730.845000', '151730.848000', '151730.851000', '151730.854000', '151730.858000', '151730.861000', '151730.864000', '151730.867000', '151730.869000', '151730.872000', '151730.875000', '151730.878000', '151730.881000', '151730.884000', '151730.887000', '151730.889000', '151730.892000', '151730.895000', '151730.898000', '151730.901000', '151730.904000', '151730.907000', '151730.909000', '151730.912000', '151730.915000', '151730.918000', '151730.921000', '151730.924000', '151750.802000', '151750.805000', '151750.808000', '151750.810000', '151750.818000', '151750.821000', '151750.824000', '151750.827000', '151750.830000', '151750.833000', '151750.836000', '151750.838000', '151750.841000', '151750.844000', '151750.847000', '151750.850000', '151750.853000', '151750.856000', '151750.858000', '151750.861000', '151750.864000', '151750.867000', '151750.870000', '151750.873000', '151750.876000', '151750.878000', '151750.881000', '151750.884000', '151750.887000', '151750.890000', '151750.892000', '151750.895000', '151750.898000', '151750.901000', '151750.904000', '151750.907000', '151750.910000', '151750.913000', '151750.915000', '151750.918000', '151750.921000', '151750.924000', '151750.927000', '151750.929000', '151810.802000', '151810.805000', '151810.808000', '151810.811000', '151810.814000', '151810.817000', '151810.819000', '151810.822000', '151810.825000', '151810.828000', '151810.831000', '151810.834000', '151810.836000', '151810.839000', '151810.842000', '151810.845000', '151810.848000', '151810.851000', '151810.854000', '151810.856000', '151810.859000', '151810.862000', '151810.865000', '151810.868000', '151810.871000', '151810.874000', '151810.877000', '151810.879000', '151810.882000', '151810.885000', '151810.888000', '151810.891000', '151810.894000', '151810.897000', '151810.899000', '151810.902000', '151810.905000', '151810.908000', '151810.911000', '151810.914000', '151810.917000', '151810.919000', '151810.922000', '151829.392000', '151829.396000', '151829.399000', '151829.402000', '151829.405000', '151829.408000', '151829.413000', '151829.416000', '151829.420000', '151829.423000', '151829.427000', '151829.430000', '151829.434000', '151829.437000', '151829.440000', '151829.443000', '151829.447000', '151829.450000', '151829.454000', '151829.457000', '151829.460000', '151829.463000', '151829.466000', '151829.469000', '151829.472000', '151829.475000', '151829.478000', '151829.481000', '151829.484000', '151829.487000', '151829.490000', '151829.493000', '151829.496000', '151829.499000', '151829.503000', '151829.506000', '151829.509000', '151829.512000', '151829.515000', '151829.518000', '151829.521000'], '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], 'LargestImagePixelValue': [8801, 13164, 9145, 15901, 10876, 11049, 15010, 8934, 16043, 9118, 10832, 9199, 11903, 10157, 8101, 9263, 12545, 9094, 17592, 11772, 15153, 9335, 14423, 9112, 13539, 9831, 12810, 8720, 13880, 8607, 12473, 18533, 12166, 15398, 9422, 15014, 8952, 12745, 9888, 9223, 12333, 8868, 17360, 11104, 15694, 8642, 12187, 8037, 9282, 16360, 9710, 16358, 10215, 13476, 8794, 12595, 7974, 9785, 19292, 14224, 14603, 8674, 12992, 10868, 8811, 19104, 13392, 15057, 8430, 12407, 10166, 8857, 19274, 11187, 15003, 9533, 13247, 8620, 12854, 9551, 8358, 13996, 8504, 17452, 18587, 13776, 9403, 9549, 8763, 10052, 18637, 11557, 17317, 12099, 13903, 8484, 11525, 8862, 14352, 10481, 14732, 9867, 14550, 9070, 14214, 9526, 13326, 8015, 10566, 8048, 9048, 14304, 8909, 15151, 10372, 13495, 9084, 15140, 8536, 14954, 8626, 13723, 12905, 14748, 8273, 13708, 8234, 13065, 8811, 15611, 8734, 14051, 7980, 9586, 9786, 8610, 15203, 9483, 9729, 9153, 15588, 8471, 15252, 10361, 14486, 8935, 14364, 13386, 8915, 18525, 11286, 16550, 10972, 15678, 10090, 13632, 8081, 11667, 8076, 10593, 14617, 8353, 15322, 9521, 13731, 8256, 11029, 8042, 9545, 17092, 10379, 15640, 9770, 14655, 8477, 11444, 9185, 8705, 16102, 10462, 14209, 8864, 12061, 8378, 11325, 8873, 8854, 17222, 10507, 16009, 11231, 15295, 8669, 13095, 15427, 9184, 17768, 11303, 15027, 9076, 14459, 8389, 11790, 8457, 9199, 15321, 9462, 14347, 8258, 14911, 8952, 12811, 8267, 10046, 9239, 8922, 14872, 8460, 15682, 10587, 14351, 8306, 13576, 8362, 10755, 7874, 8996, 14022, 9239, 16056, 11259, 15483, 9837, 15207, 8487, 12694, 9290, 11134, 8023, 9024, 8158, 8787, 17297, 10742, 15797, 11008, 14762, 9192, 14255, 10303, 14126, 9258, 13023, 8498, 13860, 8131, 12586, 12371, 10764, 9286, 10705, 10947, 9011, 16374, 10043, 16368, 10626, 8256, 8821, 8030, 13672, 8869, 12471, 11332, 14729, 14092, 9563, 18070, 8253, 14422, 8452, 15726, 8960, 15331, 8366, 14517, 7885, 13899, 8351, 13945, 8236, 14069, 8052, 14117, 9346, 13737, 10649, 14788, 8747, 15020, 10783, 14879, 12688, 13363, 10903, 9775, 12518, 8748, 9082, 9209, 8252, 9035, 12669, 8789, 16659, 11318, 16502, 11576, 16776, 10967, 15333, 10206, 15286, 9506, 14900, 10099, 15101, 10340, 13583, 11523, 8965, 11495, 8611, 8271, 8980, 8559, 11283, 7995, 10823, 8007, 10915, 9258, 11979, 8089, 12477, 8520, 15530, 10894, 16381, 10581, 13027, 9379, 8402, 15221, 9217, 16800, 11902, 9299, 12141, 9235, 12519, 14257, 10848, 12688, 10329, 8021, 9454, 7890, 8596, 14929, 9431, 13279, 8464, 15150, 8339, 15866, 10996, 12220, 8671, 15302, 10004, 14715, 8733, 13864, 8699, 13166, 8288, 11417, 10601, 9049, 15053, 9284, 12917, 8954, 16559, 10327, 17584, 11504, 16034, 9306, 13731, 8533, 8693, 17754, 9939, 16262, 10585, 13549, 8655, 12840, 8296, 8692, 14574, 9467, 10324, 8693, 16701, 10733, 15170, 8465, 13348, 8156, 11127, 8318, 8879, 17294, 10552, 15951, 10109, 14556, 8524, 13510, 10361, 8492, 18352, 11133, 15696, 9950, 13216, 8581, 12025, 8014, 8816, 16701, 10969, 15743, 8872, 14613, 10032, 13672, 8501, 11885, 8244, 11148, 10518, 8601, 18681, 10822, 15142, 8602, 12125, 8476, 10868, 8040, 10148, 12419, 9609, 11057, 8965, 18041, 11159, 15913, 9325, 14519, 8362, 11131, 8174, 8985, 12323, 8594, 17275, 11007, 12780, 8588, 15959, 10068, 14524, 8429, 12860, 8598, 10545, 8108, 8685, 16134, 9801, 16419, 10914, 15397, 9811, 14472, 8966, 13579, 8093, 12795, 8050, 12081, 8127, 10240, 13259, 8566, 16576, 10250, 15161, 8578, 12674, 8141, 8872, 15650, 9288, 17357, 11522, 13925, 8684, 16019, 9034, 14761, 9089, 13519, 8900, 12786, 9714, 9031, 10911, 8958, 12758, 9711, 10783, 10373, 8574, 15932, 10276, 18406, 12542, 15970, 10300, 16750, 10720, 17817, 11769, 16050, 8643, 12434, 7980, 8461, 7994, 8489, 14703, 8183, 15190, 10303, 12394, 8444, 13708, 8506, 13027, 8220, 8917, 14460, 9203, 11642, 8856, 14414, 9999, 13430, 8311, 9589, 14038, 8906, 17039, 10826, 14670, 8208, 8993, 8045, 8744, 15708, 10018, 15667, 9663, 14743, 10599, 14221, 8859, 12557, 8518, 12099, 15082, 9186, 16091, 10196, 14555, 9402, 15234, 9337, 8933, 18849, 10661, 17017, 12930, 14682, 8786, 13770, 8110, 10882, 12746, 8680, 13488, 8744, 16819, 9159, 14843, 8807, 12376, 8928, 10434, 12629, 8797, 18103, 11453, 15806, 8432, 13195, 8178, 9539, 8029, 9013, 14659, 8723, 15877, 11106, 14683, 10618, 13512, 8647, 13402, 8069, 11284, 13679, 9038, 13580, 8774, 16947, 11219, 15902, 10320, 14114, 8612, 12459, 8153, 10786, 8195, 9718, 8025, 9306, 11425, 9199, 8261, 9676, 9406, 9497, 18071, 11120, 16021, 8898, 13850, 8052, 12432, 12544, 8829, 18082, 10960, 14938, 8229, 11267, 8015, 9180, 8233, 8600, 15548, 10414, 14320, 8688, 15545, 8532, 12505, 14483, 8858, 17257, 10553, 12108, 8941, 16307, 10801, 15614, 8584, 13194, 8168, 11493, 8413, 8840, 12110, 9349, 8156, 9588, 8072, 10614, 8824, 14195, 10194, 15537, 9971, 9274, 14672, 9196, 16684, 18177, 13507, 19193, 13734, 12957, 8608, 12122, 8702, 10678, 12415, 8471, 12991, 8343, 13213, 8049, 14034, 9605, 12013, 8345, 14575, 10556, 14391, 10805, 15044, 9321, 15086, 10829, 15574, 11002, 9162, 11601, 9056, 15535, 9664, 9263, 14759, 10976, 18112, 13395, 18281, 11966, 17196, 11844, 17845, 10432, 13827, 8368, 8098, 10167, 8669, 13943, 8642, 14653, 8700, 14758, 10536, 17618, 12596, 15356, 9934, 16196, 10947, 18265, 12876, 17136, 11137, 11144, 8929, 8473, 9642, 8652, 11026, 8492, 8936, 10497, 10051, 15272, 10967, 8295, 10358, 8134, 11249, 8928, 15598, 8907, 16266, 10815, 8020, 15168, 10358, 18993, 14386, 17764, 10483, 15758, 10349, 14530, 10264, 8416, 10305, 7855, 9422, 13264, 9385, 8404, 8975, 8031, 8717, 16729, 10848, 15635, 10999, 14357, 8877, 14125, 10044, 14202, 10639, 13713, 9129, 14118, 8235, 12404, 13672, 10793, 13326, 8915, 18566, 10910, 15661, 10056, 13562, 10574, 9485, 11015, 8647, 16378, 9950, 14204, 8115, 9153, 12242, 9037, 8574, 8913, 8501, 9138, 14191, 9631, 10859, 9512, 17485, 11201, 17166, 12196, 15150, 10008, 15055, 10157, 18805, 12210, 14242, 9053, 9742, 9516, 8436, 15200, 10301, 16730, 10002, 15912, 10779, 17113, 12058, 18150, 12106, 8488, 11102, 8853, 14977, 9896, 9858, 13358, 15408, 13292, 19671, 15458, 10837, 8975, 8493, 9881, 8288, 13070, 8555, 11280, 8236, 13083, 8082, 14189, 10852, 14083, 8974, 15052, 10073, 15991, 11446, 16163, 11742, 15273, 8590, 15721, 10878, 16369, 11317, 14258, 8305, 15882, 10233, 16380, 11614, 13689, 8223, 15941, 10526, 16215, 11247, 8361, 8957, 7906, 9857, 8285, 14900, 10042, 15293, 9626, 15695, 11082, 15874, 10230, 15664, 9723, 16211, 8461, 14778, 8235, 14315, 8218, 12721, 7866, 12587, 8129, 11489, 7903, 10620, 7965, 13494, 8256, 13808, 7962, 12800, 10309, 9509, 15363, 9708, 7933, 10153, 8199, 13850, 8628, 16023, 10277, 12841, 11152, 10182, 13084, 17837, 10666, 18874, 12827, 15366, 8809, 13339, 8675, 11307, 10607, 9052, 10419, 9285, 14312, 8207, 8986, 10988, 10853, 14650, 10658, 15754, 8016, 15560, 8239, 17463, 10326, 16574, 8223, 14857, 7855, 13619, 12097, 11884, 7951, 8536, 8158, 8940, 10393, 8353, 17092, 11311, 15350, 8299, 14534, 10078, 14358, 10579, 9838, 9344, 8835, 17701, 10862, 16896, 10430, 12936, 8564, 12378, 8107, 9332, 16540, 10208, 16406, 9462, 16030, 11441, 14988, 9552, 14528, 8331, 12419, 7975, 9363, 17512, 10411, 13378, 8273, 16539, 10178, 15250, 11214, 12373, 9292, 8248, 10578, 8705, 16145, 11404, 18755, 11177, 15517, 15967, 9608, 16109, 10305, 8422, 8980, 8036, 10105, 8180, 13752, 8940, 15184, 8461, 14665, 8289, 14342, 10184, 13529, 8077, 12332, 8082, 11479, 8051, 9016, 8023, 15528, 8764, 15176, 8314, 15542, 10838, 15111, 9042, 16757, 8752, 15119, 9075, 14361, 9998, 15147, 10863, 15088, 9757, 15097, 10429, 15464, 11099, 15588, 10199, 14895, 10400, 14408, 8492, 13496, 8306, 13172, 8465, 13511, 9462, 15919, 10885, 15565, 10828, 15573, 9556, 14647], 'WindowCenter': [4722.0, 4742.0, 4679.0, 4732.0, 4679.0, 4676.0, 4706.0, 4635.0, 4703.0, 4632.0, 4653.0, 4632.0, 4662.0, 4654.0, 4613.0, 4633.0, 4672.0, 4633.0, 4703.0, 4663.0, 4682.0, 4633.0, 4681.0, 4633.0, 4683.0, 4645.0, 4683.0, 4636.0, 4685.0, 4635.0, 4676.0, 4714.0, 4674.0, 4695.0, 4645.0, 4694.0, 4634.0, 4674.0, 4644.0, 4644.0, 4674.0, 4634.0, 4704.0, 4663.0, 4693.0, 4632.0, 4673.0, 4613.0, 4644.0, 4702.0, 4644.0, 4704.0, 4653.0, 4683.0, 4623.0, 4672.0, 4613.0, 4644.0, 4714.0, 4682.0, 4682.0, 4622.0, 4671.0, 4651.0, 4632.0, 4711.0, 4672.0, 4681.0, 4611.0, 4659.0, 4638.0, 4632.0, 4711.0, 4652.0, 4681.0, 4642.0, 4672.0, 4634.0, 4670.0, 4642.0, 4621.0, 4695.0, 4646.0, 4716.0, 4715.0, 4671.0, 4618.0, 4617.0, 4608.0, 4644.0, 4690.0, 4637.0, 4675.0, 4649.0, 4668.0, 4621.0, 4647.0, 4617.0, 4666.0, 4636.0, 4665.0, 4626.0, 4666.0, 4618.0, 4667.0, 4628.0, 4668.0, 4599.0, 4637.0, 4597.0, 4619.0, 4680.0, 4645.0, 4692.0, 4653.0, 4680.0, 4632.0, 4691.0, 4621.0, 4692.0, 4618.0, 4668.0, 4657.0, 4679.0, 4608.0, 4667.0, 4597.0, 4657.0, 4618.0, 4678.0, 4607.0, 4656.0, 4596.0, 4618.0, 4625.0, 4608.0, 4677.0, 4628.0, 4629.0, 4628.0, 4688.0, 4620.0, 4691.0, 4640.0, 4681.0, 4630.0, 4681.0, 4670.0, 4620.0, 4701.0, 4650.0, 4690.0, 4639.0, 4677.0, 4627.0, 4668.0, 4610.0, 4649.0, 4608.0, 4639.0, 4678.0, 4610.0, 4679.0, 4629.0, 4670.0, 4609.0, 4650.0, 4610.0, 4642.0, 4701.0, 4641.0, 4691.0, 4641.0, 4679.0, 4610.0, 4650.0, 4631.0, 4620.0, 4688.0, 4651.0, 4681.0, 4632.0, 4660.0, 4621.0, 4661.0, 4632.0, 4631.0, 4703.0, 4654.0, 4691.0, 4652.0, 4690.0, 4621.0, 4670.0, 4679.0, 4629.0, 4689.0, 4649.0, 4678.0, 4619.0, 4669.0, 4609.0, 4647.0, 4609.0, 4627.0, 4678.0, 4628.0, 4678.0, 4620.0, 4679.0, 4620.0, 4659.0, 4619.0, 4642.0, 4629.0, 4631.0, 4680.0, 4620.0, 4688.0, 4651.0, 4680.0, 4611.0, 4670.0, 4623.0, 4650.0, 4611.0, 4631.0, 4681.0, 4643.0, 4692.0, 4662.0, 4691.0, 4641.0, 4692.0, 4632.0, 4670.0, 4630.0, 4651.0, 4610.0, 4630.0, 4611.0, 4620.0, 4701.0, 4651.0, 4690.0, 4650.0, 4680.0, 4632.0, 4681.0, 4652.0, 4682.0, 4631.0, 4668.0, 4622.0, 4681.0, 4610.0, 4670.0, 4671.0, 4651.0, 4630.0, 4650.0, 4649.0, 4620.0, 4690.0, 4640.0, 4691.0, 4651.0, 4622.0, 4634.0, 4624.0, 4693.0, 4645.0, 4695.0, 4677.0, 4690.0, 4705.0, 4642.0, 4702.0, 4610.0, 4679.0, 4610.0, 4677.0, 4619.0, 4678.0, 4610.0, 4678.0, 4609.0, 4668.0, 4609.0, 4668.0, 4620.0, 4679.0, 4610.0, 4679.0, 4644.0, 4682.0, 4653.0, 4692.0, 4633.0, 4690.0, 4653.0, 4693.0, 4672.0, 4672.0, 4651.0, 4630.0, 4658.0, 4620.0, 4619.0, 4630.0, 4621.0, 4632.0, 4671.0, 4633.0, 4704.0, 4662.0, 4703.0, 4661.0, 4703.0, 4654.0, 4692.0, 4641.0, 4680.0, 4631.0, 4680.0, 4641.0, 4680.0, 4639.0, 4670.0, 4650.0, 4619.0, 4648.0, 4608.0, 4609.0, 4619.0, 4619.0, 4650.0, 4611.0, 4650.0, 4612.0, 4651.0, 4632.0, 4661.0, 4622.0, 4670.0, 4634.0, 4692.0, 4666.0, 4703.0, 4653.0, 4673.0, 4631.0, 4622.0, 4691.0, 4633.0, 4702.0, 4661.0, 4630.0, 4660.0, 4630.0, 4660.0, 4680.0, 4639.0, 4656.0, 4627.0, 4598.0, 4617.0, 4597.0, 4619.0, 4678.0, 4630.0, 4668.0, 4620.0, 4679.0, 4619.0, 4690.0, 4650.0, 4659.0, 4621.0, 4690.0, 4640.0, 4692.0, 4623.0, 4672.0, 4621.0, 4669.0, 4609.0, 4650.0, 4649.0, 4632.0, 4680.0, 4632.0, 4671.0, 4631.0, 4691.0, 4641.0, 4701.0, 4651.0, 4690.0, 4631.0, 4669.0, 4607.0, 4618.0, 4698.0, 4629.0, 4688.0, 4637.0, 4668.0, 4609.0, 4658.0, 4609.0, 4620.0, 4678.0, 4629.0, 4639.0, 4620.0, 4689.0, 4649.0, 4680.0, 4619.0, 4669.0, 4610.0, 4649.0, 4607.0, 4630.0, 4689.0, 4649.0, 4690.0, 4640.0, 4679.0, 4619.0, 4669.0, 4638.0, 4619.0, 4699.0, 4650.0, 4678.0, 4627.0, 4658.0, 4618.0, 4657.0, 4608.0, 4629.0, 4689.0, 4649.0, 4689.0, 4620.0, 4678.0, 4640.0, 4668.0, 4620.0, 4660.0, 4608.0, 4649.0, 4639.0, 4619.0, 4701.0, 4651.0, 4678.0, 4608.0, 4658.0, 4608.0, 4638.0, 4608.0, 4638.0, 4659.0, 4629.0, 4650.0, 4629.0, 4699.0, 4648.0, 4689.0, 4631.0, 4678.0, 4610.0, 4648.0, 4610.0, 4621.0, 4659.0, 4619.0, 4689.0, 4649.0, 4659.0, 4619.0, 4689.0, 4638.0, 4679.0, 4621.0, 4668.0, 4620.0, 4649.0, 4611.0, 4620.0, 4690.0, 4641.0, 4690.0, 4650.0, 4679.0, 4638.0, 4666.0, 4619.0, 4668.0, 4609.0, 4669.0, 4609.0, 4659.0, 4609.0, 4640.0, 4670.0, 4620.0, 4690.0, 4637.0, 4679.0, 4609.0, 4658.0, 4598.0, 4618.0, 4678.0, 4618.0, 4688.0, 4647.0, 4668.0, 4617.0, 4689.0, 4629.0, 4679.0, 4629.0, 4668.0, 4620.0, 4669.0, 4629.0, 4629.0, 4649.0, 4620.0, 4672.0, 4631.0, 4650.0, 4641.0, 4621.0, 4691.0, 4652.0, 4700.0, 4671.0, 4691.0, 4640.0, 4689.0, 4638.0, 4700.0, 4649.0, 4678.0, 4606.0, 4644.0, 4596.0, 4595.0, 4595.0, 4606.0, 4676.0, 4607.0, 4677.0, 4639.0, 4657.0, 4610.0, 4669.0, 4621.0, 4672.0, 4623.0, 4635.0, 4680.0, 4632.0, 4661.0, 4632.0, 4682.0, 4641.0, 4682.0, 4621.0, 4641.0, 4682.0, 4632.0, 4701.0, 4651.0, 4680.0, 4620.0, 4620.0, 4609.0, 4622.0, 4691.0, 4643.0, 4692.0, 4643.0, 4691.0, 4651.0, 4682.0, 4632.0, 4672.0, 4623.0, 4670.0, 4692.0, 4633.0, 4703.0, 4653.0, 4681.0, 4632.0, 4691.0, 4631.0, 4620.0, 4700.0, 4641.0, 4690.0, 4659.0, 4679.0, 4619.0, 4669.0, 4609.0, 4649.0, 4669.0, 4620.0, 4668.0, 4620.0, 4689.0, 4630.0, 4680.0, 4629.0, 4670.0, 4630.0, 4651.0, 4670.0, 4621.0, 4701.0, 4660.0, 4690.0, 4610.0, 4669.0, 4609.0, 4628.0, 4609.0, 4630.0, 4679.0, 4619.0, 4700.0, 4661.0, 4680.0, 4651.0, 4679.0, 4632.0, 4681.0, 4621.0, 4662.0, 4682.0, 4633.0, 4682.0, 4632.0, 4701.0, 4661.0, 4692.0, 4641.0, 4681.0, 4621.0, 4660.0, 4621.0, 4651.0, 4619.0, 4641.0, 4622.0, 4642.0, 4661.0, 4643.0, 4621.0, 4643.0, 4631.0, 4642.0, 4713.0, 4663.0, 4693.0, 4631.0, 4681.0, 4611.0, 4669.0, 4667.0, 4630.0, 4700.0, 4650.0, 4679.0, 4620.0, 4649.0, 4610.0, 4630.0, 4620.0, 4632.0, 4691.0, 4650.0, 4691.0, 4632.0, 4691.0, 4621.0, 4671.0, 4681.0, 4631.0, 4700.0, 4651.0, 4659.0, 4631.0, 4690.0, 4650.0, 4690.0, 4619.0, 4668.0, 4609.0, 4649.0, 4609.0, 4618.0, 4657.0, 4630.0, 4610.0, 4641.0, 4611.0, 4653.0, 4633.0, 4680.0, 4653.0, 4703.0, 4664.0, 4643.0, 4693.0, 4645.0, 4706.0, 4713.0, 4671.0, 4702.0, 4669.0, 4659.0, 4608.0, 4657.0, 4617.0, 4637.0, 4658.0, 4609.0, 4669.0, 4609.0, 4669.0, 4612.0, 4679.0, 4643.0, 4671.0, 4624.0, 4693.0, 4654.0, 4683.0, 4653.0, 4693.0, 4633.0, 4694.0, 4664.0, 4702.0, 4664.0, 4647.0, 4674.0, 4634.0, 4702.0, 4643.0, 4644.0, 4695.0, 4665.0, 4715.0, 4684.0, 4704.0, 4662.0, 4692.0, 4651.0, 4689.0, 4640.0, 4667.0, 4609.0, 4610.0, 4642.0, 4622.0, 4682.0, 4622.0, 4680.0, 4623.0, 4692.0, 4654.0, 4702.0, 4674.0, 4692.0, 4642.0, 4690.0, 4652.0, 4703.0, 4670.0, 4688.0, 4650.0, 4649.0, 4618.0, 4610.0, 4631.0, 4621.0, 4651.0, 4621.0, 4620.0, 4652.0, 4643.0, 4692.0, 4653.0, 4622.0, 4641.0, 4613.0, 4662.0, 4631.0, 4691.0, 4632.0, 4703.0, 4653.0, 4623.0, 4693.0, 4653.0, 4712.0, 4682.0, 4700.0, 4640.0, 4691.0, 4641.0, 4678.0, 4638.0, 4609.0, 4638.0, 4610.0, 4630.0, 4670.0, 4620.0, 4611.0, 4620.0, 4610.0, 4620.0, 4703.0, 4651.0, 4689.0, 4650.0, 4680.0, 4632.0, 4679.0, 4643.0, 4681.0, 4653.0, 4681.0, 4643.0, 4682.0, 4622.0, 4672.0, 4682.0, 4651.0, 4671.0, 4621.0, 4701.0, 4649.0, 4678.0, 4640.0, 4670.0, 4641.0, 4631.0, 4650.0, 4621.0, 4689.0, 4640.0, 4679.0, 4610.0, 4630.0, 4659.0, 4632.0, 4621.0, 4633.0, 4631.0, 4644.0, 4692.0, 4644.0, 4663.0, 4644.0, 4712.0, 4664.0, 4702.0, 4663.0, 4691.0, 4643.0, 4682.0, 4652.0, 4712.0, 4673.0, 4682.0, 4622.0, 4642.0, 4643.0, 4625.0, 4690.0, 4652.0, 4703.0, 4654.0, 4691.0, 4653.0, 4719.0, 4689.0, 4715.0, 4663.0, 4609.0, 4650.0, 4619.0, 4678.0, 4639.0, 4639.0, 4670.0, 4689.0, 4672.0, 4700.0, 4678.0, 4637.0, 4606.0, 4606.0, 4617.0, 4597.0, 4658.0, 4632.0, 4647.0, 4609.0, 4668.0, 4610.0, 4679.0, 4650.0, 4681.0, 4633.0, 4690.0, 4642.0, 4692.0, 4663.0, 4691.0, 4663.0, 4691.0, 4619.0, 4689.0, 4663.0, 4691.0, 4662.0, 4680.0, 4621.0, 4692.0, 4653.0, 4699.0, 4662.0, 4683.0, 4637.0, 4701.0, 4651.0, 4689.0, 4661.0, 4622.0, 4633.0, 4621.0, 4653.0, 4635.0, 4701.0, 4654.0, 4691.0, 4643.0, 4693.0, 4662.0, 4702.0, 4653.0, 4692.0, 4640.0, 4693.0, 4621.0, 4680.0, 4621.0, 4680.0, 4621.0, 4659.0, 4610.0, 4670.0, 4612.0, 4661.0, 4611.0, 4651.0, 4613.0, 4681.0, 4621.0, 4682.0, 4624.0, 4673.0, 4653.0, 4643.0, 4693.0, 4641.0, 4612.0, 4643.0, 4624.0, 4682.0, 4634.0, 4703.0, 4664.0, 4695.0, 4666.0, 4655.0, 4684.0, 4702.0, 4653.0, 4700.0, 4670.0, 4680.0, 4620.0, 4669.0, 4621.0, 4661.0, 4654.0, 4644.0, 4652.0, 4644.0, 4691.0, 4634.0, 4644.0, 4706.0, 4704.0, 4724.0, 4667.0, 4706.0, 4623.0, 4679.0, 4596.0, 4690.0, 4640.0, 4689.0, 4610.0, 4670.0, 4610.0, 4670.0, 4658.0, 4660.0, 4609.0, 4619.0, 4609.0, 4619.0, 4639.0, 4622.0, 4701.0, 4661.0, 4692.0, 4622.0, 4679.0, 4642.0, 4693.0, 4652.0, 4642.0, 4631.0, 4632.0, 4702.0, 4650.0, 4690.0, 4641.0, 4670.0, 4621.0, 4661.0, 4610.0, 4633.0, 4703.0, 4642.0, 4691.0, 4642.0, 4691.0, 4661.0, 4692.0, 4642.0, 4681.0, 4623.0, 4671.0, 4610.0, 4630.0, 4702.0, 4642.0, 4671.0, 4621.0, 4691.0, 4652.0, 4692.0, 4665.0, 4672.0, 4643.0, 4634.0, 4666.0, 4636.0, 4704.0, 4663.0, 4715.0, 4652.0, 4682.0, 4691.0, 4630.0, 4679.0, 4628.0, 4609.0, 4619.0, 4610.0, 4639.0, 4612.0, 4670.0, 4622.0, 4691.0, 4622.0, 4679.0, 4621.0, 4680.0, 4639.0, 4671.0, 4610.0, 4660.0, 4609.0, 4648.0, 4613.0, 4630.0, 4622.0, 4689.0, 4620.0, 4689.0, 4620.0, 4679.0, 4651.0, 4681.0, 4632.0, 4693.0, 4623.0, 4679.0, 4620.0, 4678.0, 4641.0, 4679.0, 4649.0, 4681.0, 4630.0, 4681.0, 4652.0, 4694.0, 4654.0, 4693.0, 4642.0, 4682.0, 4642.0, 4683.0, 4621.0, 4672.0, 4610.0, 4660.0, 4611.0, 4670.0, 4633.0, 4692.0, 4652.0, 4691.0, 4653.0, 4693.0, 4633.0, 4681.0], 'WindowWidth': [10360.0, 10366.0, 10268.0, 10329.0, 10249.0, 10237.0, 10278.0, 10177.0, 10267.0, 10167.0, 10197.0, 10168.0, 10208.0, 10199.0, 10144.0, 10169.0, 10221.0, 10169.0, 10269.0, 10209.0, 10233.0, 10168.0, 10231.0, 10170.0, 10236.0, 10189.0, 10238.0, 10179.0, 10243.0, 10175.0, 10231.0, 10289.0, 10229.0, 10257.0, 10189.0, 10255.0, 10172.0, 10226.0, 10187.0, 10186.0, 10225.0, 10173.0, 10270.0, 10211.0, 10254.0, 10167.0, 10224.0, 10144.0, 10185.0, 10265.0, 10185.0, 10269.0, 10197.0, 10237.0, 10157.0, 10222.0, 10143.0, 10187.0, 10286.0, 10235.0, 10234.0, 10154.0, 10218.0, 10191.0, 10166.0, 10278.0, 10219.0, 10232.0, 10136.0, 10200.0, 10170.0, 10165.0, 10279.0, 10193.0, 10232.0, 10181.0, 10218.0, 10172.0, 10215.0, 10180.0, 10150.0, 10261.0, 10196.0, 10295.0, 10290.0, 10219.0, 10140.0, 10135.0, 10125.0, 10186.0, 10242.0, 10161.0, 10213.0, 10181.0, 10210.0, 10152.0, 10179.0, 10136.0, 10203.0, 10160.0, 10199.0, 10148.0, 10202.0, 10139.0, 10207.0, 10156.0, 10207.0, 10116.0, 10165.0, 10113.0, 10144.0, 10231.0, 10194.0, 10250.0, 10199.0, 10230.0, 10170.0, 10245.0, 10150.0, 10250.0, 10142.0, 10207.0, 10191.0, 10227.0, 10126.0, 10205.0, 10110.0, 10190.0, 10139.0, 10223.0, 10122.0, 10189.0, 10107.0, 10138.0, 10147.0, 10128.0, 10221.0, 10155.0, 10158.0, 10157.0, 10238.0, 10148.0, 10246.0, 10176.0, 10232.0, 10162.0, 10233.0, 10217.0, 10149.0, 10265.0, 10187.0, 10243.0, 10170.0, 10222.0, 10154.0, 10210.0, 10134.0, 10185.0, 10129.0, 10172.0, 10226.0, 10133.0, 10226.0, 10161.0, 10215.0, 10133.0, 10189.0, 10136.0, 10179.0, 10263.0, 10178.0, 10247.0, 10178.0, 10228.0, 10135.0, 10187.0, 10161.0, 10148.0, 10240.0, 10190.0, 10234.0, 10168.0, 10203.0, 10152.0, 10206.0, 10167.0, 10166.0, 10269.0, 10198.0, 10249.0, 10195.0, 10247.0, 10149.0, 10214.0, 10227.0, 10158.0, 10244.0, 10185.0, 10225.0, 10145.0, 10212.0, 10130.0, 10181.0, 10132.0, 10156.0, 10225.0, 10157.0, 10224.0, 10148.0, 10227.0, 10147.0, 10200.0, 10147.0, 10178.0, 10159.0, 10165.0, 10230.0, 10148.0, 10241.0, 10190.0, 10231.0, 10137.0, 10215.0, 10157.0, 10190.0, 10140.0, 10166.0, 10235.0, 10183.0, 10252.0, 10208.0, 10247.0, 10178.0, 10250.0, 10170.0, 10218.0, 10163.0, 10191.0, 10137.0, 10164.0, 10139.0, 10151.0, 10266.0, 10194.0, 10245.0, 10192.0, 10233.0, 10168.0, 10235.0, 10198.0, 10237.0, 10167.0, 10214.0, 10155.0, 10233.0, 10137.0, 10218.0, 10221.0, 10193.0, 10162.0, 10189.0, 10187.0, 10149.0, 10246.0, 10176.0, 10247.0, 10191.0, 10154.0, 10175.0, 10161.0, 10253.0, 10193.0, 10262.0, 10240.0, 10250.0, 10279.0, 10185.0, 10268.0, 10134.0, 10225.0, 10134.0, 10224.0, 10145.0, 10225.0, 10135.0, 10223.0, 10132.0, 10208.0, 10130.0, 10210.0, 10149.0, 10226.0, 10138.0, 10230.0, 10187.0, 10236.0, 10198.0, 10249.0, 10170.0, 10244.0, 10196.0, 10255.0, 10222.0, 10221.0, 10189.0, 10160.0, 10196.0, 10147.0, 10147.0, 10162.0, 10151.0, 10169.0, 10220.0, 10171.0, 10272.0, 10210.0, 10267.0, 10208.0, 10268.0, 10199.0, 10251.0, 10178.0, 10231.0, 10164.0, 10229.0, 10176.0, 10233.0, 10174.0, 10217.0, 10188.0, 10144.0, 10180.0, 10128.0, 10134.0, 10146.0, 10146.0, 10189.0, 10139.0, 10188.0, 10142.0, 10193.0, 10167.0, 10207.0, 10155.0, 10216.0, 10173.0, 10250.0, 10220.0, 10267.0, 10196.0, 10225.0, 10166.0, 10153.0, 10246.0, 10171.0, 10265.0, 10206.0, 10162.0, 10202.0, 10161.0, 10203.0, 10230.0, 10171.0, 10190.0, 10153.0, 10113.0, 10136.0, 10113.0, 10144.0, 10224.0, 10159.0, 10210.0, 10147.0, 10227.0, 10147.0, 10243.0, 10189.0, 10202.0, 10151.0, 10245.0, 10177.0, 10252.0, 10156.0, 10221.0, 10151.0, 10214.0, 10134.0, 10189.0, 10189.0, 10166.0, 10231.0, 10166.0, 10217.0, 10164.0, 10246.0, 10178.0, 10265.0, 10193.0, 10245.0, 10163.0, 10213.0, 10127.0, 10143.0, 10255.0, 10159.0, 10236.0, 10167.0, 10208.0, 10132.0, 10196.0, 10130.0, 10147.0, 10223.0, 10158.0, 10171.0, 10148.0, 10244.0, 10186.0, 10231.0, 10148.0, 10212.0, 10133.0, 10186.0, 10128.0, 10161.0, 10244.0, 10187.0, 10243.0, 10175.0, 10227.0, 10146.0, 10212.0, 10169.0, 10144.0, 10258.0, 10187.0, 10225.0, 10153.0, 10197.0, 10144.0, 10194.0, 10130.0, 10158.0, 10243.0, 10185.0, 10241.0, 10147.0, 10225.0, 10174.0, 10212.0, 10147.0, 10202.0, 10131.0, 10186.0, 10171.0, 10145.0, 10265.0, 10190.0, 10227.0, 10129.0, 10195.0, 10129.0, 10170.0, 10130.0, 10172.0, 10200.0, 10161.0, 10189.0, 10161.0, 10260.0, 10184.0, 10242.0, 10164.0, 10224.0, 10131.0, 10184.0, 10134.0, 10148.0, 10201.0, 10146.0, 10244.0, 10185.0, 10198.0, 10145.0, 10240.0, 10171.0, 10228.0, 10151.0, 10213.0, 10147.0, 10187.0, 10138.0, 10149.0, 10247.0, 10177.0, 10246.0, 10189.0, 10228.0, 10171.0, 10207.0, 10145.0, 10210.0, 10134.0, 10212.0, 10134.0, 10200.0, 10134.0, 10175.0, 10216.0, 10148.0, 10248.0, 10170.0, 10229.0, 10131.0, 10196.0, 10115.0, 10141.0, 10224.0, 10143.0, 10238.0, 10180.0, 10209.0, 10142.0, 10240.0, 10160.0, 10228.0, 10161.0, 10212.0, 10148.0, 10214.0, 10159.0, 10162.0, 10190.0, 10148.0, 10223.0, 10165.0, 10189.0, 10177.0, 10152.0, 10249.0, 10195.0, 10263.0, 10220.0, 10246.0, 10172.0, 10240.0, 10168.0, 10259.0, 10184.0, 10223.0, 10121.0, 10172.0, 10107.0, 10106.0, 10106.0, 10122.0, 10219.0, 10127.0, 10220.0, 10170.0, 10195.0, 10136.0, 10213.0, 10152.0, 10221.0, 10157.0, 10176.0, 10231.0, 10166.0, 10205.0, 10168.0, 10235.0, 10179.0, 10234.0, 10153.0, 10179.0, 10234.0, 10167.0, 10264.0, 10191.0, 10230.0, 10148.0, 10148.0, 10133.0, 10153.0, 10246.0, 10185.0, 10249.0, 10185.0, 10247.0, 10193.0, 10234.0, 10166.0, 10221.0, 10157.0, 10219.0, 10252.0, 10171.0, 10267.0, 10197.0, 10233.0, 10169.0, 10247.0, 10164.0, 10150.0, 10263.0, 10178.0, 10247.0, 10199.0, 10228.0, 10147.0, 10212.0, 10132.0, 10186.0, 10213.0, 10148.0, 10211.0, 10150.0, 10244.0, 10163.0, 10229.0, 10161.0, 10217.0, 10163.0, 10192.0, 10217.0, 10153.0, 10265.0, 10202.0, 10245.0, 10136.0, 10214.0, 10133.0, 10158.0, 10134.0, 10162.0, 10228.0, 10148.0, 10261.0, 10208.0, 10230.0, 10193.0, 10229.0, 10170.0, 10235.0, 10154.0, 10210.0, 10239.0, 10171.0, 10236.0, 10169.0, 10265.0, 10206.0, 10252.0, 10181.0, 10233.0, 10151.0, 10202.0, 10154.0, 10192.0, 10148.0, 10179.0, 10155.0, 10184.0, 10207.0, 10184.0, 10154.0, 10184.0, 10167.0, 10183.0, 10285.0, 10212.0, 10255.0, 10166.0, 10234.0, 10139.0, 10216.0, 10211.0, 10163.0, 10263.0, 10190.0, 10228.0, 10149.0, 10187.0, 10136.0, 10162.0, 10149.0, 10167.0, 10247.0, 10190.0, 10246.0, 10169.0, 10251.0, 10152.0, 10218.0, 10236.0, 10166.0, 10259.0, 10192.0, 10200.0, 10164.0, 10248.0, 10190.0, 10247.0, 10146.0, 10211.0, 10132.0, 10185.0, 10130.0, 10145.0, 10195.0, 10162.0, 10138.0, 10180.0, 10140.0, 10198.0, 10171.0, 10232.0, 10198.0, 10271.0, 10220.0, 10187.0, 10253.0, 10193.0, 10279.0, 10286.0, 10220.0, 10267.0, 10211.0, 10197.0, 10128.0, 10193.0, 10139.0, 10167.0, 10196.0, 10132.0, 10211.0, 10133.0, 10212.0, 10142.0, 10228.0, 10185.0, 10221.0, 10160.0, 10251.0, 10201.0, 10239.0, 10199.0, 10251.0, 10169.0, 10255.0, 10215.0, 10266.0, 10213.0, 10194.0, 10228.0, 10172.0, 10263.0, 10183.0, 10186.0, 10258.0, 10214.0, 10290.0, 10240.0, 10271.0, 10207.0, 10251.0, 10189.0, 10241.0, 10172.0, 10206.0, 10128.0, 10134.0, 10180.0, 10152.0, 10234.0, 10154.0, 10230.0, 10155.0, 10248.0, 10200.0, 10267.0, 10225.0, 10250.0, 10180.0, 10244.0, 10192.0, 10268.0, 10217.0, 10241.0, 10185.0, 10183.0, 10142.0, 10135.0, 10164.0, 10150.0, 10191.0, 10150.0, 10147.0, 10193.0, 10183.0, 10247.0, 10196.0, 10154.0, 10179.0, 10141.0, 10207.0, 10164.0, 10245.0, 10168.0, 10267.0, 10196.0, 10157.0, 10251.0, 10199.0, 10283.0, 10235.0, 10260.0, 10174.0, 10246.0, 10175.0, 10221.0, 10169.0, 10130.0, 10167.0, 10131.0, 10159.0, 10214.0, 10146.0, 10134.0, 10146.0, 10135.0, 10152.0, 10269.0, 10194.0, 10242.0, 10191.0, 10231.0, 10168.0, 10229.0, 10185.0, 10236.0, 10199.0, 10236.0, 10187.0, 10238.0, 10157.0, 10223.0, 10238.0, 10192.0, 10219.0, 10152.0, 10264.0, 10184.0, 10226.0, 10175.0, 10217.0, 10178.0, 10164.0, 10189.0, 10151.0, 10244.0, 10173.0, 10226.0, 10133.0, 10162.0, 10201.0, 10168.0, 10152.0, 10170.0, 10167.0, 10188.0, 10250.0, 10186.0, 10211.0, 10188.0, 10282.0, 10212.0, 10266.0, 10210.0, 10249.0, 10182.0, 10233.0, 10194.0, 10282.0, 10225.0, 10236.0, 10153.0, 10179.0, 10185.0, 10164.0, 10245.0, 10194.0, 10267.0, 10201.0, 10247.0, 10196.0, 10302.0, 10259.0, 10287.0, 10210.0, 10128.0, 10186.0, 10143.0, 10224.0, 10170.0, 10172.0, 10215.0, 10243.0, 10224.0, 10263.0, 10223.0, 10165.0, 10122.0, 10120.0, 10135.0, 10111.0, 10194.0, 10170.0, 10183.0, 10133.0, 10210.0, 10136.0, 10226.0, 10190.0, 10233.0, 10168.0, 10243.0, 10183.0, 10251.0, 10210.0, 10250.0, 10210.0, 10245.0, 10147.0, 10243.0, 10210.0, 10248.0, 10207.0, 10230.0, 10152.0, 10248.0, 10197.0, 10260.0, 10208.0, 10240.0, 10185.0, 10262.0, 10190.0, 10243.0, 10205.0, 10154.0, 10172.0, 10156.0, 10200.0, 10178.0, 10264.0, 10202.0, 10249.0, 10186.0, 10252.0, 10210.0, 10265.0, 10199.0, 10253.0, 10177.0, 10252.0, 10152.0, 10230.0, 10151.0, 10230.0, 10152.0, 10200.0, 10135.0, 10216.0, 10140.0, 10204.0, 10139.0, 10193.0, 10142.0, 10232.0, 10153.0, 10235.0, 10158.0, 10223.0, 10198.0, 10184.0, 10251.0, 10180.0, 10141.0, 10183.0, 10159.0, 10236.0, 10173.0, 10266.0, 10217.0, 10263.0, 10219.0, 10201.0, 10240.0, 10266.0, 10194.0, 10262.0, 10216.0, 10229.0, 10147.0, 10212.0, 10150.0, 10206.0, 10199.0, 10189.0, 10196.0, 10187.0, 10247.0, 10175.0, 10189.0, 10296.0, 10290.0, 10317.0, 10226.0, 10276.0, 10158.0, 10224.0, 10107.0, 10245.0, 10174.0, 10241.0, 10132.0, 10211.0, 10132.0, 10215.0, 10197.0, 10201.0, 10132.0, 10143.0, 10132.0, 10146.0, 10173.0, 10154.0, 10261.0, 10205.0, 10249.0, 10156.0, 10230.0, 10183.0, 10254.0, 10194.0, 10180.0, 10163.0, 10167.0, 10263.0, 10188.0, 10246.0, 10177.0, 10213.0, 10151.0, 10204.0, 10135.0, 10170.0, 10265.0, 10180.0, 10247.0, 10181.0, 10248.0, 10205.0, 10250.0, 10180.0, 10232.0, 10154.0, 10218.0, 10136.0, 10162.0, 10263.0, 10178.0, 10218.0, 10150.0, 10245.0, 10194.0, 10249.0, 10219.0, 10224.0, 10186.0, 10175.0, 10218.0, 10179.0, 10269.0, 10212.0, 10292.0, 10194.0, 10235.0, 10244.0, 10159.0, 10225.0, 10155.0, 10130.0, 10143.0, 10134.0, 10170.0, 10137.0, 10215.0, 10152.0, 10247.0, 10153.0, 10228.0, 10151.0, 10230.0, 10173.0, 10217.0, 10133.0, 10198.0, 10131.0, 10180.0, 10143.0, 10164.0, 10156.0, 10243.0, 10150.0, 10242.0, 10149.0, 10227.0, 10191.0, 10236.0, 10167.0, 10249.0, 10152.0, 10228.0, 10148.0, 10224.0, 10175.0, 10225.0, 10184.0, 10230.0, 10160.0, 10229.0, 10192.0, 10251.0, 10195.0, 10250.0, 10179.0, 10232.0, 10178.0, 10236.0, 10148.0, 10217.0, 10131.0, 10198.0, 10135.0, 10212.0, 10168.0, 10246.0, 10191.0, 10246.0, 10194.0, 10251.0, 10166.0, 10229.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.0017291485664639446</td></tr>
<tr><td colspan=3>aqi</td><td>0.01597261103388358</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.8505014767913</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2695654168695667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.032328609713044</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>6664.752</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09302530485418033</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.299739357080799</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5559986659561216</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.524377394359607</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6029445743046016</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.540674029204156</td></tr>
<tr><td colspan=3>gcor</td><td>0.00668419</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009996064007282257</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033437471836805344</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</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.004301961369568</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>26.4045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8177</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.5164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294361.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>991.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.8469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.1466</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3816.2529</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.1758</td></tr>
<tr><td colspan=3>tsnr</td><td>41.83549577766098</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>