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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-04/func/sub-0019_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>69f25af281f0e48147608b94fd503e62</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>15:57:54.277500</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_VE11C_LATEST_20160120</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.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0834549</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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.359</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57a1a335-bd80-474c-8c2a-c6c68e08969a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['155754.277500', '155754.737500', '155755.197500', '155755.657500', '155756.117500', '155756.577500', '155757.037500', '155757.497500', '155757.957500', '155758.417500', '155758.877500', '155759.337500', '155759.797500', '155800.257500', '155800.717500', '155801.177500', '155801.637500', '155802.097500', '155802.557500', '155803.017500', '155803.477500', '155803.937500', '155804.397500', '155804.857500', '155805.317500', '155805.777500', '155806.237500', '155806.697500', '155807.157500', '155807.617500', '155808.077500', '155808.537500', '155808.997500', '155809.457500', '155809.917500', '155810.377500', '155810.837500', '155811.297500', '155811.757500', '155812.217500', '155812.677500', '155813.137500', '155813.597500', '155814.057500', '155814.517500', '155814.977500', '155815.437500', '155815.897500', '155816.357500', '155816.817500', '155817.277500', '155817.737500', '155818.197500', '155818.657500', '155819.117500', '155819.577500', '155820.037500', '155820.497500', '155820.957500', '155821.417500', '155821.877500', '155822.337500', '155822.797500', '155823.257500', '155823.717500', '155824.177500', '155824.637500', '155825.097500', '155825.557500', '155826.017500', '155826.477500', '155826.937500', '155827.397500', '155827.857500', '155828.317500', '155828.777500', '155829.237500', '155829.697500', '155830.157500', '155830.617500', '155831.077500', '155831.537500', '155831.997500', '155832.457500', '155832.917500', '155833.377500', '155833.837500', '155834.297500', '155834.757500', '155835.217500', '155835.677500', '155836.137500', '155836.597500', '155837.057500', '155837.517500', '155837.977500', '155838.437500', '155838.897500', '155839.357500', '155839.817500', '155840.277500', '155840.737500', '155841.197500', '155841.657500', '155842.117500', '155842.577500', '155843.037500', '155843.497500', '155843.957500', '155844.417500', '155844.877500', '155845.337500', '155845.797500', '155846.257500', '155846.717500', '155847.177500', '155847.637500', '155848.097500', '155848.557500', '155849.017500', '155849.477500', '155849.937500', '155850.397500', '155850.857500', '155851.317500', '155851.777500', '155852.237500', '155852.697500', '155853.157500', '155853.617500', '155854.077500', '155854.537500', '155854.997500', '155855.457500', '155855.917500', '155856.377500', '155856.837500', '155857.297500', '155857.757500', '155858.217500', '155858.677500', '155859.137500', '155859.597500', '155900.057500', '155900.517500', '155900.977500', '155901.437500', '155901.897500', '155902.357500', '155902.817500', '155903.277500', '155903.737500', '155904.197500', '155904.657500', '155905.117500', '155905.577500', '155906.037500', '155906.497500', '155906.957500', '155907.417500', '155907.877500', '155908.337500', '155908.797500', '155909.257500', '155909.717500', '155910.177500', '155910.637500', '155911.097500', '155911.557500', '155912.017500', '155912.477500', '155912.937500', '155913.397500', '155913.857500', '155914.317500', '155914.777500', '155915.237500', '155915.697500', '155916.157500', '155916.617500', '155917.077500', '155917.537500', '155917.997500', '155918.457500', '155918.917500', '155919.377500', '155919.837500', '155920.297500', '155920.757500', '155921.217500', '155921.677500', '155922.137500', '155922.597500', '155923.057500', '155923.517500', '155923.977500', '155924.437500', '155924.897500', '155925.357500', '155925.817500', '155926.277500', '155926.737500', '155927.197500', '155927.657500', '155928.117500', '155928.577500', '155929.037500', '155929.497500', '155929.957500', '155930.417500', '155930.877500', '155931.337500', '155931.797500', '155932.257500', '155932.717500', '155933.177500', '155933.637500', '155934.097500', '155934.557500', '155935.017500', '155935.477500', '155935.937500', '155936.397500', '155936.857500', '155937.317500', '155937.777500', '155938.237500', '155938.697500', '155939.157500', '155939.617500', '155940.077500', '155940.537500', '155940.997500', '155941.457500', '155941.917500', '155942.377500', '155942.837500', '155943.297500', '155943.757500', '155944.217500', '155944.677500', '155945.137500', '155945.597500', '155946.057500', '155946.517500', '155946.977500', '155947.437500', '155947.897500', '155948.357500', '155948.817500', '155949.277500', '155949.737500', '155950.197500', '155950.657500', '155951.117500', '155951.577500', '155952.037500', '155952.497500', '155952.957500', '155953.417500', '155953.877500', '155954.337500', '155954.797500', '155955.257500', '155955.717500', '155956.177500', '155956.637500', '155957.097500', '155957.557500', '155958.017500', '155958.477500', '155958.937500', '155959.397500', '155959.857500', '160000.317500', '160000.777500', '160001.237500', '160001.697500', '160002.157500', '160002.617500', '160003.077500', '160003.537500', '160003.997500', '160004.457500', '160004.917500', '160005.377500', '160005.837500', '160006.297500', '160006.757500', '160007.217500', '160007.677500', '160008.137500', '160008.597500', '160009.057500', '160009.517500', '160009.977500', '160010.437500', '160010.897500', '160011.357500', '160011.817500', '160012.277500', '160012.737500', '160013.197500', '160013.657500', '160014.117500', '160014.577500', '160015.037500', '160015.497500', '160015.957500', '160016.417500', '160016.877500', '160017.337500', '160017.797500', '160018.257500', '160018.717500', '160019.177500', '160019.637500', '160020.097500', '160020.557500', '160021.017500', '160021.477500', '160021.937500', '160022.397500', '160022.857500', '160023.317500', '160023.777500', '160024.237500', '160024.697500', '160025.157500', '160025.617500', '160026.077500', '160026.537500', '160026.997500', '160027.457500', '160027.917500', '160028.377500', '160028.837500', '160029.297500', '160029.757500', '160030.217500', '160030.677500', '160031.137500', '160031.597500', '160032.057500', '160032.517500', '160032.977500', '160033.437500', '160033.897500', '160034.357500', '160034.817500', '160035.277500', '160035.737500', '160036.197500', '160036.657500', '160037.117500', '160037.577500', '160038.037500', '160038.497500', '160038.957500', '160039.417500', '160039.877500', '160040.337500', '160040.797500', '160041.257500', '160041.717500', '160042.177500', '160042.637500', '160043.097500', '160043.557500', '160044.017500', '160044.477500', '160044.937500', '160045.397500', '160045.857500', '160046.317500', '160046.777500', '160047.237500', '160047.697500', '160048.157500', '160048.617500', '160049.077500', '160049.537500', '160049.997500', '160050.457500', '160050.917500', '160051.377500', '160051.837500', '160052.297500', '160052.757500', '160053.217500', '160053.677500', '160054.137500', '160054.597500', '160055.057500', '160055.517500', '160055.977500', '160056.437500', '160056.897500', '160057.357500', '160057.817500', '160058.277500', '160058.737500', '160059.197500', '160059.657500', '160100.117500', '160100.577500', '160101.037500', '160101.497500', '160101.957500', '160102.417500', '160102.877500', '160103.337500', '160103.797500', '160104.257500', '160104.717500', '160105.177500', '160105.637500', '160106.097500', '160106.557500', '160107.017500', '160107.477500', '160107.937500', '160108.397500', '160108.857500', '160109.317500', '160109.777500', '160110.237500', '160110.697500', '160111.157500', '160111.617500', '160112.077500', '160112.537500', '160112.997500', '160113.457500', '160113.917500', '160114.377500', '160114.837500', '160115.297500', '160115.757500', '160116.217500', '160116.677500', '160117.137500', '160117.597500', '160118.057500', '160118.517500', '160118.977500', '160119.437500', '160119.897500', '160120.357500', '160120.817500', '160121.277500', '160121.737500', '160122.197500', '160122.657500', '160123.117500', '160123.577500', '160124.037500', '160124.497500', '160124.957500', '160125.417500', '160125.877500', '160126.337500', '160126.797500', '160127.257500', '160127.717500', '160128.177500', '160128.637500', '160129.097500', '160129.557500', '160130.017500', '160130.477500', '160130.937500', '160131.397500', '160131.857500', '160132.317500', '160132.777500', '160133.237500', '160133.697500', '160134.157500', '160134.617500', '160135.077500', '160135.537500', '160135.997500', '160136.457500', '160136.917500', '160137.377500', '160137.837500', '160138.297500', '160138.757500', '160139.217500', '160139.677500', '160140.137500', '160140.597500', '160141.057500', '160141.517500', '160141.977500', '160142.437500', '160142.897500', '160143.357500', '160143.817500', '160144.277500', '160144.737500', '160145.197500', '160145.657500', '160146.117500', '160146.577500', '160147.037500', '160147.497500', '160147.957500', '160148.417500', '160148.877500', '160149.337500', '160149.797500', '160150.257500', '160150.717500', '160151.177500', '160151.637500', '160152.097500', '160152.557500', '160153.017500', '160153.477500', '160153.937500', '160154.397500', '160154.857500', '160155.317500', '160155.777500', '160156.237500', '160156.697500', '160157.157500', '160157.617500', '160158.077500', '160158.537500', '160158.997500', '160159.457500', '160159.917500', '160200.377500', '160200.837500', '160201.297500', '160201.757500', '160202.217500', '160202.677500', '160203.137500', '160203.597500', '160204.057500', '160204.517500', '160204.977500', '160205.437500', '160205.897500', '160206.357500', '160206.817500', '160207.277500', '160207.737500', '160208.197500', '160208.657500', '160209.117500', '160209.577500', '160210.037500', '160210.497500', '160210.957500', '160211.417500', '160211.877500', '160212.337500', '160212.797500', '160213.257500', '160213.717500', '160214.177500', '160214.637500', '160215.097500', '160215.557500', '160216.017500', '160216.477500', '160216.937500', '160217.397500', '160217.857500', '160218.317500', '160218.777500', '160219.237500', '160219.697500', '160220.157500', '160220.617500', '160221.077500', '160221.537500', '160221.997500', '160222.457500', '160222.917500', '160223.377500', '160223.837500', '160224.297500', '160224.757500', '160225.217500', '160225.677500', '160226.137500', '160226.597500', '160227.057500', '160227.517500', '160227.977500', '160228.437500', '160228.897500', '160229.357500', '160229.817500', '160230.277500', '160230.737500', '160231.197500', '160231.657500', '160232.117500', '160232.577500', '160233.037500', '160233.497500', '160233.957500', '160234.417500', '160234.877500', '160235.337500', '160235.797500', '160236.257500', '160236.717500', '160237.177500', '160237.637500', '160238.097500', '160238.557500', '160239.017500', '160239.477500', '160239.937500', '160240.397500', '160240.857500', '160241.317500', '160241.777500', '160242.237500', '160242.697500', '160243.157500', '160243.617500', '160244.077500', '160244.537500', '160244.997500', '160245.457500', '160245.917500', '160246.377500', '160246.837500', '160247.297500', '160247.757500', '160248.217500', '160248.677500', '160249.137500', '160249.597500', '160250.057500', '160250.517500', '160250.977500', '160251.437500', '160251.897500', '160252.357500', '160252.817500', '160253.277500', '160253.737500', '160254.197500', '160254.657500', '160255.117500', '160255.577500', '160256.037500', '160256.497500', '160256.957500', '160257.417500', '160257.877500', '160258.337500', '160258.797500', '160259.257500', '160259.717500', '160300.177500', '160300.637500', '160301.097500', '160301.557500', '160302.017500', '160302.477500', '160302.937500', '160303.397500', '160303.857500', '160304.317500', '160304.777500', '160305.237500', '160305.697500', '160306.157500', '160306.617500', '160307.077500', '160307.537500', '160307.997500', '160308.457500', '160308.917500', '160309.377500', '160309.837500', '160310.297500', '160310.757500', '160311.217500', '160311.677500', '160312.137500', '160312.597500', '160313.057500', '160313.517500', '160313.977500', '160314.437500', '160314.897500', '160315.357500', '160315.817500', '160316.277500', '160316.737500', '160317.197500', '160317.657500', '160318.117500', '160318.577500', '160319.037500', '160319.497500', '160319.957500', '160320.417500', '160320.877500', '160321.337500', '160321.797500', '160322.257500', '160322.717500', '160323.177500', '160323.637500', '160324.097500', '160324.557500', '160325.017500', '160325.477500', '160325.937500', '160326.397500', '160326.857500', '160327.317500', '160327.777500', '160328.237500', '160328.697500', '160329.157500', '160329.617500', '160330.077500', '160330.537500', '160330.997500', '160331.457500', '160331.917500', '160332.377500', '160332.837500', '160333.297500', '160333.757500', '160334.217500', '160334.677500', '160335.137500', '160335.597500', '160336.057500', '160336.517500', '160336.977500', '160337.437500', '160337.897500', '160338.357500', '160338.817500', '160339.277500', '160339.737500', '160340.197500', '160340.657500', '160341.117500', '160341.577500', '160342.037500', '160342.497500', '160342.957500', '160343.417500', '160343.877500', '160344.337500', '160344.797500', '160345.257500', '160345.717500', '160346.177500', '160346.637500', '160347.097500', '160347.557500', '160348.017500', '160348.477500', '160348.937500', '160349.397500', '160349.857500', '160350.317500', '160350.777500', '160351.237500', '160351.697500', '160352.157500', '160352.617500', '160353.077500', '160353.537500', '160353.997500', '160354.457500', '160354.917500', '160355.377500', '160355.837500', '160356.297500', '160356.757500', '160357.217500', '160357.677500', '160358.137500', '160358.597500', '160359.057500', '160359.517500', '160359.977500', '160400.437500', '160400.897500', '160401.357500', '160401.817500', '160402.277500', '160402.737500', '160403.197500', '160403.657500', '160404.117500', '160404.577500', '160405.037500', '160405.497500', '160405.957500', '160406.417500', '160406.877500', '160407.337500', '160407.797500', '160408.257500', '160408.717500', '160409.177500', '160409.637500', '160410.097500', '160410.557500', '160411.017500', '160411.477500', '160411.937500', '160412.397500', '160412.857500', '160413.317500', '160413.777500', '160414.237500', '160414.697500', '160415.157500', '160415.617500', '160416.077500', '160416.537500', '160416.997500', '160417.457500', '160417.917500', '160418.377500', '160418.837500', '160419.297500', '160419.757500', '160420.217500', '160420.677500', '160421.137500', '160421.597500', '160422.057500', '160422.517500', '160422.977500', '160423.437500', '160423.897500', '160424.357500', '160424.817500', '160425.277500', '160425.737500', '160426.197500', '160426.657500', '160427.117500', '160427.577500', '160428.037500', '160428.497500', '160428.957500', '160429.417500', '160429.877500', '160430.337500', '160430.797500', '160431.257500', '160431.717500', '160432.177500', '160432.637500', '160433.097500', '160433.557500', '160434.017500', '160434.477500', '160434.937500'], 'ContentTime': ['155804.036000', '155804.039000', '155804.042000', '155804.045000', '155804.048000', '155804.051000', '155804.054000', '155804.057000', '155804.059000', '155804.062000', '155804.065000', '155804.068000', '155804.071000', '155804.074000', '155804.076000', '155804.079000', '155804.082000', '155804.089000', '155804.092000', '155804.094000', '155823.984000', '155823.987000', '155823.990000', '155823.992000', '155823.995000', '155823.998000', '155824.002000', '155824.005000', '155824.008000', '155824.010000', '155824.013000', '155824.016000', '155824.019000', '155824.022000', '155824.030000', '155824.033000', '155824.035000', '155824.038000', '155824.041000', '155824.044000', '155824.047000', '155824.049000', '155824.052000', '155824.055000', '155824.058000', '155824.061000', '155824.064000', '155824.066000', '155824.069000', '155824.072000', '155824.075000', '155824.078000', '155824.080000', '155824.083000', '155824.086000', '155824.089000', '155824.092000', '155824.095000', '155824.098000', '155824.100000', '155824.103000', '155824.106000', '155824.109000', '155843.984000', '155843.987000', '155843.989000', '155843.992000', '155843.995000', '155843.998000', '155844.002000', '155844.005000', '155844.007000', '155844.010000', '155844.013000', '155844.016000', '155844.024000', '155844.027000', '155844.029000', '155844.032000', '155844.035000', '155844.038000', '155844.041000', '155844.043000', '155844.046000', '155844.049000', '155844.052000', '155844.055000', '155844.058000', '155844.060000', '155844.063000', '155844.066000', '155844.069000', '155844.072000', '155844.075000', '155844.077000', '155844.080000', '155844.083000', '155844.086000', '155844.089000', '155844.091000', '155844.094000', '155844.099000', '155844.102000', '155844.105000', '155844.108000', '155844.110000', '155844.113000', '155903.984000', '155903.987000', '155903.990000', '155903.993000', '155903.995000', '155903.998000', '155904.002000', '155904.005000', '155904.008000', '155904.011000', '155904.014000', '155904.016000', '155904.019000', '155904.022000', '155904.025000', '155904.028000', '155904.031000', '155904.033000', '155904.036000', '155904.039000', '155904.042000', '155904.045000', '155904.048000', '155904.050000', '155904.053000', '155904.056000', '155904.059000', '155904.070000', '155904.073000', '155904.075000', '155904.078000', '155904.081000', '155904.084000', '155904.087000', '155904.090000', '155904.092000', '155904.095000', '155904.098000', '155904.101000', '155904.105000', '155904.108000', '155904.111000', '155904.114000', '155923.985000', '155923.988000', '155923.991000', '155923.993000', '155923.996000', '155923.999000', '155924.002000', '155924.005000', '155924.008000', '155924.011000', '155924.013000', '155924.016000', '155924.019000', '155924.022000', '155924.025000', '155924.027000', '155924.030000', '155924.033000', '155924.036000', '155924.039000', '155924.042000', '155924.044000', '155924.047000', '155924.050000', '155924.053000', '155924.056000', '155924.059000', '155924.062000', '155924.064000', '155924.067000', '155924.070000', '155924.073000', '155924.076000', '155924.079000', '155924.082000', '155924.085000', '155924.087000', '155924.090000', '155924.093000', '155924.096000', '155924.099000', '155924.102000', '155924.105000', '155924.107000', '155943.984000', '155943.987000', '155943.990000', '155943.993000', '155943.995000', '155943.998000', '155944.002000', '155944.005000', '155944.008000', '155944.011000', '155944.013000', '155944.016000', '155944.019000', '155944.022000', '155944.025000', '155944.028000', '155944.030000', '155944.033000', '155944.036000', '155944.039000', '155944.042000', '155944.045000', '155944.048000', '155944.051000', '155944.054000', '155944.056000', '155944.059000', '155944.062000', '155944.065000', '155944.068000', '155944.071000', '155944.074000', '155944.090000', '155944.093000', '155944.096000', '155944.099000', '155944.101000', '155944.104000', '155944.107000', '155944.110000', '155944.113000', '155944.115000', '155944.118000', '160003.984000', '160003.987000', '160003.990000', '160003.993000', '160003.995000', '160004.001000', '160004.005000', '160004.008000', '160004.010000', '160004.013000', '160004.016000', '160004.019000', '160004.022000', '160004.025000', '160004.028000', '160004.030000', '160004.033000', '160004.036000', '160004.039000', '160004.042000', '160004.045000', '160004.047000', '160004.053000', '160004.056000', '160004.059000', '160004.062000', '160004.065000', '160004.068000', '160004.071000', '160004.073000', '160004.076000', '160004.079000', '160004.082000', '160004.085000', '160004.088000', '160004.090000', '160004.093000', '160004.096000', '160004.099000', '160004.102000', '160004.105000', '160004.107000', '160004.110000', '160023.984000', '160023.987000', '160023.990000', '160023.993000', '160023.996000', '160023.998000', '160024.002000', '160024.005000', '160024.008000', '160024.011000', '160024.014000', '160024.016000', '160024.019000', '160024.022000', '160024.025000', '160024.028000', '160024.031000', '160024.034000', '160024.037000', '160024.039000', '160024.042000', '160024.045000', '160024.048000', '160024.051000', '160024.054000', '160024.057000', '160024.059000', '160024.062000', '160024.065000', '160024.068000', '160024.079000', '160024.082000', '160024.085000', '160024.088000', '160024.095000', '160024.098000', '160024.101000', '160024.104000', '160024.107000', '160024.110000', '160024.112000', '160024.115000', '160024.118000', '160024.121000', '160043.984000', '160043.987000', '160043.990000', '160043.993000', '160043.996000', '160044.000000', '160044.003000', '160044.006000', '160044.008000', '160044.011000', '160044.014000', '160044.017000', '160044.020000', '160044.023000', '160044.025000', '160044.028000', '160044.031000', '160044.034000', '160044.043000', '160044.046000', '160044.049000', '160044.052000', '160044.054000', '160044.057000', '160044.060000', '160044.063000', '160044.066000', '160044.069000', '160044.072000', '160044.075000', '160044.077000', '160044.080000', '160044.083000', '160044.086000', '160044.089000', '160044.092000', '160044.094000', '160044.097000', '160044.100000', '160044.103000', '160044.106000', '160044.109000', '160044.112000', '160103.984000', '160103.987000', '160103.990000', '160103.993000', '160103.996000', '160103.998000', '160104.002000', '160104.005000', '160104.015000', '160104.034000', '160104.036000', '160104.040000', '160104.042000', '160104.045000', '160104.048000', '160104.051000', '160104.054000', '160104.057000', '160104.060000', '160104.063000', '160104.066000', '160104.068000', '160104.071000', '160104.074000', '160104.077000', '160104.080000', '160104.083000', '160104.086000', '160104.089000', '160104.091000', '160104.094000', '160104.097000', '160104.100000', '160104.103000', '160104.106000', '160104.109000', '160104.112000', '160104.115000', '160104.118000', '160104.121000', '160104.128000', '160104.131000', '160104.134000', '160104.137000', '160123.984000', '160123.987000', '160123.990000', '160123.993000', '160123.996000', '160124.000000', '160124.003000', '160124.006000', '160124.009000', '160124.012000', '160124.015000', '160124.017000', '160124.020000', '160124.032000', '160124.035000', '160124.038000', '160124.041000', '160124.044000', '160124.047000', '160124.050000', '160124.052000', '160124.055000', '160124.058000', '160124.061000', '160124.064000', '160124.067000', '160124.070000', '160124.073000', '160124.076000', '160124.079000', '160124.081000', '160124.084000', '160124.093000', '160124.096000', '160124.098000', '160124.101000', '160124.104000', '160124.107000', '160124.110000', '160124.113000', '160124.116000', '160124.119000', '160124.122000', '160143.985000', '160143.988000', '160143.991000', '160143.994000', '160143.997000', '160144.000000', '160144.003000', '160144.005000', '160144.008000', '160144.011000', '160144.014000', '160144.017000', '160144.020000', '160144.023000', '160144.026000', '160144.029000', '160144.032000', '160144.034000', '160144.037000', '160144.040000', '160144.043000', '160144.046000', '160144.049000', '160144.052000', '160144.055000', '160144.058000', '160144.061000', '160144.064000', '160144.066000', '160144.069000', '160144.072000', '160144.075000', '160144.078000', '160144.081000', '160144.084000', '160144.087000', '160144.089000', '160144.092000', '160144.095000', '160144.098000', '160144.101000', '160144.104000', '160144.107000', '160144.110000', '160203.984000', '160203.987000', '160203.990000', '160203.993000', '160203.996000', '160204.000000', '160204.003000', '160204.005000', '160204.008000', '160204.011000', '160204.014000', '160204.017000', '160204.020000', '160204.023000', '160204.026000', '160204.029000', '160204.032000', '160204.034000', '160204.037000', '160204.040000', '160204.043000', '160204.046000', '160204.049000', '160204.052000', '160204.055000', '160204.058000', '160204.061000', '160204.064000', '160204.067000', '160204.070000', '160204.073000', '160204.076000', '160204.079000', '160204.082000', '160204.085000', '160204.087000', '160204.090000', '160204.093000', '160204.096000', '160204.100000', '160204.103000', '160204.105000', '160204.108000', '160223.984000', '160223.987000', '160223.990000', '160223.993000', '160223.996000', '160224.000000', '160224.003000', '160224.006000', '160224.008000', '160224.012000', '160224.014000', '160224.017000', '160224.020000', '160224.023000', '160224.026000', '160224.029000', '160224.040000', '160224.043000', '160224.046000', '160224.049000', '160224.052000', '160224.055000', '160224.058000', '160224.060000', '160224.063000', '160224.066000', '160224.069000', '160224.072000', '160224.075000', '160224.078000', '160224.081000', '160224.084000', '160224.087000', '160224.090000', '160224.093000', '160224.096000', '160224.099000', '160224.102000', '160224.104000', '160224.107000', '160224.110000', '160224.113000', '160224.116000', '160224.119000', '160243.984000', '160243.987000', '160243.990000', '160243.993000', '160243.996000', '160244.000000', '160244.003000', '160244.006000', '160244.009000', '160244.011000', '160244.014000', '160244.017000', '160244.020000', '160244.023000', '160244.026000', '160244.029000', '160244.032000', '160244.035000', '160244.038000', '160244.041000', '160244.044000', '160244.047000', '160244.050000', '160244.053000', '160244.056000', '160244.059000', '160244.062000', '160244.065000', '160244.068000', '160244.071000', '160244.073000', '160244.076000', '160244.079000', '160244.083000', '160244.085000', '160244.088000', '160244.091000', '160244.103000', '160244.115000', '160244.118000', '160244.121000', '160244.124000', '160244.127000', '160303.984000', '160303.987000', '160303.990000', '160303.993000', '160303.996000', '160304.000000', '160304.003000', '160304.005000', '160304.008000', '160304.011000', '160304.014000', '160304.017000', '160304.020000', '160304.023000', '160304.026000', '160304.029000', '160304.032000', '160304.034000', '160304.037000', '160304.040000', '160304.043000', '160304.046000', '160304.049000', '160304.052000', '160304.055000', '160304.058000', '160304.061000', '160304.064000', '160304.067000', '160304.070000', '160304.072000', '160304.075000', '160304.078000', '160304.081000', '160304.084000', '160304.087000', '160304.090000', '160304.093000', '160304.096000', '160304.099000', '160304.102000', '160304.104000', '160304.107000', '160304.110000', '160323.984000', '160323.987000', '160323.990000', '160323.993000', '160323.996000', '160324.000000', '160324.003000', '160324.006000', '160324.008000', '160324.011000', '160324.014000', '160324.017000', '160324.020000', '160324.023000', '160324.026000', '160324.029000', '160324.032000', '160324.034000', '160324.037000', '160324.040000', '160324.043000', '160324.046000', '160324.049000', '160324.052000', '160324.055000', '160324.058000', '160324.061000', '160324.064000', '160324.067000', '160324.070000', '160324.073000', '160324.076000', '160324.079000', '160324.082000', '160324.085000', '160324.088000', '160324.091000', '160324.094000', '160324.096000', '160324.099000', '160324.102000', '160324.105000', '160324.108000', '160343.984000', '160343.987000', '160343.990000', '160343.993000', '160343.996000', '160344.000000', '160344.002000', '160344.005000', '160344.008000', '160344.011000', '160344.014000', '160344.017000', '160344.020000', '160344.023000', '160344.026000', '160344.029000', '160344.032000', '160344.034000', '160344.037000', '160344.040000', '160344.043000', '160344.046000', '160344.049000', '160344.052000', '160344.055000', '160344.058000', '160344.061000', '160344.064000', '160344.066000', '160344.069000', '160344.072000', '160344.075000', '160344.078000', '160344.081000', '160344.084000', '160344.087000', '160344.090000', '160344.093000', '160344.095000', '160344.099000', '160344.101000', '160344.104000', '160344.109000', '160344.112000', '160403.985000', '160403.988000', '160403.991000', '160403.994000', '160403.997000', '160404.000000', '160404.003000', '160404.006000', '160404.008000', '160404.011000', '160404.014000', '160404.017000', '160404.022000', '160404.025000', '160404.028000', '160404.031000', '160404.034000', '160404.037000', '160404.040000', '160404.042000', '160404.045000', '160404.055000', '160404.063000', '160404.066000', '160404.069000', '160404.072000', '160404.075000', '160404.078000', '160404.081000', '160404.084000', '160404.087000', '160404.090000', '160404.093000', '160404.096000', '160404.099000', '160404.102000', '160404.105000', '160404.108000', '160404.110000', '160404.113000', '160404.116000', '160404.119000', '160404.122000', '160423.984000', '160423.987000', '160423.990000', '160423.993000', '160423.996000', '160424.000000', '160424.003000', '160424.006000', '160424.008000', '160424.011000', '160424.014000', '160424.017000', '160424.020000', '160424.023000', '160424.026000', '160424.029000', '160424.031000', '160424.034000', '160424.037000', '160424.040000', '160424.043000', '160424.046000', '160424.049000', '160424.052000', '160424.055000', '160424.058000', '160424.061000', '160424.064000', '160424.067000', '160424.069000', '160424.073000', '160424.075000', '160424.078000', '160424.081000', '160424.084000', '160424.087000', '160424.090000', '160424.093000', '160424.096000', '160424.099000', '160424.101000', '160424.104000', '160424.107000', '160424.110000', '160435.875000', '160435.879000', '160435.882000', '160435.885000', '160435.888000', '160435.892000', '160435.895000', '160435.898000', '160435.901000', '160435.905000', '160435.907000', '160435.910000', '160435.913000', '160435.916000', '160435.919000', '160435.926000', '160435.929000', '160435.932000', '160435.935000', '160435.938000', '160435.941000', '160435.944000', '160435.947000', '160435.950000', '160435.953000', '160435.956000'], 'InstanceCreationTime': ['155804.036000', '155804.039000', '155804.042000', '155804.045000', '155804.048000', '155804.051000', '155804.054000', '155804.057000', '155804.059000', '155804.062000', '155804.065000', '155804.068000', '155804.071000', '155804.074000', '155804.076000', '155804.079000', '155804.082000', '155804.089000', '155804.092000', '155804.094000', '155823.984000', '155823.987000', '155823.990000', '155823.992000', '155823.995000', '155823.998000', '155824.002000', '155824.005000', '155824.008000', '155824.010000', '155824.013000', '155824.016000', '155824.019000', '155824.022000', '155824.030000', '155824.033000', '155824.035000', '155824.038000', '155824.041000', '155824.044000', '155824.047000', '155824.049000', '155824.052000', '155824.055000', '155824.058000', '155824.061000', '155824.064000', '155824.066000', '155824.069000', '155824.072000', '155824.075000', '155824.078000', '155824.080000', '155824.083000', '155824.086000', '155824.089000', '155824.092000', '155824.095000', '155824.098000', '155824.100000', '155824.103000', '155824.106000', '155824.109000', '155843.984000', '155843.987000', '155843.989000', '155843.992000', '155843.995000', '155843.998000', '155844.002000', '155844.005000', '155844.007000', '155844.010000', '155844.013000', '155844.016000', '155844.024000', '155844.027000', '155844.029000', '155844.032000', '155844.035000', '155844.038000', '155844.041000', '155844.043000', '155844.046000', '155844.049000', '155844.052000', '155844.055000', '155844.058000', '155844.060000', '155844.063000', '155844.066000', '155844.069000', '155844.072000', '155844.075000', '155844.077000', '155844.080000', '155844.083000', '155844.086000', '155844.089000', '155844.091000', '155844.094000', '155844.099000', '155844.102000', '155844.105000', '155844.108000', '155844.110000', '155844.113000', '155903.984000', '155903.987000', '155903.990000', '155903.993000', '155903.995000', '155903.998000', '155904.002000', '155904.005000', '155904.008000', '155904.011000', '155904.014000', '155904.016000', '155904.019000', '155904.022000', '155904.025000', '155904.028000', '155904.031000', '155904.033000', '155904.036000', '155904.039000', '155904.042000', '155904.045000', '155904.048000', '155904.050000', '155904.053000', '155904.056000', '155904.059000', '155904.070000', '155904.073000', '155904.075000', '155904.078000', '155904.081000', '155904.084000', '155904.087000', '155904.090000', '155904.092000', '155904.095000', '155904.098000', '155904.101000', '155904.105000', '155904.108000', '155904.111000', '155904.114000', '155923.985000', '155923.988000', '155923.991000', '155923.993000', '155923.996000', '155923.999000', '155924.002000', '155924.005000', '155924.008000', '155924.011000', '155924.013000', '155924.016000', '155924.019000', '155924.022000', '155924.025000', '155924.027000', '155924.030000', '155924.033000', '155924.036000', '155924.039000', '155924.042000', '155924.044000', '155924.047000', '155924.050000', '155924.053000', '155924.056000', '155924.059000', '155924.062000', '155924.064000', '155924.067000', '155924.070000', '155924.073000', '155924.076000', '155924.079000', '155924.082000', '155924.085000', '155924.087000', '155924.090000', '155924.093000', '155924.096000', '155924.099000', '155924.102000', '155924.105000', '155924.107000', '155943.984000', '155943.987000', '155943.990000', '155943.993000', '155943.995000', '155943.998000', '155944.002000', '155944.005000', '155944.008000', '155944.011000', '155944.013000', '155944.016000', '155944.019000', '155944.022000', '155944.025000', '155944.028000', '155944.030000', '155944.033000', '155944.036000', '155944.039000', '155944.042000', '155944.045000', '155944.048000', '155944.051000', '155944.054000', '155944.056000', '155944.059000', '155944.062000', '155944.065000', '155944.068000', '155944.071000', '155944.074000', '155944.090000', '155944.093000', '155944.096000', '155944.099000', '155944.101000', '155944.104000', '155944.107000', '155944.110000', '155944.113000', '155944.115000', '155944.118000', '160003.984000', '160003.987000', '160003.990000', '160003.993000', '160003.995000', '160004.001000', '160004.005000', '160004.008000', '160004.010000', '160004.013000', '160004.016000', '160004.019000', '160004.022000', '160004.025000', '160004.028000', '160004.030000', '160004.033000', '160004.036000', '160004.039000', '160004.042000', '160004.045000', '160004.047000', '160004.053000', '160004.056000', '160004.059000', '160004.062000', '160004.065000', '160004.068000', '160004.071000', '160004.073000', '160004.076000', '160004.079000', '160004.082000', '160004.085000', '160004.088000', '160004.090000', '160004.093000', '160004.096000', '160004.099000', '160004.102000', '160004.105000', '160004.107000', '160004.110000', '160023.984000', '160023.987000', '160023.990000', '160023.993000', '160023.996000', '160023.998000', '160024.002000', '160024.005000', '160024.008000', '160024.011000', '160024.014000', '160024.016000', '160024.019000', '160024.022000', '160024.025000', '160024.028000', '160024.031000', '160024.034000', '160024.037000', '160024.039000', '160024.042000', '160024.045000', '160024.048000', '160024.051000', '160024.054000', '160024.057000', '160024.059000', '160024.062000', '160024.065000', '160024.068000', '160024.079000', '160024.082000', '160024.085000', '160024.088000', '160024.095000', '160024.098000', '160024.101000', '160024.104000', '160024.107000', '160024.110000', '160024.112000', '160024.115000', '160024.118000', '160024.121000', '160043.984000', '160043.987000', '160043.990000', '160043.993000', '160043.996000', '160044.000000', '160044.003000', '160044.006000', '160044.008000', '160044.011000', '160044.014000', '160044.017000', '160044.020000', '160044.023000', '160044.025000', '160044.028000', '160044.031000', '160044.034000', '160044.043000', '160044.046000', '160044.049000', '160044.052000', '160044.054000', '160044.057000', '160044.060000', '160044.063000', '160044.066000', '160044.069000', '160044.072000', '160044.075000', '160044.077000', '160044.080000', '160044.083000', '160044.086000', '160044.089000', '160044.092000', '160044.094000', '160044.097000', '160044.100000', '160044.103000', '160044.106000', '160044.109000', '160044.112000', '160103.984000', '160103.987000', '160103.990000', '160103.993000', '160103.996000', '160103.998000', '160104.002000', '160104.005000', '160104.015000', '160104.034000', '160104.036000', '160104.040000', '160104.042000', '160104.045000', '160104.048000', '160104.051000', '160104.054000', '160104.057000', '160104.060000', '160104.063000', '160104.066000', '160104.068000', '160104.071000', '160104.074000', '160104.077000', '160104.080000', '160104.083000', '160104.086000', '160104.089000', '160104.091000', '160104.094000', '160104.097000', '160104.100000', '160104.103000', '160104.106000', '160104.109000', '160104.112000', '160104.115000', '160104.118000', '160104.121000', '160104.128000', '160104.131000', '160104.134000', '160104.137000', '160123.984000', '160123.987000', '160123.990000', '160123.993000', '160123.996000', '160124.000000', '160124.003000', '160124.006000', '160124.009000', '160124.012000', '160124.015000', '160124.017000', '160124.020000', '160124.032000', '160124.035000', '160124.038000', '160124.041000', '160124.044000', '160124.047000', '160124.050000', '160124.052000', '160124.055000', '160124.058000', '160124.061000', '160124.064000', '160124.067000', '160124.070000', '160124.073000', '160124.076000', '160124.079000', '160124.081000', '160124.084000', '160124.093000', '160124.096000', '160124.098000', '160124.101000', '160124.104000', '160124.107000', '160124.110000', '160124.113000', '160124.116000', '160124.119000', '160124.122000', '160143.985000', '160143.988000', '160143.991000', '160143.994000', '160143.997000', '160144.000000', '160144.003000', '160144.005000', '160144.008000', '160144.011000', '160144.014000', '160144.017000', '160144.020000', '160144.023000', '160144.026000', '160144.029000', '160144.032000', '160144.034000', '160144.037000', '160144.040000', '160144.043000', '160144.046000', '160144.049000', '160144.052000', '160144.055000', '160144.058000', '160144.061000', '160144.064000', '160144.066000', '160144.069000', '160144.072000', '160144.075000', '160144.078000', '160144.081000', '160144.084000', '160144.087000', '160144.089000', '160144.092000', '160144.095000', '160144.098000', '160144.101000', '160144.104000', '160144.107000', '160144.110000', '160203.984000', '160203.987000', '160203.990000', '160203.993000', '160203.996000', '160204.000000', '160204.003000', '160204.005000', '160204.008000', '160204.011000', '160204.014000', '160204.017000', '160204.020000', '160204.023000', '160204.026000', '160204.029000', '160204.032000', '160204.034000', '160204.037000', '160204.040000', '160204.043000', '160204.046000', '160204.049000', '160204.052000', '160204.055000', '160204.058000', '160204.061000', '160204.064000', '160204.067000', '160204.070000', '160204.073000', '160204.076000', '160204.079000', '160204.082000', '160204.085000', '160204.087000', '160204.090000', '160204.093000', '160204.096000', '160204.100000', '160204.103000', '160204.105000', '160204.108000', '160223.984000', '160223.987000', '160223.990000', '160223.993000', '160223.996000', '160224.000000', '160224.003000', '160224.006000', '160224.008000', '160224.012000', '160224.014000', '160224.017000', '160224.020000', '160224.023000', '160224.026000', '160224.029000', '160224.040000', '160224.043000', '160224.046000', '160224.049000', '160224.052000', '160224.055000', '160224.058000', '160224.060000', '160224.063000', '160224.066000', '160224.069000', '160224.072000', '160224.075000', '160224.078000', '160224.081000', '160224.084000', '160224.087000', '160224.090000', '160224.093000', '160224.096000', '160224.099000', '160224.102000', '160224.104000', '160224.107000', '160224.110000', '160224.113000', '160224.116000', '160224.119000', '160243.984000', '160243.987000', '160243.990000', '160243.993000', '160243.996000', '160244.000000', '160244.003000', '160244.006000', '160244.009000', '160244.011000', '160244.014000', '160244.017000', '160244.020000', '160244.023000', '160244.026000', '160244.029000', '160244.032000', '160244.035000', '160244.038000', '160244.041000', '160244.044000', '160244.047000', '160244.050000', '160244.053000', '160244.056000', '160244.059000', '160244.062000', '160244.065000', '160244.068000', '160244.071000', '160244.073000', '160244.076000', '160244.079000', '160244.083000', '160244.085000', '160244.088000', '160244.091000', '160244.103000', '160244.115000', '160244.118000', '160244.121000', '160244.124000', '160244.127000', '160303.984000', '160303.987000', '160303.990000', '160303.993000', '160303.996000', '160304.000000', '160304.003000', '160304.005000', '160304.008000', '160304.011000', '160304.014000', '160304.017000', '160304.020000', '160304.023000', '160304.026000', '160304.029000', '160304.032000', '160304.034000', '160304.037000', '160304.040000', '160304.043000', '160304.046000', '160304.049000', '160304.052000', '160304.055000', '160304.058000', '160304.061000', '160304.064000', '160304.067000', '160304.070000', '160304.072000', '160304.075000', '160304.078000', '160304.081000', '160304.084000', '160304.087000', '160304.090000', '160304.093000', '160304.096000', '160304.099000', '160304.102000', '160304.104000', '160304.107000', '160304.110000', '160323.984000', '160323.987000', '160323.990000', '160323.993000', '160323.996000', '160324.000000', '160324.003000', '160324.006000', '160324.008000', '160324.011000', '160324.014000', '160324.017000', '160324.020000', '160324.023000', '160324.026000', '160324.029000', '160324.032000', '160324.034000', '160324.037000', '160324.040000', '160324.043000', '160324.046000', '160324.049000', '160324.052000', '160324.055000', '160324.058000', '160324.061000', '160324.064000', '160324.067000', '160324.070000', '160324.073000', '160324.076000', '160324.079000', '160324.082000', '160324.085000', '160324.088000', '160324.091000', '160324.094000', '160324.096000', '160324.099000', '160324.102000', '160324.105000', '160324.108000', '160343.984000', '160343.987000', '160343.990000', '160343.993000', '160343.996000', '160344.000000', '160344.002000', '160344.005000', '160344.008000', '160344.011000', '160344.014000', '160344.017000', '160344.020000', '160344.023000', '160344.026000', '160344.029000', '160344.032000', '160344.034000', '160344.037000', '160344.040000', '160344.043000', '160344.046000', '160344.049000', '160344.052000', '160344.055000', '160344.058000', '160344.061000', '160344.064000', '160344.066000', '160344.069000', '160344.072000', '160344.075000', '160344.078000', '160344.081000', '160344.084000', '160344.087000', '160344.090000', '160344.093000', '160344.095000', '160344.099000', '160344.101000', '160344.104000', '160344.109000', '160344.112000', '160403.985000', '160403.988000', '160403.991000', '160403.994000', '160403.997000', '160404.000000', '160404.003000', '160404.006000', '160404.008000', '160404.011000', '160404.014000', '160404.017000', '160404.022000', '160404.025000', '160404.028000', '160404.031000', '160404.034000', '160404.037000', '160404.040000', '160404.042000', '160404.045000', '160404.055000', '160404.063000', '160404.066000', '160404.069000', '160404.072000', '160404.075000', '160404.078000', '160404.081000', '160404.084000', '160404.087000', '160404.090000', '160404.093000', '160404.096000', '160404.099000', '160404.102000', '160404.105000', '160404.108000', '160404.110000', '160404.113000', '160404.116000', '160404.119000', '160404.122000', '160423.984000', '160423.987000', '160423.990000', '160423.993000', '160423.996000', '160424.000000', '160424.003000', '160424.006000', '160424.008000', '160424.011000', '160424.014000', '160424.017000', '160424.020000', '160424.023000', '160424.026000', '160424.029000', '160424.031000', '160424.034000', '160424.037000', '160424.040000', '160424.043000', '160424.046000', '160424.049000', '160424.052000', '160424.055000', '160424.058000', '160424.061000', '160424.064000', '160424.067000', '160424.069000', '160424.073000', '160424.075000', '160424.078000', '160424.081000', '160424.084000', '160424.087000', '160424.090000', '160424.093000', '160424.096000', '160424.099000', '160424.101000', '160424.104000', '160424.107000', '160424.110000', '160435.875000', '160435.879000', '160435.882000', '160435.885000', '160435.888000', '160435.892000', '160435.895000', '160435.898000', '160435.901000', '160435.905000', '160435.907000', '160435.910000', '160435.913000', '160435.916000', '160435.919000', '160435.926000', '160435.929000', '160435.932000', '160435.935000', '160435.938000', '160435.941000', '160435.944000', '160435.947000', '160435.950000', '160435.953000', '160435.956000'], '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': [14609, 8420, 14047, 9191, 9133, 13169, 8489, 15912, 8263, 11717, 9047, 8204, 12906, 8240, 16179, 8885, 8912, 9502, 8165, 12360, 8503, 15401, 9334, 11145, 8416, 8061, 11041, 8428, 15254, 9132, 9807, 8351, 7947, 10289, 8786, 13007, 8807, 11749, 8385, 7916, 10397, 8266, 12667, 8913, 8011, 8808, 8670, 11579, 8834, 8082, 11928, 8436, 15093, 8941, 8692, 10904, 8820, 15612, 9412, 12922, 9359, 8111, 11584, 8681, 15794, 9176, 16172, 10048, 8419, 10191, 8577, 12415, 8451, 13002, 8617, 9191, 8728, 8876, 9065, 8475, 10191, 8910, 10730, 9167, 7826, 10777, 8349, 11126, 9166, 13910, 9145, 15580, 8894, 12815, 9020, 8482, 9170, 8579, 15243, 8698, 12733, 8453, 12676, 8807, 10205, 9818, 8462, 11788, 8489, 11494, 8685, 13230, 9343, 7785, 11414, 8624, 11771, 8306, 14212, 9352, 9654, 10887, 8702, 12897, 8447, 14886, 9737, 8299, 13627, 8925, 14740, 9423, 7873, 10950, 8625, 15245, 8524, 11077, 8752, 8243, 11650, 8881, 13491, 8463, 11704, 9247, 8162, 9746, 8562, 11313, 8681, 11710, 8941, 12469, 9241, 7867, 10630, 8482, 10757, 8282, 12297, 8213, 14766, 8150, 7884, 9160, 8902, 12875, 9132, 11249, 12040, 9211, 13263, 9321, 11088, 9429, 8526, 12513, 9276, 15209, 9201, 9127, 9365, 8423, 12970, 9108, 15211, 9212, 8001, 9737, 9272, 13307, 8982, 14630, 10639, 8604, 11248, 8886, 13412, 9151, 11137, 9826, 8411, 13521, 8997, 14953, 8760, 14778, 9211, 10502, 9269, 8561, 11436, 8839, 10620, 8655, 11496, 9164, 12568, 9319, 8132, 9035, 7897, 9386, 8328, 11277, 8885, 14741, 8945, 11859, 8729, 12121, 8967, 14140, 9952, 8909, 9496, 8573, 9975, 8944, 12112, 8879, 14843, 9469, 10709, 8911, 7974, 9188, 8096, 11826, 8893, 15349, 8511, 13482, 8401, 12253, 8885, 9271, 8901, 8208, 9870, 8866, 11448, 8660, 13541, 9013, 8134, 9564, 8914, 12140, 8755, 14267, 9589, 7818, 10765, 9040, 12244, 8585, 14722, 9484, 7975, 11371, 8885, 14949, 8663, 15168, 10843, 11323, 13179, 8752, 10994, 8652, 10568, 8922, 9607, 9097, 9131, 9211, 8479, 13214, 8715, 12127, 8779, 13380, 9047, 14328, 8545, 13954, 8758, 12240, 9052, 13238, 9971, 8473, 10837, 8603, 10348, 9169, 11529, 9125, 13155, 9065, 13510, 8856, 7743, 9086, 8077, 11118, 8699, 15088, 8740, 13977, 8659, 14067, 9045, 11942, 9401, 8114, 10371, 8766, 11207, 8507, 12869, 9102, 10065, 8509, 8044, 10228, 8785, 12537, 8587, 15220, 9877, 8085, 8786, 8519, 11600, 8581, 13017, 8921, 12641, 9956, 8466, 12743, 8786, 13758, 8601, 14418, 9104, 7938, 9345, 8417, 11676, 9022, 13978, 8595, 11044, 8904, 8859, 9197, 9329, 10098, 8837, 12769, 8968, 11210, 8805, 12641, 9161, 14121, 9136, 7878, 8879, 8579, 11911, 9043, 14933, 8923, 8738, 8991, 8344, 11740, 8762, 14687, 8635, 7863, 9127, 8550, 13706, 9199, 15737, 12138, 8981, 9241, 8810, 13198, 8632, 15542, 10640, 8457, 10959, 8827, 13317, 8904, 8509, 9920, 8682, 14416, 8987, 14828, 8903, 9131, 9132, 8556, 10533, 9157, 11456, 8916, 8060, 9227, 7805, 9817, 8669, 14397, 9143, 11667, 9100, 12387, 9023, 14293, 9270, 8026, 9351, 8982, 11029, 9046, 13983, 9403, 8012, 13094, 9115, 14694, 8905, 12664, 9016, 8294, 11009, 9051, 12085, 8691, 13024, 9166, 11797, 13674, 8982, 14872, 8797, 12639, 8999, 8285, 10619, 9192, 15798, 8966, 11185, 8999, 7909, 10400, 9129, 13897, 9020, 15464, 10527, 10001, 8914, 8640, 11366, 9057, 12926, 8910, 14333, 8802, 9556, 8744, 7936, 8794, 8720, 11735, 9073, 14666, 8733, 12904, 9140, 9353, 9151, 8683, 12817, 9103, 12045, 8873, 12980, 9239, 9537, 10294, 8929, 12629, 8804, 12115, 8905, 10407, 9794, 8603, 12244, 8911, 13020, 8944, 15276, 10198, 8124, 13490, 8868, 13049, 8725, 15157, 9788, 8890, 11812, 8917, 12068, 8869, 12812, 8809, 14968, 9169, 11785, 9530, 8486, 15131, 8951, 11897, 8859, 10470, 8998, 7854, 9024, 8672, 10633, 9058, 13811, 8819, 14368, 8792, 12085, 9100, 14145, 9414, 12858, 9292, 7893, 8955, 8212, 10675, 9045, 14844, 8900, 13383, 8822, 10572, 8897, 8823, 9195, 8696, 13001, 8928, 11799, 8629, 13032, 8877, 12004, 8642, 8253, 9323, 8827, 11994, 8758, 14886, 9715, 14398, 9015, 7995, 8442, 8477, 11428, 8500, 13929, 8543, 12835, 8560, 7969, 8572, 8087, 10518, 8875, 12632, 8527, 13020, 8731, 11680, 8808, 8076, 10347, 9027, 10123, 8695, 11281, 9295, 14134, 8794, 14498, 8689, 11016, 8787, 12533, 8891, 11775, 8901, 8028, 8820, 7971, 10334, 9076, 13586, 8317, 11582, 8611, 12234, 8825, 9104, 9910, 8587, 11731, 8824, 12817, 8384, 15112, 8648, 8353, 9254, 9199, 13113, 8807, 14276, 9575, 8854, 15643, 8638, 13277, 9267, 14176, 9424, 8916, 14136, 8714, 11360, 8699, 13160, 8545, 12138, 9490, 8168, 11032, 8909, 10875, 8894, 11541, 8561, 12692, 8705, 14581, 9015, 9214, 8443, 7936, 9470, 8499, 11145, 8694, 13088, 8764, 15317, 8707, 12491, 8624, 8102, 8799, 8238, 10635, 9047, 13782, 8787, 11154, 8566, 11472, 8784, 12538, 9207, 8350, 9960, 8906, 11663, 8631, 12943, 8762, 15891, 8926, 8070, 8703, 8424, 10471, 8881, 14557, 8544, 12962, 8849, 7932, 9906, 8673, 15887, 9081, 14731, 8733, 14064, 9481, 12666, 9786, 8310, 14235, 8838, 11587, 8274, 11490, 8324, 13217, 8959, 8016, 14071, 8458, 12962, 8259, 12393, 8522, 9051, 8782, 7922, 12231, 8649, 15675, 8197, 12084, 8198, 9166, 8601, 7783, 10589, 8648, 12789, 8202, 11104, 8714, 10896, 8661, 7666, 8829, 8062, 11090, 8793, 15082, 8897, 15304, 8385, 11874, 8650, 8280, 9289, 8607, 15102, 8108, 12082, 8393, 7699, 8569, 8427, 14190, 7916, 13945, 8618, 8564, 8890, 8487, 15241, 8835, 14555, 8512, 10211, 8655, 8332, 14258, 8579, 15347, 8558, 7890, 8620, 8615, 13275, 8941, 15873, 9475, 7820, 9153, 8384, 11127, 8375, 12108, 9111, 7960, 12697, 8235, 14420, 8285, 14788, 8740, 12425, 9123, 8162, 9213, 8318, 10443, 8104, 12012, 8978, 7816, 9982, 8199, 12068, 8082, 14196, 8287, 14962, 8144, 11933, 8231, 7732], 'WindowCenter': [4396.0, 4320.0, 4356.0, 4314.0, 4313.0, 4341.0, 4290.0, 4340.0, 4279.0, 4304.0, 4275.0, 4264.0, 4316.0, 4274.0, 4335.0, 4285.0, 4274.0, 4284.0, 4263.0, 4303.0, 4263.0, 4312.0, 4274.0, 4292.0, 4261.0, 4249.0, 4290.0, 4262.0, 4311.0, 4273.0, 4269.0, 4250.0, 4250.0, 4281.0, 4261.0, 4302.0, 4274.0, 4291.0, 4262.0, 4252.0, 4283.0, 4262.0, 4313.0, 4286.0, 4265.0, 4286.0, 4275.0, 4303.0, 4285.0, 4265.0, 4305.0, 4274.0, 4326.0, 4283.0, 4273.0, 4295.0, 4275.0, 4323.0, 4274.0, 4302.0, 4272.0, 4251.0, 4292.0, 4261.0, 4310.0, 4260.0, 4310.0, 4270.0, 4248.0, 4269.0, 4248.0, 4288.0, 4249.0, 4287.0, 4259.0, 4259.0, 4259.0, 4260.0, 4260.0, 4261.0, 4280.0, 4273.0, 4294.0, 4286.0, 4265.0, 4305.0, 4277.0, 4306.0, 4285.0, 4324.0, 4286.0, 4324.0, 4286.0, 4304.0, 4273.0, 4263.0, 4284.0, 4273.0, 4325.0, 4274.0, 4302.0, 4263.0, 4302.0, 4273.0, 4282.0, 4283.0, 4260.0, 4303.0, 4271.0, 4292.0, 4273.0, 4313.0, 4284.0, 4251.0, 4294.0, 4262.0, 4292.0, 4263.0, 4303.0, 4273.0, 4273.0, 4283.0, 4262.0, 4303.0, 4264.0, 4312.0, 4274.0, 4253.0, 4304.0, 4263.0, 4312.0, 4271.0, 4250.0, 4280.0, 4260.0, 4310.0, 4261.0, 4280.0, 4260.0, 4247.0, 4290.0, 4260.0, 4287.0, 4248.0, 4289.0, 4272.0, 4262.0, 4282.0, 4274.0, 4293.0, 4272.0, 4301.0, 4273.0, 4302.0, 4284.0, 4277.0, 4295.0, 4273.0, 4307.0, 4265.0, 4305.0, 4277.0, 4337.0, 4287.0, 4288.0, 4308.0, 4297.0, 4338.0, 4299.0, 4316.0, 4317.0, 4286.0, 4314.0, 4284.0, 4293.0, 4282.0, 4264.0, 4304.0, 4285.0, 4324.0, 4284.0, 4284.0, 4284.0, 4264.0, 4315.0, 4272.0, 4313.0, 4272.0, 4251.0, 4283.0, 4273.0, 4312.0, 4274.0, 4313.0, 4282.0, 4261.0, 4291.0, 4263.0, 4300.0, 4272.0, 4279.0, 4271.0, 4249.0, 4301.0, 4249.0, 4300.0, 4250.0, 4297.0, 4258.0, 4266.0, 4259.0, 4248.0, 4278.0, 4258.0, 4277.0, 4261.0, 4291.0, 4272.0, 4302.0, 4274.0, 4253.0, 4273.0, 4252.0, 4272.0, 4250.0, 4293.0, 4262.0, 4313.0, 4273.0, 4304.0, 4273.0, 4303.0, 4272.0, 4312.0, 4283.0, 4272.0, 4273.0, 4261.0, 4281.0, 4270.0, 4302.0, 4274.0, 4312.0, 4282.0, 4282.0, 4273.0, 4252.0, 4272.0, 4251.0, 4291.0, 4261.0, 4312.0, 4262.0, 4301.0, 4251.0, 4289.0, 4260.0, 4260.0, 4261.0, 4250.0, 4271.0, 4260.0, 4290.0, 4262.0, 4311.0, 4272.0, 4252.0, 4282.0, 4271.0, 4301.0, 4262.0, 4311.0, 4273.0, 4242.0, 4293.0, 4272.0, 4291.0, 4260.0, 4311.0, 4270.0, 4251.0, 4289.0, 4262.0, 4312.0, 4262.0, 4299.0, 4280.0, 4280.0, 4290.0, 4249.0, 4279.0, 4260.0, 4279.0, 4259.0, 4270.0, 4272.0, 4271.0, 4284.0, 4263.0, 4314.0, 4275.0, 4304.0, 4262.0, 4302.0, 4272.0, 4312.0, 4264.0, 4312.0, 4274.0, 4303.0, 4274.0, 4302.0, 4283.0, 4263.0, 4293.0, 4263.0, 4282.0, 4270.0, 4289.0, 4271.0, 4301.0, 4272.0, 4313.0, 4274.0, 4251.0, 4272.0, 4251.0, 4293.0, 4261.0, 4313.0, 4263.0, 4301.0, 4262.0, 4300.0, 4273.0, 4289.0, 4272.0, 4251.0, 4280.0, 4263.0, 4291.0, 4262.0, 4302.0, 4271.0, 4282.0, 4263.0, 4253.0, 4281.0, 4262.0, 4303.0, 4263.0, 4312.0, 4283.0, 4251.0, 4261.0, 4260.0, 4290.0, 4262.0, 4301.0, 4261.0, 4302.0, 4282.0, 4251.0, 4290.0, 4260.0, 4299.0, 4249.0, 4298.0, 4259.0, 4239.0, 4258.0, 4250.0, 4279.0, 4259.0, 4301.0, 4261.0, 4291.0, 4271.0, 4259.0, 4272.0, 4271.0, 4281.0, 4260.0, 4303.0, 4273.0, 4292.0, 4273.0, 4301.0, 4274.0, 4313.0, 4274.0, 4252.0, 4272.0, 4260.0, 4302.0, 4273.0, 4323.0, 4275.0, 4274.0, 4273.0, 4263.0, 4304.0, 4275.0, 4324.0, 4276.0, 4264.0, 4285.0, 4273.0, 4315.0, 4285.0, 4324.0, 4306.0, 4272.0, 4273.0, 4260.0, 4290.0, 4261.0, 4311.0, 4282.0, 4250.0, 4281.0, 4262.0, 4299.0, 4260.0, 4246.0, 4269.0, 4247.0, 4299.0, 4259.0, 4299.0, 4248.0, 4256.0, 4257.0, 4246.0, 4279.0, 4271.0, 4289.0, 4271.0, 4252.0, 4273.0, 4251.0, 4283.0, 4263.0, 4313.0, 4272.0, 4293.0, 4274.0, 4305.0, 4273.0, 4323.0, 4286.0, 4262.0, 4285.0, 4273.0, 4304.0, 4286.0, 4323.0, 4286.0, 4264.0, 4328.0, 4286.0, 4326.0, 4276.0, 4302.0, 4274.0, 4264.0, 4293.0, 4272.0, 4304.0, 4275.0, 4303.0, 4273.0, 4303.0, 4315.0, 4262.0, 4313.0, 4261.0, 4291.0, 4261.0, 4250.0, 4281.0, 4270.0, 4311.0, 4261.0, 4278.0, 4260.0, 4240.0, 4280.0, 4259.0, 4299.0, 4260.0, 4299.0, 4281.0, 4257.0, 4249.0, 4248.0, 4278.0, 4246.0, 4276.0, 4246.0, 4288.0, 4259.0, 4258.0, 4249.0, 4238.0, 4249.0, 4258.0, 4291.0, 4273.0, 4312.0, 4261.0, 4300.0, 4272.0, 4271.0, 4272.0, 4262.0, 4312.0, 4274.0, 4303.0, 4273.0, 4302.0, 4282.0, 4283.0, 4295.0, 4272.0, 4314.0, 4285.0, 4303.0, 4274.0, 4293.0, 4294.0, 4274.0, 4304.0, 4275.0, 4303.0, 4275.0, 4323.0, 4284.0, 4253.0, 4303.0, 4272.0, 4300.0, 4261.0, 4300.0, 4272.0, 4260.0, 4291.0, 4261.0, 4290.0, 4260.0, 4288.0, 4260.0, 4299.0, 4261.0, 4276.0, 4268.0, 4249.0, 4300.0, 4259.0, 4289.0, 4259.0, 4266.0, 4257.0, 4237.0, 4261.0, 4260.0, 4283.0, 4273.0, 4314.0, 4285.0, 4314.0, 4275.0, 4301.0, 4272.0, 4312.0, 4274.0, 4302.0, 4273.0, 4253.0, 4272.0, 4250.0, 4281.0, 4259.0, 4312.0, 4262.0, 4300.0, 4261.0, 4281.0, 4261.0, 4260.0, 4272.0, 4263.0, 4314.0, 4273.0, 4303.0, 4285.0, 4301.0, 4274.0, 4301.0, 4274.0, 4263.0, 4273.0, 4273.0, 4303.0, 4264.0, 4311.0, 4284.0, 4312.0, 4263.0, 4252.0, 4250.0, 4250.0, 4280.0, 4260.0, 4300.0, 4251.0, 4290.0, 4262.0, 4251.0, 4260.0, 4251.0, 4281.0, 4261.0, 4301.0, 4262.0, 4301.0, 4263.0, 4289.0, 4260.0, 4250.0, 4282.0, 4272.0, 4282.0, 4263.0, 4291.0, 4272.0, 4313.0, 4275.0, 4312.0, 4264.0, 4281.0, 4261.0, 4292.0, 4272.0, 4291.0, 4273.0, 4251.0, 4273.0, 4253.0, 4294.0, 4273.0, 4315.0, 4275.0, 4304.0, 4275.0, 4303.0, 4274.0, 4272.0, 4285.0, 4263.0, 4304.0, 4274.0, 4303.0, 4264.0, 4325.0, 4289.0, 4276.0, 4284.0, 4285.0, 4314.0, 4274.0, 4314.0, 4284.0, 4272.0, 4324.0, 4264.0, 4301.0, 4272.0, 4301.0, 4261.0, 4250.0, 4300.0, 4250.0, 4278.0, 4249.0, 4288.0, 4259.0, 4279.0, 4258.0, 4249.0, 4270.0, 4248.0, 4267.0, 4259.0, 4278.0, 4247.0, 4288.0, 4250.0, 4298.0, 4258.0, 4259.0, 4250.0, 4238.0, 4268.0, 4247.0, 4278.0, 4249.0, 4289.0, 4260.0, 4300.0, 4261.0, 4290.0, 4260.0, 4237.0, 4249.0, 4248.0, 4281.0, 4261.0, 4300.0, 4262.0, 4290.0, 4262.0, 4291.0, 4261.0, 4302.0, 4282.0, 4262.0, 4284.0, 4274.0, 4303.0, 4263.0, 4303.0, 4274.0, 4323.0, 4274.0, 4252.0, 4274.0, 4262.0, 4293.0, 4272.0, 4315.0, 4273.0, 4315.0, 4274.0, 4262.0, 4283.0, 4273.0, 4326.0, 4275.0, 4313.0, 4264.0, 4302.0, 4271.0, 4289.0, 4271.0, 4250.0, 4300.0, 4259.0, 4280.0, 4251.0, 4280.0, 4248.0, 4287.0, 4259.0, 4249.0, 4301.0, 4249.0, 4301.0, 4250.0, 4288.0, 4261.0, 4258.0, 4248.0, 4238.0, 4291.0, 4250.0, 4310.0, 4251.0, 4288.0, 4251.0, 4258.0, 4258.0, 4238.0, 4293.0, 4261.0, 4302.0, 4264.0, 4292.0, 4274.0, 4292.0, 4273.0, 4254.0, 4275.0, 4263.0, 4305.0, 4275.0, 4324.0, 4274.0, 4324.0, 4264.0, 4293.0, 4261.0, 4250.0, 4272.0, 4261.0, 4314.0, 4252.0, 4302.0, 4264.0, 4252.0, 4263.0, 4262.0, 4314.0, 4263.0, 4313.0, 4275.0, 4263.0, 4272.0, 4262.0, 4323.0, 4274.0, 4301.0, 4263.0, 4271.0, 4259.0, 4251.0, 4302.0, 4261.0, 4311.0, 4262.0, 4251.0, 4261.0, 4258.0, 4301.0, 4262.0, 4311.0, 4271.0, 4239.0, 4258.0, 4251.0, 4279.0, 4252.0, 4290.0, 4261.0, 4250.0, 4301.0, 4249.0, 4301.0, 4249.0, 4300.0, 4250.0, 4288.0, 4259.0, 4249.0, 4259.0, 4250.0, 4279.0, 4252.0, 4301.0, 4272.0, 4250.0, 4282.0, 4263.0, 4291.0, 4251.0, 4302.0, 4264.0, 4313.0, 4253.0, 4291.0, 4262.0, 4239.0], 'WindowWidth': [9672.0, 9556.0, 9593.0, 9532.0, 9525.0, 9562.0, 9487.0, 9556.0, 9471.0, 9496.0, 9458.0, 9441.0, 9514.0, 9457.0, 9541.0, 9472.0, 9456.0, 9468.0, 9436.0, 9490.0, 9437.0, 9503.0, 9452.0, 9475.0, 9431.0, 9413.0, 9468.0, 9434.0, 9499.0, 9450.0, 9441.0, 9417.0, 9416.0, 9458.0, 9432.0, 9489.0, 9453.0, 9473.0, 9434.0, 9421.0, 9462.0, 9434.0, 9505.0, 9473.0, 9444.0, 9474.0, 9460.0, 9494.0, 9473.0, 9445.0, 9500.0, 9459.0, 9527.0, 9468.0, 9452.0, 9484.0, 9455.0, 9520.0, 9453.0, 9488.0, 9447.0, 9418.0, 9472.0, 9430.0, 9495.0, 9428.0, 9495.0, 9441.0, 9407.0, 9437.0, 9407.0, 9461.0, 9410.0, 9458.0, 9427.0, 9426.0, 9424.0, 9428.0, 9430.0, 9435.0, 9458.0, 9453.0, 9482.0, 9475.0, 9445.0, 9499.0, 9464.0, 9500.0, 9471.0, 9523.0, 9476.0, 9525.0, 9473.0, 9494.0, 9453.0, 9438.0, 9467.0, 9451.0, 9525.0, 9455.0, 9490.0, 9439.0, 9486.0, 9451.0, 9462.0, 9463.0, 9430.0, 9491.0, 9447.0, 9474.0, 9452.0, 9506.0, 9468.0, 9419.0, 9480.0, 9434.0, 9475.0, 9437.0, 9488.0, 9451.0, 9449.0, 9463.0, 9434.0, 9489.0, 9437.0, 9500.0, 9452.0, 9420.0, 9490.0, 9436.0, 9498.0, 9444.0, 9413.0, 9454.0, 9428.0, 9496.0, 9431.0, 9453.0, 9428.0, 9406.0, 9467.0, 9426.0, 9458.0, 9410.0, 9463.0, 9450.0, 9436.0, 9463.0, 9454.0, 9478.0, 9452.0, 9486.0, 9454.0, 9489.0, 9469.0, 9465.0, 9487.0, 9455.0, 9503.0, 9444.0, 9496.0, 9463.0, 9548.0, 9484.0, 9487.0, 9511.0, 9496.0, 9553.0, 9500.0, 9518.0, 9520.0, 9475.0, 9509.0, 9469.0, 9477.0, 9464.0, 9440.0, 9496.0, 9469.0, 9522.0, 9469.0, 9469.0, 9468.0, 9440.0, 9512.0, 9450.0, 9506.0, 9448.0, 9419.0, 9465.0, 9450.0, 9501.0, 9453.0, 9504.0, 9462.0, 9430.0, 9471.0, 9434.0, 9480.0, 9446.0, 9451.0, 9442.0, 9410.0, 9482.0, 9410.0, 9480.0, 9412.0, 9471.0, 9421.0, 9428.0, 9422.0, 9405.0, 9447.0, 9422.0, 9446.0, 9431.0, 9469.0, 9450.0, 9488.0, 9456.0, 9423.0, 9451.0, 9421.0, 9447.0, 9416.0, 9477.0, 9433.0, 9507.0, 9451.0, 9492.0, 9452.0, 9489.0, 9449.0, 9501.0, 9464.0, 9447.0, 9451.0, 9433.0, 9458.0, 9443.0, 9486.0, 9452.0, 9502.0, 9464.0, 9460.0, 9450.0, 9419.0, 9447.0, 9415.0, 9470.0, 9430.0, 9502.0, 9432.0, 9483.0, 9418.0, 9464.0, 9429.0, 9426.0, 9429.0, 9415.0, 9443.0, 9428.0, 9467.0, 9435.0, 9499.0, 9450.0, 9421.0, 9462.0, 9447.0, 9485.0, 9435.0, 9497.0, 9450.0, 9408.0, 9475.0, 9448.0, 9470.0, 9431.0, 9496.0, 9443.0, 9416.0, 9467.0, 9432.0, 9499.0, 9433.0, 9479.0, 9455.0, 9452.0, 9468.0, 9410.0, 9451.0, 9428.0, 9450.0, 9428.0, 9442.0, 9448.0, 9446.0, 9468.0, 9438.0, 9510.0, 9458.0, 9495.0, 9437.0, 9487.0, 9446.0, 9501.0, 9438.0, 9500.0, 9453.0, 9490.0, 9454.0, 9489.0, 9464.0, 9436.0, 9477.0, 9436.0, 9458.0, 9440.0, 9467.0, 9446.0, 9483.0, 9450.0, 9502.0, 9453.0, 9420.0, 9447.0, 9418.0, 9476.0, 9432.0, 9504.0, 9437.0, 9485.0, 9435.0, 9482.0, 9448.0, 9465.0, 9446.0, 9417.0, 9455.0, 9437.0, 9471.0, 9433.0, 9485.0, 9448.0, 9461.0, 9438.0, 9424.0, 9460.0, 9437.0, 9489.0, 9438.0, 9501.0, 9464.0, 9418.0, 9433.0, 9428.0, 9469.0, 9434.0, 9482.0, 9433.0, 9485.0, 9461.0, 9417.0, 9468.0, 9428.0, 9477.0, 9412.0, 9475.0, 9426.0, 9395.0, 9423.0, 9411.0, 9451.0, 9425.0, 9482.0, 9433.0, 9471.0, 9444.0, 9426.0, 9445.0, 9443.0, 9457.0, 9428.0, 9488.0, 9449.0, 9473.0, 9449.0, 9485.0, 9453.0, 9504.0, 9453.0, 9422.0, 9447.0, 9429.0, 9488.0, 9452.0, 9518.0, 9456.0, 9454.0, 9452.0, 9437.0, 9494.0, 9457.0, 9521.0, 9459.0, 9442.0, 9471.0, 9452.0, 9512.0, 9470.0, 9523.0, 9499.0, 9448.0, 9449.0, 9429.0, 9467.0, 9431.0, 9497.0, 9459.0, 9414.0, 9457.0, 9433.0, 9477.0, 9426.0, 9404.0, 9436.0, 9405.0, 9478.0, 9424.0, 9476.0, 9409.0, 9416.0, 9418.0, 9403.0, 9452.0, 9444.0, 9465.0, 9447.0, 9422.0, 9452.0, 9420.0, 9466.0, 9439.0, 9507.0, 9449.0, 9477.0, 9455.0, 9496.0, 9455.0, 9520.0, 9473.0, 9436.0, 9470.0, 9452.0, 9495.0, 9472.0, 9520.0, 9473.0, 9442.0, 9534.0, 9473.0, 9526.0, 9461.0, 9489.0, 9453.0, 9437.0, 9477.0, 9447.0, 9492.0, 9454.0, 9490.0, 9451.0, 9490.0, 9509.0, 9432.0, 9503.0, 9431.0, 9469.0, 9430.0, 9413.0, 9457.0, 9441.0, 9499.0, 9430.0, 9449.0, 9426.0, 9398.0, 9452.0, 9423.0, 9477.0, 9429.0, 9479.0, 9455.0, 9417.0, 9409.0, 9405.0, 9446.0, 9401.0, 9442.0, 9404.0, 9459.0, 9424.0, 9420.0, 9410.0, 9395.0, 9411.0, 9422.0, 9471.0, 9451.0, 9500.0, 9432.0, 9483.0, 9447.0, 9442.0, 9448.0, 9433.0, 9503.0, 9453.0, 9491.0, 9452.0, 9487.0, 9464.0, 9464.0, 9484.0, 9448.0, 9508.0, 9472.0, 9491.0, 9455.0, 9478.0, 9482.0, 9454.0, 9495.0, 9457.0, 9490.0, 9457.0, 9518.0, 9469.0, 9424.0, 9491.0, 9448.0, 9483.0, 9431.0, 9481.0, 9445.0, 9427.0, 9471.0, 9428.0, 9467.0, 9428.0, 9461.0, 9427.0, 9477.0, 9428.0, 9444.0, 9434.0, 9408.0, 9481.0, 9424.0, 9465.0, 9427.0, 9430.0, 9420.0, 9392.0, 9430.0, 9428.0, 9464.0, 9452.0, 9507.0, 9473.0, 9506.0, 9458.0, 9485.0, 9449.0, 9500.0, 9454.0, 9488.0, 9451.0, 9424.0, 9448.0, 9415.0, 9459.0, 9427.0, 9501.0, 9434.0, 9482.0, 9432.0, 9456.0, 9431.0, 9428.0, 9447.0, 9436.0, 9506.0, 9453.0, 9494.0, 9475.0, 9486.0, 9453.0, 9486.0, 9453.0, 9438.0, 9451.0, 9451.0, 9490.0, 9439.0, 9499.0, 9467.0, 9501.0, 9434.0, 9418.0, 9414.0, 9412.0, 9453.0, 9428.0, 9479.0, 9416.0, 9467.0, 9432.0, 9415.0, 9429.0, 9416.0, 9458.0, 9431.0, 9484.0, 9432.0, 9483.0, 9436.0, 9466.0, 9429.0, 9415.0, 9461.0, 9448.0, 9462.0, 9437.0, 9471.0, 9449.0, 9504.0, 9457.0, 9501.0, 9440.0, 9458.0, 9433.0, 9472.0, 9450.0, 9472.0, 9450.0, 9418.0, 9451.0, 9424.0, 9481.0, 9452.0, 9511.0, 9458.0, 9493.0, 9456.0, 9490.0, 9454.0, 9450.0, 9470.0, 9438.0, 9494.0, 9455.0, 9491.0, 9442.0, 9524.0, 9484.0, 9462.0, 9467.0, 9471.0, 9510.0, 9456.0, 9506.0, 9468.0, 9449.0, 9522.0, 9439.0, 9485.0, 9447.0, 9482.0, 9430.0, 9411.0, 9480.0, 9413.0, 9448.0, 9412.0, 9460.0, 9425.0, 9449.0, 9422.0, 9408.0, 9438.0, 9406.0, 9432.0, 9423.0, 9445.0, 9406.0, 9459.0, 9412.0, 9473.0, 9423.0, 9422.0, 9413.0, 9393.0, 9436.0, 9405.0, 9448.0, 9411.0, 9464.0, 9428.0, 9480.0, 9431.0, 9466.0, 9427.0, 9393.0, 9412.0, 9408.0, 9456.0, 9429.0, 9483.0, 9433.0, 9469.0, 9436.0, 9472.0, 9434.0, 9489.0, 9465.0, 9436.0, 9468.0, 9455.0, 9490.0, 9439.0, 9490.0, 9455.0, 9518.0, 9454.0, 9423.0, 9453.0, 9436.0, 9478.0, 9451.0, 9510.0, 9453.0, 9510.0, 9456.0, 9437.0, 9466.0, 9451.0, 9527.0, 9458.0, 9505.0, 9440.0, 9486.0, 9445.0, 9465.0, 9444.0, 9413.0, 9484.0, 9425.0, 9454.0, 9416.0, 9453.0, 9412.0, 9460.0, 9426.0, 9411.0, 9485.0, 9413.0, 9482.0, 9417.0, 9463.0, 9429.0, 9421.0, 9410.0, 9395.0, 9470.0, 9414.0, 9495.0, 9416.0, 9463.0, 9417.0, 9421.0, 9425.0, 9397.0, 9476.0, 9433.0, 9488.0, 9441.0, 9475.0, 9454.0, 9476.0, 9452.0, 9427.0, 9458.0, 9440.0, 9496.0, 9456.0, 9522.0, 9455.0, 9522.0, 9441.0, 9476.0, 9431.0, 9414.0, 9447.0, 9431.0, 9507.0, 9423.0, 9489.0, 9441.0, 9420.0, 9438.0, 9435.0, 9508.0, 9439.0, 9506.0, 9456.0, 9437.0, 9450.0, 9435.0, 9518.0, 9453.0, 9487.0, 9435.0, 9442.0, 9426.0, 9415.0, 9487.0, 9431.0, 9497.0, 9433.0, 9416.0, 9429.0, 9423.0, 9484.0, 9434.0, 9497.0, 9443.0, 9397.0, 9423.0, 9417.0, 9450.0, 9421.0, 9468.0, 9434.0, 9415.0, 9484.0, 9414.0, 9484.0, 9413.0, 9478.0, 9415.0, 9463.0, 9426.0, 9410.0, 9426.0, 9415.0, 9450.0, 9421.0, 9485.0, 9451.0, 9417.0, 9462.0, 9437.0, 9471.0, 9419.0, 9486.0, 9439.0, 9503.0, 9424.0, 9471.0, 9433.0, 9400.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.0003887889273356402</td></tr>
<tr><td colspan=3>aqi</td><td>0.017611125720876586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.57519936515013</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2091549609237884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997458670323339</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>5278.48</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07121765615250676</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6147635524798154</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3120575486772097</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.254310400798506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.510273394695873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.17158885053725</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121999</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018567955121397972</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017583176493644714</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0307080168904985</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>35.2032</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5828</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.962</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308953.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>779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.7646</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7092</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.9964</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.5081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.5836</td></tr>
<tr><td colspan=3>tsnr</td><td>45.522737331921235</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>