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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0034_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-03/func/sub-0034_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>46c03a1904e7e2963a5cbecd25b02892</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:14:32.107500</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.996364, 0.0852036, -0.000280984, -0.0845427, 0.989034, 0.121094]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101842</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7807, -7173, 525, -43, -207, 126, -2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c0296a5c-a1e3-49df-b15d-357c261c7c93||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.673170566558838, -0.22682194411754608, -0.028607938438653946, 124.46585845947266], [-0.22859510779380798, 2.6535067558288574, 0.3257001042366028, -87.03208923339844], [-0.0007538600475527346, -0.324885755777359, 2.68013072013855, -26.285154342651367], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['121432.107500', '121432.567500', '121433.027500', '121433.487500', '121433.947500', '121434.407500', '121434.867500', '121435.327500', '121435.787500', '121436.247500', '121436.707500', '121437.167500', '121437.627500', '121438.087500', '121438.547500', '121439.007500', '121439.467500', '121439.927500', '121440.387500', '121440.847500', '121441.307500', '121441.767500', '121442.227500', '121442.687500', '121443.147500', '121443.607500', '121444.067500', '121444.527500', '121444.987500', '121445.447500', '121445.907500', '121446.367500', '121446.827500', '121447.287500', '121447.747500', '121448.207500', '121448.667500', '121449.127500', '121449.587500', '121450.047500', '121450.507500', '121450.967500', '121451.427500', '121451.887500', '121452.347500', '121452.807500', '121453.267500', '121453.727500', '121454.187500', '121454.647500', '121455.107500', '121455.567500', '121456.027500', '121456.487500', '121456.947500', '121457.407500', '121457.867500', '121458.327500', '121458.787500', '121459.247500', '121459.707500', '121500.167500', '121500.627500', '121501.087500', '121501.547500', '121502.007500', '121502.467500', '121502.927500', '121503.387500', '121503.847500', '121504.307500', '121504.767500', '121505.227500', '121505.687500', '121506.147500', '121506.607500', '121507.067500', '121507.527500', '121507.987500', '121508.447500', '121508.907500', '121509.367500', '121509.827500', '121510.287500', '121510.747500', '121511.207500', '121511.667500', '121512.127500', '121512.587500', '121513.047500', '121513.507500', '121513.967500', '121514.427500', '121514.887500', '121515.347500', '121515.807500', '121516.267500', '121516.727500', '121517.187500', '121517.647500', '121518.107500', '121518.567500', '121519.027500', '121519.487500', '121519.947500', '121520.407500', '121520.867500', '121521.327500', '121521.787500', '121522.247500', '121522.707500', '121523.167500', '121523.627500', '121524.087500', '121524.547500', '121525.007500', '121525.467500', '121525.927500', '121526.387500', '121526.847500', '121527.307500', '121527.767500', '121528.227500', '121528.687500', '121529.147500', '121529.607500', '121530.067500', '121530.527500', '121530.987500', '121531.447500', '121531.907500', '121532.367500', '121532.827500', '121533.287500', '121533.747500', '121534.207500', '121534.667500', '121535.127500', '121535.587500', '121536.047500', '121536.507500', '121536.967500', '121537.427500', '121537.887500', '121538.347500', '121538.807500', '121539.267500', '121539.727500', '121540.187500', '121540.647500', '121541.107500', '121541.567500', '121542.027500', '121542.487500', '121542.947500', '121543.407500', '121543.867500', '121544.327500', '121544.787500', '121545.247500', '121545.707500', '121546.167500', '121546.627500', '121547.087500', '121547.547500', '121548.007500', '121548.467500', '121548.927500', '121549.387500', '121549.847500', '121550.307500', '121550.767500', '121551.227500', '121551.687500', '121552.147500', '121552.607500', '121553.067500', '121553.527500', '121553.987500', '121554.447500', '121554.907500', '121555.367500', '121555.827500', '121556.287500', '121556.747500', '121557.207500', '121557.667500', '121558.127500', '121558.587500', '121559.047500', '121559.507500', '121559.967500', '121600.427500', '121600.887500', '121601.347500', '121601.807500', '121602.267500', '121602.727500', '121603.187500', '121603.647500', '121604.107500', '121604.567500', '121605.027500', '121605.487500', '121605.947500', '121606.407500', '121606.867500', '121607.327500', '121607.787500', '121608.247500', '121608.707500', '121609.167500', '121609.627500', '121610.087500', '121610.547500', '121611.007500', '121611.467500', '121611.927500', '121612.387500', '121612.847500', '121613.307500', '121613.767500', '121614.227500', '121614.687500', '121615.147500', '121615.607500', '121616.067500', '121616.527500', '121616.987500', '121617.447500', '121617.907500', '121618.367500', '121618.827500', '121619.287500', '121619.747500', '121620.207500', '121620.667500', '121621.127500', '121621.587500', '121622.047500', '121622.507500', '121622.967500', '121623.427500', '121623.887500', '121624.347500', '121624.807500', '121625.267500', '121625.727500', '121626.187500', '121626.647500', '121627.107500', '121627.567500', '121628.027500', '121628.487500', '121628.947500', '121629.407500', '121629.867500', '121630.327500', '121630.787500', '121631.247500', '121631.707500', '121632.167500', '121632.627500', '121633.087500', '121633.547500', '121634.007500', '121634.467500', '121634.927500', '121635.387500', '121635.847500', '121636.307500', '121636.767500', '121637.227500', '121637.687500', '121638.147500', '121638.607500', '121639.067500', '121639.527500', '121639.987500', '121640.447500', '121640.907500', '121641.367500', '121641.827500', '121642.287500', '121642.747500', '121643.207500', '121643.667500', '121644.127500', '121644.587500', '121645.047500', '121645.507500', '121645.967500', '121646.427500', '121646.887500', '121647.347500', '121647.807500', '121648.267500', '121648.727500', '121649.187500', '121649.647500', '121650.107500', '121650.567500', '121651.027500', '121651.487500', '121651.947500', '121652.407500', '121652.867500', '121653.327500', '121653.787500', '121654.247500', '121654.707500', '121655.167500', '121655.627500', '121656.087500', '121656.547500', '121657.007500', '121657.467500', '121657.927500', '121658.387500', '121658.847500', '121659.307500', '121659.767500', '121700.227500', '121700.687500', '121701.147500', '121701.607500', '121702.067500', '121702.527500', '121702.987500', '121703.447500', '121703.907500', '121704.367500', '121704.827500', '121705.287500', '121705.747500', '121706.207500', '121706.667500', '121707.127500', '121707.587500', '121708.047500', '121708.507500', '121708.967500', '121709.427500', '121709.887500', '121710.347500', '121710.807500', '121711.267500', '121711.727500', '121712.187500', '121712.647500', '121713.107500', '121713.567500', '121714.027500', '121714.487500', '121714.947500', '121715.407500', '121715.867500', '121716.327500', '121716.787500', '121717.247500', '121717.707500', '121718.167500', '121718.627500', '121719.087500', '121719.547500', '121720.007500', '121720.467500', '121720.927500', '121721.387500', '121721.847500', '121722.307500', '121722.767500', '121723.227500', '121723.687500', '121724.147500', '121724.607500', '121725.067500', '121725.527500', '121725.987500', '121726.447500', '121726.907500', '121727.367500', '121727.827500', '121728.287500', '121728.747500', '121729.207500', '121729.667500', '121730.127500', '121730.587500', '121731.047500', '121731.507500', '121731.967500', '121732.427500', '121732.887500', '121733.347500', '121733.807500', '121734.267500', '121734.727500', '121735.187500', '121735.647500', '121736.107500', '121736.567500', '121737.027500', '121737.487500', '121737.947500', '121738.407500', '121738.867500', '121739.327500', '121739.787500', '121740.247500', '121740.707500', '121741.167500', '121741.627500', '121742.087500', '121742.547500', '121743.007500', '121743.467500', '121743.927500', '121744.387500', '121744.847500', '121745.307500', '121745.767500', '121746.227500', '121746.687500', '121747.147500', '121747.607500', '121748.067500', '121748.527500', '121748.987500', '121749.447500', '121749.907500', '121750.367500', '121750.827500', '121751.287500', '121751.747500', '121752.207500', '121752.667500', '121753.127500', '121753.587500', '121754.047500', '121754.507500', '121754.967500', '121755.427500', '121755.887500', '121756.347500', '121756.807500', '121757.267500', '121757.727500', '121758.187500', '121758.647500', '121759.107500', '121759.567500', '121800.027500', '121800.487500', '121800.947500', '121801.407500', '121801.867500', '121802.327500', '121802.787500', '121803.247500', '121803.707500', '121804.167500', '121804.627500', '121805.087500', '121805.547500', '121806.007500', '121806.467500', '121806.927500', '121807.387500', '121807.847500', '121808.307500', '121808.767500', '121809.227500', '121809.687500', '121810.147500', '121810.607500', '121811.067500', '121811.527500', '121811.987500', '121812.447500', '121812.907500', '121813.367500', '121813.827500', '121814.287500', '121814.747500', '121815.207500', '121815.667500', '121816.127500', '121816.587500', '121817.047500', '121817.507500', '121817.967500', '121818.427500', '121818.887500', '121819.347500', '121819.807500', '121820.267500', '121820.727500', '121821.187500', '121821.647500', '121822.107500', '121822.567500', '121823.027500', '121823.487500', '121823.947500', '121824.407500', '121824.867500', '121825.327500', '121825.787500', '121826.247500', '121826.707500', '121827.167500', '121827.627500', '121828.087500', '121828.547500', '121829.007500', '121829.467500', '121829.927500', '121830.387500', '121830.847500', '121831.307500', '121831.767500', '121832.227500', '121832.687500', '121833.147500', '121833.607500', '121834.067500', '121834.527500', '121834.987500', '121835.447500', '121835.907500', '121836.367500', '121836.827500', '121837.287500', '121837.747500', '121838.207500', '121838.667500', '121839.127500', '121839.587500', '121840.047500', '121840.507500', '121840.967500', '121841.427500', '121841.887500', '121842.347500', '121842.807500', '121843.267500', '121843.727500', '121844.187500', '121844.647500', '121845.107500', '121845.567500', '121846.027500', '121846.487500', '121846.947500', '121847.407500', '121847.867500', '121848.327500', '121848.787500', '121849.247500', '121849.707500', '121850.167500', '121850.627500', '121851.087500', '121851.547500', '121852.007500', '121852.467500', '121852.927500', '121853.387500', '121853.847500', '121854.307500', '121854.767500', '121855.227500', '121855.687500', '121856.147500', '121856.607500', '121857.067500', '121857.527500', '121857.987500', '121858.447500', '121858.907500', '121859.367500', '121859.827500', '121900.287500', '121900.747500', '121901.207500', '121901.667500', '121902.127500', '121902.587500', '121903.047500', '121903.507500', '121903.967500', '121904.427500', '121904.887500', '121905.347500', '121905.807500', '121906.267500', '121906.727500', '121907.187500', '121907.647500', '121908.107500', '121908.567500', '121909.027500', '121909.487500', '121909.947500', '121910.407500', '121910.867500', '121911.327500', '121911.787500', '121912.247500', '121912.707500', '121913.167500', '121913.627500', '121914.087500', '121914.547500', '121915.007500', '121915.467500', '121915.927500', '121916.387500', '121916.847500', '121917.307500', '121917.767500', '121918.227500', '121918.687500', '121919.147500', '121919.607500', '121920.067500', '121920.527500', '121920.987500', '121921.447500', '121921.907500', '121922.367500', '121922.827500', '121923.287500', '121923.747500', '121924.207500', '121924.667500', '121925.127500', '121925.587500', '121926.047500', '121926.507500', '121926.967500', '121927.427500', '121927.887500', '121928.347500', '121928.807500', '121929.267500', '121929.727500', '121930.187500', '121930.647500', '121931.107500', '121931.567500', '121932.027500', '121932.487500', '121932.947500', '121933.407500', '121933.867500', '121934.327500', '121934.787500', '121935.247500', '121935.707500', '121936.167500', '121936.627500', '121937.087500', '121937.547500', '121938.007500', '121938.467500', '121938.927500', '121939.387500', '121939.847500', '121940.307500', '121940.767500', '121941.227500', '121941.687500', '121942.147500', '121942.607500', '121943.067500', '121943.527500', '121943.987500', '121944.447500', '121944.907500', '121945.367500', '121945.827500', '121946.287500', '121946.747500', '121947.207500', '121947.667500', '121948.127500', '121948.587500', '121949.047500', '121949.507500', '121949.967500', '121950.427500', '121950.887500', '121951.347500', '121951.807500', '121952.267500', '121952.727500', '121953.187500', '121953.647500', '121954.107500', '121954.567500', '121955.027500', '121955.487500', '121955.947500', '121956.407500', '121956.867500', '121957.327500', '121957.787500', '121958.247500', '121958.707500', '121959.167500', '121959.627500', '122000.087500', '122000.547500', '122001.007500', '122001.467500', '122001.927500', '122002.387500', '122002.847500', '122003.307500', '122003.767500', '122004.227500', '122004.687500', '122005.147500', '122005.607500', '122006.067500', '122006.527500', '122006.987500', '122007.447500', '122007.907500', '122008.367500', '122008.827500', '122009.287500', '122009.747500', '122010.207500', '122010.667500', '122011.127500', '122011.587500', '122012.047500', '122012.507500', '122012.967500', '122013.427500', '122013.887500', '122014.347500', '122014.807500', '122015.267500', '122015.727500', '122016.187500', '122016.647500', '122017.107500', '122017.567500', '122018.027500', '122018.487500', '122018.947500', '122019.407500', '122019.867500', '122020.327500', '122020.787500', '122021.247500', '122021.707500', '122022.167500', '122022.627500', '122023.087500', '122023.547500', '122024.007500', '122024.467500', '122024.927500', '122025.387500', '122025.847500', '122026.307500', '122026.767500', '122027.227500', '122027.687500', '122028.147500', '122028.607500', '122029.067500', '122029.527500', '122029.987500', '122030.447500', '122030.907500', '122031.367500', '122031.827500', '122032.287500', '122032.747500', '122033.207500', '122033.667500', '122034.127500', '122034.587500', '122035.047500', '122035.507500', '122035.967500', '122036.427500', '122036.887500', '122037.347500', '122037.807500', '122038.267500', '122038.727500', '122039.187500', '122039.647500', '122040.107500', '122040.567500', '122041.027500', '122041.487500', '122041.947500', '122042.407500', '122042.867500', '122043.327500', '122043.787500', '122044.247500', '122044.707500', '122045.167500', '122045.627500', '122046.087500', '122046.547500', '122047.007500', '122047.467500', '122047.927500', '122048.387500', '122048.847500', '122049.307500', '122049.767500', '122050.227500', '122050.687500', '122051.147500', '122051.607500', '122052.067500', '122052.527500', '122052.987500', '122053.447500', '122053.907500', '122054.367500', '122054.827500', '122055.287500', '122055.747500', '122056.207500', '122056.667500', '122057.127500', '122057.587500', '122058.047500', '122058.507500', '122058.967500', '122059.427500', '122059.887500', '122100.347500', '122100.807500', '122101.267500', '122101.727500', '122102.187500', '122102.647500', '122103.107500', '122103.567500', '122104.027500', '122104.487500', '122104.947500', '122105.407500', '122105.867500', '122106.327500', '122106.787500', '122107.247500', '122107.707500', '122108.167500', '122108.627500', '122109.087500', '122109.547500', '122110.007500', '122110.467500', '122110.927500', '122111.387500', '122111.847500', '122112.307500', '122112.767500', '122113.227500', '122113.687500', '122114.147500', '122114.607500', '122115.067500', '122115.527500', '122115.987500', '122116.447500', '122116.907500', '122117.367500', '122117.827500', '122118.287500', '122118.747500', '122119.207500', '122119.667500', '122120.127500', '122120.587500', '122121.047500', '122121.507500', '122121.967500', '122122.427500', '122122.887500', '122123.347500', '122123.807500', '122124.267500', '122124.727500', '122125.187500', '122125.647500', '122126.107500', '122126.567500', '122127.027500', '122127.487500', '122127.947500', '122128.407500', '122128.867500', '122129.327500', '122129.787500', '122130.247500', '122130.707500', '122131.167500', '122131.627500', '122132.087500', '122132.547500', '122133.007500', '122133.467500', '122133.927500', '122134.387500', '122134.847500', '122135.307500', '122135.767500', '122136.227500', '122136.687500', '122137.147500', '122137.607500', '122138.067500', '122138.527500', '122138.987500', '122139.447500', '122139.907500', '122140.367500', '122140.827500', '122141.287500', '122141.747500', '122142.207500', '122142.667500', '122143.127500', '122143.587500', '122144.047500', '122144.507500', '122144.967500', '122145.427500', '122145.887500', '122146.347500', '122146.807500', '122147.267500', '122147.727500', '122148.187500', '122148.647500', '122149.107500', '122149.567500', '122150.027500', '122150.487500', '122150.947500', '122151.407500', '122151.867500', '122152.327500', '122152.787500', '122153.247500', '122153.707500', '122154.167500', '122154.627500', '122155.087500', '122155.547500', '122156.007500', '122156.467500', '122156.927500', '122157.387500', '122157.847500', '122158.307500', '122158.767500', '122159.227500', '122159.687500', '122200.147500', '122200.607500', '122201.067500', '122201.527500', '122201.987500', '122202.447500', '122202.907500', '122203.367500', '122203.827500', '122204.287500', '122204.747500', '122205.207500', '122205.667500', '122206.127500', '122206.587500', '122207.047500', '122207.507500', '122207.967500', '122208.427500', '122208.887500', '122209.347500', '122209.807500', '122210.267500', '122210.727500', '122211.187500', '122211.647500', '122212.107500', '122212.567500', '122213.027500', '122213.487500', '122213.947500', '122214.407500', '122214.867500', '122215.327500', '122215.787500', '122216.247500', '122216.707500', '122217.167500', '122217.627500', '122218.087500', '122218.547500', '122219.007500', '122219.467500', '122219.927500', '122220.387500', '122220.847500', '122221.307500', '122221.767500', '122222.227500', '122222.687500', '122223.147500', '122223.607500', '122224.067500', '122224.527500', '122224.987500', '122225.447500', '122225.907500', '122226.367500', '122226.827500', '122227.287500', '122227.747500', '122228.207500', '122228.667500', '122229.127500', '122229.587500', '122230.047500', '122230.507500', '122230.967500', '122231.427500', '122231.887500', '122232.347500', '122232.807500', '122233.267500', '122233.727500', '122234.187500', '122234.647500', '122235.107500', '122235.567500', '122236.027500', '122236.487500', '122236.947500', '122237.407500', '122237.867500', '122238.327500', '122238.787500', '122239.247500', '122239.707500', '122240.167500', '122240.627500', '122241.087500', '122241.547500', '122242.007500', '122242.467500', '122242.927500', '122243.387500', '122243.847500', '122244.307500', '122244.767500', '122245.227500', '122245.687500', '122246.147500', '122246.607500', '122247.067500', '122247.527500', '122247.987500', '122248.447500', '122248.907500', '122249.367500', '122249.827500', '122250.287500', '122250.747500', '122251.207500', '122251.667500', '122252.127500', '122252.587500', '122253.047500', '122253.507500', '122253.967500', '122254.427500', '122254.887500', '122255.347500', '122255.807500', '122256.267500', '122256.727500', '122257.187500', '122257.647500', '122258.107500', '122258.567500', '122259.027500', '122259.487500', '122259.947500', '122300.407500', '122300.867500', '122301.327500', '122301.787500', '122302.247500', '122302.707500', '122303.167500', '122303.627500', '122304.087500', '122304.547500', '122305.007500', '122305.467500', '122305.927500', '122306.387500', '122306.847500', '122307.307500', '122307.767500', '122308.227500', '122308.687500', '122309.147500', '122309.607500', '122310.067500', '122310.527500', '122310.987500', '122311.447500', '122311.907500', '122312.367500', '122312.827500', '122313.287500', '122313.747500', '122314.207500', '122314.667500', '122315.127500', '122315.587500', '122316.047500', '122316.507500', '122316.967500', '122317.427500', '122317.887500', '122318.347500', '122318.807500', '122319.267500', '122319.727500', '122320.187500', '122320.647500', '122321.107500', '122321.567500', '122322.027500', '122322.487500', '122322.947500', '122323.407500', '122323.867500'], 'ContentTime': ['121445.790000', '121445.793000', '121445.796000', '121445.799000', '121445.802000', '121445.805000', '121445.808000', '121445.810000', '121445.813000', '121445.816000', '121445.819000', '121445.822000', '121445.825000', '121445.827000', '121445.830000', '121445.833000', '121445.836000', '121445.839000', '121445.841000', '121445.844000', '121445.847000', '121445.850000', '121445.853000', '121445.856000', '121445.858000', '121445.861000', '121445.864000', '121445.867000', '121505.743000', '121505.746000', '121505.752000', '121505.754000', '121505.757000', '121505.760000', '121505.763000', '121505.766000', '121505.768000', '121505.771000', '121505.774000', '121505.777000', '121505.780000', '121505.782000', '121505.785000', '121505.788000', '121505.791000', '121505.794000', '121505.796000', '121505.799000', '121505.802000', '121505.805000', '121505.808000', '121505.811000', '121505.813000', '121505.816000', '121505.825000', '121505.828000', '121505.831000', '121505.834000', '121505.837000', '121505.840000', '121505.842000', '121505.845000', '121505.848000', '121505.851000', '121505.854000', '121505.857000', '121505.859000', '121505.862000', '121505.865000', '121505.868000', '121505.871000', '121525.743000', '121525.746000', '121525.749000', '121525.752000', '121525.755000', '121525.757000', '121525.760000', '121525.769000', '121525.772000', '121525.775000', '121525.777000', '121525.780000', '121525.798000', '121525.801000', '121525.804000', '121525.807000', '121525.810000', '121525.812000', '121525.815000', '121525.826000', '121525.829000', '121525.831000', '121525.834000', '121525.837000', '121525.840000', '121525.843000', '121525.846000', '121525.848000', '121525.851000', '121525.854000', '121525.857000', '121525.860000', '121525.863000', '121525.865000', '121525.868000', '121525.871000', '121525.874000', '121525.877000', '121525.879000', '121525.882000', '121525.885000', '121525.888000', '121525.891000', '121545.743000', '121545.746000', '121545.749000', '121545.752000', '121545.754000', '121545.757000', '121545.760000', '121545.763000', '121545.766000', '121545.769000', '121545.771000', '121545.774000', '121545.777000', '121545.780000', '121545.783000', '121545.786000', '121545.789000', '121545.791000', '121545.794000', '121545.797000', '121545.800000', '121545.803000', '121545.805000', '121545.808000', '121545.811000', '121545.814000', '121545.817000', '121545.820000', '121545.822000', '121545.825000', '121545.828000', '121545.831000', '121545.834000', '121545.837000', '121545.839000', '121545.842000', '121545.845000', '121545.848000', '121545.851000', '121545.854000', '121545.856000', '121545.859000', '121545.862000', '121545.865000', '121605.742000', '121605.745000', '121605.748000', '121605.751000', '121605.753000', '121605.756000', '121605.759000', '121605.762000', '121605.765000', '121605.768000', '121605.771000', '121605.774000', '121605.777000', '121605.780000', '121605.783000', '121605.785000', '121605.788000', '121605.791000', '121605.794000', '121605.797000', '121605.799000', '121605.802000', '121605.805000', '121605.815000', '121605.818000', '121605.821000', '121605.824000', '121605.827000', '121605.830000', '121605.832000', '121605.835000', '121605.838000', '121605.841000', '121605.844000', '121605.847000', '121605.849000', '121605.852000', '121605.855000', '121605.858000', '121605.861000', '121605.864000', '121605.867000', '121605.870000', '121625.742000', '121625.745000', '121625.748000', '121625.751000', '121625.753000', '121625.756000', '121625.759000', '121625.762000', '121625.765000', '121625.768000', '121625.771000', '121625.773000', '121625.776000', '121625.779000', '121625.782000', '121625.785000', '121625.793000', '121625.796000', '121625.798000', '121625.801000', '121625.804000', '121625.807000', '121625.810000', '121625.812000', '121625.815000', '121625.818000', '121625.821000', '121625.824000', '121625.827000', '121625.829000', '121625.832000', '121625.835000', '121625.838000', '121625.841000', '121625.844000', '121625.846000', '121625.849000', '121625.852000', '121625.855000', '121625.858000', '121625.861000', '121625.864000', '121625.866000', '121625.869000', '121645.742000', '121645.745000', '121645.748000', '121645.751000', '121645.754000', '121645.757000', '121645.761000', '121645.764000', '121645.767000', '121645.770000', '121645.773000', '121645.776000', '121645.779000', '121645.782000', '121645.784000', '121645.787000', '121645.790000', '121645.793000', '121645.796000', '121645.798000', '121645.801000', '121645.805000', '121645.808000', '121645.811000', '121645.814000', '121645.816000', '121645.819000', '121645.822000', '121645.825000', '121645.828000', '121645.831000', '121645.833000', '121645.836000', '121645.839000', '121645.842000', '121645.845000', '121645.848000', '121645.850000', '121645.853000', '121645.856000', '121645.859000', '121645.862000', '121645.865000', '121705.743000', '121705.746000', '121705.749000', '121705.751000', '121705.754000', '121705.757000', '121705.760000', '121705.763000', '121705.766000', '121705.779000', '121705.782000', '121705.785000', '121705.788000', '121705.791000', '121705.793000', '121705.796000', '121705.799000', '121705.802000', '121705.805000', '121705.807000', '121705.810000', '121705.813000', '121705.816000', '121705.819000', '121705.822000', '121705.824000', '121705.827000', '121705.830000', '121705.833000', '121705.836000', '121705.839000', '121705.842000', '121705.844000', '121705.847000', '121705.850000', '121705.853000', '121705.856000', '121705.859000', '121705.861000', '121705.864000', '121705.873000', '121705.876000', '121705.879000', '121705.882000', '121725.743000', '121725.746000', '121725.749000', '121725.752000', '121725.755000', '121725.758000', '121725.760000', '121725.763000', '121725.766000', '121725.769000', '121725.772000', '121725.775000', '121725.778000', '121725.781000', '121725.784000', '121725.787000', '121725.810000', '121725.813000', '121725.815000', '121725.818000', '121725.821000', '121725.824000', '121725.827000', '121725.830000', '121725.832000', '121725.835000', '121725.838000', '121725.841000', '121725.844000', '121725.847000', '121725.849000', '121725.852000', '121725.855000', '121725.858000', '121725.861000', '121725.863000', '121725.866000', '121725.869000', '121725.872000', '121725.875000', '121725.878000', '121725.881000', '121725.884000', '121745.743000', '121745.746000', '121745.749000', '121745.752000', '121745.755000', '121745.757000', '121745.760000', '121745.763000', '121745.766000', '121745.769000', '121745.772000', '121745.775000', '121745.777000', '121745.780000', '121745.783000', '121745.786000', '121745.789000', '121745.792000', '121745.795000', '121745.797000', '121745.800000', '121745.803000', '121745.806000', '121745.809000', '121745.812000', '121745.815000', '121745.817000', '121745.820000', '121745.823000', '121745.826000', '121745.829000', '121745.832000', '121745.834000', '121745.837000', '121745.840000', '121745.843000', '121745.846000', '121745.849000', '121745.851000', '121745.854000', '121745.857000', '121745.860000', '121745.863000', '121745.866000', '121805.743000', '121805.746000', '121805.749000', '121805.752000', '121805.755000', '121805.758000', '121805.761000', '121805.764000', '121805.766000', '121805.769000', '121805.772000', '121805.775000', '121805.778000', '121805.781000', '121805.783000', '121805.786000', '121805.789000', '121805.792000', '121805.795000', '121805.798000', '121805.801000', '121805.804000', '121805.807000', '121805.810000', '121805.813000', '121805.816000', '121805.819000', '121805.821000', '121805.824000', '121805.827000', '121805.830000', '121805.833000', '121805.836000', '121805.838000', '121805.841000', '121805.844000', '121805.847000', '121805.850000', '121805.853000', '121805.856000', '121805.867000', '121805.869000', '121805.872000', '121825.742000', '121825.745000', '121825.748000', '121825.751000', '121825.753000', '121825.756000', '121825.759000', '121825.762000', '121825.765000', '121825.768000', '121825.771000', '121825.773000', '121825.776000', '121825.779000', '121825.782000', '121825.785000', '121825.788000', '121825.790000', '121825.793000', '121825.796000', '121825.799000', '121825.802000', '121825.805000', '121825.808000', '121825.838000', '121825.841000', '121825.844000', '121825.847000', '121825.850000', '121825.853000', '121825.856000', '121825.858000', '121825.861000', '121825.864000', '121825.885000', '121825.888000', '121825.891000', '121825.894000', '121825.896000', '121825.899000', '121825.902000', '121825.905000', '121825.908000', '121825.910000', '121845.742000', '121845.745000', '121845.748000', '121845.761000', '121845.764000', '121845.767000', '121845.769000', '121845.772000', '121845.775000', '121845.778000', '121845.781000', '121845.787000', '121845.790000', '121845.793000', '121845.796000', '121845.799000', '121845.802000', '121845.805000', '121845.808000', '121845.810000', '121845.813000', '121845.816000', '121845.819000', '121845.822000', '121845.825000', '121845.829000', '121845.834000', '121845.837000', '121845.840000', '121845.843000', '121845.845000', '121845.848000', '121845.851000', '121845.854000', '121845.857000', '121845.860000', '121845.863000', '121845.865000', '121845.868000', '121845.871000', '121845.874000', '121845.877000', '121845.880000', '121905.743000', '121905.746000', '121905.749000', '121905.752000', '121905.754000', '121905.757000', '121905.760000', '121905.763000', '121905.766000', '121905.769000', '121905.772000', '121905.774000', '121905.777000', '121905.780000', '121905.783000', '121905.786000', '121905.789000', '121905.791000', '121905.794000', '121905.797000', '121905.800000', '121905.803000', '121905.806000', '121905.809000', '121905.812000', '121905.814000', '121905.817000', '121905.820000', '121905.823000', '121905.826000', '121905.829000', '121905.831000', '121905.834000', '121905.837000', '121905.840000', '121905.843000', '121905.846000', '121905.849000', '121905.851000', '121905.854000', '121905.857000', '121905.860000', '121905.863000', '121905.870000', '121925.743000', '121925.746000', '121925.749000', '121925.752000', '121925.755000', '121925.757000', '121925.760000', '121925.763000', '121925.766000', '121925.769000', '121925.772000', '121925.774000', '121925.779000', '121925.782000', '121925.785000', '121925.788000', '121925.791000', '121925.794000', '121925.796000', '121925.799000', '121925.802000', '121925.805000', '121925.808000', '121925.811000', '121925.814000', '121925.816000', '121925.819000', '121925.822000', '121925.825000', '121925.828000', '121925.831000', '121925.834000', '121925.837000', '121925.840000', '121925.842000', '121925.845000', '121925.848000', '121925.851000', '121925.854000', '121925.857000', '121925.860000', '121925.862000', '121925.865000', '121945.743000', '121945.746000', '121945.749000', '121945.752000', '121945.755000', '121945.757000', '121945.760000', '121945.763000', '121945.766000', '121945.769000', '121945.772000', '121945.774000', '121945.777000', '121945.780000', '121945.783000', '121945.786000', '121945.789000', '121945.792000', '121945.803000', '121945.806000', '121945.809000', '121945.812000', '121945.815000', '121945.818000', '121945.820000', '121945.823000', '121945.826000', '121945.829000', '121945.832000', '121945.835000', '121945.838000', '121945.840000', '121945.851000', '121945.853000', '121945.856000', '121945.859000', '121945.862000', '121945.865000', '121945.868000', '121945.870000', '121945.873000', '121945.876000', '121945.879000', '121945.882000', '122005.759000', '122005.762000', '122005.765000', '122005.768000', '122005.771000', '122005.773000', '122005.776000', '122005.779000', '122005.782000', '122005.785000', '122005.788000', '122005.791000', '122005.793000', '122005.796000', '122005.799000', '122005.802000', '122005.805000', '122005.808000', '122005.810000', '122005.813000', '122005.816000', '122005.819000', '122005.822000', '122005.825000', '122005.828000', '122005.830000', '122005.833000', '122005.836000', '122005.839000', '122005.842000', '122005.845000', '122005.848000', '122005.850000', '122005.855000', '122005.858000', '122005.861000', '122005.864000', '122005.867000', '122005.870000', '122005.879000', '122005.882000', '122005.885000', '122005.888000', '122025.743000', '122025.746000', '122025.749000', '122025.752000', '122025.755000', '122025.757000', '122025.760000', '122025.772000', '122025.775000', '122025.777000', '122025.780000', '122025.783000', '122025.786000', '122025.789000', '122025.792000', '122025.794000', '122025.797000', '122025.800000', '122025.803000', '122025.806000', '122025.809000', '122025.811000', '122025.814000', '122025.817000', '122025.820000', '122025.823000', '122025.826000', '122025.828000', '122025.831000', '122025.834000', '122025.837000', '122025.840000', '122025.843000', '122025.845000', '122025.848000', '122025.851000', '122025.854000', '122025.857000', '122025.860000', '122025.863000', '122025.865000', '122025.868000', '122025.871000', '122025.874000', '122045.742000', '122045.745000', '122045.748000', '122045.751000', '122045.754000', '122045.756000', '122045.759000', '122045.762000', '122045.765000', '122045.768000', '122045.771000', '122045.774000', '122045.777000', '122045.779000', '122045.782000', '122045.785000', '122045.788000', '122045.791000', '122045.794000', '122045.796000', '122045.799000', '122045.802000', '122045.805000', '122045.808000', '122045.811000', '122045.813000', '122045.817000', '122045.820000', '122045.823000', '122045.826000', '122045.829000', '122045.832000', '122045.835000', '122045.837000', '122045.840000', '122045.843000', '122045.846000', '122045.849000', '122045.852000', '122045.854000', '122045.857000', '122045.860000', '122045.863000', '122105.742000', '122105.745000', '122105.748000', '122105.751000', '122105.753000', '122105.756000', '122105.759000', '122105.762000', '122105.765000', '122105.768000', '122105.771000', '122105.774000', '122105.777000', '122105.779000', '122105.782000', '122105.785000', '122105.788000', '122105.791000', '122105.794000', '122105.796000', '122105.799000', '122105.802000', '122105.805000', '122105.808000', '122105.811000', '122105.813000', '122105.816000', '122105.819000', '122105.822000', '122105.825000', '122105.828000', '122105.831000', '122105.834000', '122105.836000', '122105.839000', '122105.842000', '122105.845000', '122105.848000', '122105.851000', '122105.853000', '122105.856000', '122105.859000', '122105.862000', '122105.865000', '122125.743000', '122125.746000', '122125.749000', '122125.752000', '122125.755000', '122125.757000', '122125.760000', '122125.763000', '122125.766000', '122125.769000', '122125.772000', '122125.790000', '122125.793000', '122125.796000', '122125.799000', '122125.802000', '122125.805000', '122125.808000', '122125.810000', '122125.813000', '122125.816000', '122125.819000', '122125.822000', '122125.825000', '122125.828000', '122125.830000', '122125.833000', '122125.836000', '122125.839000', '122125.842000', '122125.845000', '122125.847000', '122125.850000', '122125.853000', '122125.856000', '122125.859000', '122125.862000', '122125.864000', '122125.867000', '122125.870000', '122125.873000', '122125.876000', '122125.879000', '122145.743000', '122145.746000', '122145.749000', '122145.752000', '122145.755000', '122145.757000', '122145.760000', '122145.763000', '122145.766000', '122145.769000', '122145.772000', '122145.775000', '122145.778000', '122145.780000', '122145.783000', '122145.786000', '122145.789000', '122145.792000', '122145.795000', '122145.798000', '122145.800000', '122145.803000', '122145.806000', '122145.809000', '122145.812000', '122145.822000', '122145.825000', '122145.828000', '122145.831000', '122145.834000', '122145.836000', '122145.839000', '122145.842000', '122145.845000', '122145.848000', '122145.851000', '122145.853000', '122145.856000', '122145.859000', '122145.862000', '122145.865000', '122145.868000', '122145.871000', '122145.873000', '122205.743000', '122205.746000', '122205.749000', '122205.752000', '122205.755000', '122205.757000', '122205.760000', '122205.763000', '122205.766000', '122205.769000', '122205.772000', '122205.775000', '122205.778000', '122205.780000', '122205.783000', '122205.786000', '122205.789000', '122205.792000', '122205.794000', '122205.797000', '122205.800000', '122205.803000', '122205.806000', '122205.809000', '122205.812000', '122205.815000', '122205.817000', '122205.820000', '122205.823000', '122205.826000', '122205.829000', '122205.832000', '122205.835000', '122205.837000', '122205.840000', '122205.843000', '122205.846000', '122205.849000', '122205.852000', '122205.855000', '122205.859000', '122205.861000', '122205.874000', '122225.743000', '122225.746000', '122225.749000', '122225.752000', '122225.755000', '122225.757000', '122225.760000', '122225.763000', '122225.766000', '122225.769000', '122225.772000', '122225.775000', '122225.778000', '122225.780000', '122225.783000', '122225.786000', '122225.789000', '122225.792000', '122225.795000', '122225.798000', '122225.801000', '122225.803000', '122225.806000', '122225.809000', '122225.812000', '122225.815000', '122225.818000', '122225.821000', '122225.823000', '122225.826000', '122225.829000', '122225.832000', '122225.835000', '122225.838000', '122225.840000', '122225.843000', '122225.846000', '122225.849000', '122225.852000', '122225.855000', '122225.858000', '122225.860000', '122225.863000', '122225.866000', '122245.743000', '122245.746000', '122245.749000', '122245.752000', '122245.755000', '122245.758000', '122245.760000', '122245.775000', '122245.778000', '122245.781000', '122245.784000', '122245.786000', '122245.789000', '122245.792000', '122245.795000', '122245.798000', '122245.800000', '122245.803000', '122245.806000', '122245.809000', '122245.812000', '122245.815000', '122245.818000', '122245.821000', '122245.823000', '122245.826000', '122245.829000', '122245.832000', '122245.835000', '122245.838000', '122245.841000', '122245.843000', '122245.846000', '122245.849000', '122245.852000', '122245.855000', '122245.858000', '122245.861000', '122245.863000', '122245.866000', '122245.869000', '122245.872000', '122245.875000', '122305.742000', '122305.745000', '122305.748000', '122305.751000', '122305.754000', '122305.757000', '122305.759000', '122305.762000', '122305.765000', '122305.768000', '122305.771000', '122305.774000', '122305.777000', '122305.780000', '122305.782000', '122305.785000', '122305.788000', '122305.791000', '122305.794000', '122305.797000', '122305.800000', '122305.803000', '122305.806000', '122305.809000', '122305.812000', '122305.814000', '122305.817000', '122305.820000', '122305.823000', '122305.826000', '122305.829000', '122305.832000', '122305.834000', '122305.837000', '122305.840000', '122305.843000', '122305.846000', '122305.849000', '122305.852000', '122305.855000', '122305.857000', '122305.860000', '122305.863000', '122325.115000', '122325.119000', '122325.122000', '122325.125000', '122325.128000', '122325.131000', '122325.135000', '122325.138000', '122325.141000', '122325.144000', '122325.147000', '122325.150000', '122325.152000', '122325.155000', '122325.158000', '122325.161000', '122325.165000', '122325.168000', '122325.171000', '122325.174000', '122325.177000', '122325.179000', '122325.182000', '122325.185000', '122325.188000', '122325.191000', '122325.194000', '122325.197000', '122325.200000', '122325.203000', '122325.206000', '122325.209000', '122325.211000', '122325.214000', '122325.217000', '122325.220000', '122325.223000', '122325.226000', '122325.229000', '122325.232000', '122325.235000', '122325.238000', '122325.241000'], 'InstanceCreationTime': ['121445.790000', '121445.793000', '121445.796000', '121445.799000', '121445.802000', '121445.805000', '121445.808000', '121445.810000', '121445.813000', '121445.816000', '121445.819000', '121445.822000', '121445.825000', '121445.827000', '121445.830000', '121445.833000', '121445.836000', '121445.839000', '121445.841000', '121445.844000', '121445.847000', '121445.850000', '121445.853000', '121445.856000', '121445.858000', '121445.861000', '121445.864000', '121445.867000', '121505.743000', '121505.746000', '121505.752000', '121505.754000', '121505.757000', '121505.760000', '121505.763000', '121505.766000', '121505.768000', '121505.771000', '121505.774000', '121505.777000', '121505.780000', '121505.782000', '121505.785000', '121505.788000', '121505.791000', '121505.794000', '121505.796000', '121505.799000', '121505.802000', '121505.805000', '121505.808000', '121505.811000', '121505.813000', '121505.816000', '121505.825000', '121505.828000', '121505.831000', '121505.834000', '121505.837000', '121505.840000', '121505.842000', '121505.845000', '121505.848000', '121505.851000', '121505.854000', '121505.857000', '121505.859000', '121505.862000', '121505.865000', '121505.868000', '121505.871000', '121525.743000', '121525.746000', '121525.749000', '121525.752000', '121525.755000', '121525.757000', '121525.760000', '121525.769000', '121525.772000', '121525.775000', '121525.777000', '121525.780000', '121525.798000', '121525.801000', '121525.804000', '121525.807000', '121525.810000', '121525.812000', '121525.815000', '121525.826000', '121525.829000', '121525.831000', '121525.834000', '121525.837000', '121525.840000', '121525.843000', '121525.846000', '121525.848000', '121525.851000', '121525.854000', '121525.857000', '121525.860000', '121525.863000', '121525.865000', '121525.868000', '121525.871000', '121525.874000', '121525.877000', '121525.879000', '121525.882000', '121525.885000', '121525.888000', '121525.891000', '121545.743000', '121545.746000', '121545.749000', '121545.752000', '121545.754000', '121545.757000', '121545.760000', '121545.763000', '121545.766000', '121545.769000', '121545.771000', '121545.774000', '121545.777000', '121545.780000', '121545.783000', '121545.786000', '121545.789000', '121545.791000', '121545.794000', '121545.797000', '121545.800000', '121545.803000', '121545.805000', '121545.808000', '121545.811000', '121545.814000', '121545.817000', '121545.820000', '121545.822000', '121545.825000', '121545.828000', '121545.831000', '121545.834000', '121545.837000', '121545.839000', '121545.842000', '121545.845000', '121545.848000', '121545.851000', '121545.854000', '121545.856000', '121545.859000', '121545.862000', '121545.865000', '121605.742000', '121605.745000', '121605.748000', '121605.751000', '121605.753000', '121605.756000', '121605.759000', '121605.762000', '121605.765000', '121605.768000', '121605.771000', '121605.774000', '121605.777000', '121605.780000', '121605.783000', '121605.785000', '121605.788000', '121605.791000', '121605.794000', '121605.797000', '121605.799000', '121605.802000', '121605.805000', '121605.815000', '121605.818000', '121605.821000', '121605.824000', '121605.827000', '121605.830000', '121605.832000', '121605.835000', '121605.838000', '121605.841000', '121605.844000', '121605.847000', '121605.849000', '121605.852000', '121605.855000', '121605.858000', '121605.861000', '121605.864000', '121605.867000', '121605.870000', '121625.742000', '121625.745000', '121625.748000', '121625.751000', '121625.753000', '121625.756000', '121625.759000', '121625.762000', '121625.765000', '121625.768000', '121625.771000', '121625.773000', '121625.776000', '121625.779000', '121625.782000', '121625.785000', '121625.793000', '121625.796000', '121625.798000', '121625.801000', '121625.804000', '121625.807000', '121625.810000', '121625.812000', '121625.815000', '121625.818000', '121625.821000', '121625.824000', '121625.827000', '121625.829000', '121625.832000', '121625.835000', '121625.838000', '121625.841000', '121625.844000', '121625.846000', '121625.849000', '121625.852000', '121625.855000', '121625.858000', '121625.861000', '121625.864000', '121625.866000', '121625.869000', '121645.742000', '121645.745000', '121645.748000', '121645.751000', '121645.754000', '121645.757000', '121645.761000', '121645.764000', '121645.767000', '121645.770000', '121645.773000', '121645.776000', '121645.779000', '121645.782000', '121645.784000', '121645.787000', '121645.790000', '121645.793000', '121645.796000', '121645.798000', '121645.801000', '121645.805000', '121645.808000', '121645.811000', '121645.814000', '121645.816000', '121645.819000', '121645.822000', '121645.825000', '121645.828000', '121645.831000', '121645.833000', '121645.836000', '121645.839000', '121645.842000', '121645.845000', '121645.848000', '121645.850000', '121645.853000', '121645.856000', '121645.859000', '121645.862000', '121645.865000', '121705.743000', '121705.746000', '121705.749000', '121705.751000', '121705.754000', '121705.757000', '121705.760000', '121705.763000', '121705.766000', '121705.779000', '121705.782000', '121705.785000', '121705.788000', '121705.791000', '121705.793000', '121705.796000', '121705.799000', '121705.802000', '121705.805000', '121705.807000', '121705.810000', '121705.813000', '121705.816000', '121705.819000', '121705.822000', '121705.824000', '121705.827000', '121705.830000', '121705.833000', '121705.836000', '121705.839000', '121705.842000', '121705.844000', '121705.847000', '121705.850000', '121705.853000', '121705.856000', '121705.859000', '121705.861000', '121705.864000', '121705.873000', '121705.876000', '121705.879000', '121705.882000', '121725.743000', '121725.746000', '121725.749000', '121725.752000', '121725.755000', '121725.758000', '121725.760000', '121725.763000', '121725.766000', '121725.769000', '121725.772000', '121725.775000', '121725.778000', '121725.781000', '121725.784000', '121725.787000', '121725.810000', '121725.813000', '121725.815000', '121725.818000', '121725.821000', '121725.824000', '121725.827000', '121725.830000', '121725.832000', '121725.835000', '121725.838000', '121725.841000', '121725.844000', '121725.847000', '121725.849000', '121725.852000', '121725.855000', '121725.858000', '121725.861000', '121725.863000', '121725.866000', '121725.869000', '121725.872000', '121725.875000', '121725.878000', '121725.881000', '121725.884000', '121745.743000', '121745.746000', '121745.749000', '121745.752000', '121745.755000', '121745.757000', '121745.760000', '121745.763000', '121745.766000', '121745.769000', '121745.772000', '121745.775000', '121745.777000', '121745.780000', '121745.783000', '121745.786000', '121745.789000', '121745.792000', '121745.795000', '121745.797000', '121745.800000', '121745.803000', '121745.806000', '121745.809000', '121745.812000', '121745.815000', '121745.817000', '121745.820000', '121745.823000', '121745.826000', '121745.829000', '121745.832000', '121745.834000', '121745.837000', '121745.840000', '121745.843000', '121745.846000', '121745.849000', '121745.851000', '121745.854000', '121745.857000', '121745.860000', '121745.863000', '121745.866000', '121805.743000', '121805.746000', '121805.749000', '121805.752000', '121805.755000', '121805.758000', '121805.761000', '121805.764000', '121805.766000', '121805.769000', '121805.772000', '121805.775000', '121805.778000', '121805.781000', '121805.783000', '121805.786000', '121805.789000', '121805.792000', '121805.795000', '121805.798000', '121805.801000', '121805.804000', '121805.807000', '121805.810000', '121805.813000', '121805.816000', '121805.819000', '121805.821000', '121805.824000', '121805.827000', '121805.830000', '121805.833000', '121805.836000', '121805.838000', '121805.841000', '121805.844000', '121805.847000', '121805.850000', '121805.853000', '121805.856000', '121805.867000', '121805.869000', '121805.872000', '121825.742000', '121825.745000', '121825.748000', '121825.751000', '121825.753000', '121825.756000', '121825.759000', '121825.762000', '121825.765000', '121825.768000', '121825.771000', '121825.773000', '121825.776000', '121825.779000', '121825.782000', '121825.785000', '121825.788000', '121825.790000', '121825.793000', '121825.796000', '121825.799000', '121825.802000', '121825.805000', '121825.808000', '121825.838000', '121825.841000', '121825.844000', '121825.847000', '121825.850000', '121825.853000', '121825.856000', '121825.858000', '121825.861000', '121825.864000', '121825.885000', '121825.888000', '121825.891000', '121825.894000', '121825.896000', '121825.899000', '121825.902000', '121825.905000', '121825.908000', '121825.910000', '121845.742000', '121845.745000', '121845.748000', '121845.761000', '121845.764000', '121845.767000', '121845.769000', '121845.772000', '121845.775000', '121845.778000', '121845.781000', '121845.787000', '121845.790000', '121845.793000', '121845.796000', '121845.799000', '121845.802000', '121845.805000', '121845.808000', '121845.810000', '121845.813000', '121845.816000', '121845.819000', '121845.822000', '121845.825000', '121845.829000', '121845.834000', '121845.837000', '121845.840000', '121845.843000', '121845.845000', '121845.848000', '121845.851000', '121845.854000', '121845.857000', '121845.860000', '121845.863000', '121845.865000', '121845.868000', '121845.871000', '121845.874000', '121845.877000', '121845.880000', '121905.743000', '121905.746000', '121905.749000', '121905.752000', '121905.754000', '121905.757000', '121905.760000', '121905.763000', '121905.766000', '121905.769000', '121905.772000', '121905.774000', '121905.777000', '121905.780000', '121905.783000', '121905.786000', '121905.789000', '121905.791000', '121905.794000', '121905.797000', '121905.800000', '121905.803000', '121905.806000', '121905.809000', '121905.812000', '121905.814000', '121905.817000', '121905.820000', '121905.823000', '121905.826000', '121905.829000', '121905.831000', '121905.834000', '121905.837000', '121905.840000', '121905.843000', '121905.846000', '121905.849000', '121905.851000', '121905.854000', '121905.857000', '121905.860000', '121905.863000', '121905.870000', '121925.743000', '121925.746000', '121925.749000', '121925.752000', '121925.755000', '121925.757000', '121925.760000', '121925.763000', '121925.766000', '121925.769000', '121925.772000', '121925.774000', '121925.779000', '121925.782000', '121925.785000', '121925.788000', '121925.791000', '121925.794000', '121925.796000', '121925.799000', '121925.802000', '121925.805000', '121925.808000', '121925.811000', '121925.814000', '121925.816000', '121925.819000', '121925.822000', '121925.825000', '121925.828000', '121925.831000', '121925.834000', '121925.837000', '121925.840000', '121925.842000', '121925.845000', '121925.848000', '121925.851000', '121925.854000', '121925.857000', '121925.860000', '121925.862000', '121925.865000', '121945.743000', '121945.746000', '121945.749000', '121945.752000', '121945.755000', '121945.757000', '121945.760000', '121945.763000', '121945.766000', '121945.769000', '121945.772000', '121945.774000', '121945.777000', '121945.780000', '121945.783000', '121945.786000', '121945.789000', '121945.792000', '121945.803000', '121945.806000', '121945.809000', '121945.812000', '121945.815000', '121945.818000', '121945.820000', '121945.823000', '121945.826000', '121945.829000', '121945.832000', '121945.835000', '121945.838000', '121945.840000', '121945.851000', '121945.853000', '121945.856000', '121945.859000', '121945.862000', '121945.865000', '121945.868000', '121945.870000', '121945.873000', '121945.876000', '121945.879000', '121945.882000', '122005.759000', '122005.762000', '122005.765000', '122005.768000', '122005.771000', '122005.773000', '122005.776000', '122005.779000', '122005.782000', '122005.785000', '122005.788000', '122005.791000', '122005.793000', '122005.796000', '122005.799000', '122005.802000', '122005.805000', '122005.808000', '122005.810000', '122005.813000', '122005.816000', '122005.819000', '122005.822000', '122005.825000', '122005.828000', '122005.830000', '122005.833000', '122005.836000', '122005.839000', '122005.842000', '122005.845000', '122005.848000', '122005.850000', '122005.855000', '122005.858000', '122005.861000', '122005.864000', '122005.867000', '122005.870000', '122005.879000', '122005.882000', '122005.885000', '122005.888000', '122025.743000', '122025.746000', '122025.749000', '122025.752000', '122025.755000', '122025.757000', '122025.760000', '122025.772000', '122025.775000', '122025.777000', '122025.780000', '122025.783000', '122025.786000', '122025.789000', '122025.792000', '122025.794000', '122025.797000', '122025.800000', '122025.803000', '122025.806000', '122025.809000', '122025.811000', '122025.814000', '122025.817000', '122025.820000', '122025.823000', '122025.826000', '122025.828000', '122025.831000', '122025.834000', '122025.837000', '122025.840000', '122025.843000', '122025.845000', '122025.848000', '122025.851000', '122025.854000', '122025.857000', '122025.860000', '122025.863000', '122025.865000', '122025.868000', '122025.871000', '122025.874000', '122045.742000', '122045.745000', '122045.748000', '122045.751000', '122045.754000', '122045.756000', '122045.759000', '122045.762000', '122045.765000', '122045.768000', '122045.771000', '122045.774000', '122045.777000', '122045.779000', '122045.782000', '122045.785000', '122045.788000', '122045.791000', '122045.794000', '122045.796000', '122045.799000', '122045.802000', '122045.805000', '122045.808000', '122045.811000', '122045.813000', '122045.817000', '122045.820000', '122045.823000', '122045.826000', '122045.829000', '122045.832000', '122045.835000', '122045.837000', '122045.840000', '122045.843000', '122045.846000', '122045.849000', '122045.852000', '122045.854000', '122045.857000', '122045.860000', '122045.863000', '122105.742000', '122105.745000', '122105.748000', '122105.751000', '122105.753000', '122105.756000', '122105.759000', '122105.762000', '122105.765000', '122105.768000', '122105.771000', '122105.774000', '122105.777000', '122105.779000', '122105.782000', '122105.785000', '122105.788000', '122105.791000', '122105.794000', '122105.796000', '122105.799000', '122105.802000', '122105.805000', '122105.808000', '122105.811000', '122105.813000', '122105.816000', '122105.819000', '122105.822000', '122105.825000', '122105.828000', '122105.831000', '122105.834000', '122105.836000', '122105.839000', '122105.842000', '122105.845000', '122105.848000', '122105.851000', '122105.853000', '122105.856000', '122105.859000', '122105.862000', '122105.865000', '122125.743000', '122125.746000', '122125.749000', '122125.752000', '122125.755000', '122125.757000', '122125.760000', '122125.763000', '122125.766000', '122125.769000', '122125.772000', '122125.790000', '122125.793000', '122125.796000', '122125.799000', '122125.802000', '122125.805000', '122125.808000', '122125.810000', '122125.813000', '122125.816000', '122125.819000', '122125.822000', '122125.825000', '122125.828000', '122125.830000', '122125.833000', '122125.836000', '122125.839000', '122125.842000', '122125.845000', '122125.847000', '122125.850000', '122125.853000', '122125.856000', '122125.859000', '122125.862000', '122125.864000', '122125.867000', '122125.870000', '122125.873000', '122125.876000', '122125.879000', '122145.743000', '122145.746000', '122145.749000', '122145.752000', '122145.755000', '122145.757000', '122145.760000', '122145.763000', '122145.766000', '122145.769000', '122145.772000', '122145.775000', '122145.778000', '122145.780000', '122145.783000', '122145.786000', '122145.789000', '122145.792000', '122145.795000', '122145.798000', '122145.800000', '122145.803000', '122145.806000', '122145.809000', '122145.812000', '122145.822000', '122145.825000', '122145.828000', '122145.831000', '122145.834000', '122145.836000', '122145.839000', '122145.842000', '122145.845000', '122145.848000', '122145.851000', '122145.853000', '122145.856000', '122145.859000', '122145.862000', '122145.865000', '122145.868000', '122145.871000', '122145.873000', '122205.743000', '122205.746000', '122205.749000', '122205.752000', '122205.755000', '122205.757000', '122205.760000', '122205.763000', '122205.766000', '122205.769000', '122205.772000', '122205.775000', '122205.778000', '122205.780000', '122205.783000', '122205.786000', '122205.789000', '122205.792000', '122205.794000', '122205.797000', '122205.800000', '122205.803000', '122205.806000', '122205.809000', '122205.812000', '122205.815000', '122205.817000', '122205.820000', '122205.823000', '122205.826000', '122205.829000', '122205.832000', '122205.835000', '122205.837000', '122205.840000', '122205.843000', '122205.846000', '122205.849000', '122205.852000', '122205.855000', '122205.859000', '122205.861000', '122205.874000', '122225.743000', '122225.746000', '122225.749000', '122225.752000', '122225.755000', '122225.757000', '122225.760000', '122225.763000', '122225.766000', '122225.769000', '122225.772000', '122225.775000', '122225.778000', '122225.780000', '122225.783000', '122225.786000', '122225.789000', '122225.792000', '122225.795000', '122225.798000', '122225.801000', '122225.803000', '122225.806000', '122225.809000', '122225.812000', '122225.815000', '122225.818000', '122225.821000', '122225.823000', '122225.826000', '122225.829000', '122225.832000', '122225.835000', '122225.838000', '122225.840000', '122225.843000', '122225.846000', '122225.849000', '122225.852000', '122225.855000', '122225.858000', '122225.860000', '122225.863000', '122225.866000', '122245.743000', '122245.746000', '122245.749000', '122245.752000', '122245.755000', '122245.758000', '122245.760000', '122245.775000', '122245.778000', '122245.781000', '122245.784000', '122245.786000', '122245.789000', '122245.792000', '122245.795000', '122245.798000', '122245.800000', '122245.803000', '122245.806000', '122245.809000', '122245.812000', '122245.815000', '122245.818000', '122245.821000', '122245.823000', '122245.826000', '122245.829000', '122245.832000', '122245.835000', '122245.838000', '122245.841000', '122245.843000', '122245.846000', '122245.849000', '122245.852000', '122245.855000', '122245.858000', '122245.861000', '122245.863000', '122245.866000', '122245.869000', '122245.872000', '122245.875000', '122305.742000', '122305.745000', '122305.748000', '122305.751000', '122305.754000', '122305.757000', '122305.759000', '122305.762000', '122305.765000', '122305.768000', '122305.771000', '122305.774000', '122305.777000', '122305.780000', '122305.782000', '122305.785000', '122305.788000', '122305.791000', '122305.794000', '122305.797000', '122305.800000', '122305.803000', '122305.806000', '122305.809000', '122305.812000', '122305.814000', '122305.817000', '122305.820000', '122305.823000', '122305.826000', '122305.829000', '122305.832000', '122305.834000', '122305.837000', '122305.840000', '122305.843000', '122305.846000', '122305.849000', '122305.852000', '122305.855000', '122305.857000', '122305.860000', '122305.863000', '122325.115000', '122325.119000', '122325.122000', '122325.125000', '122325.128000', '122325.131000', '122325.135000', '122325.138000', '122325.141000', '122325.144000', '122325.147000', '122325.150000', '122325.152000', '122325.155000', '122325.158000', '122325.161000', '122325.165000', '122325.168000', '122325.171000', '122325.174000', '122325.177000', '122325.179000', '122325.182000', '122325.185000', '122325.188000', '122325.191000', '122325.194000', '122325.197000', '122325.200000', '122325.203000', '122325.206000', '122325.209000', '122325.211000', '122325.214000', '122325.217000', '122325.220000', '122325.223000', '122325.226000', '122325.229000', '122325.232000', '122325.235000', '122325.238000', '122325.241000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [10252, 15529, 13560, 10206, 18283, 10449, 9756, 21070, 9269, 13920, 12365, 8932, 16345, 10212, 8493, 14693, 9416, 11100, 10894, 8463, 12924, 10886, 8563, 11300, 9016, 11092, 13068, 8916, 15339, 10173, 9944, 12247, 8670, 12973, 11061, 9145, 15086, 8834, 14498, 12944, 9292, 18037, 9593, 11686, 12572, 8686, 16323, 9703, 9958, 19235, 8480, 13838, 12530, 9801, 16971, 9621, 9738, 16192, 8041, 11617, 10844, 8908, 17155, 9637, 9907, 10771, 8429, 12804, 9378, 9135, 14946, 8272, 11064, 9893, 8693, 16459, 9374, 10353, 11077, 8614, 14695, 9456, 11064, 11482, 8529, 14303, 9614, 9285, 19669, 8354, 11910, 9112, 9001, 18482, 9253, 10922, 10675, 8320, 13282, 9706, 8503, 17399, 9301, 10019, 10248, 7837, 10827, 9342, 8226, 13379, 8749, 10832, 11664, 7771, 12881, 9422, 9928, 11332, 7940, 13185, 9502, 8200, 11327, 8201, 11476, 9443, 8190, 13113, 7345, 13891, 9376, 8367, 18857, 9139, 10663, 10473, 7770, 12336, 9339, 8435, 17378, 9292, 11202, 11267, 7671, 11052, 9491, 8044, 18436, 9203, 11190, 11385, 7471, 14179, 9010, 8111, 12522, 8313, 10718, 10623, 7643, 15010, 9034, 11859, 10423, 7751, 17539, 9346, 9269, 9887, 7982, 13176, 9618, 8239, 18538, 8936, 10192, 9298, 8144, 15131, 9655, 9916, 10421, 7875, 13204, 9657, 8763, 18251, 8748, 11236, 11093, 7927, 15800, 9360, 9812, 13859, 8073, 11432, 9079, 7911, 17021, 9256, 10401, 11319, 7844, 11606, 9630, 8261, 19359, 8876, 11880, 11782, 7952, 12584, 9717, 8629, 11940, 8533, 10991, 12187, 9096, 12796, 9693, 10646, 12504, 8355, 11788, 9343, 8982, 18175, 9101, 11689, 11529, 9061, 17368, 9269, 11602, 11646, 8557, 17287, 9560, 8967, 14567, 9349, 11284, 12458, 8616, 14620, 9631, 10409, 11987, 8756, 16146, 9730, 10676, 11815, 8624, 15709, 9704, 9677, 19794, 8961, 14138, 11630, 9411, 18428, 9642, 10978, 15429, 8239, 13868, 9738, 8626, 15221, 8146, 12558, 9446, 8862, 21960, 9438, 13258, 11057, 8936, 15291, 9465, 8654, 20760, 8788, 11459, 10492, 8459, 18621, 9124, 10789, 10585, 8128, 12754, 9137, 8451, 15513, 8076, 11080, 9177, 8123, 15492, 9222, 10949, 11044, 8079, 12502, 9766, 9306, 15763, 7796, 12424, 9345, 8674, 21098, 8357, 13610, 11477, 8988, 18106, 9581, 9656, 18957, 8613, 13024, 11154, 8320, 18403, 9390, 9871, 10604, 8081, 12293, 9890, 8994, 18261, 9105, 12249, 11512, 8287, 13760, 9385, 8945, 12813, 8801, 11386, 11979, 9033, 14189, 9330, 8653, 18092, 9377, 10436, 13546, 8349, 10848, 9654, 8275, 14873, 8819, 10571, 9172, 8423, 18771, 9219, 11644, 11709, 8720, 15849, 9426, 10310, 13459, 7781, 14025, 9245, 10150, 11595, 7648, 16989, 9194, 9714, 10078, 7971, 16484, 9092, 10681, 16225, 8012, 16393, 8884, 9008, 18688, 7703, 12364, 8997, 8725, 12564, 7619, 11068, 9202, 9957, 9105, 13247, 12546, 8346, 10937, 8077, 17831, 14771, 9843, 13880, 13604, 8270, 16499, 9565, 8940, 19862, 8976, 10471, 13486, 7690, 11325, 8422, 8342, 12428, 9395, 10456, 13020, 7882, 10942, 9104, 8445, 13561, 8328, 10997, 10791, 8107, 19454, 9011, 11368, 10959, 8084, 13631, 9250, 10025, 12276, 7892, 16333, 9809, 9480, 20572, 8718, 13096, 16471, 8817, 16835, 11872, 9665, 20087, 8722, 11064, 11484, 8852, 11299, 9279, 11472, 9399, 10271, 11205, 8539, 18497, 8417, 12555, 11654, 8246, 16134, 13786, 10305, 14706, 8813, 9109, 18329, 8585, 9977, 12613, 8288, 11848, 11013, 7852, 11425, 8824, 8656, 14897, 8608, 9683, 13768, 7702, 10729, 10633, 8064, 12146, 8061, 8566, 15953, 8534, 10510, 10736, 8659, 10879, 8086, 13510, 8447, 12075, 22606, 8484, 15929, 12349, 9655, 15658, 9398, 9561, 19481, 9125, 10650, 20213, 8751, 16294, 9574, 8795, 18849, 8834, 12937, 20385, 8430, 14157, 10191, 8564, 14959, 7746, 9251, 8677, 8758, 16973, 8728, 10566, 9211, 8632, 15847, 9072, 8793, 18741, 8563, 9476, 10145, 8302, 11652, 11464, 8354, 11625, 8824, 9035, 14105, 8253, 10573, 10591, 8289, 11676, 8811, 8759, 16123, 9081, 9439, 20123, 8060, 11693, 10882, 8047, 15193, 10877, 8757, 14300, 8840, 8970, 12894, 8952, 9028, 14469, 8677, 9903, 11282, 8288, 10585, 9846, 8742, 15837, 9489, 15971, 18911, 8791, 13671, 8539, 9603, 17890, 9836, 14334, 17427, 8666, 14628, 9089, 9810, 11829, 8287, 17576, 9045, 14520, 11768, 8441, 10517, 8812, 21666, 8627, 16450, 20955, 11342, 17361, 13303, 9853, 18904, 9842, 11931, 16727, 8153, 11931, 16100, 8207, 15322, 11143, 9753, 17642, 9022, 9077, 18294, 8645, 9503, 15079, 7921, 11067, 11379, 8968, 15781, 8392, 10294, 9171, 9083, 18667, 9306, 10191, 18508, 8383, 12640, 13182, 8633, 14159, 11336, 9252, 15060, 8256, 9158, 18402, 8514, 10647, 18050, 8666, 12336, 10674, 8871, 11789, 11042, 9202, 14550, 8448, 8832, 9169, 8855, 11136, 10989, 8920, 13070, 7957, 9205, 9999, 8590, 11470, 10625, 8668, 12601, 8583, 9275, 17019, 8376, 10569, 10249, 8689, 13896, 10369, 9124, 16390, 8672, 9544, 21042, 7889, 13116, 14330, 8549, 13091, 8410, 9127, 16081, 8439, 9429, 19092, 8532, 11949, 10825, 9031, 13167, 9475, 9350, 18321, 8569, 9794, 8549, 9329, 17370, 8979, 9237, 16214, 8154, 10499, 8716, 9308, 13196, 9056, 10246, 8630, 9366, 8798, 10210, 19399, 11586, 11388, 17999, 9820, 10291, 16968, 8665, 9111, 18382, 8301, 10504, 19784, 8264, 11962, 9895, 8309, 11406, 10884, 8255, 11059, 8403, 8999, 15712, 8526, 9628, 18486, 7872, 9235, 10377, 8042, 10459, 9351, 8254, 13746, 7775, 17026, 8527, 8980, 8013, 9950, 8083, 14788, 20912, 8475, 14797, 18227, 8458, 14516, 16195, 8291, 15401, 13050, 10407, 18857, 9932, 11636, 19787, 10264, 11297, 19706, 11004, 11390, 16966, 8372, 10614, 14324, 8489, 11265, 10163, 8966, 12150, 9574, 9074, 13845, 8712, 9278, 16580, 8980, 9690, 14698, 8503, 9727, 8432, 9015, 11618, 9120, 9340, 18728, 8856, 10651, 10390, 8744, 13702, 9645, 8836, 19325, 8447, 8987, 10908, 8244, 11534, 10870, 8378, 17222, 9010, 8601, 13643, 8669, 10872, 11109, 8065, 12829, 8220, 8812, 20125, 9018, 10047, 12216, 7633, 10988, 11232, 8498, 14917, 8962, 9172, 12325, 7705, 11634, 8894, 8394, 18311, 8916, 10150, 14800, 7876, 11966, 11534, 7775, 12007, 8191, 8022, 16874, 8456, 8045, 9399, 7812, 10709, 9571, 8089, 18452, 8200, 8979, 10040, 7923, 13346, 11928, 8674, 16647, 8476, 8966, 18637, 8802, 9663, 13700, 7720, 11454, 10346, 8434, 18331, 8630, 8148, 18628, 8305, 9063, 13820, 8139, 10340, 8465, 7737, 15895, 8635, 8787, 17268, 8391, 9761, 10376, 7825, 10690, 7852, 8079, 14918, 8411, 9803, 10766, 7675, 12049, 10901, 8305, 14030, 8922, 9139, 17084, 7899, 11291, 10376, 7856, 19082, 8581, 10893, 16331, 7977, 13560, 8251, 8008, 17813, 9110, 9863, 10480, 7816, 12317, 8638, 8835, 19077, 8490, 14225, 11867, 8697, 18684, 8707, 12235, 10885, 8479, 11037, 9455, 14280, 15010, 8620, 11644, 12893, 8239, 12057, 11334, 8079, 12085, 9573, 8370, 15448, 9367, 9375, 19667, 9361, 12491, 11160, 8096, 12977, 11056, 8436, 18375, 10983, 11156, 10617, 8273, 12641, 11188, 9571, 16751, 9270, 9540, 15667, 9263, 10937, 10806, 8364, 12043, 9342, 8401, 14901, 9534, 10421, 10602, 8402, 11427, 9554, 8328, 14452, 9297, 9527, 16366, 9116, 11162, 10564, 8571, 11889, 8506, 8556, 15131, 9445, 10082, 9395, 8446, 10362, 9000, 8550, 15421, 9212, 10961, 10050, 8355, 12723, 9761, 9567, 9673, 9171, 15533, 11231, 9321, 13619, 9555, 11142, 15755, 12723, 17431, 9702, 10757, 8764, 11626, 9151, 11344, 9293, 12550, 15934, 9205, 16595, 9232, 15813, 10481, 12080, 19875, 9147, 15813, 12231, 10407, 18363, 12101, 11951, 17050, 9270, 11256, 14860, 8254, 14906, 10519, 10018, 11313, 7876, 12209, 7846, 14156, 11164, 10205, 13926, 10733, 8767, 17682, 10387, 10549, 18262, 9404, 10731, 20256, 8918, 11609, 13684, 8214, 13388, 9238, 8390, 17864, 9481, 10484, 19234, 9225, 10875, 11268, 8188, 11203, 11396, 8842, 16075, 8656, 11122, 10733, 8324, 15478, 10747, 9586, 10012, 8361, 14754, 7833, 17423, 8347, 13557, 20842], 'WindowCenter': [4187.0, 4215.0, 4178.0, 4169.0, 4186.0, 4166.0, 4156.0, 4205.0, 4145.0, 4186.0, 4162.0, 4144.0, 4194.0, 4164.0, 4144.0, 4171.0, 4134.0, 4164.0, 4161.0, 4133.0, 4173.0, 4154.0, 4133.0, 4165.0, 4135.0, 4165.0, 4165.0, 4145.0, 4183.0, 4164.0, 4158.0, 4162.0, 4146.0, 4175.0, 4166.0, 4145.0, 4184.0, 4145.0, 4186.0, 4171.0, 4144.0, 4182.0, 4144.0, 4164.0, 4150.0, 4133.0, 4183.0, 4142.0, 4144.0, 4181.0, 4120.0, 4173.0, 4150.0, 4130.0, 4179.0, 4141.0, 4142.0, 4182.0, 4121.0, 4140.0, 4138.0, 4120.0, 4168.0, 4131.0, 4131.0, 4139.0, 4109.0, 4152.0, 4141.0, 4144.0, 4161.0, 4123.0, 4139.0, 4130.0, 4132.0, 4180.0, 4131.0, 4143.0, 4141.0, 4124.0, 4172.0, 4132.0, 4142.0, 4150.0, 4123.0, 4171.0, 4130.0, 4132.0, 4183.0, 4112.0, 4151.0, 4132.0, 4123.0, 4181.0, 4140.0, 4153.0, 4141.0, 4120.0, 4172.0, 4130.0, 4123.0, 4181.0, 4119.0, 4132.0, 4129.0, 4122.0, 4151.0, 4132.0, 4124.0, 4161.0, 4133.0, 4150.0, 4153.0, 4115.0, 4161.0, 4142.0, 4145.0, 4153.0, 4124.0, 4163.0, 4142.0, 4133.0, 4153.0, 4134.0, 4153.0, 4131.0, 4124.0, 4162.0, 4101.0, 4164.0, 4143.0, 4125.0, 4185.0, 4134.0, 4143.0, 4150.0, 4113.0, 4162.0, 4133.0, 4121.0, 4171.0, 4132.0, 4163.0, 4139.0, 4112.0, 4152.0, 4132.0, 4114.0, 4182.0, 4143.0, 4163.0, 4153.0, 4103.0, 4162.0, 4123.0, 4113.0, 4160.0, 4122.0, 4152.0, 4153.0, 4115.0, 4183.0, 4143.0, 4152.0, 4143.0, 4122.0, 4193.0, 4130.0, 4132.0, 4131.0, 4113.0, 4174.0, 4133.0, 4123.0, 4182.0, 4123.0, 4143.0, 4133.0, 4123.0, 4171.0, 4130.0, 4144.0, 4142.0, 4113.0, 4172.0, 4144.0, 4134.0, 4182.0, 4124.0, 4151.0, 4162.0, 4124.0, 4183.0, 4143.0, 4144.0, 4163.0, 4113.0, 4163.0, 4120.0, 4121.0, 4181.0, 4133.0, 4143.0, 4161.0, 4114.0, 4153.0, 4133.0, 4125.0, 4182.0, 4142.0, 4153.0, 4160.0, 4123.0, 4161.0, 4131.0, 4120.0, 4151.0, 4123.0, 4152.0, 4150.0, 4144.0, 4160.0, 4141.0, 4144.0, 4151.0, 4134.0, 4153.0, 4132.0, 4131.0, 4181.0, 4121.0, 4150.0, 4161.0, 4133.0, 4173.0, 4142.0, 4151.0, 4161.0, 4120.0, 4173.0, 4140.0, 4122.0, 4162.0, 4133.0, 4154.0, 4160.0, 4132.0, 4182.0, 4142.0, 4163.0, 4151.0, 4143.0, 4173.0, 4146.0, 4154.0, 4154.0, 4136.0, 4175.0, 4135.0, 4156.0, 4182.0, 4122.0, 4164.0, 4150.0, 4144.0, 4184.0, 4132.0, 4141.0, 4160.0, 4134.0, 4162.0, 4141.0, 4122.0, 4173.0, 4114.0, 4152.0, 4131.0, 4132.0, 4184.0, 4133.0, 4164.0, 4140.0, 4131.0, 4160.0, 4131.0, 4131.0, 4191.0, 4122.0, 4162.0, 4149.0, 4112.0, 4191.0, 4121.0, 4141.0, 4128.0, 4110.0, 4148.0, 4119.0, 4110.0, 4160.0, 4111.0, 4141.0, 4121.0, 4110.0, 4171.0, 4132.0, 4153.0, 4154.0, 4135.0, 4161.0, 4132.0, 4131.0, 4181.0, 4099.0, 4151.0, 4132.0, 4121.0, 4193.0, 4121.0, 4163.0, 4149.0, 4122.0, 4180.0, 4140.0, 4142.0, 4172.0, 4118.0, 4171.0, 4141.0, 4122.0, 4170.0, 4121.0, 4129.0, 4149.0, 4111.0, 4161.0, 4131.0, 4123.0, 4181.0, 4122.0, 4152.0, 4140.0, 4119.0, 4170.0, 4120.0, 4119.0, 4149.0, 4131.0, 4162.0, 4160.0, 4131.0, 4159.0, 4132.0, 4120.0, 4171.0, 4141.0, 4163.0, 4168.0, 4132.0, 4151.0, 4129.0, 4131.0, 4170.0, 4130.0, 4140.0, 4133.0, 4123.0, 4193.0, 4134.0, 4155.0, 4161.0, 4133.0, 4172.0, 4144.0, 4152.0, 4160.0, 4124.0, 4172.0, 4131.0, 4154.0, 4152.0, 4123.0, 4183.0, 4141.0, 4130.0, 4139.0, 4122.0, 4168.0, 4130.0, 4154.0, 4180.0, 4120.0, 4170.0, 4130.0, 4122.0, 4171.0, 4101.0, 4150.0, 4120.0, 4132.0, 4162.0, 4113.0, 4163.0, 4130.0, 4154.0, 4142.0, 4174.0, 4173.0, 4136.0, 4164.0, 4137.0, 4198.0, 4164.0, 4131.0, 4172.0, 4151.0, 4120.0, 4182.0, 4128.0, 4121.0, 4171.0, 4121.0, 4141.0, 4158.0, 4110.0, 4150.0, 4119.0, 4121.0, 4147.0, 4129.0, 4151.0, 4160.0, 4112.0, 4150.0, 4141.0, 4131.0, 4170.0, 4133.0, 4152.0, 4152.0, 4112.0, 4191.0, 4132.0, 4154.0, 4142.0, 4113.0, 4163.0, 4142.0, 4143.0, 4151.0, 4123.0, 4174.0, 4142.0, 4144.0, 4192.0, 4133.0, 4163.0, 4162.0, 4122.0, 4173.0, 4149.0, 4130.0, 4180.0, 4130.0, 4141.0, 4139.0, 4135.0, 4148.0, 4129.0, 4149.0, 4133.0, 4155.0, 4142.0, 4133.0, 4186.0, 4125.0, 4152.0, 4153.0, 4112.0, 4173.0, 4171.0, 4144.0, 4150.0, 4108.0, 4121.0, 4171.0, 4110.0, 4141.0, 4139.0, 4108.0, 4138.0, 4129.0, 4111.0, 4149.0, 4118.0, 4109.0, 4148.0, 4132.0, 4131.0, 4148.0, 4098.0, 4128.0, 4129.0, 4112.0, 4152.0, 4099.0, 4119.0, 4157.0, 4121.0, 4144.0, 4141.0, 4120.0, 4141.0, 4122.0, 4170.0, 4133.0, 4166.0, 4179.0, 4107.0, 4172.0, 4149.0, 4139.0, 4171.0, 4120.0, 4142.0, 4183.0, 4128.0, 4126.0, 4168.0, 4118.0, 4169.0, 4128.0, 4118.0, 4181.0, 4105.0, 4150.0, 4180.0, 4118.0, 4148.0, 4115.0, 4115.0, 4158.0, 4107.0, 4128.0, 4120.0, 4130.0, 4158.0, 4118.0, 4140.0, 4118.0, 4120.0, 4168.0, 4127.0, 4120.0, 4169.0, 4109.0, 4130.0, 4128.0, 4109.0, 4148.0, 4146.0, 4120.0, 4147.0, 4128.0, 4128.0, 4148.0, 4110.0, 4150.0, 4136.0, 4120.0, 4138.0, 4117.0, 4118.0, 4168.0, 4120.0, 4132.0, 4170.0, 4118.0, 4161.0, 4137.0, 4120.0, 4171.0, 4139.0, 4129.0, 4167.0, 4119.0, 4131.0, 4158.0, 4127.0, 4118.0, 4155.0, 4117.0, 4136.0, 4136.0, 4132.0, 4162.0, 4137.0, 4129.0, 4166.0, 4138.0, 4182.0, 4178.0, 4120.0, 4163.0, 4144.0, 4156.0, 4194.0, 4143.0, 4183.0, 4193.0, 4122.0, 4159.0, 4142.0, 4155.0, 4165.0, 4124.0, 4186.0, 4144.0, 4186.0, 4176.0, 4149.0, 4156.0, 4147.0, 4205.0, 4134.0, 4186.0, 4187.0, 4144.0, 4185.0, 4171.0, 4132.0, 4172.0, 4130.0, 4139.0, 4157.0, 4097.0, 4151.0, 4159.0, 4107.0, 4171.0, 4128.0, 4128.0, 4155.0, 4105.0, 4106.0, 4156.0, 4116.0, 4128.0, 4144.0, 4108.0, 4149.0, 4138.0, 4117.0, 4167.0, 4118.0, 4128.0, 4116.0, 4145.0, 4169.0, 4117.0, 4140.0, 4169.0, 4098.0, 4162.0, 4148.0, 4107.0, 4160.0, 4136.0, 4107.0, 4144.0, 4106.0, 4115.0, 4165.0, 4117.0, 4140.0, 4166.0, 4106.0, 4138.0, 4124.0, 4106.0, 4136.0, 4132.0, 4117.0, 4157.0, 4105.0, 4117.0, 4113.0, 4108.0, 4137.0, 4136.0, 4117.0, 4148.0, 4096.0, 4116.0, 4127.0, 4119.0, 4139.0, 4136.0, 4118.0, 4136.0, 4106.0, 4129.0, 4167.0, 4117.0, 4139.0, 4126.0, 4119.0, 4160.0, 4115.0, 4119.0, 4157.0, 4107.0, 4119.0, 4178.0, 4107.0, 4160.0, 4146.0, 4095.0, 4137.0, 4094.0, 4127.0, 4148.0, 4097.0, 4117.0, 4168.0, 4118.0, 4150.0, 4137.0, 4106.0, 4138.0, 4128.0, 4130.0, 4156.0, 4106.0, 4114.0, 4107.0, 4131.0, 4168.0, 4108.0, 4118.0, 4158.0, 4111.0, 4127.0, 4133.0, 4134.0, 4151.0, 4118.0, 4127.0, 4122.0, 4141.0, 4134.0, 4143.0, 4183.0, 4139.0, 4139.0, 4161.0, 4115.0, 4130.0, 4168.0, 4117.0, 4107.0, 4157.0, 4094.0, 4140.0, 4156.0, 4097.0, 4138.0, 4113.0, 4108.0, 4151.0, 4128.0, 4108.0, 4127.0, 4097.0, 4119.0, 4156.0, 4117.0, 4130.0, 4168.0, 4098.0, 4116.0, 4127.0, 4120.0, 4129.0, 4119.0, 4109.0, 4158.0, 4098.0, 4171.0, 4132.0, 4122.0, 4123.0, 4153.0, 4135.0, 4176.0, 4182.0, 4120.0, 4163.0, 4182.0, 4135.0, 4173.0, 4158.0, 4108.0, 4162.0, 4145.0, 4127.0, 4169.0, 4127.0, 4126.0, 4169.0, 4125.0, 4128.0, 4157.0, 4123.0, 4123.0, 4142.0, 4082.0, 4124.0, 4130.0, 4084.0, 4114.0, 4102.0, 4106.0, 4134.0, 4115.0, 4094.0, 4142.0, 4093.0, 4104.0, 4142.0, 4095.0, 4117.0, 4132.0, 4093.0, 4105.0, 4093.0, 4105.0, 4136.0, 4107.0, 4118.0, 4167.0, 4117.0, 4125.0, 4116.0, 4121.0, 4149.0, 4128.0, 4106.0, 4167.0, 4097.0, 4106.0, 4126.0, 4110.0, 4149.0, 4127.0, 4110.0, 4160.0, 4107.0, 4108.0, 4150.0, 4119.0, 4140.0, 4138.0, 4120.0, 4149.0, 4110.0, 4118.0, 4169.0, 4120.0, 4131.0, 4137.0, 4099.0, 4141.0, 4141.0, 4109.0, 4158.0, 4130.0, 4119.0, 4149.0, 4102.0, 4138.0, 4130.0, 4110.0, 4180.0, 4119.0, 4130.0, 4170.0, 4098.0, 4140.0, 4139.0, 4110.0, 4141.0, 4108.0, 4120.0, 4182.0, 4111.0, 4110.0, 4129.0, 4111.0, 4140.0, 4139.0, 4110.0, 4170.0, 4111.0, 4122.0, 4128.0, 4111.0, 4174.0, 4139.0, 4131.0, 4172.0, 4119.0, 4131.0, 4171.0, 4122.0, 4131.0, 4151.0, 4099.0, 4140.0, 4129.0, 4122.0, 4180.0, 4108.0, 4112.0, 4169.0, 4108.0, 4132.0, 4150.0, 4100.0, 4130.0, 4109.0, 4103.0, 4169.0, 4131.0, 4121.0, 4170.0, 4112.0, 4131.0, 4131.0, 4110.0, 4129.0, 4099.0, 4111.0, 4160.0, 4121.0, 4132.0, 4139.0, 4111.0, 4151.0, 4140.0, 4113.0, 4160.0, 4121.0, 4131.0, 4169.0, 4122.0, 4163.0, 4151.0, 4123.0, 4183.0, 4121.0, 4141.0, 4173.0, 4120.0, 4163.0, 4112.0, 4122.0, 4182.0, 4132.0, 4155.0, 4141.0, 4124.0, 4152.0, 4121.0, 4134.0, 4183.0, 4123.0, 4162.0, 4149.0, 4122.0, 4184.0, 4120.0, 4164.0, 4164.0, 4135.0, 4140.0, 4130.0, 4161.0, 4160.0, 4132.0, 4163.0, 4161.0, 4121.0, 4163.0, 4149.0, 4119.0, 4139.0, 4119.0, 4121.0, 4158.0, 4120.0, 4130.0, 4178.0, 4117.0, 4138.0, 4124.0, 4098.0, 4159.0, 4137.0, 4131.0, 4182.0, 4138.0, 4138.0, 4137.0, 4119.0, 4159.0, 4151.0, 4141.0, 4169.0, 4120.0, 4144.0, 4169.0, 4132.0, 4151.0, 4125.0, 4120.0, 4158.0, 4120.0, 4133.0, 4171.0, 4143.0, 4139.0, 4140.0, 4121.0, 4149.0, 4126.0, 4119.0, 4147.0, 4117.0, 4128.0, 4158.0, 4129.0, 4138.0, 4137.0, 4105.0, 4137.0, 4116.0, 4119.0, 4167.0, 4127.0, 4139.0, 4127.0, 4118.0, 4138.0, 4127.0, 4119.0, 4168.0, 4128.0, 4150.0, 4139.0, 4120.0, 4159.0, 4139.0, 4140.0, 4139.0, 4132.0, 4183.0, 4148.0, 4143.0, 4169.0, 4140.0, 4152.0, 4184.0, 4175.0, 4194.0, 4168.0, 4177.0, 4159.0, 4177.0, 4170.0, 4189.0, 4170.0, 4178.0, 4208.0, 4170.0, 4207.0, 4169.0, 4210.0, 4166.0, 4178.0, 4196.0, 4142.0, 4175.0, 4150.0, 4140.0, 4182.0, 4147.0, 4149.0, 4166.0, 4127.0, 4139.0, 4146.0, 4093.0, 4159.0, 4137.0, 4126.0, 4123.0, 4095.0, 4139.0, 4120.0, 4161.0, 4137.0, 4128.0, 4158.0, 4136.0, 4116.0, 4158.0, 4126.0, 4126.0, 4166.0, 4115.0, 4138.0, 4177.0, 4115.0, 4149.0, 4154.0, 4108.0, 4145.0, 4116.0, 4119.0, 4167.0, 4125.0, 4129.0, 4168.0, 4117.0, 4139.0, 4137.0, 4118.0, 4137.0, 4135.0, 4118.0, 4166.0, 4118.0, 4150.0, 4148.0, 4109.0, 4170.0, 4139.0, 4140.0, 4139.0, 4119.0, 4169.0, 4111.0, 4179.0, 4109.0, 4173.0, 4172.0], 'WindowWidth': [9292.0, 9325.0, 9258.0, 9254.0, 9267.0, 9243.0, 9230.0, 9296.0, 9213.0, 9269.0, 9225.0, 9213.0, 9279.0, 9239.0, 9211.0, 9236.0, 9191.0, 9235.0, 9230.0, 9197.0, 9248.0, 9217.0, 9190.0, 9238.0, 9196.0, 9242.0, 9233.0, 9216.0, 9261.0, 9239.0, 9234.0, 9227.0, 9218.0, 9254.0, 9242.0, 9215.0, 9264.0, 9213.0, 9269.0, 9242.0, 9209.0, 9252.0, 9209.0, 9238.0, 9206.0, 9195.0, 9262.0, 9203.0, 9208.0, 9250.0, 9165.0, 9248.0, 9204.0, 9180.0, 9249.0, 9201.0, 9203.0, 9256.0, 9175.0, 9191.0, 9187.0, 9167.0, 9229.0, 9181.0, 9181.0, 9188.0, 9153.0, 9209.0, 9200.0, 9208.0, 9221.0, 9179.0, 9191.0, 9180.0, 9192.0, 9254.0, 9183.0, 9200.0, 9194.0, 9176.0, 9243.0, 9183.0, 9199.0, 9211.0, 9172.0, 9242.0, 9181.0, 9185.0, 9254.0, 9157.0, 9206.0, 9190.0, 9173.0, 9256.0, 9199.0, 9219.0, 9194.0, 9168.0, 9244.0, 9179.0, 9174.0, 9256.0, 9164.0, 9183.0, 9175.0, 9177.0, 9215.0, 9190.0, 9175.0, 9221.0, 9195.0, 9208.0, 9213.0, 9167.0, 9222.0, 9206.0, 9205.0, 9213.0, 9177.0, 9227.0, 9205.0, 9195.0, 9213.0, 9197.0, 9213.0, 9184.0, 9178.0, 9223.0, 9145.0, 9230.0, 9206.0, 9179.0, 9260.0, 9187.0, 9200.0, 9211.0, 9160.0, 9230.0, 9185.0, 9171.0, 9238.0, 9184.0, 9234.0, 9191.0, 9159.0, 9210.0, 9184.0, 9164.0, 9252.0, 9206.0, 9233.0, 9211.0, 9148.0, 9224.0, 9171.0, 9160.0, 9226.0, 9171.0, 9218.0, 9219.0, 9165.0, 9260.0, 9207.0, 9211.0, 9199.0, 9180.0, 9275.0, 9181.0, 9186.0, 9181.0, 9162.0, 9249.0, 9187.0, 9175.0, 9252.0, 9173.0, 9197.0, 9187.0, 9175.0, 9236.0, 9182.0, 9203.0, 9196.0, 9162.0, 9245.0, 9205.0, 9191.0, 9252.0, 9177.0, 9210.0, 9231.0, 9183.0, 9260.0, 9206.0, 9203.0, 9225.0, 9161.0, 9232.0, 9167.0, 9177.0, 9256.0, 9186.0, 9199.0, 9227.0, 9162.0, 9212.0, 9187.0, 9178.0, 9252.0, 9205.0, 9214.0, 9226.0, 9174.0, 9229.0, 9181.0, 9166.0, 9206.0, 9174.0, 9218.0, 9205.0, 9208.0, 9226.0, 9203.0, 9204.0, 9208.0, 9197.0, 9212.0, 9183.0, 9188.0, 9254.0, 9169.0, 9207.0, 9227.0, 9193.0, 9239.0, 9203.0, 9208.0, 9225.0, 9168.0, 9238.0, 9199.0, 9169.0, 9222.0, 9185.0, 9214.0, 9226.0, 9192.0, 9257.0, 9200.0, 9235.0, 9210.0, 9209.0, 9241.0, 9208.0, 9217.0, 9216.0, 9194.0, 9244.0, 9191.0, 9227.0, 9252.0, 9171.0, 9230.0, 9204.0, 9208.0, 9256.0, 9183.0, 9196.0, 9220.0, 9196.0, 9223.0, 9203.0, 9172.0, 9239.0, 9163.0, 9210.0, 9182.0, 9185.0, 9258.0, 9185.0, 9227.0, 9189.0, 9187.0, 9218.0, 9179.0, 9187.0, 9267.0, 9168.0, 9228.0, 9209.0, 9156.0, 9268.0, 9165.0, 9193.0, 9172.0, 9151.0, 9199.0, 9162.0, 9151.0, 9215.0, 9153.0, 9192.0, 9167.0, 9154.0, 9241.0, 9183.0, 9220.0, 9215.0, 9199.0, 9229.0, 9184.0, 9184.0, 9255.0, 9139.0, 9205.0, 9184.0, 9170.0, 9273.0, 9168.0, 9225.0, 9209.0, 9170.0, 9255.0, 9198.0, 9204.0, 9236.0, 9162.0, 9240.0, 9193.0, 9177.0, 9234.0, 9167.0, 9176.0, 9208.0, 9156.0, 9226.0, 9180.0, 9171.0, 9254.0, 9167.0, 9208.0, 9189.0, 9170.0, 9237.0, 9163.0, 9163.0, 9200.0, 9188.0, 9229.0, 9222.0, 9188.0, 9215.0, 9188.0, 9165.0, 9234.0, 9202.0, 9234.0, 9236.0, 9192.0, 9213.0, 9178.0, 9189.0, 9238.0, 9179.0, 9192.0, 9186.0, 9176.0, 9273.0, 9189.0, 9218.0, 9227.0, 9193.0, 9237.0, 9210.0, 9219.0, 9218.0, 9182.0, 9241.0, 9181.0, 9223.0, 9210.0, 9181.0, 9261.0, 9200.0, 9179.0, 9196.0, 9178.0, 9230.0, 9184.0, 9221.0, 9253.0, 9172.0, 9232.0, 9186.0, 9171.0, 9235.0, 9141.0, 9203.0, 9164.0, 9190.0, 9227.0, 9159.0, 9233.0, 9182.0, 9223.0, 9203.0, 9252.0, 9249.0, 9197.0, 9237.0, 9206.0, 9288.0, 9227.0, 9180.0, 9242.0, 9203.0, 9171.0, 9254.0, 9173.0, 9166.0, 9234.0, 9164.0, 9192.0, 9216.0, 9157.0, 9208.0, 9166.0, 9173.0, 9202.0, 9180.0, 9213.0, 9222.0, 9155.0, 9209.0, 9202.0, 9188.0, 9236.0, 9192.0, 9216.0, 9214.0, 9157.0, 9269.0, 9184.0, 9215.0, 9194.0, 9159.0, 9223.0, 9205.0, 9201.0, 9207.0, 9181.0, 9243.0, 9203.0, 9208.0, 9272.0, 9193.0, 9227.0, 9222.0, 9170.0, 9242.0, 9206.0, 9177.0, 9253.0, 9183.0, 9194.0, 9189.0, 9191.0, 9206.0, 9177.0, 9208.0, 9188.0, 9224.0, 9194.0, 9193.0, 9261.0, 9178.0, 9210.0, 9211.0, 9156.0, 9248.0, 9238.0, 9200.0, 9200.0, 9142.0, 9165.0, 9233.0, 9149.0, 9198.0, 9184.0, 9149.0, 9183.0, 9170.0, 9154.0, 9204.0, 9162.0, 9146.0, 9194.0, 9188.0, 9178.0, 9194.0, 9135.0, 9170.0, 9169.0, 9154.0, 9209.0, 9133.0, 9167.0, 9207.0, 9167.0, 9201.0, 9191.0, 9166.0, 9193.0, 9176.0, 9238.0, 9191.0, 9236.0, 9246.0, 9143.0, 9235.0, 9206.0, 9196.0, 9241.0, 9165.0, 9203.0, 9257.0, 9178.0, 9167.0, 9226.0, 9162.0, 9232.0, 9177.0, 9160.0, 9253.0, 9137.0, 9202.0, 9255.0, 9164.0, 9196.0, 9145.0, 9157.0, 9217.0, 9148.0, 9178.0, 9163.0, 9185.0, 9212.0, 9167.0, 9189.0, 9157.0, 9171.0, 9234.0, 9177.0, 9164.0, 9228.0, 9146.0, 9182.0, 9168.0, 9148.0, 9205.0, 9199.0, 9169.0, 9203.0, 9178.0, 9180.0, 9197.0, 9152.0, 9210.0, 9186.0, 9170.0, 9184.0, 9156.0, 9159.0, 9233.0, 9162.0, 9181.0, 9231.0, 9169.0, 9229.0, 9185.0, 9173.0, 9243.0, 9188.0, 9183.0, 9231.0, 9163.0, 9187.0, 9216.0, 9176.0, 9160.0, 9210.0, 9162.0, 9188.0, 9178.0, 9194.0, 9232.0, 9193.0, 9184.0, 9228.0, 9195.0, 9266.0, 9243.0, 9165.0, 9225.0, 9214.0, 9229.0, 9277.0, 9197.0, 9259.0, 9273.0, 9172.0, 9217.0, 9205.0, 9229.0, 9231.0, 9180.0, 9264.0, 9212.0, 9265.0, 9257.0, 9225.0, 9223.0, 9213.0, 9297.0, 9196.0, 9271.0, 9269.0, 9200.0, 9267.0, 9240.0, 9183.0, 9239.0, 9175.0, 9188.0, 9209.0, 9130.0, 9212.0, 9213.0, 9142.0, 9238.0, 9167.0, 9176.0, 9205.0, 9136.0, 9138.0, 9206.0, 9157.0, 9176.0, 9185.0, 9150.0, 9206.0, 9182.0, 9156.0, 9228.0, 9166.0, 9170.0, 9155.0, 9211.0, 9229.0, 9154.0, 9196.0, 9233.0, 9130.0, 9227.0, 9198.0, 9142.0, 9223.0, 9182.0, 9140.0, 9183.0, 9142.0, 9149.0, 9223.0, 9160.0, 9194.0, 9225.0, 9144.0, 9180.0, 9163.0, 9135.0, 9181.0, 9173.0, 9160.0, 9211.0, 9143.0, 9159.0, 9150.0, 9144.0, 9187.0, 9182.0, 9161.0, 9202.0, 9125.0, 9151.0, 9172.0, 9166.0, 9186.0, 9185.0, 9165.0, 9181.0, 9140.0, 9180.0, 9226.0, 9162.0, 9193.0, 9171.0, 9166.0, 9223.0, 9151.0, 9159.0, 9207.0, 9141.0, 9161.0, 9244.0, 9147.0, 9222.0, 9190.0, 9123.0, 9179.0, 9121.0, 9175.0, 9195.0, 9126.0, 9156.0, 9225.0, 9163.0, 9207.0, 9185.0, 9140.0, 9183.0, 9175.0, 9180.0, 9207.0, 9141.0, 9148.0, 9145.0, 9180.0, 9225.0, 9144.0, 9159.0, 9211.0, 9151.0, 9169.0, 9192.0, 9192.0, 9205.0, 9160.0, 9170.0, 9170.0, 9200.0, 9196.0, 9202.0, 9258.0, 9188.0, 9185.0, 9218.0, 9149.0, 9173.0, 9228.0, 9160.0, 9141.0, 9208.0, 9120.0, 9193.0, 9206.0, 9125.0, 9187.0, 9142.0, 9149.0, 9213.0, 9168.0, 9149.0, 9165.0, 9126.0, 9165.0, 9209.0, 9160.0, 9178.0, 9225.0, 9131.0, 9153.0, 9167.0, 9171.0, 9173.0, 9159.0, 9149.0, 9218.0, 9131.0, 9233.0, 9187.0, 9168.0, 9180.0, 9218.0, 9201.0, 9252.0, 9253.0, 9171.0, 9228.0, 9257.0, 9197.0, 9242.0, 9214.0, 9145.0, 9222.0, 9195.0, 9166.0, 9234.0, 9172.0, 9165.0, 9240.0, 9167.0, 9168.0, 9214.0, 9159.0, 9160.0, 9183.0, 9096.0, 9163.0, 9166.0, 9102.0, 9144.0, 9124.0, 9140.0, 9175.0, 9150.0, 9117.0, 9184.0, 9119.0, 9131.0, 9179.0, 9118.0, 9158.0, 9166.0, 9117.0, 9132.0, 9116.0, 9136.0, 9183.0, 9139.0, 9157.0, 9229.0, 9161.0, 9162.0, 9151.0, 9171.0, 9198.0, 9175.0, 9139.0, 9229.0, 9127.0, 9138.0, 9166.0, 9150.0, 9206.0, 9168.0, 9150.0, 9215.0, 9142.0, 9145.0, 9199.0, 9161.0, 9189.0, 9188.0, 9170.0, 9199.0, 9154.0, 9157.0, 9229.0, 9161.0, 9179.0, 9182.0, 9135.0, 9192.0, 9190.0, 9149.0, 9212.0, 9183.0, 9162.0, 9200.0, 9141.0, 9183.0, 9184.0, 9152.0, 9251.0, 9160.0, 9178.0, 9234.0, 9133.0, 9190.0, 9186.0, 9157.0, 9190.0, 9144.0, 9170.0, 9253.0, 9151.0, 9156.0, 9180.0, 9153.0, 9191.0, 9194.0, 9151.0, 9232.0, 9151.0, 9169.0, 9170.0, 9153.0, 9247.0, 9185.0, 9186.0, 9235.0, 9167.0, 9185.0, 9232.0, 9166.0, 9179.0, 9203.0, 9136.0, 9191.0, 9173.0, 9173.0, 9251.0, 9146.0, 9154.0, 9228.0, 9144.0, 9188.0, 9201.0, 9137.0, 9174.0, 9149.0, 9144.0, 9228.0, 9184.0, 9167.0, 9230.0, 9154.0, 9178.0, 9177.0, 9158.0, 9173.0, 9135.0, 9152.0, 9215.0, 9173.0, 9184.0, 9188.0, 9154.0, 9207.0, 9190.0, 9158.0, 9218.0, 9168.0, 9182.0, 9231.0, 9178.0, 9232.0, 9213.0, 9180.0, 9252.0, 9167.0, 9196.0, 9236.0, 9172.0, 9223.0, 9156.0, 9178.0, 9257.0, 9183.0, 9223.0, 9193.0, 9182.0, 9210.0, 9167.0, 9188.0, 9255.0, 9172.0, 9224.0, 9202.0, 9170.0, 9255.0, 9166.0, 9229.0, 9238.0, 9201.0, 9193.0, 9178.0, 9221.0, 9217.0, 9191.0, 9233.0, 9226.0, 9173.0, 9229.0, 9206.0, 9168.0, 9186.0, 9159.0, 9170.0, 9210.0, 9160.0, 9182.0, 9246.0, 9154.0, 9184.0, 9160.0, 9131.0, 9218.0, 9186.0, 9190.0, 9261.0, 9192.0, 9182.0, 9187.0, 9169.0, 9222.0, 9208.0, 9198.0, 9229.0, 9163.0, 9205.0, 9234.0, 9186.0, 9210.0, 9163.0, 9170.0, 9218.0, 9162.0, 9191.0, 9240.0, 9203.0, 9191.0, 9196.0, 9173.0, 9208.0, 9172.0, 9167.0, 9195.0, 9152.0, 9177.0, 9210.0, 9179.0, 9185.0, 9187.0, 9138.0, 9181.0, 9158.0, 9165.0, 9230.0, 9174.0, 9192.0, 9174.0, 9167.0, 9190.0, 9176.0, 9168.0, 9229.0, 9179.0, 9208.0, 9192.0, 9170.0, 9221.0, 9195.0, 9197.0, 9194.0, 9181.0, 9260.0, 9204.0, 9203.0, 9236.0, 9199.0, 9211.0, 9268.0, 9255.0, 9280.0, 9249.0, 9261.0, 9243.0, 9258.0, 9258.0, 9282.0, 9256.0, 9259.0, 9304.0, 9255.0, 9302.0, 9252.0, 9313.0, 9243.0, 9263.0, 9284.0, 9204.0, 9250.0, 9208.0, 9196.0, 9261.0, 9202.0, 9206.0, 9227.0, 9173.0, 9193.0, 9190.0, 9118.0, 9220.0, 9185.0, 9171.0, 9156.0, 9125.0, 9185.0, 9173.0, 9226.0, 9189.0, 9170.0, 9216.0, 9182.0, 9160.0, 9211.0, 9171.0, 9165.0, 9226.0, 9149.0, 9190.0, 9244.0, 9157.0, 9206.0, 9206.0, 9149.0, 9194.0, 9152.0, 9167.0, 9230.0, 9170.0, 9172.0, 9232.0, 9160.0, 9193.0, 9187.0, 9163.0, 9188.0, 9183.0, 9164.0, 9226.0, 9166.0, 9208.0, 9206.0, 9148.0, 9239.0, 9194.0, 9197.0, 9194.0, 9169.0, 9235.0, 9161.0, 9250.0, 9150.0, 9248.0, 9238.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.00042564502164502165</td></tr>
<tr><td colspan=3>aqi</td><td>0.0307853129004329</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.84164211202771</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2351548537954953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9814504738908141</td></tr>
<tr><td colspan=3>efc</td><td>0.4715</td></tr>
<tr><td colspan=3>fber</td><td>5621.9307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08534074892152713</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.367965367965368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2716969704441152</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1898472205172466</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4880103952266643</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1372332955884352</td></tr>
<tr><td colspan=3>gcor</td><td>0.00891763</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018101196736097336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028007872402668</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.386107525279524</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>37.5205</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9993</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.5743</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301435.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>668.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.4912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3879</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.1582</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3389.4705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>804.1245</td></tr>
<tr><td colspan=3>tsnr</td><td>36.01533082430251</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>