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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>57eca047e20cc5dadd67cfb0ec874cec</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:40.817500</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.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4040d96a-57e8-47ad-b921-711238acf156||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.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['161840.817500', '161841.277500', '161841.737500', '161842.197500', '161842.657500', '161843.117500', '161843.577500', '161844.037500', '161844.497500', '161844.957500', '161845.417500', '161845.877500', '161846.337500', '161846.797500', '161847.257500', '161847.717500', '161848.177500', '161848.637500', '161849.097500', '161849.557500', '161850.017500', '161850.477500', '161850.937500', '161851.397500', '161851.857500', '161852.317500', '161852.777500', '161853.237500', '161853.697500', '161854.157500', '161854.617500', '161855.077500', '161855.537500', '161855.997500', '161856.457500', '161856.917500', '161857.377500', '161857.837500', '161858.297500', '161858.757500', '161859.217500', '161859.677500', '161900.137500', '161900.597500', '161901.057500', '161901.517500', '161901.977500', '161902.437500', '161902.897500', '161903.357500', '161903.817500', '161904.277500', '161904.737500', '161905.197500', '161905.657500', '161906.117500', '161906.577500', '161907.037500', '161907.497500', '161907.957500', '161908.417500', '161908.877500', '161909.337500', '161909.797500', '161910.257500', '161910.717500', '161911.177500', '161911.637500', '161912.097500', '161912.557500', '161913.017500', '161913.477500', '161913.937500', '161914.397500', '161914.857500', '161915.317500', '161915.777500', '161916.237500', '161916.697500', '161917.157500', '161917.617500', '161918.077500', '161918.537500', '161918.997500', '161919.457500', '161919.917500', '161920.377500', '161920.837500', '161921.297500', '161921.757500', '161922.217500', '161922.677500', '161923.137500', '161923.597500', '161924.057500', '161924.517500', '161924.977500', '161925.437500', '161925.897500', '161926.357500', '161926.817500', '161927.277500', '161927.737500', '161928.197500', '161928.657500', '161929.117500', '161929.577500', '161930.037500', '161930.497500', '161930.957500', '161931.417500', '161931.877500', '161932.337500', '161932.797500', '161933.257500', '161933.717500', '161934.177500', '161934.637500', '161935.097500', '161935.557500', '161936.017500', '161936.477500', '161936.937500', '161937.397500', '161937.857500', '161938.317500', '161938.777500', '161939.237500', '161939.697500', '161940.157500', '161940.617500', '161941.077500', '161941.537500', '161941.997500', '161942.457500', '161942.917500', '161943.377500', '161943.837500', '161944.297500', '161944.757500', '161945.217500', '161945.677500', '161946.137500', '161946.597500', '161947.057500', '161947.517500', '161947.977500', '161948.437500', '161948.897500', '161949.357500', '161949.817500', '161950.277500', '161950.737500', '161951.197500', '161951.657500', '161952.117500', '161952.577500', '161953.037500', '161953.497500', '161953.957500', '161954.417500', '161954.877500', '161955.337500', '161955.797500', '161956.257500', '161956.717500', '161957.177500', '161957.637500', '161958.097500', '161958.557500', '161959.017500', '161959.477500', '161959.937500', '162000.397500', '162000.857500', '162001.317500', '162001.777500', '162002.237500', '162002.697500', '162003.157500', '162003.617500', '162004.077500', '162004.537500', '162004.997500', '162005.457500', '162005.917500', '162006.377500', '162006.837500', '162007.297500', '162007.757500', '162008.217500', '162008.677500', '162009.137500', '162009.597500', '162010.057500', '162010.517500', '162010.977500', '162011.437500', '162011.897500', '162012.357500', '162012.817500', '162013.277500', '162013.737500', '162014.197500', '162014.657500', '162015.117500', '162015.577500', '162016.037500', '162016.497500', '162016.957500', '162017.417500', '162017.877500', '162018.337500', '162018.797500', '162019.257500', '162019.717500', '162020.177500', '162020.637500', '162021.097500', '162021.557500', '162022.017500', '162022.477500', '162022.937500', '162023.397500', '162023.857500', '162024.317500', '162024.777500', '162025.237500', '162025.697500', '162026.157500', '162026.617500', '162027.077500', '162027.537500', '162027.997500', '162028.457500', '162028.917500', '162029.377500', '162029.837500', '162030.297500', '162030.757500', '162031.217500', '162031.677500', '162032.137500', '162032.597500', '162033.057500', '162033.517500', '162033.977500', '162034.437500', '162034.897500', '162035.357500', '162035.817500', '162036.277500', '162036.737500', '162037.197500', '162037.657500', '162038.117500', '162038.577500', '162039.037500', '162039.497500', '162039.957500', '162040.417500', '162040.877500', '162041.337500', '162041.797500', '162042.257500', '162042.717500', '162043.177500', '162043.637500', '162044.097500', '162044.557500', '162045.017500', '162045.477500', '162045.937500', '162046.397500', '162046.857500', '162047.317500', '162047.777500', '162048.237500', '162048.697500', '162049.157500', '162049.617500', '162050.077500', '162050.537500', '162050.997500', '162051.457500', '162051.917500', '162052.377500', '162052.837500', '162053.297500', '162053.757500', '162054.217500', '162054.677500', '162055.137500', '162055.597500', '162056.057500', '162056.517500', '162056.977500', '162057.437500', '162057.897500', '162058.357500', '162058.817500', '162059.277500', '162059.737500', '162100.197500', '162100.657500', '162101.117500', '162101.577500', '162102.037500', '162102.497500', '162102.957500', '162103.417500', '162103.877500', '162104.337500', '162104.797500', '162105.257500', '162105.717500', '162106.177500', '162106.637500', '162107.097500', '162107.557500', '162108.017500', '162108.477500', '162108.937500', '162109.397500', '162109.857500', '162110.317500', '162110.777500', '162111.237500', '162111.697500', '162112.157500', '162112.617500', '162113.077500', '162113.537500', '162113.997500', '162114.457500', '162114.917500', '162115.377500', '162115.837500', '162116.297500', '162116.757500', '162117.217500', '162117.677500', '162118.137500', '162118.597500', '162119.057500', '162119.517500', '162119.977500', '162120.437500', '162120.897500', '162121.357500', '162121.817500', '162122.277500', '162122.737500', '162123.197500', '162123.657500', '162124.117500', '162124.577500', '162125.037500', '162125.497500', '162125.957500', '162126.417500', '162126.877500', '162127.337500', '162127.797500', '162128.257500', '162128.717500', '162129.177500', '162129.637500', '162130.097500', '162130.557500', '162131.017500', '162131.477500', '162131.937500', '162132.397500', '162132.857500', '162133.317500', '162133.777500', '162134.237500', '162134.697500', '162135.157500', '162135.617500', '162136.077500', '162136.537500', '162136.997500', '162137.457500', '162137.917500', '162138.377500', '162138.837500', '162139.297500', '162139.757500', '162140.217500', '162140.677500', '162141.137500', '162141.597500', '162142.057500', '162142.517500', '162142.977500', '162143.437500', '162143.897500', '162144.357500', '162144.817500', '162145.277500', '162145.737500', '162146.197500', '162146.657500', '162147.117500', '162147.577500', '162148.037500', '162148.497500', '162148.957500', '162149.417500', '162149.877500', '162150.337500', '162150.797500', '162151.257500', '162151.717500', '162152.177500', '162152.637500', '162153.097500', '162153.557500', '162154.017500', '162154.477500', '162154.937500', '162155.397500', '162155.857500', '162156.317500', '162156.777500', '162157.237500', '162157.697500', '162158.157500', '162158.617500', '162159.077500', '162159.537500', '162159.997500', '162200.457500', '162200.917500', '162201.377500', '162201.837500', '162202.297500', '162202.757500', '162203.217500', '162203.677500', '162204.137500', '162204.597500', '162205.057500', '162205.517500', '162205.977500', '162206.437500', '162206.897500', '162207.357500', '162207.817500', '162208.277500', '162208.737500', '162209.197500', '162209.657500', '162210.117500', '162210.577500', '162211.037500', '162211.497500', '162211.957500', '162212.417500', '162212.877500', '162213.337500', '162213.797500', '162214.257500', '162214.717500', '162215.177500', '162215.637500', '162216.097500', '162216.557500', '162217.017500', '162217.477500', '162217.937500', '162218.397500', '162218.857500', '162219.317500', '162219.777500', '162220.237500', '162220.697500', '162221.157500', '162221.617500', '162222.077500', '162222.537500', '162222.997500', '162223.457500', '162223.917500', '162224.377500', '162224.837500', '162225.297500', '162225.757500', '162226.217500', '162226.677500', '162227.137500', '162227.597500', '162228.057500', '162228.517500', '162228.977500', '162229.437500', '162229.897500', '162230.357500', '162230.817500', '162231.277500', '162231.737500', '162232.197500', '162232.657500', '162233.117500', '162233.577500', '162234.037500', '162234.497500', '162234.957500', '162235.417500', '162235.877500', '162236.337500', '162236.797500', '162237.257500', '162237.717500', '162238.177500', '162238.637500', '162239.097500', '162239.557500', '162240.017500', '162240.477500', '162240.937500', '162241.397500', '162241.857500', '162242.317500', '162242.777500', '162243.237500', '162243.697500', '162244.157500', '162244.617500', '162245.077500', '162245.537500', '162245.997500', '162246.457500', '162246.917500', '162247.377500', '162247.837500', '162248.297500', '162248.757500', '162249.217500', '162249.677500', '162250.137500', '162250.597500', '162251.057500', '162251.517500', '162251.977500', '162252.437500', '162252.897500', '162253.357500', '162253.817500', '162254.277500', '162254.737500', '162255.197500', '162255.657500', '162256.117500', '162256.577500', '162257.037500', '162257.497500', '162257.957500', '162258.417500', '162258.877500', '162259.337500', '162259.797500', '162300.257500', '162300.717500', '162301.177500', '162301.637500', '162302.097500', '162302.557500', '162303.017500', '162303.477500', '162303.937500', '162304.397500', '162304.857500', '162305.317500', '162305.777500', '162306.237500', '162306.697500', '162307.157500', '162307.617500', '162308.077500', '162308.537500', '162308.997500', '162309.457500', '162309.917500', '162310.377500', '162310.837500', '162311.297500', '162311.757500', '162312.217500', '162312.677500', '162313.137500', '162313.597500', '162314.057500', '162314.517500', '162314.977500', '162315.437500', '162315.897500', '162316.357500', '162316.817500', '162317.277500', '162317.737500', '162318.197500', '162318.657500', '162319.117500', '162319.577500', '162320.037500', '162320.497500', '162320.957500', '162321.417500', '162321.877500', '162322.337500', '162322.797500', '162323.257500', '162323.717500', '162324.177500', '162324.637500', '162325.097500', '162325.557500', '162326.017500', '162326.477500', '162326.937500', '162327.397500', '162327.857500', '162328.317500', '162328.777500', '162329.237500', '162329.697500', '162330.157500', '162330.617500', '162331.077500', '162331.537500', '162331.997500', '162332.457500', '162332.917500', '162333.377500', '162333.837500', '162334.297500', '162334.757500', '162335.217500', '162335.677500', '162336.137500', '162336.597500', '162337.057500', '162337.517500', '162337.977500', '162338.437500', '162338.897500', '162339.357500', '162339.817500', '162340.277500', '162340.737500', '162341.197500', '162341.657500', '162342.117500', '162342.577500', '162343.037500', '162343.497500', '162343.957500', '162344.417500', '162344.877500', '162345.337500', '162345.797500', '162346.257500', '162346.717500', '162347.177500', '162347.637500', '162348.097500', '162348.557500', '162349.017500', '162349.477500', '162349.937500', '162350.397500', '162350.857500', '162351.317500', '162351.777500', '162352.237500', '162352.697500', '162353.157500', '162353.617500', '162354.077500', '162354.537500', '162354.997500', '162355.457500', '162355.917500', '162356.377500', '162356.837500', '162357.297500', '162357.757500', '162358.217500', '162358.677500', '162359.137500', '162359.597500', '162400.057500', '162400.517500', '162400.977500', '162401.437500', '162401.897500', '162402.357500', '162402.817500', '162403.277500', '162403.737500', '162404.197500', '162404.657500', '162405.117500', '162405.577500', '162406.037500', '162406.497500', '162406.957500', '162407.417500', '162407.877500', '162408.337500', '162408.797500', '162409.257500', '162409.717500', '162410.177500', '162410.637500', '162411.097500', '162411.557500', '162412.017500', '162412.477500', '162412.937500', '162413.397500', '162413.857500', '162414.317500', '162414.777500', '162415.237500', '162415.697500', '162416.157500', '162416.617500', '162417.077500', '162417.537500', '162417.997500', '162418.457500', '162418.917500', '162419.377500', '162419.837500', '162420.297500', '162420.757500', '162421.217500', '162421.677500', '162422.137500', '162422.597500', '162423.057500', '162423.517500', '162423.977500', '162424.437500', '162424.897500', '162425.357500', '162425.817500', '162426.277500', '162426.737500', '162427.197500', '162427.657500', '162428.117500', '162428.577500', '162429.037500', '162429.497500', '162429.957500', '162430.417500', '162430.877500', '162431.337500', '162431.797500', '162432.257500', '162432.717500', '162433.177500', '162433.637500', '162434.097500', '162434.557500', '162435.017500', '162435.477500', '162435.937500', '162436.397500', '162436.857500', '162437.317500', '162437.777500', '162438.237500', '162438.697500', '162439.157500', '162439.617500', '162440.077500', '162440.537500', '162440.997500', '162441.457500', '162441.917500', '162442.377500', '162442.837500', '162443.297500', '162443.757500', '162444.217500', '162444.677500', '162445.137500', '162445.597500', '162446.057500', '162446.517500', '162446.977500', '162447.437500', '162447.897500', '162448.357500', '162448.817500', '162449.277500', '162449.737500', '162450.197500', '162450.657500', '162451.117500', '162451.577500', '162452.037500', '162452.497500', '162452.957500', '162453.417500', '162453.877500', '162454.337500', '162454.797500', '162455.257500', '162455.717500', '162456.177500', '162456.637500', '162457.097500', '162457.557500', '162458.017500', '162458.477500', '162458.937500', '162459.397500', '162459.857500', '162500.317500', '162500.777500', '162501.237500', '162501.697500', '162502.157500', '162502.617500', '162503.077500', '162503.537500', '162503.997500', '162504.457500', '162504.917500', '162505.377500', '162505.837500', '162506.297500', '162506.757500', '162507.217500', '162507.677500', '162508.137500', '162508.597500', '162509.057500', '162509.517500', '162509.977500', '162510.437500', '162510.897500', '162511.357500', '162511.817500', '162512.277500', '162512.737500', '162513.197500', '162513.657500', '162514.117500', '162514.577500', '162515.037500', '162515.497500', '162515.957500', '162516.417500', '162516.877500', '162517.337500', '162517.797500', '162518.257500', '162518.717500', '162519.177500', '162519.637500', '162520.097500', '162520.557500', '162521.017500', '162521.477500'], 'ContentTime': ['161853.616000', '161853.619000', '161853.622000', '161853.628000', '161853.630000', '161853.633000', '161853.636000', '161853.638000', '161853.641000', '161853.643000', '161853.646000', '161853.648000', '161853.651000', '161853.654000', '161853.656000', '161853.659000', '161853.662000', '161853.665000', '161853.667000', '161853.670000', '161853.672000', '161853.675000', '161853.678000', '161853.680000', '161853.683000', '161853.686000', '161913.588000', '161913.591000', '161913.594000', '161913.596000', '161913.603000', '161913.605000', '161913.608000', '161913.610000', '161913.613000', '161913.615000', '161913.618000', '161913.621000', '161913.623000', '161913.626000', '161913.628000', '161913.631000', '161913.634000', '161913.636000', '161913.639000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.651000', '161913.654000', '161913.657000', '161913.659000', '161913.662000', '161913.664000', '161913.667000', '161913.673000', '161913.677000', '161913.679000', '161913.682000', '161913.684000', '161913.687000', '161913.689000', '161913.692000', '161913.695000', '161913.697000', '161913.700000', '161913.702000', '161913.705000', '161933.589000', '161933.591000', '161933.594000', '161933.597000', '161933.599000', '161933.602000', '161933.605000', '161933.607000', '161933.610000', '161933.612000', '161933.615000', '161933.617000', '161933.620000', '161933.622000', '161933.625000', '161933.628000', '161933.630000', '161933.633000', '161933.635000', '161933.638000', '161933.640000', '161933.643000', '161933.646000', '161933.648000', '161933.653000', '161933.656000', '161933.659000', '161933.661000', '161933.664000', '161933.666000', '161933.669000', '161933.671000', '161933.674000', '161933.677000', '161933.679000', '161933.682000', '161933.684000', '161933.687000', '161933.689000', '161933.692000', '161933.694000', '161933.697000', '161933.699000', '161933.702000', '161953.589000', '161953.592000', '161953.595000', '161953.598000', '161953.600000', '161953.603000', '161953.605000', '161953.608000', '161953.610000', '161953.613000', '161953.616000', '161953.618000', '161953.621000', '161953.623000', '161953.626000', '161953.629000', '161953.631000', '161953.634000', '161953.636000', '161953.639000', '161953.641000', '161953.644000', '161953.646000', '161953.649000', '161953.652000', '161953.654000', '161953.657000', '161953.659000', '161953.662000', '161953.664000', '161953.667000', '161953.670000', '161953.672000', '161953.675000', '161953.677000', '161953.680000', '161953.682000', '161953.685000', '161953.687000', '161953.690000', '161953.692000', '161953.695000', '161953.698000', '162013.589000', '162013.591000', '162013.594000', '162013.597000', '162013.599000', '162013.602000', '162013.604000', '162013.607000', '162013.609000', '162013.612000', '162013.615000', '162013.617000', '162013.620000', '162013.622000', '162013.625000', '162013.628000', '162013.630000', '162013.633000', '162013.635000', '162013.638000', '162013.640000', '162013.643000', '162013.645000', '162013.648000', '162013.650000', '162013.653000', '162013.655000', '162013.658000', '162013.661000', '162013.663000', '162013.666000', '162013.668000', '162013.671000', '162013.673000', '162013.676000', '162013.679000', '162013.681000', '162013.684000', '162013.686000', '162013.689000', '162013.691000', '162013.705000', '162013.708000', '162013.711000', '162033.589000', '162033.591000', '162033.594000', '162033.597000', '162033.599000', '162033.602000', '162033.604000', '162033.607000', '162033.610000', '162033.612000', '162033.615000', '162033.617000', '162033.620000', '162033.623000', '162033.625000', '162033.628000', '162033.630000', '162033.633000', '162033.635000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.648000', '162033.651000', '162033.654000', '162033.657000', '162033.660000', '162033.662000', '162033.665000', '162033.667000', '162033.670000', '162033.673000', '162033.675000', '162033.678000', '162033.680000', '162033.683000', '162033.685000', '162033.688000', '162033.690000', '162033.693000', '162033.696000', '162033.698000', '162053.589000', '162053.591000', '162053.594000', '162053.597000', '162053.599000', '162053.602000', '162053.605000', '162053.607000', '162053.610000', '162053.612000', '162053.615000', '162053.618000', '162053.620000', '162053.623000', '162053.625000', '162053.628000', '162053.630000', '162053.633000', '162053.636000', '162053.638000', '162053.641000', '162053.643000', '162053.646000', '162053.648000', '162053.651000', '162053.654000', '162053.656000', '162053.659000', '162053.661000', '162053.664000', '162053.667000', '162053.669000', '162053.672000', '162053.674000', '162053.677000', '162053.681000', '162053.683000', '162053.686000', '162053.688000', '162053.691000', '162053.694000', '162053.696000', '162053.699000', '162053.701000', '162113.589000', '162113.591000', '162113.594000', '162113.597000', '162113.599000', '162113.602000', '162113.604000', '162113.607000', '162113.610000', '162113.612000', '162113.615000', '162113.617000', '162113.620000', '162113.623000', '162113.625000', '162113.628000', '162113.630000', '162113.633000', '162113.635000', '162113.638000', '162113.640000', '162113.643000', '162113.646000', '162113.648000', '162113.651000', '162113.653000', '162113.656000', '162113.659000', '162113.661000', '162113.664000', '162113.666000', '162113.669000', '162113.671000', '162113.674000', '162113.677000', '162113.679000', '162113.682000', '162113.684000', '162113.687000', '162113.690000', '162113.692000', '162113.695000', '162113.698000', '162133.589000', '162133.592000', '162133.594000', '162133.597000', '162133.599000', '162133.602000', '162133.604000', '162133.607000', '162133.610000', '162133.612000', '162133.615000', '162133.617000', '162133.620000', '162133.623000', '162133.625000', '162133.628000', '162133.630000', '162133.633000', '162133.635000', '162133.638000', '162133.641000', '162133.643000', '162133.646000', '162133.649000', '162133.651000', '162133.654000', '162133.656000', '162133.659000', '162133.661000', '162133.664000', '162133.666000', '162133.669000', '162133.672000', '162133.674000', '162133.677000', '162133.679000', '162133.682000', '162133.685000', '162133.687000', '162133.690000', '162133.692000', '162133.695000', '162133.698000', '162133.700000', '162153.589000', '162153.591000', '162153.594000', '162153.597000', '162153.599000', '162153.602000', '162153.604000', '162153.607000', '162153.610000', '162153.612000', '162153.615000', '162153.618000', '162153.620000', '162153.623000', '162153.625000', '162153.628000', '162153.631000', '162153.633000', '162153.636000', '162153.638000', '162153.641000', '162153.644000', '162153.657000', '162153.660000', '162153.663000', '162153.665000', '162153.668000', '162153.670000', '162153.673000', '162153.676000', '162153.678000', '162153.681000', '162153.683000', '162153.686000', '162153.689000', '162153.691000', '162153.695000', '162153.697000', '162153.700000', '162153.703000', '162153.705000', '162153.708000', '162153.710000', '162213.589000', '162213.591000', '162213.594000', '162213.597000', '162213.599000', '162213.602000', '162213.605000', '162213.607000', '162213.610000', '162213.612000', '162213.615000', '162213.618000', '162213.620000', '162213.623000', '162213.625000', '162213.628000', '162213.630000', '162213.633000', '162213.636000', '162213.638000', '162213.641000', '162213.643000', '162213.646000', '162213.649000', '162213.651000', '162213.654000', '162213.656000', '162213.659000', '162213.662000', '162213.664000', '162213.667000', '162213.669000', '162213.672000', '162213.675000', '162213.677000', '162213.680000', '162213.683000', '162213.685000', '162213.688000', '162213.690000', '162213.693000', '162213.695000', '162213.698000', '162213.701000', '162233.589000', '162233.591000', '162233.594000', '162233.597000', '162233.599000', '162233.602000', '162233.604000', '162233.607000', '162233.610000', '162233.612000', '162233.615000', '162233.618000', '162233.620000', '162233.623000', '162233.625000', '162233.628000', '162233.630000', '162233.633000', '162233.636000', '162233.638000', '162233.641000', '162233.644000', '162233.646000', '162233.649000', '162233.651000', '162233.654000', '162233.656000', '162233.659000', '162233.662000', '162233.664000', '162233.667000', '162233.669000', '162233.672000', '162233.675000', '162233.677000', '162233.680000', '162233.682000', '162233.685000', '162233.688000', '162233.690000', '162233.693000', '162233.696000', '162233.698000', '162253.589000', '162253.591000', '162253.594000', '162253.597000', '162253.599000', '162253.602000', '162253.605000', '162253.608000', '162253.610000', '162253.613000', '162253.615000', '162253.618000', '162253.621000', '162253.623000', '162253.626000', '162253.628000', '162253.631000', '162253.633000', '162253.636000', '162253.639000', '162253.641000', '162253.644000', '162253.647000', '162253.649000', '162253.652000', '162253.655000', '162253.657000', '162253.660000', '162253.662000', '162253.665000', '162253.667000', '162253.670000', '162253.673000', '162253.675000', '162253.678000', '162253.681000', '162253.683000', '162253.686000', '162253.689000', '162253.691000', '162253.694000', '162253.696000', '162253.699000', '162253.701000', '162313.589000', '162313.592000', '162313.594000', '162313.597000', '162313.600000', '162313.602000', '162313.605000', '162313.607000', '162313.610000', '162313.613000', '162313.615000', '162313.618000', '162313.620000', '162313.623000', '162313.626000', '162313.628000', '162313.631000', '162313.633000', '162313.636000', '162313.639000', '162313.641000', '162313.644000', '162313.646000', '162313.649000', '162313.651000', '162313.654000', '162313.657000', '162313.659000', '162313.662000', '162313.664000', '162313.667000', '162313.669000', '162313.672000', '162313.675000', '162313.677000', '162313.680000', '162313.683000', '162313.685000', '162313.688000', '162313.690000', '162313.693000', '162313.696000', '162313.698000', '162333.588000', '162333.591000', '162333.594000', '162333.597000', '162333.609000', '162333.612000', '162333.615000', '162333.617000', '162333.620000', '162333.622000', '162333.625000', '162333.627000', '162333.630000', '162333.633000', '162333.635000', '162333.638000', '162333.640000', '162333.643000', '162333.646000', '162333.648000', '162333.651000', '162333.653000', '162333.656000', '162333.658000', '162333.661000', '162333.664000', '162333.666000', '162333.669000', '162333.671000', '162333.674000', '162333.677000', '162333.679000', '162333.682000', '162333.684000', '162333.687000', '162333.690000', '162333.692000', '162333.695000', '162333.697000', '162333.700000', '162333.703000', '162333.705000', '162333.708000', '162333.710000', '162353.589000', '162353.591000', '162353.594000', '162353.597000', '162353.599000', '162353.602000', '162353.605000', '162353.607000', '162353.610000', '162353.612000', '162353.615000', '162353.617000', '162353.620000', '162353.623000', '162353.625000', '162353.628000', '162353.630000', '162353.633000', '162353.636000', '162353.638000', '162353.641000', '162353.644000', '162353.646000', '162353.649000', '162353.651000', '162353.654000', '162353.657000', '162353.659000', '162353.662000', '162353.664000', '162353.667000', '162353.670000', '162353.672000', '162353.675000', '162353.677000', '162353.680000', '162353.683000', '162353.685000', '162353.688000', '162353.690000', '162353.693000', '162353.696000', '162353.698000', '162413.590000', '162413.593000', '162413.595000', '162413.598000', '162413.601000', '162413.603000', '162413.606000', '162413.609000', '162413.611000', '162413.614000', '162413.616000', '162413.619000', '162413.621000', '162413.624000', '162413.627000', '162413.629000', '162413.632000', '162413.635000', '162413.637000', '162413.640000', '162413.642000', '162413.645000', '162413.648000', '162413.650000', '162413.653000', '162413.655000', '162413.658000', '162413.661000', '162413.663000', '162413.666000', '162413.668000', '162413.671000', '162413.674000', '162413.676000', '162413.679000', '162413.681000', '162413.684000', '162413.687000', '162413.689000', '162413.692000', '162413.695000', '162413.697000', '162413.700000', '162413.702000', '162433.589000', '162433.592000', '162433.594000', '162433.597000', '162433.600000', '162433.602000', '162433.605000', '162433.607000', '162433.610000', '162433.612000', '162433.615000', '162433.618000', '162433.620000', '162433.623000', '162433.625000', '162433.628000', '162433.631000', '162433.633000', '162433.636000', '162433.638000', '162433.641000', '162433.643000', '162433.646000', '162433.649000', '162433.651000', '162433.654000', '162433.656000', '162433.659000', '162433.661000', '162433.664000', '162433.667000', '162433.669000', '162433.672000', '162433.675000', '162433.677000', '162433.680000', '162433.682000', '162433.685000', '162433.687000', '162433.690000', '162433.693000', '162433.695000', '162433.698000', '162453.589000', '162453.591000', '162453.594000', '162453.597000', '162453.599000', '162453.602000', '162453.604000', '162453.607000', '162453.610000', '162453.612000', '162453.616000', '162453.619000', '162453.621000', '162453.624000', '162453.627000', '162453.654000', '162453.657000', '162453.660000', '162453.662000', '162453.665000', '162453.667000', '162453.670000', '162453.672000', '162453.675000', '162453.678000', '162453.680000', '162453.683000', '162453.685000', '162453.688000', '162453.691000', '162453.693000', '162453.696000', '162453.698000', '162453.701000', '162453.704000', '162453.706000', '162453.709000', '162453.711000', '162453.714000', '162453.716000', '162453.719000', '162453.721000', '162453.724000', '162453.727000', '162513.589000', '162513.591000', '162513.594000', '162513.597000', '162513.599000', '162513.602000', '162513.605000', '162513.607000', '162513.610000', '162513.612000', '162513.615000', '162513.617000', '162513.620000', '162513.623000', '162513.625000', '162513.628000', '162513.630000', '162513.633000', '162513.636000', '162513.638000', '162513.641000', '162513.643000', '162513.646000', '162513.648000', '162513.651000', '162513.654000', '162513.656000', '162513.659000', '162513.661000', '162513.664000', '162513.667000', '162513.669000', '162513.672000', '162513.674000', '162513.677000', '162513.680000', '162513.682000', '162513.685000', '162513.687000', '162513.690000', '162513.692000', '162513.695000', '162513.698000', '162522.529000', '162522.532000', '162522.535000', '162522.539000', '162522.542000', '162522.545000', '162522.547000', '162522.550000', '162522.553000', '162522.556000', '162522.559000', '162522.562000', '162522.565000', '162522.567000', '162522.570000', '162522.573000', '162522.575000', '162522.578000', '162522.580000', '162522.583000'], 'InstanceCreationTime': ['161853.616000', '161853.619000', '161853.622000', '161853.628000', '161853.630000', '161853.633000', '161853.636000', '161853.638000', '161853.641000', '161853.643000', '161853.646000', '161853.648000', '161853.651000', '161853.654000', '161853.656000', '161853.659000', '161853.662000', '161853.665000', '161853.667000', '161853.670000', '161853.672000', '161853.675000', '161853.678000', '161853.680000', '161853.683000', '161853.686000', '161913.588000', '161913.591000', '161913.594000', '161913.596000', '161913.603000', '161913.605000', '161913.608000', '161913.610000', '161913.613000', '161913.615000', '161913.618000', '161913.621000', '161913.623000', '161913.626000', '161913.628000', '161913.631000', '161913.634000', '161913.636000', '161913.639000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.651000', '161913.654000', '161913.657000', '161913.659000', '161913.662000', '161913.664000', '161913.667000', '161913.673000', '161913.677000', '161913.679000', '161913.682000', '161913.684000', '161913.687000', '161913.689000', '161913.692000', '161913.695000', '161913.697000', '161913.700000', '161913.702000', '161913.705000', '161933.589000', '161933.591000', '161933.594000', '161933.597000', '161933.599000', '161933.602000', '161933.605000', '161933.607000', '161933.610000', '161933.612000', '161933.615000', '161933.617000', '161933.620000', '161933.622000', '161933.625000', '161933.628000', '161933.630000', '161933.633000', '161933.635000', '161933.638000', '161933.640000', '161933.643000', '161933.646000', '161933.648000', '161933.653000', '161933.656000', '161933.659000', '161933.661000', '161933.664000', '161933.666000', '161933.669000', '161933.671000', '161933.674000', '161933.677000', '161933.679000', '161933.682000', '161933.684000', '161933.687000', '161933.689000', '161933.692000', '161933.694000', '161933.697000', '161933.699000', '161933.702000', '161953.589000', '161953.592000', '161953.595000', '161953.598000', '161953.600000', '161953.603000', '161953.605000', '161953.608000', '161953.610000', '161953.613000', '161953.616000', '161953.618000', '161953.621000', '161953.623000', '161953.626000', '161953.629000', '161953.631000', '161953.634000', '161953.636000', '161953.639000', '161953.641000', '161953.644000', '161953.646000', '161953.649000', '161953.652000', '161953.654000', '161953.657000', '161953.659000', '161953.662000', '161953.664000', '161953.667000', '161953.670000', '161953.672000', '161953.675000', '161953.677000', '161953.680000', '161953.682000', '161953.685000', '161953.687000', '161953.690000', '161953.692000', '161953.695000', '161953.698000', '162013.589000', '162013.591000', '162013.594000', '162013.597000', '162013.599000', '162013.602000', '162013.604000', '162013.607000', '162013.609000', '162013.612000', '162013.615000', '162013.617000', '162013.620000', '162013.622000', '162013.625000', '162013.628000', '162013.630000', '162013.633000', '162013.635000', '162013.638000', '162013.640000', '162013.643000', '162013.645000', '162013.648000', '162013.650000', '162013.653000', '162013.655000', '162013.658000', '162013.661000', '162013.663000', '162013.666000', '162013.668000', '162013.671000', '162013.673000', '162013.676000', '162013.679000', '162013.681000', '162013.684000', '162013.686000', '162013.689000', '162013.691000', '162013.705000', '162013.708000', '162013.711000', '162033.589000', '162033.591000', '162033.594000', '162033.597000', '162033.599000', '162033.602000', '162033.604000', '162033.607000', '162033.610000', '162033.612000', '162033.615000', '162033.617000', '162033.620000', '162033.623000', '162033.625000', '162033.628000', '162033.630000', '162033.633000', '162033.635000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.648000', '162033.651000', '162033.654000', '162033.657000', '162033.660000', '162033.662000', '162033.665000', '162033.667000', '162033.670000', '162033.673000', '162033.675000', '162033.678000', '162033.680000', '162033.683000', '162033.685000', '162033.688000', '162033.690000', '162033.693000', '162033.696000', '162033.698000', '162053.589000', '162053.591000', '162053.594000', '162053.597000', '162053.599000', '162053.602000', '162053.605000', '162053.607000', '162053.610000', '162053.612000', '162053.615000', '162053.618000', '162053.620000', '162053.623000', '162053.625000', '162053.628000', '162053.630000', '162053.633000', '162053.636000', '162053.638000', '162053.641000', '162053.643000', '162053.646000', '162053.648000', '162053.651000', '162053.654000', '162053.656000', '162053.659000', '162053.661000', '162053.664000', '162053.667000', '162053.669000', '162053.672000', '162053.674000', '162053.677000', '162053.681000', '162053.683000', '162053.686000', '162053.688000', '162053.691000', '162053.694000', '162053.696000', '162053.699000', '162053.701000', '162113.589000', '162113.591000', '162113.594000', '162113.597000', '162113.599000', '162113.602000', '162113.604000', '162113.607000', '162113.610000', '162113.612000', '162113.615000', '162113.617000', '162113.620000', '162113.623000', '162113.625000', '162113.628000', '162113.630000', '162113.633000', '162113.635000', '162113.638000', '162113.640000', '162113.643000', '162113.646000', '162113.648000', '162113.651000', '162113.653000', '162113.656000', '162113.659000', '162113.661000', '162113.664000', '162113.666000', '162113.669000', '162113.671000', '162113.674000', '162113.677000', '162113.679000', '162113.682000', '162113.684000', '162113.687000', '162113.690000', '162113.692000', '162113.695000', '162113.698000', '162133.589000', '162133.592000', '162133.594000', '162133.597000', '162133.599000', '162133.602000', '162133.604000', '162133.607000', '162133.610000', '162133.612000', '162133.615000', '162133.617000', '162133.620000', '162133.623000', '162133.625000', '162133.628000', '162133.630000', '162133.633000', '162133.635000', '162133.638000', '162133.641000', '162133.643000', '162133.646000', '162133.649000', '162133.651000', '162133.654000', '162133.656000', '162133.659000', '162133.661000', '162133.664000', '162133.666000', '162133.669000', '162133.672000', '162133.674000', '162133.677000', '162133.679000', '162133.682000', '162133.685000', '162133.687000', '162133.690000', '162133.692000', '162133.695000', '162133.698000', '162133.700000', '162153.589000', '162153.591000', '162153.594000', '162153.597000', '162153.599000', '162153.602000', '162153.604000', '162153.607000', '162153.610000', '162153.612000', '162153.615000', '162153.618000', '162153.620000', '162153.623000', '162153.625000', '162153.628000', '162153.631000', '162153.633000', '162153.636000', '162153.638000', '162153.641000', '162153.644000', '162153.657000', '162153.660000', '162153.663000', '162153.665000', '162153.668000', '162153.670000', '162153.673000', '162153.676000', '162153.678000', '162153.681000', '162153.683000', '162153.686000', '162153.689000', '162153.691000', '162153.695000', '162153.697000', '162153.700000', '162153.703000', '162153.705000', '162153.708000', '162153.710000', '162213.589000', '162213.591000', '162213.594000', '162213.597000', '162213.599000', '162213.602000', '162213.605000', '162213.607000', '162213.610000', '162213.612000', '162213.615000', '162213.618000', '162213.620000', '162213.623000', '162213.625000', '162213.628000', '162213.630000', '162213.633000', '162213.636000', '162213.638000', '162213.641000', '162213.643000', '162213.646000', '162213.649000', '162213.651000', '162213.654000', '162213.656000', '162213.659000', '162213.662000', '162213.664000', '162213.667000', '162213.669000', '162213.672000', '162213.675000', '162213.677000', '162213.680000', '162213.683000', '162213.685000', '162213.688000', '162213.690000', '162213.693000', '162213.695000', '162213.698000', '162213.701000', '162233.589000', '162233.591000', '162233.594000', '162233.597000', '162233.599000', '162233.602000', '162233.604000', '162233.607000', '162233.610000', '162233.612000', '162233.615000', '162233.618000', '162233.620000', '162233.623000', '162233.625000', '162233.628000', '162233.630000', '162233.633000', '162233.636000', '162233.638000', '162233.641000', '162233.644000', '162233.646000', '162233.649000', '162233.651000', '162233.654000', '162233.656000', '162233.659000', '162233.662000', '162233.664000', '162233.667000', '162233.669000', '162233.672000', '162233.675000', '162233.677000', '162233.680000', '162233.682000', '162233.685000', '162233.688000', '162233.690000', '162233.693000', '162233.696000', '162233.698000', '162253.589000', '162253.591000', '162253.594000', '162253.597000', '162253.599000', '162253.602000', '162253.605000', '162253.608000', '162253.610000', '162253.613000', '162253.615000', '162253.618000', '162253.621000', '162253.623000', '162253.626000', '162253.628000', '162253.631000', '162253.633000', '162253.636000', '162253.639000', '162253.641000', '162253.644000', '162253.647000', '162253.649000', '162253.652000', '162253.655000', '162253.657000', '162253.660000', '162253.662000', '162253.665000', '162253.667000', '162253.670000', '162253.673000', '162253.675000', '162253.678000', '162253.681000', '162253.683000', '162253.686000', '162253.689000', '162253.691000', '162253.694000', '162253.696000', '162253.699000', '162253.701000', '162313.589000', '162313.592000', '162313.594000', '162313.597000', '162313.600000', '162313.602000', '162313.605000', '162313.607000', '162313.610000', '162313.613000', '162313.615000', '162313.618000', '162313.620000', '162313.623000', '162313.626000', '162313.628000', '162313.631000', '162313.633000', '162313.636000', '162313.639000', '162313.641000', '162313.644000', '162313.646000', '162313.649000', '162313.651000', '162313.654000', '162313.657000', '162313.659000', '162313.662000', '162313.664000', '162313.667000', '162313.669000', '162313.672000', '162313.675000', '162313.677000', '162313.680000', '162313.683000', '162313.685000', '162313.688000', '162313.690000', '162313.693000', '162313.696000', '162313.698000', '162333.588000', '162333.591000', '162333.594000', '162333.597000', '162333.609000', '162333.612000', '162333.615000', '162333.617000', '162333.620000', '162333.622000', '162333.625000', '162333.627000', '162333.630000', '162333.633000', '162333.635000', '162333.638000', '162333.640000', '162333.643000', '162333.646000', '162333.648000', '162333.651000', '162333.653000', '162333.656000', '162333.658000', '162333.661000', '162333.664000', '162333.666000', '162333.669000', '162333.671000', '162333.674000', '162333.677000', '162333.679000', '162333.682000', '162333.684000', '162333.687000', '162333.690000', '162333.692000', '162333.695000', '162333.697000', '162333.700000', '162333.703000', '162333.705000', '162333.708000', '162333.710000', '162353.589000', '162353.591000', '162353.594000', '162353.597000', '162353.599000', '162353.602000', '162353.605000', '162353.607000', '162353.610000', '162353.612000', '162353.615000', '162353.617000', '162353.620000', '162353.623000', '162353.625000', '162353.628000', '162353.630000', '162353.633000', '162353.636000', '162353.638000', '162353.641000', '162353.644000', '162353.646000', '162353.649000', '162353.651000', '162353.654000', '162353.657000', '162353.659000', '162353.662000', '162353.664000', '162353.667000', '162353.670000', '162353.672000', '162353.675000', '162353.677000', '162353.680000', '162353.683000', '162353.685000', '162353.688000', '162353.690000', '162353.693000', '162353.696000', '162353.698000', '162413.590000', '162413.593000', '162413.595000', '162413.598000', '162413.601000', '162413.603000', '162413.606000', '162413.609000', '162413.611000', '162413.614000', '162413.616000', '162413.619000', '162413.621000', '162413.624000', '162413.627000', '162413.629000', '162413.632000', '162413.635000', '162413.637000', '162413.640000', '162413.642000', '162413.645000', '162413.648000', '162413.650000', '162413.653000', '162413.655000', '162413.658000', '162413.661000', '162413.663000', '162413.666000', '162413.668000', '162413.671000', '162413.674000', '162413.676000', '162413.679000', '162413.681000', '162413.684000', '162413.687000', '162413.689000', '162413.692000', '162413.695000', '162413.697000', '162413.700000', '162413.702000', '162433.589000', '162433.592000', '162433.594000', '162433.597000', '162433.600000', '162433.602000', '162433.605000', '162433.607000', '162433.610000', '162433.612000', '162433.615000', '162433.618000', '162433.620000', '162433.623000', '162433.625000', '162433.628000', '162433.631000', '162433.633000', '162433.636000', '162433.638000', '162433.641000', '162433.643000', '162433.646000', '162433.649000', '162433.651000', '162433.654000', '162433.656000', '162433.659000', '162433.661000', '162433.664000', '162433.667000', '162433.669000', '162433.672000', '162433.675000', '162433.677000', '162433.680000', '162433.682000', '162433.685000', '162433.687000', '162433.690000', '162433.693000', '162433.695000', '162433.698000', '162453.589000', '162453.591000', '162453.594000', '162453.597000', '162453.599000', '162453.602000', '162453.604000', '162453.607000', '162453.610000', '162453.612000', '162453.616000', '162453.619000', '162453.621000', '162453.624000', '162453.627000', '162453.654000', '162453.657000', '162453.660000', '162453.662000', '162453.665000', '162453.667000', '162453.670000', '162453.672000', '162453.675000', '162453.678000', '162453.680000', '162453.683000', '162453.685000', '162453.688000', '162453.691000', '162453.693000', '162453.696000', '162453.698000', '162453.701000', '162453.704000', '162453.706000', '162453.709000', '162453.711000', '162453.714000', '162453.716000', '162453.719000', '162453.721000', '162453.724000', '162453.727000', '162513.589000', '162513.591000', '162513.594000', '162513.597000', '162513.599000', '162513.602000', '162513.605000', '162513.607000', '162513.610000', '162513.612000', '162513.615000', '162513.617000', '162513.620000', '162513.623000', '162513.625000', '162513.628000', '162513.630000', '162513.633000', '162513.636000', '162513.638000', '162513.641000', '162513.643000', '162513.646000', '162513.648000', '162513.651000', '162513.654000', '162513.656000', '162513.659000', '162513.661000', '162513.664000', '162513.667000', '162513.669000', '162513.672000', '162513.674000', '162513.677000', '162513.680000', '162513.682000', '162513.685000', '162513.687000', '162513.690000', '162513.692000', '162513.695000', '162513.698000', '162522.529000', '162522.532000', '162522.535000', '162522.539000', '162522.542000', '162522.545000', '162522.547000', '162522.550000', '162522.553000', '162522.556000', '162522.559000', '162522.562000', '162522.565000', '162522.567000', '162522.570000', '162522.573000', '162522.575000', '162522.578000', '162522.580000', '162522.583000'], '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': [19593, 14386, 13741, 15334, 10766, 18329, 13940, 17748, 14652, 10790, 17426, 13702, 9916, 15764, 13067, 16720, 13903, 10959, 17017, 12901, 13837, 13740, 10516, 17212, 12612, 18259, 13709, 10682, 15102, 11135, 18205, 13806, 10031, 14768, 13436, 15081, 13786, 10579, 17233, 12887, 17728, 13395, 11775, 14202, 10924, 17825, 13948, 14073, 13761, 9967, 15872, 12442, 17978, 13507, 11739, 14046, 10886, 17055, 13585, 11661, 13712, 10509, 16293, 13084, 17897, 13113, 12257, 13911, 10471, 16841, 13095, 19252, 14076, 10762, 15370, 13540, 12066, 13897, 10984, 16781, 13105, 14213, 13427, 10494, 17498, 14338, 11372, 15425, 13089, 17035, 13686, 10876, 16150, 11900, 17605, 13621, 16896, 13427, 12417, 15141, 10763, 16424, 13436, 16924, 14066, 15018, 13839, 11331, 17278, 13887, 10036, 15547, 13195, 17613, 13548, 10993, 15953, 11667, 17194, 13170, 11041, 15250, 11911, 18297, 13858, 10289, 15157, 11606, 17871, 13947, 18054, 13485, 10642, 14966, 11232, 17776, 14107, 14462, 13410, 10072, 15691, 11060, 17104, 13634, 16748, 13441, 9706, 14971, 12514, 16670, 13519, 9921, 13994, 10109, 16003, 11574, 17358, 13032, 17234, 12989, 15087, 13312, 10733, 16135, 12741, 17075, 13674, 12541, 14523, 10686, 16745, 13844, 16594, 13631, 11718, 16684, 13250, 13570, 13963, 11077, 17040, 13598, 16157, 13577, 10868, 16921, 12935, 10977, 14550, 11223, 17551, 13880, 18161, 13653, 10139, 15559, 11487, 17318, 13724, 18680, 13836, 10403, 15613, 13321, 16328, 13554, 15235, 13592, 9927, 15657, 12595, 16651, 13395, 17853, 13662, 13869, 14367, 10575, 15944, 13426, 17004, 13731, 11543, 14622, 10683, 16570, 13479, 17558, 13687, 13021, 13991, 9947, 16225, 11901, 17720, 14087, 17867, 13931, 10966, 14735, 10776, 16752, 13771, 17757, 13992, 9962, 14796, 11092, 17275, 13596, 18645, 13624, 10165, 15550, 13061, 17337, 13317, 14809, 13912, 9955, 16167, 12800, 17436, 13667, 14538, 13875, 10675, 16452, 13708, 15402, 13778, 10272, 16343, 13052, 17446, 13214, 15586, 13668, 10959, 16382, 12623, 17594, 14251, 16723, 13450, 10978, 15774, 12259, 17107, 13475, 13318, 13884, 10142, 15709, 11397, 17003, 13584, 17216, 13572, 10370, 16140, 12397, 18462, 13648, 9997, 14908, 10637, 16710, 13189, 17788, 13551, 15735, 13560, 10288, 15630, 11254, 18195, 13531, 14531, 13863, 10310, 16372, 12054, 18408, 13796, 13850, 13831, 10145, 16126, 11842, 17609, 13888, 16708, 13636, 10553, 16314, 13150, 16218, 13321, 10564, 14493, 10570, 16331, 11925, 17058, 12508, 16966, 13621, 17478, 13330, 17807, 13616, 11971, 15217, 12544, 16693, 13787, 12730, 13646, 11091, 15607, 11028, 16778, 12983, 17751, 13428, 18363, 13201, 14911, 13215, 10703, 14848, 11158, 17630, 13434, 17213, 13955, 14050, 13710, 9879, 16131, 11983, 17025, 13106, 17226, 13147, 13997, 13053, 9832, 15422, 11012, 17825, 13058, 17200, 13302, 11672, 14111, 10741, 16690, 12937, 13191, 13393, 10852, 14029, 11269, 15434, 10048, 15523, 10972, 17150, 12196, 17365, 13327, 11286, 13622, 10268, 15634, 11203, 17299, 13233, 16716, 12951, 15543, 13284, 13112, 13715, 10207, 15575, 11365, 16182, 13107, 16700, 13521, 17248, 12931, 16374, 13035, 13785, 13119, 11791, 15470, 10627, 16319, 13018, 16697, 13462, 16881, 13311, 14929, 13439, 10311, 15166, 10803, 16590, 12052, 17718, 13306, 17210, 13367, 13006, 14030, 11072, 16814, 13334, 15785, 13650, 10335, 15790, 13263, 17212, 13206, 16683, 13016, 14045, 13979, 9742, 15800, 11455, 17847, 13314, 17437, 13763, 16292, 13881, 10117, 15523, 11137, 17102, 13058, 17596, 13407, 16185, 13274, 11343, 14039, 10496, 16784, 10778, 16934, 12461, 17386, 13263, 17162, 13394, 13127, 13070, 9868, 14995, 10910, 16857, 12778, 16980, 13312, 16588, 13146, 11912, 15077, 10317, 16786, 12988, 17248, 13194, 15227, 13906, 10178, 15797, 11094, 17232, 13451, 18018, 13697, 10499, 14416, 10917, 16936, 13583, 17947, 13875, 9456, 15112, 11120, 17240, 13440, 18090, 13518, 9851, 14862, 11145, 17121, 13909, 14773, 13685, 9972, 15375, 11129, 17078, 13345, 17598, 13311, 14411, 13645, 10235, 16402, 11482, 18035, 13851, 13145, 13828, 10599, 16838, 13209, 11653, 14008, 10524, 16735, 12818, 17339, 13044, 18223, 13094, 9628, 14760, 10587, 17732, 12887, 18457, 13657, 15753, 13947, 10058, 16134, 13059, 17336, 13231, 18099, 14188, 10274, 15108, 11464, 17451, 13621, 17272, 13877, 17077, 14196, 10161, 15565, 11480, 16845, 13000, 17359, 13683, 17289, 13708, 11267, 13759, 10416, 16186, 11390, 17504, 12343, 17376, 13365, 17325, 13314, 17730, 13318, 15245, 13191, 11074, 14703, 10921, 16700, 11534, 16778, 13251, 13675, 13446, 10593, 17173, 13380, 17762, 13415, 10428, 15580, 11169, 17913, 13435, 17902, 13483, 16444, 13508, 10136, 16338, 12804, 16308, 13641, 10294, 15925, 13206, 10854, 16484, 12629, 14946, 13557, 10298, 16747, 11791, 18374, 12901, 14199, 13719, 10316, 17040, 13793, 17704, 13693, 10030, 16207, 12764, 17418, 13639, 10386, 14955, 11060, 16778, 13332, 17566, 13571, 16050, 13622, 10121, 14783, 10425, 16230, 12125, 16903, 13162, 17149, 13322, 15644, 13505, 14707, 14374, 9787, 15750, 10981, 16458, 11933, 17410, 13896, 16542, 13117, 13296, 13335, 11154, 15502, 10624, 16448, 11553, 17516, 13249, 17926, 13919, 15597, 13559, 10131, 16079, 13049, 17248, 13423, 13734, 14222, 10292, 16284, 12247, 17920, 13547, 18050, 13850, 10088, 14957, 10995, 17448, 13459, 17397, 13679, 17411, 13499, 13364, 13989, 10465, 15230, 11004, 16771, 11878, 16625, 13599, 16530, 13118, 11748, 15026, 10368, 16685, 12249, 17644, 13849, 17916, 13489, 12612, 13611, 10298, 15830, 10994, 17479, 13040, 17275, 13599, 14614, 13708, 10690, 16159, 11698, 17076, 13172, 15496, 13451, 11702, 15842, 10560, 16562, 11940, 17268, 13869, 17714, 14333, 9844, 14914, 12317, 16356, 13532, 14420, 13776, 10280, 15920, 13046, 14971, 13287, 10709, 17342, 12623, 16072, 12860, 10649, 15369, 11704, 17795, 13093, 16878, 13512, 10634, 14726, 11440, 17429, 13218, 12045, 13836, 10303, 16686, 13169, 17727, 13203, 11426, 14291, 10406, 16384, 13595, 17462, 13202, 10836, 14189, 10344, 15834, 11544, 17127, 12440, 16222, 13407, 17052, 13161, 11886, 14565, 10239, 15603, 12776, 16080, 12840, 15199, 13289, 9825, 14937, 11402, 16642, 12963, 16862, 13010, 10430, 14792, 10965, 17359, 13399, 17275], 'WindowCenter': [4802.0, 4755.0, 4731.0, 4728.0, 4676.0, 4734.0, 4704.0, 4733.0, 4701.0, 4673.0, 4721.0, 4690.0, 4651.0, 4711.0, 4693.0, 4722.0, 4701.0, 4672.0, 4723.0, 4691.0, 4690.0, 4689.0, 4660.0, 4708.0, 4669.0, 4707.0, 4688.0, 4650.0, 4687.0, 4656.0, 4706.0, 4677.0, 4637.0, 4686.0, 4677.0, 4686.0, 4688.0, 4648.0, 4707.0, 4667.0, 4695.0, 4665.0, 4655.0, 4677.0, 4646.0, 4704.0, 4674.0, 4673.0, 4664.0, 4637.0, 4684.0, 4667.0, 4705.0, 4665.0, 4644.0, 4674.0, 4644.0, 4694.0, 4677.0, 4655.0, 4676.0, 4645.0, 4695.0, 4666.0, 4706.0, 4668.0, 4655.0, 4675.0, 4645.0, 4706.0, 4676.0, 4706.0, 4675.0, 4645.0, 4695.0, 4677.0, 4667.0, 4687.0, 4647.0, 4707.0, 4678.0, 4687.0, 4688.0, 4659.0, 4718.0, 4688.0, 4657.0, 4697.0, 4675.0, 4704.0, 4677.0, 4646.0, 4696.0, 4657.0, 4706.0, 4675.0, 4693.0, 4664.0, 4653.0, 4673.0, 4643.0, 4682.0, 4663.0, 4706.0, 4685.0, 4684.0, 4675.0, 4657.0, 4716.0, 4687.0, 4647.0, 4707.0, 4677.0, 4708.0, 4678.0, 4658.0, 4697.0, 4657.0, 4706.0, 4677.0, 4656.0, 4698.0, 4669.0, 4706.0, 4676.0, 4635.0, 4685.0, 4658.0, 4704.0, 4686.0, 4705.0, 4676.0, 4634.0, 4682.0, 4645.0, 4693.0, 4674.0, 4672.0, 4664.0, 4623.0, 4683.0, 4656.0, 4692.0, 4674.0, 4692.0, 4675.0, 4625.0, 4684.0, 4678.0, 4707.0, 4688.0, 4650.0, 4701.0, 4661.0, 4710.0, 4672.0, 4721.0, 4690.0, 4710.0, 4679.0, 4697.0, 4677.0, 4647.0, 4696.0, 4666.0, 4705.0, 4686.0, 4678.0, 4686.0, 4645.0, 4706.0, 4687.0, 4708.0, 4688.0, 4667.0, 4707.0, 4679.0, 4688.0, 4688.0, 4668.0, 4708.0, 4688.0, 4697.0, 4678.0, 4660.0, 4707.0, 4677.0, 4657.0, 4687.0, 4657.0, 4708.0, 4679.0, 4706.0, 4677.0, 4636.0, 4685.0, 4657.0, 4705.0, 4675.0, 4702.0, 4674.0, 4633.0, 4685.0, 4675.0, 4695.0, 4677.0, 4696.0, 4676.0, 4637.0, 4697.0, 4667.0, 4706.0, 4677.0, 4707.0, 4687.0, 4676.0, 4687.0, 4646.0, 4695.0, 4675.0, 4706.0, 4678.0, 4657.0, 4686.0, 4647.0, 4707.0, 4689.0, 4707.0, 4688.0, 4677.0, 4675.0, 4636.0, 4695.0, 4657.0, 4705.0, 4675.0, 4704.0, 4674.0, 4643.0, 4673.0, 4644.0, 4694.0, 4674.0, 4693.0, 4675.0, 4635.0, 4685.0, 4655.0, 4704.0, 4677.0, 4715.0, 4677.0, 4646.0, 4695.0, 4677.0, 4707.0, 4678.0, 4686.0, 4677.0, 4636.0, 4695.0, 4666.0, 4706.0, 4687.0, 4687.0, 4689.0, 4658.0, 4707.0, 4688.0, 4698.0, 4689.0, 4647.0, 4708.0, 4688.0, 4717.0, 4679.0, 4698.0, 4687.0, 4646.0, 4696.0, 4666.0, 4705.0, 4686.0, 4695.0, 4676.0, 4645.0, 4695.0, 4655.0, 4704.0, 4677.0, 4675.0, 4676.0, 4647.0, 4696.0, 4656.0, 4707.0, 4689.0, 4707.0, 4687.0, 4647.0, 4708.0, 4678.0, 4717.0, 4688.0, 4648.0, 4698.0, 4648.0, 4707.0, 4679.0, 4718.0, 4687.0, 4696.0, 4678.0, 4648.0, 4697.0, 4657.0, 4715.0, 4677.0, 4688.0, 4687.0, 4647.0, 4706.0, 4669.0, 4716.0, 4687.0, 4678.0, 4677.0, 4647.0, 4697.0, 4670.0, 4721.0, 4689.0, 4708.0, 4689.0, 4659.0, 4709.0, 4678.0, 4708.0, 4690.0, 4659.0, 4699.0, 4659.0, 4709.0, 4668.0, 4708.0, 4668.0, 4707.0, 4688.0, 4706.0, 4677.0, 4707.0, 4677.0, 4656.0, 4696.0, 4666.0, 4696.0, 4689.0, 4677.0, 4688.0, 4658.0, 4700.0, 4658.0, 4706.0, 4676.0, 4706.0, 4676.0, 4705.0, 4665.0, 4674.0, 4664.0, 4634.0, 4672.0, 4644.0, 4694.0, 4662.0, 4692.0, 4673.0, 4674.0, 4674.0, 4634.0, 4693.0, 4656.0, 4694.0, 4665.0, 4694.0, 4665.0, 4674.0, 4664.0, 4624.0, 4685.0, 4645.0, 4705.0, 4663.0, 4693.0, 4663.0, 4644.0, 4674.0, 4645.0, 4695.0, 4666.0, 4675.0, 4687.0, 4657.0, 4690.0, 4658.0, 4700.0, 4638.0, 4698.0, 4659.0, 4723.0, 4681.0, 4706.0, 4677.0, 4656.0, 4676.0, 4637.0, 4686.0, 4657.0, 4706.0, 4665.0, 4694.0, 4666.0, 4684.0, 4676.0, 4666.0, 4676.0, 4636.0, 4686.0, 4655.0, 4695.0, 4666.0, 4706.0, 4678.0, 4695.0, 4666.0, 4695.0, 4666.0, 4664.0, 4665.0, 4655.0, 4685.0, 4633.0, 4694.0, 4664.0, 4693.0, 4678.0, 4706.0, 4676.0, 4684.0, 4675.0, 4636.0, 4686.0, 4645.0, 4695.0, 4666.0, 4707.0, 4676.0, 4695.0, 4677.0, 4678.0, 4701.0, 4657.0, 4705.0, 4678.0, 4697.0, 4689.0, 4661.0, 4709.0, 4691.0, 4719.0, 4690.0, 4708.0, 4680.0, 4689.0, 4689.0, 4640.0, 4698.0, 4657.0, 4706.0, 4676.0, 4706.0, 4675.0, 4686.0, 4674.0, 4635.0, 4683.0, 4645.0, 4693.0, 4664.0, 4694.0, 4665.0, 4684.0, 4664.0, 4645.0, 4676.0, 4637.0, 4695.0, 4634.0, 4683.0, 4652.0, 4692.0, 4665.0, 4693.0, 4666.0, 4664.0, 4663.0, 4633.0, 4684.0, 4646.0, 4694.0, 4666.0, 4706.0, 4678.0, 4705.0, 4679.0, 4668.0, 4697.0, 4647.0, 4708.0, 4680.0, 4717.0, 4680.0, 4698.0, 4678.0, 4647.0, 4698.0, 4658.0, 4708.0, 4690.0, 4707.0, 4690.0, 4648.0, 4688.0, 4658.0, 4708.0, 4690.0, 4718.0, 4689.0, 4640.0, 4699.0, 4659.0, 4719.0, 4691.0, 4717.0, 4689.0, 4650.0, 4699.0, 4662.0, 4721.0, 4691.0, 4701.0, 4689.0, 4650.0, 4710.0, 4670.0, 4721.0, 4693.0, 4719.0, 4691.0, 4689.0, 4689.0, 4651.0, 4710.0, 4660.0, 4719.0, 4688.0, 4678.0, 4678.0, 4659.0, 4719.0, 4692.0, 4672.0, 4703.0, 4674.0, 4725.0, 4705.0, 4735.0, 4705.0, 4732.0, 4694.0, 4653.0, 4701.0, 4661.0, 4721.0, 4682.0, 4720.0, 4692.0, 4700.0, 4688.0, 4649.0, 4698.0, 4679.0, 4708.0, 4680.0, 4719.0, 4689.0, 4649.0, 4699.0, 4669.0, 4708.0, 4689.0, 4709.0, 4690.0, 4707.0, 4688.0, 4648.0, 4698.0, 4658.0, 4709.0, 4677.0, 4707.0, 4678.0, 4707.0, 4678.0, 4656.0, 4676.0, 4648.0, 4707.0, 4658.0, 4708.0, 4667.0, 4708.0, 4677.0, 4706.0, 4675.0, 4694.0, 4677.0, 4685.0, 4666.0, 4646.0, 4687.0, 4646.0, 4696.0, 4657.0, 4695.0, 4677.0, 4676.0, 4689.0, 4661.0, 4718.0, 4679.0, 4719.0, 4679.0, 4649.0, 4698.0, 4658.0, 4709.0, 4679.0, 4722.0, 4678.0, 4698.0, 4679.0, 4647.0, 4697.0, 4667.0, 4697.0, 4678.0, 4650.0, 4710.0, 4691.0, 4672.0, 4722.0, 4681.0, 4701.0, 4692.0, 4652.0, 4709.0, 4670.0, 4720.0, 4669.0, 4677.0, 4677.0, 4639.0, 4697.0, 4676.0, 4695.0, 4676.0, 4635.0, 4695.0, 4666.0, 4706.0, 4678.0, 4635.0, 4686.0, 4647.0, 4696.0, 4678.0, 4706.0, 4677.0, 4696.0, 4677.0, 4635.0, 4685.0, 4648.0, 4708.0, 4670.0, 4707.0, 4678.0, 4708.0, 4688.0, 4698.0, 4679.0, 4688.0, 4689.0, 4638.0, 4687.0, 4645.0, 4697.0, 4659.0, 4695.0, 4676.0, 4696.0, 4676.0, 4679.0, 4691.0, 4660.0, 4699.0, 4650.0, 4710.0, 4672.0, 4721.0, 4679.0, 4719.0, 4688.0, 4698.0, 4680.0, 4649.0, 4697.0, 4678.0, 4708.0, 4689.0, 4689.0, 4690.0, 4650.0, 4708.0, 4669.0, 4719.0, 4678.0, 4707.0, 4679.0, 4637.0, 4686.0, 4649.0, 4706.0, 4676.0, 4708.0, 4679.0, 4697.0, 4677.0, 4668.0, 4677.0, 4648.0, 4698.0, 4648.0, 4698.0, 4658.0, 4697.0, 4678.0, 4707.0, 4681.0, 4670.0, 4701.0, 4650.0, 4710.0, 4670.0, 4717.0, 4690.0, 4708.0, 4679.0, 4668.0, 4677.0, 4636.0, 4687.0, 4648.0, 4697.0, 4665.0, 4696.0, 4667.0, 4675.0, 4679.0, 4648.0, 4697.0, 4659.0, 4706.0, 4678.0, 4698.0, 4690.0, 4658.0, 4699.0, 4647.0, 4698.0, 4658.0, 4707.0, 4678.0, 4706.0, 4690.0, 4638.0, 4686.0, 4657.0, 4697.0, 4678.0, 4689.0, 4679.0, 4649.0, 4707.0, 4679.0, 4698.0, 4691.0, 4660.0, 4719.0, 4679.0, 4698.0, 4679.0, 4648.0, 4699.0, 4657.0, 4707.0, 4666.0, 4695.0, 4678.0, 4645.0, 4687.0, 4658.0, 4706.0, 4677.0, 4655.0, 4676.0, 4646.0, 4696.0, 4677.0, 4707.0, 4669.0, 4646.0, 4676.0, 4647.0, 4696.0, 4675.0, 4696.0, 4666.0, 4637.0, 4675.0, 4636.0, 4687.0, 4646.0, 4694.0, 4653.0, 4683.0, 4664.0, 4694.0, 4665.0, 4645.0, 4676.0, 4637.0, 4683.0, 4665.0, 4695.0, 4667.0, 4687.0, 4679.0, 4638.0, 4688.0, 4657.0, 4707.0, 4678.0, 4708.0, 4682.0, 4662.0, 4714.0, 4663.0, 4711.0, 4680.0, 4708.0], 'WindowWidth': [10456.0, 10374.0, 10328.0, 10317.0, 10242.0, 10320.0, 10275.0, 10317.0, 10269.0, 10230.0, 10297.0, 10252.0, 10198.0, 10282.0, 10258.0, 10300.0, 10267.0, 10227.0, 10299.0, 10253.0, 10249.0, 10246.0, 10206.0, 10272.0, 10217.0, 10269.0, 10240.0, 10192.0, 10238.0, 10196.0, 10267.0, 10226.0, 10172.0, 10237.0, 10226.0, 10237.0, 10242.0, 10189.0, 10269.0, 10210.0, 10249.0, 10206.0, 10190.0, 10223.0, 10180.0, 10259.0, 10216.0, 10213.0, 10203.0, 10168.0, 10233.0, 10211.0, 10262.0, 10205.0, 10174.0, 10216.0, 10175.0, 10245.0, 10226.0, 10193.0, 10222.0, 10180.0, 10249.0, 10210.0, 10264.0, 10213.0, 10193.0, 10218.0, 10180.0, 10264.0, 10224.0, 10263.0, 10219.0, 10178.0, 10247.0, 10225.0, 10214.0, 10242.0, 10185.0, 10268.0, 10229.0, 10242.0, 10247.0, 10209.0, 10287.0, 10244.0, 10200.0, 10252.0, 10221.0, 10261.0, 10225.0, 10181.0, 10252.0, 10197.0, 10264.0, 10220.0, 10243.0, 10204.0, 10186.0, 10215.0, 10173.0, 10225.0, 10199.0, 10267.0, 10235.0, 10230.0, 10221.0, 10198.0, 10282.0, 10241.0, 10188.0, 10268.0, 10227.0, 10271.0, 10230.0, 10201.0, 10254.0, 10197.0, 10265.0, 10225.0, 10195.0, 10256.0, 10220.0, 10267.0, 10223.0, 10166.0, 10236.0, 10199.0, 10263.0, 10236.0, 10264.0, 10221.0, 10163.0, 10225.0, 10178.0, 10243.0, 10217.0, 10212.0, 10201.0, 10145.0, 10226.0, 10195.0, 10239.0, 10215.0, 10240.0, 10217.0, 10152.0, 10231.0, 10228.0, 10269.0, 10247.0, 10198.0, 10267.0, 10211.0, 10279.0, 10227.0, 10294.0, 10249.0, 10276.0, 10232.0, 10255.0, 10228.0, 10185.0, 10250.0, 10210.0, 10263.0, 10239.0, 10229.0, 10237.0, 10180.0, 10264.0, 10241.0, 10272.0, 10244.0, 10214.0, 10267.0, 10232.0, 10244.0, 10243.0, 10216.0, 10272.0, 10243.0, 10255.0, 10228.0, 10205.0, 10269.0, 10226.0, 10200.0, 10241.0, 10200.0, 10271.0, 10231.0, 10267.0, 10225.0, 10167.0, 10233.0, 10195.0, 10260.0, 10219.0, 10256.0, 10217.0, 10160.0, 10231.0, 10219.0, 10250.0, 10227.0, 10251.0, 10224.0, 10171.0, 10254.0, 10213.0, 10266.0, 10227.0, 10268.0, 10240.0, 10225.0, 10239.0, 10181.0, 10247.0, 10220.0, 10264.0, 10228.0, 10197.0, 10238.0, 10186.0, 10268.0, 10245.0, 10271.0, 10242.0, 10225.0, 10221.0, 10167.0, 10249.0, 10197.0, 10262.0, 10221.0, 10258.0, 10217.0, 10174.0, 10215.0, 10175.0, 10244.0, 10217.0, 10244.0, 10220.0, 10166.0, 10234.0, 10193.0, 10261.0, 10226.0, 10278.0, 10225.0, 10182.0, 10248.0, 10225.0, 10269.0, 10229.0, 10238.0, 10227.0, 10168.0, 10247.0, 10208.0, 10265.0, 10240.0, 10241.0, 10248.0, 10203.0, 10267.0, 10242.0, 10260.0, 10247.0, 10188.0, 10272.0, 10244.0, 10284.0, 10233.0, 10258.0, 10240.0, 10183.0, 10252.0, 10210.0, 10263.0, 10237.0, 10248.0, 10221.0, 10180.0, 10248.0, 10192.0, 10261.0, 10225.0, 10222.0, 10225.0, 10184.0, 10253.0, 10196.0, 10267.0, 10244.0, 10268.0, 10242.0, 10187.0, 10270.0, 10228.0, 10281.0, 10242.0, 10188.0, 10256.0, 10186.0, 10269.0, 10231.0, 10284.0, 10241.0, 10252.0, 10228.0, 10187.0, 10254.0, 10199.0, 10278.0, 10225.0, 10240.0, 10238.0, 10186.0, 10266.0, 10217.0, 10281.0, 10240.0, 10228.0, 10227.0, 10186.0, 10254.0, 10221.0, 10294.0, 10244.0, 10271.0, 10246.0, 10209.0, 10273.0, 10230.0, 10273.0, 10248.0, 10205.0, 10259.0, 10206.0, 10272.0, 10214.0, 10271.0, 10214.0, 10268.0, 10243.0, 10267.0, 10226.0, 10268.0, 10225.0, 10196.0, 10249.0, 10209.0, 10251.0, 10244.0, 10227.0, 10242.0, 10201.0, 10261.0, 10200.0, 10267.0, 10224.0, 10266.0, 10223.0, 10262.0, 10205.0, 10216.0, 10203.0, 10161.0, 10211.0, 10174.0, 10244.0, 10197.0, 10239.0, 10214.0, 10218.0, 10218.0, 10163.0, 10243.0, 10195.0, 10245.0, 10206.0, 10244.0, 10207.0, 10216.0, 10203.0, 10149.0, 10233.0, 10179.0, 10260.0, 10200.0, 10242.0, 10200.0, 10177.0, 10217.0, 10179.0, 10249.0, 10209.0, 10223.0, 10241.0, 10200.0, 10249.0, 10202.0, 10262.0, 10174.0, 10257.0, 10205.0, 10301.0, 10238.0, 10267.0, 10227.0, 10196.0, 10222.0, 10171.0, 10236.0, 10197.0, 10264.0, 10206.0, 10246.0, 10208.0, 10232.0, 10220.0, 10209.0, 10220.0, 10167.0, 10236.0, 10192.0, 10247.0, 10209.0, 10265.0, 10227.0, 10249.0, 10209.0, 10246.0, 10207.0, 10203.0, 10207.0, 10193.0, 10232.0, 10160.0, 10243.0, 10203.0, 10243.0, 10225.0, 10264.0, 10223.0, 10232.0, 10221.0, 10167.0, 10235.0, 10179.0, 10250.0, 10211.0, 10266.0, 10221.0, 10247.0, 10224.0, 10228.0, 10267.0, 10201.0, 10264.0, 10227.0, 10255.0, 10245.0, 10211.0, 10275.0, 10252.0, 10289.0, 10249.0, 10272.0, 10234.0, 10245.0, 10245.0, 10177.0, 10255.0, 10196.0, 10263.0, 10221.0, 10264.0, 10220.0, 10235.0, 10215.0, 10162.0, 10227.0, 10176.0, 10242.0, 10204.0, 10243.0, 10205.0, 10229.0, 10201.0, 10175.0, 10221.0, 10169.0, 10245.0, 10159.0, 10227.0, 10183.0, 10239.0, 10206.0, 10240.0, 10206.0, 10202.0, 10199.0, 10160.0, 10230.0, 10180.0, 10246.0, 10209.0, 10263.0, 10227.0, 10263.0, 10231.0, 10215.0, 10254.0, 10186.0, 10269.0, 10232.0, 10284.0, 10235.0, 10256.0, 10229.0, 10185.0, 10255.0, 10200.0, 10271.0, 10247.0, 10269.0, 10247.0, 10188.0, 10241.0, 10200.0, 10271.0, 10248.0, 10286.0, 10246.0, 10181.0, 10260.0, 10205.0, 10288.0, 10250.0, 10284.0, 10245.0, 10192.0, 10259.0, 10210.0, 10293.0, 10251.0, 10264.0, 10247.0, 10195.0, 10277.0, 10222.0, 10293.0, 10254.0, 10289.0, 10252.0, 10246.0, 10245.0, 10195.0, 10275.0, 10205.0, 10288.0, 10242.0, 10228.0, 10229.0, 10206.0, 10288.0, 10254.0, 10226.0, 10271.0, 10235.0, 10304.0, 10278.0, 10321.0, 10279.0, 10313.0, 10261.0, 10203.0, 10267.0, 10213.0, 10295.0, 10239.0, 10292.0, 10252.0, 10262.0, 10244.0, 10191.0, 10258.0, 10232.0, 10272.0, 10235.0, 10287.0, 10246.0, 10191.0, 10260.0, 10219.0, 10270.0, 10245.0, 10273.0, 10248.0, 10270.0, 10242.0, 10189.0, 10257.0, 10200.0, 10272.0, 10226.0, 10268.0, 10227.0, 10266.0, 10228.0, 10196.0, 10224.0, 10186.0, 10267.0, 10199.0, 10269.0, 10210.0, 10266.0, 10222.0, 10263.0, 10221.0, 10244.0, 10222.0, 10232.0, 10209.0, 10179.0, 10239.0, 10180.0, 10250.0, 10196.0, 10248.0, 10225.0, 10224.0, 10246.0, 10209.0, 10286.0, 10231.0, 10287.0, 10232.0, 10189.0, 10259.0, 10201.0, 10274.0, 10231.0, 10293.0, 10229.0, 10255.0, 10230.0, 10185.0, 10252.0, 10211.0, 10254.0, 10226.0, 10192.0, 10276.0, 10253.0, 10228.0, 10296.0, 10239.0, 10267.0, 10254.0, 10198.0, 10275.0, 10220.0, 10289.0, 10215.0, 10224.0, 10225.0, 10175.0, 10252.0, 10222.0, 10248.0, 10221.0, 10163.0, 10246.0, 10207.0, 10265.0, 10227.0, 10166.0, 10236.0, 10182.0, 10249.0, 10228.0, 10266.0, 10226.0, 10250.0, 10223.0, 10164.0, 10233.0, 10188.0, 10270.0, 10217.0, 10267.0, 10228.0, 10270.0, 10243.0, 10258.0, 10231.0, 10240.0, 10243.0, 10172.0, 10238.0, 10179.0, 10253.0, 10200.0, 10247.0, 10222.0, 10250.0, 10224.0, 10229.0, 10248.0, 10207.0, 10260.0, 10192.0, 10278.0, 10226.0, 10292.0, 10233.0, 10288.0, 10243.0, 10255.0, 10231.0, 10189.0, 10253.0, 10228.0, 10271.0, 10246.0, 10244.0, 10247.0, 10191.0, 10270.0, 10217.0, 10286.0, 10231.0, 10267.0, 10230.0, 10171.0, 10236.0, 10187.0, 10265.0, 10224.0, 10272.0, 10230.0, 10252.0, 10225.0, 10212.0, 10225.0, 10188.0, 10257.0, 10186.0, 10256.0, 10200.0, 10253.0, 10228.0, 10270.0, 10238.0, 10220.0, 10264.0, 10193.0, 10276.0, 10220.0, 10285.0, 10247.0, 10270.0, 10232.0, 10212.0, 10224.0, 10166.0, 10239.0, 10186.0, 10252.0, 10206.0, 10250.0, 10208.0, 10218.0, 10228.0, 10185.0, 10254.0, 10202.0, 10265.0, 10228.0, 10257.0, 10249.0, 10202.0, 10259.0, 10186.0, 10256.0, 10201.0, 10268.0, 10228.0, 10265.0, 10244.0, 10171.0, 10235.0, 10197.0, 10253.0, 10228.0, 10244.0, 10231.0, 10190.0, 10269.0, 10233.0, 10260.0, 10250.0, 10207.0, 10289.0, 10232.0, 10257.0, 10232.0, 10189.0, 10259.0, 10199.0, 10267.0, 10209.0, 10249.0, 10225.0, 10180.0, 10238.0, 10199.0, 10266.0, 10225.0, 10194.0, 10222.0, 10184.0, 10252.0, 10226.0, 10267.0, 10214.0, 10181.0, 10222.0, 10184.0, 10251.0, 10221.0, 10251.0, 10207.0, 10167.0, 10220.0, 10167.0, 10239.0, 10178.0, 10243.0, 10184.0, 10227.0, 10202.0, 10244.0, 10206.0, 10177.0, 10221.0, 10168.0, 10229.0, 10205.0, 10249.0, 10213.0, 10239.0, 10229.0, 10174.0, 10242.0, 10198.0, 10267.0, 10228.0, 10268.0, 10239.0, 10213.0, 10287.0, 10214.0, 10278.0, 10232.0, 10269.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.00036429885057471265</td></tr>
<tr><td colspan=3>aqi</td><td>0.016332100689655172</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.373466004476406</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.314428842761795</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99395726081703</td></tr>
<tr><td colspan=3>efc</td><td>0.4872</td></tr>
<tr><td colspan=3>fber</td><td>5419.1387</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07540289383370816</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3857355392093083</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3650290345224048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.550185030107942</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.241992552997579</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012935943901538849</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02983613684773445</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.9402044678005397</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>22.2612</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1426</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.0901</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295935.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.2706</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6487</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>660.2879</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3832.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.3929</td></tr>
<tr><td colspan=3>tsnr</td><td>43.79544565407559</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>