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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-02/func/sub-0062_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a82caee7491005061f720948f42a84dd</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>11:51:38.057500</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.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10782</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</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>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>94f09c1b-05fb-443c-910a-4f7c11e40dad||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.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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': ['115138.057500', '115138.517500', '115138.977500', '115139.437500', '115139.897500', '115140.357500', '115140.817500', '115141.277500', '115141.737500', '115142.197500', '115142.657500', '115143.117500', '115143.577500', '115144.037500', '115144.497500', '115144.957500', '115145.417500', '115145.877500', '115146.337500', '115146.797500', '115147.257500', '115147.717500', '115148.177500', '115148.637500', '115149.097500', '115149.557500', '115150.017500', '115150.477500', '115150.937500', '115151.397500', '115151.857500', '115152.317500', '115152.777500', '115153.237500', '115153.697500', '115154.157500', '115154.617500', '115155.077500', '115155.537500', '115155.997500', '115156.457500', '115156.917500', '115157.377500', '115157.837500', '115158.297500', '115158.757500', '115159.217500', '115159.677500', '115200.137500', '115200.597500', '115201.057500', '115201.517500', '115201.977500', '115202.437500', '115202.897500', '115203.357500', '115203.817500', '115204.277500', '115204.737500', '115205.197500', '115205.657500', '115206.117500', '115206.577500', '115207.037500', '115207.497500', '115207.957500', '115208.417500', '115208.877500', '115209.337500', '115209.797500', '115210.257500', '115210.717500', '115211.177500', '115211.637500', '115212.097500', '115212.557500', '115213.017500', '115213.477500', '115213.937500', '115214.397500', '115214.857500', '115215.317500', '115215.777500', '115216.237500', '115216.697500', '115217.157500', '115217.617500', '115218.077500', '115218.537500', '115218.997500', '115219.457500', '115219.917500', '115220.377500', '115220.837500', '115221.297500', '115221.757500', '115222.217500', '115222.677500', '115223.137500', '115223.597500', '115224.057500', '115224.517500', '115224.977500', '115225.437500', '115225.897500', '115226.357500', '115226.817500', '115227.277500', '115227.737500', '115228.197500', '115228.657500', '115229.117500', '115229.577500', '115230.037500', '115230.497500', '115230.957500', '115231.417500', '115231.877500', '115232.337500', '115232.797500', '115233.257500', '115233.717500', '115234.177500', '115234.637500', '115235.097500', '115235.557500', '115236.017500', '115236.477500', '115236.937500', '115237.397500', '115237.857500', '115238.317500', '115238.777500', '115239.237500', '115239.697500', '115240.157500', '115240.617500', '115241.077500', '115241.537500', '115241.997500', '115242.457500', '115242.917500', '115243.377500', '115243.837500', '115244.297500', '115244.757500', '115245.217500', '115245.677500', '115246.137500', '115246.597500', '115247.057500', '115247.517500', '115247.977500', '115248.437500', '115248.897500', '115249.357500', '115249.817500', '115250.277500', '115250.737500', '115251.197500', '115251.657500', '115252.117500', '115252.577500', '115253.037500', '115253.497500', '115253.957500', '115254.417500', '115254.877500', '115255.337500', '115255.797500', '115256.257500', '115256.717500', '115257.177500', '115257.637500', '115258.097500', '115258.557500', '115259.017500', '115259.477500', '115259.937500', '115300.397500', '115300.857500', '115301.317500', '115301.777500', '115302.237500', '115302.697500', '115303.157500', '115303.617500', '115304.077500', '115304.537500', '115304.997500', '115305.457500', '115305.917500', '115306.377500', '115306.837500', '115307.297500', '115307.757500', '115308.217500', '115308.677500', '115309.137500', '115309.597500', '115310.057500', '115310.517500', '115310.977500', '115311.437500', '115311.897500', '115312.357500', '115312.817500', '115313.277500', '115313.737500', '115314.197500', '115314.657500', '115315.117500', '115315.577500', '115316.037500', '115316.497500', '115316.957500', '115317.417500', '115317.877500', '115318.337500', '115318.797500', '115319.257500', '115319.717500', '115320.177500', '115320.637500', '115321.097500', '115321.557500', '115322.017500', '115322.477500', '115322.937500', '115323.397500', '115323.857500', '115324.317500', '115324.777500', '115325.237500', '115325.697500', '115326.157500', '115326.617500', '115327.077500', '115327.537500', '115327.997500', '115328.457500', '115328.917500', '115329.377500', '115329.837500', '115330.297500', '115330.757500', '115331.217500', '115331.677500', '115332.137500', '115332.597500', '115333.057500', '115333.517500', '115333.977500', '115334.437500', '115334.897500', '115335.357500', '115335.817500', '115336.277500', '115336.737500', '115337.197500', '115337.657500', '115338.117500', '115338.577500', '115339.037500', '115339.497500', '115339.957500', '115340.417500', '115340.877500', '115341.337500', '115341.797500', '115342.257500', '115342.717500', '115343.177500', '115343.637500', '115344.097500', '115344.557500', '115345.017500', '115345.477500', '115345.937500', '115346.397500', '115346.857500', '115347.317500', '115347.777500', '115348.237500', '115348.697500', '115349.157500', '115349.617500', '115350.077500', '115350.537500', '115350.997500', '115351.457500', '115351.917500', '115352.377500', '115352.837500', '115353.297500', '115353.757500', '115354.217500', '115354.677500', '115355.137500', '115355.597500', '115356.057500', '115356.517500', '115356.977500', '115357.437500', '115357.897500', '115358.357500', '115358.817500', '115359.277500', '115359.737500', '115400.197500', '115400.657500', '115401.117500', '115401.577500', '115402.037500', '115402.497500', '115402.957500', '115403.417500', '115403.877500', '115404.337500', '115404.797500', '115405.257500', '115405.717500', '115406.177500', '115406.637500', '115407.097500', '115407.557500', '115408.017500', '115408.477500', '115408.937500', '115409.397500', '115409.857500', '115410.317500', '115410.777500', '115411.237500', '115411.697500', '115412.157500', '115412.617500', '115413.077500', '115413.537500', '115413.997500', '115414.457500', '115414.917500', '115415.377500', '115415.837500', '115416.297500', '115416.757500', '115417.217500', '115417.677500', '115418.137500', '115418.597500', '115419.057500', '115419.517500', '115419.977500', '115420.437500', '115420.897500', '115421.357500', '115421.817500', '115422.277500', '115422.737500', '115423.197500', '115423.657500', '115424.117500', '115424.577500', '115425.037500', '115425.497500', '115425.957500', '115426.417500', '115426.877500', '115427.337500', '115427.797500', '115428.257500', '115428.717500', '115429.177500', '115429.637500', '115430.097500', '115430.557500', '115431.017500', '115431.477500', '115431.937500', '115432.397500', '115432.857500', '115433.317500', '115433.777500', '115434.237500', '115434.697500', '115435.157500', '115435.617500', '115436.077500', '115436.537500', '115436.997500', '115437.457500', '115437.917500', '115438.377500', '115438.837500', '115439.297500', '115439.757500', '115440.217500', '115440.677500', '115441.137500', '115441.597500', '115442.057500', '115442.517500', '115442.977500', '115443.437500', '115443.897500', '115444.357500', '115444.817500', '115445.277500', '115445.737500', '115446.197500', '115446.657500', '115447.117500', '115447.577500', '115448.037500', '115448.497500', '115448.957500', '115449.417500', '115449.877500', '115450.337500', '115450.797500', '115451.257500', '115451.717500', '115452.177500', '115452.637500', '115453.097500', '115453.557500', '115454.017500', '115454.477500', '115454.937500', '115455.397500', '115455.857500', '115456.317500', '115456.777500', '115457.237500', '115457.697500', '115458.157500', '115458.617500', '115459.077500', '115459.537500', '115459.997500', '115500.457500', '115500.917500', '115501.377500', '115501.837500', '115502.297500', '115502.757500', '115503.217500', '115503.677500', '115504.137500', '115504.597500', '115505.057500', '115505.517500', '115505.977500', '115506.437500', '115506.897500', '115507.357500', '115507.817500', '115508.277500', '115508.737500', '115509.197500', '115509.657500', '115510.117500', '115510.577500', '115511.037500', '115511.497500', '115511.957500', '115512.417500', '115512.877500', '115513.337500', '115513.797500', '115514.257500', '115514.717500', '115515.177500', '115515.637500', '115516.097500', '115516.557500', '115517.017500', '115517.477500', '115517.937500', '115518.397500', '115518.857500', '115519.317500', '115519.777500', '115520.237500', '115520.697500', '115521.157500', '115521.617500', '115522.077500', '115522.537500', '115522.997500', '115523.457500', '115523.917500', '115524.377500', '115524.837500', '115525.297500', '115525.757500', '115526.217500', '115526.677500', '115527.137500', '115527.597500', '115528.057500', '115528.517500', '115528.977500', '115529.437500', '115529.897500', '115530.357500', '115530.817500', '115531.277500', '115531.737500', '115532.197500', '115532.657500', '115533.117500', '115533.577500', '115534.037500', '115534.497500', '115534.957500', '115535.417500', '115535.877500', '115536.337500', '115536.797500', '115537.257500', '115537.717500', '115538.177500', '115538.637500', '115539.097500', '115539.557500', '115540.017500', '115540.477500', '115540.937500', '115541.397500', '115541.857500', '115542.317500', '115542.777500', '115543.237500', '115543.697500', '115544.157500', '115544.617500', '115545.077500', '115545.537500', '115545.997500', '115546.457500', '115546.917500', '115547.377500', '115547.837500', '115548.297500', '115548.757500', '115549.217500', '115549.677500', '115550.137500', '115550.597500', '115551.057500', '115551.517500', '115551.977500', '115552.437500', '115552.897500', '115553.357500', '115553.817500', '115554.277500', '115554.737500', '115555.197500', '115555.657500', '115556.117500', '115556.577500', '115557.037500', '115557.497500', '115557.957500', '115558.417500', '115558.877500', '115559.337500', '115559.797500', '115600.257500', '115600.717500', '115601.177500', '115601.637500', '115602.097500', '115602.557500', '115603.017500', '115603.477500', '115603.937500', '115604.397500', '115604.857500', '115605.317500', '115605.777500', '115606.237500', '115606.697500', '115607.157500', '115607.617500', '115608.077500', '115608.537500', '115608.997500', '115609.457500', '115609.917500', '115610.377500', '115610.837500', '115611.297500', '115611.757500', '115612.217500', '115612.677500', '115613.137500', '115613.597500', '115614.057500', '115614.517500', '115614.977500', '115615.437500', '115615.897500', '115616.357500', '115616.817500', '115617.277500', '115617.737500', '115618.197500', '115618.657500', '115619.117500', '115619.577500', '115620.037500', '115620.497500', '115620.957500', '115621.417500', '115621.877500', '115622.337500', '115622.797500', '115623.257500', '115623.717500', '115624.177500', '115624.637500', '115625.097500', '115625.557500', '115626.017500', '115626.477500', '115626.937500', '115627.397500', '115627.857500', '115628.317500', '115628.777500', '115629.237500', '115629.697500', '115630.157500', '115630.617500', '115631.077500', '115631.537500', '115631.997500', '115632.457500', '115632.917500', '115633.377500', '115633.837500', '115634.297500', '115634.757500', '115635.217500', '115635.677500', '115636.137500', '115636.597500', '115637.057500', '115637.517500', '115637.977500', '115638.437500', '115638.897500', '115639.357500', '115639.817500', '115640.277500', '115640.737500', '115641.197500', '115641.657500', '115642.117500', '115642.577500', '115643.037500', '115643.497500', '115643.957500', '115644.417500', '115644.877500', '115645.337500', '115645.797500', '115646.257500', '115646.717500', '115647.177500', '115647.637500', '115648.097500', '115648.557500', '115649.017500', '115649.477500', '115649.937500', '115650.397500', '115650.857500', '115651.317500', '115651.777500', '115652.237500', '115652.697500', '115653.157500', '115653.617500', '115654.077500', '115654.537500', '115654.997500', '115655.457500', '115655.917500', '115656.377500', '115656.837500', '115657.297500', '115657.757500', '115658.217500', '115658.677500', '115659.137500', '115659.597500', '115700.057500', '115700.517500', '115700.977500', '115701.437500', '115701.897500', '115702.357500', '115702.817500', '115703.277500', '115703.737500', '115704.197500', '115704.657500', '115705.117500', '115705.577500', '115706.037500', '115706.497500', '115706.957500', '115707.417500', '115707.877500', '115708.337500', '115708.797500', '115709.257500', '115709.717500', '115710.177500', '115710.637500', '115711.097500', '115711.557500', '115712.017500', '115712.477500', '115712.937500', '115713.397500', '115713.857500', '115714.317500', '115714.777500', '115715.237500', '115715.697500', '115716.157500', '115716.617500', '115717.077500', '115717.537500', '115717.997500', '115718.457500', '115718.917500', '115719.377500', '115719.837500', '115720.297500', '115720.757500', '115721.217500', '115721.677500', '115722.137500', '115722.597500', '115723.057500', '115723.517500', '115723.977500', '115724.437500', '115724.897500', '115725.357500', '115725.817500', '115726.277500', '115726.737500', '115727.197500', '115727.657500', '115728.117500', '115728.577500', '115729.037500', '115729.497500', '115729.957500', '115730.417500', '115730.877500', '115731.337500', '115731.797500', '115732.257500', '115732.717500', '115733.177500', '115733.637500', '115734.097500', '115734.557500', '115735.017500', '115735.477500', '115735.937500', '115736.397500', '115736.857500', '115737.317500', '115737.777500', '115738.237500', '115738.697500', '115739.157500', '115739.617500', '115740.077500', '115740.537500', '115740.997500', '115741.457500', '115741.917500', '115742.377500', '115742.837500', '115743.297500', '115743.757500', '115744.217500', '115744.677500', '115745.137500', '115745.597500', '115746.057500', '115746.517500', '115746.977500', '115747.437500', '115747.897500', '115748.357500', '115748.817500', '115749.277500', '115749.737500', '115750.197500', '115750.657500', '115751.117500', '115751.577500', '115752.037500', '115752.497500', '115752.957500', '115753.417500', '115753.877500', '115754.337500', '115754.797500', '115755.257500', '115755.717500', '115756.177500', '115756.637500', '115757.097500', '115757.557500', '115758.017500', '115758.477500', '115758.937500', '115759.397500', '115759.857500', '115800.317500', '115800.777500', '115801.237500', '115801.697500', '115802.157500', '115802.617500', '115803.077500', '115803.537500', '115803.997500', '115804.457500', '115804.917500', '115805.377500', '115805.837500', '115806.297500', '115806.757500', '115807.217500', '115807.677500', '115808.137500', '115808.597500', '115809.057500', '115809.517500', '115809.977500', '115810.437500', '115810.897500', '115811.357500', '115811.817500', '115812.277500', '115812.737500', '115813.197500', '115813.657500', '115814.117500', '115814.577500', '115815.037500', '115815.497500', '115815.957500', '115816.417500', '115816.877500', '115817.337500', '115817.797500', '115818.257500', '115818.717500', '115819.177500', '115819.637500', '115820.097500', '115820.557500', '115821.017500', '115821.477500', '115821.937500', '115822.397500', '115822.857500', '115823.317500', '115823.777500', '115824.237500', '115824.697500', '115825.157500', '115825.617500', '115826.077500', '115826.537500', '115826.997500', '115827.457500', '115827.917500', '115828.377500', '115828.837500', '115829.297500', '115829.757500', '115830.217500', '115830.677500', '115831.137500', '115831.597500', '115832.057500', '115832.517500', '115832.977500', '115833.437500', '115833.897500', '115834.357500', '115834.817500', '115835.277500', '115835.737500', '115836.197500', '115836.657500', '115837.117500', '115837.577500', '115838.037500'], 'ContentTime': ['115203.658000', '115203.661000', '115203.664000', '115203.667000', '115203.669000', '115203.672000', '115203.675000', '115203.677000', '115203.680000', '115203.682000', '115203.685000', '115203.688000', '115203.690000', '115203.703000', '115203.706000', '115203.709000', '115203.711000', '115203.714000', '115203.716000', '115203.719000', '115203.721000', '115203.724000', '115203.726000', '115203.729000', '115203.732000', '115203.734000', '115203.737000', '115203.739000', '115203.745000', '115203.748000', '115203.750000', '115203.753000', '115203.755000', '115203.758000', '115203.761000', '115203.763000', '115203.766000', '115203.768000', '115203.771000', '115203.774000', '115203.776000', '115203.779000', '115203.781000', '115203.784000', '115203.786000', '115203.789000', '115203.792000', '115203.794000', '115203.797000', '115203.799000', '115203.802000', '115203.805000', '115203.807000', '115203.810000', '115223.625000', '115223.628000', '115223.631000', '115223.634000', '115223.636000', '115223.639000', '115223.641000', '115223.644000', '115223.647000', '115223.649000', '115223.652000', '115223.654000', '115223.657000', '115223.660000', '115223.662000', '115223.665000', '115223.667000', '115223.670000', '115223.679000', '115223.682000', '115223.684000', '115223.687000', '115223.689000', '115223.692000', '115223.695000', '115223.697000', '115223.700000', '115223.702000', '115223.705000', '115223.707000', '115223.710000', '115223.713000', '115223.715000', '115223.718000', '115223.720000', '115223.723000', '115223.725000', '115223.728000', '115223.731000', '115223.733000', '115223.736000', '115223.738000', '115223.741000', '115243.625000', '115243.628000', '115243.631000', '115243.638000', '115243.641000', '115243.643000', '115243.646000', '115243.648000', '115243.651000', '115243.654000', '115243.656000', '115243.659000', '115243.662000', '115243.664000', '115243.667000', '115243.670000', '115243.672000', '115243.675000', '115243.677000', '115243.680000', '115243.682000', '115243.685000', '115243.688000', '115243.690000', '115243.693000', '115243.695000', '115243.698000', '115243.701000', '115243.703000', '115243.706000', '115243.708000', '115243.711000', '115243.714000', '115243.716000', '115243.719000', '115243.721000', '115243.724000', '115243.727000', '115243.729000', '115243.732000', '115243.734000', '115243.737000', '115243.739000', '115243.742000', '115303.625000', '115303.628000', '115303.631000', '115303.633000', '115303.636000', '115303.639000', '115303.641000', '115303.644000', '115303.646000', '115303.649000', '115303.651000', '115303.654000', '115303.657000', '115303.659000', '115303.662000', '115303.665000', '115303.667000', '115303.670000', '115303.682000', '115303.685000', '115303.688000', '115303.690000', '115303.693000', '115303.695000', '115303.698000', '115303.701000', '115303.703000', '115303.706000', '115303.709000', '115303.711000', '115303.714000', '115303.716000', '115303.719000', '115303.722000', '115303.724000', '115303.727000', '115303.729000', '115303.732000', '115303.735000', '115303.737000', '115303.740000', '115303.742000', '115303.745000', '115323.625000', '115323.628000', '115323.631000', '115323.633000', '115323.636000', '115323.639000', '115323.641000', '115323.644000', '115323.647000', '115323.650000', '115323.653000', '115323.655000', '115323.658000', '115323.660000', '115323.663000', '115323.666000', '115323.668000', '115323.671000', '115323.674000', '115323.676000', '115323.679000', '115323.681000', '115323.684000', '115323.687000', '115323.689000', '115323.692000', '115323.694000', '115323.697000', '115323.700000', '115323.702000', '115323.705000', '115323.708000', '115323.710000', '115323.713000', '115323.715000', '115323.718000', '115323.721000', '115323.723000', '115323.726000', '115323.728000', '115323.731000', '115323.733000', '115323.736000', '115323.739000', '115343.625000', '115343.628000', '115343.631000', '115343.634000', '115343.636000', '115343.639000', '115343.641000', '115343.644000', '115343.647000', '115343.649000', '115343.652000', '115343.654000', '115343.664000', '115343.667000', '115343.670000', '115343.672000', '115343.675000', '115343.677000', '115343.680000', '115343.683000', '115343.685000', '115343.688000', '115343.690000', '115343.693000', '115343.696000', '115343.698000', '115343.701000', '115343.703000', '115343.706000', '115343.709000', '115343.711000', '115343.714000', '115343.716000', '115343.719000', '115343.722000', '115343.724000', '115343.727000', '115343.729000', '115343.732000', '115343.735000', '115343.737000', '115343.740000', '115343.742000', '115403.626000', '115403.628000', '115403.631000', '115403.634000', '115403.636000', '115403.639000', '115403.642000', '115403.644000', '115403.647000', '115403.649000', '115403.652000', '115403.655000', '115403.657000', '115403.660000', '115403.662000', '115403.665000', '115403.668000', '115403.670000', '115403.673000', '115403.675000', '115403.678000', '115403.681000', '115403.683000', '115403.686000', '115403.688000', '115403.691000', '115403.694000', '115403.696000', '115403.699000', '115403.701000', '115403.704000', '115403.706000', '115403.709000', '115403.712000', '115403.714000', '115403.717000', '115403.719000', '115403.722000', '115403.725000', '115403.727000', '115403.730000', '115403.732000', '115403.735000', '115423.625000', '115423.628000', '115423.631000', '115423.634000', '115423.636000', '115423.639000', '115423.641000', '115423.644000', '115423.647000', '115423.649000', '115423.652000', '115423.654000', '115423.657000', '115423.660000', '115423.662000', '115423.665000', '115423.667000', '115423.670000', '115423.672000', '115423.675000', '115423.678000', '115423.680000', '115423.683000', '115423.685000', '115423.688000', '115423.691000', '115423.693000', '115423.696000', '115423.698000', '115423.701000', '115423.704000', '115423.706000', '115423.709000', '115423.712000', '115423.714000', '115423.717000', '115423.719000', '115423.722000', '115423.724000', '115423.727000', '115423.730000', '115423.732000', '115423.735000', '115423.737000', '115443.625000', '115443.628000', '115443.631000', '115443.634000', '115443.636000', '115443.639000', '115443.642000', '115443.644000', '115443.647000', '115443.650000', '115443.652000', '115443.655000', '115443.658000', '115443.660000', '115443.663000', '115443.665000', '115443.668000', '115443.671000', '115443.673000', '115443.676000', '115443.678000', '115443.681000', '115443.685000', '115443.688000', '115443.690000', '115443.693000', '115443.696000', '115443.698000', '115443.701000', '115443.704000', '115443.706000', '115443.709000', '115443.711000', '115443.714000', '115443.716000', '115443.719000', '115443.722000', '115443.724000', '115443.727000', '115443.730000', '115443.732000', '115443.735000', '115443.737000', '115503.625000', '115503.628000', '115503.631000', '115503.633000', '115503.636000', '115503.639000', '115503.641000', '115503.644000', '115503.646000', '115503.649000', '115503.652000', '115503.654000', '115503.657000', '115503.659000', '115503.662000', '115503.665000', '115503.667000', '115503.670000', '115503.672000', '115503.675000', '115503.678000', '115503.680000', '115503.683000', '115503.685000', '115503.688000', '115503.691000', '115503.693000', '115503.702000', '115503.705000', '115503.708000', '115503.710000', '115503.713000', '115503.715000', '115503.718000', '115503.721000', '115503.723000', '115503.726000', '115503.729000', '115503.742000', '115503.745000', '115503.747000', '115503.750000', '115503.752000', '115503.755000', '115523.625000', '115523.628000', '115523.631000', '115523.633000', '115523.636000', '115523.639000', '115523.641000', '115523.644000', '115523.646000', '115523.649000', '115523.652000', '115523.654000', '115523.657000', '115523.660000', '115523.662000', '115523.665000', '115523.668000', '115523.670000', '115523.673000', '115523.676000', '115523.679000', '115523.681000', '115523.684000', '115523.686000', '115523.689000', '115523.692000', '115523.694000', '115523.697000', '115523.700000', '115523.702000', '115523.705000', '115523.707000', '115523.710000', '115523.713000', '115523.715000', '115523.718000', '115523.720000', '115523.723000', '115523.726000', '115523.728000', '115523.731000', '115523.733000', '115523.736000', '115543.626000', '115543.629000', '115543.631000', '115543.634000', '115543.636000', '115543.639000', '115543.642000', '115543.644000', '115543.647000', '115543.649000', '115543.652000', '115543.655000', '115543.657000', '115543.660000', '115543.663000', '115543.665000', '115543.668000', '115543.671000', '115543.673000', '115543.676000', '115543.678000', '115543.681000', '115543.684000', '115543.686000', '115543.689000', '115543.692000', '115543.694000', '115543.697000', '115543.699000', '115543.702000', '115543.705000', '115543.707000', '115543.710000', '115543.713000', '115543.715000', '115543.718000', '115543.721000', '115543.723000', '115543.726000', '115543.729000', '115543.731000', '115543.734000', '115543.736000', '115543.739000', '115603.626000', '115603.628000', '115603.631000', '115603.634000', '115603.636000', '115603.639000', '115603.641000', '115603.644000', '115603.647000', '115603.649000', '115603.652000', '115603.655000', '115603.657000', '115603.660000', '115603.662000', '115603.665000', '115603.668000', '115603.670000', '115603.673000', '115603.676000', '115603.678000', '115603.681000', '115603.684000', '115603.686000', '115603.689000', '115603.692000', '115603.694000', '115603.697000', '115603.699000', '115603.702000', '115603.705000', '115603.707000', '115603.710000', '115603.713000', '115603.715000', '115603.718000', '115603.721000', '115603.725000', '115603.728000', '115603.731000', '115603.733000', '115603.736000', '115603.739000', '115623.626000', '115623.628000', '115623.631000', '115623.634000', '115623.636000', '115623.639000', '115623.641000', '115623.644000', '115623.647000', '115623.649000', '115623.652000', '115623.655000', '115623.657000', '115623.660000', '115623.662000', '115623.665000', '115623.668000', '115623.670000', '115623.673000', '115623.675000', '115623.678000', '115623.681000', '115623.683000', '115623.686000', '115623.689000', '115623.691000', '115623.694000', '115623.696000', '115623.699000', '115623.702000', '115623.705000', '115623.707000', '115623.710000', '115623.712000', '115623.715000', '115623.718000', '115623.720000', '115623.723000', '115623.726000', '115623.728000', '115623.731000', '115623.734000', '115623.736000', '115623.739000', '115643.626000', '115643.628000', '115643.631000', '115643.634000', '115643.636000', '115643.639000', '115643.642000', '115643.644000', '115643.647000', '115643.649000', '115643.652000', '115643.655000', '115643.657000', '115643.660000', '115643.663000', '115643.665000', '115643.668000', '115643.670000', '115643.673000', '115643.684000', '115643.686000', '115643.689000', '115643.691000', '115643.694000', '115643.697000', '115643.699000', '115643.702000', '115643.705000', '115643.707000', '115643.710000', '115643.713000', '115643.716000', '115643.718000', '115643.721000', '115643.723000', '115643.726000', '115643.729000', '115643.731000', '115643.734000', '115643.736000', '115643.739000', '115643.742000', '115643.744000', '115703.626000', '115703.629000', '115703.631000', '115703.634000', '115703.637000', '115703.639000', '115703.642000', '115703.644000', '115703.647000', '115703.650000', '115703.652000', '115703.655000', '115703.657000', '115703.660000', '115703.663000', '115703.665000', '115703.668000', '115703.670000', '115703.673000', '115703.676000', '115703.678000', '115703.681000', '115703.683000', '115703.686000', '115703.689000', '115703.691000', '115703.694000', '115703.697000', '115703.699000', '115703.702000', '115703.704000', '115703.707000', '115703.710000', '115703.712000', '115703.715000', '115703.718000', '115703.720000', '115703.723000', '115703.725000', '115703.728000', '115703.731000', '115703.733000', '115703.736000', '115703.738000', '115723.625000', '115723.628000', '115723.631000', '115723.634000', '115723.636000', '115723.639000', '115723.641000', '115723.644000', '115723.648000', '115723.651000', '115723.654000', '115723.656000', '115723.659000', '115723.662000', '115723.664000', '115723.667000', '115723.669000', '115723.672000', '115723.675000', '115723.677000', '115723.680000', '115723.682000', '115723.685000', '115723.688000', '115723.690000', '115723.693000', '115723.696000', '115723.698000', '115723.701000', '115723.703000', '115723.706000', '115723.709000', '115723.711000', '115723.714000', '115723.716000', '115723.719000', '115723.722000', '115723.724000', '115723.727000', '115723.730000', '115723.733000', '115723.735000', '115723.738000', '115743.626000', '115743.628000', '115743.631000', '115743.634000', '115743.636000', '115743.639000', '115743.642000', '115743.644000', '115743.647000', '115743.649000', '115743.652000', '115743.655000', '115743.657000', '115743.660000', '115743.662000', '115743.665000', '115743.668000', '115743.670000', '115743.673000', '115743.676000', '115743.678000', '115743.681000', '115743.683000', '115743.686000', '115743.688000', '115743.691000', '115743.694000', '115743.696000', '115743.699000', '115743.702000', '115743.704000', '115743.707000', '115743.709000', '115743.712000', '115743.714000', '115743.717000', '115743.720000', '115743.722000', '115743.725000', '115743.727000', '115743.730000', '115743.733000', '115743.735000', '115743.738000', '115803.626000', '115803.628000', '115803.631000', '115803.634000', '115803.636000', '115803.639000', '115803.642000', '115803.644000', '115803.647000', '115803.650000', '115803.652000', '115803.655000', '115803.658000', '115803.660000', '115803.663000', '115803.678000', '115803.680000', '115803.683000', '115803.685000', '115803.688000', '115803.691000', '115803.693000', '115803.696000', '115803.699000', '115803.701000', '115803.704000', '115803.706000', '115803.709000', '115803.712000', '115803.714000', '115803.717000', '115803.719000', '115803.722000', '115803.725000', '115803.727000', '115803.730000', '115803.733000', '115803.735000', '115803.738000', '115803.741000', '115803.743000', '115803.746000', '115803.748000', '115823.626000', '115823.629000', '115823.632000', '115823.634000', '115823.637000', '115823.639000', '115823.642000', '115823.645000', '115823.647000', '115823.650000', '115823.652000', '115823.655000', '115823.658000', '115823.660000', '115823.663000', '115823.666000', '115823.668000', '115823.671000', '115823.674000', '115823.676000', '115823.679000', '115823.681000', '115823.684000', '115823.687000', '115823.689000', '115823.692000', '115823.695000', '115823.697000', '115823.700000', '115823.702000', '115823.705000', '115823.708000', '115823.710000', '115823.713000', '115823.715000', '115823.718000', '115823.721000', '115823.723000', '115823.726000', '115823.728000', '115823.731000', '115823.734000', '115823.736000', '115823.739000', '115839.162000', '115839.165000', '115839.168000', '115839.170000', '115839.173000', '115839.176000', '115839.178000', '115839.181000', '115839.183000', '115839.186000', '115839.189000', '115839.191000', '115839.194000', '115839.196000', '115839.199000', '115839.202000', '115839.204000', '115839.207000', '115839.209000', '115839.212000', '115839.215000', '115839.217000', '115839.220000', '115839.222000', '115839.225000', '115839.228000', '115839.230000', '115839.233000', '115839.236000', '115839.238000', '115839.241000', '115839.243000', '115839.246000', '115839.249000'], 'InstanceCreationTime': ['115203.658000', '115203.661000', '115203.664000', '115203.667000', '115203.669000', '115203.672000', '115203.675000', '115203.677000', '115203.680000', '115203.682000', '115203.685000', '115203.688000', '115203.690000', '115203.703000', '115203.706000', '115203.709000', '115203.711000', '115203.714000', '115203.716000', '115203.719000', '115203.721000', '115203.724000', '115203.726000', '115203.729000', '115203.732000', '115203.734000', '115203.737000', '115203.739000', '115203.745000', '115203.748000', '115203.750000', '115203.753000', '115203.755000', '115203.758000', '115203.761000', '115203.763000', '115203.766000', '115203.768000', '115203.771000', '115203.774000', '115203.776000', '115203.779000', '115203.781000', '115203.784000', '115203.786000', '115203.789000', '115203.792000', '115203.794000', '115203.797000', '115203.799000', '115203.802000', '115203.805000', '115203.807000', '115203.810000', '115223.625000', '115223.628000', '115223.631000', '115223.634000', '115223.636000', '115223.639000', '115223.641000', '115223.644000', '115223.647000', '115223.649000', '115223.652000', '115223.654000', '115223.657000', '115223.660000', '115223.662000', '115223.665000', '115223.667000', '115223.670000', '115223.679000', '115223.682000', '115223.684000', '115223.687000', '115223.689000', '115223.692000', '115223.695000', '115223.697000', '115223.700000', '115223.702000', '115223.705000', '115223.707000', '115223.710000', '115223.713000', '115223.715000', '115223.718000', '115223.720000', '115223.723000', '115223.725000', '115223.728000', '115223.731000', '115223.733000', '115223.736000', '115223.738000', '115223.741000', '115243.625000', '115243.628000', '115243.631000', '115243.638000', '115243.641000', '115243.643000', '115243.646000', '115243.648000', '115243.651000', '115243.654000', '115243.656000', '115243.659000', '115243.662000', '115243.664000', '115243.667000', '115243.670000', '115243.672000', '115243.675000', '115243.677000', '115243.680000', '115243.682000', '115243.685000', '115243.688000', '115243.690000', '115243.693000', '115243.695000', '115243.698000', '115243.701000', '115243.703000', '115243.706000', '115243.708000', '115243.711000', '115243.714000', '115243.716000', '115243.719000', '115243.721000', '115243.724000', '115243.727000', '115243.729000', '115243.732000', '115243.734000', '115243.737000', '115243.739000', '115243.742000', '115303.625000', '115303.628000', '115303.631000', '115303.633000', '115303.636000', '115303.639000', '115303.641000', '115303.644000', '115303.646000', '115303.649000', '115303.651000', '115303.654000', '115303.657000', '115303.659000', '115303.662000', '115303.665000', '115303.667000', '115303.670000', '115303.682000', '115303.685000', '115303.688000', '115303.690000', '115303.693000', '115303.695000', '115303.698000', '115303.701000', '115303.703000', '115303.706000', '115303.709000', '115303.711000', '115303.714000', '115303.716000', '115303.719000', '115303.722000', '115303.724000', '115303.727000', '115303.729000', '115303.732000', '115303.735000', '115303.737000', '115303.740000', '115303.742000', '115303.745000', '115323.625000', '115323.628000', '115323.631000', '115323.633000', '115323.636000', '115323.639000', '115323.641000', '115323.644000', '115323.647000', '115323.650000', '115323.653000', '115323.655000', '115323.658000', '115323.660000', '115323.663000', '115323.666000', '115323.668000', '115323.671000', '115323.674000', '115323.676000', '115323.679000', '115323.681000', '115323.684000', '115323.687000', '115323.689000', '115323.692000', '115323.694000', '115323.697000', '115323.700000', '115323.702000', '115323.705000', '115323.708000', '115323.710000', '115323.713000', '115323.715000', '115323.718000', '115323.721000', '115323.723000', '115323.726000', '115323.728000', '115323.731000', '115323.733000', '115323.736000', '115323.739000', '115343.625000', '115343.628000', '115343.631000', '115343.634000', '115343.636000', '115343.639000', '115343.641000', '115343.644000', '115343.647000', '115343.649000', '115343.652000', '115343.654000', '115343.664000', '115343.667000', '115343.670000', '115343.672000', '115343.675000', '115343.677000', '115343.680000', '115343.683000', '115343.685000', '115343.688000', '115343.690000', '115343.693000', '115343.696000', '115343.698000', '115343.701000', '115343.703000', '115343.706000', '115343.709000', '115343.711000', '115343.714000', '115343.716000', '115343.719000', '115343.722000', '115343.724000', '115343.727000', '115343.729000', '115343.732000', '115343.735000', '115343.737000', '115343.740000', '115343.742000', '115403.626000', '115403.628000', '115403.631000', '115403.634000', '115403.636000', '115403.639000', '115403.642000', '115403.644000', '115403.647000', '115403.649000', '115403.652000', '115403.655000', '115403.657000', '115403.660000', '115403.662000', '115403.665000', '115403.668000', '115403.670000', '115403.673000', '115403.675000', '115403.678000', '115403.681000', '115403.683000', '115403.686000', '115403.688000', '115403.691000', '115403.694000', '115403.696000', '115403.699000', '115403.701000', '115403.704000', '115403.706000', '115403.709000', '115403.712000', '115403.714000', '115403.717000', '115403.719000', '115403.722000', '115403.725000', '115403.727000', '115403.730000', '115403.732000', '115403.735000', '115423.625000', '115423.628000', '115423.631000', '115423.634000', '115423.636000', '115423.639000', '115423.641000', '115423.644000', '115423.647000', '115423.649000', '115423.652000', '115423.654000', '115423.657000', '115423.660000', '115423.662000', '115423.665000', '115423.667000', '115423.670000', '115423.672000', '115423.675000', '115423.678000', '115423.680000', '115423.683000', '115423.685000', '115423.688000', '115423.691000', '115423.693000', '115423.696000', '115423.698000', '115423.701000', '115423.704000', '115423.706000', '115423.709000', '115423.712000', '115423.714000', '115423.717000', '115423.719000', '115423.722000', '115423.724000', '115423.727000', '115423.730000', '115423.732000', '115423.735000', '115423.737000', '115443.625000', '115443.628000', '115443.631000', '115443.634000', '115443.636000', '115443.639000', '115443.642000', '115443.644000', '115443.647000', '115443.650000', '115443.652000', '115443.655000', '115443.658000', '115443.660000', '115443.663000', '115443.665000', '115443.668000', '115443.671000', '115443.673000', '115443.676000', '115443.678000', '115443.681000', '115443.685000', '115443.688000', '115443.690000', '115443.693000', '115443.696000', '115443.698000', '115443.701000', '115443.704000', '115443.706000', '115443.709000', '115443.711000', '115443.714000', '115443.716000', '115443.719000', '115443.722000', '115443.724000', '115443.727000', '115443.730000', '115443.732000', '115443.735000', '115443.737000', '115503.625000', '115503.628000', '115503.631000', '115503.633000', '115503.636000', '115503.639000', '115503.641000', '115503.644000', '115503.646000', '115503.649000', '115503.652000', '115503.654000', '115503.657000', '115503.659000', '115503.662000', '115503.665000', '115503.667000', '115503.670000', '115503.672000', '115503.675000', '115503.678000', '115503.680000', '115503.683000', '115503.685000', '115503.688000', '115503.691000', '115503.693000', '115503.702000', '115503.705000', '115503.708000', '115503.710000', '115503.713000', '115503.715000', '115503.718000', '115503.721000', '115503.723000', '115503.726000', '115503.729000', '115503.742000', '115503.745000', '115503.747000', '115503.750000', '115503.752000', '115503.755000', '115523.625000', '115523.628000', '115523.631000', '115523.633000', '115523.636000', '115523.639000', '115523.641000', '115523.644000', '115523.646000', '115523.649000', '115523.652000', '115523.654000', '115523.657000', '115523.660000', '115523.662000', '115523.665000', '115523.668000', '115523.670000', '115523.673000', '115523.676000', '115523.679000', '115523.681000', '115523.684000', '115523.686000', '115523.689000', '115523.692000', '115523.694000', '115523.697000', '115523.700000', '115523.702000', '115523.705000', '115523.707000', '115523.710000', '115523.713000', '115523.715000', '115523.718000', '115523.720000', '115523.723000', '115523.726000', '115523.728000', '115523.731000', '115523.733000', '115523.736000', '115543.626000', '115543.629000', '115543.631000', '115543.634000', '115543.636000', '115543.639000', '115543.642000', '115543.644000', '115543.647000', '115543.649000', '115543.652000', '115543.655000', '115543.657000', '115543.660000', '115543.663000', '115543.665000', '115543.668000', '115543.671000', '115543.673000', '115543.676000', '115543.678000', '115543.681000', '115543.684000', '115543.686000', '115543.689000', '115543.692000', '115543.694000', '115543.697000', '115543.699000', '115543.702000', '115543.705000', '115543.707000', '115543.710000', '115543.713000', '115543.715000', '115543.718000', '115543.721000', '115543.723000', '115543.726000', '115543.729000', '115543.731000', '115543.734000', '115543.736000', '115543.739000', '115603.626000', '115603.628000', '115603.631000', '115603.634000', '115603.636000', '115603.639000', '115603.641000', '115603.644000', '115603.647000', '115603.649000', '115603.652000', '115603.655000', '115603.657000', '115603.660000', '115603.662000', '115603.665000', '115603.668000', '115603.670000', '115603.673000', '115603.676000', '115603.678000', '115603.681000', '115603.684000', '115603.686000', '115603.689000', '115603.692000', '115603.694000', '115603.697000', '115603.699000', '115603.702000', '115603.705000', '115603.707000', '115603.710000', '115603.713000', '115603.715000', '115603.718000', '115603.721000', '115603.725000', '115603.728000', '115603.731000', '115603.733000', '115603.736000', '115603.739000', '115623.626000', '115623.628000', '115623.631000', '115623.634000', '115623.636000', '115623.639000', '115623.641000', '115623.644000', '115623.647000', '115623.649000', '115623.652000', '115623.655000', '115623.657000', '115623.660000', '115623.662000', '115623.665000', '115623.668000', '115623.670000', '115623.673000', '115623.675000', '115623.678000', '115623.681000', '115623.683000', '115623.686000', '115623.689000', '115623.691000', '115623.694000', '115623.696000', '115623.699000', '115623.702000', '115623.705000', '115623.707000', '115623.710000', '115623.712000', '115623.715000', '115623.718000', '115623.720000', '115623.723000', '115623.726000', '115623.728000', '115623.731000', '115623.734000', '115623.736000', '115623.739000', '115643.626000', '115643.628000', '115643.631000', '115643.634000', '115643.636000', '115643.639000', '115643.642000', '115643.644000', '115643.647000', '115643.649000', '115643.652000', '115643.655000', '115643.657000', '115643.660000', '115643.663000', '115643.665000', '115643.668000', '115643.670000', '115643.673000', '115643.684000', '115643.686000', '115643.689000', '115643.691000', '115643.694000', '115643.697000', '115643.699000', '115643.702000', '115643.705000', '115643.707000', '115643.710000', '115643.713000', '115643.716000', '115643.718000', '115643.721000', '115643.723000', '115643.726000', '115643.729000', '115643.731000', '115643.734000', '115643.736000', '115643.739000', '115643.742000', '115643.744000', '115703.626000', '115703.629000', '115703.631000', '115703.634000', '115703.637000', '115703.639000', '115703.642000', '115703.644000', '115703.647000', '115703.650000', '115703.652000', '115703.655000', '115703.657000', '115703.660000', '115703.663000', '115703.665000', '115703.668000', '115703.670000', '115703.673000', '115703.676000', '115703.678000', '115703.681000', '115703.683000', '115703.686000', '115703.689000', '115703.691000', '115703.694000', '115703.697000', '115703.699000', '115703.702000', '115703.704000', '115703.707000', '115703.710000', '115703.712000', '115703.715000', '115703.718000', '115703.720000', '115703.723000', '115703.725000', '115703.728000', '115703.731000', '115703.733000', '115703.736000', '115703.738000', '115723.625000', '115723.628000', '115723.631000', '115723.634000', '115723.636000', '115723.639000', '115723.641000', '115723.644000', '115723.648000', '115723.651000', '115723.654000', '115723.656000', '115723.659000', '115723.662000', '115723.664000', '115723.667000', '115723.669000', '115723.672000', '115723.675000', '115723.677000', '115723.680000', '115723.682000', '115723.685000', '115723.688000', '115723.690000', '115723.693000', '115723.696000', '115723.698000', '115723.701000', '115723.703000', '115723.706000', '115723.709000', '115723.711000', '115723.714000', '115723.716000', '115723.719000', '115723.722000', '115723.724000', '115723.727000', '115723.730000', '115723.733000', '115723.735000', '115723.738000', '115743.626000', '115743.628000', '115743.631000', '115743.634000', '115743.636000', '115743.639000', '115743.642000', '115743.644000', '115743.647000', '115743.649000', '115743.652000', '115743.655000', '115743.657000', '115743.660000', '115743.662000', '115743.665000', '115743.668000', '115743.670000', '115743.673000', '115743.676000', '115743.678000', '115743.681000', '115743.683000', '115743.686000', '115743.688000', '115743.691000', '115743.694000', '115743.696000', '115743.699000', '115743.702000', '115743.704000', '115743.707000', '115743.709000', '115743.712000', '115743.714000', '115743.717000', '115743.720000', '115743.722000', '115743.725000', '115743.727000', '115743.730000', '115743.733000', '115743.735000', '115743.738000', '115803.626000', '115803.628000', '115803.631000', '115803.634000', '115803.636000', '115803.639000', '115803.642000', '115803.644000', '115803.647000', '115803.650000', '115803.652000', '115803.655000', '115803.658000', '115803.660000', '115803.663000', '115803.678000', '115803.680000', '115803.683000', '115803.685000', '115803.688000', '115803.691000', '115803.693000', '115803.696000', '115803.699000', '115803.701000', '115803.704000', '115803.706000', '115803.709000', '115803.712000', '115803.714000', '115803.717000', '115803.719000', '115803.722000', '115803.725000', '115803.727000', '115803.730000', '115803.733000', '115803.735000', '115803.738000', '115803.741000', '115803.743000', '115803.746000', '115803.748000', '115823.626000', '115823.629000', '115823.632000', '115823.634000', '115823.637000', '115823.639000', '115823.642000', '115823.645000', '115823.647000', '115823.650000', '115823.652000', '115823.655000', '115823.658000', '115823.660000', '115823.663000', '115823.666000', '115823.668000', '115823.671000', '115823.674000', '115823.676000', '115823.679000', '115823.681000', '115823.684000', '115823.687000', '115823.689000', '115823.692000', '115823.695000', '115823.697000', '115823.700000', '115823.702000', '115823.705000', '115823.708000', '115823.710000', '115823.713000', '115823.715000', '115823.718000', '115823.721000', '115823.723000', '115823.726000', '115823.728000', '115823.731000', '115823.734000', '115823.736000', '115823.739000', '115839.162000', '115839.165000', '115839.168000', '115839.170000', '115839.173000', '115839.176000', '115839.178000', '115839.181000', '115839.183000', '115839.186000', '115839.189000', '115839.191000', '115839.194000', '115839.196000', '115839.199000', '115839.202000', '115839.204000', '115839.207000', '115839.209000', '115839.212000', '115839.215000', '115839.217000', '115839.220000', '115839.222000', '115839.225000', '115839.228000', '115839.230000', '115839.233000', '115839.236000', '115839.238000', '115839.241000', '115839.243000', '115839.246000', '115839.249000'], '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': [9764, 6992, 9659, 6821, 9923, 6674, 9367, 7119, 6807, 7014, 6869, 8600, 6335, 10085, 6801, 9900, 7196, 10062, 7049, 9251, 7875, 8107, 7921, 6636, 8802, 7015, 7595, 7268, 6856, 9442, 7083, 12178, 6628, 6395, 7602, 6516, 9009, 7286, 12044, 8351, 11713, 7168, 6560, 8120, 6627, 10014, 7147, 9960, 7548, 6450, 8413, 6494, 9985, 7065, 9538, 8909, 6568, 9736, 6973, 10312, 7781, 8046, 9285, 7189, 15759, 7875, 6913, 9169, 6614, 8213, 7338, 7236, 8935, 7061, 14830, 7211, 6700, 8010, 6689, 9999, 6817, 9117, 8788, 6512, 11259, 7027, 6743, 8046, 6675, 12007, 8107, 7746, 8052, 6742, 9367, 6845, 7134, 7956, 6781, 12076, 7274, 6800, 8555, 6440, 10049, 6623, 11552, 8066, 7689, 9381, 6688, 7096, 7387, 6811, 9256, 6746, 7991, 7849, 6943, 9450, 6967, 7822, 7533, 7112, 9745, 7159, 12733, 6761, 6955, 7781, 6947, 9962, 7154, 11858, 8049, 6559, 9366, 6568, 6883, 7993, 6755, 10664, 9061, 6967, 9465, 6524, 11821, 7324, 9653, 7982, 7134, 12658, 6896, 6730, 7795, 6654, 8834, 7661, 7283, 9943, 6972, 6630, 8000, 6547, 9753, 6967, 7204, 9414, 7246, 7526, 7347, 6744, 9364, 6749, 12793, 9530, 8905, 8483, 6780, 10083, 7130, 8407, 8212, 7166, 11493, 6990, 7821, 7463, 6517, 8747, 6612, 9067, 7514, 7457, 8357, 6768, 8351, 6850, 6688, 9354, 7429, 9971, 7682, 6541, 9552, 6716, 9187, 8162, 7238, 11235, 8668, 9033, 7670, 6576, 9769, 6852, 9880, 9682, 7792, 15955, 7250, 13392, 7683, 10208, 8262, 7018, 10915, 7095, 6876, 7589, 6874, 8809, 6750, 9475, 6959, 6926, 7804, 6770, 9540, 6573, 6948, 7231, 6863, 8853, 6640, 10945, 7701, 6893, 8479, 6880, 9965, 6717, 10036, 7751, 8390, 8106, 6692, 9720, 6792, 8098, 7502, 6642, 9893, 6726, 10862, 7649, 9492, 7956, 7606, 9156, 6824, 11297, 6598, 9827, 7141, 6630, 7863, 6807, 9912, 7432, 10947, 7590, 6657, 9070, 6572, 9572, 7690, 7490, 9568, 6543, 10198, 7598, 6782, 8482, 6681, 9834, 7421, 7997, 8130, 6516, 9671, 6591, 7210, 7620, 6804, 9551, 6812, 10409, 7038, 6576, 8217, 6544, 9990, 6646, 12704, 8666, 6838, 8758, 6734, 7468, 7593, 6777, 9544, 6766, 11327, 7129, 6729, 7913, 6439, 9616, 6741, 11327, 7272, 6401, 7763, 6485, 9008, 6719, 10136, 8250, 11260, 8397, 6572, 8435, 7084, 6990, 8067, 6806, 10030, 7128, 11933, 7492, 6738, 8894, 6561, 10175, 8150, 12457, 8244, 6864, 9284, 6586, 7678, 8306, 7026, 11890, 7454, 13292, 7933, 6618, 8920, 6761, 12460, 9336, 7362, 9323, 6993, 8767, 7639, 6870, 9474, 7251, 11281, 8164, 6865, 6897, 7412, 6794, 6835, 8366, 6947, 6727, 8544, 7399, 6629, 8302, 11927, 8111, 14785, 7784, 10953, 7446, 11815, 8169, 12465, 8159, 6733, 9835, 6844, 9045, 7691, 6754, 9863, 6953, 13478, 9148, 6968, 8857, 7203, 8673, 7834, 6660, 8761, 6618, 10775, 7711, 6735, 8791, 6773, 7152, 7312, 6419, 9806, 6970, 6370, 7576, 6450, 8986, 6758, 6923, 7553, 6883, 8914, 7737, 6666, 8356, 6782, 6503, 7637, 6708, 8383, 6499, 13470, 9860, 7292, 7388, 6364, 9746, 6853, 12130, 8950, 12687, 11003, 6633, 12140, 6666, 9196, 7262, 7052, 9190, 6792, 14152, 7790, 6728, 9286, 7033, 6641, 8357, 6741, 11907, 9199, 6916, 8642, 6595, 10907, 7257, 8850, 8529, 7523, 15605, 6995, 6869, 8997, 6867, 6593, 8125, 6664, 11157, 7577, 7027, 8727, 6566, 11555, 7632, 8883, 8644, 6601, 8787, 6733, 6830, 9063, 6793, 10424, 7584, 6566, 9085, 7029, 6451, 7965, 7201, 8836, 6911, 10224, 6877, 6567, 7351, 6640, 7982, 6810, 6812, 8467, 6592, 9652, 6734, 6530, 7257, 6623, 9264, 6711, 11031, 9427, 9943, 7493, 6557, 9026, 6646, 7280, 8234, 7002, 10465, 6613, 9731, 6896, 6730, 8434, 6579, 9765, 7320, 7714, 8066, 6530, 9708, 6618, 7347, 7568, 6740, 12136, 7094, 6651, 8548, 6718, 10397, 7274, 8611, 8575, 6791, 11085, 6858, 6566, 8862, 6795, 9621, 6711, 11191, 7777, 6637, 7907, 6650, 9287, 6539, 10367, 7140, 7926, 8537, 6816, 8527, 6737, 6950, 8505, 6451, 8277, 8325, 7138, 8678, 6451, 9436, 6688, 9804, 6802, 11797, 8463, 7190, 8858, 6588, 7787, 7426, 6990, 9529, 6964, 10871, 7428, 6524, 9167, 6645, 7699, 7702, 7052, 10361, 6701, 8413, 7469, 7104, 8987, 6762, 11663, 7789, 6804, 9439, 6882, 6426, 7714, 6836, 8774, 7720, 7045, 9050, 6907, 6590, 7715, 6500, 9636, 6630, 10833, 8823, 14571, 7085, 7818, 7500, 6588, 9166, 6772, 7357, 7962, 6398, 7495, 7125, 6882, 8516, 6566, 12287, 9181, 9627, 7646, 6682, 10114, 6843, 8170, 8619, 7060, 16185, 7650, 7970, 8114, 7011, 9592, 7553, 8302, 9239, 7032, 14053, 7135, 6473, 8500, 6555, 10584, 7440, 7973, 9924, 6750, 6488, 7300, 7020, 7371, 7281, 6616, 8105, 6708, 7243, 8758, 6770, 10041, 7007, 8659, 8879, 7191, 11319, 6916, 6780, 8954, 7033, 7347, 9675, 7131, 11179, 7754, 6737, 9648, 7297, 7355, 9585, 6971, 15578, 7600, 7438, 8321, 6999, 8893, 7640, 6790, 9155, 7082, 10231, 6761, 7167, 8310, 6717, 8495, 6976, 6842, 8381, 6710, 6763, 6873, 6791, 8332, 6688, 10353, 7056, 7770, 8312, 6761, 7773, 7054, 6925, 7826, 7270, 9437, 7021, 8319, 7004, 6978, 8727, 6678, 8022, 7275, 7224, 9287, 6784, 10384, 6705, 7219, 7070, 6954, 8649, 6879, 11598, 7036, 6792, 7468, 6800, 8519, 6845, 9980, 7357, 6755, 6884, 7103, 8346, 7057, 9305, 6942, 9683, 7422, 13430, 6673, 6749, 7197, 6836, 7686, 6821, 10501, 6958, 6926, 7281, 7087, 8889, 6677, 8756, 7025, 8140, 10070, 7471, 11305, 6884, 11683, 6876, 10118, 7736, 8889, 8391, 6858, 9422, 6726, 6811, 7373, 6851, 9244, 6964, 8001, 7597, 6973, 8836, 6875, 9593, 6812, 10988, 6813, 7976, 7236, 6871, 7738, 6901, 9068, 6661, 8506, 6820, 7511, 7200, 6621, 7477, 6952, 8611, 6874, 8438, 9525, 6942, 8644, 6806, 9485, 6927, 10051, 7266, 13535, 10583, 12656, 6872, 6648, 8112, 6543, 9431, 6907, 11048, 8687, 6767, 8041, 6574, 9422, 6837, 10575, 7850, 13140, 8261, 7104, 8763, 6816, 9121, 7390, 6586, 8246, 6702, 10563, 6997, 6616, 7280, 6633, 9258, 6900, 8835, 7784, 6875, 9341, 6796, 7052, 7439], 'WindowCenter': [4339.0, 4284.0, 4310.0, 4270.0, 4310.0, 4269.0, 4309.0, 4269.0, 4269.0, 4280.0, 4271.0, 4302.0, 4272.0, 4333.0, 4283.0, 4322.0, 4283.0, 4322.0, 4282.0, 4311.0, 4302.0, 4302.0, 4303.0, 4282.0, 4313.0, 4294.0, 4293.0, 4294.0, 4284.0, 4327.0, 4294.0, 4356.0, 4285.0, 4274.0, 4293.0, 4273.0, 4314.0, 4294.0, 4355.0, 4306.0, 4344.0, 4294.0, 4283.0, 4302.0, 4283.0, 4322.0, 4294.0, 4324.0, 4304.0, 4274.0, 4302.0, 4272.0, 4323.0, 4293.0, 4324.0, 4314.0, 4285.0, 4324.0, 4282.0, 4333.0, 4292.0, 4301.0, 4311.0, 4282.0, 4372.0, 4302.0, 4293.0, 4323.0, 4283.0, 4302.0, 4291.0, 4292.0, 4313.0, 4282.0, 4363.0, 4293.0, 4282.0, 4302.0, 4281.0, 4321.0, 4281.0, 4311.0, 4312.0, 4271.0, 4343.0, 4280.0, 4271.0, 4301.0, 4282.0, 4341.0, 4302.0, 4303.0, 4301.0, 4284.0, 4321.0, 4282.0, 4282.0, 4302.0, 4282.0, 4343.0, 4293.0, 4283.0, 4312.0, 4272.0, 4320.0, 4282.0, 4331.0, 4291.0, 4290.0, 4312.0, 4282.0, 4282.0, 4291.0, 4282.0, 4322.0, 4283.0, 4303.0, 4302.0, 4295.0, 4335.0, 4296.0, 4303.0, 4293.0, 4282.0, 4324.0, 4282.0, 4353.0, 4282.0, 4282.0, 4291.0, 4280.0, 4321.0, 4282.0, 4342.0, 4302.0, 4271.0, 4312.0, 4281.0, 4281.0, 4302.0, 4283.0, 4331.0, 4312.0, 4283.0, 4323.0, 4271.0, 4342.0, 4290.0, 4311.0, 4291.0, 4280.0, 4352.0, 4282.0, 4283.0, 4291.0, 4271.0, 4311.0, 4293.0, 4292.0, 4323.0, 4283.0, 4282.0, 4303.0, 4272.0, 4322.0, 4282.0, 4291.0, 4312.0, 4293.0, 4302.0, 4291.0, 4281.0, 4312.0, 4282.0, 4352.0, 4323.0, 4311.0, 4310.0, 4281.0, 4320.0, 4280.0, 4300.0, 4300.0, 4279.0, 4330.0, 4279.0, 4291.0, 4278.0, 4259.0, 4300.0, 4271.0, 4311.0, 4291.0, 4293.0, 4302.0, 4283.0, 4301.0, 4282.0, 4279.0, 4311.0, 4291.0, 4334.0, 4304.0, 4284.0, 4322.0, 4283.0, 4312.0, 4301.0, 4292.0, 4333.0, 4313.0, 4313.0, 4292.0, 4282.0, 4321.0, 4282.0, 4321.0, 4322.0, 4291.0, 4372.0, 4279.0, 4351.0, 4288.0, 4319.0, 4288.0, 4268.0, 4318.0, 4268.0, 4269.0, 4278.0, 4268.0, 4298.0, 4268.0, 4307.0, 4280.0, 4279.0, 4289.0, 4283.0, 4321.0, 4281.0, 4280.0, 4279.0, 4281.0, 4313.0, 4282.0, 4333.0, 4304.0, 4294.0, 4303.0, 4283.0, 4322.0, 4284.0, 4323.0, 4303.0, 4315.0, 4304.0, 4284.0, 4322.0, 4284.0, 4302.0, 4293.0, 4282.0, 4334.0, 4284.0, 4344.0, 4303.0, 4324.0, 4303.0, 4292.0, 4310.0, 4281.0, 4332.0, 4279.0, 4321.0, 4281.0, 4270.0, 4290.0, 4270.0, 4321.0, 4281.0, 4332.0, 4290.0, 4270.0, 4311.0, 4271.0, 4310.0, 4291.0, 4279.0, 4323.0, 4271.0, 4321.0, 4290.0, 4271.0, 4299.0, 4270.0, 4320.0, 4281.0, 4291.0, 4291.0, 4272.0, 4322.0, 4280.0, 4291.0, 4292.0, 4282.0, 4323.0, 4282.0, 4334.0, 4283.0, 4283.0, 4302.0, 4272.0, 4322.0, 4283.0, 4352.0, 4312.0, 4283.0, 4313.0, 4283.0, 4292.0, 4290.0, 4281.0, 4324.0, 4283.0, 4344.0, 4294.0, 4283.0, 4300.0, 4272.0, 4324.0, 4284.0, 4344.0, 4295.0, 4285.0, 4303.0, 4285.0, 4314.0, 4284.0, 4334.0, 4314.0, 4344.0, 4317.0, 4287.0, 4303.0, 4294.0, 4283.0, 4306.0, 4285.0, 4336.0, 4294.0, 4356.0, 4295.0, 4284.0, 4313.0, 4284.0, 4333.0, 4305.0, 4354.0, 4304.0, 4285.0, 4313.0, 4282.0, 4291.0, 4302.0, 4282.0, 4344.0, 4292.0, 4353.0, 4291.0, 4270.0, 4311.0, 4282.0, 4342.0, 4323.0, 4305.0, 4323.0, 4294.0, 4312.0, 4290.0, 4269.0, 4310.0, 4280.0, 4330.0, 4300.0, 4279.0, 4280.0, 4280.0, 4280.0, 4282.0, 4314.0, 4294.0, 4284.0, 4312.0, 4293.0, 4281.0, 4303.0, 4343.0, 4292.0, 4361.0, 4291.0, 4319.0, 4280.0, 4329.0, 4288.0, 4339.0, 4288.0, 4268.0, 4309.0, 4268.0, 4299.0, 4278.0, 4267.0, 4307.0, 4267.0, 4338.0, 4296.0, 4266.0, 4297.0, 4277.0, 4286.0, 4274.0, 4256.0, 4285.0, 4256.0, 4316.0, 4275.0, 4267.0, 4298.0, 4267.0, 4268.0, 4278.0, 4257.0, 4308.0, 4269.0, 4269.0, 4290.0, 4268.0, 4300.0, 4271.0, 4279.0, 4291.0, 4283.0, 4311.0, 4292.0, 4282.0, 4303.0, 4284.0, 4272.0, 4293.0, 4282.0, 4314.0, 4273.0, 4365.0, 4335.0, 4295.0, 4293.0, 4284.0, 4324.0, 4284.0, 4342.0, 4312.0, 4353.0, 4333.0, 4281.0, 4343.0, 4272.0, 4310.0, 4279.0, 4278.0, 4311.0, 4271.0, 4351.0, 4290.0, 4269.0, 4310.0, 4281.0, 4271.0, 4299.0, 4270.0, 4341.0, 4312.0, 4282.0, 4300.0, 4270.0, 4320.0, 4278.0, 4299.0, 4299.0, 4290.0, 4360.0, 4268.0, 4269.0, 4300.0, 4269.0, 4270.0, 4290.0, 4269.0, 4330.0, 4290.0, 4281.0, 4300.0, 4270.0, 4330.0, 4279.0, 4300.0, 4301.0, 4269.0, 4299.0, 4268.0, 4267.0, 4300.0, 4270.0, 4320.0, 4289.0, 4270.0, 4300.0, 4280.0, 4270.0, 4289.0, 4279.0, 4299.0, 4269.0, 4318.0, 4268.0, 4270.0, 4280.0, 4281.0, 4289.0, 4281.0, 4282.0, 4314.0, 4284.0, 4325.0, 4284.0, 4272.0, 4293.0, 4282.0, 4310.0, 4281.0, 4332.0, 4314.0, 4324.0, 4292.0, 4273.0, 4312.0, 4283.0, 4292.0, 4302.0, 4283.0, 4334.0, 4281.0, 4321.0, 4282.0, 4271.0, 4302.0, 4272.0, 4321.0, 4291.0, 4292.0, 4303.0, 4274.0, 4324.0, 4283.0, 4281.0, 4291.0, 4271.0, 4342.0, 4282.0, 4284.0, 4313.0, 4281.0, 4320.0, 4291.0, 4300.0, 4302.0, 4269.0, 4333.0, 4270.0, 4283.0, 4312.0, 4271.0, 4320.0, 4271.0, 4333.0, 4291.0, 4283.0, 4301.0, 4281.0, 4312.0, 4271.0, 4321.0, 4282.0, 4302.0, 4312.0, 4281.0, 4312.0, 4281.0, 4282.0, 4313.0, 4273.0, 4302.0, 4303.0, 4283.0, 4315.0, 4285.0, 4322.0, 4283.0, 4323.0, 4283.0, 4342.0, 4303.0, 4296.0, 4326.0, 4284.0, 4291.0, 4281.0, 4280.0, 4311.0, 4282.0, 4330.0, 4290.0, 4272.0, 4311.0, 4271.0, 4289.0, 4289.0, 4279.0, 4321.0, 4270.0, 4299.0, 4279.0, 4268.0, 4300.0, 4269.0, 4328.0, 4290.0, 4270.0, 4308.0, 4279.0, 4271.0, 4290.0, 4269.0, 4299.0, 4290.0, 4281.0, 4311.0, 4283.0, 4283.0, 4292.0, 4272.0, 4322.0, 4270.0, 4332.0, 4312.0, 4362.0, 4282.0, 4292.0, 4280.0, 4269.0, 4311.0, 4270.0, 4281.0, 4289.0, 4272.0, 4293.0, 4283.0, 4282.0, 4313.0, 4282.0, 4343.0, 4313.0, 4322.0, 4292.0, 4272.0, 4320.0, 4271.0, 4290.0, 4300.0, 4281.0, 4372.0, 4289.0, 4291.0, 4289.0, 4280.0, 4309.0, 4288.0, 4300.0, 4309.0, 4280.0, 4351.0, 4279.0, 4258.0, 4298.0, 4257.0, 4318.0, 4277.0, 4288.0, 4321.0, 4281.0, 4273.0, 4293.0, 4295.0, 4292.0, 4293.0, 4285.0, 4303.0, 4282.0, 4293.0, 4313.0, 4283.0, 4307.0, 4253.0, 4286.0, 4298.0, 4279.0, 4330.0, 4279.0, 4270.0, 4299.0, 4279.0, 4279.0, 4322.0, 4280.0, 4332.0, 4304.0, 4283.0, 4334.0, 4292.0, 4291.0, 4310.0, 4267.0, 4358.0, 4277.0, 4277.0, 4287.0, 4268.0, 4297.0, 4277.0, 4256.0, 4297.0, 4268.0, 4306.0, 4265.0, 4277.0, 4286.0, 4268.0, 4299.0, 4268.0, 4268.0, 4301.0, 4269.0, 4270.0, 4271.0, 4281.0, 4300.0, 4269.0, 4320.0, 4281.0, 4291.0, 4301.0, 4282.0, 4292.0, 4280.0, 4282.0, 4290.0, 4292.0, 4311.0, 4283.0, 4303.0, 4282.0, 4281.0, 4312.0, 4273.0, 4291.0, 4292.0, 4292.0, 4312.0, 4282.0, 4333.0, 4282.0, 4281.0, 4280.0, 4281.0, 4312.0, 4282.0, 4343.0, 4282.0, 4282.0, 4291.0, 4271.0, 4300.0, 4282.0, 4322.0, 4292.0, 4280.0, 4281.0, 4283.0, 4302.0, 4281.0, 4311.0, 4281.0, 4311.0, 4281.0, 4352.0, 4271.0, 4281.0, 4280.0, 4270.0, 4291.0, 4272.0, 4333.0, 4282.0, 4293.0, 4293.0, 4281.0, 4312.0, 4281.0, 4300.0, 4282.0, 4302.0, 4321.0, 4292.0, 4332.0, 4281.0, 4343.0, 4271.0, 4319.0, 4289.0, 4300.0, 4300.0, 4271.0, 4309.0, 4269.0, 4270.0, 4280.0, 4269.0, 4310.0, 4281.0, 4302.0, 4291.0, 4280.0, 4310.0, 4272.0, 4310.0, 4269.0, 4319.0, 4270.0, 4290.0, 4279.0, 4280.0, 4291.0, 4282.0, 4311.0, 4281.0, 4312.0, 4281.0, 4291.0, 4291.0, 4284.0, 4302.0, 4294.0, 4311.0, 4284.0, 4312.0, 4324.0, 4294.0, 4312.0, 4282.0, 4323.0, 4294.0, 4322.0, 4283.0, 4350.0, 4321.0, 4351.0, 4270.0, 4271.0, 4292.0, 4270.0, 4311.0, 4281.0, 4330.0, 4300.0, 4282.0, 4291.0, 4271.0, 4310.0, 4268.0, 4318.0, 4290.0, 4339.0, 4289.0, 4282.0, 4313.0, 4271.0, 4310.0, 4280.0, 4283.0, 4300.0, 4270.0, 4332.0, 4294.0, 4270.0, 4290.0, 4280.0, 4311.0, 4293.0, 4312.0, 4292.0, 4284.0, 4325.0, 4283.0, 4280.0, 4291.0], 'WindowWidth': [9591.0, 9508.0, 9535.0, 9480.0, 9531.0, 9475.0, 9528.0, 9477.0, 9478.0, 9492.0, 9482.0, 9524.0, 9486.0, 9567.0, 9502.0, 9551.0, 9501.0, 9551.0, 9499.0, 9536.0, 9526.0, 9526.0, 9527.0, 9502.0, 9543.0, 9518.0, 9515.0, 9518.0, 9505.0, 9565.0, 9519.0, 9604.0, 9508.0, 9493.0, 9516.0, 9490.0, 9546.0, 9518.0, 9601.0, 9535.0, 9585.0, 9517.0, 9501.0, 9526.0, 9501.0, 9555.0, 9517.0, 9558.0, 9531.0, 9493.0, 9528.0, 9489.0, 9555.0, 9518.0, 9560.0, 9546.0, 9509.0, 9558.0, 9503.0, 9568.0, 9513.0, 9525.0, 9539.0, 9500.0, 9620.0, 9528.0, 9517.0, 9555.0, 9502.0, 9525.0, 9511.0, 9513.0, 9542.0, 9500.0, 9610.0, 9516.0, 9501.0, 9526.0, 9498.0, 9549.0, 9498.0, 9536.0, 9539.0, 9485.0, 9582.0, 9496.0, 9485.0, 9523.0, 9498.0, 9579.0, 9527.0, 9531.0, 9526.0, 9506.0, 9551.0, 9500.0, 9498.0, 9526.0, 9500.0, 9582.0, 9515.0, 9503.0, 9538.0, 9486.0, 9548.0, 9499.0, 9563.0, 9510.0, 9506.0, 9538.0, 9500.0, 9501.0, 9509.0, 9501.0, 9554.0, 9505.0, 9530.0, 9528.0, 9523.0, 9575.0, 9524.0, 9530.0, 9515.0, 9500.0, 9557.0, 9500.0, 9595.0, 9500.0, 9500.0, 9510.0, 9496.0, 9550.0, 9501.0, 9580.0, 9527.0, 9486.0, 9538.0, 9498.0, 9497.0, 9525.0, 9502.0, 9567.0, 9542.0, 9503.0, 9555.0, 9484.0, 9578.0, 9508.0, 9535.0, 9510.0, 9493.0, 9593.0, 9499.0, 9504.0, 9511.0, 9485.0, 9536.0, 9516.0, 9512.0, 9556.0, 9502.0, 9503.0, 9528.0, 9488.0, 9552.0, 9501.0, 9512.0, 9541.0, 9515.0, 9530.0, 9511.0, 9499.0, 9538.0, 9500.0, 9594.0, 9555.0, 9537.0, 9535.0, 9496.0, 9546.0, 9493.0, 9519.0, 9520.0, 9491.0, 9562.0, 9491.0, 9509.0, 9488.0, 9466.0, 9521.0, 9484.0, 9537.0, 9511.0, 9517.0, 9528.0, 9502.0, 9525.0, 9500.0, 9495.0, 9538.0, 9512.0, 9573.0, 9533.0, 9507.0, 9554.0, 9502.0, 9539.0, 9526.0, 9513.0, 9570.0, 9542.0, 9544.0, 9513.0, 9500.0, 9549.0, 9499.0, 9549.0, 9552.0, 9511.0, 9619.0, 9492.0, 9589.0, 9502.0, 9540.0, 9499.0, 9472.0, 9539.0, 9473.0, 9477.0, 9486.0, 9476.0, 9513.0, 9476.0, 9525.0, 9494.0, 9492.0, 9505.0, 9501.0, 9551.0, 9498.0, 9494.0, 9494.0, 9498.0, 9542.0, 9500.0, 9571.0, 9532.0, 9522.0, 9529.0, 9503.0, 9552.0, 9505.0, 9555.0, 9531.0, 9549.0, 9531.0, 9506.0, 9555.0, 9506.0, 9526.0, 9517.0, 9500.0, 9572.0, 9505.0, 9585.0, 9529.0, 9558.0, 9527.0, 9512.0, 9534.0, 9496.0, 9567.0, 9493.0, 9549.0, 9495.0, 9481.0, 9508.0, 9481.0, 9550.0, 9496.0, 9565.0, 9507.0, 9481.0, 9535.0, 9482.0, 9534.0, 9509.0, 9491.0, 9553.0, 9484.0, 9550.0, 9507.0, 9482.0, 9519.0, 9480.0, 9546.0, 9496.0, 9508.0, 9509.0, 9487.0, 9552.0, 9496.0, 9510.0, 9512.0, 9499.0, 9556.0, 9500.0, 9571.0, 9503.0, 9504.0, 9526.0, 9487.0, 9553.0, 9502.0, 9593.0, 9540.0, 9504.0, 9542.0, 9503.0, 9514.0, 9509.0, 9499.0, 9557.0, 9504.0, 9584.0, 9518.0, 9505.0, 9522.0, 9488.0, 9558.0, 9505.0, 9585.0, 9522.0, 9510.0, 9530.0, 9510.0, 9545.0, 9505.0, 9572.0, 9546.0, 9587.0, 9555.0, 9514.0, 9531.0, 9520.0, 9502.0, 9539.0, 9508.0, 9577.0, 9518.0, 9604.0, 9521.0, 9506.0, 9542.0, 9505.0, 9570.0, 9535.0, 9599.0, 9532.0, 9507.0, 9541.0, 9500.0, 9510.0, 9526.0, 9498.0, 9584.0, 9513.0, 9594.0, 9508.0, 9479.0, 9534.0, 9498.0, 9578.0, 9555.0, 9538.0, 9559.0, 9520.0, 9538.0, 9506.0, 9477.0, 9533.0, 9493.0, 9558.0, 9519.0, 9494.0, 9495.0, 9492.0, 9496.0, 9502.0, 9546.0, 9520.0, 9507.0, 9541.0, 9514.0, 9499.0, 9531.0, 9581.0, 9510.0, 9603.0, 9507.0, 9542.0, 9491.0, 9556.0, 9500.0, 9568.0, 9500.0, 9474.0, 9528.0, 9474.0, 9514.0, 9485.0, 9471.0, 9523.0, 9470.0, 9564.0, 9508.0, 9468.0, 9508.0, 9482.0, 9492.0, 9476.0, 9453.0, 9491.0, 9454.0, 9534.0, 9478.0, 9471.0, 9512.0, 9472.0, 9472.0, 9485.0, 9459.0, 9528.0, 9478.0, 9479.0, 9506.0, 9477.0, 9518.0, 9482.0, 9490.0, 9507.0, 9499.0, 9536.0, 9513.0, 9503.0, 9528.0, 9504.0, 9489.0, 9516.0, 9501.0, 9546.0, 9491.0, 9615.0, 9574.0, 9523.0, 9518.0, 9506.0, 9557.0, 9505.0, 9580.0, 9540.0, 9593.0, 9568.0, 9497.0, 9580.0, 9485.0, 9534.0, 9491.0, 9488.0, 9534.0, 9481.0, 9589.0, 9507.0, 9479.0, 9533.0, 9496.0, 9481.0, 9518.0, 9481.0, 9575.0, 9537.0, 9499.0, 9521.0, 9480.0, 9545.0, 9488.0, 9515.0, 9516.0, 9506.0, 9600.0, 9475.0, 9478.0, 9518.0, 9477.0, 9478.0, 9506.0, 9478.0, 9560.0, 9507.0, 9496.0, 9520.0, 9481.0, 9559.0, 9490.0, 9519.0, 9521.0, 9477.0, 9518.0, 9475.0, 9473.0, 9518.0, 9481.0, 9546.0, 9503.0, 9480.0, 9518.0, 9492.0, 9479.0, 9504.0, 9488.0, 9514.0, 9475.0, 9539.0, 9475.0, 9481.0, 9493.0, 9497.0, 9506.0, 9498.0, 9499.0, 9544.0, 9505.0, 9561.0, 9507.0, 9488.0, 9514.0, 9499.0, 9536.0, 9498.0, 9565.0, 9544.0, 9556.0, 9513.0, 9489.0, 9539.0, 9501.0, 9512.0, 9525.0, 9503.0, 9573.0, 9499.0, 9549.0, 9499.0, 9483.0, 9525.0, 9486.0, 9550.0, 9509.0, 9514.0, 9529.0, 9490.0, 9557.0, 9501.0, 9495.0, 9511.0, 9484.0, 9580.0, 9499.0, 9503.0, 9540.0, 9497.0, 9548.0, 9509.0, 9520.0, 9524.0, 9480.0, 9568.0, 9481.0, 9500.0, 9537.0, 9483.0, 9547.0, 9484.0, 9566.0, 9510.0, 9502.0, 9523.0, 9498.0, 9539.0, 9484.0, 9550.0, 9501.0, 9526.0, 9538.0, 9498.0, 9538.0, 9498.0, 9500.0, 9540.0, 9488.0, 9527.0, 9530.0, 9504.0, 9548.0, 9509.0, 9553.0, 9501.0, 9553.0, 9502.0, 9578.0, 9527.0, 9527.0, 9564.0, 9505.0, 9512.0, 9496.0, 9492.0, 9535.0, 9497.0, 9561.0, 9508.0, 9486.0, 9536.0, 9482.0, 9504.0, 9505.0, 9490.0, 9549.0, 9481.0, 9517.0, 9489.0, 9475.0, 9516.0, 9477.0, 9554.0, 9506.0, 9482.0, 9529.0, 9491.0, 9480.0, 9505.0, 9478.0, 9517.0, 9507.0, 9498.0, 9537.0, 9502.0, 9503.0, 9512.0, 9484.0, 9552.0, 9480.0, 9564.0, 9537.0, 9606.0, 9497.0, 9512.0, 9493.0, 9477.0, 9534.0, 9479.0, 9497.0, 9507.0, 9489.0, 9518.0, 9502.0, 9500.0, 9540.0, 9499.0, 9580.0, 9540.0, 9553.0, 9510.0, 9485.0, 9546.0, 9480.0, 9506.0, 9519.0, 9494.0, 9619.0, 9504.0, 9510.0, 9504.0, 9491.0, 9529.0, 9502.0, 9518.0, 9531.0, 9494.0, 9587.0, 9490.0, 9460.0, 9512.0, 9458.0, 9540.0, 9486.0, 9498.0, 9547.0, 9498.0, 9489.0, 9517.0, 9522.0, 9515.0, 9517.0, 9509.0, 9530.0, 9500.0, 9515.0, 9540.0, 9501.0, 9520.0, 9445.0, 9493.0, 9513.0, 9490.0, 9558.0, 9489.0, 9479.0, 9517.0, 9491.0, 9493.0, 9552.0, 9493.0, 9564.0, 9535.0, 9505.0, 9574.0, 9513.0, 9510.0, 9531.0, 9471.0, 9592.0, 9481.0, 9484.0, 9497.0, 9472.0, 9510.0, 9483.0, 9455.0, 9509.0, 9472.0, 9523.0, 9467.0, 9485.0, 9496.0, 9474.0, 9514.0, 9474.0, 9477.0, 9521.0, 9479.0, 9482.0, 9481.0, 9497.0, 9520.0, 9479.0, 9545.0, 9497.0, 9509.0, 9523.0, 9498.0, 9514.0, 9495.0, 9498.0, 9508.0, 9511.0, 9538.0, 9501.0, 9531.0, 9499.0, 9497.0, 9539.0, 9487.0, 9508.0, 9513.0, 9511.0, 9540.0, 9499.0, 9568.0, 9501.0, 9496.0, 9494.0, 9497.0, 9540.0, 9499.0, 9582.0, 9499.0, 9500.0, 9510.0, 9482.0, 9521.0, 9498.0, 9552.0, 9513.0, 9497.0, 9498.0, 9502.0, 9525.0, 9497.0, 9537.0, 9496.0, 9537.0, 9496.0, 9592.0, 9483.0, 9498.0, 9494.0, 9481.0, 9509.0, 9485.0, 9568.0, 9500.0, 9518.0, 9513.0, 9495.0, 9538.0, 9496.0, 9522.0, 9501.0, 9525.0, 9550.0, 9512.0, 9567.0, 9497.0, 9579.0, 9482.0, 9544.0, 9506.0, 9519.0, 9519.0, 9483.0, 9532.0, 9479.0, 9481.0, 9492.0, 9478.0, 9534.0, 9497.0, 9524.0, 9511.0, 9497.0, 9534.0, 9485.0, 9532.0, 9477.0, 9544.0, 9479.0, 9506.0, 9491.0, 9496.0, 9511.0, 9498.0, 9537.0, 9500.0, 9538.0, 9498.0, 9512.0, 9512.0, 9507.0, 9530.0, 9520.0, 9539.0, 9507.0, 9541.0, 9559.0, 9518.0, 9542.0, 9502.0, 9556.0, 9518.0, 9553.0, 9500.0, 9586.0, 9548.0, 9589.0, 9481.0, 9483.0, 9509.0, 9480.0, 9534.0, 9496.0, 9560.0, 9520.0, 9500.0, 9508.0, 9482.0, 9532.0, 9476.0, 9540.0, 9507.0, 9571.0, 9504.0, 9498.0, 9541.0, 9481.0, 9530.0, 9492.0, 9502.0, 9520.0, 9478.0, 9569.0, 9519.0, 9481.0, 9507.0, 9496.0, 9535.0, 9517.0, 9540.0, 9512.0, 9508.0, 9564.0, 9506.0, 9495.0, 9509.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.0013288280394304494</td></tr>
<tr><td colspan=3>aqi</td><td>0.0189783986856517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.7176826294079</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1782596998135957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0283141963157894</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>4752.8818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07037750083990946</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5334063526834611</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.640278330468764</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.563088847982109</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8872721129802503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4704740304439325</td></tr>
<tr><td colspan=3>gcor</td><td>0.00570139</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005993231199681759</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03199755772948265</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>3.6009188890324175</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9265</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.844</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.726</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295008.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1021.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.0076</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.1646</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3437.4432</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1032.5079</td></tr>
<tr><td colspan=3>tsnr</td><td>41.23425131291151</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>