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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>60270813f9a9784292fb8db19b7463b2</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>15:24:7.142500</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.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0718788</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b9376f1-6d99-4771-8565-ba830389eba6||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.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['152407.142500', '152407.602500', '152408.062500', '152408.522500', '152408.982500', '152409.442500', '152409.902500', '152410.362500', '152410.822500', '152411.282500', '152411.742500', '152412.202500', '152412.662500', '152413.122500', '152413.582500', '152414.042500', '152414.502500', '152414.962500', '152415.422500', '152415.882500', '152416.342500', '152416.802500', '152417.262500', '152417.722500', '152418.182500', '152418.642500', '152419.102500', '152419.562500', '152420.022500', '152420.482500', '152420.942500', '152421.402500', '152421.862500', '152422.322500', '152422.782500', '152423.242500', '152423.702500', '152424.162500', '152424.622500', '152425.082500', '152425.542500', '152426.002500', '152426.462500', '152426.922500', '152427.382500', '152427.842500', '152428.302500', '152428.762500', '152429.222500', '152429.682500', '152430.142500', '152430.602500', '152431.062500', '152431.522500', '152431.982500', '152432.442500', '152432.902500', '152433.362500', '152433.822500', '152434.282500', '152434.742500', '152435.202500', '152435.662500', '152436.122500', '152436.582500', '152437.042500', '152437.502500', '152437.962500', '152438.422500', '152438.882500', '152439.342500', '152439.802500', '152440.262500', '152440.722500', '152441.182500', '152441.642500', '152442.102500', '152442.562500', '152443.022500', '152443.482500', '152443.942500', '152444.402500', '152444.862500', '152445.322500', '152445.782500', '152446.242500', '152446.702500', '152447.162500', '152447.622500', '152448.082500', '152448.542500', '152449.002500', '152449.462500', '152449.922500', '152450.382500', '152450.842500', '152451.302500', '152451.762500', '152452.222500', '152452.682500', '152453.142500', '152453.602500', '152454.062500', '152454.522500', '152454.982500', '152455.442500', '152455.902500', '152456.362500', '152456.822500', '152457.282500', '152457.742500', '152458.202500', '152458.662500', '152459.122500', '152459.582500', '152500.042500', '152500.502500', '152500.962500', '152501.422500', '152501.882500', '152502.342500', '152502.802500', '152503.262500', '152503.722500', '152504.182500', '152504.642500', '152505.102500', '152505.562500', '152506.022500', '152506.482500', '152506.942500', '152507.402500', '152507.862500', '152508.322500', '152508.782500', '152509.242500', '152509.702500', '152510.162500', '152510.622500', '152511.082500', '152511.542500', '152512.002500', '152512.462500', '152512.922500', '152513.382500', '152513.842500', '152514.302500', '152514.762500', '152515.222500', '152515.682500', '152516.142500', '152516.602500', '152517.062500', '152517.522500', '152517.982500', '152518.442500', '152518.902500', '152519.362500', '152519.822500', '152520.282500', '152520.742500', '152521.202500', '152521.662500', '152522.122500', '152522.582500', '152523.042500', '152523.502500', '152523.962500', '152524.422500', '152524.882500', '152525.342500', '152525.802500', '152526.262500', '152526.722500', '152527.182500', '152527.642500', '152528.102500', '152528.562500', '152529.022500', '152529.482500', '152529.942500', '152530.402500', '152530.862500', '152531.322500', '152531.782500', '152532.242500', '152532.702500', '152533.162500', '152533.622500', '152534.082500', '152534.542500', '152535.002500', '152535.462500', '152535.922500', '152536.382500', '152536.842500', '152537.302500', '152537.762500', '152538.222500', '152538.682500', '152539.142500', '152539.602500', '152540.062500', '152540.522500', '152540.982500', '152541.442500', '152541.902500', '152542.362500', '152542.822500', '152543.282500', '152543.742500', '152544.202500', '152544.662500', '152545.122500', '152545.582500', '152546.042500', '152546.502500', '152546.962500', '152547.422500', '152547.882500', '152548.342500', '152548.802500', '152549.262500', '152549.722500', '152550.182500', '152550.642500', '152551.102500', '152551.562500', '152552.022500', '152552.482500', '152552.942500', '152553.402500', '152553.862500', '152554.322500', '152554.782500', '152555.242500', '152555.702500', '152556.162500', '152556.622500', '152557.082500', '152557.542500', '152558.002500', '152558.462500', '152558.922500', '152559.382500', '152559.842500', '152600.302500', '152600.762500', '152601.222500', '152601.682500', '152602.142500', '152602.602500', '152603.062500', '152603.522500', '152603.982500', '152604.442500', '152604.902500', '152605.362500', '152605.822500', '152606.282500', '152606.742500', '152607.202500', '152607.662500', '152608.122500', '152608.582500', '152609.042500', '152609.502500', '152609.962500', '152610.422500', '152610.882500', '152611.342500', '152611.802500', '152612.262500', '152612.722500', '152613.182500', '152613.642500', '152614.102500', '152614.562500', '152615.022500', '152615.482500', '152615.942500', '152616.402500', '152616.862500', '152617.322500', '152617.782500', '152618.242500', '152618.702500', '152619.162500', '152619.622500', '152620.082500', '152620.542500', '152621.002500', '152621.462500', '152621.922500', '152622.382500', '152622.842500', '152623.302500', '152623.762500', '152624.222500', '152624.682500', '152625.142500', '152625.602500', '152626.062500', '152626.522500', '152626.982500', '152627.442500', '152627.902500', '152628.362500', '152628.822500', '152629.282500', '152629.742500', '152630.202500', '152630.662500', '152631.122500', '152631.582500', '152632.042500', '152632.502500', '152632.962500', '152633.422500', '152633.882500', '152634.342500', '152634.802500', '152635.262500', '152635.722500', '152636.182500', '152636.642500', '152637.102500', '152637.562500', '152638.022500', '152638.482500', '152638.942500', '152639.402500', '152639.862500', '152640.322500', '152640.782500', '152641.242500', '152641.702500', '152642.162500', '152642.622500', '152643.082500', '152643.542500', '152644.002500', '152644.462500', '152644.922500', '152645.382500', '152645.842500', '152646.302500', '152646.762500', '152647.222500', '152647.682500', '152648.142500', '152648.602500', '152649.062500', '152649.522500', '152649.982500', '152650.442500', '152650.902500', '152651.362500', '152651.822500', '152652.282500', '152652.742500', '152653.202500', '152653.662500', '152654.122500', '152654.582500', '152655.042500', '152655.502500', '152655.962500', '152656.422500', '152656.882500', '152657.342500', '152657.802500', '152658.262500', '152658.722500', '152659.182500', '152659.642500', '152700.102500', '152700.562500', '152701.022500', '152701.482500', '152701.942500', '152702.402500', '152702.862500', '152703.322500', '152703.782500', '152704.242500', '152704.702500', '152705.162500', '152705.622500', '152706.082500', '152706.542500', '152707.002500', '152707.462500', '152707.922500', '152708.382500', '152708.842500', '152709.302500', '152709.762500', '152710.222500', '152710.682500', '152711.142500', '152711.602500', '152712.062500', '152712.522500', '152712.982500', '152713.442500', '152713.902500', '152714.362500', '152714.822500', '152715.282500', '152715.742500', '152716.202500', '152716.662500', '152717.122500', '152717.582500', '152718.042500', '152718.502500', '152718.962500', '152719.422500', '152719.882500', '152720.342500', '152720.802500', '152721.262500', '152721.722500', '152722.182500', '152722.642500', '152723.102500', '152723.562500', '152724.022500', '152724.482500', '152724.942500', '152725.402500', '152725.862500', '152726.322500', '152726.782500', '152727.242500', '152727.702500', '152728.162500', '152728.622500', '152729.082500', '152729.542500', '152730.002500', '152730.462500', '152730.922500', '152731.382500', '152731.842500', '152732.302500', '152732.762500', '152733.222500', '152733.682500', '152734.142500', '152734.602500', '152735.062500', '152735.522500', '152735.982500', '152736.442500', '152736.902500', '152737.362500', '152737.822500', '152738.282500', '152738.742500', '152739.202500', '152739.662500', '152740.122500', '152740.582500', '152741.042500', '152741.502500', '152741.962500', '152742.422500', '152742.882500', '152743.342500', '152743.802500', '152744.262500', '152744.722500', '152745.182500', '152745.642500', '152746.102500', '152746.562500', '152747.022500', '152747.482500', '152747.942500', '152748.402500', '152748.862500', '152749.322500', '152749.782500', '152750.242500', '152750.702500', '152751.162500', '152751.622500', '152752.082500', '152752.542500', '152753.002500', '152753.462500', '152753.922500', '152754.382500', '152754.842500', '152755.302500', '152755.762500', '152756.222500', '152756.682500', '152757.142500', '152757.602500', '152758.062500', '152758.522500', '152758.982500', '152759.442500', '152759.902500', '152800.362500', '152800.822500', '152801.282500', '152801.742500', '152802.202500', '152802.662500', '152803.122500', '152803.582500', '152804.042500', '152804.502500', '152804.962500', '152805.422500', '152805.882500', '152806.342500', '152806.802500', '152807.262500', '152807.722500', '152808.182500', '152808.642500', '152809.102500', '152809.562500', '152810.022500', '152810.482500', '152810.942500', '152811.402500', '152811.862500', '152812.322500', '152812.782500', '152813.242500', '152813.702500', '152814.162500', '152814.622500', '152815.082500', '152815.542500', '152816.002500', '152816.462500', '152816.922500', '152817.382500', '152817.842500', '152818.302500', '152818.762500', '152819.222500', '152819.682500', '152820.142500', '152820.602500', '152821.062500', '152821.522500', '152821.982500', '152822.442500', '152822.902500', '152823.362500', '152823.822500', '152824.282500', '152824.742500', '152825.202500', '152825.662500', '152826.122500', '152826.582500', '152827.042500', '152827.502500', '152827.962500', '152828.422500', '152828.882500', '152829.342500', '152829.802500', '152830.262500', '152830.722500', '152831.182500', '152831.642500', '152832.102500', '152832.562500', '152833.022500', '152833.482500', '152833.942500', '152834.402500', '152834.862500', '152835.322500', '152835.782500', '152836.242500', '152836.702500', '152837.162500', '152837.622500', '152838.082500', '152838.542500', '152839.002500', '152839.462500', '152839.922500', '152840.382500', '152840.842500', '152841.302500', '152841.762500', '152842.222500', '152842.682500', '152843.142500', '152843.602500', '152844.062500', '152844.522500', '152844.982500', '152845.442500', '152845.902500', '152846.362500', '152846.822500', '152847.282500', '152847.742500', '152848.202500', '152848.662500', '152849.122500', '152849.582500', '152850.042500', '152850.502500', '152850.962500', '152851.422500', '152851.882500', '152852.342500', '152852.802500', '152853.262500', '152853.722500', '152854.182500', '152854.642500', '152855.102500', '152855.562500', '152856.022500', '152856.482500', '152856.942500', '152857.402500', '152857.862500', '152858.322500', '152858.782500', '152859.242500', '152859.702500', '152900.162500', '152900.622500', '152901.082500', '152901.542500', '152902.002500', '152902.462500', '152902.922500', '152903.382500', '152903.842500', '152904.302500', '152904.762500', '152905.222500', '152905.682500', '152906.142500', '152906.602500', '152907.062500', '152907.522500', '152907.982500', '152908.442500', '152908.902500', '152909.362500', '152909.822500', '152910.282500', '152910.742500', '152911.202500', '152911.662500', '152912.122500', '152912.582500', '152913.042500', '152913.502500', '152913.962500', '152914.422500', '152914.882500', '152915.342500', '152915.802500', '152916.262500', '152916.722500', '152917.182500', '152917.642500', '152918.102500', '152918.562500', '152919.022500', '152919.482500', '152919.942500', '152920.402500', '152920.862500', '152921.322500', '152921.782500', '152922.242500', '152922.702500', '152923.162500', '152923.622500', '152924.082500', '152924.542500', '152925.002500', '152925.462500', '152925.922500', '152926.382500', '152926.842500', '152927.302500', '152927.762500', '152928.222500', '152928.682500', '152929.142500', '152929.602500', '152930.062500', '152930.522500', '152930.982500', '152931.442500', '152931.902500', '152932.362500', '152932.822500', '152933.282500', '152933.742500', '152934.202500', '152934.662500', '152935.122500', '152935.582500', '152936.042500', '152936.502500', '152936.962500', '152937.422500', '152937.882500', '152938.342500', '152938.802500', '152939.262500', '152939.722500', '152940.182500', '152940.642500', '152941.102500', '152941.562500', '152942.022500', '152942.482500', '152942.942500', '152943.402500', '152943.862500', '152944.322500', '152944.782500', '152945.242500', '152945.702500', '152946.162500', '152946.622500', '152947.082500', '152947.542500', '152948.002500', '152948.462500', '152948.922500', '152949.382500', '152949.842500', '152950.302500', '152950.762500', '152951.222500', '152951.682500', '152952.142500', '152952.602500', '152953.062500', '152953.522500', '152953.982500', '152954.442500', '152954.902500', '152955.362500', '152955.822500', '152956.282500', '152956.742500', '152957.202500', '152957.662500', '152958.122500', '152958.582500', '152959.042500', '152959.502500', '152959.962500', '153000.422500', '153000.882500', '153001.342500', '153001.802500', '153002.262500', '153002.722500', '153003.182500', '153003.642500', '153004.102500', '153004.562500', '153005.022500', '153005.482500', '153005.942500', '153006.402500', '153006.862500', '153007.322500', '153007.782500', '153008.242500', '153008.702500', '153009.162500', '153009.622500', '153010.082500', '153010.542500', '153011.002500', '153011.462500', '153011.922500', '153012.382500', '153012.842500', '153013.302500', '153013.762500', '153014.222500', '153014.682500', '153015.142500', '153015.602500', '153016.062500', '153016.522500', '153016.982500', '153017.442500', '153017.902500', '153018.362500', '153018.822500', '153019.282500', '153019.742500', '153020.202500', '153020.662500', '153021.122500', '153021.582500', '153022.042500', '153022.502500', '153022.962500', '153023.422500', '153023.882500', '153024.342500', '153024.802500', '153025.262500', '153025.722500', '153026.182500', '153026.642500', '153027.102500', '153027.562500', '153028.022500', '153028.482500', '153028.942500', '153029.402500', '153029.862500', '153030.322500', '153030.782500', '153031.242500', '153031.702500', '153032.162500', '153032.622500', '153033.082500', '153033.542500', '153034.002500', '153034.462500', '153034.922500', '153035.382500', '153035.842500', '153036.302500', '153036.762500', '153037.222500', '153037.682500', '153038.142500', '153038.602500', '153039.062500', '153039.522500', '153039.982500', '153040.442500', '153040.902500', '153041.362500', '153041.822500', '153042.282500', '153042.742500', '153043.202500', '153043.662500', '153044.122500', '153044.582500', '153045.042500', '153045.502500', '153045.962500', '153046.422500', '153046.882500', '153047.342500', '153047.802500'], 'ContentTime': ['152427.067000', '152427.070000', '152427.073000', '152427.076000', '152427.079000', '152427.082000', '152427.085000', '152427.088000', '152427.090000', '152427.093000', '152427.096000', '152427.099000', '152427.102000', '152427.105000', '152427.108000', '152427.111000', '152427.113000', '152427.116000', '152427.120000', '152427.130000', '152427.133000', '152427.135000', '152427.138000', '152427.141000', '152427.144000', '152427.147000', '152427.150000', '152427.153000', '152427.156000', '152427.158000', '152427.161000', '152427.164000', '152427.167000', '152427.170000', '152427.173000', '152427.176000', '152427.179000', '152427.182000', '152427.184000', '152427.189000', '152427.194000', '152427.197000', '152447.034000', '152447.037000', '152447.040000', '152447.042000', '152447.045000', '152447.048000', '152447.051000', '152447.054000', '152447.056000', '152447.059000', '152447.062000', '152447.065000', '152447.068000', '152447.071000', '152447.073000', '152447.076000', '152447.079000', '152447.082000', '152447.085000', '152447.088000', '152447.091000', '152447.094000', '152447.096000', '152447.099000', '152447.102000', '152447.105000', '152447.108000', '152447.110000', '152447.113000', '152447.116000', '152447.119000', '152447.122000', '152447.125000', '152447.127000', '152447.130000', '152447.133000', '152447.142000', '152447.145000', '152447.148000', '152447.150000', '152447.153000', '152447.156000', '152447.170000', '152447.173000', '152507.035000', '152507.038000', '152507.041000', '152507.043000', '152507.046000', '152507.049000', '152507.052000', '152507.055000', '152507.058000', '152507.061000', '152507.063000', '152507.066000', '152507.069000', '152507.072000', '152507.075000', '152507.077000', '152507.080000', '152507.083000', '152507.086000', '152507.089000', '152507.092000', '152507.094000', '152507.097000', '152507.100000', '152507.103000', '152507.106000', '152507.109000', '152507.112000', '152507.114000', '152507.117000', '152507.120000', '152507.123000', '152507.125000', '152507.128000', '152507.131000', '152507.134000', '152507.137000', '152507.140000', '152507.147000', '152507.150000', '152507.152000', '152507.155000', '152507.158000', '152527.035000', '152527.038000', '152527.040000', '152527.047000', '152527.050000', '152527.053000', '152527.056000', '152527.059000', '152527.061000', '152527.064000', '152527.067000', '152527.070000', '152527.073000', '152527.075000', '152527.078000', '152527.081000', '152527.084000', '152527.087000', '152527.089000', '152527.092000', '152527.095000', '152527.098000', '152527.101000', '152527.104000', '152527.107000', '152527.109000', '152527.112000', '152527.115000', '152527.118000', '152527.121000', '152527.124000', '152527.127000', '152527.129000', '152527.132000', '152527.135000', '152527.138000', '152527.141000', '152527.144000', '152527.146000', '152527.149000', '152527.152000', '152527.155000', '152527.158000', '152527.161000', '152547.035000', '152547.038000', '152547.041000', '152547.043000', '152547.046000', '152547.049000', '152547.052000', '152547.055000', '152547.058000', '152547.061000', '152547.063000', '152547.066000', '152547.069000', '152547.072000', '152547.075000', '152547.078000', '152547.080000', '152547.083000', '152547.086000', '152547.089000', '152547.100000', '152547.103000', '152547.106000', '152547.109000', '152547.112000', '152547.115000', '152547.117000', '152547.120000', '152547.123000', '152547.126000', '152547.129000', '152547.132000', '152547.134000', '152547.137000', '152547.140000', '152547.143000', '152547.146000', '152547.149000', '152547.152000', '152547.154000', '152547.158000', '152547.161000', '152547.164000', '152607.034000', '152607.037000', '152607.040000', '152607.042000', '152607.045000', '152607.048000', '152607.051000', '152607.054000', '152607.057000', '152607.059000', '152607.062000', '152607.065000', '152607.068000', '152607.071000', '152607.074000', '152607.077000', '152607.079000', '152607.082000', '152607.085000', '152607.088000', '152607.091000', '152607.093000', '152607.096000', '152607.099000', '152607.102000', '152607.105000', '152607.108000', '152607.111000', '152607.113000', '152607.116000', '152607.119000', '152607.122000', '152607.125000', '152607.128000', '152607.131000', '152607.133000', '152607.136000', '152607.139000', '152607.142000', '152607.145000', '152607.148000', '152607.151000', '152607.153000', '152607.159000', '152627.034000', '152627.037000', '152627.040000', '152627.043000', '152627.046000', '152627.048000', '152627.051000', '152627.054000', '152627.057000', '152627.060000', '152627.062000', '152627.065000', '152627.068000', '152627.071000', '152627.074000', '152627.077000', '152627.080000', '152627.082000', '152627.085000', '152627.088000', '152627.091000', '152627.094000', '152627.097000', '152627.099000', '152627.102000', '152627.105000', '152627.108000', '152627.111000', '152627.114000', '152627.117000', '152627.119000', '152627.122000', '152627.125000', '152627.128000', '152627.131000', '152627.133000', '152627.136000', '152627.154000', '152627.157000', '152627.160000', '152627.163000', '152627.166000', '152627.168000', '152647.035000', '152647.039000', '152647.042000', '152647.045000', '152647.047000', '152647.050000', '152647.053000', '152647.056000', '152647.059000', '152647.062000', '152647.065000', '152647.067000', '152647.070000', '152647.073000', '152647.076000', '152647.079000', '152647.082000', '152647.085000', '152647.087000', '152647.090000', '152647.102000', '152647.105000', '152647.108000', '152647.111000', '152647.113000', '152647.116000', '152647.119000', '152647.122000', '152647.125000', '152647.128000', '152647.131000', '152647.134000', '152647.136000', '152647.139000', '152647.142000', '152647.145000', '152647.148000', '152647.150000', '152647.153000', '152647.156000', '152647.159000', '152647.162000', '152647.165000', '152707.034000', '152707.037000', '152707.040000', '152707.042000', '152707.045000', '152707.048000', '152707.051000', '152707.054000', '152707.057000', '152707.060000', '152707.062000', '152707.065000', '152707.068000', '152707.071000', '152707.074000', '152707.077000', '152707.080000', '152707.083000', '152707.085000', '152707.088000', '152707.091000', '152707.094000', '152707.097000', '152707.100000', '152707.103000', '152707.105000', '152707.108000', '152707.111000', '152707.114000', '152707.117000', '152707.120000', '152707.122000', '152707.125000', '152707.128000', '152707.131000', '152707.134000', '152707.137000', '152707.140000', '152707.142000', '152707.145000', '152707.148000', '152707.151000', '152707.154000', '152707.156000', '152727.037000', '152727.040000', '152727.043000', '152727.046000', '152727.049000', '152727.052000', '152727.072000', '152727.075000', '152727.078000', '152727.081000', '152727.083000', '152727.086000', '152727.089000', '152727.092000', '152727.095000', '152727.098000', '152727.101000', '152727.104000', '152727.106000', '152727.109000', '152727.112000', '152727.115000', '152727.118000', '152727.120000', '152727.123000', '152727.126000', '152727.129000', '152727.132000', '152727.135000', '152727.138000', '152727.141000', '152727.143000', '152727.146000', '152727.149000', '152727.152000', '152727.155000', '152727.158000', '152727.160000', '152727.163000', '152727.166000', '152727.169000', '152727.172000', '152727.175000', '152747.035000', '152747.038000', '152747.041000', '152747.044000', '152747.047000', '152747.050000', '152747.052000', '152747.055000', '152747.058000', '152747.061000', '152747.064000', '152747.067000', '152747.070000', '152747.072000', '152747.075000', '152747.078000', '152747.081000', '152747.084000', '152747.086000', '152747.089000', '152747.092000', '152747.095000', '152747.098000', '152747.101000', '152747.104000', '152747.107000', '152747.109000', '152747.112000', '152747.115000', '152747.118000', '152747.121000', '152747.124000', '152747.126000', '152747.129000', '152747.132000', '152747.135000', '152747.138000', '152747.141000', '152747.144000', '152747.146000', '152747.149000', '152747.152000', '152747.155000', '152747.158000', '152807.035000', '152807.038000', '152807.041000', '152807.044000', '152807.047000', '152807.050000', '152807.053000', '152807.056000', '152807.059000', '152807.062000', '152807.065000', '152807.068000', '152807.071000', '152807.073000', '152807.076000', '152807.079000', '152807.082000', '152807.085000', '152807.087000', '152807.106000', '152807.109000', '152807.112000', '152807.114000', '152807.117000', '152807.120000', '152807.123000', '152807.126000', '152807.129000', '152807.132000', '152807.134000', '152807.137000', '152807.140000', '152807.143000', '152807.146000', '152807.149000', '152807.152000', '152807.154000', '152807.157000', '152807.160000', '152807.163000', '152807.166000', '152807.169000', '152807.171000', '152827.034000', '152827.037000', '152827.040000', '152827.043000', '152827.046000', '152827.049000', '152827.052000', '152827.055000', '152827.058000', '152827.060000', '152827.063000', '152827.066000', '152827.069000', '152827.072000', '152827.075000', '152827.077000', '152827.080000', '152827.083000', '152827.086000', '152827.089000', '152827.092000', '152827.094000', '152827.097000', '152827.100000', '152827.103000', '152827.106000', '152827.109000', '152827.111000', '152827.114000', '152827.117000', '152827.120000', '152827.123000', '152827.125000', '152827.128000', '152827.131000', '152827.134000', '152827.137000', '152827.139000', '152827.142000', '152827.145000', '152827.148000', '152827.151000', '152827.154000', '152827.156000', '152847.034000', '152847.037000', '152847.040000', '152847.042000', '152847.045000', '152847.048000', '152847.051000', '152847.054000', '152847.057000', '152847.060000', '152847.063000', '152847.065000', '152847.069000', '152847.071000', '152847.074000', '152847.077000', '152847.083000', '152847.086000', '152847.089000', '152847.092000', '152847.095000', '152847.098000', '152847.101000', '152847.103000', '152847.106000', '152847.109000', '152847.112000', '152847.115000', '152847.118000', '152847.120000', '152847.123000', '152847.126000', '152847.129000', '152847.132000', '152847.135000', '152847.138000', '152847.140000', '152847.143000', '152847.146000', '152847.149000', '152847.152000', '152847.154000', '152847.157000', '152907.034000', '152907.037000', '152907.040000', '152907.043000', '152907.045000', '152907.056000', '152907.059000', '152907.062000', '152907.065000', '152907.068000', '152907.070000', '152907.073000', '152907.076000', '152907.079000', '152907.082000', '152907.085000', '152907.088000', '152907.091000', '152907.093000', '152907.096000', '152907.099000', '152907.102000', '152907.105000', '152907.107000', '152907.110000', '152907.113000', '152907.116000', '152907.119000', '152907.122000', '152907.124000', '152907.127000', '152907.130000', '152907.133000', '152907.136000', '152907.139000', '152907.141000', '152907.144000', '152907.147000', '152907.150000', '152907.153000', '152907.156000', '152907.158000', '152907.161000', '152907.164000', '152927.034000', '152927.037000', '152927.040000', '152927.043000', '152927.046000', '152927.049000', '152927.052000', '152927.055000', '152927.058000', '152927.061000', '152927.064000', '152927.067000', '152927.070000', '152927.072000', '152927.075000', '152927.078000', '152927.081000', '152927.084000', '152927.087000', '152927.090000', '152927.093000', '152927.095000', '152927.099000', '152927.103000', '152927.106000', '152927.109000', '152927.112000', '152927.115000', '152927.118000', '152927.121000', '152927.123000', '152927.126000', '152927.129000', '152927.132000', '152927.135000', '152927.137000', '152927.140000', '152927.143000', '152927.146000', '152927.149000', '152927.151000', '152927.154000', '152927.157000', '152947.035000', '152947.038000', '152947.041000', '152947.043000', '152947.046000', '152947.049000', '152947.052000', '152947.055000', '152947.058000', '152947.061000', '152947.063000', '152947.066000', '152947.069000', '152947.073000', '152947.075000', '152947.078000', '152947.081000', '152947.084000', '152947.087000', '152947.090000', '152947.093000', '152947.096000', '152947.098000', '152947.101000', '152947.104000', '152947.107000', '152947.110000', '152947.113000', '152947.116000', '152947.119000', '152947.121000', '152947.124000', '152947.127000', '152947.130000', '152947.133000', '152947.135000', '152947.138000', '152947.141000', '152947.144000', '152947.147000', '152947.150000', '152947.153000', '152947.155000', '152947.158000', '153007.035000', '153007.038000', '153007.041000', '153007.044000', '153007.047000', '153007.049000', '153007.052000', '153007.055000', '153007.058000', '153007.061000', '153007.064000', '153007.066000', '153007.069000', '153007.072000', '153007.075000', '153007.078000', '153007.081000', '153007.083000', '153007.086000', '153007.089000', '153007.092000', '153007.095000', '153007.098000', '153007.101000', '153007.103000', '153007.106000', '153007.111000', '153007.115000', '153007.118000', '153007.121000', '153007.124000', '153007.127000', '153007.130000', '153007.133000', '153007.136000', '153007.138000', '153007.141000', '153007.144000', '153007.147000', '153007.150000', '153007.153000', '153007.155000', '153007.158000', '153027.035000', '153027.038000', '153027.041000', '153027.044000', '153027.046000', '153027.049000', '153027.052000', '153027.055000', '153027.058000', '153027.061000', '153027.064000', '153027.068000', '153027.071000', '153027.074000', '153027.077000', '153027.080000', '153027.083000', '153027.086000', '153027.089000', '153027.092000', '153027.094000', '153027.097000', '153027.100000', '153027.103000', '153027.106000', '153027.108000', '153027.111000', '153027.114000', '153027.117000', '153027.120000', '153027.123000', '153027.125000', '153027.128000', '153027.131000', '153027.134000', '153027.137000', '153027.140000', '153027.143000', '153027.145000', '153027.148000', '153027.151000', '153027.154000', '153027.157000', '153027.160000', '153047.034000', '153047.037000', '153047.040000', '153047.043000', '153047.045000', '153047.048000', '153047.051000', '153047.054000', '153047.057000', '153047.060000', '153047.063000', '153047.066000', '153047.069000', '153047.073000', '153047.075000', '153047.078000', '153047.081000', '153047.084000', '153047.087000', '153047.090000', '153047.093000', '153047.096000', '153047.098000', '153047.101000', '153047.104000', '153047.107000', '153047.110000', '153047.113000', '153047.115000', '153047.118000', '153047.121000', '153047.124000', '153047.127000', '153047.130000', '153047.133000', '153047.135000', '153047.138000', '153047.141000', '153047.146000', '153047.150000', '153047.154000', '153047.157000', '153047.160000', '153048.581000', '153048.585000', '153048.594000', '153048.597000'], 'InstanceCreationTime': ['152427.067000', '152427.070000', '152427.073000', '152427.076000', '152427.079000', '152427.082000', '152427.085000', '152427.088000', '152427.090000', '152427.093000', '152427.096000', '152427.099000', '152427.102000', '152427.105000', '152427.108000', '152427.111000', '152427.113000', '152427.116000', '152427.120000', '152427.130000', '152427.133000', '152427.135000', '152427.138000', '152427.141000', '152427.144000', '152427.147000', '152427.150000', '152427.153000', '152427.156000', '152427.158000', '152427.161000', '152427.164000', '152427.167000', '152427.170000', '152427.173000', '152427.176000', '152427.179000', '152427.182000', '152427.184000', '152427.189000', '152427.194000', '152427.197000', '152447.034000', '152447.037000', '152447.040000', '152447.042000', '152447.045000', '152447.048000', '152447.051000', '152447.054000', '152447.056000', '152447.059000', '152447.062000', '152447.065000', '152447.068000', '152447.071000', '152447.073000', '152447.076000', '152447.079000', '152447.082000', '152447.085000', '152447.088000', '152447.091000', '152447.094000', '152447.096000', '152447.099000', '152447.102000', '152447.105000', '152447.108000', '152447.110000', '152447.113000', '152447.116000', '152447.119000', '152447.122000', '152447.125000', '152447.127000', '152447.130000', '152447.133000', '152447.142000', '152447.145000', '152447.148000', '152447.150000', '152447.153000', '152447.156000', '152447.170000', '152447.173000', '152507.035000', '152507.038000', '152507.041000', '152507.043000', '152507.046000', '152507.049000', '152507.052000', '152507.055000', '152507.058000', '152507.061000', '152507.063000', '152507.066000', '152507.069000', '152507.072000', '152507.075000', '152507.077000', '152507.080000', '152507.083000', '152507.086000', '152507.089000', '152507.092000', '152507.094000', '152507.097000', '152507.100000', '152507.103000', '152507.106000', '152507.109000', '152507.112000', '152507.114000', '152507.117000', '152507.120000', '152507.123000', '152507.125000', '152507.128000', '152507.131000', '152507.134000', '152507.137000', '152507.140000', '152507.147000', '152507.150000', '152507.152000', '152507.155000', '152507.158000', '152527.035000', '152527.038000', '152527.040000', '152527.047000', '152527.050000', '152527.053000', '152527.056000', '152527.059000', '152527.061000', '152527.064000', '152527.067000', '152527.070000', '152527.073000', '152527.075000', '152527.078000', '152527.081000', '152527.084000', '152527.087000', '152527.089000', '152527.092000', '152527.095000', '152527.098000', '152527.101000', '152527.104000', '152527.107000', '152527.109000', '152527.112000', '152527.115000', '152527.118000', '152527.121000', '152527.124000', '152527.127000', '152527.129000', '152527.132000', '152527.135000', '152527.138000', '152527.141000', '152527.144000', '152527.146000', '152527.149000', '152527.152000', '152527.155000', '152527.158000', '152527.161000', '152547.035000', '152547.038000', '152547.041000', '152547.043000', '152547.046000', '152547.049000', '152547.052000', '152547.055000', '152547.058000', '152547.061000', '152547.063000', '152547.066000', '152547.069000', '152547.072000', '152547.075000', '152547.078000', '152547.080000', '152547.083000', '152547.086000', '152547.089000', '152547.100000', '152547.103000', '152547.106000', '152547.109000', '152547.112000', '152547.115000', '152547.117000', '152547.120000', '152547.123000', '152547.126000', '152547.129000', '152547.132000', '152547.134000', '152547.137000', '152547.140000', '152547.143000', '152547.146000', '152547.149000', '152547.152000', '152547.154000', '152547.158000', '152547.161000', '152547.164000', '152607.034000', '152607.037000', '152607.040000', '152607.042000', '152607.045000', '152607.048000', '152607.051000', '152607.054000', '152607.057000', '152607.059000', '152607.062000', '152607.065000', '152607.068000', '152607.071000', '152607.074000', '152607.077000', '152607.079000', '152607.082000', '152607.085000', '152607.088000', '152607.091000', '152607.093000', '152607.096000', '152607.099000', '152607.102000', '152607.105000', '152607.108000', '152607.111000', '152607.113000', '152607.116000', '152607.119000', '152607.122000', '152607.125000', '152607.128000', '152607.131000', '152607.133000', '152607.136000', '152607.139000', '152607.142000', '152607.145000', '152607.148000', '152607.151000', '152607.153000', '152607.159000', '152627.034000', '152627.037000', '152627.040000', '152627.043000', '152627.046000', '152627.048000', '152627.051000', '152627.054000', '152627.057000', '152627.060000', '152627.062000', '152627.065000', '152627.068000', '152627.071000', '152627.074000', '152627.077000', '152627.080000', '152627.082000', '152627.085000', '152627.088000', '152627.091000', '152627.094000', '152627.097000', '152627.099000', '152627.102000', '152627.105000', '152627.108000', '152627.111000', '152627.114000', '152627.117000', '152627.119000', '152627.122000', '152627.125000', '152627.128000', '152627.131000', '152627.133000', '152627.136000', '152627.154000', '152627.157000', '152627.160000', '152627.163000', '152627.166000', '152627.168000', '152647.035000', '152647.039000', '152647.042000', '152647.045000', '152647.047000', '152647.050000', '152647.053000', '152647.056000', '152647.059000', '152647.062000', '152647.065000', '152647.067000', '152647.070000', '152647.073000', '152647.076000', '152647.079000', '152647.082000', '152647.085000', '152647.087000', '152647.090000', '152647.102000', '152647.105000', '152647.108000', '152647.111000', '152647.113000', '152647.116000', '152647.119000', '152647.122000', '152647.125000', '152647.128000', '152647.131000', '152647.134000', '152647.136000', '152647.139000', '152647.142000', '152647.145000', '152647.148000', '152647.150000', '152647.153000', '152647.156000', '152647.159000', '152647.162000', '152647.165000', '152707.034000', '152707.037000', '152707.040000', '152707.042000', '152707.045000', '152707.048000', '152707.051000', '152707.054000', '152707.057000', '152707.060000', '152707.062000', '152707.065000', '152707.068000', '152707.071000', '152707.074000', '152707.077000', '152707.080000', '152707.083000', '152707.085000', '152707.088000', '152707.091000', '152707.094000', '152707.097000', '152707.100000', '152707.103000', '152707.105000', '152707.108000', '152707.111000', '152707.114000', '152707.117000', '152707.120000', '152707.122000', '152707.125000', '152707.128000', '152707.131000', '152707.134000', '152707.137000', '152707.140000', '152707.142000', '152707.145000', '152707.148000', '152707.151000', '152707.154000', '152707.156000', '152727.037000', '152727.040000', '152727.043000', '152727.046000', '152727.049000', '152727.052000', '152727.072000', '152727.075000', '152727.078000', '152727.081000', '152727.083000', '152727.086000', '152727.089000', '152727.092000', '152727.095000', '152727.098000', '152727.101000', '152727.104000', '152727.106000', '152727.109000', '152727.112000', '152727.115000', '152727.118000', '152727.120000', '152727.123000', '152727.126000', '152727.129000', '152727.132000', '152727.135000', '152727.138000', '152727.141000', '152727.143000', '152727.146000', '152727.149000', '152727.152000', '152727.155000', '152727.158000', '152727.160000', '152727.163000', '152727.166000', '152727.169000', '152727.172000', '152727.175000', '152747.035000', '152747.038000', '152747.041000', '152747.044000', '152747.047000', '152747.050000', '152747.052000', '152747.055000', '152747.058000', '152747.061000', '152747.064000', '152747.067000', '152747.070000', '152747.072000', '152747.075000', '152747.078000', '152747.081000', '152747.084000', '152747.086000', '152747.089000', '152747.092000', '152747.095000', '152747.098000', '152747.101000', '152747.104000', '152747.107000', '152747.109000', '152747.112000', '152747.115000', '152747.118000', '152747.121000', '152747.124000', '152747.126000', '152747.129000', '152747.132000', '152747.135000', '152747.138000', '152747.141000', '152747.144000', '152747.146000', '152747.149000', '152747.152000', '152747.155000', '152747.158000', '152807.035000', '152807.038000', '152807.041000', '152807.044000', '152807.047000', '152807.050000', '152807.053000', '152807.056000', '152807.059000', '152807.062000', '152807.065000', '152807.068000', '152807.071000', '152807.073000', '152807.076000', '152807.079000', '152807.082000', '152807.085000', '152807.087000', '152807.106000', '152807.109000', '152807.112000', '152807.114000', '152807.117000', '152807.120000', '152807.123000', '152807.126000', '152807.129000', '152807.132000', '152807.134000', '152807.137000', '152807.140000', '152807.143000', '152807.146000', '152807.149000', '152807.152000', '152807.154000', '152807.157000', '152807.160000', '152807.163000', '152807.166000', '152807.169000', '152807.171000', '152827.034000', '152827.037000', '152827.040000', '152827.043000', '152827.046000', '152827.049000', '152827.052000', '152827.055000', '152827.058000', '152827.060000', '152827.063000', '152827.066000', '152827.069000', '152827.072000', '152827.075000', '152827.077000', '152827.080000', '152827.083000', '152827.086000', '152827.089000', '152827.092000', '152827.094000', '152827.097000', '152827.100000', '152827.103000', '152827.106000', '152827.109000', '152827.111000', '152827.114000', '152827.117000', '152827.120000', '152827.123000', '152827.125000', '152827.128000', '152827.131000', '152827.134000', '152827.137000', '152827.139000', '152827.142000', '152827.145000', '152827.148000', '152827.151000', '152827.154000', '152827.156000', '152847.034000', '152847.037000', '152847.040000', '152847.042000', '152847.045000', '152847.048000', '152847.051000', '152847.054000', '152847.057000', '152847.060000', '152847.063000', '152847.065000', '152847.069000', '152847.071000', '152847.074000', '152847.077000', '152847.083000', '152847.086000', '152847.089000', '152847.092000', '152847.095000', '152847.098000', '152847.101000', '152847.103000', '152847.106000', '152847.109000', '152847.112000', '152847.115000', '152847.118000', '152847.120000', '152847.123000', '152847.126000', '152847.129000', '152847.132000', '152847.135000', '152847.138000', '152847.140000', '152847.143000', '152847.146000', '152847.149000', '152847.152000', '152847.154000', '152847.157000', '152907.034000', '152907.037000', '152907.040000', '152907.043000', '152907.045000', '152907.056000', '152907.059000', '152907.062000', '152907.065000', '152907.068000', '152907.070000', '152907.073000', '152907.076000', '152907.079000', '152907.082000', '152907.085000', '152907.088000', '152907.091000', '152907.093000', '152907.096000', '152907.099000', '152907.102000', '152907.105000', '152907.107000', '152907.110000', '152907.113000', '152907.116000', '152907.119000', '152907.122000', '152907.124000', '152907.127000', '152907.130000', '152907.133000', '152907.136000', '152907.139000', '152907.141000', '152907.144000', '152907.147000', '152907.150000', '152907.153000', '152907.156000', '152907.158000', '152907.161000', '152907.164000', '152927.034000', '152927.037000', '152927.040000', '152927.043000', '152927.046000', '152927.049000', '152927.052000', '152927.055000', '152927.058000', '152927.061000', '152927.064000', '152927.067000', '152927.070000', '152927.072000', '152927.075000', '152927.078000', '152927.081000', '152927.084000', '152927.087000', '152927.090000', '152927.093000', '152927.095000', '152927.099000', '152927.103000', '152927.106000', '152927.109000', '152927.112000', '152927.115000', '152927.118000', '152927.121000', '152927.123000', '152927.126000', '152927.129000', '152927.132000', '152927.135000', '152927.137000', '152927.140000', '152927.143000', '152927.146000', '152927.149000', '152927.151000', '152927.154000', '152927.157000', '152947.035000', '152947.038000', '152947.041000', '152947.043000', '152947.046000', '152947.049000', '152947.052000', '152947.055000', '152947.058000', '152947.061000', '152947.063000', '152947.066000', '152947.069000', '152947.073000', '152947.075000', '152947.078000', '152947.081000', '152947.084000', '152947.087000', '152947.090000', '152947.093000', '152947.096000', '152947.098000', '152947.101000', '152947.104000', '152947.107000', '152947.110000', '152947.113000', '152947.116000', '152947.119000', '152947.121000', '152947.124000', '152947.127000', '152947.130000', '152947.133000', '152947.135000', '152947.138000', '152947.141000', '152947.144000', '152947.147000', '152947.150000', '152947.153000', '152947.155000', '152947.158000', '153007.035000', '153007.038000', '153007.041000', '153007.044000', '153007.047000', '153007.049000', '153007.052000', '153007.055000', '153007.058000', '153007.061000', '153007.064000', '153007.066000', '153007.069000', '153007.072000', '153007.075000', '153007.078000', '153007.081000', '153007.083000', '153007.086000', '153007.089000', '153007.092000', '153007.095000', '153007.098000', '153007.101000', '153007.103000', '153007.106000', '153007.111000', '153007.115000', '153007.118000', '153007.121000', '153007.124000', '153007.127000', '153007.130000', '153007.133000', '153007.136000', '153007.138000', '153007.141000', '153007.144000', '153007.147000', '153007.150000', '153007.153000', '153007.155000', '153007.158000', '153027.035000', '153027.038000', '153027.041000', '153027.044000', '153027.046000', '153027.049000', '153027.052000', '153027.055000', '153027.058000', '153027.061000', '153027.064000', '153027.068000', '153027.071000', '153027.074000', '153027.077000', '153027.080000', '153027.083000', '153027.086000', '153027.089000', '153027.092000', '153027.094000', '153027.097000', '153027.100000', '153027.103000', '153027.106000', '153027.108000', '153027.111000', '153027.114000', '153027.117000', '153027.120000', '153027.123000', '153027.125000', '153027.128000', '153027.131000', '153027.134000', '153027.137000', '153027.140000', '153027.143000', '153027.145000', '153027.148000', '153027.151000', '153027.154000', '153027.157000', '153027.160000', '153047.034000', '153047.037000', '153047.040000', '153047.043000', '153047.045000', '153047.048000', '153047.051000', '153047.054000', '153047.057000', '153047.060000', '153047.063000', '153047.066000', '153047.069000', '153047.073000', '153047.075000', '153047.078000', '153047.081000', '153047.084000', '153047.087000', '153047.090000', '153047.093000', '153047.096000', '153047.098000', '153047.101000', '153047.104000', '153047.107000', '153047.110000', '153047.113000', '153047.115000', '153047.118000', '153047.121000', '153047.124000', '153047.127000', '153047.130000', '153047.133000', '153047.135000', '153047.138000', '153047.141000', '153047.146000', '153047.150000', '153047.154000', '153047.157000', '153047.160000', '153048.581000', '153048.585000', '153048.594000', '153048.597000'], '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': [12281, 8741, 11040, 9099, 9677, 8731, 9221, 8336, 8868, 8209, 9117, 12974, 9233, 11666, 8945, 10810, 8794, 10800, 8869, 10781, 9210, 9896, 9029, 8536, 8528, 8805, 8215, 8955, 8075, 8933, 11966, 8604, 10479, 8150, 9503, 8216, 9918, 8613, 8769, 8584, 8262, 8235, 8959, 8286, 8908, 8893, 9040, 11965, 9043, 11596, 8878, 10721, 8820, 10981, 9290, 10505, 8982, 8875, 8539, 8835, 8182, 8948, 7972, 8828, 13124, 9480, 11734, 8738, 10966, 8722, 9918, 9188, 10068, 8987, 8561, 8027, 8784, 12762, 8945, 11392, 8821, 10462, 8749, 10350, 8919, 9138, 8357, 8723, 9101, 9208, 11973, 9046, 11004, 8840, 10854, 8960, 10695, 9006, 9028, 8396, 8686, 12156, 9149, 11787, 8841, 10765, 8978, 10316, 9078, 8979, 8410, 8668, 8843, 9059, 10838, 9082, 11181, 8873, 11077, 8867, 10039, 8891, 9160, 8374, 8808, 8290, 8827, 8557, 9227, 12708, 8951, 11465, 8939, 11042, 8753, 10876, 8704, 10274, 8712, 9465, 9050, 10042, 8539, 8519, 7740, 8863, 11706, 8860, 11172, 8678, 9737, 8844, 9232, 9277, 9010, 9031, 8676, 8551, 8611, 8039, 8700, 8203, 8717, 12247, 9197, 11292, 9217, 10605, 9004, 9611, 8857, 9576, 8544, 8447, 8180, 8797, 8683, 8859, 9918, 8827, 11773, 8966, 11564, 8779, 10452, 9022, 9283, 8806, 8834, 8203, 8673, 11006, 9004, 11490, 8580, 11328, 8825, 10383, 8906, 10499, 9034, 9614, 8983, 9382, 8754, 9289, 8238, 8837, 12613, 8870, 11420, 8615, 10784, 8849, 9854, 8716, 9167, 8022, 8743, 11551, 8974, 11079, 8531, 11109, 8642, 10078, 8905, 9106, 8569, 8934, 8217, 8539, 10947, 9128, 11674, 8848, 10995, 8930, 10759, 8615, 11068, 8624, 10117, 9049, 8766, 8600, 8713, 8715, 8909, 8723, 8733, 12095, 8897, 11291, 8830, 11497, 8825, 10600, 8461, 9319, 9033, 9889, 8955, 8632, 8407, 8308, 8045, 9103, 12303, 8912, 11313, 8781, 10701, 8627, 10864, 8628, 10104, 8824, 9334, 9034, 9449, 8782, 8363, 8132, 8452, 12079, 9045, 11729, 8731, 10899, 8552, 9719, 8954, 9858, 8658, 8304, 7765, 8927, 11683, 8578, 10830, 8624, 10188, 8997, 10067, 8826, 9644, 9032, 9833, 9086, 9179, 8755, 8856, 8198, 8644, 8780, 8513, 9451, 8752, 12189, 8959, 11910, 8679, 11217, 8819, 11569, 8814, 11285, 8682, 11012, 8867, 11458, 8757, 10613, 8638, 10525, 8705, 10906, 8755, 9680, 8567, 8770, 8054, 8830, 8250, 8459, 7688, 8730, 12776, 8882, 11400, 8596, 10994, 8730, 11229, 8636, 10338, 8609, 9827, 8930, 10283, 8565, 8435, 8107, 8389, 12463, 8884, 11509, 8705, 10797, 8417, 9665, 9089, 10063, 8845, 9074, 8637, 8704, 8067, 8420, 10026, 8809, 11323, 8747, 11117, 8641, 10431, 8759, 9347, 8733, 9784, 8678, 8969, 8337, 8273, 7991, 8807, 8175, 8681, 11410, 8999, 11940, 8963, 11683, 8795, 10993, 8774, 11101, 8824, 10130, 8779, 9415, 8979, 9990, 8831, 8767, 8473, 8388, 8097, 8792, 8214, 10455, 8834, 8204, 8702, 10604, 8967, 9462, 7977, 8486, 12695, 8673, 11085, 8623, 10945, 8458, 9855, 7898, 8243, 12205, 8528, 11200, 8206, 10124, 8572, 10279, 8462, 9448, 8482, 9066, 8609, 9395, 8215, 8663, 8522, 8505, 8158, 8485, 8248, 7879, 11862, 8641, 11406, 8927, 10789, 8383, 9154, 8396, 9101, 8506, 8557, 8207, 7894, 7814, 8304, 8050, 8312, 7921, 8443, 12015, 8747, 11418, 8495, 10665, 8465, 10359, 8458, 10679, 8731, 10264, 8390, 9669, 8554, 10155, 8650, 9696, 8543, 8864, 8060, 8581, 12374, 8685, 11860, 8483, 10568, 8635, 10720, 8385, 10368, 8279, 9814, 8757, 10204, 8394, 8849, 8467, 8029, 8074, 8283, 8156, 8107, 7881, 8396, 8067, 8554, 8019, 8380, 8152, 8515, 12172, 8591, 11697, 8389, 11095, 8442, 10788, 8135, 9417, 8603, 8415, 8712, 9313, 8413, 7841, 7916, 8489, 12270, 8587, 11392, 8686, 10603, 8918, 11009, 8388, 10438, 8340, 10419, 8342, 10319, 8474, 9618, 8535, 8280, 7938, 8665, 12074, 8533, 11386, 8345, 11065, 8608, 10942, 8324, 10252, 8671, 10277, 8690, 10084, 8758, 8613, 8513, 9044, 8271, 8187, 8129, 8312, 9285, 8646, 12786, 8606, 11321, 8456, 11163, 8559, 10864, 8211, 10445, 8498, 10803, 8615, 10811, 8450, 10387, 8468, 11061, 8430, 10838, 8507, 9664, 8408, 9702, 8267, 8340, 7775, 8234, 12314, 8619, 11749, 8389, 10581, 8291, 10410, 8412, 8974, 8442, 9149, 8564, 8896, 8317, 8817, 8141, 8865, 8201, 8356, 8192, 9815, 7973, 10769, 8798, 8174, 8268, 11543, 8403, 11334, 8137, 10615, 8439, 9950, 8477, 9756, 8348, 8583, 8249, 7995, 8041, 8441, 8299, 8313, 8062, 8220, 11640, 8748, 11406, 8136, 10458, 8443, 10261, 8628, 9907, 8356, 8326, 7872, 8338, 13113, 8361, 11263, 8612, 10404, 8521, 10664, 8412, 9860, 8515, 8439, 8030, 8103, 10355, 8290, 10642, 8333, 11397, 8272, 10934, 8544, 9215, 8316, 8009, 8154, 8669, 8035, 7853, 7751, 8244, 12671, 8674, 11135, 7999, 11559, 8376, 11313, 8251, 10651, 8214, 10014, 8211, 10570, 8269, 10257, 8532, 8790, 8255, 8918, 8050, 7918, 7662, 7710, 9951, 8293, 11313, 8253, 9163, 8323, 11782, 8578, 11359, 8039, 10523, 8067, 10588, 8256, 10835, 7971, 10393, 8175, 10345, 8336, 10363, 7891, 10208, 8429, 10086, 8274, 8307, 7945, 7963, 7959, 8512, 8640, 7918, 9834, 7890, 11391, 8235, 11003, 8067, 10598, 7734, 10894, 8005, 9948, 7963, 9292, 8176, 9559, 8097, 7969, 7724, 7982, 12180, 8349, 11110, 8290, 10643, 8486, 10920, 8070, 10293, 7847, 9900, 8182, 10234, 7855, 10065, 8190, 10462, 8293, 10410, 8022, 9957, 8527, 10485, 8319, 9404, 8152, 9106, 8099, 8713, 7939, 7767, 9214, 8186, 11719, 7986, 10848, 7936, 9915, 8442, 9943, 8164, 8435, 7951, 8144, 7808, 7833, 7774, 7965, 7946, 8165, 7892, 7934, 7818, 7933, 11674, 8309, 12029, 7928, 10761, 8068, 11529, 8263, 11126, 8165, 10595, 7959, 10631, 8126, 9925, 8290, 9306, 8139, 9421, 8217, 8143, 7629, 8045, 11509, 8542, 11194, 8287, 10158, 8286, 10211, 8454, 9957, 7982, 9791, 8231, 10642, 8073, 10011, 8031, 9889], 'WindowCenter': [4134.0, 4088.0, 4096.0, 4075.0, 4073.0, 4073.0, 4074.0, 4060.0, 4072.0, 4061.0, 4073.0, 4089.0, 4071.0, 4091.0, 4073.0, 4080.0, 4060.0, 4080.0, 4071.0, 4082.0, 4071.0, 4070.0, 4058.0, 4060.0, 4059.0, 4072.0, 4058.0, 4062.0, 4048.0, 4070.0, 4103.0, 4076.0, 4080.0, 4063.0, 4069.0, 4061.0, 4069.0, 4061.0, 4073.0, 4071.0, 4063.0, 4060.0, 4073.0, 4061.0, 4072.0, 4070.0, 4074.0, 4104.0, 4085.0, 4092.0, 4074.0, 4082.0, 4074.0, 4095.0, 4072.0, 4083.0, 4061.0, 4062.0, 4060.0, 4071.0, 4059.0, 4071.0, 4048.0, 4060.0, 4090.0, 4070.0, 4089.0, 4060.0, 4081.0, 4061.0, 4070.0, 4071.0, 4071.0, 4060.0, 4061.0, 4047.0, 4058.0, 4088.0, 4060.0, 4078.0, 4060.0, 4069.0, 4060.0, 4081.0, 4070.0, 4070.0, 4058.0, 4060.0, 4058.0, 4071.0, 4091.0, 4072.0, 4080.0, 4071.0, 4081.0, 4072.0, 4082.0, 4060.0, 4059.0, 4047.0, 4048.0, 4078.0, 4060.0, 4077.0, 4060.0, 4066.0, 4057.0, 4069.0, 4058.0, 4059.0, 4047.0, 4062.0, 4069.0, 4071.0, 4078.0, 4071.0, 4079.0, 4071.0, 4081.0, 4060.0, 4069.0, 4059.0, 4072.0, 4061.0, 4071.0, 4048.0, 4071.0, 4059.0, 4071.0, 4090.0, 4071.0, 4079.0, 4061.0, 4079.0, 4061.0, 4080.0, 4062.0, 4068.0, 4059.0, 4058.0, 4058.0, 4070.0, 4049.0, 4060.0, 4035.0, 4057.0, 4076.0, 4058.0, 4077.0, 4058.0, 4057.0, 4056.0, 4059.0, 4070.0, 4070.0, 4070.0, 4062.0, 4059.0, 4073.0, 4060.0, 4072.0, 4060.0, 4061.0, 4089.0, 4071.0, 4080.0, 4060.0, 4069.0, 4058.0, 4060.0, 4057.0, 4058.0, 4047.0, 4048.0, 4048.0, 4061.0, 4057.0, 4060.0, 4067.0, 4058.0, 4078.0, 4059.0, 4079.0, 4059.0, 4068.0, 4058.0, 4058.0, 4058.0, 4060.0, 4046.0, 4060.0, 4067.0, 4059.0, 4078.0, 4060.0, 4078.0, 4060.0, 4069.0, 4070.0, 4082.0, 4072.0, 4072.0, 4073.0, 4074.0, 4073.0, 4074.0, 4059.0, 4071.0, 4089.0, 4060.0, 4079.0, 4062.0, 4081.0, 4061.0, 4070.0, 4059.0, 4072.0, 4048.0, 4059.0, 4078.0, 4059.0, 4078.0, 4061.0, 4078.0, 4059.0, 4069.0, 4058.0, 4060.0, 4059.0, 4072.0, 4058.0, 4061.0, 4078.0, 4071.0, 4090.0, 4069.0, 4079.0, 4070.0, 4079.0, 4059.0, 4080.0, 4060.0, 4068.0, 4058.0, 4059.0, 4059.0, 4060.0, 4058.0, 4060.0, 4046.0, 4059.0, 4077.0, 4058.0, 4078.0, 4059.0, 4079.0, 4059.0, 4069.0, 4047.0, 4058.0, 4058.0, 4069.0, 4059.0, 4059.0, 4048.0, 4062.0, 4047.0, 4071.0, 4089.0, 4070.0, 4079.0, 4060.0, 4079.0, 4071.0, 4080.0, 4061.0, 4071.0, 4059.0, 4060.0, 4062.0, 4071.0, 4058.0, 4060.0, 4050.0, 4048.0, 4089.0, 4071.0, 4089.0, 4061.0, 4068.0, 4060.0, 4058.0, 4059.0, 4070.0, 4046.0, 4050.0, 4036.0, 4059.0, 4077.0, 4058.0, 4067.0, 4058.0, 4068.0, 4070.0, 4081.0, 4072.0, 4072.0, 4072.0, 4084.0, 4074.0, 4073.0, 4072.0, 4072.0, 4061.0, 4072.0, 4059.0, 4063.0, 4069.0, 4059.0, 4089.0, 4059.0, 4078.0, 4060.0, 4079.0, 4059.0, 4077.0, 4060.0, 4077.0, 4061.0, 4078.0, 4069.0, 4090.0, 4061.0, 4079.0, 4060.0, 4069.0, 4062.0, 4079.0, 4059.0, 4070.0, 4059.0, 4060.0, 4047.0, 4059.0, 4047.0, 4061.0, 4047.0, 4061.0, 4090.0, 4073.0, 4080.0, 4060.0, 4079.0, 4061.0, 4079.0, 4061.0, 4068.0, 4058.0, 4067.0, 4060.0, 4070.0, 4058.0, 4050.0, 4036.0, 4047.0, 4077.0, 4059.0, 4078.0, 4061.0, 4067.0, 4047.0, 4057.0, 4059.0, 4070.0, 4059.0, 4059.0, 4059.0, 4059.0, 4050.0, 4061.0, 4068.0, 4062.0, 4079.0, 4060.0, 4081.0, 4060.0, 4081.0, 4060.0, 4072.0, 4060.0, 4082.0, 4071.0, 4071.0, 4060.0, 4062.0, 4060.0, 4075.0, 4060.0, 4063.0, 4081.0, 4072.0, 4092.0, 4072.0, 4091.0, 4061.0, 4079.0, 4061.0, 4082.0, 4061.0, 4068.0, 4059.0, 4058.0, 4059.0, 4083.0, 4059.0, 4060.0, 4049.0, 4060.0, 4049.0, 4061.0, 4060.0, 4082.0, 4070.0, 4060.0, 4073.0, 4082.0, 4061.0, 4072.0, 4051.0, 4060.0, 4090.0, 4061.0, 4080.0, 4060.0, 4068.0, 4046.0, 4058.0, 4033.0, 4035.0, 4064.0, 4044.0, 4054.0, 4034.0, 4055.0, 4045.0, 4055.0, 4035.0, 4055.0, 4045.0, 4045.0, 4045.0, 4057.0, 4046.0, 4048.0, 4046.0, 4059.0, 4047.0, 4060.0, 4046.0, 4037.0, 4076.0, 4046.0, 4077.0, 4058.0, 4068.0, 4037.0, 4044.0, 4036.0, 4045.0, 4048.0, 4046.0, 4046.0, 4037.0, 4035.0, 4059.0, 4048.0, 4060.0, 4047.0, 4048.0, 4078.0, 4059.0, 4079.0, 4059.0, 4068.0, 4047.0, 4067.0, 4050.0, 4078.0, 4060.0, 4070.0, 4050.0, 4067.0, 4059.0, 4082.0, 4060.0, 4070.0, 4059.0, 4059.0, 4048.0, 4062.0, 4090.0, 4059.0, 4078.0, 4060.0, 4068.0, 4060.0, 4079.0, 4062.0, 4068.0, 4048.0, 4069.0, 4060.0, 4070.0, 4049.0, 4060.0, 4048.0, 4049.0, 4047.0, 4049.0, 4048.0, 4049.0, 4048.0, 4059.0, 4049.0, 4061.0, 4060.0, 4062.0, 4051.0, 4073.0, 4092.0, 4063.0, 4080.0, 4061.0, 4080.0, 4060.0, 4080.0, 4051.0, 4060.0, 4050.0, 4049.0, 4060.0, 4071.0, 4050.0, 4050.0, 4049.0, 4072.0, 4090.0, 4062.0, 4079.0, 4071.0, 4080.0, 4073.0, 4093.0, 4073.0, 4082.0, 4063.0, 4082.0, 4061.0, 4083.0, 4060.0, 4071.0, 4049.0, 4050.0, 4046.0, 4060.0, 4079.0, 4061.0, 4078.0, 4049.0, 4079.0, 4060.0, 4081.0, 4062.0, 4070.0, 4061.0, 4083.0, 4062.0, 4082.0, 4059.0, 4061.0, 4059.0, 4072.0, 4060.0, 4062.0, 4049.0, 4061.0, 4070.0, 4063.0, 4091.0, 4060.0, 4080.0, 4050.0, 4079.0, 4061.0, 4078.0, 4049.0, 4069.0, 4060.0, 4080.0, 4063.0, 4080.0, 4060.0, 4069.0, 4064.0, 4092.0, 4063.0, 4082.0, 4060.0, 4072.0, 4048.0, 4070.0, 4047.0, 4048.0, 4036.0, 4048.0, 4077.0, 4058.0, 4077.0, 4048.0, 4066.0, 4048.0, 4080.0, 4061.0, 4072.0, 4061.0, 4070.0, 4072.0, 4072.0, 4062.0, 4073.0, 4063.0, 4075.0, 4061.0, 4062.0, 4064.0, 4084.0, 4078.0, 4095.0, 4075.0, 4061.0, 4062.0, 4081.0, 4060.0, 4081.0, 4050.0, 4069.0, 4050.0, 4070.0, 4050.0, 4072.0, 4049.0, 4060.0, 4047.0, 4049.0, 4047.0, 4062.0, 4062.0, 4062.0, 4061.0, 4073.0, 4093.0, 4075.0, 4093.0, 4064.0, 4082.0, 4063.0, 4084.0, 4062.0, 4083.0, 4062.0, 4061.0, 4050.0, 4062.0, 4091.0, 4062.0, 4078.0, 4062.0, 4079.0, 4061.0, 4082.0, 4063.0, 4072.0, 4060.0, 4061.0, 4049.0, 4053.0, 4069.0, 4060.0, 4068.0, 4050.0, 4079.0, 4050.0, 4082.0, 4059.0, 4059.0, 4048.0, 4048.0, 4049.0, 4062.0, 4050.0, 4051.0, 4049.0, 4062.0, 4091.0, 4061.0, 4079.0, 4049.0, 4078.0, 4050.0, 4080.0, 4050.0, 4069.0, 4061.0, 4068.0, 4061.0, 4082.0, 4060.0, 4071.0, 4059.0, 4050.0, 4049.0, 4060.0, 4047.0, 4050.0, 4038.0, 4050.0, 4069.0, 4060.0, 4079.0, 4061.0, 4070.0, 4060.0, 4090.0, 4061.0, 4080.0, 4053.0, 4069.0, 4049.0, 4069.0, 4061.0, 4079.0, 4051.0, 4068.0, 4060.0, 4080.0, 4062.0, 4069.0, 4062.0, 4071.0, 4061.0, 4083.0, 4050.0, 4050.0, 4049.0, 4050.0, 4048.0, 4061.0, 4058.0, 4050.0, 4058.0, 4048.0, 4079.0, 4049.0, 4067.0, 4048.0, 4067.0, 4039.0, 4069.0, 4049.0, 4068.0, 4048.0, 4059.0, 4047.0, 4058.0, 4038.0, 4048.0, 4036.0, 4048.0, 4079.0, 4050.0, 4078.0, 4060.0, 4079.0, 4063.0, 4079.0, 4061.0, 4070.0, 4052.0, 4071.0, 4062.0, 4080.0, 4051.0, 4070.0, 4061.0, 4081.0, 4061.0, 4072.0, 4050.0, 4070.0, 4061.0, 4081.0, 4050.0, 4061.0, 4049.0, 4061.0, 4049.0, 4060.0, 4048.0, 4049.0, 4058.0, 4060.0, 4079.0, 4050.0, 4068.0, 4048.0, 4069.0, 4049.0, 4070.0, 4048.0, 4049.0, 4048.0, 4050.0, 4040.0, 4051.0, 4050.0, 4051.0, 4060.0, 4062.0, 4061.0, 4063.0, 4052.0, 4064.0, 4092.0, 4064.0, 4092.0, 4062.0, 4081.0, 4063.0, 4093.0, 4063.0, 4082.0, 4061.0, 4080.0, 4051.0, 4082.0, 4051.0, 4070.0, 4049.0, 4060.0, 4050.0, 4072.0, 4049.0, 4061.0, 4049.0, 4051.0, 4080.0, 4063.0, 4080.0, 4063.0, 4070.0, 4062.0, 4081.0, 4063.0, 4081.0, 4063.0, 4072.0, 4063.0, 4083.0, 4063.0, 4071.0, 4062.0, 4072.0], 'WindowWidth': [9173.0, 9101.0, 9104.0, 9074.0, 9067.0, 9068.0, 9070.0, 9047.0, 9064.0, 9046.0, 9066.0, 9083.0, 9064.0, 9089.0, 9067.0, 9071.0, 9046.0, 9069.0, 9061.0, 9078.0, 9060.0, 9060.0, 9040.0, 9043.0, 9042.0, 9064.0, 9041.0, 9051.0, 9026.0, 9060.0, 9109.0, 9078.0, 9073.0, 9054.0, 9053.0, 9046.0, 9056.0, 9047.0, 9067.0, 9061.0, 9054.0, 9047.0, 9068.0, 9050.0, 9068.0, 9061.0, 9071.0, 9112.0, 9088.0, 9091.0, 9070.0, 9076.0, 9070.0, 9100.0, 9066.0, 9081.0, 9049.0, 9051.0, 9044.0, 9063.0, 9042.0, 9062.0, 9027.0, 9047.0, 9084.0, 9060.0, 9083.0, 9047.0, 9072.0, 9046.0, 9056.0, 9062.0, 9061.0, 9044.0, 9047.0, 9022.0, 9040.0, 9079.0, 9045.0, 9065.0, 9045.0, 9054.0, 9045.0, 9075.0, 9058.0, 9059.0, 9038.0, 9047.0, 9039.0, 9062.0, 9087.0, 9065.0, 9072.0, 9062.0, 9072.0, 9064.0, 9078.0, 9045.0, 9043.0, 9021.0, 9025.0, 9065.0, 9044.0, 9062.0, 9043.0, 9046.0, 9037.0, 9055.0, 9039.0, 9042.0, 9022.0, 9050.0, 9056.0, 9060.0, 9065.0, 9060.0, 9068.0, 9062.0, 9073.0, 9046.0, 9054.0, 9041.0, 9064.0, 9046.0, 9060.0, 9026.0, 9061.0, 9041.0, 9063.0, 9086.0, 9062.0, 9069.0, 9046.0, 9068.0, 9048.0, 9069.0, 9048.0, 9050.0, 9040.0, 9038.0, 9040.0, 9059.0, 9026.0, 9043.0, 9003.0, 9034.0, 9060.0, 9038.0, 9061.0, 9038.0, 9034.0, 9034.0, 9043.0, 9059.0, 9060.0, 9060.0, 9051.0, 9044.0, 9068.0, 9049.0, 9066.0, 9046.0, 9049.0, 9084.0, 9063.0, 9072.0, 9045.0, 9053.0, 9037.0, 9042.0, 9038.0, 9040.0, 9020.0, 9026.0, 9023.0, 9048.0, 9037.0, 9044.0, 9049.0, 9040.0, 9065.0, 9042.0, 9067.0, 9043.0, 9051.0, 9038.0, 9038.0, 9037.0, 9045.0, 9020.0, 9044.0, 9048.0, 9040.0, 9066.0, 9046.0, 9065.0, 9045.0, 9056.0, 9059.0, 9077.0, 9066.0, 9064.0, 9067.0, 9068.0, 9068.0, 9070.0, 9043.0, 9062.0, 9081.0, 9045.0, 9068.0, 9051.0, 9075.0, 9048.0, 9058.0, 9043.0, 9065.0, 9027.0, 9042.0, 9066.0, 9041.0, 9066.0, 9049.0, 9067.0, 9042.0, 9055.0, 9039.0, 9046.0, 9042.0, 9063.0, 9041.0, 9049.0, 9067.0, 9061.0, 9085.0, 9059.0, 9067.0, 9058.0, 9068.0, 9045.0, 9071.0, 9046.0, 9054.0, 9040.0, 9041.0, 9041.0, 9047.0, 9041.0, 9046.0, 9021.0, 9042.0, 9062.0, 9040.0, 9064.0, 9041.0, 9068.0, 9042.0, 9052.0, 9024.0, 9037.0, 9041.0, 9057.0, 9041.0, 9044.0, 9026.0, 9050.0, 9026.0, 9062.0, 9083.0, 9059.0, 9068.0, 9047.0, 9069.0, 9063.0, 9072.0, 9049.0, 9059.0, 9043.0, 9045.0, 9050.0, 9062.0, 9040.0, 9045.0, 9031.0, 9029.0, 9082.0, 9062.0, 9081.0, 9049.0, 9052.0, 9043.0, 9039.0, 9042.0, 9056.0, 9020.0, 9029.0, 9005.0, 9042.0, 9062.0, 9040.0, 9049.0, 9040.0, 9052.0, 9060.0, 9073.0, 9064.0, 9063.0, 9064.0, 9084.0, 9070.0, 9070.0, 9064.0, 9065.0, 9050.0, 9065.0, 9043.0, 9053.0, 9054.0, 9041.0, 9081.0, 9044.0, 9066.0, 9046.0, 9066.0, 9042.0, 9064.0, 9044.0, 9064.0, 9046.0, 9066.0, 9058.0, 9086.0, 9050.0, 9069.0, 9046.0, 9054.0, 9050.0, 9069.0, 9042.0, 9057.0, 9040.0, 9045.0, 9025.0, 9042.0, 9023.0, 9047.0, 9024.0, 9048.0, 9087.0, 9066.0, 9070.0, 9046.0, 9069.0, 9047.0, 9068.0, 9047.0, 9051.0, 9039.0, 9049.0, 9044.0, 9059.0, 9039.0, 9030.0, 9005.0, 9023.0, 9061.0, 9042.0, 9064.0, 9044.0, 9047.0, 9023.0, 9035.0, 9043.0, 9057.0, 9042.0, 9042.0, 9043.0, 9043.0, 9032.0, 9050.0, 9052.0, 9048.0, 9067.0, 9044.0, 9072.0, 9046.0, 9072.0, 9045.0, 9063.0, 9047.0, 9078.0, 9062.0, 9064.0, 9046.0, 9051.0, 9047.0, 9072.0, 9046.0, 9054.0, 9072.0, 9063.0, 9090.0, 9065.0, 9087.0, 9048.0, 9069.0, 9048.0, 9076.0, 9048.0, 9053.0, 9041.0, 9038.0, 9043.0, 9079.0, 9042.0, 9044.0, 9027.0, 9044.0, 9030.0, 9051.0, 9046.0, 9077.0, 9060.0, 9045.0, 9069.0, 9080.0, 9048.0, 9066.0, 9034.0, 9046.0, 9084.0, 9047.0, 9070.0, 9044.0, 9053.0, 9018.0, 9038.0, 8996.0, 8999.0, 9038.0, 9012.0, 9023.0, 8997.0, 9024.0, 9016.0, 9029.0, 9002.0, 9027.0, 9014.0, 9015.0, 9017.0, 9033.0, 9019.0, 9023.0, 9018.0, 9041.0, 9024.0, 9042.0, 9018.0, 9008.0, 9057.0, 9019.0, 9061.0, 9036.0, 9047.0, 9006.0, 9013.0, 9004.0, 9017.0, 9022.0, 9019.0, 9016.0, 9009.0, 9004.0, 9043.0, 9027.0, 9045.0, 9022.0, 9027.0, 9066.0, 9043.0, 9068.0, 9043.0, 9051.0, 9024.0, 9048.0, 9031.0, 9066.0, 9044.0, 9055.0, 9031.0, 9050.0, 9042.0, 9076.0, 9046.0, 9059.0, 9041.0, 9043.0, 9025.0, 9051.0, 9082.0, 9042.0, 9064.0, 9042.0, 9052.0, 9045.0, 9067.0, 9050.0, 9051.0, 9027.0, 9053.0, 9044.0, 9056.0, 9027.0, 9043.0, 9024.0, 9026.0, 9024.0, 9030.0, 9025.0, 9028.0, 9024.0, 9043.0, 9030.0, 9048.0, 9045.0, 9051.0, 9035.0, 9069.0, 9090.0, 9054.0, 9072.0, 9048.0, 9071.0, 9047.0, 9070.0, 9032.0, 9042.0, 9029.0, 9029.0, 9043.0, 9059.0, 9031.0, 9032.0, 9030.0, 9064.0, 9086.0, 9051.0, 9069.0, 9061.0, 9071.0, 9068.0, 9094.0, 9070.0, 9076.0, 9053.0, 9075.0, 9050.0, 9078.0, 9046.0, 9060.0, 9026.0, 9031.0, 9021.0, 9045.0, 9067.0, 9046.0, 9063.0, 9028.0, 9068.0, 9046.0, 9071.0, 9049.0, 9057.0, 9046.0, 9079.0, 9051.0, 9076.0, 9042.0, 9046.0, 9041.0, 9064.0, 9044.0, 9049.0, 9027.0, 9048.0, 9057.0, 9053.0, 9086.0, 9046.0, 9069.0, 9030.0, 9068.0, 9047.0, 9065.0, 9030.0, 9054.0, 9044.0, 9071.0, 9053.0, 9071.0, 9047.0, 9056.0, 9055.0, 9090.0, 9053.0, 9074.0, 9045.0, 9061.0, 9026.0, 9057.0, 9022.0, 9024.0, 9005.0, 9022.0, 9060.0, 9037.0, 9061.0, 9025.0, 9044.0, 9025.0, 9072.0, 9051.0, 9063.0, 9048.0, 9059.0, 9065.0, 9065.0, 9051.0, 9067.0, 9053.0, 9070.0, 9048.0, 9053.0, 9056.0, 9084.0, 9085.0, 9103.0, 9075.0, 9049.0, 9050.0, 9073.0, 9045.0, 9073.0, 9031.0, 9052.0, 9029.0, 9055.0, 9029.0, 9061.0, 9028.0, 9043.0, 9022.0, 9027.0, 9023.0, 9051.0, 9050.0, 9053.0, 9047.0, 9069.0, 9095.0, 9075.0, 9095.0, 9057.0, 9077.0, 9054.0, 9082.0, 9050.0, 9079.0, 9049.0, 9048.0, 9030.0, 9049.0, 9088.0, 9049.0, 9066.0, 9050.0, 9068.0, 9049.0, 9079.0, 9052.0, 9062.0, 9044.0, 9047.0, 9029.0, 9038.0, 9056.0, 9046.0, 9051.0, 9030.0, 9066.0, 9029.0, 9074.0, 9042.0, 9039.0, 9024.0, 9027.0, 9028.0, 9049.0, 9031.0, 9034.0, 9028.0, 9049.0, 9087.0, 9049.0, 9067.0, 9029.0, 9064.0, 9029.0, 9070.0, 9032.0, 9053.0, 9046.0, 9050.0, 9046.0, 9074.0, 9045.0, 9058.0, 9040.0, 9030.0, 9026.0, 9045.0, 9023.0, 9031.0, 9011.0, 9030.0, 9054.0, 9044.0, 9067.0, 9047.0, 9057.0, 9045.0, 9083.0, 9049.0, 9071.0, 9038.0, 9053.0, 9029.0, 9054.0, 9049.0, 9067.0, 9034.0, 9052.0, 9044.0, 9071.0, 9050.0, 9056.0, 9050.0, 9059.0, 9047.0, 9078.0, 9030.0, 9030.0, 9026.0, 9029.0, 9024.0, 9047.0, 9037.0, 9030.0, 9035.0, 9024.0, 9066.0, 9028.0, 9049.0, 9026.0, 9047.0, 9014.0, 9053.0, 9029.0, 9049.0, 9025.0, 9038.0, 9023.0, 9038.0, 9010.0, 9024.0, 9003.0, 9025.0, 9067.0, 9031.0, 9064.0, 9043.0, 9068.0, 9052.0, 9069.0, 9048.0, 9056.0, 9036.0, 9059.0, 9051.0, 9071.0, 9035.0, 9056.0, 9046.0, 9072.0, 9048.0, 9060.0, 9031.0, 9055.0, 9048.0, 9073.0, 9031.0, 9045.0, 9027.0, 9046.0, 9029.0, 9044.0, 9024.0, 9030.0, 9038.0, 9044.0, 9069.0, 9031.0, 9051.0, 9025.0, 9053.0, 9028.0, 9056.0, 9024.0, 9028.0, 9026.0, 9031.0, 9017.0, 9033.0, 9031.0, 9035.0, 9045.0, 9053.0, 9050.0, 9055.0, 9039.0, 9057.0, 9092.0, 9058.0, 9092.0, 9053.0, 9075.0, 9053.0, 9093.0, 9054.0, 9076.0, 9048.0, 9069.0, 9034.0, 9074.0, 9034.0, 9056.0, 9029.0, 9043.0, 9031.0, 9062.0, 9027.0, 9050.0, 9027.0, 9033.0, 9070.0, 9052.0, 9070.0, 9051.0, 9057.0, 9050.0, 9075.0, 9055.0, 9074.0, 9055.0, 9062.0, 9055.0, 9080.0, 9054.0, 9061.0, 9050.0, 9061.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.00030414942528735636</td></tr>
<tr><td colspan=3>aqi</td><td>0.019740796781609195</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.21812800696205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.20952786187572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9949598238089767</td></tr>
<tr><td colspan=3>efc</td><td>0.4406</td></tr>
<tr><td colspan=3>fber</td><td>8267.4893</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0948407385752373</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3580402388840613</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2939611271258866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.635196664444743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1449629250815545</td></tr>
<tr><td colspan=3>gcor</td><td>0.00755542</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01451965980231762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02617000974714756</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8476423716674977</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>36.6017</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2778</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1778</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309432.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>654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.4032</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2325</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.8747</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3335.6173</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.5741</td></tr>
<tr><td colspan=3>tsnr</td><td>46.4688078511972</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>