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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-03_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-03_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-0127/ses-04/func/sub-0127_ses-04_task-social_acq-mb8_run-03_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>927b165a397576b993d6596729a34b10</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>20:54:28.307500</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</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-03_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.0877603</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>248.836</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d600210d-a10c-4a00-8a2f-a565dc712283||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['205428.307500', '205428.767500', '205429.227500', '205429.687500', '205430.147500', '205430.607500', '205431.067500', '205431.527500', '205431.987500', '205432.447500', '205432.907500', '205433.367500', '205433.827500', '205434.287500', '205434.747500', '205435.207500', '205435.667500', '205436.127500', '205436.587500', '205437.047500', '205437.507500', '205437.967500', '205438.427500', '205438.887500', '205439.347500', '205439.807500', '205440.267500', '205440.727500', '205441.187500', '205441.647500', '205442.107500', '205442.567500', '205443.027500', '205443.487500', '205443.947500', '205444.407500', '205444.867500', '205445.327500', '205445.787500', '205446.247500', '205446.707500', '205447.167500', '205447.627500', '205448.087500', '205448.547500', '205449.007500', '205449.467500', '205449.927500', '205450.387500', '205450.847500', '205451.307500', '205451.767500', '205452.227500', '205452.687500', '205453.147500', '205453.607500', '205454.067500', '205454.527500', '205454.987500', '205455.447500', '205455.907500', '205456.367500', '205456.827500', '205457.287500', '205457.747500', '205458.207500', '205458.667500', '205459.127500', '205459.587500', '205500.047500', '205500.507500', '205500.967500', '205501.427500', '205501.887500', '205502.347500', '205502.807500', '205503.267500', '205503.727500', '205504.187500', '205504.647500', '205505.107500', '205505.567500', '205506.027500', '205506.487500', '205506.947500', '205507.407500', '205507.867500', '205508.327500', '205508.787500', '205509.247500', '205509.707500', '205510.167500', '205510.627500', '205511.087500', '205511.547500', '205512.007500', '205512.467500', '205512.927500', '205513.387500', '205513.847500', '205514.307500', '205514.767500', '205515.227500', '205515.687500', '205516.147500', '205516.607500', '205517.067500', '205517.527500', '205517.987500', '205518.447500', '205518.907500', '205519.367500', '205519.827500', '205520.287500', '205520.747500', '205521.207500', '205521.667500', '205522.127500', '205522.587500', '205523.047500', '205523.507500', '205523.967500', '205524.427500', '205524.887500', '205525.347500', '205525.807500', '205526.267500', '205526.727500', '205527.187500', '205527.647500', '205528.107500', '205528.567500', '205529.027500', '205529.487500', '205529.947500', '205530.407500', '205530.867500', '205531.327500', '205531.787500', '205532.247500', '205532.707500', '205533.167500', '205533.627500', '205534.087500', '205534.547500', '205535.007500', '205535.467500', '205535.927500', '205536.387500', '205536.847500', '205537.307500', '205537.767500', '205538.227500', '205538.687500', '205539.147500', '205539.607500', '205540.067500', '205540.527500', '205540.987500', '205541.447500', '205541.907500', '205542.367500', '205542.827500', '205543.287500', '205543.747500', '205544.207500', '205544.667500', '205545.127500', '205545.587500', '205546.047500', '205546.507500', '205546.967500', '205547.427500', '205547.887500', '205548.347500', '205548.807500', '205549.267500', '205549.727500', '205550.187500', '205550.647500', '205551.107500', '205551.567500', '205552.027500', '205552.487500', '205552.947500', '205553.407500', '205553.867500', '205554.327500', '205554.787500', '205555.247500', '205555.707500', '205556.167500', '205556.627500', '205557.087500', '205557.547500', '205558.007500', '205558.467500', '205558.927500', '205559.387500', '205559.847500', '205600.307500', '205600.767500', '205601.227500', '205601.687500', '205602.147500', '205602.607500', '205603.067500', '205603.527500', '205603.987500', '205604.447500', '205604.907500', '205605.367500', '205605.827500', '205606.287500', '205606.747500', '205607.207500', '205607.667500', '205608.127500', '205608.587500', '205609.047500', '205609.507500', '205609.967500', '205610.427500', '205610.887500', '205611.347500', '205611.807500', '205612.267500', '205612.727500', '205613.187500', '205613.647500', '205614.107500', '205614.567500', '205615.027500', '205615.487500', '205615.947500', '205616.407500', '205616.867500', '205617.327500', '205617.787500', '205618.247500', '205618.707500', '205619.167500', '205619.627500', '205620.087500', '205620.547500', '205621.007500', '205621.467500', '205621.927500', '205622.387500', '205622.847500', '205623.307500', '205623.767500', '205624.227500', '205624.687500', '205625.147500', '205625.607500', '205626.067500', '205626.527500', '205626.987500', '205627.447500', '205627.907500', '205628.367500', '205628.827500', '205629.287500', '205629.747500', '205630.207500', '205630.667500', '205631.127500', '205631.587500', '205632.047500', '205632.507500', '205632.967500', '205633.427500', '205633.887500', '205634.347500', '205634.807500', '205635.267500', '205635.727500', '205636.187500', '205636.647500', '205637.107500', '205637.567500', '205638.027500', '205638.487500', '205638.947500', '205639.407500', '205639.867500', '205640.327500', '205640.787500', '205641.247500', '205641.707500', '205642.167500', '205642.627500', '205643.087500', '205643.547500', '205644.007500', '205644.467500', '205644.927500', '205645.387500', '205645.847500', '205646.307500', '205646.767500', '205647.227500', '205647.687500', '205648.147500', '205648.607500', '205649.067500', '205649.527500', '205649.987500', '205650.447500', '205650.907500', '205651.367500', '205651.827500', '205652.287500', '205652.747500', '205653.207500', '205653.667500', '205654.127500', '205654.587500', '205655.047500', '205655.507500', '205655.967500', '205656.427500', '205656.887500', '205657.347500', '205657.807500', '205658.267500', '205658.727500', '205659.187500', '205659.647500', '205700.107500', '205700.567500', '205701.027500', '205701.487500', '205701.947500', '205702.407500', '205702.867500', '205703.327500', '205703.787500', '205704.247500', '205704.707500', '205705.167500', '205705.627500', '205706.087500', '205706.547500', '205707.007500', '205707.467500', '205707.927500', '205708.387500', '205708.847500', '205709.307500', '205709.767500', '205710.227500', '205710.687500', '205711.147500', '205711.607500', '205712.067500', '205712.527500', '205712.987500', '205713.447500', '205713.907500', '205714.367500', '205714.827500', '205715.287500', '205715.747500', '205716.207500', '205716.667500', '205717.127500', '205717.587500', '205718.047500', '205718.507500', '205718.967500', '205719.427500', '205719.887500', '205720.347500', '205720.807500', '205721.267500', '205721.727500', '205722.187500', '205722.647500', '205723.107500', '205723.567500', '205724.027500', '205724.487500', '205724.947500', '205725.407500', '205725.867500', '205726.327500', '205726.787500', '205727.247500', '205727.707500', '205728.167500', '205728.627500', '205729.087500', '205729.547500', '205730.007500', '205730.467500', '205730.927500', '205731.387500', '205731.847500', '205732.307500', '205732.767500', '205733.227500', '205733.687500', '205734.147500', '205734.607500', '205735.067500', '205735.527500', '205735.987500', '205736.447500', '205736.907500', '205737.367500', '205737.827500', '205738.287500', '205738.747500', '205739.207500', '205739.667500', '205740.127500', '205740.587500', '205741.047500', '205741.507500', '205741.967500', '205742.427500', '205742.887500', '205743.347500', '205743.807500', '205744.267500', '205744.727500', '205745.187500', '205745.647500', '205746.107500', '205746.567500', '205747.027500', '205747.487500', '205747.947500', '205748.407500', '205748.867500', '205749.327500', '205749.787500', '205750.247500', '205750.707500', '205751.167500', '205751.627500', '205752.087500', '205752.547500', '205753.007500', '205753.467500', '205753.927500', '205754.387500', '205754.847500', '205755.307500', '205755.767500', '205756.227500', '205756.687500', '205757.147500', '205757.607500', '205758.067500', '205758.527500', '205758.987500', '205759.447500', '205759.907500', '205800.367500', '205800.827500', '205801.287500', '205801.747500', '205802.207500', '205802.667500', '205803.127500', '205803.587500', '205804.047500', '205804.507500', '205804.967500', '205805.427500', '205805.887500', '205806.347500', '205806.807500', '205807.267500', '205807.727500', '205808.187500', '205808.647500', '205809.107500', '205809.567500', '205810.027500', '205810.487500', '205810.947500', '205811.407500', '205811.867500', '205812.327500', '205812.787500', '205813.247500', '205813.707500', '205814.167500', '205814.627500', '205815.087500', '205815.547500', '205816.007500', '205816.467500', '205816.927500', '205817.387500', '205817.847500', '205818.307500', '205818.767500', '205819.227500', '205819.687500', '205820.147500', '205820.607500', '205821.067500', '205821.527500', '205821.987500', '205822.447500', '205822.907500', '205823.367500', '205823.827500', '205824.287500', '205824.747500', '205825.207500', '205825.667500', '205826.127500', '205826.587500', '205827.047500', '205827.507500', '205827.967500', '205828.427500', '205828.887500', '205829.347500', '205829.807500', '205830.267500', '205830.727500', '205831.187500', '205831.647500', '205832.107500', '205832.567500', '205833.027500', '205833.487500', '205833.947500', '205834.407500', '205834.867500', '205835.327500', '205835.787500', '205836.247500', '205836.707500', '205837.167500', '205837.627500', '205838.087500', '205838.547500', '205839.007500', '205839.467500', '205839.927500', '205840.387500', '205840.847500', '205841.307500', '205841.767500', '205842.227500', '205842.687500', '205843.147500', '205843.607500', '205844.067500', '205844.527500', '205844.987500', '205845.447500', '205845.907500', '205846.367500', '205846.827500', '205847.287500', '205847.747500', '205848.207500', '205848.667500', '205849.127500', '205849.587500', '205850.047500', '205850.507500', '205850.967500', '205851.427500', '205851.887500', '205852.347500', '205852.807500', '205853.267500', '205853.727500', '205854.187500', '205854.647500', '205855.107500', '205855.567500', '205856.027500', '205856.487500', '205856.947500', '205857.407500', '205857.867500', '205858.327500', '205858.787500', '205859.247500', '205859.707500', '205900.167500', '205900.627500', '205901.087500', '205901.547500', '205902.007500', '205902.467500', '205902.927500', '205903.387500', '205903.847500', '205904.307500', '205904.767500', '205905.227500', '205905.687500', '205906.147500', '205906.607500', '205907.067500', '205907.527500', '205907.987500', '205908.447500', '205908.907500', '205909.367500', '205909.827500', '205910.287500', '205910.747500', '205911.207500', '205911.667500', '205912.127500', '205912.587500', '205913.047500', '205913.507500', '205913.967500', '205914.427500', '205914.887500', '205915.347500', '205915.807500', '205916.267500', '205916.727500', '205917.187500', '205917.647500', '205918.107500', '205918.567500', '205919.027500', '205919.487500', '205919.947500', '205920.407500', '205920.867500', '205921.327500', '205921.787500', '205922.247500', '205922.707500', '205923.167500', '205923.627500', '205924.087500', '205924.547500', '205925.007500', '205925.467500', '205925.927500', '205926.387500', '205926.847500', '205927.307500', '205927.767500', '205928.227500', '205928.687500', '205929.147500', '205929.607500', '205930.067500', '205930.527500', '205930.987500', '205931.447500', '205931.907500', '205932.367500', '205932.827500', '205933.287500', '205933.747500', '205934.207500', '205934.667500', '205935.127500', '205935.587500', '205936.047500', '205936.507500', '205936.967500', '205937.427500', '205937.887500', '205938.347500', '205938.807500', '205939.267500', '205939.727500', '205940.187500', '205940.647500', '205941.107500', '205941.567500', '205942.027500', '205942.487500', '205942.947500', '205943.407500', '205943.867500', '205944.327500', '205944.787500', '205945.247500', '205945.707500', '205946.167500', '205946.627500', '205947.087500', '205947.547500', '205948.007500', '205948.467500', '205948.927500', '205949.387500', '205949.847500', '205950.307500', '205950.767500', '205951.227500', '205951.687500', '205952.147500', '205952.607500', '205953.067500', '205953.527500', '205953.987500', '205954.447500', '205954.907500', '205955.367500', '205955.827500', '205956.287500', '205956.747500', '205957.207500', '205957.667500', '205958.127500', '205958.587500', '205959.047500', '205959.507500', '205959.967500', '210000.427500', '210000.887500', '210001.347500', '210001.807500', '210002.267500', '210002.727500', '210003.187500', '210003.647500', '210004.107500', '210004.567500', '210005.027500', '210005.487500', '210005.947500', '210006.407500', '210006.867500', '210007.327500', '210007.787500', '210008.247500', '210008.707500', '210009.167500', '210009.627500', '210010.087500', '210010.547500', '210011.007500', '210011.467500', '210011.927500', '210012.387500', '210012.847500', '210013.307500', '210013.767500', '210014.227500', '210014.687500', '210015.147500', '210015.607500', '210016.067500', '210016.527500', '210016.987500', '210017.447500', '210017.907500', '210018.367500', '210018.827500', '210019.287500', '210019.747500', '210020.207500', '210020.667500', '210021.127500', '210021.587500', '210022.047500', '210022.507500', '210022.967500', '210023.427500', '210023.887500', '210024.347500', '210024.807500', '210025.267500', '210025.727500', '210026.187500', '210026.647500', '210027.107500', '210027.567500', '210028.027500', '210028.487500', '210028.947500', '210029.407500', '210029.867500', '210030.327500', '210030.787500', '210031.247500', '210031.707500', '210032.167500', '210032.627500', '210033.087500', '210033.547500', '210034.007500', '210034.467500', '210034.927500', '210035.387500', '210035.847500', '210036.307500', '210036.767500', '210037.227500', '210037.687500', '210038.147500', '210038.607500', '210039.067500', '210039.527500', '210039.987500', '210040.447500', '210040.907500', '210041.367500', '210041.827500', '210042.287500', '210042.747500', '210043.207500', '210043.667500', '210044.127500', '210044.587500', '210045.047500', '210045.507500', '210045.967500', '210046.427500', '210046.887500', '210047.347500', '210047.807500', '210048.267500', '210048.727500', '210049.187500', '210049.647500', '210050.107500', '210050.567500', '210051.027500', '210051.487500', '210051.947500', '210052.407500', '210052.867500', '210053.327500', '210053.787500', '210054.247500', '210054.707500', '210055.167500', '210055.627500', '210056.087500', '210056.547500', '210057.007500', '210057.467500', '210057.927500', '210058.387500', '210058.847500', '210059.307500', '210059.767500', '210100.227500', '210100.687500', '210101.147500', '210101.607500', '210102.067500', '210102.527500', '210102.987500', '210103.447500', '210103.907500', '210104.367500', '210104.827500', '210105.287500', '210105.747500', '210106.207500', '210106.667500', '210107.127500', '210107.587500', '210108.047500', '210108.507500', '210108.967500'], 'ContentTime': ['205448.379000', '205448.382000', '205448.384000', '205448.387000', '205448.390000', '205448.392000', '205448.395000', '205448.397000', '205448.400000', '205448.402000', '205448.405000', '205448.408000', '205448.410000', '205448.413000', '205448.422000', '205448.425000', '205448.427000', '205448.430000', '205448.432000', '205448.435000', '205448.437000', '205448.440000', '205448.442000', '205448.445000', '205448.448000', '205448.450000', '205448.453000', '205448.455000', '205448.458000', '205448.460000', '205448.463000', '205448.465000', '205448.468000', '205448.470000', '205448.473000', '205448.476000', '205448.478000', '205448.481000', '205448.483000', '205448.486000', '205448.488000', '205508.348000', '205508.351000', '205508.354000', '205508.356000', '205508.359000', '205508.361000', '205508.364000', '205508.367000', '205508.369000', '205508.372000', '205508.374000', '205508.377000', '205508.379000', '205508.382000', '205508.384000', '205508.387000', '205508.389000', '205508.392000', '205508.395000', '205508.397000', '205508.401000', '205508.404000', '205508.406000', '205508.409000', '205508.411000', '205508.414000', '205508.417000', '205508.419000', '205508.422000', '205508.424000', '205508.427000', '205508.429000', '205508.432000', '205508.435000', '205508.437000', '205508.440000', '205508.442000', '205508.445000', '205508.447000', '205508.450000', '205508.452000', '205508.455000', '205508.458000', '205528.348000', '205528.351000', '205528.354000', '205528.356000', '205528.359000', '205528.361000', '205528.364000', '205528.367000', '205528.369000', '205528.372000', '205528.374000', '205528.377000', '205528.379000', '205528.382000', '205528.385000', '205528.387000', '205528.390000', '205528.392000', '205528.395000', '205528.397000', '205528.400000', '205528.402000', '205528.405000', '205528.407000', '205528.417000', '205528.420000', '205528.422000', '205528.425000', '205528.427000', '205528.430000', '205528.433000', '205528.435000', '205528.438000', '205528.440000', '205528.443000', '205528.446000', '205528.448000', '205528.451000', '205528.453000', '205528.456000', '205528.458000', '205528.461000', '205528.464000', '205528.466000', '205548.347000', '205548.350000', '205548.353000', '205548.355000', '205548.358000', '205548.361000', '205548.363000', '205548.366000', '205548.368000', '205548.371000', '205548.373000', '205548.376000', '205548.390000', '205548.392000', '205548.395000', '205548.398000', '205548.400000', '205548.403000', '205548.405000', '205548.408000', '205548.410000', '205548.413000', '205548.416000', '205548.419000', '205548.422000', '205548.425000', '205548.427000', '205548.430000', '205548.433000', '205548.435000', '205548.438000', '205548.440000', '205548.443000', '205548.446000', '205548.448000', '205548.451000', '205548.459000', '205548.462000', '205548.465000', '205548.467000', '205548.470000', '205548.472000', '205548.475000', '205608.347000', '205608.350000', '205608.353000', '205608.356000', '205608.358000', '205608.361000', '205608.364000', '205608.366000', '205608.369000', '205608.371000', '205608.374000', '205608.377000', '205608.379000', '205608.382000', '205608.384000', '205608.387000', '205608.390000', '205608.392000', '205608.395000', '205608.398000', '205608.400000', '205608.403000', '205608.405000', '205608.408000', '205608.410000', '205608.413000', '205608.416000', '205608.418000', '205608.421000', '205608.423000', '205608.426000', '205608.429000', '205608.431000', '205608.434000', '205608.436000', '205608.439000', '205608.442000', '205608.444000', '205608.447000', '205608.449000', '205608.452000', '205608.455000', '205608.481000', '205608.484000', '205628.349000', '205628.352000', '205628.354000', '205628.357000', '205628.360000', '205628.362000', '205628.365000', '205628.367000', '205628.370000', '205628.372000', '205628.375000', '205628.378000', '205628.380000', '205628.383000', '205628.385000', '205628.388000', '205628.391000', '205628.393000', '205628.396000', '205628.398000', '205628.401000', '205628.404000', '205628.406000', '205628.409000', '205628.412000', '205628.414000', '205628.417000', '205628.420000', '205628.422000', '205628.425000', '205628.427000', '205628.430000', '205628.433000', '205628.435000', '205628.439000', '205628.442000', '205628.444000', '205628.447000', '205628.450000', '205628.452000', '205628.455000', '205628.457000', '205628.460000', '205648.348000', '205648.351000', '205648.354000', '205648.356000', '205648.359000', '205648.362000', '205648.364000', '205648.367000', '205648.369000', '205648.372000', '205648.375000', '205648.377000', '205648.380000', '205648.382000', '205648.385000', '205648.388000', '205648.390000', '205648.393000', '205648.395000', '205648.398000', '205648.401000', '205648.403000', '205648.406000', '205648.408000', '205648.411000', '205648.413000', '205648.416000', '205648.419000', '205648.421000', '205648.424000', '205648.426000', '205648.429000', '205648.431000', '205648.434000', '205648.437000', '205648.439000', '205648.442000', '205648.444000', '205648.447000', '205648.450000', '205648.452000', '205648.455000', '205648.457000', '205648.460000', '205708.348000', '205708.351000', '205708.354000', '205708.357000', '205708.359000', '205708.362000', '205708.364000', '205708.367000', '205708.370000', '205708.372000', '205708.375000', '205708.378000', '205708.380000', '205708.383000', '205708.385000', '205708.388000', '205708.390000', '205708.393000', '205708.396000', '205708.398000', '205708.401000', '205708.403000', '205708.406000', '205708.409000', '205708.411000', '205708.414000', '205708.416000', '205708.419000', '205708.421000', '205708.424000', '205708.427000', '205708.429000', '205708.432000', '205708.435000', '205708.437000', '205708.440000', '205708.442000', '205708.445000', '205708.447000', '205708.450000', '205708.453000', '205708.455000', '205708.458000', '205728.348000', '205728.351000', '205728.354000', '205728.357000', '205728.359000', '205728.362000', '205728.364000', '205728.367000', '205728.392000', '205728.394000', '205728.397000', '205728.399000', '205728.402000', '205728.404000', '205728.407000', '205728.410000', '205728.412000', '205728.415000', '205728.417000', '205728.420000', '205728.423000', '205728.425000', '205728.428000', '205728.430000', '205728.433000', '205728.435000', '205728.438000', '205728.441000', '205728.443000', '205728.446000', '205728.448000', '205728.451000', '205728.454000', '205728.456000', '205728.459000', '205728.461000', '205728.464000', '205728.466000', '205728.469000', '205728.472000', '205728.474000', '205728.477000', '205728.479000', '205728.482000', '205748.348000', '205748.351000', '205748.354000', '205748.356000', '205748.359000', '205748.362000', '205748.364000', '205748.367000', '205748.369000', '205748.372000', '205748.375000', '205748.377000', '205748.380000', '205748.382000', '205748.385000', '205748.388000', '205748.390000', '205748.393000', '205748.395000', '205748.398000', '205748.401000', '205748.403000', '205748.406000', '205748.408000', '205748.411000', '205748.414000', '205748.416000', '205748.419000', '205748.421000', '205748.424000', '205748.426000', '205748.429000', '205748.432000', '205748.434000', '205748.437000', '205748.439000', '205748.442000', '205748.445000', '205748.447000', '205748.450000', '205748.452000', '205748.455000', '205748.458000', '205808.348000', '205808.351000', '205808.353000', '205808.356000', '205808.358000', '205808.361000', '205808.364000', '205808.366000', '205808.369000', '205808.372000', '205808.374000', '205808.377000', '205808.380000', '205808.382000', '205808.385000', '205808.387000', '205808.390000', '205808.392000', '205808.395000', '205808.398000', '205808.400000', '205808.403000', '205808.405000', '205808.408000', '205808.411000', '205808.413000', '205808.416000', '205808.418000', '205808.421000', '205808.424000', '205808.426000', '205808.429000', '205808.431000', '205808.434000', '205808.437000', '205808.439000', '205808.442000', '205808.444000', '205808.447000', '205808.450000', '205808.452000', '205808.455000', '205808.457000', '205808.460000', '205828.347000', '205828.350000', '205828.353000', '205828.355000', '205828.358000', '205828.360000', '205828.363000', '205828.366000', '205828.368000', '205828.371000', '205828.374000', '205828.376000', '205828.379000', '205828.381000', '205828.384000', '205828.386000', '205828.389000', '205828.392000', '205828.394000', '205828.397000', '205828.399000', '205828.402000', '205828.405000', '205828.407000', '205828.410000', '205828.412000', '205828.415000', '205828.417000', '205828.420000', '205828.423000', '205828.425000', '205828.428000', '205828.430000', '205828.433000', '205828.436000', '205828.438000', '205828.441000', '205828.443000', '205828.446000', '205828.449000', '205828.451000', '205828.454000', '205828.456000', '205848.348000', '205848.359000', '205848.362000', '205848.364000', '205848.367000', '205848.370000', '205848.372000', '205848.375000', '205848.377000', '205848.380000', '205848.382000', '205848.385000', '205848.388000', '205848.390000', '205848.393000', '205848.395000', '205848.398000', '205848.401000', '205848.403000', '205848.406000', '205848.408000', '205848.411000', '205848.414000', '205848.416000', '205848.419000', '205848.421000', '205848.424000', '205848.426000', '205848.429000', '205848.432000', '205848.434000', '205848.437000', '205848.439000', '205848.454000', '205848.457000', '205848.459000', '205848.462000', '205848.464000', '205848.467000', '205848.470000', '205848.472000', '205848.475000', '205848.477000', '205848.480000', '205908.348000', '205908.351000', '205908.354000', '205908.357000', '205908.359000', '205908.362000', '205908.364000', '205908.367000', '205908.370000', '205908.372000', '205908.375000', '205908.377000', '205908.380000', '205908.382000', '205908.385000', '205908.388000', '205908.390000', '205908.393000', '205908.396000', '205908.398000', '205908.401000', '205908.404000', '205908.406000', '205908.409000', '205908.411000', '205908.414000', '205908.416000', '205908.419000', '205908.422000', '205908.424000', '205908.427000', '205908.429000', '205908.432000', '205908.435000', '205908.437000', '205908.440000', '205908.442000', '205908.445000', '205908.448000', '205908.450000', '205908.453000', '205908.455000', '205908.458000', '205928.348000', '205928.351000', '205928.354000', '205928.357000', '205928.359000', '205928.362000', '205928.365000', '205928.367000', '205928.370000', '205928.372000', '205928.375000', '205928.378000', '205928.380000', '205928.383000', '205928.385000', '205928.388000', '205928.390000', '205928.393000', '205928.396000', '205928.398000', '205928.401000', '205928.404000', '205928.406000', '205928.409000', '205928.411000', '205928.414000', '205928.417000', '205928.419000', '205928.422000', '205928.424000', '205928.427000', '205928.430000', '205928.432000', '205928.435000', '205928.437000', '205928.440000', '205928.443000', '205928.445000', '205928.448000', '205928.450000', '205928.453000', '205928.456000', '205928.458000', '205928.461000', '205948.348000', '205948.351000', '205948.354000', '205948.357000', '205948.359000', '205948.362000', '205948.364000', '205948.367000', '205948.370000', '205948.372000', '205948.375000', '205948.377000', '205948.380000', '205948.383000', '205948.385000', '205948.388000', '205948.391000', '205948.393000', '205948.396000', '205948.398000', '205948.401000', '205948.403000', '205948.406000', '205948.409000', '205948.411000', '205948.414000', '205948.417000', '205948.419000', '205948.422000', '205948.424000', '205948.427000', '205948.430000', '205948.432000', '205948.435000', '205948.437000', '205948.440000', '205948.442000', '205948.445000', '205948.448000', '205948.450000', '205948.453000', '205948.456000', '205948.458000', '210008.348000', '210008.351000', '210008.354000', '210008.357000', '210008.359000', '210008.362000', '210008.364000', '210008.367000', '210008.369000', '210008.372000', '210008.375000', '210008.377000', '210008.380000', '210008.382000', '210008.385000', '210008.387000', '210008.390000', '210008.393000', '210008.395000', '210008.398000', '210008.400000', '210008.403000', '210008.406000', '210008.408000', '210008.411000', '210008.414000', '210008.416000', '210008.419000', '210008.421000', '210008.424000', '210008.427000', '210008.429000', '210008.432000', '210008.434000', '210008.437000', '210008.439000', '210008.442000', '210008.445000', '210008.447000', '210008.450000', '210008.452000', '210008.455000', '210008.458000', '210008.460000', '210028.365000', '210028.368000', '210028.370000', '210028.375000', '210028.377000', '210028.380000', '210028.383000', '210028.385000', '210028.388000', '210028.390000', '210028.393000', '210028.395000', '210028.398000', '210028.401000', '210028.403000', '210028.406000', '210028.408000', '210028.411000', '210028.414000', '210028.416000', '210028.419000', '210028.421000', '210028.424000', '210028.427000', '210028.429000', '210028.432000', '210028.434000', '210028.437000', '210028.439000', '210028.442000', '210028.445000', '210028.447000', '210028.450000', '210028.453000', '210028.455000', '210028.458000', '210028.460000', '210028.463000', '210028.465000', '210028.468000', '210028.471000', '210028.473000', '210028.476000', '210048.347000', '210048.350000', '210048.353000', '210048.355000', '210048.358000', '210048.361000', '210048.363000', '210048.366000', '210048.368000', '210048.371000', '210048.373000', '210048.376000', '210048.379000', '210048.382000', '210048.385000', '210048.388000', '210048.390000', '210048.393000', '210048.395000', '210048.398000', '210048.400000', '210048.403000', '210048.405000', '210048.408000', '210048.411000', '210048.413000', '210048.416000', '210048.419000', '210048.421000', '210048.424000', '210048.426000', '210048.429000', '210048.432000', '210048.434000', '210048.437000', '210048.439000', '210048.442000', '210048.445000', '210048.447000', '210048.450000', '210048.453000', '210048.455000', '210048.458000', '210048.460000', '210108.349000', '210108.351000', '210108.354000', '210108.357000', '210108.359000', '210108.362000', '210108.364000', '210108.367000', '210108.370000', '210108.372000', '210108.375000', '210108.377000', '210108.380000', '210108.383000', '210108.385000', '210108.388000', '210108.390000', '210108.393000', '210108.396000', '210108.398000', '210108.401000', '210108.403000', '210108.406000', '210108.408000', '210108.411000', '210108.414000', '210108.416000', '210108.419000', '210108.421000', '210108.424000', '210108.427000', '210108.429000', '210108.432000', '210108.435000', '210108.437000', '210108.440000', '210108.442000', '210108.445000', '210108.448000', '210108.450000', '210108.453000', '210108.456000', '210108.458000', '210110.397000', '210110.400000', '210110.402000', '210110.405000', '210110.407000'], 'InstanceCreationTime': ['205448.379000', '205448.382000', '205448.384000', '205448.387000', '205448.390000', '205448.392000', '205448.395000', '205448.397000', '205448.400000', '205448.402000', '205448.405000', '205448.408000', '205448.410000', '205448.413000', '205448.422000', '205448.425000', '205448.427000', '205448.430000', '205448.432000', '205448.435000', '205448.437000', '205448.440000', '205448.442000', '205448.445000', '205448.448000', '205448.450000', '205448.453000', '205448.455000', '205448.458000', '205448.460000', '205448.463000', '205448.465000', '205448.468000', '205448.470000', '205448.473000', '205448.476000', '205448.478000', '205448.481000', '205448.483000', '205448.486000', '205448.488000', '205508.348000', '205508.351000', '205508.354000', '205508.356000', '205508.359000', '205508.361000', '205508.364000', '205508.367000', '205508.369000', '205508.372000', '205508.374000', '205508.377000', '205508.379000', '205508.382000', '205508.384000', '205508.387000', '205508.389000', '205508.392000', '205508.395000', '205508.397000', '205508.401000', '205508.404000', '205508.406000', '205508.409000', '205508.411000', '205508.414000', '205508.417000', '205508.419000', '205508.422000', '205508.424000', '205508.427000', '205508.429000', '205508.432000', '205508.435000', '205508.437000', '205508.440000', '205508.442000', '205508.445000', '205508.447000', '205508.450000', '205508.452000', '205508.455000', '205508.458000', '205528.348000', '205528.351000', '205528.354000', '205528.356000', '205528.359000', '205528.361000', '205528.364000', '205528.367000', '205528.369000', '205528.372000', '205528.374000', '205528.377000', '205528.379000', '205528.382000', '205528.385000', '205528.387000', '205528.390000', '205528.392000', '205528.395000', '205528.397000', '205528.400000', '205528.402000', '205528.405000', '205528.407000', '205528.417000', '205528.420000', '205528.422000', '205528.425000', '205528.427000', '205528.430000', '205528.433000', '205528.435000', '205528.438000', '205528.440000', '205528.443000', '205528.446000', '205528.448000', '205528.451000', '205528.453000', '205528.456000', '205528.458000', '205528.461000', '205528.464000', '205528.466000', '205548.347000', '205548.350000', '205548.353000', '205548.355000', '205548.358000', '205548.361000', '205548.363000', '205548.366000', '205548.368000', '205548.371000', '205548.373000', '205548.376000', '205548.390000', '205548.392000', '205548.395000', '205548.398000', '205548.400000', '205548.403000', '205548.405000', '205548.408000', '205548.410000', '205548.413000', '205548.416000', '205548.419000', '205548.422000', '205548.425000', '205548.427000', '205548.430000', '205548.433000', '205548.435000', '205548.438000', '205548.440000', '205548.443000', '205548.446000', '205548.448000', '205548.451000', '205548.459000', '205548.462000', '205548.465000', '205548.467000', '205548.470000', '205548.472000', '205548.475000', '205608.347000', '205608.350000', '205608.353000', '205608.356000', '205608.358000', '205608.361000', '205608.364000', '205608.366000', '205608.369000', '205608.371000', '205608.374000', '205608.377000', '205608.379000', '205608.382000', '205608.384000', '205608.387000', '205608.390000', '205608.392000', '205608.395000', '205608.398000', '205608.400000', '205608.403000', '205608.405000', '205608.408000', '205608.410000', '205608.413000', '205608.416000', '205608.418000', '205608.421000', '205608.423000', '205608.426000', '205608.429000', '205608.431000', '205608.434000', '205608.436000', '205608.439000', '205608.442000', '205608.444000', '205608.447000', '205608.449000', '205608.452000', '205608.455000', '205608.481000', '205608.484000', '205628.349000', '205628.352000', '205628.354000', '205628.357000', '205628.360000', '205628.362000', '205628.365000', '205628.367000', '205628.370000', '205628.372000', '205628.375000', '205628.378000', '205628.380000', '205628.383000', '205628.385000', '205628.388000', '205628.391000', '205628.393000', '205628.396000', '205628.398000', '205628.401000', '205628.404000', '205628.406000', '205628.409000', '205628.412000', '205628.414000', '205628.417000', '205628.420000', '205628.422000', '205628.425000', '205628.427000', '205628.430000', '205628.433000', '205628.435000', '205628.439000', '205628.442000', '205628.444000', '205628.447000', '205628.450000', '205628.452000', '205628.455000', '205628.457000', '205628.460000', '205648.348000', '205648.351000', '205648.354000', '205648.356000', '205648.359000', '205648.362000', '205648.364000', '205648.367000', '205648.369000', '205648.372000', '205648.375000', '205648.377000', '205648.380000', '205648.382000', '205648.385000', '205648.388000', '205648.390000', '205648.393000', '205648.395000', '205648.398000', '205648.401000', '205648.403000', '205648.406000', '205648.408000', '205648.411000', '205648.413000', '205648.416000', '205648.419000', '205648.421000', '205648.424000', '205648.426000', '205648.429000', '205648.431000', '205648.434000', '205648.437000', '205648.439000', '205648.442000', '205648.444000', '205648.447000', '205648.450000', '205648.452000', '205648.455000', '205648.457000', '205648.460000', '205708.348000', '205708.351000', '205708.354000', '205708.357000', '205708.359000', '205708.362000', '205708.364000', '205708.367000', '205708.370000', '205708.372000', '205708.375000', '205708.378000', '205708.380000', '205708.383000', '205708.385000', '205708.388000', '205708.390000', '205708.393000', '205708.396000', '205708.398000', '205708.401000', '205708.403000', '205708.406000', '205708.409000', '205708.411000', '205708.414000', '205708.416000', '205708.419000', '205708.421000', '205708.424000', '205708.427000', '205708.429000', '205708.432000', '205708.435000', '205708.437000', '205708.440000', '205708.442000', '205708.445000', '205708.447000', '205708.450000', '205708.453000', '205708.455000', '205708.458000', '205728.348000', '205728.351000', '205728.354000', '205728.357000', '205728.359000', '205728.362000', '205728.364000', '205728.367000', '205728.392000', '205728.394000', '205728.397000', '205728.399000', '205728.402000', '205728.404000', '205728.407000', '205728.410000', '205728.412000', '205728.415000', '205728.417000', '205728.420000', '205728.423000', '205728.425000', '205728.428000', '205728.430000', '205728.433000', '205728.435000', '205728.438000', '205728.441000', '205728.443000', '205728.446000', '205728.448000', '205728.451000', '205728.454000', '205728.456000', '205728.459000', '205728.461000', '205728.464000', '205728.466000', '205728.469000', '205728.472000', '205728.474000', '205728.477000', '205728.479000', '205728.482000', '205748.348000', '205748.351000', '205748.354000', '205748.356000', '205748.359000', '205748.362000', '205748.364000', '205748.367000', '205748.369000', '205748.372000', '205748.375000', '205748.377000', '205748.380000', '205748.382000', '205748.385000', '205748.388000', '205748.390000', '205748.393000', '205748.395000', '205748.398000', '205748.401000', '205748.403000', '205748.406000', '205748.408000', '205748.411000', '205748.414000', '205748.416000', '205748.419000', '205748.421000', '205748.424000', '205748.426000', '205748.429000', '205748.432000', '205748.434000', '205748.437000', '205748.439000', '205748.442000', '205748.445000', '205748.447000', '205748.450000', '205748.452000', '205748.455000', '205748.458000', '205808.348000', '205808.351000', '205808.353000', '205808.356000', '205808.358000', '205808.361000', '205808.364000', '205808.366000', '205808.369000', '205808.372000', '205808.374000', '205808.377000', '205808.380000', '205808.382000', '205808.385000', '205808.387000', '205808.390000', '205808.392000', '205808.395000', '205808.398000', '205808.400000', '205808.403000', '205808.405000', '205808.408000', '205808.411000', '205808.413000', '205808.416000', '205808.418000', '205808.421000', '205808.424000', '205808.426000', '205808.429000', '205808.431000', '205808.434000', '205808.437000', '205808.439000', '205808.442000', '205808.444000', '205808.447000', '205808.450000', '205808.452000', '205808.455000', '205808.457000', '205808.460000', '205828.347000', '205828.350000', '205828.353000', '205828.355000', '205828.358000', '205828.360000', '205828.363000', '205828.366000', '205828.368000', '205828.371000', '205828.374000', '205828.376000', '205828.379000', '205828.381000', '205828.384000', '205828.386000', '205828.389000', '205828.392000', '205828.394000', '205828.397000', '205828.399000', '205828.402000', '205828.405000', '205828.407000', '205828.410000', '205828.412000', '205828.415000', '205828.417000', '205828.420000', '205828.423000', '205828.425000', '205828.428000', '205828.430000', '205828.433000', '205828.436000', '205828.438000', '205828.441000', '205828.443000', '205828.446000', '205828.449000', '205828.451000', '205828.454000', '205828.456000', '205848.348000', '205848.359000', '205848.362000', '205848.364000', '205848.367000', '205848.370000', '205848.372000', '205848.375000', '205848.377000', '205848.380000', '205848.382000', '205848.385000', '205848.388000', '205848.390000', '205848.393000', '205848.395000', '205848.398000', '205848.401000', '205848.403000', '205848.406000', '205848.408000', '205848.411000', '205848.414000', '205848.416000', '205848.419000', '205848.421000', '205848.424000', '205848.426000', '205848.429000', '205848.432000', '205848.434000', '205848.437000', '205848.439000', '205848.454000', '205848.457000', '205848.459000', '205848.462000', '205848.464000', '205848.467000', '205848.470000', '205848.472000', '205848.475000', '205848.477000', '205848.480000', '205908.348000', '205908.351000', '205908.354000', '205908.357000', '205908.359000', '205908.362000', '205908.364000', '205908.367000', '205908.370000', '205908.372000', '205908.375000', '205908.377000', '205908.380000', '205908.382000', '205908.385000', '205908.388000', '205908.390000', '205908.393000', '205908.396000', '205908.398000', '205908.401000', '205908.404000', '205908.406000', '205908.409000', '205908.411000', '205908.414000', '205908.416000', '205908.419000', '205908.422000', '205908.424000', '205908.427000', '205908.429000', '205908.432000', '205908.435000', '205908.437000', '205908.440000', '205908.442000', '205908.445000', '205908.448000', '205908.450000', '205908.453000', '205908.455000', '205908.458000', '205928.348000', '205928.351000', '205928.354000', '205928.357000', '205928.359000', '205928.362000', '205928.365000', '205928.367000', '205928.370000', '205928.372000', '205928.375000', '205928.378000', '205928.380000', '205928.383000', '205928.385000', '205928.388000', '205928.390000', '205928.393000', '205928.396000', '205928.398000', '205928.401000', '205928.404000', '205928.406000', '205928.409000', '205928.411000', '205928.414000', '205928.417000', '205928.419000', '205928.422000', '205928.424000', '205928.427000', '205928.430000', '205928.432000', '205928.435000', '205928.437000', '205928.440000', '205928.443000', '205928.445000', '205928.448000', '205928.450000', '205928.453000', '205928.456000', '205928.458000', '205928.461000', '205948.348000', '205948.351000', '205948.354000', '205948.357000', '205948.359000', '205948.362000', '205948.364000', '205948.367000', '205948.370000', '205948.372000', '205948.375000', '205948.377000', '205948.380000', '205948.383000', '205948.385000', '205948.388000', '205948.391000', '205948.393000', '205948.396000', '205948.398000', '205948.401000', '205948.403000', '205948.406000', '205948.409000', '205948.411000', '205948.414000', '205948.417000', '205948.419000', '205948.422000', '205948.424000', '205948.427000', '205948.430000', '205948.432000', '205948.435000', '205948.437000', '205948.440000', '205948.442000', '205948.445000', '205948.448000', '205948.450000', '205948.453000', '205948.456000', '205948.458000', '210008.348000', '210008.351000', '210008.354000', '210008.357000', '210008.359000', '210008.362000', '210008.364000', '210008.367000', '210008.369000', '210008.372000', '210008.375000', '210008.377000', '210008.380000', '210008.382000', '210008.385000', '210008.387000', '210008.390000', '210008.393000', '210008.395000', '210008.398000', '210008.400000', '210008.403000', '210008.406000', '210008.408000', '210008.411000', '210008.414000', '210008.416000', '210008.419000', '210008.421000', '210008.424000', '210008.427000', '210008.429000', '210008.432000', '210008.434000', '210008.437000', '210008.439000', '210008.442000', '210008.445000', '210008.447000', '210008.450000', '210008.452000', '210008.455000', '210008.458000', '210008.460000', '210028.365000', '210028.368000', '210028.370000', '210028.375000', '210028.377000', '210028.380000', '210028.383000', '210028.385000', '210028.388000', '210028.390000', '210028.393000', '210028.395000', '210028.398000', '210028.401000', '210028.403000', '210028.406000', '210028.408000', '210028.411000', '210028.414000', '210028.416000', '210028.419000', '210028.421000', '210028.424000', '210028.427000', '210028.429000', '210028.432000', '210028.434000', '210028.437000', '210028.439000', '210028.442000', '210028.445000', '210028.447000', '210028.450000', '210028.453000', '210028.455000', '210028.458000', '210028.460000', '210028.463000', '210028.465000', '210028.468000', '210028.471000', '210028.473000', '210028.476000', '210048.347000', '210048.350000', '210048.353000', '210048.355000', '210048.358000', '210048.361000', '210048.363000', '210048.366000', '210048.368000', '210048.371000', '210048.373000', '210048.376000', '210048.379000', '210048.382000', '210048.385000', '210048.388000', '210048.390000', '210048.393000', '210048.395000', '210048.398000', '210048.400000', '210048.403000', '210048.405000', '210048.408000', '210048.411000', '210048.413000', '210048.416000', '210048.419000', '210048.421000', '210048.424000', '210048.426000', '210048.429000', '210048.432000', '210048.434000', '210048.437000', '210048.439000', '210048.442000', '210048.445000', '210048.447000', '210048.450000', '210048.453000', '210048.455000', '210048.458000', '210048.460000', '210108.349000', '210108.351000', '210108.354000', '210108.357000', '210108.359000', '210108.362000', '210108.364000', '210108.367000', '210108.370000', '210108.372000', '210108.375000', '210108.377000', '210108.380000', '210108.383000', '210108.385000', '210108.388000', '210108.390000', '210108.393000', '210108.396000', '210108.398000', '210108.401000', '210108.403000', '210108.406000', '210108.408000', '210108.411000', '210108.414000', '210108.416000', '210108.419000', '210108.421000', '210108.424000', '210108.427000', '210108.429000', '210108.432000', '210108.435000', '210108.437000', '210108.440000', '210108.442000', '210108.445000', '210108.448000', '210108.450000', '210108.453000', '210108.456000', '210108.458000', '210110.397000', '210110.400000', '210110.402000', '210110.405000', '210110.407000'], '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': [13904, 11042, 10091, 18307, 11724, 13341, 9375, 10840, 16429, 9987, 13417, 8172, 10643, 9975, 9244, 12225, 8550, 11401, 7922, 9350, 12478, 9168, 10945, 7541, 9698, 12771, 8391, 11177, 8265, 9531, 10330, 8673, 12205, 7431, 11278, 11706, 9457, 12673, 7646, 10952, 10199, 9221, 8321, 11045, 7093, 12714, 10210, 13299, 8905, 13948, 10192, 8760, 11945, 14511, 10240, 12787, 14069, 9828, 12138, 10178, 10216, 12248, 7878, 12982, 9824, 13361, 11906, 15340, 11956, 8649, 14526, 15172, 13843, 16019, 9556, 13467, 9341, 12906, 7621, 12513, 15831, 9515, 12378, 8939, 12266, 8697, 9785, 13726, 9369, 10560, 7877, 11781, 8689, 10368, 14524, 8995, 13678, 8434, 11766, 8422, 12738, 8560, 11446, 13683, 9663, 11797, 14709, 9367, 12483, 9997, 9499, 13259, 8342, 11331, 11645, 9772, 12719, 8080, 11476, 10107, 9169, 13243, 8669, 11480, 7640, 11767, 8114, 11247, 8991, 12594, 7960, 12208, 13772, 8012, 13072, 14169, 10171, 10855, 9596, 12793, 9793, 11239, 15115, 11543, 12149, 8323, 12073, 7395, 12169, 8475, 12068, 8249, 11840, 9124, 13575, 15164, 15759, 15659, 14629, 9297, 12648, 10827, 9376, 13118, 8267, 11043, 7569, 11295, 7374, 10190, 13774, 8764, 12047, 7446, 11257, 14938, 8641, 11919, 9541, 9651, 13226, 8286, 11927, 8481, 10291, 14801, 9763, 11509, 9496, 13155, 8568, 12841, 9191, 12627, 7410, 11541, 8441, 13075, 14328, 13946, 13629, 9504, 13806, 12124, 12914, 7663, 11539, 14323, 8033, 12984, 11393, 10518, 8510, 11453, 7737, 13085, 10172, 12371, 13350, 12161, 16299, 14060, 15107, 18344, 15611, 15109, 7990, 11792, 7294, 11140, 13372, 8611, 12462, 9001, 9296, 13235, 7193, 12183, 12831, 8397, 13121, 8331, 11342, 10711, 9684, 14215, 8693, 12981, 9001, 12503, 8484, 13957, 11812, 9964, 13955, 9775, 11662, 7606, 12420, 15092, 8659, 13568, 11262, 10171, 7294, 12455, 14593, 9252, 13091, 16246, 13079, 11579, 9153, 13447, 9344, 10920, 17195, 12434, 13078, 8048, 12626, 7713, 11888, 13192, 10284, 16173, 9031, 13222, 9569, 12385, 10509, 15989, 14544, 11321, 16939, 11033, 11463, 16537, 8809, 11259, 16082, 7911, 11972, 13195, 8615, 13113, 8284, 10175, 8084, 9837, 14187, 8399, 12966, 9089, 11247, 7554, 11956, 15144, 9265, 13122, 13385, 9518, 13332, 8330, 12903, 10069, 10348, 9855, 10203, 9284, 11137, 14163, 11066, 11450, 16008, 11324, 12346, 16414, 8819, 13542, 9289, 10736, 8201, 10469, 13853, 8161, 11583, 16258, 12681, 11933, 8086, 12306, 14384, 9002, 12860, 9251, 9633, 7662, 10464, 9165, 10888, 13901, 9697, 13208, 7777, 12915, 9055, 13556, 15271, 12175, 16669, 8697, 13061, 15144, 9217, 13458, 8750, 10907, 7496, 11708, 14106, 8523, 13051, 9266, 10015, 13477, 8621, 13315, 8501, 11642, 14341, 10029, 12964, 7619, 11414, 14108, 9589, 13069, 9861, 9588, 7640, 11563, 8708, 11784, 8271, 12705, 8396, 13504, 14856, 12563, 11371, 11252, 15589, 9646, 12725, 16240, 14880, 13432, 7864, 12513, 11253, 9164, 13930, 8438, 11427, 7573, 10305, 14116, 8087, 11743, 7810, 11298, 7386, 11738, 14666, 8812, 13254, 12208, 10212, 14479, 9457, 13896, 14883, 9760, 14615, 9494, 11054, 9234, 9489, 13676, 7252, 12304, 10720, 9549, 7068, 11429, 13953, 7631, 12789, 14497, 9446, 12859, 7696, 11176, 14104, 9396, 12663, 11133, 9543, 14178, 8068, 12349, 14434, 9975, 12866, 7536, 12233, 14604, 9237, 13592, 8739, 11457, 11854, 9868, 14570, 9313, 12823, 8390, 12870, 7992, 12912, 13021, 10017, 14377, 9492, 11937, 7763, 12696, 14913, 10445, 13977, 15064, 9412, 9424, 9854, 14251, 11489, 10883, 15522, 9707, 13988, 8081, 11564, 13311, 9699, 13073, 8019, 13003, 10778, 9885, 14602, 9673, 11490, 8511, 9856, 13916, 8783, 10746, 16128, 9674, 11664, 13779, 8632, 13157, 7528, 10844, 11350, 8965, 7383, 10791, 13830, 7558, 12441, 11698, 9108, 14482, 7693, 13071, 13599, 9369, 14122, 8996, 11356, 11716, 9444, 14342, 7982, 12542, 12782, 9884, 8604, 10463, 14025, 10451, 11373, 16577, 8669, 12688, 7061, 11050, 13896, 8653, 11358, 15741, 8480, 12909, 8268, 9577, 14196, 8463, 11777, 7397, 10429, 14117, 8689, 13318, 8519, 12186, 7467, 13075, 13987, 9269, 14006, 8716, 11699, 10574, 9972, 14084, 7633, 11760, 15851, 12630, 12230, 7264, 12035, 13556, 9017, 12758, 7338, 11298, 7455, 10334, 14343, 8455, 12321, 14563, 9020, 12713, 7304, 11904, 12076, 9284, 13784, 8040, 11593, 7789, 9813, 14258, 8589, 13051, 7948, 10895, 9995, 9471, 13974, 7780, 12621, 11129, 9259, 13739, 8012, 12650, 8817, 10395, 14785, 8806, 13045, 7908, 12681, 7673, 13084, 8857, 13258, 7358, 11569, 8351, 14002, 15455, 14222, 15108, 9093, 12353, 14923, 9089, 12734, 10278, 9218, 13896, 8040, 12351, 7983, 10227, 13917, 8429, 12224, 6952, 11496, 14080, 9062, 13310, 8067, 12427, 7836, 10810, 14461, 9112, 12063, 8324, 10512, 14548, 8444, 13426, 9672, 10105, 8094, 10473, 14029, 7498, 12380, 9366, 9766, 8338, 9638, 13824, 7818, 11794, 12983, 9524, 15193, 7776, 12933, 16383, 13650, 15255, 10166, 9379, 13446, 7142, 11678, 16029, 9321, 11660, 14699, 7989, 12828, 10826, 9309, 13301, 7126, 12310, 14301, 8641, 12830, 8110, 12619, 6779, 12034, 8763, 13912, 15004, 12492, 14706, 12124, 9485, 9607, 10192, 13759, 7688, 10868, 9858, 13875, 15066, 13143, 16124, 12801, 11902, 15513, 13711, 17888, 13790, 17025, 15139, 15390, 9320, 7526, 12582, 10523, 7194, 12403, 9898, 8752, 13915, 9887, 15142, 11484, 11259, 14057, 12146, 11504, 13067, 13632, 16936, 14265, 16608, 9934, 9808, 11660, 14346, 10395, 7811, 11873, 7524, 12609, 8853, 11929, 8100, 12337, 7654, 11964, 7990, 13999, 8027, 13832, 9966, 7735, 13394, 9828, 14648, 12481, 14548, 9317, 12690, 11577, 11415, 9281, 12185, 16211, 9140, 14048, 9041, 13513, 8800, 10119, 9274, 13150, 7239, 12121, 14856, 9481, 11732, 7568, 12875, 12603, 9294, 13710, 8178, 10887, 7397, 12385, 6864, 12954, 7387, 13055, 7807, 13127, 14580, 11271, 13597, 14400, 10237, 10703, 9199, 12877, 8096, 10438, 15531, 8650, 11831, 7214, 10785, 13956, 8384, 12532, 7333, 10093, 7247, 11177, 6987, 12673, 14578, 9547, 7762], 'WindowCenter': [4272.0, 4233.0, 4210.0, 4245.0, 4215.0, 4216.0, 4180.0, 4192.0, 4221.0, 4180.0, 4210.0, 4168.0, 4189.0, 4178.0, 4180.0, 4199.0, 4167.0, 4188.0, 4157.0, 4176.0, 4199.0, 4181.0, 4189.0, 4157.0, 4179.0, 4199.0, 4168.0, 4190.0, 4168.0, 4180.0, 4189.0, 4182.0, 4199.0, 4160.0, 4202.0, 4201.0, 4194.0, 4213.0, 4184.0, 4218.0, 4203.0, 4181.0, 4154.0, 4197.0, 4144.0, 4196.0, 4190.0, 4252.0, 4191.0, 4220.0, 4218.0, 4205.0, 4240.0, 4253.0, 4206.0, 4225.0, 4223.0, 4200.0, 4214.0, 4206.0, 4187.0, 4212.0, 4179.0, 4225.0, 4215.0, 4236.0, 4226.0, 4250.0, 4227.0, 4192.0, 4237.0, 4225.0, 4227.0, 4220.0, 4180.0, 4197.0, 4179.0, 4211.0, 4170.0, 4211.0, 4220.0, 4178.0, 4197.0, 4178.0, 4197.0, 4164.0, 4176.0, 4193.0, 4176.0, 4186.0, 4170.0, 4200.0, 4176.0, 4198.0, 4221.0, 4192.0, 4223.0, 4207.0, 4214.0, 4196.0, 4225.0, 4194.0, 4216.0, 4218.0, 4191.0, 4199.0, 4210.0, 4177.0, 4211.0, 4177.0, 4178.0, 4197.0, 4167.0, 4188.0, 4197.0, 4188.0, 4198.0, 4168.0, 4199.0, 4188.0, 4190.0, 4207.0, 4194.0, 4213.0, 4184.0, 4214.0, 4177.0, 4215.0, 4207.0, 4240.0, 4199.0, 4241.0, 4224.0, 4185.0, 4225.0, 4236.0, 4206.0, 4215.0, 4207.0, 4227.0, 4200.0, 4213.0, 4231.0, 4215.0, 4215.0, 4197.0, 4226.0, 4186.0, 4227.0, 4198.0, 4228.0, 4193.0, 4222.0, 4207.0, 4237.0, 4238.0, 4223.0, 4220.0, 4208.0, 4167.0, 4195.0, 4174.0, 4177.0, 4192.0, 4154.0, 4182.0, 4168.0, 4195.0, 4157.0, 4190.0, 4209.0, 4180.0, 4208.0, 4172.0, 4213.0, 4221.0, 4181.0, 4211.0, 4190.0, 4192.0, 4211.0, 4182.0, 4201.0, 4180.0, 4203.0, 4233.0, 4205.0, 4214.0, 4206.0, 4225.0, 4194.0, 4227.0, 4207.0, 4228.0, 4184.0, 4223.0, 4208.0, 4240.0, 4240.0, 4248.0, 4238.0, 4178.0, 4238.0, 4225.0, 4212.0, 4171.0, 4214.0, 4220.0, 4171.0, 4226.0, 4199.0, 4202.0, 4192.0, 4218.0, 4193.0, 4239.0, 4209.0, 4228.0, 4226.0, 4218.0, 4230.0, 4214.0, 4214.0, 4222.0, 4210.0, 4207.0, 4155.0, 4187.0, 4144.0, 4186.0, 4195.0, 4165.0, 4199.0, 4166.0, 4178.0, 4198.0, 4157.0, 4199.0, 4197.0, 4167.0, 4198.0, 4169.0, 4202.0, 4190.0, 4192.0, 4223.0, 4181.0, 4224.0, 4207.0, 4227.0, 4207.0, 4240.0, 4212.0, 4207.0, 4237.0, 4205.0, 4217.0, 4185.0, 4241.0, 4234.0, 4196.0, 4227.0, 4217.0, 4203.0, 4184.0, 4237.0, 4236.0, 4197.0, 4228.0, 4238.0, 4224.0, 4212.0, 4207.0, 4229.0, 4190.0, 4202.0, 4248.0, 4227.0, 4221.0, 4185.0, 4228.0, 4184.0, 4227.0, 4228.0, 4206.0, 4243.0, 4194.0, 4225.0, 4194.0, 4215.0, 4217.0, 4239.0, 4221.0, 4204.0, 4223.0, 4188.0, 4188.0, 4217.0, 4166.0, 4185.0, 4203.0, 4152.0, 4197.0, 4195.0, 4166.0, 4197.0, 4166.0, 4187.0, 4168.0, 4192.0, 4220.0, 4181.0, 4212.0, 4189.0, 4214.0, 4185.0, 4228.0, 4237.0, 4207.0, 4239.0, 4227.0, 4195.0, 4221.0, 4196.0, 4225.0, 4205.0, 4206.0, 4206.0, 4218.0, 4204.0, 4230.0, 4240.0, 4216.0, 4218.0, 4236.0, 4213.0, 4224.0, 4235.0, 4192.0, 4224.0, 4194.0, 4200.0, 4182.0, 4202.0, 4222.0, 4171.0, 4203.0, 4229.0, 4211.0, 4198.0, 4183.0, 4215.0, 4219.0, 4182.0, 4213.0, 4192.0, 4189.0, 4171.0, 4203.0, 4190.0, 4213.0, 4237.0, 4207.0, 4225.0, 4185.0, 4225.0, 4206.0, 4237.0, 4236.0, 4215.0, 4235.0, 4184.0, 4225.0, 4219.0, 4180.0, 4209.0, 4178.0, 4199.0, 4172.0, 4215.0, 4219.0, 4180.0, 4213.0, 4192.0, 4204.0, 4223.0, 4194.0, 4224.0, 4183.0, 4215.0, 4220.0, 4204.0, 4212.0, 4172.0, 4214.0, 4219.0, 4205.0, 4222.0, 4193.0, 4193.0, 4184.0, 4216.0, 4197.0, 4241.0, 4199.0, 4241.0, 4211.0, 4243.0, 4240.0, 4230.0, 4218.0, 4219.0, 4236.0, 4191.0, 4212.0, 4233.0, 4225.0, 4209.0, 4184.0, 4213.0, 4201.0, 4192.0, 4221.0, 4183.0, 4202.0, 4170.0, 4203.0, 4223.0, 4171.0, 4213.0, 4173.0, 4214.0, 4174.0, 4228.0, 4235.0, 4194.0, 4225.0, 4214.0, 4204.0, 4224.0, 4193.0, 4225.0, 4221.0, 4188.0, 4222.0, 4179.0, 4191.0, 4179.0, 4191.0, 4210.0, 4170.0, 4212.0, 4202.0, 4191.0, 4172.0, 4213.0, 4221.0, 4172.0, 4214.0, 4222.0, 4191.0, 4211.0, 4169.0, 4201.0, 4206.0, 4180.0, 4209.0, 4199.0, 4190.0, 4210.0, 4169.0, 4212.0, 4221.0, 4192.0, 4211.0, 4169.0, 4213.0, 4221.0, 4192.0, 4223.0, 4181.0, 4211.0, 4212.0, 4204.0, 4224.0, 4193.0, 4222.0, 4185.0, 4227.0, 4194.0, 4240.0, 4227.0, 4207.0, 4235.0, 4204.0, 4214.0, 4197.0, 4240.0, 4234.0, 4217.0, 4252.0, 4238.0, 4193.0, 4191.0, 4206.0, 4237.0, 4214.0, 4205.0, 4236.0, 4203.0, 4225.0, 4171.0, 4214.0, 4224.0, 4194.0, 4219.0, 4185.0, 4224.0, 4202.0, 4193.0, 4225.0, 4192.0, 4202.0, 4180.0, 4193.0, 4214.0, 4169.0, 4202.0, 4220.0, 4188.0, 4200.0, 4209.0, 4180.0, 4210.0, 4168.0, 4203.0, 4201.0, 4181.0, 4173.0, 4216.0, 4225.0, 4184.0, 4226.0, 4216.0, 4196.0, 4221.0, 4185.0, 4227.0, 4225.0, 4196.0, 4226.0, 4183.0, 4204.0, 4213.0, 4193.0, 4221.0, 4182.0, 4215.0, 4214.0, 4194.0, 4194.0, 4216.0, 4225.0, 4199.0, 4204.0, 4233.0, 4182.0, 4210.0, 4160.0, 4202.0, 4212.0, 4181.0, 4202.0, 4221.0, 4181.0, 4211.0, 4180.0, 4192.0, 4219.0, 4178.0, 4202.0, 4184.0, 4204.0, 4219.0, 4194.0, 4223.0, 4195.0, 4212.0, 4187.0, 4230.0, 4221.0, 4192.0, 4223.0, 4183.0, 4214.0, 4202.0, 4191.0, 4223.0, 4170.0, 4213.0, 4223.0, 4212.0, 4202.0, 4170.0, 4213.0, 4211.0, 4181.0, 4210.0, 4171.0, 4199.0, 4170.0, 4203.0, 4220.0, 4181.0, 4211.0, 4221.0, 4182.0, 4212.0, 4170.0, 4212.0, 4211.0, 4189.0, 4222.0, 4183.0, 4203.0, 4172.0, 4203.0, 4223.0, 4194.0, 4223.0, 4183.0, 4204.0, 4193.0, 4194.0, 4221.0, 4173.0, 4212.0, 4204.0, 4192.0, 4223.0, 4183.0, 4214.0, 4193.0, 4204.0, 4234.0, 4196.0, 4224.0, 4185.0, 4225.0, 4184.0, 4227.0, 4209.0, 4237.0, 4176.0, 4216.0, 4198.0, 4238.0, 4239.0, 4227.0, 4223.0, 4182.0, 4214.0, 4212.0, 4181.0, 4215.0, 4192.0, 4182.0, 4209.0, 4167.0, 4200.0, 4171.0, 4204.0, 4223.0, 4183.0, 4214.0, 4173.0, 4215.0, 4223.0, 4194.0, 4223.0, 4184.0, 4226.0, 4183.0, 4205.0, 4225.0, 4193.0, 4215.0, 4183.0, 4203.0, 4224.0, 4184.0, 4224.0, 4193.0, 4204.0, 4183.0, 4216.0, 4226.0, 4172.0, 4214.0, 4195.0, 4206.0, 4193.0, 4220.0, 4240.0, 4186.0, 4227.0, 4240.0, 4220.0, 4250.0, 4188.0, 4227.0, 4236.0, 4227.0, 4239.0, 4204.0, 4195.0, 4212.0, 4161.0, 4214.0, 4232.0, 4192.0, 4203.0, 4221.0, 4181.0, 4213.0, 4202.0, 4193.0, 4222.0, 4173.0, 4214.0, 4223.0, 4194.0, 4224.0, 4194.0, 4227.0, 4175.0, 4227.0, 4208.0, 4254.0, 4240.0, 4229.0, 4227.0, 4213.0, 4194.0, 4194.0, 4206.0, 4223.0, 4184.0, 4215.0, 4206.0, 4238.0, 4235.0, 4214.0, 4224.0, 4208.0, 4219.0, 4225.0, 4211.0, 4203.0, 4155.0, 4150.0, 4162.0, 4207.0, 4201.0, 4174.0, 4197.0, 4191.0, 4175.0, 4228.0, 4221.0, 4209.0, 4242.0, 4220.0, 4230.0, 4207.0, 4193.0, 4202.0, 4201.0, 4190.0, 4199.0, 4200.0, 4211.0, 4200.0, 4208.0, 4165.0, 4165.0, 4186.0, 4197.0, 4166.0, 4155.0, 4188.0, 4158.0, 4200.0, 4169.0, 4202.0, 4170.0, 4213.0, 4173.0, 4214.0, 4186.0, 4239.0, 4188.0, 4234.0, 4209.0, 4201.0, 4238.0, 4221.0, 4254.0, 4231.0, 4229.0, 4197.0, 4216.0, 4203.0, 4203.0, 4194.0, 4216.0, 4235.0, 4192.0, 4223.0, 4192.0, 4222.0, 4197.0, 4206.0, 4210.0, 4228.0, 4173.0, 4212.0, 4213.0, 4182.0, 4201.0, 4182.0, 4226.0, 4212.0, 4194.0, 4213.0, 4180.0, 4200.0, 4185.0, 4226.0, 4176.0, 4240.0, 4201.0, 4240.0, 4201.0, 4242.0, 4238.0, 4206.0, 4227.0, 4213.0, 4192.0, 4192.0, 4193.0, 4214.0, 4169.0, 4191.0, 4210.0, 4170.0, 4190.0, 4158.0, 4201.0, 4210.0, 4170.0, 4201.0, 4160.0, 4203.0, 4173.0, 4215.0, 4188.0, 4239.0, 4239.0, 4208.0, 4188.0], 'WindowWidth': [9452.0, 9380.0, 9342.0, 9390.0, 9339.0, 9342.0, 9286.0, 9302.0, 9344.0, 9283.0, 9324.0, 9263.0, 9293.0, 9278.0, 9281.0, 9309.0, 9264.0, 9291.0, 9247.0, 9275.0, 9307.0, 9283.0, 9291.0, 9248.0, 9281.0, 9307.0, 9267.0, 9295.0, 9264.0, 9283.0, 9294.0, 9289.0, 9310.0, 9258.0, 9317.0, 9315.0, 9310.0, 9334.0, 9297.0, 9351.0, 9320.0, 9288.0, 9239.0, 9302.0, 9231.0, 9303.0, 9298.0, 9408.0, 9309.0, 9345.0, 9351.0, 9335.0, 9385.0, 9409.0, 9333.0, 9358.0, 9354.0, 9320.0, 9340.0, 9330.0, 9292.0, 9329.0, 9285.0, 9355.0, 9344.0, 9378.0, 9359.0, 9397.0, 9361.0, 9306.0, 9375.0, 9356.0, 9361.0, 9340.0, 9283.0, 9302.0, 9283.0, 9328.0, 9273.0, 9328.0, 9342.0, 9279.0, 9303.0, 9281.0, 9304.0, 9255.0, 9274.0, 9295.0, 9273.0, 9287.0, 9272.0, 9313.0, 9276.0, 9311.0, 9345.0, 9306.0, 9351.0, 9337.0, 9341.0, 9319.0, 9357.0, 9312.0, 9343.0, 9343.0, 9303.0, 9314.0, 9328.0, 9279.0, 9330.0, 9278.0, 9280.0, 9306.0, 9265.0, 9294.0, 9303.0, 9293.0, 9307.0, 9268.0, 9310.0, 9294.0, 9299.0, 9323.0, 9311.0, 9336.0, 9298.0, 9337.0, 9285.0, 9342.0, 9335.0, 9383.0, 9329.0, 9385.0, 9357.0, 9302.0, 9356.0, 9375.0, 9329.0, 9340.0, 9334.0, 9362.0, 9317.0, 9339.0, 9364.0, 9340.0, 9341.0, 9320.0, 9358.0, 9305.0, 9361.0, 9324.0, 9366.0, 9311.0, 9350.0, 9334.0, 9380.0, 9383.0, 9351.0, 9344.0, 9320.0, 9261.0, 9299.0, 9268.0, 9274.0, 9292.0, 9242.0, 9278.0, 9268.0, 9300.0, 9253.0, 9301.0, 9324.0, 9287.0, 9324.0, 9282.0, 9336.0, 9343.0, 9289.0, 9329.0, 9297.0, 9304.0, 9330.0, 9292.0, 9317.0, 9286.0, 9322.0, 9364.0, 9327.0, 9339.0, 9333.0, 9358.0, 9315.0, 9361.0, 9336.0, 9365.0, 9301.0, 9352.0, 9339.0, 9385.0, 9388.0, 9397.0, 9379.0, 9276.0, 9382.0, 9357.0, 9334.0, 9277.0, 9337.0, 9343.0, 9273.0, 9352.0, 9311.0, 9319.0, 9308.0, 9346.0, 9314.0, 9380.0, 9335.0, 9360.0, 9356.0, 9347.0, 9372.0, 9334.0, 9333.0, 9348.0, 9324.0, 9314.0, 9244.0, 9288.0, 9227.0, 9285.0, 9296.0, 9257.0, 9304.0, 9258.0, 9275.0, 9303.0, 9250.0, 9306.0, 9300.0, 9263.0, 9305.0, 9267.0, 9314.0, 9297.0, 9303.0, 9344.0, 9289.0, 9349.0, 9332.0, 9359.0, 9337.0, 9383.0, 9334.0, 9330.0, 9375.0, 9326.0, 9343.0, 9304.0, 9382.0, 9369.0, 9316.0, 9360.0, 9346.0, 9324.0, 9303.0, 9376.0, 9376.0, 9316.0, 9362.0, 9379.0, 9353.0, 9335.0, 9333.0, 9363.0, 9302.0, 9321.0, 9391.0, 9357.0, 9345.0, 9301.0, 9358.0, 9297.0, 9358.0, 9363.0, 9329.0, 9383.0, 9312.0, 9354.0, 9310.0, 9339.0, 9346.0, 9385.0, 9345.0, 9321.0, 9350.0, 9290.0, 9292.0, 9334.0, 9259.0, 9284.0, 9308.0, 9237.0, 9302.0, 9296.0, 9258.0, 9301.0, 9260.0, 9290.0, 9267.0, 9303.0, 9340.0, 9289.0, 9331.0, 9300.0, 9337.0, 9301.0, 9361.0, 9375.0, 9332.0, 9378.0, 9358.0, 9311.0, 9345.0, 9315.0, 9356.0, 9328.0, 9330.0, 9330.0, 9348.0, 9329.0, 9368.0, 9384.0, 9344.0, 9347.0, 9377.0, 9338.0, 9354.0, 9370.0, 9306.0, 9352.0, 9307.0, 9315.0, 9291.0, 9321.0, 9351.0, 9275.0, 9321.0, 9358.0, 9329.0, 9308.0, 9295.0, 9340.0, 9343.0, 9291.0, 9333.0, 9305.0, 9298.0, 9275.0, 9321.0, 9303.0, 9338.0, 9374.0, 9332.0, 9356.0, 9301.0, 9352.0, 9335.0, 9377.0, 9370.0, 9340.0, 9370.0, 9296.0, 9354.0, 9339.0, 9285.0, 9326.0, 9282.0, 9310.0, 9279.0, 9341.0, 9339.0, 9288.0, 9334.0, 9303.0, 9323.0, 9349.0, 9311.0, 9351.0, 9294.0, 9340.0, 9343.0, 9323.0, 9333.0, 9278.0, 9338.0, 9341.0, 9328.0, 9347.0, 9306.0, 9306.0, 9298.0, 9343.0, 9321.0, 9386.0, 9327.0, 9384.0, 9346.0, 9392.0, 9384.0, 9368.0, 9348.0, 9350.0, 9377.0, 9303.0, 9332.0, 9369.0, 9352.0, 9326.0, 9297.0, 9334.0, 9315.0, 9303.0, 9344.0, 9292.0, 9316.0, 9272.0, 9319.0, 9347.0, 9274.0, 9332.0, 9280.0, 9337.0, 9285.0, 9361.0, 9369.0, 9311.0, 9354.0, 9337.0, 9321.0, 9351.0, 9308.0, 9352.0, 9342.0, 9293.0, 9346.0, 9282.0, 9298.0, 9281.0, 9302.0, 9326.0, 9272.0, 9332.0, 9316.0, 9302.0, 9279.0, 9337.0, 9346.0, 9278.0, 9335.0, 9346.0, 9301.0, 9328.0, 9268.0, 9314.0, 9317.0, 9285.0, 9325.0, 9309.0, 9298.0, 9325.0, 9269.0, 9330.0, 9344.0, 9304.0, 9329.0, 9273.0, 9334.0, 9344.0, 9305.0, 9349.0, 9289.0, 9329.0, 9331.0, 9323.0, 9351.0, 9307.0, 9348.0, 9301.0, 9358.0, 9319.0, 9382.0, 9360.0, 9332.0, 9371.0, 9325.0, 9338.0, 9322.0, 9381.0, 9372.0, 9346.0, 9404.0, 9378.0, 9309.0, 9306.0, 9330.0, 9374.0, 9336.0, 9327.0, 9372.0, 9323.0, 9355.0, 9276.0, 9335.0, 9351.0, 9310.0, 9343.0, 9301.0, 9353.0, 9318.0, 9307.0, 9356.0, 9304.0, 9318.0, 9285.0, 9307.0, 9337.0, 9267.0, 9315.0, 9342.0, 9295.0, 9312.0, 9322.0, 9285.0, 9325.0, 9267.0, 9321.0, 9316.0, 9289.0, 9283.0, 9345.0, 9356.0, 9299.0, 9357.0, 9344.0, 9316.0, 9348.0, 9301.0, 9359.0, 9355.0, 9316.0, 9359.0, 9294.0, 9322.0, 9334.0, 9308.0, 9347.0, 9292.0, 9338.0, 9336.0, 9308.0, 9309.0, 9342.0, 9357.0, 9312.0, 9322.0, 9366.0, 9290.0, 9328.0, 9259.0, 9319.0, 9332.0, 9288.0, 9318.0, 9343.0, 9288.0, 9328.0, 9284.0, 9303.0, 9339.0, 9284.0, 9316.0, 9297.0, 9325.0, 9339.0, 9310.0, 9349.0, 9314.0, 9335.0, 9307.0, 9366.0, 9349.0, 9307.0, 9351.0, 9295.0, 9336.0, 9317.0, 9303.0, 9349.0, 9272.0, 9333.0, 9351.0, 9331.0, 9316.0, 9275.0, 9334.0, 9332.0, 9289.0, 9326.0, 9276.0, 9310.0, 9273.0, 9319.0, 9341.0, 9289.0, 9329.0, 9344.0, 9289.0, 9330.0, 9271.0, 9331.0, 9327.0, 9300.0, 9348.0, 9294.0, 9320.0, 9278.0, 9322.0, 9348.0, 9310.0, 9349.0, 9293.0, 9323.0, 9307.0, 9310.0, 9344.0, 9281.0, 9334.0, 9323.0, 9306.0, 9347.0, 9295.0, 9336.0, 9306.0, 9325.0, 9366.0, 9315.0, 9350.0, 9301.0, 9354.0, 9301.0, 9359.0, 9339.0, 9375.0, 9289.0, 9343.0, 9323.0, 9380.0, 9384.0, 9361.0, 9351.0, 9290.0, 9334.0, 9334.0, 9286.0, 9340.0, 9303.0, 9290.0, 9323.0, 9267.0, 9312.0, 9276.0, 9325.0, 9349.0, 9295.0, 9337.0, 9283.0, 9339.0, 9349.0, 9310.0, 9349.0, 9298.0, 9355.0, 9296.0, 9327.0, 9355.0, 9308.0, 9339.0, 9295.0, 9324.0, 9353.0, 9298.0, 9351.0, 9309.0, 9322.0, 9296.0, 9344.0, 9357.0, 9279.0, 9337.0, 9315.0, 9330.0, 9314.0, 9357.0, 9384.0, 9306.0, 9362.0, 9383.0, 9357.0, 9398.0, 9310.0, 9363.0, 9378.0, 9359.0, 9378.0, 9323.0, 9313.0, 9333.0, 9263.0, 9336.0, 9365.0, 9305.0, 9319.0, 9345.0, 9290.0, 9334.0, 9318.0, 9308.0, 9346.0, 9282.0, 9338.0, 9349.0, 9311.0, 9352.0, 9314.0, 9359.0, 9291.0, 9361.0, 9342.0, 9408.0, 9388.0, 9364.0, 9359.0, 9334.0, 9310.0, 9310.0, 9328.0, 9352.0, 9298.0, 9339.0, 9332.0, 9379.0, 9370.0, 9336.0, 9349.0, 9320.0, 9352.0, 9359.0, 9329.0, 9310.0, 9224.0, 9226.0, 9242.0, 9325.0, 9334.0, 9282.0, 9305.0, 9298.0, 9285.0, 9364.0, 9358.0, 9339.0, 9386.0, 9353.0, 9363.0, 9328.0, 9299.0, 9312.0, 9310.0, 9289.0, 9306.0, 9308.0, 9322.0, 9306.0, 9317.0, 9251.0, 9252.0, 9282.0, 9300.0, 9253.0, 9240.0, 9287.0, 9248.0, 9308.0, 9264.0, 9313.0, 9269.0, 9328.0, 9277.0, 9332.0, 9299.0, 9376.0, 9307.0, 9366.0, 9336.0, 9331.0, 9378.0, 9357.0, 9405.0, 9368.0, 9363.0, 9315.0, 9339.0, 9316.0, 9315.0, 9306.0, 9337.0, 9368.0, 9303.0, 9346.0, 9305.0, 9346.0, 9316.0, 9326.0, 9340.0, 9360.0, 9277.0, 9328.0, 9332.0, 9286.0, 9311.0, 9291.0, 9354.0, 9330.0, 9308.0, 9333.0, 9284.0, 9312.0, 9297.0, 9354.0, 9291.0, 9379.0, 9331.0, 9380.0, 9328.0, 9384.0, 9377.0, 9327.0, 9357.0, 9331.0, 9299.0, 9302.0, 9305.0, 9334.0, 9267.0, 9296.0, 9325.0, 9267.0, 9293.0, 9251.0, 9313.0, 9324.0, 9271.0, 9311.0, 9258.0, 9318.0, 9283.0, 9340.0, 9307.0, 9380.0, 9380.0, 9333.0, 9308.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.005614441887226697</td></tr>
<tr><td colspan=3>aqi</td><td>0.041651849021864217</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.532307914884775</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2956947125115215</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0492285728917055</td></tr>
<tr><td colspan=3>efc</td><td>0.5057</td></tr>
<tr><td colspan=3>fber</td><td>5299.6143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16612896155056295</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.463751438434983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4042438408305657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3050609450430644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.590663210961049</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317007366487585</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01574089378118515</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04222483187913895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.453553410245055</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>16.6159</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4971</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.3941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>989.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.2414</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6944</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>442.5381</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3397.829</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.887</td></tr>
<tr><td colspan=3>tsnr</td><td>32.92573855444789</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>