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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e708b35d75d41e04c3f434ecc4583e52</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>18:46:40.612500</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0846848</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4eb554b3-957e-40e0-b916-49ad12c117aa||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['184640.612500', '184641.072500', '184641.532500', '184641.992500', '184642.452500', '184642.912500', '184643.372500', '184643.832500', '184644.292500', '184644.752500', '184645.212500', '184645.672500', '184646.132500', '184646.592500', '184647.052500', '184647.512500', '184647.972500', '184648.432500', '184648.892500', '184649.352500', '184649.812500', '184650.272500', '184650.732500', '184651.192500', '184651.652500', '184652.112500', '184652.572500', '184653.032500', '184653.492500', '184653.952500', '184654.412500', '184654.872500', '184655.332500', '184655.792500', '184656.252500', '184656.712500', '184657.172500', '184657.632500', '184658.092500', '184658.552500', '184659.012500', '184659.472500', '184659.932500', '184700.392500', '184700.852500', '184701.312500', '184701.772500', '184702.232500', '184702.692500', '184703.152500', '184703.612500', '184704.072500', '184704.532500', '184704.992500', '184705.452500', '184705.912500', '184706.372500', '184706.832500', '184707.292500', '184707.752500', '184708.212500', '184708.672500', '184709.132500', '184709.592500', '184710.052500', '184710.512500', '184710.972500', '184711.432500', '184711.892500', '184712.352500', '184712.812500', '184713.272500', '184713.732500', '184714.192500', '184714.652500', '184715.112500', '184715.572500', '184716.032500', '184716.492500', '184716.952500', '184717.412500', '184717.872500', '184718.332500', '184718.792500', '184719.252500', '184719.712500', '184720.172500', '184720.632500', '184721.092500', '184721.552500', '184722.012500', '184722.472500', '184722.932500', '184723.392500', '184723.852500', '184724.312500', '184724.772500', '184725.232500', '184725.692500', '184726.152500', '184726.612500', '184727.072500', '184727.532500', '184727.992500', '184728.452500', '184728.912500', '184729.372500', '184729.832500', '184730.292500', '184730.752500', '184731.212500', '184731.672500', '184732.132500', '184732.592500', '184733.052500', '184733.512500', '184733.972500', '184734.432500', '184734.892500', '184735.352500', '184735.812500', '184736.272500', '184736.732500', '184737.192500', '184737.652500', '184738.112500', '184738.572500', '184739.032500', '184739.492500', '184739.952500', '184740.412500', '184740.872500', '184741.332500', '184741.792500', '184742.252500', '184742.712500', '184743.172500', '184743.632500', '184744.092500', '184744.552500', '184745.012500', '184745.472500', '184745.932500', '184746.392500', '184746.852500', '184747.312500', '184747.772500', '184748.232500', '184748.692500', '184749.152500', '184749.612500', '184750.072500', '184750.532500', '184750.992500', '184751.452500', '184751.912500', '184752.372500', '184752.832500', '184753.292500', '184753.752500', '184754.212500', '184754.672500', '184755.132500', '184755.592500', '184756.052500', '184756.512500', '184756.972500', '184757.432500', '184757.892500', '184758.352500', '184758.812500', '184759.272500', '184759.732500', '184800.192500', '184800.652500', '184801.112500', '184801.572500', '184802.032500', '184802.492500', '184802.952500', '184803.412500', '184803.872500', '184804.332500', '184804.792500', '184805.252500', '184805.712500', '184806.172500', '184806.632500', '184807.092500', '184807.552500', '184808.012500', '184808.472500', '184808.932500', '184809.392500', '184809.852500', '184810.312500', '184810.772500', '184811.232500', '184811.692500', '184812.152500', '184812.612500', '184813.072500', '184813.532500', '184813.992500', '184814.452500', '184814.912500', '184815.372500', '184815.832500', '184816.292500', '184816.752500', '184817.212500', '184817.672500', '184818.132500', '184818.592500', '184819.052500', '184819.512500', '184819.972500', '184820.432500', '184820.892500', '184821.352500', '184821.812500', '184822.272500', '184822.732500', '184823.192500', '184823.652500', '184824.112500', '184824.572500', '184825.032500', '184825.492500', '184825.952500', '184826.412500', '184826.872500', '184827.332500', '184827.792500', '184828.252500', '184828.712500', '184829.172500', '184829.632500', '184830.092500', '184830.552500', '184831.012500', '184831.472500', '184831.932500', '184832.392500', '184832.852500', '184833.312500', '184833.772500', '184834.232500', '184834.692500', '184835.152500', '184835.612500', '184836.072500', '184836.532500', '184836.992500', '184837.452500', '184837.912500', '184838.372500', '184838.832500', '184839.292500', '184839.752500', '184840.212500', '184840.672500', '184841.132500', '184841.592500', '184842.052500', '184842.512500', '184842.972500', '184843.432500', '184843.892500', '184844.352500', '184844.812500', '184845.272500', '184845.732500', '184846.192500', '184846.652500', '184847.112500', '184847.572500', '184848.032500', '184848.492500', '184848.952500', '184849.412500', '184849.872500', '184850.332500', '184850.792500', '184851.252500', '184851.712500', '184852.172500', '184852.632500', '184853.092500', '184853.552500', '184854.012500', '184854.472500', '184854.932500', '184855.392500', '184855.852500', '184856.312500', '184856.772500', '184857.232500', '184857.692500', '184858.152500', '184858.612500', '184859.072500', '184859.532500', '184859.992500', '184900.452500', '184900.912500', '184901.372500', '184901.832500', '184902.292500', '184902.752500', '184903.212500', '184903.672500', '184904.132500', '184904.592500', '184905.052500', '184905.512500', '184905.972500', '184906.432500', '184906.892500', '184907.352500', '184907.812500', '184908.272500', '184908.732500', '184909.192500', '184909.652500', '184910.112500', '184910.572500', '184911.032500', '184911.492500', '184911.952500', '184912.412500', '184912.872500', '184913.332500', '184913.792500', '184914.252500', '184914.712500', '184915.172500', '184915.632500', '184916.092500', '184916.552500', '184917.012500', '184917.472500', '184917.932500', '184918.392500', '184918.852500', '184919.312500', '184919.772500', '184920.232500', '184920.692500', '184921.152500', '184921.612500', '184922.072500', '184922.532500', '184922.992500', '184923.452500', '184923.912500', '184924.372500', '184924.832500', '184925.292500', '184925.752500', '184926.212500', '184926.672500', '184927.132500', '184927.592500', '184928.052500', '184928.512500', '184928.972500', '184929.432500', '184929.892500', '184930.352500', '184930.812500', '184931.272500', '184931.732500', '184932.192500', '184932.652500', '184933.112500', '184933.572500', '184934.032500', '184934.492500', '184934.952500', '184935.412500', '184935.872500', '184936.332500', '184936.792500', '184937.252500', '184937.712500', '184938.172500', '184938.632500', '184939.092500', '184939.552500', '184940.012500', '184940.472500', '184940.932500', '184941.392500', '184941.852500', '184942.312500', '184942.772500', '184943.232500', '184943.692500', '184944.152500', '184944.612500', '184945.072500', '184945.532500', '184945.992500', '184946.452500', '184946.912500', '184947.372500', '184947.832500', '184948.292500', '184948.752500', '184949.212500', '184949.672500', '184950.132500', '184950.592500', '184951.052500', '184951.512500', '184951.972500', '184952.432500', '184952.892500', '184953.352500', '184953.812500', '184954.272500', '184954.732500', '184955.192500', '184955.652500', '184956.112500', '184956.572500', '184957.032500', '184957.492500', '184957.952500', '184958.412500', '184958.872500', '184959.332500', '184959.792500', '185000.252500', '185000.712500', '185001.172500', '185001.632500', '185002.092500', '185002.552500', '185003.012500', '185003.472500', '185003.932500', '185004.392500', '185004.852500', '185005.312500', '185005.772500', '185006.232500', '185006.692500', '185007.152500', '185007.612500', '185008.072500', '185008.532500', '185008.992500', '185009.452500', '185009.912500', '185010.372500', '185010.832500', '185011.292500', '185011.752500', '185012.212500', '185012.672500', '185013.132500', '185013.592500', '185014.052500', '185014.512500', '185014.972500', '185015.432500', '185015.892500', '185016.352500', '185016.812500', '185017.272500', '185017.732500', '185018.192500', '185018.652500', '185019.112500', '185019.572500', '185020.032500', '185020.492500', '185020.952500', '185021.412500', '185021.872500', '185022.332500', '185022.792500', '185023.252500', '185023.712500', '185024.172500', '185024.632500', '185025.092500', '185025.552500', '185026.012500', '185026.472500', '185026.932500', '185027.392500', '185027.852500', '185028.312500', '185028.772500', '185029.232500', '185029.692500', '185030.152500', '185030.612500', '185031.072500', '185031.532500', '185031.992500', '185032.452500', '185032.912500', '185033.372500', '185033.832500', '185034.292500', '185034.752500', '185035.212500', '185035.672500', '185036.132500', '185036.592500', '185037.052500', '185037.512500', '185037.972500', '185038.432500', '185038.892500', '185039.352500', '185039.812500', '185040.272500', '185040.732500', '185041.192500', '185041.652500', '185042.112500', '185042.572500', '185043.032500', '185043.492500', '185043.952500', '185044.412500', '185044.872500', '185045.332500', '185045.792500', '185046.252500', '185046.712500', '185047.172500', '185047.632500', '185048.092500', '185048.552500', '185049.012500', '185049.472500', '185049.932500', '185050.392500', '185050.852500', '185051.312500', '185051.772500', '185052.232500', '185052.692500', '185053.152500', '185053.612500', '185054.072500', '185054.532500', '185054.992500', '185055.452500', '185055.912500', '185056.372500', '185056.832500', '185057.292500', '185057.752500', '185058.212500', '185058.672500', '185059.132500', '185059.592500', '185100.052500', '185100.512500', '185100.972500', '185101.432500', '185101.892500', '185102.352500', '185102.812500', '185103.272500', '185103.732500', '185104.192500', '185104.652500', '185105.112500', '185105.572500', '185106.032500', '185106.492500', '185106.952500', '185107.412500', '185107.872500', '185108.332500', '185108.792500', '185109.252500', '185109.712500', '185110.172500', '185110.632500', '185111.092500', '185111.552500', '185112.012500', '185112.472500', '185112.932500', '185113.392500', '185113.852500', '185114.312500', '185114.772500', '185115.232500', '185115.692500', '185116.152500', '185116.612500', '185117.072500', '185117.532500', '185117.992500', '185118.452500', '185118.912500', '185119.372500', '185119.832500', '185120.292500', '185120.752500', '185121.212500', '185121.672500', '185122.132500', '185122.592500', '185123.052500', '185123.512500', '185123.972500', '185124.432500', '185124.892500', '185125.352500', '185125.812500', '185126.272500', '185126.732500', '185127.192500', '185127.652500', '185128.112500', '185128.572500', '185129.032500', '185129.492500', '185129.952500', '185130.412500', '185130.872500', '185131.332500', '185131.792500', '185132.252500', '185132.712500', '185133.172500', '185133.632500', '185134.092500', '185134.552500', '185135.012500', '185135.472500', '185135.932500', '185136.392500', '185136.852500', '185137.312500', '185137.772500', '185138.232500', '185138.692500', '185139.152500', '185139.612500', '185140.072500', '185140.532500', '185140.992500', '185141.452500', '185141.912500', '185142.372500', '185142.832500', '185143.292500', '185143.752500', '185144.212500', '185144.672500', '185145.132500', '185145.592500', '185146.052500', '185146.512500', '185146.972500', '185147.432500', '185147.892500', '185148.352500', '185148.812500', '185149.272500', '185149.732500', '185150.192500', '185150.652500', '185151.112500', '185151.572500', '185152.032500', '185152.492500', '185152.952500', '185153.412500', '185153.872500', '185154.332500', '185154.792500', '185155.252500', '185155.712500', '185156.172500', '185156.632500', '185157.092500', '185157.552500', '185158.012500', '185158.472500', '185158.932500', '185159.392500', '185159.852500', '185200.312500', '185200.772500', '185201.232500', '185201.692500', '185202.152500', '185202.612500', '185203.072500', '185203.532500', '185203.992500', '185204.452500', '185204.912500', '185205.372500', '185205.832500', '185206.292500', '185206.752500', '185207.212500', '185207.672500', '185208.132500', '185208.592500', '185209.052500', '185209.512500', '185209.972500', '185210.432500', '185210.892500', '185211.352500', '185211.812500', '185212.272500', '185212.732500', '185213.192500', '185213.652500', '185214.112500', '185214.572500', '185215.032500', '185215.492500', '185215.952500', '185216.412500', '185216.872500', '185217.332500', '185217.792500', '185218.252500', '185218.712500', '185219.172500', '185219.632500', '185220.092500', '185220.552500', '185221.012500', '185221.472500', '185221.932500', '185222.392500', '185222.852500', '185223.312500', '185223.772500', '185224.232500', '185224.692500', '185225.152500', '185225.612500', '185226.072500', '185226.532500', '185226.992500', '185227.452500', '185227.912500', '185228.372500', '185228.832500', '185229.292500', '185229.752500', '185230.212500', '185230.672500', '185231.132500', '185231.592500', '185232.052500', '185232.512500', '185232.972500', '185233.432500', '185233.892500', '185234.352500', '185234.812500', '185235.272500', '185235.732500', '185236.192500', '185236.652500', '185237.112500', '185237.572500', '185238.032500', '185238.492500', '185238.952500', '185239.412500', '185239.872500', '185240.332500', '185240.792500', '185241.252500', '185241.712500', '185242.172500', '185242.632500', '185243.092500', '185243.552500', '185244.012500', '185244.472500', '185244.932500', '185245.392500', '185245.852500', '185246.312500', '185246.772500', '185247.232500', '185247.692500', '185248.152500', '185248.612500', '185249.072500', '185249.532500', '185249.992500', '185250.452500', '185250.912500', '185251.372500', '185251.832500', '185252.292500', '185252.752500', '185253.212500', '185253.672500', '185254.132500', '185254.592500', '185255.052500', '185255.512500', '185255.972500', '185256.432500', '185256.892500', '185257.352500', '185257.812500', '185258.272500', '185258.732500', '185259.192500', '185259.652500', '185300.112500', '185300.572500', '185301.032500', '185301.492500', '185301.952500', '185302.412500', '185302.872500', '185303.332500', '185303.792500', '185304.252500', '185304.712500', '185305.172500', '185305.632500', '185306.092500', '185306.552500', '185307.012500', '185307.472500', '185307.932500', '185308.392500', '185308.852500', '185309.312500', '185309.772500', '185310.232500', '185310.692500', '185311.152500', '185311.612500', '185312.072500', '185312.532500', '185312.992500', '185313.452500', '185313.912500', '185314.372500', '185314.832500', '185315.292500', '185315.752500', '185316.212500', '185316.672500', '185317.132500', '185317.592500', '185318.052500', '185318.512500', '185318.972500', '185319.432500', '185319.892500', '185320.352500', '185320.812500', '185321.272500'], 'ContentTime': ['184708.620000', '184708.623000', '184708.626000', '184708.628000', '184708.631000', '184708.633000', '184708.636000', '184708.638000', '184708.641000', '184708.644000', '184708.646000', '184708.649000', '184708.652000', '184708.654000', '184708.657000', '184708.659000', '184708.671000', '184708.674000', '184708.676000', '184708.679000', '184708.681000', '184708.684000', '184708.686000', '184708.689000', '184708.692000', '184708.694000', '184708.697000', '184708.699000', '184708.702000', '184708.704000', '184708.707000', '184708.709000', '184708.712000', '184708.715000', '184708.717000', '184708.720000', '184708.722000', '184708.725000', '184708.727000', '184708.730000', '184708.733000', '184708.735000', '184708.738000', '184708.740000', '184708.749000', '184708.751000', '184708.754000', '184708.756000', '184708.759000', '184708.762000', '184708.764000', '184708.767000', '184708.769000', '184708.772000', '184708.774000', '184708.777000', '184708.779000', '184708.782000', '184708.785000', '184728.578000', '184728.581000', '184728.584000', '184728.586000', '184728.589000', '184728.591000', '184728.594000', '184728.596000', '184728.599000', '184728.602000', '184728.604000', '184728.607000', '184728.609000', '184728.612000', '184728.614000', '184728.617000', '184728.619000', '184728.622000', '184728.625000', '184728.627000', '184728.630000', '184728.632000', '184728.635000', '184728.637000', '184728.640000', '184728.642000', '184728.645000', '184728.647000', '184728.650000', '184728.653000', '184728.655000', '184728.658000', '184728.660000', '184728.663000', '184728.665000', '184728.668000', '184728.670000', '184728.673000', '184728.676000', '184728.678000', '184728.681000', '184728.683000', '184728.686000', '184748.579000', '184748.581000', '184748.584000', '184748.586000', '184748.589000', '184748.592000', '184748.594000', '184748.597000', '184748.599000', '184748.602000', '184748.604000', '184748.607000', '184748.610000', '184748.616000', '184748.619000', '184748.622000', '184748.624000', '184748.627000', '184748.629000', '184748.632000', '184748.634000', '184748.637000', '184748.640000', '184748.642000', '184748.645000', '184748.647000', '184748.650000', '184748.652000', '184748.655000', '184748.658000', '184748.660000', '184748.663000', '184748.665000', '184748.668000', '184748.670000', '184748.673000', '184748.676000', '184748.678000', '184748.681000', '184748.683000', '184748.686000', '184748.688000', '184748.691000', '184748.694000', '184808.578000', '184808.581000', '184808.584000', '184808.586000', '184808.589000', '184808.592000', '184808.594000', '184808.597000', '184808.599000', '184808.602000', '184808.605000', '184808.607000', '184808.610000', '184808.612000', '184808.615000', '184808.618000', '184808.620000', '184808.623000', '184808.625000', '184808.628000', '184808.630000', '184808.633000', '184808.636000', '184808.648000', '184808.650000', '184808.653000', '184808.656000', '184808.658000', '184808.661000', '184808.663000', '184808.666000', '184808.669000', '184808.671000', '184808.674000', '184808.677000', '184808.679000', '184808.682000', '184808.684000', '184808.687000', '184808.690000', '184808.692000', '184808.706000', '184808.709000', '184828.578000', '184828.581000', '184828.584000', '184828.586000', '184828.589000', '184828.591000', '184828.594000', '184828.597000', '184828.606000', '184828.609000', '184828.611000', '184828.614000', '184828.616000', '184828.619000', '184828.622000', '184828.624000', '184828.627000', '184828.629000', '184828.632000', '184828.635000', '184828.637000', '184828.640000', '184828.642000', '184828.645000', '184828.648000', '184828.651000', '184828.653000', '184828.656000', '184828.658000', '184828.661000', '184828.664000', '184828.666000', '184828.669000', '184828.671000', '184828.674000', '184828.676000', '184828.679000', '184828.682000', '184828.684000', '184828.687000', '184828.690000', '184828.692000', '184828.695000', '184828.697000', '184848.579000', '184848.582000', '184848.585000', '184848.587000', '184848.590000', '184848.592000', '184848.595000', '184848.598000', '184848.600000', '184848.603000', '184848.612000', '184848.614000', '184848.617000', '184848.620000', '184848.622000', '184848.625000', '184848.627000', '184848.630000', '184848.633000', '184848.635000', '184848.638000', '184848.640000', '184848.643000', '184848.646000', '184848.648000', '184848.651000', '184848.653000', '184848.656000', '184848.658000', '184848.661000', '184848.664000', '184848.666000', '184848.669000', '184848.671000', '184848.674000', '184848.677000', '184848.679000', '184848.682000', '184848.684000', '184848.687000', '184848.689000', '184848.692000', '184848.695000', '184908.580000', '184908.583000', '184908.585000', '184908.588000', '184908.590000', '184908.593000', '184908.596000', '184908.600000', '184908.603000', '184908.606000', '184908.608000', '184908.611000', '184908.613000', '184908.616000', '184908.619000', '184908.621000', '184908.624000', '184908.626000', '184908.629000', '184908.631000', '184908.634000', '184908.637000', '184908.639000', '184908.642000', '184908.644000', '184908.647000', '184908.649000', '184908.652000', '184908.655000', '184908.658000', '184908.660000', '184908.663000', '184908.665000', '184908.668000', '184908.671000', '184908.673000', '184908.676000', '184908.679000', '184908.681000', '184908.684000', '184908.686000', '184908.689000', '184908.691000', '184928.579000', '184928.581000', '184928.584000', '184928.587000', '184928.589000', '184928.592000', '184928.594000', '184928.597000', '184928.600000', '184928.602000', '184928.605000', '184928.607000', '184928.610000', '184928.612000', '184928.615000', '184928.618000', '184928.620000', '184928.623000', '184928.625000', '184928.628000', '184928.631000', '184928.633000', '184928.636000', '184928.638000', '184928.641000', '184928.644000', '184928.646000', '184928.649000', '184928.651000', '184928.654000', '184928.656000', '184928.659000', '184928.662000', '184928.664000', '184928.667000', '184928.669000', '184928.672000', '184928.675000', '184928.677000', '184928.680000', '184928.682000', '184928.685000', '184928.687000', '184928.690000', '184948.579000', '184948.582000', '184948.585000', '184948.587000', '184948.590000', '184948.593000', '184948.595000', '184948.598000', '184948.600000', '184948.603000', '184948.605000', '184948.608000', '184948.611000', '184948.613000', '184948.616000', '184948.618000', '184948.621000', '184948.624000', '184948.626000', '184948.629000', '184948.632000', '184948.634000', '184948.637000', '184948.639000', '184948.642000', '184948.644000', '184948.647000', '184948.650000', '184948.652000', '184948.655000', '184948.657000', '184948.660000', '184948.663000', '184948.665000', '184948.668000', '184948.670000', '184948.673000', '184948.676000', '184948.678000', '184948.681000', '184948.683000', '184948.686000', '184948.689000', '185008.579000', '185008.581000', '185008.584000', '185008.586000', '185008.589000', '185008.592000', '185008.594000', '185008.597000', '185008.600000', '185008.602000', '185008.605000', '185008.607000', '185008.610000', '185008.612000', '185008.615000', '185008.618000', '185008.620000', '185008.623000', '185008.625000', '185008.628000', '185008.631000', '185008.633000', '185008.636000', '185008.638000', '185008.641000', '185008.644000', '185008.646000', '185008.649000', '185008.651000', '185008.654000', '185008.656000', '185008.659000', '185008.662000', '185008.664000', '185008.667000', '185008.669000', '185008.672000', '185008.674000', '185008.677000', '185008.680000', '185008.682000', '185008.685000', '185008.687000', '185008.690000', '185028.579000', '185028.582000', '185028.585000', '185028.587000', '185028.590000', '185028.593000', '185028.596000', '185028.598000', '185028.601000', '185028.603000', '185028.606000', '185028.609000', '185028.611000', '185028.614000', '185028.616000', '185028.619000', '185028.621000', '185028.624000', '185028.627000', '185028.629000', '185028.632000', '185028.634000', '185028.637000', '185028.640000', '185028.643000', '185028.645000', '185028.648000', '185028.651000', '185028.653000', '185028.656000', '185028.658000', '185028.661000', '185028.664000', '185028.666000', '185028.669000', '185028.671000', '185028.674000', '185028.676000', '185028.679000', '185028.682000', '185028.684000', '185028.687000', '185028.689000', '185048.578000', '185048.581000', '185048.584000', '185048.586000', '185048.589000', '185048.592000', '185048.594000', '185048.597000', '185048.600000', '185048.602000', '185048.605000', '185048.607000', '185048.610000', '185048.612000', '185048.615000', '185048.618000', '185048.620000', '185048.623000', '185048.625000', '185048.628000', '185048.631000', '185048.633000', '185048.636000', '185048.638000', '185048.641000', '185048.644000', '185048.652000', '185048.654000', '185048.657000', '185048.660000', '185048.662000', '185048.665000', '185048.668000', '185048.670000', '185048.673000', '185048.676000', '185048.689000', '185048.692000', '185048.694000', '185048.697000', '185048.699000', '185048.702000', '185048.705000', '185048.707000', '185108.579000', '185108.582000', '185108.585000', '185108.587000', '185108.590000', '185108.593000', '185108.595000', '185108.598000', '185108.600000', '185108.603000', '185108.605000', '185108.608000', '185108.611000', '185108.613000', '185108.616000', '185108.618000', '185108.621000', '185108.624000', '185108.626000', '185108.629000', '185108.631000', '185108.634000', '185108.636000', '185108.639000', '185108.641000', '185108.644000', '185108.647000', '185108.649000', '185108.652000', '185108.654000', '185108.657000', '185108.659000', '185108.662000', '185108.665000', '185108.667000', '185108.670000', '185108.672000', '185108.675000', '185108.677000', '185108.680000', '185108.683000', '185108.685000', '185108.688000', '185128.579000', '185128.582000', '185128.585000', '185128.587000', '185128.590000', '185128.593000', '185128.595000', '185128.598000', '185128.600000', '185128.603000', '185128.606000', '185128.608000', '185128.611000', '185128.613000', '185128.616000', '185128.641000', '185128.644000', '185128.646000', '185128.649000', '185128.652000', '185128.654000', '185128.657000', '185128.659000', '185128.662000', '185128.664000', '185128.667000', '185128.669000', '185128.672000', '185128.675000', '185128.677000', '185128.680000', '185128.682000', '185128.685000', '185128.687000', '185128.690000', '185128.693000', '185128.695000', '185128.698000', '185128.700000', '185128.703000', '185128.705000', '185128.708000', '185128.711000', '185128.713000', '185148.579000', '185148.581000', '185148.584000', '185148.587000', '185148.589000', '185148.592000', '185148.594000', '185148.597000', '185148.599000', '185148.602000', '185148.605000', '185148.607000', '185148.610000', '185148.612000', '185148.615000', '185148.618000', '185148.620000', '185148.623000', '185148.625000', '185148.628000', '185148.631000', '185148.633000', '185148.636000', '185148.638000', '185148.641000', '185148.643000', '185148.646000', '185148.650000', '185148.653000', '185148.655000', '185148.658000', '185148.661000', '185148.663000', '185148.666000', '185148.669000', '185148.671000', '185148.674000', '185148.678000', '185148.681000', '185148.683000', '185148.686000', '185148.688000', '185148.691000', '185208.579000', '185208.581000', '185208.584000', '185208.587000', '185208.589000', '185208.592000', '185208.594000', '185208.597000', '185208.600000', '185208.602000', '185208.605000', '185208.607000', '185208.610000', '185208.612000', '185208.615000', '185208.618000', '185208.620000', '185208.623000', '185208.625000', '185208.628000', '185208.630000', '185208.633000', '185208.636000', '185208.638000', '185208.641000', '185208.643000', '185208.646000', '185208.648000', '185208.651000', '185208.654000', '185208.656000', '185208.659000', '185208.661000', '185208.664000', '185208.667000', '185208.669000', '185208.672000', '185208.674000', '185208.677000', '185208.680000', '185208.682000', '185208.685000', '185208.687000', '185208.690000', '185228.578000', '185228.581000', '185228.584000', '185228.586000', '185228.589000', '185228.591000', '185228.594000', '185228.597000', '185228.599000', '185228.602000', '185228.604000', '185228.607000', '185228.610000', '185228.612000', '185228.615000', '185228.617000', '185228.620000', '185228.622000', '185228.625000', '185228.628000', '185228.630000', '185228.633000', '185228.635000', '185228.638000', '185228.641000', '185228.644000', '185228.647000', '185228.650000', '185228.652000', '185228.655000', '185228.658000', '185228.661000', '185228.663000', '185228.666000', '185228.668000', '185228.671000', '185228.674000', '185228.676000', '185228.679000', '185228.681000', '185228.684000', '185228.687000', '185228.689000', '185248.579000', '185248.581000', '185248.584000', '185248.587000', '185248.589000', '185248.592000', '185248.594000', '185248.597000', '185248.600000', '185248.602000', '185248.605000', '185248.608000', '185248.610000', '185248.613000', '185248.615000', '185248.618000', '185248.620000', '185248.623000', '185248.626000', '185248.628000', '185248.631000', '185248.633000', '185248.636000', '185248.639000', '185248.641000', '185248.644000', '185248.646000', '185248.649000', '185248.652000', '185248.654000', '185248.657000', '185248.660000', '185248.662000', '185248.665000', '185248.667000', '185248.670000', '185248.673000', '185248.675000', '185248.678000', '185248.680000', '185248.721000', '185248.724000', '185248.727000', '185248.729000', '185308.578000', '185308.581000', '185308.584000', '185308.586000', '185308.589000', '185308.591000', '185308.594000', '185308.597000', '185308.599000', '185308.602000', '185308.605000', '185308.607000', '185308.610000', '185308.612000', '185308.615000', '185308.618000', '185308.620000', '185308.623000', '185308.626000', '185308.628000', '185308.631000', '185308.633000', '185308.636000', '185308.639000', '185308.641000', '185308.644000', '185308.646000', '185308.649000', '185308.651000', '185308.654000', '185308.657000', '185308.660000', '185308.663000', '185308.666000', '185308.669000', '185308.671000', '185308.674000', '185308.677000', '185308.679000', '185308.682000', '185308.685000', '185308.687000', '185308.690000', '185322.482000', '185322.485000', '185322.488000', '185322.491000', '185322.494000', '185322.496000', '185322.499000', '185322.502000', '185322.505000', '185322.507000', '185322.510000', '185322.513000', '185322.516000', '185322.519000', '185322.521000', '185322.524000', '185322.527000', '185322.530000', '185322.533000', '185322.536000', '185322.539000', '185322.541000', '185322.544000', '185322.547000', '185322.550000', '185322.552000', '185322.555000', '185322.558000', '185322.560000', '185322.563000', '185322.566000'], 'InstanceCreationTime': ['184708.620000', '184708.623000', '184708.626000', '184708.628000', '184708.631000', '184708.633000', '184708.636000', '184708.638000', '184708.641000', '184708.644000', '184708.646000', '184708.649000', '184708.652000', '184708.654000', '184708.657000', '184708.659000', '184708.671000', '184708.674000', '184708.676000', '184708.679000', '184708.681000', '184708.684000', '184708.686000', '184708.689000', '184708.692000', '184708.694000', '184708.697000', '184708.699000', '184708.702000', '184708.704000', '184708.707000', '184708.709000', '184708.712000', '184708.715000', '184708.717000', '184708.720000', '184708.722000', '184708.725000', '184708.727000', '184708.730000', '184708.733000', '184708.735000', '184708.738000', '184708.740000', '184708.749000', '184708.751000', '184708.754000', '184708.756000', '184708.759000', '184708.762000', '184708.764000', '184708.767000', '184708.769000', '184708.772000', '184708.774000', '184708.777000', '184708.779000', '184708.782000', '184708.785000', '184728.578000', '184728.581000', '184728.584000', '184728.586000', '184728.589000', '184728.591000', '184728.594000', '184728.596000', '184728.599000', '184728.602000', '184728.604000', '184728.607000', '184728.609000', '184728.612000', '184728.614000', '184728.617000', '184728.619000', '184728.622000', '184728.625000', '184728.627000', '184728.630000', '184728.632000', '184728.635000', '184728.637000', '184728.640000', '184728.642000', '184728.645000', '184728.647000', '184728.650000', '184728.653000', '184728.655000', '184728.658000', '184728.660000', '184728.663000', '184728.665000', '184728.668000', '184728.670000', '184728.673000', '184728.676000', '184728.678000', '184728.681000', '184728.683000', '184728.686000', '184748.579000', '184748.581000', '184748.584000', '184748.586000', '184748.589000', '184748.592000', '184748.594000', '184748.597000', '184748.599000', '184748.602000', '184748.604000', '184748.607000', '184748.610000', '184748.616000', '184748.619000', '184748.622000', '184748.624000', '184748.627000', '184748.629000', '184748.632000', '184748.634000', '184748.637000', '184748.640000', '184748.642000', '184748.645000', '184748.647000', '184748.650000', '184748.652000', '184748.655000', '184748.658000', '184748.660000', '184748.663000', '184748.665000', '184748.668000', '184748.670000', '184748.673000', '184748.676000', '184748.678000', '184748.681000', '184748.683000', '184748.686000', '184748.688000', '184748.691000', '184748.694000', '184808.578000', '184808.581000', '184808.584000', '184808.586000', '184808.589000', '184808.592000', '184808.594000', '184808.597000', '184808.599000', '184808.602000', '184808.605000', '184808.607000', '184808.610000', '184808.612000', '184808.615000', '184808.618000', '184808.620000', '184808.623000', '184808.625000', '184808.628000', '184808.630000', '184808.633000', '184808.636000', '184808.648000', '184808.650000', '184808.653000', '184808.656000', '184808.658000', '184808.661000', '184808.663000', '184808.666000', '184808.669000', '184808.671000', '184808.674000', '184808.677000', '184808.679000', '184808.682000', '184808.684000', '184808.687000', '184808.690000', '184808.692000', '184808.706000', '184808.709000', '184828.578000', '184828.581000', '184828.584000', '184828.586000', '184828.589000', '184828.591000', '184828.594000', '184828.597000', '184828.606000', '184828.609000', '184828.611000', '184828.614000', '184828.616000', '184828.619000', '184828.622000', '184828.624000', '184828.627000', '184828.629000', '184828.632000', '184828.635000', '184828.637000', '184828.640000', '184828.642000', '184828.645000', '184828.648000', '184828.651000', '184828.653000', '184828.656000', '184828.658000', '184828.661000', '184828.664000', '184828.666000', '184828.669000', '184828.671000', '184828.674000', '184828.676000', '184828.679000', '184828.682000', '184828.684000', '184828.687000', '184828.690000', '184828.692000', '184828.695000', '184828.697000', '184848.579000', '184848.582000', '184848.585000', '184848.587000', '184848.590000', '184848.592000', '184848.595000', '184848.598000', '184848.600000', '184848.603000', '184848.612000', '184848.614000', '184848.617000', '184848.620000', '184848.622000', '184848.625000', '184848.627000', '184848.630000', '184848.633000', '184848.635000', '184848.638000', '184848.640000', '184848.643000', '184848.646000', '184848.648000', '184848.651000', '184848.653000', '184848.656000', '184848.658000', '184848.661000', '184848.664000', '184848.666000', '184848.669000', '184848.671000', '184848.674000', '184848.677000', '184848.679000', '184848.682000', '184848.684000', '184848.687000', '184848.689000', '184848.692000', '184848.695000', '184908.580000', '184908.583000', '184908.585000', '184908.588000', '184908.590000', '184908.593000', '184908.596000', '184908.600000', '184908.603000', '184908.606000', '184908.608000', '184908.611000', '184908.613000', '184908.616000', '184908.619000', '184908.621000', '184908.624000', '184908.626000', '184908.629000', '184908.631000', '184908.634000', '184908.637000', '184908.639000', '184908.642000', '184908.644000', '184908.647000', '184908.649000', '184908.652000', '184908.655000', '184908.658000', '184908.660000', '184908.663000', '184908.665000', '184908.668000', '184908.671000', '184908.673000', '184908.676000', '184908.679000', '184908.681000', '184908.684000', '184908.686000', '184908.689000', '184908.691000', '184928.579000', '184928.581000', '184928.584000', '184928.587000', '184928.589000', '184928.592000', '184928.594000', '184928.597000', '184928.600000', '184928.602000', '184928.605000', '184928.607000', '184928.610000', '184928.612000', '184928.615000', '184928.618000', '184928.620000', '184928.623000', '184928.625000', '184928.628000', '184928.631000', '184928.633000', '184928.636000', '184928.638000', '184928.641000', '184928.644000', '184928.646000', '184928.649000', '184928.651000', '184928.654000', '184928.656000', '184928.659000', '184928.662000', '184928.664000', '184928.667000', '184928.669000', '184928.672000', '184928.675000', '184928.677000', '184928.680000', '184928.682000', '184928.685000', '184928.687000', '184928.690000', '184948.579000', '184948.582000', '184948.585000', '184948.587000', '184948.590000', '184948.593000', '184948.595000', '184948.598000', '184948.600000', '184948.603000', '184948.605000', '184948.608000', '184948.611000', '184948.613000', '184948.616000', '184948.618000', '184948.621000', '184948.624000', '184948.626000', '184948.629000', '184948.632000', '184948.634000', '184948.637000', '184948.639000', '184948.642000', '184948.644000', '184948.647000', '184948.650000', '184948.652000', '184948.655000', '184948.657000', '184948.660000', '184948.663000', '184948.665000', '184948.668000', '184948.670000', '184948.673000', '184948.676000', '184948.678000', '184948.681000', '184948.683000', '184948.686000', '184948.689000', '185008.579000', '185008.581000', '185008.584000', '185008.586000', '185008.589000', '185008.592000', '185008.594000', '185008.597000', '185008.600000', '185008.602000', '185008.605000', '185008.607000', '185008.610000', '185008.612000', '185008.615000', '185008.618000', '185008.620000', '185008.623000', '185008.625000', '185008.628000', '185008.631000', '185008.633000', '185008.636000', '185008.638000', '185008.641000', '185008.644000', '185008.646000', '185008.649000', '185008.651000', '185008.654000', '185008.656000', '185008.659000', '185008.662000', '185008.664000', '185008.667000', '185008.669000', '185008.672000', '185008.674000', '185008.677000', '185008.680000', '185008.682000', '185008.685000', '185008.687000', '185008.690000', '185028.579000', '185028.582000', '185028.585000', '185028.587000', '185028.590000', '185028.593000', '185028.596000', '185028.598000', '185028.601000', '185028.603000', '185028.606000', '185028.609000', '185028.611000', '185028.614000', '185028.616000', '185028.619000', '185028.621000', '185028.624000', '185028.627000', '185028.629000', '185028.632000', '185028.634000', '185028.637000', '185028.640000', '185028.643000', '185028.645000', '185028.648000', '185028.651000', '185028.653000', '185028.656000', '185028.658000', '185028.661000', '185028.664000', '185028.666000', '185028.669000', '185028.671000', '185028.674000', '185028.676000', '185028.679000', '185028.682000', '185028.684000', '185028.687000', '185028.689000', '185048.578000', '185048.581000', '185048.584000', '185048.586000', '185048.589000', '185048.592000', '185048.594000', '185048.597000', '185048.600000', '185048.602000', '185048.605000', '185048.607000', '185048.610000', '185048.612000', '185048.615000', '185048.618000', '185048.620000', '185048.623000', '185048.625000', '185048.628000', '185048.631000', '185048.633000', '185048.636000', '185048.638000', '185048.641000', '185048.644000', '185048.652000', '185048.654000', '185048.657000', '185048.660000', '185048.662000', '185048.665000', '185048.668000', '185048.670000', '185048.673000', '185048.676000', '185048.689000', '185048.692000', '185048.694000', '185048.697000', '185048.699000', '185048.702000', '185048.705000', '185048.707000', '185108.579000', '185108.582000', '185108.585000', '185108.587000', '185108.590000', '185108.593000', '185108.595000', '185108.598000', '185108.600000', '185108.603000', '185108.605000', '185108.608000', '185108.611000', '185108.613000', '185108.616000', '185108.618000', '185108.621000', '185108.624000', '185108.626000', '185108.629000', '185108.631000', '185108.634000', '185108.636000', '185108.639000', '185108.641000', '185108.644000', '185108.647000', '185108.649000', '185108.652000', '185108.654000', '185108.657000', '185108.659000', '185108.662000', '185108.665000', '185108.667000', '185108.670000', '185108.672000', '185108.675000', '185108.677000', '185108.680000', '185108.683000', '185108.685000', '185108.688000', '185128.579000', '185128.582000', '185128.585000', '185128.587000', '185128.590000', '185128.593000', '185128.595000', '185128.598000', '185128.600000', '185128.603000', '185128.606000', '185128.608000', '185128.611000', '185128.613000', '185128.616000', '185128.641000', '185128.644000', '185128.646000', '185128.649000', '185128.652000', '185128.654000', '185128.657000', '185128.659000', '185128.662000', '185128.664000', '185128.667000', '185128.669000', '185128.672000', '185128.675000', '185128.677000', '185128.680000', '185128.682000', '185128.685000', '185128.687000', '185128.690000', '185128.693000', '185128.695000', '185128.698000', '185128.700000', '185128.703000', '185128.705000', '185128.708000', '185128.711000', '185128.713000', '185148.579000', '185148.581000', '185148.584000', '185148.587000', '185148.589000', '185148.592000', '185148.594000', '185148.597000', '185148.599000', '185148.602000', '185148.605000', '185148.607000', '185148.610000', '185148.612000', '185148.615000', '185148.618000', '185148.620000', '185148.623000', '185148.625000', '185148.628000', '185148.631000', '185148.633000', '185148.636000', '185148.638000', '185148.641000', '185148.643000', '185148.646000', '185148.650000', '185148.653000', '185148.655000', '185148.658000', '185148.661000', '185148.663000', '185148.666000', '185148.669000', '185148.671000', '185148.674000', '185148.678000', '185148.681000', '185148.683000', '185148.686000', '185148.688000', '185148.691000', '185208.579000', '185208.581000', '185208.584000', '185208.587000', '185208.589000', '185208.592000', '185208.594000', '185208.597000', '185208.600000', '185208.602000', '185208.605000', '185208.607000', '185208.610000', '185208.612000', '185208.615000', '185208.618000', '185208.620000', '185208.623000', '185208.625000', '185208.628000', '185208.630000', '185208.633000', '185208.636000', '185208.638000', '185208.641000', '185208.643000', '185208.646000', '185208.648000', '185208.651000', '185208.654000', '185208.656000', '185208.659000', '185208.661000', '185208.664000', '185208.667000', '185208.669000', '185208.672000', '185208.674000', '185208.677000', '185208.680000', '185208.682000', '185208.685000', '185208.687000', '185208.690000', '185228.578000', '185228.581000', '185228.584000', '185228.586000', '185228.589000', '185228.591000', '185228.594000', '185228.597000', '185228.599000', '185228.602000', '185228.604000', '185228.607000', '185228.610000', '185228.612000', '185228.615000', '185228.617000', '185228.620000', '185228.622000', '185228.625000', '185228.628000', '185228.630000', '185228.633000', '185228.635000', '185228.638000', '185228.641000', '185228.644000', '185228.647000', '185228.650000', '185228.652000', '185228.655000', '185228.658000', '185228.661000', '185228.663000', '185228.666000', '185228.668000', '185228.671000', '185228.674000', '185228.676000', '185228.679000', '185228.681000', '185228.684000', '185228.687000', '185228.689000', '185248.579000', '185248.581000', '185248.584000', '185248.587000', '185248.589000', '185248.592000', '185248.594000', '185248.597000', '185248.600000', '185248.602000', '185248.605000', '185248.608000', '185248.610000', '185248.613000', '185248.615000', '185248.618000', '185248.620000', '185248.623000', '185248.626000', '185248.628000', '185248.631000', '185248.633000', '185248.636000', '185248.639000', '185248.641000', '185248.644000', '185248.646000', '185248.649000', '185248.652000', '185248.654000', '185248.657000', '185248.660000', '185248.662000', '185248.665000', '185248.667000', '185248.670000', '185248.673000', '185248.675000', '185248.678000', '185248.680000', '185248.721000', '185248.724000', '185248.727000', '185248.729000', '185308.578000', '185308.581000', '185308.584000', '185308.586000', '185308.589000', '185308.591000', '185308.594000', '185308.597000', '185308.599000', '185308.602000', '185308.605000', '185308.607000', '185308.610000', '185308.612000', '185308.615000', '185308.618000', '185308.620000', '185308.623000', '185308.626000', '185308.628000', '185308.631000', '185308.633000', '185308.636000', '185308.639000', '185308.641000', '185308.644000', '185308.646000', '185308.649000', '185308.651000', '185308.654000', '185308.657000', '185308.660000', '185308.663000', '185308.666000', '185308.669000', '185308.671000', '185308.674000', '185308.677000', '185308.679000', '185308.682000', '185308.685000', '185308.687000', '185308.690000', '185322.482000', '185322.485000', '185322.488000', '185322.491000', '185322.494000', '185322.496000', '185322.499000', '185322.502000', '185322.505000', '185322.507000', '185322.510000', '185322.513000', '185322.516000', '185322.519000', '185322.521000', '185322.524000', '185322.527000', '185322.530000', '185322.533000', '185322.536000', '185322.539000', '185322.541000', '185322.544000', '185322.547000', '185322.550000', '185322.552000', '185322.555000', '185322.558000', '185322.560000', '185322.563000', '185322.566000'], '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': [10088, 10734, 8219, 9341, 13188, 9670, 9929, 12023, 8714, 13427, 9902, 10245, 10265, 9471, 12934, 8766, 9851, 12447, 9474, 12313, 8515, 9610, 14780, 10201, 11443, 8114, 9363, 13355, 9609, 10113, 11244, 9334, 12997, 9413, 9987, 10400, 9329, 13251, 10624, 10350, 8854, 9112, 12611, 8845, 9717, 16490, 10092, 14630, 10019, 9792, 13457, 10128, 13240, 9012, 10104, 12954, 9845, 11682, 8774, 9561, 12830, 10934, 10185, 10366, 9126, 12503, 9334, 9368, 12172, 9841, 11573, 8268, 9143, 12883, 10286, 10077, 7941, 9334, 12170, 10354, 10419, 9602, 8869, 8869, 9737, 11609, 8764, 9830, 15328, 9318, 10991, 8132, 9799, 8870, 9541, 12848, 9742, 10380, 7939, 9706, 14454, 9954, 12800, 9172, 11180, 7956, 10302, 16702, 11443, 14425, 10813, 10635, 14861, 9752, 12102, 8203, 9472, 15050, 9595, 10121, 8031, 8680, 12462, 9032, 11479, 8538, 9604, 8218, 9540, 9264, 13146, 13430, 11779, 15067, 9647, 12552, 9424, 9859, 14351, 8668, 10148, 9607, 9389, 14041, 8505, 10192, 11533, 8635, 13474, 9040, 10420, 8187, 8706, 12272, 10160, 10412, 7985, 9159, 13640, 9173, 12479, 9100, 10258, 8329, 9204, 15299, 10096, 13022, 11049, 9658, 15996, 9082, 10173, 16133, 9278, 13217, 7989, 9255, 13160, 9135, 11775, 9263, 9150, 8011, 8967, 12062, 8542, 9955, 14722, 8769, 12807, 9228, 9685, 8204, 9425, 12759, 8232, 11378, 7895, 9429, 14638, 10623, 12120, 8252, 9654, 15922, 9034, 11715, 14661, 10214, 13986, 8057, 9779, 12277, 9293, 13014, 8449, 9775, 8392, 9115, 12055, 8718, 9468, 13419, 9509, 11505, 8009, 9220, 13657, 9500, 11373, 8125, 9829, 11164, 8987, 12588, 8504, 9691, 9822, 8824, 12537, 8761, 9951, 16162, 12042, 12647, 8265, 9275, 13288, 9206, 10473, 14820, 9706, 10847, 8063, 9257, 11959, 8649, 10680, 8232, 9260, 8109, 8710, 11837, 8178, 10056, 11151, 8850, 12557, 8145, 10042, 16199, 11235, 13684, 10173, 9657, 13225, 9154, 10082, 14946, 9368, 10728, 8201, 8849, 12452, 8373, 9778, 11067, 8991, 12573, 8919, 9919, 12779, 9125, 11247, 7959, 9774, 7941, 9246, 12844, 8676, 9632, 15489, 10668, 13068, 8571, 9458, 13233, 9007, 10143, 12553, 8633, 12998, 8328, 9611, 13130, 8659, 11613, 7958, 9649, 12153, 8794, 11681, 9089, 10047, 7983, 8705, 12633, 9453, 10649, 8162, 9588, 15015, 9301, 13194, 12270, 10211, 14408, 8570, 9625, 15040, 9014, 13120, 8295, 9424, 12101, 8694, 10553, 7953, 8783, 13886, 8480, 10247, 8289, 8846, 12817, 10073, 11752, 9307, 9445, 8028, 9371, 12193, 9364, 10155, 8344, 9058, 11928, 8771, 11090, 8218, 9586, 10033, 9379, 14583, 8956, 12361, 12666, 9479, 14986, 9380, 11679, 8737, 9642, 15704, 9784, 11934, 7917, 8907, 12945, 9267, 12482, 9091, 10072, 8851, 9203, 13526, 9278, 10746, 8148, 9306, 14638, 9457, 11213, 8318, 9986, 8130, 9200, 8266, 9441, 14150, 8846, 11248, 16166, 12698, 13365, 9132, 10303, 14598, 8794, 10388, 12178, 8672, 12840, 8407, 9790, 10712, 9013, 11002, 8041, 9497, 11798, 8230, 9378, 13746, 8913, 11980, 8236, 9187, 14119, 8161, 9193, 10324, 8532, 10427, 7958, 9322, 14276, 8208, 11023, 12802, 9399, 13014, 8424, 9675, 15602, 9888, 10699, 16041, 8889, 10960, 8105, 9078, 12131, 8432, 9608, 9135, 9000, 9973, 8382, 11725, 14181, 10761, 14055, 10167, 10994, 15621, 8789, 13147, 12058, 9690, 14315, 8215, 10047, 11551, 8699, 13097, 8762, 9818, 7833, 8832, 11779, 8859, 10927, 8210, 9173, 8094, 8708, 12472, 8640, 10683, 13483, 9589, 13530, 8065, 9951, 12313, 8594, 13403, 10736, 14792, 8465, 7968, 9754, 12346, 15145, 10928, 13524, 12812, 9368, 12133, 8426, 9951, 14177, 8754, 10387, 12892, 8902, 12726, 9811, 9772, 15843, 9808, 11141, 15890, 9411, 12531, 11860, 8893, 12960, 9664, 9080, 11778, 9184, 10738, 9996, 9547, 7971, 8966, 11703, 9404, 10559, 9933, 8615, 12104, 9362, 10213, 12003, 9283, 13737, 9256, 10255, 15369, 9048, 10537, 7941, 9266, 14857, 9456, 11008, 7977, 9290, 13397, 9256, 10925, 8282, 8767, 12388, 8202, 9859, 11717, 8695, 12586, 9453, 9961, 7950, 9248, 12860, 8920, 10659, 9435, 8918, 13294, 8315, 9847, 16145, 9382, 13717, 8153, 9414, 14350, 9146, 10174, 10268, 8589, 11713, 8294, 9091, 7994, 8780, 11212, 8506, 11195, 8260, 9812, 15465, 8989, 13895, 8891, 9748, 15004, 8612, 12031, 9464, 9618, 16041, 8811, 11850, 8418, 8717, 13751, 8677, 10472, 7953, 8945, 12895, 8937, 9813, 15880, 9002, 11061, 8142, 9494, 13637, 8853, 11940, 8484, 9516, 8009, 8787, 13599, 8700, 10049, 16670, 12300, 14560, 9114, 10698, 16099, 10026, 13895, 9623, 10552, 15622, 8782, 11354, 11815, 8852, 14572, 9478, 10099, 8110, 9102, 12050, 8289, 10123, 8563, 8907, 12162, 8399, 10018, 10605, 8615, 13759, 8617, 10333, 14597, 9000, 13428, 8744, 9695, 12181, 8732, 11838, 8248, 9553, 15532, 9878, 11417, 10299, 8826, 12284, 8611, 9662, 13808, 8730, 11175, 8541, 9016, 11813, 8854, 9220, 8170, 8578, 12050, 8828, 9385, 14273, 8468, 10209, 7881, 8664, 12196, 8675, 9511, 11912, 8576, 11545, 8428, 9035, 12507, 8587, 9563, 10514, 8515, 12094, 8748, 10079, 14535, 8888, 10057, 8203, 8749, 12704, 8640, 9495, 7957, 8568, 12296, 8780, 9834, 15990, 10913, 11768, 13918, 9171, 13840, 12428, 10081, 14946, 9726, 10425, 15034, 8410, 10378, 9435, 8617, 12560, 8173, 9848, 11227, 8709, 12848, 8756, 9633, 12484, 8394, 10838, 8275, 8925, 13388, 8786, 10218, 7882, 9086, 13646, 9195, 10159, 8031, 8790, 13783, 8920, 10865, 11996, 9127, 14860, 9012, 9981, 15937, 10353, 13680, 8741, 9766, 12873, 8519, 11241, 8556, 9538, 7893, 9624, 15185, 9314, 10469, 14239, 8629, 14151, 8265, 11605, 8093, 9399, 15184, 10092, 13182, 8343, 9297, 14824, 9190, 12203, 8382, 9239, 13755, 8483, 9716, 13199, 8695, 12146, 8856, 9479, 8825, 8371, 8153, 7973, 10202, 15906, 11793, 11647, 11107, 10527, 16064, 10317, 13382, 14404, 12542, 14444, 9046, 13373, 8813, 9912, 15833, 9761, 13903, 8613, 10736, 8044, 9579, 10947, 9096, 8362, 8736, 11813, 8650, 11454], 'WindowCenter': [4876.0, 4856.0, 4811.0, 4818.0, 4845.0, 4813.0, 4818.0, 4834.0, 4793.0, 4842.0, 4811.0, 4811.0, 4800.0, 4801.0, 4830.0, 4791.0, 4802.0, 4819.0, 4800.0, 4818.0, 4780.0, 4801.0, 4840.0, 4812.0, 4821.0, 4779.0, 4802.0, 4829.0, 4800.0, 4813.0, 4821.0, 4803.0, 4841.0, 4802.0, 4813.0, 4825.0, 4815.0, 4841.0, 4822.0, 4813.0, 4790.0, 4790.0, 4831.0, 4792.0, 4802.0, 4848.0, 4809.0, 4837.0, 4810.0, 4811.0, 4828.0, 4800.0, 4843.0, 4803.0, 4811.0, 4828.0, 4801.0, 4821.0, 4791.0, 4802.0, 4830.0, 4809.0, 4812.0, 4799.0, 4802.0, 4830.0, 4814.0, 4801.0, 4819.0, 4799.0, 4820.0, 4779.0, 4800.0, 4831.0, 4813.0, 4811.0, 4794.0, 4803.0, 4833.0, 4823.0, 4824.0, 4802.0, 4803.0, 4792.0, 4812.0, 4821.0, 4790.0, 4812.0, 4852.0, 4805.0, 4813.0, 4782.0, 4814.0, 4802.0, 4812.0, 4844.0, 4813.0, 4825.0, 4795.0, 4816.0, 4855.0, 4825.0, 4845.0, 4814.0, 4824.0, 4783.0, 4813.0, 4862.0, 4823.0, 4840.0, 4808.0, 4809.0, 4827.0, 4800.0, 4831.0, 4793.0, 4801.0, 4837.0, 4800.0, 4811.0, 4782.0, 4804.0, 4834.0, 4806.0, 4834.0, 4807.0, 4814.0, 4817.0, 4838.0, 4842.0, 4869.0, 4856.0, 4823.0, 4840.0, 4801.0, 4820.0, 4801.0, 4812.0, 4841.0, 4792.0, 4800.0, 4799.0, 4801.0, 4828.0, 4789.0, 4813.0, 4820.0, 4791.0, 4829.0, 4791.0, 4811.0, 4780.0, 4790.0, 4831.0, 4809.0, 4827.0, 4783.0, 4804.0, 4841.0, 4805.0, 4831.0, 4802.0, 4812.0, 4795.0, 4814.0, 4854.0, 4824.0, 4835.0, 4812.0, 4805.0, 4838.0, 4790.0, 4812.0, 4850.0, 4792.0, 4830.0, 4770.0, 4789.0, 4840.0, 4803.0, 4821.0, 4798.0, 4801.0, 4778.0, 4802.0, 4833.0, 4793.0, 4813.0, 4853.0, 4791.0, 4830.0, 4802.0, 4803.0, 4792.0, 4802.0, 4843.0, 4795.0, 4835.0, 4792.0, 4817.0, 4865.0, 4825.0, 4834.0, 4793.0, 4815.0, 4851.0, 4792.0, 4835.0, 4852.0, 4814.0, 4840.0, 4784.0, 4813.0, 4833.0, 4818.0, 4843.0, 4782.0, 4812.0, 4779.0, 4803.0, 4832.0, 4805.0, 4816.0, 4843.0, 4827.0, 4824.0, 4793.0, 4815.0, 4842.0, 4815.0, 4835.0, 4795.0, 4825.0, 4822.0, 4804.0, 4845.0, 4805.0, 4817.0, 4813.0, 4805.0, 4836.0, 4793.0, 4815.0, 4866.0, 4832.0, 4832.0, 4782.0, 4803.0, 4842.0, 4802.0, 4826.0, 4853.0, 4804.0, 4810.0, 4781.0, 4802.0, 4817.0, 4793.0, 4824.0, 4793.0, 4803.0, 4783.0, 4805.0, 4829.0, 4805.0, 4816.0, 4823.0, 4803.0, 4835.0, 4793.0, 4815.0, 4866.0, 4824.0, 4841.0, 4799.0, 4805.0, 4831.0, 4787.0, 4811.0, 4849.0, 4793.0, 4809.0, 4780.0, 4791.0, 4819.0, 4780.0, 4813.0, 4824.0, 4792.0, 4821.0, 4805.0, 4812.0, 4829.0, 4815.0, 4824.0, 4780.0, 4801.0, 4779.0, 4802.0, 4828.0, 4779.0, 4800.0, 4849.0, 4810.0, 4830.0, 4779.0, 4802.0, 4817.0, 4780.0, 4802.0, 4818.0, 4778.0, 4819.0, 4780.0, 4791.0, 4815.0, 4777.0, 4822.0, 4782.0, 4800.0, 4816.0, 4781.0, 4807.0, 4788.0, 4810.0, 4781.0, 4791.0, 4819.0, 4801.0, 4810.0, 4794.0, 4813.0, 4842.0, 4812.0, 4843.0, 4818.0, 4803.0, 4828.0, 4778.0, 4789.0, 4840.0, 4791.0, 4817.0, 4770.0, 4790.0, 4807.0, 4790.0, 4808.0, 4780.0, 4792.0, 4830.0, 4790.0, 4798.0, 4777.0, 4792.0, 4841.0, 4812.0, 4820.0, 4802.0, 4801.0, 4782.0, 4803.0, 4833.0, 4803.0, 4811.0, 4781.0, 4804.0, 4824.0, 4793.0, 4834.0, 4794.0, 4816.0, 4810.0, 4805.0, 4839.0, 4802.0, 4843.0, 4829.0, 4803.0, 4838.0, 4800.0, 4819.0, 4797.0, 4801.0, 4839.0, 4812.0, 4820.0, 4781.0, 4803.0, 4842.0, 4801.0, 4829.0, 4803.0, 4812.0, 4790.0, 4815.0, 4845.0, 4801.0, 4811.0, 4780.0, 4816.0, 4853.0, 4813.0, 4822.0, 4791.0, 4812.0, 4782.0, 4805.0, 4792.0, 4814.0, 4840.0, 4794.0, 4822.0, 4861.0, 4831.0, 4831.0, 4789.0, 4801.0, 4828.0, 4779.0, 4811.0, 4819.0, 4779.0, 4818.0, 4782.0, 4800.0, 4797.0, 4804.0, 4823.0, 4769.0, 4802.0, 4808.0, 4778.0, 4792.0, 4842.0, 4802.0, 4821.0, 4782.0, 4801.0, 4840.0, 4781.0, 4803.0, 4812.0, 4792.0, 4809.0, 4785.0, 4804.0, 4841.0, 4794.0, 4839.0, 4845.0, 4804.0, 4832.0, 4794.0, 4802.0, 4839.0, 4814.0, 4823.0, 4849.0, 4793.0, 4811.0, 4794.0, 4806.0, 4846.0, 4794.0, 4812.0, 4803.0, 4806.0, 4816.0, 4805.0, 4836.0, 4844.0, 4837.0, 4844.0, 4811.0, 4824.0, 4851.0, 4792.0, 4841.0, 4819.0, 4803.0, 4829.0, 4782.0, 4802.0, 4821.0, 4793.0, 4830.0, 4791.0, 4801.0, 4771.0, 4803.0, 4832.0, 4804.0, 4812.0, 4782.0, 4803.0, 4783.0, 4794.0, 4832.0, 4807.0, 4825.0, 4832.0, 4805.0, 4842.0, 4795.0, 4814.0, 4836.0, 4795.0, 4854.0, 4837.0, 4853.0, 4805.0, 4792.0, 4813.0, 4844.0, 4837.0, 4811.0, 4829.0, 4830.0, 4802.0, 4829.0, 4780.0, 4811.0, 4827.0, 4791.0, 4802.0, 4815.0, 4778.0, 4819.0, 4799.0, 4800.0, 4837.0, 4787.0, 4796.0, 4821.0, 4766.0, 4806.0, 4807.0, 4765.0, 4804.0, 4775.0, 4775.0, 4803.0, 4787.0, 4806.0, 4787.0, 4797.0, 4768.0, 4791.0, 4807.0, 4793.0, 4823.0, 4799.0, 4792.0, 4819.0, 4791.0, 4799.0, 4819.0, 4802.0, 4831.0, 4788.0, 4800.0, 4850.0, 4793.0, 4824.0, 4780.0, 4800.0, 4839.0, 4802.0, 4810.0, 4769.0, 4790.0, 4841.0, 4802.0, 4810.0, 4781.0, 4794.0, 4819.0, 4780.0, 4814.0, 4832.0, 4793.0, 4829.0, 4801.0, 4799.0, 4781.0, 4803.0, 4841.0, 4804.0, 4812.0, 4801.0, 4803.0, 4828.0, 4783.0, 4814.0, 4855.0, 4800.0, 4830.0, 4783.0, 4801.0, 4827.0, 4789.0, 4825.0, 4813.0, 4817.0, 4831.0, 4790.0, 4805.0, 4794.0, 4806.0, 4822.0, 4805.0, 4825.0, 4795.0, 4816.0, 4853.0, 4802.0, 4845.0, 4803.0, 4812.0, 4840.0, 4795.0, 4835.0, 4815.0, 4816.0, 4852.0, 4815.0, 4821.0, 4783.0, 4803.0, 4856.0, 4806.0, 4811.0, 4787.0, 4805.0, 4832.0, 4791.0, 4816.0, 4853.0, 4804.0, 4833.0, 4784.0, 4813.0, 4854.0, 4819.0, 4833.0, 4804.0, 4813.0, 4794.0, 4806.0, 4844.0, 4806.0, 4817.0, 4851.0, 4833.0, 4841.0, 4791.0, 4811.0, 4851.0, 4803.0, 4831.0, 4790.0, 4803.0, 4837.0, 4783.0, 4810.0, 4819.0, 4791.0, 4838.0, 4800.0, 4798.0, 4779.0, 4791.0, 4830.0, 4805.0, 4827.0, 4791.0, 4801.0, 4821.0, 4794.0, 4815.0, 4825.0, 4804.0, 4842.0, 4794.0, 4813.0, 4837.0, 4806.0, 4844.0, 4793.0, 4803.0, 4819.0, 4793.0, 4824.0, 4807.0, 4815.0, 4839.0, 4802.0, 4811.0, 4797.0, 4790.0, 4822.0, 4793.0, 4803.0, 4829.0, 4791.0, 4812.0, 4780.0, 4806.0, 4820.0, 4805.0, 4803.0, 4780.0, 4792.0, 4829.0, 4805.0, 4816.0, 4843.0, 4795.0, 4813.0, 4781.0, 4793.0, 4834.0, 4809.0, 4805.0, 4823.0, 4807.0, 4823.0, 4785.0, 4802.0, 4844.0, 4806.0, 4815.0, 4813.0, 4796.0, 4831.0, 4793.0, 4815.0, 4853.0, 4794.0, 4828.0, 4796.0, 4808.0, 4859.0, 4805.0, 4816.0, 4796.0, 4818.0, 4843.0, 4804.0, 4829.0, 4877.0, 4825.0, 4836.0, 4845.0, 4805.0, 4843.0, 4833.0, 4813.0, 4842.0, 4802.0, 4812.0, 4839.0, 4782.0, 4824.0, 4804.0, 4792.0, 4832.0, 4794.0, 4814.0, 4826.0, 4807.0, 4832.0, 4795.0, 4802.0, 4830.0, 4794.0, 4836.0, 4804.0, 4804.0, 4842.0, 4804.0, 4813.0, 4782.0, 4816.0, 4843.0, 4804.0, 4823.0, 4784.0, 4808.0, 4843.0, 4806.0, 4824.0, 4833.0, 4804.0, 4842.0, 4791.0, 4814.0, 4863.0, 4815.0, 4842.0, 4803.0, 4813.0, 4844.0, 4803.0, 4822.0, 4794.0, 4803.0, 4782.0, 4813.0, 4853.0, 4801.0, 4826.0, 4853.0, 4794.0, 4854.0, 4805.0, 4822.0, 4799.0, 4815.0, 4852.0, 4814.0, 4831.0, 4783.0, 4803.0, 4839.0, 4803.0, 4823.0, 4782.0, 4793.0, 4829.0, 4783.0, 4815.0, 4829.0, 4793.0, 4833.0, 4804.0, 4829.0, 4819.0, 4809.0, 4799.0, 4810.0, 4852.0, 4892.0, 4853.0, 4836.0, 4823.0, 4815.0, 4842.0, 4803.0, 4845.0, 4832.0, 4812.0, 4818.0, 4781.0, 4819.0, 4780.0, 4802.0, 4826.0, 4790.0, 4818.0, 4781.0, 4799.0, 4783.0, 4815.0, 4823.0, 4795.0, 4783.0, 4796.0, 4821.0, 4792.0, 4849.0], 'WindowWidth': [10648.0, 10601.0, 10528.0, 10531.0, 10558.0, 10512.0, 10522.0, 10540.0, 10482.0, 10543.0, 10503.0, 10504.0, 10484.0, 10487.0, 10527.0, 10475.0, 10488.0, 10509.0, 10485.0, 10508.0, 10458.0, 10488.0, 10542.0, 10504.0, 10514.0, 10456.0, 10490.0, 10522.0, 10486.0, 10508.0, 10516.0, 10494.0, 10543.0, 10491.0, 10507.0, 10529.0, 10514.0, 10542.0, 10518.0, 10505.0, 10470.0, 10474.0, 10528.0, 10478.0, 10490.0, 10549.0, 10496.0, 10532.0, 10500.0, 10501.0, 10518.0, 10484.0, 10550.0, 10494.0, 10502.0, 10520.0, 10489.0, 10515.0, 10475.0, 10489.0, 10524.0, 10496.0, 10504.0, 10480.0, 10488.0, 10527.0, 10512.0, 10490.0, 10509.0, 10484.0, 10511.0, 10454.0, 10486.0, 10527.0, 10505.0, 10502.0, 10484.0, 10493.0, 10534.0, 10524.0, 10523.0, 10489.0, 10493.0, 10478.0, 10507.0, 10517.0, 10472.0, 10506.0, 10561.0, 10498.0, 10506.0, 10463.0, 10509.0, 10490.0, 10506.0, 10553.0, 10508.0, 10528.0, 10488.0, 10516.0, 10569.0, 10531.0, 10554.0, 10511.0, 10524.0, 10466.0, 10507.0, 10575.0, 10522.0, 10540.0, 10494.0, 10495.0, 10517.0, 10482.0, 10531.0, 10482.0, 10491.0, 10533.0, 10485.0, 10498.0, 10464.0, 10496.0, 10537.0, 10502.0, 10539.0, 10506.0, 10514.0, 10524.0, 10554.0, 10567.0, 10598.0, 10574.0, 10520.0, 10540.0, 10487.0, 10511.0, 10488.0, 10505.0, 10541.0, 10476.0, 10485.0, 10481.0, 10486.0, 10519.0, 10469.0, 10508.0, 10513.0, 10472.0, 10521.0, 10474.0, 10499.0, 10456.0, 10473.0, 10529.0, 10497.0, 10531.0, 10466.0, 10495.0, 10543.0, 10499.0, 10529.0, 10491.0, 10503.0, 10484.0, 10512.0, 10565.0, 10526.0, 10538.0, 10502.0, 10495.0, 10534.0, 10469.0, 10503.0, 10557.0, 10475.0, 10523.0, 10442.0, 10469.0, 10543.0, 10495.0, 10515.0, 10481.0, 10487.0, 10454.0, 10492.0, 10533.0, 10478.0, 10509.0, 10564.0, 10477.0, 10526.0, 10491.0, 10492.0, 10477.0, 10494.0, 10549.0, 10486.0, 10538.0, 10479.0, 10518.0, 10586.0, 10528.0, 10539.0, 10482.0, 10512.0, 10555.0, 10477.0, 10542.0, 10559.0, 10509.0, 10539.0, 10468.0, 10506.0, 10534.0, 10520.0, 10549.0, 10462.0, 10502.0, 10456.0, 10491.0, 10531.0, 10503.0, 10515.0, 10546.0, 10536.0, 10522.0, 10485.0, 10517.0, 10545.0, 10514.0, 10537.0, 10488.0, 10529.0, 10520.0, 10498.0, 10555.0, 10502.0, 10518.0, 10508.0, 10502.0, 10541.0, 10478.0, 10512.0, 10587.0, 10532.0, 10530.0, 10462.0, 10494.0, 10547.0, 10493.0, 10530.0, 10566.0, 10496.0, 10498.0, 10459.0, 10489.0, 10503.0, 10478.0, 10527.0, 10482.0, 10493.0, 10467.0, 10499.0, 10526.0, 10503.0, 10515.0, 10519.0, 10495.0, 10538.0, 10484.0, 10515.0, 10586.0, 10525.0, 10543.0, 10482.0, 10494.0, 10527.0, 10463.0, 10502.0, 10553.0, 10476.0, 10495.0, 10455.0, 10474.0, 10507.0, 10455.0, 10508.0, 10526.0, 10477.0, 10513.0, 10501.0, 10505.0, 10522.0, 10517.0, 10522.0, 10458.0, 10487.0, 10457.0, 10491.0, 10521.0, 10454.0, 10486.0, 10552.0, 10498.0, 10524.0, 10455.0, 10488.0, 10502.0, 10455.0, 10487.0, 10509.0, 10451.0, 10508.0, 10455.0, 10470.0, 10496.0, 10449.0, 10516.0, 10466.0, 10484.0, 10501.0, 10457.0, 10488.0, 10467.0, 10501.0, 10462.0, 10475.0, 10509.0, 10488.0, 10498.0, 10482.0, 10509.0, 10544.0, 10507.0, 10548.0, 10505.0, 10489.0, 10519.0, 10451.0, 10466.0, 10539.0, 10473.0, 10504.0, 10441.0, 10469.0, 10488.0, 10471.0, 10494.0, 10460.0, 10476.0, 10525.0, 10471.0, 10481.0, 10450.0, 10476.0, 10545.0, 10504.0, 10511.0, 10488.0, 10487.0, 10461.0, 10493.0, 10534.0, 10495.0, 10502.0, 10461.0, 10497.0, 10519.0, 10481.0, 10541.0, 10486.0, 10514.0, 10502.0, 10497.0, 10537.0, 10494.0, 10550.0, 10523.0, 10492.0, 10534.0, 10485.0, 10510.0, 10489.0, 10490.0, 10536.0, 10505.0, 10515.0, 10458.0, 10495.0, 10548.0, 10489.0, 10526.0, 10493.0, 10505.0, 10471.0, 10513.0, 10554.0, 10488.0, 10502.0, 10461.0, 10516.0, 10564.0, 10510.0, 10520.0, 10475.0, 10503.0, 10462.0, 10498.0, 10479.0, 10510.0, 10541.0, 10479.0, 10518.0, 10574.0, 10529.0, 10527.0, 10468.0, 10488.0, 10518.0, 10454.0, 10504.0, 10508.0, 10455.0, 10505.0, 10460.0, 10484.0, 10474.0, 10497.0, 10520.0, 10442.0, 10488.0, 10490.0, 10454.0, 10475.0, 10546.0, 10492.0, 10514.0, 10460.0, 10488.0, 10539.0, 10460.0, 10495.0, 10505.0, 10477.0, 10496.0, 10471.0, 10498.0, 10541.0, 10481.0, 10550.0, 10555.0, 10496.0, 10532.0, 10481.0, 10491.0, 10537.0, 10510.0, 10523.0, 10550.0, 10478.0, 10499.0, 10484.0, 10502.0, 10559.0, 10485.0, 10506.0, 10495.0, 10503.0, 10513.0, 10502.0, 10544.0, 10551.0, 10546.0, 10550.0, 10502.0, 10521.0, 10555.0, 10475.0, 10543.0, 10510.0, 10491.0, 10521.0, 10461.0, 10488.0, 10513.0, 10480.0, 10524.0, 10474.0, 10487.0, 10447.0, 10494.0, 10534.0, 10497.0, 10502.0, 10463.0, 10493.0, 10464.0, 10481.0, 10529.0, 10506.0, 10528.0, 10531.0, 10496.0, 10547.0, 10484.0, 10512.0, 10542.0, 10483.0, 10569.0, 10550.0, 10565.0, 10500.0, 10478.0, 10509.0, 10550.0, 10532.0, 10498.0, 10521.0, 10528.0, 10492.0, 10525.0, 10458.0, 10501.0, 10516.0, 10471.0, 10485.0, 10495.0, 10449.0, 10507.0, 10480.0, 10481.0, 10528.0, 10460.0, 10470.0, 10498.0, 10425.0, 10484.0, 10487.0, 10427.0, 10480.0, 10439.0, 10441.0, 10477.0, 10465.0, 10486.0, 10461.0, 10475.0, 10438.0, 10474.0, 10488.0, 10476.0, 10520.0, 10480.0, 10473.0, 10506.0, 10472.0, 10483.0, 10509.0, 10492.0, 10525.0, 10465.0, 10483.0, 10554.0, 10476.0, 10523.0, 10460.0, 10486.0, 10536.0, 10488.0, 10497.0, 10438.0, 10471.0, 10542.0, 10492.0, 10498.0, 10458.0, 10478.0, 10506.0, 10455.0, 10508.0, 10532.0, 10481.0, 10522.0, 10489.0, 10484.0, 10460.0, 10492.0, 10543.0, 10494.0, 10505.0, 10487.0, 10492.0, 10520.0, 10462.0, 10510.0, 10567.0, 10486.0, 10526.0, 10463.0, 10487.0, 10515.0, 10467.0, 10525.0, 10505.0, 10523.0, 10530.0, 10474.0, 10497.0, 10486.0, 10501.0, 10519.0, 10500.0, 10524.0, 10484.0, 10514.0, 10563.0, 10493.0, 10551.0, 10492.0, 10506.0, 10540.0, 10483.0, 10537.0, 10514.0, 10514.0, 10560.0, 10517.0, 10515.0, 10463.0, 10494.0, 10572.0, 10501.0, 10502.0, 10473.0, 10498.0, 10529.0, 10472.0, 10514.0, 10561.0, 10495.0, 10536.0, 10466.0, 10507.0, 10565.0, 10523.0, 10534.0, 10496.0, 10508.0, 10483.0, 10503.0, 10550.0, 10503.0, 10517.0, 10558.0, 10534.0, 10543.0, 10473.0, 10500.0, 10556.0, 10492.0, 10528.0, 10469.0, 10489.0, 10529.0, 10462.0, 10497.0, 10508.0, 10473.0, 10531.0, 10484.0, 10478.0, 10455.0, 10475.0, 10527.0, 10502.0, 10532.0, 10475.0, 10490.0, 10514.0, 10482.0, 10513.0, 10529.0, 10498.0, 10547.0, 10482.0, 10505.0, 10531.0, 10500.0, 10552.0, 10478.0, 10491.0, 10508.0, 10478.0, 10521.0, 10507.0, 10513.0, 10537.0, 10488.0, 10499.0, 10473.0, 10470.0, 10517.0, 10479.0, 10490.0, 10522.0, 10474.0, 10500.0, 10455.0, 10501.0, 10512.0, 10501.0, 10491.0, 10458.0, 10477.0, 10525.0, 10499.0, 10515.0, 10546.0, 10485.0, 10506.0, 10459.0, 10478.0, 10536.0, 10506.0, 10498.0, 10518.0, 10500.0, 10520.0, 10467.0, 10492.0, 10553.0, 10503.0, 10512.0, 10507.0, 10486.0, 10531.0, 10476.0, 10513.0, 10561.0, 10481.0, 10536.0, 10487.0, 10507.0, 10576.0, 10504.0, 10515.0, 10490.0, 10523.0, 10550.0, 10497.0, 10541.0, 10605.0, 10527.0, 10543.0, 10550.0, 10495.0, 10548.0, 10535.0, 10510.0, 10542.0, 10488.0, 10504.0, 10534.0, 10462.0, 10526.0, 10500.0, 10480.0, 10531.0, 10482.0, 10508.0, 10529.0, 10505.0, 10531.0, 10482.0, 10492.0, 10524.0, 10481.0, 10544.0, 10501.0, 10499.0, 10546.0, 10496.0, 10507.0, 10463.0, 10518.0, 10549.0, 10496.0, 10521.0, 10468.0, 10506.0, 10550.0, 10503.0, 10524.0, 10534.0, 10494.0, 10544.0, 10472.0, 10507.0, 10579.0, 10510.0, 10545.0, 10495.0, 10509.0, 10550.0, 10495.0, 10517.0, 10481.0, 10493.0, 10465.0, 10508.0, 10560.0, 10487.0, 10530.0, 10563.0, 10483.0, 10566.0, 10501.0, 10518.0, 10495.0, 10514.0, 10558.0, 10507.0, 10527.0, 10461.0, 10490.0, 10538.0, 10492.0, 10519.0, 10460.0, 10476.0, 10520.0, 10464.0, 10511.0, 10523.0, 10478.0, 10532.0, 10494.0, 10536.0, 10524.0, 10509.0, 10496.0, 10517.0, 10575.0, 10635.0, 10576.0, 10540.0, 10518.0, 10508.0, 10541.0, 10487.0, 10553.0, 10529.0, 10497.0, 10500.0, 10453.0, 10504.0, 10454.0, 10483.0, 10512.0, 10465.0, 10500.0, 10457.0, 10478.0, 10467.0, 10512.0, 10521.0, 10480.0, 10462.0, 10483.0, 10509.0, 10476.0, 10565.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.0007120391705069124</td></tr>
<tr><td colspan=3>aqi</td><td>0.014708622119815669</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.538567240346026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2372278412802764</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0124217020299884</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>7626.3809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08985143205383621</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.880184331797235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3199703094025845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.312582581227371</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.489683940641309</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.157644406339073</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117427</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01237541064620018</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021458232775330544</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.25245201937161</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>22.0367</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.3378</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.4633</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.05</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.8176</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4048.3538</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.0108</td></tr>
<tr><td colspan=3>tsnr</td><td>49.34938142134342</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>