<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0093_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-01/func/sub-0093_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>57c078c5970c97da606fb94766f5affc</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:12:25.307500</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.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106268</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a7e9990-81de-44ff-9978-eae05d7b850a||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.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [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': ['131225.307500', '131225.767500', '131226.227500', '131226.687500', '131227.147500', '131227.607500', '131228.067500', '131228.527500', '131228.987500', '131229.447500', '131229.907500', '131230.367500', '131230.827500', '131231.287500', '131231.747500', '131232.207500', '131232.667500', '131233.127500', '131233.587500', '131234.047500', '131234.507500', '131234.967500', '131235.427500', '131235.887500', '131236.347500', '131236.807500', '131237.267500', '131237.727500', '131238.187500', '131238.647500', '131239.107500', '131239.567500', '131240.027500', '131240.487500', '131240.947500', '131241.407500', '131241.867500', '131242.327500', '131242.787500', '131243.247500', '131243.707500', '131244.167500', '131244.627500', '131245.087500', '131245.547500', '131246.007500', '131246.467500', '131246.927500', '131247.387500', '131247.847500', '131248.307500', '131248.767500', '131249.227500', '131249.687500', '131250.147500', '131250.607500', '131251.067500', '131251.527500', '131251.987500', '131252.447500', '131252.907500', '131253.367500', '131253.827500', '131254.287500', '131254.747500', '131255.207500', '131255.667500', '131256.127500', '131256.587500', '131257.047500', '131257.507500', '131257.967500', '131258.427500', '131258.887500', '131259.347500', '131259.807500', '131300.267500', '131300.727500', '131301.187500', '131301.647500', '131302.107500', '131302.567500', '131303.027500', '131303.487500', '131303.947500', '131304.407500', '131304.867500', '131305.327500', '131305.787500', '131306.247500', '131306.707500', '131307.167500', '131307.627500', '131308.087500', '131308.547500', '131309.007500', '131309.467500', '131309.927500', '131310.387500', '131310.847500', '131311.307500', '131311.767500', '131312.227500', '131312.687500', '131313.147500', '131313.607500', '131314.067500', '131314.527500', '131314.987500', '131315.447500', '131315.907500', '131316.367500', '131316.827500', '131317.287500', '131317.747500', '131318.207500', '131318.667500', '131319.127500', '131319.587500', '131320.047500', '131320.507500', '131320.967500', '131321.427500', '131321.887500', '131322.347500', '131322.807500', '131323.267500', '131323.727500', '131324.187500', '131324.647500', '131325.107500', '131325.567500', '131326.027500', '131326.487500', '131326.947500', '131327.407500', '131327.867500', '131328.327500', '131328.787500', '131329.247500', '131329.707500', '131330.167500', '131330.627500', '131331.087500', '131331.547500', '131332.007500', '131332.467500', '131332.927500', '131333.387500', '131333.847500', '131334.307500', '131334.767500', '131335.227500', '131335.687500', '131336.147500', '131336.607500', '131337.067500', '131337.527500', '131337.987500', '131338.447500', '131338.907500', '131339.367500', '131339.827500', '131340.287500', '131340.747500', '131341.207500', '131341.667500', '131342.127500', '131342.587500', '131343.047500', '131343.507500', '131343.967500', '131344.427500', '131344.887500', '131345.347500', '131345.807500', '131346.267500', '131346.727500', '131347.187500', '131347.647500', '131348.107500', '131348.567500', '131349.027500', '131349.487500', '131349.947500', '131350.407500', '131350.867500', '131351.327500', '131351.787500', '131352.247500', '131352.707500', '131353.167500', '131353.627500', '131354.087500', '131354.547500', '131355.007500', '131355.467500', '131355.927500', '131356.387500', '131356.847500', '131357.307500', '131357.767500', '131358.227500', '131358.687500', '131359.147500', '131359.607500', '131400.067500', '131400.527500', '131400.987500', '131401.447500', '131401.907500', '131402.367500', '131402.827500', '131403.287500', '131403.747500', '131404.207500', '131404.667500', '131405.127500', '131405.587500', '131406.047500', '131406.507500', '131406.967500', '131407.427500', '131407.887500', '131408.347500', '131408.807500', '131409.267500', '131409.727500', '131410.187500', '131410.647500', '131411.107500', '131411.567500', '131412.027500', '131412.487500', '131412.947500', '131413.407500', '131413.867500', '131414.327500', '131414.787500', '131415.247500', '131415.707500', '131416.167500', '131416.627500', '131417.087500', '131417.547500', '131418.007500', '131418.467500', '131418.927500', '131419.387500', '131419.847500', '131420.307500', '131420.767500', '131421.227500', '131421.687500', '131422.147500', '131422.607500', '131423.067500', '131423.527500', '131423.987500', '131424.447500', '131424.907500', '131425.367500', '131425.827500', '131426.287500', '131426.747500', '131427.207500', '131427.667500', '131428.127500', '131428.587500', '131429.047500', '131429.507500', '131429.967500', '131430.427500', '131430.887500', '131431.347500', '131431.807500', '131432.267500', '131432.727500', '131433.187500', '131433.647500', '131434.107500', '131434.567500', '131435.027500', '131435.487500', '131435.947500', '131436.407500', '131436.867500', '131437.327500', '131437.787500', '131438.247500', '131438.707500', '131439.167500', '131439.627500', '131440.087500', '131440.547500', '131441.007500', '131441.467500', '131441.927500', '131442.387500', '131442.847500', '131443.307500', '131443.767500', '131444.227500', '131444.687500', '131445.147500', '131445.607500', '131446.067500', '131446.527500', '131446.987500', '131447.447500', '131447.907500', '131448.367500', '131448.827500', '131449.287500', '131449.747500', '131450.207500', '131450.667500', '131451.127500', '131451.587500', '131452.047500', '131452.507500', '131452.967500', '131453.427500', '131453.887500', '131454.347500', '131454.807500', '131455.267500', '131455.727500', '131456.187500', '131456.647500', '131457.107500', '131457.567500', '131458.027500', '131458.487500', '131458.947500', '131459.407500', '131459.867500', '131500.327500', '131500.787500', '131501.247500', '131501.707500', '131502.167500', '131502.627500', '131503.087500', '131503.547500', '131504.007500', '131504.467500', '131504.927500', '131505.387500', '131505.847500', '131506.307500', '131506.767500', '131507.227500', '131507.687500', '131508.147500', '131508.607500', '131509.067500', '131509.527500', '131509.987500', '131510.447500', '131510.907500', '131511.367500', '131511.827500', '131512.287500', '131512.747500', '131513.207500', '131513.667500', '131514.127500', '131514.587500', '131515.047500', '131515.507500', '131515.967500', '131516.427500', '131516.887500', '131517.347500', '131517.807500', '131518.267500', '131518.727500', '131519.187500', '131519.647500', '131520.107500', '131520.567500', '131521.027500', '131521.487500', '131521.947500', '131522.407500', '131522.867500', '131523.327500', '131523.787500', '131524.247500', '131524.707500', '131525.167500', '131525.627500', '131526.087500', '131526.547500', '131527.007500', '131527.467500', '131527.927500', '131528.387500', '131528.847500', '131529.307500', '131529.767500', '131530.227500', '131530.687500', '131531.147500', '131531.607500', '131532.067500', '131532.527500', '131532.987500', '131533.447500', '131533.907500', '131534.367500', '131534.827500', '131535.287500', '131535.747500', '131536.207500', '131536.667500', '131537.127500', '131537.587500', '131538.047500', '131538.507500', '131538.967500', '131539.427500', '131539.887500', '131540.347500', '131540.807500', '131541.267500', '131541.727500', '131542.187500', '131542.647500', '131543.107500', '131543.567500', '131544.027500', '131544.487500', '131544.947500', '131545.407500', '131545.867500', '131546.327500', '131546.787500', '131547.247500', '131547.707500', '131548.167500', '131548.627500', '131549.087500', '131549.547500', '131550.007500', '131550.467500', '131550.927500', '131551.387500', '131551.847500', '131552.307500', '131552.767500', '131553.227500', '131553.687500', '131554.147500', '131554.607500', '131555.067500', '131555.527500', '131555.987500', '131556.447500', '131556.907500', '131557.367500', '131557.827500', '131558.287500', '131558.747500', '131559.207500', '131559.667500', '131600.127500', '131600.587500', '131601.047500', '131601.507500', '131601.967500', '131602.427500', '131602.887500', '131603.347500', '131603.807500', '131604.267500', '131604.727500', '131605.187500', '131605.647500', '131606.107500', '131606.567500', '131607.027500', '131607.487500', '131607.947500', '131608.407500', '131608.867500', '131609.327500', '131609.787500', '131610.247500', '131610.707500', '131611.167500', '131611.627500', '131612.087500', '131612.547500', '131613.007500', '131613.467500', '131613.927500', '131614.387500', '131614.847500', '131615.307500', '131615.767500', '131616.227500', '131616.687500', '131617.147500', '131617.607500', '131618.067500', '131618.527500', '131618.987500', '131619.447500', '131619.907500', '131620.367500', '131620.827500', '131621.287500', '131621.747500', '131622.207500', '131622.667500', '131623.127500', '131623.587500', '131624.047500', '131624.507500', '131624.967500', '131625.427500', '131625.887500', '131626.347500', '131626.807500', '131627.267500', '131627.727500', '131628.187500', '131628.647500', '131629.107500', '131629.567500', '131630.027500', '131630.487500', '131630.947500', '131631.407500', '131631.867500', '131632.327500', '131632.787500', '131633.247500', '131633.707500', '131634.167500', '131634.627500', '131635.087500', '131635.547500', '131636.007500', '131636.467500', '131636.927500', '131637.387500', '131637.847500', '131638.307500', '131638.767500', '131639.227500', '131639.687500', '131640.147500', '131640.607500', '131641.067500', '131641.527500', '131641.987500', '131642.447500', '131642.907500', '131643.367500', '131643.827500', '131644.287500', '131644.747500', '131645.207500', '131645.667500', '131646.127500', '131646.587500', '131647.047500', '131647.507500', '131647.967500', '131648.427500', '131648.887500', '131649.347500', '131649.807500', '131650.267500', '131650.727500', '131651.187500', '131651.647500', '131652.107500', '131652.567500', '131653.027500', '131653.487500', '131653.947500', '131654.407500', '131654.867500', '131655.327500', '131655.787500', '131656.247500', '131656.707500', '131657.167500', '131657.627500', '131658.087500', '131658.547500', '131659.007500', '131659.467500', '131659.927500', '131700.387500', '131700.847500', '131701.307500', '131701.767500', '131702.227500', '131702.687500', '131703.147500', '131703.607500', '131704.067500', '131704.527500', '131704.987500', '131705.447500', '131705.907500', '131706.367500', '131706.827500', '131707.287500', '131707.747500', '131708.207500', '131708.667500', '131709.127500', '131709.587500', '131710.047500', '131710.507500', '131710.967500', '131711.427500', '131711.887500', '131712.347500', '131712.807500', '131713.267500', '131713.727500', '131714.187500', '131714.647500', '131715.107500', '131715.567500', '131716.027500', '131716.487500', '131716.947500', '131717.407500', '131717.867500', '131718.327500', '131718.787500', '131719.247500', '131719.707500', '131720.167500', '131720.627500', '131721.087500', '131721.547500', '131722.007500', '131722.467500', '131722.927500', '131723.387500', '131723.847500', '131724.307500', '131724.767500', '131725.227500', '131725.687500', '131726.147500', '131726.607500', '131727.067500', '131727.527500', '131727.987500', '131728.447500', '131728.907500', '131729.367500', '131729.827500', '131730.287500', '131730.747500', '131731.207500', '131731.667500', '131732.127500', '131732.587500', '131733.047500', '131733.507500', '131733.967500', '131734.427500', '131734.887500', '131735.347500', '131735.807500', '131736.267500', '131736.727500', '131737.187500', '131737.647500', '131738.107500', '131738.567500', '131739.027500', '131739.487500', '131739.947500', '131740.407500', '131740.867500', '131741.327500', '131741.787500', '131742.247500', '131742.707500', '131743.167500', '131743.627500', '131744.087500', '131744.547500', '131745.007500', '131745.467500', '131745.927500', '131746.387500', '131746.847500', '131747.307500', '131747.767500', '131748.227500', '131748.687500', '131749.147500', '131749.607500', '131750.067500', '131750.527500', '131750.987500', '131751.447500', '131751.907500', '131752.367500', '131752.827500', '131753.287500', '131753.747500', '131754.207500', '131754.667500', '131755.127500', '131755.587500', '131756.047500', '131756.507500', '131756.967500', '131757.427500', '131757.887500', '131758.347500', '131758.807500', '131759.267500', '131759.727500', '131800.187500', '131800.647500', '131801.107500', '131801.567500', '131802.027500', '131802.487500', '131802.947500', '131803.407500', '131803.867500', '131804.327500', '131804.787500', '131805.247500', '131805.707500', '131806.167500', '131806.627500', '131807.087500', '131807.547500', '131808.007500', '131808.467500', '131808.927500', '131809.387500', '131809.847500', '131810.307500', '131810.767500', '131811.227500', '131811.687500', '131812.147500', '131812.607500', '131813.067500', '131813.527500', '131813.987500', '131814.447500', '131814.907500', '131815.367500', '131815.827500', '131816.287500', '131816.747500', '131817.207500', '131817.667500', '131818.127500', '131818.587500', '131819.047500', '131819.507500', '131819.967500', '131820.427500', '131820.887500', '131821.347500', '131821.807500', '131822.267500', '131822.727500', '131823.187500', '131823.647500', '131824.107500', '131824.567500', '131825.027500', '131825.487500', '131825.947500', '131826.407500', '131826.867500', '131827.327500', '131827.787500', '131828.247500', '131828.707500', '131829.167500', '131829.627500', '131830.087500', '131830.547500', '131831.007500', '131831.467500', '131831.927500', '131832.387500', '131832.847500', '131833.307500', '131833.767500', '131834.227500', '131834.687500', '131835.147500', '131835.607500', '131836.067500', '131836.527500', '131836.987500', '131837.447500', '131837.907500', '131838.367500', '131838.827500', '131839.287500', '131839.747500', '131840.207500', '131840.667500', '131841.127500', '131841.587500', '131842.047500', '131842.507500', '131842.967500', '131843.427500', '131843.887500', '131844.347500', '131844.807500', '131845.267500', '131845.727500', '131846.187500', '131846.647500', '131847.107500', '131847.567500', '131848.027500', '131848.487500', '131848.947500', '131849.407500', '131849.867500', '131850.327500', '131850.787500', '131851.247500', '131851.707500', '131852.167500', '131852.627500', '131853.087500', '131853.547500', '131854.007500', '131854.467500', '131854.927500', '131855.387500', '131855.847500', '131856.307500', '131856.767500', '131857.227500', '131857.687500', '131858.147500', '131858.607500', '131859.067500', '131859.527500', '131859.987500', '131900.447500', '131900.907500', '131901.367500', '131901.827500', '131902.287500', '131902.747500', '131903.207500', '131903.667500', '131904.127500', '131904.587500', '131905.047500', '131905.507500', '131905.967500'], 'ContentTime': ['131247.722000', '131247.725000', '131247.728000', '131247.731000', '131247.733000', '131247.736000', '131247.739000', '131247.741000', '131247.744000', '131247.746000', '131247.758000', '131247.760000', '131247.763000', '131247.765000', '131247.768000', '131247.771000', '131247.773000', '131247.776000', '131247.778000', '131247.781000', '131247.783000', '131247.786000', '131247.789000', '131247.791000', '131247.794000', '131247.796000', '131247.799000', '131247.802000', '131247.804000', '131247.807000', '131247.809000', '131247.812000', '131247.815000', '131247.817000', '131247.820000', '131247.823000', '131247.825000', '131247.828000', '131247.830000', '131247.833000', '131247.835000', '131247.846000', '131247.849000', '131247.851000', '131247.854000', '131247.856000', '131247.859000', '131307.690000', '131307.693000', '131307.696000', '131307.698000', '131307.701000', '131307.704000', '131307.707000', '131307.710000', '131307.713000', '131307.716000', '131307.718000', '131307.721000', '131307.723000', '131307.726000', '131307.729000', '131307.737000', '131307.740000', '131307.742000', '131307.745000', '131307.748000', '131307.750000', '131307.753000', '131307.755000', '131307.758000', '131307.761000', '131307.763000', '131307.766000', '131307.768000', '131307.771000', '131307.773000', '131307.776000', '131307.778000', '131307.781000', '131307.783000', '131307.786000', '131307.789000', '131307.791000', '131307.794000', '131307.796000', '131307.799000', '131307.802000', '131307.804000', '131307.807000', '131327.691000', '131327.694000', '131327.697000', '131327.700000', '131327.707000', '131327.710000', '131327.713000', '131327.715000', '131327.718000', '131327.721000', '131327.723000', '131327.726000', '131327.728000', '131327.731000', '131327.733000', '131327.736000', '131327.739000', '131327.741000', '131327.744000', '131327.746000', '131327.749000', '131327.752000', '131327.768000', '131327.771000', '131327.773000', '131327.776000', '131327.779000', '131327.781000', '131327.784000', '131327.786000', '131327.789000', '131327.792000', '131327.794000', '131327.797000', '131327.800000', '131327.802000', '131327.805000', '131327.807000', '131327.810000', '131327.813000', '131327.815000', '131327.818000', '131327.831000', '131327.833000', '131347.692000', '131347.694000', '131347.697000', '131347.700000', '131347.702000', '131347.705000', '131347.707000', '131347.710000', '131347.713000', '131347.716000', '131347.718000', '131347.721000', '131347.723000', '131347.726000', '131347.728000', '131347.731000', '131347.734000', '131347.736000', '131347.739000', '131347.741000', '131347.744000', '131347.747000', '131347.750000', '131347.752000', '131347.755000', '131347.758000', '131347.760000', '131347.763000', '131347.765000', '131347.768000', '131347.770000', '131347.773000', '131347.776000', '131347.778000', '131347.781000', '131347.783000', '131347.786000', '131347.789000', '131347.791000', '131347.794000', '131347.796000', '131347.799000', '131347.802000', '131407.691000', '131407.694000', '131407.697000', '131407.699000', '131407.702000', '131407.705000', '131407.707000', '131407.710000', '131407.713000', '131407.715000', '131407.718000', '131407.720000', '131407.723000', '131407.725000', '131407.728000', '131407.731000', '131407.733000', '131407.736000', '131407.738000', '131407.741000', '131407.744000', '131407.746000', '131407.749000', '131407.752000', '131407.754000', '131407.757000', '131407.759000', '131407.762000', '131407.764000', '131407.767000', '131407.770000', '131407.780000', '131407.783000', '131407.785000', '131407.788000', '131407.791000', '131407.793000', '131407.796000', '131407.798000', '131407.801000', '131407.804000', '131407.806000', '131407.809000', '131407.811000', '131427.690000', '131427.693000', '131427.696000', '131427.699000', '131427.701000', '131427.704000', '131427.706000', '131427.709000', '131427.712000', '131427.714000', '131427.717000', '131427.719000', '131427.722000', '131427.725000', '131427.727000', '131427.730000', '131427.732000', '131427.735000', '131427.737000', '131427.740000', '131427.743000', '131427.745000', '131427.748000', '131427.750000', '131427.753000', '131427.756000', '131427.758000', '131427.761000', '131427.763000', '131427.766000', '131427.768000', '131427.771000', '131427.774000', '131427.776000', '131427.779000', '131427.781000', '131427.784000', '131427.787000', '131427.790000', '131427.793000', '131427.796000', '131427.799000', '131427.801000', '131447.690000', '131447.693000', '131447.696000', '131447.699000', '131447.701000', '131447.704000', '131447.706000', '131447.709000', '131447.712000', '131447.714000', '131447.717000', '131447.720000', '131447.722000', '131447.725000', '131447.727000', '131447.730000', '131447.732000', '131447.735000', '131447.738000', '131447.740000', '131447.743000', '131447.746000', '131447.748000', '131447.751000', '131447.753000', '131447.756000', '131447.759000', '131447.761000', '131447.764000', '131447.766000', '131447.769000', '131447.772000', '131447.774000', '131447.777000', '131447.780000', '131447.782000', '131447.785000', '131447.788000', '131447.790000', '131447.793000', '131447.795000', '131447.798000', '131447.801000', '131447.803000', '131507.691000', '131507.693000', '131507.696000', '131507.699000', '131507.701000', '131507.704000', '131507.707000', '131507.709000', '131507.712000', '131507.714000', '131507.717000', '131507.720000', '131507.722000', '131507.725000', '131507.727000', '131507.730000', '131507.732000', '131507.744000', '131507.747000', '131507.749000', '131507.752000', '131507.755000', '131507.757000', '131507.760000', '131507.762000', '131507.765000', '131507.767000', '131507.770000', '131507.773000', '131507.775000', '131507.778000', '131507.781000', '131507.784000', '131507.787000', '131507.790000', '131507.792000', '131507.795000', '131507.797000', '131507.800000', '131507.803000', '131507.805000', '131507.808000', '131507.811000', '131527.691000', '131527.693000', '131527.696000', '131527.699000', '131527.701000', '131527.704000', '131527.707000', '131527.709000', '131527.712000', '131527.714000', '131527.717000', '131527.720000', '131527.722000', '131527.725000', '131527.728000', '131527.730000', '131527.733000', '131527.735000', '131527.738000', '131527.741000', '131527.743000', '131527.746000', '131527.749000', '131527.751000', '131527.754000', '131527.756000', '131527.759000', '131527.762000', '131527.764000', '131527.767000', '131527.769000', '131527.772000', '131527.775000', '131527.777000', '131527.780000', '131527.783000', '131527.785000', '131527.788000', '131527.790000', '131527.793000', '131527.795000', '131527.798000', '131527.801000', '131527.804000', '131547.692000', '131547.695000', '131547.697000', '131547.700000', '131547.702000', '131547.705000', '131547.708000', '131547.710000', '131547.713000', '131547.715000', '131547.718000', '131547.721000', '131547.723000', '131547.726000', '131547.728000', '131547.731000', '131547.734000', '131547.736000', '131547.739000', '131547.741000', '131547.744000', '131547.746000', '131547.749000', '131547.752000', '131547.754000', '131547.757000', '131547.759000', '131547.762000', '131547.765000', '131547.767000', '131547.770000', '131547.772000', '131547.775000', '131547.778000', '131547.780000', '131547.783000', '131547.785000', '131547.788000', '131547.790000', '131547.793000', '131547.795000', '131547.798000', '131547.801000', '131607.691000', '131607.694000', '131607.697000', '131607.700000', '131607.703000', '131607.705000', '131607.708000', '131607.710000', '131607.713000', '131607.716000', '131607.718000', '131607.721000', '131607.723000', '131607.726000', '131607.728000', '131607.731000', '131607.734000', '131607.736000', '131607.739000', '131607.742000', '131607.744000', '131607.747000', '131607.749000', '131607.752000', '131607.754000', '131607.757000', '131607.760000', '131607.762000', '131607.765000', '131607.767000', '131607.770000', '131607.773000', '131607.775000', '131607.778000', '131607.780000', '131607.783000', '131607.785000', '131607.788000', '131607.791000', '131607.793000', '131607.796000', '131607.798000', '131607.801000', '131607.804000', '131627.692000', '131627.695000', '131627.697000', '131627.700000', '131627.703000', '131627.705000', '131627.708000', '131627.710000', '131627.713000', '131627.715000', '131627.718000', '131627.721000', '131627.723000', '131627.726000', '131627.729000', '131627.731000', '131627.734000', '131627.736000', '131627.739000', '131627.742000', '131627.744000', '131627.747000', '131627.749000', '131627.752000', '131627.755000', '131627.757000', '131627.760000', '131627.763000', '131627.765000', '131627.768000', '131627.771000', '131627.773000', '131627.776000', '131627.778000', '131627.781000', '131627.791000', '131627.794000', '131627.797000', '131627.799000', '131627.802000', '131627.805000', '131627.807000', '131627.810000', '131647.691000', '131647.693000', '131647.696000', '131647.699000', '131647.701000', '131647.704000', '131647.706000', '131647.709000', '131647.711000', '131647.714000', '131647.717000', '131647.719000', '131647.722000', '131647.724000', '131647.727000', '131647.730000', '131647.732000', '131647.735000', '131647.738000', '131647.740000', '131647.743000', '131647.745000', '131647.748000', '131647.751000', '131647.753000', '131647.756000', '131647.758000', '131647.761000', '131647.764000', '131647.766000', '131647.769000', '131647.771000', '131647.774000', '131647.777000', '131647.779000', '131647.782000', '131647.784000', '131647.787000', '131647.790000', '131647.792000', '131647.795000', '131647.797000', '131647.800000', '131647.803000', '131707.691000', '131707.693000', '131707.696000', '131707.699000', '131707.701000', '131707.704000', '131707.707000', '131707.709000', '131707.712000', '131707.714000', '131707.717000', '131707.719000', '131707.722000', '131707.725000', '131707.727000', '131707.730000', '131707.733000', '131707.735000', '131707.738000', '131707.740000', '131707.743000', '131707.746000', '131707.748000', '131707.751000', '131707.753000', '131707.756000', '131707.758000', '131707.761000', '131707.764000', '131707.766000', '131707.769000', '131707.772000', '131707.774000', '131707.777000', '131707.779000', '131707.782000', '131707.784000', '131707.787000', '131707.790000', '131707.792000', '131707.795000', '131707.798000', '131707.800000', '131727.691000', '131727.693000', '131727.696000', '131727.699000', '131727.701000', '131727.704000', '131727.707000', '131727.709000', '131727.712000', '131727.714000', '131727.717000', '131727.720000', '131727.722000', '131727.725000', '131727.727000', '131727.730000', '131727.733000', '131727.736000', '131727.738000', '131727.741000', '131727.744000', '131727.746000', '131727.749000', '131727.751000', '131727.754000', '131727.757000', '131727.759000', '131727.762000', '131727.764000', '131727.767000', '131727.770000', '131727.772000', '131727.775000', '131727.777000', '131727.780000', '131727.783000', '131727.785000', '131727.788000', '131727.791000', '131727.793000', '131727.796000', '131727.799000', '131727.801000', '131727.804000', '131747.691000', '131747.693000', '131747.696000', '131747.699000', '131747.701000', '131747.704000', '131747.707000', '131747.709000', '131747.712000', '131747.714000', '131747.717000', '131747.720000', '131747.722000', '131747.725000', '131747.727000', '131747.730000', '131747.732000', '131747.735000', '131747.738000', '131747.740000', '131747.743000', '131747.745000', '131747.748000', '131747.750000', '131747.753000', '131747.756000', '131747.758000', '131747.761000', '131747.763000', '131747.766000', '131747.769000', '131747.771000', '131747.774000', '131747.776000', '131747.779000', '131747.782000', '131747.784000', '131747.787000', '131747.789000', '131747.792000', '131747.795000', '131747.797000', '131747.800000', '131807.692000', '131807.695000', '131807.697000', '131807.700000', '131807.702000', '131807.705000', '131807.707000', '131807.710000', '131807.713000', '131807.715000', '131807.718000', '131807.720000', '131807.723000', '131807.726000', '131807.728000', '131807.731000', '131807.734000', '131807.736000', '131807.739000', '131807.741000', '131807.744000', '131807.747000', '131807.749000', '131807.752000', '131807.763000', '131807.766000', '131807.769000', '131807.771000', '131807.774000', '131807.777000', '131807.779000', '131807.782000', '131807.784000', '131807.787000', '131807.789000', '131807.792000', '131807.795000', '131807.797000', '131807.800000', '131807.803000', '131807.805000', '131807.808000', '131807.811000', '131807.813000', '131827.692000', '131827.694000', '131827.697000', '131827.700000', '131827.702000', '131827.705000', '131827.707000', '131827.710000', '131827.713000', '131827.715000', '131827.718000', '131827.721000', '131827.723000', '131827.726000', '131827.729000', '131827.731000', '131827.734000', '131827.736000', '131827.739000', '131827.742000', '131827.744000', '131827.747000', '131827.749000', '131827.752000', '131827.755000', '131827.757000', '131827.760000', '131827.763000', '131827.765000', '131827.768000', '131827.771000', '131827.773000', '131827.776000', '131827.778000', '131827.781000', '131827.784000', '131827.786000', '131827.789000', '131827.793000', '131827.795000', '131827.798000', '131827.801000', '131827.803000', '131847.692000', '131847.694000', '131847.697000', '131847.700000', '131847.702000', '131847.705000', '131847.707000', '131847.710000', '131847.713000', '131847.715000', '131847.718000', '131847.721000', '131847.725000', '131847.728000', '131847.731000', '131847.733000', '131847.736000', '131847.738000', '131847.741000', '131847.744000', '131847.746000', '131847.749000', '131847.751000', '131847.754000', '131847.757000', '131847.759000', '131847.762000', '131847.764000', '131847.767000', '131847.770000', '131847.772000', '131847.775000', '131847.777000', '131847.780000', '131847.783000', '131847.785000', '131847.788000', '131847.790000', '131847.793000', '131847.796000', '131847.798000', '131847.801000', '131847.804000', '131906.988000', '131906.991000', '131906.995000', '131906.997000', '131907.001000', '131907.004000', '131907.006000', '131907.009000', '131907.012000', '131907.015000', '131907.018000', '131907.020000', '131907.023000', '131907.026000', '131907.029000', '131907.032000', '131907.035000', '131907.038000', '131907.040000', '131907.043000', '131907.046000', '131907.049000', '131907.052000', '131907.055000', '131907.058000', '131907.061000', '131907.063000', '131907.066000', '131907.069000', '131907.072000', '131907.074000', '131907.077000', '131907.080000', '131907.082000', '131907.085000', '131907.088000', '131907.091000', '131907.094000', '131907.096000', '131907.099000', '131907.102000', '131907.105000', '131907.107000'], 'InstanceCreationTime': ['131247.722000', '131247.725000', '131247.728000', '131247.731000', '131247.733000', '131247.736000', '131247.739000', '131247.741000', '131247.744000', '131247.746000', '131247.758000', '131247.760000', '131247.763000', '131247.765000', '131247.768000', '131247.771000', '131247.773000', '131247.776000', '131247.778000', '131247.781000', '131247.783000', '131247.786000', '131247.789000', '131247.791000', '131247.794000', '131247.796000', '131247.799000', '131247.802000', '131247.804000', '131247.807000', '131247.809000', '131247.812000', '131247.815000', '131247.817000', '131247.820000', '131247.823000', '131247.825000', '131247.828000', '131247.830000', '131247.833000', '131247.835000', '131247.846000', '131247.849000', '131247.851000', '131247.854000', '131247.856000', '131247.859000', '131307.690000', '131307.693000', '131307.696000', '131307.698000', '131307.701000', '131307.704000', '131307.707000', '131307.710000', '131307.713000', '131307.716000', '131307.718000', '131307.721000', '131307.723000', '131307.726000', '131307.729000', '131307.737000', '131307.740000', '131307.742000', '131307.745000', '131307.748000', '131307.750000', '131307.753000', '131307.755000', '131307.758000', '131307.761000', '131307.763000', '131307.766000', '131307.768000', '131307.771000', '131307.773000', '131307.776000', '131307.778000', '131307.781000', '131307.783000', '131307.786000', '131307.789000', '131307.791000', '131307.794000', '131307.796000', '131307.799000', '131307.802000', '131307.804000', '131307.807000', '131327.691000', '131327.694000', '131327.697000', '131327.700000', '131327.707000', '131327.710000', '131327.713000', '131327.715000', '131327.718000', '131327.721000', '131327.723000', '131327.726000', '131327.728000', '131327.731000', '131327.733000', '131327.736000', '131327.739000', '131327.741000', '131327.744000', '131327.746000', '131327.749000', '131327.752000', '131327.768000', '131327.771000', '131327.773000', '131327.776000', '131327.779000', '131327.781000', '131327.784000', '131327.786000', '131327.789000', '131327.792000', '131327.794000', '131327.797000', '131327.800000', '131327.802000', '131327.805000', '131327.807000', '131327.810000', '131327.813000', '131327.815000', '131327.818000', '131327.831000', '131327.833000', '131347.692000', '131347.694000', '131347.697000', '131347.700000', '131347.702000', '131347.705000', '131347.707000', '131347.710000', '131347.713000', '131347.716000', '131347.718000', '131347.721000', '131347.723000', '131347.726000', '131347.728000', '131347.731000', '131347.734000', '131347.736000', '131347.739000', '131347.741000', '131347.744000', '131347.747000', '131347.750000', '131347.752000', '131347.755000', '131347.758000', '131347.760000', '131347.763000', '131347.765000', '131347.768000', '131347.770000', '131347.773000', '131347.776000', '131347.778000', '131347.781000', '131347.783000', '131347.786000', '131347.789000', '131347.791000', '131347.794000', '131347.796000', '131347.799000', '131347.802000', '131407.691000', '131407.694000', '131407.697000', '131407.699000', '131407.702000', '131407.705000', '131407.707000', '131407.710000', '131407.713000', '131407.715000', '131407.718000', '131407.720000', '131407.723000', '131407.725000', '131407.728000', '131407.731000', '131407.733000', '131407.736000', '131407.738000', '131407.741000', '131407.744000', '131407.746000', '131407.749000', '131407.752000', '131407.754000', '131407.757000', '131407.759000', '131407.762000', '131407.764000', '131407.767000', '131407.770000', '131407.780000', '131407.783000', '131407.785000', '131407.788000', '131407.791000', '131407.793000', '131407.796000', '131407.798000', '131407.801000', '131407.804000', '131407.806000', '131407.809000', '131407.811000', '131427.690000', '131427.693000', '131427.696000', '131427.699000', '131427.701000', '131427.704000', '131427.706000', '131427.709000', '131427.712000', '131427.714000', '131427.717000', '131427.719000', '131427.722000', '131427.725000', '131427.727000', '131427.730000', '131427.732000', '131427.735000', '131427.737000', '131427.740000', '131427.743000', '131427.745000', '131427.748000', '131427.750000', '131427.753000', '131427.756000', '131427.758000', '131427.761000', '131427.763000', '131427.766000', '131427.768000', '131427.771000', '131427.774000', '131427.776000', '131427.779000', '131427.781000', '131427.784000', '131427.787000', '131427.790000', '131427.793000', '131427.796000', '131427.799000', '131427.801000', '131447.690000', '131447.693000', '131447.696000', '131447.699000', '131447.701000', '131447.704000', '131447.706000', '131447.709000', '131447.712000', '131447.714000', '131447.717000', '131447.720000', '131447.722000', '131447.725000', '131447.727000', '131447.730000', '131447.732000', '131447.735000', '131447.738000', '131447.740000', '131447.743000', '131447.746000', '131447.748000', '131447.751000', '131447.753000', '131447.756000', '131447.759000', '131447.761000', '131447.764000', '131447.766000', '131447.769000', '131447.772000', '131447.774000', '131447.777000', '131447.780000', '131447.782000', '131447.785000', '131447.788000', '131447.790000', '131447.793000', '131447.795000', '131447.798000', '131447.801000', '131447.803000', '131507.691000', '131507.693000', '131507.696000', '131507.699000', '131507.701000', '131507.704000', '131507.707000', '131507.709000', '131507.712000', '131507.714000', '131507.717000', '131507.720000', '131507.722000', '131507.725000', '131507.727000', '131507.730000', '131507.732000', '131507.744000', '131507.747000', '131507.749000', '131507.752000', '131507.755000', '131507.757000', '131507.760000', '131507.762000', '131507.765000', '131507.767000', '131507.770000', '131507.773000', '131507.775000', '131507.778000', '131507.781000', '131507.784000', '131507.787000', '131507.790000', '131507.792000', '131507.795000', '131507.797000', '131507.800000', '131507.803000', '131507.805000', '131507.808000', '131507.811000', '131527.691000', '131527.693000', '131527.696000', '131527.699000', '131527.701000', '131527.704000', '131527.707000', '131527.709000', '131527.712000', '131527.714000', '131527.717000', '131527.720000', '131527.722000', '131527.725000', '131527.728000', '131527.730000', '131527.733000', '131527.735000', '131527.738000', '131527.741000', '131527.743000', '131527.746000', '131527.749000', '131527.751000', '131527.754000', '131527.756000', '131527.759000', '131527.762000', '131527.764000', '131527.767000', '131527.769000', '131527.772000', '131527.775000', '131527.777000', '131527.780000', '131527.783000', '131527.785000', '131527.788000', '131527.790000', '131527.793000', '131527.795000', '131527.798000', '131527.801000', '131527.804000', '131547.692000', '131547.695000', '131547.697000', '131547.700000', '131547.702000', '131547.705000', '131547.708000', '131547.710000', '131547.713000', '131547.715000', '131547.718000', '131547.721000', '131547.723000', '131547.726000', '131547.728000', '131547.731000', '131547.734000', '131547.736000', '131547.739000', '131547.741000', '131547.744000', '131547.746000', '131547.749000', '131547.752000', '131547.754000', '131547.757000', '131547.759000', '131547.762000', '131547.765000', '131547.767000', '131547.770000', '131547.772000', '131547.775000', '131547.778000', '131547.780000', '131547.783000', '131547.785000', '131547.788000', '131547.790000', '131547.793000', '131547.795000', '131547.798000', '131547.801000', '131607.691000', '131607.694000', '131607.697000', '131607.700000', '131607.703000', '131607.705000', '131607.708000', '131607.710000', '131607.713000', '131607.716000', '131607.718000', '131607.721000', '131607.723000', '131607.726000', '131607.728000', '131607.731000', '131607.734000', '131607.736000', '131607.739000', '131607.742000', '131607.744000', '131607.747000', '131607.749000', '131607.752000', '131607.754000', '131607.757000', '131607.760000', '131607.762000', '131607.765000', '131607.767000', '131607.770000', '131607.773000', '131607.775000', '131607.778000', '131607.780000', '131607.783000', '131607.785000', '131607.788000', '131607.791000', '131607.793000', '131607.796000', '131607.798000', '131607.801000', '131607.804000', '131627.692000', '131627.695000', '131627.697000', '131627.700000', '131627.703000', '131627.705000', '131627.708000', '131627.710000', '131627.713000', '131627.715000', '131627.718000', '131627.721000', '131627.723000', '131627.726000', '131627.729000', '131627.731000', '131627.734000', '131627.736000', '131627.739000', '131627.742000', '131627.744000', '131627.747000', '131627.749000', '131627.752000', '131627.755000', '131627.757000', '131627.760000', '131627.763000', '131627.765000', '131627.768000', '131627.771000', '131627.773000', '131627.776000', '131627.778000', '131627.781000', '131627.791000', '131627.794000', '131627.797000', '131627.799000', '131627.802000', '131627.805000', '131627.807000', '131627.810000', '131647.691000', '131647.693000', '131647.696000', '131647.699000', '131647.701000', '131647.704000', '131647.706000', '131647.709000', '131647.711000', '131647.714000', '131647.717000', '131647.719000', '131647.722000', '131647.724000', '131647.727000', '131647.730000', '131647.732000', '131647.735000', '131647.738000', '131647.740000', '131647.743000', '131647.745000', '131647.748000', '131647.751000', '131647.753000', '131647.756000', '131647.758000', '131647.761000', '131647.764000', '131647.766000', '131647.769000', '131647.771000', '131647.774000', '131647.777000', '131647.779000', '131647.782000', '131647.784000', '131647.787000', '131647.790000', '131647.792000', '131647.795000', '131647.797000', '131647.800000', '131647.803000', '131707.691000', '131707.693000', '131707.696000', '131707.699000', '131707.701000', '131707.704000', '131707.707000', '131707.709000', '131707.712000', '131707.714000', '131707.717000', '131707.719000', '131707.722000', '131707.725000', '131707.727000', '131707.730000', '131707.733000', '131707.735000', '131707.738000', '131707.740000', '131707.743000', '131707.746000', '131707.748000', '131707.751000', '131707.753000', '131707.756000', '131707.758000', '131707.761000', '131707.764000', '131707.766000', '131707.769000', '131707.772000', '131707.774000', '131707.777000', '131707.779000', '131707.782000', '131707.784000', '131707.787000', '131707.790000', '131707.792000', '131707.795000', '131707.798000', '131707.800000', '131727.691000', '131727.693000', '131727.696000', '131727.699000', '131727.701000', '131727.704000', '131727.707000', '131727.709000', '131727.712000', '131727.714000', '131727.717000', '131727.720000', '131727.722000', '131727.725000', '131727.727000', '131727.730000', '131727.733000', '131727.736000', '131727.738000', '131727.741000', '131727.744000', '131727.746000', '131727.749000', '131727.751000', '131727.754000', '131727.757000', '131727.759000', '131727.762000', '131727.764000', '131727.767000', '131727.770000', '131727.772000', '131727.775000', '131727.777000', '131727.780000', '131727.783000', '131727.785000', '131727.788000', '131727.791000', '131727.793000', '131727.796000', '131727.799000', '131727.801000', '131727.804000', '131747.691000', '131747.693000', '131747.696000', '131747.699000', '131747.701000', '131747.704000', '131747.707000', '131747.709000', '131747.712000', '131747.714000', '131747.717000', '131747.720000', '131747.722000', '131747.725000', '131747.727000', '131747.730000', '131747.732000', '131747.735000', '131747.738000', '131747.740000', '131747.743000', '131747.745000', '131747.748000', '131747.750000', '131747.753000', '131747.756000', '131747.758000', '131747.761000', '131747.763000', '131747.766000', '131747.769000', '131747.771000', '131747.774000', '131747.776000', '131747.779000', '131747.782000', '131747.784000', '131747.787000', '131747.789000', '131747.792000', '131747.795000', '131747.797000', '131747.800000', '131807.692000', '131807.695000', '131807.697000', '131807.700000', '131807.702000', '131807.705000', '131807.707000', '131807.710000', '131807.713000', '131807.715000', '131807.718000', '131807.720000', '131807.723000', '131807.726000', '131807.728000', '131807.731000', '131807.734000', '131807.736000', '131807.739000', '131807.741000', '131807.744000', '131807.747000', '131807.749000', '131807.752000', '131807.763000', '131807.766000', '131807.769000', '131807.771000', '131807.774000', '131807.777000', '131807.779000', '131807.782000', '131807.784000', '131807.787000', '131807.789000', '131807.792000', '131807.795000', '131807.797000', '131807.800000', '131807.803000', '131807.805000', '131807.808000', '131807.811000', '131807.813000', '131827.692000', '131827.694000', '131827.697000', '131827.700000', '131827.702000', '131827.705000', '131827.707000', '131827.710000', '131827.713000', '131827.715000', '131827.718000', '131827.721000', '131827.723000', '131827.726000', '131827.729000', '131827.731000', '131827.734000', '131827.736000', '131827.739000', '131827.742000', '131827.744000', '131827.747000', '131827.749000', '131827.752000', '131827.755000', '131827.757000', '131827.760000', '131827.763000', '131827.765000', '131827.768000', '131827.771000', '131827.773000', '131827.776000', '131827.778000', '131827.781000', '131827.784000', '131827.786000', '131827.789000', '131827.793000', '131827.795000', '131827.798000', '131827.801000', '131827.803000', '131847.692000', '131847.694000', '131847.697000', '131847.700000', '131847.702000', '131847.705000', '131847.707000', '131847.710000', '131847.713000', '131847.715000', '131847.718000', '131847.721000', '131847.725000', '131847.728000', '131847.731000', '131847.733000', '131847.736000', '131847.738000', '131847.741000', '131847.744000', '131847.746000', '131847.749000', '131847.751000', '131847.754000', '131847.757000', '131847.759000', '131847.762000', '131847.764000', '131847.767000', '131847.770000', '131847.772000', '131847.775000', '131847.777000', '131847.780000', '131847.783000', '131847.785000', '131847.788000', '131847.790000', '131847.793000', '131847.796000', '131847.798000', '131847.801000', '131847.804000', '131906.988000', '131906.991000', '131906.995000', '131906.997000', '131907.001000', '131907.004000', '131907.006000', '131907.009000', '131907.012000', '131907.015000', '131907.018000', '131907.020000', '131907.023000', '131907.026000', '131907.029000', '131907.032000', '131907.035000', '131907.038000', '131907.040000', '131907.043000', '131907.046000', '131907.049000', '131907.052000', '131907.055000', '131907.058000', '131907.061000', '131907.063000', '131907.066000', '131907.069000', '131907.072000', '131907.074000', '131907.077000', '131907.080000', '131907.082000', '131907.085000', '131907.088000', '131907.091000', '131907.094000', '131907.096000', '131907.099000', '131907.102000', '131907.105000', '131907.107000'], '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': [7185, 7917, 8331, 6930, 9684, 6707, 6992, 7985, 7006, 7949, 8860, 7008, 11024, 8871, 11263, 10025, 7529, 7502, 6741, 9173, 7020, 7880, 7318, 7237, 9274, 7209, 11414, 8172, 8855, 7790, 6639, 6733, 6773, 7321, 7178, 7842, 7005, 7043, 6629, 7101, 9702, 8252, 9098, 10487, 7038, 9771, 6887, 8657, 7371, 6779, 8230, 7063, 9805, 7083, 10681, 9480, 7279, 8230, 6822, 7800, 6905, 9173, 6824, 8412, 9322, 7363, 8805, 6923, 9151, 6872, 8190, 7032, 7036, 8774, 6842, 10779, 7869, 8858, 7119, 7340, 8305, 6809, 7913, 6977, 10410, 8966, 9417, 9460, 7110, 7536, 6892, 8977, 6764, 8301, 9616, 7686, 10613, 7082, 10468, 6615, 7898, 6704, 6883, 8119, 6988, 8759, 7237, 9449, 8938, 9821, 7990, 6899, 7089, 7161, 8703, 6744, 9473, 8992, 8223, 9853, 7157, 10354, 6707, 7715, 8017, 6791, 7875, 6956, 10102, 9667, 7918, 9689, 6929, 9742, 7060, 6988, 7189, 6803, 9608, 7361, 8492, 9727, 7073, 9103, 7084, 9996, 6965, 7932, 8748, 6703, 7759, 7040, 9397, 7706, 9480, 10067, 7224, 8398, 6798, 8028, 6864, 6666, 6794, 6865, 9785, 7510, 6657, 7001, 6769, 7658, 6574, 6894, 6774, 6985, 8918, 8234, 7152, 9526, 9796, 8675, 11677, 7607, 7632, 7430, 6832, 9377, 8117, 8945, 9566, 6811, 9382, 6522, 6874, 7039, 6916, 10473, 8179, 7732, 7099, 6942, 8388, 6867, 6618, 8409, 6706, 6942, 7514, 6884, 9965, 9291, 9516, 10595, 7846, 9563, 6738, 10154, 6905, 8898, 7569, 6791, 10468, 7294, 10867, 7228, 8956, 7145, 7442, 6904, 7162, 7866, 6986, 7365, 6955, 8295, 7094, 10569, 8867, 8713, 7279, 6779, 8106, 6644, 8371, 6860, 9769, 9048, 11583, 8177, 7000, 8796, 7124, 7202, 6607, 8709, 6810, 9766, 7225, 10093, 8443, 9252, 7827, 7769, 7589, 7139, 7921, 6893, 8710, 7084, 9571, 7510, 10731, 7736, 10368, 7018, 9116, 7032, 8043, 7264, 7446, 7477, 6971, 7941, 7018, 8978, 7122, 10473, 7714, 10517, 6870, 8456, 6752, 7081, 6691, 6761, 8052, 6886, 9434, 7053, 10423, 7432, 9299, 6886, 7534, 7451, 7001, 8749, 7250, 9021, 6983, 10923, 8553, 9904, 7523, 7308, 7571, 6779, 9058, 7290, 9866, 7310, 11576, 8524, 10893, 6995, 7549, 6547, 6950, 7512, 7126, 8352, 7172, 8121, 7053, 9253, 6978, 9375, 6988, 10036, 8995, 8939, 10977, 7768, 8916, 6867, 8390, 6969, 9289, 6692, 7461, 8924, 7095, 8131, 6815, 9005, 6913, 8120, 8575, 7073, 8837, 6987, 9235, 6720, 6898, 7339, 7030, 7608, 9359, 7192, 11235, 8256, 9810, 7870, 6782, 7401, 7001, 9377, 7086, 8718, 8706, 7489, 8238, 6709, 8049, 6920, 9931, 9533, 7609, 7953, 6880, 8047, 6794, 8621, 7190, 7852, 9894, 7780, 10009, 6793, 9132, 6746, 8923, 6750, 8052, 8698, 7858, 10183, 7740, 10827, 7011, 9989, 6703, 9138, 6605, 8108, 7165, 7583, 7905, 8028, 8615, 7109, 7761, 7080, 8311, 7061, 9572, 7009, 10659, 8154, 9775, 7225, 7740, 7062, 6888, 8177, 6645, 7359, 7045, 10091, 7902, 10846, 7878, 7603, 6962, 6655, 8035, 6813, 11115, 8371, 9529, 7030, 6594, 7220, 6630, 7077, 6851, 9202, 6810, 9674, 8759, 9130, 9912, 7351, 8393, 6975, 7991, 6879, 9311, 6911, 8445, 9210, 8244, 9607, 7310, 8882, 6695, 8744, 6830, 9506, 7076, 8015, 8985, 7801, 9204, 6974, 7723, 6849, 8875, 6711, 9242, 6994, 9596, 8291, 8901, 9573, 7528, 8064, 6594, 7425, 6709, 8908, 7069, 9155, 6983, 7479, 7755, 6873, 8352, 7189, 10195, 7529, 11264, 7966, 9731, 6763, 7018, 6793, 6873, 8049, 7002, 7820, 7221, 10345, 7455, 10416, 7273, 8283, 6612, 7334, 8236, 7441, 9929, 7537, 10402, 7428, 9839, 6800, 8883, 6764, 9586, 6907, 9807, 6988, 9704, 7072, 9018, 7188, 8500, 7743, 8101, 8801, 8430, 9277, 7087, 7487, 6439, 7119, 6739, 9279, 6865, 10112, 7061, 9250, 7176, 9588, 7125, 8294, 8711, 7002, 7599, 6907, 7222, 6414, 9122, 6954, 10037, 7859, 9413, 7285, 8192, 7117, 7206, 8411, 6957, 9679, 7054, 9906, 6945, 8711, 6899, 7860, 6733, 7176, 7531, 7234, 9640, 7062, 10381, 7081, 9742, 7010, 7617, 7177, 6921, 9200, 7137, 10415, 6828, 9004, 6871, 9570, 6968, 9600, 8902, 8915, 9090, 7201, 8228, 6608, 7051, 6523, 7580, 6702, 9152, 6853, 10061, 7377, 10386, 7163, 7920, 6694, 7083, 7579, 7075, 9255, 6722, 7693, 6615, 8216, 6779, 9409, 8656, 9866, 9222, 7180, 8279, 6615, 6902, 6854, 7949, 6706, 9279, 6881, 8411, 7230, 6963, 7987, 7140, 7208, 6874, 7392, 7066, 9036, 10123, 7620, 10046, 6758, 9441, 6949, 7939, 7419, 6930, 9609, 7009, 10632, 7584, 10336, 7019, 8394, 6676, 7329, 7541, 6936, 9434, 7124, 10230, 6933, 8804, 6934, 9181, 6908, 8529, 9204, 7801, 8798, 6591, 7225, 7145, 8050, 6888, 8896, 8696, 8634, 10293, 7228, 9125, 6836, 8826, 7036, 9479, 6904, 9921, 8986, 9314, 8755, 7090, 7444, 7259, 7422, 7306, 8269, 6979, 8993, 6836, 7588, 6403, 7997, 6657, 9571, 7931, 9811, 8200, 7855, 7797, 7132, 7354, 7014, 7869, 6887, 8907, 7188, 9837, 6803, 8175, 6778, 8136, 6802, 8559, 6843, 9434, 6704, 9134, 6696, 8063, 6638, 8060, 6820, 9079, 7498, 9910, 7550, 8229, 6945, 7000, 7591, 7295, 9050, 7055, 9984, 6858, 8940, 6922, 8417, 6533, 9410, 6876, 10020, 7923, 8032, 6997, 7213, 7473, 6979, 8755, 6992, 10257, 7050, 9933, 7237, 7670, 7049, 7206, 8188, 6752, 8880, 6853, 10718, 9669, 10121, 12094, 9158, 10494, 7409, 6766, 6804, 6839, 7291, 6896, 8049, 7130, 8274, 6945, 8642, 6807, 9969, 7173, 10887, 8330, 11362, 7589, 9409, 7312, 8227, 7668, 7198, 7603, 7219, 8088, 6992, 8343, 7362, 8893, 7116, 8558, 6827, 9177, 6839, 9474, 6789, 9724, 6853, 9741, 6760, 8722, 8077, 7263, 8747, 6861, 7406, 6631, 8170, 6927, 7459, 9464, 7101, 9957, 6795, 9945, 6866, 7033, 7092, 6893, 8009, 6781, 9892, 7113, 9980, 7215, 8230, 7167, 6981, 8045, 6949], 'WindowCenter': [4069.0, 4063.0, 4049.0, 4027.0, 4066.0, 4027.0, 4036.0, 4044.0, 4024.0, 4043.0, 4054.0, 4022.0, 4063.0, 4055.0, 4074.0, 4066.0, 4033.0, 4032.0, 4011.0, 4040.0, 4010.0, 4030.0, 4021.0, 4021.0, 4053.0, 4034.0, 4074.0, 4045.0, 4054.0, 4033.0, 4022.0, 4011.0, 4011.0, 4022.0, 4034.0, 4043.0, 4038.0, 4037.0, 4027.0, 4036.0, 4065.0, 4056.0, 4056.0, 4075.0, 4036.0, 4066.0, 4036.0, 4055.0, 4034.0, 4023.0, 4044.0, 4023.0, 4064.0, 4035.0, 4075.0, 4067.0, 4034.0, 4044.0, 4024.0, 4032.0, 4022.0, 4053.0, 4023.0, 4044.0, 4067.0, 4035.0, 4067.0, 4036.0, 4066.0, 4024.0, 4043.0, 4023.0, 4022.0, 4055.0, 4025.0, 4077.0, 4047.0, 4066.0, 4036.0, 4035.0, 4055.0, 4023.0, 4033.0, 4024.0, 4075.0, 4067.0, 4066.0, 4078.0, 4038.0, 4047.0, 4035.0, 4054.0, 4023.0, 4043.0, 4066.0, 4045.0, 4077.0, 4037.0, 4078.0, 4036.0, 4044.0, 4022.0, 4021.0, 4043.0, 4022.0, 4044.0, 4036.0, 4068.0, 4082.0, 4080.0, 4059.0, 4034.0, 4022.0, 4022.0, 4042.0, 4023.0, 4064.0, 4067.0, 4058.0, 4080.0, 4039.0, 4078.0, 4037.0, 4045.0, 4044.0, 4023.0, 4043.0, 4035.0, 4076.0, 4068.0, 4057.0, 4069.0, 4038.0, 4066.0, 4035.0, 4022.0, 4021.0, 4011.0, 4052.0, 4034.0, 4045.0, 4066.0, 4036.0, 4056.0, 4023.0, 4052.0, 4011.0, 4030.0, 4041.0, 4010.0, 4031.0, 4023.0, 4052.0, 4034.0, 4053.0, 4064.0, 4034.0, 4043.0, 4024.0, 4031.0, 4011.0, 4023.0, 4011.0, 4023.0, 4066.0, 4047.0, 4025.0, 4037.0, 4038.0, 4034.0, 4024.0, 4024.0, 4024.0, 4036.0, 4067.0, 4059.0, 4038.0, 4067.0, 4081.0, 4058.0, 4089.0, 4047.0, 4036.0, 4034.0, 4023.0, 4054.0, 4047.0, 4058.0, 4069.0, 4027.0, 4068.0, 4027.0, 4025.0, 4035.0, 4023.0, 4074.0, 4059.0, 4045.0, 4036.0, 4036.0, 4057.0, 4027.0, 4025.0, 4056.0, 4037.0, 4036.0, 4036.0, 4036.0, 4067.0, 4070.0, 4068.0, 4078.0, 4047.0, 4066.0, 4024.0, 4063.0, 4022.0, 4040.0, 4032.0, 4011.0, 4064.0, 4033.0, 4076.0, 4034.0, 4052.0, 4022.0, 4020.0, 4022.0, 4019.0, 4056.0, 4034.0, 4034.0, 4034.0, 4043.0, 4035.0, 4076.0, 4067.0, 4055.0, 4035.0, 4024.0, 4043.0, 4022.0, 4057.0, 4024.0, 4077.0, 4069.0, 4089.0, 4058.0, 4036.0, 4057.0, 4035.0, 4033.0, 4012.0, 4043.0, 4023.0, 4063.0, 4036.0, 4077.0, 4057.0, 4065.0, 4045.0, 4031.0, 4031.0, 4008.0, 4029.0, 4008.0, 4040.0, 4020.0, 4053.0, 4022.0, 4075.0, 4032.0, 4062.0, 4021.0, 4039.0, 4010.0, 4028.0, 4020.0, 4021.0, 4021.0, 4020.0, 4045.0, 4021.0, 4041.0, 4020.0, 4063.0, 4032.0, 4062.0, 4022.0, 4042.0, 4024.0, 4022.0, 4023.0, 4023.0, 4044.0, 4023.0, 4055.0, 4036.0, 4076.0, 4047.0, 4065.0, 4034.0, 4032.0, 4032.0, 4021.0, 4043.0, 4033.0, 4055.0, 4035.0, 4076.0, 4057.0, 4065.0, 4045.0, 4032.0, 4031.0, 4010.0, 4041.0, 4021.0, 4064.0, 4034.0, 4076.0, 4055.0, 4075.0, 4023.0, 4030.0, 3999.0, 4008.0, 4020.0, 4010.0, 4042.0, 4021.0, 4043.0, 4023.0, 4053.0, 4023.0, 4041.0, 4021.0, 4050.0, 4053.0, 4053.0, 4075.0, 4033.0, 4054.0, 4024.0, 4044.0, 4022.0, 4040.0, 4011.0, 4021.0, 4053.0, 4022.0, 4043.0, 4024.0, 4066.0, 4023.0, 4031.0, 4043.0, 4023.0, 4053.0, 4025.0, 4065.0, 4025.0, 4036.0, 4035.0, 4035.0, 4034.0, 4066.0, 4036.0, 4088.0, 4058.0, 4078.0, 4056.0, 4026.0, 4033.0, 4022.0, 4053.0, 4023.0, 4042.0, 4054.0, 4032.0, 4044.0, 4024.0, 4041.0, 4022.0, 4063.0, 4064.0, 4034.0, 4044.0, 4035.0, 4045.0, 4025.0, 4053.0, 4023.0, 4044.0, 4066.0, 4035.0, 4066.0, 4026.0, 4065.0, 4024.0, 4042.0, 4011.0, 4031.0, 4043.0, 4032.0, 4066.0, 4034.0, 4076.0, 4036.0, 4064.0, 4022.0, 4051.0, 4009.0, 4029.0, 4022.0, 4031.0, 4043.0, 4041.0, 4054.0, 4023.0, 4033.0, 4020.0, 4029.0, 4008.0, 4040.0, 4010.0, 4061.0, 4032.0, 4062.0, 4021.0, 4029.0, 4019.0, 4008.0, 4029.0, 4011.0, 4019.0, 4020.0, 4061.0, 4043.0, 4075.0, 4043.0, 4032.0, 4021.0, 4009.0, 4031.0, 4022.0, 4074.0, 4044.0, 4064.0, 4035.0, 4022.0, 4032.0, 4010.0, 4020.0, 4010.0, 4064.0, 4023.0, 4052.0, 4056.0, 4053.0, 4065.0, 4034.0, 4055.0, 4033.0, 4042.0, 4012.0, 4051.0, 4022.0, 4042.0, 4054.0, 4043.0, 4065.0, 4034.0, 4054.0, 4023.0, 4040.0, 4010.0, 4049.0, 4021.0, 4030.0, 4053.0, 4032.0, 4054.0, 4023.0, 4031.0, 4010.0, 4039.0, 4009.0, 4039.0, 4020.0, 4050.0, 4043.0, 4052.0, 4064.0, 4033.0, 4043.0, 4022.0, 4020.0, 4010.0, 4040.0, 4021.0, 4051.0, 4023.0, 4033.0, 4046.0, 4023.0, 4043.0, 4022.0, 4064.0, 4033.0, 4074.0, 4045.0, 4064.0, 4025.0, 4022.0, 4023.0, 4011.0, 4045.0, 4034.0, 4033.0, 4033.0, 4065.0, 4035.0, 4075.0, 4035.0, 4043.0, 4024.0, 4021.0, 4044.0, 4034.0, 4078.0, 4045.0, 4078.0, 4047.0, 4077.0, 4025.0, 4054.0, 4012.0, 4051.0, 4022.0, 4052.0, 4023.0, 4053.0, 4024.0, 4053.0, 4023.0, 4041.0, 4020.0, 4028.0, 4041.0, 4030.0, 4052.0, 4021.0, 4022.0, 4010.0, 4008.0, 4010.0, 4040.0, 4010.0, 4060.0, 4022.0, 4050.0, 4022.0, 4051.0, 4021.0, 4041.0, 4043.0, 4022.0, 4044.0, 4034.0, 4033.0, 4012.0, 4052.0, 4022.0, 4063.0, 4044.0, 4053.0, 4036.0, 4042.0, 4021.0, 4020.0, 4032.0, 4020.0, 4053.0, 4023.0, 4063.0, 4022.0, 4044.0, 4023.0, 4032.0, 4023.0, 4034.0, 4033.0, 4034.0, 4066.0, 4036.0, 4077.0, 4036.0, 4066.0, 4034.0, 4032.0, 4023.0, 4022.0, 4054.0, 4024.0, 4076.0, 4025.0, 4055.0, 4023.0, 4052.0, 4022.0, 4051.0, 4053.0, 4042.0, 4054.0, 4033.0, 4044.0, 4023.0, 4022.0, 4011.0, 4030.0, 4010.0, 4052.0, 4012.0, 4052.0, 4033.0, 4065.0, 4023.0, 4042.0, 4012.0, 4021.0, 4032.0, 4021.0, 4053.0, 4023.0, 4033.0, 4025.0, 4045.0, 4023.0, 4054.0, 4055.0, 4065.0, 4065.0, 4035.0, 4056.0, 4025.0, 4025.0, 4023.0, 4042.0, 4024.0, 4055.0, 4034.0, 4045.0, 4036.0, 4037.0, 4046.0, 4025.0, 4033.0, 4012.0, 4022.0, 4022.0, 4054.0, 4076.0, 4046.0, 4077.0, 4037.0, 4066.0, 4024.0, 4042.0, 4034.0, 4023.0, 4055.0, 4024.0, 4076.0, 4045.0, 4077.0, 4034.0, 4042.0, 4011.0, 4020.0, 4033.0, 4023.0, 4054.0, 4023.0, 4065.0, 4025.0, 4053.0, 4022.0, 4051.0, 4022.0, 4042.0, 4055.0, 4034.0, 4056.0, 4036.0, 4047.0, 4036.0, 4056.0, 4038.0, 4055.0, 4068.0, 4058.0, 4079.0, 4049.0, 4079.0, 4038.0, 4068.0, 4035.0, 4064.0, 4025.0, 4064.0, 4057.0, 4054.0, 4056.0, 4034.0, 4034.0, 4032.0, 4021.0, 4019.0, 4030.0, 4009.0, 4042.0, 4011.0, 4033.0, 4013.0, 4043.0, 4022.0, 4051.0, 4044.0, 4064.0, 4055.0, 4047.0, 4046.0, 4035.0, 4046.0, 4034.0, 4046.0, 4024.0, 4056.0, 4036.0, 4066.0, 4026.0, 4056.0, 4023.0, 4031.0, 4010.0, 4040.0, 4010.0, 4052.0, 4011.0, 4053.0, 4012.0, 4031.0, 4010.0, 4030.0, 4011.0, 4041.0, 4033.0, 4063.0, 4034.0, 4043.0, 4035.0, 4022.0, 4033.0, 4032.0, 4056.0, 4023.0, 4066.0, 4024.0, 4055.0, 4034.0, 4042.0, 4012.0, 4052.0, 4011.0, 4062.0, 4043.0, 4042.0, 4023.0, 4032.0, 4033.0, 4021.0, 4043.0, 4023.0, 4063.0, 4023.0, 4064.0, 4034.0, 4033.0, 4023.0, 4032.0, 4043.0, 4023.0, 4068.0, 4024.0, 4077.0, 4067.0, 4081.0, 4101.0, 4067.0, 4089.0, 4038.0, 4025.0, 4024.0, 4023.0, 4034.0, 4034.0, 4058.0, 4036.0, 4059.0, 4037.0, 4055.0, 4024.0, 4062.0, 4021.0, 4061.0, 4032.0, 4062.0, 4031.0, 4039.0, 4021.0, 4028.0, 4018.0, 4008.0, 4019.0, 4006.0, 4017.0, 4008.0, 4028.0, 4007.0, 4028.0, 4006.0, 4026.0, 3996.0, 4036.0, 3996.0, 4036.0, 3996.0, 4036.0, 4008.0, 4038.0, 4008.0, 4027.0, 4030.0, 4020.0, 4040.0, 4009.0, 4019.0, 4011.0, 4040.0, 4022.0, 4022.0, 4064.0, 4023.0, 4066.0, 4026.0, 4078.0, 4037.0, 4035.0, 4035.0, 4034.0, 4046.0, 4025.0, 4078.0, 4038.0, 4078.0, 4050.0, 4057.0, 4036.0, 4035.0, 4044.0, 4024.0], 'WindowWidth': [9079.0, 9051.0, 9024.0, 8991.0, 9043.0, 8996.0, 9001.0, 9010.0, 8984.0, 9008.0, 9022.0, 8978.0, 9034.0, 9025.0, 9051.0, 9042.0, 8995.0, 8992.0, 8962.0, 8997.0, 8958.0, 8982.0, 8973.0, 8974.0, 9021.0, 8996.0, 9051.0, 9012.0, 9024.0, 8996.0, 8979.0, 8963.0, 8962.0, 8977.0, 8998.0, 9009.0, 9012.0, 9006.0, 8994.0, 9006.0, 9040.0, 9030.0, 9029.0, 9056.0, 9004.0, 9045.0, 9004.0, 9026.0, 8998.0, 8981.0, 9008.0, 8981.0, 9035.0, 9000.0, 9052.0, 9045.0, 8998.0, 9012.0, 8984.0, 8992.0, 8978.0, 9018.0, 8982.0, 9009.0, 9047.0, 9001.0, 9046.0, 9005.0, 9043.0, 8987.0, 9009.0, 8981.0, 8978.0, 9027.0, 8988.0, 9059.0, 9021.0, 9045.0, 9003.0, 9002.0, 9026.0, 8979.0, 8993.0, 8983.0, 9053.0, 9046.0, 9044.0, 9063.0, 9012.0, 9020.0, 9000.0, 9023.0, 8982.0, 9007.0, 9042.0, 9015.0, 9062.0, 9008.0, 9064.0, 9006.0, 9011.0, 8979.0, 8975.0, 9006.0, 8979.0, 9009.0, 8999.0, 9047.0, 9077.0, 9070.0, 9039.0, 8997.0, 8978.0, 8977.0, 9003.0, 8982.0, 9037.0, 9048.0, 9035.0, 9068.0, 9012.0, 9064.0, 9006.0, 9014.0, 9010.0, 8979.0, 9007.0, 9000.0, 9056.0, 9051.0, 9035.0, 9054.0, 9010.0, 9046.0, 8999.0, 8977.0, 8973.0, 8962.0, 9017.0, 8998.0, 9012.0, 9042.0, 9003.0, 9029.0, 8981.0, 9016.0, 8959.0, 8982.0, 8999.0, 8958.0, 8988.0, 8978.0, 9016.0, 8997.0, 9019.0, 9039.0, 8997.0, 9008.0, 8983.0, 8988.0, 8962.0, 8981.0, 8961.0, 8979.0, 9042.0, 9021.0, 8989.0, 9008.0, 9011.0, 8997.0, 8982.0, 8983.0, 8984.0, 9004.0, 9047.0, 9038.0, 9008.0, 9046.0, 9071.0, 9036.0, 9078.0, 9019.0, 9001.0, 8995.0, 8981.0, 9021.0, 9019.0, 9033.0, 9049.0, 8994.0, 9049.0, 8995.0, 8988.0, 9001.0, 8981.0, 9050.0, 9038.0, 9013.0, 9005.0, 9007.0, 9033.0, 8994.0, 8988.0, 9029.0, 9007.0, 9003.0, 9003.0, 9003.0, 9046.0, 9054.0, 9049.0, 9063.0, 9017.0, 9042.0, 8984.0, 9033.0, 8977.0, 8998.0, 8989.0, 8961.0, 9037.0, 8994.0, 9054.0, 8997.0, 9019.0, 8980.0, 8973.0, 8976.0, 8971.0, 9032.0, 8999.0, 8999.0, 8999.0, 9008.0, 9002.0, 9057.0, 9047.0, 9029.0, 9003.0, 8987.0, 9009.0, 8979.0, 9031.0, 8987.0, 9059.0, 9051.0, 9079.0, 9038.0, 9005.0, 9033.0, 9001.0, 8996.0, 8965.0, 9005.0, 8982.0, 9034.0, 9003.0, 9057.0, 9034.0, 9042.0, 9014.0, 8988.0, 8986.0, 8951.0, 8980.0, 8953.0, 8998.0, 8972.0, 9020.0, 8978.0, 9052.0, 8993.0, 9032.0, 8974.0, 8992.0, 8956.0, 8979.0, 8972.0, 8972.0, 8975.0, 8973.0, 9015.0, 8976.0, 9000.0, 8973.0, 9032.0, 8989.0, 9033.0, 8980.0, 9007.0, 8985.0, 8979.0, 8983.0, 8980.0, 9011.0, 8981.0, 9025.0, 9002.0, 9057.0, 9023.0, 9040.0, 8999.0, 8990.0, 8991.0, 8975.0, 9007.0, 8993.0, 9025.0, 9002.0, 9057.0, 9033.0, 9041.0, 9013.0, 8990.0, 8988.0, 8957.0, 9001.0, 8975.0, 9036.0, 8998.0, 9057.0, 9028.0, 9054.0, 8982.0, 8987.0, 8943.0, 8952.0, 8972.0, 8957.0, 9003.0, 8975.0, 9007.0, 8982.0, 9021.0, 8979.0, 9000.0, 8973.0, 9009.0, 9019.0, 9019.0, 9055.0, 8996.0, 9026.0, 8986.0, 9009.0, 8978.0, 8997.0, 8961.0, 8973.0, 9021.0, 8979.0, 9009.0, 8985.0, 9044.0, 8981.0, 8987.0, 9007.0, 8980.0, 9021.0, 8985.0, 9040.0, 8988.0, 9006.0, 9001.0, 9003.0, 8998.0, 9044.0, 9005.0, 9077.0, 9036.0, 9063.0, 9034.0, 8990.0, 8994.0, 8978.0, 9018.0, 8980.0, 9005.0, 9024.0, 8994.0, 9012.0, 8988.0, 9004.0, 8978.0, 9032.0, 9039.0, 8998.0, 9013.0, 9002.0, 9016.0, 8990.0, 9020.0, 8983.0, 9010.0, 9045.0, 9000.0, 9045.0, 8991.0, 9041.0, 8984.0, 9003.0, 8961.0, 8986.0, 9007.0, 8992.0, 9044.0, 8999.0, 9057.0, 9004.0, 9039.0, 8979.0, 9015.0, 8958.0, 8983.0, 8977.0, 8989.0, 9009.0, 9003.0, 9025.0, 8982.0, 8995.0, 8972.0, 8981.0, 8950.0, 8997.0, 8959.0, 9028.0, 8990.0, 9031.0, 8976.0, 8983.0, 8970.0, 8953.0, 8982.0, 8963.0, 8970.0, 8973.0, 9029.0, 9008.0, 9053.0, 9009.0, 8993.0, 8977.0, 8957.0, 8987.0, 8979.0, 9050.0, 9012.0, 9039.0, 9002.0, 8982.0, 8992.0, 8960.0, 8972.0, 8960.0, 9037.0, 8981.0, 9018.0, 9029.0, 9022.0, 9043.0, 8999.0, 9027.0, 8997.0, 9006.0, 8965.0, 9012.0, 8978.0, 9003.0, 9026.0, 9009.0, 9043.0, 8999.0, 9023.0, 8982.0, 8999.0, 8957.0, 9008.0, 8973.0, 8985.0, 9022.0, 8991.0, 9024.0, 8983.0, 8989.0, 8958.0, 8993.0, 8954.0, 8992.0, 8971.0, 9010.0, 9006.0, 9017.0, 9038.0, 8994.0, 9010.0, 8980.0, 8974.0, 8958.0, 8996.0, 8975.0, 9015.0, 8981.0, 8995.0, 9020.0, 8983.0, 9007.0, 8977.0, 9036.0, 8996.0, 9051.0, 9014.0, 9038.0, 8987.0, 8979.0, 8980.0, 8964.0, 9016.0, 8997.0, 8995.0, 8996.0, 9039.0, 9000.0, 9056.0, 9003.0, 9010.0, 8983.0, 8976.0, 9010.0, 8998.0, 9063.0, 9015.0, 9064.0, 9022.0, 9062.0, 8991.0, 9023.0, 8964.0, 9014.0, 8979.0, 9018.0, 8983.0, 9020.0, 8985.0, 9021.0, 8979.0, 9000.0, 8971.0, 8978.0, 8999.0, 8985.0, 9017.0, 8975.0, 8977.0, 8960.0, 8954.0, 8958.0, 8996.0, 8958.0, 9026.0, 8977.0, 9013.0, 8979.0, 9014.0, 8975.0, 9001.0, 9009.0, 8979.0, 9013.0, 8997.0, 8994.0, 8965.0, 9017.0, 8979.0, 9034.0, 9011.0, 9020.0, 9001.0, 9005.0, 8976.0, 8972.0, 8989.0, 8972.0, 9019.0, 8979.0, 9034.0, 8980.0, 9009.0, 8980.0, 8990.0, 8981.0, 8999.0, 8994.0, 8996.0, 9043.0, 9004.0, 9060.0, 9007.0, 9044.0, 8997.0, 8991.0, 8980.0, 8979.0, 9024.0, 8984.0, 9056.0, 8990.0, 9028.0, 8981.0, 9018.0, 8976.0, 9011.0, 9021.0, 9004.0, 9024.0, 8995.0, 9012.0, 8983.0, 8977.0, 8961.0, 8984.0, 8958.0, 9015.0, 8963.0, 9018.0, 8994.0, 9039.0, 8982.0, 9005.0, 8965.0, 8973.0, 8990.0, 8975.0, 9022.0, 8982.0, 8995.0, 8989.0, 9015.0, 8981.0, 9020.0, 9026.0, 9039.0, 9042.0, 9001.0, 9032.0, 8989.0, 8985.0, 8981.0, 9004.0, 8983.0, 9024.0, 8998.0, 9013.0, 9003.0, 9005.0, 9019.0, 8985.0, 8993.0, 8964.0, 8976.0, 8980.0, 9024.0, 9058.0, 9017.0, 9061.0, 9008.0, 9044.0, 8985.0, 9004.0, 8996.0, 8979.0, 9024.0, 8985.0, 9056.0, 9015.0, 9059.0, 8998.0, 9005.0, 8963.0, 8971.0, 8991.0, 8979.0, 9025.0, 8980.0, 9040.0, 8988.0, 9023.0, 8980.0, 9014.0, 8978.0, 9003.0, 9027.0, 8997.0, 9029.0, 9005.0, 9022.0, 9007.0, 9032.0, 9009.0, 9028.0, 9051.0, 9036.0, 9068.0, 9027.0, 9069.0, 9013.0, 9050.0, 9001.0, 9035.0, 8985.0, 9035.0, 9032.0, 9025.0, 9032.0, 9000.0, 9000.0, 8990.0, 8974.0, 8968.0, 8985.0, 8957.0, 9005.0, 8961.0, 8993.0, 8970.0, 9009.0, 8979.0, 9015.0, 9010.0, 9038.0, 9028.0, 9020.0, 9019.0, 9004.0, 9018.0, 8998.0, 9016.0, 8984.0, 9031.0, 9003.0, 9046.0, 8991.0, 9031.0, 8983.0, 8989.0, 8957.0, 8997.0, 8958.0, 9016.0, 8961.0, 9018.0, 8965.0, 8989.0, 8960.0, 8984.0, 8963.0, 9001.0, 8996.0, 9034.0, 8999.0, 9010.0, 9001.0, 8979.0, 8994.0, 8991.0, 9030.0, 8982.0, 9043.0, 8985.0, 9028.0, 8997.0, 9005.0, 8964.0, 9015.0, 8964.0, 9031.0, 9009.0, 9006.0, 8983.0, 8991.0, 8994.0, 8975.0, 9005.0, 8979.0, 9034.0, 8982.0, 9037.0, 8998.0, 8996.0, 8981.0, 8990.0, 9007.0, 8984.0, 9051.0, 8985.0, 9058.0, 9048.0, 9072.0, 9097.0, 9046.0, 9082.0, 9008.0, 8988.0, 8984.0, 8981.0, 8998.0, 8998.0, 9039.0, 9005.0, 9038.0, 9008.0, 9030.0, 8985.0, 9030.0, 8976.0, 9029.0, 8991.0, 9028.0, 8986.0, 8996.0, 8972.0, 8978.0, 8966.0, 8949.0, 8965.0, 8947.0, 8962.0, 8950.0, 8977.0, 8947.0, 8976.0, 8945.0, 8973.0, 8932.0, 8985.0, 8932.0, 8985.0, 8933.0, 8986.0, 8952.0, 8989.0, 8953.0, 8975.0, 8985.0, 8969.0, 8998.0, 8958.0, 8970.0, 8961.0, 8997.0, 8978.0, 8978.0, 9038.0, 8983.0, 9043.0, 8993.0, 9064.0, 9008.0, 9002.0, 9001.0, 8997.0, 9015.0, 8990.0, 9063.0, 9012.0, 9065.0, 9031.0, 9032.0, 9004.0, 9002.0, 9012.0, 8985.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.0004073793103448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.016414953333333333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.33954001822784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1853428061565023</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0014000735097812</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6242.8257</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08868651919417984</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0689655172413794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464538968551719</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39790357919316</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6349096644515857</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3608036620104107</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103898</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012638249434530735</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02126373164355755</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6569831761421234</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>19.7662</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3953</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.7604</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>653.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.916</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7383</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.2637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3258.2845</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.2459</td></tr>
<tr><td colspan=3>tsnr</td><td>42.77231643325649</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>