<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-01/func/sub-0133_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dea76bd476c971d62ed7d6da6cb2b6a9</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:31:53.335000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998446, 0.0428515, -0.0356304, -0.042371, 0.999002, 0.0141341]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105059</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7792, -7226, 203, -129, -84, 24, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.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>277.601</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8263bb80-9694-419c-a6e7-adf1cd8b8165||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678757429122925, -0.1136782318353653, -0.09774124622344971, 119.00777435302734], [-0.11496744304895401, 2.6802492141723633, 0.034026723355054855, -90.63561248779297], [-0.0955936387181282, -0.037920888513326645, 2.6980156898498535, -57.229801177978516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['193153.335000', '193153.795000', '193154.255000', '193154.715000', '193155.175000', '193155.635000', '193156.095000', '193156.555000', '193157.015000', '193157.475000', '193157.935000', '193158.395000', '193158.855000', '193159.315000', '193159.775000', '193200.235000', '193200.695000', '193201.155000', '193201.615000', '193202.075000', '193202.535000', '193202.995000', '193203.455000', '193203.915000', '193204.375000', '193204.835000', '193205.295000', '193205.755000', '193206.215000', '193206.675000', '193207.135000', '193207.595000', '193208.055000', '193208.515000', '193208.975000', '193209.435000', '193209.895000', '193210.355000', '193210.815000', '193211.275000', '193211.735000', '193212.195000', '193212.655000', '193213.115000', '193213.575000', '193214.035000', '193214.495000', '193214.955000', '193215.415000', '193215.875000', '193216.335000', '193216.795000', '193217.255000', '193217.715000', '193218.175000', '193218.635000', '193219.095000', '193219.555000', '193220.015000', '193220.475000', '193220.935000', '193221.395000', '193221.855000', '193222.315000', '193222.775000', '193223.235000', '193223.695000', '193224.155000', '193224.615000', '193225.075000', '193225.535000', '193225.995000', '193226.455000', '193226.915000', '193227.375000', '193227.835000', '193228.295000', '193228.755000', '193229.215000', '193229.675000', '193230.135000', '193230.595000', '193231.055000', '193231.515000', '193231.975000', '193232.435000', '193232.895000', '193233.355000', '193233.815000', '193234.275000', '193234.735000', '193235.195000', '193235.655000', '193236.115000', '193236.575000', '193237.035000', '193237.495000', '193237.955000', '193238.415000', '193238.875000', '193239.335000', '193239.795000', '193240.255000', '193240.715000', '193241.175000', '193241.635000', '193242.095000', '193242.555000', '193243.015000', '193243.475000', '193243.935000', '193244.395000', '193244.855000', '193245.315000', '193245.775000', '193246.235000', '193246.695000', '193247.155000', '193247.615000', '193248.075000', '193248.535000', '193248.995000', '193249.455000', '193249.915000', '193250.375000', '193250.835000', '193251.295000', '193251.755000', '193252.215000', '193252.675000', '193253.135000', '193253.595000', '193254.055000', '193254.515000', '193254.975000', '193255.435000', '193255.895000', '193256.355000', '193256.815000', '193257.275000', '193257.735000', '193258.195000', '193258.655000', '193259.115000', '193259.575000', '193300.035000', '193300.495000', '193300.955000', '193301.415000', '193301.875000', '193302.335000', '193302.795000', '193303.255000', '193303.715000', '193304.175000', '193304.635000', '193305.095000', '193305.555000', '193306.015000', '193306.475000', '193306.935000', '193307.395000', '193307.855000', '193308.315000', '193308.775000', '193309.235000', '193309.695000', '193310.155000', '193310.615000', '193311.075000', '193311.535000', '193311.995000', '193312.455000', '193312.915000', '193313.375000', '193313.835000', '193314.295000', '193314.755000', '193315.215000', '193315.675000', '193316.135000', '193316.595000', '193317.055000', '193317.515000', '193317.975000', '193318.435000', '193318.895000', '193319.355000', '193319.815000', '193320.275000', '193320.735000', '193321.195000', '193321.655000', '193322.115000', '193322.575000', '193323.035000', '193323.495000', '193323.955000', '193324.415000', '193324.875000', '193325.335000', '193325.795000', '193326.255000', '193326.715000', '193327.175000', '193327.635000', '193328.095000', '193328.555000', '193329.015000', '193329.475000', '193329.935000', '193330.395000', '193330.855000', '193331.315000', '193331.775000', '193332.235000', '193332.695000', '193333.155000', '193333.615000', '193334.075000', '193334.535000', '193334.995000', '193335.455000', '193335.915000', '193336.375000', '193336.835000', '193337.295000', '193337.755000', '193338.215000', '193338.675000', '193339.135000', '193339.595000', '193340.055000', '193340.515000', '193340.975000', '193341.435000', '193341.895000', '193342.355000', '193342.815000', '193343.275000', '193343.735000', '193344.195000', '193344.655000', '193345.115000', '193345.575000', '193346.035000', '193346.495000', '193346.955000', '193347.415000', '193347.875000', '193348.335000', '193348.795000', '193349.255000', '193349.715000', '193350.175000', '193350.635000', '193351.095000', '193351.555000', '193352.015000', '193352.475000', '193352.935000', '193353.395000', '193353.855000', '193354.315000', '193354.775000', '193355.235000', '193355.695000', '193356.155000', '193356.615000', '193357.075000', '193357.535000', '193357.995000', '193358.455000', '193358.915000', '193359.375000', '193359.835000', '193400.295000', '193400.755000', '193401.215000', '193401.675000', '193402.135000', '193402.595000', '193403.055000', '193403.515000', '193403.975000', '193404.435000', '193404.895000', '193405.355000', '193405.815000', '193406.275000', '193406.735000', '193407.195000', '193407.655000', '193408.115000', '193408.575000', '193409.035000', '193409.495000', '193409.955000', '193410.415000', '193410.875000', '193411.335000', '193411.795000', '193412.255000', '193412.715000', '193413.175000', '193413.635000', '193414.095000', '193414.555000', '193415.015000', '193415.475000', '193415.935000', '193416.395000', '193416.855000', '193417.315000', '193417.775000', '193418.235000', '193418.695000', '193419.155000', '193419.615000', '193420.075000', '193420.535000', '193420.995000', '193421.455000', '193421.915000', '193422.375000', '193422.835000', '193423.295000', '193423.755000', '193424.215000', '193424.675000', '193425.135000', '193425.595000', '193426.055000', '193426.515000', '193426.975000', '193427.435000', '193427.895000', '193428.355000', '193428.815000', '193429.275000', '193429.735000', '193430.195000', '193430.655000', '193431.115000', '193431.575000', '193432.035000', '193432.495000', '193432.955000', '193433.415000', '193433.875000', '193434.335000', '193434.795000', '193435.255000', '193435.715000', '193436.175000', '193436.635000', '193437.095000', '193437.555000', '193438.015000', '193438.475000', '193438.935000', '193439.395000', '193439.855000', '193440.315000', '193440.775000', '193441.235000', '193441.695000', '193442.155000', '193442.615000', '193443.075000', '193443.535000', '193443.995000', '193444.455000', '193444.915000', '193445.375000', '193445.835000', '193446.295000', '193446.755000', '193447.215000', '193447.675000', '193448.135000', '193448.595000', '193449.055000', '193449.515000', '193449.975000', '193450.435000', '193450.895000', '193451.355000', '193451.815000', '193452.275000', '193452.735000', '193453.195000', '193453.655000', '193454.115000', '193454.575000', '193455.035000', '193455.495000', '193455.955000', '193456.415000', '193456.875000', '193457.335000', '193457.795000', '193458.255000', '193458.715000', '193459.175000', '193459.635000', '193500.095000', '193500.555000', '193501.015000', '193501.475000', '193501.935000', '193502.395000', '193502.855000', '193503.315000', '193503.775000', '193504.235000', '193504.695000', '193505.155000', '193505.615000', '193506.075000', '193506.535000', '193506.995000', '193507.455000', '193507.915000', '193508.375000', '193508.835000', '193509.295000', '193509.755000', '193510.215000', '193510.675000', '193511.135000', '193511.595000', '193512.055000', '193512.515000', '193512.975000', '193513.435000', '193513.895000', '193514.355000', '193514.815000', '193515.275000', '193515.735000', '193516.195000', '193516.655000', '193517.115000', '193517.575000', '193518.035000', '193518.495000', '193518.955000', '193519.415000', '193519.875000', '193520.335000', '193520.795000', '193521.255000', '193521.715000', '193522.175000', '193522.635000', '193523.095000', '193523.555000', '193524.015000', '193524.475000', '193524.935000', '193525.395000', '193525.855000', '193526.315000', '193526.775000', '193527.235000', '193527.695000', '193528.155000', '193528.615000', '193529.075000', '193529.535000', '193529.995000', '193530.455000', '193530.915000', '193531.375000', '193531.835000', '193532.295000', '193532.755000', '193533.215000', '193533.675000', '193534.135000', '193534.595000', '193535.055000', '193535.515000', '193535.975000', '193536.435000', '193536.895000', '193537.355000', '193537.815000', '193538.275000', '193538.735000', '193539.195000', '193539.655000', '193540.115000', '193540.575000', '193541.035000', '193541.495000', '193541.955000', '193542.415000', '193542.875000', '193543.335000', '193543.795000', '193544.255000', '193544.715000', '193545.175000', '193545.635000', '193546.095000', '193546.555000', '193547.015000', '193547.475000', '193547.935000', '193548.395000', '193548.855000', '193549.315000', '193549.775000', '193550.235000', '193550.695000', '193551.155000', '193551.615000', '193552.075000', '193552.535000', '193552.995000', '193553.455000', '193553.915000', '193554.375000', '193554.835000', '193555.295000', '193555.755000', '193556.215000', '193556.675000', '193557.135000', '193557.595000', '193558.055000', '193558.515000', '193558.975000', '193559.435000', '193559.895000', '193600.355000', '193600.815000', '193601.275000', '193601.735000', '193602.195000', '193602.655000', '193603.115000', '193603.575000', '193604.035000', '193604.495000', '193604.955000', '193605.415000', '193605.875000', '193606.335000', '193606.795000', '193607.255000', '193607.715000', '193608.175000', '193608.635000', '193609.095000', '193609.555000', '193610.015000', '193610.475000', '193610.935000', '193611.395000', '193611.855000', '193612.315000', '193612.775000', '193613.235000', '193613.695000', '193614.155000', '193614.615000', '193615.075000', '193615.535000', '193615.995000', '193616.455000', '193616.915000', '193617.375000', '193617.835000', '193618.295000', '193618.755000', '193619.215000', '193619.675000', '193620.135000', '193620.595000', '193621.055000', '193621.515000', '193621.975000', '193622.435000', '193622.895000', '193623.355000', '193623.815000', '193624.275000', '193624.735000', '193625.195000', '193625.655000', '193626.115000', '193626.575000', '193627.035000', '193627.495000', '193627.955000', '193628.415000', '193628.875000', '193629.335000', '193629.795000', '193630.255000', '193630.715000', '193631.175000', '193631.635000', '193632.095000', '193632.555000', '193633.015000', '193633.475000', '193633.935000', '193634.395000', '193634.855000', '193635.315000', '193635.775000', '193636.235000', '193636.695000', '193637.155000', '193637.615000', '193638.075000', '193638.535000', '193638.995000', '193639.455000', '193639.915000', '193640.375000', '193640.835000', '193641.295000', '193641.755000', '193642.215000', '193642.675000', '193643.135000', '193643.595000', '193644.055000', '193644.515000', '193644.975000', '193645.435000', '193645.895000', '193646.355000', '193646.815000', '193647.275000', '193647.735000', '193648.195000', '193648.655000', '193649.115000', '193649.575000', '193650.035000', '193650.495000', '193650.955000', '193651.415000', '193651.875000', '193652.335000', '193652.795000', '193653.255000', '193653.715000', '193654.175000', '193654.635000', '193655.095000', '193655.555000', '193656.015000', '193656.475000', '193656.935000', '193657.395000', '193657.855000', '193658.315000', '193658.775000', '193659.235000', '193659.695000', '193700.155000', '193700.615000', '193701.075000', '193701.535000', '193701.995000', '193702.455000', '193702.915000', '193703.375000', '193703.835000', '193704.295000', '193704.755000', '193705.215000', '193705.675000', '193706.135000', '193706.595000', '193707.055000', '193707.515000', '193707.975000', '193708.435000', '193708.895000', '193709.355000', '193709.815000', '193710.275000', '193710.735000', '193711.195000', '193711.655000', '193712.115000', '193712.575000', '193713.035000', '193713.495000', '193713.955000', '193714.415000', '193714.875000', '193715.335000', '193715.795000', '193716.255000', '193716.715000', '193717.175000', '193717.635000', '193718.095000', '193718.555000', '193719.015000', '193719.475000', '193719.935000', '193720.395000', '193720.855000', '193721.315000', '193721.775000', '193722.235000', '193722.695000', '193723.155000', '193723.615000', '193724.075000', '193724.535000', '193724.995000', '193725.455000', '193725.915000', '193726.375000', '193726.835000', '193727.295000', '193727.755000', '193728.215000', '193728.675000', '193729.135000', '193729.595000', '193730.055000', '193730.515000', '193730.975000', '193731.435000', '193731.895000', '193732.355000', '193732.815000', '193733.275000', '193733.735000', '193734.195000', '193734.655000', '193735.115000', '193735.575000', '193736.035000', '193736.495000', '193736.955000', '193737.415000', '193737.875000', '193738.335000', '193738.795000', '193739.255000', '193739.715000', '193740.175000', '193740.635000', '193741.095000', '193741.555000', '193742.015000', '193742.475000', '193742.935000', '193743.395000', '193743.855000', '193744.315000', '193744.775000', '193745.235000', '193745.695000', '193746.155000', '193746.615000', '193747.075000', '193747.535000', '193747.995000', '193748.455000', '193748.915000', '193749.375000', '193749.835000', '193750.295000', '193750.755000', '193751.215000', '193751.675000', '193752.135000', '193752.595000', '193753.055000', '193753.515000', '193753.975000', '193754.435000', '193754.895000', '193755.355000', '193755.815000', '193756.275000', '193756.735000', '193757.195000', '193757.655000', '193758.115000', '193758.575000', '193759.035000', '193759.495000', '193759.955000', '193800.415000', '193800.875000', '193801.335000', '193801.795000', '193802.255000', '193802.715000', '193803.175000', '193803.635000', '193804.095000', '193804.555000', '193805.015000', '193805.475000', '193805.935000', '193806.395000', '193806.855000', '193807.315000', '193807.775000', '193808.235000', '193808.695000', '193809.155000', '193809.615000', '193810.075000', '193810.535000', '193810.995000', '193811.455000', '193811.915000', '193812.375000', '193812.835000', '193813.295000', '193813.755000', '193814.215000', '193814.675000', '193815.135000', '193815.595000', '193816.055000', '193816.515000', '193816.975000', '193817.435000', '193817.895000', '193818.355000', '193818.815000', '193819.275000', '193819.735000', '193820.195000', '193820.655000', '193821.115000', '193821.575000', '193822.035000', '193822.495000', '193822.955000', '193823.415000', '193823.875000', '193824.335000', '193824.795000', '193825.255000', '193825.715000', '193826.175000', '193826.635000', '193827.095000', '193827.555000', '193828.015000', '193828.475000', '193828.935000', '193829.395000', '193829.855000', '193830.315000', '193830.775000', '193831.235000', '193831.695000', '193832.155000', '193832.615000', '193833.075000', '193833.535000', '193833.995000'], 'ContentTime': ['193219.716000', '193219.719000', '193219.722000', '193219.724000', '193219.727000', '193219.730000', '193219.732000', '193219.735000', '193219.738000', '193219.740000', '193219.743000', '193219.746000', '193219.750000', '193219.765000', '193219.767000', '193219.770000', '193219.772000', '193219.775000', '193219.777000', '193219.780000', '193219.782000', '193219.785000', '193219.787000', '193219.790000', '193219.792000', '193219.795000', '193219.797000', '193219.800000', '193219.803000', '193219.805000', '193219.808000', '193219.810000', '193219.813000', '193219.815000', '193219.818000', '193219.820000', '193219.823000', '193219.825000', '193219.828000', '193219.830000', '193219.833000', '193219.835000', '193219.838000', '193219.841000', '193219.843000', '193219.846000', '193219.849000', '193219.852000', '193219.854000', '193219.857000', '193219.859000', '193219.862000', '193219.864000', '193219.867000', '193219.869000', '193219.872000', '193239.678000', '193239.681000', '193239.684000', '193239.686000', '193239.689000', '193239.691000', '193239.694000', '193239.697000', '193239.699000', '193239.702000', '193239.704000', '193239.707000', '193239.709000', '193239.712000', '193239.715000', '193239.717000', '193239.720000', '193239.722000', '193239.725000', '193239.727000', '193239.730000', '193239.732000', '193239.735000', '193239.737000', '193239.740000', '193239.742000', '193239.745000', '193239.747000', '193239.750000', '193239.753000', '193239.755000', '193239.758000', '193239.760000', '193239.763000', '193239.765000', '193239.768000', '193239.770000', '193239.773000', '193239.775000', '193239.778000', '193239.781000', '193239.783000', '193239.786000', '193259.679000', '193259.681000', '193259.684000', '193259.686000', '193259.689000', '193259.692000', '193259.694000', '193259.697000', '193259.699000', '193259.702000', '193259.705000', '193259.708000', '193259.711000', '193259.714000', '193259.718000', '193259.721000', '193259.724000', '193259.726000', '193259.729000', '193259.732000', '193259.734000', '193259.737000', '193259.739000', '193259.742000', '193259.744000', '193259.747000', '193259.749000', '193259.752000', '193259.755000', '193259.757000', '193259.760000', '193259.762000', '193259.765000', '193259.767000', '193259.770000', '193259.773000', '193259.775000', '193259.778000', '193259.785000', '193259.787000', '193259.790000', '193259.793000', '193259.795000', '193319.677000', '193319.680000', '193319.683000', '193319.685000', '193319.688000', '193319.690000', '193319.693000', '193319.696000', '193319.698000', '193319.701000', '193319.703000', '193319.706000', '193319.708000', '193319.711000', '193319.714000', '193319.716000', '193319.719000', '193319.721000', '193319.724000', '193319.726000', '193319.729000', '193319.731000', '193319.734000', '193319.736000', '193319.739000', '193319.742000', '193319.744000', '193319.747000', '193319.749000', '193319.752000', '193319.754000', '193319.757000', '193319.760000', '193319.762000', '193319.765000', '193319.767000', '193319.770000', '193319.772000', '193319.775000', '193319.777000', '193319.780000', '193319.783000', '193319.785000', '193319.788000', '193339.678000', '193339.681000', '193339.689000', '193339.691000', '193339.694000', '193339.697000', '193339.699000', '193339.702000', '193339.705000', '193339.707000', '193339.710000', '193339.712000', '193339.715000', '193339.717000', '193339.721000', '193339.724000', '193339.727000', '193339.730000', '193339.732000', '193339.735000', '193339.737000', '193339.740000', '193339.742000', '193339.745000', '193339.747000', '193339.750000', '193339.752000', '193339.755000', '193339.757000', '193339.760000', '193339.763000', '193339.765000', '193339.768000', '193339.770000', '193339.773000', '193339.776000', '193339.778000', '193339.781000', '193339.783000', '193339.786000', '193339.788000', '193339.799000', '193339.801000', '193359.677000', '193359.680000', '193359.683000', '193359.685000', '193359.688000', '193359.691000', '193359.693000', '193359.696000', '193359.698000', '193359.701000', '193359.703000', '193359.755000', '193359.757000', '193359.760000', '193359.762000', '193359.765000', '193359.768000', '193359.770000', '193359.773000', '193359.775000', '193359.778000', '193359.780000', '193359.783000', '193359.785000', '193359.788000', '193359.790000', '193359.803000', '193359.806000', '193359.808000', '193359.811000', '193359.814000', '193359.816000', '193359.819000', '193359.821000', '193359.824000', '193359.826000', '193359.829000', '193359.831000', '193359.834000', '193359.837000', '193359.839000', '193359.842000', '193359.844000', '193359.847000', '193419.678000', '193419.681000', '193419.684000', '193419.686000', '193419.689000', '193419.692000', '193419.694000', '193419.697000', '193419.699000', '193419.702000', '193419.704000', '193419.707000', '193419.710000', '193419.713000', '193419.715000', '193419.718000', '193419.721000', '193419.724000', '193419.727000', '193419.729000', '193419.732000', '193419.734000', '193419.737000', '193419.739000', '193419.742000', '193419.744000', '193419.747000', '193419.750000', '193419.752000', '193419.755000', '193419.757000', '193419.760000', '193419.762000', '193419.765000', '193419.767000', '193419.770000', '193419.772000', '193419.775000', '193419.777000', '193419.780000', '193419.783000', '193419.785000', '193419.788000', '193439.678000', '193439.681000', '193439.684000', '193439.686000', '193439.689000', '193439.691000', '193439.694000', '193439.696000', '193439.699000', '193439.702000', '193439.704000', '193439.707000', '193439.709000', '193439.712000', '193439.714000', '193439.717000', '193439.722000', '193439.724000', '193439.727000', '193439.729000', '193439.732000', '193439.737000', '193439.739000', '193439.742000', '193439.745000', '193439.747000', '193439.750000', '193439.752000', '193439.755000', '193439.757000', '193439.760000', '193439.762000', '193439.765000', '193439.767000', '193439.770000', '193439.772000', '193439.775000', '193439.777000', '193439.780000', '193439.783000', '193439.785000', '193439.788000', '193439.790000', '193439.793000', '193459.678000', '193459.683000', '193459.686000', '193459.688000', '193459.691000', '193459.693000', '193459.696000', '193459.698000', '193459.702000', '193459.705000', '193459.707000', '193459.710000', '193459.713000', '193459.715000', '193459.718000', '193459.721000', '193459.723000', '193459.726000', '193459.728000', '193459.731000', '193459.733000', '193459.736000', '193459.739000', '193459.741000', '193459.744000', '193459.746000', '193459.749000', '193459.751000', '193459.754000', '193459.756000', '193459.759000', '193459.763000', '193459.765000', '193459.768000', '193459.770000', '193459.773000', '193459.775000', '193459.778000', '193459.781000', '193459.783000', '193459.786000', '193459.788000', '193459.791000', '193519.678000', '193519.681000', '193519.684000', '193519.686000', '193519.689000', '193519.692000', '193519.694000', '193519.697000', '193519.699000', '193519.702000', '193519.704000', '193519.707000', '193519.710000', '193519.712000', '193519.715000', '193519.717000', '193519.720000', '193519.723000', '193519.725000', '193519.735000', '193519.738000', '193519.740000', '193519.743000', '193519.746000', '193519.748000', '193519.751000', '193519.753000', '193519.756000', '193519.759000', '193519.761000', '193519.764000', '193519.766000', '193519.769000', '193519.771000', '193519.774000', '193519.776000', '193519.779000', '193519.782000', '193519.784000', '193519.787000', '193519.789000', '193519.792000', '193519.794000', '193519.797000', '193539.677000', '193539.680000', '193539.683000', '193539.685000', '193539.688000', '193539.690000', '193539.693000', '193539.696000', '193539.698000', '193539.701000', '193539.703000', '193539.706000', '193539.709000', '193539.711000', '193539.714000', '193539.716000', '193539.719000', '193539.722000', '193539.724000', '193539.727000', '193539.729000', '193539.732000', '193539.734000', '193539.737000', '193539.740000', '193539.742000', '193539.745000', '193539.747000', '193539.750000', '193539.753000', '193539.755000', '193539.758000', '193539.760000', '193539.763000', '193539.766000', '193539.769000', '193539.771000', '193539.774000', '193539.777000', '193539.779000', '193539.782000', '193539.784000', '193539.787000', '193559.677000', '193559.680000', '193559.683000', '193559.685000', '193559.688000', '193559.690000', '193559.693000', '193559.696000', '193559.698000', '193559.701000', '193559.703000', '193559.706000', '193559.708000', '193559.711000', '193559.714000', '193559.716000', '193559.719000', '193559.721000', '193559.724000', '193559.726000', '193559.729000', '193559.732000', '193559.734000', '193559.737000', '193559.739000', '193559.742000', '193559.744000', '193559.747000', '193559.750000', '193559.752000', '193559.755000', '193559.757000', '193559.760000', '193559.762000', '193559.783000', '193559.786000', '193559.788000', '193559.791000', '193559.793000', '193559.796000', '193559.799000', '193559.801000', '193559.804000', '193559.806000', '193619.678000', '193619.680000', '193619.683000', '193619.686000', '193619.688000', '193619.691000', '193619.693000', '193619.696000', '193619.699000', '193619.710000', '193619.712000', '193619.715000', '193619.717000', '193619.720000', '193619.723000', '193619.725000', '193619.728000', '193619.731000', '193619.734000', '193619.737000', '193619.739000', '193619.742000', '193619.745000', '193619.747000', '193619.750000', '193619.752000', '193619.755000', '193619.757000', '193619.760000', '193619.763000', '193619.765000', '193619.768000', '193619.770000', '193619.773000', '193619.776000', '193619.778000', '193619.781000', '193619.783000', '193619.786000', '193619.788000', '193619.791000', '193619.794000', '193619.796000', '193639.679000', '193639.681000', '193639.684000', '193639.686000', '193639.689000', '193639.692000', '193639.694000', '193639.697000', '193639.699000', '193639.702000', '193639.705000', '193639.707000', '193639.710000', '193639.712000', '193639.715000', '193639.718000', '193639.720000', '193639.723000', '193639.725000', '193639.728000', '193639.731000', '193639.733000', '193639.736000', '193639.738000', '193639.741000', '193639.744000', '193639.746000', '193639.749000', '193639.751000', '193639.754000', '193639.757000', '193639.759000', '193639.762000', '193639.764000', '193639.767000', '193639.770000', '193639.772000', '193639.775000', '193639.777000', '193639.780000', '193639.782000', '193639.785000', '193639.787000', '193639.790000', '193659.679000', '193659.681000', '193659.684000', '193659.687000', '193659.689000', '193659.692000', '193659.694000', '193659.697000', '193659.699000', '193659.702000', '193659.704000', '193659.707000', '193659.710000', '193659.712000', '193659.715000', '193659.717000', '193659.720000', '193659.723000', '193659.725000', '193659.728000', '193659.730000', '193659.733000', '193659.735000', '193659.738000', '193659.741000', '193659.743000', '193659.746000', '193659.748000', '193659.751000', '193659.754000', '193659.756000', '193659.773000', '193659.775000', '193659.778000', '193659.780000', '193659.783000', '193659.786000', '193659.788000', '193659.791000', '193659.794000', '193659.796000', '193659.799000', '193659.802000', '193719.679000', '193719.682000', '193719.684000', '193719.687000', '193719.689000', '193719.692000', '193719.694000', '193719.697000', '193719.700000', '193719.702000', '193719.705000', '193719.707000', '193719.710000', '193719.712000', '193719.715000', '193719.718000', '193719.721000', '193719.723000', '193719.726000', '193719.728000', '193719.731000', '193719.734000', '193719.736000', '193719.739000', '193719.741000', '193719.744000', '193719.746000', '193719.749000', '193719.752000', '193719.754000', '193719.757000', '193719.759000', '193719.762000', '193719.765000', '193719.767000', '193719.770000', '193719.772000', '193719.775000', '193719.777000', '193719.780000', '193719.782000', '193719.785000', '193719.787000', '193719.790000', '193739.678000', '193739.681000', '193739.684000', '193739.687000', '193739.689000', '193739.692000', '193739.695000', '193739.697000', '193739.700000', '193739.702000', '193739.705000', '193739.707000', '193739.710000', '193739.713000', '193739.715000', '193739.718000', '193739.721000', '193739.723000', '193739.726000', '193739.728000', '193739.731000', '193739.733000', '193739.736000', '193739.739000', '193739.741000', '193739.744000', '193739.746000', '193739.749000', '193739.751000', '193739.754000', '193739.757000', '193739.759000', '193739.762000', '193739.764000', '193739.767000', '193739.769000', '193739.772000', '193739.775000', '193739.777000', '193739.780000', '193739.782000', '193739.785000', '193739.787000', '193759.678000', '193759.680000', '193759.683000', '193759.686000', '193759.688000', '193759.691000', '193759.693000', '193759.696000', '193759.698000', '193759.701000', '193759.703000', '193759.706000', '193759.708000', '193759.711000', '193759.714000', '193759.716000', '193759.719000', '193759.721000', '193759.724000', '193759.726000', '193759.729000', '193759.732000', '193759.734000', '193759.737000', '193759.739000', '193759.742000', '193759.745000', '193759.747000', '193759.751000', '193759.754000', '193759.756000', '193759.759000', '193759.762000', '193759.764000', '193759.767000', '193759.769000', '193759.772000', '193759.774000', '193759.777000', '193759.780000', '193759.782000', '193759.785000', '193759.787000', '193759.790000', '193819.677000', '193819.680000', '193819.683000', '193819.686000', '193819.688000', '193819.691000', '193819.693000', '193819.696000', '193819.699000', '193819.701000', '193819.704000', '193819.706000', '193819.709000', '193819.711000', '193819.714000', '193819.717000', '193819.719000', '193819.722000', '193819.724000', '193819.727000', '193819.729000', '193819.732000', '193819.735000', '193819.737000', '193819.740000', '193819.742000', '193819.745000', '193819.747000', '193819.750000', '193819.757000', '193819.759000', '193819.762000', '193819.764000', '193819.767000', '193819.769000', '193819.772000', '193819.774000', '193819.777000', '193819.779000', '193819.782000', '193819.784000', '193819.787000', '193819.800000', '193834.973000', '193834.976000', '193834.979000', '193834.982000', '193834.984000', '193834.987000', '193834.990000', '193834.993000', '193834.996000', '193834.998000', '193835.003000', '193835.005000', '193835.008000', '193835.011000', '193835.013000', '193835.016000', '193835.019000', '193835.021000', '193835.024000', '193835.027000', '193835.030000', '193835.032000', '193835.036000', '193835.039000', '193835.042000', '193835.045000', '193835.048000', '193835.051000', '193835.054000', '193835.056000', '193835.059000', '193835.062000', '193835.064000', '193835.067000'], 'InstanceCreationTime': ['193219.716000', '193219.719000', '193219.722000', '193219.724000', '193219.727000', '193219.730000', '193219.732000', '193219.735000', '193219.738000', '193219.740000', '193219.743000', '193219.746000', '193219.750000', '193219.765000', '193219.767000', '193219.770000', '193219.772000', '193219.775000', '193219.777000', '193219.780000', '193219.782000', '193219.785000', '193219.787000', '193219.790000', '193219.792000', '193219.795000', '193219.797000', '193219.800000', '193219.803000', '193219.805000', '193219.808000', '193219.810000', '193219.813000', '193219.815000', '193219.818000', '193219.820000', '193219.823000', '193219.825000', '193219.828000', '193219.830000', '193219.833000', '193219.835000', '193219.838000', '193219.841000', '193219.843000', '193219.846000', '193219.849000', '193219.852000', '193219.854000', '193219.857000', '193219.859000', '193219.862000', '193219.864000', '193219.867000', '193219.869000', '193219.872000', '193239.678000', '193239.681000', '193239.684000', '193239.686000', '193239.689000', '193239.691000', '193239.694000', '193239.697000', '193239.699000', '193239.702000', '193239.704000', '193239.707000', '193239.709000', '193239.712000', '193239.715000', '193239.717000', '193239.720000', '193239.722000', '193239.725000', '193239.727000', '193239.730000', '193239.732000', '193239.735000', '193239.737000', '193239.740000', '193239.742000', '193239.745000', '193239.747000', '193239.750000', '193239.753000', '193239.755000', '193239.758000', '193239.760000', '193239.763000', '193239.765000', '193239.768000', '193239.770000', '193239.773000', '193239.775000', '193239.778000', '193239.781000', '193239.783000', '193239.786000', '193259.679000', '193259.681000', '193259.684000', '193259.686000', '193259.689000', '193259.692000', '193259.694000', '193259.697000', '193259.699000', '193259.702000', '193259.705000', '193259.708000', '193259.711000', '193259.714000', '193259.718000', '193259.721000', '193259.724000', '193259.726000', '193259.729000', '193259.732000', '193259.734000', '193259.737000', '193259.739000', '193259.742000', '193259.744000', '193259.747000', '193259.749000', '193259.752000', '193259.755000', '193259.757000', '193259.760000', '193259.762000', '193259.765000', '193259.767000', '193259.770000', '193259.773000', '193259.775000', '193259.778000', '193259.785000', '193259.787000', '193259.790000', '193259.793000', '193259.795000', '193319.677000', '193319.680000', '193319.683000', '193319.685000', '193319.688000', '193319.690000', '193319.693000', '193319.696000', '193319.698000', '193319.701000', '193319.703000', '193319.706000', '193319.708000', '193319.711000', '193319.714000', '193319.716000', '193319.719000', '193319.721000', '193319.724000', '193319.726000', '193319.729000', '193319.731000', '193319.734000', '193319.736000', '193319.739000', '193319.742000', '193319.744000', '193319.747000', '193319.749000', '193319.752000', '193319.754000', '193319.757000', '193319.760000', '193319.762000', '193319.765000', '193319.767000', '193319.770000', '193319.772000', '193319.775000', '193319.777000', '193319.780000', '193319.783000', '193319.785000', '193319.788000', '193339.678000', '193339.681000', '193339.689000', '193339.691000', '193339.694000', '193339.697000', '193339.699000', '193339.702000', '193339.705000', '193339.707000', '193339.710000', '193339.712000', '193339.715000', '193339.717000', '193339.721000', '193339.724000', '193339.727000', '193339.730000', '193339.732000', '193339.735000', '193339.737000', '193339.740000', '193339.742000', '193339.745000', '193339.747000', '193339.750000', '193339.752000', '193339.755000', '193339.757000', '193339.760000', '193339.763000', '193339.765000', '193339.768000', '193339.770000', '193339.773000', '193339.776000', '193339.778000', '193339.781000', '193339.783000', '193339.786000', '193339.788000', '193339.799000', '193339.801000', '193359.677000', '193359.680000', '193359.683000', '193359.685000', '193359.688000', '193359.691000', '193359.693000', '193359.696000', '193359.698000', '193359.701000', '193359.703000', '193359.755000', '193359.757000', '193359.760000', '193359.762000', '193359.765000', '193359.768000', '193359.770000', '193359.773000', '193359.775000', '193359.778000', '193359.780000', '193359.783000', '193359.785000', '193359.788000', '193359.790000', '193359.803000', '193359.806000', '193359.808000', '193359.811000', '193359.814000', '193359.816000', '193359.819000', '193359.821000', '193359.824000', '193359.826000', '193359.829000', '193359.831000', '193359.834000', '193359.837000', '193359.839000', '193359.842000', '193359.844000', '193359.847000', '193419.678000', '193419.681000', '193419.684000', '193419.686000', '193419.689000', '193419.692000', '193419.694000', '193419.697000', '193419.699000', '193419.702000', '193419.704000', '193419.707000', '193419.710000', '193419.713000', '193419.715000', '193419.718000', '193419.721000', '193419.724000', '193419.727000', '193419.729000', '193419.732000', '193419.734000', '193419.737000', '193419.739000', '193419.742000', '193419.744000', '193419.747000', '193419.750000', '193419.752000', '193419.755000', '193419.757000', '193419.760000', '193419.762000', '193419.765000', '193419.767000', '193419.770000', '193419.772000', '193419.775000', '193419.777000', '193419.780000', '193419.783000', '193419.785000', '193419.788000', '193439.678000', '193439.681000', '193439.684000', '193439.686000', '193439.689000', '193439.691000', '193439.694000', '193439.696000', '193439.699000', '193439.702000', '193439.704000', '193439.707000', '193439.709000', '193439.712000', '193439.714000', '193439.717000', '193439.722000', '193439.724000', '193439.727000', '193439.729000', '193439.732000', '193439.737000', '193439.739000', '193439.742000', '193439.745000', '193439.747000', '193439.750000', '193439.752000', '193439.755000', '193439.757000', '193439.760000', '193439.762000', '193439.765000', '193439.767000', '193439.770000', '193439.772000', '193439.775000', '193439.777000', '193439.780000', '193439.783000', '193439.785000', '193439.788000', '193439.790000', '193439.793000', '193459.678000', '193459.683000', '193459.686000', '193459.688000', '193459.691000', '193459.693000', '193459.696000', '193459.698000', '193459.702000', '193459.705000', '193459.707000', '193459.710000', '193459.713000', '193459.715000', '193459.718000', '193459.721000', '193459.723000', '193459.726000', '193459.728000', '193459.731000', '193459.733000', '193459.736000', '193459.739000', '193459.741000', '193459.744000', '193459.746000', '193459.749000', '193459.751000', '193459.754000', '193459.756000', '193459.759000', '193459.763000', '193459.765000', '193459.768000', '193459.770000', '193459.773000', '193459.775000', '193459.778000', '193459.781000', '193459.783000', '193459.786000', '193459.788000', '193459.791000', '193519.678000', '193519.681000', '193519.684000', '193519.686000', '193519.689000', '193519.692000', '193519.694000', '193519.697000', '193519.699000', '193519.702000', '193519.704000', '193519.707000', '193519.710000', '193519.712000', '193519.715000', '193519.717000', '193519.720000', '193519.723000', '193519.725000', '193519.735000', '193519.738000', '193519.740000', '193519.743000', '193519.746000', '193519.748000', '193519.751000', '193519.753000', '193519.756000', '193519.759000', '193519.761000', '193519.764000', '193519.766000', '193519.769000', '193519.771000', '193519.774000', '193519.776000', '193519.779000', '193519.782000', '193519.784000', '193519.787000', '193519.789000', '193519.792000', '193519.794000', '193519.797000', '193539.677000', '193539.680000', '193539.683000', '193539.685000', '193539.688000', '193539.690000', '193539.693000', '193539.696000', '193539.698000', '193539.701000', '193539.703000', '193539.706000', '193539.709000', '193539.711000', '193539.714000', '193539.716000', '193539.719000', '193539.722000', '193539.724000', '193539.727000', '193539.729000', '193539.732000', '193539.734000', '193539.737000', '193539.740000', '193539.742000', '193539.745000', '193539.747000', '193539.750000', '193539.753000', '193539.755000', '193539.758000', '193539.760000', '193539.763000', '193539.766000', '193539.769000', '193539.771000', '193539.774000', '193539.777000', '193539.779000', '193539.782000', '193539.784000', '193539.787000', '193559.677000', '193559.680000', '193559.683000', '193559.685000', '193559.688000', '193559.690000', '193559.693000', '193559.696000', '193559.698000', '193559.701000', '193559.703000', '193559.706000', '193559.708000', '193559.711000', '193559.714000', '193559.716000', '193559.719000', '193559.721000', '193559.724000', '193559.726000', '193559.729000', '193559.732000', '193559.734000', '193559.737000', '193559.739000', '193559.742000', '193559.744000', '193559.747000', '193559.750000', '193559.752000', '193559.755000', '193559.757000', '193559.760000', '193559.762000', '193559.783000', '193559.786000', '193559.788000', '193559.791000', '193559.793000', '193559.796000', '193559.799000', '193559.801000', '193559.804000', '193559.806000', '193619.678000', '193619.680000', '193619.683000', '193619.686000', '193619.688000', '193619.691000', '193619.693000', '193619.696000', '193619.699000', '193619.710000', '193619.712000', '193619.715000', '193619.717000', '193619.720000', '193619.723000', '193619.725000', '193619.728000', '193619.731000', '193619.734000', '193619.737000', '193619.739000', '193619.742000', '193619.745000', '193619.747000', '193619.750000', '193619.752000', '193619.755000', '193619.757000', '193619.760000', '193619.763000', '193619.765000', '193619.768000', '193619.770000', '193619.773000', '193619.776000', '193619.778000', '193619.781000', '193619.783000', '193619.786000', '193619.788000', '193619.791000', '193619.794000', '193619.796000', '193639.679000', '193639.681000', '193639.684000', '193639.686000', '193639.689000', '193639.692000', '193639.694000', '193639.697000', '193639.699000', '193639.702000', '193639.705000', '193639.707000', '193639.710000', '193639.712000', '193639.715000', '193639.718000', '193639.720000', '193639.723000', '193639.725000', '193639.728000', '193639.731000', '193639.733000', '193639.736000', '193639.738000', '193639.741000', '193639.744000', '193639.746000', '193639.749000', '193639.751000', '193639.754000', '193639.757000', '193639.759000', '193639.762000', '193639.764000', '193639.767000', '193639.770000', '193639.772000', '193639.775000', '193639.777000', '193639.780000', '193639.782000', '193639.785000', '193639.787000', '193639.790000', '193659.679000', '193659.681000', '193659.684000', '193659.687000', '193659.689000', '193659.692000', '193659.694000', '193659.697000', '193659.699000', '193659.702000', '193659.704000', '193659.707000', '193659.710000', '193659.712000', '193659.715000', '193659.717000', '193659.720000', '193659.723000', '193659.725000', '193659.728000', '193659.730000', '193659.733000', '193659.735000', '193659.738000', '193659.741000', '193659.743000', '193659.746000', '193659.748000', '193659.751000', '193659.754000', '193659.756000', '193659.773000', '193659.775000', '193659.778000', '193659.780000', '193659.783000', '193659.786000', '193659.788000', '193659.791000', '193659.794000', '193659.796000', '193659.799000', '193659.802000', '193719.679000', '193719.682000', '193719.684000', '193719.687000', '193719.689000', '193719.692000', '193719.694000', '193719.697000', '193719.700000', '193719.702000', '193719.705000', '193719.707000', '193719.710000', '193719.712000', '193719.715000', '193719.718000', '193719.721000', '193719.723000', '193719.726000', '193719.728000', '193719.731000', '193719.734000', '193719.736000', '193719.739000', '193719.741000', '193719.744000', '193719.746000', '193719.749000', '193719.752000', '193719.754000', '193719.757000', '193719.759000', '193719.762000', '193719.765000', '193719.767000', '193719.770000', '193719.772000', '193719.775000', '193719.777000', '193719.780000', '193719.782000', '193719.785000', '193719.787000', '193719.790000', '193739.678000', '193739.681000', '193739.684000', '193739.687000', '193739.689000', '193739.692000', '193739.695000', '193739.697000', '193739.700000', '193739.702000', '193739.705000', '193739.707000', '193739.710000', '193739.713000', '193739.715000', '193739.718000', '193739.721000', '193739.723000', '193739.726000', '193739.728000', '193739.731000', '193739.733000', '193739.736000', '193739.739000', '193739.741000', '193739.744000', '193739.746000', '193739.749000', '193739.751000', '193739.754000', '193739.757000', '193739.759000', '193739.762000', '193739.764000', '193739.767000', '193739.769000', '193739.772000', '193739.775000', '193739.777000', '193739.780000', '193739.782000', '193739.785000', '193739.787000', '193759.678000', '193759.680000', '193759.683000', '193759.686000', '193759.688000', '193759.691000', '193759.693000', '193759.696000', '193759.698000', '193759.701000', '193759.703000', '193759.706000', '193759.708000', '193759.711000', '193759.714000', '193759.716000', '193759.719000', '193759.721000', '193759.724000', '193759.726000', '193759.729000', '193759.732000', '193759.734000', '193759.737000', '193759.739000', '193759.742000', '193759.745000', '193759.747000', '193759.751000', '193759.754000', '193759.756000', '193759.759000', '193759.762000', '193759.764000', '193759.767000', '193759.769000', '193759.772000', '193759.774000', '193759.777000', '193759.780000', '193759.782000', '193759.785000', '193759.787000', '193759.790000', '193819.677000', '193819.680000', '193819.683000', '193819.686000', '193819.688000', '193819.691000', '193819.693000', '193819.696000', '193819.699000', '193819.701000', '193819.704000', '193819.706000', '193819.709000', '193819.711000', '193819.714000', '193819.717000', '193819.719000', '193819.722000', '193819.724000', '193819.727000', '193819.729000', '193819.732000', '193819.735000', '193819.737000', '193819.740000', '193819.742000', '193819.745000', '193819.747000', '193819.750000', '193819.757000', '193819.759000', '193819.762000', '193819.764000', '193819.767000', '193819.769000', '193819.772000', '193819.774000', '193819.777000', '193819.779000', '193819.782000', '193819.784000', '193819.787000', '193819.800000', '193834.973000', '193834.976000', '193834.979000', '193834.982000', '193834.984000', '193834.987000', '193834.990000', '193834.993000', '193834.996000', '193834.998000', '193835.003000', '193835.005000', '193835.008000', '193835.011000', '193835.013000', '193835.016000', '193835.019000', '193835.021000', '193835.024000', '193835.027000', '193835.030000', '193835.032000', '193835.036000', '193835.039000', '193835.042000', '193835.045000', '193835.048000', '193835.051000', '193835.054000', '193835.056000', '193835.059000', '193835.062000', '193835.064000', '193835.067000'], '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': [14536, 19306, 16785, 17337, 12634, 16525, 13210, 19072, 14086, 8100, 13061, 9719, 16071, 14600, 16912, 12042, 15199, 12590, 19106, 16364, 15241, 11243, 14472, 11956, 16030, 13103, 7628, 12293, 8522, 14375, 10921, 15776, 9961, 13631, 10371, 15912, 11899, 16268, 10211, 14283, 10822, 16888, 13894, 14891, 11049, 16719, 13602, 11758, 13994, 17762, 13733, 20599, 15460, 13250, 11467, 11465, 12429, 14664, 13351, 8653, 12778, 10321, 13721, 12075, 14868, 8555, 13658, 9682, 14711, 13537, 17164, 9009, 13403, 10198, 14935, 11601, 13981, 10748, 13973, 11182, 17377, 15783, 14473, 11045, 13085, 12051, 20838, 16114, 9498, 13292, 9124, 15118, 15196, 18608, 9696, 14029, 9908, 16503, 12585, 17302, 9452, 13151, 10359, 15326, 12795, 13367, 11025, 14625, 11246, 17743, 14206, 15463, 10825, 15544, 11635, 10472, 11889, 11527, 8442, 14361, 14448, 10859, 16796, 12267, 14819, 22733, 16886, 14417, 12230, 15255, 12031, 17348, 14925, 8406, 11999, 8397, 12752, 9595, 15568, 10836, 15202, 10335, 14045, 10122, 14998, 10732, 13579, 9700, 13244, 10566, 15561, 14510, 13238, 11240, 14906, 11374, 17600, 15992, 12916, 11404, 13896, 10637, 15595, 13510, 14619, 10974, 14626, 11591, 16230, 12605, 8376, 12292, 10485, 16395, 13958, 16908, 9962, 13503, 10121, 18369, 12426, 16627, 9543, 12534, 10330, 15320, 9470, 14342, 9555, 15874, 10631, 15194, 10755, 13165, 11122, 16669, 15449, 14349, 11694, 15551, 11706, 18308, 14195, 8210, 12643, 8585, 13465, 11599, 15041, 8638, 13140, 9751, 13947, 11109, 15810, 10337, 12926, 11089, 15460, 13368, 8658, 13902, 9287, 13891, 12770, 14522, 8999, 13066, 11215, 14032, 12170, 10213, 15801, 12585, 8535, 12172, 11225, 16754, 14066, 16522, 10603, 14032, 10029, 15829, 9810, 13326, 10401, 12375, 10926, 16069, 13199, 8663, 12983, 11114, 13951, 11796, 17068, 11116, 14393, 9542, 13923, 10563, 13966, 9309, 12994, 10761, 15300, 13608, 12604, 17918, 12401, 8206, 12104, 9804, 13867, 12457, 14947, 17150, 13965, 17882, 13337, 16121, 13488, 13863, 12145, 15632, 15900, 17484, 13623, 16501, 12296, 17589, 14195, 9147, 11869, 8948, 11795, 11067, 14900, 11481, 8359, 11087, 11232, 8889, 13383, 12095, 8104, 12739, 9935, 13535, 10525, 14672, 19335, 13467, 16316, 13131, 15521, 11457, 16099, 15644, 15139, 18839, 14735, 17308, 13801, 8290, 12364, 9163, 12302, 9290, 13565, 7891, 12513, 8663, 12525, 11123, 12500, 11151, 12652, 8267, 11808, 9743, 12278, 9936, 14743, 10790, 12872, 10687, 12739, 10366, 14103, 11089, 13577, 9491, 12463, 10339, 14980, 11600, 16648, 11690, 13618, 11387, 16957, 16550, 14389, 12481, 15606, 11958, 16267, 14581, 13779, 10968, 12411, 10750, 13952, 11672, 12294, 11518, 14991, 11262, 16127, 13944, 12592, 10629, 13643, 13516, 13387, 11200, 8110, 11974, 8709, 14986, 10349, 15094, 8626, 12667, 11780, 12950, 18390, 12851, 13458, 11156, 13119, 11089, 14054, 13590, 13999, 11085, 8839, 11667, 12437, 11902, 17035, 13179, 15271, 11404, 14121, 12751, 13098, 11653, 13212, 11227, 15079, 12566, 8613, 12080, 9510, 13695, 13125, 17676, 13255, 12729, 12613, 17673, 12514, 17955, 15012, 12707, 11589, 8230, 12165, 11350, 15000, 8984, 13643, 10898, 15235, 11789, 15419, 11008, 14152, 12507, 17156, 12715, 8815, 12747, 8804, 14439, 10672, 15826, 11249, 13636, 11439, 16261, 14554, 14423, 11962, 15795, 12036, 17244, 14052, 9334, 12337, 8503, 12701, 9152, 13803, 8684, 13448, 9923, 14875, 9317, 13534, 9750, 14097, 10353, 13493, 9434, 13032, 10924, 13368, 11116, 9327, 12083, 10400, 13876, 11446, 9180, 13518, 13146, 13477, 13945, 10355, 14090, 21267, 15176, 15417, 12193, 15268, 13707, 10595, 11726, 8897, 12384, 11865, 14609, 12197, 14640, 12711, 18345, 15317, 14296, 12087, 15075, 13465, 12711, 11531, 9579, 12195, 16837, 15998, 9262, 14132, 9469, 14193, 10765, 15405, 17385, 14574, 9625, 13084, 12198, 13033, 16589, 12600, 8282, 12407, 8960, 13718, 11927, 8808, 11936, 7700, 11785, 20579, 14396, 13247, 11999, 12195, 11778, 17056, 12614, 12941, 11443, 14804, 12033, 16815, 12801, 15927, 11296, 11571, 13615, 8723, 12274, 10758, 14368, 13923, 17207, 9810, 12302, 9245, 14506, 12001, 15123, 9055, 12108, 10232, 14248, 12639, 13994, 11089, 13554, 10808, 14807, 10884, 14562, 10139, 11797, 10710, 13907, 13976, 14482, 11864, 11190, 12264, 16848, 13534, 8547, 12526, 8731, 13275, 11332, 15518, 12171, 14710, 11830, 15258, 12375, 16486, 12526, 17207, 12228, 16294, 13208, 12589, 12672, 8380, 12307, 10198, 15678, 13795, 13477, 11581, 8561, 12390, 14959, 14730, 8345, 12797, 9901, 14601, 12867, 8426, 12439, 11670, 9010, 14051, 11921, 17472, 12317, 16145, 12372, 18187, 15158, 13820, 11293, 13828, 12494, 15887, 12030, 8394, 12399, 11745, 10619, 12574, 11931, 16666, 12911, 16687, 12509, 15493, 13165, 15114, 11505, 13449, 9344, 11832, 8829, 12270, 9841, 12166, 11336, 10428, 11435, 8368, 13436, 10696, 12523, 11051, 13476, 12312, 14563, 12290, 12579, 11586, 13665, 12325, 12811, 11588, 14698, 12126, 14861, 13376, 12754, 11418, 8165, 11486, 9319, 14381, 11411, 13509, 11059, 14743, 13410, 15851, 8859, 12068, 10950, 12445, 17679, 13116, 13615, 11069, 12616, 11458, 13662, 13557, 11168, 11253, 8285, 12043, 15801, 12824, 11333, 11871, 16225, 12302, 16198, 13209, 12689, 11484, 12417, 11514, 13678, 12959, 11920, 11458, 11890, 11458, 14647, 12059, 8067, 11606, 8489, 11699, 12972, 13841, 12718, 12459, 16467, 12237, 15273, 14264, 11402, 11641, 7994, 12098, 9490, 13515, 11184, 12625, 10737, 13165, 18911, 14345, 13267, 11537, 12003, 10134, 12338, 12830, 12072, 14076, 11344, 13572, 11515, 13071, 11482, 12268, 9239, 11743, 9025, 12468, 10518, 14119, 8976, 11645, 10598, 12204, 11186, 13936, 9445, 12486, 9690, 13599, 10406, 12814, 10438, 11687, 10698, 13671, 13044, 13261, 11404, 12609, 11250, 14582, 13178, 13445, 11975, 15688, 12278, 16561, 14155, 13999, 11078, 12500, 11151, 13468, 10816, 13292, 10820, 11180, 11398, 9061, 12074, 12533, 10758, 17346, 13041, 8528, 12034, 11526, 13224, 13373, 14264, 19737, 13423, 12523, 12127, 12095, 10799, 13679, 11897, 14988, 12230, 13536, 15083, 13924, 18364, 14786, 15997, 14321, 13773, 11767, 7875, 11668, 9040, 13074, 10357, 19364, 13647], 'WindowCenter': [4669.0, 4683.0, 4649.0, 4643.0, 4603.0, 4618.0, 4611.0, 4637.0, 4599.0, 4529.0, 4587.0, 4545.0, 4605.0, 4607.0, 4616.0, 4574.0, 4593.0, 4576.0, 4624.0, 4605.0, 4592.0, 4565.0, 4581.0, 4574.0, 4602.0, 4583.0, 4525.0, 4575.0, 4536.0, 4607.0, 4567.0, 4619.0, 4558.0, 4597.0, 4568.0, 4617.0, 4590.0, 4628.0, 4568.0, 4607.0, 4579.0, 4628.0, 4609.0, 4608.0, 4579.0, 4626.0, 4612.0, 4589.0, 4612.0, 4628.0, 4600.0, 4636.0, 4609.0, 4586.0, 4577.0, 4575.0, 4589.0, 4606.0, 4597.0, 4536.0, 4587.0, 4556.0, 4599.0, 4587.0, 4608.0, 4548.0, 4598.0, 4559.0, 4621.0, 4599.0, 4628.0, 4548.0, 4596.0, 4558.0, 4607.0, 4577.0, 4597.0, 4578.0, 4608.0, 4580.0, 4628.0, 4621.0, 4609.0, 4590.0, 4597.0, 4589.0, 4647.0, 4620.0, 4555.0, 4597.0, 4547.0, 4606.0, 4607.0, 4629.0, 4545.0, 4593.0, 4544.0, 4603.0, 4573.0, 4612.0, 4542.0, 4571.0, 4552.0, 4591.0, 4583.0, 4583.0, 4565.0, 4592.0, 4575.0, 4625.0, 4596.0, 4604.0, 4577.0, 4617.0, 4589.0, 4579.0, 4588.0, 4590.0, 4538.0, 4607.0, 4609.0, 4579.0, 4619.0, 4577.0, 4596.0, 4637.0, 4609.0, 4583.0, 4564.0, 4581.0, 4562.0, 4600.0, 4592.0, 4511.0, 4563.0, 4523.0, 4573.0, 4544.0, 4606.0, 4565.0, 4604.0, 4555.0, 4596.0, 4557.0, 4608.0, 4565.0, 4586.0, 4546.0, 4586.0, 4569.0, 4618.0, 4609.0, 4599.0, 4581.0, 4607.0, 4577.0, 4628.0, 4620.0, 4586.0, 4578.0, 4595.0, 4583.0, 4619.0, 4601.0, 4608.0, 4579.0, 4607.0, 4590.0, 4629.0, 4590.0, 4551.0, 4600.0, 4581.0, 4633.0, 4613.0, 4632.0, 4572.0, 4599.0, 4558.0, 4631.0, 4579.0, 4608.0, 4544.0, 4575.0, 4553.0, 4595.0, 4544.0, 4595.0, 4532.0, 4592.0, 4554.0, 4593.0, 4554.0, 4583.0, 4564.0, 4603.0, 4603.0, 4582.0, 4564.0, 4591.0, 4563.0, 4612.0, 4584.0, 4522.0, 4574.0, 4524.0, 4585.0, 4562.0, 4595.0, 4522.0, 4573.0, 4531.0, 4584.0, 4552.0, 4604.0, 4554.0, 4573.0, 4576.0, 4604.0, 4596.0, 4535.0, 4597.0, 4545.0, 4597.0, 4574.0, 4599.0, 4548.0, 4587.0, 4576.0, 4624.0, 4587.0, 4566.0, 4621.0, 4602.0, 4551.0, 4589.0, 4578.0, 4632.0, 4609.0, 4620.0, 4568.0, 4598.0, 4555.0, 4605.0, 4556.0, 4596.0, 4556.0, 4583.0, 4566.0, 4615.0, 4599.0, 4547.0, 4597.0, 4577.0, 4597.0, 4576.0, 4616.0, 4566.0, 4596.0, 4543.0, 4593.0, 4553.0, 4581.0, 4531.0, 4582.0, 4565.0, 4603.0, 4597.0, 4587.0, 4628.0, 4589.0, 4548.0, 4587.0, 4569.0, 4608.0, 4588.0, 4607.0, 4617.0, 4598.0, 4625.0, 4595.0, 4606.0, 4586.0, 4584.0, 4563.0, 4589.0, 4592.0, 4601.0, 4569.0, 4589.0, 4560.0, 4587.0, 4570.0, 4517.0, 4548.0, 4518.0, 4557.0, 4561.0, 4591.0, 4563.0, 4535.0, 4575.0, 4588.0, 4558.0, 4608.0, 4600.0, 4549.0, 4600.0, 4581.0, 4610.0, 4567.0, 4609.0, 4626.0, 4588.0, 4605.0, 4587.0, 4606.0, 4564.0, 4595.0, 4580.0, 4578.0, 4586.0, 4568.0, 4576.0, 4556.0, 4495.0, 4545.0, 4515.0, 4547.0, 4518.0, 4569.0, 4495.0, 4559.0, 4506.0, 4559.0, 4548.0, 4559.0, 4548.0, 4571.0, 4521.0, 4571.0, 4554.0, 4585.0, 4556.0, 4608.0, 4567.0, 4587.0, 4567.0, 4586.0, 4567.0, 4599.0, 4565.0, 4594.0, 4557.0, 4587.0, 4568.0, 4621.0, 4589.0, 4630.0, 4590.0, 4597.0, 4579.0, 4627.0, 4630.0, 4596.0, 4588.0, 4606.0, 4575.0, 4605.0, 4594.0, 4583.0, 4554.0, 4571.0, 4563.0, 4592.0, 4576.0, 4573.0, 4577.0, 4605.0, 4575.0, 4605.0, 4598.0, 4584.0, 4553.0, 4582.0, 4595.0, 4584.0, 4575.0, 4524.0, 4576.0, 4534.0, 4607.0, 4555.0, 4607.0, 4533.0, 4586.0, 4573.0, 4585.0, 4613.0, 4585.0, 4583.0, 4565.0, 4581.0, 4565.0, 4592.0, 4595.0, 4594.0, 4577.0, 4545.0, 4578.0, 4584.0, 4576.0, 4613.0, 4598.0, 4604.0, 4575.0, 4594.0, 4585.0, 4585.0, 4576.0, 4584.0, 4577.0, 4606.0, 4599.0, 4548.0, 4589.0, 4570.0, 4608.0, 4609.0, 4638.0, 4612.0, 4598.0, 4600.0, 4628.0, 4588.0, 4627.0, 4608.0, 4585.0, 4578.0, 4535.0, 4588.0, 4577.0, 4618.0, 4556.0, 4608.0, 4577.0, 4608.0, 4588.0, 4607.0, 4566.0, 4593.0, 4586.0, 4615.0, 4587.0, 4546.0, 4587.0, 4546.0, 4606.0, 4566.0, 4617.0, 4577.0, 4596.0, 4589.0, 4617.0, 4608.0, 4594.0, 4576.0, 4603.0, 4576.0, 4614.0, 4597.0, 4543.0, 4584.0, 4534.0, 4585.0, 4544.0, 4595.0, 4533.0, 4583.0, 4555.0, 4596.0, 4547.0, 4595.0, 4545.0, 4595.0, 4555.0, 4585.0, 4543.0, 4584.0, 4565.0, 4593.0, 4577.0, 4557.0, 4601.0, 4593.0, 4621.0, 4602.0, 4572.0, 4611.0, 4613.0, 4613.0, 4614.0, 4569.0, 4609.0, 4649.0, 4608.0, 4605.0, 4576.0, 4603.0, 4596.0, 4566.0, 4587.0, 4558.0, 4597.0, 4589.0, 4619.0, 4600.0, 4632.0, 4612.0, 4640.0, 4622.0, 4610.0, 4586.0, 4606.0, 4596.0, 4583.0, 4577.0, 4544.0, 4586.0, 4614.0, 4618.0, 4546.0, 4596.0, 4546.0, 4595.0, 4552.0, 4605.0, 4601.0, 4591.0, 4529.0, 4572.0, 4558.0, 4572.0, 4600.0, 4571.0, 4520.0, 4572.0, 4543.0, 4594.0, 4586.0, 4544.0, 4588.0, 4537.0, 4599.0, 4646.0, 4609.0, 4596.0, 4588.0, 4587.0, 4589.0, 4626.0, 4589.0, 4585.0, 4579.0, 4606.0, 4588.0, 4626.0, 4599.0, 4615.0, 4578.0, 4587.0, 4609.0, 4547.0, 4587.0, 4579.0, 4608.0, 4609.0, 4627.0, 4556.0, 4574.0, 4543.0, 4595.0, 4574.0, 4594.0, 4533.0, 4573.0, 4553.0, 4593.0, 4586.0, 4593.0, 4564.0, 4595.0, 4576.0, 4607.0, 4564.0, 4603.0, 4556.0, 4572.0, 4565.0, 4593.0, 4595.0, 4595.0, 4577.0, 4575.0, 4585.0, 4613.0, 4597.0, 4534.0, 4584.0, 4534.0, 4595.0, 4576.0, 4605.0, 4588.0, 4607.0, 4588.0, 4605.0, 4588.0, 4615.0, 4587.0, 4615.0, 4576.0, 4602.0, 4585.0, 4573.0, 4584.0, 4533.0, 4574.0, 4565.0, 4615.0, 4598.0, 4596.0, 4576.0, 4546.0, 4598.0, 4606.0, 4619.0, 4536.0, 4585.0, 4565.0, 4606.0, 4598.0, 4549.0, 4600.0, 4590.0, 4561.0, 4609.0, 4591.0, 4627.0, 4603.0, 4619.0, 4601.0, 4640.0, 4621.0, 4598.0, 4566.0, 4584.0, 4587.0, 4618.0, 4588.0, 4535.0, 4586.0, 4587.0, 4566.0, 4588.0, 4602.0, 4630.0, 4600.0, 4619.0, 4575.0, 4594.0, 4572.0, 4580.0, 4552.0, 4571.0, 4531.0, 4562.0, 4532.0, 4562.0, 4543.0, 4572.0, 4564.0, 4553.0, 4574.0, 4535.0, 4599.0, 4578.0, 4588.0, 4577.0, 4597.0, 4589.0, 4608.0, 4578.0, 4587.0, 4578.0, 4595.0, 4587.0, 4587.0, 4579.0, 4606.0, 4587.0, 4606.0, 4597.0, 4585.0, 4578.0, 4537.0, 4577.0, 4558.0, 4622.0, 4591.0, 4611.0, 4580.0, 4609.0, 4598.0, 4617.0, 4546.0, 4575.0, 4564.0, 4586.0, 4615.0, 4586.0, 4594.0, 4576.0, 4574.0, 4577.0, 4594.0, 4597.0, 4575.0, 4577.0, 4537.0, 4588.0, 4617.0, 4600.0, 4577.0, 4588.0, 4616.0, 4586.0, 4613.0, 4586.0, 4575.0, 4564.0, 4572.0, 4574.0, 4594.0, 4585.0, 4573.0, 4576.0, 4572.0, 4575.0, 4605.0, 4585.0, 4536.0, 4578.0, 4547.0, 4588.0, 4599.0, 4610.0, 4588.0, 4589.0, 4617.0, 4588.0, 4605.0, 4608.0, 4575.0, 4576.0, 4536.0, 4586.0, 4557.0, 4610.0, 4591.0, 4600.0, 4580.0, 4599.0, 4639.0, 4609.0, 4584.0, 4576.0, 4575.0, 4554.0, 4573.0, 4583.0, 4575.0, 4594.0, 4563.0, 4582.0, 4574.0, 4582.0, 4574.0, 4573.0, 4544.0, 4575.0, 4546.0, 4583.0, 4562.0, 4595.0, 4545.0, 4576.0, 4577.0, 4587.0, 4577.0, 4607.0, 4556.0, 4587.0, 4555.0, 4596.0, 4566.0, 4597.0, 4577.0, 4586.0, 4578.0, 4607.0, 4600.0, 4598.0, 4589.0, 4586.0, 4577.0, 4605.0, 4600.0, 4597.0, 4588.0, 4607.0, 4585.0, 4616.0, 4597.0, 4594.0, 4564.0, 4572.0, 4564.0, 4584.0, 4565.0, 4595.0, 4565.0, 4576.0, 4589.0, 4557.0, 4598.0, 4613.0, 4581.0, 4631.0, 4600.0, 4548.0, 4587.0, 4591.0, 4601.0, 4598.0, 4597.0, 4627.0, 4587.0, 4575.0, 4576.0, 4576.0, 4564.0, 4585.0, 4564.0, 4593.0, 4561.0, 4572.0, 4581.0, 4582.0, 4599.0, 4581.0, 4589.0, 4570.0, 4569.0, 4560.0, 4495.0, 4547.0, 4518.0, 4567.0, 4540.0, 4621.0, 4604.0], 'WindowWidth': [10214.0, 10219.0, 10163.0, 10145.0, 10087.0, 10100.0, 10097.0, 10129.0, 10075.0, 9980.0, 10054.0, 9998.0, 10079.0, 10083.0, 10094.0, 10036.0, 10059.0, 10037.0, 10101.0, 10077.0, 10054.0, 10020.0, 10038.0, 10032.0, 10069.0, 10046.0, 9971.0, 10038.0, 9987.0, 10082.0, 10030.0, 10101.0, 10018.0, 10070.0, 10032.0, 10098.0, 10064.0, 10115.0, 10034.0, 10081.0, 10050.0, 10113.0, 10089.0, 10086.0, 10049.0, 10110.0, 10097.0, 10063.0, 10097.0, 10115.0, 10076.0, 10125.0, 10087.0, 10052.0, 10041.0, 10035.0, 10059.0, 10079.0, 10070.0, 9986.0, 10056.0, 10013.0, 10074.0, 10057.0, 10087.0, 10006.0, 10071.0, 10021.0, 10106.0, 10076.0, 10113.0, 10004.0, 10066.0, 10017.0, 10084.0, 10043.0, 10068.0, 10044.0, 10086.0, 10051.0, 10114.0, 10107.0, 10093.0, 10066.0, 10069.0, 10062.0, 10142.0, 10106.0, 10013.0, 10070.0, 10001.0, 10080.0, 10085.0, 10116.0, 9996.0, 10059.0, 9992.0, 10072.0, 10029.0, 10084.0, 9987.0, 10025.0, 9999.0, 10053.0, 10045.0, 10045.0, 10023.0, 10056.0, 10036.0, 10104.0, 10065.0, 10073.0, 10043.0, 10100.0, 10064.0, 10048.0, 10061.0, 10066.0, 9994.0, 10084.0, 10091.0, 10047.0, 10103.0, 10039.0, 10065.0, 10126.0, 10084.0, 10041.0, 10016.0, 10035.0, 10009.0, 10062.0, 10053.0, 9941.0, 10014.0, 9962.0, 10028.0, 9993.0, 10078.0, 10021.0, 10073.0, 10009.0, 10064.0, 10013.0, 10082.0, 10021.0, 10048.0, 9999.0, 10053.0, 10034.0, 10098.0, 10090.0, 10076.0, 10053.0, 10083.0, 10043.0, 10115.0, 10104.0, 10052.0, 10043.0, 10063.0, 10058.0, 10104.0, 10080.0, 10084.0, 10048.0, 10082.0, 10063.0, 10117.0, 10063.0, 10013.0, 10080.0, 10056.0, 10129.0, 10100.0, 10123.0, 10043.0, 10076.0, 10018.0, 10121.0, 10045.0, 10083.0, 9991.0, 10032.0, 10003.0, 10062.0, 9991.0, 10062.0, 9972.0, 10053.0, 10003.0, 10057.0, 10005.0, 10043.0, 10019.0, 10071.0, 10074.0, 10040.0, 10019.0, 10051.0, 10015.0, 10081.0, 10046.0, 9959.0, 10029.0, 9963.0, 10046.0, 10014.0, 10060.0, 9959.0, 10029.0, 9971.0, 10045.0, 10001.0, 10073.0, 10006.0, 10030.0, 10040.0, 10075.0, 10068.0, 9985.0, 10069.0, 9995.0, 10069.0, 10033.0, 10072.0, 10006.0, 10053.0, 10040.0, 10121.0, 10058.0, 10026.0, 10109.0, 10084.0, 10014.0, 10062.0, 10043.0, 10126.0, 10090.0, 10104.0, 10031.0, 10071.0, 10009.0, 10076.0, 10012.0, 10067.0, 10012.0, 10045.0, 10026.0, 10092.0, 10076.0, 10004.0, 10070.0, 10043.0, 10070.0, 10039.0, 10095.0, 10027.0, 10063.0, 9990.0, 10058.0, 10004.0, 10040.0, 9974.0, 10042.0, 10024.0, 10075.0, 10070.0, 10056.0, 10116.0, 10060.0, 10008.0, 10059.0, 10036.0, 10087.0, 10059.0, 10084.0, 10097.0, 10070.0, 10108.0, 10065.0, 10081.0, 10053.0, 10046.0, 10016.0, 10049.0, 10057.0, 10068.0, 10020.0, 10045.0, 10006.0, 10042.0, 10021.0, 9947.0, 9986.0, 9948.0, 10001.0, 10012.0, 10054.0, 10020.0, 9986.0, 10042.0, 10064.0, 10024.0, 10091.0, 10084.0, 10014.0, 10084.0, 10058.0, 10094.0, 10030.0, 10087.0, 10112.0, 10056.0, 10078.0, 10051.0, 10077.0, 10018.0, 10061.0, 10033.0, 10028.0, 10040.0, 10012.0, 10023.0, 9994.0, 9908.0, 9976.0, 9938.0, 9983.0, 9946.0, 10016.0, 9914.0, 10003.0, 9929.0, 10003.0, 9987.0, 10005.0, 9991.0, 10023.0, 9960.0, 10027.0, 10009.0, 10054.0, 10016.0, 10086.0, 10029.0, 10057.0, 10031.0, 10054.0, 10028.0, 10074.0, 10026.0, 10063.0, 10016.0, 10055.0, 10031.0, 10109.0, 10064.0, 10120.0, 10064.0, 10070.0, 10047.0, 10113.0, 10120.0, 10069.0, 10058.0, 10079.0, 10036.0, 10077.0, 10063.0, 10044.0, 10005.0, 10026.0, 10018.0, 10055.0, 10041.0, 10033.0, 10044.0, 10080.0, 10040.0, 10077.0, 10073.0, 10047.0, 10005.0, 10041.0, 10066.0, 10047.0, 10038.0, 9971.0, 10039.0, 9982.0, 10083.0, 10012.0, 10083.0, 9980.0, 10051.0, 10030.0, 10048.0, 10087.0, 10050.0, 10045.0, 10023.0, 10040.0, 10023.0, 10057.0, 10066.0, 10063.0, 10045.0, 10000.0, 10045.0, 10049.0, 10041.0, 10091.0, 10071.0, 10076.0, 10037.0, 10060.0, 10052.0, 10051.0, 10042.0, 10049.0, 10042.0, 10080.0, 10077.0, 10008.0, 10064.0, 10039.0, 10087.0, 10092.0, 10133.0, 10099.0, 10075.0, 10078.0, 10117.0, 10060.0, 10112.0, 10087.0, 10053.0, 10046.0, 9987.0, 10060.0, 10045.0, 10103.0, 10018.0, 10087.0, 10043.0, 10086.0, 10060.0, 10085.0, 10027.0, 10062.0, 10054.0, 10093.0, 10057.0, 9999.0, 10056.0, 10001.0, 10082.0, 10029.0, 10099.0, 10045.0, 10068.0, 10063.0, 10101.0, 10088.0, 10064.0, 10040.0, 10074.0, 10039.0, 10090.0, 10068.0, 9992.0, 10049.0, 9984.0, 10051.0, 9994.0, 10063.0, 9980.0, 10047.0, 10011.0, 10068.0, 10005.0, 10065.0, 9997.0, 10066.0, 10010.0, 10050.0, 9993.0, 10048.0, 10024.0, 10062.0, 10045.0, 10019.0, 10085.0, 10078.0, 10113.0, 10089.0, 10049.0, 10099.0, 10105.0, 10103.0, 10103.0, 10035.0, 10089.0, 10150.0, 10088.0, 10078.0, 10039.0, 10072.0, 10066.0, 10028.0, 10057.0, 10020.0, 10074.0, 10066.0, 10108.0, 10082.0, 10128.0, 10099.0, 10139.0, 10114.0, 10092.0, 10055.0, 10081.0, 10067.0, 10047.0, 10042.0, 9994.0, 10054.0, 10092.0, 10101.0, 10000.0, 10068.0, 9999.0, 10065.0, 10003.0, 10076.0, 10067.0, 10053.0, 9967.0, 10025.0, 10005.0, 10027.0, 10064.0, 10025.0, 9958.0, 10029.0, 9995.0, 10064.0, 10058.0, 10000.0, 10060.0, 9995.0, 10080.0, 10141.0, 10092.0, 10068.0, 10060.0, 10058.0, 10062.0, 10110.0, 10063.0, 10053.0, 10047.0, 10082.0, 10061.0, 10111.0, 10076.0, 10092.0, 10048.0, 10058.0, 10090.0, 10007.0, 10061.0, 10051.0, 10090.0, 10090.0, 10114.0, 10012.0, 10035.0, 9991.0, 10064.0, 10035.0, 10063.0, 9979.0, 10030.0, 10007.0, 10061.0, 10054.0, 10059.0, 10022.0, 10065.0, 10043.0, 10085.0, 10022.0, 10076.0, 10014.0, 10030.0, 10024.0, 10061.0, 10068.0, 10066.0, 10044.0, 10038.0, 10052.0, 10088.0, 10069.0, 9982.0, 10049.0, 9983.0, 10064.0, 10041.0, 10081.0, 10060.0, 10084.0, 10060.0, 10080.0, 10059.0, 10094.0, 10056.0, 10092.0, 10039.0, 10073.0, 10051.0, 10032.0, 10049.0, 9979.0, 10035.0, 10027.0, 10094.0, 10074.0, 10068.0, 10040.0, 10001.0, 10072.0, 10084.0, 10105.0, 9990.0, 10052.0, 10026.0, 10082.0, 10074.0, 10012.0, 10083.0, 10069.0, 10029.0, 10093.0, 10069.0, 10114.0, 10090.0, 10109.0, 10080.0, 10137.0, 10110.0, 10071.0, 10026.0, 10047.0, 10055.0, 10100.0, 10061.0, 9986.0, 10056.0, 10059.0, 10031.0, 10062.0, 10088.0, 10123.0, 10080.0, 10105.0, 10038.0, 10061.0, 10027.0, 10037.0, 10001.0, 10024.0, 9970.0, 10012.0, 9974.0, 10012.0, 9989.0, 10029.0, 10022.0, 10006.0, 10036.0, 9987.0, 10077.0, 10050.0, 10061.0, 10046.0, 10071.0, 10061.0, 10086.0, 10045.0, 10056.0, 10046.0, 10067.0, 10059.0, 10056.0, 10048.0, 10082.0, 10056.0, 10082.0, 10071.0, 10054.0, 10046.0, 9991.0, 10045.0, 10023.0, 10113.0, 10071.0, 10096.0, 10052.0, 10091.0, 10074.0, 10099.0, 9999.0, 10038.0, 10020.0, 10051.0, 10094.0, 10054.0, 10062.0, 10038.0, 10035.0, 10045.0, 10064.0, 10071.0, 10039.0, 10043.0, 9990.0, 10061.0, 10100.0, 10079.0, 10046.0, 10060.0, 10096.0, 10055.0, 10090.0, 10054.0, 10035.0, 10020.0, 10029.0, 10034.0, 10063.0, 10052.0, 10033.0, 10039.0, 10030.0, 10037.0, 10078.0, 10054.0, 9989.0, 10045.0, 10007.0, 10062.0, 10078.0, 10092.0, 10061.0, 10063.0, 10098.0, 10058.0, 10082.0, 10086.0, 10037.0, 10041.0, 9989.0, 10056.0, 10021.0, 10096.0, 10069.0, 10081.0, 10053.0, 10079.0, 10133.0, 10089.0, 10050.0, 10040.0, 10037.0, 10008.0, 10033.0, 10046.0, 10038.0, 10062.0, 10020.0, 10045.0, 10036.0, 10045.0, 10036.0, 10032.0, 9995.0, 10037.0, 10002.0, 10049.0, 10018.0, 10064.0, 10000.0, 10043.0, 10047.0, 10060.0, 10046.0, 10087.0, 10016.0, 10057.0, 10012.0, 10069.0, 10030.0, 10073.0, 10047.0, 10058.0, 10048.0, 10087.0, 10081.0, 10074.0, 10063.0, 10057.0, 10046.0, 10083.0, 10079.0, 10073.0, 10061.0, 10085.0, 10054.0, 10097.0, 10070.0, 10062.0, 10021.0, 10030.0, 10020.0, 10049.0, 10024.0, 10067.0, 10025.0, 10041.0, 10063.0, 10023.0, 10077.0, 10105.0, 10057.0, 10125.0, 10079.0, 10006.0, 10059.0, 10067.0, 10082.0, 10073.0, 10070.0, 10113.0, 10056.0, 10036.0, 10040.0, 10039.0, 10020.0, 10050.0, 10018.0, 10058.0, 10010.0, 10028.0, 10037.0, 10041.0, 10062.0, 10037.0, 10048.0, 10021.0, 10017.0, 10008.0, 9915.0, 9988.0, 9948.0, 10016.0, 9983.0, 10099.0, 10081.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.0005092528735632184</td></tr>
<tr><td colspan=3>aqi</td><td>0.01955841632183908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.294678963521285</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2643996025431545</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064983433947063</td></tr>
<tr><td colspan=3>efc</td><td>0.5101</td></tr>
<tr><td colspan=3>fber</td><td>5011.2158</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10064180637319926</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.551724137931035</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3083798876520536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.198021129413274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5836037565839045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1435147769589817</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138592</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02437710203230381</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043700724840164185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.059478191307896</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>14.2722</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5748</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.8562</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293307.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1189.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.945</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.6584</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3741.982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.9112</td></tr>
<tr><td colspan=3>tsnr</td><td>40.64487319032196</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>