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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-05_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-05_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-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-05_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>3120573bdfffd7d599158077fd5eaf1a</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:22:32.275000</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</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.252</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-05_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.111738</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</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>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3cf1f7bd-df04-447c-a1ff-20c5eb7f23d1||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['192232.275000', '192232.735000', '192233.195000', '192233.655000', '192234.115000', '192234.575000', '192235.035000', '192235.495000', '192235.955000', '192236.415000', '192236.875000', '192237.335000', '192237.795000', '192238.255000', '192238.715000', '192239.175000', '192239.635000', '192240.095000', '192240.555000', '192241.015000', '192241.475000', '192241.935000', '192242.395000', '192242.855000', '192243.315000', '192243.775000', '192244.235000', '192244.695000', '192245.155000', '192245.615000', '192246.075000', '192246.535000', '192246.995000', '192247.455000', '192247.915000', '192248.375000', '192248.835000', '192249.295000', '192249.755000', '192250.215000', '192250.675000', '192251.135000', '192251.595000', '192252.055000', '192252.515000', '192252.975000', '192253.435000', '192253.895000', '192254.355000', '192254.815000', '192255.275000', '192255.735000', '192256.195000', '192256.655000', '192257.115000', '192257.575000', '192258.035000', '192258.495000', '192258.955000', '192259.415000', '192259.875000', '192300.335000', '192300.795000', '192301.255000', '192301.715000', '192302.175000', '192302.635000', '192303.095000', '192303.555000', '192304.015000', '192304.475000', '192304.935000', '192305.395000', '192305.855000', '192306.315000', '192306.775000', '192307.235000', '192307.695000', '192308.155000', '192308.615000', '192309.075000', '192309.535000', '192309.995000', '192310.455000', '192310.915000', '192311.375000', '192311.835000', '192312.295000', '192312.755000', '192313.215000', '192313.675000', '192314.135000', '192314.595000', '192315.055000', '192315.515000', '192315.975000', '192316.435000', '192316.895000', '192317.355000', '192317.815000', '192318.275000', '192318.735000', '192319.195000', '192319.655000', '192320.115000', '192320.575000', '192321.035000', '192321.495000', '192321.955000', '192322.415000', '192322.875000', '192323.335000', '192323.795000', '192324.255000', '192324.715000', '192325.175000', '192325.635000', '192326.095000', '192326.555000', '192327.015000', '192327.475000', '192327.935000', '192328.395000', '192328.855000', '192329.315000', '192329.775000', '192330.235000', '192330.695000', '192331.155000', '192331.615000', '192332.075000', '192332.535000', '192332.995000', '192333.455000', '192333.915000', '192334.375000', '192334.835000', '192335.295000', '192335.755000', '192336.215000', '192336.675000', '192337.135000', '192337.595000', '192338.055000', '192338.515000', '192338.975000', '192339.435000', '192339.895000', '192340.355000', '192340.815000', '192341.275000', '192341.735000', '192342.195000', '192342.655000', '192343.115000', '192343.575000', '192344.035000', '192344.495000', '192344.955000', '192345.415000', '192345.875000', '192346.335000', '192346.795000', '192347.255000', '192347.715000', '192348.175000', '192348.635000', '192349.095000', '192349.555000', '192350.015000', '192350.475000', '192350.935000', '192351.395000', '192351.855000', '192352.315000', '192352.775000', '192353.235000', '192353.695000', '192354.155000', '192354.615000', '192355.075000', '192355.535000', '192355.995000', '192356.455000', '192356.915000', '192357.375000', '192357.835000', '192358.295000', '192358.755000', '192359.215000', '192359.675000', '192400.135000', '192400.595000', '192401.055000', '192401.515000', '192401.975000', '192402.435000', '192402.895000', '192403.355000', '192403.815000', '192404.275000', '192404.735000', '192405.195000', '192405.655000', '192406.115000', '192406.575000', '192407.035000', '192407.495000', '192407.955000', '192408.415000', '192408.875000', '192409.335000', '192409.795000', '192410.255000', '192410.715000', '192411.175000', '192411.635000', '192412.095000', '192412.555000', '192413.015000', '192413.475000', '192413.935000', '192414.395000', '192414.855000', '192415.315000', '192415.775000', '192416.235000', '192416.695000', '192417.155000', '192417.615000', '192418.075000', '192418.535000', '192418.995000', '192419.455000', '192419.915000', '192420.375000', '192420.835000', '192421.295000', '192421.755000', '192422.215000', '192422.675000', '192423.135000', '192423.595000', '192424.055000', '192424.515000', '192424.975000', '192425.435000', '192425.895000', '192426.355000', '192426.815000', '192427.275000', '192427.735000', '192428.195000', '192428.655000', '192429.115000', '192429.575000', '192430.035000', '192430.495000', '192430.955000', '192431.415000', '192431.875000', '192432.335000', '192432.795000', '192433.255000', '192433.715000', '192434.175000', '192434.635000', '192435.095000', '192435.555000', '192436.015000', '192436.475000', '192436.935000', '192437.395000', '192437.855000', '192438.315000', '192438.775000', '192439.235000', '192439.695000', '192440.155000', '192440.615000', '192441.075000', '192441.535000', '192441.995000', '192442.455000', '192442.915000', '192443.375000', '192443.835000', '192444.295000', '192444.755000', '192445.215000', '192445.675000', '192446.135000', '192446.595000', '192447.055000', '192447.515000', '192447.975000', '192448.435000', '192448.895000', '192449.355000', '192449.815000', '192450.275000', '192450.735000', '192451.195000', '192451.655000', '192452.115000', '192452.575000', '192453.035000', '192453.495000', '192453.955000', '192454.415000', '192454.875000', '192455.335000', '192455.795000', '192456.255000', '192456.715000', '192457.175000', '192457.635000', '192458.095000', '192458.555000', '192459.015000', '192459.475000', '192459.935000', '192500.395000', '192500.855000', '192501.315000', '192501.775000', '192502.235000', '192502.695000', '192503.155000', '192503.615000', '192504.075000', '192504.535000', '192504.995000', '192505.455000', '192505.915000', '192506.375000', '192506.835000', '192507.295000', '192507.755000', '192508.215000', '192508.675000', '192509.135000', '192509.595000', '192510.055000', '192510.515000', '192510.975000', '192511.435000', '192511.895000', '192512.355000', '192512.815000', '192513.275000', '192513.735000', '192514.195000', '192514.655000', '192515.115000', '192515.575000', '192516.035000', '192516.495000', '192516.955000', '192517.415000', '192517.875000', '192518.335000', '192518.795000', '192519.255000', '192519.715000', '192520.175000', '192520.635000', '192521.095000', '192521.555000', '192522.015000', '192522.475000', '192522.935000', '192523.395000', '192523.855000', '192524.315000', '192524.775000', '192525.235000', '192525.695000', '192526.155000', '192526.615000', '192527.075000', '192527.535000', '192527.995000', '192528.455000', '192528.915000', '192529.375000', '192529.835000', '192530.295000', '192530.755000', '192531.215000', '192531.675000', '192532.135000', '192532.595000', '192533.055000', '192533.515000', '192533.975000', '192534.435000', '192534.895000', '192535.355000', '192535.815000', '192536.275000', '192536.735000', '192537.195000', '192537.655000', '192538.115000', '192538.575000', '192539.035000', '192539.495000', '192539.955000', '192540.415000', '192540.875000', '192541.335000', '192541.795000', '192542.255000', '192542.715000', '192543.175000', '192543.635000', '192544.095000', '192544.555000', '192545.015000', '192545.475000', '192545.935000', '192546.395000', '192546.855000', '192547.315000', '192547.775000', '192548.235000', '192548.695000', '192549.155000', '192549.615000', '192550.075000', '192550.535000', '192550.995000', '192551.455000', '192551.915000', '192552.375000', '192552.835000', '192553.295000', '192553.755000', '192554.215000', '192554.675000', '192555.135000', '192555.595000', '192556.055000', '192556.515000', '192556.975000', '192557.435000', '192557.895000', '192558.355000', '192558.815000', '192559.275000', '192559.735000', '192600.195000', '192600.655000', '192601.115000', '192601.575000', '192602.035000', '192602.495000', '192602.955000', '192603.415000', '192603.875000', '192604.335000', '192604.795000', '192605.255000', '192605.715000', '192606.175000', '192606.635000', '192607.095000', '192607.555000', '192608.015000', '192608.475000', '192608.935000', '192609.395000', '192609.855000', '192610.315000', '192610.775000', '192611.235000', '192611.695000', '192612.155000', '192612.615000', '192613.075000', '192613.535000', '192613.995000', '192614.455000', '192614.915000', '192615.375000', '192615.835000', '192616.295000', '192616.755000', '192617.215000', '192617.675000', '192618.135000', '192618.595000', '192619.055000', '192619.515000', '192619.975000', '192620.435000', '192620.895000', '192621.355000', '192621.815000', '192622.275000', '192622.735000', '192623.195000', '192623.655000', '192624.115000', '192624.575000', '192625.035000', '192625.495000', '192625.955000', '192626.415000', '192626.875000', '192627.335000', '192627.795000', '192628.255000', '192628.715000', '192629.175000', '192629.635000', '192630.095000', '192630.555000', '192631.015000', '192631.475000', '192631.935000', '192632.395000', '192632.855000', '192633.315000', '192633.775000', '192634.235000', '192634.695000', '192635.155000', '192635.615000', '192636.075000', '192636.535000', '192636.995000', '192637.455000', '192637.915000', '192638.375000', '192638.835000', '192639.295000', '192639.755000', '192640.215000', '192640.675000', '192641.135000', '192641.595000', '192642.055000', '192642.515000', '192642.975000', '192643.435000', '192643.895000', '192644.355000', '192644.815000', '192645.275000', '192645.735000', '192646.195000', '192646.655000', '192647.115000', '192647.575000', '192648.035000', '192648.495000', '192648.955000', '192649.415000', '192649.875000', '192650.335000', '192650.795000', '192651.255000', '192651.715000', '192652.175000', '192652.635000', '192653.095000', '192653.555000', '192654.015000', '192654.475000', '192654.935000', '192655.395000', '192655.855000', '192656.315000', '192656.775000', '192657.235000', '192657.695000', '192658.155000', '192658.615000', '192659.075000', '192659.535000', '192659.995000', '192700.455000', '192700.915000', '192701.375000', '192701.835000', '192702.295000', '192702.755000', '192703.215000', '192703.675000', '192704.135000', '192704.595000', '192705.055000', '192705.515000', '192705.975000', '192706.435000', '192706.895000', '192707.355000', '192707.815000', '192708.275000', '192708.735000', '192709.195000', '192709.655000', '192710.115000', '192710.575000', '192711.035000', '192711.495000', '192711.955000', '192712.415000', '192712.875000', '192713.335000', '192713.795000', '192714.255000', '192714.715000', '192715.175000', '192715.635000', '192716.095000', '192716.555000', '192717.015000', '192717.475000', '192717.935000', '192718.395000', '192718.855000', '192719.315000', '192719.775000', '192720.235000', '192720.695000', '192721.155000', '192721.615000', '192722.075000', '192722.535000', '192722.995000', '192723.455000', '192723.915000', '192724.375000', '192724.835000', '192725.295000', '192725.755000', '192726.215000', '192726.675000', '192727.135000', '192727.595000', '192728.055000', '192728.515000', '192728.975000', '192729.435000', '192729.895000', '192730.355000', '192730.815000', '192731.275000', '192731.735000', '192732.195000', '192732.655000', '192733.115000', '192733.575000', '192734.035000', '192734.495000', '192734.955000', '192735.415000', '192735.875000', '192736.335000', '192736.795000', '192737.255000', '192737.715000', '192738.175000', '192738.635000', '192739.095000', '192739.555000', '192740.015000', '192740.475000', '192740.935000', '192741.395000', '192741.855000', '192742.315000', '192742.775000', '192743.235000', '192743.695000', '192744.155000', '192744.615000', '192745.075000', '192745.535000', '192745.995000', '192746.455000', '192746.915000', '192747.375000', '192747.835000', '192748.295000', '192748.755000', '192749.215000', '192749.675000', '192750.135000', '192750.595000', '192751.055000', '192751.515000', '192751.975000', '192752.435000', '192752.895000', '192753.355000', '192753.815000', '192754.275000', '192754.735000', '192755.195000', '192755.655000', '192756.115000', '192756.575000', '192757.035000', '192757.495000', '192757.955000', '192758.415000', '192758.875000', '192759.335000', '192759.795000', '192800.255000', '192800.715000', '192801.175000', '192801.635000', '192802.095000', '192802.555000', '192803.015000', '192803.475000', '192803.935000', '192804.395000', '192804.855000', '192805.315000', '192805.775000', '192806.235000', '192806.695000', '192807.155000', '192807.615000', '192808.075000', '192808.535000', '192808.995000', '192809.455000', '192809.915000', '192810.375000', '192810.835000', '192811.295000', '192811.755000', '192812.215000', '192812.675000', '192813.135000', '192813.595000', '192814.055000', '192814.515000', '192814.975000', '192815.435000', '192815.895000', '192816.355000', '192816.815000', '192817.275000', '192817.735000', '192818.195000', '192818.655000', '192819.115000', '192819.575000', '192820.035000', '192820.495000', '192820.955000', '192821.415000', '192821.875000', '192822.335000', '192822.795000', '192823.255000', '192823.715000', '192824.175000', '192824.635000', '192825.095000', '192825.555000', '192826.015000', '192826.475000', '192826.935000', '192827.395000', '192827.855000', '192828.315000', '192828.775000', '192829.235000', '192829.695000', '192830.155000', '192830.615000', '192831.075000', '192831.535000', '192831.995000', '192832.455000', '192832.915000', '192833.375000', '192833.835000', '192834.295000', '192834.755000', '192835.215000', '192835.675000', '192836.135000', '192836.595000', '192837.055000', '192837.515000', '192837.975000', '192838.435000', '192838.895000', '192839.355000', '192839.815000', '192840.275000', '192840.735000', '192841.195000', '192841.655000', '192842.115000', '192842.575000', '192843.035000', '192843.495000', '192843.955000', '192844.415000', '192844.875000', '192845.335000', '192845.795000', '192846.255000', '192846.715000', '192847.175000', '192847.635000', '192848.095000', '192848.555000', '192849.015000', '192849.475000', '192849.935000', '192850.395000', '192850.855000', '192851.315000', '192851.775000', '192852.235000', '192852.695000', '192853.155000', '192853.615000', '192854.075000', '192854.535000', '192854.995000', '192855.455000', '192855.915000', '192856.375000', '192856.835000', '192857.295000', '192857.755000', '192858.215000', '192858.675000', '192859.135000', '192859.595000', '192900.055000', '192900.515000', '192900.975000', '192901.435000', '192901.895000', '192902.355000', '192902.815000', '192903.275000', '192903.735000', '192904.195000', '192904.655000', '192905.115000', '192905.575000', '192906.035000', '192906.495000', '192906.955000', '192907.415000', '192907.875000', '192908.335000', '192908.795000', '192909.255000', '192909.715000', '192910.175000', '192910.635000', '192911.095000', '192911.555000', '192912.015000', '192912.475000', '192912.935000'], 'ContentTime': ['192301.644000', '192301.647000', '192301.650000', '192301.653000', '192301.655000', '192301.658000', '192301.660000', '192301.663000', '192301.672000', '192301.674000', '192301.677000', '192301.679000', '192301.682000', '192301.685000', '192301.687000', '192301.690000', '192301.692000', '192301.695000', '192301.698000', '192301.700000', '192301.703000', '192301.705000', '192301.708000', '192301.710000', '192301.713000', '192301.715000', '192301.718000', '192301.720000', '192301.723000', '192301.726000', '192301.728000', '192301.731000', '192301.733000', '192301.736000', '192301.739000', '192301.742000', '192301.745000', '192301.747000', '192301.750000', '192301.752000', '192301.755000', '192301.758000', '192301.760000', '192301.763000', '192301.765000', '192301.768000', '192301.770000', '192301.773000', '192301.776000', '192301.778000', '192301.781000', '192301.783000', '192301.786000', '192301.794000', '192301.797000', '192301.851000', '192301.854000', '192301.856000', '192301.859000', '192301.861000', '192301.864000', '192301.866000', '192321.612000', '192321.614000', '192321.617000', '192321.620000', '192321.622000', '192321.625000', '192321.627000', '192321.630000', '192321.632000', '192321.635000', '192321.637000', '192321.640000', '192321.643000', '192321.645000', '192321.648000', '192321.650000', '192321.653000', '192321.655000', '192321.658000', '192321.660000', '192321.663000', '192321.665000', '192321.668000', '192321.671000', '192321.673000', '192321.676000', '192321.678000', '192321.681000', '192321.683000', '192321.686000', '192321.689000', '192321.691000', '192321.694000', '192321.696000', '192321.699000', '192321.701000', '192321.704000', '192321.707000', '192321.709000', '192321.712000', '192321.714000', '192321.717000', '192321.719000', '192321.722000', '192341.612000', '192341.614000', '192341.617000', '192341.620000', '192341.622000', '192341.638000', '192341.640000', '192341.643000', '192341.645000', '192341.648000', '192341.651000', '192341.653000', '192341.656000', '192341.658000', '192341.661000', '192341.663000', '192341.666000', '192341.668000', '192341.671000', '192341.673000', '192341.676000', '192341.679000', '192341.681000', '192341.684000', '192341.686000', '192341.689000', '192341.691000', '192341.694000', '192341.697000', '192341.699000', '192341.702000', '192341.704000', '192341.707000', '192341.709000', '192341.712000', '192341.715000', '192341.717000', '192341.720000', '192341.722000', '192341.725000', '192341.728000', '192341.730000', '192341.733000', '192401.612000', '192401.614000', '192401.617000', '192401.620000', '192401.622000', '192401.625000', '192401.627000', '192401.630000', '192401.633000', '192401.635000', '192401.638000', '192401.640000', '192401.643000', '192401.645000', '192401.648000', '192401.650000', '192401.653000', '192401.656000', '192401.658000', '192401.661000', '192401.663000', '192401.666000', '192401.669000', '192401.671000', '192401.674000', '192401.676000', '192401.679000', '192401.681000', '192401.684000', '192401.687000', '192401.689000', '192401.692000', '192401.694000', '192401.697000', '192401.700000', '192401.702000', '192401.705000', '192401.707000', '192401.710000', '192401.713000', '192401.715000', '192401.718000', '192401.720000', '192401.723000', '192421.611000', '192421.614000', '192421.617000', '192421.619000', '192421.622000', '192421.624000', '192421.627000', '192421.630000', '192421.632000', '192421.635000', '192421.638000', '192421.640000', '192421.643000', '192421.645000', '192421.648000', '192421.650000', '192421.653000', '192421.655000', '192421.658000', '192421.661000', '192421.663000', '192421.666000', '192421.668000', '192421.671000', '192421.673000', '192421.676000', '192421.679000', '192421.681000', '192421.684000', '192421.686000', '192421.689000', '192421.691000', '192421.694000', '192421.697000', '192421.699000', '192421.702000', '192421.704000', '192421.707000', '192421.710000', '192421.712000', '192421.715000', '192421.717000', '192421.720000', '192441.611000', '192441.614000', '192441.617000', '192441.620000', '192441.622000', '192441.625000', '192441.627000', '192441.630000', '192441.632000', '192441.635000', '192441.638000', '192441.640000', '192441.643000', '192441.645000', '192441.648000', '192441.651000', '192441.653000', '192441.656000', '192441.658000', '192441.661000', '192441.663000', '192441.666000', '192441.669000', '192441.671000', '192441.674000', '192441.676000', '192441.679000', '192441.681000', '192441.684000', '192441.687000', '192441.689000', '192441.692000', '192441.705000', '192441.708000', '192441.710000', '192441.713000', '192441.715000', '192441.718000', '192441.721000', '192441.723000', '192441.726000', '192441.728000', '192441.731000', '192441.733000', '192501.611000', '192501.614000', '192501.617000', '192501.619000', '192501.622000', '192501.625000', '192501.627000', '192501.630000', '192501.632000', '192501.635000', '192501.637000', '192501.640000', '192501.643000', '192501.645000', '192501.648000', '192501.650000', '192501.653000', '192501.655000', '192501.658000', '192501.661000', '192501.663000', '192501.666000', '192501.668000', '192501.671000', '192501.673000', '192501.676000', '192501.679000', '192501.681000', '192501.684000', '192501.686000', '192501.689000', '192501.691000', '192501.694000', '192501.697000', '192501.699000', '192501.702000', '192501.704000', '192501.707000', '192501.709000', '192501.712000', '192501.715000', '192501.717000', '192501.720000', '192521.610000', '192521.613000', '192521.616000', '192521.618000', '192521.621000', '192521.624000', '192521.626000', '192521.629000', '192521.631000', '192521.636000', '192521.638000', '192521.641000', '192521.644000', '192521.646000', '192521.649000', '192521.651000', '192521.654000', '192521.657000', '192521.659000', '192521.662000', '192521.664000', '192521.667000', '192521.669000', '192521.672000', '192521.675000', '192521.677000', '192521.680000', '192521.682000', '192521.685000', '192521.688000', '192521.690000', '192521.693000', '192521.695000', '192521.698000', '192521.701000', '192521.703000', '192521.706000', '192521.708000', '192521.711000', '192521.713000', '192521.716000', '192521.719000', '192521.721000', '192521.724000', '192541.611000', '192541.614000', '192541.617000', '192541.620000', '192541.622000', '192541.625000', '192541.627000', '192541.630000', '192541.633000', '192541.635000', '192541.638000', '192541.640000', '192541.643000', '192541.646000', '192541.648000', '192541.651000', '192541.653000', '192541.656000', '192541.659000', '192541.661000', '192541.664000', '192541.666000', '192541.669000', '192541.671000', '192541.674000', '192541.677000', '192541.679000', '192541.682000', '192541.684000', '192541.687000', '192541.690000', '192541.692000', '192541.695000', '192541.697000', '192541.700000', '192541.703000', '192541.705000', '192541.708000', '192541.710000', '192541.713000', '192541.715000', '192541.718000', '192541.721000', '192601.612000', '192601.614000', '192601.617000', '192601.620000', '192601.622000', '192601.625000', '192601.627000', '192601.630000', '192601.633000', '192601.636000', '192601.638000', '192601.641000', '192601.643000', '192601.646000', '192601.649000', '192601.651000', '192601.654000', '192601.657000', '192601.659000', '192601.662000', '192601.671000', '192601.674000', '192601.677000', '192601.679000', '192601.682000', '192601.685000', '192601.687000', '192601.690000', '192601.693000', '192601.695000', '192601.698000', '192601.700000', '192601.703000', '192601.705000', '192601.708000', '192601.711000', '192601.713000', '192601.716000', '192601.718000', '192601.721000', '192601.723000', '192601.726000', '192601.729000', '192601.731000', '192621.611000', '192621.614000', '192621.617000', '192621.619000', '192621.622000', '192621.625000', '192621.627000', '192621.630000', '192621.632000', '192621.635000', '192621.638000', '192621.640000', '192621.643000', '192621.665000', '192621.668000', '192621.670000', '192621.673000', '192621.675000', '192621.678000', '192621.680000', '192621.683000', '192621.686000', '192621.688000', '192621.691000', '192621.693000', '192621.696000', '192621.698000', '192621.701000', '192621.704000', '192621.706000', '192621.709000', '192621.711000', '192621.714000', '192621.717000', '192621.719000', '192621.722000', '192621.724000', '192621.727000', '192621.729000', '192621.732000', '192621.735000', '192621.737000', '192621.740000', '192641.612000', '192641.615000', '192641.617000', '192641.620000', '192641.623000', '192641.625000', '192641.628000', '192641.630000', '192641.633000', '192641.635000', '192641.638000', '192641.641000', '192641.643000', '192641.646000', '192641.648000', '192641.651000', '192641.654000', '192641.656000', '192641.659000', '192641.661000', '192641.664000', '192641.666000', '192641.669000', '192641.672000', '192641.674000', '192641.677000', '192641.679000', '192641.682000', '192641.685000', '192641.687000', '192641.690000', '192641.692000', '192641.695000', '192641.697000', '192641.700000', '192641.703000', '192641.705000', '192641.708000', '192641.710000', '192641.713000', '192641.716000', '192641.718000', '192641.721000', '192701.612000', '192701.615000', '192701.617000', '192701.620000', '192701.622000', '192701.625000', '192701.627000', '192701.630000', '192701.633000', '192701.635000', '192701.638000', '192701.640000', '192701.643000', '192701.645000', '192701.648000', '192701.651000', '192701.653000', '192701.656000', '192701.658000', '192701.661000', '192701.664000', '192701.666000', '192701.669000', '192701.671000', '192701.674000', '192701.676000', '192701.679000', '192701.682000', '192701.684000', '192701.687000', '192701.689000', '192701.692000', '192701.694000', '192701.697000', '192701.700000', '192701.702000', '192701.705000', '192701.707000', '192701.710000', '192701.712000', '192701.715000', '192701.718000', '192701.720000', '192701.723000', '192721.611000', '192721.614000', '192721.617000', '192721.620000', '192721.623000', '192721.626000', '192721.629000', '192721.631000', '192721.634000', '192721.637000', '192721.639000', '192721.642000', '192721.645000', '192721.647000', '192721.650000', '192721.652000', '192721.655000', '192721.658000', '192721.660000', '192721.663000', '192721.665000', '192721.668000', '192721.671000', '192721.674000', '192721.677000', '192721.679000', '192721.682000', '192721.684000', '192721.687000', '192721.690000', '192721.692000', '192721.695000', '192721.697000', '192721.700000', '192721.703000', '192721.705000', '192721.708000', '192721.710000', '192721.713000', '192721.715000', '192721.718000', '192721.721000', '192721.723000', '192741.610000', '192741.613000', '192741.616000', '192741.618000', '192741.621000', '192741.624000', '192741.626000', '192741.629000', '192741.631000', '192741.634000', '192741.637000', '192741.639000', '192741.642000', '192741.645000', '192741.647000', '192741.650000', '192741.652000', '192741.655000', '192741.658000', '192741.660000', '192741.663000', '192741.665000', '192741.668000', '192741.670000', '192741.673000', '192741.676000', '192741.678000', '192741.681000', '192741.684000', '192741.686000', '192741.689000', '192741.691000', '192741.694000', '192741.696000', '192741.699000', '192741.702000', '192741.704000', '192741.707000', '192741.710000', '192741.723000', '192741.726000', '192741.728000', '192741.731000', '192741.733000', '192801.611000', '192801.614000', '192801.617000', '192801.620000', '192801.622000', '192801.625000', '192801.628000', '192801.631000', '192801.634000', '192801.637000', '192801.639000', '192801.642000', '192801.645000', '192801.647000', '192801.650000', '192801.652000', '192801.655000', '192801.657000', '192801.660000', '192801.663000', '192801.665000', '192801.668000', '192801.670000', '192801.673000', '192801.675000', '192801.678000', '192801.681000', '192801.683000', '192801.686000', '192801.688000', '192801.691000', '192801.694000', '192801.696000', '192801.699000', '192801.701000', '192801.704000', '192801.707000', '192801.709000', '192801.712000', '192801.714000', '192801.717000', '192801.720000', '192801.722000', '192821.612000', '192821.614000', '192821.617000', '192821.620000', '192821.622000', '192821.625000', '192821.629000', '192821.632000', '192821.634000', '192821.637000', '192821.640000', '192821.642000', '192821.645000', '192821.647000', '192821.650000', '192821.652000', '192821.655000', '192821.658000', '192821.660000', '192821.663000', '192821.665000', '192821.668000', '192821.670000', '192821.673000', '192821.676000', '192821.678000', '192821.681000', '192821.683000', '192821.686000', '192821.688000', '192821.691000', '192821.694000', '192821.696000', '192821.699000', '192821.701000', '192821.704000', '192821.706000', '192821.709000', '192821.712000', '192821.714000', '192821.717000', '192821.719000', '192821.722000', '192821.724000', '192841.612000', '192841.614000', '192841.617000', '192841.620000', '192841.622000', '192841.625000', '192841.627000', '192841.630000', '192841.633000', '192841.635000', '192841.638000', '192841.641000', '192841.643000', '192841.646000', '192841.649000', '192841.652000', '192841.655000', '192841.658000', '192841.660000', '192841.663000', '192841.666000', '192841.668000', '192841.671000', '192841.673000', '192841.676000', '192841.679000', '192841.681000', '192841.684000', '192841.687000', '192841.689000', '192841.692000', '192841.694000', '192841.697000', '192841.700000', '192841.702000', '192841.705000', '192841.708000', '192841.712000', '192841.715000', '192841.718000', '192841.721000', '192841.724000', '192841.727000', '192901.612000', '192901.615000', '192901.617000', '192901.620000', '192901.622000', '192901.625000', '192901.627000', '192901.630000', '192901.633000', '192901.635000', '192901.638000', '192901.640000', '192901.643000', '192901.645000', '192901.648000', '192901.651000', '192901.653000', '192901.656000', '192901.658000', '192901.661000', '192901.663000', '192901.666000', '192901.669000', '192901.671000', '192901.674000', '192901.676000', '192901.679000', '192901.682000', '192901.684000', '192901.687000', '192901.690000', '192901.692000', '192901.695000', '192901.697000', '192901.700000', '192901.702000', '192901.705000', '192901.708000', '192901.710000', '192901.713000', '192901.715000', '192901.718000', '192901.721000', '192901.723000', '192913.855000', '192913.858000', '192913.861000', '192913.864000', '192913.866000', '192913.869000', '192913.892000', '192913.895000', '192913.898000', '192913.900000', '192913.903000', '192913.906000', '192913.909000', '192913.911000', '192913.914000', '192913.917000', '192913.919000', '192913.923000', '192913.926000', '192913.928000', '192913.931000', '192913.934000', '192913.936000', '192913.939000', '192913.941000', '192913.944000', '192913.947000'], 'InstanceCreationTime': ['192301.644000', '192301.647000', '192301.650000', '192301.653000', '192301.655000', '192301.658000', '192301.660000', '192301.663000', '192301.672000', '192301.674000', '192301.677000', '192301.679000', '192301.682000', '192301.685000', '192301.687000', '192301.690000', '192301.692000', '192301.695000', '192301.698000', '192301.700000', '192301.703000', '192301.705000', '192301.708000', '192301.710000', '192301.713000', '192301.715000', '192301.718000', '192301.720000', '192301.723000', '192301.726000', '192301.728000', '192301.731000', '192301.733000', '192301.736000', '192301.739000', '192301.742000', '192301.745000', '192301.747000', '192301.750000', '192301.752000', '192301.755000', '192301.758000', '192301.760000', '192301.763000', '192301.765000', '192301.768000', '192301.770000', '192301.773000', '192301.776000', '192301.778000', '192301.781000', '192301.783000', '192301.786000', '192301.794000', '192301.797000', '192301.851000', '192301.854000', '192301.856000', '192301.859000', '192301.861000', '192301.864000', '192301.866000', '192321.612000', '192321.614000', '192321.617000', '192321.620000', '192321.622000', '192321.625000', '192321.627000', '192321.630000', '192321.632000', '192321.635000', '192321.637000', '192321.640000', '192321.643000', '192321.645000', '192321.648000', '192321.650000', '192321.653000', '192321.655000', '192321.658000', '192321.660000', '192321.663000', '192321.665000', '192321.668000', '192321.671000', '192321.673000', '192321.676000', '192321.678000', '192321.681000', '192321.683000', '192321.686000', '192321.689000', '192321.691000', '192321.694000', '192321.696000', '192321.699000', '192321.701000', '192321.704000', '192321.707000', '192321.709000', '192321.712000', '192321.714000', '192321.717000', '192321.719000', '192321.722000', '192341.612000', '192341.614000', '192341.617000', '192341.620000', '192341.622000', '192341.638000', '192341.640000', '192341.643000', '192341.645000', '192341.648000', '192341.651000', '192341.653000', '192341.656000', '192341.658000', '192341.661000', '192341.663000', '192341.666000', '192341.668000', '192341.671000', '192341.673000', '192341.676000', '192341.679000', '192341.681000', '192341.684000', '192341.686000', '192341.689000', '192341.691000', '192341.694000', '192341.697000', '192341.699000', '192341.702000', '192341.704000', '192341.707000', '192341.709000', '192341.712000', '192341.715000', '192341.717000', '192341.720000', '192341.722000', '192341.725000', '192341.728000', '192341.730000', '192341.733000', '192401.612000', '192401.614000', '192401.617000', '192401.620000', '192401.622000', '192401.625000', '192401.627000', '192401.630000', '192401.633000', '192401.635000', '192401.638000', '192401.640000', '192401.643000', '192401.645000', '192401.648000', '192401.650000', '192401.653000', '192401.656000', '192401.658000', '192401.661000', '192401.663000', '192401.666000', '192401.669000', '192401.671000', '192401.674000', '192401.676000', '192401.679000', '192401.681000', '192401.684000', '192401.687000', '192401.689000', '192401.692000', '192401.694000', '192401.697000', '192401.700000', '192401.702000', '192401.705000', '192401.707000', '192401.710000', '192401.713000', '192401.715000', '192401.718000', '192401.720000', '192401.723000', '192421.611000', '192421.614000', '192421.617000', '192421.619000', '192421.622000', '192421.624000', '192421.627000', '192421.630000', '192421.632000', '192421.635000', '192421.638000', '192421.640000', '192421.643000', '192421.645000', '192421.648000', '192421.650000', '192421.653000', '192421.655000', '192421.658000', '192421.661000', '192421.663000', '192421.666000', '192421.668000', '192421.671000', '192421.673000', '192421.676000', '192421.679000', '192421.681000', '192421.684000', '192421.686000', '192421.689000', '192421.691000', '192421.694000', '192421.697000', '192421.699000', '192421.702000', '192421.704000', '192421.707000', '192421.710000', '192421.712000', '192421.715000', '192421.717000', '192421.720000', '192441.611000', '192441.614000', '192441.617000', '192441.620000', '192441.622000', '192441.625000', '192441.627000', '192441.630000', '192441.632000', '192441.635000', '192441.638000', '192441.640000', '192441.643000', '192441.645000', '192441.648000', '192441.651000', '192441.653000', '192441.656000', '192441.658000', '192441.661000', '192441.663000', '192441.666000', '192441.669000', '192441.671000', '192441.674000', '192441.676000', '192441.679000', '192441.681000', '192441.684000', '192441.687000', '192441.689000', '192441.692000', '192441.705000', '192441.708000', '192441.710000', '192441.713000', '192441.715000', '192441.718000', '192441.721000', '192441.723000', '192441.726000', '192441.728000', '192441.731000', '192441.733000', '192501.611000', '192501.614000', '192501.617000', '192501.619000', '192501.622000', '192501.625000', '192501.627000', '192501.630000', '192501.632000', '192501.635000', '192501.637000', '192501.640000', '192501.643000', '192501.645000', '192501.648000', '192501.650000', '192501.653000', '192501.655000', '192501.658000', '192501.661000', '192501.663000', '192501.666000', '192501.668000', '192501.671000', '192501.673000', '192501.676000', '192501.679000', '192501.681000', '192501.684000', '192501.686000', '192501.689000', '192501.691000', '192501.694000', '192501.697000', '192501.699000', '192501.702000', '192501.704000', '192501.707000', '192501.709000', '192501.712000', '192501.715000', '192501.717000', '192501.720000', '192521.610000', '192521.613000', '192521.616000', '192521.618000', '192521.621000', '192521.624000', '192521.626000', '192521.629000', '192521.631000', '192521.636000', '192521.638000', '192521.641000', '192521.644000', '192521.646000', '192521.649000', '192521.651000', '192521.654000', '192521.657000', '192521.659000', '192521.662000', '192521.664000', '192521.667000', '192521.669000', '192521.672000', '192521.675000', '192521.677000', '192521.680000', '192521.682000', '192521.685000', '192521.688000', '192521.690000', '192521.693000', '192521.695000', '192521.698000', '192521.701000', '192521.703000', '192521.706000', '192521.708000', '192521.711000', '192521.713000', '192521.716000', '192521.719000', '192521.721000', '192521.724000', '192541.611000', '192541.614000', '192541.617000', '192541.620000', '192541.622000', '192541.625000', '192541.627000', '192541.630000', '192541.633000', '192541.635000', '192541.638000', '192541.640000', '192541.643000', '192541.646000', '192541.648000', '192541.651000', '192541.653000', '192541.656000', '192541.659000', '192541.661000', '192541.664000', '192541.666000', '192541.669000', '192541.671000', '192541.674000', '192541.677000', '192541.679000', '192541.682000', '192541.684000', '192541.687000', '192541.690000', '192541.692000', '192541.695000', '192541.697000', '192541.700000', '192541.703000', '192541.705000', '192541.708000', '192541.710000', '192541.713000', '192541.715000', '192541.718000', '192541.721000', '192601.612000', '192601.614000', '192601.617000', '192601.620000', '192601.622000', '192601.625000', '192601.627000', '192601.630000', '192601.633000', '192601.636000', '192601.638000', '192601.641000', '192601.643000', '192601.646000', '192601.649000', '192601.651000', '192601.654000', '192601.657000', '192601.659000', '192601.662000', '192601.671000', '192601.674000', '192601.677000', '192601.679000', '192601.682000', '192601.685000', '192601.687000', '192601.690000', '192601.693000', '192601.695000', '192601.698000', '192601.700000', '192601.703000', '192601.705000', '192601.708000', '192601.711000', '192601.713000', '192601.716000', '192601.718000', '192601.721000', '192601.723000', '192601.726000', '192601.729000', '192601.731000', '192621.611000', '192621.614000', '192621.617000', '192621.619000', '192621.622000', '192621.625000', '192621.627000', '192621.630000', '192621.632000', '192621.635000', '192621.638000', '192621.640000', '192621.643000', '192621.665000', '192621.668000', '192621.670000', '192621.673000', '192621.675000', '192621.678000', '192621.680000', '192621.683000', '192621.686000', '192621.688000', '192621.691000', '192621.693000', '192621.696000', '192621.698000', '192621.701000', '192621.704000', '192621.706000', '192621.709000', '192621.711000', '192621.714000', '192621.717000', '192621.719000', '192621.722000', '192621.724000', '192621.727000', '192621.729000', '192621.732000', '192621.735000', '192621.737000', '192621.740000', '192641.612000', '192641.615000', '192641.617000', '192641.620000', '192641.623000', '192641.625000', '192641.628000', '192641.630000', '192641.633000', '192641.635000', '192641.638000', '192641.641000', '192641.643000', '192641.646000', '192641.648000', '192641.651000', '192641.654000', '192641.656000', '192641.659000', '192641.661000', '192641.664000', '192641.666000', '192641.669000', '192641.672000', '192641.674000', '192641.677000', '192641.679000', '192641.682000', '192641.685000', '192641.687000', '192641.690000', '192641.692000', '192641.695000', '192641.697000', '192641.700000', '192641.703000', '192641.705000', '192641.708000', '192641.710000', '192641.713000', '192641.716000', '192641.718000', '192641.721000', '192701.612000', '192701.615000', '192701.617000', '192701.620000', '192701.622000', '192701.625000', '192701.627000', '192701.630000', '192701.633000', '192701.635000', '192701.638000', '192701.640000', '192701.643000', '192701.645000', '192701.648000', '192701.651000', '192701.653000', '192701.656000', '192701.658000', '192701.661000', '192701.664000', '192701.666000', '192701.669000', '192701.671000', '192701.674000', '192701.676000', '192701.679000', '192701.682000', '192701.684000', '192701.687000', '192701.689000', '192701.692000', '192701.694000', '192701.697000', '192701.700000', '192701.702000', '192701.705000', '192701.707000', '192701.710000', '192701.712000', '192701.715000', '192701.718000', '192701.720000', '192701.723000', '192721.611000', '192721.614000', '192721.617000', '192721.620000', '192721.623000', '192721.626000', '192721.629000', '192721.631000', '192721.634000', '192721.637000', '192721.639000', '192721.642000', '192721.645000', '192721.647000', '192721.650000', '192721.652000', '192721.655000', '192721.658000', '192721.660000', '192721.663000', '192721.665000', '192721.668000', '192721.671000', '192721.674000', '192721.677000', '192721.679000', '192721.682000', '192721.684000', '192721.687000', '192721.690000', '192721.692000', '192721.695000', '192721.697000', '192721.700000', '192721.703000', '192721.705000', '192721.708000', '192721.710000', '192721.713000', '192721.715000', '192721.718000', '192721.721000', '192721.723000', '192741.610000', '192741.613000', '192741.616000', '192741.618000', '192741.621000', '192741.624000', '192741.626000', '192741.629000', '192741.631000', '192741.634000', '192741.637000', '192741.639000', '192741.642000', '192741.645000', '192741.647000', '192741.650000', '192741.652000', '192741.655000', '192741.658000', '192741.660000', '192741.663000', '192741.665000', '192741.668000', '192741.670000', '192741.673000', '192741.676000', '192741.678000', '192741.681000', '192741.684000', '192741.686000', '192741.689000', '192741.691000', '192741.694000', '192741.696000', '192741.699000', '192741.702000', '192741.704000', '192741.707000', '192741.710000', '192741.723000', '192741.726000', '192741.728000', '192741.731000', '192741.733000', '192801.611000', '192801.614000', '192801.617000', '192801.620000', '192801.622000', '192801.625000', '192801.628000', '192801.631000', '192801.634000', '192801.637000', '192801.639000', '192801.642000', '192801.645000', '192801.647000', '192801.650000', '192801.652000', '192801.655000', '192801.657000', '192801.660000', '192801.663000', '192801.665000', '192801.668000', '192801.670000', '192801.673000', '192801.675000', '192801.678000', '192801.681000', '192801.683000', '192801.686000', '192801.688000', '192801.691000', '192801.694000', '192801.696000', '192801.699000', '192801.701000', '192801.704000', '192801.707000', '192801.709000', '192801.712000', '192801.714000', '192801.717000', '192801.720000', '192801.722000', '192821.612000', '192821.614000', '192821.617000', '192821.620000', '192821.622000', '192821.625000', '192821.629000', '192821.632000', '192821.634000', '192821.637000', '192821.640000', '192821.642000', '192821.645000', '192821.647000', '192821.650000', '192821.652000', '192821.655000', '192821.658000', '192821.660000', '192821.663000', '192821.665000', '192821.668000', '192821.670000', '192821.673000', '192821.676000', '192821.678000', '192821.681000', '192821.683000', '192821.686000', '192821.688000', '192821.691000', '192821.694000', '192821.696000', '192821.699000', '192821.701000', '192821.704000', '192821.706000', '192821.709000', '192821.712000', '192821.714000', '192821.717000', '192821.719000', '192821.722000', '192821.724000', '192841.612000', '192841.614000', '192841.617000', '192841.620000', '192841.622000', '192841.625000', '192841.627000', '192841.630000', '192841.633000', '192841.635000', '192841.638000', '192841.641000', '192841.643000', '192841.646000', '192841.649000', '192841.652000', '192841.655000', '192841.658000', '192841.660000', '192841.663000', '192841.666000', '192841.668000', '192841.671000', '192841.673000', '192841.676000', '192841.679000', '192841.681000', '192841.684000', '192841.687000', '192841.689000', '192841.692000', '192841.694000', '192841.697000', '192841.700000', '192841.702000', '192841.705000', '192841.708000', '192841.712000', '192841.715000', '192841.718000', '192841.721000', '192841.724000', '192841.727000', '192901.612000', '192901.615000', '192901.617000', '192901.620000', '192901.622000', '192901.625000', '192901.627000', '192901.630000', '192901.633000', '192901.635000', '192901.638000', '192901.640000', '192901.643000', '192901.645000', '192901.648000', '192901.651000', '192901.653000', '192901.656000', '192901.658000', '192901.661000', '192901.663000', '192901.666000', '192901.669000', '192901.671000', '192901.674000', '192901.676000', '192901.679000', '192901.682000', '192901.684000', '192901.687000', '192901.690000', '192901.692000', '192901.695000', '192901.697000', '192901.700000', '192901.702000', '192901.705000', '192901.708000', '192901.710000', '192901.713000', '192901.715000', '192901.718000', '192901.721000', '192901.723000', '192913.855000', '192913.858000', '192913.861000', '192913.864000', '192913.866000', '192913.869000', '192913.892000', '192913.895000', '192913.898000', '192913.900000', '192913.903000', '192913.906000', '192913.909000', '192913.911000', '192913.914000', '192913.917000', '192913.919000', '192913.923000', '192913.926000', '192913.928000', '192913.931000', '192913.934000', '192913.936000', '192913.939000', '192913.941000', '192913.944000', '192913.947000'], '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': [16689, 12233, 15918, 10052, 15311, 17829, 12929, 16931, 11641, 14870, 13464, 13291, 17632, 11259, 14641, 9936, 13805, 11655, 12086, 18314, 14298, 16832, 12593, 17003, 13202, 17688, 12049, 16500, 16930, 12123, 15660, 11317, 14577, 10634, 12939, 17063, 13659, 15000, 9505, 13073, 17937, 12805, 15704, 11808, 14472, 10425, 13146, 17496, 13118, 15450, 10486, 12795, 17368, 13194, 15128, 9753, 12455, 17838, 13132, 15482, 10087, 13344, 17552, 13084, 15630, 11119, 14269, 17536, 12061, 16010, 11465, 14964, 10522, 12018, 17387, 13526, 15436, 9854, 12218, 17343, 12764, 15332, 9659, 12966, 17638, 12532, 15537, 11398, 14545, 10663, 12219, 17373, 13453, 15126, 9956, 11976, 17340, 13412, 15409, 9568, 12340, 17479, 13767, 15412, 9238, 12744, 17043, 13581, 15434, 10031, 14102, 14991, 12785, 17406, 12198, 15077, 10636, 14529, 17938, 12897, 15544, 10224, 14579, 17695, 13381, 15381, 9754, 13467, 17086, 13311, 15279, 9238, 13570, 17469, 13308, 15499, 10213, 12926, 17416, 13514, 15108, 9558, 12973, 17229, 13803, 15307, 10724, 13332, 17517, 13345, 15910, 10778, 14365, 18550, 13251, 15589, 10461, 13876, 18804, 11834, 15229, 10022, 13639, 17665, 11855, 14685, 11674, 12726, 16969, 11389, 14595, 13950, 12387, 17030, 11381, 14376, 16731, 12547, 16016, 10773, 14237, 18760, 12449, 15348, 10017, 13277, 17491, 12438, 14868, 10021, 13183, 17165, 11747, 14866, 9587, 13685, 18298, 11794, 15218, 9991, 14139, 18628, 11762, 15533, 10738, 13644, 17851, 11197, 14630, 17999, 13446, 14516, 9066, 12734, 13546, 12007, 19406, 13276, 14276, 12439, 12273, 15953, 18814, 13629, 16665, 16714, 11846, 15932, 11057, 14348, 18909, 11873, 14650, 9832, 13407, 17231, 11742, 14361, 10149, 13548, 17350, 12380, 14944, 10068, 13894, 18772, 13476, 15338, 10413, 13468, 18153, 13571, 14995, 10640, 12838, 17409, 13512, 14806, 9643, 12032, 17251, 12299, 14929, 14860, 11347, 16057, 10022, 13389, 17050, 12748, 14759, 9765, 12661, 17436, 13566, 15001, 11282, 11888, 17431, 12484, 15326, 13797, 11772, 16785, 11304, 14780, 19274, 12321, 15904, 10145, 13234, 17684, 13192, 15111, 9901, 11924, 17092, 12922, 14951, 10591, 12421, 18818, 14681, 14341, 10015, 14253, 19025, 13527, 16593, 11994, 14753, 12478, 13575, 18430, 11411, 13378, 12571, 14816, 16635, 10401, 12961, 12559, 12804, 16484, 12226, 14135, 10134, 14726, 16636, 11975, 16347, 12329, 15653, 11124, 15628, 10217, 13734, 19172, 13634, 16664, 12650, 14986, 10223, 13609, 18359, 12992, 14468, 9668, 12211, 17145, 12620, 14675, 9023, 11865, 16396, 12928, 14298, 9205, 12691, 17398, 12881, 14940, 9993, 13426, 17684, 12490, 13912, 10009, 13420, 17680, 11806, 13451, 13448, 12369, 16468, 11197, 13278, 14776, 12491, 15984, 10501, 12992, 16561, 12671, 15856, 11046, 13682, 12118, 12349, 16615, 12246, 14055, 15783, 11770, 16215, 11764, 15001, 19555, 11705, 14748, 9584, 14022, 18086, 11448, 14831, 10680, 14316, 9663, 12239, 17345, 12140, 14274, 15736, 12421, 16486, 9703, 12397, 17678, 12172, 13380, 16799, 10594, 14099, 9202, 13567, 18135, 10818, 13496, 9403, 13452, 16992, 11274, 14409, 9951, 13955, 13726, 11740, 15782, 10523, 13933, 19419, 12150, 14336, 9265, 12568, 17122, 12482, 13926, 9045, 11907, 16759, 12704, 13454, 8616, 11673, 16805, 12858, 14243, 9221, 11621, 16862, 11607, 14300, 15214, 11261, 15207, 10442, 14015, 16705, 11350, 14830, 9499, 13905, 18645, 11480, 13965, 9164, 13146, 16975, 11214, 13453, 9803, 13014, 17343, 11191, 13578, 10679, 12757, 16751, 11903, 13886, 12569, 11943, 16789, 12041, 13746, 12004, 11387, 16855, 11982, 13822, 9714, 11551, 16624, 13001, 16924, 11066, 13280, 9720, 13879, 11673, 18512, 12273, 14586, 10872, 15891, 13104, 15846, 9191, 11650, 17446, 11234, 13824, 11159, 11609, 15469, 12197, 13653, 8807, 12924, 16353, 11811, 15076, 11713, 14164, 9321, 13528, 18017, 13095, 14255, 9235, 12534, 17303, 12724, 14340, 8992, 12309, 17382, 12722, 14144, 8721, 12675, 17321, 12353, 13524, 9473, 11788, 16239, 10185, 13990, 16045, 11417, 15152, 9917, 13268, 16151, 12694, 15862, 10406, 13383, 19120, 12533, 14136, 8600, 11570, 16991, 12535, 13738, 8435, 11461, 16773, 12531, 13862, 8532, 11881, 17030, 12179, 14324, 8913, 12610, 18704, 11993, 14472, 9578, 13504, 18392, 12092, 14153, 9352, 12590, 17444, 11675, 13323, 9497, 13087, 17594, 11713, 13471, 9246, 13562, 17423, 11579, 13617, 9382, 13458, 17863, 11664, 13699, 13945, 12501, 16665, 10977, 13047, 10735, 12215, 16806, 11672, 14035, 9960, 12296, 17100, 11951, 13862, 17042, 10839, 14777, 9668, 13816, 18510, 10913, 14108, 10284, 14338, 15611, 11253, 15707, 11212, 14371, 9739, 11819, 16589, 11975, 14303, 9144, 12286, 17279, 12179, 14131, 9048, 12816, 17729, 12183, 14241, 9331, 13303, 19190, 11331, 14423, 9907, 14306, 17259, 11080, 15475, 11029, 14054, 9566, 11596, 17031, 12176, 14320, 9494, 12549, 17583, 12147, 14389, 9470, 13211, 18190, 10920, 13834, 9231, 13705, 15572, 11111, 14795, 11271, 14334, 9749, 12248, 17571, 12420, 14294, 9570, 12766, 19010, 12111, 14196, 9483, 13416, 18139, 10989, 14717, 10291, 14373, 14059, 11611, 15506, 10969, 14355, 10192, 12076, 16762, 11428, 13613, 9620, 12327, 17505, 11895, 13702, 9687, 13189, 17970, 11962, 13989, 9925, 13968, 18793, 11723, 13929, 9575, 13883, 18453, 11252, 14260, 9340, 14162, 17499, 11475, 14718, 10765, 14121, 9638, 12576, 18697, 12296, 15456, 11030, 13431, 11903, 15616, 12378, 17748, 11381, 14926, 20578, 11485, 13965, 12569, 12052, 15839, 8934, 12383, 17263, 12506, 13813, 8797, 11415, 15519, 11799, 13916, 9138, 12276, 16456, 12404, 13885, 9854, 13643, 20013, 12122, 14156, 10129, 13947, 19732, 11515, 14182, 9752, 14062, 17947, 11467, 15148, 10227, 13951, 12376, 12327, 17501, 12047, 13877, 9904, 14201, 19396, 12086, 13775, 9756, 12974, 17421, 11783, 14028, 9854, 13144, 17990, 12150, 13926, 9625, 12688, 18357, 11977, 13855, 9302, 12173, 17601, 12287, 14256, 8873, 11551, 17721, 12142, 13744, 14438, 10692, 14700, 11374, 16607, 10840, 11205, 8842, 12610, 11058, 15804, 19054, 10863, 15122, 17406, 11282, 17097, 10092, 12507, 19983, 11463, 14990, 20660, 13622, 15427, 8725, 12571, 18563, 11416, 14632, 8722, 12517, 18747, 12003, 15106], 'WindowCenter': [4722.0, 4679.0, 4694.0, 4633.0, 4683.0, 4680.0, 4647.0, 4668.0, 4625.0, 4657.0, 4634.0, 4635.0, 4669.0, 4622.0, 4656.0, 4614.0, 4658.0, 4636.0, 4648.0, 4689.0, 4667.0, 4664.0, 4645.0, 4667.0, 4647.0, 4677.0, 4638.0, 4669.0, 4666.0, 4624.0, 4642.0, 4610.0, 4634.0, 4597.0, 4622.0, 4639.0, 4617.0, 4626.0, 4578.0, 4616.0, 4649.0, 4617.0, 4639.0, 4607.0, 4628.0, 4597.0, 4632.0, 4649.0, 4633.0, 4640.0, 4601.0, 4620.0, 4649.0, 4632.0, 4642.0, 4590.0, 4620.0, 4648.0, 4629.0, 4642.0, 4601.0, 4633.0, 4663.0, 4632.0, 4643.0, 4612.0, 4640.0, 4652.0, 4621.0, 4643.0, 4610.0, 4642.0, 4600.0, 4623.0, 4650.0, 4619.0, 4639.0, 4590.0, 4611.0, 4648.0, 4621.0, 4643.0, 4587.0, 4621.0, 4648.0, 4618.0, 4641.0, 4612.0, 4640.0, 4601.0, 4622.0, 4652.0, 4633.0, 4640.0, 4601.0, 4620.0, 4650.0, 4630.0, 4638.0, 4590.0, 4622.0, 4648.0, 4629.0, 4639.0, 4587.0, 4622.0, 4640.0, 4629.0, 4641.0, 4601.0, 4630.0, 4639.0, 4631.0, 4649.0, 4621.0, 4640.0, 4600.0, 4646.0, 4660.0, 4622.0, 4640.0, 4601.0, 4643.0, 4650.0, 4632.0, 4638.0, 4591.0, 4630.0, 4638.0, 4621.0, 4627.0, 4590.0, 4618.0, 4647.0, 4628.0, 4625.0, 4587.0, 4620.0, 4648.0, 4630.0, 4628.0, 4586.0, 4621.0, 4650.0, 4628.0, 4640.0, 4600.0, 4631.0, 4648.0, 4629.0, 4639.0, 4601.0, 4633.0, 4648.0, 4618.0, 4640.0, 4596.0, 4617.0, 4646.0, 4606.0, 4626.0, 4588.0, 4620.0, 4636.0, 4608.0, 4631.0, 4594.0, 4606.0, 4635.0, 4595.0, 4629.0, 4614.0, 4607.0, 4636.0, 4609.0, 4628.0, 4636.0, 4620.0, 4638.0, 4610.0, 4630.0, 4660.0, 4620.0, 4644.0, 4602.0, 4635.0, 4650.0, 4623.0, 4639.0, 4588.0, 4619.0, 4648.0, 4608.0, 4630.0, 4591.0, 4633.0, 4659.0, 4620.0, 4637.0, 4601.0, 4643.0, 4660.0, 4621.0, 4654.0, 4612.0, 4635.0, 4653.0, 4610.0, 4640.0, 4649.0, 4629.0, 4630.0, 4578.0, 4630.0, 4629.0, 4634.0, 4684.0, 4647.0, 4652.0, 4645.0, 4638.0, 4671.0, 4675.0, 4648.0, 4668.0, 4657.0, 4612.0, 4641.0, 4598.0, 4629.0, 4637.0, 4595.0, 4614.0, 4573.0, 4605.0, 4625.0, 4597.0, 4614.0, 4586.0, 4618.0, 4629.0, 4605.0, 4625.0, 4586.0, 4617.0, 4646.0, 4617.0, 4625.0, 4600.0, 4618.0, 4647.0, 4622.0, 4627.0, 4586.0, 4618.0, 4638.0, 4622.0, 4631.0, 4589.0, 4608.0, 4636.0, 4607.0, 4631.0, 4618.0, 4600.0, 4627.0, 4589.0, 4618.0, 4631.0, 4612.0, 4641.0, 4596.0, 4622.0, 4652.0, 4633.0, 4641.0, 4611.0, 4620.0, 4651.0, 4615.0, 4642.0, 4629.0, 4610.0, 4648.0, 4610.0, 4635.0, 4660.0, 4620.0, 4639.0, 4601.0, 4622.0, 4633.0, 4620.0, 4632.0, 4587.0, 4605.0, 4638.0, 4621.0, 4634.0, 4596.0, 4622.0, 4644.0, 4626.0, 4637.0, 4597.0, 4644.0, 4678.0, 4634.0, 4645.0, 4624.0, 4641.0, 4620.0, 4636.0, 4663.0, 4637.0, 4645.0, 4620.0, 4635.0, 4664.0, 4612.0, 4632.0, 4619.0, 4615.0, 4637.0, 4609.0, 4630.0, 4599.0, 4642.0, 4645.0, 4610.0, 4636.0, 4620.0, 4638.0, 4610.0, 4640.0, 4602.0, 4631.0, 4662.0, 4632.0, 4641.0, 4622.0, 4631.0, 4597.0, 4619.0, 4649.0, 4608.0, 4619.0, 4573.0, 4609.0, 4637.0, 4607.0, 4625.0, 4575.0, 4618.0, 4648.0, 4618.0, 4637.0, 4589.0, 4632.0, 4652.0, 4633.0, 4641.0, 4602.0, 4633.0, 4659.0, 4632.0, 4628.0, 4599.0, 4630.0, 4649.0, 4635.0, 4646.0, 4618.0, 4620.0, 4651.0, 4612.0, 4616.0, 4626.0, 4618.0, 4639.0, 4596.0, 4629.0, 4650.0, 4633.0, 4651.0, 4609.0, 4631.0, 4618.0, 4631.0, 4653.0, 4622.0, 4643.0, 4640.0, 4621.0, 4653.0, 4609.0, 4643.0, 4661.0, 4608.0, 4625.0, 4588.0, 4630.0, 4647.0, 4609.0, 4638.0, 4608.0, 4641.0, 4586.0, 4620.0, 4649.0, 4622.0, 4632.0, 4639.0, 4620.0, 4640.0, 4587.0, 4620.0, 4639.0, 4607.0, 4617.0, 4624.0, 4588.0, 4614.0, 4574.0, 4616.0, 4645.0, 4597.0, 4616.0, 4577.0, 4619.0, 4637.0, 4597.0, 4627.0, 4599.0, 4631.0, 4627.0, 4612.0, 4640.0, 4611.0, 4631.0, 4661.0, 4607.0, 4626.0, 4590.0, 4620.0, 4637.0, 4608.0, 4616.0, 4573.0, 4605.0, 4636.0, 4614.0, 4617.0, 4566.0, 4608.0, 4646.0, 4617.0, 4628.0, 4585.0, 4610.0, 4647.0, 4606.0, 4630.0, 4626.0, 4608.0, 4629.0, 4597.0, 4629.0, 4635.0, 4610.0, 4630.0, 4588.0, 4632.0, 4649.0, 4606.0, 4627.0, 4590.0, 4630.0, 4648.0, 4608.0, 4631.0, 4597.0, 4632.0, 4651.0, 4608.0, 4630.0, 4599.0, 4620.0, 4652.0, 4607.0, 4627.0, 4619.0, 4610.0, 4640.0, 4607.0, 4620.0, 4609.0, 4608.0, 4637.0, 4608.0, 4629.0, 4585.0, 4610.0, 4649.0, 4633.0, 4662.0, 4608.0, 4629.0, 4600.0, 4660.0, 4652.0, 4719.0, 4651.0, 4657.0, 4595.0, 4619.0, 4628.0, 4651.0, 4589.0, 4608.0, 4660.0, 4620.0, 4630.0, 4608.0, 4608.0, 4638.0, 4619.0, 4628.0, 4588.0, 4631.0, 4649.0, 4621.0, 4642.0, 4618.0, 4641.0, 4600.0, 4643.0, 4659.0, 4632.0, 4631.0, 4589.0, 4622.0, 4649.0, 4631.0, 4631.0, 4587.0, 4619.0, 4650.0, 4630.0, 4629.0, 4578.0, 4630.0, 4663.0, 4619.0, 4629.0, 4598.0, 4621.0, 4650.0, 4609.0, 4631.0, 4650.0, 4610.0, 4639.0, 4601.0, 4630.0, 4651.0, 4630.0, 4651.0, 4608.0, 4643.0, 4662.0, 4623.0, 4631.0, 4579.0, 4609.0, 4648.0, 4619.0, 4630.0, 4568.0, 4611.0, 4637.0, 4619.0, 4629.0, 4577.0, 4620.0, 4650.0, 4622.0, 4638.0, 4587.0, 4619.0, 4659.0, 4621.0, 4640.0, 4597.0, 4628.0, 4659.0, 4617.0, 4627.0, 4578.0, 4607.0, 4636.0, 4606.0, 4617.0, 4585.0, 4615.0, 4634.0, 4604.0, 4617.0, 4584.0, 4617.0, 4647.0, 4610.0, 4629.0, 4588.0, 4627.0, 4649.0, 4610.0, 4642.0, 4626.0, 4618.0, 4645.0, 4608.0, 4631.0, 4609.0, 4622.0, 4650.0, 4619.0, 4643.0, 4601.0, 4622.0, 4652.0, 4619.0, 4632.0, 4651.0, 4612.0, 4631.0, 4588.0, 4629.0, 4649.0, 4606.0, 4626.0, 4600.0, 4640.0, 4640.0, 4611.0, 4639.0, 4611.0, 4639.0, 4600.0, 4622.0, 4653.0, 4622.0, 4642.0, 4589.0, 4632.0, 4662.0, 4621.0, 4641.0, 4588.0, 4633.0, 4663.0, 4633.0, 4640.0, 4589.0, 4635.0, 4671.0, 4624.0, 4641.0, 4599.0, 4644.0, 4649.0, 4612.0, 4640.0, 4611.0, 4630.0, 4586.0, 4620.0, 4651.0, 4620.0, 4641.0, 4599.0, 4622.0, 4651.0, 4619.0, 4640.0, 4598.0, 4632.0, 4650.0, 4608.0, 4628.0, 4588.0, 4629.0, 4638.0, 4611.0, 4638.0, 4611.0, 4639.0, 4596.0, 4619.0, 4660.0, 4634.0, 4638.0, 4600.0, 4629.0, 4662.0, 4621.0, 4630.0, 4588.0, 4631.0, 4648.0, 4598.0, 4625.0, 4587.0, 4630.0, 4616.0, 4606.0, 4627.0, 4596.0, 4628.0, 4584.0, 4606.0, 4636.0, 4605.0, 4616.0, 4585.0, 4617.0, 4648.0, 4620.0, 4629.0, 4586.0, 4617.0, 4646.0, 4619.0, 4630.0, 4588.0, 4630.0, 4649.0, 4620.0, 4628.0, 4587.0, 4630.0, 4649.0, 4609.0, 4630.0, 4600.0, 4641.0, 4651.0, 4610.0, 4640.0, 4608.0, 4641.0, 4602.0, 4644.0, 4673.0, 4650.0, 4676.0, 4662.0, 4656.0, 4636.0, 4652.0, 4636.0, 4666.0, 4636.0, 4657.0, 4677.0, 4623.0, 4634.0, 4620.0, 4617.0, 4637.0, 4579.0, 4615.0, 4637.0, 4620.0, 4616.0, 4576.0, 4610.0, 4638.0, 4619.0, 4632.0, 4590.0, 4620.0, 4649.0, 4632.0, 4643.0, 4602.0, 4641.0, 4669.0, 4624.0, 4644.0, 4603.0, 4647.0, 4665.0, 4613.0, 4632.0, 4601.0, 4630.0, 4648.0, 4610.0, 4629.0, 4601.0, 4628.0, 4621.0, 4623.0, 4652.0, 4623.0, 4632.0, 4602.0, 4644.0, 4661.0, 4621.0, 4633.0, 4590.0, 4628.0, 4650.0, 4611.0, 4630.0, 4603.0, 4631.0, 4651.0, 4619.0, 4629.0, 4587.0, 4620.0, 4651.0, 4608.0, 4619.0, 4586.0, 4607.0, 4650.0, 4606.0, 4630.0, 4576.0, 4609.0, 4650.0, 4609.0, 4619.0, 4624.0, 4599.0, 4628.0, 4609.0, 4649.0, 4595.0, 4610.0, 4592.0, 4634.0, 4629.0, 4668.0, 4671.0, 4614.0, 4642.0, 4650.0, 4611.0, 4651.0, 4599.0, 4619.0, 4662.0, 4596.0, 4642.0, 4645.0, 4605.0, 4615.0, 4553.0, 4592.0, 4620.0, 4567.0, 4595.0, 4537.0, 4576.0, 4615.0, 4576.0, 4592.0], 'WindowWidth': [10305.0, 10232.0, 10243.0, 10154.0, 10220.0, 10215.0, 10162.0, 10195.0, 10127.0, 10174.0, 10137.0, 10140.0, 10198.0, 10120.0, 10170.0, 10111.0, 10179.0, 10144.0, 10164.0, 10224.0, 10189.0, 10183.0, 10155.0, 10186.0, 10160.0, 10202.0, 10147.0, 10194.0, 10188.0, 10123.0, 10152.0, 10099.0, 10133.0, 10076.0, 10111.0, 10140.0, 10101.0, 10114.0, 10047.0, 10101.0, 10149.0, 10104.0, 10134.0, 10091.0, 10120.0, 10077.0, 10127.0, 10152.0, 10132.0, 10140.0, 10083.0, 10110.0, 10152.0, 10127.0, 10143.0, 10069.0, 10110.0, 10149.0, 10123.0, 10144.0, 10085.0, 10133.0, 10175.0, 10130.0, 10148.0, 10101.0, 10140.0, 10157.0, 10112.0, 10144.0, 10096.0, 10143.0, 10081.0, 10116.0, 10155.0, 10109.0, 10136.0, 10069.0, 10098.0, 10148.0, 10111.0, 10144.0, 10061.0, 10111.0, 10148.0, 10106.0, 10140.0, 10100.0, 10139.0, 10085.0, 10115.0, 10159.0, 10133.0, 10141.0, 10083.0, 10111.0, 10153.0, 10124.0, 10137.0, 10068.0, 10114.0, 10150.0, 10121.0, 10136.0, 10061.0, 10113.0, 10138.0, 10123.0, 10139.0, 10085.0, 10125.0, 10135.0, 10128.0, 10152.0, 10114.0, 10142.0, 10085.0, 10151.0, 10170.0, 10115.0, 10140.0, 10085.0, 10143.0, 10157.0, 10126.0, 10135.0, 10069.0, 10124.0, 10135.0, 10110.0, 10117.0, 10066.0, 10106.0, 10145.0, 10120.0, 10113.0, 10060.0, 10109.0, 10149.0, 10122.0, 10120.0, 10059.0, 10110.0, 10151.0, 10119.0, 10137.0, 10082.0, 10126.0, 10149.0, 10121.0, 10139.0, 10084.0, 10130.0, 10152.0, 10106.0, 10137.0, 10071.0, 10103.0, 10145.0, 10085.0, 10113.0, 10059.0, 10106.0, 10129.0, 10087.0, 10122.0, 10067.0, 10084.0, 10126.0, 10068.0, 10118.0, 10095.0, 10088.0, 10127.0, 10091.0, 10120.0, 10131.0, 10110.0, 10134.0, 10097.0, 10126.0, 10168.0, 10112.0, 10147.0, 10086.0, 10134.0, 10155.0, 10116.0, 10138.0, 10064.0, 10109.0, 10149.0, 10094.0, 10124.0, 10071.0, 10131.0, 10166.0, 10113.0, 10133.0, 10086.0, 10147.0, 10170.0, 10115.0, 10161.0, 10101.0, 10135.0, 10162.0, 10096.0, 10139.0, 10154.0, 10124.0, 10124.0, 10051.0, 10126.0, 10122.0, 10139.0, 10208.0, 10159.0, 10161.0, 10155.0, 10146.0, 10195.0, 10198.0, 10160.0, 10192.0, 10172.0, 10101.0, 10144.0, 10076.0, 10119.0, 10137.0, 10067.0, 10093.0, 10032.0, 10080.0, 10110.0, 10069.0, 10093.0, 10054.0, 10101.0, 10112.0, 10082.0, 10108.0, 10057.0, 10100.0, 10140.0, 10101.0, 10113.0, 10080.0, 10105.0, 10143.0, 10112.0, 10117.0, 10057.0, 10105.0, 10132.0, 10112.0, 10124.0, 10062.0, 10090.0, 10130.0, 10087.0, 10124.0, 10103.0, 10080.0, 10115.0, 10062.0, 10103.0, 10119.0, 10094.0, 10139.0, 10073.0, 10114.0, 10154.0, 10130.0, 10142.0, 10097.0, 10110.0, 10155.0, 10100.0, 10144.0, 10122.0, 10096.0, 10149.0, 10096.0, 10130.0, 10170.0, 10108.0, 10135.0, 10082.0, 10112.0, 10126.0, 10107.0, 10126.0, 10059.0, 10085.0, 10131.0, 10108.0, 10130.0, 10071.0, 10117.0, 10140.0, 10115.0, 10139.0, 10081.0, 10150.0, 10203.0, 10135.0, 10145.0, 10117.0, 10141.0, 10109.0, 10134.0, 10174.0, 10143.0, 10153.0, 10110.0, 10134.0, 10183.0, 10104.0, 10133.0, 10105.0, 10096.0, 10127.0, 10092.0, 10121.0, 10078.0, 10140.0, 10141.0, 10096.0, 10129.0, 10111.0, 10136.0, 10097.0, 10139.0, 10086.0, 10128.0, 10170.0, 10129.0, 10141.0, 10111.0, 10125.0, 10075.0, 10104.0, 10152.0, 10086.0, 10104.0, 10037.0, 10092.0, 10131.0, 10086.0, 10110.0, 10045.0, 10109.0, 10150.0, 10107.0, 10134.0, 10068.0, 10129.0, 10158.0, 10134.0, 10145.0, 10087.0, 10131.0, 10168.0, 10132.0, 10124.0, 10084.0, 10123.0, 10152.0, 10141.0, 10157.0, 10106.0, 10111.0, 10156.0, 10100.0, 10101.0, 10112.0, 10107.0, 10135.0, 10074.0, 10123.0, 10154.0, 10134.0, 10156.0, 10096.0, 10129.0, 10110.0, 10129.0, 10162.0, 10115.0, 10145.0, 10139.0, 10114.0, 10160.0, 10095.0, 10144.0, 10172.0, 10092.0, 10115.0, 10064.0, 10125.0, 10149.0, 10094.0, 10134.0, 10094.0, 10140.0, 10063.0, 10112.0, 10152.0, 10116.0, 10130.0, 10138.0, 10111.0, 10141.0, 10063.0, 10110.0, 10140.0, 10085.0, 10100.0, 10110.0, 10060.0, 10095.0, 10039.0, 10098.0, 10139.0, 10073.0, 10101.0, 10047.0, 10107.0, 10128.0, 10075.0, 10119.0, 10083.0, 10128.0, 10117.0, 10101.0, 10138.0, 10100.0, 10127.0, 10171.0, 10092.0, 10117.0, 10069.0, 10110.0, 10134.0, 10091.0, 10102.0, 10039.0, 10083.0, 10128.0, 10097.0, 10103.0, 10031.0, 10093.0, 10143.0, 10104.0, 10121.0, 10057.0, 10098.0, 10147.0, 10089.0, 10124.0, 10114.0, 10093.0, 10122.0, 10075.0, 10121.0, 10125.0, 10096.0, 10125.0, 10067.0, 10129.0, 10152.0, 10089.0, 10123.0, 10069.0, 10126.0, 10149.0, 10093.0, 10129.0, 10077.0, 10129.0, 10156.0, 10091.0, 10127.0, 10083.0, 10112.0, 10158.0, 10090.0, 10119.0, 10108.0, 10096.0, 10141.0, 10090.0, 10109.0, 10094.0, 10092.0, 10131.0, 10091.0, 10121.0, 10057.0, 10097.0, 10155.0, 10135.0, 10175.0, 10095.0, 10123.0, 10088.0, 10184.0, 10175.0, 10283.0, 10170.0, 10172.0, 10068.0, 10094.0, 10121.0, 10159.0, 10067.0, 10091.0, 10173.0, 10114.0, 10128.0, 10094.0, 10092.0, 10136.0, 10109.0, 10119.0, 10065.0, 10125.0, 10153.0, 10114.0, 10144.0, 10110.0, 10143.0, 10087.0, 10147.0, 10170.0, 10131.0, 10129.0, 10068.0, 10117.0, 10153.0, 10129.0, 10129.0, 10064.0, 10113.0, 10156.0, 10127.0, 10126.0, 10053.0, 10127.0, 10176.0, 10111.0, 10127.0, 10081.0, 10113.0, 10153.0, 10099.0, 10130.0, 10153.0, 10099.0, 10137.0, 10087.0, 10126.0, 10156.0, 10127.0, 10157.0, 10095.0, 10150.0, 10175.0, 10119.0, 10128.0, 10053.0, 10097.0, 10149.0, 10111.0, 10124.0, 10035.0, 10099.0, 10134.0, 10109.0, 10124.0, 10049.0, 10114.0, 10154.0, 10118.0, 10136.0, 10065.0, 10111.0, 10168.0, 10116.0, 10141.0, 10077.0, 10122.0, 10168.0, 10106.0, 10120.0, 10049.0, 10089.0, 10131.0, 10087.0, 10100.0, 10055.0, 10098.0, 10125.0, 10083.0, 10102.0, 10056.0, 10105.0, 10145.0, 10096.0, 10124.0, 10065.0, 10120.0, 10152.0, 10097.0, 10146.0, 10119.0, 10109.0, 10145.0, 10094.0, 10127.0, 10098.0, 10117.0, 10155.0, 10111.0, 10146.0, 10089.0, 10117.0, 10159.0, 10111.0, 10129.0, 10157.0, 10104.0, 10128.0, 10068.0, 10124.0, 10151.0, 10090.0, 10119.0, 10084.0, 10141.0, 10139.0, 10101.0, 10140.0, 10099.0, 10139.0, 10083.0, 10118.0, 10162.0, 10116.0, 10146.0, 10069.0, 10131.0, 10174.0, 10117.0, 10145.0, 10069.0, 10132.0, 10177.0, 10135.0, 10143.0, 10071.0, 10138.0, 10186.0, 10122.0, 10144.0, 10084.0, 10149.0, 10151.0, 10104.0, 10141.0, 10099.0, 10128.0, 10063.0, 10111.0, 10159.0, 10113.0, 10144.0, 10082.0, 10116.0, 10158.0, 10112.0, 10142.0, 10081.0, 10129.0, 10156.0, 10093.0, 10121.0, 10066.0, 10125.0, 10134.0, 10100.0, 10136.0, 10102.0, 10140.0, 10078.0, 10113.0, 10171.0, 10136.0, 10139.0, 10083.0, 10126.0, 10176.0, 10112.0, 10127.0, 10064.0, 10125.0, 10148.0, 10078.0, 10115.0, 10061.0, 10123.0, 10099.0, 10085.0, 10117.0, 10071.0, 10117.0, 10053.0, 10085.0, 10126.0, 10084.0, 10101.0, 10056.0, 10101.0, 10147.0, 10110.0, 10121.0, 10061.0, 10104.0, 10145.0, 10108.0, 10125.0, 10063.0, 10124.0, 10153.0, 10111.0, 10121.0, 10063.0, 10125.0, 10150.0, 10095.0, 10125.0, 10084.0, 10143.0, 10153.0, 10097.0, 10137.0, 10095.0, 10141.0, 10091.0, 10156.0, 10194.0, 10165.0, 10209.0, 10199.0, 10172.0, 10141.0, 10161.0, 10143.0, 10182.0, 10142.0, 10174.0, 10208.0, 10118.0, 10135.0, 10111.0, 10104.0, 10133.0, 10053.0, 10098.0, 10129.0, 10106.0, 10099.0, 10045.0, 10094.0, 10133.0, 10109.0, 10131.0, 10070.0, 10113.0, 10152.0, 10132.0, 10145.0, 10089.0, 10144.0, 10183.0, 10122.0, 10150.0, 10089.0, 10155.0, 10180.0, 10103.0, 10131.0, 10087.0, 10126.0, 10150.0, 10096.0, 10123.0, 10086.0, 10121.0, 10112.0, 10116.0, 10157.0, 10115.0, 10130.0, 10085.0, 10147.0, 10173.0, 10112.0, 10132.0, 10069.0, 10122.0, 10152.0, 10097.0, 10125.0, 10087.0, 10127.0, 10157.0, 10108.0, 10124.0, 10064.0, 10108.0, 10156.0, 10090.0, 10106.0, 10060.0, 10089.0, 10150.0, 10088.0, 10122.0, 10044.0, 10095.0, 10150.0, 10091.0, 10107.0, 10108.0, 10077.0, 10118.0, 10093.0, 10152.0, 10071.0, 10098.0, 10077.0, 10135.0, 10134.0, 10189.0, 10188.0, 10107.0, 10146.0, 10153.0, 10102.0, 10160.0, 10083.0, 10110.0, 10176.0, 10069.0, 10145.0, 10147.0, 10084.0, 10098.0, 10005.0, 10055.0, 10100.0, 10018.0, 10055.0, 9975.0, 10028.0, 10083.0, 10027.0, 10048.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.001943547646383467</td></tr>
<tr><td colspan=3>aqi</td><td>0.02857136819747417</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.84482528435631</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1843828326896548</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9707703157931016</td></tr>
<tr><td colspan=3>efc</td><td>0.5304</td></tr>
<tr><td colspan=3>fber</td><td>3065.1641</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09221122698671819</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7405281285878305</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.654802686096391</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.565686757011079</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.834143568792388</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5645777324857053</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007357087917625904</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03148428723216057</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.8219607203799</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.4467</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.2661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287627.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>1379.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>489.1501</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.449</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.1539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.4714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.291</td></tr>
<tr><td colspan=3>tsnr</td><td>35.22144768212456</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>