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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-01/func/sub-0124_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f119a725b3f9a0d902a81c2c7424a53d</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:00:31.217500</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.995597, -0.0856267, 0.0381367, 0.0811533, 0.991, 0.10646]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0837076</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7769, -7244, 317, -100, -25, -50, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00c15498-b694-4b66-9da7-424e65763084||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.671114444732666, 0.2177283763885498, 0.12665516138076782, 98.30856323242188], [0.22973017394542694, 2.6587796211242676, 0.2778204381465912, -107.38504791259766], [0.10231807082891464, -0.2856246829032898, 2.682680368423462, -69.29043579101562], [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': ['180031.217500', '180031.677500', '180032.137500', '180032.597500', '180033.057500', '180033.517500', '180033.977500', '180034.437500', '180034.897500', '180035.357500', '180035.817500', '180036.277500', '180036.737500', '180037.197500', '180037.657500', '180038.117500', '180038.577500', '180039.037500', '180039.497500', '180039.957500', '180040.417500', '180040.877500', '180041.337500', '180041.797500', '180042.257500', '180042.717500', '180043.177500', '180043.637500', '180044.097500', '180044.557500', '180045.017500', '180045.477500', '180045.937500', '180046.397500', '180046.857500', '180047.317500', '180047.777500', '180048.237500', '180048.697500', '180049.157500', '180049.617500', '180050.077500', '180050.537500', '180050.997500', '180051.457500', '180051.917500', '180052.377500', '180052.837500', '180053.297500', '180053.757500', '180054.217500', '180054.677500', '180055.137500', '180055.597500', '180056.057500', '180056.517500', '180056.977500', '180057.437500', '180057.897500', '180058.357500', '180058.817500', '180059.277500', '180059.737500', '180100.197500', '180100.657500', '180101.117500', '180101.577500', '180102.037500', '180102.497500', '180102.957500', '180103.417500', '180103.877500', '180104.337500', '180104.797500', '180105.257500', '180105.717500', '180106.177500', '180106.637500', '180107.097500', '180107.557500', '180108.017500', '180108.477500', '180108.937500', '180109.397500', '180109.857500', '180110.317500', '180110.777500', '180111.237500', '180111.697500', '180112.157500', '180112.617500', '180113.077500', '180113.537500', '180113.997500', '180114.457500', '180114.917500', '180115.377500', '180115.837500', '180116.297500', '180116.757500', '180117.217500', '180117.677500', '180118.137500', '180118.597500', '180119.057500', '180119.517500', '180119.977500', '180120.437500', '180120.897500', '180121.357500', '180121.817500', '180122.277500', '180122.737500', '180123.197500', '180123.657500', '180124.117500', '180124.577500', '180125.037500', '180125.497500', '180125.957500', '180126.417500', '180126.877500', '180127.337500', '180127.797500', '180128.257500', '180128.717500', '180129.177500', '180129.637500', '180130.097500', '180130.557500', '180131.017500', '180131.477500', '180131.937500', '180132.397500', '180132.857500', '180133.317500', '180133.777500', '180134.237500', '180134.697500', '180135.157500', '180135.617500', '180136.077500', '180136.537500', '180136.997500', '180137.457500', '180137.917500', '180138.377500', '180138.837500', '180139.297500', '180139.757500', '180140.217500', '180140.677500', '180141.137500', '180141.597500', '180142.057500', '180142.517500', '180142.977500', '180143.437500', '180143.897500', '180144.357500', '180144.817500', '180145.277500', '180145.737500', '180146.197500', '180146.657500', '180147.117500', '180147.577500', '180148.037500', '180148.497500', '180148.957500', '180149.417500', '180149.877500', '180150.337500', '180150.797500', '180151.257500', '180151.717500', '180152.177500', '180152.637500', '180153.097500', '180153.557500', '180154.017500', '180154.477500', '180154.937500', '180155.397500', '180155.857500', '180156.317500', '180156.777500', '180157.237500', '180157.697500', '180158.157500', '180158.617500', '180159.077500', '180159.537500', '180159.997500', '180200.457500', '180200.917500', '180201.377500', '180201.837500', '180202.297500', '180202.757500', '180203.217500', '180203.677500', '180204.137500', '180204.597500', '180205.057500', '180205.517500', '180205.977500', '180206.437500', '180206.897500', '180207.357500', '180207.817500', '180208.277500', '180208.737500', '180209.197500', '180209.657500', '180210.117500', '180210.577500', '180211.037500', '180211.497500', '180211.957500', '180212.417500', '180212.877500', '180213.337500', '180213.797500', '180214.257500', '180214.717500', '180215.177500', '180215.637500', '180216.097500', '180216.557500', '180217.017500', '180217.477500', '180217.937500', '180218.397500', '180218.857500', '180219.317500', '180219.777500', '180220.237500', '180220.697500', '180221.157500', '180221.617500', '180222.077500', '180222.537500', '180222.997500', '180223.457500', '180223.917500', '180224.377500', '180224.837500', '180225.297500', '180225.757500', '180226.217500', '180226.677500', '180227.137500', '180227.597500', '180228.057500', '180228.517500', '180228.977500', '180229.437500', '180229.897500', '180230.357500', '180230.817500', '180231.277500', '180231.737500', '180232.197500', '180232.657500', '180233.117500', '180233.577500', '180234.037500', '180234.497500', '180234.957500', '180235.417500', '180235.877500', '180236.337500', '180236.797500', '180237.257500', '180237.717500', '180238.177500', '180238.637500', '180239.097500', '180239.557500', '180240.017500', '180240.477500', '180240.937500', '180241.397500', '180241.857500', '180242.317500', '180242.777500', '180243.237500', '180243.697500', '180244.157500', '180244.617500', '180245.077500', '180245.537500', '180245.997500', '180246.457500', '180246.917500', '180247.377500', '180247.837500', '180248.297500', '180248.757500', '180249.217500', '180249.677500', '180250.137500', '180250.597500', '180251.057500', '180251.517500', '180251.977500', '180252.437500', '180252.897500', '180253.357500', '180253.817500', '180254.277500', '180254.737500', '180255.197500', '180255.657500', '180256.117500', '180256.577500', '180257.037500', '180257.497500', '180257.957500', '180258.417500', '180258.877500', '180259.337500', '180259.797500', '180300.257500', '180300.717500', '180301.177500', '180301.637500', '180302.097500', '180302.557500', '180303.017500', '180303.477500', '180303.937500', '180304.397500', '180304.857500', '180305.317500', '180305.777500', '180306.237500', '180306.697500', '180307.157500', '180307.617500', '180308.077500', '180308.537500', '180308.997500', '180309.457500', '180309.917500', '180310.377500', '180310.837500', '180311.297500', '180311.757500', '180312.217500', '180312.677500', '180313.137500', '180313.597500', '180314.057500', '180314.517500', '180314.977500', '180315.437500', '180315.897500', '180316.357500', '180316.817500', '180317.277500', '180317.737500', '180318.197500', '180318.657500', '180319.117500', '180319.577500', '180320.037500', '180320.497500', '180320.957500', '180321.417500', '180321.877500', '180322.337500', '180322.797500', '180323.257500', '180323.717500', '180324.177500', '180324.637500', '180325.097500', '180325.557500', '180326.017500', '180326.477500', '180326.937500', '180327.397500', '180327.857500', '180328.317500', '180328.777500', '180329.237500', '180329.697500', '180330.157500', '180330.617500', '180331.077500', '180331.537500', '180331.997500', '180332.457500', '180332.917500', '180333.377500', '180333.837500', '180334.297500', '180334.757500', '180335.217500', '180335.677500', '180336.137500', '180336.597500', '180337.057500', '180337.517500', '180337.977500', '180338.437500', '180338.897500', '180339.357500', '180339.817500', '180340.277500', '180340.737500', '180341.197500', '180341.657500', '180342.117500', '180342.577500', '180343.037500', '180343.497500', '180343.957500', '180344.417500', '180344.877500', '180345.337500', '180345.797500', '180346.257500', '180346.717500', '180347.177500', '180347.637500', '180348.097500', '180348.557500', '180349.017500', '180349.477500', '180349.937500', '180350.397500', '180350.857500', '180351.317500', '180351.777500', '180352.237500', '180352.697500', '180353.157500', '180353.617500', '180354.077500', '180354.537500', '180354.997500', '180355.457500', '180355.917500', '180356.377500', '180356.837500', '180357.297500', '180357.757500', '180358.217500', '180358.677500', '180359.137500', '180359.597500', '180400.057500', '180400.517500', '180400.977500', '180401.437500', '180401.897500', '180402.357500', '180402.817500', '180403.277500', '180403.737500', '180404.197500', '180404.657500', '180405.117500', '180405.577500', '180406.037500', '180406.497500', '180406.957500', '180407.417500', '180407.877500', '180408.337500', '180408.797500', '180409.257500', '180409.717500', '180410.177500', '180410.637500', '180411.097500', '180411.557500', '180412.017500', '180412.477500', '180412.937500', '180413.397500', '180413.857500', '180414.317500', '180414.777500', '180415.237500', '180415.697500', '180416.157500', '180416.617500', '180417.077500', '180417.537500', '180417.997500', '180418.457500', '180418.917500', '180419.377500', '180419.837500', '180420.297500', '180420.757500', '180421.217500', '180421.677500', '180422.137500', '180422.597500', '180423.057500', '180423.517500', '180423.977500', '180424.437500', '180424.897500', '180425.357500', '180425.817500', '180426.277500', '180426.737500', '180427.197500', '180427.657500', '180428.117500', '180428.577500', '180429.037500', '180429.497500', '180429.957500', '180430.417500', '180430.877500', '180431.337500', '180431.797500', '180432.257500', '180432.717500', '180433.177500', '180433.637500', '180434.097500', '180434.557500', '180435.017500', '180435.477500', '180435.937500', '180436.397500', '180436.857500', '180437.317500', '180437.777500', '180438.237500', '180438.697500', '180439.157500', '180439.617500', '180440.077500', '180440.537500', '180440.997500', '180441.457500', '180441.917500', '180442.377500', '180442.837500', '180443.297500', '180443.757500', '180444.217500', '180444.677500', '180445.137500', '180445.597500', '180446.057500', '180446.517500', '180446.977500', '180447.437500', '180447.897500', '180448.357500', '180448.817500', '180449.277500', '180449.737500', '180450.197500', '180450.657500', '180451.117500', '180451.577500', '180452.037500', '180452.497500', '180452.957500', '180453.417500', '180453.877500', '180454.337500', '180454.797500', '180455.257500', '180455.717500', '180456.177500', '180456.637500', '180457.097500', '180457.557500', '180458.017500', '180458.477500', '180458.937500', '180459.397500', '180459.857500', '180500.317500', '180500.777500', '180501.237500', '180501.697500', '180502.157500', '180502.617500', '180503.077500', '180503.537500', '180503.997500', '180504.457500', '180504.917500', '180505.377500', '180505.837500', '180506.297500', '180506.757500', '180507.217500', '180507.677500', '180508.137500', '180508.597500', '180509.057500', '180509.517500', '180509.977500', '180510.437500', '180510.897500', '180511.357500', '180511.817500', '180512.277500', '180512.737500', '180513.197500', '180513.657500', '180514.117500', '180514.577500', '180515.037500', '180515.497500', '180515.957500', '180516.417500', '180516.877500', '180517.337500', '180517.797500', '180518.257500', '180518.717500', '180519.177500', '180519.637500', '180520.097500', '180520.557500', '180521.017500', '180521.477500', '180521.937500', '180522.397500', '180522.857500', '180523.317500', '180523.777500', '180524.237500', '180524.697500', '180525.157500', '180525.617500', '180526.077500', '180526.537500', '180526.997500', '180527.457500', '180527.917500', '180528.377500', '180528.837500', '180529.297500', '180529.757500', '180530.217500', '180530.677500', '180531.137500', '180531.597500', '180532.057500', '180532.517500', '180532.977500', '180533.437500', '180533.897500', '180534.357500', '180534.817500', '180535.277500', '180535.737500', '180536.197500', '180536.657500', '180537.117500', '180537.577500', '180538.037500', '180538.497500', '180538.957500', '180539.417500', '180539.877500', '180540.337500', '180540.797500', '180541.257500', '180541.717500', '180542.177500', '180542.637500', '180543.097500', '180543.557500', '180544.017500', '180544.477500', '180544.937500', '180545.397500', '180545.857500', '180546.317500', '180546.777500', '180547.237500', '180547.697500', '180548.157500', '180548.617500', '180549.077500', '180549.537500', '180549.997500', '180550.457500', '180550.917500', '180551.377500', '180551.837500', '180552.297500', '180552.757500', '180553.217500', '180553.677500', '180554.137500', '180554.597500', '180555.057500', '180555.517500', '180555.977500', '180556.437500', '180556.897500', '180557.357500', '180557.817500', '180558.277500', '180558.737500', '180559.197500', '180559.657500', '180600.117500', '180600.577500', '180601.037500', '180601.497500', '180601.957500', '180602.417500', '180602.877500', '180603.337500', '180603.797500', '180604.257500', '180604.717500', '180605.177500', '180605.637500', '180606.097500', '180606.557500', '180607.017500', '180607.477500', '180607.937500', '180608.397500', '180608.857500', '180609.317500', '180609.777500', '180610.237500', '180610.697500', '180611.157500', '180611.617500', '180612.077500', '180612.537500', '180612.997500', '180613.457500', '180613.917500', '180614.377500', '180614.837500', '180615.297500', '180615.757500', '180616.217500', '180616.677500', '180617.137500', '180617.597500', '180618.057500', '180618.517500', '180618.977500', '180619.437500', '180619.897500', '180620.357500', '180620.817500', '180621.277500', '180621.737500', '180622.197500', '180622.657500', '180623.117500', '180623.577500', '180624.037500', '180624.497500', '180624.957500', '180625.417500', '180625.877500', '180626.337500', '180626.797500', '180627.257500', '180627.717500', '180628.177500', '180628.637500', '180629.097500', '180629.557500', '180630.017500', '180630.477500', '180630.937500', '180631.397500', '180631.857500', '180632.317500', '180632.777500', '180633.237500', '180633.697500', '180634.157500', '180634.617500', '180635.077500', '180635.537500', '180635.997500', '180636.457500', '180636.917500', '180637.377500', '180637.837500', '180638.297500', '180638.757500', '180639.217500', '180639.677500', '180640.137500', '180640.597500', '180641.057500', '180641.517500', '180641.977500', '180642.437500', '180642.897500', '180643.357500', '180643.817500', '180644.277500', '180644.737500', '180645.197500', '180645.657500', '180646.117500', '180646.577500', '180647.037500', '180647.497500', '180647.957500', '180648.417500', '180648.877500', '180649.337500', '180649.797500', '180650.257500', '180650.717500', '180651.177500', '180651.637500', '180652.097500', '180652.557500', '180653.017500', '180653.477500', '180653.937500', '180654.397500', '180654.857500', '180655.317500', '180655.777500', '180656.237500', '180656.697500', '180657.157500', '180657.617500', '180658.077500', '180658.537500', '180658.997500', '180659.457500', '180659.917500', '180700.377500', '180700.837500', '180701.297500', '180701.757500', '180702.217500', '180702.677500', '180703.137500', '180703.597500', '180704.057500', '180704.517500', '180704.977500', '180705.437500', '180705.897500', '180706.357500', '180706.817500', '180707.277500', '180707.737500', '180708.197500', '180708.657500', '180709.117500', '180709.577500', '180710.037500', '180710.497500', '180710.957500', '180711.417500', '180711.877500'], 'ContentTime': ['180049.069000', '180049.072000', '180049.074000', '180049.077000', '180049.080000', '180049.083000', '180049.086000', '180049.088000', '180049.091000', '180049.093000', '180049.096000', '180049.098000', '180049.101000', '180049.104000', '180049.106000', '180049.109000', '180049.111000', '180049.114000', '180049.116000', '180049.119000', '180049.121000', '180049.124000', '180049.126000', '180049.129000', '180049.134000', '180049.137000', '180049.143000', '180049.146000', '180049.148000', '180049.151000', '180049.153000', '180049.156000', '180049.159000', '180049.161000', '180049.164000', '180109.040000', '180109.043000', '180109.046000', '180109.048000', '180109.051000', '180109.053000', '180109.056000', '180109.058000', '180109.061000', '180109.064000', '180109.066000', '180109.069000', '180109.071000', '180109.074000', '180109.076000', '180109.079000', '180109.081000', '180109.084000', '180109.087000', '180109.089000', '180109.092000', '180109.094000', '180109.097000', '180109.099000', '180109.102000', '180109.104000', '180109.107000', '180109.109000', '180109.112000', '180109.114000', '180109.117000', '180109.119000', '180109.122000', '180109.124000', '180109.127000', '180109.129000', '180109.132000', '180109.134000', '180109.137000', '180109.140000', '180109.142000', '180109.145000', '180109.147000', '180109.150000', '180129.040000', '180129.043000', '180129.046000', '180129.048000', '180129.051000', '180129.053000', '180129.056000', '180129.059000', '180129.061000', '180129.064000', '180129.067000', '180129.070000', '180129.073000', '180129.075000', '180129.078000', '180129.097000', '180129.099000', '180129.102000', '180129.104000', '180129.107000', '180129.109000', '180129.112000', '180129.114000', '180129.117000', '180129.120000', '180129.122000', '180129.125000', '180129.127000', '180129.130000', '180129.132000', '180129.135000', '180129.137000', '180129.140000', '180129.143000', '180129.145000', '180129.148000', '180129.150000', '180129.153000', '180129.155000', '180129.158000', '180129.160000', '180129.163000', '180129.166000', '180149.041000', '180149.043000', '180149.046000', '180149.048000', '180149.051000', '180149.054000', '180149.056000', '180149.059000', '180149.061000', '180149.064000', '180149.066000', '180149.069000', '180149.072000', '180149.074000', '180149.077000', '180149.079000', '180149.082000', '180149.084000', '180149.087000', '180149.090000', '180149.092000', '180149.095000', '180149.097000', '180149.100000', '180149.102000', '180149.105000', '180149.108000', '180149.110000', '180149.113000', '180149.115000', '180149.118000', '180149.120000', '180149.123000', '180149.126000', '180149.128000', '180149.131000', '180149.133000', '180149.136000', '180149.138000', '180149.141000', '180149.143000', '180149.146000', '180149.149000', '180149.151000', '180209.040000', '180209.043000', '180209.046000', '180209.048000', '180209.051000', '180209.053000', '180209.056000', '180209.059000', '180209.061000', '180209.064000', '180209.066000', '180209.069000', '180209.072000', '180209.075000', '180209.078000', '180209.081000', '180209.083000', '180209.086000', '180209.088000', '180209.091000', '180209.093000', '180209.096000', '180209.099000', '180209.101000', '180209.104000', '180209.106000', '180209.109000', '180209.111000', '180209.114000', '180209.117000', '180209.119000', '180209.123000', '180209.126000', '180209.129000', '180209.131000', '180209.134000', '180209.136000', '180209.139000', '180209.142000', '180209.144000', '180209.147000', '180209.149000', '180209.152000', '180229.040000', '180229.043000', '180229.046000', '180229.048000', '180229.051000', '180229.054000', '180229.056000', '180229.059000', '180229.061000', '180229.064000', '180229.066000', '180229.069000', '180229.072000', '180229.074000', '180229.077000', '180229.079000', '180229.082000', '180229.084000', '180229.087000', '180229.090000', '180229.092000', '180229.095000', '180229.098000', '180229.100000', '180229.103000', '180229.105000', '180229.108000', '180229.110000', '180229.113000', '180229.116000', '180229.118000', '180229.121000', '180229.123000', '180229.126000', '180229.128000', '180229.131000', '180229.133000', '180229.136000', '180229.139000', '180229.141000', '180229.144000', '180229.146000', '180229.149000', '180229.151000', '180249.040000', '180249.043000', '180249.046000', '180249.048000', '180249.051000', '180249.053000', '180249.056000', '180249.059000', '180249.061000', '180249.064000', '180249.066000', '180249.069000', '180249.072000', '180249.074000', '180249.077000', '180249.079000', '180249.082000', '180249.084000', '180249.087000', '180249.090000', '180249.092000', '180249.095000', '180249.097000', '180249.100000', '180249.102000', '180249.105000', '180249.108000', '180249.110000', '180249.113000', '180249.115000', '180249.118000', '180249.120000', '180249.123000', '180249.125000', '180249.128000', '180249.131000', '180249.133000', '180249.136000', '180249.138000', '180249.141000', '180249.143000', '180249.146000', '180249.148000', '180309.039000', '180309.042000', '180309.045000', '180309.047000', '180309.050000', '180309.053000', '180309.055000', '180309.058000', '180309.060000', '180309.063000', '180309.066000', '180309.068000', '180309.071000', '180309.073000', '180309.076000', '180309.079000', '180309.081000', '180309.084000', '180309.086000', '180309.089000', '180309.091000', '180309.094000', '180309.097000', '180309.099000', '180309.102000', '180309.104000', '180309.107000', '180309.109000', '180309.112000', '180309.115000', '180309.117000', '180309.120000', '180309.122000', '180309.125000', '180309.127000', '180309.130000', '180309.132000', '180309.135000', '180309.138000', '180309.140000', '180309.143000', '180309.145000', '180309.148000', '180309.151000', '180329.041000', '180329.043000', '180329.046000', '180329.048000', '180329.051000', '180329.054000', '180329.056000', '180329.059000', '180329.061000', '180329.064000', '180329.066000', '180329.069000', '180329.072000', '180329.074000', '180329.077000', '180329.079000', '180329.082000', '180329.084000', '180329.087000', '180329.089000', '180329.092000', '180329.095000', '180329.097000', '180329.100000', '180329.102000', '180329.105000', '180329.107000', '180329.110000', '180329.113000', '180329.115000', '180329.118000', '180329.120000', '180329.123000', '180329.126000', '180329.128000', '180329.131000', '180329.133000', '180329.136000', '180329.139000', '180329.141000', '180329.144000', '180329.146000', '180329.149000', '180349.040000', '180349.043000', '180349.046000', '180349.048000', '180349.051000', '180349.053000', '180349.056000', '180349.059000', '180349.061000', '180349.064000', '180349.066000', '180349.069000', '180349.071000', '180349.106000', '180349.108000', '180349.111000', '180349.114000', '180349.116000', '180349.119000', '180349.121000', '180349.124000', '180349.126000', '180349.129000', '180349.132000', '180349.134000', '180349.137000', '180349.139000', '180349.142000', '180349.144000', '180349.147000', '180349.150000', '180349.152000', '180349.155000', '180349.158000', '180349.160000', '180349.163000', '180349.165000', '180349.168000', '180349.170000', '180349.173000', '180349.176000', '180349.178000', '180349.181000', '180349.183000', '180409.040000', '180409.043000', '180409.046000', '180409.049000', '180409.051000', '180409.054000', '180409.056000', '180409.059000', '180409.062000', '180409.064000', '180409.067000', '180409.069000', '180409.072000', '180409.075000', '180409.077000', '180409.080000', '180409.082000', '180409.085000', '180409.087000', '180409.090000', '180409.093000', '180409.095000', '180409.098000', '180409.101000', '180409.103000', '180409.106000', '180409.108000', '180409.111000', '180409.114000', '180409.116000', '180409.119000', '180409.121000', '180409.124000', '180409.126000', '180409.129000', '180409.132000', '180409.134000', '180409.137000', '180409.139000', '180409.142000', '180409.145000', '180409.147000', '180409.150000', '180429.041000', '180429.043000', '180429.046000', '180429.049000', '180429.051000', '180429.054000', '180429.056000', '180429.059000', '180429.061000', '180429.064000', '180429.067000', '180429.069000', '180429.072000', '180429.074000', '180429.077000', '180429.080000', '180429.082000', '180429.085000', '180429.087000', '180429.090000', '180429.093000', '180429.095000', '180429.098000', '180429.100000', '180429.103000', '180429.105000', '180429.108000', '180429.111000', '180429.113000', '180429.116000', '180429.118000', '180429.121000', '180429.123000', '180429.126000', '180429.128000', '180429.131000', '180429.134000', '180429.136000', '180429.139000', '180429.141000', '180429.144000', '180429.146000', '180429.149000', '180429.152000', '180449.040000', '180449.043000', '180449.046000', '180449.048000', '180449.051000', '180449.053000', '180449.056000', '180449.059000', '180449.061000', '180449.064000', '180449.067000', '180449.069000', '180449.072000', '180449.074000', '180449.077000', '180449.080000', '180449.082000', '180449.085000', '180449.087000', '180449.090000', '180449.093000', '180449.095000', '180449.098000', '180449.100000', '180449.103000', '180449.105000', '180449.108000', '180449.111000', '180449.113000', '180449.116000', '180449.118000', '180449.121000', '180449.123000', '180449.126000', '180449.129000', '180449.131000', '180449.134000', '180449.136000', '180449.139000', '180449.142000', '180449.144000', '180449.147000', '180449.149000', '180509.041000', '180509.044000', '180509.046000', '180509.049000', '180509.051000', '180509.054000', '180509.056000', '180509.059000', '180509.062000', '180509.064000', '180509.067000', '180509.069000', '180509.072000', '180509.074000', '180509.077000', '180509.079000', '180509.082000', '180509.084000', '180509.087000', '180509.090000', '180509.092000', '180509.095000', '180509.097000', '180509.100000', '180509.103000', '180509.105000', '180509.108000', '180509.110000', '180509.113000', '180509.115000', '180509.118000', '180509.120000', '180509.123000', '180509.126000', '180509.128000', '180509.131000', '180509.133000', '180509.136000', '180509.154000', '180509.156000', '180509.159000', '180509.161000', '180509.164000', '180509.166000', '180529.039000', '180529.042000', '180529.045000', '180529.047000', '180529.050000', '180529.060000', '180529.063000', '180529.065000', '180529.068000', '180529.070000', '180529.073000', '180529.075000', '180529.078000', '180529.081000', '180529.083000', '180529.086000', '180529.088000', '180529.091000', '180529.094000', '180529.096000', '180529.099000', '180529.101000', '180529.104000', '180529.107000', '180529.109000', '180529.112000', '180529.114000', '180529.117000', '180529.119000', '180529.122000', '180529.125000', '180529.127000', '180529.130000', '180529.132000', '180529.135000', '180529.137000', '180529.140000', '180529.142000', '180529.145000', '180529.148000', '180529.150000', '180529.153000', '180529.155000', '180549.041000', '180549.043000', '180549.046000', '180549.049000', '180549.051000', '180549.054000', '180549.056000', '180549.059000', '180549.062000', '180549.064000', '180549.067000', '180549.069000', '180549.072000', '180549.075000', '180549.077000', '180549.080000', '180549.082000', '180549.085000', '180549.087000', '180549.090000', '180549.093000', '180549.095000', '180549.098000', '180549.101000', '180549.103000', '180549.106000', '180549.108000', '180549.111000', '180549.113000', '180549.116000', '180549.118000', '180549.121000', '180549.124000', '180549.126000', '180549.129000', '180549.131000', '180549.134000', '180549.136000', '180549.139000', '180549.141000', '180549.144000', '180549.146000', '180549.149000', '180549.152000', '180609.040000', '180609.043000', '180609.046000', '180609.048000', '180609.051000', '180609.054000', '180609.056000', '180609.059000', '180609.061000', '180609.064000', '180609.066000', '180609.069000', '180609.071000', '180609.074000', '180609.077000', '180609.079000', '180609.082000', '180609.084000', '180609.087000', '180609.089000', '180609.092000', '180609.095000', '180609.097000', '180609.100000', '180609.102000', '180609.105000', '180609.107000', '180609.110000', '180609.113000', '180609.115000', '180609.118000', '180609.120000', '180609.123000', '180609.125000', '180609.128000', '180609.131000', '180609.133000', '180609.136000', '180609.138000', '180609.141000', '180609.143000', '180609.146000', '180609.148000', '180629.041000', '180629.043000', '180629.046000', '180629.049000', '180629.051000', '180629.054000', '180629.056000', '180629.059000', '180629.061000', '180629.064000', '180629.067000', '180629.069000', '180629.072000', '180629.074000', '180629.077000', '180629.080000', '180629.082000', '180629.085000', '180629.087000', '180629.090000', '180629.093000', '180629.095000', '180629.098000', '180629.100000', '180629.103000', '180629.105000', '180629.108000', '180629.112000', '180629.115000', '180629.117000', '180629.120000', '180629.122000', '180629.125000', '180629.128000', '180629.130000', '180629.133000', '180629.135000', '180629.138000', '180629.140000', '180629.143000', '180629.145000', '180629.148000', '180629.151000', '180629.153000', '180649.041000', '180649.043000', '180649.046000', '180649.048000', '180649.051000', '180649.064000', '180649.067000', '180649.070000', '180649.072000', '180649.075000', '180649.077000', '180649.080000', '180649.082000', '180649.085000', '180649.088000', '180649.090000', '180649.093000', '180649.095000', '180649.098000', '180649.101000', '180649.103000', '180649.106000', '180649.108000', '180649.111000', '180649.113000', '180649.116000', '180649.118000', '180649.121000', '180649.124000', '180649.126000', '180649.129000', '180649.131000', '180649.134000', '180649.136000', '180649.139000', '180649.141000', '180649.144000', '180649.146000', '180649.149000', '180649.152000', '180649.154000', '180649.157000', '180649.159000', '180709.042000', '180709.045000', '180709.047000', '180709.050000', '180709.053000', '180709.055000', '180709.058000', '180709.060000', '180709.063000', '180709.066000', '180709.068000', '180709.071000', '180709.073000', '180709.076000', '180709.078000', '180709.081000', '180709.084000', '180709.086000', '180709.089000', '180709.091000', '180709.094000', '180709.097000', '180709.100000', '180709.102000', '180709.105000', '180709.107000', '180709.110000', '180709.112000', '180709.115000', '180709.118000', '180709.120000', '180709.123000', '180709.125000', '180709.128000', '180709.131000', '180709.133000', '180709.136000', '180709.138000', '180709.141000', '180709.143000', '180709.146000', '180709.149000', '180709.152000', '180713.616000', '180713.619000', '180713.621000', '180713.624000', '180713.627000', '180713.630000', '180713.633000', '180713.635000', '180713.638000', '180713.641000', '180713.644000'], 'InstanceCreationTime': ['180049.069000', '180049.072000', '180049.074000', '180049.077000', '180049.080000', '180049.083000', '180049.086000', '180049.088000', '180049.091000', '180049.093000', '180049.096000', '180049.098000', '180049.101000', '180049.104000', '180049.106000', '180049.109000', '180049.111000', '180049.114000', '180049.116000', '180049.119000', '180049.121000', '180049.124000', '180049.126000', '180049.129000', '180049.134000', '180049.137000', '180049.143000', '180049.146000', '180049.148000', '180049.151000', '180049.153000', '180049.156000', '180049.159000', '180049.161000', '180049.164000', '180109.040000', '180109.043000', '180109.046000', '180109.048000', '180109.051000', '180109.053000', '180109.056000', '180109.058000', '180109.061000', '180109.064000', '180109.066000', '180109.069000', '180109.071000', '180109.074000', '180109.076000', '180109.079000', '180109.081000', '180109.084000', '180109.087000', '180109.089000', '180109.092000', '180109.094000', '180109.097000', '180109.099000', '180109.102000', '180109.104000', '180109.107000', '180109.109000', '180109.112000', '180109.114000', '180109.117000', '180109.119000', '180109.122000', '180109.124000', '180109.127000', '180109.129000', '180109.132000', '180109.134000', '180109.137000', '180109.140000', '180109.142000', '180109.145000', '180109.147000', '180109.150000', '180129.040000', '180129.043000', '180129.046000', '180129.048000', '180129.051000', '180129.053000', '180129.056000', '180129.059000', '180129.061000', '180129.064000', '180129.067000', '180129.070000', '180129.073000', '180129.075000', '180129.078000', '180129.097000', '180129.099000', '180129.102000', '180129.104000', '180129.107000', '180129.109000', '180129.112000', '180129.114000', '180129.117000', '180129.120000', '180129.122000', '180129.125000', '180129.127000', '180129.130000', '180129.132000', '180129.135000', '180129.137000', '180129.140000', '180129.143000', '180129.145000', '180129.148000', '180129.150000', '180129.153000', '180129.155000', '180129.158000', '180129.160000', '180129.163000', '180129.166000', '180149.041000', '180149.043000', '180149.046000', '180149.048000', '180149.051000', '180149.054000', '180149.056000', '180149.059000', '180149.061000', '180149.064000', '180149.066000', '180149.069000', '180149.072000', '180149.074000', '180149.077000', '180149.079000', '180149.082000', '180149.084000', '180149.087000', '180149.090000', '180149.092000', '180149.095000', '180149.097000', '180149.100000', '180149.102000', '180149.105000', '180149.108000', '180149.110000', '180149.113000', '180149.115000', '180149.118000', '180149.120000', '180149.123000', '180149.126000', '180149.128000', '180149.131000', '180149.133000', '180149.136000', '180149.138000', '180149.141000', '180149.143000', '180149.146000', '180149.149000', '180149.151000', '180209.040000', '180209.043000', '180209.046000', '180209.048000', '180209.051000', '180209.053000', '180209.056000', '180209.059000', '180209.061000', '180209.064000', '180209.066000', '180209.069000', '180209.072000', '180209.075000', '180209.078000', '180209.081000', '180209.083000', '180209.086000', '180209.088000', '180209.091000', '180209.093000', '180209.096000', '180209.099000', '180209.101000', '180209.104000', '180209.106000', '180209.109000', '180209.111000', '180209.114000', '180209.117000', '180209.119000', '180209.123000', '180209.126000', '180209.129000', '180209.131000', '180209.134000', '180209.136000', '180209.139000', '180209.142000', '180209.144000', '180209.147000', '180209.149000', '180209.152000', '180229.040000', '180229.043000', '180229.046000', '180229.048000', '180229.051000', '180229.054000', '180229.056000', '180229.059000', '180229.061000', '180229.064000', '180229.066000', '180229.069000', '180229.072000', '180229.074000', '180229.077000', '180229.079000', '180229.082000', '180229.084000', '180229.087000', '180229.090000', '180229.092000', '180229.095000', '180229.098000', '180229.100000', '180229.103000', '180229.105000', '180229.108000', '180229.110000', '180229.113000', '180229.116000', '180229.118000', '180229.121000', '180229.123000', '180229.126000', '180229.128000', '180229.131000', '180229.133000', '180229.136000', '180229.139000', '180229.141000', '180229.144000', '180229.146000', '180229.149000', '180229.151000', '180249.040000', '180249.043000', '180249.046000', '180249.048000', '180249.051000', '180249.053000', '180249.056000', '180249.059000', '180249.061000', '180249.064000', '180249.066000', '180249.069000', '180249.072000', '180249.074000', '180249.077000', '180249.079000', '180249.082000', '180249.084000', '180249.087000', '180249.090000', '180249.092000', '180249.095000', '180249.097000', '180249.100000', '180249.102000', '180249.105000', '180249.108000', '180249.110000', '180249.113000', '180249.115000', '180249.118000', '180249.120000', '180249.123000', '180249.125000', '180249.128000', '180249.131000', '180249.133000', '180249.136000', '180249.138000', '180249.141000', '180249.143000', '180249.146000', '180249.148000', '180309.039000', '180309.042000', '180309.045000', '180309.047000', '180309.050000', '180309.053000', '180309.055000', '180309.058000', '180309.060000', '180309.063000', '180309.066000', '180309.068000', '180309.071000', '180309.073000', '180309.076000', '180309.079000', '180309.081000', '180309.084000', '180309.086000', '180309.089000', '180309.091000', '180309.094000', '180309.097000', '180309.099000', '180309.102000', '180309.104000', '180309.107000', '180309.109000', '180309.112000', '180309.115000', '180309.117000', '180309.120000', '180309.122000', '180309.125000', '180309.127000', '180309.130000', '180309.132000', '180309.135000', '180309.138000', '180309.140000', '180309.143000', '180309.145000', '180309.148000', '180309.151000', '180329.041000', '180329.043000', '180329.046000', '180329.048000', '180329.051000', '180329.054000', '180329.056000', '180329.059000', '180329.061000', '180329.064000', '180329.066000', '180329.069000', '180329.072000', '180329.074000', '180329.077000', '180329.079000', '180329.082000', '180329.084000', '180329.087000', '180329.089000', '180329.092000', '180329.095000', '180329.097000', '180329.100000', '180329.102000', '180329.105000', '180329.107000', '180329.110000', '180329.113000', '180329.115000', '180329.118000', '180329.120000', '180329.123000', '180329.126000', '180329.128000', '180329.131000', '180329.133000', '180329.136000', '180329.139000', '180329.141000', '180329.144000', '180329.146000', '180329.149000', '180349.040000', '180349.043000', '180349.046000', '180349.048000', '180349.051000', '180349.053000', '180349.056000', '180349.059000', '180349.061000', '180349.064000', '180349.066000', '180349.069000', '180349.071000', '180349.106000', '180349.108000', '180349.111000', '180349.114000', '180349.116000', '180349.119000', '180349.121000', '180349.124000', '180349.126000', '180349.129000', '180349.132000', '180349.134000', '180349.137000', '180349.139000', '180349.142000', '180349.144000', '180349.147000', '180349.150000', '180349.152000', '180349.155000', '180349.158000', '180349.160000', '180349.163000', '180349.165000', '180349.168000', '180349.170000', '180349.173000', '180349.176000', '180349.178000', '180349.181000', '180349.183000', '180409.040000', '180409.043000', '180409.046000', '180409.049000', '180409.051000', '180409.054000', '180409.056000', '180409.059000', '180409.062000', '180409.064000', '180409.067000', '180409.069000', '180409.072000', '180409.075000', '180409.077000', '180409.080000', '180409.082000', '180409.085000', '180409.087000', '180409.090000', '180409.093000', '180409.095000', '180409.098000', '180409.101000', '180409.103000', '180409.106000', '180409.108000', '180409.111000', '180409.114000', '180409.116000', '180409.119000', '180409.121000', '180409.124000', '180409.126000', '180409.129000', '180409.132000', '180409.134000', '180409.137000', '180409.139000', '180409.142000', '180409.145000', '180409.147000', '180409.150000', '180429.041000', '180429.043000', '180429.046000', '180429.049000', '180429.051000', '180429.054000', '180429.056000', '180429.059000', '180429.061000', '180429.064000', '180429.067000', '180429.069000', '180429.072000', '180429.074000', '180429.077000', '180429.080000', '180429.082000', '180429.085000', '180429.087000', '180429.090000', '180429.093000', '180429.095000', '180429.098000', '180429.100000', '180429.103000', '180429.105000', '180429.108000', '180429.111000', '180429.113000', '180429.116000', '180429.118000', '180429.121000', '180429.123000', '180429.126000', '180429.128000', '180429.131000', '180429.134000', '180429.136000', '180429.139000', '180429.141000', '180429.144000', '180429.146000', '180429.149000', '180429.152000', '180449.040000', '180449.043000', '180449.046000', '180449.048000', '180449.051000', '180449.053000', '180449.056000', '180449.059000', '180449.061000', '180449.064000', '180449.067000', '180449.069000', '180449.072000', '180449.074000', '180449.077000', '180449.080000', '180449.082000', '180449.085000', '180449.087000', '180449.090000', '180449.093000', '180449.095000', '180449.098000', '180449.100000', '180449.103000', '180449.105000', '180449.108000', '180449.111000', '180449.113000', '180449.116000', '180449.118000', '180449.121000', '180449.123000', '180449.126000', '180449.129000', '180449.131000', '180449.134000', '180449.136000', '180449.139000', '180449.142000', '180449.144000', '180449.147000', '180449.149000', '180509.041000', '180509.044000', '180509.046000', '180509.049000', '180509.051000', '180509.054000', '180509.056000', '180509.059000', '180509.062000', '180509.064000', '180509.067000', '180509.069000', '180509.072000', '180509.074000', '180509.077000', '180509.079000', '180509.082000', '180509.084000', '180509.087000', '180509.090000', '180509.092000', '180509.095000', '180509.097000', '180509.100000', '180509.103000', '180509.105000', '180509.108000', '180509.110000', '180509.113000', '180509.115000', '180509.118000', '180509.120000', '180509.123000', '180509.126000', '180509.128000', '180509.131000', '180509.133000', '180509.136000', '180509.154000', '180509.156000', '180509.159000', '180509.161000', '180509.164000', '180509.166000', '180529.039000', '180529.042000', '180529.045000', '180529.047000', '180529.050000', '180529.060000', '180529.063000', '180529.065000', '180529.068000', '180529.070000', '180529.073000', '180529.075000', '180529.078000', '180529.081000', '180529.083000', '180529.086000', '180529.088000', '180529.091000', '180529.094000', '180529.096000', '180529.099000', '180529.101000', '180529.104000', '180529.107000', '180529.109000', '180529.112000', '180529.114000', '180529.117000', '180529.119000', '180529.122000', '180529.125000', '180529.127000', '180529.130000', '180529.132000', '180529.135000', '180529.137000', '180529.140000', '180529.142000', '180529.145000', '180529.148000', '180529.150000', '180529.153000', '180529.155000', '180549.041000', '180549.043000', '180549.046000', '180549.049000', '180549.051000', '180549.054000', '180549.056000', '180549.059000', '180549.062000', '180549.064000', '180549.067000', '180549.069000', '180549.072000', '180549.075000', '180549.077000', '180549.080000', '180549.082000', '180549.085000', '180549.087000', '180549.090000', '180549.093000', '180549.095000', '180549.098000', '180549.101000', '180549.103000', '180549.106000', '180549.108000', '180549.111000', '180549.113000', '180549.116000', '180549.118000', '180549.121000', '180549.124000', '180549.126000', '180549.129000', '180549.131000', '180549.134000', '180549.136000', '180549.139000', '180549.141000', '180549.144000', '180549.146000', '180549.149000', '180549.152000', '180609.040000', '180609.043000', '180609.046000', '180609.048000', '180609.051000', '180609.054000', '180609.056000', '180609.059000', '180609.061000', '180609.064000', '180609.066000', '180609.069000', '180609.071000', '180609.074000', '180609.077000', '180609.079000', '180609.082000', '180609.084000', '180609.087000', '180609.089000', '180609.092000', '180609.095000', '180609.097000', '180609.100000', '180609.102000', '180609.105000', '180609.107000', '180609.110000', '180609.113000', '180609.115000', '180609.118000', '180609.120000', '180609.123000', '180609.125000', '180609.128000', '180609.131000', '180609.133000', '180609.136000', '180609.138000', '180609.141000', '180609.143000', '180609.146000', '180609.148000', '180629.041000', '180629.043000', '180629.046000', '180629.049000', '180629.051000', '180629.054000', '180629.056000', '180629.059000', '180629.061000', '180629.064000', '180629.067000', '180629.069000', '180629.072000', '180629.074000', '180629.077000', '180629.080000', '180629.082000', '180629.085000', '180629.087000', '180629.090000', '180629.093000', '180629.095000', '180629.098000', '180629.100000', '180629.103000', '180629.105000', '180629.108000', '180629.112000', '180629.115000', '180629.117000', '180629.120000', '180629.122000', '180629.125000', '180629.128000', '180629.130000', '180629.133000', '180629.135000', '180629.138000', '180629.140000', '180629.143000', '180629.145000', '180629.148000', '180629.151000', '180629.153000', '180649.041000', '180649.043000', '180649.046000', '180649.048000', '180649.051000', '180649.064000', '180649.067000', '180649.070000', '180649.072000', '180649.075000', '180649.077000', '180649.080000', '180649.082000', '180649.085000', '180649.088000', '180649.090000', '180649.093000', '180649.095000', '180649.098000', '180649.101000', '180649.103000', '180649.106000', '180649.108000', '180649.111000', '180649.113000', '180649.116000', '180649.118000', '180649.121000', '180649.124000', '180649.126000', '180649.129000', '180649.131000', '180649.134000', '180649.136000', '180649.139000', '180649.141000', '180649.144000', '180649.146000', '180649.149000', '180649.152000', '180649.154000', '180649.157000', '180649.159000', '180709.042000', '180709.045000', '180709.047000', '180709.050000', '180709.053000', '180709.055000', '180709.058000', '180709.060000', '180709.063000', '180709.066000', '180709.068000', '180709.071000', '180709.073000', '180709.076000', '180709.078000', '180709.081000', '180709.084000', '180709.086000', '180709.089000', '180709.091000', '180709.094000', '180709.097000', '180709.100000', '180709.102000', '180709.105000', '180709.107000', '180709.110000', '180709.112000', '180709.115000', '180709.118000', '180709.120000', '180709.123000', '180709.125000', '180709.128000', '180709.131000', '180709.133000', '180709.136000', '180709.138000', '180709.141000', '180709.143000', '180709.146000', '180709.149000', '180709.152000', '180713.616000', '180713.619000', '180713.621000', '180713.624000', '180713.627000', '180713.630000', '180713.633000', '180713.635000', '180713.638000', '180713.641000', '180713.644000'], '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': [7522, 10718, 8309, 10833, 7570, 10138, 7152, 9284, 8282, 8619, 10118, 7647, 10345, 7308, 10274, 7852, 10002, 6571, 9449, 7201, 8624, 10292, 7578, 9878, 7583, 10233, 7375, 9663, 7598, 7854, 9418, 7145, 9953, 7665, 9373, 7102, 9876, 6699, 10424, 7080, 9810, 7324, 9381, 7928, 8524, 12204, 8047, 11235, 7601, 10497, 7063, 9750, 7427, 9111, 7046, 7767, 9433, 7721, 9639, 7517, 9608, 7517, 9175, 6824, 9227, 7479, 9017, 7238, 7966, 7381, 7655, 9721, 7572, 9521, 6730, 9853, 7334, 10182, 7086, 9351, 7191, 7994, 9725, 7552, 9953, 6702, 10210, 7615, 9568, 7073, 10028, 7152, 9090, 7931, 8277, 8858, 7462, 10415, 7158, 10143, 7577, 9713, 7140, 9942, 6932, 9418, 7240, 9193, 8281, 8318, 9733, 7799, 10403, 7881, 10419, 7645, 10056, 7539, 8573, 11176, 7868, 10178, 8244, 9492, 6442, 8932, 7499, 8129, 10104, 7210, 10216, 6633, 9540, 7374, 9342, 6649, 9312, 7045, 8954, 7753, 8202, 7221, 7834, 8091, 8207, 10175, 7945, 10452, 6924, 10187, 7846, 10120, 7491, 10066, 7213, 9724, 7369, 9830, 6970, 10048, 6703, 10109, 7391, 10041, 7433, 9416, 8087, 8807, 11710, 8539, 11466, 7604, 10919, 7445, 10371, 6769, 9262, 7169, 7705, 9885, 7562, 9977, 7065, 9943, 6670, 9331, 7407, 8722, 7394, 7375, 9695, 7445, 9877, 7479, 9700, 6892, 10947, 7240, 9313, 7459, 8469, 7354, 7791, 10883, 7704, 10223, 7093, 10151, 7025, 9518, 8334, 8226, 7614, 7847, 11104, 7375, 10511, 7228, 10620, 7527, 9993, 7416, 9840, 6704, 9290, 6701, 9680, 8962, 8384, 7566, 8298, 7429, 8908, 11918, 8072, 10790, 6968, 9586, 10651, 7680, 10833, 8032, 10221, 7097, 8694, 7993, 7606, 8532, 7061, 7046, 8570, 6994, 9937, 7142, 9066, 9857, 8150, 11335, 7790, 10135, 6974, 9547, 7388, 7971, 10811, 7375, 10591, 7086, 10654, 6973, 9067, 7730, 8231, 9706, 6723, 9695, 7420, 9198, 6344, 7427, 8466, 7121, 9066, 7207, 10143, 10850, 8020, 12074, 7847, 11608, 7175, 9862, 8434, 8635, 10146, 7712, 11061, 6953, 10389, 7091, 9943, 7006, 9079, 7291, 8192, 10776, 7370, 10145, 7568, 10400, 6661, 9257, 7011, 7845, 9086, 6869, 10527, 6525, 10110, 7602, 9893, 6586, 9432, 7327, 9184, 8295, 7749, 11310, 6608, 10852, 7012, 9510, 7624, 8837, 9245, 7088, 10884, 8024, 9268, 6565, 8540, 7399, 8453, 8712, 7543, 8054, 7520, 10777, 7199, 10363, 7380, 10410, 7061, 9059, 7974, 8588, 12454, 8131, 11014, 7084, 11734, 7034, 9616, 9183, 8429, 12689, 7729, 11605, 7358, 9850, 7645, 9234, 7901, 6914, 10284, 6898, 10637, 6877, 10134, 6783, 10089, 7404, 9489, 7254, 10104, 7048, 9012, 8591, 8394, 9035, 7462, 10447, 7528, 10267, 6985, 8754, 7067, 8133, 8268, 7841, 10423, 7177, 10336, 6851, 10101, 7367, 9827, 6961, 10130, 7333, 9110, 8622, 8308, 9452, 8227, 11412, 7467, 11145, 8002, 10187, 6926, 9104, 9046, 8347, 11243, 7822, 10650, 6928, 9152, 7063, 7485, 10895, 6821, 10249, 7500, 9481, 6534, 8584, 7169, 8625, 10780, 7204, 9990, 7199, 9938, 7054, 8603, 10531, 7443, 10698, 7007, 11035, 7011, 8733, 7739, 7514, 9186, 6533, 10475, 7482, 9292, 6729, 6785, 7659, 6683, 8979, 7902, 10998, 8450, 9455, 10842, 8540, 12530, 7415, 11333, 7350, 9403, 7465, 8838, 7328, 8051, 10856, 7274, 10718, 7196, 10246, 6819, 10259, 7306, 8351, 7029, 8704, 8072, 8528, 11664, 7893, 11078, 7614, 10725, 7241, 9197, 8595, 8083, 11613, 7884, 10971, 7698, 10475, 6622, 9005, 6998, 8510, 7738, 7756, 7414, 7276, 7491, 7404, 7471, 7829, 7912, 7619, 7148, 8564, 7840, 8993, 11555, 9448, 13184, 7151, 11118, 7588, 9836, 7278, 9309, 10969, 7500, 10679, 7816, 9866, 6706, 8676, 8403, 7583, 10432, 7063, 10201, 6630, 10494, 7124, 8917, 7040, 9587, 7465, 10913, 8190, 9038, 9198, 8342, 12515, 7206, 11301, 7030, 9970, 8594, 9051, 11013, 7731, 11447, 7710, 10734, 6897, 9002, 8633, 7808, 11530, 7625, 10468, 7141, 9031, 9279, 6909, 11175, 7088, 10524, 7167, 9781, 6621, 8937, 6632, 9815, 7860, 9399, 12198, 7170, 10841, 7916, 10469, 6779, 9874, 6754, 9773, 7056, 8998, 7267, 8954, 7705, 8389, 11147, 8063, 10959, 6968, 10821, 7452, 10174, 6729, 9350, 6996, 8403, 8602, 8135, 10900, 6775, 10764, 7166, 7547, 7735, 6784, 9700, 7711, 10859, 8217, 12228, 9162, 9512, 12670, 7754, 11762, 7983, 10895, 7306, 9086, 7104, 7738, 11435, 7274, 10397, 7698, 10137, 6536, 8917, 6917, 9246, 6945, 9771, 7341, 10043, 7168, 8930, 13189, 8190, 11544, 7512, 10732, 6843, 8818, 8245, 7662, 11358, 6891, 9257, 6948, 8825, 6877, 8653, 7074, 8690, 7987, 8086, 7735, 7945, 10679, 7403, 10334, 7761, 10018, 6902, 10025, 7416, 8897, 11138, 7623, 11102, 8003, 10335, 7012, 8905, 8031, 7658, 6908, 7395, 6857, 8487, 12232, 8385, 10335, 6867, 9146, 7570, 8750, 8878, 7654, 11009, 6596, 9846, 6833, 9369, 7018, 8687, 6730, 9183, 10311, 7622, 10859, 7470, 10313, 7621, 8639, 8077, 7629, 11129, 6824, 10328, 6999, 9565, 7592, 8759, 7432, 7743, 11378, 7457, 10563, 8113, 9577, 7234, 10403, 7070, 9730, 6902, 9179, 6646, 9517, 7156, 10017, 6895, 10122, 11233, 8153, 11685, 7784, 10855, 7262, 8694, 10242, 7084, 6977, 6971, 10668, 7218, 8857, 7068, 8975, 7087, 7186, 10485, 7692, 9108, 6934, 8832, 7585, 7928, 10593, 7061, 7254, 7708, 10905, 7252, 9490, 7624, 8690, 8791, 8184, 10796, 7328, 10497, 7175, 9812, 6739, 9288, 7856, 8642, 7155, 7216, 10625, 7336, 10170, 6757, 9473, 6517, 8993, 7630, 8531, 7102, 7794, 10770, 7646, 10128, 7840, 9727, 6717, 10740, 6854, 9175, 8506, 8154, 10696, 7409, 10831, 7512, 10916, 7367, 9222, 7389, 8276, 11177, 7480, 10391, 7086, 9355, 6927, 8507, 6664, 8429, 7320, 9067, 7167, 11576, 7792, 8924, 9930, 8089, 11176, 7448, 9734, 7945, 8714, 7313, 6941, 10647, 6683, 9186, 6802, 8478, 6232, 7982, 7003, 8099, 7309, 8017, 8206, 8138, 10078], 'WindowCenter': [3984.0, 3998.0, 3976.0, 3995.0, 3951.0, 3969.0, 3925.0, 3958.0, 3945.0, 3958.0, 3966.0, 3935.0, 3955.0, 3934.0, 3966.0, 3945.0, 3955.0, 3913.0, 3955.0, 3934.0, 3958.0, 3968.0, 3935.0, 3953.0, 3933.0, 3953.0, 3923.0, 3954.0, 3933.0, 3944.0, 3943.0, 3923.0, 3965.0, 3935.0, 3955.0, 3924.0, 3955.0, 3924.0, 3968.0, 3924.0, 3956.0, 3923.0, 3955.0, 3932.0, 3945.0, 3963.0, 3933.0, 3952.0, 3920.0, 3951.0, 3910.0, 3953.0, 3920.0, 3941.0, 3909.0, 3931.0, 3941.0, 3933.0, 3953.0, 3921.0, 3941.0, 3921.0, 3941.0, 3910.0, 3955.0, 3921.0, 3942.0, 3921.0, 3933.0, 3922.0, 3945.0, 3956.0, 3935.0, 3955.0, 3923.0, 3955.0, 3935.0, 3967.0, 3924.0, 3955.0, 3923.0, 3946.0, 3956.0, 3946.0, 3966.0, 3925.0, 3965.0, 3946.0, 3966.0, 3925.0, 3967.0, 3924.0, 3956.0, 3945.0, 3946.0, 3956.0, 3935.0, 3965.0, 3935.0, 3965.0, 3946.0, 3968.0, 3936.0, 3967.0, 3925.0, 3955.0, 3934.0, 3957.0, 3945.0, 3945.0, 3954.0, 3934.0, 3954.0, 3934.0, 3965.0, 3933.0, 3954.0, 3920.0, 3931.0, 3950.0, 3931.0, 3952.0, 3930.0, 3941.0, 3898.0, 3941.0, 3921.0, 3944.0, 3952.0, 3921.0, 3951.0, 3922.0, 3954.0, 3922.0, 3953.0, 3921.0, 3954.0, 3923.0, 3957.0, 3934.0, 3947.0, 3934.0, 3946.0, 3946.0, 3959.0, 3967.0, 3946.0, 3965.0, 3923.0, 3967.0, 3958.0, 3966.0, 3934.0, 3956.0, 3935.0, 3968.0, 3935.0, 3965.0, 3924.0, 3955.0, 3923.0, 3965.0, 3923.0, 3954.0, 3922.0, 3943.0, 3932.0, 3944.0, 3963.0, 3931.0, 3951.0, 3919.0, 3949.0, 3921.0, 3951.0, 3908.0, 3939.0, 3907.0, 3932.0, 3951.0, 3920.0, 3950.0, 3921.0, 3951.0, 3910.0, 3954.0, 3922.0, 3942.0, 3920.0, 3921.0, 3941.0, 3934.0, 3953.0, 3935.0, 3955.0, 3923.0, 3963.0, 3922.0, 3955.0, 3934.0, 3945.0, 3933.0, 3945.0, 3967.0, 3934.0, 3954.0, 3922.0, 3952.0, 3924.0, 3957.0, 3945.0, 3945.0, 3933.0, 3933.0, 3965.0, 3933.0, 3954.0, 3933.0, 3963.0, 3933.0, 3955.0, 3923.0, 3954.0, 3912.0, 3942.0, 3924.0, 3957.0, 3944.0, 3933.0, 3920.0, 3931.0, 3920.0, 3955.0, 3964.0, 3933.0, 3952.0, 3908.0, 3940.0, 3938.0, 3920.0, 3949.0, 3918.0, 3939.0, 3908.0, 3942.0, 3943.0, 3932.0, 3941.0, 3922.0, 3922.0, 3944.0, 3936.0, 3969.0, 3949.0, 3969.0, 3967.0, 3947.0, 3966.0, 3935.0, 3954.0, 3922.0, 3953.0, 3920.0, 3932.0, 3952.0, 3922.0, 3952.0, 3921.0, 3953.0, 3923.0, 3955.0, 3932.0, 3943.0, 3953.0, 3924.0, 3954.0, 3935.0, 3955.0, 3928.0, 3947.0, 3959.0, 3950.0, 3969.0, 3949.0, 3981.0, 3979.0, 3948.0, 3966.0, 3934.0, 3963.0, 3911.0, 3953.0, 3931.0, 3931.0, 3940.0, 3918.0, 3949.0, 3908.0, 3950.0, 3920.0, 3950.0, 3909.0, 3941.0, 3919.0, 3929.0, 3951.0, 3921.0, 3950.0, 3920.0, 3951.0, 3908.0, 3939.0, 3908.0, 3932.0, 3941.0, 3911.0, 3951.0, 3911.0, 3965.0, 3935.0, 3955.0, 3923.0, 3954.0, 3933.0, 3956.0, 3944.0, 3934.0, 3963.0, 3922.0, 3963.0, 3923.0, 3954.0, 3932.0, 3943.0, 3940.0, 3923.0, 3964.0, 3933.0, 3953.0, 3922.0, 3944.0, 3933.0, 3947.0, 3944.0, 3934.0, 3933.0, 3934.0, 3965.0, 3935.0, 3966.0, 3934.0, 3965.0, 3921.0, 3943.0, 3931.0, 3944.0, 3963.0, 3932.0, 3951.0, 3920.0, 3962.0, 3909.0, 3952.0, 3941.0, 3931.0, 3961.0, 3919.0, 3950.0, 3918.0, 3940.0, 3918.0, 3938.0, 3916.0, 3907.0, 3938.0, 3921.0, 3963.0, 3921.0, 3953.0, 3923.0, 3965.0, 3948.0, 3968.0, 3936.0, 3967.0, 3923.0, 3955.0, 3944.0, 3944.0, 3943.0, 3933.0, 3952.0, 3934.0, 3966.0, 3922.0, 3943.0, 3920.0, 3933.0, 3945.0, 3945.0, 3964.0, 3923.0, 3953.0, 3923.0, 3965.0, 3934.0, 3965.0, 3923.0, 3966.0, 3922.0, 3956.0, 3946.0, 3945.0, 3953.0, 3943.0, 3962.0, 3921.0, 3963.0, 3932.0, 3952.0, 3909.0, 3941.0, 3928.0, 3930.0, 3949.0, 3918.0, 3951.0, 3908.0, 3927.0, 3906.0, 3918.0, 3938.0, 3908.0, 3949.0, 3921.0, 3951.0, 3910.0, 3942.0, 3920.0, 3942.0, 3963.0, 3933.0, 3952.0, 3910.0, 3952.0, 3909.0, 3942.0, 3952.0, 3921.0, 3951.0, 3920.0, 3962.0, 3921.0, 3944.0, 3932.0, 3933.0, 3942.0, 3914.0, 3965.0, 3935.0, 3955.0, 3925.0, 3936.0, 3960.0, 3939.0, 3969.0, 3960.0, 3981.0, 3947.0, 3969.0, 3967.0, 3947.0, 3964.0, 3921.0, 3964.0, 3921.0, 3942.0, 3920.0, 3941.0, 3919.0, 3931.0, 3963.0, 3922.0, 3951.0, 3921.0, 3951.0, 3923.0, 3967.0, 3933.0, 3944.0, 3921.0, 3943.0, 3932.0, 3944.0, 3964.0, 3933.0, 3952.0, 3920.0, 3951.0, 3909.0, 3940.0, 3929.0, 3930.0, 3962.0, 3932.0, 3950.0, 3917.0, 3948.0, 3897.0, 3939.0, 3920.0, 3942.0, 3920.0, 3932.0, 3920.0, 3933.0, 3921.0, 3934.0, 3935.0, 3947.0, 3947.0, 3947.0, 3934.0, 3955.0, 3946.0, 3959.0, 3966.0, 3955.0, 3974.0, 3922.0, 3964.0, 3932.0, 3952.0, 3919.0, 3940.0, 3949.0, 3921.0, 3950.0, 3920.0, 3951.0, 3908.0, 3940.0, 3929.0, 3932.0, 3951.0, 3922.0, 3951.0, 3922.0, 3963.0, 3924.0, 3954.0, 3935.0, 3955.0, 3936.0, 3978.0, 3945.0, 3956.0, 3944.0, 3944.0, 3963.0, 3920.0, 3950.0, 3909.0, 3953.0, 3930.0, 3940.0, 3950.0, 3920.0, 3949.0, 3920.0, 3952.0, 3908.0, 3939.0, 3928.0, 3919.0, 3949.0, 3931.0, 3951.0, 3906.0, 3929.0, 3928.0, 3908.0, 3949.0, 3919.0, 3949.0, 3909.0, 3939.0, 3910.0, 3941.0, 3925.0, 3966.0, 3933.0, 3955.0, 3963.0, 3922.0, 3965.0, 3932.0, 3952.0, 3911.0, 3951.0, 3923.0, 3954.0, 3923.0, 3943.0, 3922.0, 3954.0, 3933.0, 3945.0, 3963.0, 3933.0, 3952.0, 3920.0, 3963.0, 3921.0, 3952.0, 3910.0, 3953.0, 3923.0, 3945.0, 3943.0, 3933.0, 3953.0, 3924.0, 3964.0, 3923.0, 3933.0, 3947.0, 3937.0, 3969.0, 3947.0, 3978.0, 3958.0, 3980.0, 3945.0, 3955.0, 3963.0, 3919.0, 3949.0, 3920.0, 3951.0, 3906.0, 3928.0, 3906.0, 3917.0, 3949.0, 3921.0, 3950.0, 3919.0, 3950.0, 3899.0, 3942.0, 3922.0, 3952.0, 3923.0, 3966.0, 3934.0, 3966.0, 3924.0, 3955.0, 3975.0, 3933.0, 3962.0, 3921.0, 3951.0, 3910.0, 3954.0, 3930.0, 3920.0, 3950.0, 3908.0, 3940.0, 3921.0, 3942.0, 3911.0, 3943.0, 3921.0, 3943.0, 3944.0, 3945.0, 3934.0, 3945.0, 3964.0, 3935.0, 3968.0, 3934.0, 3953.0, 3921.0, 3954.0, 3921.0, 3944.0, 3953.0, 3932.0, 3952.0, 3930.0, 3952.0, 3922.0, 3955.0, 3932.0, 3931.0, 3920.0, 3921.0, 3911.0, 3954.0, 3974.0, 3944.0, 3953.0, 3909.0, 3942.0, 3932.0, 3944.0, 3942.0, 3932.0, 3953.0, 3910.0, 3953.0, 3912.0, 3953.0, 3922.0, 3943.0, 3923.0, 3968.0, 3965.0, 3935.0, 3963.0, 3932.0, 3954.0, 3932.0, 3944.0, 3932.0, 3933.0, 3962.0, 3911.0, 3952.0, 3923.0, 3968.0, 3946.0, 3955.0, 3934.0, 3946.0, 3964.0, 3933.0, 3980.0, 3945.0, 3953.0, 3923.0, 3964.0, 3936.0, 3979.0, 3950.0, 3967.0, 3923.0, 3966.0, 3934.0, 3954.0, 3923.0, 3965.0, 3964.0, 3932.0, 3963.0, 3921.0, 3952.0, 3918.0, 3941.0, 3950.0, 3907.0, 3908.0, 3920.0, 3950.0, 3920.0, 3942.0, 3921.0, 3943.0, 3921.0, 3922.0, 3964.0, 3934.0, 3943.0, 3922.0, 3953.0, 3931.0, 3943.0, 3953.0, 3923.0, 3921.0, 3934.0, 3963.0, 3933.0, 3954.0, 3921.0, 3942.0, 3941.0, 3942.0, 3963.0, 3922.0, 3952.0, 3921.0, 3951.0, 3922.0, 3953.0, 3931.0, 3941.0, 3920.0, 3920.0, 3963.0, 3921.0, 3952.0, 3909.0, 3952.0, 3911.0, 3954.0, 3932.0, 3942.0, 3921.0, 3931.0, 3951.0, 3934.0, 3963.0, 3933.0, 3953.0, 3910.0, 3962.0, 3909.0, 3954.0, 3943.0, 3932.0, 3951.0, 3920.0, 3950.0, 3920.0, 3951.0, 3920.0, 3940.0, 3908.0, 3930.0, 3964.0, 3934.0, 3952.0, 3908.0, 3939.0, 3906.0, 3927.0, 3908.0, 3929.0, 3933.0, 3955.0, 3935.0, 3977.0, 3933.0, 3955.0, 3953.0, 3932.0, 3952.0, 3920.0, 3942.0, 3931.0, 3942.0, 3919.0, 3921.0, 3950.0, 3922.0, 3953.0, 3923.0, 3943.0, 3901.0, 3944.0, 3934.0, 3946.0, 3935.0, 3945.0, 3945.0, 3946.0, 3967.0], 'WindowWidth': [8922.0, 8925.0, 8890.0, 8911.0, 8843.0, 8864.0, 8798.0, 8844.0, 8826.0, 8847.0, 8854.0, 8813.0, 8837.0, 8809.0, 8854.0, 8825.0, 8837.0, 8778.0, 8836.0, 8808.0, 8847.0, 8860.0, 8810.0, 8831.0, 8803.0, 8831.0, 8792.0, 8835.0, 8804.0, 8821.0, 8817.0, 8793.0, 8852.0, 8811.0, 8836.0, 8796.0, 8836.0, 8797.0, 8859.0, 8796.0, 8839.0, 8790.0, 8835.0, 8803.0, 8822.0, 8845.0, 8803.0, 8826.0, 8782.0, 8823.0, 8770.0, 8830.0, 8780.0, 8812.0, 8766.0, 8799.0, 8811.0, 8807.0, 8830.0, 8787.0, 8812.0, 8785.0, 8811.0, 8772.0, 8837.0, 8787.0, 8815.0, 8786.0, 8805.0, 8789.0, 8827.0, 8841.0, 8811.0, 8838.0, 8795.0, 8837.0, 8813.0, 8855.0, 8794.0, 8838.0, 8791.0, 8827.0, 8841.0, 8826.0, 8853.0, 8798.0, 8851.0, 8829.0, 8856.0, 8799.0, 8857.0, 8796.0, 8841.0, 8826.0, 8828.0, 8840.0, 8813.0, 8851.0, 8811.0, 8851.0, 8829.0, 8861.0, 8817.0, 8858.0, 8798.0, 8839.0, 8807.0, 8844.0, 8825.0, 8823.0, 8835.0, 8808.0, 8833.0, 8808.0, 8852.0, 8803.0, 8832.0, 8782.0, 8798.0, 8823.0, 8798.0, 8828.0, 8796.0, 8810.0, 8751.0, 8811.0, 8786.0, 8821.0, 8830.0, 8787.0, 8827.0, 8789.0, 8833.0, 8790.0, 8832.0, 8789.0, 8836.0, 8794.0, 8845.0, 8811.0, 8830.0, 8809.0, 8827.0, 8830.0, 8850.0, 8859.0, 8828.0, 8852.0, 8795.0, 8859.0, 8849.0, 8852.0, 8810.0, 8839.0, 8812.0, 8860.0, 8814.0, 8852.0, 8798.0, 8838.0, 8794.0, 8853.0, 8794.0, 8836.0, 8788.0, 8819.0, 8803.0, 8821.0, 8843.0, 8799.0, 8823.0, 8780.0, 8821.0, 8785.0, 8825.0, 8764.0, 8807.0, 8761.0, 8801.0, 8826.0, 8784.0, 8822.0, 8786.0, 8826.0, 8772.0, 8834.0, 8788.0, 8815.0, 8784.0, 8787.0, 8813.0, 8809.0, 8833.0, 8811.0, 8837.0, 8792.0, 8845.0, 8790.0, 8837.0, 8808.0, 8826.0, 8806.0, 8826.0, 8860.0, 8811.0, 8833.0, 8790.0, 8831.0, 8798.0, 8842.0, 8826.0, 8825.0, 8803.0, 8805.0, 8851.0, 8807.0, 8834.0, 8805.0, 8844.0, 8806.0, 8837.0, 8793.0, 8833.0, 8776.0, 8815.0, 8795.0, 8843.0, 8821.0, 8805.0, 8783.0, 8798.0, 8784.0, 8837.0, 8849.0, 8804.0, 8828.0, 8764.0, 8809.0, 8803.0, 8782.0, 8819.0, 8776.0, 8806.0, 8764.0, 8816.0, 8822.0, 8803.0, 8814.0, 8790.0, 8791.0, 8821.0, 8819.0, 8864.0, 8838.0, 8865.0, 8856.0, 8830.0, 8854.0, 8811.0, 8835.0, 8789.0, 8831.0, 8782.0, 8802.0, 8830.0, 8788.0, 8828.0, 8785.0, 8831.0, 8794.0, 8836.0, 8804.0, 8820.0, 8831.0, 8795.0, 8833.0, 8813.0, 8839.0, 8808.0, 8835.0, 8853.0, 8843.0, 8864.0, 8840.0, 8884.0, 8879.0, 8832.0, 8854.0, 8808.0, 8844.0, 8771.0, 8831.0, 8799.0, 8799.0, 8809.0, 8777.0, 8819.0, 8764.0, 8821.0, 8784.0, 8824.0, 8767.0, 8811.0, 8779.0, 8795.0, 8823.0, 8785.0, 8822.0, 8782.0, 8824.0, 8764.0, 8806.0, 8764.0, 8802.0, 8812.0, 8773.0, 8826.0, 8774.0, 8850.0, 8811.0, 8836.0, 8791.0, 8835.0, 8805.0, 8842.0, 8822.0, 8808.0, 8846.0, 8790.0, 8845.0, 8791.0, 8834.0, 8803.0, 8819.0, 8811.0, 8792.0, 8849.0, 8804.0, 8832.0, 8789.0, 8821.0, 8807.0, 8830.0, 8823.0, 8809.0, 8806.0, 8809.0, 8850.0, 8813.0, 8856.0, 8810.0, 8850.0, 8785.0, 8818.0, 8800.0, 8823.0, 8846.0, 8803.0, 8826.0, 8783.0, 8842.0, 8767.0, 8830.0, 8812.0, 8798.0, 8837.0, 8780.0, 8821.0, 8776.0, 8808.0, 8774.0, 8803.0, 8772.0, 8762.0, 8804.0, 8786.0, 8845.0, 8788.0, 8833.0, 8794.0, 8853.0, 8836.0, 8861.0, 8814.0, 8856.0, 8794.0, 8839.0, 8823.0, 8821.0, 8818.0, 8805.0, 8828.0, 8810.0, 8853.0, 8789.0, 8817.0, 8784.0, 8804.0, 8828.0, 8827.0, 8849.0, 8793.0, 8832.0, 8792.0, 8849.0, 8809.0, 8851.0, 8794.0, 8853.0, 8790.0, 8841.0, 8828.0, 8824.0, 8832.0, 8818.0, 8841.0, 8787.0, 8845.0, 8801.0, 8828.0, 8765.0, 8810.0, 8790.0, 8793.0, 8817.0, 8775.0, 8824.0, 8761.0, 8787.0, 8757.0, 8777.0, 8801.0, 8762.0, 8818.0, 8786.0, 8826.0, 8771.0, 8815.0, 8782.0, 8815.0, 8845.0, 8806.0, 8827.0, 8770.0, 8827.0, 8766.0, 8816.0, 8829.0, 8784.0, 8824.0, 8783.0, 8842.0, 8787.0, 8823.0, 8802.0, 8805.0, 8815.0, 8781.0, 8849.0, 8813.0, 8839.0, 8800.0, 8819.0, 8855.0, 8828.0, 8866.0, 8855.0, 8884.0, 8832.0, 8862.0, 8857.0, 8827.0, 8848.0, 8784.0, 8846.0, 8786.0, 8814.0, 8782.0, 8811.0, 8778.0, 8799.0, 8845.0, 8788.0, 8825.0, 8786.0, 8825.0, 8793.0, 8859.0, 8806.0, 8821.0, 8786.0, 8818.0, 8803.0, 8821.0, 8847.0, 8804.0, 8826.0, 8782.0, 8824.0, 8764.0, 8808.0, 8793.0, 8794.0, 8841.0, 8801.0, 8821.0, 8776.0, 8816.0, 8746.0, 8806.0, 8782.0, 8816.0, 8784.0, 8800.0, 8784.0, 8805.0, 8788.0, 8810.0, 8815.0, 8830.0, 8833.0, 8831.0, 8809.0, 8839.0, 8827.0, 8849.0, 8854.0, 8838.0, 8862.0, 8789.0, 8848.0, 8804.0, 8828.0, 8779.0, 8807.0, 8819.0, 8787.0, 8824.0, 8782.0, 8824.0, 8762.0, 8808.0, 8795.0, 8803.0, 8826.0, 8791.0, 8825.0, 8789.0, 8845.0, 8797.0, 8834.0, 8811.0, 8837.0, 8815.0, 8873.0, 8826.0, 8841.0, 8821.0, 8820.0, 8843.0, 8783.0, 8821.0, 8767.0, 8832.0, 8796.0, 8809.0, 8820.0, 8780.0, 8818.0, 8781.0, 8826.0, 8763.0, 8807.0, 8789.0, 8777.0, 8818.0, 8801.0, 8824.0, 8758.0, 8791.0, 8788.0, 8765.0, 8819.0, 8780.0, 8818.0, 8767.0, 8807.0, 8770.0, 8814.0, 8800.0, 8855.0, 8807.0, 8836.0, 8844.0, 8791.0, 8849.0, 8803.0, 8827.0, 8773.0, 8826.0, 8792.0, 8836.0, 8792.0, 8820.0, 8789.0, 8834.0, 8806.0, 8824.0, 8845.0, 8804.0, 8827.0, 8782.0, 8844.0, 8788.0, 8831.0, 8771.0, 8830.0, 8792.0, 8826.0, 8818.0, 8805.0, 8830.0, 8795.0, 8847.0, 8792.0, 8805.0, 8832.0, 8820.0, 8863.0, 8834.0, 8874.0, 8847.0, 8880.0, 8824.0, 8837.0, 8842.0, 8780.0, 8818.0, 8781.0, 8825.0, 8758.0, 8789.0, 8756.0, 8772.0, 8819.0, 8786.0, 8822.0, 8779.0, 8819.0, 8754.0, 8815.0, 8792.0, 8830.0, 8794.0, 8855.0, 8808.0, 8855.0, 8796.0, 8837.0, 8864.0, 8804.0, 8841.0, 8785.0, 8826.0, 8768.0, 8836.0, 8796.0, 8781.0, 8820.0, 8764.0, 8808.0, 8786.0, 8814.0, 8773.0, 8819.0, 8786.0, 8820.0, 8822.0, 8825.0, 8809.0, 8824.0, 8848.0, 8810.0, 8858.0, 8809.0, 8832.0, 8788.0, 8833.0, 8786.0, 8819.0, 8829.0, 8801.0, 8826.0, 8797.0, 8828.0, 8788.0, 8839.0, 8804.0, 8800.0, 8784.0, 8787.0, 8772.0, 8837.0, 8863.0, 8821.0, 8829.0, 8768.0, 8815.0, 8803.0, 8821.0, 8815.0, 8801.0, 8829.0, 8772.0, 8830.0, 8775.0, 8834.0, 8790.0, 8818.0, 8795.0, 8862.0, 8852.0, 8810.0, 8846.0, 8803.0, 8833.0, 8802.0, 8823.0, 8803.0, 8804.0, 8843.0, 8775.0, 8829.0, 8793.0, 8858.0, 8830.0, 8839.0, 8809.0, 8827.0, 8848.0, 8805.0, 8882.0, 8826.0, 8829.0, 8790.0, 8846.0, 8814.0, 8881.0, 8843.0, 8859.0, 8796.0, 8857.0, 8812.0, 8834.0, 8794.0, 8854.0, 8846.0, 8802.0, 8844.0, 8786.0, 8828.0, 8776.0, 8811.0, 8822.0, 8761.0, 8763.0, 8784.0, 8822.0, 8784.0, 8816.0, 8785.0, 8816.0, 8785.0, 8790.0, 8847.0, 8808.0, 8820.0, 8788.0, 8832.0, 8800.0, 8819.0, 8833.0, 8793.0, 8787.0, 8809.0, 8847.0, 8806.0, 8834.0, 8786.0, 8814.0, 8813.0, 8816.0, 8845.0, 8789.0, 8828.0, 8786.0, 8827.0, 8791.0, 8834.0, 8800.0, 8814.0, 8783.0, 8784.0, 8846.0, 8787.0, 8828.0, 8770.0, 8827.0, 8776.0, 8837.0, 8803.0, 8817.0, 8786.0, 8801.0, 8826.0, 8809.0, 8846.0, 8806.0, 8829.0, 8771.0, 8841.0, 8767.0, 8835.0, 8817.0, 8802.0, 8826.0, 8784.0, 8823.0, 8783.0, 8827.0, 8782.0, 8809.0, 8764.0, 8794.0, 8851.0, 8812.0, 8828.0, 8764.0, 8807.0, 8758.0, 8788.0, 8764.0, 8796.0, 8807.0, 8839.0, 8813.0, 8871.0, 8805.0, 8838.0, 8833.0, 8803.0, 8828.0, 8782.0, 8815.0, 8799.0, 8813.0, 8781.0, 8785.0, 8822.0, 8789.0, 8832.0, 8791.0, 8818.0, 8763.0, 8824.0, 8812.0, 8829.0, 8812.0, 8827.0, 8825.0, 8829.0, 8860.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.0004381566820276498</td></tr>
<tr><td colspan=3>aqi</td><td>0.022059393433179725</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.28561912637831</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1861115366897361</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9907113410034608</td></tr>
<tr><td colspan=3>efc</td><td>0.4646</td></tr>
<tr><td colspan=3>fber</td><td>5623.7705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09039705506110178</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.110599078341014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5708439997710095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4588817595575088</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8521910229075575</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401459216847963</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105088</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011774498037993908</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021931635215878487</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.8531542197462882</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>34.7668</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1504</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.4673</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301752.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>632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.6595</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1785</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.3819</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.5509</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.7856</td></tr>
<tr><td colspan=3>tsnr</td><td>42.12388677254785</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>