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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-04_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-04_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-0081/ses-01/func/sub-0081_ses-01_task-social_acq-mb8_run-04_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>f3f688ec676324861ca8a2c74bf34a12</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>09:12:55.542500</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.999055, 0.0227096, -0.0370688, -0.0193573, 0.995896, 0.0884142]</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-04_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.0864672</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7704, -7290, 589, -41, 12, 78, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d58b8809-d7d7-4d15-be88-a34f860b7e98||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.6803905963897705, -0.051934096962213516, -0.10509602725505829, 116.50434875488281], [-0.0609280988574028, 2.671915292739868, 0.23655515909194946, -94.67160034179688], [-0.09945274889469147, -0.23720870912075043, 2.687563180923462, -55.071807861328125], [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': ['091255.542500', '091256.002500', '091256.462500', '091256.922500', '091257.382500', '091257.842500', '091258.302500', '091258.762500', '091259.222500', '091259.682500', '091300.142500', '091300.602500', '091301.062500', '091301.522500', '091301.982500', '091302.442500', '091302.902500', '091303.362500', '091303.822500', '091304.282500', '091304.742500', '091305.202500', '091305.662500', '091306.122500', '091306.582500', '091307.042500', '091307.502500', '091307.962500', '091308.422500', '091308.882500', '091309.342500', '091309.802500', '091310.262500', '091310.722500', '091311.182500', '091311.642500', '091312.102500', '091312.562500', '091313.022500', '091313.482500', '091313.942500', '091314.402500', '091314.862500', '091315.322500', '091315.782500', '091316.242500', '091316.702500', '091317.162500', '091317.622500', '091318.082500', '091318.542500', '091319.002500', '091319.462500', '091319.922500', '091320.382500', '091320.842500', '091321.302500', '091321.762500', '091322.222500', '091322.682500', '091323.142500', '091323.602500', '091324.062500', '091324.522500', '091324.982500', '091325.442500', '091325.902500', '091326.362500', '091326.822500', '091327.282500', '091327.742500', '091328.202500', '091328.662500', '091329.122500', '091329.582500', '091330.042500', '091330.502500', '091330.962500', '091331.422500', '091331.882500', '091332.342500', '091332.802500', '091333.262500', '091333.722500', '091334.182500', '091334.642500', '091335.102500', '091335.562500', '091336.022500', '091336.482500', '091336.942500', '091337.402500', '091337.862500', '091338.322500', '091338.782500', '091339.242500', '091339.702500', '091340.162500', '091340.622500', '091341.082500', '091341.542500', '091342.002500', '091342.462500', '091342.922500', '091343.382500', '091343.842500', '091344.302500', '091344.762500', '091345.222500', '091345.682500', '091346.142500', '091346.602500', '091347.062500', '091347.522500', '091347.982500', '091348.442500', '091348.902500', '091349.362500', '091349.822500', '091350.282500', '091350.742500', '091351.202500', '091351.662500', '091352.122500', '091352.582500', '091353.042500', '091353.502500', '091353.962500', '091354.422500', '091354.882500', '091355.342500', '091355.802500', '091356.262500', '091356.722500', '091357.182500', '091357.642500', '091358.102500', '091358.562500', '091359.022500', '091359.482500', '091359.942500', '091400.402500', '091400.862500', '091401.322500', '091401.782500', '091402.242500', '091402.702500', '091403.162500', '091403.622500', '091404.082500', '091404.542500', '091405.002500', '091405.462500', '091405.922500', '091406.382500', '091406.842500', '091407.302500', '091407.762500', '091408.222500', '091408.682500', '091409.142500', '091409.602500', '091410.062500', '091410.522500', '091410.982500', '091411.442500', '091411.902500', '091412.362500', '091412.822500', '091413.282500', '091413.742500', '091414.202500', '091414.662500', '091415.122500', '091415.582500', '091416.042500', '091416.502500', '091416.962500', '091417.422500', '091417.882500', '091418.342500', '091418.802500', '091419.262500', '091419.722500', '091420.182500', '091420.642500', '091421.102500', '091421.562500', '091422.022500', '091422.482500', '091422.942500', '091423.402500', '091423.862500', '091424.322500', '091424.782500', '091425.242500', '091425.702500', '091426.162500', '091426.622500', '091427.082500', '091427.542500', '091428.002500', '091428.462500', '091428.922500', '091429.382500', '091429.842500', '091430.302500', '091430.762500', '091431.222500', '091431.682500', '091432.142500', '091432.602500', '091433.062500', '091433.522500', '091433.982500', '091434.442500', '091434.902500', '091435.362500', '091435.822500', '091436.282500', '091436.742500', '091437.202500', '091437.662500', '091438.122500', '091438.582500', '091439.042500', '091439.502500', '091439.962500', '091440.422500', '091440.882500', '091441.342500', '091441.802500', '091442.262500', '091442.722500', '091443.182500', '091443.642500', '091444.102500', '091444.562500', '091445.022500', '091445.482500', '091445.942500', '091446.402500', '091446.862500', '091447.322500', '091447.782500', '091448.242500', '091448.702500', '091449.162500', '091449.622500', '091450.082500', '091450.542500', '091451.002500', '091451.462500', '091451.922500', '091452.382500', '091452.842500', '091453.302500', '091453.762500', '091454.222500', '091454.682500', '091455.142500', '091455.602500', '091456.062500', '091456.522500', '091456.982500', '091457.442500', '091457.902500', '091458.362500', '091458.822500', '091459.282500', '091459.742500', '091500.202500', '091500.662500', '091501.122500', '091501.582500', '091502.042500', '091502.502500', '091502.962500', '091503.422500', '091503.882500', '091504.342500', '091504.802500', '091505.262500', '091505.722500', '091506.182500', '091506.642500', '091507.102500', '091507.562500', '091508.022500', '091508.482500', '091508.942500', '091509.402500', '091509.862500', '091510.322500', '091510.782500', '091511.242500', '091511.702500', '091512.162500', '091512.622500', '091513.082500', '091513.542500', '091514.002500', '091514.462500', '091514.922500', '091515.382500', '091515.842500', '091516.302500', '091516.762500', '091517.222500', '091517.682500', '091518.142500', '091518.602500', '091519.062500', '091519.522500', '091519.982500', '091520.442500', '091520.902500', '091521.362500', '091521.822500', '091522.282500', '091522.742500', '091523.202500', '091523.662500', '091524.122500', '091524.582500', '091525.042500', '091525.502500', '091525.962500', '091526.422500', '091526.882500', '091527.342500', '091527.802500', '091528.262500', '091528.722500', '091529.182500', '091529.642500', '091530.102500', '091530.562500', '091531.022500', '091531.482500', '091531.942500', '091532.402500', '091532.862500', '091533.322500', '091533.782500', '091534.242500', '091534.702500', '091535.162500', '091535.622500', '091536.082500', '091536.542500', '091537.002500', '091537.462500', '091537.922500', '091538.382500', '091538.842500', '091539.302500', '091539.762500', '091540.222500', '091540.682500', '091541.142500', '091541.602500', '091542.062500', '091542.522500', '091542.982500', '091543.442500', '091543.902500', '091544.362500', '091544.822500', '091545.282500', '091545.742500', '091546.202500', '091546.662500', '091547.122500', '091547.582500', '091548.042500', '091548.502500', '091548.962500', '091549.422500', '091549.882500', '091550.342500', '091550.802500', '091551.262500', '091551.722500', '091552.182500', '091552.642500', '091553.102500', '091553.562500', '091554.022500', '091554.482500', '091554.942500', '091555.402500', '091555.862500', '091556.322500', '091556.782500', '091557.242500', '091557.702500', '091558.162500', '091558.622500', '091559.082500', '091559.542500', '091600.002500', '091600.462500', '091600.922500', '091601.382500', '091601.842500', '091602.302500', '091602.762500', '091603.222500', '091603.682500', '091604.142500', '091604.602500', '091605.062500', '091605.522500', '091605.982500', '091606.442500', '091606.902500', '091607.362500', '091607.822500', '091608.282500', '091608.742500', '091609.202500', '091609.662500', '091610.122500', '091610.582500', '091611.042500', '091611.502500', '091611.962500', '091612.422500', '091612.882500', '091613.342500', '091613.802500', '091614.262500', '091614.722500', '091615.182500', '091615.642500', '091616.102500', '091616.562500', '091617.022500', '091617.482500', '091617.942500', '091618.402500', '091618.862500', '091619.322500', '091619.782500', '091620.242500', '091620.702500', '091621.162500', '091621.622500', '091622.082500', '091622.542500', '091623.002500', '091623.462500', '091623.922500', '091624.382500', '091624.842500', '091625.302500', '091625.762500', '091626.222500', '091626.682500', '091627.142500', '091627.602500', '091628.062500', '091628.522500', '091628.982500', '091629.442500', '091629.902500', '091630.362500', '091630.822500', '091631.282500', '091631.742500', '091632.202500', '091632.662500', '091633.122500', '091633.582500', '091634.042500', '091634.502500', '091634.962500', '091635.422500', '091635.882500', '091636.342500', '091636.802500', '091637.262500', '091637.722500', '091638.182500', '091638.642500', '091639.102500', '091639.562500', '091640.022500', '091640.482500', '091640.942500', '091641.402500', '091641.862500', '091642.322500', '091642.782500', '091643.242500', '091643.702500', '091644.162500', '091644.622500', '091645.082500', '091645.542500', '091646.002500', '091646.462500', '091646.922500', '091647.382500', '091647.842500', '091648.302500', '091648.762500', '091649.222500', '091649.682500', '091650.142500', '091650.602500', '091651.062500', '091651.522500', '091651.982500', '091652.442500', '091652.902500', '091653.362500', '091653.822500', '091654.282500', '091654.742500', '091655.202500', '091655.662500', '091656.122500', '091656.582500', '091657.042500', '091657.502500', '091657.962500', '091658.422500', '091658.882500', '091659.342500', '091659.802500', '091700.262500', '091700.722500', '091701.182500', '091701.642500', '091702.102500', '091702.562500', '091703.022500', '091703.482500', '091703.942500', '091704.402500', '091704.862500', '091705.322500', '091705.782500', '091706.242500', '091706.702500', '091707.162500', '091707.622500', '091708.082500', '091708.542500', '091709.002500', '091709.462500', '091709.922500', '091710.382500', '091710.842500', '091711.302500', '091711.762500', '091712.222500', '091712.682500', '091713.142500', '091713.602500', '091714.062500', '091714.522500', '091714.982500', '091715.442500', '091715.902500', '091716.362500', '091716.822500', '091717.282500', '091717.742500', '091718.202500', '091718.662500', '091719.122500', '091719.582500', '091720.042500', '091720.502500', '091720.962500', '091721.422500', '091721.882500', '091722.342500', '091722.802500', '091723.262500', '091723.722500', '091724.182500', '091724.642500', '091725.102500', '091725.562500', '091726.022500', '091726.482500', '091726.942500', '091727.402500', '091727.862500', '091728.322500', '091728.782500', '091729.242500', '091729.702500', '091730.162500', '091730.622500', '091731.082500', '091731.542500', '091732.002500', '091732.462500', '091732.922500', '091733.382500', '091733.842500', '091734.302500', '091734.762500', '091735.222500', '091735.682500', '091736.142500', '091736.602500', '091737.062500', '091737.522500', '091737.982500', '091738.442500', '091738.902500', '091739.362500', '091739.822500', '091740.282500', '091740.742500', '091741.202500', '091741.662500', '091742.122500', '091742.582500', '091743.042500', '091743.502500', '091743.962500', '091744.422500', '091744.882500', '091745.342500', '091745.802500', '091746.262500', '091746.722500', '091747.182500', '091747.642500', '091748.102500', '091748.562500', '091749.022500', '091749.482500', '091749.942500', '091750.402500', '091750.862500', '091751.322500', '091751.782500', '091752.242500', '091752.702500', '091753.162500', '091753.622500', '091754.082500', '091754.542500', '091755.002500', '091755.462500', '091755.922500', '091756.382500', '091756.842500', '091757.302500', '091757.762500', '091758.222500', '091758.682500', '091759.142500', '091759.602500', '091800.062500', '091800.522500', '091800.982500', '091801.442500', '091801.902500', '091802.362500', '091802.822500', '091803.282500', '091803.742500', '091804.202500', '091804.662500', '091805.122500', '091805.582500', '091806.042500', '091806.502500', '091806.962500', '091807.422500', '091807.882500', '091808.342500', '091808.802500', '091809.262500', '091809.722500', '091810.182500', '091810.642500', '091811.102500', '091811.562500', '091812.022500', '091812.482500', '091812.942500', '091813.402500', '091813.862500', '091814.322500', '091814.782500', '091815.242500', '091815.702500', '091816.162500', '091816.622500', '091817.082500', '091817.542500', '091818.002500', '091818.462500', '091818.922500', '091819.382500', '091819.842500', '091820.302500', '091820.762500', '091821.222500', '091821.682500', '091822.142500', '091822.602500', '091823.062500', '091823.522500', '091823.982500', '091824.442500', '091824.902500', '091825.362500', '091825.822500', '091826.282500', '091826.742500', '091827.202500', '091827.662500', '091828.122500', '091828.582500', '091829.042500', '091829.502500', '091829.962500', '091830.422500', '091830.882500', '091831.342500', '091831.802500', '091832.262500', '091832.722500', '091833.182500', '091833.642500', '091834.102500', '091834.562500', '091835.022500', '091835.482500', '091835.942500', '091836.402500', '091836.862500', '091837.322500', '091837.782500', '091838.242500', '091838.702500', '091839.162500', '091839.622500', '091840.082500', '091840.542500', '091841.002500', '091841.462500', '091841.922500', '091842.382500', '091842.842500', '091843.302500', '091843.762500', '091844.222500', '091844.682500', '091845.142500', '091845.602500', '091846.062500', '091846.522500', '091846.982500', '091847.442500', '091847.902500', '091848.362500', '091848.822500', '091849.282500', '091849.742500', '091850.202500', '091850.662500', '091851.122500', '091851.582500', '091852.042500', '091852.502500', '091852.962500', '091853.422500', '091853.882500', '091854.342500', '091854.802500', '091855.262500', '091855.722500', '091856.182500', '091856.642500', '091857.102500', '091857.562500', '091858.022500', '091858.482500', '091858.942500', '091859.402500', '091859.862500', '091900.322500', '091900.782500', '091901.242500', '091901.702500', '091902.162500', '091902.622500', '091903.082500', '091903.542500', '091904.002500', '091904.462500', '091904.922500', '091905.382500', '091905.842500', '091906.302500', '091906.762500', '091907.222500', '091907.682500', '091908.142500', '091908.602500', '091909.062500', '091909.522500', '091909.982500', '091910.442500', '091910.902500', '091911.362500', '091911.822500', '091912.282500', '091912.742500', '091913.202500', '091913.662500', '091914.122500', '091914.582500', '091915.042500', '091915.502500', '091915.962500', '091916.422500', '091916.882500', '091917.342500', '091917.802500', '091918.262500', '091918.722500', '091919.182500', '091919.642500', '091920.102500', '091920.562500', '091921.022500', '091921.482500', '091921.942500', '091922.402500', '091922.862500', '091923.322500', '091923.782500', '091924.242500', '091924.702500', '091925.162500', '091925.622500', '091926.082500', '091926.542500', '091927.002500', '091927.462500', '091927.922500', '091928.382500', '091928.842500', '091929.302500', '091929.762500', '091930.222500', '091930.682500', '091931.142500', '091931.602500', '091932.062500', '091932.522500', '091932.982500', '091933.442500', '091933.902500', '091934.362500', '091934.822500', '091935.282500', '091935.742500', '091936.202500'], 'ContentTime': ['091324.865000', '091324.868000', '091324.871000', '091324.873000', '091324.876000', '091324.879000', '091324.881000', '091324.884000', '091324.886000', '091324.889000', '091324.891000', '091324.894000', '091324.897000', '091324.899000', '091324.902000', '091324.904000', '091324.907000', '091324.910000', '091324.912000', '091324.939000', '091324.942000', '091324.944000', '091324.947000', '091324.949000', '091324.952000', '091324.954000', '091324.957000', '091324.959000', '091324.962000', '091324.965000', '091324.967000', '091324.970000', '091324.972000', '091324.975000', '091324.977000', '091324.980000', '091324.983000', '091324.985000', '091324.988000', '091324.990000', '091324.993000', '091324.995000', '091324.998000', '091325.000000', '091325.003000', '091325.005000', '091325.008000', '091325.011000', '091325.013000', '091325.016000', '091325.018000', '091325.021000', '091325.023000', '091325.026000', '091325.028000', '091325.031000', '091325.034000', '091325.036000', '091325.039000', '091325.041000', '091344.831000', '091344.833000', '091344.836000', '091344.839000', '091344.841000', '091344.844000', '091344.846000', '091344.849000', '091344.851000', '091344.854000', '091344.856000', '091344.859000', '091344.861000', '091344.864000', '091344.867000', '091344.869000', '091344.872000', '091344.874000', '091344.877000', '091344.879000', '091344.882000', '091344.885000', '091344.887000', '091344.890000', '091344.892000', '091344.895000', '091344.897000', '091344.900000', '091344.902000', '091344.905000', '091344.907000', '091344.910000', '091344.912000', '091344.915000', '091344.918000', '091344.920000', '091344.923000', '091344.925000', '091344.960000', '091344.963000', '091344.965000', '091344.968000', '091344.971000', '091344.973000', '091404.830000', '091404.833000', '091404.836000', '091404.839000', '091404.841000', '091404.844000', '091404.846000', '091404.849000', '091404.851000', '091404.854000', '091404.856000', '091404.859000', '091404.861000', '091404.865000', '091404.867000', '091404.870000', '091404.872000', '091404.875000', '091404.878000', '091404.880000', '091404.883000', '091404.887000', '091404.890000', '091404.893000', '091404.895000', '091404.898000', '091404.900000', '091404.903000', '091404.905000', '091404.908000', '091404.910000', '091404.913000', '091404.915000', '091404.918000', '091404.920000', '091404.923000', '091404.926000', '091404.928000', '091404.931000', '091404.933000', '091404.936000', '091404.939000', '091404.941000', '091424.830000', '091424.833000', '091424.836000', '091424.838000', '091424.841000', '091424.843000', '091424.846000', '091424.849000', '091424.851000', '091424.854000', '091424.856000', '091424.859000', '091424.861000', '091424.864000', '091424.867000', '091424.869000', '091424.872000', '091424.874000', '091424.877000', '091424.879000', '091424.882000', '091424.885000', '091424.887000', '091424.890000', '091424.893000', '091424.895000', '091424.898000', '091424.901000', '091424.903000', '091424.906000', '091424.908000', '091424.911000', '091424.914000', '091424.916000', '091424.919000', '091424.921000', '091424.924000', '091424.926000', '091424.929000', '091424.932000', '091424.934000', '091424.937000', '091424.940000', '091424.942000', '091444.831000', '091444.833000', '091444.836000', '091444.839000', '091444.841000', '091444.844000', '091444.846000', '091444.849000', '091444.851000', '091444.854000', '091444.857000', '091444.859000', '091444.862000', '091444.864000', '091444.867000', '091444.869000', '091444.872000', '091444.875000', '091444.877000', '091444.880000', '091444.882000', '091444.885000', '091444.888000', '091444.890000', '091444.893000', '091444.895000', '091444.898000', '091444.900000', '091444.903000', '091444.905000', '091444.908000', '091444.911000', '091444.913000', '091444.916000', '091444.918000', '091444.921000', '091444.924000', '091444.926000', '091444.929000', '091444.931000', '091444.934000', '091444.936000', '091444.939000', '091504.830000', '091504.833000', '091504.836000', '091504.838000', '091504.841000', '091504.844000', '091504.846000', '091504.849000', '091504.851000', '091504.854000', '091504.857000', '091504.859000', '091504.862000', '091504.864000', '091504.867000', '091504.869000', '091504.872000', '091504.874000', '091504.877000', '091504.880000', '091504.882000', '091504.885000', '091504.887000', '091504.890000', '091504.893000', '091504.895000', '091504.898000', '091504.900000', '091504.903000', '091504.906000', '091504.908000', '091504.911000', '091504.913000', '091504.916000', '091504.919000', '091504.921000', '091504.924000', '091504.926000', '091504.929000', '091504.931000', '091504.934000', '091504.936000', '091504.939000', '091504.942000', '091524.832000', '091524.835000', '091524.837000', '091524.840000', '091524.842000', '091524.845000', '091524.848000', '091524.850000', '091524.853000', '091524.855000', '091524.858000', '091524.860000', '091524.863000', '091524.865000', '091524.868000', '091524.871000', '091524.873000', '091524.876000', '091524.878000', '091524.881000', '091524.884000', '091524.886000', '091524.889000', '091524.891000', '091524.894000', '091524.897000', '091524.899000', '091524.902000', '091524.905000', '091524.907000', '091524.910000', '091524.913000', '091524.915000', '091524.918000', '091524.920000', '091524.923000', '091524.927000', '091524.930000', '091524.933000', '091524.935000', '091524.938000', '091524.940000', '091524.943000', '091544.831000', '091544.834000', '091544.837000', '091544.839000', '091544.842000', '091544.845000', '091544.847000', '091544.850000', '091544.852000', '091544.855000', '091544.858000', '091544.860000', '091544.863000', '091544.865000', '091544.868000', '091544.870000', '091544.873000', '091544.875000', '091544.878000', '091544.881000', '091544.883000', '091544.886000', '091544.889000', '091544.891000', '091544.894000', '091544.896000', '091544.899000', '091544.901000', '091544.904000', '091544.907000', '091544.909000', '091544.912000', '091544.914000', '091544.917000', '091544.919000', '091544.922000', '091544.925000', '091544.927000', '091544.930000', '091544.932000', '091544.935000', '091544.937000', '091544.940000', '091544.943000', '091604.830000', '091604.833000', '091604.836000', '091604.838000', '091604.841000', '091604.844000', '091604.846000', '091604.849000', '091604.851000', '091604.854000', '091604.856000', '091604.859000', '091604.862000', '091604.864000', '091604.867000', '091604.869000', '091604.872000', '091604.874000', '091604.877000', '091604.880000', '091604.882000', '091604.885000', '091604.887000', '091604.890000', '091604.892000', '091604.895000', '091604.897000', '091604.900000', '091604.903000', '091604.905000', '091604.908000', '091604.910000', '091604.913000', '091604.916000', '091604.918000', '091604.921000', '091604.923000', '091604.926000', '091604.929000', '091604.931000', '091604.934000', '091604.937000', '091604.939000', '091624.831000', '091624.833000', '091624.836000', '091624.839000', '091624.841000', '091624.844000', '091624.846000', '091624.849000', '091624.852000', '091624.854000', '091624.857000', '091624.859000', '091624.862000', '091624.864000', '091624.867000', '091624.870000', '091624.872000', '091624.875000', '091624.877000', '091624.880000', '091624.883000', '091624.885000', '091624.888000', '091624.890000', '091624.893000', '091624.895000', '091624.898000', '091624.901000', '091624.903000', '091624.906000', '091624.908000', '091624.911000', '091624.914000', '091624.916000', '091624.919000', '091624.921000', '091624.924000', '091624.927000', '091624.929000', '091624.932000', '091624.934000', '091624.937000', '091624.940000', '091624.942000', '091644.830000', '091644.833000', '091644.836000', '091644.838000', '091644.841000', '091644.844000', '091644.846000', '091644.849000', '091644.851000', '091644.854000', '091644.856000', '091644.859000', '091644.862000', '091644.864000', '091644.867000', '091644.869000', '091644.872000', '091644.875000', '091644.877000', '091644.880000', '091644.882000', '091644.885000', '091644.887000', '091644.890000', '091644.892000', '091644.895000', '091644.898000', '091644.900000', '091644.903000', '091644.906000', '091644.908000', '091644.911000', '091644.913000', '091644.916000', '091644.919000', '091644.921000', '091644.924000', '091644.926000', '091644.929000', '091644.931000', '091644.934000', '091644.937000', '091644.940000', '091704.830000', '091704.833000', '091704.836000', '091704.838000', '091704.841000', '091704.843000', '091704.846000', '091704.849000', '091704.851000', '091704.854000', '091704.856000', '091704.859000', '091704.862000', '091704.864000', '091704.867000', '091704.869000', '091704.872000', '091704.875000', '091704.877000', '091704.880000', '091704.882000', '091704.885000', '091704.887000', '091704.890000', '091704.893000', '091704.895000', '091704.898000', '091704.900000', '091704.903000', '091704.933000', '091704.936000', '091704.938000', '091704.941000', '091704.943000', '091704.946000', '091704.948000', '091704.951000', '091704.954000', '091704.956000', '091704.959000', '091704.961000', '091704.964000', '091704.967000', '091704.969000', '091724.830000', '091724.833000', '091724.836000', '091724.838000', '091724.841000', '091724.844000', '091724.846000', '091724.849000', '091724.851000', '091724.854000', '091724.857000', '091724.859000', '091724.862000', '091724.864000', '091724.867000', '091724.869000', '091724.872000', '091724.875000', '091724.877000', '091724.880000', '091724.882000', '091724.885000', '091724.888000', '091724.890000', '091724.893000', '091724.895000', '091724.898000', '091724.901000', '091724.903000', '091724.906000', '091724.908000', '091724.911000', '091724.914000', '091724.916000', '091724.919000', '091724.922000', '091724.924000', '091724.927000', '091724.929000', '091724.932000', '091724.934000', '091724.937000', '091724.939000', '091744.832000', '091744.835000', '091744.837000', '091744.840000', '091744.842000', '091744.845000', '091744.847000', '091744.850000', '091744.852000', '091744.855000', '091744.858000', '091744.860000', '091744.863000', '091744.865000', '091744.868000', '091744.871000', '091744.873000', '091744.876000', '091744.878000', '091744.881000', '091744.884000', '091744.886000', '091744.889000', '091744.891000', '091744.894000', '091744.896000', '091744.899000', '091744.902000', '091744.905000', '091744.907000', '091744.910000', '091744.912000', '091744.915000', '091744.918000', '091744.920000', '091744.923000', '091744.925000', '091744.928000', '091744.930000', '091744.933000', '091744.936000', '091744.938000', '091744.941000', '091744.943000', '091804.832000', '091804.834000', '091804.837000', '091804.840000', '091804.842000', '091804.845000', '091804.847000', '091804.850000', '091804.852000', '091804.855000', '091804.857000', '091804.860000', '091804.862000', '091804.865000', '091804.868000', '091804.870000', '091804.873000', '091804.875000', '091804.878000', '091804.881000', '091804.883000', '091804.886000', '091804.888000', '091804.891000', '091804.894000', '091804.896000', '091804.899000', '091804.901000', '091804.904000', '091804.907000', '091804.909000', '091804.912000', '091804.914000', '091804.917000', '091804.919000', '091804.922000', '091804.924000', '091804.927000', '091804.930000', '091804.932000', '091804.935000', '091804.937000', '091804.940000', '091824.830000', '091824.833000', '091824.836000', '091824.838000', '091824.841000', '091824.844000', '091824.846000', '091824.849000', '091824.851000', '091824.854000', '091824.857000', '091824.859000', '091824.862000', '091824.864000', '091824.867000', '091824.869000', '091824.872000', '091824.875000', '091824.877000', '091824.880000', '091824.882000', '091824.885000', '091824.887000', '091824.890000', '091824.893000', '091824.895000', '091824.898000', '091824.900000', '091824.903000', '091824.906000', '091824.908000', '091824.911000', '091824.913000', '091824.916000', '091824.918000', '091824.921000', '091824.924000', '091824.926000', '091824.929000', '091824.931000', '091824.956000', '091824.959000', '091824.961000', '091824.964000', '091844.830000', '091844.833000', '091844.836000', '091844.838000', '091844.841000', '091844.844000', '091844.846000', '091844.849000', '091844.852000', '091844.854000', '091844.857000', '091844.859000', '091844.862000', '091844.865000', '091844.867000', '091844.870000', '091844.872000', '091844.875000', '091844.877000', '091844.880000', '091844.882000', '091844.885000', '091844.888000', '091844.890000', '091844.893000', '091844.895000', '091844.898000', '091844.901000', '091844.903000', '091844.906000', '091844.908000', '091844.911000', '091844.913000', '091844.916000', '091844.918000', '091844.921000', '091844.924000', '091844.926000', '091844.929000', '091844.931000', '091844.934000', '091844.936000', '091844.939000', '091904.831000', '091904.833000', '091904.836000', '091904.839000', '091904.841000', '091904.844000', '091904.846000', '091904.849000', '091904.851000', '091904.854000', '091904.857000', '091904.859000', '091904.862000', '091904.864000', '091904.867000', '091904.870000', '091904.872000', '091904.875000', '091904.877000', '091904.880000', '091904.883000', '091904.885000', '091904.888000', '091904.890000', '091904.893000', '091904.896000', '091904.898000', '091904.901000', '091904.903000', '091904.906000', '091904.908000', '091904.911000', '091904.914000', '091904.916000', '091904.919000', '091904.921000', '091904.924000', '091904.926000', '091904.929000', '091904.932000', '091904.934000', '091904.937000', '091904.939000', '091904.942000', '091924.830000', '091924.833000', '091924.836000', '091924.838000', '091924.841000', '091924.844000', '091924.846000', '091924.849000', '091924.851000', '091924.854000', '091924.857000', '091924.859000', '091924.862000', '091924.864000', '091924.867000', '091924.869000', '091924.872000', '091924.875000', '091924.877000', '091924.880000', '091924.882000', '091924.885000', '091924.888000', '091924.890000', '091924.893000', '091924.895000', '091924.898000', '091924.900000', '091924.903000', '091924.906000', '091924.908000', '091924.911000', '091924.913000', '091924.916000', '091924.918000', '091924.921000', '091924.923000', '091924.926000', '091924.929000', '091924.931000', '091924.934000', '091924.936000', '091924.939000', '091937.869000', '091937.872000', '091937.875000', '091937.877000', '091937.880000', '091937.882000', '091937.885000', '091937.888000', '091937.896000', '091937.900000', '091937.902000', '091937.905000', '091937.908000', '091937.910000', '091937.913000', '091937.920000', '091937.923000', '091937.926000', '091937.929000', '091937.931000', '091937.934000', '091937.937000', '091937.945000', '091937.947000', '091937.950000', '091937.953000', '091937.956000', '091937.959000', '091937.961000'], 'InstanceCreationTime': ['091324.865000', '091324.868000', '091324.871000', '091324.873000', '091324.876000', '091324.879000', '091324.881000', '091324.884000', '091324.886000', '091324.889000', '091324.891000', '091324.894000', '091324.897000', '091324.899000', '091324.902000', '091324.904000', '091324.907000', '091324.910000', '091324.912000', '091324.939000', '091324.942000', '091324.944000', '091324.947000', '091324.949000', '091324.952000', '091324.954000', '091324.957000', '091324.959000', '091324.962000', '091324.965000', '091324.967000', '091324.970000', '091324.972000', '091324.975000', '091324.977000', '091324.980000', '091324.983000', '091324.985000', '091324.988000', '091324.990000', '091324.993000', '091324.995000', '091324.998000', '091325.000000', '091325.003000', '091325.005000', '091325.008000', '091325.011000', '091325.013000', '091325.016000', '091325.018000', '091325.021000', '091325.023000', '091325.026000', '091325.028000', '091325.031000', '091325.034000', '091325.036000', '091325.039000', '091325.041000', '091344.831000', '091344.833000', '091344.836000', '091344.839000', '091344.841000', '091344.844000', '091344.846000', '091344.849000', '091344.851000', '091344.854000', '091344.856000', '091344.859000', '091344.861000', '091344.864000', '091344.867000', '091344.869000', '091344.872000', '091344.874000', '091344.877000', '091344.879000', '091344.882000', '091344.885000', '091344.887000', '091344.890000', '091344.892000', '091344.895000', '091344.897000', '091344.900000', '091344.902000', '091344.905000', '091344.907000', '091344.910000', '091344.912000', '091344.915000', '091344.918000', '091344.920000', '091344.923000', '091344.925000', '091344.960000', '091344.963000', '091344.965000', '091344.968000', '091344.971000', '091344.973000', '091404.830000', '091404.833000', '091404.836000', '091404.839000', '091404.841000', '091404.844000', '091404.846000', '091404.849000', '091404.851000', '091404.854000', '091404.856000', '091404.859000', '091404.861000', '091404.865000', '091404.867000', '091404.870000', '091404.872000', '091404.875000', '091404.878000', '091404.880000', '091404.883000', '091404.887000', '091404.890000', '091404.893000', '091404.895000', '091404.898000', '091404.900000', '091404.903000', '091404.905000', '091404.908000', '091404.910000', '091404.913000', '091404.915000', '091404.918000', '091404.920000', '091404.923000', '091404.926000', '091404.928000', '091404.931000', '091404.933000', '091404.936000', '091404.939000', '091404.941000', '091424.830000', '091424.833000', '091424.836000', '091424.838000', '091424.841000', '091424.843000', '091424.846000', '091424.849000', '091424.851000', '091424.854000', '091424.856000', '091424.859000', '091424.861000', '091424.864000', '091424.867000', '091424.869000', '091424.872000', '091424.874000', '091424.877000', '091424.879000', '091424.882000', '091424.885000', '091424.887000', '091424.890000', '091424.893000', '091424.895000', '091424.898000', '091424.901000', '091424.903000', '091424.906000', '091424.908000', '091424.911000', '091424.914000', '091424.916000', '091424.919000', '091424.921000', '091424.924000', '091424.926000', '091424.929000', '091424.932000', '091424.934000', '091424.937000', '091424.940000', '091424.942000', '091444.831000', '091444.833000', '091444.836000', '091444.839000', '091444.841000', '091444.844000', '091444.846000', '091444.849000', '091444.851000', '091444.854000', '091444.857000', '091444.859000', '091444.862000', '091444.864000', '091444.867000', '091444.869000', '091444.872000', '091444.875000', '091444.877000', '091444.880000', '091444.882000', '091444.885000', '091444.888000', '091444.890000', '091444.893000', '091444.895000', '091444.898000', '091444.900000', '091444.903000', '091444.905000', '091444.908000', '091444.911000', '091444.913000', '091444.916000', '091444.918000', '091444.921000', '091444.924000', '091444.926000', '091444.929000', '091444.931000', '091444.934000', '091444.936000', '091444.939000', '091504.830000', '091504.833000', '091504.836000', '091504.838000', '091504.841000', '091504.844000', '091504.846000', '091504.849000', '091504.851000', '091504.854000', '091504.857000', '091504.859000', '091504.862000', '091504.864000', '091504.867000', '091504.869000', '091504.872000', '091504.874000', '091504.877000', '091504.880000', '091504.882000', '091504.885000', '091504.887000', '091504.890000', '091504.893000', '091504.895000', '091504.898000', '091504.900000', '091504.903000', '091504.906000', '091504.908000', '091504.911000', '091504.913000', '091504.916000', '091504.919000', '091504.921000', '091504.924000', '091504.926000', '091504.929000', '091504.931000', '091504.934000', '091504.936000', '091504.939000', '091504.942000', '091524.832000', '091524.835000', '091524.837000', '091524.840000', '091524.842000', '091524.845000', '091524.848000', '091524.850000', '091524.853000', '091524.855000', '091524.858000', '091524.860000', '091524.863000', '091524.865000', '091524.868000', '091524.871000', '091524.873000', '091524.876000', '091524.878000', '091524.881000', '091524.884000', '091524.886000', '091524.889000', '091524.891000', '091524.894000', '091524.897000', '091524.899000', '091524.902000', '091524.905000', '091524.907000', '091524.910000', '091524.913000', '091524.915000', '091524.918000', '091524.920000', '091524.923000', '091524.927000', '091524.930000', '091524.933000', '091524.935000', '091524.938000', '091524.940000', '091524.943000', '091544.831000', '091544.834000', '091544.837000', '091544.839000', '091544.842000', '091544.845000', '091544.847000', '091544.850000', '091544.852000', '091544.855000', '091544.858000', '091544.860000', '091544.863000', '091544.865000', '091544.868000', '091544.870000', '091544.873000', '091544.875000', '091544.878000', '091544.881000', '091544.883000', '091544.886000', '091544.889000', '091544.891000', '091544.894000', '091544.896000', '091544.899000', '091544.901000', '091544.904000', '091544.907000', '091544.909000', '091544.912000', '091544.914000', '091544.917000', '091544.919000', '091544.922000', '091544.925000', '091544.927000', '091544.930000', '091544.932000', '091544.935000', '091544.937000', '091544.940000', '091544.943000', '091604.830000', '091604.833000', '091604.836000', '091604.838000', '091604.841000', '091604.844000', '091604.846000', '091604.849000', '091604.851000', '091604.854000', '091604.856000', '091604.859000', '091604.862000', '091604.864000', '091604.867000', '091604.869000', '091604.872000', '091604.874000', '091604.877000', '091604.880000', '091604.882000', '091604.885000', '091604.887000', '091604.890000', '091604.892000', '091604.895000', '091604.897000', '091604.900000', '091604.903000', '091604.905000', '091604.908000', '091604.910000', '091604.913000', '091604.916000', '091604.918000', '091604.921000', '091604.923000', '091604.926000', '091604.929000', '091604.931000', '091604.934000', '091604.937000', '091604.939000', '091624.831000', '091624.833000', '091624.836000', '091624.839000', '091624.841000', '091624.844000', '091624.846000', '091624.849000', '091624.852000', '091624.854000', '091624.857000', '091624.859000', '091624.862000', '091624.864000', '091624.867000', '091624.870000', '091624.872000', '091624.875000', '091624.877000', '091624.880000', '091624.883000', '091624.885000', '091624.888000', '091624.890000', '091624.893000', '091624.895000', '091624.898000', '091624.901000', '091624.903000', '091624.906000', '091624.908000', '091624.911000', '091624.914000', '091624.916000', '091624.919000', '091624.921000', '091624.924000', '091624.927000', '091624.929000', '091624.932000', '091624.934000', '091624.937000', '091624.940000', '091624.942000', '091644.830000', '091644.833000', '091644.836000', '091644.838000', '091644.841000', '091644.844000', '091644.846000', '091644.849000', '091644.851000', '091644.854000', '091644.856000', '091644.859000', '091644.862000', '091644.864000', '091644.867000', '091644.869000', '091644.872000', '091644.875000', '091644.877000', '091644.880000', '091644.882000', '091644.885000', '091644.887000', '091644.890000', '091644.892000', '091644.895000', '091644.898000', '091644.900000', '091644.903000', '091644.906000', '091644.908000', '091644.911000', '091644.913000', '091644.916000', '091644.919000', '091644.921000', '091644.924000', '091644.926000', '091644.929000', '091644.931000', '091644.934000', '091644.937000', '091644.940000', '091704.830000', '091704.833000', '091704.836000', '091704.838000', '091704.841000', '091704.843000', '091704.846000', '091704.849000', '091704.851000', '091704.854000', '091704.856000', '091704.859000', '091704.862000', '091704.864000', '091704.867000', '091704.869000', '091704.872000', '091704.875000', '091704.877000', '091704.880000', '091704.882000', '091704.885000', '091704.887000', '091704.890000', '091704.893000', '091704.895000', '091704.898000', '091704.900000', '091704.903000', '091704.933000', '091704.936000', '091704.938000', '091704.941000', '091704.943000', '091704.946000', '091704.948000', '091704.951000', '091704.954000', '091704.956000', '091704.959000', '091704.961000', '091704.964000', '091704.967000', '091704.969000', '091724.830000', '091724.833000', '091724.836000', '091724.838000', '091724.841000', '091724.844000', '091724.846000', '091724.849000', '091724.851000', '091724.854000', '091724.857000', '091724.859000', '091724.862000', '091724.864000', '091724.867000', '091724.869000', '091724.872000', '091724.875000', '091724.877000', '091724.880000', '091724.882000', '091724.885000', '091724.888000', '091724.890000', '091724.893000', '091724.895000', '091724.898000', '091724.901000', '091724.903000', '091724.906000', '091724.908000', '091724.911000', '091724.914000', '091724.916000', '091724.919000', '091724.922000', '091724.924000', '091724.927000', '091724.929000', '091724.932000', '091724.934000', '091724.937000', '091724.939000', '091744.832000', '091744.835000', '091744.837000', '091744.840000', '091744.842000', '091744.845000', '091744.847000', '091744.850000', '091744.852000', '091744.855000', '091744.858000', '091744.860000', '091744.863000', '091744.865000', '091744.868000', '091744.871000', '091744.873000', '091744.876000', '091744.878000', '091744.881000', '091744.884000', '091744.886000', '091744.889000', '091744.891000', '091744.894000', '091744.896000', '091744.899000', '091744.902000', '091744.905000', '091744.907000', '091744.910000', '091744.912000', '091744.915000', '091744.918000', '091744.920000', '091744.923000', '091744.925000', '091744.928000', '091744.930000', '091744.933000', '091744.936000', '091744.938000', '091744.941000', '091744.943000', '091804.832000', '091804.834000', '091804.837000', '091804.840000', '091804.842000', '091804.845000', '091804.847000', '091804.850000', '091804.852000', '091804.855000', '091804.857000', '091804.860000', '091804.862000', '091804.865000', '091804.868000', '091804.870000', '091804.873000', '091804.875000', '091804.878000', '091804.881000', '091804.883000', '091804.886000', '091804.888000', '091804.891000', '091804.894000', '091804.896000', '091804.899000', '091804.901000', '091804.904000', '091804.907000', '091804.909000', '091804.912000', '091804.914000', '091804.917000', '091804.919000', '091804.922000', '091804.924000', '091804.927000', '091804.930000', '091804.932000', '091804.935000', '091804.937000', '091804.940000', '091824.830000', '091824.833000', '091824.836000', '091824.838000', '091824.841000', '091824.844000', '091824.846000', '091824.849000', '091824.851000', '091824.854000', '091824.857000', '091824.859000', '091824.862000', '091824.864000', '091824.867000', '091824.869000', '091824.872000', '091824.875000', '091824.877000', '091824.880000', '091824.882000', '091824.885000', '091824.887000', '091824.890000', '091824.893000', '091824.895000', '091824.898000', '091824.900000', '091824.903000', '091824.906000', '091824.908000', '091824.911000', '091824.913000', '091824.916000', '091824.918000', '091824.921000', '091824.924000', '091824.926000', '091824.929000', '091824.931000', '091824.956000', '091824.959000', '091824.961000', '091824.964000', '091844.830000', '091844.833000', '091844.836000', '091844.838000', '091844.841000', '091844.844000', '091844.846000', '091844.849000', '091844.852000', '091844.854000', '091844.857000', '091844.859000', '091844.862000', '091844.865000', '091844.867000', '091844.870000', '091844.872000', '091844.875000', '091844.877000', '091844.880000', '091844.882000', '091844.885000', '091844.888000', '091844.890000', '091844.893000', '091844.895000', '091844.898000', '091844.901000', '091844.903000', '091844.906000', '091844.908000', '091844.911000', '091844.913000', '091844.916000', '091844.918000', '091844.921000', '091844.924000', '091844.926000', '091844.929000', '091844.931000', '091844.934000', '091844.936000', '091844.939000', '091904.831000', '091904.833000', '091904.836000', '091904.839000', '091904.841000', '091904.844000', '091904.846000', '091904.849000', '091904.851000', '091904.854000', '091904.857000', '091904.859000', '091904.862000', '091904.864000', '091904.867000', '091904.870000', '091904.872000', '091904.875000', '091904.877000', '091904.880000', '091904.883000', '091904.885000', '091904.888000', '091904.890000', '091904.893000', '091904.896000', '091904.898000', '091904.901000', '091904.903000', '091904.906000', '091904.908000', '091904.911000', '091904.914000', '091904.916000', '091904.919000', '091904.921000', '091904.924000', '091904.926000', '091904.929000', '091904.932000', '091904.934000', '091904.937000', '091904.939000', '091904.942000', '091924.830000', '091924.833000', '091924.836000', '091924.838000', '091924.841000', '091924.844000', '091924.846000', '091924.849000', '091924.851000', '091924.854000', '091924.857000', '091924.859000', '091924.862000', '091924.864000', '091924.867000', '091924.869000', '091924.872000', '091924.875000', '091924.877000', '091924.880000', '091924.882000', '091924.885000', '091924.888000', '091924.890000', '091924.893000', '091924.895000', '091924.898000', '091924.900000', '091924.903000', '091924.906000', '091924.908000', '091924.911000', '091924.913000', '091924.916000', '091924.918000', '091924.921000', '091924.923000', '091924.926000', '091924.929000', '091924.931000', '091924.934000', '091924.936000', '091924.939000', '091937.869000', '091937.872000', '091937.875000', '091937.877000', '091937.880000', '091937.882000', '091937.885000', '091937.888000', '091937.896000', '091937.900000', '091937.902000', '091937.905000', '091937.908000', '091937.910000', '091937.913000', '091937.920000', '091937.923000', '091937.926000', '091937.929000', '091937.931000', '091937.934000', '091937.937000', '091937.945000', '091937.947000', '091937.950000', '091937.953000', '091937.956000', '091937.959000', '091937.961000'], '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': [14976, 8970, 10085, 12685, 9204, 12977, 8558, 9210, 12638, 8990, 11329, 8122, 9128, 13005, 8631, 9850, 9154, 8766, 10834, 7900, 8703, 12833, 8456, 10366, 7294, 8510, 11119, 8131, 8975, 12654, 8627, 10834, 11550, 8875, 12379, 8232, 8988, 13125, 8631, 9338, 14073, 8798, 11727, 8238, 9120, 12130, 8973, 9542, 11719, 9200, 11651, 8657, 9453, 11331, 9628, 12077, 8785, 9514, 8709, 9178, 10409, 9132, 13221, 8630, 12509, 8916, 12087, 8786, 12155, 8338, 9054, 13337, 15234, 9235, 11395, 13638, 8529, 10694, 10580, 8939, 11500, 7897, 9328, 12690, 9040, 11911, 8626, 9053, 13924, 9146, 11325, 11496, 9246, 12561, 8335, 9402, 13880, 9373, 9953, 12775, 9163, 11640, 8431, 9327, 12417, 8947, 9146, 10623, 8911, 10638, 8139, 9054, 11593, 8132, 8433, 7806, 8175, 9700, 7994, 9618, 7404, 8067, 7300, 7893, 8274, 8265, 12820, 9719, 8336, 12529, 7940, 9481, 11747, 8238, 11053, 7112, 8255, 11794, 8176, 10544, 7181, 8301, 12371, 8040, 10699, 7220, 8250, 12457, 8113, 10199, 13421, 8565, 11375, 9163, 8204, 11961, 8425, 10413, 7596, 8284, 12271, 8400, 10289, 12027, 8354, 11888, 7571, 8177, 11646, 8282, 9558, 7485, 8392, 12997, 8166, 11312, 7747, 8325, 11939, 7715, 11174, 7899, 8222, 9626, 8323, 12501, 8305, 11410, 13699, 8312, 11857, 7398, 8003, 12351, 7968, 9181, 13940, 7834, 11249, 7318, 7854, 11623, 7429, 8600, 13050, 7759, 10211, 7152, 7727, 11100, 7336, 8116, 12127, 7989, 9795, 9178, 7862, 10903, 7287, 7973, 11371, 8155, 9310, 11075, 8145, 10632, 7700, 8102, 12347, 7799, 9613, 14100, 8178, 11311, 7697, 7939, 11836, 7208, 8231, 13622, 7826, 10955, 6816, 7850, 12604, 7841, 10812, 12771, 8043, 12125, 7238, 7975, 14085, 7973, 10564, 14113, 8117, 11733, 7052, 8039, 12471, 7832, 9535, 12170, 8042, 11627, 7673, 9115, 12584, 8280, 11368, 7872, 8149, 12710, 7921, 10128, 7357, 8134, 11253, 7640, 8263, 13562, 7987, 11136, 7202, 7961, 11856, 7117, 8290, 13427, 7656, 10890, 7320, 7869, 11892, 7196, 8228, 13256, 7682, 10265, 12183, 7966, 11727, 7154, 8059, 12766, 7779, 9675, 13475, 8049, 11477, 7322, 8163, 12414, 7927, 10020, 12210, 8042, 11109, 7635, 8423, 13079, 7887, 10595, 12509, 7901, 11510, 7121, 8082, 13156, 7764, 10583, 11175, 7943, 11613, 7363, 8526, 11959, 7885, 11249, 7189, 9579, 6792, 8621, 8843, 8273, 9315, 8342, 11765, 7776, 10938, 8336, 13946, 9554, 13216, 13624, 9413, 13386, 7993, 10937, 16501, 9179, 12176, 16579, 8671, 11494, 8091, 8682, 12365, 8371, 9451, 13461, 8510, 10465, 9746, 8736, 11303, 8353, 9064, 12192, 8664, 9523, 11781, 8949, 11255, 8544, 9146, 12460, 8807, 9387, 11703, 9140, 10861, 9439, 9057, 12188, 8748, 9244, 13202, 8836, 10071, 12950, 8877, 10889, 8543, 9054, 12342, 8677, 9172, 12880, 8881, 10014, 9730, 8807, 10712, 8220, 8892, 12225, 8658, 9173, 8541, 8414, 10693, 7077, 8270, 11364, 7690, 9883, 7293, 8286, 7124, 8069, 11964, 7258, 8879, 14146, 9782, 8786, 14550, 9094, 10763, 11843, 8419, 12260, 7708, 8738, 14480, 8898, 12656, 8131, 8790, 13935, 8225, 9185, 14512, 8205, 10861, 13062, 8180, 11568, 7601, 8861, 11789, 8109, 9277, 11019, 8418, 11316, 7756, 9061, 12707, 8107, 10502, 9946, 8283, 10926, 7973, 8349, 11733, 7783, 8494, 11492, 8061, 9296, 9656, 8085, 10492, 8181, 8162, 10857, 8132, 9276, 10062, 8180, 10673, 7043, 7929, 12655, 7936, 11317, 7709, 7826, 11719, 7431, 8870, 14053, 8239, 11333, 8878, 7876, 11837, 7900, 8052, 13622, 7509, 9418, 12021, 7968, 10795, 7150, 7933, 12935, 8144, 10858, 8848, 8185, 12457, 8277, 10566, 8154, 10521, 7465, 9113, 7550, 10989, 8369, 12781, 8773, 8739, 13819, 14114, 8234, 11379, 12099, 8521, 11189, 8511, 8540, 12019, 7800, 9906, 7023, 8231, 10780, 7630, 8855, 9979, 8095, 10601, 7676, 8972, 11295, 8156, 10556, 6998, 8383, 12496, 8201, 10712, 11471, 8363, 12385, 8191, 8724, 13636, 8048, 9255, 14616, 8140, 11284, 7855, 8568, 11872, 7851, 8612, 12191, 8187, 10167, 8745, 8338, 11940, 7711, 9167, 11846, 8361, 11545, 7745, 8577, 13060, 7883, 10496, 12964, 8284, 10500, 8373, 8336, 11264, 7744, 8686, 12379, 8242, 9258, 11799, 8198, 10878, 8850, 8263, 11534, 8043, 8826, 13017, 8116, 10655, 11088, 8294, 11412, 7684, 8631, 12800, 7829, 8990, 13332, 7887, 10300, 6798, 7932, 11120, 6982, 7963, 12338, 7377, 8892, 10335, 7295, 9475, 6770, 7654, 10960, 7093, 7945, 11254, 7583, 9819, 9213, 8043, 11901, 7924, 8569, 14193, 7745, 11363, 12590, 7926, 12064, 8090, 8202, 12869, 7812, 10444, 6760, 7758, 12058, 7820, 11054, 6769, 8096, 12891, 7913, 10906, 7214, 8182, 13335, 8079, 10838, 6903, 8180, 12810, 8260, 11588, 7267, 8443, 13342, 8307, 11228, 7519, 8498, 13424, 8251, 11747, 7335, 8495, 13711, 8012, 12008, 7631, 8203, 12784, 7739, 10093, 11569, 8111, 12225, 7543, 8793, 12857, 8023, 11068, 7905, 8086, 12999, 7933, 10431, 12759, 8327, 12161, 8403, 8640, 13237, 8393, 10949, 10650, 8359, 11905, 7622, 8571, 13628, 8225, 11887, 8251, 9609, 8268, 8381, 7682, 8502, 12308, 8421, 10685, 14064, 8322, 11311, 14052, 8494, 11948, 7975, 9020, 13592, 8767, 11809, 8860, 12008, 8802, 11966, 15717, 10597, 14068, 8536, 9304, 13650, 9071, 10649, 11401, 9445, 12166, 8436, 9577, 12049, 8891, 9261, 8024, 9156, 10796, 8351, 9272, 9912, 8716, 11032, 8358, 8843, 7186, 8969, 10634, 9126, 11132, 9055, 11298, 8945, 10746, 14246, 8634, 11091, 12584, 8800, 11306, 8041, 8891, 12941, 8762, 11574, 7648, 8809, 12311, 8373, 10249, 8800, 8664, 12423, 8109, 9216, 11164, 8477, 10732, 7532, 8395, 12612, 8532, 11908, 8091, 8931, 10120, 8685, 11332, 8239, 8596, 12590, 8135, 8935, 13715, 8553, 10362, 9180, 8694, 12091, 8227, 9100, 12181, 8698, 11645, 8006, 9030, 13782, 8689, 11079, 8996, 8939, 12510, 8478, 9303, 13758, 8739, 12282, 8169, 9177, 12787, 8674, 9902, 7768, 8693, 11663, 8406, 9016, 10078, 8546], 'WindowCenter': [4102.0, 4033.0, 4040.0, 4045.0, 4015.0, 4047.0, 4014.0, 4012.0, 4032.0, 3999.0, 4021.0, 3989.0, 3999.0, 4043.0, 4000.0, 4010.0, 4000.0, 4000.0, 4021.0, 3990.0, 4002.0, 4043.0, 4001.0, 4022.0, 3991.0, 4002.0, 4020.0, 3990.0, 4012.0, 4032.0, 4013.0, 4034.0, 4030.0, 4012.0, 4033.0, 3990.0, 3998.0, 4029.0, 3999.0, 4011.0, 4043.0, 4001.0, 4031.0, 3989.0, 4000.0, 4030.0, 3998.0, 4012.0, 4032.0, 4011.0, 4021.0, 4000.0, 4010.0, 4021.0, 4014.0, 4034.0, 4001.0, 4010.0, 4000.0, 4012.0, 4024.0, 4026.0, 4056.0, 4002.0, 4030.0, 4001.0, 4031.0, 4013.0, 4032.0, 4003.0, 4015.0, 4046.0, 4052.0, 3999.0, 4020.0, 4016.0, 3985.0, 3994.0, 3994.0, 3985.0, 4006.0, 3975.0, 3997.0, 4015.0, 3986.0, 4007.0, 3975.0, 3985.0, 4016.0, 3983.0, 3993.0, 3992.0, 3971.0, 4002.0, 3960.0, 3970.0, 4001.0, 3967.0, 3979.0, 3990.0, 3968.0, 3990.0, 3958.0, 3969.0, 3989.0, 3969.0, 3970.0, 3980.0, 3970.0, 3980.0, 3960.0, 3970.0, 3992.0, 3971.0, 3985.0, 3977.0, 3987.0, 3996.0, 4002.0, 4011.0, 3981.0, 4003.0, 3988.0, 3990.0, 3989.0, 3991.0, 4033.0, 4000.0, 3990.0, 4019.0, 3986.0, 3999.0, 4019.0, 3988.0, 4020.0, 3981.0, 4001.0, 4021.0, 3988.0, 4021.0, 3980.0, 4002.0, 4043.0, 4002.0, 4022.0, 3980.0, 4001.0, 4032.0, 3990.0, 4022.0, 4031.0, 4002.0, 4036.0, 4014.0, 4002.0, 4031.0, 4001.0, 4021.0, 3990.0, 4001.0, 4030.0, 4001.0, 4023.0, 4033.0, 4001.0, 4034.0, 4005.0, 4018.0, 4022.0, 3990.0, 4024.0, 3994.0, 4002.0, 4043.0, 4001.0, 4023.0, 3991.0, 4002.0, 4033.0, 4004.0, 4036.0, 4003.0, 4003.0, 4011.0, 3999.0, 4029.0, 3991.0, 4034.0, 4043.0, 3991.0, 4021.0, 3979.0, 3990.0, 4030.0, 3989.0, 4012.0, 4043.0, 3990.0, 4021.0, 3978.0, 3989.0, 4020.0, 3978.0, 4000.0, 4042.0, 3990.0, 4011.0, 3978.0, 3990.0, 4020.0, 3979.0, 3990.0, 4020.0, 3990.0, 4012.0, 4000.0, 3991.0, 4022.0, 3991.0, 4002.0, 4033.0, 4003.0, 4015.0, 4033.0, 4004.0, 4024.0, 3992.0, 4004.0, 4045.0, 3991.0, 4025.0, 4055.0, 4003.0, 4034.0, 3991.0, 4003.0, 4034.0, 3992.0, 4003.0, 4056.0, 4005.0, 4035.0, 3982.0, 4004.0, 4044.0, 4003.0, 4036.0, 4046.0, 4004.0, 4035.0, 3992.0, 3992.0, 4042.0, 3991.0, 4023.0, 4042.0, 3990.0, 4021.0, 3979.0, 3990.0, 4032.0, 3991.0, 4013.0, 4032.0, 3991.0, 4022.0, 3990.0, 4002.0, 4032.0, 3990.0, 4021.0, 3989.0, 3991.0, 4032.0, 3992.0, 4012.0, 3980.0, 3991.0, 4022.0, 3991.0, 4003.0, 4044.0, 3992.0, 4023.0, 3980.0, 3991.0, 4032.0, 3980.0, 3989.0, 4032.0, 3991.0, 4022.0, 3978.0, 3991.0, 4019.0, 3979.0, 3991.0, 4031.0, 3991.0, 4012.0, 4031.0, 3991.0, 4021.0, 3979.0, 3990.0, 4031.0, 3990.0, 4012.0, 4043.0, 3991.0, 4033.0, 3991.0, 4002.0, 4032.0, 3991.0, 4024.0, 4033.0, 3992.0, 4023.0, 3991.0, 4003.0, 4042.0, 3992.0, 4023.0, 4032.0, 3991.0, 4022.0, 3980.0, 3991.0, 4031.0, 3990.0, 4022.0, 4022.0, 3992.0, 4022.0, 3980.0, 4002.0, 4030.0, 4002.0, 4035.0, 3993.0, 4026.0, 3983.0, 4018.0, 4016.0, 4005.0, 4028.0, 4019.0, 4049.0, 4006.0, 4037.0, 4018.0, 4060.0, 4041.0, 4062.0, 4048.0, 4017.0, 4058.0, 4006.0, 4025.0, 4054.0, 4001.0, 4035.0, 4054.0, 3989.0, 4011.0, 3978.0, 3989.0, 4019.0, 3989.0, 4000.0, 4019.0, 3989.0, 4023.0, 4000.0, 3989.0, 4008.0, 3987.0, 4000.0, 4032.0, 3990.0, 4000.0, 4019.0, 3999.0, 4009.0, 3988.0, 3999.0, 4017.0, 3997.0, 3999.0, 4017.0, 3999.0, 4021.0, 3999.0, 3999.0, 4019.0, 3988.0, 3998.0, 4029.0, 3988.0, 3998.0, 4019.0, 3999.0, 4009.0, 3987.0, 3988.0, 4019.0, 3987.0, 3999.0, 4017.0, 3999.0, 4010.0, 4009.0, 3999.0, 4010.0, 3989.0, 4000.0, 4019.0, 3999.0, 4011.0, 4000.0, 4002.0, 4023.0, 3995.0, 4029.0, 4048.0, 4005.0, 4024.0, 3993.0, 4027.0, 3994.0, 4030.0, 4061.0, 4006.0, 4015.0, 4056.0, 4013.0, 4002.0, 4042.0, 4000.0, 4021.0, 4019.0, 3989.0, 4020.0, 3978.0, 3989.0, 4042.0, 3999.0, 4030.0, 3977.0, 3987.0, 4028.0, 3975.0, 3986.0, 4027.0, 3975.0, 4007.0, 4016.0, 3975.0, 4006.0, 3964.0, 3986.0, 4007.0, 3976.0, 3998.0, 4008.0, 3987.0, 4008.0, 3976.0, 3987.0, 4017.0, 3976.0, 4008.0, 3997.0, 3987.0, 4008.0, 3976.0, 3988.0, 4020.0, 3989.0, 3988.0, 4008.0, 3988.0, 3999.0, 3998.0, 3988.0, 4010.0, 4001.0, 4001.0, 4021.0, 3991.0, 4012.0, 4012.0, 4001.0, 4021.0, 3994.0, 4004.0, 4044.0, 4004.0, 4035.0, 3992.0, 4004.0, 4034.0, 3993.0, 4014.0, 4055.0, 4003.0, 4034.0, 4012.0, 4001.0, 4034.0, 3992.0, 4002.0, 4044.0, 3992.0, 4014.0, 4033.0, 3992.0, 4023.0, 3981.0, 4003.0, 4044.0, 4003.0, 4023.0, 4002.0, 4003.0, 4047.0, 4005.0, 4025.0, 4005.0, 4025.0, 3995.0, 4014.0, 4005.0, 4037.0, 4016.0, 4047.0, 4003.0, 4003.0, 4045.0, 4042.0, 3990.0, 4021.0, 4020.0, 3989.0, 4010.0, 4001.0, 3999.0, 4020.0, 3978.0, 3999.0, 3968.0, 3989.0, 4008.0, 3979.0, 4001.0, 4010.0, 3992.0, 4024.0, 3993.0, 4014.0, 4023.0, 3992.0, 4024.0, 3981.0, 4004.0, 4044.0, 4004.0, 4025.0, 4034.0, 4003.0, 4032.0, 3991.0, 4001.0, 4032.0, 3990.0, 4001.0, 4043.0, 3990.0, 4021.0, 3977.0, 4000.0, 4021.0, 3990.0, 3990.0, 4018.0, 4001.0, 4025.0, 4014.0, 4002.0, 4032.0, 3991.0, 4013.0, 4020.0, 3990.0, 4022.0, 3992.0, 4001.0, 4030.0, 3988.0, 4011.0, 4030.0, 3989.0, 4010.0, 3989.0, 3991.0, 4022.0, 3979.0, 4001.0, 4031.0, 3990.0, 4002.0, 4021.0, 3991.0, 4022.0, 4000.0, 3991.0, 4022.0, 3990.0, 4001.0, 4030.0, 3991.0, 4023.0, 4022.0, 3991.0, 4022.0, 3990.0, 4001.0, 4032.0, 3990.0, 4002.0, 4043.0, 3992.0, 4013.0, 3971.0, 3992.0, 4022.0, 3980.0, 4003.0, 4034.0, 3991.0, 4028.0, 4025.0, 3994.0, 4025.0, 3981.0, 4004.0, 4035.0, 3994.0, 4005.0, 4035.0, 4006.0, 4037.0, 4025.0, 4018.0, 4049.0, 4007.0, 4017.0, 4057.0, 3995.0, 4036.0, 4033.0, 4003.0, 4045.0, 4003.0, 4005.0, 4034.0, 3993.0, 4024.0, 3983.0, 4005.0, 4046.0, 4005.0, 4036.0, 3984.0, 4006.0, 4045.0, 4005.0, 4036.0, 3995.0, 4005.0, 4045.0, 4004.0, 4036.0, 3994.0, 4017.0, 4047.0, 4005.0, 4037.0, 3993.0, 4006.0, 4045.0, 4006.0, 4037.0, 3996.0, 4017.0, 4046.0, 4004.0, 4036.0, 3994.0, 4017.0, 4057.0, 4005.0, 4047.0, 3993.0, 4004.0, 4045.0, 3994.0, 4025.0, 4034.0, 4004.0, 4046.0, 3994.0, 4016.0, 4044.0, 4005.0, 4037.0, 4005.0, 4005.0, 4046.0, 4004.0, 4026.0, 4045.0, 4002.0, 4047.0, 4004.0, 4003.0, 4033.0, 4002.0, 4023.0, 4022.0, 4002.0, 4033.0, 3991.0, 4003.0, 4045.0, 4003.0, 4034.0, 4002.0, 4011.0, 4001.0, 4005.0, 4005.0, 4017.0, 4046.0, 4006.0, 4037.0, 4045.0, 4004.0, 4037.0, 4045.0, 4002.0, 4034.0, 3991.0, 4015.0, 4045.0, 4004.0, 4034.0, 4003.0, 4033.0, 4000.0, 4034.0, 4055.0, 4011.0, 4018.0, 3976.0, 3986.0, 4015.0, 3974.0, 3994.0, 3995.0, 3983.0, 4006.0, 3975.0, 3985.0, 4004.0, 3984.0, 3985.0, 3975.0, 3997.0, 4007.0, 3987.0, 4000.0, 4009.0, 4002.0, 4021.0, 4002.0, 4001.0, 3981.0, 4012.0, 4036.0, 4014.0, 4033.0, 4014.0, 4035.0, 4015.0, 4025.0, 4043.0, 3992.0, 4023.0, 4020.0, 3990.0, 4011.0, 3991.0, 4001.0, 4032.0, 4001.0, 4022.0, 3979.0, 4001.0, 4032.0, 4002.0, 4024.0, 4001.0, 4000.0, 4031.0, 3991.0, 4012.0, 4022.0, 4003.0, 4036.0, 4007.0, 4016.0, 4034.0, 4015.0, 4034.0, 4004.0, 4015.0, 4024.0, 4004.0, 4034.0, 4003.0, 4014.0, 4046.0, 4003.0, 4014.0, 4043.0, 4003.0, 4023.0, 4012.0, 4003.0, 4035.0, 4003.0, 4015.0, 4033.0, 4003.0, 4035.0, 3992.0, 4013.0, 4045.0, 4003.0, 4023.0, 4001.0, 4001.0, 4031.0, 3989.0, 4001.0, 4042.0, 3990.0, 4021.0, 3990.0, 4000.0, 4031.0, 3990.0, 4012.0, 3989.0, 4001.0, 4022.0, 3991.0, 4002.0, 4011.0, 4002.0], 'WindowWidth': [9114.0, 8999.0, 9002.0, 9003.0, 8957.0, 9005.0, 8957.0, 8951.0, 8974.0, 8928.0, 8958.0, 8914.0, 8926.0, 8991.0, 8932.0, 8943.0, 8928.0, 8928.0, 8958.0, 8915.0, 8935.0, 8993.0, 8934.0, 8961.0, 8920.0, 8935.0, 8958.0, 8916.0, 8949.0, 8975.0, 8951.0, 8982.0, 8972.0, 8949.0, 8978.0, 8914.0, 8924.0, 8968.0, 8927.0, 8946.0, 8993.0, 8932.0, 8974.0, 8911.0, 8928.0, 8968.0, 8924.0, 8950.0, 8977.0, 8945.0, 8961.0, 8928.0, 8943.0, 8958.0, 8954.0, 8981.0, 8933.0, 8940.0, 8927.0, 8948.0, 8970.0, 8976.0, 9019.0, 8937.0, 8969.0, 8933.0, 8971.0, 8954.0, 8975.0, 8940.0, 8959.0, 9004.0, 9005.0, 8926.0, 8954.0, 8941.0, 8899.0, 8913.0, 8911.0, 8898.0, 8929.0, 8885.0, 8917.0, 8940.0, 8902.0, 8931.0, 8884.0, 8898.0, 8941.0, 8892.0, 8907.0, 8902.0, 8872.0, 8916.0, 8856.0, 8870.0, 8914.0, 8863.0, 8882.0, 8895.0, 8863.0, 8895.0, 8850.0, 8865.0, 8894.0, 8866.0, 8870.0, 8883.0, 8870.0, 8885.0, 8859.0, 8871.0, 8904.0, 8874.0, 8898.0, 8893.0, 8908.0, 8917.0, 8933.0, 8944.0, 8902.0, 8938.0, 8913.0, 8915.0, 8912.0, 8916.0, 8976.0, 8928.0, 8914.0, 8950.0, 8904.0, 8926.0, 8950.0, 8909.0, 8957.0, 8905.0, 8933.0, 8957.0, 8911.0, 8957.0, 8903.0, 8934.0, 8992.0, 8935.0, 8963.0, 8903.0, 8933.0, 8974.0, 8916.0, 8962.0, 8973.0, 8934.0, 8987.0, 8955.0, 8937.0, 8972.0, 8932.0, 8960.0, 8916.0, 8933.0, 8972.0, 8930.0, 8966.0, 8977.0, 8933.0, 8981.0, 8946.0, 8968.0, 8963.0, 8917.0, 8969.0, 8928.0, 8936.0, 8991.0, 8933.0, 8965.0, 8917.0, 8933.0, 8976.0, 8942.0, 8986.0, 8938.0, 8937.0, 8945.0, 8928.0, 8968.0, 8916.0, 8981.0, 8992.0, 8918.0, 8958.0, 8898.0, 8913.0, 8969.0, 8911.0, 8949.0, 8993.0, 8915.0, 8958.0, 8895.0, 8912.0, 8953.0, 8896.0, 8928.0, 8990.0, 8915.0, 8943.0, 8896.0, 8914.0, 8955.0, 8898.0, 8914.0, 8955.0, 8917.0, 8947.0, 8929.0, 8918.0, 8961.0, 8919.0, 8936.0, 8980.0, 8939.0, 8957.0, 8978.0, 8942.0, 8968.0, 8923.0, 8941.0, 8996.0, 8922.0, 8971.0, 9012.0, 8939.0, 8982.0, 8920.0, 8938.0, 8981.0, 8920.0, 8938.0, 9014.0, 8944.0, 8984.0, 8910.0, 8941.0, 8995.0, 8939.0, 8987.0, 9000.0, 8940.0, 8983.0, 8920.0, 8921.0, 8990.0, 8918.0, 8963.0, 8990.0, 8916.0, 8959.0, 8898.0, 8916.0, 8973.0, 8916.0, 8949.0, 8975.0, 8918.0, 8961.0, 8915.0, 8933.0, 8973.0, 8916.0, 8959.0, 8913.0, 8918.0, 8974.0, 8920.0, 8948.0, 8903.0, 8919.0, 8962.0, 8918.0, 8937.0, 8995.0, 8921.0, 8964.0, 8902.0, 8919.0, 8973.0, 8901.0, 8914.0, 8974.0, 8917.0, 8960.0, 8898.0, 8917.0, 8954.0, 8900.0, 8917.0, 8972.0, 8919.0, 8949.0, 8971.0, 8917.0, 8959.0, 8900.0, 8917.0, 8972.0, 8916.0, 8949.0, 8992.0, 8920.0, 8978.0, 8918.0, 8934.0, 8975.0, 8919.0, 8967.0, 8978.0, 8921.0, 8964.0, 8919.0, 8936.0, 8989.0, 8921.0, 8966.0, 8975.0, 8919.0, 8960.0, 8902.0, 8917.0, 8971.0, 8917.0, 8962.0, 8960.0, 8920.0, 8961.0, 8902.0, 8934.0, 8971.0, 8935.0, 8984.0, 8926.0, 8975.0, 8913.0, 8966.0, 8960.0, 8945.0, 8978.0, 8968.0, 9008.0, 8948.0, 8990.0, 8967.0, 9025.0, 9002.0, 9031.0, 9004.0, 8961.0, 9017.0, 8944.0, 8969.0, 9007.0, 8928.0, 8979.0, 9008.0, 8910.0, 8940.0, 8894.0, 8910.0, 8949.0, 8907.0, 8923.0, 8950.0, 8911.0, 8962.0, 8928.0, 8909.0, 8934.0, 8906.0, 8927.0, 8973.0, 8913.0, 8926.0, 8952.0, 8924.0, 8938.0, 8906.0, 8923.0, 8945.0, 8919.0, 8925.0, 8946.0, 8922.0, 8958.0, 8926.0, 8923.0, 8952.0, 8906.0, 8920.0, 8963.0, 8907.0, 8922.0, 8951.0, 8924.0, 8937.0, 8904.0, 8907.0, 8949.0, 8904.0, 8922.0, 8947.0, 8922.0, 8939.0, 8939.0, 8924.0, 8940.0, 8910.0, 8927.0, 8952.0, 8926.0, 8945.0, 8928.0, 8934.0, 8966.0, 8933.0, 8986.0, 9009.0, 8945.0, 8967.0, 8927.0, 8980.0, 8932.0, 8989.0, 9033.0, 8950.0, 8959.0, 9015.0, 8950.0, 8934.0, 8989.0, 8928.0, 8958.0, 8952.0, 8910.0, 8954.0, 8895.0, 8912.0, 8988.0, 8926.0, 8967.0, 8891.0, 8904.0, 8962.0, 8886.0, 8901.0, 8957.0, 8886.0, 8932.0, 8940.0, 8885.0, 8928.0, 8869.0, 8900.0, 8929.0, 8888.0, 8923.0, 8936.0, 8903.0, 8932.0, 8888.0, 8905.0, 8945.0, 8890.0, 8935.0, 8918.0, 8907.0, 8936.0, 8890.0, 8908.0, 8956.0, 8913.0, 8909.0, 8934.0, 8908.0, 8925.0, 8921.0, 8910.0, 8942.0, 8931.0, 8932.0, 8957.0, 8918.0, 8948.0, 8946.0, 8932.0, 8960.0, 8930.0, 8941.0, 8993.0, 8940.0, 8985.0, 8923.0, 8940.0, 8981.0, 8924.0, 8956.0, 9010.0, 8937.0, 8982.0, 8949.0, 8934.0, 8981.0, 8920.0, 8935.0, 8994.0, 8922.0, 8952.0, 8977.0, 8921.0, 8963.0, 8906.0, 8937.0, 8996.0, 8939.0, 8965.0, 8934.0, 8939.0, 9003.0, 8943.0, 8968.0, 8942.0, 8968.0, 8930.0, 8953.0, 8944.0, 8989.0, 8961.0, 9002.0, 8935.0, 8936.0, 8997.0, 8985.0, 8912.0, 8955.0, 8951.0, 8909.0, 8941.0, 8929.0, 8925.0, 8954.0, 8893.0, 8923.0, 8880.0, 8909.0, 8935.0, 8896.0, 8929.0, 8940.0, 8921.0, 8967.0, 8923.0, 8951.0, 8963.0, 8920.0, 8965.0, 8904.0, 8938.0, 8994.0, 8939.0, 8969.0, 8977.0, 8936.0, 8976.0, 8917.0, 8930.0, 8975.0, 8913.0, 8930.0, 8990.0, 8913.0, 8955.0, 8892.0, 8926.0, 8956.0, 8912.0, 8913.0, 8951.0, 8932.0, 8970.0, 8953.0, 8935.0, 8973.0, 8917.0, 8948.0, 8955.0, 8913.0, 8960.0, 8919.0, 8930.0, 8969.0, 8909.0, 8943.0, 8967.0, 8910.0, 8940.0, 8910.0, 8916.0, 8961.0, 8898.0, 8931.0, 8970.0, 8915.0, 8933.0, 8956.0, 8917.0, 8960.0, 8928.0, 8917.0, 8958.0, 8913.0, 8930.0, 8968.0, 8915.0, 8963.0, 8961.0, 8916.0, 8959.0, 8914.0, 8930.0, 8972.0, 8915.0, 8933.0, 8989.0, 8919.0, 8949.0, 8890.0, 8920.0, 8960.0, 8903.0, 8936.0, 8979.0, 8919.0, 8983.0, 8972.0, 8928.0, 8970.0, 8909.0, 8941.0, 8985.0, 8927.0, 8944.0, 8983.0, 8947.0, 8991.0, 8973.0, 8966.0, 9009.0, 8950.0, 8964.0, 9016.0, 8929.0, 8986.0, 8978.0, 8936.0, 8999.0, 8938.0, 8942.0, 8979.0, 8922.0, 8965.0, 8910.0, 8942.0, 8999.0, 8943.0, 8987.0, 8913.0, 8946.0, 8997.0, 8943.0, 8988.0, 8929.0, 8945.0, 8995.0, 8940.0, 8985.0, 8928.0, 8962.0, 9003.0, 8943.0, 8990.0, 8926.0, 8947.0, 8997.0, 8945.0, 8991.0, 8932.0, 8962.0, 9000.0, 8941.0, 8986.0, 8927.0, 8961.0, 9016.0, 8943.0, 9002.0, 8923.0, 8941.0, 8995.0, 8925.0, 8970.0, 8981.0, 8940.0, 9000.0, 8927.0, 8958.0, 8995.0, 8943.0, 8990.0, 8946.0, 8945.0, 9001.0, 8941.0, 8973.0, 8995.0, 8936.0, 9003.0, 8940.0, 8937.0, 8978.0, 8933.0, 8964.0, 8959.0, 8932.0, 8976.0, 8918.0, 8937.0, 8997.0, 8937.0, 8980.0, 8932.0, 8945.0, 8930.0, 8943.0, 8944.0, 8965.0, 9001.0, 8946.0, 8991.0, 8998.0, 8941.0, 8991.0, 8998.0, 8935.0, 8978.0, 8917.0, 8958.0, 8995.0, 8941.0, 8981.0, 8936.0, 8975.0, 8928.0, 8979.0, 9012.0, 8941.0, 8949.0, 8886.0, 8899.0, 8938.0, 8881.0, 8908.0, 8908.0, 8891.0, 8926.0, 8884.0, 8895.0, 8921.0, 8894.0, 8896.0, 8884.0, 8916.0, 8930.0, 8905.0, 8925.0, 8939.0, 8934.0, 8959.0, 8933.0, 8931.0, 8903.0, 8948.0, 8986.0, 8954.0, 8978.0, 8952.0, 8983.0, 8956.0, 8970.0, 8992.0, 8918.0, 8961.0, 8954.0, 8911.0, 8942.0, 8917.0, 8930.0, 8972.0, 8929.0, 8959.0, 8898.0, 8929.0, 8970.0, 8934.0, 8965.0, 8929.0, 8928.0, 8970.0, 8915.0, 8946.0, 8958.0, 8935.0, 8987.0, 8952.0, 8961.0, 8979.0, 8955.0, 8982.0, 8942.0, 8958.0, 8965.0, 8939.0, 8981.0, 8937.0, 8953.0, 9001.0, 8938.0, 8953.0, 8989.0, 8935.0, 8964.0, 8947.0, 8938.0, 8985.0, 8938.0, 8957.0, 8978.0, 8938.0, 8981.0, 8921.0, 8951.0, 8996.0, 8935.0, 8963.0, 8931.0, 8930.0, 8972.0, 8912.0, 8931.0, 8987.0, 8913.0, 8957.0, 8912.0, 8927.0, 8968.0, 8912.0, 8946.0, 8913.0, 8931.0, 8959.0, 8916.0, 8933.0, 8943.0, 8934.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.0036179723502304142</td></tr>
<tr><td colspan=3>aqi</td><td>0.024232165668202764</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28145071816608</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2499843169550198</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0377073717185705</td></tr>
<tr><td colspan=3>efc</td><td>0.4806</td></tr>
<tr><td colspan=3>fber</td><td>5514.1865</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0983546015145836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.71889400921659</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6713348089582793</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4925651223907983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.054291199907296</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4671481045767445</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141749</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008667019195854664</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03545871376991272</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.512389536368067</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.4878</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9689</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.0758</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.2732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6964</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.8135</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3176.3393</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.8001</td></tr>
<tr><td colspan=3>tsnr</td><td>38.63941471930593</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>