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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-03_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_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-0089/ses-03/func/sub-0089_ses-03_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>8a7199d3986c74498595f860be571cf4</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>13:58:11.817500</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.999811, 0.0066076, 0.0182899, -0.0122156, 0.945189, 0.326294]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0928545</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7805, -7267, 620, -36, -270, 39, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d94daeb5-2c63-4c12-8810-1dcc95242fcc||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.682419538497925, -0.03277366980910301, 0.04085487127304077, 112.1220474243164], [-0.017727700993418694, 2.5358738899230957, 0.8814308047294617, -115.52774810791016], [0.0490705668926239, -0.8754233121871948, 2.5517466068267822, -30.62375259399414], [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': ['135811.817500', '135812.277500', '135812.737500', '135813.197500', '135813.657500', '135814.117500', '135814.577500', '135815.037500', '135815.497500', '135815.957500', '135816.417500', '135816.877500', '135817.337500', '135817.797500', '135818.257500', '135818.717500', '135819.177500', '135819.637500', '135820.097500', '135820.557500', '135821.017500', '135821.477500', '135821.937500', '135822.397500', '135822.857500', '135823.317500', '135823.777500', '135824.237500', '135824.697500', '135825.157500', '135825.617500', '135826.077500', '135826.537500', '135826.997500', '135827.457500', '135827.917500', '135828.377500', '135828.837500', '135829.297500', '135829.757500', '135830.217500', '135830.677500', '135831.137500', '135831.597500', '135832.057500', '135832.517500', '135832.977500', '135833.437500', '135833.897500', '135834.357500', '135834.817500', '135835.277500', '135835.737500', '135836.197500', '135836.657500', '135837.117500', '135837.577500', '135838.037500', '135838.497500', '135838.957500', '135839.417500', '135839.877500', '135840.337500', '135840.797500', '135841.257500', '135841.717500', '135842.177500', '135842.637500', '135843.097500', '135843.557500', '135844.017500', '135844.477500', '135844.937500', '135845.397500', '135845.857500', '135846.317500', '135846.777500', '135847.237500', '135847.697500', '135848.157500', '135848.617500', '135849.077500', '135849.537500', '135849.997500', '135850.457500', '135850.917500', '135851.377500', '135851.837500', '135852.297500', '135852.757500', '135853.217500', '135853.677500', '135854.137500', '135854.597500', '135855.057500', '135855.517500', '135855.977500', '135856.437500', '135856.897500', '135857.357500', '135857.817500', '135858.277500', '135858.737500', '135859.197500', '135859.657500', '135900.117500', '135900.577500', '135901.037500', '135901.497500', '135901.957500', '135902.417500', '135902.877500', '135903.337500', '135903.797500', '135904.257500', '135904.717500', '135905.177500', '135905.637500', '135906.097500', '135906.557500', '135907.017500', '135907.477500', '135907.937500', '135908.397500', '135908.857500', '135909.317500', '135909.777500', '135910.237500', '135910.697500', '135911.157500', '135911.617500', '135912.077500', '135912.537500', '135912.997500', '135913.457500', '135913.917500', '135914.377500', '135914.837500', '135915.297500', '135915.757500', '135916.217500', '135916.677500', '135917.137500', '135917.597500', '135918.057500', '135918.517500', '135918.977500', '135919.437500', '135919.897500', '135920.357500', '135920.817500', '135921.277500', '135921.737500', '135922.197500', '135922.657500', '135923.117500', '135923.577500', '135924.037500', '135924.497500', '135924.957500', '135925.417500', '135925.877500', '135926.337500', '135926.797500', '135927.257500', '135927.717500', '135928.177500', '135928.637500', '135929.097500', '135929.557500', '135930.017500', '135930.477500', '135930.937500', '135931.397500', '135931.857500', '135932.317500', '135932.777500', '135933.237500', '135933.697500', '135934.157500', '135934.617500', '135935.077500', '135935.537500', '135935.997500', '135936.457500', '135936.917500', '135937.377500', '135937.837500', '135938.297500', '135938.757500', '135939.217500', '135939.677500', '135940.137500', '135940.597500', '135941.057500', '135941.517500', '135941.977500', '135942.437500', '135942.897500', '135943.357500', '135943.817500', '135944.277500', '135944.737500', '135945.197500', '135945.657500', '135946.117500', '135946.577500', '135947.037500', '135947.497500', '135947.957500', '135948.417500', '135948.877500', '135949.337500', '135949.797500', '135950.257500', '135950.717500', '135951.177500', '135951.637500', '135952.097500', '135952.557500', '135953.017500', '135953.477500', '135953.937500', '135954.397500', '135954.857500', '135955.317500', '135955.777500', '135956.237500', '135956.697500', '135957.157500', '135957.617500', '135958.077500', '135958.537500', '135958.997500', '135959.457500', '135959.917500', '140000.377500', '140000.837500', '140001.297500', '140001.757500', '140002.217500', '140002.677500', '140003.137500', '140003.597500', '140004.057500', '140004.517500', '140004.977500', '140005.437500', '140005.897500', '140006.357500', '140006.817500', '140007.277500', '140007.737500', '140008.197500', '140008.657500', '140009.117500', '140009.577500', '140010.037500', '140010.497500', '140010.957500', '140011.417500', '140011.877500', '140012.337500', '140012.797500', '140013.257500', '140013.717500', '140014.177500', '140014.637500', '140015.097500', '140015.557500', '140016.017500', '140016.477500', '140016.937500', '140017.397500', '140017.857500', '140018.317500', '140018.777500', '140019.237500', '140019.697500', '140020.157500', '140020.617500', '140021.077500', '140021.537500', '140021.997500', '140022.457500', '140022.917500', '140023.377500', '140023.837500', '140024.297500', '140024.757500', '140025.217500', '140025.677500', '140026.137500', '140026.597500', '140027.057500', '140027.517500', '140027.977500', '140028.437500', '140028.897500', '140029.357500', '140029.817500', '140030.277500', '140030.737500', '140031.197500', '140031.657500', '140032.117500', '140032.577500', '140033.037500', '140033.497500', '140033.957500', '140034.417500', '140034.877500', '140035.337500', '140035.797500', '140036.257500', '140036.717500', '140037.177500', '140037.637500', '140038.097500', '140038.557500', '140039.017500', '140039.477500', '140039.937500', '140040.397500', '140040.857500', '140041.317500', '140041.777500', '140042.237500', '140042.697500', '140043.157500', '140043.617500', '140044.077500', '140044.537500', '140044.997500', '140045.457500', '140045.917500', '140046.377500', '140046.837500', '140047.297500', '140047.757500', '140048.217500', '140048.677500', '140049.137500', '140049.597500', '140050.057500', '140050.517500', '140050.977500', '140051.437500', '140051.897500', '140052.357500', '140052.817500', '140053.277500', '140053.737500', '140054.197500', '140054.657500', '140055.117500', '140055.577500', '140056.037500', '140056.497500', '140056.957500', '140057.417500', '140057.877500', '140058.337500', '140058.797500', '140059.257500', '140059.717500', '140100.177500', '140100.637500', '140101.097500', '140101.557500', '140102.017500', '140102.477500', '140102.937500', '140103.397500', '140103.857500', '140104.317500', '140104.777500', '140105.237500', '140105.697500', '140106.157500', '140106.617500', '140107.077500', '140107.537500', '140107.997500', '140108.457500', '140108.917500', '140109.377500', '140109.837500', '140110.297500', '140110.757500', '140111.217500', '140111.677500', '140112.137500', '140112.597500', '140113.057500', '140113.517500', '140113.977500', '140114.437500', '140114.897500', '140115.357500', '140115.817500', '140116.277500', '140116.737500', '140117.197500', '140117.657500', '140118.117500', '140118.577500', '140119.037500', '140119.497500', '140119.957500', '140120.417500', '140120.877500', '140121.337500', '140121.797500', '140122.257500', '140122.717500', '140123.177500', '140123.637500', '140124.097500', '140124.557500', '140125.017500', '140125.477500', '140125.937500', '140126.397500', '140126.857500', '140127.317500', '140127.777500', '140128.237500', '140128.697500', '140129.157500', '140129.617500', '140130.077500', '140130.537500', '140130.997500', '140131.457500', '140131.917500', '140132.377500', '140132.837500', '140133.297500', '140133.757500', '140134.217500', '140134.677500', '140135.137500', '140135.597500', '140136.057500', '140136.517500', '140136.977500', '140137.437500', '140137.897500', '140138.357500', '140138.817500', '140139.277500', '140139.737500', '140140.197500', '140140.657500', '140141.117500', '140141.577500', '140142.037500', '140142.497500', '140142.957500', '140143.417500', '140143.877500', '140144.337500', '140144.797500', '140145.257500', '140145.717500', '140146.177500', '140146.637500', '140147.097500', '140147.557500', '140148.017500', '140148.477500', '140148.937500', '140149.397500', '140149.857500', '140150.317500', '140150.777500', '140151.237500', '140151.697500', '140152.157500', '140152.617500', '140153.077500', '140153.537500', '140153.997500', '140154.457500', '140154.917500', '140155.377500', '140155.837500', '140156.297500', '140156.757500', '140157.217500', '140157.677500', '140158.137500', '140158.597500', '140159.057500', '140159.517500', '140159.977500', '140200.437500', '140200.897500', '140201.357500', '140201.817500', '140202.277500', '140202.737500', '140203.197500', '140203.657500', '140204.117500', '140204.577500', '140205.037500', '140205.497500', '140205.957500', '140206.417500', '140206.877500', '140207.337500', '140207.797500', '140208.257500', '140208.717500', '140209.177500', '140209.637500', '140210.097500', '140210.557500', '140211.017500', '140211.477500', '140211.937500', '140212.397500', '140212.857500', '140213.317500', '140213.777500', '140214.237500', '140214.697500', '140215.157500', '140215.617500', '140216.077500', '140216.537500', '140216.997500', '140217.457500', '140217.917500', '140218.377500', '140218.837500', '140219.297500', '140219.757500', '140220.217500', '140220.677500', '140221.137500', '140221.597500', '140222.057500', '140222.517500', '140222.977500', '140223.437500', '140223.897500', '140224.357500', '140224.817500', '140225.277500', '140225.737500', '140226.197500', '140226.657500', '140227.117500', '140227.577500', '140228.037500', '140228.497500', '140228.957500', '140229.417500', '140229.877500', '140230.337500', '140230.797500', '140231.257500', '140231.717500', '140232.177500', '140232.637500', '140233.097500', '140233.557500', '140234.017500', '140234.477500', '140234.937500', '140235.397500', '140235.857500', '140236.317500', '140236.777500', '140237.237500', '140237.697500', '140238.157500', '140238.617500', '140239.077500', '140239.537500', '140239.997500', '140240.457500', '140240.917500', '140241.377500', '140241.837500', '140242.297500', '140242.757500', '140243.217500', '140243.677500', '140244.137500', '140244.597500', '140245.057500', '140245.517500', '140245.977500', '140246.437500', '140246.897500', '140247.357500', '140247.817500', '140248.277500', '140248.737500', '140249.197500', '140249.657500', '140250.117500', '140250.577500', '140251.037500', '140251.497500', '140251.957500', '140252.417500', '140252.877500', '140253.337500', '140253.797500', '140254.257500', '140254.717500', '140255.177500', '140255.637500', '140256.097500', '140256.557500', '140257.017500', '140257.477500', '140257.937500', '140258.397500', '140258.857500', '140259.317500', '140259.777500', '140300.237500', '140300.697500', '140301.157500', '140301.617500', '140302.077500', '140302.537500', '140302.997500', '140303.457500', '140303.917500', '140304.377500', '140304.837500', '140305.297500', '140305.757500', '140306.217500', '140306.677500', '140307.137500', '140307.597500', '140308.057500', '140308.517500', '140308.977500', '140309.437500', '140309.897500', '140310.357500', '140310.817500', '140311.277500', '140311.737500', '140312.197500', '140312.657500', '140313.117500', '140313.577500', '140314.037500', '140314.497500', '140314.957500', '140315.417500', '140315.877500', '140316.337500', '140316.797500', '140317.257500', '140317.717500', '140318.177500', '140318.637500', '140319.097500', '140319.557500', '140320.017500', '140320.477500', '140320.937500', '140321.397500', '140321.857500', '140322.317500', '140322.777500', '140323.237500', '140323.697500', '140324.157500', '140324.617500', '140325.077500', '140325.537500', '140325.997500', '140326.457500', '140326.917500', '140327.377500', '140327.837500', '140328.297500', '140328.757500', '140329.217500', '140329.677500', '140330.137500', '140330.597500', '140331.057500', '140331.517500', '140331.977500', '140332.437500', '140332.897500', '140333.357500', '140333.817500', '140334.277500', '140334.737500', '140335.197500', '140335.657500', '140336.117500', '140336.577500', '140337.037500', '140337.497500', '140337.957500', '140338.417500', '140338.877500', '140339.337500', '140339.797500', '140340.257500', '140340.717500', '140341.177500', '140341.637500', '140342.097500', '140342.557500', '140343.017500', '140343.477500', '140343.937500', '140344.397500', '140344.857500', '140345.317500', '140345.777500', '140346.237500', '140346.697500', '140347.157500', '140347.617500', '140348.077500', '140348.537500', '140348.997500', '140349.457500', '140349.917500', '140350.377500', '140350.837500', '140351.297500', '140351.757500', '140352.217500', '140352.677500', '140353.137500', '140353.597500', '140354.057500', '140354.517500', '140354.977500', '140355.437500', '140355.897500', '140356.357500', '140356.817500', '140357.277500', '140357.737500', '140358.197500', '140358.657500', '140359.117500', '140359.577500', '140400.037500', '140400.497500', '140400.957500', '140401.417500', '140401.877500', '140402.337500', '140402.797500', '140403.257500', '140403.717500', '140404.177500', '140404.637500', '140405.097500', '140405.557500', '140406.017500', '140406.477500', '140406.937500', '140407.397500', '140407.857500', '140408.317500', '140408.777500', '140409.237500', '140409.697500', '140410.157500', '140410.617500', '140411.077500', '140411.537500', '140411.997500', '140412.457500', '140412.917500', '140413.377500', '140413.837500', '140414.297500', '140414.757500', '140415.217500', '140415.677500', '140416.137500', '140416.597500', '140417.057500', '140417.517500', '140417.977500', '140418.437500', '140418.897500', '140419.357500', '140419.817500', '140420.277500', '140420.737500', '140421.197500', '140421.657500', '140422.117500', '140422.577500', '140423.037500', '140423.497500', '140423.957500', '140424.417500', '140424.877500', '140425.337500', '140425.797500', '140426.257500', '140426.717500', '140427.177500', '140427.637500', '140428.097500', '140428.557500', '140429.017500', '140429.477500', '140429.937500', '140430.397500', '140430.857500', '140431.317500', '140431.777500', '140432.237500', '140432.697500', '140433.157500', '140433.617500', '140434.077500', '140434.537500', '140434.997500', '140435.457500', '140435.917500', '140436.377500', '140436.837500', '140437.297500', '140437.757500', '140438.217500', '140438.677500', '140439.137500', '140439.597500', '140440.057500', '140440.517500', '140440.977500', '140441.437500', '140441.897500', '140442.357500', '140442.817500', '140443.277500', '140443.737500', '140444.197500', '140444.657500', '140445.117500', '140445.577500', '140446.037500', '140446.497500', '140446.957500', '140447.417500', '140447.877500', '140448.337500', '140448.797500', '140449.257500', '140449.717500', '140450.177500', '140450.637500', '140451.097500', '140451.557500', '140452.017500', '140452.477500'], 'ContentTime': ['135828.560000', '135828.563000', '135828.566000', '135828.568000', '135828.571000', '135828.573000', '135828.576000', '135828.579000', '135828.581000', '135828.584000', '135828.586000', '135828.589000', '135828.599000', '135828.601000', '135828.604000', '135828.606000', '135828.609000', '135828.611000', '135828.614000', '135828.617000', '135828.619000', '135828.622000', '135828.624000', '135828.627000', '135828.630000', '135828.632000', '135828.635000', '135828.637000', '135828.640000', '135828.643000', '135828.651000', '135828.654000', '135828.656000', '135828.659000', '135828.661000', '135848.531000', '135848.534000', '135848.537000', '135848.540000', '135848.542000', '135848.556000', '135848.569000', '135848.571000', '135848.574000', '135848.577000', '135848.579000', '135848.582000', '135848.584000', '135848.587000', '135848.590000', '135848.592000', '135848.595000', '135848.598000', '135848.600000', '135848.603000', '135848.605000', '135848.608000', '135848.610000', '135848.613000', '135848.616000', '135848.618000', '135848.621000', '135848.623000', '135848.626000', '135848.628000', '135848.631000', '135848.633000', '135848.636000', '135848.639000', '135848.641000', '135848.644000', '135848.646000', '135848.649000', '135848.651000', '135848.654000', '135848.657000', '135848.659000', '135848.662000', '135908.531000', '135908.534000', '135908.537000', '135908.539000', '135908.542000', '135908.545000', '135908.547000', '135908.559000', '135908.561000', '135908.564000', '135908.567000', '135908.569000', '135908.572000', '135908.574000', '135908.577000', '135908.579000', '135908.582000', '135908.585000', '135908.587000', '135908.590000', '135908.592000', '135908.595000', '135908.598000', '135908.600000', '135908.603000', '135908.605000', '135908.608000', '135908.610000', '135908.613000', '135908.615000', '135908.618000', '135908.621000', '135908.623000', '135908.626000', '135908.629000', '135908.631000', '135908.634000', '135908.636000', '135908.639000', '135908.641000', '135908.644000', '135908.646000', '135908.649000', '135908.652000', '135928.530000', '135928.533000', '135928.536000', '135928.538000', '135928.541000', '135928.544000', '135928.546000', '135928.549000', '135928.551000', '135928.554000', '135928.556000', '135928.559000', '135928.562000', '135928.564000', '135928.567000', '135928.569000', '135928.572000', '135928.574000', '135928.577000', '135928.580000', '135928.582000', '135928.585000', '135928.587000', '135928.590000', '135928.592000', '135928.595000', '135928.598000', '135928.600000', '135928.603000', '135928.605000', '135928.608000', '135928.611000', '135928.613000', '135928.616000', '135928.619000', '135928.621000', '135928.624000', '135928.626000', '135928.629000', '135928.633000', '135928.636000', '135928.638000', '135928.641000', '135948.532000', '135948.535000', '135948.537000', '135948.540000', '135948.543000', '135948.545000', '135948.548000', '135948.550000', '135948.553000', '135948.555000', '135948.558000', '135948.560000', '135948.563000', '135948.566000', '135948.568000', '135948.571000', '135948.573000', '135948.576000', '135948.578000', '135948.581000', '135948.584000', '135948.586000', '135948.589000', '135948.591000', '135948.594000', '135948.597000', '135948.599000', '135948.602000', '135948.604000', '135948.607000', '135948.609000', '135948.612000', '135948.615000', '135948.617000', '135948.620000', '135948.622000', '135948.625000', '135948.628000', '135948.630000', '135948.633000', '135948.635000', '135948.638000', '135948.641000', '135948.643000', '140008.531000', '140008.534000', '140008.537000', '140008.539000', '140008.542000', '140008.545000', '140008.547000', '140008.550000', '140008.552000', '140008.555000', '140008.558000', '140008.560000', '140008.563000', '140008.565000', '140008.568000', '140008.570000', '140008.573000', '140008.576000', '140008.578000', '140008.581000', '140008.584000', '140008.586000', '140008.589000', '140008.591000', '140008.594000', '140008.596000', '140008.599000', '140008.602000', '140008.604000', '140008.607000', '140008.609000', '140008.612000', '140008.615000', '140008.617000', '140008.620000', '140008.623000', '140008.625000', '140008.628000', '140008.631000', '140008.633000', '140008.636000', '140008.639000', '140008.641000', '140028.531000', '140028.535000', '140028.574000', '140028.576000', '140028.579000', '140028.582000', '140028.584000', '140028.587000', '140028.589000', '140028.592000', '140028.595000', '140028.597000', '140028.600000', '140028.602000', '140028.605000', '140028.607000', '140028.610000', '140028.613000', '140028.615000', '140028.618000', '140028.620000', '140028.623000', '140028.626000', '140028.628000', '140028.631000', '140028.633000', '140028.636000', '140028.639000', '140028.641000', '140028.644000', '140028.646000', '140028.649000', '140028.652000', '140028.654000', '140028.657000', '140028.659000', '140028.662000', '140028.665000', '140028.667000', '140028.670000', '140028.672000', '140028.675000', '140028.678000', '140028.680000', '140048.531000', '140048.535000', '140048.537000', '140048.540000', '140048.542000', '140048.545000', '140048.548000', '140048.550000', '140048.553000', '140048.555000', '140048.558000', '140048.560000', '140048.563000', '140048.566000', '140048.568000', '140048.571000', '140048.574000', '140048.576000', '140048.579000', '140048.581000', '140048.584000', '140048.587000', '140048.589000', '140048.592000', '140048.595000', '140048.597000', '140048.600000', '140048.602000', '140048.605000', '140048.608000', '140048.610000', '140048.613000', '140048.616000', '140048.618000', '140048.621000', '140048.623000', '140048.626000', '140048.629000', '140048.631000', '140048.634000', '140048.637000', '140048.639000', '140048.642000', '140108.532000', '140108.534000', '140108.537000', '140108.540000', '140108.542000', '140108.545000', '140108.547000', '140108.550000', '140108.553000', '140108.555000', '140108.558000', '140108.560000', '140108.563000', '140108.566000', '140108.568000', '140108.571000', '140108.574000', '140108.576000', '140108.579000', '140108.581000', '140108.584000', '140108.587000', '140108.589000', '140108.592000', '140108.595000', '140108.597000', '140108.600000', '140108.602000', '140108.605000', '140108.608000', '140108.610000', '140108.613000', '140108.616000', '140108.618000', '140108.621000', '140108.623000', '140108.626000', '140108.629000', '140108.631000', '140108.634000', '140108.636000', '140108.639000', '140108.641000', '140108.644000', '140128.532000', '140128.535000', '140128.537000', '140128.540000', '140128.542000', '140128.545000', '140128.548000', '140128.550000', '140128.553000', '140128.555000', '140128.558000', '140128.560000', '140128.563000', '140128.566000', '140128.568000', '140128.571000', '140128.573000', '140128.576000', '140128.579000', '140128.581000', '140128.584000', '140128.586000', '140128.589000', '140128.592000', '140128.594000', '140128.597000', '140128.599000', '140128.602000', '140128.605000', '140128.607000', '140128.610000', '140128.613000', '140128.615000', '140128.618000', '140128.620000', '140128.623000', '140128.626000', '140128.628000', '140128.631000', '140128.633000', '140128.636000', '140128.639000', '140128.641000', '140148.530000', '140148.533000', '140148.536000', '140148.539000', '140148.541000', '140148.544000', '140148.546000', '140148.549000', '140148.551000', '140148.554000', '140148.557000', '140148.559000', '140148.562000', '140148.565000', '140148.567000', '140148.570000', '140148.573000', '140148.575000', '140148.578000', '140148.580000', '140148.583000', '140148.585000', '140148.588000', '140148.591000', '140148.593000', '140148.596000', '140148.599000', '140148.609000', '140148.612000', '140148.615000', '140148.617000', '140148.620000', '140148.622000', '140148.625000', '140148.628000', '140148.630000', '140148.633000', '140148.635000', '140148.638000', '140148.640000', '140148.643000', '140148.646000', '140148.649000', '140148.651000', '140208.531000', '140208.534000', '140208.537000', '140208.540000', '140208.542000', '140208.545000', '140208.547000', '140208.550000', '140208.553000', '140208.555000', '140208.558000', '140208.561000', '140208.563000', '140208.566000', '140208.568000', '140208.571000', '140208.573000', '140208.576000', '140208.579000', '140208.581000', '140208.584000', '140208.586000', '140208.589000', '140208.592000', '140208.594000', '140208.597000', '140208.600000', '140208.602000', '140208.605000', '140208.607000', '140208.610000', '140208.613000', '140208.615000', '140208.618000', '140208.620000', '140208.623000', '140208.626000', '140208.628000', '140208.631000', '140208.633000', '140208.636000', '140208.639000', '140208.641000', '140228.531000', '140228.534000', '140228.537000', '140228.540000', '140228.542000', '140228.545000', '140228.547000', '140228.550000', '140228.553000', '140228.555000', '140228.558000', '140228.560000', '140228.563000', '140228.566000', '140228.568000', '140228.571000', '140228.573000', '140228.576000', '140228.579000', '140228.581000', '140228.584000', '140228.586000', '140228.589000', '140228.592000', '140228.594000', '140228.597000', '140228.600000', '140228.602000', '140228.605000', '140228.607000', '140228.610000', '140228.613000', '140228.615000', '140228.618000', '140228.620000', '140228.623000', '140228.625000', '140228.628000', '140228.631000', '140228.633000', '140228.636000', '140228.639000', '140228.641000', '140228.644000', '140248.532000', '140248.534000', '140248.537000', '140248.540000', '140248.542000', '140248.545000', '140248.547000', '140248.550000', '140248.553000', '140248.555000', '140248.558000', '140248.561000', '140248.563000', '140248.566000', '140248.568000', '140248.571000', '140248.574000', '140248.576000', '140248.579000', '140248.581000', '140248.584000', '140248.587000', '140248.589000', '140248.592000', '140248.594000', '140248.597000', '140248.600000', '140248.602000', '140248.605000', '140248.607000', '140248.610000', '140248.613000', '140248.615000', '140248.618000', '140248.620000', '140248.623000', '140248.626000', '140248.628000', '140248.631000', '140248.633000', '140248.636000', '140248.639000', '140248.641000', '140308.531000', '140308.534000', '140308.537000', '140308.540000', '140308.543000', '140308.546000', '140308.548000', '140308.551000', '140308.554000', '140308.556000', '140308.559000', '140308.562000', '140308.564000', '140308.567000', '140308.569000', '140308.572000', '140308.575000', '140308.577000', '140308.580000', '140308.582000', '140308.585000', '140308.588000', '140308.590000', '140308.593000', '140308.597000', '140308.600000', '140308.602000', '140308.605000', '140308.607000', '140308.610000', '140308.613000', '140308.615000', '140308.618000', '140308.621000', '140308.623000', '140308.626000', '140308.629000', '140308.631000', '140308.634000', '140308.637000', '140308.639000', '140308.642000', '140308.645000', '140308.647000', '140328.531000', '140328.534000', '140328.537000', '140328.540000', '140328.542000', '140328.545000', '140328.547000', '140328.550000', '140328.590000', '140328.593000', '140328.596000', '140328.598000', '140328.601000', '140328.603000', '140328.606000', '140328.608000', '140328.611000', '140328.614000', '140328.616000', '140328.619000', '140328.621000', '140328.624000', '140328.627000', '140328.629000', '140328.632000', '140328.634000', '140328.637000', '140328.640000', '140328.642000', '140328.645000', '140328.647000', '140328.650000', '140328.653000', '140328.655000', '140328.658000', '140328.660000', '140328.663000', '140328.666000', '140328.668000', '140328.671000', '140328.674000', '140328.676000', '140328.679000', '140348.531000', '140348.534000', '140348.537000', '140348.539000', '140348.542000', '140348.545000', '140348.547000', '140348.550000', '140348.552000', '140348.555000', '140348.558000', '140348.560000', '140348.563000', '140348.565000', '140348.568000', '140348.571000', '140348.573000', '140348.576000', '140348.578000', '140348.581000', '140348.583000', '140348.586000', '140348.589000', '140348.591000', '140348.594000', '140348.597000', '140348.599000', '140348.602000', '140348.604000', '140348.607000', '140348.610000', '140348.612000', '140348.615000', '140348.617000', '140348.620000', '140348.623000', '140348.625000', '140348.628000', '140348.631000', '140348.633000', '140348.636000', '140348.638000', '140348.641000', '140348.644000', '140408.531000', '140408.534000', '140408.536000', '140408.539000', '140408.541000', '140408.544000', '140408.547000', '140408.549000', '140408.552000', '140408.555000', '140408.557000', '140408.560000', '140408.562000', '140408.565000', '140408.567000', '140408.570000', '140408.573000', '140408.575000', '140408.578000', '140408.580000', '140408.583000', '140408.586000', '140408.588000', '140408.591000', '140408.593000', '140408.596000', '140408.599000', '140408.601000', '140408.604000', '140408.606000', '140408.609000', '140408.612000', '140408.614000', '140408.617000', '140408.619000', '140408.622000', '140408.625000', '140408.627000', '140408.630000', '140408.632000', '140408.635000', '140408.638000', '140408.640000', '140428.532000', '140428.534000', '140428.537000', '140428.540000', '140428.542000', '140428.545000', '140428.547000', '140428.551000', '140428.554000', '140428.556000', '140428.559000', '140428.562000', '140428.564000', '140428.567000', '140428.569000', '140428.572000', '140428.576000', '140428.579000', '140428.582000', '140428.585000', '140428.588000', '140428.591000', '140428.593000', '140428.596000', '140428.598000', '140428.601000', '140428.604000', '140428.606000', '140428.609000', '140428.611000', '140428.614000', '140428.617000', '140428.619000', '140428.622000', '140428.624000', '140428.627000', '140428.630000', '140428.632000', '140428.635000', '140428.638000', '140428.641000', '140428.643000', '140428.646000', '140448.532000', '140448.534000', '140448.537000', '140448.540000', '140448.542000', '140448.545000', '140448.548000', '140448.550000', '140448.553000', '140448.555000', '140448.558000', '140448.561000', '140448.563000', '140448.566000', '140448.568000', '140448.571000', '140448.573000', '140448.576000', '140448.579000', '140448.581000', '140448.591000', '140448.593000', '140448.596000', '140448.598000', '140448.601000', '140448.604000', '140448.606000', '140448.609000', '140448.611000', '140448.614000', '140448.617000', '140448.619000', '140448.622000', '140448.624000', '140448.627000', '140448.630000', '140448.632000', '140448.635000', '140448.637000', '140448.640000', '140448.642000', '140448.645000', '140448.648000', '140448.650000', '140453.390000', '140453.393000', '140453.396000', '140453.399000', '140453.401000', '140453.404000', '140453.407000', '140453.410000', '140453.412000', '140453.415000', '140453.418000'], 'InstanceCreationTime': ['135828.560000', '135828.563000', '135828.566000', '135828.568000', '135828.571000', '135828.573000', '135828.576000', '135828.579000', '135828.581000', '135828.584000', '135828.586000', '135828.589000', '135828.599000', '135828.601000', '135828.604000', '135828.606000', '135828.609000', '135828.611000', '135828.614000', '135828.617000', '135828.619000', '135828.622000', '135828.624000', '135828.627000', '135828.630000', '135828.632000', '135828.635000', '135828.637000', '135828.640000', '135828.643000', '135828.651000', '135828.654000', '135828.656000', '135828.659000', '135828.661000', '135848.531000', '135848.534000', '135848.537000', '135848.540000', '135848.542000', '135848.556000', '135848.569000', '135848.571000', '135848.574000', '135848.577000', '135848.579000', '135848.582000', '135848.584000', '135848.587000', '135848.590000', '135848.592000', '135848.595000', '135848.598000', '135848.600000', '135848.603000', '135848.605000', '135848.608000', '135848.610000', '135848.613000', '135848.616000', '135848.618000', '135848.621000', '135848.623000', '135848.626000', '135848.628000', '135848.631000', '135848.633000', '135848.636000', '135848.639000', '135848.641000', '135848.644000', '135848.646000', '135848.649000', '135848.651000', '135848.654000', '135848.657000', '135848.659000', '135848.662000', '135908.531000', '135908.534000', '135908.537000', '135908.539000', '135908.542000', '135908.545000', '135908.547000', '135908.559000', '135908.561000', '135908.564000', '135908.567000', '135908.569000', '135908.572000', '135908.574000', '135908.577000', '135908.579000', '135908.582000', '135908.585000', '135908.587000', '135908.590000', '135908.592000', '135908.595000', '135908.598000', '135908.600000', '135908.603000', '135908.605000', '135908.608000', '135908.610000', '135908.613000', '135908.615000', '135908.618000', '135908.621000', '135908.623000', '135908.626000', '135908.629000', '135908.631000', '135908.634000', '135908.636000', '135908.639000', '135908.641000', '135908.644000', '135908.646000', '135908.649000', '135908.652000', '135928.530000', '135928.533000', '135928.536000', '135928.538000', '135928.541000', '135928.544000', '135928.546000', '135928.549000', '135928.551000', '135928.554000', '135928.556000', '135928.559000', '135928.562000', '135928.564000', '135928.567000', '135928.569000', '135928.572000', '135928.574000', '135928.577000', '135928.580000', '135928.582000', '135928.585000', '135928.587000', '135928.590000', '135928.592000', '135928.595000', '135928.598000', '135928.600000', '135928.603000', '135928.605000', '135928.608000', '135928.611000', '135928.613000', '135928.616000', '135928.619000', '135928.621000', '135928.624000', '135928.626000', '135928.629000', '135928.633000', '135928.636000', '135928.638000', '135928.641000', '135948.532000', '135948.535000', '135948.537000', '135948.540000', '135948.543000', '135948.545000', '135948.548000', '135948.550000', '135948.553000', '135948.555000', '135948.558000', '135948.560000', '135948.563000', '135948.566000', '135948.568000', '135948.571000', '135948.573000', '135948.576000', '135948.578000', '135948.581000', '135948.584000', '135948.586000', '135948.589000', '135948.591000', '135948.594000', '135948.597000', '135948.599000', '135948.602000', '135948.604000', '135948.607000', '135948.609000', '135948.612000', '135948.615000', '135948.617000', '135948.620000', '135948.622000', '135948.625000', '135948.628000', '135948.630000', '135948.633000', '135948.635000', '135948.638000', '135948.641000', '135948.643000', '140008.531000', '140008.534000', '140008.537000', '140008.539000', '140008.542000', '140008.545000', '140008.547000', '140008.550000', '140008.552000', '140008.555000', '140008.558000', '140008.560000', '140008.563000', '140008.565000', '140008.568000', '140008.570000', '140008.573000', '140008.576000', '140008.578000', '140008.581000', '140008.584000', '140008.586000', '140008.589000', '140008.591000', '140008.594000', '140008.596000', '140008.599000', '140008.602000', '140008.604000', '140008.607000', '140008.609000', '140008.612000', '140008.615000', '140008.617000', '140008.620000', '140008.623000', '140008.625000', '140008.628000', '140008.631000', '140008.633000', '140008.636000', '140008.639000', '140008.641000', '140028.531000', '140028.535000', '140028.574000', '140028.576000', '140028.579000', '140028.582000', '140028.584000', '140028.587000', '140028.589000', '140028.592000', '140028.595000', '140028.597000', '140028.600000', '140028.602000', '140028.605000', '140028.607000', '140028.610000', '140028.613000', '140028.615000', '140028.618000', '140028.620000', '140028.623000', '140028.626000', '140028.628000', '140028.631000', '140028.633000', '140028.636000', '140028.639000', '140028.641000', '140028.644000', '140028.646000', '140028.649000', '140028.652000', '140028.654000', '140028.657000', '140028.659000', '140028.662000', '140028.665000', '140028.667000', '140028.670000', '140028.672000', '140028.675000', '140028.678000', '140028.680000', '140048.531000', '140048.535000', '140048.537000', '140048.540000', '140048.542000', '140048.545000', '140048.548000', '140048.550000', '140048.553000', '140048.555000', '140048.558000', '140048.560000', '140048.563000', '140048.566000', '140048.568000', '140048.571000', '140048.574000', '140048.576000', '140048.579000', '140048.581000', '140048.584000', '140048.587000', '140048.589000', '140048.592000', '140048.595000', '140048.597000', '140048.600000', '140048.602000', '140048.605000', '140048.608000', '140048.610000', '140048.613000', '140048.616000', '140048.618000', '140048.621000', '140048.623000', '140048.626000', '140048.629000', '140048.631000', '140048.634000', '140048.637000', '140048.639000', '140048.642000', '140108.532000', '140108.534000', '140108.537000', '140108.540000', '140108.542000', '140108.545000', '140108.547000', '140108.550000', '140108.553000', '140108.555000', '140108.558000', '140108.560000', '140108.563000', '140108.566000', '140108.568000', '140108.571000', '140108.574000', '140108.576000', '140108.579000', '140108.581000', '140108.584000', '140108.587000', '140108.589000', '140108.592000', '140108.595000', '140108.597000', '140108.600000', '140108.602000', '140108.605000', '140108.608000', '140108.610000', '140108.613000', '140108.616000', '140108.618000', '140108.621000', '140108.623000', '140108.626000', '140108.629000', '140108.631000', '140108.634000', '140108.636000', '140108.639000', '140108.641000', '140108.644000', '140128.532000', '140128.535000', '140128.537000', '140128.540000', '140128.542000', '140128.545000', '140128.548000', '140128.550000', '140128.553000', '140128.555000', '140128.558000', '140128.560000', '140128.563000', '140128.566000', '140128.568000', '140128.571000', '140128.573000', '140128.576000', '140128.579000', '140128.581000', '140128.584000', '140128.586000', '140128.589000', '140128.592000', '140128.594000', '140128.597000', '140128.599000', '140128.602000', '140128.605000', '140128.607000', '140128.610000', '140128.613000', '140128.615000', '140128.618000', '140128.620000', '140128.623000', '140128.626000', '140128.628000', '140128.631000', '140128.633000', '140128.636000', '140128.639000', '140128.641000', '140148.530000', '140148.533000', '140148.536000', '140148.539000', '140148.541000', '140148.544000', '140148.546000', '140148.549000', '140148.551000', '140148.554000', '140148.557000', '140148.559000', '140148.562000', '140148.565000', '140148.567000', '140148.570000', '140148.573000', '140148.575000', '140148.578000', '140148.580000', '140148.583000', '140148.585000', '140148.588000', '140148.591000', '140148.593000', '140148.596000', '140148.599000', '140148.609000', '140148.612000', '140148.615000', '140148.617000', '140148.620000', '140148.622000', '140148.625000', '140148.628000', '140148.630000', '140148.633000', '140148.635000', '140148.638000', '140148.640000', '140148.643000', '140148.646000', '140148.649000', '140148.651000', '140208.531000', '140208.534000', '140208.537000', '140208.540000', '140208.542000', '140208.545000', '140208.547000', '140208.550000', '140208.553000', '140208.555000', '140208.558000', '140208.561000', '140208.563000', '140208.566000', '140208.568000', '140208.571000', '140208.573000', '140208.576000', '140208.579000', '140208.581000', '140208.584000', '140208.586000', '140208.589000', '140208.592000', '140208.594000', '140208.597000', '140208.600000', '140208.602000', '140208.605000', '140208.607000', '140208.610000', '140208.613000', '140208.615000', '140208.618000', '140208.620000', '140208.623000', '140208.626000', '140208.628000', '140208.631000', '140208.633000', '140208.636000', '140208.639000', '140208.641000', '140228.531000', '140228.534000', '140228.537000', '140228.540000', '140228.542000', '140228.545000', '140228.547000', '140228.550000', '140228.553000', '140228.555000', '140228.558000', '140228.560000', '140228.563000', '140228.566000', '140228.568000', '140228.571000', '140228.573000', '140228.576000', '140228.579000', '140228.581000', '140228.584000', '140228.586000', '140228.589000', '140228.592000', '140228.594000', '140228.597000', '140228.600000', '140228.602000', '140228.605000', '140228.607000', '140228.610000', '140228.613000', '140228.615000', '140228.618000', '140228.620000', '140228.623000', '140228.625000', '140228.628000', '140228.631000', '140228.633000', '140228.636000', '140228.639000', '140228.641000', '140228.644000', '140248.532000', '140248.534000', '140248.537000', '140248.540000', '140248.542000', '140248.545000', '140248.547000', '140248.550000', '140248.553000', '140248.555000', '140248.558000', '140248.561000', '140248.563000', '140248.566000', '140248.568000', '140248.571000', '140248.574000', '140248.576000', '140248.579000', '140248.581000', '140248.584000', '140248.587000', '140248.589000', '140248.592000', '140248.594000', '140248.597000', '140248.600000', '140248.602000', '140248.605000', '140248.607000', '140248.610000', '140248.613000', '140248.615000', '140248.618000', '140248.620000', '140248.623000', '140248.626000', '140248.628000', '140248.631000', '140248.633000', '140248.636000', '140248.639000', '140248.641000', '140308.531000', '140308.534000', '140308.537000', '140308.540000', '140308.543000', '140308.546000', '140308.548000', '140308.551000', '140308.554000', '140308.556000', '140308.559000', '140308.562000', '140308.564000', '140308.567000', '140308.569000', '140308.572000', '140308.575000', '140308.577000', '140308.580000', '140308.582000', '140308.585000', '140308.588000', '140308.590000', '140308.593000', '140308.597000', '140308.600000', '140308.602000', '140308.605000', '140308.607000', '140308.610000', '140308.613000', '140308.615000', '140308.618000', '140308.621000', '140308.623000', '140308.626000', '140308.629000', '140308.631000', '140308.634000', '140308.637000', '140308.639000', '140308.642000', '140308.645000', '140308.647000', '140328.531000', '140328.534000', '140328.537000', '140328.540000', '140328.542000', '140328.545000', '140328.547000', '140328.550000', '140328.590000', '140328.593000', '140328.596000', '140328.598000', '140328.601000', '140328.603000', '140328.606000', '140328.608000', '140328.611000', '140328.614000', '140328.616000', '140328.619000', '140328.621000', '140328.624000', '140328.627000', '140328.629000', '140328.632000', '140328.634000', '140328.637000', '140328.640000', '140328.642000', '140328.645000', '140328.647000', '140328.650000', '140328.653000', '140328.655000', '140328.658000', '140328.660000', '140328.663000', '140328.666000', '140328.668000', '140328.671000', '140328.674000', '140328.676000', '140328.679000', '140348.531000', '140348.534000', '140348.537000', '140348.539000', '140348.542000', '140348.545000', '140348.547000', '140348.550000', '140348.552000', '140348.555000', '140348.558000', '140348.560000', '140348.563000', '140348.565000', '140348.568000', '140348.571000', '140348.573000', '140348.576000', '140348.578000', '140348.581000', '140348.583000', '140348.586000', '140348.589000', '140348.591000', '140348.594000', '140348.597000', '140348.599000', '140348.602000', '140348.604000', '140348.607000', '140348.610000', '140348.612000', '140348.615000', '140348.617000', '140348.620000', '140348.623000', '140348.625000', '140348.628000', '140348.631000', '140348.633000', '140348.636000', '140348.638000', '140348.641000', '140348.644000', '140408.531000', '140408.534000', '140408.536000', '140408.539000', '140408.541000', '140408.544000', '140408.547000', '140408.549000', '140408.552000', '140408.555000', '140408.557000', '140408.560000', '140408.562000', '140408.565000', '140408.567000', '140408.570000', '140408.573000', '140408.575000', '140408.578000', '140408.580000', '140408.583000', '140408.586000', '140408.588000', '140408.591000', '140408.593000', '140408.596000', '140408.599000', '140408.601000', '140408.604000', '140408.606000', '140408.609000', '140408.612000', '140408.614000', '140408.617000', '140408.619000', '140408.622000', '140408.625000', '140408.627000', '140408.630000', '140408.632000', '140408.635000', '140408.638000', '140408.640000', '140428.532000', '140428.534000', '140428.537000', '140428.540000', '140428.542000', '140428.545000', '140428.547000', '140428.551000', '140428.554000', '140428.556000', '140428.559000', '140428.562000', '140428.564000', '140428.567000', '140428.569000', '140428.572000', '140428.576000', '140428.579000', '140428.582000', '140428.585000', '140428.588000', '140428.591000', '140428.593000', '140428.596000', '140428.598000', '140428.601000', '140428.604000', '140428.606000', '140428.609000', '140428.611000', '140428.614000', '140428.617000', '140428.619000', '140428.622000', '140428.624000', '140428.627000', '140428.630000', '140428.632000', '140428.635000', '140428.638000', '140428.641000', '140428.643000', '140428.646000', '140448.532000', '140448.534000', '140448.537000', '140448.540000', '140448.542000', '140448.545000', '140448.548000', '140448.550000', '140448.553000', '140448.555000', '140448.558000', '140448.561000', '140448.563000', '140448.566000', '140448.568000', '140448.571000', '140448.573000', '140448.576000', '140448.579000', '140448.581000', '140448.591000', '140448.593000', '140448.596000', '140448.598000', '140448.601000', '140448.604000', '140448.606000', '140448.609000', '140448.611000', '140448.614000', '140448.617000', '140448.619000', '140448.622000', '140448.624000', '140448.627000', '140448.630000', '140448.632000', '140448.635000', '140448.637000', '140448.640000', '140448.642000', '140448.645000', '140448.648000', '140448.650000', '140453.390000', '140453.393000', '140453.396000', '140453.399000', '140453.401000', '140453.404000', '140453.407000', '140453.410000', '140453.412000', '140453.415000', '140453.418000'], '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': [8077, 14014, 8632, 10774, 8787, 8022, 14112, 8078, 14086, 8776, 11490, 8827, 8583, 10923, 8107, 12447, 8190, 10765, 8727, 9092, 8582, 10983, 8295, 12689, 8803, 9008, 12664, 8242, 13549, 8257, 12391, 8543, 9999, 9685, 8554, 14206, 8040, 14261, 8548, 10764, 8585, 7898, 14382, 8369, 13427, 8566, 10090, 10094, 8226, 14406, 8223, 13984, 8742, 10089, 12529, 8546, 13781, 7696, 12592, 8814, 8879, 12630, 7700, 13349, 7805, 12071, 8768, 8903, 12699, 7874, 13341, 7975, 12079, 8684, 8838, 12858, 7568, 12908, 7646, 11720, 8826, 9662, 9143, 7537, 14533, 7390, 12726, 8347, 10675, 8864, 7699, 14022, 7436, 12977, 8075, 11678, 9062, 8448, 10489, 7852, 13749, 8125, 10963, 8756, 8827, 10155, 8101, 14393, 7662, 13615, 8360, 11315, 8785, 7618, 13868, 7626, 13457, 8076, 11966, 8886, 7736, 14086, 7631, 13670, 8417, 11350, 9273, 7880, 14069, 7465, 13642, 8537, 9931, 9435, 7616, 14239, 7385, 12567, 8711, 9519, 8960, 7631, 13472, 7962, 11374, 8694, 9067, 12217, 7657, 12524, 8194, 11011, 8706, 8313, 13402, 7542, 12943, 8302, 11398, 8809, 8058, 14169, 7601, 13460, 8239, 11779, 8690, 8252, 13888, 7802, 13097, 8457, 10829, 8686, 7854, 14393, 7743, 12712, 8745, 9176, 9566, 7509, 13987, 7985, 11023, 8880, 8953, 11906, 7785, 12947, 8228, 11181, 8840, 8166, 13717, 7681, 13330, 8406, 12206, 8799, 8103, 14174, 7490, 13451, 8448, 10806, 8876, 7928, 14350, 7472, 13247, 8420, 11063, 8923, 7700, 14312, 7401, 13181, 8237, 12500, 8853, 7946, 13322, 7538, 13216, 8343, 11743, 8876, 8429, 12628, 7388, 13243, 8162, 11955, 9092, 8641, 11525, 7506, 13544, 7929, 12029, 8779, 10721, 9698, 8185, 14612, 7911, 13127, 8731, 10334, 9011, 8000, 14486, 7659, 13364, 8716, 9747, 9564, 7558, 14400, 7762, 13027, 8630, 9745, 10475, 8053, 14887, 7674, 14016, 8412, 11208, 8897, 7539, 14471, 7550, 13497, 8281, 11140, 8913, 8117, 9091, 7424, 13093, 7882, 10247, 8612, 8777, 8845, 7709, 13678, 8099, 12638, 8290, 10760, 8711, 8383, 11390, 8042, 12218, 7890, 11002, 8367, 9404, 9107, 7960, 14287, 7857, 13229, 8287, 12336, 8873, 9517, 12946, 9448, 14062, 7947, 12980, 9518, 12319, 11380, 10214, 15121, 8680, 13850, 9112, 12080, 8854, 8749, 14601, 7481, 13775, 8093, 12799, 8716, 8680, 12178, 7587, 13240, 7622, 12137, 8299, 9286, 9835, 7688, 14360, 7569, 13276, 8323, 10945, 8596, 7942, 14368, 7351, 13479, 8122, 12071, 8814, 7848, 14126, 7355, 13593, 8081, 12460, 8808, 7941, 14339, 7638, 13271, 8105, 9539, 8461, 7980, 8557, 8172, 8626, 9966, 9494, 8135, 13930, 7720, 12738, 8457, 9871, 8535, 7489, 14374, 7738, 13840, 8191, 11648, 8583, 8102, 12168, 7836, 12150, 7897, 10819, 8552, 9152, 9667, 7572, 13766, 7733, 12044, 8362, 9806, 8536, 7953, 13262, 7472, 13055, 7814, 12574, 8571, 9200, 8785, 7679, 13821, 7240, 13824, 7800, 12272, 8843, 9052, 9946, 7924, 14446, 7172, 13835, 8057, 12225, 8483, 8340, 14050, 7216, 13323, 7489, 12608, 9034, 8977, 13012, 7442, 12939, 7519, 11389, 8401, 8867, 10242, 7230, 13368, 7464, 10805, 8455, 9067, 9445, 7519, 13913, 7109, 12077, 8299, 10125, 8493, 7893, 11215, 7689, 13823, 7404, 12292, 8328, 10728, 8286, 8616, 12337, 7481, 13428, 7520, 12122, 8138, 11027, 8279, 8610, 11843, 7530, 13160, 7368, 11909, 8116, 10000, 8410, 7980, 13540, 7905, 13310, 7425, 12633, 8334, 9510, 9837, 8193, 14141, 7308, 13895, 8062, 11507, 8326, 9245, 13403, 7383, 13447, 7581, 12511, 8447, 10468, 8040, 8039, 13639, 7188, 12952, 7423, 12139, 8212, 9844, 8300, 7771, 13341, 7449, 13021, 7502, 12088, 8342, 9755, 8805, 7670, 14154, 7138, 12590, 8318, 10071, 8681, 7677, 14211, 7208, 13079, 8077, 10594, 8414, 7818, 14024, 7027, 12977, 7676, 11849, 8334, 8671, 12690, 7249, 13128, 7503, 11461, 8324, 9016, 10633, 7884, 14020, 7122, 12908, 8024, 10483, 8291, 7774, 14039, 7148, 13648, 7710, 11850, 8332, 9022, 8718, 8015, 14050, 7112, 13487, 8053, 11533, 8261, 8798, 10094, 7692, 14050, 7182, 12474, 8112, 11354, 8493, 8545, 14046, 7516, 13351, 7722, 12992, 8993, 10043, 8788, 7941, 14604, 7287, 13308, 7940, 11520, 8319, 8197, 12814, 7164, 13000, 7456, 11760, 8523, 9559, 8731, 7448, 14253, 7233, 12734, 8166, 10591, 8330, 7629, 13339, 7231, 13046, 7876, 11406, 8502, 8869, 8211, 7683, 13100, 7281, 12705, 7530, 11024, 8209, 9744, 8196, 9606, 7835, 12467, 8828, 8976, 12941, 7862, 14029, 7123, 13152, 8504, 12609, 8367, 10034, 8491, 7936, 13544, 7096, 13058, 7404, 12602, 8274, 9483, 8399, 7474, 12963, 7176, 13069, 7226, 12245, 8393, 9571, 8188, 7710, 13873, 7174, 13526, 7210, 12756, 8638, 9527, 8101, 7855, 14039, 7193, 13162, 7726, 11987, 8629, 8805, 11724, 7523, 13519, 7128, 12256, 8790, 9354, 8627, 7836, 13797, 7174, 11380, 8333, 9667, 8152, 7835, 13751, 7168, 13200, 7754, 11747, 8186, 8510, 12457, 7191, 12643, 7441, 11167, 8502, 9024, 8579, 7601, 14036, 7137, 13425, 7887, 11549, 8553, 9109, 10678, 7583, 13946, 7276, 12800, 8209, 10251, 8350, 8010, 13411, 7132, 12970, 7514, 11728, 8428, 9622, 8285, 7786, 14034, 7142, 13104, 7581, 13142, 8703, 9262, 12835, 7569, 13423, 7447, 12066, 8362, 8892, 12538, 7171, 12478, 7726, 11238, 8244, 8266, 13282, 7380, 12294, 8278, 10763, 8312, 8305, 12953, 7366, 12725, 8154, 11240, 8186, 8588, 13549, 7223, 12759, 7891, 11322, 8277, 8683, 14004, 7411, 13254, 7773, 11890, 8158, 8874, 14485, 7254, 13829, 7776, 12303, 8135, 8613, 13860, 7189, 13421, 7533, 11790, 8417, 8870, 12030, 7553, 12991, 7253, 11671, 8107, 9601, 8308, 8131, 14443, 7142, 13348, 7975, 13091, 8148, 10735, 8239, 13692, 9521, 11162, 13615, 9088, 14674, 7390, 13538, 10306, 10405, 12821, 8391, 14363, 7314, 13028, 8708, 8762, 10098, 7220, 12454, 7328, 10380, 8527, 8302, 8691, 7443, 13507, 7295, 10408, 8493, 8533, 8780, 7359, 14285, 7428, 11367, 8396, 9443, 8433, 7908, 14039], 'WindowCenter': [4059.0, 4114.0, 4051.0, 4068.0, 4023.0, 4014.0, 4062.0, 4011.0, 4061.0, 4022.0, 4052.0, 4020.0, 4022.0, 4038.0, 4011.0, 4050.0, 4010.0, 4041.0, 4022.0, 4022.0, 4022.0, 4041.0, 4024.0, 4075.0, 4022.0, 4034.0, 4062.0, 4012.0, 4061.0, 4011.0, 4062.0, 4021.0, 4043.0, 4031.0, 4023.0, 4061.0, 4011.0, 4071.0, 4021.0, 4042.0, 4021.0, 4013.0, 4071.0, 4011.0, 4061.0, 4022.0, 4043.0, 4029.0, 4012.0, 4070.0, 4011.0, 4072.0, 4010.0, 4043.0, 4050.0, 4022.0, 4060.0, 4000.0, 4051.0, 4020.0, 4022.0, 4048.0, 4000.0, 4059.0, 3999.0, 4050.0, 4010.0, 4022.0, 4048.0, 3999.0, 4049.0, 3998.0, 4050.0, 3997.0, 4009.0, 4048.0, 3988.0, 4047.0, 3987.0, 4038.0, 4007.0, 4018.0, 4017.0, 3999.0, 4057.0, 3988.0, 4049.0, 3997.0, 4029.0, 4018.0, 3999.0, 4057.0, 3988.0, 4047.0, 3998.0, 4050.0, 4021.0, 4011.0, 4029.0, 4010.0, 4059.0, 4009.0, 4040.0, 4019.0, 4021.0, 4029.0, 4012.0, 4072.0, 4000.0, 4061.0, 4009.0, 4052.0, 4021.0, 4001.0, 4059.0, 4000.0, 4060.0, 3999.0, 4052.0, 4019.0, 4000.0, 4059.0, 3999.0, 4059.0, 3997.0, 4041.0, 4018.0, 3999.0, 4057.0, 3988.0, 4048.0, 4007.0, 4027.0, 4006.0, 3998.0, 4047.0, 3986.0, 4047.0, 4006.0, 4018.0, 4006.0, 4000.0, 4059.0, 3998.0, 4039.0, 4008.0, 4019.0, 4038.0, 3999.0, 4049.0, 4009.0, 4040.0, 4008.0, 4011.0, 4057.0, 3999.0, 4049.0, 4009.0, 4040.0, 4007.0, 3999.0, 4057.0, 3998.0, 4060.0, 4009.0, 4040.0, 3997.0, 4009.0, 4047.0, 3999.0, 4059.0, 4008.0, 4041.0, 4007.0, 4010.0, 4059.0, 3999.0, 4059.0, 4007.0, 4020.0, 4017.0, 3989.0, 4057.0, 3998.0, 4039.0, 4018.0, 4021.0, 4037.0, 3999.0, 4049.0, 4009.0, 4040.0, 4018.0, 4011.0, 4060.0, 3999.0, 4059.0, 4008.0, 4051.0, 4008.0, 4010.0, 4058.0, 3988.0, 4059.0, 4008.0, 4040.0, 4017.0, 4010.0, 4059.0, 3988.0, 4059.0, 4009.0, 4040.0, 4008.0, 4000.0, 4059.0, 3988.0, 4049.0, 4008.0, 4051.0, 4018.0, 4009.0, 4058.0, 3999.0, 4059.0, 4010.0, 4050.0, 4018.0, 4010.0, 4049.0, 3999.0, 4059.0, 4009.0, 4050.0, 4018.0, 4009.0, 4037.0, 3999.0, 4058.0, 4009.0, 4050.0, 4008.0, 4040.0, 4017.0, 4008.0, 4058.0, 3998.0, 4059.0, 4006.0, 4029.0, 4006.0, 3997.0, 4057.0, 3998.0, 4058.0, 4007.0, 4018.0, 4015.0, 3985.0, 4055.0, 3986.0, 4046.0, 4007.0, 4018.0, 4025.0, 3997.0, 4057.0, 3986.0, 4046.0, 3995.0, 4026.0, 4005.0, 3986.0, 4055.0, 3985.0, 4046.0, 3995.0, 4037.0, 4006.0, 3998.0, 4005.0, 3988.0, 4047.0, 3997.0, 4029.0, 4020.0, 4021.0, 4017.0, 4000.0, 4059.0, 4011.0, 4060.0, 4009.0, 4040.0, 4007.0, 4021.0, 4049.0, 4012.0, 4060.0, 4011.0, 4052.0, 4009.0, 4032.0, 4019.0, 4023.0, 4072.0, 4012.0, 4062.0, 4021.0, 4063.0, 4019.0, 4044.0, 4061.0, 4044.0, 4072.0, 4011.0, 4062.0, 4029.0, 4063.0, 4050.0, 4042.0, 4070.0, 4009.0, 4059.0, 4006.0, 4049.0, 4006.0, 4008.0, 4056.0, 3987.0, 4046.0, 3996.0, 4048.0, 4007.0, 4009.0, 4047.0, 3998.0, 4048.0, 3998.0, 4049.0, 3998.0, 4019.0, 4028.0, 3998.0, 4058.0, 3987.0, 4048.0, 3995.0, 4038.0, 4006.0, 3999.0, 4058.0, 3987.0, 4048.0, 3997.0, 4038.0, 4006.0, 3998.0, 4046.0, 3974.0, 4046.0, 3985.0, 4037.0, 4006.0, 3999.0, 4056.0, 3985.0, 4047.0, 3995.0, 4017.0, 3994.0, 3998.0, 4008.0, 4021.0, 4034.0, 4055.0, 4031.0, 4012.0, 4071.0, 4001.0, 4061.0, 4010.0, 4031.0, 4008.0, 3989.0, 4059.0, 3999.0, 4060.0, 4009.0, 4049.0, 4008.0, 4000.0, 4047.0, 4000.0, 4049.0, 3999.0, 4040.0, 4009.0, 4031.0, 4018.0, 4001.0, 4058.0, 3998.0, 4049.0, 4008.0, 4031.0, 4008.0, 4011.0, 4059.0, 3988.0, 4059.0, 3999.0, 4050.0, 4019.0, 4031.0, 4010.0, 4000.0, 4059.0, 3988.0, 4058.0, 3998.0, 4050.0, 4020.0, 4021.0, 4018.0, 4000.0, 4058.0, 3978.0, 4059.0, 3998.0, 4050.0, 3997.0, 3998.0, 4047.0, 3976.0, 4046.0, 3976.0, 4048.0, 4006.0, 4019.0, 4046.0, 3987.0, 4046.0, 3985.0, 4037.0, 3996.0, 4019.0, 4026.0, 3988.0, 4047.0, 3986.0, 4027.0, 3996.0, 4020.0, 4017.0, 3988.0, 4047.0, 3977.0, 4048.0, 3997.0, 4030.0, 4007.0, 4000.0, 4038.0, 3999.0, 4058.0, 3988.0, 4049.0, 4009.0, 4040.0, 4007.0, 4010.0, 4048.0, 4000.0, 4059.0, 3999.0, 4051.0, 3998.0, 4040.0, 3996.0, 4021.0, 4048.0, 4000.0, 4059.0, 3988.0, 4049.0, 3998.0, 4031.0, 4009.0, 4011.0, 4060.0, 4009.0, 4060.0, 3989.0, 4061.0, 4010.0, 4032.0, 4029.0, 4010.0, 4060.0, 3990.0, 4070.0, 4011.0, 4051.0, 4009.0, 4032.0, 4058.0, 3988.0, 4060.0, 3999.0, 4050.0, 4009.0, 4041.0, 3997.0, 4010.0, 4058.0, 3990.0, 4048.0, 3987.0, 4049.0, 4007.0, 4030.0, 4007.0, 4000.0, 4059.0, 3989.0, 4048.0, 3987.0, 4049.0, 3996.0, 4019.0, 4006.0, 3999.0, 4058.0, 3977.0, 4049.0, 3997.0, 4029.0, 4007.0, 3999.0, 4058.0, 3988.0, 4048.0, 3996.0, 4029.0, 3996.0, 3999.0, 4058.0, 3977.0, 4048.0, 3986.0, 4039.0, 4007.0, 4010.0, 4047.0, 3988.0, 4047.0, 3986.0, 4037.0, 3997.0, 4020.0, 4027.0, 3999.0, 4060.0, 3988.0, 4060.0, 3998.0, 4039.0, 3996.0, 3999.0, 4057.0, 3989.0, 4059.0, 3999.0, 4051.0, 4008.0, 4021.0, 4007.0, 4000.0, 4058.0, 3989.0, 4060.0, 3998.0, 4040.0, 3997.0, 4010.0, 4027.0, 3999.0, 4059.0, 3989.0, 4050.0, 3999.0, 4041.0, 4007.0, 4010.0, 4058.0, 3990.0, 4060.0, 3999.0, 4060.0, 4006.0, 4029.0, 4007.0, 4010.0, 4068.0, 3988.0, 4059.0, 3997.0, 4039.0, 3997.0, 4009.0, 4048.0, 3989.0, 4049.0, 3988.0, 4039.0, 4008.0, 4030.0, 4007.0, 3989.0, 4058.0, 3989.0, 4049.0, 4009.0, 4041.0, 3998.0, 3999.0, 4047.0, 3988.0, 4047.0, 3998.0, 4051.0, 4008.0, 4020.0, 3997.0, 4001.0, 4059.0, 3999.0, 4061.0, 4011.0, 4052.0, 4009.0, 4031.0, 4021.0, 4030.0, 4014.0, 4076.0, 4021.0, 4022.0, 4049.0, 4011.0, 4059.0, 3990.0, 4060.0, 4009.0, 4050.0, 3997.0, 4030.0, 4007.0, 4011.0, 4058.0, 3989.0, 4048.0, 3987.0, 4049.0, 4008.0, 4030.0, 4007.0, 3990.0, 4048.0, 3989.0, 4048.0, 3988.0, 4049.0, 4009.0, 4020.0, 3998.0, 3989.0, 4047.0, 3977.0, 4048.0, 3987.0, 4050.0, 4007.0, 4018.0, 3985.0, 3999.0, 4057.0, 3978.0, 4059.0, 3998.0, 4039.0, 4008.0, 4009.0, 4036.0, 3987.0, 4047.0, 3977.0, 4039.0, 3997.0, 4008.0, 3995.0, 3987.0, 4046.0, 3988.0, 4038.0, 3997.0, 4019.0, 3985.0, 3998.0, 4046.0, 3977.0, 4049.0, 3988.0, 4038.0, 3996.0, 4009.0, 4035.0, 3978.0, 4047.0, 3987.0, 4039.0, 4008.0, 4019.0, 4007.0, 3999.0, 4057.0, 3988.0, 4060.0, 3998.0, 4040.0, 4007.0, 4021.0, 4027.0, 4000.0, 4058.0, 3988.0, 4049.0, 3998.0, 4029.0, 3995.0, 4000.0, 4048.0, 3979.0, 4048.0, 3987.0, 4038.0, 3997.0, 4019.0, 4008.0, 4000.0, 4058.0, 3990.0, 4049.0, 3987.0, 4059.0, 4007.0, 4020.0, 4046.0, 3988.0, 4046.0, 3987.0, 4048.0, 3996.0, 4019.0, 4047.0, 3978.0, 4047.0, 3999.0, 4040.0, 4007.0, 4010.0, 4059.0, 4000.0, 4049.0, 4009.0, 4041.0, 4009.0, 4022.0, 4061.0, 4002.0, 4061.0, 4011.0, 4052.0, 4009.0, 4022.0, 4059.0, 4000.0, 4061.0, 4010.0, 4052.0, 4009.0, 4021.0, 4060.0, 4000.0, 4061.0, 4011.0, 4053.0, 4009.0, 4023.0, 4069.0, 4000.0, 4071.0, 4000.0, 4063.0, 4000.0, 4023.0, 4059.0, 3990.0, 4060.0, 4000.0, 4052.0, 4010.0, 4022.0, 4048.0, 4011.0, 4061.0, 4000.0, 4053.0, 4010.0, 4033.0, 4010.0, 4013.0, 4070.0, 3989.0, 4061.0, 4011.0, 4061.0, 4011.0, 4041.0, 4035.0, 4087.0, 4034.0, 4054.0, 4059.0, 4010.0, 4060.0, 3987.0, 4050.0, 4017.0, 4029.0, 4036.0, 3996.0, 4045.0, 3974.0, 4036.0, 3995.0, 3996.0, 4013.0, 3974.0, 4035.0, 3975.0, 4017.0, 4007.0, 3998.0, 3995.0, 3988.0, 4046.0, 3986.0, 4028.0, 4007.0, 4009.0, 3996.0, 3989.0, 4058.0, 3989.0, 4039.0, 4009.0, 4019.0, 3998.0, 3999.0, 4058.0], 'WindowWidth': [9057.0, 9116.0, 9024.0, 9040.0, 8970.0, 8960.0, 9018.0, 8950.0, 9013.0, 8963.0, 9004.0, 8957.0, 8963.0, 8979.0, 8949.0, 8998.0, 8947.0, 8987.0, 8965.0, 8966.0, 8966.0, 8990.0, 8972.0, 9043.0, 8964.0, 8986.0, 9017.0, 8950.0, 9015.0, 8949.0, 9016.0, 8962.0, 8995.0, 8973.0, 8968.0, 9016.0, 8948.0, 9025.0, 8963.0, 8992.0, 8960.0, 8954.0, 9028.0, 8950.0, 9016.0, 8965.0, 8996.0, 8971.0, 8953.0, 9028.0, 8948.0, 9030.0, 8945.0, 8993.0, 8998.0, 8963.0, 9012.0, 8931.0, 9001.0, 8959.0, 8964.0, 8994.0, 8931.0, 9009.0, 8929.0, 8998.0, 8944.0, 8965.0, 8992.0, 8929.0, 8995.0, 8925.0, 8997.0, 8921.0, 8942.0, 8992.0, 8912.0, 8988.0, 8908.0, 8977.0, 8934.0, 8952.0, 8949.0, 8929.0, 9004.0, 8912.0, 8993.0, 8922.0, 8968.0, 8953.0, 8930.0, 9003.0, 8912.0, 8988.0, 8926.0, 8999.0, 8962.0, 8951.0, 8969.0, 8945.0, 9010.0, 8944.0, 8987.0, 8959.0, 8965.0, 8970.0, 8951.0, 9031.0, 8934.0, 9013.0, 8944.0, 9006.0, 8961.0, 8936.0, 9009.0, 8932.0, 9013.0, 8929.0, 9004.0, 8955.0, 8933.0, 9009.0, 8928.0, 9008.0, 8922.0, 8989.0, 8952.0, 8929.0, 9004.0, 8913.0, 8991.0, 8934.0, 8963.0, 8933.0, 8927.0, 8989.0, 8906.0, 8988.0, 8932.0, 8953.0, 8931.0, 8933.0, 9008.0, 8928.0, 8983.0, 8938.0, 8956.0, 8979.0, 8932.0, 8997.0, 8943.0, 8987.0, 8938.0, 8948.0, 9004.0, 8930.0, 8996.0, 8942.0, 8986.0, 8935.0, 8929.0, 9002.0, 8928.0, 9011.0, 8942.0, 8985.0, 8921.0, 8941.0, 8990.0, 8930.0, 9009.0, 8941.0, 8988.0, 8937.0, 8947.0, 9009.0, 8930.0, 9010.0, 8939.0, 8958.0, 8950.0, 8917.0, 9004.0, 8927.0, 8983.0, 8955.0, 8962.0, 8978.0, 8931.0, 8995.0, 8942.0, 8988.0, 8955.0, 8951.0, 9011.0, 8931.0, 9010.0, 8940.0, 9001.0, 8939.0, 8947.0, 9008.0, 8914.0, 9007.0, 8940.0, 8987.0, 8950.0, 8947.0, 9010.0, 8915.0, 9009.0, 8941.0, 8986.0, 8939.0, 8934.0, 9008.0, 8915.0, 8994.0, 8941.0, 9003.0, 8955.0, 8945.0, 9006.0, 8929.0, 9009.0, 8945.0, 9001.0, 8953.0, 8949.0, 8995.0, 8931.0, 9009.0, 8945.0, 9001.0, 8954.0, 8945.0, 8977.0, 8931.0, 9006.0, 8945.0, 8999.0, 8941.0, 8986.0, 8949.0, 8941.0, 9007.0, 8929.0, 9009.0, 8935.0, 8970.0, 8933.0, 8925.0, 9003.0, 8926.0, 9008.0, 8938.0, 8953.0, 8944.0, 8907.0, 8999.0, 8907.0, 8986.0, 8935.0, 8953.0, 8956.0, 8922.0, 9001.0, 8906.0, 8986.0, 8917.0, 8961.0, 8929.0, 8909.0, 8995.0, 8905.0, 8984.0, 8918.0, 8977.0, 8934.0, 8927.0, 8931.0, 8913.0, 8990.0, 8925.0, 8969.0, 8960.0, 8963.0, 8951.0, 8933.0, 9009.0, 8950.0, 9012.0, 8945.0, 8987.0, 8937.0, 8963.0, 8997.0, 8953.0, 9013.0, 8950.0, 9005.0, 8944.0, 8982.0, 8961.0, 8969.0, 9033.0, 8953.0, 9018.0, 8965.0, 9022.0, 8959.0, 8999.0, 9018.0, 8997.0, 9034.0, 8951.0, 9019.0, 8971.0, 9023.0, 8998.0, 8992.0, 9028.0, 8943.0, 9010.0, 8934.0, 8996.0, 8932.0, 8940.0, 9001.0, 8911.0, 8986.0, 8920.0, 8992.0, 8936.0, 8945.0, 8991.0, 8928.0, 8993.0, 8927.0, 8994.0, 8926.0, 8957.0, 8966.0, 8928.0, 9005.0, 8910.0, 8992.0, 8918.0, 8980.0, 8935.0, 8931.0, 9006.0, 8911.0, 8991.0, 8922.0, 8979.0, 8932.0, 8927.0, 8987.0, 8889.0, 8985.0, 8903.0, 8975.0, 8932.0, 8928.0, 9000.0, 8903.0, 8987.0, 8917.0, 8950.0, 8915.0, 8928.0, 8941.0, 8964.0, 8989.0, 9017.0, 8976.0, 8952.0, 9028.0, 8935.0, 9015.0, 8947.0, 8976.0, 8939.0, 8918.0, 9007.0, 8930.0, 9010.0, 8943.0, 8997.0, 8937.0, 8932.0, 8990.0, 8934.0, 8995.0, 8932.0, 8986.0, 8941.0, 8975.0, 8953.0, 8937.0, 9008.0, 8927.0, 8996.0, 8940.0, 8974.0, 8940.0, 8951.0, 9009.0, 8915.0, 9009.0, 8929.0, 8997.0, 8956.0, 8977.0, 8945.0, 8934.0, 9008.0, 8914.0, 9006.0, 8928.0, 8998.0, 8960.0, 8962.0, 8953.0, 8933.0, 9007.0, 8900.0, 9007.0, 8927.0, 8999.0, 8921.0, 8926.0, 8987.0, 8893.0, 8986.0, 8893.0, 8992.0, 8934.0, 8956.0, 8985.0, 8908.0, 8986.0, 8904.0, 8977.0, 8921.0, 8957.0, 8959.0, 8912.0, 8988.0, 8909.0, 8961.0, 8922.0, 8958.0, 8949.0, 8913.0, 8989.0, 8897.0, 8991.0, 8923.0, 8971.0, 8937.0, 8932.0, 8978.0, 8931.0, 9005.0, 8914.0, 8995.0, 8945.0, 8987.0, 8938.0, 8946.0, 8992.0, 8933.0, 9009.0, 8932.0, 9000.0, 8928.0, 8987.0, 8922.0, 8961.0, 8992.0, 8934.0, 9009.0, 8916.0, 8996.0, 8927.0, 8975.0, 8945.0, 8952.0, 9012.0, 8945.0, 9012.0, 8918.0, 9013.0, 8947.0, 8981.0, 8970.0, 8947.0, 9011.0, 8920.0, 9026.0, 8951.0, 9005.0, 8943.0, 8978.0, 9008.0, 8915.0, 9012.0, 8931.0, 8999.0, 8942.0, 8988.0, 8923.0, 8947.0, 9009.0, 8920.0, 8993.0, 8913.0, 8995.0, 8938.0, 8971.0, 8936.0, 8934.0, 9009.0, 8918.0, 8993.0, 8911.0, 8994.0, 8921.0, 8955.0, 8934.0, 8929.0, 9005.0, 8898.0, 8994.0, 8922.0, 8969.0, 8938.0, 8931.0, 9006.0, 8913.0, 8992.0, 8922.0, 8968.0, 8922.0, 8930.0, 9005.0, 8899.0, 8990.0, 8907.0, 8981.0, 8937.0, 8946.0, 8988.0, 8913.0, 8990.0, 8908.0, 8976.0, 8925.0, 8961.0, 8964.0, 8931.0, 9011.0, 8914.0, 9010.0, 8928.0, 8984.0, 8921.0, 8930.0, 9004.0, 8915.0, 9007.0, 8931.0, 9001.0, 8941.0, 8961.0, 8936.0, 8932.0, 9006.0, 8918.0, 9013.0, 8929.0, 8986.0, 8923.0, 8946.0, 8963.0, 8930.0, 9011.0, 8919.0, 8999.0, 8930.0, 8988.0, 8936.0, 8946.0, 9006.0, 8919.0, 9013.0, 8930.0, 9011.0, 8935.0, 8969.0, 8935.0, 8945.0, 9021.0, 8915.0, 9007.0, 8924.0, 8982.0, 8922.0, 8943.0, 8994.0, 8915.0, 8994.0, 8912.0, 8981.0, 8938.0, 8971.0, 8936.0, 8917.0, 9007.0, 8916.0, 8993.0, 8943.0, 8989.0, 8926.0, 8931.0, 8990.0, 8915.0, 8989.0, 8929.0, 9000.0, 8941.0, 8960.0, 8924.0, 8935.0, 9008.0, 8933.0, 9015.0, 8952.0, 9005.0, 8946.0, 8977.0, 8964.0, 8973.0, 8960.0, 9047.0, 8961.0, 8964.0, 8995.0, 8947.0, 9009.0, 8921.0, 9011.0, 8943.0, 8998.0, 8923.0, 8972.0, 8937.0, 8947.0, 9007.0, 8916.0, 8992.0, 8912.0, 8993.0, 8939.0, 8973.0, 8938.0, 8918.0, 8991.0, 8915.0, 8992.0, 8913.0, 8993.0, 8943.0, 8959.0, 8924.0, 8915.0, 8988.0, 8896.0, 8989.0, 8910.0, 8995.0, 8935.0, 8953.0, 8902.0, 8929.0, 9000.0, 8898.0, 9008.0, 8927.0, 8982.0, 8937.0, 8941.0, 8971.0, 8909.0, 8989.0, 8897.0, 8980.0, 8921.0, 8937.0, 8915.0, 8908.0, 8986.0, 8914.0, 8979.0, 8924.0, 8954.0, 8903.0, 8927.0, 8987.0, 8896.0, 8993.0, 8913.0, 8980.0, 8918.0, 8940.0, 8969.0, 8898.0, 8988.0, 8910.0, 8981.0, 8941.0, 8956.0, 8934.0, 8930.0, 9003.0, 8916.0, 9010.0, 8927.0, 8986.0, 8935.0, 8959.0, 8963.0, 8932.0, 9007.0, 8913.0, 8995.0, 8924.0, 8968.0, 8918.0, 8931.0, 8993.0, 8903.0, 8991.0, 8910.0, 8979.0, 8923.0, 8958.0, 8940.0, 8934.0, 9008.0, 8919.0, 8995.0, 8910.0, 9008.0, 8937.0, 8958.0, 8987.0, 8911.0, 8987.0, 8909.0, 8992.0, 8919.0, 8956.0, 8989.0, 8901.0, 8990.0, 8928.0, 8986.0, 8938.0, 8948.0, 9008.0, 8933.0, 8995.0, 8944.0, 8990.0, 8943.0, 8966.0, 9016.0, 8940.0, 9014.0, 8949.0, 9006.0, 8943.0, 8965.0, 9010.0, 8935.0, 9015.0, 8946.0, 9006.0, 8943.0, 8963.0, 9012.0, 8934.0, 9015.0, 8950.0, 9009.0, 8943.0, 8967.0, 9023.0, 8932.0, 9029.0, 8936.0, 9021.0, 8931.0, 8967.0, 9010.0, 8920.0, 9013.0, 8936.0, 9005.0, 8944.0, 8963.0, 8993.0, 8950.0, 9016.0, 8936.0, 9007.0, 8947.0, 8981.0, 8946.0, 8955.0, 9027.0, 8919.0, 9015.0, 8948.0, 9015.0, 8951.0, 8989.0, 8990.0, 9062.0, 8985.0, 9012.0, 9009.0, 8945.0, 9010.0, 8908.0, 8998.0, 8947.0, 8967.0, 8971.0, 8919.0, 8983.0, 8887.0, 8971.0, 8915.0, 8919.0, 8937.0, 8887.0, 8967.0, 8889.0, 8950.0, 8936.0, 8926.0, 8915.0, 8911.0, 8985.0, 8906.0, 8965.0, 8936.0, 8942.0, 8919.0, 8916.0, 9005.0, 8918.0, 8982.0, 8940.0, 8956.0, 8925.0, 8930.0, 9006.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.00021578826237054086</td></tr>
<tr><td colspan=3>aqi</td><td>0.01696902002301496</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.40448426974651</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2839727185368661</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9811854625806463</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>7497.2358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0752623048449437</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.589054826397768</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.570625393256969</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.843398386753554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353140699182781</td></tr>
<tr><td colspan=3>gcor</td><td>0.00699592</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02075839973986149</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01838386431336403</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.346528086555752</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>39.197</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.0272</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311110.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.7533</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.1383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3229.8861</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65434.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1042.8639</td></tr>
<tr><td colspan=3>tsnr</td><td>45.3102727670921</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>