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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0118/ses-01/func/sub-0118_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3decc294307d23b68ef0ece7b4e4e05c</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:18:58.332500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9987, -0.0280649, -0.0425566, 0.0326068, 0.993387, 0.110091]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838403</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>19</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4205, -7793, -7220, 353, -96, -30, -124, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01a5f125-d622-4c4b-8925-74d4ade41247||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679438591003418, 0.08748164027929306, -0.1058008149266243, 112.49258422851562], [0.07529605180025101, 2.6651833057403564, 0.30060654878616333, -113.4033203125], [-0.11417634040117264, -0.2953668236732483, 2.6811270713806152, -45.4360466003418], [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': ['161858.332500', '161858.792500', '161859.252500', '161859.712500', '161900.172500', '161900.632500', '161901.092500', '161901.552500', '161902.012500', '161902.472500', '161902.932500', '161903.392500', '161903.852500', '161904.312500', '161904.772500', '161905.232500', '161905.692500', '161906.152500', '161906.612500', '161907.072500', '161907.532500', '161907.992500', '161908.452500', '161908.912500', '161909.372500', '161909.832500', '161910.292500', '161910.752500', '161911.212500', '161911.672500', '161912.132500', '161912.592500', '161913.052500', '161913.512500', '161913.972500', '161914.432500', '161914.892500', '161915.352500', '161915.812500', '161916.272500', '161916.732500', '161917.192500', '161917.652500', '161918.112500', '161918.572500', '161919.032500', '161919.492500', '161919.952500', '161920.412500', '161920.872500', '161921.332500', '161921.792500', '161922.252500', '161922.712500', '161923.172500', '161923.632500', '161924.092500', '161924.552500', '161925.012500', '161925.472500', '161925.932500', '161926.392500', '161926.852500', '161927.312500', '161927.772500', '161928.232500', '161928.692500', '161929.152500', '161929.612500', '161930.072500', '161930.532500', '161930.992500', '161931.452500', '161931.912500', '161932.372500', '161932.832500', '161933.292500', '161933.752500', '161934.212500', '161934.672500', '161935.132500', '161935.592500', '161936.052500', '161936.512500', '161936.972500', '161937.432500', '161937.892500', '161938.352500', '161938.812500', '161939.272500', '161939.732500', '161940.192500', '161940.652500', '161941.112500', '161941.572500', '161942.032500', '161942.492500', '161942.952500', '161943.412500', '161943.872500', '161944.332500', '161944.792500', '161945.252500', '161945.712500', '161946.172500', '161946.632500', '161947.092500', '161947.552500', '161948.012500', '161948.472500', '161948.932500', '161949.392500', '161949.852500', '161950.312500', '161950.772500', '161951.232500', '161951.692500', '161952.152500', '161952.612500', '161953.072500', '161953.532500', '161953.992500', '161954.452500', '161954.912500', '161955.372500', '161955.832500', '161956.292500', '161956.752500', '161957.212500', '161957.672500', '161958.132500', '161958.592500', '161959.052500', '161959.512500', '161959.972500', '162000.432500', '162000.892500', '162001.352500', '162001.812500', '162002.272500', '162002.732500', '162003.192500', '162003.652500', '162004.112500', '162004.572500', '162005.032500', '162005.492500', '162005.952500', '162006.412500', '162006.872500', '162007.332500', '162007.792500', '162008.252500', '162008.712500', '162009.172500', '162009.632500', '162010.092500', '162010.552500', '162011.012500', '162011.472500', '162011.932500', '162012.392500', '162012.852500', '162013.312500', '162013.772500', '162014.232500', '162014.692500', '162015.152500', '162015.612500', '162016.072500', '162016.532500', '162016.992500', '162017.452500', '162017.912500', '162018.372500', '162018.832500', '162019.292500', '162019.752500', '162020.212500', '162020.672500', '162021.132500', '162021.592500', '162022.052500', '162022.512500', '162022.972500', '162023.432500', '162023.892500', '162024.352500', '162024.812500', '162025.272500', '162025.732500', '162026.192500', '162026.652500', '162027.112500', '162027.572500', '162028.032500', '162028.492500', '162028.952500', '162029.412500', '162029.872500', '162030.332500', '162030.792500', '162031.252500', '162031.712500', '162032.172500', '162032.632500', '162033.092500', '162033.552500', '162034.012500', '162034.472500', '162034.932500', '162035.392500', '162035.852500', '162036.312500', '162036.772500', '162037.232500', '162037.692500', '162038.152500', '162038.612500', '162039.072500', '162039.532500', '162039.992500', '162040.452500', '162040.912500', '162041.372500', '162041.832500', '162042.292500', '162042.752500', '162043.212500', '162043.672500', '162044.132500', '162044.592500', '162045.052500', '162045.512500', '162045.972500', '162046.432500', '162046.892500', '162047.352500', '162047.812500', '162048.272500', '162048.732500', '162049.192500', '162049.652500', '162050.112500', '162050.572500', '162051.032500', '162051.492500', '162051.952500', '162052.412500', '162052.872500', '162053.332500', '162053.792500', '162054.252500', '162054.712500', '162055.172500', '162055.632500', '162056.092500', '162056.552500', '162057.012500', '162057.472500', '162057.932500', '162058.392500', '162058.852500', '162059.312500', '162059.772500', '162100.232500', '162100.692500', '162101.152500', '162101.612500', '162102.072500', '162102.532500', '162102.992500', '162103.452500', '162103.912500', '162104.372500', '162104.832500', '162105.292500', '162105.752500', '162106.212500', '162106.672500', '162107.132500', '162107.592500', '162108.052500', '162108.512500', '162108.972500', '162109.432500', '162109.892500', '162110.352500', '162110.812500', '162111.272500', '162111.732500', '162112.192500', '162112.652500', '162113.112500', '162113.572500', '162114.032500', '162114.492500', '162114.952500', '162115.412500', '162115.872500', '162116.332500', '162116.792500', '162117.252500', '162117.712500', '162118.172500', '162118.632500', '162119.092500', '162119.552500', '162120.012500', '162120.472500', '162120.932500', '162121.392500', '162121.852500', '162122.312500', '162122.772500', '162123.232500', '162123.692500', '162124.152500', '162124.612500', '162125.072500', '162125.532500', '162125.992500', '162126.452500', '162126.912500', '162127.372500', '162127.832500', '162128.292500', '162128.752500', '162129.212500', '162129.672500', '162130.132500', '162130.592500', '162131.052500', '162131.512500', '162131.972500', '162132.432500', '162132.892500', '162133.352500', '162133.812500', '162134.272500', '162134.732500', '162135.192500', '162135.652500', '162136.112500', '162136.572500', '162137.032500', '162137.492500', '162137.952500', '162138.412500', '162138.872500', '162139.332500', '162139.792500', '162140.252500', '162140.712500', '162141.172500', '162141.632500', '162142.092500', '162142.552500', '162143.012500', '162143.472500', '162143.932500', '162144.392500', '162144.852500', '162145.312500', '162145.772500', '162146.232500', '162146.692500', '162147.152500', '162147.612500', '162148.072500', '162148.532500', '162148.992500', '162149.452500', '162149.912500', '162150.372500', '162150.832500', '162151.292500', '162151.752500', '162152.212500', '162152.672500', '162153.132500', '162153.592500', '162154.052500', '162154.512500', '162154.972500', '162155.432500', '162155.892500', '162156.352500', '162156.812500', '162157.272500', '162157.732500', '162158.192500', '162158.652500', '162159.112500', '162159.572500', '162200.032500', '162200.492500', '162200.952500', '162201.412500', '162201.872500', '162202.332500', '162202.792500', '162203.252500', '162203.712500', '162204.172500', '162204.632500', '162205.092500', '162205.552500', '162206.012500', '162206.472500', '162206.932500', '162207.392500', '162207.852500', '162208.312500', '162208.772500', '162209.232500', '162209.692500', '162210.152500', '162210.612500', '162211.072500', '162211.532500', '162211.992500', '162212.452500', '162212.912500', '162213.372500', '162213.832500', '162214.292500', '162214.752500', '162215.212500', '162215.672500', '162216.132500', '162216.592500', '162217.052500', '162217.512500', '162217.972500', '162218.432500', '162218.892500', '162219.352500', '162219.812500', '162220.272500', '162220.732500', '162221.192500', '162221.652500', '162222.112500', '162222.572500', '162223.032500', '162223.492500', '162223.952500', '162224.412500', '162224.872500', '162225.332500', '162225.792500', '162226.252500', '162226.712500', '162227.172500', '162227.632500', '162228.092500', '162228.552500', '162229.012500', '162229.472500', '162229.932500', '162230.392500', '162230.852500', '162231.312500', '162231.772500', '162232.232500', '162232.692500', '162233.152500', '162233.612500', '162234.072500', '162234.532500', '162234.992500', '162235.452500', '162235.912500', '162236.372500', '162236.832500', '162237.292500', '162237.752500', '162238.212500', '162238.672500', '162239.132500', '162239.592500', '162240.052500', '162240.512500', '162240.972500', '162241.432500', '162241.892500', '162242.352500', '162242.812500', '162243.272500', '162243.732500', '162244.192500', '162244.652500', '162245.112500', '162245.572500', '162246.032500', '162246.492500', '162246.952500', '162247.412500', '162247.872500', '162248.332500', '162248.792500', '162249.252500', '162249.712500', '162250.172500', '162250.632500', '162251.092500', '162251.552500', '162252.012500', '162252.472500', '162252.932500', '162253.392500', '162253.852500', '162254.312500', '162254.772500', '162255.232500', '162255.692500', '162256.152500', '162256.612500', '162257.072500', '162257.532500', '162257.992500', '162258.452500', '162258.912500', '162259.372500', '162259.832500', '162300.292500', '162300.752500', '162301.212500', '162301.672500', '162302.132500', '162302.592500', '162303.052500', '162303.512500', '162303.972500', '162304.432500', '162304.892500', '162305.352500', '162305.812500', '162306.272500', '162306.732500', '162307.192500', '162307.652500', '162308.112500', '162308.572500', '162309.032500', '162309.492500', '162309.952500', '162310.412500', '162310.872500', '162311.332500', '162311.792500', '162312.252500', '162312.712500', '162313.172500', '162313.632500', '162314.092500', '162314.552500', '162315.012500', '162315.472500', '162315.932500', '162316.392500', '162316.852500', '162317.312500', '162317.772500', '162318.232500', '162318.692500', '162319.152500', '162319.612500', '162320.072500', '162320.532500', '162320.992500', '162321.452500', '162321.912500', '162322.372500', '162322.832500', '162323.292500', '162323.752500', '162324.212500', '162324.672500', '162325.132500', '162325.592500', '162326.052500', '162326.512500', '162326.972500', '162327.432500', '162327.892500', '162328.352500', '162328.812500', '162329.272500', '162329.732500', '162330.192500', '162330.652500', '162331.112500', '162331.572500', '162332.032500', '162332.492500', '162332.952500', '162333.412500', '162333.872500', '162334.332500', '162334.792500', '162335.252500', '162335.712500', '162336.172500', '162336.632500', '162337.092500', '162337.552500', '162338.012500', '162338.472500', '162338.932500', '162339.392500', '162339.852500', '162340.312500', '162340.772500', '162341.232500', '162341.692500', '162342.152500', '162342.612500', '162343.072500', '162343.532500', '162343.992500', '162344.452500', '162344.912500', '162345.372500', '162345.832500', '162346.292500', '162346.752500', '162347.212500', '162347.672500', '162348.132500', '162348.592500', '162349.052500', '162349.512500', '162349.972500', '162350.432500', '162350.892500', '162351.352500', '162351.812500', '162352.272500', '162352.732500', '162353.192500', '162353.652500', '162354.112500', '162354.572500', '162355.032500', '162355.492500', '162355.952500', '162356.412500', '162356.872500', '162357.332500', '162357.792500', '162358.252500', '162358.712500', '162359.172500', '162359.632500', '162400.092500', '162400.552500', '162401.012500', '162401.472500', '162401.932500', '162402.392500', '162402.852500', '162403.312500', '162403.772500', '162404.232500', '162404.692500', '162405.152500', '162405.612500', '162406.072500', '162406.532500', '162406.992500', '162407.452500', '162407.912500', '162408.372500', '162408.832500', '162409.292500', '162409.752500', '162410.212500', '162410.672500', '162411.132500', '162411.592500', '162412.052500', '162412.512500', '162412.972500', '162413.432500', '162413.892500', '162414.352500', '162414.812500', '162415.272500', '162415.732500', '162416.192500', '162416.652500', '162417.112500', '162417.572500', '162418.032500', '162418.492500', '162418.952500', '162419.412500', '162419.872500', '162420.332500', '162420.792500', '162421.252500', '162421.712500', '162422.172500', '162422.632500', '162423.092500', '162423.552500', '162424.012500', '162424.472500', '162424.932500', '162425.392500', '162425.852500', '162426.312500', '162426.772500', '162427.232500', '162427.692500', '162428.152500', '162428.612500', '162429.072500', '162429.532500', '162429.992500', '162430.452500', '162430.912500', '162431.372500', '162431.832500', '162432.292500', '162432.752500', '162433.212500', '162433.672500', '162434.132500', '162434.592500', '162435.052500', '162435.512500', '162435.972500', '162436.432500', '162436.892500', '162437.352500', '162437.812500', '162438.272500', '162438.732500', '162439.192500', '162439.652500', '162440.112500', '162440.572500', '162441.032500', '162441.492500', '162441.952500', '162442.412500', '162442.872500', '162443.332500', '162443.792500', '162444.252500', '162444.712500', '162445.172500', '162445.632500', '162446.092500', '162446.552500', '162447.012500', '162447.472500', '162447.932500', '162448.392500', '162448.852500', '162449.312500', '162449.772500', '162450.232500', '162450.692500', '162451.152500', '162451.612500', '162452.072500', '162452.532500', '162452.992500', '162453.452500', '162453.912500', '162454.372500', '162454.832500', '162455.292500', '162455.752500', '162456.212500', '162456.672500', '162457.132500', '162457.592500', '162458.052500', '162458.512500', '162458.972500', '162459.432500', '162459.892500', '162500.352500', '162500.812500', '162501.272500', '162501.732500', '162502.192500', '162502.652500', '162503.112500', '162503.572500', '162504.032500', '162504.492500', '162504.952500', '162505.412500', '162505.872500', '162506.332500', '162506.792500', '162507.252500', '162507.712500', '162508.172500', '162508.632500', '162509.092500', '162509.552500', '162510.012500', '162510.472500', '162510.932500', '162511.392500', '162511.852500', '162512.312500', '162512.772500', '162513.232500', '162513.692500', '162514.152500', '162514.612500', '162515.072500', '162515.532500', '162515.992500', '162516.452500', '162516.912500', '162517.372500', '162517.832500', '162518.292500', '162518.752500', '162519.212500', '162519.672500', '162520.132500', '162520.592500', '162521.052500', '162521.512500', '162521.972500', '162522.432500', '162522.892500', '162523.352500', '162523.812500', '162524.272500', '162524.732500', '162525.192500', '162525.652500', '162526.112500', '162526.572500', '162527.032500', '162527.492500', '162527.952500', '162528.412500', '162528.872500', '162529.332500', '162529.792500', '162530.252500', '162530.712500', '162531.172500', '162531.632500', '162532.092500', '162532.552500', '162533.012500', '162533.472500', '162533.932500', '162534.392500', '162534.852500', '162535.312500', '162535.772500', '162536.232500', '162536.692500', '162537.152500', '162537.612500', '162538.072500', '162538.532500', '162538.992500'], 'ContentTime': ['161922.820000', '161922.824000', '161922.826000', '161922.829000', '161922.832000', '161922.834000', '161922.837000', '161922.839000', '161922.842000', '161922.844000', '161922.847000', '161922.849000', '161922.852000', '161922.855000', '161922.857000', '161922.860000', '161922.862000', '161922.865000', '161922.867000', '161922.870000', '161922.873000', '161922.875000', '161922.878000', '161922.880000', '161922.883000', '161922.886000', '161922.888000', '161922.891000', '161922.894000', '161922.896000', '161922.899000', '161922.901000', '161922.904000', '161922.906000', '161922.909000', '161922.911000', '161922.914000', '161922.916000', '161922.919000', '161922.922000', '161922.924000', '161922.932000', '161922.935000', '161922.937000', '161922.940000', '161922.943000', '161922.945000', '161922.948000', '161922.950000', '161922.953000', '161942.784000', '161942.786000', '161942.789000', '161942.792000', '161942.794000', '161942.797000', '161942.799000', '161942.802000', '161942.804000', '161942.807000', '161942.810000', '161942.812000', '161942.815000', '161942.817000', '161942.831000', '161942.833000', '161942.836000', '161942.838000', '161942.841000', '161942.844000', '161942.846000', '161942.849000', '161942.851000', '161942.854000', '161942.856000', '161942.859000', '161942.861000', '161942.864000', '161942.866000', '161942.869000', '161942.872000', '161942.874000', '161942.877000', '161942.879000', '161942.882000', '161942.885000', '161942.887000', '161942.890000', '161942.892000', '161942.895000', '161942.897000', '161942.900000', '161942.902000', '162002.784000', '162002.786000', '162002.789000', '162002.791000', '162002.794000', '162002.797000', '162002.799000', '162002.803000', '162002.806000', '162002.808000', '162002.811000', '162002.813000', '162002.816000', '162002.818000', '162002.821000', '162002.823000', '162002.826000', '162002.828000', '162002.831000', '162002.843000', '162002.846000', '162002.848000', '162002.851000', '162002.853000', '162002.856000', '162002.858000', '162002.861000', '162002.864000', '162002.866000', '162002.869000', '162002.871000', '162002.874000', '162002.877000', '162002.879000', '162002.882000', '162002.884000', '162002.887000', '162002.889000', '162002.892000', '162002.895000', '162002.897000', '162002.900000', '162002.902000', '162002.905000', '162022.785000', '162022.787000', '162022.790000', '162022.793000', '162022.795000', '162022.798000', '162022.800000', '162022.803000', '162022.806000', '162022.808000', '162022.811000', '162022.813000', '162022.816000', '162022.818000', '162022.821000', '162022.824000', '162022.826000', '162022.829000', '162022.831000', '162022.834000', '162022.837000', '162022.839000', '162022.842000', '162022.844000', '162022.847000', '162022.849000', '162022.852000', '162022.855000', '162022.857000', '162022.860000', '162022.862000', '162022.865000', '162022.868000', '162022.870000', '162022.873000', '162022.876000', '162022.878000', '162022.881000', '162022.890000', '162022.892000', '162022.895000', '162022.898000', '162022.900000', '162042.784000', '162042.787000', '162042.790000', '162042.792000', '162042.795000', '162042.797000', '162042.800000', '162042.803000', '162042.805000', '162042.808000', '162042.811000', '162042.813000', '162042.816000', '162042.818000', '162042.821000', '162042.824000', '162042.826000', '162042.829000', '162042.831000', '162042.834000', '162042.837000', '162042.839000', '162042.842000', '162042.844000', '162042.847000', '162042.849000', '162042.852000', '162042.854000', '162042.857000', '162042.860000', '162042.862000', '162042.865000', '162042.867000', '162042.870000', '162042.872000', '162042.875000', '162042.877000', '162042.880000', '162042.883000', '162042.885000', '162042.888000', '162042.911000', '162042.914000', '162042.916000', '162102.783000', '162102.786000', '162102.789000', '162102.792000', '162102.794000', '162102.797000', '162102.799000', '162102.802000', '162102.804000', '162102.807000', '162102.810000', '162102.812000', '162102.815000', '162102.817000', '162102.820000', '162102.822000', '162102.825000', '162102.828000', '162102.830000', '162102.833000', '162102.835000', '162102.838000', '162102.841000', '162102.843000', '162102.846000', '162102.848000', '162102.851000', '162102.853000', '162102.856000', '162102.858000', '162102.861000', '162102.864000', '162102.866000', '162102.869000', '162102.871000', '162102.874000', '162102.877000', '162102.879000', '162102.882000', '162102.884000', '162102.887000', '162102.889000', '162102.892000', '162122.784000', '162122.787000', '162122.789000', '162122.792000', '162122.795000', '162122.797000', '162122.800000', '162122.802000', '162122.805000', '162122.808000', '162122.810000', '162122.813000', '162122.815000', '162122.818000', '162122.821000', '162122.823000', '162122.826000', '162122.828000', '162122.831000', '162122.833000', '162122.836000', '162122.838000', '162122.841000', '162122.844000', '162122.846000', '162122.849000', '162122.852000', '162122.854000', '162122.857000', '162122.859000', '162122.862000', '162122.865000', '162122.867000', '162122.870000', '162122.872000', '162122.875000', '162122.877000', '162122.880000', '162122.883000', '162122.885000', '162122.888000', '162122.890000', '162122.893000', '162142.783000', '162142.786000', '162142.789000', '162142.791000', '162142.794000', '162142.796000', '162142.799000', '162142.802000', '162142.804000', '162142.807000', '162142.809000', '162142.812000', '162142.815000', '162142.817000', '162142.820000', '162142.829000', '162142.832000', '162142.834000', '162142.837000', '162142.839000', '162142.842000', '162142.845000', '162142.847000', '162142.850000', '162142.852000', '162142.855000', '162142.857000', '162142.860000', '162142.863000', '162142.865000', '162142.868000', '162142.870000', '162142.873000', '162142.876000', '162142.878000', '162142.881000', '162142.883000', '162142.886000', '162142.895000', '162142.897000', '162142.900000', '162142.902000', '162142.905000', '162142.907000', '162202.783000', '162202.786000', '162202.789000', '162202.792000', '162202.795000', '162202.797000', '162202.800000', '162202.803000', '162202.805000', '162202.808000', '162202.810000', '162202.813000', '162202.816000', '162202.818000', '162202.821000', '162202.823000', '162202.826000', '162202.828000', '162202.831000', '162202.834000', '162202.836000', '162202.839000', '162202.841000', '162202.844000', '162202.846000', '162202.849000', '162202.852000', '162202.854000', '162202.857000', '162202.859000', '162202.862000', '162202.865000', '162202.867000', '162202.870000', '162202.872000', '162202.875000', '162202.878000', '162202.880000', '162202.883000', '162202.885000', '162202.888000', '162202.891000', '162202.893000', '162222.784000', '162222.786000', '162222.789000', '162222.792000', '162222.794000', '162222.797000', '162222.799000', '162222.802000', '162222.805000', '162222.807000', '162222.810000', '162222.812000', '162222.815000', '162222.818000', '162222.820000', '162222.823000', '162222.825000', '162222.828000', '162222.831000', '162222.833000', '162222.836000', '162222.838000', '162222.841000', '162222.843000', '162222.846000', '162222.849000', '162222.851000', '162222.854000', '162222.857000', '162222.859000', '162222.862000', '162222.864000', '162222.867000', '162222.870000', '162222.872000', '162222.875000', '162222.877000', '162222.880000', '162222.883000', '162222.885000', '162222.888000', '162222.890000', '162222.893000', '162222.896000', '162242.785000', '162242.787000', '162242.790000', '162242.793000', '162242.795000', '162242.798000', '162242.800000', '162242.803000', '162242.806000', '162242.808000', '162242.811000', '162242.813000', '162242.816000', '162242.824000', '162242.827000', '162242.830000', '162242.832000', '162242.835000', '162242.837000', '162242.840000', '162242.842000', '162242.845000', '162242.848000', '162242.850000', '162242.853000', '162242.855000', '162242.858000', '162242.861000', '162242.863000', '162242.866000', '162242.868000', '162242.871000', '162242.874000', '162242.876000', '162242.879000', '162242.881000', '162242.884000', '162242.887000', '162242.889000', '162242.892000', '162242.895000', '162242.897000', '162242.900000', '162302.785000', '162302.787000', '162302.790000', '162302.793000', '162302.795000', '162302.798000', '162302.801000', '162302.803000', '162302.806000', '162302.808000', '162302.811000', '162302.814000', '162302.816000', '162302.819000', '162302.821000', '162302.824000', '162302.827000', '162302.829000', '162302.832000', '162302.834000', '162302.837000', '162302.840000', '162302.842000', '162302.845000', '162302.847000', '162302.850000', '162302.853000', '162302.855000', '162302.858000', '162302.860000', '162302.863000', '162302.866000', '162302.868000', '162302.871000', '162302.873000', '162302.876000', '162302.878000', '162302.881000', '162302.883000', '162302.886000', '162302.903000', '162302.905000', '162302.908000', '162302.911000', '162322.783000', '162322.786000', '162322.789000', '162322.792000', '162322.794000', '162322.797000', '162322.800000', '162322.802000', '162322.805000', '162322.807000', '162322.810000', '162322.813000', '162322.815000', '162322.818000', '162322.821000', '162322.823000', '162322.826000', '162322.828000', '162322.831000', '162322.834000', '162322.837000', '162322.840000', '162322.842000', '162322.845000', '162322.848000', '162322.850000', '162322.853000', '162322.855000', '162322.858000', '162322.861000', '162322.863000', '162322.866000', '162322.868000', '162322.871000', '162322.874000', '162322.876000', '162322.879000', '162322.881000', '162322.884000', '162322.887000', '162322.889000', '162322.892000', '162322.895000', '162342.784000', '162342.786000', '162342.789000', '162342.792000', '162342.794000', '162342.797000', '162342.799000', '162342.802000', '162342.805000', '162342.807000', '162342.810000', '162342.812000', '162342.815000', '162342.818000', '162342.820000', '162342.823000', '162342.825000', '162342.828000', '162342.830000', '162342.833000', '162342.836000', '162342.838000', '162342.841000', '162342.843000', '162342.846000', '162342.848000', '162342.851000', '162342.854000', '162342.856000', '162342.859000', '162342.861000', '162342.864000', '162342.866000', '162342.869000', '162342.872000', '162342.874000', '162342.877000', '162342.880000', '162342.882000', '162342.885000', '162342.887000', '162342.890000', '162342.892000', '162342.895000', '162402.784000', '162402.787000', '162402.789000', '162402.792000', '162402.795000', '162402.797000', '162402.800000', '162402.802000', '162402.805000', '162402.808000', '162402.810000', '162402.813000', '162402.815000', '162402.818000', '162402.821000', '162402.823000', '162402.826000', '162402.828000', '162402.831000', '162402.833000', '162402.836000', '162402.839000', '162402.841000', '162402.844000', '162402.846000', '162402.849000', '162402.852000', '162402.854000', '162402.857000', '162402.860000', '162402.862000', '162402.865000', '162402.867000', '162402.870000', '162402.873000', '162402.875000', '162402.878000', '162402.880000', '162402.883000', '162402.886000', '162402.888000', '162402.891000', '162402.893000', '162422.783000', '162422.786000', '162422.789000', '162422.792000', '162422.794000', '162422.797000', '162422.799000', '162422.802000', '162422.805000', '162422.807000', '162422.810000', '162422.812000', '162422.815000', '162422.818000', '162422.820000', '162422.823000', '162422.826000', '162422.828000', '162422.831000', '162422.833000', '162422.836000', '162422.839000', '162422.841000', '162422.844000', '162422.846000', '162422.849000', '162422.852000', '162422.854000', '162422.857000', '162422.859000', '162422.862000', '162422.864000', '162422.867000', '162422.870000', '162422.872000', '162422.875000', '162422.877000', '162422.880000', '162422.883000', '162422.885000', '162422.888000', '162422.890000', '162422.893000', '162422.896000', '162442.784000', '162442.786000', '162442.789000', '162442.792000', '162442.794000', '162442.797000', '162442.800000', '162442.828000', '162442.830000', '162442.833000', '162442.835000', '162442.838000', '162442.840000', '162442.843000', '162442.846000', '162442.848000', '162442.851000', '162442.853000', '162442.856000', '162442.859000', '162442.861000', '162442.864000', '162442.866000', '162442.869000', '162442.872000', '162442.875000', '162442.878000', '162442.880000', '162442.883000', '162442.886000', '162442.888000', '162442.891000', '162442.893000', '162442.896000', '162442.899000', '162442.901000', '162442.904000', '162442.906000', '162442.909000', '162442.912000', '162442.914000', '162442.917000', '162442.919000', '162502.784000', '162502.787000', '162502.790000', '162502.792000', '162502.795000', '162502.798000', '162502.800000', '162502.805000', '162502.807000', '162502.810000', '162502.813000', '162502.815000', '162502.818000', '162502.820000', '162502.823000', '162502.825000', '162502.828000', '162502.831000', '162502.833000', '162502.836000', '162502.838000', '162502.841000', '162502.844000', '162502.846000', '162502.849000', '162502.851000', '162502.854000', '162502.856000', '162502.859000', '162502.862000', '162502.864000', '162502.867000', '162502.869000', '162502.872000', '162502.875000', '162502.877000', '162502.880000', '162502.882000', '162502.885000', '162502.888000', '162502.890000', '162502.893000', '162502.895000', '162502.898000', '162522.785000', '162522.787000', '162522.790000', '162522.793000', '162522.795000', '162522.798000', '162522.801000', '162522.803000', '162522.806000', '162522.808000', '162522.811000', '162522.813000', '162522.816000', '162522.818000', '162522.821000', '162522.824000', '162522.826000', '162522.829000', '162522.831000', '162522.834000', '162522.837000', '162522.839000', '162522.842000', '162522.844000', '162522.847000', '162522.849000', '162522.852000', '162522.855000', '162522.859000', '162522.861000', '162522.864000', '162522.867000', '162522.869000', '162522.872000', '162522.875000', '162522.877000', '162522.880000', '162522.882000', '162522.885000', '162522.888000', '162522.890000', '162522.893000', '162522.895000', '162540.775000', '162540.778000', '162540.781000', '162540.784000', '162540.786000', '162540.789000', '162540.791000', '162540.794000', '162540.797000', '162540.799000', '162540.802000', '162540.805000', '162540.807000', '162540.810000', '162540.813000', '162540.815000', '162540.818000', '162540.821000', '162540.823000', '162540.826000', '162540.829000', '162540.832000', '162540.835000', '162540.837000', '162540.841000', '162540.844000', '162540.849000', '162540.852000', '162540.855000', '162540.858000', '162540.861000', '162540.863000', '162540.866000', '162540.869000', '162540.873000', '162540.876000', '162540.879000', '162540.884000', '162540.914000', '162540.917000'], 'InstanceCreationTime': ['161922.820000', '161922.824000', '161922.826000', '161922.829000', '161922.832000', '161922.834000', '161922.837000', '161922.839000', '161922.842000', '161922.844000', '161922.847000', '161922.849000', '161922.852000', '161922.855000', '161922.857000', '161922.860000', '161922.862000', '161922.865000', '161922.867000', '161922.870000', '161922.873000', '161922.875000', '161922.878000', '161922.880000', '161922.883000', '161922.886000', '161922.888000', '161922.891000', '161922.894000', '161922.896000', '161922.899000', '161922.901000', '161922.904000', '161922.906000', '161922.909000', '161922.911000', '161922.914000', '161922.916000', '161922.919000', '161922.922000', '161922.924000', '161922.932000', '161922.935000', '161922.937000', '161922.940000', '161922.943000', '161922.945000', '161922.948000', '161922.950000', '161922.953000', '161942.784000', '161942.786000', '161942.789000', '161942.792000', '161942.794000', '161942.797000', '161942.799000', '161942.802000', '161942.804000', '161942.807000', '161942.810000', '161942.812000', '161942.815000', '161942.817000', '161942.831000', '161942.833000', '161942.836000', '161942.838000', '161942.841000', '161942.844000', '161942.846000', '161942.849000', '161942.851000', '161942.854000', '161942.856000', '161942.859000', '161942.861000', '161942.864000', '161942.866000', '161942.869000', '161942.872000', '161942.874000', '161942.877000', '161942.879000', '161942.882000', '161942.885000', '161942.887000', '161942.890000', '161942.892000', '161942.895000', '161942.897000', '161942.900000', '161942.902000', '162002.784000', '162002.786000', '162002.789000', '162002.791000', '162002.794000', '162002.797000', '162002.799000', '162002.803000', '162002.806000', '162002.808000', '162002.811000', '162002.813000', '162002.816000', '162002.818000', '162002.821000', '162002.823000', '162002.826000', '162002.828000', '162002.831000', '162002.843000', '162002.846000', '162002.848000', '162002.851000', '162002.853000', '162002.856000', '162002.858000', '162002.861000', '162002.864000', '162002.866000', '162002.869000', '162002.871000', '162002.874000', '162002.877000', '162002.879000', '162002.882000', '162002.884000', '162002.887000', '162002.889000', '162002.892000', '162002.895000', '162002.897000', '162002.900000', '162002.902000', '162002.905000', '162022.785000', '162022.787000', '162022.790000', '162022.793000', '162022.795000', '162022.798000', '162022.800000', '162022.803000', '162022.806000', '162022.808000', '162022.811000', '162022.813000', '162022.816000', '162022.818000', '162022.821000', '162022.824000', '162022.826000', '162022.829000', '162022.831000', '162022.834000', '162022.837000', '162022.839000', '162022.842000', '162022.844000', '162022.847000', '162022.849000', '162022.852000', '162022.855000', '162022.857000', '162022.860000', '162022.862000', '162022.865000', '162022.868000', '162022.870000', '162022.873000', '162022.876000', '162022.878000', '162022.881000', '162022.890000', '162022.892000', '162022.895000', '162022.898000', '162022.900000', '162042.784000', '162042.787000', '162042.790000', '162042.792000', '162042.795000', '162042.797000', '162042.800000', '162042.803000', '162042.805000', '162042.808000', '162042.811000', '162042.813000', '162042.816000', '162042.818000', '162042.821000', '162042.824000', '162042.826000', '162042.829000', '162042.831000', '162042.834000', '162042.837000', '162042.839000', '162042.842000', '162042.844000', '162042.847000', '162042.849000', '162042.852000', '162042.854000', '162042.857000', '162042.860000', '162042.862000', '162042.865000', '162042.867000', '162042.870000', '162042.872000', '162042.875000', '162042.877000', '162042.880000', '162042.883000', '162042.885000', '162042.888000', '162042.911000', '162042.914000', '162042.916000', '162102.783000', '162102.786000', '162102.789000', '162102.792000', '162102.794000', '162102.797000', '162102.799000', '162102.802000', '162102.804000', '162102.807000', '162102.810000', '162102.812000', '162102.815000', '162102.817000', '162102.820000', '162102.822000', '162102.825000', '162102.828000', '162102.830000', '162102.833000', '162102.835000', '162102.838000', '162102.841000', '162102.843000', '162102.846000', '162102.848000', '162102.851000', '162102.853000', '162102.856000', '162102.858000', '162102.861000', '162102.864000', '162102.866000', '162102.869000', '162102.871000', '162102.874000', '162102.877000', '162102.879000', '162102.882000', '162102.884000', '162102.887000', '162102.889000', '162102.892000', '162122.784000', '162122.787000', '162122.789000', '162122.792000', '162122.795000', '162122.797000', '162122.800000', '162122.802000', '162122.805000', '162122.808000', '162122.810000', '162122.813000', '162122.815000', '162122.818000', '162122.821000', '162122.823000', '162122.826000', '162122.828000', '162122.831000', '162122.833000', '162122.836000', '162122.838000', '162122.841000', '162122.844000', '162122.846000', '162122.849000', '162122.852000', '162122.854000', '162122.857000', '162122.859000', '162122.862000', '162122.865000', '162122.867000', '162122.870000', '162122.872000', '162122.875000', '162122.877000', '162122.880000', '162122.883000', '162122.885000', '162122.888000', '162122.890000', '162122.893000', '162142.783000', '162142.786000', '162142.789000', '162142.791000', '162142.794000', '162142.796000', '162142.799000', '162142.802000', '162142.804000', '162142.807000', '162142.809000', '162142.812000', '162142.815000', '162142.817000', '162142.820000', '162142.829000', '162142.832000', '162142.834000', '162142.837000', '162142.839000', '162142.842000', '162142.845000', '162142.847000', '162142.850000', '162142.852000', '162142.855000', '162142.857000', '162142.860000', '162142.863000', '162142.865000', '162142.868000', '162142.870000', '162142.873000', '162142.876000', '162142.878000', '162142.881000', '162142.883000', '162142.886000', '162142.895000', '162142.897000', '162142.900000', '162142.902000', '162142.905000', '162142.907000', '162202.783000', '162202.786000', '162202.789000', '162202.792000', '162202.795000', '162202.797000', '162202.800000', '162202.803000', '162202.805000', '162202.808000', '162202.810000', '162202.813000', '162202.816000', '162202.818000', '162202.821000', '162202.823000', '162202.826000', '162202.828000', '162202.831000', '162202.834000', '162202.836000', '162202.839000', '162202.841000', '162202.844000', '162202.846000', '162202.849000', '162202.852000', '162202.854000', '162202.857000', '162202.859000', '162202.862000', '162202.865000', '162202.867000', '162202.870000', '162202.872000', '162202.875000', '162202.878000', '162202.880000', '162202.883000', '162202.885000', '162202.888000', '162202.891000', '162202.893000', '162222.784000', '162222.786000', '162222.789000', '162222.792000', '162222.794000', '162222.797000', '162222.799000', '162222.802000', '162222.805000', '162222.807000', '162222.810000', '162222.812000', '162222.815000', '162222.818000', '162222.820000', '162222.823000', '162222.825000', '162222.828000', '162222.831000', '162222.833000', '162222.836000', '162222.838000', '162222.841000', '162222.843000', '162222.846000', '162222.849000', '162222.851000', '162222.854000', '162222.857000', '162222.859000', '162222.862000', '162222.864000', '162222.867000', '162222.870000', '162222.872000', '162222.875000', '162222.877000', '162222.880000', '162222.883000', '162222.885000', '162222.888000', '162222.890000', '162222.893000', '162222.896000', '162242.785000', '162242.787000', '162242.790000', '162242.793000', '162242.795000', '162242.798000', '162242.800000', '162242.803000', '162242.806000', '162242.808000', '162242.811000', '162242.813000', '162242.816000', '162242.824000', '162242.827000', '162242.830000', '162242.832000', '162242.835000', '162242.837000', '162242.840000', '162242.842000', '162242.845000', '162242.848000', '162242.850000', '162242.853000', '162242.855000', '162242.858000', '162242.861000', '162242.863000', '162242.866000', '162242.868000', '162242.871000', '162242.874000', '162242.876000', '162242.879000', '162242.881000', '162242.884000', '162242.887000', '162242.889000', '162242.892000', '162242.895000', '162242.897000', '162242.900000', '162302.785000', '162302.787000', '162302.790000', '162302.793000', '162302.795000', '162302.798000', '162302.801000', '162302.803000', '162302.806000', '162302.808000', '162302.811000', '162302.814000', '162302.816000', '162302.819000', '162302.821000', '162302.824000', '162302.827000', '162302.829000', '162302.832000', '162302.834000', '162302.837000', '162302.840000', '162302.842000', '162302.845000', '162302.847000', '162302.850000', '162302.853000', '162302.855000', '162302.858000', '162302.860000', '162302.863000', '162302.866000', '162302.868000', '162302.871000', '162302.873000', '162302.876000', '162302.878000', '162302.881000', '162302.883000', '162302.886000', '162302.903000', '162302.905000', '162302.908000', '162302.911000', '162322.783000', '162322.786000', '162322.789000', '162322.792000', '162322.794000', '162322.797000', '162322.800000', '162322.802000', '162322.805000', '162322.807000', '162322.810000', '162322.813000', '162322.815000', '162322.818000', '162322.821000', '162322.823000', '162322.826000', '162322.828000', '162322.831000', '162322.834000', '162322.837000', '162322.840000', '162322.842000', '162322.845000', '162322.848000', '162322.850000', '162322.853000', '162322.855000', '162322.858000', '162322.861000', '162322.863000', '162322.866000', '162322.868000', '162322.871000', '162322.874000', '162322.876000', '162322.879000', '162322.881000', '162322.884000', '162322.887000', '162322.889000', '162322.892000', '162322.895000', '162342.784000', '162342.786000', '162342.789000', '162342.792000', '162342.794000', '162342.797000', '162342.799000', '162342.802000', '162342.805000', '162342.807000', '162342.810000', '162342.812000', '162342.815000', '162342.818000', '162342.820000', '162342.823000', '162342.825000', '162342.828000', '162342.830000', '162342.833000', '162342.836000', '162342.838000', '162342.841000', '162342.843000', '162342.846000', '162342.848000', '162342.851000', '162342.854000', '162342.856000', '162342.859000', '162342.861000', '162342.864000', '162342.866000', '162342.869000', '162342.872000', '162342.874000', '162342.877000', '162342.880000', '162342.882000', '162342.885000', '162342.887000', '162342.890000', '162342.892000', '162342.895000', '162402.784000', '162402.787000', '162402.789000', '162402.792000', '162402.795000', '162402.797000', '162402.800000', '162402.802000', '162402.805000', '162402.808000', '162402.810000', '162402.813000', '162402.815000', '162402.818000', '162402.821000', '162402.823000', '162402.826000', '162402.828000', '162402.831000', '162402.833000', '162402.836000', '162402.839000', '162402.841000', '162402.844000', '162402.846000', '162402.849000', '162402.852000', '162402.854000', '162402.857000', '162402.860000', '162402.862000', '162402.865000', '162402.867000', '162402.870000', '162402.873000', '162402.875000', '162402.878000', '162402.880000', '162402.883000', '162402.886000', '162402.888000', '162402.891000', '162402.893000', '162422.783000', '162422.786000', '162422.789000', '162422.792000', '162422.794000', '162422.797000', '162422.799000', '162422.802000', '162422.805000', '162422.807000', '162422.810000', '162422.812000', '162422.815000', '162422.818000', '162422.820000', '162422.823000', '162422.826000', '162422.828000', '162422.831000', '162422.833000', '162422.836000', '162422.839000', '162422.841000', '162422.844000', '162422.846000', '162422.849000', '162422.852000', '162422.854000', '162422.857000', '162422.859000', '162422.862000', '162422.864000', '162422.867000', '162422.870000', '162422.872000', '162422.875000', '162422.877000', '162422.880000', '162422.883000', '162422.885000', '162422.888000', '162422.890000', '162422.893000', '162422.896000', '162442.784000', '162442.786000', '162442.789000', '162442.792000', '162442.794000', '162442.797000', '162442.800000', '162442.828000', '162442.830000', '162442.833000', '162442.835000', '162442.838000', '162442.840000', '162442.843000', '162442.846000', '162442.848000', '162442.851000', '162442.853000', '162442.856000', '162442.859000', '162442.861000', '162442.864000', '162442.866000', '162442.869000', '162442.872000', '162442.875000', '162442.878000', '162442.880000', '162442.883000', '162442.886000', '162442.888000', '162442.891000', '162442.893000', '162442.896000', '162442.899000', '162442.901000', '162442.904000', '162442.906000', '162442.909000', '162442.912000', '162442.914000', '162442.917000', '162442.919000', '162502.784000', '162502.787000', '162502.790000', '162502.792000', '162502.795000', '162502.798000', '162502.800000', '162502.805000', '162502.807000', '162502.810000', '162502.813000', '162502.815000', '162502.818000', '162502.820000', '162502.823000', '162502.825000', '162502.828000', '162502.831000', '162502.833000', '162502.836000', '162502.838000', '162502.841000', '162502.844000', '162502.846000', '162502.849000', '162502.851000', '162502.854000', '162502.856000', '162502.859000', '162502.862000', '162502.864000', '162502.867000', '162502.869000', '162502.872000', '162502.875000', '162502.877000', '162502.880000', '162502.882000', '162502.885000', '162502.888000', '162502.890000', '162502.893000', '162502.895000', '162502.898000', '162522.785000', '162522.787000', '162522.790000', '162522.793000', '162522.795000', '162522.798000', '162522.801000', '162522.803000', '162522.806000', '162522.808000', '162522.811000', '162522.813000', '162522.816000', '162522.818000', '162522.821000', '162522.824000', '162522.826000', '162522.829000', '162522.831000', '162522.834000', '162522.837000', '162522.839000', '162522.842000', '162522.844000', '162522.847000', '162522.849000', '162522.852000', '162522.855000', '162522.859000', '162522.861000', '162522.864000', '162522.867000', '162522.869000', '162522.872000', '162522.875000', '162522.877000', '162522.880000', '162522.882000', '162522.885000', '162522.888000', '162522.890000', '162522.893000', '162522.895000', '162540.775000', '162540.778000', '162540.781000', '162540.784000', '162540.786000', '162540.789000', '162540.791000', '162540.794000', '162540.797000', '162540.799000', '162540.802000', '162540.805000', '162540.807000', '162540.810000', '162540.813000', '162540.815000', '162540.818000', '162540.821000', '162540.823000', '162540.826000', '162540.829000', '162540.832000', '162540.835000', '162540.837000', '162540.841000', '162540.844000', '162540.849000', '162540.852000', '162540.855000', '162540.858000', '162540.861000', '162540.863000', '162540.866000', '162540.869000', '162540.873000', '162540.876000', '162540.879000', '162540.884000', '162540.914000', '162540.917000'], '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': [8610, 14285, 8944, 10899, 10693, 8277, 11035, 11530, 9258, 12723, 8883, 8531, 12186, 8382, 11846, 10604, 9104, 13732, 10412, 15077, 10120, 10793, 12707, 8028, 15864, 10797, 9494, 13446, 8040, 12748, 11074, 8770, 12463, 8084, 14077, 9790, 8309, 11558, 8139, 9447, 9196, 7927, 10892, 8993, 8567, 11669, 8900, 8546, 10532, 8324, 10830, 10901, 8613, 13256, 8695, 9239, 11202, 8063, 14705, 10347, 8632, 13647, 8067, 10149, 10245, 8039, 13849, 11624, 7933, 14705, 10426, 8843, 13651, 8589, 13554, 12792, 10413, 14963, 10805, 8793, 12811, 7994, 14176, 11441, 7990, 13349, 8618, 8501, 9843, 8057, 9675, 9511, 7877, 11381, 10849, 8420, 12369, 8102, 10483, 9678, 7906, 13808, 9921, 7892, 11576, 8436, 14090, 10715, 8509, 13084, 8065, 15611, 8967, 16194, 11948, 11271, 12676, 7987, 13288, 8674, 8479, 11101, 8498, 8116, 10573, 8302, 9329, 10669, 7851, 14261, 9484, 10202, 11819, 8035, 15065, 10347, 11465, 12558, 9077, 15537, 10915, 9680, 12375, 8665, 13197, 8123, 11216, 8881, 7737, 13054, 9445, 7894, 12570, 8843, 8284, 12066, 8330, 11552, 11905, 8798, 13657, 9692, 8436, 12726, 8431, 14894, 11350, 8961, 13735, 8501, 10241, 10897, 7946, 13269, 11655, 7987, 13117, 9371, 8121, 12755, 7993, 10473, 12627, 9268, 13772, 8163, 14231, 11816, 9699, 14400, 9115, 9517, 11568, 7987, 14776, 10835, 7906, 13899, 9252, 8483, 12162, 8097, 11577, 11857, 7891, 14463, 10549, 8207, 12762, 8166, 13205, 12510, 9330, 14527, 8802, 10275, 12148, 8096, 15163, 10979, 7915, 13008, 9270, 7872, 12662, 8667, 8216, 12146, 8101, 10130, 10959, 8053, 13779, 11892, 8311, 14512, 10512, 8649, 13979, 10236, 9325, 13545, 8190, 10982, 12914, 9541, 12528, 12777, 7971, 15339, 12535, 9431, 15538, 11435, 8463, 13883, 9695, 9384, 13601, 8446, 10207, 12368, 7844, 14771, 10856, 8738, 14158, 10502, 8029, 12994, 8216, 8611, 10338, 8375, 9302, 12617, 8321, 10350, 12247, 9252, 14918, 13110, 10456, 15488, 10344, 9606, 14130, 10766, 9545, 13472, 8137, 11232, 11457, 8031, 15957, 11246, 9211, 14078, 8108, 13807, 11719, 9364, 14236, 9190, 11176, 11165, 7852, 14344, 8989, 9165, 10925, 8818, 13050, 8264, 12378, 10156, 8010, 12424, 8101, 11219, 11927, 7725, 14424, 9772, 8098, 12169, 8388, 10190, 10704, 7826, 10697, 11109, 7999, 14028, 10257, 8724, 13219, 8204, 12061, 12810, 9806, 14840, 10670, 10319, 13779, 8125, 11249, 11074, 8014, 12869, 12801, 8597, 12541, 11173, 8262, 14494, 12402, 10040, 13669, 11433, 7969, 14058, 12624, 10382, 15243, 10768, 8856, 13416, 9953, 15507, 11237, 10240, 14059, 8106, 10943, 11610, 7896, 14321, 11072, 8327, 13092, 8670, 10732, 11876, 7966, 14026, 9263, 11015, 12649, 7700, 14989, 10256, 7996, 12331, 8249, 15067, 10846, 7829, 12448, 8279, 12936, 10135, 7670, 12694, 8639, 9053, 10919, 7979, 12776, 11749, 8203, 13427, 11413, 7914, 13347, 10185, 7852, 13138, 10956, 8224, 13766, 10982, 8360, 14363, 12420, 9277, 15667, 11864, 8551, 13142, 9594, 7729, 15679, 12634, 8901, 11314, 12876, 8648, 9900, 13260, 11282, 8128, 13950, 8982, 10015, 12396, 8618, 11269, 12473, 7866, 14622, 11052, 8174, 14152, 11402, 8257, 13601, 9080, 7568, 12624, 10246, 7870, 13581, 10059, 7863, 13395, 9684, 13112, 12957, 10554, 15839, 12377, 13455, 13305, 10164, 14830, 12292, 9383, 13611, 8206, 13693, 11784, 8459, 12671, 8657, 10509, 9311, 7892, 13104, 10328, 7963, 13797, 10726, 8188, 12741, 9409, 10050, 13032, 8924, 10734, 12728, 8571, 14155, 12102, 9195, 14355, 11291, 9408, 12970, 8177, 9599, 13543, 10728, 8726, 14634, 11127, 7605, 13425, 11869, 8592, 13125, 7936, 13953, 11926, 8490, 12662, 8040, 14231, 10893, 7833, 11843, 7863, 13539, 9833, 9265, 11605, 8728, 12978, 8162, 10339, 11400, 8199, 12956, 9135, 8877, 11673, 7835, 13481, 10932, 8130, 12886, 10048, 11803, 12284, 9226, 14893, 11790, 10666, 13376, 9761, 14464, 12201, 8828, 13770, 10173, 10090, 12549, 7923, 11985, 11765, 7701, 14221, 11079, 7779, 12702, 8215, 10549, 12092, 9393, 15040, 11958, 8486, 12925, 8375, 13836, 12315, 9438, 14329, 9530, 9994, 11924, 7968, 14377, 10757, 10161, 13024, 8932, 14739, 10301, 9266, 11872, 9644, 14537, 11435, 8074, 12109, 8169, 14091, 8578, 11588, 11370, 7942, 13689, 9937, 7637, 10808, 8210, 12824, 11380, 8120, 13515, 9495, 9173, 11513, 8171, 14577, 12191, 9124, 14074, 11022, 9716, 12693, 8923, 13052, 12276, 8604, 14393, 10607, 10020, 12264, 8255, 9710, 10831, 7780, 11269, 10764, 7891, 13832, 11861, 7877, 13603, 10630, 9804, 12906, 8764, 12870, 12204, 7889, 14111, 11372, 8268, 13402, 8232, 8655, 11526, 8237, 9595, 12025, 8156, 11011, 11529, 7723, 14432, 11603, 8498, 14108, 11565, 8443, 12961, 8033, 15496, 10140, 13675, 12696, 9995, 14380, 8065, 11508, 12367, 9176, 12326, 9123, 14280, 10364, 8432, 10817, 7813, 13599, 9811, 10245, 11205, 7835, 13896, 9739, 7610, 11225, 7905, 11623, 11371, 7885, 12899, 10407, 7773, 12343, 8175, 9864, 11776, 8591, 12949, 12308, 9115, 14336, 11329, 8136, 13527, 9934, 9638, 12466, 8063, 15058, 11488, 8802, 14115, 10947, 8010, 12512, 8342, 9752, 12333, 8096, 12158, 10939, 7543, 14299, 10943, 7994, 13464, 11184, 7836, 12578, 9440, 8828, 13213, 10251, 9103, 12587, 8431, 11640, 12040, 9242, 13571, 12442, 9078, 14529, 12187, 8940, 15065, 11775, 9107, 13448, 8815, 15343, 12195, 8817, 12721, 8524, 14765, 12113, 8279, 11903, 8038, 13999, 8935, 8898, 10868, 7918, 13407, 10253, 8004, 11704, 8028, 8152, 9168, 8202, 12848, 10836, 7960, 13329, 10552, 8219, 12371, 8703, 14789, 12196, 8623, 13632, 9684, 13090, 12464, 9872, 14499, 12519, 8854, 13986, 9925, 10149, 12317, 8870, 11850, 12033, 7534, 14144, 11907, 8077, 13780, 11113, 7733, 12823, 7910, 11162, 11987, 9411, 14661, 11691, 9458, 13015, 8345, 14108, 12100, 8737, 14651, 11420, 7517, 12681, 10337, 8328, 13508, 10919, 8211, 13452, 10553, 9470, 13618, 11301, 8431, 13272, 8592, 10626, 12700, 9702, 10706, 12883, 8202, 13679, 11814, 8185, 13354, 12521, 7937, 12633, 12272, 8007], 'WindowCenter': [4666.0, 4710.0, 4650.0, 4656.0, 4655.0, 4616.0, 4652.0, 4652.0, 4632.0, 4672.0, 4623.0, 4623.0, 4662.0, 4625.0, 4663.0, 4654.0, 4621.0, 4672.0, 4640.0, 4671.0, 4631.0, 4639.0, 4647.0, 4590.0, 4667.0, 4629.0, 4608.0, 4646.0, 4591.0, 4647.0, 4627.0, 4598.0, 4638.0, 4590.0, 4647.0, 4618.0, 4588.0, 4636.0, 4577.0, 4616.0, 4608.0, 4602.0, 4640.0, 4621.0, 4622.0, 4652.0, 4633.0, 4625.0, 4653.0, 4625.0, 4653.0, 4653.0, 4623.0, 4672.0, 4623.0, 4622.0, 4652.0, 4603.0, 4671.0, 4631.0, 4626.0, 4672.0, 4601.0, 4629.0, 4630.0, 4601.0, 4660.0, 4650.0, 4601.0, 4669.0, 4628.0, 4609.0, 4657.0, 4598.0, 4646.0, 4637.0, 4616.0, 4645.0, 4615.0, 4586.0, 4623.0, 4565.0, 4634.0, 4625.0, 4562.0, 4620.0, 4586.0, 4585.0, 4617.0, 4588.0, 4608.0, 4607.0, 4587.0, 4637.0, 4628.0, 4599.0, 4648.0, 4592.0, 4629.0, 4621.0, 4592.0, 4660.0, 4631.0, 4588.0, 4639.0, 4600.0, 4656.0, 4628.0, 4598.0, 4635.0, 4589.0, 4657.0, 4596.0, 4645.0, 4614.0, 4613.0, 4635.0, 4575.0, 4646.0, 4598.0, 4586.0, 4627.0, 4598.0, 4591.0, 4640.0, 4612.0, 4621.0, 4642.0, 4602.0, 4671.0, 4622.0, 4629.0, 4641.0, 4590.0, 4659.0, 4618.0, 4639.0, 4638.0, 4598.0, 4645.0, 4618.0, 4606.0, 4637.0, 4585.0, 4634.0, 4578.0, 4614.0, 4584.0, 4578.0, 4647.0, 4608.0, 4589.0, 4647.0, 4609.0, 4600.0, 4651.0, 4601.0, 4641.0, 4651.0, 4602.0, 4660.0, 4620.0, 4590.0, 4647.0, 4588.0, 4656.0, 4629.0, 4598.0, 4647.0, 4597.0, 4617.0, 4627.0, 4589.0, 4647.0, 4638.0, 4589.0, 4647.0, 4608.0, 4589.0, 4649.0, 4589.0, 4629.0, 4649.0, 4608.0, 4647.0, 4587.0, 4646.0, 4639.0, 4607.0, 4648.0, 4595.0, 4606.0, 4625.0, 4578.0, 4644.0, 4617.0, 4577.0, 4646.0, 4608.0, 4584.0, 4637.0, 4589.0, 4627.0, 4636.0, 4577.0, 4646.0, 4618.0, 4587.0, 4635.0, 4589.0, 4635.0, 4638.0, 4596.0, 4644.0, 4596.0, 4605.0, 4626.0, 4576.0, 4644.0, 4617.0, 4577.0, 4635.0, 4598.0, 4577.0, 4645.0, 4599.0, 4589.0, 4638.0, 4590.0, 4618.0, 4629.0, 4590.0, 4658.0, 4640.0, 4576.0, 4647.0, 4629.0, 4586.0, 4648.0, 4617.0, 4597.0, 4645.0, 4588.0, 4617.0, 4637.0, 4609.0, 4635.0, 4637.0, 4577.0, 4656.0, 4636.0, 4607.0, 4657.0, 4627.0, 4587.0, 4645.0, 4607.0, 4596.0, 4646.0, 4588.0, 4616.0, 4635.0, 4579.0, 4644.0, 4616.0, 4574.0, 4645.0, 4616.0, 4576.0, 4635.0, 4575.0, 4587.0, 4615.0, 4590.0, 4608.0, 4649.0, 4600.0, 4618.0, 4638.0, 4610.0, 4645.0, 4648.0, 4617.0, 4645.0, 4606.0, 4595.0, 4636.0, 4616.0, 4596.0, 4635.0, 4576.0, 4614.0, 4614.0, 4567.0, 4644.0, 4615.0, 4584.0, 4633.0, 4566.0, 4622.0, 4613.0, 4583.0, 4631.0, 4584.0, 4601.0, 4602.0, 4563.0, 4620.0, 4575.0, 4582.0, 4603.0, 4583.0, 4622.0, 4575.0, 4622.0, 4593.0, 4564.0, 4624.0, 4566.0, 4615.0, 4628.0, 4567.0, 4645.0, 4608.0, 4578.0, 4636.0, 4589.0, 4618.0, 4619.0, 4581.0, 4629.0, 4639.0, 4591.0, 4659.0, 4631.0, 4600.0, 4648.0, 4591.0, 4637.0, 4651.0, 4606.0, 4657.0, 4628.0, 4616.0, 4646.0, 4593.0, 4626.0, 4628.0, 4580.0, 4647.0, 4647.0, 4599.0, 4638.0, 4629.0, 4600.0, 4658.0, 4636.0, 4620.0, 4648.0, 4627.0, 4577.0, 4646.0, 4637.0, 4618.0, 4645.0, 4617.0, 4586.0, 4637.0, 4595.0, 4631.0, 4615.0, 4593.0, 4635.0, 4565.0, 4605.0, 4613.0, 4565.0, 4632.0, 4615.0, 4576.0, 4635.0, 4588.0, 4615.0, 4625.0, 4566.0, 4637.0, 4588.0, 4605.0, 4624.0, 4557.0, 4643.0, 4607.0, 4565.0, 4625.0, 4576.0, 4634.0, 4614.0, 4540.0, 4625.0, 4578.0, 4625.0, 4606.0, 4566.0, 4635.0, 4589.0, 4599.0, 4617.0, 4579.0, 4637.0, 4626.0, 4588.0, 4648.0, 4639.0, 4589.0, 4648.0, 4619.0, 4580.0, 4648.0, 4631.0, 4590.0, 4648.0, 4620.0, 4591.0, 4648.0, 4639.0, 4599.0, 4658.0, 4629.0, 4589.0, 4627.0, 4597.0, 4556.0, 4645.0, 4629.0, 4598.0, 4627.0, 4636.0, 4588.0, 4606.0, 4635.0, 4617.0, 4567.0, 4636.0, 4587.0, 4597.0, 4626.0, 4587.0, 4618.0, 4626.0, 4568.0, 4635.0, 4616.0, 4578.0, 4637.0, 4627.0, 4590.0, 4646.0, 4590.0, 4569.0, 4638.0, 4619.0, 4578.0, 4648.0, 4610.0, 4578.0, 4637.0, 4599.0, 4637.0, 4627.0, 4607.0, 4646.0, 4625.0, 4612.0, 4614.0, 4581.0, 4622.0, 4604.0, 4573.0, 4610.0, 4552.0, 4612.0, 4601.0, 4561.0, 4612.0, 4577.0, 4594.0, 4584.0, 4564.0, 4622.0, 4593.0, 4568.0, 4636.0, 4617.0, 4577.0, 4626.0, 4586.0, 4595.0, 4637.0, 4587.0, 4606.0, 4613.0, 4575.0, 4624.0, 4615.0, 4584.0, 4635.0, 4605.0, 4574.0, 4625.0, 4565.0, 4583.0, 4624.0, 4603.0, 4576.0, 4645.0, 4616.0, 4569.0, 4635.0, 4617.0, 4575.0, 4624.0, 4556.0, 4623.0, 4605.0, 4563.0, 4612.0, 4554.0, 4622.0, 4593.0, 4543.0, 4614.0, 4554.0, 4625.0, 4595.0, 4585.0, 4615.0, 4577.0, 4625.0, 4565.0, 4605.0, 4617.0, 4576.0, 4625.0, 4598.0, 4589.0, 4630.0, 4570.0, 4635.0, 4618.0, 4567.0, 4638.0, 4610.0, 4627.0, 4628.0, 4597.0, 4645.0, 4617.0, 4606.0, 4625.0, 4596.0, 4634.0, 4616.0, 4574.0, 4625.0, 4595.0, 4595.0, 4624.0, 4567.0, 4614.0, 4615.0, 4557.0, 4635.0, 4617.0, 4568.0, 4627.0, 4577.0, 4606.0, 4626.0, 4586.0, 4646.0, 4617.0, 4576.0, 4624.0, 4566.0, 4623.0, 4616.0, 4585.0, 4634.0, 4585.0, 4594.0, 4614.0, 4564.0, 4634.0, 4603.0, 4595.0, 4624.0, 4575.0, 4634.0, 4596.0, 4573.0, 4604.0, 4585.0, 4622.0, 4603.0, 4554.0, 4614.0, 4566.0, 4621.0, 4565.0, 4602.0, 4605.0, 4554.0, 4623.0, 4594.0, 4544.0, 4605.0, 4577.0, 4625.0, 4616.0, 4568.0, 4635.0, 4599.0, 4587.0, 4627.0, 4577.0, 4647.0, 4628.0, 4596.0, 4638.0, 4617.0, 4596.0, 4626.0, 4588.0, 4625.0, 4616.0, 4577.0, 4633.0, 4606.0, 4596.0, 4616.0, 4576.0, 4595.0, 4605.0, 4557.0, 4615.0, 4617.0, 4579.0, 4634.0, 4626.0, 4568.0, 4636.0, 4606.0, 4598.0, 4626.0, 4577.0, 4625.0, 4615.0, 4565.0, 4624.0, 4617.0, 4567.0, 4634.0, 4577.0, 4575.0, 4615.0, 4579.0, 4596.0, 4627.0, 4577.0, 4616.0, 4627.0, 4568.0, 4647.0, 4617.0, 4587.0, 4646.0, 4617.0, 4566.0, 4624.0, 4567.0, 4633.0, 4595.0, 4622.0, 4614.0, 4583.0, 4623.0, 4554.0, 4600.0, 4613.0, 4560.0, 4601.0, 4573.0, 4620.0, 4582.0, 4554.0, 4592.0, 4544.0, 4611.0, 4584.0, 4581.0, 4593.0, 4543.0, 4622.0, 4583.0, 4554.0, 4603.0, 4565.0, 4615.0, 4617.0, 4567.0, 4637.0, 4618.0, 4569.0, 4637.0, 4568.0, 4608.0, 4629.0, 4587.0, 4638.0, 4628.0, 4588.0, 4636.0, 4616.0, 4568.0, 4636.0, 4597.0, 4597.0, 4627.0, 4579.0, 4645.0, 4617.0, 4586.0, 4636.0, 4618.0, 4566.0, 4626.0, 4578.0, 4597.0, 4636.0, 4578.0, 4625.0, 4617.0, 4566.0, 4645.0, 4618.0, 4580.0, 4636.0, 4616.0, 4568.0, 4626.0, 4596.0, 4588.0, 4636.0, 4607.0, 4586.0, 4626.0, 4577.0, 4617.0, 4626.0, 4589.0, 4626.0, 4628.0, 4586.0, 4634.0, 4626.0, 4587.0, 4633.0, 4615.0, 4576.0, 4624.0, 4575.0, 4631.0, 4613.0, 4572.0, 4614.0, 4563.0, 4621.0, 4613.0, 4552.0, 4601.0, 4553.0, 4619.0, 4573.0, 4560.0, 4593.0, 4554.0, 4624.0, 4595.0, 4566.0, 4615.0, 4568.0, 4566.0, 4595.0, 4578.0, 4637.0, 4618.0, 4580.0, 4648.0, 4620.0, 4579.0, 4638.0, 4591.0, 4648.0, 4629.0, 4587.0, 4638.0, 4599.0, 4625.0, 4616.0, 4597.0, 4636.0, 4628.0, 4587.0, 4635.0, 4606.0, 4607.0, 4626.0, 4589.0, 4615.0, 4626.0, 4567.0, 4636.0, 4615.0, 4569.0, 4635.0, 4616.0, 4567.0, 4636.0, 4580.0, 4615.0, 4616.0, 4597.0, 4645.0, 4619.0, 4597.0, 4625.0, 4566.0, 4634.0, 4615.0, 4576.0, 4635.0, 4618.0, 4558.0, 4635.0, 4608.0, 4579.0, 4636.0, 4629.0, 4592.0, 4637.0, 4608.0, 4598.0, 4636.0, 4617.0, 4578.0, 4625.0, 4578.0, 4602.0, 4626.0, 4595.0, 4606.0, 4624.0, 4577.0, 4625.0, 4614.0, 4566.0, 4624.0, 4625.0, 4566.0, 4613.0, 4613.0, 4566.0], 'WindowWidth': [10211.0, 10258.0, 10172.0, 10172.0, 10171.0, 10117.0, 10160.0, 10159.0, 10132.0, 10187.0, 10123.0, 10123.0, 10174.0, 10130.0, 10176.0, 10165.0, 10115.0, 10188.0, 10139.0, 10184.0, 10129.0, 10134.0, 10144.0, 10068.0, 10171.0, 10120.0, 10089.0, 10141.0, 10071.0, 10140.0, 10116.0, 10075.0, 10129.0, 10067.0, 10142.0, 10104.0, 10062.0, 10125.0, 10044.0, 10100.0, 10088.0, 10091.0, 10138.0, 10116.0, 10119.0, 10160.0, 10138.0, 10129.0, 10164.0, 10130.0, 10163.0, 10164.0, 10122.0, 10189.0, 10122.0, 10118.0, 10157.0, 10093.0, 10184.0, 10127.0, 10132.0, 10187.0, 10089.0, 10120.0, 10123.0, 10089.0, 10165.0, 10151.0, 10086.0, 10178.0, 10120.0, 10094.0, 10156.0, 10078.0, 10136.0, 10126.0, 10095.0, 10136.0, 10093.0, 10053.0, 10102.0, 10023.0, 10117.0, 10105.0, 10013.0, 10092.0, 10056.0, 10054.0, 10100.0, 10063.0, 10088.0, 10087.0, 10062.0, 10127.0, 10118.0, 10079.0, 10145.0, 10076.0, 10122.0, 10113.0, 10075.0, 10166.0, 10127.0, 10064.0, 10133.0, 10081.0, 10154.0, 10120.0, 10077.0, 10123.0, 10067.0, 10155.0, 10070.0, 10134.0, 10086.0, 10086.0, 10119.0, 10038.0, 10139.0, 10074.0, 10055.0, 10115.0, 10075.0, 10072.0, 10139.0, 10104.0, 10115.0, 10144.0, 10091.0, 10181.0, 10116.0, 10121.0, 10138.0, 10069.0, 10161.0, 10104.0, 10131.0, 10131.0, 10075.0, 10133.0, 10101.0, 10082.0, 10127.0, 10052.0, 10116.0, 10045.0, 10090.0, 10050.0, 10050.0, 10138.0, 10088.0, 10066.0, 10143.0, 10095.0, 10084.0, 10153.0, 10087.0, 10139.0, 10152.0, 10088.0, 10164.0, 10110.0, 10067.0, 10142.0, 10062.0, 10154.0, 10118.0, 10073.0, 10141.0, 10072.0, 10097.0, 10114.0, 10064.0, 10141.0, 10130.0, 10063.0, 10140.0, 10089.0, 10067.0, 10147.0, 10064.0, 10120.0, 10146.0, 10090.0, 10142.0, 10060.0, 10137.0, 10131.0, 10084.0, 10141.0, 10069.0, 10082.0, 10108.0, 10046.0, 10133.0, 10099.0, 10046.0, 10137.0, 10088.0, 10048.0, 10126.0, 10066.0, 10112.0, 10125.0, 10045.0, 10138.0, 10103.0, 10058.0, 10122.0, 10063.0, 10121.0, 10128.0, 10069.0, 10133.0, 10070.0, 10080.0, 10110.0, 10042.0, 10132.0, 10098.0, 10043.0, 10120.0, 10072.0, 10043.0, 10136.0, 10077.0, 10065.0, 10130.0, 10068.0, 10104.0, 10121.0, 10068.0, 10158.0, 10135.0, 10041.0, 10141.0, 10118.0, 10057.0, 10142.0, 10101.0, 10072.0, 10135.0, 10059.0, 10098.0, 10126.0, 10088.0, 10121.0, 10127.0, 10044.0, 10149.0, 10123.0, 10086.0, 10154.0, 10111.0, 10059.0, 10135.0, 10086.0, 10068.0, 10137.0, 10059.0, 10095.0, 10119.0, 10047.0, 10129.0, 10095.0, 10034.0, 10134.0, 10094.0, 10040.0, 10120.0, 10038.0, 10059.0, 10094.0, 10066.0, 10090.0, 10146.0, 10082.0, 10103.0, 10130.0, 10094.0, 10135.0, 10142.0, 10095.0, 10134.0, 10080.0, 10064.0, 10120.0, 10093.0, 10066.0, 10118.0, 10041.0, 10086.0, 10089.0, 10027.0, 10130.0, 10091.0, 10048.0, 10113.0, 10025.0, 10095.0, 10086.0, 10042.0, 10107.0, 10045.0, 10063.0, 10067.0, 10016.0, 10090.0, 10033.0, 10039.0, 10070.0, 10043.0, 10095.0, 10036.0, 10096.0, 10058.0, 10022.0, 10101.0, 10026.0, 10091.0, 10112.0, 10031.0, 10133.0, 10087.0, 10048.0, 10123.0, 10065.0, 10100.0, 10103.0, 10056.0, 10119.0, 10134.0, 10070.0, 10160.0, 10125.0, 10082.0, 10144.0, 10070.0, 10128.0, 10150.0, 10083.0, 10155.0, 10116.0, 10096.0, 10137.0, 10077.0, 10111.0, 10116.0, 10050.0, 10141.0, 10140.0, 10077.0, 10129.0, 10119.0, 10081.0, 10155.0, 10125.0, 10106.0, 10141.0, 10113.0, 10044.0, 10136.0, 10126.0, 10100.0, 10132.0, 10098.0, 10053.0, 10122.0, 10062.0, 10107.0, 10089.0, 10057.0, 10116.0, 10022.0, 10075.0, 10084.0, 10021.0, 10111.0, 10091.0, 10038.0, 10119.0, 10060.0, 10092.0, 10104.0, 10027.0, 10123.0, 10058.0, 10076.0, 10101.0, 10013.0, 10125.0, 10080.0, 10023.0, 10103.0, 10038.0, 10113.0, 10089.0, 9979.0, 10103.0, 10045.0, 10104.0, 10080.0, 10027.0, 10117.0, 10062.0, 10074.0, 10098.0, 10051.0, 10126.0, 10110.0, 10061.0, 10143.0, 10132.0, 10064.0, 10143.0, 10104.0, 10052.0, 10144.0, 10123.0, 10067.0, 10142.0, 10105.0, 10065.0, 10142.0, 10130.0, 10075.0, 10156.0, 10115.0, 10061.0, 10106.0, 10065.0, 10009.0, 10131.0, 10115.0, 10073.0, 10111.0, 10122.0, 10059.0, 10081.0, 10119.0, 10096.0, 10028.0, 10119.0, 10053.0, 10067.0, 10106.0, 10055.0, 10095.0, 10108.0, 10029.0, 10116.0, 10092.0, 10044.0, 10122.0, 10111.0, 10065.0, 10136.0, 10062.0, 10034.0, 10128.0, 10103.0, 10048.0, 10143.0, 10092.0, 10045.0, 10123.0, 10074.0, 10122.0, 10110.0, 10080.0, 10135.0, 10104.0, 10080.0, 10083.0, 10035.0, 10092.0, 10068.0, 10025.0, 10073.0, 9997.0, 10077.0, 10061.0, 10009.0, 10078.0, 10041.0, 10058.0, 10044.0, 10019.0, 10094.0, 10058.0, 10028.0, 10121.0, 10095.0, 10041.0, 10106.0, 10052.0, 10062.0, 10122.0, 10054.0, 10077.0, 10082.0, 10036.0, 10099.0, 10089.0, 10046.0, 10115.0, 10073.0, 10030.0, 10099.0, 10017.0, 10039.0, 10094.0, 10069.0, 10037.0, 10133.0, 10093.0, 10032.0, 10118.0, 10094.0, 10034.0, 10099.0, 10008.0, 10094.0, 10073.0, 10013.0, 10078.0, 10003.0, 10093.0, 10055.0, 9988.0, 10083.0, 10005.0, 10100.0, 10062.0, 10045.0, 10088.0, 10039.0, 10104.0, 10021.0, 10075.0, 10093.0, 10038.0, 10103.0, 10071.0, 10059.0, 10117.0, 10036.0, 10115.0, 10100.0, 10029.0, 10127.0, 10091.0, 10108.0, 10111.0, 10066.0, 10130.0, 10093.0, 10078.0, 10103.0, 10063.0, 10112.0, 10091.0, 10029.0, 10099.0, 10062.0, 10059.0, 10099.0, 10025.0, 10084.0, 10088.0, 10013.0, 10117.0, 10095.0, 10029.0, 10107.0, 10041.0, 10075.0, 10104.0, 10052.0, 10133.0, 10093.0, 10037.0, 10098.0, 10023.0, 10095.0, 10091.0, 10049.0, 10112.0, 10047.0, 10057.0, 10085.0, 10018.0, 10111.0, 10071.0, 10060.0, 10099.0, 10033.0, 10111.0, 10061.0, 10026.0, 10069.0, 10044.0, 10093.0, 10069.0, 10002.0, 10083.0, 10022.0, 10090.0, 10017.0, 10065.0, 10071.0, 10004.0, 10096.0, 10059.0, 9989.0, 10075.0, 10039.0, 10102.0, 10094.0, 10031.0, 10117.0, 10073.0, 10055.0, 10110.0, 10044.0, 10135.0, 10112.0, 10066.0, 10123.0, 10095.0, 10064.0, 10106.0, 10057.0, 10102.0, 10092.0, 10038.0, 10111.0, 10078.0, 10064.0, 10090.0, 10037.0, 10061.0, 10075.0, 10014.0, 10089.0, 10095.0, 10046.0, 10115.0, 10105.0, 10030.0, 10118.0, 10080.0, 10069.0, 10105.0, 10040.0, 10100.0, 10087.0, 10020.0, 10100.0, 10093.0, 10025.0, 10115.0, 10040.0, 10034.0, 10090.0, 10047.0, 10067.0, 10110.0, 10043.0, 10092.0, 10109.0, 10031.0, 10137.0, 10097.0, 10054.0, 10136.0, 10096.0, 10023.0, 10099.0, 10025.0, 10112.0, 10059.0, 10093.0, 10084.0, 10040.0, 10094.0, 10003.0, 10060.0, 10079.0, 10004.0, 10060.0, 10023.0, 10087.0, 10037.0, 10000.0, 10050.0, 9987.0, 10075.0, 10041.0, 10035.0, 10053.0, 9986.0, 10091.0, 10042.0, 10004.0, 10069.0, 10022.0, 10086.0, 10092.0, 10027.0, 10122.0, 10099.0, 10036.0, 10124.0, 10028.0, 10085.0, 10114.0, 10054.0, 10124.0, 10113.0, 10057.0, 10120.0, 10094.0, 10030.0, 10120.0, 10069.0, 10067.0, 10107.0, 10045.0, 10132.0, 10097.0, 10053.0, 10121.0, 10097.0, 10025.0, 10106.0, 10045.0, 10069.0, 10122.0, 10046.0, 10106.0, 10093.0, 10026.0, 10133.0, 10100.0, 10050.0, 10122.0, 10093.0, 10031.0, 10106.0, 10066.0, 10057.0, 10122.0, 10084.0, 10054.0, 10105.0, 10043.0, 10096.0, 10105.0, 10058.0, 10106.0, 10109.0, 10053.0, 10115.0, 10107.0, 10054.0, 10113.0, 10091.0, 10036.0, 10098.0, 10034.0, 10105.0, 10080.0, 10023.0, 10083.0, 10014.0, 10090.0, 10081.0, 9998.0, 10061.0, 10000.0, 10084.0, 10025.0, 10005.0, 10053.0, 10005.0, 10096.0, 10059.0, 10022.0, 10091.0, 10029.0, 10025.0, 10065.0, 10047.0, 10123.0, 10101.0, 10052.0, 10141.0, 10106.0, 10048.0, 10126.0, 10067.0, 10139.0, 10115.0, 10056.0, 10125.0, 10074.0, 10105.0, 10092.0, 10067.0, 10117.0, 10110.0, 10056.0, 10117.0, 10080.0, 10079.0, 10106.0, 10060.0, 10091.0, 10105.0, 10027.0, 10119.0, 10091.0, 10031.0, 10119.0, 10095.0, 10028.0, 10121.0, 10048.0, 10088.0, 10093.0, 10069.0, 10133.0, 10099.0, 10067.0, 10103.0, 10023.0, 10111.0, 10088.0, 10039.0, 10118.0, 10098.0, 10015.0, 10119.0, 10086.0, 10047.0, 10122.0, 10117.0, 10069.0, 10123.0, 10083.0, 10069.0, 10121.0, 10095.0, 10044.0, 10103.0, 10042.0, 10068.0, 10104.0, 10063.0, 10076.0, 10100.0, 10040.0, 10101.0, 10085.0, 10021.0, 10099.0, 10101.0, 10024.0, 10084.0, 10082.0, 10021.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.00019182548794489094</td></tr>
<tr><td colspan=3>aqi</td><td>0.02086651733639495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98230124741379</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1490084111839092</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9567159055632184</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>6048.1582</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0819803873371509</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9184845005740528</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5105308135917896</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5486643028714715</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6723948453760507</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.310533292527847</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008183058351278305</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030697869136929512</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8261990741036573</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>32.6885</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.7205</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309121.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.2915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2994</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.6935</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3879.45</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.7675</td></tr>
<tr><td colspan=3>tsnr</td><td>40.87792987190187</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>