<?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-0101_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0101_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-04/func/sub-0101_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>206515e2866a5808746e7d87f956ca4a</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>12:18:41.302500</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124025</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>292eb96b-a81d-43b6-8448-1d7a20198096||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['121841.302500', '121841.762500', '121842.222500', '121842.682500', '121843.142500', '121843.602500', '121844.062500', '121844.522500', '121844.982500', '121845.442500', '121845.902500', '121846.362500', '121846.822500', '121847.282500', '121847.742500', '121848.202500', '121848.662500', '121849.122500', '121849.582500', '121850.042500', '121850.502500', '121850.962500', '121851.422500', '121851.882500', '121852.342500', '121852.802500', '121853.262500', '121853.722500', '121854.182500', '121854.642500', '121855.102500', '121855.562500', '121856.022500', '121856.482500', '121856.942500', '121857.402500', '121857.862500', '121858.322500', '121858.782500', '121859.242500', '121859.702500', '121900.162500', '121900.622500', '121901.082500', '121901.542500', '121902.002500', '121902.462500', '121902.922500', '121903.382500', '121903.842500', '121904.302500', '121904.762500', '121905.222500', '121905.682500', '121906.142500', '121906.602500', '121907.062500', '121907.522500', '121907.982500', '121908.442500', '121908.902500', '121909.362500', '121909.822500', '121910.282500', '121910.742500', '121911.202500', '121911.662500', '121912.122500', '121912.582500', '121913.042500', '121913.502500', '121913.962500', '121914.422500', '121914.882500', '121915.342500', '121915.802500', '121916.262500', '121916.722500', '121917.182500', '121917.642500', '121918.102500', '121918.562500', '121919.022500', '121919.482500', '121919.942500', '121920.402500', '121920.862500', '121921.322500', '121921.782500', '121922.242500', '121922.702500', '121923.162500', '121923.622500', '121924.082500', '121924.542500', '121925.002500', '121925.462500', '121925.922500', '121926.382500', '121926.842500', '121927.302500', '121927.762500', '121928.222500', '121928.682500', '121929.142500', '121929.602500', '121930.062500', '121930.522500', '121930.982500', '121931.442500', '121931.902500', '121932.362500', '121932.822500', '121933.282500', '121933.742500', '121934.202500', '121934.662500', '121935.122500', '121935.582500', '121936.042500', '121936.502500', '121936.962500', '121937.422500', '121937.882500', '121938.342500', '121938.802500', '121939.262500', '121939.722500', '121940.182500', '121940.642500', '121941.102500', '121941.562500', '121942.022500', '121942.482500', '121942.942500', '121943.402500', '121943.862500', '121944.322500', '121944.782500', '121945.242500', '121945.702500', '121946.162500', '121946.622500', '121947.082500', '121947.542500', '121948.002500', '121948.462500', '121948.922500', '121949.382500', '121949.842500', '121950.302500', '121950.762500', '121951.222500', '121951.682500', '121952.142500', '121952.602500', '121953.062500', '121953.522500', '121953.982500', '121954.442500', '121954.902500', '121955.362500', '121955.822500', '121956.282500', '121956.742500', '121957.202500', '121957.662500', '121958.122500', '121958.582500', '121959.042500', '121959.502500', '121959.962500', '122000.422500', '122000.882500', '122001.342500', '122001.802500', '122002.262500', '122002.722500', '122003.182500', '122003.642500', '122004.102500', '122004.562500', '122005.022500', '122005.482500', '122005.942500', '122006.402500', '122006.862500', '122007.322500', '122007.782500', '122008.242500', '122008.702500', '122009.162500', '122009.622500', '122010.082500', '122010.542500', '122011.002500', '122011.462500', '122011.922500', '122012.382500', '122012.842500', '122013.302500', '122013.762500', '122014.222500', '122014.682500', '122015.142500', '122015.602500', '122016.062500', '122016.522500', '122016.982500', '122017.442500', '122017.902500', '122018.362500', '122018.822500', '122019.282500', '122019.742500', '122020.202500', '122020.662500', '122021.122500', '122021.582500', '122022.042500', '122022.502500', '122022.962500', '122023.422500', '122023.882500', '122024.342500', '122024.802500', '122025.262500', '122025.722500', '122026.182500', '122026.642500', '122027.102500', '122027.562500', '122028.022500', '122028.482500', '122028.942500', '122029.402500', '122029.862500', '122030.322500', '122030.782500', '122031.242500', '122031.702500', '122032.162500', '122032.622500', '122033.082500', '122033.542500', '122034.002500', '122034.462500', '122034.922500', '122035.382500', '122035.842500', '122036.302500', '122036.762500', '122037.222500', '122037.682500', '122038.142500', '122038.602500', '122039.062500', '122039.522500', '122039.982500', '122040.442500', '122040.902500', '122041.362500', '122041.822500', '122042.282500', '122042.742500', '122043.202500', '122043.662500', '122044.122500', '122044.582500', '122045.042500', '122045.502500', '122045.962500', '122046.422500', '122046.882500', '122047.342500', '122047.802500', '122048.262500', '122048.722500', '122049.182500', '122049.642500', '122050.102500', '122050.562500', '122051.022500', '122051.482500', '122051.942500', '122052.402500', '122052.862500', '122053.322500', '122053.782500', '122054.242500', '122054.702500', '122055.162500', '122055.622500', '122056.082500', '122056.542500', '122057.002500', '122057.462500', '122057.922500', '122058.382500', '122058.842500', '122059.302500', '122059.762500', '122100.222500', '122100.682500', '122101.142500', '122101.602500', '122102.062500', '122102.522500', '122102.982500', '122103.442500', '122103.902500', '122104.362500', '122104.822500', '122105.282500', '122105.742500', '122106.202500', '122106.662500', '122107.122500', '122107.582500', '122108.042500', '122108.502500', '122108.962500', '122109.422500', '122109.882500', '122110.342500', '122110.802500', '122111.262500', '122111.722500', '122112.182500', '122112.642500', '122113.102500', '122113.562500', '122114.022500', '122114.482500', '122114.942500', '122115.402500', '122115.862500', '122116.322500', '122116.782500', '122117.242500', '122117.702500', '122118.162500', '122118.622500', '122119.082500', '122119.542500', '122120.002500', '122120.462500', '122120.922500', '122121.382500', '122121.842500', '122122.302500', '122122.762500', '122123.222500', '122123.682500', '122124.142500', '122124.602500', '122125.062500', '122125.522500', '122125.982500', '122126.442500', '122126.902500', '122127.362500', '122127.822500', '122128.282500', '122128.742500', '122129.202500', '122129.662500', '122130.122500', '122130.582500', '122131.042500', '122131.502500', '122131.962500', '122132.422500', '122132.882500', '122133.342500', '122133.802500', '122134.262500', '122134.722500', '122135.182500', '122135.642500', '122136.102500', '122136.562500', '122137.022500', '122137.482500', '122137.942500', '122138.402500', '122138.862500', '122139.322500', '122139.782500', '122140.242500', '122140.702500', '122141.162500', '122141.622500', '122142.082500', '122142.542500', '122143.002500', '122143.462500', '122143.922500', '122144.382500', '122144.842500', '122145.302500', '122145.762500', '122146.222500', '122146.682500', '122147.142500', '122147.602500', '122148.062500', '122148.522500', '122148.982500', '122149.442500', '122149.902500', '122150.362500', '122150.822500', '122151.282500', '122151.742500', '122152.202500', '122152.662500', '122153.122500', '122153.582500', '122154.042500', '122154.502500', '122154.962500', '122155.422500', '122155.882500', '122156.342500', '122156.802500', '122157.262500', '122157.722500', '122158.182500', '122158.642500', '122159.102500', '122159.562500', '122200.022500', '122200.482500', '122200.942500', '122201.402500', '122201.862500', '122202.322500', '122202.782500', '122203.242500', '122203.702500', '122204.162500', '122204.622500', '122205.082500', '122205.542500', '122206.002500', '122206.462500', '122206.922500', '122207.382500', '122207.842500', '122208.302500', '122208.762500', '122209.222500', '122209.682500', '122210.142500', '122210.602500', '122211.062500', '122211.522500', '122211.982500', '122212.442500', '122212.902500', '122213.362500', '122213.822500', '122214.282500', '122214.742500', '122215.202500', '122215.662500', '122216.122500', '122216.582500', '122217.042500', '122217.502500', '122217.962500', '122218.422500', '122218.882500', '122219.342500', '122219.802500', '122220.262500', '122220.722500', '122221.182500', '122221.642500', '122222.102500', '122222.562500', '122223.022500', '122223.482500', '122223.942500', '122224.402500', '122224.862500', '122225.322500', '122225.782500', '122226.242500', '122226.702500', '122227.162500', '122227.622500', '122228.082500', '122228.542500', '122229.002500', '122229.462500', '122229.922500', '122230.382500', '122230.842500', '122231.302500', '122231.762500', '122232.222500', '122232.682500', '122233.142500', '122233.602500', '122234.062500', '122234.522500', '122234.982500', '122235.442500', '122235.902500', '122236.362500', '122236.822500', '122237.282500', '122237.742500', '122238.202500', '122238.662500', '122239.122500', '122239.582500', '122240.042500', '122240.502500', '122240.962500', '122241.422500', '122241.882500', '122242.342500', '122242.802500', '122243.262500', '122243.722500', '122244.182500', '122244.642500', '122245.102500', '122245.562500', '122246.022500', '122246.482500', '122246.942500', '122247.402500', '122247.862500', '122248.322500', '122248.782500', '122249.242500', '122249.702500', '122250.162500', '122250.622500', '122251.082500', '122251.542500', '122252.002500', '122252.462500', '122252.922500', '122253.382500', '122253.842500', '122254.302500', '122254.762500', '122255.222500', '122255.682500', '122256.142500', '122256.602500', '122257.062500', '122257.522500', '122257.982500', '122258.442500', '122258.902500', '122259.362500', '122259.822500', '122300.282500', '122300.742500', '122301.202500', '122301.662500', '122302.122500', '122302.582500', '122303.042500', '122303.502500', '122303.962500', '122304.422500', '122304.882500', '122305.342500', '122305.802500', '122306.262500', '122306.722500', '122307.182500', '122307.642500', '122308.102500', '122308.562500', '122309.022500', '122309.482500', '122309.942500', '122310.402500', '122310.862500', '122311.322500', '122311.782500', '122312.242500', '122312.702500', '122313.162500', '122313.622500', '122314.082500', '122314.542500', '122315.002500', '122315.462500', '122315.922500', '122316.382500', '122316.842500', '122317.302500', '122317.762500', '122318.222500', '122318.682500', '122319.142500', '122319.602500', '122320.062500', '122320.522500', '122320.982500', '122321.442500', '122321.902500', '122322.362500', '122322.822500', '122323.282500', '122323.742500', '122324.202500', '122324.662500', '122325.122500', '122325.582500', '122326.042500', '122326.502500', '122326.962500', '122327.422500', '122327.882500', '122328.342500', '122328.802500', '122329.262500', '122329.722500', '122330.182500', '122330.642500', '122331.102500', '122331.562500', '122332.022500', '122332.482500', '122332.942500', '122333.402500', '122333.862500', '122334.322500', '122334.782500', '122335.242500', '122335.702500', '122336.162500', '122336.622500', '122337.082500', '122337.542500', '122338.002500', '122338.462500', '122338.922500', '122339.382500', '122339.842500', '122340.302500', '122340.762500', '122341.222500', '122341.682500', '122342.142500', '122342.602500', '122343.062500', '122343.522500', '122343.982500', '122344.442500', '122344.902500', '122345.362500', '122345.822500', '122346.282500', '122346.742500', '122347.202500', '122347.662500', '122348.122500', '122348.582500', '122349.042500', '122349.502500', '122349.962500', '122350.422500', '122350.882500', '122351.342500', '122351.802500', '122352.262500', '122352.722500', '122353.182500', '122353.642500', '122354.102500', '122354.562500', '122355.022500', '122355.482500', '122355.942500', '122356.402500', '122356.862500', '122357.322500', '122357.782500', '122358.242500', '122358.702500', '122359.162500', '122359.622500', '122400.082500', '122400.542500', '122401.002500', '122401.462500', '122401.922500', '122402.382500', '122402.842500', '122403.302500', '122403.762500', '122404.222500', '122404.682500', '122405.142500', '122405.602500', '122406.062500', '122406.522500', '122406.982500', '122407.442500', '122407.902500', '122408.362500', '122408.822500', '122409.282500', '122409.742500', '122410.202500', '122410.662500', '122411.122500', '122411.582500', '122412.042500', '122412.502500', '122412.962500', '122413.422500', '122413.882500', '122414.342500', '122414.802500', '122415.262500', '122415.722500', '122416.182500', '122416.642500', '122417.102500', '122417.562500', '122418.022500', '122418.482500', '122418.942500', '122419.402500', '122419.862500', '122420.322500', '122420.782500', '122421.242500', '122421.702500', '122422.162500', '122422.622500', '122423.082500', '122423.542500', '122424.002500', '122424.462500', '122424.922500', '122425.382500', '122425.842500', '122426.302500', '122426.762500', '122427.222500', '122427.682500', '122428.142500', '122428.602500', '122429.062500', '122429.522500', '122429.982500', '122430.442500', '122430.902500', '122431.362500', '122431.822500', '122432.282500', '122432.742500', '122433.202500', '122433.662500', '122434.122500', '122434.582500', '122435.042500', '122435.502500', '122435.962500', '122436.422500', '122436.882500', '122437.342500', '122437.802500', '122438.262500', '122438.722500', '122439.182500', '122439.642500', '122440.102500', '122440.562500', '122441.022500', '122441.482500', '122441.942500', '122442.402500', '122442.862500', '122443.322500', '122443.782500', '122444.242500', '122444.702500', '122445.162500', '122445.622500', '122446.082500', '122446.542500', '122447.002500', '122447.462500', '122447.922500', '122448.382500', '122448.842500', '122449.302500', '122449.762500', '122450.222500', '122450.682500', '122451.142500', '122451.602500', '122452.062500', '122452.522500', '122452.982500', '122453.442500', '122453.902500', '122454.362500', '122454.822500', '122455.282500', '122455.742500', '122456.202500', '122456.662500', '122457.122500', '122457.582500', '122458.042500', '122458.502500', '122458.962500', '122459.422500', '122459.882500', '122500.342500', '122500.802500', '122501.262500', '122501.722500', '122502.182500', '122502.642500', '122503.102500', '122503.562500', '122504.022500', '122504.482500', '122504.942500', '122505.402500', '122505.862500', '122506.322500', '122506.782500', '122507.242500', '122507.702500', '122508.162500', '122508.622500', '122509.082500', '122509.542500', '122510.002500', '122510.462500', '122510.922500', '122511.382500', '122511.842500', '122512.302500', '122512.762500', '122513.222500', '122513.682500', '122514.142500', '122514.602500', '122515.062500', '122515.522500', '122515.982500', '122516.442500', '122516.902500', '122517.362500', '122517.822500', '122518.282500', '122518.742500', '122519.202500', '122519.662500', '122520.122500', '122520.582500', '122521.042500', '122521.502500', '122521.962500'], 'ContentTime': ['121907.287000', '121907.290000', '121907.293000', '121907.296000', '121907.298000', '121907.301000', '121907.304000', '121907.307000', '121907.310000', '121907.312000', '121907.315000', '121907.318000', '121907.320000', '121907.323000', '121907.334000', '121907.336000', '121907.339000', '121907.341000', '121907.344000', '121907.347000', '121907.360000', '121907.363000', '121907.365000', '121907.368000', '121907.371000', '121907.373000', '121907.376000', '121907.378000', '121907.381000', '121907.384000', '121907.386000', '121907.389000', '121907.391000', '121907.394000', '121907.396000', '121907.405000', '121907.408000', '121907.410000', '121907.413000', '121907.415000', '121907.418000', '121907.421000', '121907.423000', '121907.426000', '121907.429000', '121907.431000', '121907.434000', '121907.436000', '121907.439000', '121907.441000', '121907.444000', '121907.447000', '121907.449000', '121927.256000', '121927.259000', '121927.262000', '121927.265000', '121927.267000', '121927.270000', '121927.273000', '121927.275000', '121927.278000', '121927.280000', '121927.283000', '121927.286000', '121927.288000', '121927.291000', '121927.294000', '121927.296000', '121927.299000', '121927.302000', '121927.304000', '121927.307000', '121927.309000', '121927.312000', '121927.323000', '121927.326000', '121927.334000', '121927.336000', '121927.339000', '121927.341000', '121927.344000', '121927.347000', '121927.349000', '121927.352000', '121927.354000', '121927.357000', '121927.360000', '121927.362000', '121927.365000', '121927.367000', '121927.370000', '121927.373000', '121927.375000', '121927.378000', '121927.380000', '121927.383000', '121947.255000', '121947.258000', '121947.261000', '121947.263000', '121947.266000', '121947.268000', '121947.271000', '121947.273000', '121947.276000', '121947.279000', '121947.281000', '121947.284000', '121947.287000', '121947.289000', '121947.292000', '121947.294000', '121947.297000', '121947.300000', '121947.302000', '121947.305000', '121947.307000', '121947.310000', '121947.312000', '121947.315000', '121947.318000', '121947.320000', '121947.323000', '121947.325000', '121947.328000', '121947.335000', '121947.354000', '121947.357000', '121947.360000', '121947.362000', '121947.365000', '121947.367000', '121947.370000', '121947.377000', '121947.380000', '121947.382000', '121947.385000', '121947.388000', '121947.390000', '121947.393000', '122007.256000', '122007.259000', '122007.261000', '122007.264000', '122007.267000', '122007.269000', '122007.272000', '122007.274000', '122007.277000', '122007.280000', '122007.282000', '122007.285000', '122007.287000', '122007.290000', '122007.293000', '122007.295000', '122007.298000', '122007.300000', '122007.303000', '122007.306000', '122007.308000', '122007.311000', '122007.313000', '122007.316000', '122007.318000', '122007.324000', '122007.327000', '122007.330000', '122007.332000', '122007.335000', '122007.338000', '122007.341000', '122007.343000', '122007.346000', '122007.348000', '122007.351000', '122007.354000', '122007.356000', '122007.359000', '122007.361000', '122007.364000', '122007.366000', '122007.369000', '122027.255000', '122027.258000', '122027.261000', '122027.263000', '122027.266000', '122027.269000', '122027.271000', '122027.274000', '122027.276000', '122027.279000', '122027.281000', '122027.284000', '122027.287000', '122027.289000', '122027.297000', '122027.300000', '122027.303000', '122027.305000', '122027.308000', '122027.310000', '122027.313000', '122027.316000', '122027.318000', '122027.321000', '122027.324000', '122027.326000', '122027.329000', '122027.331000', '122027.334000', '122027.337000', '122027.340000', '122027.342000', '122027.345000', '122027.348000', '122027.351000', '122027.353000', '122027.356000', '122027.358000', '122027.361000', '122027.364000', '122027.366000', '122027.369000', '122027.372000', '122047.256000', '122047.259000', '122047.261000', '122047.264000', '122047.267000', '122047.269000', '122047.272000', '122047.274000', '122047.277000', '122047.280000', '122047.282000', '122047.285000', '122047.287000', '122047.290000', '122047.293000', '122047.295000', '122047.298000', '122047.301000', '122047.303000', '122047.306000', '122047.309000', '122047.311000', '122047.314000', '122047.316000', '122047.319000', '122047.322000', '122047.324000', '122047.327000', '122047.329000', '122047.332000', '122047.335000', '122047.337000', '122047.340000', '122047.342000', '122047.345000', '122047.348000', '122047.350000', '122047.353000', '122047.356000', '122047.358000', '122047.361000', '122047.363000', '122047.366000', '122047.369000', '122107.256000', '122107.259000', '122107.262000', '122107.265000', '122107.267000', '122107.270000', '122107.272000', '122107.275000', '122107.278000', '122107.280000', '122107.283000', '122107.286000', '122107.288000', '122107.291000', '122107.294000', '122107.296000', '122107.299000', '122107.302000', '122107.304000', '122107.307000', '122107.310000', '122107.312000', '122107.315000', '122107.318000', '122107.320000', '122107.323000', '122107.325000', '122107.328000', '122107.331000', '122107.333000', '122107.336000', '122107.339000', '122107.341000', '122107.344000', '122107.346000', '122107.349000', '122107.352000', '122107.354000', '122107.357000', '122107.359000', '122107.362000', '122107.365000', '122107.367000', '122127.257000', '122127.260000', '122127.262000', '122127.265000', '122127.267000', '122127.276000', '122127.279000', '122127.281000', '122127.284000', '122127.287000', '122127.289000', '122127.299000', '122127.302000', '122127.304000', '122127.307000', '122127.310000', '122127.312000', '122127.315000', '122127.317000', '122127.320000', '122127.323000', '122127.325000', '122127.328000', '122127.330000', '122127.333000', '122127.336000', '122127.338000', '122127.341000', '122127.344000', '122127.354000', '122127.356000', '122127.359000', '122127.361000', '122127.364000', '122127.367000', '122127.369000', '122127.372000', '122127.374000', '122127.377000', '122127.380000', '122127.382000', '122127.385000', '122127.388000', '122127.390000', '122147.256000', '122147.259000', '122147.262000', '122147.265000', '122147.267000', '122147.270000', '122147.272000', '122147.275000', '122147.278000', '122147.280000', '122147.283000', '122147.286000', '122147.288000', '122147.291000', '122147.294000', '122147.296000', '122147.299000', '122147.302000', '122147.304000', '122147.307000', '122147.309000', '122147.312000', '122147.315000', '122147.317000', '122147.320000', '122147.323000', '122147.325000', '122147.328000', '122147.330000', '122147.333000', '122147.336000', '122147.338000', '122147.341000', '122147.344000', '122147.348000', '122147.351000', '122147.354000', '122147.356000', '122147.359000', '122147.361000', '122147.364000', '122147.367000', '122147.369000', '122207.255000', '122207.258000', '122207.261000', '122207.264000', '122207.267000', '122207.269000', '122207.272000', '122207.275000', '122207.277000', '122207.280000', '122207.283000', '122207.285000', '122207.288000', '122207.290000', '122207.293000', '122207.296000', '122207.298000', '122207.301000', '122207.304000', '122207.306000', '122207.309000', '122207.312000', '122207.314000', '122207.317000', '122207.320000', '122207.322000', '122207.325000', '122207.327000', '122207.340000', '122207.342000', '122207.345000', '122207.347000', '122207.350000', '122207.353000', '122207.355000', '122207.358000', '122207.361000', '122207.363000', '122207.366000', '122207.368000', '122207.371000', '122207.374000', '122207.376000', '122207.379000', '122227.255000', '122227.259000', '122227.261000', '122227.264000', '122227.266000', '122227.269000', '122227.272000', '122227.274000', '122227.277000', '122227.280000', '122227.282000', '122227.285000', '122227.287000', '122227.290000', '122227.293000', '122227.295000', '122227.298000', '122227.301000', '122227.303000', '122227.306000', '122227.308000', '122227.311000', '122227.314000', '122227.316000', '122227.319000', '122227.322000', '122227.324000', '122227.327000', '122227.329000', '122227.332000', '122227.334000', '122227.337000', '122227.340000', '122227.342000', '122227.345000', '122227.347000', '122227.350000', '122227.353000', '122227.355000', '122227.360000', '122227.363000', '122227.365000', '122227.368000', '122247.256000', '122247.258000', '122247.262000', '122247.264000', '122247.267000', '122247.269000', '122247.272000', '122247.275000', '122247.277000', '122247.280000', '122247.283000', '122247.285000', '122247.297000', '122247.300000', '122247.303000', '122247.305000', '122247.308000', '122247.310000', '122247.313000', '122247.316000', '122247.318000', '122247.321000', '122247.324000', '122247.326000', '122247.329000', '122247.331000', '122247.334000', '122247.337000', '122247.339000', '122247.342000', '122247.345000', '122247.347000', '122247.350000', '122247.353000', '122247.355000', '122247.358000', '122247.360000', '122247.363000', '122247.366000', '122247.368000', '122247.371000', '122247.373000', '122247.376000', '122247.379000', '122307.256000', '122307.259000', '122307.261000', '122307.268000', '122307.271000', '122307.273000', '122307.276000', '122307.278000', '122307.281000', '122307.284000', '122307.286000', '122307.289000', '122307.292000', '122307.294000', '122307.297000', '122307.300000', '122307.302000', '122307.305000', '122307.308000', '122307.310000', '122307.313000', '122307.316000', '122307.318000', '122307.321000', '122307.323000', '122307.326000', '122307.329000', '122307.331000', '122307.334000', '122307.337000', '122307.339000', '122307.342000', '122307.345000', '122307.347000', '122307.350000', '122307.352000', '122307.355000', '122307.358000', '122307.360000', '122307.363000', '122307.366000', '122307.368000', '122307.371000', '122327.256000', '122327.259000', '122327.262000', '122327.265000', '122327.267000', '122327.270000', '122327.273000', '122327.275000', '122327.278000', '122327.281000', '122327.283000', '122327.286000', '122327.288000', '122327.291000', '122327.294000', '122327.296000', '122327.299000', '122327.301000', '122327.304000', '122327.307000', '122327.309000', '122327.312000', '122327.314000', '122327.317000', '122327.320000', '122327.322000', '122327.325000', '122327.328000', '122327.330000', '122327.333000', '122327.336000', '122327.338000', '122327.341000', '122327.343000', '122327.346000', '122327.349000', '122327.351000', '122327.354000', '122327.356000', '122327.359000', '122327.362000', '122327.364000', '122327.367000', '122327.369000', '122347.256000', '122347.259000', '122347.262000', '122347.265000', '122347.267000', '122347.270000', '122347.273000', '122347.275000', '122347.278000', '122347.281000', '122347.283000', '122347.286000', '122347.289000', '122347.291000', '122347.294000', '122347.297000', '122347.299000', '122347.302000', '122347.305000', '122347.315000', '122347.318000', '122347.320000', '122347.323000', '122347.326000', '122347.328000', '122347.331000', '122347.334000', '122347.336000', '122347.339000', '122347.342000', '122347.344000', '122347.347000', '122347.350000', '122347.352000', '122347.355000', '122347.357000', '122347.362000', '122347.365000', '122347.367000', '122347.370000', '122347.373000', '122347.376000', '122347.378000', '122407.256000', '122407.259000', '122407.262000', '122407.264000', '122407.267000', '122407.270000', '122407.272000', '122407.275000', '122407.278000', '122407.280000', '122407.283000', '122407.286000', '122407.288000', '122407.291000', '122407.294000', '122407.296000', '122407.299000', '122407.301000', '122407.304000', '122407.307000', '122407.309000', '122407.312000', '122407.315000', '122407.317000', '122407.320000', '122407.323000', '122407.325000', '122407.328000', '122407.331000', '122407.333000', '122407.336000', '122407.338000', '122407.341000', '122407.344000', '122407.346000', '122407.349000', '122407.351000', '122407.354000', '122407.357000', '122407.359000', '122407.362000', '122407.364000', '122407.367000', '122407.370000', '122427.256000', '122427.259000', '122427.261000', '122427.264000', '122427.266000', '122427.269000', '122427.272000', '122427.274000', '122427.285000', '122427.288000', '122427.291000', '122427.293000', '122427.296000', '122427.299000', '122427.301000', '122427.304000', '122427.307000', '122427.323000', '122427.325000', '122427.328000', '122427.330000', '122427.333000', '122427.336000', '122427.339000', '122427.341000', '122427.344000', '122427.346000', '122427.349000', '122427.352000', '122427.354000', '122427.357000', '122427.363000', '122427.365000', '122427.368000', '122427.371000', '122427.373000', '122427.376000', '122427.379000', '122427.381000', '122427.384000', '122427.386000', '122427.389000', '122427.392000', '122447.257000', '122447.260000', '122447.263000', '122447.266000', '122447.268000', '122447.271000', '122447.273000', '122447.276000', '122447.278000', '122447.281000', '122447.284000', '122447.286000', '122447.289000', '122447.292000', '122447.294000', '122447.297000', '122447.299000', '122447.302000', '122447.305000', '122447.308000', '122447.310000', '122447.313000', '122447.315000', '122447.318000', '122447.321000', '122447.323000', '122447.326000', '122447.328000', '122447.331000', '122447.333000', '122447.336000', '122447.339000', '122447.341000', '122447.344000', '122447.347000', '122447.349000', '122447.352000', '122447.354000', '122447.357000', '122447.360000', '122447.362000', '122447.365000', '122447.368000', '122447.370000', '122507.256000', '122507.259000', '122507.261000', '122507.264000', '122507.266000', '122507.269000', '122507.272000', '122507.274000', '122507.277000', '122507.280000', '122507.282000', '122507.285000', '122507.288000', '122507.290000', '122507.293000', '122507.295000', '122507.298000', '122507.301000', '122507.309000', '122507.312000', '122507.314000', '122507.317000', '122507.320000', '122507.322000', '122507.325000', '122507.327000', '122507.330000', '122507.333000', '122507.335000', '122507.338000', '122507.341000', '122507.343000', '122507.346000', '122507.348000', '122507.351000', '122507.354000', '122507.356000', '122507.359000', '122507.362000', '122507.364000', '122507.367000', '122507.369000', '122507.372000', '122523.534000', '122523.537000', '122523.540000', '122523.543000', '122523.546000', '122523.549000', '122523.552000', '122523.554000', '122523.557000', '122523.560000', '122523.562000', '122523.565000', '122523.568000', '122523.571000', '122523.573000', '122523.576000', '122523.579000', '122523.581000', '122523.584000', '122523.586000', '122523.589000', '122523.592000', '122523.595000', '122523.598000', '122523.601000', '122523.604000', '122523.607000', '122523.609000', '122523.612000', '122523.615000', '122523.617000', '122523.620000', '122523.622000', '122523.625000', '122523.628000', '122523.631000'], 'InstanceCreationTime': ['121907.287000', '121907.290000', '121907.293000', '121907.296000', '121907.298000', '121907.301000', '121907.304000', '121907.307000', '121907.310000', '121907.312000', '121907.315000', '121907.318000', '121907.320000', '121907.323000', '121907.334000', '121907.336000', '121907.339000', '121907.341000', '121907.344000', '121907.347000', '121907.360000', '121907.363000', '121907.365000', '121907.368000', '121907.371000', '121907.373000', '121907.376000', '121907.378000', '121907.381000', '121907.384000', '121907.386000', '121907.389000', '121907.391000', '121907.394000', '121907.396000', '121907.405000', '121907.408000', '121907.410000', '121907.413000', '121907.415000', '121907.418000', '121907.421000', '121907.423000', '121907.426000', '121907.429000', '121907.431000', '121907.434000', '121907.436000', '121907.439000', '121907.441000', '121907.444000', '121907.447000', '121907.449000', '121927.256000', '121927.259000', '121927.262000', '121927.265000', '121927.267000', '121927.270000', '121927.273000', '121927.275000', '121927.278000', '121927.280000', '121927.283000', '121927.286000', '121927.288000', '121927.291000', '121927.294000', '121927.296000', '121927.299000', '121927.302000', '121927.304000', '121927.307000', '121927.309000', '121927.312000', '121927.323000', '121927.326000', '121927.334000', '121927.336000', '121927.339000', '121927.341000', '121927.344000', '121927.347000', '121927.349000', '121927.352000', '121927.354000', '121927.357000', '121927.360000', '121927.362000', '121927.365000', '121927.367000', '121927.370000', '121927.373000', '121927.375000', '121927.378000', '121927.380000', '121927.383000', '121947.255000', '121947.258000', '121947.261000', '121947.263000', '121947.266000', '121947.268000', '121947.271000', '121947.273000', '121947.276000', '121947.279000', '121947.281000', '121947.284000', '121947.287000', '121947.289000', '121947.292000', '121947.294000', '121947.297000', '121947.300000', '121947.302000', '121947.305000', '121947.307000', '121947.310000', '121947.312000', '121947.315000', '121947.318000', '121947.320000', '121947.323000', '121947.325000', '121947.328000', '121947.335000', '121947.354000', '121947.357000', '121947.360000', '121947.362000', '121947.365000', '121947.367000', '121947.370000', '121947.377000', '121947.380000', '121947.382000', '121947.385000', '121947.388000', '121947.390000', '121947.393000', '122007.256000', '122007.259000', '122007.261000', '122007.264000', '122007.267000', '122007.269000', '122007.272000', '122007.274000', '122007.277000', '122007.280000', '122007.282000', '122007.285000', '122007.287000', '122007.290000', '122007.293000', '122007.295000', '122007.298000', '122007.300000', '122007.303000', '122007.306000', '122007.308000', '122007.311000', '122007.313000', '122007.316000', '122007.318000', '122007.324000', '122007.327000', '122007.330000', '122007.332000', '122007.335000', '122007.338000', '122007.341000', '122007.343000', '122007.346000', '122007.348000', '122007.351000', '122007.354000', '122007.356000', '122007.359000', '122007.361000', '122007.364000', '122007.366000', '122007.369000', '122027.255000', '122027.258000', '122027.261000', '122027.263000', '122027.266000', '122027.269000', '122027.271000', '122027.274000', '122027.276000', '122027.279000', '122027.281000', '122027.284000', '122027.287000', '122027.289000', '122027.297000', '122027.300000', '122027.303000', '122027.305000', '122027.308000', '122027.310000', '122027.313000', '122027.316000', '122027.318000', '122027.321000', '122027.324000', '122027.326000', '122027.329000', '122027.331000', '122027.334000', '122027.337000', '122027.340000', '122027.342000', '122027.345000', '122027.348000', '122027.351000', '122027.353000', '122027.356000', '122027.358000', '122027.361000', '122027.364000', '122027.366000', '122027.369000', '122027.372000', '122047.256000', '122047.259000', '122047.261000', '122047.264000', '122047.267000', '122047.269000', '122047.272000', '122047.274000', '122047.277000', '122047.280000', '122047.282000', '122047.285000', '122047.287000', '122047.290000', '122047.293000', '122047.295000', '122047.298000', '122047.301000', '122047.303000', '122047.306000', '122047.309000', '122047.311000', '122047.314000', '122047.316000', '122047.319000', '122047.322000', '122047.324000', '122047.327000', '122047.329000', '122047.332000', '122047.335000', '122047.337000', '122047.340000', '122047.342000', '122047.345000', '122047.348000', '122047.350000', '122047.353000', '122047.356000', '122047.358000', '122047.361000', '122047.363000', '122047.366000', '122047.369000', '122107.256000', '122107.259000', '122107.262000', '122107.265000', '122107.267000', '122107.270000', '122107.272000', '122107.275000', '122107.278000', '122107.280000', '122107.283000', '122107.286000', '122107.288000', '122107.291000', '122107.294000', '122107.296000', '122107.299000', '122107.302000', '122107.304000', '122107.307000', '122107.310000', '122107.312000', '122107.315000', '122107.318000', '122107.320000', '122107.323000', '122107.325000', '122107.328000', '122107.331000', '122107.333000', '122107.336000', '122107.339000', '122107.341000', '122107.344000', '122107.346000', '122107.349000', '122107.352000', '122107.354000', '122107.357000', '122107.359000', '122107.362000', '122107.365000', '122107.367000', '122127.257000', '122127.260000', '122127.262000', '122127.265000', '122127.267000', '122127.276000', '122127.279000', '122127.281000', '122127.284000', '122127.287000', '122127.289000', '122127.299000', '122127.302000', '122127.304000', '122127.307000', '122127.310000', '122127.312000', '122127.315000', '122127.317000', '122127.320000', '122127.323000', '122127.325000', '122127.328000', '122127.330000', '122127.333000', '122127.336000', '122127.338000', '122127.341000', '122127.344000', '122127.354000', '122127.356000', '122127.359000', '122127.361000', '122127.364000', '122127.367000', '122127.369000', '122127.372000', '122127.374000', '122127.377000', '122127.380000', '122127.382000', '122127.385000', '122127.388000', '122127.390000', '122147.256000', '122147.259000', '122147.262000', '122147.265000', '122147.267000', '122147.270000', '122147.272000', '122147.275000', '122147.278000', '122147.280000', '122147.283000', '122147.286000', '122147.288000', '122147.291000', '122147.294000', '122147.296000', '122147.299000', '122147.302000', '122147.304000', '122147.307000', '122147.309000', '122147.312000', '122147.315000', '122147.317000', '122147.320000', '122147.323000', '122147.325000', '122147.328000', '122147.330000', '122147.333000', '122147.336000', '122147.338000', '122147.341000', '122147.344000', '122147.348000', '122147.351000', '122147.354000', '122147.356000', '122147.359000', '122147.361000', '122147.364000', '122147.367000', '122147.369000', '122207.255000', '122207.258000', '122207.261000', '122207.264000', '122207.267000', '122207.269000', '122207.272000', '122207.275000', '122207.277000', '122207.280000', '122207.283000', '122207.285000', '122207.288000', '122207.290000', '122207.293000', '122207.296000', '122207.298000', '122207.301000', '122207.304000', '122207.306000', '122207.309000', '122207.312000', '122207.314000', '122207.317000', '122207.320000', '122207.322000', '122207.325000', '122207.327000', '122207.340000', '122207.342000', '122207.345000', '122207.347000', '122207.350000', '122207.353000', '122207.355000', '122207.358000', '122207.361000', '122207.363000', '122207.366000', '122207.368000', '122207.371000', '122207.374000', '122207.376000', '122207.379000', '122227.255000', '122227.259000', '122227.261000', '122227.264000', '122227.266000', '122227.269000', '122227.272000', '122227.274000', '122227.277000', '122227.280000', '122227.282000', '122227.285000', '122227.287000', '122227.290000', '122227.293000', '122227.295000', '122227.298000', '122227.301000', '122227.303000', '122227.306000', '122227.308000', '122227.311000', '122227.314000', '122227.316000', '122227.319000', '122227.322000', '122227.324000', '122227.327000', '122227.329000', '122227.332000', '122227.334000', '122227.337000', '122227.340000', '122227.342000', '122227.345000', '122227.347000', '122227.350000', '122227.353000', '122227.355000', '122227.360000', '122227.363000', '122227.365000', '122227.368000', '122247.256000', '122247.258000', '122247.262000', '122247.264000', '122247.267000', '122247.269000', '122247.272000', '122247.275000', '122247.277000', '122247.280000', '122247.283000', '122247.285000', '122247.297000', '122247.300000', '122247.303000', '122247.305000', '122247.308000', '122247.310000', '122247.313000', '122247.316000', '122247.318000', '122247.321000', '122247.324000', '122247.326000', '122247.329000', '122247.331000', '122247.334000', '122247.337000', '122247.339000', '122247.342000', '122247.345000', '122247.347000', '122247.350000', '122247.353000', '122247.355000', '122247.358000', '122247.360000', '122247.363000', '122247.366000', '122247.368000', '122247.371000', '122247.373000', '122247.376000', '122247.379000', '122307.256000', '122307.259000', '122307.261000', '122307.268000', '122307.271000', '122307.273000', '122307.276000', '122307.278000', '122307.281000', '122307.284000', '122307.286000', '122307.289000', '122307.292000', '122307.294000', '122307.297000', '122307.300000', '122307.302000', '122307.305000', '122307.308000', '122307.310000', '122307.313000', '122307.316000', '122307.318000', '122307.321000', '122307.323000', '122307.326000', '122307.329000', '122307.331000', '122307.334000', '122307.337000', '122307.339000', '122307.342000', '122307.345000', '122307.347000', '122307.350000', '122307.352000', '122307.355000', '122307.358000', '122307.360000', '122307.363000', '122307.366000', '122307.368000', '122307.371000', '122327.256000', '122327.259000', '122327.262000', '122327.265000', '122327.267000', '122327.270000', '122327.273000', '122327.275000', '122327.278000', '122327.281000', '122327.283000', '122327.286000', '122327.288000', '122327.291000', '122327.294000', '122327.296000', '122327.299000', '122327.301000', '122327.304000', '122327.307000', '122327.309000', '122327.312000', '122327.314000', '122327.317000', '122327.320000', '122327.322000', '122327.325000', '122327.328000', '122327.330000', '122327.333000', '122327.336000', '122327.338000', '122327.341000', '122327.343000', '122327.346000', '122327.349000', '122327.351000', '122327.354000', '122327.356000', '122327.359000', '122327.362000', '122327.364000', '122327.367000', '122327.369000', '122347.256000', '122347.259000', '122347.262000', '122347.265000', '122347.267000', '122347.270000', '122347.273000', '122347.275000', '122347.278000', '122347.281000', '122347.283000', '122347.286000', '122347.289000', '122347.291000', '122347.294000', '122347.297000', '122347.299000', '122347.302000', '122347.305000', '122347.315000', '122347.318000', '122347.320000', '122347.323000', '122347.326000', '122347.328000', '122347.331000', '122347.334000', '122347.336000', '122347.339000', '122347.342000', '122347.344000', '122347.347000', '122347.350000', '122347.352000', '122347.355000', '122347.357000', '122347.362000', '122347.365000', '122347.367000', '122347.370000', '122347.373000', '122347.376000', '122347.378000', '122407.256000', '122407.259000', '122407.262000', '122407.264000', '122407.267000', '122407.270000', '122407.272000', '122407.275000', '122407.278000', '122407.280000', '122407.283000', '122407.286000', '122407.288000', '122407.291000', '122407.294000', '122407.296000', '122407.299000', '122407.301000', '122407.304000', '122407.307000', '122407.309000', '122407.312000', '122407.315000', '122407.317000', '122407.320000', '122407.323000', '122407.325000', '122407.328000', '122407.331000', '122407.333000', '122407.336000', '122407.338000', '122407.341000', '122407.344000', '122407.346000', '122407.349000', '122407.351000', '122407.354000', '122407.357000', '122407.359000', '122407.362000', '122407.364000', '122407.367000', '122407.370000', '122427.256000', '122427.259000', '122427.261000', '122427.264000', '122427.266000', '122427.269000', '122427.272000', '122427.274000', '122427.285000', '122427.288000', '122427.291000', '122427.293000', '122427.296000', '122427.299000', '122427.301000', '122427.304000', '122427.307000', '122427.323000', '122427.325000', '122427.328000', '122427.330000', '122427.333000', '122427.336000', '122427.339000', '122427.341000', '122427.344000', '122427.346000', '122427.349000', '122427.352000', '122427.354000', '122427.357000', '122427.363000', '122427.365000', '122427.368000', '122427.371000', '122427.373000', '122427.376000', '122427.379000', '122427.381000', '122427.384000', '122427.386000', '122427.389000', '122427.392000', '122447.257000', '122447.260000', '122447.263000', '122447.266000', '122447.268000', '122447.271000', '122447.273000', '122447.276000', '122447.278000', '122447.281000', '122447.284000', '122447.286000', '122447.289000', '122447.292000', '122447.294000', '122447.297000', '122447.299000', '122447.302000', '122447.305000', '122447.308000', '122447.310000', '122447.313000', '122447.315000', '122447.318000', '122447.321000', '122447.323000', '122447.326000', '122447.328000', '122447.331000', '122447.333000', '122447.336000', '122447.339000', '122447.341000', '122447.344000', '122447.347000', '122447.349000', '122447.352000', '122447.354000', '122447.357000', '122447.360000', '122447.362000', '122447.365000', '122447.368000', '122447.370000', '122507.256000', '122507.259000', '122507.261000', '122507.264000', '122507.266000', '122507.269000', '122507.272000', '122507.274000', '122507.277000', '122507.280000', '122507.282000', '122507.285000', '122507.288000', '122507.290000', '122507.293000', '122507.295000', '122507.298000', '122507.301000', '122507.309000', '122507.312000', '122507.314000', '122507.317000', '122507.320000', '122507.322000', '122507.325000', '122507.327000', '122507.330000', '122507.333000', '122507.335000', '122507.338000', '122507.341000', '122507.343000', '122507.346000', '122507.348000', '122507.351000', '122507.354000', '122507.356000', '122507.359000', '122507.362000', '122507.364000', '122507.367000', '122507.369000', '122507.372000', '122523.534000', '122523.537000', '122523.540000', '122523.543000', '122523.546000', '122523.549000', '122523.552000', '122523.554000', '122523.557000', '122523.560000', '122523.562000', '122523.565000', '122523.568000', '122523.571000', '122523.573000', '122523.576000', '122523.579000', '122523.581000', '122523.584000', '122523.586000', '122523.589000', '122523.592000', '122523.595000', '122523.598000', '122523.601000', '122523.604000', '122523.607000', '122523.609000', '122523.612000', '122523.615000', '122523.617000', '122523.620000', '122523.622000', '122523.625000', '122523.628000', '122523.631000'], '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': [10470, 8540, 10482, 8650, 9119, 11649, 8548, 10637, 8785, 9101, 18495, 10522, 9600, 9175, 9540, 16219, 10242, 15158, 15331, 8857, 8180, 8778, 8141, 8909, 8767, 9590, 8650, 8284, 8424, 8764, 10536, 8202, 7497, 9202, 9927, 12973, 9702, 11896, 9093, 8829, 9153, 8749, 7791, 8571, 7714, 10479, 11103, 18323, 14918, 10501, 8613, 9235, 8654, 13991, 10970, 9268, 10124, 8715, 9768, 9164, 8655, 18862, 8914, 13531, 8845, 7864, 9218, 10009, 14056, 8760, 8693, 8982, 8491, 9531, 8754, 17109, 13556, 10701, 10054, 8576, 7264, 8914, 7928, 9349, 9650, 9661, 8233, 9741, 8610, 7831, 8993, 9436, 15512, 10340, 9159, 9950, 9600, 17583, 14121, 13214, 13474, 9329, 14761, 8800, 8408, 9612, 9462, 13899, 9106, 16558, 10198, 10133, 9860, 9528, 12146, 8744, 15071, 12861, 8790, 10662, 8553, 7334, 9136, 9115, 10866, 8349, 7174, 8821, 8564, 9085, 8506, 9656, 8472, 7958, 8729, 8823, 9332, 8487, 9429, 9252, 8963, 9580, 8705, 9606, 9234, 8620, 11768, 8576, 9068, 9139, 8269, 9097, 8854, 13083, 8995, 8446, 9423, 8534, 7356, 9334, 9466, 13129, 8781, 9243, 13545, 8271, 7415, 9349, 9735, 10134, 9744, 11661, 11620, 10519, 17247, 10483, 10721, 15176, 11578, 18778, 14555, 12988, 17439, 11830, 17534, 11392, 9724, 12947, 9376, 15777, 11101, 9068, 10191, 8607, 7907, 9582, 9208, 11914, 7867, 7229, 8694, 7876, 9313, 8194, 7780, 8829, 7456, 9033, 8887, 9365, 8172, 7379, 9255, 9010, 9308, 9012, 8330, 9855, 9242, 10022, 9374, 7876, 9706, 9171, 12329, 9127, 8826, 10624, 8810, 14998, 9480, 9156, 17445, 11633, 14010, 9173, 8883, 14458, 10547, 18615, 9217, 7732, 9114, 9284, 12660, 8614, 7853, 9106, 8274, 9864, 8470, 18459, 12524, 11736, 9459, 7508, 7570, 9577, 9679, 10442, 8639, 7551, 9460, 8777, 9132, 9563, 11100, 16639, 14007, 15925, 18902, 15641, 18801, 16724, 14467, 18540, 13094, 14342, 14341, 9971, 12851, 8647, 8357, 9690, 9395, 8193, 9179, 8404, 9094, 9229, 9935, 8980, 7285, 9419, 9208, 9655, 8627, 8108, 9088, 9082, 9224, 8350, 7186, 9016, 8771, 9360, 7864, 8448, 9101, 7464, 9505, 8481, 10827, 9281, 10699, 12744, 11713, 16801, 13053, 16710, 14475, 14165, 16247, 12257, 17686, 10627, 11292, 13043, 13000, 17808, 8961, 8036, 9689, 9553, 14861, 8379, 7395, 9216, 7596, 9815, 8429, 10901, 8691, 7846, 9276, 8431, 9834, 9225, 7682, 9416, 8896, 10589, 9066, 9422, 11019, 9140, 14751, 9163, 10074, 12832, 10650, 16949, 10067, 14377, 12098, 12676, 17253, 8947, 12458, 9608, 8090, 11830, 9131, 10030, 8690, 7663, 9537, 9378, 10731, 8688, 7571, 9113, 9072, 10077, 8688, 7488, 9535, 7700, 7803, 9109, 9206, 9778, 8792, 7547, 9739, 8109, 11066, 9095, 8081, 11821, 8688, 12306, 10147, 9827, 17083, 13351, 16926, 12251, 10174, 12597, 9178, 8794, 10212, 9564, 13674, 8827, 7450, 9180, 9179, 10463, 8696, 10584, 9403, 8102, 9412, 8535, 11079, 9160, 8290, 9581, 8206, 8916, 8929, 7575, 9596, 9703, 9785, 8635, 9846, 9339, 8793, 9557, 8844, 9751, 9247, 8485, 14784, 8733, 7741, 9260, 9591, 13035, 9092, 7426, 9210, 9641, 9551, 8900, 10058, 9076, 7769, 10350, 8831, 14253, 9050, 7453, 9439, 9629, 10122, 9003, 11582, 9555, 9840, 9406, 8801, 8473, 9355, 8967, 11799, 8998, 11894, 9089, 8977, 9723, 8924, 11649, 9344, 7954, 9744, 9303, 10613, 8876, 15732, 12449, 8967, 9120, 8594, 9942, 9019, 8042, 14281, 8584, 13631, 8588, 7771, 9283, 8341, 7810, 9139, 9048, 9993, 9250, 9106, 10440, 9047, 9779, 11692, 8990, 14830, 13701, 13020, 16748, 10588, 11305, 12607, 10070, 16551, 9351, 9080, 14642, 9151, 9923, 9308, 8694, 10791, 8626, 7201, 9503, 9432, 9440, 8759, 8959, 9108, 9350, 9204, 8267, 7152, 9166, 8607, 9970, 8603, 7800, 9325, 8413, 9613, 8474, 11065, 9337, 8516, 9343, 8827, 8253, 9535, 9807, 13262, 8811, 8645, 9750, 9818, 12621, 9257, 13320, 10139, 9483, 14088, 9615, 10601, 16146, 9855, 13183, 9455, 8012, 14869, 8988, 10600, 9104, 8372, 9919, 9153, 14139, 9264, 8158, 9716, 9146, 13578, 9130, 8252, 9366, 9338, 16382, 10840, 8838, 10864, 9173, 9781, 9411, 8734, 12320, 9011, 9979, 9280, 7776, 13423, 8758, 10398, 9158, 7787, 9387, 9296, 10646, 8767, 7549, 8876, 9973, 11537, 8894, 7429, 9370, 9764, 9266, 8714, 7831, 9744, 9701, 13211, 8444, 7740, 8889, 9026, 9420, 8853, 7581, 9408, 9063, 9375, 9021, 7707, 10179, 8769, 12467, 9181, 8072, 9700, 8726, 12366, 9306, 10387, 16895, 11986, 16863, 9180, 8366, 9624, 9062, 8808, 9307, 8942, 10478, 8913, 8353, 9308, 9664, 13662, 9685, 13826, 10571, 9755, 13574, 9381, 13484, 13732, 9402, 11112, 8994, 7852, 9373, 9910, 9377, 9141, 10984, 9377, 8467, 9386, 8741, 8387, 9335, 8332, 9691, 8733, 10766, 9234, 8186, 9335, 8493, 7914, 9396, 7686, 9892, 8302, 7513, 9127, 8498, 9923, 8370, 7575, 9695, 8471, 10804, 9513, 8117, 10290, 9317, 11185, 11623, 12296, 17110, 13921, 11566, 14167, 10218, 14039, 18679, 11513, 11411, 9385, 9039, 9675, 9026, 10309, 9792, 8672, 9065, 8744, 9884, 9432, 8690, 9587, 8978, 9476, 9615, 8802, 9868, 8988, 13188, 9240, 8729, 9333, 9143, 9993, 9822, 8223, 11458, 8832, 8871, 9288, 8085, 9484, 8210, 11516, 9030, 7574, 9225, 8398, 10506, 8577, 7385, 9264, 8535, 9591, 8553, 8399, 9623, 8792, 9860, 9284, 7884, 9830, 9853, 14048, 9025, 9807, 9959, 9851, 14379, 8804, 12570, 11746, 12546, 14039, 8781, 9999, 10304, 9537, 10034, 9230, 8958, 9671, 7906, 12527, 8883, 16110, 9214, 7826, 9544, 7949, 7947, 9237, 8098, 9461, 9280, 8622, 10421, 8766, 9845, 10905, 10366, 16249, 12801, 12809, 16914, 14177, 18292, 13744, 10710, 12895, 9570, 12375, 9883, 10179, 9521, 9000, 11018, 9355, 9483, 9382, 9652, 9540, 8664, 8382, 9068, 8348, 9721, 8161, 7347, 9521, 8819, 10237, 8155, 7439, 9079, 8777, 9848, 8673, 8394, 9541, 9411, 10498, 8726, 11544, 9472, 12141, 17372], 'WindowCenter': [4951.0, 4897.0, 4896.0, 4853.0, 4848.0, 4877.0, 4836.0, 4854.0, 4835.0, 4844.0, 4932.0, 4854.0, 4842.0, 4830.0, 4841.0, 4908.0, 4839.0, 4900.0, 4901.0, 4832.0, 4821.0, 4820.0, 4807.0, 4816.0, 4821.0, 4840.0, 4836.0, 4833.0, 4834.0, 4836.0, 4859.0, 4832.0, 4799.0, 4831.0, 4852.0, 4891.0, 4854.0, 4885.0, 4843.0, 4842.0, 4841.0, 4845.0, 4812.0, 4833.0, 4827.0, 4871.0, 4889.0, 4962.0, 4924.0, 4878.0, 4846.0, 4841.0, 4831.0, 4890.0, 4859.0, 4843.0, 4851.0, 4833.0, 4853.0, 4840.0, 4821.0, 4931.0, 4834.0, 4889.0, 4830.0, 4808.0, 4830.0, 4842.0, 4887.0, 4821.0, 4832.0, 4831.0, 4818.0, 4837.0, 4845.0, 4920.0, 4905.0, 4864.0, 4849.0, 4833.0, 4799.0, 4816.0, 4795.0, 4826.0, 4839.0, 4826.0, 4822.0, 4843.0, 4834.0, 4814.0, 4830.0, 4828.0, 4896.0, 4850.0, 4829.0, 4838.0, 4839.0, 4908.0, 4891.0, 4881.0, 4879.0, 4830.0, 4887.0, 4816.0, 4794.0, 4827.0, 4825.0, 4876.0, 4819.0, 4896.0, 4840.0, 4836.0, 4838.0, 4828.0, 4859.0, 4817.0, 4886.0, 4879.0, 4819.0, 4836.0, 4819.0, 4786.0, 4825.0, 4818.0, 4860.0, 4821.0, 4790.0, 4831.0, 4818.0, 4828.0, 4828.0, 4841.0, 4820.0, 4814.0, 4830.0, 4834.0, 4827.0, 4843.0, 4853.0, 4844.0, 4832.0, 4840.0, 4832.0, 4841.0, 4845.0, 4830.0, 4869.0, 4820.0, 4828.0, 4831.0, 4816.0, 4841.0, 4841.0, 4892.0, 4843.0, 4821.0, 4837.0, 4831.0, 4801.0, 4844.0, 4854.0, 4894.0, 4835.0, 4868.0, 4914.0, 4834.0, 4800.0, 4842.0, 4857.0, 4861.0, 4842.0, 4873.0, 4860.0, 4849.0, 4905.0, 4850.0, 4849.0, 4888.0, 4857.0, 4906.0, 4877.0, 4855.0, 4894.0, 4843.0, 4892.0, 4845.0, 4815.0, 4852.0, 4816.0, 4883.0, 4835.0, 4819.0, 4824.0, 4806.0, 4807.0, 4828.0, 4831.0, 4859.0, 4810.0, 4789.0, 4817.0, 4811.0, 4830.0, 4834.0, 4801.0, 4831.0, 4802.0, 4829.0, 4830.0, 4845.0, 4838.0, 4804.0, 4842.0, 4831.0, 4851.0, 4847.0, 4834.0, 4868.0, 4856.0, 4850.0, 4840.0, 4812.0, 4855.0, 4844.0, 4881.0, 4843.0, 4831.0, 4852.0, 4832.0, 4899.0, 4845.0, 4842.0, 4923.0, 4873.0, 4891.0, 4842.0, 4833.0, 4900.0, 4862.0, 4921.0, 4830.0, 4798.0, 4818.0, 4839.0, 4879.0, 4838.0, 4813.0, 4843.0, 4835.0, 4867.0, 4832.0, 4932.0, 4893.0, 4868.0, 4825.0, 4794.0, 4779.0, 4822.0, 4838.0, 4863.0, 4845.0, 4826.0, 4865.0, 4835.0, 4842.0, 4841.0, 4861.0, 4906.0, 4876.0, 4883.0, 4903.0, 4881.0, 4893.0, 4871.0, 4861.0, 4890.0, 4850.0, 4859.0, 4858.0, 4809.0, 4838.0, 4791.0, 4790.0, 4812.0, 4813.0, 4792.0, 4814.0, 4803.0, 4815.0, 4827.0, 4835.0, 4831.0, 4797.0, 4826.0, 4825.0, 4825.0, 4819.0, 4808.0, 4841.0, 4843.0, 4856.0, 4834.0, 4804.0, 4830.0, 4829.0, 4838.0, 4824.0, 4830.0, 4856.0, 4823.0, 4864.0, 4845.0, 4876.0, 4854.0, 4849.0, 4879.0, 4867.0, 4908.0, 4880.0, 4908.0, 4888.0, 4877.0, 4896.0, 4856.0, 4894.0, 4834.0, 4843.0, 4865.0, 4875.0, 4905.0, 4817.0, 4795.0, 4840.0, 4838.0, 4900.0, 4817.0, 4786.0, 4827.0, 4810.0, 4861.0, 4832.0, 4874.0, 4832.0, 4821.0, 4825.0, 4817.0, 4846.0, 4842.0, 4812.0, 4840.0, 4832.0, 4858.0, 4845.0, 4841.0, 4859.0, 4839.0, 4886.0, 4828.0, 4837.0, 4867.0, 4847.0, 4904.0, 4838.0, 4888.0, 4866.0, 4879.0, 4907.0, 4816.0, 4851.0, 4824.0, 4806.0, 4858.0, 4829.0, 4823.0, 4805.0, 4794.0, 4839.0, 4839.0, 4858.0, 4831.0, 4809.0, 4840.0, 4841.0, 4838.0, 4830.0, 4798.0, 4838.0, 4811.0, 4809.0, 4831.0, 4844.0, 4849.0, 4845.0, 4821.0, 4839.0, 4817.0, 4860.0, 4829.0, 4819.0, 4867.0, 4819.0, 4867.0, 4849.0, 4847.0, 4903.0, 4890.0, 4908.0, 4854.0, 4834.0, 4852.0, 4814.0, 4815.0, 4836.0, 4838.0, 4874.0, 4816.0, 4785.0, 4814.0, 4824.0, 4843.0, 4828.0, 4861.0, 4839.0, 4808.0, 4827.0, 4828.0, 4858.0, 4839.0, 4830.0, 4840.0, 4820.0, 4824.0, 4827.0, 4796.0, 4838.0, 4839.0, 4849.0, 4832.0, 4848.0, 4840.0, 4830.0, 4837.0, 4818.0, 4837.0, 4839.0, 4831.0, 4910.0, 4832.0, 4807.0, 4839.0, 4852.0, 4890.0, 4831.0, 4799.0, 4828.0, 4837.0, 4854.0, 4843.0, 4852.0, 4841.0, 4823.0, 4862.0, 4843.0, 4897.0, 4841.0, 4798.0, 4827.0, 4838.0, 4845.0, 4842.0, 4870.0, 4840.0, 4849.0, 4836.0, 4830.0, 4814.0, 4827.0, 4826.0, 4869.0, 4842.0, 4867.0, 4831.0, 4828.0, 4824.0, 4842.0, 4882.0, 4842.0, 4809.0, 4837.0, 4829.0, 4862.0, 4844.0, 4909.0, 4893.0, 4830.0, 4826.0, 4816.0, 4833.0, 4828.0, 4818.0, 4897.0, 4829.0, 4887.0, 4818.0, 4795.0, 4840.0, 4830.0, 4821.0, 4839.0, 4829.0, 4838.0, 4839.0, 4831.0, 4857.0, 4830.0, 4851.0, 4869.0, 4828.0, 4897.0, 4878.0, 4866.0, 4891.0, 4836.0, 4844.0, 4854.0, 4825.0, 4893.0, 4826.0, 4817.0, 4887.0, 4827.0, 4824.0, 4824.0, 4818.0, 4847.0, 4820.0, 4786.0, 4825.0, 4827.0, 4849.0, 4832.0, 4841.0, 4843.0, 4843.0, 4828.0, 4817.0, 4784.0, 4841.0, 4844.0, 4851.0, 4847.0, 4809.0, 4842.0, 4823.0, 4852.0, 4833.0, 4871.0, 4855.0, 4832.0, 4837.0, 4831.0, 4816.0, 4850.0, 4875.0, 4889.0, 4846.0, 4831.0, 4841.0, 4836.0, 4878.0, 4842.0, 4903.0, 4850.0, 4839.0, 4886.0, 4842.0, 4859.0, 4910.0, 4841.0, 4876.0, 4841.0, 4821.0, 4901.0, 4829.0, 4834.0, 4816.0, 4832.0, 4863.0, 4841.0, 4887.0, 4828.0, 4807.0, 4837.0, 4841.0, 4878.0, 4830.0, 4806.0, 4838.0, 4842.0, 4910.0, 4848.0, 4816.0, 4844.0, 4826.0, 4838.0, 4839.0, 4831.0, 4868.0, 4827.0, 4835.0, 4828.0, 4795.0, 4889.0, 4819.0, 4832.0, 4826.0, 4808.0, 4828.0, 4829.0, 4836.0, 4816.0, 4794.0, 4818.0, 4851.0, 4857.0, 4818.0, 4786.0, 4816.0, 4835.0, 4820.0, 4818.0, 4811.0, 4854.0, 4838.0, 4881.0, 4819.0, 4798.0, 4828.0, 4828.0, 4826.0, 4828.0, 4809.0, 4839.0, 4833.0, 4836.0, 4830.0, 4796.0, 4859.0, 4832.0, 4877.0, 4829.0, 4808.0, 4829.0, 4829.0, 4894.0, 4843.0, 4861.0, 4908.0, 4859.0, 4894.0, 4826.0, 4818.0, 4827.0, 4817.0, 4817.0, 4825.0, 4829.0, 4850.0, 4830.0, 4818.0, 4828.0, 4837.0, 4889.0, 4838.0, 4876.0, 4835.0, 4824.0, 4875.0, 4826.0, 4877.0, 4879.0, 4827.0, 4845.0, 4816.0, 4795.0, 4812.0, 4824.0, 4824.0, 4840.0, 4857.0, 4840.0, 4807.0, 4826.0, 4816.0, 4804.0, 4825.0, 4806.0, 4839.0, 4843.0, 4872.0, 4841.0, 4835.0, 4840.0, 4831.0, 4831.0, 4841.0, 4810.0, 4849.0, 4831.0, 4809.0, 4838.0, 4830.0, 4860.0, 4833.0, 4821.0, 4839.0, 4819.0, 4855.0, 4843.0, 4819.0, 4860.0, 4856.0, 4900.0, 4885.0, 4878.0, 4909.0, 4889.0, 4857.0, 4876.0, 4838.0, 4891.0, 4933.0, 4860.0, 4857.0, 4818.0, 4816.0, 4816.0, 4819.0, 4849.0, 4841.0, 4822.0, 4820.0, 4832.0, 4851.0, 4842.0, 4821.0, 4826.0, 4820.0, 4828.0, 4829.0, 4829.0, 4842.0, 4844.0, 4881.0, 4833.0, 4822.0, 4831.0, 4829.0, 4839.0, 4840.0, 4822.0, 4871.0, 4833.0, 4834.0, 4842.0, 4806.0, 4838.0, 4822.0, 4875.0, 4831.0, 4809.0, 4829.0, 4822.0, 4861.0, 4847.0, 4814.0, 4843.0, 4831.0, 4838.0, 4845.0, 4834.0, 4856.0, 4834.0, 4851.0, 4842.0, 4811.0, 4854.0, 4855.0, 4903.0, 4846.0, 4854.0, 4854.0, 4837.0, 4870.0, 4818.0, 4867.0, 4857.0, 4870.0, 4874.0, 4817.0, 4852.0, 4852.0, 4839.0, 4834.0, 4826.0, 4815.0, 4838.0, 4807.0, 4877.0, 4843.0, 4911.0, 4840.0, 4798.0, 4825.0, 4805.0, 4811.0, 4841.0, 4832.0, 4849.0, 4841.0, 4830.0, 4859.0, 4834.0, 4852.0, 4860.0, 4850.0, 4899.0, 4869.0, 4866.0, 4897.0, 4877.0, 4905.0, 4875.0, 4835.0, 4854.0, 4825.0, 4855.0, 4825.0, 4824.0, 4825.0, 4816.0, 4860.0, 4829.0, 4840.0, 4828.0, 4824.0, 4820.0, 4816.0, 4807.0, 4826.0, 4822.0, 4850.0, 4821.0, 4799.0, 4850.0, 4842.0, 4863.0, 4835.0, 4825.0, 4841.0, 4831.0, 4849.0, 4847.0, 4848.0, 4868.0, 4853.0, 4862.0, 4835.0, 4873.0, 4854.0, 4881.0, 4923.0], 'WindowWidth': [10804.0, 10701.0, 10673.0, 10602.0, 10586.0, 10617.0, 10560.0, 10580.0, 10554.0, 10569.0, 10686.0, 10578.0, 10559.0, 10539.0, 10554.0, 10645.0, 10551.0, 10634.0, 10638.0, 10546.0, 10531.0, 10528.0, 10504.0, 10515.0, 10526.0, 10553.0, 10556.0, 10550.0, 10553.0, 10556.0, 10583.0, 10546.0, 10497.0, 10539.0, 10573.0, 10626.0, 10578.0, 10624.0, 10564.0, 10562.0, 10559.0, 10570.0, 10520.0, 10548.0, 10549.0, 10605.0, 10638.0, 10744.0, 10681.0, 10618.0, 10570.0, 10556.0, 10543.0, 10620.0, 10581.0, 10560.0, 10570.0, 10548.0, 10575.0, 10555.0, 10531.0, 10679.0, 10550.0, 10619.0, 10538.0, 10506.0, 10536.0, 10555.0, 10615.0, 10528.0, 10544.0, 10541.0, 10521.0, 10547.0, 10569.0, 10664.0, 10649.0, 10593.0, 10570.0, 10550.0, 10496.0, 10514.0, 10487.0, 10529.0, 10548.0, 10530.0, 10530.0, 10559.0, 10552.0, 10524.0, 10541.0, 10535.0, 10629.0, 10567.0, 10536.0, 10547.0, 10551.0, 10645.0, 10622.0, 10606.0, 10604.0, 10536.0, 10608.0, 10513.0, 10481.0, 10526.0, 10523.0, 10594.0, 10521.0, 10622.0, 10548.0, 10542.0, 10545.0, 10529.0, 10575.0, 10517.0, 10606.0, 10605.0, 10519.0, 10541.0, 10519.0, 10473.0, 10527.0, 10519.0, 10580.0, 10529.0, 10488.0, 10540.0, 10522.0, 10539.0, 10538.0, 10559.0, 10528.0, 10520.0, 10541.0, 10547.0, 10536.0, 10565.0, 10581.0, 10568.0, 10546.0, 10555.0, 10544.0, 10559.0, 10568.0, 10543.0, 10595.0, 10526.0, 10534.0, 10539.0, 10518.0, 10559.0, 10561.0, 10629.0, 10566.0, 10531.0, 10550.0, 10543.0, 10502.0, 10569.0, 10578.0, 10633.0, 10556.0, 10611.0, 10666.0, 10554.0, 10498.0, 10560.0, 10587.0, 10589.0, 10559.0, 10602.0, 10581.0, 10563.0, 10638.0, 10567.0, 10562.0, 10612.0, 10569.0, 10635.0, 10591.0, 10558.0, 10612.0, 10543.0, 10608.0, 10548.0, 10507.0, 10556.0, 10510.0, 10599.0, 10536.0, 10516.0, 10520.0, 10499.0, 10504.0, 10530.0, 10538.0, 10575.0, 10512.0, 10480.0, 10515.0, 10510.0, 10536.0, 10551.0, 10500.0, 10539.0, 10501.0, 10536.0, 10543.0, 10567.0, 10562.0, 10509.0, 10558.0, 10542.0, 10576.0, 10574.0, 10550.0, 10606.0, 10583.0, 10568.0, 10554.0, 10517.0, 10580.0, 10565.0, 10609.0, 10558.0, 10542.0, 10571.0, 10543.0, 10631.0, 10563.0, 10558.0, 10671.0, 10601.0, 10621.0, 10557.0, 10547.0, 10636.0, 10588.0, 10665.0, 10539.0, 10493.0, 10519.0, 10552.0, 10607.0, 10562.0, 10520.0, 10562.0, 10557.0, 10604.0, 10551.0, 10685.0, 10636.0, 10589.0, 10524.0, 10485.0, 10453.0, 10515.0, 10548.0, 10590.0, 10569.0, 10547.0, 10598.0, 10553.0, 10559.0, 10556.0, 10579.0, 10640.0, 10593.0, 10597.0, 10629.0, 10595.0, 10616.0, 10580.0, 10562.0, 10604.0, 10549.0, 10559.0, 10556.0, 10491.0, 10530.0, 10469.0, 10470.0, 10501.0, 10505.0, 10475.0, 10508.0, 10492.0, 10511.0, 10531.0, 10540.0, 10545.0, 10493.0, 10528.0, 10524.0, 10525.0, 10523.0, 10510.0, 10558.0, 10565.0, 10588.0, 10555.0, 10513.0, 10540.0, 10539.0, 10553.0, 10539.0, 10547.0, 10585.0, 10542.0, 10598.0, 10573.0, 10615.0, 10582.0, 10567.0, 10605.0, 10586.0, 10644.0, 10605.0, 10643.0, 10616.0, 10597.0, 10624.0, 10568.0, 10616.0, 10535.0, 10545.0, 10580.0, 10596.0, 10639.0, 10516.0, 10487.0, 10557.0, 10549.0, 10639.0, 10520.0, 10475.0, 10534.0, 10518.0, 10590.0, 10548.0, 10609.0, 10547.0, 10531.0, 10529.0, 10518.0, 10561.0, 10558.0, 10521.0, 10555.0, 10545.0, 10582.0, 10571.0, 10558.0, 10580.0, 10550.0, 10611.0, 10532.0, 10543.0, 10585.0, 10558.0, 10636.0, 10547.0, 10617.0, 10587.0, 10603.0, 10640.0, 10513.0, 10554.0, 10522.0, 10503.0, 10576.0, 10534.0, 10521.0, 10498.0, 10484.0, 10552.0, 10555.0, 10579.0, 10545.0, 10512.0, 10560.0, 10559.0, 10551.0, 10543.0, 10497.0, 10547.0, 10519.0, 10511.0, 10545.0, 10566.0, 10570.0, 10571.0, 10540.0, 10553.0, 10524.0, 10582.0, 10540.0, 10529.0, 10590.0, 10524.0, 10586.0, 10564.0, 10561.0, 10636.0, 10622.0, 10646.0, 10566.0, 10535.0, 10557.0, 10509.0, 10513.0, 10545.0, 10551.0, 10591.0, 10516.0, 10472.0, 10509.0, 10524.0, 10551.0, 10536.0, 10586.0, 10551.0, 10507.0, 10531.0, 10537.0, 10579.0, 10555.0, 10544.0, 10556.0, 10528.0, 10527.0, 10533.0, 10491.0, 10548.0, 10552.0, 10572.0, 10548.0, 10569.0, 10556.0, 10540.0, 10546.0, 10518.0, 10549.0, 10552.0, 10544.0, 10657.0, 10548.0, 10511.0, 10556.0, 10577.0, 10626.0, 10544.0, 10499.0, 10536.0, 10549.0, 10583.0, 10565.0, 10575.0, 10558.0, 10539.0, 10590.0, 10567.0, 10634.0, 10559.0, 10497.0, 10531.0, 10548.0, 10559.0, 10562.0, 10597.0, 10557.0, 10566.0, 10548.0, 10541.0, 10516.0, 10532.0, 10536.0, 10596.0, 10562.0, 10594.0, 10543.0, 10537.0, 10528.0, 10562.0, 10619.0, 10562.0, 10513.0, 10546.0, 10536.0, 10591.0, 10569.0, 10649.0, 10634.0, 10542.0, 10530.0, 10513.0, 10541.0, 10536.0, 10526.0, 10630.0, 10540.0, 10614.0, 10521.0, 10487.0, 10556.0, 10545.0, 10533.0, 10552.0, 10540.0, 10550.0, 10550.0, 10544.0, 10578.0, 10542.0, 10570.0, 10594.0, 10538.0, 10630.0, 10601.0, 10580.0, 10614.0, 10539.0, 10549.0, 10560.0, 10521.0, 10614.0, 10529.0, 10518.0, 10611.0, 10530.0, 10523.0, 10524.0, 10523.0, 10560.0, 10525.0, 10473.0, 10524.0, 10533.0, 10573.0, 10548.0, 10561.0, 10565.0, 10562.0, 10536.0, 10518.0, 10470.0, 10556.0, 10566.0, 10573.0, 10577.0, 10516.0, 10560.0, 10534.0, 10574.0, 10552.0, 10600.0, 10588.0, 10548.0, 10549.0, 10542.0, 10520.0, 10571.0, 10616.0, 10625.0, 10573.0, 10544.0, 10553.0, 10544.0, 10606.0, 10560.0, 10647.0, 10568.0, 10551.0, 10613.0, 10561.0, 10581.0, 10651.0, 10555.0, 10595.0, 10558.0, 10531.0, 10640.0, 10536.0, 10539.0, 10514.0, 10547.0, 10596.0, 10560.0, 10616.0, 10533.0, 10503.0, 10547.0, 10556.0, 10604.0, 10541.0, 10503.0, 10556.0, 10559.0, 10651.0, 10562.0, 10515.0, 10550.0, 10527.0, 10551.0, 10551.0, 10545.0, 10587.0, 10533.0, 10539.0, 10535.0, 10490.0, 10623.0, 10523.0, 10536.0, 10527.0, 10509.0, 10535.0, 10538.0, 10542.0, 10515.0, 10483.0, 10519.0, 10573.0, 10573.0, 10520.0, 10476.0, 10514.0, 10540.0, 10518.0, 10521.0, 10519.0, 10582.0, 10552.0, 10610.0, 10526.0, 10496.0, 10537.0, 10536.0, 10530.0, 10536.0, 10514.0, 10556.0, 10549.0, 10548.0, 10540.0, 10490.0, 10584.0, 10548.0, 10608.0, 10538.0, 10508.0, 10536.0, 10538.0, 10639.0, 10567.0, 10589.0, 10646.0, 10575.0, 10617.0, 10528.0, 10523.0, 10529.0, 10515.0, 10515.0, 10527.0, 10537.0, 10568.0, 10539.0, 10522.0, 10535.0, 10546.0, 10621.0, 10548.0, 10596.0, 10537.0, 10522.0, 10593.0, 10532.0, 10600.0, 10603.0, 10532.0, 10553.0, 10515.0, 10483.0, 10505.0, 10522.0, 10526.0, 10555.0, 10574.0, 10555.0, 10504.0, 10530.0, 10516.0, 10497.0, 10525.0, 10502.0, 10554.0, 10566.0, 10604.0, 10560.0, 10559.0, 10556.0, 10544.0, 10554.0, 10560.0, 10516.0, 10570.0, 10544.0, 10514.0, 10548.0, 10542.0, 10587.0, 10551.0, 10532.0, 10552.0, 10525.0, 10572.0, 10558.0, 10526.0, 10584.0, 10588.0, 10654.0, 10623.0, 10605.0, 10647.0, 10616.0, 10567.0, 10593.0, 10546.0, 10625.0, 10685.0, 10577.0, 10568.0, 10515.0, 10511.0, 10510.0, 10521.0, 10563.0, 10554.0, 10529.0, 10523.0, 10541.0, 10573.0, 10558.0, 10528.0, 10529.0, 10521.0, 10531.0, 10533.0, 10533.0, 10555.0, 10565.0, 10607.0, 10543.0, 10529.0, 10540.0, 10535.0, 10547.0, 10552.0, 10532.0, 10598.0, 10548.0, 10552.0, 10559.0, 10502.0, 10548.0, 10531.0, 10607.0, 10543.0, 10510.0, 10536.0, 10533.0, 10588.0, 10573.0, 10525.0, 10562.0, 10544.0, 10551.0, 10568.0, 10552.0, 10586.0, 10550.0, 10570.0, 10558.0, 10515.0, 10575.0, 10581.0, 10646.0, 10571.0, 10578.0, 10577.0, 10543.0, 10580.0, 10515.0, 10583.0, 10572.0, 10594.0, 10594.0, 10518.0, 10577.0, 10573.0, 10554.0, 10540.0, 10527.0, 10513.0, 10551.0, 10507.0, 10604.0, 10566.0, 10654.0, 10553.0, 10494.0, 10526.0, 10502.0, 10516.0, 10557.0, 10551.0, 10569.0, 10559.0, 10543.0, 10581.0, 10552.0, 10572.0, 10581.0, 10566.0, 10632.0, 10587.0, 10581.0, 10626.0, 10596.0, 10634.0, 10591.0, 10535.0, 10561.0, 10523.0, 10564.0, 10525.0, 10520.0, 10522.0, 10514.0, 10585.0, 10538.0, 10553.0, 10533.0, 10524.0, 10514.0, 10515.0, 10504.0, 10531.0, 10533.0, 10572.0, 10530.0, 10498.0, 10570.0, 10565.0, 10593.0, 10557.0, 10545.0, 10561.0, 10547.0, 10569.0, 10577.0, 10581.0, 10606.0, 10582.0, 10589.0, 10555.0, 10601.0, 10580.0, 10613.0, 10672.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.0008753164556962026</td></tr>
<tr><td colspan=3>aqi</td><td>0.021159135673187574</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.87366091798391</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1881875418894006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018958530921658</td></tr>
<tr><td colspan=3>efc</td><td>0.5406</td></tr>
<tr><td colspan=3>fber</td><td>2582.2314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12420649112980844</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.110471806674337</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4210346821272832</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328859580839297</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6433482097049406</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2908962558376125</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124395</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007377696689218283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06634806841611862</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.391372015828472</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8629</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>86.9463</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.4456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>81.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>513.957</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1749</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.6835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4008.9381</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.5645</td></tr>
<tr><td colspan=3>tsnr</td><td>38.05154332425445</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>