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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-03_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-03_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-0030/ses-01/func/sub-0030_ses-01_task-social_acq-mb8_run-03_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>e7785d51fa033ecb03f6bc05f6d4132d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:22:57.047500</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.995708, -0.0166834, 0.0910373, 0.0298998, 0.988861, -0.145807]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.102539</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7705, -7256, 437, -117, -310, -112, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1ea34e1-b5aa-4629-b172-58006f26bfaa||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.6714110374450684, 0.08021902292966843, 0.23649485409259796, 103.17628479003906], [0.0447603315114975, 2.6530418395996094, -0.3993397355079651, -89.08854675292969], [0.2442464381456375, 0.3911907374858856, 2.6598117351531982, -114.89617919921875], [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': ['182257.047500', '182257.507500', '182257.967500', '182258.427500', '182258.887500', '182259.347500', '182259.807500', '182300.267500', '182300.727500', '182301.187500', '182301.647500', '182302.107500', '182302.567500', '182303.027500', '182303.487500', '182303.947500', '182304.407500', '182304.867500', '182305.327500', '182305.787500', '182306.247500', '182306.707500', '182307.167500', '182307.627500', '182308.087500', '182308.547500', '182309.007500', '182309.467500', '182309.927500', '182310.387500', '182310.847500', '182311.307500', '182311.767500', '182312.227500', '182312.687500', '182313.147500', '182313.607500', '182314.067500', '182314.527500', '182314.987500', '182315.447500', '182315.907500', '182316.367500', '182316.827500', '182317.287500', '182317.747500', '182318.207500', '182318.667500', '182319.127500', '182319.587500', '182320.047500', '182320.507500', '182320.967500', '182321.427500', '182321.887500', '182322.347500', '182322.807500', '182323.267500', '182323.727500', '182324.187500', '182324.647500', '182325.107500', '182325.567500', '182326.027500', '182326.487500', '182326.947500', '182327.407500', '182327.867500', '182328.327500', '182328.787500', '182329.247500', '182329.707500', '182330.167500', '182330.627500', '182331.087500', '182331.547500', '182332.007500', '182332.467500', '182332.927500', '182333.387500', '182333.847500', '182334.307500', '182334.767500', '182335.227500', '182335.687500', '182336.147500', '182336.607500', '182337.067500', '182337.527500', '182337.987500', '182338.447500', '182338.907500', '182339.367500', '182339.827500', '182340.287500', '182340.747500', '182341.207500', '182341.667500', '182342.127500', '182342.587500', '182343.047500', '182343.507500', '182343.967500', '182344.427500', '182344.887500', '182345.347500', '182345.807500', '182346.267500', '182346.727500', '182347.187500', '182347.647500', '182348.107500', '182348.567500', '182349.027500', '182349.487500', '182349.947500', '182350.407500', '182350.867500', '182351.327500', '182351.787500', '182352.247500', '182352.707500', '182353.167500', '182353.627500', '182354.087500', '182354.547500', '182355.007500', '182355.467500', '182355.927500', '182356.387500', '182356.847500', '182357.307500', '182357.767500', '182358.227500', '182358.687500', '182359.147500', '182359.607500', '182400.067500', '182400.527500', '182400.987500', '182401.447500', '182401.907500', '182402.367500', '182402.827500', '182403.287500', '182403.747500', '182404.207500', '182404.667500', '182405.127500', '182405.587500', '182406.047500', '182406.507500', '182406.967500', '182407.427500', '182407.887500', '182408.347500', '182408.807500', '182409.267500', '182409.727500', '182410.187500', '182410.647500', '182411.107500', '182411.567500', '182412.027500', '182412.487500', '182412.947500', '182413.407500', '182413.867500', '182414.327500', '182414.787500', '182415.247500', '182415.707500', '182416.167500', '182416.627500', '182417.087500', '182417.547500', '182418.007500', '182418.467500', '182418.927500', '182419.387500', '182419.847500', '182420.307500', '182420.767500', '182421.227500', '182421.687500', '182422.147500', '182422.607500', '182423.067500', '182423.527500', '182423.987500', '182424.447500', '182424.907500', '182425.367500', '182425.827500', '182426.287500', '182426.747500', '182427.207500', '182427.667500', '182428.127500', '182428.587500', '182429.047500', '182429.507500', '182429.967500', '182430.427500', '182430.887500', '182431.347500', '182431.807500', '182432.267500', '182432.727500', '182433.187500', '182433.647500', '182434.107500', '182434.567500', '182435.027500', '182435.487500', '182435.947500', '182436.407500', '182436.867500', '182437.327500', '182437.787500', '182438.247500', '182438.707500', '182439.167500', '182439.627500', '182440.087500', '182440.547500', '182441.007500', '182441.467500', '182441.927500', '182442.387500', '182442.847500', '182443.307500', '182443.767500', '182444.227500', '182444.687500', '182445.147500', '182445.607500', '182446.067500', '182446.527500', '182446.987500', '182447.447500', '182447.907500', '182448.367500', '182448.827500', '182449.287500', '182449.747500', '182450.207500', '182450.667500', '182451.127500', '182451.587500', '182452.047500', '182452.507500', '182452.967500', '182453.427500', '182453.887500', '182454.347500', '182454.807500', '182455.267500', '182455.727500', '182456.187500', '182456.647500', '182457.107500', '182457.567500', '182458.027500', '182458.487500', '182458.947500', '182459.407500', '182459.867500', '182500.327500', '182500.787500', '182501.247500', '182501.707500', '182502.167500', '182502.627500', '182503.087500', '182503.547500', '182504.007500', '182504.467500', '182504.927500', '182505.387500', '182505.847500', '182506.307500', '182506.767500', '182507.227500', '182507.687500', '182508.147500', '182508.607500', '182509.067500', '182509.527500', '182509.987500', '182510.447500', '182510.907500', '182511.367500', '182511.827500', '182512.287500', '182512.747500', '182513.207500', '182513.667500', '182514.127500', '182514.587500', '182515.047500', '182515.507500', '182515.967500', '182516.427500', '182516.887500', '182517.347500', '182517.807500', '182518.267500', '182518.727500', '182519.187500', '182519.647500', '182520.107500', '182520.567500', '182521.027500', '182521.487500', '182521.947500', '182522.407500', '182522.867500', '182523.327500', '182523.787500', '182524.247500', '182524.707500', '182525.167500', '182525.627500', '182526.087500', '182526.547500', '182527.007500', '182527.467500', '182527.927500', '182528.387500', '182528.847500', '182529.307500', '182529.767500', '182530.227500', '182530.687500', '182531.147500', '182531.607500', '182532.067500', '182532.527500', '182532.987500', '182533.447500', '182533.907500', '182534.367500', '182534.827500', '182535.287500', '182535.747500', '182536.207500', '182536.667500', '182537.127500', '182537.587500', '182538.047500', '182538.507500', '182538.967500', '182539.427500', '182539.887500', '182540.347500', '182540.807500', '182541.267500', '182541.727500', '182542.187500', '182542.647500', '182543.107500', '182543.567500', '182544.027500', '182544.487500', '182544.947500', '182545.407500', '182545.867500', '182546.327500', '182546.787500', '182547.247500', '182547.707500', '182548.167500', '182548.627500', '182549.087500', '182549.547500', '182550.007500', '182550.467500', '182550.927500', '182551.387500', '182551.847500', '182552.307500', '182552.767500', '182553.227500', '182553.687500', '182554.147500', '182554.607500', '182555.067500', '182555.527500', '182555.987500', '182556.447500', '182556.907500', '182557.367500', '182557.827500', '182558.287500', '182558.747500', '182559.207500', '182559.667500', '182600.127500', '182600.587500', '182601.047500', '182601.507500', '182601.967500', '182602.427500', '182602.887500', '182603.347500', '182603.807500', '182604.267500', '182604.727500', '182605.187500', '182605.647500', '182606.107500', '182606.567500', '182607.027500', '182607.487500', '182607.947500', '182608.407500', '182608.867500', '182609.327500', '182609.787500', '182610.247500', '182610.707500', '182611.167500', '182611.627500', '182612.087500', '182612.547500', '182613.007500', '182613.467500', '182613.927500', '182614.387500', '182614.847500', '182615.307500', '182615.767500', '182616.227500', '182616.687500', '182617.147500', '182617.607500', '182618.067500', '182618.527500', '182618.987500', '182619.447500', '182619.907500', '182620.367500', '182620.827500', '182621.287500', '182621.747500', '182622.207500', '182622.667500', '182623.127500', '182623.587500', '182624.047500', '182624.507500', '182624.967500', '182625.427500', '182625.887500', '182626.347500', '182626.807500', '182627.267500', '182627.727500', '182628.187500', '182628.647500', '182629.107500', '182629.567500', '182630.027500', '182630.487500', '182630.947500', '182631.407500', '182631.867500', '182632.327500', '182632.787500', '182633.247500', '182633.707500', '182634.167500', '182634.627500', '182635.087500', '182635.547500', '182636.007500', '182636.467500', '182636.927500', '182637.387500', '182637.847500', '182638.307500', '182638.767500', '182639.227500', '182639.687500', '182640.147500', '182640.607500', '182641.067500', '182641.527500', '182641.987500', '182642.447500', '182642.907500', '182643.367500', '182643.827500', '182644.287500', '182644.747500', '182645.207500', '182645.667500', '182646.127500', '182646.587500', '182647.047500', '182647.507500', '182647.967500', '182648.427500', '182648.887500', '182649.347500', '182649.807500', '182650.267500', '182650.727500', '182651.187500', '182651.647500', '182652.107500', '182652.567500', '182653.027500', '182653.487500', '182653.947500', '182654.407500', '182654.867500', '182655.327500', '182655.787500', '182656.247500', '182656.707500', '182657.167500', '182657.627500', '182658.087500', '182658.547500', '182659.007500', '182659.467500', '182659.927500', '182700.387500', '182700.847500', '182701.307500', '182701.767500', '182702.227500', '182702.687500', '182703.147500', '182703.607500', '182704.067500', '182704.527500', '182704.987500', '182705.447500', '182705.907500', '182706.367500', '182706.827500', '182707.287500', '182707.747500', '182708.207500', '182708.667500', '182709.127500', '182709.587500', '182710.047500', '182710.507500', '182710.967500', '182711.427500', '182711.887500', '182712.347500', '182712.807500', '182713.267500', '182713.727500', '182714.187500', '182714.647500', '182715.107500', '182715.567500', '182716.027500', '182716.487500', '182716.947500', '182717.407500', '182717.867500', '182718.327500', '182718.787500', '182719.247500', '182719.707500', '182720.167500', '182720.627500', '182721.087500', '182721.547500', '182722.007500', '182722.467500', '182722.927500', '182723.387500', '182723.847500', '182724.307500', '182724.767500', '182725.227500', '182725.687500', '182726.147500', '182726.607500', '182727.067500', '182727.527500', '182727.987500', '182728.447500', '182728.907500', '182729.367500', '182729.827500', '182730.287500', '182730.747500', '182731.207500', '182731.667500', '182732.127500', '182732.587500', '182733.047500', '182733.507500', '182733.967500', '182734.427500', '182734.887500', '182735.347500', '182735.807500', '182736.267500', '182736.727500', '182737.187500', '182737.647500', '182738.107500', '182738.567500', '182739.027500', '182739.487500', '182739.947500', '182740.407500', '182740.867500', '182741.327500', '182741.787500', '182742.247500', '182742.707500', '182743.167500', '182743.627500', '182744.087500', '182744.547500', '182745.007500', '182745.467500', '182745.927500', '182746.387500', '182746.847500', '182747.307500', '182747.767500', '182748.227500', '182748.687500', '182749.147500', '182749.607500', '182750.067500', '182750.527500', '182750.987500', '182751.447500', '182751.907500', '182752.367500', '182752.827500', '182753.287500', '182753.747500', '182754.207500', '182754.667500', '182755.127500', '182755.587500', '182756.047500', '182756.507500', '182756.967500', '182757.427500', '182757.887500', '182758.347500', '182758.807500', '182759.267500', '182759.727500', '182800.187500', '182800.647500', '182801.107500', '182801.567500', '182802.027500', '182802.487500', '182802.947500', '182803.407500', '182803.867500', '182804.327500', '182804.787500', '182805.247500', '182805.707500', '182806.167500', '182806.627500', '182807.087500', '182807.547500', '182808.007500', '182808.467500', '182808.927500', '182809.387500', '182809.847500', '182810.307500', '182810.767500', '182811.227500', '182811.687500', '182812.147500', '182812.607500', '182813.067500', '182813.527500', '182813.987500', '182814.447500', '182814.907500', '182815.367500', '182815.827500', '182816.287500', '182816.747500', '182817.207500', '182817.667500', '182818.127500', '182818.587500', '182819.047500', '182819.507500', '182819.967500', '182820.427500', '182820.887500', '182821.347500', '182821.807500', '182822.267500', '182822.727500', '182823.187500', '182823.647500', '182824.107500', '182824.567500', '182825.027500', '182825.487500', '182825.947500', '182826.407500', '182826.867500', '182827.327500', '182827.787500', '182828.247500', '182828.707500', '182829.167500', '182829.627500', '182830.087500', '182830.547500', '182831.007500', '182831.467500', '182831.927500', '182832.387500', '182832.847500', '182833.307500', '182833.767500', '182834.227500', '182834.687500', '182835.147500', '182835.607500', '182836.067500', '182836.527500', '182836.987500', '182837.447500', '182837.907500', '182838.367500', '182838.827500', '182839.287500', '182839.747500', '182840.207500', '182840.667500', '182841.127500', '182841.587500', '182842.047500', '182842.507500', '182842.967500', '182843.427500', '182843.887500', '182844.347500', '182844.807500', '182845.267500', '182845.727500', '182846.187500', '182846.647500', '182847.107500', '182847.567500', '182848.027500', '182848.487500', '182848.947500', '182849.407500', '182849.867500', '182850.327500', '182850.787500', '182851.247500', '182851.707500', '182852.167500', '182852.627500', '182853.087500', '182853.547500', '182854.007500', '182854.467500', '182854.927500', '182855.387500', '182855.847500', '182856.307500', '182856.767500', '182857.227500', '182857.687500', '182858.147500', '182858.607500', '182859.067500', '182859.527500', '182859.987500', '182900.447500', '182900.907500', '182901.367500', '182901.827500', '182902.287500', '182902.747500', '182903.207500', '182903.667500', '182904.127500', '182904.587500', '182905.047500', '182905.507500', '182905.967500', '182906.427500', '182906.887500', '182907.347500', '182907.807500', '182908.267500', '182908.727500', '182909.187500', '182909.647500', '182910.107500', '182910.567500', '182911.027500', '182911.487500', '182911.947500', '182912.407500', '182912.867500', '182913.327500', '182913.787500', '182914.247500', '182914.707500', '182915.167500', '182915.627500', '182916.087500', '182916.547500', '182917.007500', '182917.467500', '182917.927500', '182918.387500', '182918.847500', '182919.307500', '182919.767500', '182920.227500', '182920.687500', '182921.147500', '182921.607500', '182922.067500', '182922.527500', '182922.987500', '182923.447500', '182923.907500', '182924.367500', '182924.827500', '182925.287500', '182925.747500', '182926.207500', '182926.667500', '182927.127500', '182927.587500', '182928.047500', '182928.507500', '182928.967500', '182929.427500', '182929.887500', '182930.347500', '182930.807500', '182931.267500', '182931.727500', '182932.187500', '182932.647500', '182933.107500', '182933.567500', '182934.027500', '182934.487500', '182934.947500', '182935.407500', '182935.867500', '182936.327500', '182936.787500', '182937.247500', '182937.707500'], 'ContentTime': ['182313.529000', '182313.532000', '182313.535000', '182313.537000', '182313.540000', '182313.543000', '182313.545000', '182313.548000', '182313.550000', '182313.553000', '182313.583000', '182313.585000', '182313.588000', '182313.594000', '182313.597000', '182313.600000', '182313.602000', '182313.605000', '182313.607000', '182313.610000', '182313.613000', '182313.615000', '182313.618000', '182313.620000', '182313.623000', '182313.625000', '182313.628000', '182313.631000', '182313.633000', '182313.636000', '182313.638000', '182313.641000', '182333.503000', '182333.506000', '182333.509000', '182333.511000', '182333.514000', '182333.516000', '182333.519000', '182333.521000', '182333.524000', '182333.527000', '182333.529000', '182333.532000', '182333.534000', '182333.537000', '182333.539000', '182333.542000', '182333.544000', '182333.547000', '182333.549000', '182333.552000', '182333.554000', '182333.557000', '182333.560000', '182333.562000', '182333.565000', '182333.571000', '182333.574000', '182333.576000', '182333.579000', '182333.581000', '182333.584000', '182333.586000', '182333.589000', '182333.591000', '182333.594000', '182333.597000', '182333.599000', '182333.602000', '182333.604000', '182333.607000', '182333.610000', '182333.612000', '182333.615000', '182333.617000', '182353.503000', '182353.506000', '182353.509000', '182353.511000', '182353.514000', '182353.516000', '182353.519000', '182353.521000', '182353.524000', '182353.527000', '182353.530000', '182353.533000', '182353.535000', '182353.538000', '182353.541000', '182353.543000', '182353.546000', '182353.548000', '182353.556000', '182353.559000', '182353.561000', '182353.564000', '182353.581000', '182353.583000', '182353.586000', '182353.589000', '182353.591000', '182353.594000', '182353.596000', '182353.599000', '182353.601000', '182353.604000', '182353.607000', '182353.609000', '182353.612000', '182353.614000', '182353.617000', '182353.620000', '182353.622000', '182353.625000', '182353.627000', '182353.630000', '182353.632000', '182413.504000', '182413.506000', '182413.509000', '182413.511000', '182413.514000', '182413.517000', '182413.519000', '182413.522000', '182413.524000', '182413.527000', '182413.529000', '182413.532000', '182413.535000', '182413.537000', '182413.540000', '182413.542000', '182413.545000', '182413.548000', '182413.550000', '182413.553000', '182413.555000', '182413.558000', '182413.560000', '182413.563000', '182413.566000', '182413.568000', '182413.571000', '182413.573000', '182413.576000', '182413.578000', '182413.581000', '182413.584000', '182413.586000', '182413.589000', '182413.591000', '182413.594000', '182413.597000', '182413.599000', '182413.602000', '182413.604000', '182413.607000', '182413.609000', '182413.612000', '182413.615000', '182433.504000', '182433.506000', '182433.509000', '182433.512000', '182433.514000', '182433.517000', '182433.520000', '182433.522000', '182433.525000', '182433.527000', '182433.530000', '182433.532000', '182433.535000', '182433.538000', '182433.540000', '182433.543000', '182433.545000', '182433.548000', '182433.550000', '182433.553000', '182433.556000', '182433.558000', '182433.561000', '182433.563000', '182433.566000', '182433.569000', '182433.571000', '182433.574000', '182433.576000', '182433.579000', '182433.581000', '182433.584000', '182433.587000', '182433.589000', '182433.592000', '182433.595000', '182433.597000', '182433.600000', '182433.602000', '182433.605000', '182433.608000', '182433.610000', '182433.613000', '182453.504000', '182453.506000', '182453.509000', '182453.512000', '182453.514000', '182453.517000', '182453.519000', '182453.522000', '182453.524000', '182453.527000', '182453.530000', '182453.532000', '182453.535000', '182453.538000', '182453.540000', '182453.543000', '182453.545000', '182453.548000', '182453.550000', '182453.553000', '182453.556000', '182453.558000', '182453.561000', '182453.563000', '182453.566000', '182453.569000', '182453.571000', '182453.574000', '182453.576000', '182453.579000', '182453.582000', '182453.584000', '182453.587000', '182453.589000', '182453.592000', '182453.595000', '182453.597000', '182453.600000', '182453.602000', '182453.605000', '182453.607000', '182453.610000', '182453.613000', '182453.615000', '182513.503000', '182513.506000', '182513.509000', '182513.511000', '182513.514000', '182513.517000', '182513.519000', '182513.522000', '182513.524000', '182513.527000', '182513.530000', '182513.533000', '182513.536000', '182513.539000', '182513.541000', '182513.544000', '182513.546000', '182513.549000', '182513.551000', '182513.554000', '182513.557000', '182513.559000', '182513.562000', '182513.565000', '182513.568000', '182513.570000', '182513.573000', '182513.575000', '182513.578000', '182513.581000', '182513.583000', '182513.586000', '182513.588000', '182513.591000', '182513.594000', '182513.596000', '182513.599000', '182513.601000', '182513.604000', '182513.607000', '182513.609000', '182513.612000', '182513.614000', '182533.503000', '182533.506000', '182533.509000', '182533.511000', '182533.514000', '182533.517000', '182533.519000', '182533.522000', '182533.524000', '182533.527000', '182533.530000', '182533.532000', '182533.535000', '182533.537000', '182533.540000', '182533.543000', '182533.545000', '182533.548000', '182533.560000', '182533.563000', '182533.565000', '182533.568000', '182533.571000', '182533.573000', '182533.576000', '182533.578000', '182533.581000', '182533.584000', '182533.586000', '182533.589000', '182533.591000', '182533.594000', '182533.596000', '182533.599000', '182533.602000', '182533.605000', '182533.607000', '182533.610000', '182533.612000', '182533.615000', '182533.617000', '182533.620000', '182533.622000', '182533.625000', '182553.504000', '182553.506000', '182553.509000', '182553.512000', '182553.514000', '182553.517000', '182553.520000', '182553.522000', '182553.525000', '182553.527000', '182553.530000', '182553.532000', '182553.535000', '182553.538000', '182553.540000', '182553.543000', '182553.545000', '182553.548000', '182553.551000', '182553.553000', '182553.556000', '182553.558000', '182553.561000', '182553.564000', '182553.566000', '182553.569000', '182553.571000', '182553.574000', '182553.576000', '182553.579000', '182553.582000', '182553.584000', '182553.587000', '182553.589000', '182553.592000', '182553.594000', '182553.597000', '182553.600000', '182553.602000', '182553.605000', '182553.607000', '182553.610000', '182553.613000', '182613.504000', '182613.506000', '182613.509000', '182613.512000', '182613.514000', '182613.517000', '182613.520000', '182613.522000', '182613.525000', '182613.527000', '182613.530000', '182613.532000', '182613.535000', '182613.538000', '182613.540000', '182613.543000', '182613.546000', '182613.548000', '182613.551000', '182613.553000', '182613.556000', '182613.558000', '182613.561000', '182613.563000', '182613.566000', '182613.569000', '182613.571000', '182613.574000', '182613.576000', '182613.579000', '182613.582000', '182613.584000', '182613.587000', '182613.589000', '182613.592000', '182613.595000', '182613.597000', '182613.600000', '182613.602000', '182613.605000', '182613.607000', '182613.610000', '182613.613000', '182613.615000', '182633.504000', '182633.507000', '182633.509000', '182633.512000', '182633.514000', '182633.517000', '182633.520000', '182633.522000', '182633.525000', '182633.527000', '182633.530000', '182633.532000', '182633.535000', '182633.537000', '182633.540000', '182633.543000', '182633.545000', '182633.548000', '182633.551000', '182633.553000', '182633.556000', '182633.558000', '182633.561000', '182633.564000', '182633.567000', '182633.570000', '182633.573000', '182633.575000', '182633.578000', '182633.581000', '182633.583000', '182633.586000', '182633.588000', '182633.591000', '182633.594000', '182633.596000', '182633.599000', '182633.602000', '182633.605000', '182633.607000', '182633.610000', '182633.613000', '182633.615000', '182653.503000', '182653.506000', '182653.509000', '182653.511000', '182653.514000', '182653.516000', '182653.519000', '182653.522000', '182653.524000', '182653.527000', '182653.529000', '182653.532000', '182653.534000', '182653.537000', '182653.540000', '182653.542000', '182653.545000', '182653.548000', '182653.550000', '182653.553000', '182653.555000', '182653.558000', '182653.560000', '182653.563000', '182653.565000', '182653.568000', '182653.571000', '182653.573000', '182653.576000', '182653.579000', '182653.581000', '182653.584000', '182653.586000', '182653.589000', '182653.591000', '182653.594000', '182653.597000', '182653.599000', '182653.602000', '182653.604000', '182653.607000', '182653.610000', '182653.612000', '182653.615000', '182713.504000', '182713.506000', '182713.509000', '182713.512000', '182713.514000', '182713.517000', '182713.520000', '182713.522000', '182713.525000', '182713.527000', '182713.530000', '182713.532000', '182713.535000', '182713.538000', '182713.540000', '182713.543000', '182713.545000', '182713.548000', '182713.551000', '182713.553000', '182713.560000', '182713.563000', '182713.565000', '182713.568000', '182713.571000', '182713.573000', '182713.576000', '182713.578000', '182713.581000', '182713.584000', '182713.586000', '182713.589000', '182713.592000', '182713.594000', '182713.597000', '182713.600000', '182713.602000', '182713.605000', '182713.608000', '182713.611000', '182713.613000', '182713.616000', '182713.618000', '182733.503000', '182733.506000', '182733.509000', '182733.512000', '182733.514000', '182733.517000', '182733.519000', '182733.522000', '182733.524000', '182733.527000', '182733.530000', '182733.532000', '182733.535000', '182733.538000', '182733.540000', '182733.543000', '182733.545000', '182733.548000', '182733.551000', '182733.553000', '182733.556000', '182733.558000', '182733.561000', '182733.563000', '182733.566000', '182733.569000', '182733.571000', '182733.574000', '182733.577000', '182733.579000', '182733.582000', '182733.584000', '182733.587000', '182733.589000', '182733.592000', '182733.595000', '182733.597000', '182733.600000', '182733.602000', '182733.605000', '182733.608000', '182733.610000', '182733.613000', '182733.615000', '182753.504000', '182753.506000', '182753.509000', '182753.512000', '182753.514000', '182753.517000', '182753.519000', '182753.522000', '182753.524000', '182753.527000', '182753.530000', '182753.532000', '182753.535000', '182753.537000', '182753.540000', '182753.543000', '182753.545000', '182753.548000', '182753.550000', '182753.553000', '182753.555000', '182753.558000', '182753.561000', '182753.563000', '182753.566000', '182753.568000', '182753.571000', '182753.574000', '182753.576000', '182753.579000', '182753.581000', '182753.584000', '182753.586000', '182753.589000', '182753.592000', '182753.594000', '182753.597000', '182753.600000', '182753.602000', '182753.605000', '182753.608000', '182753.610000', '182753.613000', '182813.504000', '182813.506000', '182813.509000', '182813.512000', '182813.514000', '182813.517000', '182813.519000', '182813.522000', '182813.525000', '182813.527000', '182813.530000', '182813.532000', '182813.535000', '182813.537000', '182813.540000', '182813.543000', '182813.545000', '182813.548000', '182813.550000', '182813.553000', '182813.556000', '182813.558000', '182813.561000', '182813.563000', '182813.566000', '182813.568000', '182813.571000', '182813.574000', '182813.576000', '182813.579000', '182813.581000', '182813.584000', '182813.586000', '182813.589000', '182813.592000', '182813.594000', '182813.597000', '182813.599000', '182813.602000', '182813.605000', '182813.607000', '182813.610000', '182813.613000', '182813.615000', '182833.504000', '182833.507000', '182833.509000', '182833.512000', '182833.514000', '182833.517000', '182833.519000', '182833.522000', '182833.525000', '182833.527000', '182833.530000', '182833.533000', '182833.535000', '182833.538000', '182833.540000', '182833.543000', '182833.546000', '182833.548000', '182833.551000', '182833.553000', '182833.556000', '182833.558000', '182833.561000', '182833.564000', '182833.574000', '182833.576000', '182833.579000', '182833.581000', '182833.584000', '182833.587000', '182833.589000', '182833.592000', '182833.594000', '182833.597000', '182833.600000', '182833.602000', '182833.605000', '182833.607000', '182833.610000', '182833.613000', '182833.615000', '182833.618000', '182833.620000', '182853.504000', '182853.506000', '182853.509000', '182853.512000', '182853.514000', '182853.517000', '182853.519000', '182853.522000', '182853.525000', '182853.527000', '182853.530000', '182853.533000', '182853.535000', '182853.538000', '182853.540000', '182853.543000', '182853.545000', '182853.548000', '182853.551000', '182853.553000', '182853.556000', '182853.558000', '182853.561000', '182853.564000', '182853.566000', '182853.569000', '182853.571000', '182853.574000', '182853.577000', '182853.579000', '182853.582000', '182853.584000', '182853.587000', '182853.590000', '182853.592000', '182853.595000', '182853.598000', '182853.600000', '182853.603000', '182853.605000', '182853.608000', '182853.611000', '182853.613000', '182853.617000', '182913.504000', '182913.506000', '182913.509000', '182913.512000', '182913.514000', '182913.517000', '182913.519000', '182913.522000', '182913.525000', '182913.527000', '182913.530000', '182913.532000', '182913.535000', '182913.537000', '182913.540000', '182913.543000', '182913.545000', '182913.548000', '182913.550000', '182913.553000', '182913.555000', '182913.558000', '182913.560000', '182913.563000', '182913.566000', '182913.568000', '182913.571000', '182913.573000', '182913.576000', '182913.579000', '182913.581000', '182913.584000', '182913.586000', '182913.589000', '182913.591000', '182913.594000', '182913.597000', '182913.599000', '182913.602000', '182913.604000', '182913.607000', '182913.610000', '182913.612000', '182933.503000', '182933.506000', '182933.509000', '182933.511000', '182933.514000', '182933.517000', '182933.519000', '182933.522000', '182933.524000', '182933.527000', '182933.529000', '182933.532000', '182933.535000', '182933.537000', '182933.540000', '182933.542000', '182933.545000', '182933.547000', '182933.550000', '182933.553000', '182933.555000', '182933.558000', '182933.560000', '182933.563000', '182933.566000', '182933.568000', '182933.571000', '182933.573000', '182933.576000', '182933.579000', '182933.581000', '182933.584000', '182933.586000', '182933.589000', '182933.591000', '182933.594000', '182933.597000', '182933.599000', '182933.602000', '182933.604000', '182933.607000', '182933.610000', '182933.613000', '182933.615000', '182939.385000', '182939.388000', '182939.391000', '182939.394000', '182939.397000', '182939.400000', '182939.403000', '182939.405000', '182939.408000', '182939.411000', '182939.414000', '182939.417000', '182939.420000'], 'InstanceCreationTime': ['182313.529000', '182313.532000', '182313.535000', '182313.537000', '182313.540000', '182313.543000', '182313.545000', '182313.548000', '182313.550000', '182313.553000', '182313.583000', '182313.585000', '182313.588000', '182313.594000', '182313.597000', '182313.600000', '182313.602000', '182313.605000', '182313.607000', '182313.610000', '182313.613000', '182313.615000', '182313.618000', '182313.620000', '182313.623000', '182313.625000', '182313.628000', '182313.631000', '182313.633000', '182313.636000', '182313.638000', '182313.641000', '182333.503000', '182333.506000', '182333.509000', '182333.511000', '182333.514000', '182333.516000', '182333.519000', '182333.521000', '182333.524000', '182333.527000', '182333.529000', '182333.532000', '182333.534000', '182333.537000', '182333.539000', '182333.542000', '182333.544000', '182333.547000', '182333.549000', '182333.552000', '182333.554000', '182333.557000', '182333.560000', '182333.562000', '182333.565000', '182333.571000', '182333.574000', '182333.576000', '182333.579000', '182333.581000', '182333.584000', '182333.586000', '182333.589000', '182333.591000', '182333.594000', '182333.597000', '182333.599000', '182333.602000', '182333.604000', '182333.607000', '182333.610000', '182333.612000', '182333.615000', '182333.617000', '182353.503000', '182353.506000', '182353.509000', '182353.511000', '182353.514000', '182353.516000', '182353.519000', '182353.521000', '182353.524000', '182353.527000', '182353.530000', '182353.533000', '182353.535000', '182353.538000', '182353.541000', '182353.543000', '182353.546000', '182353.548000', '182353.556000', '182353.559000', '182353.561000', '182353.564000', '182353.581000', '182353.583000', '182353.586000', '182353.589000', '182353.591000', '182353.594000', '182353.596000', '182353.599000', '182353.601000', '182353.604000', '182353.607000', '182353.609000', '182353.612000', '182353.614000', '182353.617000', '182353.620000', '182353.622000', '182353.625000', '182353.627000', '182353.630000', '182353.632000', '182413.504000', '182413.506000', '182413.509000', '182413.511000', '182413.514000', '182413.517000', '182413.519000', '182413.522000', '182413.524000', '182413.527000', '182413.529000', '182413.532000', '182413.535000', '182413.537000', '182413.540000', '182413.542000', '182413.545000', '182413.548000', '182413.550000', '182413.553000', '182413.555000', '182413.558000', '182413.560000', '182413.563000', '182413.566000', '182413.568000', '182413.571000', '182413.573000', '182413.576000', '182413.578000', '182413.581000', '182413.584000', '182413.586000', '182413.589000', '182413.591000', '182413.594000', '182413.597000', '182413.599000', '182413.602000', '182413.604000', '182413.607000', '182413.609000', '182413.612000', '182413.615000', '182433.504000', '182433.506000', '182433.509000', '182433.512000', '182433.514000', '182433.517000', '182433.520000', '182433.522000', '182433.525000', '182433.527000', '182433.530000', '182433.532000', '182433.535000', '182433.538000', '182433.540000', '182433.543000', '182433.545000', '182433.548000', '182433.550000', '182433.553000', '182433.556000', '182433.558000', '182433.561000', '182433.563000', '182433.566000', '182433.569000', '182433.571000', '182433.574000', '182433.576000', '182433.579000', '182433.581000', '182433.584000', '182433.587000', '182433.589000', '182433.592000', '182433.595000', '182433.597000', '182433.600000', '182433.602000', '182433.605000', '182433.608000', '182433.610000', '182433.613000', '182453.504000', '182453.506000', '182453.509000', '182453.512000', '182453.514000', '182453.517000', '182453.519000', '182453.522000', '182453.524000', '182453.527000', '182453.530000', '182453.532000', '182453.535000', '182453.538000', '182453.540000', '182453.543000', '182453.545000', '182453.548000', '182453.550000', '182453.553000', '182453.556000', '182453.558000', '182453.561000', '182453.563000', '182453.566000', '182453.569000', '182453.571000', '182453.574000', '182453.576000', '182453.579000', '182453.582000', '182453.584000', '182453.587000', '182453.589000', '182453.592000', '182453.595000', '182453.597000', '182453.600000', '182453.602000', '182453.605000', '182453.607000', '182453.610000', '182453.613000', '182453.615000', '182513.503000', '182513.506000', '182513.509000', '182513.511000', '182513.514000', '182513.517000', '182513.519000', '182513.522000', '182513.524000', '182513.527000', '182513.530000', '182513.533000', '182513.536000', '182513.539000', '182513.541000', '182513.544000', '182513.546000', '182513.549000', '182513.551000', '182513.554000', '182513.557000', '182513.559000', '182513.562000', '182513.565000', '182513.568000', '182513.570000', '182513.573000', '182513.575000', '182513.578000', '182513.581000', '182513.583000', '182513.586000', '182513.588000', '182513.591000', '182513.594000', '182513.596000', '182513.599000', '182513.601000', '182513.604000', '182513.607000', '182513.609000', '182513.612000', '182513.614000', '182533.503000', '182533.506000', '182533.509000', '182533.511000', '182533.514000', '182533.517000', '182533.519000', '182533.522000', '182533.524000', '182533.527000', '182533.530000', '182533.532000', '182533.535000', '182533.537000', '182533.540000', '182533.543000', '182533.545000', '182533.548000', '182533.560000', '182533.563000', '182533.565000', '182533.568000', '182533.571000', '182533.573000', '182533.576000', '182533.578000', '182533.581000', '182533.584000', '182533.586000', '182533.589000', '182533.591000', '182533.594000', '182533.596000', '182533.599000', '182533.602000', '182533.605000', '182533.607000', '182533.610000', '182533.612000', '182533.615000', '182533.617000', '182533.620000', '182533.622000', '182533.625000', '182553.504000', '182553.506000', '182553.509000', '182553.512000', '182553.514000', '182553.517000', '182553.520000', '182553.522000', '182553.525000', '182553.527000', '182553.530000', '182553.532000', '182553.535000', '182553.538000', '182553.540000', '182553.543000', '182553.545000', '182553.548000', '182553.551000', '182553.553000', '182553.556000', '182553.558000', '182553.561000', '182553.564000', '182553.566000', '182553.569000', '182553.571000', '182553.574000', '182553.576000', '182553.579000', '182553.582000', '182553.584000', '182553.587000', '182553.589000', '182553.592000', '182553.594000', '182553.597000', '182553.600000', '182553.602000', '182553.605000', '182553.607000', '182553.610000', '182553.613000', '182613.504000', '182613.506000', '182613.509000', '182613.512000', '182613.514000', '182613.517000', '182613.520000', '182613.522000', '182613.525000', '182613.527000', '182613.530000', '182613.532000', '182613.535000', '182613.538000', '182613.540000', '182613.543000', '182613.546000', '182613.548000', '182613.551000', '182613.553000', '182613.556000', '182613.558000', '182613.561000', '182613.563000', '182613.566000', '182613.569000', '182613.571000', '182613.574000', '182613.576000', '182613.579000', '182613.582000', '182613.584000', '182613.587000', '182613.589000', '182613.592000', '182613.595000', '182613.597000', '182613.600000', '182613.602000', '182613.605000', '182613.607000', '182613.610000', '182613.613000', '182613.615000', '182633.504000', '182633.507000', '182633.509000', '182633.512000', '182633.514000', '182633.517000', '182633.520000', '182633.522000', '182633.525000', '182633.527000', '182633.530000', '182633.532000', '182633.535000', '182633.537000', '182633.540000', '182633.543000', '182633.545000', '182633.548000', '182633.551000', '182633.553000', '182633.556000', '182633.558000', '182633.561000', '182633.564000', '182633.567000', '182633.570000', '182633.573000', '182633.575000', '182633.578000', '182633.581000', '182633.583000', '182633.586000', '182633.588000', '182633.591000', '182633.594000', '182633.596000', '182633.599000', '182633.602000', '182633.605000', '182633.607000', '182633.610000', '182633.613000', '182633.615000', '182653.503000', '182653.506000', '182653.509000', '182653.511000', '182653.514000', '182653.516000', '182653.519000', '182653.522000', '182653.524000', '182653.527000', '182653.529000', '182653.532000', '182653.534000', '182653.537000', '182653.540000', '182653.542000', '182653.545000', '182653.548000', '182653.550000', '182653.553000', '182653.555000', '182653.558000', '182653.560000', '182653.563000', '182653.565000', '182653.568000', '182653.571000', '182653.573000', '182653.576000', '182653.579000', '182653.581000', '182653.584000', '182653.586000', '182653.589000', '182653.591000', '182653.594000', '182653.597000', '182653.599000', '182653.602000', '182653.604000', '182653.607000', '182653.610000', '182653.612000', '182653.615000', '182713.504000', '182713.506000', '182713.509000', '182713.512000', '182713.514000', '182713.517000', '182713.520000', '182713.522000', '182713.525000', '182713.527000', '182713.530000', '182713.532000', '182713.535000', '182713.538000', '182713.540000', '182713.543000', '182713.545000', '182713.548000', '182713.551000', '182713.553000', '182713.560000', '182713.563000', '182713.565000', '182713.568000', '182713.571000', '182713.573000', '182713.576000', '182713.578000', '182713.581000', '182713.584000', '182713.586000', '182713.589000', '182713.592000', '182713.594000', '182713.597000', '182713.600000', '182713.602000', '182713.605000', '182713.608000', '182713.611000', '182713.613000', '182713.616000', '182713.618000', '182733.503000', '182733.506000', '182733.509000', '182733.512000', '182733.514000', '182733.517000', '182733.519000', '182733.522000', '182733.524000', '182733.527000', '182733.530000', '182733.532000', '182733.535000', '182733.538000', '182733.540000', '182733.543000', '182733.545000', '182733.548000', '182733.551000', '182733.553000', '182733.556000', '182733.558000', '182733.561000', '182733.563000', '182733.566000', '182733.569000', '182733.571000', '182733.574000', '182733.577000', '182733.579000', '182733.582000', '182733.584000', '182733.587000', '182733.589000', '182733.592000', '182733.595000', '182733.597000', '182733.600000', '182733.602000', '182733.605000', '182733.608000', '182733.610000', '182733.613000', '182733.615000', '182753.504000', '182753.506000', '182753.509000', '182753.512000', '182753.514000', '182753.517000', '182753.519000', '182753.522000', '182753.524000', '182753.527000', '182753.530000', '182753.532000', '182753.535000', '182753.537000', '182753.540000', '182753.543000', '182753.545000', '182753.548000', '182753.550000', '182753.553000', '182753.555000', '182753.558000', '182753.561000', '182753.563000', '182753.566000', '182753.568000', '182753.571000', '182753.574000', '182753.576000', '182753.579000', '182753.581000', '182753.584000', '182753.586000', '182753.589000', '182753.592000', '182753.594000', '182753.597000', '182753.600000', '182753.602000', '182753.605000', '182753.608000', '182753.610000', '182753.613000', '182813.504000', '182813.506000', '182813.509000', '182813.512000', '182813.514000', '182813.517000', '182813.519000', '182813.522000', '182813.525000', '182813.527000', '182813.530000', '182813.532000', '182813.535000', '182813.537000', '182813.540000', '182813.543000', '182813.545000', '182813.548000', '182813.550000', '182813.553000', '182813.556000', '182813.558000', '182813.561000', '182813.563000', '182813.566000', '182813.568000', '182813.571000', '182813.574000', '182813.576000', '182813.579000', '182813.581000', '182813.584000', '182813.586000', '182813.589000', '182813.592000', '182813.594000', '182813.597000', '182813.599000', '182813.602000', '182813.605000', '182813.607000', '182813.610000', '182813.613000', '182813.615000', '182833.504000', '182833.507000', '182833.509000', '182833.512000', '182833.514000', '182833.517000', '182833.519000', '182833.522000', '182833.525000', '182833.527000', '182833.530000', '182833.533000', '182833.535000', '182833.538000', '182833.540000', '182833.543000', '182833.546000', '182833.548000', '182833.551000', '182833.553000', '182833.556000', '182833.558000', '182833.561000', '182833.564000', '182833.574000', '182833.576000', '182833.579000', '182833.581000', '182833.584000', '182833.587000', '182833.589000', '182833.592000', '182833.594000', '182833.597000', '182833.600000', '182833.602000', '182833.605000', '182833.607000', '182833.610000', '182833.613000', '182833.615000', '182833.618000', '182833.620000', '182853.504000', '182853.506000', '182853.509000', '182853.512000', '182853.514000', '182853.517000', '182853.519000', '182853.522000', '182853.525000', '182853.527000', '182853.530000', '182853.533000', '182853.535000', '182853.538000', '182853.540000', '182853.543000', '182853.545000', '182853.548000', '182853.551000', '182853.553000', '182853.556000', '182853.558000', '182853.561000', '182853.564000', '182853.566000', '182853.569000', '182853.571000', '182853.574000', '182853.577000', '182853.579000', '182853.582000', '182853.584000', '182853.587000', '182853.590000', '182853.592000', '182853.595000', '182853.598000', '182853.600000', '182853.603000', '182853.605000', '182853.608000', '182853.611000', '182853.613000', '182853.617000', '182913.504000', '182913.506000', '182913.509000', '182913.512000', '182913.514000', '182913.517000', '182913.519000', '182913.522000', '182913.525000', '182913.527000', '182913.530000', '182913.532000', '182913.535000', '182913.537000', '182913.540000', '182913.543000', '182913.545000', '182913.548000', '182913.550000', '182913.553000', '182913.555000', '182913.558000', '182913.560000', '182913.563000', '182913.566000', '182913.568000', '182913.571000', '182913.573000', '182913.576000', '182913.579000', '182913.581000', '182913.584000', '182913.586000', '182913.589000', '182913.591000', '182913.594000', '182913.597000', '182913.599000', '182913.602000', '182913.604000', '182913.607000', '182913.610000', '182913.612000', '182933.503000', '182933.506000', '182933.509000', '182933.511000', '182933.514000', '182933.517000', '182933.519000', '182933.522000', '182933.524000', '182933.527000', '182933.529000', '182933.532000', '182933.535000', '182933.537000', '182933.540000', '182933.542000', '182933.545000', '182933.547000', '182933.550000', '182933.553000', '182933.555000', '182933.558000', '182933.560000', '182933.563000', '182933.566000', '182933.568000', '182933.571000', '182933.573000', '182933.576000', '182933.579000', '182933.581000', '182933.584000', '182933.586000', '182933.589000', '182933.591000', '182933.594000', '182933.597000', '182933.599000', '182933.602000', '182933.604000', '182933.607000', '182933.610000', '182933.613000', '182933.615000', '182939.385000', '182939.388000', '182939.391000', '182939.394000', '182939.397000', '182939.400000', '182939.403000', '182939.405000', '182939.408000', '182939.411000', '182939.414000', '182939.417000', '182939.420000'], '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': [8416, 10106, 6112, 8627, 11259, 8545, 10413, 7891, 9776, 7605, 10216, 6702, 9664, 6189, 9470, 10445, 8759, 11439, 8514, 10604, 6614, 9112, 6251, 9870, 6775, 10234, 6293, 9668, 6188, 10556, 6433, 10251, 12365, 8997, 11345, 6954, 9420, 6082, 8817, 10698, 8306, 9678, 7978, 7568, 7720, 7828, 7981, 10930, 8696, 10951, 8501, 11110, 8481, 11100, 8121, 10994, 8336, 11393, 8526, 11273, 8741, 11065, 8726, 11296, 8618, 11444, 8280, 11049, 7929, 10424, 7882, 10483, 8122, 10800, 7554, 10600, 7661, 10224, 6521, 9461, 6528, 10068, 6031, 9281, 6440, 9906, 6062, 10288, 6598, 10652, 7780, 11046, 8685, 11092, 8577, 11467, 7494, 11184, 7931, 10366, 14359, 10117, 12281, 7241, 11051, 6985, 10240, 11413, 9152, 11446, 7838, 9729, 6371, 9206, 6176, 9039, 10165, 8832, 11378, 8167, 10796, 7961, 10631, 6836, 9768, 6712, 8695, 11137, 8390, 9494, 7708, 10120, 7589, 10173, 6982, 9366, 6342, 9105, 6575, 9735, 6311, 9670, 7141, 9103, 12332, 8983, 10793, 6820, 9782, 6548, 9574, 6792, 9547, 9869, 9071, 12333, 9251, 10998, 6809, 10212, 6566, 9914, 9012, 9774, 8754, 9202, 10817, 8431, 11551, 8491, 10786, 8380, 10460, 7923, 10653, 6343, 9483, 13074, 9223, 11270, 7752, 10698, 6491, 10777, 6507, 10112, 6197, 9536, 13447, 9248, 10917, 6593, 9279, 6263, 9319, 6385, 9446, 6383, 9779, 6524, 10168, 6360, 11019, 6291, 11252, 6721, 11573, 6867, 11013, 6795, 11428, 7266, 11218, 8056, 10367, 8310, 5831, 8157, 6405, 8346, 6151, 9040, 6160, 9510, 6129, 9120, 7185, 8914, 11917, 8069, 10630, 7777, 10409, 7794, 9875, 7627, 10689, 7723, 10010, 6498, 9206, 6272, 9167, 12426, 9464, 11196, 9341, 11752, 8870, 11982, 8225, 11518, 7099, 10648, 13009, 9902, 12742, 9162, 11343, 8189, 10584, 7924, 10587, 7597, 10435, 6530, 9736, 6484, 9321, 7239, 9051, 9228, 8645, 10606, 8814, 12783, 8692, 11284, 7028, 9702, 6819, 9506, 6612, 9286, 6033, 9238, 9092, 8163, 6935, 9032, 6118, 9774, 6486, 10030, 10949, 9386, 12598, 8579, 10577, 6548, 9614, 6459, 9533, 6558, 9231, 10709, 8590, 10064, 8307, 7588, 8115, 10556, 7999, 11934, 8027, 10590, 6379, 9721, 11465, 8794, 12091, 8278, 10801, 7905, 11045, 8064, 11107, 6655, 10447, 6590, 9520, 14563, 9156, 11612, 7795, 10151, 6254, 9328, 6139, 8669, 5971, 8036, 11280, 7487, 10855, 7956, 10367, 7560, 9808, 6818, 9595, 6517, 9218, 6398, 9924, 6608, 9533, 7256, 9653, 7395, 10638, 7824, 10621, 7409, 10005, 7287, 10684, 6724, 9740, 8754, 8603, 12827, 7903, 10444, 6282, 9141, 6329, 9003, 6146, 8630, 6223, 7377, 6562, 7854, 5936, 9753, 6120, 9182, 6572, 10367, 7055, 11501, 7191, 11579, 9677, 9911, 10221, 9598, 12720, 9106, 13269, 8612, 11301, 6575, 9711, 10162, 8706, 11299, 8165, 10986, 7655, 10986, 7675, 10654, 7716, 11885, 8491, 11033, 8278, 11148, 7681, 10921, 7686, 10232, 8130, 9693, 7395, 9495, 6709, 9116, 7115, 9892, 6982, 10322, 7539, 10345, 7398, 11082, 7816, 10459, 6292, 9008, 6678, 9147, 6043, 9893, 11199, 9011, 12416, 8631, 10966, 6717, 9768, 13014, 9376, 11555, 8840, 10789, 7735, 10670, 6569, 9837, 6608, 9243, 13237, 8470, 10967, 7705, 10092, 6431, 9240, 6239, 8790, 13312, 8499, 11367, 7602, 10596, 6292, 9304, 6412, 9696, 6723, 9195, 6127, 9027, 11476, 8378, 11827, 8679, 10643, 7848, 10304, 6823, 9889, 6485, 8875, 13240, 8093, 10954, 6903, 9183, 6571, 8565, 6250, 7898, 10313, 7705, 10938, 7576, 9834, 7311, 10280, 7100, 10463, 7305, 10177, 6432, 9290, 6477, 10322, 6407, 9995, 7389, 9300, 13027, 8924, 10849, 8670, 10034, 8659, 8228, 8128, 6077, 10161, 6501, 11910, 7573, 10998, 12385, 10068, 12173, 8979, 12625, 8316, 10804, 6587, 9069, 12783, 8397, 11140, 8122, 9402, 6507, 8950, 6329, 8117, 6011, 7682, 5946, 7578, 6327, 7836, 7860, 8051, 8657, 7780, 11205, 7866, 11493, 7983, 10415, 7944, 9833, 7889, 6164, 8466, 6465, 8956, 6473, 10184, 8738, 8948, 9745, 8464, 9135, 8067, 12253, 7559, 10816, 6282, 9339, 6601, 9153, 6341, 9776, 6084, 8746, 6164, 8226, 11705, 8172, 11071, 8135, 9948, 7516, 11159, 7873, 11529, 7230, 10549, 6923, 9149, 12677, 9261, 11269, 8243, 11260, 7668, 10897, 6567, 10165, 6713, 9569, 9480, 9263, 10028, 8654, 10713, 8464, 10158, 8389, 6345, 9879, 6298, 10268, 14393, 10118, 11473, 6581, 8671, 9562, 7704, 10930, 7492, 10197, 6356, 8728, 7016, 8778, 6365, 9221, 5991, 9698, 6141, 8982, 7612, 8064, 10593, 7519, 6213, 7659, 6365, 8840, 6041, 10281, 6621, 11041, 6482, 9917, 8257, 8364, 12907, 8620, 11128, 8363, 10878, 6949, 10001, 9731, 8323, 12541, 7511, 10318, 6485, 8510, 7957, 8097, 8990, 7798, 11473, 7344, 10476, 6466, 9302, 6311, 8435, 12021, 8149, 11513, 8014, 10996, 7066, 10205, 7919, 10701, 7751, 9877, 7551, 11028, 7465, 11830, 8133, 10872, 8553, 10593, 7670, 10939, 6412, 9414, 12125, 7735, 10776, 8025, 10326, 7394, 10125, 6970, 8656, 6099, 7847, 6319, 7955, 6362, 8240, 6054, 8356, 7852, 8697, 6050, 9614, 6578, 11154, 7331, 11713, 8876, 12584, 9103, 12926, 7867, 11143, 7746, 9190, 13655, 9350, 11183, 8682, 10726, 6553, 9609, 6046, 8488, 13021, 8106, 11125, 7441, 9377, 6327, 9200, 6404, 9433, 6294, 8990, 6383, 9667, 6487, 9905, 7469, 9157, 8549, 9236, 6255, 9858, 7112, 9538, 12642, 8948, 12523, 8996, 11091, 6539, 8651, 6575, 8444, 6344, 8680, 6418, 8015, 8032, 7614, 8400, 6890, 6005, 7490, 5955, 8116, 6333, 9611, 6553, 9930, 6617, 9664, 6266, 10367, 8562, 8971, 13089, 8369, 11920, 8381, 11264, 8189, 10319, 7773, 10206, 7477, 12340, 7856, 10357, 7791, 6193, 8666, 6673, 10763, 6550, 10958, 7810, 10170, 14226, 9989, 11131, 6725, 9002, 6913, 8497, 9230, 7849, 11322, 7425, 10746, 7258, 9942, 7380, 9460, 7117, 10166, 6731, 10490, 6865, 8403, 13239, 8511, 11333, 8350, 10358, 7292, 10479, 7073, 11312, 7654, 11009, 6433], 'WindowCenter': [3869.0, 3873.0, 3806.0, 3836.0, 3854.0, 3847.0, 3854.0, 3821.0, 3828.0, 3809.0, 3840.0, 3798.0, 3829.0, 3787.0, 3841.0, 3839.0, 3831.0, 3851.0, 3832.0, 3841.0, 3798.0, 3829.0, 3787.0, 3840.0, 3811.0, 3852.0, 3801.0, 3855.0, 3801.0, 3852.0, 3799.0, 3852.0, 3861.0, 3830.0, 3850.0, 3798.0, 3829.0, 3788.0, 3843.0, 3853.0, 3820.0, 3840.0, 3820.0, 3820.0, 3821.0, 3821.0, 3822.0, 3852.0, 3833.0, 3853.0, 3834.0, 3852.0, 3833.0, 3852.0, 3822.0, 3854.0, 3832.0, 3851.0, 3831.0, 3852.0, 3845.0, 3852.0, 3833.0, 3850.0, 3832.0, 3849.0, 3819.0, 3852.0, 3833.0, 3852.0, 3833.0, 3851.0, 3822.0, 3851.0, 3821.0, 3852.0, 3822.0, 3853.0, 3813.0, 3854.0, 3801.0, 3854.0, 3803.0, 3843.0, 3803.0, 3844.0, 3801.0, 3854.0, 3826.0, 3867.0, 3836.0, 3866.0, 3846.0, 3864.0, 3833.0, 3864.0, 3810.0, 3853.0, 3820.0, 3841.0, 3861.0, 3840.0, 3849.0, 3797.0, 3837.0, 3783.0, 3824.0, 3835.0, 3815.0, 3835.0, 3794.0, 3814.0, 3785.0, 3827.0, 3775.0, 3828.0, 3838.0, 3831.0, 3850.0, 3818.0, 3838.0, 3819.0, 3837.0, 3797.0, 3828.0, 3796.0, 3831.0, 3850.0, 3831.0, 3839.0, 3820.0, 3839.0, 3820.0, 3839.0, 3809.0, 3829.0, 3802.0, 3843.0, 3810.0, 3842.0, 3799.0, 3841.0, 3808.0, 3830.0, 3860.0, 3830.0, 3840.0, 3797.0, 3842.0, 3799.0, 3840.0, 3797.0, 3829.0, 3838.0, 3828.0, 3850.0, 3828.0, 3838.0, 3786.0, 3839.0, 3800.0, 3840.0, 3829.0, 3839.0, 3817.0, 3829.0, 3836.0, 3817.0, 3849.0, 3831.0, 3852.0, 3821.0, 3839.0, 3819.0, 3839.0, 3786.0, 3827.0, 3858.0, 3828.0, 3838.0, 3809.0, 3838.0, 3786.0, 3837.0, 3784.0, 3826.0, 3773.0, 3825.0, 3847.0, 3816.0, 3836.0, 3783.0, 3815.0, 3785.0, 3826.0, 3786.0, 3827.0, 3785.0, 3828.0, 3787.0, 3839.0, 3786.0, 3840.0, 3787.0, 3850.0, 3798.0, 3851.0, 3812.0, 3851.0, 3799.0, 3849.0, 3808.0, 3837.0, 3819.0, 3838.0, 3819.0, 3778.0, 3819.0, 3798.0, 3831.0, 3800.0, 3844.0, 3802.0, 3842.0, 3789.0, 3841.0, 3809.0, 3831.0, 3863.0, 3834.0, 3866.0, 3836.0, 3854.0, 3824.0, 3842.0, 3822.0, 3852.0, 3823.0, 3842.0, 3801.0, 3844.0, 3800.0, 3843.0, 3876.0, 3855.0, 3853.0, 3832.0, 3850.0, 3830.0, 3849.0, 3807.0, 3840.0, 3796.0, 3838.0, 3849.0, 3829.0, 3849.0, 3817.0, 3836.0, 3816.0, 3826.0, 3807.0, 3837.0, 3807.0, 3840.0, 3787.0, 3829.0, 3787.0, 3830.0, 3808.0, 3831.0, 3829.0, 3818.0, 3840.0, 3829.0, 3851.0, 3819.0, 3838.0, 3811.0, 3843.0, 3801.0, 3842.0, 3797.0, 3828.0, 3786.0, 3830.0, 3829.0, 3830.0, 3809.0, 3842.0, 3801.0, 3842.0, 3799.0, 3841.0, 3851.0, 3829.0, 3851.0, 3819.0, 3842.0, 3789.0, 3830.0, 3788.0, 3841.0, 3787.0, 3829.0, 3839.0, 3831.0, 3839.0, 3820.0, 3808.0, 3820.0, 3841.0, 3819.0, 3850.0, 3818.0, 3839.0, 3786.0, 3830.0, 3849.0, 3819.0, 3851.0, 3820.0, 3838.0, 3807.0, 3837.0, 3806.0, 3837.0, 3784.0, 3827.0, 3784.0, 3826.0, 3858.0, 3829.0, 3838.0, 3795.0, 3825.0, 3772.0, 3813.0, 3760.0, 3803.0, 3771.0, 3804.0, 3837.0, 3795.0, 3836.0, 3805.0, 3825.0, 3805.0, 3825.0, 3796.0, 3841.0, 3788.0, 3827.0, 3787.0, 3827.0, 3796.0, 3827.0, 3808.0, 3839.0, 3810.0, 3852.0, 3821.0, 3854.0, 3822.0, 3840.0, 3810.0, 3850.0, 3798.0, 3841.0, 3817.0, 3819.0, 3849.0, 3806.0, 3840.0, 3798.0, 3829.0, 3785.0, 3828.0, 3774.0, 3830.0, 3788.0, 3823.0, 3811.0, 3832.0, 3801.0, 3844.0, 3801.0, 3844.0, 3812.0, 3854.0, 3812.0, 3865.0, 3812.0, 3864.0, 3846.0, 3842.0, 3841.0, 3830.0, 3848.0, 3817.0, 3848.0, 3804.0, 3825.0, 3771.0, 3814.0, 3824.0, 3804.0, 3835.0, 3816.0, 3837.0, 3806.0, 3836.0, 3806.0, 3838.0, 3807.0, 3850.0, 3819.0, 3838.0, 3819.0, 3837.0, 3806.0, 3838.0, 3821.0, 3839.0, 3818.0, 3828.0, 3807.0, 3827.0, 3797.0, 3829.0, 3810.0, 3840.0, 3823.0, 3853.0, 3835.0, 3853.0, 3823.0, 3851.0, 3822.0, 3853.0, 3800.0, 3845.0, 3812.0, 3843.0, 3790.0, 3842.0, 3851.0, 3831.0, 3862.0, 3818.0, 3840.0, 3796.0, 3828.0, 3860.0, 3828.0, 3838.0, 3818.0, 3837.0, 3807.0, 3827.0, 3783.0, 3826.0, 3783.0, 3815.0, 3848.0, 3817.0, 3837.0, 3806.0, 3827.0, 3784.0, 3816.0, 3772.0, 3805.0, 3846.0, 3805.0, 3836.0, 3794.0, 3825.0, 3786.0, 3827.0, 3785.0, 3826.0, 3784.0, 3815.0, 3772.0, 3816.0, 3837.0, 3806.0, 3849.0, 3819.0, 3838.0, 3807.0, 3825.0, 3784.0, 3824.0, 3773.0, 3816.0, 3845.0, 3805.0, 3824.0, 3796.0, 3816.0, 3784.0, 3815.0, 3784.0, 3806.0, 3824.0, 3808.0, 3850.0, 3820.0, 3840.0, 3811.0, 3839.0, 3808.0, 3838.0, 3809.0, 3840.0, 3799.0, 3831.0, 3798.0, 3843.0, 3798.0, 3840.0, 3809.0, 3830.0, 3873.0, 3831.0, 3851.0, 3831.0, 3841.0, 3831.0, 3820.0, 3820.0, 3788.0, 3840.0, 3799.0, 3851.0, 3809.0, 3840.0, 3851.0, 3829.0, 3838.0, 3816.0, 3836.0, 3804.0, 3825.0, 3771.0, 3803.0, 3835.0, 3793.0, 3824.0, 3793.0, 3802.0, 3771.0, 3803.0, 3773.0, 3792.0, 3774.0, 3807.0, 3775.0, 3807.0, 3787.0, 3808.0, 3808.0, 3810.0, 3819.0, 3810.0, 3850.0, 3823.0, 3866.0, 3835.0, 3853.0, 3821.0, 3841.0, 3820.0, 3789.0, 3831.0, 3799.0, 3831.0, 3801.0, 3855.0, 3833.0, 3833.0, 3843.0, 3822.0, 3831.0, 3821.0, 3850.0, 3809.0, 3840.0, 3787.0, 3829.0, 3812.0, 3843.0, 3802.0, 3843.0, 3791.0, 3831.0, 3789.0, 3831.0, 3863.0, 3833.0, 3853.0, 3835.0, 3843.0, 3823.0, 3853.0, 3823.0, 3853.0, 3811.0, 3844.0, 3800.0, 3832.0, 3864.0, 3832.0, 3851.0, 3822.0, 3839.0, 3809.0, 3839.0, 3787.0, 3841.0, 3799.0, 3830.0, 3829.0, 3830.0, 3829.0, 3820.0, 3842.0, 3835.0, 3842.0, 3820.0, 3787.0, 3829.0, 3788.0, 3841.0, 3862.0, 3826.0, 3838.0, 3782.0, 3806.0, 3816.0, 3795.0, 3836.0, 3794.0, 3825.0, 3787.0, 3831.0, 3798.0, 3817.0, 3786.0, 3828.0, 3788.0, 3844.0, 3789.0, 3832.0, 3808.0, 3810.0, 3839.0, 3809.0, 3789.0, 3822.0, 3813.0, 3847.0, 3803.0, 3854.0, 3810.0, 3854.0, 3801.0, 3844.0, 3821.0, 3822.0, 3864.0, 3834.0, 3853.0, 3822.0, 3842.0, 3799.0, 3841.0, 3829.0, 3807.0, 3850.0, 3797.0, 3827.0, 3786.0, 3819.0, 3806.0, 3807.0, 3818.0, 3808.0, 3837.0, 3797.0, 3828.0, 3785.0, 3819.0, 3786.0, 3808.0, 3850.0, 3809.0, 3838.0, 3808.0, 3838.0, 3798.0, 3828.0, 3807.0, 3838.0, 3808.0, 3829.0, 3810.0, 3840.0, 3810.0, 3850.0, 3821.0, 3840.0, 3820.0, 3839.0, 3810.0, 3840.0, 3785.0, 3819.0, 3850.0, 3809.0, 3838.0, 3819.0, 3838.0, 3807.0, 3837.0, 3795.0, 3817.0, 3788.0, 3820.0, 3799.0, 3821.0, 3800.0, 3822.0, 3788.0, 3834.0, 3819.0, 3831.0, 3789.0, 3842.0, 3801.0, 3852.0, 3825.0, 3865.0, 3833.0, 3852.0, 3832.0, 3850.0, 3808.0, 3839.0, 3795.0, 3815.0, 3850.0, 3817.0, 3825.0, 3805.0, 3825.0, 3772.0, 3813.0, 3761.0, 3803.0, 3834.0, 3794.0, 3825.0, 3796.0, 3816.0, 3774.0, 3815.0, 3784.0, 3815.0, 3774.0, 3817.0, 3786.0, 3827.0, 3785.0, 3829.0, 3798.0, 3831.0, 3819.0, 3817.0, 3786.0, 3827.0, 3785.0, 3827.0, 3848.0, 3816.0, 3849.0, 3817.0, 3827.0, 3786.0, 3818.0, 3784.0, 3806.0, 3785.0, 3815.0, 3784.0, 3807.0, 3818.0, 3807.0, 3818.0, 3810.0, 3788.0, 3809.0, 3790.0, 3819.0, 3798.0, 3829.0, 3788.0, 3841.0, 3799.0, 3841.0, 3800.0, 3842.0, 3820.0, 3830.0, 3849.0, 3808.0, 3849.0, 3821.0, 3851.0, 3821.0, 3838.0, 3820.0, 3839.0, 3811.0, 3850.0, 3820.0, 3840.0, 3822.0, 3790.0, 3832.0, 3799.0, 3852.0, 3789.0, 3841.0, 3808.0, 3829.0, 3849.0, 3827.0, 3827.0, 3786.0, 3817.0, 3783.0, 3804.0, 3803.0, 3793.0, 3824.0, 3783.0, 3825.0, 3794.0, 3827.0, 3797.0, 3827.0, 3797.0, 3826.0, 3786.0, 3828.0, 3785.0, 3806.0, 3847.0, 3818.0, 3840.0, 3817.0, 3826.0, 3797.0, 3824.0, 3795.0, 3836.0, 3806.0, 3837.0, 3786.0], 'WindowWidth': [8703.0, 8690.0, 8591.0, 8625.0, 8645.0, 8641.0, 8647.0, 8595.0, 8599.0, 8576.0, 8618.0, 8560.0, 8601.0, 8544.0, 8619.0, 8615.0, 8605.0, 8633.0, 8608.0, 8618.0, 8557.0, 8599.0, 8545.0, 8617.0, 8581.0, 8637.0, 8572.0, 8648.0, 8570.0, 8636.0, 8565.0, 8636.0, 8647.0, 8603.0, 8631.0, 8558.0, 8601.0, 8549.0, 8626.0, 8639.0, 8591.0, 8616.0, 8592.0, 8593.0, 8594.0, 8594.0, 8596.0, 8638.0, 8613.0, 8640.0, 8615.0, 8637.0, 8613.0, 8637.0, 8597.0, 8642.0, 8611.0, 8634.0, 8609.0, 8638.0, 8633.0, 8635.0, 8611.0, 8631.0, 8610.0, 8628.0, 8588.0, 8637.0, 8615.0, 8637.0, 8615.0, 8635.0, 8598.0, 8632.0, 8596.0, 8636.0, 8597.0, 8641.0, 8591.0, 8642.0, 8570.0, 8645.0, 8577.0, 8627.0, 8575.0, 8628.0, 8569.0, 8642.0, 8613.0, 8667.0, 8626.0, 8664.0, 8638.0, 8658.0, 8615.0, 8655.0, 8580.0, 8641.0, 8591.0, 8617.0, 8648.0, 8615.0, 8627.0, 8556.0, 8607.0, 8531.0, 8584.0, 8600.0, 8574.0, 8600.0, 8547.0, 8573.0, 8536.0, 8594.0, 8525.0, 8597.0, 8613.0, 8607.0, 8633.0, 8586.0, 8611.0, 8587.0, 8608.0, 8556.0, 8598.0, 8555.0, 8610.0, 8633.0, 8609.0, 8616.0, 8592.0, 8616.0, 8592.0, 8614.0, 8575.0, 8601.0, 8572.0, 8627.0, 8581.0, 8623.0, 8564.0, 8621.0, 8574.0, 8603.0, 8645.0, 8603.0, 8617.0, 8558.0, 8625.0, 8565.0, 8616.0, 8557.0, 8601.0, 8610.0, 8596.0, 8629.0, 8597.0, 8612.0, 8540.0, 8614.0, 8565.0, 8618.0, 8601.0, 8614.0, 8583.0, 8599.0, 8607.0, 8583.0, 8628.0, 8608.0, 8637.0, 8593.0, 8615.0, 8590.0, 8616.0, 8540.0, 8596.0, 8639.0, 8596.0, 8611.0, 8576.0, 8611.0, 8541.0, 8607.0, 8535.0, 8592.0, 8519.0, 8589.0, 8622.0, 8577.0, 8604.0, 8532.0, 8576.0, 8537.0, 8592.0, 8540.0, 8595.0, 8539.0, 8597.0, 8542.0, 8612.0, 8542.0, 8615.0, 8543.0, 8629.0, 8558.0, 8632.0, 8587.0, 8636.0, 8564.0, 8628.0, 8572.0, 8606.0, 8590.0, 8610.0, 8587.0, 8533.0, 8589.0, 8561.0, 8607.0, 8568.0, 8630.0, 8570.0, 8623.0, 8550.0, 8621.0, 8574.0, 8606.0, 8652.0, 8619.0, 8662.0, 8622.0, 8642.0, 8602.0, 8624.0, 8599.0, 8637.0, 8600.0, 8626.0, 8568.0, 8627.0, 8566.0, 8624.0, 8675.0, 8646.0, 8640.0, 8609.0, 8630.0, 8602.0, 8625.0, 8568.0, 8617.0, 8551.0, 8609.0, 8626.0, 8600.0, 8627.0, 8580.0, 8605.0, 8579.0, 8592.0, 8568.0, 8607.0, 8569.0, 8615.0, 8543.0, 8600.0, 8543.0, 8603.0, 8573.0, 8606.0, 8602.0, 8586.0, 8616.0, 8602.0, 8632.0, 8585.0, 8611.0, 8583.0, 8625.0, 8568.0, 8623.0, 8557.0, 8600.0, 8540.0, 8602.0, 8602.0, 8604.0, 8578.0, 8624.0, 8568.0, 8622.0, 8563.0, 8620.0, 8633.0, 8600.0, 8634.0, 8588.0, 8622.0, 8549.0, 8601.0, 8546.0, 8618.0, 8545.0, 8599.0, 8615.0, 8606.0, 8615.0, 8590.0, 8573.0, 8590.0, 8618.0, 8589.0, 8631.0, 8586.0, 8614.0, 8541.0, 8601.0, 8626.0, 8586.0, 8634.0, 8588.0, 8609.0, 8570.0, 8607.0, 8565.0, 8605.0, 8533.0, 8593.0, 8533.0, 8590.0, 8637.0, 8597.0, 8609.0, 8550.0, 8587.0, 8514.0, 8568.0, 8496.0, 8555.0, 8512.0, 8560.0, 8605.0, 8548.0, 8605.0, 8564.0, 8589.0, 8562.0, 8587.0, 8553.0, 8624.0, 8548.0, 8596.0, 8541.0, 8593.0, 8554.0, 8595.0, 8575.0, 8614.0, 8581.0, 8637.0, 8593.0, 8642.0, 8598.0, 8618.0, 8579.0, 8630.0, 8559.0, 8619.0, 8584.0, 8585.0, 8627.0, 8567.0, 8617.0, 8560.0, 8599.0, 8538.0, 8597.0, 8524.0, 8604.0, 8548.0, 8602.0, 8584.0, 8612.0, 8570.0, 8627.0, 8570.0, 8629.0, 8587.0, 8644.0, 8586.0, 8659.0, 8583.0, 8657.0, 8636.0, 8623.0, 8618.0, 8602.0, 8625.0, 8580.0, 8622.0, 8558.0, 8587.0, 8512.0, 8572.0, 8586.0, 8559.0, 8601.0, 8577.0, 8606.0, 8565.0, 8606.0, 8566.0, 8608.0, 8568.0, 8630.0, 8587.0, 8611.0, 8587.0, 8607.0, 8566.0, 8609.0, 8596.0, 8617.0, 8587.0, 8597.0, 8568.0, 8592.0, 8557.0, 8600.0, 8581.0, 8620.0, 8604.0, 8643.0, 8619.0, 8640.0, 8602.0, 8636.0, 8597.0, 8639.0, 8566.0, 8633.0, 8585.0, 8624.0, 8553.0, 8624.0, 8634.0, 8606.0, 8649.0, 8586.0, 8616.0, 8554.0, 8598.0, 8643.0, 8597.0, 8611.0, 8582.0, 8605.0, 8567.0, 8591.0, 8533.0, 8592.0, 8532.0, 8575.0, 8623.0, 8580.0, 8609.0, 8567.0, 8591.0, 8533.0, 8576.0, 8515.0, 8559.0, 8617.0, 8562.0, 8603.0, 8545.0, 8587.0, 8540.0, 8596.0, 8536.0, 8589.0, 8533.0, 8574.0, 8517.0, 8578.0, 8607.0, 8566.0, 8627.0, 8588.0, 8610.0, 8569.0, 8589.0, 8534.0, 8586.0, 8516.0, 8575.0, 8614.0, 8560.0, 8585.0, 8553.0, 8577.0, 8534.0, 8575.0, 8534.0, 8566.0, 8586.0, 8569.0, 8631.0, 8592.0, 8618.0, 8580.0, 8615.0, 8575.0, 8611.0, 8575.0, 8616.0, 8564.0, 8609.0, 8562.0, 8624.0, 8561.0, 8619.0, 8577.0, 8604.0, 8667.0, 8608.0, 8635.0, 8609.0, 8619.0, 8605.0, 8590.0, 8594.0, 8549.0, 8618.0, 8562.0, 8633.0, 8572.0, 8615.0, 8630.0, 8596.0, 8607.0, 8576.0, 8601.0, 8556.0, 8583.0, 8509.0, 8552.0, 8596.0, 8538.0, 8581.0, 8542.0, 8550.0, 8510.0, 8552.0, 8513.0, 8538.0, 8517.0, 8565.0, 8523.0, 8568.0, 8541.0, 8570.0, 8570.0, 8574.0, 8587.0, 8576.0, 8628.0, 8597.0, 8660.0, 8619.0, 8638.0, 8592.0, 8617.0, 8588.0, 8547.0, 8607.0, 8563.0, 8606.0, 8565.0, 8642.0, 8611.0, 8612.0, 8624.0, 8593.0, 8605.0, 8591.0, 8629.0, 8573.0, 8614.0, 8541.0, 8599.0, 8583.0, 8626.0, 8569.0, 8624.0, 8552.0, 8604.0, 8550.0, 8605.0, 8650.0, 8612.0, 8639.0, 8618.0, 8626.0, 8600.0, 8638.0, 8598.0, 8636.0, 8579.0, 8625.0, 8563.0, 8609.0, 8654.0, 8608.0, 8632.0, 8593.0, 8614.0, 8573.0, 8613.0, 8541.0, 8616.0, 8559.0, 8601.0, 8598.0, 8601.0, 8599.0, 8588.0, 8620.0, 8617.0, 8623.0, 8589.0, 8541.0, 8599.0, 8544.0, 8618.0, 8647.0, 8591.0, 8607.0, 8526.0, 8561.0, 8574.0, 8546.0, 8602.0, 8546.0, 8587.0, 8543.0, 8604.0, 8560.0, 8582.0, 8541.0, 8598.0, 8549.0, 8629.0, 8551.0, 8608.0, 8572.0, 8573.0, 8613.0, 8574.0, 8549.0, 8595.0, 8588.0, 8637.0, 8574.0, 8641.0, 8581.0, 8639.0, 8564.0, 8624.0, 8592.0, 8595.0, 8653.0, 8612.0, 8636.0, 8593.0, 8618.0, 8560.0, 8617.0, 8596.0, 8565.0, 8625.0, 8551.0, 8593.0, 8539.0, 8584.0, 8563.0, 8565.0, 8582.0, 8568.0, 8607.0, 8552.0, 8593.0, 8535.0, 8583.0, 8537.0, 8569.0, 8625.0, 8571.0, 8609.0, 8568.0, 8608.0, 8557.0, 8594.0, 8568.0, 8607.0, 8569.0, 8597.0, 8575.0, 8614.0, 8574.0, 8628.0, 8593.0, 8617.0, 8589.0, 8612.0, 8577.0, 8615.0, 8536.0, 8583.0, 8630.0, 8577.0, 8610.0, 8589.0, 8610.0, 8569.0, 8608.0, 8550.0, 8581.0, 8548.0, 8595.0, 8563.0, 8593.0, 8565.0, 8595.0, 8546.0, 8614.0, 8587.0, 8606.0, 8549.0, 8621.0, 8566.0, 8636.0, 8607.0, 8657.0, 8613.0, 8633.0, 8607.0, 8630.0, 8567.0, 8609.0, 8546.0, 8572.0, 8627.0, 8580.0, 8586.0, 8560.0, 8583.0, 8513.0, 8567.0, 8496.0, 8554.0, 8598.0, 8543.0, 8586.0, 8551.0, 8576.0, 8519.0, 8573.0, 8533.0, 8573.0, 8519.0, 8577.0, 8536.0, 8593.0, 8537.0, 8598.0, 8558.0, 8605.0, 8586.0, 8580.0, 8540.0, 8593.0, 8535.0, 8591.0, 8622.0, 8577.0, 8624.0, 8578.0, 8591.0, 8542.0, 8586.0, 8534.0, 8564.0, 8537.0, 8576.0, 8533.0, 8569.0, 8586.0, 8571.0, 8587.0, 8577.0, 8545.0, 8574.0, 8552.0, 8590.0, 8562.0, 8600.0, 8545.0, 8619.0, 8564.0, 8619.0, 8564.0, 8620.0, 8590.0, 8600.0, 8626.0, 8567.0, 8623.0, 8593.0, 8631.0, 8594.0, 8611.0, 8591.0, 8612.0, 8578.0, 8628.0, 8588.0, 8615.0, 8598.0, 8555.0, 8609.0, 8562.0, 8634.0, 8549.0, 8619.0, 8571.0, 8597.0, 8627.0, 8592.0, 8591.0, 8536.0, 8578.0, 8528.0, 8555.0, 8554.0, 8540.0, 8581.0, 8529.0, 8586.0, 8545.0, 8592.0, 8554.0, 8592.0, 8554.0, 8590.0, 8539.0, 8595.0, 8535.0, 8563.0, 8621.0, 8586.0, 8616.0, 8580.0, 8589.0, 8553.0, 8586.0, 8550.0, 8604.0, 8565.0, 8608.0, 8537.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.0003887931034482759</td></tr>
<tr><td colspan=3>aqi</td><td>0.023832256666666666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.27772230051781</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2040137145339476</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997005424764096</td></tr>
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
<tr><td colspan=3>fber</td><td>3160.2053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11978368624396321</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.517241379310345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520288892251934</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4649050321411754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6255653919470974</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4703962526675287</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129162</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011110086925327778</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03233559429645538</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.179081808057559</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>21.1776</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4885</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.7497</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.4831</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5611</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.8844</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3060.4806</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>762.8421</td></tr>
<tr><td colspan=3>tsnr</td><td>39.379545231349766</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>