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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>da0d857759a81828ec099883d3583802</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:58:55.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</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.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0811933</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>21</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f8ca555-9c96-4870-92a0-960f52aa45e8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [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': ['155855.817500', '155856.277500', '155856.737500', '155857.197500', '155857.657500', '155858.117500', '155858.577500', '155859.037500', '155859.497500', '155859.957500', '155900.417500', '155900.877500', '155901.337500', '155901.797500', '155902.257500', '155902.717500', '155903.177500', '155903.637500', '155904.097500', '155904.557500', '155905.017500', '155905.477500', '155905.937500', '155906.397500', '155906.857500', '155907.317500', '155907.777500', '155908.237500', '155908.697500', '155909.157500', '155909.617500', '155910.077500', '155910.537500', '155910.997500', '155911.457500', '155911.917500', '155912.377500', '155912.837500', '155913.297500', '155913.757500', '155914.217500', '155914.677500', '155915.137500', '155915.597500', '155916.057500', '155916.517500', '155916.977500', '155917.437500', '155917.897500', '155918.357500', '155918.817500', '155919.277500', '155919.737500', '155920.197500', '155920.657500', '155921.117500', '155921.577500', '155922.037500', '155922.497500', '155922.957500', '155923.417500', '155923.877500', '155924.337500', '155924.797500', '155925.257500', '155925.717500', '155926.177500', '155926.637500', '155927.097500', '155927.557500', '155928.017500', '155928.477500', '155928.937500', '155929.397500', '155929.857500', '155930.317500', '155930.777500', '155931.237500', '155931.697500', '155932.157500', '155932.617500', '155933.077500', '155933.537500', '155933.997500', '155934.457500', '155934.917500', '155935.377500', '155935.837500', '155936.297500', '155936.757500', '155937.217500', '155937.677500', '155938.137500', '155938.597500', '155939.057500', '155939.517500', '155939.977500', '155940.437500', '155940.897500', '155941.357500', '155941.817500', '155942.277500', '155942.737500', '155943.197500', '155943.657500', '155944.117500', '155944.577500', '155945.037500', '155945.497500', '155945.957500', '155946.417500', '155946.877500', '155947.337500', '155947.797500', '155948.257500', '155948.717500', '155949.177500', '155949.637500', '155950.097500', '155950.557500', '155951.017500', '155951.477500', '155951.937500', '155952.397500', '155952.857500', '155953.317500', '155953.777500', '155954.237500', '155954.697500', '155955.157500', '155955.617500', '155956.077500', '155956.537500', '155956.997500', '155957.457500', '155957.917500', '155958.377500', '155958.837500', '155959.297500', '155959.757500', '160000.217500', '160000.677500', '160001.137500', '160001.597500', '160002.057500', '160002.517500', '160002.977500', '160003.437500', '160003.897500', '160004.357500', '160004.817500', '160005.277500', '160005.737500', '160006.197500', '160006.657500', '160007.117500', '160007.577500', '160008.037500', '160008.497500', '160008.957500', '160009.417500', '160009.877500', '160010.337500', '160010.797500', '160011.257500', '160011.717500', '160012.177500', '160012.637500', '160013.097500', '160013.557500', '160014.017500', '160014.477500', '160014.937500', '160015.397500', '160015.857500', '160016.317500', '160016.777500', '160017.237500', '160017.697500', '160018.157500', '160018.617500', '160019.077500', '160019.537500', '160019.997500', '160020.457500', '160020.917500', '160021.377500', '160021.837500', '160022.297500', '160022.757500', '160023.217500', '160023.677500', '160024.137500', '160024.597500', '160025.057500', '160025.517500', '160025.977500', '160026.437500', '160026.897500', '160027.357500', '160027.817500', '160028.277500', '160028.737500', '160029.197500', '160029.657500', '160030.117500', '160030.577500', '160031.037500', '160031.497500', '160031.957500', '160032.417500', '160032.877500', '160033.337500', '160033.797500', '160034.257500', '160034.717500', '160035.177500', '160035.637500', '160036.097500', '160036.557500', '160037.017500', '160037.477500', '160037.937500', '160038.397500', '160038.857500', '160039.317500', '160039.777500', '160040.237500', '160040.697500', '160041.157500', '160041.617500', '160042.077500', '160042.537500', '160042.997500', '160043.457500', '160043.917500', '160044.377500', '160044.837500', '160045.297500', '160045.757500', '160046.217500', '160046.677500', '160047.137500', '160047.597500', '160048.057500', '160048.517500', '160048.977500', '160049.437500', '160049.897500', '160050.357500', '160050.817500', '160051.277500', '160051.737500', '160052.197500', '160052.657500', '160053.117500', '160053.577500', '160054.037500', '160054.497500', '160054.957500', '160055.417500', '160055.877500', '160056.337500', '160056.797500', '160057.257500', '160057.717500', '160058.177500', '160058.637500', '160059.097500', '160059.557500', '160100.017500', '160100.477500', '160100.937500', '160101.397500', '160101.857500', '160102.317500', '160102.777500', '160103.237500', '160103.697500', '160104.157500', '160104.617500', '160105.077500', '160105.537500', '160105.997500', '160106.457500', '160106.917500', '160107.377500', '160107.837500', '160108.297500', '160108.757500', '160109.217500', '160109.677500', '160110.137500', '160110.597500', '160111.057500', '160111.517500', '160111.977500', '160112.437500', '160112.897500', '160113.357500', '160113.817500', '160114.277500', '160114.737500', '160115.197500', '160115.657500', '160116.117500', '160116.577500', '160117.037500', '160117.497500', '160117.957500', '160118.417500', '160118.877500', '160119.337500', '160119.797500', '160120.257500', '160120.717500', '160121.177500', '160121.637500', '160122.097500', '160122.557500', '160123.017500', '160123.477500', '160123.937500', '160124.397500', '160124.857500', '160125.317500', '160125.777500', '160126.237500', '160126.697500', '160127.157500', '160127.617500', '160128.077500', '160128.537500', '160128.997500', '160129.457500', '160129.917500', '160130.377500', '160130.837500', '160131.297500', '160131.757500', '160132.217500', '160132.677500', '160133.137500', '160133.597500', '160134.057500', '160134.517500', '160134.977500', '160135.437500', '160135.897500', '160136.357500', '160136.817500', '160137.277500', '160137.737500', '160138.197500', '160138.657500', '160139.117500', '160139.577500', '160140.037500', '160140.497500', '160140.957500', '160141.417500', '160141.877500', '160142.337500', '160142.797500', '160143.257500', '160143.717500', '160144.177500', '160144.637500', '160145.097500', '160145.557500', '160146.017500', '160146.477500', '160146.937500', '160147.397500', '160147.857500', '160148.317500', '160148.777500', '160149.237500', '160149.697500', '160150.157500', '160150.617500', '160151.077500', '160151.537500', '160151.997500', '160152.457500', '160152.917500', '160153.377500', '160153.837500', '160154.297500', '160154.757500', '160155.217500', '160155.677500', '160156.137500', '160156.597500', '160157.057500', '160157.517500', '160157.977500', '160158.437500', '160158.897500', '160159.357500', '160159.817500', '160200.277500', '160200.737500', '160201.197500', '160201.657500', '160202.117500', '160202.577500', '160203.037500', '160203.497500', '160203.957500', '160204.417500', '160204.877500', '160205.337500', '160205.797500', '160206.257500', '160206.717500', '160207.177500', '160207.637500', '160208.097500', '160208.557500', '160209.017500', '160209.477500', '160209.937500', '160210.397500', '160210.857500', '160211.317500', '160211.777500', '160212.237500', '160212.697500', '160213.157500', '160213.617500', '160214.077500', '160214.537500', '160214.997500', '160215.457500', '160215.917500', '160216.377500', '160216.837500', '160217.297500', '160217.757500', '160218.217500', '160218.677500', '160219.137500', '160219.597500', '160220.057500', '160220.517500', '160220.977500', '160221.437500', '160221.897500', '160222.357500', '160222.817500', '160223.277500', '160223.737500', '160224.197500', '160224.657500', '160225.117500', '160225.577500', '160226.037500', '160226.497500', '160226.957500', '160227.417500', '160227.877500', '160228.337500', '160228.797500', '160229.257500', '160229.717500', '160230.177500', '160230.637500', '160231.097500', '160231.557500', '160232.017500', '160232.477500', '160232.937500', '160233.397500', '160233.857500', '160234.317500', '160234.777500', '160235.237500', '160235.697500', '160236.157500', '160236.617500', '160237.077500', '160237.537500', '160237.997500', '160238.457500', '160238.917500', '160239.377500', '160239.837500', '160240.297500', '160240.757500', '160241.217500', '160241.677500', '160242.137500', '160242.597500', '160243.057500', '160243.517500', '160243.977500', '160244.437500', '160244.897500', '160245.357500', '160245.817500', '160246.277500', '160246.737500', '160247.197500', '160247.657500', '160248.117500', '160248.577500', '160249.037500', '160249.497500', '160249.957500', '160250.417500', '160250.877500', '160251.337500', '160251.797500', '160252.257500', '160252.717500', '160253.177500', '160253.637500', '160254.097500', '160254.557500', '160255.017500', '160255.477500', '160255.937500', '160256.397500', '160256.857500', '160257.317500', '160257.777500', '160258.237500', '160258.697500', '160259.157500', '160259.617500', '160300.077500', '160300.537500', '160300.997500', '160301.457500', '160301.917500', '160302.377500', '160302.837500', '160303.297500', '160303.757500', '160304.217500', '160304.677500', '160305.137500', '160305.597500', '160306.057500', '160306.517500', '160306.977500', '160307.437500', '160307.897500', '160308.357500', '160308.817500', '160309.277500', '160309.737500', '160310.197500', '160310.657500', '160311.117500', '160311.577500', '160312.037500', '160312.497500', '160312.957500', '160313.417500', '160313.877500', '160314.337500', '160314.797500', '160315.257500', '160315.717500', '160316.177500', '160316.637500', '160317.097500', '160317.557500', '160318.017500', '160318.477500', '160318.937500', '160319.397500', '160319.857500', '160320.317500', '160320.777500', '160321.237500', '160321.697500', '160322.157500', '160322.617500', '160323.077500', '160323.537500', '160323.997500', '160324.457500', '160324.917500', '160325.377500', '160325.837500', '160326.297500', '160326.757500', '160327.217500', '160327.677500', '160328.137500', '160328.597500', '160329.057500', '160329.517500', '160329.977500', '160330.437500', '160330.897500', '160331.357500', '160331.817500', '160332.277500', '160332.737500', '160333.197500', '160333.657500', '160334.117500', '160334.577500', '160335.037500', '160335.497500', '160335.957500', '160336.417500', '160336.877500', '160337.337500', '160337.797500', '160338.257500', '160338.717500', '160339.177500', '160339.637500', '160340.097500', '160340.557500', '160341.017500', '160341.477500', '160341.937500', '160342.397500', '160342.857500', '160343.317500', '160343.777500', '160344.237500', '160344.697500', '160345.157500', '160345.617500', '160346.077500', '160346.537500', '160346.997500', '160347.457500', '160347.917500', '160348.377500', '160348.837500', '160349.297500', '160349.757500', '160350.217500', '160350.677500', '160351.137500', '160351.597500', '160352.057500', '160352.517500', '160352.977500', '160353.437500', '160353.897500', '160354.357500', '160354.817500', '160355.277500', '160355.737500', '160356.197500', '160356.657500', '160357.117500', '160357.577500', '160358.037500', '160358.497500', '160358.957500', '160359.417500', '160359.877500', '160400.337500', '160400.797500', '160401.257500', '160401.717500', '160402.177500', '160402.637500', '160403.097500', '160403.557500', '160404.017500', '160404.477500', '160404.937500', '160405.397500', '160405.857500', '160406.317500', '160406.777500', '160407.237500', '160407.697500', '160408.157500', '160408.617500', '160409.077500', '160409.537500', '160409.997500', '160410.457500', '160410.917500', '160411.377500', '160411.837500', '160412.297500', '160412.757500', '160413.217500', '160413.677500', '160414.137500', '160414.597500', '160415.057500', '160415.517500', '160415.977500', '160416.437500', '160416.897500', '160417.357500', '160417.817500', '160418.277500', '160418.737500', '160419.197500', '160419.657500', '160420.117500', '160420.577500', '160421.037500', '160421.497500', '160421.957500', '160422.417500', '160422.877500', '160423.337500', '160423.797500', '160424.257500', '160424.717500', '160425.177500', '160425.637500', '160426.097500', '160426.557500', '160427.017500', '160427.477500', '160427.937500', '160428.397500', '160428.857500', '160429.317500', '160429.777500', '160430.237500', '160430.697500', '160431.157500', '160431.617500', '160432.077500', '160432.537500', '160432.997500', '160433.457500', '160433.917500', '160434.377500', '160434.837500', '160435.297500', '160435.757500', '160436.217500', '160436.677500', '160437.137500', '160437.597500', '160438.057500', '160438.517500', '160438.977500', '160439.437500', '160439.897500', '160440.357500', '160440.817500', '160441.277500', '160441.737500', '160442.197500', '160442.657500', '160443.117500', '160443.577500', '160444.037500', '160444.497500', '160444.957500', '160445.417500', '160445.877500', '160446.337500', '160446.797500', '160447.257500', '160447.717500', '160448.177500', '160448.637500', '160449.097500', '160449.557500', '160450.017500', '160450.477500', '160450.937500', '160451.397500', '160451.857500', '160452.317500', '160452.777500', '160453.237500', '160453.697500', '160454.157500', '160454.617500', '160455.077500', '160455.537500', '160455.997500', '160456.457500', '160456.917500', '160457.377500', '160457.837500', '160458.297500', '160458.757500', '160459.217500', '160459.677500', '160500.137500', '160500.597500', '160501.057500', '160501.517500', '160501.977500', '160502.437500', '160502.897500', '160503.357500', '160503.817500', '160504.277500', '160504.737500', '160505.197500', '160505.657500', '160506.117500', '160506.577500', '160507.037500', '160507.497500', '160507.957500', '160508.417500', '160508.877500', '160509.337500', '160509.797500', '160510.257500', '160510.717500', '160511.177500', '160511.637500', '160512.097500', '160512.557500', '160513.017500', '160513.477500', '160513.937500', '160514.397500', '160514.857500', '160515.317500', '160515.777500', '160516.237500', '160516.697500', '160517.157500', '160517.617500', '160518.077500', '160518.537500', '160518.997500', '160519.457500', '160519.917500', '160520.377500', '160520.837500', '160521.297500', '160521.757500', '160522.217500', '160522.677500', '160523.137500', '160523.597500', '160524.057500', '160524.517500', '160524.977500', '160525.437500', '160525.897500', '160526.357500', '160526.817500', '160527.277500', '160527.737500', '160528.197500', '160528.657500', '160529.117500', '160529.577500', '160530.037500', '160530.497500', '160530.957500', '160531.417500', '160531.877500', '160532.337500', '160532.797500', '160533.257500', '160533.717500', '160534.177500', '160534.637500', '160535.097500', '160535.557500', '160536.017500', '160536.477500'], 'ContentTime': ['155913.023000', '155913.026000', '155913.040000', '155913.042000', '155913.050000', '155913.053000', '155913.055000', '155913.058000', '155913.061000', '155913.064000', '155913.067000', '155913.070000', '155913.078000', '155913.081000', '155913.084000', '155913.086000', '155913.089000', '155913.092000', '155913.095000', '155913.098000', '155913.101000', '155913.103000', '155913.106000', '155913.109000', '155913.112000', '155913.115000', '155913.118000', '155913.120000', '155913.123000', '155913.126000', '155913.129000', '155913.132000', '155913.134000', '155913.137000', '155913.140000', '155913.143000', '155932.988000', '155932.991000', '155932.994000', '155932.996000', '155933.000000', '155933.003000', '155933.006000', '155933.009000', '155933.012000', '155933.015000', '155933.017000', '155933.020000', '155933.028000', '155933.031000', '155933.033000', '155933.036000', '155933.039000', '155933.042000', '155933.045000', '155933.048000', '155933.050000', '155933.053000', '155933.056000', '155933.059000', '155933.062000', '155933.065000', '155933.067000', '155933.070000', '155933.073000', '155933.076000', '155933.079000', '155933.082000', '155933.085000', '155933.088000', '155933.090000', '155933.093000', '155933.096000', '155933.099000', '155933.102000', '155933.105000', '155933.107000', '155933.110000', '155933.113000', '155933.116000', '155952.988000', '155952.991000', '155952.993000', '155952.996000', '155953.000000', '155953.003000', '155953.006000', '155953.009000', '155953.011000', '155953.014000', '155953.017000', '155953.020000', '155953.023000', '155953.026000', '155953.028000', '155953.031000', '155953.034000', '155953.037000', '155953.042000', '155953.045000', '155953.048000', '155953.051000', '155953.054000', '155953.057000', '155953.060000', '155953.062000', '155953.065000', '155953.068000', '155953.071000', '155953.074000', '155953.076000', '155953.079000', '155953.082000', '155953.085000', '155953.088000', '155953.091000', '155953.093000', '155953.096000', '155953.099000', '155953.102000', '155953.105000', '155953.107000', '155953.110000', '160012.988000', '160012.991000', '160012.994000', '160012.996000', '160013.000000', '160013.003000', '160013.006000', '160013.009000', '160013.011000', '160013.014000', '160013.017000', '160013.020000', '160013.022000', '160013.025000', '160013.028000', '160013.031000', '160013.033000', '160013.036000', '160013.039000', '160013.042000', '160013.045000', '160013.047000', '160013.050000', '160013.053000', '160013.056000', '160013.059000', '160013.062000', '160013.064000', '160013.067000', '160013.070000', '160013.073000', '160013.076000', '160013.079000', '160013.082000', '160013.084000', '160013.087000', '160013.090000', '160013.093000', '160013.096000', '160013.098000', '160013.101000', '160013.104000', '160013.107000', '160013.110000', '160032.988000', '160032.991000', '160032.994000', '160032.996000', '160033.000000', '160033.003000', '160033.007000', '160033.010000', '160033.013000', '160033.016000', '160033.019000', '160033.022000', '160033.024000', '160033.027000', '160033.030000', '160033.033000', '160033.046000', '160033.049000', '160033.052000', '160033.054000', '160033.057000', '160033.060000', '160033.063000', '160033.066000', '160033.069000', '160033.072000', '160033.074000', '160033.077000', '160033.080000', '160033.083000', '160033.086000', '160033.089000', '160033.092000', '160033.094000', '160033.097000', '160033.100000', '160033.103000', '160033.106000', '160033.109000', '160033.112000', '160033.115000', '160033.117000', '160033.120000', '160052.988000', '160052.991000', '160052.994000', '160052.997000', '160053.001000', '160053.003000', '160053.006000', '160053.009000', '160053.012000', '160053.015000', '160053.018000', '160053.020000', '160053.023000', '160053.026000', '160053.029000', '160053.032000', '160053.035000', '160053.038000', '160053.040000', '160053.043000', '160053.046000', '160053.049000', '160053.052000', '160053.055000', '160053.058000', '160053.060000', '160053.063000', '160053.066000', '160053.069000', '160053.071000', '160053.074000', '160053.077000', '160053.080000', '160053.083000', '160053.086000', '160053.088000', '160053.091000', '160053.094000', '160053.104000', '160053.107000', '160053.109000', '160053.112000', '160053.115000', '160053.118000', '160112.988000', '160112.991000', '160112.994000', '160112.997000', '160113.001000', '160113.004000', '160113.006000', '160113.009000', '160113.012000', '160113.015000', '160113.018000', '160113.021000', '160113.023000', '160113.026000', '160113.029000', '160113.032000', '160113.035000', '160113.038000', '160113.041000', '160113.044000', '160113.046000', '160113.049000', '160113.052000', '160113.055000', '160113.058000', '160113.061000', '160113.063000', '160113.066000', '160113.069000', '160113.072000', '160113.075000', '160113.078000', '160113.080000', '160113.083000', '160113.086000', '160113.089000', '160113.092000', '160113.095000', '160113.101000', '160113.104000', '160113.107000', '160113.110000', '160113.112000', '160132.989000', '160132.992000', '160132.995000', '160132.998000', '160133.001000', '160133.004000', '160133.007000', '160133.010000', '160133.013000', '160133.015000', '160133.018000', '160133.021000', '160133.024000', '160133.027000', '160133.030000', '160133.032000', '160133.035000', '160133.038000', '160133.041000', '160133.044000', '160133.047000', '160133.049000', '160133.052000', '160133.055000', '160133.058000', '160133.061000', '160133.063000', '160133.066000', '160133.069000', '160133.072000', '160133.075000', '160133.077000', '160133.080000', '160133.083000', '160133.086000', '160133.089000', '160133.091000', '160133.094000', '160133.097000', '160133.100000', '160133.103000', '160133.106000', '160133.109000', '160133.111000', '160152.988000', '160152.991000', '160152.993000', '160152.996000', '160153.000000', '160153.003000', '160153.006000', '160153.009000', '160153.012000', '160153.015000', '160153.017000', '160153.020000', '160153.023000', '160153.026000', '160153.029000', '160153.032000', '160153.035000', '160153.037000', '160153.040000', '160153.043000', '160153.047000', '160153.050000', '160153.053000', '160153.055000', '160153.059000', '160153.061000', '160153.064000', '160153.067000', '160153.070000', '160153.073000', '160153.076000', '160153.078000', '160153.081000', '160153.084000', '160153.087000', '160153.090000', '160153.093000', '160153.096000', '160153.098000', '160153.101000', '160153.104000', '160153.107000', '160153.110000', '160212.988000', '160212.991000', '160212.994000', '160212.997000', '160213.000000', '160213.009000', '160213.011000', '160213.014000', '160213.017000', '160213.020000', '160213.023000', '160213.026000', '160213.048000', '160213.051000', '160213.054000', '160213.056000', '160213.059000', '160213.062000', '160213.065000', '160213.068000', '160213.071000', '160213.073000', '160213.076000', '160213.079000', '160213.082000', '160213.085000', '160213.088000', '160213.090000', '160213.093000', '160213.096000', '160213.099000', '160213.102000', '160213.105000', '160213.108000', '160213.110000', '160213.113000', '160213.116000', '160213.119000', '160213.122000', '160213.125000', '160213.127000', '160213.130000', '160213.133000', '160213.136000', '160232.988000', '160232.991000', '160232.993000', '160232.996000', '160233.000000', '160233.003000', '160233.006000', '160233.008000', '160233.011000', '160233.014000', '160233.017000', '160233.020000', '160233.022000', '160233.025000', '160233.028000', '160233.031000', '160233.034000', '160233.037000', '160233.039000', '160233.042000', '160233.045000', '160233.048000', '160233.051000', '160233.053000', '160233.056000', '160233.059000', '160233.062000', '160233.065000', '160233.068000', '160233.070000', '160233.073000', '160233.076000', '160233.079000', '160233.082000', '160233.084000', '160233.087000', '160233.090000', '160233.093000', '160233.095000', '160233.098000', '160233.101000', '160233.104000', '160233.107000', '160252.988000', '160252.991000', '160252.993000', '160252.996000', '160253.000000', '160253.003000', '160253.006000', '160253.009000', '160253.011000', '160253.014000', '160253.017000', '160253.020000', '160253.022000', '160253.025000', '160253.028000', '160253.031000', '160253.034000', '160253.037000', '160253.039000', '160253.042000', '160253.045000', '160253.048000', '160253.051000', '160253.053000', '160253.056000', '160253.059000', '160253.062000', '160253.065000', '160253.067000', '160253.070000', '160253.073000', '160253.076000', '160253.079000', '160253.081000', '160253.084000', '160253.087000', '160253.090000', '160253.092000', '160253.095000', '160253.098000', '160253.101000', '160253.104000', '160253.106000', '160253.109000', '160312.988000', '160312.991000', '160312.994000', '160312.997000', '160313.000000', '160313.003000', '160313.006000', '160313.009000', '160313.012000', '160313.014000', '160313.017000', '160313.020000', '160313.023000', '160313.026000', '160313.028000', '160313.031000', '160313.034000', '160313.037000', '160313.040000', '160313.043000', '160313.045000', '160313.048000', '160313.051000', '160313.054000', '160313.057000', '160313.060000', '160313.062000', '160313.065000', '160313.068000', '160313.071000', '160313.074000', '160313.076000', '160313.079000', '160313.083000', '160313.086000', '160313.089000', '160313.092000', '160313.095000', '160313.098000', '160313.101000', '160313.103000', '160313.106000', '160313.109000', '160332.988000', '160332.991000', '160332.994000', '160332.996000', '160333.000000', '160333.003000', '160333.006000', '160333.009000', '160333.011000', '160333.014000', '160333.017000', '160333.020000', '160333.023000', '160333.025000', '160333.028000', '160333.031000', '160333.034000', '160333.037000', '160333.039000', '160333.042000', '160333.045000', '160333.048000', '160333.051000', '160333.054000', '160333.057000', '160333.060000', '160333.062000', '160333.065000', '160333.068000', '160333.071000', '160333.073000', '160333.076000', '160333.079000', '160333.082000', '160333.085000', '160333.087000', '160333.090000', '160333.107000', '160333.110000', '160333.113000', '160333.115000', '160333.118000', '160333.121000', '160333.124000', '160352.989000', '160352.992000', '160352.995000', '160352.997000', '160353.001000', '160353.004000', '160353.007000', '160353.010000', '160353.013000', '160353.015000', '160353.018000', '160353.021000', '160353.024000', '160353.026000', '160353.029000', '160353.032000', '160353.035000', '160353.038000', '160353.040000', '160353.043000', '160353.046000', '160353.049000', '160353.052000', '160353.054000', '160353.057000', '160353.060000', '160353.063000', '160353.065000', '160353.068000', '160353.071000', '160353.074000', '160353.077000', '160353.080000', '160353.082000', '160353.085000', '160353.088000', '160353.091000', '160353.094000', '160353.096000', '160353.099000', '160353.102000', '160353.105000', '160353.108000', '160412.988000', '160412.991000', '160412.994000', '160412.997000', '160413.000000', '160413.003000', '160413.006000', '160413.009000', '160413.012000', '160413.015000', '160413.025000', '160413.028000', '160413.030000', '160413.033000', '160413.036000', '160413.039000', '160413.042000', '160413.045000', '160413.048000', '160413.051000', '160413.053000', '160413.056000', '160413.059000', '160413.062000', '160413.065000', '160413.068000', '160413.070000', '160413.073000', '160413.076000', '160413.079000', '160413.082000', '160413.084000', '160413.087000', '160413.090000', '160413.093000', '160413.096000', '160413.099000', '160413.101000', '160413.104000', '160413.107000', '160413.110000', '160413.112000', '160413.115000', '160413.118000', '160432.988000', '160432.991000', '160432.994000', '160432.996000', '160433.000000', '160433.003000', '160433.006000', '160433.009000', '160433.012000', '160433.014000', '160433.017000', '160433.020000', '160433.023000', '160433.026000', '160433.028000', '160433.031000', '160433.034000', '160433.037000', '160433.040000', '160433.042000', '160433.045000', '160433.048000', '160433.051000', '160433.054000', '160433.057000', '160433.059000', '160433.062000', '160433.065000', '160433.068000', '160433.071000', '160433.073000', '160433.076000', '160433.079000', '160433.082000', '160433.085000', '160433.087000', '160433.090000', '160433.093000', '160433.096000', '160433.099000', '160433.101000', '160433.104000', '160433.107000', '160452.988000', '160452.991000', '160452.993000', '160452.996000', '160453.000000', '160453.003000', '160453.006000', '160453.009000', '160453.011000', '160453.014000', '160453.017000', '160453.020000', '160453.023000', '160453.025000', '160453.028000', '160453.031000', '160453.034000', '160453.037000', '160453.039000', '160453.042000', '160453.045000', '160453.048000', '160453.051000', '160453.053000', '160453.056000', '160453.059000', '160453.062000', '160453.065000', '160453.068000', '160453.070000', '160453.073000', '160453.076000', '160453.079000', '160453.081000', '160453.084000', '160453.087000', '160453.090000', '160453.093000', '160453.096000', '160453.099000', '160453.101000', '160453.104000', '160453.107000', '160453.110000', '160512.988000', '160512.991000', '160512.994000', '160512.996000', '160513.014000', '160513.016000', '160513.019000', '160513.022000', '160513.025000', '160513.028000', '160513.031000', '160513.034000', '160513.037000', '160513.039000', '160513.042000', '160513.045000', '160513.048000', '160513.050000', '160513.053000', '160513.064000', '160513.067000', '160513.069000', '160513.072000', '160513.075000', '160513.078000', '160513.081000', '160513.084000', '160513.087000', '160513.089000', '160513.092000', '160513.095000', '160513.098000', '160513.101000', '160513.104000', '160513.107000', '160513.109000', '160513.112000', '160513.115000', '160513.118000', '160513.121000', '160513.123000', '160513.126000', '160513.129000', '160532.988000', '160532.991000', '160532.994000', '160532.997000', '160533.001000', '160533.003000', '160533.006000', '160533.009000', '160533.012000', '160533.015000', '160533.017000', '160533.020000', '160533.023000', '160533.026000', '160533.029000', '160533.031000', '160533.034000', '160533.037000', '160533.040000', '160533.043000', '160533.046000', '160533.048000', '160533.051000', '160533.054000', '160533.057000', '160533.059000', '160533.062000', '160533.065000', '160533.068000', '160533.071000', '160533.074000', '160533.076000', '160533.079000', '160533.082000', '160533.085000', '160533.087000', '160533.090000', '160533.093000', '160533.096000', '160533.099000', '160533.101000', '160533.104000', '160533.107000', '160537.181000', '160537.184000', '160537.188000', '160537.191000', '160537.194000', '160537.197000', '160537.200000', '160537.203000', '160537.206000', '160537.209000'], 'InstanceCreationTime': ['155913.023000', '155913.026000', '155913.040000', '155913.042000', '155913.050000', '155913.053000', '155913.055000', '155913.058000', '155913.061000', '155913.064000', '155913.067000', '155913.070000', '155913.078000', '155913.081000', '155913.084000', '155913.086000', '155913.089000', '155913.092000', '155913.095000', '155913.098000', '155913.101000', '155913.103000', '155913.106000', '155913.109000', '155913.112000', '155913.115000', '155913.118000', '155913.120000', '155913.123000', '155913.126000', '155913.129000', '155913.132000', '155913.134000', '155913.137000', '155913.140000', '155913.143000', '155932.988000', '155932.991000', '155932.994000', '155932.996000', '155933.000000', '155933.003000', '155933.006000', '155933.009000', '155933.012000', '155933.015000', '155933.017000', '155933.020000', '155933.028000', '155933.031000', '155933.033000', '155933.036000', '155933.039000', '155933.042000', '155933.045000', '155933.048000', '155933.050000', '155933.053000', '155933.056000', '155933.059000', '155933.062000', '155933.065000', '155933.067000', '155933.070000', '155933.073000', '155933.076000', '155933.079000', '155933.082000', '155933.085000', '155933.088000', '155933.090000', '155933.093000', '155933.096000', '155933.099000', '155933.102000', '155933.105000', '155933.107000', '155933.110000', '155933.113000', '155933.116000', '155952.988000', '155952.991000', '155952.993000', '155952.996000', '155953.000000', '155953.003000', '155953.006000', '155953.009000', '155953.011000', '155953.014000', '155953.017000', '155953.020000', '155953.023000', '155953.026000', '155953.028000', '155953.031000', '155953.034000', '155953.037000', '155953.042000', '155953.045000', '155953.048000', '155953.051000', '155953.054000', '155953.057000', '155953.060000', '155953.062000', '155953.065000', '155953.068000', '155953.071000', '155953.074000', '155953.076000', '155953.079000', '155953.082000', '155953.085000', '155953.088000', '155953.091000', '155953.093000', '155953.096000', '155953.099000', '155953.102000', '155953.105000', '155953.107000', '155953.110000', '160012.988000', '160012.991000', '160012.994000', '160012.996000', '160013.000000', '160013.003000', '160013.006000', '160013.009000', '160013.011000', '160013.014000', '160013.017000', '160013.020000', '160013.022000', '160013.025000', '160013.028000', '160013.031000', '160013.033000', '160013.036000', '160013.039000', '160013.042000', '160013.045000', '160013.047000', '160013.050000', '160013.053000', '160013.056000', '160013.059000', '160013.062000', '160013.064000', '160013.067000', '160013.070000', '160013.073000', '160013.076000', '160013.079000', '160013.082000', '160013.084000', '160013.087000', '160013.090000', '160013.093000', '160013.096000', '160013.098000', '160013.101000', '160013.104000', '160013.107000', '160013.110000', '160032.988000', '160032.991000', '160032.994000', '160032.996000', '160033.000000', '160033.003000', '160033.007000', '160033.010000', '160033.013000', '160033.016000', '160033.019000', '160033.022000', '160033.024000', '160033.027000', '160033.030000', '160033.033000', '160033.046000', '160033.049000', '160033.052000', '160033.054000', '160033.057000', '160033.060000', '160033.063000', '160033.066000', '160033.069000', '160033.072000', '160033.074000', '160033.077000', '160033.080000', '160033.083000', '160033.086000', '160033.089000', '160033.092000', '160033.094000', '160033.097000', '160033.100000', '160033.103000', '160033.106000', '160033.109000', '160033.112000', '160033.115000', '160033.117000', '160033.120000', '160052.988000', '160052.991000', '160052.994000', '160052.997000', '160053.001000', '160053.003000', '160053.006000', '160053.009000', '160053.012000', '160053.015000', '160053.018000', '160053.020000', '160053.023000', '160053.026000', '160053.029000', '160053.032000', '160053.035000', '160053.038000', '160053.040000', '160053.043000', '160053.046000', '160053.049000', '160053.052000', '160053.055000', '160053.058000', '160053.060000', '160053.063000', '160053.066000', '160053.069000', '160053.071000', '160053.074000', '160053.077000', '160053.080000', '160053.083000', '160053.086000', '160053.088000', '160053.091000', '160053.094000', '160053.104000', '160053.107000', '160053.109000', '160053.112000', '160053.115000', '160053.118000', '160112.988000', '160112.991000', '160112.994000', '160112.997000', '160113.001000', '160113.004000', '160113.006000', '160113.009000', '160113.012000', '160113.015000', '160113.018000', '160113.021000', '160113.023000', '160113.026000', '160113.029000', '160113.032000', '160113.035000', '160113.038000', '160113.041000', '160113.044000', '160113.046000', '160113.049000', '160113.052000', '160113.055000', '160113.058000', '160113.061000', '160113.063000', '160113.066000', '160113.069000', '160113.072000', '160113.075000', '160113.078000', '160113.080000', '160113.083000', '160113.086000', '160113.089000', '160113.092000', '160113.095000', '160113.101000', '160113.104000', '160113.107000', '160113.110000', '160113.112000', '160132.989000', '160132.992000', '160132.995000', '160132.998000', '160133.001000', '160133.004000', '160133.007000', '160133.010000', '160133.013000', '160133.015000', '160133.018000', '160133.021000', '160133.024000', '160133.027000', '160133.030000', '160133.032000', '160133.035000', '160133.038000', '160133.041000', '160133.044000', '160133.047000', '160133.049000', '160133.052000', '160133.055000', '160133.058000', '160133.061000', '160133.063000', '160133.066000', '160133.069000', '160133.072000', '160133.075000', '160133.077000', '160133.080000', '160133.083000', '160133.086000', '160133.089000', '160133.091000', '160133.094000', '160133.097000', '160133.100000', '160133.103000', '160133.106000', '160133.109000', '160133.111000', '160152.988000', '160152.991000', '160152.993000', '160152.996000', '160153.000000', '160153.003000', '160153.006000', '160153.009000', '160153.012000', '160153.015000', '160153.017000', '160153.020000', '160153.023000', '160153.026000', '160153.029000', '160153.032000', '160153.035000', '160153.037000', '160153.040000', '160153.043000', '160153.047000', '160153.050000', '160153.053000', '160153.055000', '160153.059000', '160153.061000', '160153.064000', '160153.067000', '160153.070000', '160153.073000', '160153.076000', '160153.078000', '160153.081000', '160153.084000', '160153.087000', '160153.090000', '160153.093000', '160153.096000', '160153.098000', '160153.101000', '160153.104000', '160153.107000', '160153.110000', '160212.988000', '160212.991000', '160212.994000', '160212.997000', '160213.000000', '160213.009000', '160213.011000', '160213.014000', '160213.017000', '160213.020000', '160213.023000', '160213.026000', '160213.048000', '160213.051000', '160213.054000', '160213.056000', '160213.059000', '160213.062000', '160213.065000', '160213.068000', '160213.071000', '160213.073000', '160213.076000', '160213.079000', '160213.082000', '160213.085000', '160213.088000', '160213.090000', '160213.093000', '160213.096000', '160213.099000', '160213.102000', '160213.105000', '160213.108000', '160213.110000', '160213.113000', '160213.116000', '160213.119000', '160213.122000', '160213.125000', '160213.127000', '160213.130000', '160213.133000', '160213.136000', '160232.988000', '160232.991000', '160232.993000', '160232.996000', '160233.000000', '160233.003000', '160233.006000', '160233.008000', '160233.011000', '160233.014000', '160233.017000', '160233.020000', '160233.022000', '160233.025000', '160233.028000', '160233.031000', '160233.034000', '160233.037000', '160233.039000', '160233.042000', '160233.045000', '160233.048000', '160233.051000', '160233.053000', '160233.056000', '160233.059000', '160233.062000', '160233.065000', '160233.068000', '160233.070000', '160233.073000', '160233.076000', '160233.079000', '160233.082000', '160233.084000', '160233.087000', '160233.090000', '160233.093000', '160233.095000', '160233.098000', '160233.101000', '160233.104000', '160233.107000', '160252.988000', '160252.991000', '160252.993000', '160252.996000', '160253.000000', '160253.003000', '160253.006000', '160253.009000', '160253.011000', '160253.014000', '160253.017000', '160253.020000', '160253.022000', '160253.025000', '160253.028000', '160253.031000', '160253.034000', '160253.037000', '160253.039000', '160253.042000', '160253.045000', '160253.048000', '160253.051000', '160253.053000', '160253.056000', '160253.059000', '160253.062000', '160253.065000', '160253.067000', '160253.070000', '160253.073000', '160253.076000', '160253.079000', '160253.081000', '160253.084000', '160253.087000', '160253.090000', '160253.092000', '160253.095000', '160253.098000', '160253.101000', '160253.104000', '160253.106000', '160253.109000', '160312.988000', '160312.991000', '160312.994000', '160312.997000', '160313.000000', '160313.003000', '160313.006000', '160313.009000', '160313.012000', '160313.014000', '160313.017000', '160313.020000', '160313.023000', '160313.026000', '160313.028000', '160313.031000', '160313.034000', '160313.037000', '160313.040000', '160313.043000', '160313.045000', '160313.048000', '160313.051000', '160313.054000', '160313.057000', '160313.060000', '160313.062000', '160313.065000', '160313.068000', '160313.071000', '160313.074000', '160313.076000', '160313.079000', '160313.083000', '160313.086000', '160313.089000', '160313.092000', '160313.095000', '160313.098000', '160313.101000', '160313.103000', '160313.106000', '160313.109000', '160332.988000', '160332.991000', '160332.994000', '160332.996000', '160333.000000', '160333.003000', '160333.006000', '160333.009000', '160333.011000', '160333.014000', '160333.017000', '160333.020000', '160333.023000', '160333.025000', '160333.028000', '160333.031000', '160333.034000', '160333.037000', '160333.039000', '160333.042000', '160333.045000', '160333.048000', '160333.051000', '160333.054000', '160333.057000', '160333.060000', '160333.062000', '160333.065000', '160333.068000', '160333.071000', '160333.073000', '160333.076000', '160333.079000', '160333.082000', '160333.085000', '160333.087000', '160333.090000', '160333.107000', '160333.110000', '160333.113000', '160333.115000', '160333.118000', '160333.121000', '160333.124000', '160352.989000', '160352.992000', '160352.995000', '160352.997000', '160353.001000', '160353.004000', '160353.007000', '160353.010000', '160353.013000', '160353.015000', '160353.018000', '160353.021000', '160353.024000', '160353.026000', '160353.029000', '160353.032000', '160353.035000', '160353.038000', '160353.040000', '160353.043000', '160353.046000', '160353.049000', '160353.052000', '160353.054000', '160353.057000', '160353.060000', '160353.063000', '160353.065000', '160353.068000', '160353.071000', '160353.074000', '160353.077000', '160353.080000', '160353.082000', '160353.085000', '160353.088000', '160353.091000', '160353.094000', '160353.096000', '160353.099000', '160353.102000', '160353.105000', '160353.108000', '160412.988000', '160412.991000', '160412.994000', '160412.997000', '160413.000000', '160413.003000', '160413.006000', '160413.009000', '160413.012000', '160413.015000', '160413.025000', '160413.028000', '160413.030000', '160413.033000', '160413.036000', '160413.039000', '160413.042000', '160413.045000', '160413.048000', '160413.051000', '160413.053000', '160413.056000', '160413.059000', '160413.062000', '160413.065000', '160413.068000', '160413.070000', '160413.073000', '160413.076000', '160413.079000', '160413.082000', '160413.084000', '160413.087000', '160413.090000', '160413.093000', '160413.096000', '160413.099000', '160413.101000', '160413.104000', '160413.107000', '160413.110000', '160413.112000', '160413.115000', '160413.118000', '160432.988000', '160432.991000', '160432.994000', '160432.996000', '160433.000000', '160433.003000', '160433.006000', '160433.009000', '160433.012000', '160433.014000', '160433.017000', '160433.020000', '160433.023000', '160433.026000', '160433.028000', '160433.031000', '160433.034000', '160433.037000', '160433.040000', '160433.042000', '160433.045000', '160433.048000', '160433.051000', '160433.054000', '160433.057000', '160433.059000', '160433.062000', '160433.065000', '160433.068000', '160433.071000', '160433.073000', '160433.076000', '160433.079000', '160433.082000', '160433.085000', '160433.087000', '160433.090000', '160433.093000', '160433.096000', '160433.099000', '160433.101000', '160433.104000', '160433.107000', '160452.988000', '160452.991000', '160452.993000', '160452.996000', '160453.000000', '160453.003000', '160453.006000', '160453.009000', '160453.011000', '160453.014000', '160453.017000', '160453.020000', '160453.023000', '160453.025000', '160453.028000', '160453.031000', '160453.034000', '160453.037000', '160453.039000', '160453.042000', '160453.045000', '160453.048000', '160453.051000', '160453.053000', '160453.056000', '160453.059000', '160453.062000', '160453.065000', '160453.068000', '160453.070000', '160453.073000', '160453.076000', '160453.079000', '160453.081000', '160453.084000', '160453.087000', '160453.090000', '160453.093000', '160453.096000', '160453.099000', '160453.101000', '160453.104000', '160453.107000', '160453.110000', '160512.988000', '160512.991000', '160512.994000', '160512.996000', '160513.014000', '160513.016000', '160513.019000', '160513.022000', '160513.025000', '160513.028000', '160513.031000', '160513.034000', '160513.037000', '160513.039000', '160513.042000', '160513.045000', '160513.048000', '160513.050000', '160513.053000', '160513.064000', '160513.067000', '160513.069000', '160513.072000', '160513.075000', '160513.078000', '160513.081000', '160513.084000', '160513.087000', '160513.089000', '160513.092000', '160513.095000', '160513.098000', '160513.101000', '160513.104000', '160513.107000', '160513.109000', '160513.112000', '160513.115000', '160513.118000', '160513.121000', '160513.123000', '160513.126000', '160513.129000', '160532.988000', '160532.991000', '160532.994000', '160532.997000', '160533.001000', '160533.003000', '160533.006000', '160533.009000', '160533.012000', '160533.015000', '160533.017000', '160533.020000', '160533.023000', '160533.026000', '160533.029000', '160533.031000', '160533.034000', '160533.037000', '160533.040000', '160533.043000', '160533.046000', '160533.048000', '160533.051000', '160533.054000', '160533.057000', '160533.059000', '160533.062000', '160533.065000', '160533.068000', '160533.071000', '160533.074000', '160533.076000', '160533.079000', '160533.082000', '160533.085000', '160533.087000', '160533.090000', '160533.093000', '160533.096000', '160533.099000', '160533.101000', '160533.104000', '160533.107000', '160537.181000', '160537.184000', '160537.188000', '160537.191000', '160537.194000', '160537.197000', '160537.200000', '160537.203000', '160537.206000', '160537.209000'], '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': [15191, 13642, 12649, 12888, 10028, 11134, 9135, 12081, 9190, 8999, 8772, 8107, 10209, 8532, 8027, 8717, 7862, 11204, 8577, 8675, 8529, 7784, 9487, 9016, 7514, 12623, 9047, 7609, 11223, 8887, 8901, 12942, 10363, 11132, 13174, 8693, 15672, 9637, 15286, 9920, 8147, 9936, 8675, 13487, 10006, 12344, 10333, 8538, 13211, 9253, 12511, 11590, 8438, 12885, 9013, 8081, 10064, 9032, 12987, 11404, 8064, 11426, 8585, 15396, 11811, 8517, 10025, 8757, 8312, 9795, 8266, 8445, 10012, 8268, 7665, 13846, 10285, 8760, 14263, 12267, 8652, 11280, 10128, 8899, 10654, 10858, 7803, 7725, 10711, 9673, 8185, 13951, 9434, 8320, 13532, 12049, 8414, 14776, 11622, 9910, 12778, 8502, 15527, 11532, 10574, 10751, 8320, 11449, 8767, 7932, 9569, 8334, 13824, 11254, 9565, 10896, 8591, 14289, 9737, 7893, 10662, 8377, 8280, 13721, 8890, 13859, 11072, 9562, 10794, 8364, 11395, 10845, 8035, 13983, 9348, 14530, 10851, 11993, 11902, 8195, 13229, 8236, 14306, 8499, 13443, 8558, 13281, 8780, 13978, 8758, 12170, 9039, 7640, 9350, 7779, 9462, 8063, 11554, 8315, 13443, 8518, 13882, 9214, 13680, 9379, 7781, 9641, 8085, 13270, 8794, 12321, 11153, 8270, 11649, 8376, 14090, 9491, 14517, 9851, 14278, 9680, 14420, 9159, 13752, 9152, 13366, 9141, 13173, 8897, 8319, 8550, 7663, 9091, 7911, 11920, 8640, 13426, 9184, 10435, 10603, 9092, 11687, 8570, 13858, 9165, 12656, 9317, 8070, 10845, 8553, 7953, 12492, 9622, 8626, 13170, 9018, 8267, 10002, 8499, 14263, 10085, 13737, 11195, 8988, 10365, 8387, 12323, 9426, 8336, 8978, 8630, 8437, 10419, 9742, 8297, 9843, 10700, 8728, 13009, 11649, 9636, 10087, 14753, 9770, 10484, 12385, 9078, 15744, 10076, 14720, 11630, 9114, 11107, 8562, 13942, 8814, 13474, 9346, 7774, 10004, 8734, 8259, 9460, 8444, 14174, 9259, 12245, 10674, 8302, 12767, 8643, 15517, 9559, 9376, 9972, 8270, 12822, 9272, 7799, 11012, 8585, 7605, 9793, 8687, 13040, 10701, 8716, 7858, 13267, 9349, 12640, 12755, 9200, 14757, 10881, 8569, 14424, 9508, 12176, 11606, 8658, 13694, 9369, 8797, 13388, 9305, 8887, 11631, 11305, 7935, 8314, 14065, 9598, 10418, 14974, 9330, 10461, 12298, 8666, 14946, 10574, 8766, 13773, 9324, 8595, 10582, 8433, 13300, 8885, 8634, 11597, 8713, 12042, 10094, 8266, 14399, 9121, 11305, 11534, 8610, 14308, 9298, 11553, 10698, 8375, 12843, 8509, 12944, 8754, 12407, 9391, 8348, 11212, 8248, 12306, 8416, 7875, 10276, 8319, 7814, 9841, 8255, 8580, 9855, 11346, 10114, 12615, 10638, 13782, 8157, 12978, 8561, 13200, 9675, 12975, 9880, 7679, 10614, 8363, 7560, 10185, 9028, 8270, 14248, 8858, 12479, 10249, 11703, 10869, 14501, 10305, 12050, 10187, 8431, 10794, 8179, 11571, 8414, 11947, 8659, 8568, 9858, 7798, 12031, 8699, 14952, 9833, 13715, 8436, 13141, 8433, 12848, 8456, 12759, 8390, 12347, 8136, 11603, 8198, 11458, 8070, 12388, 8235, 12177, 8428, 11550, 8838, 10823, 9181, 7731, 10291, 9442, 10306, 9621, 10366, 7654, 11205, 7942, 12098, 8465, 12844, 8597, 7561, 9880, 8571, 11199, 9356, 8669, 13559, 10510, 11955, 16655, 9015, 13534, 8657, 13679, 8762, 15116, 8837, 10733, 8860, 7914, 10333, 7863, 10915, 8743, 11609, 8191, 12327, 8600, 12827, 8786, 13304, 8873, 12610, 9375, 10358, 9298, 9360, 9904, 11046, 9175, 9891, 9508, 7637, 10055, 7847, 11075, 8197, 11896, 8387, 13331, 8918, 14137, 8434, 13291, 8212, 12116, 10162, 9496, 11232, 8668, 12652, 8346, 12979, 8531, 12488, 8409, 11900, 8110, 11321, 7837, 11380, 7788, 11618, 8286, 7715, 10673, 8585, 14705, 9036, 15180, 9513, 14206, 8650, 13770, 8651, 14339, 8935, 13327, 9183, 10795, 9202, 10962, 9206, 11455, 9074, 8284, 10294, 7783, 11260, 11210, 9730, 15061, 9599, 14350, 9190, 13978, 8267, 12653, 8024, 11908, 8366, 10999, 7934, 10895, 7647, 11056, 7918, 11229, 7990, 12081, 8307, 12797, 8181, 13333, 8547, 13714, 8421, 13042, 8217, 11860, 8454, 11639, 8588, 7916, 10250, 8196, 12236, 8501, 13213, 8871, 12181, 9884, 8026, 11339, 8128, 13961, 9168, 13485, 8230, 12867, 8416, 7806, 10478, 8841, 8263, 14238, 9319, 12154, 13052, 8761, 12618, 8828, 12275, 10592, 11194, 8406, 11716, 8119, 12289, 8253, 12028, 8817, 8937, 9779, 7823, 11744, 8469, 11943, 9383, 13225, 9708, 12092, 10432, 10258, 10314, 8595, 10685, 9950, 9402, 9197, 10043, 7589, 9942, 10588, 8546, 13819, 8427, 13423, 8501, 12478, 8389, 12497, 8628, 12394, 8312, 11312, 8390, 11309, 8398, 12333, 8553, 12645, 8489, 12677, 8446, 13644, 8688, 8715, 13847, 8368, 8479, 10972, 7975, 7523, 13470, 8936, 12416, 13143, 8621, 14298, 9604, 15375, 10644, 15510, 10054, 15003, 9446, 14366, 9415, 14346, 9334, 14451, 9332, 13929, 8905, 13077, 8363, 12591, 8252, 12020, 8012, 11732, 8022, 11682, 8193, 11951, 8478, 11832, 8907, 10246, 9626, 7880, 11206, 7833, 11783, 8173, 13718, 8291, 13072, 8902, 7923, 10701, 8646, 8722, 10553, 8268, 13287, 9112, 11473, 10004, 7864, 11272, 8459, 14372, 8757, 15300, 9196, 14541, 8903, 12459, 9193, 10223, 9265, 7919, 11513, 8229, 12740, 8727, 13591, 9400, 9526, 10753, 7991, 13144, 8689, 14986, 8764, 15685, 8951, 13455, 9166, 11000, 9813, 11746, 9773, 10804, 10056, 10258, 10075, 13700, 8823, 14672, 8945, 13461, 9382, 9378, 9420, 7822, 10639, 8102, 11698, 8699, 12649, 8248, 12627, 8255, 12581, 8385, 12481, 8325, 11739, 7949, 11691, 8060, 11916, 8270, 12373, 8338, 13059, 8625, 13595, 8735, 11771, 9072, 7916, 10547, 7930, 11802, 8496, 9512, 9815, 8376, 13714, 8668, 15474, 8769, 15413, 8877, 15629, 9592, 15065, 8596, 11766, 8450, 9036, 9809, 7707, 11954, 8349, 11935, 9058, 13764, 9287, 14194, 9621, 11515, 9594, 8631, 10103, 9378, 11097, 7583, 11693, 7808, 11874, 9931, 10495, 11011, 9717, 11184, 9736, 11077, 9342, 12653, 9139, 13233, 8777, 12384, 9098, 9985, 8700, 9672, 8713, 12387, 8746, 12252, 9010, 12285, 8717, 12835, 8650, 12528, 8771, 7904, 9711, 7758, 10844, 8417, 11634, 7761], 'WindowCenter': [4243.0, 4230.0, 4205.0, 4202.0, 4170.0, 4179.0, 4158.0, 4187.0, 4170.0, 4170.0, 4160.0, 4161.0, 4182.0, 4173.0, 4163.0, 4174.0, 4176.0, 4217.0, 4187.0, 4187.0, 4187.0, 4177.0, 4210.0, 4211.0, 4181.0, 4243.0, 4210.0, 4191.0, 4233.0, 4215.0, 4213.0, 4242.0, 4223.0, 4231.0, 4242.0, 4200.0, 4250.0, 4210.0, 4237.0, 4208.0, 4177.0, 4207.0, 4199.0, 4240.0, 4210.0, 4227.0, 4207.0, 4187.0, 4227.0, 4198.0, 4240.0, 4218.0, 4188.0, 4228.0, 4198.0, 4188.0, 4221.0, 4213.0, 4240.0, 4232.0, 4191.0, 4230.0, 4214.0, 4262.0, 4231.0, 4199.0, 4209.0, 4199.0, 4202.0, 4222.0, 4203.0, 4213.0, 4222.0, 4213.0, 4203.0, 4264.0, 4233.0, 4215.0, 4253.0, 4242.0, 4200.0, 4231.0, 4232.0, 4224.0, 4232.0, 4232.0, 4190.0, 4190.0, 4232.0, 4222.0, 4203.0, 4253.0, 4211.0, 4202.0, 4251.0, 4242.0, 4202.0, 4250.0, 4233.0, 4210.0, 4227.0, 4189.0, 4248.0, 4219.0, 4207.0, 4207.0, 4188.0, 4218.0, 4197.0, 4188.0, 4209.0, 4202.0, 4239.0, 4230.0, 4209.0, 4220.0, 4199.0, 4250.0, 4210.0, 4188.0, 4218.0, 4190.0, 4201.0, 4251.0, 4212.0, 4250.0, 4232.0, 4209.0, 4220.0, 4200.0, 4229.0, 4220.0, 4190.0, 4240.0, 4209.0, 4240.0, 4219.0, 4216.0, 4217.0, 4177.0, 4227.0, 4174.0, 4224.0, 4173.0, 4213.0, 4174.0, 4213.0, 4184.0, 4224.0, 4187.0, 4214.0, 4186.0, 4166.0, 4198.0, 4188.0, 4210.0, 4201.0, 4231.0, 4201.0, 4240.0, 4201.0, 4252.0, 4223.0, 4251.0, 4211.0, 4205.0, 4222.0, 4201.0, 4252.0, 4213.0, 4254.0, 4244.0, 4203.0, 4232.0, 4203.0, 4252.0, 4224.0, 4252.0, 4222.0, 4240.0, 4210.0, 4237.0, 4197.0, 4227.0, 4197.0, 4227.0, 4198.0, 4226.0, 4198.0, 4187.0, 4198.0, 4190.0, 4212.0, 4201.0, 4242.0, 4213.0, 4251.0, 4222.0, 4232.0, 4234.0, 4213.0, 4232.0, 4202.0, 4252.0, 4211.0, 4240.0, 4210.0, 4202.0, 4232.0, 4214.0, 4215.0, 4255.0, 4236.0, 4215.0, 4254.0, 4225.0, 4213.0, 4233.0, 4216.0, 4264.0, 4235.0, 4253.0, 4232.0, 4201.0, 4221.0, 4212.0, 4242.0, 4212.0, 4202.0, 4223.0, 4225.0, 4227.0, 4246.0, 4237.0, 4227.0, 4236.0, 4235.0, 4216.0, 4265.0, 4245.0, 4225.0, 4235.0, 4264.0, 4222.0, 4221.0, 4240.0, 4199.0, 4250.0, 4210.0, 4238.0, 4216.0, 4186.0, 4204.0, 4186.0, 4226.0, 4197.0, 4226.0, 4195.0, 4178.0, 4207.0, 4200.0, 4199.0, 4222.0, 4202.0, 4252.0, 4211.0, 4230.0, 4221.0, 4189.0, 4241.0, 4199.0, 4238.0, 4199.0, 4198.0, 4211.0, 4200.0, 4241.0, 4209.0, 4189.0, 4230.0, 4212.0, 4190.0, 4222.0, 4226.0, 4265.0, 4245.0, 4213.0, 4201.0, 4253.0, 4223.0, 4242.0, 4242.0, 4210.0, 4240.0, 4219.0, 4189.0, 4237.0, 4209.0, 4228.0, 4217.0, 4176.0, 4224.0, 4185.0, 4186.0, 4239.0, 4198.0, 4197.0, 4217.0, 4217.0, 4186.0, 4186.0, 4237.0, 4197.0, 4206.0, 4236.0, 4196.0, 4205.0, 4214.0, 4185.0, 4234.0, 4195.0, 4173.0, 4221.0, 4185.0, 4173.0, 4204.0, 4185.0, 4237.0, 4197.0, 4185.0, 4216.0, 4185.0, 4217.0, 4207.0, 4186.0, 4237.0, 4196.0, 4216.0, 4216.0, 4186.0, 4236.0, 4198.0, 4217.0, 4205.0, 4175.0, 4226.0, 4185.0, 4225.0, 4198.0, 4226.0, 4197.0, 4186.0, 4216.0, 4188.0, 4240.0, 4201.0, 4190.0, 4217.0, 4200.0, 4202.0, 4246.0, 4227.0, 4226.0, 4235.0, 4246.0, 4233.0, 4254.0, 4221.0, 4241.0, 4188.0, 4228.0, 4188.0, 4227.0, 4209.0, 4238.0, 4208.0, 4175.0, 4216.0, 4186.0, 4188.0, 4229.0, 4223.0, 4214.0, 4264.0, 4224.0, 4242.0, 4232.0, 4229.0, 4220.0, 4238.0, 4207.0, 4214.0, 4196.0, 4163.0, 4204.0, 4174.0, 4213.0, 4174.0, 4215.0, 4197.0, 4197.0, 4208.0, 4179.0, 4230.0, 4200.0, 4250.0, 4196.0, 4227.0, 4176.0, 4214.0, 4175.0, 4213.0, 4174.0, 4213.0, 4175.0, 4214.0, 4175.0, 4215.0, 4188.0, 4228.0, 4187.0, 4228.0, 4188.0, 4226.0, 4199.0, 4228.0, 4209.0, 4218.0, 4209.0, 4178.0, 4220.0, 4208.0, 4220.0, 4210.0, 4218.0, 4178.0, 4227.0, 4189.0, 4243.0, 4202.0, 4240.0, 4211.0, 4202.0, 4220.0, 4212.0, 4242.0, 4222.0, 4213.0, 4252.0, 4234.0, 4231.0, 4261.0, 4198.0, 4229.0, 4175.0, 4225.0, 4175.0, 4223.0, 4184.0, 4202.0, 4184.0, 4174.0, 4205.0, 4175.0, 4217.0, 4184.0, 4215.0, 4174.0, 4215.0, 4186.0, 4225.0, 4186.0, 4225.0, 4187.0, 4216.0, 4196.0, 4194.0, 4185.0, 4184.0, 4197.0, 4204.0, 4186.0, 4193.0, 4195.0, 4163.0, 4207.0, 4188.0, 4228.0, 4189.0, 4226.0, 4198.0, 4239.0, 4210.0, 4238.0, 4187.0, 4238.0, 4185.0, 4227.0, 4205.0, 4197.0, 4204.0, 4185.0, 4214.0, 4184.0, 4223.0, 4185.0, 4226.0, 4187.0, 4226.0, 4187.0, 4217.0, 4177.0, 4227.0, 4188.0, 4240.0, 4211.0, 4201.0, 4232.0, 4213.0, 4262.0, 4212.0, 4251.0, 4208.0, 4236.0, 4187.0, 4226.0, 4187.0, 4238.0, 4198.0, 4225.0, 4196.0, 4204.0, 4196.0, 4204.0, 4195.0, 4215.0, 4185.0, 4174.0, 4206.0, 4175.0, 4217.0, 4203.0, 4196.0, 4224.0, 4182.0, 4212.0, 4182.0, 4211.0, 4162.0, 4200.0, 4161.0, 4202.0, 4161.0, 4192.0, 4161.0, 4203.0, 4162.0, 4204.0, 4174.0, 4216.0, 4175.0, 4215.0, 4186.0, 4226.0, 4187.0, 4237.0, 4187.0, 4237.0, 4188.0, 4225.0, 4176.0, 4215.0, 4186.0, 4216.0, 4199.0, 4187.0, 4218.0, 4199.0, 4239.0, 4200.0, 4240.0, 4211.0, 4227.0, 4208.0, 4187.0, 4217.0, 4177.0, 4239.0, 4197.0, 4226.0, 4186.0, 4225.0, 4185.0, 4187.0, 4216.0, 4209.0, 4200.0, 4251.0, 4222.0, 4241.0, 4239.0, 4198.0, 4229.0, 4196.0, 4217.0, 4194.0, 4204.0, 4161.0, 4200.0, 4161.0, 4201.0, 4173.0, 4213.0, 4196.0, 4185.0, 4205.0, 4176.0, 4227.0, 4189.0, 4227.0, 4198.0, 4226.0, 4196.0, 4215.0, 4195.0, 4192.0, 4193.0, 4172.0, 4194.0, 4181.0, 4182.0, 4172.0, 4191.0, 4150.0, 4193.0, 4191.0, 4184.0, 4223.0, 4172.0, 4210.0, 4172.0, 4211.0, 4173.0, 4223.0, 4197.0, 4225.0, 4184.0, 4202.0, 4187.0, 4218.0, 4201.0, 4237.0, 4213.0, 4238.0, 4209.0, 4239.0, 4211.0, 4251.0, 4199.0, 4211.0, 4250.0, 4198.0, 4197.0, 4243.0, 4214.0, 4204.0, 4276.0, 4224.0, 4253.0, 4253.0, 4211.0, 4250.0, 4208.0, 4239.0, 4195.0, 4223.0, 4181.0, 4210.0, 4168.0, 4197.0, 4157.0, 4197.0, 4157.0, 4196.0, 4156.0, 4195.0, 4156.0, 4186.0, 4145.0, 4185.0, 4146.0, 4187.0, 4147.0, 4187.0, 4148.0, 4198.0, 4170.0, 4201.0, 4172.0, 4203.0, 4184.0, 4193.0, 4194.0, 4163.0, 4205.0, 4164.0, 4215.0, 4189.0, 4236.0, 4185.0, 4223.0, 4183.0, 4187.0, 4230.0, 4210.0, 4198.0, 4218.0, 4200.0, 4250.0, 4212.0, 4228.0, 4221.0, 4188.0, 4216.0, 4187.0, 4238.0, 4198.0, 4236.0, 4196.0, 4236.0, 4186.0, 4212.0, 4196.0, 4206.0, 4195.0, 4175.0, 4215.0, 4186.0, 4238.0, 4200.0, 4237.0, 4208.0, 4208.0, 4217.0, 4202.0, 4251.0, 4198.0, 4237.0, 4185.0, 4246.0, 4196.0, 4223.0, 4195.0, 4205.0, 4207.0, 4214.0, 4195.0, 4204.0, 4193.0, 4193.0, 4195.0, 4213.0, 4183.0, 4221.0, 4172.0, 4210.0, 4181.0, 4182.0, 4183.0, 4161.0, 4204.0, 4174.0, 4215.0, 4183.0, 4225.0, 4174.0, 4214.0, 4173.0, 4214.0, 4171.0, 4214.0, 4173.0, 4214.0, 4172.0, 4214.0, 4186.0, 4227.0, 4185.0, 4225.0, 4186.0, 4225.0, 4198.0, 4238.0, 4199.0, 4226.0, 4198.0, 4186.0, 4218.0, 4186.0, 4227.0, 4209.0, 4221.0, 4232.0, 4212.0, 4251.0, 4209.0, 4250.0, 4198.0, 4247.0, 4196.0, 4236.0, 4194.0, 4232.0, 4184.0, 4213.0, 4185.0, 4194.0, 4218.0, 4186.0, 4237.0, 4199.0, 4237.0, 4211.0, 4248.0, 4209.0, 4237.0, 4210.0, 4228.0, 4207.0, 4185.0, 4207.0, 4196.0, 4217.0, 4174.0, 4215.0, 4163.0, 4214.0, 4193.0, 4205.0, 4203.0, 4181.0, 4189.0, 4181.0, 4188.0, 4169.0, 4197.0, 4170.0, 4209.0, 4170.0, 4197.0, 4170.0, 4178.0, 4170.0, 4179.0, 4171.0, 4211.0, 4171.0, 4201.0, 4183.0, 4199.0, 4182.0, 4212.0, 4185.0, 4213.0, 4182.0, 4172.0, 4194.0, 4173.0, 4227.0, 4185.0, 4227.0, 4176.0], 'WindowWidth': [9374.0, 9347.0, 9304.0, 9296.0, 9247.0, 9257.0, 9228.0, 9265.0, 9248.0, 9251.0, 9237.0, 9238.0, 9267.0, 9258.0, 9246.0, 9263.0, 9271.0, 9327.0, 9286.0, 9283.0, 9284.0, 9274.0, 9324.0, 9328.0, 9287.0, 9372.0, 9325.0, 9301.0, 9358.0, 9337.0, 9333.0, 9370.0, 9344.0, 9351.0, 9369.0, 9308.0, 9377.0, 9321.0, 9352.0, 9314.0, 9272.0, 9313.0, 9306.0, 9362.0, 9321.0, 9339.0, 9314.0, 9287.0, 9338.0, 9302.0, 9362.0, 9330.0, 9288.0, 9342.0, 9304.0, 9290.0, 9340.0, 9334.0, 9362.0, 9356.0, 9300.0, 9349.0, 9336.0, 9395.0, 9352.0, 9306.0, 9321.0, 9308.0, 9318.0, 9343.0, 9320.0, 9335.0, 9343.0, 9334.0, 9321.0, 9402.0, 9361.0, 9341.0, 9387.0, 9370.0, 9311.0, 9350.0, 9358.0, 9350.0, 9355.0, 9355.0, 9298.0, 9298.0, 9357.0, 9345.0, 9319.0, 9385.0, 9328.0, 9318.0, 9380.0, 9371.0, 9316.0, 9377.0, 9358.0, 9320.0, 9341.0, 9292.0, 9371.0, 9331.0, 9312.0, 9311.0, 9289.0, 9329.0, 9303.0, 9292.0, 9322.0, 9317.0, 9361.0, 9350.0, 9319.0, 9333.0, 9307.0, 9377.0, 9322.0, 9290.0, 9329.0, 9296.0, 9312.0, 9380.0, 9329.0, 9379.0, 9355.0, 9319.0, 9336.0, 9311.0, 9348.0, 9337.0, 9298.0, 9362.0, 9320.0, 9361.0, 9332.0, 9323.0, 9325.0, 9272.0, 9338.0, 9263.0, 9328.0, 9258.0, 9311.0, 9263.0, 9313.0, 9278.0, 9331.0, 9284.0, 9315.0, 9282.0, 9256.0, 9303.0, 9292.0, 9325.0, 9313.0, 9353.0, 9312.0, 9362.0, 9313.0, 9382.0, 9347.0, 9380.0, 9327.0, 9331.0, 9346.0, 9317.0, 9385.0, 9334.0, 9387.0, 9375.0, 9320.0, 9358.0, 9321.0, 9384.0, 9351.0, 9385.0, 9342.0, 9363.0, 9323.0, 9353.0, 9302.0, 9339.0, 9302.0, 9339.0, 9302.0, 9338.0, 9303.0, 9288.0, 9305.0, 9299.0, 9331.0, 9315.0, 9370.0, 9335.0, 9383.0, 9345.0, 9356.0, 9363.0, 9335.0, 9356.0, 9316.0, 9382.0, 9326.0, 9363.0, 9326.0, 9319.0, 9358.0, 9336.0, 9342.0, 9394.0, 9370.0, 9339.0, 9392.0, 9353.0, 9334.0, 9361.0, 9341.0, 9403.0, 9365.0, 9385.0, 9357.0, 9312.0, 9341.0, 9333.0, 9371.0, 9329.0, 9318.0, 9349.0, 9353.0, 9363.0, 9384.0, 9374.0, 9360.0, 9370.0, 9366.0, 9342.0, 9407.0, 9378.0, 9353.0, 9367.0, 9403.0, 9344.0, 9341.0, 9364.0, 9308.0, 9377.0, 9322.0, 9354.0, 9323.0, 9281.0, 9304.0, 9282.0, 9335.0, 9300.0, 9337.0, 9295.0, 9274.0, 9313.0, 9310.0, 9309.0, 9345.0, 9318.0, 9381.0, 9328.0, 9350.0, 9340.0, 9292.0, 9364.0, 9306.0, 9356.0, 9304.0, 9303.0, 9324.0, 9311.0, 9366.0, 9322.0, 9294.0, 9351.0, 9330.0, 9300.0, 9343.0, 9357.0, 9407.0, 9381.0, 9335.0, 9317.0, 9386.0, 9346.0, 9370.0, 9370.0, 9323.0, 9364.0, 9333.0, 9291.0, 9353.0, 9320.0, 9343.0, 9325.0, 9268.0, 9331.0, 9280.0, 9285.0, 9360.0, 9302.0, 9300.0, 9327.0, 9326.0, 9285.0, 9285.0, 9353.0, 9301.0, 9310.0, 9351.0, 9297.0, 9307.0, 9317.0, 9279.0, 9344.0, 9291.0, 9260.0, 9321.0, 9277.0, 9261.0, 9303.0, 9281.0, 9352.0, 9300.0, 9280.0, 9322.0, 9282.0, 9325.0, 9312.0, 9285.0, 9353.0, 9298.0, 9323.0, 9322.0, 9284.0, 9349.0, 9302.0, 9324.0, 9308.0, 9265.0, 9336.0, 9280.0, 9332.0, 9304.0, 9339.0, 9302.0, 9284.0, 9325.0, 9291.0, 9364.0, 9315.0, 9296.0, 9329.0, 9311.0, 9318.0, 9385.0, 9362.0, 9360.0, 9368.0, 9384.0, 9361.0, 9392.0, 9340.0, 9366.0, 9290.0, 9341.0, 9288.0, 9339.0, 9321.0, 9356.0, 9316.0, 9266.0, 9322.0, 9287.0, 9294.0, 9351.0, 9349.0, 9337.0, 9403.0, 9350.0, 9371.0, 9357.0, 9346.0, 9337.0, 9355.0, 9312.0, 9316.0, 9294.0, 9244.0, 9300.0, 9261.0, 9314.0, 9265.0, 9320.0, 9300.0, 9301.0, 9319.0, 9281.0, 9350.0, 9307.0, 9375.0, 9296.0, 9339.0, 9266.0, 9316.0, 9264.0, 9315.0, 9263.0, 9314.0, 9266.0, 9316.0, 9266.0, 9321.0, 9290.0, 9342.0, 9287.0, 9343.0, 9292.0, 9338.0, 9308.0, 9344.0, 9322.0, 9332.0, 9321.0, 9279.0, 9338.0, 9319.0, 9338.0, 9322.0, 9331.0, 9277.0, 9343.0, 9294.0, 9372.0, 9317.0, 9365.0, 9327.0, 9319.0, 9339.0, 9331.0, 9370.0, 9345.0, 9335.0, 9386.0, 9363.0, 9353.0, 9393.0, 9302.0, 9345.0, 9267.0, 9331.0, 9266.0, 9326.0, 9274.0, 9297.0, 9277.0, 9264.0, 9307.0, 9270.0, 9326.0, 9277.0, 9319.0, 9264.0, 9319.0, 9283.0, 9333.0, 9285.0, 9335.0, 9286.0, 9321.0, 9296.0, 9289.0, 9281.0, 9275.0, 9298.0, 9304.0, 9282.0, 9286.0, 9293.0, 9247.0, 9313.0, 9293.0, 9345.0, 9293.0, 9339.0, 9305.0, 9360.0, 9324.0, 9357.0, 9288.0, 9358.0, 9280.0, 9340.0, 9307.0, 9298.0, 9304.0, 9281.0, 9316.0, 9279.0, 9329.0, 9282.0, 9338.0, 9288.0, 9338.0, 9288.0, 9326.0, 9276.0, 9339.0, 9292.0, 9364.0, 9329.0, 9316.0, 9360.0, 9336.0, 9399.0, 9332.0, 9381.0, 9318.0, 9351.0, 9287.0, 9336.0, 9288.0, 9358.0, 9303.0, 9334.0, 9296.0, 9302.0, 9296.0, 9303.0, 9295.0, 9319.0, 9281.0, 9264.0, 9309.0, 9268.0, 9328.0, 9303.0, 9294.0, 9329.0, 9268.0, 9308.0, 9269.0, 9305.0, 9240.0, 9292.0, 9240.0, 9297.0, 9240.0, 9281.0, 9242.0, 9298.0, 9245.0, 9303.0, 9266.0, 9325.0, 9269.0, 9321.0, 9283.0, 9335.0, 9286.0, 9352.0, 9287.0, 9354.0, 9291.0, 9334.0, 9269.0, 9318.0, 9284.0, 9325.0, 9307.0, 9288.0, 9332.0, 9308.0, 9360.0, 9313.0, 9365.0, 9327.0, 9342.0, 9319.0, 9288.0, 9329.0, 9273.0, 9361.0, 9302.0, 9336.0, 9283.0, 9334.0, 9283.0, 9288.0, 9327.0, 9325.0, 9312.0, 9380.0, 9344.0, 9368.0, 9364.0, 9305.0, 9347.0, 9296.0, 9326.0, 9289.0, 9300.0, 9240.0, 9291.0, 9240.0, 9293.0, 9261.0, 9316.0, 9296.0, 9280.0, 9308.0, 9272.0, 9341.0, 9293.0, 9342.0, 9304.0, 9337.0, 9296.0, 9318.0, 9291.0, 9283.0, 9288.0, 9256.0, 9288.0, 9266.0, 9270.0, 9254.0, 9281.0, 9224.0, 9285.0, 9281.0, 9278.0, 9326.0, 9258.0, 9304.0, 9258.0, 9308.0, 9263.0, 9328.0, 9301.0, 9333.0, 9279.0, 9299.0, 9287.0, 9330.0, 9317.0, 9357.0, 9333.0, 9362.0, 9324.0, 9364.0, 9330.0, 9384.0, 9310.0, 9328.0, 9379.0, 9305.0, 9307.0, 9377.0, 9341.0, 9327.0, 9426.0, 9353.0, 9389.0, 9390.0, 9327.0, 9379.0, 9317.0, 9361.0, 9291.0, 9328.0, 9264.0, 9301.0, 9242.0, 9278.0, 9227.0, 9279.0, 9228.0, 9275.0, 9223.0, 9272.0, 9222.0, 9262.0, 9209.0, 9260.0, 9212.0, 9266.0, 9214.0, 9267.0, 9217.0, 9284.0, 9253.0, 9292.0, 9258.0, 9298.0, 9278.0, 9285.0, 9291.0, 9247.0, 9305.0, 9249.0, 9320.0, 9293.0, 9349.0, 9281.0, 9326.0, 9274.0, 9289.0, 9352.0, 9324.0, 9305.0, 9333.0, 9313.0, 9381.0, 9331.0, 9346.0, 9342.0, 9291.0, 9326.0, 9289.0, 9355.0, 9301.0, 9351.0, 9298.0, 9349.0, 9283.0, 9313.0, 9299.0, 9311.0, 9297.0, 9267.0, 9322.0, 9285.0, 9356.0, 9310.0, 9356.0, 9318.0, 9316.0, 9327.0, 9319.0, 9384.0, 9306.0, 9354.0, 9282.0, 9363.0, 9296.0, 9330.0, 9295.0, 9307.0, 9313.0, 9319.0, 9294.0, 9303.0, 9290.0, 9286.0, 9292.0, 9311.0, 9274.0, 9321.0, 9257.0, 9305.0, 9269.0, 9271.0, 9276.0, 9244.0, 9304.0, 9266.0, 9322.0, 9275.0, 9333.0, 9263.0, 9317.0, 9261.0, 9316.0, 9256.0, 9316.0, 9260.0, 9318.0, 9259.0, 9318.0, 9284.0, 9339.0, 9281.0, 9334.0, 9285.0, 9335.0, 9306.0, 9360.0, 9311.0, 9339.0, 9304.0, 9286.0, 9330.0, 9284.0, 9343.0, 9322.0, 9340.0, 9360.0, 9334.0, 9381.0, 9324.0, 9376.0, 9304.0, 9367.0, 9299.0, 9351.0, 9291.0, 9339.0, 9277.0, 9313.0, 9281.0, 9295.0, 9333.0, 9288.0, 9357.0, 9311.0, 9358.0, 9329.0, 9374.0, 9324.0, 9355.0, 9323.0, 9344.0, 9315.0, 9284.0, 9315.0, 9296.0, 9327.0, 9266.0, 9322.0, 9248.0, 9319.0, 9288.0, 9307.0, 9300.0, 9270.0, 9276.0, 9267.0, 9271.0, 9246.0, 9279.0, 9250.0, 9301.0, 9251.0, 9283.0, 9251.0, 9259.0, 9253.0, 9261.0, 9254.0, 9308.0, 9256.0, 9293.0, 9274.0, 9290.0, 9273.0, 9314.0, 9283.0, 9314.0, 9274.0, 9259.0, 9292.0, 9262.0, 9342.0, 9282.0, 9342.0, 9273.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.0007784174311926605</td></tr>
<tr><td colspan=3>aqi</td><td>0.02773555240825688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.95081294734793</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2093258978186001</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9826441677382323</td></tr>
<tr><td colspan=3>efc</td><td>0.4366</td></tr>
<tr><td colspan=3>fber</td><td>8116.0259</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09747837231297604</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.045871559633028</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4600443614634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344577489555462</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6808371179020445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.354718476932694</td></tr>
<tr><td colspan=3>gcor</td><td>0.020498</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01679098792374134</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022401709109544754</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.850489807025805</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>35.3323</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6717</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.4764</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.8251</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.5359</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.196</td></tr>
<tr><td colspan=3>tsnr</td><td>37.569617110537365</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>