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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-02/func/sub-0046_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>431afb6c607686a4e0ed01c6ac1c0252</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:35.585000</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.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.123101</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7767, -7252, 475, -57, -101, 4, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40b9e290-7890-4d60-b552-495fd160c076||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.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['135035.585000', '135036.045000', '135036.505000', '135036.965000', '135037.425000', '135037.885000', '135038.345000', '135038.805000', '135039.265000', '135039.725000', '135040.185000', '135040.645000', '135041.105000', '135041.565000', '135042.025000', '135042.485000', '135042.945000', '135043.405000', '135043.865000', '135044.325000', '135044.785000', '135045.245000', '135045.705000', '135046.165000', '135046.625000', '135047.085000', '135047.545000', '135048.005000', '135048.465000', '135048.925000', '135049.385000', '135049.845000', '135050.305000', '135050.765000', '135051.225000', '135051.685000', '135052.145000', '135052.605000', '135053.065000', '135053.525000', '135053.985000', '135054.445000', '135054.905000', '135055.365000', '135055.825000', '135056.285000', '135056.745000', '135057.205000', '135057.665000', '135058.125000', '135058.585000', '135059.045000', '135059.505000', '135059.965000', '135100.425000', '135100.885000', '135101.345000', '135101.805000', '135102.265000', '135102.725000', '135103.185000', '135103.645000', '135104.105000', '135104.565000', '135105.025000', '135105.485000', '135105.945000', '135106.405000', '135106.865000', '135107.325000', '135107.785000', '135108.245000', '135108.705000', '135109.165000', '135109.625000', '135110.085000', '135110.545000', '135111.005000', '135111.465000', '135111.925000', '135112.385000', '135112.845000', '135113.305000', '135113.765000', '135114.225000', '135114.685000', '135115.145000', '135115.605000', '135116.065000', '135116.525000', '135116.985000', '135117.445000', '135117.905000', '135118.365000', '135118.825000', '135119.285000', '135119.745000', '135120.205000', '135120.665000', '135121.125000', '135121.585000', '135122.045000', '135122.505000', '135122.965000', '135123.425000', '135123.885000', '135124.345000', '135124.805000', '135125.265000', '135125.725000', '135126.185000', '135126.645000', '135127.105000', '135127.565000', '135128.025000', '135128.485000', '135128.945000', '135129.405000', '135129.865000', '135130.325000', '135130.785000', '135131.245000', '135131.705000', '135132.165000', '135132.625000', '135133.085000', '135133.545000', '135134.005000', '135134.465000', '135134.925000', '135135.385000', '135135.845000', '135136.305000', '135136.765000', '135137.225000', '135137.685000', '135138.145000', '135138.605000', '135139.065000', '135139.525000', '135139.985000', '135140.445000', '135140.905000', '135141.365000', '135141.825000', '135142.285000', '135142.745000', '135143.205000', '135143.665000', '135144.125000', '135144.585000', '135145.045000', '135145.505000', '135145.965000', '135146.425000', '135146.885000', '135147.345000', '135147.805000', '135148.265000', '135148.725000', '135149.185000', '135149.645000', '135150.105000', '135150.565000', '135151.025000', '135151.485000', '135151.945000', '135152.405000', '135152.865000', '135153.325000', '135153.785000', '135154.245000', '135154.705000', '135155.165000', '135155.625000', '135156.085000', '135156.545000', '135157.005000', '135157.465000', '135157.925000', '135158.385000', '135158.845000', '135159.305000', '135159.765000', '135200.225000', '135200.685000', '135201.145000', '135201.605000', '135202.065000', '135202.525000', '135202.985000', '135203.445000', '135203.905000', '135204.365000', '135204.825000', '135205.285000', '135205.745000', '135206.205000', '135206.665000', '135207.125000', '135207.585000', '135208.045000', '135208.505000', '135208.965000', '135209.425000', '135209.885000', '135210.345000', '135210.805000', '135211.265000', '135211.725000', '135212.185000', '135212.645000', '135213.105000', '135213.565000', '135214.025000', '135214.485000', '135214.945000', '135215.405000', '135215.865000', '135216.325000', '135216.785000', '135217.245000', '135217.705000', '135218.165000', '135218.625000', '135219.085000', '135219.545000', '135220.005000', '135220.465000', '135220.925000', '135221.385000', '135221.845000', '135222.305000', '135222.765000', '135223.225000', '135223.685000', '135224.145000', '135224.605000', '135225.065000', '135225.525000', '135225.985000', '135226.445000', '135226.905000', '135227.365000', '135227.825000', '135228.285000', '135228.745000', '135229.205000', '135229.665000', '135230.125000', '135230.585000', '135231.045000', '135231.505000', '135231.965000', '135232.425000', '135232.885000', '135233.345000', '135233.805000', '135234.265000', '135234.725000', '135235.185000', '135235.645000', '135236.105000', '135236.565000', '135237.025000', '135237.485000', '135237.945000', '135238.405000', '135238.865000', '135239.325000', '135239.785000', '135240.245000', '135240.705000', '135241.165000', '135241.625000', '135242.085000', '135242.545000', '135243.005000', '135243.465000', '135243.925000', '135244.385000', '135244.845000', '135245.305000', '135245.765000', '135246.225000', '135246.685000', '135247.145000', '135247.605000', '135248.065000', '135248.525000', '135248.985000', '135249.445000', '135249.905000', '135250.365000', '135250.825000', '135251.285000', '135251.745000', '135252.205000', '135252.665000', '135253.125000', '135253.585000', '135254.045000', '135254.505000', '135254.965000', '135255.425000', '135255.885000', '135256.345000', '135256.805000', '135257.265000', '135257.725000', '135258.185000', '135258.645000', '135259.105000', '135259.565000', '135300.025000', '135300.485000', '135300.945000', '135301.405000', '135301.865000', '135302.325000', '135302.785000', '135303.245000', '135303.705000', '135304.165000', '135304.625000', '135305.085000', '135305.545000', '135306.005000', '135306.465000', '135306.925000', '135307.385000', '135307.845000', '135308.305000', '135308.765000', '135309.225000', '135309.685000', '135310.145000', '135310.605000', '135311.065000', '135311.525000', '135311.985000', '135312.445000', '135312.905000', '135313.365000', '135313.825000', '135314.285000', '135314.745000', '135315.205000', '135315.665000', '135316.125000', '135316.585000', '135317.045000', '135317.505000', '135317.965000', '135318.425000', '135318.885000', '135319.345000', '135319.805000', '135320.265000', '135320.725000', '135321.185000', '135321.645000', '135322.105000', '135322.565000', '135323.025000', '135323.485000', '135323.945000', '135324.405000', '135324.865000', '135325.325000', '135325.785000', '135326.245000', '135326.705000', '135327.165000', '135327.625000', '135328.085000', '135328.545000', '135329.005000', '135329.465000', '135329.925000', '135330.385000', '135330.845000', '135331.305000', '135331.765000', '135332.225000', '135332.685000', '135333.145000', '135333.605000', '135334.065000', '135334.525000', '135334.985000', '135335.445000', '135335.905000', '135336.365000', '135336.825000', '135337.285000', '135337.745000', '135338.205000', '135338.665000', '135339.125000', '135339.585000', '135340.045000', '135340.505000', '135340.965000', '135341.425000', '135341.885000', '135342.345000', '135342.805000', '135343.265000', '135343.725000', '135344.185000', '135344.645000', '135345.105000', '135345.565000', '135346.025000', '135346.485000', '135346.945000', '135347.405000', '135347.865000', '135348.325000', '135348.785000', '135349.245000', '135349.705000', '135350.165000', '135350.625000', '135351.085000', '135351.545000', '135352.005000', '135352.465000', '135352.925000', '135353.385000', '135353.845000', '135354.305000', '135354.765000', '135355.225000', '135355.685000', '135356.145000', '135356.605000', '135357.065000', '135357.525000', '135357.985000', '135358.445000', '135358.905000', '135359.365000', '135359.825000', '135400.285000', '135400.745000', '135401.205000', '135401.665000', '135402.125000', '135402.585000', '135403.045000', '135403.505000', '135403.965000', '135404.425000', '135404.885000', '135405.345000', '135405.805000', '135406.265000', '135406.725000', '135407.185000', '135407.645000', '135408.105000', '135408.565000', '135409.025000', '135409.485000', '135409.945000', '135410.405000', '135410.865000', '135411.325000', '135411.785000', '135412.245000', '135412.705000', '135413.165000', '135413.625000', '135414.085000', '135414.545000', '135415.005000', '135415.465000', '135415.925000', '135416.385000', '135416.845000', '135417.305000', '135417.765000', '135418.225000', '135418.685000', '135419.145000', '135419.605000', '135420.065000', '135420.525000', '135420.985000', '135421.445000', '135421.905000', '135422.365000', '135422.825000', '135423.285000', '135423.745000', '135424.205000', '135424.665000', '135425.125000', '135425.585000', '135426.045000', '135426.505000', '135426.965000', '135427.425000', '135427.885000', '135428.345000', '135428.805000', '135429.265000', '135429.725000', '135430.185000', '135430.645000', '135431.105000', '135431.565000', '135432.025000', '135432.485000', '135432.945000', '135433.405000', '135433.865000', '135434.325000', '135434.785000', '135435.245000', '135435.705000', '135436.165000', '135436.625000', '135437.085000', '135437.545000', '135438.005000', '135438.465000', '135438.925000', '135439.385000', '135439.845000', '135440.305000', '135440.765000', '135441.225000', '135441.685000', '135442.145000', '135442.605000', '135443.065000', '135443.525000', '135443.985000', '135444.445000', '135444.905000', '135445.365000', '135445.825000', '135446.285000', '135446.745000', '135447.205000', '135447.665000', '135448.125000', '135448.585000', '135449.045000', '135449.505000', '135449.965000', '135450.425000', '135450.885000', '135451.345000', '135451.805000', '135452.265000', '135452.725000', '135453.185000', '135453.645000', '135454.105000', '135454.565000', '135455.025000', '135455.485000', '135455.945000', '135456.405000', '135456.865000', '135457.325000', '135457.785000', '135458.245000', '135458.705000', '135459.165000', '135459.625000', '135500.085000', '135500.545000', '135501.005000', '135501.465000', '135501.925000', '135502.385000', '135502.845000', '135503.305000', '135503.765000', '135504.225000', '135504.685000', '135505.145000', '135505.605000', '135506.065000', '135506.525000', '135506.985000', '135507.445000', '135507.905000', '135508.365000', '135508.825000', '135509.285000', '135509.745000', '135510.205000', '135510.665000', '135511.125000', '135511.585000', '135512.045000', '135512.505000', '135512.965000', '135513.425000', '135513.885000', '135514.345000', '135514.805000', '135515.265000', '135515.725000', '135516.185000', '135516.645000', '135517.105000', '135517.565000', '135518.025000', '135518.485000', '135518.945000', '135519.405000', '135519.865000', '135520.325000', '135520.785000', '135521.245000', '135521.705000', '135522.165000', '135522.625000', '135523.085000', '135523.545000', '135524.005000', '135524.465000', '135524.925000', '135525.385000', '135525.845000', '135526.305000', '135526.765000', '135527.225000', '135527.685000', '135528.145000', '135528.605000', '135529.065000', '135529.525000', '135529.985000', '135530.445000', '135530.905000', '135531.365000', '135531.825000', '135532.285000', '135532.745000', '135533.205000', '135533.665000', '135534.125000', '135534.585000', '135535.045000', '135535.505000', '135535.965000', '135536.425000', '135536.885000', '135537.345000', '135537.805000', '135538.265000', '135538.725000', '135539.185000', '135539.645000', '135540.105000', '135540.565000', '135541.025000', '135541.485000', '135541.945000', '135542.405000', '135542.865000', '135543.325000', '135543.785000', '135544.245000', '135544.705000', '135545.165000', '135545.625000', '135546.085000', '135546.545000', '135547.005000', '135547.465000', '135547.925000', '135548.385000', '135548.845000', '135549.305000', '135549.765000', '135550.225000', '135550.685000', '135551.145000', '135551.605000', '135552.065000', '135552.525000', '135552.985000', '135553.445000', '135553.905000', '135554.365000', '135554.825000', '135555.285000', '135555.745000', '135556.205000', '135556.665000', '135557.125000', '135557.585000', '135558.045000', '135558.505000', '135558.965000', '135559.425000', '135559.885000', '135600.345000', '135600.805000', '135601.265000', '135601.725000', '135602.185000', '135602.645000', '135603.105000', '135603.565000', '135604.025000', '135604.485000', '135604.945000', '135605.405000', '135605.865000', '135606.325000', '135606.785000', '135607.245000', '135607.705000', '135608.165000', '135608.625000', '135609.085000', '135609.545000', '135610.005000', '135610.465000', '135610.925000', '135611.385000', '135611.845000', '135612.305000', '135612.765000', '135613.225000', '135613.685000', '135614.145000', '135614.605000', '135615.065000', '135615.525000', '135615.985000', '135616.445000', '135616.905000', '135617.365000', '135617.825000', '135618.285000', '135618.745000', '135619.205000', '135619.665000', '135620.125000', '135620.585000', '135621.045000', '135621.505000', '135621.965000', '135622.425000', '135622.885000', '135623.345000', '135623.805000', '135624.265000', '135624.725000', '135625.185000', '135625.645000', '135626.105000', '135626.565000', '135627.025000', '135627.485000', '135627.945000', '135628.405000', '135628.865000', '135629.325000', '135629.785000', '135630.245000', '135630.705000', '135631.165000', '135631.625000', '135632.085000', '135632.545000', '135633.005000', '135633.465000', '135633.925000', '135634.385000', '135634.845000', '135635.305000', '135635.765000', '135636.225000', '135636.685000', '135637.145000', '135637.605000', '135638.065000', '135638.525000', '135638.985000', '135639.445000', '135639.905000', '135640.365000', '135640.825000', '135641.285000', '135641.745000', '135642.205000', '135642.665000', '135643.125000', '135643.585000', '135644.045000', '135644.505000', '135644.965000', '135645.425000', '135645.885000', '135646.345000', '135646.805000', '135647.265000', '135647.725000', '135648.185000', '135648.645000', '135649.105000', '135649.565000', '135650.025000', '135650.485000', '135650.945000', '135651.405000', '135651.865000', '135652.325000', '135652.785000', '135653.245000', '135653.705000', '135654.165000', '135654.625000', '135655.085000', '135655.545000', '135656.005000', '135656.465000', '135656.925000', '135657.385000', '135657.845000', '135658.305000', '135658.765000', '135659.225000', '135659.685000', '135700.145000', '135700.605000', '135701.065000', '135701.525000', '135701.985000', '135702.445000', '135702.905000', '135703.365000', '135703.825000', '135704.285000', '135704.745000', '135705.205000', '135705.665000', '135706.125000', '135706.585000', '135707.045000', '135707.505000', '135707.965000', '135708.425000', '135708.885000', '135709.345000', '135709.805000', '135710.265000', '135710.725000', '135711.185000', '135711.645000', '135712.105000', '135712.565000', '135713.025000', '135713.485000', '135713.945000', '135714.405000', '135714.865000', '135715.325000', '135715.785000', '135716.245000', '135716.705000', '135717.165000', '135717.625000', '135718.085000', '135718.545000', '135719.005000', '135719.465000', '135719.925000', '135720.385000', '135720.845000', '135721.305000', '135721.765000', '135722.225000', '135722.685000', '135723.145000', '135723.605000', '135724.065000', '135724.525000', '135724.985000', '135725.445000', '135725.905000', '135726.365000', '135726.825000', '135727.285000', '135727.745000', '135728.205000', '135728.665000', '135729.125000', '135729.585000', '135730.045000', '135730.505000', '135730.965000', '135731.425000', '135731.885000', '135732.345000', '135732.805000', '135733.265000', '135733.725000', '135734.185000', '135734.645000', '135735.105000', '135735.565000'], 'ContentTime': ['135052.891000', '135052.894000', '135052.897000', '135052.900000', '135052.902000', '135052.905000', '135052.908000', '135052.911000', '135052.914000', '135052.917000', '135052.919000', '135052.922000', '135052.924000', '135052.932000', '135052.935000', '135052.938000', '135052.940000', '135052.943000', '135052.945000', '135052.948000', '135052.950000', '135052.953000', '135052.955000', '135052.958000', '135052.960000', '135052.963000', '135052.965000', '135052.968000', '135052.971000', '135052.973000', '135052.976000', '135052.978000', '135052.985000', '135052.988000', '135112.859000', '135112.862000', '135112.865000', '135112.873000', '135112.876000', '135112.878000', '135112.881000', '135112.883000', '135112.886000', '135112.889000', '135112.891000', '135112.894000', '135112.897000', '135112.899000', '135112.902000', '135112.904000', '135112.907000', '135112.910000', '135112.912000', '135112.915000', '135112.918000', '135112.920000', '135112.923000', '135112.926000', '135112.928000', '135112.931000', '135112.933000', '135112.936000', '135112.939000', '135112.941000', '135112.944000', '135112.946000', '135112.949000', '135112.951000', '135112.954000', '135112.956000', '135112.959000', '135112.962000', '135112.964000', '135112.967000', '135112.969000', '135112.972000', '135112.975000', '135112.977000', '135132.858000', '135132.874000', '135132.877000', '135132.879000', '135132.882000', '135132.884000', '135132.887000', '135132.889000', '135132.892000', '135132.894000', '135132.897000', '135132.908000', '135132.911000', '135132.913000', '135132.916000', '135132.919000', '135132.921000', '135132.924000', '135132.926000', '135132.929000', '135132.931000', '135132.934000', '135132.937000', '135132.940000', '135132.943000', '135132.946000', '135132.948000', '135132.951000', '135132.953000', '135132.956000', '135132.959000', '135132.961000', '135132.964000', '135132.966000', '135132.969000', '135132.972000', '135132.975000', '135132.978000', '135132.981000', '135132.983000', '135132.986000', '135132.988000', '135132.991000', '135152.858000', '135152.861000', '135152.864000', '135152.866000', '135152.869000', '135152.872000', '135152.874000', '135152.877000', '135152.879000', '135152.882000', '135152.885000', '135152.887000', '135152.890000', '135152.892000', '135152.895000', '135152.897000', '135152.900000', '135152.902000', '135152.905000', '135152.908000', '135152.910000', '135152.913000', '135152.915000', '135152.918000', '135152.920000', '135152.923000', '135152.926000', '135152.928000', '135152.931000', '135152.933000', '135152.936000', '135152.938000', '135152.941000', '135152.944000', '135152.946000', '135152.949000', '135152.951000', '135152.954000', '135152.957000', '135152.959000', '135152.962000', '135152.964000', '135152.967000', '135152.969000', '135212.858000', '135212.861000', '135212.864000', '135212.866000', '135212.885000', '135212.887000', '135212.890000', '135212.892000', '135212.895000', '135212.898000', '135212.900000', '135212.903000', '135212.905000', '135212.908000', '135212.910000', '135212.913000', '135212.915000', '135212.918000', '135212.921000', '135212.923000', '135212.926000', '135212.928000', '135212.931000', '135212.934000', '135212.937000', '135212.940000', '135212.943000', '135212.946000', '135212.948000', '135212.951000', '135212.953000', '135212.956000', '135212.959000', '135212.961000', '135212.964000', '135212.966000', '135212.969000', '135212.971000', '135212.974000', '135212.977000', '135212.979000', '135212.982000', '135212.984000', '135232.859000', '135232.862000', '135232.865000', '135232.868000', '135232.870000', '135232.873000', '135232.875000', '135232.878000', '135232.880000', '135232.883000', '135232.886000', '135232.888000', '135232.891000', '135232.893000', '135232.896000', '135232.898000', '135232.901000', '135232.904000', '135232.906000', '135232.909000', '135232.911000', '135232.914000', '135232.916000', '135232.919000', '135232.922000', '135232.924000', '135232.927000', '135232.929000', '135232.932000', '135232.934000', '135232.937000', '135232.939000', '135232.942000', '135232.945000', '135232.947000', '135232.950000', '135232.952000', '135232.955000', '135232.957000', '135232.960000', '135232.963000', '135232.965000', '135232.968000', '135232.970000', '135252.859000', '135252.862000', '135252.865000', '135252.867000', '135252.870000', '135252.873000', '135252.875000', '135252.878000', '135252.880000', '135252.883000', '135252.886000', '135252.888000', '135252.891000', '135252.893000', '135252.896000', '135252.899000', '135252.901000', '135252.904000', '135252.906000', '135252.909000', '135252.912000', '135252.914000', '135252.917000', '135252.919000', '135252.922000', '135252.925000', '135252.927000', '135252.930000', '135252.932000', '135252.935000', '135252.938000', '135252.940000', '135252.943000', '135252.945000', '135252.948000', '135252.951000', '135252.954000', '135252.957000', '135252.960000', '135252.963000', '135252.965000', '135252.968000', '135252.971000', '135312.859000', '135312.862000', '135312.865000', '135312.868000', '135312.870000', '135312.873000', '135312.875000', '135312.878000', '135312.881000', '135312.883000', '135312.886000', '135312.888000', '135312.891000', '135312.894000', '135312.896000', '135312.899000', '135312.901000', '135312.904000', '135312.907000', '135312.909000', '135312.912000', '135312.914000', '135312.917000', '135312.919000', '135312.922000', '135312.925000', '135312.927000', '135312.930000', '135312.932000', '135312.935000', '135312.938000', '135312.940000', '135312.943000', '135312.945000', '135312.948000', '135312.950000', '135312.953000', '135312.956000', '135312.958000', '135312.961000', '135312.963000', '135312.966000', '135312.968000', '135312.971000', '135332.860000', '135332.862000', '135332.865000', '135332.868000', '135332.870000', '135332.873000', '135332.875000', '135332.878000', '135332.880000', '135332.883000', '135332.886000', '135332.888000', '135332.891000', '135332.893000', '135332.896000', '135332.899000', '135332.901000', '135332.904000', '135332.906000', '135332.909000', '135332.912000', '135332.914000', '135332.917000', '135332.919000', '135332.922000', '135332.924000', '135332.927000', '135332.930000', '135332.932000', '135332.935000', '135332.937000', '135332.940000', '135332.943000', '135332.945000', '135332.948000', '135332.950000', '135332.953000', '135332.955000', '135332.958000', '135332.960000', '135332.963000', '135332.966000', '135332.968000', '135352.887000', '135352.890000', '135352.893000', '135352.895000', '135352.898000', '135352.900000', '135352.903000', '135352.906000', '135352.908000', '135352.911000', '135352.913000', '135352.916000', '135352.918000', '135352.921000', '135352.924000', '135352.926000', '135352.929000', '135352.932000', '135352.934000', '135352.937000', '135352.939000', '135352.942000', '135352.944000', '135352.947000', '135352.950000', '135352.952000', '135352.955000', '135352.957000', '135352.960000', '135352.962000', '135352.965000', '135352.968000', '135352.970000', '135352.973000', '135352.975000', '135352.978000', '135352.980000', '135352.983000', '135352.986000', '135352.988000', '135352.991000', '135352.993000', '135352.996000', '135353.000000', '135412.858000', '135412.861000', '135412.864000', '135412.867000', '135412.869000', '135412.872000', '135412.874000', '135412.877000', '135412.880000', '135412.882000', '135412.885000', '135412.887000', '135412.890000', '135412.893000', '135412.895000', '135412.898000', '135412.900000', '135412.903000', '135412.906000', '135412.908000', '135412.911000', '135412.913000', '135412.916000', '135412.918000', '135412.921000', '135412.924000', '135412.926000', '135412.929000', '135412.931000', '135412.934000', '135412.937000', '135412.939000', '135412.942000', '135412.944000', '135412.947000', '135412.949000', '135412.952000', '135412.954000', '135412.957000', '135412.960000', '135412.962000', '135412.965000', '135412.967000', '135432.859000', '135432.861000', '135432.864000', '135432.867000', '135432.870000', '135432.872000', '135432.875000', '135432.877000', '135432.880000', '135432.883000', '135432.885000', '135432.888000', '135432.890000', '135432.893000', '135432.895000', '135432.898000', '135432.901000', '135432.903000', '135432.906000', '135432.908000', '135432.911000', '135432.914000', '135432.916000', '135432.919000', '135432.921000', '135432.924000', '135432.926000', '135432.929000', '135432.932000', '135432.934000', '135432.937000', '135432.939000', '135432.942000', '135432.944000', '135432.947000', '135432.949000', '135432.952000', '135432.955000', '135432.957000', '135432.960000', '135432.962000', '135432.965000', '135432.968000', '135452.860000', '135452.862000', '135452.865000', '135452.868000', '135452.870000', '135452.873000', '135452.875000', '135452.878000', '135452.881000', '135452.883000', '135452.886000', '135452.888000', '135452.891000', '135452.894000', '135452.896000', '135452.899000', '135452.901000', '135452.904000', '135452.906000', '135452.909000', '135452.912000', '135452.914000', '135452.917000', '135452.919000', '135452.922000', '135452.924000', '135452.927000', '135452.930000', '135452.932000', '135452.935000', '135452.937000', '135452.940000', '135452.943000', '135452.945000', '135452.948000', '135452.950000', '135452.953000', '135452.955000', '135452.958000', '135452.961000', '135452.963000', '135452.966000', '135452.969000', '135452.971000', '135512.860000', '135512.862000', '135512.865000', '135512.868000', '135512.870000', '135512.873000', '135512.875000', '135512.878000', '135512.881000', '135512.883000', '135512.886000', '135512.888000', '135512.891000', '135512.894000', '135512.897000', '135512.899000', '135512.902000', '135512.904000', '135512.907000', '135512.910000', '135512.913000', '135512.915000', '135512.918000', '135512.920000', '135512.923000', '135512.926000', '135512.929000', '135512.931000', '135512.934000', '135512.936000', '135512.939000', '135512.942000', '135512.944000', '135512.947000', '135512.949000', '135512.952000', '135512.954000', '135512.957000', '135512.960000', '135512.975000', '135512.978000', '135512.980000', '135512.983000', '135512.985000', '135532.860000', '135532.862000', '135532.865000', '135532.868000', '135532.870000', '135532.873000', '135532.875000', '135532.878000', '135532.880000', '135532.883000', '135532.886000', '135532.888000', '135532.891000', '135532.894000', '135532.896000', '135532.899000', '135532.901000', '135532.904000', '135532.907000', '135532.909000', '135532.912000', '135532.915000', '135532.917000', '135532.920000', '135532.922000', '135532.925000', '135532.928000', '135532.930000', '135532.933000', '135532.935000', '135532.938000', '135532.941000', '135532.943000', '135532.946000', '135532.948000', '135532.951000', '135532.953000', '135532.956000', '135532.959000', '135532.961000', '135532.964000', '135532.966000', '135532.969000', '135552.859000', '135552.862000', '135552.865000', '135552.868000', '135552.870000', '135552.873000', '135552.875000', '135552.878000', '135552.880000', '135552.883000', '135552.886000', '135552.888000', '135552.891000', '135552.893000', '135552.896000', '135552.899000', '135552.901000', '135552.904000', '135552.907000', '135552.909000', '135552.912000', '135552.914000', '135552.917000', '135552.920000', '135552.922000', '135552.925000', '135552.927000', '135552.930000', '135552.933000', '135552.935000', '135552.938000', '135552.940000', '135552.943000', '135552.946000', '135552.948000', '135552.951000', '135552.953000', '135552.956000', '135552.959000', '135552.961000', '135552.964000', '135552.967000', '135552.969000', '135552.972000', '135612.859000', '135612.862000', '135612.864000', '135612.867000', '135612.869000', '135612.872000', '135612.875000', '135612.877000', '135612.880000', '135612.882000', '135612.885000', '135612.888000', '135612.890000', '135612.893000', '135612.895000', '135612.898000', '135612.901000', '135612.903000', '135612.906000', '135612.908000', '135612.911000', '135612.914000', '135612.916000', '135612.919000', '135612.921000', '135612.924000', '135612.927000', '135612.929000', '135612.932000', '135612.934000', '135612.937000', '135612.940000', '135612.942000', '135612.945000', '135612.947000', '135612.950000', '135612.953000', '135612.955000', '135612.958000', '135612.961000', '135612.963000', '135612.966000', '135612.968000', '135632.859000', '135632.861000', '135632.864000', '135632.867000', '135632.869000', '135632.872000', '135632.875000', '135632.879000', '135632.882000', '135632.885000', '135632.887000', '135632.890000', '135632.893000', '135632.896000', '135632.899000', '135632.902000', '135632.904000', '135632.907000', '135632.910000', '135632.912000', '135632.915000', '135632.918000', '135632.920000', '135632.923000', '135632.925000', '135632.928000', '135632.931000', '135632.933000', '135632.936000', '135632.938000', '135632.941000', '135632.943000', '135632.946000', '135632.949000', '135632.951000', '135632.954000', '135632.969000', '135632.971000', '135632.974000', '135632.977000', '135632.979000', '135632.982000', '135632.984000', '135652.859000', '135652.862000', '135652.864000', '135652.867000', '135652.870000', '135652.872000', '135652.875000', '135652.878000', '135652.880000', '135652.883000', '135652.886000', '135652.888000', '135652.891000', '135652.893000', '135652.896000', '135652.899000', '135652.901000', '135652.904000', '135652.906000', '135652.909000', '135652.912000', '135652.914000', '135652.917000', '135652.919000', '135652.922000', '135652.925000', '135652.927000', '135652.930000', '135652.932000', '135652.935000', '135652.938000', '135652.940000', '135652.943000', '135652.945000', '135652.948000', '135652.951000', '135652.953000', '135652.956000', '135652.959000', '135652.961000', '135652.964000', '135652.966000', '135652.969000', '135652.972000', '135712.859000', '135712.862000', '135712.865000', '135712.868000', '135712.870000', '135712.873000', '135712.876000', '135712.878000', '135712.881000', '135712.884000', '135712.887000', '135712.890000', '135712.892000', '135712.895000', '135712.897000', '135712.900000', '135712.902000', '135712.905000', '135712.908000', '135712.910000', '135712.913000', '135712.915000', '135712.918000', '135712.921000', '135712.923000', '135712.926000', '135712.928000', '135712.931000', '135712.933000', '135712.936000', '135712.939000', '135712.941000', '135712.944000', '135712.946000', '135712.949000', '135712.952000', '135712.954000', '135712.957000', '135712.959000', '135712.962000', '135712.964000', '135712.967000', '135712.970000', '135732.860000', '135732.862000', '135732.865000', '135732.868000', '135732.870000', '135732.873000', '135732.876000', '135732.878000', '135732.881000', '135732.883000', '135732.886000', '135732.889000', '135732.891000', '135732.894000', '135732.897000', '135732.899000', '135732.902000', '135732.905000', '135732.907000', '135732.910000', '135732.913000', '135732.915000', '135732.918000', '135732.921000', '135732.923000', '135732.926000', '135732.929000', '135732.931000', '135732.934000', '135732.936000', '135732.939000', '135732.941000', '135732.944000', '135732.947000', '135732.949000', '135732.952000', '135732.955000', '135732.957000', '135732.960000', '135732.962000', '135732.965000', '135732.967000', '135732.970000', '135732.972000', '135737.248000', '135737.251000', '135737.254000', '135737.256000', '135737.259000', '135737.262000', '135737.264000', '135737.267000', '135737.269000', '135737.272000'], 'InstanceCreationTime': ['135052.891000', '135052.894000', '135052.897000', '135052.900000', '135052.902000', '135052.905000', '135052.908000', '135052.911000', '135052.914000', '135052.917000', '135052.919000', '135052.922000', '135052.924000', '135052.932000', '135052.935000', '135052.938000', '135052.940000', '135052.943000', '135052.945000', '135052.948000', '135052.950000', '135052.953000', '135052.955000', '135052.958000', '135052.960000', '135052.963000', '135052.965000', '135052.968000', '135052.971000', '135052.973000', '135052.976000', '135052.978000', '135052.985000', '135052.988000', '135112.859000', '135112.862000', '135112.865000', '135112.873000', '135112.876000', '135112.878000', '135112.881000', '135112.883000', '135112.886000', '135112.889000', '135112.891000', '135112.894000', '135112.897000', '135112.899000', '135112.902000', '135112.904000', '135112.907000', '135112.910000', '135112.912000', '135112.915000', '135112.918000', '135112.920000', '135112.923000', '135112.926000', '135112.928000', '135112.931000', '135112.933000', '135112.936000', '135112.939000', '135112.941000', '135112.944000', '135112.946000', '135112.949000', '135112.951000', '135112.954000', '135112.956000', '135112.959000', '135112.962000', '135112.964000', '135112.967000', '135112.969000', '135112.972000', '135112.975000', '135112.977000', '135132.858000', '135132.874000', '135132.877000', '135132.879000', '135132.882000', '135132.884000', '135132.887000', '135132.889000', '135132.892000', '135132.894000', '135132.897000', '135132.908000', '135132.911000', '135132.913000', '135132.916000', '135132.919000', '135132.921000', '135132.924000', '135132.926000', '135132.929000', '135132.931000', '135132.934000', '135132.937000', '135132.940000', '135132.943000', '135132.946000', '135132.948000', '135132.951000', '135132.953000', '135132.956000', '135132.959000', '135132.961000', '135132.964000', '135132.966000', '135132.969000', '135132.972000', '135132.975000', '135132.978000', '135132.981000', '135132.983000', '135132.986000', '135132.988000', '135132.991000', '135152.858000', '135152.861000', '135152.864000', '135152.866000', '135152.869000', '135152.872000', '135152.874000', '135152.877000', '135152.879000', '135152.882000', '135152.885000', '135152.887000', '135152.890000', '135152.892000', '135152.895000', '135152.897000', '135152.900000', '135152.902000', '135152.905000', '135152.908000', '135152.910000', '135152.913000', '135152.915000', '135152.918000', '135152.920000', '135152.923000', '135152.926000', '135152.928000', '135152.931000', '135152.933000', '135152.936000', '135152.938000', '135152.941000', '135152.944000', '135152.946000', '135152.949000', '135152.951000', '135152.954000', '135152.957000', '135152.959000', '135152.962000', '135152.964000', '135152.967000', '135152.969000', '135212.858000', '135212.861000', '135212.864000', '135212.866000', '135212.885000', '135212.887000', '135212.890000', '135212.892000', '135212.895000', '135212.898000', '135212.900000', '135212.903000', '135212.905000', '135212.908000', '135212.910000', '135212.913000', '135212.915000', '135212.918000', '135212.921000', '135212.923000', '135212.926000', '135212.928000', '135212.931000', '135212.934000', '135212.937000', '135212.940000', '135212.943000', '135212.946000', '135212.948000', '135212.951000', '135212.953000', '135212.956000', '135212.959000', '135212.961000', '135212.964000', '135212.966000', '135212.969000', '135212.971000', '135212.974000', '135212.977000', '135212.979000', '135212.982000', '135212.984000', '135232.859000', '135232.862000', '135232.865000', '135232.868000', '135232.870000', '135232.873000', '135232.875000', '135232.878000', '135232.880000', '135232.883000', '135232.886000', '135232.888000', '135232.891000', '135232.893000', '135232.896000', '135232.898000', '135232.901000', '135232.904000', '135232.906000', '135232.909000', '135232.911000', '135232.914000', '135232.916000', '135232.919000', '135232.922000', '135232.924000', '135232.927000', '135232.929000', '135232.932000', '135232.934000', '135232.937000', '135232.939000', '135232.942000', '135232.945000', '135232.947000', '135232.950000', '135232.952000', '135232.955000', '135232.957000', '135232.960000', '135232.963000', '135232.965000', '135232.968000', '135232.970000', '135252.859000', '135252.862000', '135252.865000', '135252.867000', '135252.870000', '135252.873000', '135252.875000', '135252.878000', '135252.880000', '135252.883000', '135252.886000', '135252.888000', '135252.891000', '135252.893000', '135252.896000', '135252.899000', '135252.901000', '135252.904000', '135252.906000', '135252.909000', '135252.912000', '135252.914000', '135252.917000', '135252.919000', '135252.922000', '135252.925000', '135252.927000', '135252.930000', '135252.932000', '135252.935000', '135252.938000', '135252.940000', '135252.943000', '135252.945000', '135252.948000', '135252.951000', '135252.954000', '135252.957000', '135252.960000', '135252.963000', '135252.965000', '135252.968000', '135252.971000', '135312.859000', '135312.862000', '135312.865000', '135312.868000', '135312.870000', '135312.873000', '135312.875000', '135312.878000', '135312.881000', '135312.883000', '135312.886000', '135312.888000', '135312.891000', '135312.894000', '135312.896000', '135312.899000', '135312.901000', '135312.904000', '135312.907000', '135312.909000', '135312.912000', '135312.914000', '135312.917000', '135312.919000', '135312.922000', '135312.925000', '135312.927000', '135312.930000', '135312.932000', '135312.935000', '135312.938000', '135312.940000', '135312.943000', '135312.945000', '135312.948000', '135312.950000', '135312.953000', '135312.956000', '135312.958000', '135312.961000', '135312.963000', '135312.966000', '135312.968000', '135312.971000', '135332.860000', '135332.862000', '135332.865000', '135332.868000', '135332.870000', '135332.873000', '135332.875000', '135332.878000', '135332.880000', '135332.883000', '135332.886000', '135332.888000', '135332.891000', '135332.893000', '135332.896000', '135332.899000', '135332.901000', '135332.904000', '135332.906000', '135332.909000', '135332.912000', '135332.914000', '135332.917000', '135332.919000', '135332.922000', '135332.924000', '135332.927000', '135332.930000', '135332.932000', '135332.935000', '135332.937000', '135332.940000', '135332.943000', '135332.945000', '135332.948000', '135332.950000', '135332.953000', '135332.955000', '135332.958000', '135332.960000', '135332.963000', '135332.966000', '135332.968000', '135352.887000', '135352.890000', '135352.893000', '135352.895000', '135352.898000', '135352.900000', '135352.903000', '135352.906000', '135352.908000', '135352.911000', '135352.913000', '135352.916000', '135352.918000', '135352.921000', '135352.924000', '135352.926000', '135352.929000', '135352.932000', '135352.934000', '135352.937000', '135352.939000', '135352.942000', '135352.944000', '135352.947000', '135352.950000', '135352.952000', '135352.955000', '135352.957000', '135352.960000', '135352.962000', '135352.965000', '135352.968000', '135352.970000', '135352.973000', '135352.975000', '135352.978000', '135352.980000', '135352.983000', '135352.986000', '135352.988000', '135352.991000', '135352.993000', '135352.996000', '135353.000000', '135412.858000', '135412.861000', '135412.864000', '135412.867000', '135412.869000', '135412.872000', '135412.874000', '135412.877000', '135412.880000', '135412.882000', '135412.885000', '135412.887000', '135412.890000', '135412.893000', '135412.895000', '135412.898000', '135412.900000', '135412.903000', '135412.906000', '135412.908000', '135412.911000', '135412.913000', '135412.916000', '135412.918000', '135412.921000', '135412.924000', '135412.926000', '135412.929000', '135412.931000', '135412.934000', '135412.937000', '135412.939000', '135412.942000', '135412.944000', '135412.947000', '135412.949000', '135412.952000', '135412.954000', '135412.957000', '135412.960000', '135412.962000', '135412.965000', '135412.967000', '135432.859000', '135432.861000', '135432.864000', '135432.867000', '135432.870000', '135432.872000', '135432.875000', '135432.877000', '135432.880000', '135432.883000', '135432.885000', '135432.888000', '135432.890000', '135432.893000', '135432.895000', '135432.898000', '135432.901000', '135432.903000', '135432.906000', '135432.908000', '135432.911000', '135432.914000', '135432.916000', '135432.919000', '135432.921000', '135432.924000', '135432.926000', '135432.929000', '135432.932000', '135432.934000', '135432.937000', '135432.939000', '135432.942000', '135432.944000', '135432.947000', '135432.949000', '135432.952000', '135432.955000', '135432.957000', '135432.960000', '135432.962000', '135432.965000', '135432.968000', '135452.860000', '135452.862000', '135452.865000', '135452.868000', '135452.870000', '135452.873000', '135452.875000', '135452.878000', '135452.881000', '135452.883000', '135452.886000', '135452.888000', '135452.891000', '135452.894000', '135452.896000', '135452.899000', '135452.901000', '135452.904000', '135452.906000', '135452.909000', '135452.912000', '135452.914000', '135452.917000', '135452.919000', '135452.922000', '135452.924000', '135452.927000', '135452.930000', '135452.932000', '135452.935000', '135452.937000', '135452.940000', '135452.943000', '135452.945000', '135452.948000', '135452.950000', '135452.953000', '135452.955000', '135452.958000', '135452.961000', '135452.963000', '135452.966000', '135452.969000', '135452.971000', '135512.860000', '135512.862000', '135512.865000', '135512.868000', '135512.870000', '135512.873000', '135512.875000', '135512.878000', '135512.881000', '135512.883000', '135512.886000', '135512.888000', '135512.891000', '135512.894000', '135512.897000', '135512.899000', '135512.902000', '135512.904000', '135512.907000', '135512.910000', '135512.913000', '135512.915000', '135512.918000', '135512.920000', '135512.923000', '135512.926000', '135512.929000', '135512.931000', '135512.934000', '135512.936000', '135512.939000', '135512.942000', '135512.944000', '135512.947000', '135512.949000', '135512.952000', '135512.954000', '135512.957000', '135512.960000', '135512.975000', '135512.978000', '135512.980000', '135512.983000', '135512.985000', '135532.860000', '135532.862000', '135532.865000', '135532.868000', '135532.870000', '135532.873000', '135532.875000', '135532.878000', '135532.880000', '135532.883000', '135532.886000', '135532.888000', '135532.891000', '135532.894000', '135532.896000', '135532.899000', '135532.901000', '135532.904000', '135532.907000', '135532.909000', '135532.912000', '135532.915000', '135532.917000', '135532.920000', '135532.922000', '135532.925000', '135532.928000', '135532.930000', '135532.933000', '135532.935000', '135532.938000', '135532.941000', '135532.943000', '135532.946000', '135532.948000', '135532.951000', '135532.953000', '135532.956000', '135532.959000', '135532.961000', '135532.964000', '135532.966000', '135532.969000', '135552.859000', '135552.862000', '135552.865000', '135552.868000', '135552.870000', '135552.873000', '135552.875000', '135552.878000', '135552.880000', '135552.883000', '135552.886000', '135552.888000', '135552.891000', '135552.893000', '135552.896000', '135552.899000', '135552.901000', '135552.904000', '135552.907000', '135552.909000', '135552.912000', '135552.914000', '135552.917000', '135552.920000', '135552.922000', '135552.925000', '135552.927000', '135552.930000', '135552.933000', '135552.935000', '135552.938000', '135552.940000', '135552.943000', '135552.946000', '135552.948000', '135552.951000', '135552.953000', '135552.956000', '135552.959000', '135552.961000', '135552.964000', '135552.967000', '135552.969000', '135552.972000', '135612.859000', '135612.862000', '135612.864000', '135612.867000', '135612.869000', '135612.872000', '135612.875000', '135612.877000', '135612.880000', '135612.882000', '135612.885000', '135612.888000', '135612.890000', '135612.893000', '135612.895000', '135612.898000', '135612.901000', '135612.903000', '135612.906000', '135612.908000', '135612.911000', '135612.914000', '135612.916000', '135612.919000', '135612.921000', '135612.924000', '135612.927000', '135612.929000', '135612.932000', '135612.934000', '135612.937000', '135612.940000', '135612.942000', '135612.945000', '135612.947000', '135612.950000', '135612.953000', '135612.955000', '135612.958000', '135612.961000', '135612.963000', '135612.966000', '135612.968000', '135632.859000', '135632.861000', '135632.864000', '135632.867000', '135632.869000', '135632.872000', '135632.875000', '135632.879000', '135632.882000', '135632.885000', '135632.887000', '135632.890000', '135632.893000', '135632.896000', '135632.899000', '135632.902000', '135632.904000', '135632.907000', '135632.910000', '135632.912000', '135632.915000', '135632.918000', '135632.920000', '135632.923000', '135632.925000', '135632.928000', '135632.931000', '135632.933000', '135632.936000', '135632.938000', '135632.941000', '135632.943000', '135632.946000', '135632.949000', '135632.951000', '135632.954000', '135632.969000', '135632.971000', '135632.974000', '135632.977000', '135632.979000', '135632.982000', '135632.984000', '135652.859000', '135652.862000', '135652.864000', '135652.867000', '135652.870000', '135652.872000', '135652.875000', '135652.878000', '135652.880000', '135652.883000', '135652.886000', '135652.888000', '135652.891000', '135652.893000', '135652.896000', '135652.899000', '135652.901000', '135652.904000', '135652.906000', '135652.909000', '135652.912000', '135652.914000', '135652.917000', '135652.919000', '135652.922000', '135652.925000', '135652.927000', '135652.930000', '135652.932000', '135652.935000', '135652.938000', '135652.940000', '135652.943000', '135652.945000', '135652.948000', '135652.951000', '135652.953000', '135652.956000', '135652.959000', '135652.961000', '135652.964000', '135652.966000', '135652.969000', '135652.972000', '135712.859000', '135712.862000', '135712.865000', '135712.868000', '135712.870000', '135712.873000', '135712.876000', '135712.878000', '135712.881000', '135712.884000', '135712.887000', '135712.890000', '135712.892000', '135712.895000', '135712.897000', '135712.900000', '135712.902000', '135712.905000', '135712.908000', '135712.910000', '135712.913000', '135712.915000', '135712.918000', '135712.921000', '135712.923000', '135712.926000', '135712.928000', '135712.931000', '135712.933000', '135712.936000', '135712.939000', '135712.941000', '135712.944000', '135712.946000', '135712.949000', '135712.952000', '135712.954000', '135712.957000', '135712.959000', '135712.962000', '135712.964000', '135712.967000', '135712.970000', '135732.860000', '135732.862000', '135732.865000', '135732.868000', '135732.870000', '135732.873000', '135732.876000', '135732.878000', '135732.881000', '135732.883000', '135732.886000', '135732.889000', '135732.891000', '135732.894000', '135732.897000', '135732.899000', '135732.902000', '135732.905000', '135732.907000', '135732.910000', '135732.913000', '135732.915000', '135732.918000', '135732.921000', '135732.923000', '135732.926000', '135732.929000', '135732.931000', '135732.934000', '135732.936000', '135732.939000', '135732.941000', '135732.944000', '135732.947000', '135732.949000', '135732.952000', '135732.955000', '135732.957000', '135732.960000', '135732.962000', '135732.965000', '135732.967000', '135732.970000', '135732.972000', '135737.248000', '135737.251000', '135737.254000', '135737.256000', '135737.259000', '135737.262000', '135737.264000', '135737.267000', '135737.269000', '135737.272000'], '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': [9698, 8199, 13037, 10625, 8378, 13072, 11003, 8588, 13479, 11930, 8573, 15657, 12393, 8261, 14445, 10788, 17500, 13398, 11141, 13763, 9138, 15569, 12066, 15945, 13323, 9233, 12531, 8535, 14200, 10288, 15748, 12600, 8484, 11925, 8008, 13706, 10840, 8745, 10959, 7991, 12869, 9983, 11682, 11421, 7991, 12943, 10149, 13382, 10762, 8309, 11963, 8238, 13144, 10669, 7955, 12521, 10203, 9432, 12937, 9190, 14316, 12146, 7790, 13175, 8429, 15083, 12112, 12534, 12439, 7877, 13289, 10702, 13635, 11322, 9702, 13378, 8347, 14903, 11576, 13294, 11264, 9202, 12555, 8822, 14802, 11015, 14221, 11205, 8417, 11852, 8561, 13966, 11129, 14275, 11910, 8330, 12149, 8530, 14575, 11687, 13312, 11772, 8110, 13519, 10201, 15261, 12006, 10225, 14009, 8922, 15908, 12168, 9500, 12124, 9043, 15359, 12001, 17571, 12185, 8517, 13061, 9429, 15161, 12735, 11862, 12997, 8829, 14877, 11356, 15062, 12620, 8437, 13945, 10506, 14723, 11746, 8758, 12140, 9047, 14579, 11436, 14486, 11371, 8475, 12370, 8941, 14685, 10675, 14724, 11831, 8206, 11561, 8192, 14218, 11626, 12952, 12175, 8386, 13175, 9892, 14456, 11556, 13223, 12142, 8552, 12783, 8850, 14160, 10930, 12818, 11904, 8442, 13519, 10655, 14272, 11345, 8627, 11783, 8844, 14761, 11099, 8611, 11757, 8355, 14718, 11368, 9027, 12046, 9203, 10813, 10850, 8705, 14882, 12336, 8270, 12901, 10861, 9682, 11465, 7899, 14955, 11791, 14821, 11756, 7956, 12391, 8194, 14436, 12332, 11537, 12059, 8326, 12324, 9685, 13637, 10819, 11978, 11756, 8062, 12848, 9862, 13916, 10842, 9367, 11372, 8241, 13971, 11185, 10517, 10903, 7943, 12186, 8377, 13678, 10920, 12003, 11966, 8186, 12403, 9770, 14256, 10292, 7964, 12177, 9339, 10026, 10893, 8887, 14836, 12308, 8789, 12338, 9953, 12858, 11347, 8156, 13360, 10189, 16508, 13711, 8869, 12312, 8391, 14222, 11482, 13875, 12431, 8502, 12932, 9942, 14418, 10883, 9928, 11991, 8230, 14299, 10537, 14885, 11208, 9768, 11487, 8606, 14742, 11025, 14880, 11691, 8602, 12116, 7832, 14080, 11313, 9194, 12488, 8024, 13932, 10787, 12642, 11082, 8010, 13075, 10252, 9146, 11436, 9194, 14334, 11507, 8115, 13113, 10585, 11991, 11143, 8742, 13729, 8403, 15123, 11198, 13037, 11146, 9213, 12674, 8470, 13672, 10760, 14364, 11360, 8899, 11166, 8101, 14080, 11424, 11287, 11250, 8201, 12321, 9173, 14729, 11818, 8750, 11844, 7743, 13657, 10392, 13063, 11653, 8007, 13828, 10605, 13942, 11719, 8472, 12760, 8359, 14460, 10976, 15437, 12447, 8255, 14891, 10812, 13514, 11564, 8077, 13742, 10223, 15978, 12314, 10145, 11532, 7796, 12885, 9275, 14462, 12302, 9542, 12882, 8549, 14145, 11333, 13756, 11715, 8283, 13079, 10122, 8779, 11419, 9460, 10475, 12439, 8565, 14169, 11611, 8309, 13200, 9997, 14570, 11773, 9403, 13554, 8084, 13775, 11171, 10634, 11777, 8256, 14777, 11353, 12171, 11063, 8189, 12157, 9303, 15068, 11719, 8978, 10765, 8027, 11702, 7957, 13764, 11166, 13549, 11488, 8474, 12119, 8749, 13777, 11065, 9768, 12858, 8238, 14629, 11917, 9305, 11390, 7915, 14338, 11302, 14697, 12039, 7969, 11590, 9381, 13293, 10736, 7937, 13581, 8353, 13717, 10977, 13714, 11344, 9232, 13104, 8281, 15076, 12428, 11009, 11061, 7977, 12304, 8723, 15139, 12202, 9410, 11714, 7971, 13409, 10150, 13610, 11627, 10087, 10945, 8018, 14393, 10715, 8360, 19586, 14563, 12909, 11388, 8907, 12729, 11313, 7671, 12826, 10209, 7717, 13976, 10559, 8031, 11433, 9478, 12721, 10458, 8648, 13533, 8551, 14776, 10985, 9929, 10775, 7891, 13425, 10658, 14663, 11717, 8155, 12085, 8258, 13539, 10806, 8651, 12105, 7878, 13817, 10532, 12175, 10302, 8099, 13566, 10340, 14638, 10982, 8268, 11979, 8756, 14343, 11226, 8817, 15070, 8718, 14918, 11262, 9362, 12540, 9385, 15763, 11599, 8122, 13531, 11315, 8464, 13391, 9772, 13971, 11364, 8578, 13318, 10703, 9714, 10780, 7978, 13690, 10984, 8498, 15338, 11614, 8625, 10826, 7913, 12963, 10277, 11562, 11394, 8341, 12103, 9518, 10085, 9917, 8348, 11608, 9556, 13747, 10773, 8399, 11811, 9002, 13603, 10344, 10454, 11658, 8249, 14508, 11083, 10358, 10197, 8117, 13453, 11019, 15515, 11178, 8397, 11678, 9135, 14035, 10735, 8902, 14408, 9944, 13608, 11324, 11157, 11227, 8642, 15196, 11417, 13960, 10884, 7871, 12352, 8980, 14410, 11669, 12085, 13527, 8450, 13429, 10722, 12048, 11595, 8893, 12330, 9667, 13979, 11210, 8248, 14770, 10630, 9019, 10280, 7839, 12682, 10834, 11497, 11167, 8056, 12992, 10031, 13087, 11086, 8274, 13534, 9929, 15742, 11166, 9939, 10893, 8578, 14352, 11016, 14199, 10803, 8310, 11964, 9098, 14509, 11416, 10233, 11545, 7742, 12218, 10096, 9144, 12202, 7775, 14703, 10827, 9603, 10238, 8528, 13257, 9663, 14022, 10944, 8791, 10216, 7978, 12412, 10165, 14341, 11147, 8076, 10700, 7691, 12510, 10737, 9143, 11208, 7669, 13022, 10378, 8927, 10917, 8334, 14889, 11237, 8557, 10013, 8257, 13020, 10290, 10212, 11720, 7846, 14623, 10357, 10888, 10333, 8168, 14212, 10767, 8665, 10078, 7717, 12622, 9913, 11955, 11043, 7898, 15633, 10999, 10815, 10241, 8053, 13001, 10315, 14810, 10869, 7864, 12574, 10049, 11797, 10238, 8435, 12892, 10411, 14974, 11383, 8550, 11905, 9219, 14167, 10727, 8066, 12965, 9854, 13343, 10517, 8450, 11415, 8731, 15060, 11684, 8600, 11544, 8840, 13531, 10599, 9119, 11684, 8209, 14254, 10700, 8713, 10439, 8402, 13735, 11109, 9624, 11090, 7586, 13050, 9872, 12032, 10765, 8032, 14421, 10986, 8451, 10338, 7737, 12203, 9829, 8465, 9710, 8032, 13914, 10683, 12252, 9970, 8612, 10910, 7839, 13058, 10123, 15712, 12021, 8467, 11881, 7692, 13780, 10306, 14237, 10920, 8336, 12120, 7685, 13381, 10491, 10655, 10863, 8022, 14031, 10856, 14605, 10396, 7965, 11365, 9832, 12361, 10710, 7636, 13319, 9555, 10390, 9805, 7961, 13349, 9985, 15409, 10834, 8142, 12189, 9593, 11788, 10108, 8119, 14049, 10999, 11147, 9975, 7898, 13079, 9830, 13912, 10884, 8014, 12999, 8338, 13529, 10102, 9624, 10107, 8405, 13725, 10782, 14130, 10119, 8039, 11359, 8372, 13132, 10526, 8684, 11768, 8013, 13665, 10064, 12160, 10145, 8410, 13089, 10653, 10294, 10252, 8048, 11757, 9478, 10567, 9683, 8530, 13243, 9673, 10168, 9632, 8105, 11703, 8563, 14775, 11205, 14068, 11323, 7640, 13474, 10377, 10277, 10204, 8310, 12770, 9426, 9892, 9914, 7671, 13452, 10741, 9096, 13043, 9433, 14061, 10397, 9670, 10584, 8151, 13483], 'WindowCenter': [4797.0, 4763.0, 4810.0, 4777.0, 4746.0, 4803.0, 4773.0, 4743.0, 4791.0, 4769.0, 4728.0, 4787.0, 4756.0, 4707.0, 4788.0, 4747.0, 4785.0, 4752.0, 4744.0, 4762.0, 4728.0, 4786.0, 4754.0, 4782.0, 4764.0, 4713.0, 4752.0, 4715.0, 4788.0, 4736.0, 4784.0, 4756.0, 4716.0, 4755.0, 4718.0, 4778.0, 4759.0, 4728.0, 4761.0, 4731.0, 4780.0, 4753.0, 4772.0, 4772.0, 4732.0, 4797.0, 4765.0, 4793.0, 4771.0, 4746.0, 4782.0, 4747.0, 4793.0, 4775.0, 4746.0, 4797.0, 4788.0, 4766.0, 4805.0, 4765.0, 4817.0, 4812.0, 4749.0, 4806.0, 4757.0, 4828.0, 4799.0, 4794.0, 4812.0, 4747.0, 4805.0, 4777.0, 4815.0, 4796.0, 4778.0, 4807.0, 4761.0, 4828.0, 4784.0, 4806.0, 4787.0, 4767.0, 4805.0, 4766.0, 4814.0, 4802.0, 4815.0, 4788.0, 4755.0, 4794.0, 4768.0, 4817.0, 4788.0, 4816.0, 4797.0, 4759.0, 4794.0, 4770.0, 4815.0, 4796.0, 4805.0, 4795.0, 4745.0, 4804.0, 4777.0, 4823.0, 4805.0, 4775.0, 4817.0, 4757.0, 4823.0, 4793.0, 4765.0, 4797.0, 4767.0, 4814.0, 4795.0, 4823.0, 4782.0, 4741.0, 4789.0, 4752.0, 4812.0, 4791.0, 4770.0, 4780.0, 4741.0, 4790.0, 4770.0, 4810.0, 4780.0, 4729.0, 4788.0, 4759.0, 4788.0, 4768.0, 4729.0, 4782.0, 4743.0, 4791.0, 4767.0, 4788.0, 4769.0, 4730.0, 4778.0, 4742.0, 4802.0, 4771.0, 4788.0, 4769.0, 4730.0, 4767.0, 4730.0, 4789.0, 4771.0, 4777.0, 4771.0, 4730.0, 4778.0, 4751.0, 4802.0, 4782.0, 4789.0, 4783.0, 4740.0, 4780.0, 4739.0, 4790.0, 4769.0, 4790.0, 4777.0, 4730.0, 4790.0, 4760.0, 4800.0, 4772.0, 4754.0, 4780.0, 4752.0, 4800.0, 4774.0, 4759.0, 4795.0, 4746.0, 4814.0, 4784.0, 4743.0, 4779.0, 4750.0, 4770.0, 4772.0, 4752.0, 4814.0, 4805.0, 4744.0, 4794.0, 4773.0, 4763.0, 4769.0, 4731.0, 4800.0, 4783.0, 4801.0, 4770.0, 4719.0, 4781.0, 4730.0, 4797.0, 4779.0, 4769.0, 4768.0, 4727.0, 4781.0, 4750.0, 4788.0, 4769.0, 4770.0, 4768.0, 4722.0, 4780.0, 4748.0, 4788.0, 4769.0, 4750.0, 4769.0, 4734.0, 4790.0, 4771.0, 4759.0, 4760.0, 4730.0, 4778.0, 4731.0, 4791.0, 4773.0, 4780.0, 4781.0, 4731.0, 4780.0, 4762.0, 4801.0, 4786.0, 4747.0, 4784.0, 4767.0, 4773.0, 4782.0, 4766.0, 4816.0, 4801.0, 4746.0, 4792.0, 4765.0, 4792.0, 4772.0, 4735.0, 4802.0, 4772.0, 4812.0, 4792.0, 4741.0, 4768.0, 4731.0, 4802.0, 4783.0, 4801.0, 4792.0, 4743.0, 4780.0, 4761.0, 4803.0, 4772.0, 4773.0, 4782.0, 4744.0, 4801.0, 4763.0, 4812.0, 4773.0, 4761.0, 4783.0, 4742.0, 4800.0, 4771.0, 4811.0, 4782.0, 4743.0, 4781.0, 4733.0, 4801.0, 4773.0, 4750.0, 4792.0, 4744.0, 4802.0, 4772.0, 4792.0, 4770.0, 4731.0, 4803.0, 4774.0, 4764.0, 4782.0, 4752.0, 4800.0, 4783.0, 4746.0, 4803.0, 4773.0, 4784.0, 4783.0, 4754.0, 4801.0, 4731.0, 4803.0, 4773.0, 4794.0, 4783.0, 4762.0, 4790.0, 4731.0, 4791.0, 4772.0, 4801.0, 4780.0, 4750.0, 4770.0, 4743.0, 4800.0, 4783.0, 4784.0, 4781.0, 4742.0, 4782.0, 4750.0, 4802.0, 4781.0, 4742.0, 4782.0, 4732.0, 4805.0, 4773.0, 4804.0, 4782.0, 4734.0, 4804.0, 4772.0, 4800.0, 4782.0, 4746.0, 4783.0, 4741.0, 4804.0, 4776.0, 4812.0, 4780.0, 4732.0, 4799.0, 4759.0, 4789.0, 4770.0, 4743.0, 4790.0, 4760.0, 4802.0, 4780.0, 4750.0, 4770.0, 4723.0, 4776.0, 4742.0, 4799.0, 4780.0, 4750.0, 4778.0, 4729.0, 4789.0, 4768.0, 4791.0, 4769.0, 4731.0, 4791.0, 4762.0, 4754.0, 4781.0, 4764.0, 4773.0, 4793.0, 4756.0, 4803.0, 4783.0, 4743.0, 4794.0, 4764.0, 4814.0, 4794.0, 4753.0, 4791.0, 4731.0, 4791.0, 4771.0, 4771.0, 4782.0, 4734.0, 4804.0, 4770.0, 4781.0, 4771.0, 4743.0, 4792.0, 4752.0, 4813.0, 4784.0, 4742.0, 4770.0, 4732.0, 4779.0, 4730.0, 4791.0, 4771.0, 4791.0, 4773.0, 4732.0, 4780.0, 4743.0, 4792.0, 4773.0, 4762.0, 4781.0, 4733.0, 4801.0, 4781.0, 4751.0, 4773.0, 4744.0, 4800.0, 4775.0, 4802.0, 4782.0, 4721.0, 4769.0, 4751.0, 4802.0, 4777.0, 4734.0, 4803.0, 4743.0, 4791.0, 4771.0, 4791.0, 4771.0, 4754.0, 4790.0, 4733.0, 4802.0, 4782.0, 4761.0, 4771.0, 4733.0, 4780.0, 4744.0, 4798.0, 4781.0, 4739.0, 4769.0, 4722.0, 4791.0, 4760.0, 4791.0, 4773.0, 4763.0, 4760.0, 4731.0, 4803.0, 4775.0, 4833.0, 4907.0, 4831.0, 4780.0, 4743.0, 4702.0, 4753.0, 4748.0, 4707.0, 4780.0, 4773.0, 4735.0, 4802.0, 4773.0, 4734.0, 4771.0, 4752.0, 4780.0, 4773.0, 4744.0, 4793.0, 4744.0, 4806.0, 4771.0, 4751.0, 4761.0, 4744.0, 4791.0, 4761.0, 4789.0, 4785.0, 4734.0, 4781.0, 4743.0, 4805.0, 4774.0, 4743.0, 4783.0, 4733.0, 4792.0, 4762.0, 4783.0, 4774.0, 4743.0, 4792.0, 4776.0, 4802.0, 4774.0, 4745.0, 4783.0, 4756.0, 4816.0, 4784.0, 4754.0, 4804.0, 4742.0, 4804.0, 4775.0, 4750.0, 4795.0, 4756.0, 4815.0, 4771.0, 4722.0, 4795.0, 4773.0, 4732.0, 4793.0, 4765.0, 4803.0, 4772.0, 4745.0, 4793.0, 4766.0, 4752.0, 4762.0, 4735.0, 4803.0, 4771.0, 4742.0, 4800.0, 4772.0, 4731.0, 4761.0, 4732.0, 4793.0, 4765.0, 4772.0, 4773.0, 4732.0, 4782.0, 4753.0, 4763.0, 4763.0, 4746.0, 4784.0, 4764.0, 4793.0, 4777.0, 4735.0, 4784.0, 4758.0, 4817.0, 4777.0, 4775.0, 4783.0, 4746.0, 4806.0, 4773.0, 4765.0, 4764.0, 4747.0, 4804.0, 4777.0, 4803.0, 4787.0, 4746.0, 4783.0, 4755.0, 4801.0, 4772.0, 4742.0, 4791.0, 4752.0, 4793.0, 4773.0, 4784.0, 4775.0, 4741.0, 4804.0, 4773.0, 4791.0, 4761.0, 4731.0, 4781.0, 4744.0, 4802.0, 4771.0, 4770.0, 4792.0, 4733.0, 4792.0, 4785.0, 4796.0, 4800.0, 4758.0, 4781.0, 4749.0, 4789.0, 4758.0, 4719.0, 4791.0, 4760.0, 4741.0, 4763.0, 4735.0, 4794.0, 4771.0, 4769.0, 4771.0, 4720.0, 4780.0, 4752.0, 4802.0, 4772.0, 4731.0, 4790.0, 4751.0, 4798.0, 4760.0, 4750.0, 4759.0, 4729.0, 4788.0, 4759.0, 4777.0, 4747.0, 4728.0, 4767.0, 4740.0, 4787.0, 4769.0, 4752.0, 4759.0, 4720.0, 4769.0, 4748.0, 4737.0, 4768.0, 4710.0, 4788.0, 4757.0, 4739.0, 4749.0, 4729.0, 4777.0, 4738.0, 4777.0, 4757.0, 4728.0, 4747.0, 4730.0, 4781.0, 4748.0, 4788.0, 4758.0, 4717.0, 4747.0, 4719.0, 4778.0, 4759.0, 4740.0, 4761.0, 4709.0, 4778.0, 4749.0, 4741.0, 4760.0, 4731.0, 4802.0, 4761.0, 4730.0, 4746.0, 4730.0, 4789.0, 4760.0, 4748.0, 4771.0, 4719.0, 4788.0, 4747.0, 4760.0, 4748.0, 4729.0, 4788.0, 4758.0, 4727.0, 4738.0, 4721.0, 4779.0, 4761.0, 4781.0, 4771.0, 4719.0, 4799.0, 4760.0, 4758.0, 4749.0, 4731.0, 4779.0, 4749.0, 4787.0, 4759.0, 4718.0, 4781.0, 4752.0, 4769.0, 4752.0, 4729.0, 4778.0, 4759.0, 4788.0, 4759.0, 4729.0, 4768.0, 4752.0, 4789.0, 4758.0, 4717.0, 4779.0, 4739.0, 4780.0, 4748.0, 4719.0, 4769.0, 4731.0, 4788.0, 4770.0, 4730.0, 4759.0, 4739.0, 4780.0, 4759.0, 4738.0, 4769.0, 4728.0, 4789.0, 4748.0, 4730.0, 4749.0, 4729.0, 4778.0, 4758.0, 4738.0, 4757.0, 4709.0, 4777.0, 4749.0, 4767.0, 4748.0, 4717.0, 4777.0, 4760.0, 4718.0, 4748.0, 4720.0, 4771.0, 4749.0, 4731.0, 4752.0, 4731.0, 4794.0, 4761.0, 4770.0, 4750.0, 4729.0, 4761.0, 4722.0, 4778.0, 4751.0, 4789.0, 4771.0, 4718.0, 4760.0, 4708.0, 4781.0, 4750.0, 4776.0, 4751.0, 4716.0, 4768.0, 4707.0, 4766.0, 4746.0, 4749.0, 4747.0, 4719.0, 4777.0, 4748.0, 4787.0, 4748.0, 4717.0, 4757.0, 4748.0, 4767.0, 4751.0, 4708.0, 4779.0, 4740.0, 4748.0, 4751.0, 4721.0, 4777.0, 4738.0, 4785.0, 4747.0, 4718.0, 4767.0, 4752.0, 4770.0, 4749.0, 4720.0, 4792.0, 4759.0, 4761.0, 4737.0, 4719.0, 4778.0, 4750.0, 4788.0, 4750.0, 4721.0, 4781.0, 4719.0, 4777.0, 4736.0, 4739.0, 4747.0, 4720.0, 4789.0, 4759.0, 4777.0, 4736.0, 4708.0, 4759.0, 4718.0, 4777.0, 4748.0, 4728.0, 4759.0, 4707.0, 4767.0, 4739.0, 4768.0, 4750.0, 4731.0, 4790.0, 4760.0, 4746.0, 4761.0, 4719.0, 4769.0, 4738.0, 4760.0, 4750.0, 4730.0, 4793.0, 4753.0, 4762.0, 4754.0, 4723.0, 4772.0, 4731.0, 4801.0, 4761.0, 4789.0, 4762.0, 4709.0, 4779.0, 4750.0, 4749.0, 4750.0, 4735.0, 4781.0, 4740.0, 4750.0, 4741.0, 4722.0, 4791.0, 4761.0, 4729.0, 4782.0, 4740.0, 4778.0, 4749.0, 4743.0, 4763.0, 4721.0, 4781.0], 'WindowWidth': [10484.0, 10427.0, 10482.0, 10430.0, 10388.0, 10463.0, 10417.0, 10377.0, 10439.0, 10408.0, 10346.0, 10428.0, 10382.0, 10314.0, 10432.0, 10368.0, 10420.0, 10370.0, 10359.0, 10383.0, 10345.0, 10424.0, 10372.0, 10412.0, 10385.0, 10316.0, 10368.0, 10322.0, 10429.0, 10353.0, 10418.0, 10379.0, 10325.0, 10377.0, 10332.0, 10414.0, 10389.0, 10347.0, 10395.0, 10358.0, 10421.0, 10388.0, 10411.0, 10412.0, 10360.0, 10456.0, 10408.0, 10444.0, 10412.0, 10382.0, 10430.0, 10389.0, 10444.0, 10425.0, 10389.0, 10458.0, 10450.0, 10417.0, 10466.0, 10413.0, 10488.0, 10486.0, 10396.0, 10467.0, 10403.0, 10501.0, 10462.0, 10452.0, 10487.0, 10391.0, 10464.0, 10428.0, 10479.0, 10458.0, 10437.0, 10471.0, 10417.0, 10504.0, 10438.0, 10469.0, 10446.0, 10421.0, 10470.0, 10415.0, 10480.0, 10474.0, 10483.0, 10445.0, 10401.0, 10451.0, 10424.0, 10485.0, 10448.0, 10486.0, 10459.0, 10410.0, 10453.0, 10427.0, 10482.0, 10456.0, 10466.0, 10454.0, 10385.0, 10464.0, 10431.0, 10492.0, 10470.0, 10427.0, 10486.0, 10401.0, 10492.0, 10446.0, 10411.0, 10455.0, 10417.0, 10481.0, 10454.0, 10489.0, 10428.0, 10374.0, 10436.0, 10391.0, 10474.0, 10440.0, 10410.0, 10424.0, 10369.0, 10437.0, 10414.0, 10468.0, 10423.0, 10354.0, 10433.0, 10392.0, 10433.0, 10404.0, 10354.0, 10430.0, 10376.0, 10438.0, 10402.0, 10432.0, 10406.0, 10357.0, 10418.0, 10374.0, 10452.0, 10413.0, 10432.0, 10405.0, 10354.0, 10401.0, 10356.0, 10434.0, 10410.0, 10414.0, 10411.0, 10355.0, 10416.0, 10384.0, 10455.0, 10430.0, 10438.0, 10428.0, 10370.0, 10419.0, 10365.0, 10436.0, 10407.0, 10437.0, 10418.0, 10355.0, 10438.0, 10397.0, 10453.0, 10415.0, 10397.0, 10425.0, 10391.0, 10458.0, 10420.0, 10408.0, 10452.0, 10385.0, 10478.0, 10436.0, 10374.0, 10420.0, 10384.0, 10411.0, 10415.0, 10391.0, 10475.0, 10469.0, 10384.0, 10451.0, 10420.0, 10406.0, 10408.0, 10359.0, 10453.0, 10430.0, 10453.0, 10408.0, 10339.0, 10425.0, 10359.0, 10446.0, 10420.0, 10406.0, 10404.0, 10346.0, 10424.0, 10383.0, 10433.0, 10408.0, 10409.0, 10405.0, 10344.0, 10421.0, 10376.0, 10433.0, 10407.0, 10384.0, 10407.0, 10363.0, 10438.0, 10412.0, 10393.0, 10394.0, 10355.0, 10417.0, 10358.0, 10440.0, 10418.0, 10423.0, 10425.0, 10359.0, 10424.0, 10403.0, 10454.0, 10444.0, 10390.0, 10433.0, 10421.0, 10422.0, 10435.0, 10416.0, 10483.0, 10469.0, 10384.0, 10444.0, 10411.0, 10443.0, 10416.0, 10370.0, 10458.0, 10417.0, 10473.0, 10442.0, 10369.0, 10404.0, 10360.0, 10455.0, 10432.0, 10454.0, 10445.0, 10377.0, 10425.0, 10400.0, 10459.0, 10417.0, 10421.0, 10430.0, 10381.0, 10458.0, 10403.0, 10471.0, 10417.0, 10400.0, 10432.0, 10377.0, 10454.0, 10415.0, 10472.0, 10431.0, 10376.0, 10429.0, 10368.0, 10457.0, 10417.0, 10384.0, 10443.0, 10382.0, 10460.0, 10415.0, 10444.0, 10411.0, 10359.0, 10461.0, 10426.0, 10412.0, 10430.0, 10390.0, 10454.0, 10432.0, 10386.0, 10459.0, 10419.0, 10434.0, 10433.0, 10394.0, 10456.0, 10358.0, 10458.0, 10416.0, 10448.0, 10432.0, 10404.0, 10437.0, 10357.0, 10440.0, 10416.0, 10455.0, 10424.0, 10386.0, 10409.0, 10380.0, 10453.0, 10433.0, 10436.0, 10428.0, 10376.0, 10428.0, 10386.0, 10455.0, 10427.0, 10376.0, 10429.0, 10361.0, 10461.0, 10421.0, 10465.0, 10431.0, 10366.0, 10463.0, 10418.0, 10453.0, 10428.0, 10381.0, 10428.0, 10373.0, 10461.0, 10425.0, 10473.0, 10425.0, 10356.0, 10448.0, 10393.0, 10434.0, 10409.0, 10381.0, 10438.0, 10396.0, 10457.0, 10424.0, 10382.0, 10411.0, 10348.0, 10413.0, 10369.0, 10447.0, 10422.0, 10380.0, 10418.0, 10350.0, 10433.0, 10406.0, 10439.0, 10407.0, 10357.0, 10436.0, 10398.0, 10395.0, 10427.0, 10409.0, 10422.0, 10446.0, 10401.0, 10461.0, 10431.0, 10377.0, 10447.0, 10409.0, 10476.0, 10451.0, 10391.0, 10441.0, 10357.0, 10440.0, 10413.0, 10416.0, 10428.0, 10364.0, 10462.0, 10410.0, 10425.0, 10411.0, 10378.0, 10443.0, 10388.0, 10474.0, 10436.0, 10374.0, 10410.0, 10362.0, 10421.0, 10358.0, 10441.0, 10414.0, 10439.0, 10417.0, 10360.0, 10423.0, 10376.0, 10442.0, 10415.0, 10399.0, 10423.0, 10361.0, 10455.0, 10424.0, 10386.0, 10416.0, 10381.0, 10452.0, 10422.0, 10456.0, 10425.0, 10341.0, 10403.0, 10385.0, 10458.0, 10426.0, 10367.0, 10461.0, 10376.0, 10441.0, 10412.0, 10439.0, 10411.0, 10392.0, 10437.0, 10362.0, 10457.0, 10427.0, 10397.0, 10413.0, 10365.0, 10423.0, 10379.0, 10447.0, 10425.0, 10365.0, 10405.0, 10344.0, 10437.0, 10395.0, 10437.0, 10415.0, 10401.0, 10391.0, 10358.0, 10460.0, 10426.0, 10559.0, 10652.0, 10513.0, 10419.0, 10353.0, 10294.0, 10370.0, 10369.0, 10316.0, 10421.0, 10418.0, 10371.0, 10457.0, 10419.0, 10365.0, 10410.0, 10386.0, 10421.0, 10417.0, 10377.0, 10444.0, 10378.0, 10466.0, 10411.0, 10383.0, 10396.0, 10380.0, 10438.0, 10396.0, 10433.0, 10435.0, 10363.0, 10423.0, 10376.0, 10465.0, 10419.0, 10376.0, 10433.0, 10364.0, 10439.0, 10401.0, 10430.0, 10421.0, 10378.0, 10444.0, 10426.0, 10457.0, 10419.0, 10383.0, 10432.0, 10398.0, 10479.0, 10434.0, 10389.0, 10461.0, 10373.0, 10460.0, 10422.0, 10383.0, 10451.0, 10395.0, 10478.0, 10408.0, 10345.0, 10450.0, 10419.0, 10360.0, 10444.0, 10406.0, 10458.0, 10413.0, 10381.0, 10443.0, 10406.0, 10386.0, 10400.0, 10366.0, 10460.0, 10412.0, 10373.0, 10451.0, 10413.0, 10355.0, 10397.0, 10361.0, 10444.0, 10407.0, 10414.0, 10413.0, 10358.0, 10425.0, 10387.0, 10405.0, 10405.0, 10385.0, 10434.0, 10408.0, 10444.0, 10426.0, 10367.0, 10434.0, 10404.0, 10482.0, 10429.0, 10425.0, 10432.0, 10385.0, 10467.0, 10418.0, 10408.0, 10406.0, 10389.0, 10461.0, 10425.0, 10459.0, 10442.0, 10383.0, 10431.0, 10396.0, 10455.0, 10413.0, 10372.0, 10441.0, 10385.0, 10445.0, 10417.0, 10435.0, 10420.0, 10371.0, 10462.0, 10415.0, 10436.0, 10396.0, 10356.0, 10423.0, 10377.0, 10454.0, 10412.0, 10407.0, 10441.0, 10361.0, 10441.0, 10436.0, 10453.0, 10466.0, 10401.0, 10421.0, 10377.0, 10432.0, 10388.0, 10336.0, 10438.0, 10393.0, 10372.0, 10402.0, 10370.0, 10448.0, 10412.0, 10406.0, 10410.0, 10341.0, 10421.0, 10387.0, 10459.0, 10415.0, 10356.0, 10436.0, 10383.0, 10446.0, 10391.0, 10384.0, 10391.0, 10349.0, 10430.0, 10391.0, 10411.0, 10370.0, 10349.0, 10399.0, 10368.0, 10428.0, 10405.0, 10385.0, 10389.0, 10339.0, 10405.0, 10375.0, 10359.0, 10400.0, 10323.0, 10429.0, 10385.0, 10362.0, 10377.0, 10352.0, 10412.0, 10360.0, 10414.0, 10385.0, 10348.0, 10372.0, 10354.0, 10421.0, 10375.0, 10427.0, 10386.0, 10333.0, 10373.0, 10339.0, 10414.0, 10390.0, 10367.0, 10391.0, 10320.0, 10415.0, 10378.0, 10367.0, 10393.0, 10355.0, 10453.0, 10393.0, 10351.0, 10370.0, 10354.0, 10434.0, 10394.0, 10374.0, 10410.0, 10333.0, 10430.0, 10372.0, 10393.0, 10374.0, 10349.0, 10429.0, 10388.0, 10344.0, 10359.0, 10342.0, 10418.0, 10397.0, 10425.0, 10409.0, 10336.0, 10445.0, 10391.0, 10386.0, 10376.0, 10358.0, 10417.0, 10377.0, 10425.0, 10388.0, 10333.0, 10426.0, 10385.0, 10405.0, 10382.0, 10352.0, 10416.0, 10391.0, 10427.0, 10388.0, 10348.0, 10401.0, 10385.0, 10433.0, 10386.0, 10332.0, 10418.0, 10361.0, 10418.0, 10373.0, 10334.0, 10405.0, 10355.0, 10429.0, 10407.0, 10351.0, 10389.0, 10362.0, 10419.0, 10389.0, 10361.0, 10403.0, 10347.0, 10431.0, 10374.0, 10352.0, 10375.0, 10351.0, 10414.0, 10389.0, 10359.0, 10384.0, 10321.0, 10411.0, 10379.0, 10397.0, 10372.0, 10330.0, 10411.0, 10391.0, 10333.0, 10375.0, 10338.0, 10407.0, 10377.0, 10356.0, 10384.0, 10356.0, 10443.0, 10398.0, 10408.0, 10378.0, 10349.0, 10393.0, 10343.0, 10414.0, 10379.0, 10430.0, 10408.0, 10332.0, 10389.0, 10320.0, 10421.0, 10377.0, 10410.0, 10376.0, 10328.0, 10397.0, 10316.0, 10394.0, 10367.0, 10374.0, 10370.0, 10333.0, 10412.0, 10372.0, 10423.0, 10371.0, 10330.0, 10383.0, 10375.0, 10397.0, 10377.0, 10318.0, 10417.0, 10364.0, 10374.0, 10379.0, 10339.0, 10412.0, 10357.0, 10420.0, 10371.0, 10333.0, 10397.0, 10385.0, 10406.0, 10375.0, 10337.0, 10437.0, 10389.0, 10391.0, 10357.0, 10335.0, 10412.0, 10378.0, 10428.0, 10376.0, 10339.0, 10421.0, 10333.0, 10408.0, 10353.0, 10360.0, 10371.0, 10336.0, 10430.0, 10390.0, 10408.0, 10351.0, 10316.0, 10385.0, 10331.0, 10409.0, 10373.0, 10345.0, 10387.0, 10313.0, 10394.0, 10359.0, 10401.0, 10377.0, 10358.0, 10438.0, 10391.0, 10368.0, 10395.0, 10335.0, 10402.0, 10360.0, 10392.0, 10380.0, 10352.0, 10443.0, 10387.0, 10398.0, 10387.0, 10345.0, 10408.0, 10355.0, 10451.0, 10394.0, 10430.0, 10394.0, 10320.0, 10414.0, 10375.0, 10376.0, 10379.0, 10360.0, 10416.0, 10361.0, 10378.0, 10365.0, 10344.0, 10436.0, 10393.0, 10349.0, 10423.0, 10363.0, 10413.0, 10374.0, 10372.0, 10398.0, 10340.0, 10418.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.0009327820372398685</td></tr>
<tr><td colspan=3>aqi</td><td>0.017848317634173057</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9849148047697</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.21157554047149</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114750676096491</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>3506.1777</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11275483851598415</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.338444687842278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4444293427695047</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4043219426764977</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5676957569631806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361270328668836</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140599</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.018138473853468895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026940522715449333</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.127428629273322</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>12.929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.7239</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.2941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1264.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.9874</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6494</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.4633</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3931.1526</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.0755</td></tr>
<tr><td colspan=3>tsnr</td><td>40.406644985079765</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>