<?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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-04_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-04_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>bc1954be67b0d941898bb26c8fdd6a2d</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>16:12:2.095000</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-04_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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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>db60f29a-4d50-4ed9-8ada-04517f26cf4f||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': ['161202.095000', '161202.555000', '161203.015000', '161203.475000', '161203.935000', '161204.395000', '161204.855000', '161205.315000', '161205.775000', '161206.235000', '161206.695000', '161207.155000', '161207.615000', '161208.075000', '161208.535000', '161208.995000', '161209.455000', '161209.915000', '161210.375000', '161210.835000', '161211.295000', '161211.755000', '161212.215000', '161212.675000', '161213.135000', '161213.595000', '161214.055000', '161214.515000', '161214.975000', '161215.435000', '161215.895000', '161216.355000', '161216.815000', '161217.275000', '161217.735000', '161218.195000', '161218.655000', '161219.115000', '161219.575000', '161220.035000', '161220.495000', '161220.955000', '161221.415000', '161221.875000', '161222.335000', '161222.795000', '161223.255000', '161223.715000', '161224.175000', '161224.635000', '161225.095000', '161225.555000', '161226.015000', '161226.475000', '161226.935000', '161227.395000', '161227.855000', '161228.315000', '161228.775000', '161229.235000', '161229.695000', '161230.155000', '161230.615000', '161231.075000', '161231.535000', '161231.995000', '161232.455000', '161232.915000', '161233.375000', '161233.835000', '161234.295000', '161234.755000', '161235.215000', '161235.675000', '161236.135000', '161236.595000', '161237.055000', '161237.515000', '161237.975000', '161238.435000', '161238.895000', '161239.355000', '161239.815000', '161240.275000', '161240.735000', '161241.195000', '161241.655000', '161242.115000', '161242.575000', '161243.035000', '161243.495000', '161243.955000', '161244.415000', '161244.875000', '161245.335000', '161245.795000', '161246.255000', '161246.715000', '161247.175000', '161247.635000', '161248.095000', '161248.555000', '161249.015000', '161249.475000', '161249.935000', '161250.395000', '161250.855000', '161251.315000', '161251.775000', '161252.235000', '161252.695000', '161253.155000', '161253.615000', '161254.075000', '161254.535000', '161254.995000', '161255.455000', '161255.915000', '161256.375000', '161256.835000', '161257.295000', '161257.755000', '161258.215000', '161258.675000', '161259.135000', '161259.595000', '161300.055000', '161300.515000', '161300.975000', '161301.435000', '161301.895000', '161302.355000', '161302.815000', '161303.275000', '161303.735000', '161304.195000', '161304.655000', '161305.115000', '161305.575000', '161306.035000', '161306.495000', '161306.955000', '161307.415000', '161307.875000', '161308.335000', '161308.795000', '161309.255000', '161309.715000', '161310.175000', '161310.635000', '161311.095000', '161311.555000', '161312.015000', '161312.475000', '161312.935000', '161313.395000', '161313.855000', '161314.315000', '161314.775000', '161315.235000', '161315.695000', '161316.155000', '161316.615000', '161317.075000', '161317.535000', '161317.995000', '161318.455000', '161318.915000', '161319.375000', '161319.835000', '161320.295000', '161320.755000', '161321.215000', '161321.675000', '161322.135000', '161322.595000', '161323.055000', '161323.515000', '161323.975000', '161324.435000', '161324.895000', '161325.355000', '161325.815000', '161326.275000', '161326.735000', '161327.195000', '161327.655000', '161328.115000', '161328.575000', '161329.035000', '161329.495000', '161329.955000', '161330.415000', '161330.875000', '161331.335000', '161331.795000', '161332.255000', '161332.715000', '161333.175000', '161333.635000', '161334.095000', '161334.555000', '161335.015000', '161335.475000', '161335.935000', '161336.395000', '161336.855000', '161337.315000', '161337.775000', '161338.235000', '161338.695000', '161339.155000', '161339.615000', '161340.075000', '161340.535000', '161340.995000', '161341.455000', '161341.915000', '161342.375000', '161342.835000', '161343.295000', '161343.755000', '161344.215000', '161344.675000', '161345.135000', '161345.595000', '161346.055000', '161346.515000', '161346.975000', '161347.435000', '161347.895000', '161348.355000', '161348.815000', '161349.275000', '161349.735000', '161350.195000', '161350.655000', '161351.115000', '161351.575000', '161352.035000', '161352.495000', '161352.955000', '161353.415000', '161353.875000', '161354.335000', '161354.795000', '161355.255000', '161355.715000', '161356.175000', '161356.635000', '161357.095000', '161357.555000', '161358.015000', '161358.475000', '161358.935000', '161359.395000', '161359.855000', '161400.315000', '161400.775000', '161401.235000', '161401.695000', '161402.155000', '161402.615000', '161403.075000', '161403.535000', '161403.995000', '161404.455000', '161404.915000', '161405.375000', '161405.835000', '161406.295000', '161406.755000', '161407.215000', '161407.675000', '161408.135000', '161408.595000', '161409.055000', '161409.515000', '161409.975000', '161410.435000', '161410.895000', '161411.355000', '161411.815000', '161412.275000', '161412.735000', '161413.195000', '161413.655000', '161414.115000', '161414.575000', '161415.035000', '161415.495000', '161415.955000', '161416.415000', '161416.875000', '161417.335000', '161417.795000', '161418.255000', '161418.715000', '161419.175000', '161419.635000', '161420.095000', '161420.555000', '161421.015000', '161421.475000', '161421.935000', '161422.395000', '161422.855000', '161423.315000', '161423.775000', '161424.235000', '161424.695000', '161425.155000', '161425.615000', '161426.075000', '161426.535000', '161426.995000', '161427.455000', '161427.915000', '161428.375000', '161428.835000', '161429.295000', '161429.755000', '161430.215000', '161430.675000', '161431.135000', '161431.595000', '161432.055000', '161432.515000', '161432.975000', '161433.435000', '161433.895000', '161434.355000', '161434.815000', '161435.275000', '161435.735000', '161436.195000', '161436.655000', '161437.115000', '161437.575000', '161438.035000', '161438.495000', '161438.955000', '161439.415000', '161439.875000', '161440.335000', '161440.795000', '161441.255000', '161441.715000', '161442.175000', '161442.635000', '161443.095000', '161443.555000', '161444.015000', '161444.475000', '161444.935000', '161445.395000', '161445.855000', '161446.315000', '161446.775000', '161447.235000', '161447.695000', '161448.155000', '161448.615000', '161449.075000', '161449.535000', '161449.995000', '161450.455000', '161450.915000', '161451.375000', '161451.835000', '161452.295000', '161452.755000', '161453.215000', '161453.675000', '161454.135000', '161454.595000', '161455.055000', '161455.515000', '161455.975000', '161456.435000', '161456.895000', '161457.355000', '161457.815000', '161458.275000', '161458.735000', '161459.195000', '161459.655000', '161500.115000', '161500.575000', '161501.035000', '161501.495000', '161501.955000', '161502.415000', '161502.875000', '161503.335000', '161503.795000', '161504.255000', '161504.715000', '161505.175000', '161505.635000', '161506.095000', '161506.555000', '161507.015000', '161507.475000', '161507.935000', '161508.395000', '161508.855000', '161509.315000', '161509.775000', '161510.235000', '161510.695000', '161511.155000', '161511.615000', '161512.075000', '161512.535000', '161512.995000', '161513.455000', '161513.915000', '161514.375000', '161514.835000', '161515.295000', '161515.755000', '161516.215000', '161516.675000', '161517.135000', '161517.595000', '161518.055000', '161518.515000', '161518.975000', '161519.435000', '161519.895000', '161520.355000', '161520.815000', '161521.275000', '161521.735000', '161522.195000', '161522.655000', '161523.115000', '161523.575000', '161524.035000', '161524.495000', '161524.955000', '161525.415000', '161525.875000', '161526.335000', '161526.795000', '161527.255000', '161527.715000', '161528.175000', '161528.635000', '161529.095000', '161529.555000', '161530.015000', '161530.475000', '161530.935000', '161531.395000', '161531.855000', '161532.315000', '161532.775000', '161533.235000', '161533.695000', '161534.155000', '161534.615000', '161535.075000', '161535.535000', '161535.995000', '161536.455000', '161536.915000', '161537.375000', '161537.835000', '161538.295000', '161538.755000', '161539.215000', '161539.675000', '161540.135000', '161540.595000', '161541.055000', '161541.515000', '161541.975000', '161542.435000', '161542.895000', '161543.355000', '161543.815000', '161544.275000', '161544.735000', '161545.195000', '161545.655000', '161546.115000', '161546.575000', '161547.035000', '161547.495000', '161547.955000', '161548.415000', '161548.875000', '161549.335000', '161549.795000', '161550.255000', '161550.715000', '161551.175000', '161551.635000', '161552.095000', '161552.555000', '161553.015000', '161553.475000', '161553.935000', '161554.395000', '161554.855000', '161555.315000', '161555.775000', '161556.235000', '161556.695000', '161557.155000', '161557.615000', '161558.075000', '161558.535000', '161558.995000', '161559.455000', '161559.915000', '161600.375000', '161600.835000', '161601.295000', '161601.755000', '161602.215000', '161602.675000', '161603.135000', '161603.595000', '161604.055000', '161604.515000', '161604.975000', '161605.435000', '161605.895000', '161606.355000', '161606.815000', '161607.275000', '161607.735000', '161608.195000', '161608.655000', '161609.115000', '161609.575000', '161610.035000', '161610.495000', '161610.955000', '161611.415000', '161611.875000', '161612.335000', '161612.795000', '161613.255000', '161613.715000', '161614.175000', '161614.635000', '161615.095000', '161615.555000', '161616.015000', '161616.475000', '161616.935000', '161617.395000', '161617.855000', '161618.315000', '161618.775000', '161619.235000', '161619.695000', '161620.155000', '161620.615000', '161621.075000', '161621.535000', '161621.995000', '161622.455000', '161622.915000', '161623.375000', '161623.835000', '161624.295000', '161624.755000', '161625.215000', '161625.675000', '161626.135000', '161626.595000', '161627.055000', '161627.515000', '161627.975000', '161628.435000', '161628.895000', '161629.355000', '161629.815000', '161630.275000', '161630.735000', '161631.195000', '161631.655000', '161632.115000', '161632.575000', '161633.035000', '161633.495000', '161633.955000', '161634.415000', '161634.875000', '161635.335000', '161635.795000', '161636.255000', '161636.715000', '161637.175000', '161637.635000', '161638.095000', '161638.555000', '161639.015000', '161639.475000', '161639.935000', '161640.395000', '161640.855000', '161641.315000', '161641.775000', '161642.235000', '161642.695000', '161643.155000', '161643.615000', '161644.075000', '161644.535000', '161644.995000', '161645.455000', '161645.915000', '161646.375000', '161646.835000', '161647.295000', '161647.755000', '161648.215000', '161648.675000', '161649.135000', '161649.595000', '161650.055000', '161650.515000', '161650.975000', '161651.435000', '161651.895000', '161652.355000', '161652.815000', '161653.275000', '161653.735000', '161654.195000', '161654.655000', '161655.115000', '161655.575000', '161656.035000', '161656.495000', '161656.955000', '161657.415000', '161657.875000', '161658.335000', '161658.795000', '161659.255000', '161659.715000', '161700.175000', '161700.635000', '161701.095000', '161701.555000', '161702.015000', '161702.475000', '161702.935000', '161703.395000', '161703.855000', '161704.315000', '161704.775000', '161705.235000', '161705.695000', '161706.155000', '161706.615000', '161707.075000', '161707.535000', '161707.995000', '161708.455000', '161708.915000', '161709.375000', '161709.835000', '161710.295000', '161710.755000', '161711.215000', '161711.675000', '161712.135000', '161712.595000', '161713.055000', '161713.515000', '161713.975000', '161714.435000', '161714.895000', '161715.355000', '161715.815000', '161716.275000', '161716.735000', '161717.195000', '161717.655000', '161718.115000', '161718.575000', '161719.035000', '161719.495000', '161719.955000', '161720.415000', '161720.875000', '161721.335000', '161721.795000', '161722.255000', '161722.715000', '161723.175000', '161723.635000', '161724.095000', '161724.555000', '161725.015000', '161725.475000', '161725.935000', '161726.395000', '161726.855000', '161727.315000', '161727.775000', '161728.235000', '161728.695000', '161729.155000', '161729.615000', '161730.075000', '161730.535000', '161730.995000', '161731.455000', '161731.915000', '161732.375000', '161732.835000', '161733.295000', '161733.755000', '161734.215000', '161734.675000', '161735.135000', '161735.595000', '161736.055000', '161736.515000', '161736.975000', '161737.435000', '161737.895000', '161738.355000', '161738.815000', '161739.275000', '161739.735000', '161740.195000', '161740.655000', '161741.115000', '161741.575000', '161742.035000', '161742.495000', '161742.955000', '161743.415000', '161743.875000', '161744.335000', '161744.795000', '161745.255000', '161745.715000', '161746.175000', '161746.635000', '161747.095000', '161747.555000', '161748.015000', '161748.475000', '161748.935000', '161749.395000', '161749.855000', '161750.315000', '161750.775000', '161751.235000', '161751.695000', '161752.155000', '161752.615000', '161753.075000', '161753.535000', '161753.995000', '161754.455000', '161754.915000', '161755.375000', '161755.835000', '161756.295000', '161756.755000', '161757.215000', '161757.675000', '161758.135000', '161758.595000', '161759.055000', '161759.515000', '161759.975000', '161800.435000', '161800.895000', '161801.355000', '161801.815000', '161802.275000', '161802.735000', '161803.195000', '161803.655000', '161804.115000', '161804.575000', '161805.035000', '161805.495000', '161805.955000', '161806.415000', '161806.875000', '161807.335000', '161807.795000', '161808.255000', '161808.715000', '161809.175000', '161809.635000', '161810.095000', '161810.555000', '161811.015000', '161811.475000', '161811.935000', '161812.395000', '161812.855000', '161813.315000', '161813.775000', '161814.235000', '161814.695000', '161815.155000', '161815.615000', '161816.075000', '161816.535000', '161816.995000', '161817.455000', '161817.915000', '161818.375000', '161818.835000', '161819.295000', '161819.755000', '161820.215000', '161820.675000', '161821.135000', '161821.595000', '161822.055000', '161822.515000', '161822.975000', '161823.435000', '161823.895000', '161824.355000', '161824.815000', '161825.275000', '161825.735000', '161826.195000', '161826.655000', '161827.115000', '161827.575000', '161828.035000', '161828.495000', '161828.955000', '161829.415000', '161829.875000', '161830.335000', '161830.795000', '161831.255000', '161831.715000', '161832.175000', '161832.635000', '161833.095000', '161833.555000', '161834.015000', '161834.475000', '161834.935000', '161835.395000', '161835.855000', '161836.315000', '161836.775000', '161837.235000', '161837.695000', '161838.155000', '161838.615000', '161839.075000', '161839.535000', '161839.995000', '161840.455000', '161840.915000', '161841.375000', '161841.835000', '161842.295000', '161842.755000'], 'ContentTime': ['161231.888000', '161231.892000', '161231.894000', '161231.897000', '161231.900000', '161231.911000', '161231.914000', '161231.916000', '161231.920000', '161231.923000', '161231.926000', '161231.928000', '161231.931000', '161231.934000', '161231.936000', '161231.939000', '161231.941000', '161231.944000', '161231.947000', '161231.949000', '161231.952000', '161231.954000', '161231.957000', '161231.960000', '161231.962000', '161231.979000', '161231.983000', '161231.986000', '161231.988000', '161231.991000', '161231.993000', '161231.996000', '161231.998000', '161232.001000', '161232.004000', '161232.006000', '161232.009000', '161232.011000', '161232.014000', '161232.017000', '161232.019000', '161232.022000', '161232.025000', '161232.027000', '161232.030000', '161232.032000', '161232.038000', '161232.041000', '161232.044000', '161232.046000', '161232.049000', '161232.052000', '161232.055000', '161232.057000', '161232.060000', '161232.063000', '161232.065000', '161232.068000', '161232.070000', '161232.073000', '161232.076000', '161251.858000', '161251.860000', '161251.863000', '161251.866000', '161251.868000', '161251.871000', '161251.873000', '161251.876000', '161251.878000', '161251.881000', '161251.883000', '161251.887000', '161251.890000', '161251.892000', '161251.895000', '161251.898000', '161251.901000', '161251.903000', '161251.906000', '161251.908000', '161251.911000', '161251.914000', '161251.916000', '161251.919000', '161251.921000', '161251.924000', '161251.927000', '161251.929000', '161251.932000', '161251.935000', '161251.937000', '161251.940000', '161251.942000', '161251.945000', '161251.948000', '161251.950000', '161251.953000', '161251.956000', '161251.958000', '161251.961000', '161251.964000', '161251.966000', '161251.969000', '161251.971000', '161311.857000', '161311.861000', '161311.863000', '161311.866000', '161311.868000', '161311.871000', '161311.874000', '161311.876000', '161311.879000', '161311.882000', '161311.884000', '161311.887000', '161311.890000', '161311.892000', '161311.895000', '161311.898000', '161311.900000', '161311.903000', '161311.905000', '161311.908000', '161311.910000', '161311.913000', '161311.916000', '161311.918000', '161311.921000', '161311.924000', '161311.926000', '161311.929000', '161311.931000', '161311.934000', '161311.936000', '161311.939000', '161311.942000', '161311.944000', '161311.947000', '161311.963000', '161311.965000', '161311.968000', '161311.971000', '161311.974000', '161311.977000', '161311.980000', '161311.982000', '161331.857000', '161331.860000', '161331.864000', '161331.866000', '161331.869000', '161331.871000', '161331.874000', '161331.877000', '161331.879000', '161331.882000', '161331.885000', '161331.887000', '161331.890000', '161331.892000', '161331.895000', '161331.903000', '161331.906000', '161331.909000', '161331.911000', '161331.914000', '161331.916000', '161331.919000', '161331.922000', '161331.924000', '161331.927000', '161331.930000', '161331.932000', '161331.935000', '161331.937000', '161331.940000', '161331.943000', '161331.945000', '161331.948000', '161331.950000', '161331.953000', '161331.956000', '161331.958000', '161331.961000', '161331.963000', '161331.966000', '161331.969000', '161331.971000', '161331.974000', '161331.976000', '161351.857000', '161351.860000', '161351.863000', '161351.865000', '161351.868000', '161351.871000', '161351.873000', '161351.876000', '161351.878000', '161351.881000', '161351.885000', '161351.887000', '161351.890000', '161351.893000', '161351.895000', '161351.898000', '161351.901000', '161351.903000', '161351.906000', '161351.908000', '161351.911000', '161351.914000', '161351.916000', '161351.919000', '161351.922000', '161351.924000', '161351.927000', '161351.929000', '161351.932000', '161351.935000', '161351.937000', '161351.940000', '161351.942000', '161351.945000', '161351.948000', '161351.950000', '161351.953000', '161351.956000', '161351.958000', '161351.961000', '161351.963000', '161351.966000', '161351.969000', '161411.857000', '161411.860000', '161411.863000', '161411.866000', '161411.868000', '161411.871000', '161411.874000', '161411.876000', '161411.879000', '161411.882000', '161411.884000', '161411.887000', '161411.889000', '161411.892000', '161411.895000', '161411.897000', '161411.900000', '161411.903000', '161411.905000', '161411.908000', '161411.910000', '161411.913000', '161411.916000', '161411.918000', '161411.921000', '161411.924000', '161411.926000', '161411.929000', '161411.931000', '161411.934000', '161411.937000', '161411.939000', '161411.942000', '161411.945000', '161411.947000', '161411.950000', '161411.952000', '161411.955000', '161411.958000', '161411.960000', '161411.963000', '161411.965000', '161411.968000', '161411.971000', '161431.856000', '161431.859000', '161431.862000', '161431.865000', '161431.867000', '161431.870000', '161431.873000', '161431.875000', '161431.878000', '161431.881000', '161431.883000', '161431.886000', '161431.888000', '161431.891000', '161431.894000', '161431.896000', '161431.899000', '161431.902000', '161431.904000', '161431.907000', '161431.910000', '161431.912000', '161431.915000', '161431.917000', '161431.920000', '161431.923000', '161431.925000', '161431.928000', '161431.930000', '161431.933000', '161431.936000', '161431.938000', '161431.941000', '161431.944000', '161431.946000', '161431.949000', '161431.951000', '161431.954000', '161431.957000', '161431.959000', '161431.962000', '161431.964000', '161431.967000', '161451.856000', '161451.859000', '161451.862000', '161451.865000', '161451.867000', '161451.870000', '161451.873000', '161451.875000', '161451.878000', '161451.881000', '161451.883000', '161451.886000', '161451.888000', '161451.891000', '161451.894000', '161451.896000', '161451.899000', '161451.902000', '161451.904000', '161451.907000', '161451.909000', '161451.912000', '161451.915000', '161451.917000', '161451.920000', '161451.923000', '161451.925000', '161451.928000', '161451.931000', '161451.938000', '161451.940000', '161451.943000', '161451.956000', '161451.959000', '161451.961000', '161451.964000', '161451.967000', '161451.969000', '161451.972000', '161451.975000', '161451.977000', '161451.980000', '161451.982000', '161451.985000', '161511.857000', '161511.860000', '161511.863000', '161511.866000', '161511.868000', '161511.871000', '161511.874000', '161511.877000', '161511.879000', '161511.882000', '161511.884000', '161511.887000', '161511.890000', '161511.892000', '161511.895000', '161511.897000', '161511.900000', '161511.903000', '161511.905000', '161511.908000', '161511.910000', '161511.913000', '161511.916000', '161511.918000', '161511.921000', '161511.923000', '161511.926000', '161511.929000', '161511.931000', '161511.934000', '161511.937000', '161511.939000', '161511.942000', '161511.944000', '161511.947000', '161511.949000', '161511.952000', '161511.955000', '161511.957000', '161511.960000', '161511.963000', '161511.965000', '161511.968000', '161531.858000', '161531.861000', '161531.863000', '161531.866000', '161531.869000', '161531.871000', '161531.874000', '161531.877000', '161531.879000', '161531.882000', '161531.884000', '161531.887000', '161531.890000', '161531.892000', '161531.895000', '161531.898000', '161531.900000', '161531.903000', '161531.905000', '161531.908000', '161531.911000', '161531.913000', '161531.916000', '161531.918000', '161531.921000', '161531.924000', '161531.926000', '161531.929000', '161531.931000', '161531.934000', '161531.937000', '161531.939000', '161531.942000', '161531.945000', '161531.947000', '161531.950000', '161531.952000', '161531.955000', '161531.958000', '161531.960000', '161531.963000', '161531.965000', '161531.968000', '161531.971000', '161551.857000', '161551.860000', '161551.863000', '161551.865000', '161551.868000', '161551.871000', '161551.874000', '161551.876000', '161551.879000', '161551.882000', '161551.884000', '161551.887000', '161551.889000', '161551.892000', '161551.895000', '161551.897000', '161551.900000', '161551.903000', '161551.905000', '161551.908000', '161551.910000', '161551.913000', '161551.916000', '161551.918000', '161551.921000', '161551.923000', '161551.926000', '161551.929000', '161551.931000', '161551.934000', '161551.937000', '161551.939000', '161551.942000', '161551.944000', '161551.947000', '161551.950000', '161551.952000', '161551.955000', '161551.957000', '161551.960000', '161551.963000', '161551.965000', '161551.968000', '161611.858000', '161611.861000', '161611.864000', '161611.867000', '161611.869000', '161611.872000', '161611.875000', '161611.877000', '161611.880000', '161611.883000', '161611.892000', '161611.895000', '161611.898000', '161611.900000', '161611.903000', '161611.906000', '161611.908000', '161611.911000', '161611.914000', '161611.916000', '161611.919000', '161611.922000', '161611.924000', '161611.927000', '161611.929000', '161611.932000', '161611.935000', '161611.937000', '161611.940000', '161611.943000', '161611.945000', '161611.948000', '161611.951000', '161611.953000', '161611.956000', '161611.959000', '161611.961000', '161611.964000', '161611.966000', '161611.969000', '161611.972000', '161611.974000', '161611.977000', '161611.980000', '161631.858000', '161631.860000', '161631.863000', '161631.866000', '161631.869000', '161631.871000', '161631.874000', '161631.877000', '161631.879000', '161631.882000', '161631.884000', '161631.887000', '161631.890000', '161631.892000', '161631.895000', '161631.898000', '161631.900000', '161631.903000', '161631.905000', '161631.908000', '161631.911000', '161631.914000', '161631.916000', '161631.919000', '161631.922000', '161631.924000', '161631.927000', '161631.929000', '161631.932000', '161631.935000', '161631.937000', '161631.940000', '161631.943000', '161631.945000', '161631.948000', '161631.951000', '161631.953000', '161631.956000', '161631.958000', '161631.961000', '161631.964000', '161631.966000', '161631.969000', '161651.857000', '161651.860000', '161651.865000', '161651.867000', '161651.870000', '161651.873000', '161651.875000', '161651.878000', '161651.880000', '161651.883000', '161651.886000', '161651.888000', '161651.891000', '161651.894000', '161651.896000', '161651.899000', '161651.901000', '161651.904000', '161651.907000', '161651.909000', '161651.912000', '161651.915000', '161651.917000', '161651.920000', '161651.922000', '161651.925000', '161651.928000', '161651.930000', '161651.933000', '161651.936000', '161651.938000', '161651.941000', '161651.944000', '161651.946000', '161651.949000', '161651.952000', '161651.954000', '161651.957000', '161651.959000', '161651.962000', '161651.965000', '161651.967000', '161651.970000', '161711.856000', '161711.859000', '161711.862000', '161711.864000', '161711.868000', '161711.870000', '161711.873000', '161711.875000', '161711.878000', '161711.881000', '161711.883000', '161711.886000', '161711.889000', '161711.891000', '161711.894000', '161711.897000', '161711.899000', '161711.902000', '161711.904000', '161711.907000', '161711.910000', '161711.913000', '161711.915000', '161711.918000', '161711.920000', '161711.923000', '161711.926000', '161711.928000', '161711.931000', '161711.934000', '161711.936000', '161711.939000', '161711.942000', '161711.944000', '161711.947000', '161711.950000', '161711.952000', '161711.955000', '161711.957000', '161711.960000', '161711.963000', '161711.966000', '161711.968000', '161711.971000', '161731.858000', '161731.860000', '161731.863000', '161731.865000', '161731.868000', '161731.871000', '161731.873000', '161731.876000', '161731.879000', '161731.881000', '161731.884000', '161731.887000', '161731.889000', '161731.892000', '161731.895000', '161731.897000', '161731.902000', '161731.904000', '161731.907000', '161731.910000', '161731.913000', '161731.915000', '161731.918000', '161731.921000', '161731.923000', '161731.926000', '161731.929000', '161731.931000', '161731.934000', '161731.937000', '161731.939000', '161731.942000', '161731.945000', '161731.947000', '161731.950000', '161731.953000', '161731.956000', '161731.958000', '161731.961000', '161731.963000', '161731.966000', '161731.969000', '161731.972000', '161731.974000', '161751.858000', '161751.860000', '161751.863000', '161751.866000', '161751.868000', '161751.871000', '161751.873000', '161751.876000', '161751.879000', '161751.883000', '161751.886000', '161751.889000', '161751.891000', '161751.894000', '161751.897000', '161751.899000', '161751.902000', '161751.904000', '161751.907000', '161751.910000', '161751.912000', '161751.915000', '161751.918000', '161751.927000', '161751.930000', '161751.932000', '161751.935000', '161751.938000', '161751.940000', '161751.943000', '161751.946000', '161751.948000', '161751.951000', '161751.953000', '161751.956000', '161751.959000', '161751.961000', '161751.964000', '161751.967000', '161751.969000', '161751.972000', '161751.974000', '161751.977000', '161811.857000', '161811.860000', '161811.863000', '161811.866000', '161811.869000', '161811.872000', '161811.875000', '161811.877000', '161811.880000', '161811.883000', '161811.885000', '161811.888000', '161811.891000', '161811.893000', '161811.896000', '161811.898000', '161811.901000', '161811.904000', '161811.906000', '161811.909000', '161811.911000', '161811.914000', '161811.917000', '161811.919000', '161811.922000', '161811.925000', '161811.927000', '161811.930000', '161811.932000', '161811.935000', '161811.938000', '161811.940000', '161811.943000', '161811.945000', '161811.948000', '161811.951000', '161811.953000', '161811.956000', '161811.959000', '161811.961000', '161811.964000', '161811.967000', '161811.969000', '161831.858000', '161831.861000', '161831.864000', '161831.866000', '161831.869000', '161831.872000', '161831.874000', '161831.877000', '161831.880000', '161831.882000', '161831.885000', '161831.888000', '161831.890000', '161831.893000', '161831.896000', '161831.898000', '161831.901000', '161831.903000', '161831.906000', '161831.909000', '161831.911000', '161831.914000', '161831.917000', '161831.919000', '161831.922000', '161831.924000', '161831.927000', '161831.930000', '161831.932000', '161831.935000', '161831.938000', '161831.940000', '161831.943000', '161831.945000', '161831.948000', '161831.951000', '161831.953000', '161831.956000', '161831.959000', '161831.961000', '161831.964000', '161831.966000', '161831.969000', '161831.972000', '161844.559000', '161844.562000', '161844.565000', '161844.567000', '161844.570000', '161844.573000', '161844.576000', '161844.579000', '161844.582000', '161844.585000', '161844.588000', '161844.590000', '161844.593000', '161844.596000', '161844.599000', '161844.602000', '161844.605000', '161844.608000', '161844.611000', '161844.614000', '161844.616000', '161844.619000', '161844.622000', '161844.625000', '161844.628000', '161844.631000', '161844.634000', '161844.636000'], 'InstanceCreationTime': ['161231.888000', '161231.892000', '161231.894000', '161231.897000', '161231.900000', '161231.911000', '161231.914000', '161231.916000', '161231.920000', '161231.923000', '161231.926000', '161231.928000', '161231.931000', '161231.934000', '161231.936000', '161231.939000', '161231.941000', '161231.944000', '161231.947000', '161231.949000', '161231.952000', '161231.954000', '161231.957000', '161231.960000', '161231.962000', '161231.979000', '161231.983000', '161231.986000', '161231.988000', '161231.991000', '161231.993000', '161231.996000', '161231.998000', '161232.001000', '161232.004000', '161232.006000', '161232.009000', '161232.011000', '161232.014000', '161232.017000', '161232.019000', '161232.022000', '161232.025000', '161232.027000', '161232.030000', '161232.032000', '161232.038000', '161232.041000', '161232.044000', '161232.046000', '161232.049000', '161232.052000', '161232.055000', '161232.057000', '161232.060000', '161232.063000', '161232.065000', '161232.068000', '161232.070000', '161232.073000', '161232.076000', '161251.858000', '161251.860000', '161251.863000', '161251.866000', '161251.868000', '161251.871000', '161251.873000', '161251.876000', '161251.878000', '161251.881000', '161251.883000', '161251.887000', '161251.890000', '161251.892000', '161251.895000', '161251.898000', '161251.901000', '161251.903000', '161251.906000', '161251.908000', '161251.911000', '161251.914000', '161251.916000', '161251.919000', '161251.921000', '161251.924000', '161251.927000', '161251.929000', '161251.932000', '161251.935000', '161251.937000', '161251.940000', '161251.942000', '161251.945000', '161251.948000', '161251.950000', '161251.953000', '161251.956000', '161251.958000', '161251.961000', '161251.964000', '161251.966000', '161251.969000', '161251.971000', '161311.857000', '161311.861000', '161311.863000', '161311.866000', '161311.868000', '161311.871000', '161311.874000', '161311.876000', '161311.879000', '161311.882000', '161311.884000', '161311.887000', '161311.890000', '161311.892000', '161311.895000', '161311.898000', '161311.900000', '161311.903000', '161311.905000', '161311.908000', '161311.910000', '161311.913000', '161311.916000', '161311.918000', '161311.921000', '161311.924000', '161311.926000', '161311.929000', '161311.931000', '161311.934000', '161311.936000', '161311.939000', '161311.942000', '161311.944000', '161311.947000', '161311.963000', '161311.965000', '161311.968000', '161311.971000', '161311.974000', '161311.977000', '161311.980000', '161311.982000', '161331.857000', '161331.860000', '161331.864000', '161331.866000', '161331.869000', '161331.871000', '161331.874000', '161331.877000', '161331.879000', '161331.882000', '161331.885000', '161331.887000', '161331.890000', '161331.892000', '161331.895000', '161331.903000', '161331.906000', '161331.909000', '161331.911000', '161331.914000', '161331.916000', '161331.919000', '161331.922000', '161331.924000', '161331.927000', '161331.930000', '161331.932000', '161331.935000', '161331.937000', '161331.940000', '161331.943000', '161331.945000', '161331.948000', '161331.950000', '161331.953000', '161331.956000', '161331.958000', '161331.961000', '161331.963000', '161331.966000', '161331.969000', '161331.971000', '161331.974000', '161331.976000', '161351.857000', '161351.860000', '161351.863000', '161351.865000', '161351.868000', '161351.871000', '161351.873000', '161351.876000', '161351.878000', '161351.881000', '161351.885000', '161351.887000', '161351.890000', '161351.893000', '161351.895000', '161351.898000', '161351.901000', '161351.903000', '161351.906000', '161351.908000', '161351.911000', '161351.914000', '161351.916000', '161351.919000', '161351.922000', '161351.924000', '161351.927000', '161351.929000', '161351.932000', '161351.935000', '161351.937000', '161351.940000', '161351.942000', '161351.945000', '161351.948000', '161351.950000', '161351.953000', '161351.956000', '161351.958000', '161351.961000', '161351.963000', '161351.966000', '161351.969000', '161411.857000', '161411.860000', '161411.863000', '161411.866000', '161411.868000', '161411.871000', '161411.874000', '161411.876000', '161411.879000', '161411.882000', '161411.884000', '161411.887000', '161411.889000', '161411.892000', '161411.895000', '161411.897000', '161411.900000', '161411.903000', '161411.905000', '161411.908000', '161411.910000', '161411.913000', '161411.916000', '161411.918000', '161411.921000', '161411.924000', '161411.926000', '161411.929000', '161411.931000', '161411.934000', '161411.937000', '161411.939000', '161411.942000', '161411.945000', '161411.947000', '161411.950000', '161411.952000', '161411.955000', '161411.958000', '161411.960000', '161411.963000', '161411.965000', '161411.968000', '161411.971000', '161431.856000', '161431.859000', '161431.862000', '161431.865000', '161431.867000', '161431.870000', '161431.873000', '161431.875000', '161431.878000', '161431.881000', '161431.883000', '161431.886000', '161431.888000', '161431.891000', '161431.894000', '161431.896000', '161431.899000', '161431.902000', '161431.904000', '161431.907000', '161431.910000', '161431.912000', '161431.915000', '161431.917000', '161431.920000', '161431.923000', '161431.925000', '161431.928000', '161431.930000', '161431.933000', '161431.936000', '161431.938000', '161431.941000', '161431.944000', '161431.946000', '161431.949000', '161431.951000', '161431.954000', '161431.957000', '161431.959000', '161431.962000', '161431.964000', '161431.967000', '161451.856000', '161451.859000', '161451.862000', '161451.865000', '161451.867000', '161451.870000', '161451.873000', '161451.875000', '161451.878000', '161451.881000', '161451.883000', '161451.886000', '161451.888000', '161451.891000', '161451.894000', '161451.896000', '161451.899000', '161451.902000', '161451.904000', '161451.907000', '161451.909000', '161451.912000', '161451.915000', '161451.917000', '161451.920000', '161451.923000', '161451.925000', '161451.928000', '161451.931000', '161451.938000', '161451.940000', '161451.943000', '161451.956000', '161451.959000', '161451.961000', '161451.964000', '161451.967000', '161451.969000', '161451.972000', '161451.975000', '161451.977000', '161451.980000', '161451.982000', '161451.985000', '161511.857000', '161511.860000', '161511.863000', '161511.866000', '161511.868000', '161511.871000', '161511.874000', '161511.877000', '161511.879000', '161511.882000', '161511.884000', '161511.887000', '161511.890000', '161511.892000', '161511.895000', '161511.897000', '161511.900000', '161511.903000', '161511.905000', '161511.908000', '161511.910000', '161511.913000', '161511.916000', '161511.918000', '161511.921000', '161511.923000', '161511.926000', '161511.929000', '161511.931000', '161511.934000', '161511.937000', '161511.939000', '161511.942000', '161511.944000', '161511.947000', '161511.949000', '161511.952000', '161511.955000', '161511.957000', '161511.960000', '161511.963000', '161511.965000', '161511.968000', '161531.858000', '161531.861000', '161531.863000', '161531.866000', '161531.869000', '161531.871000', '161531.874000', '161531.877000', '161531.879000', '161531.882000', '161531.884000', '161531.887000', '161531.890000', '161531.892000', '161531.895000', '161531.898000', '161531.900000', '161531.903000', '161531.905000', '161531.908000', '161531.911000', '161531.913000', '161531.916000', '161531.918000', '161531.921000', '161531.924000', '161531.926000', '161531.929000', '161531.931000', '161531.934000', '161531.937000', '161531.939000', '161531.942000', '161531.945000', '161531.947000', '161531.950000', '161531.952000', '161531.955000', '161531.958000', '161531.960000', '161531.963000', '161531.965000', '161531.968000', '161531.971000', '161551.857000', '161551.860000', '161551.863000', '161551.865000', '161551.868000', '161551.871000', '161551.874000', '161551.876000', '161551.879000', '161551.882000', '161551.884000', '161551.887000', '161551.889000', '161551.892000', '161551.895000', '161551.897000', '161551.900000', '161551.903000', '161551.905000', '161551.908000', '161551.910000', '161551.913000', '161551.916000', '161551.918000', '161551.921000', '161551.923000', '161551.926000', '161551.929000', '161551.931000', '161551.934000', '161551.937000', '161551.939000', '161551.942000', '161551.944000', '161551.947000', '161551.950000', '161551.952000', '161551.955000', '161551.957000', '161551.960000', '161551.963000', '161551.965000', '161551.968000', '161611.858000', '161611.861000', '161611.864000', '161611.867000', '161611.869000', '161611.872000', '161611.875000', '161611.877000', '161611.880000', '161611.883000', '161611.892000', '161611.895000', '161611.898000', '161611.900000', '161611.903000', '161611.906000', '161611.908000', '161611.911000', '161611.914000', '161611.916000', '161611.919000', '161611.922000', '161611.924000', '161611.927000', '161611.929000', '161611.932000', '161611.935000', '161611.937000', '161611.940000', '161611.943000', '161611.945000', '161611.948000', '161611.951000', '161611.953000', '161611.956000', '161611.959000', '161611.961000', '161611.964000', '161611.966000', '161611.969000', '161611.972000', '161611.974000', '161611.977000', '161611.980000', '161631.858000', '161631.860000', '161631.863000', '161631.866000', '161631.869000', '161631.871000', '161631.874000', '161631.877000', '161631.879000', '161631.882000', '161631.884000', '161631.887000', '161631.890000', '161631.892000', '161631.895000', '161631.898000', '161631.900000', '161631.903000', '161631.905000', '161631.908000', '161631.911000', '161631.914000', '161631.916000', '161631.919000', '161631.922000', '161631.924000', '161631.927000', '161631.929000', '161631.932000', '161631.935000', '161631.937000', '161631.940000', '161631.943000', '161631.945000', '161631.948000', '161631.951000', '161631.953000', '161631.956000', '161631.958000', '161631.961000', '161631.964000', '161631.966000', '161631.969000', '161651.857000', '161651.860000', '161651.865000', '161651.867000', '161651.870000', '161651.873000', '161651.875000', '161651.878000', '161651.880000', '161651.883000', '161651.886000', '161651.888000', '161651.891000', '161651.894000', '161651.896000', '161651.899000', '161651.901000', '161651.904000', '161651.907000', '161651.909000', '161651.912000', '161651.915000', '161651.917000', '161651.920000', '161651.922000', '161651.925000', '161651.928000', '161651.930000', '161651.933000', '161651.936000', '161651.938000', '161651.941000', '161651.944000', '161651.946000', '161651.949000', '161651.952000', '161651.954000', '161651.957000', '161651.959000', '161651.962000', '161651.965000', '161651.967000', '161651.970000', '161711.856000', '161711.859000', '161711.862000', '161711.864000', '161711.868000', '161711.870000', '161711.873000', '161711.875000', '161711.878000', '161711.881000', '161711.883000', '161711.886000', '161711.889000', '161711.891000', '161711.894000', '161711.897000', '161711.899000', '161711.902000', '161711.904000', '161711.907000', '161711.910000', '161711.913000', '161711.915000', '161711.918000', '161711.920000', '161711.923000', '161711.926000', '161711.928000', '161711.931000', '161711.934000', '161711.936000', '161711.939000', '161711.942000', '161711.944000', '161711.947000', '161711.950000', '161711.952000', '161711.955000', '161711.957000', '161711.960000', '161711.963000', '161711.966000', '161711.968000', '161711.971000', '161731.858000', '161731.860000', '161731.863000', '161731.865000', '161731.868000', '161731.871000', '161731.873000', '161731.876000', '161731.879000', '161731.881000', '161731.884000', '161731.887000', '161731.889000', '161731.892000', '161731.895000', '161731.897000', '161731.902000', '161731.904000', '161731.907000', '161731.910000', '161731.913000', '161731.915000', '161731.918000', '161731.921000', '161731.923000', '161731.926000', '161731.929000', '161731.931000', '161731.934000', '161731.937000', '161731.939000', '161731.942000', '161731.945000', '161731.947000', '161731.950000', '161731.953000', '161731.956000', '161731.958000', '161731.961000', '161731.963000', '161731.966000', '161731.969000', '161731.972000', '161731.974000', '161751.858000', '161751.860000', '161751.863000', '161751.866000', '161751.868000', '161751.871000', '161751.873000', '161751.876000', '161751.879000', '161751.883000', '161751.886000', '161751.889000', '161751.891000', '161751.894000', '161751.897000', '161751.899000', '161751.902000', '161751.904000', '161751.907000', '161751.910000', '161751.912000', '161751.915000', '161751.918000', '161751.927000', '161751.930000', '161751.932000', '161751.935000', '161751.938000', '161751.940000', '161751.943000', '161751.946000', '161751.948000', '161751.951000', '161751.953000', '161751.956000', '161751.959000', '161751.961000', '161751.964000', '161751.967000', '161751.969000', '161751.972000', '161751.974000', '161751.977000', '161811.857000', '161811.860000', '161811.863000', '161811.866000', '161811.869000', '161811.872000', '161811.875000', '161811.877000', '161811.880000', '161811.883000', '161811.885000', '161811.888000', '161811.891000', '161811.893000', '161811.896000', '161811.898000', '161811.901000', '161811.904000', '161811.906000', '161811.909000', '161811.911000', '161811.914000', '161811.917000', '161811.919000', '161811.922000', '161811.925000', '161811.927000', '161811.930000', '161811.932000', '161811.935000', '161811.938000', '161811.940000', '161811.943000', '161811.945000', '161811.948000', '161811.951000', '161811.953000', '161811.956000', '161811.959000', '161811.961000', '161811.964000', '161811.967000', '161811.969000', '161831.858000', '161831.861000', '161831.864000', '161831.866000', '161831.869000', '161831.872000', '161831.874000', '161831.877000', '161831.880000', '161831.882000', '161831.885000', '161831.888000', '161831.890000', '161831.893000', '161831.896000', '161831.898000', '161831.901000', '161831.903000', '161831.906000', '161831.909000', '161831.911000', '161831.914000', '161831.917000', '161831.919000', '161831.922000', '161831.924000', '161831.927000', '161831.930000', '161831.932000', '161831.935000', '161831.938000', '161831.940000', '161831.943000', '161831.945000', '161831.948000', '161831.951000', '161831.953000', '161831.956000', '161831.959000', '161831.961000', '161831.964000', '161831.966000', '161831.969000', '161831.972000', '161844.559000', '161844.562000', '161844.565000', '161844.567000', '161844.570000', '161844.573000', '161844.576000', '161844.579000', '161844.582000', '161844.585000', '161844.588000', '161844.590000', '161844.593000', '161844.596000', '161844.599000', '161844.602000', '161844.605000', '161844.608000', '161844.611000', '161844.614000', '161844.616000', '161844.619000', '161844.622000', '161844.625000', '161844.628000', '161844.631000', '161844.634000', '161844.636000'], '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': [15343, 17195, 14718, 9441, 9088, 10531, 8396, 13550, 11588, 8212, 15298, 9192, 7916, 11772, 8863, 9574, 12378, 9500, 11019, 10885, 7800, 11431, 9188, 8098, 13757, 10365, 7693, 11816, 8473, 9160, 11378, 8540, 11967, 10490, 7548, 12887, 9902, 8027, 13705, 9315, 7818, 11321, 8310, 7672, 12650, 9866, 9227, 11521, 8232, 7799, 10778, 8652, 11875, 11556, 8124, 12088, 9411, 7533, 12913, 9974, 11936, 12935, 8239, 12604, 10280, 7594, 13660, 10664, 13631, 12354, 8228, 10933, 10203, 8080, 13880, 10451, 8123, 11604, 8031, 13014, 10081, 7962, 12969, 8892, 8696, 10519, 8147, 11085, 10781, 7920, 10529, 9963, 8105, 7998, 10304, 8337, 10839, 9381, 7936, 12986, 9938, 8079, 11868, 8411, 15722, 13694, 13235, 14978, 8871, 17263, 9448, 7517, 12272, 9254, 13234, 11829, 8677, 15870, 9380, 7530, 11270, 8263, 7761, 11871, 8889, 12184, 9767, 7788, 11772, 8590, 12474, 9865, 10483, 14359, 12750, 17406, 11462, 8004, 12016, 8572, 13430, 10289, 11352, 12009, 8366, 13380, 9313, 8848, 12158, 9132, 12563, 9088, 7504, 11372, 8612, 8437, 13967, 9733, 7959, 10932, 10202, 7490, 10163, 8518, 10813, 12781, 8539, 11561, 11043, 9076, 14138, 13546, 14844, 16384, 17029, 12936, 17321, 13394, 14154, 10847, 8039, 12723, 9327, 13768, 9566, 8700, 10453, 7531, 11949, 8949, 9814, 10222, 7654, 12018, 9033, 8244, 10935, 8391, 11084, 9438, 7720, 12491, 9399, 7653, 11598, 8523, 8795, 10012, 8168, 13802, 9908, 7732, 11530, 8394, 7595, 11835, 9118, 9914, 12511, 8155, 7526, 9690, 7437, 10545, 9707, 7802, 12369, 8765, 10174, 9912, 7672, 11952, 9466, 14753, 12942, 9225, 12129, 7797, 12837, 9171, 14934, 15256, 11665, 15640, 8469, 10852, 9629, 7472, 11459, 8434, 13006, 9370, 8985, 12851, 8575, 11714, 9292, 7899, 11740, 8399, 7497, 11772, 8500, 15260, 9791, 8259, 10418, 7654, 10378, 8336, 9741, 10764, 8361, 13275, 9063, 7885, 8684, 9657, 13983, 11288, 8068, 11767, 8593, 8567, 9931, 7883, 12565, 9535, 13396, 12320, 8228, 12008, 9215, 7775, 11870, 9142, 10917, 10277, 7778, 12283, 8939, 7692, 11615, 8808, 7970, 10357, 8087, 10595, 9509, 7675, 12778, 8890, 8197, 9995, 8210, 7859, 10591, 8240, 13842, 10184, 7928, 8535, 9762, 7939, 11498, 10650, 11778, 15151, 12172, 7904, 10583, 8955, 7772, 12329, 9395, 12270, 9825, 7850, 11779, 9108, 7656, 12108, 8469, 9966, 9842, 7393, 10542, 9531, 7672, 11019, 9085, 7626, 10430, 8264, 12916, 10026, 8064, 12132, 8784, 7751, 10835, 8775, 12866, 10172, 7610, 10297, 9548, 7711, 11304, 9088, 7844, 10597, 8671, 7701, 10777, 8951, 7639, 13834, 13649, 12163, 13249, 8302, 7578, 10417, 10715, 15170, 15201, 11563, 12737, 9784, 7755, 11276, 14970, 14035, 15986, 11548, 8867, 9939, 7470, 11766, 13058, 14230, 15333, 10208, 13515, 9363, 7651, 10760, 8803, 10649, 10493, 7596, 11276, 8406, 7732, 10034, 7780, 11377, 9207, 8070, 10720, 8363, 8541, 10011, 7800, 11095, 9154, 12720, 13161, 7852, 12329, 9678, 7986, 10862, 8907, 8371, 12225, 8134, 7693, 9636, 7457, 9455, 10334, 7875, 13579, 9394, 7674, 10637, 8840, 8111, 11486, 10836, 11003, 10911, 8053, 9339, 10083, 7410, 16094, 12076, 8946, 12539, 8577, 9790, 10576, 7883, 12084, 9358, 7627, 10874, 8388, 7747, 10819, 8039, 8096, 10105, 7634, 10718, 9268, 7802, 11475, 8428, 7549, 10301, 8232, 7510, 11064, 10961, 12205, 14906, 10588, 7868, 9861, 7946, 7668, 12001, 15125, 12463, 14203, 7989, 7404, 10458, 8845, 15507, 14743, 10908, 16876, 9261, 7886, 11980, 14247, 17579, 14817, 8987, 13914, 9346, 7643, 10979, 9022, 9531, 10985, 8140, 9823, 9496, 7466, 10929, 8736, 8525, 10772, 8271, 10682, 9423, 7598, 11024, 9186, 7732, 10506, 8000, 7741, 10403, 8013, 9822, 10717, 7961, 13059, 9926, 7816, 9179, 10139, 8115, 11675, 10621, 7809, 9321, 9620, 7662, 13047, 15674, 12058, 15312, 8314, 7899, 12302, 11509, 17887, 13054, 7428, 9783, 9658, 7599, 12011, 11693, 7876, 15040, 8323, 7664, 11240, 9384, 7990, 10369, 8149, 7762, 10555, 8016, 10577, 15264, 14292, 17179, 16089, 14898, 17760, 12557, 8646, 13874, 10545, 7953, 11781, 8812, 9235, 10694, 7706, 12362, 16094, 16388, 17276, 15100, 17552, 14397, 9660, 11824, 9174, 11739, 9171, 7481, 11672, 8853, 12853, 9396, 7270, 10712, 7916, 11406, 9025, 8471, 10530, 7443, 11842, 8677, 9153, 9968, 7478, 11457, 8953, 7963, 10241, 7957, 11005, 8640, 7439, 10378, 8279, 7725, 11577, 9998, 8438, 11118, 8755, 7621, 10547, 9025, 7879, 14121, 14434, 10087, 11483, 8109, 11326, 9946, 7674, 14111, 9456, 16709, 14023, 10015, 12137, 8761, 15620, 9842, 7420, 11324, 8349, 9580, 10327, 7800, 8964, 10539, 8005, 8854, 9428, 8008, 10708, 14308, 10184, 10173, 11882, 8992, 12262, 11942, 9294, 15158, 10662, 8274, 14607, 10406, 8013, 13948, 10989, 8874, 8835, 14856, 17695, 18652, 18016, 13096, 9559, 10632, 9243, 7783, 12526, 12514, 9052, 10544, 9125, 7500, 11217, 9534, 7752, 12101, 9606, 7707, 10963, 9339, 7715, 11640, 9049, 7507, 10550, 8619, 8066, 10539, 8986, 12970, 16865, 13037, 9345, 12104, 9587, 7511, 11815, 9578, 7622, 11677, 9073, 7419, 10943, 8708, 9318, 11279, 7739, 10509, 10133, 7702, 13225, 8237, 7781, 8843, 9694, 9089, 8164, 14133, 9609, 8093, 10102, 8974, 8234, 10688, 9235, 8843, 13612, 11976, 8793, 8209, 15513, 15635, 14509, 17350, 15864, 11637, 12272, 8753, 9910, 9621, 8009, 13410, 9252, 8251, 9969, 8235, 8012, 9661, 8425, 9746, 9320, 7956, 11171, 8516, 8069, 10591, 8110, 8446, 13830, 8509, 7911, 10233, 9183, 7957, 8553, 9944, 8806, 9542, 11870, 7811, 8110, 10608, 8143, 7923, 11621, 9732, 8115, 10570, 7939, 8483, 10042, 8080, 15678, 9661, 8297, 10774, 8761, 7819, 11122, 8901, 8984, 10461, 8141, 7489, 9503, 7918, 10735, 9187, 8151, 10673, 8452, 7971, 11255, 8646, 14646, 9639, 8057, 10688, 8703, 8591, 10335, 8044, 7835, 8298, 10113, 10750, 15053, 13030, 10497, 11319, 8911, 15003, 11115, 13106, 16397, 14716, 17588, 15371, 14622, 10039], 'WindowCenter': [4592.0, 4586.0, 4552.0, 4499.0, 4486.0, 4493.0, 4464.0, 4511.0, 4493.0, 4464.0, 4523.0, 4472.0, 4451.0, 4490.0, 4460.0, 4469.0, 4500.0, 4482.0, 4492.0, 4491.0, 4452.0, 4500.0, 4471.0, 4451.0, 4511.0, 4482.0, 4453.0, 4501.0, 4461.0, 4470.0, 4491.0, 4461.0, 4488.0, 4480.0, 4440.0, 4498.0, 4481.0, 4451.0, 4512.0, 4472.0, 4451.0, 4489.0, 4462.0, 4451.0, 4512.0, 4484.0, 4484.0, 4503.0, 4474.0, 4462.0, 4492.0, 4473.0, 4503.0, 4505.0, 4464.0, 4514.0, 4485.0, 4453.0, 4512.0, 4483.0, 4502.0, 4515.0, 4464.0, 4513.0, 4482.0, 4450.0, 4500.0, 4493.0, 4511.0, 4501.0, 4461.0, 4480.0, 4469.0, 4450.0, 4500.0, 4480.0, 4450.0, 4489.0, 4450.0, 4497.0, 4470.0, 4449.0, 4498.0, 4458.0, 4459.0, 4478.0, 4451.0, 4504.0, 4491.0, 4477.0, 4506.0, 4494.0, 4466.0, 4462.0, 4493.0, 4475.0, 4493.0, 4473.0, 4464.0, 4513.0, 4496.0, 4464.0, 4504.0, 4464.0, 4521.0, 4502.0, 4499.0, 4510.0, 4460.0, 4508.0, 4458.0, 4428.0, 4488.0, 4469.0, 4501.0, 4490.0, 4460.0, 4519.0, 4468.0, 4453.0, 4490.0, 4461.0, 4452.0, 4502.0, 4474.0, 4514.0, 4496.0, 4466.0, 4505.0, 4472.0, 4499.0, 4481.0, 4481.0, 4512.0, 4502.0, 4530.0, 4491.0, 4448.0, 4488.0, 4447.0, 4486.0, 4467.0, 4465.0, 4476.0, 4436.0, 4485.0, 4445.0, 4444.0, 4487.0, 4457.0, 4496.0, 4445.0, 4437.0, 4489.0, 4463.0, 4461.0, 4509.0, 4471.0, 4449.0, 4489.0, 4479.0, 4438.0, 4464.0, 4462.0, 4490.0, 4512.0, 4474.0, 4513.0, 4503.0, 4473.0, 4521.0, 4509.0, 4510.0, 4522.0, 4510.0, 4488.0, 4506.0, 4474.0, 4484.0, 4452.0, 4422.0, 4471.0, 4442.0, 4469.0, 4439.0, 4420.0, 4451.0, 4410.0, 4459.0, 4432.0, 4441.0, 4452.0, 4423.0, 4472.0, 4445.0, 4433.0, 4475.0, 4446.0, 4475.0, 4456.0, 4439.0, 4497.0, 4470.0, 4450.0, 4490.0, 4462.0, 4460.0, 4480.0, 4460.0, 4510.0, 4482.0, 4451.0, 4502.0, 4475.0, 4464.0, 4503.0, 4474.0, 4495.0, 4527.0, 4489.0, 4476.0, 4493.0, 4466.0, 4494.0, 4484.0, 4465.0, 4516.0, 4486.0, 4495.0, 4494.0, 4463.0, 4502.0, 4483.0, 4535.0, 4527.0, 4482.0, 4502.0, 4451.0, 4498.0, 4459.0, 4507.0, 4509.0, 4486.0, 4508.0, 4446.0, 4466.0, 4456.0, 4426.0, 4477.0, 4448.0, 4486.0, 4457.0, 4455.0, 4497.0, 4458.0, 4499.0, 4467.0, 4450.0, 4487.0, 4447.0, 4438.0, 4488.0, 4459.0, 4519.0, 4480.0, 4459.0, 4480.0, 4448.0, 4478.0, 4462.0, 4466.0, 4478.0, 4446.0, 4496.0, 4467.0, 4449.0, 4445.0, 4481.0, 4507.0, 4488.0, 4448.0, 4488.0, 4458.0, 4459.0, 4479.0, 4450.0, 4496.0, 4468.0, 4500.0, 4499.0, 4460.0, 4490.0, 4469.0, 4436.0, 4485.0, 4458.0, 4478.0, 4468.0, 4447.0, 4488.0, 4457.0, 4437.0, 4488.0, 4459.0, 4448.0, 4479.0, 4450.0, 4478.0, 4481.0, 4451.0, 4510.0, 4472.0, 4462.0, 4482.0, 4462.0, 4461.0, 4491.0, 4474.0, 4524.0, 4494.0, 4474.0, 4474.0, 4492.0, 4461.0, 4500.0, 4492.0, 4504.0, 4523.0, 4512.0, 4462.0, 4491.0, 4471.0, 4450.0, 4502.0, 4483.0, 4501.0, 4479.0, 4450.0, 4489.0, 4460.0, 4438.0, 4489.0, 4459.0, 4467.0, 4479.0, 4440.0, 4479.0, 4480.0, 4451.0, 4491.0, 4471.0, 4451.0, 4479.0, 4460.0, 4501.0, 4481.0, 4461.0, 4500.0, 4461.0, 4450.0, 4479.0, 4461.0, 4500.0, 4480.0, 4450.0, 4479.0, 4470.0, 4450.0, 4491.0, 4472.0, 4462.0, 4491.0, 4471.0, 4463.0, 4492.0, 4484.0, 4464.0, 4536.0, 4537.0, 4525.0, 4525.0, 4474.0, 4463.0, 4492.0, 4493.0, 4523.0, 4534.0, 4504.0, 4523.0, 4492.0, 4451.0, 4491.0, 4522.0, 4509.0, 4521.0, 4490.0, 4469.0, 4468.0, 4437.0, 4486.0, 4498.0, 4507.0, 4508.0, 4477.0, 4495.0, 4456.0, 4434.0, 4463.0, 4443.0, 4461.0, 4464.0, 4435.0, 4475.0, 4445.0, 4433.0, 4464.0, 4435.0, 4474.0, 4456.0, 4435.0, 4475.0, 4446.0, 4446.0, 4466.0, 4437.0, 4477.0, 4467.0, 4497.0, 4498.0, 4448.0, 4496.0, 4466.0, 4436.0, 4476.0, 4458.0, 4449.0, 4498.0, 4459.0, 4450.0, 4479.0, 4440.0, 4468.0, 4480.0, 4450.0, 4510.0, 4481.0, 4462.0, 4490.0, 4470.0, 4461.0, 4501.0, 4492.0, 4491.0, 4491.0, 4461.0, 4468.0, 4478.0, 4438.0, 4517.0, 4489.0, 4458.0, 4486.0, 4447.0, 4465.0, 4475.0, 4446.0, 4486.0, 4456.0, 4436.0, 4476.0, 4448.0, 4436.0, 4478.0, 4446.0, 4448.0, 4479.0, 4449.0, 4479.0, 4468.0, 4450.0, 4490.0, 4460.0, 4451.0, 4479.0, 4461.0, 4452.0, 4501.0, 4504.0, 4515.0, 4534.0, 4505.0, 4475.0, 4493.0, 4463.0, 4463.0, 4514.0, 4535.0, 4514.0, 4534.0, 4474.0, 4453.0, 4489.0, 4470.0, 4521.0, 4521.0, 4491.0, 4529.0, 4469.0, 4448.0, 4487.0, 4508.0, 4517.0, 4507.0, 4457.0, 4495.0, 4455.0, 4435.0, 4464.0, 4446.0, 4455.0, 4475.0, 4436.0, 4464.0, 4455.0, 4425.0, 4464.0, 4445.0, 4445.0, 4475.0, 4446.0, 4465.0, 4457.0, 4438.0, 4478.0, 4469.0, 4448.0, 4478.0, 4449.0, 4449.0, 4479.0, 4461.0, 4482.0, 4492.0, 4462.0, 4511.0, 4481.0, 4452.0, 4472.0, 4492.0, 4464.0, 4504.0, 4494.0, 4465.0, 4484.0, 4484.0, 4464.0, 4514.0, 4534.0, 4514.0, 4521.0, 4462.0, 4452.0, 4500.0, 4491.0, 4530.0, 4498.0, 4440.0, 4467.0, 4470.0, 4450.0, 4500.0, 4501.0, 4461.0, 4521.0, 4459.0, 4451.0, 4492.0, 4482.0, 4463.0, 4493.0, 4464.0, 4463.0, 4491.0, 4463.0, 4492.0, 4545.0, 4535.0, 4546.0, 4535.0, 4523.0, 4542.0, 4500.0, 4472.0, 4511.0, 4479.0, 4448.0, 4488.0, 4459.0, 4468.0, 4480.0, 4450.0, 4499.0, 4519.0, 4518.0, 4519.0, 4496.0, 4504.0, 4484.0, 4441.0, 4462.0, 4442.0, 4459.0, 4428.0, 4398.0, 4459.0, 4430.0, 4469.0, 4440.0, 4408.0, 4448.0, 4420.0, 4459.0, 4431.0, 4419.0, 4452.0, 4411.0, 4471.0, 4443.0, 4453.0, 4452.0, 4423.0, 4472.0, 4445.0, 4436.0, 4464.0, 4446.0, 4476.0, 4458.0, 4437.0, 4493.0, 4483.0, 4462.0, 4514.0, 4506.0, 4485.0, 4516.0, 4474.0, 4464.0, 4493.0, 4497.0, 4474.0, 4536.0, 4535.0, 4505.0, 4514.0, 4475.0, 4491.0, 4481.0, 4449.0, 4510.0, 4470.0, 4519.0, 4509.0, 4467.0, 4487.0, 4446.0, 4506.0, 4466.0, 4425.0, 4487.0, 4460.0, 4479.0, 4477.0, 4439.0, 4459.0, 4478.0, 4462.0, 4483.0, 4470.0, 4462.0, 4493.0, 4536.0, 4495.0, 4493.0, 4503.0, 4473.0, 4512.0, 4515.0, 4483.0, 4521.0, 4482.0, 4461.0, 4521.0, 4481.0, 4450.0, 4510.0, 4478.0, 4458.0, 4457.0, 4509.0, 4520.0, 4530.0, 4520.0, 4499.0, 4466.0, 4465.0, 4455.0, 4437.0, 4497.0, 4498.0, 4458.0, 4479.0, 4469.0, 4440.0, 4488.0, 4468.0, 4440.0, 4499.0, 4469.0, 4451.0, 4490.0, 4483.0, 4465.0, 4502.0, 4472.0, 4453.0, 4505.0, 4486.0, 4476.0, 4505.0, 4485.0, 4525.0, 4545.0, 4525.0, 4472.0, 4499.0, 4481.0, 4442.0, 4501.0, 4480.0, 4453.0, 4504.0, 4473.0, 4453.0, 4492.0, 4474.0, 4472.0, 4491.0, 4451.0, 4479.0, 4495.0, 4465.0, 4523.0, 4475.0, 4438.0, 4476.0, 4481.0, 4461.0, 4448.0, 4496.0, 4466.0, 4448.0, 4478.0, 4470.0, 4462.0, 4493.0, 4483.0, 4488.0, 4523.0, 4502.0, 4461.0, 4459.0, 4518.0, 4520.0, 4510.0, 4520.0, 4519.0, 4488.0, 4488.0, 4447.0, 4454.0, 4455.0, 4435.0, 4483.0, 4445.0, 4434.0, 4453.0, 4447.0, 4436.0, 4467.0, 4458.0, 4468.0, 4468.0, 4449.0, 4487.0, 4458.0, 4449.0, 4503.0, 4463.0, 4449.0, 4509.0, 4462.0, 4460.0, 4480.0, 4471.0, 4451.0, 4473.0, 4494.0, 4488.0, 4486.0, 4515.0, 4463.0, 4463.0, 4493.0, 4461.0, 4452.0, 4491.0, 4471.0, 4451.0, 4481.0, 4452.0, 4460.0, 4480.0, 4451.0, 4517.0, 4467.0, 4446.0, 4477.0, 4457.0, 4438.0, 4490.0, 4471.0, 4472.0, 4501.0, 4462.0, 4451.0, 4482.0, 4462.0, 4492.0, 4482.0, 4462.0, 4491.0, 4473.0, 4461.0, 4492.0, 4486.0, 4520.0, 4484.0, 4451.0, 4482.0, 4436.0, 4449.0, 4455.0, 4426.0, 4414.0, 4450.0, 4483.0, 4493.0, 4510.0, 4500.0, 4479.0, 4491.0, 4473.0, 4521.0, 4504.0, 4512.0, 4521.0, 4521.0, 4517.0, 4494.0, 4483.0, 4454.0], 'WindowWidth': [10055.0, 10031.0, 9975.0, 9894.0, 9869.0, 9873.0, 9834.0, 9894.0, 9873.0, 9834.0, 9913.0, 9842.0, 9811.0, 9859.0, 9820.0, 9832.0, 9876.0, 9853.0, 9868.0, 9867.0, 9815.0, 9876.0, 9837.0, 9811.0, 9893.0, 9855.0, 9815.0, 9879.0, 9825.0, 9836.0, 9864.0, 9824.0, 9858.0, 9847.0, 9794.0, 9871.0, 9850.0, 9811.0, 9897.0, 9840.0, 9813.0, 9861.0, 9827.0, 9811.0, 9895.0, 9860.0, 9860.0, 9886.0, 9849.0, 9831.0, 9869.0, 9844.0, 9885.0, 9891.0, 9836.0, 9903.0, 9863.0, 9819.0, 9894.0, 9859.0, 9884.0, 9906.0, 9834.0, 9897.0, 9854.0, 9808.0, 9875.0, 9870.0, 9890.0, 9878.0, 9824.0, 9847.0, 9832.0, 9806.0, 9875.0, 9848.0, 9807.0, 9857.0, 9806.0, 9868.0, 9833.0, 9804.0, 9871.0, 9816.0, 9818.0, 9840.0, 9810.0, 9891.0, 9867.0, 9858.0, 9898.0, 9876.0, 9838.0, 9828.0, 9872.0, 9850.0, 9872.0, 9844.0, 9834.0, 9900.0, 9879.0, 9834.0, 9887.0, 9833.0, 9908.0, 9880.0, 9870.0, 9888.0, 9817.0, 9882.0, 9813.0, 9773.0, 9855.0, 9831.0, 9877.0, 9864.0, 9822.0, 9902.0, 9832.0, 9816.0, 9863.0, 9825.0, 9814.0, 9883.0, 9849.0, 9904.0, 9882.0, 9842.0, 9890.0, 9843.0, 9873.0, 9852.0, 9850.0, 9900.0, 9881.0, 9919.0, 9864.0, 9801.0, 9855.0, 9796.0, 9847.0, 9823.0, 9819.0, 9835.0, 9780.0, 9846.0, 9789.0, 9789.0, 9854.0, 9813.0, 9865.0, 9792.0, 9787.0, 9861.0, 9830.0, 9823.0, 9884.0, 9838.0, 9804.0, 9860.0, 9842.0, 9789.0, 9819.0, 9828.0, 9863.0, 9897.0, 9847.0, 9901.0, 9889.0, 9847.0, 9908.0, 9892.0, 9895.0, 9913.0, 9893.0, 9854.0, 9877.0, 9827.0, 9839.0, 9796.0, 9754.0, 9819.0, 9780.0, 9814.0, 9772.0, 9748.0, 9789.0, 9732.0, 9799.0, 9768.0, 9779.0, 9796.0, 9759.0, 9825.0, 9793.0, 9773.0, 9831.0, 9795.0, 9833.0, 9810.0, 9791.0, 9869.0, 9836.0, 9810.0, 9862.0, 9827.0, 9822.0, 9848.0, 9823.0, 9892.0, 9855.0, 9813.0, 9882.0, 9854.0, 9835.0, 9884.0, 9847.0, 9880.0, 9932.0, 9881.0, 9858.0, 9877.0, 9842.0, 9876.0, 9863.0, 9839.0, 9910.0, 9869.0, 9881.0, 9878.0, 9834.0, 9883.0, 9859.0, 9933.0, 9927.0, 9857.0, 9884.0, 9811.0, 9869.0, 9818.0, 9882.0, 9890.0, 9853.0, 9884.0, 9797.0, 9822.0, 9809.0, 9767.0, 9837.0, 9802.0, 9849.0, 9811.0, 9807.0, 9870.0, 9817.0, 9873.0, 9830.0, 9811.0, 9856.0, 9802.0, 9788.0, 9858.0, 9821.0, 9904.0, 9852.0, 9821.0, 9849.0, 9807.0, 9846.0, 9829.0, 9825.0, 9841.0, 9796.0, 9865.0, 9827.0, 9807.0, 9792.0, 9852.0, 9881.0, 9858.0, 9805.0, 9857.0, 9817.0, 9819.0, 9847.0, 9808.0, 9867.0, 9833.0, 9875.0, 9875.0, 9823.0, 9861.0, 9832.0, 9786.0, 9850.0, 9817.0, 9843.0, 9830.0, 9803.0, 9857.0, 9815.0, 9787.0, 9857.0, 9820.0, 9804.0, 9845.0, 9809.0, 9845.0, 9852.0, 9813.0, 9894.0, 9843.0, 9829.0, 9855.0, 9831.0, 9826.0, 9868.0, 9848.0, 9917.0, 9878.0, 9851.0, 9852.0, 9870.0, 9827.0, 9879.0, 9873.0, 9890.0, 9917.0, 9899.0, 9831.0, 9868.0, 9840.0, 9809.0, 9885.0, 9858.0, 9878.0, 9848.0, 9810.0, 9860.0, 9823.0, 9791.0, 9862.0, 9820.0, 9829.0, 9846.0, 9798.0, 9847.0, 9850.0, 9813.0, 9868.0, 9841.0, 9812.0, 9848.0, 9825.0, 9881.0, 9855.0, 9826.0, 9879.0, 9824.0, 9809.0, 9847.0, 9825.0, 9876.0, 9850.0, 9809.0, 9847.0, 9835.0, 9810.0, 9868.0, 9843.0, 9830.0, 9869.0, 9842.0, 9833.0, 9871.0, 9865.0, 9838.0, 9940.0, 9942.0, 9922.0, 9924.0, 9852.0, 9833.0, 9869.0, 9874.0, 9915.0, 9936.0, 9892.0, 9915.0, 9871.0, 9815.0, 9866.0, 9912.0, 9891.0, 9913.0, 9865.0, 9834.0, 9830.0, 9787.0, 9852.0, 9870.0, 9881.0, 9888.0, 9842.0, 9863.0, 9810.0, 9778.0, 9814.0, 9788.0, 9811.0, 9819.0, 9779.0, 9835.0, 9794.0, 9777.0, 9818.0, 9781.0, 9832.0, 9812.0, 9780.0, 9833.0, 9797.0, 9798.0, 9825.0, 9788.0, 9841.0, 9830.0, 9869.0, 9871.0, 9804.0, 9865.0, 9826.0, 9785.0, 9837.0, 9819.0, 9807.0, 9876.0, 9823.0, 9812.0, 9850.0, 9797.0, 9831.0, 9853.0, 9812.0, 9893.0, 9854.0, 9831.0, 9866.0, 9838.0, 9827.0, 9883.0, 9871.0, 9867.0, 9867.0, 9827.0, 9831.0, 9843.0, 9789.0, 9897.0, 9859.0, 9815.0, 9852.0, 9801.0, 9821.0, 9837.0, 9798.0, 9851.0, 9810.0, 9785.0, 9839.0, 9802.0, 9786.0, 9844.0, 9801.0, 9805.0, 9846.0, 9807.0, 9848.0, 9832.0, 9809.0, 9864.0, 9824.0, 9813.0, 9849.0, 9826.0, 9817.0, 9885.0, 9892.0, 9908.0, 9936.0, 9895.0, 9854.0, 9876.0, 9834.0, 9834.0, 9907.0, 9936.0, 9906.0, 9934.0, 9851.0, 9820.0, 9864.0, 9838.0, 9908.0, 9911.0, 9867.0, 9917.0, 9835.0, 9804.0, 9855.0, 9885.0, 9897.0, 9884.0, 9814.0, 9863.0, 9807.0, 9780.0, 9818.0, 9795.0, 9806.0, 9835.0, 9784.0, 9819.0, 9806.0, 9768.0, 9818.0, 9793.0, 9792.0, 9834.0, 9797.0, 9822.0, 9811.0, 9789.0, 9844.0, 9832.0, 9804.0, 9845.0, 9809.0, 9808.0, 9848.0, 9828.0, 9858.0, 9870.0, 9831.0, 9895.0, 9854.0, 9816.0, 9842.0, 9871.0, 9836.0, 9892.0, 9877.0, 9841.0, 9864.0, 9862.0, 9837.0, 9903.0, 9932.0, 9902.0, 9911.0, 9829.0, 9814.0, 9879.0, 9866.0, 9917.0, 9873.0, 9795.0, 9829.0, 9836.0, 9812.0, 9880.0, 9881.0, 9828.0, 9909.0, 9824.0, 9814.0, 9869.0, 9857.0, 9834.0, 9874.0, 9836.0, 9832.0, 9869.0, 9833.0, 9871.0, 9952.0, 9937.0, 9954.0, 9935.0, 9913.0, 9938.0, 9879.0, 9843.0, 9896.0, 9847.0, 9803.0, 9857.0, 9819.0, 9832.0, 9849.0, 9809.0, 9875.0, 9903.0, 9900.0, 9908.0, 9868.0, 9872.0, 9843.0, 9782.0, 9810.0, 9781.0, 9800.0, 9757.0, 9717.0, 9800.0, 9764.0, 9818.0, 9775.0, 9731.0, 9784.0, 9749.0, 9801.0, 9766.0, 9750.0, 9796.0, 9743.0, 9821.0, 9787.0, 9800.0, 9800.0, 9763.0, 9827.0, 9793.0, 9781.0, 9819.0, 9798.0, 9840.0, 9817.0, 9790.0, 9874.0, 9865.0, 9832.0, 9906.0, 9901.0, 9869.0, 9914.0, 9852.0, 9835.0, 9873.0, 9889.0, 9853.0, 9939.0, 9936.0, 9896.0, 9907.0, 9852.0, 9868.0, 9853.0, 9807.0, 9892.0, 9837.0, 9901.0, 9886.0, 9827.0, 9852.0, 9798.0, 9879.0, 9822.0, 9766.0, 9856.0, 9824.0, 9850.0, 9841.0, 9791.0, 9818.0, 9844.0, 9833.0, 9863.0, 9838.0, 9829.0, 9873.0, 9935.0, 9877.0, 9871.0, 9882.0, 9841.0, 9896.0, 9905.0, 9858.0, 9908.0, 9854.0, 9826.0, 9905.0, 9850.0, 9808.0, 9888.0, 9840.0, 9813.0, 9812.0, 9887.0, 9906.0, 9919.0, 9908.0, 9872.0, 9824.0, 9819.0, 9805.0, 9783.0, 9867.0, 9869.0, 9816.0, 9845.0, 9831.0, 9794.0, 9856.0, 9830.0, 9795.0, 9874.0, 9833.0, 9812.0, 9863.0, 9861.0, 9839.0, 9885.0, 9843.0, 9822.0, 9896.0, 9872.0, 9858.0, 9896.0, 9870.0, 9919.0, 9952.0, 9922.0, 9842.0, 9873.0, 9855.0, 9799.0, 9878.0, 9849.0, 9818.0, 9888.0, 9844.0, 9818.0, 9869.0, 9846.0, 9842.0, 9865.0, 9810.0, 9846.0, 9880.0, 9839.0, 9915.0, 9852.0, 9786.0, 9851.0, 9853.0, 9821.0, 9801.0, 9866.0, 9823.0, 9804.0, 9845.0, 9837.0, 9830.0, 9873.0, 9862.0, 9875.0, 9915.0, 9882.0, 9825.0, 9818.0, 9901.0, 9904.0, 9892.0, 9912.0, 9904.0, 9854.0, 9855.0, 9799.0, 9803.0, 9806.0, 9779.0, 9844.0, 9791.0, 9776.0, 9801.0, 9797.0, 9784.0, 9827.0, 9818.0, 9833.0, 9831.0, 9806.0, 9857.0, 9818.0, 9807.0, 9890.0, 9832.0, 9807.0, 9890.0, 9827.0, 9823.0, 9848.0, 9837.0, 9810.0, 9847.0, 9877.0, 9877.0, 9867.0, 9909.0, 9832.0, 9833.0, 9872.0, 9826.0, 9816.0, 9867.0, 9840.0, 9810.0, 9851.0, 9813.0, 9824.0, 9850.0, 9811.0, 9896.0, 9826.0, 9796.0, 9838.0, 9813.0, 9789.0, 9866.0, 9842.0, 9844.0, 9884.0, 9830.0, 9815.0, 9855.0, 9829.0, 9871.0, 9857.0, 9831.0, 9870.0, 9845.0, 9829.0, 9870.0, 9870.0, 9904.0, 9864.0, 9809.0, 9852.0, 9775.0, 9800.0, 9799.0, 9761.0, 9742.0, 9804.0, 9857.0, 9873.0, 9891.0, 9876.0, 9846.0, 9867.0, 9845.0, 9908.0, 9890.0, 9897.0, 9914.0, 9908.0, 9897.0, 9857.0, 9838.0, 9801.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.0063786290322580645</td></tr>
<tr><td colspan=3>aqi</td><td>0.08776724861751152</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.99070600271051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.118089389700116</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9783620839561717</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>7747.3525</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15680602816479342</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.55299539170507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.692462929933902</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.521868939873959</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9586717476415867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5968481022861605</td></tr>
<tr><td colspan=3>gcor</td><td>0.00592668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008457232266664505</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02286684885621071</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.7134275542614676</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.8943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6424</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305533.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>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.7999</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7546</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.3333</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.5913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.0069</td></tr>
<tr><td colspan=3>tsnr</td><td>23.12554144638125</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>