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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-01/func/sub-0101_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dc53b5dd3f10bd4ee94bff06085f6849</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>12:48:11.195000</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.130922</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41fae0fb-0448-4289-9184-54b5a530c823||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['124811.195000', '124811.655000', '124812.115000', '124812.575000', '124813.035000', '124813.495000', '124813.955000', '124814.415000', '124814.875000', '124815.335000', '124815.795000', '124816.255000', '124816.715000', '124817.175000', '124817.635000', '124818.095000', '124818.555000', '124819.015000', '124819.475000', '124819.935000', '124820.395000', '124820.855000', '124821.315000', '124821.775000', '124822.235000', '124822.695000', '124823.155000', '124823.615000', '124824.075000', '124824.535000', '124824.995000', '124825.455000', '124825.915000', '124826.375000', '124826.835000', '124827.295000', '124827.755000', '124828.215000', '124828.675000', '124829.135000', '124829.595000', '124830.055000', '124830.515000', '124830.975000', '124831.435000', '124831.895000', '124832.355000', '124832.815000', '124833.275000', '124833.735000', '124834.195000', '124834.655000', '124835.115000', '124835.575000', '124836.035000', '124836.495000', '124836.955000', '124837.415000', '124837.875000', '124838.335000', '124838.795000', '124839.255000', '124839.715000', '124840.175000', '124840.635000', '124841.095000', '124841.555000', '124842.015000', '124842.475000', '124842.935000', '124843.395000', '124843.855000', '124844.315000', '124844.775000', '124845.235000', '124845.695000', '124846.155000', '124846.615000', '124847.075000', '124847.535000', '124847.995000', '124848.455000', '124848.915000', '124849.375000', '124849.835000', '124850.295000', '124850.755000', '124851.215000', '124851.675000', '124852.135000', '124852.595000', '124853.055000', '124853.515000', '124853.975000', '124854.435000', '124854.895000', '124855.355000', '124855.815000', '124856.275000', '124856.735000', '124857.195000', '124857.655000', '124858.115000', '124858.575000', '124859.035000', '124859.495000', '124859.955000', '124900.415000', '124900.875000', '124901.335000', '124901.795000', '124902.255000', '124902.715000', '124903.175000', '124903.635000', '124904.095000', '124904.555000', '124905.015000', '124905.475000', '124905.935000', '124906.395000', '124906.855000', '124907.315000', '124907.775000', '124908.235000', '124908.695000', '124909.155000', '124909.615000', '124910.075000', '124910.535000', '124910.995000', '124911.455000', '124911.915000', '124912.375000', '124912.835000', '124913.295000', '124913.755000', '124914.215000', '124914.675000', '124915.135000', '124915.595000', '124916.055000', '124916.515000', '124916.975000', '124917.435000', '124917.895000', '124918.355000', '124918.815000', '124919.275000', '124919.735000', '124920.195000', '124920.655000', '124921.115000', '124921.575000', '124922.035000', '124922.495000', '124922.955000', '124923.415000', '124923.875000', '124924.335000', '124924.795000', '124925.255000', '124925.715000', '124926.175000', '124926.635000', '124927.095000', '124927.555000', '124928.015000', '124928.475000', '124928.935000', '124929.395000', '124929.855000', '124930.315000', '124930.775000', '124931.235000', '124931.695000', '124932.155000', '124932.615000', '124933.075000', '124933.535000', '124933.995000', '124934.455000', '124934.915000', '124935.375000', '124935.835000', '124936.295000', '124936.755000', '124937.215000', '124937.675000', '124938.135000', '124938.595000', '124939.055000', '124939.515000', '124939.975000', '124940.435000', '124940.895000', '124941.355000', '124941.815000', '124942.275000', '124942.735000', '124943.195000', '124943.655000', '124944.115000', '124944.575000', '124945.035000', '124945.495000', '124945.955000', '124946.415000', '124946.875000', '124947.335000', '124947.795000', '124948.255000', '124948.715000', '124949.175000', '124949.635000', '124950.095000', '124950.555000', '124951.015000', '124951.475000', '124951.935000', '124952.395000', '124952.855000', '124953.315000', '124953.775000', '124954.235000', '124954.695000', '124955.155000', '124955.615000', '124956.075000', '124956.535000', '124956.995000', '124957.455000', '124957.915000', '124958.375000', '124958.835000', '124959.295000', '124959.755000', '125000.215000', '125000.675000', '125001.135000', '125001.595000', '125002.055000', '125002.515000', '125002.975000', '125003.435000', '125003.895000', '125004.355000', '125004.815000', '125005.275000', '125005.735000', '125006.195000', '125006.655000', '125007.115000', '125007.575000', '125008.035000', '125008.495000', '125008.955000', '125009.415000', '125009.875000', '125010.335000', '125010.795000', '125011.255000', '125011.715000', '125012.175000', '125012.635000', '125013.095000', '125013.555000', '125014.015000', '125014.475000', '125014.935000', '125015.395000', '125015.855000', '125016.315000', '125016.775000', '125017.235000', '125017.695000', '125018.155000', '125018.615000', '125019.075000', '125019.535000', '125019.995000', '125020.455000', '125020.915000', '125021.375000', '125021.835000', '125022.295000', '125022.755000', '125023.215000', '125023.675000', '125024.135000', '125024.595000', '125025.055000', '125025.515000', '125025.975000', '125026.435000', '125026.895000', '125027.355000', '125027.815000', '125028.275000', '125028.735000', '125029.195000', '125029.655000', '125030.115000', '125030.575000', '125031.035000', '125031.495000', '125031.955000', '125032.415000', '125032.875000', '125033.335000', '125033.795000', '125034.255000', '125034.715000', '125035.175000', '125035.635000', '125036.095000', '125036.555000', '125037.015000', '125037.475000', '125037.935000', '125038.395000', '125038.855000', '125039.315000', '125039.775000', '125040.235000', '125040.695000', '125041.155000', '125041.615000', '125042.075000', '125042.535000', '125042.995000', '125043.455000', '125043.915000', '125044.375000', '125044.835000', '125045.295000', '125045.755000', '125046.215000', '125046.675000', '125047.135000', '125047.595000', '125048.055000', '125048.515000', '125048.975000', '125049.435000', '125049.895000', '125050.355000', '125050.815000', '125051.275000', '125051.735000', '125052.195000', '125052.655000', '125053.115000', '125053.575000', '125054.035000', '125054.495000', '125054.955000', '125055.415000', '125055.875000', '125056.335000', '125056.795000', '125057.255000', '125057.715000', '125058.175000', '125058.635000', '125059.095000', '125059.555000', '125100.015000', '125100.475000', '125100.935000', '125101.395000', '125101.855000', '125102.315000', '125102.775000', '125103.235000', '125103.695000', '125104.155000', '125104.615000', '125105.075000', '125105.535000', '125105.995000', '125106.455000', '125106.915000', '125107.375000', '125107.835000', '125108.295000', '125108.755000', '125109.215000', '125109.675000', '125110.135000', '125110.595000', '125111.055000', '125111.515000', '125111.975000', '125112.435000', '125112.895000', '125113.355000', '125113.815000', '125114.275000', '125114.735000', '125115.195000', '125115.655000', '125116.115000', '125116.575000', '125117.035000', '125117.495000', '125117.955000', '125118.415000', '125118.875000', '125119.335000', '125119.795000', '125120.255000', '125120.715000', '125121.175000', '125121.635000', '125122.095000', '125122.555000', '125123.015000', '125123.475000', '125123.935000', '125124.395000', '125124.855000', '125125.315000', '125125.775000', '125126.235000', '125126.695000', '125127.155000', '125127.615000', '125128.075000', '125128.535000', '125128.995000', '125129.455000', '125129.915000', '125130.375000', '125130.835000', '125131.295000', '125131.755000', '125132.215000', '125132.675000', '125133.135000', '125133.595000', '125134.055000', '125134.515000', '125134.975000', '125135.435000', '125135.895000', '125136.355000', '125136.815000', '125137.275000', '125137.735000', '125138.195000', '125138.655000', '125139.115000', '125139.575000', '125140.035000', '125140.495000', '125140.955000', '125141.415000', '125141.875000', '125142.335000', '125142.795000', '125143.255000', '125143.715000', '125144.175000', '125144.635000', '125145.095000', '125145.555000', '125146.015000', '125146.475000', '125146.935000', '125147.395000', '125147.855000', '125148.315000', '125148.775000', '125149.235000', '125149.695000', '125150.155000', '125150.615000', '125151.075000', '125151.535000', '125151.995000', '125152.455000', '125152.915000', '125153.375000', '125153.835000', '125154.295000', '125154.755000', '125155.215000', '125155.675000', '125156.135000', '125156.595000', '125157.055000', '125157.515000', '125157.975000', '125158.435000', '125158.895000', '125159.355000', '125159.815000', '125200.275000', '125200.735000', '125201.195000', '125201.655000', '125202.115000', '125202.575000', '125203.035000', '125203.495000', '125203.955000', '125204.415000', '125204.875000', '125205.335000', '125205.795000', '125206.255000', '125206.715000', '125207.175000', '125207.635000', '125208.095000', '125208.555000', '125209.015000', '125209.475000', '125209.935000', '125210.395000', '125210.855000', '125211.315000', '125211.775000', '125212.235000', '125212.695000', '125213.155000', '125213.615000', '125214.075000', '125214.535000', '125214.995000', '125215.455000', '125215.915000', '125216.375000', '125216.835000', '125217.295000', '125217.755000', '125218.215000', '125218.675000', '125219.135000', '125219.595000', '125220.055000', '125220.515000', '125220.975000', '125221.435000', '125221.895000', '125222.355000', '125222.815000', '125223.275000', '125223.735000', '125224.195000', '125224.655000', '125225.115000', '125225.575000', '125226.035000', '125226.495000', '125226.955000', '125227.415000', '125227.875000', '125228.335000', '125228.795000', '125229.255000', '125229.715000', '125230.175000', '125230.635000', '125231.095000', '125231.555000', '125232.015000', '125232.475000', '125232.935000', '125233.395000', '125233.855000', '125234.315000', '125234.775000', '125235.235000', '125235.695000', '125236.155000', '125236.615000', '125237.075000', '125237.535000', '125237.995000', '125238.455000', '125238.915000', '125239.375000', '125239.835000', '125240.295000', '125240.755000', '125241.215000', '125241.675000', '125242.135000', '125242.595000', '125243.055000', '125243.515000', '125243.975000', '125244.435000', '125244.895000', '125245.355000', '125245.815000', '125246.275000', '125246.735000', '125247.195000', '125247.655000', '125248.115000', '125248.575000', '125249.035000', '125249.495000', '125249.955000', '125250.415000', '125250.875000', '125251.335000', '125251.795000', '125252.255000', '125252.715000', '125253.175000', '125253.635000', '125254.095000', '125254.555000', '125255.015000', '125255.475000', '125255.935000', '125256.395000', '125256.855000', '125257.315000', '125257.775000', '125258.235000', '125258.695000', '125259.155000', '125259.615000', '125300.075000', '125300.535000', '125300.995000', '125301.455000', '125301.915000', '125302.375000', '125302.835000', '125303.295000', '125303.755000', '125304.215000', '125304.675000', '125305.135000', '125305.595000', '125306.055000', '125306.515000', '125306.975000', '125307.435000', '125307.895000', '125308.355000', '125308.815000', '125309.275000', '125309.735000', '125310.195000', '125310.655000', '125311.115000', '125311.575000', '125312.035000', '125312.495000', '125312.955000', '125313.415000', '125313.875000', '125314.335000', '125314.795000', '125315.255000', '125315.715000', '125316.175000', '125316.635000', '125317.095000', '125317.555000', '125318.015000', '125318.475000', '125318.935000', '125319.395000', '125319.855000', '125320.315000', '125320.775000', '125321.235000', '125321.695000', '125322.155000', '125322.615000', '125323.075000', '125323.535000', '125323.995000', '125324.455000', '125324.915000', '125325.375000', '125325.835000', '125326.295000', '125326.755000', '125327.215000', '125327.675000', '125328.135000', '125328.595000', '125329.055000', '125329.515000', '125329.975000', '125330.435000', '125330.895000', '125331.355000', '125331.815000', '125332.275000', '125332.735000', '125333.195000', '125333.655000', '125334.115000', '125334.575000', '125335.035000', '125335.495000', '125335.955000', '125336.415000', '125336.875000', '125337.335000', '125337.795000', '125338.255000', '125338.715000', '125339.175000', '125339.635000', '125340.095000', '125340.555000', '125341.015000', '125341.475000', '125341.935000', '125342.395000', '125342.855000', '125343.315000', '125343.775000', '125344.235000', '125344.695000', '125345.155000', '125345.615000', '125346.075000', '125346.535000', '125346.995000', '125347.455000', '125347.915000', '125348.375000', '125348.835000', '125349.295000', '125349.755000', '125350.215000', '125350.675000', '125351.135000', '125351.595000', '125352.055000', '125352.515000', '125352.975000', '125353.435000', '125353.895000', '125354.355000', '125354.815000', '125355.275000', '125355.735000', '125356.195000', '125356.655000', '125357.115000', '125357.575000', '125358.035000', '125358.495000', '125358.955000', '125359.415000', '125359.875000', '125400.335000', '125400.795000', '125401.255000', '125401.715000', '125402.175000', '125402.635000', '125403.095000', '125403.555000', '125404.015000', '125404.475000', '125404.935000', '125405.395000', '125405.855000', '125406.315000', '125406.775000', '125407.235000', '125407.695000', '125408.155000', '125408.615000', '125409.075000', '125409.535000', '125409.995000', '125410.455000', '125410.915000', '125411.375000', '125411.835000', '125412.295000', '125412.755000', '125413.215000', '125413.675000', '125414.135000', '125414.595000', '125415.055000', '125415.515000', '125415.975000', '125416.435000', '125416.895000', '125417.355000', '125417.815000', '125418.275000', '125418.735000', '125419.195000', '125419.655000', '125420.115000', '125420.575000', '125421.035000', '125421.495000', '125421.955000', '125422.415000', '125422.875000', '125423.335000', '125423.795000', '125424.255000', '125424.715000', '125425.175000', '125425.635000', '125426.095000', '125426.555000', '125427.015000', '125427.475000', '125427.935000', '125428.395000', '125428.855000', '125429.315000', '125429.775000', '125430.235000', '125430.695000', '125431.155000', '125431.615000', '125432.075000', '125432.535000', '125432.995000', '125433.455000', '125433.915000', '125434.375000', '125434.835000', '125435.295000', '125435.755000', '125436.215000', '125436.675000', '125437.135000', '125437.595000', '125438.055000', '125438.515000', '125438.975000', '125439.435000', '125439.895000', '125440.355000', '125440.815000', '125441.275000', '125441.735000', '125442.195000', '125442.655000', '125443.115000', '125443.575000', '125444.035000', '125444.495000', '125444.955000', '125445.415000', '125445.875000', '125446.335000', '125446.795000', '125447.255000', '125447.715000', '125448.175000', '125448.635000', '125449.095000', '125449.555000', '125450.015000', '125450.475000', '125450.935000', '125451.395000', '125451.855000'], 'ContentTime': ['124837.443000', '124837.446000', '124837.448000', '124837.451000', '124837.454000', '124837.456000', '124837.459000', '124837.461000', '124837.464000', '124837.466000', '124837.469000', '124837.472000', '124837.474000', '124837.477000', '124837.479000', '124837.482000', '124837.484000', '124837.487000', '124837.490000', '124837.492000', '124837.495000', '124837.497000', '124837.500000', '124837.502000', '124837.505000', '124837.507000', '124837.515000', '124837.518000', '124837.520000', '124837.523000', '124837.525000', '124837.528000', '124837.530000', '124837.533000', '124837.535000', '124837.538000', '124837.541000', '124837.543000', '124837.546000', '124837.548000', '124837.551000', '124837.553000', '124837.556000', '124837.558000', '124837.561000', '124837.563000', '124837.566000', '124837.568000', '124837.571000', '124837.574000', '124837.576000', '124837.579000', '124837.581000', '124837.584000', '124857.397000', '124857.400000', '124857.403000', '124857.405000', '124857.408000', '124857.410000', '124857.413000', '124857.415000', '124857.418000', '124857.421000', '124857.423000', '124857.426000', '124857.428000', '124857.431000', '124857.433000', '124857.436000', '124857.438000', '124857.441000', '124857.444000', '124857.446000', '124857.449000', '124857.451000', '124857.454000', '124857.456000', '124857.459000', '124857.466000', '124857.468000', '124857.471000', '124857.473000', '124857.476000', '124857.479000', '124857.481000', '124857.484000', '124857.486000', '124857.489000', '124857.491000', '124857.494000', '124857.497000', '124857.499000', '124857.502000', '124857.504000', '124857.507000', '124857.509000', '124917.397000', '124917.400000', '124917.403000', '124917.405000', '124917.408000', '124917.410000', '124917.413000', '124917.415000', '124917.418000', '124917.421000', '124917.423000', '124917.426000', '124917.428000', '124917.431000', '124917.433000', '124917.436000', '124917.439000', '124917.441000', '124917.444000', '124917.446000', '124917.457000', '124917.460000', '124917.463000', '124917.465000', '124917.468000', '124917.470000', '124917.473000', '124917.475000', '124917.478000', '124917.480000', '124917.483000', '124917.486000', '124917.488000', '124917.491000', '124917.493000', '124917.496000', '124917.499000', '124917.501000', '124917.504000', '124917.506000', '124917.509000', '124917.511000', '124917.514000', '124917.552000', '124937.396000', '124937.399000', '124937.402000', '124937.404000', '124937.407000', '124937.409000', '124937.412000', '124937.415000', '124937.417000', '124937.420000', '124937.422000', '124937.425000', '124937.428000', '124937.430000', '124937.433000', '124937.435000', '124937.438000', '124937.440000', '124937.443000', '124937.446000', '124937.448000', '124937.451000', '124937.453000', '124937.456000', '124937.458000', '124937.461000', '124937.463000', '124937.466000', '124937.469000', '124937.471000', '124937.474000', '124937.477000', '124937.479000', '124937.482000', '124937.484000', '124937.487000', '124937.490000', '124937.492000', '124937.495000', '124937.498000', '124937.501000', '124937.504000', '124937.507000', '124957.397000', '124957.400000', '124957.402000', '124957.405000', '124957.407000', '124957.410000', '124957.412000', '124957.415000', '124957.417000', '124957.420000', '124957.423000', '124957.425000', '124957.428000', '124957.430000', '124957.433000', '124957.435000', '124957.438000', '124957.441000', '124957.443000', '124957.453000', '124957.455000', '124957.458000', '124957.461000', '124957.463000', '124957.466000', '124957.468000', '124957.471000', '124957.473000', '124957.476000', '124957.478000', '124957.481000', '124957.484000', '124957.486000', '124957.489000', '124957.491000', '124957.494000', '124957.496000', '124957.499000', '124957.501000', '124957.504000', '124957.507000', '124957.509000', '124957.512000', '124957.514000', '125017.396000', '125017.399000', '125017.402000', '125017.404000', '125017.407000', '125017.410000', '125017.412000', '125017.415000', '125017.417000', '125017.420000', '125017.428000', '125017.430000', '125017.433000', '125017.435000', '125017.438000', '125017.441000', '125017.443000', '125017.446000', '125017.448000', '125017.451000', '125017.454000', '125017.456000', '125017.459000', '125017.461000', '125017.464000', '125017.467000', '125017.469000', '125017.472000', '125017.475000', '125017.477000', '125017.480000', '125017.482000', '125017.485000', '125017.488000', '125017.490000', '125017.493000', '125017.495000', '125017.498000', '125017.501000', '125017.503000', '125017.506000', '125017.508000', '125017.511000', '125037.396000', '125037.399000', '125037.402000', '125037.405000', '125037.408000', '125037.411000', '125037.413000', '125037.416000', '125037.419000', '125037.421000', '125037.424000', '125037.426000', '125037.429000', '125037.432000', '125037.435000', '125037.437000', '125037.440000', '125037.442000', '125037.445000', '125037.448000', '125037.450000', '125037.453000', '125037.456000', '125037.458000', '125037.461000', '125037.463000', '125037.466000', '125037.469000', '125037.471000', '125037.474000', '125037.477000', '125037.479000', '125037.482000', '125037.484000', '125037.487000', '125037.489000', '125037.492000', '125037.494000', '125037.497000', '125037.500000', '125037.502000', '125037.505000', '125037.507000', '125057.397000', '125057.400000', '125057.403000', '125057.405000', '125057.408000', '125057.411000', '125057.413000', '125057.416000', '125057.418000', '125057.421000', '125057.423000', '125057.426000', '125057.429000', '125057.431000', '125057.434000', '125057.437000', '125057.439000', '125057.442000', '125057.444000', '125057.447000', '125057.449000', '125057.452000', '125057.454000', '125057.457000', '125057.460000', '125057.462000', '125057.465000', '125057.467000', '125057.470000', '125057.473000', '125057.475000', '125057.478000', '125057.480000', '125057.483000', '125057.485000', '125057.488000', '125057.490000', '125057.493000', '125057.496000', '125057.498000', '125057.512000', '125057.514000', '125057.517000', '125057.519000', '125117.397000', '125117.400000', '125117.403000', '125117.406000', '125117.408000', '125117.411000', '125117.413000', '125117.416000', '125117.418000', '125117.421000', '125117.424000', '125117.426000', '125117.429000', '125117.431000', '125117.434000', '125117.437000', '125117.440000', '125117.442000', '125117.445000', '125117.448000', '125117.450000', '125117.453000', '125117.455000', '125117.458000', '125117.460000', '125117.463000', '125117.466000', '125117.468000', '125117.471000', '125117.473000', '125117.476000', '125117.478000', '125117.481000', '125117.484000', '125117.486000', '125117.489000', '125117.491000', '125117.494000', '125117.496000', '125117.499000', '125117.502000', '125117.504000', '125117.507000', '125137.398000', '125137.401000', '125137.403000', '125137.406000', '125137.408000', '125137.411000', '125137.414000', '125137.416000', '125137.419000', '125137.421000', '125137.424000', '125137.426000', '125137.429000', '125137.432000', '125137.434000', '125137.437000', '125137.439000', '125137.442000', '125137.444000', '125137.447000', '125137.450000', '125137.452000', '125137.455000', '125137.457000', '125137.460000', '125137.463000', '125137.465000', '125137.468000', '125137.470000', '125137.473000', '125137.476000', '125137.478000', '125137.481000', '125137.484000', '125137.486000', '125137.489000', '125137.491000', '125137.494000', '125137.496000', '125137.499000', '125137.502000', '125137.504000', '125137.507000', '125137.509000', '125157.396000', '125157.399000', '125157.402000', '125157.404000', '125157.407000', '125157.410000', '125157.412000', '125157.415000', '125157.417000', '125157.420000', '125157.423000', '125157.425000', '125157.428000', '125157.430000', '125157.433000', '125157.435000', '125157.438000', '125157.441000', '125157.443000', '125157.446000', '125157.448000', '125157.451000', '125157.453000', '125157.456000', '125157.459000', '125157.461000', '125157.464000', '125157.466000', '125157.469000', '125157.472000', '125157.474000', '125157.477000', '125157.479000', '125157.482000', '125157.484000', '125157.487000', '125157.490000', '125157.492000', '125157.495000', '125157.497000', '125157.500000', '125157.503000', '125157.505000', '125157.508000', '125217.396000', '125217.399000', '125217.402000', '125217.405000', '125217.407000', '125217.410000', '125217.412000', '125217.415000', '125217.418000', '125217.420000', '125217.423000', '125217.425000', '125217.428000', '125217.430000', '125217.433000', '125217.435000', '125217.438000', '125217.441000', '125217.443000', '125217.446000', '125217.448000', '125217.451000', '125217.454000', '125217.456000', '125217.459000', '125217.461000', '125217.464000', '125217.466000', '125217.480000', '125217.483000', '125217.485000', '125217.488000', '125217.491000', '125217.493000', '125217.496000', '125217.498000', '125217.501000', '125217.503000', '125217.506000', '125217.509000', '125217.511000', '125217.514000', '125217.517000', '125237.396000', '125237.399000', '125237.402000', '125237.404000', '125237.407000', '125237.410000', '125237.412000', '125237.415000', '125237.418000', '125237.421000', '125237.424000', '125237.426000', '125237.429000', '125237.431000', '125237.434000', '125237.437000', '125237.439000', '125237.442000', '125237.444000', '125237.447000', '125237.460000', '125237.463000', '125237.466000', '125237.468000', '125237.471000', '125237.473000', '125237.476000', '125237.478000', '125237.481000', '125237.484000', '125237.486000', '125237.489000', '125237.491000', '125237.494000', '125237.496000', '125237.499000', '125237.502000', '125237.504000', '125237.507000', '125237.509000', '125237.512000', '125237.514000', '125237.517000', '125237.520000', '125257.396000', '125257.399000', '125257.402000', '125257.404000', '125257.407000', '125257.409000', '125257.412000', '125257.415000', '125257.417000', '125257.420000', '125257.422000', '125257.425000', '125257.427000', '125257.430000', '125257.433000', '125257.435000', '125257.438000', '125257.440000', '125257.443000', '125257.446000', '125257.448000', '125257.451000', '125257.453000', '125257.456000', '125257.458000', '125257.461000', '125257.464000', '125257.466000', '125257.469000', '125257.471000', '125257.474000', '125257.477000', '125257.479000', '125257.482000', '125257.484000', '125257.487000', '125257.490000', '125257.492000', '125257.495000', '125257.497000', '125257.500000', '125257.503000', '125257.505000', '125317.397000', '125317.400000', '125317.403000', '125317.406000', '125317.408000', '125317.411000', '125317.413000', '125317.416000', '125317.419000', '125317.421000', '125317.424000', '125317.426000', '125317.429000', '125317.432000', '125317.434000', '125317.437000', '125317.439000', '125317.442000', '125317.444000', '125317.447000', '125317.450000', '125317.452000', '125317.455000', '125317.457000', '125317.460000', '125317.464000', '125317.466000', '125317.469000', '125317.471000', '125317.474000', '125317.477000', '125317.479000', '125317.482000', '125317.485000', '125317.487000', '125317.490000', '125317.493000', '125317.495000', '125317.498000', '125317.501000', '125317.503000', '125317.506000', '125317.508000', '125337.398000', '125337.400000', '125337.403000', '125337.406000', '125337.408000', '125337.411000', '125337.413000', '125337.416000', '125337.419000', '125337.421000', '125337.424000', '125337.426000', '125337.429000', '125337.431000', '125337.434000', '125337.437000', '125337.439000', '125337.442000', '125337.444000', '125337.447000', '125337.449000', '125337.452000', '125337.455000', '125337.457000', '125337.460000', '125337.462000', '125337.465000', '125337.468000', '125337.470000', '125337.473000', '125337.475000', '125337.478000', '125337.481000', '125337.483000', '125337.486000', '125337.489000', '125337.491000', '125337.494000', '125337.496000', '125337.499000', '125337.502000', '125337.504000', '125337.507000', '125337.509000', '125357.398000', '125357.400000', '125357.403000', '125357.406000', '125357.408000', '125357.411000', '125357.413000', '125357.416000', '125357.419000', '125357.421000', '125357.424000', '125357.426000', '125357.429000', '125357.431000', '125357.434000', '125357.437000', '125357.439000', '125357.442000', '125357.444000', '125357.447000', '125357.449000', '125357.452000', '125357.455000', '125357.457000', '125357.461000', '125357.464000', '125357.466000', '125357.469000', '125357.472000', '125357.474000', '125357.477000', '125357.480000', '125357.482000', '125357.485000', '125357.487000', '125357.490000', '125357.492000', '125357.495000', '125357.497000', '125357.500000', '125357.503000', '125357.505000', '125357.508000', '125417.397000', '125417.399000', '125417.402000', '125417.405000', '125417.407000', '125417.410000', '125417.412000', '125417.415000', '125417.417000', '125417.420000', '125417.423000', '125417.425000', '125417.428000', '125417.430000', '125417.433000', '125417.436000', '125417.438000', '125417.441000', '125417.444000', '125417.446000', '125417.449000', '125417.451000', '125417.454000', '125417.457000', '125417.459000', '125417.462000', '125417.465000', '125417.469000', '125417.471000', '125417.474000', '125417.476000', '125417.479000', '125417.482000', '125417.484000', '125417.487000', '125417.489000', '125417.492000', '125417.495000', '125417.497000', '125417.500000', '125417.502000', '125417.505000', '125417.508000', '125417.510000', '125437.396000', '125437.399000', '125437.402000', '125437.404000', '125437.407000', '125437.410000', '125437.412000', '125437.415000', '125437.417000', '125437.420000', '125437.423000', '125437.425000', '125437.428000', '125437.430000', '125437.433000', '125437.435000', '125437.438000', '125437.441000', '125437.443000', '125437.446000', '125437.448000', '125437.451000', '125437.454000', '125437.456000', '125437.459000', '125437.462000', '125437.464000', '125437.467000', '125437.470000', '125437.472000', '125437.475000', '125437.477000', '125437.480000', '125437.483000', '125437.485000', '125437.488000', '125437.490000', '125437.493000', '125437.496000', '125437.498000', '125437.501000', '125437.503000', '125437.506000', '125453.560000', '125453.563000', '125453.565000', '125453.568000', '125453.571000', '125453.573000', '125453.576000', '125453.579000', '125453.582000', '125453.584000', '125453.587000', '125453.590000', '125453.593000', '125453.596000', '125453.599000', '125453.602000', '125453.605000', '125453.608000', '125453.610000', '125453.613000', '125453.616000', '125453.619000', '125453.621000', '125453.624000', '125453.627000', '125453.629000', '125453.632000', '125453.635000', '125453.638000', '125453.649000', '125453.652000', '125453.655000', '125453.658000', '125453.661000', '125453.664000', '125453.666000'], 'InstanceCreationTime': ['124837.443000', '124837.446000', '124837.448000', '124837.451000', '124837.454000', '124837.456000', '124837.459000', '124837.461000', '124837.464000', '124837.466000', '124837.469000', '124837.472000', '124837.474000', '124837.477000', '124837.479000', '124837.482000', '124837.484000', '124837.487000', '124837.490000', '124837.492000', '124837.495000', '124837.497000', '124837.500000', '124837.502000', '124837.505000', '124837.507000', '124837.515000', '124837.518000', '124837.520000', '124837.523000', '124837.525000', '124837.528000', '124837.530000', '124837.533000', '124837.535000', '124837.538000', '124837.541000', '124837.543000', '124837.546000', '124837.548000', '124837.551000', '124837.553000', '124837.556000', '124837.558000', '124837.561000', '124837.563000', '124837.566000', '124837.568000', '124837.571000', '124837.574000', '124837.576000', '124837.579000', '124837.581000', '124837.584000', '124857.397000', '124857.400000', '124857.403000', '124857.405000', '124857.408000', '124857.410000', '124857.413000', '124857.415000', '124857.418000', '124857.421000', '124857.423000', '124857.426000', '124857.428000', '124857.431000', '124857.433000', '124857.436000', '124857.438000', '124857.441000', '124857.444000', '124857.446000', '124857.449000', '124857.451000', '124857.454000', '124857.456000', '124857.459000', '124857.466000', '124857.468000', '124857.471000', '124857.473000', '124857.476000', '124857.479000', '124857.481000', '124857.484000', '124857.486000', '124857.489000', '124857.491000', '124857.494000', '124857.497000', '124857.499000', '124857.502000', '124857.504000', '124857.507000', '124857.509000', '124917.397000', '124917.400000', '124917.403000', '124917.405000', '124917.408000', '124917.410000', '124917.413000', '124917.415000', '124917.418000', '124917.421000', '124917.423000', '124917.426000', '124917.428000', '124917.431000', '124917.433000', '124917.436000', '124917.439000', '124917.441000', '124917.444000', '124917.446000', '124917.457000', '124917.460000', '124917.463000', '124917.465000', '124917.468000', '124917.470000', '124917.473000', '124917.475000', '124917.478000', '124917.480000', '124917.483000', '124917.486000', '124917.488000', '124917.491000', '124917.493000', '124917.496000', '124917.499000', '124917.501000', '124917.504000', '124917.506000', '124917.509000', '124917.511000', '124917.514000', '124917.552000', '124937.396000', '124937.399000', '124937.402000', '124937.404000', '124937.407000', '124937.409000', '124937.412000', '124937.415000', '124937.417000', '124937.420000', '124937.422000', '124937.425000', '124937.428000', '124937.430000', '124937.433000', '124937.435000', '124937.438000', '124937.440000', '124937.443000', '124937.446000', '124937.448000', '124937.451000', '124937.453000', '124937.456000', '124937.458000', '124937.461000', '124937.463000', '124937.466000', '124937.469000', '124937.471000', '124937.474000', '124937.477000', '124937.479000', '124937.482000', '124937.484000', '124937.487000', '124937.490000', '124937.492000', '124937.495000', '124937.498000', '124937.501000', '124937.504000', '124937.507000', '124957.397000', '124957.400000', '124957.402000', '124957.405000', '124957.407000', '124957.410000', '124957.412000', '124957.415000', '124957.417000', '124957.420000', '124957.423000', '124957.425000', '124957.428000', '124957.430000', '124957.433000', '124957.435000', '124957.438000', '124957.441000', '124957.443000', '124957.453000', '124957.455000', '124957.458000', '124957.461000', '124957.463000', '124957.466000', '124957.468000', '124957.471000', '124957.473000', '124957.476000', '124957.478000', '124957.481000', '124957.484000', '124957.486000', '124957.489000', '124957.491000', '124957.494000', '124957.496000', '124957.499000', '124957.501000', '124957.504000', '124957.507000', '124957.509000', '124957.512000', '124957.514000', '125017.396000', '125017.399000', '125017.402000', '125017.404000', '125017.407000', '125017.410000', '125017.412000', '125017.415000', '125017.417000', '125017.420000', '125017.428000', '125017.430000', '125017.433000', '125017.435000', '125017.438000', '125017.441000', '125017.443000', '125017.446000', '125017.448000', '125017.451000', '125017.454000', '125017.456000', '125017.459000', '125017.461000', '125017.464000', '125017.467000', '125017.469000', '125017.472000', '125017.475000', '125017.477000', '125017.480000', '125017.482000', '125017.485000', '125017.488000', '125017.490000', '125017.493000', '125017.495000', '125017.498000', '125017.501000', '125017.503000', '125017.506000', '125017.508000', '125017.511000', '125037.396000', '125037.399000', '125037.402000', '125037.405000', '125037.408000', '125037.411000', '125037.413000', '125037.416000', '125037.419000', '125037.421000', '125037.424000', '125037.426000', '125037.429000', '125037.432000', '125037.435000', '125037.437000', '125037.440000', '125037.442000', '125037.445000', '125037.448000', '125037.450000', '125037.453000', '125037.456000', '125037.458000', '125037.461000', '125037.463000', '125037.466000', '125037.469000', '125037.471000', '125037.474000', '125037.477000', '125037.479000', '125037.482000', '125037.484000', '125037.487000', '125037.489000', '125037.492000', '125037.494000', '125037.497000', '125037.500000', '125037.502000', '125037.505000', '125037.507000', '125057.397000', '125057.400000', '125057.403000', '125057.405000', '125057.408000', '125057.411000', '125057.413000', '125057.416000', '125057.418000', '125057.421000', '125057.423000', '125057.426000', '125057.429000', '125057.431000', '125057.434000', '125057.437000', '125057.439000', '125057.442000', '125057.444000', '125057.447000', '125057.449000', '125057.452000', '125057.454000', '125057.457000', '125057.460000', '125057.462000', '125057.465000', '125057.467000', '125057.470000', '125057.473000', '125057.475000', '125057.478000', '125057.480000', '125057.483000', '125057.485000', '125057.488000', '125057.490000', '125057.493000', '125057.496000', '125057.498000', '125057.512000', '125057.514000', '125057.517000', '125057.519000', '125117.397000', '125117.400000', '125117.403000', '125117.406000', '125117.408000', '125117.411000', '125117.413000', '125117.416000', '125117.418000', '125117.421000', '125117.424000', '125117.426000', '125117.429000', '125117.431000', '125117.434000', '125117.437000', '125117.440000', '125117.442000', '125117.445000', '125117.448000', '125117.450000', '125117.453000', '125117.455000', '125117.458000', '125117.460000', '125117.463000', '125117.466000', '125117.468000', '125117.471000', '125117.473000', '125117.476000', '125117.478000', '125117.481000', '125117.484000', '125117.486000', '125117.489000', '125117.491000', '125117.494000', '125117.496000', '125117.499000', '125117.502000', '125117.504000', '125117.507000', '125137.398000', '125137.401000', '125137.403000', '125137.406000', '125137.408000', '125137.411000', '125137.414000', '125137.416000', '125137.419000', '125137.421000', '125137.424000', '125137.426000', '125137.429000', '125137.432000', '125137.434000', '125137.437000', '125137.439000', '125137.442000', '125137.444000', '125137.447000', '125137.450000', '125137.452000', '125137.455000', '125137.457000', '125137.460000', '125137.463000', '125137.465000', '125137.468000', '125137.470000', '125137.473000', '125137.476000', '125137.478000', '125137.481000', '125137.484000', '125137.486000', '125137.489000', '125137.491000', '125137.494000', '125137.496000', '125137.499000', '125137.502000', '125137.504000', '125137.507000', '125137.509000', '125157.396000', '125157.399000', '125157.402000', '125157.404000', '125157.407000', '125157.410000', '125157.412000', '125157.415000', '125157.417000', '125157.420000', '125157.423000', '125157.425000', '125157.428000', '125157.430000', '125157.433000', '125157.435000', '125157.438000', '125157.441000', '125157.443000', '125157.446000', '125157.448000', '125157.451000', '125157.453000', '125157.456000', '125157.459000', '125157.461000', '125157.464000', '125157.466000', '125157.469000', '125157.472000', '125157.474000', '125157.477000', '125157.479000', '125157.482000', '125157.484000', '125157.487000', '125157.490000', '125157.492000', '125157.495000', '125157.497000', '125157.500000', '125157.503000', '125157.505000', '125157.508000', '125217.396000', '125217.399000', '125217.402000', '125217.405000', '125217.407000', '125217.410000', '125217.412000', '125217.415000', '125217.418000', '125217.420000', '125217.423000', '125217.425000', '125217.428000', '125217.430000', '125217.433000', '125217.435000', '125217.438000', '125217.441000', '125217.443000', '125217.446000', '125217.448000', '125217.451000', '125217.454000', '125217.456000', '125217.459000', '125217.461000', '125217.464000', '125217.466000', '125217.480000', '125217.483000', '125217.485000', '125217.488000', '125217.491000', '125217.493000', '125217.496000', '125217.498000', '125217.501000', '125217.503000', '125217.506000', '125217.509000', '125217.511000', '125217.514000', '125217.517000', '125237.396000', '125237.399000', '125237.402000', '125237.404000', '125237.407000', '125237.410000', '125237.412000', '125237.415000', '125237.418000', '125237.421000', '125237.424000', '125237.426000', '125237.429000', '125237.431000', '125237.434000', '125237.437000', '125237.439000', '125237.442000', '125237.444000', '125237.447000', '125237.460000', '125237.463000', '125237.466000', '125237.468000', '125237.471000', '125237.473000', '125237.476000', '125237.478000', '125237.481000', '125237.484000', '125237.486000', '125237.489000', '125237.491000', '125237.494000', '125237.496000', '125237.499000', '125237.502000', '125237.504000', '125237.507000', '125237.509000', '125237.512000', '125237.514000', '125237.517000', '125237.520000', '125257.396000', '125257.399000', '125257.402000', '125257.404000', '125257.407000', '125257.409000', '125257.412000', '125257.415000', '125257.417000', '125257.420000', '125257.422000', '125257.425000', '125257.427000', '125257.430000', '125257.433000', '125257.435000', '125257.438000', '125257.440000', '125257.443000', '125257.446000', '125257.448000', '125257.451000', '125257.453000', '125257.456000', '125257.458000', '125257.461000', '125257.464000', '125257.466000', '125257.469000', '125257.471000', '125257.474000', '125257.477000', '125257.479000', '125257.482000', '125257.484000', '125257.487000', '125257.490000', '125257.492000', '125257.495000', '125257.497000', '125257.500000', '125257.503000', '125257.505000', '125317.397000', '125317.400000', '125317.403000', '125317.406000', '125317.408000', '125317.411000', '125317.413000', '125317.416000', '125317.419000', '125317.421000', '125317.424000', '125317.426000', '125317.429000', '125317.432000', '125317.434000', '125317.437000', '125317.439000', '125317.442000', '125317.444000', '125317.447000', '125317.450000', '125317.452000', '125317.455000', '125317.457000', '125317.460000', '125317.464000', '125317.466000', '125317.469000', '125317.471000', '125317.474000', '125317.477000', '125317.479000', '125317.482000', '125317.485000', '125317.487000', '125317.490000', '125317.493000', '125317.495000', '125317.498000', '125317.501000', '125317.503000', '125317.506000', '125317.508000', '125337.398000', '125337.400000', '125337.403000', '125337.406000', '125337.408000', '125337.411000', '125337.413000', '125337.416000', '125337.419000', '125337.421000', '125337.424000', '125337.426000', '125337.429000', '125337.431000', '125337.434000', '125337.437000', '125337.439000', '125337.442000', '125337.444000', '125337.447000', '125337.449000', '125337.452000', '125337.455000', '125337.457000', '125337.460000', '125337.462000', '125337.465000', '125337.468000', '125337.470000', '125337.473000', '125337.475000', '125337.478000', '125337.481000', '125337.483000', '125337.486000', '125337.489000', '125337.491000', '125337.494000', '125337.496000', '125337.499000', '125337.502000', '125337.504000', '125337.507000', '125337.509000', '125357.398000', '125357.400000', '125357.403000', '125357.406000', '125357.408000', '125357.411000', '125357.413000', '125357.416000', '125357.419000', '125357.421000', '125357.424000', '125357.426000', '125357.429000', '125357.431000', '125357.434000', '125357.437000', '125357.439000', '125357.442000', '125357.444000', '125357.447000', '125357.449000', '125357.452000', '125357.455000', '125357.457000', '125357.461000', '125357.464000', '125357.466000', '125357.469000', '125357.472000', '125357.474000', '125357.477000', '125357.480000', '125357.482000', '125357.485000', '125357.487000', '125357.490000', '125357.492000', '125357.495000', '125357.497000', '125357.500000', '125357.503000', '125357.505000', '125357.508000', '125417.397000', '125417.399000', '125417.402000', '125417.405000', '125417.407000', '125417.410000', '125417.412000', '125417.415000', '125417.417000', '125417.420000', '125417.423000', '125417.425000', '125417.428000', '125417.430000', '125417.433000', '125417.436000', '125417.438000', '125417.441000', '125417.444000', '125417.446000', '125417.449000', '125417.451000', '125417.454000', '125417.457000', '125417.459000', '125417.462000', '125417.465000', '125417.469000', '125417.471000', '125417.474000', '125417.476000', '125417.479000', '125417.482000', '125417.484000', '125417.487000', '125417.489000', '125417.492000', '125417.495000', '125417.497000', '125417.500000', '125417.502000', '125417.505000', '125417.508000', '125417.510000', '125437.396000', '125437.399000', '125437.402000', '125437.404000', '125437.407000', '125437.410000', '125437.412000', '125437.415000', '125437.417000', '125437.420000', '125437.423000', '125437.425000', '125437.428000', '125437.430000', '125437.433000', '125437.435000', '125437.438000', '125437.441000', '125437.443000', '125437.446000', '125437.448000', '125437.451000', '125437.454000', '125437.456000', '125437.459000', '125437.462000', '125437.464000', '125437.467000', '125437.470000', '125437.472000', '125437.475000', '125437.477000', '125437.480000', '125437.483000', '125437.485000', '125437.488000', '125437.490000', '125437.493000', '125437.496000', '125437.498000', '125437.501000', '125437.503000', '125437.506000', '125453.560000', '125453.563000', '125453.565000', '125453.568000', '125453.571000', '125453.573000', '125453.576000', '125453.579000', '125453.582000', '125453.584000', '125453.587000', '125453.590000', '125453.593000', '125453.596000', '125453.599000', '125453.602000', '125453.605000', '125453.608000', '125453.610000', '125453.613000', '125453.616000', '125453.619000', '125453.621000', '125453.624000', '125453.627000', '125453.629000', '125453.632000', '125453.635000', '125453.638000', '125453.649000', '125453.652000', '125453.655000', '125453.658000', '125453.661000', '125453.664000', '125453.666000'], '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': [9273, 8375, 9741, 8810, 10074, 8314, 8081, 8987, 8911, 8874, 7478, 9330, 8459, 8797, 8324, 8989, 9406, 12942, 12140, 8885, 9194, 8976, 9082, 7753, 9172, 8680, 10312, 8423, 9835, 9035, 9055, 8874, 7614, 9437, 9099, 9524, 7531, 10171, 12502, 12692, 8979, 8757, 9437, 9312, 9259, 8786, 9106, 8498, 8929, 8869, 8445, 9507, 9917, 12245, 8395, 9352, 9060, 10069, 8404, 10710, 9150, 9037, 9356, 8076, 9834, 9413, 14709, 10743, 7977, 9338, 9370, 9279, 8419, 9562, 9549, 10359, 9602, 8424, 9858, 10065, 14737, 11117, 8834, 9419, 9313, 9486, 8069, 9918, 8955, 10064, 8133, 9197, 8964, 8819, 8656, 7573, 9109, 8958, 8920, 7926, 9173, 9052, 8634, 8958, 7619, 9216, 10765, 9039, 8330, 8674, 9259, 10273, 10393, 8159, 8996, 8420, 9083, 8216, 9295, 8773, 8780, 8671, 8383, 8703, 9834, 8364, 7330, 8432, 8481, 8759, 7529, 8867, 8482, 8928, 7901, 9697, 8929, 14050, 10766, 7639, 9013, 8725, 9525, 8853, 12302, 12286, 9828, 8150, 9150, 9092, 9729, 8647, 7432, 8784, 8651, 8772, 7307, 9160, 14615, 11148, 8509, 8912, 8629, 8531, 7681, 9001, 8586, 9238, 7905, 9093, 8698, 8953, 8381, 9078, 8640, 9748, 8063, 10049, 12322, 10436, 8910, 7651, 9293, 8747, 10390, 7883, 9150, 8156, 8960, 7635, 8906, 8297, 8623, 8462, 7287, 8659, 8672, 9148, 8100, 9498, 8755, 13570, 9571, 7571, 8710, 8991, 9600, 9330, 8719, 8902, 8980, 7643, 9457, 11235, 8927, 7855, 8830, 8578, 10315, 8010, 8937, 8659, 8249, 8514, 7359, 9032, 8325, 8547, 8033, 9404, 8745, 13974, 9729, 8553, 8652, 8460, 8716, 7655, 9475, 11479, 9120, 7936, 9385, 10092, 11501, 7836, 8987, 8097, 8839, 7791, 9210, 8585, 9402, 8596, 8906, 9157, 11643, 11095, 8060, 8982, 8634, 8827, 7378, 8979, 10038, 8759, 7640, 9037, 8334, 9259, 8372, 7617, 8625, 10376, 8723, 7571, 9240, 8128, 10679, 8102, 8753, 8354, 8688, 7476, 8617, 8141, 8688, 7861, 8602, 8268, 9480, 8602, 7433, 9166, 14743, 12261, 9378, 8817, 8712, 9808, 7687, 8475, 7912, 8683, 7695, 8760, 9410, 8744, 8097, 8911, 8681, 10634, 9254, 7560, 8462, 8474, 9184, 7463, 8878, 8006, 8654, 7682, 9164, 9167, 12401, 8971, 7468, 8976, 8411, 10690, 9579, 8996, 8211, 8706, 8253, 8684, 8113, 10829, 8964, 7471, 8794, 8060, 9524, 7499, 8531, 8413, 8767, 8011, 8544, 8277, 10070, 8867, 7431, 8864, 14743, 10196, 7737, 8822, 8542, 10216, 8847, 11035, 12869, 10446, 8545, 9290, 7849, 9664, 8571, 7445, 8705, 10061, 9827, 8652, 8383, 8411, 10253, 11131, 9272, 8623, 8052, 8930, 8066, 9148, 8580, 14467, 8740, 7968, 8342, 8354, 8692, 7758, 8763, 8364, 9071, 8147, 8910, 8196, 8890, 8341, 8856, 8866, 13139, 8953, 7591, 8616, 8915, 9676, 7639, 8614, 8571, 9165, 7974, 9402, 10753, 12380, 8497, 8651, 8576, 8485, 8537, 7373, 8336, 7789, 8600, 7714, 8965, 8717, 8396, 8422, 7574, 8683, 8591, 8963, 7967, 9195, 9235, 11151, 8197, 8894, 8698, 11027, 8663, 10056, 8565, 8851, 8330, 9451, 8464, 12681, 8818, 8128, 8717, 8371, 8838, 7386, 8636, 8650, 9044, 7806, 9476, 8073, 10562, 8364, 8908, 8741, 14764, 10738, 8913, 8491, 8830, 8091, 9084, 10306, 12109, 8482, 8679, 8453, 9747, 8471, 7401, 8359, 8391, 8596, 7427, 8728, 8227, 8867, 7483, 8437, 8045, 8684, 7480, 8935, 8810, 12294, 8618, 8886, 8184, 8594, 7992, 8166, 8239, 8865, 8539, 7402, 8503, 12829, 8514, 7402, 8379, 7927, 8890, 7922, 8441, 8750, 8787, 7313, 8773, 10249, 11297, 7631, 9030, 8351, 9017, 7608, 8631, 8729, 8805, 7795, 9594, 8478, 11877, 8198, 7659, 8656, 8285, 9731, 8875, 8994, 8444, 8619, 7738, 8540, 8436, 11298, 8359, 7446, 8796, 8215, 10738, 7703, 8742, 8411, 8547, 8351, 8364, 9013, 10417, 8994, 7552, 9192, 9345, 14195, 8271, 8832, 8019, 10752, 8523, 8566, 8354, 8463, 7968, 8693, 9025, 9573, 8443, 8921, 8606, 12566, 8368, 8447, 8360, 8135, 7815, 7402, 8111, 8165, 8887, 7388, 8872, 8397, 10156, 7653, 8689, 8392, 10591, 9781, 8815, 8413, 9140, 8607, 7931, 10012, 13070, 9021, 7433, 8674, 8200, 10263, 7688, 9056, 8012, 8068, 7521, 8477, 8031, 8225, 8002, 7372, 8518, 9542, 8574, 7561, 8595, 8238, 12412, 9528, 8010, 8171, 8295, 8513, 7408, 8689, 11272, 9208, 8019, 9059, 8192, 14566, 10621, 8194, 8024, 8483, 8324, 8549, 7971, 9764, 8730, 8659, 7996, 13114, 8744, 7602, 7996, 8430, 8208, 7869, 8409, 8797, 9166, 7663, 8934, 8168, 12679, 8144, 8729, 8202, 8529, 7513, 8782, 7985, 8071, 8392, 7416, 8475, 11852, 9223, 7671, 8626, 8225, 9545, 7405, 8743, 8580, 8882, 7586, 8344, 7849, 8359, 7938, 8597, 8197, 11041, 8569, 7572, 8633, 8135, 10431, 8281, 8457, 8294, 8337, 8504, 7426, 8118, 7271, 8932, 9895, 8882, 8550, 9780, 9513, 8203, 8929, 11518, 15177, 11463, 9126, 8874, 8736, 11501, 11635, 11131, 8670, 8302, 8549, 8289, 7432, 8412, 8512, 8754, 7818, 8849, 8425, 9668, 9453, 7546, 8784, 8355, 9162, 7919, 8994, 13836, 11469, 8067, 9271, 9059, 9078, 7730, 8521, 9051, 9262, 7474, 8752, 10366, 9201, 7822, 8606, 8492, 10044, 8718, 9395, 8623, 9566, 8617, 9025, 8864, 11416, 10221, 8575, 8578, 8377, 8988, 8169, 8548, 13635, 9333, 8570, 8382, 7902, 8248, 8443, 8474, 8405, 8698, 8112, 8442, 10647, 10080, 7813, 8778, 8485, 9299, 7749, 9216, 8587, 10899, 8381, 9235, 8491, 8836, 8351, 8711, 8646, 8760, 8354, 7905, 8650, 9075, 9326, 7434, 8922, 8756, 11282, 7894, 8653, 8192, 8688, 7602, 8760, 8211, 7992, 8484, 7408, 9137, 10615, 12807, 8180, 8929, 8664, 8313, 8263, 8011, 8208, 9476, 8768, 7406, 8883, 11967, 13347, 12557, 8805, 8492, 9265, 7701, 8957, 8992, 9871, 9049, 12057, 14047, 14562, 10772, 8117, 8932, 8691, 8985, 7771, 9143, 8785, 9523, 8313, 8916, 8501, 8818, 9125, 8116, 8691, 10371, 9587, 8248], 'WindowCenter': [4710.0, 4671.0, 4672.0, 4657.0, 4652.0, 4620.0, 4609.0, 4625.0, 4622.0, 4623.0, 4595.0, 4625.0, 4603.0, 4611.0, 4601.0, 4614.0, 4622.0, 4672.0, 4662.0, 4612.0, 4621.0, 4610.0, 4609.0, 4593.0, 4622.0, 4612.0, 4628.0, 4602.0, 4632.0, 4612.0, 4620.0, 4621.0, 4593.0, 4621.0, 4611.0, 4620.0, 4592.0, 4642.0, 4674.0, 4670.0, 4610.0, 4599.0, 4611.0, 4619.0, 4619.0, 4611.0, 4613.0, 4611.0, 4609.0, 4609.0, 4600.0, 4619.0, 4632.0, 4661.0, 4601.0, 4621.0, 4621.0, 4631.0, 4599.0, 4640.0, 4619.0, 4613.0, 4608.0, 4589.0, 4631.0, 4621.0, 4680.0, 4642.0, 4603.0, 4623.0, 4611.0, 4606.0, 4587.0, 4609.0, 4618.0, 4617.0, 4618.0, 4589.0, 4630.0, 4619.0, 4680.0, 4641.0, 4611.0, 4607.0, 4606.0, 4606.0, 4587.0, 4619.0, 4610.0, 4618.0, 4590.0, 4610.0, 4613.0, 4623.0, 4608.0, 4590.0, 4609.0, 4606.0, 4609.0, 4601.0, 4622.0, 4624.0, 4610.0, 4622.0, 4592.0, 4622.0, 4643.0, 4609.0, 4600.0, 4600.0, 4621.0, 4630.0, 4631.0, 4592.0, 4612.0, 4599.0, 4608.0, 4601.0, 4621.0, 4612.0, 4610.0, 4601.0, 4604.0, 4612.0, 4633.0, 4614.0, 4594.0, 4614.0, 4612.0, 4612.0, 4595.0, 4623.0, 4613.0, 4610.0, 4591.0, 4632.0, 4622.0, 4682.0, 4643.0, 4592.0, 4611.0, 4611.0, 4631.0, 4623.0, 4661.0, 4662.0, 4630.0, 4591.0, 4609.0, 4608.0, 4619.0, 4610.0, 4580.0, 4612.0, 4600.0, 4611.0, 4581.0, 4622.0, 4682.0, 4639.0, 4599.0, 4608.0, 4598.0, 4598.0, 4592.0, 4611.0, 4601.0, 4620.0, 4590.0, 4610.0, 4601.0, 4598.0, 4589.0, 4598.0, 4598.0, 4618.0, 4590.0, 4620.0, 4660.0, 4630.0, 4609.0, 4578.0, 4608.0, 4599.0, 4629.0, 4589.0, 4610.0, 4588.0, 4609.0, 4591.0, 4625.0, 4602.0, 4608.0, 4601.0, 4583.0, 4613.0, 4610.0, 4619.0, 4603.0, 4632.0, 4611.0, 4672.0, 4620.0, 4591.0, 4610.0, 4611.0, 4620.0, 4610.0, 4599.0, 4597.0, 4608.0, 4594.0, 4620.0, 4643.0, 4597.0, 4589.0, 4611.0, 4609.0, 4631.0, 4600.0, 4609.0, 4610.0, 4612.0, 4611.0, 4582.0, 4614.0, 4602.0, 4598.0, 4588.0, 4608.0, 4598.0, 4683.0, 4620.0, 4600.0, 4600.0, 4599.0, 4600.0, 4590.0, 4620.0, 4638.0, 4608.0, 4590.0, 4619.0, 4631.0, 4649.0, 4591.0, 4610.0, 4588.0, 4596.0, 4577.0, 4609.0, 4600.0, 4609.0, 4599.0, 4608.0, 4621.0, 4651.0, 4654.0, 4590.0, 4610.0, 4598.0, 4609.0, 4581.0, 4608.0, 4630.0, 4609.0, 4603.0, 4608.0, 4599.0, 4620.0, 4600.0, 4592.0, 4610.0, 4643.0, 4610.0, 4591.0, 4633.0, 4603.0, 4643.0, 4591.0, 4599.0, 4601.0, 4613.0, 4583.0, 4612.0, 4601.0, 4612.0, 4604.0, 4613.0, 4601.0, 4619.0, 4598.0, 4582.0, 4620.0, 4683.0, 4649.0, 4611.0, 4610.0, 4612.0, 4629.0, 4593.0, 4599.0, 4589.0, 4599.0, 4591.0, 4614.0, 4621.0, 4599.0, 4589.0, 4610.0, 4611.0, 4630.0, 4621.0, 4592.0, 4601.0, 4588.0, 4609.0, 4578.0, 4609.0, 4602.0, 4610.0, 4592.0, 4622.0, 4624.0, 4663.0, 4609.0, 4580.0, 4610.0, 4600.0, 4630.0, 4623.0, 4610.0, 4601.0, 4597.0, 4601.0, 4612.0, 4602.0, 4641.0, 4609.0, 4581.0, 4609.0, 4599.0, 4620.0, 4580.0, 4611.0, 4601.0, 4611.0, 4600.0, 4614.0, 4600.0, 4621.0, 4611.0, 4582.0, 4609.0, 4680.0, 4631.0, 4580.0, 4610.0, 4600.0, 4630.0, 4611.0, 4642.0, 4660.0, 4628.0, 4599.0, 4608.0, 4573.0, 4606.0, 4600.0, 4580.0, 4612.0, 4633.0, 4632.0, 4612.0, 4601.0, 4599.0, 4631.0, 4641.0, 4610.0, 4600.0, 4591.0, 4609.0, 4590.0, 4622.0, 4602.0, 4684.0, 4602.0, 4590.0, 4589.0, 4601.0, 4609.0, 4593.0, 4615.0, 4601.0, 4610.0, 4603.0, 4621.0, 4605.0, 4611.0, 4600.0, 4624.0, 4612.0, 4671.0, 4610.0, 4591.0, 4600.0, 4611.0, 4619.0, 4591.0, 4603.0, 4600.0, 4608.0, 4593.0, 4610.0, 4641.0, 4659.0, 4599.0, 4598.0, 4599.0, 4601.0, 4615.0, 4583.0, 4601.0, 4593.0, 4612.0, 4592.0, 4611.0, 4612.0, 4601.0, 4602.0, 4592.0, 4613.0, 4601.0, 4610.0, 4605.0, 4620.0, 4620.0, 4641.0, 4600.0, 4611.0, 4613.0, 4641.0, 4602.0, 4631.0, 4602.0, 4609.0, 4587.0, 4620.0, 4601.0, 4662.0, 4609.0, 4590.0, 4600.0, 4599.0, 4611.0, 4581.0, 4599.0, 4599.0, 4609.0, 4592.0, 4631.0, 4604.0, 4630.0, 4602.0, 4614.0, 4612.0, 4681.0, 4638.0, 4609.0, 4597.0, 4597.0, 4591.0, 4611.0, 4632.0, 4648.0, 4600.0, 4598.0, 4600.0, 4620.0, 4599.0, 4581.0, 4599.0, 4587.0, 4597.0, 4583.0, 4610.0, 4601.0, 4624.0, 4593.0, 4602.0, 4602.0, 4601.0, 4582.0, 4622.0, 4612.0, 4663.0, 4611.0, 4609.0, 4599.0, 4613.0, 4591.0, 4602.0, 4601.0, 4611.0, 4612.0, 4583.0, 4611.0, 4674.0, 4610.0, 4580.0, 4601.0, 4589.0, 4609.0, 4604.0, 4600.0, 4600.0, 4599.0, 4580.0, 4612.0, 4630.0, 4640.0, 4579.0, 4611.0, 4601.0, 4610.0, 4592.0, 4611.0, 4601.0, 4598.0, 4591.0, 4632.0, 4602.0, 4652.0, 4600.0, 4579.0, 4611.0, 4601.0, 4621.0, 4612.0, 4611.0, 4589.0, 4596.0, 4592.0, 4612.0, 4602.0, 4640.0, 4602.0, 4582.0, 4613.0, 4602.0, 4643.0, 4591.0, 4610.0, 4601.0, 4611.0, 4601.0, 4602.0, 4612.0, 4629.0, 4600.0, 4590.0, 4621.0, 4610.0, 4669.0, 4600.0, 4611.0, 4603.0, 4640.0, 4600.0, 4599.0, 4600.0, 4598.0, 4588.0, 4612.0, 4610.0, 4608.0, 4588.0, 4611.0, 4599.0, 4661.0, 4598.0, 4600.0, 4598.0, 4590.0, 4589.0, 4581.0, 4589.0, 4589.0, 4609.0, 4582.0, 4623.0, 4604.0, 4632.0, 4590.0, 4602.0, 4612.0, 4642.0, 4632.0, 4613.0, 4599.0, 4607.0, 4610.0, 4591.0, 4630.0, 4659.0, 4598.0, 4568.0, 4611.0, 4599.0, 4632.0, 4591.0, 4609.0, 4589.0, 4603.0, 4593.0, 4602.0, 4589.0, 4598.0, 4600.0, 4592.0, 4612.0, 4632.0, 4610.0, 4589.0, 4613.0, 4601.0, 4661.0, 4620.0, 4591.0, 4599.0, 4599.0, 4611.0, 4581.0, 4614.0, 4641.0, 4608.0, 4590.0, 4623.0, 4604.0, 4679.0, 4629.0, 4588.0, 4589.0, 4612.0, 4602.0, 4611.0, 4590.0, 4617.0, 4598.0, 4612.0, 4590.0, 4672.0, 4600.0, 4578.0, 4587.0, 4601.0, 4598.0, 4590.0, 4601.0, 4599.0, 4608.0, 4579.0, 4609.0, 4600.0, 4671.0, 4589.0, 4600.0, 4600.0, 4611.0, 4580.0, 4613.0, 4592.0, 4589.0, 4602.0, 4595.0, 4601.0, 4653.0, 4610.0, 4579.0, 4600.0, 4614.0, 4620.0, 4583.0, 4599.0, 4611.0, 4621.0, 4593.0, 4603.0, 4588.0, 4597.0, 4590.0, 4613.0, 4603.0, 4654.0, 4610.0, 4592.0, 4613.0, 4617.0, 4643.0, 4615.0, 4613.0, 4603.0, 4600.0, 4612.0, 4592.0, 4602.0, 4580.0, 4611.0, 4633.0, 4611.0, 4611.0, 4629.0, 4619.0, 4603.0, 4624.0, 4654.0, 4695.0, 4651.0, 4611.0, 4611.0, 4614.0, 4651.0, 4652.0, 4653.0, 4602.0, 4600.0, 4599.0, 4601.0, 4583.0, 4616.0, 4612.0, 4611.0, 4592.0, 4624.0, 4614.0, 4634.0, 4634.0, 4594.0, 4612.0, 4602.0, 4623.0, 4607.0, 4623.0, 4687.0, 4651.0, 4591.0, 4613.0, 4613.0, 4629.0, 4592.0, 4601.0, 4610.0, 4619.0, 4595.0, 4613.0, 4633.0, 4621.0, 4582.0, 4600.0, 4612.0, 4632.0, 4612.0, 4623.0, 4601.0, 4619.0, 4600.0, 4609.0, 4612.0, 4650.0, 4633.0, 4602.0, 4600.0, 4587.0, 4608.0, 4604.0, 4612.0, 4684.0, 4609.0, 4601.0, 4588.0, 4602.0, 4602.0, 4604.0, 4602.0, 4589.0, 4597.0, 4590.0, 4603.0, 4630.0, 4631.0, 4592.0, 4610.0, 4600.0, 4607.0, 4577.0, 4621.0, 4612.0, 4641.0, 4603.0, 4612.0, 4601.0, 4610.0, 4599.0, 4612.0, 4602.0, 4598.0, 4602.0, 4590.0, 4612.0, 4609.0, 4608.0, 4580.0, 4623.0, 4610.0, 4654.0, 4592.0, 4598.0, 4598.0, 4613.0, 4592.0, 4614.0, 4603.0, 4588.0, 4609.0, 4595.0, 4623.0, 4642.0, 4672.0, 4601.0, 4609.0, 4597.0, 4599.0, 4602.0, 4603.0, 4600.0, 4620.0, 4600.0, 4583.0, 4625.0, 4651.0, 4671.0, 4661.0, 4609.0, 4596.0, 4596.0, 4576.0, 4597.0, 4599.0, 4619.0, 4609.0, 4650.0, 4682.0, 4680.0, 4640.0, 4590.0, 4609.0, 4596.0, 4593.0, 4576.0, 4607.0, 4597.0, 4618.0, 4600.0, 4610.0, 4612.0, 4608.0, 4609.0, 4603.0, 4600.0, 4630.0, 4619.0, 4589.0], 'WindowWidth': [10357.0, 10277.0, 10255.0, 10225.0, 10209.0, 10161.0, 10137.0, 10152.0, 10144.0, 10148.0, 10109.0, 10149.0, 10118.0, 10124.0, 10110.0, 10130.0, 10142.0, 10209.0, 10197.0, 10127.0, 10137.0, 10121.0, 10120.0, 10102.0, 10139.0, 10128.0, 10144.0, 10111.0, 10152.0, 10124.0, 10137.0, 10138.0, 10101.0, 10136.0, 10122.0, 10137.0, 10102.0, 10167.0, 10212.0, 10204.0, 10120.0, 10104.0, 10120.0, 10134.0, 10134.0, 10125.0, 10127.0, 10125.0, 10118.0, 10115.0, 10105.0, 10133.0, 10151.0, 10192.0, 10109.0, 10135.0, 10139.0, 10151.0, 10108.0, 10162.0, 10133.0, 10126.0, 10116.0, 10089.0, 10147.0, 10135.0, 10218.0, 10166.0, 10114.0, 10140.0, 10120.0, 10111.0, 10083.0, 10115.0, 10127.0, 10127.0, 10127.0, 10089.0, 10147.0, 10132.0, 10216.0, 10162.0, 10121.0, 10112.0, 10107.0, 10107.0, 10084.0, 10129.0, 10119.0, 10128.0, 10092.0, 10119.0, 10128.0, 10144.0, 10116.0, 10093.0, 10117.0, 10112.0, 10118.0, 10111.0, 10139.0, 10144.0, 10124.0, 10140.0, 10099.0, 10139.0, 10167.0, 10117.0, 10105.0, 10106.0, 10136.0, 10149.0, 10152.0, 10098.0, 10126.0, 10104.0, 10118.0, 10112.0, 10138.0, 10128.0, 10121.0, 10109.0, 10115.0, 10130.0, 10157.0, 10133.0, 10107.0, 10131.0, 10130.0, 10131.0, 10107.0, 10141.0, 10128.0, 10121.0, 10096.0, 10154.0, 10140.0, 10225.0, 10167.0, 10098.0, 10122.0, 10124.0, 10152.0, 10141.0, 10192.0, 10193.0, 10150.0, 10094.0, 10117.0, 10118.0, 10135.0, 10122.0, 10081.0, 10123.0, 10106.0, 10124.0, 10084.0, 10140.0, 10221.0, 10158.0, 10103.0, 10113.0, 10101.0, 10104.0, 10099.0, 10121.0, 10108.0, 10133.0, 10095.0, 10119.0, 10107.0, 10100.0, 10087.0, 10099.0, 10101.0, 10132.0, 10093.0, 10134.0, 10187.0, 10146.0, 10116.0, 10073.0, 10114.0, 10104.0, 10145.0, 10091.0, 10117.0, 10089.0, 10121.0, 10101.0, 10148.0, 10111.0, 10117.0, 10110.0, 10087.0, 10130.0, 10123.0, 10132.0, 10117.0, 10155.0, 10125.0, 10210.0, 10134.0, 10095.0, 10119.0, 10126.0, 10133.0, 10120.0, 10103.0, 10098.0, 10115.0, 10104.0, 10132.0, 10165.0, 10097.0, 10091.0, 10124.0, 10120.0, 10149.0, 10109.0, 10117.0, 10120.0, 10128.0, 10124.0, 10086.0, 10129.0, 10112.0, 10104.0, 10087.0, 10117.0, 10103.0, 10224.0, 10132.0, 10105.0, 10104.0, 10106.0, 10108.0, 10092.0, 10134.0, 10154.0, 10113.0, 10092.0, 10133.0, 10148.0, 10174.0, 10094.0, 10118.0, 10086.0, 10096.0, 10074.0, 10116.0, 10105.0, 10115.0, 10102.0, 10114.0, 10141.0, 10177.0, 10185.0, 10093.0, 10116.0, 10102.0, 10119.0, 10083.0, 10116.0, 10148.0, 10119.0, 10117.0, 10115.0, 10102.0, 10134.0, 10108.0, 10100.0, 10122.0, 10169.0, 10120.0, 10095.0, 10158.0, 10116.0, 10169.0, 10097.0, 10105.0, 10110.0, 10130.0, 10089.0, 10125.0, 10108.0, 10129.0, 10121.0, 10128.0, 10111.0, 10133.0, 10102.0, 10086.0, 10135.0, 10223.0, 10170.0, 10120.0, 10118.0, 10126.0, 10147.0, 10101.0, 10103.0, 10090.0, 10104.0, 10097.0, 10127.0, 10137.0, 10104.0, 10089.0, 10118.0, 10124.0, 10148.0, 10138.0, 10096.0, 10106.0, 10086.0, 10114.0, 10075.0, 10119.0, 10112.0, 10121.0, 10101.0, 10140.0, 10144.0, 10196.0, 10120.0, 10079.0, 10116.0, 10106.0, 10146.0, 10142.0, 10120.0, 10106.0, 10098.0, 10110.0, 10128.0, 10113.0, 10164.0, 10117.0, 10080.0, 10119.0, 10106.0, 10134.0, 10081.0, 10121.0, 10108.0, 10127.0, 10109.0, 10130.0, 10107.0, 10133.0, 10120.0, 10085.0, 10120.0, 10216.0, 10147.0, 10077.0, 10116.0, 10106.0, 10148.0, 10120.0, 10165.0, 10188.0, 10143.0, 10103.0, 10111.0, 10061.0, 10111.0, 10105.0, 10080.0, 10126.0, 10154.0, 10152.0, 10124.0, 10108.0, 10104.0, 10148.0, 10162.0, 10117.0, 10104.0, 10092.0, 10114.0, 10092.0, 10138.0, 10111.0, 10225.0, 10109.0, 10093.0, 10087.0, 10106.0, 10119.0, 10100.0, 10130.0, 10107.0, 10118.0, 10114.0, 10138.0, 10117.0, 10123.0, 10106.0, 10144.0, 10124.0, 10205.0, 10119.0, 10094.0, 10104.0, 10120.0, 10131.0, 10096.0, 10111.0, 10105.0, 10115.0, 10100.0, 10120.0, 10163.0, 10184.0, 10101.0, 10099.0, 10105.0, 10108.0, 10137.0, 10085.0, 10109.0, 10103.0, 10124.0, 10099.0, 10122.0, 10124.0, 10112.0, 10112.0, 10099.0, 10126.0, 10108.0, 10120.0, 10120.0, 10134.0, 10135.0, 10161.0, 10106.0, 10120.0, 10127.0, 10163.0, 10111.0, 10149.0, 10109.0, 10117.0, 10084.0, 10133.0, 10108.0, 10193.0, 10116.0, 10091.0, 10104.0, 10104.0, 10121.0, 10081.0, 10104.0, 10103.0, 10116.0, 10096.0, 10150.0, 10116.0, 10148.0, 10109.0, 10128.0, 10127.0, 10217.0, 10155.0, 10116.0, 10096.0, 10099.0, 10094.0, 10121.0, 10151.0, 10168.0, 10103.0, 10099.0, 10108.0, 10133.0, 10107.0, 10080.0, 10103.0, 10086.0, 10099.0, 10086.0, 10120.0, 10110.0, 10149.0, 10104.0, 10111.0, 10111.0, 10108.0, 10085.0, 10139.0, 10126.0, 10199.0, 10121.0, 10117.0, 10106.0, 10129.0, 10097.0, 10113.0, 10107.0, 10121.0, 10126.0, 10090.0, 10122.0, 10211.0, 10120.0, 10079.0, 10105.0, 10094.0, 10119.0, 10116.0, 10107.0, 10105.0, 10103.0, 10078.0, 10124.0, 10147.0, 10160.0, 10077.0, 10118.0, 10107.0, 10121.0, 10100.0, 10121.0, 10106.0, 10100.0, 10096.0, 10153.0, 10113.0, 10179.0, 10105.0, 10077.0, 10122.0, 10111.0, 10135.0, 10124.0, 10119.0, 10089.0, 10096.0, 10099.0, 10127.0, 10113.0, 10163.0, 10111.0, 10085.0, 10130.0, 10113.0, 10170.0, 10096.0, 10120.0, 10108.0, 10127.0, 10110.0, 10113.0, 10123.0, 10144.0, 10103.0, 10092.0, 10137.0, 10120.0, 10201.0, 10103.0, 10122.0, 10115.0, 10161.0, 10108.0, 10103.0, 10105.0, 10104.0, 10088.0, 10124.0, 10119.0, 10114.0, 10086.0, 10123.0, 10104.0, 10191.0, 10100.0, 10103.0, 10101.0, 10096.0, 10090.0, 10082.0, 10090.0, 10088.0, 10117.0, 10085.0, 10144.0, 10116.0, 10154.0, 10093.0, 10110.0, 10130.0, 10167.0, 10154.0, 10123.0, 10102.0, 10111.0, 10123.0, 10095.0, 10147.0, 10183.0, 10098.0, 10060.0, 10127.0, 10107.0, 10152.0, 10093.0, 10115.0, 10089.0, 10121.0, 10101.0, 10111.0, 10091.0, 10101.0, 10112.0, 10102.0, 10127.0, 10154.0, 10119.0, 10091.0, 10131.0, 10113.0, 10194.0, 10134.0, 10094.0, 10103.0, 10103.0, 10127.0, 10082.0, 10132.0, 10161.0, 10114.0, 10091.0, 10144.0, 10116.0, 10217.0, 10143.0, 10087.0, 10087.0, 10126.0, 10110.0, 10122.0, 10090.0, 10123.0, 10098.0, 10124.0, 10094.0, 10206.0, 10104.0, 10074.0, 10084.0, 10109.0, 10102.0, 10093.0, 10109.0, 10103.0, 10113.0, 10077.0, 10117.0, 10105.0, 10204.0, 10091.0, 10104.0, 10104.0, 10124.0, 10082.0, 10128.0, 10097.0, 10091.0, 10111.0, 10109.0, 10110.0, 10182.0, 10119.0, 10077.0, 10107.0, 10133.0, 10133.0, 10086.0, 10104.0, 10122.0, 10140.0, 10099.0, 10113.0, 10089.0, 10099.0, 10094.0, 10129.0, 10113.0, 10187.0, 10120.0, 10097.0, 10126.0, 10141.0, 10169.0, 10133.0, 10129.0, 10112.0, 10107.0, 10131.0, 10102.0, 10112.0, 10079.0, 10123.0, 10153.0, 10124.0, 10122.0, 10143.0, 10130.0, 10114.0, 10143.0, 10182.0, 10239.0, 10175.0, 10120.0, 10118.0, 10128.0, 10178.0, 10178.0, 10180.0, 10109.0, 10103.0, 10102.0, 10108.0, 10087.0, 10136.0, 10124.0, 10120.0, 10095.0, 10141.0, 10133.0, 10155.0, 10158.0, 10101.0, 10123.0, 10109.0, 10143.0, 10125.0, 10139.0, 10231.0, 10174.0, 10094.0, 10122.0, 10122.0, 10157.0, 10099.0, 10109.0, 10117.0, 10130.0, 10107.0, 10127.0, 10155.0, 10134.0, 10082.0, 10105.0, 10128.0, 10152.0, 10127.0, 10139.0, 10108.0, 10128.0, 10103.0, 10116.0, 10126.0, 10172.0, 10154.0, 10109.0, 10104.0, 10085.0, 10114.0, 10119.0, 10122.0, 10224.0, 10117.0, 10104.0, 10085.0, 10112.0, 10109.0, 10115.0, 10109.0, 10089.0, 10097.0, 10093.0, 10113.0, 10146.0, 10151.0, 10098.0, 10119.0, 10104.0, 10111.0, 10072.0, 10135.0, 10124.0, 10165.0, 10112.0, 10123.0, 10108.0, 10123.0, 10105.0, 10125.0, 10110.0, 10102.0, 10112.0, 10095.0, 10126.0, 10118.0, 10115.0, 10078.0, 10143.0, 10121.0, 10185.0, 10096.0, 10100.0, 10100.0, 10130.0, 10099.0, 10131.0, 10112.0, 10088.0, 10117.0, 10108.0, 10141.0, 10169.0, 10207.0, 10108.0, 10116.0, 10099.0, 10108.0, 10111.0, 10115.0, 10105.0, 10131.0, 10104.0, 10088.0, 10146.0, 10175.0, 10202.0, 10189.0, 10115.0, 10095.0, 10092.0, 10066.0, 10097.0, 10102.0, 10129.0, 10116.0, 10173.0, 10218.0, 10214.0, 10157.0, 10091.0, 10115.0, 10092.0, 10086.0, 10067.0, 10110.0, 10097.0, 10128.0, 10103.0, 10119.0, 10124.0, 10116.0, 10114.0, 10116.0, 10105.0, 10147.0, 10129.0, 10086.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.00017241339491916858</td></tr>
<tr><td colspan=3>aqi</td><td>0.017689701847575057</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.846667268855505</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.144358749294797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987048270751446</td></tr>
<tr><td colspan=3>efc</td><td>0.5435</td></tr>
<tr><td colspan=3>fber</td><td>2210.4011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10193743625125898</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.314087759815243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4686743824985906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.374000579763052</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.717785571566579</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3142369961661413</td></tr>
<tr><td colspan=3>gcor</td><td>0.00395831</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010398287326097488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06366275995969772</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.295688944178246</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>21.5191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.4079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>293.7939</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1305.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>501.1662</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7975</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.2462</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3780.1748</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.6229</td></tr>
<tr><td colspan=3>tsnr</td><td>39.57843524334021</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>