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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-01/func/sub-0132_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6122617983fafd702a84551413f719c1</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:58:37.435000</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.999716, 0.013493, 0.0196481, -0.0118654, 0.996666, -0.0807215]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0822304</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>21</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7719, -7280, 230, -111, -98, -104, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26ac0dde-85e1-4e80-b138-61e04f70c437||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.6821646690368652, -0.031833913177251816, 0.05581387132406235, 112.94351959228516], [-0.03620075434446335, 2.6739821434020996, -0.21725666522979736, -101.35795593261719], [0.0527145080268383, 0.21656987071037292, 2.6906661987304688, -108.70662689208984], [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': ['215837.435000', '215837.895000', '215838.355000', '215838.815000', '215839.275000', '215839.735000', '215840.195000', '215840.655000', '215841.115000', '215841.575000', '215842.035000', '215842.495000', '215842.955000', '215843.415000', '215843.875000', '215844.335000', '215844.795000', '215845.255000', '215845.715000', '215846.175000', '215846.635000', '215847.095000', '215847.555000', '215848.015000', '215848.475000', '215848.935000', '215849.395000', '215849.855000', '215850.315000', '215850.775000', '215851.235000', '215851.695000', '215852.155000', '215852.615000', '215853.075000', '215853.535000', '215853.995000', '215854.455000', '215854.915000', '215855.375000', '215855.835000', '215856.295000', '215856.755000', '215857.215000', '215857.675000', '215858.135000', '215858.595000', '215859.055000', '215859.515000', '215859.975000', '215900.435000', '215900.895000', '215901.355000', '215901.815000', '215902.275000', '215902.735000', '215903.195000', '215903.655000', '215904.115000', '215904.575000', '215905.035000', '215905.495000', '215905.955000', '215906.415000', '215906.875000', '215907.335000', '215907.795000', '215908.255000', '215908.715000', '215909.175000', '215909.635000', '215910.095000', '215910.555000', '215911.015000', '215911.475000', '215911.935000', '215912.395000', '215912.855000', '215913.315000', '215913.775000', '215914.235000', '215914.695000', '215915.155000', '215915.615000', '215916.075000', '215916.535000', '215916.995000', '215917.455000', '215917.915000', '215918.375000', '215918.835000', '215919.295000', '215919.755000', '215920.215000', '215920.675000', '215921.135000', '215921.595000', '215922.055000', '215922.515000', '215922.975000', '215923.435000', '215923.895000', '215924.355000', '215924.815000', '215925.275000', '215925.735000', '215926.195000', '215926.655000', '215927.115000', '215927.575000', '215928.035000', '215928.495000', '215928.955000', '215929.415000', '215929.875000', '215930.335000', '215930.795000', '215931.255000', '215931.715000', '215932.175000', '215932.635000', '215933.095000', '215933.555000', '215934.015000', '215934.475000', '215934.935000', '215935.395000', '215935.855000', '215936.315000', '215936.775000', '215937.235000', '215937.695000', '215938.155000', '215938.615000', '215939.075000', '215939.535000', '215939.995000', '215940.455000', '215940.915000', '215941.375000', '215941.835000', '215942.295000', '215942.755000', '215943.215000', '215943.675000', '215944.135000', '215944.595000', '215945.055000', '215945.515000', '215945.975000', '215946.435000', '215946.895000', '215947.355000', '215947.815000', '215948.275000', '215948.735000', '215949.195000', '215949.655000', '215950.115000', '215950.575000', '215951.035000', '215951.495000', '215951.955000', '215952.415000', '215952.875000', '215953.335000', '215953.795000', '215954.255000', '215954.715000', '215955.175000', '215955.635000', '215956.095000', '215956.555000', '215957.015000', '215957.475000', '215957.935000', '215958.395000', '215958.855000', '215959.315000', '215959.775000', '220000.235000', '220000.695000', '220001.155000', '220001.615000', '220002.075000', '220002.535000', '220002.995000', '220003.455000', '220003.915000', '220004.375000', '220004.835000', '220005.295000', '220005.755000', '220006.215000', '220006.675000', '220007.135000', '220007.595000', '220008.055000', '220008.515000', '220008.975000', '220009.435000', '220009.895000', '220010.355000', '220010.815000', '220011.275000', '220011.735000', '220012.195000', '220012.655000', '220013.115000', '220013.575000', '220014.035000', '220014.495000', '220014.955000', '220015.415000', '220015.875000', '220016.335000', '220016.795000', '220017.255000', '220017.715000', '220018.175000', '220018.635000', '220019.095000', '220019.555000', '220020.015000', '220020.475000', '220020.935000', '220021.395000', '220021.855000', '220022.315000', '220022.775000', '220023.235000', '220023.695000', '220024.155000', '220024.615000', '220025.075000', '220025.535000', '220025.995000', '220026.455000', '220026.915000', '220027.375000', '220027.835000', '220028.295000', '220028.755000', '220029.215000', '220029.675000', '220030.135000', '220030.595000', '220031.055000', '220031.515000', '220031.975000', '220032.435000', '220032.895000', '220033.355000', '220033.815000', '220034.275000', '220034.735000', '220035.195000', '220035.655000', '220036.115000', '220036.575000', '220037.035000', '220037.495000', '220037.955000', '220038.415000', '220038.875000', '220039.335000', '220039.795000', '220040.255000', '220040.715000', '220041.175000', '220041.635000', '220042.095000', '220042.555000', '220043.015000', '220043.475000', '220043.935000', '220044.395000', '220044.855000', '220045.315000', '220045.775000', '220046.235000', '220046.695000', '220047.155000', '220047.615000', '220048.075000', '220048.535000', '220048.995000', '220049.455000', '220049.915000', '220050.375000', '220050.835000', '220051.295000', '220051.755000', '220052.215000', '220052.675000', '220053.135000', '220053.595000', '220054.055000', '220054.515000', '220054.975000', '220055.435000', '220055.895000', '220056.355000', '220056.815000', '220057.275000', '220057.735000', '220058.195000', '220058.655000', '220059.115000', '220059.575000', '220100.035000', '220100.495000', '220100.955000', '220101.415000', '220101.875000', '220102.335000', '220102.795000', '220103.255000', '220103.715000', '220104.175000', '220104.635000', '220105.095000', '220105.555000', '220106.015000', '220106.475000', '220106.935000', '220107.395000', '220107.855000', '220108.315000', '220108.775000', '220109.235000', '220109.695000', '220110.155000', '220110.615000', '220111.075000', '220111.535000', '220111.995000', '220112.455000', '220112.915000', '220113.375000', '220113.835000', '220114.295000', '220114.755000', '220115.215000', '220115.675000', '220116.135000', '220116.595000', '220117.055000', '220117.515000', '220117.975000', '220118.435000', '220118.895000', '220119.355000', '220119.815000', '220120.275000', '220120.735000', '220121.195000', '220121.655000', '220122.115000', '220122.575000', '220123.035000', '220123.495000', '220123.955000', '220124.415000', '220124.875000', '220125.335000', '220125.795000', '220126.255000', '220126.715000', '220127.175000', '220127.635000', '220128.095000', '220128.555000', '220129.015000', '220129.475000', '220129.935000', '220130.395000', '220130.855000', '220131.315000', '220131.775000', '220132.235000', '220132.695000', '220133.155000', '220133.615000', '220134.075000', '220134.535000', '220134.995000', '220135.455000', '220135.915000', '220136.375000', '220136.835000', '220137.295000', '220137.755000', '220138.215000', '220138.675000', '220139.135000', '220139.595000', '220140.055000', '220140.515000', '220140.975000', '220141.435000', '220141.895000', '220142.355000', '220142.815000', '220143.275000', '220143.735000', '220144.195000', '220144.655000', '220145.115000', '220145.575000', '220146.035000', '220146.495000', '220146.955000', '220147.415000', '220147.875000', '220148.335000', '220148.795000', '220149.255000', '220149.715000', '220150.175000', '220150.635000', '220151.095000', '220151.555000', '220152.015000', '220152.475000', '220152.935000', '220153.395000', '220153.855000', '220154.315000', '220154.775000', '220155.235000', '220155.695000', '220156.155000', '220156.615000', '220157.075000', '220157.535000', '220157.995000', '220158.455000', '220158.915000', '220159.375000', '220159.835000', '220200.295000', '220200.755000', '220201.215000', '220201.675000', '220202.135000', '220202.595000', '220203.055000', '220203.515000', '220203.975000', '220204.435000', '220204.895000', '220205.355000', '220205.815000', '220206.275000', '220206.735000', '220207.195000', '220207.655000', '220208.115000', '220208.575000', '220209.035000', '220209.495000', '220209.955000', '220210.415000', '220210.875000', '220211.335000', '220211.795000', '220212.255000', '220212.715000', '220213.175000', '220213.635000', '220214.095000', '220214.555000', '220215.015000', '220215.475000', '220215.935000', '220216.395000', '220216.855000', '220217.315000', '220217.775000', '220218.235000', '220218.695000', '220219.155000', '220219.615000', '220220.075000', '220220.535000', '220220.995000', '220221.455000', '220221.915000', '220222.375000', '220222.835000', '220223.295000', '220223.755000', '220224.215000', '220224.675000', '220225.135000', '220225.595000', '220226.055000', '220226.515000', '220226.975000', '220227.435000', '220227.895000', '220228.355000', '220228.815000', '220229.275000', '220229.735000', '220230.195000', '220230.655000', '220231.115000', '220231.575000', '220232.035000', '220232.495000', '220232.955000', '220233.415000', '220233.875000', '220234.335000', '220234.795000', '220235.255000', '220235.715000', '220236.175000', '220236.635000', '220237.095000', '220237.555000', '220238.015000', '220238.475000', '220238.935000', '220239.395000', '220239.855000', '220240.315000', '220240.775000', '220241.235000', '220241.695000', '220242.155000', '220242.615000', '220243.075000', '220243.535000', '220243.995000', '220244.455000', '220244.915000', '220245.375000', '220245.835000', '220246.295000', '220246.755000', '220247.215000', '220247.675000', '220248.135000', '220248.595000', '220249.055000', '220249.515000', '220249.975000', '220250.435000', '220250.895000', '220251.355000', '220251.815000', '220252.275000', '220252.735000', '220253.195000', '220253.655000', '220254.115000', '220254.575000', '220255.035000', '220255.495000', '220255.955000', '220256.415000', '220256.875000', '220257.335000', '220257.795000', '220258.255000', '220258.715000', '220259.175000', '220259.635000', '220300.095000', '220300.555000', '220301.015000', '220301.475000', '220301.935000', '220302.395000', '220302.855000', '220303.315000', '220303.775000', '220304.235000', '220304.695000', '220305.155000', '220305.615000', '220306.075000', '220306.535000', '220306.995000', '220307.455000', '220307.915000', '220308.375000', '220308.835000', '220309.295000', '220309.755000', '220310.215000', '220310.675000', '220311.135000', '220311.595000', '220312.055000', '220312.515000', '220312.975000', '220313.435000', '220313.895000', '220314.355000', '220314.815000', '220315.275000', '220315.735000', '220316.195000', '220316.655000', '220317.115000', '220317.575000', '220318.035000', '220318.495000', '220318.955000', '220319.415000', '220319.875000', '220320.335000', '220320.795000', '220321.255000', '220321.715000', '220322.175000', '220322.635000', '220323.095000', '220323.555000', '220324.015000', '220324.475000', '220324.935000', '220325.395000', '220325.855000', '220326.315000', '220326.775000', '220327.235000', '220327.695000', '220328.155000', '220328.615000', '220329.075000', '220329.535000', '220329.995000', '220330.455000', '220330.915000', '220331.375000', '220331.835000', '220332.295000', '220332.755000', '220333.215000', '220333.675000', '220334.135000', '220334.595000', '220335.055000', '220335.515000', '220335.975000', '220336.435000', '220336.895000', '220337.355000', '220337.815000', '220338.275000', '220338.735000', '220339.195000', '220339.655000', '220340.115000', '220340.575000', '220341.035000', '220341.495000', '220341.955000', '220342.415000', '220342.875000', '220343.335000', '220343.795000', '220344.255000', '220344.715000', '220345.175000', '220345.635000', '220346.095000', '220346.555000', '220347.015000', '220347.475000', '220347.935000', '220348.395000', '220348.855000', '220349.315000', '220349.775000', '220350.235000', '220350.695000', '220351.155000', '220351.615000', '220352.075000', '220352.535000', '220352.995000', '220353.455000', '220353.915000', '220354.375000', '220354.835000', '220355.295000', '220355.755000', '220356.215000', '220356.675000', '220357.135000', '220357.595000', '220358.055000', '220358.515000', '220358.975000', '220359.435000', '220359.895000', '220400.355000', '220400.815000', '220401.275000', '220401.735000', '220402.195000', '220402.655000', '220403.115000', '220403.575000', '220404.035000', '220404.495000', '220404.955000', '220405.415000', '220405.875000', '220406.335000', '220406.795000', '220407.255000', '220407.715000', '220408.175000', '220408.635000', '220409.095000', '220409.555000', '220410.015000', '220410.475000', '220410.935000', '220411.395000', '220411.855000', '220412.315000', '220412.775000', '220413.235000', '220413.695000', '220414.155000', '220414.615000', '220415.075000', '220415.535000', '220415.995000', '220416.455000', '220416.915000', '220417.375000', '220417.835000', '220418.295000', '220418.755000', '220419.215000', '220419.675000', '220420.135000', '220420.595000', '220421.055000', '220421.515000', '220421.975000', '220422.435000', '220422.895000', '220423.355000', '220423.815000', '220424.275000', '220424.735000', '220425.195000', '220425.655000', '220426.115000', '220426.575000', '220427.035000', '220427.495000', '220427.955000', '220428.415000', '220428.875000', '220429.335000', '220429.795000', '220430.255000', '220430.715000', '220431.175000', '220431.635000', '220432.095000', '220432.555000', '220433.015000', '220433.475000', '220433.935000', '220434.395000', '220434.855000', '220435.315000', '220435.775000', '220436.235000', '220436.695000', '220437.155000', '220437.615000', '220438.075000', '220438.535000', '220438.995000', '220439.455000', '220439.915000', '220440.375000', '220440.835000', '220441.295000', '220441.755000', '220442.215000', '220442.675000', '220443.135000', '220443.595000', '220444.055000', '220444.515000', '220444.975000', '220445.435000', '220445.895000', '220446.355000', '220446.815000', '220447.275000', '220447.735000', '220448.195000', '220448.655000', '220449.115000', '220449.575000', '220450.035000', '220450.495000', '220450.955000', '220451.415000', '220451.875000', '220452.335000', '220452.795000', '220453.255000', '220453.715000', '220454.175000', '220454.635000', '220455.095000', '220455.555000', '220456.015000', '220456.475000', '220456.935000', '220457.395000', '220457.855000', '220458.315000', '220458.775000', '220459.235000', '220459.695000', '220500.155000', '220500.615000', '220501.075000', '220501.535000', '220501.995000', '220502.455000', '220502.915000', '220503.375000', '220503.835000', '220504.295000', '220504.755000', '220505.215000', '220505.675000', '220506.135000', '220506.595000', '220507.055000', '220507.515000', '220507.975000', '220508.435000', '220508.895000', '220509.355000', '220509.815000', '220510.275000', '220510.735000', '220511.195000', '220511.655000', '220512.115000', '220512.575000', '220513.035000', '220513.495000', '220513.955000', '220514.415000', '220514.875000', '220515.335000', '220515.795000', '220516.255000', '220516.715000', '220517.175000', '220517.635000', '220518.095000'], 'ContentTime': ['215859.826000', '215859.830000', '215859.833000', '215859.836000', '215859.838000', '215859.841000', '215859.843000', '215859.846000', '215859.848000', '215859.868000', '215859.871000', '215859.873000', '215859.876000', '215859.878000', '215859.881000', '215859.883000', '215859.886000', '215859.888000', '215859.891000', '215859.893000', '215859.896000', '215859.899000', '215859.901000', '215859.904000', '215859.906000', '215859.909000', '215859.911000', '215859.914000', '215859.916000', '215859.919000', '215859.921000', '215859.924000', '215859.926000', '215859.929000', '215859.932000', '215859.934000', '215859.937000', '215859.939000', '215859.942000', '215859.944000', '215859.947000', '215859.950000', '215859.952000', '215859.955000', '215859.957000', '215859.960000', '215919.779000', '215919.782000', '215919.785000', '215919.787000', '215919.790000', '215919.792000', '215919.795000', '215919.797000', '215919.800000', '215919.802000', '215919.805000', '215919.808000', '215919.810000', '215919.813000', '215919.815000', '215919.818000', '215919.820000', '215919.823000', '215919.825000', '215919.834000', '215919.837000', '215919.839000', '215919.842000', '215919.845000', '215919.847000', '215919.850000', '215919.852000', '215919.855000', '215919.857000', '215919.860000', '215919.862000', '215919.874000', '215919.877000', '215919.879000', '215919.882000', '215919.884000', '215919.887000', '215919.890000', '215919.892000', '215919.895000', '215919.897000', '215919.900000', '215919.902000', '215919.905000', '215939.779000', '215939.782000', '215939.785000', '215939.787000', '215939.790000', '215939.792000', '215939.795000', '215939.797000', '215939.800000', '215939.803000', '215939.805000', '215939.808000', '215939.810000', '215939.813000', '215939.815000', '215939.818000', '215939.820000', '215939.823000', '215939.825000', '215939.828000', '215939.831000', '215939.833000', '215939.836000', '215939.838000', '215939.841000', '215939.843000', '215939.846000', '215939.848000', '215939.851000', '215939.854000', '215939.856000', '215939.859000', '215939.861000', '215939.869000', '215939.872000', '215939.874000', '215939.877000', '215939.880000', '215939.882000', '215939.885000', '215939.887000', '215939.890000', '215939.892000', '215959.779000', '215959.782000', '215959.785000', '215959.787000', '215959.790000', '215959.792000', '215959.795000', '215959.798000', '215959.800000', '215959.803000', '215959.805000', '215959.808000', '215959.810000', '215959.813000', '215959.816000', '215959.822000', '215959.824000', '215959.827000', '215959.829000', '215959.832000', '215959.834000', '215959.837000', '215959.840000', '215959.842000', '215959.845000', '215959.847000', '215959.850000', '215959.852000', '215959.855000', '215959.857000', '215959.860000', '215959.863000', '215959.865000', '215959.868000', '215959.870000', '215959.873000', '215959.876000', '215959.878000', '215959.881000', '215959.883000', '215959.886000', '215959.888000', '215959.891000', '215959.893000', '220019.780000', '220019.783000', '220019.786000', '220019.788000', '220019.791000', '220019.793000', '220019.810000', '220019.813000', '220019.815000', '220019.818000', '220019.820000', '220019.823000', '220019.826000', '220019.828000', '220019.831000', '220019.833000', '220019.836000', '220019.838000', '220019.841000', '220019.843000', '220019.846000', '220019.849000', '220019.851000', '220019.854000', '220019.856000', '220019.864000', '220019.866000', '220019.869000', '220019.872000', '220019.874000', '220019.877000', '220019.879000', '220019.882000', '220019.885000', '220019.887000', '220019.890000', '220019.892000', '220019.895000', '220019.897000', '220019.900000', '220019.902000', '220019.905000', '220019.908000', '220039.781000', '220039.783000', '220039.786000', '220039.788000', '220039.791000', '220039.794000', '220039.797000', '220039.800000', '220039.802000', '220039.805000', '220039.807000', '220039.810000', '220039.812000', '220039.815000', '220039.818000', '220039.820000', '220039.823000', '220039.833000', '220039.836000', '220039.838000', '220039.841000', '220039.843000', '220039.846000', '220039.849000', '220039.851000', '220039.854000', '220039.856000', '220039.859000', '220039.862000', '220039.864000', '220039.867000', '220039.869000', '220039.872000', '220039.875000', '220039.877000', '220039.880000', '220039.882000', '220039.885000', '220039.887000', '220039.890000', '220039.892000', '220039.895000', '220039.898000', '220039.900000', '220059.780000', '220059.783000', '220059.786000', '220059.788000', '220059.791000', '220059.793000', '220059.796000', '220059.798000', '220059.801000', '220059.804000', '220059.806000', '220059.809000', '220059.811000', '220059.814000', '220059.816000', '220059.819000', '220059.821000', '220059.824000', '220059.827000', '220059.829000', '220059.832000', '220059.834000', '220059.837000', '220059.839000', '220059.842000', '220059.845000', '220059.847000', '220059.850000', '220059.852000', '220059.855000', '220059.857000', '220059.860000', '220059.862000', '220059.865000', '220059.867000', '220059.870000', '220059.873000', '220059.875000', '220059.878000', '220059.880000', '220059.883000', '220059.885000', '220059.888000', '220119.779000', '220119.782000', '220119.785000', '220119.787000', '220119.790000', '220119.792000', '220119.795000', '220119.797000', '220119.800000', '220119.803000', '220119.805000', '220119.808000', '220119.810000', '220119.813000', '220119.816000', '220119.818000', '220119.821000', '220119.823000', '220119.826000', '220119.828000', '220119.831000', '220119.833000', '220119.836000', '220119.839000', '220119.841000', '220119.844000', '220119.846000', '220119.849000', '220119.851000', '220119.854000', '220119.856000', '220119.859000', '220119.862000', '220119.864000', '220119.867000', '220119.869000', '220119.872000', '220119.874000', '220119.877000', '220119.880000', '220119.883000', '220119.886000', '220119.889000', '220139.779000', '220139.782000', '220139.785000', '220139.787000', '220139.790000', '220139.793000', '220139.795000', '220139.798000', '220139.800000', '220139.803000', '220139.805000', '220139.808000', '220139.810000', '220139.813000', '220139.815000', '220139.818000', '220139.821000', '220139.823000', '220139.826000', '220139.828000', '220139.831000', '220139.834000', '220139.836000', '220139.839000', '220139.841000', '220139.844000', '220139.846000', '220139.849000', '220139.852000', '220139.854000', '220139.857000', '220139.859000', '220139.862000', '220139.864000', '220139.867000', '220139.869000', '220139.872000', '220139.874000', '220139.877000', '220139.879000', '220139.882000', '220139.885000', '220139.887000', '220139.890000', '220159.779000', '220159.782000', '220159.796000', '220159.798000', '220159.801000', '220159.804000', '220159.806000', '220159.809000', '220159.811000', '220159.814000', '220159.817000', '220159.819000', '220159.822000', '220159.824000', '220159.827000', '220159.829000', '220159.833000', '220159.836000', '220159.838000', '220159.841000', '220159.843000', '220159.846000', '220159.849000', '220159.851000', '220159.854000', '220159.856000', '220159.859000', '220159.861000', '220159.864000', '220159.866000', '220159.869000', '220159.872000', '220159.874000', '220159.877000', '220159.879000', '220159.882000', '220159.884000', '220159.887000', '220159.889000', '220159.892000', '220159.895000', '220159.897000', '220159.900000', '220219.779000', '220219.782000', '220219.785000', '220219.787000', '220219.790000', '220219.793000', '220219.795000', '220219.798000', '220219.800000', '220219.803000', '220219.805000', '220219.808000', '220219.811000', '220219.813000', '220219.816000', '220219.818000', '220219.821000', '220219.823000', '220219.826000', '220219.828000', '220219.831000', '220219.834000', '220219.836000', '220219.839000', '220219.841000', '220219.844000', '220219.846000', '220219.849000', '220219.851000', '220219.854000', '220219.857000', '220219.859000', '220219.862000', '220219.864000', '220219.867000', '220219.869000', '220219.872000', '220219.874000', '220219.877000', '220219.879000', '220219.882000', '220219.884000', '220219.887000', '220219.890000', '220239.780000', '220239.783000', '220239.786000', '220239.788000', '220239.791000', '220239.794000', '220239.796000', '220239.799000', '220239.801000', '220239.804000', '220239.807000', '220239.809000', '220239.812000', '220239.814000', '220239.817000', '220239.819000', '220239.823000', '220239.826000', '220239.829000', '220239.831000', '220239.834000', '220239.836000', '220239.839000', '220239.841000', '220239.844000', '220239.847000', '220239.849000', '220239.852000', '220239.854000', '220239.857000', '220239.859000', '220239.862000', '220239.865000', '220239.867000', '220239.870000', '220239.872000', '220239.875000', '220239.877000', '220239.880000', '220239.883000', '220239.885000', '220239.888000', '220239.890000', '220259.781000', '220259.783000', '220259.786000', '220259.789000', '220259.791000', '220259.794000', '220259.796000', '220259.799000', '220259.801000', '220259.804000', '220259.807000', '220259.809000', '220259.812000', '220259.814000', '220259.817000', '220259.819000', '220259.822000', '220259.825000', '220259.835000', '220259.838000', '220259.841000', '220259.843000', '220259.846000', '220259.848000', '220259.851000', '220259.853000', '220259.856000', '220259.859000', '220259.861000', '220259.864000', '220259.866000', '220259.869000', '220259.872000', '220259.874000', '220259.877000', '220259.879000', '220259.882000', '220259.884000', '220259.887000', '220259.889000', '220259.892000', '220259.895000', '220259.897000', '220259.900000', '220319.780000', '220319.783000', '220319.786000', '220319.788000', '220319.791000', '220319.793000', '220319.796000', '220319.798000', '220319.801000', '220319.804000', '220319.806000', '220319.809000', '220319.812000', '220319.815000', '220319.818000', '220319.820000', '220319.823000', '220319.826000', '220319.828000', '220319.831000', '220319.833000', '220319.836000', '220319.838000', '220319.841000', '220319.843000', '220319.846000', '220319.848000', '220319.887000', '220319.891000', '220319.893000', '220319.896000', '220319.898000', '220319.901000', '220319.903000', '220319.906000', '220319.908000', '220319.911000', '220319.913000', '220319.916000', '220319.919000', '220319.921000', '220319.924000', '220319.927000', '220339.780000', '220339.782000', '220339.785000', '220339.787000', '220339.790000', '220339.793000', '220339.795000', '220339.798000', '220339.800000', '220339.803000', '220339.805000', '220339.808000', '220339.811000', '220339.813000', '220339.816000', '220339.818000', '220339.821000', '220339.823000', '220339.826000', '220339.828000', '220339.831000', '220339.834000', '220339.836000', '220339.839000', '220339.841000', '220339.844000', '220339.846000', '220339.849000', '220339.852000', '220339.854000', '220339.857000', '220339.859000', '220339.862000', '220339.864000', '220339.867000', '220339.869000', '220339.872000', '220339.875000', '220339.877000', '220339.880000', '220339.882000', '220339.885000', '220339.887000', '220339.890000', '220359.779000', '220359.782000', '220359.785000', '220359.787000', '220359.790000', '220359.793000', '220359.795000', '220359.798000', '220359.800000', '220359.803000', '220359.805000', '220359.808000', '220359.810000', '220359.813000', '220359.816000', '220359.818000', '220359.821000', '220359.824000', '220359.826000', '220359.829000', '220359.832000', '220359.834000', '220359.837000', '220359.840000', '220359.842000', '220359.845000', '220359.847000', '220359.850000', '220359.852000', '220359.855000', '220359.857000', '220359.860000', '220359.863000', '220359.865000', '220359.868000', '220359.870000', '220359.873000', '220359.875000', '220359.878000', '220359.880000', '220359.883000', '220359.886000', '220359.888000', '220419.779000', '220419.782000', '220419.785000', '220419.787000', '220419.790000', '220419.792000', '220419.795000', '220419.797000', '220419.800000', '220419.803000', '220419.805000', '220419.808000', '220419.810000', '220419.813000', '220419.815000', '220419.818000', '220419.821000', '220419.823000', '220419.826000', '220419.828000', '220419.831000', '220419.833000', '220419.836000', '220419.839000', '220419.841000', '220419.844000', '220419.846000', '220419.849000', '220419.852000', '220419.854000', '220419.857000', '220419.859000', '220419.862000', '220419.864000', '220419.867000', '220419.870000', '220419.872000', '220419.875000', '220419.877000', '220419.880000', '220419.883000', '220419.885000', '220419.888000', '220419.890000', '220439.779000', '220439.782000', '220439.785000', '220439.787000', '220439.790000', '220439.793000', '220439.795000', '220439.798000', '220439.800000', '220439.803000', '220439.805000', '220439.808000', '220439.810000', '220439.813000', '220439.816000', '220439.818000', '220439.821000', '220439.823000', '220439.826000', '220439.828000', '220439.831000', '220439.833000', '220439.836000', '220439.838000', '220439.841000', '220439.843000', '220439.846000', '220439.849000', '220439.851000', '220439.854000', '220439.856000', '220439.859000', '220439.861000', '220439.864000', '220439.866000', '220439.869000', '220439.872000', '220439.874000', '220439.889000', '220439.891000', '220439.894000', '220439.897000', '220439.899000', '220459.780000', '220459.783000', '220459.786000', '220459.788000', '220459.791000', '220459.793000', '220459.796000', '220459.799000', '220459.801000', '220459.804000', '220459.806000', '220459.809000', '220459.811000', '220459.814000', '220459.817000', '220459.819000', '220459.822000', '220459.824000', '220459.827000', '220459.829000', '220459.832000', '220459.834000', '220459.837000', '220459.839000', '220459.842000', '220459.844000', '220459.847000', '220459.849000', '220459.852000', '220459.855000', '220459.857000', '220459.860000', '220459.863000', '220459.865000', '220459.868000', '220459.870000', '220459.873000', '220459.876000', '220459.878000', '220459.881000', '220459.883000', '220459.886000', '220459.888000', '220459.891000', '220519.441000', '220519.444000', '220519.446000', '220519.449000', '220519.451000', '220519.454000', '220519.457000', '220519.459000', '220519.462000', '220519.465000', '220519.467000', '220519.470000', '220519.473000', '220519.475000', '220519.478000', '220519.481000', '220519.483000', '220519.487000', '220519.490000', '220519.493000', '220519.496000', '220519.498000', '220519.501000', '220519.504000', '220519.507000', '220519.510000', '220519.512000', '220519.516000', '220519.519000', '220519.521000', '220519.524000', '220519.527000', '220519.530000', '220519.534000', '220519.537000', '220519.540000', '220519.543000', '220519.546000', '220519.549000', '220519.553000', '220519.557000', '220519.560000', '220519.564000'], 'InstanceCreationTime': ['215859.826000', '215859.830000', '215859.833000', '215859.836000', '215859.838000', '215859.841000', '215859.843000', '215859.846000', '215859.848000', '215859.868000', '215859.871000', '215859.873000', '215859.876000', '215859.878000', '215859.881000', '215859.883000', '215859.886000', '215859.888000', '215859.891000', '215859.893000', '215859.896000', '215859.899000', '215859.901000', '215859.904000', '215859.906000', '215859.909000', '215859.911000', '215859.914000', '215859.916000', '215859.919000', '215859.921000', '215859.924000', '215859.926000', '215859.929000', '215859.932000', '215859.934000', '215859.937000', '215859.939000', '215859.942000', '215859.944000', '215859.947000', '215859.950000', '215859.952000', '215859.955000', '215859.957000', '215859.960000', '215919.779000', '215919.782000', '215919.785000', '215919.787000', '215919.790000', '215919.792000', '215919.795000', '215919.797000', '215919.800000', '215919.802000', '215919.805000', '215919.808000', '215919.810000', '215919.813000', '215919.815000', '215919.818000', '215919.820000', '215919.823000', '215919.825000', '215919.834000', '215919.837000', '215919.839000', '215919.842000', '215919.845000', '215919.847000', '215919.850000', '215919.852000', '215919.855000', '215919.857000', '215919.860000', '215919.862000', '215919.874000', '215919.877000', '215919.879000', '215919.882000', '215919.884000', '215919.887000', '215919.890000', '215919.892000', '215919.895000', '215919.897000', '215919.900000', '215919.902000', '215919.905000', '215939.779000', '215939.782000', '215939.785000', '215939.787000', '215939.790000', '215939.792000', '215939.795000', '215939.797000', '215939.800000', '215939.803000', '215939.805000', '215939.808000', '215939.810000', '215939.813000', '215939.815000', '215939.818000', '215939.820000', '215939.823000', '215939.825000', '215939.828000', '215939.831000', '215939.833000', '215939.836000', '215939.838000', '215939.841000', '215939.843000', '215939.846000', '215939.848000', '215939.851000', '215939.854000', '215939.856000', '215939.859000', '215939.861000', '215939.869000', '215939.872000', '215939.874000', '215939.877000', '215939.880000', '215939.882000', '215939.885000', '215939.887000', '215939.890000', '215939.892000', '215959.779000', '215959.782000', '215959.785000', '215959.787000', '215959.790000', '215959.792000', '215959.795000', '215959.798000', '215959.800000', '215959.803000', '215959.805000', '215959.808000', '215959.810000', '215959.813000', '215959.816000', '215959.822000', '215959.824000', '215959.827000', '215959.829000', '215959.832000', '215959.834000', '215959.837000', '215959.840000', '215959.842000', '215959.845000', '215959.847000', '215959.850000', '215959.852000', '215959.855000', '215959.857000', '215959.860000', '215959.863000', '215959.865000', '215959.868000', '215959.870000', '215959.873000', '215959.876000', '215959.878000', '215959.881000', '215959.883000', '215959.886000', '215959.888000', '215959.891000', '215959.893000', '220019.780000', '220019.783000', '220019.786000', '220019.788000', '220019.791000', '220019.793000', '220019.810000', '220019.813000', '220019.815000', '220019.818000', '220019.820000', '220019.823000', '220019.826000', '220019.828000', '220019.831000', '220019.833000', '220019.836000', '220019.838000', '220019.841000', '220019.843000', '220019.846000', '220019.849000', '220019.851000', '220019.854000', '220019.856000', '220019.864000', '220019.866000', '220019.869000', '220019.872000', '220019.874000', '220019.877000', '220019.879000', '220019.882000', '220019.885000', '220019.887000', '220019.890000', '220019.892000', '220019.895000', '220019.897000', '220019.900000', '220019.902000', '220019.905000', '220019.908000', '220039.781000', '220039.783000', '220039.786000', '220039.788000', '220039.791000', '220039.794000', '220039.797000', '220039.800000', '220039.802000', '220039.805000', '220039.807000', '220039.810000', '220039.812000', '220039.815000', '220039.818000', '220039.820000', '220039.823000', '220039.833000', '220039.836000', '220039.838000', '220039.841000', '220039.843000', '220039.846000', '220039.849000', '220039.851000', '220039.854000', '220039.856000', '220039.859000', '220039.862000', '220039.864000', '220039.867000', '220039.869000', '220039.872000', '220039.875000', '220039.877000', '220039.880000', '220039.882000', '220039.885000', '220039.887000', '220039.890000', '220039.892000', '220039.895000', '220039.898000', '220039.900000', '220059.780000', '220059.783000', '220059.786000', '220059.788000', '220059.791000', '220059.793000', '220059.796000', '220059.798000', '220059.801000', '220059.804000', '220059.806000', '220059.809000', '220059.811000', '220059.814000', '220059.816000', '220059.819000', '220059.821000', '220059.824000', '220059.827000', '220059.829000', '220059.832000', '220059.834000', '220059.837000', '220059.839000', '220059.842000', '220059.845000', '220059.847000', '220059.850000', '220059.852000', '220059.855000', '220059.857000', '220059.860000', '220059.862000', '220059.865000', '220059.867000', '220059.870000', '220059.873000', '220059.875000', '220059.878000', '220059.880000', '220059.883000', '220059.885000', '220059.888000', '220119.779000', '220119.782000', '220119.785000', '220119.787000', '220119.790000', '220119.792000', '220119.795000', '220119.797000', '220119.800000', '220119.803000', '220119.805000', '220119.808000', '220119.810000', '220119.813000', '220119.816000', '220119.818000', '220119.821000', '220119.823000', '220119.826000', '220119.828000', '220119.831000', '220119.833000', '220119.836000', '220119.839000', '220119.841000', '220119.844000', '220119.846000', '220119.849000', '220119.851000', '220119.854000', '220119.856000', '220119.859000', '220119.862000', '220119.864000', '220119.867000', '220119.869000', '220119.872000', '220119.874000', '220119.877000', '220119.880000', '220119.883000', '220119.886000', '220119.889000', '220139.779000', '220139.782000', '220139.785000', '220139.787000', '220139.790000', '220139.793000', '220139.795000', '220139.798000', '220139.800000', '220139.803000', '220139.805000', '220139.808000', '220139.810000', '220139.813000', '220139.815000', '220139.818000', '220139.821000', '220139.823000', '220139.826000', '220139.828000', '220139.831000', '220139.834000', '220139.836000', '220139.839000', '220139.841000', '220139.844000', '220139.846000', '220139.849000', '220139.852000', '220139.854000', '220139.857000', '220139.859000', '220139.862000', '220139.864000', '220139.867000', '220139.869000', '220139.872000', '220139.874000', '220139.877000', '220139.879000', '220139.882000', '220139.885000', '220139.887000', '220139.890000', '220159.779000', '220159.782000', '220159.796000', '220159.798000', '220159.801000', '220159.804000', '220159.806000', '220159.809000', '220159.811000', '220159.814000', '220159.817000', '220159.819000', '220159.822000', '220159.824000', '220159.827000', '220159.829000', '220159.833000', '220159.836000', '220159.838000', '220159.841000', '220159.843000', '220159.846000', '220159.849000', '220159.851000', '220159.854000', '220159.856000', '220159.859000', '220159.861000', '220159.864000', '220159.866000', '220159.869000', '220159.872000', '220159.874000', '220159.877000', '220159.879000', '220159.882000', '220159.884000', '220159.887000', '220159.889000', '220159.892000', '220159.895000', '220159.897000', '220159.900000', '220219.779000', '220219.782000', '220219.785000', '220219.787000', '220219.790000', '220219.793000', '220219.795000', '220219.798000', '220219.800000', '220219.803000', '220219.805000', '220219.808000', '220219.811000', '220219.813000', '220219.816000', '220219.818000', '220219.821000', '220219.823000', '220219.826000', '220219.828000', '220219.831000', '220219.834000', '220219.836000', '220219.839000', '220219.841000', '220219.844000', '220219.846000', '220219.849000', '220219.851000', '220219.854000', '220219.857000', '220219.859000', '220219.862000', '220219.864000', '220219.867000', '220219.869000', '220219.872000', '220219.874000', '220219.877000', '220219.879000', '220219.882000', '220219.884000', '220219.887000', '220219.890000', '220239.780000', '220239.783000', '220239.786000', '220239.788000', '220239.791000', '220239.794000', '220239.796000', '220239.799000', '220239.801000', '220239.804000', '220239.807000', '220239.809000', '220239.812000', '220239.814000', '220239.817000', '220239.819000', '220239.823000', '220239.826000', '220239.829000', '220239.831000', '220239.834000', '220239.836000', '220239.839000', '220239.841000', '220239.844000', '220239.847000', '220239.849000', '220239.852000', '220239.854000', '220239.857000', '220239.859000', '220239.862000', '220239.865000', '220239.867000', '220239.870000', '220239.872000', '220239.875000', '220239.877000', '220239.880000', '220239.883000', '220239.885000', '220239.888000', '220239.890000', '220259.781000', '220259.783000', '220259.786000', '220259.789000', '220259.791000', '220259.794000', '220259.796000', '220259.799000', '220259.801000', '220259.804000', '220259.807000', '220259.809000', '220259.812000', '220259.814000', '220259.817000', '220259.819000', '220259.822000', '220259.825000', '220259.835000', '220259.838000', '220259.841000', '220259.843000', '220259.846000', '220259.848000', '220259.851000', '220259.853000', '220259.856000', '220259.859000', '220259.861000', '220259.864000', '220259.866000', '220259.869000', '220259.872000', '220259.874000', '220259.877000', '220259.879000', '220259.882000', '220259.884000', '220259.887000', '220259.889000', '220259.892000', '220259.895000', '220259.897000', '220259.900000', '220319.780000', '220319.783000', '220319.786000', '220319.788000', '220319.791000', '220319.793000', '220319.796000', '220319.798000', '220319.801000', '220319.804000', '220319.806000', '220319.809000', '220319.812000', '220319.815000', '220319.818000', '220319.820000', '220319.823000', '220319.826000', '220319.828000', '220319.831000', '220319.833000', '220319.836000', '220319.838000', '220319.841000', '220319.843000', '220319.846000', '220319.848000', '220319.887000', '220319.891000', '220319.893000', '220319.896000', '220319.898000', '220319.901000', '220319.903000', '220319.906000', '220319.908000', '220319.911000', '220319.913000', '220319.916000', '220319.919000', '220319.921000', '220319.924000', '220319.927000', '220339.780000', '220339.782000', '220339.785000', '220339.787000', '220339.790000', '220339.793000', '220339.795000', '220339.798000', '220339.800000', '220339.803000', '220339.805000', '220339.808000', '220339.811000', '220339.813000', '220339.816000', '220339.818000', '220339.821000', '220339.823000', '220339.826000', '220339.828000', '220339.831000', '220339.834000', '220339.836000', '220339.839000', '220339.841000', '220339.844000', '220339.846000', '220339.849000', '220339.852000', '220339.854000', '220339.857000', '220339.859000', '220339.862000', '220339.864000', '220339.867000', '220339.869000', '220339.872000', '220339.875000', '220339.877000', '220339.880000', '220339.882000', '220339.885000', '220339.887000', '220339.890000', '220359.779000', '220359.782000', '220359.785000', '220359.787000', '220359.790000', '220359.793000', '220359.795000', '220359.798000', '220359.800000', '220359.803000', '220359.805000', '220359.808000', '220359.810000', '220359.813000', '220359.816000', '220359.818000', '220359.821000', '220359.824000', '220359.826000', '220359.829000', '220359.832000', '220359.834000', '220359.837000', '220359.840000', '220359.842000', '220359.845000', '220359.847000', '220359.850000', '220359.852000', '220359.855000', '220359.857000', '220359.860000', '220359.863000', '220359.865000', '220359.868000', '220359.870000', '220359.873000', '220359.875000', '220359.878000', '220359.880000', '220359.883000', '220359.886000', '220359.888000', '220419.779000', '220419.782000', '220419.785000', '220419.787000', '220419.790000', '220419.792000', '220419.795000', '220419.797000', '220419.800000', '220419.803000', '220419.805000', '220419.808000', '220419.810000', '220419.813000', '220419.815000', '220419.818000', '220419.821000', '220419.823000', '220419.826000', '220419.828000', '220419.831000', '220419.833000', '220419.836000', '220419.839000', '220419.841000', '220419.844000', '220419.846000', '220419.849000', '220419.852000', '220419.854000', '220419.857000', '220419.859000', '220419.862000', '220419.864000', '220419.867000', '220419.870000', '220419.872000', '220419.875000', '220419.877000', '220419.880000', '220419.883000', '220419.885000', '220419.888000', '220419.890000', '220439.779000', '220439.782000', '220439.785000', '220439.787000', '220439.790000', '220439.793000', '220439.795000', '220439.798000', '220439.800000', '220439.803000', '220439.805000', '220439.808000', '220439.810000', '220439.813000', '220439.816000', '220439.818000', '220439.821000', '220439.823000', '220439.826000', '220439.828000', '220439.831000', '220439.833000', '220439.836000', '220439.838000', '220439.841000', '220439.843000', '220439.846000', '220439.849000', '220439.851000', '220439.854000', '220439.856000', '220439.859000', '220439.861000', '220439.864000', '220439.866000', '220439.869000', '220439.872000', '220439.874000', '220439.889000', '220439.891000', '220439.894000', '220439.897000', '220439.899000', '220459.780000', '220459.783000', '220459.786000', '220459.788000', '220459.791000', '220459.793000', '220459.796000', '220459.799000', '220459.801000', '220459.804000', '220459.806000', '220459.809000', '220459.811000', '220459.814000', '220459.817000', '220459.819000', '220459.822000', '220459.824000', '220459.827000', '220459.829000', '220459.832000', '220459.834000', '220459.837000', '220459.839000', '220459.842000', '220459.844000', '220459.847000', '220459.849000', '220459.852000', '220459.855000', '220459.857000', '220459.860000', '220459.863000', '220459.865000', '220459.868000', '220459.870000', '220459.873000', '220459.876000', '220459.878000', '220459.881000', '220459.883000', '220459.886000', '220459.888000', '220459.891000', '220519.441000', '220519.444000', '220519.446000', '220519.449000', '220519.451000', '220519.454000', '220519.457000', '220519.459000', '220519.462000', '220519.465000', '220519.467000', '220519.470000', '220519.473000', '220519.475000', '220519.478000', '220519.481000', '220519.483000', '220519.487000', '220519.490000', '220519.493000', '220519.496000', '220519.498000', '220519.501000', '220519.504000', '220519.507000', '220519.510000', '220519.512000', '220519.516000', '220519.519000', '220519.521000', '220519.524000', '220519.527000', '220519.530000', '220519.534000', '220519.537000', '220519.540000', '220519.543000', '220519.546000', '220519.549000', '220519.553000', '220519.557000', '220519.560000', '220519.564000'], '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': [6510, 11164, 8028, 10677, 12560, 9592, 13782, 8016, 7651, 12586, 5914, 10725, 6794, 6008, 7673, 6401, 9787, 6252, 7241, 7218, 5987, 7089, 5866, 9261, 6226, 6702, 6423, 6449, 10447, 6638, 7309, 8039, 6616, 10535, 6027, 7441, 6253, 6564, 7543, 6152, 6508, 6084, 5827, 6994, 6242, 6699, 6485, 5870, 7946, 6036, 8056, 7004, 6628, 8235, 6530, 10005, 7519, 6338, 12734, 6651, 9793, 6677, 6163, 8503, 6998, 6309, 5996, 6384, 7939, 6955, 6312, 6073, 6342, 8120, 6432, 7447, 6026, 6840, 6330, 10598, 6125, 8914, 11234, 8198, 13035, 7519, 6493, 13528, 6042, 10787, 6502, 6256, 8403, 6171, 6771, 8526, 6296, 6261, 6138, 6241, 6949, 6977, 5888, 6852, 5892, 6867, 6172, 6338, 10751, 7497, 5985, 11167, 6851, 10174, 8444, 6916, 8887, 7118, 7347, 13652, 7596, 7050, 11155, 7154, 6583, 9419, 5805, 6814, 6275, 6986, 9515, 6304, 5872, 10293, 5639, 8381, 6001, 5918, 10629, 6067, 7794, 7169, 6612, 10486, 7709, 7742, 11733, 6569, 6241, 6275, 6189, 11087, 7097, 5849, 6334, 6282, 11108, 5908, 6725, 5845, 6418, 6056, 6824, 10909, 5968, 8153, 9203, 6078, 12060, 6860, 6180, 11245, 5817, 7348, 5828, 6251, 6160, 6790, 6148, 5881, 7617, 6148, 9284, 5845, 8655, 8566, 6673, 11011, 7763, 7921, 10132, 5698, 7731, 5901, 6674, 11636, 6732, 5770, 10503, 5737, 7497, 6318, 6368, 8648, 5876, 6624, 6381, 5891, 8627, 6860, 6462, 10090, 5905, 8104, 8268, 6975, 10614, 6329, 6080, 11462, 7581, 7227, 10530, 5814, 9089, 7265, 6991, 11651, 6552, 6198, 9661, 5958, 10624, 6945, 5996, 10430, 5659, 10537, 7056, 5981, 12860, 8693, 8561, 11147, 6944, 6518, 11648, 7568, 6249, 10517, 6267, 6476, 6468, 5894, 7685, 6139, 6216, 6653, 7030, 6353, 5806, 6305, 5812, 7864, 6428, 10834, 11076, 8513, 9931, 6641, 7331, 12324, 8370, 7881, 12108, 5611, 6882, 6091, 5700, 7378, 6911, 6229, 10003, 6163, 6567, 7499, 6701, 9152, 6458, 5932, 9739, 6281, 8257, 6085, 6207, 10303, 6376, 7518, 7920, 6555, 7478, 5756, 11692, 8743, 8954, 12410, 6819, 8919, 8702, 7052, 13840, 6298, 10858, 8312, 8329, 6278, 6131, 6006, 6158, 10581, 6030, 9602, 12292, 7154, 10513, 9827, 7493, 12261, 6671, 6164, 6639, 6493, 6471, 5735, 6997, 7017, 6438, 6293, 6146, 8630, 6596, 7075, 6411, 6108, 11193, 9006, 8374, 11385, 6341, 6442, 13666, 6140, 6414, 9436, 6196, 7400, 6337, 6144, 7372, 7102, 5679, 8574, 5673, 6383, 6227, 6024, 9416, 6026, 6816, 6862, 6441, 9733, 6334, 7200, 7166, 6405, 10378, 5993, 9651, 6246, 7308, 11314, 5639, 11436, 6914, 6071, 11223, 6651, 6742, 6300, 6121, 8007, 6345, 7206, 6360, 5868, 10360, 6620, 7003, 6141, 6236, 8843, 7099, 5815, 7136, 6261, 7440, 7315, 7098, 8500, 6707, 5778, 11360, 6123, 6181, 9334, 6480, 9074, 6715, 5578, 6385, 5999, 7257, 6827, 6189, 6724, 5619, 9419, 6208, 7914, 6130, 8513, 6960, 9486, 7376, 6715, 13593, 9651, 10575, 13100, 6121, 11319, 9633, 7568, 8914, 6147, 6348, 8125, 6199, 6518, 6341, 6154, 6535, 5630, 8401, 5732, 8037, 6672, 6247, 7769, 5920, 9712, 6496, 6747, 8768, 5805, 10973, 7188, 7885, 8980, 6167, 10129, 6274, 8378, 6429, 6110, 10581, 6157, 7842, 6309, 6002, 9720, 7530, 6460, 6471, 6226, 7328, 6722, 5949, 6316, 6151, 6802, 6828, 6582, 6488, 6332, 7589, 7208, 8696, 6922, 8739, 6969, 8669, 6375, 8574, 6706, 9580, 8036, 6698, 13129, 9739, 9011, 10289, 6785, 9723, 6220, 6283, 6443, 6565, 8298, 5982, 11243, 6428, 6763, 6459, 5807, 11098, 6344, 7733, 6619, 6509, 11549, 6373, 6695, 7949, 6277, 10729, 6441, 6051, 10889, 6228, 8375, 6421, 6333, 9096, 6524, 6214, 6467, 5970, 7994, 6375, 6510, 6530, 5875, 8824, 6321, 6586, 6587, 6130, 8084, 6376, 7769, 6702, 6634, 6273, 6240, 6658, 6049, 11116, 6263, 10065, 7007, 6781, 10330, 5943, 9935, 6629, 6613, 6606, 6053, 7842, 6539, 7461, 6488, 6957, 7087, 6564, 6514, 5770, 7444, 6035, 7940, 6197, 8337, 6557, 8143, 6472, 7644, 6627, 8033, 6610, 10181, 7389, 13088, 6612, 10190, 7085, 11212, 6915, 7515, 11294, 6210, 13158, 7567, 8712, 6601, 5854, 8673, 6430, 6501, 6456, 6090, 8225, 6405, 6961, 6929, 6017, 6485, 6382, 6708, 6396, 7458, 6583, 7919, 6433, 7992, 6665, 5834, 12439, 7195, 10800, 6758, 6191, 12991, 6627, 10300, 6826, 6354, 6466, 6346, 8358, 6470, 7369, 6909, 5734, 9008, 6467, 7656, 6710, 5744, 9857, 6401, 7858, 6525, 5809, 8886, 6360, 6744, 6867, 6110, 6327, 6139, 8666, 6526, 7270, 6552, 6159, 10223, 5973, 8423, 6573, 7250, 6408, 6109, 9204, 6525, 8750, 7380, 6205, 6475, 6242, 6597, 6428, 6372, 5983, 6254, 6634, 12430, 5897, 9252, 6493, 6870, 13385, 5949, 6849, 6388, 6257, 9596, 6269, 5906, 9486, 6251, 6867, 6650, 5991, 8030, 6252, 6669, 6640, 6293, 6377, 6216, 7845, 6523, 6722, 7024, 6367, 9274, 6046, 9407, 6061, 7717, 8363, 8070, 13728, 10296, 13161, 7047, 7580, 6631, 6304, 6791, 7184, 11530, 10710, 6207, 6044, 8032, 5921, 10442, 10396, 9055, 14471, 5783, 9098, 10379, 7024, 11869, 6369, 6207, 13600, 5848, 8091, 6169, 5769, 7584, 6371, 6255, 6180, 6190, 6209, 5792, 7796, 5860, 7671, 6439, 8946, 6764, 7073, 6475, 8881, 7746, 11395, 7765, 8075, 14122, 7071, 11896, 8186, 8617, 13332, 5915, 6600, 6838, 6175, 8356, 6563, 5751, 6201, 6015, 7645, 6533, 6143, 6194, 6199, 7918, 6196, 6197, 6431, 6198, 6804, 6253, 8503, 6448, 7534, 6568, 7036, 6576, 6487, 12129, 6154, 10633, 6593, 6741, 13268, 5892, 10382, 6484, 6965, 10286, 5886, 8285, 6506, 6735, 11181, 6182, 6788, 6483, 6206, 9472, 6815, 6072, 6407, 6013, 7552, 6640, 6029, 5892, 6230, 7497, 6636, 6311, 7030, 6228, 8856, 6468, 7075, 9963, 6245, 9921, 7536, 7248, 13507, 6575, 5982, 12149, 6318, 7181, 6531, 6317, 6108, 6132], 'WindowCenter': [3633.0, 3669.0, 3636.0, 3655.0, 3662.0, 3628.0, 3647.0, 3604.0, 3605.0, 3636.0, 3561.0, 3623.0, 3581.0, 3571.0, 3591.0, 3583.0, 3624.0, 3572.0, 3590.0, 3592.0, 3572.0, 3582.0, 3562.0, 3612.0, 3571.0, 3584.0, 3572.0, 3572.0, 3623.0, 3582.0, 3593.0, 3604.0, 3584.0, 3624.0, 3571.0, 3580.0, 3568.0, 3581.0, 3591.0, 3571.0, 3570.0, 3559.0, 3560.0, 3581.0, 3582.0, 3582.0, 3570.0, 3572.0, 3592.0, 3572.0, 3592.0, 3581.0, 3594.0, 3604.0, 3571.0, 3611.0, 3581.0, 3584.0, 3645.0, 3581.0, 3612.0, 3568.0, 3559.0, 3588.0, 3578.0, 3568.0, 3558.0, 3570.0, 3590.0, 3593.0, 3571.0, 3570.0, 3571.0, 3590.0, 3583.0, 3592.0, 3586.0, 3584.0, 3585.0, 3624.0, 3574.0, 3617.0, 3624.0, 3592.0, 3622.0, 3579.0, 3569.0, 3631.0, 3558.0, 3610.0, 3555.0, 3557.0, 3589.0, 3556.0, 3569.0, 3587.0, 3557.0, 3567.0, 3558.0, 3571.0, 3580.0, 3582.0, 3561.0, 3581.0, 3586.0, 3595.0, 3573.0, 3584.0, 3625.0, 3594.0, 3574.0, 3625.0, 3582.0, 3613.0, 3590.0, 3583.0, 3602.0, 3581.0, 3582.0, 3632.0, 3591.0, 3581.0, 3622.0, 3579.0, 3569.0, 3598.0, 3558.0, 3569.0, 3569.0, 3581.0, 3599.0, 3557.0, 3559.0, 3611.0, 3559.0, 3590.0, 3558.0, 3560.0, 3611.0, 3571.0, 3592.0, 3579.0, 3582.0, 3624.0, 3579.0, 3579.0, 3621.0, 3569.0, 3569.0, 3568.0, 3558.0, 3621.0, 3581.0, 3561.0, 3569.0, 3583.0, 3633.0, 3561.0, 3581.0, 3559.0, 3571.0, 3570.0, 3583.0, 3622.0, 3558.0, 3591.0, 3599.0, 3569.0, 3619.0, 3567.0, 3557.0, 3608.0, 3545.0, 3567.0, 3545.0, 3568.0, 3558.0, 3582.0, 3571.0, 3572.0, 3593.0, 3573.0, 3614.0, 3572.0, 3603.0, 3601.0, 3582.0, 3624.0, 3590.0, 3590.0, 3609.0, 3559.0, 3589.0, 3546.0, 3569.0, 3608.0, 3567.0, 3559.0, 3610.0, 3558.0, 3577.0, 3568.0, 3569.0, 3601.0, 3559.0, 3581.0, 3569.0, 3572.0, 3615.0, 3583.0, 3582.0, 3610.0, 3561.0, 3604.0, 3601.0, 3581.0, 3623.0, 3569.0, 3572.0, 3633.0, 3591.0, 3593.0, 3609.0, 3561.0, 3615.0, 3579.0, 3581.0, 3620.0, 3569.0, 3570.0, 3613.0, 3570.0, 3609.0, 3579.0, 3570.0, 3609.0, 3561.0, 3611.0, 3579.0, 3558.0, 3633.0, 3591.0, 3587.0, 3608.0, 3564.0, 3555.0, 3618.0, 3575.0, 3556.0, 3596.0, 3556.0, 3557.0, 3567.0, 3560.0, 3589.0, 3568.0, 3569.0, 3580.0, 3592.0, 3583.0, 3575.0, 3585.0, 3586.0, 3605.0, 3585.0, 3638.0, 3626.0, 3602.0, 3612.0, 3569.0, 3579.0, 3621.0, 3590.0, 3589.0, 3619.0, 3559.0, 3567.0, 3543.0, 3547.0, 3579.0, 3579.0, 3569.0, 3610.0, 3570.0, 3581.0, 3591.0, 3582.0, 3611.0, 3581.0, 3584.0, 3625.0, 3583.0, 3603.0, 3571.0, 3585.0, 3637.0, 3596.0, 3605.0, 3604.0, 3583.0, 3595.0, 3575.0, 3650.0, 3616.0, 3616.0, 3648.0, 3583.0, 3615.0, 3614.0, 3593.0, 3645.0, 3570.0, 3625.0, 3604.0, 3603.0, 3571.0, 3573.0, 3574.0, 3575.0, 3625.0, 3572.0, 3615.0, 3636.0, 3595.0, 3627.0, 3614.0, 3582.0, 3622.0, 3569.0, 3559.0, 3581.0, 3583.0, 3568.0, 3560.0, 3581.0, 3594.0, 3583.0, 3571.0, 3573.0, 3615.0, 3584.0, 3594.0, 3572.0, 3573.0, 3638.0, 3615.0, 3617.0, 3635.0, 3571.0, 3582.0, 3632.0, 3557.0, 3569.0, 3599.0, 3556.0, 3579.0, 3569.0, 3570.0, 3579.0, 3579.0, 3559.0, 3588.0, 3559.0, 3569.0, 3559.0, 3560.0, 3600.0, 3559.0, 3581.0, 3581.0, 3572.0, 3612.0, 3570.0, 3581.0, 3582.0, 3571.0, 3611.0, 3559.0, 3613.0, 3569.0, 3581.0, 3623.0, 3559.0, 3622.0, 3579.0, 3570.0, 3622.0, 3570.0, 3570.0, 3570.0, 3584.0, 3602.0, 3582.0, 3591.0, 3569.0, 3559.0, 3611.0, 3582.0, 3580.0, 3557.0, 3559.0, 3601.0, 3582.0, 3560.0, 3579.0, 3570.0, 3594.0, 3579.0, 3581.0, 3603.0, 3579.0, 3559.0, 3621.0, 3583.0, 3572.0, 3612.0, 3570.0, 3601.0, 3581.0, 3560.0, 3582.0, 3571.0, 3581.0, 3582.0, 3572.0, 3583.0, 3574.0, 3626.0, 3574.0, 3604.0, 3586.0, 3617.0, 3596.0, 3627.0, 3592.0, 3583.0, 3646.0, 3615.0, 3626.0, 3633.0, 3559.0, 3623.0, 3612.0, 3592.0, 3600.0, 3558.0, 3569.0, 3591.0, 3571.0, 3569.0, 3570.0, 3559.0, 3569.0, 3572.0, 3603.0, 3563.0, 3591.0, 3582.0, 3582.0, 3591.0, 3571.0, 3612.0, 3570.0, 3581.0, 3602.0, 3560.0, 3624.0, 3580.0, 3590.0, 3600.0, 3570.0, 3611.0, 3570.0, 3589.0, 3568.0, 3570.0, 3610.0, 3558.0, 3589.0, 3556.0, 3558.0, 3610.0, 3578.0, 3570.0, 3568.0, 3560.0, 3578.0, 3569.0, 3559.0, 3569.0, 3559.0, 3568.0, 3581.0, 3582.0, 3571.0, 3583.0, 3605.0, 3596.0, 3604.0, 3595.0, 3615.0, 3596.0, 3615.0, 3586.0, 3617.0, 3586.0, 3617.0, 3605.0, 3585.0, 3648.0, 3626.0, 3604.0, 3612.0, 3582.0, 3611.0, 3572.0, 3582.0, 3572.0, 3583.0, 3603.0, 3560.0, 3621.0, 3571.0, 3582.0, 3570.0, 3561.0, 3622.0, 3571.0, 3593.0, 3583.0, 3571.0, 3621.0, 3571.0, 3582.0, 3591.0, 3570.0, 3610.0, 3558.0, 3560.0, 3622.0, 3559.0, 3601.0, 3568.0, 3569.0, 3599.0, 3569.0, 3559.0, 3568.0, 3559.0, 3589.0, 3570.0, 3571.0, 3570.0, 3559.0, 3600.0, 3570.0, 3570.0, 3570.0, 3572.0, 3590.0, 3569.0, 3593.0, 3572.0, 3571.0, 3571.0, 3584.0, 3583.0, 3573.0, 3624.0, 3570.0, 3625.0, 3594.0, 3583.0, 3626.0, 3561.0, 3599.0, 3568.0, 3569.0, 3569.0, 3560.0, 3590.0, 3570.0, 3592.0, 3583.0, 3581.0, 3581.0, 3582.0, 3569.0, 3575.0, 3594.0, 3573.0, 3602.0, 3573.0, 3615.0, 3585.0, 3604.0, 3584.0, 3594.0, 3584.0, 3605.0, 3597.0, 3627.0, 3597.0, 3648.0, 3585.0, 3626.0, 3583.0, 3624.0, 3581.0, 3581.0, 3624.0, 3561.0, 3634.0, 3592.0, 3591.0, 3570.0, 3562.0, 3601.0, 3569.0, 3558.0, 3568.0, 3571.0, 3591.0, 3572.0, 3581.0, 3581.0, 3572.0, 3583.0, 3585.0, 3584.0, 3574.0, 3594.0, 3585.0, 3606.0, 3584.0, 3605.0, 3583.0, 3563.0, 3635.0, 3582.0, 3624.0, 3584.0, 3574.0, 3634.0, 3584.0, 3613.0, 3582.0, 3571.0, 3569.0, 3571.0, 3590.0, 3572.0, 3581.0, 3580.0, 3560.0, 3602.0, 3571.0, 3592.0, 3570.0, 3560.0, 3611.0, 3569.0, 3604.0, 3572.0, 3562.0, 3601.0, 3569.0, 3569.0, 3580.0, 3571.0, 3570.0, 3570.0, 3601.0, 3572.0, 3593.0, 3571.0, 3572.0, 3625.0, 3573.0, 3604.0, 3581.0, 3593.0, 3570.0, 3560.0, 3601.0, 3572.0, 3605.0, 3593.0, 3573.0, 3571.0, 3572.0, 3581.0, 3584.0, 3584.0, 3585.0, 3585.0, 3584.0, 3637.0, 3562.0, 3614.0, 3570.0, 3580.0, 3631.0, 3558.0, 3569.0, 3556.0, 3558.0, 3597.0, 3568.0, 3560.0, 3599.0, 3569.0, 3568.0, 3567.0, 3559.0, 3588.0, 3570.0, 3582.0, 3582.0, 3573.0, 3571.0, 3574.0, 3604.0, 3587.0, 3585.0, 3596.0, 3585.0, 3627.0, 3586.0, 3629.0, 3574.0, 3606.0, 3603.0, 3607.0, 3649.0, 3627.0, 3646.0, 3582.0, 3593.0, 3572.0, 3571.0, 3583.0, 3595.0, 3637.0, 3626.0, 3572.0, 3574.0, 3604.0, 3574.0, 3628.0, 3625.0, 3603.0, 3631.0, 3547.0, 3600.0, 3611.0, 3569.0, 3610.0, 3558.0, 3559.0, 3632.0, 3546.0, 3581.0, 3546.0, 3545.0, 3575.0, 3570.0, 3569.0, 3559.0, 3558.0, 3558.0, 3559.0, 3579.0, 3559.0, 3592.0, 3572.0, 3601.0, 3583.0, 3582.0, 3573.0, 3616.0, 3593.0, 3625.0, 3581.0, 3590.0, 3632.0, 3569.0, 3621.0, 3579.0, 3589.0, 3619.0, 3546.0, 3569.0, 3556.0, 3548.0, 3575.0, 3568.0, 3558.0, 3545.0, 3557.0, 3577.0, 3557.0, 3559.0, 3559.0, 3573.0, 3603.0, 3572.0, 3572.0, 3571.0, 3572.0, 3571.0, 3571.0, 3602.0, 3572.0, 3593.0, 3583.0, 3584.0, 3582.0, 3572.0, 3636.0, 3573.0, 3624.0, 3570.0, 3571.0, 3633.0, 3560.0, 3613.0, 3571.0, 3581.0, 3613.0, 3561.0, 3591.0, 3570.0, 3570.0, 3609.0, 3559.0, 3571.0, 3570.0, 3560.0, 3600.0, 3569.0, 3571.0, 3569.0, 3559.0, 3580.0, 3569.0, 3572.0, 3560.0, 3572.0, 3591.0, 3583.0, 3573.0, 3582.0, 3573.0, 3614.0, 3572.0, 3582.0, 3613.0, 3572.0, 3614.0, 3580.0, 3580.0, 3631.0, 3581.0, 3572.0, 3623.0, 3570.0, 3580.0, 3569.0, 3571.0, 3571.0, 3586.0], 'WindowWidth': [8243.0, 8281.0, 8231.0, 8249.0, 8251.0, 8197.0, 8221.0, 8161.0, 8164.0, 8203.0, 8100.0, 8182.0, 8124.0, 8112.0, 8138.0, 8132.0, 8186.0, 8114.0, 8135.0, 8140.0, 8115.0, 8128.0, 8102.0, 8165.0, 8113.0, 8134.0, 8114.0, 8116.0, 8183.0, 8128.0, 8143.0, 8159.0, 8134.0, 8186.0, 8113.0, 8122.0, 8103.0, 8124.0, 8137.0, 8110.0, 8108.0, 8091.0, 8097.0, 8124.0, 8129.0, 8128.0, 8110.0, 8116.0, 8140.0, 8117.0, 8140.0, 8126.0, 8148.0, 8159.0, 8113.0, 8164.0, 8122.0, 8136.0, 8218.0, 8126.0, 8164.0, 8100.0, 8094.0, 8127.0, 8115.0, 8103.0, 8088.0, 8107.0, 8133.0, 8143.0, 8112.0, 8110.0, 8113.0, 8133.0, 8133.0, 8144.0, 8141.0, 8136.0, 8137.0, 8186.0, 8122.0, 8180.0, 8183.0, 8136.0, 8175.0, 8115.0, 8104.0, 8188.0, 8088.0, 8159.0, 8079.0, 8086.0, 8129.0, 8083.0, 8107.0, 8125.0, 8086.0, 8100.0, 8090.0, 8111.0, 8121.0, 8128.0, 8100.0, 8126.0, 8144.0, 8152.0, 8118.0, 8132.0, 8189.0, 8149.0, 8120.0, 8189.0, 8128.0, 8168.0, 8134.0, 8131.0, 8153.0, 8124.0, 8124.0, 8192.0, 8135.0, 8122.0, 8177.0, 8117.0, 8103.0, 8138.0, 8090.0, 8105.0, 8103.0, 8121.0, 8142.0, 8086.0, 8091.0, 8160.0, 8091.0, 8131.0, 8090.0, 8095.0, 8163.0, 8113.0, 8138.0, 8116.0, 8126.0, 8185.0, 8118.0, 8117.0, 8174.0, 8104.0, 8106.0, 8103.0, 8090.0, 8173.0, 8124.0, 8098.0, 8106.0, 8130.0, 8198.0, 8099.0, 8124.0, 8096.0, 8111.0, 8110.0, 8132.0, 8176.0, 8091.0, 8138.0, 8143.0, 8108.0, 8170.0, 8098.0, 8086.0, 8152.0, 8066.0, 8095.0, 8067.0, 8102.0, 8090.0, 8129.0, 8113.0, 8117.0, 8145.0, 8118.0, 8173.0, 8116.0, 8157.0, 8149.0, 8129.0, 8184.0, 8134.0, 8132.0, 8155.0, 8093.0, 8132.0, 8071.0, 8105.0, 8154.0, 8100.0, 8093.0, 8160.0, 8089.0, 8112.0, 8101.0, 8107.0, 8149.0, 8094.0, 8123.0, 8104.0, 8116.0, 8175.0, 8132.0, 8128.0, 8161.0, 8098.0, 8159.0, 8149.0, 8125.0, 8179.0, 8106.0, 8115.0, 8196.0, 8139.0, 8141.0, 8158.0, 8098.0, 8176.0, 8120.0, 8124.0, 8174.0, 8105.0, 8109.0, 8169.0, 8107.0, 8157.0, 8117.0, 8108.0, 8159.0, 8096.0, 8161.0, 8117.0, 8089.0, 8195.0, 8134.0, 8125.0, 8151.0, 8090.0, 8081.0, 8167.0, 8107.0, 8082.0, 8132.0, 8082.0, 8085.0, 8099.0, 8095.0, 8132.0, 8105.0, 8106.0, 8122.0, 8141.0, 8132.0, 8126.0, 8139.0, 8145.0, 8166.0, 8138.0, 8211.0, 8194.0, 8154.0, 8165.0, 8103.0, 8116.0, 8175.0, 8132.0, 8130.0, 8171.0, 8093.0, 8097.0, 8062.0, 8073.0, 8119.0, 8119.0, 8107.0, 8160.0, 8111.0, 8128.0, 8138.0, 8128.0, 8164.0, 8126.0, 8135.0, 8190.0, 8132.0, 8158.0, 8113.0, 8142.0, 8209.0, 8155.0, 8164.0, 8163.0, 8134.0, 8151.0, 8127.0, 8232.0, 8180.0, 8181.0, 8224.0, 8133.0, 8176.0, 8174.0, 8148.0, 8217.0, 8111.0, 8187.0, 8157.0, 8156.0, 8111.0, 8118.0, 8122.0, 8125.0, 8189.0, 8115.0, 8174.0, 8204.0, 8150.0, 8193.0, 8167.0, 8124.0, 8177.0, 8105.0, 8092.0, 8124.0, 8131.0, 8102.0, 8097.0, 8125.0, 8149.0, 8131.0, 8111.0, 8119.0, 8178.0, 8135.0, 8146.0, 8115.0, 8118.0, 8212.0, 8177.0, 8183.0, 8200.0, 8111.0, 8129.0, 8192.0, 8084.0, 8103.0, 8143.0, 8082.0, 8117.0, 8107.0, 8109.0, 8117.0, 8118.0, 8091.0, 8127.0, 8093.0, 8106.0, 8092.0, 8094.0, 8146.0, 8094.0, 8126.0, 8125.0, 8114.0, 8165.0, 8110.0, 8123.0, 8126.0, 8112.0, 8164.0, 8094.0, 8168.0, 8107.0, 8123.0, 8181.0, 8091.0, 8177.0, 8117.0, 8107.0, 8178.0, 8108.0, 8108.0, 8110.0, 8136.0, 8155.0, 8127.0, 8138.0, 8107.0, 8092.0, 8164.0, 8127.0, 8122.0, 8085.0, 8092.0, 8150.0, 8127.0, 8097.0, 8119.0, 8109.0, 8146.0, 8120.0, 8126.0, 8154.0, 8120.0, 8094.0, 8179.0, 8133.0, 8116.0, 8166.0, 8110.0, 8148.0, 8125.0, 8097.0, 8130.0, 8114.0, 8123.0, 8129.0, 8115.0, 8133.0, 8120.0, 8194.0, 8123.0, 8161.0, 8140.0, 8183.0, 8154.0, 8192.0, 8141.0, 8132.0, 8219.0, 8175.0, 8190.0, 8196.0, 8092.0, 8179.0, 8164.0, 8139.0, 8146.0, 8090.0, 8105.0, 8136.0, 8110.0, 8104.0, 8109.0, 8091.0, 8108.0, 8117.0, 8156.0, 8104.0, 8139.0, 8128.0, 8129.0, 8140.0, 8112.0, 8167.0, 8110.0, 8125.0, 8155.0, 8097.0, 8185.0, 8121.0, 8134.0, 8145.0, 8110.0, 8163.0, 8109.0, 8131.0, 8100.0, 8108.0, 8160.0, 8090.0, 8129.0, 8083.0, 8089.0, 8160.0, 8115.0, 8105.0, 8102.0, 8094.0, 8113.0, 8104.0, 8093.0, 8104.0, 8093.0, 8102.0, 8125.0, 8126.0, 8111.0, 8131.0, 8163.0, 8152.0, 8160.0, 8151.0, 8174.0, 8152.0, 8176.0, 8140.0, 8183.0, 8140.0, 8179.0, 8162.0, 8134.0, 8226.0, 8193.0, 8157.0, 8166.0, 8128.0, 8162.0, 8116.0, 8127.0, 8114.0, 8130.0, 8157.0, 8093.0, 8176.0, 8111.0, 8125.0, 8110.0, 8097.0, 8178.0, 8111.0, 8144.0, 8130.0, 8111.0, 8175.0, 8111.0, 8129.0, 8136.0, 8107.0, 8158.0, 8089.0, 8094.0, 8180.0, 8092.0, 8149.0, 8102.0, 8104.0, 8143.0, 8106.0, 8091.0, 8102.0, 8091.0, 8130.0, 8109.0, 8109.0, 8107.0, 8092.0, 8145.0, 8108.0, 8107.0, 8107.0, 8115.0, 8133.0, 8107.0, 8139.0, 8112.0, 8110.0, 8111.0, 8136.0, 8131.0, 8119.0, 8187.0, 8108.0, 8188.0, 8147.0, 8129.0, 8191.0, 8096.0, 8142.0, 8101.0, 8105.0, 8104.0, 8095.0, 8132.0, 8108.0, 8141.0, 8130.0, 8126.0, 8125.0, 8126.0, 8107.0, 8126.0, 8148.0, 8118.0, 8155.0, 8118.0, 8177.0, 8140.0, 8161.0, 8134.0, 8144.0, 8133.0, 8161.0, 8157.0, 8196.0, 8156.0, 8223.0, 8136.0, 8190.0, 8131.0, 8184.0, 8124.0, 8123.0, 8185.0, 8096.0, 8196.0, 8137.0, 8134.0, 8106.0, 8100.0, 8149.0, 8104.0, 8086.0, 8099.0, 8112.0, 8136.0, 8113.0, 8123.0, 8125.0, 8115.0, 8131.0, 8136.0, 8133.0, 8119.0, 8146.0, 8136.0, 8164.0, 8134.0, 8160.0, 8129.0, 8104.0, 8200.0, 8128.0, 8186.0, 8132.0, 8121.0, 8198.0, 8133.0, 8168.0, 8126.0, 8111.0, 8103.0, 8109.0, 8133.0, 8112.0, 8122.0, 8119.0, 8096.0, 8152.0, 8110.0, 8139.0, 8107.0, 8095.0, 8161.0, 8105.0, 8159.0, 8115.0, 8100.0, 8150.0, 8106.0, 8106.0, 8122.0, 8111.0, 8106.0, 8107.0, 8151.0, 8113.0, 8142.0, 8109.0, 8116.0, 8190.0, 8118.0, 8157.0, 8124.0, 8141.0, 8106.0, 8093.0, 8147.0, 8113.0, 8161.0, 8145.0, 8114.0, 8109.0, 8113.0, 8123.0, 8135.0, 8137.0, 8140.0, 8137.0, 8132.0, 8206.0, 8101.0, 8172.0, 8107.0, 8120.0, 8188.0, 8087.0, 8102.0, 8081.0, 8087.0, 8136.0, 8100.0, 8093.0, 8141.0, 8103.0, 8100.0, 8099.0, 8091.0, 8128.0, 8109.0, 8126.0, 8128.0, 8116.0, 8110.0, 8120.0, 8160.0, 8145.0, 8136.0, 8152.0, 8137.0, 8194.0, 8142.0, 8203.0, 8119.0, 8164.0, 8157.0, 8166.0, 8227.0, 8192.0, 8218.0, 8125.0, 8140.0, 8112.0, 8111.0, 8130.0, 8147.0, 8204.0, 8189.0, 8112.0, 8118.0, 8158.0, 8122.0, 8194.0, 8186.0, 8152.0, 8187.0, 8069.0, 8144.0, 8158.0, 8101.0, 8156.0, 8086.0, 8091.0, 8189.0, 8068.0, 8120.0, 8065.0, 8063.0, 8103.0, 8107.0, 8102.0, 8091.0, 8090.0, 8087.0, 8093.0, 8117.0, 8091.0, 8140.0, 8113.0, 8146.0, 8131.0, 8126.0, 8118.0, 8175.0, 8143.0, 8188.0, 8122.0, 8132.0, 8192.0, 8102.0, 8174.0, 8114.0, 8127.0, 8167.0, 8070.0, 8101.0, 8080.0, 8072.0, 8104.0, 8099.0, 8087.0, 8066.0, 8086.0, 8110.0, 8086.0, 8090.0, 8090.0, 8118.0, 8156.0, 8116.0, 8113.0, 8110.0, 8113.0, 8110.0, 8112.0, 8152.0, 8113.0, 8143.0, 8130.0, 8130.0, 8125.0, 8114.0, 8203.0, 8116.0, 8183.0, 8109.0, 8109.0, 8194.0, 8096.0, 8169.0, 8111.0, 8123.0, 8165.0, 8095.0, 8136.0, 8108.0, 8106.0, 8156.0, 8092.0, 8109.0, 8107.0, 8095.0, 8144.0, 8104.0, 8109.0, 8105.0, 8092.0, 8118.0, 8106.0, 8113.0, 8094.0, 8114.0, 8136.0, 8130.0, 8116.0, 8127.0, 8119.0, 8171.0, 8115.0, 8127.0, 8168.0, 8113.0, 8171.0, 8121.0, 8120.0, 8188.0, 8125.0, 8114.0, 8180.0, 8108.0, 8119.0, 8106.0, 8111.0, 8113.0, 8141.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.0008547119815668202</td></tr>
<tr><td colspan=3>aqi</td><td>0.04583247891705069</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.319753072572084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1037886891234132</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9525469602422155</td></tr>
<tr><td colspan=3>efc</td><td>0.4557</td></tr>
<tr><td colspan=3>fber</td><td>5885.9385</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1478969312389324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.77880184331797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472516718083205</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3738701252207077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6817726633342844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3619073656946226</td></tr>
<tr><td colspan=3>gcor</td><td>0.00540316</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018812185153365135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03075728565454483</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1332609357686865</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>27.7461</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.8545</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6266</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308420.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.423</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7843</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.048</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2890.3849</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>732.5881</td></tr>
<tr><td colspan=3>tsnr</td><td>30.240504168905318</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>