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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_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-0105/ses-04/func/sub-0105_ses-04_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>b5fd7c8d34d63eec21c5e682eba47f3f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:10:8.615000</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.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</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.112119</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>234e9da4-d5e4-4618-a9a9-97b29d5f2a75||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['191008.615000', '191009.075000', '191009.535000', '191009.995000', '191010.455000', '191010.915000', '191011.375000', '191011.835000', '191012.295000', '191012.755000', '191013.215000', '191013.675000', '191014.135000', '191014.595000', '191015.055000', '191015.515000', '191015.975000', '191016.435000', '191016.895000', '191017.355000', '191017.815000', '191018.275000', '191018.735000', '191019.195000', '191019.655000', '191020.115000', '191020.575000', '191021.035000', '191021.495000', '191021.955000', '191022.415000', '191022.875000', '191023.335000', '191023.795000', '191024.255000', '191024.715000', '191025.175000', '191025.635000', '191026.095000', '191026.555000', '191027.015000', '191027.475000', '191027.935000', '191028.395000', '191028.855000', '191029.315000', '191029.775000', '191030.235000', '191030.695000', '191031.155000', '191031.615000', '191032.075000', '191032.535000', '191032.995000', '191033.455000', '191033.915000', '191034.375000', '191034.835000', '191035.295000', '191035.755000', '191036.215000', '191036.675000', '191037.135000', '191037.595000', '191038.055000', '191038.515000', '191038.975000', '191039.435000', '191039.895000', '191040.355000', '191040.815000', '191041.275000', '191041.735000', '191042.195000', '191042.655000', '191043.115000', '191043.575000', '191044.035000', '191044.495000', '191044.955000', '191045.415000', '191045.875000', '191046.335000', '191046.795000', '191047.255000', '191047.715000', '191048.175000', '191048.635000', '191049.095000', '191049.555000', '191050.015000', '191050.475000', '191050.935000', '191051.395000', '191051.855000', '191052.315000', '191052.775000', '191053.235000', '191053.695000', '191054.155000', '191054.615000', '191055.075000', '191055.535000', '191055.995000', '191056.455000', '191056.915000', '191057.375000', '191057.835000', '191058.295000', '191058.755000', '191059.215000', '191059.675000', '191100.135000', '191100.595000', '191101.055000', '191101.515000', '191101.975000', '191102.435000', '191102.895000', '191103.355000', '191103.815000', '191104.275000', '191104.735000', '191105.195000', '191105.655000', '191106.115000', '191106.575000', '191107.035000', '191107.495000', '191107.955000', '191108.415000', '191108.875000', '191109.335000', '191109.795000', '191110.255000', '191110.715000', '191111.175000', '191111.635000', '191112.095000', '191112.555000', '191113.015000', '191113.475000', '191113.935000', '191114.395000', '191114.855000', '191115.315000', '191115.775000', '191116.235000', '191116.695000', '191117.155000', '191117.615000', '191118.075000', '191118.535000', '191118.995000', '191119.455000', '191119.915000', '191120.375000', '191120.835000', '191121.295000', '191121.755000', '191122.215000', '191122.675000', '191123.135000', '191123.595000', '191124.055000', '191124.515000', '191124.975000', '191125.435000', '191125.895000', '191126.355000', '191126.815000', '191127.275000', '191127.735000', '191128.195000', '191128.655000', '191129.115000', '191129.575000', '191130.035000', '191130.495000', '191130.955000', '191131.415000', '191131.875000', '191132.335000', '191132.795000', '191133.255000', '191133.715000', '191134.175000', '191134.635000', '191135.095000', '191135.555000', '191136.015000', '191136.475000', '191136.935000', '191137.395000', '191137.855000', '191138.315000', '191138.775000', '191139.235000', '191139.695000', '191140.155000', '191140.615000', '191141.075000', '191141.535000', '191141.995000', '191142.455000', '191142.915000', '191143.375000', '191143.835000', '191144.295000', '191144.755000', '191145.215000', '191145.675000', '191146.135000', '191146.595000', '191147.055000', '191147.515000', '191147.975000', '191148.435000', '191148.895000', '191149.355000', '191149.815000', '191150.275000', '191150.735000', '191151.195000', '191151.655000', '191152.115000', '191152.575000', '191153.035000', '191153.495000', '191153.955000', '191154.415000', '191154.875000', '191155.335000', '191155.795000', '191156.255000', '191156.715000', '191157.175000', '191157.635000', '191158.095000', '191158.555000', '191159.015000', '191159.475000', '191159.935000', '191200.395000', '191200.855000', '191201.315000', '191201.775000', '191202.235000', '191202.695000', '191203.155000', '191203.615000', '191204.075000', '191204.535000', '191204.995000', '191205.455000', '191205.915000', '191206.375000', '191206.835000', '191207.295000', '191207.755000', '191208.215000', '191208.675000', '191209.135000', '191209.595000', '191210.055000', '191210.515000', '191210.975000', '191211.435000', '191211.895000', '191212.355000', '191212.815000', '191213.275000', '191213.735000', '191214.195000', '191214.655000', '191215.115000', '191215.575000', '191216.035000', '191216.495000', '191216.955000', '191217.415000', '191217.875000', '191218.335000', '191218.795000', '191219.255000', '191219.715000', '191220.175000', '191220.635000', '191221.095000', '191221.555000', '191222.015000', '191222.475000', '191222.935000', '191223.395000', '191223.855000', '191224.315000', '191224.775000', '191225.235000', '191225.695000', '191226.155000', '191226.615000', '191227.075000', '191227.535000', '191227.995000', '191228.455000', '191228.915000', '191229.375000', '191229.835000', '191230.295000', '191230.755000', '191231.215000', '191231.675000', '191232.135000', '191232.595000', '191233.055000', '191233.515000', '191233.975000', '191234.435000', '191234.895000', '191235.355000', '191235.815000', '191236.275000', '191236.735000', '191237.195000', '191237.655000', '191238.115000', '191238.575000', '191239.035000', '191239.495000', '191239.955000', '191240.415000', '191240.875000', '191241.335000', '191241.795000', '191242.255000', '191242.715000', '191243.175000', '191243.635000', '191244.095000', '191244.555000', '191245.015000', '191245.475000', '191245.935000', '191246.395000', '191246.855000', '191247.315000', '191247.775000', '191248.235000', '191248.695000', '191249.155000', '191249.615000', '191250.075000', '191250.535000', '191250.995000', '191251.455000', '191251.915000', '191252.375000', '191252.835000', '191253.295000', '191253.755000', '191254.215000', '191254.675000', '191255.135000', '191255.595000', '191256.055000', '191256.515000', '191256.975000', '191257.435000', '191257.895000', '191258.355000', '191258.815000', '191259.275000', '191259.735000', '191300.195000', '191300.655000', '191301.115000', '191301.575000', '191302.035000', '191302.495000', '191302.955000', '191303.415000', '191303.875000', '191304.335000', '191304.795000', '191305.255000', '191305.715000', '191306.175000', '191306.635000', '191307.095000', '191307.555000', '191308.015000', '191308.475000', '191308.935000', '191309.395000', '191309.855000', '191310.315000', '191310.775000', '191311.235000', '191311.695000', '191312.155000', '191312.615000', '191313.075000', '191313.535000', '191313.995000', '191314.455000', '191314.915000', '191315.375000', '191315.835000', '191316.295000', '191316.755000', '191317.215000', '191317.675000', '191318.135000', '191318.595000', '191319.055000', '191319.515000', '191319.975000', '191320.435000', '191320.895000', '191321.355000', '191321.815000', '191322.275000', '191322.735000', '191323.195000', '191323.655000', '191324.115000', '191324.575000', '191325.035000', '191325.495000', '191325.955000', '191326.415000', '191326.875000', '191327.335000', '191327.795000', '191328.255000', '191328.715000', '191329.175000', '191329.635000', '191330.095000', '191330.555000', '191331.015000', '191331.475000', '191331.935000', '191332.395000', '191332.855000', '191333.315000', '191333.775000', '191334.235000', '191334.695000', '191335.155000', '191335.615000', '191336.075000', '191336.535000', '191336.995000', '191337.455000', '191337.915000', '191338.375000', '191338.835000', '191339.295000', '191339.755000', '191340.215000', '191340.675000', '191341.135000', '191341.595000', '191342.055000', '191342.515000', '191342.975000', '191343.435000', '191343.895000', '191344.355000', '191344.815000', '191345.275000', '191345.735000', '191346.195000', '191346.655000', '191347.115000', '191347.575000', '191348.035000', '191348.495000', '191348.955000', '191349.415000', '191349.875000', '191350.335000', '191350.795000', '191351.255000', '191351.715000', '191352.175000', '191352.635000', '191353.095000', '191353.555000', '191354.015000', '191354.475000', '191354.935000', '191355.395000', '191355.855000', '191356.315000', '191356.775000', '191357.235000', '191357.695000', '191358.155000', '191358.615000', '191359.075000', '191359.535000', '191359.995000', '191400.455000', '191400.915000', '191401.375000', '191401.835000', '191402.295000', '191402.755000', '191403.215000', '191403.675000', '191404.135000', '191404.595000', '191405.055000', '191405.515000', '191405.975000', '191406.435000', '191406.895000', '191407.355000', '191407.815000', '191408.275000', '191408.735000', '191409.195000', '191409.655000', '191410.115000', '191410.575000', '191411.035000', '191411.495000', '191411.955000', '191412.415000', '191412.875000', '191413.335000', '191413.795000', '191414.255000', '191414.715000', '191415.175000', '191415.635000', '191416.095000', '191416.555000', '191417.015000', '191417.475000', '191417.935000', '191418.395000', '191418.855000', '191419.315000', '191419.775000', '191420.235000', '191420.695000', '191421.155000', '191421.615000', '191422.075000', '191422.535000', '191422.995000', '191423.455000', '191423.915000', '191424.375000', '191424.835000', '191425.295000', '191425.755000', '191426.215000', '191426.675000', '191427.135000', '191427.595000', '191428.055000', '191428.515000', '191428.975000', '191429.435000', '191429.895000', '191430.355000', '191430.815000', '191431.275000', '191431.735000', '191432.195000', '191432.655000', '191433.115000', '191433.575000', '191434.035000', '191434.495000', '191434.955000', '191435.415000', '191435.875000', '191436.335000', '191436.795000', '191437.255000', '191437.715000', '191438.175000', '191438.635000', '191439.095000', '191439.555000', '191440.015000', '191440.475000', '191440.935000', '191441.395000', '191441.855000', '191442.315000', '191442.775000', '191443.235000', '191443.695000', '191444.155000', '191444.615000', '191445.075000', '191445.535000', '191445.995000', '191446.455000', '191446.915000', '191447.375000', '191447.835000', '191448.295000', '191448.755000', '191449.215000', '191449.675000', '191450.135000', '191450.595000', '191451.055000', '191451.515000', '191451.975000', '191452.435000', '191452.895000', '191453.355000', '191453.815000', '191454.275000', '191454.735000', '191455.195000', '191455.655000', '191456.115000', '191456.575000', '191457.035000', '191457.495000', '191457.955000', '191458.415000', '191458.875000', '191459.335000', '191459.795000', '191500.255000', '191500.715000', '191501.175000', '191501.635000', '191502.095000', '191502.555000', '191503.015000', '191503.475000', '191503.935000', '191504.395000', '191504.855000', '191505.315000', '191505.775000', '191506.235000', '191506.695000', '191507.155000', '191507.615000', '191508.075000', '191508.535000', '191508.995000', '191509.455000', '191509.915000', '191510.375000', '191510.835000', '191511.295000', '191511.755000', '191512.215000', '191512.675000', '191513.135000', '191513.595000', '191514.055000', '191514.515000', '191514.975000', '191515.435000', '191515.895000', '191516.355000', '191516.815000', '191517.275000', '191517.735000', '191518.195000', '191518.655000', '191519.115000', '191519.575000', '191520.035000', '191520.495000', '191520.955000', '191521.415000', '191521.875000', '191522.335000', '191522.795000', '191523.255000', '191523.715000', '191524.175000', '191524.635000', '191525.095000', '191525.555000', '191526.015000', '191526.475000', '191526.935000', '191527.395000', '191527.855000', '191528.315000', '191528.775000', '191529.235000', '191529.695000', '191530.155000', '191530.615000', '191531.075000', '191531.535000', '191531.995000', '191532.455000', '191532.915000', '191533.375000', '191533.835000', '191534.295000', '191534.755000', '191535.215000', '191535.675000', '191536.135000', '191536.595000', '191537.055000', '191537.515000', '191537.975000', '191538.435000', '191538.895000', '191539.355000', '191539.815000', '191540.275000', '191540.735000', '191541.195000', '191541.655000', '191542.115000', '191542.575000', '191543.035000', '191543.495000', '191543.955000', '191544.415000', '191544.875000', '191545.335000', '191545.795000', '191546.255000', '191546.715000', '191547.175000', '191547.635000', '191548.095000', '191548.555000', '191549.015000', '191549.475000', '191549.935000', '191550.395000', '191550.855000', '191551.315000', '191551.775000', '191552.235000', '191552.695000', '191553.155000', '191553.615000', '191554.075000', '191554.535000', '191554.995000', '191555.455000', '191555.915000', '191556.375000', '191556.835000', '191557.295000', '191557.755000', '191558.215000', '191558.675000', '191559.135000', '191559.595000', '191600.055000', '191600.515000', '191600.975000', '191601.435000', '191601.895000', '191602.355000', '191602.815000', '191603.275000', '191603.735000', '191604.195000', '191604.655000', '191605.115000', '191605.575000', '191606.035000', '191606.495000', '191606.955000', '191607.415000', '191607.875000', '191608.335000', '191608.795000', '191609.255000', '191609.715000', '191610.175000', '191610.635000', '191611.095000', '191611.555000', '191612.015000', '191612.475000', '191612.935000', '191613.395000', '191613.855000', '191614.315000', '191614.775000', '191615.235000', '191615.695000', '191616.155000', '191616.615000', '191617.075000', '191617.535000', '191617.995000', '191618.455000', '191618.915000', '191619.375000', '191619.835000', '191620.295000', '191620.755000', '191621.215000', '191621.675000', '191622.135000', '191622.595000', '191623.055000', '191623.515000', '191623.975000', '191624.435000', '191624.895000', '191625.355000', '191625.815000', '191626.275000', '191626.735000', '191627.195000', '191627.655000', '191628.115000', '191628.575000', '191629.035000', '191629.495000', '191629.955000', '191630.415000', '191630.875000', '191631.335000', '191631.795000', '191632.255000', '191632.715000', '191633.175000', '191633.635000', '191634.095000', '191634.555000', '191635.015000', '191635.475000', '191635.935000', '191636.395000', '191636.855000', '191637.315000', '191637.775000', '191638.235000', '191638.695000', '191639.155000', '191639.615000', '191640.075000', '191640.535000', '191640.995000', '191641.455000', '191641.915000', '191642.375000', '191642.835000', '191643.295000', '191643.755000', '191644.215000', '191644.675000', '191645.135000', '191645.595000', '191646.055000', '191646.515000', '191646.975000', '191647.435000', '191647.895000', '191648.355000', '191648.815000', '191649.275000'], 'ContentTime': ['191025.894000', '191025.897000', '191025.900000', '191025.902000', '191025.905000', '191025.908000', '191025.910000', '191025.913000', '191025.915000', '191025.918000', '191025.920000', '191025.923000', '191025.933000', '191025.954000', '191025.956000', '191025.959000', '191025.962000', '191025.964000', '191025.967000', '191025.969000', '191025.972000', '191025.974000', '191025.983000', '191025.986000', '191025.988000', '191025.991000', '191025.993000', '191025.996000', '191026.000000', '191026.002000', '191026.005000', '191026.007000', '191026.010000', '191026.012000', '191026.015000', '191026.017000', '191045.868000', '191045.871000', '191045.874000', '191045.876000', '191045.879000', '191045.881000', '191045.884000', '191045.886000', '191045.889000', '191045.891000', '191045.894000', '191045.897000', '191045.899000', '191045.902000', '191045.904000', '191045.907000', '191045.909000', '191045.912000', '191045.914000', '191045.917000', '191045.919000', '191045.922000', '191045.925000', '191045.927000', '191045.930000', '191045.932000', '191045.935000', '191045.937000', '191045.940000', '191045.943000', '191045.945000', '191045.948000', '191045.950000', '191045.953000', '191045.956000', '191045.958000', '191045.961000', '191045.963000', '191045.966000', '191045.968000', '191045.971000', '191045.973000', '191045.976000', '191105.868000', '191105.871000', '191105.874000', '191105.876000', '191105.881000', '191105.883000', '191105.886000', '191105.888000', '191105.891000', '191105.894000', '191105.896000', '191105.899000', '191105.901000', '191105.904000', '191105.906000', '191105.909000', '191105.911000', '191105.914000', '191105.916000', '191105.919000', '191105.922000', '191105.924000', '191105.927000', '191105.929000', '191105.932000', '191105.934000', '191105.937000', '191105.939000', '191105.942000', '191105.945000', '191105.947000', '191105.950000', '191105.952000', '191105.955000', '191105.958000', '191105.960000', '191105.963000', '191105.965000', '191105.968000', '191105.970000', '191105.973000', '191105.975000', '191105.978000', '191105.980000', '191125.868000', '191125.871000', '191125.874000', '191125.876000', '191125.879000', '191125.882000', '191125.884000', '191125.887000', '191125.889000', '191125.892000', '191125.894000', '191125.897000', '191125.900000', '191125.902000', '191125.905000', '191125.907000', '191125.910000', '191125.913000', '191125.915000', '191125.918000', '191125.920000', '191125.923000', '191125.925000', '191125.928000', '191125.930000', '191125.933000', '191125.935000', '191125.938000', '191125.941000', '191125.943000', '191125.946000', '191125.948000', '191125.951000', '191125.953000', '191125.956000', '191125.959000', '191125.961000', '191125.964000', '191125.966000', '191125.969000', '191125.971000', '191125.980000', '191125.983000', '191145.868000', '191145.871000', '191145.874000', '191145.877000', '191145.879000', '191145.882000', '191145.884000', '191145.887000', '191145.890000', '191145.892000', '191145.895000', '191145.897000', '191145.900000', '191145.902000', '191145.905000', '191145.908000', '191145.910000', '191145.913000', '191145.916000', '191145.918000', '191145.921000', '191145.923000', '191145.926000', '191145.928000', '191145.931000', '191145.934000', '191145.936000', '191145.939000', '191145.942000', '191145.944000', '191145.947000', '191145.949000', '191145.952000', '191145.954000', '191145.957000', '191145.960000', '191145.962000', '191145.965000', '191145.967000', '191145.970000', '191145.973000', '191145.975000', '191145.978000', '191145.980000', '191205.869000', '191205.872000', '191205.875000', '191205.878000', '191205.880000', '191205.883000', '191205.886000', '191205.888000', '191205.891000', '191205.893000', '191205.896000', '191205.899000', '191205.901000', '191205.904000', '191205.906000', '191205.909000', '191205.923000', '191205.925000', '191205.928000', '191205.930000', '191205.933000', '191205.935000', '191205.938000', '191205.941000', '191205.943000', '191205.946000', '191205.948000', '191205.951000', '191205.953000', '191205.956000', '191205.959000', '191205.961000', '191205.964000', '191205.966000', '191205.969000', '191205.972000', '191205.974000', '191205.977000', '191205.979000', '191205.982000', '191205.984000', '191205.987000', '191205.989000', '191225.869000', '191225.872000', '191225.875000', '191225.877000', '191225.880000', '191225.883000', '191225.885000', '191225.888000', '191225.890000', '191225.893000', '191225.896000', '191225.898000', '191225.901000', '191225.903000', '191225.906000', '191225.908000', '191225.911000', '191225.914000', '191225.916000', '191225.919000', '191225.921000', '191225.924000', '191225.926000', '191225.929000', '191225.932000', '191225.934000', '191225.937000', '191225.939000', '191225.942000', '191225.944000', '191225.947000', '191225.950000', '191225.952000', '191225.955000', '191225.957000', '191225.960000', '191225.962000', '191225.965000', '191225.967000', '191225.970000', '191225.973000', '191225.975000', '191225.978000', '191225.980000', '191245.869000', '191245.872000', '191245.875000', '191245.878000', '191245.885000', '191245.888000', '191245.891000', '191245.893000', '191245.896000', '191245.898000', '191245.901000', '191245.904000', '191245.906000', '191245.909000', '191245.911000', '191245.914000', '191245.917000', '191245.919000', '191245.922000', '191245.924000', '191245.927000', '191245.929000', '191245.932000', '191245.934000', '191245.937000', '191245.940000', '191245.942000', '191245.945000', '191245.947000', '191245.950000', '191245.953000', '191245.955000', '191245.958000', '191245.960000', '191245.963000', '191245.966000', '191245.968000', '191245.971000', '191245.973000', '191245.976000', '191245.978000', '191245.981000', '191245.983000', '191305.868000', '191305.871000', '191305.874000', '191305.876000', '191305.879000', '191305.882000', '191305.884000', '191305.887000', '191305.889000', '191305.892000', '191305.894000', '191305.897000', '191305.901000', '191305.904000', '191305.907000', '191305.909000', '191305.912000', '191305.915000', '191305.917000', '191305.920000', '191305.922000', '191305.925000', '191305.928000', '191305.930000', '191305.933000', '191305.935000', '191305.938000', '191305.940000', '191305.943000', '191305.946000', '191305.948000', '191305.951000', '191305.954000', '191305.956000', '191305.959000', '191305.961000', '191305.964000', '191305.966000', '191305.969000', '191305.972000', '191305.974000', '191305.977000', '191305.979000', '191305.982000', '191325.868000', '191325.871000', '191325.874000', '191325.876000', '191325.879000', '191325.882000', '191325.884000', '191325.887000', '191325.889000', '191325.892000', '191325.894000', '191325.897000', '191325.900000', '191325.902000', '191325.905000', '191325.908000', '191325.910000', '191325.913000', '191325.915000', '191325.918000', '191325.920000', '191325.923000', '191325.926000', '191325.928000', '191325.931000', '191325.933000', '191325.936000', '191325.938000', '191325.941000', '191325.943000', '191325.946000', '191325.949000', '191325.951000', '191325.954000', '191325.956000', '191325.959000', '191325.961000', '191325.964000', '191325.966000', '191325.969000', '191325.972000', '191325.974000', '191325.977000', '191345.868000', '191345.871000', '191345.874000', '191345.876000', '191345.879000', '191345.881000', '191345.884000', '191345.887000', '191345.889000', '191345.892000', '191345.894000', '191345.897000', '191345.900000', '191345.902000', '191345.905000', '191345.907000', '191345.910000', '191345.913000', '191345.915000', '191345.918000', '191345.920000', '191345.923000', '191345.926000', '191345.928000', '191345.931000', '191345.933000', '191345.936000', '191345.938000', '191345.941000', '191345.944000', '191345.946000', '191345.949000', '191345.951000', '191345.954000', '191345.956000', '191345.959000', '191345.962000', '191345.964000', '191345.967000', '191345.969000', '191345.972000', '191345.975000', '191345.977000', '191345.980000', '191405.868000', '191405.871000', '191405.874000', '191405.877000', '191405.879000', '191405.882000', '191405.884000', '191405.887000', '191405.889000', '191405.892000', '191405.895000', '191405.897000', '191405.900000', '191405.903000', '191405.905000', '191405.908000', '191405.910000', '191405.913000', '191405.916000', '191405.918000', '191405.921000', '191405.924000', '191405.926000', '191405.929000', '191405.931000', '191405.934000', '191405.937000', '191405.945000', '191405.948000', '191405.950000', '191405.953000', '191405.955000', '191405.958000', '191405.961000', '191405.963000', '191405.966000', '191405.968000', '191405.971000', '191405.973000', '191405.976000', '191405.979000', '191405.981000', '191405.984000', '191425.869000', '191425.872000', '191425.875000', '191425.877000', '191425.880000', '191425.883000', '191425.886000', '191425.888000', '191425.891000', '191425.893000', '191425.896000', '191425.899000', '191425.901000', '191425.904000', '191425.907000', '191425.909000', '191425.912000', '191425.914000', '191425.917000', '191425.920000', '191425.922000', '191425.925000', '191425.927000', '191425.930000', '191425.933000', '191425.935000', '191425.938000', '191425.942000', '191425.944000', '191425.947000', '191425.949000', '191425.952000', '191425.955000', '191425.957000', '191425.960000', '191425.962000', '191425.965000', '191425.968000', '191425.970000', '191425.973000', '191425.976000', '191425.978000', '191425.981000', '191445.869000', '191445.872000', '191445.875000', '191445.877000', '191445.880000', '191445.883000', '191445.885000', '191445.888000', '191445.890000', '191445.893000', '191445.896000', '191445.898000', '191445.901000', '191445.904000', '191445.906000', '191445.909000', '191445.911000', '191445.914000', '191445.917000', '191445.919000', '191445.922000', '191445.924000', '191445.927000', '191445.929000', '191445.932000', '191445.935000', '191445.937000', '191445.940000', '191445.942000', '191445.945000', '191445.948000', '191445.950000', '191445.953000', '191445.955000', '191445.958000', '191445.960000', '191445.963000', '191445.966000', '191445.968000', '191445.971000', '191445.974000', '191445.976000', '191445.979000', '191445.981000', '191505.869000', '191505.872000', '191505.875000', '191505.877000', '191505.880000', '191505.883000', '191505.885000', '191505.888000', '191505.891000', '191505.893000', '191505.896000', '191505.898000', '191505.901000', '191505.903000', '191505.906000', '191505.909000', '191505.911000', '191505.914000', '191505.916000', '191505.919000', '191505.922000', '191505.924000', '191505.939000', '191505.942000', '191505.945000', '191505.947000', '191505.950000', '191505.961000', '191505.963000', '191505.966000', '191505.968000', '191505.971000', '191505.974000', '191505.976000', '191505.979000', '191505.981000', '191505.984000', '191505.987000', '191505.989000', '191505.992000', '191505.995000', '191505.997000', '191506.001000', '191525.868000', '191525.871000', '191525.874000', '191525.877000', '191525.879000', '191525.882000', '191525.884000', '191525.887000', '191525.889000', '191525.892000', '191525.895000', '191525.897000', '191525.900000', '191525.902000', '191525.905000', '191525.908000', '191525.910000', '191525.913000', '191525.915000', '191525.918000', '191525.921000', '191525.923000', '191525.926000', '191525.928000', '191525.931000', '191525.934000', '191525.936000', '191525.939000', '191525.941000', '191525.944000', '191525.946000', '191525.949000', '191525.952000', '191525.954000', '191525.957000', '191525.959000', '191525.962000', '191525.965000', '191525.967000', '191525.970000', '191525.972000', '191525.975000', '191525.977000', '191525.980000', '191545.868000', '191545.871000', '191545.874000', '191545.876000', '191545.879000', '191545.882000', '191545.884000', '191545.887000', '191545.889000', '191545.892000', '191545.895000', '191545.897000', '191545.900000', '191545.902000', '191545.905000', '191545.908000', '191545.910000', '191545.913000', '191545.915000', '191545.918000', '191545.921000', '191545.924000', '191545.927000', '191545.930000', '191545.933000', '191545.936000', '191545.938000', '191545.941000', '191545.943000', '191545.946000', '191545.948000', '191545.951000', '191545.954000', '191545.956000', '191545.959000', '191545.961000', '191545.964000', '191545.967000', '191545.969000', '191545.972000', '191545.974000', '191545.978000', '191545.981000', '191605.869000', '191605.871000', '191605.874000', '191605.877000', '191605.879000', '191605.882000', '191605.885000', '191605.887000', '191605.890000', '191605.892000', '191605.895000', '191605.897000', '191605.900000', '191605.903000', '191605.905000', '191605.908000', '191605.910000', '191605.913000', '191605.916000', '191605.918000', '191605.921000', '191605.924000', '191605.928000', '191605.930000', '191605.933000', '191605.936000', '191605.938000', '191605.941000', '191605.943000', '191605.946000', '191605.949000', '191605.951000', '191605.954000', '191605.956000', '191605.959000', '191605.962000', '191605.964000', '191605.967000', '191605.970000', '191605.972000', '191605.975000', '191605.977000', '191605.980000', '191605.983000', '191625.869000', '191625.871000', '191625.874000', '191625.877000', '191625.879000', '191625.882000', '191625.884000', '191625.887000', '191625.890000', '191625.892000', '191625.895000', '191625.897000', '191625.900000', '191625.902000', '191625.905000', '191625.907000', '191625.910000', '191625.913000', '191625.915000', '191625.918000', '191625.920000', '191625.923000', '191625.925000', '191625.928000', '191625.931000', '191625.933000', '191625.936000', '191625.938000', '191625.941000', '191625.944000', '191625.946000', '191625.949000', '191625.951000', '191625.966000', '191625.968000', '191625.971000', '191625.974000', '191625.976000', '191625.979000', '191625.981000', '191625.984000', '191625.986000', '191625.989000', '191645.869000', '191645.872000', '191645.875000', '191645.877000', '191645.880000', '191645.883000', '191645.885000', '191645.888000', '191645.890000', '191645.893000', '191645.895000', '191645.898000', '191645.901000', '191645.903000', '191645.906000', '191645.908000', '191645.911000', '191645.913000', '191645.916000', '191645.919000', '191645.921000', '191645.924000', '191645.926000', '191645.929000', '191645.931000', '191645.934000', '191645.937000', '191645.939000', '191645.942000', '191645.944000', '191645.947000', '191645.949000', '191645.952000', '191645.955000', '191645.957000', '191645.960000', '191645.962000', '191645.965000', '191645.968000', '191645.970000', '191645.973000', '191645.976000', '191645.978000', '191645.981000', '191650.329000', '191650.332000', '191650.335000', '191650.337000', '191650.340000', '191650.343000', '191650.346000', '191650.348000', '191650.351000', '191650.354000'], 'InstanceCreationTime': ['191025.894000', '191025.897000', '191025.900000', '191025.902000', '191025.905000', '191025.908000', '191025.910000', '191025.913000', '191025.915000', '191025.918000', '191025.920000', '191025.923000', '191025.933000', '191025.954000', '191025.956000', '191025.959000', '191025.962000', '191025.964000', '191025.967000', '191025.969000', '191025.972000', '191025.974000', '191025.983000', '191025.986000', '191025.988000', '191025.991000', '191025.993000', '191025.996000', '191026.000000', '191026.002000', '191026.005000', '191026.007000', '191026.010000', '191026.012000', '191026.015000', '191026.017000', '191045.868000', '191045.871000', '191045.874000', '191045.876000', '191045.879000', '191045.881000', '191045.884000', '191045.886000', '191045.889000', '191045.891000', '191045.894000', '191045.897000', '191045.899000', '191045.902000', '191045.904000', '191045.907000', '191045.909000', '191045.912000', '191045.914000', '191045.917000', '191045.919000', '191045.922000', '191045.925000', '191045.927000', '191045.930000', '191045.932000', '191045.935000', '191045.937000', '191045.940000', '191045.943000', '191045.945000', '191045.948000', '191045.950000', '191045.953000', '191045.956000', '191045.958000', '191045.961000', '191045.963000', '191045.966000', '191045.968000', '191045.971000', '191045.973000', '191045.976000', '191105.868000', '191105.871000', '191105.874000', '191105.876000', '191105.881000', '191105.883000', '191105.886000', '191105.888000', '191105.891000', '191105.894000', '191105.896000', '191105.899000', '191105.901000', '191105.904000', '191105.906000', '191105.909000', '191105.911000', '191105.914000', '191105.916000', '191105.919000', '191105.922000', '191105.924000', '191105.927000', '191105.929000', '191105.932000', '191105.934000', '191105.937000', '191105.939000', '191105.942000', '191105.945000', '191105.947000', '191105.950000', '191105.952000', '191105.955000', '191105.958000', '191105.960000', '191105.963000', '191105.965000', '191105.968000', '191105.970000', '191105.973000', '191105.975000', '191105.978000', '191105.980000', '191125.868000', '191125.871000', '191125.874000', '191125.876000', '191125.879000', '191125.882000', '191125.884000', '191125.887000', '191125.889000', '191125.892000', '191125.894000', '191125.897000', '191125.900000', '191125.902000', '191125.905000', '191125.907000', '191125.910000', '191125.913000', '191125.915000', '191125.918000', '191125.920000', '191125.923000', '191125.925000', '191125.928000', '191125.930000', '191125.933000', '191125.935000', '191125.938000', '191125.941000', '191125.943000', '191125.946000', '191125.948000', '191125.951000', '191125.953000', '191125.956000', '191125.959000', '191125.961000', '191125.964000', '191125.966000', '191125.969000', '191125.971000', '191125.980000', '191125.983000', '191145.868000', '191145.871000', '191145.874000', '191145.877000', '191145.879000', '191145.882000', '191145.884000', '191145.887000', '191145.890000', '191145.892000', '191145.895000', '191145.897000', '191145.900000', '191145.902000', '191145.905000', '191145.908000', '191145.910000', '191145.913000', '191145.916000', '191145.918000', '191145.921000', '191145.923000', '191145.926000', '191145.928000', '191145.931000', '191145.934000', '191145.936000', '191145.939000', '191145.942000', '191145.944000', '191145.947000', '191145.949000', '191145.952000', '191145.954000', '191145.957000', '191145.960000', '191145.962000', '191145.965000', '191145.967000', '191145.970000', '191145.973000', '191145.975000', '191145.978000', '191145.980000', '191205.869000', '191205.872000', '191205.875000', '191205.878000', '191205.880000', '191205.883000', '191205.886000', '191205.888000', '191205.891000', '191205.893000', '191205.896000', '191205.899000', '191205.901000', '191205.904000', '191205.906000', '191205.909000', '191205.923000', '191205.925000', '191205.928000', '191205.930000', '191205.933000', '191205.935000', '191205.938000', '191205.941000', '191205.943000', '191205.946000', '191205.948000', '191205.951000', '191205.953000', '191205.956000', '191205.959000', '191205.961000', '191205.964000', '191205.966000', '191205.969000', '191205.972000', '191205.974000', '191205.977000', '191205.979000', '191205.982000', '191205.984000', '191205.987000', '191205.989000', '191225.869000', '191225.872000', '191225.875000', '191225.877000', '191225.880000', '191225.883000', '191225.885000', '191225.888000', '191225.890000', '191225.893000', '191225.896000', '191225.898000', '191225.901000', '191225.903000', '191225.906000', '191225.908000', '191225.911000', '191225.914000', '191225.916000', '191225.919000', '191225.921000', '191225.924000', '191225.926000', '191225.929000', '191225.932000', '191225.934000', '191225.937000', '191225.939000', '191225.942000', '191225.944000', '191225.947000', '191225.950000', '191225.952000', '191225.955000', '191225.957000', '191225.960000', '191225.962000', '191225.965000', '191225.967000', '191225.970000', '191225.973000', '191225.975000', '191225.978000', '191225.980000', '191245.869000', '191245.872000', '191245.875000', '191245.878000', '191245.885000', '191245.888000', '191245.891000', '191245.893000', '191245.896000', '191245.898000', '191245.901000', '191245.904000', '191245.906000', '191245.909000', '191245.911000', '191245.914000', '191245.917000', '191245.919000', '191245.922000', '191245.924000', '191245.927000', '191245.929000', '191245.932000', '191245.934000', '191245.937000', '191245.940000', '191245.942000', '191245.945000', '191245.947000', '191245.950000', '191245.953000', '191245.955000', '191245.958000', '191245.960000', '191245.963000', '191245.966000', '191245.968000', '191245.971000', '191245.973000', '191245.976000', '191245.978000', '191245.981000', '191245.983000', '191305.868000', '191305.871000', '191305.874000', '191305.876000', '191305.879000', '191305.882000', '191305.884000', '191305.887000', '191305.889000', '191305.892000', '191305.894000', '191305.897000', '191305.901000', '191305.904000', '191305.907000', '191305.909000', '191305.912000', '191305.915000', '191305.917000', '191305.920000', '191305.922000', '191305.925000', '191305.928000', '191305.930000', '191305.933000', '191305.935000', '191305.938000', '191305.940000', '191305.943000', '191305.946000', '191305.948000', '191305.951000', '191305.954000', '191305.956000', '191305.959000', '191305.961000', '191305.964000', '191305.966000', '191305.969000', '191305.972000', '191305.974000', '191305.977000', '191305.979000', '191305.982000', '191325.868000', '191325.871000', '191325.874000', '191325.876000', '191325.879000', '191325.882000', '191325.884000', '191325.887000', '191325.889000', '191325.892000', '191325.894000', '191325.897000', '191325.900000', '191325.902000', '191325.905000', '191325.908000', '191325.910000', '191325.913000', '191325.915000', '191325.918000', '191325.920000', '191325.923000', '191325.926000', '191325.928000', '191325.931000', '191325.933000', '191325.936000', '191325.938000', '191325.941000', '191325.943000', '191325.946000', '191325.949000', '191325.951000', '191325.954000', '191325.956000', '191325.959000', '191325.961000', '191325.964000', '191325.966000', '191325.969000', '191325.972000', '191325.974000', '191325.977000', '191345.868000', '191345.871000', '191345.874000', '191345.876000', '191345.879000', '191345.881000', '191345.884000', '191345.887000', '191345.889000', '191345.892000', '191345.894000', '191345.897000', '191345.900000', '191345.902000', '191345.905000', '191345.907000', '191345.910000', '191345.913000', '191345.915000', '191345.918000', '191345.920000', '191345.923000', '191345.926000', '191345.928000', '191345.931000', '191345.933000', '191345.936000', '191345.938000', '191345.941000', '191345.944000', '191345.946000', '191345.949000', '191345.951000', '191345.954000', '191345.956000', '191345.959000', '191345.962000', '191345.964000', '191345.967000', '191345.969000', '191345.972000', '191345.975000', '191345.977000', '191345.980000', '191405.868000', '191405.871000', '191405.874000', '191405.877000', '191405.879000', '191405.882000', '191405.884000', '191405.887000', '191405.889000', '191405.892000', '191405.895000', '191405.897000', '191405.900000', '191405.903000', '191405.905000', '191405.908000', '191405.910000', '191405.913000', '191405.916000', '191405.918000', '191405.921000', '191405.924000', '191405.926000', '191405.929000', '191405.931000', '191405.934000', '191405.937000', '191405.945000', '191405.948000', '191405.950000', '191405.953000', '191405.955000', '191405.958000', '191405.961000', '191405.963000', '191405.966000', '191405.968000', '191405.971000', '191405.973000', '191405.976000', '191405.979000', '191405.981000', '191405.984000', '191425.869000', '191425.872000', '191425.875000', '191425.877000', '191425.880000', '191425.883000', '191425.886000', '191425.888000', '191425.891000', '191425.893000', '191425.896000', '191425.899000', '191425.901000', '191425.904000', '191425.907000', '191425.909000', '191425.912000', '191425.914000', '191425.917000', '191425.920000', '191425.922000', '191425.925000', '191425.927000', '191425.930000', '191425.933000', '191425.935000', '191425.938000', '191425.942000', '191425.944000', '191425.947000', '191425.949000', '191425.952000', '191425.955000', '191425.957000', '191425.960000', '191425.962000', '191425.965000', '191425.968000', '191425.970000', '191425.973000', '191425.976000', '191425.978000', '191425.981000', '191445.869000', '191445.872000', '191445.875000', '191445.877000', '191445.880000', '191445.883000', '191445.885000', '191445.888000', '191445.890000', '191445.893000', '191445.896000', '191445.898000', '191445.901000', '191445.904000', '191445.906000', '191445.909000', '191445.911000', '191445.914000', '191445.917000', '191445.919000', '191445.922000', '191445.924000', '191445.927000', '191445.929000', '191445.932000', '191445.935000', '191445.937000', '191445.940000', '191445.942000', '191445.945000', '191445.948000', '191445.950000', '191445.953000', '191445.955000', '191445.958000', '191445.960000', '191445.963000', '191445.966000', '191445.968000', '191445.971000', '191445.974000', '191445.976000', '191445.979000', '191445.981000', '191505.869000', '191505.872000', '191505.875000', '191505.877000', '191505.880000', '191505.883000', '191505.885000', '191505.888000', '191505.891000', '191505.893000', '191505.896000', '191505.898000', '191505.901000', '191505.903000', '191505.906000', '191505.909000', '191505.911000', '191505.914000', '191505.916000', '191505.919000', '191505.922000', '191505.924000', '191505.939000', '191505.942000', '191505.945000', '191505.947000', '191505.950000', '191505.961000', '191505.963000', '191505.966000', '191505.968000', '191505.971000', '191505.974000', '191505.976000', '191505.979000', '191505.981000', '191505.984000', '191505.987000', '191505.989000', '191505.992000', '191505.995000', '191505.997000', '191506.001000', '191525.868000', '191525.871000', '191525.874000', '191525.877000', '191525.879000', '191525.882000', '191525.884000', '191525.887000', '191525.889000', '191525.892000', '191525.895000', '191525.897000', '191525.900000', '191525.902000', '191525.905000', '191525.908000', '191525.910000', '191525.913000', '191525.915000', '191525.918000', '191525.921000', '191525.923000', '191525.926000', '191525.928000', '191525.931000', '191525.934000', '191525.936000', '191525.939000', '191525.941000', '191525.944000', '191525.946000', '191525.949000', '191525.952000', '191525.954000', '191525.957000', '191525.959000', '191525.962000', '191525.965000', '191525.967000', '191525.970000', '191525.972000', '191525.975000', '191525.977000', '191525.980000', '191545.868000', '191545.871000', '191545.874000', '191545.876000', '191545.879000', '191545.882000', '191545.884000', '191545.887000', '191545.889000', '191545.892000', '191545.895000', '191545.897000', '191545.900000', '191545.902000', '191545.905000', '191545.908000', '191545.910000', '191545.913000', '191545.915000', '191545.918000', '191545.921000', '191545.924000', '191545.927000', '191545.930000', '191545.933000', '191545.936000', '191545.938000', '191545.941000', '191545.943000', '191545.946000', '191545.948000', '191545.951000', '191545.954000', '191545.956000', '191545.959000', '191545.961000', '191545.964000', '191545.967000', '191545.969000', '191545.972000', '191545.974000', '191545.978000', '191545.981000', '191605.869000', '191605.871000', '191605.874000', '191605.877000', '191605.879000', '191605.882000', '191605.885000', '191605.887000', '191605.890000', '191605.892000', '191605.895000', '191605.897000', '191605.900000', '191605.903000', '191605.905000', '191605.908000', '191605.910000', '191605.913000', '191605.916000', '191605.918000', '191605.921000', '191605.924000', '191605.928000', '191605.930000', '191605.933000', '191605.936000', '191605.938000', '191605.941000', '191605.943000', '191605.946000', '191605.949000', '191605.951000', '191605.954000', '191605.956000', '191605.959000', '191605.962000', '191605.964000', '191605.967000', '191605.970000', '191605.972000', '191605.975000', '191605.977000', '191605.980000', '191605.983000', '191625.869000', '191625.871000', '191625.874000', '191625.877000', '191625.879000', '191625.882000', '191625.884000', '191625.887000', '191625.890000', '191625.892000', '191625.895000', '191625.897000', '191625.900000', '191625.902000', '191625.905000', '191625.907000', '191625.910000', '191625.913000', '191625.915000', '191625.918000', '191625.920000', '191625.923000', '191625.925000', '191625.928000', '191625.931000', '191625.933000', '191625.936000', '191625.938000', '191625.941000', '191625.944000', '191625.946000', '191625.949000', '191625.951000', '191625.966000', '191625.968000', '191625.971000', '191625.974000', '191625.976000', '191625.979000', '191625.981000', '191625.984000', '191625.986000', '191625.989000', '191645.869000', '191645.872000', '191645.875000', '191645.877000', '191645.880000', '191645.883000', '191645.885000', '191645.888000', '191645.890000', '191645.893000', '191645.895000', '191645.898000', '191645.901000', '191645.903000', '191645.906000', '191645.908000', '191645.911000', '191645.913000', '191645.916000', '191645.919000', '191645.921000', '191645.924000', '191645.926000', '191645.929000', '191645.931000', '191645.934000', '191645.937000', '191645.939000', '191645.942000', '191645.944000', '191645.947000', '191645.949000', '191645.952000', '191645.955000', '191645.957000', '191645.960000', '191645.962000', '191645.965000', '191645.968000', '191645.970000', '191645.973000', '191645.976000', '191645.978000', '191645.981000', '191650.329000', '191650.332000', '191650.335000', '191650.337000', '191650.340000', '191650.343000', '191650.346000', '191650.348000', '191650.351000', '191650.354000'], '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': [16969, 11804, 15720, 10516, 14075, 17104, 12169, 17374, 12702, 15131, 10849, 13344, 10669, 13339, 9997, 14308, 9325, 14288, 9334, 12922, 13702, 12427, 16010, 11732, 17040, 11916, 14911, 10998, 14466, 11009, 15262, 10914, 11614, 10538, 8028, 12440, 8426, 11119, 9039, 10734, 15568, 16461, 15672, 14274, 17766, 19139, 13482, 17774, 13076, 16822, 15776, 13665, 18202, 13289, 14858, 10191, 12883, 10092, 11102, 11893, 13242, 12450, 15131, 10968, 13348, 9291, 13056, 9739, 12875, 18170, 12620, 16482, 11620, 14802, 9523, 11732, 12172, 10558, 15669, 10811, 13265, 9394, 12518, 8697, 11309, 11405, 10476, 16695, 11374, 15037, 10338, 12510, 9474, 12268, 9050, 12637, 13371, 12400, 17364, 11773, 14847, 10233, 14514, 10372, 13750, 15291, 11915, 17039, 11880, 15162, 10521, 14703, 9615, 13231, 17448, 11705, 14925, 10963, 15317, 10250, 14720, 12530, 12280, 17404, 12263, 15389, 10580, 15078, 10191, 13273, 12344, 12075, 17300, 12306, 16286, 11869, 16353, 10264, 14324, 10299, 15065, 11415, 17070, 12420, 17619, 11940, 17061, 11685, 15804, 11707, 15301, 12242, 14203, 19138, 12522, 16210, 11769, 15410, 11263, 14327, 9472, 13464, 8972, 12384, 8906, 13239, 9647, 13651, 9088, 13321, 12077, 12656, 18239, 12792, 16535, 12818, 14942, 10009, 13333, 9653, 12170, 15163, 11305, 17490, 11552, 14730, 10175, 12688, 8816, 12044, 9629, 11782, 10789, 11685, 17134, 12045, 16358, 12100, 16004, 11051, 14578, 9491, 13678, 9606, 13177, 11140, 12844, 12856, 12697, 10307, 12350, 12140, 11753, 10002, 13884, 10882, 14400, 10841, 16528, 12127, 15971, 11950, 16377, 11078, 16232, 14838, 14936, 18378, 12921, 15570, 11207, 13326, 9648, 12857, 9202, 12351, 8236, 11595, 8584, 12451, 12982, 13380, 13431, 9860, 16869, 13349, 16391, 9959, 13735, 7993, 12341, 11104, 16964, 10809, 15117, 10453, 14500, 10666, 14688, 10934, 14607, 14359, 12579, 17348, 12269, 16158, 12362, 15273, 8702, 14636, 10360, 15363, 12275, 18005, 15590, 12165, 10420, 9227, 11594, 9762, 13547, 10810, 16590, 11588, 15303, 10811, 14046, 10044, 14756, 10463, 15183, 9482, 14442, 10131, 13755, 9911, 14671, 10250, 15404, 9903, 15192, 10296, 13847, 15912, 12831, 18519, 13259, 16930, 12145, 15730, 10894, 15116, 11721, 14161, 17622, 11966, 16211, 11664, 14858, 10599, 15474, 9987, 14472, 9847, 12632, 17662, 11990, 15505, 11359, 14451, 9460, 12240, 15448, 10968, 15943, 10342, 14290, 10396, 12149, 17237, 10918, 13967, 10037, 12690, 8698, 11222, 16216, 10837, 14263, 9890, 13915, 11396, 13621, 11646, 12129, 16972, 12133, 15142, 10817, 13197, 18234, 12982, 16743, 11427, 14088, 10582, 12441, 17862, 13111, 15500, 10448, 13511, 9533, 11783, 10697, 11206, 16462, 11779, 15369, 10849, 13759, 9926, 12919, 10094, 12310, 16260, 11646, 16490, 11289, 14223, 10147, 13345, 11896, 11994, 17647, 11874, 14717, 10355, 12827, 9423, 11568, 12355, 12192, 12539, 11589, 15574, 11322, 16563, 11969, 16308, 11697, 12295, 10412, 15236, 11654, 16297, 10746, 14634, 11518, 12111, 17415, 11990, 15856, 11816, 15549, 11047, 16302, 11729, 13647, 13366, 11473, 15476, 10616, 15267, 12803, 13332, 18887, 13516, 16801, 12601, 14477, 9668, 12904, 9853, 12248, 14695, 11060, 14623, 10386, 13320, 10109, 12927, 9890, 12943, 9156, 12887, 8799, 12644, 10277, 11840, 15732, 12586, 17094, 12355, 15082, 10678, 14558, 11284, 13886, 16159, 12862, 17014, 11983, 14420, 10168, 13888, 9855, 13853, 10178, 12746, 17441, 12291, 15798, 10667, 14783, 11048, 12768, 17338, 11741, 14236, 10146, 13963, 12422, 12260, 16895, 11328, 14636, 10596, 13569, 9858, 14089, 9957, 13149, 17315, 11519, 14562, 10090, 12663, 14591, 12694, 17693, 12015, 15519, 11379, 14976, 10462, 15262, 10776, 13711, 11875, 13000, 17639, 12559, 16669, 12470, 15850, 10712, 13660, 9710, 13106, 12216, 12333, 17633, 12088, 15972, 11655, 14175, 10116, 13982, 10508, 12856, 12622, 11857, 16704, 11479, 14536, 10301, 13019, 8830, 12957, 9073, 12834, 10539, 13208, 13098, 13033, 15396, 12135, 16471, 11315, 14841, 10885, 13654, 13984, 12547, 17121, 11095, 14800, 10990, 13480, 10253, 14289, 10778, 14284, 10247, 13946, 10484, 14772, 10524, 16057, 10717, 15379, 10554, 13821, 13932, 12200, 17296, 12494, 17406, 12002, 15878, 11844, 14985, 11012, 14301, 9443, 12896, 9090, 12182, 9319, 11345, 11684, 11448, 16536, 11150, 13492, 9402, 12218, 10354, 11685, 15276, 9643, 14786, 10649, 13716, 10307, 13661, 9530, 14118, 10281, 14423, 9756, 14483, 11258, 13272, 17682, 13596, 17843, 12832, 16414, 11559, 16020, 11417, 16151, 12005, 15146, 15120, 12421, 17569, 12322, 16475, 12327, 15770, 10981, 14774, 10782, 14034, 12912, 13530, 16780, 11699, 15893, 10917, 13689, 9761, 12219, 9871, 12698, 9581, 12572, 13988, 12692, 18154, 13185, 15613, 11832, 14126, 9271, 11592, 8518, 10390, 12898, 11930, 16041, 9579, 15748, 10206, 12863, 9438, 13073, 9773, 14029, 8913, 13540, 9225, 12690, 9796, 13866, 9942, 14076, 9410, 14236, 10930, 14075, 11616, 16076, 11675, 16580, 11437, 14809, 11357, 15590, 10519, 16336, 10513, 14803, 9663, 14235, 10579, 12775, 13220, 11550, 14594, 11388, 15819, 11082, 14376, 10607, 14364, 9632, 14773, 9922, 13266, 12587, 11954, 17083, 12331, 16044, 11464, 15393, 10125, 13347, 10300, 13679, 9577, 13885, 9676, 12740, 13368, 11800, 17444, 12030, 14805, 10723, 15815, 11068, 13915, 10425, 15680, 10981, 15777, 10477, 14239, 8934, 12810, 12459, 11171, 19337, 11767, 14513, 9555, 12744, 10331, 11918, 16638, 11525, 15498, 10426, 12944, 9244, 12342, 9400, 11725, 12729, 10928, 15468, 10587, 13370, 9034, 12027, 10503, 12444, 11327, 11865, 16978, 11774, 14143, 10334, 14340, 9877, 13071, 10598, 12400, 16523, 12110, 14763, 10157, 15107, 9673, 13385, 9386, 13131, 13984, 10840, 16752, 11493, 14743, 9721, 12730, 13349, 10058, 15992, 10776, 14786, 9370, 12198, 11278, 10163, 14244, 9774, 12267, 9439, 10973, 15373, 10468, 13578, 10253, 12625, 8814, 11824, 9323, 11369, 14635, 10733, 15137, 9985, 14215, 9973, 12468, 11406, 10636, 15767, 10738, 13567, 9915, 13975, 9733, 11867, 15868, 10800, 15436, 10437, 14708, 9827, 12377, 13613, 10822, 14922, 10754, 14286, 9473, 13231, 9700, 13929, 9492, 13898, 10376, 16042, 11429, 17393, 11826, 16060], 'WindowCenter': [4383.0, 4339.0, 4346.0, 4300.0, 4329.0, 4340.0, 4307.0, 4338.0, 4321.0, 4329.0, 4298.0, 4318.0, 4297.0, 4316.0, 4287.0, 4328.0, 4290.0, 4330.0, 4289.0, 4318.0, 4317.0, 4307.0, 4329.0, 4306.0, 4339.0, 4308.0, 4329.0, 4296.0, 4327.0, 4310.0, 4340.0, 4310.0, 4318.0, 4312.0, 4283.0, 4346.0, 4307.0, 4335.0, 4316.0, 4336.0, 4368.0, 4380.0, 4372.0, 4359.0, 4368.0, 4367.0, 4323.0, 4342.0, 4306.0, 4316.0, 4314.0, 4291.0, 4314.0, 4291.0, 4290.0, 4259.0, 4290.0, 4272.0, 4272.0, 4281.0, 4291.0, 4291.0, 4302.0, 4283.0, 4305.0, 4264.0, 4305.0, 4263.0, 4293.0, 4326.0, 4295.0, 4313.0, 4297.0, 4304.0, 4263.0, 4283.0, 4294.0, 4285.0, 4316.0, 4286.0, 4305.0, 4278.0, 4321.0, 4276.0, 4297.0, 4309.0, 4300.0, 4340.0, 4322.0, 4343.0, 4301.0, 4322.0, 4301.0, 4322.0, 4289.0, 4331.0, 4331.0, 4332.0, 4353.0, 4322.0, 4356.0, 4312.0, 4343.0, 4300.0, 4332.0, 4342.0, 4311.0, 4342.0, 4322.0, 4343.0, 4301.0, 4332.0, 4289.0, 4332.0, 4350.0, 4320.0, 4340.0, 4312.0, 4342.0, 4300.0, 4343.0, 4320.0, 4322.0, 4351.0, 4322.0, 4344.0, 4311.0, 4345.0, 4299.0, 4331.0, 4333.0, 4322.0, 4368.0, 4349.0, 4367.0, 4338.0, 4354.0, 4311.0, 4330.0, 4299.0, 4341.0, 4322.0, 4353.0, 4334.0, 4363.0, 4331.0, 4352.0, 4319.0, 4342.0, 4310.0, 4331.0, 4307.0, 4317.0, 4338.0, 4305.0, 4325.0, 4295.0, 4315.0, 4294.0, 4305.0, 4273.0, 4317.0, 4275.0, 4307.0, 4275.0, 4316.0, 4287.0, 4318.0, 4277.0, 4318.0, 4309.0, 4320.0, 4338.0, 4307.0, 4329.0, 4306.0, 4316.0, 4285.0, 4305.0, 4273.0, 4305.0, 4316.0, 4295.0, 4327.0, 4297.0, 4317.0, 4284.0, 4305.0, 4278.0, 4308.0, 4286.0, 4322.0, 4311.0, 4320.0, 4340.0, 4320.0, 4341.0, 4308.0, 4330.0, 4297.0, 4328.0, 4286.0, 4317.0, 4286.0, 4319.0, 4307.0, 4317.0, 4320.0, 4332.0, 4300.0, 4332.0, 4319.0, 4320.0, 4316.0, 4346.0, 4324.0, 4346.0, 4311.0, 4354.0, 4335.0, 4354.0, 4322.0, 4342.0, 4310.0, 4342.0, 4318.0, 4319.0, 4340.0, 4308.0, 4326.0, 4294.0, 4307.0, 4274.0, 4306.0, 4288.0, 4309.0, 4267.0, 4297.0, 4280.0, 4336.0, 4333.0, 4347.0, 4329.0, 4313.0, 4354.0, 4319.0, 4342.0, 4258.0, 4258.0, 4237.0, 4262.0, 4310.0, 4367.0, 4308.0, 4327.0, 4295.0, 4315.0, 4282.0, 4314.0, 4282.0, 4314.0, 4315.0, 4304.0, 4324.0, 4317.0, 4328.0, 4304.0, 4310.0, 4275.0, 4343.0, 4287.0, 4317.0, 4322.0, 4357.0, 4329.0, 4309.0, 4298.0, 4290.0, 4321.0, 4312.0, 4330.0, 4310.0, 4339.0, 4311.0, 4327.0, 4297.0, 4317.0, 4286.0, 4328.0, 4298.0, 4339.0, 4299.0, 4340.0, 4311.0, 4343.0, 4299.0, 4340.0, 4310.0, 4339.0, 4301.0, 4339.0, 4308.0, 4332.0, 4351.0, 4329.0, 4359.0, 4330.0, 4350.0, 4319.0, 4339.0, 4309.0, 4330.0, 4307.0, 4319.0, 4336.0, 4308.0, 4325.0, 4305.0, 4315.0, 4284.0, 4328.0, 4285.0, 4329.0, 4296.0, 4307.0, 4336.0, 4305.0, 4328.0, 4308.0, 4329.0, 4285.0, 4318.0, 4326.0, 4322.0, 4340.0, 4297.0, 4326.0, 4297.0, 4307.0, 4336.0, 4294.0, 4315.0, 4286.0, 4317.0, 4277.0, 4308.0, 4340.0, 4308.0, 4340.0, 4299.0, 4330.0, 4307.0, 4330.0, 4308.0, 4319.0, 4338.0, 4307.0, 4329.0, 4297.0, 4318.0, 4337.0, 4317.0, 4326.0, 4295.0, 4315.0, 4283.0, 4292.0, 4324.0, 4302.0, 4313.0, 4269.0, 4301.0, 4270.0, 4291.0, 4283.0, 4296.0, 4324.0, 4305.0, 4315.0, 4295.0, 4315.0, 4286.0, 4315.0, 4284.0, 4306.0, 4326.0, 4296.0, 4326.0, 4292.0, 4315.0, 4282.0, 4315.0, 4307.0, 4308.0, 4351.0, 4308.0, 4325.0, 4297.0, 4317.0, 4284.0, 4305.0, 4316.0, 4320.0, 4317.0, 4320.0, 4352.0, 4307.0, 4350.0, 4320.0, 4338.0, 4319.0, 4318.0, 4309.0, 4335.0, 4308.0, 4339.0, 4295.0, 4329.0, 4306.0, 4307.0, 4338.0, 4321.0, 4351.0, 4321.0, 4328.0, 4297.0, 4325.0, 4306.0, 4316.0, 4318.0, 4306.0, 4331.0, 4295.0, 4325.0, 4304.0, 4303.0, 4324.0, 4302.0, 4312.0, 4290.0, 4301.0, 4269.0, 4292.0, 4270.0, 4293.0, 4310.0, 4281.0, 4313.0, 4284.0, 4315.0, 4297.0, 4319.0, 4311.0, 4342.0, 4303.0, 4333.0, 4304.0, 4344.0, 4323.0, 4333.0, 4352.0, 4333.0, 4353.0, 4333.0, 4341.0, 4311.0, 4342.0, 4308.0, 4331.0, 4339.0, 4318.0, 4340.0, 4306.0, 4327.0, 4299.0, 4330.0, 4299.0, 4331.0, 4309.0, 4330.0, 4352.0, 4319.0, 4340.0, 4308.0, 4340.0, 4310.0, 4318.0, 4338.0, 4318.0, 4328.0, 4285.0, 4318.0, 4318.0, 4306.0, 4338.0, 4308.0, 4338.0, 4309.0, 4329.0, 4298.0, 4329.0, 4298.0, 4331.0, 4350.0, 4307.0, 4340.0, 4296.0, 4319.0, 4340.0, 4321.0, 4350.0, 4320.0, 4339.0, 4319.0, 4328.0, 4297.0, 4339.0, 4297.0, 4320.0, 4306.0, 4318.0, 4337.0, 4317.0, 4337.0, 4318.0, 4326.0, 4297.0, 4316.0, 4283.0, 4319.0, 4307.0, 4317.0, 4336.0, 4306.0, 4325.0, 4305.0, 4317.0, 4285.0, 4316.0, 4284.0, 4304.0, 4303.0, 4294.0, 4326.0, 4304.0, 4329.0, 4285.0, 4316.0, 4288.0, 4318.0, 4274.0, 4317.0, 4311.0, 4318.0, 4319.0, 4318.0, 4327.0, 4309.0, 4329.0, 4297.0, 4328.0, 4294.0, 4317.0, 4316.0, 4317.0, 4337.0, 4295.0, 4314.0, 4294.0, 4295.0, 4286.0, 4329.0, 4308.0, 4328.0, 4299.0, 4329.0, 4299.0, 4328.0, 4299.0, 4339.0, 4298.0, 4341.0, 4297.0, 4319.0, 4316.0, 4306.0, 4327.0, 4304.0, 4325.0, 4305.0, 4325.0, 4293.0, 4313.0, 4282.0, 4303.0, 4270.0, 4292.0, 4260.0, 4292.0, 4272.0, 4293.0, 4294.0, 4294.0, 4325.0, 4295.0, 4314.0, 4286.0, 4307.0, 4284.0, 4307.0, 4340.0, 4303.0, 4328.0, 4323.0, 4328.0, 4297.0, 4343.0, 4314.0, 4356.0, 4324.0, 4356.0, 4326.0, 4356.0, 4334.0, 4343.0, 4352.0, 4332.0, 4353.0, 4332.0, 4341.0, 4322.0, 4340.0, 4307.0, 4330.0, 4307.0, 4329.0, 4325.0, 4305.0, 4325.0, 4304.0, 4324.0, 4304.0, 4323.0, 4293.0, 4315.0, 4281.0, 4312.0, 4301.0, 4301.0, 4322.0, 4291.0, 4311.0, 4293.0, 4302.0, 4270.0, 4292.0, 4271.0, 4302.0, 4272.0, 4332.0, 4329.0, 4321.0, 4340.0, 4305.0, 4315.0, 4306.0, 4332.0, 4287.0, 4307.0, 4278.0, 4296.0, 4303.0, 4293.0, 4324.0, 4285.0, 4312.0, 4296.0, 4303.0, 4286.0, 4316.0, 4284.0, 4316.0, 4275.0, 4314.0, 4271.0, 4304.0, 4283.0, 4327.0, 4294.0, 4326.0, 4298.0, 4326.0, 4308.0, 4326.0, 4321.0, 4339.0, 4319.0, 4349.0, 4308.0, 4329.0, 4306.0, 4326.0, 4296.0, 4337.0, 4294.0, 4326.0, 4284.0, 4315.0, 4283.0, 4315.0, 4316.0, 4305.0, 4326.0, 4306.0, 4326.0, 4306.0, 4326.0, 4294.0, 4327.0, 4287.0, 4340.0, 4283.0, 4331.0, 4319.0, 4306.0, 4338.0, 4315.0, 4326.0, 4306.0, 4326.0, 4298.0, 4326.0, 4297.0, 4327.0, 4287.0, 4317.0, 4285.0, 4344.0, 4330.0, 4309.0, 4349.0, 4321.0, 4341.0, 4307.0, 4328.0, 4307.0, 4328.0, 4298.0, 4337.0, 4310.0, 4339.0, 4309.0, 4329.0, 4287.0, 4319.0, 4316.0, 4308.0, 4350.0, 4305.0, 4327.0, 4287.0, 4317.0, 4294.0, 4305.0, 4337.0, 4306.0, 4325.0, 4294.0, 4327.0, 4287.0, 4316.0, 4284.0, 4305.0, 4316.0, 4295.0, 4326.0, 4295.0, 4315.0, 4276.0, 4319.0, 4296.0, 4318.0, 4305.0, 4317.0, 4338.0, 4308.0, 4315.0, 4293.0, 4326.0, 4284.0, 4317.0, 4295.0, 4317.0, 4337.0, 4317.0, 4325.0, 4284.0, 4326.0, 4283.0, 4316.0, 4285.0, 4315.0, 4326.0, 4294.0, 4327.0, 4304.0, 4315.0, 4272.0, 4306.0, 4316.0, 4284.0, 4324.0, 4293.0, 4313.0, 4273.0, 4304.0, 4293.0, 4283.0, 4324.0, 4284.0, 4304.0, 4285.0, 4295.0, 4326.0, 4294.0, 4315.0, 4295.0, 4304.0, 4285.0, 4308.0, 4286.0, 4320.0, 4341.0, 4308.0, 4327.0, 4298.0, 4340.0, 4298.0, 4319.0, 4294.0, 4295.0, 4323.0, 4296.0, 4316.0, 4283.0, 4317.0, 4285.0, 4306.0, 4337.0, 4295.0, 4326.0, 4294.0, 4315.0, 4271.0, 4305.0, 4311.0, 4292.0, 4325.0, 4294.0, 4326.0, 4286.0, 4330.0, 4300.0, 4331.0, 4299.0, 4329.0, 4308.0, 4340.0, 4319.0, 4339.0, 4308.0, 4327.0], 'WindowWidth': [9656.0, 9580.0, 9587.0, 9511.0, 9551.0, 9567.0, 9513.0, 9561.0, 9537.0, 9545.0, 9500.0, 9529.0, 9501.0, 9524.0, 9486.0, 9543.0, 9494.0, 9549.0, 9490.0, 9530.0, 9525.0, 9510.0, 9543.0, 9509.0, 9559.0, 9513.0, 9546.0, 9497.0, 9540.0, 9523.0, 9564.0, 9523.0, 9533.0, 9527.0, 9492.0, 9583.0, 9535.0, 9568.0, 9543.0, 9572.0, 9616.0, 9635.0, 9635.0, 9600.0, 9617.0, 9620.0, 9543.0, 9570.0, 9506.0, 9522.0, 9515.0, 9478.0, 9518.0, 9475.0, 9477.0, 9427.0, 9475.0, 9451.0, 9451.0, 9462.0, 9476.0, 9473.0, 9493.0, 9468.0, 9503.0, 9444.0, 9502.0, 9442.0, 9482.0, 9534.0, 9485.0, 9512.0, 9493.0, 9502.0, 9440.0, 9468.0, 9484.0, 9474.0, 9519.0, 9478.0, 9505.0, 9473.0, 9534.0, 9470.0, 9498.0, 9514.0, 9503.0, 9561.0, 9540.0, 9570.0, 9511.0, 9539.0, 9509.0, 9539.0, 9492.0, 9554.0, 9552.0, 9555.0, 9586.0, 9542.0, 9595.0, 9527.0, 9572.0, 9507.0, 9554.0, 9567.0, 9523.0, 9569.0, 9541.0, 9571.0, 9509.0, 9554.0, 9493.0, 9554.0, 9578.0, 9535.0, 9564.0, 9527.0, 9570.0, 9508.0, 9572.0, 9537.0, 9540.0, 9580.0, 9541.0, 9576.0, 9525.0, 9577.0, 9505.0, 9554.0, 9556.0, 9541.0, 9616.0, 9592.0, 9613.0, 9575.0, 9589.0, 9525.0, 9550.0, 9507.0, 9567.0, 9544.0, 9589.0, 9561.0, 9603.0, 9556.0, 9587.0, 9535.0, 9572.0, 9519.0, 9555.0, 9513.0, 9528.0, 9560.0, 9505.0, 9537.0, 9489.0, 9522.0, 9487.0, 9506.0, 9460.0, 9526.0, 9465.0, 9510.0, 9466.0, 9524.0, 9485.0, 9528.0, 9470.0, 9530.0, 9515.0, 9531.0, 9562.0, 9512.0, 9545.0, 9509.0, 9525.0, 9478.0, 9506.0, 9460.0, 9508.0, 9521.0, 9491.0, 9542.0, 9495.0, 9523.0, 9478.0, 9508.0, 9475.0, 9516.0, 9484.0, 9538.0, 9521.0, 9535.0, 9565.0, 9535.0, 9564.0, 9515.0, 9548.0, 9498.0, 9543.0, 9483.0, 9528.0, 9485.0, 9531.0, 9514.0, 9529.0, 9536.0, 9553.0, 9507.0, 9557.0, 9535.0, 9538.0, 9540.0, 9583.0, 9548.0, 9578.0, 9527.0, 9590.0, 9563.0, 9591.0, 9543.0, 9571.0, 9519.0, 9568.0, 9529.0, 9528.0, 9566.0, 9512.0, 9537.0, 9490.0, 9510.0, 9463.0, 9507.0, 9487.0, 9515.0, 9455.0, 9497.0, 9479.0, 9568.0, 9559.0, 9581.0, 9546.0, 9533.0, 9588.0, 9529.0, 9569.0, 9423.0, 9413.0, 9409.0, 9423.0, 9524.0, 9616.0, 9519.0, 9544.0, 9493.0, 9520.0, 9470.0, 9520.0, 9471.0, 9520.0, 9521.0, 9504.0, 9534.0, 9529.0, 9543.0, 9503.0, 9509.0, 9470.0, 9572.0, 9482.0, 9522.0, 9541.0, 9605.0, 9545.0, 9516.0, 9503.0, 9495.0, 9539.0, 9528.0, 9554.0, 9522.0, 9562.0, 9524.0, 9544.0, 9499.0, 9527.0, 9483.0, 9547.0, 9504.0, 9562.0, 9508.0, 9567.0, 9527.0, 9575.0, 9507.0, 9566.0, 9522.0, 9564.0, 9513.0, 9565.0, 9519.0, 9557.0, 9583.0, 9551.0, 9594.0, 9550.0, 9580.0, 9533.0, 9563.0, 9519.0, 9550.0, 9513.0, 9532.0, 9556.0, 9517.0, 9540.0, 9508.0, 9524.0, 9478.0, 9546.0, 9481.0, 9546.0, 9498.0, 9515.0, 9555.0, 9510.0, 9544.0, 9516.0, 9548.0, 9483.0, 9531.0, 9540.0, 9545.0, 9567.0, 9501.0, 9539.0, 9499.0, 9514.0, 9555.0, 9494.0, 9523.0, 9483.0, 9528.0, 9473.0, 9517.0, 9564.0, 9519.0, 9566.0, 9508.0, 9553.0, 9514.0, 9548.0, 9517.0, 9532.0, 9560.0, 9514.0, 9548.0, 9501.0, 9531.0, 9559.0, 9525.0, 9542.0, 9493.0, 9521.0, 9476.0, 9485.0, 9535.0, 9498.0, 9515.0, 9451.0, 9495.0, 9451.0, 9485.0, 9475.0, 9496.0, 9534.0, 9508.0, 9521.0, 9493.0, 9523.0, 9485.0, 9524.0, 9479.0, 9512.0, 9539.0, 9496.0, 9538.0, 9488.0, 9523.0, 9471.0, 9523.0, 9514.0, 9518.0, 9583.0, 9516.0, 9539.0, 9503.0, 9531.0, 9480.0, 9510.0, 9525.0, 9537.0, 9531.0, 9538.0, 9584.0, 9517.0, 9579.0, 9536.0, 9560.0, 9535.0, 9531.0, 9520.0, 9553.0, 9517.0, 9561.0, 9497.0, 9549.0, 9512.0, 9515.0, 9561.0, 9542.0, 9583.0, 9539.0, 9544.0, 9499.0, 9537.0, 9511.0, 9525.0, 9530.0, 9510.0, 9552.0, 9492.0, 9537.0, 9504.0, 9501.0, 9536.0, 9497.0, 9515.0, 9478.0, 9497.0, 9449.0, 9485.0, 9452.0, 9489.0, 9509.0, 9469.0, 9516.0, 9477.0, 9521.0, 9501.0, 9534.0, 9528.0, 9575.0, 9522.0, 9561.0, 9526.0, 9579.0, 9549.0, 9561.0, 9584.0, 9562.0, 9591.0, 9560.0, 9570.0, 9528.0, 9572.0, 9517.0, 9552.0, 9562.0, 9532.0, 9566.0, 9515.0, 9546.0, 9506.0, 9551.0, 9506.0, 9554.0, 9522.0, 9553.0, 9586.0, 9536.0, 9566.0, 9517.0, 9566.0, 9521.0, 9534.0, 9563.0, 9531.0, 9546.0, 9482.0, 9530.0, 9529.0, 9513.0, 9559.0, 9515.0, 9561.0, 9522.0, 9550.0, 9504.0, 9550.0, 9504.0, 9553.0, 9578.0, 9516.0, 9565.0, 9501.0, 9537.0, 9564.0, 9538.0, 9580.0, 9535.0, 9564.0, 9535.0, 9548.0, 9500.0, 9565.0, 9499.0, 9534.0, 9512.0, 9530.0, 9559.0, 9528.0, 9558.0, 9529.0, 9541.0, 9499.0, 9527.0, 9479.0, 9533.0, 9513.0, 9528.0, 9555.0, 9511.0, 9539.0, 9509.0, 9528.0, 9481.0, 9525.0, 9475.0, 9506.0, 9503.0, 9492.0, 9540.0, 9507.0, 9548.0, 9479.0, 9523.0, 9493.0, 9534.0, 9465.0, 9527.0, 9528.0, 9530.0, 9532.0, 9530.0, 9540.0, 9515.0, 9543.0, 9498.0, 9544.0, 9492.0, 9528.0, 9525.0, 9527.0, 9555.0, 9493.0, 9520.0, 9489.0, 9487.0, 9482.0, 9547.0, 9517.0, 9543.0, 9505.0, 9547.0, 9505.0, 9545.0, 9505.0, 9562.0, 9505.0, 9568.0, 9500.0, 9532.0, 9523.0, 9510.0, 9541.0, 9503.0, 9537.0, 9504.0, 9535.0, 9488.0, 9517.0, 9471.0, 9501.0, 9453.0, 9486.0, 9440.0, 9487.0, 9460.0, 9488.0, 9490.0, 9492.0, 9537.0, 9494.0, 9520.0, 9484.0, 9513.0, 9479.0, 9514.0, 9563.0, 9518.0, 9546.0, 9546.0, 9546.0, 9502.0, 9573.0, 9536.0, 9598.0, 9551.0, 9596.0, 9558.0, 9601.0, 9564.0, 9576.0, 9588.0, 9558.0, 9591.0, 9556.0, 9571.0, 9541.0, 9565.0, 9513.0, 9553.0, 9511.0, 9548.0, 9537.0, 9505.0, 9541.0, 9506.0, 9536.0, 9504.0, 9533.0, 9489.0, 9522.0, 9467.0, 9513.0, 9494.0, 9494.0, 9528.0, 9480.0, 9513.0, 9488.0, 9498.0, 9451.0, 9484.0, 9453.0, 9500.0, 9459.0, 9556.0, 9544.0, 9536.0, 9560.0, 9502.0, 9515.0, 9507.0, 9558.0, 9485.0, 9512.0, 9477.0, 9495.0, 9503.0, 9489.0, 9532.0, 9483.0, 9515.0, 9497.0, 9503.0, 9486.0, 9526.0, 9479.0, 9525.0, 9469.0, 9520.0, 9457.0, 9505.0, 9475.0, 9543.0, 9493.0, 9542.0, 9507.0, 9541.0, 9516.0, 9541.0, 9543.0, 9563.0, 9535.0, 9577.0, 9518.0, 9550.0, 9513.0, 9541.0, 9499.0, 9558.0, 9493.0, 9540.0, 9478.0, 9525.0, 9476.0, 9524.0, 9527.0, 9511.0, 9539.0, 9511.0, 9542.0, 9512.0, 9541.0, 9496.0, 9546.0, 9487.0, 9564.0, 9480.0, 9551.0, 9532.0, 9513.0, 9560.0, 9523.0, 9539.0, 9512.0, 9540.0, 9503.0, 9542.0, 9501.0, 9543.0, 9487.0, 9531.0, 9484.0, 9579.0, 9552.0, 9520.0, 9580.0, 9540.0, 9569.0, 9515.0, 9547.0, 9515.0, 9547.0, 9503.0, 9558.0, 9522.0, 9562.0, 9521.0, 9549.0, 9489.0, 9536.0, 9525.0, 9517.0, 9581.0, 9510.0, 9544.0, 9485.0, 9528.0, 9492.0, 9508.0, 9557.0, 9510.0, 9538.0, 9494.0, 9548.0, 9490.0, 9528.0, 9480.0, 9511.0, 9526.0, 9495.0, 9543.0, 9497.0, 9525.0, 9472.0, 9536.0, 9500.0, 9534.0, 9511.0, 9530.0, 9561.0, 9516.0, 9527.0, 9491.0, 9542.0, 9479.0, 9529.0, 9498.0, 9528.0, 9559.0, 9529.0, 9538.0, 9478.0, 9541.0, 9476.0, 9526.0, 9481.0, 9524.0, 9539.0, 9493.0, 9541.0, 9506.0, 9523.0, 9459.0, 9509.0, 9526.0, 9476.0, 9535.0, 9487.0, 9516.0, 9459.0, 9505.0, 9489.0, 9476.0, 9535.0, 9480.0, 9507.0, 9483.0, 9497.0, 9539.0, 9492.0, 9525.0, 9495.0, 9509.0, 9483.0, 9518.0, 9485.0, 9537.0, 9570.0, 9520.0, 9545.0, 9507.0, 9568.0, 9505.0, 9533.0, 9492.0, 9493.0, 9531.0, 9496.0, 9524.0, 9474.0, 9529.0, 9480.0, 9512.0, 9556.0, 9496.0, 9540.0, 9492.0, 9523.0, 9455.0, 9504.0, 9513.0, 9486.0, 9535.0, 9492.0, 9540.0, 9486.0, 9552.0, 9510.0, 9552.0, 9508.0, 9550.0, 9520.0, 9564.0, 9533.0, 9563.0, 9516.0, 9545.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.003099690011481056</td></tr>
<tr><td colspan=3>aqi</td><td>0.04020296773823192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.42470295343669</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2277056207816104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100448970804592</td></tr>
<tr><td colspan=3>efc</td><td>0.498</td></tr>
<tr><td colspan=3>fber</td><td>5334.084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15237107718277615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.695752009184845</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7595997939538663</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.680553845181525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0312268368208293</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.567018699859245</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0069595989771187305</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036495137959718704</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.968934961300781</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.7666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3717</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.3844</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292351.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.8925</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.7655</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3432.087</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.3613</td></tr>
<tr><td colspan=3>tsnr</td><td>31.829203508794308</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>