<?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-0093_ses-04_task-social_acq-mb8_run-02_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-0093_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0093_suffix-bold_task-social" 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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0093_suffix-bold_task-social" 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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0093_suffix-bold_task-social" 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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0093_suffix-bold_task-social" 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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0093_suffix-bold_task-social" 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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-02_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-0093/ses-04/func/sub-0093_ses-04_task-social_acq-mb8_run-02_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>3788f6ed715b6c921d722907e3e5bb21</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>15:56:54.247500</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.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.102831</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51ee9f18-64b0-4547-8689-870fa542a602||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.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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, 872]</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], 'AcquisitionTime': ['155654.247500', '155654.707500', '155655.167500', '155655.627500', '155656.087500', '155656.547500', '155657.007500', '155657.467500', '155657.927500', '155658.387500', '155658.847500', '155659.307500', '155659.767500', '155700.227500', '155700.687500', '155701.147500', '155701.607500', '155702.067500', '155702.527500', '155702.987500', '155703.447500', '155703.907500', '155704.367500', '155704.827500', '155705.287500', '155705.747500', '155706.207500', '155706.667500', '155707.127500', '155707.587500', '155708.047500', '155708.507500', '155708.967500', '155709.427500', '155709.887500', '155710.347500', '155710.807500', '155711.267500', '155711.727500', '155712.187500', '155712.647500', '155713.107500', '155713.567500', '155714.027500', '155714.487500', '155714.947500', '155715.407500', '155715.867500', '155716.327500', '155716.787500', '155717.247500', '155717.707500', '155718.167500', '155718.627500', '155719.087500', '155719.547500', '155720.007500', '155720.467500', '155720.927500', '155721.387500', '155721.847500', '155722.307500', '155722.767500', '155723.227500', '155723.687500', '155724.147500', '155724.607500', '155725.067500', '155725.527500', '155725.987500', '155726.447500', '155726.907500', '155727.367500', '155727.827500', '155728.287500', '155728.747500', '155729.207500', '155729.667500', '155730.127500', '155730.587500', '155731.047500', '155731.507500', '155731.967500', '155732.427500', '155732.887500', '155733.347500', '155733.807500', '155734.267500', '155734.727500', '155735.187500', '155735.647500', '155736.107500', '155736.567500', '155737.027500', '155737.487500', '155737.947500', '155738.407500', '155738.867500', '155739.327500', '155739.787500', '155740.247500', '155740.707500', '155741.167500', '155741.627500', '155742.087500', '155742.547500', '155743.007500', '155743.467500', '155743.927500', '155744.387500', '155744.847500', '155745.307500', '155745.767500', '155746.227500', '155746.687500', '155747.147500', '155747.607500', '155748.067500', '155748.527500', '155748.987500', '155749.447500', '155749.907500', '155750.367500', '155750.827500', '155751.287500', '155751.747500', '155752.207500', '155752.667500', '155753.127500', '155753.587500', '155754.047500', '155754.507500', '155754.967500', '155755.427500', '155755.887500', '155756.347500', '155756.807500', '155757.267500', '155757.727500', '155758.187500', '155758.647500', '155759.107500', '155759.567500', '155800.027500', '155800.487500', '155800.947500', '155801.407500', '155801.867500', '155802.327500', '155802.787500', '155803.247500', '155803.707500', '155804.167500', '155804.627500', '155805.087500', '155805.547500', '155806.007500', '155806.467500', '155806.927500', '155807.387500', '155807.847500', '155808.307500', '155808.767500', '155809.227500', '155809.687500', '155810.147500', '155810.607500', '155811.067500', '155811.527500', '155811.987500', '155812.447500', '155812.907500', '155813.367500', '155813.827500', '155814.287500', '155814.747500', '155815.207500', '155815.667500', '155816.127500', '155816.587500', '155817.047500', '155817.507500', '155817.967500', '155818.427500', '155818.887500', '155819.347500', '155819.807500', '155820.267500', '155820.727500', '155821.187500', '155821.647500', '155822.107500', '155822.567500', '155823.027500', '155823.487500', '155823.947500', '155824.407500', '155824.867500', '155825.327500', '155825.787500', '155826.247500', '155826.707500', '155827.167500', '155827.627500', '155828.087500', '155828.547500', '155829.007500', '155829.467500', '155829.927500', '155830.387500', '155830.847500', '155831.307500', '155831.767500', '155832.227500', '155832.687500', '155833.147500', '155833.607500', '155834.067500', '155834.527500', '155834.987500', '155835.447500', '155835.907500', '155836.367500', '155836.827500', '155837.287500', '155837.747500', '155838.207500', '155838.667500', '155839.127500', '155839.587500', '155840.047500', '155840.507500', '155840.967500', '155841.427500', '155841.887500', '155842.347500', '155842.807500', '155843.267500', '155843.727500', '155844.187500', '155844.647500', '155845.107500', '155845.567500', '155846.027500', '155846.487500', '155846.947500', '155847.407500', '155847.867500', '155848.327500', '155848.787500', '155849.247500', '155849.707500', '155850.167500', '155850.627500', '155851.087500', '155851.547500', '155852.007500', '155852.467500', '155852.927500', '155853.387500', '155853.847500', '155854.307500', '155854.767500', '155855.227500', '155855.687500', '155856.147500', '155856.607500', '155857.067500', '155857.527500', '155857.987500', '155858.447500', '155858.907500', '155859.367500', '155859.827500', '155900.287500', '155900.747500', '155901.207500', '155901.667500', '155902.127500', '155902.587500', '155903.047500', '155903.507500', '155903.967500', '155904.427500', '155904.887500', '155905.347500', '155905.807500', '155906.267500', '155906.727500', '155907.187500', '155907.647500', '155908.107500', '155908.567500', '155909.027500', '155909.487500', '155909.947500', '155910.407500', '155910.867500', '155911.327500', '155911.787500', '155912.247500', '155912.707500', '155913.167500', '155913.627500', '155914.087500', '155914.547500', '155915.007500', '155915.467500', '155915.927500', '155916.387500', '155916.847500', '155917.307500', '155917.767500', '155918.227500', '155918.687500', '155919.147500', '155919.607500', '155920.067500', '155920.527500', '155920.987500', '155921.447500', '155921.907500', '155922.367500', '155922.827500', '155923.287500', '155923.747500', '155924.207500', '155924.667500', '155925.127500', '155925.587500', '155926.047500', '155926.507500', '155926.967500', '155927.427500', '155927.887500', '155928.347500', '155928.807500', '155929.267500', '155929.727500', '155930.187500', '155930.647500', '155931.107500', '155931.567500', '155932.027500', '155932.487500', '155932.947500', '155933.407500', '155933.867500', '155934.327500', '155934.787500', '155935.247500', '155935.707500', '155936.167500', '155936.627500', '155937.087500', '155937.547500', '155938.007500', '155938.467500', '155938.927500', '155939.387500', '155939.847500', '155940.307500', '155940.767500', '155941.227500', '155941.687500', '155942.147500', '155942.607500', '155943.067500', '155943.527500', '155943.987500', '155944.447500', '155944.907500', '155945.367500', '155945.827500', '155946.287500', '155946.747500', '155947.207500', '155947.667500', '155948.127500', '155948.587500', '155949.047500', '155949.507500', '155949.967500', '155950.427500', '155950.887500', '155951.347500', '155951.807500', '155952.267500', '155952.727500', '155953.187500', '155953.647500', '155954.107500', '155954.567500', '155955.027500', '155955.487500', '155955.947500', '155956.407500', '155956.867500', '155957.327500', '155957.787500', '155958.247500', '155958.707500', '155959.167500', '155959.627500', '160000.087500', '160000.547500', '160001.007500', '160001.467500', '160001.927500', '160002.387500', '160002.847500', '160003.307500', '160003.767500', '160004.227500', '160004.687500', '160005.147500', '160005.607500', '160006.067500', '160006.527500', '160006.987500', '160007.447500', '160007.907500', '160008.367500', '160008.827500', '160009.287500', '160009.747500', '160010.207500', '160010.667500', '160011.127500', '160011.587500', '160012.047500', '160012.507500', '160012.967500', '160013.427500', '160013.887500', '160014.347500', '160014.807500', '160015.267500', '160015.727500', '160016.187500', '160016.647500', '160017.107500', '160017.567500', '160018.027500', '160018.487500', '160018.947500', '160019.407500', '160019.867500', '160020.327500', '160020.787500', '160021.247500', '160021.707500', '160022.167500', '160022.627500', '160023.087500', '160023.547500', '160024.007500', '160024.467500', '160024.927500', '160025.387500', '160025.847500', '160026.307500', '160026.767500', '160027.227500', '160027.687500', '160028.147500', '160028.607500', '160029.067500', '160029.527500', '160029.987500', '160030.447500', '160030.907500', '160031.367500', '160031.827500', '160032.287500', '160032.747500', '160033.207500', '160033.667500', '160034.127500', '160034.587500', '160035.047500', '160035.507500', '160035.967500', '160036.427500', '160036.887500', '160037.347500', '160037.807500', '160038.267500', '160038.727500', '160039.187500', '160039.647500', '160040.107500', '160040.567500', '160041.027500', '160041.487500', '160041.947500', '160042.407500', '160042.867500', '160043.327500', '160043.787500', '160044.247500', '160044.707500', '160045.167500', '160045.627500', '160046.087500', '160046.547500', '160047.007500', '160047.467500', '160047.927500', '160048.387500', '160048.847500', '160049.307500', '160049.767500', '160050.227500', '160050.687500', '160051.147500', '160051.607500', '160052.067500', '160052.527500', '160052.987500', '160053.447500', '160053.907500', '160054.367500', '160054.827500', '160055.287500', '160055.747500', '160056.207500', '160056.667500', '160057.127500', '160057.587500', '160058.047500', '160058.507500', '160058.967500', '160059.427500', '160059.887500', '160100.347500', '160100.807500', '160101.267500', '160101.727500', '160102.187500', '160102.647500', '160103.107500', '160103.567500', '160104.027500', '160104.487500', '160104.947500', '160105.407500', '160105.867500', '160106.327500', '160106.787500', '160107.247500', '160107.707500', '160108.167500', '160108.627500', '160109.087500', '160109.547500', '160110.007500', '160110.467500', '160110.927500', '160111.387500', '160111.847500', '160112.307500', '160112.767500', '160113.227500', '160113.687500', '160114.147500', '160114.607500', '160115.067500', '160115.527500', '160115.987500', '160116.447500', '160116.907500', '160117.367500', '160117.827500', '160118.287500', '160118.747500', '160119.207500', '160119.667500', '160120.127500', '160120.587500', '160121.047500', '160121.507500', '160121.967500', '160122.427500', '160122.887500', '160123.347500', '160123.807500', '160124.267500', '160124.727500', '160125.187500', '160125.647500', '160126.107500', '160126.567500', '160127.027500', '160127.487500', '160127.947500', '160128.407500', '160128.867500', '160129.327500', '160129.787500', '160130.247500', '160130.707500', '160131.167500', '160131.627500', '160132.087500', '160132.547500', '160133.007500', '160133.467500', '160133.927500', '160134.387500', '160134.847500', '160135.307500', '160135.767500', '160136.227500', '160136.687500', '160137.147500', '160137.607500', '160138.067500', '160138.527500', '160138.987500', '160139.447500', '160139.907500', '160140.367500', '160140.827500', '160141.287500', '160141.747500', '160142.207500', '160142.667500', '160143.127500', '160143.587500', '160144.047500', '160144.507500', '160144.967500', '160145.427500', '160145.887500', '160146.347500', '160146.807500', '160147.267500', '160147.727500', '160148.187500', '160148.647500', '160149.107500', '160149.567500', '160150.027500', '160150.487500', '160150.947500', '160151.407500', '160151.867500', '160152.327500', '160152.787500', '160153.247500', '160153.707500', '160154.167500', '160154.627500', '160155.087500', '160155.547500', '160156.007500', '160156.467500', '160156.927500', '160157.387500', '160157.847500', '160158.307500', '160158.767500', '160159.227500', '160159.687500', '160200.147500', '160200.607500', '160201.067500', '160201.527500', '160201.987500', '160202.447500', '160202.907500', '160203.367500', '160203.827500', '160204.287500', '160204.747500', '160205.207500', '160205.667500', '160206.127500', '160206.587500', '160207.047500', '160207.507500', '160207.967500', '160208.427500', '160208.887500', '160209.347500', '160209.807500', '160210.267500', '160210.727500', '160211.187500', '160211.647500', '160212.107500', '160212.567500', '160213.027500', '160213.487500', '160213.947500', '160214.407500', '160214.867500', '160215.327500', '160215.787500', '160216.247500', '160216.707500', '160217.167500', '160217.627500', '160218.087500', '160218.547500', '160219.007500', '160219.467500', '160219.927500', '160220.387500', '160220.847500', '160221.307500', '160221.767500', '160222.227500', '160222.687500', '160223.147500', '160223.607500', '160224.067500', '160224.527500', '160224.987500', '160225.447500', '160225.907500', '160226.367500', '160226.827500', '160227.287500', '160227.747500', '160228.207500', '160228.667500', '160229.127500', '160229.587500', '160230.047500', '160230.507500', '160230.967500', '160231.427500', '160231.887500', '160232.347500', '160232.807500', '160233.267500', '160233.727500', '160234.187500', '160234.647500', '160235.107500', '160235.567500', '160236.027500', '160236.487500', '160236.947500', '160237.407500', '160237.867500', '160238.327500', '160238.787500', '160239.247500', '160239.707500', '160240.167500', '160240.627500', '160241.087500', '160241.547500', '160242.007500', '160242.467500', '160242.927500', '160243.387500', '160243.847500', '160244.307500', '160244.767500', '160245.227500', '160245.687500', '160246.147500', '160246.607500', '160247.067500', '160247.527500', '160247.987500', '160248.447500', '160248.907500', '160249.367500', '160249.827500', '160250.287500', '160250.747500', '160251.207500', '160251.667500', '160252.127500', '160252.587500', '160253.047500', '160253.507500', '160253.967500', '160254.427500', '160254.887500', '160255.347500', '160255.807500', '160256.267500', '160256.727500', '160257.187500', '160257.647500', '160258.107500', '160258.567500', '160259.027500', '160259.487500', '160259.947500', '160300.407500', '160300.867500', '160301.327500', '160301.787500', '160302.247500', '160302.707500', '160303.167500', '160303.627500', '160304.087500', '160304.547500', '160305.007500', '160305.467500', '160305.927500', '160306.387500', '160306.847500', '160307.307500', '160307.767500', '160308.227500', '160308.687500', '160309.147500', '160309.607500', '160310.067500', '160310.527500', '160310.987500', '160311.447500', '160311.907500', '160312.367500', '160312.827500', '160313.287500', '160313.747500', '160314.207500', '160314.667500', '160315.127500', '160315.587500', '160316.047500', '160316.507500', '160316.967500', '160317.427500', '160317.887500', '160318.347500', '160318.807500', '160319.267500', '160319.727500', '160320.187500', '160320.647500', '160321.107500', '160321.567500', '160322.027500', '160322.487500', '160322.947500', '160323.407500', '160323.867500', '160324.327500', '160324.787500', '160325.247500', '160325.707500', '160326.167500', '160326.627500', '160327.087500', '160327.547500', '160328.007500', '160328.467500', '160328.927500', '160329.387500', '160329.847500', '160330.307500', '160330.767500', '160331.227500', '160331.687500', '160332.147500', '160332.607500', '160333.067500', '160333.527500', '160333.987500', '160334.447500', '160334.907500'], 'ContentTime': ['155711.735000', '155711.738000', '155711.741000', '155711.744000', '155711.746000', '155711.749000', '155711.752000', '155711.754000', '155711.757000', '155711.759000', '155711.762000', '155711.765000', '155711.768000', '155711.770000', '155711.773000', '155711.775000', '155711.778000', '155711.786000', '155711.789000', '155711.791000', '155711.794000', '155711.796000', '155711.799000', '155711.801000', '155711.804000', '155711.807000', '155711.810000', '155711.812000', '155711.815000', '155711.817000', '155711.820000', '155711.822000', '155711.825000', '155711.828000', '155711.830000', '155731.686000', '155731.689000', '155731.692000', '155731.695000', '155731.697000', '155731.700000', '155731.702000', '155731.705000', '155731.712000', '155731.714000', '155731.717000', '155731.720000', '155731.722000', '155731.725000', '155731.727000', '155731.730000', '155731.732000', '155731.735000', '155731.738000', '155731.740000', '155731.743000', '155731.745000', '155731.748000', '155731.751000', '155731.753000', '155731.756000', '155731.758000', '155731.761000', '155731.764000', '155731.766000', '155731.769000', '155731.771000', '155731.774000', '155731.776000', '155731.779000', '155731.781000', '155731.784000', '155731.787000', '155731.789000', '155731.792000', '155731.794000', '155731.797000', '155731.800000', '155731.802000', '155751.686000', '155751.689000', '155751.692000', '155751.695000', '155751.704000', '155751.707000', '155751.710000', '155751.712000', '155751.715000', '155751.717000', '155751.720000', '155751.723000', '155751.725000', '155751.728000', '155751.730000', '155751.733000', '155751.736000', '155751.738000', '155751.741000', '155751.750000', '155751.753000', '155751.755000', '155751.758000', '155751.760000', '155751.763000', '155751.766000', '155751.768000', '155751.771000', '155751.773000', '155751.776000', '155751.779000', '155751.781000', '155751.784000', '155751.787000', '155751.789000', '155751.792000', '155751.794000', '155751.797000', '155751.799000', '155751.802000', '155751.805000', '155751.807000', '155751.810000', '155811.686000', '155811.688000', '155811.691000', '155811.694000', '155811.696000', '155811.699000', '155811.702000', '155811.704000', '155811.707000', '155811.710000', '155811.712000', '155811.715000', '155811.717000', '155811.720000', '155811.723000', '155811.726000', '155811.729000', '155811.732000', '155811.735000', '155811.737000', '155811.740000', '155811.742000', '155811.745000', '155811.748000', '155811.750000', '155811.753000', '155811.756000', '155811.758000', '155811.761000', '155811.763000', '155811.766000', '155811.769000', '155811.771000', '155811.777000', '155811.779000', '155811.782000', '155811.784000', '155811.787000', '155811.790000', '155811.792000', '155811.795000', '155811.798000', '155811.800000', '155831.685000', '155831.688000', '155831.691000', '155831.693000', '155831.696000', '155831.699000', '155831.702000', '155831.705000', '155831.708000', '155831.710000', '155831.713000', '155831.715000', '155831.718000', '155831.721000', '155831.724000', '155831.727000', '155831.729000', '155831.732000', '155831.734000', '155831.737000', '155831.740000', '155831.742000', '155831.745000', '155831.747000', '155831.750000', '155831.753000', '155831.755000', '155831.758000', '155831.760000', '155831.763000', '155831.765000', '155831.768000', '155831.771000', '155831.773000', '155831.776000', '155831.778000', '155831.781000', '155831.784000', '155831.786000', '155831.789000', '155831.792000', '155831.794000', '155831.797000', '155831.799000', '155851.686000', '155851.689000', '155851.692000', '155851.695000', '155851.697000', '155851.700000', '155851.702000', '155851.705000', '155851.708000', '155851.710000', '155851.713000', '155851.715000', '155851.718000', '155851.721000', '155851.723000', '155851.726000', '155851.729000', '155851.731000', '155851.734000', '155851.737000', '155851.739000', '155851.742000', '155851.745000', '155851.747000', '155851.750000', '155851.752000', '155851.755000', '155851.758000', '155851.760000', '155851.763000', '155851.765000', '155851.768000', '155851.771000', '155851.773000', '155851.776000', '155851.778000', '155851.781000', '155851.784000', '155851.786000', '155851.789000', '155851.791000', '155851.794000', '155851.797000', '155851.799000', '155911.686000', '155911.689000', '155911.692000', '155911.695000', '155911.697000', '155911.700000', '155911.702000', '155911.705000', '155911.708000', '155911.710000', '155911.713000', '155911.715000', '155911.718000', '155911.720000', '155911.723000', '155911.726000', '155911.728000', '155911.731000', '155911.734000', '155911.736000', '155911.739000', '155911.741000', '155911.744000', '155911.747000', '155911.749000', '155911.752000', '155911.755000', '155911.757000', '155911.760000', '155911.762000', '155911.765000', '155911.768000', '155911.770000', '155911.773000', '155911.776000', '155911.778000', '155911.781000', '155911.783000', '155911.786000', '155911.788000', '155911.791000', '155911.794000', '155911.796000', '155931.686000', '155931.690000', '155931.693000', '155931.695000', '155931.698000', '155931.701000', '155931.703000', '155931.706000', '155931.708000', '155931.711000', '155931.714000', '155931.717000', '155931.720000', '155931.723000', '155931.726000', '155931.729000', '155931.732000', '155931.734000', '155931.737000', '155931.740000', '155931.742000', '155931.745000', '155931.747000', '155931.750000', '155931.753000', '155931.755000', '155931.758000', '155931.761000', '155931.764000', '155931.767000', '155931.770000', '155931.773000', '155931.775000', '155931.778000', '155931.780000', '155931.783000', '155931.786000', '155931.789000', '155931.791000', '155931.794000', '155931.796000', '155931.799000', '155931.802000', '155951.687000', '155951.690000', '155951.693000', '155951.696000', '155951.698000', '155951.701000', '155951.704000', '155951.706000', '155951.709000', '155951.711000', '155951.715000', '155951.717000', '155951.720000', '155951.722000', '155951.725000', '155951.728000', '155951.730000', '155951.733000', '155951.735000', '155951.738000', '155951.741000', '155951.743000', '155951.746000', '155951.749000', '155951.751000', '155951.754000', '155951.756000', '155951.759000', '155951.762000', '155951.764000', '155951.767000', '155951.769000', '155951.772000', '155951.775000', '155951.777000', '155951.780000', '155951.782000', '155951.785000', '155951.788000', '155951.790000', '155951.793000', '155951.796000', '155951.798000', '155951.801000', '160011.686000', '160011.689000', '160011.692000', '160011.695000', '160011.697000', '160011.700000', '160011.702000', '160011.705000', '160011.708000', '160011.710000', '160011.713000', '160011.715000', '160011.718000', '160011.721000', '160011.724000', '160011.726000', '160011.729000', '160011.732000', '160011.735000', '160011.737000', '160011.740000', '160011.742000', '160011.745000', '160011.747000', '160011.750000', '160011.753000', '160011.755000', '160011.758000', '160011.760000', '160011.763000', '160011.766000', '160011.768000', '160011.771000', '160011.773000', '160011.776000', '160011.778000', '160011.781000', '160011.784000', '160011.786000', '160011.789000', '160011.791000', '160011.794000', '160011.797000', '160031.686000', '160031.689000', '160031.692000', '160031.695000', '160031.697000', '160031.700000', '160031.703000', '160031.705000', '160031.708000', '160031.711000', '160031.714000', '160031.716000', '160031.719000', '160031.722000', '160031.724000', '160031.727000', '160031.730000', '160031.732000', '160031.735000', '160031.737000', '160031.740000', '160031.743000', '160031.745000', '160031.748000', '160031.750000', '160031.753000', '160031.756000', '160031.758000', '160031.761000', '160031.763000', '160031.766000', '160031.769000', '160031.772000', '160031.774000', '160031.777000', '160031.779000', '160031.782000', '160031.785000', '160031.787000', '160031.790000', '160031.792000', '160031.795000', '160031.798000', '160031.801000', '160051.685000', '160051.688000', '160051.691000', '160051.693000', '160051.696000', '160051.699000', '160051.701000', '160051.704000', '160051.706000', '160051.709000', '160051.711000', '160051.714000', '160051.717000', '160051.719000', '160051.722000', '160051.724000', '160051.727000', '160051.729000', '160051.732000', '160051.735000', '160051.737000', '160051.740000', '160051.742000', '160051.745000', '160051.748000', '160051.750000', '160051.753000', '160051.756000', '160051.759000', '160051.761000', '160051.764000', '160051.767000', '160051.769000', '160051.772000', '160051.774000', '160051.777000', '160051.779000', '160051.782000', '160051.785000', '160051.787000', '160051.790000', '160051.792000', '160051.795000', '160111.686000', '160111.690000', '160111.692000', '160111.695000', '160111.697000', '160111.700000', '160111.703000', '160111.705000', '160111.708000', '160111.710000', '160111.713000', '160111.716000', '160111.718000', '160111.721000', '160111.724000', '160111.726000', '160111.729000', '160111.732000', '160111.734000', '160111.737000', '160111.739000', '160111.742000', '160111.745000', '160111.747000', '160111.750000', '160111.753000', '160111.755000', '160111.758000', '160111.761000', '160111.763000', '160111.766000', '160111.768000', '160111.771000', '160111.774000', '160111.777000', '160111.779000', '160111.782000', '160111.784000', '160111.787000', '160111.790000', '160111.792000', '160111.795000', '160111.797000', '160111.800000', '160131.687000', '160131.689000', '160131.692000', '160131.695000', '160131.698000', '160131.700000', '160131.703000', '160131.706000', '160131.709000', '160131.711000', '160131.714000', '160131.717000', '160131.719000', '160131.722000', '160131.725000', '160131.728000', '160131.731000', '160131.734000', '160131.736000', '160131.739000', '160131.742000', '160131.744000', '160131.747000', '160131.750000', '160131.752000', '160131.755000', '160131.758000', '160131.761000', '160131.764000', '160131.767000', '160131.770000', '160131.773000', '160131.776000', '160131.778000', '160131.781000', '160131.783000', '160131.786000', '160131.789000', '160131.791000', '160131.794000', '160131.797000', '160131.799000', '160131.802000', '160151.686000', '160151.689000', '160151.692000', '160151.695000', '160151.697000', '160151.700000', '160151.702000', '160151.705000', '160151.708000', '160151.710000', '160151.713000', '160151.716000', '160151.718000', '160151.721000', '160151.724000', '160151.726000', '160151.729000', '160151.732000', '160151.734000', '160151.737000', '160151.740000', '160151.742000', '160151.745000', '160151.747000', '160151.750000', '160151.753000', '160151.755000', '160151.758000', '160151.761000', '160151.763000', '160151.766000', '160151.768000', '160151.771000', '160151.774000', '160151.776000', '160151.779000', '160151.782000', '160151.784000', '160151.787000', '160151.790000', '160151.793000', '160151.795000', '160151.798000', '160151.800000', '160211.686000', '160211.690000', '160211.692000', '160211.695000', '160211.698000', '160211.701000', '160211.703000', '160211.706000', '160211.708000', '160211.711000', '160211.714000', '160211.716000', '160211.719000', '160211.722000', '160211.724000', '160211.727000', '160211.729000', '160211.732000', '160211.735000', '160211.738000', '160211.740000', '160211.743000', '160211.746000', '160211.748000', '160211.751000', '160211.754000', '160211.757000', '160211.759000', '160211.762000', '160211.765000', '160211.767000', '160211.770000', '160211.772000', '160211.775000', '160211.778000', '160211.780000', '160211.796000', '160211.799000', '160211.801000', '160211.804000', '160211.807000', '160211.809000', '160211.812000', '160231.687000', '160231.689000', '160231.692000', '160231.695000', '160231.698000', '160231.700000', '160231.703000', '160231.706000', '160231.709000', '160231.711000', '160231.714000', '160231.717000', '160231.719000', '160231.722000', '160231.725000', '160231.727000', '160231.730000', '160231.733000', '160231.735000', '160231.738000', '160231.741000', '160231.743000', '160231.746000', '160231.749000', '160231.751000', '160231.754000', '160231.756000', '160231.759000', '160231.762000', '160231.764000', '160231.767000', '160231.769000', '160231.772000', '160231.775000', '160231.777000', '160231.780000', '160231.783000', '160231.785000', '160231.788000', '160231.791000', '160231.793000', '160231.796000', '160231.799000', '160231.801000', '160251.685000', '160251.688000', '160251.691000', '160251.694000', '160251.702000', '160251.705000', '160251.708000', '160251.710000', '160251.713000', '160251.716000', '160251.718000', '160251.721000', '160251.724000', '160251.726000', '160251.729000', '160251.732000', '160251.735000', '160251.737000', '160251.740000', '160251.742000', '160251.745000', '160251.748000', '160251.750000', '160251.753000', '160251.756000', '160251.758000', '160251.763000', '160251.766000', '160251.768000', '160251.771000', '160251.774000', '160251.776000', '160251.779000', '160251.781000', '160251.784000', '160251.787000', '160251.789000', '160251.792000', '160251.794000', '160251.797000', '160251.800000', '160251.803000', '160251.805000', '160311.686000', '160311.689000', '160311.691000', '160311.694000', '160311.697000', '160311.699000', '160311.702000', '160311.705000', '160311.707000', '160311.710000', '160311.713000', '160311.715000', '160311.718000', '160311.721000', '160311.723000', '160311.726000', '160311.728000', '160311.731000', '160311.734000', '160311.736000', '160311.739000', '160311.742000', '160311.744000', '160311.747000', '160311.750000', '160311.752000', '160311.755000', '160311.758000', '160311.760000', '160311.763000', '160311.765000', '160311.768000', '160311.771000', '160311.773000', '160311.776000', '160311.779000', '160311.781000', '160311.784000', '160311.787000', '160311.789000', '160311.792000', '160311.795000', '160311.797000', '160311.800000', '160331.687000', '160331.689000', '160331.692000', '160331.695000', '160331.698000', '160331.700000', '160331.703000', '160331.706000', '160331.708000', '160331.711000', '160331.714000', '160331.716000', '160331.719000', '160331.721000', '160331.724000', '160331.727000', '160331.729000', '160331.732000', '160331.734000', '160331.737000', '160331.740000', '160331.742000', '160331.745000', '160331.748000', '160331.751000', '160331.753000', '160331.756000', '160331.759000', '160331.761000', '160331.764000', '160331.766000', '160331.769000', '160331.772000', '160331.774000', '160331.777000', '160331.780000', '160331.782000', '160331.785000', '160331.787000', '160331.790000', '160331.793000', '160331.795000', '160331.798000', '160336.436000', '160336.440000', '160336.442000', '160336.445000', '160336.457000', '160336.460000', '160336.463000', '160336.465000', '160336.468000', '160336.471000', '160336.474000'], 'InstanceCreationTime': ['155711.735000', '155711.738000', '155711.741000', '155711.744000', '155711.746000', '155711.749000', '155711.752000', '155711.754000', '155711.757000', '155711.759000', '155711.762000', '155711.765000', '155711.768000', '155711.770000', '155711.773000', '155711.775000', '155711.778000', '155711.786000', '155711.789000', '155711.791000', '155711.794000', '155711.796000', '155711.799000', '155711.801000', '155711.804000', '155711.807000', '155711.810000', '155711.812000', '155711.815000', '155711.817000', '155711.820000', '155711.822000', '155711.825000', '155711.828000', '155711.830000', '155731.686000', '155731.689000', '155731.692000', '155731.695000', '155731.697000', '155731.700000', '155731.702000', '155731.705000', '155731.712000', '155731.714000', '155731.717000', '155731.720000', '155731.722000', '155731.725000', '155731.727000', '155731.730000', '155731.732000', '155731.735000', '155731.738000', '155731.740000', '155731.743000', '155731.745000', '155731.748000', '155731.751000', '155731.753000', '155731.756000', '155731.758000', '155731.761000', '155731.764000', '155731.766000', '155731.769000', '155731.771000', '155731.774000', '155731.776000', '155731.779000', '155731.781000', '155731.784000', '155731.787000', '155731.789000', '155731.792000', '155731.794000', '155731.797000', '155731.800000', '155731.802000', '155751.686000', '155751.689000', '155751.692000', '155751.695000', '155751.704000', '155751.707000', '155751.710000', '155751.712000', '155751.715000', '155751.717000', '155751.720000', '155751.723000', '155751.725000', '155751.728000', '155751.730000', '155751.733000', '155751.736000', '155751.738000', '155751.741000', '155751.750000', '155751.753000', '155751.755000', '155751.758000', '155751.760000', '155751.763000', '155751.766000', '155751.768000', '155751.771000', '155751.773000', '155751.776000', '155751.779000', '155751.781000', '155751.784000', '155751.787000', '155751.789000', '155751.792000', '155751.794000', '155751.797000', '155751.799000', '155751.802000', '155751.805000', '155751.807000', '155751.810000', '155811.686000', '155811.688000', '155811.691000', '155811.694000', '155811.696000', '155811.699000', '155811.702000', '155811.704000', '155811.707000', '155811.710000', '155811.712000', '155811.715000', '155811.717000', '155811.720000', '155811.723000', '155811.726000', '155811.729000', '155811.732000', '155811.735000', '155811.737000', '155811.740000', '155811.742000', '155811.745000', '155811.748000', '155811.750000', '155811.753000', '155811.756000', '155811.758000', '155811.761000', '155811.763000', '155811.766000', '155811.769000', '155811.771000', '155811.777000', '155811.779000', '155811.782000', '155811.784000', '155811.787000', '155811.790000', '155811.792000', '155811.795000', '155811.798000', '155811.800000', '155831.685000', '155831.688000', '155831.691000', '155831.693000', '155831.696000', '155831.699000', '155831.702000', '155831.705000', '155831.708000', '155831.710000', '155831.713000', '155831.715000', '155831.718000', '155831.721000', '155831.724000', '155831.727000', '155831.729000', '155831.732000', '155831.734000', '155831.737000', '155831.740000', '155831.742000', '155831.745000', '155831.747000', '155831.750000', '155831.753000', '155831.755000', '155831.758000', '155831.760000', '155831.763000', '155831.765000', '155831.768000', '155831.771000', '155831.773000', '155831.776000', '155831.778000', '155831.781000', '155831.784000', '155831.786000', '155831.789000', '155831.792000', '155831.794000', '155831.797000', '155831.799000', '155851.686000', '155851.689000', '155851.692000', '155851.695000', '155851.697000', '155851.700000', '155851.702000', '155851.705000', '155851.708000', '155851.710000', '155851.713000', '155851.715000', '155851.718000', '155851.721000', '155851.723000', '155851.726000', '155851.729000', '155851.731000', '155851.734000', '155851.737000', '155851.739000', '155851.742000', '155851.745000', '155851.747000', '155851.750000', '155851.752000', '155851.755000', '155851.758000', '155851.760000', '155851.763000', '155851.765000', '155851.768000', '155851.771000', '155851.773000', '155851.776000', '155851.778000', '155851.781000', '155851.784000', '155851.786000', '155851.789000', '155851.791000', '155851.794000', '155851.797000', '155851.799000', '155911.686000', '155911.689000', '155911.692000', '155911.695000', '155911.697000', '155911.700000', '155911.702000', '155911.705000', '155911.708000', '155911.710000', '155911.713000', '155911.715000', '155911.718000', '155911.720000', '155911.723000', '155911.726000', '155911.728000', '155911.731000', '155911.734000', '155911.736000', '155911.739000', '155911.741000', '155911.744000', '155911.747000', '155911.749000', '155911.752000', '155911.755000', '155911.757000', '155911.760000', '155911.762000', '155911.765000', '155911.768000', '155911.770000', '155911.773000', '155911.776000', '155911.778000', '155911.781000', '155911.783000', '155911.786000', '155911.788000', '155911.791000', '155911.794000', '155911.796000', '155931.686000', '155931.690000', '155931.693000', '155931.695000', '155931.698000', '155931.701000', '155931.703000', '155931.706000', '155931.708000', '155931.711000', '155931.714000', '155931.717000', '155931.720000', '155931.723000', '155931.726000', '155931.729000', '155931.732000', '155931.734000', '155931.737000', '155931.740000', '155931.742000', '155931.745000', '155931.747000', '155931.750000', '155931.753000', '155931.755000', '155931.758000', '155931.761000', '155931.764000', '155931.767000', '155931.770000', '155931.773000', '155931.775000', '155931.778000', '155931.780000', '155931.783000', '155931.786000', '155931.789000', '155931.791000', '155931.794000', '155931.796000', '155931.799000', '155931.802000', '155951.687000', '155951.690000', '155951.693000', '155951.696000', '155951.698000', '155951.701000', '155951.704000', '155951.706000', '155951.709000', '155951.711000', '155951.715000', '155951.717000', '155951.720000', '155951.722000', '155951.725000', '155951.728000', '155951.730000', '155951.733000', '155951.735000', '155951.738000', '155951.741000', '155951.743000', '155951.746000', '155951.749000', '155951.751000', '155951.754000', '155951.756000', '155951.759000', '155951.762000', '155951.764000', '155951.767000', '155951.769000', '155951.772000', '155951.775000', '155951.777000', '155951.780000', '155951.782000', '155951.785000', '155951.788000', '155951.790000', '155951.793000', '155951.796000', '155951.798000', '155951.801000', '160011.686000', '160011.689000', '160011.692000', '160011.695000', '160011.697000', '160011.700000', '160011.702000', '160011.705000', '160011.708000', '160011.710000', '160011.713000', '160011.715000', '160011.718000', '160011.721000', '160011.724000', '160011.726000', '160011.729000', '160011.732000', '160011.735000', '160011.737000', '160011.740000', '160011.742000', '160011.745000', '160011.747000', '160011.750000', '160011.753000', '160011.755000', '160011.758000', '160011.760000', '160011.763000', '160011.766000', '160011.768000', '160011.771000', '160011.773000', '160011.776000', '160011.778000', '160011.781000', '160011.784000', '160011.786000', '160011.789000', '160011.791000', '160011.794000', '160011.797000', '160031.686000', '160031.689000', '160031.692000', '160031.695000', '160031.697000', '160031.700000', '160031.703000', '160031.705000', '160031.708000', '160031.711000', '160031.714000', '160031.716000', '160031.719000', '160031.722000', '160031.724000', '160031.727000', '160031.730000', '160031.732000', '160031.735000', '160031.737000', '160031.740000', '160031.743000', '160031.745000', '160031.748000', '160031.750000', '160031.753000', '160031.756000', '160031.758000', '160031.761000', '160031.763000', '160031.766000', '160031.769000', '160031.772000', '160031.774000', '160031.777000', '160031.779000', '160031.782000', '160031.785000', '160031.787000', '160031.790000', '160031.792000', '160031.795000', '160031.798000', '160031.801000', '160051.685000', '160051.688000', '160051.691000', '160051.693000', '160051.696000', '160051.699000', '160051.701000', '160051.704000', '160051.706000', '160051.709000', '160051.711000', '160051.714000', '160051.717000', '160051.719000', '160051.722000', '160051.724000', '160051.727000', '160051.729000', '160051.732000', '160051.735000', '160051.737000', '160051.740000', '160051.742000', '160051.745000', '160051.748000', '160051.750000', '160051.753000', '160051.756000', '160051.759000', '160051.761000', '160051.764000', '160051.767000', '160051.769000', '160051.772000', '160051.774000', '160051.777000', '160051.779000', '160051.782000', '160051.785000', '160051.787000', '160051.790000', '160051.792000', '160051.795000', '160111.686000', '160111.690000', '160111.692000', '160111.695000', '160111.697000', '160111.700000', '160111.703000', '160111.705000', '160111.708000', '160111.710000', '160111.713000', '160111.716000', '160111.718000', '160111.721000', '160111.724000', '160111.726000', '160111.729000', '160111.732000', '160111.734000', '160111.737000', '160111.739000', '160111.742000', '160111.745000', '160111.747000', '160111.750000', '160111.753000', '160111.755000', '160111.758000', '160111.761000', '160111.763000', '160111.766000', '160111.768000', '160111.771000', '160111.774000', '160111.777000', '160111.779000', '160111.782000', '160111.784000', '160111.787000', '160111.790000', '160111.792000', '160111.795000', '160111.797000', '160111.800000', '160131.687000', '160131.689000', '160131.692000', '160131.695000', '160131.698000', '160131.700000', '160131.703000', '160131.706000', '160131.709000', '160131.711000', '160131.714000', '160131.717000', '160131.719000', '160131.722000', '160131.725000', '160131.728000', '160131.731000', '160131.734000', '160131.736000', '160131.739000', '160131.742000', '160131.744000', '160131.747000', '160131.750000', '160131.752000', '160131.755000', '160131.758000', '160131.761000', '160131.764000', '160131.767000', '160131.770000', '160131.773000', '160131.776000', '160131.778000', '160131.781000', '160131.783000', '160131.786000', '160131.789000', '160131.791000', '160131.794000', '160131.797000', '160131.799000', '160131.802000', '160151.686000', '160151.689000', '160151.692000', '160151.695000', '160151.697000', '160151.700000', '160151.702000', '160151.705000', '160151.708000', '160151.710000', '160151.713000', '160151.716000', '160151.718000', '160151.721000', '160151.724000', '160151.726000', '160151.729000', '160151.732000', '160151.734000', '160151.737000', '160151.740000', '160151.742000', '160151.745000', '160151.747000', '160151.750000', '160151.753000', '160151.755000', '160151.758000', '160151.761000', '160151.763000', '160151.766000', '160151.768000', '160151.771000', '160151.774000', '160151.776000', '160151.779000', '160151.782000', '160151.784000', '160151.787000', '160151.790000', '160151.793000', '160151.795000', '160151.798000', '160151.800000', '160211.686000', '160211.690000', '160211.692000', '160211.695000', '160211.698000', '160211.701000', '160211.703000', '160211.706000', '160211.708000', '160211.711000', '160211.714000', '160211.716000', '160211.719000', '160211.722000', '160211.724000', '160211.727000', '160211.729000', '160211.732000', '160211.735000', '160211.738000', '160211.740000', '160211.743000', '160211.746000', '160211.748000', '160211.751000', '160211.754000', '160211.757000', '160211.759000', '160211.762000', '160211.765000', '160211.767000', '160211.770000', '160211.772000', '160211.775000', '160211.778000', '160211.780000', '160211.796000', '160211.799000', '160211.801000', '160211.804000', '160211.807000', '160211.809000', '160211.812000', '160231.687000', '160231.689000', '160231.692000', '160231.695000', '160231.698000', '160231.700000', '160231.703000', '160231.706000', '160231.709000', '160231.711000', '160231.714000', '160231.717000', '160231.719000', '160231.722000', '160231.725000', '160231.727000', '160231.730000', '160231.733000', '160231.735000', '160231.738000', '160231.741000', '160231.743000', '160231.746000', '160231.749000', '160231.751000', '160231.754000', '160231.756000', '160231.759000', '160231.762000', '160231.764000', '160231.767000', '160231.769000', '160231.772000', '160231.775000', '160231.777000', '160231.780000', '160231.783000', '160231.785000', '160231.788000', '160231.791000', '160231.793000', '160231.796000', '160231.799000', '160231.801000', '160251.685000', '160251.688000', '160251.691000', '160251.694000', '160251.702000', '160251.705000', '160251.708000', '160251.710000', '160251.713000', '160251.716000', '160251.718000', '160251.721000', '160251.724000', '160251.726000', '160251.729000', '160251.732000', '160251.735000', '160251.737000', '160251.740000', '160251.742000', '160251.745000', '160251.748000', '160251.750000', '160251.753000', '160251.756000', '160251.758000', '160251.763000', '160251.766000', '160251.768000', '160251.771000', '160251.774000', '160251.776000', '160251.779000', '160251.781000', '160251.784000', '160251.787000', '160251.789000', '160251.792000', '160251.794000', '160251.797000', '160251.800000', '160251.803000', '160251.805000', '160311.686000', '160311.689000', '160311.691000', '160311.694000', '160311.697000', '160311.699000', '160311.702000', '160311.705000', '160311.707000', '160311.710000', '160311.713000', '160311.715000', '160311.718000', '160311.721000', '160311.723000', '160311.726000', '160311.728000', '160311.731000', '160311.734000', '160311.736000', '160311.739000', '160311.742000', '160311.744000', '160311.747000', '160311.750000', '160311.752000', '160311.755000', '160311.758000', '160311.760000', '160311.763000', '160311.765000', '160311.768000', '160311.771000', '160311.773000', '160311.776000', '160311.779000', '160311.781000', '160311.784000', '160311.787000', '160311.789000', '160311.792000', '160311.795000', '160311.797000', '160311.800000', '160331.687000', '160331.689000', '160331.692000', '160331.695000', '160331.698000', '160331.700000', '160331.703000', '160331.706000', '160331.708000', '160331.711000', '160331.714000', '160331.716000', '160331.719000', '160331.721000', '160331.724000', '160331.727000', '160331.729000', '160331.732000', '160331.734000', '160331.737000', '160331.740000', '160331.742000', '160331.745000', '160331.748000', '160331.751000', '160331.753000', '160331.756000', '160331.759000', '160331.761000', '160331.764000', '160331.766000', '160331.769000', '160331.772000', '160331.774000', '160331.777000', '160331.780000', '160331.782000', '160331.785000', '160331.787000', '160331.790000', '160331.793000', '160331.795000', '160331.798000', '160336.436000', '160336.440000', '160336.442000', '160336.445000', '160336.457000', '160336.460000', '160336.463000', '160336.465000', '160336.468000', '160336.471000', '160336.474000'], '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], 'LargestImagePixelValue': [14129, 11361, 9276, 9294, 10301, 9998, 10587, 12632, 11962, 9128, 9391, 9438, 9601, 7645, 11433, 12131, 14901, 10597, 8627, 8974, 9279, 8944, 9443, 9271, 12381, 15240, 11283, 12816, 10416, 8807, 9010, 9144, 9079, 8586, 8893, 9290, 9877, 13075, 9575, 9439, 9362, 9196, 10173, 9969, 13770, 11637, 14056, 14340, 9635, 8890, 9229, 10649, 10016, 9728, 10103, 12568, 8976, 9055, 13440, 9857, 8403, 10140, 14345, 18507, 18280, 15370, 12933, 9788, 9636, 9256, 8062, 10203, 8588, 8869, 9380, 8226, 10377, 8934, 9711, 9662, 10079, 14117, 14009, 10856, 15350, 10311, 9129, 12515, 8785, 8707, 11886, 9316, 10818, 13956, 12681, 10555, 15317, 9247, 11084, 12555, 10921, 9312, 8878, 10386, 9271, 9899, 11175, 10473, 12699, 13150, 10191, 10299, 12818, 13034, 14607, 16160, 17313, 14691, 16487, 12926, 10685, 14719, 8854, 8808, 12683, 9591, 9768, 14945, 10058, 9908, 12131, 9384, 9192, 11539, 9636, 10794, 14037, 11478, 12725, 10426, 9516, 8253, 9594, 9129, 8962, 10179, 8424, 9119, 12370, 10289, 8339, 13454, 10811, 9575, 13598, 11029, 13908, 12068, 9545, 15437, 12642, 9410, 16561, 15295, 14576, 15514, 11569, 11395, 10606, 8264, 8922, 8892, 7996, 8750, 9841, 8116, 9306, 10985, 8246, 8913, 11946, 10901, 11816, 14682, 13832, 14575, 13600, 10891, 15849, 13959, 9127, 14043, 9327, 8696, 11766, 8558, 9112, 10329, 8474, 9397, 8497, 8771, 12945, 12994, 14762, 13605, 13480, 9978, 9302, 8799, 10888, 9959, 9440, 8644, 8124, 7976, 7904, 9410, 7876, 10930, 12077, 9103, 13009, 11833, 8039, 12999, 9213, 9024, 13073, 9653, 8493, 16555, 15560, 13893, 17113, 13855, 9328, 13508, 8496, 8203, 8773, 8173, 9614, 8063, 8490, 10537, 7640, 8445, 10764, 12808, 13688, 13408, 10073, 13525, 8427, 8004, 11816, 8454, 8439, 11240, 8736, 11491, 13589, 10323, 10134, 9492, 7745, 7956, 11236, 8537, 7993, 12584, 13079, 13189, 13825, 16519, 14591, 13643, 17476, 13189, 11587, 13399, 15188, 10024, 11006, 17083, 10714, 10054, 9765, 9111, 7456, 7922, 9086, 8816, 8119, 8571, 9328, 8027, 9833, 9834, 7731, 12577, 9483, 10110, 11114, 7924, 13535, 12915, 12999, 11735, 8553, 10186, 10297, 7634, 13217, 9865, 8493, 15121, 15245, 11567, 15972, 13386, 10816, 14231, 9004, 12674, 9599, 7604, 10648, 8231, 8302, 10835, 8032, 11688, 9727, 8051, 12886, 9108, 7851, 16161, 15145, 11994, 9593, 8118, 8800, 10312, 10263, 8863, 9597, 11352, 8407, 9158, 12497, 10247, 10418, 15557, 14429, 13602, 14685, 12474, 10583, 8883, 8536, 8379, 9765, 9576, 10974, 13934, 11519, 8589, 7707, 8470, 7932, 8508, 11247, 8100, 8754, 10518, 7760, 12614, 9066, 12799, 10079, 8212, 12048, 8666, 9442, 10182, 8133, 13056, 9036, 8081, 11612, 8036, 9203, 9297, 7747, 12070, 8589, 7958, 12105, 8692, 8322, 11589, 8777, 8124, 12886, 10053, 9134, 15264, 12459, 9773, 12670, 8899, 7822, 10948, 8186, 10158, 9572, 7911, 9770, 11008, 10323, 12931, 14350, 10365, 9618, 10000, 10170, 12580, 13339, 17499, 16744, 10248, 8194, 7416, 9867, 8536, 8210, 11836, 8574, 8001, 13477, 9916, 8039, 12515, 10321, 8464, 11246, 12146, 12884, 10303, 15854, 12515, 9597, 12523, 8993, 8248, 10278, 8131, 12618, 8942, 8166, 11216, 8113, 11395, 9012, 8169, 11227, 8440, 8401, 11220, 8383, 9928, 13914, 11387, 14321, 12265, 8923, 13268, 10563, 8359, 9680, 8839, 8275, 10971, 8578, 8065, 11976, 8784, 8182, 13310, 10501, 8170, 16021, 16117, 18032, 20088, 17556, 14383, 13079, 14343, 9408, 7809, 8184, 7968, 10258, 8259, 10081, 9508, 8246, 12385, 8513, 7506, 11395, 8740, 8186, 11603, 7947, 8224, 12623, 13650, 13671, 15901, 10883, 8478, 10630, 8342, 8568, 10134, 8887, 7626, 12035, 9744, 11618, 15965, 15156, 14365, 15563, 14845, 12330, 15376, 12804, 8113, 10558, 8442, 9026, 8554, 7596, 10832, 8026, 8236, 9863, 8824, 15631, 16387, 11800, 9908, 14788, 15485, 9426, 7348, 7924, 8618, 7905, 7922, 9756, 8185, 7860, 8668, 10427, 8946, 11690, 12659, 9111, 14447, 14527, 11256, 16668, 14078, 10484, 13608, 9389, 11579, 9372, 7719, 10630, 8302, 8001, 10483, 8258, 7883, 10372, 7779, 8881, 9709, 7829, 10154, 9617, 7440, 13492, 16641, 16393, 15122, 10410, 8473, 10817, 14024, 10618, 8453, 9693, 9031, 8704, 8409, 16826, 16936, 11221, 10499, 13659, 9946, 8147, 10376, 8295, 7275, 7531, 7690, 9118, 7619, 7882, 9067, 10723, 8277, 7883, 12786, 9279, 7412, 13882, 9487, 8831, 11972, 9247, 12678, 9858, 7633, 15178, 10483, 16964, 10666, 7643, 11122, 9369, 8241, 11061, 8598, 15623, 11139, 7902, 10242, 8493, 11121, 8689, 7805, 10883, 8833, 8842, 10150, 8019, 8967, 9565, 7764, 9244, 9911, 7728, 10909, 9931, 8086, 13000, 10691, 7873, 12849, 9717, 7866, 12586, 8877, 7637, 12130, 10362, 11119, 17701, 14981, 14410, 15370, 9696, 7956, 7800, 9716, 7927, 9405, 9751, 7991, 10464, 9881, 7927, 11970, 10662, 9431, 16029, 14845, 12773, 12141, 10760, 10820, 10801, 8470, 7782, 8243, 9689, 8037, 9301, 9479, 7819, 11991, 9355, 7862, 11520, 8968, 8393, 12453, 9448, 9233, 12059, 9248, 8132, 12102, 9750, 8124, 12271, 9491, 7734, 11276, 9929, 8064, 9423, 14426, 16457, 15312, 16500, 11068, 8283, 7614, 9932, 7821, 7976, 12237, 9778, 9764, 13235, 8933, 7951, 9960, 9476, 7820, 9289, 9282, 7668, 10403, 13499, 9775, 8669, 12192, 9866, 7735, 15873, 15675, 11570, 9218, 9942, 7928, 7646, 10328, 8339, 7591, 11585, 9476, 7610, 9039, 10709, 8452, 7615, 12325, 10397, 7565, 13560, 14433, 14044, 16178, 13261, 10680, 11901, 8955, 11193, 10295, 7569, 12130, 9592, 7521, 10816, 8408, 7580, 10943, 8683, 7679, 12797, 10592, 7595, 11080, 9626, 10190, 13047, 10128, 8087, 12471, 11020, 12730, 15246, 15569, 14710, 16785, 14607, 10195, 8993, 8630, 8623, 9789, 8427, 7933, 10707, 8235, 8259, 13407, 12250, 13262, 15987, 15599, 14682, 9017, 8684, 7924, 8774, 7648, 10478, 10792, 7934, 7437, 9689, 8713, 7920, 10480, 10080, 7744, 13675, 14446, 10812, 11489, 8915, 8726, 10645, 7949, 11972, 9847, 8016, 11080], 'WindowCenter': [4571.0, 4536.0, 4491.0, 4478.0, 4484.0, 4485.0, 4484.0, 4505.0, 4504.0, 4475.0, 4475.0, 4472.0, 4484.0, 4453.0, 4505.0, 4505.0, 4525.0, 4495.0, 4466.0, 4463.0, 4471.0, 4463.0, 4462.0, 4461.0, 4502.0, 4525.0, 4495.0, 4505.0, 4483.0, 4463.0, 4461.0, 4462.0, 4460.0, 4461.0, 4463.0, 4473.0, 4484.0, 4516.0, 4497.0, 4488.0, 4486.0, 4485.0, 4484.0, 4487.0, 4530.0, 4511.0, 4518.0, 4527.0, 4476.0, 4465.0, 4475.0, 4485.0, 4475.0, 4475.0, 4474.0, 4493.0, 4465.0, 4463.0, 4492.0, 4462.0, 4440.0, 4471.0, 4502.0, 4513.0, 4515.0, 4504.0, 4479.0, 4448.0, 4449.0, 4448.0, 4427.0, 4456.0, 4436.0, 4436.0, 4438.0, 4428.0, 4458.0, 4439.0, 4449.0, 4450.0, 4449.0, 4489.0, 4490.0, 4470.0, 4490.0, 4459.0, 4438.0, 4469.0, 4439.0, 4438.0, 4467.0, 4449.0, 4460.0, 4505.0, 4495.0, 4462.0, 4503.0, 4461.0, 4443.0, 4480.0, 4460.0, 4439.0, 4450.0, 4472.0, 4461.0, 4461.0, 4509.0, 4474.0, 4481.0, 4480.0, 4461.0, 4461.0, 4505.0, 4504.0, 4503.0, 4515.0, 4524.0, 4504.0, 4513.0, 4481.0, 4461.0, 4489.0, 4438.0, 4438.0, 4468.0, 4449.0, 4449.0, 4489.0, 4449.0, 4448.0, 4466.0, 4450.0, 4438.0, 4456.0, 4447.0, 4467.0, 4461.0, 4479.0, 4488.0, 4469.0, 4457.0, 4439.0, 4449.0, 4447.0, 4440.0, 4460.0, 4442.0, 4451.0, 4491.0, 4473.0, 4442.0, 4489.0, 4469.0, 4448.0, 4476.0, 4457.0, 4474.0, 4465.0, 4435.0, 4482.0, 4466.0, 4434.0, 4498.0, 4490.0, 4487.0, 4487.0, 4456.0, 4455.0, 4454.0, 4426.0, 4435.0, 4435.0, 4428.0, 4438.0, 4456.0, 4441.0, 4460.0, 4469.0, 4440.0, 4447.0, 4467.0, 4469.0, 4467.0, 4490.0, 4491.0, 4501.0, 4499.0, 4479.0, 4509.0, 4487.0, 4446.0, 4486.0, 4435.0, 4435.0, 4465.0, 4436.0, 4436.0, 4456.0, 4437.0, 4447.0, 4434.0, 4448.0, 4488.0, 4479.0, 4501.0, 4499.0, 4499.0, 4457.0, 4459.0, 4433.0, 4467.0, 4446.0, 4459.0, 4439.0, 4441.0, 4441.0, 4440.0, 4446.0, 4424.0, 4454.0, 4452.0, 4423.0, 4462.0, 4454.0, 4413.0, 4464.0, 4433.0, 4434.0, 4474.0, 4433.0, 4422.0, 4497.0, 4497.0, 4475.0, 4497.0, 4475.0, 4446.0, 4474.0, 4424.0, 4422.0, 4423.0, 4424.0, 4443.0, 4425.0, 4435.0, 4454.0, 4427.0, 4435.0, 4454.0, 4475.0, 4477.0, 4476.0, 4447.0, 4475.0, 4423.0, 4415.0, 4464.0, 4424.0, 4425.0, 4452.0, 4434.0, 4465.0, 4488.0, 4458.0, 4456.0, 4445.0, 4415.0, 4414.0, 4453.0, 4425.0, 4427.0, 4478.0, 4489.0, 4477.0, 4490.0, 4510.0, 4500.0, 4486.0, 4495.0, 4475.0, 4456.0, 4455.0, 4462.0, 4432.0, 4446.0, 4500.0, 4458.0, 4444.0, 4447.0, 4447.0, 4416.0, 4427.0, 4435.0, 4435.0, 4415.0, 4425.0, 4445.0, 4426.0, 4434.0, 4445.0, 4404.0, 4462.0, 4434.0, 4431.0, 4440.0, 4399.0, 4448.0, 4452.0, 4450.0, 4440.0, 4409.0, 4428.0, 4429.0, 4399.0, 4459.0, 4431.0, 4410.0, 4482.0, 4483.0, 4454.0, 4484.0, 4475.0, 4443.0, 4473.0, 4422.0, 4462.0, 4432.0, 4414.0, 4441.0, 4413.0, 4413.0, 4443.0, 4412.0, 4451.0, 4431.0, 4412.0, 4461.0, 4442.0, 4435.0, 4520.0, 4498.0, 4468.0, 4446.0, 4415.0, 4437.0, 4445.0, 4446.0, 4436.0, 4436.0, 4468.0, 4428.0, 4448.0, 4478.0, 4458.0, 4455.0, 4489.0, 4478.0, 4477.0, 4477.0, 4466.0, 4449.0, 4437.0, 4426.0, 4424.0, 4430.0, 4422.0, 4442.0, 4473.0, 4451.0, 4411.0, 4418.0, 4426.0, 4417.0, 4424.0, 4443.0, 4414.0, 4425.0, 4444.0, 4416.0, 4463.0, 4423.0, 4450.0, 4419.0, 4401.0, 4439.0, 4397.0, 4408.0, 4418.0, 4399.0, 4461.0, 4421.0, 4398.0, 4438.0, 4398.0, 4420.0, 4420.0, 4399.0, 4449.0, 4424.0, 4424.0, 4465.0, 4434.0, 4425.0, 4465.0, 4436.0, 4425.0, 4476.0, 4456.0, 4449.0, 4509.0, 4490.0, 4459.0, 4488.0, 4448.0, 4415.0, 4467.0, 4438.0, 4458.0, 4448.0, 4428.0, 4459.0, 4466.0, 4473.0, 4491.0, 4503.0, 4472.0, 4461.0, 4458.0, 4470.0, 4467.0, 4507.0, 4528.0, 4513.0, 4474.0, 4441.0, 4430.0, 4470.0, 4449.0, 4452.0, 4490.0, 4450.0, 4438.0, 4487.0, 4446.0, 4425.0, 4474.0, 4456.0, 4426.0, 4455.0, 4465.0, 4475.0, 4456.0, 4496.0, 4476.0, 4443.0, 4464.0, 4435.0, 4422.0, 4442.0, 4414.0, 4463.0, 4435.0, 4415.0, 4452.0, 4415.0, 4453.0, 4435.0, 4425.0, 4453.0, 4426.0, 4425.0, 4465.0, 4436.0, 4458.0, 4501.0, 4481.0, 4500.0, 4480.0, 4450.0, 4489.0, 4468.0, 4439.0, 4445.0, 4437.0, 4437.0, 4465.0, 4439.0, 4430.0, 4477.0, 4448.0, 4440.0, 4488.0, 4469.0, 4452.0, 4521.0, 4523.0, 4534.0, 4535.0, 4536.0, 4500.0, 4488.0, 4487.0, 4434.0, 4402.0, 4411.0, 4413.0, 4443.0, 4422.0, 4444.0, 4443.0, 4423.0, 4462.0, 4421.0, 4400.0, 4450.0, 4424.0, 4411.0, 4464.0, 4426.0, 4423.0, 4463.0, 4474.0, 4477.0, 4497.0, 4455.0, 4415.0, 4441.0, 4414.0, 4411.0, 4431.0, 4432.0, 4414.0, 4463.0, 4444.0, 4466.0, 4509.0, 4510.0, 4500.0, 4498.0, 4488.0, 4475.0, 4495.0, 4475.0, 4412.0, 4442.0, 4412.0, 4423.0, 4422.0, 4402.0, 4440.0, 4401.0, 4412.0, 4423.0, 4410.0, 4448.0, 4463.0, 4440.0, 4432.0, 4487.0, 4473.0, 4435.0, 4391.0, 4401.0, 4409.0, 4400.0, 4402.0, 4422.0, 4414.0, 4414.0, 4423.0, 4441.0, 4422.0, 4438.0, 4438.0, 4410.0, 4448.0, 4448.0, 4430.0, 4471.0, 4459.0, 4430.0, 4448.0, 4408.0, 4426.0, 4404.0, 4375.0, 4415.0, 4395.0, 4388.0, 4427.0, 4411.0, 4399.0, 4429.0, 4401.0, 4419.0, 4419.0, 4399.0, 4440.0, 4433.0, 4424.0, 4496.0, 4519.0, 4520.0, 4506.0, 4464.0, 4435.0, 4456.0, 4477.0, 4446.0, 4426.0, 4444.0, 4437.0, 4438.0, 4440.0, 4510.0, 4524.0, 4472.0, 4458.0, 4464.0, 4434.0, 4401.0, 4435.0, 4414.0, 4401.0, 4411.0, 4425.0, 4434.0, 4413.0, 4411.0, 4421.0, 4438.0, 4410.0, 4399.0, 4460.0, 4430.0, 4399.0, 4458.0, 4416.0, 4406.0, 4434.0, 4415.0, 4444.0, 4413.0, 4384.0, 4466.0, 4441.0, 4479.0, 4427.0, 4385.0, 4424.0, 4405.0, 4394.0, 4437.0, 4411.0, 4482.0, 4442.0, 4401.0, 4430.0, 4412.0, 4451.0, 4434.0, 4413.0, 4450.0, 4421.0, 4418.0, 4441.0, 4411.0, 4430.0, 4442.0, 4425.0, 4443.0, 4467.0, 4438.0, 4467.0, 4469.0, 4436.0, 4483.0, 4455.0, 4423.0, 4473.0, 4444.0, 4424.0, 4477.0, 4448.0, 4426.0, 4474.0, 4454.0, 4465.0, 4507.0, 4497.0, 4495.0, 4506.0, 4456.0, 4436.0, 4424.0, 4443.0, 4423.0, 4442.0, 4444.0, 4436.0, 4464.0, 4456.0, 4436.0, 4475.0, 4466.0, 4446.0, 4508.0, 4500.0, 4491.0, 4467.0, 4456.0, 4470.0, 4455.0, 4426.0, 4415.0, 4425.0, 4446.0, 4416.0, 4435.0, 4445.0, 4415.0, 4464.0, 4447.0, 4426.0, 4463.0, 4434.0, 4410.0, 4460.0, 4433.0, 4432.0, 4462.0, 4432.0, 4413.0, 4462.0, 4444.0, 4423.0, 4461.0, 4444.0, 4414.0, 4454.0, 4444.0, 4423.0, 4433.0, 4495.0, 4507.0, 4497.0, 4507.0, 4467.0, 4436.0, 4426.0, 4443.0, 4414.0, 4413.0, 4462.0, 4446.0, 4456.0, 4488.0, 4447.0, 4437.0, 4465.0, 4444.0, 4424.0, 4432.0, 4443.0, 4425.0, 4466.0, 4486.0, 4456.0, 4437.0, 4476.0, 4456.0, 4425.0, 4506.0, 4496.0, 4466.0, 4444.0, 4467.0, 4438.0, 4437.0, 4466.0, 4434.0, 4424.0, 4451.0, 4431.0, 4412.0, 4433.0, 4454.0, 4434.0, 4425.0, 4474.0, 4454.0, 4413.0, 4473.0, 4484.0, 4483.0, 4496.0, 4474.0, 4453.0, 4451.0, 4422.0, 4449.0, 4430.0, 4399.0, 4449.0, 4428.0, 4401.0, 4450.0, 4421.0, 4413.0, 4451.0, 4433.0, 4413.0, 4486.0, 4467.0, 4427.0, 4466.0, 4457.0, 4458.0, 4487.0, 4456.0, 4426.0, 4488.0, 4467.0, 4488.0, 4510.0, 4509.0, 4498.0, 4499.0, 4485.0, 4455.0, 4446.0, 4435.0, 4436.0, 4443.0, 4425.0, 4424.0, 4466.0, 4425.0, 4425.0, 4486.0, 4480.0, 4488.0, 4502.0, 4488.0, 4500.0, 4426.0, 4413.0, 4412.0, 4425.0, 4403.0, 4446.0, 4443.0, 4414.0, 4405.0, 4433.0, 4411.0, 4403.0, 4432.0, 4430.0, 4379.0, 4448.0, 4448.0, 4429.0, 4427.0, 4409.0, 4398.0, 4415.0, 4386.0, 4423.0, 4405.0, 4385.0, 4426.0], 'WindowWidth': [10016.0, 9954.0, 9884.0, 9856.0, 9859.0, 9859.0, 9859.0, 9888.0, 9886.0, 9848.0, 9847.0, 9837.0, 9858.0, 9815.0, 9888.0, 9888.0, 9917.0, 9875.0, 9834.0, 9828.0, 9835.0, 9823.0, 9820.0, 9819.0, 9880.0, 9915.0, 9874.0, 9887.0, 9854.0, 9826.0, 9821.0, 9821.0, 9819.0, 9821.0, 9824.0, 9840.0, 9858.0, 9906.0, 9882.0, 9871.0, 9865.0, 9861.0, 9858.0, 9865.0, 9931.0, 9903.0, 9906.0, 9918.0, 9847.0, 9829.0, 9843.0, 9858.0, 9843.0, 9841.0, 9838.0, 9864.0, 9829.0, 9823.0, 9862.0, 9816.0, 9787.0, 9832.0, 9878.0, 9903.0, 9914.0, 9887.0, 9839.0, 9795.0, 9796.0, 9791.0, 9763.0, 9801.0, 9775.0, 9774.0, 9776.0, 9763.0, 9804.0, 9782.0, 9797.0, 9798.0, 9796.0, 9849.0, 9853.0, 9825.0, 9855.0, 9810.0, 9778.0, 9820.0, 9780.0, 9779.0, 9815.0, 9795.0, 9810.0, 9885.0, 9866.0, 9817.0, 9876.0, 9818.0, 9774.0, 9841.0, 9811.0, 9779.0, 9797.0, 9832.0, 9818.0, 9816.0, 9903.0, 9838.0, 9840.0, 9838.0, 9815.0, 9816.0, 9887.0, 9882.0, 9877.0, 9904.0, 9911.0, 9882.0, 9896.0, 9844.0, 9814.0, 9852.0, 9779.0, 9778.0, 9819.0, 9793.0, 9793.0, 9849.0, 9794.0, 9791.0, 9813.0, 9796.0, 9776.0, 9798.0, 9791.0, 9820.0, 9796.0, 9841.0, 9854.0, 9826.0, 9808.0, 9786.0, 9796.0, 9792.0, 9785.0, 9812.0, 9792.0, 9805.0, 9860.0, 9838.0, 9794.0, 9854.0, 9825.0, 9791.0, 9829.0, 9801.0, 9820.0, 9811.0, 9768.0, 9833.0, 9813.0, 9770.0, 9872.0, 9858.0, 9848.0, 9851.0, 9803.0, 9797.0, 9796.0, 9762.0, 9772.0, 9771.0, 9765.0, 9780.0, 9805.0, 9790.0, 9816.0, 9826.0, 9787.0, 9793.0, 9819.0, 9826.0, 9819.0, 9859.0, 9858.0, 9875.0, 9871.0, 9843.0, 9883.0, 9850.0, 9790.0, 9845.0, 9773.0, 9773.0, 9813.0, 9775.0, 9776.0, 9803.0, 9780.0, 9793.0, 9771.0, 9798.0, 9849.0, 9841.0, 9876.0, 9870.0, 9871.0, 9809.0, 9815.0, 9769.0, 9819.0, 9787.0, 9812.0, 9785.0, 9792.0, 9794.0, 9789.0, 9790.0, 9757.0, 9794.0, 9789.0, 9750.0, 9801.0, 9793.0, 9738.0, 9808.0, 9766.0, 9768.0, 9824.0, 9765.0, 9749.0, 9864.0, 9865.0, 9832.0, 9869.0, 9828.0, 9791.0, 9826.0, 9756.0, 9749.0, 9753.0, 9756.0, 9780.0, 9759.0, 9773.0, 9798.0, 9769.0, 9775.0, 9799.0, 9826.0, 9835.0, 9832.0, 9791.0, 9828.0, 9755.0, 9744.0, 9808.0, 9755.0, 9757.0, 9792.0, 9771.0, 9816.0, 9850.0, 9808.0, 9803.0, 9787.0, 9743.0, 9740.0, 9791.0, 9758.0, 9763.0, 9835.0, 9853.0, 9835.0, 9855.0, 9889.0, 9875.0, 9848.0, 9858.0, 9828.0, 9799.0, 9788.0, 9799.0, 9760.0, 9785.0, 9877.0, 9811.0, 9781.0, 9791.0, 9791.0, 9750.0, 9764.0, 9771.0, 9771.0, 9743.0, 9758.0, 9786.0, 9761.0, 9765.0, 9782.0, 9727.0, 9803.0, 9765.0, 9759.0, 9768.0, 9710.0, 9779.0, 9788.0, 9782.0, 9768.0, 9725.0, 9750.0, 9751.0, 9713.0, 9795.0, 9758.0, 9729.0, 9832.0, 9836.0, 9797.0, 9843.0, 9826.0, 9779.0, 9820.0, 9748.0, 9802.0, 9761.0, 9742.0, 9774.0, 9738.0, 9737.0, 9778.0, 9736.0, 9787.0, 9761.0, 9733.0, 9801.0, 9785.0, 9781.0, 9909.0, 9872.0, 9822.0, 9787.0, 9741.0, 9777.0, 9784.0, 9785.0, 9773.0, 9773.0, 9818.0, 9767.0, 9795.0, 9834.0, 9808.0, 9799.0, 9856.0, 9837.0, 9830.0, 9834.0, 9813.0, 9792.0, 9776.0, 9758.0, 9752.0, 9757.0, 9744.0, 9774.0, 9822.0, 9785.0, 9727.0, 9753.0, 9759.0, 9749.0, 9753.0, 9774.0, 9738.0, 9753.0, 9779.0, 9748.0, 9805.0, 9751.0, 9782.0, 9738.0, 9714.0, 9761.0, 9703.0, 9719.0, 9733.0, 9710.0, 9797.0, 9745.0, 9711.0, 9761.0, 9710.0, 9741.0, 9741.0, 9716.0, 9783.0, 9755.0, 9757.0, 9810.0, 9769.0, 9758.0, 9813.0, 9775.0, 9759.0, 9830.0, 9805.0, 9796.0, 9883.0, 9855.0, 9811.0, 9851.0, 9795.0, 9748.0, 9817.0, 9780.0, 9808.0, 9794.0, 9768.0, 9809.0, 9819.0, 9835.0, 9859.0, 9879.0, 9833.0, 9816.0, 9807.0, 9828.0, 9815.0, 9898.0, 9927.0, 9894.0, 9839.0, 9790.0, 9776.0, 9830.0, 9800.0, 9808.0, 9859.0, 9805.0, 9783.0, 9847.0, 9789.0, 9763.0, 9828.0, 9802.0, 9760.0, 9798.0, 9812.0, 9826.0, 9801.0, 9862.0, 9830.0, 9781.0, 9810.0, 9771.0, 9749.0, 9776.0, 9741.0, 9806.0, 9770.0, 9743.0, 9789.0, 9745.0, 9791.0, 9769.0, 9756.0, 9793.0, 9761.0, 9759.0, 9814.0, 9778.0, 9809.0, 9871.0, 9845.0, 9870.0, 9844.0, 9801.0, 9853.0, 9823.0, 9784.0, 9789.0, 9778.0, 9779.0, 9815.0, 9784.0, 9772.0, 9836.0, 9798.0, 9787.0, 9852.0, 9826.0, 9811.0, 9905.0, 9915.0, 9934.0, 9938.0, 9938.0, 9875.0, 9852.0, 9847.0, 9766.0, 9721.0, 9730.0, 9736.0, 9777.0, 9751.0, 9781.0, 9780.0, 9753.0, 9804.0, 9747.0, 9718.0, 9784.0, 9755.0, 9734.0, 9810.0, 9765.0, 9755.0, 9807.0, 9825.0, 9832.0, 9862.0, 9800.0, 9743.0, 9775.0, 9738.0, 9729.0, 9757.0, 9763.0, 9741.0, 9808.0, 9785.0, 9818.0, 9887.0, 9891.0, 9873.0, 9869.0, 9853.0, 9829.0, 9855.0, 9825.0, 9737.0, 9775.0, 9737.0, 9750.0, 9749.0, 9723.0, 9770.0, 9718.0, 9736.0, 9746.0, 9725.0, 9773.0, 9805.0, 9770.0, 9763.0, 9849.0, 9819.0, 9772.0, 9701.0, 9713.0, 9723.0, 9713.0, 9719.0, 9744.0, 9738.0, 9739.0, 9749.0, 9771.0, 9744.0, 9762.0, 9759.0, 9724.0, 9772.0, 9776.0, 9753.0, 9818.0, 9795.0, 9753.0, 9777.0, 9719.0, 9741.0, 9709.0, 9670.0, 9724.0, 9699.0, 9693.0, 9745.0, 9730.0, 9713.0, 9754.0, 9718.0, 9740.0, 9739.0, 9715.0, 9771.0, 9765.0, 9765.0, 9867.0, 9905.0, 9906.0, 9877.0, 9817.0, 9777.0, 9802.0, 9827.0, 9780.0, 9759.0, 9780.0, 9775.0, 9781.0, 9789.0, 9896.0, 9919.0, 9835.0, 9808.0, 9808.0, 9763.0, 9712.0, 9765.0, 9735.0, 9717.0, 9735.0, 9762.0, 9771.0, 9742.0, 9738.0, 9746.0, 9765.0, 9730.0, 9713.0, 9796.0, 9758.0, 9716.0, 9791.0, 9733.0, 9716.0, 9753.0, 9729.0, 9766.0, 9722.0, 9684.0, 9799.0, 9774.0, 9823.0, 9745.0, 9687.0, 9737.0, 9713.0, 9698.0, 9761.0, 9732.0, 9831.0, 9772.0, 9717.0, 9753.0, 9731.0, 9788.0, 9770.0, 9740.0, 9785.0, 9746.0, 9739.0, 9773.0, 9735.0, 9760.0, 9779.0, 9761.0, 9785.0, 9823.0, 9787.0, 9822.0, 9828.0, 9779.0, 9838.0, 9801.0, 9756.0, 9824.0, 9786.0, 9758.0, 9835.0, 9796.0, 9765.0, 9826.0, 9800.0, 9816.0, 9880.0, 9865.0, 9859.0, 9874.0, 9806.0, 9779.0, 9759.0, 9783.0, 9757.0, 9780.0, 9786.0, 9779.0, 9814.0, 9806.0, 9780.0, 9831.0, 9819.0, 9790.0, 9882.0, 9873.0, 9857.0, 9818.0, 9800.0, 9827.0, 9797.0, 9760.0, 9743.0, 9758.0, 9789.0, 9745.0, 9769.0, 9783.0, 9742.0, 9806.0, 9793.0, 9763.0, 9806.0, 9766.0, 9731.0, 9799.0, 9766.0, 9761.0, 9804.0, 9764.0, 9739.0, 9805.0, 9782.0, 9752.0, 9803.0, 9783.0, 9743.0, 9795.0, 9783.0, 9753.0, 9769.0, 9859.0, 9877.0, 9862.0, 9875.0, 9821.0, 9778.0, 9763.0, 9781.0, 9741.0, 9740.0, 9806.0, 9789.0, 9803.0, 9852.0, 9794.0, 9780.0, 9817.0, 9786.0, 9758.0, 9766.0, 9781.0, 9762.0, 9818.0, 9849.0, 9804.0, 9779.0, 9831.0, 9807.0, 9764.0, 9880.0, 9866.0, 9817.0, 9785.0, 9822.0, 9785.0, 9782.0, 9820.0, 9773.0, 9758.0, 9789.0, 9762.0, 9738.0, 9767.0, 9797.0, 9773.0, 9761.0, 9827.0, 9800.0, 9742.0, 9822.0, 9837.0, 9835.0, 9865.0, 9828.0, 9793.0, 9789.0, 9750.0, 9782.0, 9755.0, 9711.0, 9779.0, 9751.0, 9719.0, 9784.0, 9748.0, 9739.0, 9789.0, 9768.0, 9742.0, 9846.0, 9821.0, 9766.0, 9817.0, 9805.0, 9810.0, 9846.0, 9802.0, 9764.0, 9850.0, 9821.0, 9853.0, 9894.0, 9886.0, 9867.0, 9872.0, 9843.0, 9800.0, 9790.0, 9774.0, 9776.0, 9781.0, 9759.0, 9757.0, 9818.0, 9759.0, 9758.0, 9845.0, 9844.0, 9857.0, 9882.0, 9853.0, 9871.0, 9758.0, 9735.0, 9736.0, 9755.0, 9723.0, 9786.0, 9775.0, 9740.0, 9728.0, 9759.0, 9727.0, 9719.0, 9759.0, 9752.0, 9679.0, 9774.0, 9774.0, 9746.0, 9743.0, 9720.0, 9703.0, 9721.0, 9684.0, 9730.0, 9707.0, 9683.0, 9737.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.010172379310344828</td></tr>
<tr><td colspan=3>aqi</td><td>0.10581060045977014</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.33762764364788</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1543075426352125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0724510499884925</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>7181.9492</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.28156511112897925</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>330</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.93103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7482455820291922</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5844983020171224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9534125659487938</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.706825878121661</td></tr>
<tr><td colspan=3>gcor</td><td>0.00609745</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010100038722157478</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024396056309342384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.7196722639317428</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>20.3363</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1117</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.8385</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305141.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>670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.6585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7005</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.5994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.48</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1050.354</td></tr>
<tr><td colspan=3>tsnr</td><td>20.39932912797667</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>