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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-03_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_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-0091/ses-03/func/sub-0091_ses-03_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>04b7db1cf362addf3935ccb988261cb9</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:00:1.185000</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.999898, 0.0119927, 0.0076995, -0.00994769, 0.974186, -0.225527]</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.109651</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 586, -100, -187, -92, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a45d4d8c-5ff4-4e29-a409-0e26dd6d8bff||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.68265438079834, -0.026688937097787857, 0.027554631233215332, 112.75200653076172], [-0.032175544649362564, 2.6136703491210938, -0.6086530089378357, -75.23147583007812], [0.020657192915678024, 0.6050711870193481, 2.6303579807281494, -100.48424530029297], [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': ['130001.185000', '130001.645000', '130002.105000', '130002.565000', '130003.025000', '130003.485000', '130003.945000', '130004.405000', '130004.865000', '130005.325000', '130005.785000', '130006.245000', '130006.705000', '130007.165000', '130007.625000', '130008.085000', '130008.545000', '130009.005000', '130009.465000', '130009.925000', '130010.385000', '130010.845000', '130011.305000', '130011.765000', '130012.225000', '130012.685000', '130013.145000', '130013.605000', '130014.065000', '130014.525000', '130014.985000', '130015.445000', '130015.905000', '130016.365000', '130016.825000', '130017.285000', '130017.745000', '130018.205000', '130018.665000', '130019.125000', '130019.585000', '130020.045000', '130020.505000', '130020.965000', '130021.425000', '130021.885000', '130022.345000', '130022.805000', '130023.265000', '130023.725000', '130024.185000', '130024.645000', '130025.105000', '130025.565000', '130026.025000', '130026.485000', '130026.945000', '130027.405000', '130027.865000', '130028.325000', '130028.785000', '130029.245000', '130029.705000', '130030.165000', '130030.625000', '130031.085000', '130031.545000', '130032.005000', '130032.465000', '130032.925000', '130033.385000', '130033.845000', '130034.305000', '130034.765000', '130035.225000', '130035.685000', '130036.145000', '130036.605000', '130037.065000', '130037.525000', '130037.985000', '130038.445000', '130038.905000', '130039.365000', '130039.825000', '130040.285000', '130040.745000', '130041.205000', '130041.665000', '130042.125000', '130042.585000', '130043.045000', '130043.505000', '130043.965000', '130044.425000', '130044.885000', '130045.345000', '130045.805000', '130046.265000', '130046.725000', '130047.185000', '130047.645000', '130048.105000', '130048.565000', '130049.025000', '130049.485000', '130049.945000', '130050.405000', '130050.865000', '130051.325000', '130051.785000', '130052.245000', '130052.705000', '130053.165000', '130053.625000', '130054.085000', '130054.545000', '130055.005000', '130055.465000', '130055.925000', '130056.385000', '130056.845000', '130057.305000', '130057.765000', '130058.225000', '130058.685000', '130059.145000', '130059.605000', '130100.065000', '130100.525000', '130100.985000', '130101.445000', '130101.905000', '130102.365000', '130102.825000', '130103.285000', '130103.745000', '130104.205000', '130104.665000', '130105.125000', '130105.585000', '130106.045000', '130106.505000', '130106.965000', '130107.425000', '130107.885000', '130108.345000', '130108.805000', '130109.265000', '130109.725000', '130110.185000', '130110.645000', '130111.105000', '130111.565000', '130112.025000', '130112.485000', '130112.945000', '130113.405000', '130113.865000', '130114.325000', '130114.785000', '130115.245000', '130115.705000', '130116.165000', '130116.625000', '130117.085000', '130117.545000', '130118.005000', '130118.465000', '130118.925000', '130119.385000', '130119.845000', '130120.305000', '130120.765000', '130121.225000', '130121.685000', '130122.145000', '130122.605000', '130123.065000', '130123.525000', '130123.985000', '130124.445000', '130124.905000', '130125.365000', '130125.825000', '130126.285000', '130126.745000', '130127.205000', '130127.665000', '130128.125000', '130128.585000', '130129.045000', '130129.505000', '130129.965000', '130130.425000', '130130.885000', '130131.345000', '130131.805000', '130132.265000', '130132.725000', '130133.185000', '130133.645000', '130134.105000', '130134.565000', '130135.025000', '130135.485000', '130135.945000', '130136.405000', '130136.865000', '130137.325000', '130137.785000', '130138.245000', '130138.705000', '130139.165000', '130139.625000', '130140.085000', '130140.545000', '130141.005000', '130141.465000', '130141.925000', '130142.385000', '130142.845000', '130143.305000', '130143.765000', '130144.225000', '130144.685000', '130145.145000', '130145.605000', '130146.065000', '130146.525000', '130146.985000', '130147.445000', '130147.905000', '130148.365000', '130148.825000', '130149.285000', '130149.745000', '130150.205000', '130150.665000', '130151.125000', '130151.585000', '130152.045000', '130152.505000', '130152.965000', '130153.425000', '130153.885000', '130154.345000', '130154.805000', '130155.265000', '130155.725000', '130156.185000', '130156.645000', '130157.105000', '130157.565000', '130158.025000', '130158.485000', '130158.945000', '130159.405000', '130159.865000', '130200.325000', '130200.785000', '130201.245000', '130201.705000', '130202.165000', '130202.625000', '130203.085000', '130203.545000', '130204.005000', '130204.465000', '130204.925000', '130205.385000', '130205.845000', '130206.305000', '130206.765000', '130207.225000', '130207.685000', '130208.145000', '130208.605000', '130209.065000', '130209.525000', '130209.985000', '130210.445000', '130210.905000', '130211.365000', '130211.825000', '130212.285000', '130212.745000', '130213.205000', '130213.665000', '130214.125000', '130214.585000', '130215.045000', '130215.505000', '130215.965000', '130216.425000', '130216.885000', '130217.345000', '130217.805000', '130218.265000', '130218.725000', '130219.185000', '130219.645000', '130220.105000', '130220.565000', '130221.025000', '130221.485000', '130221.945000', '130222.405000', '130222.865000', '130223.325000', '130223.785000', '130224.245000', '130224.705000', '130225.165000', '130225.625000', '130226.085000', '130226.545000', '130227.005000', '130227.465000', '130227.925000', '130228.385000', '130228.845000', '130229.305000', '130229.765000', '130230.225000', '130230.685000', '130231.145000', '130231.605000', '130232.065000', '130232.525000', '130232.985000', '130233.445000', '130233.905000', '130234.365000', '130234.825000', '130235.285000', '130235.745000', '130236.205000', '130236.665000', '130237.125000', '130237.585000', '130238.045000', '130238.505000', '130238.965000', '130239.425000', '130239.885000', '130240.345000', '130240.805000', '130241.265000', '130241.725000', '130242.185000', '130242.645000', '130243.105000', '130243.565000', '130244.025000', '130244.485000', '130244.945000', '130245.405000', '130245.865000', '130246.325000', '130246.785000', '130247.245000', '130247.705000', '130248.165000', '130248.625000', '130249.085000', '130249.545000', '130250.005000', '130250.465000', '130250.925000', '130251.385000', '130251.845000', '130252.305000', '130252.765000', '130253.225000', '130253.685000', '130254.145000', '130254.605000', '130255.065000', '130255.525000', '130255.985000', '130256.445000', '130256.905000', '130257.365000', '130257.825000', '130258.285000', '130258.745000', '130259.205000', '130259.665000', '130300.125000', '130300.585000', '130301.045000', '130301.505000', '130301.965000', '130302.425000', '130302.885000', '130303.345000', '130303.805000', '130304.265000', '130304.725000', '130305.185000', '130305.645000', '130306.105000', '130306.565000', '130307.025000', '130307.485000', '130307.945000', '130308.405000', '130308.865000', '130309.325000', '130309.785000', '130310.245000', '130310.705000', '130311.165000', '130311.625000', '130312.085000', '130312.545000', '130313.005000', '130313.465000', '130313.925000', '130314.385000', '130314.845000', '130315.305000', '130315.765000', '130316.225000', '130316.685000', '130317.145000', '130317.605000', '130318.065000', '130318.525000', '130318.985000', '130319.445000', '130319.905000', '130320.365000', '130320.825000', '130321.285000', '130321.745000', '130322.205000', '130322.665000', '130323.125000', '130323.585000', '130324.045000', '130324.505000', '130324.965000', '130325.425000', '130325.885000', '130326.345000', '130326.805000', '130327.265000', '130327.725000', '130328.185000', '130328.645000', '130329.105000', '130329.565000', '130330.025000', '130330.485000', '130330.945000', '130331.405000', '130331.865000', '130332.325000', '130332.785000', '130333.245000', '130333.705000', '130334.165000', '130334.625000', '130335.085000', '130335.545000', '130336.005000', '130336.465000', '130336.925000', '130337.385000', '130337.845000', '130338.305000', '130338.765000', '130339.225000', '130339.685000', '130340.145000', '130340.605000', '130341.065000', '130341.525000', '130341.985000', '130342.445000', '130342.905000', '130343.365000', '130343.825000', '130344.285000', '130344.745000', '130345.205000', '130345.665000', '130346.125000', '130346.585000', '130347.045000', '130347.505000', '130347.965000', '130348.425000', '130348.885000', '130349.345000', '130349.805000', '130350.265000', '130350.725000', '130351.185000', '130351.645000', '130352.105000', '130352.565000', '130353.025000', '130353.485000', '130353.945000', '130354.405000', '130354.865000', '130355.325000', '130355.785000', '130356.245000', '130356.705000', '130357.165000', '130357.625000', '130358.085000', '130358.545000', '130359.005000', '130359.465000', '130359.925000', '130400.385000', '130400.845000', '130401.305000', '130401.765000', '130402.225000', '130402.685000', '130403.145000', '130403.605000', '130404.065000', '130404.525000', '130404.985000', '130405.445000', '130405.905000', '130406.365000', '130406.825000', '130407.285000', '130407.745000', '130408.205000', '130408.665000', '130409.125000', '130409.585000', '130410.045000', '130410.505000', '130410.965000', '130411.425000', '130411.885000', '130412.345000', '130412.805000', '130413.265000', '130413.725000', '130414.185000', '130414.645000', '130415.105000', '130415.565000', '130416.025000', '130416.485000', '130416.945000', '130417.405000', '130417.865000', '130418.325000', '130418.785000', '130419.245000', '130419.705000', '130420.165000', '130420.625000', '130421.085000', '130421.545000', '130422.005000', '130422.465000', '130422.925000', '130423.385000', '130423.845000', '130424.305000', '130424.765000', '130425.225000', '130425.685000', '130426.145000', '130426.605000', '130427.065000', '130427.525000', '130427.985000', '130428.445000', '130428.905000', '130429.365000', '130429.825000', '130430.285000', '130430.745000', '130431.205000', '130431.665000', '130432.125000', '130432.585000', '130433.045000', '130433.505000', '130433.965000', '130434.425000', '130434.885000', '130435.345000', '130435.805000', '130436.265000', '130436.725000', '130437.185000', '130437.645000', '130438.105000', '130438.565000', '130439.025000', '130439.485000', '130439.945000', '130440.405000', '130440.865000', '130441.325000', '130441.785000', '130442.245000', '130442.705000', '130443.165000', '130443.625000', '130444.085000', '130444.545000', '130445.005000', '130445.465000', '130445.925000', '130446.385000', '130446.845000', '130447.305000', '130447.765000', '130448.225000', '130448.685000', '130449.145000', '130449.605000', '130450.065000', '130450.525000', '130450.985000', '130451.445000', '130451.905000', '130452.365000', '130452.825000', '130453.285000', '130453.745000', '130454.205000', '130454.665000', '130455.125000', '130455.585000', '130456.045000', '130456.505000', '130456.965000', '130457.425000', '130457.885000', '130458.345000', '130458.805000', '130459.265000', '130459.725000', '130500.185000', '130500.645000', '130501.105000', '130501.565000', '130502.025000', '130502.485000', '130502.945000', '130503.405000', '130503.865000', '130504.325000', '130504.785000', '130505.245000', '130505.705000', '130506.165000', '130506.625000', '130507.085000', '130507.545000', '130508.005000', '130508.465000', '130508.925000', '130509.385000', '130509.845000', '130510.305000', '130510.765000', '130511.225000', '130511.685000', '130512.145000', '130512.605000', '130513.065000', '130513.525000', '130513.985000', '130514.445000', '130514.905000', '130515.365000', '130515.825000', '130516.285000', '130516.745000', '130517.205000', '130517.665000', '130518.125000', '130518.585000', '130519.045000', '130519.505000', '130519.965000', '130520.425000', '130520.885000', '130521.345000', '130521.805000', '130522.265000', '130522.725000', '130523.185000', '130523.645000', '130524.105000', '130524.565000', '130525.025000', '130525.485000', '130525.945000', '130526.405000', '130526.865000', '130527.325000', '130527.785000', '130528.245000', '130528.705000', '130529.165000', '130529.625000', '130530.085000', '130530.545000', '130531.005000', '130531.465000', '130531.925000', '130532.385000', '130532.845000', '130533.305000', '130533.765000', '130534.225000', '130534.685000', '130535.145000', '130535.605000', '130536.065000', '130536.525000', '130536.985000', '130537.445000', '130537.905000', '130538.365000', '130538.825000', '130539.285000', '130539.745000', '130540.205000', '130540.665000', '130541.125000', '130541.585000', '130542.045000', '130542.505000', '130542.965000', '130543.425000', '130543.885000', '130544.345000', '130544.805000', '130545.265000', '130545.725000', '130546.185000', '130546.645000', '130547.105000', '130547.565000', '130548.025000', '130548.485000', '130548.945000', '130549.405000', '130549.865000', '130550.325000', '130550.785000', '130551.245000', '130551.705000', '130552.165000', '130552.625000', '130553.085000', '130553.545000', '130554.005000', '130554.465000', '130554.925000', '130555.385000', '130555.845000', '130556.305000', '130556.765000', '130557.225000', '130557.685000', '130558.145000', '130558.605000', '130559.065000', '130559.525000', '130559.985000', '130600.445000', '130600.905000', '130601.365000', '130601.825000', '130602.285000', '130602.745000', '130603.205000', '130603.665000', '130604.125000', '130604.585000', '130605.045000', '130605.505000', '130605.965000', '130606.425000', '130606.885000', '130607.345000', '130607.805000', '130608.265000', '130608.725000', '130609.185000', '130609.645000', '130610.105000', '130610.565000', '130611.025000', '130611.485000', '130611.945000', '130612.405000', '130612.865000', '130613.325000', '130613.785000', '130614.245000', '130614.705000', '130615.165000', '130615.625000', '130616.085000', '130616.545000', '130617.005000', '130617.465000', '130617.925000', '130618.385000', '130618.845000', '130619.305000', '130619.765000', '130620.225000', '130620.685000', '130621.145000', '130621.605000', '130622.065000', '130622.525000', '130622.985000', '130623.445000', '130623.905000', '130624.365000', '130624.825000', '130625.285000', '130625.745000', '130626.205000', '130626.665000', '130627.125000', '130627.585000', '130628.045000', '130628.505000', '130628.965000', '130629.425000', '130629.885000', '130630.345000', '130630.805000', '130631.265000', '130631.725000', '130632.185000', '130632.645000', '130633.105000', '130633.565000', '130634.025000', '130634.485000', '130634.945000', '130635.405000', '130635.865000', '130636.325000', '130636.785000', '130637.245000', '130637.705000', '130638.165000', '130638.625000', '130639.085000', '130639.545000', '130640.005000', '130640.465000', '130640.925000', '130641.385000', '130641.845000'], 'ContentTime': ['130010.708000', '130010.711000', '130010.715000', '130010.718000', '130010.721000', '130010.723000', '130010.726000', '130010.729000', '130010.732000', '130010.735000', '130010.753000', '130010.756000', '130010.759000', '130010.762000', '130010.765000', '130010.767000', '130010.770000', '130010.804000', '130010.807000', '130030.673000', '130030.675000', '130030.678000', '130030.681000', '130030.683000', '130030.686000', '130030.688000', '130030.691000', '130030.694000', '130030.696000', '130030.699000', '130030.701000', '130030.704000', '130030.706000', '130030.709000', '130030.712000', '130030.714000', '130030.717000', '130030.719000', '130030.722000', '130030.724000', '130030.727000', '130030.730000', '130030.732000', '130030.735000', '130030.737000', '130030.740000', '130030.743000', '130030.745000', '130030.748000', '130030.750000', '130030.753000', '130030.755000', '130030.758000', '130030.761000', '130030.772000', '130030.774000', '130030.777000', '130030.780000', '130030.782000', '130030.785000', '130030.787000', '130030.790000', '130030.793000', '130050.672000', '130050.675000', '130050.677000', '130050.680000', '130050.683000', '130050.685000', '130050.688000', '130050.691000', '130050.693000', '130050.696000', '130050.698000', '130050.701000', '130050.703000', '130050.706000', '130050.709000', '130050.711000', '130050.714000', '130050.716000', '130050.719000', '130050.721000', '130050.724000', '130050.727000', '130050.729000', '130050.732000', '130050.734000', '130050.737000', '130050.739000', '130050.742000', '130050.745000', '130050.747000', '130050.750000', '130050.752000', '130050.755000', '130050.758000', '130050.760000', '130050.763000', '130050.765000', '130050.768000', '130050.770000', '130050.773000', '130050.776000', '130050.778000', '130050.781000', '130110.672000', '130110.675000', '130110.678000', '130110.681000', '130110.684000', '130110.687000', '130110.690000', '130110.692000', '130110.695000', '130110.697000', '130110.700000', '130110.703000', '130110.705000', '130110.708000', '130110.710000', '130110.713000', '130110.715000', '130110.718000', '130110.721000', '130110.723000', '130110.726000', '130110.737000', '130110.739000', '130110.742000', '130110.744000', '130110.748000', '130110.750000', '130110.753000', '130110.755000', '130110.758000', '130110.761000', '130110.763000', '130110.766000', '130110.768000', '130110.782000', '130110.785000', '130110.787000', '130110.790000', '130110.793000', '130110.795000', '130110.798000', '130110.801000', '130110.803000', '130110.806000', '130130.672000', '130130.675000', '130130.678000', '130130.681000', '130130.683000', '130130.686000', '130130.691000', '130130.694000', '130130.697000', '130130.699000', '130130.702000', '130130.704000', '130130.707000', '130130.709000', '130130.712000', '130130.715000', '130130.717000', '130130.720000', '130130.723000', '130130.725000', '130130.728000', '130130.730000', '130130.733000', '130130.736000', '130130.738000', '130130.741000', '130130.743000', '130130.746000', '130130.749000', '130130.751000', '130130.754000', '130130.757000', '130130.759000', '130130.762000', '130130.764000', '130130.767000', '130130.770000', '130130.772000', '130130.775000', '130130.777000', '130130.780000', '130130.783000', '130130.785000', '130150.672000', '130150.675000', '130150.678000', '130150.680000', '130150.683000', '130150.686000', '130150.688000', '130150.691000', '130150.694000', '130150.696000', '130150.699000', '130150.701000', '130150.704000', '130150.707000', '130150.709000', '130150.716000', '130150.719000', '130150.721000', '130150.724000', '130150.726000', '130150.729000', '130150.732000', '130150.734000', '130150.737000', '130150.740000', '130150.742000', '130150.745000', '130150.747000', '130150.750000', '130150.753000', '130150.755000', '130150.758000', '130150.760000', '130150.763000', '130150.766000', '130150.768000', '130150.771000', '130150.773000', '130150.776000', '130150.779000', '130150.781000', '130150.784000', '130150.786000', '130150.789000', '130210.672000', '130210.675000', '130210.678000', '130210.681000', '130210.683000', '130210.686000', '130210.688000', '130210.691000', '130210.693000', '130210.696000', '130210.699000', '130210.701000', '130210.704000', '130210.706000', '130210.709000', '130210.712000', '130210.714000', '130210.717000', '130210.720000', '130210.722000', '130210.725000', '130210.727000', '130210.730000', '130210.733000', '130210.735000', '130210.738000', '130210.740000', '130210.743000', '130210.746000', '130210.748000', '130210.751000', '130210.754000', '130210.756000', '130210.759000', '130210.761000', '130210.764000', '130210.767000', '130210.769000', '130210.772000', '130210.774000', '130210.777000', '130210.779000', '130210.782000', '130230.672000', '130230.675000', '130230.677000', '130230.680000', '130230.682000', '130230.685000', '130230.688000', '130230.691000', '130230.695000', '130230.698000', '130230.700000', '130230.703000', '130230.706000', '130230.708000', '130230.711000', '130230.714000', '130230.716000', '130230.719000', '130230.722000', '130230.725000', '130230.728000', '130230.730000', '130230.733000', '130230.735000', '130230.738000', '130230.740000', '130230.743000', '130230.746000', '130230.748000', '130230.751000', '130230.754000', '130230.756000', '130230.759000', '130230.762000', '130230.764000', '130230.767000', '130230.769000', '130230.772000', '130230.775000', '130230.778000', '130230.780000', '130230.783000', '130230.785000', '130250.673000', '130250.675000', '130250.679000', '130250.681000', '130250.684000', '130250.686000', '130250.689000', '130250.692000', '130250.694000', '130250.697000', '130250.699000', '130250.702000', '130250.705000', '130250.707000', '130250.710000', '130250.713000', '130250.715000', '130250.718000', '130250.721000', '130250.723000', '130250.726000', '130250.728000', '130250.731000', '130250.734000', '130250.736000', '130250.739000', '130250.741000', '130250.744000', '130250.747000', '130250.749000', '130250.789000', '130250.792000', '130250.794000', '130250.797000', '130250.848000', '130250.851000', '130250.853000', '130250.856000', '130250.858000', '130250.861000', '130250.864000', '130250.866000', '130250.869000', '130250.872000', '130310.672000', '130310.675000', '130310.678000', '130310.681000', '130310.684000', '130310.686000', '130310.689000', '130310.693000', '130310.695000', '130310.698000', '130310.702000', '130310.705000', '130310.707000', '130310.710000', '130310.713000', '130310.715000', '130310.718000', '130310.720000', '130310.723000', '130310.726000', '130310.728000', '130310.731000', '130310.734000', '130310.736000', '130310.739000', '130310.741000', '130310.744000', '130310.747000', '130310.749000', '130310.752000', '130310.754000', '130310.757000', '130310.759000', '130310.762000', '130310.765000', '130310.767000', '130310.770000', '130310.772000', '130310.775000', '130310.778000', '130310.780000', '130310.783000', '130310.785000', '130330.673000', '130330.676000', '130330.679000', '130330.681000', '130330.684000', '130330.686000', '130330.689000', '130330.692000', '130330.694000', '130330.697000', '130330.700000', '130330.702000', '130330.705000', '130330.708000', '130330.711000', '130330.713000', '130330.716000', '130330.718000', '130330.721000', '130330.724000', '130330.726000', '130330.729000', '130330.731000', '130330.734000', '130330.737000', '130330.739000', '130330.742000', '130330.745000', '130330.747000', '130330.750000', '130330.753000', '130330.755000', '130330.758000', '130330.760000', '130330.763000', '130330.765000', '130330.768000', '130330.771000', '130330.773000', '130330.776000', '130330.778000', '130330.781000', '130330.784000', '130330.786000', '130350.673000', '130350.675000', '130350.678000', '130350.681000', '130350.684000', '130350.686000', '130350.689000', '130350.692000', '130350.694000', '130350.697000', '130350.699000', '130350.702000', '130350.705000', '130350.708000', '130350.710000', '130350.713000', '130350.716000', '130350.718000', '130350.721000', '130350.723000', '130350.726000', '130350.729000', '130350.731000', '130350.734000', '130350.736000', '130350.739000', '130350.741000', '130350.744000', '130350.747000', '130350.749000', '130350.752000', '130350.755000', '130350.757000', '130350.761000', '130350.764000', '130350.766000', '130350.769000', '130350.772000', '130350.774000', '130350.777000', '130350.779000', '130350.782000', '130350.785000', '130410.673000', '130410.675000', '130410.678000', '130410.680000', '130410.683000', '130410.686000', '130410.688000', '130410.691000', '130410.694000', '130410.696000', '130410.699000', '130410.701000', '130410.704000', '130410.707000', '130410.709000', '130410.712000', '130410.715000', '130410.717000', '130410.720000', '130410.722000', '130410.725000', '130410.728000', '130410.730000', '130410.733000', '130410.735000', '130410.738000', '130410.741000', '130410.743000', '130410.746000', '130410.748000', '130410.751000', '130410.754000', '130410.756000', '130410.759000', '130410.762000', '130410.764000', '130410.767000', '130410.769000', '130410.772000', '130410.774000', '130410.777000', '130410.780000', '130410.782000', '130410.785000', '130430.673000', '130430.675000', '130430.678000', '130430.681000', '130430.683000', '130430.686000', '130430.689000', '130430.691000', '130430.694000', '130430.696000', '130430.699000', '130430.713000', '130430.716000', '130430.718000', '130430.721000', '130430.724000', '130430.726000', '130430.730000', '130430.733000', '130430.735000', '130430.738000', '130430.743000', '130430.745000', '130430.748000', '130430.750000', '130430.753000', '130430.756000', '130430.758000', '130430.761000', '130430.764000', '130430.766000', '130430.769000', '130430.771000', '130430.774000', '130430.777000', '130430.779000', '130430.782000', '130430.784000', '130430.787000', '130430.790000', '130430.793000', '130430.795000', '130430.798000', '130450.672000', '130450.674000', '130450.677000', '130450.680000', '130450.683000', '130450.685000', '130450.688000', '130450.691000', '130450.693000', '130450.696000', '130450.699000', '130450.702000', '130450.704000', '130450.707000', '130450.710000', '130450.712000', '130450.715000', '130450.718000', '130450.720000', '130450.723000', '130450.726000', '130450.728000', '130450.731000', '130450.733000', '130450.736000', '130450.739000', '130450.741000', '130450.744000', '130450.746000', '130450.749000', '130450.751000', '130450.754000', '130450.757000', '130450.759000', '130450.762000', '130450.765000', '130450.767000', '130450.770000', '130450.772000', '130450.775000', '130450.778000', '130450.780000', '130450.783000', '130450.785000', '130510.673000', '130510.676000', '130510.678000', '130510.681000', '130510.683000', '130510.686000', '130510.689000', '130510.691000', '130510.694000', '130510.696000', '130510.699000', '130510.701000', '130510.704000', '130510.707000', '130510.710000', '130510.712000', '130510.715000', '130510.717000', '130510.720000', '130510.722000', '130510.725000', '130510.728000', '130510.730000', '130510.733000', '130510.735000', '130510.738000', '130510.741000', '130510.744000', '130510.747000', '130510.750000', '130510.753000', '130510.756000', '130510.758000', '130510.761000', '130510.763000', '130510.766000', '130510.769000', '130510.771000', '130510.774000', '130510.777000', '130510.779000', '130510.782000', '130510.784000', '130530.673000', '130530.675000', '130530.679000', '130530.682000', '130530.684000', '130530.687000', '130530.689000', '130530.692000', '130530.695000', '130530.697000', '130530.700000', '130530.703000', '130530.705000', '130530.708000', '130530.711000', '130530.713000', '130530.716000', '130530.718000', '130530.722000', '130530.724000', '130530.727000', '130530.729000', '130530.732000', '130530.735000', '130530.737000', '130530.740000', '130530.743000', '130530.745000', '130530.748000', '130530.750000', '130530.753000', '130530.756000', '130530.758000', '130530.761000', '130530.764000', '130530.766000', '130530.769000', '130530.771000', '130530.774000', '130530.777000', '130530.779000', '130530.782000', '130530.784000', '130530.787000', '130550.673000', '130550.675000', '130550.678000', '130550.680000', '130550.684000', '130550.686000', '130550.689000', '130550.691000', '130550.694000', '130550.697000', '130550.699000', '130550.702000', '130550.705000', '130550.708000', '130550.710000', '130550.713000', '130550.722000', '130550.724000', '130550.727000', '130550.729000', '130550.732000', '130550.735000', '130550.752000', '130550.754000', '130550.757000', '130550.760000', '130550.762000', '130550.765000', '130550.768000', '130550.770000', '130550.773000', '130550.775000', '130550.778000', '130550.780000', '130550.783000', '130550.786000', '130550.788000', '130550.791000', '130550.794000', '130550.796000', '130550.799000', '130550.847000', '130550.849000', '130610.672000', '130610.675000', '130610.678000', '130610.681000', '130610.683000', '130610.686000', '130610.689000', '130610.691000', '130610.694000', '130610.697000', '130610.699000', '130610.702000', '130610.704000', '130610.707000', '130610.710000', '130610.712000', '130610.715000', '130610.718000', '130610.720000', '130610.723000', '130610.725000', '130610.728000', '130610.731000', '130610.733000', '130610.736000', '130610.739000', '130610.741000', '130610.745000', '130610.748000', '130610.750000', '130610.753000', '130610.755000', '130610.758000', '130610.761000', '130610.763000', '130610.766000', '130610.769000', '130610.771000', '130610.774000', '130610.776000', '130610.779000', '130610.782000', '130610.784000', '130610.787000', '130630.673000', '130630.675000', '130630.678000', '130630.681000', '130630.684000', '130630.686000', '130630.689000', '130630.692000', '130630.694000', '130630.697000', '130630.699000', '130630.702000', '130630.705000', '130630.707000', '130630.710000', '130630.712000', '130630.715000', '130630.718000', '130630.720000', '130630.723000', '130630.725000', '130630.728000', '130630.731000', '130630.733000', '130630.736000', '130630.738000', '130630.741000', '130630.744000', '130630.746000', '130630.749000', '130630.751000', '130630.754000', '130630.757000', '130630.759000', '130630.762000', '130630.765000', '130630.767000', '130630.770000', '130630.772000', '130630.775000', '130630.778000', '130630.782000', '130630.785000', '130642.741000', '130642.744000', '130642.747000', '130642.750000', '130642.753000', '130642.755000', '130642.758000', '130642.761000', '130642.764000', '130642.766000', '130642.769000', '130642.772000', '130642.775000', '130642.777000', '130642.780000', '130642.783000', '130642.786000', '130642.790000', '130642.792000', '130642.795000', '130642.798000', '130642.850000', '130642.854000', '130642.857000', '130642.860000', '130642.862000', '130642.865000'], 'InstanceCreationTime': ['130010.708000', '130010.711000', '130010.715000', '130010.718000', '130010.721000', '130010.723000', '130010.726000', '130010.729000', '130010.732000', '130010.735000', '130010.753000', '130010.756000', '130010.759000', '130010.762000', '130010.765000', '130010.767000', '130010.770000', '130010.804000', '130010.807000', '130030.673000', '130030.675000', '130030.678000', '130030.681000', '130030.683000', '130030.686000', '130030.688000', '130030.691000', '130030.694000', '130030.696000', '130030.699000', '130030.701000', '130030.704000', '130030.706000', '130030.709000', '130030.712000', '130030.714000', '130030.717000', '130030.719000', '130030.722000', '130030.724000', '130030.727000', '130030.730000', '130030.732000', '130030.735000', '130030.737000', '130030.740000', '130030.743000', '130030.745000', '130030.748000', '130030.750000', '130030.753000', '130030.755000', '130030.758000', '130030.761000', '130030.772000', '130030.774000', '130030.777000', '130030.780000', '130030.782000', '130030.785000', '130030.787000', '130030.790000', '130030.793000', '130050.672000', '130050.675000', '130050.677000', '130050.680000', '130050.683000', '130050.685000', '130050.688000', '130050.691000', '130050.693000', '130050.696000', '130050.698000', '130050.701000', '130050.703000', '130050.706000', '130050.709000', '130050.711000', '130050.714000', '130050.716000', '130050.719000', '130050.721000', '130050.724000', '130050.727000', '130050.729000', '130050.732000', '130050.734000', '130050.737000', '130050.739000', '130050.742000', '130050.745000', '130050.747000', '130050.750000', '130050.752000', '130050.755000', '130050.758000', '130050.760000', '130050.763000', '130050.765000', '130050.768000', '130050.770000', '130050.773000', '130050.776000', '130050.778000', '130050.781000', '130110.672000', '130110.675000', '130110.678000', '130110.681000', '130110.684000', '130110.687000', '130110.690000', '130110.692000', '130110.695000', '130110.697000', '130110.700000', '130110.703000', '130110.705000', '130110.708000', '130110.710000', '130110.713000', '130110.715000', '130110.718000', '130110.721000', '130110.723000', '130110.726000', '130110.737000', '130110.739000', '130110.742000', '130110.744000', '130110.748000', '130110.750000', '130110.753000', '130110.755000', '130110.758000', '130110.761000', '130110.763000', '130110.766000', '130110.768000', '130110.782000', '130110.785000', '130110.787000', '130110.790000', '130110.793000', '130110.795000', '130110.798000', '130110.801000', '130110.803000', '130110.806000', '130130.672000', '130130.675000', '130130.678000', '130130.681000', '130130.683000', '130130.686000', '130130.691000', '130130.694000', '130130.697000', '130130.699000', '130130.702000', '130130.704000', '130130.707000', '130130.709000', '130130.712000', '130130.715000', '130130.717000', '130130.720000', '130130.723000', '130130.725000', '130130.728000', '130130.730000', '130130.733000', '130130.736000', '130130.738000', '130130.741000', '130130.743000', '130130.746000', '130130.749000', '130130.751000', '130130.754000', '130130.757000', '130130.759000', '130130.762000', '130130.764000', '130130.767000', '130130.770000', '130130.772000', '130130.775000', '130130.777000', '130130.780000', '130130.783000', '130130.785000', '130150.672000', '130150.675000', '130150.678000', '130150.680000', '130150.683000', '130150.686000', '130150.688000', '130150.691000', '130150.694000', '130150.696000', '130150.699000', '130150.701000', '130150.704000', '130150.707000', '130150.709000', '130150.716000', '130150.719000', '130150.721000', '130150.724000', '130150.726000', '130150.729000', '130150.732000', '130150.734000', '130150.737000', '130150.740000', '130150.742000', '130150.745000', '130150.747000', '130150.750000', '130150.753000', '130150.755000', '130150.758000', '130150.760000', '130150.763000', '130150.766000', '130150.768000', '130150.771000', '130150.773000', '130150.776000', '130150.779000', '130150.781000', '130150.784000', '130150.786000', '130150.789000', '130210.672000', '130210.675000', '130210.678000', '130210.681000', '130210.683000', '130210.686000', '130210.688000', '130210.691000', '130210.693000', '130210.696000', '130210.699000', '130210.701000', '130210.704000', '130210.706000', '130210.709000', '130210.712000', '130210.714000', '130210.717000', '130210.720000', '130210.722000', '130210.725000', '130210.727000', '130210.730000', '130210.733000', '130210.735000', '130210.738000', '130210.740000', '130210.743000', '130210.746000', '130210.748000', '130210.751000', '130210.754000', '130210.756000', '130210.759000', '130210.761000', '130210.764000', '130210.767000', '130210.769000', '130210.772000', '130210.774000', '130210.777000', '130210.779000', '130210.782000', '130230.672000', '130230.675000', '130230.677000', '130230.680000', '130230.682000', '130230.685000', '130230.688000', '130230.691000', '130230.695000', '130230.698000', '130230.700000', '130230.703000', '130230.706000', '130230.708000', '130230.711000', '130230.714000', '130230.716000', '130230.719000', '130230.722000', '130230.725000', '130230.728000', '130230.730000', '130230.733000', '130230.735000', '130230.738000', '130230.740000', '130230.743000', '130230.746000', '130230.748000', '130230.751000', '130230.754000', '130230.756000', '130230.759000', '130230.762000', '130230.764000', '130230.767000', '130230.769000', '130230.772000', '130230.775000', '130230.778000', '130230.780000', '130230.783000', '130230.785000', '130250.673000', '130250.675000', '130250.679000', '130250.681000', '130250.684000', '130250.686000', '130250.689000', '130250.692000', '130250.694000', '130250.697000', '130250.699000', '130250.702000', '130250.705000', '130250.707000', '130250.710000', '130250.713000', '130250.715000', '130250.718000', '130250.721000', '130250.723000', '130250.726000', '130250.728000', '130250.731000', '130250.734000', '130250.736000', '130250.739000', '130250.741000', '130250.744000', '130250.747000', '130250.749000', '130250.789000', '130250.792000', '130250.794000', '130250.797000', '130250.848000', '130250.851000', '130250.853000', '130250.856000', '130250.858000', '130250.861000', '130250.864000', '130250.866000', '130250.869000', '130250.872000', '130310.672000', '130310.675000', '130310.678000', '130310.681000', '130310.684000', '130310.686000', '130310.689000', '130310.693000', '130310.695000', '130310.698000', '130310.702000', '130310.705000', '130310.707000', '130310.710000', '130310.713000', '130310.715000', '130310.718000', '130310.720000', '130310.723000', '130310.726000', '130310.728000', '130310.731000', '130310.734000', '130310.736000', '130310.739000', '130310.741000', '130310.744000', '130310.747000', '130310.749000', '130310.752000', '130310.754000', '130310.757000', '130310.759000', '130310.762000', '130310.765000', '130310.767000', '130310.770000', '130310.772000', '130310.775000', '130310.778000', '130310.780000', '130310.783000', '130310.785000', '130330.673000', '130330.676000', '130330.679000', '130330.681000', '130330.684000', '130330.686000', '130330.689000', '130330.692000', '130330.694000', '130330.697000', '130330.700000', '130330.702000', '130330.705000', '130330.708000', '130330.711000', '130330.713000', '130330.716000', '130330.718000', '130330.721000', '130330.724000', '130330.726000', '130330.729000', '130330.731000', '130330.734000', '130330.737000', '130330.739000', '130330.742000', '130330.745000', '130330.747000', '130330.750000', '130330.753000', '130330.755000', '130330.758000', '130330.760000', '130330.763000', '130330.765000', '130330.768000', '130330.771000', '130330.773000', '130330.776000', '130330.778000', '130330.781000', '130330.784000', '130330.786000', '130350.673000', '130350.675000', '130350.678000', '130350.681000', '130350.684000', '130350.686000', '130350.689000', '130350.692000', '130350.694000', '130350.697000', '130350.699000', '130350.702000', '130350.705000', '130350.708000', '130350.710000', '130350.713000', '130350.716000', '130350.718000', '130350.721000', '130350.723000', '130350.726000', '130350.729000', '130350.731000', '130350.734000', '130350.736000', '130350.739000', '130350.741000', '130350.744000', '130350.747000', '130350.749000', '130350.752000', '130350.755000', '130350.757000', '130350.761000', '130350.764000', '130350.766000', '130350.769000', '130350.772000', '130350.774000', '130350.777000', '130350.779000', '130350.782000', '130350.785000', '130410.673000', '130410.675000', '130410.678000', '130410.680000', '130410.683000', '130410.686000', '130410.688000', '130410.691000', '130410.694000', '130410.696000', '130410.699000', '130410.701000', '130410.704000', '130410.707000', '130410.709000', '130410.712000', '130410.715000', '130410.717000', '130410.720000', '130410.722000', '130410.725000', '130410.728000', '130410.730000', '130410.733000', '130410.735000', '130410.738000', '130410.741000', '130410.743000', '130410.746000', '130410.748000', '130410.751000', '130410.754000', '130410.756000', '130410.759000', '130410.762000', '130410.764000', '130410.767000', '130410.769000', '130410.772000', '130410.774000', '130410.777000', '130410.780000', '130410.782000', '130410.785000', '130430.673000', '130430.675000', '130430.678000', '130430.681000', '130430.683000', '130430.686000', '130430.689000', '130430.691000', '130430.694000', '130430.696000', '130430.699000', '130430.713000', '130430.716000', '130430.718000', '130430.721000', '130430.724000', '130430.726000', '130430.730000', '130430.733000', '130430.735000', '130430.738000', '130430.743000', '130430.745000', '130430.748000', '130430.750000', '130430.753000', '130430.756000', '130430.758000', '130430.761000', '130430.764000', '130430.766000', '130430.769000', '130430.771000', '130430.774000', '130430.777000', '130430.779000', '130430.782000', '130430.784000', '130430.787000', '130430.790000', '130430.793000', '130430.795000', '130430.798000', '130450.672000', '130450.674000', '130450.677000', '130450.680000', '130450.683000', '130450.685000', '130450.688000', '130450.691000', '130450.693000', '130450.696000', '130450.699000', '130450.702000', '130450.704000', '130450.707000', '130450.710000', '130450.712000', '130450.715000', '130450.718000', '130450.720000', '130450.723000', '130450.726000', '130450.728000', '130450.731000', '130450.733000', '130450.736000', '130450.739000', '130450.741000', '130450.744000', '130450.746000', '130450.749000', '130450.751000', '130450.754000', '130450.757000', '130450.759000', '130450.762000', '130450.765000', '130450.767000', '130450.770000', '130450.772000', '130450.775000', '130450.778000', '130450.780000', '130450.783000', '130450.785000', '130510.673000', '130510.676000', '130510.678000', '130510.681000', '130510.683000', '130510.686000', '130510.689000', '130510.691000', '130510.694000', '130510.696000', '130510.699000', '130510.701000', '130510.704000', '130510.707000', '130510.710000', '130510.712000', '130510.715000', '130510.717000', '130510.720000', '130510.722000', '130510.725000', '130510.728000', '130510.730000', '130510.733000', '130510.735000', '130510.738000', '130510.741000', '130510.744000', '130510.747000', '130510.750000', '130510.753000', '130510.756000', '130510.758000', '130510.761000', '130510.763000', '130510.766000', '130510.769000', '130510.771000', '130510.774000', '130510.777000', '130510.779000', '130510.782000', '130510.784000', '130530.673000', '130530.675000', '130530.679000', '130530.682000', '130530.684000', '130530.687000', '130530.689000', '130530.692000', '130530.695000', '130530.697000', '130530.700000', '130530.703000', '130530.705000', '130530.708000', '130530.711000', '130530.713000', '130530.716000', '130530.718000', '130530.722000', '130530.724000', '130530.727000', '130530.729000', '130530.732000', '130530.735000', '130530.737000', '130530.740000', '130530.743000', '130530.745000', '130530.748000', '130530.750000', '130530.753000', '130530.756000', '130530.758000', '130530.761000', '130530.764000', '130530.766000', '130530.769000', '130530.771000', '130530.774000', '130530.777000', '130530.779000', '130530.782000', '130530.784000', '130530.787000', '130550.673000', '130550.675000', '130550.678000', '130550.680000', '130550.684000', '130550.686000', '130550.689000', '130550.691000', '130550.694000', '130550.697000', '130550.699000', '130550.702000', '130550.705000', '130550.708000', '130550.710000', '130550.713000', '130550.722000', '130550.724000', '130550.727000', '130550.729000', '130550.732000', '130550.735000', '130550.752000', '130550.754000', '130550.757000', '130550.760000', '130550.762000', '130550.765000', '130550.768000', '130550.770000', '130550.773000', '130550.775000', '130550.778000', '130550.780000', '130550.783000', '130550.786000', '130550.788000', '130550.791000', '130550.794000', '130550.796000', '130550.799000', '130550.847000', '130550.849000', '130610.672000', '130610.675000', '130610.678000', '130610.681000', '130610.683000', '130610.686000', '130610.689000', '130610.691000', '130610.694000', '130610.697000', '130610.699000', '130610.702000', '130610.704000', '130610.707000', '130610.710000', '130610.712000', '130610.715000', '130610.718000', '130610.720000', '130610.723000', '130610.725000', '130610.728000', '130610.731000', '130610.733000', '130610.736000', '130610.739000', '130610.741000', '130610.745000', '130610.748000', '130610.750000', '130610.753000', '130610.755000', '130610.758000', '130610.761000', '130610.763000', '130610.766000', '130610.769000', '130610.771000', '130610.774000', '130610.776000', '130610.779000', '130610.782000', '130610.784000', '130610.787000', '130630.673000', '130630.675000', '130630.678000', '130630.681000', '130630.684000', '130630.686000', '130630.689000', '130630.692000', '130630.694000', '130630.697000', '130630.699000', '130630.702000', '130630.705000', '130630.707000', '130630.710000', '130630.712000', '130630.715000', '130630.718000', '130630.720000', '130630.723000', '130630.725000', '130630.728000', '130630.731000', '130630.733000', '130630.736000', '130630.738000', '130630.741000', '130630.744000', '130630.746000', '130630.749000', '130630.751000', '130630.754000', '130630.757000', '130630.759000', '130630.762000', '130630.765000', '130630.767000', '130630.770000', '130630.772000', '130630.775000', '130630.778000', '130630.782000', '130630.785000', '130642.741000', '130642.744000', '130642.747000', '130642.750000', '130642.753000', '130642.755000', '130642.758000', '130642.761000', '130642.764000', '130642.766000', '130642.769000', '130642.772000', '130642.775000', '130642.777000', '130642.780000', '130642.783000', '130642.786000', '130642.790000', '130642.792000', '130642.795000', '130642.798000', '130642.850000', '130642.854000', '130642.857000', '130642.860000', '130642.862000', '130642.865000'], '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': [13297, 12102, 12338, 10690, 9370, 13849, 10820, 10045, 8906, 8380, 10238, 8099, 8460, 7883, 8570, 12731, 12144, 9830, 8832, 9142, 10531, 11829, 8853, 7948, 9286, 12334, 8226, 7646, 12110, 8954, 8032, 8563, 10888, 8790, 7862, 7643, 9366, 10282, 8909, 8368, 8186, 13060, 11232, 9966, 10488, 14470, 13456, 12041, 10552, 10252, 15281, 12086, 11525, 12385, 12021, 12759, 11352, 10344, 10187, 11122, 10175, 10188, 9787, 10085, 10386, 9817, 7512, 9181, 9370, 12060, 9980, 9429, 11356, 10873, 9992, 12519, 10420, 9024, 12355, 10075, 10360, 10961, 10847, 10285, 11558, 11196, 8503, 10439, 11077, 10586, 10639, 11109, 9664, 9790, 10917, 9571, 8042, 9589, 10008, 9921, 9022, 8150, 9987, 10914, 10253, 10556, 10932, 11485, 10712, 9472, 12532, 9699, 10082, 9472, 10815, 10033, 8855, 10400, 11546, 10426, 8802, 8709, 11146, 8141, 8026, 9547, 10800, 9842, 9862, 9467, 12355, 9417, 12124, 12393, 8545, 8479, 10503, 8222, 11416, 11635, 10445, 12143, 12975, 9868, 14692, 11930, 8939, 12149, 9384, 9487, 11221, 9488, 8456, 10919, 9535, 9121, 9115, 9959, 8957, 9574, 10916, 8335, 9423, 10945, 9295, 10482, 10530, 8813, 9483, 11152, 10115, 9249, 11641, 9502, 9100, 11472, 8877, 8378, 10709, 9874, 8306, 9428, 9723, 8988, 9492, 11747, 9196, 10625, 9383, 9752, 10241, 9410, 9328, 11848, 10512, 11490, 13500, 9781, 8717, 10351, 9354, 9396, 9940, 8729, 8305, 11573, 10721, 7868, 10542, 8684, 8748, 9070, 8362, 9218, 10647, 8616, 8472, 11909, 9990, 9937, 10124, 9167, 12445, 9733, 8305, 11615, 8930, 9578, 9564, 8788, 7492, 8527, 9435, 7846, 8334, 8465, 10374, 7626, 9228, 10944, 8768, 11215, 11924, 9576, 12779, 11589, 8536, 13231, 11689, 9018, 11772, 10503, 8904, 8904, 9520, 8292, 8189, 9437, 9692, 9977, 11609, 8014, 8108, 10106, 8583, 11473, 9393, 11347, 9937, 11812, 8449, 8887, 12021, 9243, 11572, 12626, 9415, 13363, 11799, 9124, 13366, 11665, 9367, 12765, 9756, 10940, 12696, 9554, 9353, 8221, 9432, 9851, 10846, 10753, 8337, 7543, 8041, 9307, 9637, 10257, 8729, 10541, 9009, 9871, 9417, 9554, 10446, 11913, 12330, 11712, 9470, 13318, 11002, 10461, 12861, 12846, 8271, 9185, 10915, 8256, 8803, 12317, 9481, 10453, 10053, 7914, 10887, 8979, 7998, 11101, 7964, 7914, 11665, 8760, 9547, 8025, 9055, 9591, 7862, 8432, 9850, 8039, 8777, 9384, 7652, 8891, 9550, 7570, 10440, 8927, 9874, 10420, 9113, 9902, 11466, 8799, 11991, 10757, 10167, 12308, 8750, 7826, 9599, 8979, 10306, 8818, 8563, 11157, 8419, 10639, 9832, 9226, 10051, 9944, 11852, 10677, 8518, 9060, 8989, 7572, 8638, 10260, 8336, 8360, 10398, 7847, 10756, 11780, 11073, 11607, 12137, 10937, 13620, 9684, 7461, 7898, 9804, 9542, 9404, 12605, 9305, 14778, 11403, 8869, 10419, 7781, 9336, 11404, 7585, 8008, 10256, 7672, 8054, 9476, 7752, 7911, 9237, 7495, 7700, 8276, 8406, 12195, 9306, 8624, 10898, 9080, 12177, 10740, 10177, 8431, 8994, 9363, 8096, 10356, 9235, 12399, 10920, 8886, 11352, 8221, 12513, 8697, 8509, 8134, 8049, 10343, 7705, 8343, 8735, 9548, 8481, 8603, 9566, 10237, 9622, 8202, 11021, 7036, 9316, 8993, 8343, 10461, 9421, 11804, 9938, 11274, 10210, 8913, 9545, 10218, 11172, 11004, 10174, 11933, 10260, 9262, 7989, 10603, 9614, 9047, 9582, 9760, 8271, 9152, 11528, 9732, 12652, 11976, 11566, 12540, 9773, 10821, 9536, 11706, 9575, 12906, 9780, 7966, 11080, 9973, 9280, 9192, 8311, 9520, 9410, 8816, 8891, 8285, 9554, 8403, 7668, 9649, 8124, 8735, 10426, 9373, 9396, 12082, 10473, 12591, 12333, 10698, 9813, 7189, 11097, 10653, 8860, 10506, 11684, 10263, 10969, 11580, 9991, 8695, 9668, 9272, 8892, 9698, 11817, 9595, 10565, 8946, 8686, 9433, 9325, 8154, 8243, 9090, 9785, 10015, 8309, 11903, 9678, 10680, 10189, 8231, 9338, 8465, 8364, 9052, 9843, 7335, 10483, 7754, 7128, 8467, 8478, 8219, 7739, 7583, 9589, 8247, 8032, 7165, 8839, 8136, 7092, 9008, 8424, 10818, 8922, 8533, 9224, 8016, 11358, 9027, 11517, 11522, 9334, 10805, 12477, 11271, 12056, 14590, 12361, 10212, 10874, 10870, 10691, 11549, 11688, 14704, 12747, 11320, 13397, 14542, 13082, 11469, 8049, 7391, 8166, 9041, 7623, 7707, 7753, 8593, 8566, 7316, 7153, 9080, 10785, 9555, 10399, 9333, 8904, 11411, 10062, 11979, 9289, 12121, 9152, 11228, 9978, 11941, 8058, 12427, 7760, 11266, 7712, 10553, 7181, 8618, 8241, 8304, 9311, 8292, 9699, 7401, 10448, 9832, 8519, 7975, 8298, 9031, 7346, 8820, 8433, 9189, 9319, 9316, 12081, 12388, 11150, 12453, 10002, 7220, 8446, 9116, 9840, 11162, 12254, 9574, 12340, 12803, 10203, 14687, 12432, 11114, 14590, 12413, 15709, 12086, 13743, 13241, 10227, 13231, 8727, 8727, 10302, 9794, 11316, 8762, 9919, 11335, 8592, 9679, 7610, 8832, 8496, 7432, 7554, 7530, 7458, 8074, 7705, 10565, 8367, 8802, 10455, 7548, 10707, 9698, 10105, 7670, 10300, 7683, 10636, 8258, 7225, 7623, 7961, 8605, 7223, 7140, 8276, 7859, 7384, 9586, 8962, 10337, 9316, 7996, 11929, 11171, 9294, 11866, 10450, 8468, 10014, 8051, 7770, 9013, 11324, 12610, 9634, 12642, 9830, 13643, 11543, 14683, 12618, 12645, 10608, 11625, 10252, 7486, 12586, 9423, 9613, 12811, 8502, 9458, 11026, 9393, 9052, 11564, 11067, 8766, 7436, 8088, 8890, 7809, 9696, 7233, 8763, 8167, 7872, 10424, 8018, 8306, 10371, 9578, 10945, 10374, 8662, 9131, 9176, 8300, 9622, 9259, 9194, 8861, 8404, 7875, 8985, 7762, 7251, 8741, 7837, 9194, 7442, 7187, 8837, 7338, 8460, 7350, 7350, 8006, 7627, 8263, 7523, 9388, 7706, 7148, 7799, 7456, 8555, 8394, 7315, 7693, 7290, 7850, 7262, 7184, 7531, 7321, 9698, 7747, 7191, 7866, 7215, 9869, 7879, 11434, 12377, 10252, 12917, 9998, 10312, 8059, 8233, 8961, 9393, 8621, 7998, 7911, 8850, 7725, 7745, 7071, 7865, 7628, 8773, 9385, 9952, 12902, 9135, 12179, 10920, 12173, 12731, 8484, 12603, 10882, 9936, 11386, 9113, 8120, 9382, 7708, 11010, 7990], 'WindowCenter': [4566.0, 4515.0, 4510.0, 4478.0, 4453.0, 4476.0, 4443.0, 4431.0, 4422.0, 4413.0, 4429.0, 4397.0, 4420.0, 4411.0, 4423.0, 4474.0, 4465.0, 4446.0, 4430.0, 4441.0, 4470.0, 4478.0, 4451.0, 4454.0, 4464.0, 4494.0, 4454.0, 4456.0, 4509.0, 4491.0, 4487.0, 4480.0, 4500.0, 4483.0, 4487.0, 4492.0, 4493.0, 4510.0, 4489.0, 4478.0, 4477.0, 4526.0, 4506.0, 4497.0, 4496.0, 4498.0, 4513.0, 4493.0, 4480.0, 4467.0, 4495.0, 4473.0, 4451.0, 4473.0, 4474.0, 4476.0, 4465.0, 4468.0, 4468.0, 4465.0, 4455.0, 4455.0, 4458.0, 4482.0, 4437.0, 4450.0, 4423.0, 4456.0, 4456.0, 4501.0, 4482.0, 4483.0, 4492.0, 4493.0, 4481.0, 4501.0, 4492.0, 4472.0, 4500.0, 4484.0, 4481.0, 4479.0, 4491.0, 4492.0, 4501.0, 4483.0, 4471.0, 4478.0, 4477.0, 4478.0, 4479.0, 4503.0, 4500.0, 4499.0, 4505.0, 4485.0, 4469.0, 4483.0, 4484.0, 4494.0, 4484.0, 4476.0, 4496.0, 4520.0, 4510.0, 4509.0, 4510.0, 4509.0, 4493.0, 4502.0, 4507.0, 4451.0, 4447.0, 4448.0, 4456.0, 4460.0, 4450.0, 4488.0, 4481.0, 4509.0, 4487.0, 4474.0, 4489.0, 4462.0, 4431.0, 4449.0, 4456.0, 4463.0, 4477.0, 4496.0, 4543.0, 4498.0, 4514.0, 4501.0, 4457.0, 4440.0, 4474.0, 4444.0, 4467.0, 4467.0, 4463.0, 4471.0, 4482.0, 4453.0, 4490.0, 4471.0, 4429.0, 4455.0, 4427.0, 4447.0, 4455.0, 4438.0, 4420.0, 4456.0, 4443.0, 4451.0, 4466.0, 4493.0, 4469.0, 4467.0, 4475.0, 4455.0, 4458.0, 4480.0, 4468.0, 4476.0, 4475.0, 4457.0, 4465.0, 4489.0, 4480.0, 4469.0, 4488.0, 4468.0, 4453.0, 4472.0, 4456.0, 4444.0, 4474.0, 4467.0, 4458.0, 4454.0, 4439.0, 4417.0, 4413.0, 4435.0, 4414.0, 4426.0, 4419.0, 4415.0, 4425.0, 4413.0, 4415.0, 4471.0, 4477.0, 4476.0, 4497.0, 4449.0, 4441.0, 4449.0, 4455.0, 4465.0, 4490.0, 4472.0, 4473.0, 4504.0, 4505.0, 4461.0, 4488.0, 4456.0, 4467.0, 4469.0, 4471.0, 4480.0, 4490.0, 4471.0, 4474.0, 4513.0, 4480.0, 4477.0, 4477.0, 4467.0, 4509.0, 4480.0, 4471.0, 4511.0, 4482.0, 4510.0, 4498.0, 4471.0, 4447.0, 4484.0, 4494.0, 4473.0, 4474.0, 4475.0, 4494.0, 4458.0, 4486.0, 4497.0, 4478.0, 4498.0, 4492.0, 4460.0, 4488.0, 4476.0, 4444.0, 4483.0, 4489.0, 4457.0, 4474.0, 4464.0, 4439.0, 4426.0, 4429.0, 4437.0, 4445.0, 4449.0, 4446.0, 4458.0, 4468.0, 4429.0, 4427.0, 4460.0, 4453.0, 4485.0, 4452.0, 4467.0, 4459.0, 4479.0, 4454.0, 4467.0, 4495.0, 4465.0, 4481.0, 4480.0, 4451.0, 4479.0, 4456.0, 4422.0, 4451.0, 4442.0, 4422.0, 4464.0, 4445.0, 4455.0, 4478.0, 4446.0, 4434.0, 4454.0, 4464.0, 4461.0, 4482.0, 4473.0, 4444.0, 4434.0, 4432.0, 4451.0, 4455.0, 4466.0, 4431.0, 4434.0, 4415.0, 4435.0, 4418.0, 4437.0, 4462.0, 4474.0, 4475.0, 4468.0, 4466.0, 4479.0, 4470.0, 4459.0, 4448.0, 4449.0, 4411.0, 4434.0, 4442.0, 4413.0, 4423.0, 4455.0, 4436.0, 4443.0, 4433.0, 4414.0, 4447.0, 4425.0, 4414.0, 4455.0, 4429.0, 4427.0, 4469.0, 4437.0, 4445.0, 4426.0, 4438.0, 4446.0, 4429.0, 4451.0, 4473.0, 4456.0, 4448.0, 4464.0, 4448.0, 4468.0, 4506.0, 4453.0, 4488.0, 4468.0, 4477.0, 4476.0, 4457.0, 4476.0, 4498.0, 4470.0, 4497.0, 4485.0, 4473.0, 4494.0, 4453.0, 4442.0, 4462.0, 4452.0, 4472.0, 4465.0, 4456.0, 4484.0, 4456.0, 4485.0, 4476.0, 4469.0, 4466.0, 4464.0, 4474.0, 4462.0, 4440.0, 4440.0, 4434.0, 4432.0, 4444.0, 4464.0, 4445.0, 4444.0, 4465.0, 4460.0, 4487.0, 4499.0, 4475.0, 4458.0, 4442.0, 4444.0, 4455.0, 4418.0, 4403.0, 4415.0, 4433.0, 4435.0, 4425.0, 4456.0, 4427.0, 4475.0, 4445.0, 4427.0, 4445.0, 4415.0, 4422.0, 4440.0, 4401.0, 4399.0, 4431.0, 4413.0, 4420.0, 4451.0, 4444.0, 4443.0, 4464.0, 4446.0, 4446.0, 4469.0, 4472.0, 4499.0, 4470.0, 4457.0, 4488.0, 4468.0, 4482.0, 4461.0, 4450.0, 4430.0, 4426.0, 4424.0, 4390.0, 4421.0, 4400.0, 4431.0, 4414.0, 4410.0, 4429.0, 4387.0, 4415.0, 4385.0, 4383.0, 4402.0, 4403.0, 4422.0, 4381.0, 4391.0, 4389.0, 4386.0, 4375.0, 4399.0, 4423.0, 4394.0, 4397.0, 4426.0, 4444.0, 4406.0, 4452.0, 4467.0, 4455.0, 4478.0, 4440.0, 4466.0, 4447.0, 4451.0, 4443.0, 4433.0, 4443.0, 4455.0, 4451.0, 4456.0, 4442.0, 4453.0, 4430.0, 4433.0, 4412.0, 4444.0, 4431.0, 4436.0, 4444.0, 4441.0, 4422.0, 4432.0, 4453.0, 4432.0, 4455.0, 4458.0, 4450.0, 4451.0, 4428.0, 4439.0, 4428.0, 4447.0, 4428.0, 4446.0, 4428.0, 4409.0, 4450.0, 4451.0, 4424.0, 4442.0, 4412.0, 4460.0, 4452.0, 4435.0, 4436.0, 4440.0, 4451.0, 4427.0, 4432.0, 4461.0, 4443.0, 4447.0, 4489.0, 4472.0, 4442.0, 4487.0, 4475.0, 4482.0, 4479.0, 4443.0, 4446.0, 4385.0, 4451.0, 4454.0, 4446.0, 4457.0, 4465.0, 4456.0, 4454.0, 4454.0, 4442.0, 4374.0, 4399.0, 4416.0, 4420.0, 4443.0, 4461.0, 4445.0, 4454.0, 4427.0, 4435.0, 4458.0, 4459.0, 4450.0, 4448.0, 4461.0, 4470.0, 4472.0, 4465.0, 4481.0, 4474.0, 4458.0, 4445.0, 4409.0, 4419.0, 4408.0, 4410.0, 4432.0, 4429.0, 4401.0, 4434.0, 4410.0, 4400.0, 4421.0, 4421.0, 4420.0, 4424.0, 4421.0, 4440.0, 4432.0, 4422.0, 4425.0, 4448.0, 4451.0, 4457.0, 4417.0, 4359.0, 4468.0, 4433.0, 4467.0, 4482.0, 4430.0, 4507.0, 4470.0, 4487.0, 4487.0, 4455.0, 4474.0, 4493.0, 4489.0, 4474.0, 4481.0, 4458.0, 4434.0, 4434.0, 4425.0, 4426.0, 4424.0, 4423.0, 4443.0, 4434.0, 4422.0, 4446.0, 4456.0, 4436.0, 4410.0, 4392.0, 4360.0, 4367.0, 4378.0, 4382.0, 4381.0, 4381.0, 4418.0, 4435.0, 4440.0, 4441.0, 4475.0, 4481.0, 4474.0, 4473.0, 4463.0, 4462.0, 4467.0, 4436.0, 4465.0, 4444.0, 4465.0, 4433.0, 4454.0, 4444.0, 4437.0, 4429.0, 4451.0, 4398.0, 4436.0, 4410.0, 4438.0, 4399.0, 4419.0, 4419.0, 4421.0, 4434.0, 4436.0, 4441.0, 4431.0, 4471.0, 4458.0, 4450.0, 4426.0, 4427.0, 4439.0, 4419.0, 4466.0, 4439.0, 4439.0, 4436.0, 4430.0, 4427.0, 4484.0, 4448.0, 4443.0, 4407.0, 4388.0, 4412.0, 4390.0, 4448.0, 4418.0, 4489.0, 4455.0, 4459.0, 4487.0, 4452.0, 4478.0, 4469.0, 4447.0, 4479.0, 4458.0, 4463.0, 4461.0, 4477.0, 4464.0, 4432.0, 4451.0, 4411.0, 4410.0, 4441.0, 4431.0, 4427.0, 4409.0, 4417.0, 4438.0, 4423.0, 4446.0, 4411.0, 4422.0, 4408.0, 4400.0, 4392.0, 4410.0, 4401.0, 4412.0, 4415.0, 4446.0, 4429.0, 4435.0, 4456.0, 4414.0, 4446.0, 4434.0, 4444.0, 4413.0, 4432.0, 4413.0, 4457.0, 4425.0, 4401.0, 4413.0, 4424.0, 4435.0, 4429.0, 4432.0, 4466.0, 4442.0, 4434.0, 4434.0, 4438.0, 4446.0, 4433.0, 4442.0, 4469.0, 4471.0, 4461.0, 4469.0, 4460.0, 4439.0, 4459.0, 4439.0, 4440.0, 4450.0, 4469.0, 4481.0, 4450.0, 4468.0, 4436.0, 4463.0, 4443.0, 4460.0, 4456.0, 4434.0, 4405.0, 4423.0, 4415.0, 4377.0, 4425.0, 4409.0, 4408.0, 4420.0, 4352.0, 4361.0, 4385.0, 4378.0, 4381.0, 4415.0, 4424.0, 4386.0, 4378.0, 4376.0, 4383.0, 4385.0, 4417.0, 4388.0, 4394.0, 4382.0, 4399.0, 4429.0, 4397.0, 4409.0, 4418.0, 4430.0, 4441.0, 4428.0, 4395.0, 4402.0, 4403.0, 4407.0, 4417.0, 4416.0, 4431.0, 4413.0, 4410.0, 4397.0, 4407.0, 4393.0, 4398.0, 4422.0, 4402.0, 4421.0, 4413.0, 4395.0, 4423.0, 4415.0, 4422.0, 4415.0, 4412.0, 4414.0, 4414.0, 4424.0, 4414.0, 4433.0, 4427.0, 4405.0, 4427.0, 4415.0, 4452.0, 4450.0, 4430.0, 4428.0, 4427.0, 4437.0, 4440.0, 4429.0, 4439.0, 4441.0, 4460.0, 4443.0, 4430.0, 4441.0, 4440.0, 4459.0, 4453.0, 4479.0, 4493.0, 4458.0, 4479.0, 4459.0, 4461.0, 4430.0, 4427.0, 4434.0, 4419.0, 4438.0, 4411.0, 4428.0, 4453.0, 4415.0, 4405.0, 4395.0, 4413.0, 4417.0, 4426.0, 4440.0, 4449.0, 4494.0, 4463.0, 4478.0, 4431.0, 4454.0, 4439.0, 4380.0, 4422.0, 4413.0, 4402.0, 4422.0, 4404.0, 4385.0, 4404.0, 4385.0, 4412.0, 4410.0], 'WindowWidth': [9998.0, 9914.0, 9896.0, 9844.0, 9800.0, 9824.0, 9774.0, 9755.0, 9743.0, 9730.0, 9748.0, 9702.0, 9741.0, 9732.0, 9749.0, 9817.0, 9809.0, 9784.0, 9762.0, 9777.0, 9820.0, 9832.0, 9800.0, 9808.0, 9821.0, 9859.0, 9809.0, 9816.0, 9888.0, 9870.0, 9872.0, 9854.0, 9877.0, 9856.0, 9871.0, 9887.0, 9878.0, 9902.0, 9873.0, 9856.0, 9853.0, 9917.0, 9891.0, 9881.0, 9877.0, 9863.0, 9894.0, 9865.0, 9842.0, 9821.0, 9857.0, 9822.0, 9790.0, 9818.0, 9818.0, 9830.0, 9813.0, 9823.0, 9820.0, 9813.0, 9797.0, 9797.0, 9804.0, 9846.0, 9765.0, 9786.0, 9756.0, 9802.0, 9806.0, 9876.0, 9853.0, 9853.0, 9866.0, 9866.0, 9849.0, 9877.0, 9864.0, 9837.0, 9871.0, 9855.0, 9846.0, 9842.0, 9860.0, 9866.0, 9875.0, 9848.0, 9833.0, 9836.0, 9831.0, 9837.0, 9841.0, 9880.0, 9886.0, 9885.0, 9884.0, 9857.0, 9840.0, 9853.0, 9855.0, 9870.0, 9857.0, 9848.0, 9875.0, 9913.0, 9902.0, 9897.0, 9898.0, 9893.0, 9869.0, 9889.0, 9884.0, 9793.0, 9778.0, 9781.0, 9791.0, 9803.0, 9791.0, 9856.0, 9844.0, 9898.0, 9864.0, 9842.0, 9853.0, 9822.0, 9765.0, 9788.0, 9793.0, 9808.0, 9836.0, 9878.0, 9955.0, 9886.0, 9901.0, 9877.0, 9809.0, 9779.0, 9831.0, 9790.0, 9807.0, 9818.0, 9814.0, 9818.0, 9835.0, 9796.0, 9842.0, 9818.0, 9756.0, 9788.0, 9751.0, 9782.0, 9789.0, 9768.0, 9741.0, 9791.0, 9779.0, 9794.0, 9825.0, 9874.0, 9835.0, 9824.0, 9832.0, 9806.0, 9808.0, 9842.0, 9827.0, 9834.0, 9834.0, 9810.0, 9820.0, 9861.0, 9849.0, 9829.0, 9857.0, 9827.0, 9800.0, 9823.0, 9808.0, 9787.0, 9832.0, 9826.0, 9813.0, 9803.0, 9773.0, 9735.0, 9723.0, 9749.0, 9722.0, 9738.0, 9733.0, 9726.0, 9735.0, 9719.0, 9725.0, 9816.0, 9834.0, 9832.0, 9864.0, 9785.0, 9777.0, 9787.0, 9801.0, 9818.0, 9861.0, 9840.0, 9843.0, 9887.0, 9885.0, 9824.0, 9852.0, 9807.0, 9825.0, 9825.0, 9835.0, 9848.0, 9860.0, 9836.0, 9846.0, 9898.0, 9847.0, 9836.0, 9834.0, 9823.0, 9883.0, 9845.0, 9837.0, 9893.0, 9852.0, 9905.0, 9886.0, 9836.0, 9802.0, 9862.0, 9875.0, 9845.0, 9846.0, 9848.0, 9872.0, 9822.0, 9861.0, 9875.0, 9852.0, 9872.0, 9856.0, 9809.0, 9840.0, 9827.0, 9780.0, 9831.0, 9849.0, 9803.0, 9823.0, 9813.0, 9768.0, 9749.0, 9752.0, 9771.0, 9789.0, 9789.0, 9781.0, 9800.0, 9812.0, 9759.0, 9759.0, 9808.0, 9803.0, 9847.0, 9797.0, 9812.0, 9803.0, 9832.0, 9806.0, 9827.0, 9861.0, 9820.0, 9837.0, 9833.0, 9793.0, 9829.0, 9793.0, 9740.0, 9778.0, 9766.0, 9740.0, 9802.0, 9779.0, 9793.0, 9826.0, 9779.0, 9761.0, 9808.0, 9820.0, 9811.0, 9839.0, 9828.0, 9786.0, 9772.0, 9766.0, 9796.0, 9803.0, 9818.0, 9759.0, 9753.0, 9727.0, 9757.0, 9733.0, 9764.0, 9808.0, 9825.0, 9829.0, 9817.0, 9820.0, 9827.0, 9819.0, 9802.0, 9767.0, 9768.0, 9724.0, 9759.0, 9767.0, 9729.0, 9745.0, 9790.0, 9765.0, 9770.0, 9758.0, 9734.0, 9777.0, 9750.0, 9734.0, 9788.0, 9761.0, 9756.0, 9817.0, 9771.0, 9780.0, 9753.0, 9773.0, 9784.0, 9763.0, 9796.0, 9829.0, 9812.0, 9796.0, 9818.0, 9800.0, 9827.0, 9895.0, 9813.0, 9859.0, 9826.0, 9835.0, 9834.0, 9810.0, 9834.0, 9869.0, 9835.0, 9864.0, 9846.0, 9827.0, 9859.0, 9804.0, 9786.0, 9811.0, 9799.0, 9826.0, 9820.0, 9808.0, 9844.0, 9809.0, 9851.0, 9838.0, 9829.0, 9819.0, 9815.0, 9827.0, 9803.0, 9773.0, 9771.0, 9764.0, 9766.0, 9785.0, 9811.0, 9784.0, 9784.0, 9810.0, 9818.0, 9849.0, 9870.0, 9830.0, 9791.0, 9762.0, 9772.0, 9780.0, 9726.0, 9716.0, 9734.0, 9756.0, 9761.0, 9746.0, 9791.0, 9750.0, 9809.0, 9770.0, 9748.0, 9772.0, 9735.0, 9738.0, 9755.0, 9705.0, 9704.0, 9747.0, 9728.0, 9744.0, 9794.0, 9790.0, 9790.0, 9817.0, 9797.0, 9795.0, 9831.0, 9837.0, 9867.0, 9826.0, 9808.0, 9850.0, 9825.0, 9835.0, 9805.0, 9784.0, 9756.0, 9742.0, 9735.0, 9680.0, 9726.0, 9694.0, 9737.0, 9709.0, 9712.0, 9734.0, 9674.0, 9706.0, 9665.0, 9662.0, 9702.0, 9704.0, 9726.0, 9668.0, 9681.0, 9674.0, 9664.0, 9650.0, 9695.0, 9738.0, 9683.0, 9690.0, 9750.0, 9772.0, 9725.0, 9797.0, 9825.0, 9807.0, 9841.0, 9774.0, 9807.0, 9781.0, 9782.0, 9768.0, 9760.0, 9773.0, 9793.0, 9782.0, 9793.0, 9770.0, 9787.0, 9750.0, 9759.0, 9729.0, 9774.0, 9753.0, 9768.0, 9778.0, 9768.0, 9741.0, 9757.0, 9789.0, 9758.0, 9786.0, 9795.0, 9780.0, 9781.0, 9746.0, 9761.0, 9746.0, 9771.0, 9746.0, 9768.0, 9747.0, 9723.0, 9779.0, 9791.0, 9740.0, 9776.0, 9727.0, 9808.0, 9798.0, 9764.0, 9765.0, 9778.0, 9792.0, 9757.0, 9771.0, 9810.0, 9788.0, 9792.0, 9858.0, 9834.0, 9774.0, 9846.0, 9832.0, 9837.0, 9831.0, 9772.0, 9780.0, 9680.0, 9778.0, 9791.0, 9785.0, 9799.0, 9807.0, 9795.0, 9792.0, 9791.0, 9772.0, 9651.0, 9696.0, 9726.0, 9736.0, 9774.0, 9797.0, 9781.0, 9793.0, 9754.0, 9768.0, 9804.0, 9807.0, 9799.0, 9795.0, 9813.0, 9825.0, 9832.0, 9825.0, 9840.0, 9836.0, 9802.0, 9776.0, 9718.0, 9731.0, 9719.0, 9724.0, 9756.0, 9751.0, 9716.0, 9754.0, 9728.0, 9715.0, 9743.0, 9742.0, 9744.0, 9753.0, 9744.0, 9770.0, 9760.0, 9749.0, 9760.0, 9794.0, 9801.0, 9826.0, 9733.0, 9622.0, 9819.0, 9761.0, 9825.0, 9852.0, 9758.0, 9892.0, 9830.0, 9851.0, 9849.0, 9803.0, 9826.0, 9856.0, 9859.0, 9823.0, 9834.0, 9790.0, 9749.0, 9745.0, 9734.0, 9739.0, 9732.0, 9724.0, 9754.0, 9742.0, 9723.0, 9760.0, 9774.0, 9749.0, 9705.0, 9687.0, 9628.0, 9634.0, 9659.0, 9674.0, 9672.0, 9673.0, 9731.0, 9768.0, 9787.0, 9790.0, 9838.0, 9841.0, 9834.0, 9831.0, 9816.0, 9814.0, 9812.0, 9761.0, 9806.0, 9777.0, 9806.0, 9761.0, 9791.0, 9778.0, 9751.0, 9767.0, 9780.0, 9704.0, 9753.0, 9725.0, 9760.0, 9709.0, 9736.0, 9736.0, 9744.0, 9764.0, 9770.0, 9776.0, 9769.0, 9821.0, 9799.0, 9792.0, 9754.0, 9753.0, 9771.0, 9744.0, 9819.0, 9773.0, 9773.0, 9763.0, 9755.0, 9728.0, 9839.0, 9777.0, 9755.0, 9701.0, 9681.0, 9723.0, 9681.0, 9780.0, 9718.0, 9854.0, 9797.0, 9794.0, 9847.0, 9792.0, 9825.0, 9810.0, 9777.0, 9828.0, 9792.0, 9794.0, 9802.0, 9819.0, 9797.0, 9753.0, 9776.0, 9722.0, 9719.0, 9766.0, 9749.0, 9740.0, 9717.0, 9726.0, 9755.0, 9741.0, 9780.0, 9725.0, 9742.0, 9717.0, 9708.0, 9696.0, 9724.0, 9714.0, 9731.0, 9739.0, 9778.0, 9760.0, 9764.0, 9794.0, 9735.0, 9778.0, 9759.0, 9772.0, 9731.0, 9754.0, 9732.0, 9797.0, 9753.0, 9714.0, 9733.0, 9753.0, 9769.0, 9765.0, 9775.0, 9831.0, 9786.0, 9774.0, 9757.0, 9768.0, 9774.0, 9754.0, 9785.0, 9813.0, 9822.0, 9809.0, 9818.0, 9806.0, 9777.0, 9805.0, 9778.0, 9783.0, 9793.0, 9820.0, 9838.0, 9791.0, 9817.0, 9767.0, 9802.0, 9772.0, 9789.0, 9794.0, 9742.0, 9702.0, 9724.0, 9718.0, 9662.0, 9728.0, 9712.0, 9709.0, 9714.0, 9608.0, 9617.0, 9657.0, 9654.0, 9662.0, 9710.0, 9727.0, 9673.0, 9665.0, 9657.0, 9663.0, 9676.0, 9723.0, 9687.0, 9687.0, 9669.0, 9701.0, 9744.0, 9700.0, 9717.0, 9727.0, 9749.0, 9764.0, 9743.0, 9692.0, 9697.0, 9699.0, 9711.0, 9728.0, 9725.0, 9753.0, 9723.0, 9721.0, 9701.0, 9712.0, 9696.0, 9703.0, 9739.0, 9713.0, 9738.0, 9733.0, 9703.0, 9745.0, 9738.0, 9744.0, 9736.0, 9731.0, 9735.0, 9735.0, 9749.0, 9737.0, 9761.0, 9758.0, 9725.0, 9755.0, 9740.0, 9802.0, 9796.0, 9765.0, 9756.0, 9758.0, 9773.0, 9783.0, 9766.0, 9778.0, 9784.0, 9811.0, 9789.0, 9771.0, 9785.0, 9783.0, 9807.0, 9803.0, 9833.0, 9855.0, 9801.0, 9832.0, 9801.0, 9809.0, 9763.0, 9754.0, 9759.0, 9733.0, 9774.0, 9723.0, 9758.0, 9799.0, 9733.0, 9716.0, 9701.0, 9725.0, 9736.0, 9749.0, 9772.0, 9785.0, 9857.0, 9818.0, 9830.0, 9747.0, 9783.0, 9757.0, 9663.0, 9722.0, 9711.0, 9696.0, 9725.0, 9704.0, 9680.0, 9703.0, 9679.0, 9712.0, 9723.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.0033268922018348623</td></tr>
<tr><td colspan=3>aqi</td><td>0.13865545584862385</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.851533975292725</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0722928120206654</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9567019524339836</td></tr>
<tr><td colspan=3>efc</td><td>0.5496</td></tr>
<tr><td colspan=3>fber</td><td>2443.0193</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.41256991707482615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>538</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>61.69724770642202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7439152104580113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568228756950473</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0448872910405935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.618629583382967</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126357</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017711326479911804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07346353679895401</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.894861825301034</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>14.4349</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.634</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.1747</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283610.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1193.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.487</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.976</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.8551</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3590.4651</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>756.2992</td></tr>
<tr><td colspan=3>tsnr</td><td>18.10218528425321</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>