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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-01/func/sub-0095_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>75474ac5e1755d7b753c49ff9c2cb8b6</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>14:26:27.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.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</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.10365</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b93c1c2-de21-45ad-9363-c92d91f8e6cf||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.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [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': ['142627.185000', '142627.645000', '142628.105000', '142628.565000', '142629.025000', '142629.485000', '142629.945000', '142630.405000', '142630.865000', '142631.325000', '142631.785000', '142632.245000', '142632.705000', '142633.165000', '142633.625000', '142634.085000', '142634.545000', '142635.005000', '142635.465000', '142635.925000', '142636.385000', '142636.845000', '142637.305000', '142637.765000', '142638.225000', '142638.685000', '142639.145000', '142639.605000', '142640.065000', '142640.525000', '142640.985000', '142641.445000', '142641.905000', '142642.365000', '142642.825000', '142643.285000', '142643.745000', '142644.205000', '142644.665000', '142645.125000', '142645.585000', '142646.045000', '142646.505000', '142646.965000', '142647.425000', '142647.885000', '142648.345000', '142648.805000', '142649.265000', '142649.725000', '142650.185000', '142650.645000', '142651.105000', '142651.565000', '142652.025000', '142652.485000', '142652.945000', '142653.405000', '142653.865000', '142654.325000', '142654.785000', '142655.245000', '142655.705000', '142656.165000', '142656.625000', '142657.085000', '142657.545000', '142658.005000', '142658.465000', '142658.925000', '142659.385000', '142659.845000', '142700.305000', '142700.765000', '142701.225000', '142701.685000', '142702.145000', '142702.605000', '142703.065000', '142703.525000', '142703.985000', '142704.445000', '142704.905000', '142705.365000', '142705.825000', '142706.285000', '142706.745000', '142707.205000', '142707.665000', '142708.125000', '142708.585000', '142709.045000', '142709.505000', '142709.965000', '142710.425000', '142710.885000', '142711.345000', '142711.805000', '142712.265000', '142712.725000', '142713.185000', '142713.645000', '142714.105000', '142714.565000', '142715.025000', '142715.485000', '142715.945000', '142716.405000', '142716.865000', '142717.325000', '142717.785000', '142718.245000', '142718.705000', '142719.165000', '142719.625000', '142720.085000', '142720.545000', '142721.005000', '142721.465000', '142721.925000', '142722.385000', '142722.845000', '142723.305000', '142723.765000', '142724.225000', '142724.685000', '142725.145000', '142725.605000', '142726.065000', '142726.525000', '142726.985000', '142727.445000', '142727.905000', '142728.365000', '142728.825000', '142729.285000', '142729.745000', '142730.205000', '142730.665000', '142731.125000', '142731.585000', '142732.045000', '142732.505000', '142732.965000', '142733.425000', '142733.885000', '142734.345000', '142734.805000', '142735.265000', '142735.725000', '142736.185000', '142736.645000', '142737.105000', '142737.565000', '142738.025000', '142738.485000', '142738.945000', '142739.405000', '142739.865000', '142740.325000', '142740.785000', '142741.245000', '142741.705000', '142742.165000', '142742.625000', '142743.085000', '142743.545000', '142744.005000', '142744.465000', '142744.925000', '142745.385000', '142745.845000', '142746.305000', '142746.765000', '142747.225000', '142747.685000', '142748.145000', '142748.605000', '142749.065000', '142749.525000', '142749.985000', '142750.445000', '142750.905000', '142751.365000', '142751.825000', '142752.285000', '142752.745000', '142753.205000', '142753.665000', '142754.125000', '142754.585000', '142755.045000', '142755.505000', '142755.965000', '142756.425000', '142756.885000', '142757.345000', '142757.805000', '142758.265000', '142758.725000', '142759.185000', '142759.645000', '142800.105000', '142800.565000', '142801.025000', '142801.485000', '142801.945000', '142802.405000', '142802.865000', '142803.325000', '142803.785000', '142804.245000', '142804.705000', '142805.165000', '142805.625000', '142806.085000', '142806.545000', '142807.005000', '142807.465000', '142807.925000', '142808.385000', '142808.845000', '142809.305000', '142809.765000', '142810.225000', '142810.685000', '142811.145000', '142811.605000', '142812.065000', '142812.525000', '142812.985000', '142813.445000', '142813.905000', '142814.365000', '142814.825000', '142815.285000', '142815.745000', '142816.205000', '142816.665000', '142817.125000', '142817.585000', '142818.045000', '142818.505000', '142818.965000', '142819.425000', '142819.885000', '142820.345000', '142820.805000', '142821.265000', '142821.725000', '142822.185000', '142822.645000', '142823.105000', '142823.565000', '142824.025000', '142824.485000', '142824.945000', '142825.405000', '142825.865000', '142826.325000', '142826.785000', '142827.245000', '142827.705000', '142828.165000', '142828.625000', '142829.085000', '142829.545000', '142830.005000', '142830.465000', '142830.925000', '142831.385000', '142831.845000', '142832.305000', '142832.765000', '142833.225000', '142833.685000', '142834.145000', '142834.605000', '142835.065000', '142835.525000', '142835.985000', '142836.445000', '142836.905000', '142837.365000', '142837.825000', '142838.285000', '142838.745000', '142839.205000', '142839.665000', '142840.125000', '142840.585000', '142841.045000', '142841.505000', '142841.965000', '142842.425000', '142842.885000', '142843.345000', '142843.805000', '142844.265000', '142844.725000', '142845.185000', '142845.645000', '142846.105000', '142846.565000', '142847.025000', '142847.485000', '142847.945000', '142848.405000', '142848.865000', '142849.325000', '142849.785000', '142850.245000', '142850.705000', '142851.165000', '142851.625000', '142852.085000', '142852.545000', '142853.005000', '142853.465000', '142853.925000', '142854.385000', '142854.845000', '142855.305000', '142855.765000', '142856.225000', '142856.685000', '142857.145000', '142857.605000', '142858.065000', '142858.525000', '142858.985000', '142859.445000', '142859.905000', '142900.365000', '142900.825000', '142901.285000', '142901.745000', '142902.205000', '142902.665000', '142903.125000', '142903.585000', '142904.045000', '142904.505000', '142904.965000', '142905.425000', '142905.885000', '142906.345000', '142906.805000', '142907.265000', '142907.725000', '142908.185000', '142908.645000', '142909.105000', '142909.565000', '142910.025000', '142910.485000', '142910.945000', '142911.405000', '142911.865000', '142912.325000', '142912.785000', '142913.245000', '142913.705000', '142914.165000', '142914.625000', '142915.085000', '142915.545000', '142916.005000', '142916.465000', '142916.925000', '142917.385000', '142917.845000', '142918.305000', '142918.765000', '142919.225000', '142919.685000', '142920.145000', '142920.605000', '142921.065000', '142921.525000', '142921.985000', '142922.445000', '142922.905000', '142923.365000', '142923.825000', '142924.285000', '142924.745000', '142925.205000', '142925.665000', '142926.125000', '142926.585000', '142927.045000', '142927.505000', '142927.965000', '142928.425000', '142928.885000', '142929.345000', '142929.805000', '142930.265000', '142930.725000', '142931.185000', '142931.645000', '142932.105000', '142932.565000', '142933.025000', '142933.485000', '142933.945000', '142934.405000', '142934.865000', '142935.325000', '142935.785000', '142936.245000', '142936.705000', '142937.165000', '142937.625000', '142938.085000', '142938.545000', '142939.005000', '142939.465000', '142939.925000', '142940.385000', '142940.845000', '142941.305000', '142941.765000', '142942.225000', '142942.685000', '142943.145000', '142943.605000', '142944.065000', '142944.525000', '142944.985000', '142945.445000', '142945.905000', '142946.365000', '142946.825000', '142947.285000', '142947.745000', '142948.205000', '142948.665000', '142949.125000', '142949.585000', '142950.045000', '142950.505000', '142950.965000', '142951.425000', '142951.885000', '142952.345000', '142952.805000', '142953.265000', '142953.725000', '142954.185000', '142954.645000', '142955.105000', '142955.565000', '142956.025000', '142956.485000', '142956.945000', '142957.405000', '142957.865000', '142958.325000', '142958.785000', '142959.245000', '142959.705000', '143000.165000', '143000.625000', '143001.085000', '143001.545000', '143002.005000', '143002.465000', '143002.925000', '143003.385000', '143003.845000', '143004.305000', '143004.765000', '143005.225000', '143005.685000', '143006.145000', '143006.605000', '143007.065000', '143007.525000', '143007.985000', '143008.445000', '143008.905000', '143009.365000', '143009.825000', '143010.285000', '143010.745000', '143011.205000', '143011.665000', '143012.125000', '143012.585000', '143013.045000', '143013.505000', '143013.965000', '143014.425000', '143014.885000', '143015.345000', '143015.805000', '143016.265000', '143016.725000', '143017.185000', '143017.645000', '143018.105000', '143018.565000', '143019.025000', '143019.485000', '143019.945000', '143020.405000', '143020.865000', '143021.325000', '143021.785000', '143022.245000', '143022.705000', '143023.165000', '143023.625000', '143024.085000', '143024.545000', '143025.005000', '143025.465000', '143025.925000', '143026.385000', '143026.845000', '143027.305000', '143027.765000', '143028.225000', '143028.685000', '143029.145000', '143029.605000', '143030.065000', '143030.525000', '143030.985000', '143031.445000', '143031.905000', '143032.365000', '143032.825000', '143033.285000', '143033.745000', '143034.205000', '143034.665000', '143035.125000', '143035.585000', '143036.045000', '143036.505000', '143036.965000', '143037.425000', '143037.885000', '143038.345000', '143038.805000', '143039.265000', '143039.725000', '143040.185000', '143040.645000', '143041.105000', '143041.565000', '143042.025000', '143042.485000', '143042.945000', '143043.405000', '143043.865000', '143044.325000', '143044.785000', '143045.245000', '143045.705000', '143046.165000', '143046.625000', '143047.085000', '143047.545000', '143048.005000', '143048.465000', '143048.925000', '143049.385000', '143049.845000', '143050.305000', '143050.765000', '143051.225000', '143051.685000', '143052.145000', '143052.605000', '143053.065000', '143053.525000', '143053.985000', '143054.445000', '143054.905000', '143055.365000', '143055.825000', '143056.285000', '143056.745000', '143057.205000', '143057.665000', '143058.125000', '143058.585000', '143059.045000', '143059.505000', '143059.965000', '143100.425000', '143100.885000', '143101.345000', '143101.805000', '143102.265000', '143102.725000', '143103.185000', '143103.645000', '143104.105000', '143104.565000', '143105.025000', '143105.485000', '143105.945000', '143106.405000', '143106.865000', '143107.325000', '143107.785000', '143108.245000', '143108.705000', '143109.165000', '143109.625000', '143110.085000', '143110.545000', '143111.005000', '143111.465000', '143111.925000', '143112.385000', '143112.845000', '143113.305000', '143113.765000', '143114.225000', '143114.685000', '143115.145000', '143115.605000', '143116.065000', '143116.525000', '143116.985000', '143117.445000', '143117.905000', '143118.365000', '143118.825000', '143119.285000', '143119.745000', '143120.205000', '143120.665000', '143121.125000', '143121.585000', '143122.045000', '143122.505000', '143122.965000', '143123.425000', '143123.885000', '143124.345000', '143124.805000', '143125.265000', '143125.725000', '143126.185000', '143126.645000', '143127.105000', '143127.565000', '143128.025000', '143128.485000', '143128.945000', '143129.405000', '143129.865000', '143130.325000', '143130.785000', '143131.245000', '143131.705000', '143132.165000', '143132.625000', '143133.085000', '143133.545000', '143134.005000', '143134.465000', '143134.925000', '143135.385000', '143135.845000', '143136.305000', '143136.765000', '143137.225000', '143137.685000', '143138.145000', '143138.605000', '143139.065000', '143139.525000', '143139.985000', '143140.445000', '143140.905000', '143141.365000', '143141.825000', '143142.285000', '143142.745000', '143143.205000', '143143.665000', '143144.125000', '143144.585000', '143145.045000', '143145.505000', '143145.965000', '143146.425000', '143146.885000', '143147.345000', '143147.805000', '143148.265000', '143148.725000', '143149.185000', '143149.645000', '143150.105000', '143150.565000', '143151.025000', '143151.485000', '143151.945000', '143152.405000', '143152.865000', '143153.325000', '143153.785000', '143154.245000', '143154.705000', '143155.165000', '143155.625000', '143156.085000', '143156.545000', '143157.005000', '143157.465000', '143157.925000', '143158.385000', '143158.845000', '143159.305000', '143159.765000', '143200.225000', '143200.685000', '143201.145000', '143201.605000', '143202.065000', '143202.525000', '143202.985000', '143203.445000', '143203.905000', '143204.365000', '143204.825000', '143205.285000', '143205.745000', '143206.205000', '143206.665000', '143207.125000', '143207.585000', '143208.045000', '143208.505000', '143208.965000', '143209.425000', '143209.885000', '143210.345000', '143210.805000', '143211.265000', '143211.725000', '143212.185000', '143212.645000', '143213.105000', '143213.565000', '143214.025000', '143214.485000', '143214.945000', '143215.405000', '143215.865000', '143216.325000', '143216.785000', '143217.245000', '143217.705000', '143218.165000', '143218.625000', '143219.085000', '143219.545000', '143220.005000', '143220.465000', '143220.925000', '143221.385000', '143221.845000', '143222.305000', '143222.765000', '143223.225000', '143223.685000', '143224.145000', '143224.605000', '143225.065000', '143225.525000', '143225.985000', '143226.445000', '143226.905000', '143227.365000', '143227.825000', '143228.285000', '143228.745000', '143229.205000', '143229.665000', '143230.125000', '143230.585000', '143231.045000', '143231.505000', '143231.965000', '143232.425000', '143232.885000', '143233.345000', '143233.805000', '143234.265000', '143234.725000', '143235.185000', '143235.645000', '143236.105000', '143236.565000', '143237.025000', '143237.485000', '143237.945000', '143238.405000', '143238.865000', '143239.325000', '143239.785000', '143240.245000', '143240.705000', '143241.165000', '143241.625000', '143242.085000', '143242.545000', '143243.005000', '143243.465000', '143243.925000', '143244.385000', '143244.845000', '143245.305000', '143245.765000', '143246.225000', '143246.685000', '143247.145000', '143247.605000', '143248.065000', '143248.525000', '143248.985000', '143249.445000', '143249.905000', '143250.365000', '143250.825000', '143251.285000', '143251.745000', '143252.205000', '143252.665000', '143253.125000', '143253.585000', '143254.045000', '143254.505000', '143254.965000', '143255.425000', '143255.885000', '143256.345000', '143256.805000', '143257.265000', '143257.725000', '143258.185000', '143258.645000', '143259.105000', '143259.565000', '143300.025000', '143300.485000', '143300.945000', '143301.405000', '143301.865000', '143302.325000', '143302.785000', '143303.245000', '143303.705000', '143304.165000', '143304.625000', '143305.085000', '143305.545000', '143306.005000', '143306.465000', '143306.925000', '143307.385000', '143307.845000'], 'ContentTime': ['142647.679000', '142647.683000', '142647.686000', '142647.688000', '142647.691000', '142647.694000', '142647.696000', '142647.699000', '142647.701000', '142647.704000', '142647.706000', '142647.709000', '142647.712000', '142647.714000', '142647.717000', '142647.719000', '142647.722000', '142647.724000', '142647.727000', '142647.736000', '142647.739000', '142647.742000', '142647.744000', '142647.747000', '142647.749000', '142647.752000', '142647.754000', '142647.757000', '142647.760000', '142647.762000', '142647.765000', '142647.767000', '142647.770000', '142647.772000', '142647.776000', '142647.778000', '142647.781000', '142647.783000', '142647.786000', '142647.788000', '142647.791000', '142707.633000', '142707.636000', '142707.639000', '142707.641000', '142707.644000', '142707.647000', '142707.649000', '142707.652000', '142707.654000', '142707.657000', '142707.659000', '142707.662000', '142707.664000', '142707.667000', '142707.669000', '142707.672000', '142707.675000', '142707.677000', '142707.680000', '142707.682000', '142707.685000', '142707.687000', '142707.690000', '142707.692000', '142707.695000', '142707.697000', '142707.700000', '142707.702000', '142707.705000', '142707.708000', '142707.710000', '142707.713000', '142707.715000', '142707.718000', '142707.720000', '142707.723000', '142707.725000', '142707.728000', '142707.730000', '142707.733000', '142707.735000', '142707.738000', '142707.741000', '142707.743000', '142727.633000', '142727.636000', '142727.639000', '142727.641000', '142727.644000', '142727.646000', '142727.649000', '142727.651000', '142727.654000', '142727.657000', '142727.659000', '142727.662000', '142727.664000', '142727.692000', '142727.695000', '142727.697000', '142727.700000', '142727.702000', '142727.705000', '142727.707000', '142727.710000', '142727.713000', '142727.715000', '142727.718000', '142727.720000', '142727.723000', '142727.725000', '142727.728000', '142727.730000', '142727.733000', '142727.736000', '142727.738000', '142727.741000', '142727.743000', '142727.746000', '142727.748000', '142727.751000', '142727.754000', '142727.756000', '142727.759000', '142727.761000', '142727.764000', '142727.766000', '142747.632000', '142747.635000', '142747.638000', '142747.640000', '142747.643000', '142747.646000', '142747.648000', '142747.651000', '142747.653000', '142747.656000', '142747.658000', '142747.661000', '142747.664000', '142747.666000', '142747.669000', '142747.671000', '142747.674000', '142747.676000', '142747.679000', '142747.682000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.694000', '142747.697000', '142747.699000', '142747.702000', '142747.705000', '142747.707000', '142747.710000', '142747.712000', '142747.715000', '142747.717000', '142747.720000', '142747.722000', '142747.725000', '142747.727000', '142747.730000', '142747.732000', '142747.735000', '142747.747000', '142747.749000', '142747.752000', '142807.633000', '142807.636000', '142807.639000', '142807.641000', '142807.644000', '142807.647000', '142807.649000', '142807.652000', '142807.654000', '142807.657000', '142807.659000', '142807.662000', '142807.665000', '142807.667000', '142807.670000', '142807.672000', '142807.675000', '142807.677000', '142807.680000', '142807.682000', '142807.685000', '142807.688000', '142807.690000', '142807.693000', '142807.695000', '142807.698000', '142807.700000', '142807.703000', '142807.705000', '142807.708000', '142807.710000', '142807.713000', '142807.716000', '142807.718000', '142807.721000', '142807.723000', '142807.726000', '142807.728000', '142807.731000', '142807.733000', '142807.736000', '142807.738000', '142807.741000', '142827.633000', '142827.636000', '142827.639000', '142827.642000', '142827.644000', '142827.647000', '142827.649000', '142827.652000', '142827.655000', '142827.657000', '142827.660000', '142827.662000', '142827.665000', '142827.668000', '142827.670000', '142827.673000', '142827.676000', '142827.678000', '142827.681000', '142827.683000', '142827.686000', '142827.692000', '142827.694000', '142827.697000', '142827.699000', '142827.702000', '142827.705000', '142827.707000', '142827.710000', '142827.712000', '142827.715000', '142827.717000', '142827.720000', '142827.723000', '142827.725000', '142827.728000', '142827.730000', '142827.733000', '142827.736000', '142827.738000', '142827.741000', '142827.744000', '142827.746000', '142827.749000', '142847.634000', '142847.637000', '142847.639000', '142847.642000', '142847.644000', '142847.647000', '142847.650000', '142847.652000', '142847.655000', '142847.658000', '142847.660000', '142847.663000', '142847.665000', '142847.668000', '142847.671000', '142847.673000', '142847.676000', '142847.679000', '142847.681000', '142847.684000', '142847.686000', '142847.689000', '142847.692000', '142847.694000', '142847.697000', '142847.700000', '142847.702000', '142847.705000', '142847.707000', '142847.710000', '142847.712000', '142847.715000', '142847.718000', '142847.720000', '142847.723000', '142847.726000', '142847.728000', '142847.731000', '142847.733000', '142847.736000', '142847.739000', '142847.741000', '142847.744000', '142907.634000', '142907.636000', '142907.639000', '142907.642000', '142907.644000', '142907.647000', '142907.649000', '142907.652000', '142907.654000', '142907.673000', '142907.676000', '142907.679000', '142907.681000', '142907.684000', '142907.686000', '142907.689000', '142907.692000', '142907.694000', '142907.697000', '142907.707000', '142907.709000', '142907.712000', '142907.715000', '142907.717000', '142907.720000', '142907.722000', '142907.725000', '142907.728000', '142907.730000', '142907.733000', '142907.736000', '142907.738000', '142907.741000', '142907.743000', '142907.746000', '142907.749000', '142907.752000', '142907.754000', '142907.757000', '142907.760000', '142907.762000', '142907.765000', '142907.767000', '142907.770000', '142927.633000', '142927.636000', '142927.639000', '142927.641000', '142927.644000', '142927.647000', '142927.649000', '142927.652000', '142927.655000', '142927.657000', '142927.660000', '142927.662000', '142927.665000', '142927.668000', '142927.670000', '142927.673000', '142927.675000', '142927.678000', '142927.681000', '142927.683000', '142927.686000', '142927.689000', '142927.691000', '142927.694000', '142927.697000', '142927.699000', '142927.702000', '142927.704000', '142927.707000', '142927.709000', '142927.712000', '142927.715000', '142927.717000', '142927.720000', '142927.722000', '142927.725000', '142927.727000', '142927.730000', '142927.732000', '142927.735000', '142927.738000', '142927.740000', '142927.743000', '142947.633000', '142947.636000', '142947.639000', '142947.641000', '142947.644000', '142947.647000', '142947.649000', '142947.652000', '142947.654000', '142947.657000', '142947.659000', '142947.662000', '142947.665000', '142947.667000', '142947.670000', '142947.672000', '142947.675000', '142947.677000', '142947.680000', '142947.682000', '142947.685000', '142947.688000', '142947.690000', '142947.693000', '142947.695000', '142947.698000', '142947.700000', '142947.703000', '142947.705000', '142947.708000', '142947.711000', '142947.713000', '142947.716000', '142947.718000', '142947.721000', '142947.723000', '142947.726000', '142947.729000', '142947.731000', '142947.734000', '142947.736000', '142947.739000', '142947.741000', '142947.744000', '143007.633000', '143007.635000', '143007.638000', '143007.641000', '143007.643000', '143007.646000', '143007.649000', '143007.651000', '143007.654000', '143007.656000', '143007.659000', '143007.662000', '143007.664000', '143007.667000', '143007.669000', '143007.672000', '143007.674000', '143007.677000', '143007.680000', '143007.682000', '143007.685000', '143007.688000', '143007.690000', '143007.693000', '143007.695000', '143007.698000', '143007.700000', '143007.703000', '143007.706000', '143007.708000', '143007.711000', '143007.713000', '143007.716000', '143007.719000', '143007.721000', '143007.724000', '143007.726000', '143007.729000', '143007.732000', '143007.734000', '143007.737000', '143007.739000', '143007.742000', '143027.633000', '143027.636000', '143027.639000', '143027.641000', '143027.644000', '143027.647000', '143027.649000', '143027.652000', '143027.655000', '143027.658000', '143027.661000', '143027.663000', '143027.666000', '143027.668000', '143027.671000', '143027.674000', '143027.676000', '143027.679000', '143027.682000', '143027.684000', '143027.687000', '143027.690000', '143027.692000', '143027.695000', '143027.698000', '143027.700000', '143027.703000', '143027.705000', '143027.708000', '143027.711000', '143027.714000', '143027.716000', '143027.719000', '143027.722000', '143027.724000', '143027.727000', '143027.730000', '143027.732000', '143027.735000', '143027.737000', '143027.740000', '143027.743000', '143027.745000', '143027.748000', '143047.633000', '143047.636000', '143047.639000', '143047.642000', '143047.644000', '143047.647000', '143047.649000', '143047.652000', '143047.654000', '143047.657000', '143047.660000', '143047.662000', '143047.665000', '143047.667000', '143047.670000', '143047.672000', '143047.675000', '143047.678000', '143047.681000', '143047.683000', '143047.686000', '143047.688000', '143047.691000', '143047.694000', '143047.696000', '143047.699000', '143047.702000', '143047.704000', '143047.707000', '143047.709000', '143047.712000', '143047.715000', '143047.717000', '143047.720000', '143047.723000', '143047.725000', '143047.728000', '143047.730000', '143047.733000', '143047.736000', '143047.738000', '143047.741000', '143047.744000', '143107.633000', '143107.636000', '143107.639000', '143107.642000', '143107.644000', '143107.647000', '143107.649000', '143107.652000', '143107.655000', '143107.657000', '143107.660000', '143107.663000', '143107.665000', '143107.668000', '143107.671000', '143107.673000', '143107.676000', '143107.678000', '143107.681000', '143107.684000', '143107.686000', '143107.689000', '143107.691000', '143107.694000', '143107.696000', '143107.699000', '143107.702000', '143107.704000', '143107.707000', '143107.709000', '143107.712000', '143107.715000', '143107.717000', '143107.720000', '143107.723000', '143107.725000', '143107.728000', '143107.730000', '143107.733000', '143107.736000', '143107.738000', '143107.741000', '143107.744000', '143107.746000', '143127.633000', '143127.636000', '143127.639000', '143127.641000', '143127.644000', '143127.647000', '143127.649000', '143127.652000', '143127.654000', '143127.657000', '143127.660000', '143127.662000', '143127.665000', '143127.668000', '143127.670000', '143127.673000', '143127.676000', '143127.685000', '143127.687000', '143127.690000', '143127.692000', '143127.695000', '143127.698000', '143127.700000', '143127.703000', '143127.705000', '143127.708000', '143127.711000', '143127.713000', '143127.716000', '143127.718000', '143127.721000', '143127.724000', '143127.726000', '143127.729000', '143127.731000', '143127.734000', '143127.736000', '143127.739000', '143127.742000', '143127.744000', '143127.747000', '143127.749000', '143147.634000', '143147.637000', '143147.639000', '143147.642000', '143147.645000', '143147.647000', '143147.650000', '143147.652000', '143147.655000', '143147.657000', '143147.660000', '143147.662000', '143147.665000', '143147.667000', '143147.670000', '143147.673000', '143147.676000', '143147.678000', '143147.681000', '143147.684000', '143147.686000', '143147.689000', '143147.692000', '143147.695000', '143147.698000', '143147.700000', '143147.703000', '143147.705000', '143147.708000', '143147.710000', '143147.713000', '143147.716000', '143147.718000', '143147.721000', '143147.723000', '143147.726000', '143147.728000', '143147.731000', '143147.734000', '143147.736000', '143147.739000', '143147.741000', '143147.744000', '143207.633000', '143207.636000', '143207.639000', '143207.642000', '143207.644000', '143207.647000', '143207.649000', '143207.652000', '143207.654000', '143207.657000', '143207.660000', '143207.662000', '143207.665000', '143207.667000', '143207.670000', '143207.673000', '143207.686000', '143207.689000', '143207.691000', '143207.694000', '143207.696000', '143207.699000', '143207.701000', '143207.704000', '143207.707000', '143207.709000', '143207.712000', '143207.714000', '143207.717000', '143207.720000', '143207.722000', '143207.725000', '143207.727000', '143207.730000', '143207.733000', '143207.735000', '143207.738000', '143207.740000', '143207.743000', '143207.745000', '143207.748000', '143207.751000', '143207.753000', '143207.756000', '143227.633000', '143227.635000', '143227.638000', '143227.640000', '143227.643000', '143227.646000', '143227.648000', '143227.651000', '143227.653000', '143227.656000', '143227.658000', '143227.661000', '143227.664000', '143227.666000', '143227.669000', '143227.672000', '143227.674000', '143227.677000', '143227.680000', '143227.682000', '143227.685000', '143227.688000', '143227.690000', '143227.693000', '143227.695000', '143227.698000', '143227.700000', '143227.703000', '143227.706000', '143227.708000', '143227.711000', '143227.713000', '143227.716000', '143227.719000', '143227.721000', '143227.724000', '143227.726000', '143227.729000', '143227.732000', '143227.734000', '143227.737000', '143227.739000', '143227.742000', '143247.634000', '143247.636000', '143247.639000', '143247.642000', '143247.645000', '143247.647000', '143247.650000', '143247.653000', '143247.656000', '143247.658000', '143247.661000', '143247.663000', '143247.666000', '143247.669000', '143247.671000', '143247.674000', '143247.677000', '143247.680000', '143247.682000', '143247.691000', '143247.694000', '143247.697000', '143247.699000', '143247.702000', '143247.704000', '143247.707000', '143247.710000', '143247.712000', '143247.715000', '143247.717000', '143247.720000', '143247.722000', '143247.725000', '143247.728000', '143247.730000', '143247.733000', '143247.735000', '143247.738000', '143247.740000', '143247.743000', '143247.745000', '143247.748000', '143247.751000', '143247.753000', '143307.634000', '143307.636000', '143307.639000', '143307.642000', '143307.644000', '143307.647000', '143307.650000', '143307.652000', '143307.655000', '143307.657000', '143307.660000', '143307.663000', '143307.665000', '143307.668000', '143307.671000', '143307.673000', '143307.676000', '143307.678000', '143307.681000', '143307.684000', '143307.686000', '143307.689000', '143307.692000', '143307.694000', '143307.697000', '143307.700000', '143307.702000', '143307.705000', '143307.708000', '143307.710000', '143307.713000', '143307.716000', '143307.718000', '143307.721000', '143307.724000', '143307.726000', '143307.729000', '143307.731000', '143307.735000', '143307.738000', '143307.741000', '143307.744000', '143307.746000', '143309.515000', '143309.519000', '143309.521000', '143309.524000', '143309.527000'], 'InstanceCreationTime': ['142647.679000', '142647.683000', '142647.686000', '142647.688000', '142647.691000', '142647.694000', '142647.696000', '142647.699000', '142647.701000', '142647.704000', '142647.706000', '142647.709000', '142647.712000', '142647.714000', '142647.717000', '142647.719000', '142647.722000', '142647.724000', '142647.727000', '142647.736000', '142647.739000', '142647.742000', '142647.744000', '142647.747000', '142647.749000', '142647.752000', '142647.754000', '142647.757000', '142647.760000', '142647.762000', '142647.765000', '142647.767000', '142647.770000', '142647.772000', '142647.776000', '142647.778000', '142647.781000', '142647.783000', '142647.786000', '142647.788000', '142647.791000', '142707.633000', '142707.636000', '142707.639000', '142707.641000', '142707.644000', '142707.647000', '142707.649000', '142707.652000', '142707.654000', '142707.657000', '142707.659000', '142707.662000', '142707.664000', '142707.667000', '142707.669000', '142707.672000', '142707.675000', '142707.677000', '142707.680000', '142707.682000', '142707.685000', '142707.687000', '142707.690000', '142707.692000', '142707.695000', '142707.697000', '142707.700000', '142707.702000', '142707.705000', '142707.708000', '142707.710000', '142707.713000', '142707.715000', '142707.718000', '142707.720000', '142707.723000', '142707.725000', '142707.728000', '142707.730000', '142707.733000', '142707.735000', '142707.738000', '142707.741000', '142707.743000', '142727.633000', '142727.636000', '142727.639000', '142727.641000', '142727.644000', '142727.646000', '142727.649000', '142727.651000', '142727.654000', '142727.657000', '142727.659000', '142727.662000', '142727.664000', '142727.692000', '142727.695000', '142727.697000', '142727.700000', '142727.702000', '142727.705000', '142727.707000', '142727.710000', '142727.713000', '142727.715000', '142727.718000', '142727.720000', '142727.723000', '142727.725000', '142727.728000', '142727.730000', '142727.733000', '142727.736000', '142727.738000', '142727.741000', '142727.743000', '142727.746000', '142727.748000', '142727.751000', '142727.754000', '142727.756000', '142727.759000', '142727.761000', '142727.764000', '142727.766000', '142747.632000', '142747.635000', '142747.638000', '142747.640000', '142747.643000', '142747.646000', '142747.648000', '142747.651000', '142747.653000', '142747.656000', '142747.658000', '142747.661000', '142747.664000', '142747.666000', '142747.669000', '142747.671000', '142747.674000', '142747.676000', '142747.679000', '142747.682000', '142747.684000', '142747.687000', '142747.689000', '142747.692000', '142747.694000', '142747.697000', '142747.699000', '142747.702000', '142747.705000', '142747.707000', '142747.710000', '142747.712000', '142747.715000', '142747.717000', '142747.720000', '142747.722000', '142747.725000', '142747.727000', '142747.730000', '142747.732000', '142747.735000', '142747.747000', '142747.749000', '142747.752000', '142807.633000', '142807.636000', '142807.639000', '142807.641000', '142807.644000', '142807.647000', '142807.649000', '142807.652000', '142807.654000', '142807.657000', '142807.659000', '142807.662000', '142807.665000', '142807.667000', '142807.670000', '142807.672000', '142807.675000', '142807.677000', '142807.680000', '142807.682000', '142807.685000', '142807.688000', '142807.690000', '142807.693000', '142807.695000', '142807.698000', '142807.700000', '142807.703000', '142807.705000', '142807.708000', '142807.710000', '142807.713000', '142807.716000', '142807.718000', '142807.721000', '142807.723000', '142807.726000', '142807.728000', '142807.731000', '142807.733000', '142807.736000', '142807.738000', '142807.741000', '142827.633000', '142827.636000', '142827.639000', '142827.642000', '142827.644000', '142827.647000', '142827.649000', '142827.652000', '142827.655000', '142827.657000', '142827.660000', '142827.662000', '142827.665000', '142827.668000', '142827.670000', '142827.673000', '142827.676000', '142827.678000', '142827.681000', '142827.683000', '142827.686000', '142827.692000', '142827.694000', '142827.697000', '142827.699000', '142827.702000', '142827.705000', '142827.707000', '142827.710000', '142827.712000', '142827.715000', '142827.717000', '142827.720000', '142827.723000', '142827.725000', '142827.728000', '142827.730000', '142827.733000', '142827.736000', '142827.738000', '142827.741000', '142827.744000', '142827.746000', '142827.749000', '142847.634000', '142847.637000', '142847.639000', '142847.642000', '142847.644000', '142847.647000', '142847.650000', '142847.652000', '142847.655000', '142847.658000', '142847.660000', '142847.663000', '142847.665000', '142847.668000', '142847.671000', '142847.673000', '142847.676000', '142847.679000', '142847.681000', '142847.684000', '142847.686000', '142847.689000', '142847.692000', '142847.694000', '142847.697000', '142847.700000', '142847.702000', '142847.705000', '142847.707000', '142847.710000', '142847.712000', '142847.715000', '142847.718000', '142847.720000', '142847.723000', '142847.726000', '142847.728000', '142847.731000', '142847.733000', '142847.736000', '142847.739000', '142847.741000', '142847.744000', '142907.634000', '142907.636000', '142907.639000', '142907.642000', '142907.644000', '142907.647000', '142907.649000', '142907.652000', '142907.654000', '142907.673000', '142907.676000', '142907.679000', '142907.681000', '142907.684000', '142907.686000', '142907.689000', '142907.692000', '142907.694000', '142907.697000', '142907.707000', '142907.709000', '142907.712000', '142907.715000', '142907.717000', '142907.720000', '142907.722000', '142907.725000', '142907.728000', '142907.730000', '142907.733000', '142907.736000', '142907.738000', '142907.741000', '142907.743000', '142907.746000', '142907.749000', '142907.752000', '142907.754000', '142907.757000', '142907.760000', '142907.762000', '142907.765000', '142907.767000', '142907.770000', '142927.633000', '142927.636000', '142927.639000', '142927.641000', '142927.644000', '142927.647000', '142927.649000', '142927.652000', '142927.655000', '142927.657000', '142927.660000', '142927.662000', '142927.665000', '142927.668000', '142927.670000', '142927.673000', '142927.675000', '142927.678000', '142927.681000', '142927.683000', '142927.686000', '142927.689000', '142927.691000', '142927.694000', '142927.697000', '142927.699000', '142927.702000', '142927.704000', '142927.707000', '142927.709000', '142927.712000', '142927.715000', '142927.717000', '142927.720000', '142927.722000', '142927.725000', '142927.727000', '142927.730000', '142927.732000', '142927.735000', '142927.738000', '142927.740000', '142927.743000', '142947.633000', '142947.636000', '142947.639000', '142947.641000', '142947.644000', '142947.647000', '142947.649000', '142947.652000', '142947.654000', '142947.657000', '142947.659000', '142947.662000', '142947.665000', '142947.667000', '142947.670000', '142947.672000', '142947.675000', '142947.677000', '142947.680000', '142947.682000', '142947.685000', '142947.688000', '142947.690000', '142947.693000', '142947.695000', '142947.698000', '142947.700000', '142947.703000', '142947.705000', '142947.708000', '142947.711000', '142947.713000', '142947.716000', '142947.718000', '142947.721000', '142947.723000', '142947.726000', '142947.729000', '142947.731000', '142947.734000', '142947.736000', '142947.739000', '142947.741000', '142947.744000', '143007.633000', '143007.635000', '143007.638000', '143007.641000', '143007.643000', '143007.646000', '143007.649000', '143007.651000', '143007.654000', '143007.656000', '143007.659000', '143007.662000', '143007.664000', '143007.667000', '143007.669000', '143007.672000', '143007.674000', '143007.677000', '143007.680000', '143007.682000', '143007.685000', '143007.688000', '143007.690000', '143007.693000', '143007.695000', '143007.698000', '143007.700000', '143007.703000', '143007.706000', '143007.708000', '143007.711000', '143007.713000', '143007.716000', '143007.719000', '143007.721000', '143007.724000', '143007.726000', '143007.729000', '143007.732000', '143007.734000', '143007.737000', '143007.739000', '143007.742000', '143027.633000', '143027.636000', '143027.639000', '143027.641000', '143027.644000', '143027.647000', '143027.649000', '143027.652000', '143027.655000', '143027.658000', '143027.661000', '143027.663000', '143027.666000', '143027.668000', '143027.671000', '143027.674000', '143027.676000', '143027.679000', '143027.682000', '143027.684000', '143027.687000', '143027.690000', '143027.692000', '143027.695000', '143027.698000', '143027.700000', '143027.703000', '143027.705000', '143027.708000', '143027.711000', '143027.714000', '143027.716000', '143027.719000', '143027.722000', '143027.724000', '143027.727000', '143027.730000', '143027.732000', '143027.735000', '143027.737000', '143027.740000', '143027.743000', '143027.745000', '143027.748000', '143047.633000', '143047.636000', '143047.639000', '143047.642000', '143047.644000', '143047.647000', '143047.649000', '143047.652000', '143047.654000', '143047.657000', '143047.660000', '143047.662000', '143047.665000', '143047.667000', '143047.670000', '143047.672000', '143047.675000', '143047.678000', '143047.681000', '143047.683000', '143047.686000', '143047.688000', '143047.691000', '143047.694000', '143047.696000', '143047.699000', '143047.702000', '143047.704000', '143047.707000', '143047.709000', '143047.712000', '143047.715000', '143047.717000', '143047.720000', '143047.723000', '143047.725000', '143047.728000', '143047.730000', '143047.733000', '143047.736000', '143047.738000', '143047.741000', '143047.744000', '143107.633000', '143107.636000', '143107.639000', '143107.642000', '143107.644000', '143107.647000', '143107.649000', '143107.652000', '143107.655000', '143107.657000', '143107.660000', '143107.663000', '143107.665000', '143107.668000', '143107.671000', '143107.673000', '143107.676000', '143107.678000', '143107.681000', '143107.684000', '143107.686000', '143107.689000', '143107.691000', '143107.694000', '143107.696000', '143107.699000', '143107.702000', '143107.704000', '143107.707000', '143107.709000', '143107.712000', '143107.715000', '143107.717000', '143107.720000', '143107.723000', '143107.725000', '143107.728000', '143107.730000', '143107.733000', '143107.736000', '143107.738000', '143107.741000', '143107.744000', '143107.746000', '143127.633000', '143127.636000', '143127.639000', '143127.641000', '143127.644000', '143127.647000', '143127.649000', '143127.652000', '143127.654000', '143127.657000', '143127.660000', '143127.662000', '143127.665000', '143127.668000', '143127.670000', '143127.673000', '143127.676000', '143127.685000', '143127.687000', '143127.690000', '143127.692000', '143127.695000', '143127.698000', '143127.700000', '143127.703000', '143127.705000', '143127.708000', '143127.711000', '143127.713000', '143127.716000', '143127.718000', '143127.721000', '143127.724000', '143127.726000', '143127.729000', '143127.731000', '143127.734000', '143127.736000', '143127.739000', '143127.742000', '143127.744000', '143127.747000', '143127.749000', '143147.634000', '143147.637000', '143147.639000', '143147.642000', '143147.645000', '143147.647000', '143147.650000', '143147.652000', '143147.655000', '143147.657000', '143147.660000', '143147.662000', '143147.665000', '143147.667000', '143147.670000', '143147.673000', '143147.676000', '143147.678000', '143147.681000', '143147.684000', '143147.686000', '143147.689000', '143147.692000', '143147.695000', '143147.698000', '143147.700000', '143147.703000', '143147.705000', '143147.708000', '143147.710000', '143147.713000', '143147.716000', '143147.718000', '143147.721000', '143147.723000', '143147.726000', '143147.728000', '143147.731000', '143147.734000', '143147.736000', '143147.739000', '143147.741000', '143147.744000', '143207.633000', '143207.636000', '143207.639000', '143207.642000', '143207.644000', '143207.647000', '143207.649000', '143207.652000', '143207.654000', '143207.657000', '143207.660000', '143207.662000', '143207.665000', '143207.667000', '143207.670000', '143207.673000', '143207.686000', '143207.689000', '143207.691000', '143207.694000', '143207.696000', '143207.699000', '143207.701000', '143207.704000', '143207.707000', '143207.709000', '143207.712000', '143207.714000', '143207.717000', '143207.720000', '143207.722000', '143207.725000', '143207.727000', '143207.730000', '143207.733000', '143207.735000', '143207.738000', '143207.740000', '143207.743000', '143207.745000', '143207.748000', '143207.751000', '143207.753000', '143207.756000', '143227.633000', '143227.635000', '143227.638000', '143227.640000', '143227.643000', '143227.646000', '143227.648000', '143227.651000', '143227.653000', '143227.656000', '143227.658000', '143227.661000', '143227.664000', '143227.666000', '143227.669000', '143227.672000', '143227.674000', '143227.677000', '143227.680000', '143227.682000', '143227.685000', '143227.688000', '143227.690000', '143227.693000', '143227.695000', '143227.698000', '143227.700000', '143227.703000', '143227.706000', '143227.708000', '143227.711000', '143227.713000', '143227.716000', '143227.719000', '143227.721000', '143227.724000', '143227.726000', '143227.729000', '143227.732000', '143227.734000', '143227.737000', '143227.739000', '143227.742000', '143247.634000', '143247.636000', '143247.639000', '143247.642000', '143247.645000', '143247.647000', '143247.650000', '143247.653000', '143247.656000', '143247.658000', '143247.661000', '143247.663000', '143247.666000', '143247.669000', '143247.671000', '143247.674000', '143247.677000', '143247.680000', '143247.682000', '143247.691000', '143247.694000', '143247.697000', '143247.699000', '143247.702000', '143247.704000', '143247.707000', '143247.710000', '143247.712000', '143247.715000', '143247.717000', '143247.720000', '143247.722000', '143247.725000', '143247.728000', '143247.730000', '143247.733000', '143247.735000', '143247.738000', '143247.740000', '143247.743000', '143247.745000', '143247.748000', '143247.751000', '143247.753000', '143307.634000', '143307.636000', '143307.639000', '143307.642000', '143307.644000', '143307.647000', '143307.650000', '143307.652000', '143307.655000', '143307.657000', '143307.660000', '143307.663000', '143307.665000', '143307.668000', '143307.671000', '143307.673000', '143307.676000', '143307.678000', '143307.681000', '143307.684000', '143307.686000', '143307.689000', '143307.692000', '143307.694000', '143307.697000', '143307.700000', '143307.702000', '143307.705000', '143307.708000', '143307.710000', '143307.713000', '143307.716000', '143307.718000', '143307.721000', '143307.724000', '143307.726000', '143307.729000', '143307.731000', '143307.735000', '143307.738000', '143307.741000', '143307.744000', '143307.746000', '143309.515000', '143309.519000', '143309.521000', '143309.524000', '143309.527000'], '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': [10075, 7617, 7815, 9950, 8754, 6824, 10402, 7393, 6162, 11360, 9398, 6431, 5968, 9403, 8821, 7570, 11670, 7996, 6044, 11545, 8908, 6865, 10274, 8013, 7469, 11153, 8052, 6417, 11105, 9062, 7789, 6976, 9591, 6571, 6100, 11338, 8912, 6596, 8807, 6442, 10224, 9318, 6332, 9171, 8551, 7872, 10213, 9922, 6342, 6039, 9537, 7486, 8464, 10199, 6663, 8560, 8221, 5983, 11113, 7842, 5775, 10619, 8917, 6578, 10396, 7908, 6152, 11178, 8414, 6082, 9397, 8096, 7082, 10551, 6893, 5949, 10041, 8799, 5999, 8182, 8064, 6977, 9354, 10836, 7795, 6030, 7518, 8627, 7421, 11443, 9574, 6113, 11306, 9031, 6950, 11340, 8842, 6630, 11325, 10305, 7620, 8077, 9309, 6820, 12441, 10779, 6267, 9867, 8095, 5730, 11479, 7519, 5740, 10937, 9205, 7787, 8333, 8518, 5809, 6020, 10732, 8496, 9933, 8623, 5895, 10034, 7247, 6187, 11692, 11445, 8234, 14926, 8555, 7627, 12286, 7814, 6038, 10725, 8464, 6236, 9389, 7905, 6246, 9777, 6917, 6084, 10197, 6991, 6155, 9476, 7991, 5900, 9233, 6410, 6681, 6928, 9315, 6921, 5722, 10518, 8314, 8160, 7022, 8837, 7301, 5925, 10162, 8129, 11307, 8707, 5963, 10737, 8906, 6756, 10614, 7889, 6478, 11495, 9179, 6670, 9604, 7555, 12053, 8274, 6244, 10140, 7189, 7116, 8931, 6131, 10929, 7692, 6044, 9728, 7652, 5640, 9126, 6004, 8340, 9502, 6192, 5656, 9001, 7109, 7878, 10079, 6188, 5971, 6831, 8930, 6686, 9618, 8957, 9380, 10668, 6480, 7021, 12574, 11260, 10192, 16399, 15573, 12497, 12634, 17498, 12641, 7513, 11028, 7146, 10563, 11302, 6590, 8000, 9818, 7127, 9376, 7820, 6187, 9892, 6923, 8839, 6719, 6213, 11563, 7074, 6241, 11513, 8534, 5915, 7948, 8951, 8220, 10288, 9030, 6238, 8197, 8549, 6668, 10877, 7230, 6328, 10029, 7833, 6426, 7225, 8301, 6828, 9582, 11365, 8072, 6419, 10783, 8130, 8015, 9762, 6752, 6661, 11431, 7793, 6257, 9601, 8170, 7682, 10696, 9183, 6647, 6352, 10177, 7115, 11543, 9532, 6611, 9302, 6945, 6511, 11367, 8459, 6478, 10635, 8004, 8594, 9756, 6702, 11350, 8879, 6639, 9698, 6668, 6653, 10195, 8435, 9672, 9455, 6410, 6380, 8930, 6715, 11587, 8644, 6396, 9208, 6831, 6503, 9762, 7315, 6395, 9434, 8248, 8585, 12565, 9530, 6999, 6848, 8098, 6750, 12028, 8600, 11086, 6982, 11154, 7109, 6522, 10593, 7702, 7683, 10849, 8226, 12294, 11742, 9539, 16125, 8314, 7028, 9760, 7006, 10971, 8987, 7095, 11993, 8043, 6710, 9909, 6860, 9454, 8403, 6462, 10371, 7562, 6402, 10459, 6164, 6661, 10344, 9190, 6350, 6204, 8889, 6820, 6249, 9139, 7644, 9227, 7713, 6371, 10984, 9028, 6430, 10044, 7906, 7081, 11546, 10249, 6637, 11253, 9555, 7143, 11091, 7058, 9642, 9131, 6690, 10146, 7399, 6873, 9281, 8203, 6846, 6605, 9056, 8514, 9035, 10034, 6682, 6341, 8883, 7355, 10766, 9986, 6501, 10280, 8080, 6406, 10754, 7748, 6681, 11345, 10156, 7055, 10840, 7914, 6670, 11422, 8306, 6395, 9189, 7765, 6797, 11340, 7533, 6481, 9898, 8140, 7142, 10275, 8278, 6337, 6396, 8780, 6642, 11378, 8751, 6602, 9299, 6716, 8169, 10671, 7135, 7086, 9623, 7563, 10975, 9282, 6526, 8899, 10070, 7381, 11184, 7812, 6476, 11300, 8112, 6588, 9674, 8294, 6550, 9576, 6696, 6618, 9163, 6825, 6655, 10473, 7639, 6417, 9158, 7765, 6760, 9266, 6748, 7848, 9187, 6868, 9835, 6945, 6770, 11069, 7580, 6693, 10010, 8917, 8089, 9175, 7789, 6520, 11285, 7538, 11436, 8730, 6457, 8854, 6964, 9710, 10492, 7367, 13986, 8851, 8039, 10386, 7231, 10440, 7632, 6858, 10357, 7748, 6724, 8865, 7142, 10444, 8148, 6640, 8112, 7056, 10071, 8746, 7012, 9811, 8783, 7598, 10714, 6885, 5947, 6142, 8006, 10928, 8460, 8703, 7902, 6525, 9165, 6770, 10997, 5696, 6656, 9631, 8936, 10395, 13883, 12498, 9091, 14263, 13137, 9735, 16618, 11254, 6984, 9872, 7262, 7899, 10089, 6895, 6973, 8239, 6952, 7061, 8826, 6945, 6709, 10591, 7835, 6619, 9120, 6941, 7244, 9150, 7045, 6720, 8900, 7709, 6602, 8991, 6858, 6614, 8729, 7234, 6591, 9267, 6955, 8859, 9377, 7007, 6581, 8656, 8392, 6955, 10421, 7209, 7000, 11138, 8663, 6798, 9847, 7164, 9395, 10243, 6944, 6953, 8408, 7409, 9849, 8507, 6955, 10311, 9760, 7236, 9342, 8204, 6848, 11569, 8093, 7067, 9290, 7929, 6976, 9351, 7297, 7063, 11179, 9055, 6974, 9754, 7523, 7264, 10832, 7059, 7064, 8058, 7042, 10493, 7482, 7020, 10509, 9267, 6942, 10368, 7472, 7117, 11151, 9987, 8266, 8354, 7082, 7167, 10815, 8573, 7132, 9601, 7199, 10740, 8256, 6899, 9354, 7028, 7405, 11000, 7359, 7602, 8654, 7394, 10554, 9161, 7084, 10561, 7979, 7654, 9725, 7028, 6902, 8672, 7195, 10155, 8131, 7131, 8651, 8409, 7116, 7389, 8661, 6982, 11017, 9843, 6992, 6833, 8941, 7709, 10160, 8637, 6939, 10332, 9449, 7078, 9133, 7897, 7148, 11405, 7998, 6717, 9353, 8374, 6897, 9635, 6678, 6756, 10717, 8794, 7032, 6730, 7740, 7669, 6950, 10498, 7751, 7014, 10478, 7057, 7050, 9561, 7877, 6894, 9767, 7281, 6817, 7779, 8724, 6437, 6645, 7843, 8356, 7530, 6732, 9561, 10845, 7517, 7150, 9403, 12557, 12277, 7576, 7130, 7442, 9313, 9006, 7168, 7070, 7430, 7959, 7057, 10273, 9969, 7194, 7490, 14081, 11896, 7020, 8847, 9649, 7936, 7343, 9746, 7046, 7757, 11800, 7230, 7096, 9689, 8629, 7109, 8078, 7352, 7193, 8847, 9998, 7067, 6945, 9444, 7483, 7070, 8707, 7702, 7046, 9809, 6902, 6977, 9637, 6951, 7061, 9039, 7658, 7115, 6827, 7299, 7218, 7744, 10091, 7128, 6217, 6153, 9636, 7769, 11910, 9069, 13746, 7945, 9652, 8115, 6936, 11177, 9267, 7219, 13414, 10064, 17169, 13666, 11101, 10723, 6903, 10297, 7758, 7170, 11800, 7571, 7185, 9571, 7078, 8700, 9226, 7007, 10239, 7847, 6864, 9569, 6420, 7055, 9322, 7590, 6855, 9558, 6675, 6891, 9885, 8329, 6828, 9499, 6878, 7342, 9184, 6815, 6528, 8910, 8236, 6868, 9452, 7005], 'WindowCenter': [3641.0, 3606.0, 3592.0, 3614.0, 3590.0, 3569.0, 3598.0, 3592.0, 3558.0, 3622.0, 3601.0, 3571.0, 3569.0, 3612.0, 3601.0, 3591.0, 3623.0, 3592.0, 3559.0, 3624.0, 3603.0, 3582.0, 3614.0, 3594.0, 3581.0, 3625.0, 3590.0, 3571.0, 3611.0, 3589.0, 3580.0, 3568.0, 3598.0, 3556.0, 3543.0, 3597.0, 3587.0, 3554.0, 3575.0, 3543.0, 3585.0, 3585.0, 3543.0, 3585.0, 3573.0, 3575.0, 3598.0, 3586.0, 3555.0, 3543.0, 3585.0, 3565.0, 3574.0, 3586.0, 3554.0, 3575.0, 3575.0, 3543.0, 3597.0, 3575.0, 3534.0, 3597.0, 3586.0, 3555.0, 3598.0, 3576.0, 3545.0, 3598.0, 3577.0, 3544.0, 3586.0, 3577.0, 3565.0, 3598.0, 3566.0, 3545.0, 3599.0, 3589.0, 3557.0, 3589.0, 3578.0, 3581.0, 3602.0, 3612.0, 3591.0, 3559.0, 3580.0, 3588.0, 3568.0, 3610.0, 3599.0, 3558.0, 3611.0, 3589.0, 3568.0, 3610.0, 3587.0, 3556.0, 3598.0, 3587.0, 3564.0, 3564.0, 3574.0, 3542.0, 3595.0, 3584.0, 3541.0, 3583.0, 3562.0, 3531.0, 3596.0, 3564.0, 3532.0, 3598.0, 3598.0, 3580.0, 3602.0, 3590.0, 3548.0, 3559.0, 3599.0, 3576.0, 3586.0, 3576.0, 3545.0, 3598.0, 3566.0, 3545.0, 3610.0, 3608.0, 3576.0, 3607.0, 3562.0, 3550.0, 3582.0, 3549.0, 3517.0, 3581.0, 3561.0, 3529.0, 3572.0, 3562.0, 3540.0, 3571.0, 3539.0, 3529.0, 3583.0, 3550.0, 3545.0, 3586.0, 3575.0, 3545.0, 3588.0, 3555.0, 3566.0, 3569.0, 3588.0, 3567.0, 3546.0, 3599.0, 3591.0, 3592.0, 3580.0, 3602.0, 3580.0, 3558.0, 3598.0, 3576.0, 3598.0, 3576.0, 3544.0, 3598.0, 3589.0, 3567.0, 3598.0, 3577.0, 3556.0, 3598.0, 3587.0, 3553.0, 3585.0, 3564.0, 3596.0, 3574.0, 3542.0, 3585.0, 3553.0, 3552.0, 3574.0, 3543.0, 3596.0, 3564.0, 3543.0, 3587.0, 3566.0, 3534.0, 3587.0, 3545.0, 3590.0, 3600.0, 3558.0, 3547.0, 3602.0, 3582.0, 3604.0, 3613.0, 3562.0, 3573.0, 3583.0, 3604.0, 3570.0, 3601.0, 3601.0, 3590.0, 3612.0, 3573.0, 3582.0, 3625.0, 3613.0, 3600.0, 3621.0, 3620.0, 3596.0, 3584.0, 3605.0, 3583.0, 3538.0, 3570.0, 3527.0, 3570.0, 3568.0, 3526.0, 3535.0, 3558.0, 3538.0, 3560.0, 3548.0, 3516.0, 3570.0, 3539.0, 3571.0, 3540.0, 3531.0, 3596.0, 3554.0, 3555.0, 3610.0, 3588.0, 3546.0, 3579.0, 3590.0, 3604.0, 3612.0, 3589.0, 3558.0, 3576.0, 3577.0, 3555.0, 3598.0, 3566.0, 3555.0, 3600.0, 3578.0, 3569.0, 3580.0, 3591.0, 3582.0, 3601.0, 3612.0, 3579.0, 3557.0, 3599.0, 3580.0, 3578.0, 3598.0, 3556.0, 3569.0, 3610.0, 3578.0, 3555.0, 3587.0, 3577.0, 3580.0, 3600.0, 3599.0, 3569.0, 3557.0, 3598.0, 3566.0, 3597.0, 3588.0, 3556.0, 3589.0, 3555.0, 3556.0, 3598.0, 3578.0, 3556.0, 3585.0, 3566.0, 3576.0, 3586.0, 3554.0, 3597.0, 3577.0, 3555.0, 3586.0, 3554.0, 3553.0, 3586.0, 3576.0, 3588.0, 3586.0, 3556.0, 3554.0, 3587.0, 3553.0, 3596.0, 3576.0, 3555.0, 3587.0, 3568.0, 3568.0, 3612.0, 3580.0, 3557.0, 3599.0, 3589.0, 3589.0, 3623.0, 3603.0, 3568.0, 3569.0, 3579.0, 3568.0, 3599.0, 3576.0, 3584.0, 3554.0, 3596.0, 3554.0, 3544.0, 3599.0, 3578.0, 3577.0, 3598.0, 3564.0, 3584.0, 3582.0, 3558.0, 3591.0, 3536.0, 3524.0, 3558.0, 3526.0, 3568.0, 3547.0, 3526.0, 3568.0, 3535.0, 3525.0, 3556.0, 3526.0, 3557.0, 3547.0, 3528.0, 3569.0, 3549.0, 3540.0, 3583.0, 3530.0, 3554.0, 3597.0, 3586.0, 3556.0, 3558.0, 3600.0, 3567.0, 3556.0, 3585.0, 3565.0, 3587.0, 3576.0, 3556.0, 3611.0, 3601.0, 3570.0, 3612.0, 3589.0, 3568.0, 3612.0, 3601.0, 3557.0, 3611.0, 3590.0, 3567.0, 3599.0, 3567.0, 3586.0, 3586.0, 3555.0, 3599.0, 3566.0, 3556.0, 3599.0, 3588.0, 3568.0, 3556.0, 3587.0, 3588.0, 3590.0, 3600.0, 3569.0, 3558.0, 3587.0, 3566.0, 3599.0, 3598.0, 3557.0, 3597.0, 3577.0, 3556.0, 3610.0, 3580.0, 3567.0, 3598.0, 3599.0, 3567.0, 3598.0, 3564.0, 3554.0, 3598.0, 3576.0, 3544.0, 3575.0, 3563.0, 3542.0, 3596.0, 3565.0, 3544.0, 3586.0, 3577.0, 3568.0, 3600.0, 3589.0, 3557.0, 3557.0, 3588.0, 3554.0, 3596.0, 3577.0, 3555.0, 3587.0, 3555.0, 3575.0, 3599.0, 3567.0, 3555.0, 3587.0, 3566.0, 3597.0, 3586.0, 3544.0, 3575.0, 3586.0, 3565.0, 3597.0, 3564.0, 3543.0, 3596.0, 3564.0, 3554.0, 3585.0, 3575.0, 3543.0, 3585.0, 3555.0, 3553.0, 3586.0, 3554.0, 3555.0, 3598.0, 3577.0, 3557.0, 3599.0, 3578.0, 3569.0, 3600.0, 3569.0, 3590.0, 3602.0, 3569.0, 3600.0, 3569.0, 3569.0, 3612.0, 3579.0, 3569.0, 3601.0, 3590.0, 3591.0, 3602.0, 3581.0, 3558.0, 3612.0, 3578.0, 3599.0, 3577.0, 3555.0, 3600.0, 3581.0, 3599.0, 3600.0, 3568.0, 3620.0, 3576.0, 3563.0, 3585.0, 3552.0, 3584.0, 3551.0, 3542.0, 3584.0, 3564.0, 3555.0, 3575.0, 3553.0, 3587.0, 3565.0, 3554.0, 3564.0, 3565.0, 3587.0, 3589.0, 3568.0, 3599.0, 3589.0, 3592.0, 3601.0, 3581.0, 3560.0, 3560.0, 3592.0, 3612.0, 3578.0, 3577.0, 3576.0, 3556.0, 3589.0, 3569.0, 3612.0, 3559.0, 3570.0, 3600.0, 3577.0, 3586.0, 3596.0, 3585.0, 3563.0, 3594.0, 3583.0, 3560.0, 3593.0, 3570.0, 3526.0, 3556.0, 3524.0, 3534.0, 3557.0, 3526.0, 3526.0, 3548.0, 3539.0, 3540.0, 3573.0, 3552.0, 3542.0, 3585.0, 3565.0, 3555.0, 3575.0, 3554.0, 3554.0, 3576.0, 3555.0, 3554.0, 3576.0, 3567.0, 3556.0, 3589.0, 3556.0, 3556.0, 3578.0, 3568.0, 3557.0, 3589.0, 3569.0, 3601.0, 3599.0, 3570.0, 3569.0, 3590.0, 3590.0, 3579.0, 3612.0, 3580.0, 3569.0, 3612.0, 3591.0, 3569.0, 3600.0, 3567.0, 3589.0, 3600.0, 3568.0, 3567.0, 3577.0, 3568.0, 3600.0, 3589.0, 3568.0, 3600.0, 3600.0, 3567.0, 3589.0, 3578.0, 3556.0, 3599.0, 3577.0, 3567.0, 3588.0, 3578.0, 3566.0, 3589.0, 3567.0, 3568.0, 3609.0, 3588.0, 3568.0, 3588.0, 3567.0, 3567.0, 3611.0, 3568.0, 3556.0, 3575.0, 3567.0, 3599.0, 3567.0, 3566.0, 3599.0, 3589.0, 3568.0, 3599.0, 3568.0, 3568.0, 3612.0, 3589.0, 3578.0, 3577.0, 3566.0, 3566.0, 3598.0, 3576.0, 3556.0, 3587.0, 3555.0, 3598.0, 3577.0, 3565.0, 3587.0, 3566.0, 3565.0, 3598.0, 3566.0, 3565.0, 3576.0, 3566.0, 3598.0, 3587.0, 3555.0, 3587.0, 3566.0, 3565.0, 3587.0, 3555.0, 3554.0, 3576.0, 3566.0, 3599.0, 3576.0, 3567.0, 3577.0, 3577.0, 3567.0, 3567.0, 3577.0, 3567.0, 3599.0, 3599.0, 3567.0, 3556.0, 3588.0, 3578.0, 3599.0, 3588.0, 3567.0, 3599.0, 3588.0, 3567.0, 3587.0, 3576.0, 3566.0, 3610.0, 3577.0, 3555.0, 3587.0, 3577.0, 3566.0, 3587.0, 3555.0, 3556.0, 3598.0, 3588.0, 3568.0, 3556.0, 3566.0, 3578.0, 3567.0, 3598.0, 3578.0, 3567.0, 3599.0, 3566.0, 3566.0, 3588.0, 3577.0, 3567.0, 3598.0, 3567.0, 3569.0, 3580.0, 3590.0, 3558.0, 3568.0, 3579.0, 3589.0, 3591.0, 3569.0, 3601.0, 3612.0, 3568.0, 3569.0, 3589.0, 3612.0, 3611.0, 3579.0, 3569.0, 3567.0, 3586.0, 3576.0, 3554.0, 3555.0, 3565.0, 3577.0, 3567.0, 3599.0, 3599.0, 3567.0, 3566.0, 3609.0, 3597.0, 3554.0, 3575.0, 3586.0, 3565.0, 3553.0, 3574.0, 3553.0, 3563.0, 3595.0, 3552.0, 3552.0, 3574.0, 3574.0, 3553.0, 3564.0, 3553.0, 3553.0, 3575.0, 3585.0, 3554.0, 3553.0, 3586.0, 3565.0, 3555.0, 3576.0, 3566.0, 3566.0, 3598.0, 3567.0, 3568.0, 3599.0, 3568.0, 3569.0, 3589.0, 3579.0, 3579.0, 3569.0, 3579.0, 3580.0, 3580.0, 3616.0, 3583.0, 3559.0, 3560.0, 3614.0, 3581.0, 3612.0, 3578.0, 3608.0, 3565.0, 3574.0, 3564.0, 3554.0, 3598.0, 3587.0, 3565.0, 3607.0, 3573.0, 3593.0, 3581.0, 3557.0, 3556.0, 3524.0, 3556.0, 3536.0, 3526.0, 3579.0, 3547.0, 3536.0, 3557.0, 3525.0, 3545.0, 3556.0, 3526.0, 3568.0, 3547.0, 3538.0, 3572.0, 3539.0, 3551.0, 3572.0, 3563.0, 3552.0, 3585.0, 3554.0, 3554.0, 3586.0, 3577.0, 3555.0, 3588.0, 3556.0, 3567.0, 3588.0, 3568.0, 3558.0, 3588.0, 3578.0, 3568.0, 3600.0, 3568.0], 'WindowWidth': [8219.0, 8163.0, 8136.0, 8166.0, 8129.0, 8097.0, 8136.0, 8134.0, 8084.0, 8173.0, 8146.0, 8105.0, 8102.0, 8160.0, 8144.0, 8131.0, 8179.0, 8132.0, 8088.0, 8180.0, 8151.0, 8122.0, 8165.0, 8138.0, 8117.0, 8184.0, 8130.0, 8106.0, 8158.0, 8127.0, 8113.0, 8095.0, 8135.0, 8075.0, 8054.0, 8133.0, 8117.0, 8069.0, 8098.0, 8053.0, 8112.0, 8112.0, 8055.0, 8110.0, 8093.0, 8097.0, 8135.0, 8116.0, 8075.0, 8056.0, 8111.0, 8083.0, 8095.0, 8113.0, 8070.0, 8097.0, 8097.0, 8055.0, 8132.0, 8100.0, 8043.0, 8130.0, 8115.0, 8074.0, 8134.0, 8102.0, 8060.0, 8135.0, 8103.0, 8057.0, 8115.0, 8104.0, 8087.0, 8134.0, 8088.0, 8060.0, 8138.0, 8123.0, 8080.0, 8125.0, 8108.0, 8119.0, 8147.0, 8162.0, 8133.0, 8088.0, 8114.0, 8122.0, 8094.0, 8154.0, 8136.0, 8081.0, 8157.0, 8123.0, 8095.0, 8152.0, 8118.0, 8073.0, 8135.0, 8117.0, 8083.0, 8080.0, 8093.0, 8049.0, 8125.0, 8108.0, 8048.0, 8105.0, 8074.0, 8035.0, 8128.0, 8082.0, 8039.0, 8133.0, 8135.0, 8112.0, 8147.0, 8126.0, 8071.0, 8085.0, 8137.0, 8102.0, 8115.0, 8102.0, 8058.0, 8134.0, 8089.0, 8059.0, 8155.0, 8149.0, 8100.0, 8143.0, 8073.0, 8054.0, 8099.0, 8051.0, 8006.0, 8098.0, 8071.0, 8026.0, 8088.0, 8074.0, 8042.0, 8086.0, 8040.0, 8028.0, 8104.0, 8057.0, 8059.0, 8114.0, 8098.0, 8060.0, 8121.0, 8073.0, 8089.0, 8099.0, 8122.0, 8091.0, 8062.0, 8138.0, 8131.0, 8132.0, 8116.0, 8148.0, 8116.0, 8082.0, 8134.0, 8101.0, 8134.0, 8102.0, 8057.0, 8134.0, 8121.0, 8092.0, 8135.0, 8105.0, 8076.0, 8134.0, 8117.0, 8067.0, 8110.0, 8082.0, 8127.0, 8095.0, 8049.0, 8111.0, 8066.0, 8064.0, 8094.0, 8052.0, 8128.0, 8083.0, 8054.0, 8117.0, 8088.0, 8044.0, 8118.0, 8061.0, 8127.0, 8142.0, 8083.0, 8066.0, 8147.0, 8123.0, 8154.0, 8161.0, 8095.0, 8110.0, 8124.0, 8151.0, 8103.0, 8142.0, 8143.0, 8126.0, 8160.0, 8112.0, 8123.0, 8184.0, 8159.0, 8139.0, 8172.0, 8165.0, 8125.0, 8105.0, 8141.0, 8102.0, 8035.0, 8079.0, 8018.0, 8079.0, 8074.0, 8017.0, 8027.0, 8062.0, 8035.0, 8067.0, 8050.0, 8006.0, 8081.0, 8041.0, 8085.0, 8042.0, 8035.0, 8128.0, 8070.0, 8074.0, 8152.0, 8122.0, 8064.0, 8109.0, 8126.0, 8150.0, 8159.0, 8125.0, 8081.0, 8102.0, 8102.0, 8072.0, 8132.0, 8088.0, 8073.0, 8139.0, 8110.0, 8099.0, 8115.0, 8128.0, 8119.0, 8143.0, 8159.0, 8111.0, 8077.0, 8135.0, 8112.0, 8105.0, 8134.0, 8075.0, 8099.0, 8153.0, 8106.0, 8074.0, 8118.0, 8104.0, 8112.0, 8141.0, 8136.0, 8097.0, 8079.0, 8135.0, 8086.0, 8130.0, 8119.0, 8077.0, 8122.0, 8074.0, 8074.0, 8135.0, 8107.0, 8073.0, 8112.0, 8087.0, 8099.0, 8112.0, 8068.0, 8129.0, 8102.0, 8071.0, 8114.0, 8071.0, 8067.0, 8114.0, 8099.0, 8118.0, 8114.0, 8075.0, 8070.0, 8115.0, 8067.0, 8129.0, 8102.0, 8072.0, 8118.0, 8095.0, 8097.0, 8160.0, 8115.0, 8081.0, 8139.0, 8123.0, 8122.0, 8178.0, 8148.0, 8093.0, 8096.0, 8108.0, 8094.0, 8139.0, 8097.0, 8107.0, 8067.0, 8125.0, 8068.0, 8054.0, 8135.0, 8106.0, 8106.0, 8132.0, 8082.0, 8106.0, 8100.0, 8060.0, 8111.0, 8029.0, 8009.0, 8058.0, 8016.0, 8075.0, 8045.0, 8015.0, 8076.0, 8028.0, 8013.0, 8057.0, 8015.0, 8057.0, 8047.0, 8021.0, 8080.0, 8053.0, 8043.0, 8105.0, 8033.0, 8069.0, 8129.0, 8114.0, 8077.0, 8082.0, 8141.0, 8094.0, 8075.0, 8113.0, 8086.0, 8118.0, 8102.0, 8077.0, 8156.0, 8143.0, 8103.0, 8160.0, 8125.0, 8095.0, 8159.0, 8141.0, 8079.0, 8154.0, 8125.0, 8092.0, 8137.0, 8092.0, 8113.0, 8112.0, 8069.0, 8136.0, 8089.0, 8077.0, 8137.0, 8120.0, 8094.0, 8077.0, 8118.0, 8120.0, 8126.0, 8141.0, 8098.0, 8081.0, 8119.0, 8089.0, 8137.0, 8134.0, 8077.0, 8131.0, 8105.0, 8077.0, 8153.0, 8114.0, 8093.0, 8136.0, 8136.0, 8089.0, 8134.0, 8081.0, 8068.0, 8132.0, 8099.0, 8055.0, 8096.0, 8077.0, 8049.0, 8129.0, 8083.0, 8055.0, 8113.0, 8104.0, 8095.0, 8139.0, 8124.0, 8080.0, 8078.0, 8119.0, 8068.0, 8128.0, 8103.0, 8072.0, 8116.0, 8073.0, 8099.0, 8136.0, 8091.0, 8072.0, 8115.0, 8088.0, 8129.0, 8112.0, 8055.0, 8096.0, 8114.0, 8084.0, 8131.0, 8080.0, 8053.0, 8128.0, 8083.0, 8067.0, 8110.0, 8098.0, 8053.0, 8112.0, 8072.0, 8067.0, 8114.0, 8069.0, 8072.0, 8133.0, 8103.0, 8080.0, 8136.0, 8109.0, 8099.0, 8141.0, 8097.0, 8126.0, 8144.0, 8098.0, 8140.0, 8096.0, 8097.0, 8159.0, 8111.0, 8096.0, 8142.0, 8126.0, 8128.0, 8145.0, 8116.0, 8085.0, 8158.0, 8107.0, 8135.0, 8105.0, 8072.0, 8140.0, 8116.0, 8138.0, 8139.0, 8094.0, 8167.0, 8099.0, 8077.0, 8107.0, 8060.0, 8106.0, 8059.0, 8046.0, 8107.0, 8080.0, 8071.0, 8097.0, 8066.0, 8114.0, 8084.0, 8067.0, 8082.0, 8083.0, 8115.0, 8123.0, 8093.0, 8137.0, 8125.0, 8131.0, 8141.0, 8117.0, 8088.0, 8088.0, 8131.0, 8158.0, 8105.0, 8101.0, 8100.0, 8073.0, 8121.0, 8098.0, 8161.0, 8087.0, 8102.0, 8140.0, 8101.0, 8112.0, 8126.0, 8108.0, 8075.0, 8119.0, 8102.0, 8066.0, 8116.0, 8078.0, 8013.0, 8054.0, 8010.0, 8021.0, 8057.0, 8015.0, 8015.0, 8046.0, 8038.0, 8041.0, 8089.0, 8061.0, 8048.0, 8110.0, 8084.0, 8070.0, 8097.0, 8068.0, 8066.0, 8098.0, 8069.0, 8068.0, 8098.0, 8088.0, 8075.0, 8122.0, 8077.0, 8075.0, 8105.0, 8093.0, 8077.0, 8122.0, 8097.0, 8142.0, 8139.0, 8100.0, 8100.0, 8125.0, 8127.0, 8111.0, 8159.0, 8112.0, 8097.0, 8158.0, 8128.0, 8097.0, 8139.0, 8093.0, 8121.0, 8138.0, 8092.0, 8088.0, 8103.0, 8093.0, 8138.0, 8121.0, 8094.0, 8137.0, 8139.0, 8093.0, 8122.0, 8105.0, 8076.0, 8137.0, 8105.0, 8089.0, 8117.0, 8105.0, 8088.0, 8122.0, 8091.0, 8093.0, 8151.0, 8120.0, 8093.0, 8121.0, 8091.0, 8090.0, 8155.0, 8093.0, 8074.0, 8099.0, 8090.0, 8135.0, 8091.0, 8089.0, 8138.0, 8123.0, 8094.0, 8137.0, 8094.0, 8095.0, 8158.0, 8122.0, 8106.0, 8105.0, 8088.0, 8089.0, 8131.0, 8100.0, 8074.0, 8114.0, 8070.0, 8131.0, 8104.0, 8086.0, 8118.0, 8088.0, 8084.0, 8134.0, 8088.0, 8085.0, 8100.0, 8088.0, 8131.0, 8115.0, 8073.0, 8116.0, 8086.0, 8084.0, 8115.0, 8071.0, 8067.0, 8099.0, 8088.0, 8134.0, 8101.0, 8091.0, 8102.0, 8105.0, 8090.0, 8091.0, 8103.0, 8091.0, 8137.0, 8134.0, 8092.0, 8075.0, 8119.0, 8107.0, 8136.0, 8119.0, 8089.0, 8135.0, 8118.0, 8089.0, 8118.0, 8100.0, 8088.0, 8154.0, 8104.0, 8073.0, 8117.0, 8102.0, 8087.0, 8119.0, 8073.0, 8075.0, 8133.0, 8120.0, 8096.0, 8075.0, 8088.0, 8106.0, 8091.0, 8133.0, 8106.0, 8090.0, 8136.0, 8089.0, 8087.0, 8120.0, 8105.0, 8093.0, 8136.0, 8091.0, 8097.0, 8115.0, 8127.0, 8085.0, 8096.0, 8107.0, 8124.0, 8130.0, 8099.0, 8144.0, 8157.0, 8094.0, 8097.0, 8123.0, 8159.0, 8156.0, 8111.0, 8098.0, 8092.0, 8114.0, 8101.0, 8069.0, 8072.0, 8086.0, 8103.0, 8092.0, 8137.0, 8137.0, 8090.0, 8088.0, 8151.0, 8130.0, 8068.0, 8097.0, 8112.0, 8083.0, 8066.0, 8094.0, 8065.0, 8077.0, 8124.0, 8063.0, 8062.0, 8093.0, 8092.0, 8066.0, 8081.0, 8064.0, 8066.0, 8097.0, 8110.0, 8068.0, 8064.0, 8114.0, 8084.0, 8071.0, 8101.0, 8088.0, 8088.0, 8134.0, 8090.0, 8093.0, 8138.0, 8095.0, 8097.0, 8123.0, 8110.0, 8112.0, 8098.0, 8112.0, 8113.0, 8114.0, 8171.0, 8122.0, 8084.0, 8088.0, 8163.0, 8116.0, 8160.0, 8107.0, 8146.0, 8083.0, 8093.0, 8080.0, 8067.0, 8134.0, 8118.0, 8086.0, 8145.0, 8092.0, 8117.0, 8096.0, 8056.0, 8052.0, 8008.0, 8054.0, 8028.0, 8015.0, 8092.0, 8046.0, 8028.0, 8057.0, 8011.0, 8039.0, 8056.0, 8015.0, 8076.0, 8047.0, 8037.0, 8087.0, 8042.0, 8058.0, 8090.0, 8077.0, 8063.0, 8111.0, 8068.0, 8069.0, 8116.0, 8105.0, 8074.0, 8119.0, 8075.0, 8089.0, 8121.0, 8094.0, 8082.0, 8121.0, 8108.0, 8095.0, 8138.0, 8094.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.0004458256880733945</td></tr>
<tr><td colspan=3>aqi</td><td>0.0238519252293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.97381916761192</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1983869526865678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9930730038117113</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>5951.8979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11640832693954425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.123853211009175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.614936522846206</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.618811573926303</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8263572962507544</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.399640698361561</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196225</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01021464541554451</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019962377846240997</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.706928793317258</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>28.9739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2466</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.5031</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>553.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.175</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.1798</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2764.1742</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.611</td></tr>
<tr><td colspan=3>tsnr</td><td>36.61108479718678</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>