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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-01_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-01_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-0104/ses-03/func/sub-0104_ses-03_task-social_acq-mb8_run-01_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>f1691efdd58fd5c111dcff8c6087248d</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>13:26:37.410000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, -0.00637204, -0.013351, 0.00680616, 0.999441, 0.0327266]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.100319</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7766, -7198, 283, -105, -46, 14, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>994b2a21-2f05-4ef9-8dcf-597474da49e5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682633399963379, 0.018260426819324493, -0.035464536398649216, 114.69422149658203], [0.017095722258090973, 2.681427478790283, 0.08859754353761673, -94.36073303222656], [-0.03581978380680084, -0.08780312538146973, 2.698312997817993, -46.87079620361328], [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': ['132637.410000', '132637.870000', '132638.330000', '132638.790000', '132639.250000', '132639.710000', '132640.170000', '132640.630000', '132641.090000', '132641.550000', '132642.010000', '132642.470000', '132642.930000', '132643.390000', '132643.850000', '132644.310000', '132644.770000', '132645.230000', '132645.690000', '132646.150000', '132646.610000', '132647.070000', '132647.530000', '132647.990000', '132648.450000', '132648.910000', '132649.370000', '132649.830000', '132650.290000', '132650.750000', '132651.210000', '132651.670000', '132652.130000', '132652.590000', '132653.050000', '132653.510000', '132653.970000', '132654.430000', '132654.890000', '132655.350000', '132655.810000', '132656.270000', '132656.730000', '132657.190000', '132657.650000', '132658.110000', '132658.570000', '132659.030000', '132659.490000', '132659.950000', '132700.410000', '132700.870000', '132701.330000', '132701.790000', '132702.250000', '132702.710000', '132703.170000', '132703.630000', '132704.090000', '132704.550000', '132705.010000', '132705.470000', '132705.930000', '132706.390000', '132706.850000', '132707.310000', '132707.770000', '132708.230000', '132708.690000', '132709.150000', '132709.610000', '132710.070000', '132710.530000', '132710.990000', '132711.450000', '132711.910000', '132712.370000', '132712.830000', '132713.290000', '132713.750000', '132714.210000', '132714.670000', '132715.130000', '132715.590000', '132716.050000', '132716.510000', '132716.970000', '132717.430000', '132717.890000', '132718.350000', '132718.810000', '132719.270000', '132719.730000', '132720.190000', '132720.650000', '132721.110000', '132721.570000', '132722.030000', '132722.490000', '132722.950000', '132723.410000', '132723.870000', '132724.330000', '132724.790000', '132725.250000', '132725.710000', '132726.170000', '132726.630000', '132727.090000', '132727.550000', '132728.010000', '132728.470000', '132728.930000', '132729.390000', '132729.850000', '132730.310000', '132730.770000', '132731.230000', '132731.690000', '132732.150000', '132732.610000', '132733.070000', '132733.530000', '132733.990000', '132734.450000', '132734.910000', '132735.370000', '132735.830000', '132736.290000', '132736.750000', '132737.210000', '132737.670000', '132738.130000', '132738.590000', '132739.050000', '132739.510000', '132739.970000', '132740.430000', '132740.890000', '132741.350000', '132741.810000', '132742.270000', '132742.730000', '132743.190000', '132743.650000', '132744.110000', '132744.570000', '132745.030000', '132745.490000', '132745.950000', '132746.410000', '132746.870000', '132747.330000', '132747.790000', '132748.250000', '132748.710000', '132749.170000', '132749.630000', '132750.090000', '132750.550000', '132751.010000', '132751.470000', '132751.930000', '132752.390000', '132752.850000', '132753.310000', '132753.770000', '132754.230000', '132754.690000', '132755.150000', '132755.610000', '132756.070000', '132756.530000', '132756.990000', '132757.450000', '132757.910000', '132758.370000', '132758.830000', '132759.290000', '132759.750000', '132800.210000', '132800.670000', '132801.130000', '132801.590000', '132802.050000', '132802.510000', '132802.970000', '132803.430000', '132803.890000', '132804.350000', '132804.810000', '132805.270000', '132805.730000', '132806.190000', '132806.650000', '132807.110000', '132807.570000', '132808.030000', '132808.490000', '132808.950000', '132809.410000', '132809.870000', '132810.330000', '132810.790000', '132811.250000', '132811.710000', '132812.170000', '132812.630000', '132813.090000', '132813.550000', '132814.010000', '132814.470000', '132814.930000', '132815.390000', '132815.850000', '132816.310000', '132816.770000', '132817.230000', '132817.690000', '132818.150000', '132818.610000', '132819.070000', '132819.530000', '132819.990000', '132820.450000', '132820.910000', '132821.370000', '132821.830000', '132822.290000', '132822.750000', '132823.210000', '132823.670000', '132824.130000', '132824.590000', '132825.050000', '132825.510000', '132825.970000', '132826.430000', '132826.890000', '132827.350000', '132827.810000', '132828.270000', '132828.730000', '132829.190000', '132829.650000', '132830.110000', '132830.570000', '132831.030000', '132831.490000', '132831.950000', '132832.410000', '132832.870000', '132833.330000', '132833.790000', '132834.250000', '132834.710000', '132835.170000', '132835.630000', '132836.090000', '132836.550000', '132837.010000', '132837.470000', '132837.930000', '132838.390000', '132838.850000', '132839.310000', '132839.770000', '132840.230000', '132840.690000', '132841.150000', '132841.610000', '132842.070000', '132842.530000', '132842.990000', '132843.450000', '132843.910000', '132844.370000', '132844.830000', '132845.290000', '132845.750000', '132846.210000', '132846.670000', '132847.130000', '132847.590000', '132848.050000', '132848.510000', '132848.970000', '132849.430000', '132849.890000', '132850.350000', '132850.810000', '132851.270000', '132851.730000', '132852.190000', '132852.650000', '132853.110000', '132853.570000', '132854.030000', '132854.490000', '132854.950000', '132855.410000', '132855.870000', '132856.330000', '132856.790000', '132857.250000', '132857.710000', '132858.170000', '132858.630000', '132859.090000', '132859.550000', '132900.010000', '132900.470000', '132900.930000', '132901.390000', '132901.850000', '132902.310000', '132902.770000', '132903.230000', '132903.690000', '132904.150000', '132904.610000', '132905.070000', '132905.530000', '132905.990000', '132906.450000', '132906.910000', '132907.370000', '132907.830000', '132908.290000', '132908.750000', '132909.210000', '132909.670000', '132910.130000', '132910.590000', '132911.050000', '132911.510000', '132911.970000', '132912.430000', '132912.890000', '132913.350000', '132913.810000', '132914.270000', '132914.730000', '132915.190000', '132915.650000', '132916.110000', '132916.570000', '132917.030000', '132917.490000', '132917.950000', '132918.410000', '132918.870000', '132919.330000', '132919.790000', '132920.250000', '132920.710000', '132921.170000', '132921.630000', '132922.090000', '132922.550000', '132923.010000', '132923.470000', '132923.930000', '132924.390000', '132924.850000', '132925.310000', '132925.770000', '132926.230000', '132926.690000', '132927.150000', '132927.610000', '132928.070000', '132928.530000', '132928.990000', '132929.450000', '132929.910000', '132930.370000', '132930.830000', '132931.290000', '132931.750000', '132932.210000', '132932.670000', '132933.130000', '132933.590000', '132934.050000', '132934.510000', '132934.970000', '132935.430000', '132935.890000', '132936.350000', '132936.810000', '132937.270000', '132937.730000', '132938.190000', '132938.650000', '132939.110000', '132939.570000', '132940.030000', '132940.490000', '132940.950000', '132941.410000', '132941.870000', '132942.330000', '132942.790000', '132943.250000', '132943.710000', '132944.170000', '132944.630000', '132945.090000', '132945.550000', '132946.010000', '132946.470000', '132946.930000', '132947.390000', '132947.850000', '132948.310000', '132948.770000', '132949.230000', '132949.690000', '132950.150000', '132950.610000', '132951.070000', '132951.530000', '132951.990000', '132952.450000', '132952.910000', '132953.370000', '132953.830000', '132954.290000', '132954.750000', '132955.210000', '132955.670000', '132956.130000', '132956.590000', '132957.050000', '132957.510000', '132957.970000', '132958.430000', '132958.890000', '132959.350000', '132959.810000', '133000.270000', '133000.730000', '133001.190000', '133001.650000', '133002.110000', '133002.570000', '133003.030000', '133003.490000', '133003.950000', '133004.410000', '133004.870000', '133005.330000', '133005.790000', '133006.250000', '133006.710000', '133007.170000', '133007.630000', '133008.090000', '133008.550000', '133009.010000', '133009.470000', '133009.930000', '133010.390000', '133010.850000', '133011.310000', '133011.770000', '133012.230000', '133012.690000', '133013.150000', '133013.610000', '133014.070000', '133014.530000', '133014.990000', '133015.450000', '133015.910000', '133016.370000', '133016.830000', '133017.290000', '133017.750000', '133018.210000', '133018.670000', '133019.130000', '133019.590000', '133020.050000', '133020.510000', '133020.970000', '133021.430000', '133021.890000', '133022.350000', '133022.810000', '133023.270000', '133023.730000', '133024.190000', '133024.650000', '133025.110000', '133025.570000', '133026.030000', '133026.490000', '133026.950000', '133027.410000', '133027.870000', '133028.330000', '133028.790000', '133029.250000', '133029.710000', '133030.170000', '133030.630000', '133031.090000', '133031.550000', '133032.010000', '133032.470000', '133032.930000', '133033.390000', '133033.850000', '133034.310000', '133034.770000', '133035.230000', '133035.690000', '133036.150000', '133036.610000', '133037.070000', '133037.530000', '133037.990000', '133038.450000', '133038.910000', '133039.370000', '133039.830000', '133040.290000', '133040.750000', '133041.210000', '133041.670000', '133042.130000', '133042.590000', '133043.050000', '133043.510000', '133043.970000', '133044.430000', '133044.890000', '133045.350000', '133045.810000', '133046.270000', '133046.730000', '133047.190000', '133047.650000', '133048.110000', '133048.570000', '133049.030000', '133049.490000', '133049.950000', '133050.410000', '133050.870000', '133051.330000', '133051.790000', '133052.250000', '133052.710000', '133053.170000', '133053.630000', '133054.090000', '133054.550000', '133055.010000', '133055.470000', '133055.930000', '133056.390000', '133056.850000', '133057.310000', '133057.770000', '133058.230000', '133058.690000', '133059.150000', '133059.610000', '133100.070000', '133100.530000', '133100.990000', '133101.450000', '133101.910000', '133102.370000', '133102.830000', '133103.290000', '133103.750000', '133104.210000', '133104.670000', '133105.130000', '133105.590000', '133106.050000', '133106.510000', '133106.970000', '133107.430000', '133107.890000', '133108.350000', '133108.810000', '133109.270000', '133109.730000', '133110.190000', '133110.650000', '133111.110000', '133111.570000', '133112.030000', '133112.490000', '133112.950000', '133113.410000', '133113.870000', '133114.330000', '133114.790000', '133115.250000', '133115.710000', '133116.170000', '133116.630000', '133117.090000', '133117.550000', '133118.010000', '133118.470000', '133118.930000', '133119.390000', '133119.850000', '133120.310000', '133120.770000', '133121.230000', '133121.690000', '133122.150000', '133122.610000', '133123.070000', '133123.530000', '133123.990000', '133124.450000', '133124.910000', '133125.370000', '133125.830000', '133126.290000', '133126.750000', '133127.210000', '133127.670000', '133128.130000', '133128.590000', '133129.050000', '133129.510000', '133129.970000', '133130.430000', '133130.890000', '133131.350000', '133131.810000', '133132.270000', '133132.730000', '133133.190000', '133133.650000', '133134.110000', '133134.570000', '133135.030000', '133135.490000', '133135.950000', '133136.410000', '133136.870000', '133137.330000', '133137.790000', '133138.250000', '133138.710000', '133139.170000', '133139.630000', '133140.090000', '133140.550000', '133141.010000', '133141.470000', '133141.930000', '133142.390000', '133142.850000', '133143.310000', '133143.770000', '133144.230000', '133144.690000', '133145.150000', '133145.610000', '133146.070000', '133146.530000', '133146.990000', '133147.450000', '133147.910000', '133148.370000', '133148.830000', '133149.290000', '133149.750000', '133150.210000', '133150.670000', '133151.130000', '133151.590000', '133152.050000', '133152.510000', '133152.970000', '133153.430000', '133153.890000', '133154.350000', '133154.810000', '133155.270000', '133155.730000', '133156.190000', '133156.650000', '133157.110000', '133157.570000', '133158.030000', '133158.490000', '133158.950000', '133159.410000', '133159.870000', '133200.330000', '133200.790000', '133201.250000', '133201.710000', '133202.170000', '133202.630000', '133203.090000', '133203.550000', '133204.010000', '133204.470000', '133204.930000', '133205.390000', '133205.850000', '133206.310000', '133206.770000', '133207.230000', '133207.690000', '133208.150000', '133208.610000', '133209.070000', '133209.530000', '133209.990000', '133210.450000', '133210.910000', '133211.370000', '133211.830000', '133212.290000', '133212.750000', '133213.210000', '133213.670000', '133214.130000', '133214.590000', '133215.050000', '133215.510000', '133215.970000', '133216.430000', '133216.890000', '133217.350000', '133217.810000', '133218.270000', '133218.730000', '133219.190000', '133219.650000', '133220.110000', '133220.570000', '133221.030000', '133221.490000', '133221.950000', '133222.410000', '133222.870000', '133223.330000', '133223.790000', '133224.250000', '133224.710000', '133225.170000', '133225.630000', '133226.090000', '133226.550000', '133227.010000', '133227.470000', '133227.930000', '133228.390000', '133228.850000', '133229.310000', '133229.770000', '133230.230000', '133230.690000', '133231.150000', '133231.610000', '133232.070000', '133232.530000', '133232.990000', '133233.450000', '133233.910000', '133234.370000', '133234.830000', '133235.290000', '133235.750000', '133236.210000', '133236.670000', '133237.130000', '133237.590000', '133238.050000', '133238.510000', '133238.970000', '133239.430000', '133239.890000', '133240.350000', '133240.810000', '133241.270000', '133241.730000', '133242.190000', '133242.650000', '133243.110000', '133243.570000', '133244.030000', '133244.490000', '133244.950000', '133245.410000', '133245.870000', '133246.330000', '133246.790000', '133247.250000', '133247.710000', '133248.170000', '133248.630000', '133249.090000', '133249.550000', '133250.010000', '133250.470000', '133250.930000', '133251.390000', '133251.850000', '133252.310000', '133252.770000', '133253.230000', '133253.690000', '133254.150000', '133254.610000', '133255.070000', '133255.530000', '133255.990000', '133256.450000', '133256.910000', '133257.370000', '133257.830000', '133258.290000', '133258.750000', '133259.210000', '133259.670000', '133300.130000', '133300.590000', '133301.050000', '133301.510000', '133301.970000', '133302.430000', '133302.890000', '133303.350000', '133303.810000', '133304.270000', '133304.730000', '133305.190000', '133305.650000', '133306.110000', '133306.570000', '133307.030000', '133307.490000', '133307.950000', '133308.410000', '133308.870000', '133309.330000', '133309.790000', '133310.250000', '133310.710000', '133311.170000', '133311.630000', '133312.090000', '133312.550000', '133313.010000', '133313.470000', '133313.930000', '133314.390000', '133314.850000', '133315.310000', '133315.770000', '133316.230000', '133316.690000', '133317.150000', '133317.610000', '133318.070000'], 'ContentTime': ['132657.990000', '132657.994000', '132657.997000', '132658.000000', '132658.003000', '132658.005000', '132658.008000', '132658.010000', '132658.013000', '132658.016000', '132658.018000', '132658.021000', '132658.023000', '132658.026000', '132658.028000', '132658.031000', '132658.034000', '132658.036000', '132658.039000', '132658.041000', '132658.044000', '132658.046000', '132658.049000', '132658.051000', '132658.054000', '132658.057000', '132658.064000', '132658.066000', '132658.069000', '132658.072000', '132658.074000', '132658.077000', '132658.079000', '132658.082000', '132658.084000', '132658.087000', '132658.090000', '132658.092000', '132658.095000', '132658.097000', '132658.100000', '132658.102000', '132717.959000', '132717.961000', '132717.964000', '132717.967000', '132717.969000', '132717.972000', '132717.974000', '132717.977000', '132717.979000', '132717.982000', '132717.984000', '132717.987000', '132717.989000', '132717.992000', '132717.995000', '132717.997000', '132718.001000', '132718.003000', '132718.006000', '132718.008000', '132718.011000', '132718.013000', '132718.016000', '132718.018000', '132718.021000', '132718.024000', '132718.026000', '132718.029000', '132718.031000', '132718.034000', '132718.036000', '132718.039000', '132718.042000', '132718.044000', '132718.047000', '132718.049000', '132718.052000', '132718.054000', '132718.057000', '132718.059000', '132718.062000', '132718.065000', '132718.089000', '132737.959000', '132737.961000', '132737.964000', '132737.966000', '132737.969000', '132737.971000', '132737.974000', '132737.977000', '132737.979000', '132737.982000', '132737.984000', '132737.987000', '132737.989000', '132737.992000', '132737.994000', '132737.997000', '132738.000000', '132738.003000', '132738.006000', '132738.008000', '132738.011000', '132738.013000', '132738.016000', '132738.018000', '132738.021000', '132738.023000', '132738.026000', '132738.028000', '132738.031000', '132738.034000', '132738.036000', '132738.039000', '132738.041000', '132738.044000', '132738.046000', '132738.049000', '132738.051000', '132738.054000', '132738.056000', '132738.059000', '132738.061000', '132738.064000', '132738.067000', '132738.069000', '132757.958000', '132757.961000', '132757.964000', '132757.966000', '132757.969000', '132757.971000', '132757.974000', '132757.977000', '132757.979000', '132757.982000', '132757.984000', '132757.987000', '132757.989000', '132757.992000', '132757.994000', '132757.997000', '132758.001000', '132758.003000', '132758.006000', '132758.008000', '132758.011000', '132758.013000', '132758.016000', '132758.018000', '132758.021000', '132758.024000', '132758.026000', '132758.029000', '132758.031000', '132758.034000', '132758.036000', '132758.039000', '132758.041000', '132758.044000', '132758.047000', '132758.049000', '132758.052000', '132758.054000', '132758.057000', '132758.060000', '132758.062000', '132758.065000', '132758.067000', '132817.957000', '132817.960000', '132817.963000', '132817.966000', '132817.968000', '132817.971000', '132817.974000', '132817.976000', '132817.979000', '132817.981000', '132817.984000', '132817.986000', '132817.989000', '132817.992000', '132817.994000', '132817.997000', '132818.000000', '132818.003000', '132818.006000', '132818.008000', '132818.011000', '132818.013000', '132818.016000', '132818.018000', '132818.021000', '132818.024000', '132818.026000', '132818.029000', '132818.031000', '132818.034000', '132818.036000', '132818.039000', '132818.041000', '132818.044000', '132818.047000', '132818.049000', '132818.052000', '132818.054000', '132818.057000', '132818.060000', '132818.062000', '132818.065000', '132818.067000', '132818.070000', '132837.958000', '132837.961000', '132837.964000', '132837.966000', '132837.969000', '132837.971000', '132837.974000', '132837.977000', '132837.979000', '132837.982000', '132837.984000', '132837.987000', '132837.989000', '132837.992000', '132837.994000', '132837.997000', '132838.000000', '132838.002000', '132838.005000', '132838.007000', '132838.010000', '132838.012000', '132838.015000', '132838.018000', '132838.020000', '132838.023000', '132838.025000', '132838.028000', '132838.030000', '132838.033000', '132838.036000', '132838.038000', '132838.041000', '132838.043000', '132838.046000', '132838.049000', '132838.051000', '132838.054000', '132838.056000', '132838.059000', '132838.061000', '132838.064000', '132838.067000', '132857.958000', '132857.961000', '132857.964000', '132857.966000', '132857.969000', '132857.971000', '132857.974000', '132857.976000', '132857.979000', '132857.982000', '132857.984000', '132857.987000', '132857.989000', '132857.992000', '132857.994000', '132857.997000', '132858.000000', '132858.003000', '132858.006000', '132858.008000', '132858.011000', '132858.013000', '132858.016000', '132858.018000', '132858.021000', '132858.023000', '132858.026000', '132858.029000', '132858.031000', '132858.034000', '132858.036000', '132858.039000', '132858.041000', '132858.044000', '132858.046000', '132858.049000', '132858.051000', '132858.054000', '132858.064000', '132858.067000', '132858.069000', '132858.072000', '132858.074000', '132858.077000', '132917.959000', '132917.961000', '132917.964000', '132917.966000', '132917.969000', '132917.972000', '132917.974000', '132917.977000', '132917.979000', '132917.982000', '132917.984000', '132917.987000', '132917.990000', '132917.993000', '132917.995000', '132917.998000', '132918.001000', '132918.004000', '132918.006000', '132918.009000', '132918.012000', '132918.014000', '132918.017000', '132918.019000', '132918.022000', '132918.025000', '132918.027000', '132918.030000', '132918.032000', '132918.035000', '132918.037000', '132918.040000', '132918.043000', '132918.045000', '132918.048000', '132918.050000', '132918.053000', '132918.056000', '132918.058000', '132918.061000', '132918.063000', '132918.066000', '132918.069000', '132937.958000', '132937.961000', '132937.964000', '132937.966000', '132937.969000', '132937.971000', '132937.974000', '132937.977000', '132937.979000', '132937.982000', '132937.985000', '132937.988000', '132937.990000', '132937.993000', '132937.995000', '132937.998000', '132938.001000', '132938.004000', '132938.007000', '132938.009000', '132938.012000', '132938.014000', '132938.017000', '132938.019000', '132938.022000', '132938.025000', '132938.027000', '132938.030000', '132938.032000', '132938.035000', '132938.037000', '132938.040000', '132938.042000', '132938.045000', '132938.048000', '132938.050000', '132938.053000', '132938.055000', '132938.058000', '132938.060000', '132938.063000', '132938.066000', '132938.068000', '132938.071000', '132957.959000', '132957.962000', '132957.964000', '132957.967000', '132957.969000', '132957.972000', '132957.974000', '132957.977000', '132957.980000', '132957.982000', '132957.985000', '132957.987000', '132957.990000', '132957.992000', '132957.995000', '132957.997000', '132958.001000', '132958.004000', '132958.006000', '132958.009000', '132958.011000', '132958.014000', '132958.017000', '132958.019000', '132958.022000', '132958.024000', '132958.027000', '132958.030000', '132958.032000', '132958.035000', '132958.038000', '132958.040000', '132958.043000', '132958.045000', '132958.048000', '132958.051000', '132958.053000', '132958.056000', '132958.058000', '132958.061000', '132958.063000', '132958.066000', '132958.069000', '133017.958000', '133017.961000', '133017.964000', '133017.966000', '133017.969000', '133017.971000', '133017.974000', '133017.977000', '133017.979000', '133017.982000', '133017.985000', '133017.987000', '133017.990000', '133017.992000', '133017.995000', '133017.997000', '133018.001000', '133018.003000', '133018.006000', '133018.009000', '133018.012000', '133018.014000', '133018.017000', '133018.020000', '133018.022000', '133018.025000', '133018.027000', '133018.030000', '133018.032000', '133018.035000', '133018.037000', '133018.040000', '133018.043000', '133018.045000', '133018.048000', '133018.050000', '133018.053000', '133018.056000', '133018.058000', '133018.061000', '133018.063000', '133018.066000', '133018.068000', '133018.071000', '133037.957000', '133037.960000', '133037.963000', '133037.965000', '133037.968000', '133037.971000', '133037.973000', '133037.976000', '133037.978000', '133037.981000', '133037.984000', '133037.986000', '133037.989000', '133037.991000', '133037.994000', '133037.997000', '133038.000000', '133038.003000', '133038.005000', '133038.008000', '133038.010000', '133038.013000', '133038.016000', '133038.018000', '133038.021000', '133038.023000', '133038.026000', '133038.028000', '133038.031000', '133038.034000', '133038.036000', '133038.039000', '133038.041000', '133038.054000', '133038.057000', '133038.059000', '133038.062000', '133038.064000', '133038.067000', '133038.069000', '133038.072000', '133038.075000', '133038.077000', '133057.959000', '133057.961000', '133057.964000', '133057.967000', '133057.970000', '133057.972000', '133057.975000', '133057.977000', '133057.980000', '133057.982000', '133057.985000', '133057.988000', '133057.990000', '133057.993000', '133057.995000', '133057.998000', '133058.000000', '133058.003000', '133058.006000', '133058.009000', '133058.011000', '133058.014000', '133058.016000', '133058.019000', '133058.021000', '133058.025000', '133058.027000', '133058.030000', '133058.033000', '133058.035000', '133058.038000', '133058.040000', '133058.043000', '133058.045000', '133058.048000', '133058.051000', '133058.053000', '133058.056000', '133058.058000', '133058.061000', '133058.063000', '133058.066000', '133058.069000', '133117.958000', '133117.961000', '133117.964000', '133117.966000', '133117.969000', '133117.972000', '133117.974000', '133117.977000', '133117.979000', '133117.982000', '133117.984000', '133117.987000', '133117.990000', '133117.993000', '133117.996000', '133117.998000', '133118.002000', '133118.005000', '133118.012000', '133118.015000', '133118.017000', '133118.020000', '133118.023000', '133118.025000', '133118.028000', '133118.031000', '133118.034000', '133118.036000', '133118.039000', '133118.042000', '133118.044000', '133118.047000', '133118.049000', '133118.052000', '133118.055000', '133118.057000', '133118.060000', '133118.062000', '133118.065000', '133118.068000', '133118.070000', '133118.073000', '133118.082000', '133118.085000', '133137.959000', '133137.962000', '133137.964000', '133137.967000', '133137.969000', '133137.972000', '133137.974000', '133137.977000', '133137.980000', '133137.982000', '133137.985000', '133137.987000', '133137.990000', '133137.993000', '133137.995000', '133137.998000', '133138.001000', '133138.004000', '133138.007000', '133138.009000', '133138.012000', '133138.015000', '133138.017000', '133138.020000', '133138.022000', '133138.025000', '133138.027000', '133138.030000', '133138.033000', '133138.035000', '133138.038000', '133138.040000', '133138.043000', '133138.046000', '133138.048000', '133138.051000', '133138.053000', '133138.056000', '133138.059000', '133138.061000', '133138.064000', '133138.066000', '133138.069000', '133157.959000', '133157.961000', '133157.964000', '133157.967000', '133157.969000', '133157.972000', '133157.974000', '133157.977000', '133157.980000', '133157.982000', '133157.985000', '133157.987000', '133157.990000', '133157.992000', '133157.995000', '133157.998000', '133158.001000', '133158.004000', '133158.006000', '133158.009000', '133158.012000', '133158.014000', '133158.017000', '133158.019000', '133158.032000', '133158.034000', '133158.037000', '133158.039000', '133158.042000', '133158.045000', '133158.047000', '133158.050000', '133158.052000', '133158.055000', '133158.057000', '133158.060000', '133158.062000', '133158.065000', '133158.068000', '133158.070000', '133158.073000', '133158.075000', '133158.078000', '133158.081000', '133217.972000', '133217.975000', '133217.984000', '133217.987000', '133217.989000', '133217.992000', '133217.994000', '133217.997000', '133218.001000', '133218.003000', '133218.006000', '133218.008000', '133218.011000', '133218.014000', '133218.016000', '133218.019000', '133218.022000', '133218.024000', '133218.027000', '133218.029000', '133218.032000', '133218.035000', '133218.037000', '133218.040000', '133218.043000', '133218.045000', '133218.048000', '133218.051000', '133218.053000', '133218.056000', '133218.059000', '133218.061000', '133218.064000', '133218.068000', '133218.070000', '133218.073000', '133218.076000', '133218.078000', '133218.081000', '133218.083000', '133218.086000', '133218.089000', '133218.091000', '133237.959000', '133237.961000', '133237.964000', '133237.966000', '133237.969000', '133237.972000', '133237.974000', '133237.977000', '133237.979000', '133237.982000', '133237.984000', '133237.987000', '133237.990000', '133237.992000', '133237.995000', '133237.997000', '133238.001000', '133238.003000', '133238.006000', '133238.009000', '133238.011000', '133238.014000', '133238.016000', '133238.019000', '133238.021000', '133238.024000', '133238.027000', '133238.029000', '133238.032000', '133238.035000', '133238.037000', '133238.040000', '133238.042000', '133238.045000', '133238.048000', '133238.050000', '133238.053000', '133238.055000', '133238.058000', '133238.060000', '133238.063000', '133238.066000', '133238.068000', '133238.071000', '133257.957000', '133257.960000', '133257.963000', '133257.965000', '133257.968000', '133257.971000', '133257.973000', '133257.976000', '133257.978000', '133257.981000', '133257.983000', '133257.987000', '133257.990000', '133257.993000', '133257.995000', '133257.998000', '133258.001000', '133258.004000', '133258.006000', '133258.009000', '133258.012000', '133258.014000', '133258.017000', '133258.019000', '133258.022000', '133258.024000', '133258.027000', '133258.030000', '133258.033000', '133258.036000', '133258.039000', '133258.041000', '133258.044000', '133258.046000', '133258.049000', '133258.052000', '133258.054000', '133258.057000', '133258.059000', '133258.062000', '133258.064000', '133258.067000', '133258.070000', '133317.959000', '133317.961000', '133317.965000', '133317.968000', '133317.970000', '133317.973000', '133317.975000', '133317.978000', '133317.981000', '133317.983000', '133317.986000', '133317.988000', '133317.991000', '133317.994000', '133317.996000', '133318.000000', '133318.002000', '133318.005000', '133318.007000', '133318.010000', '133318.012000', '133318.015000', '133318.018000', '133318.020000', '133318.023000', '133318.025000', '133318.028000', '133318.031000', '133318.033000', '133318.036000', '133318.038000', '133318.041000', '133318.044000', '133318.046000', '133318.049000', '133318.051000', '133318.054000', '133318.057000', '133318.059000', '133318.063000', '133318.065000', '133318.068000', '133318.071000', '133318.073000', '133319.682000', '133319.685000', '133319.688000', '133319.691000'], 'InstanceCreationTime': ['132657.990000', '132657.994000', '132657.997000', '132658.000000', '132658.003000', '132658.005000', '132658.008000', '132658.010000', '132658.013000', '132658.016000', '132658.018000', '132658.021000', '132658.023000', '132658.026000', '132658.028000', '132658.031000', '132658.034000', '132658.036000', '132658.039000', '132658.041000', '132658.044000', '132658.046000', '132658.049000', '132658.051000', '132658.054000', '132658.057000', '132658.064000', '132658.066000', '132658.069000', '132658.072000', '132658.074000', '132658.077000', '132658.079000', '132658.082000', '132658.084000', '132658.087000', '132658.090000', '132658.092000', '132658.095000', '132658.097000', '132658.100000', '132658.102000', '132717.959000', '132717.961000', '132717.964000', '132717.967000', '132717.969000', '132717.972000', '132717.974000', '132717.977000', '132717.979000', '132717.982000', '132717.984000', '132717.987000', '132717.989000', '132717.992000', '132717.995000', '132717.997000', '132718.001000', '132718.003000', '132718.006000', '132718.008000', '132718.011000', '132718.013000', '132718.016000', '132718.018000', '132718.021000', '132718.024000', '132718.026000', '132718.029000', '132718.031000', '132718.034000', '132718.036000', '132718.039000', '132718.042000', '132718.044000', '132718.047000', '132718.049000', '132718.052000', '132718.054000', '132718.057000', '132718.059000', '132718.062000', '132718.065000', '132718.089000', '132737.959000', '132737.961000', '132737.964000', '132737.966000', '132737.969000', '132737.971000', '132737.974000', '132737.977000', '132737.979000', '132737.982000', '132737.984000', '132737.987000', '132737.989000', '132737.992000', '132737.994000', '132737.997000', '132738.000000', '132738.003000', '132738.006000', '132738.008000', '132738.011000', '132738.013000', '132738.016000', '132738.018000', '132738.021000', '132738.023000', '132738.026000', '132738.028000', '132738.031000', '132738.034000', '132738.036000', '132738.039000', '132738.041000', '132738.044000', '132738.046000', '132738.049000', '132738.051000', '132738.054000', '132738.056000', '132738.059000', '132738.061000', '132738.064000', '132738.067000', '132738.069000', '132757.958000', '132757.961000', '132757.964000', '132757.966000', '132757.969000', '132757.971000', '132757.974000', '132757.977000', '132757.979000', '132757.982000', '132757.984000', '132757.987000', '132757.989000', '132757.992000', '132757.994000', '132757.997000', '132758.001000', '132758.003000', '132758.006000', '132758.008000', '132758.011000', '132758.013000', '132758.016000', '132758.018000', '132758.021000', '132758.024000', '132758.026000', '132758.029000', '132758.031000', '132758.034000', '132758.036000', '132758.039000', '132758.041000', '132758.044000', '132758.047000', '132758.049000', '132758.052000', '132758.054000', '132758.057000', '132758.060000', '132758.062000', '132758.065000', '132758.067000', '132817.957000', '132817.960000', '132817.963000', '132817.966000', '132817.968000', '132817.971000', '132817.974000', '132817.976000', '132817.979000', '132817.981000', '132817.984000', '132817.986000', '132817.989000', '132817.992000', '132817.994000', '132817.997000', '132818.000000', '132818.003000', '132818.006000', '132818.008000', '132818.011000', '132818.013000', '132818.016000', '132818.018000', '132818.021000', '132818.024000', '132818.026000', '132818.029000', '132818.031000', '132818.034000', '132818.036000', '132818.039000', '132818.041000', '132818.044000', '132818.047000', '132818.049000', '132818.052000', '132818.054000', '132818.057000', '132818.060000', '132818.062000', '132818.065000', '132818.067000', '132818.070000', '132837.958000', '132837.961000', '132837.964000', '132837.966000', '132837.969000', '132837.971000', '132837.974000', '132837.977000', '132837.979000', '132837.982000', '132837.984000', '132837.987000', '132837.989000', '132837.992000', '132837.994000', '132837.997000', '132838.000000', '132838.002000', '132838.005000', '132838.007000', '132838.010000', '132838.012000', '132838.015000', '132838.018000', '132838.020000', '132838.023000', '132838.025000', '132838.028000', '132838.030000', '132838.033000', '132838.036000', '132838.038000', '132838.041000', '132838.043000', '132838.046000', '132838.049000', '132838.051000', '132838.054000', '132838.056000', '132838.059000', '132838.061000', '132838.064000', '132838.067000', '132857.958000', '132857.961000', '132857.964000', '132857.966000', '132857.969000', '132857.971000', '132857.974000', '132857.976000', '132857.979000', '132857.982000', '132857.984000', '132857.987000', '132857.989000', '132857.992000', '132857.994000', '132857.997000', '132858.000000', '132858.003000', '132858.006000', '132858.008000', '132858.011000', '132858.013000', '132858.016000', '132858.018000', '132858.021000', '132858.023000', '132858.026000', '132858.029000', '132858.031000', '132858.034000', '132858.036000', '132858.039000', '132858.041000', '132858.044000', '132858.046000', '132858.049000', '132858.051000', '132858.054000', '132858.064000', '132858.067000', '132858.069000', '132858.072000', '132858.074000', '132858.077000', '132917.959000', '132917.961000', '132917.964000', '132917.966000', '132917.969000', '132917.972000', '132917.974000', '132917.977000', '132917.979000', '132917.982000', '132917.984000', '132917.987000', '132917.990000', '132917.993000', '132917.995000', '132917.998000', '132918.001000', '132918.004000', '132918.006000', '132918.009000', '132918.012000', '132918.014000', '132918.017000', '132918.019000', '132918.022000', '132918.025000', '132918.027000', '132918.030000', '132918.032000', '132918.035000', '132918.037000', '132918.040000', '132918.043000', '132918.045000', '132918.048000', '132918.050000', '132918.053000', '132918.056000', '132918.058000', '132918.061000', '132918.063000', '132918.066000', '132918.069000', '132937.958000', '132937.961000', '132937.964000', '132937.966000', '132937.969000', '132937.971000', '132937.974000', '132937.977000', '132937.979000', '132937.982000', '132937.985000', '132937.988000', '132937.990000', '132937.993000', '132937.995000', '132937.998000', '132938.001000', '132938.004000', '132938.007000', '132938.009000', '132938.012000', '132938.014000', '132938.017000', '132938.019000', '132938.022000', '132938.025000', '132938.027000', '132938.030000', '132938.032000', '132938.035000', '132938.037000', '132938.040000', '132938.042000', '132938.045000', '132938.048000', '132938.050000', '132938.053000', '132938.055000', '132938.058000', '132938.060000', '132938.063000', '132938.066000', '132938.068000', '132938.071000', '132957.959000', '132957.962000', '132957.964000', '132957.967000', '132957.969000', '132957.972000', '132957.974000', '132957.977000', '132957.980000', '132957.982000', '132957.985000', '132957.987000', '132957.990000', '132957.992000', '132957.995000', '132957.997000', '132958.001000', '132958.004000', '132958.006000', '132958.009000', '132958.011000', '132958.014000', '132958.017000', '132958.019000', '132958.022000', '132958.024000', '132958.027000', '132958.030000', '132958.032000', '132958.035000', '132958.038000', '132958.040000', '132958.043000', '132958.045000', '132958.048000', '132958.051000', '132958.053000', '132958.056000', '132958.058000', '132958.061000', '132958.063000', '132958.066000', '132958.069000', '133017.958000', '133017.961000', '133017.964000', '133017.966000', '133017.969000', '133017.971000', '133017.974000', '133017.977000', '133017.979000', '133017.982000', '133017.985000', '133017.987000', '133017.990000', '133017.992000', '133017.995000', '133017.997000', '133018.001000', '133018.003000', '133018.006000', '133018.009000', '133018.012000', '133018.014000', '133018.017000', '133018.020000', '133018.022000', '133018.025000', '133018.027000', '133018.030000', '133018.032000', '133018.035000', '133018.037000', '133018.040000', '133018.043000', '133018.045000', '133018.048000', '133018.050000', '133018.053000', '133018.056000', '133018.058000', '133018.061000', '133018.063000', '133018.066000', '133018.068000', '133018.071000', '133037.957000', '133037.960000', '133037.963000', '133037.965000', '133037.968000', '133037.971000', '133037.973000', '133037.976000', '133037.978000', '133037.981000', '133037.984000', '133037.986000', '133037.989000', '133037.991000', '133037.994000', '133037.997000', '133038.000000', '133038.003000', '133038.005000', '133038.008000', '133038.010000', '133038.013000', '133038.016000', '133038.018000', '133038.021000', '133038.023000', '133038.026000', '133038.028000', '133038.031000', '133038.034000', '133038.036000', '133038.039000', '133038.041000', '133038.054000', '133038.057000', '133038.059000', '133038.062000', '133038.064000', '133038.067000', '133038.069000', '133038.072000', '133038.075000', '133038.077000', '133057.959000', '133057.961000', '133057.964000', '133057.967000', '133057.970000', '133057.972000', '133057.975000', '133057.977000', '133057.980000', '133057.982000', '133057.985000', '133057.988000', '133057.990000', '133057.993000', '133057.995000', '133057.998000', '133058.000000', '133058.003000', '133058.006000', '133058.009000', '133058.011000', '133058.014000', '133058.016000', '133058.019000', '133058.021000', '133058.025000', '133058.027000', '133058.030000', '133058.033000', '133058.035000', '133058.038000', '133058.040000', '133058.043000', '133058.045000', '133058.048000', '133058.051000', '133058.053000', '133058.056000', '133058.058000', '133058.061000', '133058.063000', '133058.066000', '133058.069000', '133117.958000', '133117.961000', '133117.964000', '133117.966000', '133117.969000', '133117.972000', '133117.974000', '133117.977000', '133117.979000', '133117.982000', '133117.984000', '133117.987000', '133117.990000', '133117.993000', '133117.996000', '133117.998000', '133118.002000', '133118.005000', '133118.012000', '133118.015000', '133118.017000', '133118.020000', '133118.023000', '133118.025000', '133118.028000', '133118.031000', '133118.034000', '133118.036000', '133118.039000', '133118.042000', '133118.044000', '133118.047000', '133118.049000', '133118.052000', '133118.055000', '133118.057000', '133118.060000', '133118.062000', '133118.065000', '133118.068000', '133118.070000', '133118.073000', '133118.082000', '133118.085000', '133137.959000', '133137.962000', '133137.964000', '133137.967000', '133137.969000', '133137.972000', '133137.974000', '133137.977000', '133137.980000', '133137.982000', '133137.985000', '133137.987000', '133137.990000', '133137.993000', '133137.995000', '133137.998000', '133138.001000', '133138.004000', '133138.007000', '133138.009000', '133138.012000', '133138.015000', '133138.017000', '133138.020000', '133138.022000', '133138.025000', '133138.027000', '133138.030000', '133138.033000', '133138.035000', '133138.038000', '133138.040000', '133138.043000', '133138.046000', '133138.048000', '133138.051000', '133138.053000', '133138.056000', '133138.059000', '133138.061000', '133138.064000', '133138.066000', '133138.069000', '133157.959000', '133157.961000', '133157.964000', '133157.967000', '133157.969000', '133157.972000', '133157.974000', '133157.977000', '133157.980000', '133157.982000', '133157.985000', '133157.987000', '133157.990000', '133157.992000', '133157.995000', '133157.998000', '133158.001000', '133158.004000', '133158.006000', '133158.009000', '133158.012000', '133158.014000', '133158.017000', '133158.019000', '133158.032000', '133158.034000', '133158.037000', '133158.039000', '133158.042000', '133158.045000', '133158.047000', '133158.050000', '133158.052000', '133158.055000', '133158.057000', '133158.060000', '133158.062000', '133158.065000', '133158.068000', '133158.070000', '133158.073000', '133158.075000', '133158.078000', '133158.081000', '133217.972000', '133217.975000', '133217.984000', '133217.987000', '133217.989000', '133217.992000', '133217.994000', '133217.997000', '133218.001000', '133218.003000', '133218.006000', '133218.008000', '133218.011000', '133218.014000', '133218.016000', '133218.019000', '133218.022000', '133218.024000', '133218.027000', '133218.029000', '133218.032000', '133218.035000', '133218.037000', '133218.040000', '133218.043000', '133218.045000', '133218.048000', '133218.051000', '133218.053000', '133218.056000', '133218.059000', '133218.061000', '133218.064000', '133218.068000', '133218.070000', '133218.073000', '133218.076000', '133218.078000', '133218.081000', '133218.083000', '133218.086000', '133218.089000', '133218.091000', '133237.959000', '133237.961000', '133237.964000', '133237.966000', '133237.969000', '133237.972000', '133237.974000', '133237.977000', '133237.979000', '133237.982000', '133237.984000', '133237.987000', '133237.990000', '133237.992000', '133237.995000', '133237.997000', '133238.001000', '133238.003000', '133238.006000', '133238.009000', '133238.011000', '133238.014000', '133238.016000', '133238.019000', '133238.021000', '133238.024000', '133238.027000', '133238.029000', '133238.032000', '133238.035000', '133238.037000', '133238.040000', '133238.042000', '133238.045000', '133238.048000', '133238.050000', '133238.053000', '133238.055000', '133238.058000', '133238.060000', '133238.063000', '133238.066000', '133238.068000', '133238.071000', '133257.957000', '133257.960000', '133257.963000', '133257.965000', '133257.968000', '133257.971000', '133257.973000', '133257.976000', '133257.978000', '133257.981000', '133257.983000', '133257.987000', '133257.990000', '133257.993000', '133257.995000', '133257.998000', '133258.001000', '133258.004000', '133258.006000', '133258.009000', '133258.012000', '133258.014000', '133258.017000', '133258.019000', '133258.022000', '133258.024000', '133258.027000', '133258.030000', '133258.033000', '133258.036000', '133258.039000', '133258.041000', '133258.044000', '133258.046000', '133258.049000', '133258.052000', '133258.054000', '133258.057000', '133258.059000', '133258.062000', '133258.064000', '133258.067000', '133258.070000', '133317.959000', '133317.961000', '133317.965000', '133317.968000', '133317.970000', '133317.973000', '133317.975000', '133317.978000', '133317.981000', '133317.983000', '133317.986000', '133317.988000', '133317.991000', '133317.994000', '133317.996000', '133318.000000', '133318.002000', '133318.005000', '133318.007000', '133318.010000', '133318.012000', '133318.015000', '133318.018000', '133318.020000', '133318.023000', '133318.025000', '133318.028000', '133318.031000', '133318.033000', '133318.036000', '133318.038000', '133318.041000', '133318.044000', '133318.046000', '133318.049000', '133318.051000', '133318.054000', '133318.057000', '133318.059000', '133318.063000', '133318.065000', '133318.068000', '133318.071000', '133318.073000', '133319.682000', '133319.685000', '133319.688000', '133319.691000'], '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': [10957, 15017, 9792, 10544, 10820, 8922, 11012, 11751, 9385, 11652, 8719, 8653, 12298, 9333, 8253, 12597, 9542, 9017, 12414, 8826, 8485, 13379, 8804, 8895, 12625, 8623, 9299, 13232, 8793, 10012, 11292, 9300, 10179, 11518, 9288, 10266, 8677, 8536, 11341, 9024, 8798, 11659, 8823, 9203, 12207, 8713, 9473, 14173, 8910, 9851, 14984, 9365, 10393, 15077, 9244, 10498, 16343, 9411, 10822, 10984, 8711, 11442, 9835, 8621, 11028, 9320, 9257, 11313, 9215, 8544, 13611, 9458, 8401, 12222, 10115, 8689, 11427, 8665, 8470, 12419, 8636, 9366, 11869, 8739, 9787, 11842, 9211, 10074, 13403, 9411, 10244, 9180, 8761, 11671, 10819, 8322, 11416, 10608, 8587, 11493, 9114, 8326, 13671, 8897, 9089, 12167, 9749, 8861, 12846, 8954, 9488, 13091, 8813, 9014, 13154, 8664, 10333, 12151, 9595, 10695, 8885, 8865, 11715, 9774, 8544, 11973, 10178, 8753, 11795, 8824, 8490, 13382, 8695, 9216, 12539, 9363, 9367, 12995, 8546, 10265, 13228, 9237, 10861, 11298, 9562, 10466, 8657, 8433, 11477, 9122, 9052, 11166, 9798, 8744, 13563, 8769, 9622, 14226, 9105, 9761, 13116, 8989, 11183, 9914, 8838, 11497, 9871, 8671, 11805, 8781, 8650, 13966, 8779, 9846, 13535, 9021, 9647, 11491, 9274, 11075, 10692, 8989, 11529, 10819, 9350, 11615, 9690, 8417, 13261, 8715, 9092, 12652, 9101, 8592, 12147, 8742, 9867, 11705, 8720, 10465, 8671, 9147, 11231, 9488, 8599, 11802, 9278, 8849, 12148, 9135, 9781, 15362, 9580, 10243, 11521, 9286, 11093, 9027, 8839, 12474, 11143, 9044, 13064, 9501, 8945, 14359, 8786, 9412, 13204, 8958, 9276, 13363, 8574, 9993, 12723, 9138, 10567, 11608, 9485, 10424, 9198, 8871, 12871, 9879, 8861, 12154, 9330, 9182, 13463, 8638, 9963, 16659, 9208, 9923, 15510, 9023, 10610, 8799, 9150, 10557, 8939, 9332, 10716, 9291, 8427, 12305, 8739, 8572, 11465, 8930, 9010, 12487, 8672, 10287, 12892, 9204, 10542, 11031, 9611, 11044, 8811, 8642, 13291, 9736, 8645, 12664, 9940, 9062, 12939, 8776, 9534, 16195, 8788, 9732, 10630, 8936, 10003, 8230, 8770, 10689, 9120, 9280, 11200, 9786, 8609, 13535, 8566, 9283, 12289, 9010, 9112, 12317, 9210, 11172, 12240, 9387, 11324, 9513, 8716, 11861, 9582, 8317, 12194, 10024, 8853, 12195, 9259, 9236, 13989, 8836, 9897, 14015, 9693, 9643, 8562, 8996, 10830, 9271, 8912, 11135, 9732, 8396, 11395, 8577, 8589, 11491, 9429, 9264, 11514, 8611, 10804, 8695, 7875, 11589, 8599, 8293, 11626, 7955, 8749, 11563, 7809, 9589, 14652, 8303, 11520, 7924, 8471, 9812, 7974, 8409, 10618, 8276, 8519, 11768, 7628, 9051, 13022, 7722, 11056, 8854, 8324, 11758, 7558, 8097, 11273, 8143, 8043, 11002, 8677, 9477, 12910, 8044, 9599, 14341, 8517, 11826, 7918, 12957, 8440, 8226, 7108, 8512, 13773, 12132, 9620, 13635, 8950, 8569, 12840, 8854, 8605, 12056, 8441, 10005, 12705, 8929, 9731, 7274, 8385, 9751, 7316, 8273, 11874, 8462, 8469, 11955, 8101, 9111, 12740, 8747, 9914, 9341, 8605, 11465, 7863, 8480, 12041, 8705, 8676, 12633, 8649, 9385, 12565, 8345, 9680, 13152, 8867, 10198, 12253, 8672, 12047, 7969, 8700, 11457, 8404, 8517, 12810, 9271, 9288, 12779, 8348, 9444, 12899, 9157, 9885, 13806, 8435, 11354, 8318, 8823, 11027, 9044, 8500, 12317, 8543, 8494, 12284, 8623, 9226, 12664, 9300, 9231, 13377, 8232, 10160, 14690, 8551, 11362, 10293, 8404, 12258, 8578, 8714, 12126, 8745, 8515, 12705, 9210, 8744, 12557, 8682, 8466, 12089, 8844, 9136, 12362, 9081, 9154, 12233, 8153, 9489, 13295, 9057, 10559, 13181, 9342, 11107, 10679, 8680, 11490, 11808, 8810, 11700, 8078, 8512, 11893, 8263, 8582, 12082, 9661, 9800, 12334, 8114, 8854, 12470, 8442, 9810, 13421, 8711, 9994, 12459, 8375, 10572, 13301, 8381, 11095, 8669, 8628, 12128, 8207, 8698, 11402, 8741, 8652, 12553, 8690, 9604, 12140, 8447, 9614, 12964, 9039, 10199, 11456, 8706, 11252, 9725, 8773, 12099, 9056, 8841, 12414, 8785, 9003, 12221, 9508, 9581, 13199, 9647, 9470, 12931, 8370, 9756, 13201, 8531, 10136, 8629, 9189, 12177, 8330, 8949, 12783, 9331, 8947, 12299, 8338, 9414, 12782, 8563, 10787, 13531, 8744, 11034, 8114, 8769, 11747, 8345, 9394, 13084, 9394, 9658, 12608, 8389, 9669, 13121, 8581, 9929, 11421, 8582, 11339, 7919, 8693, 11984, 9038, 8692, 12586, 8577, 9173, 12621, 8917, 10396, 13274, 9484, 10146, 13494, 8698, 10111, 13955, 9115, 10710, 12735, 8908, 10947, 10264, 8682, 10562, 13135, 8528, 11021, 8337, 10416, 10113, 8795, 11582, 12840, 8442, 12794, 12125, 8827, 9937, 8275, 8886, 11705, 8927, 9555, 13395, 10224, 9642, 13379, 8696, 9485, 13070, 8653, 10368, 15012, 9092, 10942, 8392, 9141, 12630, 8515, 9199, 13385, 9844, 9561, 13057, 8780, 9275, 12702, 8818, 9348, 13036, 9729, 9441, 13125, 8958, 9423, 12996, 8522, 10930, 13104, 9049, 11284, 8121, 9041, 11315, 7934, 9064, 12892, 9435, 9581, 12757, 8928, 9487, 13192, 9307, 10199, 13702, 9225, 11189, 9164, 9132, 10960, 9373, 9013, 10991, 8373, 9048, 12468, 8311, 9180, 12854, 9128, 9666, 13736, 8674, 10409, 11094, 8615, 11491, 8354, 9414, 12479, 9050, 9353, 13301, 9587, 9819, 13463, 8695, 10287, 12210, 8767, 11635, 9006, 9334, 12882, 9549, 9492, 13175, 10325, 10143, 13562, 9026, 9537, 13673, 9146, 10125, 14064, 10071, 9676, 13378, 9060, 9999, 13275, 8835, 10643, 13855, 9313, 10344, 8207, 9102, 10753, 8716, 8844, 11560, 8812, 9609, 12785, 8761, 9419, 13141, 9616, 10029, 12919, 9173, 9858, 13305, 9300, 9865, 13663, 9411, 10572, 13466, 9352, 10958, 13838, 9301, 10267, 14171, 9183, 10633, 7738, 9170, 12255, 8233, 9378, 13295, 9804, 9861, 12958, 9154, 9757, 12924, 9126, 10007, 13198, 9267, 10084, 9781, 9260, 10633, 8773, 9381, 12171, 9824, 9942, 13455, 8618, 8253, 9716, 9842, 12381, 9036, 12302, 10336, 8893, 13415, 9936, 9080, 13387, 10366, 11030, 8967, 9386, 13466, 10592, 10047, 14770, 10745, 11473, 15083, 9806, 11792, 13736, 9154, 12220, 10241, 9309, 12941, 9026, 9195], 'WindowCenter': [4351.0, 4352.0, 4299.0, 4297.0, 4294.0, 4263.0, 4293.0, 4292.0, 4284.0, 4293.0, 4261.0, 4261.0, 4289.0, 4261.0, 4250.0, 4300.0, 4270.0, 4273.0, 4302.0, 4262.0, 4262.0, 4300.0, 4260.0, 4260.0, 4289.0, 4261.0, 4272.0, 4302.0, 4262.0, 4282.0, 4290.0, 4272.0, 4284.0, 4302.0, 4285.0, 4295.0, 4274.0, 4275.0, 4294.0, 4273.0, 4275.0, 4306.0, 4288.0, 4286.0, 4315.0, 4275.0, 4287.0, 4323.0, 4274.0, 4298.0, 4325.0, 4274.0, 4284.0, 4322.0, 4272.0, 4293.0, 4321.0, 4272.0, 4294.0, 4281.0, 4262.0, 4293.0, 4269.0, 4261.0, 4293.0, 4271.0, 4273.0, 4293.0, 4271.0, 4262.0, 4310.0, 4269.0, 4251.0, 4302.0, 4283.0, 4261.0, 4291.0, 4261.0, 4262.0, 4302.0, 4274.0, 4284.0, 4292.0, 4262.0, 4284.0, 4303.0, 4285.0, 4294.0, 4324.0, 4285.0, 4296.0, 4272.0, 4275.0, 4303.0, 4293.0, 4262.0, 4305.0, 4293.0, 4264.0, 4293.0, 4273.0, 4264.0, 4312.0, 4261.0, 4275.0, 4303.0, 4274.0, 4273.0, 4302.0, 4272.0, 4283.0, 4314.0, 4275.0, 4275.0, 4312.0, 4264.0, 4284.0, 4300.0, 4285.0, 4295.0, 4273.0, 4276.0, 4304.0, 4282.0, 4273.0, 4304.0, 4295.0, 4277.0, 4303.0, 4273.0, 4275.0, 4314.0, 4262.0, 4274.0, 4314.0, 4286.0, 4275.0, 4312.0, 4263.0, 4282.0, 4300.0, 4272.0, 4293.0, 4293.0, 4283.0, 4294.0, 4263.0, 4263.0, 4302.0, 4272.0, 4286.0, 4304.0, 4284.0, 4274.0, 4312.0, 4263.0, 4285.0, 4312.0, 4275.0, 4285.0, 4313.0, 4274.0, 4292.0, 4270.0, 4261.0, 4292.0, 4284.0, 4274.0, 4302.0, 4274.0, 4264.0, 4311.0, 4262.0, 4283.0, 4324.0, 4274.0, 4283.0, 4302.0, 4273.0, 4294.0, 4281.0, 4272.0, 4303.0, 4292.0, 4273.0, 4293.0, 4271.0, 4263.0, 4311.0, 4262.0, 4274.0, 4313.0, 4272.0, 4275.0, 4302.0, 4273.0, 4285.0, 4303.0, 4287.0, 4297.0, 4274.0, 4285.0, 4304.0, 4283.0, 4274.0, 4306.0, 4287.0, 4287.0, 4314.0, 4284.0, 4286.0, 4322.0, 4285.0, 4307.0, 4305.0, 4285.0, 4305.0, 4274.0, 4274.0, 4305.0, 4293.0, 4276.0, 4315.0, 4285.0, 4274.0, 4312.0, 4263.0, 4274.0, 4313.0, 4273.0, 4274.0, 4312.0, 4262.0, 4283.0, 4300.0, 4271.0, 4294.0, 4292.0, 4272.0, 4284.0, 4261.0, 4262.0, 4301.0, 4271.0, 4262.0, 4304.0, 4273.0, 4273.0, 4303.0, 4262.0, 4284.0, 4320.0, 4273.0, 4285.0, 4311.0, 4262.0, 4282.0, 4249.0, 4270.0, 4280.0, 4260.0, 4273.0, 4282.0, 4271.0, 4262.0, 4300.0, 4261.0, 4263.0, 4291.0, 4273.0, 4274.0, 4303.0, 4263.0, 4283.0, 4300.0, 4272.0, 4295.0, 4282.0, 4271.0, 4294.0, 4261.0, 4262.0, 4302.0, 4259.0, 4263.0, 4303.0, 4272.0, 4263.0, 4301.0, 4260.0, 4272.0, 4321.0, 4264.0, 4273.0, 4280.0, 4262.0, 4282.0, 4251.0, 4262.0, 4283.0, 4272.0, 4285.0, 4294.0, 4283.0, 4264.0, 4312.0, 4261.0, 4274.0, 4303.0, 4274.0, 4274.0, 4302.0, 4273.0, 4294.0, 4290.0, 4275.0, 4292.0, 4270.0, 4262.0, 4291.0, 4270.0, 4252.0, 4292.0, 4282.0, 4273.0, 4302.0, 4272.0, 4274.0, 4310.0, 4272.0, 4285.0, 4324.0, 4283.0, 4284.0, 4261.0, 4273.0, 4294.0, 4271.0, 4275.0, 4305.0, 4273.0, 4264.0, 4294.0, 4262.0, 4275.0, 4305.0, 4284.0, 4315.0, 4358.0, 4262.0, 4293.0, 4275.0, 4266.0, 4318.0, 4275.0, 4277.0, 4306.0, 4255.0, 4264.0, 4293.0, 4244.0, 4286.0, 4324.0, 4266.0, 4295.0, 4242.0, 4251.0, 4272.0, 4239.0, 4264.0, 4283.0, 4251.0, 4250.0, 4290.0, 4241.0, 4274.0, 4302.0, 4254.0, 4295.0, 4261.0, 4253.0, 4292.0, 4239.0, 4252.0, 4279.0, 4253.0, 4264.0, 4281.0, 4260.0, 4271.0, 4290.0, 4239.0, 4271.0, 4311.0, 4263.0, 4303.0, 4251.0, 4314.0, 4263.0, 4275.0, 4244.0, 4288.0, 4340.0, 4317.0, 4287.0, 4315.0, 4261.0, 4263.0, 4291.0, 4248.0, 4260.0, 4290.0, 4263.0, 4284.0, 4301.0, 4261.0, 4271.0, 4229.0, 4259.0, 4272.0, 4241.0, 4262.0, 4302.0, 4251.0, 4262.0, 4290.0, 4251.0, 4273.0, 4314.0, 4263.0, 4283.0, 4271.0, 4264.0, 4293.0, 4250.0, 4262.0, 4303.0, 4274.0, 4274.0, 4303.0, 4262.0, 4273.0, 4301.0, 4261.0, 4283.0, 4312.0, 4274.0, 4293.0, 4302.0, 4262.0, 4303.0, 4250.0, 4262.0, 4303.0, 4262.0, 4263.0, 4303.0, 4272.0, 4272.0, 4301.0, 4250.0, 4272.0, 4302.0, 4273.0, 4282.0, 4311.0, 4261.0, 4292.0, 4249.0, 4261.0, 4294.0, 4272.0, 4262.0, 4303.0, 4260.0, 4273.0, 4301.0, 4261.0, 4283.0, 4302.0, 4272.0, 4285.0, 4311.0, 4263.0, 4294.0, 4312.0, 4273.0, 4303.0, 4281.0, 4262.0, 4302.0, 4259.0, 4261.0, 4301.0, 4262.0, 4273.0, 4301.0, 4271.0, 4262.0, 4298.0, 4260.0, 4262.0, 4304.0, 4272.0, 4284.0, 4302.0, 4274.0, 4273.0, 4301.0, 4252.0, 4284.0, 4312.0, 4274.0, 4294.0, 4313.0, 4273.0, 4293.0, 4280.0, 4260.0, 4292.0, 4291.0, 4261.0, 4291.0, 4250.0, 4261.0, 4302.0, 4249.0, 4262.0, 4303.0, 4282.0, 4283.0, 4302.0, 4252.0, 4273.0, 4301.0, 4263.0, 4295.0, 4312.0, 4262.0, 4284.0, 4300.0, 4261.0, 4293.0, 4312.0, 4264.0, 4294.0, 4262.0, 4263.0, 4303.0, 4250.0, 4262.0, 4304.0, 4275.0, 4274.0, 4314.0, 4273.0, 4283.0, 4301.0, 4262.0, 4284.0, 4314.0, 4275.0, 4295.0, 4292.0, 4273.0, 4293.0, 4270.0, 4275.0, 4315.0, 4272.0, 4274.0, 4303.0, 4261.0, 4272.0, 4300.0, 4282.0, 4284.0, 4312.0, 4272.0, 4273.0, 4300.0, 4250.0, 4283.0, 4312.0, 4263.0, 4293.0, 4261.0, 4272.0, 4303.0, 4250.0, 4273.0, 4315.0, 4271.0, 4273.0, 4301.0, 4262.0, 4273.0, 4302.0, 4273.0, 4307.0, 4312.0, 4262.0, 4293.0, 4251.0, 4273.0, 4303.0, 4262.0, 4283.0, 4313.0, 4272.0, 4283.0, 4301.0, 4261.0, 4272.0, 4313.0, 4274.0, 4284.0, 4302.0, 4274.0, 4302.0, 4251.0, 4273.0, 4316.0, 4273.0, 4274.0, 4315.0, 4273.0, 4284.0, 4302.0, 4274.0, 4295.0, 4302.0, 4272.0, 4283.0, 4300.0, 4260.0, 4282.0, 4311.0, 4272.0, 4282.0, 4300.0, 4261.0, 4292.0, 4279.0, 4260.0, 4281.0, 4300.0, 4262.0, 4293.0, 4261.0, 4293.0, 4282.0, 4274.0, 4305.0, 4313.0, 4276.0, 4316.0, 4302.0, 4274.0, 4282.0, 4261.0, 4273.0, 4302.0, 4272.0, 4284.0, 4313.0, 4282.0, 4283.0, 4301.0, 4262.0, 4283.0, 4302.0, 4263.0, 4296.0, 4322.0, 4272.0, 4291.0, 4249.0, 4271.0, 4302.0, 4250.0, 4285.0, 4312.0, 4270.0, 4272.0, 4299.0, 4248.0, 4260.0, 4300.0, 4259.0, 4273.0, 4313.0, 4270.0, 4271.0, 4299.0, 4260.0, 4271.0, 4299.0, 4262.0, 4294.0, 4301.0, 4273.0, 4292.0, 4239.0, 4261.0, 4291.0, 4251.0, 4273.0, 4302.0, 4271.0, 4271.0, 4300.0, 4260.0, 4272.0, 4302.0, 4271.0, 4283.0, 4312.0, 4272.0, 4292.0, 4259.0, 4270.0, 4293.0, 4271.0, 4272.0, 4292.0, 4251.0, 4273.0, 4303.0, 4262.0, 4286.0, 4313.0, 4274.0, 4284.0, 4312.0, 4263.0, 4295.0, 4305.0, 4277.0, 4305.0, 4264.0, 4285.0, 4304.0, 4273.0, 4287.0, 4314.0, 4285.0, 4296.0, 4313.0, 4274.0, 4294.0, 4315.0, 4276.0, 4306.0, 4275.0, 4285.0, 4315.0, 4272.0, 4284.0, 4315.0, 4284.0, 4282.0, 4313.0, 4262.0, 4274.0, 4312.0, 4271.0, 4295.0, 4312.0, 4271.0, 4272.0, 4300.0, 4261.0, 4282.0, 4312.0, 4273.0, 4294.0, 4313.0, 4286.0, 4295.0, 4250.0, 4273.0, 4295.0, 4274.0, 4288.0, 4305.0, 4274.0, 4284.0, 4315.0, 4263.0, 4273.0, 4314.0, 4284.0, 4284.0, 4314.0, 4273.0, 4282.0, 4312.0, 4272.0, 4282.0, 4314.0, 4284.0, 4294.0, 4312.0, 4271.0, 4292.0, 4299.0, 4261.0, 4283.0, 4312.0, 4271.0, 4294.0, 4241.0, 4272.0, 4303.0, 4250.0, 4284.0, 4314.0, 4271.0, 4283.0, 4301.0, 4271.0, 4272.0, 4301.0, 4272.0, 4295.0, 4302.0, 4273.0, 4283.0, 4282.0, 4272.0, 4293.0, 4262.0, 4285.0, 4316.0, 4297.0, 4295.0, 4313.0, 4265.0, 4252.0, 4286.0, 4284.0, 4300.0, 4260.0, 4300.0, 4279.0, 4272.0, 4312.0, 4283.0, 4285.0, 4314.0, 4294.0, 4292.0, 4260.0, 4271.0, 4312.0, 4280.0, 4270.0, 4313.0, 4279.0, 4280.0, 4298.0, 4257.0, 4277.0, 4284.0, 4245.0, 4290.0, 4255.0, 4257.0, 4286.0, 4247.0, 4259.0], 'WindowWidth': [9603.0, 9586.0, 9508.0, 9498.0, 9486.0, 9446.0, 9485.0, 9480.0, 9474.0, 9486.0, 9438.0, 9437.0, 9474.0, 9435.0, 9422.0, 9488.0, 9450.0, 9457.0, 9493.0, 9439.0, 9441.0, 9488.0, 9436.0, 9437.0, 9472.0, 9439.0, 9455.0, 9495.0, 9442.0, 9469.0, 9474.0, 9455.0, 9474.0, 9497.0, 9479.0, 9490.0, 9462.0, 9463.0, 9487.0, 9458.0, 9464.0, 9506.0, 9488.0, 9482.0, 9518.0, 9466.0, 9483.0, 9525.0, 9462.0, 9501.0, 9533.0, 9461.0, 9475.0, 9520.0, 9456.0, 9486.0, 9520.0, 9455.0, 9487.0, 9463.0, 9439.0, 9483.0, 9446.0, 9439.0, 9486.0, 9452.0, 9456.0, 9484.0, 9451.0, 9442.0, 9504.0, 9445.0, 9425.0, 9498.0, 9470.0, 9440.0, 9478.0, 9439.0, 9443.0, 9493.0, 9461.0, 9477.0, 9482.0, 9442.0, 9473.0, 9497.0, 9476.0, 9490.0, 9531.0, 9480.0, 9494.0, 9455.0, 9462.0, 9500.0, 9482.0, 9443.0, 9507.0, 9485.0, 9447.0, 9484.0, 9457.0, 9448.0, 9509.0, 9439.0, 9465.0, 9497.0, 9460.0, 9459.0, 9494.0, 9455.0, 9474.0, 9516.0, 9465.0, 9463.0, 9510.0, 9447.0, 9475.0, 9489.0, 9477.0, 9493.0, 9458.0, 9468.0, 9502.0, 9469.0, 9460.0, 9502.0, 9492.0, 9470.0, 9501.0, 9458.0, 9463.0, 9514.0, 9441.0, 9461.0, 9517.0, 9481.0, 9464.0, 9510.0, 9444.0, 9470.0, 9488.0, 9453.0, 9485.0, 9486.0, 9471.0, 9489.0, 9442.0, 9444.0, 9497.0, 9455.0, 9483.0, 9502.0, 9474.0, 9461.0, 9508.0, 9446.0, 9476.0, 9512.0, 9464.0, 9476.0, 9510.0, 9460.0, 9483.0, 9447.0, 9439.0, 9483.0, 9474.0, 9460.0, 9497.0, 9460.0, 9447.0, 9505.0, 9441.0, 9472.0, 9531.0, 9461.0, 9472.0, 9494.0, 9456.0, 9487.0, 9463.0, 9454.0, 9501.0, 9483.0, 9455.0, 9485.0, 9452.0, 9444.0, 9505.0, 9441.0, 9463.0, 9513.0, 9457.0, 9465.0, 9496.0, 9460.0, 9477.0, 9498.0, 9484.0, 9495.0, 9461.0, 9476.0, 9503.0, 9470.0, 9461.0, 9508.0, 9485.0, 9483.0, 9515.0, 9475.0, 9479.0, 9521.0, 9477.0, 9513.0, 9505.0, 9478.0, 9506.0, 9460.0, 9461.0, 9504.0, 9486.0, 9467.0, 9516.0, 9477.0, 9462.0, 9506.0, 9443.0, 9460.0, 9512.0, 9458.0, 9460.0, 9507.0, 9440.0, 9471.0, 9486.0, 9453.0, 9489.0, 9481.0, 9454.0, 9473.0, 9438.0, 9442.0, 9492.0, 9450.0, 9441.0, 9499.0, 9458.0, 9457.0, 9495.0, 9441.0, 9472.0, 9517.0, 9457.0, 9476.0, 9504.0, 9439.0, 9466.0, 9417.0, 9448.0, 9463.0, 9435.0, 9459.0, 9468.0, 9450.0, 9441.0, 9489.0, 9439.0, 9443.0, 9480.0, 9460.0, 9462.0, 9497.0, 9444.0, 9471.0, 9489.0, 9452.0, 9490.0, 9466.0, 9450.0, 9485.0, 9436.0, 9440.0, 9495.0, 9432.0, 9443.0, 9497.0, 9452.0, 9442.0, 9488.0, 9435.0, 9454.0, 9517.0, 9448.0, 9457.0, 9460.0, 9440.0, 9468.0, 9424.0, 9441.0, 9470.0, 9454.0, 9477.0, 9486.0, 9473.0, 9448.0, 9508.0, 9439.0, 9458.0, 9500.0, 9459.0, 9460.0, 9494.0, 9456.0, 9487.0, 9474.0, 9462.0, 9485.0, 9449.0, 9442.0, 9480.0, 9447.0, 9427.0, 9479.0, 9469.0, 9458.0, 9494.0, 9454.0, 9458.0, 9503.0, 9453.0, 9477.0, 9528.0, 9470.0, 9474.0, 9439.0, 9456.0, 9486.0, 9450.0, 9466.0, 9505.0, 9456.0, 9447.0, 9487.0, 9442.0, 9462.0, 9502.0, 9476.0, 9539.0, 9603.0, 9438.0, 9482.0, 9462.0, 9453.0, 9525.0, 9462.0, 9470.0, 9506.0, 9434.0, 9447.0, 9479.0, 9418.0, 9479.0, 9528.0, 9450.0, 9490.0, 9410.0, 9426.0, 9453.0, 9405.0, 9448.0, 9471.0, 9421.0, 9420.0, 9472.0, 9410.0, 9458.0, 9491.0, 9435.0, 9490.0, 9436.0, 9429.0, 9480.0, 9404.0, 9424.0, 9459.0, 9431.0, 9447.0, 9465.0, 9432.0, 9450.0, 9472.0, 9404.0, 9452.0, 9506.0, 9442.0, 9498.0, 9422.0, 9514.0, 9443.0, 9466.0, 9424.0, 9486.0, 9562.0, 9526.0, 9482.0, 9515.0, 9434.0, 9440.0, 9476.0, 9414.0, 9434.0, 9473.0, 9444.0, 9473.0, 9489.0, 9438.0, 9450.0, 9390.0, 9433.0, 9455.0, 9412.0, 9442.0, 9495.0, 9424.0, 9441.0, 9475.0, 9424.0, 9457.0, 9514.0, 9443.0, 9470.0, 9451.0, 9444.0, 9484.0, 9421.0, 9441.0, 9499.0, 9461.0, 9461.0, 9497.0, 9440.0, 9458.0, 9491.0, 9438.0, 9470.0, 9510.0, 9462.0, 9486.0, 9495.0, 9442.0, 9497.0, 9420.0, 9439.0, 9499.0, 9442.0, 9445.0, 9498.0, 9454.0, 9455.0, 9491.0, 9422.0, 9454.0, 9497.0, 9459.0, 9469.0, 9505.0, 9439.0, 9480.0, 9418.0, 9438.0, 9488.0, 9455.0, 9441.0, 9497.0, 9436.0, 9459.0, 9492.0, 9438.0, 9473.0, 9495.0, 9457.0, 9475.0, 9506.0, 9445.0, 9487.0, 9507.0, 9459.0, 9499.0, 9465.0, 9440.0, 9494.0, 9432.0, 9439.0, 9494.0, 9441.0, 9459.0, 9494.0, 9450.0, 9440.0, 9487.0, 9435.0, 9441.0, 9501.0, 9454.0, 9476.0, 9496.0, 9460.0, 9459.0, 9493.0, 9428.0, 9473.0, 9510.0, 9463.0, 9488.0, 9512.0, 9456.0, 9486.0, 9459.0, 9435.0, 9483.0, 9479.0, 9437.0, 9478.0, 9421.0, 9438.0, 9495.0, 9419.0, 9442.0, 9500.0, 9469.0, 9471.0, 9495.0, 9428.0, 9457.0, 9491.0, 9447.0, 9492.0, 9509.0, 9443.0, 9473.0, 9488.0, 9439.0, 9484.0, 9507.0, 9450.0, 9488.0, 9441.0, 9443.0, 9498.0, 9421.0, 9441.0, 9502.0, 9467.0, 9462.0, 9514.0, 9458.0, 9472.0, 9492.0, 9440.0, 9474.0, 9515.0, 9464.0, 9491.0, 9480.0, 9457.0, 9485.0, 9449.0, 9465.0, 9520.0, 9454.0, 9462.0, 9498.0, 9436.0, 9454.0, 9492.0, 9470.0, 9476.0, 9509.0, 9454.0, 9456.0, 9488.0, 9423.0, 9470.0, 9510.0, 9443.0, 9484.0, 9438.0, 9456.0, 9498.0, 9422.0, 9459.0, 9517.0, 9452.0, 9458.0, 9492.0, 9440.0, 9457.0, 9494.0, 9459.0, 9511.0, 9508.0, 9442.0, 9484.0, 9423.0, 9457.0, 9500.0, 9442.0, 9472.0, 9512.0, 9456.0, 9470.0, 9492.0, 9438.0, 9456.0, 9513.0, 9462.0, 9473.0, 9494.0, 9461.0, 9498.0, 9425.0, 9459.0, 9521.0, 9458.0, 9460.0, 9518.0, 9458.0, 9475.0, 9497.0, 9461.0, 9490.0, 9494.0, 9455.0, 9469.0, 9490.0, 9436.0, 9467.0, 9506.0, 9454.0, 9467.0, 9488.0, 9437.0, 9479.0, 9457.0, 9434.0, 9466.0, 9490.0, 9440.0, 9486.0, 9437.0, 9485.0, 9468.0, 9463.0, 9506.0, 9511.0, 9469.0, 9522.0, 9493.0, 9460.0, 9466.0, 9439.0, 9458.0, 9497.0, 9453.0, 9475.0, 9512.0, 9468.0, 9471.0, 9490.0, 9439.0, 9471.0, 9494.0, 9444.0, 9495.0, 9521.0, 9454.0, 9479.0, 9418.0, 9451.0, 9494.0, 9420.0, 9477.0, 9509.0, 9446.0, 9451.0, 9485.0, 9415.0, 9433.0, 9487.0, 9431.0, 9458.0, 9510.0, 9448.0, 9450.0, 9484.0, 9435.0, 9452.0, 9486.0, 9442.0, 9485.0, 9490.0, 9454.0, 9480.0, 9404.0, 9436.0, 9479.0, 9424.0, 9458.0, 9494.0, 9450.0, 9450.0, 9486.0, 9433.0, 9452.0, 9493.0, 9454.0, 9470.0, 9508.0, 9453.0, 9480.0, 9429.0, 9448.0, 9485.0, 9452.0, 9454.0, 9481.0, 9424.0, 9457.0, 9498.0, 9443.0, 9480.0, 9510.0, 9460.0, 9474.0, 9507.0, 9443.0, 9490.0, 9503.0, 9468.0, 9505.0, 9446.0, 9477.0, 9501.0, 9458.0, 9485.0, 9515.0, 9476.0, 9493.0, 9512.0, 9460.0, 9490.0, 9517.0, 9467.0, 9506.0, 9463.0, 9477.0, 9517.0, 9453.0, 9472.0, 9520.0, 9473.0, 9467.0, 9511.0, 9440.0, 9457.0, 9506.0, 9451.0, 9489.0, 9507.0, 9450.0, 9454.0, 9488.0, 9437.0, 9468.0, 9507.0, 9459.0, 9487.0, 9508.0, 9479.0, 9489.0, 9422.0, 9456.0, 9488.0, 9462.0, 9487.0, 9504.0, 9460.0, 9474.0, 9515.0, 9442.0, 9457.0, 9516.0, 9475.0, 9473.0, 9514.0, 9455.0, 9467.0, 9508.0, 9452.0, 9468.0, 9514.0, 9474.0, 9485.0, 9507.0, 9451.0, 9481.0, 9484.0, 9435.0, 9471.0, 9507.0, 9451.0, 9485.0, 9411.0, 9455.0, 9496.0, 9421.0, 9475.0, 9514.0, 9449.0, 9469.0, 9489.0, 9451.0, 9454.0, 9491.0, 9454.0, 9490.0, 9494.0, 9456.0, 9471.0, 9466.0, 9455.0, 9484.0, 9441.0, 9478.0, 9520.0, 9495.0, 9492.0, 9508.0, 9447.0, 9426.0, 9482.0, 9474.0, 9488.0, 9435.0, 9491.0, 9459.0, 9456.0, 9512.0, 9473.0, 9481.0, 9513.0, 9488.0, 9481.0, 9435.0, 9452.0, 9509.0, 9461.0, 9449.0, 9510.0, 9458.0, 9459.0, 9480.0, 9422.0, 9452.0, 9453.0, 9405.0, 9472.0, 9418.0, 9424.0, 9460.0, 9410.0, 9428.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.002770585533869116</td></tr>
<tr><td colspan=3>aqi</td><td>0.03856209885189438</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19772839613791</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1882562782988502</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9793260923908048</td></tr>
<tr><td colspan=3>efc</td><td>0.4676</td></tr>
<tr><td colspan=3>fber</td><td>6287.1875</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09893947085774683</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.018369690011481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4877036412604308</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3646600345312025</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8054361149313722</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2930147743187166</td></tr>
<tr><td colspan=3>gcor</td><td>0.00369386</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012047026306390762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027186986058950424</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.791336467944695</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.3191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5588</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.7495</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302386.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>780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.1239</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0785</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.6648</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.7213</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.8798</td></tr>
<tr><td colspan=3>tsnr</td><td>31.677075830753893</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>