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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-03_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_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-0109/ses-03/func/sub-0109_ses-03_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>a67306d9c590873df3dfe5f0b3defa4b</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>16:56:27.412500</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.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0923893</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7784, -7210, 386, -86, 40, 50, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>55aeaf01-02a5-42fa-a691-85284cdfe3de||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.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['165627.412500', '165627.872500', '165628.332500', '165628.792500', '165629.252500', '165629.712500', '165630.172500', '165630.632500', '165631.092500', '165631.552500', '165632.012500', '165632.472500', '165632.932500', '165633.392500', '165633.852500', '165634.312500', '165634.772500', '165635.232500', '165635.692500', '165636.152500', '165636.612500', '165637.072500', '165637.532500', '165637.992500', '165638.452500', '165638.912500', '165639.372500', '165639.832500', '165640.292500', '165640.752500', '165641.212500', '165641.672500', '165642.132500', '165642.592500', '165643.052500', '165643.512500', '165643.972500', '165644.432500', '165644.892500', '165645.352500', '165645.812500', '165646.272500', '165646.732500', '165647.192500', '165647.652500', '165648.112500', '165648.572500', '165649.032500', '165649.492500', '165649.952500', '165650.412500', '165650.872500', '165651.332500', '165651.792500', '165652.252500', '165652.712500', '165653.172500', '165653.632500', '165654.092500', '165654.552500', '165655.012500', '165655.472500', '165655.932500', '165656.392500', '165656.852500', '165657.312500', '165657.772500', '165658.232500', '165658.692500', '165659.152500', '165659.612500', '165700.072500', '165700.532500', '165700.992500', '165701.452500', '165701.912500', '165702.372500', '165702.832500', '165703.292500', '165703.752500', '165704.212500', '165704.672500', '165705.132500', '165705.592500', '165706.052500', '165706.512500', '165706.972500', '165707.432500', '165707.892500', '165708.352500', '165708.812500', '165709.272500', '165709.732500', '165710.192500', '165710.652500', '165711.112500', '165711.572500', '165712.032500', '165712.492500', '165712.952500', '165713.412500', '165713.872500', '165714.332500', '165714.792500', '165715.252500', '165715.712500', '165716.172500', '165716.632500', '165717.092500', '165717.552500', '165718.012500', '165718.472500', '165718.932500', '165719.392500', '165719.852500', '165720.312500', '165720.772500', '165721.232500', '165721.692500', '165722.152500', '165722.612500', '165723.072500', '165723.532500', '165723.992500', '165724.452500', '165724.912500', '165725.372500', '165725.832500', '165726.292500', '165726.752500', '165727.212500', '165727.672500', '165728.132500', '165728.592500', '165729.052500', '165729.512500', '165729.972500', '165730.432500', '165730.892500', '165731.352500', '165731.812500', '165732.272500', '165732.732500', '165733.192500', '165733.652500', '165734.112500', '165734.572500', '165735.032500', '165735.492500', '165735.952500', '165736.412500', '165736.872500', '165737.332500', '165737.792500', '165738.252500', '165738.712500', '165739.172500', '165739.632500', '165740.092500', '165740.552500', '165741.012500', '165741.472500', '165741.932500', '165742.392500', '165742.852500', '165743.312500', '165743.772500', '165744.232500', '165744.692500', '165745.152500', '165745.612500', '165746.072500', '165746.532500', '165746.992500', '165747.452500', '165747.912500', '165748.372500', '165748.832500', '165749.292500', '165749.752500', '165750.212500', '165750.672500', '165751.132500', '165751.592500', '165752.052500', '165752.512500', '165752.972500', '165753.432500', '165753.892500', '165754.352500', '165754.812500', '165755.272500', '165755.732500', '165756.192500', '165756.652500', '165757.112500', '165757.572500', '165758.032500', '165758.492500', '165758.952500', '165759.412500', '165759.872500', '165800.332500', '165800.792500', '165801.252500', '165801.712500', '165802.172500', '165802.632500', '165803.092500', '165803.552500', '165804.012500', '165804.472500', '165804.932500', '165805.392500', '165805.852500', '165806.312500', '165806.772500', '165807.232500', '165807.692500', '165808.152500', '165808.612500', '165809.072500', '165809.532500', '165809.992500', '165810.452500', '165810.912500', '165811.372500', '165811.832500', '165812.292500', '165812.752500', '165813.212500', '165813.672500', '165814.132500', '165814.592500', '165815.052500', '165815.512500', '165815.972500', '165816.432500', '165816.892500', '165817.352500', '165817.812500', '165818.272500', '165818.732500', '165819.192500', '165819.652500', '165820.112500', '165820.572500', '165821.032500', '165821.492500', '165821.952500', '165822.412500', '165822.872500', '165823.332500', '165823.792500', '165824.252500', '165824.712500', '165825.172500', '165825.632500', '165826.092500', '165826.552500', '165827.012500', '165827.472500', '165827.932500', '165828.392500', '165828.852500', '165829.312500', '165829.772500', '165830.232500', '165830.692500', '165831.152500', '165831.612500', '165832.072500', '165832.532500', '165832.992500', '165833.452500', '165833.912500', '165834.372500', '165834.832500', '165835.292500', '165835.752500', '165836.212500', '165836.672500', '165837.132500', '165837.592500', '165838.052500', '165838.512500', '165838.972500', '165839.432500', '165839.892500', '165840.352500', '165840.812500', '165841.272500', '165841.732500', '165842.192500', '165842.652500', '165843.112500', '165843.572500', '165844.032500', '165844.492500', '165844.952500', '165845.412500', '165845.872500', '165846.332500', '165846.792500', '165847.252500', '165847.712500', '165848.172500', '165848.632500', '165849.092500', '165849.552500', '165850.012500', '165850.472500', '165850.932500', '165851.392500', '165851.852500', '165852.312500', '165852.772500', '165853.232500', '165853.692500', '165854.152500', '165854.612500', '165855.072500', '165855.532500', '165855.992500', '165856.452500', '165856.912500', '165857.372500', '165857.832500', '165858.292500', '165858.752500', '165859.212500', '165859.672500', '165900.132500', '165900.592500', '165901.052500', '165901.512500', '165901.972500', '165902.432500', '165902.892500', '165903.352500', '165903.812500', '165904.272500', '165904.732500', '165905.192500', '165905.652500', '165906.112500', '165906.572500', '165907.032500', '165907.492500', '165907.952500', '165908.412500', '165908.872500', '165909.332500', '165909.792500', '165910.252500', '165910.712500', '165911.172500', '165911.632500', '165912.092500', '165912.552500', '165913.012500', '165913.472500', '165913.932500', '165914.392500', '165914.852500', '165915.312500', '165915.772500', '165916.232500', '165916.692500', '165917.152500', '165917.612500', '165918.072500', '165918.532500', '165918.992500', '165919.452500', '165919.912500', '165920.372500', '165920.832500', '165921.292500', '165921.752500', '165922.212500', '165922.672500', '165923.132500', '165923.592500', '165924.052500', '165924.512500', '165924.972500', '165925.432500', '165925.892500', '165926.352500', '165926.812500', '165927.272500', '165927.732500', '165928.192500', '165928.652500', '165929.112500', '165929.572500', '165930.032500', '165930.492500', '165930.952500', '165931.412500', '165931.872500', '165932.332500', '165932.792500', '165933.252500', '165933.712500', '165934.172500', '165934.632500', '165935.092500', '165935.552500', '165936.012500', '165936.472500', '165936.932500', '165937.392500', '165937.852500', '165938.312500', '165938.772500', '165939.232500', '165939.692500', '165940.152500', '165940.612500', '165941.072500', '165941.532500', '165941.992500', '165942.452500', '165942.912500', '165943.372500', '165943.832500', '165944.292500', '165944.752500', '165945.212500', '165945.672500', '165946.132500', '165946.592500', '165947.052500', '165947.512500', '165947.972500', '165948.432500', '165948.892500', '165949.352500', '165949.812500', '165950.272500', '165950.732500', '165951.192500', '165951.652500', '165952.112500', '165952.572500', '165953.032500', '165953.492500', '165953.952500', '165954.412500', '165954.872500', '165955.332500', '165955.792500', '165956.252500', '165956.712500', '165957.172500', '165957.632500', '165958.092500', '165958.552500', '165959.012500', '165959.472500', '165959.932500', '170000.392500', '170000.852500', '170001.312500', '170001.772500', '170002.232500', '170002.692500', '170003.152500', '170003.612500', '170004.072500', '170004.532500', '170004.992500', '170005.452500', '170005.912500', '170006.372500', '170006.832500', '170007.292500', '170007.752500', '170008.212500', '170008.672500', '170009.132500', '170009.592500', '170010.052500', '170010.512500', '170010.972500', '170011.432500', '170011.892500', '170012.352500', '170012.812500', '170013.272500', '170013.732500', '170014.192500', '170014.652500', '170015.112500', '170015.572500', '170016.032500', '170016.492500', '170016.952500', '170017.412500', '170017.872500', '170018.332500', '170018.792500', '170019.252500', '170019.712500', '170020.172500', '170020.632500', '170021.092500', '170021.552500', '170022.012500', '170022.472500', '170022.932500', '170023.392500', '170023.852500', '170024.312500', '170024.772500', '170025.232500', '170025.692500', '170026.152500', '170026.612500', '170027.072500', '170027.532500', '170027.992500', '170028.452500', '170028.912500', '170029.372500', '170029.832500', '170030.292500', '170030.752500', '170031.212500', '170031.672500', '170032.132500', '170032.592500', '170033.052500', '170033.512500', '170033.972500', '170034.432500', '170034.892500', '170035.352500', '170035.812500', '170036.272500', '170036.732500', '170037.192500', '170037.652500', '170038.112500', '170038.572500', '170039.032500', '170039.492500', '170039.952500', '170040.412500', '170040.872500', '170041.332500', '170041.792500', '170042.252500', '170042.712500', '170043.172500', '170043.632500', '170044.092500', '170044.552500', '170045.012500', '170045.472500', '170045.932500', '170046.392500', '170046.852500', '170047.312500', '170047.772500', '170048.232500', '170048.692500', '170049.152500', '170049.612500', '170050.072500', '170050.532500', '170050.992500', '170051.452500', '170051.912500', '170052.372500', '170052.832500', '170053.292500', '170053.752500', '170054.212500', '170054.672500', '170055.132500', '170055.592500', '170056.052500', '170056.512500', '170056.972500', '170057.432500', '170057.892500', '170058.352500', '170058.812500', '170059.272500', '170059.732500', '170100.192500', '170100.652500', '170101.112500', '170101.572500', '170102.032500', '170102.492500', '170102.952500', '170103.412500', '170103.872500', '170104.332500', '170104.792500', '170105.252500', '170105.712500', '170106.172500', '170106.632500', '170107.092500', '170107.552500', '170108.012500', '170108.472500', '170108.932500', '170109.392500', '170109.852500', '170110.312500', '170110.772500', '170111.232500', '170111.692500', '170112.152500', '170112.612500', '170113.072500', '170113.532500', '170113.992500', '170114.452500', '170114.912500', '170115.372500', '170115.832500', '170116.292500', '170116.752500', '170117.212500', '170117.672500', '170118.132500', '170118.592500', '170119.052500', '170119.512500', '170119.972500', '170120.432500', '170120.892500', '170121.352500', '170121.812500', '170122.272500', '170122.732500', '170123.192500', '170123.652500', '170124.112500', '170124.572500', '170125.032500', '170125.492500', '170125.952500', '170126.412500', '170126.872500', '170127.332500', '170127.792500', '170128.252500', '170128.712500', '170129.172500', '170129.632500', '170130.092500', '170130.552500', '170131.012500', '170131.472500', '170131.932500', '170132.392500', '170132.852500', '170133.312500', '170133.772500', '170134.232500', '170134.692500', '170135.152500', '170135.612500', '170136.072500', '170136.532500', '170136.992500', '170137.452500', '170137.912500', '170138.372500', '170138.832500', '170139.292500', '170139.752500', '170140.212500', '170140.672500', '170141.132500', '170141.592500', '170142.052500', '170142.512500', '170142.972500', '170143.432500', '170143.892500', '170144.352500', '170144.812500', '170145.272500', '170145.732500', '170146.192500', '170146.652500', '170147.112500', '170147.572500', '170148.032500', '170148.492500', '170148.952500', '170149.412500', '170149.872500', '170150.332500', '170150.792500', '170151.252500', '170151.712500', '170152.172500', '170152.632500', '170153.092500', '170153.552500', '170154.012500', '170154.472500', '170154.932500', '170155.392500', '170155.852500', '170156.312500', '170156.772500', '170157.232500', '170157.692500', '170158.152500', '170158.612500', '170159.072500', '170159.532500', '170159.992500', '170200.452500', '170200.912500', '170201.372500', '170201.832500', '170202.292500', '170202.752500', '170203.212500', '170203.672500', '170204.132500', '170204.592500', '170205.052500', '170205.512500', '170205.972500', '170206.432500', '170206.892500', '170207.352500', '170207.812500', '170208.272500', '170208.732500', '170209.192500', '170209.652500', '170210.112500', '170210.572500', '170211.032500', '170211.492500', '170211.952500', '170212.412500', '170212.872500', '170213.332500', '170213.792500', '170214.252500', '170214.712500', '170215.172500', '170215.632500', '170216.092500', '170216.552500', '170217.012500', '170217.472500', '170217.932500', '170218.392500', '170218.852500', '170219.312500', '170219.772500', '170220.232500', '170220.692500', '170221.152500', '170221.612500', '170222.072500', '170222.532500', '170222.992500', '170223.452500', '170223.912500', '170224.372500', '170224.832500', '170225.292500', '170225.752500', '170226.212500', '170226.672500', '170227.132500', '170227.592500', '170228.052500', '170228.512500', '170228.972500', '170229.432500', '170229.892500', '170230.352500', '170230.812500', '170231.272500', '170231.732500', '170232.192500', '170232.652500', '170233.112500', '170233.572500', '170234.032500', '170234.492500', '170234.952500', '170235.412500', '170235.872500', '170236.332500', '170236.792500', '170237.252500', '170237.712500', '170238.172500', '170238.632500', '170239.092500', '170239.552500', '170240.012500', '170240.472500', '170240.932500', '170241.392500', '170241.852500', '170242.312500', '170242.772500', '170243.232500', '170243.692500', '170244.152500', '170244.612500', '170245.072500', '170245.532500', '170245.992500', '170246.452500', '170246.912500', '170247.372500', '170247.832500', '170248.292500', '170248.752500', '170249.212500', '170249.672500', '170250.132500', '170250.592500', '170251.052500', '170251.512500', '170251.972500', '170252.432500', '170252.892500', '170253.352500', '170253.812500', '170254.272500', '170254.732500', '170255.192500', '170255.652500', '170256.112500', '170256.572500', '170257.032500', '170257.492500', '170257.952500', '170258.412500', '170258.872500', '170259.332500', '170259.792500', '170300.252500', '170300.712500', '170301.172500', '170301.632500', '170302.092500', '170302.552500', '170303.012500', '170303.472500', '170303.932500', '170304.392500', '170304.852500', '170305.312500', '170305.772500', '170306.232500', '170306.692500', '170307.152500', '170307.612500', '170308.072500'], 'ContentTime': ['165652.066000', '165652.069000', '165652.072000', '165652.074000', '165652.077000', '165652.080000', '165652.082000', '165652.085000', '165652.087000', '165652.090000', '165652.092000', '165652.095000', '165652.098000', '165652.100000', '165652.103000', '165652.105000', '165652.108000', '165652.110000', '165652.113000', '165652.115000', '165652.118000', '165652.121000', '165652.123000', '165652.126000', '165652.128000', '165652.131000', '165652.134000', '165652.136000', '165652.139000', '165652.141000', '165652.144000', '165652.146000', '165652.149000', '165652.152000', '165652.154000', '165652.157000', '165652.159000', '165652.162000', '165652.164000', '165652.167000', '165652.170000', '165652.172000', '165652.175000', '165652.177000', '165652.180000', '165652.182000', '165652.185000', '165652.188000', '165652.198000', '165652.200000', '165712.035000', '165712.038000', '165712.041000', '165712.043000', '165712.046000', '165712.048000', '165712.051000', '165712.054000', '165712.056000', '165712.059000', '165712.061000', '165712.064000', '165712.067000', '165712.069000', '165712.072000', '165712.074000', '165712.077000', '165712.079000', '165712.082000', '165712.085000', '165712.087000', '165712.090000', '165712.092000', '165712.095000', '165712.098000', '165712.100000', '165712.103000', '165712.105000', '165712.108000', '165712.110000', '165712.113000', '165712.115000', '165712.118000', '165712.121000', '165712.123000', '165712.131000', '165712.134000', '165712.136000', '165712.139000', '165712.142000', '165712.144000', '165712.147000', '165712.149000', '165712.152000', '165732.034000', '165732.037000', '165732.054000', '165732.057000', '165732.060000', '165732.063000', '165732.066000', '165732.069000', '165732.071000', '165732.074000', '165732.077000', '165732.079000', '165732.082000', '165732.085000', '165732.087000', '165732.090000', '165732.092000', '165732.095000', '165732.098000', '165732.107000', '165732.109000', '165732.112000', '165732.115000', '165732.117000', '165732.120000', '165732.123000', '165732.125000', '165732.128000', '165732.131000', '165732.133000', '165732.136000', '165732.138000', '165732.141000', '165732.144000', '165732.146000', '165732.149000', '165732.151000', '165732.154000', '165732.157000', '165732.159000', '165732.162000', '165732.165000', '165732.168000', '165732.171000', '165752.034000', '165752.037000', '165752.040000', '165752.043000', '165752.045000', '165752.048000', '165752.051000', '165752.053000', '165752.056000', '165752.059000', '165752.061000', '165752.064000', '165752.067000', '165752.070000', '165752.072000', '165752.075000', '165752.078000', '165752.081000', '165752.083000', '165752.086000', '165752.089000', '165752.091000', '165752.094000', '165752.096000', '165752.099000', '165752.101000', '165752.104000', '165752.107000', '165752.110000', '165752.112000', '165752.115000', '165752.118000', '165752.120000', '165752.123000', '165752.125000', '165752.128000', '165752.131000', '165752.134000', '165752.136000', '165752.139000', '165752.141000', '165752.144000', '165752.147000', '165812.035000', '165812.039000', '165812.047000', '165812.049000', '165812.052000', '165812.055000', '165812.057000', '165812.060000', '165812.063000', '165812.065000', '165812.068000', '165812.070000', '165812.073000', '165812.076000', '165812.078000', '165812.081000', '165812.084000', '165812.086000', '165812.089000', '165812.091000', '165812.094000', '165812.096000', '165812.099000', '165812.102000', '165812.104000', '165812.107000', '165812.109000', '165812.112000', '165812.114000', '165812.117000', '165812.150000', '165812.153000', '165812.156000', '165812.158000', '165812.161000', '165812.163000', '165812.166000', '165812.169000', '165812.171000', '165812.174000', '165812.176000', '165812.179000', '165812.182000', '165832.035000', '165832.038000', '165832.041000', '165832.043000', '165832.046000', '165832.048000', '165832.051000', '165832.054000', '165832.056000', '165832.059000', '165832.061000', '165832.064000', '165832.066000', '165832.069000', '165832.072000', '165832.074000', '165832.077000', '165832.079000', '165832.082000', '165832.084000', '165832.087000', '165832.090000', '165832.092000', '165832.095000', '165832.097000', '165832.100000', '165832.102000', '165832.105000', '165832.108000', '165832.110000', '165832.113000', '165832.116000', '165832.118000', '165832.121000', '165832.123000', '165832.126000', '165832.129000', '165832.131000', '165832.134000', '165832.137000', '165832.139000', '165832.142000', '165832.144000', '165832.147000', '165852.035000', '165852.039000', '165852.041000', '165852.044000', '165852.046000', '165852.049000', '165852.052000', '165852.054000', '165852.057000', '165852.060000', '165852.062000', '165852.065000', '165852.067000', '165852.070000', '165852.073000', '165852.075000', '165852.078000', '165852.080000', '165852.083000', '165852.085000', '165852.088000', '165852.091000', '165852.093000', '165852.096000', '165852.098000', '165852.101000', '165852.105000', '165852.108000', '165852.111000', '165852.114000', '165852.117000', '165852.120000', '165852.122000', '165852.125000', '165852.127000', '165852.130000', '165852.133000', '165852.135000', '165852.138000', '165852.140000', '165852.143000', '165852.145000', '165852.148000', '165912.035000', '165912.038000', '165912.041000', '165912.044000', '165912.054000', '165912.057000', '165912.059000', '165912.062000', '165912.064000', '165912.067000', '165912.070000', '165912.072000', '165912.075000', '165912.077000', '165912.080000', '165912.083000', '165912.085000', '165912.088000', '165912.090000', '165912.093000', '165912.096000', '165912.098000', '165912.101000', '165912.103000', '165912.106000', '165912.108000', '165912.111000', '165912.114000', '165912.116000', '165912.119000', '165912.128000', '165912.131000', '165912.133000', '165912.136000', '165912.138000', '165912.141000', '165912.143000', '165912.146000', '165912.149000', '165912.151000', '165912.154000', '165912.156000', '165912.159000', '165912.162000', '165932.034000', '165932.037000', '165932.040000', '165932.042000', '165932.045000', '165932.048000', '165932.051000', '165932.054000', '165932.056000', '165932.059000', '165932.061000', '165932.064000', '165932.067000', '165932.070000', '165932.073000', '165932.076000', '165932.079000', '165932.081000', '165932.084000', '165932.087000', '165932.089000', '165932.092000', '165932.094000', '165932.097000', '165932.099000', '165932.102000', '165932.105000', '165932.107000', '165932.110000', '165932.113000', '165932.116000', '165932.119000', '165932.121000', '165932.124000', '165932.127000', '165932.129000', '165932.132000', '165932.135000', '165932.137000', '165932.140000', '165932.142000', '165932.145000', '165932.148000', '165952.035000', '165952.038000', '165952.041000', '165952.043000', '165952.046000', '165952.049000', '165952.051000', '165952.054000', '165952.057000', '165952.059000', '165952.062000', '165952.065000', '165952.067000', '165952.070000', '165952.073000', '165952.076000', '165952.078000', '165952.081000', '165952.084000', '165952.086000', '165952.089000', '165952.092000', '165952.094000', '165952.097000', '165952.100000', '165952.102000', '165952.105000', '165952.122000', '165952.125000', '165952.128000', '165952.130000', '165952.133000', '165952.136000', '165952.138000', '165952.141000', '165952.143000', '165952.146000', '165952.149000', '165952.151000', '165952.154000', '165952.156000', '165952.159000', '165952.162000', '165952.164000', '170012.035000', '170012.037000', '170012.040000', '170012.043000', '170012.045000', '170012.048000', '170012.051000', '170012.053000', '170012.056000', '170012.058000', '170012.061000', '170012.064000', '170012.066000', '170012.069000', '170012.072000', '170012.075000', '170012.078000', '170012.081000', '170012.084000', '170012.087000', '170012.089000', '170012.092000', '170012.095000', '170012.097000', '170012.100000', '170012.103000', '170012.106000', '170012.108000', '170012.111000', '170012.113000', '170012.116000', '170012.118000', '170012.121000', '170012.124000', '170012.126000', '170012.129000', '170012.131000', '170012.134000', '170012.137000', '170012.139000', '170012.143000', '170012.146000', '170012.149000', '170032.036000', '170032.038000', '170032.041000', '170032.044000', '170032.046000', '170032.049000', '170032.052000', '170032.055000', '170032.057000', '170032.060000', '170032.063000', '170032.065000', '170032.068000', '170032.071000', '170032.073000', '170032.076000', '170032.078000', '170032.081000', '170032.084000', '170032.086000', '170032.089000', '170032.091000', '170032.094000', '170032.097000', '170032.099000', '170032.102000', '170032.105000', '170032.107000', '170032.110000', '170032.113000', '170032.116000', '170032.119000', '170032.121000', '170032.124000', '170032.127000', '170032.135000', '170032.138000', '170032.140000', '170032.143000', '170032.146000', '170032.148000', '170032.151000', '170032.154000', '170032.156000', '170052.036000', '170052.038000', '170052.041000', '170052.044000', '170052.046000', '170052.049000', '170052.051000', '170052.054000', '170052.057000', '170052.059000', '170052.062000', '170052.064000', '170052.067000', '170052.070000', '170052.076000', '170052.079000', '170052.081000', '170052.084000', '170052.087000', '170052.089000', '170052.092000', '170052.095000', '170052.097000', '170052.100000', '170052.103000', '170052.105000', '170052.108000', '170052.111000', '170052.113000', '170052.116000', '170052.118000', '170052.121000', '170052.124000', '170052.126000', '170052.129000', '170052.131000', '170052.134000', '170052.137000', '170052.139000', '170052.142000', '170052.144000', '170052.147000', '170052.150000', '170112.035000', '170112.038000', '170112.041000', '170112.044000', '170112.046000', '170112.049000', '170112.051000', '170112.054000', '170112.056000', '170112.059000', '170112.062000', '170112.064000', '170112.067000', '170112.069000', '170112.072000', '170112.075000', '170112.077000', '170112.080000', '170112.082000', '170112.085000', '170112.087000', '170112.090000', '170112.093000', '170112.095000', '170112.098000', '170112.100000', '170112.103000', '170112.106000', '170112.108000', '170112.111000', '170112.113000', '170112.116000', '170112.118000', '170112.121000', '170112.124000', '170112.126000', '170112.129000', '170112.131000', '170112.134000', '170112.137000', '170112.139000', '170112.142000', '170112.144000', '170112.147000', '170132.036000', '170132.038000', '170132.041000', '170132.044000', '170132.046000', '170132.049000', '170132.051000', '170132.054000', '170132.057000', '170132.093000', '170132.096000', '170132.098000', '170132.101000', '170132.104000', '170132.107000', '170132.109000', '170132.112000', '170132.115000', '170132.117000', '170132.120000', '170132.122000', '170132.125000', '170132.128000', '170132.131000', '170132.134000', '170132.137000', '170132.140000', '170132.142000', '170132.145000', '170132.148000', '170132.150000', '170132.153000', '170132.155000', '170132.158000', '170132.161000', '170132.163000', '170132.166000', '170132.169000', '170132.171000', '170132.174000', '170132.176000', '170132.179000', '170132.182000', '170152.034000', '170152.037000', '170152.040000', '170152.043000', '170152.045000', '170152.048000', '170152.051000', '170152.053000', '170152.056000', '170152.058000', '170152.061000', '170152.064000', '170152.066000', '170152.069000', '170152.072000', '170152.074000', '170152.077000', '170152.080000', '170152.082000', '170152.085000', '170152.088000', '170152.090000', '170152.093000', '170152.096000', '170152.098000', '170152.101000', '170152.103000', '170152.106000', '170152.109000', '170152.111000', '170152.114000', '170152.116000', '170152.119000', '170152.121000', '170152.124000', '170152.127000', '170152.129000', '170152.132000', '170152.134000', '170152.137000', '170152.140000', '170152.149000', '170152.152000', '170152.155000', '170212.035000', '170212.037000', '170212.040000', '170212.043000', '170212.045000', '170212.048000', '170212.051000', '170212.053000', '170212.056000', '170212.059000', '170212.061000', '170212.064000', '170212.066000', '170212.069000', '170212.072000', '170212.074000', '170212.077000', '170212.079000', '170212.082000', '170212.085000', '170212.087000', '170212.090000', '170212.092000', '170212.095000', '170212.098000', '170212.100000', '170212.103000', '170212.105000', '170212.108000', '170212.111000', '170212.113000', '170212.116000', '170212.119000', '170212.121000', '170212.124000', '170212.126000', '170212.129000', '170212.132000', '170212.135000', '170212.137000', '170212.140000', '170212.143000', '170212.145000', '170232.035000', '170232.038000', '170232.041000', '170232.043000', '170232.046000', '170232.049000', '170232.051000', '170232.054000', '170232.057000', '170232.059000', '170232.062000', '170232.065000', '170232.068000', '170232.071000', '170232.074000', '170232.076000', '170232.079000', '170232.096000', '170232.099000', '170232.102000', '170232.104000', '170232.107000', '170232.110000', '170232.112000', '170232.115000', '170232.118000', '170232.120000', '170232.123000', '170232.125000', '170232.128000', '170232.131000', '170232.133000', '170232.136000', '170232.139000', '170232.141000', '170232.144000', '170232.146000', '170232.149000', '170232.152000', '170232.154000', '170232.157000', '170232.160000', '170232.162000', '170252.035000', '170252.038000', '170252.041000', '170252.044000', '170252.047000', '170252.058000', '170252.061000', '170252.063000', '170252.066000', '170252.068000', '170252.071000', '170252.074000', '170252.076000', '170252.079000', '170252.081000', '170252.084000', '170252.087000', '170252.089000', '170252.092000', '170252.094000', '170252.097000', '170252.100000', '170252.102000', '170252.105000', '170252.107000', '170252.110000', '170252.113000', '170252.115000', '170252.118000', '170252.120000', '170252.123000', '170252.126000', '170252.128000', '170252.131000', '170252.133000', '170252.136000', '170252.139000', '170252.141000', '170252.144000', '170252.146000', '170252.149000', '170252.152000', '170252.154000', '170252.157000', '170309.658000', '170309.661000', '170309.664000', '170309.667000', '170309.670000', '170309.672000', '170309.675000', '170309.678000', '170309.680000', '170309.683000', '170309.686000', '170309.689000', '170309.692000', '170309.695000', '170309.698000', '170309.701000', '170309.703000', '170309.706000', '170309.710000', '170309.713000', '170309.716000', '170309.718000', '170309.721000', '170309.728000', '170309.731000', '170309.734000', '170309.736000', '170309.739000', '170309.742000', '170309.744000', '170309.747000', '170309.750000', '170309.752000', '170309.755000', '170309.758000', '170309.760000', '170309.763000', '170309.766000', '170309.768000'], 'InstanceCreationTime': ['165652.066000', '165652.069000', '165652.072000', '165652.074000', '165652.077000', '165652.080000', '165652.082000', '165652.085000', '165652.087000', '165652.090000', '165652.092000', '165652.095000', '165652.098000', '165652.100000', '165652.103000', '165652.105000', '165652.108000', '165652.110000', '165652.113000', '165652.115000', '165652.118000', '165652.121000', '165652.123000', '165652.126000', '165652.128000', '165652.131000', '165652.134000', '165652.136000', '165652.139000', '165652.141000', '165652.144000', '165652.146000', '165652.149000', '165652.152000', '165652.154000', '165652.157000', '165652.159000', '165652.162000', '165652.164000', '165652.167000', '165652.170000', '165652.172000', '165652.175000', '165652.177000', '165652.180000', '165652.182000', '165652.185000', '165652.188000', '165652.198000', '165652.200000', '165712.035000', '165712.038000', '165712.041000', '165712.043000', '165712.046000', '165712.048000', '165712.051000', '165712.054000', '165712.056000', '165712.059000', '165712.061000', '165712.064000', '165712.067000', '165712.069000', '165712.072000', '165712.074000', '165712.077000', '165712.079000', '165712.082000', '165712.085000', '165712.087000', '165712.090000', '165712.092000', '165712.095000', '165712.098000', '165712.100000', '165712.103000', '165712.105000', '165712.108000', '165712.110000', '165712.113000', '165712.115000', '165712.118000', '165712.121000', '165712.123000', '165712.131000', '165712.134000', '165712.136000', '165712.139000', '165712.142000', '165712.144000', '165712.147000', '165712.149000', '165712.152000', '165732.034000', '165732.037000', '165732.054000', '165732.057000', '165732.060000', '165732.063000', '165732.066000', '165732.069000', '165732.071000', '165732.074000', '165732.077000', '165732.079000', '165732.082000', '165732.085000', '165732.087000', '165732.090000', '165732.092000', '165732.095000', '165732.098000', '165732.107000', '165732.109000', '165732.112000', '165732.115000', '165732.117000', '165732.120000', '165732.123000', '165732.125000', '165732.128000', '165732.131000', '165732.133000', '165732.136000', '165732.138000', '165732.141000', '165732.144000', '165732.146000', '165732.149000', '165732.151000', '165732.154000', '165732.157000', '165732.159000', '165732.162000', '165732.165000', '165732.168000', '165732.171000', '165752.034000', '165752.037000', '165752.040000', '165752.043000', '165752.045000', '165752.048000', '165752.051000', '165752.053000', '165752.056000', '165752.059000', '165752.061000', '165752.064000', '165752.067000', '165752.070000', '165752.072000', '165752.075000', '165752.078000', '165752.081000', '165752.083000', '165752.086000', '165752.089000', '165752.091000', '165752.094000', '165752.096000', '165752.099000', '165752.101000', '165752.104000', '165752.107000', '165752.110000', '165752.112000', '165752.115000', '165752.118000', '165752.120000', '165752.123000', '165752.125000', '165752.128000', '165752.131000', '165752.134000', '165752.136000', '165752.139000', '165752.141000', '165752.144000', '165752.147000', '165812.035000', '165812.039000', '165812.047000', '165812.049000', '165812.052000', '165812.055000', '165812.057000', '165812.060000', '165812.063000', '165812.065000', '165812.068000', '165812.070000', '165812.073000', '165812.076000', '165812.078000', '165812.081000', '165812.084000', '165812.086000', '165812.089000', '165812.091000', '165812.094000', '165812.096000', '165812.099000', '165812.102000', '165812.104000', '165812.107000', '165812.109000', '165812.112000', '165812.114000', '165812.117000', '165812.150000', '165812.153000', '165812.156000', '165812.158000', '165812.161000', '165812.163000', '165812.166000', '165812.169000', '165812.171000', '165812.174000', '165812.176000', '165812.179000', '165812.182000', '165832.035000', '165832.038000', '165832.041000', '165832.043000', '165832.046000', '165832.048000', '165832.051000', '165832.054000', '165832.056000', '165832.059000', '165832.061000', '165832.064000', '165832.066000', '165832.069000', '165832.072000', '165832.074000', '165832.077000', '165832.079000', '165832.082000', '165832.084000', '165832.087000', '165832.090000', '165832.092000', '165832.095000', '165832.097000', '165832.100000', '165832.102000', '165832.105000', '165832.108000', '165832.110000', '165832.113000', '165832.116000', '165832.118000', '165832.121000', '165832.123000', '165832.126000', '165832.129000', '165832.131000', '165832.134000', '165832.137000', '165832.139000', '165832.142000', '165832.144000', '165832.147000', '165852.035000', '165852.039000', '165852.041000', '165852.044000', '165852.046000', '165852.049000', '165852.052000', '165852.054000', '165852.057000', '165852.060000', '165852.062000', '165852.065000', '165852.067000', '165852.070000', '165852.073000', '165852.075000', '165852.078000', '165852.080000', '165852.083000', '165852.085000', '165852.088000', '165852.091000', '165852.093000', '165852.096000', '165852.098000', '165852.101000', '165852.105000', '165852.108000', '165852.111000', '165852.114000', '165852.117000', '165852.120000', '165852.122000', '165852.125000', '165852.127000', '165852.130000', '165852.133000', '165852.135000', '165852.138000', '165852.140000', '165852.143000', '165852.145000', '165852.148000', '165912.035000', '165912.038000', '165912.041000', '165912.044000', '165912.054000', '165912.057000', '165912.059000', '165912.062000', '165912.064000', '165912.067000', '165912.070000', '165912.072000', '165912.075000', '165912.077000', '165912.080000', '165912.083000', '165912.085000', '165912.088000', '165912.090000', '165912.093000', '165912.096000', '165912.098000', '165912.101000', '165912.103000', '165912.106000', '165912.108000', '165912.111000', '165912.114000', '165912.116000', '165912.119000', '165912.128000', '165912.131000', '165912.133000', '165912.136000', '165912.138000', '165912.141000', '165912.143000', '165912.146000', '165912.149000', '165912.151000', '165912.154000', '165912.156000', '165912.159000', '165912.162000', '165932.034000', '165932.037000', '165932.040000', '165932.042000', '165932.045000', '165932.048000', '165932.051000', '165932.054000', '165932.056000', '165932.059000', '165932.061000', '165932.064000', '165932.067000', '165932.070000', '165932.073000', '165932.076000', '165932.079000', '165932.081000', '165932.084000', '165932.087000', '165932.089000', '165932.092000', '165932.094000', '165932.097000', '165932.099000', '165932.102000', '165932.105000', '165932.107000', '165932.110000', '165932.113000', '165932.116000', '165932.119000', '165932.121000', '165932.124000', '165932.127000', '165932.129000', '165932.132000', '165932.135000', '165932.137000', '165932.140000', '165932.142000', '165932.145000', '165932.148000', '165952.035000', '165952.038000', '165952.041000', '165952.043000', '165952.046000', '165952.049000', '165952.051000', '165952.054000', '165952.057000', '165952.059000', '165952.062000', '165952.065000', '165952.067000', '165952.070000', '165952.073000', '165952.076000', '165952.078000', '165952.081000', '165952.084000', '165952.086000', '165952.089000', '165952.092000', '165952.094000', '165952.097000', '165952.100000', '165952.102000', '165952.105000', '165952.122000', '165952.125000', '165952.128000', '165952.130000', '165952.133000', '165952.136000', '165952.138000', '165952.141000', '165952.143000', '165952.146000', '165952.149000', '165952.151000', '165952.154000', '165952.156000', '165952.159000', '165952.162000', '165952.164000', '170012.035000', '170012.037000', '170012.040000', '170012.043000', '170012.045000', '170012.048000', '170012.051000', '170012.053000', '170012.056000', '170012.058000', '170012.061000', '170012.064000', '170012.066000', '170012.069000', '170012.072000', '170012.075000', '170012.078000', '170012.081000', '170012.084000', '170012.087000', '170012.089000', '170012.092000', '170012.095000', '170012.097000', '170012.100000', '170012.103000', '170012.106000', '170012.108000', '170012.111000', '170012.113000', '170012.116000', '170012.118000', '170012.121000', '170012.124000', '170012.126000', '170012.129000', '170012.131000', '170012.134000', '170012.137000', '170012.139000', '170012.143000', '170012.146000', '170012.149000', '170032.036000', '170032.038000', '170032.041000', '170032.044000', '170032.046000', '170032.049000', '170032.052000', '170032.055000', '170032.057000', '170032.060000', '170032.063000', '170032.065000', '170032.068000', '170032.071000', '170032.073000', '170032.076000', '170032.078000', '170032.081000', '170032.084000', '170032.086000', '170032.089000', '170032.091000', '170032.094000', '170032.097000', '170032.099000', '170032.102000', '170032.105000', '170032.107000', '170032.110000', '170032.113000', '170032.116000', '170032.119000', '170032.121000', '170032.124000', '170032.127000', '170032.135000', '170032.138000', '170032.140000', '170032.143000', '170032.146000', '170032.148000', '170032.151000', '170032.154000', '170032.156000', '170052.036000', '170052.038000', '170052.041000', '170052.044000', '170052.046000', '170052.049000', '170052.051000', '170052.054000', '170052.057000', '170052.059000', '170052.062000', '170052.064000', '170052.067000', '170052.070000', '170052.076000', '170052.079000', '170052.081000', '170052.084000', '170052.087000', '170052.089000', '170052.092000', '170052.095000', '170052.097000', '170052.100000', '170052.103000', '170052.105000', '170052.108000', '170052.111000', '170052.113000', '170052.116000', '170052.118000', '170052.121000', '170052.124000', '170052.126000', '170052.129000', '170052.131000', '170052.134000', '170052.137000', '170052.139000', '170052.142000', '170052.144000', '170052.147000', '170052.150000', '170112.035000', '170112.038000', '170112.041000', '170112.044000', '170112.046000', '170112.049000', '170112.051000', '170112.054000', '170112.056000', '170112.059000', '170112.062000', '170112.064000', '170112.067000', '170112.069000', '170112.072000', '170112.075000', '170112.077000', '170112.080000', '170112.082000', '170112.085000', '170112.087000', '170112.090000', '170112.093000', '170112.095000', '170112.098000', '170112.100000', '170112.103000', '170112.106000', '170112.108000', '170112.111000', '170112.113000', '170112.116000', '170112.118000', '170112.121000', '170112.124000', '170112.126000', '170112.129000', '170112.131000', '170112.134000', '170112.137000', '170112.139000', '170112.142000', '170112.144000', '170112.147000', '170132.036000', '170132.038000', '170132.041000', '170132.044000', '170132.046000', '170132.049000', '170132.051000', '170132.054000', '170132.057000', '170132.093000', '170132.096000', '170132.098000', '170132.101000', '170132.104000', '170132.107000', '170132.109000', '170132.112000', '170132.115000', '170132.117000', '170132.120000', '170132.122000', '170132.125000', '170132.128000', '170132.131000', '170132.134000', '170132.137000', '170132.140000', '170132.142000', '170132.145000', '170132.148000', '170132.150000', '170132.153000', '170132.155000', '170132.158000', '170132.161000', '170132.163000', '170132.166000', '170132.169000', '170132.171000', '170132.174000', '170132.176000', '170132.179000', '170132.182000', '170152.034000', '170152.037000', '170152.040000', '170152.043000', '170152.045000', '170152.048000', '170152.051000', '170152.053000', '170152.056000', '170152.058000', '170152.061000', '170152.064000', '170152.066000', '170152.069000', '170152.072000', '170152.074000', '170152.077000', '170152.080000', '170152.082000', '170152.085000', '170152.088000', '170152.090000', '170152.093000', '170152.096000', '170152.098000', '170152.101000', '170152.103000', '170152.106000', '170152.109000', '170152.111000', '170152.114000', '170152.116000', '170152.119000', '170152.121000', '170152.124000', '170152.127000', '170152.129000', '170152.132000', '170152.134000', '170152.137000', '170152.140000', '170152.149000', '170152.152000', '170152.155000', '170212.035000', '170212.037000', '170212.040000', '170212.043000', '170212.045000', '170212.048000', '170212.051000', '170212.053000', '170212.056000', '170212.059000', '170212.061000', '170212.064000', '170212.066000', '170212.069000', '170212.072000', '170212.074000', '170212.077000', '170212.079000', '170212.082000', '170212.085000', '170212.087000', '170212.090000', '170212.092000', '170212.095000', '170212.098000', '170212.100000', '170212.103000', '170212.105000', '170212.108000', '170212.111000', '170212.113000', '170212.116000', '170212.119000', '170212.121000', '170212.124000', '170212.126000', '170212.129000', '170212.132000', '170212.135000', '170212.137000', '170212.140000', '170212.143000', '170212.145000', '170232.035000', '170232.038000', '170232.041000', '170232.043000', '170232.046000', '170232.049000', '170232.051000', '170232.054000', '170232.057000', '170232.059000', '170232.062000', '170232.065000', '170232.068000', '170232.071000', '170232.074000', '170232.076000', '170232.079000', '170232.096000', '170232.099000', '170232.102000', '170232.104000', '170232.107000', '170232.110000', '170232.112000', '170232.115000', '170232.118000', '170232.120000', '170232.123000', '170232.125000', '170232.128000', '170232.131000', '170232.133000', '170232.136000', '170232.139000', '170232.141000', '170232.144000', '170232.146000', '170232.149000', '170232.152000', '170232.154000', '170232.157000', '170232.160000', '170232.162000', '170252.035000', '170252.038000', '170252.041000', '170252.044000', '170252.047000', '170252.058000', '170252.061000', '170252.063000', '170252.066000', '170252.068000', '170252.071000', '170252.074000', '170252.076000', '170252.079000', '170252.081000', '170252.084000', '170252.087000', '170252.089000', '170252.092000', '170252.094000', '170252.097000', '170252.100000', '170252.102000', '170252.105000', '170252.107000', '170252.110000', '170252.113000', '170252.115000', '170252.118000', '170252.120000', '170252.123000', '170252.126000', '170252.128000', '170252.131000', '170252.133000', '170252.136000', '170252.139000', '170252.141000', '170252.144000', '170252.146000', '170252.149000', '170252.152000', '170252.154000', '170252.157000', '170309.658000', '170309.661000', '170309.664000', '170309.667000', '170309.670000', '170309.672000', '170309.675000', '170309.678000', '170309.680000', '170309.683000', '170309.686000', '170309.689000', '170309.692000', '170309.695000', '170309.698000', '170309.701000', '170309.703000', '170309.706000', '170309.710000', '170309.713000', '170309.716000', '170309.718000', '170309.721000', '170309.728000', '170309.731000', '170309.734000', '170309.736000', '170309.739000', '170309.742000', '170309.744000', '170309.747000', '170309.750000', '170309.752000', '170309.755000', '170309.758000', '170309.760000', '170309.763000', '170309.766000', '170309.768000'], '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': [10154, 13314, 9344, 12901, 9063, 12024, 8345, 11042, 7818, 10396, 11460, 10360, 12082, 9872, 8578, 9962, 8575, 10488, 9690, 10533, 8230, 10573, 7797, 10989, 8024, 11861, 8967, 12261, 9527, 13027, 9232, 13002, 9132, 12890, 8930, 12680, 9895, 11917, 8447, 11181, 7951, 11262, 7800, 11211, 9021, 11018, 7852, 10644, 9465, 10753, 10227, 10409, 9684, 10074, 10626, 10425, 11695, 10117, 11928, 9626, 13151, 9982, 12710, 9937, 13644, 9001, 12607, 9157, 12186, 9458, 12391, 8827, 12220, 9090, 12000, 10371, 12719, 9086, 12643, 8746, 12195, 9603, 12502, 8383, 12360, 8661, 12001, 9323, 11763, 9210, 10497, 9837, 8438, 11112, 8675, 13123, 11499, 16233, 11078, 15017, 9898, 15835, 10542, 14308, 10648, 14199, 8519, 12492, 9115, 12060, 9656, 11727, 8404, 11616, 9048, 11425, 9756, 11768, 8507, 11872, 9118, 11791, 9698, 12253, 8823, 12096, 9011, 12978, 9679, 12589, 8987, 13117, 9638, 13398, 10619, 13040, 8760, 12666, 9022, 12593, 9191, 12214, 8064, 11575, 7930, 11706, 8170, 11155, 7849, 11099, 7858, 11114, 8210, 12094, 8450, 11769, 8050, 11173, 9418, 10894, 11172, 10688, 14782, 9131, 13197, 9315, 12001, 9567, 12375, 8785, 12407, 9482, 12987, 10094, 8903, 8963, 11797, 9288, 12864, 9910, 12561, 9551, 12794, 8911, 12711, 9893, 12249, 9082, 12484, 9268, 12668, 9457, 12751, 8427, 12371, 8735, 12147, 9346, 11250, 8320, 10974, 9588, 9678, 10768, 10183, 10418, 9944, 11527, 9515, 13828, 10206, 12679, 9996, 12531, 8497, 12347, 8968, 11799, 9376, 12092, 8210, 12050, 8126, 12070, 8456, 11316, 8203, 11490, 7887, 11356, 8366, 10858, 7937, 10940, 7984, 11241, 9265, 11241, 7787, 10941, 11924, 10255, 14070, 10555, 12220, 8634, 12506, 8794, 11913, 9963, 11520, 8333, 11557, 8745, 11643, 10145, 11132, 9007, 11751, 9357, 13997, 10425, 11642, 9852, 12532, 9961, 15889, 11236, 15861, 10193, 14729, 9269, 12319, 9550, 12230, 10412, 11894, 8855, 11872, 8502, 12036, 9213, 11317, 8980, 11531, 8396, 11652, 9479, 12303, 10446, 13169, 8996, 10712, 9830, 10913, 10690, 9516, 10583, 8074, 10021, 7784, 11284, 8271, 12234, 8299, 11985, 8605, 11758, 8580, 12302, 8600, 12579, 8896, 11959, 8345, 11985, 8441, 12004, 8456, 12327, 9037, 12824, 8020, 12355, 8536, 12509, 9156, 12698, 8505, 11892, 8678, 12203, 8534, 10800, 7733, 10535, 7693, 10974, 9303, 10768, 9101, 10022, 11644, 9968, 12924, 10357, 10723, 9627, 10332, 9472, 12218, 10482, 12415, 10286, 11624, 9353, 10541, 9823, 10030, 10949, 8660, 11379, 8065, 12295, 8764, 12436, 10135, 12387, 10204, 12279, 8887, 12260, 9464, 12571, 10355, 12833, 11054, 14023, 9327, 11898, 8605, 12014, 9266, 12379, 10083, 13481, 10141, 11346, 9796, 8599, 9969, 9208, 10610, 8296, 11244, 8337, 9687, 8498, 11867, 8120, 11445, 8634, 12401, 10496, 13071, 9079, 11934, 9765, 11341, 10843, 9713, 10070, 10202, 10202, 11612, 10519, 11230, 9908, 11917, 9419, 12814, 9427, 12276, 9422, 12710, 8544, 11995, 8564, 11758, 8861, 12091, 9383, 9740, 9120, 7727, 9885, 8614, 11151, 9732, 11269, 12859, 10430, 12162, 10315, 14390, 11125, 13996, 11012, 9526, 10277, 10812, 10363, 13653, 10560, 14253, 10548, 12640, 9495, 12393, 8786, 12280, 8703, 11192, 8054, 11790, 8204, 11409, 8054, 11336, 8045, 11080, 7778, 10870, 7705, 11282, 8146, 11271, 8490, 11933, 8196, 11376, 8278, 11999, 8172, 12552, 9096, 11108, 10392, 11285, 10268, 10346, 11478, 9366, 12998, 9879, 12594, 8610, 12174, 9050, 12233, 9959, 11908, 8887, 12435, 8328, 12198, 8566, 11482, 8509, 11045, 8164, 11178, 9230, 10666, 8270, 10098, 9338, 9904, 12285, 9822, 12789, 9911, 13675, 9280, 12953, 9969, 12520, 8869, 12555, 9404, 12732, 10489, 13120, 8788, 12257, 9255, 12190, 10306, 12738, 8815, 12198, 9493, 12006, 10412, 12552, 8530, 11846, 8806, 11050, 10063, 8948, 10648, 7965, 10925, 9260, 11576, 9800, 11655, 13343, 10933, 15265, 11117, 15506, 11179, 13690, 9725, 12950, 9711, 12826, 9497, 11979, 8503, 12168, 8725, 11871, 8633, 11467, 8089, 11496, 8467, 11056, 8452, 11237, 8104, 12254, 8515, 11809, 8845, 12156, 10230, 13012, 9572, 12946, 9909, 14729, 10713, 13495, 9517, 11042, 9044, 10978, 9704, 11948, 8663, 10524, 8437, 10887, 9897, 9184, 9171, 7688, 10410, 9194, 10932, 12093, 10719, 10716, 10359, 10152, 9610, 10848, 10282, 14114, 10764, 9660, 10048, 7565, 12994, 8669, 12322, 9197, 12421, 10030, 13161, 9534, 12981, 10012, 12115, 9599, 12425, 8935, 11886, 9783, 12637, 10499, 9818, 9810, 7881, 11324, 7976, 12342, 9016, 12575, 8332, 12506, 8977, 12366, 10676, 13711, 9719, 13434, 9622, 13428, 10794, 13155, 10122, 12591, 9002, 12506, 9374, 12064, 9655, 12517, 8996, 12401, 9425, 12218, 9844, 12318, 8928, 12488, 8848, 12116, 9706, 11929, 9035, 12425, 8662, 11985, 10140, 12344, 10548, 12891, 9207, 12578, 9466, 11983, 10133, 12400, 8760, 12044, 9118, 11815, 9736, 11725, 8382, 11667, 8570, 11885, 9483, 12120, 8776, 11866, 9264, 12318, 10565, 13350, 9299, 13045, 9595, 12980, 10654, 12854, 9084, 12045, 8589, 11934, 9883, 11963, 8551, 11909, 8840, 12117, 10021, 12237, 9086, 13162, 9593, 13934, 10789, 13269, 9255, 12383, 9529, 12373, 10467, 12577, 8908, 12090, 9432, 13046, 10539, 15427, 10685, 8325, 9932, 8076, 10392, 9623, 11049, 11741, 11570, 10530, 10442, 8962, 11154, 10175, 12252, 14501, 12004, 14225, 11106, 11923, 11253, 10934, 11322, 8994, 11109, 8332, 11850, 8306, 11826, 8020, 11601, 7925, 11835, 8691, 11845, 9801, 12057, 9115, 11927, 9837, 11823, 10235, 11322, 9994, 7785, 12610, 9206, 13121, 10548, 13769, 10786, 13364, 9641, 12367, 9576, 12271, 10488, 13181, 9578, 11394, 8652, 10956, 9434, 11273, 10167, 9902, 11043, 7979, 11558, 8527, 12230, 8627, 11985, 8630, 12188, 8426, 12206, 9095, 11936, 8620, 12730, 8777, 12403, 9602, 11804, 9251, 12197, 9027, 12549, 10134, 10902, 10417, 8106, 11100, 8204, 12428, 8668, 12946, 8764, 12123, 9114, 12652, 8946, 12616, 8500, 12472, 8296, 12420, 9475, 11910, 9172, 12054, 9114, 11692, 10051, 9903, 9954, 8733, 11727], 'WindowCenter': [4445.0, 4447.0, 4392.0, 4409.0, 4379.0, 4397.0, 4340.0, 4381.0, 4330.0, 4369.0, 4368.0, 4372.0, 4380.0, 4360.0, 4350.0, 4371.0, 4349.0, 4385.0, 4375.0, 4384.0, 4352.0, 4384.0, 4342.0, 4383.0, 4354.0, 4395.0, 4365.0, 4394.0, 4375.0, 4404.0, 4363.0, 4392.0, 4360.0, 4392.0, 4352.0, 4393.0, 4373.0, 4383.0, 4340.0, 4381.0, 4340.0, 4370.0, 4330.0, 4381.0, 4350.0, 4371.0, 4339.0, 4372.0, 4360.0, 4383.0, 4370.0, 4370.0, 4361.0, 4371.0, 4371.0, 4384.0, 4380.0, 4384.0, 4391.0, 4371.0, 4393.0, 4374.0, 4393.0, 4372.0, 4390.0, 4351.0, 4380.0, 4365.0, 4389.0, 4373.0, 4391.0, 4363.0, 4382.0, 4362.0, 4391.0, 4373.0, 4392.0, 4351.0, 4379.0, 4351.0, 4393.0, 4363.0, 4390.0, 4352.0, 4391.0, 4351.0, 4393.0, 4373.0, 4383.0, 4374.0, 4371.0, 4375.0, 4351.0, 4384.0, 4365.0, 4406.0, 4396.0, 4414.0, 4387.0, 4402.0, 4372.0, 4402.0, 4373.0, 4394.0, 4371.0, 4390.0, 4353.0, 4382.0, 4366.0, 4391.0, 4361.0, 4381.0, 4342.0, 4381.0, 4364.0, 4381.0, 4374.0, 4383.0, 4351.0, 4381.0, 4365.0, 4395.0, 4375.0, 4381.0, 4364.0, 4380.0, 4362.0, 4395.0, 4363.0, 4381.0, 4363.0, 4392.0, 4362.0, 4393.0, 4370.0, 4390.0, 4350.0, 4380.0, 4362.0, 4393.0, 4361.0, 4380.0, 4340.0, 4380.0, 4341.0, 4383.0, 4341.0, 4382.0, 4338.0, 4380.0, 4342.0, 4395.0, 4354.0, 4393.0, 4351.0, 4382.0, 4340.0, 4381.0, 4361.0, 4382.0, 4371.0, 4373.0, 4388.0, 4361.0, 4389.0, 4361.0, 4380.0, 4363.0, 4380.0, 4351.0, 4392.0, 4375.0, 4403.0, 4385.0, 4363.0, 4364.0, 4380.0, 4362.0, 4391.0, 4375.0, 4390.0, 4362.0, 4392.0, 4363.0, 4391.0, 4375.0, 4379.0, 4350.0, 4382.0, 4360.0, 4394.0, 4371.0, 4391.0, 4340.0, 4381.0, 4350.0, 4381.0, 4359.0, 4382.0, 4339.0, 4373.0, 4359.0, 4361.0, 4382.0, 4372.0, 4372.0, 4371.0, 4379.0, 4361.0, 4391.0, 4372.0, 4390.0, 4361.0, 4379.0, 4351.0, 4378.0, 4364.0, 4381.0, 4362.0, 4381.0, 4338.0, 4380.0, 4342.0, 4392.0, 4352.0, 4381.0, 4354.0, 4381.0, 4342.0, 4384.0, 4352.0, 4383.0, 4341.0, 4382.0, 4340.0, 4395.0, 4361.0, 4382.0, 4340.0, 4385.0, 4381.0, 4374.0, 4404.0, 4372.0, 4382.0, 4352.0, 4381.0, 4351.0, 4381.0, 4373.0, 4381.0, 4353.0, 4381.0, 4364.0, 4393.0, 4384.0, 4381.0, 4365.0, 4381.0, 4363.0, 4402.0, 4384.0, 4381.0, 4373.0, 4391.0, 4374.0, 4413.0, 4385.0, 4399.0, 4371.0, 4388.0, 4351.0, 4377.0, 4360.0, 4379.0, 4372.0, 4377.0, 4349.0, 4378.0, 4349.0, 4380.0, 4362.0, 4381.0, 4362.0, 4380.0, 4350.0, 4378.0, 4374.0, 4392.0, 4375.0, 4388.0, 4352.0, 4369.0, 4361.0, 4381.0, 4371.0, 4361.0, 4373.0, 4340.0, 4372.0, 4343.0, 4382.0, 4354.0, 4394.0, 4354.0, 4394.0, 4353.0, 4382.0, 4353.0, 4393.0, 4352.0, 4392.0, 4353.0, 4382.0, 4341.0, 4380.0, 4343.0, 4383.0, 4353.0, 4393.0, 4352.0, 4391.0, 4342.0, 4380.0, 4353.0, 4392.0, 4361.0, 4381.0, 4340.0, 4377.0, 4352.0, 4391.0, 4350.0, 4371.0, 4328.0, 4371.0, 4342.0, 4383.0, 4360.0, 4383.0, 4348.0, 4372.0, 4381.0, 4374.0, 4392.0, 4372.0, 4369.0, 4359.0, 4358.0, 4362.0, 4379.0, 4372.0, 4379.0, 4372.0, 4379.0, 4361.0, 4368.0, 4371.0, 4371.0, 4383.0, 4351.0, 4382.0, 4341.0, 4381.0, 4349.0, 4391.0, 4372.0, 4380.0, 4372.0, 4379.0, 4362.0, 4380.0, 4361.0, 4382.0, 4375.0, 4380.0, 4372.0, 4389.0, 4361.0, 4368.0, 4348.0, 4378.0, 4359.0, 4378.0, 4373.0, 4391.0, 4360.0, 4369.0, 4360.0, 4337.0, 4358.0, 4360.0, 4371.0, 4339.0, 4380.0, 4338.0, 4361.0, 4338.0, 4383.0, 4340.0, 4381.0, 4366.0, 4392.0, 4384.0, 4391.0, 4361.0, 4379.0, 4374.0, 4383.0, 4383.0, 4362.0, 4371.0, 4360.0, 4372.0, 4382.0, 4373.0, 4371.0, 4361.0, 4381.0, 4362.0, 4381.0, 4361.0, 4381.0, 4360.0, 4380.0, 4353.0, 4380.0, 4352.0, 4379.0, 4363.0, 4393.0, 4373.0, 4363.0, 4363.0, 4342.0, 4374.0, 4354.0, 4384.0, 4363.0, 4384.0, 4393.0, 4372.0, 4381.0, 4374.0, 4401.0, 4384.0, 4402.0, 4373.0, 4361.0, 4372.0, 4370.0, 4371.0, 4389.0, 4372.0, 4390.0, 4372.0, 4380.0, 4361.0, 4380.0, 4350.0, 4381.0, 4351.0, 4370.0, 4340.0, 4380.0, 4340.0, 4382.0, 4343.0, 4382.0, 4341.0, 4382.0, 4342.0, 4382.0, 4342.0, 4395.0, 4355.0, 4385.0, 4366.0, 4395.0, 4353.0, 4384.0, 4357.0, 4395.0, 4352.0, 4393.0, 4352.0, 4383.0, 4373.0, 4384.0, 4372.0, 4374.0, 4382.0, 4364.0, 4406.0, 4375.0, 4391.0, 4363.0, 4391.0, 4363.0, 4395.0, 4375.0, 4381.0, 4353.0, 4381.0, 4341.0, 4382.0, 4352.0, 4381.0, 4349.0, 4381.0, 4341.0, 4382.0, 4361.0, 4373.0, 4351.0, 4373.0, 4359.0, 4374.0, 4390.0, 4372.0, 4392.0, 4375.0, 4390.0, 4363.0, 4394.0, 4373.0, 4391.0, 4362.0, 4379.0, 4364.0, 4393.0, 4372.0, 4390.0, 4351.0, 4379.0, 4365.0, 4381.0, 4375.0, 4390.0, 4362.0, 4379.0, 4373.0, 4391.0, 4374.0, 4382.0, 4351.0, 4379.0, 4363.0, 4394.0, 4386.0, 4363.0, 4386.0, 4352.0, 4384.0, 4375.0, 4398.0, 4373.0, 4394.0, 4403.0, 4383.0, 4402.0, 4385.0, 4401.0, 4382.0, 4389.0, 4360.0, 4377.0, 4358.0, 4392.0, 4361.0, 4381.0, 4339.0, 4378.0, 4337.0, 4381.0, 4351.0, 4371.0, 4327.0, 4370.0, 4339.0, 4368.0, 4337.0, 4371.0, 4329.0, 4380.0, 4339.0, 4380.0, 4364.0, 4391.0, 4375.0, 4390.0, 4360.0, 4381.0, 4362.0, 4403.0, 4373.0, 4378.0, 4362.0, 4369.0, 4350.0, 4370.0, 4373.0, 4368.0, 4340.0, 4359.0, 4340.0, 4381.0, 4373.0, 4359.0, 4362.0, 4341.0, 4381.0, 4360.0, 4385.0, 4391.0, 4387.0, 4372.0, 4372.0, 4370.0, 4361.0, 4368.0, 4383.0, 4404.0, 4382.0, 4361.0, 4372.0, 4330.0, 4392.0, 4351.0, 4392.0, 4375.0, 4394.0, 4376.0, 4393.0, 4363.0, 4393.0, 4375.0, 4380.0, 4373.0, 4392.0, 4361.0, 4381.0, 4375.0, 4393.0, 4384.0, 4373.0, 4373.0, 4342.0, 4382.0, 4342.0, 4395.0, 4363.0, 4394.0, 4353.0, 4393.0, 4364.0, 4394.0, 4384.0, 4401.0, 4373.0, 4391.0, 4361.0, 4393.0, 4372.0, 4381.0, 4373.0, 4377.0, 4351.0, 4379.0, 4362.0, 4380.0, 4361.0, 4378.0, 4350.0, 4381.0, 4362.0, 4380.0, 4362.0, 4379.0, 4351.0, 4378.0, 4351.0, 4383.0, 4362.0, 4381.0, 4352.0, 4380.0, 4351.0, 4380.0, 4374.0, 4382.0, 4373.0, 4380.0, 4351.0, 4381.0, 4362.0, 4381.0, 4371.0, 4379.0, 4349.0, 4380.0, 4362.0, 4383.0, 4362.0, 4379.0, 4351.0, 4383.0, 4364.0, 4394.0, 4373.0, 4391.0, 4353.0, 4384.0, 4378.0, 4392.0, 4375.0, 4391.0, 4364.0, 4391.0, 4376.0, 4394.0, 4374.0, 4391.0, 4361.0, 4381.0, 4353.0, 4394.0, 4372.0, 4382.0, 4363.0, 4380.0, 4364.0, 4392.0, 4387.0, 4395.0, 4363.0, 4392.0, 4375.0, 4403.0, 4373.0, 4392.0, 4362.0, 4379.0, 4363.0, 4392.0, 4383.0, 4380.0, 4362.0, 4379.0, 4363.0, 4392.0, 4385.0, 4405.0, 4372.0, 4354.0, 4374.0, 4340.0, 4372.0, 4360.0, 4383.0, 4383.0, 4383.0, 4370.0, 4373.0, 4351.0, 4381.0, 4371.0, 4394.0, 4390.0, 4381.0, 4390.0, 4368.0, 4369.0, 4372.0, 4369.0, 4370.0, 4348.0, 4370.0, 4351.0, 4393.0, 4352.0, 4381.0, 4341.0, 4380.0, 4341.0, 4382.0, 4365.0, 4381.0, 4371.0, 4380.0, 4353.0, 4381.0, 4371.0, 4381.0, 4373.0, 4371.0, 4361.0, 4341.0, 4394.0, 4375.0, 4405.0, 4387.0, 4393.0, 4373.0, 4379.0, 4360.0, 4378.0, 4361.0, 4382.0, 4373.0, 4379.0, 4361.0, 4367.0, 4352.0, 4366.0, 4361.0, 4382.0, 4372.0, 4360.0, 4383.0, 4342.0, 4382.0, 4352.0, 4393.0, 4356.0, 4383.0, 4354.0, 4383.0, 4352.0, 4394.0, 4363.0, 4382.0, 4353.0, 4392.0, 4354.0, 4391.0, 4373.0, 4382.0, 4361.0, 4391.0, 4364.0, 4394.0, 4385.0, 4382.0, 4373.0, 4341.0, 4382.0, 4352.0, 4394.0, 4353.0, 4393.0, 4351.0, 4381.0, 4351.0, 4392.0, 4354.0, 4382.0, 4352.0, 4381.0, 4342.0, 4394.0, 4362.0, 4380.0, 4363.0, 4381.0, 4362.0, 4393.0, 4374.0, 4373.0, 4373.0, 4351.0, 4394.0], 'WindowWidth': [9806.0, 9788.0, 9704.0, 9717.0, 9675.0, 9694.0, 9609.0, 9664.0, 9591.0, 9645.0, 9640.0, 9650.0, 9658.0, 9634.0, 9618.0, 9648.0, 9617.0, 9673.0, 9661.0, 9673.0, 9627.0, 9671.0, 9611.0, 9668.0, 9632.0, 9688.0, 9648.0, 9684.0, 9661.0, 9696.0, 9642.0, 9679.0, 9634.0, 9678.0, 9624.0, 9681.0, 9655.0, 9668.0, 9607.0, 9662.0, 9606.0, 9645.0, 9591.0, 9663.0, 9621.0, 9650.0, 9605.0, 9651.0, 9634.0, 9667.0, 9646.0, 9648.0, 9634.0, 9650.0, 9649.0, 9672.0, 9660.0, 9670.0, 9675.0, 9651.0, 9681.0, 9659.0, 9679.0, 9653.0, 9673.0, 9622.0, 9659.0, 9645.0, 9671.0, 9655.0, 9675.0, 9640.0, 9663.0, 9642.0, 9676.0, 9654.0, 9675.0, 9623.0, 9655.0, 9625.0, 9680.0, 9642.0, 9672.0, 9624.0, 9674.0, 9624.0, 9681.0, 9656.0, 9667.0, 9658.0, 9650.0, 9660.0, 9625.0, 9672.0, 9652.0, 9707.0, 9692.0, 9713.0, 9678.0, 9692.0, 9652.0, 9692.0, 9656.0, 9681.0, 9648.0, 9673.0, 9627.0, 9663.0, 9648.0, 9676.0, 9637.0, 9659.0, 9609.0, 9662.0, 9644.0, 9663.0, 9656.0, 9664.0, 9624.0, 9661.0, 9648.0, 9686.0, 9659.0, 9663.0, 9644.0, 9659.0, 9640.0, 9686.0, 9642.0, 9663.0, 9640.0, 9677.0, 9639.0, 9682.0, 9648.0, 9671.0, 9619.0, 9658.0, 9639.0, 9680.0, 9633.0, 9658.0, 9605.0, 9660.0, 9607.0, 9667.0, 9608.0, 9663.0, 9601.0, 9659.0, 9611.0, 9687.0, 9631.0, 9682.0, 9624.0, 9666.0, 9607.0, 9662.0, 9636.0, 9666.0, 9647.0, 9652.0, 9667.0, 9635.0, 9671.0, 9639.0, 9658.0, 9640.0, 9657.0, 9623.0, 9680.0, 9661.0, 9697.0, 9675.0, 9640.0, 9644.0, 9659.0, 9640.0, 9678.0, 9659.0, 9674.0, 9640.0, 9676.0, 9642.0, 9678.0, 9658.0, 9657.0, 9620.0, 9663.0, 9636.0, 9683.0, 9652.0, 9675.0, 9607.0, 9661.0, 9619.0, 9662.0, 9630.0, 9662.0, 9602.0, 9651.0, 9629.0, 9634.0, 9664.0, 9652.0, 9650.0, 9649.0, 9656.0, 9635.0, 9677.0, 9654.0, 9673.0, 9636.0, 9654.0, 9619.0, 9655.0, 9643.0, 9661.0, 9636.0, 9660.0, 9603.0, 9659.0, 9610.0, 9679.0, 9626.0, 9663.0, 9628.0, 9664.0, 9611.0, 9671.0, 9628.0, 9668.0, 9611.0, 9666.0, 9608.0, 9687.0, 9638.0, 9665.0, 9608.0, 9673.0, 9661.0, 9655.0, 9699.0, 9651.0, 9663.0, 9625.0, 9663.0, 9624.0, 9662.0, 9654.0, 9662.0, 9628.0, 9663.0, 9647.0, 9684.0, 9672.0, 9664.0, 9647.0, 9663.0, 9642.0, 9695.0, 9670.0, 9662.0, 9654.0, 9675.0, 9655.0, 9711.0, 9674.0, 9684.0, 9650.0, 9669.0, 9620.0, 9651.0, 9632.0, 9658.0, 9651.0, 9651.0, 9618.0, 9654.0, 9616.0, 9660.0, 9640.0, 9661.0, 9639.0, 9660.0, 9621.0, 9656.0, 9658.0, 9680.0, 9659.0, 9667.0, 9624.0, 9642.0, 9635.0, 9664.0, 9648.0, 9633.0, 9652.0, 9604.0, 9650.0, 9616.0, 9667.0, 9632.0, 9686.0, 9631.0, 9686.0, 9630.0, 9667.0, 9628.0, 9682.0, 9624.0, 9678.0, 9626.0, 9663.0, 9608.0, 9658.0, 9612.0, 9666.0, 9628.0, 9681.0, 9625.0, 9675.0, 9610.0, 9658.0, 9628.0, 9679.0, 9634.0, 9660.0, 9605.0, 9652.0, 9623.0, 9677.0, 9619.0, 9649.0, 9589.0, 9648.0, 9612.0, 9668.0, 9634.0, 9666.0, 9614.0, 9651.0, 9661.0, 9656.0, 9676.0, 9650.0, 9643.0, 9631.0, 9626.0, 9636.0, 9656.0, 9652.0, 9656.0, 9651.0, 9656.0, 9634.0, 9640.0, 9649.0, 9653.0, 9669.0, 9622.0, 9664.0, 9611.0, 9661.0, 9619.0, 9676.0, 9653.0, 9659.0, 9650.0, 9656.0, 9639.0, 9657.0, 9636.0, 9663.0, 9658.0, 9659.0, 9650.0, 9668.0, 9634.0, 9637.0, 9616.0, 9651.0, 9631.0, 9654.0, 9654.0, 9674.0, 9632.0, 9642.0, 9630.0, 9598.0, 9628.0, 9633.0, 9649.0, 9602.0, 9660.0, 9599.0, 9633.0, 9600.0, 9665.0, 9606.0, 9664.0, 9652.0, 9681.0, 9671.0, 9676.0, 9637.0, 9658.0, 9658.0, 9667.0, 9667.0, 9636.0, 9649.0, 9630.0, 9650.0, 9666.0, 9654.0, 9646.0, 9635.0, 9659.0, 9635.0, 9662.0, 9637.0, 9661.0, 9634.0, 9657.0, 9625.0, 9658.0, 9625.0, 9657.0, 9642.0, 9681.0, 9656.0, 9640.0, 9643.0, 9614.0, 9658.0, 9629.0, 9672.0, 9640.0, 9671.0, 9679.0, 9652.0, 9661.0, 9655.0, 9691.0, 9671.0, 9691.0, 9651.0, 9634.0, 9653.0, 9645.0, 9649.0, 9670.0, 9650.0, 9674.0, 9652.0, 9657.0, 9635.0, 9658.0, 9619.0, 9661.0, 9621.0, 9643.0, 9606.0, 9659.0, 9606.0, 9663.0, 9614.0, 9664.0, 9610.0, 9664.0, 9612.0, 9666.0, 9613.0, 9687.0, 9635.0, 9674.0, 9649.0, 9686.0, 9629.0, 9671.0, 9639.0, 9687.0, 9625.0, 9683.0, 9624.0, 9667.0, 9654.0, 9669.0, 9651.0, 9656.0, 9664.0, 9644.0, 9703.0, 9660.0, 9677.0, 9642.0, 9676.0, 9643.0, 9687.0, 9659.0, 9661.0, 9626.0, 9661.0, 9608.0, 9665.0, 9624.0, 9663.0, 9616.0, 9661.0, 9608.0, 9666.0, 9639.0, 9653.0, 9622.0, 9654.0, 9630.0, 9656.0, 9676.0, 9654.0, 9677.0, 9658.0, 9672.0, 9640.0, 9686.0, 9656.0, 9675.0, 9639.0, 9658.0, 9645.0, 9680.0, 9654.0, 9673.0, 9622.0, 9656.0, 9648.0, 9661.0, 9660.0, 9672.0, 9637.0, 9658.0, 9657.0, 9676.0, 9658.0, 9663.0, 9623.0, 9658.0, 9645.0, 9687.0, 9678.0, 9643.0, 9677.0, 9627.0, 9671.0, 9662.0, 9693.0, 9654.0, 9684.0, 9696.0, 9667.0, 9690.0, 9670.0, 9691.0, 9663.0, 9669.0, 9633.0, 9651.0, 9629.0, 9679.0, 9634.0, 9658.0, 9600.0, 9652.0, 9597.0, 9661.0, 9622.0, 9644.0, 9582.0, 9642.0, 9599.0, 9639.0, 9596.0, 9644.0, 9588.0, 9657.0, 9601.0, 9660.0, 9646.0, 9676.0, 9660.0, 9673.0, 9634.0, 9658.0, 9638.0, 9694.0, 9651.0, 9652.0, 9635.0, 9641.0, 9618.0, 9645.0, 9654.0, 9640.0, 9603.0, 9626.0, 9604.0, 9662.0, 9655.0, 9631.0, 9637.0, 9608.0, 9664.0, 9634.0, 9674.0, 9676.0, 9680.0, 9652.0, 9652.0, 9644.0, 9634.0, 9640.0, 9669.0, 9699.0, 9666.0, 9635.0, 9651.0, 9591.0, 9678.0, 9622.0, 9678.0, 9663.0, 9686.0, 9663.0, 9679.0, 9640.0, 9682.0, 9661.0, 9659.0, 9654.0, 9677.0, 9636.0, 9662.0, 9661.0, 9684.0, 9670.0, 9652.0, 9654.0, 9611.0, 9664.0, 9613.0, 9686.0, 9639.0, 9681.0, 9626.0, 9678.0, 9647.0, 9685.0, 9671.0, 9691.0, 9654.0, 9675.0, 9637.0, 9681.0, 9653.0, 9660.0, 9651.0, 9649.0, 9620.0, 9657.0, 9637.0, 9656.0, 9634.0, 9652.0, 9620.0, 9660.0, 9638.0, 9657.0, 9636.0, 9655.0, 9621.0, 9652.0, 9623.0, 9666.0, 9639.0, 9659.0, 9623.0, 9657.0, 9622.0, 9660.0, 9658.0, 9661.0, 9652.0, 9657.0, 9621.0, 9658.0, 9638.0, 9659.0, 9649.0, 9655.0, 9618.0, 9657.0, 9639.0, 9667.0, 9639.0, 9657.0, 9623.0, 9665.0, 9646.0, 9683.0, 9657.0, 9676.0, 9629.0, 9669.0, 9667.0, 9680.0, 9659.0, 9675.0, 9643.0, 9676.0, 9663.0, 9683.0, 9657.0, 9674.0, 9636.0, 9660.0, 9628.0, 9684.0, 9655.0, 9665.0, 9643.0, 9661.0, 9645.0, 9681.0, 9684.0, 9687.0, 9644.0, 9678.0, 9660.0, 9695.0, 9653.0, 9676.0, 9638.0, 9655.0, 9641.0, 9677.0, 9667.0, 9660.0, 9637.0, 9658.0, 9640.0, 9681.0, 9673.0, 9698.0, 9653.0, 9629.0, 9655.0, 9605.0, 9652.0, 9632.0, 9667.0, 9668.0, 9667.0, 9645.0, 9651.0, 9620.0, 9662.0, 9649.0, 9683.0, 9672.0, 9660.0, 9667.0, 9638.0, 9643.0, 9649.0, 9640.0, 9644.0, 9613.0, 9646.0, 9621.0, 9683.0, 9624.0, 9661.0, 9608.0, 9657.0, 9608.0, 9664.0, 9648.0, 9662.0, 9651.0, 9659.0, 9626.0, 9660.0, 9651.0, 9660.0, 9651.0, 9646.0, 9635.0, 9609.0, 9683.0, 9660.0, 9701.0, 9679.0, 9681.0, 9653.0, 9655.0, 9630.0, 9651.0, 9633.0, 9662.0, 9652.0, 9656.0, 9634.0, 9637.0, 9622.0, 9635.0, 9635.0, 9665.0, 9652.0, 9632.0, 9666.0, 9610.0, 9665.0, 9625.0, 9683.0, 9634.0, 9668.0, 9629.0, 9666.0, 9626.0, 9684.0, 9642.0, 9665.0, 9627.0, 9676.0, 9629.0, 9678.0, 9657.0, 9665.0, 9639.0, 9676.0, 9644.0, 9684.0, 9674.0, 9664.0, 9653.0, 9608.0, 9665.0, 9624.0, 9686.0, 9627.0, 9680.0, 9622.0, 9662.0, 9621.0, 9679.0, 9629.0, 9665.0, 9624.0, 9660.0, 9610.0, 9685.0, 9639.0, 9660.0, 9639.0, 9660.0, 9642.0, 9681.0, 9657.0, 9653.0, 9655.0, 9622.0, 9684.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.00023483314154200234</td></tr>
<tr><td colspan=3>aqi</td><td>0.01700172692750288</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15225141950461</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2337336287211964</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000621712557604</td></tr>
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
<tr><td colspan=3>fber</td><td>6291.2852</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06602430109131424</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4944989555301915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5331998486947183</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5708303932520815</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.379466624643774</td></tr>
<tr><td colspan=3>gcor</td><td>0.00567836</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014749432913959026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027712233364582062</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.9731505285519626</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>30.1144</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8355</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8368</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300356.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.2107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0421</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.9448</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3583.6071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3768.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.4854</td></tr>
<tr><td colspan=3>tsnr</td><td>47.82464811892714</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>