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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-03_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_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-0020/ses-03/func/sub-0020_ses-03_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>b70e9a08abe0efbc5f0067308e747c29</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>12:32:34.607500</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_VE11C_LATEST_20160120</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.117658</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96b8e58e-a3d6-43b7-b744-63c35b36b304||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['123234.607500', '123235.067500', '123235.527500', '123235.987500', '123236.447500', '123236.907500', '123237.367500', '123237.827500', '123238.287500', '123238.747500', '123239.207500', '123239.667500', '123240.127500', '123240.587500', '123241.047500', '123241.507500', '123241.967500', '123242.427500', '123242.887500', '123243.347500', '123243.807500', '123244.267500', '123244.727500', '123245.187500', '123245.647500', '123246.107500', '123246.567500', '123247.027500', '123247.487500', '123247.947500', '123248.407500', '123248.867500', '123249.327500', '123249.787500', '123250.247500', '123250.707500', '123251.167500', '123251.627500', '123252.087500', '123252.547500', '123253.007500', '123253.467500', '123253.927500', '123254.387500', '123254.847500', '123255.307500', '123255.767500', '123256.227500', '123256.687500', '123257.147500', '123257.607500', '123258.067500', '123258.527500', '123258.987500', '123259.447500', '123259.907500', '123300.367500', '123300.827500', '123301.287500', '123301.747500', '123302.207500', '123302.667500', '123303.127500', '123303.587500', '123304.047500', '123304.507500', '123304.967500', '123305.427500', '123305.887500', '123306.347500', '123306.807500', '123307.267500', '123307.727500', '123308.187500', '123308.647500', '123309.107500', '123309.567500', '123310.027500', '123310.487500', '123310.947500', '123311.407500', '123311.867500', '123312.327500', '123312.787500', '123313.247500', '123313.707500', '123314.167500', '123314.627500', '123315.087500', '123315.547500', '123316.007500', '123316.467500', '123316.927500', '123317.387500', '123317.847500', '123318.307500', '123318.767500', '123319.227500', '123319.687500', '123320.147500', '123320.607500', '123321.067500', '123321.527500', '123321.987500', '123322.447500', '123322.907500', '123323.367500', '123323.827500', '123324.287500', '123324.747500', '123325.207500', '123325.667500', '123326.127500', '123326.587500', '123327.047500', '123327.507500', '123327.967500', '123328.427500', '123328.887500', '123329.347500', '123329.807500', '123330.267500', '123330.727500', '123331.187500', '123331.647500', '123332.107500', '123332.567500', '123333.027500', '123333.487500', '123333.947500', '123334.407500', '123334.867500', '123335.327500', '123335.787500', '123336.247500', '123336.707500', '123337.167500', '123337.627500', '123338.087500', '123338.547500', '123339.007500', '123339.467500', '123339.927500', '123340.387500', '123340.847500', '123341.307500', '123341.767500', '123342.227500', '123342.687500', '123343.147500', '123343.607500', '123344.067500', '123344.527500', '123344.987500', '123345.447500', '123345.907500', '123346.367500', '123346.827500', '123347.287500', '123347.747500', '123348.207500', '123348.667500', '123349.127500', '123349.587500', '123350.047500', '123350.507500', '123350.967500', '123351.427500', '123351.887500', '123352.347500', '123352.807500', '123353.267500', '123353.727500', '123354.187500', '123354.647500', '123355.107500', '123355.567500', '123356.027500', '123356.487500', '123356.947500', '123357.407500', '123357.867500', '123358.327500', '123358.787500', '123359.247500', '123359.707500', '123400.167500', '123400.627500', '123401.087500', '123401.547500', '123402.007500', '123402.467500', '123402.927500', '123403.387500', '123403.847500', '123404.307500', '123404.767500', '123405.227500', '123405.687500', '123406.147500', '123406.607500', '123407.067500', '123407.527500', '123407.987500', '123408.447500', '123408.907500', '123409.367500', '123409.827500', '123410.287500', '123410.747500', '123411.207500', '123411.667500', '123412.127500', '123412.587500', '123413.047500', '123413.507500', '123413.967500', '123414.427500', '123414.887500', '123415.347500', '123415.807500', '123416.267500', '123416.727500', '123417.187500', '123417.647500', '123418.107500', '123418.567500', '123419.027500', '123419.487500', '123419.947500', '123420.407500', '123420.867500', '123421.327500', '123421.787500', '123422.247500', '123422.707500', '123423.167500', '123423.627500', '123424.087500', '123424.547500', '123425.007500', '123425.467500', '123425.927500', '123426.387500', '123426.847500', '123427.307500', '123427.767500', '123428.227500', '123428.687500', '123429.147500', '123429.607500', '123430.067500', '123430.527500', '123430.987500', '123431.447500', '123431.907500', '123432.367500', '123432.827500', '123433.287500', '123433.747500', '123434.207500', '123434.667500', '123435.127500', '123435.587500', '123436.047500', '123436.507500', '123436.967500', '123437.427500', '123437.887500', '123438.347500', '123438.807500', '123439.267500', '123439.727500', '123440.187500', '123440.647500', '123441.107500', '123441.567500', '123442.027500', '123442.487500', '123442.947500', '123443.407500', '123443.867500', '123444.327500', '123444.787500', '123445.247500', '123445.707500', '123446.167500', '123446.627500', '123447.087500', '123447.547500', '123448.007500', '123448.467500', '123448.927500', '123449.387500', '123449.847500', '123450.307500', '123450.767500', '123451.227500', '123451.687500', '123452.147500', '123452.607500', '123453.067500', '123453.527500', '123453.987500', '123454.447500', '123454.907500', '123455.367500', '123455.827500', '123456.287500', '123456.747500', '123457.207500', '123457.667500', '123458.127500', '123458.587500', '123459.047500', '123459.507500', '123459.967500', '123500.427500', '123500.887500', '123501.347500', '123501.807500', '123502.267500', '123502.727500', '123503.187500', '123503.647500', '123504.107500', '123504.567500', '123505.027500', '123505.487500', '123505.947500', '123506.407500', '123506.867500', '123507.327500', '123507.787500', '123508.247500', '123508.707500', '123509.167500', '123509.627500', '123510.087500', '123510.547500', '123511.007500', '123511.467500', '123511.927500', '123512.387500', '123512.847500', '123513.307500', '123513.767500', '123514.227500', '123514.687500', '123515.147500', '123515.607500', '123516.067500', '123516.527500', '123516.987500', '123517.447500', '123517.907500', '123518.367500', '123518.827500', '123519.287500', '123519.747500', '123520.207500', '123520.667500', '123521.127500', '123521.587500', '123522.047500', '123522.507500', '123522.967500', '123523.427500', '123523.887500', '123524.347500', '123524.807500', '123525.267500', '123525.727500', '123526.187500', '123526.647500', '123527.107500', '123527.567500', '123528.027500', '123528.487500', '123528.947500', '123529.407500', '123529.867500', '123530.327500', '123530.787500', '123531.247500', '123531.707500', '123532.167500', '123532.627500', '123533.087500', '123533.547500', '123534.007500', '123534.467500', '123534.927500', '123535.387500', '123535.847500', '123536.307500', '123536.767500', '123537.227500', '123537.687500', '123538.147500', '123538.607500', '123539.067500', '123539.527500', '123539.987500', '123540.447500', '123540.907500', '123541.367500', '123541.827500', '123542.287500', '123542.747500', '123543.207500', '123543.667500', '123544.127500', '123544.587500', '123545.047500', '123545.507500', '123545.967500', '123546.427500', '123546.887500', '123547.347500', '123547.807500', '123548.267500', '123548.727500', '123549.187500', '123549.647500', '123550.107500', '123550.567500', '123551.027500', '123551.487500', '123551.947500', '123552.407500', '123552.867500', '123553.327500', '123553.787500', '123554.247500', '123554.707500', '123555.167500', '123555.627500', '123556.087500', '123556.547500', '123557.007500', '123557.467500', '123557.927500', '123558.387500', '123558.847500', '123559.307500', '123559.767500', '123600.227500', '123600.687500', '123601.147500', '123601.607500', '123602.067500', '123602.527500', '123602.987500', '123603.447500', '123603.907500', '123604.367500', '123604.827500', '123605.287500', '123605.747500', '123606.207500', '123606.667500', '123607.127500', '123607.587500', '123608.047500', '123608.507500', '123608.967500', '123609.427500', '123609.887500', '123610.347500', '123610.807500', '123611.267500', '123611.727500', '123612.187500', '123612.647500', '123613.107500', '123613.567500', '123614.027500', '123614.487500', '123614.947500', '123615.407500', '123615.867500', '123616.327500', '123616.787500', '123617.247500', '123617.707500', '123618.167500', '123618.627500', '123619.087500', '123619.547500', '123620.007500', '123620.467500', '123620.927500', '123621.387500', '123621.847500', '123622.307500', '123622.767500', '123623.227500', '123623.687500', '123624.147500', '123624.607500', '123625.067500', '123625.527500', '123625.987500', '123626.447500', '123626.907500', '123627.367500', '123627.827500', '123628.287500', '123628.747500', '123629.207500', '123629.667500', '123630.127500', '123630.587500', '123631.047500', '123631.507500', '123631.967500', '123632.427500', '123632.887500', '123633.347500', '123633.807500', '123634.267500', '123634.727500', '123635.187500', '123635.647500', '123636.107500', '123636.567500', '123637.027500', '123637.487500', '123637.947500', '123638.407500', '123638.867500', '123639.327500', '123639.787500', '123640.247500', '123640.707500', '123641.167500', '123641.627500', '123642.087500', '123642.547500', '123643.007500', '123643.467500', '123643.927500', '123644.387500', '123644.847500', '123645.307500', '123645.767500', '123646.227500', '123646.687500', '123647.147500', '123647.607500', '123648.067500', '123648.527500', '123648.987500', '123649.447500', '123649.907500', '123650.367500', '123650.827500', '123651.287500', '123651.747500', '123652.207500', '123652.667500', '123653.127500', '123653.587500', '123654.047500', '123654.507500', '123654.967500', '123655.427500', '123655.887500', '123656.347500', '123656.807500', '123657.267500', '123657.727500', '123658.187500', '123658.647500', '123659.107500', '123659.567500', '123700.027500', '123700.487500', '123700.947500', '123701.407500', '123701.867500', '123702.327500', '123702.787500', '123703.247500', '123703.707500', '123704.167500', '123704.627500', '123705.087500', '123705.547500', '123706.007500', '123706.467500', '123706.927500', '123707.387500', '123707.847500', '123708.307500', '123708.767500', '123709.227500', '123709.687500', '123710.147500', '123710.607500', '123711.067500', '123711.527500', '123711.987500', '123712.447500', '123712.907500', '123713.367500', '123713.827500', '123714.287500', '123714.747500', '123715.207500', '123715.667500', '123716.127500', '123716.587500', '123717.047500', '123717.507500', '123717.967500', '123718.427500', '123718.887500', '123719.347500', '123719.807500', '123720.267500', '123720.727500', '123721.187500', '123721.647500', '123722.107500', '123722.567500', '123723.027500', '123723.487500', '123723.947500', '123724.407500', '123724.867500', '123725.327500', '123725.787500', '123726.247500', '123726.707500', '123727.167500', '123727.627500', '123728.087500', '123728.547500', '123729.007500', '123729.467500', '123729.927500', '123730.387500', '123730.847500', '123731.307500', '123731.767500', '123732.227500', '123732.687500', '123733.147500', '123733.607500', '123734.067500', '123734.527500', '123734.987500', '123735.447500', '123735.907500', '123736.367500', '123736.827500', '123737.287500', '123737.747500', '123738.207500', '123738.667500', '123739.127500', '123739.587500', '123740.047500', '123740.507500', '123740.967500', '123741.427500', '123741.887500', '123742.347500', '123742.807500', '123743.267500', '123743.727500', '123744.187500', '123744.647500', '123745.107500', '123745.567500', '123746.027500', '123746.487500', '123746.947500', '123747.407500', '123747.867500', '123748.327500', '123748.787500', '123749.247500', '123749.707500', '123750.167500', '123750.627500', '123751.087500', '123751.547500', '123752.007500', '123752.467500', '123752.927500', '123753.387500', '123753.847500', '123754.307500', '123754.767500', '123755.227500', '123755.687500', '123756.147500', '123756.607500', '123757.067500', '123757.527500', '123757.987500', '123758.447500', '123758.907500', '123759.367500', '123759.827500', '123800.287500', '123800.747500', '123801.207500', '123801.667500', '123802.127500', '123802.587500', '123803.047500', '123803.507500', '123803.967500', '123804.427500', '123804.887500', '123805.347500', '123805.807500', '123806.267500', '123806.727500', '123807.187500', '123807.647500', '123808.107500', '123808.567500', '123809.027500', '123809.487500', '123809.947500', '123810.407500', '123810.867500', '123811.327500', '123811.787500', '123812.247500', '123812.707500', '123813.167500', '123813.627500', '123814.087500', '123814.547500', '123815.007500', '123815.467500', '123815.927500', '123816.387500', '123816.847500', '123817.307500', '123817.767500', '123818.227500', '123818.687500', '123819.147500', '123819.607500', '123820.067500', '123820.527500', '123820.987500', '123821.447500', '123821.907500', '123822.367500', '123822.827500', '123823.287500', '123823.747500', '123824.207500', '123824.667500', '123825.127500', '123825.587500', '123826.047500', '123826.507500', '123826.967500', '123827.427500', '123827.887500', '123828.347500', '123828.807500', '123829.267500', '123829.727500', '123830.187500', '123830.647500', '123831.107500', '123831.567500', '123832.027500', '123832.487500', '123832.947500', '123833.407500', '123833.867500', '123834.327500', '123834.787500', '123835.247500', '123835.707500', '123836.167500', '123836.627500', '123837.087500', '123837.547500', '123838.007500', '123838.467500', '123838.927500', '123839.387500', '123839.847500', '123840.307500', '123840.767500', '123841.227500', '123841.687500', '123842.147500', '123842.607500', '123843.067500', '123843.527500', '123843.987500', '123844.447500', '123844.907500', '123845.367500', '123845.827500', '123846.287500', '123846.747500', '123847.207500', '123847.667500', '123848.127500', '123848.587500', '123849.047500', '123849.507500', '123849.967500', '123850.427500', '123850.887500', '123851.347500', '123851.807500', '123852.267500', '123852.727500', '123853.187500', '123853.647500', '123854.107500', '123854.567500', '123855.027500', '123855.487500', '123855.947500', '123856.407500', '123856.867500', '123857.327500', '123857.787500', '123858.247500', '123858.707500', '123859.167500', '123859.627500', '123900.087500', '123900.547500', '123901.007500', '123901.467500', '123901.927500', '123902.387500', '123902.847500', '123903.307500', '123903.767500', '123904.227500', '123904.687500', '123905.147500', '123905.607500', '123906.067500', '123906.527500', '123906.987500', '123907.447500', '123907.907500', '123908.367500', '123908.827500', '123909.287500', '123909.747500', '123910.207500', '123910.667500', '123911.127500', '123911.587500', '123912.047500', '123912.507500', '123912.967500', '123913.427500', '123913.887500', '123914.347500', '123914.807500', '123915.267500'], 'ContentTime': ['123255.625000', '123255.628000', '123255.631000', '123255.633000', '123255.636000', '123255.639000', '123255.642000', '123255.645000', '123255.648000', '123255.650000', '123255.659000', '123255.662000', '123255.665000', '123255.668000', '123255.671000', '123255.674000', '123255.676000', '123255.679000', '123255.682000', '123255.685000', '123255.688000', '123255.690000', '123255.693000', '123255.696000', '123255.699000', '123255.702000', '123255.704000', '123255.707000', '123255.710000', '123255.713000', '123255.716000', '123255.719000', '123255.721000', '123255.724000', '123255.727000', '123255.730000', '123255.732000', '123255.735000', '123255.738000', '123255.741000', '123255.743000', '123255.746000', '123255.749000', '123315.590000', '123315.593000', '123315.596000', '123315.599000', '123315.601000', '123315.604000', '123315.607000', '123315.610000', '123315.613000', '123315.616000', '123315.618000', '123315.621000', '123315.624000', '123315.627000', '123315.630000', '123315.632000', '123315.635000', '123315.638000', '123315.641000', '123315.644000', '123315.646000', '123315.649000', '123315.652000', '123315.655000', '123315.657000', '123315.660000', '123315.673000', '123315.676000', '123315.679000', '123315.682000', '123315.684000', '123315.687000', '123315.690000', '123315.693000', '123315.696000', '123315.698000', '123315.701000', '123315.704000', '123315.707000', '123315.709000', '123315.712000', '123315.715000', '123315.718000', '123315.721000', '123335.590000', '123335.593000', '123335.596000', '123335.599000', '123335.601000', '123335.604000', '123335.608000', '123335.611000', '123335.614000', '123335.616000', '123335.619000', '123335.622000', '123335.625000', '123335.628000', '123335.631000', '123335.633000', '123335.636000', '123335.639000', '123335.642000', '123335.645000', '123335.647000', '123335.650000', '123335.653000', '123335.656000', '123335.659000', '123335.662000', '123335.665000', '123335.674000', '123335.677000', '123335.680000', '123335.682000', '123335.685000', '123335.688000', '123335.691000', '123335.694000', '123335.697000', '123335.699000', '123335.702000', '123335.705000', '123335.708000', '123335.711000', '123335.713000', '123335.716000', '123355.590000', '123355.593000', '123355.596000', '123355.599000', '123355.601000', '123355.604000', '123355.607000', '123355.610000', '123355.613000', '123355.615000', '123355.618000', '123355.624000', '123355.627000', '123355.630000', '123355.633000', '123355.636000', '123355.638000', '123355.641000', '123355.644000', '123355.647000', '123355.650000', '123355.652000', '123355.655000', '123355.658000', '123355.661000', '123355.664000', '123355.667000', '123355.670000', '123355.672000', '123355.675000', '123355.678000', '123355.681000', '123355.684000', '123355.686000', '123355.689000', '123355.692000', '123355.695000', '123355.698000', '123355.700000', '123355.703000', '123355.706000', '123355.709000', '123355.712000', '123355.715000', '123415.590000', '123415.593000', '123415.596000', '123415.599000', '123415.601000', '123415.604000', '123415.607000', '123415.610000', '123415.612000', '123415.615000', '123415.618000', '123415.621000', '123415.624000', '123415.627000', '123415.629000', '123415.632000', '123415.635000', '123415.638000', '123415.641000', '123415.643000', '123415.646000', '123415.649000', '123415.652000', '123415.655000', '123415.657000', '123415.660000', '123415.663000', '123415.666000', '123415.668000', '123415.671000', '123415.674000', '123415.677000', '123415.680000', '123415.682000', '123415.685000', '123415.688000', '123415.691000', '123415.696000', '123415.700000', '123415.703000', '123415.706000', '123415.708000', '123415.711000', '123435.590000', '123435.593000', '123435.596000', '123435.599000', '123435.601000', '123435.604000', '123435.607000', '123435.610000', '123435.613000', '123435.616000', '123435.618000', '123435.621000', '123435.624000', '123435.627000', '123435.630000', '123435.641000', '123435.643000', '123435.646000', '123435.649000', '123435.652000', '123435.655000', '123435.657000', '123435.660000', '123435.663000', '123435.666000', '123435.669000', '123435.672000', '123435.674000', '123435.677000', '123435.680000', '123435.683000', '123435.685000', '123435.688000', '123435.691000', '123435.694000', '123435.697000', '123435.699000', '123435.702000', '123435.705000', '123435.708000', '123435.711000', '123435.714000', '123435.716000', '123435.719000', '123455.591000', '123455.594000', '123455.597000', '123455.600000', '123455.602000', '123455.605000', '123455.608000', '123455.611000', '123455.614000', '123455.617000', '123455.619000', '123455.622000', '123455.625000', '123455.628000', '123455.631000', '123455.633000', '123455.636000', '123455.639000', '123455.642000', '123455.646000', '123455.649000', '123455.664000', '123455.667000', '123455.670000', '123455.672000', '123455.675000', '123455.678000', '123455.681000', '123455.684000', '123455.686000', '123455.689000', '123455.692000', '123455.695000', '123455.698000', '123455.700000', '123455.703000', '123455.706000', '123455.709000', '123455.712000', '123455.715000', '123455.718000', '123455.721000', '123455.723000', '123515.591000', '123515.594000', '123515.597000', '123515.600000', '123515.613000', '123515.616000', '123515.618000', '123515.621000', '123515.624000', '123515.627000', '123515.630000', '123515.633000', '123515.635000', '123515.638000', '123515.641000', '123515.644000', '123515.647000', '123515.650000', '123515.652000', '123515.655000', '123515.658000', '123515.661000', '123515.664000', '123515.666000', '123515.669000', '123515.672000', '123515.675000', '123515.678000', '123515.680000', '123515.683000', '123515.686000', '123515.689000', '123515.692000', '123515.694000', '123515.697000', '123515.700000', '123515.703000', '123515.706000', '123515.709000', '123515.711000', '123515.714000', '123515.717000', '123515.720000', '123515.723000', '123535.590000', '123535.593000', '123535.596000', '123535.599000', '123535.602000', '123535.605000', '123535.607000', '123535.610000', '123535.613000', '123535.616000', '123535.618000', '123535.621000', '123535.624000', '123535.627000', '123535.630000', '123535.633000', '123535.635000', '123535.638000', '123535.641000', '123535.644000', '123535.647000', '123535.650000', '123535.652000', '123535.655000', '123535.658000', '123535.661000', '123535.664000', '123535.666000', '123535.669000', '123535.672000', '123535.675000', '123535.678000', '123535.680000', '123535.683000', '123535.686000', '123535.689000', '123535.692000', '123535.694000', '123535.697000', '123535.700000', '123535.703000', '123535.706000', '123535.708000', '123555.590000', '123555.593000', '123555.596000', '123555.599000', '123555.601000', '123555.604000', '123555.607000', '123555.610000', '123555.613000', '123555.616000', '123555.619000', '123555.621000', '123555.624000', '123555.627000', '123555.630000', '123555.633000', '123555.635000', '123555.638000', '123555.641000', '123555.644000', '123555.647000', '123555.650000', '123555.652000', '123555.655000', '123555.658000', '123555.661000', '123555.664000', '123555.667000', '123555.669000', '123555.672000', '123555.675000', '123555.678000', '123555.681000', '123555.684000', '123555.687000', '123555.689000', '123555.692000', '123555.695000', '123555.698000', '123555.701000', '123555.704000', '123555.706000', '123555.709000', '123555.712000', '123615.590000', '123615.593000', '123615.596000', '123615.599000', '123615.602000', '123615.605000', '123615.608000', '123615.610000', '123615.613000', '123615.616000', '123615.619000', '123615.622000', '123615.625000', '123615.628000', '123615.630000', '123615.633000', '123615.636000', '123615.639000', '123615.642000', '123615.645000', '123615.648000', '123615.650000', '123615.653000', '123615.656000', '123615.659000', '123615.662000', '123615.664000', '123615.667000', '123615.670000', '123615.673000', '123615.676000', '123615.678000', '123615.682000', '123615.686000', '123615.689000', '123615.691000', '123615.694000', '123615.697000', '123615.700000', '123615.703000', '123615.705000', '123615.708000', '123615.711000', '123635.590000', '123635.593000', '123635.596000', '123635.613000', '123635.616000', '123635.619000', '123635.622000', '123635.625000', '123635.628000', '123635.630000', '123635.633000', '123635.636000', '123635.639000', '123635.642000', '123635.645000', '123635.647000', '123635.650000', '123635.653000', '123635.656000', '123635.659000', '123635.662000', '123635.665000', '123635.667000', '123635.670000', '123635.673000', '123635.676000', '123635.679000', '123635.681000', '123635.684000', '123635.687000', '123635.690000', '123635.693000', '123635.695000', '123635.698000', '123635.701000', '123635.704000', '123635.707000', '123635.710000', '123635.712000', '123635.715000', '123635.718000', '123635.721000', '123635.724000', '123635.727000', '123655.590000', '123655.593000', '123655.596000', '123655.599000', '123655.602000', '123655.605000', '123655.607000', '123655.610000', '123655.613000', '123655.616000', '123655.619000', '123655.621000', '123655.624000', '123655.627000', '123655.630000', '123655.633000', '123655.636000', '123655.639000', '123655.641000', '123655.644000', '123655.647000', '123655.650000', '123655.653000', '123655.655000', '123655.658000', '123655.661000', '123655.664000', '123655.667000', '123655.670000', '123655.672000', '123655.675000', '123655.678000', '123655.681000', '123655.684000', '123655.687000', '123655.690000', '123655.693000', '123655.696000', '123655.698000', '123655.701000', '123655.704000', '123655.707000', '123655.710000', '123715.591000', '123715.594000', '123715.597000', '123715.600000', '123715.603000', '123715.605000', '123715.608000', '123715.611000', '123715.614000', '123715.617000', '123715.620000', '123715.622000', '123715.625000', '123715.628000', '123715.631000', '123715.634000', '123715.637000', '123715.640000', '123715.642000', '123715.645000', '123715.648000', '123715.651000', '123715.654000', '123715.657000', '123715.660000', '123715.662000', '123715.665000', '123715.668000', '123715.671000', '123715.674000', '123715.677000', '123715.679000', '123715.682000', '123715.685000', '123715.688000', '123715.691000', '123715.694000', '123715.696000', '123715.699000', '123715.702000', '123715.705000', '123715.708000', '123715.711000', '123715.713000', '123735.591000', '123735.594000', '123735.597000', '123735.600000', '123735.603000', '123735.606000', '123735.608000', '123735.611000', '123735.614000', '123735.617000', '123735.619000', '123735.622000', '123735.625000', '123735.628000', '123735.631000', '123735.634000', '123735.636000', '123735.639000', '123735.642000', '123735.645000', '123735.648000', '123735.650000', '123735.653000', '123735.656000', '123735.659000', '123735.662000', '123735.665000', '123735.667000', '123735.670000', '123735.673000', '123735.676000', '123735.679000', '123735.682000', '123735.685000', '123735.687000', '123735.690000', '123735.693000', '123735.696000', '123735.699000', '123735.702000', '123735.704000', '123735.707000', '123735.710000', '123755.590000', '123755.593000', '123755.596000', '123755.599000', '123755.602000', '123755.604000', '123755.607000', '123755.610000', '123755.613000', '123755.616000', '123755.619000', '123755.621000', '123755.624000', '123755.627000', '123755.630000', '123755.633000', '123755.636000', '123755.638000', '123755.641000', '123755.644000', '123755.647000', '123755.650000', '123755.653000', '123755.655000', '123755.658000', '123755.661000', '123755.664000', '123755.667000', '123755.685000', '123755.688000', '123755.691000', '123755.694000', '123755.697000', '123755.700000', '123755.702000', '123755.705000', '123755.708000', '123755.711000', '123755.714000', '123755.717000', '123755.719000', '123755.722000', '123755.725000', '123755.728000', '123815.590000', '123815.593000', '123815.596000', '123815.599000', '123815.601000', '123815.604000', '123815.607000', '123815.610000', '123815.613000', '123815.616000', '123815.619000', '123815.621000', '123815.624000', '123815.627000', '123815.630000', '123815.633000', '123815.636000', '123815.639000', '123815.641000', '123815.644000', '123815.647000', '123815.650000', '123815.653000', '123815.655000', '123815.658000', '123815.661000', '123815.664000', '123815.667000', '123815.670000', '123815.672000', '123815.675000', '123815.678000', '123815.681000', '123815.684000', '123815.687000', '123815.689000', '123815.692000', '123815.695000', '123815.698000', '123815.701000', '123815.704000', '123815.706000', '123815.709000', '123835.590000', '123835.593000', '123835.596000', '123835.599000', '123835.602000', '123835.605000', '123835.608000', '123835.610000', '123835.613000', '123835.616000', '123835.619000', '123835.622000', '123835.624000', '123835.627000', '123835.630000', '123835.633000', '123835.636000', '123835.638000', '123835.641000', '123835.644000', '123835.647000', '123835.650000', '123835.653000', '123835.655000', '123835.658000', '123835.661000', '123835.664000', '123835.667000', '123835.670000', '123835.673000', '123835.675000', '123835.678000', '123835.681000', '123835.684000', '123835.687000', '123835.690000', '123835.693000', '123835.695000', '123835.698000', '123835.701000', '123835.704000', '123835.707000', '123835.710000', '123855.590000', '123855.593000', '123855.596000', '123855.599000', '123855.601000', '123855.604000', '123855.607000', '123855.610000', '123855.613000', '123855.616000', '123855.618000', '123855.621000', '123855.624000', '123855.627000', '123855.630000', '123855.633000', '123855.635000', '123855.638000', '123855.641000', '123855.644000', '123855.647000', '123855.649000', '123855.652000', '123855.655000', '123855.658000', '123855.661000', '123855.664000', '123855.666000', '123855.669000', '123855.672000', '123855.675000', '123855.678000', '123855.681000', '123855.684000', '123855.686000', '123855.689000', '123855.692000', '123855.695000', '123855.698000', '123855.700000', '123855.703000', '123855.706000', '123855.709000', '123855.712000', '123915.590000', '123915.593000', '123915.599000', '123915.602000', '123915.605000', '123915.608000', '123915.611000', '123915.614000', '123915.617000', '123915.619000', '123915.622000', '123915.625000', '123915.628000', '123915.631000', '123915.634000', '123915.636000', '123915.639000', '123915.642000', '123915.645000', '123915.648000', '123915.651000', '123915.654000', '123915.656000', '123915.659000', '123915.662000', '123915.665000', '123915.668000', '123915.671000', '123915.673000', '123915.676000', '123915.679000', '123915.682000', '123915.685000', '123915.688000', '123915.690000', '123915.693000', '123915.696000', '123915.699000', '123915.702000', '123915.721000', '123915.725000', '123915.728000', '123915.731000', '123916.566000', '123916.569000', '123916.572000'], 'InstanceCreationTime': ['123255.625000', '123255.628000', '123255.631000', '123255.633000', '123255.636000', '123255.639000', '123255.642000', '123255.645000', '123255.648000', '123255.650000', '123255.659000', '123255.662000', '123255.665000', '123255.668000', '123255.671000', '123255.674000', '123255.676000', '123255.679000', '123255.682000', '123255.685000', '123255.688000', '123255.690000', '123255.693000', '123255.696000', '123255.699000', '123255.702000', '123255.704000', '123255.707000', '123255.710000', '123255.713000', '123255.716000', '123255.719000', '123255.721000', '123255.724000', '123255.727000', '123255.730000', '123255.732000', '123255.735000', '123255.738000', '123255.741000', '123255.743000', '123255.746000', '123255.749000', '123315.590000', '123315.593000', '123315.596000', '123315.599000', '123315.601000', '123315.604000', '123315.607000', '123315.610000', '123315.613000', '123315.616000', '123315.618000', '123315.621000', '123315.624000', '123315.627000', '123315.630000', '123315.632000', '123315.635000', '123315.638000', '123315.641000', '123315.644000', '123315.646000', '123315.649000', '123315.652000', '123315.655000', '123315.657000', '123315.660000', '123315.673000', '123315.676000', '123315.679000', '123315.682000', '123315.684000', '123315.687000', '123315.690000', '123315.693000', '123315.696000', '123315.698000', '123315.701000', '123315.704000', '123315.707000', '123315.709000', '123315.712000', '123315.715000', '123315.718000', '123315.721000', '123335.590000', '123335.593000', '123335.596000', '123335.599000', '123335.601000', '123335.604000', '123335.608000', '123335.611000', '123335.614000', '123335.616000', '123335.619000', '123335.622000', '123335.625000', '123335.628000', '123335.631000', '123335.633000', '123335.636000', '123335.639000', '123335.642000', '123335.645000', '123335.647000', '123335.650000', '123335.653000', '123335.656000', '123335.659000', '123335.662000', '123335.665000', '123335.674000', '123335.677000', '123335.680000', '123335.682000', '123335.685000', '123335.688000', '123335.691000', '123335.694000', '123335.697000', '123335.699000', '123335.702000', '123335.705000', '123335.708000', '123335.711000', '123335.713000', '123335.716000', '123355.590000', '123355.593000', '123355.596000', '123355.599000', '123355.601000', '123355.604000', '123355.607000', '123355.610000', '123355.613000', '123355.615000', '123355.618000', '123355.624000', '123355.627000', '123355.630000', '123355.633000', '123355.636000', '123355.638000', '123355.641000', '123355.644000', '123355.647000', '123355.650000', '123355.652000', '123355.655000', '123355.658000', '123355.661000', '123355.664000', '123355.667000', '123355.670000', '123355.672000', '123355.675000', '123355.678000', '123355.681000', '123355.684000', '123355.686000', '123355.689000', '123355.692000', '123355.695000', '123355.698000', '123355.700000', '123355.703000', '123355.706000', '123355.709000', '123355.712000', '123355.715000', '123415.590000', '123415.593000', '123415.596000', '123415.599000', '123415.601000', '123415.604000', '123415.607000', '123415.610000', '123415.612000', '123415.615000', '123415.618000', '123415.621000', '123415.624000', '123415.627000', '123415.629000', '123415.632000', '123415.635000', '123415.638000', '123415.641000', '123415.643000', '123415.646000', '123415.649000', '123415.652000', '123415.655000', '123415.657000', '123415.660000', '123415.663000', '123415.666000', '123415.668000', '123415.671000', '123415.674000', '123415.677000', '123415.680000', '123415.682000', '123415.685000', '123415.688000', '123415.691000', '123415.696000', '123415.700000', '123415.703000', '123415.706000', '123415.708000', '123415.711000', '123435.590000', '123435.593000', '123435.596000', '123435.599000', '123435.601000', '123435.604000', '123435.607000', '123435.610000', '123435.613000', '123435.616000', '123435.618000', '123435.621000', '123435.624000', '123435.627000', '123435.630000', '123435.641000', '123435.643000', '123435.646000', '123435.649000', '123435.652000', '123435.655000', '123435.657000', '123435.660000', '123435.663000', '123435.666000', '123435.669000', '123435.672000', '123435.674000', '123435.677000', '123435.680000', '123435.683000', '123435.685000', '123435.688000', '123435.691000', '123435.694000', '123435.697000', '123435.699000', '123435.702000', '123435.705000', '123435.708000', '123435.711000', '123435.714000', '123435.716000', '123435.719000', '123455.591000', '123455.594000', '123455.597000', '123455.600000', '123455.602000', '123455.605000', '123455.608000', '123455.611000', '123455.614000', '123455.617000', '123455.619000', '123455.622000', '123455.625000', '123455.628000', '123455.631000', '123455.633000', '123455.636000', '123455.639000', '123455.642000', '123455.646000', '123455.649000', '123455.664000', '123455.667000', '123455.670000', '123455.672000', '123455.675000', '123455.678000', '123455.681000', '123455.684000', '123455.686000', '123455.689000', '123455.692000', '123455.695000', '123455.698000', '123455.700000', '123455.703000', '123455.706000', '123455.709000', '123455.712000', '123455.715000', '123455.718000', '123455.721000', '123455.723000', '123515.591000', '123515.594000', '123515.597000', '123515.600000', '123515.613000', '123515.616000', '123515.618000', '123515.621000', '123515.624000', '123515.627000', '123515.630000', '123515.633000', '123515.635000', '123515.638000', '123515.641000', '123515.644000', '123515.647000', '123515.650000', '123515.652000', '123515.655000', '123515.658000', '123515.661000', '123515.664000', '123515.666000', '123515.669000', '123515.672000', '123515.675000', '123515.678000', '123515.680000', '123515.683000', '123515.686000', '123515.689000', '123515.692000', '123515.694000', '123515.697000', '123515.700000', '123515.703000', '123515.706000', '123515.709000', '123515.711000', '123515.714000', '123515.717000', '123515.720000', '123515.723000', '123535.590000', '123535.593000', '123535.596000', '123535.599000', '123535.602000', '123535.605000', '123535.607000', '123535.610000', '123535.613000', '123535.616000', '123535.618000', '123535.621000', '123535.624000', '123535.627000', '123535.630000', '123535.633000', '123535.635000', '123535.638000', '123535.641000', '123535.644000', '123535.647000', '123535.650000', '123535.652000', '123535.655000', '123535.658000', '123535.661000', '123535.664000', '123535.666000', '123535.669000', '123535.672000', '123535.675000', '123535.678000', '123535.680000', '123535.683000', '123535.686000', '123535.689000', '123535.692000', '123535.694000', '123535.697000', '123535.700000', '123535.703000', '123535.706000', '123535.708000', '123555.590000', '123555.593000', '123555.596000', '123555.599000', '123555.601000', '123555.604000', '123555.607000', '123555.610000', '123555.613000', '123555.616000', '123555.619000', '123555.621000', '123555.624000', '123555.627000', '123555.630000', '123555.633000', '123555.635000', '123555.638000', '123555.641000', '123555.644000', '123555.647000', '123555.650000', '123555.652000', '123555.655000', '123555.658000', '123555.661000', '123555.664000', '123555.667000', '123555.669000', '123555.672000', '123555.675000', '123555.678000', '123555.681000', '123555.684000', '123555.687000', '123555.689000', '123555.692000', '123555.695000', '123555.698000', '123555.701000', '123555.704000', '123555.706000', '123555.709000', '123555.712000', '123615.590000', '123615.593000', '123615.596000', '123615.599000', '123615.602000', '123615.605000', '123615.608000', '123615.610000', '123615.613000', '123615.616000', '123615.619000', '123615.622000', '123615.625000', '123615.628000', '123615.630000', '123615.633000', '123615.636000', '123615.639000', '123615.642000', '123615.645000', '123615.648000', '123615.650000', '123615.653000', '123615.656000', '123615.659000', '123615.662000', '123615.664000', '123615.667000', '123615.670000', '123615.673000', '123615.676000', '123615.678000', '123615.682000', '123615.686000', '123615.689000', '123615.691000', '123615.694000', '123615.697000', '123615.700000', '123615.703000', '123615.705000', '123615.708000', '123615.711000', '123635.590000', '123635.593000', '123635.596000', '123635.613000', '123635.616000', '123635.619000', '123635.622000', '123635.625000', '123635.628000', '123635.630000', '123635.633000', '123635.636000', '123635.639000', '123635.642000', '123635.645000', '123635.647000', '123635.650000', '123635.653000', '123635.656000', '123635.659000', '123635.662000', '123635.665000', '123635.667000', '123635.670000', '123635.673000', '123635.676000', '123635.679000', '123635.681000', '123635.684000', '123635.687000', '123635.690000', '123635.693000', '123635.695000', '123635.698000', '123635.701000', '123635.704000', '123635.707000', '123635.710000', '123635.712000', '123635.715000', '123635.718000', '123635.721000', '123635.724000', '123635.727000', '123655.590000', '123655.593000', '123655.596000', '123655.599000', '123655.602000', '123655.605000', '123655.607000', '123655.610000', '123655.613000', '123655.616000', '123655.619000', '123655.621000', '123655.624000', '123655.627000', '123655.630000', '123655.633000', '123655.636000', '123655.639000', '123655.641000', '123655.644000', '123655.647000', '123655.650000', '123655.653000', '123655.655000', '123655.658000', '123655.661000', '123655.664000', '123655.667000', '123655.670000', '123655.672000', '123655.675000', '123655.678000', '123655.681000', '123655.684000', '123655.687000', '123655.690000', '123655.693000', '123655.696000', '123655.698000', '123655.701000', '123655.704000', '123655.707000', '123655.710000', '123715.591000', '123715.594000', '123715.597000', '123715.600000', '123715.603000', '123715.605000', '123715.608000', '123715.611000', '123715.614000', '123715.617000', '123715.620000', '123715.622000', '123715.625000', '123715.628000', '123715.631000', '123715.634000', '123715.637000', '123715.640000', '123715.642000', '123715.645000', '123715.648000', '123715.651000', '123715.654000', '123715.657000', '123715.660000', '123715.662000', '123715.665000', '123715.668000', '123715.671000', '123715.674000', '123715.677000', '123715.679000', '123715.682000', '123715.685000', '123715.688000', '123715.691000', '123715.694000', '123715.696000', '123715.699000', '123715.702000', '123715.705000', '123715.708000', '123715.711000', '123715.713000', '123735.591000', '123735.594000', '123735.597000', '123735.600000', '123735.603000', '123735.606000', '123735.608000', '123735.611000', '123735.614000', '123735.617000', '123735.619000', '123735.622000', '123735.625000', '123735.628000', '123735.631000', '123735.634000', '123735.636000', '123735.639000', '123735.642000', '123735.645000', '123735.648000', '123735.650000', '123735.653000', '123735.656000', '123735.659000', '123735.662000', '123735.665000', '123735.667000', '123735.670000', '123735.673000', '123735.676000', '123735.679000', '123735.682000', '123735.685000', '123735.687000', '123735.690000', '123735.693000', '123735.696000', '123735.699000', '123735.702000', '123735.704000', '123735.707000', '123735.710000', '123755.590000', '123755.593000', '123755.596000', '123755.599000', '123755.602000', '123755.604000', '123755.607000', '123755.610000', '123755.613000', '123755.616000', '123755.619000', '123755.621000', '123755.624000', '123755.627000', '123755.630000', '123755.633000', '123755.636000', '123755.638000', '123755.641000', '123755.644000', '123755.647000', '123755.650000', '123755.653000', '123755.655000', '123755.658000', '123755.661000', '123755.664000', '123755.667000', '123755.685000', '123755.688000', '123755.691000', '123755.694000', '123755.697000', '123755.700000', '123755.702000', '123755.705000', '123755.708000', '123755.711000', '123755.714000', '123755.717000', '123755.719000', '123755.722000', '123755.725000', '123755.728000', '123815.590000', '123815.593000', '123815.596000', '123815.599000', '123815.601000', '123815.604000', '123815.607000', '123815.610000', '123815.613000', '123815.616000', '123815.619000', '123815.621000', '123815.624000', '123815.627000', '123815.630000', '123815.633000', '123815.636000', '123815.639000', '123815.641000', '123815.644000', '123815.647000', '123815.650000', '123815.653000', '123815.655000', '123815.658000', '123815.661000', '123815.664000', '123815.667000', '123815.670000', '123815.672000', '123815.675000', '123815.678000', '123815.681000', '123815.684000', '123815.687000', '123815.689000', '123815.692000', '123815.695000', '123815.698000', '123815.701000', '123815.704000', '123815.706000', '123815.709000', '123835.590000', '123835.593000', '123835.596000', '123835.599000', '123835.602000', '123835.605000', '123835.608000', '123835.610000', '123835.613000', '123835.616000', '123835.619000', '123835.622000', '123835.624000', '123835.627000', '123835.630000', '123835.633000', '123835.636000', '123835.638000', '123835.641000', '123835.644000', '123835.647000', '123835.650000', '123835.653000', '123835.655000', '123835.658000', '123835.661000', '123835.664000', '123835.667000', '123835.670000', '123835.673000', '123835.675000', '123835.678000', '123835.681000', '123835.684000', '123835.687000', '123835.690000', '123835.693000', '123835.695000', '123835.698000', '123835.701000', '123835.704000', '123835.707000', '123835.710000', '123855.590000', '123855.593000', '123855.596000', '123855.599000', '123855.601000', '123855.604000', '123855.607000', '123855.610000', '123855.613000', '123855.616000', '123855.618000', '123855.621000', '123855.624000', '123855.627000', '123855.630000', '123855.633000', '123855.635000', '123855.638000', '123855.641000', '123855.644000', '123855.647000', '123855.649000', '123855.652000', '123855.655000', '123855.658000', '123855.661000', '123855.664000', '123855.666000', '123855.669000', '123855.672000', '123855.675000', '123855.678000', '123855.681000', '123855.684000', '123855.686000', '123855.689000', '123855.692000', '123855.695000', '123855.698000', '123855.700000', '123855.703000', '123855.706000', '123855.709000', '123855.712000', '123915.590000', '123915.593000', '123915.599000', '123915.602000', '123915.605000', '123915.608000', '123915.611000', '123915.614000', '123915.617000', '123915.619000', '123915.622000', '123915.625000', '123915.628000', '123915.631000', '123915.634000', '123915.636000', '123915.639000', '123915.642000', '123915.645000', '123915.648000', '123915.651000', '123915.654000', '123915.656000', '123915.659000', '123915.662000', '123915.665000', '123915.668000', '123915.671000', '123915.673000', '123915.676000', '123915.679000', '123915.682000', '123915.685000', '123915.688000', '123915.690000', '123915.693000', '123915.696000', '123915.699000', '123915.702000', '123915.721000', '123915.725000', '123915.728000', '123915.731000', '123916.566000', '123916.569000', '123916.572000'], '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': [9544, 12155, 9622, 10028, 9283, 9575, 9480, 9541, 11101, 11267, 12382, 10988, 12314, 11302, 11393, 10328, 11234, 16129, 11428, 11577, 12437, 15962, 10320, 15614, 10339, 11158, 10439, 11325, 10694, 11096, 10913, 13053, 17507, 11811, 19023, 15578, 19773, 19577, 20072, 13569, 18134, 12333, 12039, 12341, 11286, 11567, 11210, 11658, 11152, 9702, 11021, 9643, 10689, 9160, 10411, 9434, 9992, 9585, 9333, 10577, 9563, 10661, 9749, 10395, 9670, 9700, 9770, 9474, 9659, 10409, 10021, 10345, 10070, 10260, 10423, 13777, 10550, 15313, 12395, 10512, 17599, 14858, 15679, 10637, 10614, 13439, 10082, 13413, 14336, 10855, 10780, 18480, 17176, 12845, 15072, 10848, 10499, 13908, 10655, 9537, 9064, 9715, 10190, 10437, 10355, 10608, 10389, 15813, 10926, 10236, 15578, 10066, 10142, 10561, 9813, 10351, 9933, 15026, 10081, 12809, 10968, 11256, 11239, 11357, 17773, 15810, 13942, 10977, 10465, 11206, 11439, 11376, 11200, 11834, 11512, 11888, 11552, 16659, 19385, 14328, 19910, 14541, 12229, 19081, 11936, 12925, 14379, 11321, 11934, 15865, 11155, 11718, 11034, 11072, 11586, 11250, 10982, 10704, 11000, 11479, 11050, 10750, 10976, 10638, 10177, 10194, 10195, 10356, 10168, 10574, 9981, 13164, 10381, 10706, 14908, 11442, 9904, 10323, 10169, 10255, 10281, 10442, 10586, 9540, 10781, 10104, 10751, 10404, 10798, 10791, 11458, 10792, 16992, 12441, 15326, 16810, 12531, 11816, 17993, 14500, 12342, 11179, 11134, 11448, 11043, 13962, 12611, 10801, 10498, 10858, 10500, 15738, 10370, 9695, 10805, 9796, 10309, 10228, 9868, 10516, 10349, 10534, 10718, 10326, 17855, 10353, 9621, 11097, 11399, 10927, 10800, 10036, 10266, 9902, 10714, 10631, 10815, 12759, 18228, 10877, 12499, 18268, 12603, 12185, 11104, 10710, 16066, 11020, 10874, 18214, 10973, 11491, 11303, 11353, 11489, 11100, 11503, 10936, 11174, 11098, 14318, 11358, 10887, 11679, 11628, 16806, 11195, 10262, 10686, 10299, 10959, 10642, 10779, 10613, 10294, 10311, 10307, 10513, 10545, 15146, 10311, 10169, 10951, 10360, 10914, 10067, 10343, 10169, 10033, 15760, 9355, 9997, 9959, 11214, 10258, 11065, 10057, 10757, 17073, 11642, 14765, 9920, 14083, 9278, 9242, 9575, 10685, 9904, 10769, 16439, 10332, 10753, 16466, 9751, 9503, 9482, 10937, 9801, 10775, 17163, 10117, 12125, 9878, 10715, 12876, 10399, 11285, 12033, 9656, 10523, 9212, 10065, 9358, 9394, 9768, 9471, 9788, 11268, 9914, 11511, 10265, 11755, 10139, 11244, 16993, 13594, 11449, 9915, 11039, 10411, 10749, 10930, 14037, 10798, 18451, 13717, 18510, 15595, 11552, 11579, 10419, 11519, 11158, 15593, 10429, 11643, 9515, 11295, 12856, 9509, 9052, 9193, 8638, 9430, 9075, 10426, 9840, 10865, 9753, 11037, 14825, 13516, 13841, 15660, 10616, 16999, 9961, 10943, 9122, 10243, 10253, 10317, 9321, 10500, 9824, 11366, 10251, 10441, 9037, 10577, 13380, 10072, 10527, 13947, 9939, 9759, 10268, 10169, 9553, 10205, 8848, 10149, 10289, 9327, 10016, 10398, 10102, 13185, 10169, 10351, 9434, 10470, 18520, 16552, 14462, 17991, 16213, 12761, 10946, 11386, 10099, 10653, 16589, 12896, 12001, 10474, 11430, 10581, 10519, 10074, 10378, 9837, 10340, 10132, 10938, 10258, 11427, 10693, 10612, 11180, 10795, 10458, 10547, 15750, 19006, 13490, 17819, 10845, 10550, 10658, 10414, 10398, 10306, 10776, 10281, 10770, 10676, 10924, 9373, 10365, 9612, 10870, 14140, 11106, 16270, 13268, 16104, 10923, 13132, 10389, 10252, 9975, 10416, 17717, 13617, 11452, 11357, 10753, 11162, 11114, 11440, 11079, 11032, 11314, 11625, 12515, 11996, 12837, 12218, 13193, 12203, 13137, 11714, 12006, 11786, 11442, 12178, 10663, 11508, 12457, 10760, 12321, 10771, 12342, 16433, 14735, 14471, 13609, 18368, 15561, 17792, 12021, 12286, 11420, 12598, 11856, 12311, 10981, 12369, 10119, 12749, 10891, 13014, 10823, 12426, 10859, 12098, 14139, 11997, 13140, 12466, 10545, 12511, 12348, 11013, 12811, 10492, 12508, 13711, 12352, 14980, 12376, 13212, 12690, 12017, 12319, 11518, 12453, 11498, 12456, 13714, 12421, 14195, 12382, 12700, 18971, 15199, 15800, 12990, 13420, 11401, 13079, 13268, 13522, 15555, 12640, 12883, 11858, 13409, 11439, 13061, 11555, 13285, 12862, 13098, 11984, 12010, 12958, 12266, 13528, 11885, 13856, 17291, 12616, 15474, 19515, 14048, 14842, 13726, 13904, 14180, 13572, 18002, 13144, 13516, 13274, 13709, 18710, 15896, 14268, 13081, 13527, 13101, 13853, 13151, 13587, 13035, 13344, 13332, 11825, 13001, 13387, 12932, 13222, 17979, 13088, 13324, 14126, 13454, 13338, 13260, 13411, 12941, 13012, 13496, 13002, 13331, 13119, 13258, 13416, 11385, 13635, 10823, 13420, 13403, 12677, 13415, 13266, 13744, 12396, 13757, 13496, 18277, 13472, 13455, 12908, 13499, 12386, 13381, 11912, 13736, 13225, 13746, 13527, 17915, 14063, 13525, 17124, 13708, 13773, 13039, 13742, 13477, 18747, 13603, 13556, 18647, 13637, 13174, 12068, 13518, 13321, 13247, 13374, 12363, 13241, 11945, 13456, 10701, 13269, 13387, 13401, 13327, 12957, 13281, 18795, 17885, 13249, 12266, 13619, 12457, 13775, 11799, 12965, 12447, 13553, 12820, 13805, 13473, 13286, 12837, 13486, 12398, 13701, 18459, 17761, 13204, 14226, 12457, 13570, 13966, 12332, 12727, 10789, 12928, 12523, 11396, 12816, 12047, 12298, 12550, 12415, 13004, 11798, 12079, 12016, 12115, 13103, 13195, 12684, 13108, 17700, 13485, 12982, 16578, 12583, 11294, 12718, 12478, 12272, 12307, 18645, 12413, 12108, 11250, 11693, 11780, 12775, 13176, 13009, 13003, 13098, 19055, 12710, 12732, 11189, 13503, 12882, 13282, 12833, 19243, 12378, 11749, 12232, 12254, 17946, 12715, 16709, 12280, 11852, 12995, 12401, 11725, 12579, 12389, 12678, 12341, 11657, 12410, 12178, 12747, 12179, 12591, 11731, 12651, 12573, 12777, 18660, 15356, 12549, 11365, 12940, 11492, 12391, 12067, 12134, 11146, 12661, 13026, 13542, 13461, 13482, 13373, 13119, 13312, 13166, 13332, 13254, 13465, 13265, 13431, 13356, 12288, 13561, 12845, 13596, 13303, 13715, 13479, 13699, 13270, 13585, 11977, 13725, 11378, 13440, 13349, 12955, 12784, 12268, 13044, 13105, 11052, 13258, 12124, 13274, 11494, 13104, 11840, 13040, 12504, 13138, 12254, 13031, 12437, 13010, 18759, 14305, 15680, 18153, 13700, 13263, 12736, 13008, 14824, 13029, 11891, 13060, 11315, 13168, 12691, 12966], 'WindowCenter': [4471.0, 4485.0, 4455.0, 4465.0, 4443.0, 4454.0, 4442.0, 4468.0, 4490.0, 4489.0, 4486.0, 4465.0, 4475.0, 4477.0, 4486.0, 4466.0, 4476.0, 4508.0, 4464.0, 4476.0, 4484.0, 4506.0, 4455.0, 4504.0, 4455.0, 4475.0, 4465.0, 4473.0, 4478.0, 4474.0, 4479.0, 4497.0, 4517.0, 4475.0, 4514.0, 4493.0, 4517.0, 4501.0, 4475.0, 4433.0, 4460.0, 4418.0, 4419.0, 4430.0, 4408.0, 4419.0, 4407.0, 4405.0, 4407.0, 4411.0, 4406.0, 4399.0, 4410.0, 4400.0, 4420.0, 4402.0, 4413.0, 4411.0, 4415.0, 4425.0, 4418.0, 4426.0, 4429.0, 4437.0, 4440.0, 4441.0, 4455.0, 4456.0, 4469.0, 4477.0, 4470.0, 4477.0, 4471.0, 4481.0, 4482.0, 4510.0, 4480.0, 4521.0, 4502.0, 4482.0, 4529.0, 4507.0, 4508.0, 4453.0, 4452.0, 4482.0, 4468.0, 4497.0, 4509.0, 4466.0, 4465.0, 4518.0, 4491.0, 4473.0, 4481.0, 4439.0, 4438.0, 4467.0, 4438.0, 4455.0, 4430.0, 4442.0, 4452.0, 4461.0, 4452.0, 4463.0, 4467.0, 4504.0, 4463.0, 4455.0, 4493.0, 4456.0, 4452.0, 4464.0, 4456.0, 4454.0, 4458.0, 4505.0, 4455.0, 4484.0, 4481.0, 4467.0, 4461.0, 4465.0, 4506.0, 4496.0, 4469.0, 4454.0, 4440.0, 4452.0, 4460.0, 4461.0, 4449.0, 4461.0, 4462.0, 4462.0, 4462.0, 4506.0, 4502.0, 4455.0, 4474.0, 4442.0, 4429.0, 4460.0, 4421.0, 4429.0, 4437.0, 4408.0, 4418.0, 4446.0, 4407.0, 4416.0, 4395.0, 4405.0, 4404.0, 4406.0, 4408.0, 4407.0, 4421.0, 4430.0, 4433.0, 4435.0, 4435.0, 4438.0, 4436.0, 4454.0, 4453.0, 4452.0, 4442.0, 4451.0, 4455.0, 4470.0, 4440.0, 4442.0, 4480.0, 4449.0, 4431.0, 4441.0, 4451.0, 4438.0, 4448.0, 4448.0, 4451.0, 4441.0, 4462.0, 4464.0, 4476.0, 4475.0, 4477.0, 4478.0, 4487.0, 4478.0, 4514.0, 4483.0, 4497.0, 4494.0, 4458.0, 4448.0, 4503.0, 4469.0, 4444.0, 4437.0, 4434.0, 4443.0, 4444.0, 4466.0, 4459.0, 4437.0, 4435.0, 4448.0, 4448.0, 4488.0, 4438.0, 4427.0, 4461.0, 4442.0, 4451.0, 4464.0, 4454.0, 4465.0, 4452.0, 4461.0, 4462.0, 4452.0, 4513.0, 4453.0, 4458.0, 4475.0, 4472.0, 4462.0, 4479.0, 4468.0, 4482.0, 4468.0, 4480.0, 4477.0, 4478.0, 4500.0, 4516.0, 4454.0, 4473.0, 4501.0, 4474.0, 4462.0, 4451.0, 4450.0, 4479.0, 4438.0, 4437.0, 4487.0, 4438.0, 4448.0, 4447.0, 4447.0, 4460.0, 4447.0, 4449.0, 4451.0, 4448.0, 4449.0, 4480.0, 4451.0, 4449.0, 4460.0, 4462.0, 4492.0, 4465.0, 4453.0, 4448.0, 4439.0, 4449.0, 4449.0, 4449.0, 4462.0, 4463.0, 4454.0, 4452.0, 4462.0, 4463.0, 4495.0, 4452.0, 4451.0, 4449.0, 4440.0, 4449.0, 4440.0, 4448.0, 4450.0, 4452.0, 4504.0, 4457.0, 4451.0, 4452.0, 4460.0, 4438.0, 4448.0, 4437.0, 4448.0, 4499.0, 4461.0, 4503.0, 4455.0, 4483.0, 4432.0, 4431.0, 4441.0, 4449.0, 4425.0, 4448.0, 4489.0, 4437.0, 4447.0, 4488.0, 4428.0, 4425.0, 4425.0, 4433.0, 4423.0, 4436.0, 4486.0, 4435.0, 4446.0, 4423.0, 4424.0, 4443.0, 4423.0, 4433.0, 4431.0, 4425.0, 4424.0, 4415.0, 4413.0, 4416.0, 4414.0, 4439.0, 4438.0, 4451.0, 4461.0, 4451.0, 4461.0, 4452.0, 4471.0, 4452.0, 4462.0, 4503.0, 4482.0, 4459.0, 4440.0, 4449.0, 4461.0, 4461.0, 4462.0, 4495.0, 4491.0, 4527.0, 4495.0, 4511.0, 4476.0, 4446.0, 4445.0, 4423.0, 4447.0, 4460.0, 4488.0, 4436.0, 4446.0, 4438.0, 4472.0, 4472.0, 4440.0, 4428.0, 4429.0, 4433.0, 4443.0, 4431.0, 4450.0, 4439.0, 4451.0, 4430.0, 4451.0, 4470.0, 4458.0, 4458.0, 4465.0, 4424.0, 4464.0, 4413.0, 4423.0, 4427.0, 4437.0, 4437.0, 4437.0, 4442.0, 4451.0, 4440.0, 4446.0, 4440.0, 4436.0, 4417.0, 4436.0, 4456.0, 4425.0, 4438.0, 4467.0, 4427.0, 4428.0, 4450.0, 4438.0, 4439.0, 4450.0, 4430.0, 4452.0, 4452.0, 4443.0, 4452.0, 4453.0, 4452.0, 4482.0, 4452.0, 4440.0, 4431.0, 4451.0, 4500.0, 4514.0, 4508.0, 4504.0, 4490.0, 4454.0, 4447.0, 4457.0, 4435.0, 4435.0, 4488.0, 4456.0, 4444.0, 4438.0, 4458.0, 4450.0, 4449.0, 4439.0, 4449.0, 4441.0, 4466.0, 4466.0, 4464.0, 4465.0, 4473.0, 4462.0, 4465.0, 4462.0, 4465.0, 4464.0, 4465.0, 4496.0, 4503.0, 4473.0, 4490.0, 4451.0, 4438.0, 4450.0, 4437.0, 4425.0, 4437.0, 4437.0, 4437.0, 4450.0, 4451.0, 4460.0, 4428.0, 4449.0, 4428.0, 4450.0, 4468.0, 4449.0, 4476.0, 4458.0, 4474.0, 4424.0, 4443.0, 4422.0, 4412.0, 4412.0, 4422.0, 4476.0, 4452.0, 4433.0, 4430.0, 4434.0, 4431.0, 4429.0, 4432.0, 4432.0, 4436.0, 4458.0, 4460.0, 4469.0, 4460.0, 4469.0, 4455.0, 4465.0, 4471.0, 4495.0, 4470.0, 4472.0, 4471.0, 4474.0, 4485.0, 4476.0, 4486.0, 4498.0, 4476.0, 4498.0, 4475.0, 4498.0, 4517.0, 4496.0, 4482.0, 4483.0, 4502.0, 4479.0, 4477.0, 4446.0, 4443.0, 4433.0, 4443.0, 4443.0, 4458.0, 4437.0, 4457.0, 4424.0, 4471.0, 4448.0, 4480.0, 4449.0, 4471.0, 4451.0, 4473.0, 4482.0, 4464.0, 4470.0, 4473.0, 4451.0, 4471.0, 4470.0, 4451.0, 4471.0, 4440.0, 4460.0, 4468.0, 4458.0, 4479.0, 4457.0, 4458.0, 4467.0, 4446.0, 4457.0, 4448.0, 4458.0, 4447.0, 4458.0, 4467.0, 4458.0, 4479.0, 4456.0, 4457.0, 4500.0, 4480.0, 4478.0, 4457.0, 4457.0, 4435.0, 4454.0, 4469.0, 4466.0, 4475.0, 4455.0, 4465.0, 4458.0, 4467.0, 4458.0, 4482.0, 4473.0, 4491.0, 4494.0, 4493.0, 4487.0, 4488.0, 4488.0, 4477.0, 4487.0, 4473.0, 4496.0, 4505.0, 4462.0, 4481.0, 4488.0, 4467.0, 4468.0, 4480.0, 4469.0, 4470.0, 4457.0, 4479.0, 4455.0, 4453.0, 4439.0, 4443.0, 4464.0, 4452.0, 4441.0, 4430.0, 4429.0, 4430.0, 4454.0, 4453.0, 4441.0, 4442.0, 4452.0, 4452.0, 4445.0, 4456.0, 4467.0, 4457.0, 4459.0, 4477.0, 4444.0, 4442.0, 4441.0, 4441.0, 4440.0, 4441.0, 4452.0, 4441.0, 4443.0, 4454.0, 4443.0, 4454.0, 4455.0, 4456.0, 4468.0, 4448.0, 4479.0, 4449.0, 4495.0, 4495.0, 4486.0, 4496.0, 4498.0, 4508.0, 4485.0, 4494.0, 4484.0, 4515.0, 4487.0, 4483.0, 4484.0, 4498.0, 4487.0, 4494.0, 4486.0, 4509.0, 4496.0, 4507.0, 4497.0, 4518.0, 4497.0, 4485.0, 4504.0, 4482.0, 4481.0, 4468.0, 4468.0, 4468.0, 4487.0, 4455.0, 4456.0, 4486.0, 4482.0, 4470.0, 4457.0, 4466.0, 4455.0, 4454.0, 4455.0, 4456.0, 4470.0, 4471.0, 4483.0, 4451.0, 4483.0, 4470.0, 4482.0, 4482.0, 4469.0, 4471.0, 4516.0, 4492.0, 4457.0, 4446.0, 4466.0, 4457.0, 4478.0, 4459.0, 4469.0, 4472.0, 4493.0, 4495.0, 4522.0, 4509.0, 4509.0, 4508.0, 4507.0, 4485.0, 4496.0, 4517.0, 4503.0, 4471.0, 4470.0, 4459.0, 4470.0, 4466.0, 4445.0, 4454.0, 4433.0, 4457.0, 4445.0, 4444.0, 4457.0, 4457.0, 4459.0, 4458.0, 4482.0, 4495.0, 4485.0, 4471.0, 4471.0, 4475.0, 4497.0, 4496.0, 4484.0, 4485.0, 4506.0, 4482.0, 4484.0, 4502.0, 4471.0, 4461.0, 4472.0, 4470.0, 4470.0, 4471.0, 4500.0, 4459.0, 4462.0, 4451.0, 4462.0, 4462.0, 4472.0, 4483.0, 4483.0, 4470.0, 4471.0, 4503.0, 4462.0, 4458.0, 4447.0, 4468.0, 4458.0, 4467.0, 4470.0, 4499.0, 4446.0, 4446.0, 4446.0, 4446.0, 4473.0, 4444.0, 4464.0, 4432.0, 4432.0, 4443.0, 4443.0, 4432.0, 4441.0, 4429.0, 4440.0, 4442.0, 4431.0, 4445.0, 4444.0, 4455.0, 4444.0, 4444.0, 4444.0, 4455.0, 4445.0, 4468.0, 4512.0, 4479.0, 4445.0, 4432.0, 4455.0, 4444.0, 4455.0, 4453.0, 4457.0, 4447.0, 4481.0, 4469.0, 4470.0, 4468.0, 4470.0, 4468.0, 4467.0, 4467.0, 4468.0, 4467.0, 4468.0, 4468.0, 4470.0, 4467.0, 4469.0, 4460.0, 4485.0, 4473.0, 4471.0, 4470.0, 4481.0, 4468.0, 4469.0, 4468.0, 4470.0, 4448.0, 4469.0, 4449.0, 4469.0, 4481.0, 4470.0, 4469.0, 4472.0, 4471.0, 4483.0, 4461.0, 4484.0, 4472.0, 4486.0, 4476.0, 4498.0, 4488.0, 4500.0, 4489.0, 4499.0, 4485.0, 4485.0, 4471.0, 4483.0, 4506.0, 4485.0, 4494.0, 4490.0, 4469.0, 4461.0, 4458.0, 4456.0, 4477.0, 4472.0, 4447.0, 4458.0, 4447.0, 4469.0, 4457.0, 4469.0], 'WindowWidth': [9855.0, 9861.0, 9819.0, 9836.0, 9803.0, 9816.0, 9797.0, 9842.0, 9878.0, 9872.0, 9859.0, 9829.0, 9843.0, 9853.0, 9866.0, 9836.0, 9852.0, 9905.0, 9830.0, 9852.0, 9857.0, 9894.0, 9817.0, 9886.0, 9819.0, 9848.0, 9834.0, 9845.0, 9858.0, 9849.0, 9860.0, 9881.0, 9913.0, 9848.0, 9905.0, 9870.0, 9925.0, 9883.0, 9832.0, 9760.0, 9795.0, 9734.0, 9740.0, 9755.0, 9723.0, 9740.0, 9719.0, 9713.0, 9719.0, 9735.0, 9719.0, 9714.0, 9730.0, 9716.0, 9745.0, 9721.0, 9740.0, 9734.0, 9743.0, 9757.0, 9751.0, 9761.0, 9770.0, 9780.0, 9790.0, 9794.0, 9819.0, 9825.0, 9846.0, 9854.0, 9847.0, 9854.0, 9849.0, 9864.0, 9867.0, 9901.0, 9860.0, 9926.0, 9896.0, 9865.0, 9929.0, 9892.0, 9899.0, 9810.0, 9809.0, 9850.0, 9840.0, 9881.0, 9898.0, 9833.0, 9833.0, 9927.0, 9865.0, 9839.0, 9848.0, 9783.0, 9781.0, 9823.0, 9781.0, 9818.0, 9779.0, 9795.0, 9809.0, 9822.0, 9810.0, 9827.0, 9840.0, 9885.0, 9825.0, 9816.0, 9868.0, 9819.0, 9809.0, 9828.0, 9818.0, 9813.0, 9826.0, 9886.0, 9819.0, 9856.0, 9860.0, 9838.0, 9819.0, 9828.0, 9897.0, 9873.0, 9826.0, 9814.0, 9790.0, 9807.0, 9816.0, 9817.0, 9799.0, 9818.0, 9822.0, 9821.0, 9823.0, 9903.0, 9880.0, 9802.0, 9828.0, 9774.0, 9752.0, 9804.0, 9743.0, 9752.0, 9759.0, 9723.0, 9736.0, 9773.0, 9719.0, 9729.0, 9699.0, 9714.0, 9711.0, 9716.0, 9723.0, 9722.0, 9747.0, 9758.0, 9768.0, 9771.0, 9775.0, 9782.0, 9780.0, 9816.0, 9811.0, 9808.0, 9790.0, 9805.0, 9815.0, 9828.0, 9786.0, 9790.0, 9846.0, 9798.0, 9773.0, 9790.0, 9806.0, 9784.0, 9800.0, 9798.0, 9806.0, 9795.0, 9826.0, 9830.0, 9850.0, 9848.0, 9853.0, 9856.0, 9867.0, 9855.0, 9902.0, 9854.0, 9884.0, 9879.0, 9812.0, 9796.0, 9883.0, 9825.0, 9783.0, 9776.0, 9770.0, 9780.0, 9785.0, 9822.0, 9811.0, 9777.0, 9774.0, 9796.0, 9797.0, 9854.0, 9785.0, 9769.0, 9819.0, 9793.0, 9807.0, 9830.0, 9817.0, 9831.0, 9811.0, 9821.0, 9825.0, 9814.0, 9897.0, 9813.0, 9828.0, 9847.0, 9838.0, 9824.0, 9856.0, 9842.0, 9865.0, 9841.0, 9860.0, 9852.0, 9853.0, 9890.0, 9906.0, 9812.0, 9840.0, 9875.0, 9837.0, 9820.0, 9802.0, 9801.0, 9843.0, 9780.0, 9778.0, 9849.0, 9782.0, 9793.0, 9793.0, 9792.0, 9816.0, 9795.0, 9800.0, 9803.0, 9796.0, 9800.0, 9845.0, 9806.0, 9801.0, 9817.0, 9822.0, 9872.0, 9833.0, 9811.0, 9799.0, 9786.0, 9801.0, 9803.0, 9801.0, 9825.0, 9829.0, 9816.0, 9810.0, 9826.0, 9828.0, 9877.0, 9811.0, 9805.0, 9801.0, 9789.0, 9799.0, 9790.0, 9799.0, 9804.0, 9811.0, 9887.0, 9827.0, 9809.0, 9811.0, 9818.0, 9785.0, 9798.0, 9784.0, 9799.0, 9876.0, 9825.0, 9886.0, 9822.0, 9854.0, 9781.0, 9779.0, 9794.0, 9801.0, 9764.0, 9796.0, 9858.0, 9781.0, 9796.0, 9853.0, 9769.0, 9763.0, 9763.0, 9770.0, 9757.0, 9777.0, 9847.0, 9774.0, 9792.0, 9755.0, 9758.0, 9782.0, 9753.0, 9765.0, 9762.0, 9762.0, 9758.0, 9747.0, 9741.0, 9751.0, 9748.0, 9788.0, 9784.0, 9809.0, 9820.0, 9808.0, 9820.0, 9809.0, 9833.0, 9808.0, 9823.0, 9885.0, 9851.0, 9815.0, 9791.0, 9800.0, 9822.0, 9823.0, 9824.0, 9876.0, 9879.0, 9926.0, 9875.0, 9891.0, 9830.0, 9789.0, 9789.0, 9754.0, 9794.0, 9818.0, 9856.0, 9779.0, 9792.0, 9785.0, 9842.0, 9835.0, 9791.0, 9770.0, 9772.0, 9785.0, 9800.0, 9780.0, 9804.0, 9787.0, 9804.0, 9773.0, 9805.0, 9835.0, 9810.0, 9812.0, 9812.0, 9757.0, 9812.0, 9738.0, 9751.0, 9766.0, 9781.0, 9780.0, 9780.0, 9798.0, 9805.0, 9788.0, 9790.0, 9788.0, 9777.0, 9753.0, 9776.0, 9806.0, 9762.0, 9783.0, 9820.0, 9766.0, 9768.0, 9803.0, 9783.0, 9788.0, 9802.0, 9777.0, 9810.0, 9811.0, 9798.0, 9810.0, 9811.0, 9809.0, 9850.0, 9808.0, 9791.0, 9779.0, 9805.0, 9876.0, 9898.0, 9900.0, 9891.0, 9858.0, 9797.0, 9794.0, 9808.0, 9777.0, 9776.0, 9854.0, 9806.0, 9788.0, 9783.0, 9810.0, 9806.0, 9800.0, 9788.0, 9800.0, 9792.0, 9836.0, 9838.0, 9830.0, 9833.0, 9842.0, 9825.0, 9832.0, 9824.0, 9832.0, 9830.0, 9831.0, 9885.0, 9883.0, 9837.0, 9857.0, 9803.0, 9781.0, 9800.0, 9780.0, 9761.0, 9780.0, 9780.0, 9778.0, 9802.0, 9807.0, 9817.0, 9771.0, 9800.0, 9770.0, 9803.0, 9826.0, 9799.0, 9837.0, 9808.0, 9828.0, 9757.0, 9780.0, 9752.0, 9739.0, 9738.0, 9752.0, 9841.0, 9792.0, 9766.0, 9762.0, 9771.0, 9762.0, 9758.0, 9765.0, 9765.0, 9776.0, 9814.0, 9819.0, 9828.0, 9816.0, 9824.0, 9802.0, 9818.0, 9835.0, 9873.0, 9834.0, 9838.0, 9835.0, 9844.0, 9860.0, 9850.0, 9862.0, 9884.0, 9852.0, 9883.0, 9851.0, 9886.0, 9910.0, 9879.0, 9849.0, 9854.0, 9885.0, 9841.0, 9839.0, 9787.0, 9783.0, 9765.0, 9778.0, 9781.0, 9807.0, 9781.0, 9803.0, 9755.0, 9831.0, 9796.0, 9842.0, 9799.0, 9830.0, 9806.0, 9837.0, 9850.0, 9824.0, 9829.0, 9839.0, 9806.0, 9831.0, 9830.0, 9802.0, 9830.0, 9787.0, 9813.0, 9822.0, 9807.0, 9839.0, 9806.0, 9809.0, 9821.0, 9791.0, 9804.0, 9793.0, 9808.0, 9794.0, 9809.0, 9822.0, 9809.0, 9841.0, 9803.0, 9806.0, 9876.0, 9842.0, 9836.0, 9804.0, 9803.0, 9767.0, 9795.0, 9822.0, 9816.0, 9829.0, 9798.0, 9816.0, 9810.0, 9820.0, 9811.0, 9851.0, 9841.0, 9863.0, 9871.0, 9868.0, 9865.0, 9869.0, 9866.0, 9850.0, 9860.0, 9837.0, 9873.0, 9889.0, 9817.0, 9846.0, 9850.0, 9817.0, 9822.0, 9841.0, 9828.0, 9829.0, 9803.0, 9844.0, 9798.0, 9793.0, 9765.0, 9776.0, 9814.0, 9787.0, 9773.0, 9751.0, 9751.0, 9753.0, 9795.0, 9793.0, 9771.0, 9774.0, 9787.0, 9789.0, 9782.0, 9802.0, 9818.0, 9804.0, 9810.0, 9840.0, 9779.0, 9773.0, 9770.0, 9769.0, 9769.0, 9772.0, 9786.0, 9772.0, 9776.0, 9793.0, 9778.0, 9795.0, 9797.0, 9802.0, 9824.0, 9794.0, 9840.0, 9799.0, 9873.0, 9873.0, 9860.0, 9871.0, 9881.0, 9894.0, 9858.0, 9866.0, 9854.0, 9901.0, 9858.0, 9850.0, 9855.0, 9875.0, 9863.0, 9869.0, 9860.0, 9896.0, 9877.0, 9890.0, 9881.0, 9916.0, 9876.0, 9859.0, 9889.0, 9850.0, 9844.0, 9822.0, 9821.0, 9825.0, 9851.0, 9799.0, 9802.0, 9849.0, 9850.0, 9831.0, 9808.0, 9816.0, 9799.0, 9796.0, 9799.0, 9802.0, 9827.0, 9832.0, 9852.0, 9807.0, 9851.0, 9831.0, 9846.0, 9847.0, 9825.0, 9829.0, 9913.0, 9867.0, 9806.0, 9787.0, 9816.0, 9805.0, 9838.0, 9811.0, 9823.0, 9834.0, 9865.0, 9874.0, 9923.0, 9899.0, 9896.0, 9897.0, 9893.0, 9859.0, 9873.0, 9919.0, 9884.0, 9832.0, 9830.0, 9811.0, 9825.0, 9817.0, 9785.0, 9796.0, 9768.0, 9803.0, 9786.0, 9784.0, 9806.0, 9806.0, 9812.0, 9809.0, 9852.0, 9874.0, 9859.0, 9834.0, 9832.0, 9844.0, 9880.0, 9875.0, 9857.0, 9859.0, 9896.0, 9847.0, 9853.0, 9878.0, 9834.0, 9819.0, 9835.0, 9829.0, 9830.0, 9831.0, 9878.0, 9813.0, 9822.0, 9806.0, 9821.0, 9818.0, 9834.0, 9850.0, 9851.0, 9830.0, 9830.0, 9889.0, 9820.0, 9808.0, 9791.0, 9823.0, 9811.0, 9817.0, 9828.0, 9872.0, 9790.0, 9786.0, 9789.0, 9790.0, 9825.0, 9782.0, 9814.0, 9764.0, 9765.0, 9777.0, 9781.0, 9763.0, 9772.0, 9755.0, 9772.0, 9775.0, 9762.0, 9784.0, 9783.0, 9800.0, 9784.0, 9785.0, 9784.0, 9799.0, 9785.0, 9823.0, 9896.0, 9838.0, 9785.0, 9763.0, 9800.0, 9786.0, 9802.0, 9796.0, 9808.0, 9794.0, 9847.0, 9828.0, 9827.0, 9822.0, 9824.0, 9821.0, 9819.0, 9819.0, 9821.0, 9820.0, 9822.0, 9821.0, 9827.0, 9816.0, 9823.0, 9816.0, 9857.0, 9836.0, 9829.0, 9827.0, 9842.0, 9820.0, 9824.0, 9820.0, 9825.0, 9791.0, 9822.0, 9795.0, 9823.0, 9846.0, 9827.0, 9825.0, 9833.0, 9829.0, 9849.0, 9816.0, 9852.0, 9836.0, 9859.0, 9847.0, 9880.0, 9867.0, 9885.0, 9869.0, 9882.0, 9857.0, 9855.0, 9831.0, 9853.0, 9894.0, 9856.0, 9870.0, 9861.0, 9825.0, 9817.0, 9805.0, 9800.0, 9834.0, 9831.0, 9793.0, 9806.0, 9792.0, 9823.0, 9805.0, 9824.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.0018538188073394495</td></tr>
<tr><td colspan=3>aqi</td><td>0.06304263348623854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.29339788809413</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.145037045533868</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9383535799540776</td></tr>
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
<tr><td colspan=3>fber</td><td>5001.7515</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1305334822594438</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.252293577981652</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9968908736498214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.904171567122791</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.316501102746634</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7699999510800404</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139646</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01351598184555769</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027608998119831085</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5320724835346233</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>24.9553</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8106</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.4315</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.7873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6163</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.1019</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.8525</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1081.2282</td></tr>
<tr><td colspan=3>tsnr</td><td>26.948147975606844</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>