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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-06_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-06_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-0093/ses-04/func/sub-0093_ses-04_task-social_acq-mb8_run-06_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>8f88da2dc9dc34e93ad67f149f0e6baa</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>16:27:15.377500</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.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</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-06_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.102831</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c841a933-0a0d-4250-b035-e6879518b471||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.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['162715.377500', '162715.837500', '162716.297500', '162716.757500', '162717.217500', '162717.677500', '162718.137500', '162718.597500', '162719.057500', '162719.517500', '162719.977500', '162720.437500', '162720.897500', '162721.357500', '162721.817500', '162722.277500', '162722.737500', '162723.197500', '162723.657500', '162724.117500', '162724.577500', '162725.037500', '162725.497500', '162725.957500', '162726.417500', '162726.877500', '162727.337500', '162727.797500', '162728.257500', '162728.717500', '162729.177500', '162729.637500', '162730.097500', '162730.557500', '162731.017500', '162731.477500', '162731.937500', '162732.397500', '162732.857500', '162733.317500', '162733.777500', '162734.237500', '162734.697500', '162735.157500', '162735.617500', '162736.077500', '162736.537500', '162736.997500', '162737.457500', '162737.917500', '162738.377500', '162738.837500', '162739.297500', '162739.757500', '162740.217500', '162740.677500', '162741.137500', '162741.597500', '162742.057500', '162742.517500', '162742.977500', '162743.437500', '162743.897500', '162744.357500', '162744.817500', '162745.277500', '162745.737500', '162746.197500', '162746.657500', '162747.117500', '162747.577500', '162748.037500', '162748.497500', '162748.957500', '162749.417500', '162749.877500', '162750.337500', '162750.797500', '162751.257500', '162751.717500', '162752.177500', '162752.637500', '162753.097500', '162753.557500', '162754.017500', '162754.477500', '162754.937500', '162755.397500', '162755.857500', '162756.317500', '162756.777500', '162757.237500', '162757.697500', '162758.157500', '162758.617500', '162759.077500', '162759.537500', '162759.997500', '162800.457500', '162800.917500', '162801.377500', '162801.837500', '162802.297500', '162802.757500', '162803.217500', '162803.677500', '162804.137500', '162804.597500', '162805.057500', '162805.517500', '162805.977500', '162806.437500', '162806.897500', '162807.357500', '162807.817500', '162808.277500', '162808.737500', '162809.197500', '162809.657500', '162810.117500', '162810.577500', '162811.037500', '162811.497500', '162811.957500', '162812.417500', '162812.877500', '162813.337500', '162813.797500', '162814.257500', '162814.717500', '162815.177500', '162815.637500', '162816.097500', '162816.557500', '162817.017500', '162817.477500', '162817.937500', '162818.397500', '162818.857500', '162819.317500', '162819.777500', '162820.237500', '162820.697500', '162821.157500', '162821.617500', '162822.077500', '162822.537500', '162822.997500', '162823.457500', '162823.917500', '162824.377500', '162824.837500', '162825.297500', '162825.757500', '162826.217500', '162826.677500', '162827.137500', '162827.597500', '162828.057500', '162828.517500', '162828.977500', '162829.437500', '162829.897500', '162830.357500', '162830.817500', '162831.277500', '162831.737500', '162832.197500', '162832.657500', '162833.117500', '162833.577500', '162834.037500', '162834.497500', '162834.957500', '162835.417500', '162835.877500', '162836.337500', '162836.797500', '162837.257500', '162837.717500', '162838.177500', '162838.637500', '162839.097500', '162839.557500', '162840.017500', '162840.477500', '162840.937500', '162841.397500', '162841.857500', '162842.317500', '162842.777500', '162843.237500', '162843.697500', '162844.157500', '162844.617500', '162845.077500', '162845.537500', '162845.997500', '162846.457500', '162846.917500', '162847.377500', '162847.837500', '162848.297500', '162848.757500', '162849.217500', '162849.677500', '162850.137500', '162850.597500', '162851.057500', '162851.517500', '162851.977500', '162852.437500', '162852.897500', '162853.357500', '162853.817500', '162854.277500', '162854.737500', '162855.197500', '162855.657500', '162856.117500', '162856.577500', '162857.037500', '162857.497500', '162857.957500', '162858.417500', '162858.877500', '162859.337500', '162859.797500', '162900.257500', '162900.717500', '162901.177500', '162901.637500', '162902.097500', '162902.557500', '162903.017500', '162903.477500', '162903.937500', '162904.397500', '162904.857500', '162905.317500', '162905.777500', '162906.237500', '162906.697500', '162907.157500', '162907.617500', '162908.077500', '162908.537500', '162908.997500', '162909.457500', '162909.917500', '162910.377500', '162910.837500', '162911.297500', '162911.757500', '162912.217500', '162912.677500', '162913.137500', '162913.597500', '162914.057500', '162914.517500', '162914.977500', '162915.437500', '162915.897500', '162916.357500', '162916.817500', '162917.277500', '162917.737500', '162918.197500', '162918.657500', '162919.117500', '162919.577500', '162920.037500', '162920.497500', '162920.957500', '162921.417500', '162921.877500', '162922.337500', '162922.797500', '162923.257500', '162923.717500', '162924.177500', '162924.637500', '162925.097500', '162925.557500', '162926.017500', '162926.477500', '162926.937500', '162927.397500', '162927.857500', '162928.317500', '162928.777500', '162929.237500', '162929.697500', '162930.157500', '162930.617500', '162931.077500', '162931.537500', '162931.997500', '162932.457500', '162932.917500', '162933.377500', '162933.837500', '162934.297500', '162934.757500', '162935.217500', '162935.677500', '162936.137500', '162936.597500', '162937.057500', '162937.517500', '162937.977500', '162938.437500', '162938.897500', '162939.357500', '162939.817500', '162940.277500', '162940.737500', '162941.197500', '162941.657500', '162942.117500', '162942.577500', '162943.037500', '162943.497500', '162943.957500', '162944.417500', '162944.877500', '162945.337500', '162945.797500', '162946.257500', '162946.717500', '162947.177500', '162947.637500', '162948.097500', '162948.557500', '162949.017500', '162949.477500', '162949.937500', '162950.397500', '162950.857500', '162951.317500', '162951.777500', '162952.237500', '162952.697500', '162953.157500', '162953.617500', '162954.077500', '162954.537500', '162954.997500', '162955.457500', '162955.917500', '162956.377500', '162956.837500', '162957.297500', '162957.757500', '162958.217500', '162958.677500', '162959.137500', '162959.597500', '163000.057500', '163000.517500', '163000.977500', '163001.437500', '163001.897500', '163002.357500', '163002.817500', '163003.277500', '163003.737500', '163004.197500', '163004.657500', '163005.117500', '163005.577500', '163006.037500', '163006.497500', '163006.957500', '163007.417500', '163007.877500', '163008.337500', '163008.797500', '163009.257500', '163009.717500', '163010.177500', '163010.637500', '163011.097500', '163011.557500', '163012.017500', '163012.477500', '163012.937500', '163013.397500', '163013.857500', '163014.317500', '163014.777500', '163015.237500', '163015.697500', '163016.157500', '163016.617500', '163017.077500', '163017.537500', '163017.997500', '163018.457500', '163018.917500', '163019.377500', '163019.837500', '163020.297500', '163020.757500', '163021.217500', '163021.677500', '163022.137500', '163022.597500', '163023.057500', '163023.517500', '163023.977500', '163024.437500', '163024.897500', '163025.357500', '163025.817500', '163026.277500', '163026.737500', '163027.197500', '163027.657500', '163028.117500', '163028.577500', '163029.037500', '163029.497500', '163029.957500', '163030.417500', '163030.877500', '163031.337500', '163031.797500', '163032.257500', '163032.717500', '163033.177500', '163033.637500', '163034.097500', '163034.557500', '163035.017500', '163035.477500', '163035.937500', '163036.397500', '163036.857500', '163037.317500', '163037.777500', '163038.237500', '163038.697500', '163039.157500', '163039.617500', '163040.077500', '163040.537500', '163040.997500', '163041.457500', '163041.917500', '163042.377500', '163042.837500', '163043.297500', '163043.757500', '163044.217500', '163044.677500', '163045.137500', '163045.597500', '163046.057500', '163046.517500', '163046.977500', '163047.437500', '163047.897500', '163048.357500', '163048.817500', '163049.277500', '163049.737500', '163050.197500', '163050.657500', '163051.117500', '163051.577500', '163052.037500', '163052.497500', '163052.957500', '163053.417500', '163053.877500', '163054.337500', '163054.797500', '163055.257500', '163055.717500', '163056.177500', '163056.637500', '163057.097500', '163057.557500', '163058.017500', '163058.477500', '163058.937500', '163059.397500', '163059.857500', '163100.317500', '163100.777500', '163101.237500', '163101.697500', '163102.157500', '163102.617500', '163103.077500', '163103.537500', '163103.997500', '163104.457500', '163104.917500', '163105.377500', '163105.837500', '163106.297500', '163106.757500', '163107.217500', '163107.677500', '163108.137500', '163108.597500', '163109.057500', '163109.517500', '163109.977500', '163110.437500', '163110.897500', '163111.357500', '163111.817500', '163112.277500', '163112.737500', '163113.197500', '163113.657500', '163114.117500', '163114.577500', '163115.037500', '163115.497500', '163115.957500', '163116.417500', '163116.877500', '163117.337500', '163117.797500', '163118.257500', '163118.717500', '163119.177500', '163119.637500', '163120.097500', '163120.557500', '163121.017500', '163121.477500', '163121.937500', '163122.397500', '163122.857500', '163123.317500', '163123.777500', '163124.237500', '163124.697500', '163125.157500', '163125.617500', '163126.077500', '163126.537500', '163126.997500', '163127.457500', '163127.917500', '163128.377500', '163128.837500', '163129.297500', '163129.757500', '163130.217500', '163130.677500', '163131.137500', '163131.597500', '163132.057500', '163132.517500', '163132.977500', '163133.437500', '163133.897500', '163134.357500', '163134.817500', '163135.277500', '163135.737500', '163136.197500', '163136.657500', '163137.117500', '163137.577500', '163138.037500', '163138.497500', '163138.957500', '163139.417500', '163139.877500', '163140.337500', '163140.797500', '163141.257500', '163141.717500', '163142.177500', '163142.637500', '163143.097500', '163143.557500', '163144.017500', '163144.477500', '163144.937500', '163145.397500', '163145.857500', '163146.317500', '163146.777500', '163147.237500', '163147.697500', '163148.157500', '163148.617500', '163149.077500', '163149.537500', '163149.997500', '163150.457500', '163150.917500', '163151.377500', '163151.837500', '163152.297500', '163152.757500', '163153.217500', '163153.677500', '163154.137500', '163154.597500', '163155.057500', '163155.517500', '163155.977500', '163156.437500', '163156.897500', '163157.357500', '163157.817500', '163158.277500', '163158.737500', '163159.197500', '163159.657500', '163200.117500', '163200.577500', '163201.037500', '163201.497500', '163201.957500', '163202.417500', '163202.877500', '163203.337500', '163203.797500', '163204.257500', '163204.717500', '163205.177500', '163205.637500', '163206.097500', '163206.557500', '163207.017500', '163207.477500', '163207.937500', '163208.397500', '163208.857500', '163209.317500', '163209.777500', '163210.237500', '163210.697500', '163211.157500', '163211.617500', '163212.077500', '163212.537500', '163212.997500', '163213.457500', '163213.917500', '163214.377500', '163214.837500', '163215.297500', '163215.757500', '163216.217500', '163216.677500', '163217.137500', '163217.597500', '163218.057500', '163218.517500', '163218.977500', '163219.437500', '163219.897500', '163220.357500', '163220.817500', '163221.277500', '163221.737500', '163222.197500', '163222.657500', '163223.117500', '163223.577500', '163224.037500', '163224.497500', '163224.957500', '163225.417500', '163225.877500', '163226.337500', '163226.797500', '163227.257500', '163227.717500', '163228.177500', '163228.637500', '163229.097500', '163229.557500', '163230.017500', '163230.477500', '163230.937500', '163231.397500', '163231.857500', '163232.317500', '163232.777500', '163233.237500', '163233.697500', '163234.157500', '163234.617500', '163235.077500', '163235.537500', '163235.997500', '163236.457500', '163236.917500', '163237.377500', '163237.837500', '163238.297500', '163238.757500', '163239.217500', '163239.677500', '163240.137500', '163240.597500', '163241.057500', '163241.517500', '163241.977500', '163242.437500', '163242.897500', '163243.357500', '163243.817500', '163244.277500', '163244.737500', '163245.197500', '163245.657500', '163246.117500', '163246.577500', '163247.037500', '163247.497500', '163247.957500', '163248.417500', '163248.877500', '163249.337500', '163249.797500', '163250.257500', '163250.717500', '163251.177500', '163251.637500', '163252.097500', '163252.557500', '163253.017500', '163253.477500', '163253.937500', '163254.397500', '163254.857500', '163255.317500', '163255.777500', '163256.237500', '163256.697500', '163257.157500', '163257.617500', '163258.077500', '163258.537500', '163258.997500', '163259.457500', '163259.917500', '163300.377500', '163300.837500', '163301.297500', '163301.757500', '163302.217500', '163302.677500', '163303.137500', '163303.597500', '163304.057500', '163304.517500', '163304.977500', '163305.437500', '163305.897500', '163306.357500', '163306.817500', '163307.277500', '163307.737500', '163308.197500', '163308.657500', '163309.117500', '163309.577500', '163310.037500', '163310.497500', '163310.957500', '163311.417500', '163311.877500', '163312.337500', '163312.797500', '163313.257500', '163313.717500', '163314.177500', '163314.637500', '163315.097500', '163315.557500', '163316.017500', '163316.477500', '163316.937500', '163317.397500', '163317.857500', '163318.317500', '163318.777500', '163319.237500', '163319.697500', '163320.157500', '163320.617500', '163321.077500', '163321.537500', '163321.997500', '163322.457500', '163322.917500', '163323.377500', '163323.837500', '163324.297500', '163324.757500', '163325.217500', '163325.677500', '163326.137500', '163326.597500', '163327.057500', '163327.517500', '163327.977500', '163328.437500', '163328.897500', '163329.357500', '163329.817500', '163330.277500', '163330.737500', '163331.197500', '163331.657500', '163332.117500', '163332.577500', '163333.037500', '163333.497500', '163333.957500', '163334.417500', '163334.877500', '163335.337500', '163335.797500', '163336.257500', '163336.717500', '163337.177500', '163337.637500', '163338.097500', '163338.557500', '163339.017500', '163339.477500', '163339.937500', '163340.397500', '163340.857500', '163341.317500', '163341.777500', '163342.237500', '163342.697500', '163343.157500', '163343.617500', '163344.077500', '163344.537500', '163344.997500', '163345.457500', '163345.917500', '163346.377500', '163346.837500', '163347.297500', '163347.757500', '163348.217500', '163348.677500', '163349.137500', '163349.597500', '163350.057500', '163350.517500', '163350.977500', '163351.437500', '163351.897500', '163352.357500', '163352.817500', '163353.277500', '163353.737500', '163354.197500', '163354.657500', '163355.117500', '163355.577500', '163356.037500'], 'ContentTime': ['162731.829000', '162731.833000', '162731.835000', '162731.838000', '162731.841000', '162731.850000', '162731.852000', '162731.855000', '162731.857000', '162731.860000', '162731.863000', '162731.865000', '162731.877000', '162731.886000', '162731.889000', '162731.892000', '162731.894000', '162731.897000', '162731.899000', '162731.902000', '162731.905000', '162731.908000', '162731.910000', '162731.913000', '162731.915000', '162731.924000', '162731.926000', '162731.929000', '162731.932000', '162731.934000', '162731.937000', '162731.939000', '162731.942000', '162731.945000', '162751.772000', '162751.775000', '162751.777000', '162751.782000', '162751.784000', '162751.787000', '162751.789000', '162751.792000', '162751.795000', '162751.797000', '162751.800000', '162751.803000', '162751.805000', '162751.808000', '162751.818000', '162751.820000', '162751.823000', '162751.825000', '162751.828000', '162751.830000', '162751.833000', '162751.836000', '162751.838000', '162751.841000', '162751.843000', '162751.846000', '162751.848000', '162751.851000', '162751.853000', '162751.856000', '162751.859000', '162751.861000', '162751.864000', '162751.866000', '162751.869000', '162751.871000', '162751.874000', '162751.876000', '162751.879000', '162751.882000', '162751.885000', '162751.887000', '162751.890000', '162811.772000', '162811.774000', '162811.777000', '162811.780000', '162811.782000', '162811.785000', '162811.787000', '162811.790000', '162811.792000', '162811.795000', '162811.798000', '162811.800000', '162811.811000', '162811.814000', '162811.816000', '162811.819000', '162811.822000', '162811.824000', '162811.827000', '162811.830000', '162811.832000', '162811.835000', '162811.838000', '162811.840000', '162811.843000', '162811.846000', '162811.848000', '162811.851000', '162811.853000', '162811.856000', '162811.859000', '162811.861000', '162811.864000', '162811.867000', '162811.869000', '162811.872000', '162811.875000', '162811.878000', '162811.880000', '162811.883000', '162811.885000', '162811.888000', '162811.891000', '162811.893000', '162831.771000', '162831.774000', '162831.776000', '162831.779000', '162831.782000', '162831.784000', '162831.787000', '162831.790000', '162831.792000', '162831.795000', '162831.798000', '162831.800000', '162831.803000', '162831.805000', '162831.808000', '162831.811000', '162831.813000', '162831.816000', '162831.819000', '162831.821000', '162831.824000', '162831.827000', '162831.829000', '162831.832000', '162831.834000', '162831.837000', '162831.840000', '162831.842000', '162831.845000', '162831.847000', '162831.850000', '162831.853000', '162831.855000', '162831.858000', '162831.861000', '162831.863000', '162831.866000', '162831.868000', '162831.871000', '162831.874000', '162831.876000', '162831.879000', '162831.882000', '162851.770000', '162851.773000', '162851.776000', '162851.779000', '162851.781000', '162851.784000', '162851.787000', '162851.789000', '162851.792000', '162851.795000', '162851.797000', '162851.800000', '162851.802000', '162851.805000', '162851.808000', '162851.810000', '162851.813000', '162851.816000', '162851.818000', '162851.821000', '162851.823000', '162851.826000', '162851.829000', '162851.831000', '162851.834000', '162851.837000', '162851.839000', '162851.842000', '162851.844000', '162851.847000', '162851.850000', '162851.852000', '162851.855000', '162851.858000', '162851.860000', '162851.863000', '162851.866000', '162851.868000', '162851.871000', '162851.873000', '162851.876000', '162851.879000', '162851.881000', '162851.884000', '162911.772000', '162911.774000', '162911.777000', '162911.780000', '162911.782000', '162911.785000', '162911.788000', '162911.790000', '162911.793000', '162911.796000', '162911.799000', '162911.801000', '162911.804000', '162911.807000', '162911.809000', '162911.812000', '162911.814000', '162911.817000', '162911.844000', '162911.847000', '162911.850000', '162911.852000', '162911.855000', '162911.858000', '162911.860000', '162911.863000', '162911.865000', '162911.868000', '162911.871000', '162911.873000', '162911.876000', '162911.879000', '162911.881000', '162911.884000', '162911.887000', '162911.889000', '162911.892000', '162911.895000', '162911.897000', '162911.900000', '162911.903000', '162911.905000', '162911.908000', '162931.772000', '162931.775000', '162931.777000', '162931.780000', '162931.783000', '162931.785000', '162931.788000', '162931.790000', '162931.793000', '162931.796000', '162931.798000', '162931.801000', '162931.804000', '162931.806000', '162931.809000', '162931.811000', '162931.814000', '162931.817000', '162931.820000', '162931.822000', '162931.825000', '162931.828000', '162931.830000', '162931.833000', '162931.835000', '162931.838000', '162931.841000', '162931.843000', '162931.846000', '162931.849000', '162931.851000', '162931.854000', '162931.856000', '162931.859000', '162931.862000', '162931.864000', '162931.867000', '162931.870000', '162931.872000', '162931.875000', '162931.878000', '162931.880000', '162931.883000', '162931.885000', '162951.771000', '162951.774000', '162951.777000', '162951.780000', '162951.783000', '162951.785000', '162951.788000', '162951.791000', '162951.793000', '162951.796000', '162951.798000', '162951.801000', '162951.804000', '162951.806000', '162951.809000', '162951.811000', '162951.814000', '162951.817000', '162951.819000', '162951.822000', '162951.825000', '162951.827000', '162951.830000', '162951.833000', '162951.835000', '162951.838000', '162951.841000', '162951.843000', '162951.846000', '162951.849000', '162951.851000', '162951.854000', '162951.857000', '162951.859000', '162951.862000', '162951.865000', '162951.867000', '162951.870000', '162951.872000', '162951.875000', '162951.878000', '162951.880000', '162951.883000', '163011.772000', '163011.775000', '163011.777000', '163011.780000', '163011.783000', '163011.785000', '163011.788000', '163011.791000', '163011.794000', '163011.796000', '163011.799000', '163011.801000', '163011.804000', '163011.807000', '163011.810000', '163011.812000', '163011.815000', '163011.818000', '163011.820000', '163011.823000', '163011.826000', '163011.828000', '163011.831000', '163011.833000', '163011.836000', '163011.839000', '163011.841000', '163011.844000', '163011.847000', '163011.849000', '163011.852000', '163011.855000', '163011.857000', '163011.860000', '163011.863000', '163011.865000', '163011.868000', '163011.871000', '163011.873000', '163011.876000', '163011.878000', '163011.881000', '163011.884000', '163011.886000', '163031.771000', '163031.773000', '163031.776000', '163031.779000', '163031.782000', '163031.784000', '163031.787000', '163031.789000', '163031.792000', '163031.795000', '163031.797000', '163031.800000', '163031.803000', '163031.805000', '163031.808000', '163031.811000', '163031.813000', '163031.816000', '163031.819000', '163031.821000', '163031.824000', '163031.826000', '163031.829000', '163031.832000', '163031.834000', '163031.837000', '163031.840000', '163031.842000', '163031.845000', '163031.848000', '163031.851000', '163031.853000', '163031.856000', '163031.858000', '163031.861000', '163031.864000', '163031.866000', '163031.869000', '163031.872000', '163031.874000', '163031.877000', '163031.880000', '163031.882000', '163051.771000', '163051.774000', '163051.776000', '163051.779000', '163051.782000', '163051.784000', '163051.787000', '163051.789000', '163051.792000', '163051.795000', '163051.797000', '163051.800000', '163051.803000', '163051.805000', '163051.808000', '163051.811000', '163051.813000', '163051.816000', '163051.818000', '163051.821000', '163051.824000', '163051.827000', '163051.829000', '163051.832000', '163051.835000', '163051.837000', '163051.840000', '163051.842000', '163051.845000', '163051.848000', '163051.851000', '163051.853000', '163051.856000', '163051.859000', '163051.861000', '163051.864000', '163051.867000', '163051.869000', '163051.872000', '163051.874000', '163051.877000', '163051.880000', '163051.882000', '163051.885000', '163111.771000', '163111.773000', '163111.776000', '163111.779000', '163111.781000', '163111.784000', '163111.786000', '163111.789000', '163111.792000', '163111.794000', '163111.797000', '163111.799000', '163111.802000', '163111.805000', '163111.807000', '163111.810000', '163111.813000', '163111.815000', '163111.818000', '163111.820000', '163111.823000', '163111.825000', '163111.828000', '163111.831000', '163111.833000', '163111.836000', '163111.838000', '163111.841000', '163111.844000', '163111.846000', '163111.849000', '163111.852000', '163111.854000', '163111.857000', '163111.859000', '163111.862000', '163111.864000', '163111.867000', '163111.870000', '163111.872000', '163111.875000', '163111.878000', '163111.880000', '163131.772000', '163131.774000', '163131.777000', '163131.780000', '163131.783000', '163131.785000', '163131.788000', '163131.791000', '163131.794000', '163131.797000', '163131.800000', '163131.802000', '163131.805000', '163131.808000', '163131.811000', '163131.813000', '163131.816000', '163131.818000', '163131.821000', '163131.824000', '163131.826000', '163131.829000', '163131.832000', '163131.834000', '163131.837000', '163131.840000', '163131.842000', '163131.845000', '163131.848000', '163131.850000', '163131.853000', '163131.856000', '163131.858000', '163131.861000', '163131.864000', '163131.866000', '163131.869000', '163131.872000', '163131.874000', '163131.877000', '163131.880000', '163131.882000', '163131.885000', '163131.888000', '163151.772000', '163151.774000', '163151.777000', '163151.780000', '163151.783000', '163151.785000', '163151.788000', '163151.791000', '163151.793000', '163151.796000', '163151.799000', '163151.801000', '163151.804000', '163151.807000', '163151.809000', '163151.812000', '163151.815000', '163151.817000', '163151.820000', '163151.823000', '163151.825000', '163151.828000', '163151.831000', '163151.833000', '163151.836000', '163151.839000', '163151.841000', '163151.844000', '163151.846000', '163151.849000', '163151.852000', '163151.854000', '163151.857000', '163151.860000', '163151.862000', '163151.865000', '163151.868000', '163151.870000', '163151.873000', '163151.875000', '163151.878000', '163151.881000', '163151.883000', '163211.772000', '163211.774000', '163211.777000', '163211.780000', '163211.782000', '163211.785000', '163211.788000', '163211.790000', '163211.793000', '163211.796000', '163211.799000', '163211.801000', '163211.804000', '163211.807000', '163211.809000', '163211.812000', '163211.814000', '163211.817000', '163211.820000', '163211.822000', '163211.825000', '163211.828000', '163211.830000', '163211.833000', '163211.849000', '163211.851000', '163211.854000', '163211.856000', '163211.859000', '163211.862000', '163211.864000', '163211.867000', '163211.870000', '163211.873000', '163211.875000', '163211.878000', '163211.880000', '163211.883000', '163211.886000', '163211.888000', '163211.891000', '163211.894000', '163211.896000', '163211.899000', '163231.772000', '163231.775000', '163231.777000', '163231.780000', '163231.783000', '163231.785000', '163231.788000', '163231.790000', '163231.793000', '163231.796000', '163231.798000', '163231.801000', '163231.804000', '163231.806000', '163231.809000', '163231.812000', '163231.814000', '163231.817000', '163231.820000', '163231.822000', '163231.825000', '163231.827000', '163231.830000', '163231.833000', '163231.835000', '163231.838000', '163231.841000', '163231.843000', '163231.846000', '163231.849000', '163231.851000', '163231.854000', '163231.857000', '163231.859000', '163231.862000', '163231.865000', '163231.867000', '163231.870000', '163231.873000', '163231.875000', '163231.878000', '163231.881000', '163231.883000', '163251.770000', '163251.773000', '163251.776000', '163251.779000', '163251.781000', '163251.784000', '163251.787000', '163251.789000', '163251.792000', '163251.795000', '163251.797000', '163251.800000', '163251.803000', '163251.805000', '163251.808000', '163251.811000', '163251.813000', '163251.816000', '163251.820000', '163251.823000', '163251.826000', '163251.829000', '163251.832000', '163251.835000', '163251.838000', '163251.840000', '163251.843000', '163251.846000', '163251.848000', '163251.851000', '163251.854000', '163251.856000', '163251.859000', '163251.862000', '163251.864000', '163251.867000', '163251.870000', '163251.872000', '163251.875000', '163251.878000', '163251.880000', '163251.883000', '163251.886000', '163311.771000', '163311.773000', '163311.776000', '163311.779000', '163311.782000', '163311.785000', '163311.787000', '163311.790000', '163311.793000', '163311.795000', '163311.798000', '163311.801000', '163311.804000', '163311.806000', '163311.809000', '163311.812000', '163311.814000', '163311.817000', '163311.819000', '163311.822000', '163311.825000', '163311.827000', '163311.830000', '163311.833000', '163311.835000', '163311.838000', '163311.841000', '163311.843000', '163311.846000', '163311.848000', '163311.851000', '163311.854000', '163311.856000', '163311.859000', '163311.862000', '163311.864000', '163311.867000', '163311.870000', '163311.872000', '163311.875000', '163311.878000', '163311.880000', '163311.883000', '163311.885000', '163331.770000', '163331.773000', '163331.776000', '163331.779000', '163331.781000', '163331.784000', '163331.787000', '163331.789000', '163331.792000', '163331.799000', '163331.802000', '163331.805000', '163331.808000', '163331.810000', '163331.813000', '163331.816000', '163331.819000', '163331.821000', '163331.824000', '163331.827000', '163331.829000', '163331.832000', '163331.835000', '163331.837000', '163331.840000', '163331.843000', '163331.845000', '163331.848000', '163331.851000', '163331.853000', '163331.856000', '163331.858000', '163331.861000', '163331.864000', '163331.866000', '163331.869000', '163331.872000', '163331.874000', '163331.877000', '163331.879000', '163331.882000', '163331.884000', '163331.887000', '163351.772000', '163351.775000', '163351.778000', '163351.781000', '163351.784000', '163351.786000', '163351.789000', '163351.792000', '163351.794000', '163351.797000', '163351.800000', '163351.802000', '163351.805000', '163351.807000', '163351.810000', '163351.813000', '163351.815000', '163351.818000', '163351.821000', '163351.823000', '163351.826000', '163351.828000', '163351.831000', '163351.834000', '163351.836000', '163351.839000', '163351.841000', '163351.844000', '163351.847000', '163351.849000', '163351.852000', '163351.854000', '163351.857000', '163351.859000', '163351.862000', '163351.865000', '163351.868000', '163351.870000', '163351.873000', '163351.876000', '163351.879000', '163351.881000', '163351.884000', '163351.887000', '163357.100000', '163357.103000', '163357.106000', '163357.108000', '163357.111000', '163357.114000', '163357.116000', '163357.119000', '163357.122000', '163357.124000', '163357.127000', '163357.130000'], 'InstanceCreationTime': ['162731.829000', '162731.833000', '162731.835000', '162731.838000', '162731.841000', '162731.850000', '162731.852000', '162731.855000', '162731.857000', '162731.860000', '162731.863000', '162731.865000', '162731.877000', '162731.886000', '162731.889000', '162731.892000', '162731.894000', '162731.897000', '162731.899000', '162731.902000', '162731.905000', '162731.908000', '162731.910000', '162731.913000', '162731.915000', '162731.924000', '162731.926000', '162731.929000', '162731.932000', '162731.934000', '162731.937000', '162731.939000', '162731.942000', '162731.945000', '162751.772000', '162751.775000', '162751.777000', '162751.782000', '162751.784000', '162751.787000', '162751.789000', '162751.792000', '162751.795000', '162751.797000', '162751.800000', '162751.803000', '162751.805000', '162751.808000', '162751.818000', '162751.820000', '162751.823000', '162751.825000', '162751.828000', '162751.830000', '162751.833000', '162751.836000', '162751.838000', '162751.841000', '162751.843000', '162751.846000', '162751.848000', '162751.851000', '162751.853000', '162751.856000', '162751.859000', '162751.861000', '162751.864000', '162751.866000', '162751.869000', '162751.871000', '162751.874000', '162751.876000', '162751.879000', '162751.882000', '162751.885000', '162751.887000', '162751.890000', '162811.772000', '162811.774000', '162811.777000', '162811.780000', '162811.782000', '162811.785000', '162811.787000', '162811.790000', '162811.792000', '162811.795000', '162811.798000', '162811.800000', '162811.811000', '162811.814000', '162811.816000', '162811.819000', '162811.822000', '162811.824000', '162811.827000', '162811.830000', '162811.832000', '162811.835000', '162811.838000', '162811.840000', '162811.843000', '162811.846000', '162811.848000', '162811.851000', '162811.853000', '162811.856000', '162811.859000', '162811.861000', '162811.864000', '162811.867000', '162811.869000', '162811.872000', '162811.875000', '162811.878000', '162811.880000', '162811.883000', '162811.885000', '162811.888000', '162811.891000', '162811.893000', '162831.771000', '162831.774000', '162831.776000', '162831.779000', '162831.782000', '162831.784000', '162831.787000', '162831.790000', '162831.792000', '162831.795000', '162831.798000', '162831.800000', '162831.803000', '162831.805000', '162831.808000', '162831.811000', '162831.813000', '162831.816000', '162831.819000', '162831.821000', '162831.824000', '162831.827000', '162831.829000', '162831.832000', '162831.834000', '162831.837000', '162831.840000', '162831.842000', '162831.845000', '162831.847000', '162831.850000', '162831.853000', '162831.855000', '162831.858000', '162831.861000', '162831.863000', '162831.866000', '162831.868000', '162831.871000', '162831.874000', '162831.876000', '162831.879000', '162831.882000', '162851.770000', '162851.773000', '162851.776000', '162851.779000', '162851.781000', '162851.784000', '162851.787000', '162851.789000', '162851.792000', '162851.795000', '162851.797000', '162851.800000', '162851.802000', '162851.805000', '162851.808000', '162851.810000', '162851.813000', '162851.816000', '162851.818000', '162851.821000', '162851.823000', '162851.826000', '162851.829000', '162851.831000', '162851.834000', '162851.837000', '162851.839000', '162851.842000', '162851.844000', '162851.847000', '162851.850000', '162851.852000', '162851.855000', '162851.858000', '162851.860000', '162851.863000', '162851.866000', '162851.868000', '162851.871000', '162851.873000', '162851.876000', '162851.879000', '162851.881000', '162851.884000', '162911.772000', '162911.774000', '162911.777000', '162911.780000', '162911.782000', '162911.785000', '162911.788000', '162911.790000', '162911.793000', '162911.796000', '162911.799000', '162911.801000', '162911.804000', '162911.807000', '162911.809000', '162911.812000', '162911.814000', '162911.817000', '162911.844000', '162911.847000', '162911.850000', '162911.852000', '162911.855000', '162911.858000', '162911.860000', '162911.863000', '162911.865000', '162911.868000', '162911.871000', '162911.873000', '162911.876000', '162911.879000', '162911.881000', '162911.884000', '162911.887000', '162911.889000', '162911.892000', '162911.895000', '162911.897000', '162911.900000', '162911.903000', '162911.905000', '162911.908000', '162931.772000', '162931.775000', '162931.777000', '162931.780000', '162931.783000', '162931.785000', '162931.788000', '162931.790000', '162931.793000', '162931.796000', '162931.798000', '162931.801000', '162931.804000', '162931.806000', '162931.809000', '162931.811000', '162931.814000', '162931.817000', '162931.820000', '162931.822000', '162931.825000', '162931.828000', '162931.830000', '162931.833000', '162931.835000', '162931.838000', '162931.841000', '162931.843000', '162931.846000', '162931.849000', '162931.851000', '162931.854000', '162931.856000', '162931.859000', '162931.862000', '162931.864000', '162931.867000', '162931.870000', '162931.872000', '162931.875000', '162931.878000', '162931.880000', '162931.883000', '162931.885000', '162951.771000', '162951.774000', '162951.777000', '162951.780000', '162951.783000', '162951.785000', '162951.788000', '162951.791000', '162951.793000', '162951.796000', '162951.798000', '162951.801000', '162951.804000', '162951.806000', '162951.809000', '162951.811000', '162951.814000', '162951.817000', '162951.819000', '162951.822000', '162951.825000', '162951.827000', '162951.830000', '162951.833000', '162951.835000', '162951.838000', '162951.841000', '162951.843000', '162951.846000', '162951.849000', '162951.851000', '162951.854000', '162951.857000', '162951.859000', '162951.862000', '162951.865000', '162951.867000', '162951.870000', '162951.872000', '162951.875000', '162951.878000', '162951.880000', '162951.883000', '163011.772000', '163011.775000', '163011.777000', '163011.780000', '163011.783000', '163011.785000', '163011.788000', '163011.791000', '163011.794000', '163011.796000', '163011.799000', '163011.801000', '163011.804000', '163011.807000', '163011.810000', '163011.812000', '163011.815000', '163011.818000', '163011.820000', '163011.823000', '163011.826000', '163011.828000', '163011.831000', '163011.833000', '163011.836000', '163011.839000', '163011.841000', '163011.844000', '163011.847000', '163011.849000', '163011.852000', '163011.855000', '163011.857000', '163011.860000', '163011.863000', '163011.865000', '163011.868000', '163011.871000', '163011.873000', '163011.876000', '163011.878000', '163011.881000', '163011.884000', '163011.886000', '163031.771000', '163031.773000', '163031.776000', '163031.779000', '163031.782000', '163031.784000', '163031.787000', '163031.789000', '163031.792000', '163031.795000', '163031.797000', '163031.800000', '163031.803000', '163031.805000', '163031.808000', '163031.811000', '163031.813000', '163031.816000', '163031.819000', '163031.821000', '163031.824000', '163031.826000', '163031.829000', '163031.832000', '163031.834000', '163031.837000', '163031.840000', '163031.842000', '163031.845000', '163031.848000', '163031.851000', '163031.853000', '163031.856000', '163031.858000', '163031.861000', '163031.864000', '163031.866000', '163031.869000', '163031.872000', '163031.874000', '163031.877000', '163031.880000', '163031.882000', '163051.771000', '163051.774000', '163051.776000', '163051.779000', '163051.782000', '163051.784000', '163051.787000', '163051.789000', '163051.792000', '163051.795000', '163051.797000', '163051.800000', '163051.803000', '163051.805000', '163051.808000', '163051.811000', '163051.813000', '163051.816000', '163051.818000', '163051.821000', '163051.824000', '163051.827000', '163051.829000', '163051.832000', '163051.835000', '163051.837000', '163051.840000', '163051.842000', '163051.845000', '163051.848000', '163051.851000', '163051.853000', '163051.856000', '163051.859000', '163051.861000', '163051.864000', '163051.867000', '163051.869000', '163051.872000', '163051.874000', '163051.877000', '163051.880000', '163051.882000', '163051.885000', '163111.771000', '163111.773000', '163111.776000', '163111.779000', '163111.781000', '163111.784000', '163111.786000', '163111.789000', '163111.792000', '163111.794000', '163111.797000', '163111.799000', '163111.802000', '163111.805000', '163111.807000', '163111.810000', '163111.813000', '163111.815000', '163111.818000', '163111.820000', '163111.823000', '163111.825000', '163111.828000', '163111.831000', '163111.833000', '163111.836000', '163111.838000', '163111.841000', '163111.844000', '163111.846000', '163111.849000', '163111.852000', '163111.854000', '163111.857000', '163111.859000', '163111.862000', '163111.864000', '163111.867000', '163111.870000', '163111.872000', '163111.875000', '163111.878000', '163111.880000', '163131.772000', '163131.774000', '163131.777000', '163131.780000', '163131.783000', '163131.785000', '163131.788000', '163131.791000', '163131.794000', '163131.797000', '163131.800000', '163131.802000', '163131.805000', '163131.808000', '163131.811000', '163131.813000', '163131.816000', '163131.818000', '163131.821000', '163131.824000', '163131.826000', '163131.829000', '163131.832000', '163131.834000', '163131.837000', '163131.840000', '163131.842000', '163131.845000', '163131.848000', '163131.850000', '163131.853000', '163131.856000', '163131.858000', '163131.861000', '163131.864000', '163131.866000', '163131.869000', '163131.872000', '163131.874000', '163131.877000', '163131.880000', '163131.882000', '163131.885000', '163131.888000', '163151.772000', '163151.774000', '163151.777000', '163151.780000', '163151.783000', '163151.785000', '163151.788000', '163151.791000', '163151.793000', '163151.796000', '163151.799000', '163151.801000', '163151.804000', '163151.807000', '163151.809000', '163151.812000', '163151.815000', '163151.817000', '163151.820000', '163151.823000', '163151.825000', '163151.828000', '163151.831000', '163151.833000', '163151.836000', '163151.839000', '163151.841000', '163151.844000', '163151.846000', '163151.849000', '163151.852000', '163151.854000', '163151.857000', '163151.860000', '163151.862000', '163151.865000', '163151.868000', '163151.870000', '163151.873000', '163151.875000', '163151.878000', '163151.881000', '163151.883000', '163211.772000', '163211.774000', '163211.777000', '163211.780000', '163211.782000', '163211.785000', '163211.788000', '163211.790000', '163211.793000', '163211.796000', '163211.799000', '163211.801000', '163211.804000', '163211.807000', '163211.809000', '163211.812000', '163211.814000', '163211.817000', '163211.820000', '163211.822000', '163211.825000', '163211.828000', '163211.830000', '163211.833000', '163211.849000', '163211.851000', '163211.854000', '163211.856000', '163211.859000', '163211.862000', '163211.864000', '163211.867000', '163211.870000', '163211.873000', '163211.875000', '163211.878000', '163211.880000', '163211.883000', '163211.886000', '163211.888000', '163211.891000', '163211.894000', '163211.896000', '163211.899000', '163231.772000', '163231.775000', '163231.777000', '163231.780000', '163231.783000', '163231.785000', '163231.788000', '163231.790000', '163231.793000', '163231.796000', '163231.798000', '163231.801000', '163231.804000', '163231.806000', '163231.809000', '163231.812000', '163231.814000', '163231.817000', '163231.820000', '163231.822000', '163231.825000', '163231.827000', '163231.830000', '163231.833000', '163231.835000', '163231.838000', '163231.841000', '163231.843000', '163231.846000', '163231.849000', '163231.851000', '163231.854000', '163231.857000', '163231.859000', '163231.862000', '163231.865000', '163231.867000', '163231.870000', '163231.873000', '163231.875000', '163231.878000', '163231.881000', '163231.883000', '163251.770000', '163251.773000', '163251.776000', '163251.779000', '163251.781000', '163251.784000', '163251.787000', '163251.789000', '163251.792000', '163251.795000', '163251.797000', '163251.800000', '163251.803000', '163251.805000', '163251.808000', '163251.811000', '163251.813000', '163251.816000', '163251.820000', '163251.823000', '163251.826000', '163251.829000', '163251.832000', '163251.835000', '163251.838000', '163251.840000', '163251.843000', '163251.846000', '163251.848000', '163251.851000', '163251.854000', '163251.856000', '163251.859000', '163251.862000', '163251.864000', '163251.867000', '163251.870000', '163251.872000', '163251.875000', '163251.878000', '163251.880000', '163251.883000', '163251.886000', '163311.771000', '163311.773000', '163311.776000', '163311.779000', '163311.782000', '163311.785000', '163311.787000', '163311.790000', '163311.793000', '163311.795000', '163311.798000', '163311.801000', '163311.804000', '163311.806000', '163311.809000', '163311.812000', '163311.814000', '163311.817000', '163311.819000', '163311.822000', '163311.825000', '163311.827000', '163311.830000', '163311.833000', '163311.835000', '163311.838000', '163311.841000', '163311.843000', '163311.846000', '163311.848000', '163311.851000', '163311.854000', '163311.856000', '163311.859000', '163311.862000', '163311.864000', '163311.867000', '163311.870000', '163311.872000', '163311.875000', '163311.878000', '163311.880000', '163311.883000', '163311.885000', '163331.770000', '163331.773000', '163331.776000', '163331.779000', '163331.781000', '163331.784000', '163331.787000', '163331.789000', '163331.792000', '163331.799000', '163331.802000', '163331.805000', '163331.808000', '163331.810000', '163331.813000', '163331.816000', '163331.819000', '163331.821000', '163331.824000', '163331.827000', '163331.829000', '163331.832000', '163331.835000', '163331.837000', '163331.840000', '163331.843000', '163331.845000', '163331.848000', '163331.851000', '163331.853000', '163331.856000', '163331.858000', '163331.861000', '163331.864000', '163331.866000', '163331.869000', '163331.872000', '163331.874000', '163331.877000', '163331.879000', '163331.882000', '163331.884000', '163331.887000', '163351.772000', '163351.775000', '163351.778000', '163351.781000', '163351.784000', '163351.786000', '163351.789000', '163351.792000', '163351.794000', '163351.797000', '163351.800000', '163351.802000', '163351.805000', '163351.807000', '163351.810000', '163351.813000', '163351.815000', '163351.818000', '163351.821000', '163351.823000', '163351.826000', '163351.828000', '163351.831000', '163351.834000', '163351.836000', '163351.839000', '163351.841000', '163351.844000', '163351.847000', '163351.849000', '163351.852000', '163351.854000', '163351.857000', '163351.859000', '163351.862000', '163351.865000', '163351.868000', '163351.870000', '163351.873000', '163351.876000', '163351.879000', '163351.881000', '163351.884000', '163351.887000', '163357.100000', '163357.103000', '163357.106000', '163357.108000', '163357.111000', '163357.114000', '163357.116000', '163357.119000', '163357.122000', '163357.124000', '163357.127000', '163357.130000'], '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': [12449, 9347, 8078, 15603, 14340, 13985, 16858, 14239, 11960, 13676, 9322, 8060, 10304, 7840, 7924, 11450, 8064, 8157, 12410, 10051, 7647, 14322, 9361, 7923, 9996, 8632, 8310, 7497, 8241, 8237, 8853, 12443, 10333, 8078, 8847, 10723, 8457, 7850, 8816, 11061, 8491, 7877, 8363, 9844, 8115, 7437, 9768, 8825, 8088, 12334, 13672, 10553, 7853, 9503, 8180, 7778, 9269, 10348, 8296, 9243, 12868, 8571, 7739, 11961, 8411, 8000, 12253, 9175, 8160, 11584, 9662, 8225, 12682, 10940, 9240, 12737, 10167, 7917, 8898, 10320, 8295, 9104, 9802, 8300, 7904, 9379, 8311, 8329, 11729, 12995, 7860, 7406, 11019, 13246, 11243, 9072, 12327, 10011, 7932, 11147, 9989, 8125, 8253, 11526, 9058, 8000, 15516, 12606, 9886, 15668, 9860, 8259, 8316, 11276, 15462, 16946, 15905, 15676, 17559, 17320, 12560, 8170, 10686, 8663, 8142, 8202, 9057, 8312, 11668, 15123, 13829, 11651, 10146, 8015, 8119, 8122, 8175, 10970, 9073, 8286, 7840, 10205, 10002, 8373, 11641, 11555, 11562, 11324, 15551, 14587, 13832, 12519, 8828, 8186, 8155, 10109, 8364, 11048, 9781, 8091, 7670, 10106, 8000, 8082, 10984, 9809, 14510, 13381, 9941, 8950, 12052, 11309, 13586, 13526, 9314, 8017, 8186, 8958, 8147, 8179, 9728, 8666, 8319, 9781, 9785, 9842, 16395, 11872, 8371, 12820, 9128, 8140, 10038, 9070, 8357, 11583, 9207, 8040, 13810, 8411, 8150, 8275, 8767, 8281, 8485, 9165, 8128, 9849, 8770, 8238, 14347, 14108, 13239, 14677, 9391, 7862, 9369, 8472, 8269, 9264, 8174, 8246, 8589, 7653, 7340, 9419, 8244, 12356, 9811, 8093, 13081, 12845, 13122, 15406, 10317, 8277, 9898, 8560, 8822, 9330, 8134, 9082, 8970, 7831, 9373, 9351, 8683, 16180, 12206, 7827, 13368, 8667, 8072, 10554, 8415, 8254, 9589, 8157, 11653, 8694, 7849, 10409, 8639, 8018, 9619, 8657, 8041, 9568, 8536, 8318, 9382, 8582, 7982, 9447, 8610, 9138, 10567, 12076, 15152, 11741, 8176, 8057, 9430, 8401, 8006, 9932, 8744, 8546, 15441, 11616, 8319, 8102, 8737, 8006, 8252, 9588, 9142, 14539, 12850, 8192, 7923, 9249, 8357, 8029, 10671, 8688, 7907, 14717, 8820, 8443, 12613, 8800, 8017, 15448, 12764, 11625, 15659, 8489, 7990, 8888, 8686, 7874, 10253, 9205, 8032, 14005, 9120, 8096, 7916, 9418, 8181, 8559, 9520, 8235, 9683, 10681, 9711, 13075, 9441, 8286, 7869, 9351, 8411, 9192, 9376, 7892, 11384, 10338, 8247, 9776, 9509, 8304, 8067, 9656, 8665, 8579, 10934, 8609, 8030, 10286, 8504, 8167, 9947, 8632, 8141, 10426, 8693, 9596, 15627, 11851, 8063, 11427, 8742, 8033, 11413, 8655, 8319, 8376, 9172, 8168, 7840, 10043, 9651, 11959, 11377, 8181, 8170, 9369, 8898, 8008, 15138, 11025, 8147, 8270, 9326, 8522, 8275, 15726, 12883, 11646, 13924, 9907, 8299, 8178, 10813, 10458, 10797, 14964, 8364, 8171, 8044, 9380, 8208, 9109, 12837, 8810, 8310, 10975, 8545, 8170, 9728, 8794, 7951, 14150, 9307, 8024, 7975, 9619, 8325, 9719, 11122, 8352, 7943, 9667, 8203, 8066, 10081, 8831, 8187, 13611, 8772, 8286, 10592, 9044, 8334, 14871, 11540, 8745, 12359, 9020, 8081, 9902, 8987, 8183, 11301, 8793, 8103, 10574, 8585, 7978, 10449, 8672, 7941, 9875, 8407, 8947, 10254, 8389, 14759, 9474, 7936, 9295, 9264, 8256, 13137, 9030, 7845, 10034, 8675, 8193, 11068, 9597, 8754, 13015, 8419, 8096, 9766, 8274, 8996, 10928, 8248, 13221, 9448, 8222, 10151, 9298, 9971, 16025, 12460, 8809, 12092, 8646, 8256, 12024, 12048, 12169, 9414, 8318, 8121, 10212, 8359, 9368, 9894, 8534, 7988, 9558, 8209, 11803, 9223, 8049, 9389, 8705, 8254, 10719, 8744, 7821, 9967, 8617, 8090, 10148, 8265, 10025, 9502, 8148, 9796, 8908, 8230, 10086, 8635, 8108, 9837, 8390, 8240, 11582, 8356, 7910, 9435, 8146, 7897, 9672, 8249, 13268, 10526, 7935, 8058, 9252, 8314, 11488, 11016, 8360, 13403, 9035, 8225, 11105, 9677, 9491, 15057, 11533, 7997, 10314, 9168, 8084, 15432, 12932, 10169, 16109, 9121, 7900, 9741, 8621, 8068, 7953, 8050, 7967, 8238, 10461, 9119, 8185, 9924, 9209, 8412, 8257, 10641, 9600, 10959, 17010, 12772, 8300, 11835, 9303, 7951, 12832, 11720, 12122, 15772, 8958, 7872, 9939, 8574, 8369, 10318, 8531, 16658, 12578, 8441, 11014, 8871, 7879, 10028, 8131, 14713, 11162, 9756, 10819, 8756, 8683, 10102, 7809, 11097, 9304, 8532, 12700, 8327, 13216, 9463, 7795, 10889, 9504, 11750, 14469, 8375, 10491, 9766, 8074, 13071, 9066, 8254, 10013, 8367, 7963, 9781, 8030, 12053, 9595, 7926, 10926, 8396, 7902, 10352, 8455, 15064, 11188, 8216, 10203, 8434, 8743, 9481, 7956, 12292, 8645, 7951, 9811, 8191, 12072, 9716, 8054, 11903, 8939, 7932, 9732, 8468, 12147, 9123, 8243, 10211, 8058, 7659, 10274, 8140, 15034, 10146, 7587, 12189, 8390, 8088, 10853, 8387, 9645, 10321, 7541, 11742, 10088, 7899, 10908, 8749, 8081, 10299, 8212, 7881, 10633, 8984, 8133, 13741, 14002, 12972, 10710, 8374, 10834, 9218, 8074, 10890, 9420, 10273, 11923, 7884, 7880, 9258, 7781, 9140, 9622, 7723, 12861, 8669, 8011, 9878, 8790, 7893, 10534, 8819, 15857, 11728, 8232, 11166, 8815, 8290, 9987, 9268, 10718, 14770, 10043, 9940, 9512, 8146, 10978, 9058, 7832, 11822, 9143, 8097, 9707, 8461, 8069, 9448, 7839, 11179, 8626, 7838, 9850, 8155, 12625, 9202, 8000, 9994, 8657, 8254, 9785, 7688, 11052, 8869, 7823, 10794, 8109, 7772, 9560, 7932, 8979, 9385, 7968, 14709, 8606, 8079, 8487, 8682, 7942, 9807, 9620, 12925, 13929, 8496, 12852, 8914, 7674, 9748, 8183, 14460, 11681, 8743, 9843, 8284, 8371, 9325, 7964, 13433, 10955, 12323, 9498, 7865, 10407, 8966, 8305, 12887, 8434, 14344, 9119, 7755, 10090, 8516, 8419, 9944, 7758, 15121, 8272, 7748, 9698, 8305, 7796, 9990, 7876, 13092, 8973, 7973, 10148, 8432, 10997, 11087, 7832, 13239, 8550, 7908, 9832, 8158, 14315, 9136, 8214, 9785, 8356, 10822, 10996, 7828, 13438, 8767, 8133, 9959, 8084, 11706, 9448, 7966, 10425, 8234, 7656, 9987, 7869], 'WindowCenter': [4515.0, 4471.0, 4447.0, 4504.0, 4495.0, 4482.0, 4493.0, 4481.0, 4460.0, 4469.0, 4429.0, 4418.0, 4437.0, 4407.0, 4407.0, 4447.0, 4420.0, 4419.0, 4470.0, 4452.0, 4422.0, 4480.0, 4440.0, 4433.0, 4465.0, 4443.0, 4432.0, 4410.0, 4432.0, 4433.0, 4431.0, 4460.0, 4452.0, 4423.0, 4443.0, 4462.0, 4433.0, 4421.0, 4443.0, 4462.0, 4446.0, 4437.0, 4433.0, 4452.0, 4432.0, 4435.0, 4464.0, 4444.0, 4432.0, 4473.0, 4495.0, 4477.0, 4433.0, 4440.0, 4419.0, 4421.0, 4439.0, 4450.0, 4445.0, 4456.0, 4495.0, 4445.0, 4435.0, 4472.0, 4432.0, 4421.0, 4471.0, 4440.0, 4421.0, 4460.0, 4441.0, 4432.0, 4483.0, 4464.0, 4454.0, 4481.0, 4452.0, 4420.0, 4429.0, 4452.0, 4445.0, 4441.0, 4450.0, 4430.0, 4443.0, 4440.0, 4418.0, 4426.0, 4448.0, 4502.0, 4431.0, 4370.0, 4465.0, 4473.0, 4450.0, 4419.0, 4459.0, 4442.0, 4423.0, 4463.0, 4453.0, 4435.0, 4433.0, 4473.0, 4442.0, 4435.0, 4493.0, 4473.0, 4453.0, 4493.0, 4452.0, 4433.0, 4431.0, 4465.0, 4504.0, 4505.0, 4506.0, 4516.0, 4515.0, 4503.0, 4472.0, 4422.0, 4452.0, 4433.0, 4434.0, 4432.0, 4442.0, 4442.0, 4488.0, 4522.0, 4509.0, 4488.0, 4467.0, 4422.0, 4410.0, 4421.0, 4434.0, 4465.0, 4443.0, 4438.0, 4439.0, 4467.0, 4467.0, 4434.0, 4451.0, 4451.0, 4450.0, 4450.0, 4471.0, 4472.0, 4472.0, 4459.0, 4419.0, 4408.0, 4395.0, 4425.0, 4394.0, 4436.0, 4416.0, 4397.0, 4399.0, 4439.0, 4421.0, 4411.0, 4452.0, 4455.0, 4479.0, 4468.0, 4458.0, 4420.0, 4449.0, 4440.0, 4471.0, 4461.0, 4420.0, 4411.0, 4422.0, 4432.0, 4421.0, 4422.0, 4430.0, 4420.0, 4411.0, 4430.0, 4442.0, 4444.0, 4493.0, 4451.0, 4422.0, 4459.0, 4417.0, 4398.0, 4416.0, 4419.0, 4408.0, 4449.0, 4430.0, 4410.0, 4469.0, 4409.0, 4410.0, 4409.0, 4419.0, 4409.0, 4419.0, 4420.0, 4411.0, 4440.0, 4420.0, 4421.0, 4484.0, 4483.0, 4473.0, 4482.0, 4433.0, 4410.0, 4418.0, 4408.0, 4422.0, 4430.0, 4384.0, 4359.0, 4393.0, 4434.0, 4422.0, 4440.0, 4421.0, 4470.0, 4441.0, 4421.0, 4469.0, 4472.0, 4472.0, 4481.0, 4441.0, 4422.0, 4442.0, 4421.0, 4431.0, 4429.0, 4410.0, 4416.0, 4417.0, 4409.0, 4429.0, 4431.0, 4432.0, 4492.0, 4471.0, 4411.0, 4469.0, 4419.0, 4411.0, 4440.0, 4434.0, 4420.0, 4430.0, 4411.0, 4450.0, 4419.0, 4409.0, 4439.0, 4419.0, 4408.0, 4428.0, 4418.0, 4409.0, 4429.0, 4419.0, 4419.0, 4429.0, 4430.0, 4420.0, 4439.0, 4420.0, 4427.0, 4450.0, 4461.0, 4481.0, 4461.0, 4420.0, 4419.0, 4441.0, 4419.0, 4410.0, 4439.0, 4433.0, 4433.0, 4493.0, 4475.0, 4445.0, 4434.0, 4444.0, 4421.0, 4421.0, 4442.0, 4455.0, 4493.0, 4486.0, 4436.0, 4435.0, 4453.0, 4433.0, 4419.0, 4450.0, 4432.0, 4423.0, 4493.0, 4443.0, 4433.0, 4471.0, 4431.0, 4419.0, 4481.0, 4471.0, 4461.0, 4490.0, 4431.0, 4421.0, 4431.0, 4428.0, 4421.0, 4451.0, 4441.0, 4421.0, 4481.0, 4439.0, 4420.0, 4421.0, 4440.0, 4419.0, 4429.0, 4439.0, 4431.0, 4452.0, 4462.0, 4453.0, 4482.0, 4453.0, 4432.0, 4420.0, 4440.0, 4420.0, 4439.0, 4440.0, 4421.0, 4472.0, 4452.0, 4432.0, 4453.0, 4451.0, 4432.0, 4419.0, 4439.0, 4431.0, 4428.0, 4461.0, 4443.0, 4433.0, 4463.0, 4442.0, 4433.0, 4452.0, 4433.0, 4420.0, 4452.0, 4432.0, 4442.0, 4493.0, 4471.0, 4423.0, 4461.0, 4431.0, 4420.0, 4460.0, 4433.0, 4432.0, 4432.0, 4442.0, 4433.0, 4422.0, 4452.0, 4453.0, 4473.0, 4474.0, 4432.0, 4432.0, 4442.0, 4443.0, 4435.0, 4503.0, 4475.0, 4446.0, 4445.0, 4454.0, 4432.0, 4434.0, 4505.0, 4483.0, 4475.0, 4495.0, 4452.0, 4433.0, 4418.0, 4449.0, 4451.0, 4461.0, 4491.0, 4433.0, 4432.0, 4421.0, 4429.0, 4431.0, 4431.0, 4472.0, 4433.0, 4431.0, 4451.0, 4429.0, 4419.0, 4429.0, 4419.0, 4420.0, 4479.0, 4441.0, 4420.0, 4420.0, 4438.0, 4420.0, 4439.0, 4460.0, 4431.0, 4421.0, 4440.0, 4420.0, 4419.0, 4450.0, 4432.0, 4432.0, 4482.0, 4431.0, 4432.0, 4450.0, 4430.0, 4431.0, 4480.0, 4461.0, 4434.0, 4471.0, 4430.0, 4421.0, 4438.0, 4431.0, 4431.0, 4461.0, 4431.0, 4420.0, 4451.0, 4431.0, 4422.0, 4452.0, 4444.0, 4432.0, 4451.0, 4432.0, 4441.0, 4452.0, 4433.0, 4493.0, 4454.0, 4423.0, 4441.0, 4442.0, 4433.0, 4473.0, 4443.0, 4434.0, 4453.0, 4432.0, 4429.0, 4462.0, 4453.0, 4446.0, 4484.0, 4435.0, 4433.0, 4452.0, 4433.0, 4445.0, 4474.0, 4446.0, 4495.0, 4454.0, 4433.0, 4453.0, 4443.0, 4454.0, 4504.0, 4484.0, 4445.0, 4472.0, 4430.0, 4430.0, 4472.0, 4472.0, 4471.0, 4442.0, 4420.0, 4418.0, 4439.0, 4420.0, 4440.0, 4441.0, 4432.0, 4419.0, 4439.0, 4430.0, 4461.0, 4440.0, 4422.0, 4430.0, 4430.0, 4431.0, 4451.0, 4432.0, 4421.0, 4451.0, 4431.0, 4422.0, 4451.0, 4432.0, 4441.0, 4440.0, 4422.0, 4440.0, 4429.0, 4431.0, 4452.0, 4432.0, 4434.0, 4452.0, 4435.0, 4434.0, 4476.0, 4446.0, 4436.0, 4454.0, 4435.0, 4421.0, 4456.0, 4446.0, 4496.0, 4476.0, 4435.0, 4434.0, 4453.0, 4433.0, 4474.0, 4474.0, 4444.0, 4484.0, 4443.0, 4432.0, 4463.0, 4453.0, 4454.0, 4493.0, 4474.0, 4422.0, 4451.0, 4440.0, 4422.0, 4493.0, 4473.0, 4452.0, 4490.0, 4430.0, 4422.0, 4428.0, 4408.0, 4398.0, 4375.0, 4365.0, 4382.0, 4447.0, 4500.0, 4469.0, 4458.0, 4476.0, 4466.0, 4445.0, 4443.0, 4463.0, 4454.0, 4475.0, 4515.0, 4498.0, 4459.0, 4496.0, 4456.0, 4434.0, 4481.0, 4471.0, 4471.0, 4492.0, 4441.0, 4431.0, 4452.0, 4442.0, 4433.0, 4463.0, 4444.0, 4503.0, 4484.0, 4443.0, 4461.0, 4441.0, 4419.0, 4452.0, 4421.0, 4490.0, 4461.0, 4451.0, 4461.0, 4431.0, 4431.0, 4449.0, 4420.0, 4460.0, 4440.0, 4440.0, 4480.0, 4433.0, 4481.0, 4452.0, 4421.0, 4460.0, 4451.0, 4472.0, 4493.0, 4444.0, 4477.0, 4452.0, 4422.0, 4472.0, 4443.0, 4433.0, 4451.0, 4433.0, 4420.0, 4452.0, 4422.0, 4472.0, 4454.0, 4433.0, 4463.0, 4434.0, 4422.0, 4453.0, 4434.0, 4493.0, 4463.0, 4432.0, 4452.0, 4432.0, 4430.0, 4442.0, 4422.0, 4473.0, 4434.0, 4432.0, 4453.0, 4430.0, 4473.0, 4454.0, 4447.0, 4474.0, 4445.0, 4422.0, 4442.0, 4434.0, 4472.0, 4455.0, 4448.0, 4465.0, 4449.0, 4441.0, 4441.0, 4393.0, 4464.0, 4426.0, 4393.0, 4457.0, 4451.0, 4435.0, 4468.0, 4391.0, 4449.0, 4486.0, 4445.0, 4484.0, 4475.0, 4433.0, 4461.0, 4431.0, 4431.0, 4452.0, 4431.0, 4433.0, 4463.0, 4455.0, 4447.0, 4497.0, 4509.0, 4507.0, 4464.0, 4431.0, 4461.0, 4441.0, 4421.0, 4463.0, 4454.0, 4464.0, 4484.0, 4445.0, 4434.0, 4453.0, 4423.0, 4440.0, 4454.0, 4433.0, 4484.0, 4444.0, 4446.0, 4467.0, 4444.0, 4434.0, 4465.0, 4456.0, 4506.0, 4486.0, 4446.0, 4475.0, 4454.0, 4445.0, 4454.0, 4454.0, 4474.0, 4506.0, 4467.0, 4466.0, 4453.0, 4434.0, 4462.0, 4440.0, 4421.0, 4472.0, 4454.0, 4432.0, 4455.0, 4442.0, 4431.0, 4450.0, 4420.0, 4460.0, 4433.0, 4420.0, 4451.0, 4434.0, 4473.0, 4442.0, 4432.0, 4451.0, 4432.0, 4431.0, 4450.0, 4421.0, 4462.0, 4444.0, 4434.0, 4474.0, 4435.0, 4434.0, 4453.0, 4433.0, 4443.0, 4455.0, 4446.0, 4507.0, 4457.0, 4448.0, 4456.0, 4456.0, 4448.0, 4479.0, 4480.0, 4511.0, 4522.0, 4472.0, 4511.0, 4470.0, 4437.0, 4465.0, 4447.0, 4506.0, 4487.0, 4456.0, 4476.0, 4445.0, 4443.0, 4442.0, 4432.0, 4493.0, 4474.0, 4482.0, 4453.0, 4432.0, 4460.0, 4440.0, 4430.0, 4481.0, 4431.0, 4481.0, 4440.0, 4420.0, 4449.0, 4431.0, 4430.0, 4450.0, 4421.0, 4491.0, 4432.0, 4422.0, 4450.0, 4432.0, 4420.0, 4452.0, 4433.0, 4492.0, 4443.0, 4432.0, 4461.0, 4433.0, 4472.0, 4473.0, 4434.0, 4482.0, 4442.0, 4421.0, 4453.0, 4432.0, 4492.0, 4452.0, 4431.0, 4450.0, 4431.0, 4461.0, 4462.0, 4422.0, 4481.0, 4431.0, 4420.0, 4451.0, 4421.0, 4471.0, 4452.0, 4432.0, 4462.0, 4431.0, 4421.0, 4451.0, 4432.0], 'WindowWidth': [9915.0, 9844.0, 9804.0, 9875.0, 9862.0, 9841.0, 9859.0, 9837.0, 9803.0, 9816.0, 9759.0, 9743.0, 9765.0, 9726.0, 9726.0, 9780.0, 9752.0, 9749.0, 9818.0, 9797.0, 9756.0, 9831.0, 9776.0, 9771.0, 9820.0, 9789.0, 9773.0, 9736.0, 9769.0, 9771.0, 9764.0, 9804.0, 9793.0, 9757.0, 9785.0, 9809.0, 9770.0, 9750.0, 9786.0, 9811.0, 9795.0, 9784.0, 9772.0, 9795.0, 9768.0, 9782.0, 9820.0, 9788.0, 9768.0, 9824.0, 9861.0, 9842.0, 9774.0, 9777.0, 9747.0, 9751.0, 9774.0, 9791.0, 9795.0, 9810.0, 9861.0, 9794.0, 9779.0, 9825.0, 9769.0, 9754.0, 9819.0, 9775.0, 9750.0, 9804.0, 9780.0, 9770.0, 9841.0, 9818.0, 9804.0, 9837.0, 9795.0, 9750.0, 9760.0, 9795.0, 9792.0, 9780.0, 9790.0, 9764.0, 9792.0, 9778.0, 9744.0, 9754.0, 9772.0, 9875.0, 9771.0, 9661.0, 9824.0, 9827.0, 9787.0, 9744.0, 9797.0, 9779.0, 9755.0, 9812.0, 9800.0, 9777.0, 9772.0, 9827.0, 9782.0, 9779.0, 9855.0, 9829.0, 9799.0, 9851.0, 9795.0, 9770.0, 9766.0, 9819.0, 9871.0, 9872.0, 9878.0, 9892.0, 9886.0, 9870.0, 9819.0, 9751.0, 9791.0, 9772.0, 9777.0, 9769.0, 9783.0, 9787.0, 9858.0, 9916.0, 9891.0, 9859.0, 9825.0, 9756.0, 9732.0, 9750.0, 9772.0, 9817.0, 9785.0, 9784.0, 9785.0, 9822.0, 9822.0, 9772.0, 9788.0, 9785.0, 9784.0, 9784.0, 9819.0, 9820.0, 9819.0, 9795.0, 9743.0, 9725.0, 9703.0, 9741.0, 9700.0, 9760.0, 9730.0, 9709.0, 9716.0, 9770.0, 9750.0, 9736.0, 9792.0, 9806.0, 9828.0, 9809.0, 9813.0, 9743.0, 9779.0, 9768.0, 9815.0, 9801.0, 9742.0, 9734.0, 9750.0, 9764.0, 9750.0, 9752.0, 9758.0, 9743.0, 9732.0, 9758.0, 9776.0, 9785.0, 9850.0, 9790.0, 9749.0, 9797.0, 9735.0, 9709.0, 9730.0, 9739.0, 9724.0, 9781.0, 9759.0, 9731.0, 9810.0, 9728.0, 9730.0, 9730.0, 9741.0, 9728.0, 9741.0, 9743.0, 9735.0, 9772.0, 9745.0, 9748.0, 9839.0, 9838.0, 9824.0, 9838.0, 9768.0, 9732.0, 9738.0, 9725.0, 9751.0, 9759.0, 9679.0, 9633.0, 9693.0, 9779.0, 9758.0, 9774.0, 9749.0, 9815.0, 9777.0, 9749.0, 9811.0, 9822.0, 9821.0, 9833.0, 9776.0, 9750.0, 9780.0, 9749.0, 9762.0, 9758.0, 9731.0, 9736.0, 9738.0, 9730.0, 9757.0, 9764.0, 9767.0, 9850.0, 9821.0, 9738.0, 9814.0, 9745.0, 9734.0, 9772.0, 9773.0, 9745.0, 9759.0, 9733.0, 9785.0, 9743.0, 9730.0, 9771.0, 9742.0, 9726.0, 9754.0, 9741.0, 9730.0, 9755.0, 9744.0, 9744.0, 9758.0, 9760.0, 9746.0, 9770.0, 9747.0, 9753.0, 9787.0, 9805.0, 9832.0, 9805.0, 9748.0, 9747.0, 9777.0, 9746.0, 9733.0, 9772.0, 9770.0, 9773.0, 9855.0, 9832.0, 9793.0, 9778.0, 9787.0, 9753.0, 9752.0, 9781.0, 9806.0, 9854.0, 9849.0, 9780.0, 9777.0, 9800.0, 9768.0, 9747.0, 9790.0, 9768.0, 9756.0, 9854.0, 9784.0, 9772.0, 9820.0, 9764.0, 9745.0, 9832.0, 9819.0, 9805.0, 9845.0, 9765.0, 9752.0, 9764.0, 9758.0, 9750.0, 9792.0, 9779.0, 9753.0, 9834.0, 9775.0, 9749.0, 9751.0, 9775.0, 9746.0, 9758.0, 9772.0, 9765.0, 9795.0, 9812.0, 9800.0, 9838.0, 9798.0, 9768.0, 9749.0, 9774.0, 9748.0, 9773.0, 9774.0, 9751.0, 9821.0, 9795.0, 9770.0, 9799.0, 9792.0, 9768.0, 9748.0, 9772.0, 9762.0, 9759.0, 9808.0, 9786.0, 9773.0, 9814.0, 9783.0, 9771.0, 9796.0, 9769.0, 9748.0, 9793.0, 9768.0, 9780.0, 9855.0, 9822.0, 9758.0, 9806.0, 9763.0, 9748.0, 9804.0, 9769.0, 9769.0, 9768.0, 9782.0, 9772.0, 9754.0, 9797.0, 9798.0, 9825.0, 9829.0, 9771.0, 9768.0, 9782.0, 9787.0, 9779.0, 9872.0, 9835.0, 9797.0, 9796.0, 9803.0, 9770.0, 9775.0, 9876.0, 9844.0, 9834.0, 9861.0, 9799.0, 9770.0, 9745.0, 9789.0, 9793.0, 9806.0, 9848.0, 9771.0, 9771.0, 9754.0, 9760.0, 9766.0, 9765.0, 9821.0, 9769.0, 9765.0, 9791.0, 9757.0, 9744.0, 9759.0, 9744.0, 9748.0, 9828.0, 9778.0, 9750.0, 9749.0, 9767.0, 9748.0, 9773.0, 9802.0, 9765.0, 9752.0, 9774.0, 9748.0, 9747.0, 9789.0, 9767.0, 9768.0, 9837.0, 9767.0, 9768.0, 9791.0, 9762.0, 9764.0, 9832.0, 9806.0, 9775.0, 9822.0, 9763.0, 9752.0, 9772.0, 9764.0, 9764.0, 9806.0, 9766.0, 9749.0, 9791.0, 9765.0, 9755.0, 9796.0, 9787.0, 9771.0, 9793.0, 9769.0, 9779.0, 9796.0, 9773.0, 9853.0, 9800.0, 9758.0, 9778.0, 9782.0, 9770.0, 9826.0, 9784.0, 9774.0, 9799.0, 9768.0, 9762.0, 9810.0, 9800.0, 9794.0, 9845.0, 9778.0, 9772.0, 9794.0, 9773.0, 9792.0, 9831.0, 9795.0, 9860.0, 9804.0, 9773.0, 9797.0, 9787.0, 9800.0, 9872.0, 9843.0, 9790.0, 9823.0, 9762.0, 9762.0, 9824.0, 9824.0, 9821.0, 9782.0, 9748.0, 9743.0, 9772.0, 9749.0, 9777.0, 9778.0, 9766.0, 9748.0, 9774.0, 9765.0, 9806.0, 9777.0, 9755.0, 9762.0, 9763.0, 9764.0, 9794.0, 9769.0, 9753.0, 9792.0, 9766.0, 9753.0, 9792.0, 9768.0, 9778.0, 9776.0, 9752.0, 9775.0, 9760.0, 9766.0, 9796.0, 9769.0, 9773.0, 9795.0, 9777.0, 9778.0, 9837.0, 9796.0, 9782.0, 9804.0, 9777.0, 9754.0, 9806.0, 9795.0, 9863.0, 9837.0, 9781.0, 9777.0, 9799.0, 9774.0, 9829.0, 9831.0, 9791.0, 9844.0, 9786.0, 9770.0, 9812.0, 9801.0, 9802.0, 9854.0, 9828.0, 9756.0, 9792.0, 9777.0, 9754.0, 9855.0, 9829.0, 9794.0, 9845.0, 9763.0, 9757.0, 9756.0, 9727.0, 9710.0, 9666.0, 9648.0, 9677.0, 9803.0, 9881.0, 9837.0, 9819.0, 9843.0, 9826.0, 9796.0, 9788.0, 9812.0, 9803.0, 9835.0, 9893.0, 9871.0, 9820.0, 9866.0, 9811.0, 9776.0, 9837.0, 9821.0, 9822.0, 9855.0, 9782.0, 9770.0, 9797.0, 9784.0, 9775.0, 9816.0, 9791.0, 9871.0, 9845.0, 9789.0, 9809.0, 9782.0, 9750.0, 9798.0, 9753.0, 9848.0, 9810.0, 9794.0, 9809.0, 9768.0, 9768.0, 9789.0, 9750.0, 9803.0, 9778.0, 9778.0, 9835.0, 9775.0, 9837.0, 9797.0, 9753.0, 9805.0, 9796.0, 9824.0, 9858.0, 9794.0, 9840.0, 9796.0, 9756.0, 9824.0, 9785.0, 9771.0, 9794.0, 9772.0, 9751.0, 9797.0, 9757.0, 9824.0, 9802.0, 9774.0, 9815.0, 9777.0, 9757.0, 9798.0, 9775.0, 9855.0, 9814.0, 9770.0, 9796.0, 9769.0, 9762.0, 9782.0, 9755.0, 9827.0, 9774.0, 9770.0, 9799.0, 9766.0, 9824.0, 9805.0, 9800.0, 9831.0, 9790.0, 9754.0, 9779.0, 9773.0, 9825.0, 9806.0, 9803.0, 9820.0, 9805.0, 9795.0, 9776.0, 9701.0, 9795.0, 9747.0, 9702.0, 9794.0, 9807.0, 9777.0, 9818.0, 9692.0, 9794.0, 9858.0, 9799.0, 9849.0, 9836.0, 9776.0, 9806.0, 9766.0, 9768.0, 9795.0, 9768.0, 9774.0, 9817.0, 9807.0, 9800.0, 9872.0, 9890.0, 9884.0, 9820.0, 9770.0, 9807.0, 9780.0, 9753.0, 9815.0, 9805.0, 9817.0, 9847.0, 9795.0, 9779.0, 9802.0, 9761.0, 9779.0, 9804.0, 9777.0, 9847.0, 9793.0, 9798.0, 9824.0, 9792.0, 9777.0, 9821.0, 9812.0, 9879.0, 9853.0, 9799.0, 9836.0, 9804.0, 9792.0, 9804.0, 9806.0, 9833.0, 9881.0, 9827.0, 9824.0, 9803.0, 9777.0, 9810.0, 9777.0, 9753.0, 9826.0, 9803.0, 9773.0, 9806.0, 9786.0, 9769.0, 9792.0, 9753.0, 9806.0, 9772.0, 9752.0, 9793.0, 9776.0, 9826.0, 9785.0, 9771.0, 9795.0, 9770.0, 9766.0, 9793.0, 9755.0, 9811.0, 9791.0, 9780.0, 9834.0, 9780.0, 9778.0, 9800.0, 9776.0, 9788.0, 9808.0, 9799.0, 9884.0, 9816.0, 9805.0, 9813.0, 9812.0, 9803.0, 9847.0, 9851.0, 9896.0, 9914.0, 9846.0, 9898.0, 9838.0, 9787.0, 9822.0, 9800.0, 9881.0, 9855.0, 9814.0, 9838.0, 9796.0, 9789.0, 9784.0, 9771.0, 9858.0, 9831.0, 9840.0, 9803.0, 9772.0, 9806.0, 9778.0, 9764.0, 9837.0, 9768.0, 9836.0, 9780.0, 9751.0, 9790.0, 9766.0, 9767.0, 9791.0, 9754.0, 9852.0, 9772.0, 9757.0, 9794.0, 9769.0, 9754.0, 9798.0, 9774.0, 9855.0, 9788.0, 9774.0, 9809.0, 9775.0, 9828.0, 9831.0, 9777.0, 9842.0, 9784.0, 9753.0, 9800.0, 9771.0, 9853.0, 9799.0, 9769.0, 9793.0, 9768.0, 9807.0, 9811.0, 9759.0, 9837.0, 9767.0, 9753.0, 9795.0, 9755.0, 9823.0, 9798.0, 9773.0, 9812.0, 9770.0, 9756.0, 9796.0, 9772.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.015315195402298849</td></tr>
<tr><td colspan=3>aqi</td><td>0.09625109390804598</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.817812069033415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1738717310241664</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1172698898734172</td></tr>
<tr><td colspan=3>efc</td><td>0.4457</td></tr>
<tr><td colspan=3>fber</td><td>8106.4741</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21307858198943985</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>166</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.080459770114942</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7689027184633304</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.580405756660151</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.018583928031351</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7077184706984894</td></tr>
<tr><td colspan=3>gcor</td><td>0.00488048</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007878018543124199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02499248832464218</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6845767194825503</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>20.7498</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.1964</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305232.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.8779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7008</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.8769</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.5596</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.0016</td></tr>
<tr><td colspan=3>tsnr</td><td>20.788337991922162</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>