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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-04_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-04_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-0117/ses-01/func/sub-0117_ses-01_task-social_acq-mb8_run-04_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>99b704cab4086e0255af4062b4743893</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>20:22:16.472500</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.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</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-04_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.100479</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7724, -7259, 384, -147, 78, -21, 70]</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>263.911</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5926199-7fb9-4aee-a823-444d3979045a||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.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['202216.472500', '202216.932500', '202217.392500', '202217.852500', '202218.312500', '202218.772500', '202219.232500', '202219.692500', '202220.152500', '202220.612500', '202221.072500', '202221.532500', '202221.992500', '202222.452500', '202222.912500', '202223.372500', '202223.832500', '202224.292500', '202224.752500', '202225.212500', '202225.672500', '202226.132500', '202226.592500', '202227.052500', '202227.512500', '202227.972500', '202228.432500', '202228.892500', '202229.352500', '202229.812500', '202230.272500', '202230.732500', '202231.192500', '202231.652500', '202232.112500', '202232.572500', '202233.032500', '202233.492500', '202233.952500', '202234.412500', '202234.872500', '202235.332500', '202235.792500', '202236.252500', '202236.712500', '202237.172500', '202237.632500', '202238.092500', '202238.552500', '202239.012500', '202239.472500', '202239.932500', '202240.392500', '202240.852500', '202241.312500', '202241.772500', '202242.232500', '202242.692500', '202243.152500', '202243.612500', '202244.072500', '202244.532500', '202244.992500', '202245.452500', '202245.912500', '202246.372500', '202246.832500', '202247.292500', '202247.752500', '202248.212500', '202248.672500', '202249.132500', '202249.592500', '202250.052500', '202250.512500', '202250.972500', '202251.432500', '202251.892500', '202252.352500', '202252.812500', '202253.272500', '202253.732500', '202254.192500', '202254.652500', '202255.112500', '202255.572500', '202256.032500', '202256.492500', '202256.952500', '202257.412500', '202257.872500', '202258.332500', '202258.792500', '202259.252500', '202259.712500', '202300.172500', '202300.632500', '202301.092500', '202301.552500', '202302.012500', '202302.472500', '202302.932500', '202303.392500', '202303.852500', '202304.312500', '202304.772500', '202305.232500', '202305.692500', '202306.152500', '202306.612500', '202307.072500', '202307.532500', '202307.992500', '202308.452500', '202308.912500', '202309.372500', '202309.832500', '202310.292500', '202310.752500', '202311.212500', '202311.672500', '202312.132500', '202312.592500', '202313.052500', '202313.512500', '202313.972500', '202314.432500', '202314.892500', '202315.352500', '202315.812500', '202316.272500', '202316.732500', '202317.192500', '202317.652500', '202318.112500', '202318.572500', '202319.032500', '202319.492500', '202319.952500', '202320.412500', '202320.872500', '202321.332500', '202321.792500', '202322.252500', '202322.712500', '202323.172500', '202323.632500', '202324.092500', '202324.552500', '202325.012500', '202325.472500', '202325.932500', '202326.392500', '202326.852500', '202327.312500', '202327.772500', '202328.232500', '202328.692500', '202329.152500', '202329.612500', '202330.072500', '202330.532500', '202330.992500', '202331.452500', '202331.912500', '202332.372500', '202332.832500', '202333.292500', '202333.752500', '202334.212500', '202334.672500', '202335.132500', '202335.592500', '202336.052500', '202336.512500', '202336.972500', '202337.432500', '202337.892500', '202338.352500', '202338.812500', '202339.272500', '202339.732500', '202340.192500', '202340.652500', '202341.112500', '202341.572500', '202342.032500', '202342.492500', '202342.952500', '202343.412500', '202343.872500', '202344.332500', '202344.792500', '202345.252500', '202345.712500', '202346.172500', '202346.632500', '202347.092500', '202347.552500', '202348.012500', '202348.472500', '202348.932500', '202349.392500', '202349.852500', '202350.312500', '202350.772500', '202351.232500', '202351.692500', '202352.152500', '202352.612500', '202353.072500', '202353.532500', '202353.992500', '202354.452500', '202354.912500', '202355.372500', '202355.832500', '202356.292500', '202356.752500', '202357.212500', '202357.672500', '202358.132500', '202358.592500', '202359.052500', '202359.512500', '202359.972500', '202400.432500', '202400.892500', '202401.352500', '202401.812500', '202402.272500', '202402.732500', '202403.192500', '202403.652500', '202404.112500', '202404.572500', '202405.032500', '202405.492500', '202405.952500', '202406.412500', '202406.872500', '202407.332500', '202407.792500', '202408.252500', '202408.712500', '202409.172500', '202409.632500', '202410.092500', '202410.552500', '202411.012500', '202411.472500', '202411.932500', '202412.392500', '202412.852500', '202413.312500', '202413.772500', '202414.232500', '202414.692500', '202415.152500', '202415.612500', '202416.072500', '202416.532500', '202416.992500', '202417.452500', '202417.912500', '202418.372500', '202418.832500', '202419.292500', '202419.752500', '202420.212500', '202420.672500', '202421.132500', '202421.592500', '202422.052500', '202422.512500', '202422.972500', '202423.432500', '202423.892500', '202424.352500', '202424.812500', '202425.272500', '202425.732500', '202426.192500', '202426.652500', '202427.112500', '202427.572500', '202428.032500', '202428.492500', '202428.952500', '202429.412500', '202429.872500', '202430.332500', '202430.792500', '202431.252500', '202431.712500', '202432.172500', '202432.632500', '202433.092500', '202433.552500', '202434.012500', '202434.472500', '202434.932500', '202435.392500', '202435.852500', '202436.312500', '202436.772500', '202437.232500', '202437.692500', '202438.152500', '202438.612500', '202439.072500', '202439.532500', '202439.992500', '202440.452500', '202440.912500', '202441.372500', '202441.832500', '202442.292500', '202442.752500', '202443.212500', '202443.672500', '202444.132500', '202444.592500', '202445.052500', '202445.512500', '202445.972500', '202446.432500', '202446.892500', '202447.352500', '202447.812500', '202448.272500', '202448.732500', '202449.192500', '202449.652500', '202450.112500', '202450.572500', '202451.032500', '202451.492500', '202451.952500', '202452.412500', '202452.872500', '202453.332500', '202453.792500', '202454.252500', '202454.712500', '202455.172500', '202455.632500', '202456.092500', '202456.552500', '202457.012500', '202457.472500', '202457.932500', '202458.392500', '202458.852500', '202459.312500', '202459.772500', '202500.232500', '202500.692500', '202501.152500', '202501.612500', '202502.072500', '202502.532500', '202502.992500', '202503.452500', '202503.912500', '202504.372500', '202504.832500', '202505.292500', '202505.752500', '202506.212500', '202506.672500', '202507.132500', '202507.592500', '202508.052500', '202508.512500', '202508.972500', '202509.432500', '202509.892500', '202510.352500', '202510.812500', '202511.272500', '202511.732500', '202512.192500', '202512.652500', '202513.112500', '202513.572500', '202514.032500', '202514.492500', '202514.952500', '202515.412500', '202515.872500', '202516.332500', '202516.792500', '202517.252500', '202517.712500', '202518.172500', '202518.632500', '202519.092500', '202519.552500', '202520.012500', '202520.472500', '202520.932500', '202521.392500', '202521.852500', '202522.312500', '202522.772500', '202523.232500', '202523.692500', '202524.152500', '202524.612500', '202525.072500', '202525.532500', '202525.992500', '202526.452500', '202526.912500', '202527.372500', '202527.832500', '202528.292500', '202528.752500', '202529.212500', '202529.672500', '202530.132500', '202530.592500', '202531.052500', '202531.512500', '202531.972500', '202532.432500', '202532.892500', '202533.352500', '202533.812500', '202534.272500', '202534.732500', '202535.192500', '202535.652500', '202536.112500', '202536.572500', '202537.032500', '202537.492500', '202537.952500', '202538.412500', '202538.872500', '202539.332500', '202539.792500', '202540.252500', '202540.712500', '202541.172500', '202541.632500', '202542.092500', '202542.552500', '202543.012500', '202543.472500', '202543.932500', '202544.392500', '202544.852500', '202545.312500', '202545.772500', '202546.232500', '202546.692500', '202547.152500', '202547.612500', '202548.072500', '202548.532500', '202548.992500', '202549.452500', '202549.912500', '202550.372500', '202550.832500', '202551.292500', '202551.752500', '202552.212500', '202552.672500', '202553.132500', '202553.592500', '202554.052500', '202554.512500', '202554.972500', '202555.432500', '202555.892500', '202556.352500', '202556.812500', '202557.272500', '202557.732500', '202558.192500', '202558.652500', '202559.112500', '202559.572500', '202600.032500', '202600.492500', '202600.952500', '202601.412500', '202601.872500', '202602.332500', '202602.792500', '202603.252500', '202603.712500', '202604.172500', '202604.632500', '202605.092500', '202605.552500', '202606.012500', '202606.472500', '202606.932500', '202607.392500', '202607.852500', '202608.312500', '202608.772500', '202609.232500', '202609.692500', '202610.152500', '202610.612500', '202611.072500', '202611.532500', '202611.992500', '202612.452500', '202612.912500', '202613.372500', '202613.832500', '202614.292500', '202614.752500', '202615.212500', '202615.672500', '202616.132500', '202616.592500', '202617.052500', '202617.512500', '202617.972500', '202618.432500', '202618.892500', '202619.352500', '202619.812500', '202620.272500', '202620.732500', '202621.192500', '202621.652500', '202622.112500', '202622.572500', '202623.032500', '202623.492500', '202623.952500', '202624.412500', '202624.872500', '202625.332500', '202625.792500', '202626.252500', '202626.712500', '202627.172500', '202627.632500', '202628.092500', '202628.552500', '202629.012500', '202629.472500', '202629.932500', '202630.392500', '202630.852500', '202631.312500', '202631.772500', '202632.232500', '202632.692500', '202633.152500', '202633.612500', '202634.072500', '202634.532500', '202634.992500', '202635.452500', '202635.912500', '202636.372500', '202636.832500', '202637.292500', '202637.752500', '202638.212500', '202638.672500', '202639.132500', '202639.592500', '202640.052500', '202640.512500', '202640.972500', '202641.432500', '202641.892500', '202642.352500', '202642.812500', '202643.272500', '202643.732500', '202644.192500', '202644.652500', '202645.112500', '202645.572500', '202646.032500', '202646.492500', '202646.952500', '202647.412500', '202647.872500', '202648.332500', '202648.792500', '202649.252500', '202649.712500', '202650.172500', '202650.632500', '202651.092500', '202651.552500', '202652.012500', '202652.472500', '202652.932500', '202653.392500', '202653.852500', '202654.312500', '202654.772500', '202655.232500', '202655.692500', '202656.152500', '202656.612500', '202657.072500', '202657.532500', '202657.992500', '202658.452500', '202658.912500', '202659.372500', '202659.832500', '202700.292500', '202700.752500', '202701.212500', '202701.672500', '202702.132500', '202702.592500', '202703.052500', '202703.512500', '202703.972500', '202704.432500', '202704.892500', '202705.352500', '202705.812500', '202706.272500', '202706.732500', '202707.192500', '202707.652500', '202708.112500', '202708.572500', '202709.032500', '202709.492500', '202709.952500', '202710.412500', '202710.872500', '202711.332500', '202711.792500', '202712.252500', '202712.712500', '202713.172500', '202713.632500', '202714.092500', '202714.552500', '202715.012500', '202715.472500', '202715.932500', '202716.392500', '202716.852500', '202717.312500', '202717.772500', '202718.232500', '202718.692500', '202719.152500', '202719.612500', '202720.072500', '202720.532500', '202720.992500', '202721.452500', '202721.912500', '202722.372500', '202722.832500', '202723.292500', '202723.752500', '202724.212500', '202724.672500', '202725.132500', '202725.592500', '202726.052500', '202726.512500', '202726.972500', '202727.432500', '202727.892500', '202728.352500', '202728.812500', '202729.272500', '202729.732500', '202730.192500', '202730.652500', '202731.112500', '202731.572500', '202732.032500', '202732.492500', '202732.952500', '202733.412500', '202733.872500', '202734.332500', '202734.792500', '202735.252500', '202735.712500', '202736.172500', '202736.632500', '202737.092500', '202737.552500', '202738.012500', '202738.472500', '202738.932500', '202739.392500', '202739.852500', '202740.312500', '202740.772500', '202741.232500', '202741.692500', '202742.152500', '202742.612500', '202743.072500', '202743.532500', '202743.992500', '202744.452500', '202744.912500', '202745.372500', '202745.832500', '202746.292500', '202746.752500', '202747.212500', '202747.672500', '202748.132500', '202748.592500', '202749.052500', '202749.512500', '202749.972500', '202750.432500', '202750.892500', '202751.352500', '202751.812500', '202752.272500', '202752.732500', '202753.192500', '202753.652500', '202754.112500', '202754.572500', '202755.032500', '202755.492500', '202755.952500', '202756.412500', '202756.872500', '202757.332500', '202757.792500', '202758.252500', '202758.712500', '202759.172500', '202759.632500', '202800.092500', '202800.552500', '202801.012500', '202801.472500', '202801.932500', '202802.392500', '202802.852500', '202803.312500', '202803.772500', '202804.232500', '202804.692500', '202805.152500', '202805.612500', '202806.072500', '202806.532500', '202806.992500', '202807.452500', '202807.912500', '202808.372500', '202808.832500', '202809.292500', '202809.752500', '202810.212500', '202810.672500', '202811.132500', '202811.592500', '202812.052500', '202812.512500', '202812.972500', '202813.432500', '202813.892500', '202814.352500', '202814.812500', '202815.272500', '202815.732500', '202816.192500', '202816.652500', '202817.112500', '202817.572500', '202818.032500', '202818.492500', '202818.952500', '202819.412500', '202819.872500', '202820.332500', '202820.792500', '202821.252500', '202821.712500', '202822.172500', '202822.632500', '202823.092500', '202823.552500', '202824.012500', '202824.472500', '202824.932500', '202825.392500', '202825.852500', '202826.312500', '202826.772500', '202827.232500', '202827.692500', '202828.152500', '202828.612500', '202829.072500', '202829.532500', '202829.992500', '202830.452500', '202830.912500', '202831.372500', '202831.832500', '202832.292500', '202832.752500', '202833.212500', '202833.672500', '202834.132500', '202834.592500', '202835.052500', '202835.512500', '202835.972500', '202836.432500', '202836.892500', '202837.352500', '202837.812500', '202838.272500', '202838.732500', '202839.192500', '202839.652500', '202840.112500', '202840.572500', '202841.032500', '202841.492500', '202841.952500', '202842.412500', '202842.872500', '202843.332500', '202843.792500', '202844.252500', '202844.712500', '202845.172500', '202845.632500', '202846.092500', '202846.552500', '202847.012500', '202847.472500', '202847.932500', '202848.392500', '202848.852500', '202849.312500', '202849.772500', '202850.232500', '202850.692500', '202851.152500', '202851.612500', '202852.072500', '202852.532500', '202852.992500', '202853.452500', '202853.912500', '202854.372500', '202854.832500', '202855.292500', '202855.752500', '202856.212500', '202856.672500', '202857.132500'], 'ContentTime': ['202242.842000', '202242.845000', '202242.848000', '202242.851000', '202242.853000', '202242.856000', '202242.859000', '202242.861000', '202242.864000', '202242.866000', '202242.869000', '202242.871000', '202242.874000', '202242.877000', '202242.879000', '202242.882000', '202242.885000', '202242.888000', '202242.890000', '202242.893000', '202242.895000', '202242.898000', '202242.900000', '202242.903000', '202242.906000', '202242.913000', '202242.915000', '202242.918000', '202242.920000', '202242.923000', '202242.926000', '202242.928000', '202242.931000', '202242.934000', '202242.936000', '202242.939000', '202242.941000', '202242.944000', '202242.946000', '202242.949000', '202242.952000', '202242.954000', '202242.957000', '202242.959000', '202242.962000', '202242.965000', '202242.967000', '202242.970000', '202242.972000', '202242.975000', '202242.977000', '202242.980000', '202242.982000', '202242.987000', '202242.989000', '202302.783000', '202302.786000', '202302.789000', '202302.791000', '202302.794000', '202302.796000', '202302.799000', '202302.802000', '202302.804000', '202302.807000', '202302.809000', '202302.812000', '202302.814000', '202302.817000', '202302.820000', '202302.822000', '202302.825000', '202302.827000', '202302.830000', '202302.832000', '202302.835000', '202302.837000', '202302.840000', '202302.843000', '202302.845000', '202302.848000', '202302.850000', '202302.853000', '202302.855000', '202302.858000', '202302.860000', '202302.863000', '202302.866000', '202302.868000', '202302.871000', '202302.873000', '202302.876000', '202302.878000', '202302.881000', '202302.883000', '202302.886000', '202302.888000', '202302.891000', '202302.894000', '202322.784000', '202322.786000', '202322.789000', '202322.792000', '202322.794000', '202322.797000', '202322.799000', '202322.802000', '202322.804000', '202322.807000', '202322.810000', '202322.812000', '202322.815000', '202322.817000', '202322.820000', '202322.822000', '202322.825000', '202322.828000', '202322.830000', '202322.833000', '202322.835000', '202322.838000', '202322.840000', '202322.843000', '202322.845000', '202322.848000', '202322.850000', '202322.853000', '202322.856000', '202322.858000', '202322.861000', '202322.863000', '202322.866000', '202322.868000', '202322.871000', '202322.873000', '202322.876000', '202322.879000', '202322.881000', '202322.884000', '202322.887000', '202322.890000', '202322.893000', '202342.784000', '202342.787000', '202342.790000', '202342.792000', '202342.795000', '202342.797000', '202342.800000', '202342.803000', '202342.805000', '202342.808000', '202342.810000', '202342.813000', '202342.815000', '202342.829000', '202342.832000', '202342.835000', '202342.837000', '202342.840000', '202342.842000', '202342.845000', '202342.847000', '202342.850000', '202342.852000', '202342.855000', '202342.857000', '202342.860000', '202342.863000', '202342.865000', '202342.868000', '202342.870000', '202342.873000', '202342.876000', '202342.878000', '202342.881000', '202342.883000', '202342.886000', '202342.889000', '202342.891000', '202342.894000', '202342.896000', '202342.899000', '202342.901000', '202342.904000', '202342.907000', '202402.785000', '202402.788000', '202402.790000', '202402.793000', '202402.795000', '202402.798000', '202402.801000', '202402.803000', '202402.806000', '202402.809000', '202402.811000', '202402.814000', '202402.816000', '202402.819000', '202402.822000', '202402.824000', '202402.827000', '202402.830000', '202402.842000', '202402.844000', '202402.847000', '202402.849000', '202402.852000', '202402.854000', '202402.857000', '202402.860000', '202402.862000', '202402.865000', '202402.867000', '202402.870000', '202402.873000', '202402.875000', '202402.878000', '202402.880000', '202402.883000', '202402.886000', '202402.889000', '202402.892000', '202402.894000', '202402.897000', '202402.899000', '202402.902000', '202402.905000', '202422.783000', '202422.787000', '202422.789000', '202422.792000', '202422.795000', '202422.797000', '202422.800000', '202422.803000', '202422.805000', '202422.808000', '202422.811000', '202422.813000', '202422.816000', '202422.819000', '202422.821000', '202422.824000', '202422.826000', '202422.829000', '202422.831000', '202422.834000', '202422.837000', '202422.839000', '202422.842000', '202422.844000', '202422.847000', '202422.850000', '202422.852000', '202422.855000', '202422.858000', '202422.861000', '202422.863000', '202422.866000', '202422.869000', '202422.871000', '202422.874000', '202422.876000', '202422.879000', '202422.881000', '202422.884000', '202422.887000', '202422.889000', '202422.892000', '202422.895000', '202442.783000', '202442.786000', '202442.789000', '202442.792000', '202442.794000', '202442.797000', '202442.800000', '202442.802000', '202442.805000', '202442.808000', '202442.810000', '202442.813000', '202442.816000', '202442.819000', '202442.822000', '202442.825000', '202442.828000', '202442.830000', '202442.833000', '202442.835000', '202442.838000', '202442.840000', '202442.843000', '202442.846000', '202442.848000', '202442.851000', '202442.854000', '202442.856000', '202442.859000', '202442.861000', '202442.864000', '202442.867000', '202442.869000', '202442.872000', '202442.875000', '202442.878000', '202442.881000', '202442.884000', '202442.887000', '202442.889000', '202442.892000', '202442.895000', '202442.897000', '202442.900000', '202502.784000', '202502.786000', '202502.789000', '202502.792000', '202502.794000', '202502.797000', '202502.800000', '202502.802000', '202502.805000', '202502.807000', '202502.810000', '202502.813000', '202502.815000', '202502.818000', '202502.820000', '202502.823000', '202502.826000', '202502.828000', '202502.831000', '202502.833000', '202502.836000', '202502.839000', '202502.841000', '202502.844000', '202502.851000', '202502.854000', '202502.857000', '202502.859000', '202502.862000', '202502.864000', '202502.867000', '202502.870000', '202502.872000', '202502.875000', '202502.877000', '202502.880000', '202502.882000', '202502.885000', '202502.888000', '202502.890000', '202502.893000', '202502.896000', '202502.898000', '202502.901000', '202522.784000', '202522.786000', '202522.789000', '202522.792000', '202522.794000', '202522.797000', '202522.800000', '202522.803000', '202522.805000', '202522.808000', '202522.811000', '202522.813000', '202522.816000', '202522.818000', '202522.821000', '202522.824000', '202522.826000', '202522.829000', '202522.831000', '202522.834000', '202522.836000', '202522.839000', '202522.842000', '202522.845000', '202522.847000', '202522.850000', '202522.853000', '202522.855000', '202522.858000', '202522.861000', '202522.863000', '202522.867000', '202522.869000', '202522.872000', '202522.875000', '202522.877000', '202522.880000', '202522.883000', '202522.885000', '202522.888000', '202522.890000', '202522.893000', '202522.896000', '202542.784000', '202542.787000', '202542.790000', '202542.792000', '202542.795000', '202542.797000', '202542.800000', '202542.803000', '202542.806000', '202542.809000', '202542.811000', '202542.818000', '202542.821000', '202542.823000', '202542.826000', '202542.829000', '202542.831000', '202542.834000', '202542.837000', '202542.839000', '202542.842000', '202542.845000', '202542.847000', '202542.850000', '202542.853000', '202542.855000', '202542.858000', '202542.861000', '202542.863000', '202542.866000', '202542.868000', '202542.871000', '202542.874000', '202542.877000', '202542.879000', '202542.882000', '202542.885000', '202542.888000', '202542.890000', '202542.893000', '202542.895000', '202542.898000', '202542.901000', '202542.903000', '202602.784000', '202602.787000', '202602.790000', '202602.793000', '202602.795000', '202602.798000', '202602.801000', '202602.803000', '202602.806000', '202602.808000', '202602.811000', '202602.814000', '202602.816000', '202602.819000', '202602.821000', '202602.824000', '202602.827000', '202602.829000', '202602.832000', '202602.835000', '202602.838000', '202602.840000', '202602.843000', '202602.845000', '202602.848000', '202602.851000', '202602.853000', '202602.856000', '202602.858000', '202602.861000', '202602.864000', '202602.866000', '202602.869000', '202602.871000', '202602.874000', '202602.877000', '202602.880000', '202602.882000', '202602.885000', '202602.887000', '202602.890000', '202602.892000', '202602.895000', '202622.785000', '202622.787000', '202622.790000', '202622.793000', '202622.795000', '202622.798000', '202622.801000', '202622.803000', '202622.806000', '202622.808000', '202622.811000', '202622.813000', '202622.816000', '202622.819000', '202622.821000', '202622.824000', '202622.827000', '202622.838000', '202622.841000', '202622.843000', '202622.846000', '202622.849000', '202622.851000', '202622.854000', '202622.856000', '202622.859000', '202622.862000', '202622.864000', '202622.867000', '202622.869000', '202622.872000', '202622.875000', '202622.877000', '202622.880000', '202622.883000', '202622.885000', '202622.888000', '202622.890000', '202622.893000', '202622.896000', '202622.898000', '202622.901000', '202622.903000', '202622.906000', '202642.783000', '202642.786000', '202642.789000', '202642.791000', '202642.794000', '202642.797000', '202642.799000', '202642.802000', '202642.804000', '202642.807000', '202642.810000', '202642.812000', '202642.815000', '202642.817000', '202642.820000', '202642.823000', '202642.825000', '202642.828000', '202642.830000', '202642.833000', '202642.835000', '202642.838000', '202642.841000', '202642.843000', '202642.846000', '202642.848000', '202642.851000', '202642.854000', '202642.856000', '202642.859000', '202642.862000', '202642.864000', '202642.867000', '202642.901000', '202642.904000', '202642.906000', '202642.909000', '202642.911000', '202642.914000', '202642.917000', '202642.919000', '202642.922000', '202642.924000', '202702.783000', '202702.786000', '202702.789000', '202702.792000', '202702.794000', '202702.797000', '202702.800000', '202702.802000', '202702.805000', '202702.807000', '202702.810000', '202702.813000', '202702.815000', '202702.818000', '202702.820000', '202702.823000', '202702.825000', '202702.829000', '202702.832000', '202702.834000', '202702.837000', '202702.840000', '202702.842000', '202702.845000', '202702.847000', '202702.850000', '202702.853000', '202702.855000', '202702.858000', '202702.860000', '202702.863000', '202702.865000', '202702.868000', '202702.871000', '202702.873000', '202702.876000', '202702.878000', '202702.881000', '202702.884000', '202702.886000', '202702.889000', '202702.891000', '202702.894000', '202722.783000', '202722.786000', '202722.789000', '202722.792000', '202722.794000', '202722.797000', '202722.799000', '202722.802000', '202722.805000', '202722.807000', '202722.810000', '202722.812000', '202722.815000', '202722.817000', '202722.820000', '202722.823000', '202722.825000', '202722.828000', '202722.830000', '202722.833000', '202722.836000', '202722.838000', '202722.841000', '202722.843000', '202722.846000', '202722.849000', '202722.851000', '202722.854000', '202722.856000', '202722.859000', '202722.862000', '202722.864000', '202722.867000', '202722.869000', '202722.873000', '202722.875000', '202722.878000', '202722.881000', '202722.883000', '202722.886000', '202722.889000', '202722.891000', '202722.894000', '202722.897000', '202742.784000', '202742.787000', '202742.789000', '202742.792000', '202742.795000', '202742.798000', '202742.800000', '202742.804000', '202742.806000', '202742.809000', '202742.812000', '202742.814000', '202742.817000', '202742.820000', '202742.822000', '202742.825000', '202742.827000', '202742.830000', '202742.833000', '202742.835000', '202742.838000', '202742.840000', '202742.843000', '202742.846000', '202742.848000', '202742.851000', '202742.853000', '202742.856000', '202742.859000', '202742.862000', '202742.864000', '202742.867000', '202742.870000', '202742.872000', '202742.875000', '202742.877000', '202742.880000', '202742.882000', '202742.885000', '202742.888000', '202742.890000', '202742.893000', '202742.895000', '202802.783000', '202802.786000', '202802.789000', '202802.792000', '202802.794000', '202802.797000', '202802.799000', '202802.802000', '202802.805000', '202802.807000', '202802.810000', '202802.812000', '202802.815000', '202802.817000', '202802.820000', '202802.823000', '202802.825000', '202802.828000', '202802.831000', '202802.833000', '202802.836000', '202802.838000', '202802.841000', '202802.843000', '202802.846000', '202802.849000', '202802.851000', '202802.854000', '202802.856000', '202802.859000', '202802.861000', '202802.864000', '202802.867000', '202802.869000', '202802.872000', '202802.875000', '202802.877000', '202802.880000', '202802.882000', '202802.885000', '202802.887000', '202802.890000', '202802.892000', '202802.895000', '202822.785000', '202822.787000', '202822.790000', '202822.794000', '202822.797000', '202822.799000', '202822.802000', '202822.805000', '202822.807000', '202822.810000', '202822.813000', '202822.815000', '202822.818000', '202822.820000', '202822.823000', '202822.826000', '202822.828000', '202822.831000', '202822.833000', '202822.836000', '202822.839000', '202822.841000', '202822.844000', '202822.846000', '202822.849000', '202822.851000', '202822.854000', '202822.856000', '202822.859000', '202822.862000', '202822.864000', '202822.867000', '202822.870000', '202822.872000', '202822.875000', '202822.877000', '202822.880000', '202822.883000', '202822.885000', '202822.888000', '202822.890000', '202822.893000', '202822.896000', '202842.784000', '202842.787000', '202842.790000', '202842.792000', '202842.795000', '202842.798000', '202842.800000', '202842.803000', '202842.806000', '202842.808000', '202842.811000', '202842.813000', '202842.816000', '202842.818000', '202842.821000', '202842.824000', '202842.826000', '202842.829000', '202842.831000', '202842.834000', '202842.837000', '202842.839000', '202842.842000', '202842.844000', '202842.847000', '202842.849000', '202842.852000', '202842.854000', '202842.857000', '202842.860000', '202842.862000', '202842.865000', '202842.868000', '202842.870000', '202842.873000', '202842.875000', '202842.878000', '202842.880000', '202842.883000', '202842.885000', '202842.888000', '202842.891000', '202842.893000', '202842.896000', '202858.177000', '202858.181000', '202858.184000', '202858.187000', '202858.190000', '202858.193000', '202858.196000', '202858.199000', '202858.202000', '202858.204000', '202858.207000', '202858.210000', '202858.213000', '202858.216000', '202858.219000', '202858.222000', '202858.225000', '202858.228000', '202858.231000', '202858.234000', '202858.237000', '202858.240000', '202858.243000', '202858.245000', '202858.248000', '202858.250000', '202858.253000', '202858.256000', '202858.259000', '202858.261000', '202858.264000', '202858.267000', '202858.269000', '202858.272000'], 'InstanceCreationTime': ['202242.842000', '202242.845000', '202242.848000', '202242.851000', '202242.853000', '202242.856000', '202242.859000', '202242.861000', '202242.864000', '202242.866000', '202242.869000', '202242.871000', '202242.874000', '202242.877000', '202242.879000', '202242.882000', '202242.885000', '202242.888000', '202242.890000', '202242.893000', '202242.895000', '202242.898000', '202242.900000', '202242.903000', '202242.906000', '202242.913000', '202242.915000', '202242.918000', '202242.920000', '202242.923000', '202242.926000', '202242.928000', '202242.931000', '202242.934000', '202242.936000', '202242.939000', '202242.941000', '202242.944000', '202242.946000', '202242.949000', '202242.952000', '202242.954000', '202242.957000', '202242.959000', '202242.962000', '202242.965000', '202242.967000', '202242.970000', '202242.972000', '202242.975000', '202242.977000', '202242.980000', '202242.982000', '202242.987000', '202242.989000', '202302.783000', '202302.786000', '202302.789000', '202302.791000', '202302.794000', '202302.796000', '202302.799000', '202302.802000', '202302.804000', '202302.807000', '202302.809000', '202302.812000', '202302.814000', '202302.817000', '202302.820000', '202302.822000', '202302.825000', '202302.827000', '202302.830000', '202302.832000', '202302.835000', '202302.837000', '202302.840000', '202302.843000', '202302.845000', '202302.848000', '202302.850000', '202302.853000', '202302.855000', '202302.858000', '202302.860000', '202302.863000', '202302.866000', '202302.868000', '202302.871000', '202302.873000', '202302.876000', '202302.878000', '202302.881000', '202302.883000', '202302.886000', '202302.888000', '202302.891000', '202302.894000', '202322.784000', '202322.786000', '202322.789000', '202322.792000', '202322.794000', '202322.797000', '202322.799000', '202322.802000', '202322.804000', '202322.807000', '202322.810000', '202322.812000', '202322.815000', '202322.817000', '202322.820000', '202322.822000', '202322.825000', '202322.828000', '202322.830000', '202322.833000', '202322.835000', '202322.838000', '202322.840000', '202322.843000', '202322.845000', '202322.848000', '202322.850000', '202322.853000', '202322.856000', '202322.858000', '202322.861000', '202322.863000', '202322.866000', '202322.868000', '202322.871000', '202322.873000', '202322.876000', '202322.879000', '202322.881000', '202322.884000', '202322.887000', '202322.890000', '202322.893000', '202342.784000', '202342.787000', '202342.790000', '202342.792000', '202342.795000', '202342.797000', '202342.800000', '202342.803000', '202342.805000', '202342.808000', '202342.810000', '202342.813000', '202342.815000', '202342.829000', '202342.832000', '202342.835000', '202342.837000', '202342.840000', '202342.842000', '202342.845000', '202342.847000', '202342.850000', '202342.852000', '202342.855000', '202342.857000', '202342.860000', '202342.863000', '202342.865000', '202342.868000', '202342.870000', '202342.873000', '202342.876000', '202342.878000', '202342.881000', '202342.883000', '202342.886000', '202342.889000', '202342.891000', '202342.894000', '202342.896000', '202342.899000', '202342.901000', '202342.904000', '202342.907000', '202402.785000', '202402.788000', '202402.790000', '202402.793000', '202402.795000', '202402.798000', '202402.801000', '202402.803000', '202402.806000', '202402.809000', '202402.811000', '202402.814000', '202402.816000', '202402.819000', '202402.822000', '202402.824000', '202402.827000', '202402.830000', '202402.842000', '202402.844000', '202402.847000', '202402.849000', '202402.852000', '202402.854000', '202402.857000', '202402.860000', '202402.862000', '202402.865000', '202402.867000', '202402.870000', '202402.873000', '202402.875000', '202402.878000', '202402.880000', '202402.883000', '202402.886000', '202402.889000', '202402.892000', '202402.894000', '202402.897000', '202402.899000', '202402.902000', '202402.905000', '202422.783000', '202422.787000', '202422.789000', '202422.792000', '202422.795000', '202422.797000', '202422.800000', '202422.803000', '202422.805000', '202422.808000', '202422.811000', '202422.813000', '202422.816000', '202422.819000', '202422.821000', '202422.824000', '202422.826000', '202422.829000', '202422.831000', '202422.834000', '202422.837000', '202422.839000', '202422.842000', '202422.844000', '202422.847000', '202422.850000', '202422.852000', '202422.855000', '202422.858000', '202422.861000', '202422.863000', '202422.866000', '202422.869000', '202422.871000', '202422.874000', '202422.876000', '202422.879000', '202422.881000', '202422.884000', '202422.887000', '202422.889000', '202422.892000', '202422.895000', '202442.783000', '202442.786000', '202442.789000', '202442.792000', '202442.794000', '202442.797000', '202442.800000', '202442.802000', '202442.805000', '202442.808000', '202442.810000', '202442.813000', '202442.816000', '202442.819000', '202442.822000', '202442.825000', '202442.828000', '202442.830000', '202442.833000', '202442.835000', '202442.838000', '202442.840000', '202442.843000', '202442.846000', '202442.848000', '202442.851000', '202442.854000', '202442.856000', '202442.859000', '202442.861000', '202442.864000', '202442.867000', '202442.869000', '202442.872000', '202442.875000', '202442.878000', '202442.881000', '202442.884000', '202442.887000', '202442.889000', '202442.892000', '202442.895000', '202442.897000', '202442.900000', '202502.784000', '202502.786000', '202502.789000', '202502.792000', '202502.794000', '202502.797000', '202502.800000', '202502.802000', '202502.805000', '202502.807000', '202502.810000', '202502.813000', '202502.815000', '202502.818000', '202502.820000', '202502.823000', '202502.826000', '202502.828000', '202502.831000', '202502.833000', '202502.836000', '202502.839000', '202502.841000', '202502.844000', '202502.851000', '202502.854000', '202502.857000', '202502.859000', '202502.862000', '202502.864000', '202502.867000', '202502.870000', '202502.872000', '202502.875000', '202502.877000', '202502.880000', '202502.882000', '202502.885000', '202502.888000', '202502.890000', '202502.893000', '202502.896000', '202502.898000', '202502.901000', '202522.784000', '202522.786000', '202522.789000', '202522.792000', '202522.794000', '202522.797000', '202522.800000', '202522.803000', '202522.805000', '202522.808000', '202522.811000', '202522.813000', '202522.816000', '202522.818000', '202522.821000', '202522.824000', '202522.826000', '202522.829000', '202522.831000', '202522.834000', '202522.836000', '202522.839000', '202522.842000', '202522.845000', '202522.847000', '202522.850000', '202522.853000', '202522.855000', '202522.858000', '202522.861000', '202522.863000', '202522.867000', '202522.869000', '202522.872000', '202522.875000', '202522.877000', '202522.880000', '202522.883000', '202522.885000', '202522.888000', '202522.890000', '202522.893000', '202522.896000', '202542.784000', '202542.787000', '202542.790000', '202542.792000', '202542.795000', '202542.797000', '202542.800000', '202542.803000', '202542.806000', '202542.809000', '202542.811000', '202542.818000', '202542.821000', '202542.823000', '202542.826000', '202542.829000', '202542.831000', '202542.834000', '202542.837000', '202542.839000', '202542.842000', '202542.845000', '202542.847000', '202542.850000', '202542.853000', '202542.855000', '202542.858000', '202542.861000', '202542.863000', '202542.866000', '202542.868000', '202542.871000', '202542.874000', '202542.877000', '202542.879000', '202542.882000', '202542.885000', '202542.888000', '202542.890000', '202542.893000', '202542.895000', '202542.898000', '202542.901000', '202542.903000', '202602.784000', '202602.787000', '202602.790000', '202602.793000', '202602.795000', '202602.798000', '202602.801000', '202602.803000', '202602.806000', '202602.808000', '202602.811000', '202602.814000', '202602.816000', '202602.819000', '202602.821000', '202602.824000', '202602.827000', '202602.829000', '202602.832000', '202602.835000', '202602.838000', '202602.840000', '202602.843000', '202602.845000', '202602.848000', '202602.851000', '202602.853000', '202602.856000', '202602.858000', '202602.861000', '202602.864000', '202602.866000', '202602.869000', '202602.871000', '202602.874000', '202602.877000', '202602.880000', '202602.882000', '202602.885000', '202602.887000', '202602.890000', '202602.892000', '202602.895000', '202622.785000', '202622.787000', '202622.790000', '202622.793000', '202622.795000', '202622.798000', '202622.801000', '202622.803000', '202622.806000', '202622.808000', '202622.811000', '202622.813000', '202622.816000', '202622.819000', '202622.821000', '202622.824000', '202622.827000', '202622.838000', '202622.841000', '202622.843000', '202622.846000', '202622.849000', '202622.851000', '202622.854000', '202622.856000', '202622.859000', '202622.862000', '202622.864000', '202622.867000', '202622.869000', '202622.872000', '202622.875000', '202622.877000', '202622.880000', '202622.883000', '202622.885000', '202622.888000', '202622.890000', '202622.893000', '202622.896000', '202622.898000', '202622.901000', '202622.903000', '202622.906000', '202642.783000', '202642.786000', '202642.789000', '202642.791000', '202642.794000', '202642.797000', '202642.799000', '202642.802000', '202642.804000', '202642.807000', '202642.810000', '202642.812000', '202642.815000', '202642.817000', '202642.820000', '202642.823000', '202642.825000', '202642.828000', '202642.830000', '202642.833000', '202642.835000', '202642.838000', '202642.841000', '202642.843000', '202642.846000', '202642.848000', '202642.851000', '202642.854000', '202642.856000', '202642.859000', '202642.862000', '202642.864000', '202642.867000', '202642.901000', '202642.904000', '202642.906000', '202642.909000', '202642.911000', '202642.914000', '202642.917000', '202642.919000', '202642.922000', '202642.924000', '202702.783000', '202702.786000', '202702.789000', '202702.792000', '202702.794000', '202702.797000', '202702.800000', '202702.802000', '202702.805000', '202702.807000', '202702.810000', '202702.813000', '202702.815000', '202702.818000', '202702.820000', '202702.823000', '202702.825000', '202702.829000', '202702.832000', '202702.834000', '202702.837000', '202702.840000', '202702.842000', '202702.845000', '202702.847000', '202702.850000', '202702.853000', '202702.855000', '202702.858000', '202702.860000', '202702.863000', '202702.865000', '202702.868000', '202702.871000', '202702.873000', '202702.876000', '202702.878000', '202702.881000', '202702.884000', '202702.886000', '202702.889000', '202702.891000', '202702.894000', '202722.783000', '202722.786000', '202722.789000', '202722.792000', '202722.794000', '202722.797000', '202722.799000', '202722.802000', '202722.805000', '202722.807000', '202722.810000', '202722.812000', '202722.815000', '202722.817000', '202722.820000', '202722.823000', '202722.825000', '202722.828000', '202722.830000', '202722.833000', '202722.836000', '202722.838000', '202722.841000', '202722.843000', '202722.846000', '202722.849000', '202722.851000', '202722.854000', '202722.856000', '202722.859000', '202722.862000', '202722.864000', '202722.867000', '202722.869000', '202722.873000', '202722.875000', '202722.878000', '202722.881000', '202722.883000', '202722.886000', '202722.889000', '202722.891000', '202722.894000', '202722.897000', '202742.784000', '202742.787000', '202742.789000', '202742.792000', '202742.795000', '202742.798000', '202742.800000', '202742.804000', '202742.806000', '202742.809000', '202742.812000', '202742.814000', '202742.817000', '202742.820000', '202742.822000', '202742.825000', '202742.827000', '202742.830000', '202742.833000', '202742.835000', '202742.838000', '202742.840000', '202742.843000', '202742.846000', '202742.848000', '202742.851000', '202742.853000', '202742.856000', '202742.859000', '202742.862000', '202742.864000', '202742.867000', '202742.870000', '202742.872000', '202742.875000', '202742.877000', '202742.880000', '202742.882000', '202742.885000', '202742.888000', '202742.890000', '202742.893000', '202742.895000', '202802.783000', '202802.786000', '202802.789000', '202802.792000', '202802.794000', '202802.797000', '202802.799000', '202802.802000', '202802.805000', '202802.807000', '202802.810000', '202802.812000', '202802.815000', '202802.817000', '202802.820000', '202802.823000', '202802.825000', '202802.828000', '202802.831000', '202802.833000', '202802.836000', '202802.838000', '202802.841000', '202802.843000', '202802.846000', '202802.849000', '202802.851000', '202802.854000', '202802.856000', '202802.859000', '202802.861000', '202802.864000', '202802.867000', '202802.869000', '202802.872000', '202802.875000', '202802.877000', '202802.880000', '202802.882000', '202802.885000', '202802.887000', '202802.890000', '202802.892000', '202802.895000', '202822.785000', '202822.787000', '202822.790000', '202822.794000', '202822.797000', '202822.799000', '202822.802000', '202822.805000', '202822.807000', '202822.810000', '202822.813000', '202822.815000', '202822.818000', '202822.820000', '202822.823000', '202822.826000', '202822.828000', '202822.831000', '202822.833000', '202822.836000', '202822.839000', '202822.841000', '202822.844000', '202822.846000', '202822.849000', '202822.851000', '202822.854000', '202822.856000', '202822.859000', '202822.862000', '202822.864000', '202822.867000', '202822.870000', '202822.872000', '202822.875000', '202822.877000', '202822.880000', '202822.883000', '202822.885000', '202822.888000', '202822.890000', '202822.893000', '202822.896000', '202842.784000', '202842.787000', '202842.790000', '202842.792000', '202842.795000', '202842.798000', '202842.800000', '202842.803000', '202842.806000', '202842.808000', '202842.811000', '202842.813000', '202842.816000', '202842.818000', '202842.821000', '202842.824000', '202842.826000', '202842.829000', '202842.831000', '202842.834000', '202842.837000', '202842.839000', '202842.842000', '202842.844000', '202842.847000', '202842.849000', '202842.852000', '202842.854000', '202842.857000', '202842.860000', '202842.862000', '202842.865000', '202842.868000', '202842.870000', '202842.873000', '202842.875000', '202842.878000', '202842.880000', '202842.883000', '202842.885000', '202842.888000', '202842.891000', '202842.893000', '202842.896000', '202858.177000', '202858.181000', '202858.184000', '202858.187000', '202858.190000', '202858.193000', '202858.196000', '202858.199000', '202858.202000', '202858.204000', '202858.207000', '202858.210000', '202858.213000', '202858.216000', '202858.219000', '202858.222000', '202858.225000', '202858.228000', '202858.231000', '202858.234000', '202858.237000', '202858.240000', '202858.243000', '202858.245000', '202858.248000', '202858.250000', '202858.253000', '202858.256000', '202858.259000', '202858.261000', '202858.264000', '202858.267000', '202858.269000', '202858.272000'], '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': [10604, 11973, 9213, 12826, 9740, 12667, 10824, 13423, 10212, 10828, 18034, 11877, 15308, 12623, 17479, 8602, 11070, 19481, 10216, 17157, 12734, 13126, 8992, 11236, 11155, 10019, 16145, 11788, 11733, 8567, 11454, 8608, 11237, 16143, 13360, 12213, 9036, 11788, 13675, 10716, 18477, 15499, 13454, 9444, 11219, 9627, 11232, 10183, 9942, 14296, 9832, 14114, 11141, 13157, 9531, 11790, 12185, 11730, 18177, 16630, 17292, 11013, 10569, 18577, 14413, 15793, 12940, 13237, 18246, 9882, 12059, 9014, 9465, 9485, 10111, 8658, 9770, 13774, 9349, 11708, 9586, 11678, 15797, 10493, 13619, 9828, 12563, 9570, 10956, 13652, 9478, 14886, 11199, 13941, 13626, 9956, 17412, 9442, 11400, 9865, 11454, 16415, 9751, 12925, 9303, 11330, 9164, 10272, 15353, 12552, 10689, 9240, 11195, 16950, 11213, 14470, 11733, 12489, 16718, 9669, 16127, 10908, 13879, 16588, 10396, 15143, 9787, 10371, 10274, 10272, 15406, 12561, 11008, 9921, 9905, 14285, 10290, 12579, 10507, 10383, 14714, 10021, 13389, 10040, 12222, 13071, 10600, 16103, 10732, 12267, 10068, 12286, 15538, 10666, 14950, 9249, 11063, 9491, 10385, 15988, 10813, 10811, 8975, 10607, 10318, 9582, 14835, 11519, 10354, 8941, 10444, 12728, 9944, 14643, 10642, 12935, 14247, 10000, 17900, 9624, 11107, 10135, 9882, 14940, 11084, 10443, 9035, 10102, 14152, 9904, 13030, 9537, 10652, 9079, 10029, 13548, 10269, 10302, 9475, 10689, 9250, 9997, 10149, 9580, 13142, 9632, 13213, 12259, 13942, 9592, 11561, 14276, 10389, 17613, 15415, 16566, 11375, 9886, 18837, 14129, 15495, 10853, 11314, 8313, 11097, 10279, 16127, 12016, 9544, 10244, 13192, 12258, 9431, 14353, 9427, 12354, 9583, 12035, 15539, 11073, 17273, 14215, 13003, 15466, 10696, 19201, 15923, 17716, 11776, 9614, 18912, 12619, 14045, 10005, 10408, 18955, 10055, 11342, 9606, 10109, 9015, 9547, 11348, 9215, 10446, 12073, 9310, 12667, 10081, 11013, 9879, 9157, 12810, 9061, 11309, 9229, 9972, 14712, 10910, 11135, 9059, 10043, 13125, 9405, 13480, 9174, 10260, 8149, 9225, 14051, 9307, 13273, 9729, 11100, 8085, 10332, 12743, 9612, 14338, 10665, 11857, 8616, 11249, 11110, 10252, 15565, 11047, 13719, 9221, 12458, 8597, 12586, 18308, 13409, 15920, 10440, 12595, 10884, 12715, 19629, 16182, 14912, 10926, 12087, 13207, 10747, 17052, 14543, 12506, 8585, 10151, 15381, 9760, 14597, 11571, 12778, 11108, 9858, 17852, 12040, 14226, 11545, 12429, 8788, 9844, 16146, 10717, 14653, 12609, 13411, 11195, 9883, 17835, 11266, 15317, 12670, 13388, 18231, 9769, 14021, 9465, 12285, 10525, 10952, 16008, 9767, 14214, 9554, 12326, 14522, 10935, 14160, 9917, 12072, 9543, 11748, 16400, 10713, 11362, 9834, 12288, 9158, 12268, 13768, 10542, 14174, 9657, 13116, 9051, 12665, 16644, 11676, 15783, 9707, 12107, 9240, 12309, 19330, 13542, 14143, 10171, 11674, 9565, 11984, 18815, 10364, 13323, 10141, 10915, 9727, 12150, 8665, 10065, 8715, 9429, 13820, 13076, 17939, 16941, 17145, 16142, 13728, 17906, 13782, 16189, 16290, 14063, 18706, 10329, 11396, 9319, 11531, 11204, 10321, 12346, 9783, 12500, 9827, 12277, 10283, 10235, 13690, 10172, 12860, 9632, 11713, 13104, 10095, 13070, 10190, 12195, 9064, 12255, 15601, 10893, 12911, 10173, 12341, 10082, 12513, 17607, 11408, 14299, 10090, 12289, 10295, 12483, 18939, 12359, 16142, 10686, 12232, 10536, 11452, 17978, 13872, 10872, 10001, 11264, 9623, 12004, 13473, 10760, 13644, 10044, 13397, 10398, 12599, 11330, 12481, 19339, 10532, 13632, 10073, 13176, 14222, 10139, 15338, 10157, 12485, 9844, 12073, 15670, 10227, 12796, 10196, 12198, 9660, 12001, 14281, 10278, 12605, 10367, 12764, 9256, 12256, 18176, 11661, 12362, 9840, 12244, 9637, 11109, 16973, 10663, 12593, 10126, 11998, 9235, 12364, 14970, 10266, 14040, 9855, 12203, 8921, 12443, 15753, 10751, 14578, 9255, 13484, 10018, 11135, 16283, 9420, 13542, 9765, 10891, 9442, 9405, 14453, 10377, 10755, 16382, 14465, 10317, 13835, 9638, 14551, 10093, 11709, 13354, 11898, 9286, 9446, 12021, 10133, 14226, 10211, 11114, 8949, 10850, 14951, 10377, 15684, 12172, 11880, 9180, 10319, 15840, 10414, 15216, 12233, 12394, 9879, 10129, 14278, 10530, 15551, 12652, 12628, 9585, 11080, 10775, 9940, 14984, 9997, 11828, 10629, 10790, 18432, 10265, 12814, 9557, 11681, 9657, 11659, 15783, 9718, 13652, 9836, 12328, 9935, 11065, 17806, 9967, 12773, 9963, 11199, 8628, 9989, 13891, 9764, 12344, 9780, 12083, 9710, 12865, 10376, 13381, 14931, 15704, 11666, 10028, 15422, 10532, 16705, 14073, 16023, 10463, 11208, 11344, 12408, 17330, 9527, 12265, 9707, 10783, 10391, 14754, 12954, 13578, 9746, 9801, 14674, 10480, 14380, 10731, 10795, 8942, 10761, 8583, 9832, 14794, 9937, 12538, 9121, 11120, 8422, 10102, 15449, 10814, 12304, 9372, 11721, 8933, 10901, 16078, 12649, 12863, 9825, 11712, 10381, 11125, 16740, 13984, 13410, 9739, 11549, 12206, 10854, 17019, 14748, 12037, 9185, 10301, 14674, 10255, 14688, 12725, 13032, 9323, 9899, 11055, 10363, 14983, 10733, 13637, 9819, 11757, 11843, 11569, 16955, 15242, 15224, 10849, 10396, 19178, 12037, 15358, 13094, 13316, 17242, 10614, 12266, 10191, 10980, 10252, 10512, 11438, 10661, 12178, 9876, 11650, 12239, 10442, 13692, 10697, 11606, 10433, 11054, 17715, 11617, 13517, 10639, 11032, 10403, 10898, 16450, 13289, 11575, 9789, 10808, 12058, 10421, 14058, 10183, 10329, 9864, 10730, 14710, 11179, 13107, 9843, 10810, 10044, 10406, 13667, 9695, 11704, 16748, 10598, 12313, 10366, 11288, 9499, 11734, 9391, 11004, 8887, 10434, 14095, 10104, 12347, 15853, 11293, 16264, 10474, 10710, 12919, 10643, 16416, 11767, 10537, 9017, 10586, 14076, 10852, 12996, 9525, 10634, 13217, 10819, 13432, 10047, 12420, 16109, 10951, 14155, 10400, 10896, 9424, 10998, 17228, 10950, 12228, 9613, 11447, 10669, 11358, 8569, 10096, 13084, 9813, 12263, 9551, 10845, 8980, 10286, 14486, 10561, 14479, 14613, 14894, 19857, 14200, 12819, 10164, 13537, 16929, 11433, 16101, 10722, 10988, 10613, 11329, 18241, 11736, 11612, 10485, 10159, 10665, 10766, 13961, 10910, 12167, 10766, 11964, 10898, 10769, 17570, 13757, 11848, 10840, 10561, 14446, 11220, 13542, 10395, 9647, 9750], 'WindowCenter': [4646.0, 4635.0, 4603.0, 4628.0, 4601.0, 4614.0, 4608.0, 4628.0, 4584.0, 4592.0, 4634.0, 4603.0, 4625.0, 4603.0, 4636.0, 4560.0, 4590.0, 4641.0, 4580.0, 4631.0, 4600.0, 4598.0, 4559.0, 4587.0, 4590.0, 4580.0, 4619.0, 4602.0, 4590.0, 4560.0, 4588.0, 4556.0, 4592.0, 4621.0, 4613.0, 4600.0, 4568.0, 4590.0, 4597.0, 4579.0, 4632.0, 4609.0, 4598.0, 4558.0, 4578.0, 4567.0, 4579.0, 4579.0, 4582.0, 4612.0, 4571.0, 4611.0, 4593.0, 4600.0, 4571.0, 4590.0, 4590.0, 4590.0, 4632.0, 4620.0, 4619.0, 4564.0, 4568.0, 4615.0, 4596.0, 4608.0, 4574.0, 4585.0, 4613.0, 4552.0, 4572.0, 4544.0, 4568.0, 4567.0, 4569.0, 4558.0, 4567.0, 4614.0, 4572.0, 4590.0, 4571.0, 4593.0, 4623.0, 4592.0, 4612.0, 4567.0, 4590.0, 4568.0, 4578.0, 4597.0, 4558.0, 4609.0, 4589.0, 4610.0, 4597.0, 4570.0, 4618.0, 4554.0, 4575.0, 4567.0, 4589.0, 4618.0, 4568.0, 4596.0, 4568.0, 4576.0, 4558.0, 4578.0, 4608.0, 4599.0, 4579.0, 4556.0, 4578.0, 4616.0, 4578.0, 4599.0, 4575.0, 4587.0, 4605.0, 4552.0, 4594.0, 4563.0, 4597.0, 4605.0, 4555.0, 4591.0, 4539.0, 4552.0, 4561.0, 4564.0, 4605.0, 4585.0, 4563.0, 4566.0, 4566.0, 4593.0, 4577.0, 4586.0, 4564.0, 4565.0, 4593.0, 4554.0, 4583.0, 4552.0, 4575.0, 4581.0, 4566.0, 4605.0, 4563.0, 4572.0, 4564.0, 4586.0, 4607.0, 4565.0, 4607.0, 4566.0, 4577.0, 4554.0, 4577.0, 4605.0, 4574.0, 4565.0, 4554.0, 4565.0, 4564.0, 4566.0, 4606.0, 4576.0, 4567.0, 4555.0, 4577.0, 4595.0, 4566.0, 4608.0, 4577.0, 4588.0, 4595.0, 4553.0, 4616.0, 4554.0, 4563.0, 4552.0, 4566.0, 4605.0, 4577.0, 4565.0, 4554.0, 4563.0, 4594.0, 4566.0, 4597.0, 4567.0, 4566.0, 4556.0, 4579.0, 4599.0, 4579.0, 4578.0, 4569.0, 4581.0, 4571.0, 4579.0, 4579.0, 4569.0, 4599.0, 4595.0, 4613.0, 4614.0, 4623.0, 4584.0, 4602.0, 4622.0, 4592.0, 4634.0, 4622.0, 4620.0, 4587.0, 4568.0, 4629.0, 4596.0, 4622.0, 4577.0, 4578.0, 4560.0, 4605.0, 4592.0, 4635.0, 4604.0, 4567.0, 4579.0, 4614.0, 4588.0, 4571.0, 4609.0, 4583.0, 4599.0, 4582.0, 4617.0, 4624.0, 4590.0, 4621.0, 4599.0, 4585.0, 4596.0, 4553.0, 4606.0, 4596.0, 4580.0, 4547.0, 4515.0, 4584.0, 4541.0, 4541.0, 4509.0, 4521.0, 4574.0, 4511.0, 4532.0, 4523.0, 4524.0, 4510.0, 4513.0, 4534.0, 4525.0, 4533.0, 4557.0, 4528.0, 4569.0, 4554.0, 4552.0, 4550.0, 4543.0, 4570.0, 4543.0, 4561.0, 4539.0, 4565.0, 4596.0, 4576.0, 4564.0, 4555.0, 4566.0, 4597.0, 4557.0, 4597.0, 4567.0, 4567.0, 4547.0, 4568.0, 4609.0, 4582.0, 4610.0, 4583.0, 4600.0, 4561.0, 4591.0, 4613.0, 4595.0, 4625.0, 4594.0, 4604.0, 4573.0, 4605.0, 4605.0, 4608.0, 4636.0, 4605.0, 4612.0, 4583.0, 4613.0, 4586.0, 4617.0, 4657.0, 4626.0, 4634.0, 4594.0, 4613.0, 4606.0, 4615.0, 4647.0, 4634.0, 4623.0, 4578.0, 4600.0, 4611.0, 4590.0, 4634.0, 4613.0, 4590.0, 4560.0, 4579.0, 4606.0, 4579.0, 4621.0, 4590.0, 4599.0, 4578.0, 4566.0, 4632.0, 4599.0, 4625.0, 4592.0, 4603.0, 4547.0, 4580.0, 4622.0, 4593.0, 4610.0, 4603.0, 4613.0, 4592.0, 4582.0, 4632.0, 4590.0, 4622.0, 4587.0, 4602.0, 4629.0, 4568.0, 4594.0, 4569.0, 4588.0, 4579.0, 4579.0, 4606.0, 4567.0, 4594.0, 4555.0, 4599.0, 4609.0, 4578.0, 4610.0, 4568.0, 4586.0, 4581.0, 4603.0, 4632.0, 4579.0, 4589.0, 4579.0, 4599.0, 4570.0, 4602.0, 4610.0, 4593.0, 4612.0, 4583.0, 4600.0, 4572.0, 4614.0, 4632.0, 4604.0, 4623.0, 4570.0, 4588.0, 4569.0, 4601.0, 4643.0, 4598.0, 4599.0, 4568.0, 4576.0, 4558.0, 4591.0, 4630.0, 4568.0, 4599.0, 4577.0, 4577.0, 4571.0, 4607.0, 4576.0, 4583.0, 4548.0, 4544.0, 4598.0, 4599.0, 4632.0, 4632.0, 4619.0, 4619.0, 4597.0, 4617.0, 4609.0, 4621.0, 4606.0, 4596.0, 4616.0, 4564.0, 4576.0, 4555.0, 4578.0, 4575.0, 4569.0, 4584.0, 4565.0, 4585.0, 4579.0, 4589.0, 4579.0, 4579.0, 4598.0, 4579.0, 4598.0, 4568.0, 4590.0, 4601.0, 4582.0, 4600.0, 4577.0, 4588.0, 4583.0, 4603.0, 4607.0, 4592.0, 4611.0, 4582.0, 4599.0, 4568.0, 4601.0, 4630.0, 4592.0, 4599.0, 4568.0, 4590.0, 4580.0, 4601.0, 4629.0, 4589.0, 4607.0, 4563.0, 4585.0, 4563.0, 4579.0, 4621.0, 4600.0, 4578.0, 4566.0, 4576.0, 4568.0, 4589.0, 4598.0, 4590.0, 4612.0, 4567.0, 4599.0, 4581.0, 4600.0, 4578.0, 4589.0, 4629.0, 4566.0, 4587.0, 4568.0, 4589.0, 4596.0, 4554.0, 4605.0, 4566.0, 4586.0, 4568.0, 4588.0, 4605.0, 4554.0, 4586.0, 4566.0, 4588.0, 4571.0, 4603.0, 4609.0, 4581.0, 4597.0, 4578.0, 4587.0, 4569.0, 4589.0, 4628.0, 4591.0, 4601.0, 4568.0, 4588.0, 4569.0, 4590.0, 4631.0, 4581.0, 4585.0, 4578.0, 4590.0, 4569.0, 4613.0, 4622.0, 4594.0, 4623.0, 4583.0, 4601.0, 4558.0, 4602.0, 4623.0, 4593.0, 4622.0, 4585.0, 4611.0, 4568.0, 4594.0, 4621.0, 4572.0, 4612.0, 4581.0, 4607.0, 4585.0, 4574.0, 4625.0, 4582.0, 4593.0, 4624.0, 4613.0, 4570.0, 4602.0, 4571.0, 4611.0, 4570.0, 4588.0, 4601.0, 4590.0, 4544.0, 4568.0, 4574.0, 4582.0, 4610.0, 4582.0, 4579.0, 4570.0, 4581.0, 4607.0, 4581.0, 4623.0, 4591.0, 4588.0, 4569.0, 4568.0, 4620.0, 4592.0, 4620.0, 4601.0, 4602.0, 4565.0, 4582.0, 4612.0, 4579.0, 4610.0, 4601.0, 4590.0, 4570.0, 4591.0, 4578.0, 4566.0, 4610.0, 4569.0, 4589.0, 4566.0, 4566.0, 4618.0, 4563.0, 4575.0, 4567.0, 4588.0, 4553.0, 4589.0, 4617.0, 4569.0, 4599.0, 4581.0, 4603.0, 4569.0, 4581.0, 4618.0, 4569.0, 4599.0, 4570.0, 4594.0, 4559.0, 4571.0, 4586.0, 4569.0, 4602.0, 4584.0, 4602.0, 4582.0, 4601.0, 4594.0, 4614.0, 4624.0, 4626.0, 4577.0, 4569.0, 4620.0, 4579.0, 4608.0, 4613.0, 4611.0, 4578.0, 4578.0, 4590.0, 4603.0, 4619.0, 4568.0, 4574.0, 4568.0, 4578.0, 4581.0, 4612.0, 4600.0, 4588.0, 4566.0, 4556.0, 4607.0, 4576.0, 4613.0, 4593.0, 4589.0, 4558.0, 4591.0, 4571.0, 4580.0, 4621.0, 4580.0, 4599.0, 4571.0, 4590.0, 4574.0, 4593.0, 4633.0, 4594.0, 4600.0, 4582.0, 4600.0, 4572.0, 4605.0, 4633.0, 4616.0, 4604.0, 4580.0, 4600.0, 4579.0, 4591.0, 4632.0, 4627.0, 4610.0, 4569.0, 4590.0, 4587.0, 4589.0, 4620.0, 4610.0, 4588.0, 4556.0, 4569.0, 4597.0, 4581.0, 4623.0, 4600.0, 4599.0, 4569.0, 4568.0, 4578.0, 4580.0, 4610.0, 4580.0, 4598.0, 4580.0, 4603.0, 4590.0, 4589.0, 4619.0, 4609.0, 4596.0, 4552.0, 4553.0, 4615.0, 4576.0, 4597.0, 4571.0, 4572.0, 4589.0, 4546.0, 4556.0, 4549.0, 4564.0, 4552.0, 4564.0, 4575.0, 4565.0, 4574.0, 4565.0, 4578.0, 4583.0, 4565.0, 4595.0, 4564.0, 4574.0, 4566.0, 4578.0, 4632.0, 4587.0, 4596.0, 4566.0, 4565.0, 4563.0, 4576.0, 4606.0, 4586.0, 4577.0, 4564.0, 4565.0, 4575.0, 4566.0, 4594.0, 4565.0, 4566.0, 4564.0, 4574.0, 4594.0, 4576.0, 4585.0, 4565.0, 4578.0, 4564.0, 4576.0, 4595.0, 4567.0, 4590.0, 4617.0, 4567.0, 4586.0, 4567.0, 4576.0, 4567.0, 4590.0, 4570.0, 4594.0, 4554.0, 4579.0, 4609.0, 4581.0, 4599.0, 4620.0, 4592.0, 4622.0, 4567.0, 4566.0, 4588.0, 4578.0, 4606.0, 4586.0, 4566.0, 4541.0, 4565.0, 4593.0, 4578.0, 4600.0, 4556.0, 4581.0, 4596.0, 4577.0, 4595.0, 4569.0, 4599.0, 4618.0, 4578.0, 4596.0, 4565.0, 4579.0, 4566.0, 4581.0, 4632.0, 4580.0, 4586.0, 4555.0, 4576.0, 4577.0, 4580.0, 4546.0, 4580.0, 4596.0, 4569.0, 4589.0, 4569.0, 4594.0, 4570.0, 4581.0, 4609.0, 4592.0, 4611.0, 4610.0, 4611.0, 4630.0, 4596.0, 4587.0, 4566.0, 4584.0, 4605.0, 4562.0, 4606.0, 4560.0, 4562.0, 4549.0, 4578.0, 4614.0, 4577.0, 4575.0, 4566.0, 4564.0, 4562.0, 4567.0, 4595.0, 4578.0, 4573.0, 4561.0, 4574.0, 4564.0, 4566.0, 4617.0, 4583.0, 4563.0, 4562.0, 4553.0, 4580.0, 4564.0, 4583.0, 4565.0, 4567.0, 4566.0], 'WindowWidth': [10169.0, 10134.0, 10085.0, 10111.0, 10077.0, 10088.0, 10082.0, 10108.0, 10041.0, 10048.0, 10118.0, 10063.0, 10101.0, 10069.0, 10113.0, 10002.0, 10040.0, 10118.0, 10028.0, 10106.0, 10060.0, 10051.0, 10000.0, 10036.0, 10043.0, 10029.0, 10086.0, 10063.0, 10042.0, 10002.0, 10037.0, 9991.0, 10048.0, 10091.0, 10078.0, 10056.0, 10014.0, 10042.0, 10048.0, 10026.0, 10110.0, 10072.0, 10051.0, 9994.0, 10025.0, 10009.0, 10026.0, 10028.0, 10036.0, 10077.0, 10016.0, 10071.0, 10052.0, 10057.0, 10019.0, 10042.0, 10043.0, 10041.0, 10118.0, 10091.0, 10082.0, 9999.0, 10004.0, 10076.0, 10046.0, 10066.0, 10010.0, 10024.0, 10067.0, 9977.0, 10007.0, 9971.0, 10009.0, 10009.0, 10010.0, 9996.0, 10009.0, 10081.0, 10023.0, 10042.0, 10021.0, 10051.0, 10096.0, 10048.0, 10077.0, 10009.0, 10041.0, 10009.0, 10023.0, 10050.0, 9994.0, 10068.0, 10043.0, 10072.0, 10050.0, 10012.0, 10083.0, 9984.0, 10014.0, 10009.0, 10039.0, 10081.0, 10011.0, 10047.0, 10011.0, 10019.0, 9996.0, 10024.0, 10069.0, 10059.0, 10024.0, 9992.0, 10021.0, 10076.0, 10022.0, 10055.0, 10015.0, 10031.0, 10055.0, 9978.0, 10043.0, 9995.0, 10050.0, 10057.0, 9984.0, 10035.0, 9958.0, 9977.0, 9992.0, 9998.0, 10059.0, 10031.0, 9995.0, 10007.0, 10007.0, 10040.0, 10022.0, 10033.0, 9999.0, 10000.0, 10037.0, 9984.0, 10023.0, 9981.0, 10016.0, 10019.0, 10003.0, 10060.0, 9998.0, 10008.0, 10001.0, 10032.0, 10062.0, 10002.0, 10065.0, 10007.0, 10017.0, 9987.0, 10020.0, 10062.0, 10014.0, 10000.0, 9987.0, 10000.0, 9999.0, 10004.0, 10063.0, 10018.0, 10006.0, 9989.0, 10018.0, 10044.0, 10004.0, 10066.0, 10024.0, 10038.0, 10044.0, 9981.0, 10078.0, 9986.0, 9996.0, 9980.0, 10003.0, 10062.0, 10021.0, 10000.0, 9987.0, 9999.0, 10042.0, 10007.0, 10050.0, 10008.0, 10005.0, 9992.0, 10028.0, 10056.0, 10028.0, 10025.0, 10013.0, 10033.0, 10020.0, 10026.0, 10026.0, 10015.0, 10058.0, 10062.0, 10083.0, 10085.0, 10098.0, 10042.0, 10065.0, 10093.0, 10051.0, 10123.0, 10094.0, 10089.0, 10037.0, 10010.0, 10106.0, 10047.0, 10093.0, 10025.0, 10026.0, 10007.0, 10074.0, 10053.0, 10120.0, 10066.0, 10007.0, 10030.0, 10082.0, 10037.0, 10019.0, 10070.0, 10039.0, 10054.0, 10039.0, 10088.0, 10094.0, 10041.0, 10094.0, 10053.0, 10026.0, 10038.0, 9977.0, 10071.0, 10045.0, 10019.0, 9961.0, 9913.0, 10018.0, 9945.0, 9944.0, 9897.0, 9915.0, 10001.0, 9904.0, 9933.0, 9922.0, 9924.0, 9905.0, 9907.0, 9941.0, 9929.0, 9936.0, 9975.0, 9938.0, 9995.0, 9983.0, 9977.0, 9973.0, 9967.0, 10002.0, 9967.0, 9988.0, 9957.0, 9999.0, 10046.0, 10015.0, 9995.0, 9990.0, 10004.0, 10047.0, 9991.0, 10047.0, 10009.0, 10007.0, 9980.0, 10008.0, 10067.0, 10035.0, 10071.0, 10041.0, 10060.0, 10006.0, 10047.0, 10079.0, 10060.0, 10099.0, 10056.0, 10069.0, 10025.0, 10070.0, 10071.0, 10077.0, 10118.0, 10070.0, 10077.0, 10039.0, 10080.0, 10049.0, 10089.0, 10154.0, 10102.0, 10112.0, 10056.0, 10079.0, 10071.0, 10083.0, 10143.0, 10110.0, 10097.0, 10024.0, 10057.0, 10074.0, 10042.0, 10117.0, 10078.0, 10041.0, 10003.0, 10024.0, 10060.0, 10028.0, 10089.0, 10044.0, 10051.0, 10024.0, 10002.0, 10110.0, 10058.0, 10103.0, 10049.0, 10064.0, 9980.0, 10029.0, 10094.0, 10054.0, 10077.0, 10066.0, 10083.0, 10052.0, 10037.0, 10114.0, 10044.0, 10095.0, 10035.0, 10060.0, 10098.0, 10009.0, 10043.0, 10015.0, 10035.0, 10026.0, 10025.0, 10060.0, 10008.0, 10039.0, 9988.0, 10054.0, 10066.0, 10023.0, 10073.0, 10011.0, 10034.0, 10033.0, 10063.0, 10105.0, 10026.0, 10042.0, 10027.0, 10055.0, 10018.0, 10064.0, 10070.0, 10051.0, 10079.0, 10037.0, 10056.0, 10025.0, 10082.0, 10108.0, 10068.0, 10098.0, 10017.0, 10038.0, 10015.0, 10062.0, 10127.0, 10052.0, 10057.0, 10012.0, 10019.0, 9996.0, 10042.0, 10103.0, 10010.0, 10053.0, 10022.0, 10019.0, 10019.0, 10073.0, 10030.0, 10034.0, 9979.0, 9967.0, 10052.0, 10060.0, 10113.0, 10112.0, 10087.0, 10086.0, 10050.0, 10085.0, 10071.0, 10087.0, 10062.0, 10044.0, 10079.0, 9999.0, 10013.0, 9989.0, 10021.0, 10015.0, 10009.0, 10027.0, 10003.0, 10027.0, 10028.0, 10039.0, 10026.0, 10027.0, 10053.0, 10027.0, 10050.0, 10010.0, 10043.0, 10057.0, 10030.0, 10058.0, 10020.0, 10035.0, 10039.0, 10065.0, 10064.0, 10049.0, 10074.0, 10034.0, 10053.0, 10010.0, 10059.0, 10101.0, 10043.0, 10056.0, 10011.0, 10042.0, 10028.0, 10059.0, 10098.0, 10038.0, 10065.0, 9997.0, 10030.0, 9993.0, 10023.0, 10094.0, 10056.0, 10022.0, 10005.0, 10017.0, 10008.0, 10037.0, 10053.0, 10042.0, 10076.0, 10006.0, 10052.0, 10032.0, 10055.0, 10022.0, 10037.0, 10102.0, 10002.0, 10032.0, 10007.0, 10037.0, 10044.0, 9981.0, 10059.0, 10002.0, 10028.0, 10007.0, 10037.0, 10058.0, 9982.0, 10032.0, 10007.0, 10035.0, 10017.0, 10061.0, 10069.0, 10029.0, 10050.0, 10025.0, 10031.0, 10013.0, 10040.0, 10095.0, 10045.0, 10057.0, 10013.0, 10037.0, 10013.0, 10043.0, 10101.0, 10031.0, 10027.0, 10026.0, 10041.0, 10012.0, 10079.0, 10090.0, 10057.0, 10095.0, 10038.0, 10059.0, 9997.0, 10060.0, 10092.0, 10051.0, 10093.0, 10045.0, 10074.0, 10009.0, 10052.0, 10087.0, 10021.0, 10073.0, 10032.0, 10076.0, 10042.0, 10023.0, 10099.0, 10034.0, 10047.0, 10101.0, 10078.0, 10014.0, 10060.0, 10017.0, 10072.0, 10012.0, 10036.0, 10055.0, 10039.0, 9969.0, 10007.0, 10011.0, 10035.0, 10071.0, 10034.0, 10025.0, 10015.0, 10029.0, 10060.0, 10030.0, 10093.0, 10044.0, 10037.0, 10011.0, 10008.0, 10085.0, 10046.0, 10087.0, 10057.0, 10059.0, 10001.0, 10031.0, 10076.0, 10026.0, 10071.0, 10061.0, 10041.0, 10015.0, 10043.0, 10023.0, 10002.0, 10071.0, 10014.0, 10038.0, 10002.0, 10000.0, 10081.0, 9997.0, 10011.0, 10006.0, 10034.0, 9984.0, 10039.0, 10079.0, 10012.0, 10055.0, 10033.0, 10063.0, 10013.0, 10030.0, 10080.0, 10011.0, 10052.0, 10013.0, 10050.0, 9997.0, 10012.0, 10030.0, 10013.0, 10061.0, 10039.0, 10059.0, 10034.0, 10058.0, 10057.0, 10084.0, 10096.0, 10099.0, 10020.0, 10012.0, 10084.0, 10026.0, 10075.0, 10080.0, 10073.0, 10023.0, 10023.0, 10046.0, 10063.0, 10079.0, 10011.0, 10013.0, 10010.0, 10024.0, 10034.0, 10077.0, 10056.0, 10034.0, 10004.0, 9985.0, 10063.0, 10018.0, 10079.0, 10052.0, 10042.0, 9999.0, 10045.0, 10021.0, 10030.0, 10089.0, 10033.0, 10055.0, 10017.0, 10041.0, 10029.0, 10054.0, 10111.0, 10054.0, 10060.0, 10036.0, 10058.0, 10025.0, 10073.0, 10116.0, 10088.0, 10064.0, 10029.0, 10056.0, 10031.0, 10048.0, 10113.0, 10108.0, 10072.0, 10015.0, 10046.0, 10037.0, 10040.0, 10097.0, 10075.0, 10038.0, 9992.0, 10011.0, 10046.0, 10034.0, 10095.0, 10056.0, 10053.0, 10012.0, 10010.0, 10023.0, 10030.0, 10072.0, 10029.0, 10052.0, 10029.0, 10062.0, 10045.0, 10041.0, 10095.0, 10070.0, 10049.0, 9978.0, 9982.0, 10077.0, 10015.0, 10050.0, 10002.0, 10006.0, 10027.0, 9960.0, 9974.0, 9971.0, 9995.0, 9979.0, 9997.0, 10016.0, 10002.0, 10012.0, 10004.0, 10022.0, 10024.0, 10001.0, 10043.0, 9998.0, 10012.0, 10001.0, 10022.0, 10107.0, 10035.0, 10047.0, 10004.0, 9999.0, 9995.0, 10018.0, 10069.0, 10033.0, 10019.0, 10000.0, 10000.0, 10015.0, 10003.0, 10042.0, 10005.0, 10003.0, 10001.0, 10014.0, 10043.0, 10018.0, 10030.0, 10002.0, 10018.0, 9999.0, 10016.0, 10040.0, 10007.0, 10041.0, 10078.0, 10005.0, 10031.0, 10007.0, 10017.0, 10008.0, 10043.0, 10020.0, 10052.0, 9988.0, 10027.0, 10068.0, 10034.0, 10056.0, 10085.0, 10047.0, 10092.0, 10008.0, 10004.0, 10037.0, 10022.0, 10067.0, 10033.0, 10005.0, 9962.0, 10000.0, 10040.0, 10021.0, 10056.0, 9990.0, 10029.0, 10047.0, 10020.0, 10044.0, 10014.0, 10054.0, 10080.0, 10023.0, 10048.0, 10002.0, 10022.0, 10008.0, 10031.0, 10109.0, 10029.0, 10033.0, 9990.0, 10019.0, 10022.0, 10028.0, 9980.0, 10028.0, 10045.0, 10013.0, 10044.0, 10016.0, 10051.0, 10017.0, 10032.0, 10070.0, 10049.0, 10077.0, 10071.0, 10074.0, 10108.0, 10043.0, 10036.0, 10003.0, 10025.0, 10060.0, 9993.0, 10062.0, 9989.0, 9993.0, 9972.0, 10021.0, 10077.0, 10018.0, 10014.0, 10006.0, 9997.0, 9993.0, 10004.0, 10046.0, 10020.0, 10011.0, 9992.0, 10012.0, 9999.0, 10001.0, 10083.0, 10026.0, 9994.0, 9993.0, 9979.0, 10015.0, 9996.0, 10022.0, 10000.0, 10009.0, 10004.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.0010350863060989643</td></tr>
<tr><td colspan=3>aqi</td><td>0.02655275212888377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.6268721199078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.237413844711982</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0150228854147467</td></tr>
<tr><td colspan=3>efc</td><td>0.5602</td></tr>
<tr><td colspan=3>fber</td><td>2703.134</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12152874166144308</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.321058688147296</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2996089384839373</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.168594311933046</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5295843942354628</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.200648109283304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03084537200629711</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07004427909851074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.280754613256175</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>11.3949</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.9983</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>297.0358</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>278550.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1387.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>487.5092</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1427</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.0904</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3661.3039</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>97994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.1198</td></tr>
<tr><td colspan=3>tsnr</td><td>35.51547585055232</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>