<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-03/func/sub-0109_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>faaa18bcd7ba9ad891a943271a29f5b7</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:35:30.632500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0923893</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>[4235, -7784, -7210, 386, -86, 40, 50, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7633a0f6-6c29-4ba3-8fb9-ef9325748829||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['163530.632500', '163531.092500', '163531.552500', '163532.012500', '163532.472500', '163532.932500', '163533.392500', '163533.852500', '163534.312500', '163534.772500', '163535.232500', '163535.692500', '163536.152500', '163536.612500', '163537.072500', '163537.532500', '163537.992500', '163538.452500', '163538.912500', '163539.372500', '163539.832500', '163540.292500', '163540.752500', '163541.212500', '163541.672500', '163542.132500', '163542.592500', '163543.052500', '163543.512500', '163543.972500', '163544.432500', '163544.892500', '163545.352500', '163545.812500', '163546.272500', '163546.732500', '163547.192500', '163547.652500', '163548.112500', '163548.572500', '163549.032500', '163549.492500', '163549.952500', '163550.412500', '163550.872500', '163551.332500', '163551.792500', '163552.252500', '163552.712500', '163553.172500', '163553.632500', '163554.092500', '163554.552500', '163555.012500', '163555.472500', '163555.932500', '163556.392500', '163556.852500', '163557.312500', '163557.772500', '163558.232500', '163558.692500', '163559.152500', '163559.612500', '163600.072500', '163600.532500', '163600.992500', '163601.452500', '163601.912500', '163602.372500', '163602.832500', '163603.292500', '163603.752500', '163604.212500', '163604.672500', '163605.132500', '163605.592500', '163606.052500', '163606.512500', '163606.972500', '163607.432500', '163607.892500', '163608.352500', '163608.812500', '163609.272500', '163609.732500', '163610.192500', '163610.652500', '163611.112500', '163611.572500', '163612.032500', '163612.492500', '163612.952500', '163613.412500', '163613.872500', '163614.332500', '163614.792500', '163615.252500', '163615.712500', '163616.172500', '163616.632500', '163617.092500', '163617.552500', '163618.012500', '163618.472500', '163618.932500', '163619.392500', '163619.852500', '163620.312500', '163620.772500', '163621.232500', '163621.692500', '163622.152500', '163622.612500', '163623.072500', '163623.532500', '163623.992500', '163624.452500', '163624.912500', '163625.372500', '163625.832500', '163626.292500', '163626.752500', '163627.212500', '163627.672500', '163628.132500', '163628.592500', '163629.052500', '163629.512500', '163629.972500', '163630.432500', '163630.892500', '163631.352500', '163631.812500', '163632.272500', '163632.732500', '163633.192500', '163633.652500', '163634.112500', '163634.572500', '163635.032500', '163635.492500', '163635.952500', '163636.412500', '163636.872500', '163637.332500', '163637.792500', '163638.252500', '163638.712500', '163639.172500', '163639.632500', '163640.092500', '163640.552500', '163641.012500', '163641.472500', '163641.932500', '163642.392500', '163642.852500', '163643.312500', '163643.772500', '163644.232500', '163644.692500', '163645.152500', '163645.612500', '163646.072500', '163646.532500', '163646.992500', '163647.452500', '163647.912500', '163648.372500', '163648.832500', '163649.292500', '163649.752500', '163650.212500', '163650.672500', '163651.132500', '163651.592500', '163652.052500', '163652.512500', '163652.972500', '163653.432500', '163653.892500', '163654.352500', '163654.812500', '163655.272500', '163655.732500', '163656.192500', '163656.652500', '163657.112500', '163657.572500', '163658.032500', '163658.492500', '163658.952500', '163659.412500', '163659.872500', '163700.332500', '163700.792500', '163701.252500', '163701.712500', '163702.172500', '163702.632500', '163703.092500', '163703.552500', '163704.012500', '163704.472500', '163704.932500', '163705.392500', '163705.852500', '163706.312500', '163706.772500', '163707.232500', '163707.692500', '163708.152500', '163708.612500', '163709.072500', '163709.532500', '163709.992500', '163710.452500', '163710.912500', '163711.372500', '163711.832500', '163712.292500', '163712.752500', '163713.212500', '163713.672500', '163714.132500', '163714.592500', '163715.052500', '163715.512500', '163715.972500', '163716.432500', '163716.892500', '163717.352500', '163717.812500', '163718.272500', '163718.732500', '163719.192500', '163719.652500', '163720.112500', '163720.572500', '163721.032500', '163721.492500', '163721.952500', '163722.412500', '163722.872500', '163723.332500', '163723.792500', '163724.252500', '163724.712500', '163725.172500', '163725.632500', '163726.092500', '163726.552500', '163727.012500', '163727.472500', '163727.932500', '163728.392500', '163728.852500', '163729.312500', '163729.772500', '163730.232500', '163730.692500', '163731.152500', '163731.612500', '163732.072500', '163732.532500', '163732.992500', '163733.452500', '163733.912500', '163734.372500', '163734.832500', '163735.292500', '163735.752500', '163736.212500', '163736.672500', '163737.132500', '163737.592500', '163738.052500', '163738.512500', '163738.972500', '163739.432500', '163739.892500', '163740.352500', '163740.812500', '163741.272500', '163741.732500', '163742.192500', '163742.652500', '163743.112500', '163743.572500', '163744.032500', '163744.492500', '163744.952500', '163745.412500', '163745.872500', '163746.332500', '163746.792500', '163747.252500', '163747.712500', '163748.172500', '163748.632500', '163749.092500', '163749.552500', '163750.012500', '163750.472500', '163750.932500', '163751.392500', '163751.852500', '163752.312500', '163752.772500', '163753.232500', '163753.692500', '163754.152500', '163754.612500', '163755.072500', '163755.532500', '163755.992500', '163756.452500', '163756.912500', '163757.372500', '163757.832500', '163758.292500', '163758.752500', '163759.212500', '163759.672500', '163800.132500', '163800.592500', '163801.052500', '163801.512500', '163801.972500', '163802.432500', '163802.892500', '163803.352500', '163803.812500', '163804.272500', '163804.732500', '163805.192500', '163805.652500', '163806.112500', '163806.572500', '163807.032500', '163807.492500', '163807.952500', '163808.412500', '163808.872500', '163809.332500', '163809.792500', '163810.252500', '163810.712500', '163811.172500', '163811.632500', '163812.092500', '163812.552500', '163813.012500', '163813.472500', '163813.932500', '163814.392500', '163814.852500', '163815.312500', '163815.772500', '163816.232500', '163816.692500', '163817.152500', '163817.612500', '163818.072500', '163818.532500', '163818.992500', '163819.452500', '163819.912500', '163820.372500', '163820.832500', '163821.292500', '163821.752500', '163822.212500', '163822.672500', '163823.132500', '163823.592500', '163824.052500', '163824.512500', '163824.972500', '163825.432500', '163825.892500', '163826.352500', '163826.812500', '163827.272500', '163827.732500', '163828.192500', '163828.652500', '163829.112500', '163829.572500', '163830.032500', '163830.492500', '163830.952500', '163831.412500', '163831.872500', '163832.332500', '163832.792500', '163833.252500', '163833.712500', '163834.172500', '163834.632500', '163835.092500', '163835.552500', '163836.012500', '163836.472500', '163836.932500', '163837.392500', '163837.852500', '163838.312500', '163838.772500', '163839.232500', '163839.692500', '163840.152500', '163840.612500', '163841.072500', '163841.532500', '163841.992500', '163842.452500', '163842.912500', '163843.372500', '163843.832500', '163844.292500', '163844.752500', '163845.212500', '163845.672500', '163846.132500', '163846.592500', '163847.052500', '163847.512500', '163847.972500', '163848.432500', '163848.892500', '163849.352500', '163849.812500', '163850.272500', '163850.732500', '163851.192500', '163851.652500', '163852.112500', '163852.572500', '163853.032500', '163853.492500', '163853.952500', '163854.412500', '163854.872500', '163855.332500', '163855.792500', '163856.252500', '163856.712500', '163857.172500', '163857.632500', '163858.092500', '163858.552500', '163859.012500', '163859.472500', '163859.932500', '163900.392500', '163900.852500', '163901.312500', '163901.772500', '163902.232500', '163902.692500', '163903.152500', '163903.612500', '163904.072500', '163904.532500', '163904.992500', '163905.452500', '163905.912500', '163906.372500', '163906.832500', '163907.292500', '163907.752500', '163908.212500', '163908.672500', '163909.132500', '163909.592500', '163910.052500', '163910.512500', '163910.972500', '163911.432500', '163911.892500', '163912.352500', '163912.812500', '163913.272500', '163913.732500', '163914.192500', '163914.652500', '163915.112500', '163915.572500', '163916.032500', '163916.492500', '163916.952500', '163917.412500', '163917.872500', '163918.332500', '163918.792500', '163919.252500', '163919.712500', '163920.172500', '163920.632500', '163921.092500', '163921.552500', '163922.012500', '163922.472500', '163922.932500', '163923.392500', '163923.852500', '163924.312500', '163924.772500', '163925.232500', '163925.692500', '163926.152500', '163926.612500', '163927.072500', '163927.532500', '163927.992500', '163928.452500', '163928.912500', '163929.372500', '163929.832500', '163930.292500', '163930.752500', '163931.212500', '163931.672500', '163932.132500', '163932.592500', '163933.052500', '163933.512500', '163933.972500', '163934.432500', '163934.892500', '163935.352500', '163935.812500', '163936.272500', '163936.732500', '163937.192500', '163937.652500', '163938.112500', '163938.572500', '163939.032500', '163939.492500', '163939.952500', '163940.412500', '163940.872500', '163941.332500', '163941.792500', '163942.252500', '163942.712500', '163943.172500', '163943.632500', '163944.092500', '163944.552500', '163945.012500', '163945.472500', '163945.932500', '163946.392500', '163946.852500', '163947.312500', '163947.772500', '163948.232500', '163948.692500', '163949.152500', '163949.612500', '163950.072500', '163950.532500', '163950.992500', '163951.452500', '163951.912500', '163952.372500', '163952.832500', '163953.292500', '163953.752500', '163954.212500', '163954.672500', '163955.132500', '163955.592500', '163956.052500', '163956.512500', '163956.972500', '163957.432500', '163957.892500', '163958.352500', '163958.812500', '163959.272500', '163959.732500', '164000.192500', '164000.652500', '164001.112500', '164001.572500', '164002.032500', '164002.492500', '164002.952500', '164003.412500', '164003.872500', '164004.332500', '164004.792500', '164005.252500', '164005.712500', '164006.172500', '164006.632500', '164007.092500', '164007.552500', '164008.012500', '164008.472500', '164008.932500', '164009.392500', '164009.852500', '164010.312500', '164010.772500', '164011.232500', '164011.692500', '164012.152500', '164012.612500', '164013.072500', '164013.532500', '164013.992500', '164014.452500', '164014.912500', '164015.372500', '164015.832500', '164016.292500', '164016.752500', '164017.212500', '164017.672500', '164018.132500', '164018.592500', '164019.052500', '164019.512500', '164019.972500', '164020.432500', '164020.892500', '164021.352500', '164021.812500', '164022.272500', '164022.732500', '164023.192500', '164023.652500', '164024.112500', '164024.572500', '164025.032500', '164025.492500', '164025.952500', '164026.412500', '164026.872500', '164027.332500', '164027.792500', '164028.252500', '164028.712500', '164029.172500', '164029.632500', '164030.092500', '164030.552500', '164031.012500', '164031.472500', '164031.932500', '164032.392500', '164032.852500', '164033.312500', '164033.772500', '164034.232500', '164034.692500', '164035.152500', '164035.612500', '164036.072500', '164036.532500', '164036.992500', '164037.452500', '164037.912500', '164038.372500', '164038.832500', '164039.292500', '164039.752500', '164040.212500', '164040.672500', '164041.132500', '164041.592500', '164042.052500', '164042.512500', '164042.972500', '164043.432500', '164043.892500', '164044.352500', '164044.812500', '164045.272500', '164045.732500', '164046.192500', '164046.652500', '164047.112500', '164047.572500', '164048.032500', '164048.492500', '164048.952500', '164049.412500', '164049.872500', '164050.332500', '164050.792500', '164051.252500', '164051.712500', '164052.172500', '164052.632500', '164053.092500', '164053.552500', '164054.012500', '164054.472500', '164054.932500', '164055.392500', '164055.852500', '164056.312500', '164056.772500', '164057.232500', '164057.692500', '164058.152500', '164058.612500', '164059.072500', '164059.532500', '164059.992500', '164100.452500', '164100.912500', '164101.372500', '164101.832500', '164102.292500', '164102.752500', '164103.212500', '164103.672500', '164104.132500', '164104.592500', '164105.052500', '164105.512500', '164105.972500', '164106.432500', '164106.892500', '164107.352500', '164107.812500', '164108.272500', '164108.732500', '164109.192500', '164109.652500', '164110.112500', '164110.572500', '164111.032500', '164111.492500', '164111.952500', '164112.412500', '164112.872500', '164113.332500', '164113.792500', '164114.252500', '164114.712500', '164115.172500', '164115.632500', '164116.092500', '164116.552500', '164117.012500', '164117.472500', '164117.932500', '164118.392500', '164118.852500', '164119.312500', '164119.772500', '164120.232500', '164120.692500', '164121.152500', '164121.612500', '164122.072500', '164122.532500', '164122.992500', '164123.452500', '164123.912500', '164124.372500', '164124.832500', '164125.292500', '164125.752500', '164126.212500', '164126.672500', '164127.132500', '164127.592500', '164128.052500', '164128.512500', '164128.972500', '164129.432500', '164129.892500', '164130.352500', '164130.812500', '164131.272500', '164131.732500', '164132.192500', '164132.652500', '164133.112500', '164133.572500', '164134.032500', '164134.492500', '164134.952500', '164135.412500', '164135.872500', '164136.332500', '164136.792500', '164137.252500', '164137.712500', '164138.172500', '164138.632500', '164139.092500', '164139.552500', '164140.012500', '164140.472500', '164140.932500', '164141.392500', '164141.852500', '164142.312500', '164142.772500', '164143.232500', '164143.692500', '164144.152500', '164144.612500', '164145.072500', '164145.532500', '164145.992500', '164146.452500', '164146.912500', '164147.372500', '164147.832500', '164148.292500', '164148.752500', '164149.212500', '164149.672500', '164150.132500', '164150.592500', '164151.052500', '164151.512500', '164151.972500', '164152.432500', '164152.892500', '164153.352500', '164153.812500', '164154.272500', '164154.732500', '164155.192500', '164155.652500', '164156.112500', '164156.572500', '164157.032500', '164157.492500', '164157.952500', '164158.412500', '164158.872500', '164159.332500', '164159.792500', '164200.252500', '164200.712500', '164201.172500', '164201.632500', '164202.092500', '164202.552500', '164203.012500', '164203.472500', '164203.932500', '164204.392500', '164204.852500', '164205.312500', '164205.772500', '164206.232500', '164206.692500', '164207.152500', '164207.612500', '164208.072500', '164208.532500', '164208.992500', '164209.452500', '164209.912500', '164210.372500', '164210.832500', '164211.292500'], 'ContentTime': ['163552.068000', '163552.071000', '163552.074000', '163552.076000', '163552.079000', '163552.081000', '163552.084000', '163552.093000', '163552.095000', '163552.098000', '163552.100000', '163552.103000', '163552.105000', '163552.108000', '163552.111000', '163552.114000', '163552.116000', '163552.119000', '163552.121000', '163552.131000', '163552.134000', '163552.136000', '163552.139000', '163552.142000', '163552.144000', '163552.147000', '163552.149000', '163552.152000', '163552.155000', '163552.157000', '163552.160000', '163552.163000', '163552.165000', '163552.168000', '163552.170000', '163552.173000', '163552.176000', '163552.178000', '163552.181000', '163552.183000', '163552.186000', '163552.189000', '163552.191000', '163552.194000', '163612.035000', '163612.038000', '163612.041000', '163612.043000', '163612.046000', '163612.049000', '163612.051000', '163612.054000', '163612.057000', '163612.059000', '163612.062000', '163612.064000', '163612.067000', '163612.070000', '163612.072000', '163612.075000', '163612.077000', '163612.080000', '163612.083000', '163612.085000', '163612.088000', '163612.090000', '163612.093000', '163612.095000', '163612.098000', '163612.101000', '163612.104000', '163612.107000', '163612.110000', '163612.112000', '163612.115000', '163612.118000', '163612.120000', '163612.123000', '163612.126000', '163612.128000', '163612.131000', '163612.133000', '163612.136000', '163612.138000', '163612.141000', '163612.144000', '163612.154000', '163632.034000', '163632.038000', '163632.040000', '163632.043000', '163632.045000', '163632.048000', '163632.056000', '163632.059000', '163632.061000', '163632.064000', '163632.067000', '163632.069000', '163632.072000', '163632.074000', '163632.077000', '163632.080000', '163632.082000', '163632.085000', '163632.087000', '163632.090000', '163632.093000', '163632.095000', '163632.098000', '163632.100000', '163632.103000', '163632.119000', '163632.122000', '163632.124000', '163632.127000', '163632.129000', '163632.137000', '163632.140000', '163632.142000', '163632.145000', '163632.148000', '163632.150000', '163632.153000', '163632.155000', '163632.158000', '163632.161000', '163632.163000', '163632.166000', '163632.168000', '163632.171000', '163652.034000', '163652.037000', '163652.040000', '163652.043000', '163652.045000', '163652.048000', '163652.050000', '163652.053000', '163652.056000', '163652.059000', '163652.061000', '163652.064000', '163652.067000', '163652.069000', '163652.072000', '163652.075000', '163652.077000', '163652.080000', '163652.082000', '163652.085000', '163652.088000', '163652.090000', '163652.093000', '163652.096000', '163652.098000', '163652.101000', '163652.103000', '163652.106000', '163652.109000', '163652.111000', '163652.114000', '163652.117000', '163652.120000', '163652.122000', '163652.125000', '163652.128000', '163652.131000', '163652.134000', '163652.136000', '163652.139000', '163652.141000', '163652.144000', '163652.147000', '163712.035000', '163712.038000', '163712.041000', '163712.043000', '163712.046000', '163712.048000', '163712.051000', '163712.053000', '163712.056000', '163712.059000', '163712.061000', '163712.064000', '163712.066000', '163712.069000', '163712.072000', '163712.074000', '163712.077000', '163712.079000', '163712.082000', '163712.084000', '163712.087000', '163712.089000', '163712.092000', '163712.095000', '163712.097000', '163712.100000', '163712.102000', '163712.105000', '163712.108000', '163712.110000', '163712.113000', '163712.124000', '163712.127000', '163712.130000', '163712.132000', '163712.135000', '163712.138000', '163712.140000', '163712.143000', '163712.146000', '163712.148000', '163712.151000', '163712.153000', '163712.156000', '163732.035000', '163732.038000', '163732.041000', '163732.043000', '163732.046000', '163732.049000', '163732.051000', '163732.054000', '163732.056000', '163732.059000', '163732.061000', '163732.064000', '163732.067000', '163732.069000', '163732.072000', '163732.075000', '163732.077000', '163732.080000', '163732.082000', '163732.085000', '163732.088000', '163732.090000', '163732.093000', '163732.095000', '163732.098000', '163732.101000', '163732.103000', '163732.106000', '163732.108000', '163732.111000', '163732.114000', '163732.116000', '163732.125000', '163732.128000', '163732.130000', '163732.133000', '163732.136000', '163732.138000', '163732.141000', '163732.143000', '163732.146000', '163732.149000', '163732.152000', '163752.035000', '163752.038000', '163752.041000', '163752.043000', '163752.046000', '163752.048000', '163752.051000', '163752.053000', '163752.056000', '163752.059000', '163752.062000', '163752.065000', '163752.068000', '163752.071000', '163752.073000', '163752.076000', '163752.078000', '163752.081000', '163752.083000', '163752.086000', '163752.089000', '163752.091000', '163752.094000', '163752.096000', '163752.099000', '163752.101000', '163752.104000', '163752.107000', '163752.109000', '163752.112000', '163752.114000', '163752.117000', '163752.119000', '163752.122000', '163752.125000', '163752.127000', '163752.130000', '163752.132000', '163752.135000', '163752.138000', '163752.140000', '163752.143000', '163752.145000', '163812.035000', '163812.038000', '163812.041000', '163812.043000', '163812.046000', '163812.048000', '163812.051000', '163812.054000', '163812.056000', '163812.059000', '163812.061000', '163812.064000', '163812.066000', '163812.069000', '163812.072000', '163812.074000', '163812.077000', '163812.079000', '163812.082000', '163812.084000', '163812.087000', '163812.105000', '163812.108000', '163812.111000', '163812.113000', '163812.116000', '163812.118000', '163812.121000', '163812.123000', '163812.126000', '163812.129000', '163812.131000', '163812.134000', '163812.136000', '163812.139000', '163812.141000', '163812.144000', '163812.147000', '163812.149000', '163812.152000', '163812.154000', '163812.157000', '163812.160000', '163812.162000', '163832.035000', '163832.038000', '163832.041000', '163832.044000', '163832.046000', '163832.049000', '163832.052000', '163832.054000', '163832.057000', '163832.060000', '163832.062000', '163832.065000', '163832.067000', '163832.070000', '163832.073000', '163832.075000', '163832.078000', '163832.080000', '163832.083000', '163832.085000', '163832.088000', '163832.091000', '163832.093000', '163832.096000', '163832.098000', '163832.101000', '163832.104000', '163832.106000', '163832.109000', '163832.111000', '163832.114000', '163832.117000', '163832.119000', '163832.122000', '163832.124000', '163832.127000', '163832.130000', '163832.132000', '163832.135000', '163832.137000', '163832.140000', '163832.142000', '163832.145000', '163832.148000', '163852.035000', '163852.037000', '163852.040000', '163852.042000', '163852.045000', '163852.048000', '163852.050000', '163852.053000', '163852.055000', '163852.058000', '163852.060000', '163852.063000', '163852.066000', '163852.068000', '163852.071000', '163852.073000', '163852.076000', '163852.078000', '163852.081000', '163852.084000', '163852.086000', '163852.089000', '163852.091000', '163852.094000', '163852.096000', '163852.099000', '163852.102000', '163852.104000', '163852.112000', '163852.114000', '163852.117000', '163852.119000', '163852.122000', '163852.125000', '163852.127000', '163852.130000', '163852.132000', '163852.135000', '163852.137000', '163852.140000', '163852.143000', '163852.145000', '163852.148000', '163912.034000', '163912.037000', '163912.040000', '163912.043000', '163912.046000', '163912.049000', '163912.051000', '163912.054000', '163912.057000', '163912.059000', '163912.062000', '163912.065000', '163912.067000', '163912.070000', '163912.072000', '163912.075000', '163912.078000', '163912.080000', '163912.083000', '163912.086000', '163912.088000', '163912.091000', '163912.093000', '163912.096000', '163912.099000', '163912.101000', '163912.104000', '163912.106000', '163912.109000', '163912.112000', '163912.114000', '163912.117000', '163912.119000', '163912.122000', '163912.124000', '163912.127000', '163912.130000', '163912.132000', '163912.135000', '163912.137000', '163912.140000', '163912.143000', '163912.145000', '163932.035000', '163932.038000', '163932.041000', '163932.044000', '163932.046000', '163932.049000', '163932.051000', '163932.054000', '163932.057000', '163932.059000', '163932.062000', '163932.064000', '163932.067000', '163932.069000', '163932.072000', '163932.075000', '163932.077000', '163932.080000', '163932.083000', '163932.085000', '163932.088000', '163932.091000', '163932.093000', '163932.096000', '163932.098000', '163932.101000', '163932.104000', '163932.107000', '163932.109000', '163932.112000', '163932.115000', '163932.117000', '163932.120000', '163932.123000', '163932.125000', '163932.128000', '163932.130000', '163932.133000', '163932.136000', '163932.138000', '163932.141000', '163932.143000', '163932.146000', '163932.149000', '163952.036000', '163952.038000', '163952.041000', '163952.044000', '163952.046000', '163952.049000', '163952.051000', '163952.054000', '163952.056000', '163952.059000', '163952.062000', '163952.064000', '163952.067000', '163952.069000', '163952.072000', '163952.075000', '163952.077000', '163952.080000', '163952.083000', '163952.085000', '163952.088000', '163952.090000', '163952.093000', '163952.096000', '163952.098000', '163952.101000', '163952.103000', '163952.106000', '163952.109000', '163952.111000', '163952.114000', '163952.116000', '163952.119000', '163952.121000', '163952.124000', '163952.127000', '163952.129000', '163952.132000', '163952.134000', '163952.137000', '163952.139000', '163952.142000', '163952.144000', '163952.147000', '164012.035000', '164012.038000', '164012.041000', '164012.043000', '164012.046000', '164012.049000', '164012.051000', '164012.054000', '164012.056000', '164012.059000', '164012.061000', '164012.064000', '164012.067000', '164012.069000', '164012.072000', '164012.074000', '164012.077000', '164012.079000', '164012.082000', '164012.085000', '164012.087000', '164012.090000', '164012.092000', '164012.095000', '164012.097000', '164012.100000', '164012.103000', '164012.105000', '164012.108000', '164012.110000', '164012.113000', '164012.116000', '164012.118000', '164012.121000', '164012.123000', '164012.126000', '164012.128000', '164012.131000', '164012.134000', '164012.136000', '164012.139000', '164012.141000', '164012.144000', '164032.035000', '164032.038000', '164032.041000', '164032.043000', '164032.046000', '164032.049000', '164032.051000', '164032.054000', '164032.056000', '164032.059000', '164032.062000', '164032.064000', '164032.067000', '164032.069000', '164032.072000', '164032.075000', '164032.077000', '164032.080000', '164032.082000', '164032.085000', '164032.088000', '164032.090000', '164032.093000', '164032.096000', '164032.098000', '164032.101000', '164032.103000', '164032.106000', '164032.108000', '164032.111000', '164032.114000', '164032.116000', '164032.119000', '164032.121000', '164032.131000', '164032.134000', '164032.136000', '164032.139000', '164032.142000', '164032.144000', '164032.147000', '164032.149000', '164032.152000', '164032.155000', '164052.036000', '164052.107000', '164052.109000', '164052.112000', '164052.114000', '164052.117000', '164052.120000', '164052.122000', '164052.125000', '164052.127000', '164052.130000', '164052.132000', '164052.135000', '164052.138000', '164052.140000', '164052.143000', '164052.145000', '164052.148000', '164052.151000', '164052.153000', '164052.156000', '164052.158000', '164052.161000', '164052.164000', '164052.166000', '164052.169000', '164052.171000', '164052.174000', '164052.177000', '164052.179000', '164052.182000', '164052.184000', '164052.187000', '164052.189000', '164052.192000', '164052.195000', '164052.197000', '164052.200000', '164052.202000', '164052.205000', '164052.208000', '164052.210000', '164052.213000', '164112.034000', '164112.037000', '164112.040000', '164112.042000', '164112.045000', '164112.047000', '164112.050000', '164112.053000', '164112.055000', '164112.058000', '164112.060000', '164112.064000', '164112.067000', '164112.084000', '164112.087000', '164112.089000', '164112.092000', '164112.094000', '164112.097000', '164112.099000', '164112.102000', '164112.105000', '164112.107000', '164112.110000', '164112.112000', '164112.115000', '164112.118000', '164112.120000', '164112.123000', '164112.125000', '164112.128000', '164112.131000', '164112.133000', '164112.136000', '164112.138000', '164112.141000', '164112.144000', '164112.146000', '164112.170000', '164112.173000', '164112.175000', '164112.178000', '164112.181000', '164112.183000', '164132.035000', '164132.037000', '164132.040000', '164132.043000', '164132.045000', '164132.048000', '164132.050000', '164132.053000', '164132.056000', '164132.058000', '164132.061000', '164132.063000', '164132.066000', '164132.068000', '164132.071000', '164132.074000', '164132.076000', '164132.079000', '164132.081000', '164132.084000', '164132.087000', '164132.089000', '164132.092000', '164132.094000', '164132.097000', '164132.100000', '164132.102000', '164132.105000', '164132.108000', '164132.110000', '164132.113000', '164132.115000', '164132.118000', '164132.120000', '164132.123000', '164132.126000', '164132.128000', '164132.131000', '164132.134000', '164132.136000', '164132.139000', '164132.142000', '164132.144000', '164152.036000', '164152.039000', '164152.042000', '164152.045000', '164152.048000', '164152.050000', '164152.053000', '164152.055000', '164152.059000', '164152.062000', '164152.064000', '164152.067000', '164152.070000', '164152.072000', '164152.075000', '164152.077000', '164152.080000', '164152.082000', '164152.085000', '164152.095000', '164152.098000', '164152.100000', '164152.103000', '164152.106000', '164152.109000', '164152.111000', '164152.114000', '164152.117000', '164152.119000', '164152.122000', '164152.124000', '164152.127000', '164152.129000', '164152.132000', '164152.135000', '164152.137000', '164152.140000', '164152.142000', '164152.145000', '164152.148000', '164152.150000', '164152.153000', '164152.155000', '164212.035000', '164212.038000', '164212.041000', '164212.044000', '164212.046000', '164212.049000', '164212.051000', '164212.054000', '164212.057000', '164212.059000', '164212.062000', '164212.065000', '164212.067000', '164212.070000', '164212.072000', '164212.075000', '164212.077000', '164212.080000', '164212.083000', '164212.085000', '164212.088000', '164212.090000', '164212.093000', '164212.095000', '164212.098000', '164212.101000', '164212.103000', '164212.106000', '164212.108000', '164212.111000', '164212.114000', '164212.116000', '164212.119000', '164212.121000', '164212.124000', '164212.127000', '164212.129000', '164212.132000', '164212.134000', '164212.137000', '164212.140000', '164212.142000', '164212.145000', '164212.147000', '164212.737000', '164212.740000'], 'InstanceCreationTime': ['163552.068000', '163552.071000', '163552.074000', '163552.076000', '163552.079000', '163552.081000', '163552.084000', '163552.093000', '163552.095000', '163552.098000', '163552.100000', '163552.103000', '163552.105000', '163552.108000', '163552.111000', '163552.114000', '163552.116000', '163552.119000', '163552.121000', '163552.131000', '163552.134000', '163552.136000', '163552.139000', '163552.142000', '163552.144000', '163552.147000', '163552.149000', '163552.152000', '163552.155000', '163552.157000', '163552.160000', '163552.163000', '163552.165000', '163552.168000', '163552.170000', '163552.173000', '163552.176000', '163552.178000', '163552.181000', '163552.183000', '163552.186000', '163552.189000', '163552.191000', '163552.194000', '163612.035000', '163612.038000', '163612.041000', '163612.043000', '163612.046000', '163612.049000', '163612.051000', '163612.054000', '163612.057000', '163612.059000', '163612.062000', '163612.064000', '163612.067000', '163612.070000', '163612.072000', '163612.075000', '163612.077000', '163612.080000', '163612.083000', '163612.085000', '163612.088000', '163612.090000', '163612.093000', '163612.095000', '163612.098000', '163612.101000', '163612.104000', '163612.107000', '163612.110000', '163612.112000', '163612.115000', '163612.118000', '163612.120000', '163612.123000', '163612.126000', '163612.128000', '163612.131000', '163612.133000', '163612.136000', '163612.138000', '163612.141000', '163612.144000', '163612.154000', '163632.034000', '163632.038000', '163632.040000', '163632.043000', '163632.045000', '163632.048000', '163632.056000', '163632.059000', '163632.061000', '163632.064000', '163632.067000', '163632.069000', '163632.072000', '163632.074000', '163632.077000', '163632.080000', '163632.082000', '163632.085000', '163632.087000', '163632.090000', '163632.093000', '163632.095000', '163632.098000', '163632.100000', '163632.103000', '163632.119000', '163632.122000', '163632.124000', '163632.127000', '163632.129000', '163632.137000', '163632.140000', '163632.142000', '163632.145000', '163632.148000', '163632.150000', '163632.153000', '163632.155000', '163632.158000', '163632.161000', '163632.163000', '163632.166000', '163632.168000', '163632.171000', '163652.034000', '163652.037000', '163652.040000', '163652.043000', '163652.045000', '163652.048000', '163652.050000', '163652.053000', '163652.056000', '163652.059000', '163652.061000', '163652.064000', '163652.067000', '163652.069000', '163652.072000', '163652.075000', '163652.077000', '163652.080000', '163652.082000', '163652.085000', '163652.088000', '163652.090000', '163652.093000', '163652.096000', '163652.098000', '163652.101000', '163652.103000', '163652.106000', '163652.109000', '163652.111000', '163652.114000', '163652.117000', '163652.120000', '163652.122000', '163652.125000', '163652.128000', '163652.131000', '163652.134000', '163652.136000', '163652.139000', '163652.141000', '163652.144000', '163652.147000', '163712.035000', '163712.038000', '163712.041000', '163712.043000', '163712.046000', '163712.048000', '163712.051000', '163712.053000', '163712.056000', '163712.059000', '163712.061000', '163712.064000', '163712.066000', '163712.069000', '163712.072000', '163712.074000', '163712.077000', '163712.079000', '163712.082000', '163712.084000', '163712.087000', '163712.089000', '163712.092000', '163712.095000', '163712.097000', '163712.100000', '163712.102000', '163712.105000', '163712.108000', '163712.110000', '163712.113000', '163712.124000', '163712.127000', '163712.130000', '163712.132000', '163712.135000', '163712.138000', '163712.140000', '163712.143000', '163712.146000', '163712.148000', '163712.151000', '163712.153000', '163712.156000', '163732.035000', '163732.038000', '163732.041000', '163732.043000', '163732.046000', '163732.049000', '163732.051000', '163732.054000', '163732.056000', '163732.059000', '163732.061000', '163732.064000', '163732.067000', '163732.069000', '163732.072000', '163732.075000', '163732.077000', '163732.080000', '163732.082000', '163732.085000', '163732.088000', '163732.090000', '163732.093000', '163732.095000', '163732.098000', '163732.101000', '163732.103000', '163732.106000', '163732.108000', '163732.111000', '163732.114000', '163732.116000', '163732.125000', '163732.128000', '163732.130000', '163732.133000', '163732.136000', '163732.138000', '163732.141000', '163732.143000', '163732.146000', '163732.149000', '163732.152000', '163752.035000', '163752.038000', '163752.041000', '163752.043000', '163752.046000', '163752.048000', '163752.051000', '163752.053000', '163752.056000', '163752.059000', '163752.062000', '163752.065000', '163752.068000', '163752.071000', '163752.073000', '163752.076000', '163752.078000', '163752.081000', '163752.083000', '163752.086000', '163752.089000', '163752.091000', '163752.094000', '163752.096000', '163752.099000', '163752.101000', '163752.104000', '163752.107000', '163752.109000', '163752.112000', '163752.114000', '163752.117000', '163752.119000', '163752.122000', '163752.125000', '163752.127000', '163752.130000', '163752.132000', '163752.135000', '163752.138000', '163752.140000', '163752.143000', '163752.145000', '163812.035000', '163812.038000', '163812.041000', '163812.043000', '163812.046000', '163812.048000', '163812.051000', '163812.054000', '163812.056000', '163812.059000', '163812.061000', '163812.064000', '163812.066000', '163812.069000', '163812.072000', '163812.074000', '163812.077000', '163812.079000', '163812.082000', '163812.084000', '163812.087000', '163812.105000', '163812.108000', '163812.111000', '163812.113000', '163812.116000', '163812.118000', '163812.121000', '163812.123000', '163812.126000', '163812.129000', '163812.131000', '163812.134000', '163812.136000', '163812.139000', '163812.141000', '163812.144000', '163812.147000', '163812.149000', '163812.152000', '163812.154000', '163812.157000', '163812.160000', '163812.162000', '163832.035000', '163832.038000', '163832.041000', '163832.044000', '163832.046000', '163832.049000', '163832.052000', '163832.054000', '163832.057000', '163832.060000', '163832.062000', '163832.065000', '163832.067000', '163832.070000', '163832.073000', '163832.075000', '163832.078000', '163832.080000', '163832.083000', '163832.085000', '163832.088000', '163832.091000', '163832.093000', '163832.096000', '163832.098000', '163832.101000', '163832.104000', '163832.106000', '163832.109000', '163832.111000', '163832.114000', '163832.117000', '163832.119000', '163832.122000', '163832.124000', '163832.127000', '163832.130000', '163832.132000', '163832.135000', '163832.137000', '163832.140000', '163832.142000', '163832.145000', '163832.148000', '163852.035000', '163852.037000', '163852.040000', '163852.042000', '163852.045000', '163852.048000', '163852.050000', '163852.053000', '163852.055000', '163852.058000', '163852.060000', '163852.063000', '163852.066000', '163852.068000', '163852.071000', '163852.073000', '163852.076000', '163852.078000', '163852.081000', '163852.084000', '163852.086000', '163852.089000', '163852.091000', '163852.094000', '163852.096000', '163852.099000', '163852.102000', '163852.104000', '163852.112000', '163852.114000', '163852.117000', '163852.119000', '163852.122000', '163852.125000', '163852.127000', '163852.130000', '163852.132000', '163852.135000', '163852.137000', '163852.140000', '163852.143000', '163852.145000', '163852.148000', '163912.034000', '163912.037000', '163912.040000', '163912.043000', '163912.046000', '163912.049000', '163912.051000', '163912.054000', '163912.057000', '163912.059000', '163912.062000', '163912.065000', '163912.067000', '163912.070000', '163912.072000', '163912.075000', '163912.078000', '163912.080000', '163912.083000', '163912.086000', '163912.088000', '163912.091000', '163912.093000', '163912.096000', '163912.099000', '163912.101000', '163912.104000', '163912.106000', '163912.109000', '163912.112000', '163912.114000', '163912.117000', '163912.119000', '163912.122000', '163912.124000', '163912.127000', '163912.130000', '163912.132000', '163912.135000', '163912.137000', '163912.140000', '163912.143000', '163912.145000', '163932.035000', '163932.038000', '163932.041000', '163932.044000', '163932.046000', '163932.049000', '163932.051000', '163932.054000', '163932.057000', '163932.059000', '163932.062000', '163932.064000', '163932.067000', '163932.069000', '163932.072000', '163932.075000', '163932.077000', '163932.080000', '163932.083000', '163932.085000', '163932.088000', '163932.091000', '163932.093000', '163932.096000', '163932.098000', '163932.101000', '163932.104000', '163932.107000', '163932.109000', '163932.112000', '163932.115000', '163932.117000', '163932.120000', '163932.123000', '163932.125000', '163932.128000', '163932.130000', '163932.133000', '163932.136000', '163932.138000', '163932.141000', '163932.143000', '163932.146000', '163932.149000', '163952.036000', '163952.038000', '163952.041000', '163952.044000', '163952.046000', '163952.049000', '163952.051000', '163952.054000', '163952.056000', '163952.059000', '163952.062000', '163952.064000', '163952.067000', '163952.069000', '163952.072000', '163952.075000', '163952.077000', '163952.080000', '163952.083000', '163952.085000', '163952.088000', '163952.090000', '163952.093000', '163952.096000', '163952.098000', '163952.101000', '163952.103000', '163952.106000', '163952.109000', '163952.111000', '163952.114000', '163952.116000', '163952.119000', '163952.121000', '163952.124000', '163952.127000', '163952.129000', '163952.132000', '163952.134000', '163952.137000', '163952.139000', '163952.142000', '163952.144000', '163952.147000', '164012.035000', '164012.038000', '164012.041000', '164012.043000', '164012.046000', '164012.049000', '164012.051000', '164012.054000', '164012.056000', '164012.059000', '164012.061000', '164012.064000', '164012.067000', '164012.069000', '164012.072000', '164012.074000', '164012.077000', '164012.079000', '164012.082000', '164012.085000', '164012.087000', '164012.090000', '164012.092000', '164012.095000', '164012.097000', '164012.100000', '164012.103000', '164012.105000', '164012.108000', '164012.110000', '164012.113000', '164012.116000', '164012.118000', '164012.121000', '164012.123000', '164012.126000', '164012.128000', '164012.131000', '164012.134000', '164012.136000', '164012.139000', '164012.141000', '164012.144000', '164032.035000', '164032.038000', '164032.041000', '164032.043000', '164032.046000', '164032.049000', '164032.051000', '164032.054000', '164032.056000', '164032.059000', '164032.062000', '164032.064000', '164032.067000', '164032.069000', '164032.072000', '164032.075000', '164032.077000', '164032.080000', '164032.082000', '164032.085000', '164032.088000', '164032.090000', '164032.093000', '164032.096000', '164032.098000', '164032.101000', '164032.103000', '164032.106000', '164032.108000', '164032.111000', '164032.114000', '164032.116000', '164032.119000', '164032.121000', '164032.131000', '164032.134000', '164032.136000', '164032.139000', '164032.142000', '164032.144000', '164032.147000', '164032.149000', '164032.152000', '164032.155000', '164052.036000', '164052.107000', '164052.109000', '164052.112000', '164052.114000', '164052.117000', '164052.120000', '164052.122000', '164052.125000', '164052.127000', '164052.130000', '164052.132000', '164052.135000', '164052.138000', '164052.140000', '164052.143000', '164052.145000', '164052.148000', '164052.151000', '164052.153000', '164052.156000', '164052.158000', '164052.161000', '164052.164000', '164052.166000', '164052.169000', '164052.171000', '164052.174000', '164052.177000', '164052.179000', '164052.182000', '164052.184000', '164052.187000', '164052.189000', '164052.192000', '164052.195000', '164052.197000', '164052.200000', '164052.202000', '164052.205000', '164052.208000', '164052.210000', '164052.213000', '164112.034000', '164112.037000', '164112.040000', '164112.042000', '164112.045000', '164112.047000', '164112.050000', '164112.053000', '164112.055000', '164112.058000', '164112.060000', '164112.064000', '164112.067000', '164112.084000', '164112.087000', '164112.089000', '164112.092000', '164112.094000', '164112.097000', '164112.099000', '164112.102000', '164112.105000', '164112.107000', '164112.110000', '164112.112000', '164112.115000', '164112.118000', '164112.120000', '164112.123000', '164112.125000', '164112.128000', '164112.131000', '164112.133000', '164112.136000', '164112.138000', '164112.141000', '164112.144000', '164112.146000', '164112.170000', '164112.173000', '164112.175000', '164112.178000', '164112.181000', '164112.183000', '164132.035000', '164132.037000', '164132.040000', '164132.043000', '164132.045000', '164132.048000', '164132.050000', '164132.053000', '164132.056000', '164132.058000', '164132.061000', '164132.063000', '164132.066000', '164132.068000', '164132.071000', '164132.074000', '164132.076000', '164132.079000', '164132.081000', '164132.084000', '164132.087000', '164132.089000', '164132.092000', '164132.094000', '164132.097000', '164132.100000', '164132.102000', '164132.105000', '164132.108000', '164132.110000', '164132.113000', '164132.115000', '164132.118000', '164132.120000', '164132.123000', '164132.126000', '164132.128000', '164132.131000', '164132.134000', '164132.136000', '164132.139000', '164132.142000', '164132.144000', '164152.036000', '164152.039000', '164152.042000', '164152.045000', '164152.048000', '164152.050000', '164152.053000', '164152.055000', '164152.059000', '164152.062000', '164152.064000', '164152.067000', '164152.070000', '164152.072000', '164152.075000', '164152.077000', '164152.080000', '164152.082000', '164152.085000', '164152.095000', '164152.098000', '164152.100000', '164152.103000', '164152.106000', '164152.109000', '164152.111000', '164152.114000', '164152.117000', '164152.119000', '164152.122000', '164152.124000', '164152.127000', '164152.129000', '164152.132000', '164152.135000', '164152.137000', '164152.140000', '164152.142000', '164152.145000', '164152.148000', '164152.150000', '164152.153000', '164152.155000', '164212.035000', '164212.038000', '164212.041000', '164212.044000', '164212.046000', '164212.049000', '164212.051000', '164212.054000', '164212.057000', '164212.059000', '164212.062000', '164212.065000', '164212.067000', '164212.070000', '164212.072000', '164212.075000', '164212.077000', '164212.080000', '164212.083000', '164212.085000', '164212.088000', '164212.090000', '164212.093000', '164212.095000', '164212.098000', '164212.101000', '164212.103000', '164212.106000', '164212.108000', '164212.111000', '164212.114000', '164212.116000', '164212.119000', '164212.121000', '164212.124000', '164212.127000', '164212.129000', '164212.132000', '164212.134000', '164212.137000', '164212.140000', '164212.142000', '164212.145000', '164212.147000', '164212.737000', '164212.740000'], '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': [11485, 11380, 9639, 13420, 12594, 10900, 8410, 10260, 9635, 9983, 8635, 13636, 11901, 10787, 14667, 11756, 9305, 9652, 10251, 9821, 8980, 12066, 10642, 8628, 11248, 9262, 8361, 11869, 10798, 8506, 12873, 10651, 9606, 8043, 12718, 11786, 12685, 11475, 14131, 12212, 10812, 9609, 15350, 13620, 10868, 8553, 12689, 11162, 9417, 9317, 15119, 12629, 12798, 12217, 12990, 11092, 10152, 9634, 10831, 15897, 12137, 13259, 11742, 10469, 11627, 9662, 10261, 9169, 14914, 12761, 10159, 8777, 11074, 10953, 10726, 9525, 15010, 11701, 9186, 8847, 13114, 10494, 9047, 13917, 11827, 8549, 10115, 12324, 10475, 8324, 14482, 11942, 9474, 14050, 11466, 9116, 14018, 11733, 9055, 14895, 11340, 8248, 13276, 10993, 8379, 13152, 10412, 10547, 11464, 8247, 13080, 10411, 8017, 13530, 11160, 9457, 10639, 12263, 10363, 10079, 14474, 11547, 15337, 13705, 10105, 7898, 12814, 10532, 10386, 13986, 10546, 16508, 12097, 9811, 14203, 11746, 9795, 14063, 9928, 8270, 12926, 11367, 8782, 12588, 11744, 8953, 16251, 13847, 9066, 9328, 11773, 9947, 10944, 12996, 10912, 15324, 11514, 8101, 12874, 10709, 12903, 11885, 10313, 13605, 10134, 13883, 10025, 12220, 11304, 8156, 12818, 8896, 13607, 11532, 7973, 12034, 9109, 9653, 11633, 8732, 14302, 10432, 13993, 10474, 11752, 12631, 9567, 14228, 11328, 8166, 12037, 9189, 14197, 11917, 13056, 11376, 9507, 13043, 10132, 9673, 12005, 8268, 14024, 11236, 14978, 11972, 9325, 12245, 8734, 14140, 11790, 10666, 12513, 8984, 9996, 11907, 8543, 14124, 11209, 10749, 13598, 10654, 15747, 10923, 8966, 14370, 11623, 14157, 12819, 9139, 12878, 11291, 8141, 14534, 11822, 9104, 13986, 9911, 8071, 12473, 10483, 10402, 12425, 9841, 11494, 12007, 9327, 11500, 10448, 8889, 14199, 11747, 10036, 12692, 9111, 10225, 10972, 8910, 12596, 8725, 13492, 9163, 13274, 9329, 13487, 10341, 12207, 10641, 8011, 12207, 10079, 13422, 11724, 10896, 11389, 8589, 12043, 8710, 13580, 10586, 11976, 11337, 8038, 12849, 10343, 14153, 10933, 14498, 11535, 11307, 12070, 8723, 12488, 9134, 13443, 11302, 8444, 11951, 8373, 13880, 11261, 12093, 10630, 8569, 13891, 9591, 13198, 10422, 9715, 12811, 9527, 10685, 12104, 8943, 13180, 11452, 9092, 14139, 11244, 10720, 14498, 10554, 8042, 12318, 9368, 13980, 12112, 14578, 11039, 13667, 10232, 11825, 11440, 8439, 13243, 9780, 14125, 10784, 8598, 13222, 9054, 14522, 10929, 13758, 10093, 12042, 10274, 8182, 12481, 8514, 13005, 9721, 12696, 10655, 7918, 11542, 8861, 13159, 11104, 8455, 12162, 7920, 13033, 9540, 13019, 9854, 14053, 10839, 9288, 10824, 8160, 13387, 10837, 13340, 10317, 10457, 11353, 8807, 13639, 9789, 13563, 10525, 13225, 11393, 9218, 12578, 9553, 8513, 11886, 10201, 9279, 12498, 8232, 12755, 10380, 11965, 10860, 10142, 12174, 9421, 13174, 9189, 12828, 9130, 13150, 9584, 13004, 9951, 10868, 10613, 7869, 12036, 9351, 13258, 10673, 13327, 9724, 12733, 9580, 10167, 9841, 7875, 11298, 9033, 13140, 10596, 9622, 10487, 8065, 11518, 9782, 13644, 11286, 8295, 11328, 7985, 12926, 9813, 13300, 10399, 12215, 10333, 8338, 11831, 9553, 11545, 14457, 11629, 8455, 11032, 9115, 12385, 12125, 9077, 14419, 11921, 15426, 11635, 14754, 10971, 14249, 10344, 12144, 10221, 8328, 12342, 9261, 10720, 9999, 8125, 12563, 9632, 11600, 8529, 9374, 9510, 11340, 9851, 12571, 9576, 12527, 9160, 11614, 8878, 10745, 9824, 7997, 11767, 10073, 9956, 12982, 9288, 11072, 9342, 8449, 12229, 8762, 14408, 9481, 11150, 10089, 8752, 13283, 13054, 9868, 10963, 8680, 11735, 10991, 13079, 12381, 11735, 11484, 10831, 11848, 9449, 13047, 9201, 12848, 8335, 12177, 8956, 12307, 9676, 11037, 10390, 7879, 11601, 8254, 11819, 9367, 11488, 9369, 10877, 9577, 8221, 10398, 8239, 11677, 8419, 11736, 9623, 12591, 9774, 10153, 12110, 9347, 13258, 9628, 8667, 10714, 8460, 13623, 9752, 13336, 10255, 9952, 10802, 8643, 12911, 9601, 12468, 9820, 11897, 11846, 12280, 13375, 9311, 12914, 8658, 13129, 9551, 12757, 9005, 11433, 10000, 11617, 8120, 10218, 8237, 11352, 7980, 12240, 8805, 12269, 10030, 9369, 10855, 8197, 9937, 8288, 11130, 10506, 11538, 10705, 12869, 10215, 13884, 11080, 14962, 12116, 12888, 14043, 11274, 14405, 11876, 15831, 11383, 13034, 10243, 9216, 12031, 9318, 12690, 9168, 12163, 9238, 9853, 12875, 9186, 9404, 8729, 8307, 12487, 10002, 9801, 10486, 8383, 11996, 8759, 11192, 9662, 8368, 11132, 7989, 12052, 10029, 10831, 10127, 8302, 10132, 8039, 10475, 9410, 10299, 9596, 9612, 10081, 9515, 10672, 8198, 10294, 10354, 8152, 10641, 8075, 11620, 8826, 11910, 8210, 11394, 8322, 11650, 8538, 11385, 8398, 10896, 8091, 10392, 8132, 11997, 9087, 11737, 9463, 11576, 9575, 12351, 8899, 11991, 9843, 12271, 10524, 13287, 10389, 8544, 11874, 8243, 13268, 9524, 13591, 10159, 13903, 10167, 14552, 10820, 13837, 13040, 11437, 14499, 10684, 8447, 10314, 8118, 12745, 10800, 16047, 11529, 12363, 11061, 9035, 12118, 9761, 13185, 10048, 12560, 8514, 11460, 8784, 10944, 9332, 11444, 8892, 11910, 8696, 12105, 9185, 11137, 8280, 8590, 8415, 8342, 10650, 8299, 11240, 8403, 12088, 8307, 12118, 8538, 12166, 8749, 11585, 8596, 11190, 8872, 11287, 8050, 11578, 8689, 12004, 9523, 9832, 8599, 8047, 9705, 8371, 11452, 9165, 12892, 10483, 13956, 10834, 15491, 10881, 8877, 11166, 8771, 12836, 10524, 13175, 11013, 13087, 10149, 13083, 9592, 12566, 8621, 8108, 9531, 7943, 12745, 10931, 8481, 11374, 9319, 12325, 10365, 11711, 12788, 11672, 11254, 9582, 12987, 9663, 13953, 11520, 15846, 10303, 13041, 9423, 11890, 10296, 9417, 8830, 8070, 8961, 8153, 10241, 8616, 11302, 7942, 10868, 8218, 10191, 9345, 9087, 10704, 8536, 11513, 9242, 11747, 8871, 13097, 11277, 14885, 10213, 9867, 10543, 8523, 11882, 8916, 13278, 9491, 13231, 8584, 11681, 8838, 11866, 10179, 10628, 10492, 8751, 10462, 8509, 12353, 9641, 12682, 8869, 12224, 8400, 8563, 9275, 8078, 11902, 8203, 13308, 12791, 14625, 12503, 8345, 8954, 11127, 8293, 13443, 10447, 13137, 10498, 12814, 9264, 12544, 10654, 12618], 'WindowCenter': [4450.0, 4424.0, 4401.0, 4420.0, 4405.0, 4382.0, 4350.0, 4358.0, 4358.0, 4371.0, 4361.0, 4389.0, 4382.0, 4383.0, 4401.0, 4381.0, 4350.0, 4358.0, 4358.0, 4361.0, 4348.0, 4379.0, 4384.0, 4364.0, 4380.0, 4372.0, 4353.0, 4402.0, 4397.0, 4364.0, 4392.0, 4370.0, 4371.0, 4352.0, 4403.0, 4396.0, 4406.0, 4396.0, 4417.0, 4392.0, 4383.0, 4373.0, 4401.0, 4390.0, 4368.0, 4338.0, 4377.0, 4368.0, 4359.0, 4373.0, 4402.0, 4395.0, 4405.0, 4380.0, 4391.0, 4369.0, 4370.0, 4373.0, 4384.0, 4414.0, 4392.0, 4380.0, 4382.0, 4356.0, 4368.0, 4361.0, 4372.0, 4349.0, 4403.0, 4393.0, 4359.0, 4338.0, 4381.0, 4368.0, 4383.0, 4374.0, 4400.0, 4366.0, 4349.0, 4349.0, 4392.0, 4385.0, 4361.0, 4405.0, 4383.0, 4351.0, 4370.0, 4379.0, 4371.0, 4352.0, 4415.0, 4382.0, 4360.0, 4389.0, 4369.0, 4350.0, 4392.0, 4383.0, 4364.0, 4401.0, 4369.0, 4326.0, 4365.0, 4357.0, 4337.0, 4380.0, 4370.0, 4367.0, 4380.0, 4351.0, 4393.0, 4371.0, 4340.0, 4405.0, 4408.0, 4377.0, 4375.0, 4391.0, 4372.0, 4372.0, 4403.0, 4397.0, 4416.0, 4391.0, 4374.0, 4343.0, 4391.0, 4372.0, 4374.0, 4405.0, 4373.0, 4400.0, 4382.0, 4360.0, 4406.0, 4395.0, 4361.0, 4379.0, 4348.0, 4330.0, 4379.0, 4381.0, 4351.0, 4382.0, 4381.0, 4378.0, 4406.0, 4394.0, 4352.0, 4348.0, 4368.0, 4359.0, 4367.0, 4392.0, 4384.0, 4402.0, 4371.0, 4329.0, 4377.0, 4369.0, 4378.0, 4391.0, 4359.0, 4393.0, 4357.0, 4377.0, 4347.0, 4364.0, 4356.0, 4325.0, 4378.0, 4348.0, 4405.0, 4381.0, 4340.0, 4378.0, 4349.0, 4361.0, 4383.0, 4352.0, 4404.0, 4373.0, 4390.0, 4370.0, 4381.0, 4393.0, 4361.0, 4392.0, 4370.0, 4339.0, 4367.0, 4349.0, 4389.0, 4382.0, 4391.0, 4382.0, 4375.0, 4391.0, 4372.0, 4358.0, 4382.0, 4352.0, 4416.0, 4396.0, 4401.0, 4381.0, 4349.0, 4378.0, 4352.0, 4403.0, 4382.0, 4359.0, 4368.0, 4351.0, 4347.0, 4370.0, 4352.0, 4392.0, 4382.0, 4382.0, 4392.0, 4371.0, 4400.0, 4374.0, 4339.0, 4390.0, 4383.0, 4378.0, 4365.0, 4335.0, 4365.0, 4357.0, 4327.0, 4390.0, 4380.0, 4348.0, 4389.0, 4360.0, 4341.0, 4379.0, 4369.0, 4368.0, 4379.0, 4361.0, 4383.0, 4379.0, 4359.0, 4366.0, 4357.0, 4338.0, 4403.0, 4394.0, 4358.0, 4376.0, 4350.0, 4358.0, 4370.0, 4347.0, 4392.0, 4340.0, 4389.0, 4348.0, 4377.0, 4348.0, 4390.0, 4385.0, 4381.0, 4355.0, 4326.0, 4375.0, 4359.0, 4377.0, 4380.0, 4368.0, 4381.0, 4339.0, 4379.0, 4354.0, 4391.0, 4372.0, 4367.0, 4358.0, 4324.0, 4366.0, 4356.0, 4376.0, 4368.0, 4388.0, 4382.0, 4367.0, 4369.0, 4334.0, 4378.0, 4359.0, 4378.0, 4369.0, 4337.0, 4378.0, 4339.0, 4403.0, 4371.0, 4365.0, 4357.0, 4339.0, 4392.0, 4363.0, 4379.0, 4371.0, 4361.0, 4379.0, 4360.0, 4373.0, 4381.0, 4351.0, 4378.0, 4368.0, 4348.0, 4391.0, 4382.0, 4372.0, 4388.0, 4359.0, 4329.0, 4379.0, 4361.0, 4387.0, 4380.0, 4389.0, 4367.0, 4377.0, 4358.0, 4367.0, 4369.0, 4328.0, 4388.0, 4362.0, 4376.0, 4355.0, 4323.0, 4365.0, 4336.0, 4376.0, 4355.0, 4364.0, 4344.0, 4353.0, 4347.0, 4324.0, 4365.0, 4336.0, 4363.0, 4348.0, 4380.0, 4356.0, 4325.0, 4367.0, 4361.0, 4391.0, 4380.0, 4338.0, 4379.0, 4339.0, 4378.0, 4361.0, 4377.0, 4372.0, 4402.0, 4369.0, 4349.0, 4368.0, 4339.0, 4390.0, 4370.0, 4376.0, 4357.0, 4360.0, 4371.0, 4337.0, 4376.0, 4359.0, 4377.0, 4357.0, 4391.0, 4369.0, 4348.0, 4379.0, 4349.0, 4328.0, 4368.0, 4357.0, 4349.0, 4377.0, 4338.0, 4376.0, 4357.0, 4367.0, 4368.0, 4358.0, 4378.0, 4347.0, 4376.0, 4346.0, 4365.0, 4335.0, 4363.0, 4333.0, 4363.0, 4357.0, 4355.0, 4342.0, 4312.0, 4364.0, 4346.0, 4375.0, 4357.0, 4375.0, 4348.0, 4375.0, 4346.0, 4344.0, 4346.0, 4326.0, 4366.0, 4349.0, 4390.0, 4372.0, 4359.0, 4356.0, 4329.0, 4368.0, 4372.0, 4401.0, 4372.0, 4339.0, 4367.0, 4329.0, 4377.0, 4359.0, 4390.0, 4372.0, 4379.0, 4360.0, 4339.0, 4379.0, 4360.0, 4383.0, 4391.0, 4370.0, 4339.0, 4369.0, 4350.0, 4378.0, 4393.0, 4352.0, 4378.0, 4367.0, 4375.0, 4357.0, 4376.0, 4356.0, 4374.0, 4355.0, 4364.0, 4342.0, 4322.0, 4363.0, 4334.0, 4352.0, 4346.0, 4338.0, 4378.0, 4347.0, 4354.0, 4325.0, 4333.0, 4345.0, 4354.0, 4346.0, 4364.0, 4359.0, 4378.0, 4348.0, 4366.0, 4337.0, 4356.0, 4346.0, 4327.0, 4382.0, 4361.0, 4359.0, 4377.0, 4337.0, 4354.0, 4349.0, 4342.0, 4395.0, 4364.0, 4402.0, 4362.0, 4369.0, 4360.0, 4351.0, 4404.0, 4393.0, 4359.0, 4368.0, 4338.0, 4365.0, 4356.0, 4364.0, 4365.0, 4354.0, 4355.0, 4342.0, 4353.0, 4347.0, 4365.0, 4333.0, 4352.0, 4310.0, 4351.0, 4323.0, 4351.0, 4334.0, 4355.0, 4343.0, 4312.0, 4353.0, 4324.0, 4354.0, 4345.0, 4355.0, 4348.0, 4366.0, 4346.0, 4335.0, 4368.0, 4337.0, 4367.0, 4328.0, 4367.0, 4348.0, 4369.0, 4360.0, 4371.0, 4381.0, 4350.0, 4380.0, 4349.0, 4338.0, 4383.0, 4354.0, 4391.0, 4359.0, 4380.0, 4361.0, 4359.0, 4369.0, 4338.0, 4380.0, 4362.0, 4380.0, 4359.0, 4383.0, 4381.0, 4380.0, 4380.0, 4349.0, 4366.0, 4326.0, 4365.0, 4335.0, 4366.0, 4323.0, 4356.0, 4346.0, 4356.0, 4311.0, 4344.0, 4336.0, 4365.0, 4325.0, 4367.0, 4348.0, 4366.0, 4359.0, 4348.0, 4368.0, 4339.0, 4357.0, 4353.0, 4379.0, 4373.0, 4380.0, 4373.0, 4392.0, 4373.0, 4390.0, 4370.0, 4390.0, 4380.0, 4367.0, 4376.0, 4356.0, 4376.0, 4353.0, 4363.0, 4342.0, 4351.0, 4331.0, 4319.0, 4353.0, 4321.0, 4351.0, 4321.0, 4350.0, 4332.0, 4345.0, 4363.0, 4333.0, 4334.0, 4324.0, 4326.0, 4365.0, 4346.0, 4345.0, 4357.0, 4327.0, 4366.0, 4351.0, 4367.0, 4347.0, 4326.0, 4355.0, 4327.0, 4369.0, 4359.0, 4356.0, 4347.0, 4325.0, 4347.0, 4324.0, 4356.0, 4334.0, 4355.0, 4344.0, 4345.0, 4356.0, 4348.0, 4354.0, 4337.0, 4355.0, 4357.0, 4327.0, 4369.0, 4340.0, 4380.0, 4349.0, 4379.0, 4337.0, 4368.0, 4327.0, 4370.0, 4339.0, 4378.0, 4341.0, 4369.0, 4340.0, 4368.0, 4342.0, 4381.0, 4361.0, 4379.0, 4373.0, 4380.0, 4372.0, 4381.0, 4352.0, 4381.0, 4372.0, 4379.0, 4371.0, 4391.0, 4370.0, 4339.0, 4379.0, 4340.0, 4379.0, 4360.0, 4380.0, 4360.0, 4379.0, 4361.0, 4387.0, 4371.0, 4391.0, 4380.0, 4380.0, 4378.0, 4355.0, 4324.0, 4356.0, 4328.0, 4379.0, 4371.0, 4389.0, 4380.0, 4377.0, 4367.0, 4337.0, 4366.0, 4358.0, 4377.0, 4346.0, 4354.0, 4324.0, 4353.0, 4324.0, 4344.0, 4336.0, 4353.0, 4336.0, 4354.0, 4337.0, 4366.0, 4347.0, 4354.0, 4326.0, 4333.0, 4336.0, 4340.0, 4381.0, 4351.0, 4369.0, 4339.0, 4378.0, 4339.0, 4369.0, 4339.0, 4378.0, 4339.0, 4379.0, 4352.0, 4368.0, 4351.0, 4367.0, 4340.0, 4377.0, 4352.0, 4391.0, 4362.0, 4372.0, 4353.0, 4341.0, 4373.0, 4352.0, 4396.0, 4375.0, 4393.0, 4371.0, 4391.0, 4382.0, 4389.0, 4371.0, 4350.0, 4369.0, 4339.0, 4381.0, 4358.0, 4391.0, 4356.0, 4378.0, 4358.0, 4378.0, 4347.0, 4365.0, 4339.0, 4327.0, 4361.0, 4343.0, 4381.0, 4372.0, 4352.0, 4372.0, 4352.0, 4380.0, 4361.0, 4369.0, 4378.0, 4358.0, 4358.0, 4337.0, 4366.0, 4346.0, 4392.0, 4370.0, 4376.0, 4345.0, 4351.0, 4333.0, 4357.0, 4347.0, 4335.0, 4334.0, 4315.0, 4337.0, 4326.0, 4359.0, 4350.0, 4366.0, 4327.0, 4356.0, 4340.0, 4358.0, 4362.0, 4350.0, 4371.0, 4350.0, 4380.0, 4362.0, 4383.0, 4376.0, 4389.0, 4367.0, 4387.0, 4359.0, 4347.0, 4357.0, 4336.0, 4381.0, 4338.0, 4379.0, 4347.0, 4366.0, 4335.0, 4355.0, 4336.0, 4367.0, 4356.0, 4356.0, 4357.0, 4325.0, 4355.0, 4335.0, 4378.0, 4347.0, 4368.0, 4345.0, 4365.0, 4338.0, 4336.0, 4336.0, 4316.0, 4366.0, 4326.0, 4389.0, 4378.0, 4379.0, 4368.0, 4339.0, 4336.0, 4366.0, 4338.0, 4387.0, 4369.0, 4379.0, 4360.0, 4378.0, 4349.0, 4366.0, 4358.0, 4366.0], 'WindowWidth': [9804.0, 9755.0, 9716.0, 9735.0, 9711.0, 9671.0, 9622.0, 9628.0, 9630.0, 9651.0, 9637.0, 9674.0, 9668.0, 9673.0, 9695.0, 9665.0, 9620.0, 9628.0, 9628.0, 9636.0, 9614.0, 9658.0, 9673.0, 9649.0, 9662.0, 9655.0, 9630.0, 9700.0, 9696.0, 9645.0, 9678.0, 9647.0, 9653.0, 9627.0, 9699.0, 9692.0, 9709.0, 9691.0, 9726.0, 9682.0, 9669.0, 9657.0, 9695.0, 9674.0, 9642.0, 9599.0, 9650.0, 9640.0, 9632.0, 9658.0, 9693.0, 9689.0, 9705.0, 9658.0, 9675.0, 9641.0, 9645.0, 9656.0, 9672.0, 9714.0, 9679.0, 9660.0, 9665.0, 9621.0, 9637.0, 9637.0, 9650.0, 9615.0, 9697.0, 9678.0, 9631.0, 9600.0, 9663.0, 9640.0, 9668.0, 9659.0, 9688.0, 9633.0, 9614.0, 9615.0, 9678.0, 9677.0, 9637.0, 9704.0, 9668.0, 9621.0, 9644.0, 9656.0, 9651.0, 9623.0, 9715.0, 9665.0, 9633.0, 9671.0, 9643.0, 9616.0, 9675.0, 9665.0, 9643.0, 9689.0, 9640.0, 9577.0, 9630.0, 9624.0, 9596.0, 9657.0, 9643.0, 9638.0, 9661.0, 9623.0, 9680.0, 9650.0, 9606.0, 9703.0, 9713.0, 9666.0, 9657.0, 9676.0, 9653.0, 9651.0, 9695.0, 9693.0, 9718.0, 9675.0, 9654.0, 9612.0, 9675.0, 9652.0, 9654.0, 9701.0, 9655.0, 9689.0, 9663.0, 9629.0, 9701.0, 9687.0, 9633.0, 9652.0, 9609.0, 9588.0, 9653.0, 9660.0, 9619.0, 9661.0, 9661.0, 9669.0, 9701.0, 9680.0, 9621.0, 9610.0, 9634.0, 9627.0, 9636.0, 9678.0, 9670.0, 9691.0, 9645.0, 9588.0, 9649.0, 9641.0, 9654.0, 9677.0, 9628.0, 9680.0, 9622.0, 9648.0, 9607.0, 9625.0, 9617.0, 9575.0, 9649.0, 9612.0, 9699.0, 9662.0, 9608.0, 9654.0, 9618.0, 9633.0, 9668.0, 9624.0, 9698.0, 9655.0, 9672.0, 9646.0, 9662.0, 9681.0, 9634.0, 9679.0, 9645.0, 9599.0, 9635.0, 9613.0, 9669.0, 9664.0, 9676.0, 9667.0, 9661.0, 9676.0, 9651.0, 9628.0, 9664.0, 9625.0, 9720.0, 9690.0, 9690.0, 9663.0, 9615.0, 9653.0, 9626.0, 9695.0, 9665.0, 9627.0, 9636.0, 9617.0, 9607.0, 9641.0, 9622.0, 9677.0, 9663.0, 9665.0, 9679.0, 9646.0, 9685.0, 9654.0, 9599.0, 9673.0, 9665.0, 9653.0, 9629.0, 9587.0, 9627.0, 9619.0, 9581.0, 9671.0, 9659.0, 9613.0, 9666.0, 9630.0, 9605.0, 9653.0, 9641.0, 9640.0, 9654.0, 9633.0, 9664.0, 9656.0, 9629.0, 9635.0, 9622.0, 9597.0, 9695.0, 9684.0, 9625.0, 9645.0, 9615.0, 9624.0, 9644.0, 9609.0, 9677.0, 9602.0, 9669.0, 9612.0, 9648.0, 9610.0, 9670.0, 9674.0, 9662.0, 9617.0, 9579.0, 9643.0, 9628.0, 9650.0, 9657.0, 9640.0, 9662.0, 9600.0, 9654.0, 9628.0, 9677.0, 9652.0, 9635.0, 9621.0, 9575.0, 9631.0, 9621.0, 9646.0, 9639.0, 9667.0, 9665.0, 9635.0, 9638.0, 9587.0, 9649.0, 9629.0, 9651.0, 9641.0, 9597.0, 9654.0, 9602.0, 9694.0, 9646.0, 9631.0, 9622.0, 9602.0, 9677.0, 9635.0, 9652.0, 9645.0, 9633.0, 9654.0, 9629.0, 9652.0, 9662.0, 9623.0, 9652.0, 9637.0, 9612.0, 9676.0, 9664.0, 9650.0, 9667.0, 9625.0, 9587.0, 9656.0, 9632.0, 9663.0, 9657.0, 9667.0, 9636.0, 9647.0, 9624.0, 9634.0, 9638.0, 9582.0, 9666.0, 9636.0, 9645.0, 9616.0, 9569.0, 9628.0, 9590.0, 9643.0, 9613.0, 9623.0, 9600.0, 9609.0, 9606.0, 9573.0, 9628.0, 9590.0, 9624.0, 9611.0, 9660.0, 9621.0, 9576.0, 9636.0, 9634.0, 9677.0, 9660.0, 9600.0, 9657.0, 9604.0, 9652.0, 9633.0, 9650.0, 9652.0, 9693.0, 9641.0, 9612.0, 9639.0, 9600.0, 9673.0, 9645.0, 9646.0, 9622.0, 9629.0, 9647.0, 9595.0, 9645.0, 9625.0, 9646.0, 9622.0, 9677.0, 9641.0, 9611.0, 9653.0, 9611.0, 9580.0, 9637.0, 9623.0, 9612.0, 9647.0, 9597.0, 9644.0, 9622.0, 9634.0, 9638.0, 9625.0, 9652.0, 9607.0, 9646.0, 9604.0, 9628.0, 9588.0, 9622.0, 9584.0, 9623.0, 9624.0, 9616.0, 9593.0, 9555.0, 9626.0, 9606.0, 9643.0, 9622.0, 9642.0, 9612.0, 9645.0, 9605.0, 9599.0, 9604.0, 9578.0, 9632.0, 9616.0, 9674.0, 9652.0, 9628.0, 9621.0, 9587.0, 9638.0, 9654.0, 9690.0, 9647.0, 9598.0, 9634.0, 9587.0, 9650.0, 9628.0, 9671.0, 9652.0, 9654.0, 9628.0, 9598.0, 9653.0, 9632.0, 9668.0, 9676.0, 9644.0, 9601.0, 9639.0, 9614.0, 9650.0, 9681.0, 9623.0, 9650.0, 9636.0, 9642.0, 9620.0, 9645.0, 9619.0, 9640.0, 9616.0, 9626.0, 9593.0, 9567.0, 9621.0, 9586.0, 9606.0, 9604.0, 9601.0, 9653.0, 9608.0, 9610.0, 9574.0, 9583.0, 9601.0, 9610.0, 9603.0, 9624.0, 9630.0, 9651.0, 9611.0, 9633.0, 9595.0, 9617.0, 9605.0, 9583.0, 9664.0, 9634.0, 9627.0, 9648.0, 9593.0, 9612.0, 9613.0, 9609.0, 9686.0, 9647.0, 9691.0, 9636.0, 9641.0, 9631.0, 9620.0, 9698.0, 9678.0, 9628.0, 9639.0, 9599.0, 9628.0, 9617.0, 9624.0, 9627.0, 9610.0, 9614.0, 9593.0, 9610.0, 9611.0, 9629.0, 9582.0, 9604.0, 9547.0, 9602.0, 9568.0, 9602.0, 9584.0, 9617.0, 9597.0, 9555.0, 9610.0, 9574.0, 9611.0, 9605.0, 9613.0, 9613.0, 9633.0, 9608.0, 9592.0, 9642.0, 9596.0, 9636.0, 9583.0, 9634.0, 9611.0, 9639.0, 9632.0, 9647.0, 9661.0, 9619.0, 9657.0, 9613.0, 9598.0, 9668.0, 9632.0, 9676.0, 9631.0, 9658.0, 9633.0, 9626.0, 9639.0, 9598.0, 9658.0, 9638.0, 9658.0, 9631.0, 9666.0, 9660.0, 9655.0, 9656.0, 9610.0, 9628.0, 9575.0, 9626.0, 9587.0, 9629.0, 9567.0, 9615.0, 9606.0, 9616.0, 9551.0, 9598.0, 9593.0, 9629.0, 9577.0, 9635.0, 9614.0, 9633.0, 9626.0, 9612.0, 9637.0, 9601.0, 9626.0, 9626.0, 9657.0, 9652.0, 9658.0, 9653.0, 9679.0, 9651.0, 9671.0, 9645.0, 9673.0, 9658.0, 9633.0, 9645.0, 9618.0, 9645.0, 9609.0, 9621.0, 9589.0, 9600.0, 9574.0, 9558.0, 9607.0, 9561.0, 9601.0, 9563.0, 9599.0, 9578.0, 9601.0, 9624.0, 9579.0, 9582.0, 9574.0, 9577.0, 9627.0, 9606.0, 9604.0, 9622.0, 9580.0, 9633.0, 9621.0, 9636.0, 9608.0, 9579.0, 9617.0, 9581.0, 9638.0, 9630.0, 9620.0, 9605.0, 9574.0, 9605.0, 9572.0, 9618.0, 9587.0, 9617.0, 9599.0, 9604.0, 9617.0, 9609.0, 9615.0, 9596.0, 9616.0, 9622.0, 9582.0, 9642.0, 9608.0, 9658.0, 9615.0, 9654.0, 9597.0, 9637.0, 9581.0, 9644.0, 9601.0, 9654.0, 9608.0, 9639.0, 9605.0, 9640.0, 9612.0, 9659.0, 9637.0, 9657.0, 9654.0, 9660.0, 9653.0, 9661.0, 9624.0, 9660.0, 9653.0, 9656.0, 9647.0, 9674.0, 9643.0, 9602.0, 9654.0, 9605.0, 9654.0, 9631.0, 9655.0, 9631.0, 9653.0, 9633.0, 9664.0, 9646.0, 9673.0, 9659.0, 9658.0, 9651.0, 9615.0, 9573.0, 9618.0, 9586.0, 9654.0, 9648.0, 9669.0, 9659.0, 9649.0, 9636.0, 9592.0, 9632.0, 9624.0, 9648.0, 9603.0, 9610.0, 9572.0, 9609.0, 9572.0, 9597.0, 9589.0, 9608.0, 9591.0, 9613.0, 9593.0, 9632.0, 9608.0, 9614.0, 9579.0, 9585.0, 9595.0, 9607.0, 9664.0, 9623.0, 9641.0, 9603.0, 9650.0, 9601.0, 9640.0, 9601.0, 9651.0, 9600.0, 9655.0, 9625.0, 9640.0, 9619.0, 9636.0, 9606.0, 9652.0, 9626.0, 9677.0, 9639.0, 9651.0, 9627.0, 9608.0, 9654.0, 9624.0, 9690.0, 9661.0, 9680.0, 9649.0, 9676.0, 9665.0, 9669.0, 9646.0, 9615.0, 9641.0, 9599.0, 9661.0, 9625.0, 9676.0, 9620.0, 9652.0, 9624.0, 9652.0, 9609.0, 9628.0, 9600.0, 9582.0, 9632.0, 9613.0, 9660.0, 9650.0, 9622.0, 9645.0, 9621.0, 9657.0, 9631.0, 9639.0, 9651.0, 9620.0, 9622.0, 9589.0, 9630.0, 9604.0, 9676.0, 9644.0, 9645.0, 9600.0, 9602.0, 9580.0, 9618.0, 9605.0, 9585.0, 9585.0, 9559.0, 9593.0, 9578.0, 9629.0, 9618.0, 9631.0, 9580.0, 9617.0, 9603.0, 9624.0, 9639.0, 9617.0, 9647.0, 9618.0, 9659.0, 9638.0, 9666.0, 9666.0, 9669.0, 9635.0, 9661.0, 9626.0, 9607.0, 9621.0, 9592.0, 9664.0, 9599.0, 9655.0, 9608.0, 9632.0, 9591.0, 9614.0, 9592.0, 9635.0, 9618.0, 9618.0, 9620.0, 9573.0, 9616.0, 9589.0, 9650.0, 9609.0, 9638.0, 9606.0, 9632.0, 9600.0, 9591.0, 9591.0, 9562.0, 9631.0, 9579.0, 9670.0, 9652.0, 9651.0, 9635.0, 9601.0, 9593.0, 9633.0, 9600.0, 9665.0, 9641.0, 9655.0, 9629.0, 9650.0, 9610.0, 9631.0, 9623.0, 9632.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.008538356321839082</td></tr>
<tr><td colspan=3>aqi</td><td>0.03384212804597701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.13943044219797</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.274684021657078</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.113041879666282</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>6117.1729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12335585715179717</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.563218390804598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5887518738071367</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.613231846786607</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6717052999379454</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4813184746968573</td></tr>
<tr><td colspan=3>gcor</td><td>0.00974885</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014966468326747417</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027377480641007423</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.971144837554108</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>31.8063</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.1056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.0408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300198.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>717.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.0714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.938</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.0818</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3565.5397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.5577</td></tr>
<tr><td colspan=3>tsnr</td><td>34.60890205204487</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>