<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>12c865f98621e3397ba28ce6d74ba01c</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>20:25:33.567500</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0829835</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7718, -7302, 635, -114, -59, 112, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>030e3ddf-c296-4fd1-b28a-5eeb4c898f2f||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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': ['202533.567500', '202534.027500', '202534.487500', '202534.947500', '202535.407500', '202535.867500', '202536.327500', '202536.787500', '202537.247500', '202537.707500', '202538.167500', '202538.627500', '202539.087500', '202539.547500', '202540.007500', '202540.467500', '202540.927500', '202541.387500', '202541.847500', '202542.307500', '202542.767500', '202543.227500', '202543.687500', '202544.147500', '202544.607500', '202545.067500', '202545.527500', '202545.987500', '202546.447500', '202546.907500', '202547.367500', '202547.827500', '202548.287500', '202548.747500', '202549.207500', '202549.667500', '202550.127500', '202550.587500', '202551.047500', '202551.507500', '202551.967500', '202552.427500', '202552.887500', '202553.347500', '202553.807500', '202554.267500', '202554.727500', '202555.187500', '202555.647500', '202556.107500', '202556.567500', '202557.027500', '202557.487500', '202557.947500', '202558.407500', '202558.867500', '202559.327500', '202559.787500', '202600.247500', '202600.707500', '202601.167500', '202601.627500', '202602.087500', '202602.547500', '202603.007500', '202603.467500', '202603.927500', '202604.387500', '202604.847500', '202605.307500', '202605.767500', '202606.227500', '202606.687500', '202607.147500', '202607.607500', '202608.067500', '202608.527500', '202608.987500', '202609.447500', '202609.907500', '202610.367500', '202610.827500', '202611.287500', '202611.747500', '202612.207500', '202612.667500', '202613.127500', '202613.587500', '202614.047500', '202614.507500', '202614.967500', '202615.427500', '202615.887500', '202616.347500', '202616.807500', '202617.267500', '202617.727500', '202618.187500', '202618.647500', '202619.107500', '202619.567500', '202620.027500', '202620.487500', '202620.947500', '202621.407500', '202621.867500', '202622.327500', '202622.787500', '202623.247500', '202623.707500', '202624.167500', '202624.627500', '202625.087500', '202625.547500', '202626.007500', '202626.467500', '202626.927500', '202627.387500', '202627.847500', '202628.307500', '202628.767500', '202629.227500', '202629.687500', '202630.147500', '202630.607500', '202631.067500', '202631.527500', '202631.987500', '202632.447500', '202632.907500', '202633.367500', '202633.827500', '202634.287500', '202634.747500', '202635.207500', '202635.667500', '202636.127500', '202636.587500', '202637.047500', '202637.507500', '202637.967500', '202638.427500', '202638.887500', '202639.347500', '202639.807500', '202640.267500', '202640.727500', '202641.187500', '202641.647500', '202642.107500', '202642.567500', '202643.027500', '202643.487500', '202643.947500', '202644.407500', '202644.867500', '202645.327500', '202645.787500', '202646.247500', '202646.707500', '202647.167500', '202647.627500', '202648.087500', '202648.547500', '202649.007500', '202649.467500', '202649.927500', '202650.387500', '202650.847500', '202651.307500', '202651.767500', '202652.227500', '202652.687500', '202653.147500', '202653.607500', '202654.067500', '202654.527500', '202654.987500', '202655.447500', '202655.907500', '202656.367500', '202656.827500', '202657.287500', '202657.747500', '202658.207500', '202658.667500', '202659.127500', '202659.587500', '202700.047500', '202700.507500', '202700.967500', '202701.427500', '202701.887500', '202702.347500', '202702.807500', '202703.267500', '202703.727500', '202704.187500', '202704.647500', '202705.107500', '202705.567500', '202706.027500', '202706.487500', '202706.947500', '202707.407500', '202707.867500', '202708.327500', '202708.787500', '202709.247500', '202709.707500', '202710.167500', '202710.627500', '202711.087500', '202711.547500', '202712.007500', '202712.467500', '202712.927500', '202713.387500', '202713.847500', '202714.307500', '202714.767500', '202715.227500', '202715.687500', '202716.147500', '202716.607500', '202717.067500', '202717.527500', '202717.987500', '202718.447500', '202718.907500', '202719.367500', '202719.827500', '202720.287500', '202720.747500', '202721.207500', '202721.667500', '202722.127500', '202722.587500', '202723.047500', '202723.507500', '202723.967500', '202724.427500', '202724.887500', '202725.347500', '202725.807500', '202726.267500', '202726.727500', '202727.187500', '202727.647500', '202728.107500', '202728.567500', '202729.027500', '202729.487500', '202729.947500', '202730.407500', '202730.867500', '202731.327500', '202731.787500', '202732.247500', '202732.707500', '202733.167500', '202733.627500', '202734.087500', '202734.547500', '202735.007500', '202735.467500', '202735.927500', '202736.387500', '202736.847500', '202737.307500', '202737.767500', '202738.227500', '202738.687500', '202739.147500', '202739.607500', '202740.067500', '202740.527500', '202740.987500', '202741.447500', '202741.907500', '202742.367500', '202742.827500', '202743.287500', '202743.747500', '202744.207500', '202744.667500', '202745.127500', '202745.587500', '202746.047500', '202746.507500', '202746.967500', '202747.427500', '202747.887500', '202748.347500', '202748.807500', '202749.267500', '202749.727500', '202750.187500', '202750.647500', '202751.107500', '202751.567500', '202752.027500', '202752.487500', '202752.947500', '202753.407500', '202753.867500', '202754.327500', '202754.787500', '202755.247500', '202755.707500', '202756.167500', '202756.627500', '202757.087500', '202757.547500', '202758.007500', '202758.467500', '202758.927500', '202759.387500', '202759.847500', '202800.307500', '202800.767500', '202801.227500', '202801.687500', '202802.147500', '202802.607500', '202803.067500', '202803.527500', '202803.987500', '202804.447500', '202804.907500', '202805.367500', '202805.827500', '202806.287500', '202806.747500', '202807.207500', '202807.667500', '202808.127500', '202808.587500', '202809.047500', '202809.507500', '202809.967500', '202810.427500', '202810.887500', '202811.347500', '202811.807500', '202812.267500', '202812.727500', '202813.187500', '202813.647500', '202814.107500', '202814.567500', '202815.027500', '202815.487500', '202815.947500', '202816.407500', '202816.867500', '202817.327500', '202817.787500', '202818.247500', '202818.707500', '202819.167500', '202819.627500', '202820.087500', '202820.547500', '202821.007500', '202821.467500', '202821.927500', '202822.387500', '202822.847500', '202823.307500', '202823.767500', '202824.227500', '202824.687500', '202825.147500', '202825.607500', '202826.067500', '202826.527500', '202826.987500', '202827.447500', '202827.907500', '202828.367500', '202828.827500', '202829.287500', '202829.747500', '202830.207500', '202830.667500', '202831.127500', '202831.587500', '202832.047500', '202832.507500', '202832.967500', '202833.427500', '202833.887500', '202834.347500', '202834.807500', '202835.267500', '202835.727500', '202836.187500', '202836.647500', '202837.107500', '202837.567500', '202838.027500', '202838.487500', '202838.947500', '202839.407500', '202839.867500', '202840.327500', '202840.787500', '202841.247500', '202841.707500', '202842.167500', '202842.627500', '202843.087500', '202843.547500', '202844.007500', '202844.467500', '202844.927500', '202845.387500', '202845.847500', '202846.307500', '202846.767500', '202847.227500', '202847.687500', '202848.147500', '202848.607500', '202849.067500', '202849.527500', '202849.987500', '202850.447500', '202850.907500', '202851.367500', '202851.827500', '202852.287500', '202852.747500', '202853.207500', '202853.667500', '202854.127500', '202854.587500', '202855.047500', '202855.507500', '202855.967500', '202856.427500', '202856.887500', '202857.347500', '202857.807500', '202858.267500', '202858.727500', '202859.187500', '202859.647500', '202900.107500', '202900.567500', '202901.027500', '202901.487500', '202901.947500', '202902.407500', '202902.867500', '202903.327500', '202903.787500', '202904.247500', '202904.707500', '202905.167500', '202905.627500', '202906.087500', '202906.547500', '202907.007500', '202907.467500', '202907.927500', '202908.387500', '202908.847500', '202909.307500', '202909.767500', '202910.227500', '202910.687500', '202911.147500', '202911.607500', '202912.067500', '202912.527500', '202912.987500', '202913.447500', '202913.907500', '202914.367500', '202914.827500', '202915.287500', '202915.747500', '202916.207500', '202916.667500', '202917.127500', '202917.587500', '202918.047500', '202918.507500', '202918.967500', '202919.427500', '202919.887500', '202920.347500', '202920.807500', '202921.267500', '202921.727500', '202922.187500', '202922.647500', '202923.107500', '202923.567500', '202924.027500', '202924.487500', '202924.947500', '202925.407500', '202925.867500', '202926.327500', '202926.787500', '202927.247500', '202927.707500', '202928.167500', '202928.627500', '202929.087500', '202929.547500', '202930.007500', '202930.467500', '202930.927500', '202931.387500', '202931.847500', '202932.307500', '202932.767500', '202933.227500', '202933.687500', '202934.147500', '202934.607500', '202935.067500', '202935.527500', '202935.987500', '202936.447500', '202936.907500', '202937.367500', '202937.827500', '202938.287500', '202938.747500', '202939.207500', '202939.667500', '202940.127500', '202940.587500', '202941.047500', '202941.507500', '202941.967500', '202942.427500', '202942.887500', '202943.347500', '202943.807500', '202944.267500', '202944.727500', '202945.187500', '202945.647500', '202946.107500', '202946.567500', '202947.027500', '202947.487500', '202947.947500', '202948.407500', '202948.867500', '202949.327500', '202949.787500', '202950.247500', '202950.707500', '202951.167500', '202951.627500', '202952.087500', '202952.547500', '202953.007500', '202953.467500', '202953.927500', '202954.387500', '202954.847500', '202955.307500', '202955.767500', '202956.227500', '202956.687500', '202957.147500', '202957.607500', '202958.067500', '202958.527500', '202958.987500', '202959.447500', '202959.907500', '203000.367500', '203000.827500', '203001.287500', '203001.747500', '203002.207500', '203002.667500', '203003.127500', '203003.587500', '203004.047500', '203004.507500', '203004.967500', '203005.427500', '203005.887500', '203006.347500', '203006.807500', '203007.267500', '203007.727500', '203008.187500', '203008.647500', '203009.107500', '203009.567500', '203010.027500', '203010.487500', '203010.947500', '203011.407500', '203011.867500', '203012.327500', '203012.787500', '203013.247500', '203013.707500', '203014.167500', '203014.627500', '203015.087500', '203015.547500', '203016.007500', '203016.467500', '203016.927500', '203017.387500', '203017.847500', '203018.307500', '203018.767500', '203019.227500', '203019.687500', '203020.147500', '203020.607500', '203021.067500', '203021.527500', '203021.987500', '203022.447500', '203022.907500', '203023.367500', '203023.827500', '203024.287500', '203024.747500', '203025.207500', '203025.667500', '203026.127500', '203026.587500', '203027.047500', '203027.507500', '203027.967500', '203028.427500', '203028.887500', '203029.347500', '203029.807500', '203030.267500', '203030.727500', '203031.187500', '203031.647500', '203032.107500', '203032.567500', '203033.027500', '203033.487500', '203033.947500', '203034.407500', '203034.867500', '203035.327500', '203035.787500', '203036.247500', '203036.707500', '203037.167500', '203037.627500', '203038.087500', '203038.547500', '203039.007500', '203039.467500', '203039.927500', '203040.387500', '203040.847500', '203041.307500', '203041.767500', '203042.227500', '203042.687500', '203043.147500', '203043.607500', '203044.067500', '203044.527500', '203044.987500', '203045.447500', '203045.907500', '203046.367500', '203046.827500', '203047.287500', '203047.747500', '203048.207500', '203048.667500', '203049.127500', '203049.587500', '203050.047500', '203050.507500', '203050.967500', '203051.427500', '203051.887500', '203052.347500', '203052.807500', '203053.267500', '203053.727500', '203054.187500', '203054.647500', '203055.107500', '203055.567500', '203056.027500', '203056.487500', '203056.947500', '203057.407500', '203057.867500', '203058.327500', '203058.787500', '203059.247500', '203059.707500', '203100.167500', '203100.627500', '203101.087500', '203101.547500', '203102.007500', '203102.467500', '203102.927500', '203103.387500', '203103.847500', '203104.307500', '203104.767500', '203105.227500', '203105.687500', '203106.147500', '203106.607500', '203107.067500', '203107.527500', '203107.987500', '203108.447500', '203108.907500', '203109.367500', '203109.827500', '203110.287500', '203110.747500', '203111.207500', '203111.667500', '203112.127500', '203112.587500', '203113.047500', '203113.507500', '203113.967500', '203114.427500', '203114.887500', '203115.347500', '203115.807500', '203116.267500', '203116.727500', '203117.187500', '203117.647500', '203118.107500', '203118.567500', '203119.027500', '203119.487500', '203119.947500', '203120.407500', '203120.867500', '203121.327500', '203121.787500', '203122.247500', '203122.707500', '203123.167500', '203123.627500', '203124.087500', '203124.547500', '203125.007500', '203125.467500', '203125.927500', '203126.387500', '203126.847500', '203127.307500', '203127.767500', '203128.227500', '203128.687500', '203129.147500', '203129.607500', '203130.067500', '203130.527500', '203130.987500', '203131.447500', '203131.907500', '203132.367500', '203132.827500', '203133.287500', '203133.747500', '203134.207500', '203134.667500', '203135.127500', '203135.587500', '203136.047500', '203136.507500', '203136.967500', '203137.427500', '203137.887500', '203138.347500', '203138.807500', '203139.267500', '203139.727500', '203140.187500', '203140.647500', '203141.107500', '203141.567500', '203142.027500', '203142.487500', '203142.947500', '203143.407500', '203143.867500', '203144.327500', '203144.787500', '203145.247500', '203145.707500', '203146.167500', '203146.627500', '203147.087500', '203147.547500', '203148.007500', '203148.467500', '203148.927500', '203149.387500', '203149.847500', '203150.307500', '203150.767500', '203151.227500', '203151.687500', '203152.147500', '203152.607500', '203153.067500', '203153.527500', '203153.987500', '203154.447500', '203154.907500', '203155.367500', '203155.827500', '203156.287500', '203156.747500', '203157.207500', '203157.667500', '203158.127500', '203158.587500', '203159.047500', '203159.507500', '203159.967500', '203200.427500', '203200.887500', '203201.347500', '203201.807500', '203202.267500', '203202.727500', '203203.187500', '203203.647500', '203204.107500', '203204.567500', '203205.027500', '203205.487500', '203205.947500', '203206.407500', '203206.867500', '203207.327500', '203207.787500', '203208.247500', '203208.707500', '203209.167500', '203209.627500', '203210.087500', '203210.547500', '203211.007500', '203211.467500', '203211.927500', '203212.387500', '203212.847500', '203213.307500', '203213.767500', '203214.227500', '203214.687500', '203215.147500', '203215.607500', '203216.067500', '203216.527500', '203216.987500', '203217.447500', '203217.907500', '203218.367500', '203218.827500', '203219.287500', '203219.747500', '203220.207500', '203220.667500', '203221.127500', '203221.587500', '203222.047500', '203222.507500', '203222.967500', '203223.427500', '203223.887500', '203224.347500', '203224.807500', '203225.267500', '203225.727500', '203226.187500', '203226.647500', '203227.107500', '203227.567500', '203228.027500', '203228.487500', '203228.947500', '203229.407500', '203229.867500', '203230.327500', '203230.787500', '203231.247500', '203231.707500', '203232.167500', '203232.627500', '203233.087500', '203233.547500'], 'ContentTime': ['202545.625000', '202545.628000', '202545.636000', '202545.639000', '202545.641000', '202545.644000', '202545.646000', '202545.649000', '202545.651000', '202545.654000', '202545.657000', '202545.667000', '202545.669000', '202545.672000', '202545.674000', '202545.677000', '202545.679000', '202545.682000', '202545.684000', '202545.687000', '202545.689000', '202545.692000', '202545.695000', '202545.697000', '202605.588000', '202605.591000', '202605.594000', '202605.596000', '202605.599000', '202605.632000', '202605.635000', '202605.637000', '202605.640000', '202605.642000', '202605.645000', '202605.647000', '202605.650000', '202605.652000', '202605.662000', '202605.664000', '202605.667000', '202605.669000', '202605.672000', '202605.674000', '202605.677000', '202605.681000', '202605.683000', '202605.686000', '202605.688000', '202605.691000', '202605.693000', '202605.696000', '202605.699000', '202605.701000', '202605.704000', '202605.706000', '202605.709000', '202605.711000', '202605.714000', '202605.717000', '202605.719000', '202605.722000', '202605.724000', '202605.727000', '202605.729000', '202605.732000', '202605.735000', '202625.588000', '202625.591000', '202625.594000', '202625.596000', '202625.599000', '202625.602000', '202625.604000', '202625.607000', '202625.609000', '202625.612000', '202625.614000', '202625.617000', '202625.619000', '202625.622000', '202625.624000', '202625.627000', '202625.629000', '202625.632000', '202625.635000', '202625.637000', '202625.640000', '202625.642000', '202625.645000', '202625.647000', '202625.650000', '202625.653000', '202625.655000', '202625.658000', '202625.660000', '202625.663000', '202625.665000', '202625.668000', '202625.671000', '202625.673000', '202625.676000', '202625.678000', '202625.681000', '202625.683000', '202625.686000', '202625.688000', '202625.691000', '202625.693000', '202625.696000', '202625.699000', '202645.588000', '202645.591000', '202645.594000', '202645.597000', '202645.599000', '202645.602000', '202645.604000', '202645.607000', '202645.609000', '202645.612000', '202645.614000', '202645.617000', '202645.620000', '202645.622000', '202645.625000', '202645.627000', '202645.630000', '202645.633000', '202645.635000', '202645.638000', '202645.640000', '202645.643000', '202645.645000', '202645.648000', '202645.650000', '202645.653000', '202645.655000', '202645.658000', '202645.661000', '202645.663000', '202645.666000', '202645.668000', '202645.671000', '202645.674000', '202645.676000', '202645.679000', '202645.681000', '202645.684000', '202645.687000', '202645.689000', '202645.692000', '202645.694000', '202645.697000', '202705.588000', '202705.590000', '202705.593000', '202705.596000', '202705.598000', '202705.601000', '202705.603000', '202705.606000', '202705.608000', '202705.611000', '202705.614000', '202705.616000', '202705.619000', '202705.621000', '202705.624000', '202705.626000', '202705.629000', '202705.632000', '202705.634000', '202705.637000', '202705.639000', '202705.642000', '202705.644000', '202705.647000', '202705.650000', '202705.652000', '202705.655000', '202705.657000', '202705.660000', '202705.662000', '202705.665000', '202705.668000', '202705.670000', '202705.673000', '202705.675000', '202705.678000', '202705.681000', '202705.683000', '202705.686000', '202705.688000', '202705.691000', '202705.694000', '202705.696000', '202705.699000', '202725.587000', '202725.590000', '202725.593000', '202725.595000', '202725.598000', '202725.601000', '202725.603000', '202725.606000', '202725.608000', '202725.611000', '202725.614000', '202725.616000', '202725.619000', '202725.621000', '202725.624000', '202725.626000', '202725.629000', '202725.632000', '202725.634000', '202725.637000', '202725.639000', '202725.642000', '202725.644000', '202725.647000', '202725.649000', '202725.652000', '202725.654000', '202725.657000', '202725.660000', '202725.662000', '202725.665000', '202725.667000', '202725.670000', '202725.673000', '202725.675000', '202725.678000', '202725.681000', '202725.684000', '202725.687000', '202725.690000', '202725.692000', '202725.695000', '202725.698000', '202745.587000', '202745.590000', '202745.593000', '202745.595000', '202745.598000', '202745.601000', '202745.603000', '202745.606000', '202745.608000', '202745.611000', '202745.613000', '202745.616000', '202745.618000', '202745.621000', '202745.624000', '202745.626000', '202745.629000', '202745.631000', '202745.634000', '202745.637000', '202745.639000', '202745.642000', '202745.644000', '202745.647000', '202745.649000', '202745.652000', '202745.654000', '202745.657000', '202745.660000', '202745.662000', '202745.665000', '202745.667000', '202745.670000', '202745.673000', '202745.675000', '202745.678000', '202745.680000', '202745.683000', '202745.685000', '202745.688000', '202745.690000', '202745.693000', '202745.696000', '202745.698000', '202805.589000', '202805.591000', '202805.594000', '202805.597000', '202805.599000', '202805.602000', '202805.604000', '202805.607000', '202805.609000', '202805.612000', '202805.615000', '202805.617000', '202805.620000', '202805.622000', '202805.625000', '202805.628000', '202805.630000', '202805.633000', '202805.635000', '202805.638000', '202805.641000', '202805.643000', '202805.646000', '202805.648000', '202805.651000', '202805.653000', '202805.656000', '202805.659000', '202805.661000', '202805.664000', '202805.666000', '202805.669000', '202805.671000', '202805.674000', '202805.676000', '202805.679000', '202805.682000', '202805.684000', '202805.687000', '202805.689000', '202805.692000', '202805.694000', '202805.697000', '202825.588000', '202825.591000', '202825.594000', '202825.597000', '202825.599000', '202825.602000', '202825.604000', '202825.607000', '202825.609000', '202825.612000', '202825.615000', '202825.617000', '202825.620000', '202825.622000', '202825.625000', '202825.628000', '202825.630000', '202825.633000', '202825.635000', '202825.638000', '202825.641000', '202825.643000', '202825.646000', '202825.648000', '202825.651000', '202825.654000', '202825.656000', '202825.659000', '202825.661000', '202825.664000', '202825.667000', '202825.669000', '202825.672000', '202825.674000', '202825.677000', '202825.679000', '202825.682000', '202825.685000', '202825.687000', '202825.690000', '202825.693000', '202825.695000', '202825.698000', '202825.700000', '202845.588000', '202845.591000', '202845.594000', '202845.596000', '202845.599000', '202845.602000', '202845.604000', '202845.607000', '202845.610000', '202845.612000', '202845.615000', '202845.617000', '202845.620000', '202845.623000', '202845.625000', '202845.628000', '202845.630000', '202845.633000', '202845.635000', '202845.638000', '202845.641000', '202845.643000', '202845.646000', '202845.649000', '202845.651000', '202845.654000', '202845.656000', '202845.659000', '202845.662000', '202845.664000', '202845.667000', '202845.669000', '202845.672000', '202845.674000', '202845.677000', '202845.680000', '202845.682000', '202845.685000', '202845.695000', '202845.698000', '202845.700000', '202845.703000', '202845.705000', '202905.588000', '202905.591000', '202905.594000', '202905.596000', '202905.599000', '202905.602000', '202905.604000', '202905.607000', '202905.609000', '202905.612000', '202905.615000', '202905.617000', '202905.620000', '202905.622000', '202905.627000', '202905.630000', '202905.633000', '202905.635000', '202905.638000', '202905.640000', '202905.643000', '202905.645000', '202905.648000', '202905.651000', '202905.653000', '202905.656000', '202905.658000', '202905.661000', '202905.664000', '202905.666000', '202905.669000', '202905.671000', '202905.674000', '202905.676000', '202905.679000', '202905.682000', '202905.684000', '202905.687000', '202905.689000', '202905.692000', '202905.694000', '202905.697000', '202905.700000', '202905.702000', '202925.587000', '202925.590000', '202925.593000', '202925.596000', '202925.598000', '202925.601000', '202925.603000', '202925.606000', '202925.609000', '202925.611000', '202925.614000', '202925.616000', '202925.619000', '202925.622000', '202925.624000', '202925.627000', '202925.629000', '202925.632000', '202925.634000', '202925.637000', '202925.640000', '202925.642000', '202925.645000', '202925.648000', '202925.650000', '202925.653000', '202925.655000', '202925.658000', '202925.660000', '202925.663000', '202925.666000', '202925.668000', '202925.671000', '202925.673000', '202925.676000', '202925.678000', '202925.681000', '202925.684000', '202925.686000', '202925.689000', '202925.691000', '202925.694000', '202925.696000', '202945.588000', '202945.590000', '202945.593000', '202945.596000', '202945.598000', '202945.601000', '202945.604000', '202945.606000', '202945.609000', '202945.612000', '202945.614000', '202945.617000', '202945.620000', '202945.623000', '202945.626000', '202945.629000', '202945.632000', '202945.634000', '202945.637000', '202945.639000', '202945.642000', '202945.645000', '202945.648000', '202945.650000', '202945.653000', '202945.655000', '202945.658000', '202945.660000', '202945.663000', '202945.666000', '202945.668000', '202945.671000', '202945.673000', '202945.676000', '202945.678000', '202945.681000', '202945.684000', '202945.686000', '202945.689000', '202945.691000', '202945.694000', '202945.696000', '202945.699000', '203005.588000', '203005.590000', '203005.593000', '203005.596000', '203005.598000', '203005.601000', '203005.603000', '203005.606000', '203005.609000', '203005.611000', '203005.614000', '203005.616000', '203005.619000', '203005.622000', '203005.624000', '203005.627000', '203005.629000', '203005.632000', '203005.634000', '203005.637000', '203005.640000', '203005.642000', '203005.645000', '203005.647000', '203005.650000', '203005.652000', '203005.655000', '203005.658000', '203005.660000', '203005.663000', '203005.665000', '203005.668000', '203005.670000', '203005.673000', '203005.676000', '203005.678000', '203005.681000', '203005.683000', '203005.686000', '203005.688000', '203005.691000', '203005.694000', '203005.696000', '203005.699000', '203025.588000', '203025.591000', '203025.594000', '203025.596000', '203025.599000', '203025.602000', '203025.618000', '203025.621000', '203025.624000', '203025.626000', '203025.629000', '203025.631000', '203025.634000', '203025.636000', '203025.639000', '203025.642000', '203025.644000', '203025.647000', '203025.649000', '203025.652000', '203025.655000', '203025.657000', '203025.660000', '203025.662000', '203025.665000', '203025.668000', '203025.670000', '203025.673000', '203025.675000', '203025.678000', '203025.681000', '203025.683000', '203025.686000', '203025.688000', '203025.691000', '203025.694000', '203025.696000', '203025.699000', '203025.701000', '203025.704000', '203025.707000', '203025.709000', '203025.712000', '203025.714000', '203045.588000', '203045.591000', '203045.594000', '203045.597000', '203045.599000', '203045.602000', '203045.605000', '203045.607000', '203045.610000', '203045.612000', '203045.615000', '203045.617000', '203045.620000', '203045.623000', '203045.625000', '203045.628000', '203045.630000', '203045.633000', '203045.635000', '203045.638000', '203045.641000', '203045.643000', '203045.646000', '203045.649000', '203045.651000', '203045.654000', '203045.656000', '203045.659000', '203045.662000', '203045.664000', '203045.667000', '203045.669000', '203045.672000', '203045.675000', '203045.677000', '203045.680000', '203045.682000', '203045.685000', '203045.688000', '203045.690000', '203045.693000', '203045.695000', '203045.698000', '203105.589000', '203105.591000', '203105.594000', '203105.597000', '203105.601000', '203105.603000', '203105.606000', '203105.608000', '203105.611000', '203105.614000', '203105.616000', '203105.619000', '203105.622000', '203105.624000', '203105.627000', '203105.629000', '203105.632000', '203105.634000', '203105.637000', '203105.640000', '203105.642000', '203105.645000', '203105.647000', '203105.650000', '203105.653000', '203105.655000', '203105.658000', '203105.660000', '203105.663000', '203105.666000', '203105.669000', '203105.672000', '203105.675000', '203105.677000', '203105.697000', '203105.700000', '203105.702000', '203105.705000', '203105.708000', '203105.710000', '203105.713000', '203105.715000', '203105.718000', '203125.588000', '203125.591000', '203125.594000', '203125.596000', '203125.599000', '203125.602000', '203125.604000', '203125.607000', '203125.609000', '203125.612000', '203125.615000', '203125.617000', '203125.620000', '203125.622000', '203125.625000', '203125.627000', '203125.630000', '203125.632000', '203125.635000', '203125.638000', '203125.640000', '203125.643000', '203125.645000', '203125.648000', '203125.651000', '203125.653000', '203125.656000', '203125.658000', '203125.661000', '203125.664000', '203125.666000', '203125.669000', '203125.671000', '203125.674000', '203125.677000', '203125.679000', '203125.682000', '203125.684000', '203125.687000', '203125.689000', '203125.692000', '203125.694000', '203125.697000', '203125.700000', '203145.588000', '203145.591000', '203145.593000', '203145.596000', '203145.599000', '203145.601000', '203145.604000', '203145.606000', '203145.609000', '203145.611000', '203145.614000', '203145.617000', '203145.619000', '203145.622000', '203145.624000', '203145.627000', '203145.630000', '203145.643000', '203145.646000', '203145.648000', '203145.651000', '203145.653000', '203145.656000', '203145.659000', '203145.661000', '203145.664000', '203145.666000', '203145.669000', '203145.671000', '203145.674000', '203145.677000', '203145.679000', '203145.682000', '203145.684000', '203145.687000', '203145.690000', '203145.692000', '203145.695000', '203145.697000', '203145.700000', '203145.702000', '203145.705000', '203145.707000', '203205.587000', '203205.590000', '203205.593000', '203205.596000', '203205.598000', '203205.601000', '203205.603000', '203205.606000', '203205.608000', '203205.611000', '203205.614000', '203205.616000', '203205.619000', '203205.621000', '203205.624000', '203205.626000', '203205.629000', '203205.632000', '203205.634000', '203205.637000', '203205.640000', '203205.642000', '203205.645000', '203205.648000', '203205.650000', '203205.653000', '203205.655000', '203205.658000', '203205.661000', '203205.663000', '203205.666000', '203205.669000', '203205.671000', '203205.674000', '203205.676000', '203205.679000', '203205.682000', '203205.684000', '203205.687000', '203205.689000', '203205.692000', '203205.694000', '203205.697000', '203205.700000', '203225.588000', '203225.591000', '203225.594000', '203225.596000', '203225.599000', '203225.601000', '203225.604000', '203225.607000', '203225.609000', '203225.612000', '203225.614000', '203225.617000', '203225.619000', '203225.622000', '203225.625000', '203225.627000', '203225.630000', '203225.632000', '203225.635000', '203225.638000', '203225.641000', '203225.644000', '203225.646000', '203225.649000', '203225.651000', '203225.654000', '203225.657000', '203225.659000', '203225.662000', '203225.665000', '203225.667000', '203225.670000', '203225.672000', '203225.675000', '203225.678000', '203225.680000', '203225.683000', '203225.685000', '203225.688000', '203225.690000', '203225.693000', '203225.695000', '203225.698000', '203234.800000', '203234.803000', '203234.806000', '203234.809000', '203234.811000', '203234.814000', '203234.816000', '203234.819000', '203234.822000', '203234.824000', '203234.827000', '203234.829000', '203234.832000', '203234.834000', '203234.837000', '203234.840000', '203234.842000', '203234.845000', '203234.848000', '203234.850000', '203234.853000'], 'InstanceCreationTime': ['202545.625000', '202545.628000', '202545.636000', '202545.639000', '202545.641000', '202545.644000', '202545.646000', '202545.649000', '202545.651000', '202545.654000', '202545.657000', '202545.667000', '202545.669000', '202545.672000', '202545.674000', '202545.677000', '202545.679000', '202545.682000', '202545.684000', '202545.687000', '202545.689000', '202545.692000', '202545.695000', '202545.697000', '202605.588000', '202605.591000', '202605.594000', '202605.596000', '202605.599000', '202605.632000', '202605.635000', '202605.637000', '202605.640000', '202605.642000', '202605.645000', '202605.647000', '202605.650000', '202605.652000', '202605.662000', '202605.664000', '202605.667000', '202605.669000', '202605.672000', '202605.674000', '202605.677000', '202605.681000', '202605.683000', '202605.686000', '202605.688000', '202605.691000', '202605.693000', '202605.696000', '202605.699000', '202605.701000', '202605.704000', '202605.706000', '202605.709000', '202605.711000', '202605.714000', '202605.717000', '202605.719000', '202605.722000', '202605.724000', '202605.727000', '202605.729000', '202605.732000', '202605.735000', '202625.588000', '202625.591000', '202625.594000', '202625.596000', '202625.599000', '202625.602000', '202625.604000', '202625.607000', '202625.609000', '202625.612000', '202625.614000', '202625.617000', '202625.619000', '202625.622000', '202625.624000', '202625.627000', '202625.629000', '202625.632000', '202625.635000', '202625.637000', '202625.640000', '202625.642000', '202625.645000', '202625.647000', '202625.650000', '202625.653000', '202625.655000', '202625.658000', '202625.660000', '202625.663000', '202625.665000', '202625.668000', '202625.671000', '202625.673000', '202625.676000', '202625.678000', '202625.681000', '202625.683000', '202625.686000', '202625.688000', '202625.691000', '202625.693000', '202625.696000', '202625.699000', '202645.588000', '202645.591000', '202645.594000', '202645.597000', '202645.599000', '202645.602000', '202645.604000', '202645.607000', '202645.609000', '202645.612000', '202645.614000', '202645.617000', '202645.620000', '202645.622000', '202645.625000', '202645.627000', '202645.630000', '202645.633000', '202645.635000', '202645.638000', '202645.640000', '202645.643000', '202645.645000', '202645.648000', '202645.650000', '202645.653000', '202645.655000', '202645.658000', '202645.661000', '202645.663000', '202645.666000', '202645.668000', '202645.671000', '202645.674000', '202645.676000', '202645.679000', '202645.681000', '202645.684000', '202645.687000', '202645.689000', '202645.692000', '202645.694000', '202645.697000', '202705.588000', '202705.590000', '202705.593000', '202705.596000', '202705.598000', '202705.601000', '202705.603000', '202705.606000', '202705.608000', '202705.611000', '202705.614000', '202705.616000', '202705.619000', '202705.621000', '202705.624000', '202705.626000', '202705.629000', '202705.632000', '202705.634000', '202705.637000', '202705.639000', '202705.642000', '202705.644000', '202705.647000', '202705.650000', '202705.652000', '202705.655000', '202705.657000', '202705.660000', '202705.662000', '202705.665000', '202705.668000', '202705.670000', '202705.673000', '202705.675000', '202705.678000', '202705.681000', '202705.683000', '202705.686000', '202705.688000', '202705.691000', '202705.694000', '202705.696000', '202705.699000', '202725.587000', '202725.590000', '202725.593000', '202725.595000', '202725.598000', '202725.601000', '202725.603000', '202725.606000', '202725.608000', '202725.611000', '202725.614000', '202725.616000', '202725.619000', '202725.621000', '202725.624000', '202725.626000', '202725.629000', '202725.632000', '202725.634000', '202725.637000', '202725.639000', '202725.642000', '202725.644000', '202725.647000', '202725.649000', '202725.652000', '202725.654000', '202725.657000', '202725.660000', '202725.662000', '202725.665000', '202725.667000', '202725.670000', '202725.673000', '202725.675000', '202725.678000', '202725.681000', '202725.684000', '202725.687000', '202725.690000', '202725.692000', '202725.695000', '202725.698000', '202745.587000', '202745.590000', '202745.593000', '202745.595000', '202745.598000', '202745.601000', '202745.603000', '202745.606000', '202745.608000', '202745.611000', '202745.613000', '202745.616000', '202745.618000', '202745.621000', '202745.624000', '202745.626000', '202745.629000', '202745.631000', '202745.634000', '202745.637000', '202745.639000', '202745.642000', '202745.644000', '202745.647000', '202745.649000', '202745.652000', '202745.654000', '202745.657000', '202745.660000', '202745.662000', '202745.665000', '202745.667000', '202745.670000', '202745.673000', '202745.675000', '202745.678000', '202745.680000', '202745.683000', '202745.685000', '202745.688000', '202745.690000', '202745.693000', '202745.696000', '202745.698000', '202805.589000', '202805.591000', '202805.594000', '202805.597000', '202805.599000', '202805.602000', '202805.604000', '202805.607000', '202805.609000', '202805.612000', '202805.615000', '202805.617000', '202805.620000', '202805.622000', '202805.625000', '202805.628000', '202805.630000', '202805.633000', '202805.635000', '202805.638000', '202805.641000', '202805.643000', '202805.646000', '202805.648000', '202805.651000', '202805.653000', '202805.656000', '202805.659000', '202805.661000', '202805.664000', '202805.666000', '202805.669000', '202805.671000', '202805.674000', '202805.676000', '202805.679000', '202805.682000', '202805.684000', '202805.687000', '202805.689000', '202805.692000', '202805.694000', '202805.697000', '202825.588000', '202825.591000', '202825.594000', '202825.597000', '202825.599000', '202825.602000', '202825.604000', '202825.607000', '202825.609000', '202825.612000', '202825.615000', '202825.617000', '202825.620000', '202825.622000', '202825.625000', '202825.628000', '202825.630000', '202825.633000', '202825.635000', '202825.638000', '202825.641000', '202825.643000', '202825.646000', '202825.648000', '202825.651000', '202825.654000', '202825.656000', '202825.659000', '202825.661000', '202825.664000', '202825.667000', '202825.669000', '202825.672000', '202825.674000', '202825.677000', '202825.679000', '202825.682000', '202825.685000', '202825.687000', '202825.690000', '202825.693000', '202825.695000', '202825.698000', '202825.700000', '202845.588000', '202845.591000', '202845.594000', '202845.596000', '202845.599000', '202845.602000', '202845.604000', '202845.607000', '202845.610000', '202845.612000', '202845.615000', '202845.617000', '202845.620000', '202845.623000', '202845.625000', '202845.628000', '202845.630000', '202845.633000', '202845.635000', '202845.638000', '202845.641000', '202845.643000', '202845.646000', '202845.649000', '202845.651000', '202845.654000', '202845.656000', '202845.659000', '202845.662000', '202845.664000', '202845.667000', '202845.669000', '202845.672000', '202845.674000', '202845.677000', '202845.680000', '202845.682000', '202845.685000', '202845.695000', '202845.698000', '202845.700000', '202845.703000', '202845.705000', '202905.588000', '202905.591000', '202905.594000', '202905.596000', '202905.599000', '202905.602000', '202905.604000', '202905.607000', '202905.609000', '202905.612000', '202905.615000', '202905.617000', '202905.620000', '202905.622000', '202905.627000', '202905.630000', '202905.633000', '202905.635000', '202905.638000', '202905.640000', '202905.643000', '202905.645000', '202905.648000', '202905.651000', '202905.653000', '202905.656000', '202905.658000', '202905.661000', '202905.664000', '202905.666000', '202905.669000', '202905.671000', '202905.674000', '202905.676000', '202905.679000', '202905.682000', '202905.684000', '202905.687000', '202905.689000', '202905.692000', '202905.694000', '202905.697000', '202905.700000', '202905.702000', '202925.587000', '202925.590000', '202925.593000', '202925.596000', '202925.598000', '202925.601000', '202925.603000', '202925.606000', '202925.609000', '202925.611000', '202925.614000', '202925.616000', '202925.619000', '202925.622000', '202925.624000', '202925.627000', '202925.629000', '202925.632000', '202925.634000', '202925.637000', '202925.640000', '202925.642000', '202925.645000', '202925.648000', '202925.650000', '202925.653000', '202925.655000', '202925.658000', '202925.660000', '202925.663000', '202925.666000', '202925.668000', '202925.671000', '202925.673000', '202925.676000', '202925.678000', '202925.681000', '202925.684000', '202925.686000', '202925.689000', '202925.691000', '202925.694000', '202925.696000', '202945.588000', '202945.590000', '202945.593000', '202945.596000', '202945.598000', '202945.601000', '202945.604000', '202945.606000', '202945.609000', '202945.612000', '202945.614000', '202945.617000', '202945.620000', '202945.623000', '202945.626000', '202945.629000', '202945.632000', '202945.634000', '202945.637000', '202945.639000', '202945.642000', '202945.645000', '202945.648000', '202945.650000', '202945.653000', '202945.655000', '202945.658000', '202945.660000', '202945.663000', '202945.666000', '202945.668000', '202945.671000', '202945.673000', '202945.676000', '202945.678000', '202945.681000', '202945.684000', '202945.686000', '202945.689000', '202945.691000', '202945.694000', '202945.696000', '202945.699000', '203005.588000', '203005.590000', '203005.593000', '203005.596000', '203005.598000', '203005.601000', '203005.603000', '203005.606000', '203005.609000', '203005.611000', '203005.614000', '203005.616000', '203005.619000', '203005.622000', '203005.624000', '203005.627000', '203005.629000', '203005.632000', '203005.634000', '203005.637000', '203005.640000', '203005.642000', '203005.645000', '203005.647000', '203005.650000', '203005.652000', '203005.655000', '203005.658000', '203005.660000', '203005.663000', '203005.665000', '203005.668000', '203005.670000', '203005.673000', '203005.676000', '203005.678000', '203005.681000', '203005.683000', '203005.686000', '203005.688000', '203005.691000', '203005.694000', '203005.696000', '203005.699000', '203025.588000', '203025.591000', '203025.594000', '203025.596000', '203025.599000', '203025.602000', '203025.618000', '203025.621000', '203025.624000', '203025.626000', '203025.629000', '203025.631000', '203025.634000', '203025.636000', '203025.639000', '203025.642000', '203025.644000', '203025.647000', '203025.649000', '203025.652000', '203025.655000', '203025.657000', '203025.660000', '203025.662000', '203025.665000', '203025.668000', '203025.670000', '203025.673000', '203025.675000', '203025.678000', '203025.681000', '203025.683000', '203025.686000', '203025.688000', '203025.691000', '203025.694000', '203025.696000', '203025.699000', '203025.701000', '203025.704000', '203025.707000', '203025.709000', '203025.712000', '203025.714000', '203045.588000', '203045.591000', '203045.594000', '203045.597000', '203045.599000', '203045.602000', '203045.605000', '203045.607000', '203045.610000', '203045.612000', '203045.615000', '203045.617000', '203045.620000', '203045.623000', '203045.625000', '203045.628000', '203045.630000', '203045.633000', '203045.635000', '203045.638000', '203045.641000', '203045.643000', '203045.646000', '203045.649000', '203045.651000', '203045.654000', '203045.656000', '203045.659000', '203045.662000', '203045.664000', '203045.667000', '203045.669000', '203045.672000', '203045.675000', '203045.677000', '203045.680000', '203045.682000', '203045.685000', '203045.688000', '203045.690000', '203045.693000', '203045.695000', '203045.698000', '203105.589000', '203105.591000', '203105.594000', '203105.597000', '203105.601000', '203105.603000', '203105.606000', '203105.608000', '203105.611000', '203105.614000', '203105.616000', '203105.619000', '203105.622000', '203105.624000', '203105.627000', '203105.629000', '203105.632000', '203105.634000', '203105.637000', '203105.640000', '203105.642000', '203105.645000', '203105.647000', '203105.650000', '203105.653000', '203105.655000', '203105.658000', '203105.660000', '203105.663000', '203105.666000', '203105.669000', '203105.672000', '203105.675000', '203105.677000', '203105.697000', '203105.700000', '203105.702000', '203105.705000', '203105.708000', '203105.710000', '203105.713000', '203105.715000', '203105.718000', '203125.588000', '203125.591000', '203125.594000', '203125.596000', '203125.599000', '203125.602000', '203125.604000', '203125.607000', '203125.609000', '203125.612000', '203125.615000', '203125.617000', '203125.620000', '203125.622000', '203125.625000', '203125.627000', '203125.630000', '203125.632000', '203125.635000', '203125.638000', '203125.640000', '203125.643000', '203125.645000', '203125.648000', '203125.651000', '203125.653000', '203125.656000', '203125.658000', '203125.661000', '203125.664000', '203125.666000', '203125.669000', '203125.671000', '203125.674000', '203125.677000', '203125.679000', '203125.682000', '203125.684000', '203125.687000', '203125.689000', '203125.692000', '203125.694000', '203125.697000', '203125.700000', '203145.588000', '203145.591000', '203145.593000', '203145.596000', '203145.599000', '203145.601000', '203145.604000', '203145.606000', '203145.609000', '203145.611000', '203145.614000', '203145.617000', '203145.619000', '203145.622000', '203145.624000', '203145.627000', '203145.630000', '203145.643000', '203145.646000', '203145.648000', '203145.651000', '203145.653000', '203145.656000', '203145.659000', '203145.661000', '203145.664000', '203145.666000', '203145.669000', '203145.671000', '203145.674000', '203145.677000', '203145.679000', '203145.682000', '203145.684000', '203145.687000', '203145.690000', '203145.692000', '203145.695000', '203145.697000', '203145.700000', '203145.702000', '203145.705000', '203145.707000', '203205.587000', '203205.590000', '203205.593000', '203205.596000', '203205.598000', '203205.601000', '203205.603000', '203205.606000', '203205.608000', '203205.611000', '203205.614000', '203205.616000', '203205.619000', '203205.621000', '203205.624000', '203205.626000', '203205.629000', '203205.632000', '203205.634000', '203205.637000', '203205.640000', '203205.642000', '203205.645000', '203205.648000', '203205.650000', '203205.653000', '203205.655000', '203205.658000', '203205.661000', '203205.663000', '203205.666000', '203205.669000', '203205.671000', '203205.674000', '203205.676000', '203205.679000', '203205.682000', '203205.684000', '203205.687000', '203205.689000', '203205.692000', '203205.694000', '203205.697000', '203205.700000', '203225.588000', '203225.591000', '203225.594000', '203225.596000', '203225.599000', '203225.601000', '203225.604000', '203225.607000', '203225.609000', '203225.612000', '203225.614000', '203225.617000', '203225.619000', '203225.622000', '203225.625000', '203225.627000', '203225.630000', '203225.632000', '203225.635000', '203225.638000', '203225.641000', '203225.644000', '203225.646000', '203225.649000', '203225.651000', '203225.654000', '203225.657000', '203225.659000', '203225.662000', '203225.665000', '203225.667000', '203225.670000', '203225.672000', '203225.675000', '203225.678000', '203225.680000', '203225.683000', '203225.685000', '203225.688000', '203225.690000', '203225.693000', '203225.695000', '203225.698000', '203234.800000', '203234.803000', '203234.806000', '203234.809000', '203234.811000', '203234.814000', '203234.816000', '203234.819000', '203234.822000', '203234.824000', '203234.827000', '203234.829000', '203234.832000', '203234.834000', '203234.837000', '203234.840000', '203234.842000', '203234.845000', '203234.848000', '203234.850000', '203234.853000'], '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': [7950, 8529, 8145, 8266, 8166, 8143, 8277, 7580, 7987, 8534, 7703, 8253, 8327, 7510, 8291, 7622, 7603, 8477, 8476, 7822, 8799, 8030, 8092, 8236, 7920, 8211, 8668, 8020, 8537, 8104, 7944, 8638, 9078, 8143, 7739, 7738, 8366, 8135, 8191, 8483, 8139, 8126, 8883, 8899, 8001, 8030, 7740, 8343, 7944, 7715, 8618, 8154, 8061, 8878, 8812, 8270, 8903, 10703, 8240, 8682, 10834, 8517, 8628, 8917, 8185, 7846, 7572, 8290, 7727, 7776, 8361, 9543, 8655, 7689, 8034, 8004, 8000, 8735, 9722, 8046, 8585, 8908, 8009, 8704, 10462, 8192, 7870, 7657, 8278, 7620, 7628, 8745, 8015, 7841, 8657, 7473, 7928, 8792, 8387, 8460, 8018, 7725, 8096, 7600, 7809, 8537, 7683, 8120, 8842, 7729, 8296, 7552, 8029, 8631, 8089, 7957, 8693, 8127, 8456, 7513, 8097, 8759, 8509, 8025, 8609, 8292, 8188, 7477, 7610, 8465, 8356, 8176, 8637, 8188, 8334, 8328, 7462, 8537, 8124, 7899, 8721, 8062, 8188, 8621, 8668, 8426, 8087, 8067, 8506, 7478, 8513, 7927, 7766, 8437, 8053, 7879, 8549, 7785, 8313, 8644, 9014, 8095, 8865, 7917, 8555, 7645, 7872, 8554, 8189, 7970, 8649, 7801, 8559, 7724, 6821, 8298, 7891, 7886, 8508, 7948, 8160, 8918, 8388, 8303, 8732, 8187, 8456, 7990, 7290, 8415, 7955, 7893, 8502, 7451, 8214, 8822, 7304, 8392, 7785, 7948, 8952, 7785, 8162, 8586, 8061, 8112, 7724, 7842, 8687, 8079, 8460, 8940, 9268, 8473, 7844, 7816, 8649, 8386, 8053, 8803, 7979, 8026, 8594, 7338, 8276, 8091, 8150, 8534, 8225, 7929, 8737, 8402, 7973, 8872, 7819, 8186, 7573, 7854, 8710, 8277, 7938, 8771, 7956, 8501, 7904, 7270, 8483, 8298, 7955, 8579, 7815, 8362, 8531, 8166, 8432, 8328, 7869, 8962, 8076, 8796, 8327, 7467, 8760, 7541, 8253, 7671, 7899, 8958, 7567, 8221, 8067, 8605, 9568, 10084, 8481, 8102, 8482, 7793, 8419, 9028, 11552, 8158, 8976, 9528, 8416, 8753, 9212, 8857, 8196, 7024, 8799, 8128, 7410, 8793, 8094, 8617, 8982, 8453, 8583, 7892, 7703, 8939, 8294, 7777, 8902, 8523, 8507, 8823, 9255, 8761, 8323, 8174, 8918, 8297, 8158, 8926, 8727, 8525, 8820, 8736, 8500, 8119, 7637, 8647, 7974, 8248, 9063, 8739, 8708, 7991, 7560, 8679, 8144, 8367, 8172, 7890, 7860, 7662, 7961, 8521, 9180, 8578, 9507, 8758, 9260, 8444, 8313, 8526, 8718, 10249, 8524, 8422, 9672, 9006, 11876, 7952, 6974, 9405, 9595, 10829, 9598, 9561, 12312, 9746, 8847, 8623, 9853, 8748, 9150, 9898, 8840, 9664, 9903, 9147, 9833, 9844, 8562, 10075, 9134, 8892, 10032, 8074, 9831, 10176, 8762, 10070, 9019, 8160, 9946, 8894, 9676, 10128, 8854, 9333, 8784, 8492, 9897, 7700, 8441, 9292, 9370, 7559, 9347, 8510, 9384, 9926, 11238, 8784, 9708, 9120, 8707, 10009, 8659, 9094, 9570, 9317, 9726, 8968, 7698, 9811, 9108, 8774, 9718, 8494, 9776, 10063, 10544, 9732, 9457, 8884, 9664, 9095, 8647, 9698, 8138, 9574, 9986, 8537, 9719, 9007, 7693, 9887, 8755, 8877, 9209, 8812, 9006, 8673, 8046, 9817, 8378, 8960, 8241, 8249, 8233, 7956, 8875, 7134, 8837, 8759, 8656, 9498, 8933, 8528, 9215, 10087, 8871, 8732, 7005, 9170, 8826, 8297, 9195, 8544, 9213, 8538, 7519, 9221, 8618, 7718, 8869, 8383, 8178, 9488, 8328, 8834, 8445, 7337, 8952, 8018, 8076, 9507, 8276, 8786, 8861, 8487, 8929, 8259, 7736, 9442, 8849, 8505, 9443, 8698, 8913, 9314, 9061, 9087, 8403, 7930, 9490, 8878, 8107, 9184, 8298, 8911, 8376, 7246, 9285, 8775, 8021, 8730, 9201, 9131, 8086, 8531, 9209, 8071, 8151, 7968, 8580, 7723, 9391, 11149, 10671, 9118, 8489, 9061, 8380, 8306, 8109, 9165, 8864, 8779, 9083, 9782, 8971, 8088, 7045, 9102, 8690, 7975, 8687, 8008, 8004, 8661, 9128, 9517, 7904, 8760, 9348, 9930, 8495, 8200, 7615, 9182, 8869, 7981, 9063, 8716, 8609, 9235, 8699, 9207, 8615, 7613, 8886, 8874, 8595, 9235, 9144, 9042, 8503, 7759, 8978, 8241, 8423, 9474, 8790, 8871, 8222, 7671, 8991, 7868, 9015, 8411, 7189, 8975, 8721, 8130, 9187, 8703, 8966, 8234, 8146, 8661, 7951, 7816, 9028, 8113, 9085, 8419, 8365, 8710, 8899, 8085, 8856, 8660, 8865, 8654, 8500, 8812, 8480, 8282, 8602, 8099, 8917, 8189, 7955, 8885, 9016, 8431, 8277, 8125, 8709, 8232, 8303, 8735, 9012, 8801, 8222, 7908, 9033, 8290, 8315, 9472, 8401, 8219, 9423, 8707, 6829, 8646, 6985, 8841, 8765, 11389, 8712, 8586, 7835, 8716, 8783, 8237, 8912, 9575, 8090, 8755, 9195, 8529, 7952, 7847, 8738, 8337, 8251, 8776, 9104, 8072, 8562, 8877, 9075, 8068, 8582, 8532, 8487, 8344, 8746, 8395, 8274, 8319, 7418, 8545, 8207, 8503, 8959, 8262, 8320, 8792, 8182, 8613, 8619, 8543, 8849, 8591, 8135, 8492, 7833, 8604, 8823, 8208, 8654, 9304, 7951, 8964, 9211, 8104, 8429, 7775, 8557, 8487, 7701, 8685, 9243, 8571, 8051, 8524, 8608, 8441, 7944, 8710, 9639, 8659, 8074, 8200, 8576, 8561, 8230, 8538, 8455, 8548, 8115, 8317, 8982, 8490, 9496, 8946, 8745, 8142, 7628, 8574, 7951, 8894, 11169, 8488, 9397, 10359, 7921, 9348, 7900, 8815, 9394, 8538, 9297, 13570, 8839, 9697, 7848, 8610, 9066, 9266, 8900, 9006, 8293, 8856, 9216, 10390, 9051, 9183, 9149, 9074, 9023, 9213, 9376, 8904, 8010, 9374, 8800, 9011, 9319, 9530, 9359, 8787, 8027, 9586, 8245, 9209, 9107, 8851, 9373, 9534, 8078, 9412, 9370, 9184, 9109, 8496, 9198, 9006, 8159, 9299, 9064, 8853, 8980, 9065, 9022, 8727, 8123, 9227, 7888, 9245, 8687, 8703, 9014, 9038, 8330, 9320, 9587, 9297, 9288, 8229, 9742, 7915, 9528, 7919, 9621, 7720, 9294, 10387, 11053, 9123, 9057, 10308, 9123, 8739, 10579, 8873, 9111, 8615, 8918, 8853, 7900, 8646, 9425, 9118, 8240, 8994, 8030, 10520, 9703, 8938, 13581, 8534, 9297, 9738, 9703, 9970, 9571, 12430, 9835, 9638, 9162, 9627, 9361, 9171, 9494, 8475, 8799, 9468, 8855, 9153, 9247, 8315, 9054, 8828, 9199, 8401, 7947, 8743, 8644, 8769, 7963, 8004, 8889, 9212, 8467, 9068, 10402, 8513, 9387, 11252, 8667, 8066, 7867, 8581, 8815, 8668, 8925, 9441, 8321, 9097, 9387, 8382, 8762, 8115, 8617, 8671], 'WindowCenter': [3819.0, 3802.0, 3788.0, 3786.0, 3774.0, 3772.0, 3771.0, 3761.0, 3772.0, 3782.0, 3772.0, 3771.0, 3771.0, 3760.0, 3771.0, 3772.0, 3772.0, 3771.0, 3773.0, 3772.0, 3783.0, 3772.0, 3772.0, 3785.0, 3784.0, 3784.0, 3783.0, 3772.0, 3784.0, 3773.0, 3784.0, 3784.0, 3795.0, 3785.0, 3773.0, 3773.0, 3783.0, 3773.0, 3784.0, 3783.0, 3784.0, 3772.0, 3782.0, 3782.0, 3772.0, 3773.0, 3773.0, 3773.0, 3771.0, 3760.0, 3782.0, 3772.0, 3771.0, 3783.0, 3781.0, 3771.0, 3782.0, 3791.0, 3770.0, 3771.0, 3790.0, 3769.0, 3769.0, 3768.0, 3767.0, 3769.0, 3758.0, 3770.0, 3759.0, 3770.0, 3771.0, 3795.0, 3784.0, 3772.0, 3771.0, 3771.0, 3771.0, 3784.0, 3793.0, 3770.0, 3769.0, 3769.0, 3770.0, 3770.0, 3790.0, 3768.0, 3758.0, 3757.0, 3768.0, 3759.0, 3758.0, 3781.0, 3758.0, 3768.0, 3768.0, 3758.0, 3769.0, 3769.0, 3768.0, 3769.0, 3759.0, 3757.0, 3758.0, 3758.0, 3758.0, 3781.0, 3757.0, 3769.0, 3780.0, 3758.0, 3770.0, 3760.0, 3770.0, 3770.0, 3759.0, 3758.0, 3769.0, 3770.0, 3770.0, 3761.0, 3768.0, 3769.0, 3769.0, 3769.0, 3769.0, 3769.0, 3768.0, 3760.0, 3757.0, 3767.0, 3768.0, 3768.0, 3769.0, 3769.0, 3769.0, 3769.0, 3747.0, 3768.0, 3757.0, 3758.0, 3769.0, 3758.0, 3769.0, 3770.0, 3768.0, 3757.0, 3757.0, 3769.0, 3769.0, 3758.0, 3769.0, 3769.0, 3757.0, 3768.0, 3758.0, 3769.0, 3770.0, 3758.0, 3769.0, 3769.0, 3769.0, 3758.0, 3769.0, 3757.0, 3770.0, 3758.0, 3757.0, 3768.0, 3768.0, 3769.0, 3768.0, 3758.0, 3769.0, 3759.0, 3747.0, 3769.0, 3770.0, 3768.0, 3781.0, 3769.0, 3769.0, 3769.0, 3768.0, 3757.0, 3769.0, 3757.0, 3770.0, 3758.0, 3746.0, 3767.0, 3758.0, 3769.0, 3769.0, 3759.0, 3769.0, 3769.0, 3758.0, 3770.0, 3759.0, 3769.0, 3780.0, 3759.0, 3769.0, 3768.0, 3769.0, 3769.0, 3759.0, 3770.0, 3770.0, 3770.0, 3770.0, 3781.0, 3780.0, 3769.0, 3770.0, 3758.0, 3769.0, 3769.0, 3757.0, 3779.0, 3758.0, 3757.0, 3771.0, 3757.0, 3768.0, 3769.0, 3758.0, 3770.0, 3769.0, 3759.0, 3770.0, 3769.0, 3769.0, 3769.0, 3757.0, 3768.0, 3759.0, 3758.0, 3769.0, 3769.0, 3758.0, 3770.0, 3758.0, 3769.0, 3770.0, 3747.0, 3768.0, 3756.0, 3758.0, 3769.0, 3758.0, 3770.0, 3768.0, 3756.0, 3757.0, 3757.0, 3758.0, 3798.0, 3816.0, 3796.0, 3771.0, 3760.0, 3783.0, 3771.0, 3770.0, 3771.0, 3770.0, 3781.0, 3771.0, 3770.0, 3771.0, 3782.0, 3796.0, 3795.0, 3784.0, 3771.0, 3781.0, 3759.0, 3783.0, 3783.0, 3806.0, 3760.0, 3770.0, 3779.0, 3758.0, 3770.0, 3780.0, 3771.0, 3769.0, 3746.0, 3767.0, 3757.0, 3748.0, 3769.0, 3758.0, 3769.0, 3769.0, 3757.0, 3769.0, 3769.0, 3758.0, 3780.0, 3770.0, 3759.0, 3768.0, 3768.0, 3770.0, 3769.0, 3768.0, 3770.0, 3759.0, 3757.0, 3769.0, 3758.0, 3757.0, 3770.0, 3769.0, 3770.0, 3769.0, 3768.0, 3768.0, 3757.0, 3759.0, 3770.0, 3769.0, 3770.0, 3781.0, 3768.0, 3768.0, 3759.0, 3758.0, 3771.0, 3786.0, 3785.0, 3771.0, 3769.0, 3772.0, 3759.0, 3773.0, 3798.0, 3809.0, 3786.0, 3797.0, 3786.0, 3795.0, 3786.0, 3786.0, 3785.0, 3785.0, 3795.0, 3786.0, 3786.0, 3786.0, 3788.0, 3806.0, 3775.0, 3751.0, 3783.0, 3783.0, 3781.0, 3769.0, 3769.0, 3790.0, 3767.0, 3756.0, 3756.0, 3767.0, 3757.0, 3766.0, 3766.0, 3757.0, 3766.0, 3767.0, 3755.0, 3765.0, 3765.0, 3754.0, 3765.0, 3766.0, 3755.0, 3767.0, 3745.0, 3767.0, 3777.0, 3756.0, 3779.0, 3769.0, 3771.0, 3781.0, 3771.0, 3769.0, 3780.0, 3769.0, 3796.0, 3785.0, 3772.0, 3781.0, 3758.0, 3773.0, 3782.0, 3784.0, 3773.0, 3783.0, 3772.0, 3785.0, 3809.0, 3810.0, 3775.0, 3784.0, 3771.0, 3759.0, 3780.0, 3759.0, 3769.0, 3783.0, 3782.0, 3784.0, 3783.0, 3760.0, 3780.0, 3770.0, 3772.0, 3782.0, 3771.0, 3781.0, 3781.0, 3779.0, 3769.0, 3769.0, 3769.0, 3782.0, 3784.0, 3770.0, 3782.0, 3759.0, 3769.0, 3779.0, 3768.0, 3781.0, 3784.0, 3763.0, 3794.0, 3786.0, 3788.0, 3785.0, 3774.0, 3785.0, 3772.0, 3773.0, 3793.0, 3769.0, 3784.0, 3772.0, 3773.0, 3783.0, 3771.0, 3782.0, 3774.0, 3784.0, 3786.0, 3773.0, 3781.0, 3770.0, 3770.0, 3782.0, 3795.0, 3780.0, 3772.0, 3747.0, 3768.0, 3768.0, 3758.0, 3783.0, 3783.0, 3782.0, 3770.0, 3747.0, 3769.0, 3768.0, 3758.0, 3781.0, 3771.0, 3770.0, 3781.0, 3758.0, 3769.0, 3769.0, 3759.0, 3783.0, 3773.0, 3772.0, 3793.0, 3769.0, 3770.0, 3781.0, 3770.0, 3782.0, 3783.0, 3760.0, 3782.0, 3769.0, 3769.0, 3780.0, 3768.0, 3781.0, 3782.0, 3771.0, 3771.0, 3769.0, 3758.0, 3779.0, 3768.0, 3771.0, 3783.0, 3770.0, 3782.0, 3770.0, 3758.0, 3783.0, 3783.0, 3771.0, 3770.0, 3783.0, 3784.0, 3772.0, 3786.0, 3784.0, 3784.0, 3771.0, 3773.0, 3784.0, 3773.0, 3797.0, 3805.0, 3792.0, 3770.0, 3770.0, 3782.0, 3770.0, 3770.0, 3759.0, 3780.0, 3768.0, 3768.0, 3770.0, 3781.0, 3768.0, 3760.0, 3745.0, 3767.0, 3757.0, 3770.0, 3784.0, 3772.0, 3771.0, 3768.0, 3779.0, 3793.0, 3758.0, 3767.0, 3779.0, 3779.0, 3781.0, 3770.0, 3760.0, 3781.0, 3769.0, 3758.0, 3770.0, 3782.0, 3769.0, 3780.0, 3768.0, 3769.0, 3768.0, 3757.0, 3780.0, 3781.0, 3769.0, 3781.0, 3768.0, 3766.0, 3756.0, 3756.0, 3769.0, 3771.0, 3768.0, 3781.0, 3756.0, 3767.0, 3769.0, 3758.0, 3768.0, 3757.0, 3770.0, 3769.0, 3774.0, 3812.0, 3813.0, 3801.0, 3783.0, 3756.0, 3755.0, 3742.0, 3744.0, 3757.0, 3771.0, 3760.0, 3769.0, 3770.0, 3771.0, 3770.0, 3769.0, 3770.0, 3769.0, 3771.0, 3769.0, 3768.0, 3768.0, 3757.0, 3756.0, 3768.0, 3769.0, 3769.0, 3769.0, 3759.0, 3768.0, 3756.0, 3757.0, 3768.0, 3780.0, 3771.0, 3771.0, 3758.0, 3768.0, 3758.0, 3770.0, 3770.0, 3769.0, 3770.0, 3757.0, 3758.0, 3770.0, 3758.0, 3783.0, 3795.0, 3773.0, 3775.0, 3783.0, 3783.0, 3749.0, 3771.0, 3748.0, 3784.0, 3786.0, 3805.0, 3771.0, 3771.0, 3758.0, 3770.0, 3769.0, 3771.0, 3771.0, 3781.0, 3759.0, 3769.0, 3768.0, 3758.0, 3759.0, 3770.0, 3769.0, 3770.0, 3758.0, 3768.0, 3768.0, 3758.0, 3771.0, 3780.0, 3770.0, 3758.0, 3757.0, 3769.0, 3757.0, 3771.0, 3769.0, 3759.0, 3770.0, 3758.0, 3746.0, 3768.0, 3770.0, 3782.0, 3769.0, 3770.0, 3769.0, 3769.0, 3769.0, 3771.0, 3783.0, 3782.0, 3781.0, 3769.0, 3771.0, 3770.0, 3759.0, 3771.0, 3781.0, 3771.0, 3771.0, 3769.0, 3760.0, 3769.0, 3781.0, 3771.0, 3770.0, 3758.0, 3768.0, 3770.0, 3758.0, 3770.0, 3780.0, 3771.0, 3759.0, 3768.0, 3769.0, 3758.0, 3771.0, 3771.0, 3779.0, 3770.0, 3758.0, 3757.0, 3768.0, 3769.0, 3770.0, 3769.0, 3769.0, 3768.0, 3757.0, 3770.0, 3783.0, 3781.0, 3794.0, 3785.0, 3773.0, 3771.0, 3771.0, 3781.0, 3771.0, 3784.0, 3819.0, 3784.0, 3781.0, 3778.0, 3756.0, 3767.0, 3754.0, 3767.0, 3766.0, 3766.0, 3781.0, 3814.0, 3781.0, 3778.0, 3770.0, 3770.0, 3768.0, 3778.0, 3779.0, 3780.0, 3756.0, 3768.0, 3768.0, 3777.0, 3766.0, 3768.0, 3766.0, 3767.0, 3765.0, 3764.0, 3765.0, 3754.0, 3743.0, 3766.0, 3767.0, 3766.0, 3766.0, 3765.0, 3766.0, 3755.0, 3755.0, 3778.0, 3767.0, 3778.0, 3767.0, 3766.0, 3767.0, 3766.0, 3757.0, 3779.0, 3767.0, 3779.0, 3767.0, 3767.0, 3768.0, 3769.0, 3756.0, 3767.0, 3769.0, 3769.0, 3767.0, 3767.0, 3767.0, 3767.0, 3770.0, 3779.0, 3758.0, 3780.0, 3768.0, 3767.0, 3767.0, 3767.0, 3769.0, 3781.0, 3792.0, 3781.0, 3780.0, 3769.0, 3778.0, 3767.0, 3777.0, 3756.0, 3790.0, 3771.0, 3808.0, 3794.0, 3791.0, 3768.0, 3767.0, 3776.0, 3765.0, 3756.0, 3776.0, 3755.0, 3767.0, 3766.0, 3766.0, 3768.0, 3756.0, 3773.0, 3769.0, 3770.0, 3756.0, 3755.0, 3743.0, 3778.0, 3770.0, 3761.0, 3789.0, 3759.0, 3755.0, 3766.0, 3765.0, 3765.0, 3756.0, 3776.0, 3754.0, 3754.0, 3741.0, 3753.0, 3754.0, 3754.0, 3755.0, 3742.0, 3742.0, 3753.0, 3753.0, 3753.0, 3780.0, 3768.0, 3768.0, 3768.0, 3768.0, 3758.0, 3758.0, 3769.0, 3770.0, 3770.0, 3762.0, 3758.0, 3769.0, 3768.0, 3758.0, 3782.0, 3792.0, 3769.0, 3769.0, 3777.0, 3756.0, 3746.0, 3745.0, 3769.0, 3771.0, 3758.0, 3770.0, 3767.0, 3756.0, 3767.0, 3769.0, 3759.0, 3769.0, 3758.0, 3757.0, 3759.0], 'WindowWidth': [8588.0, 8551.0, 8523.0, 8514.0, 8495.0, 8488.0, 8485.0, 8472.0, 8489.0, 8501.0, 8487.0, 8486.0, 8486.0, 8469.0, 8485.0, 8487.0, 8489.0, 8486.0, 8491.0, 8487.0, 8504.0, 8488.0, 8490.0, 8510.0, 8508.0, 8506.0, 8506.0, 8488.0, 8507.0, 8491.0, 8509.0, 8509.0, 8523.0, 8510.0, 8493.0, 8492.0, 8505.0, 8494.0, 8507.0, 8505.0, 8509.0, 8488.0, 8503.0, 8502.0, 8489.0, 8492.0, 8490.0, 8490.0, 8486.0, 8469.0, 8503.0, 8489.0, 8487.0, 8506.0, 8499.0, 8485.0, 8500.0, 8512.0, 8483.0, 8484.0, 8507.0, 8479.0, 8480.0, 8477.0, 8474.0, 8479.0, 8465.0, 8482.0, 8468.0, 8482.0, 8487.0, 8523.0, 8508.0, 8489.0, 8487.0, 8487.0, 8486.0, 8510.0, 8517.0, 8482.0, 8478.0, 8481.0, 8482.0, 8481.0, 8507.0, 8476.0, 8463.0, 8461.0, 8475.0, 8468.0, 8463.0, 8498.0, 8462.0, 8476.0, 8476.0, 8464.0, 8480.0, 8479.0, 8477.0, 8479.0, 8465.0, 8461.0, 8461.0, 8463.0, 8463.0, 8499.0, 8462.0, 8479.0, 8494.0, 8465.0, 8484.0, 8468.0, 8483.0, 8482.0, 8466.0, 8464.0, 8480.0, 8482.0, 8482.0, 8472.0, 8477.0, 8480.0, 8479.0, 8478.0, 8479.0, 8479.0, 8476.0, 8469.0, 8459.0, 8473.0, 8475.0, 8475.0, 8480.0, 8479.0, 8478.0, 8477.0, 8446.0, 8474.0, 8461.0, 8461.0, 8479.0, 8464.0, 8478.0, 8481.0, 8475.0, 8460.0, 8461.0, 8480.0, 8478.0, 8464.0, 8480.0, 8480.0, 8461.0, 8476.0, 8464.0, 8478.0, 8484.0, 8464.0, 8479.0, 8480.0, 8479.0, 8463.0, 8478.0, 8459.0, 8481.0, 8463.0, 8460.0, 8475.0, 8477.0, 8481.0, 8477.0, 8465.0, 8479.0, 8467.0, 8448.0, 8479.0, 8482.0, 8477.0, 8499.0, 8481.0, 8477.0, 8478.0, 8477.0, 8460.0, 8477.0, 8458.0, 8481.0, 8463.0, 8445.0, 8474.0, 8463.0, 8478.0, 8480.0, 8465.0, 8478.0, 8479.0, 8464.0, 8484.0, 8466.0, 8481.0, 8496.0, 8467.0, 8479.0, 8478.0, 8481.0, 8479.0, 8467.0, 8480.0, 8484.0, 8483.0, 8482.0, 8498.0, 8496.0, 8480.0, 8482.0, 8463.0, 8477.0, 8478.0, 8460.0, 8494.0, 8464.0, 8462.0, 8484.0, 8461.0, 8477.0, 8479.0, 8464.0, 8481.0, 8480.0, 8464.0, 8480.0, 8479.0, 8478.0, 8477.0, 8461.0, 8476.0, 8466.0, 8464.0, 8478.0, 8478.0, 8464.0, 8481.0, 8462.0, 8479.0, 8481.0, 8446.0, 8474.0, 8457.0, 8461.0, 8477.0, 8463.0, 8481.0, 8475.0, 8458.0, 8458.0, 8458.0, 8463.0, 8533.0, 8575.0, 8526.0, 8486.0, 8469.0, 8505.0, 8485.0, 8481.0, 8485.0, 8480.0, 8498.0, 8484.0, 8481.0, 8486.0, 8503.0, 8525.0, 8523.0, 8507.0, 8485.0, 8498.0, 8466.0, 8505.0, 8504.0, 8540.0, 8466.0, 8479.0, 8490.0, 8461.0, 8480.0, 8494.0, 8484.0, 8477.0, 8442.0, 8471.0, 8457.0, 8447.0, 8477.0, 8463.0, 8478.0, 8478.0, 8460.0, 8476.0, 8480.0, 8463.0, 8495.0, 8479.0, 8465.0, 8476.0, 8475.0, 8480.0, 8479.0, 8475.0, 8481.0, 8463.0, 8457.0, 8475.0, 8459.0, 8459.0, 8480.0, 8476.0, 8479.0, 8477.0, 8474.0, 8474.0, 8460.0, 8463.0, 8481.0, 8480.0, 8480.0, 8498.0, 8474.0, 8474.0, 8463.0, 8462.0, 8484.0, 8514.0, 8512.0, 8485.0, 8481.0, 8487.0, 8465.0, 8491.0, 8533.0, 8549.0, 8512.0, 8527.0, 8509.0, 8521.0, 8511.0, 8512.0, 8510.0, 8510.0, 8524.0, 8510.0, 8511.0, 8508.0, 8512.0, 8533.0, 8491.0, 8454.0, 8498.0, 8500.0, 8496.0, 8471.0, 8471.0, 8501.0, 8467.0, 8452.0, 8453.0, 8467.0, 8454.0, 8464.0, 8464.0, 8455.0, 8465.0, 8465.0, 8448.0, 8461.0, 8461.0, 8444.0, 8461.0, 8465.0, 8449.0, 8467.0, 8436.0, 8466.0, 8481.0, 8453.0, 8485.0, 8474.0, 8482.0, 8494.0, 8480.0, 8474.0, 8490.0, 8474.0, 8522.0, 8509.0, 8486.0, 8496.0, 8459.0, 8485.0, 8496.0, 8503.0, 8487.0, 8500.0, 8483.0, 8505.0, 8547.0, 8552.0, 8493.0, 8502.0, 8480.0, 8460.0, 8489.0, 8459.0, 8474.0, 8500.0, 8498.0, 8502.0, 8501.0, 8463.0, 8489.0, 8477.0, 8484.0, 8498.0, 8481.0, 8491.0, 8492.0, 8487.0, 8474.0, 8474.0, 8475.0, 8496.0, 8503.0, 8480.0, 8498.0, 8461.0, 8475.0, 8490.0, 8474.0, 8495.0, 8505.0, 8475.0, 8517.0, 8510.0, 8512.0, 8503.0, 8489.0, 8503.0, 8481.0, 8489.0, 8515.0, 8477.0, 8502.0, 8484.0, 8487.0, 8502.0, 8483.0, 8498.0, 8495.0, 8507.0, 8513.0, 8487.0, 8495.0, 8478.0, 8477.0, 8501.0, 8521.0, 8493.0, 8487.0, 8445.0, 8471.0, 8472.0, 8459.0, 8502.0, 8504.0, 8497.0, 8480.0, 8444.0, 8475.0, 8475.0, 8461.0, 8497.0, 8485.0, 8479.0, 8497.0, 8460.0, 8477.0, 8477.0, 8465.0, 8503.0, 8490.0, 8486.0, 8516.0, 8478.0, 8480.0, 8495.0, 8480.0, 8500.0, 8505.0, 8468.0, 8498.0, 8477.0, 8475.0, 8492.0, 8476.0, 8495.0, 8498.0, 8482.0, 8483.0, 8477.0, 8460.0, 8490.0, 8476.0, 8484.0, 8501.0, 8481.0, 8498.0, 8481.0, 8462.0, 8502.0, 8503.0, 8485.0, 8482.0, 8502.0, 8505.0, 8486.0, 8508.0, 8504.0, 8508.0, 8485.0, 8493.0, 8508.0, 8492.0, 8527.0, 8538.0, 8513.0, 8478.0, 8481.0, 8501.0, 8480.0, 8481.0, 8465.0, 8493.0, 8474.0, 8473.0, 8480.0, 8499.0, 8475.0, 8466.0, 8440.0, 8471.0, 8458.0, 8480.0, 8504.0, 8491.0, 8485.0, 8474.0, 8490.0, 8518.0, 8459.0, 8471.0, 8489.0, 8493.0, 8499.0, 8483.0, 8468.0, 8495.0, 8478.0, 8459.0, 8478.0, 8500.0, 8479.0, 8494.0, 8475.0, 8476.0, 8476.0, 8458.0, 8493.0, 8498.0, 8477.0, 8496.0, 8472.0, 8468.0, 8455.0, 8454.0, 8479.0, 8484.0, 8475.0, 8497.0, 8455.0, 8472.0, 8477.0, 8463.0, 8475.0, 8459.0, 8479.0, 8479.0, 8497.0, 8559.0, 8564.0, 8541.0, 8502.0, 8451.0, 8445.0, 8428.0, 8434.0, 8457.0, 8483.0, 8468.0, 8479.0, 8481.0, 8482.0, 8480.0, 8476.0, 8479.0, 8479.0, 8484.0, 8478.0, 8474.0, 8473.0, 8459.0, 8454.0, 8472.0, 8477.0, 8478.0, 8476.0, 8461.0, 8473.0, 8454.0, 8456.0, 8474.0, 8496.0, 8483.0, 8481.0, 8460.0, 8473.0, 8461.0, 8479.0, 8481.0, 8478.0, 8481.0, 8459.0, 8459.0, 8477.0, 8462.0, 8504.0, 8524.0, 8491.0, 8494.0, 8501.0, 8504.0, 8452.0, 8481.0, 8450.0, 8506.0, 8514.0, 8536.0, 8485.0, 8483.0, 8461.0, 8480.0, 8477.0, 8482.0, 8482.0, 8496.0, 8463.0, 8476.0, 8472.0, 8460.0, 8462.0, 8482.0, 8479.0, 8480.0, 8459.0, 8475.0, 8472.0, 8460.0, 8484.0, 8496.0, 8481.0, 8463.0, 8458.0, 8476.0, 8458.0, 8485.0, 8479.0, 8463.0, 8480.0, 8462.0, 8444.0, 8473.0, 8483.0, 8500.0, 8479.0, 8481.0, 8479.0, 8479.0, 8476.0, 8482.0, 8505.0, 8501.0, 8499.0, 8479.0, 8484.0, 8482.0, 8464.0, 8485.0, 8500.0, 8484.0, 8485.0, 8478.0, 8465.0, 8478.0, 8498.0, 8484.0, 8481.0, 8462.0, 8476.0, 8479.0, 8463.0, 8483.0, 8495.0, 8484.0, 8466.0, 8475.0, 8477.0, 8461.0, 8485.0, 8484.0, 8490.0, 8480.0, 8461.0, 8457.0, 8473.0, 8480.0, 8483.0, 8479.0, 8478.0, 8473.0, 8457.0, 8482.0, 8503.0, 8500.0, 8520.0, 8505.0, 8487.0, 8486.0, 8485.0, 8498.0, 8485.0, 8509.0, 8566.0, 8509.0, 8500.0, 8490.0, 8458.0, 8472.0, 8450.0, 8469.0, 8469.0, 8471.0, 8500.0, 8551.0, 8500.0, 8489.0, 8481.0, 8482.0, 8477.0, 8490.0, 8492.0, 8496.0, 8458.0, 8474.0, 8477.0, 8485.0, 8469.0, 8477.0, 8469.0, 8473.0, 8467.0, 8461.0, 8463.0, 8449.0, 8434.0, 8468.0, 8473.0, 8471.0, 8471.0, 8465.0, 8470.0, 8453.0, 8453.0, 8489.0, 8475.0, 8490.0, 8473.0, 8470.0, 8472.0, 8471.0, 8460.0, 8492.0, 8473.0, 8492.0, 8474.0, 8471.0, 8475.0, 8480.0, 8457.0, 8474.0, 8480.0, 8479.0, 8474.0, 8471.0, 8473.0, 8472.0, 8482.0, 8494.0, 8462.0, 8494.0, 8474.0, 8471.0, 8474.0, 8474.0, 8478.0, 8499.0, 8516.0, 8500.0, 8498.0, 8481.0, 8491.0, 8474.0, 8486.0, 8458.0, 8509.0, 8485.0, 8549.0, 8524.0, 8511.0, 8474.0, 8473.0, 8481.0, 8465.0, 8457.0, 8482.0, 8451.0, 8473.0, 8470.0, 8469.0, 8476.0, 8455.0, 8486.0, 8474.0, 8481.0, 8455.0, 8450.0, 8432.0, 8485.0, 8476.0, 8461.0, 8495.0, 8457.0, 8449.0, 8464.0, 8460.0, 8461.0, 8449.0, 8475.0, 8441.0, 8442.0, 8423.0, 8441.0, 8446.0, 8443.0, 8445.0, 8425.0, 8427.0, 8444.0, 8442.0, 8444.0, 8493.0, 8476.0, 8474.0, 8475.0, 8471.0, 8461.0, 8461.0, 8477.0, 8483.0, 8481.0, 8472.0, 8460.0, 8475.0, 8475.0, 8459.0, 8499.0, 8513.0, 8475.0, 8478.0, 8482.0, 8453.0, 8440.0, 8439.0, 8477.0, 8483.0, 8459.0, 8480.0, 8471.0, 8455.0, 8470.0, 8475.0, 8464.0, 8479.0, 8461.0, 8459.0, 8462.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.010806048298572997</td></tr>
<tr><td colspan=3>aqi</td><td>0.0442190476399561</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.79147246651649</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2034340140439546</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.135187410131869</td></tr>
<tr><td colspan=3>efc</td><td>0.485</td></tr>
<tr><td colspan=3>fber</td><td>4551.1665</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1850177663036112</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.02634467618002</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7756133297931167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.563327393430967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1443681977596927</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.61914439818869</td></tr>
<tr><td colspan=3>gcor</td><td>0.00652888</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01075797714293003</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030114447697997093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.4714173364639667</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>19.8117</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1956</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301999.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>970.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.3889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.9865</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2932.9223</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.8075</td></tr>
<tr><td colspan=3>tsnr</td><td>28.770915618166327</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>