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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0003_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-02/func/sub-0003_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3b056bd8c43b605eac18b655142a4e51</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>12:41:33.652500</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.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</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-04_task-narratives_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.114297</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7256, 545, -20, -11, 56, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a79b7a1b-dafc-4746-b5aa-0e19589352aa||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.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [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': ['124133.652500', '124134.112500', '124134.572500', '124135.032500', '124135.492500', '124135.952500', '124136.412500', '124136.872500', '124137.332500', '124137.792500', '124138.252500', '124138.712500', '124139.172500', '124139.632500', '124140.092500', '124140.552500', '124141.012500', '124141.472500', '124141.932500', '124142.392500', '124142.852500', '124143.312500', '124143.772500', '124144.232500', '124144.692500', '124145.152500', '124145.612500', '124146.072500', '124146.532500', '124146.992500', '124147.452500', '124147.912500', '124148.372500', '124148.832500', '124149.292500', '124149.752500', '124150.212500', '124150.672500', '124151.132500', '124151.592500', '124152.052500', '124152.512500', '124152.972500', '124153.432500', '124153.892500', '124154.352500', '124154.812500', '124155.272500', '124155.732500', '124156.192500', '124156.652500', '124157.112500', '124157.572500', '124158.032500', '124158.492500', '124158.952500', '124159.412500', '124159.872500', '124200.332500', '124200.792500', '124201.252500', '124201.712500', '124202.172500', '124202.632500', '124203.092500', '124203.552500', '124204.012500', '124204.472500', '124204.932500', '124205.392500', '124205.852500', '124206.312500', '124206.772500', '124207.232500', '124207.692500', '124208.152500', '124208.612500', '124209.072500', '124209.532500', '124209.992500', '124210.452500', '124210.912500', '124211.372500', '124211.832500', '124212.292500', '124212.752500', '124213.212500', '124213.672500', '124214.132500', '124214.592500', '124215.052500', '124215.512500', '124215.972500', '124216.432500', '124216.892500', '124217.352500', '124217.812500', '124218.272500', '124218.732500', '124219.192500', '124219.652500', '124220.112500', '124220.572500', '124221.032500', '124221.492500', '124221.952500', '124222.412500', '124222.872500', '124223.332500', '124223.792500', '124224.252500', '124224.712500', '124225.172500', '124225.632500', '124226.092500', '124226.552500', '124227.012500', '124227.472500', '124227.932500', '124228.392500', '124228.852500', '124229.312500', '124229.772500', '124230.232500', '124230.692500', '124231.152500', '124231.612500', '124232.072500', '124232.532500', '124232.992500', '124233.452500', '124233.912500', '124234.372500', '124234.832500', '124235.292500', '124235.752500', '124236.212500', '124236.672500', '124237.132500', '124237.592500', '124238.052500', '124238.512500', '124238.972500', '124239.432500', '124239.892500', '124240.352500', '124240.812500', '124241.272500', '124241.732500', '124242.192500', '124242.652500', '124243.112500', '124243.572500', '124244.032500', '124244.492500', '124244.952500', '124245.412500', '124245.872500', '124246.332500', '124246.792500', '124247.252500', '124247.712500', '124248.172500', '124248.632500', '124249.092500', '124249.552500', '124250.012500', '124250.472500', '124250.932500', '124251.392500', '124251.852500', '124252.312500', '124252.772500', '124253.232500', '124253.692500', '124254.152500', '124254.612500', '124255.072500', '124255.532500', '124255.992500', '124256.452500', '124256.912500', '124257.372500', '124257.832500', '124258.292500', '124258.752500', '124259.212500', '124259.672500', '124300.132500', '124300.592500', '124301.052500', '124301.512500', '124301.972500', '124302.432500', '124302.892500', '124303.352500', '124303.812500', '124304.272500', '124304.732500', '124305.192500', '124305.652500', '124306.112500', '124306.572500', '124307.032500', '124307.492500', '124307.952500', '124308.412500', '124308.872500', '124309.332500', '124309.792500', '124310.252500', '124310.712500', '124311.172500', '124311.632500', '124312.092500', '124312.552500', '124313.012500', '124313.472500', '124313.932500', '124314.392500', '124314.852500', '124315.312500', '124315.772500', '124316.232500', '124316.692500', '124317.152500', '124317.612500', '124318.072500', '124318.532500', '124318.992500', '124319.452500', '124319.912500', '124320.372500', '124320.832500', '124321.292500', '124321.752500', '124322.212500', '124322.672500', '124323.132500', '124323.592500', '124324.052500', '124324.512500', '124324.972500', '124325.432500', '124325.892500', '124326.352500', '124326.812500', '124327.272500', '124327.732500', '124328.192500', '124328.652500', '124329.112500', '124329.572500', '124330.032500', '124330.492500', '124330.952500', '124331.412500', '124331.872500', '124332.332500', '124332.792500', '124333.252500', '124333.712500', '124334.172500', '124334.632500', '124335.092500', '124335.552500', '124336.012500', '124336.472500', '124336.932500', '124337.392500', '124337.852500', '124338.312500', '124338.772500', '124339.232500', '124339.692500', '124340.152500', '124340.612500', '124341.072500', '124341.532500', '124341.992500', '124342.452500', '124342.912500', '124343.372500', '124343.832500', '124344.292500', '124344.752500', '124345.212500', '124345.672500', '124346.132500', '124346.592500', '124347.052500', '124347.512500', '124347.972500', '124348.432500', '124348.892500', '124349.352500', '124349.812500', '124350.272500', '124350.732500', '124351.192500', '124351.652500', '124352.112500', '124352.572500', '124353.032500', '124353.492500', '124353.952500', '124354.412500', '124354.872500', '124355.332500', '124355.792500', '124356.252500', '124356.712500', '124357.172500', '124357.632500', '124358.092500', '124358.552500', '124359.012500', '124359.472500', '124359.932500', '124400.392500', '124400.852500', '124401.312500', '124401.772500', '124402.232500', '124402.692500', '124403.152500', '124403.612500', '124404.072500', '124404.532500', '124404.992500', '124405.452500', '124405.912500', '124406.372500', '124406.832500', '124407.292500', '124407.752500', '124408.212500', '124408.672500', '124409.132500', '124409.592500', '124410.052500', '124410.512500', '124410.972500', '124411.432500', '124411.892500', '124412.352500', '124412.812500', '124413.272500', '124413.732500', '124414.192500', '124414.652500', '124415.112500', '124415.572500', '124416.032500', '124416.492500', '124416.952500', '124417.412500', '124417.872500', '124418.332500', '124418.792500', '124419.252500', '124419.712500', '124420.172500', '124420.632500', '124421.092500', '124421.552500', '124422.012500', '124422.472500', '124422.932500', '124423.392500', '124423.852500', '124424.312500', '124424.772500', '124425.232500', '124425.692500', '124426.152500', '124426.612500', '124427.072500', '124427.532500', '124427.992500', '124428.452500', '124428.912500', '124429.372500', '124429.832500', '124430.292500', '124430.752500', '124431.212500', '124431.672500', '124432.132500', '124432.592500', '124433.052500', '124433.512500', '124433.972500', '124434.432500', '124434.892500', '124435.352500', '124435.812500', '124436.272500', '124436.732500', '124437.192500', '124437.652500', '124438.112500', '124438.572500', '124439.032500', '124439.492500', '124439.952500', '124440.412500', '124440.872500', '124441.332500', '124441.792500', '124442.252500', '124442.712500', '124443.172500', '124443.632500', '124444.092500', '124444.552500', '124445.012500', '124445.472500', '124445.932500', '124446.392500', '124446.852500', '124447.312500', '124447.772500', '124448.232500', '124448.692500', '124449.152500', '124449.612500', '124450.072500', '124450.532500', '124450.992500', '124451.452500', '124451.912500', '124452.372500', '124452.832500', '124453.292500', '124453.752500', '124454.212500', '124454.672500', '124455.132500', '124455.592500', '124456.052500', '124456.512500', '124456.972500', '124457.432500', '124457.892500', '124458.352500', '124458.812500', '124459.272500', '124459.732500', '124500.192500', '124500.652500', '124501.112500', '124501.572500', '124502.032500', '124502.492500', '124502.952500', '124503.412500', '124503.872500', '124504.332500', '124504.792500', '124505.252500', '124505.712500', '124506.172500', '124506.632500', '124507.092500', '124507.552500', '124508.012500', '124508.472500', '124508.932500', '124509.392500', '124509.852500', '124510.312500', '124510.772500', '124511.232500', '124511.692500', '124512.152500', '124512.612500', '124513.072500', '124513.532500', '124513.992500', '124514.452500', '124514.912500', '124515.372500', '124515.832500', '124516.292500', '124516.752500', '124517.212500', '124517.672500', '124518.132500', '124518.592500', '124519.052500', '124519.512500', '124519.972500', '124520.432500', '124520.892500', '124521.352500', '124521.812500', '124522.272500', '124522.732500', '124523.192500', '124523.652500', '124524.112500', '124524.572500', '124525.032500', '124525.492500', '124525.952500', '124526.412500', '124526.872500', '124527.332500', '124527.792500', '124528.252500', '124528.712500', '124529.172500', '124529.632500', '124530.092500', '124530.552500', '124531.012500', '124531.472500', '124531.932500', '124532.392500', '124532.852500', '124533.312500', '124533.772500', '124534.232500', '124534.692500', '124535.152500', '124535.612500', '124536.072500', '124536.532500', '124536.992500', '124537.452500', '124537.912500', '124538.372500', '124538.832500', '124539.292500', '124539.752500', '124540.212500', '124540.672500', '124541.132500', '124541.592500', '124542.052500', '124542.512500', '124542.972500', '124543.432500', '124543.892500', '124544.352500', '124544.812500', '124545.272500', '124545.732500', '124546.192500', '124546.652500', '124547.112500', '124547.572500', '124548.032500', '124548.492500', '124548.952500', '124549.412500', '124549.872500', '124550.332500', '124550.792500', '124551.252500', '124551.712500', '124552.172500', '124552.632500', '124553.092500', '124553.552500', '124554.012500', '124554.472500', '124554.932500', '124555.392500', '124555.852500', '124556.312500', '124556.772500', '124557.232500', '124557.692500', '124558.152500', '124558.612500', '124559.072500', '124559.532500', '124559.992500', '124600.452500', '124600.912500', '124601.372500', '124601.832500', '124602.292500', '124602.752500', '124603.212500', '124603.672500', '124604.132500', '124604.592500', '124605.052500', '124605.512500', '124605.972500', '124606.432500', '124606.892500', '124607.352500', '124607.812500', '124608.272500', '124608.732500', '124609.192500', '124609.652500', '124610.112500', '124610.572500', '124611.032500', '124611.492500', '124611.952500', '124612.412500', '124612.872500', '124613.332500', '124613.792500', '124614.252500', '124614.712500', '124615.172500', '124615.632500', '124616.092500', '124616.552500', '124617.012500', '124617.472500', '124617.932500', '124618.392500', '124618.852500', '124619.312500', '124619.772500', '124620.232500', '124620.692500', '124621.152500', '124621.612500', '124622.072500', '124622.532500', '124622.992500', '124623.452500', '124623.912500', '124624.372500', '124624.832500', '124625.292500', '124625.752500', '124626.212500', '124626.672500', '124627.132500', '124627.592500', '124628.052500', '124628.512500', '124628.972500', '124629.432500', '124629.892500', '124630.352500', '124630.812500', '124631.272500', '124631.732500', '124632.192500', '124632.652500', '124633.112500', '124633.572500', '124634.032500', '124634.492500', '124634.952500', '124635.412500', '124635.872500', '124636.332500', '124636.792500', '124637.252500', '124637.712500', '124638.172500', '124638.632500', '124639.092500', '124639.552500', '124640.012500', '124640.472500', '124640.932500', '124641.392500', '124641.852500', '124642.312500', '124642.772500', '124643.232500', '124643.692500', '124644.152500', '124644.612500', '124645.072500', '124645.532500', '124645.992500', '124646.452500', '124646.912500', '124647.372500', '124647.832500', '124648.292500', '124648.752500', '124649.212500', '124649.672500', '124650.132500', '124650.592500', '124651.052500', '124651.512500', '124651.972500', '124652.432500', '124652.892500', '124653.352500', '124653.812500', '124654.272500', '124654.732500', '124655.192500', '124655.652500', '124656.112500', '124656.572500', '124657.032500', '124657.492500', '124657.952500', '124658.412500', '124658.872500', '124659.332500', '124659.792500', '124700.252500', '124700.712500', '124701.172500', '124701.632500', '124702.092500', '124702.552500', '124703.012500', '124703.472500', '124703.932500', '124704.392500', '124704.852500', '124705.312500', '124705.772500', '124706.232500', '124706.692500', '124707.152500', '124707.612500', '124708.072500', '124708.532500', '124708.992500', '124709.452500', '124709.912500', '124710.372500', '124710.832500', '124711.292500', '124711.752500', '124712.212500', '124712.672500', '124713.132500', '124713.592500', '124714.052500', '124714.512500', '124714.972500', '124715.432500', '124715.892500', '124716.352500', '124716.812500', '124717.272500', '124717.732500', '124718.192500', '124718.652500', '124719.112500', '124719.572500', '124720.032500', '124720.492500', '124720.952500', '124721.412500', '124721.872500', '124722.332500', '124722.792500', '124723.252500', '124723.712500', '124724.172500', '124724.632500', '124725.092500', '124725.552500', '124726.012500', '124726.472500', '124726.932500', '124727.392500', '124727.852500', '124728.312500', '124728.772500', '124729.232500', '124729.692500', '124730.152500', '124730.612500', '124731.072500', '124731.532500', '124731.992500', '124732.452500', '124732.912500', '124733.372500', '124733.832500', '124734.292500', '124734.752500', '124735.212500', '124735.672500', '124736.132500', '124736.592500', '124737.052500', '124737.512500', '124737.972500', '124738.432500', '124738.892500', '124739.352500', '124739.812500', '124740.272500', '124740.732500', '124741.192500', '124741.652500', '124742.112500', '124742.572500', '124743.032500', '124743.492500', '124743.952500', '124744.412500', '124744.872500', '124745.332500', '124745.792500', '124746.252500', '124746.712500', '124747.172500', '124747.632500', '124748.092500', '124748.552500', '124749.012500', '124749.472500', '124749.932500', '124750.392500', '124750.852500', '124751.312500', '124751.772500', '124752.232500', '124752.692500', '124753.152500', '124753.612500', '124754.072500', '124754.532500', '124754.992500', '124755.452500', '124755.912500', '124756.372500', '124756.832500', '124757.292500', '124757.752500', '124758.212500', '124758.672500', '124759.132500', '124759.592500', '124800.052500', '124800.512500', '124800.972500', '124801.432500', '124801.892500', '124802.352500', '124802.812500', '124803.272500', '124803.732500', '124804.192500', '124804.652500', '124805.112500', '124805.572500', '124806.032500', '124806.492500', '124806.952500', '124807.412500', '124807.872500', '124808.332500', '124808.792500', '124809.252500', '124809.712500', '124810.172500', '124810.632500', '124811.092500', '124811.552500', '124812.012500', '124812.472500', '124812.932500', '124813.392500', '124813.852500', '124814.312500', '124814.772500', '124815.232500', '124815.692500', '124816.152500', '124816.612500', '124817.072500', '124817.532500', '124817.992500', '124818.452500', '124818.912500', '124819.372500', '124819.832500', '124820.292500', '124820.752500', '124821.212500', '124821.672500', '124822.132500', '124822.592500', '124823.052500', '124823.512500', '124823.972500', '124824.432500', '124824.892500', '124825.352500', '124825.812500', '124826.272500', '124826.732500', '124827.192500', '124827.652500', '124828.112500', '124828.572500', '124829.032500', '124829.492500', '124829.952500', '124830.412500', '124830.872500', '124831.332500', '124831.792500', '124832.252500', '124832.712500', '124833.172500', '124833.632500', '124834.092500', '124834.552500', '124835.012500', '124835.472500', '124835.932500', '124836.392500', '124836.852500', '124837.312500', '124837.772500', '124838.232500', '124838.692500', '124839.152500', '124839.612500', '124840.072500', '124840.532500', '124840.992500', '124841.452500', '124841.912500', '124842.372500', '124842.832500', '124843.292500', '124843.752500', '124844.212500', '124844.672500', '124845.132500', '124845.592500', '124846.052500', '124846.512500', '124846.972500', '124847.432500', '124847.892500', '124848.352500', '124848.812500', '124849.272500', '124849.732500', '124850.192500', '124850.652500', '124851.112500', '124851.572500', '124852.032500', '124852.492500', '124852.952500', '124853.412500', '124853.872500', '124854.332500', '124854.792500', '124855.252500', '124855.712500', '124856.172500', '124856.632500', '124857.092500', '124857.552500', '124858.012500', '124858.472500', '124858.932500', '124859.392500', '124859.852500', '124900.312500', '124900.772500', '124901.232500', '124901.692500', '124902.152500', '124902.612500', '124903.072500', '124903.532500', '124903.992500', '124904.452500', '124904.912500', '124905.372500', '124905.832500', '124906.292500', '124906.752500', '124907.212500', '124907.672500', '124908.132500', '124908.592500', '124909.052500', '124909.512500', '124909.972500', '124910.432500', '124910.892500', '124911.352500', '124911.812500', '124912.272500', '124912.732500', '124913.192500', '124913.652500', '124914.112500', '124914.572500', '124915.032500', '124915.492500', '124915.952500', '124916.412500', '124916.872500', '124917.332500', '124917.792500', '124918.252500', '124918.712500', '124919.172500', '124919.632500', '124920.092500', '124920.552500', '124921.012500', '124921.472500', '124921.932500', '124922.392500', '124922.852500', '124923.312500', '124923.772500', '124924.232500', '124924.692500', '124925.152500', '124925.612500', '124926.072500', '124926.532500', '124926.992500', '124927.452500', '124927.912500', '124928.372500', '124928.832500', '124929.292500', '124929.752500', '124930.212500', '124930.672500', '124931.132500', '124931.592500', '124932.052500', '124932.512500', '124932.972500', '124933.432500', '124933.892500', '124934.352500', '124934.812500', '124935.272500', '124935.732500', '124936.192500', '124936.652500', '124937.112500', '124937.572500', '124938.032500', '124938.492500', '124938.952500', '124939.412500', '124939.872500', '124940.332500', '124940.792500', '124941.252500', '124941.712500', '124942.172500', '124942.632500', '124943.092500', '124943.552500', '124944.012500', '124944.472500', '124944.932500', '124945.392500', '124945.852500', '124946.312500', '124946.772500', '124947.232500', '124947.692500', '124948.152500', '124948.612500', '124949.072500', '124949.532500', '124949.992500', '124950.452500', '124950.912500', '124951.372500', '124951.832500', '124952.292500', '124952.752500', '124953.212500', '124953.672500', '124954.132500', '124954.592500', '124955.052500', '124955.512500', '124955.972500', '124956.432500', '124956.892500', '124957.352500', '124957.812500', '124958.272500', '124958.732500', '124959.192500', '124959.652500', '125000.112500', '125000.572500', '125001.032500', '125001.492500', '125001.952500', '125002.412500', '125002.872500', '125003.332500', '125003.792500', '125004.252500', '125004.712500', '125005.172500', '125005.632500', '125006.092500', '125006.552500', '125007.012500', '125007.472500', '125007.932500', '125008.392500', '125008.852500', '125009.312500', '125009.772500', '125010.232500', '125010.692500', '125011.152500', '125011.612500', '125012.072500', '125012.532500', '125012.992500', '125013.452500', '125013.912500', '125014.372500', '125014.832500', '125015.292500', '125015.752500', '125016.212500', '125016.672500', '125017.132500', '125017.592500', '125018.052500', '125018.512500', '125018.972500', '125019.432500', '125019.892500', '125020.352500', '125020.812500', '125021.272500', '125021.732500', '125022.192500', '125022.652500', '125023.112500', '125023.572500', '125024.032500', '125024.492500', '125024.952500'], 'ContentTime': ['124144.290000', '124144.294000', '124144.297000', '124144.300000', '124144.303000', '124144.306000', '124144.309000', '124144.312000', '124144.315000', '124144.319000', '124144.322000', '124144.324000', '124144.327000', '124144.331000', '124144.333000', '124144.342000', '124144.345000', '124144.349000', '124144.352000', '124144.355000', '124144.358000', '124144.361000', '124204.264000', '124204.267000', '124204.270000', '124204.273000', '124204.276000', '124204.279000', '124204.281000', '124204.284000', '124204.287000', '124204.290000', '124204.293000', '124204.296000', '124204.299000', '124204.302000', '124204.304000', '124204.307000', '124204.310000', '124204.313000', '124204.316000', '124204.319000', '124204.322000', '124204.325000', '124204.332000', '124204.335000', '124204.338000', '124204.341000', '124204.344000', '124204.347000', '124204.349000', '124204.352000', '124204.355000', '124204.358000', '124204.361000', '124204.364000', '124204.367000', '124204.370000', '124204.373000', '124204.375000', '124204.378000', '124204.381000', '124204.384000', '124204.387000', '124204.390000', '124224.264000', '124224.274000', '124224.277000', '124224.279000', '124224.282000', '124224.285000', '124224.288000', '124224.291000', '124224.294000', '124224.297000', '124224.300000', '124224.303000', '124224.305000', '124224.308000', '124224.311000', '124224.314000', '124224.317000', '124224.320000', '124224.323000', '124224.326000', '124224.328000', '124224.331000', '124224.334000', '124224.337000', '124224.340000', '124224.343000', '124224.346000', '124224.349000', '124224.351000', '124224.355000', '124224.357000', '124224.360000', '124224.363000', '124224.366000', '124224.369000', '124224.372000', '124224.375000', '124224.378000', '124224.381000', '124224.383000', '124224.386000', '124224.389000', '124224.392000', '124224.395000', '124244.264000', '124244.267000', '124244.270000', '124244.285000', '124244.288000', '124244.291000', '124244.294000', '124244.297000', '124244.300000', '124244.302000', '124244.305000', '124244.308000', '124244.311000', '124244.314000', '124244.317000', '124244.320000', '124244.323000', '124244.325000', '124244.328000', '124244.331000', '124244.334000', '124244.337000', '124244.340000', '124244.343000', '124244.346000', '124244.348000', '124244.351000', '124244.354000', '124244.357000', '124244.360000', '124244.363000', '124244.367000', '124244.370000', '124244.373000', '124244.376000', '124244.379000', '124244.381000', '124244.384000', '124244.387000', '124244.390000', '124244.393000', '124244.396000', '124244.399000', '124304.264000', '124304.267000', '124304.270000', '124304.273000', '124304.284000', '124304.287000', '124304.290000', '124304.293000', '124304.296000', '124304.299000', '124304.302000', '124304.305000', '124304.308000', '124304.310000', '124304.313000', '124304.316000', '124304.319000', '124304.322000', '124304.325000', '124304.328000', '124304.331000', '124304.334000', '124304.337000', '124304.339000', '124304.342000', '124304.345000', '124304.348000', '124304.351000', '124304.354000', '124304.357000', '124304.360000', '124304.363000', '124304.366000', '124304.369000', '124304.371000', '124304.374000', '124304.377000', '124304.380000', '124304.383000', '124304.386000', '124304.389000', '124304.392000', '124304.395000', '124304.397000', '124324.263000', '124324.266000', '124324.269000', '124324.272000', '124324.275000', '124324.278000', '124324.281000', '124324.284000', '124324.287000', '124324.289000', '124324.292000', '124324.295000', '124324.298000', '124324.301000', '124324.304000', '124324.307000', '124324.310000', '124324.313000', '124324.316000', '124324.319000', '124324.322000', '124324.325000', '124324.328000', '124324.330000', '124324.333000', '124324.336000', '124324.339000', '124324.342000', '124324.345000', '124324.348000', '124324.351000', '124324.354000', '124324.357000', '124324.359000', '124324.363000', '124324.365000', '124324.368000', '124324.371000', '124324.374000', '124324.377000', '124324.380000', '124324.383000', '124324.386000', '124344.263000', '124344.266000', '124344.269000', '124344.272000', '124344.275000', '124344.278000', '124344.281000', '124344.284000', '124344.287000', '124344.289000', '124344.292000', '124344.295000', '124344.298000', '124344.301000', '124344.304000', '124344.307000', '124344.310000', '124344.313000', '124344.316000', '124344.319000', '124344.322000', '124344.324000', '124344.327000', '124344.330000', '124344.333000', '124344.336000', '124344.339000', '124344.342000', '124344.345000', '124344.348000', '124344.351000', '124344.354000', '124344.357000', '124344.360000', '124344.362000', '124344.365000', '124344.368000', '124344.371000', '124344.374000', '124344.377000', '124344.380000', '124344.383000', '124344.386000', '124344.389000', '124404.263000', '124404.266000', '124404.269000', '124404.272000', '124404.275000', '124404.278000', '124404.281000', '124404.284000', '124404.286000', '124404.289000', '124404.292000', '124404.295000', '124404.298000', '124404.301000', '124404.304000', '124404.307000', '124404.310000', '124404.313000', '124404.316000', '124404.318000', '124404.321000', '124404.324000', '124404.327000', '124404.330000', '124404.333000', '124404.336000', '124404.339000', '124404.342000', '124404.345000', '124404.348000', '124404.350000', '124404.353000', '124404.356000', '124404.359000', '124404.362000', '124404.365000', '124404.368000', '124404.371000', '124404.374000', '124404.377000', '124404.379000', '124404.383000', '124404.401000', '124424.264000', '124424.267000', '124424.270000', '124424.273000', '124424.276000', '124424.279000', '124424.282000', '124424.285000', '124424.288000', '124424.291000', '124424.294000', '124424.297000', '124424.300000', '124424.303000', '124424.306000', '124424.308000', '124424.311000', '124424.314000', '124424.317000', '124424.320000', '124424.323000', '124424.326000', '124424.329000', '124424.332000', '124424.335000', '124424.338000', '124424.341000', '124424.344000', '124424.347000', '124424.349000', '124424.352000', '124424.355000', '124424.358000', '124424.361000', '124424.364000', '124424.367000', '124424.371000', '124424.374000', '124424.377000', '124424.380000', '124424.383000', '124424.385000', '124424.388000', '124444.264000', '124444.267000', '124444.270000', '124444.273000', '124444.276000', '124444.279000', '124444.282000', '124444.285000', '124444.288000', '124444.291000', '124444.294000', '124444.296000', '124444.299000', '124444.302000', '124444.305000', '124444.308000', '124444.311000', '124444.314000', '124444.317000', '124444.320000', '124444.323000', '124444.326000', '124444.329000', '124444.331000', '124444.334000', '124444.337000', '124444.340000', '124444.343000', '124444.346000', '124444.349000', '124444.352000', '124444.355000', '124444.358000', '124444.361000', '124444.364000', '124444.366000', '124444.369000', '124444.372000', '124444.375000', '124444.378000', '124444.381000', '124444.384000', '124444.387000', '124444.390000', '124504.264000', '124504.270000', '124504.273000', '124504.276000', '124504.279000', '124504.282000', '124504.285000', '124504.288000', '124504.291000', '124504.294000', '124504.297000', '124504.300000', '124504.303000', '124504.306000', '124504.308000', '124504.311000', '124504.314000', '124504.317000', '124504.320000', '124504.323000', '124504.326000', '124504.329000', '124504.332000', '124504.335000', '124504.337000', '124504.340000', '124504.343000', '124504.346000', '124504.349000', '124504.352000', '124504.355000', '124504.358000', '124504.361000', '124504.364000', '124504.367000', '124504.370000', '124504.372000', '124504.375000', '124504.378000', '124504.381000', '124504.384000', '124504.387000', '124504.390000', '124524.264000', '124524.267000', '124524.270000', '124524.273000', '124524.276000', '124524.279000', '124524.282000', '124524.284000', '124524.287000', '124524.290000', '124524.293000', '124524.296000', '124524.299000', '124524.302000', '124524.305000', '124524.308000', '124524.311000', '124524.314000', '124524.317000', '124524.320000', '124524.323000', '124524.325000', '124524.328000', '124524.331000', '124524.334000', '124524.337000', '124524.340000', '124524.343000', '124524.346000', '124524.349000', '124524.352000', '124524.355000', '124524.358000', '124524.361000', '124524.364000', '124524.366000', '124524.369000', '124524.372000', '124524.375000', '124524.378000', '124524.386000', '124524.389000', '124524.392000', '124524.394000', '124544.263000', '124544.266000', '124544.269000', '124544.272000', '124544.275000', '124544.278000', '124544.281000', '124544.284000', '124544.287000', '124544.290000', '124544.294000', '124544.297000', '124544.300000', '124544.303000', '124544.306000', '124544.308000', '124544.311000', '124544.314000', '124544.317000', '124544.320000', '124544.323000', '124544.326000', '124544.329000', '124544.332000', '124544.352000', '124544.355000', '124544.358000', '124544.361000', '124544.368000', '124544.371000', '124544.374000', '124544.377000', '124544.380000', '124544.383000', '124544.386000', '124544.389000', '124544.392000', '124544.395000', '124544.398000', '124544.401000', '124544.404000', '124544.407000', '124544.409000', '124604.263000', '124604.266000', '124604.269000', '124604.272000', '124604.275000', '124604.278000', '124604.281000', '124604.284000', '124604.287000', '124604.289000', '124604.292000', '124604.295000', '124604.298000', '124604.301000', '124604.304000', '124604.307000', '124604.310000', '124604.313000', '124604.316000', '124604.319000', '124604.322000', '124604.325000', '124604.328000', '124604.331000', '124604.334000', '124604.336000', '124604.339000', '124604.342000', '124604.345000', '124604.348000', '124604.351000', '124604.354000', '124604.357000', '124604.360000', '124604.362000', '124604.365000', '124604.368000', '124604.371000', '124604.374000', '124604.377000', '124604.380000', '124604.383000', '124604.386000', '124604.389000', '124624.263000', '124624.266000', '124624.269000', '124624.272000', '124624.275000', '124624.278000', '124624.281000', '124624.284000', '124624.287000', '124624.290000', '124624.293000', '124624.295000', '124624.298000', '124624.302000', '124624.305000', '124624.309000', '124624.312000', '124624.315000', '124624.318000', '124624.321000', '124624.324000', '124624.327000', '124624.330000', '124624.333000', '124624.336000', '124624.339000', '124624.342000', '124624.345000', '124624.348000', '124624.350000', '124624.353000', '124624.356000', '124624.359000', '124624.362000', '124624.365000', '124624.368000', '124624.371000', '124624.374000', '124624.377000', '124624.380000', '124624.383000', '124624.385000', '124624.388000', '124644.264000', '124644.267000', '124644.270000', '124644.273000', '124644.276000', '124644.279000', '124644.282000', '124644.285000', '124644.288000', '124644.290000', '124644.293000', '124644.296000', '124644.299000', '124644.302000', '124644.305000', '124644.308000', '124644.311000', '124644.314000', '124644.317000', '124644.320000', '124644.323000', '124644.325000', '124644.329000', '124644.332000', '124644.335000', '124644.337000', '124644.340000', '124644.343000', '124644.346000', '124644.349000', '124644.352000', '124644.355000', '124644.358000', '124644.361000', '124644.364000', '124644.367000', '124644.370000', '124644.373000', '124644.376000', '124644.379000', '124644.381000', '124644.384000', '124644.387000', '124644.390000', '124704.264000', '124704.267000', '124704.270000', '124704.273000', '124704.276000', '124704.279000', '124704.282000', '124704.284000', '124704.288000', '124704.290000', '124704.293000', '124704.296000', '124704.299000', '124704.302000', '124704.305000', '124704.308000', '124704.311000', '124704.314000', '124704.319000', '124704.323000', '124704.326000', '124704.329000', '124704.357000', '124704.360000', '124704.363000', '124704.365000', '124704.369000', '124704.372000', '124704.374000', '124704.377000', '124704.380000', '124704.383000', '124704.386000', '124704.389000', '124704.392000', '124704.395000', '124704.398000', '124704.401000', '124704.404000', '124704.407000', '124704.410000', '124704.413000', '124704.416000', '124724.264000', '124724.267000', '124724.270000', '124724.273000', '124724.276000', '124724.279000', '124724.282000', '124724.285000', '124724.288000', '124724.291000', '124724.294000', '124724.296000', '124724.299000', '124724.302000', '124724.305000', '124724.308000', '124724.311000', '124724.314000', '124724.317000', '124724.320000', '124724.323000', '124724.326000', '124724.329000', '124724.332000', '124724.334000', '124724.337000', '124724.340000', '124724.343000', '124724.346000', '124724.349000', '124724.352000', '124724.355000', '124724.358000', '124724.361000', '124724.364000', '124724.367000', '124724.370000', '124724.373000', '124724.376000', '124724.378000', '124724.381000', '124724.384000', '124724.389000', '124724.392000', '124744.264000', '124744.267000', '124744.270000', '124744.273000', '124744.276000', '124744.280000', '124744.283000', '124744.286000', '124744.289000', '124744.292000', '124744.295000', '124744.298000', '124744.300000', '124744.303000', '124744.306000', '124744.309000', '124744.312000', '124744.315000', '124744.318000', '124744.321000', '124744.324000', '124744.327000', '124744.330000', '124744.333000', '124744.336000', '124744.339000', '124744.342000', '124744.345000', '124744.348000', '124744.351000', '124744.354000', '124744.357000', '124744.360000', '124744.363000', '124744.366000', '124744.368000', '124744.371000', '124744.374000', '124744.377000', '124744.380000', '124744.383000', '124744.386000', '124744.389000', '124804.263000', '124804.266000', '124804.269000', '124804.272000', '124804.275000', '124804.278000', '124804.281000', '124804.284000', '124804.287000', '124804.289000', '124804.292000', '124804.295000', '124804.298000', '124804.301000', '124804.304000', '124804.307000', '124804.310000', '124804.313000', '124804.316000', '124804.319000', '124804.322000', '124804.324000', '124804.327000', '124804.330000', '124804.333000', '124804.336000', '124804.339000', '124804.342000', '124804.345000', '124804.348000', '124804.351000', '124804.353000', '124804.356000', '124804.359000', '124804.362000', '124804.365000', '124804.368000', '124804.371000', '124804.374000', '124804.377000', '124804.380000', '124804.383000', '124804.386000', '124804.389000', '124824.263000', '124824.266000', '124824.269000', '124824.272000', '124824.275000', '124824.278000', '124824.281000', '124824.284000', '124824.287000', '124824.289000', '124824.292000', '124824.295000', '124824.298000', '124824.301000', '124824.304000', '124824.307000', '124824.310000', '124824.313000', '124824.316000', '124824.319000', '124824.321000', '124824.324000', '124824.327000', '124824.330000', '124824.333000', '124824.336000', '124824.339000', '124824.342000', '124824.345000', '124824.347000', '124824.351000', '124824.354000', '124824.356000', '124824.359000', '124824.362000', '124824.365000', '124824.368000', '124824.373000', '124824.377000', '124824.380000', '124824.383000', '124824.386000', '124824.388000', '124844.263000', '124844.266000', '124844.276000', '124844.279000', '124844.282000', '124844.285000', '124844.288000', '124844.291000', '124844.293000', '124844.296000', '124844.299000', '124844.302000', '124844.305000', '124844.308000', '124844.311000', '124844.314000', '124844.317000', '124844.320000', '124844.323000', '124844.326000', '124844.329000', '124844.331000', '124844.334000', '124844.337000', '124844.340000', '124844.343000', '124844.346000', '124844.349000', '124844.352000', '124844.355000', '124844.357000', '124844.361000', '124844.363000', '124844.366000', '124844.369000', '124844.372000', '124844.375000', '124844.378000', '124844.381000', '124844.384000', '124844.387000', '124844.390000', '124844.392000', '124844.395000', '124904.264000', '124904.267000', '124904.270000', '124904.273000', '124904.276000', '124904.279000', '124904.282000', '124904.285000', '124904.288000', '124904.291000', '124904.293000', '124904.296000', '124904.299000', '124904.302000', '124904.305000', '124904.308000', '124904.311000', '124904.314000', '124904.317000', '124904.321000', '124904.324000', '124904.327000', '124904.330000', '124904.333000', '124904.335000', '124904.338000', '124904.341000', '124904.344000', '124904.347000', '124904.350000', '124904.353000', '124904.356000', '124904.359000', '124904.362000', '124904.365000', '124904.368000', '124904.371000', '124904.374000', '124904.377000', '124904.380000', '124904.383000', '124904.390000', '124904.392000', '124924.264000', '124924.267000', '124924.270000', '124924.273000', '124924.276000', '124924.279000', '124924.282000', '124924.285000', '124924.288000', '124924.291000', '124924.294000', '124924.296000', '124924.299000', '124924.302000', '124924.305000', '124924.308000', '124924.311000', '124924.314000', '124924.317000', '124924.320000', '124924.323000', '124924.325000', '124924.328000', '124924.331000', '124924.334000', '124924.337000', '124924.340000', '124924.343000', '124924.346000', '124924.349000', '124924.352000', '124924.355000', '124924.358000', '124924.360000', '124924.364000', '124924.366000', '124924.369000', '124924.372000', '124924.375000', '124924.378000', '124924.381000', '124924.384000', '124924.387000', '124924.390000', '124944.264000', '124944.267000', '124944.270000', '124944.273000', '124944.276000', '124944.279000', '124944.282000', '124944.285000', '124944.288000', '124944.291000', '124944.293000', '124944.296000', '124944.299000', '124944.302000', '124944.305000', '124944.308000', '124944.311000', '124944.314000', '124944.317000', '124944.320000', '124944.323000', '124944.325000', '124944.328000', '124944.331000', '124944.334000', '124944.337000', '124944.340000', '124944.343000', '124944.346000', '124944.349000', '124944.352000', '124944.354000', '124944.357000', '124944.360000', '124944.363000', '124944.366000', '124944.369000', '124944.372000', '124944.375000', '124944.378000', '124944.381000', '124944.384000', '124944.387000', '125004.264000', '125004.267000', '125004.270000', '125004.273000', '125004.276000', '125004.279000', '125004.282000', '125004.285000', '125004.288000', '125004.291000', '125004.294000', '125004.296000', '125004.299000', '125004.302000', '125004.305000', '125004.308000', '125004.311000', '125004.314000', '125004.317000', '125004.320000', '125004.322000', '125004.325000', '125004.328000', '125004.331000', '125004.334000', '125004.337000', '125004.340000', '125004.343000', '125004.346000', '125004.349000', '125004.352000', '125004.355000', '125004.358000', '125004.361000', '125004.363000', '125004.366000', '125004.369000', '125004.372000', '125004.375000', '125004.378000', '125004.381000', '125004.384000', '125004.387000', '125004.390000', '125024.263000', '125024.266000', '125024.269000', '125024.272000', '125024.275000', '125024.278000', '125024.281000', '125024.284000', '125024.287000', '125024.290000', '125024.292000', '125024.295000', '125024.298000', '125024.301000', '125024.304000', '125024.307000', '125024.310000', '125024.313000', '125024.316000', '125024.319000', '125024.322000', '125024.324000', '125024.327000', '125024.330000', '125024.333000', '125024.336000', '125024.339000', '125024.342000', '125024.345000', '125024.348000', '125024.351000', '125024.354000', '125024.357000', '125024.360000', '125024.363000', '125024.366000', '125024.369000', '125024.372000', '125024.375000', '125024.378000', '125024.381000', '125024.384000', '125024.387000', '125025.885000', '125025.888000', '125025.892000', '125025.895000'], 'InstanceCreationTime': ['124144.290000', '124144.294000', '124144.297000', '124144.300000', '124144.303000', '124144.306000', '124144.309000', '124144.312000', '124144.315000', '124144.319000', '124144.322000', '124144.324000', '124144.327000', '124144.331000', '124144.333000', '124144.342000', '124144.345000', '124144.349000', '124144.352000', '124144.355000', '124144.358000', '124144.361000', '124204.264000', '124204.267000', '124204.270000', '124204.273000', '124204.276000', '124204.279000', '124204.281000', '124204.284000', '124204.287000', '124204.290000', '124204.293000', '124204.296000', '124204.299000', '124204.302000', '124204.304000', '124204.307000', '124204.310000', '124204.313000', '124204.316000', '124204.319000', '124204.322000', '124204.325000', '124204.332000', '124204.335000', '124204.338000', '124204.341000', '124204.344000', '124204.347000', '124204.349000', '124204.352000', '124204.355000', '124204.358000', '124204.361000', '124204.364000', '124204.367000', '124204.370000', '124204.373000', '124204.375000', '124204.378000', '124204.381000', '124204.384000', '124204.387000', '124204.390000', '124224.264000', '124224.274000', '124224.277000', '124224.279000', '124224.282000', '124224.285000', '124224.288000', '124224.291000', '124224.294000', '124224.297000', '124224.300000', '124224.303000', '124224.305000', '124224.308000', '124224.311000', '124224.314000', '124224.317000', '124224.320000', '124224.323000', '124224.326000', '124224.328000', '124224.331000', '124224.334000', '124224.337000', '124224.340000', '124224.343000', '124224.346000', '124224.349000', '124224.351000', '124224.355000', '124224.357000', '124224.360000', '124224.363000', '124224.366000', '124224.369000', '124224.372000', '124224.375000', '124224.378000', '124224.381000', '124224.383000', '124224.386000', '124224.389000', '124224.392000', '124224.395000', '124244.264000', '124244.267000', '124244.270000', '124244.285000', '124244.288000', '124244.291000', '124244.294000', '124244.297000', '124244.300000', '124244.302000', '124244.305000', '124244.308000', '124244.311000', '124244.314000', '124244.317000', '124244.320000', '124244.323000', '124244.325000', '124244.328000', '124244.331000', '124244.334000', '124244.337000', '124244.340000', '124244.343000', '124244.346000', '124244.348000', '124244.351000', '124244.354000', '124244.357000', '124244.360000', '124244.363000', '124244.367000', '124244.370000', '124244.373000', '124244.376000', '124244.379000', '124244.381000', '124244.384000', '124244.387000', '124244.390000', '124244.393000', '124244.396000', '124244.399000', '124304.264000', '124304.267000', '124304.270000', '124304.273000', '124304.284000', '124304.287000', '124304.290000', '124304.293000', '124304.296000', '124304.299000', '124304.302000', '124304.305000', '124304.308000', '124304.310000', '124304.313000', '124304.316000', '124304.319000', '124304.322000', '124304.325000', '124304.328000', '124304.331000', '124304.334000', '124304.337000', '124304.339000', '124304.342000', '124304.345000', '124304.348000', '124304.351000', '124304.354000', '124304.357000', '124304.360000', '124304.363000', '124304.366000', '124304.369000', '124304.371000', '124304.374000', '124304.377000', '124304.380000', '124304.383000', '124304.386000', '124304.389000', '124304.392000', '124304.395000', '124304.397000', '124324.263000', '124324.266000', '124324.269000', '124324.272000', '124324.275000', '124324.278000', '124324.281000', '124324.284000', '124324.287000', '124324.289000', '124324.292000', '124324.295000', '124324.298000', '124324.301000', '124324.304000', '124324.307000', '124324.310000', '124324.313000', '124324.316000', '124324.319000', '124324.322000', '124324.325000', '124324.328000', '124324.330000', '124324.333000', '124324.336000', '124324.339000', '124324.342000', '124324.345000', '124324.348000', '124324.351000', '124324.354000', '124324.357000', '124324.359000', '124324.363000', '124324.365000', '124324.368000', '124324.371000', '124324.374000', '124324.377000', '124324.380000', '124324.383000', '124324.386000', '124344.263000', '124344.266000', '124344.269000', '124344.272000', '124344.275000', '124344.278000', '124344.281000', '124344.284000', '124344.287000', '124344.289000', '124344.292000', '124344.295000', '124344.298000', '124344.301000', '124344.304000', '124344.307000', '124344.310000', '124344.313000', '124344.316000', '124344.319000', '124344.322000', '124344.324000', '124344.327000', '124344.330000', '124344.333000', '124344.336000', '124344.339000', '124344.342000', '124344.345000', '124344.348000', '124344.351000', '124344.354000', '124344.357000', '124344.360000', '124344.362000', '124344.365000', '124344.368000', '124344.371000', '124344.374000', '124344.377000', '124344.380000', '124344.383000', '124344.386000', '124344.389000', '124404.263000', '124404.266000', '124404.269000', '124404.272000', '124404.275000', '124404.278000', '124404.281000', '124404.284000', '124404.286000', '124404.289000', '124404.292000', '124404.295000', '124404.298000', '124404.301000', '124404.304000', '124404.307000', '124404.310000', '124404.313000', '124404.316000', '124404.318000', '124404.321000', '124404.324000', '124404.327000', '124404.330000', '124404.333000', '124404.336000', '124404.339000', '124404.342000', '124404.345000', '124404.348000', '124404.350000', '124404.353000', '124404.356000', '124404.359000', '124404.362000', '124404.365000', '124404.368000', '124404.371000', '124404.374000', '124404.377000', '124404.379000', '124404.383000', '124404.401000', '124424.264000', '124424.267000', '124424.270000', '124424.273000', '124424.276000', '124424.279000', '124424.282000', '124424.285000', '124424.288000', '124424.291000', '124424.294000', '124424.297000', '124424.300000', '124424.303000', '124424.306000', '124424.308000', '124424.311000', '124424.314000', '124424.317000', '124424.320000', '124424.323000', '124424.326000', '124424.329000', '124424.332000', '124424.335000', '124424.338000', '124424.341000', '124424.344000', '124424.347000', '124424.349000', '124424.352000', '124424.355000', '124424.358000', '124424.361000', '124424.364000', '124424.367000', '124424.371000', '124424.374000', '124424.377000', '124424.380000', '124424.383000', '124424.385000', '124424.388000', '124444.264000', '124444.267000', '124444.270000', '124444.273000', '124444.276000', '124444.279000', '124444.282000', '124444.285000', '124444.288000', '124444.291000', '124444.294000', '124444.296000', '124444.299000', '124444.302000', '124444.305000', '124444.308000', '124444.311000', '124444.314000', '124444.317000', '124444.320000', '124444.323000', '124444.326000', '124444.329000', '124444.331000', '124444.334000', '124444.337000', '124444.340000', '124444.343000', '124444.346000', '124444.349000', '124444.352000', '124444.355000', '124444.358000', '124444.361000', '124444.364000', '124444.366000', '124444.369000', '124444.372000', '124444.375000', '124444.378000', '124444.381000', '124444.384000', '124444.387000', '124444.390000', '124504.264000', '124504.270000', '124504.273000', '124504.276000', '124504.279000', '124504.282000', '124504.285000', '124504.288000', '124504.291000', '124504.294000', '124504.297000', '124504.300000', '124504.303000', '124504.306000', '124504.308000', '124504.311000', '124504.314000', '124504.317000', '124504.320000', '124504.323000', '124504.326000', '124504.329000', '124504.332000', '124504.335000', '124504.337000', '124504.340000', '124504.343000', '124504.346000', '124504.349000', '124504.352000', '124504.355000', '124504.358000', '124504.361000', '124504.364000', '124504.367000', '124504.370000', '124504.372000', '124504.375000', '124504.378000', '124504.381000', '124504.384000', '124504.387000', '124504.390000', '124524.264000', '124524.267000', '124524.270000', '124524.273000', '124524.276000', '124524.279000', '124524.282000', '124524.284000', '124524.287000', '124524.290000', '124524.293000', '124524.296000', '124524.299000', '124524.302000', '124524.305000', '124524.308000', '124524.311000', '124524.314000', '124524.317000', '124524.320000', '124524.323000', '124524.325000', '124524.328000', '124524.331000', '124524.334000', '124524.337000', '124524.340000', '124524.343000', '124524.346000', '124524.349000', '124524.352000', '124524.355000', '124524.358000', '124524.361000', '124524.364000', '124524.366000', '124524.369000', '124524.372000', '124524.375000', '124524.378000', '124524.386000', '124524.389000', '124524.392000', '124524.394000', '124544.263000', '124544.266000', '124544.269000', '124544.272000', '124544.275000', '124544.278000', '124544.281000', '124544.284000', '124544.287000', '124544.290000', '124544.294000', '124544.297000', '124544.300000', '124544.303000', '124544.306000', '124544.308000', '124544.311000', '124544.314000', '124544.317000', '124544.320000', '124544.323000', '124544.326000', '124544.329000', '124544.332000', '124544.352000', '124544.355000', '124544.358000', '124544.361000', '124544.368000', '124544.371000', '124544.374000', '124544.377000', '124544.380000', '124544.383000', '124544.386000', '124544.389000', '124544.392000', '124544.395000', '124544.398000', '124544.401000', '124544.404000', '124544.407000', '124544.409000', '124604.263000', '124604.266000', '124604.269000', '124604.272000', '124604.275000', '124604.278000', '124604.281000', '124604.284000', '124604.287000', '124604.289000', '124604.292000', '124604.295000', '124604.298000', '124604.301000', '124604.304000', '124604.307000', '124604.310000', '124604.313000', '124604.316000', '124604.319000', '124604.322000', '124604.325000', '124604.328000', '124604.331000', '124604.334000', '124604.336000', '124604.339000', '124604.342000', '124604.345000', '124604.348000', '124604.351000', '124604.354000', '124604.357000', '124604.360000', '124604.362000', '124604.365000', '124604.368000', '124604.371000', '124604.374000', '124604.377000', '124604.380000', '124604.383000', '124604.386000', '124604.389000', '124624.263000', '124624.266000', '124624.269000', '124624.272000', '124624.275000', '124624.278000', '124624.281000', '124624.284000', '124624.287000', '124624.290000', '124624.293000', '124624.295000', '124624.298000', '124624.302000', '124624.305000', '124624.309000', '124624.312000', '124624.315000', '124624.318000', '124624.321000', '124624.324000', '124624.327000', '124624.330000', '124624.333000', '124624.336000', '124624.339000', '124624.342000', '124624.345000', '124624.348000', '124624.350000', '124624.353000', '124624.356000', '124624.359000', '124624.362000', '124624.365000', '124624.368000', '124624.371000', '124624.374000', '124624.377000', '124624.380000', '124624.383000', '124624.385000', '124624.388000', '124644.264000', '124644.267000', '124644.270000', '124644.273000', '124644.276000', '124644.279000', '124644.282000', '124644.285000', '124644.288000', '124644.290000', '124644.293000', '124644.296000', '124644.299000', '124644.302000', '124644.305000', '124644.308000', '124644.311000', '124644.314000', '124644.317000', '124644.320000', '124644.323000', '124644.325000', '124644.329000', '124644.332000', '124644.335000', '124644.337000', '124644.340000', '124644.343000', '124644.346000', '124644.349000', '124644.352000', '124644.355000', '124644.358000', '124644.361000', '124644.364000', '124644.367000', '124644.370000', '124644.373000', '124644.376000', '124644.379000', '124644.381000', '124644.384000', '124644.387000', '124644.390000', '124704.264000', '124704.267000', '124704.270000', '124704.273000', '124704.276000', '124704.279000', '124704.282000', '124704.284000', '124704.288000', '124704.290000', '124704.293000', '124704.296000', '124704.299000', '124704.302000', '124704.305000', '124704.308000', '124704.311000', '124704.314000', '124704.319000', '124704.323000', '124704.326000', '124704.329000', '124704.357000', '124704.360000', '124704.363000', '124704.365000', '124704.369000', '124704.372000', '124704.374000', '124704.377000', '124704.380000', '124704.383000', '124704.386000', '124704.389000', '124704.392000', '124704.395000', '124704.398000', '124704.401000', '124704.404000', '124704.407000', '124704.410000', '124704.413000', '124704.416000', '124724.264000', '124724.267000', '124724.270000', '124724.273000', '124724.276000', '124724.279000', '124724.282000', '124724.285000', '124724.288000', '124724.291000', '124724.294000', '124724.296000', '124724.299000', '124724.302000', '124724.305000', '124724.308000', '124724.311000', '124724.314000', '124724.317000', '124724.320000', '124724.323000', '124724.326000', '124724.329000', '124724.332000', '124724.334000', '124724.337000', '124724.340000', '124724.343000', '124724.346000', '124724.349000', '124724.352000', '124724.355000', '124724.358000', '124724.361000', '124724.364000', '124724.367000', '124724.370000', '124724.373000', '124724.376000', '124724.378000', '124724.381000', '124724.384000', '124724.389000', '124724.392000', '124744.264000', '124744.267000', '124744.270000', '124744.273000', '124744.276000', '124744.280000', '124744.283000', '124744.286000', '124744.289000', '124744.292000', '124744.295000', '124744.298000', '124744.300000', '124744.303000', '124744.306000', '124744.309000', '124744.312000', '124744.315000', '124744.318000', '124744.321000', '124744.324000', '124744.327000', '124744.330000', '124744.333000', '124744.336000', '124744.339000', '124744.342000', '124744.345000', '124744.348000', '124744.351000', '124744.354000', '124744.357000', '124744.360000', '124744.363000', '124744.366000', '124744.368000', '124744.371000', '124744.374000', '124744.377000', '124744.380000', '124744.383000', '124744.386000', '124744.389000', '124804.263000', '124804.266000', '124804.269000', '124804.272000', '124804.275000', '124804.278000', '124804.281000', '124804.284000', '124804.287000', '124804.289000', '124804.292000', '124804.295000', '124804.298000', '124804.301000', '124804.304000', '124804.307000', '124804.310000', '124804.313000', '124804.316000', '124804.319000', '124804.322000', '124804.324000', '124804.327000', '124804.330000', '124804.333000', '124804.336000', '124804.339000', '124804.342000', '124804.345000', '124804.348000', '124804.351000', '124804.353000', '124804.356000', '124804.359000', '124804.362000', '124804.365000', '124804.368000', '124804.371000', '124804.374000', '124804.377000', '124804.380000', '124804.383000', '124804.386000', '124804.389000', '124824.263000', '124824.266000', '124824.269000', '124824.272000', '124824.275000', '124824.278000', '124824.281000', '124824.284000', '124824.287000', '124824.289000', '124824.292000', '124824.295000', '124824.298000', '124824.301000', '124824.304000', '124824.307000', '124824.310000', '124824.313000', '124824.316000', '124824.319000', '124824.321000', '124824.324000', '124824.327000', '124824.330000', '124824.333000', '124824.336000', '124824.339000', '124824.342000', '124824.345000', '124824.347000', '124824.351000', '124824.354000', '124824.356000', '124824.359000', '124824.362000', '124824.365000', '124824.368000', '124824.373000', '124824.377000', '124824.380000', '124824.383000', '124824.386000', '124824.388000', '124844.263000', '124844.266000', '124844.276000', '124844.279000', '124844.282000', '124844.285000', '124844.288000', '124844.291000', '124844.293000', '124844.296000', '124844.299000', '124844.302000', '124844.305000', '124844.308000', '124844.311000', '124844.314000', '124844.317000', '124844.320000', '124844.323000', '124844.326000', '124844.329000', '124844.331000', '124844.334000', '124844.337000', '124844.340000', '124844.343000', '124844.346000', '124844.349000', '124844.352000', '124844.355000', '124844.357000', '124844.361000', '124844.363000', '124844.366000', '124844.369000', '124844.372000', '124844.375000', '124844.378000', '124844.381000', '124844.384000', '124844.387000', '124844.390000', '124844.392000', '124844.395000', '124904.264000', '124904.267000', '124904.270000', '124904.273000', '124904.276000', '124904.279000', '124904.282000', '124904.285000', '124904.288000', '124904.291000', '124904.293000', '124904.296000', '124904.299000', '124904.302000', '124904.305000', '124904.308000', '124904.311000', '124904.314000', '124904.317000', '124904.321000', '124904.324000', '124904.327000', '124904.330000', '124904.333000', '124904.335000', '124904.338000', '124904.341000', '124904.344000', '124904.347000', '124904.350000', '124904.353000', '124904.356000', '124904.359000', '124904.362000', '124904.365000', '124904.368000', '124904.371000', '124904.374000', '124904.377000', '124904.380000', '124904.383000', '124904.390000', '124904.392000', '124924.264000', '124924.267000', '124924.270000', '124924.273000', '124924.276000', '124924.279000', '124924.282000', '124924.285000', '124924.288000', '124924.291000', '124924.294000', '124924.296000', '124924.299000', '124924.302000', '124924.305000', '124924.308000', '124924.311000', '124924.314000', '124924.317000', '124924.320000', '124924.323000', '124924.325000', '124924.328000', '124924.331000', '124924.334000', '124924.337000', '124924.340000', '124924.343000', '124924.346000', '124924.349000', '124924.352000', '124924.355000', '124924.358000', '124924.360000', '124924.364000', '124924.366000', '124924.369000', '124924.372000', '124924.375000', '124924.378000', '124924.381000', '124924.384000', '124924.387000', '124924.390000', '124944.264000', '124944.267000', '124944.270000', '124944.273000', '124944.276000', '124944.279000', '124944.282000', '124944.285000', '124944.288000', '124944.291000', '124944.293000', '124944.296000', '124944.299000', '124944.302000', '124944.305000', '124944.308000', '124944.311000', '124944.314000', '124944.317000', '124944.320000', '124944.323000', '124944.325000', '124944.328000', '124944.331000', '124944.334000', '124944.337000', '124944.340000', '124944.343000', '124944.346000', '124944.349000', '124944.352000', '124944.354000', '124944.357000', '124944.360000', '124944.363000', '124944.366000', '124944.369000', '124944.372000', '124944.375000', '124944.378000', '124944.381000', '124944.384000', '124944.387000', '125004.264000', '125004.267000', '125004.270000', '125004.273000', '125004.276000', '125004.279000', '125004.282000', '125004.285000', '125004.288000', '125004.291000', '125004.294000', '125004.296000', '125004.299000', '125004.302000', '125004.305000', '125004.308000', '125004.311000', '125004.314000', '125004.317000', '125004.320000', '125004.322000', '125004.325000', '125004.328000', '125004.331000', '125004.334000', '125004.337000', '125004.340000', '125004.343000', '125004.346000', '125004.349000', '125004.352000', '125004.355000', '125004.358000', '125004.361000', '125004.363000', '125004.366000', '125004.369000', '125004.372000', '125004.375000', '125004.378000', '125004.381000', '125004.384000', '125004.387000', '125004.390000', '125024.263000', '125024.266000', '125024.269000', '125024.272000', '125024.275000', '125024.278000', '125024.281000', '125024.284000', '125024.287000', '125024.290000', '125024.292000', '125024.295000', '125024.298000', '125024.301000', '125024.304000', '125024.307000', '125024.310000', '125024.313000', '125024.316000', '125024.319000', '125024.322000', '125024.324000', '125024.327000', '125024.330000', '125024.333000', '125024.336000', '125024.339000', '125024.342000', '125024.345000', '125024.348000', '125024.351000', '125024.354000', '125024.357000', '125024.360000', '125024.363000', '125024.366000', '125024.369000', '125024.372000', '125024.375000', '125024.378000', '125024.381000', '125024.384000', '125024.387000', '125025.885000', '125025.888000', '125025.892000', '125025.895000'], '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': [9453, 7147, 7613, 8152, 7188, 7338, 8453, 7331, 12355, 10314, 8132, 10235, 7649, 7039, 10333, 9854, 7604, 12559, 7699, 7026, 9042, 7580, 6631, 10979, 9586, 8532, 10925, 8358, 6696, 8987, 8590, 9480, 11026, 7179, 7485, 7804, 7001, 7816, 7590, 6817, 10088, 7529, 7019, 8883, 7411, 6972, 8677, 8970, 7965, 9754, 7063, 6927, 7695, 7091, 9315, 8462, 6874, 7981, 7434, 6942, 6920, 7638, 7684, 8202, 9292, 7448, 6859, 9040, 7647, 11034, 10375, 8548, 13106, 9945, 7264, 10709, 8626, 9676, 10886, 7682, 8800, 7817, 6935, 7166, 7277, 6782, 10652, 8793, 8540, 10594, 8341, 6901, 8820, 8492, 7949, 10551, 7045, 7017, 9036, 7160, 7052, 6765, 7947, 7944, 7118, 10529, 7951, 6844, 7125, 7873, 6995, 7760, 9054, 7711, 12176, 9691, 6763, 7663, 8022, 6735, 10756, 10312, 8898, 11228, 7424, 6739, 8361, 7134, 8173, 9043, 7288, 9700, 7092, 6777, 8351, 8553, 7534, 10312, 7103, 8178, 7996, 6899, 9504, 8600, 7703, 10486, 7434, 6865, 8149, 6990, 6893, 9114, 7167, 7010, 8537, 6777, 9998, 10047, 8437, 11006, 7792, 8117, 8177, 7003, 7795, 7783, 7147, 11327, 8648, 6778, 7637, 6959, 6811, 8832, 9392, 8290, 8782, 7098, 6791, 8759, 8271, 6851, 10868, 8266, 6960, 9177, 8197, 6767, 8850, 7532, 11484, 9169, 7142, 10882, 8229, 6707, 9626, 7345, 9506, 8800, 7144, 6947, 7035, 6982, 9753, 8453, 7489, 8950, 7530, 6902, 9228, 7284, 11874, 9378, 8053, 11122, 8174, 6784, 9377, 7665, 10293, 8696, 6819, 6812, 7167, 6733, 7930, 8296, 6740, 7433, 7549, 6908, 7124, 8306, 7193, 10856, 8752, 6960, 6826, 8390, 7142, 8236, 10293, 7545, 7042, 8745, 7100, 6886, 8673, 8651, 7431, 10391, 7892, 6849, 8957, 7172, 7161, 10190, 7887, 8789, 8783, 6830, 7269, 8266, 6843, 11345, 9316, 7228, 7825, 7105, 6873, 8705, 8024, 6939, 10619, 7298, 6789, 6851, 7044, 7124, 8414, 7950, 7033, 7677, 8529, 7524, 8489, 10088, 7990, 6824, 8642, 10388, 7998, 7187, 9224, 7275, 10034, 8610, 6736, 12401, 9748, 7335, 8110, 10469, 8665, 7777, 8951, 7163, 6995, 7312, 10779, 8071, 6833, 7083, 8430, 8575, 9764, 12014, 8806, 7446, 9677, 6855, 8461, 9282, 7473, 12258, 9619, 6874, 7021, 7628, 6936, 7500, 8939, 6962, 6855, 8060, 7138, 6770, 9116, 8533, 9326, 9947, 6962, 8611, 8785, 6740, 11380, 9974, 8607, 11374, 7369, 6911, 9028, 8295, 6993, 10973, 8140, 7016, 8390, 7455, 6996, 9637, 9047, 7529, 9898, 7368, 7014, 8562, 8243, 6893, 11351, 8986, 6903, 7360, 7818, 6937, 7100, 9422, 8541, 7137, 9718, 7997, 7067, 9321, 9006, 7940, 11355, 8152, 6835, 8613, 7954, 7115, 10645, 7492, 6746, 8531, 6948, 7293, 8523, 7002, 11889, 8990, 6978, 9518, 8082, 6776, 10086, 8582, 7541, 10279, 7021, 6944, 8803, 7626, 8374, 9001, 7160, 6889, 7330, 6974, 8089, 8591, 6986, 6734, 7672, 6828, 8386, 9061, 8188, 9158, 9518, 7185, 9167, 9835, 9531, 8464, 12790, 8761, 7311, 12683, 10210, 6945, 6925, 8165, 8523, 6931, 11206, 9024, 7446, 9387, 7223, 7072, 9069, 7383, 12036, 9767, 7070, 7947, 7216, 7017, 8792, 8543, 7058, 8415, 7367, 6962, 7119, 7359, 7075, 9906, 8858, 6781, 7087, 8225, 7122, 11392, 9755, 6860, 7980, 8774, 7012, 9166, 9386, 7731, 12308, 10020, 6964, 7077, 8433, 7257, 7154, 10409, 7726, 6969, 9183, 7241, 7020, 10262, 9161, 10503, 10420, 6958, 7522, 8522, 6913, 11342, 9922, 9008, 10555, 7095, 6741, 8310, 7291, 6743, 9375, 7040, 6946, 8064, 7675, 6927, 10882, 8671, 7078, 9554, 7648, 6894, 10983, 10869, 8969, 10589, 7307, 6811, 8414, 6850, 9340, 9728, 6949, 8021, 7224, 6781, 9215, 8371, 7009, 9812, 7518, 6974, 9390, 8761, 7730, 11158, 7129, 6869, 8526, 6982, 9500, 9152, 7870, 10884, 7483, 7084, 8315, 7608, 6822, 9827, 7478, 7081, 8381, 7497, 6822, 9285, 7476, 11112, 9211, 6960, 8077, 7477, 6958, 10970, 9170, 6787, 7196, 7807, 6905, 8045, 9333, 7890, 10015, 9603, 6868, 7383, 8570, 6704, 8403, 9805, 7715, 9744, 8726, 6828, 7665, 8592, 6816, 11447, 9470, 7986, 10254, 7381, 6822, 7781, 7274, 7002, 9967, 8343, 6789, 8151, 7094, 6658, 8218, 8312, 6847, 9821, 7602, 7207, 8735, 8482, 6830, 11202, 8956, 7442, 9115, 6789, 6599, 8401, 7587, 6901, 9457, 7149, 7043, 8434, 6970, 9499, 9392, 7654, 11635, 7693, 6846, 9638, 8434, 7066, 11214, 9243, 8000, 6957, 7263, 6891, 7050, 9467, 9048, 6749, 6745, 10121, 7892, 6985, 6997, 8174, 7122, 7024, 11336, 8963, 8395, 8079, 7403, 7060, 6992, 8526, 7821, 11932, 9228, 6803, 7025, 8071, 6839, 7148, 9714, 7563, 7328, 9367, 7009, 6960, 9048, 8753, 6955, 11723, 8949, 7084, 9519, 7272, 10172, 9566, 7939, 13119, 8436, 7075, 9350, 7546, 6818, 9586, 6999, 6731, 7706, 6827, 7055, 7768, 6892, 10761, 8393, 7219, 8523, 6791, 7388, 8234, 6755, 11341, 8554, 7210, 8753, 7248, 6941, 8179, 8263, 7407, 10217, 7944, 6955, 8318, 7887, 7689, 9808, 7405, 8926, 8825, 6962, 10138, 8492, 6925, 12015, 9505, 8831, 8876, 7117, 6805, 7675, 7340, 7082, 10342, 8011, 6978, 6946, 7177, 6866, 8159, 9034, 7377, 7039, 8649, 6979, 7024, 8891, 8123, 6749, 7772, 9202, 7809, 6708, 9681, 8161, 6827, 11757, 9508, 6913, 7086, 8354, 7332, 10043, 9650, 7235, 8894, 6968, 6928, 9506, 8966, 7543, 9909, 7023, 7340, 7102, 7002, 8713, 7546, 6942, 8470, 6918, 7072, 6855, 7532, 7214, 7997, 9375, 7020, 6700, 8398, 7201, 7063, 9891, 9033, 9855, 11495, 7901, 6934, 9231, 8387, 6841, 11468, 9264, 7024, 7269, 7977, 6927, 7904, 8989, 7415, 9760, 8360, 6979, 7867, 8739, 6669, 11963, 9196, 7988, 9543, 7389, 6762, 8397, 7629, 7880, 8385, 7231, 7154, 7626, 7015, 6876, 9963, 7745, 7253, 8936, 7468, 6907, 9002, 7805, 11055, 9257, 7082, 8656, 7039, 8488, 6898, 10368, 7573, 7463, 9825, 11548, 7258, 7001, 7144, 7554, 6821, 10146, 9369, 6941, 7174, 8274, 6956, 7231, 9720, 7093, 6893, 8512, 6995, 7039, 8384, 8754, 7390, 10783, 9159, 7459, 10256, 9282, 10000, 11820, 8203, 6811, 8927, 6923, 7937, 9163, 7450, 10327, 8993, 6896, 7057, 8117, 6903, 8452, 8830, 7040, 6958, 7791, 6908, 6965, 6998, 7469, 11012, 8252, 6673, 12131, 9238, 7068, 6933, 6970, 6865, 7198, 7447, 6760, 6789, 7712, 7559, 6736, 8942, 7857, 8083, 9032, 7805, 11432, 9606, 6758, 7526, 8146, 7904, 8825, 10556, 7527, 6820, 8832, 7219, 6910, 8891, 7971, 9139, 8939, 6839, 6907, 8517, 6903, 11547, 9010, 6709, 6978, 7287, 6763, 6737, 9799, 7440, 7015, 8589, 7130, 7001, 10606, 10332, 7898, 12148, 9154, 7079, 9961, 9250, 10345, 10817, 7237, 8806, 7864, 7044, 9148, 8836, 7054, 11424, 7719, 6907, 8376, 7596, 6939, 9125, 7483, 9257, 8205, 7102, 7455, 8157, 7122, 10781, 8941, 7183, 7371, 7581, 7025, 8561, 8528, 6873, 11478, 8579, 6839, 8556, 7485, 6778, 9123, 7911, 6754, 9374, 7226, 6758, 9431, 8468, 7176, 10503, 8404, 6839, 6962, 8718, 8622, 7389, 11590, 8957, 7624, 9176, 7419, 6948, 8935, 9540, 7239, 7500, 9548, 7928, 7061, 8057, 8715, 7269, 11591, 10130, 8189, 8617, 10183, 7324, 6847, 6786, 8081, 8745, 7450, 10005, 7191, 6724, 7788, 7365, 6733, 10855, 9608, 7042, 8178, 7909, 6954, 7260, 8357, 7596, 9554, 9715, 6942, 6990, 8518, 6835, 7009, 8332, 9826, 10349, 8776, 10893, 7198, 7030, 6881, 7101, 7524, 6702, 9167, 7325, 8142, 9459, 8099, 12135, 10923, 7169, 7106, 8864, 7366, 7025, 9800, 8766, 7742, 10572, 8209, 6959, 9465, 6859, 9807, 9351, 6987, 7493, 7152, 6752, 6954, 7715, 6795, 6818, 8039, 6939, 6694, 8482, 8244, 6855, 11242, 7381, 6584, 8765, 7616, 6839, 10811, 9105, 6995, 6967, 7993, 7012, 6914, 6816, 10861, 7850, 6808, 7223, 7193, 8238, 6669, 8775], 'WindowCenter': [4147.0, 4099.0, 4094.0, 4091.0, 4070.0, 4065.0, 4077.0, 4067.0, 4106.0, 4083.0, 4062.0, 4082.0, 4049.0, 4037.0, 4070.0, 4070.0, 4050.0, 4089.0, 4050.0, 4038.0, 4058.0, 4049.0, 4051.0, 4082.0, 4070.0, 4059.0, 4069.0, 4049.0, 4037.0, 4057.0, 4056.0, 4057.0, 4067.0, 4035.0, 4034.0, 4034.0, 4033.0, 4035.0, 4047.0, 4039.0, 4066.0, 4051.0, 4049.0, 4070.0, 4047.0, 4050.0, 4059.0, 4070.0, 4059.0, 4068.0, 4039.0, 4050.0, 4050.0, 4050.0, 4069.0, 4059.0, 4038.0, 4049.0, 4047.0, 4049.0, 4050.0, 4062.0, 4061.0, 4062.0, 4071.0, 4050.0, 4048.0, 4071.0, 4060.0, 4082.0, 4070.0, 4058.0, 4077.0, 4056.0, 4036.0, 4054.0, 4044.0, 4053.0, 4054.0, 4031.0, 4043.0, 4033.0, 4023.0, 4034.0, 4035.0, 4035.0, 4066.0, 4047.0, 4058.0, 4065.0, 4045.0, 4035.0, 4056.0, 4057.0, 4047.0, 4065.0, 4052.0, 4048.0, 4056.0, 4047.0, 4051.0, 4050.0, 4061.0, 4072.0, 4064.0, 4081.0, 4056.0, 4037.0, 4047.0, 4058.0, 4049.0, 4049.0, 4070.0, 4049.0, 4080.0, 4056.0, 4037.0, 4046.0, 4044.0, 4035.0, 4065.0, 4066.0, 4044.0, 4065.0, 4033.0, 4023.0, 4045.0, 4037.0, 4047.0, 4055.0, 4035.0, 4055.0, 4035.0, 4034.0, 4047.0, 4058.0, 4047.0, 4068.0, 4037.0, 4046.0, 4047.0, 4034.0, 4055.0, 4056.0, 4047.0, 4065.0, 4036.0, 4033.0, 4047.0, 4047.0, 4048.0, 4057.0, 4048.0, 4037.0, 4057.0, 4038.0, 4066.0, 4069.0, 4059.0, 4080.0, 4047.0, 4047.0, 4045.0, 4035.0, 4037.0, 4047.0, 4037.0, 4067.0, 4046.0, 4035.0, 4043.0, 4036.0, 4037.0, 4055.0, 4059.0, 4059.0, 4060.0, 4036.0, 4037.0, 4059.0, 4059.0, 4038.0, 4079.0, 4060.0, 4050.0, 4058.0, 4058.0, 4038.0, 4071.0, 4050.0, 4078.0, 4070.0, 4037.0, 4067.0, 4045.0, 4037.0, 4068.0, 4036.0, 4059.0, 4055.0, 4035.0, 4034.0, 4034.0, 4050.0, 4068.0, 4061.0, 4050.0, 4059.0, 4048.0, 4037.0, 4068.0, 4048.0, 4079.0, 4057.0, 4047.0, 4066.0, 4046.0, 4026.0, 4058.0, 4047.0, 4069.0, 4046.0, 4034.0, 4034.0, 4033.0, 4050.0, 4058.0, 4058.0, 4038.0, 4050.0, 4048.0, 4050.0, 4052.0, 4060.0, 4049.0, 4081.0, 4059.0, 4047.0, 4037.0, 4058.0, 4050.0, 4059.0, 4069.0, 4047.0, 4037.0, 4060.0, 4038.0, 4037.0, 4058.0, 4060.0, 4048.0, 4069.0, 4048.0, 4037.0, 4059.0, 4039.0, 4038.0, 4067.0, 4047.0, 4047.0, 4044.0, 4035.0, 4032.0, 4045.0, 4036.0, 4067.0, 4056.0, 4034.0, 4033.0, 4035.0, 4035.0, 4044.0, 4059.0, 4049.0, 4081.0, 4046.0, 4036.0, 4038.0, 4049.0, 4062.0, 4061.0, 4061.0, 4050.0, 4059.0, 4073.0, 4062.0, 4075.0, 4082.0, 4062.0, 4041.0, 4058.0, 4081.0, 4060.0, 4048.0, 4067.0, 4045.0, 4069.0, 4057.0, 4037.0, 4090.0, 4070.0, 4050.0, 4047.0, 4079.0, 4058.0, 4048.0, 4070.0, 4050.0, 4050.0, 4050.0, 4079.0, 4048.0, 4039.0, 4038.0, 4059.0, 4061.0, 4070.0, 4090.0, 4059.0, 4037.0, 4057.0, 4035.0, 4045.0, 4057.0, 4034.0, 4075.0, 4055.0, 4025.0, 4037.0, 4033.0, 4036.0, 4048.0, 4057.0, 4035.0, 4037.0, 4049.0, 4048.0, 4037.0, 4070.0, 4061.0, 4070.0, 4070.0, 4051.0, 4059.0, 4059.0, 4037.0, 4091.0, 4067.0, 4059.0, 4079.0, 4047.0, 4036.0, 4058.0, 4059.0, 4048.0, 4080.0, 4046.0, 4037.0, 4046.0, 4046.0, 4051.0, 4083.0, 4072.0, 4062.0, 4070.0, 4045.0, 4036.0, 4047.0, 4046.0, 4038.0, 4079.0, 4059.0, 4037.0, 4047.0, 4048.0, 4049.0, 4050.0, 4057.0, 4059.0, 4037.0, 4057.0, 4046.0, 4037.0, 4069.0, 4059.0, 4046.0, 4067.0, 4047.0, 4024.0, 4045.0, 4048.0, 4038.0, 4068.0, 4049.0, 4035.0, 4047.0, 4036.0, 4046.0, 4058.0, 4036.0, 4079.0, 4058.0, 4035.0, 4056.0, 4047.0, 4037.0, 4069.0, 4058.0, 4047.0, 4068.0, 4037.0, 4036.0, 4058.0, 4048.0, 4057.0, 4058.0, 4036.0, 4037.0, 4047.0, 4052.0, 4059.0, 4058.0, 4048.0, 4039.0, 4061.0, 4053.0, 4074.0, 4070.0, 4061.0, 4070.0, 4069.0, 4062.0, 4085.0, 4081.0, 4081.0, 4059.0, 4102.0, 4073.0, 4050.0, 4092.0, 4069.0, 4038.0, 4035.0, 4057.0, 4059.0, 4048.0, 4079.0, 4070.0, 4048.0, 4068.0, 4048.0, 4035.0, 4059.0, 4046.0, 4076.0, 4067.0, 4035.0, 4045.0, 4034.0, 4035.0, 4059.0, 4070.0, 4048.0, 4058.0, 4050.0, 4049.0, 4050.0, 4060.0, 4050.0, 4084.0, 4071.0, 4050.0, 4050.0, 4070.0, 4063.0, 4092.0, 4070.0, 4039.0, 4061.0, 4059.0, 4049.0, 4069.0, 4069.0, 4048.0, 4079.0, 4068.0, 4036.0, 4036.0, 4047.0, 4049.0, 4050.0, 4080.0, 4047.0, 4038.0, 4058.0, 4048.0, 4039.0, 4070.0, 4069.0, 4068.0, 4066.0, 4034.0, 4036.0, 4046.0, 4034.0, 4064.0, 4053.0, 4045.0, 4054.0, 4024.0, 4022.0, 4044.0, 4036.0, 4035.0, 4057.0, 4036.0, 4036.0, 4045.0, 4048.0, 4050.0, 4080.0, 4058.0, 4036.0, 4057.0, 4036.0, 4049.0, 4079.0, 4078.0, 4056.0, 4065.0, 4034.0, 4024.0, 4047.0, 4036.0, 4056.0, 4055.0, 4034.0, 4046.0, 4034.0, 4035.0, 4056.0, 4058.0, 4036.0, 4068.0, 4036.0, 4038.0, 4069.0, 4058.0, 4046.0, 4067.0, 4036.0, 4024.0, 4045.0, 4034.0, 4056.0, 4055.0, 4044.0, 4066.0, 4033.0, 4035.0, 4044.0, 4046.0, 4037.0, 4067.0, 4046.0, 4035.0, 4057.0, 4048.0, 4037.0, 4069.0, 4047.0, 4078.0, 4058.0, 4035.0, 4045.0, 4048.0, 4037.0, 4068.0, 4057.0, 4035.0, 4034.0, 4046.0, 4036.0, 4059.0, 4068.0, 4049.0, 4070.0, 4069.0, 4037.0, 4034.0, 4045.0, 4036.0, 4047.0, 4068.0, 4036.0, 4055.0, 4045.0, 4036.0, 4032.0, 4044.0, 4035.0, 4067.0, 4055.0, 4034.0, 4052.0, 4021.0, 4021.0, 4032.0, 4033.0, 4034.0, 4055.0, 4044.0, 4023.0, 4044.0, 4034.0, 4035.0, 4046.0, 4047.0, 4037.0, 4065.0, 4046.0, 4035.0, 4059.0, 4058.0, 4037.0, 4080.0, 4058.0, 4036.0, 4056.0, 4035.0, 4024.0, 4046.0, 4046.0, 4036.0, 4069.0, 4037.0, 4037.0, 4057.0, 4048.0, 4069.0, 4058.0, 4048.0, 4079.0, 4048.0, 4038.0, 4070.0, 4047.0, 4046.0, 4080.0, 4069.0, 4046.0, 4050.0, 4060.0, 4050.0, 4050.0, 4082.0, 4073.0, 4052.0, 4064.0, 4094.0, 4074.0, 4050.0, 4050.0, 4059.0, 4052.0, 4065.0, 4093.0, 4072.0, 4063.0, 4061.0, 4051.0, 4050.0, 4051.0, 4061.0, 4047.0, 4078.0, 4057.0, 4037.0, 4037.0, 4045.0, 4038.0, 4048.0, 4068.0, 4047.0, 4048.0, 4055.0, 4037.0, 4036.0, 4056.0, 4057.0, 4037.0, 4080.0, 4058.0, 4036.0, 4056.0, 4036.0, 4068.0, 4057.0, 4046.0, 4076.0, 4043.0, 4024.0, 4043.0, 4033.0, 4023.0, 4055.0, 4023.0, 4023.0, 4033.0, 4025.0, 4034.0, 4047.0, 4035.0, 4066.0, 4046.0, 4035.0, 4046.0, 4035.0, 4034.0, 4046.0, 4037.0, 4066.0, 4048.0, 4035.0, 4046.0, 4033.0, 4036.0, 4058.0, 4058.0, 4049.0, 4069.0, 4049.0, 4037.0, 4059.0, 4059.0, 4050.0, 4069.0, 4048.0, 4058.0, 4057.0, 4038.0, 4068.0, 4056.0, 4038.0, 4078.0, 4059.0, 4057.0, 4056.0, 4037.0, 4036.0, 4046.0, 4047.0, 4050.0, 4068.0, 4049.0, 4038.0, 4038.0, 4038.0, 4049.0, 4059.0, 4060.0, 4049.0, 4038.0, 4059.0, 4038.0, 4049.0, 4071.0, 4062.0, 4040.0, 4049.0, 4059.0, 4049.0, 4039.0, 4069.0, 4060.0, 4039.0, 4079.0, 4068.0, 4037.0, 4036.0, 4046.0, 4048.0, 4058.0, 4057.0, 4035.0, 4044.0, 4033.0, 4033.0, 4055.0, 4057.0, 4045.0, 4056.0, 4035.0, 4035.0, 4035.0, 4036.0, 4055.0, 4047.0, 4037.0, 4058.0, 4040.0, 4049.0, 4040.0, 4060.0, 4061.0, 4062.0, 4071.0, 4050.0, 4041.0, 4061.0, 4051.0, 4039.0, 4072.0, 4070.0, 4069.0, 4080.0, 4048.0, 4037.0, 4056.0, 4058.0, 4039.0, 4079.0, 4059.0, 4036.0, 4037.0, 4046.0, 4037.0, 4048.0, 4058.0, 4037.0, 4057.0, 4047.0, 4036.0, 4045.0, 4057.0, 4037.0, 4077.0, 4057.0, 4045.0, 4056.0, 4035.0, 4024.0, 4045.0, 4047.0, 4046.0, 4045.0, 4034.0, 4035.0, 4046.0, 4049.0, 4039.0, 4070.0, 4047.0, 4046.0, 4057.0, 4047.0, 4037.0, 4059.0, 4060.0, 4079.0, 4071.0, 4052.0, 4073.0, 4049.0, 4060.0, 4048.0, 4082.0, 4062.0, 4065.0, 4084.0, 4093.0, 4051.0, 4064.0, 4049.0, 4049.0, 4039.0, 4070.0, 4060.0, 4039.0, 4039.0, 4047.0, 4049.0, 4050.0, 4057.0, 4037.0, 4036.0, 4048.0, 4037.0, 4051.0, 4062.0, 4073.0, 4051.0, 4081.0, 4071.0, 4049.0, 4069.0, 4057.0, 4058.0, 4067.0, 4046.0, 4024.0, 4044.0, 4034.0, 4045.0, 4056.0, 4035.0, 4056.0, 4044.0, 4024.0, 4033.0, 4044.0, 4035.0, 4047.0, 4056.0, 4035.0, 4035.0, 4035.0, 4035.0, 4035.0, 4023.0, 4035.0, 4066.0, 4047.0, 4036.0, 4078.0, 4055.0, 4035.0, 4036.0, 4036.0, 4035.0, 4036.0, 4049.0, 4038.0, 4051.0, 4063.0, 4063.0, 4053.0, 4074.0, 4062.0, 4061.0, 4073.0, 4051.0, 4080.0, 4071.0, 4041.0, 4049.0, 4048.0, 4061.0, 4059.0, 4081.0, 4050.0, 4037.0, 4057.0, 4037.0, 4048.0, 4060.0, 4049.0, 4070.0, 4059.0, 4036.0, 4038.0, 4059.0, 4050.0, 4079.0, 4058.0, 4036.0, 4036.0, 4037.0, 4038.0, 4039.0, 4071.0, 4051.0, 4052.0, 4061.0, 4049.0, 4051.0, 4084.0, 4082.0, 4061.0, 4080.0, 4058.0, 4036.0, 4069.0, 4069.0, 4067.0, 4067.0, 4035.0, 4044.0, 4034.0, 4023.0, 4054.0, 4045.0, 4032.0, 4067.0, 4034.0, 4034.0, 4044.0, 4034.0, 4036.0, 4056.0, 4035.0, 4055.0, 4044.0, 4025.0, 4033.0, 4045.0, 4037.0, 4066.0, 4056.0, 4036.0, 4035.0, 4034.0, 4035.0, 4045.0, 4058.0, 4038.0, 4079.0, 4058.0, 4034.0, 4046.0, 4036.0, 4038.0, 4057.0, 4048.0, 4037.0, 4057.0, 4049.0, 4037.0, 4058.0, 4058.0, 4039.0, 4070.0, 4047.0, 4037.0, 4038.0, 4047.0, 4059.0, 4049.0, 4079.0, 4059.0, 4036.0, 4055.0, 4036.0, 4037.0, 4058.0, 4057.0, 4035.0, 4035.0, 4055.0, 4034.0, 4024.0, 4035.0, 4058.0, 4037.0, 4083.0, 4083.0, 4048.0, 4045.0, 4067.0, 4047.0, 4038.0, 4039.0, 4058.0, 4060.0, 4038.0, 4069.0, 4038.0, 4037.0, 4049.0, 4049.0, 4052.0, 4082.0, 4071.0, 4037.0, 4048.0, 4048.0, 4037.0, 4037.0, 4048.0, 4048.0, 4069.0, 4059.0, 4038.0, 4037.0, 4058.0, 4038.0, 4052.0, 4061.0, 4081.0, 4095.0, 4075.0, 4095.0, 4053.0, 4052.0, 4053.0, 4051.0, 4049.0, 4038.0, 4060.0, 4038.0, 4049.0, 4070.0, 4048.0, 4078.0, 4067.0, 4023.0, 4022.0, 4030.0, 4020.0, 4010.0, 4042.0, 4043.0, 4032.0, 4052.0, 4031.0, 4020.0, 4040.0, 4010.0, 4039.0, 4029.0, 4008.0, 4007.0, 4007.0, 4008.0, 4019.0, 4033.0, 4022.0, 4022.0, 4033.0, 4023.0, 4023.0, 4056.0, 4046.0, 4037.0, 4067.0, 4036.0, 4035.0, 4057.0, 4047.0, 4037.0, 4068.0, 4057.0, 4037.0, 4037.0, 4048.0, 4039.0, 4049.0, 4038.0, 4079.0, 4061.0, 4039.0, 4050.0, 4064.0, 4073.0, 4051.0, 4069.0], 'WindowWidth': [9238.0, 9154.0, 9134.0, 9123.0, 9091.0, 9078.0, 9094.0, 9081.0, 9131.0, 9099.0, 9065.0, 9089.0, 9042.0, 9025.0, 9071.0, 9073.0, 9043.0, 9097.0, 9042.0, 9026.0, 9053.0, 9042.0, 9048.0, 9090.0, 9073.0, 9055.0, 9068.0, 9041.0, 9021.0, 9052.0, 9049.0, 9049.0, 9063.0, 9018.0, 9016.0, 9014.0, 9013.0, 9017.0, 9035.0, 9030.0, 9063.0, 9047.0, 9044.0, 9072.0, 9039.0, 9046.0, 9059.0, 9073.0, 9058.0, 9069.0, 9028.0, 9045.0, 9046.0, 9045.0, 9070.0, 9059.0, 9028.0, 9041.0, 9038.0, 9043.0, 9045.0, 9066.0, 9063.0, 9063.0, 9075.0, 9047.0, 9042.0, 9075.0, 9062.0, 9091.0, 9073.0, 9053.0, 9078.0, 9046.0, 9017.0, 9042.0, 9029.0, 9038.0, 9042.0, 9007.0, 9024.0, 9010.0, 8998.0, 9013.0, 9020.0, 9017.0, 9062.0, 9036.0, 9051.0, 9059.0, 9031.0, 9017.0, 9048.0, 9051.0, 9038.0, 9059.0, 9054.0, 9041.0, 9050.0, 9039.0, 9049.0, 9048.0, 9064.0, 9082.0, 9071.0, 9089.0, 9050.0, 9025.0, 9039.0, 9054.0, 9043.0, 9044.0, 9075.0, 9044.0, 9084.0, 9048.0, 9022.0, 9033.0, 9028.0, 9018.0, 9058.0, 9060.0, 9029.0, 9057.0, 9013.0, 8998.0, 9029.0, 9024.0, 9035.0, 9045.0, 9017.0, 9044.0, 9017.0, 9016.0, 9036.0, 9054.0, 9037.0, 9067.0, 9025.0, 9035.0, 9035.0, 9016.0, 9045.0, 9048.0, 9035.0, 9060.0, 9021.0, 9014.0, 9036.0, 9038.0, 9040.0, 9052.0, 9041.0, 9024.0, 9052.0, 9027.0, 9061.0, 9069.0, 9053.0, 9087.0, 9036.0, 9036.0, 9031.0, 9017.0, 9020.0, 9039.0, 9024.0, 9063.0, 9032.0, 9017.0, 9027.0, 9019.0, 9022.0, 9047.0, 9056.0, 9054.0, 9056.0, 9022.0, 9024.0, 9055.0, 9058.0, 9029.0, 9083.0, 9059.0, 9043.0, 9052.0, 9052.0, 9026.0, 9077.0, 9046.0, 9080.0, 9072.0, 9025.0, 9063.0, 9032.0, 9024.0, 9066.0, 9021.0, 9052.0, 9045.0, 9018.0, 9015.0, 9017.0, 9045.0, 9066.0, 9061.0, 9044.0, 9056.0, 9040.0, 9023.0, 9069.0, 9042.0, 9082.0, 9051.0, 9035.0, 9060.0, 9032.0, 9005.0, 9054.0, 9036.0, 9066.0, 9033.0, 9016.0, 9014.0, 9014.0, 9050.0, 9055.0, 9054.0, 9027.0, 9044.0, 9040.0, 9044.0, 9051.0, 9062.0, 9044.0, 9088.0, 9056.0, 9037.0, 9024.0, 9052.0, 9045.0, 9057.0, 9069.0, 9039.0, 9022.0, 9056.0, 9025.0, 9023.0, 9055.0, 9059.0, 9040.0, 9072.0, 9039.0, 9025.0, 9054.0, 9028.0, 9027.0, 9065.0, 9036.0, 9035.0, 9028.0, 9018.0, 9011.0, 9031.0, 9019.0, 9061.0, 9047.0, 9015.0, 9014.0, 9015.0, 9018.0, 9028.0, 9056.0, 9044.0, 9087.0, 9037.0, 9023.0, 9026.0, 9044.0, 9069.0, 9064.0, 9064.0, 9047.0, 9059.0, 9081.0, 9065.0, 9083.0, 9092.0, 9063.0, 9032.0, 9052.0, 9087.0, 9062.0, 9043.0, 9065.0, 9033.0, 9067.0, 9050.0, 9025.0, 9098.0, 9074.0, 9048.0, 9035.0, 9087.0, 9054.0, 9041.0, 9075.0, 9048.0, 9049.0, 9047.0, 9085.0, 9039.0, 9029.0, 9026.0, 9055.0, 9061.0, 9072.0, 9101.0, 9055.0, 9023.0, 9050.0, 9019.0, 9032.0, 9049.0, 9015.0, 9074.0, 9043.0, 9004.0, 9020.0, 9012.0, 9021.0, 9039.0, 9052.0, 9020.0, 9024.0, 9041.0, 9040.0, 9026.0, 9073.0, 9062.0, 9071.0, 9072.0, 9046.0, 9056.0, 9054.0, 9023.0, 9104.0, 9066.0, 9055.0, 9082.0, 9037.0, 9022.0, 9052.0, 9056.0, 9041.0, 9084.0, 9034.0, 9023.0, 9034.0, 9035.0, 9050.0, 9095.0, 9080.0, 9066.0, 9072.0, 9033.0, 9021.0, 9034.0, 9034.0, 9026.0, 9083.0, 9055.0, 9024.0, 9038.0, 9038.0, 9042.0, 9047.0, 9052.0, 9054.0, 9022.0, 9052.0, 9034.0, 9023.0, 9070.0, 9056.0, 9033.0, 9064.0, 9034.0, 9002.0, 9030.0, 9037.0, 9023.0, 9065.0, 9041.0, 9017.0, 9034.0, 9020.0, 9035.0, 9053.0, 9020.0, 9081.0, 9051.0, 9018.0, 9047.0, 9035.0, 9026.0, 9068.0, 9052.0, 9036.0, 9066.0, 9023.0, 9021.0, 9053.0, 9040.0, 9052.0, 9055.0, 9023.0, 9023.0, 9038.0, 9054.0, 9057.0, 9056.0, 9042.0, 9031.0, 9065.0, 9056.0, 9084.0, 9072.0, 9061.0, 9072.0, 9069.0, 9070.0, 9103.0, 9093.0, 9091.0, 9059.0, 9122.0, 9081.0, 9046.0, 9106.0, 9070.0, 9028.0, 9019.0, 9050.0, 9056.0, 9042.0, 9084.0, 9073.0, 9041.0, 9068.0, 9041.0, 9020.0, 9057.0, 9037.0, 9077.0, 9064.0, 9018.0, 9031.0, 9017.0, 9021.0, 9058.0, 9074.0, 9042.0, 9057.0, 9046.0, 9044.0, 9048.0, 9063.0, 9050.0, 9099.0, 9078.0, 9047.0, 9047.0, 9075.0, 9069.0, 9106.0, 9074.0, 9031.0, 9062.0, 9058.0, 9041.0, 9069.0, 9069.0, 9041.0, 9084.0, 9067.0, 9021.0, 9022.0, 9036.0, 9044.0, 9047.0, 9086.0, 9041.0, 9027.0, 9054.0, 9041.0, 9027.0, 9072.0, 9069.0, 9066.0, 9060.0, 9015.0, 9019.0, 9033.0, 9017.0, 9056.0, 9041.0, 9030.0, 9041.0, 9000.0, 8996.0, 9031.0, 9020.0, 9019.0, 9051.0, 9021.0, 9021.0, 9032.0, 9043.0, 9046.0, 9085.0, 9054.0, 9022.0, 9050.0, 9020.0, 9043.0, 9085.0, 9080.0, 9046.0, 9059.0, 9016.0, 9001.0, 9037.0, 9022.0, 9048.0, 9046.0, 9017.0, 9033.0, 9014.0, 9019.0, 9050.0, 9052.0, 9021.0, 9066.0, 9023.0, 9025.0, 9071.0, 9056.0, 9035.0, 9064.0, 9021.0, 9003.0, 9030.0, 9017.0, 9046.0, 9047.0, 9029.0, 9060.0, 9013.0, 9017.0, 9031.0, 9038.0, 9026.0, 9066.0, 9036.0, 9020.0, 9051.0, 9040.0, 9024.0, 9071.0, 9039.0, 9081.0, 9051.0, 9019.0, 9031.0, 9040.0, 9025.0, 9065.0, 9051.0, 9019.0, 9016.0, 9035.0, 9023.0, 9058.0, 9069.0, 9041.0, 9069.0, 9069.0, 9023.0, 9016.0, 9030.0, 9020.0, 9035.0, 9064.0, 9019.0, 9044.0, 9030.0, 9019.0, 9011.0, 9027.0, 9018.0, 9060.0, 9045.0, 9013.0, 9035.0, 8992.0, 8993.0, 9008.0, 9013.0, 9015.0, 9043.0, 9029.0, 8998.0, 9027.0, 9013.0, 9019.0, 9034.0, 9036.0, 9022.0, 9059.0, 9032.0, 9018.0, 9052.0, 9052.0, 9025.0, 9087.0, 9055.0, 9021.0, 9046.0, 9018.0, 9001.0, 9034.0, 9036.0, 9023.0, 9068.0, 9024.0, 9024.0, 9051.0, 9042.0, 9070.0, 9054.0, 9039.0, 9082.0, 9041.0, 9028.0, 9072.0, 9039.0, 9036.0, 9086.0, 9069.0, 9036.0, 9044.0, 9063.0, 9046.0, 9048.0, 9095.0, 9085.0, 9055.0, 9074.0, 9116.0, 9084.0, 9048.0, 9045.0, 9056.0, 9053.0, 9075.0, 9110.0, 9080.0, 9067.0, 9064.0, 9048.0, 9047.0, 9051.0, 9062.0, 9039.0, 9080.0, 9049.0, 9022.0, 9022.0, 9032.0, 9025.0, 9040.0, 9066.0, 9038.0, 9038.0, 9047.0, 9022.0, 9020.0, 9048.0, 9052.0, 9025.0, 9086.0, 9053.0, 9022.0, 9048.0, 9019.0, 9066.0, 9049.0, 9031.0, 9073.0, 9025.0, 8998.0, 9025.0, 9013.0, 8998.0, 9042.0, 8999.0, 8998.0, 9012.0, 9003.0, 9014.0, 9037.0, 9020.0, 9062.0, 9037.0, 9017.0, 9032.0, 9017.0, 9016.0, 9035.0, 9024.0, 9061.0, 9037.0, 9018.0, 9032.0, 9014.0, 9023.0, 9055.0, 9056.0, 9043.0, 9070.0, 9043.0, 9025.0, 9054.0, 9057.0, 9044.0, 9070.0, 9042.0, 9054.0, 9050.0, 9025.0, 9064.0, 9048.0, 9027.0, 9079.0, 9055.0, 9050.0, 9047.0, 9023.0, 9020.0, 9035.0, 9038.0, 9045.0, 9068.0, 9042.0, 9027.0, 9027.0, 9027.0, 9045.0, 9058.0, 9059.0, 9044.0, 9026.0, 9055.0, 9027.0, 9042.0, 9074.0, 9064.0, 9031.0, 9043.0, 9055.0, 9041.0, 9027.0, 9070.0, 9060.0, 9030.0, 9082.0, 9067.0, 9023.0, 9021.0, 9033.0, 9040.0, 9051.0, 9049.0, 9016.0, 9029.0, 9012.0, 9012.0, 9045.0, 9051.0, 9031.0, 9049.0, 9017.0, 9016.0, 9016.0, 9020.0, 9047.0, 9038.0, 9023.0, 9054.0, 9030.0, 9042.0, 9033.0, 9060.0, 9063.0, 9064.0, 9077.0, 9046.0, 9033.0, 9061.0, 9048.0, 9029.0, 9079.0, 9072.0, 9069.0, 9084.0, 9038.0, 9022.0, 9047.0, 9053.0, 9030.0, 9082.0, 9056.0, 9022.0, 9023.0, 9033.0, 9024.0, 9039.0, 9052.0, 9022.0, 9050.0, 9035.0, 9019.0, 9030.0, 9051.0, 9026.0, 9077.0, 9049.0, 9030.0, 9045.0, 9016.0, 9002.0, 9031.0, 9035.0, 9032.0, 9031.0, 9015.0, 9017.0, 9034.0, 9043.0, 9030.0, 9072.0, 9038.0, 9035.0, 9051.0, 9037.0, 9022.0, 9058.0, 9060.0, 9083.0, 9076.0, 9051.0, 9084.0, 9042.0, 9059.0, 9042.0, 9090.0, 9068.0, 9077.0, 9099.0, 9109.0, 9049.0, 9073.0, 9045.0, 9042.0, 9029.0, 9070.0, 9057.0, 9028.0, 9026.0, 9036.0, 9043.0, 9042.0, 9049.0, 9021.0, 9019.0, 9038.0, 9023.0, 9046.0, 9067.0, 9080.0, 9050.0, 9090.0, 9074.0, 9042.0, 9068.0, 9050.0, 9049.0, 9064.0, 9031.0, 9000.0, 9027.0, 9015.0, 9032.0, 9047.0, 9015.0, 9044.0, 9027.0, 9000.0, 9011.0, 9029.0, 9020.0, 9035.0, 9046.0, 9017.0, 9016.0, 9016.0, 9017.0, 9020.0, 8999.0, 9016.0, 9060.0, 9035.0, 9020.0, 9077.0, 9045.0, 9017.0, 9020.0, 9020.0, 9019.0, 9023.0, 9044.0, 9028.0, 9047.0, 9065.0, 9068.0, 9053.0, 9082.0, 9065.0, 9062.0, 9081.0, 9048.0, 9086.0, 9071.0, 9031.0, 9039.0, 9039.0, 9060.0, 9055.0, 9087.0, 9043.0, 9022.0, 9050.0, 9024.0, 9041.0, 9058.0, 9042.0, 9070.0, 9054.0, 9023.0, 9024.0, 9057.0, 9044.0, 9082.0, 9054.0, 9020.0, 9019.0, 9022.0, 9028.0, 9030.0, 9074.0, 9047.0, 9049.0, 9062.0, 9044.0, 9049.0, 9095.0, 9091.0, 9059.0, 9086.0, 9051.0, 9019.0, 9069.0, 9071.0, 9062.0, 9064.0, 9016.0, 9026.0, 9012.0, 8998.0, 9043.0, 9032.0, 9011.0, 9062.0, 9015.0, 9013.0, 9030.0, 9015.0, 9019.0, 9046.0, 9016.0, 9044.0, 9026.0, 9003.0, 9012.0, 9030.0, 9023.0, 9061.0, 9048.0, 9020.0, 9017.0, 9015.0, 9018.0, 9031.0, 9052.0, 9024.0, 9081.0, 9053.0, 9015.0, 9032.0, 9021.0, 9024.0, 9049.0, 9042.0, 9023.0, 9049.0, 9039.0, 9024.0, 9052.0, 9053.0, 9028.0, 9071.0, 9038.0, 9025.0, 9024.0, 9037.0, 9057.0, 9041.0, 9082.0, 9055.0, 9019.0, 9045.0, 9018.0, 9023.0, 9051.0, 9049.0, 9018.0, 9017.0, 9042.0, 9013.0, 9000.0, 9017.0, 9055.0, 9024.0, 9093.0, 9094.0, 9037.0, 9033.0, 9063.0, 9039.0, 9028.0, 9030.0, 9056.0, 9056.0, 9026.0, 9067.0, 9024.0, 9024.0, 9040.0, 9041.0, 9051.0, 9092.0, 9074.0, 9024.0, 9038.0, 9037.0, 9021.0, 9019.0, 9039.0, 9039.0, 9069.0, 9055.0, 9025.0, 9024.0, 9052.0, 9027.0, 9050.0, 9060.0, 9090.0, 9117.0, 9088.0, 9113.0, 9052.0, 9050.0, 9055.0, 9049.0, 9044.0, 9027.0, 9057.0, 9026.0, 9040.0, 9070.0, 9041.0, 9078.0, 9061.0, 8998.0, 8993.0, 9001.0, 8987.0, 8973.0, 9019.0, 9025.0, 9007.0, 9034.0, 9005.0, 8987.0, 9014.0, 8974.0, 9012.0, 9000.0, 8969.0, 8967.0, 8965.0, 8970.0, 8989.0, 9010.0, 8995.0, 8994.0, 9009.0, 8997.0, 8997.0, 9046.0, 9034.0, 9022.0, 9063.0, 9018.0, 9017.0, 9051.0, 9039.0, 9026.0, 9065.0, 9050.0, 9024.0, 9022.0, 9039.0, 9029.0, 9044.0, 9028.0, 9083.0, 9063.0, 9030.0, 9046.0, 9073.0, 9083.0, 9050.0, 9073.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.0010252823631624673</td></tr>
<tr><td colspan=3>aqi</td><td>0.020221651172893138</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.549665384800036</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1928512769826103</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009167869460869</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6594.3862</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09038139511917907</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.083405734144223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3802891006279383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293525036227193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.546357121108297</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.300985144548325</td></tr>
<tr><td colspan=3>gcor</td><td>0.00874598</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005665409378707409</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04092166945338249</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>3.9384405070464656</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>15.3712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.509</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.84</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296319.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>986.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.793</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6477</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.6051</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3245.3088</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.3586</td></tr>
<tr><td colspan=3>tsnr</td><td>40.92716527055018</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>