<?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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-02/func/sub-0128_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>38ca9dbb123e4973ccfcf2bb02b886d5</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>17:57:26.645000</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.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</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.259</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.085102</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>[4225, -7817, -7219, 422, -199, 78, 194, 109]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c3f9255-3c58-45f1-bef4-8da0d9a87b16||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.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['175726.645000', '175727.105000', '175727.565000', '175728.025000', '175728.485000', '175728.945000', '175729.405000', '175729.865000', '175730.325000', '175730.785000', '175731.245000', '175731.705000', '175732.165000', '175732.625000', '175733.085000', '175733.545000', '175734.005000', '175734.465000', '175734.925000', '175735.385000', '175735.845000', '175736.305000', '175736.765000', '175737.225000', '175737.685000', '175738.145000', '175738.605000', '175739.065000', '175739.525000', '175739.985000', '175740.445000', '175740.905000', '175741.365000', '175741.825000', '175742.285000', '175742.745000', '175743.205000', '175743.665000', '175744.125000', '175744.585000', '175745.045000', '175745.505000', '175745.965000', '175746.425000', '175746.885000', '175747.345000', '175747.805000', '175748.265000', '175748.725000', '175749.185000', '175749.645000', '175750.105000', '175750.565000', '175751.025000', '175751.485000', '175751.945000', '175752.405000', '175752.865000', '175753.325000', '175753.785000', '175754.245000', '175754.705000', '175755.165000', '175755.625000', '175756.085000', '175756.545000', '175757.005000', '175757.465000', '175757.925000', '175758.385000', '175758.845000', '175759.305000', '175759.765000', '175800.225000', '175800.685000', '175801.145000', '175801.605000', '175802.065000', '175802.525000', '175802.985000', '175803.445000', '175803.905000', '175804.365000', '175804.825000', '175805.285000', '175805.745000', '175806.205000', '175806.665000', '175807.125000', '175807.585000', '175808.045000', '175808.505000', '175808.965000', '175809.425000', '175809.885000', '175810.345000', '175810.805000', '175811.265000', '175811.725000', '175812.185000', '175812.645000', '175813.105000', '175813.565000', '175814.025000', '175814.485000', '175814.945000', '175815.405000', '175815.865000', '175816.325000', '175816.785000', '175817.245000', '175817.705000', '175818.165000', '175818.625000', '175819.085000', '175819.545000', '175820.005000', '175820.465000', '175820.925000', '175821.385000', '175821.845000', '175822.305000', '175822.765000', '175823.225000', '175823.685000', '175824.145000', '175824.605000', '175825.065000', '175825.525000', '175825.985000', '175826.445000', '175826.905000', '175827.365000', '175827.825000', '175828.285000', '175828.745000', '175829.205000', '175829.665000', '175830.125000', '175830.585000', '175831.045000', '175831.505000', '175831.965000', '175832.425000', '175832.885000', '175833.345000', '175833.805000', '175834.265000', '175834.725000', '175835.185000', '175835.645000', '175836.105000', '175836.565000', '175837.025000', '175837.485000', '175837.945000', '175838.405000', '175838.865000', '175839.325000', '175839.785000', '175840.245000', '175840.705000', '175841.165000', '175841.625000', '175842.085000', '175842.545000', '175843.005000', '175843.465000', '175843.925000', '175844.385000', '175844.845000', '175845.305000', '175845.765000', '175846.225000', '175846.685000', '175847.145000', '175847.605000', '175848.065000', '175848.525000', '175848.985000', '175849.445000', '175849.905000', '175850.365000', '175850.825000', '175851.285000', '175851.745000', '175852.205000', '175852.665000', '175853.125000', '175853.585000', '175854.045000', '175854.505000', '175854.965000', '175855.425000', '175855.885000', '175856.345000', '175856.805000', '175857.265000', '175857.725000', '175858.185000', '175858.645000', '175859.105000', '175859.565000', '175900.025000', '175900.485000', '175900.945000', '175901.405000', '175901.865000', '175902.325000', '175902.785000', '175903.245000', '175903.705000', '175904.165000', '175904.625000', '175905.085000', '175905.545000', '175906.005000', '175906.465000', '175906.925000', '175907.385000', '175907.845000', '175908.305000', '175908.765000', '175909.225000', '175909.685000', '175910.145000', '175910.605000', '175911.065000', '175911.525000', '175911.985000', '175912.445000', '175912.905000', '175913.365000', '175913.825000', '175914.285000', '175914.745000', '175915.205000', '175915.665000', '175916.125000', '175916.585000', '175917.045000', '175917.505000', '175917.965000', '175918.425000', '175918.885000', '175919.345000', '175919.805000', '175920.265000', '175920.725000', '175921.185000', '175921.645000', '175922.105000', '175922.565000', '175923.025000', '175923.485000', '175923.945000', '175924.405000', '175924.865000', '175925.325000', '175925.785000', '175926.245000', '175926.705000', '175927.165000', '175927.625000', '175928.085000', '175928.545000', '175929.005000', '175929.465000', '175929.925000', '175930.385000', '175930.845000', '175931.305000', '175931.765000', '175932.225000', '175932.685000', '175933.145000', '175933.605000', '175934.065000', '175934.525000', '175934.985000', '175935.445000', '175935.905000', '175936.365000', '175936.825000', '175937.285000', '175937.745000', '175938.205000', '175938.665000', '175939.125000', '175939.585000', '175940.045000', '175940.505000', '175940.965000', '175941.425000', '175941.885000', '175942.345000', '175942.805000', '175943.265000', '175943.725000', '175944.185000', '175944.645000', '175945.105000', '175945.565000', '175946.025000', '175946.485000', '175946.945000', '175947.405000', '175947.865000', '175948.325000', '175948.785000', '175949.245000', '175949.705000', '175950.165000', '175950.625000', '175951.085000', '175951.545000', '175952.005000', '175952.465000', '175952.925000', '175953.385000', '175953.845000', '175954.305000', '175954.765000', '175955.225000', '175955.685000', '175956.145000', '175956.605000', '175957.065000', '175957.525000', '175957.985000', '175958.445000', '175958.905000', '175959.365000', '175959.825000', '180000.285000', '180000.745000', '180001.205000', '180001.665000', '180002.125000', '180002.585000', '180003.045000', '180003.505000', '180003.965000', '180004.425000', '180004.885000', '180005.345000', '180005.805000', '180006.265000', '180006.725000', '180007.185000', '180007.645000', '180008.105000', '180008.565000', '180009.025000', '180009.485000', '180009.945000', '180010.405000', '180010.865000', '180011.325000', '180011.785000', '180012.245000', '180012.705000', '180013.165000', '180013.625000', '180014.085000', '180014.545000', '180015.005000', '180015.465000', '180015.925000', '180016.385000', '180016.845000', '180017.305000', '180017.765000', '180018.225000', '180018.685000', '180019.145000', '180019.605000', '180020.065000', '180020.525000', '180020.985000', '180021.445000', '180021.905000', '180022.365000', '180022.825000', '180023.285000', '180023.745000', '180024.205000', '180024.665000', '180025.125000', '180025.585000', '180026.045000', '180026.505000', '180026.965000', '180027.425000', '180027.885000', '180028.345000', '180028.805000', '180029.265000', '180029.725000', '180030.185000', '180030.645000', '180031.105000', '180031.565000', '180032.025000', '180032.485000', '180032.945000', '180033.405000', '180033.865000', '180034.325000', '180034.785000', '180035.245000', '180035.705000', '180036.165000', '180036.625000', '180037.085000', '180037.545000', '180038.005000', '180038.465000', '180038.925000', '180039.385000', '180039.845000', '180040.305000', '180040.765000', '180041.225000', '180041.685000', '180042.145000', '180042.605000', '180043.065000', '180043.525000', '180043.985000', '180044.445000', '180044.905000', '180045.365000', '180045.825000', '180046.285000', '180046.745000', '180047.205000', '180047.665000', '180048.125000', '180048.585000', '180049.045000', '180049.505000', '180049.965000', '180050.425000', '180050.885000', '180051.345000', '180051.805000', '180052.265000', '180052.725000', '180053.185000', '180053.645000', '180054.105000', '180054.565000', '180055.025000', '180055.485000', '180055.945000', '180056.405000', '180056.865000', '180057.325000', '180057.785000', '180058.245000', '180058.705000', '180059.165000', '180059.625000', '180100.085000', '180100.545000', '180101.005000', '180101.465000', '180101.925000', '180102.385000', '180102.845000', '180103.305000', '180103.765000', '180104.225000', '180104.685000', '180105.145000', '180105.605000', '180106.065000', '180106.525000', '180106.985000', '180107.445000', '180107.905000', '180108.365000', '180108.825000', '180109.285000', '180109.745000', '180110.205000', '180110.665000', '180111.125000', '180111.585000', '180112.045000', '180112.505000', '180112.965000', '180113.425000', '180113.885000', '180114.345000', '180114.805000', '180115.265000', '180115.725000', '180116.185000', '180116.645000', '180117.105000', '180117.565000', '180118.025000', '180118.485000', '180118.945000', '180119.405000', '180119.865000', '180120.325000', '180120.785000', '180121.245000', '180121.705000', '180122.165000', '180122.625000', '180123.085000', '180123.545000', '180124.005000', '180124.465000', '180124.925000', '180125.385000', '180125.845000', '180126.305000', '180126.765000', '180127.225000', '180127.685000', '180128.145000', '180128.605000', '180129.065000', '180129.525000', '180129.985000', '180130.445000', '180130.905000', '180131.365000', '180131.825000', '180132.285000', '180132.745000', '180133.205000', '180133.665000', '180134.125000', '180134.585000', '180135.045000', '180135.505000', '180135.965000', '180136.425000', '180136.885000', '180137.345000', '180137.805000', '180138.265000', '180138.725000', '180139.185000', '180139.645000', '180140.105000', '180140.565000', '180141.025000', '180141.485000', '180141.945000', '180142.405000', '180142.865000', '180143.325000', '180143.785000', '180144.245000', '180144.705000', '180145.165000', '180145.625000', '180146.085000', '180146.545000', '180147.005000', '180147.465000', '180147.925000', '180148.385000', '180148.845000', '180149.305000', '180149.765000', '180150.225000', '180150.685000', '180151.145000', '180151.605000', '180152.065000', '180152.525000', '180152.985000', '180153.445000', '180153.905000', '180154.365000', '180154.825000', '180155.285000', '180155.745000', '180156.205000', '180156.665000', '180157.125000', '180157.585000', '180158.045000', '180158.505000', '180158.965000', '180159.425000', '180159.885000', '180200.345000', '180200.805000', '180201.265000', '180201.725000', '180202.185000', '180202.645000', '180203.105000', '180203.565000', '180204.025000', '180204.485000', '180204.945000', '180205.405000', '180205.865000', '180206.325000', '180206.785000', '180207.245000', '180207.705000', '180208.165000', '180208.625000', '180209.085000', '180209.545000', '180210.005000', '180210.465000', '180210.925000', '180211.385000', '180211.845000', '180212.305000', '180212.765000', '180213.225000', '180213.685000', '180214.145000', '180214.605000', '180215.065000', '180215.525000', '180215.985000', '180216.445000', '180216.905000', '180217.365000', '180217.825000', '180218.285000', '180218.745000', '180219.205000', '180219.665000', '180220.125000', '180220.585000', '180221.045000', '180221.505000', '180221.965000', '180222.425000', '180222.885000', '180223.345000', '180223.805000', '180224.265000', '180224.725000', '180225.185000', '180225.645000', '180226.105000', '180226.565000', '180227.025000', '180227.485000', '180227.945000', '180228.405000', '180228.865000', '180229.325000', '180229.785000', '180230.245000', '180230.705000', '180231.165000', '180231.625000', '180232.085000', '180232.545000', '180233.005000', '180233.465000', '180233.925000', '180234.385000', '180234.845000', '180235.305000', '180235.765000', '180236.225000', '180236.685000', '180237.145000', '180237.605000', '180238.065000', '180238.525000', '180238.985000', '180239.445000', '180239.905000', '180240.365000', '180240.825000', '180241.285000', '180241.745000', '180242.205000', '180242.665000', '180243.125000', '180243.585000', '180244.045000', '180244.505000', '180244.965000', '180245.425000', '180245.885000', '180246.345000', '180246.805000', '180247.265000', '180247.725000', '180248.185000', '180248.645000', '180249.105000', '180249.565000', '180250.025000', '180250.485000', '180250.945000', '180251.405000', '180251.865000', '180252.325000', '180252.785000', '180253.245000', '180253.705000', '180254.165000', '180254.625000', '180255.085000', '180255.545000', '180256.005000', '180256.465000', '180256.925000', '180257.385000', '180257.845000', '180258.305000', '180258.765000', '180259.225000', '180259.685000', '180300.145000', '180300.605000', '180301.065000', '180301.525000', '180301.985000', '180302.445000', '180302.905000', '180303.365000', '180303.825000', '180304.285000', '180304.745000', '180305.205000', '180305.665000', '180306.125000', '180306.585000', '180307.045000', '180307.505000', '180307.965000', '180308.425000', '180308.885000', '180309.345000', '180309.805000', '180310.265000', '180310.725000', '180311.185000', '180311.645000', '180312.105000', '180312.565000', '180313.025000', '180313.485000', '180313.945000', '180314.405000', '180314.865000', '180315.325000', '180315.785000', '180316.245000', '180316.705000', '180317.165000', '180317.625000', '180318.085000', '180318.545000', '180319.005000', '180319.465000', '180319.925000', '180320.385000', '180320.845000', '180321.305000', '180321.765000', '180322.225000', '180322.685000', '180323.145000', '180323.605000', '180324.065000', '180324.525000', '180324.985000', '180325.445000', '180325.905000', '180326.365000', '180326.825000', '180327.285000', '180327.745000', '180328.205000', '180328.665000', '180329.125000', '180329.585000', '180330.045000', '180330.505000', '180330.965000', '180331.425000', '180331.885000', '180332.345000', '180332.805000', '180333.265000', '180333.725000', '180334.185000', '180334.645000', '180335.105000', '180335.565000', '180336.025000', '180336.485000', '180336.945000', '180337.405000', '180337.865000', '180338.325000', '180338.785000', '180339.245000', '180339.705000', '180340.165000', '180340.625000', '180341.085000', '180341.545000', '180342.005000', '180342.465000', '180342.925000', '180343.385000', '180343.845000', '180344.305000', '180344.765000', '180345.225000', '180345.685000', '180346.145000', '180346.605000', '180347.065000', '180347.525000', '180347.985000', '180348.445000', '180348.905000', '180349.365000', '180349.825000', '180350.285000', '180350.745000', '180351.205000', '180351.665000', '180352.125000', '180352.585000', '180353.045000', '180353.505000', '180353.965000', '180354.425000', '180354.885000', '180355.345000', '180355.805000', '180356.265000', '180356.725000', '180357.185000', '180357.645000', '180358.105000', '180358.565000', '180359.025000', '180359.485000', '180359.945000', '180400.405000', '180400.865000', '180401.325000', '180401.785000', '180402.245000', '180402.705000', '180403.165000', '180403.625000', '180404.085000', '180404.545000', '180405.005000', '180405.465000', '180405.925000', '180406.385000', '180406.845000', '180407.305000', '180407.765000', '180408.225000', '180408.685000', '180409.145000', '180409.605000', '180410.065000', '180410.525000', '180410.985000', '180411.445000', '180411.905000', '180412.365000', '180412.825000', '180413.285000', '180413.745000', '180414.205000', '180414.665000', '180415.125000', '180415.585000', '180416.045000', '180416.505000', '180416.965000', '180417.425000', '180417.885000', '180418.345000', '180418.805000', '180419.265000', '180419.725000', '180420.185000', '180420.645000', '180421.105000', '180421.565000', '180422.025000', '180422.485000', '180422.945000', '180423.405000', '180423.865000', '180424.325000', '180424.785000', '180425.245000', '180425.705000', '180426.165000', '180426.625000'], 'ContentTime': ['175745.627000', '175745.631000', '175745.633000', '175745.636000', '175745.644000', '175745.647000', '175745.650000', '175745.652000', '175745.655000', '175745.657000', '175745.660000', '175745.663000', '175745.665000', '175745.672000', '175745.675000', '175745.677000', '175745.680000', '175745.682000', '175745.685000', '175745.688000', '175745.690000', '175745.693000', '175745.695000', '175745.698000', '175745.700000', '175745.703000', '175745.706000', '175745.708000', '175745.711000', '175745.713000', '175745.716000', '175745.718000', '175745.721000', '175745.723000', '175745.726000', '175745.728000', '175745.731000', '175745.734000', '175745.736000', '175745.739000', '175805.572000', '175805.575000', '175805.578000', '175805.581000', '175805.583000', '175805.586000', '175805.588000', '175805.591000', '175805.594000', '175805.596000', '175805.599000', '175805.601000', '175805.604000', '175805.606000', '175805.609000', '175805.612000', '175805.614000', '175805.617000', '175805.619000', '175805.622000', '175805.624000', '175805.627000', '175805.629000', '175805.632000', '175805.634000', '175805.637000', '175805.639000', '175805.642000', '175805.645000', '175805.647000', '175805.650000', '175805.652000', '175805.655000', '175805.657000', '175805.660000', '175805.663000', '175805.665000', '175805.668000', '175805.670000', '175805.673000', '175805.675000', '175805.678000', '175805.681000', '175825.573000', '175825.575000', '175825.578000', '175825.581000', '175825.583000', '175825.586000', '175825.588000', '175825.591000', '175825.594000', '175825.596000', '175825.599000', '175825.602000', '175825.604000', '175825.607000', '175825.610000', '175825.612000', '175825.615000', '175825.617000', '175825.620000', '175825.623000', '175825.626000', '175825.628000', '175825.631000', '175825.633000', '175825.636000', '175825.646000', '175825.649000', '175825.651000', '175825.654000', '175825.656000', '175825.659000', '175825.662000', '175825.664000', '175825.667000', '175825.669000', '175825.672000', '175825.674000', '175825.677000', '175825.680000', '175825.682000', '175825.685000', '175825.687000', '175825.690000', '175825.693000', '175845.571000', '175845.574000', '175845.577000', '175845.579000', '175845.582000', '175845.585000', '175845.587000', '175845.590000', '175845.592000', '175845.595000', '175845.597000', '175845.600000', '175845.603000', '175845.605000', '175845.608000', '175845.610000', '175845.613000', '175845.616000', '175845.618000', '175845.621000', '175845.623000', '175845.626000', '175845.628000', '175845.631000', '175845.634000', '175845.636000', '175845.639000', '175845.641000', '175845.644000', '175845.647000', '175845.649000', '175845.652000', '175845.654000', '175845.657000', '175845.659000', '175845.662000', '175845.665000', '175845.667000', '175845.670000', '175845.672000', '175845.675000', '175845.677000', '175845.680000', '175905.572000', '175905.574000', '175905.577000', '175905.580000', '175905.582000', '175905.585000', '175905.588000', '175905.591000', '175905.593000', '175905.596000', '175905.599000', '175905.601000', '175905.604000', '175905.607000', '175905.609000', '175905.612000', '175905.614000', '175905.617000', '175905.620000', '175905.622000', '175905.625000', '175905.627000', '175905.630000', '175905.633000', '175905.635000', '175905.638000', '175905.640000', '175905.643000', '175905.646000', '175905.649000', '175905.651000', '175905.654000', '175905.656000', '175905.659000', '175905.662000', '175905.664000', '175905.667000', '175905.669000', '175905.672000', '175905.675000', '175905.677000', '175905.688000', '175905.691000', '175905.693000', '175925.573000', '175925.576000', '175925.578000', '175925.581000', '175925.583000', '175925.586000', '175925.589000', '175925.591000', '175925.594000', '175925.596000', '175925.599000', '175925.602000', '175925.604000', '175925.607000', '175925.610000', '175925.612000', '175925.615000', '175925.617000', '175925.620000', '175925.623000', '175925.625000', '175925.628000', '175925.631000', '175925.633000', '175925.636000', '175925.638000', '175925.641000', '175925.643000', '175925.646000', '175925.649000', '175925.651000', '175925.654000', '175925.656000', '175925.659000', '175925.661000', '175925.664000', '175925.666000', '175925.669000', '175925.672000', '175925.674000', '175925.677000', '175925.679000', '175925.682000', '175945.572000', '175945.575000', '175945.578000', '175945.580000', '175945.583000', '175945.586000', '175945.588000', '175945.591000', '175945.593000', '175945.596000', '175945.599000', '175945.601000', '175945.604000', '175945.607000', '175945.609000', '175945.612000', '175945.614000', '175945.617000', '175945.620000', '175945.622000', '175945.625000', '175945.627000', '175945.630000', '175945.632000', '175945.635000', '175945.638000', '175945.640000', '175945.643000', '175945.646000', '175945.648000', '175945.651000', '175945.653000', '175945.656000', '175945.659000', '175945.661000', '175945.664000', '175945.666000', '175945.669000', '175945.672000', '175945.674000', '175945.677000', '175945.679000', '175945.682000', '175945.685000', '180005.573000', '180005.575000', '180005.578000', '180005.581000', '180005.583000', '180005.586000', '180005.588000', '180005.591000', '180005.593000', '180005.596000', '180005.599000', '180005.601000', '180005.604000', '180005.607000', '180005.609000', '180005.612000', '180005.614000', '180005.617000', '180005.619000', '180005.622000', '180005.624000', '180005.627000', '180005.630000', '180005.632000', '180005.635000', '180005.638000', '180005.640000', '180005.643000', '180005.645000', '180005.648000', '180005.650000', '180005.653000', '180005.656000', '180005.658000', '180005.661000', '180005.663000', '180005.666000', '180005.669000', '180005.672000', '180005.674000', '180005.677000', '180005.679000', '180005.682000', '180025.573000', '180025.575000', '180025.578000', '180025.581000', '180025.583000', '180025.586000', '180025.588000', '180025.591000', '180025.594000', '180025.596000', '180025.599000', '180025.602000', '180025.604000', '180025.607000', '180025.609000', '180025.612000', '180025.614000', '180025.617000', '180025.620000', '180025.622000', '180025.625000', '180025.628000', '180025.631000', '180025.634000', '180025.636000', '180025.639000', '180025.642000', '180025.644000', '180025.647000', '180025.649000', '180025.652000', '180025.655000', '180025.657000', '180025.660000', '180025.662000', '180025.665000', '180025.668000', '180025.670000', '180025.673000', '180025.676000', '180025.678000', '180025.681000', '180025.684000', '180045.572000', '180045.575000', '180045.578000', '180045.580000', '180045.583000', '180045.586000', '180045.588000', '180045.591000', '180045.593000', '180045.596000', '180045.599000', '180045.601000', '180045.604000', '180045.607000', '180045.609000', '180045.612000', '180045.614000', '180045.617000', '180045.619000', '180045.622000', '180045.624000', '180045.627000', '180045.630000', '180045.632000', '180045.635000', '180045.638000', '180045.640000', '180045.643000', '180045.645000', '180045.648000', '180045.650000', '180045.653000', '180045.655000', '180045.658000', '180045.661000', '180045.663000', '180045.666000', '180045.675000', '180045.688000', '180045.691000', '180045.693000', '180045.696000', '180045.698000', '180045.701000', '180105.571000', '180105.574000', '180105.577000', '180105.580000', '180105.582000', '180105.585000', '180105.587000', '180105.590000', '180105.593000', '180105.595000', '180105.598000', '180105.601000', '180105.603000', '180105.606000', '180105.608000', '180105.611000', '180105.614000', '180105.616000', '180105.619000', '180105.621000', '180105.624000', '180105.627000', '180105.629000', '180105.632000', '180105.635000', '180105.637000', '180105.640000', '180105.642000', '180105.645000', '180105.647000', '180105.650000', '180105.653000', '180105.655000', '180105.658000', '180105.660000', '180105.663000', '180105.666000', '180105.668000', '180105.671000', '180105.674000', '180105.676000', '180105.679000', '180105.682000', '180125.571000', '180125.574000', '180125.577000', '180125.580000', '180125.582000', '180125.585000', '180125.587000', '180125.590000', '180125.592000', '180125.595000', '180125.598000', '180125.600000', '180125.603000', '180125.605000', '180125.608000', '180125.610000', '180125.613000', '180125.616000', '180125.618000', '180125.621000', '180125.623000', '180125.626000', '180125.629000', '180125.631000', '180125.634000', '180125.636000', '180125.639000', '180125.641000', '180125.644000', '180125.647000', '180125.649000', '180125.652000', '180125.654000', '180125.657000', '180125.659000', '180125.662000', '180125.665000', '180125.667000', '180125.670000', '180125.672000', '180125.675000', '180125.677000', '180125.689000', '180125.692000', '180145.573000', '180145.576000', '180145.578000', '180145.581000', '180145.583000', '180145.586000', '180145.589000', '180145.591000', '180145.594000', '180145.596000', '180145.599000', '180145.602000', '180145.604000', '180145.607000', '180145.609000', '180145.612000', '180145.615000', '180145.617000', '180145.620000', '180145.623000', '180145.625000', '180145.628000', '180145.631000', '180145.633000', '180145.636000', '180145.638000', '180145.641000', '180145.643000', '180145.646000', '180145.649000', '180145.651000', '180145.654000', '180145.656000', '180145.659000', '180145.661000', '180145.664000', '180145.667000', '180145.671000', '180145.674000', '180145.676000', '180145.679000', '180145.682000', '180145.684000', '180205.573000', '180205.575000', '180205.578000', '180205.581000', '180205.583000', '180205.586000', '180205.588000', '180205.591000', '180205.594000', '180205.596000', '180205.599000', '180205.602000', '180205.604000', '180205.607000', '180205.609000', '180205.612000', '180205.614000', '180205.617000', '180205.620000', '180205.622000', '180205.625000', '180205.628000', '180205.630000', '180205.633000', '180205.635000', '180205.639000', '180205.641000', '180205.644000', '180205.646000', '180205.649000', '180205.652000', '180205.654000', '180205.657000', '180205.659000', '180205.662000', '180205.664000', '180205.667000', '180205.670000', '180205.672000', '180205.675000', '180205.677000', '180205.680000', '180205.683000', '180205.685000', '180225.573000', '180225.576000', '180225.578000', '180225.581000', '180225.592000', '180225.595000', '180225.597000', '180225.600000', '180225.603000', '180225.605000', '180225.608000', '180225.610000', '180225.613000', '180225.616000', '180225.618000', '180225.621000', '180225.624000', '180225.626000', '180225.629000', '180225.631000', '180225.634000', '180225.637000', '180225.639000', '180225.642000', '180225.644000', '180225.647000', '180225.650000', '180225.652000', '180225.655000', '180225.657000', '180225.660000', '180225.663000', '180225.665000', '180225.668000', '180225.670000', '180225.673000', '180225.676000', '180225.678000', '180225.681000', '180225.683000', '180225.686000', '180225.688000', '180225.691000', '180245.573000', '180245.576000', '180245.578000', '180245.581000', '180245.583000', '180245.586000', '180245.589000', '180245.591000', '180245.594000', '180245.596000', '180245.599000', '180245.601000', '180245.604000', '180245.607000', '180245.609000', '180245.612000', '180245.615000', '180245.617000', '180245.620000', '180245.622000', '180245.625000', '180245.627000', '180245.630000', '180245.633000', '180245.635000', '180245.638000', '180245.640000', '180245.643000', '180245.645000', '180245.648000', '180245.651000', '180245.653000', '180245.656000', '180245.658000', '180245.661000', '180245.664000', '180245.666000', '180245.669000', '180245.671000', '180245.674000', '180245.677000', '180245.679000', '180245.682000', '180245.684000', '180305.572000', '180305.575000', '180305.578000', '180305.581000', '180305.583000', '180305.586000', '180305.589000', '180305.591000', '180305.594000', '180305.596000', '180305.599000', '180305.601000', '180305.604000', '180305.607000', '180305.609000', '180305.612000', '180305.614000', '180305.617000', '180305.620000', '180305.622000', '180305.625000', '180305.627000', '180305.630000', '180305.633000', '180305.635000', '180305.638000', '180305.640000', '180305.645000', '180305.647000', '180305.650000', '180305.653000', '180305.655000', '180305.658000', '180305.661000', '180305.663000', '180305.666000', '180305.668000', '180305.671000', '180305.674000', '180305.676000', '180305.679000', '180305.681000', '180305.684000', '180325.571000', '180325.574000', '180325.577000', '180325.579000', '180325.582000', '180325.585000', '180325.587000', '180325.590000', '180325.592000', '180325.595000', '180325.597000', '180325.600000', '180325.603000', '180325.605000', '180325.608000', '180325.610000', '180325.613000', '180325.616000', '180325.618000', '180325.621000', '180325.624000', '180325.626000', '180325.629000', '180325.631000', '180325.634000', '180325.636000', '180325.639000', '180325.642000', '180325.644000', '180325.647000', '180325.649000', '180325.652000', '180325.655000', '180325.658000', '180325.661000', '180325.663000', '180325.666000', '180325.669000', '180325.671000', '180325.674000', '180325.677000', '180325.679000', '180325.682000', '180325.684000', '180345.572000', '180345.575000', '180345.577000', '180345.580000', '180345.583000', '180345.585000', '180345.588000', '180345.591000', '180345.593000', '180345.596000', '180345.599000', '180345.601000', '180345.604000', '180345.606000', '180345.609000', '180345.612000', '180345.615000', '180345.617000', '180345.620000', '180345.622000', '180345.625000', '180345.628000', '180345.630000', '180345.633000', '180345.635000', '180345.638000', '180345.641000', '180345.643000', '180345.646000', '180345.691000', '180345.694000', '180345.696000', '180345.700000', '180345.703000', '180345.705000', '180345.708000', '180345.711000', '180345.714000', '180345.717000', '180345.720000', '180345.723000', '180345.725000', '180345.728000', '180405.573000', '180405.576000', '180405.578000', '180405.581000', '180405.583000', '180405.586000', '180405.589000', '180405.591000', '180405.594000', '180405.596000', '180405.599000', '180405.602000', '180405.604000', '180405.607000', '180405.610000', '180405.620000', '180405.622000', '180405.625000', '180405.627000', '180405.630000', '180405.633000', '180405.635000', '180405.638000', '180405.641000', '180405.643000', '180405.646000', '180405.648000', '180405.651000', '180405.654000', '180405.657000', '180405.659000', '180405.662000', '180405.664000', '180405.667000', '180405.669000', '180405.672000', '180405.675000', '180405.677000', '180405.680000', '180405.682000', '180405.685000', '180405.688000', '180405.690000', '180405.693000', '180425.573000', '180425.575000', '180425.578000', '180425.581000', '180425.583000', '180425.586000', '180425.588000', '180425.591000', '180425.594000', '180425.596000', '180425.599000', '180425.601000', '180425.604000', '180425.607000', '180425.609000', '180425.612000', '180425.615000', '180425.617000', '180425.620000', '180425.622000', '180425.625000', '180425.627000', '180425.630000', '180425.632000', '180425.635000', '180425.638000', '180425.640000', '180425.643000', '180425.646000', '180425.649000', '180425.651000', '180425.654000', '180425.656000', '180425.659000', '180425.662000', '180425.664000', '180425.667000', '180425.669000', '180425.672000', '180425.674000', '180425.677000', '180425.680000', '180425.682000', '180427.562000', '180427.565000', '180427.568000', '180427.571000', '180427.573000'], 'InstanceCreationTime': ['175745.627000', '175745.631000', '175745.633000', '175745.636000', '175745.644000', '175745.647000', '175745.650000', '175745.652000', '175745.655000', '175745.657000', '175745.660000', '175745.663000', '175745.665000', '175745.672000', '175745.675000', '175745.677000', '175745.680000', '175745.682000', '175745.685000', '175745.688000', '175745.690000', '175745.693000', '175745.695000', '175745.698000', '175745.700000', '175745.703000', '175745.706000', '175745.708000', '175745.711000', '175745.713000', '175745.716000', '175745.718000', '175745.721000', '175745.723000', '175745.726000', '175745.728000', '175745.731000', '175745.734000', '175745.736000', '175745.739000', '175805.572000', '175805.575000', '175805.578000', '175805.581000', '175805.583000', '175805.586000', '175805.588000', '175805.591000', '175805.594000', '175805.596000', '175805.599000', '175805.601000', '175805.604000', '175805.606000', '175805.609000', '175805.612000', '175805.614000', '175805.617000', '175805.619000', '175805.622000', '175805.624000', '175805.627000', '175805.629000', '175805.632000', '175805.634000', '175805.637000', '175805.639000', '175805.642000', '175805.645000', '175805.647000', '175805.650000', '175805.652000', '175805.655000', '175805.657000', '175805.660000', '175805.663000', '175805.665000', '175805.668000', '175805.670000', '175805.673000', '175805.675000', '175805.678000', '175805.681000', '175825.573000', '175825.575000', '175825.578000', '175825.581000', '175825.583000', '175825.586000', '175825.588000', '175825.591000', '175825.594000', '175825.596000', '175825.599000', '175825.602000', '175825.604000', '175825.607000', '175825.610000', '175825.612000', '175825.615000', '175825.617000', '175825.620000', '175825.623000', '175825.626000', '175825.628000', '175825.631000', '175825.633000', '175825.636000', '175825.646000', '175825.649000', '175825.651000', '175825.654000', '175825.656000', '175825.659000', '175825.662000', '175825.664000', '175825.667000', '175825.669000', '175825.672000', '175825.674000', '175825.677000', '175825.680000', '175825.682000', '175825.685000', '175825.687000', '175825.690000', '175825.693000', '175845.571000', '175845.574000', '175845.577000', '175845.579000', '175845.582000', '175845.585000', '175845.587000', '175845.590000', '175845.592000', '175845.595000', '175845.597000', '175845.600000', '175845.603000', '175845.605000', '175845.608000', '175845.610000', '175845.613000', '175845.616000', '175845.618000', '175845.621000', '175845.623000', '175845.626000', '175845.628000', '175845.631000', '175845.634000', '175845.636000', '175845.639000', '175845.641000', '175845.644000', '175845.647000', '175845.649000', '175845.652000', '175845.654000', '175845.657000', '175845.659000', '175845.662000', '175845.665000', '175845.667000', '175845.670000', '175845.672000', '175845.675000', '175845.677000', '175845.680000', '175905.572000', '175905.574000', '175905.577000', '175905.580000', '175905.582000', '175905.585000', '175905.588000', '175905.591000', '175905.593000', '175905.596000', '175905.599000', '175905.601000', '175905.604000', '175905.607000', '175905.609000', '175905.612000', '175905.614000', '175905.617000', '175905.620000', '175905.622000', '175905.625000', '175905.627000', '175905.630000', '175905.633000', '175905.635000', '175905.638000', '175905.640000', '175905.643000', '175905.646000', '175905.649000', '175905.651000', '175905.654000', '175905.656000', '175905.659000', '175905.662000', '175905.664000', '175905.667000', '175905.669000', '175905.672000', '175905.675000', '175905.677000', '175905.688000', '175905.691000', '175905.693000', '175925.573000', '175925.576000', '175925.578000', '175925.581000', '175925.583000', '175925.586000', '175925.589000', '175925.591000', '175925.594000', '175925.596000', '175925.599000', '175925.602000', '175925.604000', '175925.607000', '175925.610000', '175925.612000', '175925.615000', '175925.617000', '175925.620000', '175925.623000', '175925.625000', '175925.628000', '175925.631000', '175925.633000', '175925.636000', '175925.638000', '175925.641000', '175925.643000', '175925.646000', '175925.649000', '175925.651000', '175925.654000', '175925.656000', '175925.659000', '175925.661000', '175925.664000', '175925.666000', '175925.669000', '175925.672000', '175925.674000', '175925.677000', '175925.679000', '175925.682000', '175945.572000', '175945.575000', '175945.578000', '175945.580000', '175945.583000', '175945.586000', '175945.588000', '175945.591000', '175945.593000', '175945.596000', '175945.599000', '175945.601000', '175945.604000', '175945.607000', '175945.609000', '175945.612000', '175945.614000', '175945.617000', '175945.620000', '175945.622000', '175945.625000', '175945.627000', '175945.630000', '175945.632000', '175945.635000', '175945.638000', '175945.640000', '175945.643000', '175945.646000', '175945.648000', '175945.651000', '175945.653000', '175945.656000', '175945.659000', '175945.661000', '175945.664000', '175945.666000', '175945.669000', '175945.672000', '175945.674000', '175945.677000', '175945.679000', '175945.682000', '175945.685000', '180005.573000', '180005.575000', '180005.578000', '180005.581000', '180005.583000', '180005.586000', '180005.588000', '180005.591000', '180005.593000', '180005.596000', '180005.599000', '180005.601000', '180005.604000', '180005.607000', '180005.609000', '180005.612000', '180005.614000', '180005.617000', '180005.619000', '180005.622000', '180005.624000', '180005.627000', '180005.630000', '180005.632000', '180005.635000', '180005.638000', '180005.640000', '180005.643000', '180005.645000', '180005.648000', '180005.650000', '180005.653000', '180005.656000', '180005.658000', '180005.661000', '180005.663000', '180005.666000', '180005.669000', '180005.672000', '180005.674000', '180005.677000', '180005.679000', '180005.682000', '180025.573000', '180025.575000', '180025.578000', '180025.581000', '180025.583000', '180025.586000', '180025.588000', '180025.591000', '180025.594000', '180025.596000', '180025.599000', '180025.602000', '180025.604000', '180025.607000', '180025.609000', '180025.612000', '180025.614000', '180025.617000', '180025.620000', '180025.622000', '180025.625000', '180025.628000', '180025.631000', '180025.634000', '180025.636000', '180025.639000', '180025.642000', '180025.644000', '180025.647000', '180025.649000', '180025.652000', '180025.655000', '180025.657000', '180025.660000', '180025.662000', '180025.665000', '180025.668000', '180025.670000', '180025.673000', '180025.676000', '180025.678000', '180025.681000', '180025.684000', '180045.572000', '180045.575000', '180045.578000', '180045.580000', '180045.583000', '180045.586000', '180045.588000', '180045.591000', '180045.593000', '180045.596000', '180045.599000', '180045.601000', '180045.604000', '180045.607000', '180045.609000', '180045.612000', '180045.614000', '180045.617000', '180045.619000', '180045.622000', '180045.624000', '180045.627000', '180045.630000', '180045.632000', '180045.635000', '180045.638000', '180045.640000', '180045.643000', '180045.645000', '180045.648000', '180045.650000', '180045.653000', '180045.655000', '180045.658000', '180045.661000', '180045.663000', '180045.666000', '180045.675000', '180045.688000', '180045.691000', '180045.693000', '180045.696000', '180045.698000', '180045.701000', '180105.571000', '180105.574000', '180105.577000', '180105.580000', '180105.582000', '180105.585000', '180105.587000', '180105.590000', '180105.593000', '180105.595000', '180105.598000', '180105.601000', '180105.603000', '180105.606000', '180105.608000', '180105.611000', '180105.614000', '180105.616000', '180105.619000', '180105.621000', '180105.624000', '180105.627000', '180105.629000', '180105.632000', '180105.635000', '180105.637000', '180105.640000', '180105.642000', '180105.645000', '180105.647000', '180105.650000', '180105.653000', '180105.655000', '180105.658000', '180105.660000', '180105.663000', '180105.666000', '180105.668000', '180105.671000', '180105.674000', '180105.676000', '180105.679000', '180105.682000', '180125.571000', '180125.574000', '180125.577000', '180125.580000', '180125.582000', '180125.585000', '180125.587000', '180125.590000', '180125.592000', '180125.595000', '180125.598000', '180125.600000', '180125.603000', '180125.605000', '180125.608000', '180125.610000', '180125.613000', '180125.616000', '180125.618000', '180125.621000', '180125.623000', '180125.626000', '180125.629000', '180125.631000', '180125.634000', '180125.636000', '180125.639000', '180125.641000', '180125.644000', '180125.647000', '180125.649000', '180125.652000', '180125.654000', '180125.657000', '180125.659000', '180125.662000', '180125.665000', '180125.667000', '180125.670000', '180125.672000', '180125.675000', '180125.677000', '180125.689000', '180125.692000', '180145.573000', '180145.576000', '180145.578000', '180145.581000', '180145.583000', '180145.586000', '180145.589000', '180145.591000', '180145.594000', '180145.596000', '180145.599000', '180145.602000', '180145.604000', '180145.607000', '180145.609000', '180145.612000', '180145.615000', '180145.617000', '180145.620000', '180145.623000', '180145.625000', '180145.628000', '180145.631000', '180145.633000', '180145.636000', '180145.638000', '180145.641000', '180145.643000', '180145.646000', '180145.649000', '180145.651000', '180145.654000', '180145.656000', '180145.659000', '180145.661000', '180145.664000', '180145.667000', '180145.671000', '180145.674000', '180145.676000', '180145.679000', '180145.682000', '180145.684000', '180205.573000', '180205.575000', '180205.578000', '180205.581000', '180205.583000', '180205.586000', '180205.588000', '180205.591000', '180205.594000', '180205.596000', '180205.599000', '180205.602000', '180205.604000', '180205.607000', '180205.609000', '180205.612000', '180205.614000', '180205.617000', '180205.620000', '180205.622000', '180205.625000', '180205.628000', '180205.630000', '180205.633000', '180205.635000', '180205.639000', '180205.641000', '180205.644000', '180205.646000', '180205.649000', '180205.652000', '180205.654000', '180205.657000', '180205.659000', '180205.662000', '180205.664000', '180205.667000', '180205.670000', '180205.672000', '180205.675000', '180205.677000', '180205.680000', '180205.683000', '180205.685000', '180225.573000', '180225.576000', '180225.578000', '180225.581000', '180225.592000', '180225.595000', '180225.597000', '180225.600000', '180225.603000', '180225.605000', '180225.608000', '180225.610000', '180225.613000', '180225.616000', '180225.618000', '180225.621000', '180225.624000', '180225.626000', '180225.629000', '180225.631000', '180225.634000', '180225.637000', '180225.639000', '180225.642000', '180225.644000', '180225.647000', '180225.650000', '180225.652000', '180225.655000', '180225.657000', '180225.660000', '180225.663000', '180225.665000', '180225.668000', '180225.670000', '180225.673000', '180225.676000', '180225.678000', '180225.681000', '180225.683000', '180225.686000', '180225.688000', '180225.691000', '180245.573000', '180245.576000', '180245.578000', '180245.581000', '180245.583000', '180245.586000', '180245.589000', '180245.591000', '180245.594000', '180245.596000', '180245.599000', '180245.601000', '180245.604000', '180245.607000', '180245.609000', '180245.612000', '180245.615000', '180245.617000', '180245.620000', '180245.622000', '180245.625000', '180245.627000', '180245.630000', '180245.633000', '180245.635000', '180245.638000', '180245.640000', '180245.643000', '180245.645000', '180245.648000', '180245.651000', '180245.653000', '180245.656000', '180245.658000', '180245.661000', '180245.664000', '180245.666000', '180245.669000', '180245.671000', '180245.674000', '180245.677000', '180245.679000', '180245.682000', '180245.684000', '180305.572000', '180305.575000', '180305.578000', '180305.581000', '180305.583000', '180305.586000', '180305.589000', '180305.591000', '180305.594000', '180305.596000', '180305.599000', '180305.601000', '180305.604000', '180305.607000', '180305.609000', '180305.612000', '180305.614000', '180305.617000', '180305.620000', '180305.622000', '180305.625000', '180305.627000', '180305.630000', '180305.633000', '180305.635000', '180305.638000', '180305.640000', '180305.645000', '180305.647000', '180305.650000', '180305.653000', '180305.655000', '180305.658000', '180305.661000', '180305.663000', '180305.666000', '180305.668000', '180305.671000', '180305.674000', '180305.676000', '180305.679000', '180305.681000', '180305.684000', '180325.571000', '180325.574000', '180325.577000', '180325.579000', '180325.582000', '180325.585000', '180325.587000', '180325.590000', '180325.592000', '180325.595000', '180325.597000', '180325.600000', '180325.603000', '180325.605000', '180325.608000', '180325.610000', '180325.613000', '180325.616000', '180325.618000', '180325.621000', '180325.624000', '180325.626000', '180325.629000', '180325.631000', '180325.634000', '180325.636000', '180325.639000', '180325.642000', '180325.644000', '180325.647000', '180325.649000', '180325.652000', '180325.655000', '180325.658000', '180325.661000', '180325.663000', '180325.666000', '180325.669000', '180325.671000', '180325.674000', '180325.677000', '180325.679000', '180325.682000', '180325.684000', '180345.572000', '180345.575000', '180345.577000', '180345.580000', '180345.583000', '180345.585000', '180345.588000', '180345.591000', '180345.593000', '180345.596000', '180345.599000', '180345.601000', '180345.604000', '180345.606000', '180345.609000', '180345.612000', '180345.615000', '180345.617000', '180345.620000', '180345.622000', '180345.625000', '180345.628000', '180345.630000', '180345.633000', '180345.635000', '180345.638000', '180345.641000', '180345.643000', '180345.646000', '180345.691000', '180345.694000', '180345.696000', '180345.700000', '180345.703000', '180345.705000', '180345.708000', '180345.711000', '180345.714000', '180345.717000', '180345.720000', '180345.723000', '180345.725000', '180345.728000', '180405.573000', '180405.576000', '180405.578000', '180405.581000', '180405.583000', '180405.586000', '180405.589000', '180405.591000', '180405.594000', '180405.596000', '180405.599000', '180405.602000', '180405.604000', '180405.607000', '180405.610000', '180405.620000', '180405.622000', '180405.625000', '180405.627000', '180405.630000', '180405.633000', '180405.635000', '180405.638000', '180405.641000', '180405.643000', '180405.646000', '180405.648000', '180405.651000', '180405.654000', '180405.657000', '180405.659000', '180405.662000', '180405.664000', '180405.667000', '180405.669000', '180405.672000', '180405.675000', '180405.677000', '180405.680000', '180405.682000', '180405.685000', '180405.688000', '180405.690000', '180405.693000', '180425.573000', '180425.575000', '180425.578000', '180425.581000', '180425.583000', '180425.586000', '180425.588000', '180425.591000', '180425.594000', '180425.596000', '180425.599000', '180425.601000', '180425.604000', '180425.607000', '180425.609000', '180425.612000', '180425.615000', '180425.617000', '180425.620000', '180425.622000', '180425.625000', '180425.627000', '180425.630000', '180425.632000', '180425.635000', '180425.638000', '180425.640000', '180425.643000', '180425.646000', '180425.649000', '180425.651000', '180425.654000', '180425.656000', '180425.659000', '180425.662000', '180425.664000', '180425.667000', '180425.669000', '180425.672000', '180425.674000', '180425.677000', '180425.680000', '180425.682000', '180427.562000', '180427.565000', '180427.568000', '180427.571000', '180427.573000'], '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': [8246, 8990, 8394, 11935, 8951, 15646, 11766, 15224, 9337, 11249, 8160, 8006, 8324, 8375, 8267, 7835, 8111, 7815, 7902, 8350, 8071, 8521, 8028, 8553, 7999, 7425, 7960, 7458, 8217, 7425, 8455, 9661, 8375, 7335, 8718, 7879, 8756, 9334, 8607, 12920, 9822, 11783, 7927, 8700, 8085, 8654, 7769, 8255, 8015, 8070, 9356, 8164, 10545, 7978, 8941, 7972, 8470, 7875, 7851, 7890, 8154, 11375, 8039, 9075, 7797, 8304, 8124, 8178, 7851, 8194, 10934, 7756, 10246, 7889, 8344, 7892, 8410, 7976, 7907, 9930, 7806, 8474, 7838, 8372, 8276, 7912, 10108, 7604, 9105, 7936, 8058, 7769, 8387, 8195, 8018, 7457, 8094, 7416, 8226, 10850, 7844, 10272, 8532, 8734, 7815, 7985, 10967, 7894, 9865, 7813, 8059, 7590, 7905, 10051, 7797, 8734, 7787, 8212, 7603, 7861, 7659, 8156, 10231, 7827, 9342, 7955, 8212, 8062, 8405, 8126, 8297, 8190, 8266, 7947, 8908, 7949, 7786, 7904, 8256, 7608, 8201, 7461, 8143, 10542, 8020, 10647, 8269, 8418, 7895, 8374, 7840, 8135, 10932, 7904, 9532, 7679, 7429, 7814, 7587, 7885, 8473, 8048, 8282, 7862, 7902, 7793, 7980, 7848, 8283, 9631, 8202, 10990, 8598, 11447, 7978, 8253, 7893, 8208, 8851, 7990, 7400, 7882, 7702, 8118, 10213, 8213, 8298, 8023, 7861, 7721, 7917, 9635, 7939, 9242, 7916, 8420, 7731, 8450, 7932, 8476, 8045, 7913, 7852, 8166, 9623, 7935, 9165, 7934, 8480, 8029, 8396, 7583, 8004, 7897, 7874, 7889, 8074, 7811, 8182, 7513, 7990, 11076, 7787, 9477, 7916, 7351, 8030, 7612, 8015, 9962, 8153, 8779, 7852, 8281, 8027, 7684, 7978, 8610, 8158, 9253, 7905, 8796, 7775, 8592, 8044, 8104, 7920, 8373, 8161, 8310, 7616, 8404, 8062, 8057, 10847, 7885, 9086, 8000, 8590, 8034, 7826, 7911, 8219, 7887, 8139, 7532, 8112, 7606, 8119, 9196, 8173, 10088, 8160, 7424, 8426, 7702, 8473, 8028, 10157, 8263, 10082, 8506, 8144, 7767, 8010, 7786, 8198, 9611, 8000, 12984, 8194, 9299, 8018, 7679, 8094, 7699, 8218, 7608, 8361, 10496, 8133, 7475, 8208, 7537, 8347, 7538, 8336, 11885, 8168, 9950, 7793, 8738, 7676, 7893, 7597, 7625, 7717, 7502, 7833, 7558, 7693, 7559, 7734, 7736, 7918, 10785, 7925, 10649, 8008, 10366, 7791, 7861, 7681, 7660, 7923, 7841, 7621, 8025, 7595, 7904, 7638, 7970, 7731, 9072, 7701, 8946, 7886, 8969, 8023, 10076, 8020, 9085, 7747, 7821, 7821, 7587, 7945, 8009, 8086, 9411, 8104, 8555, 7906, 7815, 7852, 7856, 8005, 8262, 7944, 7580, 8043, 7898, 7995, 8245, 7733, 7966, 8001, 7352, 8041, 7635, 7648, 7666, 7857, 7593, 7956, 7526, 7864, 7860, 7883, 8619, 7727, 7850, 8018, 7774, 7989, 8232, 8125, 8702, 7788, 9204, 7872, 7812, 7852, 7904, 8127, 7741, 7759, 7800, 7935, 7856, 8243, 7697, 7812, 7809, 7676, 8120, 7666, 7882, 8690, 7801, 11603, 7822, 8475, 7790, 8392, 7647, 8614, 7914, 8912, 7841, 8391, 7689, 7811, 7892, 8357, 7718, 8771, 7825, 7678, 7692, 7757, 10054, 7788, 10060, 7872, 8206, 7570, 8673, 7772, 8198, 7878, 8062, 8145, 7843, 7818, 7762, 7915, 7898, 9873, 7734, 10599, 7650, 8236, 7825, 8178, 7729, 8161, 7882, 8108, 10919, 7840, 8653, 7862, 8479, 7810, 8043, 7757, 7997, 8083, 7754, 10220, 7824, 8158, 7743, 7969, 7968, 7864, 8009, 7602, 7690, 7801, 10819, 7897, 8918, 8139, 7872, 9474, 7678, 9529, 7797, 7721, 7875, 7831, 8135, 7606, 7612, 7628, 9755, 7875, 7843, 7844, 7562, 7790, 8066, 9039, 7884, 10576, 7891, 7720, 7936, 7811, 8327, 8050, 8884, 7873, 9205, 7939, 7962, 7708, 8025, 7918, 8315, 7893, 8655, 7994, 7834, 7950, 7896, 7838, 7780, 8010, 7766, 7984, 7703, 7868, 7812, 8047, 7743, 10911, 7830, 9423, 7740, 8904, 7733, 8844, 7829, 8239, 8059, 7933, 7846, 7347, 8140, 7979, 7605, 7925, 9265, 7922, 8813, 7887, 7955, 7812, 8590, 7997, 9960, 7845, 11073, 7915, 7759, 7691, 7839, 8103, 8171, 8041, 8136, 7909, 7770, 7573, 8057, 7546, 7967, 8587, 7681, 10005, 7758, 8945, 7966, 9078, 7914, 8099, 7705, 7698, 7736, 7830, 7675, 7946, 7801, 8240, 7833, 9236, 7851, 7919, 7781, 8541, 7903, 9232, 7824, 10308, 8104, 8021, 8027, 7928, 7858, 8457, 7704, 8497, 7991, 8251, 8097, 7464, 7749, 7753, 7796, 7658, 10144, 7966, 7693, 7840, 7672, 7905, 8632, 7836, 9307, 7655, 8060, 7813, 7730, 8146, 7720, 7621, 8154, 10340, 8101, 9895, 11128, 8050, 9276, 7922, 9938, 7845, 8134, 9547, 8104, 14432, 7754, 11578, 7776, 7967, 7550, 8079, 7743, 7735, 7865, 8139, 7804, 7689, 7569, 7906, 9184, 7951, 7652, 7732, 7616, 7847, 7445, 7857, 7726, 7757, 7819, 7875, 7774, 7605, 7489, 9146, 7916, 11626, 9181, 7991, 7655, 7921, 9774, 7678, 10074, 7735, 7964, 7651, 7744, 7783, 7619, 7689, 7740, 7880, 7790, 7583, 7520, 7586, 7676, 7466, 7930, 11451, 7787, 8520, 7904, 7633, 7571, 7800, 7767, 7660, 9207, 8279, 9111, 7650, 7605, 7607, 7710, 8027, 7610, 8820, 9703, 7992, 14952, 9143, 10774, 7495, 7687, 7536, 7512, 7889, 10301, 7880, 8333, 7949, 7573, 7615, 7499, 7594, 7787, 7583, 8145, 7744, 7755, 7544, 7404, 7784, 7662, 7753, 8010, 9807, 8197, 10083, 8191, 7660, 7490, 8133, 9067, 7768, 9663, 10610, 8063, 9271, 7711, 7540, 7834, 7595, 7962, 7745, 8263, 8177, 7697, 13005, 8238, 10000, 7600, 8294, 7749, 8290, 7482, 7574, 9428, 7774, 8216, 7669, 7481, 7609, 9116, 7580, 8403, 7898, 7665, 8189, 7478, 7941, 7571, 7712, 7874, 8584, 10975, 8036, 9978, 7885, 8099, 7639, 8063, 10554, 7817, 12956, 9506, 12768, 9530, 11552, 7819, 9236, 7883, 9424, 7756, 9644, 8156, 7717, 7764, 7534, 7615, 7704, 7464, 7666, 9034, 7527, 8929, 7714, 8201, 7753, 7394, 7630, 7501, 7805, 7481, 8199, 9653, 8106, 9432, 7769, 7828, 8361, 7451, 7616, 7638, 9562, 7803, 10238, 14088, 9905, 12696, 7847, 8380, 7750, 7822, 7798, 7719, 10602, 7481, 9124, 7641, 7837, 7721, 7704, 7661, 7596, 9652, 7720, 8788, 7575, 8433, 7881, 7745, 7562, 7629, 8841, 7677, 8892, 7605, 9074, 7695, 8156, 7689, 7720, 11064, 7458, 9182, 7621, 8187, 7406, 7853, 8912, 7836, 7831, 7663], 'WindowCenter': [4428.0, 4423.0, 4400.0, 4428.0, 4385.0, 4433.0, 4400.0, 4408.0, 4367.0, 4375.0, 4346.0, 4344.0, 4345.0, 4356.0, 4368.0, 4345.0, 4346.0, 4344.0, 4345.0, 4353.0, 4357.0, 4368.0, 4357.0, 4368.0, 4358.0, 4347.0, 4369.0, 4360.0, 4373.0, 4360.0, 4384.0, 4391.0, 4385.0, 4373.0, 4395.0, 4373.0, 4385.0, 4391.0, 4385.0, 4413.0, 4392.0, 4398.0, 4370.0, 4368.0, 4370.0, 4383.0, 4372.0, 4371.0, 4358.0, 4371.0, 4380.0, 4370.0, 4391.0, 4371.0, 4380.0, 4372.0, 4370.0, 4369.0, 4372.0, 4370.0, 4374.0, 4402.0, 4373.0, 4379.0, 4361.0, 4371.0, 4371.0, 4373.0, 4372.0, 4384.0, 4400.0, 4360.0, 4389.0, 4370.0, 4371.0, 4370.0, 4382.0, 4371.0, 4371.0, 4387.0, 4361.0, 4368.0, 4370.0, 4373.0, 4370.0, 4372.0, 4388.0, 4371.0, 4381.0, 4371.0, 4372.0, 4359.0, 4369.0, 4368.0, 4373.0, 4360.0, 4373.0, 4360.0, 4382.0, 4401.0, 4382.0, 4403.0, 4383.0, 4372.0, 4360.0, 4372.0, 4400.0, 4370.0, 4391.0, 4360.0, 4368.0, 4358.0, 4370.0, 4377.0, 4359.0, 4369.0, 4360.0, 4370.0, 4359.0, 4370.0, 4359.0, 4371.0, 4389.0, 4372.0, 4378.0, 4371.0, 4368.0, 4369.0, 4370.0, 4369.0, 4381.0, 4382.0, 4381.0, 4372.0, 4390.0, 4372.0, 4371.0, 4372.0, 4382.0, 4371.0, 4383.0, 4362.0, 4382.0, 4401.0, 4372.0, 4401.0, 4370.0, 4380.0, 4371.0, 4371.0, 4371.0, 4373.0, 4400.0, 4371.0, 4380.0, 4369.0, 4359.0, 4361.0, 4360.0, 4371.0, 4379.0, 4370.0, 4371.0, 4369.0, 4371.0, 4359.0, 4369.0, 4368.0, 4382.0, 4389.0, 4383.0, 4401.0, 4381.0, 4399.0, 4358.0, 4369.0, 4369.0, 4370.0, 4378.0, 4371.0, 4358.0, 4369.0, 4358.0, 4369.0, 4389.0, 4370.0, 4369.0, 4359.0, 4371.0, 4358.0, 4369.0, 4379.0, 4370.0, 4380.0, 4370.0, 4370.0, 4361.0, 4370.0, 4370.0, 4369.0, 4372.0, 4382.0, 4372.0, 4383.0, 4379.0, 4370.0, 4379.0, 4370.0, 4382.0, 4372.0, 4371.0, 4361.0, 4370.0, 4369.0, 4371.0, 4369.0, 4371.0, 4370.0, 4381.0, 4360.0, 4372.0, 4399.0, 4369.0, 4379.0, 4371.0, 4358.0, 4370.0, 4370.0, 4371.0, 4391.0, 4370.0, 4379.0, 4370.0, 4369.0, 4371.0, 4369.0, 4382.0, 4381.0, 4371.0, 4393.0, 4372.0, 4382.0, 4360.0, 4380.0, 4369.0, 4372.0, 4371.0, 4371.0, 4368.0, 4371.0, 4359.0, 4370.0, 4358.0, 4371.0, 4400.0, 4370.0, 4379.0, 4370.0, 4368.0, 4371.0, 4361.0, 4368.0, 4371.0, 4369.0, 4371.0, 4359.0, 4370.0, 4359.0, 4371.0, 4379.0, 4382.0, 4401.0, 4381.0, 4361.0, 4383.0, 4372.0, 4382.0, 4383.0, 4401.0, 4383.0, 4393.0, 4370.0, 4372.0, 4358.0, 4371.0, 4358.0, 4371.0, 4378.0, 4371.0, 4408.0, 4369.0, 4377.0, 4358.0, 4357.0, 4370.0, 4358.0, 4369.0, 4359.0, 4371.0, 4389.0, 4361.0, 4346.0, 4369.0, 4357.0, 4371.0, 4360.0, 4371.0, 4410.0, 4370.0, 4379.0, 4359.0, 4367.0, 4358.0, 4357.0, 4357.0, 4358.0, 4360.0, 4358.0, 4361.0, 4359.0, 4370.0, 4369.0, 4370.0, 4371.0, 4374.0, 4399.0, 4372.0, 4389.0, 4360.0, 4388.0, 4358.0, 4358.0, 4360.0, 4359.0, 4358.0, 4358.0, 4359.0, 4358.0, 4359.0, 4359.0, 4359.0, 4370.0, 4361.0, 4381.0, 4361.0, 4380.0, 4371.0, 4378.0, 4372.0, 4392.0, 4361.0, 4370.0, 4359.0, 4359.0, 4359.0, 4358.0, 4368.0, 4369.0, 4370.0, 4379.0, 4361.0, 4370.0, 4360.0, 4360.0, 4358.0, 4360.0, 4369.0, 4370.0, 4370.0, 4358.0, 4369.0, 4357.0, 4370.0, 4370.0, 4360.0, 4359.0, 4357.0, 4349.0, 4357.0, 4358.0, 4358.0, 4358.0, 4370.0, 4360.0, 4359.0, 4360.0, 4368.0, 4370.0, 4371.0, 4383.0, 4359.0, 4370.0, 4357.0, 4360.0, 4359.0, 4371.0, 4370.0, 4381.0, 4360.0, 4382.0, 4360.0, 4362.0, 4360.0, 4370.0, 4358.0, 4361.0, 4358.0, 4361.0, 4357.0, 4370.0, 4370.0, 4362.0, 4360.0, 4372.0, 4360.0, 4372.0, 4361.0, 4374.0, 4382.0, 4375.0, 4400.0, 4362.0, 4370.0, 4371.0, 4371.0, 4362.0, 4384.0, 4374.0, 4382.0, 4372.0, 4371.0, 4361.0, 4361.0, 4370.0, 4383.0, 4372.0, 4383.0, 4361.0, 4372.0, 4360.0, 4361.0, 4391.0, 4373.0, 4391.0, 4372.0, 4371.0, 4373.0, 4381.0, 4363.0, 4373.0, 4371.0, 4372.0, 4370.0, 4372.0, 4360.0, 4373.0, 4370.0, 4374.0, 4392.0, 4373.0, 4391.0, 4361.0, 4369.0, 4361.0, 4371.0, 4371.0, 4374.0, 4371.0, 4375.0, 4401.0, 4372.0, 4370.0, 4371.0, 4370.0, 4361.0, 4371.0, 4372.0, 4374.0, 4372.0, 4362.0, 4390.0, 4359.0, 4371.0, 4359.0, 4373.0, 4371.0, 4372.0, 4370.0, 4373.0, 4371.0, 4373.0, 4414.0, 4384.0, 4383.0, 4373.0, 4373.0, 4379.0, 4360.0, 4391.0, 4372.0, 4362.0, 4369.0, 4361.0, 4359.0, 4373.0, 4359.0, 4371.0, 4391.0, 4372.0, 4372.0, 4370.0, 4361.0, 4370.0, 4372.0, 4380.0, 4373.0, 4402.0, 4369.0, 4362.0, 4370.0, 4362.0, 4368.0, 4372.0, 4380.0, 4372.0, 4380.0, 4372.0, 4370.0, 4359.0, 4370.0, 4372.0, 4383.0, 4369.0, 4371.0, 4359.0, 4360.0, 4358.0, 4359.0, 4361.0, 4361.0, 4359.0, 4361.0, 4359.0, 4360.0, 4369.0, 4359.0, 4359.0, 4363.0, 4401.0, 4362.0, 4379.0, 4360.0, 4379.0, 4361.0, 4380.0, 4361.0, 4370.0, 4360.0, 4359.0, 4359.0, 4347.0, 4368.0, 4369.0, 4372.0, 4370.0, 4382.0, 4360.0, 4369.0, 4358.0, 4360.0, 4360.0, 4370.0, 4371.0, 4380.0, 4360.0, 4387.0, 4359.0, 4348.0, 4347.0, 4346.0, 4359.0, 4368.0, 4368.0, 4357.0, 4359.0, 4358.0, 4360.0, 4358.0, 4360.0, 4359.0, 4370.0, 4359.0, 4380.0, 4359.0, 4369.0, 4359.0, 4381.0, 4360.0, 4358.0, 4346.0, 4348.0, 4346.0, 4349.0, 4357.0, 4359.0, 4358.0, 4370.0, 4358.0, 4379.0, 4360.0, 4359.0, 4371.0, 4368.0, 4371.0, 4380.0, 4370.0, 4392.0, 4359.0, 4360.0, 4359.0, 4358.0, 4358.0, 4371.0, 4361.0, 4370.0, 4359.0, 4359.0, 4356.0, 4349.0, 4358.0, 4360.0, 4357.0, 4362.0, 4388.0, 4358.0, 4347.0, 4359.0, 4357.0, 4359.0, 4368.0, 4360.0, 4381.0, 4360.0, 4359.0, 4362.0, 4358.0, 4361.0, 4370.0, 4371.0, 4384.0, 4404.0, 4375.0, 4394.0, 4401.0, 4363.0, 4378.0, 4372.0, 4380.0, 4360.0, 4359.0, 4379.0, 4360.0, 4407.0, 4348.0, 4386.0, 4346.0, 4346.0, 4357.0, 4356.0, 4360.0, 4360.0, 4358.0, 4359.0, 4347.0, 4348.0, 4345.0, 4357.0, 4379.0, 4358.0, 4360.0, 4360.0, 4360.0, 4358.0, 4360.0, 4371.0, 4373.0, 4361.0, 4362.0, 4370.0, 4372.0, 4361.0, 4362.0, 4390.0, 4374.0, 4404.0, 4381.0, 4372.0, 4359.0, 4361.0, 4379.0, 4361.0, 4390.0, 4360.0, 4360.0, 4359.0, 4360.0, 4360.0, 4360.0, 4358.0, 4361.0, 4358.0, 4361.0, 4358.0, 4360.0, 4359.0, 4362.0, 4358.0, 4371.0, 4400.0, 4361.0, 4370.0, 4358.0, 4358.0, 4359.0, 4358.0, 4358.0, 4359.0, 4379.0, 4371.0, 4367.0, 4357.0, 4358.0, 4360.0, 4359.0, 4360.0, 4359.0, 4383.0, 4381.0, 4361.0, 4419.0, 4369.0, 4385.0, 4348.0, 4346.0, 4358.0, 4345.0, 4371.0, 4389.0, 4358.0, 4358.0, 4358.0, 4347.0, 4347.0, 4346.0, 4347.0, 4347.0, 4349.0, 4359.0, 4346.0, 4348.0, 4346.0, 4346.0, 4344.0, 4348.0, 4358.0, 4360.0, 4376.0, 4360.0, 4377.0, 4356.0, 4345.0, 4349.0, 4359.0, 4393.0, 4385.0, 4394.0, 4391.0, 4371.0, 4369.0, 4350.0, 4348.0, 4357.0, 4359.0, 4371.0, 4359.0, 4371.0, 4370.0, 4362.0, 4411.0, 4372.0, 4378.0, 4359.0, 4359.0, 4358.0, 4370.0, 4347.0, 4360.0, 4368.0, 4360.0, 4367.0, 4358.0, 4348.0, 4359.0, 4378.0, 4359.0, 4370.0, 4360.0, 4360.0, 4371.0, 4361.0, 4374.0, 4372.0, 4373.0, 4383.0, 4385.0, 4402.0, 4372.0, 4380.0, 4361.0, 4370.0, 4360.0, 4372.0, 4401.0, 4363.0, 4410.0, 4381.0, 4399.0, 4368.0, 4385.0, 4346.0, 4355.0, 4357.0, 4366.0, 4346.0, 4368.0, 4357.0, 4344.0, 4333.0, 4335.0, 4334.0, 4346.0, 4333.0, 4346.0, 4353.0, 4344.0, 4365.0, 4347.0, 4359.0, 4359.0, 4347.0, 4358.0, 4358.0, 4360.0, 4361.0, 4383.0, 4390.0, 4372.0, 4380.0, 4371.0, 4372.0, 4383.0, 4360.0, 4373.0, 4372.0, 4395.0, 4374.0, 4407.0, 4423.0, 4392.0, 4411.0, 4361.0, 4368.0, 4360.0, 4360.0, 4359.0, 4362.0, 4388.0, 4350.0, 4378.0, 4358.0, 4360.0, 4361.0, 4360.0, 4372.0, 4376.0, 4392.0, 4363.0, 4381.0, 4362.0, 4370.0, 4371.0, 4372.0, 4361.0, 4374.0, 4383.0, 4375.0, 4382.0, 4374.0, 4382.0, 4372.0, 4373.0, 4374.0, 4375.0, 4402.0, 4373.0, 4382.0, 4361.0, 4371.0, 4362.0, 4384.0, 4382.0, 4375.0, 4371.0, 4373.0], 'WindowWidth': [9769.0, 9750.0, 9711.0, 9743.0, 9676.0, 9741.0, 9687.0, 9694.0, 9634.0, 9642.0, 9602.0, 9597.0, 9601.0, 9617.0, 9639.0, 9604.0, 9606.0, 9599.0, 9605.0, 9612.0, 9624.0, 9639.0, 9626.0, 9640.0, 9629.0, 9613.0, 9645.0, 9634.0, 9655.0, 9636.0, 9674.0, 9679.0, 9675.0, 9657.0, 9690.0, 9657.0, 9677.0, 9679.0, 9675.0, 9709.0, 9679.0, 9682.0, 9645.0, 9642.0, 9651.0, 9670.0, 9653.0, 9651.0, 9629.0, 9651.0, 9660.0, 9647.0, 9676.0, 9650.0, 9662.0, 9653.0, 9645.0, 9646.0, 9652.0, 9646.0, 9659.0, 9694.0, 9654.0, 9659.0, 9638.0, 9650.0, 9651.0, 9655.0, 9655.0, 9672.0, 9689.0, 9634.0, 9671.0, 9646.0, 9648.0, 9648.0, 9668.0, 9650.0, 9652.0, 9669.0, 9636.0, 9645.0, 9648.0, 9655.0, 9649.0, 9651.0, 9669.0, 9649.0, 9662.0, 9650.0, 9654.0, 9632.0, 9646.0, 9644.0, 9654.0, 9635.0, 9655.0, 9638.0, 9669.0, 9694.0, 9669.0, 9699.0, 9669.0, 9653.0, 9633.0, 9653.0, 9688.0, 9648.0, 9678.0, 9635.0, 9642.0, 9626.0, 9647.0, 9653.0, 9632.0, 9645.0, 9633.0, 9646.0, 9631.0, 9649.0, 9632.0, 9650.0, 9673.0, 9654.0, 9657.0, 9650.0, 9643.0, 9648.0, 9648.0, 9649.0, 9667.0, 9669.0, 9665.0, 9656.0, 9678.0, 9657.0, 9654.0, 9654.0, 9670.0, 9653.0, 9671.0, 9641.0, 9669.0, 9693.0, 9655.0, 9693.0, 9651.0, 9661.0, 9651.0, 9651.0, 9651.0, 9656.0, 9691.0, 9650.0, 9660.0, 9646.0, 9632.0, 9637.0, 9636.0, 9654.0, 9661.0, 9651.0, 9652.0, 9645.0, 9650.0, 9630.0, 9647.0, 9645.0, 9668.0, 9675.0, 9669.0, 9692.0, 9664.0, 9686.0, 9628.0, 9645.0, 9646.0, 9649.0, 9656.0, 9648.0, 9628.0, 9645.0, 9629.0, 9646.0, 9672.0, 9649.0, 9646.0, 9631.0, 9650.0, 9630.0, 9648.0, 9659.0, 9649.0, 9662.0, 9647.0, 9646.0, 9636.0, 9647.0, 9648.0, 9645.0, 9654.0, 9671.0, 9654.0, 9670.0, 9659.0, 9647.0, 9658.0, 9648.0, 9667.0, 9653.0, 9649.0, 9636.0, 9647.0, 9645.0, 9652.0, 9647.0, 9653.0, 9649.0, 9667.0, 9635.0, 9653.0, 9687.0, 9646.0, 9658.0, 9650.0, 9631.0, 9650.0, 9649.0, 9654.0, 9680.0, 9651.0, 9659.0, 9648.0, 9645.0, 9652.0, 9647.0, 9670.0, 9668.0, 9654.0, 9683.0, 9652.0, 9666.0, 9635.0, 9663.0, 9645.0, 9655.0, 9649.0, 9652.0, 9641.0, 9649.0, 9631.0, 9648.0, 9630.0, 9649.0, 9689.0, 9649.0, 9657.0, 9648.0, 9643.0, 9651.0, 9637.0, 9643.0, 9652.0, 9645.0, 9651.0, 9632.0, 9650.0, 9633.0, 9653.0, 9660.0, 9667.0, 9691.0, 9667.0, 9638.0, 9669.0, 9656.0, 9670.0, 9673.0, 9694.0, 9670.0, 9684.0, 9648.0, 9652.0, 9629.0, 9651.0, 9631.0, 9649.0, 9656.0, 9649.0, 9696.0, 9644.0, 9651.0, 9628.0, 9626.0, 9648.0, 9630.0, 9646.0, 9631.0, 9650.0, 9670.0, 9635.0, 9609.0, 9644.0, 9628.0, 9649.0, 9633.0, 9651.0, 9702.0, 9647.0, 9658.0, 9631.0, 9637.0, 9628.0, 9624.0, 9627.0, 9631.0, 9634.0, 9628.0, 9636.0, 9630.0, 9649.0, 9646.0, 9650.0, 9652.0, 9658.0, 9686.0, 9650.0, 9670.0, 9631.0, 9667.0, 9625.0, 9626.0, 9633.0, 9629.0, 9625.0, 9626.0, 9629.0, 9627.0, 9631.0, 9630.0, 9632.0, 9647.0, 9636.0, 9661.0, 9636.0, 9661.0, 9650.0, 9658.0, 9653.0, 9678.0, 9636.0, 9645.0, 9628.0, 9628.0, 9628.0, 9629.0, 9643.0, 9645.0, 9648.0, 9659.0, 9636.0, 9644.0, 9631.0, 9631.0, 9627.0, 9632.0, 9647.0, 9647.0, 9646.0, 9628.0, 9645.0, 9626.0, 9647.0, 9647.0, 9631.0, 9630.0, 9624.0, 9616.0, 9624.0, 9628.0, 9628.0, 9629.0, 9647.0, 9635.0, 9629.0, 9634.0, 9642.0, 9647.0, 9648.0, 9669.0, 9632.0, 9648.0, 9626.0, 9632.0, 9629.0, 9650.0, 9647.0, 9662.0, 9632.0, 9666.0, 9632.0, 9637.0, 9632.0, 9646.0, 9627.0, 9635.0, 9628.0, 9636.0, 9626.0, 9648.0, 9647.0, 9637.0, 9632.0, 9651.0, 9634.0, 9656.0, 9636.0, 9658.0, 9668.0, 9661.0, 9689.0, 9639.0, 9646.0, 9650.0, 9649.0, 9640.0, 9672.0, 9660.0, 9666.0, 9650.0, 9649.0, 9635.0, 9635.0, 9648.0, 9670.0, 9653.0, 9668.0, 9636.0, 9653.0, 9632.0, 9637.0, 9677.0, 9656.0, 9677.0, 9653.0, 9649.0, 9655.0, 9665.0, 9641.0, 9655.0, 9652.0, 9651.0, 9648.0, 9651.0, 9636.0, 9655.0, 9648.0, 9660.0, 9680.0, 9654.0, 9676.0, 9636.0, 9645.0, 9638.0, 9651.0, 9651.0, 9659.0, 9652.0, 9662.0, 9691.0, 9653.0, 9648.0, 9650.0, 9649.0, 9637.0, 9650.0, 9656.0, 9659.0, 9651.0, 9640.0, 9673.0, 9632.0, 9650.0, 9634.0, 9655.0, 9649.0, 9654.0, 9648.0, 9656.0, 9651.0, 9658.0, 9715.0, 9675.0, 9671.0, 9656.0, 9656.0, 9659.0, 9634.0, 9677.0, 9654.0, 9641.0, 9645.0, 9636.0, 9629.0, 9654.0, 9632.0, 9650.0, 9677.0, 9655.0, 9653.0, 9648.0, 9637.0, 9650.0, 9655.0, 9661.0, 9657.0, 9695.0, 9646.0, 9639.0, 9646.0, 9638.0, 9643.0, 9651.0, 9663.0, 9653.0, 9660.0, 9651.0, 9646.0, 9632.0, 9648.0, 9653.0, 9669.0, 9646.0, 9649.0, 9629.0, 9632.0, 9626.0, 9631.0, 9635.0, 9636.0, 9629.0, 9634.0, 9629.0, 9633.0, 9645.0, 9634.0, 9632.0, 9642.0, 9691.0, 9638.0, 9657.0, 9633.0, 9657.0, 9636.0, 9662.0, 9636.0, 9647.0, 9633.0, 9627.0, 9630.0, 9612.0, 9644.0, 9644.0, 9654.0, 9648.0, 9666.0, 9632.0, 9645.0, 9628.0, 9631.0, 9633.0, 9647.0, 9650.0, 9660.0, 9631.0, 9665.0, 9627.0, 9612.0, 9610.0, 9608.0, 9629.0, 9641.0, 9642.0, 9625.0, 9630.0, 9627.0, 9634.0, 9627.0, 9633.0, 9630.0, 9646.0, 9628.0, 9657.0, 9629.0, 9643.0, 9629.0, 9661.0, 9631.0, 9626.0, 9606.0, 9611.0, 9605.0, 9614.0, 9624.0, 9629.0, 9628.0, 9646.0, 9628.0, 9656.0, 9632.0, 9631.0, 9649.0, 9643.0, 9649.0, 9661.0, 9648.0, 9678.0, 9632.0, 9630.0, 9631.0, 9627.0, 9628.0, 9649.0, 9635.0, 9647.0, 9628.0, 9629.0, 9620.0, 9616.0, 9624.0, 9632.0, 9623.0, 9637.0, 9668.0, 9627.0, 9610.0, 9628.0, 9623.0, 9630.0, 9640.0, 9634.0, 9663.0, 9634.0, 9629.0, 9639.0, 9627.0, 9635.0, 9650.0, 9652.0, 9675.0, 9702.0, 9663.0, 9687.0, 9688.0, 9640.0, 9655.0, 9650.0, 9659.0, 9631.0, 9629.0, 9658.0, 9631.0, 9691.0, 9611.0, 9659.0, 9607.0, 9605.0, 9623.0, 9623.0, 9634.0, 9631.0, 9625.0, 9628.0, 9609.0, 9611.0, 9605.0, 9626.0, 9658.0, 9628.0, 9631.0, 9630.0, 9632.0, 9625.0, 9633.0, 9647.0, 9657.0, 9636.0, 9638.0, 9646.0, 9652.0, 9636.0, 9642.0, 9676.0, 9660.0, 9699.0, 9664.0, 9652.0, 9630.0, 9636.0, 9655.0, 9634.0, 9676.0, 9633.0, 9630.0, 9631.0, 9631.0, 9632.0, 9633.0, 9625.0, 9636.0, 9628.0, 9636.0, 9628.0, 9632.0, 9629.0, 9637.0, 9630.0, 9650.0, 9690.0, 9637.0, 9646.0, 9628.0, 9627.0, 9630.0, 9628.0, 9627.0, 9631.0, 9658.0, 9648.0, 9637.0, 9624.0, 9625.0, 9631.0, 9629.0, 9634.0, 9630.0, 9668.0, 9663.0, 9634.0, 9711.0, 9642.0, 9658.0, 9611.0, 9605.0, 9625.0, 9606.0, 9648.0, 9671.0, 9625.0, 9623.0, 9623.0, 9608.0, 9610.0, 9608.0, 9610.0, 9610.0, 9614.0, 9628.0, 9607.0, 9611.0, 9604.0, 9607.0, 9602.0, 9612.0, 9626.0, 9633.0, 9647.0, 9630.0, 9649.0, 9621.0, 9604.0, 9615.0, 9629.0, 9683.0, 9676.0, 9687.0, 9676.0, 9649.0, 9640.0, 9615.0, 9610.0, 9623.0, 9630.0, 9648.0, 9631.0, 9648.0, 9644.0, 9637.0, 9703.0, 9650.0, 9654.0, 9631.0, 9629.0, 9627.0, 9645.0, 9610.0, 9632.0, 9640.0, 9631.0, 9637.0, 9628.0, 9614.0, 9630.0, 9654.0, 9630.0, 9645.0, 9634.0, 9633.0, 9647.0, 9638.0, 9658.0, 9654.0, 9656.0, 9673.0, 9677.0, 9694.0, 9651.0, 9661.0, 9634.0, 9646.0, 9634.0, 9654.0, 9690.0, 9640.0, 9702.0, 9661.0, 9681.0, 9639.0, 9656.0, 9605.0, 9615.0, 9622.0, 9633.0, 9606.0, 9637.0, 9623.0, 9600.0, 9582.0, 9587.0, 9585.0, 9603.0, 9582.0, 9604.0, 9612.0, 9601.0, 9632.0, 9611.0, 9629.0, 9631.0, 9610.0, 9627.0, 9629.0, 9635.0, 9636.0, 9673.0, 9677.0, 9655.0, 9662.0, 9651.0, 9653.0, 9669.0, 9636.0, 9657.0, 9656.0, 9690.0, 9658.0, 9709.0, 9724.0, 9678.0, 9702.0, 9635.0, 9641.0, 9632.0, 9633.0, 9629.0, 9639.0, 9669.0, 9619.0, 9654.0, 9629.0, 9633.0, 9636.0, 9634.0, 9652.0, 9664.0, 9681.0, 9641.0, 9664.0, 9639.0, 9649.0, 9650.0, 9651.0, 9637.0, 9660.0, 9668.0, 9661.0, 9666.0, 9658.0, 9668.0, 9654.0, 9655.0, 9659.0, 9663.0, 9693.0, 9657.0, 9665.0, 9638.0, 9651.0, 9639.0, 9674.0, 9667.0, 9662.0, 9650.0, 9656.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.0007495947426067908</td></tr>
<tr><td colspan=3>aqi</td><td>0.018978411500547646</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.188827977039516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1564522375986845</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9635417389692982</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>7869.0728</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07025493433400878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21905805038335158</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398852102350438</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3052994904919224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6289013009584723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2623555156009196</td></tr>
<tr><td colspan=3>gcor</td><td>0.00773767</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01623459719121456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01882963627576828</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.8698167960963348</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>24.9929</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5695</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.9043</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310801.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>954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.6296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3852</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.0672</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.8801</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.2079</td></tr>
<tr><td colspan=3>tsnr</td><td>43.6912319008261</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>