<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-01/func/sub-0083_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>8e583ac2f175bb7eb09f64999895083e</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>21:19:24.440000</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.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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>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.0979908</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>[4160, -7880, -7064, 967, -72, -190, 134, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cd9d22d1-903e-42db-aced-16af03b96bb1||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.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['211924.440000', '211924.900000', '211925.360000', '211925.820000', '211926.280000', '211926.740000', '211927.200000', '211927.660000', '211928.120000', '211928.580000', '211929.040000', '211929.500000', '211929.960000', '211930.420000', '211930.880000', '211931.340000', '211931.800000', '211932.260000', '211932.720000', '211933.180000', '211933.640000', '211934.100000', '211934.560000', '211935.020000', '211935.480000', '211935.940000', '211936.400000', '211936.860000', '211937.320000', '211937.780000', '211938.240000', '211938.700000', '211939.160000', '211939.620000', '211940.080000', '211940.540000', '211941.000000', '211941.460000', '211941.920000', '211942.380000', '211942.840000', '211943.300000', '211943.760000', '211944.220000', '211944.680000', '211945.140000', '211945.600000', '211946.060000', '211946.520000', '211946.980000', '211947.440000', '211947.900000', '211948.360000', '211948.820000', '211949.280000', '211949.740000', '211950.200000', '211950.660000', '211951.120000', '211951.580000', '211952.040000', '211952.500000', '211952.960000', '211953.420000', '211953.880000', '211954.340000', '211954.800000', '211955.260000', '211955.720000', '211956.180000', '211956.640000', '211957.100000', '211957.560000', '211958.020000', '211958.480000', '211958.940000', '211959.400000', '211959.860000', '212000.320000', '212000.780000', '212001.240000', '212001.700000', '212002.160000', '212002.620000', '212003.080000', '212003.540000', '212004.000000', '212004.460000', '212004.920000', '212005.380000', '212005.840000', '212006.300000', '212006.760000', '212007.220000', '212007.680000', '212008.140000', '212008.600000', '212009.060000', '212009.520000', '212009.980000', '212010.440000', '212010.900000', '212011.360000', '212011.820000', '212012.280000', '212012.740000', '212013.200000', '212013.660000', '212014.120000', '212014.580000', '212015.040000', '212015.500000', '212015.960000', '212016.420000', '212016.880000', '212017.340000', '212017.800000', '212018.260000', '212018.720000', '212019.180000', '212019.640000', '212020.100000', '212020.560000', '212021.020000', '212021.480000', '212021.940000', '212022.400000', '212022.860000', '212023.320000', '212023.780000', '212024.240000', '212024.700000', '212025.160000', '212025.620000', '212026.080000', '212026.540000', '212027.000000', '212027.460000', '212027.920000', '212028.380000', '212028.840000', '212029.300000', '212029.760000', '212030.220000', '212030.680000', '212031.140000', '212031.600000', '212032.060000', '212032.520000', '212032.980000', '212033.440000', '212033.900000', '212034.360000', '212034.820000', '212035.280000', '212035.740000', '212036.200000', '212036.660000', '212037.120000', '212037.580000', '212038.040000', '212038.500000', '212038.960000', '212039.420000', '212039.880000', '212040.340000', '212040.800000', '212041.260000', '212041.720000', '212042.180000', '212042.640000', '212043.100000', '212043.560000', '212044.020000', '212044.480000', '212044.940000', '212045.400000', '212045.860000', '212046.320000', '212046.780000', '212047.240000', '212047.700000', '212048.160000', '212048.620000', '212049.080000', '212049.540000', '212050.000000', '212050.460000', '212050.920000', '212051.380000', '212051.840000', '212052.300000', '212052.760000', '212053.220000', '212053.680000', '212054.140000', '212054.600000', '212055.060000', '212055.520000', '212055.980000', '212056.440000', '212056.900000', '212057.360000', '212057.820000', '212058.280000', '212058.740000', '212059.200000', '212059.660000', '212100.120000', '212100.580000', '212101.040000', '212101.500000', '212101.960000', '212102.420000', '212102.880000', '212103.340000', '212103.800000', '212104.260000', '212104.720000', '212105.180000', '212105.640000', '212106.100000', '212106.560000', '212107.020000', '212107.480000', '212107.940000', '212108.400000', '212108.860000', '212109.320000', '212109.780000', '212110.240000', '212110.700000', '212111.160000', '212111.620000', '212112.080000', '212112.540000', '212113.000000', '212113.460000', '212113.920000', '212114.380000', '212114.840000', '212115.300000', '212115.760000', '212116.220000', '212116.680000', '212117.140000', '212117.600000', '212118.060000', '212118.520000', '212118.980000', '212119.440000', '212119.900000', '212120.360000', '212120.820000', '212121.280000', '212121.740000', '212122.200000', '212122.660000', '212123.120000', '212123.580000', '212124.040000', '212124.500000', '212124.960000', '212125.420000', '212125.880000', '212126.340000', '212126.800000', '212127.260000', '212127.720000', '212128.180000', '212128.640000', '212129.100000', '212129.560000', '212130.020000', '212130.480000', '212130.940000', '212131.400000', '212131.860000', '212132.320000', '212132.780000', '212133.240000', '212133.700000', '212134.160000', '212134.620000', '212135.080000', '212135.540000', '212136.000000', '212136.460000', '212136.920000', '212137.380000', '212137.840000', '212138.300000', '212138.760000', '212139.220000', '212139.680000', '212140.140000', '212140.600000', '212141.060000', '212141.520000', '212141.980000', '212142.440000', '212142.900000', '212143.360000', '212143.820000', '212144.280000', '212144.740000', '212145.200000', '212145.660000', '212146.120000', '212146.580000', '212147.040000', '212147.500000', '212147.960000', '212148.420000', '212148.880000', '212149.340000', '212149.800000', '212150.260000', '212150.720000', '212151.180000', '212151.640000', '212152.100000', '212152.560000', '212153.020000', '212153.480000', '212153.940000', '212154.400000', '212154.860000', '212155.320000', '212155.780000', '212156.240000', '212156.700000', '212157.160000', '212157.620000', '212158.080000', '212158.540000', '212159.000000', '212159.460000', '212159.920000', '212200.380000', '212200.840000', '212201.300000', '212201.760000', '212202.220000', '212202.680000', '212203.140000', '212203.600000', '212204.060000', '212204.520000', '212204.980000', '212205.440000', '212205.900000', '212206.360000', '212206.820000', '212207.280000', '212207.740000', '212208.200000', '212208.660000', '212209.120000', '212209.580000', '212210.040000', '212210.500000', '212210.960000', '212211.420000', '212211.880000', '212212.340000', '212212.800000', '212213.260000', '212213.720000', '212214.180000', '212214.640000', '212215.100000', '212215.560000', '212216.020000', '212216.480000', '212216.940000', '212217.400000', '212217.860000', '212218.320000', '212218.780000', '212219.240000', '212219.700000', '212220.160000', '212220.620000', '212221.080000', '212221.540000', '212222.000000', '212222.460000', '212222.920000', '212223.380000', '212223.840000', '212224.300000', '212224.760000', '212225.220000', '212225.680000', '212226.140000', '212226.600000', '212227.060000', '212227.520000', '212227.980000', '212228.440000', '212228.900000', '212229.360000', '212229.820000', '212230.280000', '212230.740000', '212231.200000', '212231.660000', '212232.120000', '212232.580000', '212233.040000', '212233.500000', '212233.960000', '212234.420000', '212234.880000', '212235.340000', '212235.800000', '212236.260000', '212236.720000', '212237.180000', '212237.640000', '212238.100000', '212238.560000', '212239.020000', '212239.480000', '212239.940000', '212240.400000', '212240.860000', '212241.320000', '212241.780000', '212242.240000', '212242.700000', '212243.160000', '212243.620000', '212244.080000', '212244.540000', '212245.000000', '212245.460000', '212245.920000', '212246.380000', '212246.840000', '212247.300000', '212247.760000', '212248.220000', '212248.680000', '212249.140000', '212249.600000', '212250.060000', '212250.520000', '212250.980000', '212251.440000', '212251.900000', '212252.360000', '212252.820000', '212253.280000', '212253.740000', '212254.200000', '212254.660000', '212255.120000', '212255.580000', '212256.040000', '212256.500000', '212256.960000', '212257.420000', '212257.880000', '212258.340000', '212258.800000', '212259.260000', '212259.720000', '212300.180000', '212300.640000', '212301.100000', '212301.560000', '212302.020000', '212302.480000', '212302.940000', '212303.400000', '212303.860000', '212304.320000', '212304.780000', '212305.240000', '212305.700000', '212306.160000', '212306.620000', '212307.080000', '212307.540000', '212308.000000', '212308.460000', '212308.920000', '212309.380000', '212309.840000', '212310.300000', '212310.760000', '212311.220000', '212311.680000', '212312.140000', '212312.600000', '212313.060000', '212313.520000', '212313.980000', '212314.440000', '212314.900000', '212315.360000', '212315.820000', '212316.280000', '212316.740000', '212317.200000', '212317.660000', '212318.120000', '212318.580000', '212319.040000', '212319.500000', '212319.960000', '212320.420000', '212320.880000', '212321.340000', '212321.800000', '212322.260000', '212322.720000', '212323.180000', '212323.640000', '212324.100000', '212324.560000', '212325.020000', '212325.480000', '212325.940000', '212326.400000', '212326.860000', '212327.320000', '212327.780000', '212328.240000', '212328.700000', '212329.160000', '212329.620000', '212330.080000', '212330.540000', '212331.000000', '212331.460000', '212331.920000', '212332.380000', '212332.840000', '212333.300000', '212333.760000', '212334.220000', '212334.680000', '212335.140000', '212335.600000', '212336.060000', '212336.520000', '212336.980000', '212337.440000', '212337.900000', '212338.360000', '212338.820000', '212339.280000', '212339.740000', '212340.200000', '212340.660000', '212341.120000', '212341.580000', '212342.040000', '212342.500000', '212342.960000', '212343.420000', '212343.880000', '212344.340000', '212344.800000', '212345.260000', '212345.720000', '212346.180000', '212346.640000', '212347.100000', '212347.560000', '212348.020000', '212348.480000', '212348.940000', '212349.400000', '212349.860000', '212350.320000', '212350.780000', '212351.240000', '212351.700000', '212352.160000', '212352.620000', '212353.080000', '212353.540000', '212354.000000', '212354.460000', '212354.920000', '212355.380000', '212355.840000', '212356.300000', '212356.760000', '212357.220000', '212357.680000', '212358.140000', '212358.600000', '212359.060000', '212359.520000', '212359.980000', '212400.440000', '212400.900000', '212401.360000', '212401.820000', '212402.280000', '212402.740000', '212403.200000', '212403.660000', '212404.120000', '212404.580000', '212405.040000', '212405.500000', '212405.960000', '212406.420000', '212406.880000', '212407.340000', '212407.800000', '212408.260000', '212408.720000', '212409.180000', '212409.640000', '212410.100000', '212410.560000', '212411.020000', '212411.480000', '212411.940000', '212412.400000', '212412.860000', '212413.320000', '212413.780000', '212414.240000', '212414.700000', '212415.160000', '212415.620000', '212416.080000', '212416.540000', '212417.000000', '212417.460000', '212417.920000', '212418.380000', '212418.840000', '212419.300000', '212419.760000', '212420.220000', '212420.680000', '212421.140000', '212421.600000', '212422.060000', '212422.520000', '212422.980000', '212423.440000', '212423.900000', '212424.360000', '212424.820000', '212425.280000', '212425.740000', '212426.200000', '212426.660000', '212427.120000', '212427.580000', '212428.040000', '212428.500000', '212428.960000', '212429.420000', '212429.880000', '212430.340000', '212430.800000', '212431.260000', '212431.720000', '212432.180000', '212432.640000', '212433.100000', '212433.560000', '212434.020000', '212434.480000', '212434.940000', '212435.400000', '212435.860000', '212436.320000', '212436.780000', '212437.240000', '212437.700000', '212438.160000', '212438.620000', '212439.080000', '212439.540000', '212440.000000', '212440.460000', '212440.920000', '212441.380000', '212441.840000', '212442.300000', '212442.760000', '212443.220000', '212443.680000', '212444.140000', '212444.600000', '212445.060000', '212445.520000', '212445.980000', '212446.440000', '212446.900000', '212447.360000', '212447.820000', '212448.280000', '212448.740000', '212449.200000', '212449.660000', '212450.120000', '212450.580000', '212451.040000', '212451.500000', '212451.960000', '212452.420000', '212452.880000', '212453.340000', '212453.800000', '212454.260000', '212454.720000', '212455.180000', '212455.640000', '212456.100000', '212456.560000', '212457.020000', '212457.480000', '212457.940000', '212458.400000', '212458.860000', '212459.320000', '212459.780000', '212500.240000', '212500.700000', '212501.160000', '212501.620000', '212502.080000', '212502.540000', '212503.000000', '212503.460000', '212503.920000', '212504.380000', '212504.840000', '212505.300000', '212505.760000', '212506.220000', '212506.680000', '212507.140000', '212507.600000', '212508.060000', '212508.520000', '212508.980000', '212509.440000', '212509.900000', '212510.360000', '212510.820000', '212511.280000', '212511.740000', '212512.200000', '212512.660000', '212513.120000', '212513.580000', '212514.040000', '212514.500000', '212514.960000', '212515.420000', '212515.880000', '212516.340000', '212516.800000', '212517.260000', '212517.720000', '212518.180000', '212518.640000', '212519.100000', '212519.560000', '212520.020000', '212520.480000', '212520.940000', '212521.400000', '212521.860000', '212522.320000', '212522.780000', '212523.240000', '212523.700000', '212524.160000', '212524.620000', '212525.080000', '212525.540000', '212526.000000', '212526.460000', '212526.920000', '212527.380000', '212527.840000', '212528.300000', '212528.760000', '212529.220000', '212529.680000', '212530.140000', '212530.600000', '212531.060000', '212531.520000', '212531.980000', '212532.440000', '212532.900000', '212533.360000', '212533.820000', '212534.280000', '212534.740000', '212535.200000', '212535.660000', '212536.120000', '212536.580000', '212537.040000', '212537.500000', '212537.960000', '212538.420000', '212538.880000', '212539.340000', '212539.800000', '212540.260000', '212540.720000', '212541.180000', '212541.640000', '212542.100000', '212542.560000', '212543.020000', '212543.480000', '212543.940000', '212544.400000', '212544.860000', '212545.320000', '212545.780000', '212546.240000', '212546.700000', '212547.160000', '212547.620000', '212548.080000', '212548.540000', '212549.000000', '212549.460000', '212549.920000', '212550.380000', '212550.840000', '212551.300000', '212551.760000', '212552.220000', '212552.680000', '212553.140000', '212553.600000', '212554.060000', '212554.520000', '212554.980000', '212555.440000', '212555.900000', '212556.360000', '212556.820000', '212557.280000', '212557.740000', '212558.200000', '212558.660000', '212559.120000', '212559.580000', '212600.040000', '212600.500000', '212600.960000', '212601.420000', '212601.880000', '212602.340000', '212602.800000', '212603.260000', '212603.720000', '212604.180000', '212604.640000', '212605.100000'], 'ContentTime': ['211944.683000', '211944.686000', '211944.688000', '211944.691000', '211944.694000', '211944.696000', '211944.699000', '211944.701000', '211944.704000', '211944.706000', '211944.709000', '211944.711000', '211944.715000', '211944.718000', '211944.720000', '211944.723000', '211944.725000', '211944.728000', '211944.731000', '211944.733000', '211944.736000', '211944.738000', '211944.741000', '211944.743000', '211944.746000', '211944.748000', '211944.751000', '211944.754000', '211944.756000', '211944.759000', '211944.761000', '211944.764000', '211944.767000', '211944.769000', '211944.772000', '211944.774000', '211944.777000', '211944.779000', '211944.782000', '211944.784000', '211944.787000', '211944.790000', '212004.651000', '212004.654000', '212004.657000', '212004.659000', '212004.662000', '212004.664000', '212004.667000', '212004.670000', '212004.673000', '212004.675000', '212004.678000', '212004.680000', '212004.683000', '212004.685000', '212004.688000', '212004.690000', '212004.693000', '212004.695000', '212004.698000', '212004.700000', '212004.703000', '212004.705000', '212004.708000', '212004.710000', '212004.713000', '212004.715000', '212004.718000', '212004.721000', '212004.723000', '212004.726000', '212004.728000', '212004.731000', '212004.733000', '212004.736000', '212004.738000', '212004.741000', '212004.743000', '212004.746000', '212004.748000', '212004.751000', '212004.753000', '212004.756000', '212004.759000', '212024.652000', '212024.655000', '212024.658000', '212024.660000', '212024.663000', '212024.665000', '212024.668000', '212024.671000', '212024.673000', '212024.676000', '212024.678000', '212024.681000', '212024.683000', '212024.686000', '212024.689000', '212024.691000', '212024.694000', '212024.702000', '212024.705000', '212024.708000', '212024.710000', '212024.713000', '212024.715000', '212024.718000', '212024.720000', '212024.723000', '212024.725000', '212024.728000', '212024.731000', '212024.733000', '212024.736000', '212024.738000', '212024.741000', '212024.743000', '212024.746000', '212024.748000', '212024.751000', '212024.753000', '212024.756000', '212024.759000', '212024.761000', '212024.764000', '212024.766000', '212024.769000', '212044.652000', '212044.655000', '212044.657000', '212044.660000', '212044.663000', '212044.665000', '212044.668000', '212044.674000', '212044.677000', '212044.679000', '212044.682000', '212044.684000', '212044.687000', '212044.689000', '212044.692000', '212044.694000', '212044.697000', '212044.700000', '212044.702000', '212044.705000', '212044.707000', '212044.710000', '212044.712000', '212044.715000', '212044.718000', '212044.720000', '212044.723000', '212044.725000', '212044.728000', '212044.730000', '212044.733000', '212044.736000', '212044.738000', '212044.741000', '212044.743000', '212044.746000', '212044.748000', '212044.751000', '212044.753000', '212044.756000', '212044.759000', '212044.761000', '212044.764000', '212044.766000', '212104.651000', '212104.654000', '212104.657000', '212104.659000', '212104.662000', '212104.664000', '212104.667000', '212104.669000', '212104.672000', '212104.674000', '212104.687000', '212104.690000', '212104.693000', '212104.695000', '212104.698000', '212104.700000', '212104.703000', '212104.705000', '212104.708000', '212104.710000', '212104.713000', '212104.715000', '212104.718000', '212104.721000', '212104.723000', '212104.726000', '212104.728000', '212104.731000', '212104.734000', '212104.736000', '212104.739000', '212104.741000', '212104.746000', '212104.748000', '212104.751000', '212104.753000', '212104.756000', '212104.758000', '212104.761000', '212104.763000', '212104.766000', '212104.768000', '212104.771000', '212124.651000', '212124.654000', '212124.657000', '212124.659000', '212124.662000', '212124.664000', '212124.667000', '212124.669000', '212124.672000', '212124.675000', '212124.677000', '212124.680000', '212124.682000', '212124.685000', '212124.687000', '212124.690000', '212124.692000', '212124.695000', '212124.698000', '212124.700000', '212124.703000', '212124.705000', '212124.708000', '212124.711000', '212124.714000', '212124.717000', '212124.726000', '212124.729000', '212124.731000', '212124.734000', '212124.736000', '212124.739000', '212124.741000', '212124.744000', '212124.746000', '212124.749000', '212124.752000', '212124.754000', '212124.757000', '212124.759000', '212124.762000', '212124.764000', '212124.767000', '212144.652000', '212144.654000', '212144.657000', '212144.659000', '212144.662000', '212144.665000', '212144.667000', '212144.670000', '212144.672000', '212144.675000', '212144.678000', '212144.680000', '212144.683000', '212144.685000', '212144.688000', '212144.690000', '212144.693000', '212144.696000', '212144.698000', '212144.701000', '212144.703000', '212144.706000', '212144.708000', '212144.711000', '212144.713000', '212144.716000', '212144.718000', '212144.721000', '212144.724000', '212144.726000', '212144.729000', '212144.731000', '212144.734000', '212144.737000', '212144.739000', '212144.742000', '212144.744000', '212144.747000', '212144.749000', '212144.752000', '212144.755000', '212144.757000', '212144.760000', '212144.762000', '212204.651000', '212204.654000', '212204.657000', '212204.659000', '212204.662000', '212204.664000', '212204.667000', '212204.669000', '212204.672000', '212204.674000', '212204.677000', '212204.680000', '212204.682000', '212204.685000', '212204.687000', '212204.690000', '212204.692000', '212204.695000', '212204.698000', '212204.700000', '212204.703000', '212204.705000', '212204.708000', '212204.710000', '212204.713000', '212204.716000', '212204.718000', '212204.721000', '212204.723000', '212204.726000', '212204.728000', '212204.731000', '212204.734000', '212204.736000', '212204.739000', '212204.741000', '212204.744000', '212204.746000', '212204.749000', '212204.752000', '212204.754000', '212204.757000', '212204.759000', '212224.652000', '212224.654000', '212224.657000', '212224.660000', '212224.662000', '212224.665000', '212224.667000', '212224.670000', '212224.672000', '212224.675000', '212224.678000', '212224.680000', '212224.683000', '212224.685000', '212224.688000', '212224.690000', '212224.693000', '212224.695000', '212224.698000', '212224.701000', '212224.703000', '212224.706000', '212224.708000', '212224.711000', '212224.713000', '212224.716000', '212224.720000', '212224.723000', '212224.725000', '212224.728000', '212224.730000', '212224.733000', '212224.736000', '212224.738000', '212224.741000', '212224.743000', '212224.746000', '212224.749000', '212224.751000', '212224.754000', '212224.756000', '212224.759000', '212224.762000', '212224.764000', '212244.652000', '212244.655000', '212244.658000', '212244.660000', '212244.663000', '212244.666000', '212244.668000', '212244.671000', '212244.673000', '212244.676000', '212244.679000', '212244.681000', '212244.684000', '212244.686000', '212244.689000', '212244.692000', '212244.694000', '212244.697000', '212244.699000', '212244.702000', '212244.705000', '212244.707000', '212244.710000', '212244.712000', '212244.715000', '212244.717000', '212244.720000', '212244.722000', '212244.725000', '212244.728000', '212244.730000', '212244.733000', '212244.735000', '212244.738000', '212244.741000', '212244.743000', '212244.746000', '212244.748000', '212244.751000', '212244.753000', '212244.756000', '212244.759000', '212244.761000', '212304.652000', '212304.655000', '212304.658000', '212304.660000', '212304.663000', '212304.665000', '212304.668000', '212304.671000', '212304.673000', '212304.676000', '212304.678000', '212304.681000', '212304.683000', '212304.686000', '212304.688000', '212304.691000', '212304.694000', '212304.696000', '212304.699000', '212304.702000', '212304.704000', '212304.707000', '212304.709000', '212304.712000', '212304.714000', '212304.717000', '212304.720000', '212304.722000', '212304.725000', '212304.727000', '212304.730000', '212304.732000', '212304.735000', '212304.738000', '212304.740000', '212304.743000', '212304.745000', '212304.748000', '212304.750000', '212304.753000', '212304.756000', '212304.758000', '212304.761000', '212304.763000', '212324.651000', '212324.654000', '212324.657000', '212324.659000', '212324.662000', '212324.665000', '212324.667000', '212324.670000', '212324.672000', '212324.675000', '212324.677000', '212324.680000', '212324.683000', '212324.685000', '212324.688000', '212324.691000', '212324.693000', '212324.696000', '212324.698000', '212324.701000', '212324.704000', '212324.706000', '212324.709000', '212324.711000', '212324.714000', '212324.716000', '212324.719000', '212324.721000', '212324.724000', '212324.727000', '212324.729000', '212324.732000', '212324.734000', '212324.737000', '212324.740000', '212324.742000', '212324.745000', '212324.747000', '212324.750000', '212324.753000', '212324.755000', '212324.758000', '212324.761000', '212344.651000', '212344.654000', '212344.657000', '212344.659000', '212344.662000', '212344.664000', '212344.667000', '212344.670000', '212344.672000', '212344.675000', '212344.677000', '212344.680000', '212344.682000', '212344.685000', '212344.688000', '212344.690000', '212344.693000', '212344.695000', '212344.698000', '212344.700000', '212344.703000', '212344.706000', '212344.708000', '212344.711000', '212344.713000', '212344.716000', '212344.718000', '212344.721000', '212344.723000', '212344.726000', '212344.729000', '212344.731000', '212344.734000', '212344.736000', '212344.739000', '212344.742000', '212344.744000', '212344.747000', '212344.749000', '212344.752000', '212344.754000', '212344.758000', '212344.761000', '212344.763000', '212404.651000', '212404.654000', '212404.657000', '212404.659000', '212404.662000', '212404.664000', '212404.667000', '212404.670000', '212404.672000', '212404.675000', '212404.677000', '212404.680000', '212404.682000', '212404.685000', '212404.687000', '212404.690000', '212404.693000', '212404.705000', '212404.708000', '212404.711000', '212404.713000', '212404.716000', '212404.718000', '212404.721000', '212404.723000', '212404.726000', '212404.728000', '212404.731000', '212404.734000', '212404.736000', '212404.739000', '212404.741000', '212404.744000', '212404.747000', '212404.749000', '212404.752000', '212404.754000', '212404.757000', '212404.759000', '212404.762000', '212404.764000', '212404.767000', '212404.770000', '212424.651000', '212424.654000', '212424.657000', '212424.659000', '212424.662000', '212424.664000', '212424.667000', '212424.670000', '212424.672000', '212424.675000', '212424.678000', '212424.680000', '212424.683000', '212424.685000', '212424.688000', '212424.691000', '212424.693000', '212424.696000', '212424.698000', '212424.701000', '212424.704000', '212424.706000', '212424.709000', '212424.711000', '212424.714000', '212424.716000', '212424.719000', '212424.721000', '212424.724000', '212424.727000', '212424.729000', '212424.732000', '212424.734000', '212424.737000', '212424.740000', '212424.742000', '212424.745000', '212424.747000', '212424.750000', '212424.753000', '212424.755000', '212424.758000', '212424.760000', '212424.763000', '212444.651000', '212444.654000', '212444.657000', '212444.659000', '212444.662000', '212444.665000', '212444.667000', '212444.670000', '212444.672000', '212444.675000', '212444.678000', '212444.680000', '212444.683000', '212444.685000', '212444.688000', '212444.691000', '212444.693000', '212444.696000', '212444.698000', '212444.701000', '212444.703000', '212444.706000', '212444.709000', '212444.711000', '212444.714000', '212444.716000', '212444.719000', '212444.721000', '212444.724000', '212444.727000', '212444.729000', '212444.732000', '212444.734000', '212444.737000', '212444.739000', '212444.742000', '212444.744000', '212444.747000', '212444.749000', '212444.752000', '212444.755000', '212444.757000', '212444.760000', '212504.653000', '212504.655000', '212504.658000', '212504.661000', '212504.663000', '212504.666000', '212504.668000', '212504.671000', '212504.673000', '212504.676000', '212504.678000', '212504.681000', '212504.684000', '212504.686000', '212504.689000', '212504.692000', '212504.694000', '212504.697000', '212504.699000', '212504.702000', '212504.704000', '212504.707000', '212504.710000', '212504.712000', '212504.715000', '212504.717000', '212504.720000', '212504.722000', '212504.725000', '212504.728000', '212504.730000', '212504.733000', '212504.735000', '212504.738000', '212504.740000', '212504.743000', '212504.746000', '212504.748000', '212504.751000', '212504.753000', '212504.756000', '212504.758000', '212504.761000', '212504.764000', '212524.653000', '212524.656000', '212524.658000', '212524.661000', '212524.663000', '212524.666000', '212524.668000', '212524.671000', '212524.674000', '212524.676000', '212524.679000', '212524.681000', '212524.684000', '212524.686000', '212524.689000', '212524.692000', '212524.694000', '212524.697000', '212524.699000', '212524.702000', '212524.704000', '212524.707000', '212524.709000', '212524.712000', '212524.715000', '212524.717000', '212524.720000', '212524.722000', '212524.725000', '212524.727000', '212524.730000', '212524.732000', '212524.735000', '212524.738000', '212524.740000', '212524.743000', '212524.745000', '212524.748000', '212524.750000', '212524.753000', '212524.756000', '212524.758000', '212524.792000', '212544.651000', '212544.654000', '212544.657000', '212544.659000', '212544.662000', '212544.665000', '212544.667000', '212544.670000', '212544.672000', '212544.675000', '212544.678000', '212544.680000', '212544.683000', '212544.686000', '212544.688000', '212544.691000', '212544.694000', '212544.696000', '212544.699000', '212544.701000', '212544.704000', '212544.706000', '212544.709000', '212544.711000', '212544.714000', '212544.717000', '212544.719000', '212544.722000', '212544.724000', '212544.727000', '212544.729000', '212544.732000', '212544.734000', '212544.737000', '212544.740000', '212544.742000', '212544.745000', '212544.747000', '212544.750000', '212544.753000', '212544.755000', '212544.758000', '212544.760000', '212544.763000', '212604.652000', '212604.655000', '212604.657000', '212604.660000', '212604.663000', '212604.665000', '212604.668000', '212604.670000', '212604.673000', '212604.675000', '212604.678000', '212604.680000', '212604.683000', '212604.685000', '212604.688000', '212604.691000', '212604.693000', '212604.696000', '212604.698000', '212604.701000', '212604.703000', '212604.706000', '212604.708000', '212604.711000', '212604.713000', '212604.716000', '212604.719000', '212604.721000', '212604.724000', '212604.726000', '212604.729000', '212604.731000', '212604.734000', '212604.737000', '212604.739000', '212604.742000', '212604.744000', '212604.747000', '212604.749000', '212604.752000', '212604.755000', '212604.757000', '212604.760000', '212606.197000', '212606.200000', '212606.203000', '212606.205000'], 'InstanceCreationTime': ['211944.683000', '211944.686000', '211944.688000', '211944.691000', '211944.694000', '211944.696000', '211944.699000', '211944.701000', '211944.704000', '211944.706000', '211944.709000', '211944.711000', '211944.715000', '211944.718000', '211944.720000', '211944.723000', '211944.725000', '211944.728000', '211944.731000', '211944.733000', '211944.736000', '211944.738000', '211944.741000', '211944.743000', '211944.746000', '211944.748000', '211944.751000', '211944.754000', '211944.756000', '211944.759000', '211944.761000', '211944.764000', '211944.767000', '211944.769000', '211944.772000', '211944.774000', '211944.777000', '211944.779000', '211944.782000', '211944.784000', '211944.787000', '211944.790000', '212004.651000', '212004.654000', '212004.657000', '212004.659000', '212004.662000', '212004.664000', '212004.667000', '212004.670000', '212004.673000', '212004.675000', '212004.678000', '212004.680000', '212004.683000', '212004.685000', '212004.688000', '212004.690000', '212004.693000', '212004.695000', '212004.698000', '212004.700000', '212004.703000', '212004.705000', '212004.708000', '212004.710000', '212004.713000', '212004.715000', '212004.718000', '212004.721000', '212004.723000', '212004.726000', '212004.728000', '212004.731000', '212004.733000', '212004.736000', '212004.738000', '212004.741000', '212004.743000', '212004.746000', '212004.748000', '212004.751000', '212004.753000', '212004.756000', '212004.759000', '212024.652000', '212024.655000', '212024.658000', '212024.660000', '212024.663000', '212024.665000', '212024.668000', '212024.671000', '212024.673000', '212024.676000', '212024.678000', '212024.681000', '212024.683000', '212024.686000', '212024.689000', '212024.691000', '212024.694000', '212024.702000', '212024.705000', '212024.708000', '212024.710000', '212024.713000', '212024.715000', '212024.718000', '212024.720000', '212024.723000', '212024.725000', '212024.728000', '212024.731000', '212024.733000', '212024.736000', '212024.738000', '212024.741000', '212024.743000', '212024.746000', '212024.748000', '212024.751000', '212024.753000', '212024.756000', '212024.759000', '212024.761000', '212024.764000', '212024.766000', '212024.769000', '212044.652000', '212044.655000', '212044.657000', '212044.660000', '212044.663000', '212044.665000', '212044.668000', '212044.674000', '212044.677000', '212044.679000', '212044.682000', '212044.684000', '212044.687000', '212044.689000', '212044.692000', '212044.694000', '212044.697000', '212044.700000', '212044.702000', '212044.705000', '212044.707000', '212044.710000', '212044.712000', '212044.715000', '212044.718000', '212044.720000', '212044.723000', '212044.725000', '212044.728000', '212044.730000', '212044.733000', '212044.736000', '212044.738000', '212044.741000', '212044.743000', '212044.746000', '212044.748000', '212044.751000', '212044.753000', '212044.756000', '212044.759000', '212044.761000', '212044.764000', '212044.766000', '212104.651000', '212104.654000', '212104.657000', '212104.659000', '212104.662000', '212104.664000', '212104.667000', '212104.669000', '212104.672000', '212104.674000', '212104.687000', '212104.690000', '212104.693000', '212104.695000', '212104.698000', '212104.700000', '212104.703000', '212104.705000', '212104.708000', '212104.710000', '212104.713000', '212104.715000', '212104.718000', '212104.721000', '212104.723000', '212104.726000', '212104.728000', '212104.731000', '212104.734000', '212104.736000', '212104.739000', '212104.741000', '212104.746000', '212104.748000', '212104.751000', '212104.753000', '212104.756000', '212104.758000', '212104.761000', '212104.763000', '212104.766000', '212104.768000', '212104.771000', '212124.651000', '212124.654000', '212124.657000', '212124.659000', '212124.662000', '212124.664000', '212124.667000', '212124.669000', '212124.672000', '212124.675000', '212124.677000', '212124.680000', '212124.682000', '212124.685000', '212124.687000', '212124.690000', '212124.692000', '212124.695000', '212124.698000', '212124.700000', '212124.703000', '212124.705000', '212124.708000', '212124.711000', '212124.714000', '212124.717000', '212124.726000', '212124.729000', '212124.731000', '212124.734000', '212124.736000', '212124.739000', '212124.741000', '212124.744000', '212124.746000', '212124.749000', '212124.752000', '212124.754000', '212124.757000', '212124.759000', '212124.762000', '212124.764000', '212124.767000', '212144.652000', '212144.654000', '212144.657000', '212144.659000', '212144.662000', '212144.665000', '212144.667000', '212144.670000', '212144.672000', '212144.675000', '212144.678000', '212144.680000', '212144.683000', '212144.685000', '212144.688000', '212144.690000', '212144.693000', '212144.696000', '212144.698000', '212144.701000', '212144.703000', '212144.706000', '212144.708000', '212144.711000', '212144.713000', '212144.716000', '212144.718000', '212144.721000', '212144.724000', '212144.726000', '212144.729000', '212144.731000', '212144.734000', '212144.737000', '212144.739000', '212144.742000', '212144.744000', '212144.747000', '212144.749000', '212144.752000', '212144.755000', '212144.757000', '212144.760000', '212144.762000', '212204.651000', '212204.654000', '212204.657000', '212204.659000', '212204.662000', '212204.664000', '212204.667000', '212204.669000', '212204.672000', '212204.674000', '212204.677000', '212204.680000', '212204.682000', '212204.685000', '212204.687000', '212204.690000', '212204.692000', '212204.695000', '212204.698000', '212204.700000', '212204.703000', '212204.705000', '212204.708000', '212204.710000', '212204.713000', '212204.716000', '212204.718000', '212204.721000', '212204.723000', '212204.726000', '212204.728000', '212204.731000', '212204.734000', '212204.736000', '212204.739000', '212204.741000', '212204.744000', '212204.746000', '212204.749000', '212204.752000', '212204.754000', '212204.757000', '212204.759000', '212224.652000', '212224.654000', '212224.657000', '212224.660000', '212224.662000', '212224.665000', '212224.667000', '212224.670000', '212224.672000', '212224.675000', '212224.678000', '212224.680000', '212224.683000', '212224.685000', '212224.688000', '212224.690000', '212224.693000', '212224.695000', '212224.698000', '212224.701000', '212224.703000', '212224.706000', '212224.708000', '212224.711000', '212224.713000', '212224.716000', '212224.720000', '212224.723000', '212224.725000', '212224.728000', '212224.730000', '212224.733000', '212224.736000', '212224.738000', '212224.741000', '212224.743000', '212224.746000', '212224.749000', '212224.751000', '212224.754000', '212224.756000', '212224.759000', '212224.762000', '212224.764000', '212244.652000', '212244.655000', '212244.658000', '212244.660000', '212244.663000', '212244.666000', '212244.668000', '212244.671000', '212244.673000', '212244.676000', '212244.679000', '212244.681000', '212244.684000', '212244.686000', '212244.689000', '212244.692000', '212244.694000', '212244.697000', '212244.699000', '212244.702000', '212244.705000', '212244.707000', '212244.710000', '212244.712000', '212244.715000', '212244.717000', '212244.720000', '212244.722000', '212244.725000', '212244.728000', '212244.730000', '212244.733000', '212244.735000', '212244.738000', '212244.741000', '212244.743000', '212244.746000', '212244.748000', '212244.751000', '212244.753000', '212244.756000', '212244.759000', '212244.761000', '212304.652000', '212304.655000', '212304.658000', '212304.660000', '212304.663000', '212304.665000', '212304.668000', '212304.671000', '212304.673000', '212304.676000', '212304.678000', '212304.681000', '212304.683000', '212304.686000', '212304.688000', '212304.691000', '212304.694000', '212304.696000', '212304.699000', '212304.702000', '212304.704000', '212304.707000', '212304.709000', '212304.712000', '212304.714000', '212304.717000', '212304.720000', '212304.722000', '212304.725000', '212304.727000', '212304.730000', '212304.732000', '212304.735000', '212304.738000', '212304.740000', '212304.743000', '212304.745000', '212304.748000', '212304.750000', '212304.753000', '212304.756000', '212304.758000', '212304.761000', '212304.763000', '212324.651000', '212324.654000', '212324.657000', '212324.659000', '212324.662000', '212324.665000', '212324.667000', '212324.670000', '212324.672000', '212324.675000', '212324.677000', '212324.680000', '212324.683000', '212324.685000', '212324.688000', '212324.691000', '212324.693000', '212324.696000', '212324.698000', '212324.701000', '212324.704000', '212324.706000', '212324.709000', '212324.711000', '212324.714000', '212324.716000', '212324.719000', '212324.721000', '212324.724000', '212324.727000', '212324.729000', '212324.732000', '212324.734000', '212324.737000', '212324.740000', '212324.742000', '212324.745000', '212324.747000', '212324.750000', '212324.753000', '212324.755000', '212324.758000', '212324.761000', '212344.651000', '212344.654000', '212344.657000', '212344.659000', '212344.662000', '212344.664000', '212344.667000', '212344.670000', '212344.672000', '212344.675000', '212344.677000', '212344.680000', '212344.682000', '212344.685000', '212344.688000', '212344.690000', '212344.693000', '212344.695000', '212344.698000', '212344.700000', '212344.703000', '212344.706000', '212344.708000', '212344.711000', '212344.713000', '212344.716000', '212344.718000', '212344.721000', '212344.723000', '212344.726000', '212344.729000', '212344.731000', '212344.734000', '212344.736000', '212344.739000', '212344.742000', '212344.744000', '212344.747000', '212344.749000', '212344.752000', '212344.754000', '212344.758000', '212344.761000', '212344.763000', '212404.651000', '212404.654000', '212404.657000', '212404.659000', '212404.662000', '212404.664000', '212404.667000', '212404.670000', '212404.672000', '212404.675000', '212404.677000', '212404.680000', '212404.682000', '212404.685000', '212404.687000', '212404.690000', '212404.693000', '212404.705000', '212404.708000', '212404.711000', '212404.713000', '212404.716000', '212404.718000', '212404.721000', '212404.723000', '212404.726000', '212404.728000', '212404.731000', '212404.734000', '212404.736000', '212404.739000', '212404.741000', '212404.744000', '212404.747000', '212404.749000', '212404.752000', '212404.754000', '212404.757000', '212404.759000', '212404.762000', '212404.764000', '212404.767000', '212404.770000', '212424.651000', '212424.654000', '212424.657000', '212424.659000', '212424.662000', '212424.664000', '212424.667000', '212424.670000', '212424.672000', '212424.675000', '212424.678000', '212424.680000', '212424.683000', '212424.685000', '212424.688000', '212424.691000', '212424.693000', '212424.696000', '212424.698000', '212424.701000', '212424.704000', '212424.706000', '212424.709000', '212424.711000', '212424.714000', '212424.716000', '212424.719000', '212424.721000', '212424.724000', '212424.727000', '212424.729000', '212424.732000', '212424.734000', '212424.737000', '212424.740000', '212424.742000', '212424.745000', '212424.747000', '212424.750000', '212424.753000', '212424.755000', '212424.758000', '212424.760000', '212424.763000', '212444.651000', '212444.654000', '212444.657000', '212444.659000', '212444.662000', '212444.665000', '212444.667000', '212444.670000', '212444.672000', '212444.675000', '212444.678000', '212444.680000', '212444.683000', '212444.685000', '212444.688000', '212444.691000', '212444.693000', '212444.696000', '212444.698000', '212444.701000', '212444.703000', '212444.706000', '212444.709000', '212444.711000', '212444.714000', '212444.716000', '212444.719000', '212444.721000', '212444.724000', '212444.727000', '212444.729000', '212444.732000', '212444.734000', '212444.737000', '212444.739000', '212444.742000', '212444.744000', '212444.747000', '212444.749000', '212444.752000', '212444.755000', '212444.757000', '212444.760000', '212504.653000', '212504.655000', '212504.658000', '212504.661000', '212504.663000', '212504.666000', '212504.668000', '212504.671000', '212504.673000', '212504.676000', '212504.678000', '212504.681000', '212504.684000', '212504.686000', '212504.689000', '212504.692000', '212504.694000', '212504.697000', '212504.699000', '212504.702000', '212504.704000', '212504.707000', '212504.710000', '212504.712000', '212504.715000', '212504.717000', '212504.720000', '212504.722000', '212504.725000', '212504.728000', '212504.730000', '212504.733000', '212504.735000', '212504.738000', '212504.740000', '212504.743000', '212504.746000', '212504.748000', '212504.751000', '212504.753000', '212504.756000', '212504.758000', '212504.761000', '212504.764000', '212524.653000', '212524.656000', '212524.658000', '212524.661000', '212524.663000', '212524.666000', '212524.668000', '212524.671000', '212524.674000', '212524.676000', '212524.679000', '212524.681000', '212524.684000', '212524.686000', '212524.689000', '212524.692000', '212524.694000', '212524.697000', '212524.699000', '212524.702000', '212524.704000', '212524.707000', '212524.709000', '212524.712000', '212524.715000', '212524.717000', '212524.720000', '212524.722000', '212524.725000', '212524.727000', '212524.730000', '212524.732000', '212524.735000', '212524.738000', '212524.740000', '212524.743000', '212524.745000', '212524.748000', '212524.750000', '212524.753000', '212524.756000', '212524.758000', '212524.792000', '212544.651000', '212544.654000', '212544.657000', '212544.659000', '212544.662000', '212544.665000', '212544.667000', '212544.670000', '212544.672000', '212544.675000', '212544.678000', '212544.680000', '212544.683000', '212544.686000', '212544.688000', '212544.691000', '212544.694000', '212544.696000', '212544.699000', '212544.701000', '212544.704000', '212544.706000', '212544.709000', '212544.711000', '212544.714000', '212544.717000', '212544.719000', '212544.722000', '212544.724000', '212544.727000', '212544.729000', '212544.732000', '212544.734000', '212544.737000', '212544.740000', '212544.742000', '212544.745000', '212544.747000', '212544.750000', '212544.753000', '212544.755000', '212544.758000', '212544.760000', '212544.763000', '212604.652000', '212604.655000', '212604.657000', '212604.660000', '212604.663000', '212604.665000', '212604.668000', '212604.670000', '212604.673000', '212604.675000', '212604.678000', '212604.680000', '212604.683000', '212604.685000', '212604.688000', '212604.691000', '212604.693000', '212604.696000', '212604.698000', '212604.701000', '212604.703000', '212604.706000', '212604.708000', '212604.711000', '212604.713000', '212604.716000', '212604.719000', '212604.721000', '212604.724000', '212604.726000', '212604.729000', '212604.731000', '212604.734000', '212604.737000', '212604.739000', '212604.742000', '212604.744000', '212604.747000', '212604.749000', '212604.752000', '212604.755000', '212604.757000', '212604.760000', '212606.197000', '212606.200000', '212606.203000', '212606.205000'], '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': [9006, 6756, 6875, 9532, 6970, 6027, 6051, 5411, 6220, 5400, 6494, 6095, 6783, 6430, 6765, 6830, 6939, 7973, 6960, 6095, 6843, 6337, 6354, 5287, 6165, 5503, 6814, 6405, 6108, 6387, 6852, 6835, 6593, 9616, 6550, 7351, 6709, 6702, 6792, 7235, 6580, 5540, 5871, 5422, 5930, 5412, 6434, 5975, 6687, 5887, 6245, 6403, 7623, 6618, 6118, 5475, 6420, 5449, 6556, 8137, 9578, 7014, 9016, 6282, 6743, 5650, 6234, 5504, 6519, 5665, 6580, 6556, 6482, 6412, 8252, 6137, 6114, 5481, 6096, 5563, 6407, 6342, 6541, 6743, 6783, 6064, 5512, 6269, 5549, 6083, 6858, 6626, 6815, 6263, 6604, 6468, 9909, 6311, 6981, 6003, 5822, 6427, 5870, 6257, 6737, 5879, 6181, 6378, 8935, 6285, 7563, 6534, 6828, 6181, 6743, 6466, 6353, 6441, 9469, 6260, 7672, 6339, 6594, 5711, 6142, 5734, 6534, 6998, 6176, 6650, 6459, 6115, 6775, 7073, 6589, 5785, 6609, 5598, 6500, 7367, 6473, 6326, 5702, 6507, 5707, 6551, 7138, 6491, 6589, 6503, 5923, 6659, 7297, 6455, 6426, 6282, 6924, 6234, 6374, 5714, 6524, 5931, 6426, 7119, 6585, 6508, 6636, 5741, 6120, 5968, 6705, 5583, 6318, 6398, 6308, 6355, 5909, 6327, 5685, 6606, 6665, 6752, 7317, 6365, 5531, 6222, 5691, 6340, 5693, 6345, 6192, 5996, 6762, 6007, 6852, 7758, 6093, 6599, 5939, 6047, 6693, 8496, 6281, 7270, 6553, 6363, 6225, 6912, 6418, 6212, 5872, 6481, 7117, 6274, 6237, 6815, 6587, 7266, 6732, 8499, 6886, 6053, 8203, 6104, 6796, 5916, 6989, 6973, 6186, 6770, 6513, 8359, 6492, 8081, 6571, 6299, 6059, 5547, 6084, 5714, 6449, 6083, 5981, 6067, 6523, 6960, 6154, 6191, 5909, 6552, 6327, 6905, 6644, 6396, 6219, 6609, 7092, 6772, 7841, 6399, 8145, 6517, 6128, 6092, 6347, 5977, 7079, 5957, 6462, 6914, 6426, 7384, 6238, 7247, 6003, 6505, 5821, 6384, 6089, 6549, 7452, 6300, 6526, 6152, 6644, 6107, 6789, 7219, 6220, 6692, 6150, 6962, 5973, 6298, 7261, 6447, 6392, 6959, 5866, 6315, 6638, 6059, 6987, 6493, 6108, 6746, 8201, 6456, 8896, 6385, 7969, 6662, 7290, 6478, 7373, 6364, 7061, 6166, 6260, 5800, 6484, 7068, 6372, 6719, 6880, 6271, 6781, 6531, 6475, 7036, 6239, 6374, 6199, 6671, 6268, 6865, 7514, 6428, 6916, 6243, 6356, 6156, 6389, 6023, 6709, 6271, 5984, 6979, 6588, 7244, 6384, 6609, 6312, 6330, 7959, 7834, 6198, 9386, 6485, 7267, 6302, 6630, 6422, 7235, 5922, 6527, 7814, 6435, 6583, 6052, 7004, 7407, 6539, 8905, 6352, 6490, 7937, 6064, 6109, 6019, 6772, 6904, 6244, 6309, 6085, 7046, 6342, 6560, 6670, 7508, 6019, 6146, 5762, 6720, 6409, 6408, 6891, 6395, 9031, 6975, 7409, 5994, 6300, 6378, 6884, 6198, 6486, 5966, 7177, 6151, 7609, 6556, 6144, 6329, 5969, 6405, 6552, 6401, 6442, 5684, 6404, 7254, 8486, 10188, 6709, 7977, 6581, 6334, 5633, 6560, 7088, 6689, 7301, 6341, 6937, 6562, 6818, 8195, 6166, 8841, 7054, 5985, 8734, 6586, 6679, 5843, 6358, 7377, 7258, 6613, 6726, 6375, 6837, 6303, 7217, 6134, 6924, 6367, 6865, 6349, 8113, 6310, 7055, 6448, 7216, 6212, 6244, 6167, 7285, 6423, 6726, 6541, 6411, 6575, 7573, 6691, 6819, 7357, 6400, 6625, 7064, 6567, 8829, 6138, 6375, 7180, 6291, 7275, 6352, 5693, 6670, 8352, 6967, 6693, 6714, 7699, 6591, 6901, 7084, 6671, 8631, 7206, 7158, 6086, 6983, 6963, 7574, 6667, 6840, 6442, 9974, 6829, 7621, 6677, 6446, 6757, 6478, 6767, 6554, 7582, 6464, 6918, 7213, 6828, 7055, 6555, 6622, 7538, 7475, 6501, 9877, 6641, 8085, 6981, 5978, 6472, 6729, 6510, 6604, 7301, 6674, 7398, 6144, 6488, 6839, 6519, 7207, 6042, 6613, 6938, 6313, 6586, 7420, 5939, 7117, 8574, 6899, 7245, 6250, 6401, 8244, 10680, 6558, 8854, 6146, 6366, 6386, 6385, 6167, 7229, 6782, 6249, 6508, 6456, 6325, 7153, 6712, 6303, 6605, 8287, 6809, 7413, 6508, 7260, 6383, 7206, 6468, 6911, 7973, 6743, 6834, 6373, 7301, 6473, 6972, 7513, 7753, 6147, 9562, 6792, 7820, 6815, 6358, 6435, 6550, 6272, 6986, 7021, 6842, 6560, 8670, 6527, 6220, 6365, 6429, 6272, 5974, 6913, 6259, 6480, 5628, 6206, 6598, 6271, 7353, 6832, 6752, 6425, 6329, 6583, 6202, 6953, 7677, 6396, 6398, 8732, 6688, 7339, 6442, 6604, 6306, 6783, 7087, 6540, 7233, 7114, 7174, 7661, 6617, 8708, 6995, 6325, 8606, 6929, 6389, 6852, 6371, 6807, 5984, 6618, 6567, 6421, 6595, 7947, 6358, 6574, 8454, 6647, 6796, 6587, 7202, 6387, 7088, 6504, 7495, 6680, 6182, 6430, 6323, 6284, 6942, 6916, 6508, 8491, 6949, 7219, 6806, 6596, 7128, 6012, 6622, 6972, 6411, 7509, 7249, 6751, 9172, 6389, 8042, 6388, 6258, 8797, 6669, 6479, 7206, 7351, 6721, 6135, 6445, 6623, 6219, 6316, 6513, 7786, 6365, 8594, 6761, 6053, 6218, 6340, 6144, 6879, 7487, 6623, 6320, 9075, 6701, 6000, 6642, 6636, 6544, 6669, 6039, 6618, 6967, 6459, 6804, 6585, 7364, 8113, 6641, 6368, 6209, 6732, 6477, 10684, 6666, 7935, 6036, 6435, 7086, 5954, 6764, 7078, 6524, 7560, 6325, 7086, 7499, 6867, 8000, 6744, 6367, 7119, 6359, 6937, 6408, 6975, 6497, 7253, 7606, 6687, 6159, 6458, 8148, 6813, 8289, 6796, 7284, 6775, 7251, 6650, 6979, 6516, 7262, 7643, 6836, 6255, 6423, 7005, 6535, 10557, 6960, 7755, 6604, 6602, 7391, 7116, 6997, 7294, 6569, 7513, 6112, 7112, 7619, 6802, 8214, 6599, 7690, 6684, 8273, 6303, 6500, 6422, 6030, 7016, 6016, 6705, 7039, 6209, 6710, 7586, 6356, 7168, 7805, 6493, 6518, 9000, 6696, 6858, 6570, 6612, 6569, 6599, 7560, 6743, 5995, 6471, 6389, 6430, 6924, 7745, 7016, 6547, 9204, 6797, 7314, 7239, 6520, 7135, 7147, 6912, 6601, 7014, 6877, 7589, 6476, 8457, 6907, 9573, 7422, 7014, 7386, 6584, 6871, 6045, 6634, 5609, 6595, 6911, 7378, 6623], 'WindowCenter': [3401.0, 3329.0, 3327.0, 3378.0, 3323.0, 3300.0, 3303.0, 3291.0, 3301.0, 3279.0, 3313.0, 3301.0, 3323.0, 3310.0, 3322.0, 3322.0, 3325.0, 3345.0, 3324.0, 3302.0, 3324.0, 3313.0, 3314.0, 3293.0, 3313.0, 3280.0, 3324.0, 3313.0, 3304.0, 3314.0, 3325.0, 3326.0, 3326.0, 3378.0, 3314.0, 3335.0, 3325.0, 3323.0, 3313.0, 3334.0, 3311.0, 3278.0, 3304.0, 3295.0, 3315.0, 3293.0, 3328.0, 3316.0, 3338.0, 3305.0, 3316.0, 3326.0, 3348.0, 3327.0, 3316.0, 3306.0, 3326.0, 3293.0, 3314.0, 3346.0, 3378.0, 3336.0, 3366.0, 3312.0, 3323.0, 3290.0, 3301.0, 3292.0, 3314.0, 3292.0, 3324.0, 3314.0, 3314.0, 3315.0, 3356.0, 3315.0, 3314.0, 3292.0, 3314.0, 3292.0, 3314.0, 3314.0, 3316.0, 3325.0, 3326.0, 3315.0, 3295.0, 3327.0, 3306.0, 3317.0, 3338.0, 3339.0, 3338.0, 3328.0, 3326.0, 3327.0, 3379.0, 3314.0, 3325.0, 3315.0, 3302.0, 3327.0, 3305.0, 3327.0, 3338.0, 3305.0, 3316.0, 3328.0, 3370.0, 3328.0, 3348.0, 3328.0, 3327.0, 3315.0, 3326.0, 3315.0, 3313.0, 3315.0, 3378.0, 3315.0, 3346.0, 3315.0, 3325.0, 3305.0, 3315.0, 3306.0, 3327.0, 3337.0, 3315.0, 3326.0, 3326.0, 3315.0, 3326.0, 3325.0, 3325.0, 3303.0, 3326.0, 3295.0, 3329.0, 3350.0, 3328.0, 3328.0, 3304.0, 3315.0, 3304.0, 3316.0, 3336.0, 3315.0, 3325.0, 3327.0, 3315.0, 3328.0, 3348.0, 3327.0, 3326.0, 3329.0, 3337.0, 3316.0, 3327.0, 3306.0, 3328.0, 3329.0, 3329.0, 3336.0, 3327.0, 3316.0, 3327.0, 3307.0, 3317.0, 3316.0, 3327.0, 3294.0, 3327.0, 3326.0, 3328.0, 3316.0, 3306.0, 3327.0, 3317.0, 3338.0, 3327.0, 3327.0, 3337.0, 3314.0, 3293.0, 3303.0, 3305.0, 3327.0, 3305.0, 3328.0, 3314.0, 3318.0, 3342.0, 3331.0, 3341.0, 3360.0, 3318.0, 3339.0, 3318.0, 3317.0, 3339.0, 3368.0, 3315.0, 3349.0, 3328.0, 3315.0, 3317.0, 3339.0, 3326.0, 3317.0, 3307.0, 3330.0, 3340.0, 3330.0, 3330.0, 3340.0, 3341.0, 3349.0, 3328.0, 3371.0, 3337.0, 3316.0, 3357.0, 3303.0, 3323.0, 3303.0, 3336.0, 3333.0, 3314.0, 3324.0, 3315.0, 3356.0, 3316.0, 3347.0, 3324.0, 3314.0, 3302.0, 3278.0, 3301.0, 3290.0, 3311.0, 3302.0, 3316.0, 3301.0, 3325.0, 3337.0, 3316.0, 3316.0, 3306.0, 3328.0, 3327.0, 3338.0, 3326.0, 3327.0, 3316.0, 3327.0, 3336.0, 3324.0, 3345.0, 3316.0, 3357.0, 3326.0, 3315.0, 3316.0, 3325.0, 3316.0, 3337.0, 3317.0, 3324.0, 3339.0, 3329.0, 3351.0, 3316.0, 3347.0, 3314.0, 3315.0, 3304.0, 3314.0, 3316.0, 3327.0, 3348.0, 3328.0, 3329.0, 3318.0, 3342.0, 3330.0, 3340.0, 3350.0, 3330.0, 3338.0, 3316.0, 3337.0, 3315.0, 3316.0, 3350.0, 3329.0, 3328.0, 3339.0, 3305.0, 3327.0, 3327.0, 3317.0, 3353.0, 3328.0, 3319.0, 3340.0, 3374.0, 3330.0, 3371.0, 3315.0, 3360.0, 3327.0, 3337.0, 3316.0, 3337.0, 3315.0, 3336.0, 3304.0, 3315.0, 3304.0, 3317.0, 3337.0, 3328.0, 3326.0, 3337.0, 3329.0, 3340.0, 3327.0, 3328.0, 3337.0, 3303.0, 3313.0, 3305.0, 3341.0, 3329.0, 3339.0, 3350.0, 3328.0, 3338.0, 3328.0, 3315.0, 3315.0, 3316.0, 3317.0, 3340.0, 3328.0, 3331.0, 3339.0, 3339.0, 3350.0, 3328.0, 3326.0, 3328.0, 3315.0, 3360.0, 3347.0, 3316.0, 3382.0, 3315.0, 3336.0, 3314.0, 3325.0, 3314.0, 3335.0, 3303.0, 3312.0, 3349.0, 3329.0, 3327.0, 3318.0, 3339.0, 3349.0, 3327.0, 3369.0, 3302.0, 3301.0, 3343.0, 3301.0, 3315.0, 3314.0, 3338.0, 3337.0, 3315.0, 3314.0, 3315.0, 3337.0, 3328.0, 3339.0, 3329.0, 3337.0, 3305.0, 3314.0, 3305.0, 3326.0, 3313.0, 3315.0, 3325.0, 3313.0, 3368.0, 3323.0, 3336.0, 3303.0, 3312.0, 3315.0, 3336.0, 3303.0, 3313.0, 3314.0, 3324.0, 3303.0, 3335.0, 3315.0, 3318.0, 3327.0, 3317.0, 3328.0, 3343.0, 3342.0, 3330.0, 3307.0, 3328.0, 3336.0, 3370.0, 3404.0, 3325.0, 3345.0, 3311.0, 3311.0, 3291.0, 3324.0, 3325.0, 3327.0, 3336.0, 3313.0, 3323.0, 3312.0, 3310.0, 3341.0, 3289.0, 3354.0, 3309.0, 3286.0, 3341.0, 3309.0, 3313.0, 3289.0, 3298.0, 3319.0, 3319.0, 3310.0, 3311.0, 3314.0, 3324.0, 3314.0, 3335.0, 3302.0, 3324.0, 3312.0, 3323.0, 3312.0, 3332.0, 3310.0, 3323.0, 3314.0, 3336.0, 3302.0, 3314.0, 3303.0, 3334.0, 3314.0, 3313.0, 3313.0, 3314.0, 3339.0, 3348.0, 3326.0, 3338.0, 3349.0, 3315.0, 3328.0, 3340.0, 3340.0, 3370.0, 3315.0, 3315.0, 3325.0, 3313.0, 3334.0, 3314.0, 3288.0, 3312.0, 3358.0, 3324.0, 3325.0, 3326.0, 3348.0, 3326.0, 3338.0, 3336.0, 3327.0, 3359.0, 3336.0, 3325.0, 3317.0, 3325.0, 3338.0, 3347.0, 3327.0, 3325.0, 3316.0, 3377.0, 3312.0, 3334.0, 3313.0, 3314.0, 3325.0, 3314.0, 3324.0, 3313.0, 3346.0, 3314.0, 3326.0, 3336.0, 3326.0, 3336.0, 3325.0, 3326.0, 3349.0, 3335.0, 3313.0, 3377.0, 3324.0, 3345.0, 3324.0, 3303.0, 3313.0, 3324.0, 3313.0, 3324.0, 3335.0, 3324.0, 3335.0, 3303.0, 3315.0, 3326.0, 3313.0, 3336.0, 3314.0, 3325.0, 3334.0, 3314.0, 3337.0, 3348.0, 3317.0, 3352.0, 3384.0, 3339.0, 3349.0, 3327.0, 3328.0, 3359.0, 3387.0, 3299.0, 3353.0, 3300.0, 3315.0, 3315.0, 3313.0, 3313.0, 3347.0, 3325.0, 3313.0, 3314.0, 3315.0, 3326.0, 3338.0, 3328.0, 3314.0, 3341.0, 3372.0, 3327.0, 3347.0, 3316.0, 3335.0, 3313.0, 3335.0, 3315.0, 3338.0, 3361.0, 3339.0, 3339.0, 3328.0, 3347.0, 3315.0, 3324.0, 3335.0, 3332.0, 3301.0, 3376.0, 3326.0, 3345.0, 3325.0, 3314.0, 3313.0, 3312.0, 3312.0, 3323.0, 3324.0, 3313.0, 3325.0, 3357.0, 3313.0, 3314.0, 3314.0, 3313.0, 3312.0, 3302.0, 3324.0, 3311.0, 3313.0, 3291.0, 3303.0, 3324.0, 3314.0, 3346.0, 3339.0, 3326.0, 3314.0, 3314.0, 3326.0, 3314.0, 3336.0, 3348.0, 3313.0, 3315.0, 3358.0, 3325.0, 3337.0, 3315.0, 3325.0, 3314.0, 3327.0, 3350.0, 3330.0, 3351.0, 3339.0, 3340.0, 3349.0, 3327.0, 3369.0, 3322.0, 3311.0, 3354.0, 3322.0, 3313.0, 3326.0, 3314.0, 3326.0, 3315.0, 3326.0, 3327.0, 3314.0, 3326.0, 3348.0, 3314.0, 3327.0, 3357.0, 3323.0, 3324.0, 3323.0, 3334.0, 3313.0, 3323.0, 3314.0, 3335.0, 3312.0, 3302.0, 3314.0, 3315.0, 3313.0, 3335.0, 3323.0, 3313.0, 3356.0, 3322.0, 3335.0, 3325.0, 3323.0, 3335.0, 3301.0, 3325.0, 3335.0, 3314.0, 3338.0, 3336.0, 3326.0, 3380.0, 3326.0, 3359.0, 3311.0, 3311.0, 3341.0, 3309.0, 3312.0, 3335.0, 3334.0, 3324.0, 3302.0, 3315.0, 3324.0, 3300.0, 3312.0, 3312.0, 3332.0, 3314.0, 3358.0, 3323.0, 3302.0, 3303.0, 3313.0, 3302.0, 3323.0, 3334.0, 3313.0, 3314.0, 3369.0, 3313.0, 3299.0, 3311.0, 3323.0, 3313.0, 3324.0, 3303.0, 3326.0, 3324.0, 3316.0, 3339.0, 3340.0, 3349.0, 3358.0, 3327.0, 3314.0, 3304.0, 3313.0, 3313.0, 3388.0, 3310.0, 3344.0, 3304.0, 3313.0, 3325.0, 3302.0, 3323.0, 3323.0, 3312.0, 3346.0, 3314.0, 3325.0, 3337.0, 3327.0, 3346.0, 3324.0, 3313.0, 3323.0, 3301.0, 3321.0, 3300.0, 3322.0, 3313.0, 3336.0, 3346.0, 3327.0, 3303.0, 3314.0, 3348.0, 3313.0, 3343.0, 3313.0, 3334.0, 3313.0, 3336.0, 3326.0, 3336.0, 3328.0, 3349.0, 3348.0, 3328.0, 3327.0, 3327.0, 3335.0, 3316.0, 3388.0, 3321.0, 3335.0, 3324.0, 3312.0, 3333.0, 3323.0, 3325.0, 3336.0, 3325.0, 3335.0, 3303.0, 3338.0, 3349.0, 3328.0, 3357.0, 3327.0, 3346.0, 3326.0, 3356.0, 3311.0, 3300.0, 3300.0, 3303.0, 3350.0, 3318.0, 3338.0, 3339.0, 3318.0, 3341.0, 3361.0, 3327.0, 3336.0, 3348.0, 3327.0, 3326.0, 3369.0, 3325.0, 3324.0, 3323.0, 3323.0, 3312.0, 3324.0, 3347.0, 3325.0, 3303.0, 3315.0, 3314.0, 3312.0, 3336.0, 3335.0, 3310.0, 3300.0, 3353.0, 3309.0, 3320.0, 3322.0, 3313.0, 3334.0, 3324.0, 3324.0, 3325.0, 3336.0, 3326.0, 3345.0, 3315.0, 3358.0, 3326.0, 3380.0, 3335.0, 3324.0, 3335.0, 3311.0, 3324.0, 3300.0, 3314.0, 3303.0, 3324.0, 3337.0, 3349.0, 3339.0], 'WindowWidth': [7775.0, 7658.0, 7649.0, 7714.0, 7634.0, 7603.0, 7611.0, 7593.0, 7607.0, 7574.0, 7624.0, 7607.0, 7638.0, 7615.0, 7634.0, 7634.0, 7640.0, 7668.0, 7637.0, 7608.0, 7638.0, 7622.0, 7627.0, 7600.0, 7625.0, 7576.0, 7641.0, 7624.0, 7613.0, 7626.0, 7643.0, 7646.0, 7646.0, 7718.0, 7627.0, 7656.0, 7644.0, 7637.0, 7623.0, 7650.0, 7616.0, 7572.0, 7614.0, 7605.0, 7632.0, 7601.0, 7654.0, 7636.0, 7667.0, 7618.0, 7632.0, 7647.0, 7678.0, 7649.0, 7634.0, 7623.0, 7649.0, 7600.0, 7626.0, 7672.0, 7717.0, 7659.0, 7697.0, 7620.0, 7637.0, 7590.0, 7607.0, 7596.0, 7627.0, 7596.0, 7639.0, 7628.0, 7625.0, 7628.0, 7688.0, 7630.0, 7629.0, 7598.0, 7628.0, 7596.0, 7629.0, 7629.0, 7632.0, 7643.0, 7646.0, 7633.0, 7606.0, 7651.0, 7624.0, 7638.0, 7667.0, 7668.0, 7666.0, 7652.0, 7645.0, 7648.0, 7718.0, 7626.0, 7642.0, 7630.0, 7611.0, 7649.0, 7619.0, 7652.0, 7665.0, 7618.0, 7634.0, 7652.0, 7709.0, 7651.0, 7678.0, 7651.0, 7651.0, 7631.0, 7647.0, 7630.0, 7623.0, 7629.0, 7719.0, 7630.0, 7671.0, 7630.0, 7644.0, 7617.0, 7631.0, 7623.0, 7651.0, 7661.0, 7630.0, 7647.0, 7649.0, 7630.0, 7645.0, 7642.0, 7641.0, 7611.0, 7644.0, 7606.0, 7659.0, 7686.0, 7654.0, 7654.0, 7617.0, 7631.0, 7614.0, 7632.0, 7659.0, 7631.0, 7646.0, 7650.0, 7633.0, 7652.0, 7678.0, 7649.0, 7647.0, 7655.0, 7664.0, 7633.0, 7649.0, 7623.0, 7656.0, 7657.0, 7655.0, 7660.0, 7648.0, 7632.0, 7650.0, 7624.0, 7637.0, 7635.0, 7651.0, 7603.0, 7651.0, 7650.0, 7653.0, 7633.0, 7622.0, 7651.0, 7638.0, 7667.0, 7649.0, 7649.0, 7661.0, 7627.0, 7599.0, 7611.0, 7616.0, 7650.0, 7621.0, 7653.0, 7632.0, 7639.0, 7680.0, 7667.0, 7676.0, 7698.0, 7640.0, 7668.0, 7642.0, 7637.0, 7669.0, 7704.0, 7630.0, 7681.0, 7653.0, 7632.0, 7637.0, 7668.0, 7650.0, 7638.0, 7624.0, 7658.0, 7673.0, 7660.0, 7659.0, 7674.0, 7675.0, 7683.0, 7652.0, 7712.0, 7661.0, 7632.0, 7686.0, 7609.0, 7638.0, 7613.0, 7660.0, 7652.0, 7629.0, 7641.0, 7631.0, 7687.0, 7633.0, 7676.0, 7641.0, 7626.0, 7607.0, 7572.0, 7604.0, 7589.0, 7619.0, 7612.0, 7635.0, 7609.0, 7645.0, 7664.0, 7636.0, 7635.0, 7623.0, 7655.0, 7649.0, 7664.0, 7649.0, 7651.0, 7634.0, 7648.0, 7659.0, 7639.0, 7668.0, 7634.0, 7689.0, 7648.0, 7632.0, 7633.0, 7644.0, 7634.0, 7662.0, 7638.0, 7644.0, 7666.0, 7658.0, 7689.0, 7637.0, 7677.0, 7630.0, 7629.0, 7613.0, 7630.0, 7633.0, 7649.0, 7677.0, 7652.0, 7655.0, 7640.0, 7681.0, 7662.0, 7672.0, 7686.0, 7658.0, 7668.0, 7635.0, 7661.0, 7632.0, 7634.0, 7685.0, 7656.0, 7652.0, 7668.0, 7620.0, 7651.0, 7649.0, 7640.0, 7695.0, 7656.0, 7643.0, 7675.0, 7723.0, 7660.0, 7712.0, 7632.0, 7695.0, 7651.0, 7661.0, 7633.0, 7661.0, 7631.0, 7658.0, 7615.0, 7631.0, 7616.0, 7635.0, 7663.0, 7650.0, 7648.0, 7662.0, 7658.0, 7675.0, 7649.0, 7652.0, 7660.0, 7614.0, 7626.0, 7616.0, 7676.0, 7658.0, 7668.0, 7685.0, 7654.0, 7666.0, 7651.0, 7630.0, 7632.0, 7631.0, 7639.0, 7671.0, 7656.0, 7663.0, 7671.0, 7670.0, 7685.0, 7654.0, 7647.0, 7650.0, 7628.0, 7694.0, 7674.0, 7634.0, 7729.0, 7631.0, 7660.0, 7628.0, 7643.0, 7628.0, 7656.0, 7611.0, 7625.0, 7681.0, 7656.0, 7650.0, 7641.0, 7669.0, 7681.0, 7649.0, 7706.0, 7605.0, 7605.0, 7661.0, 7606.0, 7630.0, 7628.0, 7667.0, 7664.0, 7632.0, 7627.0, 7630.0, 7662.0, 7654.0, 7670.0, 7654.0, 7663.0, 7618.0, 7630.0, 7618.0, 7647.0, 7626.0, 7628.0, 7641.0, 7623.0, 7700.0, 7635.0, 7657.0, 7612.0, 7623.0, 7629.0, 7658.0, 7612.0, 7624.0, 7627.0, 7637.0, 7609.0, 7653.0, 7631.0, 7641.0, 7650.0, 7638.0, 7654.0, 7683.0, 7682.0, 7662.0, 7625.0, 7653.0, 7658.0, 7710.0, 7759.0, 7642.0, 7668.0, 7616.0, 7618.0, 7592.0, 7641.0, 7644.0, 7649.0, 7660.0, 7625.0, 7636.0, 7618.0, 7613.0, 7654.0, 7583.0, 7677.0, 7608.0, 7576.0, 7656.0, 7614.0, 7623.0, 7585.0, 7595.0, 7625.0, 7624.0, 7615.0, 7619.0, 7626.0, 7638.0, 7628.0, 7656.0, 7608.0, 7639.0, 7622.0, 7639.0, 7620.0, 7644.0, 7615.0, 7635.0, 7626.0, 7659.0, 7610.0, 7626.0, 7611.0, 7651.0, 7624.0, 7622.0, 7624.0, 7628.0, 7670.0, 7681.0, 7648.0, 7668.0, 7679.0, 7632.0, 7654.0, 7672.0, 7672.0, 7709.0, 7630.0, 7629.0, 7643.0, 7624.0, 7653.0, 7624.0, 7583.0, 7620.0, 7693.0, 7641.0, 7643.0, 7646.0, 7679.0, 7649.0, 7664.0, 7659.0, 7648.0, 7692.0, 7658.0, 7644.0, 7636.0, 7644.0, 7663.0, 7676.0, 7649.0, 7642.0, 7633.0, 7714.0, 7618.0, 7652.0, 7623.0, 7627.0, 7641.0, 7628.0, 7640.0, 7625.0, 7673.0, 7629.0, 7645.0, 7657.0, 7647.0, 7659.0, 7645.0, 7645.0, 7680.0, 7656.0, 7622.0, 7715.0, 7641.0, 7669.0, 7639.0, 7610.0, 7626.0, 7641.0, 7623.0, 7640.0, 7655.0, 7640.0, 7655.0, 7611.0, 7632.0, 7648.0, 7624.0, 7660.0, 7629.0, 7645.0, 7653.0, 7629.0, 7664.0, 7679.0, 7639.0, 7693.0, 7739.0, 7671.0, 7681.0, 7652.0, 7655.0, 7694.0, 7725.0, 7595.0, 7672.0, 7599.0, 7631.0, 7632.0, 7624.0, 7627.0, 7678.0, 7644.0, 7624.0, 7626.0, 7628.0, 7645.0, 7664.0, 7653.0, 7627.0, 7674.0, 7719.0, 7650.0, 7676.0, 7632.0, 7654.0, 7624.0, 7654.0, 7630.0, 7666.0, 7703.0, 7670.0, 7670.0, 7654.0, 7677.0, 7632.0, 7638.0, 7654.0, 7646.0, 7604.0, 7711.0, 7644.0, 7672.0, 7642.0, 7627.0, 7623.0, 7621.0, 7620.0, 7634.0, 7638.0, 7622.0, 7642.0, 7685.0, 7625.0, 7627.0, 7627.0, 7625.0, 7622.0, 7606.0, 7641.0, 7620.0, 7623.0, 7593.0, 7612.0, 7639.0, 7627.0, 7674.0, 7670.0, 7647.0, 7628.0, 7628.0, 7645.0, 7627.0, 7659.0, 7678.0, 7623.0, 7628.0, 7692.0, 7643.0, 7663.0, 7631.0, 7646.0, 7629.0, 7650.0, 7687.0, 7662.0, 7691.0, 7669.0, 7671.0, 7681.0, 7649.0, 7707.0, 7633.0, 7617.0, 7677.0, 7632.0, 7624.0, 7648.0, 7630.0, 7648.0, 7632.0, 7648.0, 7651.0, 7628.0, 7646.0, 7677.0, 7629.0, 7648.0, 7688.0, 7637.0, 7640.0, 7639.0, 7654.0, 7624.0, 7636.0, 7628.0, 7657.0, 7621.0, 7608.0, 7628.0, 7631.0, 7626.0, 7658.0, 7637.0, 7625.0, 7682.0, 7633.0, 7654.0, 7642.0, 7638.0, 7656.0, 7609.0, 7645.0, 7657.0, 7630.0, 7665.0, 7658.0, 7646.0, 7722.0, 7648.0, 7697.0, 7619.0, 7616.0, 7655.0, 7611.0, 7622.0, 7656.0, 7652.0, 7639.0, 7610.0, 7630.0, 7640.0, 7605.0, 7618.0, 7620.0, 7646.0, 7624.0, 7690.0, 7637.0, 7611.0, 7612.0, 7626.0, 7608.0, 7637.0, 7653.0, 7622.0, 7626.0, 7705.0, 7623.0, 7602.0, 7620.0, 7638.0, 7623.0, 7639.0, 7611.0, 7645.0, 7640.0, 7632.0, 7670.0, 7672.0, 7683.0, 7693.0, 7650.0, 7628.0, 7615.0, 7622.0, 7624.0, 7726.0, 7614.0, 7666.0, 7615.0, 7626.0, 7644.0, 7611.0, 7639.0, 7639.0, 7621.0, 7670.0, 7627.0, 7643.0, 7662.0, 7648.0, 7673.0, 7641.0, 7626.0, 7634.0, 7603.0, 7629.0, 7602.0, 7634.0, 7625.0, 7658.0, 7673.0, 7649.0, 7613.0, 7629.0, 7678.0, 7624.0, 7662.0, 7623.0, 7651.0, 7624.0, 7657.0, 7646.0, 7661.0, 7654.0, 7683.0, 7680.0, 7652.0, 7650.0, 7650.0, 7656.0, 7633.0, 7729.0, 7630.0, 7656.0, 7641.0, 7621.0, 7651.0, 7639.0, 7644.0, 7657.0, 7643.0, 7656.0, 7612.0, 7665.0, 7681.0, 7651.0, 7689.0, 7649.0, 7672.0, 7646.0, 7685.0, 7618.0, 7601.0, 7601.0, 7612.0, 7688.0, 7646.0, 7668.0, 7670.0, 7642.0, 7678.0, 7702.0, 7649.0, 7658.0, 7678.0, 7651.0, 7650.0, 7706.0, 7643.0, 7639.0, 7639.0, 7637.0, 7620.0, 7642.0, 7675.0, 7643.0, 7611.0, 7630.0, 7627.0, 7624.0, 7659.0, 7655.0, 7613.0, 7598.0, 7672.0, 7611.0, 7628.0, 7633.0, 7624.0, 7656.0, 7640.0, 7642.0, 7645.0, 7658.0, 7648.0, 7670.0, 7631.0, 7689.0, 7644.0, 7720.0, 7655.0, 7639.0, 7653.0, 7618.0, 7639.0, 7603.0, 7625.0, 7614.0, 7642.0, 7662.0, 7681.0, 7669.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.0003010562571756602</td></tr>
<tr><td colspan=3>aqi</td><td>0.024779611595866818</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.03580945755168</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1875955290919535</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938565692643686</td></tr>
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
<tr><td colspan=3>fber</td><td>2348.7878</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09189827526935798</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7462373248807395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.630086573657486</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9900069287126794</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6186184722720522</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0312587209045887</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08050435036420822</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.578557760891883</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>16.9987</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1478</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.2613</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3948</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.3851</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2625.0196</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.3585</td></tr>
<tr><td colspan=3>tsnr</td><td>31.570321987383068</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>