<?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-0051_ses-02_task-faces_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-0051_ses-02_task-faces_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-02_subject-0051_suffix-bold_task-faces" 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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0051_suffix-bold_task-faces" 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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-02_task-faces_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-0051/figures/sub-0051_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-faces_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-0051/ses-02/func/sub-0051_ses-02_task-faces_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>a9829bc491341d0a8b20da7b16fc7804</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>09:26:32.612500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</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-faces_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.102837</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-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb6d846e-8cc6-402a-a0ac-b48b764d8a7d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [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, 914]</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], 'AcquisitionTime': ['092632.612500', '092633.072500', '092633.532500', '092633.992500', '092634.452500', '092634.912500', '092635.372500', '092635.832500', '092636.292500', '092636.752500', '092637.212500', '092637.672500', '092638.132500', '092638.592500', '092639.052500', '092639.512500', '092639.972500', '092640.432500', '092640.892500', '092641.352500', '092641.812500', '092642.272500', '092642.732500', '092643.192500', '092643.652500', '092644.112500', '092644.572500', '092645.032500', '092645.492500', '092645.952500', '092646.412500', '092646.872500', '092647.332500', '092647.792500', '092648.252500', '092648.712500', '092649.172500', '092649.632500', '092650.092500', '092650.552500', '092651.012500', '092651.472500', '092651.932500', '092652.392500', '092652.852500', '092653.312500', '092653.772500', '092654.232500', '092654.692500', '092655.152500', '092655.612500', '092656.072500', '092656.532500', '092656.992500', '092657.452500', '092657.912500', '092658.372500', '092658.832500', '092659.292500', '092659.752500', '092700.212500', '092700.672500', '092701.132500', '092701.592500', '092702.052500', '092702.512500', '092702.972500', '092703.432500', '092703.892500', '092704.352500', '092704.812500', '092705.272500', '092705.732500', '092706.192500', '092706.652500', '092707.112500', '092707.572500', '092708.032500', '092708.492500', '092708.952500', '092709.412500', '092709.872500', '092710.332500', '092710.792500', '092711.252500', '092711.712500', '092712.172500', '092712.632500', '092713.092500', '092713.552500', '092714.012500', '092714.472500', '092714.932500', '092715.392500', '092715.852500', '092716.312500', '092716.772500', '092717.232500', '092717.692500', '092718.152500', '092718.612500', '092719.072500', '092719.532500', '092719.992500', '092720.452500', '092720.912500', '092721.372500', '092721.832500', '092722.292500', '092722.752500', '092723.212500', '092723.672500', '092724.132500', '092724.592500', '092725.052500', '092725.512500', '092725.972500', '092726.432500', '092726.892500', '092727.352500', '092727.812500', '092728.272500', '092728.732500', '092729.192500', '092729.652500', '092730.112500', '092730.572500', '092731.032500', '092731.492500', '092731.952500', '092732.412500', '092732.872500', '092733.332500', '092733.792500', '092734.252500', '092734.712500', '092735.172500', '092735.632500', '092736.092500', '092736.552500', '092737.012500', '092737.472500', '092737.932500', '092738.392500', '092738.852500', '092739.312500', '092739.772500', '092740.232500', '092740.692500', '092741.152500', '092741.612500', '092742.072500', '092742.532500', '092742.992500', '092743.452500', '092743.912500', '092744.372500', '092744.832500', '092745.292500', '092745.752500', '092746.212500', '092746.672500', '092747.132500', '092747.592500', '092748.052500', '092748.512500', '092748.972500', '092749.432500', '092749.892500', '092750.352500', '092750.812500', '092751.272500', '092751.732500', '092752.192500', '092752.652500', '092753.112500', '092753.572500', '092754.032500', '092754.492500', '092754.952500', '092755.412500', '092755.872500', '092756.332500', '092756.792500', '092757.252500', '092757.712500', '092758.172500', '092758.632500', '092759.092500', '092759.552500', '092800.012500', '092800.472500', '092800.932500', '092801.392500', '092801.852500', '092802.312500', '092802.772500', '092803.232500', '092803.692500', '092804.152500', '092804.612500', '092805.072500', '092805.532500', '092805.992500', '092806.452500', '092806.912500', '092807.372500', '092807.832500', '092808.292500', '092808.752500', '092809.212500', '092809.672500', '092810.132500', '092810.592500', '092811.052500', '092811.512500', '092811.972500', '092812.432500', '092812.892500', '092813.352500', '092813.812500', '092814.272500', '092814.732500', '092815.192500', '092815.652500', '092816.112500', '092816.572500', '092817.032500', '092817.492500', '092817.952500', '092818.412500', '092818.872500', '092819.332500', '092819.792500', '092820.252500', '092820.712500', '092821.172500', '092821.632500', '092822.092500', '092822.552500', '092823.012500', '092823.472500', '092823.932500', '092824.392500', '092824.852500', '092825.312500', '092825.772500', '092826.232500', '092826.692500', '092827.152500', '092827.612500', '092828.072500', '092828.532500', '092828.992500', '092829.452500', '092829.912500', '092830.372500', '092830.832500', '092831.292500', '092831.752500', '092832.212500', '092832.672500', '092833.132500', '092833.592500', '092834.052500', '092834.512500', '092834.972500', '092835.432500', '092835.892500', '092836.352500', '092836.812500', '092837.272500', '092837.732500', '092838.192500', '092838.652500', '092839.112500', '092839.572500', '092840.032500', '092840.492500', '092840.952500', '092841.412500', '092841.872500', '092842.332500', '092842.792500', '092843.252500', '092843.712500', '092844.172500', '092844.632500', '092845.092500', '092845.552500', '092846.012500', '092846.472500', '092846.932500', '092847.392500', '092847.852500', '092848.312500', '092848.772500', '092849.232500', '092849.692500', '092850.152500', '092850.612500', '092851.072500', '092851.532500', '092851.992500', '092852.452500', '092852.912500', '092853.372500', '092853.832500', '092854.292500', '092854.752500', '092855.212500', '092855.672500', '092856.132500', '092856.592500', '092857.052500', '092857.512500', '092857.972500', '092858.432500', '092858.892500', '092859.352500', '092859.812500', '092900.272500', '092900.732500', '092901.192500', '092901.652500', '092902.112500', '092902.572500', '092903.032500', '092903.492500', '092903.952500', '092904.412500', '092904.872500', '092905.332500', '092905.792500', '092906.252500', '092906.712500', '092907.172500', '092907.632500', '092908.092500', '092908.552500', '092909.012500', '092909.472500', '092909.932500', '092910.392500', '092910.852500', '092911.312500', '092911.772500', '092912.232500', '092912.692500', '092913.152500', '092913.612500', '092914.072500', '092914.532500', '092914.992500', '092915.452500', '092915.912500', '092916.372500', '092916.832500', '092917.292500', '092917.752500', '092918.212500', '092918.672500', '092919.132500', '092919.592500', '092920.052500', '092920.512500', '092920.972500', '092921.432500', '092921.892500', '092922.352500', '092922.812500', '092923.272500', '092923.732500', '092924.192500', '092924.652500', '092925.112500', '092925.572500', '092926.032500', '092926.492500', '092926.952500', '092927.412500', '092927.872500', '092928.332500', '092928.792500', '092929.252500', '092929.712500', '092930.172500', '092930.632500', '092931.092500', '092931.552500', '092932.012500', '092932.472500', '092932.932500', '092933.392500', '092933.852500', '092934.312500', '092934.772500', '092935.232500', '092935.692500', '092936.152500', '092936.612500', '092937.072500', '092937.532500', '092937.992500', '092938.452500', '092938.912500', '092939.372500', '092939.832500', '092940.292500', '092940.752500', '092941.212500', '092941.672500', '092942.132500', '092942.592500', '092943.052500', '092943.512500', '092943.972500', '092944.432500', '092944.892500', '092945.352500', '092945.812500', '092946.272500', '092946.732500', '092947.192500', '092947.652500', '092948.112500', '092948.572500', '092949.032500', '092949.492500', '092949.952500', '092950.412500', '092950.872500', '092951.332500', '092951.792500', '092952.252500', '092952.712500', '092953.172500', '092953.632500', '092954.092500', '092954.552500', '092955.012500', '092955.472500', '092955.932500', '092956.392500', '092956.852500', '092957.312500', '092957.772500', '092958.232500', '092958.692500', '092959.152500', '092959.612500', '093000.072500', '093000.532500', '093000.992500', '093001.452500', '093001.912500', '093002.372500', '093002.832500', '093003.292500', '093003.752500', '093004.212500', '093004.672500', '093005.132500', '093005.592500', '093006.052500', '093006.512500', '093006.972500', '093007.432500', '093007.892500', '093008.352500', '093008.812500', '093009.272500', '093009.732500', '093010.192500', '093010.652500', '093011.112500', '093011.572500', '093012.032500', '093012.492500', '093012.952500', '093013.412500', '093013.872500', '093014.332500', '093014.792500', '093015.252500', '093015.712500', '093016.172500', '093016.632500', '093017.092500', '093017.552500', '093018.012500', '093018.472500', '093018.932500', '093019.392500', '093019.852500', '093020.312500', '093020.772500', '093021.232500', '093021.692500', '093022.152500', '093022.612500', '093023.072500', '093023.532500', '093023.992500', '093024.452500', '093024.912500', '093025.372500', '093025.832500', '093026.292500', '093026.752500', '093027.212500', '093027.672500', '093028.132500', '093028.592500', '093029.052500', '093029.512500', '093029.972500', '093030.432500', '093030.892500', '093031.352500', '093031.812500', '093032.272500', '093032.732500', '093033.192500', '093033.652500', '093034.112500', '093034.572500', '093035.032500', '093035.492500', '093035.952500', '093036.412500', '093036.872500', '093037.332500', '093037.792500', '093038.252500', '093038.712500', '093039.172500', '093039.632500', '093040.092500', '093040.552500', '093041.012500', '093041.472500', '093041.932500', '093042.392500', '093042.852500', '093043.312500', '093043.772500', '093044.232500', '093044.692500', '093045.152500', '093045.612500', '093046.072500', '093046.532500', '093046.992500', '093047.452500', '093047.912500', '093048.372500', '093048.832500', '093049.292500', '093049.752500', '093050.212500', '093050.672500', '093051.132500', '093051.592500', '093052.052500', '093052.512500', '093052.972500', '093053.432500', '093053.892500', '093054.352500', '093054.812500', '093055.272500', '093055.732500', '093056.192500', '093056.652500', '093057.112500', '093057.572500', '093058.032500', '093058.492500', '093058.952500', '093059.412500', '093059.872500', '093100.332500', '093100.792500', '093101.252500', '093101.712500', '093102.172500', '093102.632500', '093103.092500', '093103.552500', '093104.012500', '093104.472500', '093104.932500', '093105.392500', '093105.852500', '093106.312500', '093106.772500', '093107.232500', '093107.692500', '093108.152500', '093108.612500', '093109.072500', '093109.532500', '093109.992500', '093110.452500', '093110.912500', '093111.372500', '093111.832500', '093112.292500', '093112.752500', '093113.212500', '093113.672500', '093114.132500', '093114.592500', '093115.052500', '093115.512500', '093115.972500', '093116.432500', '093116.892500', '093117.352500', '093117.812500', '093118.272500', '093118.732500', '093119.192500', '093119.652500', '093120.112500', '093120.572500', '093121.032500', '093121.492500', '093121.952500', '093122.412500', '093122.872500', '093123.332500', '093123.792500', '093124.252500', '093124.712500', '093125.172500', '093125.632500', '093126.092500', '093126.552500', '093127.012500', '093127.472500', '093127.932500', '093128.392500', '093128.852500', '093129.312500', '093129.772500', '093130.232500', '093130.692500', '093131.152500', '093131.612500', '093132.072500', '093132.532500', '093132.992500', '093133.452500', '093133.912500', '093134.372500', '093134.832500', '093135.292500', '093135.752500', '093136.212500', '093136.672500', '093137.132500', '093137.592500', '093138.052500', '093138.512500', '093138.972500', '093139.432500', '093139.892500', '093140.352500', '093140.812500', '093141.272500', '093141.732500', '093142.192500', '093142.652500', '093143.112500', '093143.572500', '093144.032500', '093144.492500', '093144.952500', '093145.412500', '093145.872500', '093146.332500', '093146.792500', '093147.252500', '093147.712500', '093148.172500', '093148.632500', '093149.092500', '093149.552500', '093150.012500', '093150.472500', '093150.932500', '093151.392500', '093151.852500', '093152.312500', '093152.772500', '093153.232500', '093153.692500', '093154.152500', '093154.612500', '093155.072500', '093155.532500', '093155.992500', '093156.452500', '093156.912500', '093157.372500', '093157.832500', '093158.292500', '093158.752500', '093159.212500', '093159.672500', '093200.132500', '093200.592500', '093201.052500', '093201.512500', '093201.972500', '093202.432500', '093202.892500', '093203.352500', '093203.812500', '093204.272500', '093204.732500', '093205.192500', '093205.652500', '093206.112500', '093206.572500', '093207.032500', '093207.492500', '093207.952500', '093208.412500', '093208.872500', '093209.332500', '093209.792500', '093210.252500', '093210.712500', '093211.172500', '093211.632500', '093212.092500', '093212.552500', '093213.012500', '093213.472500', '093213.932500', '093214.392500', '093214.852500', '093215.312500', '093215.772500', '093216.232500', '093216.692500', '093217.152500', '093217.612500', '093218.072500', '093218.532500', '093218.992500', '093219.452500', '093219.912500', '093220.372500', '093220.832500', '093221.292500', '093221.752500', '093222.212500', '093222.672500', '093223.132500', '093223.592500', '093224.052500', '093224.512500', '093224.972500', '093225.432500', '093225.892500', '093226.352500', '093226.812500', '093227.272500', '093227.732500', '093228.192500', '093228.652500', '093229.112500', '093229.572500', '093230.032500', '093230.492500', '093230.952500', '093231.412500', '093231.872500', '093232.332500', '093232.792500', '093233.252500', '093233.712500', '093234.172500', '093234.632500', '093235.092500', '093235.552500', '093236.012500', '093236.472500', '093236.932500', '093237.392500', '093237.852500', '093238.312500', '093238.772500', '093239.232500', '093239.692500', '093240.152500', '093240.612500', '093241.072500', '093241.532500', '093241.992500', '093242.452500', '093242.912500', '093243.372500', '093243.832500', '093244.292500', '093244.752500', '093245.212500', '093245.672500', '093246.132500', '093246.592500', '093247.052500', '093247.512500', '093247.972500', '093248.432500', '093248.892500', '093249.352500', '093249.812500', '093250.272500', '093250.732500', '093251.192500', '093251.652500', '093252.112500', '093252.572500', '093253.032500', '093253.492500', '093253.952500', '093254.412500', '093254.872500', '093255.332500', '093255.792500', '093256.252500', '093256.712500', '093257.172500', '093257.632500', '093258.092500', '093258.552500', '093259.012500', '093259.472500', '093259.932500', '093300.392500', '093300.852500', '093301.312500', '093301.772500', '093302.232500', '093302.692500', '093303.152500', '093303.612500', '093304.072500', '093304.532500', '093304.992500', '093305.452500', '093305.912500', '093306.372500', '093306.832500', '093307.292500', '093307.752500', '093308.212500', '093308.672500', '093309.132500', '093309.592500', '093310.052500', '093310.512500', '093310.972500', '093311.432500', '093311.892500', '093312.352500', '093312.812500', '093313.272500', '093313.732500', '093314.192500', '093314.652500', '093315.112500', '093315.572500', '093316.032500', '093316.492500', '093316.952500', '093317.412500', '093317.872500', '093318.332500', '093318.792500', '093319.252500', '093319.712500', '093320.172500', '093320.632500', '093321.092500', '093321.552500', '093322.012500', '093322.472500', '093322.932500', '093323.392500', '093323.852500', '093324.312500', '093324.772500', '093325.232500', '093325.692500', '093326.152500', '093326.612500', '093327.072500', '093327.532500', '093327.992500', '093328.452500', '093328.912500', '093329.372500', '093329.832500', '093330.292500', '093330.752500', '093331.212500', '093331.672500', '093332.132500', '093332.592500'], 'ContentTime': ['092653.755000', '092653.758000', '092653.761000', '092653.763000', '092653.766000', '092653.768000', '092653.771000', '092653.773000', '092653.776000', '092653.778000', '092653.781000', '092653.783000', '092653.786000', '092653.789000', '092653.791000', '092653.794000', '092653.796000', '092653.799000', '092653.801000', '092653.804000', '092653.807000', '092653.809000', '092653.812000', '092653.814000', '092653.817000', '092653.819000', '092653.822000', '092653.854000', '092653.857000', '092653.860000', '092653.862000', '092653.865000', '092653.867000', '092653.870000', '092653.872000', '092653.875000', '092653.877000', '092653.880000', '092653.882000', '092653.885000', '092653.887000', '092653.890000', '092713.720000', '092713.723000', '092713.726000', '092713.728000', '092713.731000', '092713.733000', '092713.736000', '092713.739000', '092713.741000', '092713.744000', '092713.746000', '092713.749000', '092713.751000', '092713.754000', '092713.756000', '092713.759000', '092713.761000', '092713.764000', '092713.767000', '092713.769000', '092713.772000', '092713.774000', '092713.777000', '092713.779000', '092713.782000', '092713.784000', '092713.787000', '092713.798000', '092713.800000', '092713.803000', '092713.805000', '092713.808000', '092713.810000', '092713.813000', '092713.815000', '092713.818000', '092713.820000', '092713.823000', '092713.826000', '092713.828000', '092713.831000', '092713.833000', '092713.836000', '092713.839000', '092733.722000', '092733.724000', '092733.727000', '092733.740000', '092733.743000', '092733.745000', '092733.748000', '092733.750000', '092733.753000', '092733.755000', '092733.758000', '092733.760000', '092733.763000', '092733.766000', '092733.769000', '092733.772000', '092733.775000', '092733.778000', '092733.780000', '092733.783000', '092733.786000', '092733.788000', '092733.791000', '092733.793000', '092733.796000', '092733.798000', '092733.801000', '092733.803000', '092733.806000', '092733.809000', '092733.811000', '092733.814000', '092733.816000', '092733.819000', '092733.821000', '092733.824000', '092733.827000', '092733.829000', '092733.832000', '092733.834000', '092733.837000', '092733.839000', '092733.842000', '092753.720000', '092753.723000', '092753.726000', '092753.728000', '092753.731000', '092753.733000', '092753.736000', '092753.738000', '092753.741000', '092753.743000', '092753.746000', '092753.749000', '092753.751000', '092753.754000', '092753.756000', '092753.759000', '092753.761000', '092753.764000', '092753.767000', '092753.769000', '092753.772000', '092753.774000', '092753.777000', '092753.779000', '092753.782000', '092753.784000', '092753.787000', '092753.790000', '092753.792000', '092753.795000', '092753.797000', '092753.800000', '092753.802000', '092753.805000', '092753.807000', '092753.810000', '092753.817000', '092753.819000', '092753.822000', '092753.824000', '092753.827000', '092753.830000', '092753.832000', '092753.835000', '092813.720000', '092813.723000', '092813.726000', '092813.728000', '092813.731000', '092813.734000', '092813.736000', '092813.739000', '092813.741000', '092813.744000', '092813.746000', '092813.749000', '092813.752000', '092813.754000', '092813.757000', '092813.759000', '092813.762000', '092813.765000', '092813.767000', '092813.770000', '092813.772000', '092813.775000', '092813.778000', '092813.780000', '092813.783000', '092813.785000', '092813.788000', '092813.791000', '092813.793000', '092813.796000', '092813.798000', '092813.801000', '092813.804000', '092813.806000', '092813.809000', '092813.812000', '092813.814000', '092813.817000', '092813.819000', '092813.822000', '092813.824000', '092813.827000', '092813.830000', '092833.721000', '092833.724000', '092833.726000', '092833.729000', '092833.731000', '092833.734000', '092833.736000', '092833.739000', '092833.741000', '092833.744000', '092833.747000', '092833.749000', '092833.752000', '092833.754000', '092833.757000', '092833.759000', '092833.762000', '092833.764000', '092833.767000', '092833.770000', '092833.772000', '092833.775000', '092833.777000', '092833.780000', '092833.782000', '092833.785000', '092833.787000', '092833.790000', '092833.792000', '092833.795000', '092833.798000', '092833.800000', '092833.803000', '092833.805000', '092833.808000', '092833.810000', '092833.813000', '092833.815000', '092833.818000', '092833.821000', '092833.823000', '092833.826000', '092833.828000', '092833.831000', '092853.721000', '092853.723000', '092853.726000', '092853.729000', '092853.731000', '092853.734000', '092853.736000', '092853.739000', '092853.741000', '092853.744000', '092853.747000', '092853.749000', '092853.752000', '092853.755000', '092853.757000', '092853.760000', '092853.762000', '092853.765000', '092853.767000', '092853.770000', '092853.773000', '092853.775000', '092853.778000', '092853.780000', '092853.783000', '092853.786000', '092853.788000', '092853.791000', '092853.793000', '092853.796000', '092853.798000', '092853.801000', '092853.804000', '092853.806000', '092853.810000', '092853.813000', '092853.815000', '092853.825000', '092853.828000', '092853.831000', '092853.833000', '092853.836000', '092853.838000', '092913.720000', '092913.723000', '092913.726000', '092913.728000', '092913.731000', '092913.734000', '092913.736000', '092913.739000', '092913.741000', '092913.744000', '092913.747000', '092913.749000', '092913.752000', '092913.754000', '092913.757000', '092913.759000', '092913.762000', '092913.764000', '092913.767000', '092913.770000', '092913.772000', '092913.775000', '092913.777000', '092913.780000', '092913.783000', '092913.785000', '092913.788000', '092913.790000', '092913.793000', '092913.795000', '092913.798000', '092913.800000', '092913.803000', '092913.806000', '092913.808000', '092913.811000', '092913.813000', '092913.816000', '092913.819000', '092913.821000', '092913.824000', '092913.826000', '092913.829000', '092913.832000', '092933.721000', '092933.723000', '092933.726000', '092933.729000', '092933.731000', '092933.734000', '092933.736000', '092933.739000', '092933.741000', '092933.744000', '092933.747000', '092933.749000', '092933.752000', '092933.754000', '092933.757000', '092933.759000', '092933.762000', '092933.764000', '092933.767000', '092933.770000', '092933.772000', '092933.777000', '092933.779000', '092933.782000', '092933.784000', '092933.787000', '092933.789000', '092933.792000', '092933.794000', '092933.798000', '092933.801000', '092933.804000', '092933.806000', '092933.809000', '092933.811000', '092933.814000', '092933.817000', '092933.819000', '092933.822000', '092933.824000', '092933.827000', '092933.830000', '092933.832000', '092953.722000', '092953.724000', '092953.727000', '092953.730000', '092953.732000', '092953.735000', '092953.737000', '092953.740000', '092953.743000', '092953.745000', '092953.748000', '092953.750000', '092953.753000', '092953.755000', '092953.758000', '092953.760000', '092953.763000', '092953.766000', '092953.768000', '092953.771000', '092953.773000', '092953.776000', '092953.779000', '092953.781000', '092953.784000', '092953.786000', '092953.789000', '092953.791000', '092953.794000', '092953.797000', '092953.799000', '092953.802000', '092953.804000', '092953.807000', '092953.809000', '092953.812000', '092953.815000', '092953.817000', '092953.820000', '092953.822000', '092953.825000', '092953.828000', '092953.830000', '092953.833000', '093013.721000', '093013.723000', '093013.726000', '093013.729000', '093013.731000', '093013.734000', '093013.736000', '093013.739000', '093013.742000', '093013.744000', '093013.747000', '093013.749000', '093013.752000', '093013.754000', '093013.757000', '093013.760000', '093013.762000', '093013.765000', '093013.767000', '093013.770000', '093013.772000', '093013.775000', '093013.778000', '093013.780000', '093013.783000', '093013.785000', '093013.788000', '093013.790000', '093013.793000', '093013.795000', '093013.798000', '093013.800000', '093013.803000', '093013.806000', '093013.808000', '093013.811000', '093013.813000', '093013.816000', '093013.818000', '093013.821000', '093013.824000', '093013.826000', '093013.829000', '093033.721000', '093033.723000', '093033.726000', '093033.729000', '093033.739000', '093033.742000', '093033.744000', '093033.747000', '093033.749000', '093033.752000', '093033.755000', '093033.757000', '093033.760000', '093033.762000', '093033.765000', '093033.768000', '093033.770000', '093033.773000', '093033.775000', '093033.778000', '093033.780000', '093033.783000', '093033.786000', '093033.788000', '093033.791000', '093033.793000', '093033.796000', '093033.798000', '093033.801000', '093033.803000', '093033.806000', '093033.809000', '093033.811000', '093033.814000', '093033.817000', '093033.819000', '093033.822000', '093033.824000', '093033.827000', '093033.829000', '093033.832000', '093033.834000', '093033.837000', '093033.840000', '093053.721000', '093053.723000', '093053.726000', '093053.729000', '093053.731000', '093053.734000', '093053.737000', '093053.739000', '093053.742000', '093053.744000', '093053.747000', '093053.749000', '093053.752000', '093053.754000', '093053.757000', '093053.760000', '093053.762000', '093053.765000', '093053.767000', '093053.770000', '093053.773000', '093053.775000', '093053.778000', '093053.780000', '093053.783000', '093053.785000', '093053.788000', '093053.790000', '093053.793000', '093053.796000', '093053.798000', '093053.801000', '093053.803000', '093053.806000', '093053.808000', '093053.811000', '093053.814000', '093053.816000', '093053.819000', '093053.821000', '093053.824000', '093053.827000', '093053.830000', '093113.720000', '093113.723000', '093113.726000', '093113.729000', '093113.731000', '093113.734000', '093113.736000', '093113.739000', '093113.741000', '093113.744000', '093113.746000', '093113.749000', '093113.752000', '093113.754000', '093113.757000', '093113.759000', '093113.762000', '093113.765000', '093113.767000', '093113.770000', '093113.772000', '093113.775000', '093113.778000', '093113.780000', '093113.783000', '093113.785000', '093113.788000', '093113.790000', '093113.793000', '093113.795000', '093113.798000', '093113.801000', '093113.803000', '093113.806000', '093113.808000', '093113.811000', '093113.813000', '093113.816000', '093113.819000', '093113.821000', '093113.824000', '093113.826000', '093113.829000', '093113.831000', '093133.720000', '093133.723000', '093133.726000', '093133.729000', '093133.731000', '093133.734000', '093133.736000', '093133.739000', '093133.741000', '093133.744000', '093133.746000', '093133.749000', '093133.752000', '093133.754000', '093133.757000', '093133.759000', '093133.762000', '093133.764000', '093133.767000', '093133.770000', '093133.772000', '093133.775000', '093133.777000', '093133.780000', '093133.782000', '093133.785000', '093133.788000', '093133.790000', '093133.793000', '093133.795000', '093133.798000', '093133.800000', '093133.803000', '093133.806000', '093133.808000', '093133.811000', '093133.813000', '093133.816000', '093133.818000', '093133.821000', '093133.823000', '093133.826000', '093133.829000', '093153.720000', '093153.723000', '093153.726000', '093153.729000', '093153.731000', '093153.734000', '093153.736000', '093153.739000', '093153.741000', '093153.744000', '093153.747000', '093153.749000', '093153.752000', '093153.754000', '093153.757000', '093153.760000', '093153.762000', '093153.765000', '093153.767000', '093153.770000', '093153.773000', '093153.775000', '093153.778000', '093153.780000', '093153.783000', '093153.785000', '093153.788000', '093153.791000', '093153.793000', '093153.796000', '093153.799000', '093153.801000', '093153.804000', '093153.806000', '093153.809000', '093153.811000', '093153.814000', '093153.817000', '093153.819000', '093153.822000', '093153.824000', '093153.827000', '093153.829000', '093153.832000', '093213.722000', '093213.725000', '093213.727000', '093213.730000', '093213.732000', '093213.735000', '093213.738000', '093213.740000', '093213.743000', '093213.745000', '093213.748000', '093213.750000', '093213.753000', '093213.756000', '093213.758000', '093213.761000', '093213.763000', '093213.766000', '093213.769000', '093213.771000', '093213.774000', '093213.776000', '093213.779000', '093213.781000', '093213.784000', '093213.787000', '093213.789000', '093213.792000', '093213.795000', '093213.797000', '093213.800000', '093213.802000', '093213.805000', '093213.808000', '093213.810000', '093213.813000', '093213.815000', '093213.818000', '093213.820000', '093213.823000', '093213.826000', '093213.828000', '093213.831000', '093233.721000', '093233.723000', '093233.726000', '093233.728000', '093233.731000', '093233.734000', '093233.736000', '093233.739000', '093233.742000', '093233.744000', '093233.747000', '093233.749000', '093233.752000', '093233.754000', '093233.757000', '093233.760000', '093233.762000', '093233.765000', '093233.767000', '093233.770000', '093233.773000', '093233.775000', '093233.778000', '093233.780000', '093233.783000', '093233.785000', '093233.788000', '093233.790000', '093233.793000', '093233.796000', '093233.798000', '093233.801000', '093233.803000', '093233.806000', '093233.808000', '093233.811000', '093233.813000', '093233.816000', '093233.819000', '093233.821000', '093233.824000', '093233.826000', '093233.829000', '093233.832000', '093253.721000', '093253.723000', '093253.726000', '093253.729000', '093253.731000', '093253.734000', '093253.736000', '093253.739000', '093253.741000', '093253.744000', '093253.746000', '093253.749000', '093253.752000', '093253.754000', '093253.757000', '093253.759000', '093253.762000', '093253.765000', '093253.767000', '093253.770000', '093253.772000', '093253.775000', '093253.777000', '093253.780000', '093253.782000', '093253.785000', '093253.788000', '093253.790000', '093253.793000', '093253.795000', '093253.798000', '093253.801000', '093253.803000', '093253.806000', '093253.808000', '093253.811000', '093253.813000', '093253.816000', '093253.818000', '093253.821000', '093253.824000', '093253.826000', '093253.829000', '093313.720000', '093313.723000', '093313.726000', '093313.728000', '093313.731000', '093313.734000', '093313.736000', '093313.739000', '093313.741000', '093313.744000', '093313.746000', '093313.749000', '093313.752000', '093313.754000', '093313.757000', '093313.759000', '093313.762000', '093313.765000', '093313.767000', '093313.770000', '093313.772000', '093313.775000', '093313.777000', '093313.780000', '093313.783000', '093313.785000', '093313.788000', '093313.790000', '093313.793000', '093313.796000', '093313.798000', '093313.801000', '093313.803000', '093313.806000', '093313.809000', '093313.811000', '093313.814000', '093313.816000', '093313.819000', '093313.821000', '093313.830000', '093313.832000', '093313.835000', '093313.838000', '093333.720000', '093333.723000', '093333.726000', '093333.729000', '093333.731000', '093333.734000', '093333.736000', '093333.739000', '093333.741000', '093333.744000', '093333.747000', '093333.749000', '093333.752000', '093333.754000', '093333.757000', '093333.760000', '093333.762000', '093333.765000', '093333.767000', '093333.770000', '093333.772000', '093333.775000', '093333.778000', '093333.780000', '093333.783000', '093333.785000', '093333.788000', '093333.791000', '093333.793000', '093333.796000', '093333.798000', '093333.801000', '093333.803000', '093333.806000', '093333.809000', '093333.811000', '093333.814000', '093333.816000', '093333.819000', '093333.822000', '093333.824000', '093333.827000', '093333.829000', '093334.405000', '093334.408000'], 'InstanceCreationTime': ['092653.755000', '092653.758000', '092653.761000', '092653.763000', '092653.766000', '092653.768000', '092653.771000', '092653.773000', '092653.776000', '092653.778000', '092653.781000', '092653.783000', '092653.786000', '092653.789000', '092653.791000', '092653.794000', '092653.796000', '092653.799000', '092653.801000', '092653.804000', '092653.807000', '092653.809000', '092653.812000', '092653.814000', '092653.817000', '092653.819000', '092653.822000', '092653.854000', '092653.857000', '092653.860000', '092653.862000', '092653.865000', '092653.867000', '092653.870000', '092653.872000', '092653.875000', '092653.877000', '092653.880000', '092653.882000', '092653.885000', '092653.887000', '092653.890000', '092713.720000', '092713.723000', '092713.726000', '092713.728000', '092713.731000', '092713.733000', '092713.736000', '092713.739000', '092713.741000', '092713.744000', '092713.746000', '092713.749000', '092713.751000', '092713.754000', '092713.756000', '092713.759000', '092713.761000', '092713.764000', '092713.767000', '092713.769000', '092713.772000', '092713.774000', '092713.777000', '092713.779000', '092713.782000', '092713.784000', '092713.787000', '092713.798000', '092713.800000', '092713.803000', '092713.805000', '092713.808000', '092713.810000', '092713.813000', '092713.815000', '092713.818000', '092713.820000', '092713.823000', '092713.826000', '092713.828000', '092713.831000', '092713.833000', '092713.836000', '092713.839000', '092733.722000', '092733.724000', '092733.727000', '092733.740000', '092733.743000', '092733.745000', '092733.748000', '092733.750000', '092733.753000', '092733.755000', '092733.758000', '092733.760000', '092733.763000', '092733.766000', '092733.769000', '092733.772000', '092733.775000', '092733.778000', '092733.780000', '092733.783000', '092733.786000', '092733.788000', '092733.791000', '092733.793000', '092733.796000', '092733.798000', '092733.801000', '092733.803000', '092733.806000', '092733.809000', '092733.811000', '092733.814000', '092733.816000', '092733.819000', '092733.821000', '092733.824000', '092733.827000', '092733.829000', '092733.832000', '092733.834000', '092733.837000', '092733.839000', '092733.842000', '092753.720000', '092753.723000', '092753.726000', '092753.728000', '092753.731000', '092753.733000', '092753.736000', '092753.738000', '092753.741000', '092753.743000', '092753.746000', '092753.749000', '092753.751000', '092753.754000', '092753.756000', '092753.759000', '092753.761000', '092753.764000', '092753.767000', '092753.769000', '092753.772000', '092753.774000', '092753.777000', '092753.779000', '092753.782000', '092753.784000', '092753.787000', '092753.790000', '092753.792000', '092753.795000', '092753.797000', '092753.800000', '092753.802000', '092753.805000', '092753.807000', '092753.810000', '092753.817000', '092753.819000', '092753.822000', '092753.824000', '092753.827000', '092753.830000', '092753.832000', '092753.835000', '092813.720000', '092813.723000', '092813.726000', '092813.728000', '092813.731000', '092813.734000', '092813.736000', '092813.739000', '092813.741000', '092813.744000', '092813.746000', '092813.749000', '092813.752000', '092813.754000', '092813.757000', '092813.759000', '092813.762000', '092813.765000', '092813.767000', '092813.770000', '092813.772000', '092813.775000', '092813.778000', '092813.780000', '092813.783000', '092813.785000', '092813.788000', '092813.791000', '092813.793000', '092813.796000', '092813.798000', '092813.801000', '092813.804000', '092813.806000', '092813.809000', '092813.812000', '092813.814000', '092813.817000', '092813.819000', '092813.822000', '092813.824000', '092813.827000', '092813.830000', '092833.721000', '092833.724000', '092833.726000', '092833.729000', '092833.731000', '092833.734000', '092833.736000', '092833.739000', '092833.741000', '092833.744000', '092833.747000', '092833.749000', '092833.752000', '092833.754000', '092833.757000', '092833.759000', '092833.762000', '092833.764000', '092833.767000', '092833.770000', '092833.772000', '092833.775000', '092833.777000', '092833.780000', '092833.782000', '092833.785000', '092833.787000', '092833.790000', '092833.792000', '092833.795000', '092833.798000', '092833.800000', '092833.803000', '092833.805000', '092833.808000', '092833.810000', '092833.813000', '092833.815000', '092833.818000', '092833.821000', '092833.823000', '092833.826000', '092833.828000', '092833.831000', '092853.721000', '092853.723000', '092853.726000', '092853.729000', '092853.731000', '092853.734000', '092853.736000', '092853.739000', '092853.741000', '092853.744000', '092853.747000', '092853.749000', '092853.752000', '092853.755000', '092853.757000', '092853.760000', '092853.762000', '092853.765000', '092853.767000', '092853.770000', '092853.773000', '092853.775000', '092853.778000', '092853.780000', '092853.783000', '092853.786000', '092853.788000', '092853.791000', '092853.793000', '092853.796000', '092853.798000', '092853.801000', '092853.804000', '092853.806000', '092853.810000', '092853.813000', '092853.815000', '092853.825000', '092853.828000', '092853.831000', '092853.833000', '092853.836000', '092853.838000', '092913.720000', '092913.723000', '092913.726000', '092913.728000', '092913.731000', '092913.734000', '092913.736000', '092913.739000', '092913.741000', '092913.744000', '092913.747000', '092913.749000', '092913.752000', '092913.754000', '092913.757000', '092913.759000', '092913.762000', '092913.764000', '092913.767000', '092913.770000', '092913.772000', '092913.775000', '092913.777000', '092913.780000', '092913.783000', '092913.785000', '092913.788000', '092913.790000', '092913.793000', '092913.795000', '092913.798000', '092913.800000', '092913.803000', '092913.806000', '092913.808000', '092913.811000', '092913.813000', '092913.816000', '092913.819000', '092913.821000', '092913.824000', '092913.826000', '092913.829000', '092913.832000', '092933.721000', '092933.723000', '092933.726000', '092933.729000', '092933.731000', '092933.734000', '092933.736000', '092933.739000', '092933.741000', '092933.744000', '092933.747000', '092933.749000', '092933.752000', '092933.754000', '092933.757000', '092933.759000', '092933.762000', '092933.764000', '092933.767000', '092933.770000', '092933.772000', '092933.777000', '092933.779000', '092933.782000', '092933.784000', '092933.787000', '092933.789000', '092933.792000', '092933.794000', '092933.798000', '092933.801000', '092933.804000', '092933.806000', '092933.809000', '092933.811000', '092933.814000', '092933.817000', '092933.819000', '092933.822000', '092933.824000', '092933.827000', '092933.830000', '092933.832000', '092953.722000', '092953.724000', '092953.727000', '092953.730000', '092953.732000', '092953.735000', '092953.737000', '092953.740000', '092953.743000', '092953.745000', '092953.748000', '092953.750000', '092953.753000', '092953.755000', '092953.758000', '092953.760000', '092953.763000', '092953.766000', '092953.768000', '092953.771000', '092953.773000', '092953.776000', '092953.779000', '092953.781000', '092953.784000', '092953.786000', '092953.789000', '092953.791000', '092953.794000', '092953.797000', '092953.799000', '092953.802000', '092953.804000', '092953.807000', '092953.809000', '092953.812000', '092953.815000', '092953.817000', '092953.820000', '092953.822000', '092953.825000', '092953.828000', '092953.830000', '092953.833000', '093013.721000', '093013.723000', '093013.726000', '093013.729000', '093013.731000', '093013.734000', '093013.736000', '093013.739000', '093013.742000', '093013.744000', '093013.747000', '093013.749000', '093013.752000', '093013.754000', '093013.757000', '093013.760000', '093013.762000', '093013.765000', '093013.767000', '093013.770000', '093013.772000', '093013.775000', '093013.778000', '093013.780000', '093013.783000', '093013.785000', '093013.788000', '093013.790000', '093013.793000', '093013.795000', '093013.798000', '093013.800000', '093013.803000', '093013.806000', '093013.808000', '093013.811000', '093013.813000', '093013.816000', '093013.818000', '093013.821000', '093013.824000', '093013.826000', '093013.829000', '093033.721000', '093033.723000', '093033.726000', '093033.729000', '093033.739000', '093033.742000', '093033.744000', '093033.747000', '093033.749000', '093033.752000', '093033.755000', '093033.757000', '093033.760000', '093033.762000', '093033.765000', '093033.768000', '093033.770000', '093033.773000', '093033.775000', '093033.778000', '093033.780000', '093033.783000', '093033.786000', '093033.788000', '093033.791000', '093033.793000', '093033.796000', '093033.798000', '093033.801000', '093033.803000', '093033.806000', '093033.809000', '093033.811000', '093033.814000', '093033.817000', '093033.819000', '093033.822000', '093033.824000', '093033.827000', '093033.829000', '093033.832000', '093033.834000', '093033.837000', '093033.840000', '093053.721000', '093053.723000', '093053.726000', '093053.729000', '093053.731000', '093053.734000', '093053.737000', '093053.739000', '093053.742000', '093053.744000', '093053.747000', '093053.749000', '093053.752000', '093053.754000', '093053.757000', '093053.760000', '093053.762000', '093053.765000', '093053.767000', '093053.770000', '093053.773000', '093053.775000', '093053.778000', '093053.780000', '093053.783000', '093053.785000', '093053.788000', '093053.790000', '093053.793000', '093053.796000', '093053.798000', '093053.801000', '093053.803000', '093053.806000', '093053.808000', '093053.811000', '093053.814000', '093053.816000', '093053.819000', '093053.821000', '093053.824000', '093053.827000', '093053.830000', '093113.720000', '093113.723000', '093113.726000', '093113.729000', '093113.731000', '093113.734000', '093113.736000', '093113.739000', '093113.741000', '093113.744000', '093113.746000', '093113.749000', '093113.752000', '093113.754000', '093113.757000', '093113.759000', '093113.762000', '093113.765000', '093113.767000', '093113.770000', '093113.772000', '093113.775000', '093113.778000', '093113.780000', '093113.783000', '093113.785000', '093113.788000', '093113.790000', '093113.793000', '093113.795000', '093113.798000', '093113.801000', '093113.803000', '093113.806000', '093113.808000', '093113.811000', '093113.813000', '093113.816000', '093113.819000', '093113.821000', '093113.824000', '093113.826000', '093113.829000', '093113.831000', '093133.720000', '093133.723000', '093133.726000', '093133.729000', '093133.731000', '093133.734000', '093133.736000', '093133.739000', '093133.741000', '093133.744000', '093133.746000', '093133.749000', '093133.752000', '093133.754000', '093133.757000', '093133.759000', '093133.762000', '093133.764000', '093133.767000', '093133.770000', '093133.772000', '093133.775000', '093133.777000', '093133.780000', '093133.782000', '093133.785000', '093133.788000', '093133.790000', '093133.793000', '093133.795000', '093133.798000', '093133.800000', '093133.803000', '093133.806000', '093133.808000', '093133.811000', '093133.813000', '093133.816000', '093133.818000', '093133.821000', '093133.823000', '093133.826000', '093133.829000', '093153.720000', '093153.723000', '093153.726000', '093153.729000', '093153.731000', '093153.734000', '093153.736000', '093153.739000', '093153.741000', '093153.744000', '093153.747000', '093153.749000', '093153.752000', '093153.754000', '093153.757000', '093153.760000', '093153.762000', '093153.765000', '093153.767000', '093153.770000', '093153.773000', '093153.775000', '093153.778000', '093153.780000', '093153.783000', '093153.785000', '093153.788000', '093153.791000', '093153.793000', '093153.796000', '093153.799000', '093153.801000', '093153.804000', '093153.806000', '093153.809000', '093153.811000', '093153.814000', '093153.817000', '093153.819000', '093153.822000', '093153.824000', '093153.827000', '093153.829000', '093153.832000', '093213.722000', '093213.725000', '093213.727000', '093213.730000', '093213.732000', '093213.735000', '093213.738000', '093213.740000', '093213.743000', '093213.745000', '093213.748000', '093213.750000', '093213.753000', '093213.756000', '093213.758000', '093213.761000', '093213.763000', '093213.766000', '093213.769000', '093213.771000', '093213.774000', '093213.776000', '093213.779000', '093213.781000', '093213.784000', '093213.787000', '093213.789000', '093213.792000', '093213.795000', '093213.797000', '093213.800000', '093213.802000', '093213.805000', '093213.808000', '093213.810000', '093213.813000', '093213.815000', '093213.818000', '093213.820000', '093213.823000', '093213.826000', '093213.828000', '093213.831000', '093233.721000', '093233.723000', '093233.726000', '093233.728000', '093233.731000', '093233.734000', '093233.736000', '093233.739000', '093233.742000', '093233.744000', '093233.747000', '093233.749000', '093233.752000', '093233.754000', '093233.757000', '093233.760000', '093233.762000', '093233.765000', '093233.767000', '093233.770000', '093233.773000', '093233.775000', '093233.778000', '093233.780000', '093233.783000', '093233.785000', '093233.788000', '093233.790000', '093233.793000', '093233.796000', '093233.798000', '093233.801000', '093233.803000', '093233.806000', '093233.808000', '093233.811000', '093233.813000', '093233.816000', '093233.819000', '093233.821000', '093233.824000', '093233.826000', '093233.829000', '093233.832000', '093253.721000', '093253.723000', '093253.726000', '093253.729000', '093253.731000', '093253.734000', '093253.736000', '093253.739000', '093253.741000', '093253.744000', '093253.746000', '093253.749000', '093253.752000', '093253.754000', '093253.757000', '093253.759000', '093253.762000', '093253.765000', '093253.767000', '093253.770000', '093253.772000', '093253.775000', '093253.777000', '093253.780000', '093253.782000', '093253.785000', '093253.788000', '093253.790000', '093253.793000', '093253.795000', '093253.798000', '093253.801000', '093253.803000', '093253.806000', '093253.808000', '093253.811000', '093253.813000', '093253.816000', '093253.818000', '093253.821000', '093253.824000', '093253.826000', '093253.829000', '093313.720000', '093313.723000', '093313.726000', '093313.728000', '093313.731000', '093313.734000', '093313.736000', '093313.739000', '093313.741000', '093313.744000', '093313.746000', '093313.749000', '093313.752000', '093313.754000', '093313.757000', '093313.759000', '093313.762000', '093313.765000', '093313.767000', '093313.770000', '093313.772000', '093313.775000', '093313.777000', '093313.780000', '093313.783000', '093313.785000', '093313.788000', '093313.790000', '093313.793000', '093313.796000', '093313.798000', '093313.801000', '093313.803000', '093313.806000', '093313.809000', '093313.811000', '093313.814000', '093313.816000', '093313.819000', '093313.821000', '093313.830000', '093313.832000', '093313.835000', '093313.838000', '093333.720000', '093333.723000', '093333.726000', '093333.729000', '093333.731000', '093333.734000', '093333.736000', '093333.739000', '093333.741000', '093333.744000', '093333.747000', '093333.749000', '093333.752000', '093333.754000', '093333.757000', '093333.760000', '093333.762000', '093333.765000', '093333.767000', '093333.770000', '093333.772000', '093333.775000', '093333.778000', '093333.780000', '093333.783000', '093333.785000', '093333.788000', '093333.791000', '093333.793000', '093333.796000', '093333.798000', '093333.801000', '093333.803000', '093333.806000', '093333.809000', '093333.811000', '093333.814000', '093333.816000', '093333.819000', '093333.822000', '093333.824000', '093333.827000', '093333.829000', '093334.405000', '093334.408000'], '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], 'LargestImagePixelValue': [11521, 13784, 11182, 17042, 11477, 12987, 12856, 10378, 13628, 10685, 13255, 11000, 13491, 10699, 14268, 10206, 12349, 10568, 12195, 11977, 12242, 14489, 11398, 15355, 11235, 15076, 11230, 13046, 11365, 12963, 10825, 13307, 10639, 12780, 10150, 12965, 10236, 14112, 10839, 13828, 10117, 13138, 10154, 13671, 10912, 13558, 10572, 13159, 9611, 12923, 10458, 12488, 10448, 12964, 10692, 15283, 11768, 11241, 12838, 9622, 12791, 10058, 13734, 10283, 13079, 9689, 13147, 9987, 13090, 10904, 13692, 9612, 13631, 9592, 12937, 9311, 12440, 9731, 13056, 10376, 13338, 10337, 13288, 10709, 13141, 10731, 12498, 16770, 11564, 14258, 10882, 13937, 10350, 13161, 10694, 12484, 10690, 12959, 10630, 12214, 10502, 12095, 11471, 14188, 12004, 14747, 11403, 14830, 11185, 14407, 11342, 15005, 11454, 14493, 10690, 13939, 10973, 13001, 10926, 13118, 10451, 13376, 10955, 9306, 11943, 10941, 12660, 11295, 9462, 12822, 15669, 11136, 14232, 10850, 13767, 11040, 13309, 15508, 12724, 16629, 12391, 16148, 12867, 15245, 12247, 10784, 13421, 10113, 12733, 10975, 12199, 12316, 12372, 13615, 12633, 14177, 12226, 14782, 11712, 13589, 11971, 12824, 12246, 14387, 10936, 10447, 11232, 11552, 11861, 12177, 14174, 12507, 14075, 11473, 14781, 11821, 15362, 12242, 11561, 13059, 10989, 13506, 12050, 13811, 11935, 16032, 11593, 11367, 12270, 11993, 13698, 10902, 10415, 13000, 11400, 11474, 12859, 11776, 10963, 13735, 11655, 13788, 11618, 14976, 12056, 15145, 12763, 11875, 14161, 11594, 11521, 12241, 14717, 11723, 11958, 12670, 12289, 12487, 12864, 11949, 12712, 12779, 12701, 14669, 12342, 13175, 11302, 12668, 14599, 12882, 11338, 11719, 12077, 11597, 11485, 12140, 10825, 10296, 11645, 11225, 12908, 10971, 10853, 12614, 9467, 13235, 14395, 14113, 13362, 10849, 13131, 10395, 14272, 10819, 14354, 10931, 14489, 10946, 14322, 10049, 12140, 9848, 12843, 10769, 10828, 11475, 9727, 10971, 10229, 11564, 11625, 12955, 10405, 13567, 10216, 13896, 10776, 14555, 9943, 12544, 10579, 12328, 14462, 11955, 13953, 11226, 12873, 10975, 12270, 9076, 12854, 10206, 13020, 9512, 13380, 12137, 13016, 11571, 11458, 14399, 12060, 13601, 17134, 12299, 16625, 11572, 14916, 10989, 13926, 11595, 15276, 14257, 14416, 12250, 10527, 10832, 12217, 12549, 11273, 11098, 11473, 13630, 13050, 13346, 13259, 11779, 13765, 11673, 13888, 11411, 13801, 13901, 13670, 14736, 13357, 14574, 12482, 13897, 10802, 13145, 11026, 12405, 10161, 10958, 10743, 10770, 9860, 10703, 9471, 11947, 9658, 12513, 10463, 11649, 11194, 12886, 9954, 12500, 10753, 11790, 10987, 11355, 10400, 12584, 11207, 15645, 11319, 10453, 11159, 12639, 10633, 10734, 12924, 12343, 11031, 16843, 11859, 13694, 11709, 14547, 11513, 15537, 10924, 15449, 12397, 15882, 12699, 14966, 12562, 13809, 12475, 12361, 12654, 12099, 12562, 13036, 12094, 12046, 13020, 11694, 13033, 12214, 12582, 11861, 11622, 11289, 11482, 10674, 11400, 10587, 11030, 11841, 12658, 10122, 13155, 10050, 13227, 9983, 12211, 10776, 13895, 11853, 14205, 11447, 14669, 10095, 12294, 10964, 13689, 11779, 10706, 12478, 8537, 13234, 9438, 13022, 9756, 14135, 9958, 14053, 9839, 13544, 10352, 14523, 10046, 14229, 9583, 12531, 10511, 11288, 11592, 12476, 11619, 10884, 13116, 11592, 12144, 12449, 11902, 13199, 11936, 14660, 12420, 15332, 12140, 15935, 13816, 15713, 13125, 15052, 12377, 15300, 11928, 15193, 11137, 12286, 11723, 8745, 13227, 9915, 14307, 16104, 12128, 15464, 11127, 14717, 10366, 14636, 11173, 14534, 11067, 12033, 10642, 14088, 11343, 14509, 10325, 14624, 9618, 14184, 10762, 14022, 9760, 10817, 10486, 10926, 9473, 10382, 9673, 10673, 11953, 12642, 13265, 12650, 17741, 11284, 15469, 11493, 14610, 12392, 16066, 11711, 13541, 12465, 9347, 11122, 9966, 14227, 11718, 10925, 10861, 10658, 13116, 10081, 13761, 10248, 13628, 10232, 13535, 10675, 15651, 11175, 10254, 13819, 9870, 11763, 10087, 8803, 11070, 10863, 14211, 11124, 14073, 12413, 15947, 11061, 16021, 12665, 15036, 10868, 9982, 11495, 11093, 12600, 12482, 14306, 12633, 14260, 12363, 14024, 11213, 10651, 12539, 9364, 12424, 9398, 12083, 9453, 12183, 9720, 12107, 10413, 10772, 8954, 11877, 9163, 9600, 11161, 8806, 12917, 9069, 13142, 9717, 13744, 11083, 16229, 11822, 14837, 11843, 16137, 12136, 15960, 12196, 17225, 12444, 15347, 12187, 15037, 12198, 15289, 12193, 14191, 11810, 12553, 11626, 14160, 11957, 13772, 11735, 11211, 10989, 10580, 14689, 11615, 12894, 12512, 14615, 12082, 15272, 12385, 14083, 13459, 10776, 13034, 11370, 13690, 11651, 15054, 11692, 15089, 12657, 13120, 11426, 12870, 11495, 12671, 12763, 12505, 11615, 11801, 12456, 11428, 13506, 12427, 13088, 10825, 12914, 12413, 11365, 13607, 13526, 13509, 11846, 13879, 15151, 13746, 17759, 13464, 17298, 13617, 18168, 13830, 17832, 13976, 13927, 13611, 11450, 11638, 14022, 15158, 12969, 12267, 13311, 13229, 12437, 12407, 12699, 15210, 13518, 16784, 12800, 11680, 12732, 11968, 11868, 11131, 11467, 10751, 11392, 10658, 11087, 11077, 11490, 11615, 12262, 14018, 13223, 15680, 13071, 14599, 13047, 14716, 12394, 13735, 12101, 12570, 11386, 13565, 11305, 13146, 10953, 11585, 10395, 11875, 10718, 13210, 11427, 14248, 11232, 12465, 12253, 12467, 9791, 10134, 10602, 8684, 8344, 9844, 10187, 14492, 10929, 12210, 11849, 10213, 11928, 10981, 15212, 11806, 12470, 11584, 11846, 15531, 12975, 11966, 12407, 13002, 13466, 15341, 11836, 16701, 14469, 17152, 14488, 15984, 13098, 16399, 12440, 14529, 12073, 11948, 11807, 11182, 12378, 11252, 13112, 12100, 13142, 12226, 14877, 11142, 10785, 12118, 10280, 12251, 11161, 11942, 15103, 11412, 13636, 10919, 12836, 11018, 11704, 10281, 11260, 9852, 11469, 9955, 11007, 9327, 10551, 9607, 12368, 11194, 15540, 13542, 16735, 13456, 12461, 10760, 13797, 11752, 15550, 11596, 9335, 12924, 11259, 16668, 11911, 13996, 11508, 11536, 12529, 11929, 16120, 12602, 13385, 13550, 12865, 16579, 13930, 17171, 13092, 10666, 11249, 12636, 11525, 12992, 13391, 12985, 13374, 12530, 12596, 12234, 11964, 11142, 12289, 11533, 11935, 11006, 12341, 9970, 10892, 11838, 12235, 11267, 10533, 14196, 14997, 14072, 13290, 13700, 14368, 11807, 12269, 12105, 10362, 12752, 10247, 11797, 11578, 13067, 12521, 13938, 12357, 9901, 12070, 10627, 12101, 10903, 12197, 11453, 13872, 12439, 14531, 12801, 14389, 12744, 15164, 12868, 14648, 11985, 14276, 11119, 10718, 10551, 9788, 11277, 9795, 8585, 11901, 9223, 12181, 9160, 14442, 10910, 14053, 11722, 15389, 10045, 15310, 11467, 13297, 13935], 'WindowCenter': [5017.0, 5021.0, 4977.0, 5000.0, 4960.0, 4968.0, 4970.0, 4941.0, 4981.0, 4941.0, 4970.0, 4940.0, 4968.0, 4941.0, 4980.0, 4929.0, 4957.0, 4935.0, 4948.0, 4944.0, 4948.0, 4965.0, 4946.0, 4974.0, 4948.0, 4976.0, 4961.0, 4967.0, 4960.0, 4979.0, 4960.0, 4979.0, 4954.0, 4970.0, 4955.0, 4979.0, 4951.0, 4979.0, 4961.0, 4981.0, 4951.0, 4969.0, 4953.0, 4980.0, 4950.0, 4981.0, 4951.0, 4968.0, 4940.0, 4970.0, 4954.0, 4972.0, 4952.0, 4980.0, 4963.0, 5015.0, 4989.0, 4987.0, 4999.0, 4956.0, 4997.0, 4968.0, 4998.0, 4967.0, 4986.0, 4945.0, 4984.0, 4958.0, 4994.0, 4964.0, 4993.0, 4943.0, 4993.0, 4942.0, 4983.0, 4942.0, 4974.0, 4941.0, 4979.0, 4951.0, 4983.0, 4953.0, 4994.0, 4951.0, 4982.0, 4951.0, 4971.0, 4989.0, 4959.0, 4978.0, 4949.0, 4968.0, 4938.0, 4966.0, 4938.0, 4969.0, 4950.0, 4972.0, 4950.0, 4973.0, 4952.0, 4971.0, 4974.0, 4992.0, 4985.0, 5003.0, 4987.0, 5016.0, 4988.0, 5006.0, 4977.0, 5003.0, 4975.0, 4991.0, 4950.0, 4983.0, 4951.0, 4981.0, 4966.0, 4982.0, 4966.0, 5010.0, 5006.0, 4985.0, 4986.0, 4963.0, 4980.0, 4974.0, 4958.0, 4998.0, 5017.0, 4967.0, 4995.0, 4953.0, 4981.0, 4949.0, 4970.0, 4975.0, 4967.0, 4984.0, 4955.0, 4985.0, 4958.0, 4975.0, 4945.0, 4933.0, 4952.0, 4923.0, 4956.0, 4935.0, 4955.0, 4942.0, 4956.0, 4966.0, 4958.0, 4963.0, 4956.0, 4964.0, 4946.0, 4964.0, 4959.0, 4968.0, 4958.0, 4964.0, 4948.0, 4964.0, 4960.0, 4949.0, 4958.0, 4983.0, 4992.0, 4985.0, 4993.0, 4963.0, 4981.0, 4959.0, 4977.0, 4960.0, 4948.0, 4970.0, 4951.0, 4981.0, 4960.0, 4979.0, 4947.0, 4960.0, 4945.0, 4958.0, 4968.0, 4941.0, 4951.0, 4947.0, 4946.0, 4966.0, 4962.0, 4974.0, 4956.0, 4955.0, 4962.0, 4981.0, 4960.0, 4978.0, 4962.0, 4988.0, 4961.0, 4988.0, 4969.0, 4947.0, 4953.0, 4940.0, 4935.0, 4944.0, 4961.0, 4944.0, 4944.0, 4953.0, 4944.0, 4954.0, 4969.0, 4960.0, 4967.0, 4956.0, 4955.0, 4965.0, 4942.0, 4953.0, 4931.0, 4953.0, 4973.0, 4955.0, 4933.0, 4933.0, 4942.0, 4942.0, 4945.0, 4956.0, 4950.0, 4940.0, 4960.0, 4911.0, 4945.0, 4960.0, 4959.0, 4990.0, 4962.0, 4980.0, 4994.0, 4981.0, 4966.0, 4957.0, 4962.0, 4933.0, 4970.0, 4942.0, 4971.0, 4931.0, 4969.0, 4930.0, 4971.0, 4920.0, 4938.0, 4920.0, 4959.0, 4955.0, 4967.0, 4977.0, 4961.0, 4968.0, 4969.0, 4977.0, 4978.0, 4987.0, 4958.0, 4986.0, 4972.0, 4998.0, 4970.0, 4997.0, 4947.0, 4976.0, 4944.0, 4975.0, 4982.0, 4964.0, 4983.0, 4964.0, 4974.0, 4965.0, 4974.0, 4949.0, 4988.0, 4958.0, 4985.0, 4947.0, 4988.0, 5032.0, 5017.0, 4998.0, 4959.0, 4978.0, 4947.0, 4968.0, 4982.0, 4925.0, 5008.0, 4983.0, 4998.0, 4999.0, 4983.0, 4940.0, 4966.0, 4981.0, 4966.0, 4989.0, 4968.0, 4943.0, 4963.0, 5000.0, 4978.0, 4979.0, 4965.0, 4998.0, 4987.0, 5001.0, 4991.0, 4979.0, 4998.0, 4980.0, 4999.0, 4978.0, 4998.0, 4984.0, 4984.0, 4982.0, 4971.0, 4970.0, 4949.0, 4958.0, 4929.0, 4958.0, 4928.0, 4947.0, 4917.0, 4927.0, 4939.0, 4940.0, 4943.0, 4954.0, 4946.0, 4976.0, 4959.0, 4989.0, 4970.0, 4993.0, 4969.0, 4977.0, 4958.0, 4988.0, 4983.0, 4978.0, 4954.0, 4967.0, 4959.0, 5007.0, 5010.0, 5023.0, 4983.0, 4973.0, 4982.0, 4965.0, 4931.0, 4932.0, 4951.0, 4954.0, 4932.0, 4982.0, 4966.0, 4974.0, 4953.0, 4960.0, 4940.0, 4968.0, 4929.0, 4972.0, 4953.0, 4971.0, 4949.0, 4969.0, 4937.0, 4933.0, 4911.0, 4922.0, 4921.0, 4910.0, 4921.0, 4920.0, 4922.0, 4920.0, 4932.0, 4924.0, 4934.0, 4896.0, 4896.0, 4873.0, 4886.0, 4902.0, 4942.0, 4919.0, 4929.0, 4931.0, 4942.0, 4955.0, 4974.0, 4944.0, 4961.0, 4935.0, 4952.0, 4922.0, 4981.0, 4985.0, 4973.0, 4902.0, 4911.0, 4903.0, 4975.0, 4919.0, 4949.0, 4945.0, 4972.0, 4953.0, 4944.0, 4961.0, 4884.0, 4945.0, 4921.0, 4961.0, 4935.0, 4985.0, 4934.0, 4972.0, 4909.0, 4960.0, 4976.0, 4986.0, 4934.0, 4972.0, 4926.0, 4963.0, 4932.0, 4943.0, 4959.0, 4957.0, 4943.0, 4938.0, 4945.0, 4904.0, 4909.0, 4921.0, 4942.0, 4989.0, 4981.0, 4998.0, 4990.0, 4997.0, 4979.0, 5007.0, 5030.0, 4960.0, 4942.0, 4946.0, 4966.0, 4985.0, 4980.0, 4994.0, 4957.0, 4966.0, 4979.0, 4939.0, 4990.0, 4960.0, 5012.0, 5009.0, 4992.0, 5010.0, 4983.0, 4999.0, 4961.0, 4999.0, 4983.0, 5010.0, 4981.0, 4989.0, 4972.0, 5012.0, 4996.0, 5024.0, 4987.0, 5024.0, 4976.0, 5016.0, 4985.0, 5024.0, 4977.0, 4986.0, 4998.0, 4996.0, 4979.0, 4990.0, 4991.0, 5014.0, 5033.0, 5045.0, 5032.0, 5035.0, 5060.0, 5013.0, 5040.0, 5013.0, 5027.0, 5005.0, 5010.0, 4980.0, 5002.0, 5006.0, 4937.0, 4980.0, 4999.0, 5011.0, 4991.0, 4980.0, 4984.0, 4984.0, 5015.0, 4985.0, 5014.0, 4973.0, 5012.0, 4974.0, 5012.0, 4984.0, 5021.0, 4983.0, 4974.0, 5013.0, 4986.0, 5007.0, 4985.0, 4966.0, 4996.0, 4997.0, 5026.0, 4998.0, 5028.0, 5009.0, 5024.0, 4984.0, 5021.0, 5004.0, 5022.0, 4985.0, 4975.0, 4995.0, 4994.0, 5003.0, 5015.0, 5022.0, 5016.0, 5024.0, 5019.0, 5036.0, 5008.0, 4996.0, 5016.0, 4977.0, 5017.0, 4990.0, 5020.0, 4990.0, 5030.0, 4990.0, 5020.0, 5013.0, 4995.0, 4965.0, 5005.0, 4991.0, 5006.0, 5025.0, 4995.0, 5044.0, 4996.0, 5044.0, 5005.0, 5032.0, 5014.0, 5050.0, 5023.0, 5039.0, 5012.0, 5049.0, 5012.0, 5036.0, 5009.0, 5035.0, 5006.0, 5023.0, 4994.0, 5010.0, 4991.0, 5008.0, 4991.0, 5012.0, 4994.0, 4992.0, 4994.0, 5012.0, 5008.0, 5003.0, 4971.0, 4973.0, 4960.0, 4975.0, 5026.0, 5012.0, 5019.0, 5020.0, 5027.0, 5009.0, 5026.0, 5008.0, 5016.0, 5016.0, 4984.0, 5002.0, 4982.0, 5002.0, 4983.0, 5012.0, 4993.0, 5013.0, 4991.0, 4992.0, 4970.0, 4990.0, 4968.0, 4988.0, 5061.0, 5028.0, 4975.0, 4944.0, 4929.0, 4915.0, 4935.0, 4950.0, 4978.0, 4961.0, 4991.0, 4995.0, 4984.0, 5018.0, 5016.0, 4991.0, 4982.0, 5013.0, 5023.0, 5019.0, 5016.0, 5003.0, 5033.0, 4999.0, 5027.0, 5038.0, 5055.0, 5011.0, 5012.0, 5028.0, 4982.0, 4965.0, 4986.0, 4984.0, 4987.0, 4979.0, 4986.0, 4974.0, 4977.0, 4977.0, 4990.0, 5008.0, 5000.0, 5019.0, 4990.0, 4981.0, 4990.0, 4979.0, 4978.0, 4968.0, 4978.0, 4971.0, 4980.0, 4969.0, 4992.0, 4993.0, 5005.0, 5007.0, 5019.0, 5027.0, 5028.0, 5037.0, 5020.0, 5028.0, 5018.0, 5027.0, 5008.0, 5017.0, 5007.0, 5008.0, 4995.0, 5014.0, 4995.0, 5015.0, 4997.0, 4996.0, 4985.0, 4994.0, 4986.0, 5016.0, 5006.0, 5037.0, 5010.0, 5006.0, 5018.0, 5006.0, 5003.0, 5001.0, 5000.0, 4981.0, 4971.0, 5003.0, 5039.0, 5064.0, 5039.0, 5059.0, 5063.0, 5029.0, 5035.0, 5028.0, 5054.0, 5033.0, 5034.0, 5027.0, 5046.0, 5064.0, 5042.0, 5018.0, 4993.0, 4991.0, 4977.0, 4986.0, 4968.0, 5006.0, 4996.0, 5019.0, 4987.0, 4999.0, 4975.0, 4996.0, 4977.0, 4984.0, 4968.0, 4965.0, 4961.0, 4966.0, 4985.0, 4978.0, 4998.0, 4989.0, 5010.0, 5002.0, 5021.0, 4982.0, 4981.0, 4991.0, 4972.0, 5001.0, 4994.0, 5006.0, 5020.0, 4997.0, 5013.0, 4995.0, 5015.0, 4996.0, 5005.0, 4985.0, 4996.0, 4984.0, 5004.0, 4986.0, 4998.0, 4991.0, 5011.0, 5016.0, 5057.0, 5012.0, 5080.0, 5056.0, 5114.0, 5044.0, 5020.0, 4997.0, 5001.0, 5021.0, 5045.0, 4995.0, 4989.0, 5026.0, 5023.0, 5060.0, 5018.0, 5025.0, 5006.0, 5019.0, 5016.0, 5005.0, 5029.0, 5003.0, 5013.0, 5015.0, 5017.0, 5058.0, 5015.0, 5030.0, 5002.0, 4960.0, 4969.0, 4966.0, 4942.0, 4963.0, 4972.0, 4986.0, 4975.0, 4975.0, 4977.0, 4965.0, 4978.0, 4965.0, 4976.0, 4967.0, 4978.0, 4968.0, 4989.0, 4972.0, 4983.0, 5004.0, 5015.0, 5009.0, 4998.0, 5042.0, 5049.0, 5028.0, 5012.0, 5038.0, 5037.0, 5032.0, 5028.0, 5017.0, 4996.0, 5025.0, 4986.0, 5005.0, 5019.0, 5026.0, 5029.0, 5039.0, 5017.0, 4987.0, 5017.0, 5012.0, 5031.0, 5011.0, 5032.0, 5021.0, 5027.0, 5019.0, 5026.0, 5018.0, 5023.0, 5017.0, 5035.0, 5016.0, 5023.0, 5009.0, 5022.0, 4995.0, 4998.0, 4999.0, 5002.0, 5020.0, 5051.0, 5021.0, 5071.0, 5017.0, 5042.0, 5004.0, 5050.0, 5023.0, 5040.0, 5032.0, 5051.0, 5002.0, 5038.0, 5006.0, 5017.0, 5015.0], 'WindowWidth': [10891.0, 10886.0, 10815.0, 10840.0, 10784.0, 10786.0, 10794.0, 10755.0, 10811.0, 10754.0, 10793.0, 10750.0, 10788.0, 10754.0, 10806.0, 10735.0, 10773.0, 10738.0, 10761.0, 10749.0, 10758.0, 10777.0, 10756.0, 10790.0, 10760.0, 10797.0, 10782.0, 10787.0, 10782.0, 10806.0, 10782.0, 10807.0, 10776.0, 10796.0, 10781.0, 10809.0, 10772.0, 10808.0, 10787.0, 10812.0, 10772.0, 10795.0, 10776.0, 10811.0, 10770.0, 10811.0, 10770.0, 10793.0, 10754.0, 10796.0, 10778.0, 10800.0, 10774.0, 10807.0, 10793.0, 10867.0, 10837.0, 10831.0, 10848.0, 10787.0, 10842.0, 10805.0, 10848.0, 10803.0, 10827.0, 10768.0, 10821.0, 10789.0, 10838.0, 10794.0, 10832.0, 10761.0, 10832.0, 10759.0, 10818.0, 10763.0, 10806.0, 10759.0, 10809.0, 10774.0, 10816.0, 10778.0, 10836.0, 10771.0, 10818.0, 10770.0, 10799.0, 10821.0, 10780.0, 10804.0, 10763.0, 10790.0, 10748.0, 10785.0, 10746.0, 10795.0, 10769.0, 10801.0, 10768.0, 10804.0, 10774.0, 10800.0, 10809.0, 10830.0, 10825.0, 10847.0, 10832.0, 10872.0, 10834.0, 10856.0, 10815.0, 10845.0, 10808.0, 10825.0, 10769.0, 10815.0, 10770.0, 10812.0, 10798.0, 10814.0, 10799.0, 10865.0, 10873.0, 10840.0, 10830.0, 10790.0, 10811.0, 10810.0, 10792.0, 10852.0, 10878.0, 10802.0, 10839.0, 10774.0, 10812.0, 10763.0, 10796.0, 10798.0, 10787.0, 10807.0, 10769.0, 10808.0, 10774.0, 10793.0, 10752.0, 10731.0, 10759.0, 10719.0, 10769.0, 10737.0, 10768.0, 10747.0, 10769.0, 10783.0, 10774.0, 10774.0, 10768.0, 10778.0, 10755.0, 10779.0, 10779.0, 10791.0, 10775.0, 10776.0, 10762.0, 10794.0, 10782.0, 10761.0, 10774.0, 10818.0, 10830.0, 10825.0, 10831.0, 10789.0, 10809.0, 10778.0, 10797.0, 10779.0, 10760.0, 10795.0, 10767.0, 10811.0, 10781.0, 10806.0, 10757.0, 10764.0, 10752.0, 10778.0, 10792.0, 10742.0, 10755.0, 10762.0, 10759.0, 10785.0, 10788.0, 10809.0, 10770.0, 10767.0, 10787.0, 10813.0, 10783.0, 10804.0, 10787.0, 10816.0, 10783.0, 10819.0, 10791.0, 10755.0, 10757.0, 10745.0, 10737.0, 10750.0, 10769.0, 10749.0, 10751.0, 10761.0, 10749.0, 10766.0, 10794.0, 10780.0, 10787.0, 10770.0, 10765.0, 10778.0, 10740.0, 10760.0, 10726.0, 10761.0, 10788.0, 10767.0, 10729.0, 10730.0, 10743.0, 10743.0, 10752.0, 10770.0, 10766.0, 10749.0, 10781.0, 10686.0, 10746.0, 10786.0, 10785.0, 10830.0, 10795.0, 10810.0, 10837.0, 10810.0, 10788.0, 10776.0, 10774.0, 10738.0, 10785.0, 10749.0, 10787.0, 10732.0, 10781.0, 10729.0, 10789.0, 10719.0, 10740.0, 10718.0, 10771.0, 10777.0, 10799.0, 10814.0, 10798.0, 10803.0, 10804.0, 10811.0, 10814.0, 10825.0, 10787.0, 10823.0, 10812.0, 10843.0, 10804.0, 10838.0, 10769.0, 10806.0, 10759.0, 10804.0, 10809.0, 10788.0, 10812.0, 10788.0, 10802.0, 10792.0, 10802.0, 10776.0, 10827.0, 10785.0, 10820.0, 10769.0, 10825.0, 10912.0, 10878.0, 10849.0, 10779.0, 10803.0, 10755.0, 10788.0, 10799.0, 10710.0, 10853.0, 10823.0, 10838.0, 10860.0, 10812.0, 10745.0, 10776.0, 10804.0, 10775.0, 10834.0, 10803.0, 10754.0, 10784.0, 10850.0, 10817.0, 10818.0, 10791.0, 10841.0, 10827.0, 10851.0, 10836.0, 10815.0, 10843.0, 10821.0, 10847.0, 10815.0, 10842.0, 10815.0, 10814.0, 10809.0, 10790.0, 10791.0, 10757.0, 10769.0, 10729.0, 10768.0, 10726.0, 10752.0, 10710.0, 10724.0, 10745.0, 10749.0, 10758.0, 10775.0, 10768.0, 10808.0, 10790.0, 10832.0, 10808.0, 10847.0, 10804.0, 10810.0, 10785.0, 10829.0, 10828.0, 10813.0, 10772.0, 10794.0, 10787.0, 10868.0, 10878.0, 10882.0, 10826.0, 10812.0, 10821.0, 10782.0, 10731.0, 10732.0, 10758.0, 10767.0, 10735.0, 10805.0, 10790.0, 10799.0, 10764.0, 10771.0, 10742.0, 10778.0, 10725.0, 10793.0, 10767.0, 10789.0, 10752.0, 10782.0, 10736.0, 10722.0, 10688.0, 10704.0, 10702.0, 10686.0, 10701.0, 10701.0, 10705.0, 10701.0, 10719.0, 10712.0, 10726.0, 10657.0, 10653.0, 10617.0, 10640.0, 10676.0, 10749.0, 10709.0, 10721.0, 10729.0, 10749.0, 10770.0, 10799.0, 10755.0, 10774.0, 10741.0, 10761.0, 10720.0, 10818.0, 10832.0, 10791.0, 10670.0, 10673.0, 10668.0, 10797.0, 10712.0, 10753.0, 10758.0, 10793.0, 10768.0, 10755.0, 10776.0, 10653.0, 10742.0, 10720.0, 10775.0, 10747.0, 10816.0, 10741.0, 10791.0, 10695.0, 10772.0, 10825.0, 10820.0, 10744.0, 10794.0, 10733.0, 10778.0, 10733.0, 10750.0, 10780.0, 10771.0, 10745.0, 10739.0, 10744.0, 10675.0, 10679.0, 10697.0, 10749.0, 10827.0, 10821.0, 10838.0, 10831.0, 10837.0, 10816.0, 10850.0, 10901.0, 10761.0, 10740.0, 10741.0, 10790.0, 10812.0, 10815.0, 10827.0, 10779.0, 10789.0, 10816.0, 10759.0, 10830.0, 10791.0, 10865.0, 10858.0, 10836.0, 10859.0, 10825.0, 10844.0, 10791.0, 10842.0, 10827.0, 10860.0, 10823.0, 10828.0, 10812.0, 10869.0, 10853.0, 10887.0, 10840.0, 10888.0, 10823.0, 10877.0, 10833.0, 10887.0, 10827.0, 10835.0, 10855.0, 10849.0, 10829.0, 10846.0, 10852.0, 10890.0, 10912.0, 10933.0, 10911.0, 10918.0, 10946.0, 10886.0, 10919.0, 10884.0, 10895.0, 10860.0, 10860.0, 10818.0, 10852.0, 10864.0, 10752.0, 10823.0, 10865.0, 10865.0, 10837.0, 10819.0, 10833.0, 10833.0, 10877.0, 10835.0, 10873.0, 10814.0, 10867.0, 10818.0, 10869.0, 10832.0, 10882.0, 10829.0, 10816.0, 10870.0, 10838.0, 10867.0, 10836.0, 10810.0, 10852.0, 10854.0, 10894.0, 10856.0, 10897.0, 10873.0, 10887.0, 10830.0, 10881.0, 10860.0, 10880.0, 10835.0, 10821.0, 10849.0, 10845.0, 10858.0, 10877.0, 10883.0, 10880.0, 10889.0, 10891.0, 10909.0, 10876.0, 10856.0, 10880.0, 10829.0, 10886.0, 10851.0, 10893.0, 10853.0, 10909.0, 10852.0, 10894.0, 10886.0, 10847.0, 10808.0, 10866.0, 10855.0, 10882.0, 10904.0, 10863.0, 10931.0, 10868.0, 10933.0, 10877.0, 10909.0, 10887.0, 10932.0, 10899.0, 10916.0, 10882.0, 10930.0, 10881.0, 10907.0, 10872.0, 10903.0, 10864.0, 10884.0, 10843.0, 10861.0, 10836.0, 10854.0, 10836.0, 10865.0, 10843.0, 10837.0, 10844.0, 10864.0, 10870.0, 10852.0, 10801.0, 10805.0, 10782.0, 10817.0, 10893.0, 10882.0, 10889.0, 10889.0, 10894.0, 10871.0, 10890.0, 10868.0, 10876.0, 10878.0, 10830.0, 10850.0, 10824.0, 10851.0, 10827.0, 10868.0, 10841.0, 10869.0, 10834.0, 10836.0, 10801.0, 10831.0, 10798.0, 10827.0, 10970.0, 10913.0, 10813.0, 10748.0, 10716.0, 10694.0, 10723.0, 10758.0, 10810.0, 10789.0, 10834.0, 10842.0, 10826.0, 10883.0, 10877.0, 10834.0, 10822.0, 10872.0, 10888.0, 10885.0, 10865.0, 10855.0, 10898.0, 10845.0, 10882.0, 10920.0, 10936.0, 10864.0, 10870.0, 10902.0, 10825.0, 10792.0, 10817.0, 10812.0, 10824.0, 10817.0, 10821.0, 10802.0, 10806.0, 10810.0, 10832.0, 10854.0, 10847.0, 10873.0, 10831.0, 10820.0, 10830.0, 10817.0, 10815.0, 10800.0, 10813.0, 10806.0, 10820.0, 10806.0, 10842.0, 10843.0, 10865.0, 10869.0, 10890.0, 10897.0, 10901.0, 10911.0, 10888.0, 10897.0, 10884.0, 10894.0, 10870.0, 10880.0, 10867.0, 10869.0, 10849.0, 10874.0, 10848.0, 10878.0, 10852.0, 10852.0, 10838.0, 10847.0, 10838.0, 10877.0, 10868.0, 10913.0, 10880.0, 10867.0, 10885.0, 10865.0, 10873.0, 10867.0, 10863.0, 10840.0, 10824.0, 10871.0, 10938.0, 10967.0, 10938.0, 10966.0, 10975.0, 10919.0, 10923.0, 10916.0, 10946.0, 10916.0, 10917.0, 10910.0, 10943.0, 10964.0, 10927.0, 10887.0, 10838.0, 10830.0, 10802.0, 10817.0, 10798.0, 10852.0, 10836.0, 10878.0, 10826.0, 10846.0, 10807.0, 10840.0, 10811.0, 10815.0, 10797.0, 10790.0, 10783.0, 10795.0, 10820.0, 10818.0, 10844.0, 10836.0, 10865.0, 10859.0, 10879.0, 10829.0, 10823.0, 10839.0, 10813.0, 10858.0, 10845.0, 10868.0, 10880.0, 10855.0, 10873.0, 10849.0, 10879.0, 10853.0, 10865.0, 10835.0, 10853.0, 10837.0, 10865.0, 10842.0, 10860.0, 10853.0, 10882.0, 10901.0, 10959.0, 10881.0, 10995.0, 10958.0, 11059.0, 10935.0, 10892.0, 10856.0, 10849.0, 10901.0, 10925.0, 10852.0, 10854.0, 10900.0, 10909.0, 10955.0, 10893.0, 10896.0, 10873.0, 10896.0, 10884.0, 10866.0, 10894.0, 10863.0, 10875.0, 10882.0, 10890.0, 10951.0, 10882.0, 10895.0, 10857.0, 10792.0, 10801.0, 10792.0, 10750.0, 10782.0, 10794.0, 10819.0, 10806.0, 10803.0, 10808.0, 10790.0, 10813.0, 10790.0, 10809.0, 10794.0, 10812.0, 10802.0, 10833.0, 10816.0, 10829.0, 10864.0, 10880.0, 10877.0, 10859.0, 10926.0, 10935.0, 10897.0, 10872.0, 10919.0, 10917.0, 10917.0, 10906.0, 10888.0, 10858.0, 10895.0, 10839.0, 10867.0, 10893.0, 10899.0, 10906.0, 10916.0, 10887.0, 10844.0, 10888.0, 10885.0, 10913.0, 10883.0, 10917.0, 10898.0, 10898.0, 10888.0, 10894.0, 10886.0, 10888.0, 10885.0, 10906.0, 10880.0, 10887.0, 10874.0, 10883.0, 10852.0, 10859.0, 10863.0, 10873.0, 10896.0, 10963.0, 10921.0, 10989.0, 10904.0, 10931.0, 10880.0, 10937.0, 10904.0, 10922.0, 10913.0, 10941.0, 10871.0, 10918.0, 10868.0, 10882.0, 10874.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.005469561403508771</td></tr>
<tr><td colspan=3>aqi</td><td>0.10895121699561403</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.084468150680514</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1455491682107566</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.948818985279912</td></tr>
<tr><td colspan=3>efc</td><td>0.5038</td></tr>
<tr><td colspan=3>fber</td><td>5349.5352</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2976566519950808</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>434</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.58771929824562</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560734794734257</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3756778524503352</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.851956204731338</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4545703270210986</td></tr>
<tr><td colspan=3>gcor</td><td>0.0186311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007903902791440487</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04549300670623779</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.338085103034937</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>14.9905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.8597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.7757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.4652</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1414</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.8787</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4155.0866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.2016</td></tr>
<tr><td colspan=3>tsnr</td><td>21.29195844993228</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>