<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-03/func/sub-0057_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>2d6244e6e5fa3b0237f3683703416cce</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>15:38:24.592500</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.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</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.112319</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>[4146, -7782, -7203, 622, -7, -159, -90, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>254.742</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>229e4b46-1522-4e47-a22f-d6014c260b5b||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.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['153824.592500', '153825.052500', '153825.512500', '153825.972500', '153826.432500', '153826.892500', '153827.352500', '153827.812500', '153828.272500', '153828.732500', '153829.192500', '153829.652500', '153830.112500', '153830.572500', '153831.032500', '153831.492500', '153831.952500', '153832.412500', '153832.872500', '153833.332500', '153833.792500', '153834.252500', '153834.712500', '153835.172500', '153835.632500', '153836.092500', '153836.552500', '153837.012500', '153837.472500', '153837.932500', '153838.392500', '153838.852500', '153839.312500', '153839.772500', '153840.232500', '153840.692500', '153841.152500', '153841.612500', '153842.072500', '153842.532500', '153842.992500', '153843.452500', '153843.912500', '153844.372500', '153844.832500', '153845.292500', '153845.752500', '153846.212500', '153846.672500', '153847.132500', '153847.592500', '153848.052500', '153848.512500', '153848.972500', '153849.432500', '153849.892500', '153850.352500', '153850.812500', '153851.272500', '153851.732500', '153852.192500', '153852.652500', '153853.112500', '153853.572500', '153854.032500', '153854.492500', '153854.952500', '153855.412500', '153855.872500', '153856.332500', '153856.792500', '153857.252500', '153857.712500', '153858.172500', '153858.632500', '153859.092500', '153859.552500', '153900.012500', '153900.472500', '153900.932500', '153901.392500', '153901.852500', '153902.312500', '153902.772500', '153903.232500', '153903.692500', '153904.152500', '153904.612500', '153905.072500', '153905.532500', '153905.992500', '153906.452500', '153906.912500', '153907.372500', '153907.832500', '153908.292500', '153908.752500', '153909.212500', '153909.672500', '153910.132500', '153910.592500', '153911.052500', '153911.512500', '153911.972500', '153912.432500', '153912.892500', '153913.352500', '153913.812500', '153914.272500', '153914.732500', '153915.192500', '153915.652500', '153916.112500', '153916.572500', '153917.032500', '153917.492500', '153917.952500', '153918.412500', '153918.872500', '153919.332500', '153919.792500', '153920.252500', '153920.712500', '153921.172500', '153921.632500', '153922.092500', '153922.552500', '153923.012500', '153923.472500', '153923.932500', '153924.392500', '153924.852500', '153925.312500', '153925.772500', '153926.232500', '153926.692500', '153927.152500', '153927.612500', '153928.072500', '153928.532500', '153928.992500', '153929.452500', '153929.912500', '153930.372500', '153930.832500', '153931.292500', '153931.752500', '153932.212500', '153932.672500', '153933.132500', '153933.592500', '153934.052500', '153934.512500', '153934.972500', '153935.432500', '153935.892500', '153936.352500', '153936.812500', '153937.272500', '153937.732500', '153938.192500', '153938.652500', '153939.112500', '153939.572500', '153940.032500', '153940.492500', '153940.952500', '153941.412500', '153941.872500', '153942.332500', '153942.792500', '153943.252500', '153943.712500', '153944.172500', '153944.632500', '153945.092500', '153945.552500', '153946.012500', '153946.472500', '153946.932500', '153947.392500', '153947.852500', '153948.312500', '153948.772500', '153949.232500', '153949.692500', '153950.152500', '153950.612500', '153951.072500', '153951.532500', '153951.992500', '153952.452500', '153952.912500', '153953.372500', '153953.832500', '153954.292500', '153954.752500', '153955.212500', '153955.672500', '153956.132500', '153956.592500', '153957.052500', '153957.512500', '153957.972500', '153958.432500', '153958.892500', '153959.352500', '153959.812500', '154000.272500', '154000.732500', '154001.192500', '154001.652500', '154002.112500', '154002.572500', '154003.032500', '154003.492500', '154003.952500', '154004.412500', '154004.872500', '154005.332500', '154005.792500', '154006.252500', '154006.712500', '154007.172500', '154007.632500', '154008.092500', '154008.552500', '154009.012500', '154009.472500', '154009.932500', '154010.392500', '154010.852500', '154011.312500', '154011.772500', '154012.232500', '154012.692500', '154013.152500', '154013.612500', '154014.072500', '154014.532500', '154014.992500', '154015.452500', '154015.912500', '154016.372500', '154016.832500', '154017.292500', '154017.752500', '154018.212500', '154018.672500', '154019.132500', '154019.592500', '154020.052500', '154020.512500', '154020.972500', '154021.432500', '154021.892500', '154022.352500', '154022.812500', '154023.272500', '154023.732500', '154024.192500', '154024.652500', '154025.112500', '154025.572500', '154026.032500', '154026.492500', '154026.952500', '154027.412500', '154027.872500', '154028.332500', '154028.792500', '154029.252500', '154029.712500', '154030.172500', '154030.632500', '154031.092500', '154031.552500', '154032.012500', '154032.472500', '154032.932500', '154033.392500', '154033.852500', '154034.312500', '154034.772500', '154035.232500', '154035.692500', '154036.152500', '154036.612500', '154037.072500', '154037.532500', '154037.992500', '154038.452500', '154038.912500', '154039.372500', '154039.832500', '154040.292500', '154040.752500', '154041.212500', '154041.672500', '154042.132500', '154042.592500', '154043.052500', '154043.512500', '154043.972500', '154044.432500', '154044.892500', '154045.352500', '154045.812500', '154046.272500', '154046.732500', '154047.192500', '154047.652500', '154048.112500', '154048.572500', '154049.032500', '154049.492500', '154049.952500', '154050.412500', '154050.872500', '154051.332500', '154051.792500', '154052.252500', '154052.712500', '154053.172500', '154053.632500', '154054.092500', '154054.552500', '154055.012500', '154055.472500', '154055.932500', '154056.392500', '154056.852500', '154057.312500', '154057.772500', '154058.232500', '154058.692500', '154059.152500', '154059.612500', '154100.072500', '154100.532500', '154100.992500', '154101.452500', '154101.912500', '154102.372500', '154102.832500', '154103.292500', '154103.752500', '154104.212500', '154104.672500', '154105.132500', '154105.592500', '154106.052500', '154106.512500', '154106.972500', '154107.432500', '154107.892500', '154108.352500', '154108.812500', '154109.272500', '154109.732500', '154110.192500', '154110.652500', '154111.112500', '154111.572500', '154112.032500', '154112.492500', '154112.952500', '154113.412500', '154113.872500', '154114.332500', '154114.792500', '154115.252500', '154115.712500', '154116.172500', '154116.632500', '154117.092500', '154117.552500', '154118.012500', '154118.472500', '154118.932500', '154119.392500', '154119.852500', '154120.312500', '154120.772500', '154121.232500', '154121.692500', '154122.152500', '154122.612500', '154123.072500', '154123.532500', '154123.992500', '154124.452500', '154124.912500', '154125.372500', '154125.832500', '154126.292500', '154126.752500', '154127.212500', '154127.672500', '154128.132500', '154128.592500', '154129.052500', '154129.512500', '154129.972500', '154130.432500', '154130.892500', '154131.352500', '154131.812500', '154132.272500', '154132.732500', '154133.192500', '154133.652500', '154134.112500', '154134.572500', '154135.032500', '154135.492500', '154135.952500', '154136.412500', '154136.872500', '154137.332500', '154137.792500', '154138.252500', '154138.712500', '154139.172500', '154139.632500', '154140.092500', '154140.552500', '154141.012500', '154141.472500', '154141.932500', '154142.392500', '154142.852500', '154143.312500', '154143.772500', '154144.232500', '154144.692500', '154145.152500', '154145.612500', '154146.072500', '154146.532500', '154146.992500', '154147.452500', '154147.912500', '154148.372500', '154148.832500', '154149.292500', '154149.752500', '154150.212500', '154150.672500', '154151.132500', '154151.592500', '154152.052500', '154152.512500', '154152.972500', '154153.432500', '154153.892500', '154154.352500', '154154.812500', '154155.272500', '154155.732500', '154156.192500', '154156.652500', '154157.112500', '154157.572500', '154158.032500', '154158.492500', '154158.952500', '154159.412500', '154159.872500', '154200.332500', '154200.792500', '154201.252500', '154201.712500', '154202.172500', '154202.632500', '154203.092500', '154203.552500', '154204.012500', '154204.472500', '154204.932500', '154205.392500', '154205.852500', '154206.312500', '154206.772500', '154207.232500', '154207.692500', '154208.152500', '154208.612500', '154209.072500', '154209.532500', '154209.992500', '154210.452500', '154210.912500', '154211.372500', '154211.832500', '154212.292500', '154212.752500', '154213.212500', '154213.672500', '154214.132500', '154214.592500', '154215.052500', '154215.512500', '154215.972500', '154216.432500', '154216.892500', '154217.352500', '154217.812500', '154218.272500', '154218.732500', '154219.192500', '154219.652500', '154220.112500', '154220.572500', '154221.032500', '154221.492500', '154221.952500', '154222.412500', '154222.872500', '154223.332500', '154223.792500', '154224.252500', '154224.712500', '154225.172500', '154225.632500', '154226.092500', '154226.552500', '154227.012500', '154227.472500', '154227.932500', '154228.392500', '154228.852500', '154229.312500', '154229.772500', '154230.232500', '154230.692500', '154231.152500', '154231.612500', '154232.072500', '154232.532500', '154232.992500', '154233.452500', '154233.912500', '154234.372500', '154234.832500', '154235.292500', '154235.752500', '154236.212500', '154236.672500', '154237.132500', '154237.592500', '154238.052500', '154238.512500', '154238.972500', '154239.432500', '154239.892500', '154240.352500', '154240.812500', '154241.272500', '154241.732500', '154242.192500', '154242.652500', '154243.112500', '154243.572500', '154244.032500', '154244.492500', '154244.952500', '154245.412500', '154245.872500', '154246.332500', '154246.792500', '154247.252500', '154247.712500', '154248.172500', '154248.632500', '154249.092500', '154249.552500', '154250.012500', '154250.472500', '154250.932500', '154251.392500', '154251.852500', '154252.312500', '154252.772500', '154253.232500', '154253.692500', '154254.152500', '154254.612500', '154255.072500', '154255.532500', '154255.992500', '154256.452500', '154256.912500', '154257.372500', '154257.832500', '154258.292500', '154258.752500', '154259.212500', '154259.672500', '154300.132500', '154300.592500', '154301.052500', '154301.512500', '154301.972500', '154302.432500', '154302.892500', '154303.352500', '154303.812500', '154304.272500', '154304.732500', '154305.192500', '154305.652500', '154306.112500', '154306.572500', '154307.032500', '154307.492500', '154307.952500', '154308.412500', '154308.872500', '154309.332500', '154309.792500', '154310.252500', '154310.712500', '154311.172500', '154311.632500', '154312.092500', '154312.552500', '154313.012500', '154313.472500', '154313.932500', '154314.392500', '154314.852500', '154315.312500', '154315.772500', '154316.232500', '154316.692500', '154317.152500', '154317.612500', '154318.072500', '154318.532500', '154318.992500', '154319.452500', '154319.912500', '154320.372500', '154320.832500', '154321.292500', '154321.752500', '154322.212500', '154322.672500', '154323.132500', '154323.592500', '154324.052500', '154324.512500', '154324.972500', '154325.432500', '154325.892500', '154326.352500', '154326.812500', '154327.272500', '154327.732500', '154328.192500', '154328.652500', '154329.112500', '154329.572500', '154330.032500', '154330.492500', '154330.952500', '154331.412500', '154331.872500', '154332.332500', '154332.792500', '154333.252500', '154333.712500', '154334.172500', '154334.632500', '154335.092500', '154335.552500', '154336.012500', '154336.472500', '154336.932500', '154337.392500', '154337.852500', '154338.312500', '154338.772500', '154339.232500', '154339.692500', '154340.152500', '154340.612500', '154341.072500', '154341.532500', '154341.992500', '154342.452500', '154342.912500', '154343.372500', '154343.832500', '154344.292500', '154344.752500', '154345.212500', '154345.672500', '154346.132500', '154346.592500', '154347.052500', '154347.512500', '154347.972500', '154348.432500', '154348.892500', '154349.352500', '154349.812500', '154350.272500', '154350.732500', '154351.192500', '154351.652500', '154352.112500', '154352.572500', '154353.032500', '154353.492500', '154353.952500', '154354.412500', '154354.872500', '154355.332500', '154355.792500', '154356.252500', '154356.712500', '154357.172500', '154357.632500', '154358.092500', '154358.552500', '154359.012500', '154359.472500', '154359.932500', '154400.392500', '154400.852500', '154401.312500', '154401.772500', '154402.232500', '154402.692500', '154403.152500', '154403.612500', '154404.072500', '154404.532500', '154404.992500', '154405.452500', '154405.912500', '154406.372500', '154406.832500', '154407.292500', '154407.752500', '154408.212500', '154408.672500', '154409.132500', '154409.592500', '154410.052500', '154410.512500', '154410.972500', '154411.432500', '154411.892500', '154412.352500', '154412.812500', '154413.272500', '154413.732500', '154414.192500', '154414.652500', '154415.112500', '154415.572500', '154416.032500', '154416.492500', '154416.952500', '154417.412500', '154417.872500', '154418.332500', '154418.792500', '154419.252500', '154419.712500', '154420.172500', '154420.632500', '154421.092500', '154421.552500', '154422.012500', '154422.472500', '154422.932500', '154423.392500', '154423.852500', '154424.312500', '154424.772500', '154425.232500', '154425.692500', '154426.152500', '154426.612500', '154427.072500', '154427.532500', '154427.992500', '154428.452500', '154428.912500', '154429.372500', '154429.832500', '154430.292500', '154430.752500', '154431.212500', '154431.672500', '154432.132500', '154432.592500', '154433.052500', '154433.512500', '154433.972500', '154434.432500', '154434.892500', '154435.352500', '154435.812500', '154436.272500', '154436.732500', '154437.192500', '154437.652500', '154438.112500', '154438.572500', '154439.032500', '154439.492500', '154439.952500', '154440.412500', '154440.872500', '154441.332500', '154441.792500', '154442.252500', '154442.712500', '154443.172500', '154443.632500', '154444.092500', '154444.552500', '154445.012500', '154445.472500', '154445.932500', '154446.392500', '154446.852500', '154447.312500', '154447.772500', '154448.232500', '154448.692500', '154449.152500', '154449.612500', '154450.072500', '154450.532500', '154450.992500', '154451.452500', '154451.912500', '154452.372500', '154452.832500', '154453.292500', '154453.752500', '154454.212500', '154454.672500', '154455.132500', '154455.592500', '154456.052500', '154456.512500', '154456.972500', '154457.432500', '154457.892500', '154458.352500', '154458.812500', '154459.272500', '154459.732500', '154500.192500', '154500.652500', '154501.112500', '154501.572500', '154502.032500', '154502.492500', '154502.952500', '154503.412500', '154503.872500', '154504.332500', '154504.792500', '154505.252500'], 'ContentTime': ['153845.312000', '153845.315000', '153845.318000', '153845.321000', '153845.355000', '153845.358000', '153845.360000', '153845.363000', '153845.365000', '153845.368000', '153845.371000', '153845.373000', '153845.376000', '153845.378000', '153845.381000', '153845.384000', '153845.386000', '153845.389000', '153845.391000', '153845.394000', '153845.396000', '153845.399000', '153845.401000', '153845.404000', '153845.407000', '153845.409000', '153845.412000', '153845.414000', '153845.417000', '153845.420000', '153845.422000', '153845.425000', '153845.427000', '153845.430000', '153845.432000', '153845.435000', '153845.437000', '153845.440000', '153845.443000', '153845.445000', '153845.448000', '153845.450000', '153845.453000', '153905.283000', '153905.286000', '153905.289000', '153905.291000', '153905.294000', '153905.296000', '153905.299000', '153905.302000', '153905.304000', '153905.307000', '153905.309000', '153905.312000', '153905.314000', '153905.317000', '153905.320000', '153905.322000', '153905.325000', '153905.327000', '153905.330000', '153905.332000', '153905.335000', '153905.337000', '153905.340000', '153905.342000', '153905.345000', '153905.348000', '153905.350000', '153905.353000', '153905.356000', '153905.358000', '153905.361000', '153905.364000', '153905.366000', '153905.369000', '153905.371000', '153905.374000', '153905.376000', '153905.379000', '153905.381000', '153905.384000', '153905.386000', '153905.389000', '153905.392000', '153925.284000', '153925.286000', '153925.289000', '153925.291000', '153925.294000', '153925.297000', '153925.299000', '153925.302000', '153925.304000', '153925.307000', '153925.309000', '153925.312000', '153925.314000', '153925.317000', '153925.320000', '153925.322000', '153925.325000', '153925.327000', '153925.330000', '153925.332000', '153925.335000', '153925.337000', '153925.340000', '153925.342000', '153925.345000', '153925.348000', '153925.350000', '153925.353000', '153925.355000', '153925.358000', '153925.370000', '153925.373000', '153925.375000', '153925.378000', '153925.380000', '153925.383000', '153925.385000', '153925.388000', '153925.390000', '153925.393000', '153925.395000', '153925.398000', '153925.401000', '153925.403000', '153945.283000', '153945.285000', '153945.288000', '153945.290000', '153945.293000', '153945.296000', '153945.298000', '153945.301000', '153945.303000', '153945.306000', '153945.308000', '153945.311000', '153945.314000', '153945.316000', '153945.319000', '153945.321000', '153945.324000', '153945.326000', '153945.329000', '153945.331000', '153945.334000', '153945.336000', '153945.339000', '153945.342000', '153945.344000', '153945.364000', '153945.366000', '153945.369000', '153945.371000', '153945.374000', '153945.376000', '153945.385000', '153945.388000', '153945.390000', '153945.393000', '153945.395000', '153945.398000', '153945.402000', '153945.405000', '153945.408000', '153945.411000', '153945.413000', '153945.416000', '154005.282000', '154005.285000', '154005.288000', '154005.290000', '154005.293000', '154005.295000', '154005.298000', '154005.301000', '154005.303000', '154005.306000', '154005.308000', '154005.311000', '154005.313000', '154005.316000', '154005.318000', '154005.321000', '154005.323000', '154005.326000', '154005.328000', '154005.331000', '154005.334000', '154005.336000', '154005.339000', '154005.341000', '154005.344000', '154005.346000', '154005.349000', '154005.351000', '154005.354000', '154005.357000', '154005.359000', '154005.362000', '154005.364000', '154005.367000', '154005.369000', '154005.372000', '154005.375000', '154005.377000', '154005.380000', '154005.382000', '154005.385000', '154005.388000', '154005.390000', '154005.393000', '154025.282000', '154025.285000', '154025.288000', '154025.290000', '154025.293000', '154025.295000', '154025.298000', '154025.301000', '154025.303000', '154025.306000', '154025.308000', '154025.311000', '154025.313000', '154025.316000', '154025.319000', '154025.321000', '154025.324000', '154025.326000', '154025.329000', '154025.331000', '154025.334000', '154025.337000', '154025.339000', '154025.350000', '154025.353000', '154025.355000', '154025.358000', '154025.360000', '154025.363000', '154025.365000', '154025.368000', '154025.371000', '154025.373000', '154025.376000', '154025.378000', '154025.381000', '154025.383000', '154025.386000', '154025.389000', '154025.391000', '154025.394000', '154025.397000', '154025.400000', '154045.283000', '154045.286000', '154045.289000', '154045.291000', '154045.294000', '154045.296000', '154045.299000', '154045.302000', '154045.304000', '154045.307000', '154045.309000', '154045.312000', '154045.314000', '154045.317000', '154045.319000', '154045.322000', '154045.325000', '154045.327000', '154045.330000', '154045.332000', '154045.335000', '154045.337000', '154045.340000', '154045.343000', '154045.345000', '154045.348000', '154045.350000', '154045.353000', '154045.355000', '154045.358000', '154045.360000', '154045.363000', '154045.366000', '154045.368000', '154045.371000', '154045.373000', '154045.376000', '154045.378000', '154045.381000', '154045.384000', '154045.386000', '154045.389000', '154045.391000', '154045.394000', '154105.283000', '154105.286000', '154105.289000', '154105.291000', '154105.294000', '154105.297000', '154105.299000', '154105.302000', '154105.304000', '154105.307000', '154105.310000', '154105.312000', '154105.315000', '154105.317000', '154105.320000', '154105.323000', '154105.325000', '154105.328000', '154105.330000', '154105.333000', '154105.335000', '154105.338000', '154105.341000', '154105.343000', '154105.346000', '154105.348000', '154105.351000', '154105.354000', '154105.356000', '154105.359000', '154105.361000', '154105.364000', '154105.366000', '154105.369000', '154105.372000', '154105.374000', '154105.377000', '154105.379000', '154105.382000', '154105.385000', '154105.387000', '154105.390000', '154105.392000', '154125.283000', '154125.286000', '154125.289000', '154125.291000', '154125.294000', '154125.297000', '154125.299000', '154125.302000', '154125.304000', '154125.307000', '154125.310000', '154125.312000', '154125.315000', '154125.317000', '154125.320000', '154125.323000', '154125.325000', '154125.328000', '154125.330000', '154125.333000', '154125.335000', '154125.338000', '154125.341000', '154125.343000', '154125.346000', '154125.348000', '154125.351000', '154125.353000', '154125.356000', '154125.359000', '154125.361000', '154125.364000', '154125.366000', '154125.369000', '154125.371000', '154125.388000', '154125.390000', '154125.393000', '154125.395000', '154125.398000', '154125.401000', '154125.403000', '154125.406000', '154125.408000', '154145.283000', '154145.286000', '154145.289000', '154145.291000', '154145.294000', '154145.297000', '154145.299000', '154145.302000', '154145.304000', '154145.307000', '154145.310000', '154145.312000', '154145.315000', '154145.317000', '154145.320000', '154145.322000', '154145.325000', '154145.327000', '154145.330000', '154145.333000', '154145.335000', '154145.338000', '154145.340000', '154145.343000', '154145.345000', '154145.348000', '154145.351000', '154145.353000', '154145.356000', '154145.358000', '154145.361000', '154145.363000', '154145.375000', '154145.377000', '154145.380000', '154145.383000', '154145.385000', '154145.388000', '154145.390000', '154145.393000', '154145.395000', '154145.398000', '154145.401000', '154205.282000', '154205.285000', '154205.288000', '154205.291000', '154205.293000', '154205.297000', '154205.299000', '154205.302000', '154205.305000', '154205.307000', '154205.310000', '154205.313000', '154205.315000', '154205.318000', '154205.320000', '154205.323000', '154205.326000', '154205.328000', '154205.331000', '154205.333000', '154205.336000', '154205.339000', '154205.341000', '154205.344000', '154205.346000', '154205.349000', '154205.352000', '154205.354000', '154205.357000', '154205.360000', '154205.362000', '154205.365000', '154205.367000', '154205.370000', '154205.373000', '154205.375000', '154205.378000', '154205.380000', '154205.383000', '154205.386000', '154205.388000', '154205.391000', '154205.393000', '154205.396000', '154225.282000', '154225.285000', '154225.288000', '154225.290000', '154225.293000', '154225.296000', '154225.298000', '154225.301000', '154225.304000', '154225.306000', '154225.309000', '154225.311000', '154225.314000', '154225.316000', '154225.319000', '154225.322000', '154225.324000', '154225.327000', '154225.329000', '154225.332000', '154225.335000', '154225.337000', '154225.340000', '154225.342000', '154225.345000', '154225.348000', '154225.350000', '154225.353000', '154225.355000', '154225.358000', '154225.361000', '154225.363000', '154225.366000', '154225.368000', '154225.371000', '154225.373000', '154225.376000', '154225.379000', '154225.381000', '154225.384000', '154225.386000', '154225.389000', '154225.392000', '154245.283000', '154245.285000', '154245.288000', '154245.291000', '154245.293000', '154245.296000', '154245.299000', '154245.301000', '154245.304000', '154245.306000', '154245.309000', '154245.311000', '154245.314000', '154245.317000', '154245.319000', '154245.322000', '154245.324000', '154245.327000', '154245.329000', '154245.332000', '154245.335000', '154245.337000', '154245.340000', '154245.342000', '154245.345000', '154245.347000', '154245.350000', '154245.352000', '154245.355000', '154245.358000', '154245.360000', '154245.363000', '154245.365000', '154245.368000', '154245.370000', '154245.373000', '154245.376000', '154245.378000', '154245.381000', '154245.383000', '154245.386000', '154245.388000', '154245.391000', '154245.393000', '154305.284000', '154305.286000', '154305.301000', '154305.304000', '154305.306000', '154305.309000', '154305.311000', '154305.314000', '154305.316000', '154305.319000', '154305.322000', '154305.324000', '154305.327000', '154305.329000', '154305.332000', '154305.334000', '154305.337000', '154305.340000', '154305.342000', '154305.345000', '154305.347000', '154305.350000', '154305.353000', '154305.355000', '154305.358000', '154305.360000', '154305.363000', '154305.365000', '154305.368000', '154305.371000', '154305.373000', '154305.376000', '154305.378000', '154305.381000', '154305.384000', '154305.386000', '154305.389000', '154305.391000', '154305.394000', '154305.396000', '154305.399000', '154305.402000', '154305.404000', '154325.284000', '154325.287000', '154325.290000', '154325.292000', '154325.295000', '154325.298000', '154325.300000', '154325.303000', '154325.305000', '154325.308000', '154325.311000', '154325.313000', '154325.316000', '154325.318000', '154325.321000', '154325.324000', '154325.326000', '154325.329000', '154325.331000', '154325.334000', '154325.337000', '154325.339000', '154325.342000', '154325.344000', '154325.347000', '154325.350000', '154325.352000', '154325.355000', '154325.357000', '154325.360000', '154325.363000', '154325.365000', '154325.368000', '154325.371000', '154325.373000', '154325.376000', '154325.378000', '154325.381000', '154325.383000', '154325.386000', '154325.389000', '154325.391000', '154325.394000', '154325.396000', '154345.284000', '154345.286000', '154345.289000', '154345.292000', '154345.294000', '154345.297000', '154345.299000', '154345.302000', '154345.305000', '154345.307000', '154345.310000', '154345.313000', '154345.315000', '154345.318000', '154345.320000', '154345.323000', '154345.326000', '154345.328000', '154345.331000', '154345.333000', '154345.336000', '154345.339000', '154345.341000', '154345.344000', '154345.346000', '154345.349000', '154345.352000', '154345.354000', '154345.357000', '154345.359000', '154345.362000', '154345.365000', '154345.367000', '154345.370000', '154345.372000', '154345.375000', '154345.378000', '154345.380000', '154345.383000', '154345.385000', '154345.388000', '154345.390000', '154345.393000', '154405.283000', '154405.286000', '154405.289000', '154405.291000', '154405.294000', '154405.297000', '154405.299000', '154405.302000', '154405.305000', '154405.307000', '154405.310000', '154405.312000', '154405.315000', '154405.318000', '154405.320000', '154405.323000', '154405.325000', '154405.328000', '154405.331000', '154405.333000', '154405.336000', '154405.338000', '154405.341000', '154405.344000', '154405.346000', '154405.349000', '154405.351000', '154405.354000', '154405.357000', '154405.359000', '154405.362000', '154405.364000', '154405.367000', '154405.369000', '154405.372000', '154405.375000', '154405.377000', '154405.380000', '154405.382000', '154405.385000', '154405.388000', '154405.390000', '154405.393000', '154405.395000', '154425.283000', '154425.285000', '154425.288000', '154425.291000', '154425.293000', '154425.296000', '154425.298000', '154425.301000', '154425.304000', '154425.306000', '154425.309000', '154425.311000', '154425.338000', '154425.341000', '154425.344000', '154425.346000', '154425.349000', '154425.352000', '154425.354000', '154425.357000', '154425.359000', '154425.362000', '154425.364000', '154425.367000', '154425.370000', '154425.372000', '154425.375000', '154425.377000', '154425.380000', '154425.383000', '154425.385000', '154425.388000', '154425.390000', '154425.393000', '154425.395000', '154425.398000', '154425.401000', '154425.403000', '154425.406000', '154425.408000', '154425.411000', '154425.414000', '154425.416000', '154445.283000', '154445.286000', '154445.289000', '154445.292000', '154445.294000', '154445.297000', '154445.300000', '154445.302000', '154445.305000', '154445.307000', '154445.310000', '154445.312000', '154445.315000', '154445.318000', '154445.321000', '154445.324000', '154445.327000', '154445.329000', '154445.332000', '154445.334000', '154445.337000', '154445.340000', '154445.342000', '154445.345000', '154445.347000', '154445.350000', '154445.353000', '154445.355000', '154445.358000', '154445.360000', '154445.363000', '154445.365000', '154445.368000', '154445.371000', '154445.373000', '154445.376000', '154445.378000', '154445.381000', '154445.383000', '154445.386000', '154445.389000', '154445.391000', '154445.394000', '154505.283000', '154505.285000', '154505.288000', '154505.291000', '154505.293000', '154505.296000', '154505.299000', '154505.301000', '154505.304000', '154505.306000', '154505.309000', '154505.312000', '154505.314000', '154505.317000', '154505.319000', '154505.322000', '154505.325000', '154505.327000', '154505.330000', '154505.332000', '154505.335000', '154505.337000', '154505.340000', '154505.343000', '154505.345000', '154505.348000', '154505.350000', '154505.353000', '154505.355000', '154505.358000', '154505.361000', '154505.363000', '154505.366000', '154505.368000', '154505.371000', '154505.373000', '154505.376000', '154505.379000', '154505.381000', '154505.384000', '154505.386000', '154505.389000', '154505.392000', '154505.394000', '154506.430000', '154506.434000', '154506.437000'], 'InstanceCreationTime': ['153845.312000', '153845.315000', '153845.318000', '153845.321000', '153845.355000', '153845.358000', '153845.360000', '153845.363000', '153845.365000', '153845.368000', '153845.371000', '153845.373000', '153845.376000', '153845.378000', '153845.381000', '153845.384000', '153845.386000', '153845.389000', '153845.391000', '153845.394000', '153845.396000', '153845.399000', '153845.401000', '153845.404000', '153845.407000', '153845.409000', '153845.412000', '153845.414000', '153845.417000', '153845.420000', '153845.422000', '153845.425000', '153845.427000', '153845.430000', '153845.432000', '153845.435000', '153845.437000', '153845.440000', '153845.443000', '153845.445000', '153845.448000', '153845.450000', '153845.453000', '153905.283000', '153905.286000', '153905.289000', '153905.291000', '153905.294000', '153905.296000', '153905.299000', '153905.302000', '153905.304000', '153905.307000', '153905.309000', '153905.312000', '153905.314000', '153905.317000', '153905.320000', '153905.322000', '153905.325000', '153905.327000', '153905.330000', '153905.332000', '153905.335000', '153905.337000', '153905.340000', '153905.342000', '153905.345000', '153905.348000', '153905.350000', '153905.353000', '153905.356000', '153905.358000', '153905.361000', '153905.364000', '153905.366000', '153905.369000', '153905.371000', '153905.374000', '153905.376000', '153905.379000', '153905.381000', '153905.384000', '153905.386000', '153905.389000', '153905.392000', '153925.284000', '153925.286000', '153925.289000', '153925.291000', '153925.294000', '153925.297000', '153925.299000', '153925.302000', '153925.304000', '153925.307000', '153925.309000', '153925.312000', '153925.314000', '153925.317000', '153925.320000', '153925.322000', '153925.325000', '153925.327000', '153925.330000', '153925.332000', '153925.335000', '153925.337000', '153925.340000', '153925.342000', '153925.345000', '153925.348000', '153925.350000', '153925.353000', '153925.355000', '153925.358000', '153925.370000', '153925.373000', '153925.375000', '153925.378000', '153925.380000', '153925.383000', '153925.385000', '153925.388000', '153925.390000', '153925.393000', '153925.395000', '153925.398000', '153925.401000', '153925.403000', '153945.283000', '153945.285000', '153945.288000', '153945.290000', '153945.293000', '153945.296000', '153945.298000', '153945.301000', '153945.303000', '153945.306000', '153945.308000', '153945.311000', '153945.314000', '153945.316000', '153945.319000', '153945.321000', '153945.324000', '153945.326000', '153945.329000', '153945.331000', '153945.334000', '153945.336000', '153945.339000', '153945.342000', '153945.344000', '153945.364000', '153945.366000', '153945.369000', '153945.371000', '153945.374000', '153945.376000', '153945.385000', '153945.388000', '153945.390000', '153945.393000', '153945.395000', '153945.398000', '153945.402000', '153945.405000', '153945.408000', '153945.411000', '153945.413000', '153945.416000', '154005.282000', '154005.285000', '154005.288000', '154005.290000', '154005.293000', '154005.295000', '154005.298000', '154005.301000', '154005.303000', '154005.306000', '154005.308000', '154005.311000', '154005.313000', '154005.316000', '154005.318000', '154005.321000', '154005.323000', '154005.326000', '154005.328000', '154005.331000', '154005.334000', '154005.336000', '154005.339000', '154005.341000', '154005.344000', '154005.346000', '154005.349000', '154005.351000', '154005.354000', '154005.357000', '154005.359000', '154005.362000', '154005.364000', '154005.367000', '154005.369000', '154005.372000', '154005.375000', '154005.377000', '154005.380000', '154005.382000', '154005.385000', '154005.388000', '154005.390000', '154005.393000', '154025.282000', '154025.285000', '154025.288000', '154025.290000', '154025.293000', '154025.295000', '154025.298000', '154025.301000', '154025.303000', '154025.306000', '154025.308000', '154025.311000', '154025.313000', '154025.316000', '154025.319000', '154025.321000', '154025.324000', '154025.326000', '154025.329000', '154025.331000', '154025.334000', '154025.337000', '154025.339000', '154025.350000', '154025.353000', '154025.355000', '154025.358000', '154025.360000', '154025.363000', '154025.365000', '154025.368000', '154025.371000', '154025.373000', '154025.376000', '154025.378000', '154025.381000', '154025.383000', '154025.386000', '154025.389000', '154025.391000', '154025.394000', '154025.397000', '154025.400000', '154045.283000', '154045.286000', '154045.289000', '154045.291000', '154045.294000', '154045.296000', '154045.299000', '154045.302000', '154045.304000', '154045.307000', '154045.309000', '154045.312000', '154045.314000', '154045.317000', '154045.319000', '154045.322000', '154045.325000', '154045.327000', '154045.330000', '154045.332000', '154045.335000', '154045.337000', '154045.340000', '154045.343000', '154045.345000', '154045.348000', '154045.350000', '154045.353000', '154045.355000', '154045.358000', '154045.360000', '154045.363000', '154045.366000', '154045.368000', '154045.371000', '154045.373000', '154045.376000', '154045.378000', '154045.381000', '154045.384000', '154045.386000', '154045.389000', '154045.391000', '154045.394000', '154105.283000', '154105.286000', '154105.289000', '154105.291000', '154105.294000', '154105.297000', '154105.299000', '154105.302000', '154105.304000', '154105.307000', '154105.310000', '154105.312000', '154105.315000', '154105.317000', '154105.320000', '154105.323000', '154105.325000', '154105.328000', '154105.330000', '154105.333000', '154105.335000', '154105.338000', '154105.341000', '154105.343000', '154105.346000', '154105.348000', '154105.351000', '154105.354000', '154105.356000', '154105.359000', '154105.361000', '154105.364000', '154105.366000', '154105.369000', '154105.372000', '154105.374000', '154105.377000', '154105.379000', '154105.382000', '154105.385000', '154105.387000', '154105.390000', '154105.392000', '154125.283000', '154125.286000', '154125.289000', '154125.291000', '154125.294000', '154125.297000', '154125.299000', '154125.302000', '154125.304000', '154125.307000', '154125.310000', '154125.312000', '154125.315000', '154125.317000', '154125.320000', '154125.323000', '154125.325000', '154125.328000', '154125.330000', '154125.333000', '154125.335000', '154125.338000', '154125.341000', '154125.343000', '154125.346000', '154125.348000', '154125.351000', '154125.353000', '154125.356000', '154125.359000', '154125.361000', '154125.364000', '154125.366000', '154125.369000', '154125.371000', '154125.388000', '154125.390000', '154125.393000', '154125.395000', '154125.398000', '154125.401000', '154125.403000', '154125.406000', '154125.408000', '154145.283000', '154145.286000', '154145.289000', '154145.291000', '154145.294000', '154145.297000', '154145.299000', '154145.302000', '154145.304000', '154145.307000', '154145.310000', '154145.312000', '154145.315000', '154145.317000', '154145.320000', '154145.322000', '154145.325000', '154145.327000', '154145.330000', '154145.333000', '154145.335000', '154145.338000', '154145.340000', '154145.343000', '154145.345000', '154145.348000', '154145.351000', '154145.353000', '154145.356000', '154145.358000', '154145.361000', '154145.363000', '154145.375000', '154145.377000', '154145.380000', '154145.383000', '154145.385000', '154145.388000', '154145.390000', '154145.393000', '154145.395000', '154145.398000', '154145.401000', '154205.282000', '154205.285000', '154205.288000', '154205.291000', '154205.293000', '154205.297000', '154205.299000', '154205.302000', '154205.305000', '154205.307000', '154205.310000', '154205.313000', '154205.315000', '154205.318000', '154205.320000', '154205.323000', '154205.326000', '154205.328000', '154205.331000', '154205.333000', '154205.336000', '154205.339000', '154205.341000', '154205.344000', '154205.346000', '154205.349000', '154205.352000', '154205.354000', '154205.357000', '154205.360000', '154205.362000', '154205.365000', '154205.367000', '154205.370000', '154205.373000', '154205.375000', '154205.378000', '154205.380000', '154205.383000', '154205.386000', '154205.388000', '154205.391000', '154205.393000', '154205.396000', '154225.282000', '154225.285000', '154225.288000', '154225.290000', '154225.293000', '154225.296000', '154225.298000', '154225.301000', '154225.304000', '154225.306000', '154225.309000', '154225.311000', '154225.314000', '154225.316000', '154225.319000', '154225.322000', '154225.324000', '154225.327000', '154225.329000', '154225.332000', '154225.335000', '154225.337000', '154225.340000', '154225.342000', '154225.345000', '154225.348000', '154225.350000', '154225.353000', '154225.355000', '154225.358000', '154225.361000', '154225.363000', '154225.366000', '154225.368000', '154225.371000', '154225.373000', '154225.376000', '154225.379000', '154225.381000', '154225.384000', '154225.386000', '154225.389000', '154225.392000', '154245.283000', '154245.285000', '154245.288000', '154245.291000', '154245.293000', '154245.296000', '154245.299000', '154245.301000', '154245.304000', '154245.306000', '154245.309000', '154245.311000', '154245.314000', '154245.317000', '154245.319000', '154245.322000', '154245.324000', '154245.327000', '154245.329000', '154245.332000', '154245.335000', '154245.337000', '154245.340000', '154245.342000', '154245.345000', '154245.347000', '154245.350000', '154245.352000', '154245.355000', '154245.358000', '154245.360000', '154245.363000', '154245.365000', '154245.368000', '154245.370000', '154245.373000', '154245.376000', '154245.378000', '154245.381000', '154245.383000', '154245.386000', '154245.388000', '154245.391000', '154245.393000', '154305.284000', '154305.286000', '154305.301000', '154305.304000', '154305.306000', '154305.309000', '154305.311000', '154305.314000', '154305.316000', '154305.319000', '154305.322000', '154305.324000', '154305.327000', '154305.329000', '154305.332000', '154305.334000', '154305.337000', '154305.340000', '154305.342000', '154305.345000', '154305.347000', '154305.350000', '154305.353000', '154305.355000', '154305.358000', '154305.360000', '154305.363000', '154305.365000', '154305.368000', '154305.371000', '154305.373000', '154305.376000', '154305.378000', '154305.381000', '154305.384000', '154305.386000', '154305.389000', '154305.391000', '154305.394000', '154305.396000', '154305.399000', '154305.402000', '154305.404000', '154325.284000', '154325.287000', '154325.290000', '154325.292000', '154325.295000', '154325.298000', '154325.300000', '154325.303000', '154325.305000', '154325.308000', '154325.311000', '154325.313000', '154325.316000', '154325.318000', '154325.321000', '154325.324000', '154325.326000', '154325.329000', '154325.331000', '154325.334000', '154325.337000', '154325.339000', '154325.342000', '154325.344000', '154325.347000', '154325.350000', '154325.352000', '154325.355000', '154325.357000', '154325.360000', '154325.363000', '154325.365000', '154325.368000', '154325.371000', '154325.373000', '154325.376000', '154325.378000', '154325.381000', '154325.383000', '154325.386000', '154325.389000', '154325.391000', '154325.394000', '154325.396000', '154345.284000', '154345.286000', '154345.289000', '154345.292000', '154345.294000', '154345.297000', '154345.299000', '154345.302000', '154345.305000', '154345.307000', '154345.310000', '154345.313000', '154345.315000', '154345.318000', '154345.320000', '154345.323000', '154345.326000', '154345.328000', '154345.331000', '154345.333000', '154345.336000', '154345.339000', '154345.341000', '154345.344000', '154345.346000', '154345.349000', '154345.352000', '154345.354000', '154345.357000', '154345.359000', '154345.362000', '154345.365000', '154345.367000', '154345.370000', '154345.372000', '154345.375000', '154345.378000', '154345.380000', '154345.383000', '154345.385000', '154345.388000', '154345.390000', '154345.393000', '154405.283000', '154405.286000', '154405.289000', '154405.291000', '154405.294000', '154405.297000', '154405.299000', '154405.302000', '154405.305000', '154405.307000', '154405.310000', '154405.312000', '154405.315000', '154405.318000', '154405.320000', '154405.323000', '154405.325000', '154405.328000', '154405.331000', '154405.333000', '154405.336000', '154405.338000', '154405.341000', '154405.344000', '154405.346000', '154405.349000', '154405.351000', '154405.354000', '154405.357000', '154405.359000', '154405.362000', '154405.364000', '154405.367000', '154405.369000', '154405.372000', '154405.375000', '154405.377000', '154405.380000', '154405.382000', '154405.385000', '154405.388000', '154405.390000', '154405.393000', '154405.395000', '154425.283000', '154425.285000', '154425.288000', '154425.291000', '154425.293000', '154425.296000', '154425.298000', '154425.301000', '154425.304000', '154425.306000', '154425.309000', '154425.311000', '154425.338000', '154425.341000', '154425.344000', '154425.346000', '154425.349000', '154425.352000', '154425.354000', '154425.357000', '154425.359000', '154425.362000', '154425.364000', '154425.367000', '154425.370000', '154425.372000', '154425.375000', '154425.377000', '154425.380000', '154425.383000', '154425.385000', '154425.388000', '154425.390000', '154425.393000', '154425.395000', '154425.398000', '154425.401000', '154425.403000', '154425.406000', '154425.408000', '154425.411000', '154425.414000', '154425.416000', '154445.283000', '154445.286000', '154445.289000', '154445.292000', '154445.294000', '154445.297000', '154445.300000', '154445.302000', '154445.305000', '154445.307000', '154445.310000', '154445.312000', '154445.315000', '154445.318000', '154445.321000', '154445.324000', '154445.327000', '154445.329000', '154445.332000', '154445.334000', '154445.337000', '154445.340000', '154445.342000', '154445.345000', '154445.347000', '154445.350000', '154445.353000', '154445.355000', '154445.358000', '154445.360000', '154445.363000', '154445.365000', '154445.368000', '154445.371000', '154445.373000', '154445.376000', '154445.378000', '154445.381000', '154445.383000', '154445.386000', '154445.389000', '154445.391000', '154445.394000', '154505.283000', '154505.285000', '154505.288000', '154505.291000', '154505.293000', '154505.296000', '154505.299000', '154505.301000', '154505.304000', '154505.306000', '154505.309000', '154505.312000', '154505.314000', '154505.317000', '154505.319000', '154505.322000', '154505.325000', '154505.327000', '154505.330000', '154505.332000', '154505.335000', '154505.337000', '154505.340000', '154505.343000', '154505.345000', '154505.348000', '154505.350000', '154505.353000', '154505.355000', '154505.358000', '154505.361000', '154505.363000', '154505.366000', '154505.368000', '154505.371000', '154505.373000', '154505.376000', '154505.379000', '154505.381000', '154505.384000', '154505.386000', '154505.389000', '154505.392000', '154505.394000', '154506.430000', '154506.434000', '154506.437000'], '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': [7579, 12898, 7069, 11121, 6182, 11936, 6543, 10446, 6467, 12239, 6251, 11779, 6777, 11022, 6827, 13053, 7523, 12795, 8308, 12002, 8489, 12380, 8468, 12397, 8340, 11928, 7464, 11394, 7402, 10686, 6430, 12272, 6491, 10902, 6585, 11160, 6387, 11143, 6839, 11501, 7903, 10072, 8097, 8801, 10632, 7898, 12853, 8332, 10761, 7630, 12080, 7932, 11894, 8051, 11691, 8347, 10541, 8872, 9034, 9599, 6823, 11439, 6969, 11839, 7251, 11484, 7556, 12582, 7158, 10271, 7617, 8683, 10039, 6358, 10946, 6296, 11347, 6969, 10154, 6289, 10882, 6213, 10527, 6651, 10808, 6694, 10216, 7598, 8920, 7158, 10150, 10473, 8034, 13174, 8119, 10163, 7378, 13445, 8032, 13883, 8025, 12844, 7889, 12709, 8510, 12219, 8070, 11579, 8657, 9919, 14504, 10105, 12758, 8293, 12222, 7972, 11318, 6738, 11807, 6495, 10451, 6236, 9463, 7147, 8965, 8941, 8584, 9853, 7329, 13820, 7647, 12147, 7004, 11932, 7160, 11277, 8659, 8598, 6566, 10035, 6290, 10744, 6655, 10948, 7035, 12943, 7100, 10583, 7940, 9760, 8732, 8537, 9023, 6236, 11493, 8193, 11773, 8215, 10113, 6559, 11697, 7023, 11627, 7535, 10825, 6691, 11234, 10719, 9749, 11823, 7940, 12100, 7903, 13844, 8799, 11196, 7127, 10923, 6535, 10460, 7312, 8851, 6605, 9729, 7683, 9211, 9383, 8587, 6943, 10195, 7812, 10015, 7578, 9693, 6575, 11589, 6685, 11977, 7326, 10806, 7393, 11798, 6979, 11789, 7044, 9575, 6375, 12212, 7021, 11739, 7094, 11648, 6567, 12732, 7253, 11895, 7661, 11893, 7203, 12408, 7589, 11098, 6914, 11577, 6687, 12589, 7377, 11590, 7217, 12526, 7556, 13555, 8446, 12336, 8118, 12461, 7568, 12908, 8659, 13241, 9408, 11773, 6974, 10926, 6630, 11050, 7373, 10375, 6232, 10855, 6465, 11278, 6993, 10439, 6685, 12142, 7939, 11541, 7446, 11322, 6947, 12541, 7376, 10986, 7093, 11142, 6450, 12113, 7180, 9478, 6849, 11038, 6271, 12129, 6987, 10171, 6953, 11738, 7031, 12209, 8098, 9051, 6188, 12180, 7021, 12013, 7724, 10223, 6363, 11959, 7717, 11892, 7345, 10601, 7548, 11190, 8220, 12173, 7936, 8826, 8593, 10941, 8379, 11988, 8281, 12039, 7923, 7798, 8430, 9130, 9026, 8988, 9081, 6362, 10191, 6799, 10805, 6199, 9817, 5932, 10630, 6625, 11329, 7423, 11165, 7052, 13096, 10349, 8179, 6441, 11118, 6344, 11773, 6660, 11258, 6621, 7321, 8501, 8032, 10074, 7153, 10690, 6078, 11994, 11353, 8879, 9082, 7998, 7267, 8140, 10656, 7727, 6923, 9356, 6535, 10588, 10421, 8950, 6287, 10866, 8589, 10229, 11133, 8797, 7896, 8581, 13953, 8810, 11048, 7566, 11586, 6844, 12112, 7839, 12130, 7777, 11372, 7031, 11720, 6696, 11105, 6670, 10344, 6288, 9206, 7331, 9149, 8189, 8990, 6668, 9360, 7864, 9760, 6544, 9992, 6055, 11272, 6427, 10917, 7155, 11842, 6941, 11621, 7736, 9017, 6188, 11189, 6122, 11827, 6939, 9933, 7148, 12381, 7028, 10813, 7062, 10643, 6482, 11723, 6698, 10844, 6871, 11277, 6949, 12375, 7516, 10693, 7851, 12304, 7508, 11580, 9123, 9650, 6317, 10777, 6305, 10214, 10211, 8122, 7127, 8951, 9565, 8080, 12677, 8028, 8193, 7139, 10438, 8050, 10311, 7981, 8011, 8889, 9723, 9143, 10431, 8884, 7649, 9289, 6931, 10136, 6934, 12028, 7768, 11861, 7654, 10848, 7264, 6279, 8769, 6474, 10903, 7032, 9634, 5984, 11123, 8895, 8788, 9276, 7412, 7785, 7554, 12904, 7684, 10217, 6596, 9801, 6318, 11947, 7324, 9073, 6983, 8066, 7485, 11107, 7538, 7742, 8433, 7318, 8804, 10168, 8584, 7651, 9267, 8117, 8649, 9535, 9063, 6652, 11547, 7003, 10626, 12955, 9002, 11410, 7113, 12276, 7442, 11507, 7630, 9837, 6716, 10968, 6513, 10701, 6339, 9739, 6190, 9819, 6399, 10992, 6282, 11085, 6628, 9635, 6067, 9918, 8609, 8089, 8025, 7650, 8854, 7056, 11872, 7399, 10670, 7035, 8854, 7140, 13122, 7915, 12410, 7441, 7424, 8663, 7066, 11082, 7387, 12210, 8225, 10345, 8145, 9163, 8645, 9755, 8884, 6359, 11407, 7274, 10852, 8477, 9760, 6310, 11155, 6578, 10567, 6981, 9748, 6427, 11196, 6648, 10222, 7364, 11680, 7149, 11831, 7159, 11187, 7376, 9826, 7408, 11230, 8238, 10478, 8105, 10611, 7575, 12643, 8308, 10782, 7212, 10466, 7554, 11140, 7827, 9513, 8022, 8872, 9247, 7727, 10035, 6650, 11460, 7332, 10149, 7321, 11536, 7573, 11765, 7398, 8120, 6823, 11587, 7664, 11912, 7798, 8941, 6419, 12342, 7379, 10874, 6718, 10234, 6687, 10669, 7702, 9085, 6164, 10546, 6950, 8820, 12342, 8494, 9425, 6832, 12259, 7694, 9681, 7119, 7282, 8289, 8351, 9907, 7764, 10349, 6510, 11468, 6426, 10761, 7548, 11097, 7261, 12184, 9828, 11381, 12443, 8197, 12000, 7437, 12958, 7435, 11798, 7043, 9280, 6499, 7788, 7544, 8094, 10130, 6990, 10727, 6645, 10523, 7337, 11370, 7323, 11374, 6924, 11176, 7442, 11004, 7514, 9842, 5937, 9569, 8092, 8715, 6962, 8730, 6615, 8476, 9754, 7638, 7685, 8431, 9487, 7573, 11825, 7890, 7417, 8109, 9982, 7685, 11499, 8021, 6362, 8770, 6878, 10012, 6656, 10824, 6938, 11379, 7298, 10998, 7250, 11130, 7176, 12373, 7874, 11358, 7333, 7475, 7376, 8634, 9891, 7454, 9842, 6156, 11206, 6734, 12303, 8098, 9694, 7462, 11728, 7797, 11751, 9046, 10396, 6617, 11587, 6498, 10991, 8679, 9111, 6548, 9762, 9390, 8045, 12195, 7632, 8199, 7509, 9662, 7782, 10248, 8033, 6989, 9351, 7252, 10185, 6926, 10929, 7603, 10130, 7228, 11186, 7041, 11170, 7048, 8502, 7400, 8752, 8126, 9675, 8257, 7449, 9020, 6084, 11069, 6186, 11640, 7681, 10632, 9128, 9134, 9889, 6547, 11049, 6940, 11989, 9278, 10464, 7341, 12248, 7170, 12213, 7893, 9219, 6719, 11537, 6804, 11238, 6933, 10227, 6782, 10205, 6925, 8502, 8317, 7983, 9982, 6125, 10775, 6502, 11150, 7627, 10601, 7435, 11795, 7686, 11652, 8311, 11040, 7404, 12019, 7546, 13247, 8109, 10365, 7336, 11629, 7318, 11744, 7245, 6820, 8035, 8006, 9052, 8079, 9838, 6674, 11574, 6613, 11413, 7645, 9862, 7339, 11877, 7243, 11770, 7286, 6449, 7884, 7253, 9447, 7258, 10027, 6343, 11209, 6529], 'WindowCenter': [3881.0, 3929.0, 3853.0, 3903.0, 3829.0, 3915.0, 3840.0, 3890.0, 3828.0, 3900.0, 3827.0, 3901.0, 3838.0, 3890.0, 3839.0, 3910.0, 3850.0, 3901.0, 3859.0, 3901.0, 3871.0, 3902.0, 3872.0, 3902.0, 3859.0, 3890.0, 3847.0, 3890.0, 3850.0, 3908.0, 3854.0, 3915.0, 3840.0, 3891.0, 3839.0, 3907.0, 3840.0, 3902.0, 3839.0, 3890.0, 3858.0, 3881.0, 3858.0, 3871.0, 3880.0, 3848.0, 3899.0, 3848.0, 3878.0, 3848.0, 3887.0, 3860.0, 3887.0, 3847.0, 3888.0, 3858.0, 3878.0, 3868.0, 3857.0, 3868.0, 3825.0, 3888.0, 3836.0, 3888.0, 3862.0, 3889.0, 3834.0, 3886.0, 3838.0, 3879.0, 3860.0, 3869.0, 3892.0, 3841.0, 3903.0, 3841.0, 3906.0, 3851.0, 3893.0, 3842.0, 3893.0, 3831.0, 3905.0, 3841.0, 3905.0, 3852.0, 3894.0, 3863.0, 3886.0, 3853.0, 3907.0, 3906.0, 3877.0, 3927.0, 3874.0, 3892.0, 3864.0, 3914.0, 3863.0, 3914.0, 3874.0, 3913.0, 3862.0, 3913.0, 3872.0, 3901.0, 3860.0, 3903.0, 3859.0, 3881.0, 3900.0, 3878.0, 3888.0, 3845.0, 3887.0, 3845.0, 3875.0, 3824.0, 3888.0, 3815.0, 3880.0, 3815.0, 3880.0, 3837.0, 3883.0, 3869.0, 3857.0, 3879.0, 3849.0, 3913.0, 3863.0, 3902.0, 3852.0, 3902.0, 3850.0, 3930.0, 3900.0, 3914.0, 3882.0, 3908.0, 3854.0, 3905.0, 3840.0, 3894.0, 3866.0, 3927.0, 3866.0, 3907.0, 3876.0, 3893.0, 3884.0, 3873.0, 3874.0, 3832.0, 3918.0, 3875.0, 3918.0, 3872.0, 3893.0, 3841.0, 3902.0, 3839.0, 3902.0, 3849.0, 3892.0, 3838.0, 3893.0, 3880.0, 3870.0, 3889.0, 3860.0, 3889.0, 3847.0, 3899.0, 3857.0, 3877.0, 3836.0, 3879.0, 3826.0, 3879.0, 3836.0, 3859.0, 3827.0, 3869.0, 3847.0, 3869.0, 3869.0, 3859.0, 3836.0, 3878.0, 3846.0, 3878.0, 3846.0, 3869.0, 3827.0, 3889.0, 3828.0, 3901.0, 3848.0, 3889.0, 3847.0, 3889.0, 3839.0, 3891.0, 3851.0, 3882.0, 3827.0, 3900.0, 3850.0, 3902.0, 3851.0, 3903.0, 3841.0, 3913.0, 3862.0, 3903.0, 3862.0, 3903.0, 3864.0, 3916.0, 3865.0, 3905.0, 3852.0, 3902.0, 3851.0, 3901.0, 3850.0, 3891.0, 3851.0, 3902.0, 3861.0, 3912.0, 3860.0, 3900.0, 3860.0, 3900.0, 3848.0, 3899.0, 3857.0, 3898.0, 3856.0, 3889.0, 3835.0, 3876.0, 3824.0, 3874.0, 3823.0, 3866.0, 3802.0, 3874.0, 3813.0, 3875.0, 3824.0, 3877.0, 3825.0, 3886.0, 3845.0, 3889.0, 3848.0, 3889.0, 3838.0, 3899.0, 3849.0, 3889.0, 3839.0, 3891.0, 3829.0, 3900.0, 3838.0, 3868.0, 3839.0, 3890.0, 3840.0, 3901.0, 3839.0, 3880.0, 3850.0, 3901.0, 3839.0, 3901.0, 3859.0, 3871.0, 3829.0, 3901.0, 3839.0, 3914.0, 3862.0, 3893.0, 3843.0, 3902.0, 3861.0, 3901.0, 3852.0, 3892.0, 3861.0, 3891.0, 3861.0, 3901.0, 3850.0, 3869.0, 3858.0, 3878.0, 3848.0, 3878.0, 3846.0, 3886.0, 3846.0, 3835.0, 3846.0, 3856.0, 3857.0, 3855.0, 3857.0, 3824.0, 3879.0, 3826.0, 3874.0, 3815.0, 3879.0, 3829.0, 3890.0, 3840.0, 3903.0, 3862.0, 3904.0, 3853.0, 3914.0, 3907.0, 3874.0, 3842.0, 3889.0, 3828.0, 3901.0, 3840.0, 3904.0, 3853.0, 3862.0, 3884.0, 3862.0, 3894.0, 3852.0, 3905.0, 3832.0, 3904.0, 3892.0, 3872.0, 3871.0, 3862.0, 3866.0, 3877.0, 3906.0, 3864.0, 3852.0, 3881.0, 3829.0, 3892.0, 3880.0, 3870.0, 3828.0, 3892.0, 3859.0, 3894.0, 3892.0, 3859.0, 3847.0, 3858.0, 3897.0, 3856.0, 3876.0, 3846.0, 3877.0, 3824.0, 3886.0, 3834.0, 3887.0, 3835.0, 3875.0, 3824.0, 3875.0, 3812.0, 3876.0, 3812.0, 3867.0, 3813.0, 3855.0, 3823.0, 3855.0, 3844.0, 3858.0, 3823.0, 3853.0, 3832.0, 3865.0, 3814.0, 3866.0, 3816.0, 3888.0, 3826.0, 3889.0, 3838.0, 3889.0, 3839.0, 3890.0, 3847.0, 3857.0, 3817.0, 3889.0, 3817.0, 3889.0, 3838.0, 3879.0, 3839.0, 3901.0, 3838.0, 3890.0, 3838.0, 3880.0, 3827.0, 3889.0, 3827.0, 3889.0, 3838.0, 3889.0, 3838.0, 3899.0, 3848.0, 3879.0, 3859.0, 3899.0, 3837.0, 3888.0, 3867.0, 3868.0, 3815.0, 3879.0, 3814.0, 3877.0, 3866.0, 3845.0, 3824.0, 3856.0, 3865.0, 3846.0, 3887.0, 3846.0, 3862.0, 3853.0, 3879.0, 3847.0, 3878.0, 3847.0, 3845.0, 3857.0, 3867.0, 3868.0, 3876.0, 3856.0, 3835.0, 3857.0, 3824.0, 3865.0, 3823.0, 3886.0, 3835.0, 3888.0, 3833.0, 3875.0, 3834.0, 3825.0, 3857.0, 3826.0, 3890.0, 3838.0, 3881.0, 3829.0, 3892.0, 3870.0, 3859.0, 3868.0, 3838.0, 3848.0, 3849.0, 3899.0, 3848.0, 3879.0, 3838.0, 3880.0, 3829.0, 3890.0, 3849.0, 3869.0, 3840.0, 3860.0, 3851.0, 3890.0, 3849.0, 3849.0, 3860.0, 3849.0, 3870.0, 3879.0, 3859.0, 3861.0, 3897.0, 3860.0, 3871.0, 3868.0, 3859.0, 3827.0, 3890.0, 3838.0, 3880.0, 3888.0, 3858.0, 3877.0, 3837.0, 3888.0, 3836.0, 3876.0, 3834.0, 3865.0, 3814.0, 3876.0, 3814.0, 3876.0, 3813.0, 3865.0, 3814.0, 3866.0, 3826.0, 3877.0, 3826.0, 3888.0, 3827.0, 3869.0, 3817.0, 3879.0, 3857.0, 3848.0, 3847.0, 3848.0, 3857.0, 3837.0, 3889.0, 3837.0, 3878.0, 3839.0, 3870.0, 3850.0, 3900.0, 3859.0, 3900.0, 3849.0, 3849.0, 3859.0, 3838.0, 3890.0, 3848.0, 3900.0, 3860.0, 3892.0, 3861.0, 3869.0, 3859.0, 3868.0, 3857.0, 3815.0, 3888.0, 3834.0, 3877.0, 3845.0, 3867.0, 3825.0, 3888.0, 3824.0, 3877.0, 3836.0, 3869.0, 3827.0, 3889.0, 3826.0, 3878.0, 3848.0, 3889.0, 3838.0, 3888.0, 3836.0, 3889.0, 3849.0, 3879.0, 3849.0, 3889.0, 3859.0, 3879.0, 3849.0, 3879.0, 3848.0, 3888.0, 3847.0, 3877.0, 3836.0, 3866.0, 3836.0, 3876.0, 3834.0, 3853.0, 3834.0, 3842.0, 3855.0, 3834.0, 3866.0, 3826.0, 3888.0, 3850.0, 3878.0, 3846.0, 3887.0, 3847.0, 3888.0, 3849.0, 3848.0, 3838.0, 3889.0, 3849.0, 3890.0, 3850.0, 3870.0, 3829.0, 3900.0, 3849.0, 3891.0, 3840.0, 3880.0, 3839.0, 3879.0, 3848.0, 3870.0, 3827.0, 3891.0, 3837.0, 3869.0, 3899.0, 3859.0, 3868.0, 3827.0, 3888.0, 3850.0, 3882.0, 3850.0, 3849.0, 3860.0, 3860.0, 3893.0, 3850.0, 3891.0, 3828.0, 3890.0, 3827.0, 3879.0, 3849.0, 3890.0, 3849.0, 3890.0, 3867.0, 3878.0, 3887.0, 3845.0, 3875.0, 3824.0, 3875.0, 3823.0, 3873.0, 3822.0, 3852.0, 3812.0, 3833.0, 3835.0, 3843.0, 3865.0, 3835.0, 3888.0, 3837.0, 3878.0, 3849.0, 3890.0, 3850.0, 3890.0, 3850.0, 3889.0, 3837.0, 3878.0, 3837.0, 3868.0, 3816.0, 3868.0, 3846.0, 3857.0, 3836.0, 3858.0, 3826.0, 3857.0, 3866.0, 3846.0, 3846.0, 3858.0, 3867.0, 3847.0, 3887.0, 3847.0, 3837.0, 3860.0, 3882.0, 3848.0, 3876.0, 3846.0, 3814.0, 3857.0, 3827.0, 3879.0, 3837.0, 3889.0, 3836.0, 3889.0, 3848.0, 3878.0, 3849.0, 3891.0, 3850.0, 3901.0, 3848.0, 3891.0, 3850.0, 3849.0, 3849.0, 3870.0, 3880.0, 3837.0, 3879.0, 3817.0, 3889.0, 3826.0, 3888.0, 3847.0, 3867.0, 3837.0, 3888.0, 3846.0, 3887.0, 3855.0, 3865.0, 3824.0, 3876.0, 3812.0, 3864.0, 3842.0, 3843.0, 3812.0, 3865.0, 3853.0, 3833.0, 3874.0, 3834.0, 3844.0, 3834.0, 3853.0, 3834.0, 3864.0, 3834.0, 3823.0, 3856.0, 3834.0, 3878.0, 3835.0, 3878.0, 3835.0, 3865.0, 3836.0, 3876.0, 3836.0, 3889.0, 3837.0, 3858.0, 3849.0, 3858.0, 3859.0, 3869.0, 3860.0, 3850.0, 3871.0, 3829.0, 3902.0, 3830.0, 3902.0, 3861.0, 3892.0, 3883.0, 3882.0, 3882.0, 3841.0, 3892.0, 3839.0, 3890.0, 3869.0, 3879.0, 3848.0, 3889.0, 3836.0, 3889.0, 3848.0, 3867.0, 3837.0, 3888.0, 3826.0, 3889.0, 3838.0, 3879.0, 3839.0, 3892.0, 3839.0, 3869.0, 3872.0, 3860.0, 3881.0, 3829.0, 3891.0, 3828.0, 3890.0, 3850.0, 3891.0, 3851.0, 3891.0, 3850.0, 3891.0, 3860.0, 3879.0, 3838.0, 3887.0, 3847.0, 3888.0, 3847.0, 3867.0, 3837.0, 3888.0, 3836.0, 3887.0, 3836.0, 3825.0, 3846.0, 3845.0, 3856.0, 3845.0, 3867.0, 3825.0, 3877.0, 3825.0, 3876.0, 3835.0, 3866.0, 3836.0, 3890.0, 3834.0, 3876.0, 3834.0, 3826.0, 3847.0, 3836.0, 3867.0, 3836.0, 3879.0, 3827.0, 3890.0, 3827.0], 'WindowWidth': [8733.0, 8787.0, 8675.0, 8738.0, 8638.0, 8755.0, 8651.0, 8713.0, 8630.0, 8727.0, 8626.0, 8729.0, 8645.0, 8713.0, 8647.0, 8741.0, 8661.0, 8730.0, 8672.0, 8728.0, 8689.0, 8731.0, 8694.0, 8734.0, 8671.0, 8713.0, 8654.0, 8713.0, 8661.0, 8750.0, 8678.0, 8757.0, 8650.0, 8716.0, 8647.0, 8749.0, 8651.0, 8732.0, 8644.0, 8714.0, 8669.0, 8702.0, 8669.0, 8688.0, 8699.0, 8655.0, 8724.0, 8652.0, 8693.0, 8652.0, 8704.0, 8671.0, 8704.0, 8651.0, 8705.0, 8667.0, 8693.0, 8681.0, 8665.0, 8680.0, 8620.0, 8707.0, 8636.0, 8707.0, 8683.0, 8708.0, 8629.0, 8701.0, 8642.0, 8699.0, 8675.0, 8685.0, 8721.0, 8653.0, 8738.0, 8653.0, 8745.0, 8665.0, 8722.0, 8654.0, 8723.0, 8641.0, 8742.0, 8653.0, 8743.0, 8669.0, 8728.0, 8685.0, 8717.0, 8672.0, 8747.0, 8748.0, 8710.0, 8775.0, 8700.0, 8723.0, 8687.0, 8753.0, 8683.0, 8753.0, 8699.0, 8752.0, 8680.0, 8750.0, 8692.0, 8730.0, 8674.0, 8734.0, 8671.0, 8702.0, 8729.0, 8692.0, 8705.0, 8646.0, 8702.0, 8644.0, 8683.0, 8616.0, 8706.0, 8607.0, 8697.0, 8610.0, 8698.0, 8641.0, 8709.0, 8686.0, 8667.0, 8697.0, 8662.0, 8750.0, 8684.0, 8733.0, 8669.0, 8735.0, 8664.0, 8788.0, 8750.0, 8777.0, 8733.0, 8754.0, 8677.0, 8741.0, 8652.0, 8725.0, 8697.0, 8776.0, 8694.0, 8750.0, 8706.0, 8725.0, 8714.0, 8698.0, 8697.0, 8643.0, 8765.0, 8705.0, 8762.0, 8694.0, 8722.0, 8651.0, 8732.0, 8646.0, 8731.0, 8659.0, 8717.0, 8644.0, 8720.0, 8699.0, 8684.0, 8711.0, 8673.0, 8711.0, 8653.0, 8724.0, 8664.0, 8690.0, 8636.0, 8693.0, 8623.0, 8696.0, 8635.0, 8669.0, 8625.0, 8683.0, 8651.0, 8681.0, 8682.0, 8669.0, 8634.0, 8692.0, 8646.0, 8691.0, 8647.0, 8680.0, 8625.0, 8709.0, 8626.0, 8727.0, 8654.0, 8711.0, 8654.0, 8709.0, 8644.0, 8714.0, 8666.0, 8707.0, 8629.0, 8727.0, 8660.0, 8730.0, 8664.0, 8734.0, 8653.0, 8748.0, 8682.0, 8734.0, 8679.0, 8736.0, 8687.0, 8758.0, 8689.0, 8740.0, 8667.0, 8733.0, 8665.0, 8730.0, 8661.0, 8715.0, 8664.0, 8733.0, 8678.0, 8746.0, 8675.0, 8727.0, 8672.0, 8728.0, 8655.0, 8724.0, 8665.0, 8720.0, 8661.0, 8706.0, 8633.0, 8687.0, 8614.0, 8679.0, 8610.0, 8671.0, 8583.0, 8680.0, 8598.0, 8682.0, 8615.0, 8691.0, 8620.0, 8699.0, 8646.0, 8708.0, 8656.0, 8708.0, 8643.0, 8723.0, 8658.0, 8711.0, 8643.0, 8716.0, 8632.0, 8724.0, 8640.0, 8681.0, 8645.0, 8714.0, 8648.0, 8728.0, 8646.0, 8700.0, 8662.0, 8729.0, 8646.0, 8728.0, 8669.0, 8690.0, 8633.0, 8727.0, 8646.0, 8752.0, 8681.0, 8723.0, 8657.0, 8731.0, 8675.0, 8729.0, 8665.0, 8718.0, 8677.0, 8716.0, 8674.0, 8726.0, 8658.0, 8681.0, 8666.0, 8691.0, 8652.0, 8691.0, 8645.0, 8699.0, 8645.0, 8631.0, 8646.0, 8659.0, 8663.0, 8657.0, 8663.0, 8619.0, 8695.0, 8623.0, 8680.0, 8607.0, 8696.0, 8632.0, 8713.0, 8649.0, 8736.0, 8683.0, 8740.0, 8673.0, 8753.0, 8749.0, 8702.0, 8657.0, 8711.0, 8631.0, 8730.0, 8650.0, 8739.0, 8671.0, 8683.0, 8712.0, 8680.0, 8725.0, 8667.0, 8740.0, 8641.0, 8738.0, 8719.0, 8692.0, 8688.0, 8679.0, 8694.0, 8712.0, 8745.0, 8684.0, 8667.0, 8704.0, 8634.0, 8718.0, 8698.0, 8687.0, 8630.0, 8720.0, 8670.0, 8724.0, 8717.0, 8671.0, 8650.0, 8665.0, 8721.0, 8660.0, 8686.0, 8648.0, 8688.0, 8617.0, 8699.0, 8629.0, 8700.0, 8630.0, 8683.0, 8615.0, 8684.0, 8597.0, 8684.0, 8597.0, 8674.0, 8600.0, 8656.0, 8612.0, 8656.0, 8641.0, 8665.0, 8612.0, 8650.0, 8621.0, 8671.0, 8603.0, 8676.0, 8610.0, 8707.0, 8624.0, 8709.0, 8641.0, 8711.0, 8645.0, 8714.0, 8653.0, 8666.0, 8613.0, 8710.0, 8613.0, 8710.0, 8641.0, 8698.0, 8645.0, 8728.0, 8642.0, 8712.0, 8641.0, 8699.0, 8628.0, 8709.0, 8627.0, 8711.0, 8641.0, 8711.0, 8642.0, 8723.0, 8654.0, 8695.0, 8670.0, 8724.0, 8639.0, 8706.0, 8677.0, 8677.0, 8606.0, 8694.0, 8604.0, 8690.0, 8673.0, 8645.0, 8616.0, 8661.0, 8671.0, 8648.0, 8702.0, 8649.0, 8680.0, 8673.0, 8696.0, 8651.0, 8691.0, 8651.0, 8644.0, 8661.0, 8676.0, 8678.0, 8688.0, 8660.0, 8632.0, 8661.0, 8614.0, 8670.0, 8613.0, 8697.0, 8631.0, 8706.0, 8627.0, 8681.0, 8628.0, 8620.0, 8665.0, 8623.0, 8710.0, 8641.0, 8701.0, 8633.0, 8717.0, 8684.0, 8669.0, 8679.0, 8640.0, 8654.0, 8656.0, 8724.0, 8652.0, 8695.0, 8642.0, 8700.0, 8631.0, 8711.0, 8657.0, 8684.0, 8648.0, 8675.0, 8663.0, 8713.0, 8658.0, 8656.0, 8672.0, 8658.0, 8685.0, 8696.0, 8669.0, 8677.0, 8734.0, 8674.0, 8689.0, 8680.0, 8667.0, 8623.0, 8712.0, 8640.0, 8698.0, 8708.0, 8664.0, 8691.0, 8637.0, 8705.0, 8634.0, 8687.0, 8629.0, 8670.0, 8602.0, 8686.0, 8604.0, 8686.0, 8601.0, 8670.0, 8603.0, 8675.0, 8624.0, 8690.0, 8622.0, 8707.0, 8624.0, 8682.0, 8614.0, 8697.0, 8664.0, 8655.0, 8650.0, 8653.0, 8665.0, 8639.0, 8708.0, 8639.0, 8693.0, 8643.0, 8686.0, 8661.0, 8729.0, 8671.0, 8730.0, 8659.0, 8658.0, 8671.0, 8641.0, 8713.0, 8656.0, 8725.0, 8672.0, 8719.0, 8676.0, 8682.0, 8668.0, 8679.0, 8664.0, 8608.0, 8705.0, 8630.0, 8688.0, 8644.0, 8676.0, 8620.0, 8707.0, 8617.0, 8690.0, 8634.0, 8683.0, 8627.0, 8710.0, 8621.0, 8693.0, 8654.0, 8709.0, 8641.0, 8707.0, 8636.0, 8708.0, 8658.0, 8697.0, 8657.0, 8708.0, 8669.0, 8696.0, 8657.0, 8696.0, 8653.0, 8707.0, 8650.0, 8687.0, 8634.0, 8672.0, 8632.0, 8685.0, 8627.0, 8648.0, 8624.0, 8634.0, 8653.0, 8626.0, 8674.0, 8622.0, 8703.0, 8662.0, 8693.0, 8650.0, 8704.0, 8651.0, 8707.0, 8656.0, 8654.0, 8643.0, 8711.0, 8658.0, 8711.0, 8659.0, 8686.0, 8632.0, 8726.0, 8656.0, 8714.0, 8646.0, 8700.0, 8644.0, 8698.0, 8653.0, 8684.0, 8627.0, 8715.0, 8639.0, 8682.0, 8724.0, 8669.0, 8682.0, 8625.0, 8708.0, 8659.0, 8708.0, 8662.0, 8659.0, 8675.0, 8673.0, 8722.0, 8662.0, 8717.0, 8630.0, 8714.0, 8626.0, 8695.0, 8656.0, 8712.0, 8657.0, 8713.0, 8677.0, 8693.0, 8702.0, 8643.0, 8683.0, 8614.0, 8682.0, 8613.0, 8677.0, 8609.0, 8648.0, 8595.0, 8626.0, 8632.0, 8640.0, 8670.0, 8634.0, 8707.0, 8640.0, 8694.0, 8656.0, 8711.0, 8661.0, 8714.0, 8661.0, 8710.0, 8639.0, 8694.0, 8638.0, 8679.0, 8609.0, 8679.0, 8647.0, 8663.0, 8634.0, 8667.0, 8622.0, 8664.0, 8673.0, 8648.0, 8648.0, 8666.0, 8678.0, 8650.0, 8704.0, 8651.0, 8638.0, 8673.0, 8707.0, 8655.0, 8686.0, 8646.0, 8604.0, 8665.0, 8626.0, 8698.0, 8640.0, 8711.0, 8638.0, 8708.0, 8653.0, 8694.0, 8659.0, 8715.0, 8661.0, 8728.0, 8654.0, 8716.0, 8661.0, 8660.0, 8657.0, 8686.0, 8698.0, 8639.0, 8696.0, 8613.0, 8710.0, 8623.0, 8706.0, 8649.0, 8677.0, 8637.0, 8705.0, 8648.0, 8703.0, 8657.0, 8671.0, 8614.0, 8685.0, 8597.0, 8667.0, 8635.0, 8638.0, 8595.0, 8670.0, 8651.0, 8626.0, 8680.0, 8628.0, 8641.0, 8629.0, 8652.0, 8625.0, 8663.0, 8625.0, 8610.0, 8657.0, 8628.0, 8690.0, 8631.0, 8694.0, 8630.0, 8670.0, 8635.0, 8687.0, 8635.0, 8709.0, 8638.0, 8667.0, 8658.0, 8668.0, 8669.0, 8683.0, 8673.0, 8662.0, 8690.0, 8634.0, 8733.0, 8637.0, 8732.0, 8679.0, 8719.0, 8707.0, 8704.0, 8706.0, 8650.0, 8720.0, 8643.0, 8714.0, 8681.0, 8695.0, 8655.0, 8710.0, 8638.0, 8710.0, 8653.0, 8677.0, 8640.0, 8706.0, 8623.0, 8708.0, 8640.0, 8695.0, 8646.0, 8720.0, 8647.0, 8685.0, 8692.0, 8675.0, 8704.0, 8633.0, 8715.0, 8629.0, 8713.0, 8660.0, 8715.0, 8663.0, 8716.0, 8661.0, 8717.0, 8671.0, 8694.0, 8640.0, 8705.0, 8651.0, 8707.0, 8649.0, 8676.0, 8638.0, 8706.0, 8636.0, 8702.0, 8633.0, 8618.0, 8648.0, 8644.0, 8660.0, 8643.0, 8675.0, 8618.0, 8689.0, 8617.0, 8688.0, 8632.0, 8672.0, 8633.0, 8711.0, 8630.0, 8685.0, 8629.0, 8622.0, 8651.0, 8637.0, 8678.0, 8636.0, 8695.0, 8627.0, 8712.0, 8627.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.0020674137931034485</td></tr>
<tr><td colspan=3>aqi</td><td>0.029720080344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.48467302926355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.16901892798619</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0156932494016109</td></tr>
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
<tr><td colspan=3>fber</td><td>3803.8193</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11633242549760694</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.770114942528735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49996359289388</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5082196674721104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6083193014491854</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3833518097603443</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126536</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008339982479810715</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031299274414777756</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.013087770864273</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>26.4294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.691</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8047</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.944</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6689</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.6065</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3076.747</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.3663</td></tr>
<tr><td colspan=3>tsnr</td><td>34.27342830481939</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>