<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-04/func/sub-0035_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>68a0b18b9bf345ea02b129f18846f9ce</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>11:42:41.440000</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.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.0886593</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>[4158, -7743, -7276, 651, -48, -146, 95, 79]</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>246.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>61c96e09-04fb-4425-8fb4-37f9c89f2d95||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.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['114241.440000', '114241.900000', '114242.360000', '114242.820000', '114243.280000', '114243.740000', '114244.200000', '114244.660000', '114245.120000', '114245.580000', '114246.040000', '114246.500000', '114246.960000', '114247.420000', '114247.880000', '114248.340000', '114248.800000', '114249.260000', '114249.720000', '114250.180000', '114250.640000', '114251.100000', '114251.560000', '114252.020000', '114252.480000', '114252.940000', '114253.400000', '114253.860000', '114254.320000', '114254.780000', '114255.240000', '114255.700000', '114256.160000', '114256.620000', '114257.080000', '114257.540000', '114258.000000', '114258.460000', '114258.920000', '114259.380000', '114259.840000', '114300.300000', '114300.760000', '114301.220000', '114301.680000', '114302.140000', '114302.600000', '114303.060000', '114303.520000', '114303.980000', '114304.440000', '114304.900000', '114305.360000', '114305.820000', '114306.280000', '114306.740000', '114307.200000', '114307.660000', '114308.120000', '114308.580000', '114309.040000', '114309.500000', '114309.960000', '114310.420000', '114310.880000', '114311.340000', '114311.800000', '114312.260000', '114312.720000', '114313.180000', '114313.640000', '114314.100000', '114314.560000', '114315.020000', '114315.480000', '114315.940000', '114316.400000', '114316.860000', '114317.320000', '114317.780000', '114318.240000', '114318.700000', '114319.160000', '114319.620000', '114320.080000', '114320.540000', '114321.000000', '114321.460000', '114321.920000', '114322.380000', '114322.840000', '114323.300000', '114323.760000', '114324.220000', '114324.680000', '114325.140000', '114325.600000', '114326.060000', '114326.520000', '114326.980000', '114327.440000', '114327.900000', '114328.360000', '114328.820000', '114329.280000', '114329.740000', '114330.200000', '114330.660000', '114331.120000', '114331.580000', '114332.040000', '114332.500000', '114332.960000', '114333.420000', '114333.880000', '114334.340000', '114334.800000', '114335.260000', '114335.720000', '114336.180000', '114336.640000', '114337.100000', '114337.560000', '114338.020000', '114338.480000', '114338.940000', '114339.400000', '114339.860000', '114340.320000', '114340.780000', '114341.240000', '114341.700000', '114342.160000', '114342.620000', '114343.080000', '114343.540000', '114344.000000', '114344.460000', '114344.920000', '114345.380000', '114345.840000', '114346.300000', '114346.760000', '114347.220000', '114347.680000', '114348.140000', '114348.600000', '114349.060000', '114349.520000', '114349.980000', '114350.440000', '114350.900000', '114351.360000', '114351.820000', '114352.280000', '114352.740000', '114353.200000', '114353.660000', '114354.120000', '114354.580000', '114355.040000', '114355.500000', '114355.960000', '114356.420000', '114356.880000', '114357.340000', '114357.800000', '114358.260000', '114358.720000', '114359.180000', '114359.640000', '114400.100000', '114400.560000', '114401.020000', '114401.480000', '114401.940000', '114402.400000', '114402.860000', '114403.320000', '114403.780000', '114404.240000', '114404.700000', '114405.160000', '114405.620000', '114406.080000', '114406.540000', '114407.000000', '114407.460000', '114407.920000', '114408.380000', '114408.840000', '114409.300000', '114409.760000', '114410.220000', '114410.680000', '114411.140000', '114411.600000', '114412.060000', '114412.520000', '114412.980000', '114413.440000', '114413.900000', '114414.360000', '114414.820000', '114415.280000', '114415.740000', '114416.200000', '114416.660000', '114417.120000', '114417.580000', '114418.040000', '114418.500000', '114418.960000', '114419.420000', '114419.880000', '114420.340000', '114420.800000', '114421.260000', '114421.720000', '114422.180000', '114422.640000', '114423.100000', '114423.560000', '114424.020000', '114424.480000', '114424.940000', '114425.400000', '114425.860000', '114426.320000', '114426.780000', '114427.240000', '114427.700000', '114428.160000', '114428.620000', '114429.080000', '114429.540000', '114430.000000', '114430.460000', '114430.920000', '114431.380000', '114431.840000', '114432.300000', '114432.760000', '114433.220000', '114433.680000', '114434.140000', '114434.600000', '114435.060000', '114435.520000', '114435.980000', '114436.440000', '114436.900000', '114437.360000', '114437.820000', '114438.280000', '114438.740000', '114439.200000', '114439.660000', '114440.120000', '114440.580000', '114441.040000', '114441.500000', '114441.960000', '114442.420000', '114442.880000', '114443.340000', '114443.800000', '114444.260000', '114444.720000', '114445.180000', '114445.640000', '114446.100000', '114446.560000', '114447.020000', '114447.480000', '114447.940000', '114448.400000', '114448.860000', '114449.320000', '114449.780000', '114450.240000', '114450.700000', '114451.160000', '114451.620000', '114452.080000', '114452.540000', '114453.000000', '114453.460000', '114453.920000', '114454.380000', '114454.840000', '114455.300000', '114455.760000', '114456.220000', '114456.680000', '114457.140000', '114457.600000', '114458.060000', '114458.520000', '114458.980000', '114459.440000', '114459.900000', '114500.360000', '114500.820000', '114501.280000', '114501.740000', '114502.200000', '114502.660000', '114503.120000', '114503.580000', '114504.040000', '114504.500000', '114504.960000', '114505.420000', '114505.880000', '114506.340000', '114506.800000', '114507.260000', '114507.720000', '114508.180000', '114508.640000', '114509.100000', '114509.560000', '114510.020000', '114510.480000', '114510.940000', '114511.400000', '114511.860000', '114512.320000', '114512.780000', '114513.240000', '114513.700000', '114514.160000', '114514.620000', '114515.080000', '114515.540000', '114516.000000', '114516.460000', '114516.920000', '114517.380000', '114517.840000', '114518.300000', '114518.760000', '114519.220000', '114519.680000', '114520.140000', '114520.600000', '114521.060000', '114521.520000', '114521.980000', '114522.440000', '114522.900000', '114523.360000', '114523.820000', '114524.280000', '114524.740000', '114525.200000', '114525.660000', '114526.120000', '114526.580000', '114527.040000', '114527.500000', '114527.960000', '114528.420000', '114528.880000', '114529.340000', '114529.800000', '114530.260000', '114530.720000', '114531.180000', '114531.640000', '114532.100000', '114532.560000', '114533.020000', '114533.480000', '114533.940000', '114534.400000', '114534.860000', '114535.320000', '114535.780000', '114536.240000', '114536.700000', '114537.160000', '114537.620000', '114538.080000', '114538.540000', '114539.000000', '114539.460000', '114539.920000', '114540.380000', '114540.840000', '114541.300000', '114541.760000', '114542.220000', '114542.680000', '114543.140000', '114543.600000', '114544.060000', '114544.520000', '114544.980000', '114545.440000', '114545.900000', '114546.360000', '114546.820000', '114547.280000', '114547.740000', '114548.200000', '114548.660000', '114549.120000', '114549.580000', '114550.040000', '114550.500000', '114550.960000', '114551.420000', '114551.880000', '114552.340000', '114552.800000', '114553.260000', '114553.720000', '114554.180000', '114554.640000', '114555.100000', '114555.560000', '114556.020000', '114556.480000', '114556.940000', '114557.400000', '114557.860000', '114558.320000', '114558.780000', '114559.240000', '114559.700000', '114600.160000', '114600.620000', '114601.080000', '114601.540000', '114602.000000', '114602.460000', '114602.920000', '114603.380000', '114603.840000', '114604.300000', '114604.760000', '114605.220000', '114605.680000', '114606.140000', '114606.600000', '114607.060000', '114607.520000', '114607.980000', '114608.440000', '114608.900000', '114609.360000', '114609.820000', '114610.280000', '114610.740000', '114611.200000', '114611.660000', '114612.120000', '114612.580000', '114613.040000', '114613.500000', '114613.960000', '114614.420000', '114614.880000', '114615.340000', '114615.800000', '114616.260000', '114616.720000', '114617.180000', '114617.640000', '114618.100000', '114618.560000', '114619.020000', '114619.480000', '114619.940000', '114620.400000', '114620.860000', '114621.320000', '114621.780000', '114622.240000', '114622.700000', '114623.160000', '114623.620000', '114624.080000', '114624.540000', '114625.000000', '114625.460000', '114625.920000', '114626.380000', '114626.840000', '114627.300000', '114627.760000', '114628.220000', '114628.680000', '114629.140000', '114629.600000', '114630.060000', '114630.520000', '114630.980000', '114631.440000', '114631.900000', '114632.360000', '114632.820000', '114633.280000', '114633.740000', '114634.200000', '114634.660000', '114635.120000', '114635.580000', '114636.040000', '114636.500000', '114636.960000', '114637.420000', '114637.880000', '114638.340000', '114638.800000', '114639.260000', '114639.720000', '114640.180000', '114640.640000', '114641.100000', '114641.560000', '114642.020000', '114642.480000', '114642.940000', '114643.400000', '114643.860000', '114644.320000', '114644.780000', '114645.240000', '114645.700000', '114646.160000', '114646.620000', '114647.080000', '114647.540000', '114648.000000', '114648.460000', '114648.920000', '114649.380000', '114649.840000', '114650.300000', '114650.760000', '114651.220000', '114651.680000', '114652.140000', '114652.600000', '114653.060000', '114653.520000', '114653.980000', '114654.440000', '114654.900000', '114655.360000', '114655.820000', '114656.280000', '114656.740000', '114657.200000', '114657.660000', '114658.120000', '114658.580000', '114659.040000', '114659.500000', '114659.960000', '114700.420000', '114700.880000', '114701.340000', '114701.800000', '114702.260000', '114702.720000', '114703.180000', '114703.640000', '114704.100000', '114704.560000', '114705.020000', '114705.480000', '114705.940000', '114706.400000', '114706.860000', '114707.320000', '114707.780000', '114708.240000', '114708.700000', '114709.160000', '114709.620000', '114710.080000', '114710.540000', '114711.000000', '114711.460000', '114711.920000', '114712.380000', '114712.840000', '114713.300000', '114713.760000', '114714.220000', '114714.680000', '114715.140000', '114715.600000', '114716.060000', '114716.520000', '114716.980000', '114717.440000', '114717.900000', '114718.360000', '114718.820000', '114719.280000', '114719.740000', '114720.200000', '114720.660000', '114721.120000', '114721.580000', '114722.040000', '114722.500000', '114722.960000', '114723.420000', '114723.880000', '114724.340000', '114724.800000', '114725.260000', '114725.720000', '114726.180000', '114726.640000', '114727.100000', '114727.560000', '114728.020000', '114728.480000', '114728.940000', '114729.400000', '114729.860000', '114730.320000', '114730.780000', '114731.240000', '114731.700000', '114732.160000', '114732.620000', '114733.080000', '114733.540000', '114734.000000', '114734.460000', '114734.920000', '114735.380000', '114735.840000', '114736.300000', '114736.760000', '114737.220000', '114737.680000', '114738.140000', '114738.600000', '114739.060000', '114739.520000', '114739.980000', '114740.440000', '114740.900000', '114741.360000', '114741.820000', '114742.280000', '114742.740000', '114743.200000', '114743.660000', '114744.120000', '114744.580000', '114745.040000', '114745.500000', '114745.960000', '114746.420000', '114746.880000', '114747.340000', '114747.800000', '114748.260000', '114748.720000', '114749.180000', '114749.640000', '114750.100000', '114750.560000', '114751.020000', '114751.480000', '114751.940000', '114752.400000', '114752.860000', '114753.320000', '114753.780000', '114754.240000', '114754.700000', '114755.160000', '114755.620000', '114756.080000', '114756.540000', '114757.000000', '114757.460000', '114757.920000', '114758.380000', '114758.840000', '114759.300000', '114759.760000', '114800.220000', '114800.680000', '114801.140000', '114801.600000', '114802.060000', '114802.520000', '114802.980000', '114803.440000', '114803.900000', '114804.360000', '114804.820000', '114805.280000', '114805.740000', '114806.200000', '114806.660000', '114807.120000', '114807.580000', '114808.040000', '114808.500000', '114808.960000', '114809.420000', '114809.880000', '114810.340000', '114810.800000', '114811.260000', '114811.720000', '114812.180000', '114812.640000', '114813.100000', '114813.560000', '114814.020000', '114814.480000', '114814.940000', '114815.400000', '114815.860000', '114816.320000', '114816.780000', '114817.240000', '114817.700000', '114818.160000', '114818.620000', '114819.080000', '114819.540000', '114820.000000', '114820.460000', '114820.920000', '114821.380000', '114821.840000', '114822.300000', '114822.760000', '114823.220000', '114823.680000', '114824.140000', '114824.600000', '114825.060000', '114825.520000', '114825.980000', '114826.440000', '114826.900000', '114827.360000', '114827.820000', '114828.280000', '114828.740000', '114829.200000', '114829.660000', '114830.120000', '114830.580000', '114831.040000', '114831.500000', '114831.960000', '114832.420000', '114832.880000', '114833.340000', '114833.800000', '114834.260000', '114834.720000', '114835.180000', '114835.640000', '114836.100000', '114836.560000', '114837.020000', '114837.480000', '114837.940000', '114838.400000', '114838.860000', '114839.320000', '114839.780000', '114840.240000', '114840.700000', '114841.160000', '114841.620000', '114842.080000', '114842.540000', '114843.000000', '114843.460000', '114843.920000', '114844.380000', '114844.840000', '114845.300000', '114845.760000', '114846.220000', '114846.680000', '114847.140000', '114847.600000', '114848.060000', '114848.520000', '114848.980000', '114849.440000', '114849.900000', '114850.360000', '114850.820000', '114851.280000', '114851.740000', '114852.200000', '114852.660000', '114853.120000', '114853.580000', '114854.040000', '114854.500000', '114854.960000', '114855.420000', '114855.880000', '114856.340000', '114856.800000', '114857.260000', '114857.720000', '114858.180000', '114858.640000', '114859.100000', '114859.560000', '114900.020000', '114900.480000', '114900.940000', '114901.400000', '114901.860000', '114902.320000', '114902.780000', '114903.240000', '114903.700000', '114904.160000', '114904.620000', '114905.080000', '114905.540000', '114906.000000', '114906.460000', '114906.920000', '114907.380000', '114907.840000', '114908.300000', '114908.760000', '114909.220000', '114909.680000', '114910.140000', '114910.600000', '114911.060000', '114911.520000', '114911.980000', '114912.440000', '114912.900000', '114913.360000', '114913.820000', '114914.280000', '114914.740000', '114915.200000', '114915.660000', '114916.120000', '114916.580000', '114917.040000', '114917.500000', '114917.960000', '114918.420000', '114918.880000', '114919.340000', '114919.800000', '114920.260000', '114920.720000', '114921.180000', '114921.640000', '114922.100000'], 'ContentTime': ['114252.804000', '114252.821000', '114252.830000', '114252.833000', '114252.836000', '114252.839000', '114252.841000', '114252.844000', '114252.853000', '114252.856000', '114252.858000', '114252.861000', '114252.863000', '114252.866000', '114252.869000', '114252.878000', '114252.881000', '114252.883000', '114252.886000', '114252.888000', '114252.891000', '114312.773000', '114312.776000', '114312.779000', '114312.781000', '114312.784000', '114312.786000', '114312.789000', '114312.792000', '114312.794000', '114312.797000', '114312.800000', '114312.802000', '114312.805000', '114312.808000', '114312.810000', '114312.813000', '114312.815000', '114312.818000', '114312.821000', '114312.823000', '114312.826000', '114312.828000', '114312.831000', '114312.834000', '114312.843000', '114312.846000', '114312.848000', '114312.851000', '114312.853000', '114312.856000', '114312.859000', '114312.861000', '114312.864000', '114312.867000', '114312.873000', '114312.875000', '114312.878000', '114312.880000', '114312.883000', '114312.886000', '114312.888000', '114312.891000', '114312.893000', '114312.896000', '114332.774000', '114332.776000', '114332.779000', '114332.782000', '114332.784000', '114332.787000', '114332.790000', '114332.792000', '114332.795000', '114332.797000', '114332.800000', '114332.803000', '114332.805000', '114332.808000', '114332.810000', '114332.813000', '114332.816000', '114332.819000', '114332.822000', '114332.825000', '114332.827000', '114332.830000', '114332.833000', '114332.835000', '114332.838000', '114332.840000', '114332.843000', '114332.845000', '114332.848000', '114332.851000', '114332.853000', '114332.856000', '114332.859000', '114332.861000', '114332.864000', '114332.866000', '114332.869000', '114332.872000', '114332.874000', '114332.877000', '114332.879000', '114332.882000', '114332.885000', '114352.773000', '114352.776000', '114352.779000', '114352.781000', '114352.785000', '114352.788000', '114352.790000', '114352.793000', '114352.796000', '114352.798000', '114352.801000', '114352.804000', '114352.806000', '114352.809000', '114352.812000', '114352.814000', '114352.817000', '114352.819000', '114352.822000', '114352.825000', '114352.827000', '114352.830000', '114352.832000', '114352.835000', '114352.838000', '114352.840000', '114352.843000', '114352.845000', '114352.848000', '114352.850000', '114352.853000', '114352.856000', '114352.858000', '114352.861000', '114352.864000', '114352.866000', '114352.869000', '114352.871000', '114352.874000', '114352.876000', '114352.879000', '114352.882000', '114352.884000', '114352.887000', '114412.773000', '114412.775000', '114412.778000', '114412.781000', '114412.783000', '114412.786000', '114412.789000', '114412.791000', '114412.794000', '114412.796000', '114412.799000', '114412.835000', '114412.837000', '114412.840000', '114412.842000', '114412.845000', '114412.848000', '114412.850000', '114412.853000', '114412.855000', '114412.858000', '114412.861000', '114412.863000', '114412.866000', '114412.868000', '114412.871000', '114412.874000', '114412.876000', '114412.879000', '114412.882000', '114412.884000', '114412.887000', '114412.889000', '114412.892000', '114412.895000', '114412.897000', '114412.900000', '114412.903000', '114412.906000', '114412.909000', '114412.912000', '114412.915000', '114412.918000', '114432.772000', '114432.775000', '114432.778000', '114432.781000', '114432.784000', '114432.786000', '114432.789000', '114432.792000', '114432.794000', '114432.797000', '114432.833000', '114432.836000', '114432.839000', '114432.841000', '114432.844000', '114432.847000', '114432.876000', '114432.878000', '114432.881000', '114432.884000', '114432.886000', '114432.889000', '114432.891000', '114432.894000', '114432.897000', '114432.899000', '114432.902000', '114432.905000', '114432.907000', '114432.910000', '114432.912000', '114432.915000', '114432.918000', '114432.920000', '114432.923000', '114432.926000', '114432.928000', '114432.931000', '114432.933000', '114432.936000', '114432.939000', '114432.941000', '114432.944000', '114432.947000', '114452.772000', '114452.776000', '114452.778000', '114452.781000', '114452.784000', '114452.787000', '114452.789000', '114452.792000', '114452.794000', '114452.797000', '114452.800000', '114452.802000', '114452.805000', '114452.808000', '114452.810000', '114452.813000', '114452.816000', '114452.818000', '114452.821000', '114452.823000', '114452.826000', '114452.829000', '114452.831000', '114452.834000', '114452.836000', '114452.839000', '114452.842000', '114452.844000', '114452.847000', '114452.850000', '114452.852000', '114452.855000', '114452.857000', '114452.860000', '114452.863000', '114452.865000', '114452.868000', '114452.871000', '114452.873000', '114452.876000', '114452.879000', '114452.881000', '114452.884000', '114512.774000', '114512.777000', '114512.780000', '114512.782000', '114512.785000', '114512.788000', '114512.790000', '114512.793000', '114512.796000', '114512.798000', '114512.831000', '114512.834000', '114512.837000', '114512.839000', '114512.842000', '114512.845000', '114512.847000', '114512.850000', '114512.852000', '114512.855000', '114512.857000', '114512.860000', '114512.863000', '114512.865000', '114512.868000', '114512.870000', '114512.873000', '114512.876000', '114512.878000', '114512.881000', '114512.884000', '114512.886000', '114512.889000', '114512.891000', '114512.894000', '114512.897000', '114512.899000', '114512.902000', '114512.905000', '114512.907000', '114512.910000', '114512.912000', '114512.915000', '114512.918000', '114532.773000', '114532.776000', '114532.779000', '114532.781000', '114532.784000', '114532.787000', '114532.789000', '114532.792000', '114532.795000', '114532.797000', '114532.800000', '114532.802000', '114532.805000', '114532.808000', '114532.810000', '114532.813000', '114532.816000', '114532.818000', '114532.821000', '114532.823000', '114532.826000', '114532.829000', '114532.831000', '114532.834000', '114532.837000', '114532.839000', '114532.842000', '114532.845000', '114532.847000', '114532.850000', '114532.852000', '114532.855000', '114532.858000', '114532.860000', '114532.863000', '114532.865000', '114532.868000', '114532.871000', '114532.874000', '114532.876000', '114532.879000', '114532.881000', '114532.884000', '114552.773000', '114552.777000', '114552.779000', '114552.782000', '114552.784000', '114552.787000', '114552.790000', '114552.792000', '114552.795000', '114552.798000', '114552.838000', '114552.840000', '114552.843000', '114552.846000', '114552.848000', '114552.851000', '114552.853000', '114552.856000', '114552.859000', '114552.861000', '114552.864000', '114552.867000', '114552.869000', '114552.872000', '114552.874000', '114552.877000', '114552.880000', '114552.882000', '114552.885000', '114552.888000', '114552.890000', '114552.893000', '114552.895000', '114552.898000', '114552.901000', '114552.903000', '114552.906000', '114552.909000', '114552.911000', '114552.914000', '114552.916000', '114552.929000', '114552.932000', '114552.935000', '114612.773000', '114612.776000', '114612.779000', '114612.782000', '114612.784000', '114612.787000', '114612.789000', '114612.792000', '114612.794000', '114612.797000', '114612.800000', '114612.803000', '114612.805000', '114612.808000', '114612.811000', '114612.813000', '114612.816000', '114612.818000', '114612.821000', '114612.824000', '114612.826000', '114612.829000', '114612.832000', '114612.834000', '114612.837000', '114612.839000', '114612.842000', '114612.845000', '114612.851000', '114612.854000', '114612.856000', '114612.859000', '114612.862000', '114612.864000', '114612.867000', '114612.870000', '114612.872000', '114612.875000', '114612.877000', '114612.880000', '114612.883000', '114612.885000', '114612.888000', '114632.773000', '114632.775000', '114632.778000', '114632.781000', '114632.783000', '114632.786000', '114632.788000', '114632.791000', '114632.794000', '114632.796000', '114632.799000', '114632.825000', '114632.827000', '114632.830000', '114632.833000', '114632.835000', '114632.838000', '114632.841000', '114632.843000', '114632.846000', '114632.848000', '114632.851000', '114632.854000', '114632.856000', '114632.859000', '114632.862000', '114632.864000', '114632.867000', '114632.870000', '114632.872000', '114632.875000', '114632.878000', '114632.880000', '114632.883000', '114632.885000', '114632.888000', '114632.891000', '114632.893000', '114632.896000', '114632.899000', '114632.901000', '114632.904000', '114632.906000', '114632.909000', '114652.772000', '114652.775000', '114652.778000', '114652.781000', '114652.783000', '114652.786000', '114652.789000', '114652.791000', '114652.794000', '114652.796000', '114652.799000', '114652.830000', '114652.833000', '114652.835000', '114652.838000', '114652.840000', '114652.843000', '114652.846000', '114652.848000', '114652.851000', '114652.853000', '114652.856000', '114652.859000', '114652.861000', '114652.864000', '114652.867000', '114652.869000', '114652.872000', '114652.875000', '114652.877000', '114652.880000', '114652.882000', '114652.885000', '114652.888000', '114652.890000', '114652.893000', '114652.896000', '114652.898000', '114652.901000', '114652.904000', '114652.906000', '114652.909000', '114652.912000', '114712.772000', '114712.775000', '114712.778000', '114712.780000', '114712.783000', '114712.786000', '114712.788000', '114712.791000', '114712.794000', '114712.796000', '114712.799000', '114712.840000', '114712.843000', '114712.845000', '114712.848000', '114712.851000', '114712.853000', '114712.856000', '114712.858000', '114712.861000', '114712.864000', '114712.866000', '114712.869000', '114712.872000', '114712.874000', '114712.877000', '114712.879000', '114712.882000', '114712.885000', '114712.887000', '114712.890000', '114712.892000', '114712.895000', '114712.898000', '114712.900000', '114712.903000', '114712.905000', '114712.908000', '114712.911000', '114712.913000', '114712.916000', '114712.919000', '114712.921000', '114712.924000', '114732.774000', '114732.776000', '114732.779000', '114732.781000', '114732.785000', '114732.788000', '114732.790000', '114732.793000', '114732.813000', '114732.830000', '114732.833000', '114732.835000', '114732.838000', '114732.841000', '114732.843000', '114732.846000', '114732.849000', '114732.851000', '114732.854000', '114732.857000', '114732.859000', '114732.862000', '114732.865000', '114732.867000', '114732.870000', '114732.872000', '114732.875000', '114732.878000', '114732.880000', '114732.883000', '114732.886000', '114732.888000', '114732.891000', '114732.894000', '114732.896000', '114732.899000', '114732.902000', '114732.904000', '114732.907000', '114732.909000', '114732.912000', '114732.915000', '114732.917000', '114752.773000', '114752.776000', '114752.779000', '114752.781000', '114752.784000', '114752.787000', '114752.790000', '114752.793000', '114752.795000', '114752.798000', '114752.852000', '114752.855000', '114752.857000', '114752.860000', '114752.863000', '114752.865000', '114752.868000', '114752.871000', '114752.873000', '114752.876000', '114752.879000', '114752.881000', '114752.884000', '114752.887000', '114752.889000', '114752.892000', '114752.894000', '114752.897000', '114752.900000', '114752.902000', '114752.905000', '114752.908000', '114752.910000', '114752.913000', '114752.915000', '114752.918000', '114752.921000', '114752.923000', '114752.926000', '114752.929000', '114752.931000', '114752.934000', '114752.936000', '114752.939000', '114812.774000', '114812.776000', '114812.779000', '114812.782000', '114812.784000', '114812.787000', '114812.789000', '114812.792000', '114812.795000', '114812.797000', '114812.836000', '114812.839000', '114812.842000', '114812.844000', '114812.847000', '114812.849000', '114812.852000', '114812.855000', '114812.857000', '114812.860000', '114812.863000', '114812.866000', '114812.868000', '114812.871000', '114812.874000', '114812.876000', '114812.879000', '114812.882000', '114812.884000', '114812.887000', '114812.890000', '114812.892000', '114812.895000', '114812.903000', '114812.905000', '114812.908000', '114812.910000', '114812.913000', '114812.916000', '114812.918000', '114812.921000', '114812.923000', '114812.926000', '114832.774000', '114832.776000', '114832.779000', '114832.782000', '114832.784000', '114832.787000', '114832.790000', '114832.792000', '114832.795000', '114832.797000', '114832.879000', '114832.882000', '114832.885000', '114832.887000', '114832.890000', '114832.892000', '114832.895000', '114832.898000', '114832.900000', '114832.903000', '114832.905000', '114832.908000', '114832.911000', '114832.913000', '114832.916000', '114832.918000', '114832.921000', '114832.923000', '114832.926000', '114832.929000', '114832.931000', '114832.934000', '114832.936000', '114832.939000', '114832.942000', '114832.944000', '114832.947000', '114832.950000', '114832.952000', '114832.956000', '114832.959000', '114832.961000', '114832.964000', '114832.966000', '114852.772000', '114852.775000', '114852.778000', '114852.780000', '114852.783000', '114852.786000', '114852.788000', '114852.791000', '114852.793000', '114852.796000', '114852.799000', '114852.823000', '114852.826000', '114852.828000', '114852.831000', '114852.833000', '114852.836000', '114852.839000', '114852.841000', '114852.844000', '114852.847000', '114852.849000', '114852.852000', '114852.854000', '114852.857000', '114852.859000', '114852.862000', '114852.864000', '114852.867000', '114852.870000', '114852.872000', '114852.875000', '114852.877000', '114852.885000', '114852.887000', '114852.890000', '114852.892000', '114852.895000', '114852.898000', '114852.900000', '114852.903000', '114852.906000', '114852.908000', '114912.773000', '114912.775000', '114912.778000', '114912.781000', '114912.783000', '114912.786000', '114912.788000', '114912.791000', '114912.794000', '114912.796000', '114912.799000', '114912.860000', '114912.863000', '114912.865000', '114912.868000', '114912.871000', '114912.873000', '114912.876000', '114912.878000', '114912.881000', '114912.884000', '114912.886000', '114912.889000', '114912.892000', '114912.894000', '114912.897000', '114912.900000', '114912.902000', '114912.905000', '114912.908000', '114912.910000', '114912.913000', '114912.915000', '114912.918000', '114912.921000', '114912.923000', '114912.926000', '114912.928000', '114912.931000', '114912.934000', '114912.936000', '114912.939000', '114912.941000', '114923.830000', '114923.833000', '114923.836000', '114923.838000', '114923.841000', '114923.844000', '114923.846000', '114923.849000', '114923.852000', '114923.854000', '114923.857000', '114923.860000', '114923.862000', '114923.865000', '114923.868000', '114923.870000', '114923.873000', '114923.875000', '114923.878000', '114923.881000', '114923.883000', '114923.886000', '114923.888000', '114923.891000', '114923.894000'], 'InstanceCreationTime': ['114252.804000', '114252.821000', '114252.830000', '114252.833000', '114252.836000', '114252.839000', '114252.841000', '114252.844000', '114252.853000', '114252.856000', '114252.858000', '114252.861000', '114252.863000', '114252.866000', '114252.869000', '114252.878000', '114252.881000', '114252.883000', '114252.886000', '114252.888000', '114252.891000', '114312.773000', '114312.776000', '114312.779000', '114312.781000', '114312.784000', '114312.786000', '114312.789000', '114312.792000', '114312.794000', '114312.797000', '114312.800000', '114312.802000', '114312.805000', '114312.808000', '114312.810000', '114312.813000', '114312.815000', '114312.818000', '114312.821000', '114312.823000', '114312.826000', '114312.828000', '114312.831000', '114312.834000', '114312.843000', '114312.846000', '114312.848000', '114312.851000', '114312.853000', '114312.856000', '114312.859000', '114312.861000', '114312.864000', '114312.867000', '114312.873000', '114312.875000', '114312.878000', '114312.880000', '114312.883000', '114312.886000', '114312.888000', '114312.891000', '114312.893000', '114312.896000', '114332.774000', '114332.776000', '114332.779000', '114332.782000', '114332.784000', '114332.787000', '114332.790000', '114332.792000', '114332.795000', '114332.797000', '114332.800000', '114332.803000', '114332.805000', '114332.808000', '114332.810000', '114332.813000', '114332.816000', '114332.819000', '114332.822000', '114332.825000', '114332.827000', '114332.830000', '114332.833000', '114332.835000', '114332.838000', '114332.840000', '114332.843000', '114332.845000', '114332.848000', '114332.851000', '114332.853000', '114332.856000', '114332.859000', '114332.861000', '114332.864000', '114332.866000', '114332.869000', '114332.872000', '114332.874000', '114332.877000', '114332.879000', '114332.882000', '114332.885000', '114352.773000', '114352.776000', '114352.779000', '114352.781000', '114352.785000', '114352.788000', '114352.790000', '114352.793000', '114352.796000', '114352.798000', '114352.801000', '114352.804000', '114352.806000', '114352.809000', '114352.812000', '114352.814000', '114352.817000', '114352.819000', '114352.822000', '114352.825000', '114352.827000', '114352.830000', '114352.832000', '114352.835000', '114352.838000', '114352.840000', '114352.843000', '114352.845000', '114352.848000', '114352.850000', '114352.853000', '114352.856000', '114352.858000', '114352.861000', '114352.864000', '114352.866000', '114352.869000', '114352.871000', '114352.874000', '114352.876000', '114352.879000', '114352.882000', '114352.884000', '114352.887000', '114412.773000', '114412.775000', '114412.778000', '114412.781000', '114412.783000', '114412.786000', '114412.789000', '114412.791000', '114412.794000', '114412.796000', '114412.799000', '114412.835000', '114412.837000', '114412.840000', '114412.842000', '114412.845000', '114412.848000', '114412.850000', '114412.853000', '114412.855000', '114412.858000', '114412.861000', '114412.863000', '114412.866000', '114412.868000', '114412.871000', '114412.874000', '114412.876000', '114412.879000', '114412.882000', '114412.884000', '114412.887000', '114412.889000', '114412.892000', '114412.895000', '114412.897000', '114412.900000', '114412.903000', '114412.906000', '114412.909000', '114412.912000', '114412.915000', '114412.918000', '114432.772000', '114432.775000', '114432.778000', '114432.781000', '114432.784000', '114432.786000', '114432.789000', '114432.792000', '114432.794000', '114432.797000', '114432.833000', '114432.836000', '114432.839000', '114432.841000', '114432.844000', '114432.847000', '114432.876000', '114432.878000', '114432.881000', '114432.884000', '114432.886000', '114432.889000', '114432.891000', '114432.894000', '114432.897000', '114432.899000', '114432.902000', '114432.905000', '114432.907000', '114432.910000', '114432.912000', '114432.915000', '114432.918000', '114432.920000', '114432.923000', '114432.926000', '114432.928000', '114432.931000', '114432.933000', '114432.936000', '114432.939000', '114432.941000', '114432.944000', '114432.947000', '114452.772000', '114452.776000', '114452.778000', '114452.781000', '114452.784000', '114452.787000', '114452.789000', '114452.792000', '114452.794000', '114452.797000', '114452.800000', '114452.802000', '114452.805000', '114452.808000', '114452.810000', '114452.813000', '114452.816000', '114452.818000', '114452.821000', '114452.823000', '114452.826000', '114452.829000', '114452.831000', '114452.834000', '114452.836000', '114452.839000', '114452.842000', '114452.844000', '114452.847000', '114452.850000', '114452.852000', '114452.855000', '114452.857000', '114452.860000', '114452.863000', '114452.865000', '114452.868000', '114452.871000', '114452.873000', '114452.876000', '114452.879000', '114452.881000', '114452.884000', '114512.774000', '114512.777000', '114512.780000', '114512.782000', '114512.785000', '114512.788000', '114512.790000', '114512.793000', '114512.796000', '114512.798000', '114512.831000', '114512.834000', '114512.837000', '114512.839000', '114512.842000', '114512.845000', '114512.847000', '114512.850000', '114512.852000', '114512.855000', '114512.857000', '114512.860000', '114512.863000', '114512.865000', '114512.868000', '114512.870000', '114512.873000', '114512.876000', '114512.878000', '114512.881000', '114512.884000', '114512.886000', '114512.889000', '114512.891000', '114512.894000', '114512.897000', '114512.899000', '114512.902000', '114512.905000', '114512.907000', '114512.910000', '114512.912000', '114512.915000', '114512.918000', '114532.773000', '114532.776000', '114532.779000', '114532.781000', '114532.784000', '114532.787000', '114532.789000', '114532.792000', '114532.795000', '114532.797000', '114532.800000', '114532.802000', '114532.805000', '114532.808000', '114532.810000', '114532.813000', '114532.816000', '114532.818000', '114532.821000', '114532.823000', '114532.826000', '114532.829000', '114532.831000', '114532.834000', '114532.837000', '114532.839000', '114532.842000', '114532.845000', '114532.847000', '114532.850000', '114532.852000', '114532.855000', '114532.858000', '114532.860000', '114532.863000', '114532.865000', '114532.868000', '114532.871000', '114532.874000', '114532.876000', '114532.879000', '114532.881000', '114532.884000', '114552.773000', '114552.777000', '114552.779000', '114552.782000', '114552.784000', '114552.787000', '114552.790000', '114552.792000', '114552.795000', '114552.798000', '114552.838000', '114552.840000', '114552.843000', '114552.846000', '114552.848000', '114552.851000', '114552.853000', '114552.856000', '114552.859000', '114552.861000', '114552.864000', '114552.867000', '114552.869000', '114552.872000', '114552.874000', '114552.877000', '114552.880000', '114552.882000', '114552.885000', '114552.888000', '114552.890000', '114552.893000', '114552.895000', '114552.898000', '114552.901000', '114552.903000', '114552.906000', '114552.909000', '114552.911000', '114552.914000', '114552.916000', '114552.929000', '114552.932000', '114552.935000', '114612.773000', '114612.776000', '114612.779000', '114612.782000', '114612.784000', '114612.787000', '114612.789000', '114612.792000', '114612.794000', '114612.797000', '114612.800000', '114612.803000', '114612.805000', '114612.808000', '114612.811000', '114612.813000', '114612.816000', '114612.818000', '114612.821000', '114612.824000', '114612.826000', '114612.829000', '114612.832000', '114612.834000', '114612.837000', '114612.839000', '114612.842000', '114612.845000', '114612.851000', '114612.854000', '114612.856000', '114612.859000', '114612.862000', '114612.864000', '114612.867000', '114612.870000', '114612.872000', '114612.875000', '114612.877000', '114612.880000', '114612.883000', '114612.885000', '114612.888000', '114632.773000', '114632.775000', '114632.778000', '114632.781000', '114632.783000', '114632.786000', '114632.788000', '114632.791000', '114632.794000', '114632.796000', '114632.799000', '114632.825000', '114632.827000', '114632.830000', '114632.833000', '114632.835000', '114632.838000', '114632.841000', '114632.843000', '114632.846000', '114632.848000', '114632.851000', '114632.854000', '114632.856000', '114632.859000', '114632.862000', '114632.864000', '114632.867000', '114632.870000', '114632.872000', '114632.875000', '114632.878000', '114632.880000', '114632.883000', '114632.885000', '114632.888000', '114632.891000', '114632.893000', '114632.896000', '114632.899000', '114632.901000', '114632.904000', '114632.906000', '114632.909000', '114652.772000', '114652.775000', '114652.778000', '114652.781000', '114652.783000', '114652.786000', '114652.789000', '114652.791000', '114652.794000', '114652.796000', '114652.799000', '114652.830000', '114652.833000', '114652.835000', '114652.838000', '114652.840000', '114652.843000', '114652.846000', '114652.848000', '114652.851000', '114652.853000', '114652.856000', '114652.859000', '114652.861000', '114652.864000', '114652.867000', '114652.869000', '114652.872000', '114652.875000', '114652.877000', '114652.880000', '114652.882000', '114652.885000', '114652.888000', '114652.890000', '114652.893000', '114652.896000', '114652.898000', '114652.901000', '114652.904000', '114652.906000', '114652.909000', '114652.912000', '114712.772000', '114712.775000', '114712.778000', '114712.780000', '114712.783000', '114712.786000', '114712.788000', '114712.791000', '114712.794000', '114712.796000', '114712.799000', '114712.840000', '114712.843000', '114712.845000', '114712.848000', '114712.851000', '114712.853000', '114712.856000', '114712.858000', '114712.861000', '114712.864000', '114712.866000', '114712.869000', '114712.872000', '114712.874000', '114712.877000', '114712.879000', '114712.882000', '114712.885000', '114712.887000', '114712.890000', '114712.892000', '114712.895000', '114712.898000', '114712.900000', '114712.903000', '114712.905000', '114712.908000', '114712.911000', '114712.913000', '114712.916000', '114712.919000', '114712.921000', '114712.924000', '114732.774000', '114732.776000', '114732.779000', '114732.781000', '114732.785000', '114732.788000', '114732.790000', '114732.793000', '114732.813000', '114732.830000', '114732.833000', '114732.835000', '114732.838000', '114732.841000', '114732.843000', '114732.846000', '114732.849000', '114732.851000', '114732.854000', '114732.857000', '114732.859000', '114732.862000', '114732.865000', '114732.867000', '114732.870000', '114732.872000', '114732.875000', '114732.878000', '114732.880000', '114732.883000', '114732.886000', '114732.888000', '114732.891000', '114732.894000', '114732.896000', '114732.899000', '114732.902000', '114732.904000', '114732.907000', '114732.909000', '114732.912000', '114732.915000', '114732.917000', '114752.773000', '114752.776000', '114752.779000', '114752.781000', '114752.784000', '114752.787000', '114752.790000', '114752.793000', '114752.795000', '114752.798000', '114752.852000', '114752.855000', '114752.857000', '114752.860000', '114752.863000', '114752.865000', '114752.868000', '114752.871000', '114752.873000', '114752.876000', '114752.879000', '114752.881000', '114752.884000', '114752.887000', '114752.889000', '114752.892000', '114752.894000', '114752.897000', '114752.900000', '114752.902000', '114752.905000', '114752.908000', '114752.910000', '114752.913000', '114752.915000', '114752.918000', '114752.921000', '114752.923000', '114752.926000', '114752.929000', '114752.931000', '114752.934000', '114752.936000', '114752.939000', '114812.774000', '114812.776000', '114812.779000', '114812.782000', '114812.784000', '114812.787000', '114812.789000', '114812.792000', '114812.795000', '114812.797000', '114812.836000', '114812.839000', '114812.842000', '114812.844000', '114812.847000', '114812.849000', '114812.852000', '114812.855000', '114812.857000', '114812.860000', '114812.863000', '114812.866000', '114812.868000', '114812.871000', '114812.874000', '114812.876000', '114812.879000', '114812.882000', '114812.884000', '114812.887000', '114812.890000', '114812.892000', '114812.895000', '114812.903000', '114812.905000', '114812.908000', '114812.910000', '114812.913000', '114812.916000', '114812.918000', '114812.921000', '114812.923000', '114812.926000', '114832.774000', '114832.776000', '114832.779000', '114832.782000', '114832.784000', '114832.787000', '114832.790000', '114832.792000', '114832.795000', '114832.797000', '114832.879000', '114832.882000', '114832.885000', '114832.887000', '114832.890000', '114832.892000', '114832.895000', '114832.898000', '114832.900000', '114832.903000', '114832.905000', '114832.908000', '114832.911000', '114832.913000', '114832.916000', '114832.918000', '114832.921000', '114832.923000', '114832.926000', '114832.929000', '114832.931000', '114832.934000', '114832.936000', '114832.939000', '114832.942000', '114832.944000', '114832.947000', '114832.950000', '114832.952000', '114832.956000', '114832.959000', '114832.961000', '114832.964000', '114832.966000', '114852.772000', '114852.775000', '114852.778000', '114852.780000', '114852.783000', '114852.786000', '114852.788000', '114852.791000', '114852.793000', '114852.796000', '114852.799000', '114852.823000', '114852.826000', '114852.828000', '114852.831000', '114852.833000', '114852.836000', '114852.839000', '114852.841000', '114852.844000', '114852.847000', '114852.849000', '114852.852000', '114852.854000', '114852.857000', '114852.859000', '114852.862000', '114852.864000', '114852.867000', '114852.870000', '114852.872000', '114852.875000', '114852.877000', '114852.885000', '114852.887000', '114852.890000', '114852.892000', '114852.895000', '114852.898000', '114852.900000', '114852.903000', '114852.906000', '114852.908000', '114912.773000', '114912.775000', '114912.778000', '114912.781000', '114912.783000', '114912.786000', '114912.788000', '114912.791000', '114912.794000', '114912.796000', '114912.799000', '114912.860000', '114912.863000', '114912.865000', '114912.868000', '114912.871000', '114912.873000', '114912.876000', '114912.878000', '114912.881000', '114912.884000', '114912.886000', '114912.889000', '114912.892000', '114912.894000', '114912.897000', '114912.900000', '114912.902000', '114912.905000', '114912.908000', '114912.910000', '114912.913000', '114912.915000', '114912.918000', '114912.921000', '114912.923000', '114912.926000', '114912.928000', '114912.931000', '114912.934000', '114912.936000', '114912.939000', '114912.941000', '114923.830000', '114923.833000', '114923.836000', '114923.838000', '114923.841000', '114923.844000', '114923.846000', '114923.849000', '114923.852000', '114923.854000', '114923.857000', '114923.860000', '114923.862000', '114923.865000', '114923.868000', '114923.870000', '114923.873000', '114923.875000', '114923.878000', '114923.881000', '114923.883000', '114923.886000', '114923.888000', '114923.891000', '114923.894000'], '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': [14883, 13147, 10590, 12875, 8477, 16292, 7999, 15248, 8976, 7848, 12980, 7823, 7693, 7831, 7617, 12997, 8402, 13577, 11423, 10462, 17315, 10344, 15053, 12267, 12943, 9016, 10233, 8484, 11822, 10832, 10605, 9323, 9222, 8392, 8866, 9477, 10723, 8105, 9630, 8433, 9533, 11555, 10179, 14458, 8437, 15168, 8636, 13001, 12598, 10052, 10445, 7655, 14085, 7973, 12966, 8243, 12115, 8073, 12111, 7641, 12319, 7787, 12314, 7707, 7856, 8192, 7919, 9551, 8714, 8118, 12550, 13402, 14084, 17571, 13499, 18811, 12999, 18582, 12919, 14560, 12152, 14933, 11147, 16916, 10734, 15443, 11267, 8795, 13040, 9476, 14675, 11251, 10722, 14379, 8568, 17500, 7647, 13707, 8099, 10245, 8151, 8602, 7889, 8117, 12313, 7767, 11518, 8293, 9173, 7838, 7695, 13105, 7857, 11306, 7900, 10743, 7673, 9330, 7845, 10873, 8769, 9562, 8151, 8191, 14003, 7489, 13414, 8786, 10137, 9951, 7605, 15799, 7967, 11690, 9298, 10531, 8195, 11775, 9509, 9468, 16152, 9801, 16235, 7971, 14100, 7852, 11722, 8200, 11045, 8208, 11071, 8981, 9029, 16657, 10404, 14063, 9563, 12281, 11220, 7835, 16401, 7823, 11642, 8139, 9340, 8151, 9699, 7728, 7743, 14869, 9630, 15523, 8613, 14192, 7820, 9991, 7809, 12943, 8866, 13950, 8176, 12091, 8564, 13143, 10186, 12948, 10399, 12485, 7581, 8973, 7691, 10878, 9018, 9542, 10116, 8020, 7699, 9296, 8693, 13753, 17687, 15599, 17000, 14010, 15943, 13811, 14865, 15031, 11985, 15097, 11810, 14887, 11135, 14401, 10025, 12869, 11409, 9708, 15009, 8577, 13601, 8144, 12847, 8227, 10319, 7812, 9102, 9728, 7905, 12835, 7909, 10482, 8370, 8642, 7890, 8133, 7494, 7810, 7269, 9108, 7561, 9410, 7569, 11091, 7613, 11765, 8099, 11126, 7825, 11245, 8176, 12671, 14339, 12448, 16819, 8050, 12639, 8933, 12155, 13656, 10307, 11549, 8323, 11056, 8139, 11484, 9210, 11914, 9332, 7713, 9543, 7755, 12173, 10726, 11893, 14685, 9677, 14161, 8033, 12364, 8051, 10155, 10591, 10484, 14128, 9934, 12609, 8358, 13204, 7686, 14046, 7825, 12574, 9528, 12354, 8069, 11672, 7866, 11622, 9050, 14145, 9391, 12633, 10370, 8123, 9126, 8434, 13295, 8234, 12395, 9252, 13069, 9494, 11520, 8506, 12136, 8838, 9611, 10088, 8094, 15649, 9462, 14907, 8455, 11358, 8531, 9133, 8469, 8228, 8734, 8239, 8397, 8421, 12721, 8547, 11839, 8561, 11265, 8657, 8087, 11767, 8402, 14220, 7965, 12406, 8814, 9536, 8728, 8301, 10465, 8220, 14443, 9280, 12661, 8694, 10084, 8636, 9983, 11367, 8608, 14307, 8537, 12373, 8397, 11332, 8612, 8319, 8021, 8664, 10825, 8194, 13589, 9417, 12565, 8796, 8607, 13757, 8653, 14293, 12913, 10359, 14033, 8155, 11185, 8215, 10368, 11092, 8106, 13011, 8362, 11194, 8316, 8660, 13687, 8315, 12409, 8489, 9091, 13727, 9991, 13857, 8546, 11147, 8519, 8867, 8586, 8474, 8366, 8252, 14068, 8325, 13293, 9574, 8527, 13813, 8141, 12272, 9271, 9884, 15472, 9651, 12148, 10007, 8479, 13885, 8803, 12552, 8671, 8531, 12338, 8294, 13198, 8558, 11625, 8681, 8150, 13372, 8083, 13394, 8657, 12367, 8647, 11253, 8664, 8710, 13485, 10511, 14170, 8193, 12920, 8389, 11200, 14752, 10619, 13325, 8421, 11191, 8710, 8066, 14368, 9259, 10055, 8621, 8251, 12695, 8017, 13519, 9454, 11031, 8818, 8549, 15254, 9429, 14893, 10185, 9108, 14716, 8166, 11521, 9730, 8122, 14037, 8144, 11390, 8553, 8317, 14151, 8187, 12949, 8587, 9377, 8715, 8183, 14077, 10002, 13011, 8608, 11119, 9706, 7807, 14089, 10156, 12677, 8347, 10091, 8545, 8934, 12047, 9212, 11586, 7858, 14650, 8484, 12965, 8720, 10904, 8783, 8360, 8478, 7999, 14437, 10515, 14150, 8355, 12690, 8384, 12698, 9659, 12629, 9505, 8872, 13206, 8414, 14959, 10120, 13003, 8332, 10302, 8430, 7853, 14845, 11060, 13396, 8845, 10093, 8538, 9470, 12812, 9888, 13041, 8040, 14033, 7858, 13394, 8659, 12989, 8673, 9493, 8745, 7963, 14046, 10266, 13146, 8357, 8869, 8215, 8482, 8353, 9750, 8434, 9560, 8560, 9563, 8386, 13320, 10361, 12499, 10017, 8480, 13591, 8586, 15133, 10702, 14393, 8448, 10285, 8115, 10011, 8685, 11734, 8255, 9340, 8185, 7784, 13255, 9807, 13532, 9340, 8490, 10504, 8321, 10469, 7773, 11461, 10578, 12287, 7757, 8850, 9857, 8635, 12852, 9227, 15447, 11860, 15300, 11241, 10357, 15527, 11544, 15175, 11012, 9022, 11737, 8164, 13339, 8493, 10093, 8695, 8785, 8471, 8350, 11161, 7920, 12615, 9019, 12570, 9141, 10028, 8949, 7863, 14927, 10039, 12564, 8743, 10116, 8759, 9968, 13332, 10052, 13246, 8743, 11627, 8569, 12185, 9780, 8536, 10763, 8421, 13483, 8526, 12781, 8677, 9097, 8907, 8687, 10887, 8138, 14290, 9006, 9715, 8821, 8649, 11167, 8259, 14091, 10053, 12320, 10026, 8349, 13482, 9546, 15174, 13382, 9930, 13991, 9534, 10446, 10757, 8397, 13373, 8358, 9318, 8116, 7813, 13627, 9838, 13832, 8314, 11668, 8624, 12347, 8822, 12465, 8728, 9261, 8697, 11736, 8780, 14889, 10673, 14561, 11955, 12317, 9853, 15251, 9855, 10021, 8783, 9678, 8494, 13502, 9103, 14054, 9678, 11091, 8919, 11510, 8781, 13216, 8721, 9140, 8554, 8343, 8786, 8356, 11899, 8770, 10468, 8089, 11225, 8031, 13030, 10243, 12635, 8254, 12354, 8528, 12222, 9207, 14402, 11879, 7895, 13408, 8317, 11011, 9876, 9058, 8839, 8060, 9212, 8314, 12727, 9351, 13035, 8673, 10614, 8170, 8296, 9259, 8390, 14603, 10948, 16188, 12757, 15470, 11243, 11149, 10024, 8941, 14285, 9393, 16840, 11619, 16292, 11124, 15398, 11107, 14498, 12027, 14230, 11474, 12884, 8240, 9232, 8065, 8263, 14480, 8326, 12390, 7960, 9211, 9115, 7975, 12937, 7824, 12108, 8167, 9059, 8407, 8301, 8784, 7889, 13063, 7967, 12078, 8292, 10462, 8490, 10911, 11293, 9224, 13367, 8115, 12327, 8278, 12750, 9022, 10890, 10592, 8102, 14335, 8551, 13169, 10307, 11680, 8107, 8761, 12129, 8105, 14154, 10442, 13742, 8510, 12578, 8244, 11820, 8209, 13375, 9069, 9577, 10607, 8276, 15020, 10348, 14633, 10553, 13720, 9438, 10484, 15436, 10970, 15316, 8610, 11533, 8346, 11169, 8473, 10131, 8465, 9470, 8416, 11585], 'WindowCenter': [4612.0, 4569.0, 4523.0, 4540.0, 4477.0, 4546.0, 4480.0, 4562.0, 4501.0, 4484.0, 4543.0, 4505.0, 4498.0, 4483.0, 4491.0, 4555.0, 4496.0, 4547.0, 4534.0, 4511.0, 4558.0, 4514.0, 4543.0, 4520.0, 4513.0, 4477.0, 4497.0, 4484.0, 4506.0, 4496.0, 4499.0, 4485.0, 4494.0, 4465.0, 4490.0, 4487.0, 4495.0, 4467.0, 4487.0, 4466.0, 4486.0, 4504.0, 4497.0, 4527.0, 4467.0, 4526.0, 4468.0, 4513.0, 4501.0, 4485.0, 4484.0, 4450.0, 4511.0, 4452.0, 4503.0, 4476.0, 4504.0, 4465.0, 4506.0, 4468.0, 4531.0, 4483.0, 4557.0, 4494.0, 4509.0, 4505.0, 4492.0, 4527.0, 4517.0, 4511.0, 4572.0, 4568.0, 4583.0, 4606.0, 4573.0, 4599.0, 4548.0, 4568.0, 4526.0, 4518.0, 4498.0, 4531.0, 4488.0, 4527.0, 4485.0, 4523.0, 4503.0, 4453.0, 4481.0, 4446.0, 4487.0, 4454.0, 4456.0, 4472.0, 4422.0, 4503.0, 4401.0, 4480.0, 4412.0, 4442.0, 4422.0, 4434.0, 4432.0, 4436.0, 4476.0, 4428.0, 4477.0, 4448.0, 4459.0, 4441.0, 4457.0, 4527.0, 4475.0, 4507.0, 4465.0, 4492.0, 4452.0, 4473.0, 4463.0, 4506.0, 4492.0, 4510.0, 4478.0, 4488.0, 4549.0, 4471.0, 4532.0, 4491.0, 4496.0, 4499.0, 4469.0, 4547.0, 4474.0, 4519.0, 4503.0, 4511.0, 4475.0, 4519.0, 4501.0, 4490.0, 4545.0, 4498.0, 4549.0, 4469.0, 4527.0, 4478.0, 4507.0, 4465.0, 4510.0, 4468.0, 4507.0, 4477.0, 4479.0, 4553.0, 4499.0, 4528.0, 4475.0, 4498.0, 4481.0, 4442.0, 4528.0, 4452.0, 4501.0, 4454.0, 4472.0, 4454.0, 4480.0, 4455.0, 4469.0, 4540.0, 4489.0, 4551.0, 4481.0, 4535.0, 4455.0, 4486.0, 4457.0, 4519.0, 4495.0, 4537.0, 4471.0, 4508.0, 4466.0, 4517.0, 4487.0, 4532.0, 4491.0, 4520.0, 4456.0, 4497.0, 4480.0, 4517.0, 4503.0, 4511.0, 4519.0, 4492.0, 4480.0, 4500.0, 4504.0, 4571.0, 4584.0, 4583.0, 4594.0, 4564.0, 4565.0, 4549.0, 4558.0, 4543.0, 4515.0, 4542.0, 4507.0, 4525.0, 4497.0, 4513.0, 4449.0, 4490.0, 4468.0, 4448.0, 4496.0, 4448.0, 4497.0, 4424.0, 4486.0, 4440.0, 4465.0, 4431.0, 4449.0, 4452.0, 4438.0, 4489.0, 4448.0, 4473.0, 4446.0, 4452.0, 4441.0, 4463.0, 4459.0, 4481.0, 4473.0, 4491.0, 4472.0, 4489.0, 4472.0, 4521.0, 4496.0, 4551.0, 4487.0, 4524.0, 4485.0, 4523.0, 4484.0, 4532.0, 4547.0, 4534.0, 4553.0, 4472.0, 4525.0, 4476.0, 4520.0, 4530.0, 4501.0, 4508.0, 4469.0, 4496.0, 4469.0, 4518.0, 4501.0, 4530.0, 4491.0, 4472.0, 4502.0, 4474.0, 4520.0, 4511.0, 4521.0, 4529.0, 4498.0, 4540.0, 4458.0, 4507.0, 4454.0, 4490.0, 4506.0, 4500.0, 4519.0, 4474.0, 4503.0, 4464.0, 4508.0, 4457.0, 4526.0, 4473.0, 4526.0, 4510.0, 4508.0, 4457.0, 4504.0, 4467.0, 4531.0, 4488.0, 4527.0, 4503.0, 4510.0, 4503.0, 4478.0, 4478.0, 4479.0, 4517.0, 4466.0, 4508.0, 4476.0, 4506.0, 4465.0, 4482.0, 4452.0, 4487.0, 4449.0, 4451.0, 4459.0, 4430.0, 4507.0, 4443.0, 4507.0, 4437.0, 4459.0, 4431.0, 4461.0, 4447.0, 4448.0, 4435.0, 4438.0, 4437.0, 4451.0, 4488.0, 4453.0, 4494.0, 4475.0, 4497.0, 4454.0, 4453.0, 4482.0, 4453.0, 4523.0, 4458.0, 4504.0, 4466.0, 4463.0, 4452.0, 4454.0, 4486.0, 4476.0, 4529.0, 4478.0, 4506.0, 4476.0, 4482.0, 4488.0, 4495.0, 4504.0, 4462.0, 4514.0, 4468.0, 4504.0, 4455.0, 4497.0, 4465.0, 4467.0, 4453.0, 4466.0, 4486.0, 4466.0, 4518.0, 4498.0, 4521.0, 4478.0, 4467.0, 4516.0, 4468.0, 4517.0, 4514.0, 4474.0, 4510.0, 4441.0, 4483.0, 4452.0, 4471.0, 4479.0, 4440.0, 4490.0, 4449.0, 4491.0, 4450.0, 4465.0, 4500.0, 4441.0, 4498.0, 4451.0, 4465.0, 4501.0, 4484.0, 4501.0, 4451.0, 4469.0, 4452.0, 4462.0, 4463.0, 4453.0, 4454.0, 4466.0, 4522.0, 4469.0, 4515.0, 4472.0, 4476.0, 4504.0, 4444.0, 4494.0, 4459.0, 4483.0, 4513.0, 4461.0, 4478.0, 4461.0, 4440.0, 4498.0, 4461.0, 4493.0, 4457.0, 4447.0, 4498.0, 4440.0, 4487.0, 4450.0, 4494.0, 4437.0, 4440.0, 4487.0, 4442.0, 4501.0, 4467.0, 4514.0, 4475.0, 4485.0, 4463.0, 4474.0, 4512.0, 4500.0, 4520.0, 4455.0, 4504.0, 4455.0, 4497.0, 4514.0, 4485.0, 4504.0, 4441.0, 4468.0, 4450.0, 4453.0, 4503.0, 4462.0, 4461.0, 4450.0, 4463.0, 4503.0, 4464.0, 4505.0, 4480.0, 4481.0, 4467.0, 4464.0, 4521.0, 4460.0, 4522.0, 4468.0, 4450.0, 4500.0, 4426.0, 4472.0, 4456.0, 4426.0, 4490.0, 4438.0, 4468.0, 4449.0, 4440.0, 4502.0, 4438.0, 4493.0, 4447.0, 4458.0, 4460.0, 4454.0, 4514.0, 4485.0, 4502.0, 4453.0, 4494.0, 4473.0, 4453.0, 4503.0, 4487.0, 4495.0, 4453.0, 4473.0, 4454.0, 4475.0, 4506.0, 4481.0, 4492.0, 4456.0, 4529.0, 4469.0, 4525.0, 4467.0, 4482.0, 4475.0, 4455.0, 4454.0, 4452.0, 4514.0, 4502.0, 4513.0, 4481.0, 4518.0, 4468.0, 4504.0, 4485.0, 4506.0, 4486.0, 4466.0, 4501.0, 4454.0, 4515.0, 4472.0, 4496.0, 4441.0, 4475.0, 4450.0, 4451.0, 4498.0, 4484.0, 4501.0, 4461.0, 4469.0, 4451.0, 4461.0, 4490.0, 4459.0, 4500.0, 4437.0, 4490.0, 4439.0, 4499.0, 4441.0, 4503.0, 4437.0, 4458.0, 4452.0, 4443.0, 4500.0, 4472.0, 4502.0, 4451.0, 4442.0, 4439.0, 4440.0, 4465.0, 4478.0, 4455.0, 4475.0, 4470.0, 4474.0, 4466.0, 4519.0, 4485.0, 4506.0, 4471.0, 4461.0, 4504.0, 4463.0, 4523.0, 4474.0, 4500.0, 4442.0, 4459.0, 4442.0, 4463.0, 4452.0, 4479.0, 4439.0, 4450.0, 4436.0, 4441.0, 4504.0, 4477.0, 4505.0, 4468.0, 4458.0, 4477.0, 4452.0, 4476.0, 4444.0, 4507.0, 4504.0, 4511.0, 4462.0, 4479.0, 4492.0, 4467.0, 4514.0, 4471.0, 4520.0, 4495.0, 4514.0, 4461.0, 4451.0, 4507.0, 4480.0, 4488.0, 4445.0, 4422.0, 4455.0, 4412.0, 4470.0, 4410.0, 4434.0, 4425.0, 4436.0, 4423.0, 4429.0, 4468.0, 4443.0, 4493.0, 4476.0, 4494.0, 4464.0, 4464.0, 4455.0, 4458.0, 4516.0, 4477.0, 4495.0, 4455.0, 4462.0, 4455.0, 4474.0, 4505.0, 4477.0, 4514.0, 4454.0, 4484.0, 4474.0, 4496.0, 4489.0, 4457.0, 4481.0, 4456.0, 4507.0, 4466.0, 4507.0, 4469.0, 4466.0, 4465.0, 4462.0, 4486.0, 4468.0, 4514.0, 4481.0, 4478.0, 4465.0, 4468.0, 4497.0, 4471.0, 4520.0, 4510.0, 4519.0, 4476.0, 4466.0, 4517.0, 4484.0, 4527.0, 4491.0, 4466.0, 4496.0, 4458.0, 4473.0, 4470.0, 4452.0, 4490.0, 4439.0, 4459.0, 4429.0, 4442.0, 4502.0, 4488.0, 4504.0, 4455.0, 4483.0, 4468.0, 4509.0, 4491.0, 4507.0, 4475.0, 4466.0, 4465.0, 4506.0, 4476.0, 4538.0, 4475.0, 4511.0, 4487.0, 4508.0, 4486.0, 4525.0, 4464.0, 4483.0, 4455.0, 4452.0, 4453.0, 4491.0, 4441.0, 4491.0, 4449.0, 4479.0, 4451.0, 4469.0, 4451.0, 4500.0, 4429.0, 4438.0, 4426.0, 4436.0, 4437.0, 4440.0, 4490.0, 4453.0, 4475.0, 4443.0, 4481.0, 4445.0, 4514.0, 4500.0, 4499.0, 4466.0, 4505.0, 4465.0, 4519.0, 4467.0, 4521.0, 4483.0, 4440.0, 4491.0, 4443.0, 4484.0, 4466.0, 4465.0, 4452.0, 4442.0, 4463.0, 4468.0, 4530.0, 4502.0, 4529.0, 4471.0, 4500.0, 4478.0, 4468.0, 4478.0, 4474.0, 4533.0, 4516.0, 4550.0, 4526.0, 4535.0, 4503.0, 4499.0, 4478.0, 4456.0, 4505.0, 4452.0, 4516.0, 4481.0, 4510.0, 4471.0, 4497.0, 4467.0, 4478.0, 4466.0, 4487.0, 4445.0, 4464.0, 4416.0, 4421.0, 4411.0, 4402.0, 4468.0, 4408.0, 4440.0, 4409.0, 4430.0, 4418.0, 4411.0, 4451.0, 4391.0, 4453.0, 4423.0, 4433.0, 4425.0, 4427.0, 4427.0, 4430.0, 4500.0, 4453.0, 4496.0, 4456.0, 4496.0, 4477.0, 4511.0, 4500.0, 4478.0, 4521.0, 4458.0, 4517.0, 4471.0, 4525.0, 4492.0, 4504.0, 4494.0, 4463.0, 4527.0, 4484.0, 4522.0, 4490.0, 4521.0, 4460.0, 4470.0, 4509.0, 4460.0, 4538.0, 4514.0, 4540.0, 4475.0, 4510.0, 4469.0, 4511.0, 4473.0, 4545.0, 4493.0, 4491.0, 4491.0, 4483.0, 4534.0, 4492.0, 4532.0, 4492.0, 4507.0, 4455.0, 4498.0, 4514.0, 4488.0, 4505.0, 4452.0, 4481.0, 4444.0, 4494.0, 4465.0, 4478.0, 4454.0, 4463.0, 4443.0, 4494.0], 'WindowWidth': [10110.0, 10024.0, 9953.0, 9964.0, 9875.0, 9964.0, 9881.0, 9992.0, 9913.0, 9887.0, 9964.0, 9925.0, 9914.0, 9887.0, 9899.0, 9987.0, 9906.0, 9978.0, 9953.0, 9921.0, 9981.0, 9923.0, 9972.0, 9929.0, 9914.0, 9865.0, 9895.0, 9878.0, 9903.0, 9886.0, 9893.0, 9874.0, 9891.0, 9847.0, 9885.0, 9876.0, 9888.0, 9853.0, 9878.0, 9849.0, 9877.0, 9899.0, 9893.0, 9931.0, 9849.0, 9936.0, 9850.0, 9914.0, 9890.0, 9872.0, 9866.0, 9819.0, 9900.0, 9822.0, 9895.0, 9867.0, 9896.0, 9847.0, 9903.0, 9859.0, 9948.0, 9889.0, 9994.0, 9908.0, 9934.0, 9924.0, 9903.0, 9953.0, 9941.0, 9937.0, 10024.0, 10019.0, 10039.0, 10079.0, 10026.0, 10062.0, 9982.0, 10016.0, 9938.0, 9929.0, 9893.0, 9943.0, 9875.0, 9928.0, 9868.0, 9919.0, 9896.0, 9821.0, 9854.0, 9798.0, 9856.0, 9803.0, 9809.0, 9825.0, 9761.0, 9878.0, 9731.0, 9844.0, 9748.0, 9790.0, 9763.0, 9781.0, 9784.0, 9793.0, 9843.0, 9780.0, 9846.0, 9814.0, 9825.0, 9803.0, 9832.0, 9933.0, 9864.0, 9904.0, 9849.0, 9879.0, 9826.0, 9853.0, 9843.0, 9907.0, 9894.0, 9919.0, 9871.0, 9886.0, 9969.0, 9861.0, 9949.0, 9889.0, 9893.0, 9896.0, 9857.0, 9971.0, 9867.0, 9926.0, 9911.0, 9916.0, 9863.0, 9924.0, 9901.0, 9885.0, 9957.0, 9895.0, 9965.0, 9854.0, 9937.0, 9871.0, 9906.0, 9848.0, 9913.0, 9853.0, 9906.0, 9864.0, 9869.0, 9974.0, 9896.0, 9940.0, 9856.0, 9889.0, 9857.0, 9807.0, 9930.0, 9827.0, 9894.0, 9827.0, 9850.0, 9829.0, 9860.0, 9832.0, 9857.0, 9955.0, 9884.0, 9973.0, 9872.0, 9943.0, 9832.0, 9871.0, 9838.0, 9922.0, 9899.0, 9957.0, 9859.0, 9909.0, 9847.0, 9919.0, 9877.0, 9945.0, 9885.0, 9927.0, 9837.0, 9906.0, 9885.0, 9932.0, 9922.0, 9928.0, 9940.0, 9908.0, 9888.0, 9913.0, 9919.0, 10025.0, 10049.0, 10044.0, 10072.0, 10012.0, 10011.0, 9981.0, 9994.0, 9966.0, 9924.0, 9968.0, 9908.0, 9932.0, 9889.0, 9908.0, 9807.0, 9868.0, 9829.0, 9805.0, 9870.0, 9809.0, 9875.0, 9771.0, 9862.0, 9797.0, 9831.0, 9786.0, 9809.0, 9814.0, 9794.0, 9863.0, 9816.0, 9845.0, 9812.0, 9818.0, 9805.0, 9843.0, 9846.0, 9880.0, 9866.0, 9887.0, 9861.0, 9881.0, 9861.0, 9934.0, 9908.0, 9984.0, 9892.0, 9940.0, 9889.0, 9936.0, 9883.0, 9948.0, 9969.0, 9952.0, 9977.0, 9862.0, 9940.0, 9861.0, 9925.0, 9937.0, 9900.0, 9904.0, 9854.0, 9886.0, 9853.0, 9927.0, 9908.0, 9948.0, 9888.0, 9866.0, 9904.0, 9866.0, 9927.0, 9916.0, 9929.0, 9937.0, 9897.0, 9961.0, 9837.0, 9905.0, 9829.0, 9881.0, 9907.0, 9898.0, 9919.0, 9854.0, 9891.0, 9846.0, 9902.0, 9835.0, 9930.0, 9867.0, 9937.0, 9919.0, 9907.0, 9837.0, 9901.0, 9850.0, 9950.0, 9888.0, 9937.0, 9909.0, 9906.0, 9902.0, 9869.0, 9864.0, 9869.0, 9916.0, 9844.0, 9904.0, 9861.0, 9903.0, 9839.0, 9860.0, 9818.0, 9865.0, 9809.0, 9811.0, 9820.0, 9785.0, 9894.0, 9795.0, 9894.0, 9794.0, 9817.0, 9781.0, 9831.0, 9812.0, 9811.0, 9789.0, 9793.0, 9793.0, 9820.0, 9863.0, 9821.0, 9878.0, 9860.0, 9888.0, 9823.0, 9826.0, 9859.0, 9824.0, 9926.0, 9837.0, 9897.0, 9844.0, 9835.0, 9820.0, 9824.0, 9872.0, 9864.0, 9937.0, 9863.0, 9900.0, 9863.0, 9862.0, 9885.0, 9890.0, 9902.0, 9838.0, 9909.0, 9844.0, 9893.0, 9828.0, 9887.0, 9841.0, 9848.0, 9824.0, 9844.0, 9870.0, 9848.0, 9921.0, 9900.0, 9925.0, 9865.0, 9849.0, 9917.0, 9849.0, 9919.0, 9914.0, 9849.0, 9904.0, 9800.0, 9861.0, 9819.0, 9846.0, 9852.0, 9799.0, 9867.0, 9814.0, 9874.0, 9818.0, 9842.0, 9881.0, 9801.0, 9881.0, 9815.0, 9840.0, 9883.0, 9870.0, 9884.0, 9815.0, 9837.0, 9818.0, 9833.0, 9837.0, 9825.0, 9825.0, 9844.0, 9922.0, 9853.0, 9913.0, 9849.0, 9861.0, 9894.0, 9809.0, 9877.0, 9825.0, 9866.0, 9909.0, 9829.0, 9853.0, 9827.0, 9799.0, 9881.0, 9832.0, 9877.0, 9824.0, 9812.0, 9880.0, 9798.0, 9861.0, 9813.0, 9877.0, 9793.0, 9798.0, 9860.0, 9805.0, 9884.0, 9849.0, 9909.0, 9860.0, 9866.0, 9837.0, 9860.0, 9904.0, 9896.0, 9925.0, 9827.0, 9895.0, 9827.0, 9887.0, 9908.0, 9866.0, 9891.0, 9803.0, 9836.0, 9811.0, 9825.0, 9890.0, 9834.0, 9829.0, 9814.0, 9838.0, 9888.0, 9844.0, 9898.0, 9865.0, 9861.0, 9845.0, 9838.0, 9923.0, 9829.0, 9922.0, 9841.0, 9810.0, 9882.0, 9773.0, 9839.0, 9820.0, 9776.0, 9867.0, 9798.0, 9831.0, 9812.0, 9799.0, 9884.0, 9796.0, 9875.0, 9808.0, 9823.0, 9831.0, 9826.0, 9905.0, 9867.0, 9888.0, 9821.0, 9881.0, 9852.0, 9828.0, 9892.0, 9873.0, 9879.0, 9820.0, 9848.0, 9824.0, 9860.0, 9898.0, 9868.0, 9876.0, 9828.0, 9938.0, 9851.0, 9931.0, 9846.0, 9863.0, 9860.0, 9827.0, 9826.0, 9824.0, 9906.0, 9899.0, 9908.0, 9874.0, 9916.0, 9849.0, 9894.0, 9874.0, 9900.0, 9876.0, 9845.0, 9886.0, 9822.0, 9914.0, 9843.0, 9880.0, 9799.0, 9847.0, 9816.0, 9819.0, 9876.0, 9863.0, 9889.0, 9833.0, 9838.0, 9816.0, 9828.0, 9864.0, 9825.0, 9882.0, 9797.0, 9864.0, 9794.0, 9882.0, 9799.0, 9892.0, 9792.0, 9821.0, 9815.0, 9808.0, 9887.0, 9843.0, 9888.0, 9817.0, 9800.0, 9795.0, 9798.0, 9847.0, 9862.0, 9829.0, 9854.0, 9851.0, 9850.0, 9845.0, 9918.0, 9872.0, 9895.0, 9845.0, 9835.0, 9890.0, 9838.0, 9928.0, 9847.0, 9880.0, 9801.0, 9820.0, 9801.0, 9829.0, 9814.0, 9852.0, 9795.0, 9811.0, 9787.0, 9805.0, 9890.0, 9855.0, 9890.0, 9847.0, 9829.0, 9853.0, 9819.0, 9852.0, 9809.0, 9902.0, 9904.0, 9908.0, 9845.0, 9863.0, 9882.0, 9843.0, 9916.0, 9851.0, 9920.0, 9879.0, 9905.0, 9822.0, 9809.0, 9898.0, 9853.0, 9860.0, 9790.0, 9759.0, 9802.0, 9743.0, 9825.0, 9738.0, 9776.0, 9768.0, 9786.0, 9765.0, 9777.0, 9830.0, 9805.0, 9875.0, 9860.0, 9875.0, 9834.0, 9833.0, 9821.0, 9833.0, 9911.0, 9856.0, 9878.0, 9821.0, 9830.0, 9826.0, 9853.0, 9893.0, 9859.0, 9910.0, 9820.0, 9860.0, 9858.0, 9881.0, 9880.0, 9830.0, 9856.0, 9826.0, 9898.0, 9843.0, 9898.0, 9851.0, 9841.0, 9838.0, 9837.0, 9870.0, 9854.0, 9907.0, 9872.0, 9860.0, 9842.0, 9846.0, 9886.0, 9857.0, 9925.0, 9917.0, 9924.0, 9855.0, 9845.0, 9919.0, 9868.0, 9934.0, 9871.0, 9834.0, 9879.0, 9823.0, 9844.0, 9836.0, 9821.0, 9865.0, 9796.0, 9822.0, 9780.0, 9804.0, 9884.0, 9875.0, 9890.0, 9824.0, 9861.0, 9846.0, 9904.0, 9890.0, 9902.0, 9860.0, 9838.0, 9841.0, 9898.0, 9862.0, 9961.0, 9854.0, 9906.0, 9868.0, 9907.0, 9871.0, 9922.0, 9832.0, 9865.0, 9822.0, 9813.0, 9818.0, 9866.0, 9797.0, 9866.0, 9804.0, 9850.0, 9815.0, 9832.0, 9819.0, 9883.0, 9777.0, 9788.0, 9770.0, 9787.0, 9788.0, 9796.0, 9870.0, 9817.0, 9846.0, 9805.0, 9854.0, 9811.0, 9912.0, 9900.0, 9889.0, 9847.0, 9898.0, 9840.0, 9925.0, 9845.0, 9921.0, 9857.0, 9802.0, 9869.0, 9802.0, 9865.0, 9837.0, 9840.0, 9814.0, 9803.0, 9832.0, 9852.0, 9941.0, 9908.0, 9936.0, 9853.0, 9893.0, 9866.0, 9848.0, 9861.0, 9866.0, 9945.0, 9925.0, 9985.0, 9939.0, 9955.0, 9902.0, 9894.0, 9858.0, 9826.0, 9889.0, 9814.0, 9906.0, 9857.0, 9897.0, 9839.0, 9874.0, 9830.0, 9845.0, 9822.0, 9861.0, 9790.0, 9820.0, 9751.0, 9754.0, 9742.0, 9727.0, 9819.0, 9737.0, 9778.0, 9741.0, 9769.0, 9751.0, 9744.0, 9794.0, 9713.0, 9797.0, 9765.0, 9780.0, 9771.0, 9772.0, 9772.0, 9782.0, 9883.0, 9825.0, 9877.0, 9827.0, 9885.0, 9863.0, 9913.0, 9890.0, 9861.0, 9923.0, 9833.0, 9915.0, 9854.0, 9931.0, 9891.0, 9902.0, 9885.0, 9843.0, 9933.0, 9877.0, 9927.0, 9881.0, 9932.0, 9837.0, 9851.0, 9901.0, 9841.0, 9953.0, 9923.0, 9957.0, 9863.0, 9907.0, 9852.0, 9910.0, 9863.0, 9969.0, 9893.0, 9883.0, 9882.0, 9879.0, 9949.0, 9882.0, 9948.0, 9880.0, 9899.0, 9824.0, 9891.0, 9904.0, 9871.0, 9895.0, 9817.0, 9856.0, 9805.0, 9880.0, 9844.0, 9855.0, 9825.0, 9829.0, 9804.0, 9879.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.005151528735632184</td></tr>
<tr><td colspan=3>aqi</td><td>0.043349042528735636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.65940427616794</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3110193615880323</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0610642101611034</td></tr>
<tr><td colspan=3>efc</td><td>0.504</td></tr>
<tr><td colspan=3>fber</td><td>4421.9136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.129463482124937</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.10344827586207</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4896662530951015</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3643432163569376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.710114844476736</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3945406984516304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0201703</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021142207086086273</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05388979986310005</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.208723312694791</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>16.1932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.32</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295139.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1086.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.4334</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8607</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.9113</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3695.3528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.6123</td></tr>
<tr><td colspan=3>tsnr</td><td>29.440365853952244</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>