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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-02/func/sub-0052_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>76e5bbde6d7d7cb596a008b3469c4585</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>13:50:37.732500</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.10017</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4235e4ae-6c36-4369-a08b-9f049a4b51ae||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['135037.732500', '135038.192500', '135038.652500', '135039.112500', '135039.572500', '135040.032500', '135040.492500', '135040.952500', '135041.412500', '135041.872500', '135042.332500', '135042.792500', '135043.252500', '135043.712500', '135044.172500', '135044.632500', '135045.092500', '135045.552500', '135046.012500', '135046.472500', '135046.932500', '135047.392500', '135047.852500', '135048.312500', '135048.772500', '135049.232500', '135049.692500', '135050.152500', '135050.612500', '135051.072500', '135051.532500', '135051.992500', '135052.452500', '135052.912500', '135053.372500', '135053.832500', '135054.292500', '135054.752500', '135055.212500', '135055.672500', '135056.132500', '135056.592500', '135057.052500', '135057.512500', '135057.972500', '135058.432500', '135058.892500', '135059.352500', '135059.812500', '135100.272500', '135100.732500', '135101.192500', '135101.652500', '135102.112500', '135102.572500', '135103.032500', '135103.492500', '135103.952500', '135104.412500', '135104.872500', '135105.332500', '135105.792500', '135106.252500', '135106.712500', '135107.172500', '135107.632500', '135108.092500', '135108.552500', '135109.012500', '135109.472500', '135109.932500', '135110.392500', '135110.852500', '135111.312500', '135111.772500', '135112.232500', '135112.692500', '135113.152500', '135113.612500', '135114.072500', '135114.532500', '135114.992500', '135115.452500', '135115.912500', '135116.372500', '135116.832500', '135117.292500', '135117.752500', '135118.212500', '135118.672500', '135119.132500', '135119.592500', '135120.052500', '135120.512500', '135120.972500', '135121.432500', '135121.892500', '135122.352500', '135122.812500', '135123.272500', '135123.732500', '135124.192500', '135124.652500', '135125.112500', '135125.572500', '135126.032500', '135126.492500', '135126.952500', '135127.412500', '135127.872500', '135128.332500', '135128.792500', '135129.252500', '135129.712500', '135130.172500', '135130.632500', '135131.092500', '135131.552500', '135132.012500', '135132.472500', '135132.932500', '135133.392500', '135133.852500', '135134.312500', '135134.772500', '135135.232500', '135135.692500', '135136.152500', '135136.612500', '135137.072500', '135137.532500', '135137.992500', '135138.452500', '135138.912500', '135139.372500', '135139.832500', '135140.292500', '135140.752500', '135141.212500', '135141.672500', '135142.132500', '135142.592500', '135143.052500', '135143.512500', '135143.972500', '135144.432500', '135144.892500', '135145.352500', '135145.812500', '135146.272500', '135146.732500', '135147.192500', '135147.652500', '135148.112500', '135148.572500', '135149.032500', '135149.492500', '135149.952500', '135150.412500', '135150.872500', '135151.332500', '135151.792500', '135152.252500', '135152.712500', '135153.172500', '135153.632500', '135154.092500', '135154.552500', '135155.012500', '135155.472500', '135155.932500', '135156.392500', '135156.852500', '135157.312500', '135157.772500', '135158.232500', '135158.692500', '135159.152500', '135159.612500', '135200.072500', '135200.532500', '135200.992500', '135201.452500', '135201.912500', '135202.372500', '135202.832500', '135203.292500', '135203.752500', '135204.212500', '135204.672500', '135205.132500', '135205.592500', '135206.052500', '135206.512500', '135206.972500', '135207.432500', '135207.892500', '135208.352500', '135208.812500', '135209.272500', '135209.732500', '135210.192500', '135210.652500', '135211.112500', '135211.572500', '135212.032500', '135212.492500', '135212.952500', '135213.412500', '135213.872500', '135214.332500', '135214.792500', '135215.252500', '135215.712500', '135216.172500', '135216.632500', '135217.092500', '135217.552500', '135218.012500', '135218.472500', '135218.932500', '135219.392500', '135219.852500', '135220.312500', '135220.772500', '135221.232500', '135221.692500', '135222.152500', '135222.612500', '135223.072500', '135223.532500', '135223.992500', '135224.452500', '135224.912500', '135225.372500', '135225.832500', '135226.292500', '135226.752500', '135227.212500', '135227.672500', '135228.132500', '135228.592500', '135229.052500', '135229.512500', '135229.972500', '135230.432500', '135230.892500', '135231.352500', '135231.812500', '135232.272500', '135232.732500', '135233.192500', '135233.652500', '135234.112500', '135234.572500', '135235.032500', '135235.492500', '135235.952500', '135236.412500', '135236.872500', '135237.332500', '135237.792500', '135238.252500', '135238.712500', '135239.172500', '135239.632500', '135240.092500', '135240.552500', '135241.012500', '135241.472500', '135241.932500', '135242.392500', '135242.852500', '135243.312500', '135243.772500', '135244.232500', '135244.692500', '135245.152500', '135245.612500', '135246.072500', '135246.532500', '135246.992500', '135247.452500', '135247.912500', '135248.372500', '135248.832500', '135249.292500', '135249.752500', '135250.212500', '135250.672500', '135251.132500', '135251.592500', '135252.052500', '135252.512500', '135252.972500', '135253.432500', '135253.892500', '135254.352500', '135254.812500', '135255.272500', '135255.732500', '135256.192500', '135256.652500', '135257.112500', '135257.572500', '135258.032500', '135258.492500', '135258.952500', '135259.412500', '135259.872500', '135300.332500', '135300.792500', '135301.252500', '135301.712500', '135302.172500', '135302.632500', '135303.092500', '135303.552500', '135304.012500', '135304.472500', '135304.932500', '135305.392500', '135305.852500', '135306.312500', '135306.772500', '135307.232500', '135307.692500', '135308.152500', '135308.612500', '135309.072500', '135309.532500', '135309.992500', '135310.452500', '135310.912500', '135311.372500', '135311.832500', '135312.292500', '135312.752500', '135313.212500', '135313.672500', '135314.132500', '135314.592500', '135315.052500', '135315.512500', '135315.972500', '135316.432500', '135316.892500', '135317.352500', '135317.812500', '135318.272500', '135318.732500', '135319.192500', '135319.652500', '135320.112500', '135320.572500', '135321.032500', '135321.492500', '135321.952500', '135322.412500', '135322.872500', '135323.332500', '135323.792500', '135324.252500', '135324.712500', '135325.172500', '135325.632500', '135326.092500', '135326.552500', '135327.012500', '135327.472500', '135327.932500', '135328.392500', '135328.852500', '135329.312500', '135329.772500', '135330.232500', '135330.692500', '135331.152500', '135331.612500', '135332.072500', '135332.532500', '135332.992500', '135333.452500', '135333.912500', '135334.372500', '135334.832500', '135335.292500', '135335.752500', '135336.212500', '135336.672500', '135337.132500', '135337.592500', '135338.052500', '135338.512500', '135338.972500', '135339.432500', '135339.892500', '135340.352500', '135340.812500', '135341.272500', '135341.732500', '135342.192500', '135342.652500', '135343.112500', '135343.572500', '135344.032500', '135344.492500', '135344.952500', '135345.412500', '135345.872500', '135346.332500', '135346.792500', '135347.252500', '135347.712500', '135348.172500', '135348.632500', '135349.092500', '135349.552500', '135350.012500', '135350.472500', '135350.932500', '135351.392500', '135351.852500', '135352.312500', '135352.772500', '135353.232500', '135353.692500', '135354.152500', '135354.612500', '135355.072500', '135355.532500', '135355.992500', '135356.452500', '135356.912500', '135357.372500', '135357.832500', '135358.292500', '135358.752500', '135359.212500', '135359.672500', '135400.132500', '135400.592500', '135401.052500', '135401.512500', '135401.972500', '135402.432500', '135402.892500', '135403.352500', '135403.812500', '135404.272500', '135404.732500', '135405.192500', '135405.652500', '135406.112500', '135406.572500', '135407.032500', '135407.492500', '135407.952500', '135408.412500', '135408.872500', '135409.332500', '135409.792500', '135410.252500', '135410.712500', '135411.172500', '135411.632500', '135412.092500', '135412.552500', '135413.012500', '135413.472500', '135413.932500', '135414.392500', '135414.852500', '135415.312500', '135415.772500', '135416.232500', '135416.692500', '135417.152500', '135417.612500', '135418.072500', '135418.532500', '135418.992500', '135419.452500', '135419.912500', '135420.372500', '135420.832500', '135421.292500', '135421.752500', '135422.212500', '135422.672500', '135423.132500', '135423.592500', '135424.052500', '135424.512500', '135424.972500', '135425.432500', '135425.892500', '135426.352500', '135426.812500', '135427.272500', '135427.732500', '135428.192500', '135428.652500', '135429.112500', '135429.572500', '135430.032500', '135430.492500', '135430.952500', '135431.412500', '135431.872500', '135432.332500', '135432.792500', '135433.252500', '135433.712500', '135434.172500', '135434.632500', '135435.092500', '135435.552500', '135436.012500', '135436.472500', '135436.932500', '135437.392500', '135437.852500', '135438.312500', '135438.772500', '135439.232500', '135439.692500', '135440.152500', '135440.612500', '135441.072500', '135441.532500', '135441.992500', '135442.452500', '135442.912500', '135443.372500', '135443.832500', '135444.292500', '135444.752500', '135445.212500', '135445.672500', '135446.132500', '135446.592500', '135447.052500', '135447.512500', '135447.972500', '135448.432500', '135448.892500', '135449.352500', '135449.812500', '135450.272500', '135450.732500', '135451.192500', '135451.652500', '135452.112500', '135452.572500', '135453.032500', '135453.492500', '135453.952500', '135454.412500', '135454.872500', '135455.332500', '135455.792500', '135456.252500', '135456.712500', '135457.172500', '135457.632500', '135458.092500', '135458.552500', '135459.012500', '135459.472500', '135459.932500', '135500.392500', '135500.852500', '135501.312500', '135501.772500', '135502.232500', '135502.692500', '135503.152500', '135503.612500', '135504.072500', '135504.532500', '135504.992500', '135505.452500', '135505.912500', '135506.372500', '135506.832500', '135507.292500', '135507.752500', '135508.212500', '135508.672500', '135509.132500', '135509.592500', '135510.052500', '135510.512500', '135510.972500', '135511.432500', '135511.892500', '135512.352500', '135512.812500', '135513.272500', '135513.732500', '135514.192500', '135514.652500', '135515.112500', '135515.572500', '135516.032500', '135516.492500', '135516.952500', '135517.412500', '135517.872500', '135518.332500', '135518.792500', '135519.252500', '135519.712500', '135520.172500', '135520.632500', '135521.092500', '135521.552500', '135522.012500', '135522.472500', '135522.932500', '135523.392500', '135523.852500', '135524.312500', '135524.772500', '135525.232500', '135525.692500', '135526.152500', '135526.612500', '135527.072500', '135527.532500', '135527.992500', '135528.452500', '135528.912500', '135529.372500', '135529.832500', '135530.292500', '135530.752500', '135531.212500', '135531.672500', '135532.132500', '135532.592500', '135533.052500', '135533.512500', '135533.972500', '135534.432500', '135534.892500', '135535.352500', '135535.812500', '135536.272500', '135536.732500', '135537.192500', '135537.652500', '135538.112500', '135538.572500', '135539.032500', '135539.492500', '135539.952500', '135540.412500', '135540.872500', '135541.332500', '135541.792500', '135542.252500', '135542.712500', '135543.172500', '135543.632500', '135544.092500', '135544.552500', '135545.012500', '135545.472500', '135545.932500', '135546.392500', '135546.852500', '135547.312500', '135547.772500', '135548.232500', '135548.692500', '135549.152500', '135549.612500', '135550.072500', '135550.532500', '135550.992500', '135551.452500', '135551.912500', '135552.372500', '135552.832500', '135553.292500', '135553.752500', '135554.212500', '135554.672500', '135555.132500', '135555.592500', '135556.052500', '135556.512500', '135556.972500', '135557.432500', '135557.892500', '135558.352500', '135558.812500', '135559.272500', '135559.732500', '135600.192500', '135600.652500', '135601.112500', '135601.572500', '135602.032500', '135602.492500', '135602.952500', '135603.412500', '135603.872500', '135604.332500', '135604.792500', '135605.252500', '135605.712500', '135606.172500', '135606.632500', '135607.092500', '135607.552500', '135608.012500', '135608.472500', '135608.932500', '135609.392500', '135609.852500', '135610.312500', '135610.772500', '135611.232500', '135611.692500', '135612.152500', '135612.612500', '135613.072500', '135613.532500', '135613.992500', '135614.452500', '135614.912500', '135615.372500', '135615.832500', '135616.292500', '135616.752500', '135617.212500', '135617.672500', '135618.132500', '135618.592500', '135619.052500', '135619.512500', '135619.972500', '135620.432500', '135620.892500', '135621.352500', '135621.812500', '135622.272500', '135622.732500', '135623.192500', '135623.652500', '135624.112500', '135624.572500', '135625.032500', '135625.492500', '135625.952500', '135626.412500', '135626.872500', '135627.332500', '135627.792500', '135628.252500', '135628.712500', '135629.172500', '135629.632500', '135630.092500', '135630.552500', '135631.012500', '135631.472500', '135631.932500', '135632.392500', '135632.852500', '135633.312500', '135633.772500', '135634.232500', '135634.692500', '135635.152500', '135635.612500', '135636.072500', '135636.532500', '135636.992500', '135637.452500', '135637.912500', '135638.372500', '135638.832500', '135639.292500', '135639.752500', '135640.212500', '135640.672500', '135641.132500', '135641.592500', '135642.052500', '135642.512500', '135642.972500', '135643.432500', '135643.892500', '135644.352500', '135644.812500', '135645.272500', '135645.732500', '135646.192500', '135646.652500', '135647.112500', '135647.572500', '135648.032500', '135648.492500', '135648.952500', '135649.412500', '135649.872500', '135650.332500', '135650.792500', '135651.252500', '135651.712500', '135652.172500', '135652.632500', '135653.092500', '135653.552500', '135654.012500', '135654.472500', '135654.932500', '135655.392500', '135655.852500', '135656.312500', '135656.772500', '135657.232500', '135657.692500', '135658.152500', '135658.612500', '135659.072500', '135659.532500', '135659.992500', '135700.452500', '135700.912500', '135701.372500', '135701.832500', '135702.292500', '135702.752500', '135703.212500', '135703.672500', '135704.132500', '135704.592500', '135705.052500', '135705.512500', '135705.972500', '135706.432500', '135706.892500', '135707.352500', '135707.812500', '135708.272500', '135708.732500', '135709.192500', '135709.652500', '135710.112500', '135710.572500', '135711.032500', '135711.492500', '135711.952500', '135712.412500', '135712.872500', '135713.332500', '135713.792500', '135714.252500', '135714.712500', '135715.172500', '135715.632500', '135716.092500', '135716.552500', '135717.012500', '135717.472500', '135717.932500', '135718.392500', '135718.852500', '135719.312500', '135719.772500', '135720.232500', '135720.692500', '135721.152500', '135721.612500', '135722.072500', '135722.532500', '135722.992500', '135723.452500', '135723.912500', '135724.372500', '135724.832500', '135725.292500', '135725.752500', '135726.212500', '135726.672500', '135727.132500', '135727.592500', '135728.052500', '135728.512500', '135728.972500', '135729.432500', '135729.892500', '135730.352500', '135730.812500', '135731.272500', '135731.732500', '135732.192500', '135732.652500', '135733.112500', '135733.572500', '135734.032500', '135734.492500', '135734.952500', '135735.412500', '135735.872500', '135736.332500', '135736.792500', '135737.252500', '135737.712500'], 'ContentTime': ['135053.679000', '135053.682000', '135053.685000', '135053.687000', '135053.690000', '135053.693000', '135053.695000', '135053.698000', '135053.700000', '135053.703000', '135053.706000', '135053.708000', '135053.711000', '135053.713000', '135053.716000', '135053.718000', '135053.721000', '135053.724000', '135053.726000', '135053.729000', '135053.731000', '135053.734000', '135053.736000', '135053.739000', '135053.742000', '135053.747000', '135053.749000', '135053.752000', '135053.755000', '135053.757000', '135053.760000', '135053.762000', '135113.635000', '135113.638000', '135113.641000', '135113.643000', '135113.646000', '135113.648000', '135113.651000', '135113.656000', '135113.659000', '135113.661000', '135113.664000', '135113.666000', '135113.669000', '135113.671000', '135113.674000', '135113.676000', '135113.679000', '135113.681000', '135113.684000', '135113.686000', '135113.689000', '135113.691000', '135113.694000', '135113.696000', '135113.699000', '135113.702000', '135113.704000', '135113.707000', '135113.709000', '135113.712000', '135113.714000', '135113.717000', '135113.720000', '135113.722000', '135113.725000', '135113.727000', '135113.730000', '135113.732000', '135113.735000', '135113.738000', '135113.740000', '135113.743000', '135113.745000', '135113.748000', '135133.636000', '135133.639000', '135133.642000', '135133.644000', '135133.647000', '135133.649000', '135133.652000', '135133.695000', '135133.698000', '135133.700000', '135133.703000', '135133.705000', '135133.708000', '135133.710000', '135133.713000', '135133.716000', '135133.720000', '135133.722000', '135133.725000', '135133.727000', '135133.730000', '135133.733000', '135133.735000', '135133.738000', '135133.740000', '135133.743000', '135133.745000', '135133.748000', '135133.750000', '135133.753000', '135133.756000', '135133.758000', '135133.761000', '135133.763000', '135133.766000', '135133.768000', '135133.771000', '135133.773000', '135133.776000', '135133.778000', '135133.781000', '135133.783000', '135133.786000', '135153.635000', '135153.638000', '135153.641000', '135153.643000', '135153.646000', '135153.648000', '135153.651000', '135153.653000', '135153.656000', '135153.659000', '135153.661000', '135153.664000', '135153.666000', '135153.669000', '135153.671000', '135153.674000', '135153.677000', '135153.679000', '135153.682000', '135153.684000', '135153.687000', '135153.690000', '135153.692000', '135153.695000', '135153.697000', '135153.700000', '135153.702000', '135153.705000', '135153.707000', '135153.710000', '135153.713000', '135153.715000', '135153.718000', '135153.720000', '135153.723000', '135153.725000', '135153.728000', '135153.730000', '135153.733000', '135153.736000', '135153.738000', '135153.741000', '135153.743000', '135153.746000', '135213.636000', '135213.638000', '135213.641000', '135213.643000', '135213.646000', '135213.648000', '135213.651000', '135213.654000', '135213.656000', '135213.659000', '135213.661000', '135213.664000', '135213.666000', '135213.669000', '135213.672000', '135213.674000', '135213.677000', '135213.679000', '135213.682000', '135213.684000', '135213.687000', '135213.689000', '135213.692000', '135213.695000', '135213.697000', '135213.700000', '135213.702000', '135213.705000', '135213.707000', '135213.710000', '135213.712000', '135213.715000', '135213.718000', '135213.720000', '135213.723000', '135213.725000', '135213.728000', '135213.730000', '135213.733000', '135213.735000', '135213.738000', '135213.741000', '135213.744000', '135233.635000', '135233.638000', '135233.641000', '135233.643000', '135233.646000', '135233.648000', '135233.651000', '135233.654000', '135233.656000', '135233.659000', '135233.662000', '135233.665000', '135233.667000', '135233.670000', '135233.672000', '135233.675000', '135233.677000', '135233.680000', '135233.682000', '135233.685000', '135233.688000', '135233.690000', '135233.693000', '135233.695000', '135233.698000', '135233.701000', '135233.703000', '135233.706000', '135233.708000', '135233.711000', '135233.713000', '135233.716000', '135233.718000', '135233.721000', '135233.724000', '135233.726000', '135233.729000', '135233.731000', '135233.734000', '135233.736000', '135233.739000', '135233.741000', '135233.744000', '135233.747000', '135253.635000', '135253.638000', '135253.641000', '135253.643000', '135253.646000', '135253.648000', '135253.651000', '135253.654000', '135253.656000', '135253.659000', '135253.661000', '135253.664000', '135253.666000', '135253.669000', '135253.671000', '135253.674000', '135253.677000', '135253.679000', '135253.682000', '135253.684000', '135253.687000', '135253.690000', '135253.692000', '135253.695000', '135253.697000', '135253.700000', '135253.702000', '135253.705000', '135253.707000', '135253.710000', '135253.713000', '135253.715000', '135253.718000', '135253.721000', '135253.723000', '135253.726000', '135253.728000', '135253.731000', '135253.733000', '135253.736000', '135253.738000', '135253.741000', '135253.743000', '135313.635000', '135313.638000', '135313.641000', '135313.643000', '135313.655000', '135313.658000', '135313.660000', '135313.663000', '135313.666000', '135313.668000', '135313.671000', '135313.673000', '135313.676000', '135313.679000', '135313.681000', '135313.684000', '135313.686000', '135313.689000', '135313.691000', '135313.694000', '135313.697000', '135313.699000', '135313.702000', '135313.704000', '135313.707000', '135313.709000', '135313.712000', '135313.714000', '135313.717000', '135313.720000', '135313.722000', '135313.725000', '135313.727000', '135313.730000', '135313.732000', '135313.735000', '135313.738000', '135313.740000', '135313.743000', '135313.745000', '135313.748000', '135313.750000', '135313.753000', '135333.636000', '135333.639000', '135333.641000', '135333.644000', '135333.646000', '135333.649000', '135333.652000', '135333.654000', '135333.657000', '135333.659000', '135333.662000', '135333.664000', '135333.667000', '135333.669000', '135333.672000', '135333.675000', '135333.677000', '135333.680000', '135333.682000', '135333.685000', '135333.687000', '135333.690000', '135333.693000', '135333.695000', '135333.698000', '135333.700000', '135333.703000', '135333.705000', '135333.708000', '135333.711000', '135333.713000', '135333.716000', '135333.718000', '135333.721000', '135333.724000', '135333.726000', '135333.729000', '135333.731000', '135333.734000', '135333.736000', '135333.739000', '135333.742000', '135333.744000', '135333.747000', '135353.636000', '135353.639000', '135353.642000', '135353.645000', '135353.648000', '135353.650000', '135353.653000', '135353.655000', '135353.658000', '135353.660000', '135353.663000', '135353.666000', '135353.668000', '135353.671000', '135353.673000', '135353.676000', '135353.679000', '135353.681000', '135353.684000', '135353.686000', '135353.689000', '135353.691000', '135353.694000', '135353.697000', '135353.699000', '135353.702000', '135353.704000', '135353.707000', '135353.710000', '135353.712000', '135353.715000', '135353.717000', '135353.720000', '135353.723000', '135353.725000', '135353.728000', '135353.730000', '135353.733000', '135353.735000', '135353.738000', '135353.740000', '135353.743000', '135353.746000', '135413.635000', '135413.638000', '135413.641000', '135413.643000', '135413.646000', '135413.649000', '135413.651000', '135413.654000', '135413.656000', '135413.659000', '135413.662000', '135413.664000', '135413.667000', '135413.669000', '135413.672000', '135413.674000', '135413.677000', '135413.680000', '135413.682000', '135413.685000', '135413.687000', '135413.690000', '135413.692000', '135413.695000', '135413.698000', '135413.700000', '135413.703000', '135413.705000', '135413.708000', '135413.710000', '135413.713000', '135413.716000', '135413.718000', '135413.721000', '135413.723000', '135413.726000', '135413.728000', '135413.731000', '135413.734000', '135413.736000', '135413.739000', '135413.741000', '135413.744000', '135413.746000', '135433.635000', '135433.638000', '135433.641000', '135433.643000', '135433.646000', '135433.649000', '135433.651000', '135433.654000', '135433.656000', '135433.659000', '135433.662000', '135433.664000', '135433.667000', '135433.669000', '135433.672000', '135433.675000', '135433.677000', '135433.680000', '135433.682000', '135433.685000', '135433.687000', '135433.690000', '135433.693000', '135433.695000', '135433.698000', '135433.700000', '135433.703000', '135433.705000', '135433.708000', '135433.743000', '135433.746000', '135433.748000', '135433.751000', '135433.754000', '135433.756000', '135433.759000', '135433.761000', '135433.764000', '135433.766000', '135433.769000', '135433.772000', '135433.774000', '135433.777000', '135453.636000', '135453.638000', '135453.641000', '135453.644000', '135453.646000', '135453.649000', '135453.651000', '135453.654000', '135453.656000', '135453.659000', '135453.662000', '135453.664000', '135453.667000', '135453.669000', '135453.672000', '135453.674000', '135453.677000', '135453.680000', '135453.682000', '135453.685000', '135453.687000', '135453.690000', '135453.692000', '135453.695000', '135453.698000', '135453.700000', '135453.703000', '135453.705000', '135453.708000', '135453.710000', '135453.713000', '135453.716000', '135453.718000', '135453.721000', '135453.723000', '135453.726000', '135453.728000', '135453.731000', '135453.733000', '135453.736000', '135453.739000', '135453.741000', '135453.744000', '135453.746000', '135513.635000', '135513.638000', '135513.641000', '135513.643000', '135513.646000', '135513.648000', '135513.651000', '135513.654000', '135513.656000', '135513.659000', '135513.661000', '135513.664000', '135513.666000', '135513.669000', '135513.672000', '135513.674000', '135513.677000', '135513.680000', '135513.683000', '135513.686000', '135513.689000', '135513.691000', '135513.694000', '135513.697000', '135513.699000', '135513.702000', '135513.704000', '135513.707000', '135513.710000', '135513.712000', '135513.715000', '135513.717000', '135513.720000', '135513.723000', '135513.725000', '135513.728000', '135513.730000', '135513.733000', '135513.735000', '135513.738000', '135513.741000', '135513.744000', '135513.746000', '135533.635000', '135533.638000', '135533.641000', '135533.643000', '135533.646000', '135533.648000', '135533.651000', '135533.654000', '135533.656000', '135533.659000', '135533.661000', '135533.664000', '135533.666000', '135533.669000', '135533.672000', '135533.674000', '135533.677000', '135533.679000', '135533.682000', '135533.684000', '135533.687000', '135533.689000', '135533.692000', '135533.695000', '135533.697000', '135533.700000', '135533.702000', '135533.705000', '135533.708000', '135533.710000', '135533.713000', '135533.715000', '135533.718000', '135533.720000', '135533.723000', '135533.725000', '135533.728000', '135533.731000', '135533.733000', '135533.736000', '135533.738000', '135533.741000', '135533.743000', '135533.746000', '135553.636000', '135553.638000', '135553.641000', '135553.644000', '135553.646000', '135553.649000', '135553.651000', '135553.654000', '135553.656000', '135553.659000', '135553.662000', '135553.664000', '135553.667000', '135553.669000', '135553.672000', '135553.675000', '135553.677000', '135553.680000', '135553.682000', '135553.685000', '135553.688000', '135553.690000', '135553.693000', '135553.695000', '135553.698000', '135553.701000', '135553.703000', '135553.706000', '135553.708000', '135553.711000', '135553.714000', '135553.716000', '135553.719000', '135553.721000', '135553.724000', '135553.727000', '135553.729000', '135553.732000', '135553.734000', '135553.737000', '135553.739000', '135553.742000', '135553.745000', '135613.636000', '135613.639000', '135613.642000', '135613.644000', '135613.647000', '135613.650000', '135613.652000', '135613.655000', '135613.657000', '135613.660000', '135613.673000', '135613.676000', '135613.678000', '135613.681000', '135613.683000', '135613.686000', '135613.689000', '135613.691000', '135613.694000', '135613.696000', '135613.699000', '135613.702000', '135613.704000', '135613.707000', '135613.709000', '135613.712000', '135613.715000', '135613.717000', '135613.720000', '135613.722000', '135613.725000', '135613.727000', '135613.730000', '135613.732000', '135613.737000', '135613.739000', '135613.742000', '135613.745000', '135613.747000', '135613.750000', '135613.752000', '135613.755000', '135613.757000', '135613.760000', '135633.635000', '135633.638000', '135633.641000', '135633.644000', '135633.646000', '135633.649000', '135633.651000', '135633.654000', '135633.656000', '135633.659000', '135633.661000', '135633.664000', '135633.667000', '135633.669000', '135633.672000', '135633.674000', '135633.677000', '135633.679000', '135633.682000', '135633.685000', '135633.687000', '135633.690000', '135633.692000', '135633.695000', '135633.697000', '135633.700000', '135633.703000', '135633.705000', '135633.708000', '135633.710000', '135633.713000', '135633.716000', '135633.718000', '135633.721000', '135633.725000', '135633.727000', '135633.730000', '135633.732000', '135633.735000', '135633.738000', '135633.740000', '135633.743000', '135633.745000', '135653.636000', '135653.638000', '135653.641000', '135653.644000', '135653.646000', '135653.649000', '135653.651000', '135653.654000', '135653.656000', '135653.659000', '135653.662000', '135653.664000', '135653.667000', '135653.669000', '135653.672000', '135653.674000', '135653.677000', '135653.680000', '135653.682000', '135653.685000', '135653.687000', '135653.690000', '135653.692000', '135653.695000', '135653.698000', '135653.700000', '135653.703000', '135653.705000', '135653.708000', '135653.711000', '135653.713000', '135653.716000', '135653.719000', '135653.721000', '135653.724000', '135653.726000', '135653.729000', '135653.731000', '135653.734000', '135653.736000', '135653.739000', '135653.742000', '135653.744000', '135653.747000', '135713.635000', '135713.638000', '135713.641000', '135713.643000', '135713.646000', '135713.649000', '135713.651000', '135713.654000', '135713.656000', '135713.659000', '135713.661000', '135713.664000', '135713.666000', '135713.669000', '135713.672000', '135713.674000', '135713.677000', '135713.679000', '135713.682000', '135713.684000', '135713.687000', '135713.690000', '135713.692000', '135713.695000', '135713.697000', '135713.700000', '135713.703000', '135713.705000', '135713.708000', '135713.710000', '135713.713000', '135713.716000', '135713.718000', '135713.721000', '135713.724000', '135713.726000', '135713.729000', '135713.732000', '135713.734000', '135713.737000', '135713.739000', '135713.742000', '135713.745000', '135733.635000', '135733.638000', '135733.641000', '135733.643000', '135733.646000', '135733.649000', '135733.651000', '135733.665000', '135733.667000', '135733.670000', '135733.673000', '135733.675000', '135733.678000', '135733.680000', '135733.683000', '135733.685000', '135733.688000', '135733.691000', '135733.693000', '135733.696000', '135733.698000', '135733.701000', '135733.704000', '135733.706000', '135733.709000', '135733.711000', '135733.714000', '135733.716000', '135733.719000', '135733.722000', '135733.724000', '135733.727000', '135733.729000', '135733.732000', '135733.734000', '135733.737000', '135733.740000', '135733.742000', '135733.745000', '135733.747000', '135733.750000', '135733.752000', '135733.755000', '135733.758000', '135738.991000', '135738.994000', '135738.996000', '135738.999000', '135739.001000', '135739.004000', '135739.006000', '135739.009000', '135739.012000', '135739.014000', '135739.017000', '135739.019000'], 'InstanceCreationTime': ['135053.679000', '135053.682000', '135053.685000', '135053.687000', '135053.690000', '135053.693000', '135053.695000', '135053.698000', '135053.700000', '135053.703000', '135053.706000', '135053.708000', '135053.711000', '135053.713000', '135053.716000', '135053.718000', '135053.721000', '135053.724000', '135053.726000', '135053.729000', '135053.731000', '135053.734000', '135053.736000', '135053.739000', '135053.742000', '135053.747000', '135053.749000', '135053.752000', '135053.755000', '135053.757000', '135053.760000', '135053.762000', '135113.635000', '135113.638000', '135113.641000', '135113.643000', '135113.646000', '135113.648000', '135113.651000', '135113.656000', '135113.659000', '135113.661000', '135113.664000', '135113.666000', '135113.669000', '135113.671000', '135113.674000', '135113.676000', '135113.679000', '135113.681000', '135113.684000', '135113.686000', '135113.689000', '135113.691000', '135113.694000', '135113.696000', '135113.699000', '135113.702000', '135113.704000', '135113.707000', '135113.709000', '135113.712000', '135113.714000', '135113.717000', '135113.720000', '135113.722000', '135113.725000', '135113.727000', '135113.730000', '135113.732000', '135113.735000', '135113.738000', '135113.740000', '135113.743000', '135113.745000', '135113.748000', '135133.636000', '135133.639000', '135133.642000', '135133.644000', '135133.647000', '135133.649000', '135133.652000', '135133.695000', '135133.698000', '135133.700000', '135133.703000', '135133.705000', '135133.708000', '135133.710000', '135133.713000', '135133.716000', '135133.720000', '135133.722000', '135133.725000', '135133.727000', '135133.730000', '135133.733000', '135133.735000', '135133.738000', '135133.740000', '135133.743000', '135133.745000', '135133.748000', '135133.750000', '135133.753000', '135133.756000', '135133.758000', '135133.761000', '135133.763000', '135133.766000', '135133.768000', '135133.771000', '135133.773000', '135133.776000', '135133.778000', '135133.781000', '135133.783000', '135133.786000', '135153.635000', '135153.638000', '135153.641000', '135153.643000', '135153.646000', '135153.648000', '135153.651000', '135153.653000', '135153.656000', '135153.659000', '135153.661000', '135153.664000', '135153.666000', '135153.669000', '135153.671000', '135153.674000', '135153.677000', '135153.679000', '135153.682000', '135153.684000', '135153.687000', '135153.690000', '135153.692000', '135153.695000', '135153.697000', '135153.700000', '135153.702000', '135153.705000', '135153.707000', '135153.710000', '135153.713000', '135153.715000', '135153.718000', '135153.720000', '135153.723000', '135153.725000', '135153.728000', '135153.730000', '135153.733000', '135153.736000', '135153.738000', '135153.741000', '135153.743000', '135153.746000', '135213.636000', '135213.638000', '135213.641000', '135213.643000', '135213.646000', '135213.648000', '135213.651000', '135213.654000', '135213.656000', '135213.659000', '135213.661000', '135213.664000', '135213.666000', '135213.669000', '135213.672000', '135213.674000', '135213.677000', '135213.679000', '135213.682000', '135213.684000', '135213.687000', '135213.689000', '135213.692000', '135213.695000', '135213.697000', '135213.700000', '135213.702000', '135213.705000', '135213.707000', '135213.710000', '135213.712000', '135213.715000', '135213.718000', '135213.720000', '135213.723000', '135213.725000', '135213.728000', '135213.730000', '135213.733000', '135213.735000', '135213.738000', '135213.741000', '135213.744000', '135233.635000', '135233.638000', '135233.641000', '135233.643000', '135233.646000', '135233.648000', '135233.651000', '135233.654000', '135233.656000', '135233.659000', '135233.662000', '135233.665000', '135233.667000', '135233.670000', '135233.672000', '135233.675000', '135233.677000', '135233.680000', '135233.682000', '135233.685000', '135233.688000', '135233.690000', '135233.693000', '135233.695000', '135233.698000', '135233.701000', '135233.703000', '135233.706000', '135233.708000', '135233.711000', '135233.713000', '135233.716000', '135233.718000', '135233.721000', '135233.724000', '135233.726000', '135233.729000', '135233.731000', '135233.734000', '135233.736000', '135233.739000', '135233.741000', '135233.744000', '135233.747000', '135253.635000', '135253.638000', '135253.641000', '135253.643000', '135253.646000', '135253.648000', '135253.651000', '135253.654000', '135253.656000', '135253.659000', '135253.661000', '135253.664000', '135253.666000', '135253.669000', '135253.671000', '135253.674000', '135253.677000', '135253.679000', '135253.682000', '135253.684000', '135253.687000', '135253.690000', '135253.692000', '135253.695000', '135253.697000', '135253.700000', '135253.702000', '135253.705000', '135253.707000', '135253.710000', '135253.713000', '135253.715000', '135253.718000', '135253.721000', '135253.723000', '135253.726000', '135253.728000', '135253.731000', '135253.733000', '135253.736000', '135253.738000', '135253.741000', '135253.743000', '135313.635000', '135313.638000', '135313.641000', '135313.643000', '135313.655000', '135313.658000', '135313.660000', '135313.663000', '135313.666000', '135313.668000', '135313.671000', '135313.673000', '135313.676000', '135313.679000', '135313.681000', '135313.684000', '135313.686000', '135313.689000', '135313.691000', '135313.694000', '135313.697000', '135313.699000', '135313.702000', '135313.704000', '135313.707000', '135313.709000', '135313.712000', '135313.714000', '135313.717000', '135313.720000', '135313.722000', '135313.725000', '135313.727000', '135313.730000', '135313.732000', '135313.735000', '135313.738000', '135313.740000', '135313.743000', '135313.745000', '135313.748000', '135313.750000', '135313.753000', '135333.636000', '135333.639000', '135333.641000', '135333.644000', '135333.646000', '135333.649000', '135333.652000', '135333.654000', '135333.657000', '135333.659000', '135333.662000', '135333.664000', '135333.667000', '135333.669000', '135333.672000', '135333.675000', '135333.677000', '135333.680000', '135333.682000', '135333.685000', '135333.687000', '135333.690000', '135333.693000', '135333.695000', '135333.698000', '135333.700000', '135333.703000', '135333.705000', '135333.708000', '135333.711000', '135333.713000', '135333.716000', '135333.718000', '135333.721000', '135333.724000', '135333.726000', '135333.729000', '135333.731000', '135333.734000', '135333.736000', '135333.739000', '135333.742000', '135333.744000', '135333.747000', '135353.636000', '135353.639000', '135353.642000', '135353.645000', '135353.648000', '135353.650000', '135353.653000', '135353.655000', '135353.658000', '135353.660000', '135353.663000', '135353.666000', '135353.668000', '135353.671000', '135353.673000', '135353.676000', '135353.679000', '135353.681000', '135353.684000', '135353.686000', '135353.689000', '135353.691000', '135353.694000', '135353.697000', '135353.699000', '135353.702000', '135353.704000', '135353.707000', '135353.710000', '135353.712000', '135353.715000', '135353.717000', '135353.720000', '135353.723000', '135353.725000', '135353.728000', '135353.730000', '135353.733000', '135353.735000', '135353.738000', '135353.740000', '135353.743000', '135353.746000', '135413.635000', '135413.638000', '135413.641000', '135413.643000', '135413.646000', '135413.649000', '135413.651000', '135413.654000', '135413.656000', '135413.659000', '135413.662000', '135413.664000', '135413.667000', '135413.669000', '135413.672000', '135413.674000', '135413.677000', '135413.680000', '135413.682000', '135413.685000', '135413.687000', '135413.690000', '135413.692000', '135413.695000', '135413.698000', '135413.700000', '135413.703000', '135413.705000', '135413.708000', '135413.710000', '135413.713000', '135413.716000', '135413.718000', '135413.721000', '135413.723000', '135413.726000', '135413.728000', '135413.731000', '135413.734000', '135413.736000', '135413.739000', '135413.741000', '135413.744000', '135413.746000', '135433.635000', '135433.638000', '135433.641000', '135433.643000', '135433.646000', '135433.649000', '135433.651000', '135433.654000', '135433.656000', '135433.659000', '135433.662000', '135433.664000', '135433.667000', '135433.669000', '135433.672000', '135433.675000', '135433.677000', '135433.680000', '135433.682000', '135433.685000', '135433.687000', '135433.690000', '135433.693000', '135433.695000', '135433.698000', '135433.700000', '135433.703000', '135433.705000', '135433.708000', '135433.743000', '135433.746000', '135433.748000', '135433.751000', '135433.754000', '135433.756000', '135433.759000', '135433.761000', '135433.764000', '135433.766000', '135433.769000', '135433.772000', '135433.774000', '135433.777000', '135453.636000', '135453.638000', '135453.641000', '135453.644000', '135453.646000', '135453.649000', '135453.651000', '135453.654000', '135453.656000', '135453.659000', '135453.662000', '135453.664000', '135453.667000', '135453.669000', '135453.672000', '135453.674000', '135453.677000', '135453.680000', '135453.682000', '135453.685000', '135453.687000', '135453.690000', '135453.692000', '135453.695000', '135453.698000', '135453.700000', '135453.703000', '135453.705000', '135453.708000', '135453.710000', '135453.713000', '135453.716000', '135453.718000', '135453.721000', '135453.723000', '135453.726000', '135453.728000', '135453.731000', '135453.733000', '135453.736000', '135453.739000', '135453.741000', '135453.744000', '135453.746000', '135513.635000', '135513.638000', '135513.641000', '135513.643000', '135513.646000', '135513.648000', '135513.651000', '135513.654000', '135513.656000', '135513.659000', '135513.661000', '135513.664000', '135513.666000', '135513.669000', '135513.672000', '135513.674000', '135513.677000', '135513.680000', '135513.683000', '135513.686000', '135513.689000', '135513.691000', '135513.694000', '135513.697000', '135513.699000', '135513.702000', '135513.704000', '135513.707000', '135513.710000', '135513.712000', '135513.715000', '135513.717000', '135513.720000', '135513.723000', '135513.725000', '135513.728000', '135513.730000', '135513.733000', '135513.735000', '135513.738000', '135513.741000', '135513.744000', '135513.746000', '135533.635000', '135533.638000', '135533.641000', '135533.643000', '135533.646000', '135533.648000', '135533.651000', '135533.654000', '135533.656000', '135533.659000', '135533.661000', '135533.664000', '135533.666000', '135533.669000', '135533.672000', '135533.674000', '135533.677000', '135533.679000', '135533.682000', '135533.684000', '135533.687000', '135533.689000', '135533.692000', '135533.695000', '135533.697000', '135533.700000', '135533.702000', '135533.705000', '135533.708000', '135533.710000', '135533.713000', '135533.715000', '135533.718000', '135533.720000', '135533.723000', '135533.725000', '135533.728000', '135533.731000', '135533.733000', '135533.736000', '135533.738000', '135533.741000', '135533.743000', '135533.746000', '135553.636000', '135553.638000', '135553.641000', '135553.644000', '135553.646000', '135553.649000', '135553.651000', '135553.654000', '135553.656000', '135553.659000', '135553.662000', '135553.664000', '135553.667000', '135553.669000', '135553.672000', '135553.675000', '135553.677000', '135553.680000', '135553.682000', '135553.685000', '135553.688000', '135553.690000', '135553.693000', '135553.695000', '135553.698000', '135553.701000', '135553.703000', '135553.706000', '135553.708000', '135553.711000', '135553.714000', '135553.716000', '135553.719000', '135553.721000', '135553.724000', '135553.727000', '135553.729000', '135553.732000', '135553.734000', '135553.737000', '135553.739000', '135553.742000', '135553.745000', '135613.636000', '135613.639000', '135613.642000', '135613.644000', '135613.647000', '135613.650000', '135613.652000', '135613.655000', '135613.657000', '135613.660000', '135613.673000', '135613.676000', '135613.678000', '135613.681000', '135613.683000', '135613.686000', '135613.689000', '135613.691000', '135613.694000', '135613.696000', '135613.699000', '135613.702000', '135613.704000', '135613.707000', '135613.709000', '135613.712000', '135613.715000', '135613.717000', '135613.720000', '135613.722000', '135613.725000', '135613.727000', '135613.730000', '135613.732000', '135613.737000', '135613.739000', '135613.742000', '135613.745000', '135613.747000', '135613.750000', '135613.752000', '135613.755000', '135613.757000', '135613.760000', '135633.635000', '135633.638000', '135633.641000', '135633.644000', '135633.646000', '135633.649000', '135633.651000', '135633.654000', '135633.656000', '135633.659000', '135633.661000', '135633.664000', '135633.667000', '135633.669000', '135633.672000', '135633.674000', '135633.677000', '135633.679000', '135633.682000', '135633.685000', '135633.687000', '135633.690000', '135633.692000', '135633.695000', '135633.697000', '135633.700000', '135633.703000', '135633.705000', '135633.708000', '135633.710000', '135633.713000', '135633.716000', '135633.718000', '135633.721000', '135633.725000', '135633.727000', '135633.730000', '135633.732000', '135633.735000', '135633.738000', '135633.740000', '135633.743000', '135633.745000', '135653.636000', '135653.638000', '135653.641000', '135653.644000', '135653.646000', '135653.649000', '135653.651000', '135653.654000', '135653.656000', '135653.659000', '135653.662000', '135653.664000', '135653.667000', '135653.669000', '135653.672000', '135653.674000', '135653.677000', '135653.680000', '135653.682000', '135653.685000', '135653.687000', '135653.690000', '135653.692000', '135653.695000', '135653.698000', '135653.700000', '135653.703000', '135653.705000', '135653.708000', '135653.711000', '135653.713000', '135653.716000', '135653.719000', '135653.721000', '135653.724000', '135653.726000', '135653.729000', '135653.731000', '135653.734000', '135653.736000', '135653.739000', '135653.742000', '135653.744000', '135653.747000', '135713.635000', '135713.638000', '135713.641000', '135713.643000', '135713.646000', '135713.649000', '135713.651000', '135713.654000', '135713.656000', '135713.659000', '135713.661000', '135713.664000', '135713.666000', '135713.669000', '135713.672000', '135713.674000', '135713.677000', '135713.679000', '135713.682000', '135713.684000', '135713.687000', '135713.690000', '135713.692000', '135713.695000', '135713.697000', '135713.700000', '135713.703000', '135713.705000', '135713.708000', '135713.710000', '135713.713000', '135713.716000', '135713.718000', '135713.721000', '135713.724000', '135713.726000', '135713.729000', '135713.732000', '135713.734000', '135713.737000', '135713.739000', '135713.742000', '135713.745000', '135733.635000', '135733.638000', '135733.641000', '135733.643000', '135733.646000', '135733.649000', '135733.651000', '135733.665000', '135733.667000', '135733.670000', '135733.673000', '135733.675000', '135733.678000', '135733.680000', '135733.683000', '135733.685000', '135733.688000', '135733.691000', '135733.693000', '135733.696000', '135733.698000', '135733.701000', '135733.704000', '135733.706000', '135733.709000', '135733.711000', '135733.714000', '135733.716000', '135733.719000', '135733.722000', '135733.724000', '135733.727000', '135733.729000', '135733.732000', '135733.734000', '135733.737000', '135733.740000', '135733.742000', '135733.745000', '135733.747000', '135733.750000', '135733.752000', '135733.755000', '135733.758000', '135738.991000', '135738.994000', '135738.996000', '135738.999000', '135739.001000', '135739.004000', '135739.006000', '135739.009000', '135739.012000', '135739.014000', '135739.017000', '135739.019000'], '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': [17078, 9220, 15449, 9756, 12826, 9790, 9173, 14178, 9241, 12035, 9427, 10595, 14972, 9118, 11614, 9226, 9005, 11766, 9232, 10908, 9256, 9656, 9640, 9366, 12033, 9848, 10530, 9620, 9421, 13046, 9731, 11198, 9684, 9322, 9545, 9571, 13035, 9604, 11686, 10107, 9513, 13241, 9524, 12357, 9851, 11039, 9343, 9388, 13500, 9426, 11692, 9294, 10425, 9754, 9514, 13771, 9592, 11749, 9547, 9786, 13087, 9463, 11960, 9664, 9340, 11046, 9499, 11122, 9455, 11336, 9875, 9901, 9745, 9257, 9925, 9392, 12255, 9602, 12043, 9850, 10486, 9323, 10153, 13812, 9560, 13893, 9826, 11030, 9717, 9399, 13298, 9516, 11935, 9390, 9428, 9199, 9505, 11434, 10043, 9545, 9726, 9427, 10612, 9405, 11781, 9692, 10054, 9578, 10555, 10073, 9500, 15456, 9475, 11417, 9554, 9103, 12043, 9381, 12713, 9675, 11882, 9846, 9323, 13687, 9149, 10054, 13301, 9366, 10430, 9461, 9208, 10502, 9556, 8887, 9695, 9229, 9901, 9233, 10760, 9557, 11197, 9858, 10219, 10016, 10321, 15300, 9464, 14287, 9481, 11157, 16142, 9278, 12385, 9209, 9930, 14429, 9224, 11052, 9685, 9262, 12466, 9424, 9130, 9451, 9028, 9424, 9228, 11753, 9422, 11355, 9084, 10479, 9165, 9143, 12931, 9186, 10626, 9255, 9171, 12339, 9246, 10208, 9101, 9070, 9252, 9310, 10003, 9295, 9707, 9639, 9033, 9377, 9089, 10021, 9212, 11764, 8884, 10185, 9343, 9119, 12068, 9327, 11136, 9638, 9074, 12375, 9211, 10714, 9408, 9118, 12275, 9249, 10030, 12525, 9400, 9679, 12732, 9138, 10009, 9234, 9181, 11871, 9561, 8943, 9163, 9156, 11516, 9306, 11215, 9387, 9428, 12232, 9144, 10998, 9135, 9285, 12225, 9150, 11797, 9227, 9139, 9315, 9266, 11476, 9527, 11164, 9400, 9735, 9541, 9182, 11781, 9591, 11707, 9564, 9485, 12570, 9384, 11658, 9149, 10423, 13223, 8930, 12436, 9246, 10089, 11406, 9111, 12378, 9220, 9791, 9286, 9951, 11537, 9033, 12085, 9021, 10211, 9527, 9142, 11915, 9123, 11533, 8951, 9667, 10960, 9069, 11987, 9253, 10824, 9043, 9202, 12490, 9299, 10008, 9124, 9354, 10013, 9197, 11445, 9187, 10403, 9184, 9945, 9381, 9113, 12086, 8889, 11843, 8907, 11850, 8740, 10611, 8898, 10906, 10356, 9342, 13549, 9190, 11723, 9058, 9220, 11996, 9125, 11660, 8998, 9603, 10329, 9097, 11721, 9087, 10216, 8875, 9111, 9153, 9150, 9561, 9668, 7563, 10617, 8457, 9528, 8447, 11673, 8686, 12282, 8120, 11095, 9672, 12270, 10540, 16645, 10704, 14836, 8843, 11754, 8381, 11036, 8783, 9826, 8915, 9210, 11579, 9445, 14364, 9178, 12567, 8925, 13674, 8917, 13488, 8849, 12164, 8400, 10728, 9384, 10046, 8886, 8590, 8940, 8867, 8926, 9101, 11374, 12158, 13676, 9237, 13136, 9295, 12190, 9697, 10432, 9788, 12330, 9097, 9792, 11125, 14034, 10808, 17035, 13015, 15426, 11699, 15512, 11221, 13663, 11157, 11435, 12577, 10277, 11748, 8967, 11516, 8856, 10640, 8633, 10299, 8556, 8804, 8524, 9368, 8378, 9311, 8845, 9869, 10953, 8450, 10906, 8986, 10212, 8249, 10157, 8546, 8708, 7918, 8833, 10851, 8773, 11517, 8571, 9788, 8494, 9821, 11106, 8304, 11028, 8597, 12083, 8469, 9696, 7772, 9853, 10122, 8585, 9563, 8987, 9799, 9261, 11199, 8803, 11406, 8504, 10783, 8581, 10043, 14351, 9188, 11872, 9037, 10842, 8516, 10171, 9054, 10060, 13765, 9076, 11510, 8419, 9304, 11189, 7702, 11793, 8303, 10480, 8152, 9609, 8132, 9624, 8317, 10722, 8649, 8817, 8322, 8207, 12017, 8391, 11919, 9098, 10533, 8142, 9278, 11486, 8561, 12213, 8658, 11135, 8312, 10859, 8216, 11039, 8656, 10835, 8316, 10407, 8411, 10462, 8317, 10693, 8335, 9795, 8135, 10002, 8212, 11092, 8336, 10975, 7981, 10937, 8178, 11001, 14826, 10164, 15853, 9028, 12959, 8634, 10809, 8413, 10223, 8770, 10915, 8221, 10657, 8842, 11382, 8134, 10572, 8551, 12202, 9972, 12104, 9099, 10341, 8905, 8164, 9932, 8190, 10811, 8033, 10871, 8218, 13685, 8795, 15231, 9267, 15548, 16828, 12559, 15630, 10532, 11061, 12238, 9081, 11044, 8649, 11788, 8431, 11217, 8565, 10624, 8306, 10137, 8361, 10130, 8357, 10090, 8382, 9960, 8824, 10893, 9137, 9514, 9859, 9547, 8890, 10139, 8112, 10669, 8953, 8808, 8716, 9915, 8609, 11000, 8687, 10901, 8005, 10338, 7999, 10457, 8167, 9899, 7996, 8711, 11837, 8521, 10358, 10034, 8301, 11410, 8191, 11283, 8004, 10028, 13271, 9706, 12019, 8759, 11354, 8567, 10308, 7994, 10570, 8467, 9733, 8660, 10227, 8279, 10025, 8717, 9304, 9951, 9037, 13429, 11060, 12451, 15052, 8686, 13325, 8759, 10837, 7980, 10127, 8792, 8688, 11407, 8736, 10351, 8070, 10641, 8252, 9863, 7840, 8737, 7929, 8780, 11761, 8410, 10518, 8618, 10244, 8359, 10560, 8208, 10269, 8054, 9259, 7744, 9550, 8543, 9345, 9223, 8642, 11902, 8365, 11488, 8564, 11711, 8612, 11065, 8971, 10662, 8070, 10746, 8189, 11381, 15107, 11816, 17054, 8837, 13040, 8574, 13028, 9471, 11798, 8614, 10050, 8299, 9548, 8992, 8591, 7724, 8722, 7911, 9108, 9225, 9246, 8572, 9815, 12415, 9148, 12401, 8599, 8200, 9158, 8400, 8999, 11086, 8895, 8217, 9427, 10803, 9139, 16219, 9378, 14009, 9051, 12159, 8916, 10637, 8273, 10930, 8397, 9125, 9770, 9160, 11424, 8119, 10960, 8904, 10378, 8089, 8860, 11347, 8197, 10546, 8199, 9428, 11879, 8567, 11091, 8486, 8506, 11151, 8265, 10507, 7982, 9360, 9120, 8326, 10962, 8195, 9531, 8291, 10095, 8520, 10705, 8116, 9286, 8841, 9919, 8965, 10154, 8480, 8921, 8010, 8937, 11750, 8555, 11835, 9035, 10419, 8415, 10684, 8855, 11956, 8353, 10554, 18242, 9058, 15393, 9124, 11315, 8393, 12299, 9163, 11514, 8680, 9890, 8209, 10041, 9136, 10068, 15298, 9342, 14056, 9164, 14692, 8435, 11434, 8438, 9976, 8562, 10335, 8198, 10614, 9209, 9189, 12411, 8720, 11886, 8902, 10782, 8975, 10677, 8667, 9924, 8616, 10322, 8199, 9487, 8452, 10188, 8092, 9898, 8301, 10294, 8875, 10694, 8443, 9580, 8175, 9764, 9250, 9171, 11245, 8861, 11402, 8574, 10932, 8386, 10518, 8483, 10911, 8616, 10776, 14438, 9096, 12442, 7987, 10532, 8529, 10123, 8255, 9679, 8656, 8955, 11569, 8306, 11273, 8224, 10557, 8434, 10622, 8181, 10349, 8823, 8956, 12534, 8365, 10921, 8407, 10336, 8652, 10565, 8739, 8377, 12021, 8578, 11391, 8453, 10453, 8172, 8154, 11715, 8252, 10890, 8371, 9747, 8171, 8623, 9446, 8740, 11243, 8403], 'WindowCenter': [4331.0, 4276.0, 4303.0, 4249.0, 4277.0, 4244.0, 4246.0, 4274.0, 4234.0, 4265.0, 4232.0, 4254.0, 4272.0, 4232.0, 4252.0, 4232.0, 4232.0, 4251.0, 4257.0, 4266.0, 4258.0, 4258.0, 4256.0, 4258.0, 4280.0, 4269.0, 4269.0, 4257.0, 4261.0, 4279.0, 4260.0, 4281.0, 4259.0, 4260.0, 4259.0, 4272.0, 4290.0, 4259.0, 4282.0, 4259.0, 4274.0, 4290.0, 4274.0, 4290.0, 4269.0, 4271.0, 4261.0, 4261.0, 4288.0, 4261.0, 4281.0, 4260.0, 4272.0, 4260.0, 4273.0, 4290.0, 4258.0, 4280.0, 4258.0, 4261.0, 4278.0, 4258.0, 4267.0, 4245.0, 4260.0, 4268.0, 4259.0, 4268.0, 4261.0, 4280.0, 4272.0, 4272.0, 4272.0, 4273.0, 4273.0, 4275.0, 4292.0, 4275.0, 4294.0, 4274.0, 4273.0, 4263.0, 4285.0, 4291.0, 4273.0, 4303.0, 4272.0, 4271.0, 4260.0, 4262.0, 4290.0, 4259.0, 4281.0, 4249.0, 4259.0, 4248.0, 4260.0, 4279.0, 4258.0, 4271.0, 4270.0, 4274.0, 4270.0, 4276.0, 4294.0, 4273.0, 4272.0, 4273.0, 4285.0, 4271.0, 4273.0, 4302.0, 4260.0, 4280.0, 4257.0, 4262.0, 4280.0, 4260.0, 4279.0, 4259.0, 4282.0, 4258.0, 4261.0, 4280.0, 4248.0, 4248.0, 4264.0, 4246.0, 4255.0, 4244.0, 4247.0, 4255.0, 4259.0, 4273.0, 4273.0, 4272.0, 4283.0, 4287.0, 4294.0, 4288.0, 4296.0, 4287.0, 4287.0, 4274.0, 4287.0, 4304.0, 4262.0, 4292.0, 4258.0, 4272.0, 4289.0, 4249.0, 4277.0, 4247.0, 4260.0, 4277.0, 4247.0, 4268.0, 4245.0, 4246.0, 4265.0, 4245.0, 4246.0, 4246.0, 4248.0, 4247.0, 4260.0, 4268.0, 4259.0, 4269.0, 4248.0, 4269.0, 4247.0, 4248.0, 4277.0, 4247.0, 4271.0, 4246.0, 4247.0, 4265.0, 4248.0, 4256.0, 4246.0, 4249.0, 4258.0, 4261.0, 4270.0, 4273.0, 4273.0, 4272.0, 4264.0, 4262.0, 4264.0, 4261.0, 4263.0, 4282.0, 4251.0, 4271.0, 4249.0, 4251.0, 4279.0, 4259.0, 4271.0, 4258.0, 4249.0, 4279.0, 4248.0, 4257.0, 4246.0, 4247.0, 4266.0, 4246.0, 4245.0, 4265.0, 4234.0, 4245.0, 4262.0, 4234.0, 4244.0, 4232.0, 4244.0, 4266.0, 4245.0, 4246.0, 4245.0, 4248.0, 4266.0, 4260.0, 4270.0, 4259.0, 4260.0, 4267.0, 4247.0, 4269.0, 4248.0, 4260.0, 4267.0, 4260.0, 4280.0, 4248.0, 4261.0, 4248.0, 4262.0, 4293.0, 4272.0, 4281.0, 4260.0, 4262.0, 4258.0, 4260.0, 4281.0, 4260.0, 4279.0, 4260.0, 4261.0, 4279.0, 4249.0, 4270.0, 4247.0, 4258.0, 4265.0, 4247.0, 4266.0, 4247.0, 4259.0, 4255.0, 4236.0, 4266.0, 4246.0, 4257.0, 4247.0, 4259.0, 4266.0, 4249.0, 4267.0, 4237.0, 4272.0, 4260.0, 4261.0, 4278.0, 4260.0, 4268.0, 4247.0, 4262.0, 4257.0, 4250.0, 4268.0, 4249.0, 4270.0, 4247.0, 4249.0, 4267.0, 4248.0, 4257.0, 4247.0, 4249.0, 4256.0, 4259.0, 4267.0, 4260.0, 4281.0, 4260.0, 4261.0, 4248.0, 4251.0, 4279.0, 4250.0, 4280.0, 4249.0, 4269.0, 4249.0, 4258.0, 4248.0, 4269.0, 4256.0, 4248.0, 4276.0, 4247.0, 4267.0, 4234.0, 4244.0, 4253.0, 4245.0, 4255.0, 4234.0, 4259.0, 4255.0, 4247.0, 4265.0, 4247.0, 4258.0, 4246.0, 4277.0, 4248.0, 4276.0, 4257.0, 4261.0, 4242.0, 4284.0, 4265.0, 4274.0, 4279.0, 4297.0, 4266.0, 4295.0, 4265.0, 4294.0, 4287.0, 4293.0, 4284.0, 4313.0, 4269.0, 4276.0, 4235.0, 4265.0, 4224.0, 4268.0, 4234.0, 4244.0, 4232.0, 4245.0, 4263.0, 4247.0, 4275.0, 4245.0, 4264.0, 4245.0, 4274.0, 4248.0, 4274.0, 4245.0, 4276.0, 4249.0, 4281.0, 4275.0, 4310.0, 4275.0, 4258.0, 4244.0, 4234.0, 4247.0, 4258.0, 4281.0, 4307.0, 4318.0, 4274.0, 4303.0, 4341.0, 4342.0, 4300.0, 4269.0, 4231.0, 4251.0, 4260.0, 4283.0, 4297.0, 4281.0, 4283.0, 4303.0, 4280.0, 4266.0, 4255.0, 4265.0, 4241.0, 4253.0, 4239.0, 4241.0, 4237.0, 4229.0, 4237.0, 4219.0, 4237.0, 4218.0, 4226.0, 4218.0, 4240.0, 4221.0, 4233.0, 4223.0, 4232.0, 4235.0, 4247.0, 4247.0, 4272.0, 4271.0, 4251.0, 4269.0, 4249.0, 4259.0, 4250.0, 4285.0, 4275.0, 4262.0, 4251.0, 4263.0, 4281.0, 4263.0, 4283.0, 4253.0, 4276.0, 4263.0, 4287.0, 4283.0, 4266.0, 4285.0, 4264.0, 4293.0, 4252.0, 4290.0, 4254.0, 4287.0, 4284.0, 4266.0, 4274.0, 4277.0, 4285.0, 4276.0, 4299.0, 4265.0, 4284.0, 4265.0, 4297.0, 4266.0, 4275.0, 4304.0, 4264.0, 4294.0, 4262.0, 4284.0, 4252.0, 4273.0, 4250.0, 4260.0, 4279.0, 4249.0, 4269.0, 4238.0, 4261.0, 4267.0, 4228.0, 4268.0, 4238.0, 4268.0, 4241.0, 4259.0, 4252.0, 4271.0, 4265.0, 4297.0, 4253.0, 4263.0, 4251.0, 4253.0, 4291.0, 4253.0, 4309.0, 4263.0, 4271.0, 4239.0, 4261.0, 4268.0, 4250.0, 4280.0, 4250.0, 4281.0, 4240.0, 4269.0, 4239.0, 4270.0, 4265.0, 4297.0, 4264.0, 4268.0, 4278.0, 4284.0, 4253.0, 4273.0, 4264.0, 4284.0, 4253.0, 4272.0, 4253.0, 4284.0, 4253.0, 4283.0, 4242.0, 4271.0, 4239.0, 4272.0, 4289.0, 4260.0, 4303.0, 4263.0, 4291.0, 4248.0, 4267.0, 4238.0, 4257.0, 4239.0, 4269.0, 4238.0, 4259.0, 4237.0, 4281.0, 4251.0, 4285.0, 4262.0, 4295.0, 4272.0, 4291.0, 4261.0, 4269.0, 4262.0, 4250.0, 4273.0, 4266.0, 4286.0, 4257.0, 4284.0, 4267.0, 4305.0, 4255.0, 4305.0, 4250.0, 4293.0, 4279.0, 4257.0, 4265.0, 4219.0, 4231.0, 4227.0, 4209.0, 4227.0, 4198.0, 4252.0, 4197.0, 4227.0, 4195.0, 4215.0, 4184.0, 4230.0, 4209.0, 4218.0, 4210.0, 4244.0, 4226.0, 4286.0, 4304.0, 4325.0, 4276.0, 4273.0, 4260.0, 4233.0, 4263.0, 4270.0, 4252.0, 4273.0, 4277.0, 4263.0, 4277.0, 4285.0, 4266.0, 4296.0, 4278.0, 4284.0, 4266.0, 4297.0, 4268.0, 4299.0, 4265.0, 4285.0, 4266.0, 4278.0, 4294.0, 4264.0, 4298.0, 4272.0, 4265.0, 4293.0, 4265.0, 4295.0, 4254.0, 4285.0, 4291.0, 4274.0, 4294.0, 4262.0, 4281.0, 4261.0, 4271.0, 4252.0, 4284.0, 4263.0, 4273.0, 4274.0, 4295.0, 4263.0, 4286.0, 4263.0, 4274.0, 4282.0, 4274.0, 4305.0, 4281.0, 4293.0, 4301.0, 4261.0, 4302.0, 4262.0, 4281.0, 4251.0, 4283.0, 4249.0, 4263.0, 4292.0, 4261.0, 4270.0, 4251.0, 4281.0, 4250.0, 4270.0, 4250.0, 4262.0, 4252.0, 4274.0, 4294.0, 4264.0, 4282.0, 4275.0, 4284.0, 4264.0, 4295.0, 4264.0, 4295.0, 4265.0, 4285.0, 4265.0, 4287.0, 4274.0, 4285.0, 4273.0, 4275.0, 4304.0, 4276.0, 4293.0, 4274.0, 4294.0, 4275.0, 4296.0, 4274.0, 4283.0, 4264.0, 4295.0, 4262.0, 4295.0, 4313.0, 4308.0, 4312.0, 4261.0, 4289.0, 4260.0, 4290.0, 4269.0, 4278.0, 4248.0, 4267.0, 4246.0, 4271.0, 4260.0, 4259.0, 4237.0, 4260.0, 4249.0, 4273.0, 4271.0, 4272.0, 4260.0, 4283.0, 4302.0, 4272.0, 4303.0, 4274.0, 4261.0, 4273.0, 4261.0, 4274.0, 4292.0, 4272.0, 4261.0, 4273.0, 4281.0, 4273.0, 4313.0, 4272.0, 4300.0, 4260.0, 4290.0, 4261.0, 4280.0, 4248.0, 4279.0, 4247.0, 4259.0, 4267.0, 4271.0, 4280.0, 4250.0, 4280.0, 4259.0, 4269.0, 4237.0, 4258.0, 4278.0, 4247.0, 4267.0, 4235.0, 4257.0, 4265.0, 4246.0, 4279.0, 4247.0, 4245.0, 4264.0, 4245.0, 4266.0, 4235.0, 4259.0, 4258.0, 4247.0, 4277.0, 4250.0, 4270.0, 4262.0, 4284.0, 4261.0, 4294.0, 4263.0, 4287.0, 4272.0, 4285.0, 4272.0, 4284.0, 4262.0, 4274.0, 4251.0, 4275.0, 4294.0, 4289.0, 4303.0, 4274.0, 4284.0, 4264.0, 4295.0, 4274.0, 4293.0, 4263.0, 4298.0, 4323.0, 4261.0, 4300.0, 4271.0, 4280.0, 4251.0, 4292.0, 4260.0, 4291.0, 4248.0, 4268.0, 4248.0, 4270.0, 4258.0, 4270.0, 4298.0, 4258.0, 4288.0, 4258.0, 4299.0, 4247.0, 4266.0, 4235.0, 4256.0, 4247.0, 4265.0, 4235.0, 4268.0, 4245.0, 4256.0, 4288.0, 4248.0, 4276.0, 4246.0, 4265.0, 4246.0, 4267.0, 4246.0, 4257.0, 4258.0, 4269.0, 4247.0, 4270.0, 4247.0, 4267.0, 4236.0, 4267.0, 4247.0, 4270.0, 4247.0, 4268.0, 4235.0, 4269.0, 4236.0, 4269.0, 4256.0, 4257.0, 4266.0, 4247.0, 4278.0, 4249.0, 4268.0, 4237.0, 4266.0, 4247.0, 4267.0, 4245.0, 4279.0, 4286.0, 4247.0, 4288.0, 4238.0, 4266.0, 4246.0, 4267.0, 4236.0, 4257.0, 4245.0, 4258.0, 4266.0, 4247.0, 4277.0, 4249.0, 4267.0, 4247.0, 4268.0, 4248.0, 4282.0, 4259.0, 4260.0, 4287.0, 4249.0, 4280.0, 4251.0, 4270.0, 4248.0, 4270.0, 4246.0, 4249.0, 4288.0, 4248.0, 4281.0, 4248.0, 4269.0, 4236.0, 4249.0, 4277.0, 4250.0, 4281.0, 4250.0, 4260.0, 4249.0, 4262.0, 4269.0, 4275.0, 4292.0, 4251.0], 'WindowWidth': [9561.0, 9476.0, 9504.0, 9423.0, 9458.0, 9407.0, 9412.0, 9446.0, 9393.0, 9435.0, 9388.0, 9420.0, 9440.0, 9386.0, 9414.0, 9385.0, 9388.0, 9410.0, 9430.0, 9440.0, 9433.0, 9431.0, 9426.0, 9436.0, 9467.0, 9451.0, 9450.0, 9430.0, 9441.0, 9462.0, 9437.0, 9470.0, 9438.0, 9441.0, 9434.0, 9457.0, 9479.0, 9437.0, 9472.0, 9436.0, 9464.0, 9480.0, 9465.0, 9480.0, 9451.0, 9454.0, 9443.0, 9442.0, 9474.0, 9441.0, 9467.0, 9440.0, 9457.0, 9437.0, 9460.0, 9479.0, 9433.0, 9464.0, 9430.0, 9440.0, 9459.0, 9431.0, 9443.0, 9411.0, 9437.0, 9445.0, 9436.0, 9447.0, 9440.0, 9464.0, 9458.0, 9460.0, 9458.0, 9460.0, 9461.0, 9470.0, 9487.0, 9468.0, 9493.0, 9463.0, 9460.0, 9449.0, 9481.0, 9481.0, 9462.0, 9503.0, 9456.0, 9453.0, 9437.0, 9443.0, 9477.0, 9435.0, 9469.0, 9421.0, 9435.0, 9417.0, 9439.0, 9463.0, 9434.0, 9454.0, 9452.0, 9464.0, 9453.0, 9470.0, 9491.0, 9462.0, 9458.0, 9462.0, 9480.0, 9453.0, 9460.0, 9498.0, 9438.0, 9465.0, 9429.0, 9444.0, 9466.0, 9438.0, 9462.0, 9432.0, 9472.0, 9429.0, 9441.0, 9463.0, 9416.0, 9416.0, 9433.0, 9409.0, 9423.0, 9407.0, 9415.0, 9423.0, 9434.0, 9464.0, 9462.0, 9462.0, 9476.0, 9487.0, 9493.0, 9491.0, 9497.0, 9487.0, 9489.0, 9464.0, 9487.0, 9505.0, 9445.0, 9485.0, 9432.0, 9457.0, 9477.0, 9422.0, 9458.0, 9413.0, 9437.0, 9456.0, 9416.0, 9443.0, 9407.0, 9411.0, 9435.0, 9409.0, 9412.0, 9412.0, 9420.0, 9416.0, 9436.0, 9444.0, 9434.0, 9447.0, 9418.0, 9447.0, 9413.0, 9418.0, 9454.0, 9415.0, 9454.0, 9413.0, 9415.0, 9436.0, 9417.0, 9425.0, 9413.0, 9421.0, 9431.0, 9440.0, 9451.0, 9460.0, 9464.0, 9459.0, 9450.0, 9444.0, 9452.0, 9441.0, 9448.0, 9472.0, 9427.0, 9454.0, 9420.0, 9426.0, 9462.0, 9436.0, 9454.0, 9433.0, 9422.0, 9461.0, 9418.0, 9429.0, 9409.0, 9415.0, 9440.0, 9410.0, 9409.0, 9435.0, 9392.0, 9407.0, 9427.0, 9390.0, 9406.0, 9385.0, 9406.0, 9438.0, 9408.0, 9413.0, 9408.0, 9417.0, 9439.0, 9435.0, 9451.0, 9435.0, 9439.0, 9442.0, 9415.0, 9448.0, 9418.0, 9439.0, 9441.0, 9437.0, 9464.0, 9419.0, 9441.0, 9416.0, 9444.0, 9490.0, 9457.0, 9468.0, 9438.0, 9444.0, 9431.0, 9441.0, 9469.0, 9436.0, 9461.0, 9435.0, 9441.0, 9460.0, 9420.0, 9452.0, 9414.0, 9430.0, 9434.0, 9413.0, 9440.0, 9413.0, 9433.0, 9422.0, 9399.0, 9437.0, 9412.0, 9428.0, 9413.0, 9434.0, 9439.0, 9422.0, 9440.0, 9400.0, 9456.0, 9438.0, 9440.0, 9458.0, 9438.0, 9446.0, 9416.0, 9445.0, 9427.0, 9421.0, 9443.0, 9421.0, 9451.0, 9414.0, 9420.0, 9441.0, 9418.0, 9429.0, 9413.0, 9420.0, 9425.0, 9434.0, 9444.0, 9436.0, 9471.0, 9437.0, 9440.0, 9418.0, 9426.0, 9460.0, 9425.0, 9463.0, 9422.0, 9447.0, 9419.0, 9433.0, 9415.0, 9448.0, 9423.0, 9416.0, 9453.0, 9412.0, 9441.0, 9390.0, 9407.0, 9417.0, 9406.0, 9421.0, 9393.0, 9434.0, 9420.0, 9413.0, 9435.0, 9415.0, 9430.0, 9413.0, 9475.0, 9417.0, 9468.0, 9426.0, 9438.0, 9418.0, 9475.0, 9455.0, 9465.0, 9481.0, 9501.0, 9455.0, 9494.0, 9457.0, 9492.0, 9488.0, 9490.0, 9481.0, 9522.0, 9450.0, 9454.0, 9395.0, 9437.0, 9381.0, 9446.0, 9391.0, 9405.0, 9387.0, 9408.0, 9429.0, 9415.0, 9449.0, 9410.0, 9433.0, 9410.0, 9447.0, 9421.0, 9447.0, 9410.0, 9453.0, 9423.0, 9469.0, 9470.0, 9528.0, 9469.0, 9432.0, 9407.0, 9391.0, 9415.0, 9435.0, 9470.0, 9514.0, 9532.0, 9468.0, 9505.0, 9592.0, 9579.0, 9513.0, 9449.0, 9379.0, 9408.0, 9444.0, 9475.0, 9499.0, 9462.0, 9473.0, 9498.0, 9462.0, 9436.0, 9418.0, 9432.0, 9392.0, 9413.0, 9385.0, 9391.0, 9379.0, 9374.0, 9381.0, 9358.0, 9380.0, 9355.0, 9366.0, 9359.0, 9392.0, 9371.0, 9388.0, 9372.0, 9386.0, 9395.0, 9413.0, 9411.0, 9454.0, 9453.0, 9425.0, 9445.0, 9421.0, 9434.0, 9424.0, 9479.0, 9469.0, 9445.0, 9426.0, 9447.0, 9466.0, 9446.0, 9474.0, 9431.0, 9466.0, 9446.0, 9485.0, 9471.0, 9454.0, 9479.0, 9448.0, 9487.0, 9431.0, 9495.0, 9437.0, 9484.0, 9478.0, 9456.0, 9463.0, 9471.0, 9480.0, 9472.0, 9505.0, 9453.0, 9476.0, 9453.0, 9499.0, 9455.0, 9467.0, 9505.0, 9448.0, 9489.0, 9445.0, 9477.0, 9431.0, 9458.0, 9422.0, 9437.0, 9461.0, 9418.0, 9447.0, 9402.0, 9438.0, 9442.0, 9391.0, 9444.0, 9404.0, 9445.0, 9413.0, 9435.0, 9431.0, 9454.0, 9456.0, 9501.0, 9431.0, 9444.0, 9426.0, 9434.0, 9483.0, 9433.0, 9520.0, 9445.0, 9452.0, 9407.0, 9439.0, 9445.0, 9424.0, 9462.0, 9422.0, 9469.0, 9409.0, 9446.0, 9408.0, 9452.0, 9454.0, 9502.0, 9450.0, 9448.0, 9477.0, 9477.0, 9433.0, 9457.0, 9451.0, 9480.0, 9435.0, 9458.0, 9434.0, 9475.0, 9433.0, 9473.0, 9415.0, 9454.0, 9408.0, 9455.0, 9473.0, 9436.0, 9501.0, 9444.0, 9481.0, 9418.0, 9440.0, 9403.0, 9429.0, 9406.0, 9447.0, 9403.0, 9434.0, 9399.0, 9470.0, 9429.0, 9482.0, 9447.0, 9496.0, 9460.0, 9483.0, 9443.0, 9448.0, 9445.0, 9427.0, 9462.0, 9456.0, 9481.0, 9446.0, 9475.0, 9459.0, 9505.0, 9436.0, 9504.0, 9421.0, 9486.0, 9462.0, 9422.0, 9434.0, 9357.0, 9375.0, 9365.0, 9343.0, 9364.0, 9329.0, 9410.0, 9327.0, 9364.0, 9319.0, 9347.0, 9302.0, 9376.0, 9343.0, 9356.0, 9349.0, 9404.0, 9383.0, 9484.0, 9524.0, 9552.0, 9468.0, 9459.0, 9434.0, 9385.0, 9445.0, 9452.0, 9431.0, 9458.0, 9473.0, 9449.0, 9473.0, 9482.0, 9456.0, 9498.0, 9478.0, 9478.0, 9458.0, 9501.0, 9466.0, 9507.0, 9455.0, 9480.0, 9460.0, 9479.0, 9493.0, 9454.0, 9506.0, 9459.0, 9455.0, 9490.0, 9454.0, 9498.0, 9439.0, 9481.0, 9485.0, 9466.0, 9492.0, 9445.0, 9469.0, 9443.0, 9457.0, 9435.0, 9480.0, 9451.0, 9463.0, 9469.0, 9499.0, 9452.0, 9485.0, 9451.0, 9468.0, 9475.0, 9468.0, 9511.0, 9469.0, 9490.0, 9497.0, 9444.0, 9500.0, 9447.0, 9471.0, 9433.0, 9479.0, 9425.0, 9449.0, 9489.0, 9445.0, 9454.0, 9430.0, 9472.0, 9428.0, 9456.0, 9428.0, 9449.0, 9435.0, 9467.0, 9493.0, 9454.0, 9476.0, 9471.0, 9480.0, 9455.0, 9498.0, 9455.0, 9497.0, 9460.0, 9485.0, 9459.0, 9492.0, 9469.0, 9487.0, 9464.0, 9473.0, 9510.0, 9475.0, 9493.0, 9470.0, 9494.0, 9474.0, 9502.0, 9468.0, 9478.0, 9454.0, 9498.0, 9448.0, 9498.0, 9517.0, 9521.0, 9514.0, 9445.0, 9480.0, 9441.0, 9482.0, 9451.0, 9462.0, 9421.0, 9448.0, 9417.0, 9461.0, 9443.0, 9441.0, 9409.0, 9443.0, 9428.0, 9466.0, 9461.0, 9464.0, 9444.0, 9477.0, 9502.0, 9463.0, 9504.0, 9469.0, 9446.0, 9466.0, 9448.0, 9471.0, 9490.0, 9464.0, 9445.0, 9466.0, 9471.0, 9464.0, 9518.0, 9461.0, 9494.0, 9442.0, 9480.0, 9446.0, 9468.0, 9422.0, 9465.0, 9420.0, 9440.0, 9445.0, 9458.0, 9470.0, 9427.0, 9468.0, 9438.0, 9451.0, 9403.0, 9437.0, 9464.0, 9420.0, 9445.0, 9398.0, 9432.0, 9438.0, 9415.0, 9465.0, 9419.0, 9414.0, 9435.0, 9413.0, 9441.0, 9401.0, 9439.0, 9433.0, 9420.0, 9460.0, 9428.0, 9453.0, 9452.0, 9481.0, 9448.0, 9498.0, 9449.0, 9490.0, 9463.0, 9484.0, 9463.0, 9479.0, 9449.0, 9469.0, 9432.0, 9471.0, 9494.0, 9498.0, 9507.0, 9468.0, 9482.0, 9456.0, 9499.0, 9468.0, 9492.0, 9452.0, 9506.0, 9533.0, 9446.0, 9494.0, 9458.0, 9468.0, 9430.0, 9487.0, 9442.0, 9486.0, 9422.0, 9450.0, 9425.0, 9456.0, 9436.0, 9455.0, 9488.0, 9434.0, 9473.0, 9433.0, 9492.0, 9418.0, 9441.0, 9398.0, 9430.0, 9417.0, 9441.0, 9399.0, 9448.0, 9411.0, 9431.0, 9478.0, 9423.0, 9455.0, 9417.0, 9440.0, 9417.0, 9446.0, 9417.0, 9431.0, 9437.0, 9451.0, 9421.0, 9455.0, 9422.0, 9445.0, 9402.0, 9446.0, 9417.0, 9453.0, 9419.0, 9449.0, 9399.0, 9453.0, 9402.0, 9452.0, 9429.0, 9434.0, 9440.0, 9419.0, 9462.0, 9424.0, 9447.0, 9406.0, 9442.0, 9417.0, 9446.0, 9413.0, 9463.0, 9468.0, 9417.0, 9475.0, 9408.0, 9440.0, 9414.0, 9446.0, 9403.0, 9432.0, 9413.0, 9434.0, 9440.0, 9419.0, 9459.0, 9426.0, 9445.0, 9420.0, 9449.0, 9423.0, 9474.0, 9438.0, 9441.0, 9472.0, 9425.0, 9468.0, 9430.0, 9454.0, 9422.0, 9453.0, 9414.0, 9425.0, 9475.0, 9421.0, 9469.0, 9421.0, 9450.0, 9403.0, 9424.0, 9459.0, 9429.0, 9470.0, 9428.0, 9440.0, 9424.0, 9445.0, 9452.0, 9469.0, 9487.0, 9431.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.005047494529540481</td></tr>
<tr><td colspan=3>aqi</td><td>0.04416557407002188</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72243880806134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2971116578313233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.04766963966046</td></tr>
<tr><td colspan=3>efc</td><td>0.4776</td></tr>
<tr><td colspan=3>fber</td><td>5321.7412</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10933552379385458</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.518599562363239</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3528879092891724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.268839309543019</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.524205939818241</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2656184785062563</td></tr>
<tr><td colspan=3>gcor</td><td>0.0189417</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01017572358250618</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019838742911815643</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.195273903523383</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>30.6737</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0831</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.6644</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299096.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.6155</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5619</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.1896</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3479.8671</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.8348</td></tr>
<tr><td colspan=3>tsnr</td><td>31.87455789692467</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>