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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-06_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-06_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-06_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>5c642150ccf1bbcc8b3072e97f174787</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>18:07:45.637500</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.092308</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 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>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>727cb50d-eb07-4306-a776-96da32aa83f5||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.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['180745.637500', '180746.097500', '180746.557500', '180747.017500', '180747.477500', '180747.937500', '180748.397500', '180748.857500', '180749.317500', '180749.777500', '180750.237500', '180750.697500', '180751.157500', '180751.617500', '180752.077500', '180752.537500', '180752.997500', '180753.457500', '180753.917500', '180754.377500', '180754.837500', '180755.297500', '180755.757500', '180756.217500', '180756.677500', '180757.137500', '180757.597500', '180758.057500', '180758.517500', '180758.977500', '180759.437500', '180759.897500', '180800.357500', '180800.817500', '180801.277500', '180801.737500', '180802.197500', '180802.657500', '180803.117500', '180803.577500', '180804.037500', '180804.497500', '180804.957500', '180805.417500', '180805.877500', '180806.337500', '180806.797500', '180807.257500', '180807.717500', '180808.177500', '180808.637500', '180809.097500', '180809.557500', '180810.017500', '180810.477500', '180810.937500', '180811.397500', '180811.857500', '180812.317500', '180812.777500', '180813.237500', '180813.697500', '180814.157500', '180814.617500', '180815.077500', '180815.537500', '180815.997500', '180816.457500', '180816.917500', '180817.377500', '180817.837500', '180818.297500', '180818.757500', '180819.217500', '180819.677500', '180820.137500', '180820.597500', '180821.057500', '180821.517500', '180821.977500', '180822.437500', '180822.897500', '180823.357500', '180823.817500', '180824.277500', '180824.737500', '180825.197500', '180825.657500', '180826.117500', '180826.577500', '180827.037500', '180827.497500', '180827.957500', '180828.417500', '180828.877500', '180829.337500', '180829.797500', '180830.257500', '180830.717500', '180831.177500', '180831.637500', '180832.097500', '180832.557500', '180833.017500', '180833.477500', '180833.937500', '180834.397500', '180834.857500', '180835.317500', '180835.777500', '180836.237500', '180836.697500', '180837.157500', '180837.617500', '180838.077500', '180838.537500', '180838.997500', '180839.457500', '180839.917500', '180840.377500', '180840.837500', '180841.297500', '180841.757500', '180842.217500', '180842.677500', '180843.137500', '180843.597500', '180844.057500', '180844.517500', '180844.977500', '180845.437500', '180845.897500', '180846.357500', '180846.817500', '180847.277500', '180847.737500', '180848.197500', '180848.657500', '180849.117500', '180849.577500', '180850.037500', '180850.497500', '180850.957500', '180851.417500', '180851.877500', '180852.337500', '180852.797500', '180853.257500', '180853.717500', '180854.177500', '180854.637500', '180855.097500', '180855.557500', '180856.017500', '180856.477500', '180856.937500', '180857.397500', '180857.857500', '180858.317500', '180858.777500', '180859.237500', '180859.697500', '180900.157500', '180900.617500', '180901.077500', '180901.537500', '180901.997500', '180902.457500', '180902.917500', '180903.377500', '180903.837500', '180904.297500', '180904.757500', '180905.217500', '180905.677500', '180906.137500', '180906.597500', '180907.057500', '180907.517500', '180907.977500', '180908.437500', '180908.897500', '180909.357500', '180909.817500', '180910.277500', '180910.737500', '180911.197500', '180911.657500', '180912.117500', '180912.577500', '180913.037500', '180913.497500', '180913.957500', '180914.417500', '180914.877500', '180915.337500', '180915.797500', '180916.257500', '180916.717500', '180917.177500', '180917.637500', '180918.097500', '180918.557500', '180919.017500', '180919.477500', '180919.937500', '180920.397500', '180920.857500', '180921.317500', '180921.777500', '180922.237500', '180922.697500', '180923.157500', '180923.617500', '180924.077500', '180924.537500', '180924.997500', '180925.457500', '180925.917500', '180926.377500', '180926.837500', '180927.297500', '180927.757500', '180928.217500', '180928.677500', '180929.137500', '180929.597500', '180930.057500', '180930.517500', '180930.977500', '180931.437500', '180931.897500', '180932.357500', '180932.817500', '180933.277500', '180933.737500', '180934.197500', '180934.657500', '180935.117500', '180935.577500', '180936.037500', '180936.497500', '180936.957500', '180937.417500', '180937.877500', '180938.337500', '180938.797500', '180939.257500', '180939.717500', '180940.177500', '180940.637500', '180941.097500', '180941.557500', '180942.017500', '180942.477500', '180942.937500', '180943.397500', '180943.857500', '180944.317500', '180944.777500', '180945.237500', '180945.697500', '180946.157500', '180946.617500', '180947.077500', '180947.537500', '180947.997500', '180948.457500', '180948.917500', '180949.377500', '180949.837500', '180950.297500', '180950.757500', '180951.217500', '180951.677500', '180952.137500', '180952.597500', '180953.057500', '180953.517500', '180953.977500', '180954.437500', '180954.897500', '180955.357500', '180955.817500', '180956.277500', '180956.737500', '180957.197500', '180957.657500', '180958.117500', '180958.577500', '180959.037500', '180959.497500', '180959.957500', '181000.417500', '181000.877500', '181001.337500', '181001.797500', '181002.257500', '181002.717500', '181003.177500', '181003.637500', '181004.097500', '181004.557500', '181005.017500', '181005.477500', '181005.937500', '181006.397500', '181006.857500', '181007.317500', '181007.777500', '181008.237500', '181008.697500', '181009.157500', '181009.617500', '181010.077500', '181010.537500', '181010.997500', '181011.457500', '181011.917500', '181012.377500', '181012.837500', '181013.297500', '181013.757500', '181014.217500', '181014.677500', '181015.137500', '181015.597500', '181016.057500', '181016.517500', '181016.977500', '181017.437500', '181017.897500', '181018.357500', '181018.817500', '181019.277500', '181019.737500', '181020.197500', '181020.657500', '181021.117500', '181021.577500', '181022.037500', '181022.497500', '181022.957500', '181023.417500', '181023.877500', '181024.337500', '181024.797500', '181025.257500', '181025.717500', '181026.177500', '181026.637500', '181027.097500', '181027.557500', '181028.017500', '181028.477500', '181028.937500', '181029.397500', '181029.857500', '181030.317500', '181030.777500', '181031.237500', '181031.697500', '181032.157500', '181032.617500', '181033.077500', '181033.537500', '181033.997500', '181034.457500', '181034.917500', '181035.377500', '181035.837500', '181036.297500', '181036.757500', '181037.217500', '181037.677500', '181038.137500', '181038.597500', '181039.057500', '181039.517500', '181039.977500', '181040.437500', '181040.897500', '181041.357500', '181041.817500', '181042.277500', '181042.737500', '181043.197500', '181043.657500', '181044.117500', '181044.577500', '181045.037500', '181045.497500', '181045.957500', '181046.417500', '181046.877500', '181047.337500', '181047.797500', '181048.257500', '181048.717500', '181049.177500', '181049.637500', '181050.097500', '181050.557500', '181051.017500', '181051.477500', '181051.937500', '181052.397500', '181052.857500', '181053.317500', '181053.777500', '181054.237500', '181054.697500', '181055.157500', '181055.617500', '181056.077500', '181056.537500', '181056.997500', '181057.457500', '181057.917500', '181058.377500', '181058.837500', '181059.297500', '181059.757500', '181100.217500', '181100.677500', '181101.137500', '181101.597500', '181102.057500', '181102.517500', '181102.977500', '181103.437500', '181103.897500', '181104.357500', '181104.817500', '181105.277500', '181105.737500', '181106.197500', '181106.657500', '181107.117500', '181107.577500', '181108.037500', '181108.497500', '181108.957500', '181109.417500', '181109.877500', '181110.337500', '181110.797500', '181111.257500', '181111.717500', '181112.177500', '181112.637500', '181113.097500', '181113.557500', '181114.017500', '181114.477500', '181114.937500', '181115.397500', '181115.857500', '181116.317500', '181116.777500', '181117.237500', '181117.697500', '181118.157500', '181118.617500', '181119.077500', '181119.537500', '181119.997500', '181120.457500', '181120.917500', '181121.377500', '181121.837500', '181122.297500', '181122.757500', '181123.217500', '181123.677500', '181124.137500', '181124.597500', '181125.057500', '181125.517500', '181125.977500', '181126.437500', '181126.897500', '181127.357500', '181127.817500', '181128.277500', '181128.737500', '181129.197500', '181129.657500', '181130.117500', '181130.577500', '181131.037500', '181131.497500', '181131.957500', '181132.417500', '181132.877500', '181133.337500', '181133.797500', '181134.257500', '181134.717500', '181135.177500', '181135.637500', '181136.097500', '181136.557500', '181137.017500', '181137.477500', '181137.937500', '181138.397500', '181138.857500', '181139.317500', '181139.777500', '181140.237500', '181140.697500', '181141.157500', '181141.617500', '181142.077500', '181142.537500', '181142.997500', '181143.457500', '181143.917500', '181144.377500', '181144.837500', '181145.297500', '181145.757500', '181146.217500', '181146.677500', '181147.137500', '181147.597500', '181148.057500', '181148.517500', '181148.977500', '181149.437500', '181149.897500', '181150.357500', '181150.817500', '181151.277500', '181151.737500', '181152.197500', '181152.657500', '181153.117500', '181153.577500', '181154.037500', '181154.497500', '181154.957500', '181155.417500', '181155.877500', '181156.337500', '181156.797500', '181157.257500', '181157.717500', '181158.177500', '181158.637500', '181159.097500', '181159.557500', '181200.017500', '181200.477500', '181200.937500', '181201.397500', '181201.857500', '181202.317500', '181202.777500', '181203.237500', '181203.697500', '181204.157500', '181204.617500', '181205.077500', '181205.537500', '181205.997500', '181206.457500', '181206.917500', '181207.377500', '181207.837500', '181208.297500', '181208.757500', '181209.217500', '181209.677500', '181210.137500', '181210.597500', '181211.057500', '181211.517500', '181211.977500', '181212.437500', '181212.897500', '181213.357500', '181213.817500', '181214.277500', '181214.737500', '181215.197500', '181215.657500', '181216.117500', '181216.577500', '181217.037500', '181217.497500', '181217.957500', '181218.417500', '181218.877500', '181219.337500', '181219.797500', '181220.257500', '181220.717500', '181221.177500', '181221.637500', '181222.097500', '181222.557500', '181223.017500', '181223.477500', '181223.937500', '181224.397500', '181224.857500', '181225.317500', '181225.777500', '181226.237500', '181226.697500', '181227.157500', '181227.617500', '181228.077500', '181228.537500', '181228.997500', '181229.457500', '181229.917500', '181230.377500', '181230.837500', '181231.297500', '181231.757500', '181232.217500', '181232.677500', '181233.137500', '181233.597500', '181234.057500', '181234.517500', '181234.977500', '181235.437500', '181235.897500', '181236.357500', '181236.817500', '181237.277500', '181237.737500', '181238.197500', '181238.657500', '181239.117500', '181239.577500', '181240.037500', '181240.497500', '181240.957500', '181241.417500', '181241.877500', '181242.337500', '181242.797500', '181243.257500', '181243.717500', '181244.177500', '181244.637500', '181245.097500', '181245.557500', '181246.017500', '181246.477500', '181246.937500', '181247.397500', '181247.857500', '181248.317500', '181248.777500', '181249.237500', '181249.697500', '181250.157500', '181250.617500', '181251.077500', '181251.537500', '181251.997500', '181252.457500', '181252.917500', '181253.377500', '181253.837500', '181254.297500', '181254.757500', '181255.217500', '181255.677500', '181256.137500', '181256.597500', '181257.057500', '181257.517500', '181257.977500', '181258.437500', '181258.897500', '181259.357500', '181259.817500', '181300.277500', '181300.737500', '181301.197500', '181301.657500', '181302.117500', '181302.577500', '181303.037500', '181303.497500', '181303.957500', '181304.417500', '181304.877500', '181305.337500', '181305.797500', '181306.257500', '181306.717500', '181307.177500', '181307.637500', '181308.097500', '181308.557500', '181309.017500', '181309.477500', '181309.937500', '181310.397500', '181310.857500', '181311.317500', '181311.777500', '181312.237500', '181312.697500', '181313.157500', '181313.617500', '181314.077500', '181314.537500', '181314.997500', '181315.457500', '181315.917500', '181316.377500', '181316.837500', '181317.297500', '181317.757500', '181318.217500', '181318.677500', '181319.137500', '181319.597500', '181320.057500', '181320.517500', '181320.977500', '181321.437500', '181321.897500', '181322.357500', '181322.817500', '181323.277500', '181323.737500', '181324.197500', '181324.657500', '181325.117500', '181325.577500', '181326.037500', '181326.497500', '181326.957500', '181327.417500', '181327.877500', '181328.337500', '181328.797500', '181329.257500', '181329.717500', '181330.177500', '181330.637500', '181331.097500', '181331.557500', '181332.017500', '181332.477500', '181332.937500', '181333.397500', '181333.857500', '181334.317500', '181334.777500', '181335.237500', '181335.697500', '181336.157500', '181336.617500', '181337.077500', '181337.537500', '181337.997500', '181338.457500', '181338.917500', '181339.377500', '181339.837500', '181340.297500', '181340.757500', '181341.217500', '181341.677500', '181342.137500', '181342.597500', '181343.057500', '181343.517500', '181343.977500', '181344.437500', '181344.897500', '181345.357500', '181345.817500', '181346.277500', '181346.737500', '181347.197500', '181347.657500', '181348.117500', '181348.577500', '181349.037500', '181349.497500', '181349.957500', '181350.417500', '181350.877500', '181351.337500', '181351.797500', '181352.257500', '181352.717500', '181353.177500', '181353.637500', '181354.097500', '181354.557500', '181355.017500', '181355.477500', '181355.937500', '181356.397500', '181356.857500', '181357.317500', '181357.777500', '181358.237500', '181358.697500', '181359.157500', '181359.617500', '181400.077500', '181400.537500', '181400.997500', '181401.457500', '181401.917500', '181402.377500', '181402.837500', '181403.297500', '181403.757500', '181404.217500', '181404.677500', '181405.137500', '181405.597500', '181406.057500', '181406.517500', '181406.977500', '181407.437500', '181407.897500', '181408.357500', '181408.817500', '181409.277500', '181409.737500', '181410.197500', '181410.657500', '181411.117500', '181411.577500', '181412.037500', '181412.497500', '181412.957500', '181413.417500', '181413.877500', '181414.337500', '181414.797500', '181415.257500', '181415.717500', '181416.177500', '181416.637500', '181417.097500', '181417.557500', '181418.017500', '181418.477500', '181418.937500', '181419.397500', '181419.857500', '181420.317500', '181420.777500', '181421.237500', '181421.697500', '181422.157500', '181422.617500', '181423.077500', '181423.537500', '181423.997500', '181424.457500', '181424.917500', '181425.377500', '181425.837500', '181426.297500'], 'ContentTime': ['180759.944000', '180759.947000', '180759.950000', '180759.952000', '180759.958000', '180759.961000', '180759.964000', '180759.966000', '180759.969000', '180759.971000', '180759.974000', '180759.977000', '180759.979000', '180759.982000', '180759.984000', '180759.987000', '180759.989000', '180759.992000', '180759.994000', '180759.997000', '180800.001000', '180800.003000', '180800.006000', '180800.008000', '180800.017000', '180800.020000', '180800.023000', '180800.025000', '180800.028000', '180819.902000', '180819.905000', '180819.908000', '180819.910000', '180819.913000', '180819.916000', '180819.918000', '180819.921000', '180819.923000', '180819.931000', '180819.933000', '180819.936000', '180819.939000', '180819.941000', '180819.944000', '180819.946000', '180819.949000', '180819.952000', '180819.954000', '180819.957000', '180819.959000', '180819.962000', '180819.965000', '180819.967000', '180819.970000', '180819.972000', '180819.997000', '180820.001000', '180820.004000', '180820.006000', '180820.009000', '180820.011000', '180820.014000', '180820.017000', '180820.019000', '180820.022000', '180820.024000', '180820.027000', '180820.029000', '180820.032000', '180820.034000', '180820.037000', '180820.039000', '180839.902000', '180839.905000', '180839.908000', '180839.910000', '180839.913000', '180839.915000', '180839.918000', '180839.921000', '180839.923000', '180839.926000', '180839.928000', '180839.931000', '180839.933000', '180839.936000', '180839.939000', '180839.941000', '180839.944000', '180839.947000', '180839.949000', '180839.952000', '180839.954000', '180839.957000', '180839.959000', '180839.962000', '180839.965000', '180839.967000', '180839.970000', '180839.972000', '180839.975000', '180839.978000', '180839.980000', '180839.983000', '180839.985000', '180839.988000', '180839.990000', '180839.993000', '180839.996000', '180839.998000', '180840.002000', '180840.004000', '180840.007000', '180840.009000', '180840.012000', '180840.015000', '180859.902000', '180859.905000', '180859.908000', '180859.910000', '180859.913000', '180859.915000', '180859.918000', '180859.921000', '180859.923000', '180859.926000', '180859.928000', '180859.931000', '180859.934000', '180859.936000', '180859.939000', '180859.941000', '180859.944000', '180859.946000', '180859.949000', '180859.951000', '180859.954000', '180859.957000', '180859.959000', '180859.962000', '180859.964000', '180859.967000', '180859.970000', '180859.972000', '180859.975000', '180859.977000', '180859.980000', '180859.983000', '180859.985000', '180859.988000', '180859.990000', '180859.993000', '180859.995000', '180859.998000', '180900.002000', '180900.004000', '180900.007000', '180900.010000', '180900.012000', '180919.902000', '180919.905000', '180919.908000', '180919.910000', '180919.913000', '180919.916000', '180919.918000', '180919.921000', '180919.923000', '180919.926000', '180919.928000', '180919.931000', '180919.934000', '180919.936000', '180919.939000', '180919.941000', '180919.944000', '180919.946000', '180919.949000', '180919.952000', '180919.954000', '180919.957000', '180919.959000', '180919.962000', '180919.965000', '180919.967000', '180919.970000', '180919.972000', '180919.975000', '180919.978000', '180919.980000', '180919.983000', '180919.985000', '180919.988000', '180919.990000', '180919.993000', '180919.995000', '180919.998000', '180920.002000', '180920.004000', '180920.007000', '180920.009000', '180920.012000', '180920.015000', '180939.902000', '180939.905000', '180939.908000', '180939.910000', '180939.913000', '180939.916000', '180939.918000', '180939.921000', '180939.923000', '180939.926000', '180939.928000', '180939.931000', '180939.935000', '180939.937000', '180939.940000', '180939.942000', '180939.945000', '180939.947000', '180939.950000', '180939.953000', '180939.955000', '180939.958000', '180939.960000', '180939.963000', '180939.965000', '180939.968000', '180939.971000', '180939.973000', '180939.976000', '180939.978000', '180939.981000', '180939.983000', '180939.986000', '180939.989000', '180939.991000', '180939.994000', '180939.996000', '180939.999000', '180940.002000', '180940.004000', '180940.007000', '180940.009000', '180940.012000', '180959.903000', '180959.905000', '180959.908000', '180959.911000', '180959.913000', '180959.916000', '180959.918000', '180959.921000', '180959.923000', '180959.927000', '180959.930000', '180959.932000', '180959.935000', '180959.937000', '180959.940000', '180959.942000', '180959.945000', '180959.948000', '180959.950000', '180959.953000', '180959.955000', '180959.958000', '180959.970000', '180959.972000', '180959.975000', '180959.978000', '180959.980000', '180959.983000', '180959.986000', '180959.988000', '180959.991000', '180959.993000', '180959.996000', '180959.998000', '181000.002000', '181000.005000', '181000.007000', '181000.010000', '181000.013000', '181000.015000', '181000.018000', '181000.020000', '181000.023000', '181000.025000', '181019.903000', '181019.905000', '181019.908000', '181019.910000', '181019.913000', '181019.916000', '181019.918000', '181019.921000', '181019.923000', '181019.926000', '181019.929000', '181019.931000', '181019.934000', '181019.936000', '181019.939000', '181019.942000', '181019.944000', '181019.947000', '181019.949000', '181019.952000', '181019.954000', '181019.957000', '181019.960000', '181019.962000', '181019.965000', '181019.967000', '181019.970000', '181019.972000', '181019.975000', '181019.978000', '181019.980000', '181019.983000', '181019.986000', '181019.988000', '181019.991000', '181019.993000', '181019.996000', '181020.000000', '181020.002000', '181020.005000', '181020.007000', '181020.010000', '181020.012000', '181039.902000', '181039.905000', '181039.908000', '181039.910000', '181039.913000', '181039.916000', '181039.918000', '181039.921000', '181039.924000', '181039.926000', '181039.929000', '181039.931000', '181039.934000', '181039.936000', '181039.939000', '181039.942000', '181039.944000', '181039.947000', '181039.949000', '181039.952000', '181039.955000', '181039.957000', '181039.960000', '181039.962000', '181039.965000', '181039.967000', '181039.970000', '181039.973000', '181039.975000', '181039.978000', '181039.980000', '181039.983000', '181039.985000', '181039.988000', '181039.991000', '181039.994000', '181039.996000', '181040.000000', '181040.003000', '181040.006000', '181040.008000', '181040.011000', '181040.013000', '181059.903000', '181059.905000', '181059.908000', '181059.911000', '181059.913000', '181059.916000', '181059.918000', '181059.921000', '181059.924000', '181059.926000', '181059.929000', '181059.931000', '181059.934000', '181059.937000', '181059.939000', '181059.942000', '181059.944000', '181059.947000', '181059.949000', '181059.952000', '181059.955000', '181059.957000', '181059.960000', '181059.963000', '181059.965000', '181059.968000', '181059.970000', '181059.973000', '181059.975000', '181059.978000', '181059.980000', '181059.983000', '181059.986000', '181059.988000', '181059.991000', '181059.993000', '181059.996000', '181059.999000', '181100.002000', '181100.005000', '181100.007000', '181100.010000', '181100.012000', '181100.015000', '181119.902000', '181119.905000', '181119.908000', '181119.910000', '181119.913000', '181119.916000', '181119.918000', '181119.921000', '181119.924000', '181119.926000', '181119.929000', '181119.931000', '181119.934000', '181119.936000', '181119.939000', '181119.942000', '181119.945000', '181119.948000', '181119.951000', '181119.954000', '181119.956000', '181119.959000', '181119.962000', '181119.965000', '181119.968000', '181119.970000', '181119.973000', '181119.976000', '181119.978000', '181119.981000', '181119.984000', '181119.986000', '181119.989000', '181119.992000', '181119.994000', '181119.997000', '181120.000000', '181120.003000', '181120.006000', '181120.008000', '181120.011000', '181120.013000', '181120.016000', '181139.903000', '181139.906000', '181139.908000', '181139.911000', '181139.913000', '181139.916000', '181139.919000', '181139.921000', '181139.924000', '181139.926000', '181139.929000', '181139.931000', '181139.934000', '181139.937000', '181139.940000', '181139.942000', '181139.945000', '181139.948000', '181139.981000', '181139.983000', '181139.986000', '181139.988000', '181139.991000', '181139.994000', '181139.996000', '181140.000000', '181140.002000', '181140.005000', '181140.007000', '181140.010000', '181140.012000', '181140.015000', '181140.018000', '181140.020000', '181140.023000', '181140.026000', '181140.028000', '181140.031000', '181140.033000', '181140.036000', '181140.038000', '181140.041000', '181140.044000', '181140.046000', '181159.903000', '181159.906000', '181159.909000', '181159.912000', '181159.920000', '181159.922000', '181159.925000', '181159.928000', '181159.930000', '181159.933000', '181159.935000', '181159.938000', '181159.940000', '181159.943000', '181159.946000', '181159.949000', '181159.952000', '181159.955000', '181159.958000', '181159.960000', '181159.963000', '181159.965000', '181159.968000', '181159.971000', '181159.973000', '181159.976000', '181159.978000', '181159.981000', '181159.984000', '181159.986000', '181159.989000', '181159.991000', '181159.994000', '181159.996000', '181159.999000', '181200.002000', '181200.004000', '181200.007000', '181200.009000', '181200.012000', '181200.015000', '181200.017000', '181200.020000', '181219.902000', '181219.905000', '181219.908000', '181219.911000', '181219.913000', '181219.916000', '181219.918000', '181219.921000', '181219.924000', '181219.926000', '181219.929000', '181219.931000', '181219.934000', '181219.937000', '181219.939000', '181219.942000', '181219.944000', '181219.947000', '181219.949000', '181219.952000', '181219.955000', '181219.957000', '181219.960000', '181219.962000', '181219.965000', '181219.967000', '181219.970000', '181219.973000', '181219.975000', '181219.978000', '181219.980000', '181219.983000', '181219.986000', '181219.988000', '181219.991000', '181219.994000', '181219.996000', '181220.000000', '181220.002000', '181220.005000', '181220.007000', '181220.010000', '181220.013000', '181220.015000', '181239.902000', '181239.905000', '181239.908000', '181239.911000', '181239.913000', '181239.916000', '181239.918000', '181239.921000', '181239.924000', '181239.926000', '181239.929000', '181239.931000', '181239.934000', '181239.936000', '181239.939000', '181239.942000', '181239.944000', '181239.947000', '181239.950000', '181239.952000', '181239.955000', '181239.957000', '181239.960000', '181239.963000', '181239.965000', '181239.968000', '181239.970000', '181239.973000', '181239.976000', '181239.979000', '181239.981000', '181239.984000', '181239.987000', '181239.989000', '181239.992000', '181239.994000', '181239.997000', '181240.001000', '181240.004000', '181240.007000', '181240.010000', '181240.013000', '181240.015000', '181259.902000', '181259.905000', '181259.908000', '181259.911000', '181259.913000', '181259.916000', '181259.918000', '181259.921000', '181259.923000', '181259.926000', '181259.929000', '181259.931000', '181259.934000', '181259.936000', '181259.939000', '181259.942000', '181259.944000', '181259.947000', '181259.950000', '181259.952000', '181259.955000', '181259.957000', '181259.960000', '181259.962000', '181259.965000', '181259.968000', '181259.970000', '181259.973000', '181259.975000', '181259.978000', '181259.981000', '181259.983000', '181259.986000', '181259.988000', '181259.991000', '181259.994000', '181259.996000', '181300.000000', '181300.002000', '181300.005000', '181300.007000', '181300.010000', '181300.012000', '181300.028000', '181319.902000', '181319.905000', '181319.908000', '181319.911000', '181319.913000', '181319.916000', '181319.918000', '181319.921000', '181319.923000', '181319.926000', '181319.929000', '181319.931000', '181319.934000', '181319.936000', '181319.939000', '181319.942000', '181319.944000', '181319.947000', '181319.950000', '181319.952000', '181319.955000', '181319.957000', '181319.960000', '181319.963000', '181319.965000', '181319.969000', '181319.972000', '181319.974000', '181319.977000', '181319.980000', '181319.983000', '181319.985000', '181319.988000', '181319.992000', '181319.995000', '181319.997000', '181320.001000', '181320.004000', '181320.006000', '181320.009000', '181320.011000', '181320.014000', '181320.017000', '181339.903000', '181339.906000', '181339.908000', '181339.911000', '181339.913000', '181339.916000', '181339.919000', '181339.921000', '181339.924000', '181339.926000', '181339.929000', '181339.931000', '181339.934000', '181339.937000', '181339.939000', '181339.942000', '181339.944000', '181339.947000', '181339.950000', '181339.952000', '181339.955000', '181339.957000', '181339.960000', '181339.963000', '181339.965000', '181339.968000', '181339.970000', '181339.973000', '181339.976000', '181339.978000', '181339.981000', '181339.984000', '181339.986000', '181339.989000', '181339.991000', '181339.994000', '181339.996000', '181340.000000', '181340.002000', '181340.005000', '181340.008000', '181340.010000', '181340.013000', '181340.016000', '181359.902000', '181359.905000', '181359.908000', '181359.911000', '181359.913000', '181359.916000', '181359.918000', '181359.921000', '181359.924000', '181359.926000', '181359.929000', '181359.931000', '181359.934000', '181359.937000', '181359.940000', '181359.942000', '181359.945000', '181359.947000', '181359.950000', '181359.953000', '181359.955000', '181359.958000', '181359.960000', '181359.963000', '181359.965000', '181359.968000', '181359.971000', '181359.973000', '181359.976000', '181359.978000', '181359.981000', '181359.983000', '181359.986000', '181359.989000', '181359.991000', '181359.994000', '181359.996000', '181400.000000', '181400.002000', '181400.005000', '181400.008000', '181400.010000', '181400.013000', '181419.904000', '181419.906000', '181419.909000', '181419.912000', '181419.914000', '181419.917000', '181419.920000', '181419.922000', '181419.925000', '181419.927000', '181419.930000', '181419.933000', '181419.935000', '181419.938000', '181419.940000', '181419.943000', '181419.946000', '181419.948000', '181419.951000', '181419.953000', '181419.956000', '181419.959000', '181419.961000', '181419.964000', '181419.966000', '181419.969000', '181419.971000', '181419.974000', '181419.977000', '181419.979000', '181419.982000', '181419.985000', '181419.987000', '181419.990000', '181419.992000', '181419.995000', '181419.997000', '181420.000000', '181420.003000', '181420.005000', '181420.033000', '181420.036000', '181420.039000', '181427.582000', '181427.585000', '181427.588000', '181427.590000', '181427.593000', '181427.596000', '181427.598000', '181427.601000', '181427.603000', '181427.606000', '181427.609000', '181427.611000', '181427.614000', '181427.616000', '181427.619000', '181427.622000', '181427.624000', '181427.627000'], 'InstanceCreationTime': ['180759.944000', '180759.947000', '180759.950000', '180759.952000', '180759.958000', '180759.961000', '180759.964000', '180759.966000', '180759.969000', '180759.971000', '180759.974000', '180759.977000', '180759.979000', '180759.982000', '180759.984000', '180759.987000', '180759.989000', '180759.992000', '180759.994000', '180759.997000', '180800.001000', '180800.003000', '180800.006000', '180800.008000', '180800.017000', '180800.020000', '180800.023000', '180800.025000', '180800.028000', '180819.902000', '180819.905000', '180819.908000', '180819.910000', '180819.913000', '180819.916000', '180819.918000', '180819.921000', '180819.923000', '180819.931000', '180819.933000', '180819.936000', '180819.939000', '180819.941000', '180819.944000', '180819.946000', '180819.949000', '180819.952000', '180819.954000', '180819.957000', '180819.959000', '180819.962000', '180819.965000', '180819.967000', '180819.970000', '180819.972000', '180819.997000', '180820.001000', '180820.004000', '180820.006000', '180820.009000', '180820.011000', '180820.014000', '180820.017000', '180820.019000', '180820.022000', '180820.024000', '180820.027000', '180820.029000', '180820.032000', '180820.034000', '180820.037000', '180820.039000', '180839.902000', '180839.905000', '180839.908000', '180839.910000', '180839.913000', '180839.915000', '180839.918000', '180839.921000', '180839.923000', '180839.926000', '180839.928000', '180839.931000', '180839.933000', '180839.936000', '180839.939000', '180839.941000', '180839.944000', '180839.947000', '180839.949000', '180839.952000', '180839.954000', '180839.957000', '180839.959000', '180839.962000', '180839.965000', '180839.967000', '180839.970000', '180839.972000', '180839.975000', '180839.978000', '180839.980000', '180839.983000', '180839.985000', '180839.988000', '180839.990000', '180839.993000', '180839.996000', '180839.998000', '180840.002000', '180840.004000', '180840.007000', '180840.009000', '180840.012000', '180840.015000', '180859.902000', '180859.905000', '180859.908000', '180859.910000', '180859.913000', '180859.915000', '180859.918000', '180859.921000', '180859.923000', '180859.926000', '180859.928000', '180859.931000', '180859.934000', '180859.936000', '180859.939000', '180859.941000', '180859.944000', '180859.946000', '180859.949000', '180859.951000', '180859.954000', '180859.957000', '180859.959000', '180859.962000', '180859.964000', '180859.967000', '180859.970000', '180859.972000', '180859.975000', '180859.977000', '180859.980000', '180859.983000', '180859.985000', '180859.988000', '180859.990000', '180859.993000', '180859.995000', '180859.998000', '180900.002000', '180900.004000', '180900.007000', '180900.010000', '180900.012000', '180919.902000', '180919.905000', '180919.908000', '180919.910000', '180919.913000', '180919.916000', '180919.918000', '180919.921000', '180919.923000', '180919.926000', '180919.928000', '180919.931000', '180919.934000', '180919.936000', '180919.939000', '180919.941000', '180919.944000', '180919.946000', '180919.949000', '180919.952000', '180919.954000', '180919.957000', '180919.959000', '180919.962000', '180919.965000', '180919.967000', '180919.970000', '180919.972000', '180919.975000', '180919.978000', '180919.980000', '180919.983000', '180919.985000', '180919.988000', '180919.990000', '180919.993000', '180919.995000', '180919.998000', '180920.002000', '180920.004000', '180920.007000', '180920.009000', '180920.012000', '180920.015000', '180939.902000', '180939.905000', '180939.908000', '180939.910000', '180939.913000', '180939.916000', '180939.918000', '180939.921000', '180939.923000', '180939.926000', '180939.928000', '180939.931000', '180939.935000', '180939.937000', '180939.940000', '180939.942000', '180939.945000', '180939.947000', '180939.950000', '180939.953000', '180939.955000', '180939.958000', '180939.960000', '180939.963000', '180939.965000', '180939.968000', '180939.971000', '180939.973000', '180939.976000', '180939.978000', '180939.981000', '180939.983000', '180939.986000', '180939.989000', '180939.991000', '180939.994000', '180939.996000', '180939.999000', '180940.002000', '180940.004000', '180940.007000', '180940.009000', '180940.012000', '180959.903000', '180959.905000', '180959.908000', '180959.911000', '180959.913000', '180959.916000', '180959.918000', '180959.921000', '180959.923000', '180959.927000', '180959.930000', '180959.932000', '180959.935000', '180959.937000', '180959.940000', '180959.942000', '180959.945000', '180959.948000', '180959.950000', '180959.953000', '180959.955000', '180959.958000', '180959.970000', '180959.972000', '180959.975000', '180959.978000', '180959.980000', '180959.983000', '180959.986000', '180959.988000', '180959.991000', '180959.993000', '180959.996000', '180959.998000', '181000.002000', '181000.005000', '181000.007000', '181000.010000', '181000.013000', '181000.015000', '181000.018000', '181000.020000', '181000.023000', '181000.025000', '181019.903000', '181019.905000', '181019.908000', '181019.910000', '181019.913000', '181019.916000', '181019.918000', '181019.921000', '181019.923000', '181019.926000', '181019.929000', '181019.931000', '181019.934000', '181019.936000', '181019.939000', '181019.942000', '181019.944000', '181019.947000', '181019.949000', '181019.952000', '181019.954000', '181019.957000', '181019.960000', '181019.962000', '181019.965000', '181019.967000', '181019.970000', '181019.972000', '181019.975000', '181019.978000', '181019.980000', '181019.983000', '181019.986000', '181019.988000', '181019.991000', '181019.993000', '181019.996000', '181020.000000', '181020.002000', '181020.005000', '181020.007000', '181020.010000', '181020.012000', '181039.902000', '181039.905000', '181039.908000', '181039.910000', '181039.913000', '181039.916000', '181039.918000', '181039.921000', '181039.924000', '181039.926000', '181039.929000', '181039.931000', '181039.934000', '181039.936000', '181039.939000', '181039.942000', '181039.944000', '181039.947000', '181039.949000', '181039.952000', '181039.955000', '181039.957000', '181039.960000', '181039.962000', '181039.965000', '181039.967000', '181039.970000', '181039.973000', '181039.975000', '181039.978000', '181039.980000', '181039.983000', '181039.985000', '181039.988000', '181039.991000', '181039.994000', '181039.996000', '181040.000000', '181040.003000', '181040.006000', '181040.008000', '181040.011000', '181040.013000', '181059.903000', '181059.905000', '181059.908000', '181059.911000', '181059.913000', '181059.916000', '181059.918000', '181059.921000', '181059.924000', '181059.926000', '181059.929000', '181059.931000', '181059.934000', '181059.937000', '181059.939000', '181059.942000', '181059.944000', '181059.947000', '181059.949000', '181059.952000', '181059.955000', '181059.957000', '181059.960000', '181059.963000', '181059.965000', '181059.968000', '181059.970000', '181059.973000', '181059.975000', '181059.978000', '181059.980000', '181059.983000', '181059.986000', '181059.988000', '181059.991000', '181059.993000', '181059.996000', '181059.999000', '181100.002000', '181100.005000', '181100.007000', '181100.010000', '181100.012000', '181100.015000', '181119.902000', '181119.905000', '181119.908000', '181119.910000', '181119.913000', '181119.916000', '181119.918000', '181119.921000', '181119.924000', '181119.926000', '181119.929000', '181119.931000', '181119.934000', '181119.936000', '181119.939000', '181119.942000', '181119.945000', '181119.948000', '181119.951000', '181119.954000', '181119.956000', '181119.959000', '181119.962000', '181119.965000', '181119.968000', '181119.970000', '181119.973000', '181119.976000', '181119.978000', '181119.981000', '181119.984000', '181119.986000', '181119.989000', '181119.992000', '181119.994000', '181119.997000', '181120.000000', '181120.003000', '181120.006000', '181120.008000', '181120.011000', '181120.013000', '181120.016000', '181139.903000', '181139.906000', '181139.908000', '181139.911000', '181139.913000', '181139.916000', '181139.919000', '181139.921000', '181139.924000', '181139.926000', '181139.929000', '181139.931000', '181139.934000', '181139.937000', '181139.940000', '181139.942000', '181139.945000', '181139.948000', '181139.981000', '181139.983000', '181139.986000', '181139.988000', '181139.991000', '181139.994000', '181139.996000', '181140.000000', '181140.002000', '181140.005000', '181140.007000', '181140.010000', '181140.012000', '181140.015000', '181140.018000', '181140.020000', '181140.023000', '181140.026000', '181140.028000', '181140.031000', '181140.033000', '181140.036000', '181140.038000', '181140.041000', '181140.044000', '181140.046000', '181159.903000', '181159.906000', '181159.909000', '181159.912000', '181159.920000', '181159.922000', '181159.925000', '181159.928000', '181159.930000', '181159.933000', '181159.935000', '181159.938000', '181159.940000', '181159.943000', '181159.946000', '181159.949000', '181159.952000', '181159.955000', '181159.958000', '181159.960000', '181159.963000', '181159.965000', '181159.968000', '181159.971000', '181159.973000', '181159.976000', '181159.978000', '181159.981000', '181159.984000', '181159.986000', '181159.989000', '181159.991000', '181159.994000', '181159.996000', '181159.999000', '181200.002000', '181200.004000', '181200.007000', '181200.009000', '181200.012000', '181200.015000', '181200.017000', '181200.020000', '181219.902000', '181219.905000', '181219.908000', '181219.911000', '181219.913000', '181219.916000', '181219.918000', '181219.921000', '181219.924000', '181219.926000', '181219.929000', '181219.931000', '181219.934000', '181219.937000', '181219.939000', '181219.942000', '181219.944000', '181219.947000', '181219.949000', '181219.952000', '181219.955000', '181219.957000', '181219.960000', '181219.962000', '181219.965000', '181219.967000', '181219.970000', '181219.973000', '181219.975000', '181219.978000', '181219.980000', '181219.983000', '181219.986000', '181219.988000', '181219.991000', '181219.994000', '181219.996000', '181220.000000', '181220.002000', '181220.005000', '181220.007000', '181220.010000', '181220.013000', '181220.015000', '181239.902000', '181239.905000', '181239.908000', '181239.911000', '181239.913000', '181239.916000', '181239.918000', '181239.921000', '181239.924000', '181239.926000', '181239.929000', '181239.931000', '181239.934000', '181239.936000', '181239.939000', '181239.942000', '181239.944000', '181239.947000', '181239.950000', '181239.952000', '181239.955000', '181239.957000', '181239.960000', '181239.963000', '181239.965000', '181239.968000', '181239.970000', '181239.973000', '181239.976000', '181239.979000', '181239.981000', '181239.984000', '181239.987000', '181239.989000', '181239.992000', '181239.994000', '181239.997000', '181240.001000', '181240.004000', '181240.007000', '181240.010000', '181240.013000', '181240.015000', '181259.902000', '181259.905000', '181259.908000', '181259.911000', '181259.913000', '181259.916000', '181259.918000', '181259.921000', '181259.923000', '181259.926000', '181259.929000', '181259.931000', '181259.934000', '181259.936000', '181259.939000', '181259.942000', '181259.944000', '181259.947000', '181259.950000', '181259.952000', '181259.955000', '181259.957000', '181259.960000', '181259.962000', '181259.965000', '181259.968000', '181259.970000', '181259.973000', '181259.975000', '181259.978000', '181259.981000', '181259.983000', '181259.986000', '181259.988000', '181259.991000', '181259.994000', '181259.996000', '181300.000000', '181300.002000', '181300.005000', '181300.007000', '181300.010000', '181300.012000', '181300.028000', '181319.902000', '181319.905000', '181319.908000', '181319.911000', '181319.913000', '181319.916000', '181319.918000', '181319.921000', '181319.923000', '181319.926000', '181319.929000', '181319.931000', '181319.934000', '181319.936000', '181319.939000', '181319.942000', '181319.944000', '181319.947000', '181319.950000', '181319.952000', '181319.955000', '181319.957000', '181319.960000', '181319.963000', '181319.965000', '181319.969000', '181319.972000', '181319.974000', '181319.977000', '181319.980000', '181319.983000', '181319.985000', '181319.988000', '181319.992000', '181319.995000', '181319.997000', '181320.001000', '181320.004000', '181320.006000', '181320.009000', '181320.011000', '181320.014000', '181320.017000', '181339.903000', '181339.906000', '181339.908000', '181339.911000', '181339.913000', '181339.916000', '181339.919000', '181339.921000', '181339.924000', '181339.926000', '181339.929000', '181339.931000', '181339.934000', '181339.937000', '181339.939000', '181339.942000', '181339.944000', '181339.947000', '181339.950000', '181339.952000', '181339.955000', '181339.957000', '181339.960000', '181339.963000', '181339.965000', '181339.968000', '181339.970000', '181339.973000', '181339.976000', '181339.978000', '181339.981000', '181339.984000', '181339.986000', '181339.989000', '181339.991000', '181339.994000', '181339.996000', '181340.000000', '181340.002000', '181340.005000', '181340.008000', '181340.010000', '181340.013000', '181340.016000', '181359.902000', '181359.905000', '181359.908000', '181359.911000', '181359.913000', '181359.916000', '181359.918000', '181359.921000', '181359.924000', '181359.926000', '181359.929000', '181359.931000', '181359.934000', '181359.937000', '181359.940000', '181359.942000', '181359.945000', '181359.947000', '181359.950000', '181359.953000', '181359.955000', '181359.958000', '181359.960000', '181359.963000', '181359.965000', '181359.968000', '181359.971000', '181359.973000', '181359.976000', '181359.978000', '181359.981000', '181359.983000', '181359.986000', '181359.989000', '181359.991000', '181359.994000', '181359.996000', '181400.000000', '181400.002000', '181400.005000', '181400.008000', '181400.010000', '181400.013000', '181419.904000', '181419.906000', '181419.909000', '181419.912000', '181419.914000', '181419.917000', '181419.920000', '181419.922000', '181419.925000', '181419.927000', '181419.930000', '181419.933000', '181419.935000', '181419.938000', '181419.940000', '181419.943000', '181419.946000', '181419.948000', '181419.951000', '181419.953000', '181419.956000', '181419.959000', '181419.961000', '181419.964000', '181419.966000', '181419.969000', '181419.971000', '181419.974000', '181419.977000', '181419.979000', '181419.982000', '181419.985000', '181419.987000', '181419.990000', '181419.992000', '181419.995000', '181419.997000', '181420.000000', '181420.003000', '181420.005000', '181420.033000', '181420.036000', '181420.039000', '181427.582000', '181427.585000', '181427.588000', '181427.590000', '181427.593000', '181427.596000', '181427.598000', '181427.601000', '181427.603000', '181427.606000', '181427.609000', '181427.611000', '181427.614000', '181427.616000', '181427.619000', '181427.622000', '181427.624000', '181427.627000'], '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': [8742, 11284, 12578, 9749, 12647, 8564, 12772, 8310, 12712, 8828, 13458, 7987, 11611, 8099, 11520, 10749, 10297, 10297, 9747, 13207, 9547, 12918, 9716, 12953, 8826, 13613, 9504, 13276, 8286, 12402, 8581, 12750, 9616, 13143, 8751, 12425, 7847, 12204, 8472, 10912, 10434, 11805, 10613, 8398, 10431, 9858, 10564, 15459, 10757, 14002, 9663, 12779, 8411, 12384, 9072, 11798, 9317, 9101, 12518, 8599, 12055, 8541, 12709, 8060, 9968, 8204, 9141, 12144, 9199, 12194, 9347, 12465, 8671, 12130, 8008, 11588, 8042, 11069, 9856, 9063, 8946, 9162, 12594, 9389, 12727, 9333, 14001, 9330, 13004, 8259, 10889, 8037, 10945, 8158, 10251, 13445, 9767, 12492, 9859, 12328, 8779, 12712, 8952, 13285, 8676, 11354, 7890, 11230, 8153, 10654, 10259, 9127, 12632, 8236, 12570, 10308, 12451, 8535, 12271, 8306, 11797, 9089, 10572, 7890, 9865, 7925, 10143, 12368, 9377, 11771, 8591, 12457, 9343, 12633, 9598, 12683, 8484, 12660, 8490, 13020, 9594, 11263, 10302, 9573, 13213, 10227, 12867, 10281, 12545, 8610, 12444, 8567, 12933, 8247, 11911, 8100, 11343, 8719, 10473, 10585, 10205, 9066, 9864, 11264, 10186, 13092, 9934, 12361, 9122, 12564, 8617, 12854, 8822, 11137, 7992, 9787, 13143, 9560, 12677, 9352, 12083, 8545, 12296, 8919, 12487, 9100, 12093, 8186, 11783, 8151, 12655, 8322, 11245, 8032, 10289, 10663, 10426, 15206, 9290, 13138, 8594, 12559, 9095, 12472, 9117, 12769, 8408, 11666, 8088, 11985, 9401, 10495, 7815, 9686, 10450, 10229, 13843, 10030, 12528, 8943, 12604, 8889, 12540, 8503, 11873, 8011, 10307, 12559, 9672, 11898, 8451, 12225, 8765, 12547, 9979, 12149, 8474, 11975, 8267, 11891, 8437, 11159, 10303, 9148, 7819, 9833, 7718, 9772, 12104, 9303, 10710, 8523, 12519, 10357, 12993, 9639, 12499, 9003, 12689, 9625, 12872, 9407, 12566, 8717, 12843, 8929, 12710, 8097, 10765, 8440, 10709, 14697, 10518, 12170, 8994, 12326, 9880, 12671, 10660, 12191, 8566, 11968, 8415, 12674, 8728, 11629, 7981, 11806, 8354, 13260, 8431, 10935, 7895, 9977, 10892, 10531, 14141, 9610, 12551, 9286, 12284, 9008, 12884, 8465, 11940, 8084, 9977, 10854, 9221, 10956, 8457, 12147, 8523, 12510, 10641, 12095, 8739, 12171, 8326, 12644, 8676, 11899, 8032, 11547, 8779, 12053, 8124, 10416, 9113, 10667, 13622, 10425, 13671, 9180, 12889, 9938, 13271, 10159, 12921, 8406, 12475, 8435, 13075, 8151, 10223, 10411, 9134, 12476, 10374, 12371, 8786, 11922, 8379, 12599, 8560, 11414, 7878, 10882, 8021, 11282, 10295, 10200, 10066, 9613, 12961, 9952, 13050, 10428, 12566, 8809, 12553, 9347, 13035, 9122, 12742, 8341, 11475, 9234, 10661, 12226, 9332, 12631, 9470, 12755, 9934, 12496, 8374, 12117, 8011, 12814, 8661, 10730, 7888, 10704, 8163, 10809, 9544, 10179, 10207, 9620, 12637, 10050, 13127, 9675, 12389, 9200, 12590, 9303, 12554, 8418, 11709, 8552, 12767, 8503, 11220, 7981, 10265, 9683, 10466, 10356, 10336, 10449, 10382, 13553, 10025, 12239, 9089, 12566, 9829, 12892, 10844, 12336, 9013, 12186, 8715, 12852, 8659, 11627, 7893, 10772, 8165, 12618, 7971, 11134, 7854, 11770, 8461, 10209, 7967, 10295, 8078, 11559, 10200, 10484, 9959, 9756, 13178, 10125, 13383, 10322, 12789, 8319, 12071, 9164, 11640, 8026, 9830, 7658, 9924, 12681, 9181, 10776, 8694, 12224, 9586, 12678, 10008, 11960, 8460, 11841, 9203, 12485, 10270, 12215, 8598, 12272, 8890, 12886, 8805, 12185, 8152, 11007, 8489, 11288, 9849, 10646, 7982, 10177, 10504, 10458, 9604, 9572, 8919, 10203, 12861, 9987, 10079, 9164, 10617, 9762, 12949, 9702, 12393, 8589, 12430, 10053, 12639, 10187, 12545, 8965, 12294, 8573, 12859, 8437, 10843, 7721, 9799, 7852, 10449, 11880, 9311, 7633, 9429, 7464, 9653, 9857, 9291, 7973, 9302, 11169, 10251, 14029, 9826, 13401, 9419, 12804, 10935, 12971, 10321, 12635, 8646, 12371, 8747, 12863, 8417, 12101, 7938, 11896, 9308, 10781, 8381, 9731, 12082, 9585, 12738, 10571, 12053, 9266, 12013, 9283, 12730, 9861, 9938, 9108, 9582, 10062, 12705, 10089, 11576, 9736, 13809, 10278, 13926, 9909, 12585, 9291, 12366, 9775, 12287, 8898, 12262, 8450, 12078, 8584, 12303, 7964, 9883, 7897, 10209, 8795, 10243, 7712, 9636, 8032, 10044, 11753, 9357, 9998, 9085, 12459, 9294, 12704, 10383, 11938, 8727, 12133, 9263, 12351, 9318, 12044, 8511, 11357, 8659, 7644, 13391, 11073, 12005, 9948, 15075, 10127, 14776, 12351, 14104, 9571, 12463, 8787, 12765, 8550, 11949, 7920, 10073, 8080, 10412, 10923, 9320, 7590, 9559, 7562, 10352, 9044, 9943, 7977, 9583, 11533, 9657, 12652, 9093, 11972, 8814, 12167, 9288, 12186, 8883, 12643, 8066, 12037, 8246, 12859, 8088, 10970, 8053, 10401, 9274, 10459, 7964, 9491, 8957, 10097, 13552, 9140, 12351, 8375, 12377, 9155, 12185, 9235, 12166, 8023, 11715, 8395, 11948, 7910, 11037, 7799, 11419, 8696, 10513, 7621, 9815, 11352, 10332, 14503, 9537, 13057, 8895, 12805, 10760, 12168, 9014, 11810, 8458, 12405, 8073, 10753, 7674, 9473, 11396, 9772, 12357, 9512, 11823, 8624, 11699, 8313, 12223, 8059, 11254, 7707, 11133, 8101, 10813, 7693, 9542, 8305, 9975, 13201, 9613, 12057, 8611, 11928, 8354, 12652, 8281, 11215, 7646, 9741, 8625, 10019, 7752, 8694, 12039, 8087, 12425, 9659, 12254, 7861, 11271, 9316, 10810, 14679, 9036, 12208, 8911, 12011, 8519, 12146, 8090, 10783, 7928, 10401, 9306, 10169, 8425, 9174, 12377, 9243, 12500, 9948, 11995, 8613, 11818, 9368, 12211, 9497, 12232, 8350, 12037, 8349, 12682, 8075, 11241, 7867, 9780, 11840, 10300, 12111, 8816, 12082, 8786, 12192, 10313, 11645, 8660, 11824, 8508, 12183, 8947, 11968, 8384, 11776, 8664, 12438, 8732, 12344, 8352, 11367, 8674, 11573, 9579, 12385, 10226, 11948, 9220, 11492, 9185, 11994, 8862, 12341, 7978, 11492, 8249, 12289, 7863, 10153, 8021, 9498, 8298, 9906, 9967, 8596, 9033, 8686, 11532, 9717, 12542, 8965, 12253, 8569, 12176, 10535, 12106, 9367, 11483, 8703, 12211, 9671, 11870, 8716, 11627, 8248, 12258, 8503, 12097, 8024, 11199, 7834, 11759, 9000, 10315, 7985, 10226, 7787], 'WindowCenter': [4551.0, 4566.0, 4562.0, 4530.0, 4535.0, 4505.0, 4533.0, 4493.0, 4535.0, 4504.0, 4534.0, 4481.0, 4524.0, 4481.0, 4521.0, 4511.0, 4510.0, 4499.0, 4501.0, 4518.0, 4500.0, 4518.0, 4489.0, 4518.0, 4490.0, 4532.0, 4500.0, 4517.0, 4478.0, 4507.0, 4488.0, 4518.0, 4499.0, 4520.0, 4490.0, 4518.0, 4481.0, 4518.0, 4490.0, 4510.0, 4524.0, 4523.0, 4513.0, 4480.0, 4510.0, 4498.0, 4500.0, 4529.0, 4500.0, 4518.0, 4486.0, 4506.0, 4466.0, 4507.0, 4475.0, 4504.0, 4475.0, 4475.0, 4494.0, 4474.0, 4494.0, 4475.0, 4505.0, 4464.0, 4487.0, 4465.0, 4473.0, 4504.0, 4476.0, 4505.0, 4488.0, 4508.0, 4477.0, 4507.0, 4479.0, 4509.0, 4478.0, 4510.0, 4499.0, 4488.0, 4489.0, 4489.0, 4519.0, 4490.0, 4518.0, 4489.0, 4530.0, 4488.0, 4519.0, 4469.0, 4507.0, 4465.0, 4506.0, 4467.0, 4497.0, 4517.0, 4497.0, 4507.0, 4497.0, 4507.0, 4475.0, 4518.0, 4479.0, 4516.0, 4477.0, 4495.0, 4466.0, 4497.0, 4467.0, 4497.0, 4496.0, 4485.0, 4505.0, 4477.0, 4506.0, 4497.0, 4508.0, 4478.0, 4509.0, 4476.0, 4509.0, 4487.0, 4499.0, 4467.0, 4498.0, 4478.0, 4510.0, 4521.0, 4503.0, 4509.0, 4492.0, 4519.0, 4500.0, 4522.0, 4501.0, 4520.0, 4488.0, 4518.0, 4488.0, 4529.0, 4488.0, 4508.0, 4497.0, 4487.0, 4517.0, 4498.0, 4517.0, 4495.0, 4507.0, 4476.0, 4507.0, 4477.0, 4518.0, 4477.0, 4518.0, 4467.0, 4509.0, 4478.0, 4498.0, 4497.0, 4498.0, 4477.0, 4499.0, 4497.0, 4499.0, 4517.0, 4499.0, 4508.0, 4488.0, 4507.0, 4475.0, 4517.0, 4476.0, 4497.0, 4465.0, 4485.0, 4506.0, 4486.0, 4505.0, 4486.0, 4506.0, 4475.0, 4506.0, 4488.0, 4516.0, 4487.0, 4508.0, 4480.0, 4520.0, 4481.0, 4532.0, 4491.0, 4510.0, 4480.0, 4510.0, 4508.0, 4510.0, 4529.0, 4489.0, 4518.0, 4477.0, 4517.0, 4488.0, 4519.0, 4487.0, 4518.0, 4478.0, 4507.0, 4477.0, 4519.0, 4488.0, 4509.0, 4469.0, 4498.0, 4498.0, 4501.0, 4519.0, 4498.0, 4508.0, 4477.0, 4506.0, 4477.0, 4504.0, 4476.0, 4506.0, 4463.0, 4496.0, 4507.0, 4486.0, 4493.0, 4476.0, 4506.0, 4476.0, 4507.0, 4486.0, 4505.0, 4468.0, 4505.0, 4465.0, 4505.0, 4477.0, 4508.0, 4498.0, 4486.0, 4467.0, 4497.0, 4468.0, 4510.0, 4519.0, 4500.0, 4508.0, 4490.0, 4520.0, 4512.0, 4529.0, 4501.0, 4517.0, 4490.0, 4519.0, 4500.0, 4519.0, 4489.0, 4518.0, 4478.0, 4517.0, 4477.0, 4520.0, 4467.0, 4498.0, 4466.0, 4497.0, 4526.0, 4496.0, 4507.0, 4476.0, 4505.0, 4496.0, 4517.0, 4498.0, 4506.0, 4476.0, 4506.0, 4477.0, 4517.0, 4477.0, 4508.0, 4467.0, 4508.0, 4478.0, 4517.0, 4477.0, 4507.0, 4466.0, 4499.0, 4496.0, 4496.0, 4516.0, 4487.0, 4507.0, 4486.0, 4507.0, 4477.0, 4507.0, 4466.0, 4505.0, 4465.0, 4488.0, 4497.0, 4486.0, 4496.0, 4478.0, 4505.0, 4489.0, 4518.0, 4499.0, 4519.0, 4490.0, 4519.0, 4479.0, 4522.0, 4490.0, 4518.0, 4481.0, 4520.0, 4489.0, 4522.0, 4480.0, 4508.0, 4489.0, 4509.0, 4519.0, 4499.0, 4517.0, 4489.0, 4506.0, 4497.0, 4518.0, 4486.0, 4507.0, 4466.0, 4517.0, 4477.0, 4517.0, 4467.0, 4500.0, 4496.0, 4488.0, 4517.0, 4498.0, 4517.0, 4479.0, 4509.0, 4478.0, 4520.0, 4478.0, 4510.0, 4479.0, 4508.0, 4479.0, 4510.0, 4500.0, 4498.0, 4496.0, 4500.0, 4519.0, 4499.0, 4518.0, 4498.0, 4506.0, 4489.0, 4508.0, 4489.0, 4518.0, 4488.0, 4517.0, 4466.0, 4508.0, 4486.0, 4498.0, 4505.0, 4487.0, 4506.0, 4487.0, 4505.0, 4485.0, 4506.0, 4464.0, 4505.0, 4466.0, 4516.0, 4476.0, 4507.0, 4467.0, 4507.0, 4478.0, 4510.0, 4489.0, 4496.0, 4497.0, 4498.0, 4519.0, 4500.0, 4518.0, 4489.0, 4506.0, 4488.0, 4518.0, 4486.0, 4507.0, 4477.0, 4509.0, 4478.0, 4518.0, 4478.0, 4508.0, 4466.0, 4498.0, 4497.0, 4498.0, 4498.0, 4498.0, 4497.0, 4499.0, 4519.0, 4497.0, 4505.0, 4476.0, 4505.0, 4487.0, 4506.0, 4497.0, 4504.0, 4476.0, 4506.0, 4476.0, 4516.0, 4477.0, 4507.0, 4465.0, 4507.0, 4477.0, 4518.0, 4467.0, 4505.0, 4476.0, 4520.0, 4477.0, 4509.0, 4480.0, 4510.0, 4480.0, 4521.0, 4501.0, 4498.0, 4487.0, 4488.0, 4517.0, 4499.0, 4517.0, 4487.0, 4506.0, 4465.0, 4507.0, 4476.0, 4496.0, 4466.0, 4486.0, 4454.0, 4497.0, 4517.0, 4488.0, 4497.0, 4490.0, 4518.0, 4502.0, 4519.0, 4497.0, 4519.0, 4479.0, 4516.0, 4500.0, 4519.0, 4511.0, 4518.0, 4489.0, 4519.0, 4490.0, 4522.0, 4490.0, 4509.0, 4465.0, 4499.0, 4477.0, 4508.0, 4486.0, 4495.0, 4467.0, 4498.0, 4497.0, 4499.0, 4486.0, 4487.0, 4477.0, 4496.0, 4506.0, 4497.0, 4487.0, 4487.0, 4497.0, 4497.0, 4518.0, 4487.0, 4508.0, 4478.0, 4518.0, 4500.0, 4519.0, 4498.0, 4518.0, 4487.0, 4509.0, 4477.0, 4518.0, 4466.0, 4497.0, 4456.0, 4487.0, 4466.0, 4498.0, 4507.0, 4488.0, 4466.0, 4490.0, 4458.0, 4501.0, 4499.0, 4500.0, 4479.0, 4500.0, 4509.0, 4511.0, 4531.0, 4501.0, 4519.0, 4490.0, 4517.0, 4508.0, 4517.0, 4498.0, 4506.0, 4474.0, 4506.0, 4475.0, 4508.0, 4476.0, 4506.0, 4467.0, 4511.0, 4488.0, 4498.0, 4467.0, 4486.0, 4505.0, 4500.0, 4518.0, 4497.0, 4507.0, 4486.0, 4506.0, 4488.0, 4517.0, 4498.0, 4497.0, 4491.0, 4498.0, 4503.0, 4531.0, 4511.0, 4510.0, 4501.0, 4519.0, 4498.0, 4518.0, 4487.0, 4506.0, 4475.0, 4505.0, 4487.0, 4506.0, 4477.0, 4506.0, 4464.0, 4507.0, 4477.0, 4508.0, 4466.0, 4487.0, 4465.0, 4497.0, 4477.0, 4497.0, 4467.0, 4487.0, 4466.0, 4500.0, 4508.0, 4488.0, 4488.0, 4488.0, 4506.0, 4490.0, 4510.0, 4497.0, 4508.0, 4478.0, 4505.0, 4490.0, 4519.0, 4487.0, 4510.0, 4479.0, 4510.0, 4490.0, 4482.0, 4543.0, 4525.0, 4534.0, 4514.0, 4544.0, 4512.0, 4533.0, 4509.0, 4517.0, 4488.0, 4507.0, 4476.0, 4508.0, 4466.0, 4495.0, 4454.0, 4485.0, 4453.0, 4495.0, 4485.0, 4477.0, 4457.0, 4486.0, 4467.0, 4496.0, 4478.0, 4499.0, 4464.0, 4488.0, 4508.0, 4489.0, 4507.0, 4479.0, 4507.0, 4489.0, 4508.0, 4488.0, 4509.0, 4479.0, 4508.0, 4467.0, 4508.0, 4468.0, 4508.0, 4467.0, 4499.0, 4467.0, 4498.0, 4487.0, 4498.0, 4467.0, 4488.0, 4489.0, 4500.0, 4517.0, 4489.0, 4508.0, 4478.0, 4507.0, 4488.0, 4508.0, 4488.0, 4509.0, 4466.0, 4509.0, 4468.0, 4509.0, 4468.0, 4498.0, 4468.0, 4509.0, 4475.0, 4501.0, 4468.0, 4499.0, 4497.0, 4500.0, 4517.0, 4490.0, 4507.0, 4476.0, 4506.0, 4498.0, 4497.0, 4476.0, 4497.0, 4466.0, 4508.0, 4456.0, 4496.0, 4456.0, 4488.0, 4495.0, 4486.0, 4496.0, 4489.0, 4496.0, 4476.0, 4506.0, 4467.0, 4507.0, 4467.0, 4498.0, 4456.0, 4510.0, 4470.0, 4497.0, 4467.0, 4500.0, 4479.0, 4499.0, 4519.0, 4490.0, 4508.0, 4479.0, 4507.0, 4477.0, 4509.0, 4468.0, 4498.0, 4456.0, 4488.0, 4478.0, 4489.0, 4466.0, 4479.0, 4507.0, 4470.0, 4520.0, 4491.0, 4510.0, 4469.0, 4508.0, 4478.0, 4500.0, 4519.0, 4476.0, 4504.0, 4475.0, 4507.0, 4477.0, 4506.0, 4465.0, 4497.0, 4466.0, 4499.0, 4487.0, 4498.0, 4464.0, 4487.0, 4509.0, 4489.0, 4510.0, 4489.0, 4507.0, 4478.0, 4505.0, 4488.0, 4508.0, 4488.0, 4507.0, 4466.0, 4507.0, 4467.0, 4508.0, 4466.0, 4497.0, 4466.0, 4487.0, 4494.0, 4488.0, 4497.0, 4476.0, 4494.0, 4465.0, 4506.0, 4484.0, 4496.0, 4475.0, 4495.0, 4476.0, 4507.0, 4477.0, 4508.0, 4467.0, 4507.0, 4480.0, 4508.0, 4478.0, 4510.0, 4479.0, 4505.0, 4479.0, 4509.0, 4499.0, 4520.0, 4500.0, 4510.0, 4488.0, 4497.0, 4489.0, 4509.0, 4479.0, 4508.0, 4457.0, 4497.0, 4467.0, 4508.0, 4457.0, 4488.0, 4465.0, 4488.0, 4467.0, 4487.0, 4487.0, 4477.0, 4476.0, 4477.0, 4509.0, 4502.0, 4519.0, 4490.0, 4507.0, 4479.0, 4509.0, 4498.0, 4507.0, 4490.0, 4507.0, 4478.0, 4509.0, 4487.0, 4508.0, 4479.0, 4509.0, 4479.0, 4510.0, 4479.0, 4507.0, 4468.0, 4509.0, 4469.0, 4519.0, 4479.0, 4497.0, 4470.0, 4499.0, 4468.0], 'WindowWidth': [10015.0, 10021.0, 10005.0, 9954.0, 9954.0, 9910.0, 9945.0, 9890.0, 9948.0, 9905.0, 9944.0, 9869.0, 9930.0, 9867.0, 9924.0, 9909.0, 9907.0, 9889.0, 9894.0, 9915.0, 9891.0, 9913.0, 9875.0, 9914.0, 9878.0, 9938.0, 9892.0, 9911.0, 9859.0, 9897.0, 9874.0, 9916.0, 9890.0, 9920.0, 9879.0, 9914.0, 9872.0, 9916.0, 9882.0, 9908.0, 9933.0, 9930.0, 9916.0, 9866.0, 9907.0, 9888.0, 9891.0, 9931.0, 9889.0, 9913.0, 9866.0, 9893.0, 9839.0, 9895.0, 9852.0, 9889.0, 9848.0, 9850.0, 9873.0, 9846.0, 9874.0, 9851.0, 9892.0, 9834.0, 9868.0, 9837.0, 9846.0, 9888.0, 9853.0, 9891.0, 9874.0, 9897.0, 9856.0, 9897.0, 9862.0, 9902.0, 9860.0, 9905.0, 9890.0, 9875.0, 9875.0, 9876.0, 9917.0, 9878.0, 9914.0, 9877.0, 9936.0, 9872.0, 9915.0, 9846.0, 9896.0, 9838.0, 9896.0, 9844.0, 9885.0, 9912.0, 9883.0, 9897.0, 9884.0, 9897.0, 9853.0, 9913.0, 9863.0, 9909.0, 9855.0, 9878.0, 9838.0, 9882.0, 9842.0, 9884.0, 9881.0, 9866.0, 9893.0, 9857.0, 9894.0, 9884.0, 9899.0, 9860.0, 9901.0, 9854.0, 9904.0, 9870.0, 9889.0, 9844.0, 9888.0, 9861.0, 9907.0, 9923.0, 9899.0, 9905.0, 9885.0, 9917.0, 9895.0, 9925.0, 9895.0, 9920.0, 9876.0, 9916.0, 9875.0, 9932.0, 9875.0, 9901.0, 9884.0, 9870.0, 9913.0, 9888.0, 9911.0, 9880.0, 9895.0, 9854.0, 9897.0, 9858.0, 9915.0, 9858.0, 9914.0, 9844.0, 9903.0, 9861.0, 9889.0, 9885.0, 9885.0, 9857.0, 9888.0, 9885.0, 9890.0, 9914.0, 9888.0, 9898.0, 9871.0, 9898.0, 9853.0, 9911.0, 9854.0, 9883.0, 9837.0, 9864.0, 9893.0, 9866.0, 9893.0, 9867.0, 9894.0, 9853.0, 9894.0, 9873.0, 9909.0, 9873.0, 9900.0, 9866.0, 9919.0, 9871.0, 9939.0, 9883.0, 9908.0, 9867.0, 9908.0, 9903.0, 9906.0, 9932.0, 9876.0, 9914.0, 9858.0, 9912.0, 9874.0, 9917.0, 9873.0, 9915.0, 9860.0, 9900.0, 9859.0, 9919.0, 9875.0, 9904.0, 9849.0, 9889.0, 9888.0, 9894.0, 9917.0, 9886.0, 9900.0, 9856.0, 9894.0, 9856.0, 9892.0, 9853.0, 9893.0, 9832.0, 9881.0, 9895.0, 9867.0, 9875.0, 9854.0, 9893.0, 9854.0, 9898.0, 9867.0, 9892.0, 9844.0, 9893.0, 9839.0, 9894.0, 9856.0, 9901.0, 9885.0, 9869.0, 9844.0, 9885.0, 9847.0, 9908.0, 9919.0, 9893.0, 9903.0, 9880.0, 9922.0, 9912.0, 9933.0, 9896.0, 9914.0, 9880.0, 9917.0, 9893.0, 9917.0, 9878.0, 9916.0, 9860.0, 9914.0, 9858.0, 9919.0, 9844.0, 9887.0, 9840.0, 9884.0, 9924.0, 9882.0, 9896.0, 9854.0, 9890.0, 9882.0, 9911.0, 9887.0, 9894.0, 9856.0, 9895.0, 9859.0, 9913.0, 9858.0, 9900.0, 9844.0, 9901.0, 9861.0, 9913.0, 9857.0, 9899.0, 9842.0, 9888.0, 9881.0, 9882.0, 9910.0, 9869.0, 9896.0, 9867.0, 9895.0, 9857.0, 9898.0, 9838.0, 9892.0, 9836.0, 9873.0, 9883.0, 9869.0, 9882.0, 9860.0, 9895.0, 9877.0, 9915.0, 9890.0, 9918.0, 9880.0, 9918.0, 9864.0, 9924.0, 9880.0, 9917.0, 9867.0, 9921.0, 9877.0, 9924.0, 9865.0, 9903.0, 9877.0, 9905.0, 9918.0, 9890.0, 9913.0, 9874.0, 9896.0, 9885.0, 9913.0, 9869.0, 9896.0, 9840.0, 9911.0, 9858.0, 9913.0, 9843.0, 9890.0, 9881.0, 9874.0, 9912.0, 9888.0, 9912.0, 9863.0, 9903.0, 9861.0, 9919.0, 9860.0, 9905.0, 9861.0, 9902.0, 9864.0, 9907.0, 9892.0, 9889.0, 9885.0, 9891.0, 9919.0, 9891.0, 9915.0, 9889.0, 9896.0, 9875.0, 9901.0, 9878.0, 9914.0, 9872.0, 9911.0, 9840.0, 9900.0, 9869.0, 9885.0, 9893.0, 9870.0, 9894.0, 9870.0, 9892.0, 9864.0, 9892.0, 9835.0, 9890.0, 9840.0, 9909.0, 9855.0, 9897.0, 9844.0, 9898.0, 9860.0, 9906.0, 9875.0, 9884.0, 9883.0, 9886.0, 9916.0, 9891.0, 9915.0, 9875.0, 9895.0, 9874.0, 9914.0, 9869.0, 9896.0, 9857.0, 9902.0, 9861.0, 9916.0, 9860.0, 9901.0, 9842.0, 9887.0, 9886.0, 9888.0, 9888.0, 9887.0, 9884.0, 9889.0, 9915.0, 9883.0, 9892.0, 9853.0, 9892.0, 9871.0, 9895.0, 9883.0, 9889.0, 9853.0, 9893.0, 9854.0, 9909.0, 9855.0, 9896.0, 9838.0, 9897.0, 9857.0, 9915.0, 9845.0, 9896.0, 9857.0, 9922.0, 9861.0, 9905.0, 9868.0, 9907.0, 9867.0, 9924.0, 9896.0, 9889.0, 9872.0, 9872.0, 9913.0, 9890.0, 9911.0, 9870.0, 9896.0, 9836.0, 9895.0, 9852.0, 9880.0, 9838.0, 9867.0, 9823.0, 9886.0, 9911.0, 9874.0, 9883.0, 9881.0, 9914.0, 9897.0, 9918.0, 9886.0, 9916.0, 9863.0, 9911.0, 9896.0, 9920.0, 9911.0, 9914.0, 9877.0, 9917.0, 9879.0, 9926.0, 9879.0, 9903.0, 9839.0, 9888.0, 9856.0, 9899.0, 9868.0, 9880.0, 9841.0, 9886.0, 9885.0, 9888.0, 9869.0, 9871.0, 9855.0, 9884.0, 9896.0, 9885.0, 9870.0, 9870.0, 9883.0, 9884.0, 9914.0, 9871.0, 9900.0, 9860.0, 9914.0, 9893.0, 9915.0, 9887.0, 9913.0, 9871.0, 9902.0, 9859.0, 9913.0, 9841.0, 9882.0, 9827.0, 9870.0, 9841.0, 9887.0, 9897.0, 9872.0, 9841.0, 9877.0, 9835.0, 9897.0, 9891.0, 9894.0, 9864.0, 9894.0, 9905.0, 9910.0, 9937.0, 9897.0, 9917.0, 9877.0, 9912.0, 9900.0, 9911.0, 9887.0, 9893.0, 9850.0, 9895.0, 9853.0, 9899.0, 9855.0, 9897.0, 9843.0, 9907.0, 9873.0, 9886.0, 9842.0, 9868.0, 9892.0, 9890.0, 9915.0, 9885.0, 9896.0, 9868.0, 9895.0, 9874.0, 9912.0, 9890.0, 9885.0, 9883.0, 9890.0, 9900.0, 9938.0, 9910.0, 9908.0, 9892.0, 9915.0, 9887.0, 9913.0, 9870.0, 9892.0, 9851.0, 9890.0, 9868.0, 9893.0, 9856.0, 9894.0, 9835.0, 9896.0, 9855.0, 9899.0, 9839.0, 9870.0, 9838.0, 9884.0, 9856.0, 9884.0, 9843.0, 9872.0, 9842.0, 9891.0, 9900.0, 9873.0, 9872.0, 9873.0, 9896.0, 9877.0, 9903.0, 9884.0, 9898.0, 9859.0, 9893.0, 9880.0, 9919.0, 9872.0, 9903.0, 9861.0, 9906.0, 9881.0, 9875.0, 9958.0, 9935.0, 9946.0, 9919.0, 9958.0, 9912.0, 9942.0, 9904.0, 9910.0, 9870.0, 9896.0, 9854.0, 9899.0, 9837.0, 9875.0, 9818.0, 9862.0, 9817.0, 9877.0, 9862.0, 9854.0, 9829.0, 9868.0, 9841.0, 9883.0, 9858.0, 9888.0, 9837.0, 9872.0, 9898.0, 9876.0, 9897.0, 9862.0, 9898.0, 9873.0, 9899.0, 9874.0, 9902.0, 9860.0, 9898.0, 9842.0, 9900.0, 9846.0, 9901.0, 9842.0, 9888.0, 9840.0, 9887.0, 9869.0, 9884.0, 9842.0, 9873.0, 9874.0, 9889.0, 9910.0, 9873.0, 9898.0, 9859.0, 9897.0, 9873.0, 9900.0, 9872.0, 9898.0, 9841.0, 9899.0, 9845.0, 9901.0, 9844.0, 9885.0, 9844.0, 9904.0, 9854.0, 9892.0, 9846.0, 9889.0, 9884.0, 9889.0, 9912.0, 9876.0, 9897.0, 9853.0, 9893.0, 9884.0, 9879.0, 9852.0, 9882.0, 9838.0, 9899.0, 9824.0, 9878.0, 9824.0, 9869.0, 9876.0, 9867.0, 9880.0, 9874.0, 9880.0, 9852.0, 9894.0, 9842.0, 9895.0, 9843.0, 9884.0, 9828.0, 9904.0, 9850.0, 9885.0, 9845.0, 9892.0, 9863.0, 9891.0, 9917.0, 9877.0, 9900.0, 9860.0, 9897.0, 9856.0, 9901.0, 9844.0, 9885.0, 9825.0, 9873.0, 9858.0, 9873.0, 9843.0, 9862.0, 9898.0, 9851.0, 9918.0, 9880.0, 9905.0, 9847.0, 9900.0, 9857.0, 9888.0, 9914.0, 9854.0, 9890.0, 9851.0, 9895.0, 9854.0, 9893.0, 9837.0, 9883.0, 9839.0, 9888.0, 9871.0, 9884.0, 9837.0, 9870.0, 9901.0, 9876.0, 9903.0, 9874.0, 9896.0, 9857.0, 9891.0, 9873.0, 9898.0, 9872.0, 9894.0, 9840.0, 9897.0, 9843.0, 9899.0, 9839.0, 9883.0, 9838.0, 9869.0, 9874.0, 9869.0, 9880.0, 9852.0, 9875.0, 9836.0, 9893.0, 9862.0, 9878.0, 9850.0, 9876.0, 9854.0, 9896.0, 9856.0, 9898.0, 9843.0, 9895.0, 9863.0, 9900.0, 9860.0, 9902.0, 9863.0, 9894.0, 9863.0, 9903.0, 9892.0, 9918.0, 9893.0, 9902.0, 9872.0, 9882.0, 9873.0, 9900.0, 9858.0, 9896.0, 9827.0, 9881.0, 9840.0, 9897.0, 9827.0, 9870.0, 9837.0, 9871.0, 9840.0, 9869.0, 9869.0, 9856.0, 9855.0, 9857.0, 9903.0, 9895.0, 9917.0, 9877.0, 9898.0, 9861.0, 9903.0, 9887.0, 9896.0, 9878.0, 9895.0, 9858.0, 9900.0, 9871.0, 9897.0, 9861.0, 9899.0, 9861.0, 9905.0, 9860.0, 9898.0, 9845.0, 9900.0, 9846.0, 9918.0, 9862.0, 9884.0, 9852.0, 9890.0, 9847.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.000329147465437788</td></tr>
<tr><td colspan=3>aqi</td><td>0.01759166831797235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.26819845532871</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2149663849711645</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9893578083967695</td></tr>
<tr><td colspan=3>efc</td><td>0.4609</td></tr>
<tr><td colspan=3>fber</td><td>6758.0815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07048249640586063</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1152073732718894</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4656207360522164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.370698216205423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7383936619843348</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2877703299668926</td></tr>
<tr><td colspan=3>gcor</td><td>0.006151</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009342502802610397</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02226296253502369</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.917440594576164</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>26.7895</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>758.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.7854</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.8319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3709.6423</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.0493</td></tr>
<tr><td colspan=3>tsnr</td><td>46.23253938416019</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>