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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-05_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-05_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-0077/ses-01/func/sub-0077_ses-01_task-social_acq-mb8_run-05_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>46ae6e7e955f38469853eb065912b9d7</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:36:52.672500</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.999679, -0.018177, 0.0176326, 0.0179731, 0.999771, 0.0116516]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0821419</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7241, 703, -47, -90, -63, 23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.593</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>859c3bcb-1b15-4b39-9b80-b78263157422||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.6820664405822754, 0.04822053760290146, 0.04816905036568642, 108.258056640625], [0.048767462372779846, 2.6823112964630127, 0.030593503266572952, -89.70439910888672], [0.0473070964217186, -0.031260330229997635, 2.699396848678589, -64.2834701538086], [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': ['163652.672500', '163653.132500', '163653.592500', '163654.052500', '163654.512500', '163654.972500', '163655.432500', '163655.892500', '163656.352500', '163656.812500', '163657.272500', '163657.732500', '163658.192500', '163658.652500', '163659.112500', '163659.572500', '163700.032500', '163700.492500', '163700.952500', '163701.412500', '163701.872500', '163702.332500', '163702.792500', '163703.252500', '163703.712500', '163704.172500', '163704.632500', '163705.092500', '163705.552500', '163706.012500', '163706.472500', '163706.932500', '163707.392500', '163707.852500', '163708.312500', '163708.772500', '163709.232500', '163709.692500', '163710.152500', '163710.612500', '163711.072500', '163711.532500', '163711.992500', '163712.452500', '163712.912500', '163713.372500', '163713.832500', '163714.292500', '163714.752500', '163715.212500', '163715.672500', '163716.132500', '163716.592500', '163717.052500', '163717.512500', '163717.972500', '163718.432500', '163718.892500', '163719.352500', '163719.812500', '163720.272500', '163720.732500', '163721.192500', '163721.652500', '163722.112500', '163722.572500', '163723.032500', '163723.492500', '163723.952500', '163724.412500', '163724.872500', '163725.332500', '163725.792500', '163726.252500', '163726.712500', '163727.172500', '163727.632500', '163728.092500', '163728.552500', '163729.012500', '163729.472500', '163729.932500', '163730.392500', '163730.852500', '163731.312500', '163731.772500', '163732.232500', '163732.692500', '163733.152500', '163733.612500', '163734.072500', '163734.532500', '163734.992500', '163735.452500', '163735.912500', '163736.372500', '163736.832500', '163737.292500', '163737.752500', '163738.212500', '163738.672500', '163739.132500', '163739.592500', '163740.052500', '163740.512500', '163740.972500', '163741.432500', '163741.892500', '163742.352500', '163742.812500', '163743.272500', '163743.732500', '163744.192500', '163744.652500', '163745.112500', '163745.572500', '163746.032500', '163746.492500', '163746.952500', '163747.412500', '163747.872500', '163748.332500', '163748.792500', '163749.252500', '163749.712500', '163750.172500', '163750.632500', '163751.092500', '163751.552500', '163752.012500', '163752.472500', '163752.932500', '163753.392500', '163753.852500', '163754.312500', '163754.772500', '163755.232500', '163755.692500', '163756.152500', '163756.612500', '163757.072500', '163757.532500', '163757.992500', '163758.452500', '163758.912500', '163759.372500', '163759.832500', '163800.292500', '163800.752500', '163801.212500', '163801.672500', '163802.132500', '163802.592500', '163803.052500', '163803.512500', '163803.972500', '163804.432500', '163804.892500', '163805.352500', '163805.812500', '163806.272500', '163806.732500', '163807.192500', '163807.652500', '163808.112500', '163808.572500', '163809.032500', '163809.492500', '163809.952500', '163810.412500', '163810.872500', '163811.332500', '163811.792500', '163812.252500', '163812.712500', '163813.172500', '163813.632500', '163814.092500', '163814.552500', '163815.012500', '163815.472500', '163815.932500', '163816.392500', '163816.852500', '163817.312500', '163817.772500', '163818.232500', '163818.692500', '163819.152500', '163819.612500', '163820.072500', '163820.532500', '163820.992500', '163821.452500', '163821.912500', '163822.372500', '163822.832500', '163823.292500', '163823.752500', '163824.212500', '163824.672500', '163825.132500', '163825.592500', '163826.052500', '163826.512500', '163826.972500', '163827.432500', '163827.892500', '163828.352500', '163828.812500', '163829.272500', '163829.732500', '163830.192500', '163830.652500', '163831.112500', '163831.572500', '163832.032500', '163832.492500', '163832.952500', '163833.412500', '163833.872500', '163834.332500', '163834.792500', '163835.252500', '163835.712500', '163836.172500', '163836.632500', '163837.092500', '163837.552500', '163838.012500', '163838.472500', '163838.932500', '163839.392500', '163839.852500', '163840.312500', '163840.772500', '163841.232500', '163841.692500', '163842.152500', '163842.612500', '163843.072500', '163843.532500', '163843.992500', '163844.452500', '163844.912500', '163845.372500', '163845.832500', '163846.292500', '163846.752500', '163847.212500', '163847.672500', '163848.132500', '163848.592500', '163849.052500', '163849.512500', '163849.972500', '163850.432500', '163850.892500', '163851.352500', '163851.812500', '163852.272500', '163852.732500', '163853.192500', '163853.652500', '163854.112500', '163854.572500', '163855.032500', '163855.492500', '163855.952500', '163856.412500', '163856.872500', '163857.332500', '163857.792500', '163858.252500', '163858.712500', '163859.172500', '163859.632500', '163900.092500', '163900.552500', '163901.012500', '163901.472500', '163901.932500', '163902.392500', '163902.852500', '163903.312500', '163903.772500', '163904.232500', '163904.692500', '163905.152500', '163905.612500', '163906.072500', '163906.532500', '163906.992500', '163907.452500', '163907.912500', '163908.372500', '163908.832500', '163909.292500', '163909.752500', '163910.212500', '163910.672500', '163911.132500', '163911.592500', '163912.052500', '163912.512500', '163912.972500', '163913.432500', '163913.892500', '163914.352500', '163914.812500', '163915.272500', '163915.732500', '163916.192500', '163916.652500', '163917.112500', '163917.572500', '163918.032500', '163918.492500', '163918.952500', '163919.412500', '163919.872500', '163920.332500', '163920.792500', '163921.252500', '163921.712500', '163922.172500', '163922.632500', '163923.092500', '163923.552500', '163924.012500', '163924.472500', '163924.932500', '163925.392500', '163925.852500', '163926.312500', '163926.772500', '163927.232500', '163927.692500', '163928.152500', '163928.612500', '163929.072500', '163929.532500', '163929.992500', '163930.452500', '163930.912500', '163931.372500', '163931.832500', '163932.292500', '163932.752500', '163933.212500', '163933.672500', '163934.132500', '163934.592500', '163935.052500', '163935.512500', '163935.972500', '163936.432500', '163936.892500', '163937.352500', '163937.812500', '163938.272500', '163938.732500', '163939.192500', '163939.652500', '163940.112500', '163940.572500', '163941.032500', '163941.492500', '163941.952500', '163942.412500', '163942.872500', '163943.332500', '163943.792500', '163944.252500', '163944.712500', '163945.172500', '163945.632500', '163946.092500', '163946.552500', '163947.012500', '163947.472500', '163947.932500', '163948.392500', '163948.852500', '163949.312500', '163949.772500', '163950.232500', '163950.692500', '163951.152500', '163951.612500', '163952.072500', '163952.532500', '163952.992500', '163953.452500', '163953.912500', '163954.372500', '163954.832500', '163955.292500', '163955.752500', '163956.212500', '163956.672500', '163957.132500', '163957.592500', '163958.052500', '163958.512500', '163958.972500', '163959.432500', '163959.892500', '164000.352500', '164000.812500', '164001.272500', '164001.732500', '164002.192500', '164002.652500', '164003.112500', '164003.572500', '164004.032500', '164004.492500', '164004.952500', '164005.412500', '164005.872500', '164006.332500', '164006.792500', '164007.252500', '164007.712500', '164008.172500', '164008.632500', '164009.092500', '164009.552500', '164010.012500', '164010.472500', '164010.932500', '164011.392500', '164011.852500', '164012.312500', '164012.772500', '164013.232500', '164013.692500', '164014.152500', '164014.612500', '164015.072500', '164015.532500', '164015.992500', '164016.452500', '164016.912500', '164017.372500', '164017.832500', '164018.292500', '164018.752500', '164019.212500', '164019.672500', '164020.132500', '164020.592500', '164021.052500', '164021.512500', '164021.972500', '164022.432500', '164022.892500', '164023.352500', '164023.812500', '164024.272500', '164024.732500', '164025.192500', '164025.652500', '164026.112500', '164026.572500', '164027.032500', '164027.492500', '164027.952500', '164028.412500', '164028.872500', '164029.332500', '164029.792500', '164030.252500', '164030.712500', '164031.172500', '164031.632500', '164032.092500', '164032.552500', '164033.012500', '164033.472500', '164033.932500', '164034.392500', '164034.852500', '164035.312500', '164035.772500', '164036.232500', '164036.692500', '164037.152500', '164037.612500', '164038.072500', '164038.532500', '164038.992500', '164039.452500', '164039.912500', '164040.372500', '164040.832500', '164041.292500', '164041.752500', '164042.212500', '164042.672500', '164043.132500', '164043.592500', '164044.052500', '164044.512500', '164044.972500', '164045.432500', '164045.892500', '164046.352500', '164046.812500', '164047.272500', '164047.732500', '164048.192500', '164048.652500', '164049.112500', '164049.572500', '164050.032500', '164050.492500', '164050.952500', '164051.412500', '164051.872500', '164052.332500', '164052.792500', '164053.252500', '164053.712500', '164054.172500', '164054.632500', '164055.092500', '164055.552500', '164056.012500', '164056.472500', '164056.932500', '164057.392500', '164057.852500', '164058.312500', '164058.772500', '164059.232500', '164059.692500', '164100.152500', '164100.612500', '164101.072500', '164101.532500', '164101.992500', '164102.452500', '164102.912500', '164103.372500', '164103.832500', '164104.292500', '164104.752500', '164105.212500', '164105.672500', '164106.132500', '164106.592500', '164107.052500', '164107.512500', '164107.972500', '164108.432500', '164108.892500', '164109.352500', '164109.812500', '164110.272500', '164110.732500', '164111.192500', '164111.652500', '164112.112500', '164112.572500', '164113.032500', '164113.492500', '164113.952500', '164114.412500', '164114.872500', '164115.332500', '164115.792500', '164116.252500', '164116.712500', '164117.172500', '164117.632500', '164118.092500', '164118.552500', '164119.012500', '164119.472500', '164119.932500', '164120.392500', '164120.852500', '164121.312500', '164121.772500', '164122.232500', '164122.692500', '164123.152500', '164123.612500', '164124.072500', '164124.532500', '164124.992500', '164125.452500', '164125.912500', '164126.372500', '164126.832500', '164127.292500', '164127.752500', '164128.212500', '164128.672500', '164129.132500', '164129.592500', '164130.052500', '164130.512500', '164130.972500', '164131.432500', '164131.892500', '164132.352500', '164132.812500', '164133.272500', '164133.732500', '164134.192500', '164134.652500', '164135.112500', '164135.572500', '164136.032500', '164136.492500', '164136.952500', '164137.412500', '164137.872500', '164138.332500', '164138.792500', '164139.252500', '164139.712500', '164140.172500', '164140.632500', '164141.092500', '164141.552500', '164142.012500', '164142.472500', '164142.932500', '164143.392500', '164143.852500', '164144.312500', '164144.772500', '164145.232500', '164145.692500', '164146.152500', '164146.612500', '164147.072500', '164147.532500', '164147.992500', '164148.452500', '164148.912500', '164149.372500', '164149.832500', '164150.292500', '164150.752500', '164151.212500', '164151.672500', '164152.132500', '164152.592500', '164153.052500', '164153.512500', '164153.972500', '164154.432500', '164154.892500', '164155.352500', '164155.812500', '164156.272500', '164156.732500', '164157.192500', '164157.652500', '164158.112500', '164158.572500', '164159.032500', '164159.492500', '164159.952500', '164200.412500', '164200.872500', '164201.332500', '164201.792500', '164202.252500', '164202.712500', '164203.172500', '164203.632500', '164204.092500', '164204.552500', '164205.012500', '164205.472500', '164205.932500', '164206.392500', '164206.852500', '164207.312500', '164207.772500', '164208.232500', '164208.692500', '164209.152500', '164209.612500', '164210.072500', '164210.532500', '164210.992500', '164211.452500', '164211.912500', '164212.372500', '164212.832500', '164213.292500', '164213.752500', '164214.212500', '164214.672500', '164215.132500', '164215.592500', '164216.052500', '164216.512500', '164216.972500', '164217.432500', '164217.892500', '164218.352500', '164218.812500', '164219.272500', '164219.732500', '164220.192500', '164220.652500', '164221.112500', '164221.572500', '164222.032500', '164222.492500', '164222.952500', '164223.412500', '164223.872500', '164224.332500', '164224.792500', '164225.252500', '164225.712500', '164226.172500', '164226.632500', '164227.092500', '164227.552500', '164228.012500', '164228.472500', '164228.932500', '164229.392500', '164229.852500', '164230.312500', '164230.772500', '164231.232500', '164231.692500', '164232.152500', '164232.612500', '164233.072500', '164233.532500', '164233.992500', '164234.452500', '164234.912500', '164235.372500', '164235.832500', '164236.292500', '164236.752500', '164237.212500', '164237.672500', '164238.132500', '164238.592500', '164239.052500', '164239.512500', '164239.972500', '164240.432500', '164240.892500', '164241.352500', '164241.812500', '164242.272500', '164242.732500', '164243.192500', '164243.652500', '164244.112500', '164244.572500', '164245.032500', '164245.492500', '164245.952500', '164246.412500', '164246.872500', '164247.332500', '164247.792500', '164248.252500', '164248.712500', '164249.172500', '164249.632500', '164250.092500', '164250.552500', '164251.012500', '164251.472500', '164251.932500', '164252.392500', '164252.852500', '164253.312500', '164253.772500', '164254.232500', '164254.692500', '164255.152500', '164255.612500', '164256.072500', '164256.532500', '164256.992500', '164257.452500', '164257.912500', '164258.372500', '164258.832500', '164259.292500', '164259.752500', '164300.212500', '164300.672500', '164301.132500', '164301.592500', '164302.052500', '164302.512500', '164302.972500', '164303.432500', '164303.892500', '164304.352500', '164304.812500', '164305.272500', '164305.732500', '164306.192500', '164306.652500', '164307.112500', '164307.572500', '164308.032500', '164308.492500', '164308.952500', '164309.412500', '164309.872500', '164310.332500', '164310.792500', '164311.252500', '164311.712500', '164312.172500', '164312.632500', '164313.092500', '164313.552500', '164314.012500', '164314.472500', '164314.932500', '164315.392500', '164315.852500', '164316.312500', '164316.772500', '164317.232500', '164317.692500', '164318.152500', '164318.612500', '164319.072500', '164319.532500', '164319.992500', '164320.452500', '164320.912500', '164321.372500', '164321.832500', '164322.292500', '164322.752500', '164323.212500', '164323.672500', '164324.132500', '164324.592500', '164325.052500', '164325.512500', '164325.972500', '164326.432500', '164326.892500', '164327.352500', '164327.812500', '164328.272500', '164328.732500', '164329.192500', '164329.652500', '164330.112500', '164330.572500', '164331.032500', '164331.492500', '164331.952500', '164332.412500', '164332.872500', '164333.332500'], 'ContentTime': ['163715.200000', '163715.203000', '163715.206000', '163715.209000', '163715.212000', '163715.214000', '163715.217000', '163715.219000', '163715.222000', '163715.225000', '163715.227000', '163715.230000', '163715.232000', '163715.235000', '163715.237000', '163715.240000', '163715.242000', '163715.245000', '163715.248000', '163715.250000', '163715.253000', '163715.256000', '163715.258000', '163715.261000', '163715.264000', '163715.266000', '163715.269000', '163715.271000', '163715.274000', '163715.277000', '163715.279000', '163715.282000', '163715.284000', '163715.287000', '163715.289000', '163715.292000', '163715.294000', '163715.297000', '163715.300000', '163715.302000', '163715.305000', '163715.307000', '163715.310000', '163715.312000', '163715.315000', '163715.317000', '163735.161000', '163735.164000', '163735.167000', '163735.169000', '163735.172000', '163735.175000', '163735.177000', '163735.180000', '163735.183000', '163735.185000', '163735.188000', '163735.191000', '163735.193000', '163735.196000', '163735.199000', '163735.201000', '163735.204000', '163735.207000', '163735.209000', '163735.212000', '163735.214000', '163735.217000', '163735.219000', '163735.222000', '163735.225000', '163735.227000', '163735.230000', '163735.232000', '163735.235000', '163735.238000', '163735.240000', '163735.243000', '163735.246000', '163735.248000', '163735.259000', '163735.262000', '163735.265000', '163735.267000', '163735.285000', '163735.288000', '163735.290000', '163735.293000', '163735.295000', '163735.298000', '163755.161000', '163755.164000', '163755.167000', '163755.169000', '163755.172000', '163755.175000', '163755.177000', '163755.180000', '163755.183000', '163755.185000', '163755.188000', '163755.190000', '163755.193000', '163755.195000', '163755.198000', '163755.200000', '163755.203000', '163755.205000', '163755.208000', '163755.210000', '163755.213000', '163755.215000', '163755.218000', '163755.221000', '163755.223000', '163755.226000', '163755.228000', '163755.231000', '163755.233000', '163755.236000', '163755.239000', '163755.242000', '163755.245000', '163755.248000', '163755.251000', '163755.254000', '163755.257000', '163755.260000', '163755.262000', '163755.265000', '163755.267000', '163755.270000', '163755.272000', '163815.161000', '163815.164000', '163815.167000', '163815.170000', '163815.173000', '163815.175000', '163815.178000', '163815.181000', '163815.183000', '163815.186000', '163815.189000', '163815.191000', '163815.194000', '163815.197000', '163815.199000', '163815.202000', '163815.205000', '163815.207000', '163815.210000', '163815.213000', '163815.215000', '163815.218000', '163815.220000', '163815.223000', '163815.226000', '163815.228000', '163815.231000', '163815.233000', '163815.236000', '163815.239000', '163815.241000', '163815.244000', '163815.246000', '163815.249000', '163815.251000', '163815.254000', '163815.257000', '163815.259000', '163815.269000', '163815.272000', '163815.275000', '163815.277000', '163815.280000', '163815.282000', '163835.162000', '163835.165000', '163835.167000', '163835.170000', '163835.172000', '163835.176000', '163835.178000', '163835.181000', '163835.184000', '163835.186000', '163835.189000', '163835.191000', '163835.194000', '163835.197000', '163835.199000', '163835.202000', '163835.204000', '163835.207000', '163835.210000', '163835.212000', '163835.215000', '163835.218000', '163835.220000', '163835.223000', '163835.225000', '163835.228000', '163835.231000', '163835.233000', '163835.236000', '163835.239000', '163835.241000', '163835.244000', '163835.247000', '163835.249000', '163835.252000', '163835.255000', '163835.257000', '163835.260000', '163835.262000', '163835.265000', '163835.268000', '163835.271000', '163835.273000', '163855.162000', '163855.164000', '163855.168000', '163855.170000', '163855.173000', '163855.176000', '163855.178000', '163855.181000', '163855.183000', '163855.186000', '163855.189000', '163855.191000', '163855.194000', '163855.196000', '163855.199000', '163855.202000', '163855.204000', '163855.207000', '163855.210000', '163855.212000', '163855.215000', '163855.217000', '163855.220000', '163855.223000', '163855.225000', '163855.228000', '163855.231000', '163855.233000', '163855.236000', '163855.238000', '163855.249000', '163855.252000', '163855.254000', '163855.257000', '163855.260000', '163855.262000', '163855.265000', '163855.268000', '163855.270000', '163855.273000', '163855.276000', '163855.278000', '163855.281000', '163855.283000', '163915.162000', '163915.164000', '163915.167000', '163915.170000', '163915.172000', '163915.175000', '163915.178000', '163915.180000', '163915.183000', '163915.185000', '163915.188000', '163915.190000', '163915.193000', '163915.195000', '163915.198000', '163915.200000', '163915.203000', '163915.206000', '163915.209000', '163915.211000', '163915.214000', '163915.216000', '163915.219000', '163915.221000', '163915.224000', '163915.227000', '163915.229000', '163915.232000', '163915.235000', '163915.237000', '163915.240000', '163915.243000', '163915.245000', '163915.265000', '163915.267000', '163915.270000', '163915.273000', '163915.275000', '163915.278000', '163915.280000', '163915.283000', '163915.286000', '163915.288000', '163935.161000', '163935.164000', '163935.172000', '163935.174000', '163935.177000', '163935.180000', '163935.183000', '163935.185000', '163935.188000', '163935.190000', '163935.193000', '163935.196000', '163935.198000', '163935.201000', '163935.204000', '163935.206000', '163935.209000', '163935.211000', '163935.214000', '163935.217000', '163935.219000', '163935.222000', '163935.224000', '163935.227000', '163935.230000', '163935.232000', '163935.235000', '163935.237000', '163935.240000', '163935.243000', '163935.245000', '163935.248000', '163935.251000', '163935.253000', '163935.256000', '163935.258000', '163935.261000', '163935.264000', '163935.266000', '163935.269000', '163935.271000', '163935.274000', '163935.277000', '163935.279000', '163955.162000', '163955.164000', '163955.167000', '163955.170000', '163955.173000', '163955.175000', '163955.178000', '163955.180000', '163955.183000', '163955.186000', '163955.188000', '163955.191000', '163955.193000', '163955.196000', '163955.199000', '163955.201000', '163955.204000', '163955.207000', '163955.209000', '163955.212000', '163955.215000', '163955.217000', '163955.220000', '163955.222000', '163955.225000', '163955.228000', '163955.230000', '163955.233000', '163955.235000', '163955.238000', '163955.241000', '163955.243000', '163955.246000', '163955.249000', '163955.251000', '163955.254000', '163955.257000', '163955.259000', '163955.262000', '163955.265000', '163955.267000', '163955.270000', '163955.273000', '164015.161000', '164015.164000', '164015.167000', '164015.169000', '164015.172000', '164015.175000', '164015.177000', '164015.180000', '164015.183000', '164015.185000', '164015.188000', '164015.190000', '164015.193000', '164015.195000', '164015.198000', '164015.201000', '164015.203000', '164015.206000', '164015.209000', '164015.211000', '164015.214000', '164015.216000', '164015.219000', '164015.221000', '164015.224000', '164015.227000', '164015.229000', '164015.232000', '164015.235000', '164015.237000', '164015.240000', '164015.242000', '164015.249000', '164015.252000', '164015.254000', '164015.257000', '164015.260000', '164015.262000', '164015.265000', '164015.268000', '164015.270000', '164015.273000', '164015.275000', '164015.278000', '164035.161000', '164035.164000', '164035.168000', '164035.170000', '164035.173000', '164035.175000', '164035.178000', '164035.181000', '164035.183000', '164035.186000', '164035.188000', '164035.191000', '164035.194000', '164035.196000', '164035.199000', '164035.202000', '164035.204000', '164035.207000', '164035.209000', '164035.212000', '164035.215000', '164035.217000', '164035.220000', '164035.223000', '164035.225000', '164035.228000', '164035.230000', '164035.233000', '164035.235000', '164035.238000', '164035.241000', '164035.243000', '164035.246000', '164035.249000', '164035.251000', '164035.254000', '164035.256000', '164035.259000', '164035.262000', '164035.264000', '164035.267000', '164035.270000', '164035.272000', '164055.162000', '164055.164000', '164055.167000', '164055.170000', '164055.173000', '164055.175000', '164055.178000', '164055.180000', '164055.183000', '164055.186000', '164055.188000', '164055.191000', '164055.194000', '164055.196000', '164055.199000', '164055.212000', '164055.215000', '164055.217000', '164055.220000', '164055.223000', '164055.225000', '164055.238000', '164055.241000', '164055.243000', '164055.246000', '164055.249000', '164055.251000', '164055.254000', '164055.256000', '164055.259000', '164055.262000', '164055.264000', '164055.267000', '164055.270000', '164055.272000', '164055.275000', '164055.277000', '164055.280000', '164055.283000', '164055.285000', '164055.288000', '164055.290000', '164055.293000', '164055.296000', '164115.161000', '164115.165000', '164115.167000', '164115.170000', '164115.172000', '164115.175000', '164115.178000', '164115.180000', '164115.183000', '164115.185000', '164115.188000', '164115.191000', '164115.193000', '164115.196000', '164115.199000', '164115.201000', '164115.204000', '164115.206000', '164115.209000', '164115.211000', '164115.214000', '164115.217000', '164115.219000', '164115.222000', '164115.225000', '164115.227000', '164115.230000', '164115.232000', '164115.235000', '164115.238000', '164115.241000', '164115.243000', '164115.246000', '164115.248000', '164115.251000', '164115.253000', '164115.256000', '164115.259000', '164115.261000', '164115.264000', '164115.267000', '164115.269000', '164115.272000', '164135.162000', '164135.164000', '164135.167000', '164135.170000', '164135.172000', '164135.175000', '164135.178000', '164135.180000', '164135.183000', '164135.185000', '164135.188000', '164135.191000', '164135.193000', '164135.196000', '164135.199000', '164135.201000', '164135.204000', '164135.206000', '164135.209000', '164135.212000', '164135.214000', '164135.217000', '164135.220000', '164135.222000', '164135.225000', '164135.227000', '164135.230000', '164135.233000', '164135.235000', '164135.238000', '164135.241000', '164135.243000', '164135.246000', '164135.248000', '164135.251000', '164135.254000', '164135.256000', '164135.259000', '164135.261000', '164135.264000', '164135.267000', '164135.269000', '164135.272000', '164135.275000', '164155.162000', '164155.164000', '164155.167000', '164155.169000', '164155.172000', '164155.175000', '164155.177000', '164155.180000', '164155.183000', '164155.185000', '164155.188000', '164155.191000', '164155.193000', '164155.196000', '164155.198000', '164155.201000', '164155.203000', '164155.206000', '164155.209000', '164155.211000', '164155.214000', '164155.216000', '164155.219000', '164155.222000', '164155.224000', '164155.227000', '164155.229000', '164155.232000', '164155.235000', '164155.237000', '164155.240000', '164155.242000', '164155.245000', '164155.247000', '164155.250000', '164155.253000', '164155.255000', '164155.258000', '164155.260000', '164155.263000', '164155.266000', '164155.268000', '164155.271000', '164215.162000', '164215.164000', '164215.167000', '164215.170000', '164215.172000', '164215.175000', '164215.178000', '164215.181000', '164215.183000', '164215.186000', '164215.191000', '164215.194000', '164215.196000', '164215.199000', '164215.202000', '164215.204000', '164215.207000', '164215.210000', '164215.212000', '164215.215000', '164215.217000', '164215.220000', '164215.223000', '164215.225000', '164215.228000', '164215.231000', '164215.233000', '164215.236000', '164215.238000', '164215.241000', '164215.244000', '164215.246000', '164215.249000', '164215.252000', '164215.254000', '164215.257000', '164215.260000', '164215.262000', '164215.265000', '164215.268000', '164215.284000', '164215.287000', '164215.289000', '164235.162000', '164235.164000', '164235.167000', '164235.170000', '164235.173000', '164235.175000', '164235.178000', '164235.180000', '164235.184000', '164235.186000', '164235.189000', '164235.191000', '164235.194000', '164235.197000', '164235.199000', '164235.202000', '164235.205000', '164235.207000', '164235.210000', '164235.213000', '164235.215000', '164235.218000', '164235.220000', '164235.223000', '164235.226000', '164235.228000', '164235.231000', '164235.234000', '164235.236000', '164235.239000', '164235.241000', '164235.244000', '164235.247000', '164235.249000', '164235.252000', '164235.254000', '164235.257000', '164235.260000', '164235.262000', '164235.265000', '164235.268000', '164235.270000', '164235.273000', '164235.276000', '164255.161000', '164255.164000', '164255.167000', '164255.170000', '164255.173000', '164255.176000', '164255.178000', '164255.181000', '164255.184000', '164255.186000', '164255.189000', '164255.191000', '164255.194000', '164255.197000', '164255.199000', '164255.202000', '164255.205000', '164255.207000', '164255.210000', '164255.212000', '164255.215000', '164255.218000', '164255.220000', '164255.223000', '164255.226000', '164255.229000', '164255.233000', '164255.235000', '164255.238000', '164255.241000', '164255.243000', '164255.246000', '164255.248000', '164255.251000', '164255.254000', '164255.256000', '164255.259000', '164255.261000', '164255.264000', '164255.267000', '164255.269000', '164255.272000', '164255.274000', '164255.277000', '164315.162000', '164315.164000', '164315.168000', '164315.171000', '164315.173000', '164315.176000', '164315.179000', '164315.181000', '164315.184000', '164315.186000', '164315.189000', '164315.192000', '164315.194000', '164315.197000', '164315.200000', '164315.202000', '164315.205000', '164315.207000', '164315.210000', '164315.212000', '164315.215000', '164315.218000', '164315.220000', '164315.223000', '164315.225000', '164315.228000', '164315.231000', '164315.233000', '164315.236000', '164315.238000', '164315.241000', '164315.243000', '164315.246000', '164315.249000', '164315.251000', '164315.254000', '164315.257000', '164315.259000', '164315.262000', '164315.264000', '164315.267000', '164315.269000', '164315.272000', '164334.670000', '164334.674000', '164334.678000', '164334.681000', '164334.683000', '164334.687000', '164334.689000', '164334.693000', '164334.696000', '164334.699000', '164334.702000', '164334.705000', '164334.708000', '164334.711000', '164334.713000', '164334.716000', '164334.719000', '164334.721000', '164334.724000', '164334.727000', '164334.729000', '164334.732000', '164334.735000', '164334.738000', '164334.740000', '164334.743000', '164334.746000', '164334.749000', '164334.752000', '164334.755000', '164334.758000', '164334.761000', '164334.763000', '164334.766000', '164334.769000', '164334.771000', '164334.783000', '164334.786000', '164334.789000', '164334.791000', '164334.794000', '164334.797000', '164334.844000'], 'InstanceCreationTime': ['163715.200000', '163715.203000', '163715.206000', '163715.209000', '163715.212000', '163715.214000', '163715.217000', '163715.219000', '163715.222000', '163715.225000', '163715.227000', '163715.230000', '163715.232000', '163715.235000', '163715.237000', '163715.240000', '163715.242000', '163715.245000', '163715.248000', '163715.250000', '163715.253000', '163715.256000', '163715.258000', '163715.261000', '163715.264000', '163715.266000', '163715.269000', '163715.271000', '163715.274000', '163715.277000', '163715.279000', '163715.282000', '163715.284000', '163715.287000', '163715.289000', '163715.292000', '163715.294000', '163715.297000', '163715.300000', '163715.302000', '163715.305000', '163715.307000', '163715.310000', '163715.312000', '163715.315000', '163715.317000', '163735.161000', '163735.164000', '163735.167000', '163735.169000', '163735.172000', '163735.175000', '163735.177000', '163735.180000', '163735.183000', '163735.185000', '163735.188000', '163735.191000', '163735.193000', '163735.196000', '163735.199000', '163735.201000', '163735.204000', '163735.207000', '163735.209000', '163735.212000', '163735.214000', '163735.217000', '163735.219000', '163735.222000', '163735.225000', '163735.227000', '163735.230000', '163735.232000', '163735.235000', '163735.238000', '163735.240000', '163735.243000', '163735.246000', '163735.248000', '163735.259000', '163735.262000', '163735.265000', '163735.267000', '163735.285000', '163735.288000', '163735.290000', '163735.293000', '163735.295000', '163735.298000', '163755.161000', '163755.164000', '163755.167000', '163755.169000', '163755.172000', '163755.175000', '163755.177000', '163755.180000', '163755.183000', '163755.185000', '163755.188000', '163755.190000', '163755.193000', '163755.195000', '163755.198000', '163755.200000', '163755.203000', '163755.205000', '163755.208000', '163755.210000', '163755.213000', '163755.215000', '163755.218000', '163755.221000', '163755.223000', '163755.226000', '163755.228000', '163755.231000', '163755.233000', '163755.236000', '163755.239000', '163755.242000', '163755.245000', '163755.248000', '163755.251000', '163755.254000', '163755.257000', '163755.260000', '163755.262000', '163755.265000', '163755.267000', '163755.270000', '163755.272000', '163815.161000', '163815.164000', '163815.167000', '163815.170000', '163815.173000', '163815.175000', '163815.178000', '163815.181000', '163815.183000', '163815.186000', '163815.189000', '163815.191000', '163815.194000', '163815.197000', '163815.199000', '163815.202000', '163815.205000', '163815.207000', '163815.210000', '163815.213000', '163815.215000', '163815.218000', '163815.220000', '163815.223000', '163815.226000', '163815.228000', '163815.231000', '163815.233000', '163815.236000', '163815.239000', '163815.241000', '163815.244000', '163815.246000', '163815.249000', '163815.251000', '163815.254000', '163815.257000', '163815.259000', '163815.269000', '163815.272000', '163815.275000', '163815.277000', '163815.280000', '163815.282000', '163835.162000', '163835.165000', '163835.167000', '163835.170000', '163835.172000', '163835.176000', '163835.178000', '163835.181000', '163835.184000', '163835.186000', '163835.189000', '163835.191000', '163835.194000', '163835.197000', '163835.199000', '163835.202000', '163835.204000', '163835.207000', '163835.210000', '163835.212000', '163835.215000', '163835.218000', '163835.220000', '163835.223000', '163835.225000', '163835.228000', '163835.231000', '163835.233000', '163835.236000', '163835.239000', '163835.241000', '163835.244000', '163835.247000', '163835.249000', '163835.252000', '163835.255000', '163835.257000', '163835.260000', '163835.262000', '163835.265000', '163835.268000', '163835.271000', '163835.273000', '163855.162000', '163855.164000', '163855.168000', '163855.170000', '163855.173000', '163855.176000', '163855.178000', '163855.181000', '163855.183000', '163855.186000', '163855.189000', '163855.191000', '163855.194000', '163855.196000', '163855.199000', '163855.202000', '163855.204000', '163855.207000', '163855.210000', '163855.212000', '163855.215000', '163855.217000', '163855.220000', '163855.223000', '163855.225000', '163855.228000', '163855.231000', '163855.233000', '163855.236000', '163855.238000', '163855.249000', '163855.252000', '163855.254000', '163855.257000', '163855.260000', '163855.262000', '163855.265000', '163855.268000', '163855.270000', '163855.273000', '163855.276000', '163855.278000', '163855.281000', '163855.283000', '163915.162000', '163915.164000', '163915.167000', '163915.170000', '163915.172000', '163915.175000', '163915.178000', '163915.180000', '163915.183000', '163915.185000', '163915.188000', '163915.190000', '163915.193000', '163915.195000', '163915.198000', '163915.200000', '163915.203000', '163915.206000', '163915.209000', '163915.211000', '163915.214000', '163915.216000', '163915.219000', '163915.221000', '163915.224000', '163915.227000', '163915.229000', '163915.232000', '163915.235000', '163915.237000', '163915.240000', '163915.243000', '163915.245000', '163915.265000', '163915.267000', '163915.270000', '163915.273000', '163915.275000', '163915.278000', '163915.280000', '163915.283000', '163915.286000', '163915.288000', '163935.161000', '163935.164000', '163935.172000', '163935.174000', '163935.177000', '163935.180000', '163935.183000', '163935.185000', '163935.188000', '163935.190000', '163935.193000', '163935.196000', '163935.198000', '163935.201000', '163935.204000', '163935.206000', '163935.209000', '163935.211000', '163935.214000', '163935.217000', '163935.219000', '163935.222000', '163935.224000', '163935.227000', '163935.230000', '163935.232000', '163935.235000', '163935.237000', '163935.240000', '163935.243000', '163935.245000', '163935.248000', '163935.251000', '163935.253000', '163935.256000', '163935.258000', '163935.261000', '163935.264000', '163935.266000', '163935.269000', '163935.271000', '163935.274000', '163935.277000', '163935.279000', '163955.162000', '163955.164000', '163955.167000', '163955.170000', '163955.173000', '163955.175000', '163955.178000', '163955.180000', '163955.183000', '163955.186000', '163955.188000', '163955.191000', '163955.193000', '163955.196000', '163955.199000', '163955.201000', '163955.204000', '163955.207000', '163955.209000', '163955.212000', '163955.215000', '163955.217000', '163955.220000', '163955.222000', '163955.225000', '163955.228000', '163955.230000', '163955.233000', '163955.235000', '163955.238000', '163955.241000', '163955.243000', '163955.246000', '163955.249000', '163955.251000', '163955.254000', '163955.257000', '163955.259000', '163955.262000', '163955.265000', '163955.267000', '163955.270000', '163955.273000', '164015.161000', '164015.164000', '164015.167000', '164015.169000', '164015.172000', '164015.175000', '164015.177000', '164015.180000', '164015.183000', '164015.185000', '164015.188000', '164015.190000', '164015.193000', '164015.195000', '164015.198000', '164015.201000', '164015.203000', '164015.206000', '164015.209000', '164015.211000', '164015.214000', '164015.216000', '164015.219000', '164015.221000', '164015.224000', '164015.227000', '164015.229000', '164015.232000', '164015.235000', '164015.237000', '164015.240000', '164015.242000', '164015.249000', '164015.252000', '164015.254000', '164015.257000', '164015.260000', '164015.262000', '164015.265000', '164015.268000', '164015.270000', '164015.273000', '164015.275000', '164015.278000', '164035.161000', '164035.164000', '164035.168000', '164035.170000', '164035.173000', '164035.175000', '164035.178000', '164035.181000', '164035.183000', '164035.186000', '164035.188000', '164035.191000', '164035.194000', '164035.196000', '164035.199000', '164035.202000', '164035.204000', '164035.207000', '164035.209000', '164035.212000', '164035.215000', '164035.217000', '164035.220000', '164035.223000', '164035.225000', '164035.228000', '164035.230000', '164035.233000', '164035.235000', '164035.238000', '164035.241000', '164035.243000', '164035.246000', '164035.249000', '164035.251000', '164035.254000', '164035.256000', '164035.259000', '164035.262000', '164035.264000', '164035.267000', '164035.270000', '164035.272000', '164055.162000', '164055.164000', '164055.167000', '164055.170000', '164055.173000', '164055.175000', '164055.178000', '164055.180000', '164055.183000', '164055.186000', '164055.188000', '164055.191000', '164055.194000', '164055.196000', '164055.199000', '164055.212000', '164055.215000', '164055.217000', '164055.220000', '164055.223000', '164055.225000', '164055.238000', '164055.241000', '164055.243000', '164055.246000', '164055.249000', '164055.251000', '164055.254000', '164055.256000', '164055.259000', '164055.262000', '164055.264000', '164055.267000', '164055.270000', '164055.272000', '164055.275000', '164055.277000', '164055.280000', '164055.283000', '164055.285000', '164055.288000', '164055.290000', '164055.293000', '164055.296000', '164115.161000', '164115.165000', '164115.167000', '164115.170000', '164115.172000', '164115.175000', '164115.178000', '164115.180000', '164115.183000', '164115.185000', '164115.188000', '164115.191000', '164115.193000', '164115.196000', '164115.199000', '164115.201000', '164115.204000', '164115.206000', '164115.209000', '164115.211000', '164115.214000', '164115.217000', '164115.219000', '164115.222000', '164115.225000', '164115.227000', '164115.230000', '164115.232000', '164115.235000', '164115.238000', '164115.241000', '164115.243000', '164115.246000', '164115.248000', '164115.251000', '164115.253000', '164115.256000', '164115.259000', '164115.261000', '164115.264000', '164115.267000', '164115.269000', '164115.272000', '164135.162000', '164135.164000', '164135.167000', '164135.170000', '164135.172000', '164135.175000', '164135.178000', '164135.180000', '164135.183000', '164135.185000', '164135.188000', '164135.191000', '164135.193000', '164135.196000', '164135.199000', '164135.201000', '164135.204000', '164135.206000', '164135.209000', '164135.212000', '164135.214000', '164135.217000', '164135.220000', '164135.222000', '164135.225000', '164135.227000', '164135.230000', '164135.233000', '164135.235000', '164135.238000', '164135.241000', '164135.243000', '164135.246000', '164135.248000', '164135.251000', '164135.254000', '164135.256000', '164135.259000', '164135.261000', '164135.264000', '164135.267000', '164135.269000', '164135.272000', '164135.275000', '164155.162000', '164155.164000', '164155.167000', '164155.169000', '164155.172000', '164155.175000', '164155.177000', '164155.180000', '164155.183000', '164155.185000', '164155.188000', '164155.191000', '164155.193000', '164155.196000', '164155.198000', '164155.201000', '164155.203000', '164155.206000', '164155.209000', '164155.211000', '164155.214000', '164155.216000', '164155.219000', '164155.222000', '164155.224000', '164155.227000', '164155.229000', '164155.232000', '164155.235000', '164155.237000', '164155.240000', '164155.242000', '164155.245000', '164155.247000', '164155.250000', '164155.253000', '164155.255000', '164155.258000', '164155.260000', '164155.263000', '164155.266000', '164155.268000', '164155.271000', '164215.162000', '164215.164000', '164215.167000', '164215.170000', '164215.172000', '164215.175000', '164215.178000', '164215.181000', '164215.183000', '164215.186000', '164215.191000', '164215.194000', '164215.196000', '164215.199000', '164215.202000', '164215.204000', '164215.207000', '164215.210000', '164215.212000', '164215.215000', '164215.217000', '164215.220000', '164215.223000', '164215.225000', '164215.228000', '164215.231000', '164215.233000', '164215.236000', '164215.238000', '164215.241000', '164215.244000', '164215.246000', '164215.249000', '164215.252000', '164215.254000', '164215.257000', '164215.260000', '164215.262000', '164215.265000', '164215.268000', '164215.284000', '164215.287000', '164215.289000', '164235.162000', '164235.164000', '164235.167000', '164235.170000', '164235.173000', '164235.175000', '164235.178000', '164235.180000', '164235.184000', '164235.186000', '164235.189000', '164235.191000', '164235.194000', '164235.197000', '164235.199000', '164235.202000', '164235.205000', '164235.207000', '164235.210000', '164235.213000', '164235.215000', '164235.218000', '164235.220000', '164235.223000', '164235.226000', '164235.228000', '164235.231000', '164235.234000', '164235.236000', '164235.239000', '164235.241000', '164235.244000', '164235.247000', '164235.249000', '164235.252000', '164235.254000', '164235.257000', '164235.260000', '164235.262000', '164235.265000', '164235.268000', '164235.270000', '164235.273000', '164235.276000', '164255.161000', '164255.164000', '164255.167000', '164255.170000', '164255.173000', '164255.176000', '164255.178000', '164255.181000', '164255.184000', '164255.186000', '164255.189000', '164255.191000', '164255.194000', '164255.197000', '164255.199000', '164255.202000', '164255.205000', '164255.207000', '164255.210000', '164255.212000', '164255.215000', '164255.218000', '164255.220000', '164255.223000', '164255.226000', '164255.229000', '164255.233000', '164255.235000', '164255.238000', '164255.241000', '164255.243000', '164255.246000', '164255.248000', '164255.251000', '164255.254000', '164255.256000', '164255.259000', '164255.261000', '164255.264000', '164255.267000', '164255.269000', '164255.272000', '164255.274000', '164255.277000', '164315.162000', '164315.164000', '164315.168000', '164315.171000', '164315.173000', '164315.176000', '164315.179000', '164315.181000', '164315.184000', '164315.186000', '164315.189000', '164315.192000', '164315.194000', '164315.197000', '164315.200000', '164315.202000', '164315.205000', '164315.207000', '164315.210000', '164315.212000', '164315.215000', '164315.218000', '164315.220000', '164315.223000', '164315.225000', '164315.228000', '164315.231000', '164315.233000', '164315.236000', '164315.238000', '164315.241000', '164315.243000', '164315.246000', '164315.249000', '164315.251000', '164315.254000', '164315.257000', '164315.259000', '164315.262000', '164315.264000', '164315.267000', '164315.269000', '164315.272000', '164334.670000', '164334.674000', '164334.678000', '164334.681000', '164334.683000', '164334.687000', '164334.689000', '164334.693000', '164334.696000', '164334.699000', '164334.702000', '164334.705000', '164334.708000', '164334.711000', '164334.713000', '164334.716000', '164334.719000', '164334.721000', '164334.724000', '164334.727000', '164334.729000', '164334.732000', '164334.735000', '164334.738000', '164334.740000', '164334.743000', '164334.746000', '164334.749000', '164334.752000', '164334.755000', '164334.758000', '164334.761000', '164334.763000', '164334.766000', '164334.769000', '164334.771000', '164334.783000', '164334.786000', '164334.789000', '164334.791000', '164334.794000', '164334.797000', '164334.844000'], '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': [16163, 11851, 16390, 16376, 14733, 13706, 10226, 14987, 10089, 15283, 16723, 12765, 10213, 9276, 15705, 10734, 16140, 13953, 13481, 10426, 12565, 9178, 15945, 15126, 12974, 13828, 9591, 16157, 12621, 15674, 10959, 14142, 9092, 9977, 17938, 14451, 15419, 11368, 11834, 8345, 8151, 17323, 12970, 13417, 13851, 12228, 13333, 10428, 11834, 10746, 12715, 10916, 13635, 9275, 11392, 8158, 12802, 12113, 14016, 8739, 11429, 17060, 14699, 16654, 14843, 15302, 11872, 14420, 10667, 16101, 12159, 14315, 14547, 11351, 17687, 15372, 15718, 13239, 14223, 10112, 11924, 17922, 15591, 14145, 12268, 11547, 9025, 12139, 14864, 13929, 13097, 10283, 15956, 12310, 15697, 11824, 14414, 10103, 9474, 17804, 12165, 13579, 14190, 13225, 18245, 11232, 13103, 10602, 14076, 11061, 14154, 8422, 11672, 15862, 13467, 17343, 14042, 14476, 10226, 9805, 17087, 14624, 15322, 10915, 13184, 15308, 10694, 15111, 11007, 13538, 12135, 14301, 8619, 9731, 7620, 10602, 15764, 13868, 14443, 11556, 18187, 12078, 15620, 12010, 15637, 11426, 10909, 17830, 13844, 12689, 13874, 11593, 17495, 13552, 14388, 10439, 13346, 10430, 15648, 13926, 15042, 10456, 14849, 12590, 15661, 19171, 15438, 14734, 11551, 11648, 14236, 11542, 17037, 15023, 11581, 9165, 9060, 15070, 12082, 16509, 14003, 14080, 10748, 12828, 9956, 15441, 9389, 13835, 11910, 12880, 18552, 15305, 15277, 12493, 13414, 10102, 14926, 17159, 14195, 15201, 11479, 11738, 9656, 13766, 19464, 15092, 13115, 11127, 10106, 8138, 13284, 9570, 14468, 7610, 14046, 12830, 15789, 19146, 15306, 14314, 11716, 13655, 10112, 15324, 12815, 13544, 10718, 8775, 18283, 12256, 14330, 16160, 12207, 14918, 10341, 11970, 9439, 14007, 11489, 15658, 10039, 10742, 16026, 13228, 15757, 13139, 14505, 11193, 13545, 9260, 12548, 14310, 12696, 13955, 10861, 15516, 11572, 13149, 11148, 12959, 16510, 14400, 13424, 11126, 11049, 8666, 13580, 13868, 12926, 17132, 12559, 13793, 10901, 13123, 9953, 15430, 9176, 14282, 8965, 14652, 15984, 14762, 14346, 11869, 17246, 14622, 15632, 12711, 13726, 9072, 9540, 17436, 14671, 12150, 9048, 10178, 15414, 10341, 10070, 10988, 13645, 15261, 8079, 14501, 16948, 15434, 16894, 13831, 13007, 8903, 10029, 19229, 15072, 14814, 10818, 12188, 8787, 7966, 16807, 12330, 14272, 12568, 12157, 9619, 11475, 8902, 15109, 10844, 18178, 13863, 15243, 12473, 18628, 12091, 16248, 15936, 13397, 17631, 14718, 12079, 9165, 8606, 16729, 11868, 14131, 9960, 13905, 8285, 11042, 9513, 9493, 18522, 13318, 15632, 11692, 14744, 11137, 13843, 11966, 13996, 14035, 11348, 14898, 10626, 16617, 14291, 16082, 12924, 15343, 9431, 15510, 14286, 15571, 10828, 10587, 19922, 14316, 16312, 12248, 14236, 13071, 9427, 16035, 10873, 11792, 11077, 11882, 18780, 14134, 13013, 10842, 10468, 9093, 12089, 16663, 14567, 13334, 11269, 11427, 8285, 11630, 8990, 14294, 8068, 12983, 14927, 12787, 18482, 13352, 14534, 11981, 8074, 14081, 9770, 17610, 17220, 14967, 14569, 12507, 11560, 11031, 13568, 17895, 14542, 13305, 11359, 10650, 12944, 11434, 17603, 14615, 12688, 10087, 10290, 14112, 11595, 18108, 14756, 14109, 9942, 10775, 18391, 14345, 14478, 10546, 12167, 13550, 8744, 15459, 11364, 13705, 13630, 13310, 14379, 10781, 15053, 10309, 14539, 14520, 12695, 10943, 8978, 13779, 11280, 16612, 14789, 15561, 12551, 15333, 10597, 15747, 17821, 13357, 16204, 13916, 12587, 9432, 12147, 16552, 13092, 18742, 12181, 14635, 12287, 14659, 11081, 14665, 11281, 9742, 15759, 12200, 14798, 11757, 13312, 9729, 11585, 8336, 11581, 14556, 13140, 14746, 12618, 17328, 12725, 15357, 13832, 14955, 11214, 13756, 9854, 15606, 15595, 15296, 13915, 10516, 17091, 12894, 13582, 16283, 12946, 14799, 11612, 11757, 8933, 11812, 15492, 14983, 14275, 12290, 11548, 8750, 13664, 14459, 14231, 10020, 10386, 15391, 14054, 18574, 14423, 16921, 12077, 14024, 12171, 15527, 13952, 14825, 10220, 14705, 15559, 14469, 17223, 15129, 12906, 10368, 10209, 19462, 15037, 12811, 9376, 9431, 8317, 7860, 18818, 12889, 14756, 13737, 14225, 10296, 13784, 15596, 12761, 17130, 15083, 14112, 10753, 11263, 10567, 9833, 16697, 14406, 13264, 11320, 12016, 9874, 11311, 8545, 13964, 11562, 15962, 10707, 15664, 17452, 13482, 17402, 13782, 13644, 10236, 9152, 17142, 13932, 13114, 10757, 11921, 15629, 11620, 13225, 10744, 13432, 12863, 14360, 9170, 9796, 14482, 13065, 15381, 13897, 13708, 11052, 16831, 14991, 15335, 11577, 14283, 17858, 14399, 16653, 11934, 14043, 15774, 10731, 14782, 9769, 11821, 16971, 13072, 15246, 12966, 11734, 9463, 11928, 11768, 15166, 10539, 14614, 12898, 12149, 17809, 15077, 16680, 13041, 15560, 10860, 12961, 19487, 15681, 13231, 10604, 10577, 15015, 11101, 16631, 13729, 14244, 9719, 12410, 10259, 10436, 15907, 13751, 12952, 10473, 13457, 10997, 11140, 17709, 13357, 12546, 11199, 13517, 10605, 13480, 10512, 12055, 9792, 12550, 11205, 15491, 11982, 16714, 12930, 16141, 14606, 14648, 10544, 13559, 18222, 15412, 14638, 12520, 11385, 12004, 9775, 16827, 14614, 11705, 10637, 9831, 8918, 13535, 17206, 14643, 14713, 11902, 11640, 17175, 11785, 16162, 11509, 11412, 8619, 8466, 16991, 13762, 14931, 13743, 12843, 9663, 12569, 12643, 14993, 16816, 12693, 15509, 10604, 15132, 10207, 14768, 17171, 14092, 13577, 11065, 10156, 14979, 10484, 16906, 14212, 13111, 10979, 11608, 8617, 14975, 14479, 15285, 10393, 10781, 16599, 14598, 15466, 14298, 14028, 11510, 13813, 18243, 14013, 14207, 10397, 11492, 12550, 8698, 15028, 10188, 12658, 15477, 12535, 15227, 12024, 11266, 8715, 12362, 14431, 13460, 12578, 10989, 15294, 11617, 15168, 13812, 14596, 11416, 14152, 11209, 15973, 14042, 15687, 11653, 15244, 15438, 13951, 17637, 14704, 13828, 11733, 10970, 13992, 11396, 17000, 14421, 10645, 8795, 7990, 17098, 11171, 14538, 11970, 13370, 9495, 12117, 10728, 14402, 15959, 14063, 15932, 12860, 16582, 13142, 15656, 11539, 14410, 18712, 15479, 15248, 13372, 13888, 15831, 10927, 14937, 10652, 14076, 17844, 15332, 13134, 10609, 10141, 15327, 10511, 17323, 13283, 12660, 8962, 10592, 13183, 11314, 18558, 14322, 15168, 11324, 15374, 12595, 14986, 16752, 12281, 14892, 11579, 10866, 10981, 11596, 19583, 14961, 14100, 12794, 12025], 'WindowCenter': [4051.0, 4005.0, 4025.0, 4010.0, 3999.0, 3985.0, 3965.0, 3984.0, 3952.0, 3983.0, 3982.0, 3973.0, 3962.0, 3953.0, 3983.0, 3963.0, 3995.0, 3984.0, 3983.0, 3964.0, 3975.0, 3954.0, 3997.0, 3985.0, 3985.0, 3984.0, 3966.0, 3994.0, 3975.0, 3996.0, 3964.0, 3985.0, 3953.0, 3964.0, 3995.0, 3986.0, 3984.0, 3963.0, 3973.0, 3942.0, 3943.0, 3994.0, 3985.0, 3985.0, 3982.0, 3975.0, 3985.0, 3975.0, 3984.0, 3987.0, 3999.0, 3988.0, 3997.0, 3966.0, 3988.0, 3957.0, 4000.0, 4000.0, 4011.0, 3981.0, 4001.0, 4008.0, 4011.0, 4009.0, 4000.0, 3996.0, 3987.0, 3998.0, 3977.0, 4009.0, 3987.0, 3997.0, 3997.0, 3977.0, 4006.0, 3997.0, 3995.0, 3985.0, 3987.0, 3963.0, 3974.0, 3994.0, 3995.0, 3982.0, 3972.0, 3973.0, 3952.0, 3986.0, 3984.0, 3984.0, 3983.0, 3964.0, 3994.0, 3974.0, 3996.0, 3974.0, 3984.0, 3963.0, 3964.0, 3994.0, 3973.0, 3983.0, 3982.0, 3986.0, 4005.0, 3974.0, 3984.0, 3963.0, 3985.0, 3974.0, 3986.0, 3953.0, 3975.0, 3994.0, 3986.0, 3996.0, 3984.0, 3983.0, 3951.0, 3953.0, 3993.0, 3983.0, 3983.0, 3961.0, 3972.0, 3981.0, 3961.0, 3983.0, 3962.0, 3984.0, 3972.0, 3983.0, 3952.0, 3963.0, 3944.0, 3976.0, 3996.0, 3997.0, 3996.0, 3976.0, 4008.0, 3986.0, 3998.0, 3976.0, 3996.0, 3975.0, 3975.0, 3995.0, 3983.0, 3984.0, 3983.0, 3974.0, 3995.0, 3985.0, 3996.0, 3976.0, 3995.0, 3977.0, 4008.0, 3998.0, 3997.0, 3977.0, 3997.0, 3986.0, 3999.0, 4007.0, 3985.0, 3984.0, 3973.0, 3963.0, 3983.0, 3974.0, 3993.0, 3984.0, 3973.0, 3952.0, 3953.0, 3993.0, 3986.0, 3994.0, 3985.0, 3983.0, 3975.0, 3986.0, 3964.0, 3996.0, 3966.0, 3997.0, 3975.0, 3985.0, 4006.0, 3996.0, 3984.0, 3985.0, 3984.0, 3962.0, 3995.0, 3994.0, 3984.0, 3983.0, 3974.0, 3973.0, 3951.0, 3984.0, 4003.0, 3984.0, 3972.0, 3973.0, 3962.0, 3942.0, 3983.0, 3964.0, 3996.0, 3944.0, 3996.0, 3985.0, 3998.0, 4006.0, 3996.0, 3984.0, 3974.0, 3982.0, 3962.0, 3995.0, 3974.0, 3984.0, 3963.0, 3954.0, 3994.0, 3973.0, 3984.0, 3982.0, 3971.0, 3984.0, 3963.0, 3973.0, 3953.0, 3984.0, 3974.0, 3996.0, 3964.0, 3975.0, 3995.0, 3986.0, 3996.0, 3986.0, 3986.0, 3976.0, 3986.0, 3966.0, 3988.0, 3996.0, 3987.0, 3996.0, 3978.0, 3997.0, 3988.0, 3998.0, 3977.0, 3999.0, 4010.0, 4011.0, 3998.0, 3989.0, 3989.0, 3968.0, 4000.0, 3999.0, 4000.0, 4021.0, 4000.0, 4009.0, 3988.0, 4000.0, 3978.0, 4010.0, 3978.0, 4010.0, 3967.0, 4011.0, 4008.0, 3999.0, 3997.0, 3987.0, 4006.0, 3996.0, 3996.0, 3973.0, 3984.0, 3951.0, 3952.0, 3993.0, 3983.0, 3962.0, 3939.0, 3963.0, 3982.0, 3964.0, 3963.0, 3973.0, 3995.0, 3995.0, 3954.0, 3997.0, 3995.0, 3996.0, 3995.0, 3973.0, 3972.0, 3941.0, 3952.0, 3992.0, 3982.0, 3971.0, 3950.0, 3960.0, 3939.0, 3930.0, 3981.0, 3972.0, 3981.0, 3972.0, 3971.0, 3965.0, 3973.0, 3953.0, 3994.0, 3975.0, 4006.0, 3999.0, 3997.0, 3987.0, 4007.0, 3976.0, 3997.0, 3984.0, 3974.0, 3983.0, 3981.0, 3961.0, 3951.0, 3952.0, 3992.0, 3972.0, 3983.0, 3962.0, 3983.0, 3952.0, 3975.0, 3964.0, 3965.0, 4007.0, 3998.0, 3998.0, 3987.0, 3997.0, 3976.0, 3996.0, 3987.0, 3997.0, 3996.0, 3977.0, 3996.0, 3976.0, 4007.0, 3998.0, 3997.0, 3986.0, 3996.0, 3965.0, 3997.0, 3996.0, 3997.0, 3975.0, 3976.0, 4007.0, 3996.0, 3997.0, 3986.0, 3986.0, 3983.0, 3954.0, 3995.0, 3988.0, 3987.0, 3975.0, 3986.0, 4006.0, 3996.0, 3985.0, 3976.0, 3976.0, 3965.0, 3988.0, 4008.0, 4008.0, 3999.0, 3989.0, 3988.0, 3968.0, 3989.0, 3981.0, 4023.0, 3971.0, 4012.0, 4022.0, 4012.0, 4035.0, 4001.0, 4027.0, 4015.0, 3969.0, 4010.0, 3979.0, 4022.0, 4009.0, 3987.0, 3983.0, 3984.0, 3974.0, 3974.0, 3985.0, 3993.0, 3974.0, 3971.0, 3961.0, 3960.0, 3969.0, 3961.0, 3981.0, 3970.0, 3958.0, 3949.0, 3949.0, 3969.0, 3960.0, 3981.0, 3969.0, 3968.0, 3948.0, 3949.0, 3979.0, 3970.0, 3958.0, 3936.0, 3957.0, 3957.0, 3937.0, 3967.0, 3958.0, 3969.0, 3968.0, 3969.0, 3968.0, 3959.0, 3980.0, 3949.0, 3981.0, 3981.0, 3971.0, 3974.0, 3966.0, 3994.0, 3986.0, 3994.0, 3995.0, 3994.0, 3974.0, 3994.0, 3963.0, 3995.0, 3993.0, 3983.0, 3982.0, 3982.0, 3972.0, 3950.0, 3972.0, 3992.0, 3972.0, 3992.0, 3972.0, 3982.0, 3972.0, 3983.0, 3963.0, 3983.0, 3972.0, 3963.0, 3992.0, 3984.0, 3984.0, 3975.0, 3985.0, 3965.0, 3986.0, 3955.0, 3987.0, 3996.0, 3998.0, 3997.0, 3998.0, 4007.0, 3997.0, 4009.0, 3998.0, 3997.0, 3988.0, 3997.0, 3976.0, 4008.0, 3997.0, 3997.0, 3986.0, 3975.0, 3996.0, 3985.0, 3985.0, 3993.0, 3974.0, 3984.0, 3974.0, 3975.0, 3954.0, 3986.0, 3995.0, 3996.0, 3996.0, 3987.0, 3987.0, 3966.0, 3998.0, 3997.0, 3998.0, 3976.0, 3977.0, 3996.0, 3998.0, 4018.0, 3998.0, 4007.0, 3999.0, 3996.0, 3987.0, 3997.0, 3996.0, 3996.0, 3975.0, 3996.0, 3995.0, 3986.0, 3996.0, 3984.0, 3972.0, 3960.0, 3963.0, 3992.0, 3982.0, 3971.0, 3951.0, 3951.0, 3940.0, 3942.0, 4005.0, 3984.0, 3984.0, 3984.0, 3984.0, 3963.0, 3984.0, 3993.0, 3984.0, 3994.0, 3984.0, 3982.0, 3962.0, 3962.0, 3962.0, 3963.0, 3995.0, 3984.0, 3984.0, 3975.0, 3985.0, 3976.0, 3987.0, 3967.0, 3998.0, 3987.0, 4009.0, 3977.0, 4009.0, 4007.0, 3986.0, 3997.0, 3984.0, 3973.0, 3951.0, 3952.0, 3993.0, 3983.0, 3973.0, 3961.0, 3973.0, 3993.0, 3973.0, 3983.0, 3974.0, 3996.0, 3983.0, 3995.0, 3964.0, 3964.0, 3994.0, 3997.0, 3996.0, 3998.0, 3996.0, 3976.0, 4007.0, 3996.0, 3996.0, 3974.0, 3996.0, 3994.0, 3983.0, 3995.0, 3961.0, 3972.0, 3981.0, 3961.0, 3970.0, 3950.0, 3971.0, 3991.0, 3971.0, 3981.0, 3982.0, 3972.0, 3963.0, 3973.0, 3973.0, 3995.0, 3974.0, 3997.0, 3985.0, 3986.0, 4006.0, 3997.0, 3995.0, 3985.0, 3994.0, 3963.0, 3984.0, 4004.0, 3984.0, 3973.0, 3976.0, 3964.0, 3983.0, 3974.0, 3994.0, 3985.0, 3986.0, 3964.0, 3985.0, 3964.0, 3977.0, 3996.0, 3998.0, 3988.0, 3976.0, 3999.0, 3977.0, 3989.0, 4020.0, 4000.0, 3999.0, 3990.0, 4000.0, 3990.0, 4010.0, 4002.0, 4012.0, 3992.0, 4012.0, 4003.0, 4023.0, 4014.0, 4023.0, 4012.0, 4023.0, 4011.0, 4012.0, 3978.0, 3999.0, 4008.0, 3997.0, 3986.0, 3974.0, 3963.0, 3972.0, 3963.0, 3994.0, 3983.0, 3962.0, 3963.0, 3963.0, 3952.0, 3985.0, 3995.0, 3984.0, 3983.0, 3973.0, 3963.0, 3982.0, 3961.0, 3982.0, 3960.0, 3961.0, 3941.0, 3942.0, 3992.0, 3983.0, 3982.0, 3983.0, 3972.0, 3952.0, 3973.0, 3983.0, 3995.0, 3994.0, 3985.0, 3993.0, 3963.0, 3984.0, 3962.0, 3985.0, 3993.0, 3973.0, 3972.0, 3963.0, 3963.0, 3993.0, 3963.0, 3994.0, 3984.0, 3983.0, 3974.0, 3975.0, 3954.0, 3997.0, 3996.0, 3997.0, 3975.0, 3976.0, 3995.0, 3996.0, 3995.0, 3986.0, 3984.0, 3974.0, 3986.0, 3994.0, 3983.0, 3973.0, 3951.0, 3963.0, 3972.0, 3942.0, 3983.0, 3963.0, 3985.0, 3995.0, 3987.0, 3995.0, 3985.0, 3976.0, 3955.0, 3997.0, 3996.0, 3997.0, 3986.0, 3988.0, 4008.0, 3988.0, 3998.0, 3998.0, 3997.0, 3987.0, 3997.0, 3977.0, 4008.0, 3997.0, 3998.0, 3976.0, 3997.0, 3995.0, 3985.0, 3995.0, 3986.0, 3972.0, 3972.0, 3962.0, 3982.0, 3963.0, 3983.0, 3983.0, 3951.0, 3942.0, 3943.0, 4009.0, 3975.0, 3996.0, 3974.0, 3985.0, 3965.0, 3985.0, 3974.0, 3997.0, 4006.0, 3998.0, 4008.0, 3987.0, 4007.0, 3985.0, 3996.0, 3974.0, 3985.0, 3993.0, 3983.0, 3983.0, 3971.0, 3972.0, 3981.0, 3961.0, 3970.0, 3948.0, 3970.0, 3980.0, 3970.0, 3958.0, 3949.0, 3949.0, 3979.0, 3950.0, 3981.0, 3971.0, 3970.0, 3950.0, 3962.0, 3982.0, 3973.0, 3993.0, 3985.0, 3983.0, 3974.0, 3984.0, 3985.0, 3996.0, 3994.0, 3973.0, 3984.0, 3974.0, 3974.0, 3973.0, 3975.0, 4004.0, 3995.0, 3984.0, 3985.0, 3985.0], 'WindowWidth': [8999.0, 8924.0, 8948.0, 8919.0, 8901.0, 8876.0, 8847.0, 8871.0, 8824.0, 8869.0, 8864.0, 8851.0, 8838.0, 8827.0, 8868.0, 8842.0, 8886.0, 8871.0, 8868.0, 8845.0, 8860.0, 8832.0, 8894.0, 8873.0, 8873.0, 8870.0, 8848.0, 8885.0, 8860.0, 8891.0, 8844.0, 8872.0, 8828.0, 8844.0, 8890.0, 8877.0, 8874.0, 8840.0, 8853.0, 8813.0, 8816.0, 8886.0, 8874.0, 8874.0, 8866.0, 8861.0, 8874.0, 8862.0, 8873.0, 8883.0, 8901.0, 8886.0, 8896.0, 8856.0, 8885.0, 8842.0, 8905.0, 8904.0, 8923.0, 8881.0, 8907.0, 8913.0, 8921.0, 8916.0, 8904.0, 8892.0, 8880.0, 8899.0, 8868.0, 8915.0, 8884.0, 8895.0, 8892.0, 8865.0, 8908.0, 8895.0, 8889.0, 8874.0, 8879.0, 8841.0, 8858.0, 8887.0, 8887.0, 8866.0, 8854.0, 8855.0, 8826.0, 8876.0, 8871.0, 8872.0, 8869.0, 8844.0, 8886.0, 8858.0, 8892.0, 8857.0, 8871.0, 8840.0, 8843.0, 8887.0, 8853.0, 8869.0, 8865.0, 8877.0, 8902.0, 8859.0, 8871.0, 8843.0, 8875.0, 8858.0, 8876.0, 8831.0, 8863.0, 8885.0, 8877.0, 8892.0, 8871.0, 8869.0, 8823.0, 8827.0, 8881.0, 8868.0, 8870.0, 8835.0, 8851.0, 8863.0, 8836.0, 8866.0, 8838.0, 8871.0, 8851.0, 8867.0, 8827.0, 8844.0, 8818.0, 8866.0, 8893.0, 8895.0, 8890.0, 8866.0, 8911.0, 8878.0, 8897.0, 8863.0, 8890.0, 8863.0, 8860.0, 8888.0, 8869.0, 8872.0, 8868.0, 8859.0, 8888.0, 8875.0, 8892.0, 8865.0, 8890.0, 8868.0, 8912.0, 8897.0, 8895.0, 8869.0, 8895.0, 8878.0, 8899.0, 8909.0, 8875.0, 8870.0, 8854.0, 8841.0, 8867.0, 8856.0, 8883.0, 8870.0, 8855.0, 8828.0, 8830.0, 8883.0, 8878.0, 8887.0, 8874.0, 8869.0, 8860.0, 8877.0, 8847.0, 8893.0, 8851.0, 8894.0, 8861.0, 8876.0, 8907.0, 8891.0, 8873.0, 8875.0, 8870.0, 8840.0, 8889.0, 8886.0, 8870.0, 8869.0, 8857.0, 8856.0, 8824.0, 8870.0, 8897.0, 8870.0, 8851.0, 8855.0, 8840.0, 8813.0, 8871.0, 8846.0, 8891.0, 8822.0, 8893.0, 8876.0, 8899.0, 8909.0, 8890.0, 8872.0, 8860.0, 8868.0, 8840.0, 8887.0, 8857.0, 8871.0, 8841.0, 8830.0, 8885.0, 8853.0, 8870.0, 8866.0, 8850.0, 8869.0, 8842.0, 8855.0, 8830.0, 8874.0, 8859.0, 8892.0, 8845.0, 8859.0, 8888.0, 8876.0, 8890.0, 8877.0, 8876.0, 8864.0, 8877.0, 8851.0, 8883.0, 8892.0, 8879.0, 8891.0, 8869.0, 8896.0, 8883.0, 8899.0, 8867.0, 8899.0, 8917.0, 8920.0, 8898.0, 8888.0, 8887.0, 8859.0, 8905.0, 8902.0, 8903.0, 8934.0, 8905.0, 8917.0, 8886.0, 8906.0, 8873.0, 8921.0, 8874.0, 8918.0, 8855.0, 8921.0, 8913.0, 8902.0, 8897.0, 8881.0, 8907.0, 8891.0, 8892.0, 8856.0, 8871.0, 8824.0, 8825.0, 8886.0, 8868.0, 8838.0, 8805.0, 8841.0, 8865.0, 8844.0, 8844.0, 8858.0, 8887.0, 8891.0, 8833.0, 8894.0, 8890.0, 8891.0, 8891.0, 8855.0, 8851.0, 8809.0, 8824.0, 8882.0, 8863.0, 8850.0, 8816.0, 8829.0, 8801.0, 8792.0, 8861.0, 8851.0, 8861.0, 8850.0, 8850.0, 8851.0, 8856.0, 8830.0, 8885.0, 8861.0, 8907.0, 8899.0, 8894.0, 8882.0, 8908.0, 8863.0, 8895.0, 8870.0, 8856.0, 8869.0, 8861.0, 8834.0, 8823.0, 8825.0, 8879.0, 8853.0, 8867.0, 8842.0, 8870.0, 8826.0, 8860.0, 8844.0, 8848.0, 8910.0, 8896.0, 8896.0, 8882.0, 8893.0, 8866.0, 8894.0, 8881.0, 8896.0, 8892.0, 8868.0, 8893.0, 8866.0, 8909.0, 8899.0, 8896.0, 8880.0, 8893.0, 8849.0, 8895.0, 8891.0, 8894.0, 8862.0, 8865.0, 8910.0, 8892.0, 8896.0, 8876.0, 8876.0, 8869.0, 8831.0, 8889.0, 8884.0, 8881.0, 8862.0, 8880.0, 8907.0, 8891.0, 8876.0, 8865.0, 8867.0, 8849.0, 8884.0, 8912.0, 8913.0, 8902.0, 8891.0, 8887.0, 8860.0, 8890.0, 8884.0, 8944.0, 8871.0, 8925.0, 8940.0, 8925.0, 8963.0, 8906.0, 8954.0, 8935.0, 8862.0, 8920.0, 8875.0, 8941.0, 8919.0, 8881.0, 8869.0, 8872.0, 8860.0, 8858.0, 8873.0, 8887.0, 8857.0, 8849.0, 8836.0, 8832.0, 8842.0, 8834.0, 8864.0, 8845.0, 8826.0, 8816.0, 8815.0, 8841.0, 8831.0, 8862.0, 8842.0, 8839.0, 8813.0, 8815.0, 8855.0, 8842.0, 8825.0, 8793.0, 8822.0, 8821.0, 8797.0, 8838.0, 8825.0, 8843.0, 8839.0, 8843.0, 8841.0, 8830.0, 8860.0, 8816.0, 8864.0, 8861.0, 8849.0, 8861.0, 8854.0, 8889.0, 8879.0, 8887.0, 8889.0, 8883.0, 8858.0, 8887.0, 8843.0, 8890.0, 8885.0, 8868.0, 8866.0, 8865.0, 8852.0, 8820.0, 8851.0, 8879.0, 8853.0, 8882.0, 8853.0, 8866.0, 8854.0, 8871.0, 8840.0, 8869.0, 8852.0, 8842.0, 8881.0, 8873.0, 8874.0, 8860.0, 8875.0, 8849.0, 8879.0, 8837.0, 8882.0, 8895.0, 8898.0, 8896.0, 8899.0, 8912.0, 8897.0, 8915.0, 8898.0, 8895.0, 8884.0, 8897.0, 8865.0, 8913.0, 8894.0, 8897.0, 8878.0, 8862.0, 8892.0, 8873.0, 8876.0, 8884.0, 8858.0, 8871.0, 8859.0, 8861.0, 8831.0, 8878.0, 8890.0, 8893.0, 8891.0, 8882.0, 8881.0, 8852.0, 8898.0, 8896.0, 8898.0, 8868.0, 8870.0, 8895.0, 8900.0, 8929.0, 8900.0, 8911.0, 8904.0, 8894.0, 8881.0, 8896.0, 8893.0, 8893.0, 8863.0, 8893.0, 8889.0, 8878.0, 8894.0, 8872.0, 8852.0, 8835.0, 8839.0, 8882.0, 8863.0, 8848.0, 8823.0, 8823.0, 8807.0, 8812.0, 8901.0, 8872.0, 8873.0, 8873.0, 8871.0, 8844.0, 8873.0, 8883.0, 8872.0, 8887.0, 8872.0, 8866.0, 8839.0, 8840.0, 8837.0, 8843.0, 8887.0, 8872.0, 8871.0, 8860.0, 8875.0, 8868.0, 8882.0, 8857.0, 8901.0, 8882.0, 8917.0, 8870.0, 8915.0, 8909.0, 8880.0, 8899.0, 8873.0, 8855.0, 8823.0, 8826.0, 8882.0, 8867.0, 8855.0, 8835.0, 8855.0, 8883.0, 8857.0, 8870.0, 8860.0, 8894.0, 8870.0, 8889.0, 8846.0, 8847.0, 8888.0, 8894.0, 8893.0, 8898.0, 8895.0, 8867.0, 8910.0, 8893.0, 8891.0, 8860.0, 8892.0, 8888.0, 8870.0, 8889.0, 8836.0, 8850.0, 8861.0, 8834.0, 8845.0, 8818.0, 8850.0, 8876.0, 8850.0, 8864.0, 8867.0, 8853.0, 8843.0, 8857.0, 8856.0, 8890.0, 8859.0, 8895.0, 8877.0, 8878.0, 8908.0, 8893.0, 8891.0, 8874.0, 8885.0, 8842.0, 8871.0, 8902.0, 8871.0, 8854.0, 8866.0, 8844.0, 8868.0, 8856.0, 8885.0, 8874.0, 8875.0, 8844.0, 8875.0, 8847.0, 8866.0, 8894.0, 8897.0, 8885.0, 8866.0, 8900.0, 8869.0, 8888.0, 8931.0, 8904.0, 8903.0, 8892.0, 8904.0, 8892.0, 8920.0, 8912.0, 8926.0, 8901.0, 8927.0, 8916.0, 8943.0, 8931.0, 8943.0, 8924.0, 8945.0, 8921.0, 8924.0, 8872.0, 8900.0, 8918.0, 8896.0, 8879.0, 8858.0, 8842.0, 8853.0, 8842.0, 8888.0, 8869.0, 8839.0, 8844.0, 8841.0, 8826.0, 8874.0, 8890.0, 8873.0, 8868.0, 8853.0, 8841.0, 8866.0, 8835.0, 8866.0, 8832.0, 8834.0, 8809.0, 8811.0, 8881.0, 8868.0, 8867.0, 8868.0, 8853.0, 8827.0, 8856.0, 8869.0, 8889.0, 8886.0, 8872.0, 8882.0, 8842.0, 8871.0, 8839.0, 8874.0, 8883.0, 8854.0, 8851.0, 8840.0, 8842.0, 8881.0, 8843.0, 8885.0, 8872.0, 8869.0, 8861.0, 8861.0, 8835.0, 8894.0, 8892.0, 8896.0, 8863.0, 8864.0, 8890.0, 8890.0, 8889.0, 8876.0, 8872.0, 8859.0, 8876.0, 8885.0, 8868.0, 8853.0, 8822.0, 8839.0, 8850.0, 8812.0, 8869.0, 8842.0, 8875.0, 8886.0, 8878.0, 8888.0, 8876.0, 8866.0, 8835.0, 8896.0, 8893.0, 8896.0, 8879.0, 8884.0, 8913.0, 8886.0, 8899.0, 8898.0, 8894.0, 8884.0, 8894.0, 8868.0, 8913.0, 8895.0, 8896.0, 8864.0, 8895.0, 8886.0, 8876.0, 8893.0, 8876.0, 8852.0, 8852.0, 8839.0, 8863.0, 8839.0, 8870.0, 8866.0, 8822.0, 8811.0, 8816.0, 8917.0, 8865.0, 8891.0, 8861.0, 8876.0, 8849.0, 8877.0, 8860.0, 8895.0, 8907.0, 8898.0, 8914.0, 8882.0, 8911.0, 8877.0, 8891.0, 8859.0, 8875.0, 8885.0, 8868.0, 8869.0, 8848.0, 8848.0, 8860.0, 8833.0, 8846.0, 8812.0, 8845.0, 8861.0, 8845.0, 8825.0, 8816.0, 8816.0, 8856.0, 8817.0, 8862.0, 8847.0, 8846.0, 8821.0, 8838.0, 8868.0, 8855.0, 8884.0, 8874.0, 8868.0, 8858.0, 8873.0, 8874.0, 8893.0, 8885.0, 8855.0, 8871.0, 8858.0, 8860.0, 8856.0, 8860.0, 8903.0, 8887.0, 8871.0, 8876.0, 8876.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.0005572465437788019</td></tr>
<tr><td colspan=3>aqi</td><td>0.028198800230414753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.843709846735855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1353483667474042</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9734787419377161</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7385.7705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08505060049340149</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1889400921658986</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563178595786305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440331123636154</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9094121124523915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3397925512703694</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133482</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021568505093455315</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020874036476016045</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.9219137132930473</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>61.6717</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.2997</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>672.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.4087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.434</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.4924</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3216.0777</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.3315</td></tr>
<tr><td colspan=3>tsnr</td><td>39.27270193118602</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>