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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-01/func/sub-0133_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d184f245558be5398b15f470e981bdc9</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>19:48:17.142500</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.998446, 0.0428515, -0.0356304, -0.042371, 0.999002, 0.0141341]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105059</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7792, -7226, 203, -129, -84, 24, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>277.601</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d7d57c9-58db-4823-8296-236c534b15e2||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.678757429122925, -0.1136782318353653, -0.09774124622344971, 119.00777435302734], [-0.11496744304895401, 2.6802492141723633, 0.034026723355054855, -90.63561248779297], [-0.0955936387181282, -0.037920888513326645, 2.6980156898498535, -57.229801177978516], [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': ['194817.142500', '194817.602500', '194818.062500', '194818.522500', '194818.982500', '194819.442500', '194819.902500', '194820.362500', '194820.822500', '194821.282500', '194821.742500', '194822.202500', '194822.662500', '194823.122500', '194823.582500', '194824.042500', '194824.502500', '194824.962500', '194825.422500', '194825.882500', '194826.342500', '194826.802500', '194827.262500', '194827.722500', '194828.182500', '194828.642500', '194829.102500', '194829.562500', '194830.022500', '194830.482500', '194830.942500', '194831.402500', '194831.862500', '194832.322500', '194832.782500', '194833.242500', '194833.702500', '194834.162500', '194834.622500', '194835.082500', '194835.542500', '194836.002500', '194836.462500', '194836.922500', '194837.382500', '194837.842500', '194838.302500', '194838.762500', '194839.222500', '194839.682500', '194840.142500', '194840.602500', '194841.062500', '194841.522500', '194841.982500', '194842.442500', '194842.902500', '194843.362500', '194843.822500', '194844.282500', '194844.742500', '194845.202500', '194845.662500', '194846.122500', '194846.582500', '194847.042500', '194847.502500', '194847.962500', '194848.422500', '194848.882500', '194849.342500', '194849.802500', '194850.262500', '194850.722500', '194851.182500', '194851.642500', '194852.102500', '194852.562500', '194853.022500', '194853.482500', '194853.942500', '194854.402500', '194854.862500', '194855.322500', '194855.782500', '194856.242500', '194856.702500', '194857.162500', '194857.622500', '194858.082500', '194858.542500', '194859.002500', '194859.462500', '194859.922500', '194900.382500', '194900.842500', '194901.302500', '194901.762500', '194902.222500', '194902.682500', '194903.142500', '194903.602500', '194904.062500', '194904.522500', '194904.982500', '194905.442500', '194905.902500', '194906.362500', '194906.822500', '194907.282500', '194907.742500', '194908.202500', '194908.662500', '194909.122500', '194909.582500', '194910.042500', '194910.502500', '194910.962500', '194911.422500', '194911.882500', '194912.342500', '194912.802500', '194913.262500', '194913.722500', '194914.182500', '194914.642500', '194915.102500', '194915.562500', '194916.022500', '194916.482500', '194916.942500', '194917.402500', '194917.862500', '194918.322500', '194918.782500', '194919.242500', '194919.702500', '194920.162500', '194920.622500', '194921.082500', '194921.542500', '194922.002500', '194922.462500', '194922.922500', '194923.382500', '194923.842500', '194924.302500', '194924.762500', '194925.222500', '194925.682500', '194926.142500', '194926.602500', '194927.062500', '194927.522500', '194927.982500', '194928.442500', '194928.902500', '194929.362500', '194929.822500', '194930.282500', '194930.742500', '194931.202500', '194931.662500', '194932.122500', '194932.582500', '194933.042500', '194933.502500', '194933.962500', '194934.422500', '194934.882500', '194935.342500', '194935.802500', '194936.262500', '194936.722500', '194937.182500', '194937.642500', '194938.102500', '194938.562500', '194939.022500', '194939.482500', '194939.942500', '194940.402500', '194940.862500', '194941.322500', '194941.782500', '194942.242500', '194942.702500', '194943.162500', '194943.622500', '194944.082500', '194944.542500', '194945.002500', '194945.462500', '194945.922500', '194946.382500', '194946.842500', '194947.302500', '194947.762500', '194948.222500', '194948.682500', '194949.142500', '194949.602500', '194950.062500', '194950.522500', '194950.982500', '194951.442500', '194951.902500', '194952.362500', '194952.822500', '194953.282500', '194953.742500', '194954.202500', '194954.662500', '194955.122500', '194955.582500', '194956.042500', '194956.502500', '194956.962500', '194957.422500', '194957.882500', '194958.342500', '194958.802500', '194959.262500', '194959.722500', '195000.182500', '195000.642500', '195001.102500', '195001.562500', '195002.022500', '195002.482500', '195002.942500', '195003.402500', '195003.862500', '195004.322500', '195004.782500', '195005.242500', '195005.702500', '195006.162500', '195006.622500', '195007.082500', '195007.542500', '195008.002500', '195008.462500', '195008.922500', '195009.382500', '195009.842500', '195010.302500', '195010.762500', '195011.222500', '195011.682500', '195012.142500', '195012.602500', '195013.062500', '195013.522500', '195013.982500', '195014.442500', '195014.902500', '195015.362500', '195015.822500', '195016.282500', '195016.742500', '195017.202500', '195017.662500', '195018.122500', '195018.582500', '195019.042500', '195019.502500', '195019.962500', '195020.422500', '195020.882500', '195021.342500', '195021.802500', '195022.262500', '195022.722500', '195023.182500', '195023.642500', '195024.102500', '195024.562500', '195025.022500', '195025.482500', '195025.942500', '195026.402500', '195026.862500', '195027.322500', '195027.782500', '195028.242500', '195028.702500', '195029.162500', '195029.622500', '195030.082500', '195030.542500', '195031.002500', '195031.462500', '195031.922500', '195032.382500', '195032.842500', '195033.302500', '195033.762500', '195034.222500', '195034.682500', '195035.142500', '195035.602500', '195036.062500', '195036.522500', '195036.982500', '195037.442500', '195037.902500', '195038.362500', '195038.822500', '195039.282500', '195039.742500', '195040.202500', '195040.662500', '195041.122500', '195041.582500', '195042.042500', '195042.502500', '195042.962500', '195043.422500', '195043.882500', '195044.342500', '195044.802500', '195045.262500', '195045.722500', '195046.182500', '195046.642500', '195047.102500', '195047.562500', '195048.022500', '195048.482500', '195048.942500', '195049.402500', '195049.862500', '195050.322500', '195050.782500', '195051.242500', '195051.702500', '195052.162500', '195052.622500', '195053.082500', '195053.542500', '195054.002500', '195054.462500', '195054.922500', '195055.382500', '195055.842500', '195056.302500', '195056.762500', '195057.222500', '195057.682500', '195058.142500', '195058.602500', '195059.062500', '195059.522500', '195059.982500', '195100.442500', '195100.902500', '195101.362500', '195101.822500', '195102.282500', '195102.742500', '195103.202500', '195103.662500', '195104.122500', '195104.582500', '195105.042500', '195105.502500', '195105.962500', '195106.422500', '195106.882500', '195107.342500', '195107.802500', '195108.262500', '195108.722500', '195109.182500', '195109.642500', '195110.102500', '195110.562500', '195111.022500', '195111.482500', '195111.942500', '195112.402500', '195112.862500', '195113.322500', '195113.782500', '195114.242500', '195114.702500', '195115.162500', '195115.622500', '195116.082500', '195116.542500', '195117.002500', '195117.462500', '195117.922500', '195118.382500', '195118.842500', '195119.302500', '195119.762500', '195120.222500', '195120.682500', '195121.142500', '195121.602500', '195122.062500', '195122.522500', '195122.982500', '195123.442500', '195123.902500', '195124.362500', '195124.822500', '195125.282500', '195125.742500', '195126.202500', '195126.662500', '195127.122500', '195127.582500', '195128.042500', '195128.502500', '195128.962500', '195129.422500', '195129.882500', '195130.342500', '195130.802500', '195131.262500', '195131.722500', '195132.182500', '195132.642500', '195133.102500', '195133.562500', '195134.022500', '195134.482500', '195134.942500', '195135.402500', '195135.862500', '195136.322500', '195136.782500', '195137.242500', '195137.702500', '195138.162500', '195138.622500', '195139.082500', '195139.542500', '195140.002500', '195140.462500', '195140.922500', '195141.382500', '195141.842500', '195142.302500', '195142.762500', '195143.222500', '195143.682500', '195144.142500', '195144.602500', '195145.062500', '195145.522500', '195145.982500', '195146.442500', '195146.902500', '195147.362500', '195147.822500', '195148.282500', '195148.742500', '195149.202500', '195149.662500', '195150.122500', '195150.582500', '195151.042500', '195151.502500', '195151.962500', '195152.422500', '195152.882500', '195153.342500', '195153.802500', '195154.262500', '195154.722500', '195155.182500', '195155.642500', '195156.102500', '195156.562500', '195157.022500', '195157.482500', '195157.942500', '195158.402500', '195158.862500', '195159.322500', '195159.782500', '195200.242500', '195200.702500', '195201.162500', '195201.622500', '195202.082500', '195202.542500', '195203.002500', '195203.462500', '195203.922500', '195204.382500', '195204.842500', '195205.302500', '195205.762500', '195206.222500', '195206.682500', '195207.142500', '195207.602500', '195208.062500', '195208.522500', '195208.982500', '195209.442500', '195209.902500', '195210.362500', '195210.822500', '195211.282500', '195211.742500', '195212.202500', '195212.662500', '195213.122500', '195213.582500', '195214.042500', '195214.502500', '195214.962500', '195215.422500', '195215.882500', '195216.342500', '195216.802500', '195217.262500', '195217.722500', '195218.182500', '195218.642500', '195219.102500', '195219.562500', '195220.022500', '195220.482500', '195220.942500', '195221.402500', '195221.862500', '195222.322500', '195222.782500', '195223.242500', '195223.702500', '195224.162500', '195224.622500', '195225.082500', '195225.542500', '195226.002500', '195226.462500', '195226.922500', '195227.382500', '195227.842500', '195228.302500', '195228.762500', '195229.222500', '195229.682500', '195230.142500', '195230.602500', '195231.062500', '195231.522500', '195231.982500', '195232.442500', '195232.902500', '195233.362500', '195233.822500', '195234.282500', '195234.742500', '195235.202500', '195235.662500', '195236.122500', '195236.582500', '195237.042500', '195237.502500', '195237.962500', '195238.422500', '195238.882500', '195239.342500', '195239.802500', '195240.262500', '195240.722500', '195241.182500', '195241.642500', '195242.102500', '195242.562500', '195243.022500', '195243.482500', '195243.942500', '195244.402500', '195244.862500', '195245.322500', '195245.782500', '195246.242500', '195246.702500', '195247.162500', '195247.622500', '195248.082500', '195248.542500', '195249.002500', '195249.462500', '195249.922500', '195250.382500', '195250.842500', '195251.302500', '195251.762500', '195252.222500', '195252.682500', '195253.142500', '195253.602500', '195254.062500', '195254.522500', '195254.982500', '195255.442500', '195255.902500', '195256.362500', '195256.822500', '195257.282500', '195257.742500', '195258.202500', '195258.662500', '195259.122500', '195259.582500', '195300.042500', '195300.502500', '195300.962500', '195301.422500', '195301.882500', '195302.342500', '195302.802500', '195303.262500', '195303.722500', '195304.182500', '195304.642500', '195305.102500', '195305.562500', '195306.022500', '195306.482500', '195306.942500', '195307.402500', '195307.862500', '195308.322500', '195308.782500', '195309.242500', '195309.702500', '195310.162500', '195310.622500', '195311.082500', '195311.542500', '195312.002500', '195312.462500', '195312.922500', '195313.382500', '195313.842500', '195314.302500', '195314.762500', '195315.222500', '195315.682500', '195316.142500', '195316.602500', '195317.062500', '195317.522500', '195317.982500', '195318.442500', '195318.902500', '195319.362500', '195319.822500', '195320.282500', '195320.742500', '195321.202500', '195321.662500', '195322.122500', '195322.582500', '195323.042500', '195323.502500', '195323.962500', '195324.422500', '195324.882500', '195325.342500', '195325.802500', '195326.262500', '195326.722500', '195327.182500', '195327.642500', '195328.102500', '195328.562500', '195329.022500', '195329.482500', '195329.942500', '195330.402500', '195330.862500', '195331.322500', '195331.782500', '195332.242500', '195332.702500', '195333.162500', '195333.622500', '195334.082500', '195334.542500', '195335.002500', '195335.462500', '195335.922500', '195336.382500', '195336.842500', '195337.302500', '195337.762500', '195338.222500', '195338.682500', '195339.142500', '195339.602500', '195340.062500', '195340.522500', '195340.982500', '195341.442500', '195341.902500', '195342.362500', '195342.822500', '195343.282500', '195343.742500', '195344.202500', '195344.662500', '195345.122500', '195345.582500', '195346.042500', '195346.502500', '195346.962500', '195347.422500', '195347.882500', '195348.342500', '195348.802500', '195349.262500', '195349.722500', '195350.182500', '195350.642500', '195351.102500', '195351.562500', '195352.022500', '195352.482500', '195352.942500', '195353.402500', '195353.862500', '195354.322500', '195354.782500', '195355.242500', '195355.702500', '195356.162500', '195356.622500', '195357.082500', '195357.542500', '195358.002500', '195358.462500', '195358.922500', '195359.382500', '195359.842500', '195400.302500', '195400.762500', '195401.222500', '195401.682500', '195402.142500', '195402.602500', '195403.062500', '195403.522500', '195403.982500', '195404.442500', '195404.902500', '195405.362500', '195405.822500', '195406.282500', '195406.742500', '195407.202500', '195407.662500', '195408.122500', '195408.582500', '195409.042500', '195409.502500', '195409.962500', '195410.422500', '195410.882500', '195411.342500', '195411.802500', '195412.262500', '195412.722500', '195413.182500', '195413.642500', '195414.102500', '195414.562500', '195415.022500', '195415.482500', '195415.942500', '195416.402500', '195416.862500', '195417.322500', '195417.782500', '195418.242500', '195418.702500', '195419.162500', '195419.622500', '195420.082500', '195420.542500', '195421.002500', '195421.462500', '195421.922500', '195422.382500', '195422.842500', '195423.302500', '195423.762500', '195424.222500', '195424.682500', '195425.142500', '195425.602500', '195426.062500', '195426.522500', '195426.982500', '195427.442500', '195427.902500', '195428.362500', '195428.822500', '195429.282500', '195429.742500', '195430.202500', '195430.662500', '195431.122500', '195431.582500', '195432.042500', '195432.502500', '195432.962500', '195433.422500', '195433.882500', '195434.342500', '195434.802500', '195435.262500', '195435.722500', '195436.182500', '195436.642500', '195437.102500', '195437.562500', '195438.022500', '195438.482500', '195438.942500', '195439.402500', '195439.862500', '195440.322500', '195440.782500', '195441.242500', '195441.702500', '195442.162500', '195442.622500', '195443.082500', '195443.542500', '195444.002500', '195444.462500', '195444.922500', '195445.382500', '195445.842500', '195446.302500', '195446.762500', '195447.222500', '195447.682500', '195448.142500', '195448.602500', '195449.062500', '195449.522500', '195449.982500', '195450.442500', '195450.902500', '195451.362500', '195451.822500', '195452.282500', '195452.742500', '195453.202500', '195453.662500', '195454.122500', '195454.582500', '195455.042500', '195455.502500', '195455.962500', '195456.422500', '195456.882500', '195457.342500', '195457.802500'], 'ContentTime': ['194839.629000', '194839.633000', '194839.635000', '194839.638000', '194839.640000', '194839.643000', '194839.646000', '194839.648000', '194839.651000', '194839.653000', '194839.664000', '194839.667000', '194839.670000', '194839.672000', '194839.675000', '194839.677000', '194839.680000', '194839.682000', '194839.685000', '194839.688000', '194839.690000', '194839.693000', '194839.696000', '194839.698000', '194839.701000', '194839.703000', '194839.706000', '194839.709000', '194839.711000', '194839.714000', '194839.717000', '194839.720000', '194839.729000', '194839.731000', '194839.734000', '194839.736000', '194839.739000', '194839.742000', '194839.755000', '194839.757000', '194839.760000', '194839.762000', '194839.765000', '194839.767000', '194839.770000', '194839.773000', '194859.595000', '194859.597000', '194859.600000', '194859.603000', '194859.605000', '194859.608000', '194859.610000', '194859.613000', '194859.615000', '194859.618000', '194859.621000', '194859.623000', '194859.626000', '194859.628000', '194859.631000', '194859.633000', '194859.636000', '194859.638000', '194859.641000', '194859.643000', '194859.646000', '194859.649000', '194859.651000', '194859.654000', '194859.677000', '194859.679000', '194859.682000', '194859.684000', '194859.687000', '194859.689000', '194859.692000', '194859.694000', '194859.697000', '194859.699000', '194859.702000', '194859.704000', '194859.707000', '194859.709000', '194859.712000', '194859.715000', '194859.717000', '194859.720000', '194859.722000', '194859.725000', '194919.594000', '194919.596000', '194919.599000', '194919.601000', '194919.604000', '194919.606000', '194919.609000', '194919.612000', '194919.629000', '194919.631000', '194919.634000', '194919.636000', '194919.639000', '194919.642000', '194919.644000', '194919.647000', '194919.649000', '194919.652000', '194919.654000', '194919.657000', '194919.659000', '194919.662000', '194919.664000', '194919.667000', '194919.670000', '194919.672000', '194919.675000', '194919.677000', '194919.680000', '194919.683000', '194919.685000', '194919.688000', '194919.690000', '194919.693000', '194919.695000', '194919.698000', '194919.700000', '194919.703000', '194919.706000', '194919.708000', '194919.711000', '194919.713000', '194919.716000', '194939.594000', '194939.601000', '194939.604000', '194939.606000', '194939.609000', '194939.612000', '194939.614000', '194939.617000', '194939.620000', '194939.622000', '194939.625000', '194939.627000', '194939.630000', '194939.632000', '194939.635000', '194939.637000', '194939.640000', '194939.642000', '194939.645000', '194939.647000', '194939.650000', '194939.652000', '194939.655000', '194939.658000', '194939.660000', '194939.663000', '194939.665000', '194939.668000', '194939.670000', '194939.673000', '194939.676000', '194939.678000', '194939.681000', '194939.683000', '194939.686000', '194939.688000', '194939.691000', '194939.693000', '194939.696000', '194939.698000', '194939.701000', '194939.703000', '194939.706000', '194939.709000', '194959.594000', '194959.597000', '194959.599000', '194959.602000', '194959.604000', '194959.607000', '194959.609000', '194959.612000', '194959.615000', '194959.617000', '194959.620000', '194959.622000', '194959.625000', '194959.627000', '194959.630000', '194959.632000', '194959.635000', '194959.637000', '194959.640000', '194959.643000', '194959.645000', '194959.648000', '194959.650000', '194959.653000', '194959.656000', '194959.658000', '194959.661000', '194959.663000', '194959.666000', '194959.668000', '194959.671000', '194959.673000', '194959.676000', '194959.678000', '194959.681000', '194959.684000', '194959.687000', '194959.689000', '194959.692000', '194959.694000', '194959.697000', '194959.699000', '194959.702000', '195019.595000', '195019.598000', '195019.601000', '195019.603000', '195019.637000', '195019.639000', '195019.642000', '195019.645000', '195019.647000', '195019.650000', '195019.653000', '195019.655000', '195019.658000', '195019.660000', '195019.663000', '195019.666000', '195019.668000', '195019.671000', '195019.674000', '195019.676000', '195019.679000', '195019.681000', '195019.684000', '195019.686000', '195019.689000', '195019.692000', '195019.694000', '195019.697000', '195019.699000', '195019.702000', '195019.704000', '195019.707000', '195019.710000', '195019.712000', '195019.715000', '195019.717000', '195019.720000', '195019.723000', '195019.725000', '195019.728000', '195019.730000', '195019.733000', '195019.735000', '195039.594000', '195039.597000', '195039.600000', '195039.602000', '195039.605000', '195039.607000', '195039.610000', '195039.613000', '195039.615000', '195039.618000', '195039.620000', '195039.623000', '195039.626000', '195039.628000', '195039.631000', '195039.633000', '195039.636000', '195039.638000', '195039.641000', '195039.644000', '195039.646000', '195039.649000', '195039.651000', '195039.654000', '195039.656000', '195039.659000', '195039.661000', '195039.664000', '195039.666000', '195039.669000', '195039.671000', '195039.674000', '195039.677000', '195039.679000', '195039.682000', '195039.684000', '195039.687000', '195039.690000', '195039.692000', '195039.695000', '195039.697000', '195039.700000', '195039.702000', '195039.705000', '195059.595000', '195059.597000', '195059.600000', '195059.603000', '195059.618000', '195059.621000', '195059.623000', '195059.626000', '195059.629000', '195059.631000', '195059.634000', '195059.636000', '195059.639000', '195059.641000', '195059.644000', '195059.646000', '195059.649000', '195059.651000', '195059.654000', '195059.657000', '195059.659000', '195059.662000', '195059.664000', '195059.667000', '195059.669000', '195059.672000', '195059.675000', '195059.677000', '195059.680000', '195059.682000', '195059.685000', '195059.687000', '195059.690000', '195059.693000', '195059.695000', '195059.698000', '195059.700000', '195059.703000', '195059.705000', '195059.708000', '195059.710000', '195059.713000', '195059.715000', '195059.718000', '195119.595000', '195119.597000', '195119.600000', '195119.603000', '195119.605000', '195119.608000', '195119.610000', '195119.613000', '195119.616000', '195119.618000', '195119.621000', '195119.623000', '195119.626000', '195119.628000', '195119.631000', '195119.634000', '195119.636000', '195119.639000', '195119.641000', '195119.644000', '195119.647000', '195119.649000', '195119.652000', '195119.654000', '195119.657000', '195119.659000', '195119.662000', '195119.664000', '195119.667000', '195119.669000', '195119.672000', '195119.675000', '195119.677000', '195119.680000', '195119.682000', '195119.685000', '195119.687000', '195119.690000', '195119.693000', '195119.695000', '195119.698000', '195119.701000', '195119.703000', '195139.594000', '195139.596000', '195139.599000', '195139.602000', '195139.604000', '195139.607000', '195139.609000', '195139.612000', '195139.614000', '195139.617000', '195139.619000', '195139.622000', '195139.625000', '195139.627000', '195139.630000', '195139.632000', '195139.636000', '195139.638000', '195139.641000', '195139.644000', '195139.646000', '195139.649000', '195139.651000', '195139.654000', '195139.656000', '195139.659000', '195139.661000', '195139.664000', '195139.666000', '195139.669000', '195139.672000', '195139.675000', '195139.677000', '195139.680000', '195139.683000', '195139.685000', '195139.688000', '195139.691000', '195139.693000', '195139.696000', '195139.699000', '195139.701000', '195139.704000', '195159.594000', '195159.596000', '195159.599000', '195159.602000', '195159.604000', '195159.607000', '195159.609000', '195159.612000', '195159.615000', '195159.618000', '195159.620000', '195159.623000', '195159.625000', '195159.628000', '195159.630000', '195159.633000', '195159.636000', '195159.638000', '195159.641000', '195159.643000', '195159.646000', '195159.649000', '195159.651000', '195159.654000', '195159.656000', '195159.659000', '195159.662000', '195159.664000', '195159.667000', '195159.669000', '195159.672000', '195159.675000', '195159.677000', '195159.680000', '195159.682000', '195159.685000', '195159.687000', '195159.690000', '195159.692000', '195159.695000', '195159.698000', '195159.700000', '195159.703000', '195159.705000', '195219.594000', '195219.596000', '195219.599000', '195219.602000', '195219.604000', '195219.607000', '195219.609000', '195219.612000', '195219.614000', '195219.617000', '195219.620000', '195219.622000', '195219.625000', '195219.627000', '195219.630000', '195219.633000', '195219.635000', '195219.638000', '195219.640000', '195219.643000', '195219.645000', '195219.648000', '195219.650000', '195219.653000', '195219.656000', '195219.658000', '195219.661000', '195219.663000', '195219.666000', '195219.681000', '195219.683000', '195219.686000', '195219.689000', '195219.691000', '195219.694000', '195219.696000', '195219.699000', '195219.702000', '195219.704000', '195219.707000', '195219.709000', '195219.712000', '195219.714000', '195219.717000', '195239.594000', '195239.597000', '195239.599000', '195239.602000', '195239.604000', '195239.607000', '195239.609000', '195239.612000', '195239.614000', '195239.617000', '195239.620000', '195239.622000', '195239.625000', '195239.627000', '195239.630000', '195239.633000', '195239.635000', '195239.638000', '195239.640000', '195239.643000', '195239.645000', '195239.648000', '195239.650000', '195239.653000', '195239.656000', '195239.658000', '195239.661000', '195239.663000', '195239.666000', '195239.669000', '195239.671000', '195239.674000', '195239.676000', '195239.679000', '195239.681000', '195239.684000', '195239.687000', '195239.689000', '195239.692000', '195239.694000', '195239.697000', '195239.699000', '195239.702000', '195259.594000', '195259.597000', '195259.600000', '195259.603000', '195259.605000', '195259.608000', '195259.610000', '195259.613000', '195259.615000', '195259.618000', '195259.620000', '195259.623000', '195259.626000', '195259.628000', '195259.631000', '195259.633000', '195259.637000', '195259.640000', '195259.643000', '195259.645000', '195259.648000', '195259.651000', '195259.653000', '195259.656000', '195259.658000', '195259.661000', '195259.663000', '195259.666000', '195259.669000', '195259.671000', '195259.675000', '195259.678000', '195259.680000', '195259.683000', '195259.685000', '195259.688000', '195259.690000', '195259.693000', '195259.696000', '195259.698000', '195259.701000', '195259.703000', '195259.706000', '195319.595000', '195319.597000', '195319.600000', '195319.603000', '195319.605000', '195319.608000', '195319.610000', '195319.613000', '195319.615000', '195319.618000', '195319.621000', '195319.623000', '195319.626000', '195319.628000', '195319.631000', '195319.633000', '195319.636000', '195319.639000', '195319.641000', '195319.644000', '195319.646000', '195319.649000', '195319.652000', '195319.654000', '195319.657000', '195319.659000', '195319.662000', '195319.665000', '195319.667000', '195319.670000', '195319.672000', '195319.675000', '195319.678000', '195319.680000', '195319.683000', '195319.685000', '195319.688000', '195319.691000', '195319.693000', '195319.696000', '195319.698000', '195319.701000', '195319.704000', '195319.706000', '195339.594000', '195339.597000', '195339.600000', '195339.602000', '195339.605000', '195339.608000', '195339.610000', '195339.613000', '195339.615000', '195339.618000', '195339.621000', '195339.623000', '195339.626000', '195339.629000', '195339.631000', '195339.634000', '195339.636000', '195339.639000', '195339.642000', '195339.645000', '195339.647000', '195339.650000', '195339.652000', '195339.655000', '195339.658000', '195339.660000', '195339.663000', '195339.665000', '195339.668000', '195339.671000', '195339.673000', '195339.676000', '195339.678000', '195339.681000', '195339.683000', '195339.686000', '195339.688000', '195339.691000', '195339.694000', '195339.696000', '195339.699000', '195339.701000', '195339.704000', '195359.593000', '195359.596000', '195359.599000', '195359.601000', '195359.604000', '195359.606000', '195359.609000', '195359.612000', '195359.614000', '195359.617000', '195359.619000', '195359.622000', '195359.625000', '195359.627000', '195359.630000', '195359.632000', '195359.635000', '195359.637000', '195359.640000', '195359.642000', '195359.645000', '195359.648000', '195359.650000', '195359.653000', '195359.655000', '195359.658000', '195359.660000', '195359.663000', '195359.666000', '195359.668000', '195359.671000', '195359.673000', '195359.676000', '195359.678000', '195359.681000', '195359.683000', '195359.686000', '195359.689000', '195359.698000', '195359.701000', '195359.703000', '195359.706000', '195359.708000', '195359.711000', '195419.594000', '195419.596000', '195419.599000', '195419.602000', '195419.604000', '195419.607000', '195419.609000', '195419.612000', '195419.615000', '195419.617000', '195419.620000', '195419.623000', '195419.625000', '195419.628000', '195419.632000', '195419.634000', '195419.637000', '195419.640000', '195419.642000', '195419.645000', '195419.647000', '195419.651000', '195419.654000', '195419.657000', '195419.659000', '195419.662000', '195419.665000', '195419.668000', '195419.670000', '195419.673000', '195419.675000', '195419.678000', '195419.680000', '195419.683000', '195419.685000', '195419.688000', '195419.691000', '195419.693000', '195419.696000', '195419.698000', '195419.701000', '195419.704000', '195419.706000', '195439.594000', '195439.596000', '195439.599000', '195439.602000', '195439.604000', '195439.607000', '195439.609000', '195439.612000', '195439.615000', '195439.617000', '195439.620000', '195439.622000', '195439.625000', '195439.628000', '195439.630000', '195439.633000', '195439.635000', '195439.638000', '195439.641000', '195439.643000', '195439.646000', '195439.648000', '195439.651000', '195439.653000', '195439.656000', '195439.658000', '195439.661000', '195439.664000', '195439.666000', '195439.669000', '195439.671000', '195439.674000', '195439.676000', '195439.679000', '195439.682000', '195439.684000', '195439.687000', '195439.689000', '195439.692000', '195439.695000', '195439.697000', '195439.700000', '195439.707000', '195439.709000', '195459.211000', '195459.255000', '195459.258000', '195459.261000', '195459.263000', '195459.266000', '195459.269000', '195459.271000', '195459.274000', '195459.277000', '195459.280000', '195459.282000', '195459.285000', '195459.288000', '195459.291000', '195459.295000', '195459.297000', '195459.300000', '195459.303000', '195459.306000', '195459.308000', '195459.311000', '195459.314000', '195459.316000', '195459.319000', '195459.321000', '195459.325000', '195459.327000', '195459.330000', '195459.333000', '195459.336000', '195459.338000', '195459.341000', '195459.344000', '195459.346000', '195459.349000', '195459.356000', '195459.359000', '195459.362000', '195459.364000', '195459.367000', '195459.370000', '195459.373000'], 'InstanceCreationTime': ['194839.629000', '194839.633000', '194839.635000', '194839.638000', '194839.640000', '194839.643000', '194839.646000', '194839.648000', '194839.651000', '194839.653000', '194839.664000', '194839.667000', '194839.670000', '194839.672000', '194839.675000', '194839.677000', '194839.680000', '194839.682000', '194839.685000', '194839.688000', '194839.690000', '194839.693000', '194839.696000', '194839.698000', '194839.701000', '194839.703000', '194839.706000', '194839.709000', '194839.711000', '194839.714000', '194839.717000', '194839.720000', '194839.729000', '194839.731000', '194839.734000', '194839.736000', '194839.739000', '194839.742000', '194839.755000', '194839.757000', '194839.760000', '194839.762000', '194839.765000', '194839.767000', '194839.770000', '194839.773000', '194859.595000', '194859.597000', '194859.600000', '194859.603000', '194859.605000', '194859.608000', '194859.610000', '194859.613000', '194859.615000', '194859.618000', '194859.621000', '194859.623000', '194859.626000', '194859.628000', '194859.631000', '194859.633000', '194859.636000', '194859.638000', '194859.641000', '194859.643000', '194859.646000', '194859.649000', '194859.651000', '194859.654000', '194859.677000', '194859.679000', '194859.682000', '194859.684000', '194859.687000', '194859.689000', '194859.692000', '194859.694000', '194859.697000', '194859.699000', '194859.702000', '194859.704000', '194859.707000', '194859.709000', '194859.712000', '194859.715000', '194859.717000', '194859.720000', '194859.722000', '194859.725000', '194919.594000', '194919.596000', '194919.599000', '194919.601000', '194919.604000', '194919.606000', '194919.609000', '194919.612000', '194919.629000', '194919.631000', '194919.634000', '194919.636000', '194919.639000', '194919.642000', '194919.644000', '194919.647000', '194919.649000', '194919.652000', '194919.654000', '194919.657000', '194919.659000', '194919.662000', '194919.664000', '194919.667000', '194919.670000', '194919.672000', '194919.675000', '194919.677000', '194919.680000', '194919.683000', '194919.685000', '194919.688000', '194919.690000', '194919.693000', '194919.695000', '194919.698000', '194919.700000', '194919.703000', '194919.706000', '194919.708000', '194919.711000', '194919.713000', '194919.716000', '194939.594000', '194939.601000', '194939.604000', '194939.606000', '194939.609000', '194939.612000', '194939.614000', '194939.617000', '194939.620000', '194939.622000', '194939.625000', '194939.627000', '194939.630000', '194939.632000', '194939.635000', '194939.637000', '194939.640000', '194939.642000', '194939.645000', '194939.647000', '194939.650000', '194939.652000', '194939.655000', '194939.658000', '194939.660000', '194939.663000', '194939.665000', '194939.668000', '194939.670000', '194939.673000', '194939.676000', '194939.678000', '194939.681000', '194939.683000', '194939.686000', '194939.688000', '194939.691000', '194939.693000', '194939.696000', '194939.698000', '194939.701000', '194939.703000', '194939.706000', '194939.709000', '194959.594000', '194959.597000', '194959.599000', '194959.602000', '194959.604000', '194959.607000', '194959.609000', '194959.612000', '194959.615000', '194959.617000', '194959.620000', '194959.622000', '194959.625000', '194959.627000', '194959.630000', '194959.632000', '194959.635000', '194959.637000', '194959.640000', '194959.643000', '194959.645000', '194959.648000', '194959.650000', '194959.653000', '194959.656000', '194959.658000', '194959.661000', '194959.663000', '194959.666000', '194959.668000', '194959.671000', '194959.673000', '194959.676000', '194959.678000', '194959.681000', '194959.684000', '194959.687000', '194959.689000', '194959.692000', '194959.694000', '194959.697000', '194959.699000', '194959.702000', '195019.595000', '195019.598000', '195019.601000', '195019.603000', '195019.637000', '195019.639000', '195019.642000', '195019.645000', '195019.647000', '195019.650000', '195019.653000', '195019.655000', '195019.658000', '195019.660000', '195019.663000', '195019.666000', '195019.668000', '195019.671000', '195019.674000', '195019.676000', '195019.679000', '195019.681000', '195019.684000', '195019.686000', '195019.689000', '195019.692000', '195019.694000', '195019.697000', '195019.699000', '195019.702000', '195019.704000', '195019.707000', '195019.710000', '195019.712000', '195019.715000', '195019.717000', '195019.720000', '195019.723000', '195019.725000', '195019.728000', '195019.730000', '195019.733000', '195019.735000', '195039.594000', '195039.597000', '195039.600000', '195039.602000', '195039.605000', '195039.607000', '195039.610000', '195039.613000', '195039.615000', '195039.618000', '195039.620000', '195039.623000', '195039.626000', '195039.628000', '195039.631000', '195039.633000', '195039.636000', '195039.638000', '195039.641000', '195039.644000', '195039.646000', '195039.649000', '195039.651000', '195039.654000', '195039.656000', '195039.659000', '195039.661000', '195039.664000', '195039.666000', '195039.669000', '195039.671000', '195039.674000', '195039.677000', '195039.679000', '195039.682000', '195039.684000', '195039.687000', '195039.690000', '195039.692000', '195039.695000', '195039.697000', '195039.700000', '195039.702000', '195039.705000', '195059.595000', '195059.597000', '195059.600000', '195059.603000', '195059.618000', '195059.621000', '195059.623000', '195059.626000', '195059.629000', '195059.631000', '195059.634000', '195059.636000', '195059.639000', '195059.641000', '195059.644000', '195059.646000', '195059.649000', '195059.651000', '195059.654000', '195059.657000', '195059.659000', '195059.662000', '195059.664000', '195059.667000', '195059.669000', '195059.672000', '195059.675000', '195059.677000', '195059.680000', '195059.682000', '195059.685000', '195059.687000', '195059.690000', '195059.693000', '195059.695000', '195059.698000', '195059.700000', '195059.703000', '195059.705000', '195059.708000', '195059.710000', '195059.713000', '195059.715000', '195059.718000', '195119.595000', '195119.597000', '195119.600000', '195119.603000', '195119.605000', '195119.608000', '195119.610000', '195119.613000', '195119.616000', '195119.618000', '195119.621000', '195119.623000', '195119.626000', '195119.628000', '195119.631000', '195119.634000', '195119.636000', '195119.639000', '195119.641000', '195119.644000', '195119.647000', '195119.649000', '195119.652000', '195119.654000', '195119.657000', '195119.659000', '195119.662000', '195119.664000', '195119.667000', '195119.669000', '195119.672000', '195119.675000', '195119.677000', '195119.680000', '195119.682000', '195119.685000', '195119.687000', '195119.690000', '195119.693000', '195119.695000', '195119.698000', '195119.701000', '195119.703000', '195139.594000', '195139.596000', '195139.599000', '195139.602000', '195139.604000', '195139.607000', '195139.609000', '195139.612000', '195139.614000', '195139.617000', '195139.619000', '195139.622000', '195139.625000', '195139.627000', '195139.630000', '195139.632000', '195139.636000', '195139.638000', '195139.641000', '195139.644000', '195139.646000', '195139.649000', '195139.651000', '195139.654000', '195139.656000', '195139.659000', '195139.661000', '195139.664000', '195139.666000', '195139.669000', '195139.672000', '195139.675000', '195139.677000', '195139.680000', '195139.683000', '195139.685000', '195139.688000', '195139.691000', '195139.693000', '195139.696000', '195139.699000', '195139.701000', '195139.704000', '195159.594000', '195159.596000', '195159.599000', '195159.602000', '195159.604000', '195159.607000', '195159.609000', '195159.612000', '195159.615000', '195159.618000', '195159.620000', '195159.623000', '195159.625000', '195159.628000', '195159.630000', '195159.633000', '195159.636000', '195159.638000', '195159.641000', '195159.643000', '195159.646000', '195159.649000', '195159.651000', '195159.654000', '195159.656000', '195159.659000', '195159.662000', '195159.664000', '195159.667000', '195159.669000', '195159.672000', '195159.675000', '195159.677000', '195159.680000', '195159.682000', '195159.685000', '195159.687000', '195159.690000', '195159.692000', '195159.695000', '195159.698000', '195159.700000', '195159.703000', '195159.705000', '195219.594000', '195219.596000', '195219.599000', '195219.602000', '195219.604000', '195219.607000', '195219.609000', '195219.612000', '195219.614000', '195219.617000', '195219.620000', '195219.622000', '195219.625000', '195219.627000', '195219.630000', '195219.633000', '195219.635000', '195219.638000', '195219.640000', '195219.643000', '195219.645000', '195219.648000', '195219.650000', '195219.653000', '195219.656000', '195219.658000', '195219.661000', '195219.663000', '195219.666000', '195219.681000', '195219.683000', '195219.686000', '195219.689000', '195219.691000', '195219.694000', '195219.696000', '195219.699000', '195219.702000', '195219.704000', '195219.707000', '195219.709000', '195219.712000', '195219.714000', '195219.717000', '195239.594000', '195239.597000', '195239.599000', '195239.602000', '195239.604000', '195239.607000', '195239.609000', '195239.612000', '195239.614000', '195239.617000', '195239.620000', '195239.622000', '195239.625000', '195239.627000', '195239.630000', '195239.633000', '195239.635000', '195239.638000', '195239.640000', '195239.643000', '195239.645000', '195239.648000', '195239.650000', '195239.653000', '195239.656000', '195239.658000', '195239.661000', '195239.663000', '195239.666000', '195239.669000', '195239.671000', '195239.674000', '195239.676000', '195239.679000', '195239.681000', '195239.684000', '195239.687000', '195239.689000', '195239.692000', '195239.694000', '195239.697000', '195239.699000', '195239.702000', '195259.594000', '195259.597000', '195259.600000', '195259.603000', '195259.605000', '195259.608000', '195259.610000', '195259.613000', '195259.615000', '195259.618000', '195259.620000', '195259.623000', '195259.626000', '195259.628000', '195259.631000', '195259.633000', '195259.637000', '195259.640000', '195259.643000', '195259.645000', '195259.648000', '195259.651000', '195259.653000', '195259.656000', '195259.658000', '195259.661000', '195259.663000', '195259.666000', '195259.669000', '195259.671000', '195259.675000', '195259.678000', '195259.680000', '195259.683000', '195259.685000', '195259.688000', '195259.690000', '195259.693000', '195259.696000', '195259.698000', '195259.701000', '195259.703000', '195259.706000', '195319.595000', '195319.597000', '195319.600000', '195319.603000', '195319.605000', '195319.608000', '195319.610000', '195319.613000', '195319.615000', '195319.618000', '195319.621000', '195319.623000', '195319.626000', '195319.628000', '195319.631000', '195319.633000', '195319.636000', '195319.639000', '195319.641000', '195319.644000', '195319.646000', '195319.649000', '195319.652000', '195319.654000', '195319.657000', '195319.659000', '195319.662000', '195319.665000', '195319.667000', '195319.670000', '195319.672000', '195319.675000', '195319.678000', '195319.680000', '195319.683000', '195319.685000', '195319.688000', '195319.691000', '195319.693000', '195319.696000', '195319.698000', '195319.701000', '195319.704000', '195319.706000', '195339.594000', '195339.597000', '195339.600000', '195339.602000', '195339.605000', '195339.608000', '195339.610000', '195339.613000', '195339.615000', '195339.618000', '195339.621000', '195339.623000', '195339.626000', '195339.629000', '195339.631000', '195339.634000', '195339.636000', '195339.639000', '195339.642000', '195339.645000', '195339.647000', '195339.650000', '195339.652000', '195339.655000', '195339.658000', '195339.660000', '195339.663000', '195339.665000', '195339.668000', '195339.671000', '195339.673000', '195339.676000', '195339.678000', '195339.681000', '195339.683000', '195339.686000', '195339.688000', '195339.691000', '195339.694000', '195339.696000', '195339.699000', '195339.701000', '195339.704000', '195359.593000', '195359.596000', '195359.599000', '195359.601000', '195359.604000', '195359.606000', '195359.609000', '195359.612000', '195359.614000', '195359.617000', '195359.619000', '195359.622000', '195359.625000', '195359.627000', '195359.630000', '195359.632000', '195359.635000', '195359.637000', '195359.640000', '195359.642000', '195359.645000', '195359.648000', '195359.650000', '195359.653000', '195359.655000', '195359.658000', '195359.660000', '195359.663000', '195359.666000', '195359.668000', '195359.671000', '195359.673000', '195359.676000', '195359.678000', '195359.681000', '195359.683000', '195359.686000', '195359.689000', '195359.698000', '195359.701000', '195359.703000', '195359.706000', '195359.708000', '195359.711000', '195419.594000', '195419.596000', '195419.599000', '195419.602000', '195419.604000', '195419.607000', '195419.609000', '195419.612000', '195419.615000', '195419.617000', '195419.620000', '195419.623000', '195419.625000', '195419.628000', '195419.632000', '195419.634000', '195419.637000', '195419.640000', '195419.642000', '195419.645000', '195419.647000', '195419.651000', '195419.654000', '195419.657000', '195419.659000', '195419.662000', '195419.665000', '195419.668000', '195419.670000', '195419.673000', '195419.675000', '195419.678000', '195419.680000', '195419.683000', '195419.685000', '195419.688000', '195419.691000', '195419.693000', '195419.696000', '195419.698000', '195419.701000', '195419.704000', '195419.706000', '195439.594000', '195439.596000', '195439.599000', '195439.602000', '195439.604000', '195439.607000', '195439.609000', '195439.612000', '195439.615000', '195439.617000', '195439.620000', '195439.622000', '195439.625000', '195439.628000', '195439.630000', '195439.633000', '195439.635000', '195439.638000', '195439.641000', '195439.643000', '195439.646000', '195439.648000', '195439.651000', '195439.653000', '195439.656000', '195439.658000', '195439.661000', '195439.664000', '195439.666000', '195439.669000', '195439.671000', '195439.674000', '195439.676000', '195439.679000', '195439.682000', '195439.684000', '195439.687000', '195439.689000', '195439.692000', '195439.695000', '195439.697000', '195439.700000', '195439.707000', '195439.709000', '195459.211000', '195459.255000', '195459.258000', '195459.261000', '195459.263000', '195459.266000', '195459.269000', '195459.271000', '195459.274000', '195459.277000', '195459.280000', '195459.282000', '195459.285000', '195459.288000', '195459.291000', '195459.295000', '195459.297000', '195459.300000', '195459.303000', '195459.306000', '195459.308000', '195459.311000', '195459.314000', '195459.316000', '195459.319000', '195459.321000', '195459.325000', '195459.327000', '195459.330000', '195459.333000', '195459.336000', '195459.338000', '195459.341000', '195459.344000', '195459.346000', '195459.349000', '195459.356000', '195459.359000', '195459.362000', '195459.364000', '195459.367000', '195459.370000', '195459.373000'], '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': [14850, 9495, 11888, 9383, 12335, 14705, 13598, 9579, 12142, 9224, 12104, 17999, 14324, 12547, 10904, 13226, 11305, 13589, 12715, 11093, 11133, 11346, 10527, 11616, 9727, 11942, 9597, 12013, 10240, 12727, 11137, 11847, 10965, 13030, 13984, 16017, 10507, 10846, 16478, 13391, 14475, 11967, 13391, 9407, 10423, 9336, 12072, 14174, 13454, 8593, 11028, 8996, 13048, 10139, 12005, 10255, 11770, 9967, 13799, 10858, 14175, 8844, 10451, 13999, 13588, 17011, 14112, 18055, 10817, 14092, 12967, 10408, 10382, 10938, 9898, 13658, 11348, 12382, 9983, 11698, 11279, 11205, 9904, 10937, 9175, 12574, 13455, 14273, 8466, 10703, 12655, 10494, 17706, 15058, 13496, 10371, 12647, 11525, 14872, 13270, 14177, 10504, 11549, 10817, 14259, 10954, 12301, 10545, 13755, 13625, 12991, 11422, 11218, 10800, 11956, 11755, 11787, 10332, 11064, 10209, 11297, 9935, 13280, 9169, 10867, 9290, 12391, 9568, 13476, 10436, 12456, 10343, 14566, 12006, 15054, 10283, 11418, 10966, 11732, 11267, 12211, 10629, 10779, 10697, 13938, 11687, 7908, 10506, 8417, 11197, 17544, 14235, 12787, 10654, 11493, 11639, 15544, 11772, 12949, 10461, 11238, 9761, 13692, 10667, 13830, 9134, 11180, 9402, 12325, 10169, 14561, 8928, 11725, 8877, 13036, 12700, 18479, 12883, 15014, 10403, 8258, 11288, 10041, 11063, 9841, 15003, 13842, 13767, 10787, 13607, 10744, 18981, 12309, 18609, 15114, 9294, 15997, 13801, 12019, 15939, 11121, 12055, 11493, 16401, 12316, 19062, 15667, 15355, 10023, 11718, 8217, 11812, 11962, 11442, 14082, 11063, 13880, 13537, 10533, 10494, 8024, 10640, 12089, 10299, 13042, 11700, 11087, 10199, 11063, 10181, 11119, 10472, 12799, 10776, 12331, 10029, 11874, 10215, 11973, 18350, 14313, 16389, 13737, 14843, 11187, 12090, 10945, 13030, 10147, 12577, 8863, 11274, 9587, 14650, 10868, 14842, 8745, 11988, 11767, 13135, 16202, 13418, 7978, 11251, 11104, 11583, 19227, 13046, 10453, 10824, 13986, 10501, 17099, 13470, 11758, 11104, 10446, 11742, 14122, 15461, 9073, 13492, 8831, 13043, 12404, 16585, 9489, 12897, 10272, 13807, 12141, 20047, 12790, 18444, 11596, 13927, 11547, 16742, 14281, 13145, 10688, 12572, 10688, 16800, 13379, 13646, 10828, 14798, 11579, 18614, 14785, 10460, 11999, 8202, 14329, 12396, 8108, 16645, 11803, 13219, 13972, 9151, 14090, 11085, 15966, 23296, 17613, 14052, 11735, 15298, 11445, 10935, 11134, 8265, 15926, 13528, 8579, 11501, 7767, 11278, 20463, 13135, 15422, 12502, 11961, 9963, 11394, 9877, 12103, 11497, 10023, 11079, 7630, 11358, 9724, 14331, 16369, 16960, 10810, 13021, 20507, 13747, 19366, 15310, 14764, 10625, 12232, 10343, 14990, 12019, 15884, 10959, 12287, 10716, 15340, 14884, 15541, 11779, 15650, 11259, 14541, 12852, 17791, 12028, 12885, 9702, 11101, 9840, 11962, 11021, 15163, 7911, 11444, 10033, 12403, 21623, 16715, 15374, 11153, 14215, 11533, 19311, 16849, 14869, 11147, 12627, 11150, 15974, 13268, 14655, 10407, 12235, 10504, 16248, 14395, 10876, 12432, 11048, 13023, 23692, 17305, 15921, 11755, 11869, 11388, 12874, 16396, 8800, 13253, 9965, 13460, 10160, 18998, 10241, 17125, 9927, 12926, 12160, 17589, 8624, 12414, 8098, 11846, 19830, 14757, 12248, 11165, 7680, 11508, 8485, 12366, 13756, 16876, 8197, 12127, 8651, 13544, 11474, 21081, 15507, 21905, 16221, 9213, 14979, 11184, 14030, 11957, 11804, 13618, 9565, 17473, 11819, 15130, 11075, 15287, 18597, 16876, 18665, 15943, 15605, 10906, 16990, 12999, 12866, 13540, 11938, 11135, 9140, 11095, 8477, 10639, 16401, 11595, 8233, 10632, 8290, 10047, 8829, 10303, 8866, 12414, 8233, 11223, 8502, 11432, 10391, 12522, 11137, 12913, 10350, 12727, 13721, 13603, 18450, 14525, 17924, 12163, 16669, 12152, 19451, 16016, 12275, 11117, 7955, 10946, 10405, 19417, 15305, 17027, 12315, 16608, 12067, 16890, 12225, 15903, 16864, 12294, 17170, 13026, 15177, 11515, 12799, 10015, 11807, 10787, 11274, 10780, 8151, 11790, 10422, 16761, 11123, 15318, 10858, 16505, 15238, 17726, 9785, 11835, 8902, 12130, 14617, 15274, 8311, 11945, 10616, 13552, 14582, 17597, 8983, 12566, 8885, 14623, 13448, 18618, 13585, 8416, 12366, 9163, 17193, 18104, 20784, 18059, 11916, 12477, 11405, 8896, 17316, 12159, 10539, 12015, 17685, 14978, 16409, 17701, 14797, 17748, 14622, 15189, 11438, 16936, 18922, 15806, 16235, 14141, 13918, 10552, 12882, 8568, 11394, 8705, 11876, 8587, 10191, 9627, 9706, 9607, 11366, 15255, 12328, 10558, 10373, 8369, 10148, 8508, 10309, 9859, 12896, 13147, 13515, 9877, 11968, 11863, 11796, 18896, 14404, 13583, 11745, 15869, 12031, 15897, 14079, 18005, 11272, 16282, 10203, 12256, 9679, 14473, 11343, 15843, 9330, 12205, 8994, 12617, 11250, 13558, 7980, 11457, 10640, 11885, 19553, 14041, 12380, 11182, 11517, 9796, 12726, 10979, 11605, 10482, 10781, 10399, 13919, 11887, 16006, 10645, 12836, 10026, 12803, 11846, 15765, 12991, 15113, 10919, 16848, 12823, 15301, 9222, 12160, 8891, 13421, 11251, 17048, 9403, 14446, 10482, 13807, 23598, 17009, 16120, 11585, 13688, 10746, 15546, 10720, 15389, 9157, 11400, 8593, 12814, 14975, 12917, 13369, 11451, 16070, 13402, 11944, 10687, 12497, 10719, 13735, 10753, 13212, 8998, 11149, 9419, 14579, 11872, 12242, 10627, 13136, 10889, 17750, 12407, 13365, 8508, 10783, 8948, 12372, 15871, 14346, 15384, 11799, 17058, 14007, 18161, 14853, 16164, 11326, 14196, 10926, 16039, 12384, 16396, 10106, 13969, 10337, 14051, 8511, 11929, 8587, 14703, 10797, 16309, 10249, 11561, 10712, 9849, 13675, 9760, 13673, 10540, 15404, 11139, 15444, 8819, 11773, 9945, 13032, 20244, 13503, 16850, 11111, 15011, 11917, 8863, 11073, 9261, 11679, 22135, 16074, 14597, 12486, 8648, 12494, 9673, 15051, 11059, 10077, 11311, 10735, 18394, 10385, 14932, 10513, 15216, 23654, 17471, 13921, 10991, 10844, 11717, 16036, 12913, 16504, 11351, 15446, 13921, 8650, 11946, 8506, 13432, 13209, 18656, 9531, 13851, 9422, 18042, 15816, 23413, 17645, 10745, 11738, 10764, 8979, 13101, 9289, 16711, 11596, 18024, 13528, 16757, 11535, 15057, 20200, 15315, 16120, 10582, 16603, 11882, 14063, 18576, 13989, 17312, 14011, 8911, 10188, 8977, 10655, 9341, 12751, 9672, 11177, 10027, 12695, 10517, 14565, 9378, 10761, 9098, 10522], 'WindowCenter': [4662.0, 4583.0, 4601.0, 4556.0, 4597.0, 4614.0, 4606.0, 4564.0, 4584.0, 4553.0, 4585.0, 4623.0, 4606.0, 4582.0, 4562.0, 4581.0, 4573.0, 4593.0, 4595.0, 4573.0, 4575.0, 4574.0, 4589.0, 4595.0, 4566.0, 4585.0, 4567.0, 4597.0, 4579.0, 4610.0, 4599.0, 4597.0, 4589.0, 4619.0, 4617.0, 4628.0, 4575.0, 4575.0, 4613.0, 4593.0, 4592.0, 4572.0, 4580.0, 4540.0, 4561.0, 4542.0, 4583.0, 4593.0, 4593.0, 4541.0, 4574.0, 4556.0, 4605.0, 4576.0, 4585.0, 4574.0, 4584.0, 4564.0, 4605.0, 4575.0, 4605.0, 4543.0, 4563.0, 4592.0, 4592.0, 4621.0, 4604.0, 4623.0, 4587.0, 4603.0, 4593.0, 4560.0, 4563.0, 4568.0, 4563.0, 4603.0, 4572.0, 4592.0, 4563.0, 4581.0, 4584.0, 4581.0, 4564.0, 4574.0, 4564.0, 4596.0, 4605.0, 4603.0, 4544.0, 4562.0, 4579.0, 4562.0, 4622.0, 4602.0, 4590.0, 4562.0, 4579.0, 4571.0, 4589.0, 4581.0, 4589.0, 4547.0, 4558.0, 4559.0, 4587.0, 4558.0, 4568.0, 4560.0, 4589.0, 4589.0, 4579.0, 4569.0, 4560.0, 4560.0, 4569.0, 4570.0, 4569.0, 4550.0, 4557.0, 4559.0, 4569.0, 4562.0, 4590.0, 4550.0, 4561.0, 4552.0, 4581.0, 4563.0, 4593.0, 4574.0, 4593.0, 4573.0, 4614.0, 4583.0, 4603.0, 4563.0, 4571.0, 4572.0, 4583.0, 4573.0, 4581.0, 4561.0, 4572.0, 4573.0, 4603.0, 4594.0, 4546.0, 4574.0, 4554.0, 4599.0, 4635.0, 4617.0, 4596.0, 4576.0, 4571.0, 4584.0, 4613.0, 4584.0, 4591.0, 4574.0, 4572.0, 4566.0, 4603.0, 4575.0, 4593.0, 4553.0, 4570.0, 4553.0, 4582.0, 4563.0, 4602.0, 4542.0, 4572.0, 4543.0, 4594.0, 4592.0, 4634.0, 4584.0, 4602.0, 4574.0, 4545.0, 4584.0, 4579.0, 4587.0, 4577.0, 4618.0, 4618.0, 4609.0, 4577.0, 4607.0, 4588.0, 4650.0, 4601.0, 4637.0, 4619.0, 4558.0, 4617.0, 4605.0, 4588.0, 4616.0, 4565.0, 4563.0, 4564.0, 4593.0, 4563.0, 4615.0, 4592.0, 4581.0, 4530.0, 4549.0, 4507.0, 4548.0, 4535.0, 4548.0, 4565.0, 4549.0, 4567.0, 4570.0, 4538.0, 4551.0, 4509.0, 4552.0, 4559.0, 4552.0, 4583.0, 4575.0, 4565.0, 4567.0, 4577.0, 4570.0, 4577.0, 4568.0, 4600.0, 4580.0, 4599.0, 4571.0, 4590.0, 4571.0, 4591.0, 4639.0, 4610.0, 4618.0, 4600.0, 4597.0, 4566.0, 4574.0, 4566.0, 4587.0, 4556.0, 4587.0, 4549.0, 4577.0, 4557.0, 4609.0, 4579.0, 4609.0, 4536.0, 4577.0, 4574.0, 4587.0, 4615.0, 4597.0, 4536.0, 4577.0, 4566.0, 4577.0, 4636.0, 4598.0, 4578.0, 4592.0, 4607.0, 4579.0, 4627.0, 4612.0, 4588.0, 4580.0, 4568.0, 4588.0, 4608.0, 4618.0, 4559.0, 4610.0, 4548.0, 4599.0, 4588.0, 4616.0, 4557.0, 4597.0, 4569.0, 4597.0, 4588.0, 4637.0, 4588.0, 4626.0, 4566.0, 4584.0, 4566.0, 4604.0, 4596.0, 4573.0, 4553.0, 4573.0, 4556.0, 4615.0, 4587.0, 4595.0, 4565.0, 4594.0, 4575.0, 4625.0, 4608.0, 4555.0, 4574.0, 4536.0, 4608.0, 4600.0, 4551.0, 4642.0, 4601.0, 4611.0, 4624.0, 4575.0, 4621.0, 4593.0, 4632.0, 4649.0, 4632.0, 4598.0, 4579.0, 4594.0, 4565.0, 4553.0, 4564.0, 4522.0, 4604.0, 4586.0, 4534.0, 4576.0, 4527.0, 4579.0, 4635.0, 4586.0, 4605.0, 4576.0, 4576.0, 4568.0, 4574.0, 4556.0, 4586.0, 4578.0, 4568.0, 4589.0, 4541.0, 4591.0, 4569.0, 4623.0, 4633.0, 4632.0, 4580.0, 4601.0, 4637.0, 4599.0, 4628.0, 4607.0, 4595.0, 4555.0, 4574.0, 4554.0, 4593.0, 4575.0, 4603.0, 4566.0, 4573.0, 4555.0, 4602.0, 4607.0, 4605.0, 4578.0, 4604.0, 4565.0, 4594.0, 4585.0, 4613.0, 4575.0, 4574.0, 4546.0, 4564.0, 4555.0, 4588.0, 4578.0, 4608.0, 4538.0, 4577.0, 4555.0, 4586.0, 4646.0, 4618.0, 4606.0, 4568.0, 4594.0, 4574.0, 4625.0, 4616.0, 4593.0, 4563.0, 4572.0, 4564.0, 4604.0, 4585.0, 4595.0, 4555.0, 4573.0, 4566.0, 4605.0, 4608.0, 4566.0, 4589.0, 4565.0, 4586.0, 4644.0, 4615.0, 4602.0, 4564.0, 4562.0, 4563.0, 4582.0, 4605.0, 4535.0, 4585.0, 4556.0, 4584.0, 4555.0, 4624.0, 4555.0, 4614.0, 4544.0, 4574.0, 4572.0, 4612.0, 4523.0, 4574.0, 4511.0, 4563.0, 4623.0, 4593.0, 4573.0, 4564.0, 4511.0, 4574.0, 4532.0, 4585.0, 4596.0, 4617.0, 4538.0, 4586.0, 4537.0, 4598.0, 4577.0, 4649.0, 4608.0, 4648.0, 4632.0, 4574.0, 4633.0, 4595.0, 4621.0, 4614.0, 4602.0, 4624.0, 4576.0, 4656.0, 4605.0, 4635.0, 4596.0, 4624.0, 4630.0, 4620.0, 4618.0, 4596.0, 4584.0, 4540.0, 4593.0, 4558.0, 4548.0, 4546.0, 4534.0, 4524.0, 4505.0, 4536.0, 4494.0, 4528.0, 4576.0, 4549.0, 4511.0, 4551.0, 4523.0, 4554.0, 4545.0, 4567.0, 4548.0, 4589.0, 4551.0, 4581.0, 4550.0, 4581.0, 4582.0, 4602.0, 4595.0, 4604.0, 4573.0, 4603.0, 4612.0, 4613.0, 4642.0, 4611.0, 4632.0, 4594.0, 4621.0, 4591.0, 4640.0, 4621.0, 4579.0, 4581.0, 4529.0, 4571.0, 4580.0, 4653.0, 4621.0, 4631.0, 4591.0, 4619.0, 4580.0, 4619.0, 4577.0, 4606.0, 4607.0, 4578.0, 4614.0, 4585.0, 4597.0, 4577.0, 4576.0, 4555.0, 4575.0, 4566.0, 4566.0, 4568.0, 4538.0, 4590.0, 4581.0, 4632.0, 4592.0, 4621.0, 4581.0, 4622.0, 4610.0, 4621.0, 4559.0, 4578.0, 4536.0, 4577.0, 4596.0, 4606.0, 4527.0, 4567.0, 4555.0, 4584.0, 4595.0, 4617.0, 4534.0, 4572.0, 4534.0, 4594.0, 4587.0, 4626.0, 4597.0, 4539.0, 4600.0, 4561.0, 4643.0, 4654.0, 4664.0, 4654.0, 4603.0, 4601.0, 4593.0, 4573.0, 4654.0, 4616.0, 4585.0, 4602.0, 4632.0, 4609.0, 4608.0, 4605.0, 4586.0, 4603.0, 4582.0, 4570.0, 4539.0, 4578.0, 4587.0, 4564.0, 4564.0, 4545.0, 4542.0, 4513.0, 4534.0, 4492.0, 4535.0, 4496.0, 4536.0, 4509.0, 4529.0, 4541.0, 4543.0, 4530.0, 4563.0, 4593.0, 4575.0, 4556.0, 4569.0, 4536.0, 4569.0, 4562.0, 4582.0, 4584.0, 4616.0, 4615.0, 4616.0, 4574.0, 4607.0, 4608.0, 4604.0, 4643.0, 4613.0, 4602.0, 4594.0, 4620.0, 4593.0, 4623.0, 4612.0, 4631.0, 4582.0, 4620.0, 4559.0, 4578.0, 4547.0, 4609.0, 4580.0, 4618.0, 4548.0, 4577.0, 4547.0, 4588.0, 4569.0, 4599.0, 4528.0, 4577.0, 4556.0, 4579.0, 4628.0, 4597.0, 4576.0, 4569.0, 4576.0, 4556.0, 4587.0, 4567.0, 4577.0, 4569.0, 4579.0, 4571.0, 4612.0, 4592.0, 4623.0, 4571.0, 4602.0, 4572.0, 4588.0, 4591.0, 4621.0, 4605.0, 4623.0, 4584.0, 4630.0, 4590.0, 4610.0, 4550.0, 4588.0, 4547.0, 4599.0, 4580.0, 4631.0, 4549.0, 4610.0, 4568.0, 4599.0, 4648.0, 4619.0, 4607.0, 4564.0, 4574.0, 4554.0, 4593.0, 4554.0, 4593.0, 4533.0, 4553.0, 4521.0, 4574.0, 4581.0, 4575.0, 4572.0, 4563.0, 4593.0, 4583.0, 4562.0, 4555.0, 4572.0, 4553.0, 4583.0, 4555.0, 4573.0, 4535.0, 4562.0, 4545.0, 4607.0, 4578.0, 4587.0, 4571.0, 4597.0, 4580.0, 4629.0, 4591.0, 4599.0, 4537.0, 4568.0, 4548.0, 4602.0, 4617.0, 4609.0, 4607.0, 4579.0, 4615.0, 4597.0, 4616.0, 4597.0, 4604.0, 4565.0, 4581.0, 4555.0, 4594.0, 4572.0, 4591.0, 4544.0, 4583.0, 4542.0, 4584.0, 4522.0, 4561.0, 4523.0, 4594.0, 4566.0, 4604.0, 4554.0, 4565.0, 4555.0, 4555.0, 4599.0, 4558.0, 4598.0, 4569.0, 4608.0, 4578.0, 4608.0, 4546.0, 4576.0, 4555.0, 4587.0, 4626.0, 4612.0, 4617.0, 4566.0, 4593.0, 4575.0, 4535.0, 4565.0, 4545.0, 4578.0, 4646.0, 4609.0, 4595.0, 4573.0, 4534.0, 4588.0, 4547.0, 4596.0, 4566.0, 4544.0, 4576.0, 4566.0, 4629.0, 4558.0, 4607.0, 4556.0, 4607.0, 4646.0, 4616.0, 4583.0, 4566.0, 4553.0, 4577.0, 4605.0, 4575.0, 4601.0, 4565.0, 4593.0, 4585.0, 4534.0, 4564.0, 4535.0, 4585.0, 4586.0, 4626.0, 4544.0, 4584.0, 4534.0, 4629.0, 4620.0, 4663.0, 4643.0, 4569.0, 4577.0, 4578.0, 4548.0, 4611.0, 4561.0, 4631.0, 4606.0, 4654.0, 4617.0, 4631.0, 4567.0, 4597.0, 4613.0, 4582.0, 4582.0, 4530.0, 4591.0, 4539.0, 4558.0, 4586.0, 4556.0, 4574.0, 4555.0, 4504.0, 4516.0, 4508.0, 4540.0, 4531.0, 4572.0, 4545.0, 4564.0, 4557.0, 4574.0, 4556.0, 4595.0, 4535.0, 4555.0, 4536.0, 4556.0], 'WindowWidth': [10201.0, 10074.0, 10090.0, 10023.0, 10079.0, 10098.0, 10088.0, 10028.0, 10053.0, 10011.0, 10055.0, 10108.0, 10085.0, 10046.0, 10019.0, 10044.0, 10037.0, 10064.0, 10068.0, 10035.0, 10042.0, 10039.0, 10068.0, 10074.0, 10033.0, 10056.0, 10035.0, 10076.0, 10055.0, 10099.0, 10083.0, 10077.0, 10068.0, 10112.0, 10106.0, 10122.0, 10042.0, 10041.0, 10091.0, 10064.0, 10062.0, 10035.0, 10041.0, 9988.0, 10016.0, 9991.0, 10048.0, 10062.0, 10062.0, 9991.0, 10039.0, 10019.0, 10085.0, 10048.0, 10055.0, 10042.0, 10055.0, 10028.0, 10083.0, 10041.0, 10080.0, 9995.0, 10022.0, 10060.0, 10063.0, 10102.0, 10080.0, 10108.0, 10063.0, 10081.0, 10064.0, 10016.0, 10023.0, 10026.0, 10023.0, 10078.0, 10038.0, 10061.0, 10024.0, 10047.0, 10055.0, 10047.0, 10029.0, 10040.0, 10027.0, 10073.0, 10083.0, 10077.0, 9998.0, 10021.0, 10040.0, 10022.0, 10104.0, 10076.0, 10056.0, 10019.0, 10039.0, 10031.0, 10054.0, 10045.0, 10052.0, 9992.0, 10006.0, 10009.0, 10046.0, 10011.0, 10022.0, 10014.0, 10052.0, 10055.0, 10039.0, 10025.0, 10012.0, 10013.0, 10024.0, 10027.0, 10023.0, 10000.0, 10007.0, 10012.0, 10026.0, 10020.0, 10055.0, 10003.0, 10016.0, 10008.0, 10047.0, 10024.0, 10064.0, 10040.0, 10064.0, 10040.0, 10096.0, 10052.0, 10078.0, 10023.0, 10030.0, 10034.0, 10051.0, 10039.0, 10044.0, 10020.0, 10033.0, 10039.0, 10078.0, 10071.0, 10007.0, 10044.0, 10017.0, 10083.0, 10131.0, 10104.0, 10073.0, 10046.0, 10033.0, 10052.0, 10091.0, 10054.0, 10059.0, 10039.0, 10033.0, 10031.0, 10081.0, 10043.0, 10064.0, 10007.0, 10029.0, 10009.0, 10049.0, 10023.0, 10075.0, 9992.0, 10032.0, 9998.0, 10067.0, 10064.0, 10130.0, 10055.0, 10076.0, 10043.0, 10005.0, 10057.0, 10059.0, 10065.0, 10052.0, 10109.0, 10107.0, 10095.0, 10048.0, 10092.0, 10065.0, 10159.0, 10090.0, 10130.0, 10109.0, 10024.0, 10100.0, 10085.0, 10063.0, 10095.0, 10019.0, 10015.0, 10019.0, 10057.0, 10014.0, 10094.0, 10054.0, 10035.0, 9964.0, 9988.0, 9928.0, 9983.0, 9962.0, 9982.0, 10005.0, 9987.0, 10010.0, 10018.0, 9973.0, 9996.0, 9937.0, 9998.0, 10004.0, 10000.0, 10043.0, 10038.0, 10022.0, 10030.0, 10043.0, 10039.0, 10043.0, 10034.0, 10078.0, 10052.0, 10076.0, 10040.0, 10064.0, 10040.0, 10067.0, 10131.0, 10091.0, 10099.0, 10074.0, 10069.0, 10025.0, 10031.0, 10025.0, 10053.0, 10013.0, 10055.0, 10008.0, 10042.0, 10016.0, 10089.0, 10046.0, 10088.0, 9986.0, 10039.0, 10034.0, 10055.0, 10092.0, 10068.0, 9985.0, 10042.0, 10025.0, 10043.0, 10125.0, 10075.0, 10048.0, 10069.0, 10084.0, 10050.0, 10114.0, 10097.0, 10060.0, 10051.0, 10032.0, 10060.0, 10086.0, 10102.0, 10023.0, 10096.0, 10007.0, 10076.0, 10058.0, 10097.0, 10017.0, 10069.0, 10033.0, 10069.0, 10059.0, 10127.0, 10057.0, 10107.0, 10023.0, 10043.0, 10024.0, 10073.0, 10064.0, 10028.0, 10005.0, 10028.0, 10012.0, 10089.0, 10055.0, 10062.0, 10023.0, 10059.0, 10035.0, 10105.0, 10085.0, 10009.0, 10036.0, 9990.0, 10089.0, 10083.0, 10018.0, 10142.0, 10087.0, 10104.0, 10124.0, 10056.0, 10112.0, 10076.0, 10126.0, 10149.0, 10124.0, 10073.0, 10044.0, 10057.0, 10019.0, 10002.0, 10016.0, 9961.0, 10073.0, 10053.0, 9980.0, 10039.0, 9975.0, 10046.0, 10118.0, 10051.0, 10076.0, 10037.0, 10038.0, 10032.0, 10032.0, 10013.0, 10052.0, 10047.0, 10034.0, 10064.0, 10003.0, 10068.0, 10037.0, 10114.0, 10128.0, 10124.0, 10050.0, 10078.0, 10123.0, 10073.0, 10112.0, 10083.0, 10061.0, 10007.0, 10029.0, 10005.0, 10057.0, 10035.0, 10070.0, 10023.0, 10030.0, 10007.0, 10070.0, 10081.0, 10074.0, 10042.0, 10073.0, 10022.0, 10057.0, 10049.0, 10085.0, 10034.0, 10030.0, 9997.0, 10020.0, 10011.0, 10060.0, 10047.0, 10086.0, 9993.0, 10043.0, 10009.0, 10053.0, 10137.0, 10098.0, 10078.0, 10027.0, 10059.0, 10033.0, 10103.0, 10094.0, 10056.0, 10015.0, 10025.0, 10018.0, 10072.0, 10048.0, 10062.0, 10008.0, 10029.0, 10023.0, 10077.0, 10084.0, 10025.0, 10058.0, 10021.0, 10052.0, 10134.0, 10091.0, 10068.0, 10018.0, 10011.0, 10016.0, 10040.0, 10076.0, 9980.0, 10048.0, 10010.0, 10044.0, 10007.0, 10102.0, 10007.0, 10087.0, 9991.0, 10030.0, 10025.0, 10082.0, 9961.0, 10031.0, 9944.0, 10014.0, 10098.0, 10059.0, 10029.0, 10021.0, 9946.0, 10031.0, 9975.0, 10050.0, 10064.0, 10097.0, 9990.0, 10054.0, 9988.0, 10073.0, 10041.0, 10143.0, 10086.0, 10141.0, 10132.0, 10054.0, 10135.0, 10087.0, 10114.0, 10111.0, 10089.0, 10123.0, 10059.0, 10172.0, 10099.0, 10137.0, 10083.0, 10119.0, 10121.0, 10102.0, 10100.0, 10064.0, 10043.0, 9977.0, 10054.0, 9997.0, 9985.0, 9976.0, 9960.0, 9945.0, 9921.0, 9964.0, 9907.0, 9958.0, 10022.0, 9988.0, 9941.0, 9998.0, 9966.0, 10006.0, 9996.0, 10030.0, 10004.0, 10059.0, 10014.0, 10052.0, 10009.0, 10052.0, 10056.0, 10081.0, 10078.0, 10085.0, 10046.0, 10085.0, 10094.0, 10099.0, 10138.0, 10095.0, 10124.0, 10071.0, 10106.0, 10063.0, 10134.0, 10107.0, 10046.0, 10049.0, 9980.0, 10037.0, 10052.0, 10154.0, 10110.0, 10122.0, 10066.0, 10100.0, 10046.0, 10100.0, 10039.0, 10078.0, 10078.0, 10039.0, 10087.0, 10046.0, 10065.0, 10039.0, 10035.0, 10008.0, 10034.0, 10026.0, 10023.0, 10030.0, 9992.0, 10063.0, 10054.0, 10124.0, 10071.0, 10106.0, 10052.0, 10108.0, 10091.0, 10105.0, 10015.0, 10041.0, 9983.0, 10041.0, 10065.0, 10079.0, 9971.0, 10025.0, 10005.0, 10045.0, 10062.0, 10095.0, 9979.0, 10027.0, 9976.0, 10060.0, 10055.0, 10109.0, 10067.0, 9996.0, 10081.0, 10032.0, 10146.0, 10161.0, 10182.0, 10166.0, 10092.0, 10087.0, 10080.0, 10055.0, 10167.0, 10114.0, 10067.0, 10084.0, 10126.0, 10086.0, 10084.0, 10077.0, 10047.0, 10069.0, 10036.0, 10018.0, 9970.0, 10025.0, 10035.0, 9999.0, 9998.0, 9971.0, 9966.0, 9926.0, 9957.0, 9900.0, 9961.0, 9910.0, 9965.0, 9934.0, 9963.0, 9985.0, 9988.0, 9966.0, 10014.0, 10055.0, 10036.0, 10012.0, 10034.0, 9986.0, 10035.0, 10032.0, 10060.0, 10064.0, 10111.0, 10107.0, 10107.0, 10049.0, 10096.0, 10099.0, 10089.0, 10142.0, 10100.0, 10081.0, 10072.0, 10103.0, 10068.0, 10110.0, 10095.0, 10120.0, 10053.0, 10102.0, 10019.0, 10040.0, 9998.0, 10086.0, 10047.0, 10099.0, 10004.0, 10041.0, 10000.0, 10056.0, 10030.0, 10072.0, 9977.0, 10041.0, 10009.0, 10043.0, 10113.0, 10068.0, 10036.0, 10031.0, 10035.0, 10011.0, 10053.0, 10028.0, 10039.0, 10035.0, 10048.0, 10040.0, 10096.0, 10069.0, 10114.0, 10041.0, 10081.0, 10041.0, 10058.0, 10067.0, 10109.0, 10090.0, 10113.0, 10059.0, 10119.0, 10063.0, 10091.0, 10007.0, 10057.0, 10001.0, 10073.0, 10050.0, 10119.0, 10008.0, 10088.0, 10029.0, 10071.0, 10144.0, 10098.0, 10079.0, 10017.0, 10026.0, 10002.0, 10055.0, 10002.0, 10054.0, 9973.0, 10000.0, 9956.0, 10030.0, 10037.0, 10031.0, 10025.0, 10013.0, 10054.0, 10042.0, 10011.0, 10004.0, 10023.0, 10000.0, 10042.0, 10006.0, 10029.0, 9980.0, 10013.0, 9995.0, 10082.0, 10044.0, 10056.0, 10039.0, 10070.0, 10051.0, 10117.0, 10065.0, 10071.0, 9987.0, 10029.0, 10003.0, 10081.0, 10096.0, 10087.0, 10081.0, 10043.0, 10090.0, 10068.0, 10092.0, 10067.0, 10073.0, 10019.0, 10037.0, 10004.0, 10057.0, 10027.0, 10051.0, 9989.0, 10040.0, 9986.0, 10041.0, 9959.0, 10009.0, 9960.0, 10059.0, 10024.0, 10072.0, 10006.0, 10021.0, 10008.0, 10009.0, 10072.0, 10016.0, 10070.0, 10031.0, 10085.0, 10042.0, 10084.0, 9998.0, 10036.0, 10009.0, 10055.0, 10107.0, 10098.0, 10098.0, 10022.0, 10057.0, 10036.0, 9981.0, 10023.0, 9993.0, 10043.0, 10135.0, 10085.0, 10059.0, 10029.0, 9978.0, 10056.0, 10000.0, 10065.0, 10024.0, 9992.0, 10037.0, 10026.0, 10115.0, 10016.0, 10081.0, 10010.0, 10082.0, 10137.0, 10090.0, 10040.0, 10023.0, 10001.0, 10039.0, 10075.0, 10035.0, 10066.0, 10019.0, 10056.0, 10048.0, 9979.0, 10017.0, 9978.0, 10047.0, 10051.0, 10107.0, 9990.0, 10044.0, 9979.0, 10119.0, 10110.0, 10185.0, 10147.0, 10036.0, 10046.0, 10050.0, 10010.0, 10100.0, 10031.0, 10127.0, 10102.0, 10168.0, 10114.0, 10125.0, 10029.0, 10064.0, 10084.0, 10036.0, 10035.0, 9961.0, 10047.0, 9972.0, 9996.0, 10033.0, 9990.0, 10012.0, 9988.0, 9921.0, 9938.0, 9930.0, 9976.0, 9969.0, 10028.0, 9996.0, 10019.0, 10014.0, 10032.0, 10008.0, 10061.0, 9981.0, 10008.0, 9984.0, 10010.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.011910114810562573</td></tr>
<tr><td colspan=3>aqi</td><td>0.06939643559127441</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.137267908528784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2849896598390809</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1240981039195388</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>4790.6758</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11896031164105147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.299655568312284</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.426523368901648</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.250668855430782</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7202716624163967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3086295888577637</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113624</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024997681379318237</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04476570338010788</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.235634053706861</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>12.1317</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.5397</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.7587</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293663.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1172.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.8677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.2052</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3748.7883</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.2396</td></tr>
<tr><td colspan=3>tsnr</td><td>26.684379305806942</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>