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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-01/func/sub-0122_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b63c41d0255b5dbdd6b692c42d1016ec</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>16:28:12.630000</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.999732, -0.0051843, -0.0225391, 0.00610707, 0.999138, 0.0410665]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0878736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7751, -7194, 417, -140, 90, 40, 58]</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>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85dd1c20-b142-4c8e-a449-10961acd77bd||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.6822092533111572, 0.01638481207191944, -0.06022818386554718, 113.28207397460938], [0.013909101486206055, 2.6806135177612305, 0.11122161895036697, -108.11051177978516], [-0.06047067791223526, -0.11017849296331406, 2.697036027908325, -58.367530822753906], [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': ['162812.630000', '162813.090000', '162813.550000', '162814.010000', '162814.470000', '162814.930000', '162815.390000', '162815.850000', '162816.310000', '162816.770000', '162817.230000', '162817.690000', '162818.150000', '162818.610000', '162819.070000', '162819.530000', '162819.990000', '162820.450000', '162820.910000', '162821.370000', '162821.830000', '162822.290000', '162822.750000', '162823.210000', '162823.670000', '162824.130000', '162824.590000', '162825.050000', '162825.510000', '162825.970000', '162826.430000', '162826.890000', '162827.350000', '162827.810000', '162828.270000', '162828.730000', '162829.190000', '162829.650000', '162830.110000', '162830.570000', '162831.030000', '162831.490000', '162831.950000', '162832.410000', '162832.870000', '162833.330000', '162833.790000', '162834.250000', '162834.710000', '162835.170000', '162835.630000', '162836.090000', '162836.550000', '162837.010000', '162837.470000', '162837.930000', '162838.390000', '162838.850000', '162839.310000', '162839.770000', '162840.230000', '162840.690000', '162841.150000', '162841.610000', '162842.070000', '162842.530000', '162842.990000', '162843.450000', '162843.910000', '162844.370000', '162844.830000', '162845.290000', '162845.750000', '162846.210000', '162846.670000', '162847.130000', '162847.590000', '162848.050000', '162848.510000', '162848.970000', '162849.430000', '162849.890000', '162850.350000', '162850.810000', '162851.270000', '162851.730000', '162852.190000', '162852.650000', '162853.110000', '162853.570000', '162854.030000', '162854.490000', '162854.950000', '162855.410000', '162855.870000', '162856.330000', '162856.790000', '162857.250000', '162857.710000', '162858.170000', '162858.630000', '162859.090000', '162859.550000', '162900.010000', '162900.470000', '162900.930000', '162901.390000', '162901.850000', '162902.310000', '162902.770000', '162903.230000', '162903.690000', '162904.150000', '162904.610000', '162905.070000', '162905.530000', '162905.990000', '162906.450000', '162906.910000', '162907.370000', '162907.830000', '162908.290000', '162908.750000', '162909.210000', '162909.670000', '162910.130000', '162910.590000', '162911.050000', '162911.510000', '162911.970000', '162912.430000', '162912.890000', '162913.350000', '162913.810000', '162914.270000', '162914.730000', '162915.190000', '162915.650000', '162916.110000', '162916.570000', '162917.030000', '162917.490000', '162917.950000', '162918.410000', '162918.870000', '162919.330000', '162919.790000', '162920.250000', '162920.710000', '162921.170000', '162921.630000', '162922.090000', '162922.550000', '162923.010000', '162923.470000', '162923.930000', '162924.390000', '162924.850000', '162925.310000', '162925.770000', '162926.230000', '162926.690000', '162927.150000', '162927.610000', '162928.070000', '162928.530000', '162928.990000', '162929.450000', '162929.910000', '162930.370000', '162930.830000', '162931.290000', '162931.750000', '162932.210000', '162932.670000', '162933.130000', '162933.590000', '162934.050000', '162934.510000', '162934.970000', '162935.430000', '162935.890000', '162936.350000', '162936.810000', '162937.270000', '162937.730000', '162938.190000', '162938.650000', '162939.110000', '162939.570000', '162940.030000', '162940.490000', '162940.950000', '162941.410000', '162941.870000', '162942.330000', '162942.790000', '162943.250000', '162943.710000', '162944.170000', '162944.630000', '162945.090000', '162945.550000', '162946.010000', '162946.470000', '162946.930000', '162947.390000', '162947.850000', '162948.310000', '162948.770000', '162949.230000', '162949.690000', '162950.150000', '162950.610000', '162951.070000', '162951.530000', '162951.990000', '162952.450000', '162952.910000', '162953.370000', '162953.830000', '162954.290000', '162954.750000', '162955.210000', '162955.670000', '162956.130000', '162956.590000', '162957.050000', '162957.510000', '162957.970000', '162958.430000', '162958.890000', '162959.350000', '162959.810000', '163000.270000', '163000.730000', '163001.190000', '163001.650000', '163002.110000', '163002.570000', '163003.030000', '163003.490000', '163003.950000', '163004.410000', '163004.870000', '163005.330000', '163005.790000', '163006.250000', '163006.710000', '163007.170000', '163007.630000', '163008.090000', '163008.550000', '163009.010000', '163009.470000', '163009.930000', '163010.390000', '163010.850000', '163011.310000', '163011.770000', '163012.230000', '163012.690000', '163013.150000', '163013.610000', '163014.070000', '163014.530000', '163014.990000', '163015.450000', '163015.910000', '163016.370000', '163016.830000', '163017.290000', '163017.750000', '163018.210000', '163018.670000', '163019.130000', '163019.590000', '163020.050000', '163020.510000', '163020.970000', '163021.430000', '163021.890000', '163022.350000', '163022.810000', '163023.270000', '163023.730000', '163024.190000', '163024.650000', '163025.110000', '163025.570000', '163026.030000', '163026.490000', '163026.950000', '163027.410000', '163027.870000', '163028.330000', '163028.790000', '163029.250000', '163029.710000', '163030.170000', '163030.630000', '163031.090000', '163031.550000', '163032.010000', '163032.470000', '163032.930000', '163033.390000', '163033.850000', '163034.310000', '163034.770000', '163035.230000', '163035.690000', '163036.150000', '163036.610000', '163037.070000', '163037.530000', '163037.990000', '163038.450000', '163038.910000', '163039.370000', '163039.830000', '163040.290000', '163040.750000', '163041.210000', '163041.670000', '163042.130000', '163042.590000', '163043.050000', '163043.510000', '163043.970000', '163044.430000', '163044.890000', '163045.350000', '163045.810000', '163046.270000', '163046.730000', '163047.190000', '163047.650000', '163048.110000', '163048.570000', '163049.030000', '163049.490000', '163049.950000', '163050.410000', '163050.870000', '163051.330000', '163051.790000', '163052.250000', '163052.710000', '163053.170000', '163053.630000', '163054.090000', '163054.550000', '163055.010000', '163055.470000', '163055.930000', '163056.390000', '163056.850000', '163057.310000', '163057.770000', '163058.230000', '163058.690000', '163059.150000', '163059.610000', '163100.070000', '163100.530000', '163100.990000', '163101.450000', '163101.910000', '163102.370000', '163102.830000', '163103.290000', '163103.750000', '163104.210000', '163104.670000', '163105.130000', '163105.590000', '163106.050000', '163106.510000', '163106.970000', '163107.430000', '163107.890000', '163108.350000', '163108.810000', '163109.270000', '163109.730000', '163110.190000', '163110.650000', '163111.110000', '163111.570000', '163112.030000', '163112.490000', '163112.950000', '163113.410000', '163113.870000', '163114.330000', '163114.790000', '163115.250000', '163115.710000', '163116.170000', '163116.630000', '163117.090000', '163117.550000', '163118.010000', '163118.470000', '163118.930000', '163119.390000', '163119.850000', '163120.310000', '163120.770000', '163121.230000', '163121.690000', '163122.150000', '163122.610000', '163123.070000', '163123.530000', '163123.990000', '163124.450000', '163124.910000', '163125.370000', '163125.830000', '163126.290000', '163126.750000', '163127.210000', '163127.670000', '163128.130000', '163128.590000', '163129.050000', '163129.510000', '163129.970000', '163130.430000', '163130.890000', '163131.350000', '163131.810000', '163132.270000', '163132.730000', '163133.190000', '163133.650000', '163134.110000', '163134.570000', '163135.030000', '163135.490000', '163135.950000', '163136.410000', '163136.870000', '163137.330000', '163137.790000', '163138.250000', '163138.710000', '163139.170000', '163139.630000', '163140.090000', '163140.550000', '163141.010000', '163141.470000', '163141.930000', '163142.390000', '163142.850000', '163143.310000', '163143.770000', '163144.230000', '163144.690000', '163145.150000', '163145.610000', '163146.070000', '163146.530000', '163146.990000', '163147.450000', '163147.910000', '163148.370000', '163148.830000', '163149.290000', '163149.750000', '163150.210000', '163150.670000', '163151.130000', '163151.590000', '163152.050000', '163152.510000', '163152.970000', '163153.430000', '163153.890000', '163154.350000', '163154.810000', '163155.270000', '163155.730000', '163156.190000', '163156.650000', '163157.110000', '163157.570000', '163158.030000', '163158.490000', '163158.950000', '163159.410000', '163159.870000', '163200.330000', '163200.790000', '163201.250000', '163201.710000', '163202.170000', '163202.630000', '163203.090000', '163203.550000', '163204.010000', '163204.470000', '163204.930000', '163205.390000', '163205.850000', '163206.310000', '163206.770000', '163207.230000', '163207.690000', '163208.150000', '163208.610000', '163209.070000', '163209.530000', '163209.990000', '163210.450000', '163210.910000', '163211.370000', '163211.830000', '163212.290000', '163212.750000', '163213.210000', '163213.670000', '163214.130000', '163214.590000', '163215.050000', '163215.510000', '163215.970000', '163216.430000', '163216.890000', '163217.350000', '163217.810000', '163218.270000', '163218.730000', '163219.190000', '163219.650000', '163220.110000', '163220.570000', '163221.030000', '163221.490000', '163221.950000', '163222.410000', '163222.870000', '163223.330000', '163223.790000', '163224.250000', '163224.710000', '163225.170000', '163225.630000', '163226.090000', '163226.550000', '163227.010000', '163227.470000', '163227.930000', '163228.390000', '163228.850000', '163229.310000', '163229.770000', '163230.230000', '163230.690000', '163231.150000', '163231.610000', '163232.070000', '163232.530000', '163232.990000', '163233.450000', '163233.910000', '163234.370000', '163234.830000', '163235.290000', '163235.750000', '163236.210000', '163236.670000', '163237.130000', '163237.590000', '163238.050000', '163238.510000', '163238.970000', '163239.430000', '163239.890000', '163240.350000', '163240.810000', '163241.270000', '163241.730000', '163242.190000', '163242.650000', '163243.110000', '163243.570000', '163244.030000', '163244.490000', '163244.950000', '163245.410000', '163245.870000', '163246.330000', '163246.790000', '163247.250000', '163247.710000', '163248.170000', '163248.630000', '163249.090000', '163249.550000', '163250.010000', '163250.470000', '163250.930000', '163251.390000', '163251.850000', '163252.310000', '163252.770000', '163253.230000', '163253.690000', '163254.150000', '163254.610000', '163255.070000', '163255.530000', '163255.990000', '163256.450000', '163256.910000', '163257.370000', '163257.830000', '163258.290000', '163258.750000', '163259.210000', '163259.670000', '163300.130000', '163300.590000', '163301.050000', '163301.510000', '163301.970000', '163302.430000', '163302.890000', '163303.350000', '163303.810000', '163304.270000', '163304.730000', '163305.190000', '163305.650000', '163306.110000', '163306.570000', '163307.030000', '163307.490000', '163307.950000', '163308.410000', '163308.870000', '163309.330000', '163309.790000', '163310.250000', '163310.710000', '163311.170000', '163311.630000', '163312.090000', '163312.550000', '163313.010000', '163313.470000', '163313.930000', '163314.390000', '163314.850000', '163315.310000', '163315.770000', '163316.230000', '163316.690000', '163317.150000', '163317.610000', '163318.070000', '163318.530000', '163318.990000', '163319.450000', '163319.910000', '163320.370000', '163320.830000', '163321.290000', '163321.750000', '163322.210000', '163322.670000', '163323.130000', '163323.590000', '163324.050000', '163324.510000', '163324.970000', '163325.430000', '163325.890000', '163326.350000', '163326.810000', '163327.270000', '163327.730000', '163328.190000', '163328.650000', '163329.110000', '163329.570000', '163330.030000', '163330.490000', '163330.950000', '163331.410000', '163331.870000', '163332.330000', '163332.790000', '163333.250000', '163333.710000', '163334.170000', '163334.630000', '163335.090000', '163335.550000', '163336.010000', '163336.470000', '163336.930000', '163337.390000', '163337.850000', '163338.310000', '163338.770000', '163339.230000', '163339.690000', '163340.150000', '163340.610000', '163341.070000', '163341.530000', '163341.990000', '163342.450000', '163342.910000', '163343.370000', '163343.830000', '163344.290000', '163344.750000', '163345.210000', '163345.670000', '163346.130000', '163346.590000', '163347.050000', '163347.510000', '163347.970000', '163348.430000', '163348.890000', '163349.350000', '163349.810000', '163350.270000', '163350.730000', '163351.190000', '163351.650000', '163352.110000', '163352.570000', '163353.030000', '163353.490000', '163353.950000', '163354.410000', '163354.870000', '163355.330000', '163355.790000', '163356.250000', '163356.710000', '163357.170000', '163357.630000', '163358.090000', '163358.550000', '163359.010000', '163359.470000', '163359.930000', '163400.390000', '163400.850000', '163401.310000', '163401.770000', '163402.230000', '163402.690000', '163403.150000', '163403.610000', '163404.070000', '163404.530000', '163404.990000', '163405.450000', '163405.910000', '163406.370000', '163406.830000', '163407.290000', '163407.750000', '163408.210000', '163408.670000', '163409.130000', '163409.590000', '163410.050000', '163410.510000', '163410.970000', '163411.430000', '163411.890000', '163412.350000', '163412.810000', '163413.270000', '163413.730000', '163414.190000', '163414.650000', '163415.110000', '163415.570000', '163416.030000', '163416.490000', '163416.950000', '163417.410000', '163417.870000', '163418.330000', '163418.790000', '163419.250000', '163419.710000', '163420.170000', '163420.630000', '163421.090000', '163421.550000', '163422.010000', '163422.470000', '163422.930000', '163423.390000', '163423.850000', '163424.310000', '163424.770000', '163425.230000', '163425.690000', '163426.150000', '163426.610000', '163427.070000', '163427.530000', '163427.990000', '163428.450000', '163428.910000', '163429.370000', '163429.830000', '163430.290000', '163430.750000', '163431.210000', '163431.670000', '163432.130000', '163432.590000', '163433.050000', '163433.510000', '163433.970000', '163434.430000', '163434.890000', '163435.350000', '163435.810000', '163436.270000', '163436.730000', '163437.190000', '163437.650000', '163438.110000', '163438.570000', '163439.030000', '163439.490000', '163439.950000', '163440.410000', '163440.870000', '163441.330000', '163441.790000', '163442.250000', '163442.710000', '163443.170000', '163443.630000', '163444.090000', '163444.550000', '163445.010000', '163445.470000', '163445.930000', '163446.390000', '163446.850000', '163447.310000', '163447.770000', '163448.230000', '163448.690000', '163449.150000', '163449.610000', '163450.070000', '163450.530000', '163450.990000', '163451.450000', '163451.910000', '163452.370000', '163452.830000', '163453.290000'], 'ContentTime': ['162840.798000', '162840.802000', '162840.804000', '162840.807000', '162840.809000', '162840.812000', '162840.814000', '162840.817000', '162840.820000', '162840.822000', '162840.825000', '162840.827000', '162840.830000', '162840.832000', '162840.835000', '162840.838000', '162840.840000', '162840.843000', '162840.845000', '162840.848000', '162840.850000', '162840.853000', '162840.855000', '162840.858000', '162840.860000', '162840.863000', '162840.872000', '162840.875000', '162840.877000', '162840.880000', '162840.882000', '162840.885000', '162840.887000', '162840.890000', '162840.892000', '162840.895000', '162840.898000', '162840.900000', '162840.903000', '162840.905000', '162840.908000', '162840.910000', '162840.913000', '162840.915000', '162840.918000', '162840.920000', '162840.923000', '162840.926000', '162840.928000', '162840.931000', '162840.933000', '162840.936000', '162840.938000', '162840.941000', '162840.943000', '162840.946000', '162840.948000', '162840.951000', '162900.773000', '162900.776000', '162900.778000', '162900.781000', '162900.783000', '162900.786000', '162900.790000', '162900.792000', '162900.795000', '162900.798000', '162900.882000', '162900.884000', '162900.887000', '162900.889000', '162900.892000', '162900.894000', '162900.897000', '162900.900000', '162900.902000', '162900.905000', '162900.907000', '162900.910000', '162900.912000', '162900.916000', '162900.918000', '162900.921000', '162900.923000', '162900.926000', '162900.929000', '162900.931000', '162900.934000', '162900.936000', '162900.939000', '162900.941000', '162900.944000', '162900.946000', '162900.949000', '162900.951000', '162900.954000', '162900.956000', '162900.959000', '162900.962000', '162900.964000', '162920.771000', '162920.774000', '162920.777000', '162920.779000', '162920.782000', '162920.785000', '162920.787000', '162920.799000', '162920.801000', '162920.804000', '162920.806000', '162920.809000', '162920.812000', '162920.814000', '162920.817000', '162920.819000', '162920.822000', '162920.824000', '162920.827000', '162920.829000', '162920.832000', '162920.835000', '162920.837000', '162920.840000', '162920.842000', '162920.845000', '162920.847000', '162920.850000', '162920.852000', '162920.855000', '162920.858000', '162920.860000', '162920.863000', '162920.865000', '162920.868000', '162920.870000', '162920.873000', '162920.875000', '162920.878000', '162920.881000', '162920.883000', '162920.886000', '162920.888000', '162920.891000', '162940.772000', '162940.774000', '162940.777000', '162940.780000', '162940.782000', '162940.785000', '162940.787000', '162940.790000', '162940.792000', '162940.795000', '162940.820000', '162940.823000', '162940.826000', '162940.828000', '162940.831000', '162940.833000', '162940.836000', '162940.838000', '162940.841000', '162940.844000', '162940.846000', '162940.849000', '162940.851000', '162940.854000', '162940.856000', '162940.859000', '162940.862000', '162940.864000', '162940.867000', '162940.869000', '162940.872000', '162940.874000', '162940.877000', '162940.880000', '162940.882000', '162940.885000', '162940.887000', '162940.890000', '162940.892000', '162940.895000', '162940.897000', '162940.900000', '162940.902000', '163000.771000', '163000.774000', '163000.777000', '163000.779000', '163000.782000', '163000.784000', '163000.787000', '163000.789000', '163000.792000', '163000.795000', '163000.797000', '163000.800000', '163000.802000', '163000.805000', '163000.807000', '163000.810000', '163000.812000', '163000.815000', '163000.817000', '163000.820000', '163000.823000', '163000.825000', '163000.828000', '163000.830000', '163000.833000', '163000.835000', '163000.838000', '163000.841000', '163000.843000', '163000.846000', '163000.848000', '163000.851000', '163000.853000', '163000.856000', '163000.858000', '163000.861000', '163000.864000', '163000.866000', '163000.869000', '163000.871000', '163000.874000', '163000.876000', '163000.879000', '163000.881000', '163020.772000', '163020.774000', '163020.777000', '163020.779000', '163020.782000', '163020.785000', '163020.787000', '163020.790000', '163020.793000', '163020.795000', '163020.798000', '163020.800000', '163020.803000', '163020.805000', '163020.808000', '163020.811000', '163020.813000', '163020.816000', '163020.818000', '163020.821000', '163020.823000', '163020.826000', '163020.829000', '163020.831000', '163020.834000', '163020.836000', '163020.839000', '163020.841000', '163020.844000', '163020.847000', '163020.850000', '163020.853000', '163020.856000', '163020.859000', '163020.862000', '163020.865000', '163020.867000', '163020.870000', '163020.872000', '163020.875000', '163020.877000', '163020.880000', '163020.883000', '163040.771000', '163040.774000', '163040.777000', '163040.779000', '163040.782000', '163040.784000', '163040.787000', '163040.790000', '163040.792000', '163040.795000', '163040.797000', '163040.800000', '163040.803000', '163040.805000', '163040.808000', '163040.810000', '163040.813000', '163040.815000', '163040.818000', '163040.821000', '163040.823000', '163040.826000', '163040.828000', '163040.831000', '163040.833000', '163040.836000', '163040.838000', '163040.841000', '163040.843000', '163040.846000', '163040.849000', '163040.851000', '163040.854000', '163040.856000', '163040.859000', '163040.861000', '163040.864000', '163040.867000', '163040.869000', '163040.872000', '163040.874000', '163040.877000', '163040.879000', '163040.882000', '163100.773000', '163100.775000', '163100.778000', '163100.781000', '163100.783000', '163100.786000', '163100.788000', '163100.791000', '163100.793000', '163100.796000', '163100.799000', '163100.821000', '163100.824000', '163100.826000', '163100.829000', '163100.831000', '163100.834000', '163100.836000', '163100.839000', '163100.842000', '163100.844000', '163100.847000', '163100.850000', '163100.852000', '163100.855000', '163100.858000', '163100.860000', '163100.863000', '163100.865000', '163100.868000', '163100.870000', '163100.873000', '163100.876000', '163100.878000', '163100.881000', '163100.883000', '163100.886000', '163100.888000', '163100.891000', '163100.893000', '163100.896000', '163100.899000', '163100.901000', '163120.772000', '163120.775000', '163120.778000', '163120.781000', '163120.783000', '163120.786000', '163120.789000', '163120.791000', '163120.794000', '163120.796000', '163120.799000', '163120.871000', '163120.873000', '163120.876000', '163120.878000', '163120.881000', '163120.883000', '163120.886000', '163120.889000', '163120.891000', '163120.894000', '163120.896000', '163120.899000', '163120.901000', '163120.904000', '163120.906000', '163120.909000', '163120.911000', '163120.914000', '163120.917000', '163120.919000', '163120.922000', '163120.924000', '163120.927000', '163120.930000', '163120.932000', '163120.935000', '163120.937000', '163120.940000', '163120.942000', '163120.945000', '163120.948000', '163120.950000', '163120.953000', '163140.771000', '163140.774000', '163140.777000', '163140.779000', '163140.782000', '163140.785000', '163140.787000', '163140.790000', '163140.792000', '163140.795000', '163140.797000', '163140.869000', '163140.871000', '163140.874000', '163140.876000', '163140.879000', '163140.882000', '163140.884000', '163140.887000', '163140.891000', '163140.893000', '163140.896000', '163140.898000', '163140.901000', '163140.903000', '163140.906000', '163140.909000', '163140.911000', '163140.914000', '163140.916000', '163140.919000', '163140.921000', '163140.924000', '163140.926000', '163140.929000', '163140.932000', '163140.934000', '163140.937000', '163140.939000', '163140.942000', '163140.945000', '163140.947000', '163140.950000', '163200.771000', '163200.774000', '163200.777000', '163200.780000', '163200.783000', '163200.785000', '163200.788000', '163200.790000', '163200.793000', '163200.795000', '163200.798000', '163200.829000', '163200.831000', '163200.834000', '163200.837000', '163200.839000', '163200.842000', '163200.844000', '163200.847000', '163200.850000', '163200.852000', '163200.855000', '163200.857000', '163200.860000', '163200.862000', '163200.865000', '163200.867000', '163200.870000', '163200.873000', '163200.875000', '163200.878000', '163200.880000', '163200.883000', '163200.885000', '163200.888000', '163200.890000', '163200.893000', '163200.895000', '163200.898000', '163200.901000', '163200.903000', '163200.906000', '163200.908000', '163200.911000', '163220.771000', '163220.774000', '163220.777000', '163220.780000', '163220.782000', '163220.785000', '163220.787000', '163220.790000', '163220.792000', '163220.795000', '163220.798000', '163220.800000', '163220.803000', '163220.806000', '163220.808000', '163220.811000', '163220.813000', '163220.816000', '163220.819000', '163220.821000', '163220.824000', '163220.826000', '163220.829000', '163220.832000', '163220.834000', '163220.837000', '163220.839000', '163220.842000', '163220.844000', '163220.847000', '163220.849000', '163220.852000', '163220.854000', '163220.857000', '163220.860000', '163220.862000', '163220.865000', '163220.867000', '163220.870000', '163220.872000', '163220.875000', '163220.877000', '163220.880000', '163240.772000', '163240.774000', '163240.777000', '163240.780000', '163240.782000', '163240.785000', '163240.787000', '163240.790000', '163240.792000', '163240.795000', '163240.797000', '163240.849000', '163240.852000', '163240.854000', '163240.857000', '163240.860000', '163240.877000', '163240.880000', '163240.882000', '163240.885000', '163240.887000', '163240.890000', '163240.893000', '163240.895000', '163240.898000', '163240.900000', '163240.903000', '163240.905000', '163240.908000', '163240.910000', '163240.913000', '163240.916000', '163240.918000', '163240.921000', '163240.923000', '163240.926000', '163240.928000', '163240.931000', '163240.933000', '163240.936000', '163240.939000', '163240.941000', '163240.944000', '163240.946000', '163300.771000', '163300.774000', '163300.777000', '163300.779000', '163300.782000', '163300.785000', '163300.787000', '163300.790000', '163300.792000', '163300.795000', '163300.798000', '163300.845000', '163300.848000', '163300.850000', '163300.853000', '163300.856000', '163300.858000', '163300.861000', '163300.863000', '163300.866000', '163300.868000', '163300.871000', '163300.873000', '163300.876000', '163300.878000', '163300.881000', '163300.884000', '163300.886000', '163300.889000', '163300.891000', '163300.894000', '163300.896000', '163300.899000', '163300.901000', '163300.904000', '163300.906000', '163300.909000', '163300.911000', '163300.914000', '163300.917000', '163300.919000', '163300.922000', '163300.924000', '163320.772000', '163320.775000', '163320.778000', '163320.780000', '163320.783000', '163320.785000', '163320.788000', '163320.791000', '163320.793000', '163320.796000', '163320.798000', '163320.846000', '163320.849000', '163320.851000', '163320.854000', '163320.857000', '163320.859000', '163320.862000', '163320.864000', '163320.867000', '163320.870000', '163320.872000', '163320.875000', '163320.877000', '163320.880000', '163320.883000', '163320.885000', '163320.888000', '163320.890000', '163320.893000', '163320.895000', '163320.898000', '163320.901000', '163320.903000', '163320.906000', '163320.909000', '163320.911000', '163320.914000', '163320.916000', '163320.919000', '163320.921000', '163320.924000', '163320.927000', '163320.929000', '163340.773000', '163340.776000', '163340.778000', '163340.781000', '163340.783000', '163340.786000', '163340.788000', '163340.791000', '163340.793000', '163340.796000', '163340.799000', '163340.856000', '163340.858000', '163340.861000', '163340.864000', '163340.866000', '163340.869000', '163340.871000', '163340.874000', '163340.876000', '163340.879000', '163340.881000', '163340.884000', '163340.887000', '163340.889000', '163340.892000', '163340.894000', '163340.897000', '163340.899000', '163340.902000', '163340.905000', '163340.907000', '163340.910000', '163340.912000', '163340.915000', '163340.918000', '163340.921000', '163340.924000', '163340.927000', '163340.929000', '163340.932000', '163340.934000', '163340.937000', '163400.772000', '163400.774000', '163400.777000', '163400.779000', '163400.782000', '163400.785000', '163400.787000', '163400.790000', '163400.792000', '163400.795000', '163400.797000', '163400.800000', '163400.803000', '163400.805000', '163400.808000', '163400.811000', '163400.814000', '163400.816000', '163400.819000', '163400.821000', '163400.824000', '163400.827000', '163400.830000', '163400.833000', '163400.836000', '163400.838000', '163400.841000', '163400.844000', '163400.846000', '163400.849000', '163400.851000', '163400.854000', '163400.856000', '163400.859000', '163400.861000', '163400.864000', '163400.867000', '163400.869000', '163400.872000', '163400.874000', '163400.877000', '163400.887000', '163400.889000', '163420.772000', '163420.775000', '163420.777000', '163420.780000', '163420.782000', '163420.785000', '163420.787000', '163420.790000', '163420.792000', '163420.795000', '163420.797000', '163420.837000', '163420.840000', '163420.843000', '163420.845000', '163420.848000', '163420.850000', '163420.853000', '163420.855000', '163420.858000', '163420.861000', '163420.863000', '163420.866000', '163420.868000', '163420.871000', '163420.875000', '163420.877000', '163420.880000', '163420.883000', '163420.885000', '163420.888000', '163420.890000', '163420.893000', '163420.895000', '163420.898000', '163420.900000', '163420.903000', '163420.906000', '163420.908000', '163420.911000', '163420.913000', '163420.916000', '163420.918000', '163420.921000', '163440.771000', '163440.774000', '163440.777000', '163440.779000', '163440.782000', '163440.784000', '163440.787000', '163440.789000', '163440.792000', '163440.795000', '163440.797000', '163440.800000', '163440.802000', '163440.805000', '163440.807000', '163440.810000', '163440.813000', '163440.815000', '163440.818000', '163440.820000', '163440.823000', '163440.825000', '163440.828000', '163440.830000', '163440.833000', '163440.835000', '163440.838000', '163440.841000', '163440.843000', '163440.846000', '163440.848000', '163440.851000', '163440.853000', '163440.856000', '163440.859000', '163440.862000', '163440.865000', '163440.868000', '163440.870000', '163440.873000', '163440.875000', '163440.878000', '163440.880000', '163454.951000', '163454.955000', '163454.957000', '163454.960000', '163454.963000', '163454.966000', '163454.969000', '163454.972000', '163454.975000', '163454.977000', '163454.982000', '163454.989000', '163454.992000', '163454.996000', '163455.000000', '163455.003000', '163455.006000', '163455.009000', '163455.012000', '163455.015000', '163455.017000', '163455.020000', '163455.025000', '163455.029000', '163455.032000', '163455.036000', '163455.039000', '163455.042000', '163455.045000', '163455.048000', '163455.051000', '163455.054000'], 'InstanceCreationTime': ['162840.798000', '162840.802000', '162840.804000', '162840.807000', '162840.809000', '162840.812000', '162840.814000', '162840.817000', '162840.820000', '162840.822000', '162840.825000', '162840.827000', '162840.830000', '162840.832000', '162840.835000', '162840.838000', '162840.840000', '162840.843000', '162840.845000', '162840.848000', '162840.850000', '162840.853000', '162840.855000', '162840.858000', '162840.860000', '162840.863000', '162840.872000', '162840.875000', '162840.877000', '162840.880000', '162840.882000', '162840.885000', '162840.887000', '162840.890000', '162840.892000', '162840.895000', '162840.898000', '162840.900000', '162840.903000', '162840.905000', '162840.908000', '162840.910000', '162840.913000', '162840.915000', '162840.918000', '162840.920000', '162840.923000', '162840.926000', '162840.928000', '162840.931000', '162840.933000', '162840.936000', '162840.938000', '162840.941000', '162840.943000', '162840.946000', '162840.948000', '162840.951000', '162900.773000', '162900.776000', '162900.778000', '162900.781000', '162900.783000', '162900.786000', '162900.790000', '162900.792000', '162900.795000', '162900.798000', '162900.882000', '162900.884000', '162900.887000', '162900.889000', '162900.892000', '162900.894000', '162900.897000', '162900.900000', '162900.902000', '162900.905000', '162900.907000', '162900.910000', '162900.912000', '162900.916000', '162900.918000', '162900.921000', '162900.923000', '162900.926000', '162900.929000', '162900.931000', '162900.934000', '162900.936000', '162900.939000', '162900.941000', '162900.944000', '162900.946000', '162900.949000', '162900.951000', '162900.954000', '162900.956000', '162900.959000', '162900.962000', '162900.964000', '162920.771000', '162920.774000', '162920.777000', '162920.779000', '162920.782000', '162920.785000', '162920.787000', '162920.799000', '162920.801000', '162920.804000', '162920.806000', '162920.809000', '162920.812000', '162920.814000', '162920.817000', '162920.819000', '162920.822000', '162920.824000', '162920.827000', '162920.829000', '162920.832000', '162920.835000', '162920.837000', '162920.840000', '162920.842000', '162920.845000', '162920.847000', '162920.850000', '162920.852000', '162920.855000', '162920.858000', '162920.860000', '162920.863000', '162920.865000', '162920.868000', '162920.870000', '162920.873000', '162920.875000', '162920.878000', '162920.881000', '162920.883000', '162920.886000', '162920.888000', '162920.891000', '162940.772000', '162940.774000', '162940.777000', '162940.780000', '162940.782000', '162940.785000', '162940.787000', '162940.790000', '162940.792000', '162940.795000', '162940.820000', '162940.823000', '162940.826000', '162940.828000', '162940.831000', '162940.833000', '162940.836000', '162940.838000', '162940.841000', '162940.844000', '162940.846000', '162940.849000', '162940.851000', '162940.854000', '162940.856000', '162940.859000', '162940.862000', '162940.864000', '162940.867000', '162940.869000', '162940.872000', '162940.874000', '162940.877000', '162940.880000', '162940.882000', '162940.885000', '162940.887000', '162940.890000', '162940.892000', '162940.895000', '162940.897000', '162940.900000', '162940.902000', '163000.771000', '163000.774000', '163000.777000', '163000.779000', '163000.782000', '163000.784000', '163000.787000', '163000.789000', '163000.792000', '163000.795000', '163000.797000', '163000.800000', '163000.802000', '163000.805000', '163000.807000', '163000.810000', '163000.812000', '163000.815000', '163000.817000', '163000.820000', '163000.823000', '163000.825000', '163000.828000', '163000.830000', '163000.833000', '163000.835000', '163000.838000', '163000.841000', '163000.843000', '163000.846000', '163000.848000', '163000.851000', '163000.853000', '163000.856000', '163000.858000', '163000.861000', '163000.864000', '163000.866000', '163000.869000', '163000.871000', '163000.874000', '163000.876000', '163000.879000', '163000.881000', '163020.772000', '163020.774000', '163020.777000', '163020.779000', '163020.782000', '163020.785000', '163020.787000', '163020.790000', '163020.793000', '163020.795000', '163020.798000', '163020.800000', '163020.803000', '163020.805000', '163020.808000', '163020.811000', '163020.813000', '163020.816000', '163020.818000', '163020.821000', '163020.823000', '163020.826000', '163020.829000', '163020.831000', '163020.834000', '163020.836000', '163020.839000', '163020.841000', '163020.844000', '163020.847000', '163020.850000', '163020.853000', '163020.856000', '163020.859000', '163020.862000', '163020.865000', '163020.867000', '163020.870000', '163020.872000', '163020.875000', '163020.877000', '163020.880000', '163020.883000', '163040.771000', '163040.774000', '163040.777000', '163040.779000', '163040.782000', '163040.784000', '163040.787000', '163040.790000', '163040.792000', '163040.795000', '163040.797000', '163040.800000', '163040.803000', '163040.805000', '163040.808000', '163040.810000', '163040.813000', '163040.815000', '163040.818000', '163040.821000', '163040.823000', '163040.826000', '163040.828000', '163040.831000', '163040.833000', '163040.836000', '163040.838000', '163040.841000', '163040.843000', '163040.846000', '163040.849000', '163040.851000', '163040.854000', '163040.856000', '163040.859000', '163040.861000', '163040.864000', '163040.867000', '163040.869000', '163040.872000', '163040.874000', '163040.877000', '163040.879000', '163040.882000', '163100.773000', '163100.775000', '163100.778000', '163100.781000', '163100.783000', '163100.786000', '163100.788000', '163100.791000', '163100.793000', '163100.796000', '163100.799000', '163100.821000', '163100.824000', '163100.826000', '163100.829000', '163100.831000', '163100.834000', '163100.836000', '163100.839000', '163100.842000', '163100.844000', '163100.847000', '163100.850000', '163100.852000', '163100.855000', '163100.858000', '163100.860000', '163100.863000', '163100.865000', '163100.868000', '163100.870000', '163100.873000', '163100.876000', '163100.878000', '163100.881000', '163100.883000', '163100.886000', '163100.888000', '163100.891000', '163100.893000', '163100.896000', '163100.899000', '163100.901000', '163120.772000', '163120.775000', '163120.778000', '163120.781000', '163120.783000', '163120.786000', '163120.789000', '163120.791000', '163120.794000', '163120.796000', '163120.799000', '163120.871000', '163120.873000', '163120.876000', '163120.878000', '163120.881000', '163120.883000', '163120.886000', '163120.889000', '163120.891000', '163120.894000', '163120.896000', '163120.899000', '163120.901000', '163120.904000', '163120.906000', '163120.909000', '163120.911000', '163120.914000', '163120.917000', '163120.919000', '163120.922000', '163120.924000', '163120.927000', '163120.930000', '163120.932000', '163120.935000', '163120.937000', '163120.940000', '163120.942000', '163120.945000', '163120.948000', '163120.950000', '163120.953000', '163140.771000', '163140.774000', '163140.777000', '163140.779000', '163140.782000', '163140.785000', '163140.787000', '163140.790000', '163140.792000', '163140.795000', '163140.797000', '163140.869000', '163140.871000', '163140.874000', '163140.876000', '163140.879000', '163140.882000', '163140.884000', '163140.887000', '163140.891000', '163140.893000', '163140.896000', '163140.898000', '163140.901000', '163140.903000', '163140.906000', '163140.909000', '163140.911000', '163140.914000', '163140.916000', '163140.919000', '163140.921000', '163140.924000', '163140.926000', '163140.929000', '163140.932000', '163140.934000', '163140.937000', '163140.939000', '163140.942000', '163140.945000', '163140.947000', '163140.950000', '163200.771000', '163200.774000', '163200.777000', '163200.780000', '163200.783000', '163200.785000', '163200.788000', '163200.790000', '163200.793000', '163200.795000', '163200.798000', '163200.829000', '163200.831000', '163200.834000', '163200.837000', '163200.839000', '163200.842000', '163200.844000', '163200.847000', '163200.850000', '163200.852000', '163200.855000', '163200.857000', '163200.860000', '163200.862000', '163200.865000', '163200.867000', '163200.870000', '163200.873000', '163200.875000', '163200.878000', '163200.880000', '163200.883000', '163200.885000', '163200.888000', '163200.890000', '163200.893000', '163200.895000', '163200.898000', '163200.901000', '163200.903000', '163200.906000', '163200.908000', '163200.911000', '163220.771000', '163220.774000', '163220.777000', '163220.780000', '163220.782000', '163220.785000', '163220.787000', '163220.790000', '163220.792000', '163220.795000', '163220.798000', '163220.800000', '163220.803000', '163220.806000', '163220.808000', '163220.811000', '163220.813000', '163220.816000', '163220.819000', '163220.821000', '163220.824000', '163220.826000', '163220.829000', '163220.832000', '163220.834000', '163220.837000', '163220.839000', '163220.842000', '163220.844000', '163220.847000', '163220.849000', '163220.852000', '163220.854000', '163220.857000', '163220.860000', '163220.862000', '163220.865000', '163220.867000', '163220.870000', '163220.872000', '163220.875000', '163220.877000', '163220.880000', '163240.772000', '163240.774000', '163240.777000', '163240.780000', '163240.782000', '163240.785000', '163240.787000', '163240.790000', '163240.792000', '163240.795000', '163240.797000', '163240.849000', '163240.852000', '163240.854000', '163240.857000', '163240.860000', '163240.877000', '163240.880000', '163240.882000', '163240.885000', '163240.887000', '163240.890000', '163240.893000', '163240.895000', '163240.898000', '163240.900000', '163240.903000', '163240.905000', '163240.908000', '163240.910000', '163240.913000', '163240.916000', '163240.918000', '163240.921000', '163240.923000', '163240.926000', '163240.928000', '163240.931000', '163240.933000', '163240.936000', '163240.939000', '163240.941000', '163240.944000', '163240.946000', '163300.771000', '163300.774000', '163300.777000', '163300.779000', '163300.782000', '163300.785000', '163300.787000', '163300.790000', '163300.792000', '163300.795000', '163300.798000', '163300.845000', '163300.848000', '163300.850000', '163300.853000', '163300.856000', '163300.858000', '163300.861000', '163300.863000', '163300.866000', '163300.868000', '163300.871000', '163300.873000', '163300.876000', '163300.878000', '163300.881000', '163300.884000', '163300.886000', '163300.889000', '163300.891000', '163300.894000', '163300.896000', '163300.899000', '163300.901000', '163300.904000', '163300.906000', '163300.909000', '163300.911000', '163300.914000', '163300.917000', '163300.919000', '163300.922000', '163300.924000', '163320.772000', '163320.775000', '163320.778000', '163320.780000', '163320.783000', '163320.785000', '163320.788000', '163320.791000', '163320.793000', '163320.796000', '163320.798000', '163320.846000', '163320.849000', '163320.851000', '163320.854000', '163320.857000', '163320.859000', '163320.862000', '163320.864000', '163320.867000', '163320.870000', '163320.872000', '163320.875000', '163320.877000', '163320.880000', '163320.883000', '163320.885000', '163320.888000', '163320.890000', '163320.893000', '163320.895000', '163320.898000', '163320.901000', '163320.903000', '163320.906000', '163320.909000', '163320.911000', '163320.914000', '163320.916000', '163320.919000', '163320.921000', '163320.924000', '163320.927000', '163320.929000', '163340.773000', '163340.776000', '163340.778000', '163340.781000', '163340.783000', '163340.786000', '163340.788000', '163340.791000', '163340.793000', '163340.796000', '163340.799000', '163340.856000', '163340.858000', '163340.861000', '163340.864000', '163340.866000', '163340.869000', '163340.871000', '163340.874000', '163340.876000', '163340.879000', '163340.881000', '163340.884000', '163340.887000', '163340.889000', '163340.892000', '163340.894000', '163340.897000', '163340.899000', '163340.902000', '163340.905000', '163340.907000', '163340.910000', '163340.912000', '163340.915000', '163340.918000', '163340.921000', '163340.924000', '163340.927000', '163340.929000', '163340.932000', '163340.934000', '163340.937000', '163400.772000', '163400.774000', '163400.777000', '163400.779000', '163400.782000', '163400.785000', '163400.787000', '163400.790000', '163400.792000', '163400.795000', '163400.797000', '163400.800000', '163400.803000', '163400.805000', '163400.808000', '163400.811000', '163400.814000', '163400.816000', '163400.819000', '163400.821000', '163400.824000', '163400.827000', '163400.830000', '163400.833000', '163400.836000', '163400.838000', '163400.841000', '163400.844000', '163400.846000', '163400.849000', '163400.851000', '163400.854000', '163400.856000', '163400.859000', '163400.861000', '163400.864000', '163400.867000', '163400.869000', '163400.872000', '163400.874000', '163400.877000', '163400.887000', '163400.889000', '163420.772000', '163420.775000', '163420.777000', '163420.780000', '163420.782000', '163420.785000', '163420.787000', '163420.790000', '163420.792000', '163420.795000', '163420.797000', '163420.837000', '163420.840000', '163420.843000', '163420.845000', '163420.848000', '163420.850000', '163420.853000', '163420.855000', '163420.858000', '163420.861000', '163420.863000', '163420.866000', '163420.868000', '163420.871000', '163420.875000', '163420.877000', '163420.880000', '163420.883000', '163420.885000', '163420.888000', '163420.890000', '163420.893000', '163420.895000', '163420.898000', '163420.900000', '163420.903000', '163420.906000', '163420.908000', '163420.911000', '163420.913000', '163420.916000', '163420.918000', '163420.921000', '163440.771000', '163440.774000', '163440.777000', '163440.779000', '163440.782000', '163440.784000', '163440.787000', '163440.789000', '163440.792000', '163440.795000', '163440.797000', '163440.800000', '163440.802000', '163440.805000', '163440.807000', '163440.810000', '163440.813000', '163440.815000', '163440.818000', '163440.820000', '163440.823000', '163440.825000', '163440.828000', '163440.830000', '163440.833000', '163440.835000', '163440.838000', '163440.841000', '163440.843000', '163440.846000', '163440.848000', '163440.851000', '163440.853000', '163440.856000', '163440.859000', '163440.862000', '163440.865000', '163440.868000', '163440.870000', '163440.873000', '163440.875000', '163440.878000', '163440.880000', '163454.951000', '163454.955000', '163454.957000', '163454.960000', '163454.963000', '163454.966000', '163454.969000', '163454.972000', '163454.975000', '163454.977000', '163454.982000', '163454.989000', '163454.992000', '163454.996000', '163455.000000', '163455.003000', '163455.006000', '163455.009000', '163455.012000', '163455.015000', '163455.017000', '163455.020000', '163455.025000', '163455.029000', '163455.032000', '163455.036000', '163455.039000', '163455.042000', '163455.045000', '163455.048000', '163455.051000', '163455.054000'], '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': [12225, 13493, 10701, 9927, 10409, 18134, 11044, 14771, 14409, 11701, 16803, 11548, 13071, 10268, 14041, 10468, 13998, 12501, 11483, 14591, 10380, 11320, 9987, 9033, 10403, 9256, 10176, 15488, 10118, 12191, 12352, 10963, 16494, 10562, 10128, 10414, 9552, 12683, 9883, 10969, 15051, 10222, 14827, 10342, 11650, 16896, 9965, 13643, 10177, 10893, 12237, 9902, 11781, 9614, 10905, 8695, 9625, 12216, 9724, 10889, 8804, 9759, 12017, 9620, 10710, 8779, 9969, 12699, 9893, 10906, 13852, 10066, 12191, 9641, 10848, 10019, 9881, 13355, 10028, 11207, 14397, 9929, 13132, 9840, 10512, 17625, 10102, 12316, 11246, 10016, 14620, 10111, 11140, 8620, 9913, 12212, 10245, 11162, 12555, 10636, 9882, 10545, 14762, 14930, 11194, 14196, 10347, 11103, 16046, 10371, 11785, 9645, 10007, 11323, 10061, 11800, 9989, 11294, 13874, 10196, 11908, 9370, 10060, 13032, 10128, 11953, 9763, 10424, 16987, 10447, 11746, 17378, 11094, 15024, 9936, 10508, 16550, 10618, 11254, 12401, 9939, 12746, 10037, 11309, 8649, 10302, 12834, 9844, 10357, 16555, 9947, 12543, 9753, 10336, 17559, 10230, 11048, 17619, 10049, 13914, 9757, 10213, 16556, 10196, 10874, 13894, 9940, 12177, 9935, 10382, 9269, 10163, 13733, 9506, 10057, 15983, 10083, 11920, 13323, 10195, 13024, 9794, 10219, 15618, 10244, 11656, 9580, 10167, 13319, 9815, 11544, 9407, 10139, 14776, 10176, 10931, 17584, 10022, 12919, 9764, 10333, 16529, 10475, 10995, 17758, 10040, 13541, 10143, 10659, 17346, 10241, 12101, 9229, 10126, 12780, 10152, 11581, 9551, 10352, 13146, 10294, 10815, 15367, 10454, 15347, 10068, 11130, 18056, 10249, 14488, 10083, 10838, 9354, 10502, 15271, 10280, 13631, 15549, 11610, 14656, 10513, 11486, 16475, 10490, 15600, 12866, 11441, 16662, 10483, 12029, 14007, 10443, 12857, 10392, 11308, 9415, 10274, 8517, 10369, 9883, 11346, 14891, 11402, 13549, 14641, 12200, 9432, 10194, 11262, 10629, 10691, 10872, 9568, 10733, 17536, 13221, 16764, 10911, 11429, 10147, 10685, 16974, 10634, 13170, 9907, 10651, 17824, 10742, 11978, 9890, 10161, 9669, 10410, 9601, 10253, 8720, 10124, 10832, 10023, 10337, 10143, 7965, 10992, 9645, 13862, 17932, 11732, 13434, 19156, 11444, 15917, 12647, 12049, 19000, 11837, 16005, 10693, 11185, 19335, 13738, 15797, 12693, 14416, 12633, 11275, 19426, 10055, 16830, 10035, 10967, 18015, 9984, 13345, 9448, 11119, 9198, 9239, 13723, 9467, 11217, 7960, 9138, 13291, 8732, 12231, 8899, 11884, 8876, 10437, 8932, 8600, 13663, 9115, 12369, 9315, 11281, 14301, 9372, 12911, 9003, 11198, 12939, 8960, 11250, 9123, 13545, 9117, 12430, 15135, 9402, 13769, 9360, 11903, 11056, 9606, 17063, 9395, 14091, 9768, 10711, 17367, 10186, 14967, 9749, 12565, 9895, 9659, 17349, 9518, 13651, 9806, 11472, 8209, 9597, 14753, 9942, 11686, 17715, 9616, 15436, 9616, 12408, 14926, 9706, 13995, 9329, 10933, 15774, 9263, 13335, 9493, 12061, 10875, 9699, 14294, 9700, 12231, 8614, 9516, 14347, 9588, 12671, 8862, 9247, 14112, 9336, 13055, 8674, 9639, 16364, 9742, 12261, 18132, 9916, 14824, 9689, 10555, 15333, 9543, 13108, 9028, 9868, 11231, 9666, 12678, 11398, 9424, 15197, 9809, 12061, 8742, 9568, 15932, 9856, 12193, 15753, 9570, 11362, 9824, 13324, 9521, 9800, 15710, 9580, 12169, 9795, 11333, 17593, 10160, 12769, 18623, 12096, 14916, 11111, 11416, 18551, 10050, 14777, 12868, 10848, 14238, 9750, 10410, 9826, 13136, 9561, 9807, 15671, 9469, 11375, 9414, 9867, 14154, 10693, 10243, 17241, 10313, 11371, 9865, 9484, 14143, 9226, 9997, 16287, 10051, 11850, 8671, 10009, 13847, 10260, 11286, 16501, 9174, 12549, 8915, 9384, 14595, 9530, 11787, 9769, 8790, 13967, 9250, 12770, 8857, 9443, 13823, 9138, 11571, 8584, 9477, 12407, 9440, 12979, 12601, 9702, 15682, 9799, 13167, 8831, 9733, 17421, 9985, 12065, 17789, 9945, 15519, 10132, 10698, 17256, 9480, 13232, 9079, 9955, 18012, 9721, 13077, 15737, 9531, 14550, 10193, 11039, 8794, 9464, 8651, 9613, 14859, 9623, 10441, 15434, 9609, 11895, 9026, 9898, 17201, 10204, 12925, 16467, 12533, 13000, 10266, 14212, 10783, 12482, 10667, 12836, 10343, 15616, 16815, 13674, 18869, 10939, 11680, 17337, 9841, 13817, 10054, 10712, 8882, 10010, 14237, 10441, 11789, 15301, 9245, 13492, 9761, 12809, 9348, 9816, 16037, 9490, 12707, 9227, 9910, 17474, 9872, 12531, 16951, 9365, 15254, 10148, 11074, 17932, 9883, 12066, 17656, 9165, 12616, 9082, 9464, 11268, 8413, 13441, 8998, 12176, 16262, 9114, 12671, 14081, 9197, 13622, 8706, 10062, 13973, 8957, 12487, 7929, 9060, 14412, 9115, 10093, 17185, 9415, 12626, 11866, 9217, 15248, 9438, 10480, 15341, 9422, 12046, 9210, 8732, 14040, 9330, 12164, 15948, 9894, 12873, 13459, 9609, 14411, 9851, 11637, 8283, 9392, 15657, 9714, 13039, 18687, 10466, 14241, 14573, 10095, 14433, 9113, 12206, 9841, 9519, 13415, 9302, 9356, 14409, 9668, 10787, 11473, 9735, 12241, 8758, 8958, 13663, 8796, 11723, 7794, 8878, 14362, 9236, 9493, 14545, 9773, 10670, 16575, 9313, 12169, 9595, 9755, 14242, 9746, 10232, 14274, 9169, 11975, 9163, 9854, 15011, 9873, 12281, 17955, 10743, 14659, 14035, 10634, 16840, 10166, 11471, 18030, 10035, 12292, 17666, 10171, 14425, 9228, 9573, 13829, 9435, 11006, 9585, 9367, 12659, 8884, 9479, 13271, 9119, 10087, 14124, 9490, 12354, 11204, 9662, 13155, 8824, 9913, 13923, 9561, 12602, 16077, 9586, 14110, 16020, 10268, 15176, 10730, 11268, 17480, 9892, 12484, 17473, 9829, 13620, 9233, 10127, 10729, 9964, 12994, 9367, 9418, 13735, 9731, 12045, 11031, 9916, 13143, 9244, 9748, 15057, 9319, 12592, 9773, 9467, 13678, 8938, 9962, 11589, 9552, 12889, 8898, 9339, 13904, 8689, 12705, 9244, 12264, 8161, 9679, 14572, 9006, 11464, 14203, 9485, 14747, 9974, 12561, 17549, 10972, 14367, 14079, 10877, 17632, 10674, 11649, 18041, 10981, 14442, 9658, 10112, 17975, 9995, 12352, 13525, 9083, 13906, 9529, 12459, 8385, 9662, 14321, 9156, 11391, 15215, 9526, 14816, 10148, 12031, 18335, 9728, 14216, 9958, 10620, 9054, 9579, 14823, 9503, 11300, 17479, 9064, 13446, 9985, 11850, 8784, 9554], 'WindowCenter': [4710.0, 4691.0, 4658.0, 4644.0, 4643.0, 4679.0, 4636.0, 4657.0, 4644.0, 4625.0, 4653.0, 4624.0, 4633.0, 4616.0, 4643.0, 4612.0, 4634.0, 4622.0, 4622.0, 4642.0, 4613.0, 4623.0, 4613.0, 4602.0, 4625.0, 4604.0, 4616.0, 4644.0, 4613.0, 4625.0, 4634.0, 4637.0, 4654.0, 4625.0, 4626.0, 4625.0, 4616.0, 4633.0, 4613.0, 4623.0, 4642.0, 4613.0, 4630.0, 4599.0, 4622.0, 4641.0, 4602.0, 4629.0, 4611.0, 4612.0, 4607.0, 4600.0, 4609.0, 4600.0, 4610.0, 4590.0, 4601.0, 4621.0, 4612.0, 4623.0, 4590.0, 4602.0, 4622.0, 4602.0, 4613.0, 4594.0, 4626.0, 4633.0, 4612.0, 4639.0, 4645.0, 4615.0, 4634.0, 4604.0, 4624.0, 4614.0, 4615.0, 4644.0, 4612.0, 4624.0, 4643.0, 4614.0, 4645.0, 4614.0, 4625.0, 4665.0, 4626.0, 4635.0, 4623.0, 4615.0, 4643.0, 4623.0, 4626.0, 4593.0, 4616.0, 4636.0, 4614.0, 4638.0, 4645.0, 4636.0, 4625.0, 4639.0, 4670.0, 4656.0, 4636.0, 4643.0, 4624.0, 4636.0, 4641.0, 4613.0, 4623.0, 4602.0, 4626.0, 4621.0, 4625.0, 4635.0, 4628.0, 4638.0, 4644.0, 4623.0, 4635.0, 4616.0, 4627.0, 4645.0, 4627.0, 4647.0, 4627.0, 4639.0, 4664.0, 4625.0, 4637.0, 4655.0, 4624.0, 4655.0, 4612.0, 4639.0, 4655.0, 4613.0, 4624.0, 4633.0, 4615.0, 4632.0, 4624.0, 4636.0, 4604.0, 4623.0, 4643.0, 4615.0, 4626.0, 4665.0, 4625.0, 4644.0, 4615.0, 4626.0, 4665.0, 4613.0, 4622.0, 4663.0, 4616.0, 4642.0, 4613.0, 4624.0, 4652.0, 4614.0, 4625.0, 4642.0, 4615.0, 4632.0, 4625.0, 4626.0, 4613.0, 4625.0, 4655.0, 4613.0, 4624.0, 4653.0, 4624.0, 4635.0, 4639.0, 4613.0, 4634.0, 4612.0, 4624.0, 4652.0, 4620.0, 4636.0, 4614.0, 4624.0, 4645.0, 4627.0, 4634.0, 4613.0, 4638.0, 4657.0, 4623.0, 4636.0, 4662.0, 4627.0, 4647.0, 4615.0, 4626.0, 4665.0, 4624.0, 4636.0, 4664.0, 4624.0, 4643.0, 4623.0, 4625.0, 4662.0, 4625.0, 4635.0, 4614.0, 4627.0, 4644.0, 4636.0, 4646.0, 4614.0, 4626.0, 4644.0, 4624.0, 4636.0, 4665.0, 4635.0, 4667.0, 4626.0, 4637.0, 4664.0, 4625.0, 4656.0, 4624.0, 4634.0, 4617.0, 4647.0, 4666.0, 4635.0, 4659.0, 4655.0, 4636.0, 4657.0, 4625.0, 4634.0, 4663.0, 4624.0, 4655.0, 4621.0, 4622.0, 4642.0, 4612.0, 4622.0, 4629.0, 4609.0, 4627.0, 4611.0, 4620.0, 4602.0, 4622.0, 4601.0, 4623.0, 4626.0, 4648.0, 4667.0, 4636.0, 4644.0, 4642.0, 4632.0, 4602.0, 4627.0, 4625.0, 4626.0, 4625.0, 4634.0, 4613.0, 4636.0, 4669.0, 4634.0, 4652.0, 4623.0, 4623.0, 4609.0, 4610.0, 4651.0, 4612.0, 4631.0, 4600.0, 4625.0, 4651.0, 4610.0, 4620.0, 4602.0, 4610.0, 4599.0, 4622.0, 4613.0, 4626.0, 4616.0, 4637.0, 4637.0, 4640.0, 4652.0, 4650.0, 4621.0, 4639.0, 4630.0, 4658.0, 4667.0, 4623.0, 4633.0, 4663.0, 4623.0, 4654.0, 4631.0, 4622.0, 4663.0, 4622.0, 4640.0, 4596.0, 4609.0, 4636.0, 4616.0, 4616.0, 4605.0, 4616.0, 4596.0, 4595.0, 4633.0, 4572.0, 4611.0, 4560.0, 4568.0, 4609.0, 4570.0, 4590.0, 4571.0, 4591.0, 4561.0, 4573.0, 4601.0, 4572.0, 4594.0, 4553.0, 4586.0, 4613.0, 4576.0, 4607.0, 4589.0, 4617.0, 4588.0, 4608.0, 4588.0, 4592.0, 4630.0, 4601.0, 4631.0, 4612.0, 4623.0, 4639.0, 4601.0, 4630.0, 4602.0, 4623.0, 4631.0, 4603.0, 4622.0, 4615.0, 4643.0, 4613.0, 4644.0, 4641.0, 4613.0, 4643.0, 4614.0, 4633.0, 4624.0, 4626.0, 4664.0, 4615.0, 4644.0, 4612.0, 4624.0, 4651.0, 4623.0, 4653.0, 4615.0, 4645.0, 4612.0, 4615.0, 4663.0, 4614.0, 4638.0, 4621.0, 4636.0, 4603.0, 4627.0, 4654.0, 4613.0, 4635.0, 4662.0, 4615.0, 4653.0, 4614.0, 4644.0, 4651.0, 4613.0, 4642.0, 4603.0, 4623.0, 4652.0, 4614.0, 4640.0, 4623.0, 4644.0, 4621.0, 4612.0, 4641.0, 4614.0, 4633.0, 4604.0, 4614.0, 4653.0, 4613.0, 4644.0, 4603.0, 4615.0, 4643.0, 4615.0, 4645.0, 4604.0, 4626.0, 4654.0, 4615.0, 4643.0, 4663.0, 4612.0, 4653.0, 4612.0, 4623.0, 4651.0, 4614.0, 4644.0, 4602.0, 4626.0, 4634.0, 4626.0, 4645.0, 4634.0, 4625.0, 4654.0, 4624.0, 4645.0, 4604.0, 4626.0, 4663.0, 4625.0, 4646.0, 4654.0, 4616.0, 4635.0, 4627.0, 4656.0, 4614.0, 4627.0, 4665.0, 4626.0, 4647.0, 4638.0, 4650.0, 4679.0, 4624.0, 4647.0, 4665.0, 4635.0, 4655.0, 4633.0, 4634.0, 4662.0, 4613.0, 4643.0, 4631.0, 4623.0, 4641.0, 4614.0, 4623.0, 4625.0, 4643.0, 4602.0, 4623.0, 4653.0, 4614.0, 4635.0, 4613.0, 4625.0, 4643.0, 4612.0, 4613.0, 4663.0, 4612.0, 4621.0, 4611.0, 4612.0, 4640.0, 4600.0, 4611.0, 4651.0, 4611.0, 4622.0, 4590.0, 4612.0, 4644.0, 4622.0, 4635.0, 4663.0, 4613.0, 4632.0, 4601.0, 4613.0, 4640.0, 4610.0, 4633.0, 4612.0, 4603.0, 4642.0, 4613.0, 4644.0, 4602.0, 4614.0, 4641.0, 4615.0, 4634.0, 4603.0, 4627.0, 4644.0, 4626.0, 4657.0, 4645.0, 4627.0, 4655.0, 4614.0, 4643.0, 4604.0, 4624.0, 4665.0, 4615.0, 4646.0, 4663.0, 4627.0, 4667.0, 4613.0, 4624.0, 4663.0, 4614.0, 4632.0, 4603.0, 4615.0, 4661.0, 4612.0, 4643.0, 4640.0, 4613.0, 4644.0, 4611.0, 4622.0, 4603.0, 4614.0, 4604.0, 4614.0, 4654.0, 4612.0, 4626.0, 4654.0, 4615.0, 4635.0, 4615.0, 4627.0, 4666.0, 4626.0, 4647.0, 4653.0, 4634.0, 4643.0, 4628.0, 4657.0, 4626.0, 4634.0, 4625.0, 4646.0, 4639.0, 4668.0, 4652.0, 4644.0, 4652.0, 4610.0, 4619.0, 4640.0, 4600.0, 4630.0, 4600.0, 4611.0, 4599.0, 4610.0, 4628.0, 4608.0, 4620.0, 4639.0, 4601.0, 4631.0, 4613.0, 4631.0, 4599.0, 4610.0, 4651.0, 4601.0, 4632.0, 4600.0, 4614.0, 4651.0, 4601.0, 4631.0, 4649.0, 4602.0, 4640.0, 4600.0, 4610.0, 4649.0, 4599.0, 4619.0, 4647.0, 4602.0, 4633.0, 4602.0, 4602.0, 4608.0, 4591.0, 4629.0, 4600.0, 4632.0, 4639.0, 4590.0, 4630.0, 4627.0, 4601.0, 4642.0, 4603.0, 4611.0, 4629.0, 4592.0, 4620.0, 4578.0, 4602.0, 4639.0, 4589.0, 4611.0, 4651.0, 4604.0, 4620.0, 4609.0, 4590.0, 4628.0, 4575.0, 4598.0, 4627.0, 4600.0, 4631.0, 4600.0, 4592.0, 4639.0, 4612.0, 4634.0, 4638.0, 4612.0, 4631.0, 4629.0, 4627.0, 4655.0, 4612.0, 4621.0, 4592.0, 4602.0, 4651.0, 4601.0, 4633.0, 4651.0, 4611.0, 4643.0, 4642.0, 4614.0, 4641.0, 4601.0, 4632.0, 4597.0, 4600.0, 4630.0, 4588.0, 4601.0, 4640.0, 4612.0, 4623.0, 4620.0, 4602.0, 4620.0, 4592.0, 4615.0, 4643.0, 4601.0, 4622.0, 4582.0, 4605.0, 4644.0, 4601.0, 4614.0, 4641.0, 4601.0, 4622.0, 4653.0, 4604.0, 4633.0, 4601.0, 4602.0, 4639.0, 4601.0, 4611.0, 4642.0, 4617.0, 4634.0, 4616.0, 4627.0, 4653.0, 4625.0, 4647.0, 4676.0, 4638.0, 4657.0, 4643.0, 4624.0, 4664.0, 4612.0, 4623.0, 4652.0, 4611.0, 4633.0, 4652.0, 4610.0, 4629.0, 4591.0, 4600.0, 4628.0, 4601.0, 4623.0, 4600.0, 4613.0, 4633.0, 4600.0, 4613.0, 4641.0, 4614.0, 4626.0, 4641.0, 4613.0, 4644.0, 4622.0, 4614.0, 4644.0, 4616.0, 4636.0, 4654.0, 4625.0, 4647.0, 4663.0, 4615.0, 4654.0, 4652.0, 4623.0, 4657.0, 4624.0, 4634.0, 4663.0, 4612.0, 4633.0, 4650.0, 4612.0, 4642.0, 4603.0, 4625.0, 4621.0, 4614.0, 4633.0, 4603.0, 4616.0, 4643.0, 4613.0, 4636.0, 4622.0, 4613.0, 4644.0, 4616.0, 4614.0, 4653.0, 4613.0, 4645.0, 4611.0, 4613.0, 4644.0, 4601.0, 4615.0, 4622.0, 4613.0, 4642.0, 4602.0, 4627.0, 4656.0, 4616.0, 4645.0, 4626.0, 4646.0, 4606.0, 4628.0, 4667.0, 4619.0, 4648.0, 4655.0, 4628.0, 4655.0, 4624.0, 4647.0, 4677.0, 4635.0, 4657.0, 4644.0, 4624.0, 4664.0, 4613.0, 4635.0, 4666.0, 4623.0, 4644.0, 4610.0, 4624.0, 4662.0, 4612.0, 4634.0, 4644.0, 4614.0, 4642.0, 4615.0, 4645.0, 4592.0, 4614.0, 4653.0, 4615.0, 4633.0, 4652.0, 4615.0, 4653.0, 4613.0, 4633.0, 4663.0, 4616.0, 4645.0, 4611.0, 4613.0, 4602.0, 4612.0, 4641.0, 4600.0, 4624.0, 4663.0, 4602.0, 4643.0, 4613.0, 4633.0, 4602.0, 4624.0], 'WindowWidth': [10311.0, 10268.0, 10213.0, 10185.0, 10180.0, 10229.0, 10159.0, 10191.0, 10164.0, 10138.0, 10177.0, 10135.0, 10146.0, 10126.0, 10159.0, 10116.0, 10148.0, 10126.0, 10127.0, 10154.0, 10117.0, 10130.0, 10117.0, 10104.0, 10137.0, 10107.0, 10127.0, 10164.0, 10116.0, 10137.0, 10147.0, 10156.0, 10179.0, 10140.0, 10144.0, 10141.0, 10129.0, 10148.0, 10118.0, 10135.0, 10158.0, 10116.0, 10141.0, 10093.0, 10127.0, 10155.0, 10099.0, 10135.0, 10114.0, 10113.0, 10099.0, 10094.0, 10105.0, 10095.0, 10108.0, 10083.0, 10101.0, 10128.0, 10118.0, 10131.0, 10082.0, 10103.0, 10128.0, 10103.0, 10119.0, 10093.0, 10140.0, 10146.0, 10117.0, 10163.0, 10167.0, 10125.0, 10149.0, 10107.0, 10133.0, 10120.0, 10124.0, 10162.0, 10119.0, 10137.0, 10160.0, 10124.0, 10166.0, 10122.0, 10140.0, 10196.0, 10143.0, 10155.0, 10131.0, 10123.0, 10161.0, 10134.0, 10138.0, 10091.0, 10126.0, 10153.0, 10122.0, 10160.0, 10165.0, 10156.0, 10143.0, 10165.0, 10213.0, 10188.0, 10156.0, 10161.0, 10137.0, 10153.0, 10155.0, 10119.0, 10132.0, 10103.0, 10140.0, 10130.0, 10139.0, 10153.0, 10149.0, 10163.0, 10164.0, 10136.0, 10154.0, 10128.0, 10146.0, 10169.0, 10148.0, 10175.0, 10147.0, 10166.0, 10197.0, 10138.0, 10158.0, 10185.0, 10137.0, 10181.0, 10119.0, 10166.0, 10181.0, 10118.0, 10136.0, 10146.0, 10124.0, 10145.0, 10138.0, 10156.0, 10108.0, 10137.0, 10163.0, 10125.0, 10143.0, 10197.0, 10139.0, 10165.0, 10127.0, 10145.0, 10196.0, 10119.0, 10133.0, 10190.0, 10127.0, 10161.0, 10119.0, 10138.0, 10172.0, 10122.0, 10138.0, 10158.0, 10125.0, 10145.0, 10140.0, 10143.0, 10122.0, 10141.0, 10182.0, 10124.0, 10140.0, 10178.0, 10138.0, 10155.0, 10153.0, 10121.0, 10151.0, 10119.0, 10139.0, 10175.0, 10130.0, 10154.0, 10122.0, 10139.0, 10168.0, 10148.0, 10154.0, 10124.0, 10163.0, 10187.0, 10136.0, 10155.0, 10192.0, 10144.0, 10172.0, 10125.0, 10143.0, 10196.0, 10137.0, 10155.0, 10194.0, 10139.0, 10162.0, 10136.0, 10141.0, 10189.0, 10139.0, 10154.0, 10125.0, 10147.0, 10166.0, 10158.0, 10172.0, 10123.0, 10144.0, 10167.0, 10142.0, 10158.0, 10195.0, 10156.0, 10203.0, 10144.0, 10161.0, 10196.0, 10142.0, 10186.0, 10140.0, 10153.0, 10133.0, 10177.0, 10201.0, 10157.0, 10193.0, 10182.0, 10157.0, 10188.0, 10139.0, 10152.0, 10191.0, 10137.0, 10184.0, 10127.0, 10131.0, 10158.0, 10116.0, 10129.0, 10134.0, 10109.0, 10132.0, 10116.0, 10126.0, 10102.0, 10132.0, 10104.0, 10135.0, 10145.0, 10178.0, 10206.0, 10158.0, 10167.0, 10161.0, 10145.0, 10103.0, 10145.0, 10137.0, 10142.0, 10141.0, 10154.0, 10124.0, 10159.0, 10213.0, 10153.0, 10172.0, 10135.0, 10132.0, 10108.0, 10111.0, 10170.0, 10115.0, 10141.0, 10097.0, 10141.0, 10170.0, 10112.0, 10125.0, 10101.0, 10110.0, 10097.0, 10131.0, 10123.0, 10142.0, 10131.0, 10162.0, 10161.0, 10170.0, 10191.0, 10187.0, 10145.0, 10166.0, 10156.0, 10192.0, 10210.0, 10135.0, 10149.0, 10190.0, 10133.0, 10180.0, 10141.0, 10130.0, 10191.0, 10130.0, 10153.0, 10087.0, 10105.0, 10142.0, 10108.0, 10113.0, 10095.0, 10111.0, 10080.0, 10078.0, 10132.0, 10044.0, 10097.0, 10022.0, 10034.0, 10091.0, 10038.0, 10065.0, 10042.0, 10070.0, 10029.0, 10048.0, 10084.0, 10045.0, 10074.0, 10020.0, 10070.0, 10104.0, 10058.0, 10099.0, 10080.0, 10116.0, 10077.0, 10106.0, 10080.0, 10090.0, 10137.0, 10102.0, 10141.0, 10118.0, 10133.0, 10149.0, 10103.0, 10140.0, 10101.0, 10133.0, 10141.0, 10107.0, 10130.0, 10126.0, 10162.0, 10122.0, 10163.0, 10154.0, 10121.0, 10164.0, 10123.0, 10149.0, 10136.0, 10143.0, 10193.0, 10126.0, 10164.0, 10117.0, 10137.0, 10171.0, 10134.0, 10175.0, 10126.0, 10167.0, 10118.0, 10127.0, 10189.0, 10123.0, 10151.0, 10132.0, 10156.0, 10109.0, 10144.0, 10178.0, 10120.0, 10152.0, 10187.0, 10126.0, 10177.0, 10125.0, 10165.0, 10170.0, 10119.0, 10159.0, 10105.0, 10134.0, 10171.0, 10122.0, 10158.0, 10138.0, 10165.0, 10129.0, 10119.0, 10157.0, 10123.0, 10148.0, 10110.0, 10126.0, 10176.0, 10123.0, 10164.0, 10109.0, 10128.0, 10162.0, 10128.0, 10168.0, 10111.0, 10142.0, 10180.0, 10126.0, 10163.0, 10190.0, 10119.0, 10175.0, 10119.0, 10135.0, 10170.0, 10124.0, 10165.0, 10108.0, 10142.0, 10151.0, 10146.0, 10169.0, 10151.0, 10144.0, 10180.0, 10139.0, 10169.0, 10112.0, 10143.0, 10193.0, 10139.0, 10170.0, 10177.0, 10128.0, 10155.0, 10148.0, 10187.0, 10124.0, 10147.0, 10198.0, 10146.0, 10174.0, 10165.0, 10183.0, 10222.0, 10140.0, 10173.0, 10200.0, 10155.0, 10182.0, 10148.0, 10152.0, 10190.0, 10119.0, 10163.0, 10142.0, 10132.0, 10156.0, 10123.0, 10135.0, 10140.0, 10165.0, 10104.0, 10136.0, 10177.0, 10124.0, 10153.0, 10121.0, 10140.0, 10165.0, 10115.0, 10120.0, 10192.0, 10116.0, 10128.0, 10113.0, 10117.0, 10155.0, 10097.0, 10115.0, 10169.0, 10115.0, 10130.0, 10084.0, 10117.0, 10163.0, 10133.0, 10156.0, 10192.0, 10121.0, 10144.0, 10101.0, 10119.0, 10152.0, 10113.0, 10148.0, 10119.0, 10110.0, 10159.0, 10123.0, 10163.0, 10104.0, 10123.0, 10159.0, 10127.0, 10150.0, 10110.0, 10146.0, 10166.0, 10144.0, 10187.0, 10168.0, 10145.0, 10182.0, 10125.0, 10164.0, 10109.0, 10140.0, 10196.0, 10126.0, 10170.0, 10191.0, 10144.0, 10203.0, 10119.0, 10136.0, 10189.0, 10122.0, 10147.0, 10106.0, 10125.0, 10187.0, 10119.0, 10163.0, 10153.0, 10120.0, 10165.0, 10117.0, 10132.0, 10106.0, 10124.0, 10112.0, 10127.0, 10179.0, 10119.0, 10141.0, 10178.0, 10128.0, 10154.0, 10128.0, 10147.0, 10200.0, 10144.0, 10171.0, 10177.0, 10152.0, 10160.0, 10148.0, 10186.0, 10142.0, 10150.0, 10142.0, 10171.0, 10169.0, 10207.0, 10175.0, 10163.0, 10178.0, 10108.0, 10120.0, 10152.0, 10097.0, 10137.0, 10098.0, 10114.0, 10097.0, 10112.0, 10132.0, 10104.0, 10124.0, 10149.0, 10100.0, 10141.0, 10119.0, 10142.0, 10096.0, 10112.0, 10168.0, 10100.0, 10142.0, 10098.0, 10121.0, 10170.0, 10099.0, 10140.0, 10163.0, 10102.0, 10152.0, 10095.0, 10110.0, 10162.0, 10094.0, 10120.0, 10160.0, 10103.0, 10146.0, 10104.0, 10102.0, 10104.0, 10087.0, 10134.0, 10098.0, 10144.0, 10151.0, 10084.0, 10137.0, 10129.0, 10100.0, 10161.0, 10107.0, 10114.0, 10134.0, 10088.0, 10123.0, 10064.0, 10101.0, 10151.0, 10081.0, 10114.0, 10171.0, 10109.0, 10124.0, 10105.0, 10083.0, 10131.0, 10056.0, 10090.0, 10130.0, 10096.0, 10142.0, 10101.0, 10091.0, 10149.0, 10120.0, 10150.0, 10148.0, 10116.0, 10143.0, 10137.0, 10147.0, 10184.0, 10120.0, 10129.0, 10088.0, 10105.0, 10170.0, 10100.0, 10147.0, 10170.0, 10113.0, 10162.0, 10157.0, 10121.0, 10153.0, 10101.0, 10142.0, 10088.0, 10096.0, 10136.0, 10077.0, 10100.0, 10152.0, 10119.0, 10132.0, 10124.0, 10102.0, 10125.0, 10089.0, 10128.0, 10161.0, 10103.0, 10129.0, 10076.0, 10112.0, 10165.0, 10100.0, 10121.0, 10157.0, 10101.0, 10132.0, 10176.0, 10110.0, 10147.0, 10100.0, 10104.0, 10151.0, 10098.0, 10115.0, 10159.0, 10133.0, 10152.0, 10129.0, 10147.0, 10177.0, 10142.0, 10175.0, 10219.0, 10164.0, 10188.0, 10163.0, 10139.0, 10193.0, 10116.0, 10134.0, 10173.0, 10115.0, 10150.0, 10172.0, 10111.0, 10138.0, 10084.0, 10098.0, 10133.0, 10103.0, 10134.0, 10099.0, 10121.0, 10147.0, 10100.0, 10121.0, 10158.0, 10125.0, 10142.0, 10158.0, 10121.0, 10164.0, 10131.0, 10122.0, 10166.0, 10133.0, 10161.0, 10180.0, 10143.0, 10175.0, 10190.0, 10127.0, 10181.0, 10173.0, 10135.0, 10190.0, 10139.0, 10150.0, 10190.0, 10118.0, 10146.0, 10165.0, 10116.0, 10162.0, 10109.0, 10138.0, 10128.0, 10122.0, 10148.0, 10107.0, 10131.0, 10161.0, 10124.0, 10155.0, 10130.0, 10121.0, 10170.0, 10130.0, 10125.0, 10175.0, 10123.0, 10165.0, 10114.0, 10119.0, 10164.0, 10104.0, 10125.0, 10130.0, 10121.0, 10161.0, 10106.0, 10149.0, 10186.0, 10134.0, 10169.0, 10147.0, 10173.0, 10116.0, 10149.0, 10204.0, 10139.0, 10176.0, 10184.0, 10149.0, 10183.0, 10138.0, 10173.0, 10221.0, 10157.0, 10188.0, 10164.0, 10139.0, 10197.0, 10119.0, 10154.0, 10203.0, 10138.0, 10166.0, 10113.0, 10137.0, 10187.0, 10117.0, 10149.0, 10164.0, 10126.0, 10159.0, 10128.0, 10166.0, 10092.0, 10124.0, 10176.0, 10129.0, 10150.0, 10173.0, 10128.0, 10176.0, 10121.0, 10149.0, 10193.0, 10129.0, 10170.0, 10117.0, 10120.0, 10105.0, 10120.0, 10158.0, 10099.0, 10137.0, 10192.0, 10107.0, 10162.0, 10122.0, 10148.0, 10104.0, 10141.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.0007566320645905421</td></tr>
<tr><td colspan=3>aqi</td><td>0.01827273414071511</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.87594913289836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2998770240531163</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040142435912243</td></tr>
<tr><td colspan=3>efc</td><td>0.4818</td></tr>
<tr><td colspan=3>fber</td><td>6746.1899</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08590226251254394</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9607843137254901</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3120460402639136</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2870023091099796</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.475635850067151</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1734999616146093</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138942</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013854061253368855</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02343953400850296</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.327608350931777</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>21.2503</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2632</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4638</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.7141</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.2241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3848.2024</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.9058</td></tr>
<tr><td colspan=3>tsnr</td><td>45.45661198790185</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>