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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-01_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-01_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-0094/ses-03/func/sub-0094_ses-03_task-social_acq-mb8_run-01_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>76e0db5a78bd4daed614452df53ad1f4</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>18:01:46.912500</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</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-01_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.114347</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0ddc258-377c-4bcb-a218-3077b6c64029||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['180146.912500', '180147.372500', '180147.832500', '180148.292500', '180148.752500', '180149.212500', '180149.672500', '180150.132500', '180150.592500', '180151.052500', '180151.512500', '180151.972500', '180152.432500', '180152.892500', '180153.352500', '180153.812500', '180154.272500', '180154.732500', '180155.192500', '180155.652500', '180156.112500', '180156.572500', '180157.032500', '180157.492500', '180157.952500', '180158.412500', '180158.872500', '180159.332500', '180159.792500', '180200.252500', '180200.712500', '180201.172500', '180201.632500', '180202.092500', '180202.552500', '180203.012500', '180203.472500', '180203.932500', '180204.392500', '180204.852500', '180205.312500', '180205.772500', '180206.232500', '180206.692500', '180207.152500', '180207.612500', '180208.072500', '180208.532500', '180208.992500', '180209.452500', '180209.912500', '180210.372500', '180210.832500', '180211.292500', '180211.752500', '180212.212500', '180212.672500', '180213.132500', '180213.592500', '180214.052500', '180214.512500', '180214.972500', '180215.432500', '180215.892500', '180216.352500', '180216.812500', '180217.272500', '180217.732500', '180218.192500', '180218.652500', '180219.112500', '180219.572500', '180220.032500', '180220.492500', '180220.952500', '180221.412500', '180221.872500', '180222.332500', '180222.792500', '180223.252500', '180223.712500', '180224.172500', '180224.632500', '180225.092500', '180225.552500', '180226.012500', '180226.472500', '180226.932500', '180227.392500', '180227.852500', '180228.312500', '180228.772500', '180229.232500', '180229.692500', '180230.152500', '180230.612500', '180231.072500', '180231.532500', '180231.992500', '180232.452500', '180232.912500', '180233.372500', '180233.832500', '180234.292500', '180234.752500', '180235.212500', '180235.672500', '180236.132500', '180236.592500', '180237.052500', '180237.512500', '180237.972500', '180238.432500', '180238.892500', '180239.352500', '180239.812500', '180240.272500', '180240.732500', '180241.192500', '180241.652500', '180242.112500', '180242.572500', '180243.032500', '180243.492500', '180243.952500', '180244.412500', '180244.872500', '180245.332500', '180245.792500', '180246.252500', '180246.712500', '180247.172500', '180247.632500', '180248.092500', '180248.552500', '180249.012500', '180249.472500', '180249.932500', '180250.392500', '180250.852500', '180251.312500', '180251.772500', '180252.232500', '180252.692500', '180253.152500', '180253.612500', '180254.072500', '180254.532500', '180254.992500', '180255.452500', '180255.912500', '180256.372500', '180256.832500', '180257.292500', '180257.752500', '180258.212500', '180258.672500', '180259.132500', '180259.592500', '180300.052500', '180300.512500', '180300.972500', '180301.432500', '180301.892500', '180302.352500', '180302.812500', '180303.272500', '180303.732500', '180304.192500', '180304.652500', '180305.112500', '180305.572500', '180306.032500', '180306.492500', '180306.952500', '180307.412500', '180307.872500', '180308.332500', '180308.792500', '180309.252500', '180309.712500', '180310.172500', '180310.632500', '180311.092500', '180311.552500', '180312.012500', '180312.472500', '180312.932500', '180313.392500', '180313.852500', '180314.312500', '180314.772500', '180315.232500', '180315.692500', '180316.152500', '180316.612500', '180317.072500', '180317.532500', '180317.992500', '180318.452500', '180318.912500', '180319.372500', '180319.832500', '180320.292500', '180320.752500', '180321.212500', '180321.672500', '180322.132500', '180322.592500', '180323.052500', '180323.512500', '180323.972500', '180324.432500', '180324.892500', '180325.352500', '180325.812500', '180326.272500', '180326.732500', '180327.192500', '180327.652500', '180328.112500', '180328.572500', '180329.032500', '180329.492500', '180329.952500', '180330.412500', '180330.872500', '180331.332500', '180331.792500', '180332.252500', '180332.712500', '180333.172500', '180333.632500', '180334.092500', '180334.552500', '180335.012500', '180335.472500', '180335.932500', '180336.392500', '180336.852500', '180337.312500', '180337.772500', '180338.232500', '180338.692500', '180339.152500', '180339.612500', '180340.072500', '180340.532500', '180340.992500', '180341.452500', '180341.912500', '180342.372500', '180342.832500', '180343.292500', '180343.752500', '180344.212500', '180344.672500', '180345.132500', '180345.592500', '180346.052500', '180346.512500', '180346.972500', '180347.432500', '180347.892500', '180348.352500', '180348.812500', '180349.272500', '180349.732500', '180350.192500', '180350.652500', '180351.112500', '180351.572500', '180352.032500', '180352.492500', '180352.952500', '180353.412500', '180353.872500', '180354.332500', '180354.792500', '180355.252500', '180355.712500', '180356.172500', '180356.632500', '180357.092500', '180357.552500', '180358.012500', '180358.472500', '180358.932500', '180359.392500', '180359.852500', '180400.312500', '180400.772500', '180401.232500', '180401.692500', '180402.152500', '180402.612500', '180403.072500', '180403.532500', '180403.992500', '180404.452500', '180404.912500', '180405.372500', '180405.832500', '180406.292500', '180406.752500', '180407.212500', '180407.672500', '180408.132500', '180408.592500', '180409.052500', '180409.512500', '180409.972500', '180410.432500', '180410.892500', '180411.352500', '180411.812500', '180412.272500', '180412.732500', '180413.192500', '180413.652500', '180414.112500', '180414.572500', '180415.032500', '180415.492500', '180415.952500', '180416.412500', '180416.872500', '180417.332500', '180417.792500', '180418.252500', '180418.712500', '180419.172500', '180419.632500', '180420.092500', '180420.552500', '180421.012500', '180421.472500', '180421.932500', '180422.392500', '180422.852500', '180423.312500', '180423.772500', '180424.232500', '180424.692500', '180425.152500', '180425.612500', '180426.072500', '180426.532500', '180426.992500', '180427.452500', '180427.912500', '180428.372500', '180428.832500', '180429.292500', '180429.752500', '180430.212500', '180430.672500', '180431.132500', '180431.592500', '180432.052500', '180432.512500', '180432.972500', '180433.432500', '180433.892500', '180434.352500', '180434.812500', '180435.272500', '180435.732500', '180436.192500', '180436.652500', '180437.112500', '180437.572500', '180438.032500', '180438.492500', '180438.952500', '180439.412500', '180439.872500', '180440.332500', '180440.792500', '180441.252500', '180441.712500', '180442.172500', '180442.632500', '180443.092500', '180443.552500', '180444.012500', '180444.472500', '180444.932500', '180445.392500', '180445.852500', '180446.312500', '180446.772500', '180447.232500', '180447.692500', '180448.152500', '180448.612500', '180449.072500', '180449.532500', '180449.992500', '180450.452500', '180450.912500', '180451.372500', '180451.832500', '180452.292500', '180452.752500', '180453.212500', '180453.672500', '180454.132500', '180454.592500', '180455.052500', '180455.512500', '180455.972500', '180456.432500', '180456.892500', '180457.352500', '180457.812500', '180458.272500', '180458.732500', '180459.192500', '180459.652500', '180500.112500', '180500.572500', '180501.032500', '180501.492500', '180501.952500', '180502.412500', '180502.872500', '180503.332500', '180503.792500', '180504.252500', '180504.712500', '180505.172500', '180505.632500', '180506.092500', '180506.552500', '180507.012500', '180507.472500', '180507.932500', '180508.392500', '180508.852500', '180509.312500', '180509.772500', '180510.232500', '180510.692500', '180511.152500', '180511.612500', '180512.072500', '180512.532500', '180512.992500', '180513.452500', '180513.912500', '180514.372500', '180514.832500', '180515.292500', '180515.752500', '180516.212500', '180516.672500', '180517.132500', '180517.592500', '180518.052500', '180518.512500', '180518.972500', '180519.432500', '180519.892500', '180520.352500', '180520.812500', '180521.272500', '180521.732500', '180522.192500', '180522.652500', '180523.112500', '180523.572500', '180524.032500', '180524.492500', '180524.952500', '180525.412500', '180525.872500', '180526.332500', '180526.792500', '180527.252500', '180527.712500', '180528.172500', '180528.632500', '180529.092500', '180529.552500', '180530.012500', '180530.472500', '180530.932500', '180531.392500', '180531.852500', '180532.312500', '180532.772500', '180533.232500', '180533.692500', '180534.152500', '180534.612500', '180535.072500', '180535.532500', '180535.992500', '180536.452500', '180536.912500', '180537.372500', '180537.832500', '180538.292500', '180538.752500', '180539.212500', '180539.672500', '180540.132500', '180540.592500', '180541.052500', '180541.512500', '180541.972500', '180542.432500', '180542.892500', '180543.352500', '180543.812500', '180544.272500', '180544.732500', '180545.192500', '180545.652500', '180546.112500', '180546.572500', '180547.032500', '180547.492500', '180547.952500', '180548.412500', '180548.872500', '180549.332500', '180549.792500', '180550.252500', '180550.712500', '180551.172500', '180551.632500', '180552.092500', '180552.552500', '180553.012500', '180553.472500', '180553.932500', '180554.392500', '180554.852500', '180555.312500', '180555.772500', '180556.232500', '180556.692500', '180557.152500', '180557.612500', '180558.072500', '180558.532500', '180558.992500', '180559.452500', '180559.912500', '180600.372500', '180600.832500', '180601.292500', '180601.752500', '180602.212500', '180602.672500', '180603.132500', '180603.592500', '180604.052500', '180604.512500', '180604.972500', '180605.432500', '180605.892500', '180606.352500', '180606.812500', '180607.272500', '180607.732500', '180608.192500', '180608.652500', '180609.112500', '180609.572500', '180610.032500', '180610.492500', '180610.952500', '180611.412500', '180611.872500', '180612.332500', '180612.792500', '180613.252500', '180613.712500', '180614.172500', '180614.632500', '180615.092500', '180615.552500', '180616.012500', '180616.472500', '180616.932500', '180617.392500', '180617.852500', '180618.312500', '180618.772500', '180619.232500', '180619.692500', '180620.152500', '180620.612500', '180621.072500', '180621.532500', '180621.992500', '180622.452500', '180622.912500', '180623.372500', '180623.832500', '180624.292500', '180624.752500', '180625.212500', '180625.672500', '180626.132500', '180626.592500', '180627.052500', '180627.512500', '180627.972500', '180628.432500', '180628.892500', '180629.352500', '180629.812500', '180630.272500', '180630.732500', '180631.192500', '180631.652500', '180632.112500', '180632.572500', '180633.032500', '180633.492500', '180633.952500', '180634.412500', '180634.872500', '180635.332500', '180635.792500', '180636.252500', '180636.712500', '180637.172500', '180637.632500', '180638.092500', '180638.552500', '180639.012500', '180639.472500', '180639.932500', '180640.392500', '180640.852500', '180641.312500', '180641.772500', '180642.232500', '180642.692500', '180643.152500', '180643.612500', '180644.072500', '180644.532500', '180644.992500', '180645.452500', '180645.912500', '180646.372500', '180646.832500', '180647.292500', '180647.752500', '180648.212500', '180648.672500', '180649.132500', '180649.592500', '180650.052500', '180650.512500', '180650.972500', '180651.432500', '180651.892500', '180652.352500', '180652.812500', '180653.272500', '180653.732500', '180654.192500', '180654.652500', '180655.112500', '180655.572500', '180656.032500', '180656.492500', '180656.952500', '180657.412500', '180657.872500', '180658.332500', '180658.792500', '180659.252500', '180659.712500', '180700.172500', '180700.632500', '180701.092500', '180701.552500', '180702.012500', '180702.472500', '180702.932500', '180703.392500', '180703.852500', '180704.312500', '180704.772500', '180705.232500', '180705.692500', '180706.152500', '180706.612500', '180707.072500', '180707.532500', '180707.992500', '180708.452500', '180708.912500', '180709.372500', '180709.832500', '180710.292500', '180710.752500', '180711.212500', '180711.672500', '180712.132500', '180712.592500', '180713.052500', '180713.512500', '180713.972500', '180714.432500', '180714.892500', '180715.352500', '180715.812500', '180716.272500', '180716.732500', '180717.192500', '180717.652500', '180718.112500', '180718.572500', '180719.032500', '180719.492500', '180719.952500', '180720.412500', '180720.872500', '180721.332500', '180721.792500', '180722.252500', '180722.712500', '180723.172500', '180723.632500', '180724.092500', '180724.552500', '180725.012500', '180725.472500', '180725.932500', '180726.392500', '180726.852500', '180727.312500', '180727.772500', '180728.232500', '180728.692500', '180729.152500', '180729.612500', '180730.072500', '180730.532500', '180730.992500', '180731.452500', '180731.912500', '180732.372500', '180732.832500', '180733.292500', '180733.752500', '180734.212500', '180734.672500', '180735.132500', '180735.592500', '180736.052500', '180736.512500', '180736.972500', '180737.432500', '180737.892500', '180738.352500', '180738.812500', '180739.272500', '180739.732500', '180740.192500', '180740.652500', '180741.112500', '180741.572500', '180742.032500', '180742.492500', '180742.952500', '180743.412500', '180743.872500', '180744.332500', '180744.792500', '180745.252500', '180745.712500', '180746.172500', '180746.632500', '180747.092500', '180747.552500', '180748.012500', '180748.472500', '180748.932500', '180749.392500', '180749.852500', '180750.312500', '180750.772500', '180751.232500', '180751.692500', '180752.152500', '180752.612500', '180753.072500', '180753.532500', '180753.992500', '180754.452500', '180754.912500', '180755.372500', '180755.832500', '180756.292500', '180756.752500', '180757.212500', '180757.672500', '180758.132500', '180758.592500', '180759.052500', '180759.512500', '180759.972500', '180800.432500', '180800.892500', '180801.352500', '180801.812500', '180802.272500', '180802.732500', '180803.192500', '180803.652500', '180804.112500', '180804.572500', '180805.032500', '180805.492500', '180805.952500', '180806.412500', '180806.872500', '180807.332500', '180807.792500', '180808.252500', '180808.712500', '180809.172500', '180809.632500', '180810.092500', '180810.552500', '180811.012500', '180811.472500', '180811.932500', '180812.392500', '180812.852500', '180813.312500', '180813.772500', '180814.232500', '180814.692500', '180815.152500', '180815.612500', '180816.072500', '180816.532500', '180816.992500', '180817.452500', '180817.912500', '180818.372500', '180818.832500', '180819.292500', '180819.752500', '180820.212500', '180820.672500', '180821.132500', '180821.592500', '180822.052500', '180822.512500', '180822.972500', '180823.432500', '180823.892500', '180824.352500', '180824.812500', '180825.272500', '180825.732500', '180826.192500', '180826.652500', '180827.112500', '180827.572500'], 'ContentTime': ['180200.894000', '180200.897000', '180200.900000', '180200.903000', '180200.905000', '180200.908000', '180200.910000', '180200.913000', '180200.915000', '180200.918000', '180200.920000', '180200.923000', '180200.925000', '180200.928000', '180200.931000', '180200.933000', '180200.936000', '180200.938000', '180200.941000', '180200.943000', '180200.946000', '180200.948000', '180200.951000', '180200.953000', '180200.956000', '180200.958000', '180200.961000', '180200.964000', '180220.858000', '180220.860000', '180220.863000', '180220.865000', '180220.876000', '180220.879000', '180220.881000', '180220.884000', '180220.886000', '180220.889000', '180220.891000', '180220.894000', '180220.896000', '180220.899000', '180220.901000', '180220.904000', '180220.906000', '180220.909000', '180220.912000', '180220.914000', '180220.917000', '180220.919000', '180220.922000', '180220.924000', '180220.927000', '180220.929000', '180220.932000', '180220.934000', '180220.937000', '180220.941000', '180220.944000', '180220.946000', '180220.949000', '180220.951000', '180220.954000', '180220.956000', '180220.959000', '180220.962000', '180220.964000', '180220.967000', '180220.969000', '180220.972000', '180220.974000', '180240.857000', '180240.860000', '180240.863000', '180240.865000', '180240.868000', '180240.870000', '180240.873000', '180240.879000', '180240.881000', '180240.884000', '180240.886000', '180240.889000', '180240.891000', '180240.894000', '180240.896000', '180240.899000', '180240.902000', '180240.904000', '180240.907000', '180240.909000', '180240.912000', '180240.914000', '180240.917000', '180240.919000', '180240.922000', '180240.924000', '180240.927000', '180240.929000', '180240.932000', '180240.935000', '180240.937000', '180240.940000', '180240.942000', '180240.945000', '180240.947000', '180240.950000', '180240.952000', '180240.955000', '180240.957000', '180240.960000', '180240.963000', '180240.965000', '180240.968000', '180240.970000', '180300.858000', '180300.860000', '180300.863000', '180300.866000', '180300.868000', '180300.871000', '180300.873000', '180300.876000', '180300.878000', '180300.881000', '180300.883000', '180300.886000', '180300.889000', '180300.891000', '180300.894000', '180300.896000', '180300.899000', '180300.901000', '180300.904000', '180300.906000', '180300.909000', '180300.911000', '180300.914000', '180300.917000', '180300.919000', '180300.927000', '180300.929000', '180300.932000', '180300.934000', '180300.937000', '180300.940000', '180300.942000', '180300.945000', '180300.947000', '180300.950000', '180300.953000', '180300.955000', '180300.958000', '180300.960000', '180300.963000', '180300.965000', '180300.968000', '180300.970000', '180320.858000', '180320.861000', '180320.864000', '180320.866000', '180320.869000', '180320.871000', '180320.874000', '180320.877000', '180320.880000', '180320.883000', '180320.886000', '180320.888000', '180320.891000', '180320.893000', '180320.896000', '180320.898000', '180320.901000', '180320.904000', '180320.906000', '180320.909000', '180320.911000', '180320.914000', '180320.916000', '180320.920000', '180320.922000', '180320.925000', '180320.928000', '180320.930000', '180320.933000', '180320.935000', '180320.938000', '180320.940000', '180320.943000', '180320.946000', '180320.948000', '180320.951000', '180320.953000', '180320.956000', '180320.958000', '180320.961000', '180320.963000', '180320.966000', '180320.969000', '180340.859000', '180340.862000', '180340.864000', '180340.867000', '180340.869000', '180340.872000', '180340.874000', '180340.877000', '180340.879000', '180340.882000', '180340.885000', '180340.887000', '180340.890000', '180340.893000', '180340.895000', '180340.898000', '180340.900000', '180340.903000', '180340.905000', '180340.908000', '180340.910000', '180340.913000', '180340.915000', '180340.918000', '180340.920000', '180340.923000', '180340.926000', '180340.928000', '180340.931000', '180340.933000', '180340.936000', '180340.938000', '180340.941000', '180340.943000', '180340.946000', '180340.948000', '180340.951000', '180340.953000', '180340.956000', '180340.959000', '180340.961000', '180340.964000', '180340.966000', '180340.969000', '180400.859000', '180400.861000', '180400.864000', '180400.867000', '180400.869000', '180400.872000', '180400.874000', '180400.877000', '180400.879000', '180400.882000', '180400.885000', '180400.888000', '180400.891000', '180400.894000', '180400.896000', '180400.899000', '180400.901000', '180400.904000', '180400.906000', '180400.909000', '180400.911000', '180400.914000', '180400.917000', '180400.919000', '180400.922000', '180400.924000', '180400.927000', '180400.929000', '180400.932000', '180400.934000', '180400.937000', '180400.939000', '180400.942000', '180400.945000', '180400.947000', '180400.950000', '180400.952000', '180400.955000', '180400.957000', '180400.960000', '180400.962000', '180400.965000', '180400.968000', '180420.857000', '180420.860000', '180420.863000', '180420.865000', '180420.868000', '180420.871000', '180420.873000', '180420.876000', '180420.878000', '180420.881000', '180420.884000', '180420.886000', '180420.889000', '180420.891000', '180420.894000', '180420.897000', '180420.899000', '180420.902000', '180420.904000', '180420.907000', '180420.910000', '180420.912000', '180420.915000', '180420.917000', '180420.920000', '180420.923000', '180420.925000', '180420.928000', '180420.930000', '180420.933000', '180420.936000', '180420.938000', '180420.941000', '180420.943000', '180420.946000', '180420.949000', '180420.951000', '180420.954000', '180420.956000', '180420.959000', '180420.961000', '180420.964000', '180420.966000', '180420.969000', '180440.857000', '180440.860000', '180440.863000', '180440.865000', '180440.868000', '180440.870000', '180440.873000', '180440.876000', '180440.878000', '180440.881000', '180440.883000', '180440.886000', '180440.888000', '180440.891000', '180440.893000', '180440.896000', '180440.898000', '180440.901000', '180440.904000', '180440.906000', '180440.909000', '180440.927000', '180440.943000', '180440.945000', '180440.948000', '180440.950000', '180440.953000', '180440.956000', '180440.959000', '180440.962000', '180440.965000', '180440.967000', '180440.970000', '180440.972000', '180440.975000', '180440.977000', '180440.980000', '180440.983000', '180440.985000', '180440.988000', '180440.990000', '180440.993000', '180440.995000', '180500.858000', '180500.861000', '180500.863000', '180500.866000', '180500.868000', '180500.871000', '180500.874000', '180500.876000', '180500.879000', '180500.881000', '180500.884000', '180500.886000', '180500.889000', '180500.892000', '180500.894000', '180500.897000', '180500.899000', '180500.902000', '180500.905000', '180500.907000', '180500.910000', '180500.912000', '180500.915000', '180500.917000', '180500.920000', '180500.923000', '180500.925000', '180500.928000', '180500.930000', '180500.933000', '180500.935000', '180500.938000', '180500.941000', '180500.943000', '180500.946000', '180500.948000', '180500.951000', '180500.953000', '180500.956000', '180500.959000', '180500.961000', '180500.964000', '180500.966000', '180500.969000', '180520.858000', '180520.860000', '180520.863000', '180520.866000', '180520.868000', '180520.871000', '180520.873000', '180520.876000', '180520.878000', '180520.881000', '180520.884000', '180520.886000', '180520.889000', '180520.891000', '180520.894000', '180520.896000', '180520.899000', '180520.901000', '180520.904000', '180520.907000', '180520.910000', '180520.913000', '180520.916000', '180520.918000', '180520.921000', '180520.923000', '180520.926000', '180520.928000', '180520.931000', '180520.934000', '180520.936000', '180520.939000', '180520.941000', '180520.944000', '180520.946000', '180520.949000', '180520.952000', '180520.954000', '180520.957000', '180520.959000', '180520.962000', '180520.965000', '180520.967000', '180540.858000', '180540.861000', '180540.864000', '180540.866000', '180540.869000', '180540.872000', '180540.874000', '180540.877000', '180540.879000', '180540.882000', '180540.884000', '180540.887000', '180540.890000', '180540.892000', '180540.895000', '180540.897000', '180540.900000', '180540.903000', '180540.905000', '180540.908000', '180540.910000', '180540.913000', '180540.915000', '180540.918000', '180540.921000', '180540.923000', '180540.926000', '180540.928000', '180540.931000', '180540.933000', '180540.936000', '180540.938000', '180540.941000', '180540.944000', '180540.946000', '180540.949000', '180540.951000', '180540.954000', '180540.957000', '180540.959000', '180540.962000', '180540.965000', '180540.967000', '180540.970000', '180600.858000', '180600.861000', '180600.864000', '180600.866000', '180600.869000', '180600.872000', '180600.874000', '180600.877000', '180600.879000', '180600.882000', '180600.885000', '180600.887000', '180600.890000', '180600.892000', '180600.895000', '180600.897000', '180600.900000', '180600.902000', '180600.905000', '180600.908000', '180600.910000', '180600.913000', '180600.915000', '180600.918000', '180600.921000', '180600.923000', '180600.926000', '180600.928000', '180600.931000', '180600.933000', '180600.936000', '180600.939000', '180600.941000', '180600.944000', '180600.946000', '180600.949000', '180600.951000', '180600.954000', '180600.957000', '180600.960000', '180600.963000', '180600.966000', '180600.968000', '180620.859000', '180620.861000', '180620.864000', '180620.882000', '180620.885000', '180620.887000', '180620.890000', '180620.892000', '180620.895000', '180620.898000', '180620.900000', '180620.903000', '180620.905000', '180620.908000', '180620.910000', '180620.913000', '180620.915000', '180620.918000', '180620.921000', '180620.923000', '180620.926000', '180620.928000', '180620.931000', '180620.933000', '180620.936000', '180620.939000', '180620.941000', '180620.944000', '180620.946000', '180620.949000', '180620.951000', '180620.954000', '180620.957000', '180620.959000', '180620.962000', '180620.964000', '180620.967000', '180620.969000', '180620.972000', '180620.975000', '180620.977000', '180620.980000', '180620.982000', '180620.985000', '180640.858000', '180640.860000', '180640.863000', '180640.866000', '180640.868000', '180640.871000', '180640.873000', '180640.876000', '180640.878000', '180640.881000', '180640.884000', '180640.886000', '180640.889000', '180640.891000', '180640.894000', '180640.896000', '180640.899000', '180640.901000', '180640.904000', '180640.906000', '180640.909000', '180640.912000', '180640.914000', '180640.917000', '180640.919000', '180640.922000', '180640.924000', '180640.927000', '180640.929000', '180640.932000', '180640.936000', '180640.938000', '180640.941000', '180640.943000', '180640.946000', '180640.949000', '180640.951000', '180640.954000', '180640.956000', '180640.959000', '180640.961000', '180640.964000', '180640.966000', '180700.857000', '180701.041000', '180701.044000', '180701.047000', '180701.049000', '180701.052000', '180701.054000', '180701.057000', '180701.059000', '180701.062000', '180701.064000', '180701.067000', '180701.069000', '180701.072000', '180701.075000', '180701.077000', '180701.080000', '180701.082000', '180701.085000', '180701.087000', '180701.090000', '180701.093000', '180701.095000', '180701.098000', '180701.100000', '180701.103000', '180701.105000', '180701.108000', '180701.110000', '180701.113000', '180701.116000', '180701.118000', '180701.121000', '180701.123000', '180701.126000', '180701.128000', '180701.131000', '180701.133000', '180701.136000', '180701.138000', '180701.141000', '180701.144000', '180701.146000', '180701.149000', '180720.857000', '180720.860000', '180720.863000', '180720.865000', '180720.868000', '180720.871000', '180720.873000', '180720.876000', '180720.878000', '180720.881000', '180720.883000', '180720.886000', '180720.888000', '180720.891000', '180720.894000', '180720.896000', '180720.899000', '180720.901000', '180720.904000', '180720.907000', '180720.909000', '180720.912000', '180720.914000', '180720.917000', '180720.919000', '180720.922000', '180720.925000', '180720.927000', '180720.930000', '180720.932000', '180720.935000', '180720.938000', '180720.940000', '180720.943000', '180720.945000', '180720.948000', '180720.950000', '180720.953000', '180720.955000', '180720.958000', '180720.960000', '180720.963000', '180720.974000', '180740.858000', '180740.874000', '180740.876000', '180740.879000', '180740.881000', '180740.884000', '180740.886000', '180740.889000', '180740.891000', '180740.894000', '180740.897000', '180740.899000', '180740.902000', '180740.904000', '180740.914000', '180740.916000', '180740.919000', '180740.922000', '180740.924000', '180740.927000', '180740.929000', '180740.932000', '180740.934000', '180740.937000', '180740.940000', '180740.942000', '180740.945000', '180740.947000', '180740.950000', '180740.952000', '180740.955000', '180740.958000', '180740.960000', '180740.963000', '180740.965000', '180740.968000', '180740.970000', '180740.973000', '180740.975000', '180740.978000', '180740.980000', '180740.983000', '180740.986000', '180740.988000', '180800.859000', '180800.861000', '180800.864000', '180800.867000', '180800.869000', '180800.872000', '180800.874000', '180800.877000', '180800.880000', '180800.882000', '180800.885000', '180800.887000', '180800.890000', '180800.893000', '180800.895000', '180800.898000', '180800.900000', '180800.903000', '180800.905000', '180800.908000', '180800.911000', '180800.913000', '180800.916000', '180800.918000', '180800.921000', '180800.923000', '180800.926000', '180800.928000', '180800.932000', '180800.935000', '180800.937000', '180800.940000', '180800.942000', '180800.945000', '180800.947000', '180800.950000', '180800.953000', '180800.955000', '180800.958000', '180800.960000', '180800.963000', '180800.966000', '180800.968000', '180820.858000', '180820.879000', '180820.881000', '180820.884000', '180820.887000', '180820.889000', '180820.892000', '180820.894000', '180820.897000', '180820.900000', '180820.902000', '180820.905000', '180820.907000', '180820.910000', '180820.912000', '180820.915000', '180820.918000', '180820.920000', '180820.923000', '180820.925000', '180820.928000', '180820.930000', '180820.933000', '180820.935000', '180820.938000', '180820.940000', '180820.943000', '180820.946000', '180820.948000', '180820.951000', '180820.953000', '180820.956000', '180820.959000', '180820.961000', '180820.964000', '180820.966000', '180820.969000', '180820.971000', '180820.974000', '180820.976000', '180820.979000', '180820.982000', '180820.984000', '180829.054000', '180829.057000', '180829.060000', '180829.062000', '180829.065000', '180829.068000', '180829.071000', '180829.074000', '180829.077000', '180829.080000', '180829.082000', '180829.085000', '180829.088000', '180829.090000', '180829.093000', '180829.096000', '180829.099000', '180829.101000', '180829.104000'], 'InstanceCreationTime': ['180200.894000', '180200.897000', '180200.900000', '180200.903000', '180200.905000', '180200.908000', '180200.910000', '180200.913000', '180200.915000', '180200.918000', '180200.920000', '180200.923000', '180200.925000', '180200.928000', '180200.931000', '180200.933000', '180200.936000', '180200.938000', '180200.941000', '180200.943000', '180200.946000', '180200.948000', '180200.951000', '180200.953000', '180200.956000', '180200.958000', '180200.961000', '180200.964000', '180220.858000', '180220.860000', '180220.863000', '180220.865000', '180220.876000', '180220.879000', '180220.881000', '180220.884000', '180220.886000', '180220.889000', '180220.891000', '180220.894000', '180220.896000', '180220.899000', '180220.901000', '180220.904000', '180220.906000', '180220.909000', '180220.912000', '180220.914000', '180220.917000', '180220.919000', '180220.922000', '180220.924000', '180220.927000', '180220.929000', '180220.932000', '180220.934000', '180220.937000', '180220.941000', '180220.944000', '180220.946000', '180220.949000', '180220.951000', '180220.954000', '180220.956000', '180220.959000', '180220.962000', '180220.964000', '180220.967000', '180220.969000', '180220.972000', '180220.974000', '180240.857000', '180240.860000', '180240.863000', '180240.865000', '180240.868000', '180240.870000', '180240.873000', '180240.879000', '180240.881000', '180240.884000', '180240.886000', '180240.889000', '180240.891000', '180240.894000', '180240.896000', '180240.899000', '180240.902000', '180240.904000', '180240.907000', '180240.909000', '180240.912000', '180240.914000', '180240.917000', '180240.919000', '180240.922000', '180240.924000', '180240.927000', '180240.929000', '180240.932000', '180240.935000', '180240.937000', '180240.940000', '180240.942000', '180240.945000', '180240.947000', '180240.950000', '180240.952000', '180240.955000', '180240.957000', '180240.960000', '180240.963000', '180240.965000', '180240.968000', '180240.970000', '180300.858000', '180300.860000', '180300.863000', '180300.866000', '180300.868000', '180300.871000', '180300.873000', '180300.876000', '180300.878000', '180300.881000', '180300.883000', '180300.886000', '180300.889000', '180300.891000', '180300.894000', '180300.896000', '180300.899000', '180300.901000', '180300.904000', '180300.906000', '180300.909000', '180300.911000', '180300.914000', '180300.917000', '180300.919000', '180300.927000', '180300.929000', '180300.932000', '180300.934000', '180300.937000', '180300.940000', '180300.942000', '180300.945000', '180300.947000', '180300.950000', '180300.953000', '180300.955000', '180300.958000', '180300.960000', '180300.963000', '180300.965000', '180300.968000', '180300.970000', '180320.858000', '180320.861000', '180320.864000', '180320.866000', '180320.869000', '180320.871000', '180320.874000', '180320.877000', '180320.880000', '180320.883000', '180320.886000', '180320.888000', '180320.891000', '180320.893000', '180320.896000', '180320.898000', '180320.901000', '180320.904000', '180320.906000', '180320.909000', '180320.911000', '180320.914000', '180320.916000', '180320.920000', '180320.922000', '180320.925000', '180320.928000', '180320.930000', '180320.933000', '180320.935000', '180320.938000', '180320.940000', '180320.943000', '180320.946000', '180320.948000', '180320.951000', '180320.953000', '180320.956000', '180320.958000', '180320.961000', '180320.963000', '180320.966000', '180320.969000', '180340.859000', '180340.862000', '180340.864000', '180340.867000', '180340.869000', '180340.872000', '180340.874000', '180340.877000', '180340.879000', '180340.882000', '180340.885000', '180340.887000', '180340.890000', '180340.893000', '180340.895000', '180340.898000', '180340.900000', '180340.903000', '180340.905000', '180340.908000', '180340.910000', '180340.913000', '180340.915000', '180340.918000', '180340.920000', '180340.923000', '180340.926000', '180340.928000', '180340.931000', '180340.933000', '180340.936000', '180340.938000', '180340.941000', '180340.943000', '180340.946000', '180340.948000', '180340.951000', '180340.953000', '180340.956000', '180340.959000', '180340.961000', '180340.964000', '180340.966000', '180340.969000', '180400.859000', '180400.861000', '180400.864000', '180400.867000', '180400.869000', '180400.872000', '180400.874000', '180400.877000', '180400.879000', '180400.882000', '180400.885000', '180400.888000', '180400.891000', '180400.894000', '180400.896000', '180400.899000', '180400.901000', '180400.904000', '180400.906000', '180400.909000', '180400.911000', '180400.914000', '180400.917000', '180400.919000', '180400.922000', '180400.924000', '180400.927000', '180400.929000', '180400.932000', '180400.934000', '180400.937000', '180400.939000', '180400.942000', '180400.945000', '180400.947000', '180400.950000', '180400.952000', '180400.955000', '180400.957000', '180400.960000', '180400.962000', '180400.965000', '180400.968000', '180420.857000', '180420.860000', '180420.863000', '180420.865000', '180420.868000', '180420.871000', '180420.873000', '180420.876000', '180420.878000', '180420.881000', '180420.884000', '180420.886000', '180420.889000', '180420.891000', '180420.894000', '180420.897000', '180420.899000', '180420.902000', '180420.904000', '180420.907000', '180420.910000', '180420.912000', '180420.915000', '180420.917000', '180420.920000', '180420.923000', '180420.925000', '180420.928000', '180420.930000', '180420.933000', '180420.936000', '180420.938000', '180420.941000', '180420.943000', '180420.946000', '180420.949000', '180420.951000', '180420.954000', '180420.956000', '180420.959000', '180420.961000', '180420.964000', '180420.966000', '180420.969000', '180440.857000', '180440.860000', '180440.863000', '180440.865000', '180440.868000', '180440.870000', '180440.873000', '180440.876000', '180440.878000', '180440.881000', '180440.883000', '180440.886000', '180440.888000', '180440.891000', '180440.893000', '180440.896000', '180440.898000', '180440.901000', '180440.904000', '180440.906000', '180440.909000', '180440.927000', '180440.943000', '180440.945000', '180440.948000', '180440.950000', '180440.953000', '180440.956000', '180440.959000', '180440.962000', '180440.965000', '180440.967000', '180440.970000', '180440.972000', '180440.975000', '180440.977000', '180440.980000', '180440.983000', '180440.985000', '180440.988000', '180440.990000', '180440.993000', '180440.995000', '180500.858000', '180500.861000', '180500.863000', '180500.866000', '180500.868000', '180500.871000', '180500.874000', '180500.876000', '180500.879000', '180500.881000', '180500.884000', '180500.886000', '180500.889000', '180500.892000', '180500.894000', '180500.897000', '180500.899000', '180500.902000', '180500.905000', '180500.907000', '180500.910000', '180500.912000', '180500.915000', '180500.917000', '180500.920000', '180500.923000', '180500.925000', '180500.928000', '180500.930000', '180500.933000', '180500.935000', '180500.938000', '180500.941000', '180500.943000', '180500.946000', '180500.948000', '180500.951000', '180500.953000', '180500.956000', '180500.959000', '180500.961000', '180500.964000', '180500.966000', '180500.969000', '180520.858000', '180520.860000', '180520.863000', '180520.866000', '180520.868000', '180520.871000', '180520.873000', '180520.876000', '180520.878000', '180520.881000', '180520.884000', '180520.886000', '180520.889000', '180520.891000', '180520.894000', '180520.896000', '180520.899000', '180520.901000', '180520.904000', '180520.907000', '180520.910000', '180520.913000', '180520.916000', '180520.918000', '180520.921000', '180520.923000', '180520.926000', '180520.928000', '180520.931000', '180520.934000', '180520.936000', '180520.939000', '180520.941000', '180520.944000', '180520.946000', '180520.949000', '180520.952000', '180520.954000', '180520.957000', '180520.959000', '180520.962000', '180520.965000', '180520.967000', '180540.858000', '180540.861000', '180540.864000', '180540.866000', '180540.869000', '180540.872000', '180540.874000', '180540.877000', '180540.879000', '180540.882000', '180540.884000', '180540.887000', '180540.890000', '180540.892000', '180540.895000', '180540.897000', '180540.900000', '180540.903000', '180540.905000', '180540.908000', '180540.910000', '180540.913000', '180540.915000', '180540.918000', '180540.921000', '180540.923000', '180540.926000', '180540.928000', '180540.931000', '180540.933000', '180540.936000', '180540.938000', '180540.941000', '180540.944000', '180540.946000', '180540.949000', '180540.951000', '180540.954000', '180540.957000', '180540.959000', '180540.962000', '180540.965000', '180540.967000', '180540.970000', '180600.858000', '180600.861000', '180600.864000', '180600.866000', '180600.869000', '180600.872000', '180600.874000', '180600.877000', '180600.879000', '180600.882000', '180600.885000', '180600.887000', '180600.890000', '180600.892000', '180600.895000', '180600.897000', '180600.900000', '180600.902000', '180600.905000', '180600.908000', '180600.910000', '180600.913000', '180600.915000', '180600.918000', '180600.921000', '180600.923000', '180600.926000', '180600.928000', '180600.931000', '180600.933000', '180600.936000', '180600.939000', '180600.941000', '180600.944000', '180600.946000', '180600.949000', '180600.951000', '180600.954000', '180600.957000', '180600.960000', '180600.963000', '180600.966000', '180600.968000', '180620.859000', '180620.861000', '180620.864000', '180620.882000', '180620.885000', '180620.887000', '180620.890000', '180620.892000', '180620.895000', '180620.898000', '180620.900000', '180620.903000', '180620.905000', '180620.908000', '180620.910000', '180620.913000', '180620.915000', '180620.918000', '180620.921000', '180620.923000', '180620.926000', '180620.928000', '180620.931000', '180620.933000', '180620.936000', '180620.939000', '180620.941000', '180620.944000', '180620.946000', '180620.949000', '180620.951000', '180620.954000', '180620.957000', '180620.959000', '180620.962000', '180620.964000', '180620.967000', '180620.969000', '180620.972000', '180620.975000', '180620.977000', '180620.980000', '180620.982000', '180620.985000', '180640.858000', '180640.860000', '180640.863000', '180640.866000', '180640.868000', '180640.871000', '180640.873000', '180640.876000', '180640.878000', '180640.881000', '180640.884000', '180640.886000', '180640.889000', '180640.891000', '180640.894000', '180640.896000', '180640.899000', '180640.901000', '180640.904000', '180640.906000', '180640.909000', '180640.912000', '180640.914000', '180640.917000', '180640.919000', '180640.922000', '180640.924000', '180640.927000', '180640.929000', '180640.932000', '180640.936000', '180640.938000', '180640.941000', '180640.943000', '180640.946000', '180640.949000', '180640.951000', '180640.954000', '180640.956000', '180640.959000', '180640.961000', '180640.964000', '180640.966000', '180700.857000', '180701.041000', '180701.044000', '180701.047000', '180701.049000', '180701.052000', '180701.054000', '180701.057000', '180701.059000', '180701.062000', '180701.064000', '180701.067000', '180701.069000', '180701.072000', '180701.075000', '180701.077000', '180701.080000', '180701.082000', '180701.085000', '180701.087000', '180701.090000', '180701.093000', '180701.095000', '180701.098000', '180701.100000', '180701.103000', '180701.105000', '180701.108000', '180701.110000', '180701.113000', '180701.116000', '180701.118000', '180701.121000', '180701.123000', '180701.126000', '180701.128000', '180701.131000', '180701.133000', '180701.136000', '180701.138000', '180701.141000', '180701.144000', '180701.146000', '180701.149000', '180720.857000', '180720.860000', '180720.863000', '180720.865000', '180720.868000', '180720.871000', '180720.873000', '180720.876000', '180720.878000', '180720.881000', '180720.883000', '180720.886000', '180720.888000', '180720.891000', '180720.894000', '180720.896000', '180720.899000', '180720.901000', '180720.904000', '180720.907000', '180720.909000', '180720.912000', '180720.914000', '180720.917000', '180720.919000', '180720.922000', '180720.925000', '180720.927000', '180720.930000', '180720.932000', '180720.935000', '180720.938000', '180720.940000', '180720.943000', '180720.945000', '180720.948000', '180720.950000', '180720.953000', '180720.955000', '180720.958000', '180720.960000', '180720.963000', '180720.974000', '180740.858000', '180740.874000', '180740.876000', '180740.879000', '180740.881000', '180740.884000', '180740.886000', '180740.889000', '180740.891000', '180740.894000', '180740.897000', '180740.899000', '180740.902000', '180740.904000', '180740.914000', '180740.916000', '180740.919000', '180740.922000', '180740.924000', '180740.927000', '180740.929000', '180740.932000', '180740.934000', '180740.937000', '180740.940000', '180740.942000', '180740.945000', '180740.947000', '180740.950000', '180740.952000', '180740.955000', '180740.958000', '180740.960000', '180740.963000', '180740.965000', '180740.968000', '180740.970000', '180740.973000', '180740.975000', '180740.978000', '180740.980000', '180740.983000', '180740.986000', '180740.988000', '180800.859000', '180800.861000', '180800.864000', '180800.867000', '180800.869000', '180800.872000', '180800.874000', '180800.877000', '180800.880000', '180800.882000', '180800.885000', '180800.887000', '180800.890000', '180800.893000', '180800.895000', '180800.898000', '180800.900000', '180800.903000', '180800.905000', '180800.908000', '180800.911000', '180800.913000', '180800.916000', '180800.918000', '180800.921000', '180800.923000', '180800.926000', '180800.928000', '180800.932000', '180800.935000', '180800.937000', '180800.940000', '180800.942000', '180800.945000', '180800.947000', '180800.950000', '180800.953000', '180800.955000', '180800.958000', '180800.960000', '180800.963000', '180800.966000', '180800.968000', '180820.858000', '180820.879000', '180820.881000', '180820.884000', '180820.887000', '180820.889000', '180820.892000', '180820.894000', '180820.897000', '180820.900000', '180820.902000', '180820.905000', '180820.907000', '180820.910000', '180820.912000', '180820.915000', '180820.918000', '180820.920000', '180820.923000', '180820.925000', '180820.928000', '180820.930000', '180820.933000', '180820.935000', '180820.938000', '180820.940000', '180820.943000', '180820.946000', '180820.948000', '180820.951000', '180820.953000', '180820.956000', '180820.959000', '180820.961000', '180820.964000', '180820.966000', '180820.969000', '180820.971000', '180820.974000', '180820.976000', '180820.979000', '180820.982000', '180820.984000', '180829.054000', '180829.057000', '180829.060000', '180829.062000', '180829.065000', '180829.068000', '180829.071000', '180829.074000', '180829.077000', '180829.080000', '180829.082000', '180829.085000', '180829.088000', '180829.090000', '180829.093000', '180829.096000', '180829.099000', '180829.101000', '180829.104000'], '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': [8941, 9318, 8572, 9093, 8414, 9216, 9448, 8241, 9126, 8908, 9382, 8721, 9702, 8202, 8823, 7886, 8858, 8176, 9696, 8727, 8873, 8515, 8157, 9029, 9272, 9859, 8614, 9325, 9142, 9135, 7927, 9305, 8456, 9755, 9318, 8975, 9062, 7917, 9476, 7947, 9847, 7965, 8724, 7980, 9631, 8822, 9154, 8658, 8411, 8222, 9399, 9285, 9145, 9230, 9026, 9396, 7876, 9532, 8020, 8894, 8087, 8332, 8267, 8675, 8522, 8012, 8797, 8113, 8384, 8639, 8842, 8217, 8231, 8402, 8819, 8687, 8627, 8269, 9556, 8236, 8376, 7994, 8554, 8416, 8002, 8914, 7839, 8408, 8105, 8637, 7973, 8206, 7989, 8423, 8209, 8509, 8251, 8463, 9534, 8483, 8324, 8215, 8190, 7913, 8889, 8480, 9175, 8125, 8962, 7848, 9273, 8196, 9474, 7999, 8694, 8247, 8311, 8289, 8433, 8359, 8933, 8250, 9100, 8372, 8871, 7885, 9304, 8017, 8453, 8493, 8237, 8942, 8515, 8220, 8526, 8393, 8557, 8132, 8596, 8421, 8555, 7984, 8870, 8207, 8564, 8567, 8333, 8292, 8359, 8623, 8760, 8911, 8836, 8505, 8092, 8395, 8005, 8769, 8058, 8817, 9189, 9239, 8962, 8644, 9649, 9235, 8331, 10015, 8672, 9595, 9105, 7909, 8538, 9243, 8223, 9491, 7953, 9495, 8057, 9304, 8557, 9544, 8359, 9229, 9589, 7996, 9253, 9130, 8901, 8723, 8740, 8559, 8467, 9373, 8350, 9012, 8085, 8721, 8743, 8926, 9060, 9560, 9004, 9215, 9577, 8220, 8512, 8571, 8647, 8303, 9588, 8636, 9187, 9897, 8695, 10447, 8756, 9452, 8709, 8866, 8166, 9184, 8343, 9075, 8419, 8679, 8612, 8630, 8571, 8834, 9016, 9412, 8396, 9470, 8651, 9223, 9378, 8790, 9646, 8221, 8771, 8446, 8724, 8440, 8646, 8493, 9317, 8894, 9162, 8191, 9495, 7961, 9476, 8180, 9387, 10031, 8320, 8258, 8605, 8428, 8313, 8700, 7955, 8946, 8192, 9027, 8576, 9467, 8051, 8445, 9034, 9387, 7963, 9221, 7981, 9039, 7902, 9412, 8544, 9750, 8725, 9949, 8060, 9238, 8244, 8758, 8169, 8839, 8270, 9107, 8265, 8882, 8460, 8999, 8462, 9340, 8625, 9816, 8395, 9760, 8584, 9402, 8366, 9965, 8852, 8577, 8796, 9230, 9019, 7874, 9612, 8636, 9499, 8491, 9763, 8927, 9248, 9149, 8028, 8625, 8161, 8420, 8570, 8531, 8782, 8456, 9199, 8482, 9220, 8467, 8958, 8784, 8158, 8592, 8687, 8699, 8006, 8744, 8001, 9044, 8431, 8225, 8360, 8916, 9365, 8046, 9270, 7921, 10073, 8393, 9412, 8782, 9376, 8395, 9623, 8442, 9190, 9168, 9465, 8858, 8652, 9243, 8712, 8320, 8481, 8961, 8080, 8799, 8442, 8948, 8219, 8984, 8219, 9489, 9059, 9039, 9300, 8828, 9232, 8561, 10116, 8687, 9849, 8190, 9511, 8081, 9648, 8498, 10135, 8727, 10137, 8825, 10530, 8552, 10050, 8924, 8585, 9286, 8994, 10770, 8771, 9870, 9567, 8687, 9672, 8634, 9689, 9333, 9390, 8590, 8623, 7913, 9166, 7860, 9089, 7933, 8997, 8507, 8768, 9114, 8621, 9343, 8889, 8553, 8606, 9828, 8057, 9209, 9030, 9096, 8201, 10069, 8556, 9707, 8541, 9524, 8657, 9684, 9324, 9488, 9607, 9424, 9336, 8508, 9032, 9305, 8809, 8990, 8822, 11019, 8818, 9911, 9306, 9249, 8793, 8366, 9591, 8856, 10039, 8846, 9577, 8444, 10296, 8502, 9924, 8333, 9603, 8761, 9340, 9132, 8375, 9073, 8696, 9049, 8498, 9099, 8013, 9200, 8334, 8939, 7964, 9508, 8004, 9558, 8016, 8877, 9560, 9219, 9386, 8045, 9146, 8083, 9698, 8466, 9280, 8168, 9218, 9202, 8882, 9443, 8689, 9593, 8372, 9758, 8622, 9333, 9396, 9796, 9034, 9498, 8993, 9898, 8730, 9689, 8659, 9949, 8895, 9928, 8544, 9491, 8785, 9761, 8848, 9911, 8719, 9259, 8859, 9768, 9026, 9997, 8338, 9727, 7983, 9447, 8639, 9079, 9115, 8981, 8409, 9754, 8816, 9475, 9861, 8096, 9853, 8604, 8969, 8413, 8484, 8573, 7826, 8539, 8709, 8738, 9258, 8581, 8632, 8878, 8823, 8743, 8699, 8940, 9056, 8163, 8322, 9138, 8036, 9108, 8512, 8630, 8003, 8975, 7968, 8949, 8025, 7993, 8206, 8056, 8129, 8138, 8393, 8082, 8290, 8482, 8145, 10044, 8102, 9485, 8237, 9113, 8369, 9024, 8364, 9315, 9635, 8042, 9869, 8442, 10497, 9335, 9296, 9036, 9609, 8736, 9459, 8704, 8620, 8854, 8141, 8599, 7950, 8551, 7936, 9114, 8469, 9307, 8649, 10063, 9313, 9658, 9538, 8573, 10027, 9658, 9107, 9504, 9501, 9315, 9862, 8901, 9095, 8177, 9098, 8801, 8892, 9008, 8754, 8989, 8713, 8877, 8527, 8693, 8253, 8780, 8425, 8674, 8720, 9436, 8000, 9587, 8523, 9314, 8694, 9454, 9237, 9317, 8411, 9402, 8285, 9505, 8900, 9457, 7894, 9455, 8380, 9756, 7911, 9294, 8185, 9196, 7958, 8842, 8420, 8940, 8329, 9836, 7990, 9142, 7942, 9335, 8736, 9084, 8528, 8738, 9480, 9057, 8370, 9120, 9697, 8823, 8334, 9342, 9654, 8939, 8810, 10167, 8607, 9843, 8464, 9720, 8481, 9409, 8084, 10121, 8528, 9773, 9310, 9511, 10092, 8926, 9349, 8544, 9474, 8660, 9693, 9362, 9375, 9752, 9157, 9103, 8840, 9889, 8581, 10128, 8932, 10036, 8604, 10708, 8330, 10338, 8884, 9900, 8701, 9609, 9148, 9962, 9295, 9289, 8328, 9524, 8447, 9633, 8708, 9889, 8993, 10001, 8371, 9162, 8524, 9792, 8418, 9686, 8672, 8978, 8936, 9146, 10802, 9027, 9893, 9039, 9186, 8806, 9226, 8597, 9192, 8145, 9974, 8603, 10011, 8829, 9922, 8358, 9678, 9288, 8335, 9238, 7911, 9097, 8147, 8865, 7969, 8328, 8941, 8564, 8387, 8901, 8028, 8846, 8060, 8716, 8020, 9004, 8174, 10204, 8128, 10051, 8850, 8468, 10103, 8158, 9638, 8384, 10120, 8180, 9243, 8675, 9052, 8069, 9551, 7973, 9259, 8192, 9582, 8044, 9612, 8210, 9630, 8885, 8767, 9766, 8853, 9109, 10636, 8523, 9106, 9171, 9463, 9842, 8734, 9597, 9492, 8884, 9782, 8483, 9064, 8343, 9499, 8347, 8538, 8663, 8238, 8578, 8317, 8500, 8431, 8884, 8366, 9403, 9179, 9398, 8305, 9972, 8367, 8739, 9099, 8990, 8442, 10098, 8979, 9734, 8443, 9955, 9003, 9660, 9234, 9655, 8655, 9444, 8804, 9200, 10056, 9042], 'WindowCenter': [4581.0, 4563.0, 4539.0, 4535.0, 4524.0, 4532.0, 4531.0, 4510.0, 4528.0, 4519.0, 4518.0, 4519.0, 4528.0, 4505.0, 4519.0, 4506.0, 4517.0, 4504.0, 4529.0, 4518.0, 4518.0, 4515.0, 4495.0, 4515.0, 4519.0, 4530.0, 4507.0, 4517.0, 4518.0, 4518.0, 4496.0, 4517.0, 4509.0, 4543.0, 4527.0, 4519.0, 4519.0, 4504.0, 4528.0, 4507.0, 4528.0, 4503.0, 4517.0, 4496.0, 4516.0, 4504.0, 4515.0, 4505.0, 4494.0, 4504.0, 4515.0, 4517.0, 4517.0, 4519.0, 4517.0, 4519.0, 4507.0, 4530.0, 4507.0, 4516.0, 4507.0, 4507.0, 4508.0, 4517.0, 4510.0, 4505.0, 4525.0, 4518.0, 4506.0, 4511.0, 4509.0, 4497.0, 4499.0, 4498.0, 4515.0, 4513.0, 4507.0, 4513.0, 4535.0, 4525.0, 4517.0, 4503.0, 4496.0, 4501.0, 4489.0, 4502.0, 4492.0, 4502.0, 4485.0, 4498.0, 4489.0, 4502.0, 4487.0, 4501.0, 4488.0, 4501.0, 4497.0, 4508.0, 4524.0, 4514.0, 4514.0, 4502.0, 4516.0, 4507.0, 4529.0, 4516.0, 4530.0, 4505.0, 4518.0, 4504.0, 4530.0, 4518.0, 4531.0, 4508.0, 4517.0, 4507.0, 4505.0, 4502.0, 4504.0, 4494.0, 4504.0, 4494.0, 4504.0, 4505.0, 4504.0, 4492.0, 4517.0, 4505.0, 4505.0, 4517.0, 4506.0, 4521.0, 4526.0, 4514.0, 4535.0, 4525.0, 4512.0, 4502.0, 4513.0, 4511.0, 4508.0, 4497.0, 4512.0, 4496.0, 4496.0, 4501.0, 4501.0, 4487.0, 4474.0, 4487.0, 4481.0, 4481.0, 4478.0, 4471.0, 4460.0, 4475.0, 4460.0, 4472.0, 4481.0, 4495.0, 4488.0, 4489.0, 4505.0, 4491.0, 4499.0, 4515.0, 4506.0, 4530.0, 4518.0, 4526.0, 4516.0, 4497.0, 4493.0, 4503.0, 4490.0, 4515.0, 4497.0, 4522.0, 4506.0, 4516.0, 4503.0, 4527.0, 4507.0, 4516.0, 4528.0, 4505.0, 4529.0, 4529.0, 4517.0, 4518.0, 4517.0, 4509.0, 4508.0, 4529.0, 4520.0, 4518.0, 4507.0, 4518.0, 4515.0, 4518.0, 4513.0, 4518.0, 4517.0, 4517.0, 4527.0, 4508.0, 4516.0, 4505.0, 4516.0, 4507.0, 4522.0, 4514.0, 4529.0, 4525.0, 4519.0, 4546.0, 4531.0, 4541.0, 4532.0, 4532.0, 4522.0, 4531.0, 4518.0, 4530.0, 4521.0, 4531.0, 4518.0, 4519.0, 4517.0, 4532.0, 4532.0, 4542.0, 4522.0, 4543.0, 4534.0, 4530.0, 4532.0, 4521.0, 4529.0, 4516.0, 4520.0, 4509.0, 4519.0, 4517.0, 4517.0, 4532.0, 4530.0, 4517.0, 4528.0, 4507.0, 4516.0, 4495.0, 4517.0, 4494.0, 4505.0, 4516.0, 4507.0, 4505.0, 4504.0, 4494.0, 4482.0, 4491.0, 4481.0, 4490.0, 4478.0, 4504.0, 4504.0, 4503.0, 4484.0, 4484.0, 4490.0, 4490.0, 4469.0, 4501.0, 4480.0, 4488.0, 4468.0, 4479.0, 4478.0, 4489.0, 4478.0, 4499.0, 4479.0, 4490.0, 4480.0, 4504.0, 4493.0, 4505.0, 4518.0, 4516.0, 4493.0, 4517.0, 4507.0, 4517.0, 4505.0, 4515.0, 4505.0, 4539.0, 4508.0, 4528.0, 4506.0, 4519.0, 4505.0, 4524.0, 4517.0, 4507.0, 4518.0, 4526.0, 4516.0, 4509.0, 4528.0, 4508.0, 4529.0, 4508.0, 4527.0, 4516.0, 4515.0, 4505.0, 4495.0, 4495.0, 4493.0, 4493.0, 4494.0, 4493.0, 4492.0, 4483.0, 4490.0, 4478.0, 4489.0, 4478.0, 4487.0, 4489.0, 4479.0, 4492.0, 4490.0, 4490.0, 4480.0, 4491.0, 4482.0, 4491.0, 4479.0, 4492.0, 4494.0, 4494.0, 4503.0, 4482.0, 4516.0, 4499.0, 4515.0, 4486.0, 4503.0, 4481.0, 4491.0, 4480.0, 4514.0, 4494.0, 4504.0, 4503.0, 4502.0, 4504.0, 4493.0, 4504.0, 4493.0, 4493.0, 4492.0, 4504.0, 4493.0, 4505.0, 4495.0, 4506.0, 4502.0, 4516.0, 4505.0, 4516.0, 4504.0, 4517.0, 4517.0, 4517.0, 4517.0, 4508.0, 4527.0, 4519.0, 4539.0, 4519.0, 4541.0, 4510.0, 4542.0, 4534.0, 4544.0, 4536.0, 4553.0, 4531.0, 4550.0, 4534.0, 4553.0, 4544.0, 4535.0, 4545.0, 4546.0, 4565.0, 4532.0, 4541.0, 4546.0, 4528.0, 4544.0, 4517.0, 4540.0, 4532.0, 4530.0, 4530.0, 4522.0, 4508.0, 4520.0, 4495.0, 4508.0, 4493.0, 4507.0, 4506.0, 4506.0, 4505.0, 4505.0, 4506.0, 4506.0, 4507.0, 4506.0, 4527.0, 4497.0, 4516.0, 4517.0, 4506.0, 4507.0, 4527.0, 4502.0, 4529.0, 4520.0, 4530.0, 4516.0, 4531.0, 4532.0, 4541.0, 4528.0, 4531.0, 4533.0, 4536.0, 4532.0, 4543.0, 4541.0, 4548.0, 4544.0, 4564.0, 4543.0, 4553.0, 4542.0, 4531.0, 4523.0, 4509.0, 4531.0, 4518.0, 4534.0, 4518.0, 4530.0, 4506.0, 4542.0, 4507.0, 4530.0, 4508.0, 4517.0, 4506.0, 4504.0, 4517.0, 4495.0, 4504.0, 4494.0, 4492.0, 4489.0, 4492.0, 4482.0, 4502.0, 4481.0, 4492.0, 4480.0, 4501.0, 4480.0, 4490.0, 4480.0, 4487.0, 4503.0, 4503.0, 4502.0, 4481.0, 4491.0, 4479.0, 4500.0, 4479.0, 4500.0, 4481.0, 4502.0, 4502.0, 4503.0, 4515.0, 4506.0, 4517.0, 4505.0, 4520.0, 4499.0, 4541.0, 4530.0, 4547.0, 4529.0, 4542.0, 4534.0, 4544.0, 4526.0, 4544.0, 4534.0, 4557.0, 4531.0, 4543.0, 4521.0, 4531.0, 4519.0, 4542.0, 4529.0, 4541.0, 4519.0, 4529.0, 4514.0, 4541.0, 4532.0, 4540.0, 4521.0, 4526.0, 4510.0, 4530.0, 4520.0, 4530.0, 4518.0, 4518.0, 4521.0, 4523.0, 4510.0, 4519.0, 4532.0, 4509.0, 4527.0, 4506.0, 4503.0, 4500.0, 4511.0, 4502.0, 4475.0, 4484.0, 4483.0, 4483.0, 4493.0, 4472.0, 4484.0, 4471.0, 4472.0, 4470.0, 4470.0, 4475.0, 4477.0, 4475.0, 4470.0, 4481.0, 4463.0, 4470.0, 4470.0, 4470.0, 4459.0, 4471.0, 4465.0, 4482.0, 4478.0, 4463.0, 4462.0, 4461.0, 4464.0, 4470.0, 4477.0, 4489.0, 4504.0, 4514.0, 4492.0, 4519.0, 4486.0, 4508.0, 4498.0, 4509.0, 4498.0, 4517.0, 4507.0, 4517.0, 4528.0, 4496.0, 4533.0, 4507.0, 4540.0, 4530.0, 4528.0, 4516.0, 4512.0, 4517.0, 4512.0, 4508.0, 4503.0, 4514.0, 4489.0, 4502.0, 4479.0, 4488.0, 4472.0, 4502.0, 4484.0, 4496.0, 4493.0, 4506.0, 4518.0, 4514.0, 4528.0, 4506.0, 4518.0, 4505.0, 4495.0, 4507.0, 4517.0, 4505.0, 4528.0, 4507.0, 4505.0, 4493.0, 4492.0, 4503.0, 4502.0, 4491.0, 4491.0, 4491.0, 4489.0, 4490.0, 4491.0, 4492.0, 4491.0, 4504.0, 4507.0, 4506.0, 4502.0, 4515.0, 4496.0, 4522.0, 4505.0, 4519.0, 4508.0, 4517.0, 4515.0, 4518.0, 4496.0, 4518.0, 4507.0, 4520.0, 4518.0, 4518.0, 4497.0, 4518.0, 4508.0, 4518.0, 4497.0, 4516.0, 4496.0, 4516.0, 4495.0, 4504.0, 4491.0, 4505.0, 4494.0, 4514.0, 4483.0, 4492.0, 4480.0, 4491.0, 4479.0, 4490.0, 4489.0, 4490.0, 4503.0, 4500.0, 4480.0, 4490.0, 4500.0, 4492.0, 4482.0, 4507.0, 4502.0, 4507.0, 4493.0, 4514.0, 4507.0, 4517.0, 4495.0, 4516.0, 4494.0, 4504.0, 4483.0, 4514.0, 4492.0, 4513.0, 4500.0, 4514.0, 4513.0, 4504.0, 4518.0, 4518.0, 4528.0, 4508.0, 4529.0, 4519.0, 4529.0, 4528.0, 4533.0, 4521.0, 4532.0, 4529.0, 4518.0, 4540.0, 4533.0, 4542.0, 4521.0, 4548.0, 4524.0, 4550.0, 4546.0, 4558.0, 4532.0, 4530.0, 4530.0, 4539.0, 4529.0, 4531.0, 4512.0, 4531.0, 4524.0, 4543.0, 4527.0, 4541.0, 4518.0, 4530.0, 4509.0, 4519.0, 4510.0, 4531.0, 4511.0, 4533.0, 4522.0, 4533.0, 4530.0, 4532.0, 4552.0, 4532.0, 4529.0, 4519.0, 4530.0, 4519.0, 4519.0, 4508.0, 4530.0, 4509.0, 4542.0, 4519.0, 4528.0, 4506.0, 4503.0, 4482.0, 4491.0, 4489.0, 4480.0, 4490.0, 4469.0, 4478.0, 4469.0, 4475.0, 4467.0, 4466.0, 4476.0, 4478.0, 4465.0, 4475.0, 4453.0, 4463.0, 4453.0, 4465.0, 4456.0, 4475.0, 4469.0, 4488.0, 4458.0, 4486.0, 4478.0, 4477.0, 4498.0, 4468.0, 4489.0, 4469.0, 4500.0, 4492.0, 4501.0, 4478.0, 4488.0, 4481.0, 4500.0, 4479.0, 4491.0, 4481.0, 4504.0, 4484.0, 4515.0, 4494.0, 4514.0, 4504.0, 4519.0, 4528.0, 4522.0, 4518.0, 4539.0, 4529.0, 4533.0, 4547.0, 4555.0, 4557.0, 4532.0, 4542.0, 4542.0, 4532.0, 4544.0, 4531.0, 4533.0, 4523.0, 4532.0, 4519.0, 4520.0, 4518.0, 4509.0, 4508.0, 4507.0, 4502.0, 4496.0, 4508.0, 4494.0, 4505.0, 4510.0, 4509.0, 4496.0, 4526.0, 4505.0, 4507.0, 4506.0, 4505.0, 4495.0, 4515.0, 4496.0, 4509.0, 4487.0, 4517.0, 4507.0, 4517.0, 4515.0, 4527.0, 4507.0, 4528.0, 4517.0, 4515.0, 4524.0, 4519.0], 'WindowWidth': [10073.0, 10033.0, 9990.0, 9975.0, 9959.0, 9965.0, 9962.0, 9931.0, 9953.0, 9941.0, 9937.0, 9938.0, 9952.0, 9916.0, 9940.0, 9919.0, 9933.0, 9916.0, 9952.0, 9937.0, 9938.0, 9931.0, 9902.0, 9928.0, 9936.0, 9951.0, 9916.0, 9931.0, 9932.0, 9932.0, 9902.0, 9932.0, 9924.0, 9977.0, 9949.0, 9939.0, 9939.0, 9913.0, 9951.0, 9921.0, 9951.0, 9912.0, 9933.0, 9903.0, 9931.0, 9911.0, 9929.0, 9914.0, 9899.0, 9914.0, 9929.0, 9934.0, 9933.0, 9938.0, 9932.0, 9938.0, 9920.0, 9955.0, 9920.0, 9932.0, 9921.0, 9920.0, 9923.0, 9934.0, 9921.0, 9919.0, 9952.0, 9944.0, 9915.0, 9924.0, 9918.0, 9900.0, 9903.0, 9901.0, 9929.0, 9926.0, 9913.0, 9931.0, 9965.0, 9951.0, 9939.0, 9914.0, 9897.0, 9907.0, 9886.0, 9907.0, 9895.0, 9909.0, 9878.0, 9898.0, 9888.0, 9907.0, 9885.0, 9905.0, 9884.0, 9907.0, 9897.0, 9917.0, 9944.0, 9931.0, 9931.0, 9913.0, 9937.0, 9924.0, 9957.0, 9934.0, 9957.0, 9919.0, 9938.0, 9916.0, 9957.0, 9940.0, 9959.0, 9924.0, 9935.0, 9920.0, 9916.0, 9908.0, 9914.0, 9897.0, 9912.0, 9897.0, 9910.0, 9913.0, 9912.0, 9895.0, 9935.0, 9917.0, 9918.0, 9938.0, 9920.0, 9940.0, 9950.0, 9936.0, 9970.0, 9953.0, 9928.0, 9915.0, 9931.0, 9924.0, 9917.0, 9903.0, 9924.0, 9898.0, 9897.0, 9907.0, 9907.0, 9881.0, 9860.0, 9878.0, 9865.0, 9862.0, 9854.0, 9849.0, 9832.0, 9857.0, 9831.0, 9851.0, 9874.0, 9891.0, 9877.0, 9880.0, 9909.0, 9885.0, 9895.0, 9925.0, 9917.0, 9955.0, 9935.0, 9943.0, 9931.0, 9904.0, 9893.0, 9905.0, 9885.0, 9925.0, 9905.0, 9937.0, 9917.0, 9931.0, 9913.0, 9948.0, 9921.0, 9930.0, 9951.0, 9917.0, 9954.0, 9953.0, 9935.0, 9936.0, 9935.0, 9924.0, 9924.0, 9957.0, 9943.0, 9937.0, 9921.0, 9937.0, 9933.0, 9937.0, 9925.0, 9930.0, 9935.0, 9934.0, 9947.0, 9921.0, 9931.0, 9914.0, 9933.0, 9922.0, 9940.0, 9930.0, 9955.0, 9944.0, 9943.0, 9976.0, 9962.0, 9976.0, 9965.0, 9964.0, 9949.0, 9961.0, 9939.0, 9957.0, 9944.0, 9958.0, 9936.0, 9940.0, 9938.0, 9965.0, 9963.0, 9980.0, 9950.0, 9979.0, 9970.0, 9957.0, 9961.0, 9946.0, 9952.0, 9935.0, 9944.0, 9926.0, 9938.0, 9937.0, 9937.0, 9962.0, 9956.0, 9934.0, 9951.0, 9921.0, 9927.0, 9897.0, 9931.0, 9898.0, 9911.0, 9928.0, 9918.0, 9915.0, 9912.0, 9895.0, 9873.0, 9884.0, 9870.0, 9884.0, 9865.0, 9910.0, 9910.0, 9907.0, 9879.0, 9877.0, 9880.0, 9880.0, 9851.0, 9901.0, 9870.0, 9877.0, 9847.0, 9863.0, 9861.0, 9878.0, 9862.0, 9892.0, 9865.0, 9882.0, 9871.0, 9913.0, 9893.0, 9912.0, 9940.0, 9933.0, 9893.0, 9935.0, 9918.0, 9933.0, 9913.0, 9928.0, 9915.0, 9967.0, 9924.0, 9950.0, 9917.0, 9936.0, 9919.0, 9940.0, 9934.0, 9920.0, 9938.0, 9949.0, 9934.0, 9924.0, 9950.0, 9923.0, 9951.0, 9922.0, 9946.0, 9931.0, 9926.0, 9912.0, 9898.0, 9895.0, 9892.0, 9890.0, 9895.0, 9891.0, 9890.0, 9876.0, 9882.0, 9861.0, 9879.0, 9864.0, 9874.0, 9881.0, 9870.0, 9890.0, 9882.0, 9884.0, 9869.0, 9886.0, 9877.0, 9884.0, 9867.0, 9890.0, 9891.0, 9893.0, 9906.0, 9876.0, 9930.0, 9908.0, 9926.0, 9884.0, 9903.0, 9870.0, 9884.0, 9869.0, 9923.0, 9894.0, 9909.0, 9905.0, 9902.0, 9906.0, 9892.0, 9907.0, 9892.0, 9894.0, 9892.0, 9910.0, 9894.0, 9914.0, 9899.0, 9916.0, 9908.0, 9930.0, 9914.0, 9930.0, 9912.0, 9934.0, 9935.0, 9934.0, 9931.0, 9921.0, 9947.0, 9940.0, 9967.0, 9941.0, 9973.0, 9932.0, 9977.0, 9968.0, 9979.0, 9973.0, 9991.0, 9961.0, 9986.0, 9970.0, 9996.0, 9986.0, 9971.0, 9984.0, 9989.0, 10013.0, 9966.0, 9976.0, 9987.0, 9957.0, 9982.0, 9938.0, 9972.0, 9960.0, 9958.0, 9959.0, 9949.0, 9925.0, 9942.0, 9902.0, 9921.0, 9896.0, 9916.0, 9913.0, 9913.0, 9911.0, 9913.0, 9912.0, 9916.0, 9921.0, 9916.0, 9944.0, 9905.0, 9929.0, 9932.0, 9916.0, 9919.0, 9947.0, 9910.0, 9952.0, 9944.0, 9956.0, 9932.0, 9958.0, 9964.0, 9974.0, 9951.0, 9958.0, 9964.0, 9970.0, 9961.0, 9981.0, 9977.0, 9994.0, 9984.0, 10012.0, 9984.0, 9995.0, 9979.0, 9962.0, 9952.0, 9927.0, 9959.0, 9937.0, 9962.0, 9934.0, 9955.0, 9919.0, 9973.0, 9920.0, 9956.0, 9923.0, 9931.0, 9916.0, 9911.0, 9933.0, 9899.0, 9910.0, 9894.0, 9890.0, 9882.0, 9890.0, 9875.0, 9903.0, 9872.0, 9887.0, 9871.0, 9898.0, 9868.0, 9882.0, 9869.0, 9875.0, 9904.0, 9906.0, 9901.0, 9871.0, 9885.0, 9866.0, 9896.0, 9867.0, 9898.0, 9873.0, 9902.0, 9903.0, 9906.0, 9926.0, 9920.0, 9932.0, 9914.0, 9930.0, 9903.0, 9974.0, 9955.0, 9984.0, 9954.0, 9978.0, 9967.0, 9980.0, 9950.0, 9983.0, 9967.0, 10003.0, 9962.0, 9976.0, 9944.0, 9958.0, 9941.0, 9977.0, 9954.0, 9971.0, 9939.0, 9954.0, 9928.0, 9972.0, 9962.0, 9968.0, 9946.0, 9950.0, 9930.0, 9955.0, 9943.0, 9957.0, 9938.0, 9939.0, 9945.0, 9939.0, 9925.0, 9937.0, 9959.0, 9926.0, 9945.0, 9914.0, 9908.0, 9905.0, 9922.0, 9906.0, 9861.0, 9870.0, 9870.0, 9869.0, 9883.0, 9850.0, 9869.0, 9848.0, 9849.0, 9843.0, 9846.0, 9853.0, 9861.0, 9859.0, 9849.0, 9863.0, 9839.0, 9846.0, 9843.0, 9845.0, 9828.0, 9846.0, 9842.0, 9866.0, 9866.0, 9839.0, 9836.0, 9836.0, 9841.0, 9848.0, 9863.0, 9888.0, 9915.0, 9928.0, 9896.0, 9929.0, 9883.0, 9914.0, 9901.0, 9918.0, 9900.0, 9935.0, 9918.0, 9931.0, 9949.0, 9904.0, 9960.0, 9919.0, 9967.0, 9955.0, 9951.0, 9933.0, 9922.0, 9933.0, 9924.0, 9916.0, 9911.0, 9926.0, 9888.0, 9907.0, 9872.0, 9881.0, 9852.0, 9905.0, 9879.0, 9892.0, 9890.0, 9908.0, 9933.0, 9925.0, 9951.0, 9916.0, 9933.0, 9908.0, 9892.0, 9912.0, 9928.0, 9911.0, 9947.0, 9918.0, 9909.0, 9892.0, 9889.0, 9906.0, 9903.0, 9885.0, 9886.0, 9884.0, 9882.0, 9883.0, 9885.0, 9889.0, 9888.0, 9909.0, 9919.0, 9919.0, 9905.0, 9924.0, 9902.0, 9937.0, 9913.0, 9936.0, 9917.0, 9929.0, 9926.0, 9935.0, 9901.0, 9937.0, 9918.0, 9940.0, 9934.0, 9934.0, 9904.0, 9934.0, 9921.0, 9933.0, 9905.0, 9930.0, 9900.0, 9928.0, 9897.0, 9909.0, 9890.0, 9910.0, 9895.0, 9921.0, 9877.0, 9888.0, 9868.0, 9884.0, 9864.0, 9881.0, 9880.0, 9884.0, 9905.0, 9899.0, 9869.0, 9883.0, 9896.0, 9889.0, 9874.0, 9913.0, 9903.0, 9914.0, 9891.0, 9921.0, 9917.0, 9930.0, 9900.0, 9926.0, 9895.0, 9909.0, 9880.0, 9923.0, 9888.0, 9918.0, 9899.0, 9922.0, 9921.0, 9910.0, 9935.0, 9935.0, 9950.0, 9923.0, 9952.0, 9938.0, 9953.0, 9949.0, 9961.0, 9942.0, 9961.0, 9954.0, 9940.0, 9971.0, 9967.0, 9974.0, 9946.0, 9982.0, 9955.0, 9987.0, 9989.0, 10010.0, 9965.0, 9958.0, 9959.0, 9969.0, 9955.0, 9958.0, 9933.0, 9956.0, 9954.0, 9978.0, 9952.0, 9970.0, 9936.0, 9955.0, 9926.0, 9939.0, 9926.0, 9958.0, 9933.0, 9964.0, 9947.0, 9963.0, 9959.0, 9964.0, 9990.0, 9959.0, 9952.0, 9938.0, 9955.0, 9938.0, 9939.0, 9923.0, 9956.0, 9926.0, 9976.0, 9938.0, 9950.0, 9912.0, 9904.0, 9874.0, 9882.0, 9879.0, 9867.0, 9881.0, 9851.0, 9861.0, 9849.0, 9853.0, 9844.0, 9840.0, 9857.0, 9861.0, 9839.0, 9851.0, 9820.0, 9834.0, 9819.0, 9839.0, 9829.0, 9855.0, 9850.0, 9872.0, 9831.0, 9868.0, 9861.0, 9861.0, 9891.0, 9851.0, 9879.0, 9849.0, 9893.0, 9891.0, 9901.0, 9863.0, 9879.0, 9870.0, 9898.0, 9867.0, 9886.0, 9873.0, 9908.0, 9879.0, 9924.0, 9895.0, 9922.0, 9909.0, 9939.0, 9948.0, 9945.0, 9936.0, 9969.0, 9957.0, 9966.0, 9990.0, 10002.0, 10004.0, 9966.0, 9978.0, 9977.0, 9964.0, 9983.0, 9962.0, 9964.0, 9949.0, 9962.0, 9941.0, 9942.0, 9936.0, 9926.0, 9923.0, 9920.0, 9906.0, 9900.0, 9917.0, 9894.0, 9909.0, 9921.0, 9919.0, 9901.0, 9942.0, 9914.0, 9919.0, 9913.0, 9911.0, 9896.0, 9921.0, 9897.0, 9919.0, 9886.0, 9928.0, 9915.0, 9930.0, 9927.0, 9948.0, 9920.0, 9948.0, 9931.0, 9930.0, 9941.0, 9940.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.0011113118527042577</td></tr>
<tr><td colspan=3>aqi</td><td>0.022038096087456847</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38734901238482</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2115576971313353</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0162830815783401</td></tr>
<tr><td colspan=3>efc</td><td>0.455</td></tr>
<tr><td colspan=3>fber</td><td>7910.7441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13503111517070937</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.217491369390103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.445363536608289</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.432690214727418</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.689093026796117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.214307368301332</td></tr>
<tr><td colspan=3>gcor</td><td>0.0254793</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017890840768814087</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02875574119389057</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>3.906465663023418</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>28.2721</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9105</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>947.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.1729</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3039</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.3569</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3779.2806</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.5844</td></tr>
<tr><td colspan=3>tsnr</td><td>41.58354283659719</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>