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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-01/func/sub-0102_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fb4a21cd1b4b1a62315385293eae1151</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:04:13.817500</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.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2947c551-0809-4894-a8a9-92204de1075b||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.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['160413.817500', '160414.277500', '160414.737500', '160415.197500', '160415.657500', '160416.117500', '160416.577500', '160417.037500', '160417.497500', '160417.957500', '160418.417500', '160418.877500', '160419.337500', '160419.797500', '160420.257500', '160420.717500', '160421.177500', '160421.637500', '160422.097500', '160422.557500', '160423.017500', '160423.477500', '160423.937500', '160424.397500', '160424.857500', '160425.317500', '160425.777500', '160426.237500', '160426.697500', '160427.157500', '160427.617500', '160428.077500', '160428.537500', '160428.997500', '160429.457500', '160429.917500', '160430.377500', '160430.837500', '160431.297500', '160431.757500', '160432.217500', '160432.677500', '160433.137500', '160433.597500', '160434.057500', '160434.517500', '160434.977500', '160435.437500', '160435.897500', '160436.357500', '160436.817500', '160437.277500', '160437.737500', '160438.197500', '160438.657500', '160439.117500', '160439.577500', '160440.037500', '160440.497500', '160440.957500', '160441.417500', '160441.877500', '160442.337500', '160442.797500', '160443.257500', '160443.717500', '160444.177500', '160444.637500', '160445.097500', '160445.557500', '160446.017500', '160446.477500', '160446.937500', '160447.397500', '160447.857500', '160448.317500', '160448.777500', '160449.237500', '160449.697500', '160450.157500', '160450.617500', '160451.077500', '160451.537500', '160451.997500', '160452.457500', '160452.917500', '160453.377500', '160453.837500', '160454.297500', '160454.757500', '160455.217500', '160455.677500', '160456.137500', '160456.597500', '160457.057500', '160457.517500', '160457.977500', '160458.437500', '160458.897500', '160459.357500', '160459.817500', '160500.277500', '160500.737500', '160501.197500', '160501.657500', '160502.117500', '160502.577500', '160503.037500', '160503.497500', '160503.957500', '160504.417500', '160504.877500', '160505.337500', '160505.797500', '160506.257500', '160506.717500', '160507.177500', '160507.637500', '160508.097500', '160508.557500', '160509.017500', '160509.477500', '160509.937500', '160510.397500', '160510.857500', '160511.317500', '160511.777500', '160512.237500', '160512.697500', '160513.157500', '160513.617500', '160514.077500', '160514.537500', '160514.997500', '160515.457500', '160515.917500', '160516.377500', '160516.837500', '160517.297500', '160517.757500', '160518.217500', '160518.677500', '160519.137500', '160519.597500', '160520.057500', '160520.517500', '160520.977500', '160521.437500', '160521.897500', '160522.357500', '160522.817500', '160523.277500', '160523.737500', '160524.197500', '160524.657500', '160525.117500', '160525.577500', '160526.037500', '160526.497500', '160526.957500', '160527.417500', '160527.877500', '160528.337500', '160528.797500', '160529.257500', '160529.717500', '160530.177500', '160530.637500', '160531.097500', '160531.557500', '160532.017500', '160532.477500', '160532.937500', '160533.397500', '160533.857500', '160534.317500', '160534.777500', '160535.237500', '160535.697500', '160536.157500', '160536.617500', '160537.077500', '160537.537500', '160537.997500', '160538.457500', '160538.917500', '160539.377500', '160539.837500', '160540.297500', '160540.757500', '160541.217500', '160541.677500', '160542.137500', '160542.597500', '160543.057500', '160543.517500', '160543.977500', '160544.437500', '160544.897500', '160545.357500', '160545.817500', '160546.277500', '160546.737500', '160547.197500', '160547.657500', '160548.117500', '160548.577500', '160549.037500', '160549.497500', '160549.957500', '160550.417500', '160550.877500', '160551.337500', '160551.797500', '160552.257500', '160552.717500', '160553.177500', '160553.637500', '160554.097500', '160554.557500', '160555.017500', '160555.477500', '160555.937500', '160556.397500', '160556.857500', '160557.317500', '160557.777500', '160558.237500', '160558.697500', '160559.157500', '160559.617500', '160600.077500', '160600.537500', '160600.997500', '160601.457500', '160601.917500', '160602.377500', '160602.837500', '160603.297500', '160603.757500', '160604.217500', '160604.677500', '160605.137500', '160605.597500', '160606.057500', '160606.517500', '160606.977500', '160607.437500', '160607.897500', '160608.357500', '160608.817500', '160609.277500', '160609.737500', '160610.197500', '160610.657500', '160611.117500', '160611.577500', '160612.037500', '160612.497500', '160612.957500', '160613.417500', '160613.877500', '160614.337500', '160614.797500', '160615.257500', '160615.717500', '160616.177500', '160616.637500', '160617.097500', '160617.557500', '160618.017500', '160618.477500', '160618.937500', '160619.397500', '160619.857500', '160620.317500', '160620.777500', '160621.237500', '160621.697500', '160622.157500', '160622.617500', '160623.077500', '160623.537500', '160623.997500', '160624.457500', '160624.917500', '160625.377500', '160625.837500', '160626.297500', '160626.757500', '160627.217500', '160627.677500', '160628.137500', '160628.597500', '160629.057500', '160629.517500', '160629.977500', '160630.437500', '160630.897500', '160631.357500', '160631.817500', '160632.277500', '160632.737500', '160633.197500', '160633.657500', '160634.117500', '160634.577500', '160635.037500', '160635.497500', '160635.957500', '160636.417500', '160636.877500', '160637.337500', '160637.797500', '160638.257500', '160638.717500', '160639.177500', '160639.637500', '160640.097500', '160640.557500', '160641.017500', '160641.477500', '160641.937500', '160642.397500', '160642.857500', '160643.317500', '160643.777500', '160644.237500', '160644.697500', '160645.157500', '160645.617500', '160646.077500', '160646.537500', '160646.997500', '160647.457500', '160647.917500', '160648.377500', '160648.837500', '160649.297500', '160649.757500', '160650.217500', '160650.677500', '160651.137500', '160651.597500', '160652.057500', '160652.517500', '160652.977500', '160653.437500', '160653.897500', '160654.357500', '160654.817500', '160655.277500', '160655.737500', '160656.197500', '160656.657500', '160657.117500', '160657.577500', '160658.037500', '160658.497500', '160658.957500', '160659.417500', '160659.877500', '160700.337500', '160700.797500', '160701.257500', '160701.717500', '160702.177500', '160702.637500', '160703.097500', '160703.557500', '160704.017500', '160704.477500', '160704.937500', '160705.397500', '160705.857500', '160706.317500', '160706.777500', '160707.237500', '160707.697500', '160708.157500', '160708.617500', '160709.077500', '160709.537500', '160709.997500', '160710.457500', '160710.917500', '160711.377500', '160711.837500', '160712.297500', '160712.757500', '160713.217500', '160713.677500', '160714.137500', '160714.597500', '160715.057500', '160715.517500', '160715.977500', '160716.437500', '160716.897500', '160717.357500', '160717.817500', '160718.277500', '160718.737500', '160719.197500', '160719.657500', '160720.117500', '160720.577500', '160721.037500', '160721.497500', '160721.957500', '160722.417500', '160722.877500', '160723.337500', '160723.797500', '160724.257500', '160724.717500', '160725.177500', '160725.637500', '160726.097500', '160726.557500', '160727.017500', '160727.477500', '160727.937500', '160728.397500', '160728.857500', '160729.317500', '160729.777500', '160730.237500', '160730.697500', '160731.157500', '160731.617500', '160732.077500', '160732.537500', '160732.997500', '160733.457500', '160733.917500', '160734.377500', '160734.837500', '160735.297500', '160735.757500', '160736.217500', '160736.677500', '160737.137500', '160737.597500', '160738.057500', '160738.517500', '160738.977500', '160739.437500', '160739.897500', '160740.357500', '160740.817500', '160741.277500', '160741.737500', '160742.197500', '160742.657500', '160743.117500', '160743.577500', '160744.037500', '160744.497500', '160744.957500', '160745.417500', '160745.877500', '160746.337500', '160746.797500', '160747.257500', '160747.717500', '160748.177500', '160748.637500', '160749.097500', '160749.557500', '160750.017500', '160750.477500', '160750.937500', '160751.397500', '160751.857500', '160752.317500', '160752.777500', '160753.237500', '160753.697500', '160754.157500', '160754.617500', '160755.077500', '160755.537500', '160755.997500', '160756.457500', '160756.917500', '160757.377500', '160757.837500', '160758.297500', '160758.757500', '160759.217500', '160759.677500', '160800.137500', '160800.597500', '160801.057500', '160801.517500', '160801.977500', '160802.437500', '160802.897500', '160803.357500', '160803.817500', '160804.277500', '160804.737500', '160805.197500', '160805.657500', '160806.117500', '160806.577500', '160807.037500', '160807.497500', '160807.957500', '160808.417500', '160808.877500', '160809.337500', '160809.797500', '160810.257500', '160810.717500', '160811.177500', '160811.637500', '160812.097500', '160812.557500', '160813.017500', '160813.477500', '160813.937500', '160814.397500', '160814.857500', '160815.317500', '160815.777500', '160816.237500', '160816.697500', '160817.157500', '160817.617500', '160818.077500', '160818.537500', '160818.997500', '160819.457500', '160819.917500', '160820.377500', '160820.837500', '160821.297500', '160821.757500', '160822.217500', '160822.677500', '160823.137500', '160823.597500', '160824.057500', '160824.517500', '160824.977500', '160825.437500', '160825.897500', '160826.357500', '160826.817500', '160827.277500', '160827.737500', '160828.197500', '160828.657500', '160829.117500', '160829.577500', '160830.037500', '160830.497500', '160830.957500', '160831.417500', '160831.877500', '160832.337500', '160832.797500', '160833.257500', '160833.717500', '160834.177500', '160834.637500', '160835.097500', '160835.557500', '160836.017500', '160836.477500', '160836.937500', '160837.397500', '160837.857500', '160838.317500', '160838.777500', '160839.237500', '160839.697500', '160840.157500', '160840.617500', '160841.077500', '160841.537500', '160841.997500', '160842.457500', '160842.917500', '160843.377500', '160843.837500', '160844.297500', '160844.757500', '160845.217500', '160845.677500', '160846.137500', '160846.597500', '160847.057500', '160847.517500', '160847.977500', '160848.437500', '160848.897500', '160849.357500', '160849.817500', '160850.277500', '160850.737500', '160851.197500', '160851.657500', '160852.117500', '160852.577500', '160853.037500', '160853.497500', '160853.957500', '160854.417500', '160854.877500', '160855.337500', '160855.797500', '160856.257500', '160856.717500', '160857.177500', '160857.637500', '160858.097500', '160858.557500', '160859.017500', '160859.477500', '160859.937500', '160900.397500', '160900.857500', '160901.317500', '160901.777500', '160902.237500', '160902.697500', '160903.157500', '160903.617500', '160904.077500', '160904.537500', '160904.997500', '160905.457500', '160905.917500', '160906.377500', '160906.837500', '160907.297500', '160907.757500', '160908.217500', '160908.677500', '160909.137500', '160909.597500', '160910.057500', '160910.517500', '160910.977500', '160911.437500', '160911.897500', '160912.357500', '160912.817500', '160913.277500', '160913.737500', '160914.197500', '160914.657500', '160915.117500', '160915.577500', '160916.037500', '160916.497500', '160916.957500', '160917.417500', '160917.877500', '160918.337500', '160918.797500', '160919.257500', '160919.717500', '160920.177500', '160920.637500', '160921.097500', '160921.557500', '160922.017500', '160922.477500', '160922.937500', '160923.397500', '160923.857500', '160924.317500', '160924.777500', '160925.237500', '160925.697500', '160926.157500', '160926.617500', '160927.077500', '160927.537500', '160927.997500', '160928.457500', '160928.917500', '160929.377500', '160929.837500', '160930.297500', '160930.757500', '160931.217500', '160931.677500', '160932.137500', '160932.597500', '160933.057500', '160933.517500', '160933.977500', '160934.437500', '160934.897500', '160935.357500', '160935.817500', '160936.277500', '160936.737500', '160937.197500', '160937.657500', '160938.117500', '160938.577500', '160939.037500', '160939.497500', '160939.957500', '160940.417500', '160940.877500', '160941.337500', '160941.797500', '160942.257500', '160942.717500', '160943.177500', '160943.637500', '160944.097500', '160944.557500', '160945.017500', '160945.477500', '160945.937500', '160946.397500', '160946.857500', '160947.317500', '160947.777500', '160948.237500', '160948.697500', '160949.157500', '160949.617500', '160950.077500', '160950.537500', '160950.997500', '160951.457500', '160951.917500', '160952.377500', '160952.837500', '160953.297500', '160953.757500', '160954.217500', '160954.677500', '160955.137500', '160955.597500', '160956.057500', '160956.517500', '160956.977500', '160957.437500', '160957.897500', '160958.357500', '160958.817500', '160959.277500', '160959.737500', '161000.197500', '161000.657500', '161001.117500', '161001.577500', '161002.037500', '161002.497500', '161002.957500', '161003.417500', '161003.877500', '161004.337500', '161004.797500', '161005.257500', '161005.717500', '161006.177500', '161006.637500', '161007.097500', '161007.557500', '161008.017500', '161008.477500', '161008.937500', '161009.397500', '161009.857500', '161010.317500', '161010.777500', '161011.237500', '161011.697500', '161012.157500', '161012.617500', '161013.077500', '161013.537500', '161013.997500', '161014.457500', '161014.917500', '161015.377500', '161015.837500', '161016.297500', '161016.757500', '161017.217500', '161017.677500', '161018.137500', '161018.597500', '161019.057500', '161019.517500', '161019.977500', '161020.437500', '161020.897500', '161021.357500', '161021.817500', '161022.277500', '161022.737500', '161023.197500', '161023.657500', '161024.117500', '161024.577500', '161025.037500', '161025.497500', '161025.957500', '161026.417500', '161026.877500', '161027.337500', '161027.797500', '161028.257500', '161028.717500', '161029.177500', '161029.637500', '161030.097500', '161030.557500', '161031.017500', '161031.477500', '161031.937500', '161032.397500', '161032.857500', '161033.317500', '161033.777500', '161034.237500', '161034.697500', '161035.157500', '161035.617500', '161036.077500', '161036.537500', '161036.997500', '161037.457500', '161037.917500', '161038.377500', '161038.837500', '161039.297500', '161039.757500', '161040.217500', '161040.677500', '161041.137500', '161041.597500', '161042.057500', '161042.517500', '161042.977500', '161043.437500', '161043.897500', '161044.357500', '161044.817500', '161045.277500', '161045.737500', '161046.197500', '161046.657500', '161047.117500', '161047.577500', '161048.037500', '161048.497500', '161048.957500', '161049.417500', '161049.877500', '161050.337500', '161050.797500', '161051.257500', '161051.717500', '161052.177500', '161052.637500', '161053.097500', '161053.557500', '161054.017500', '161054.477500'], 'ContentTime': ['160437.398000', '160437.401000', '160437.403000', '160437.406000', '160437.408000', '160437.411000', '160437.414000', '160437.416000', '160437.419000', '160437.421000', '160437.424000', '160437.426000', '160437.429000', '160437.431000', '160437.434000', '160437.437000', '160437.439000', '160437.442000', '160437.444000', '160437.447000', '160437.450000', '160437.452000', '160437.455000', '160437.457000', '160437.460000', '160437.462000', '160437.465000', '160437.467000', '160437.470000', '160437.473000', '160437.475000', '160437.478000', '160437.480000', '160437.483000', '160437.485000', '160437.488000', '160437.490000', '160437.493000', '160437.495000', '160437.498000', '160437.500000', '160437.503000', '160437.506000', '160437.508000', '160437.511000', '160437.514000', '160437.516000', '160437.519000', '160457.396000', '160457.399000', '160457.402000', '160457.404000', '160457.407000', '160457.409000', '160457.412000', '160457.414000', '160457.417000', '160457.420000', '160457.422000', '160457.425000', '160457.427000', '160457.430000', '160457.432000', '160457.435000', '160457.437000', '160457.440000', '160457.442000', '160457.445000', '160457.448000', '160457.450000', '160457.453000', '160457.455000', '160457.458000', '160457.460000', '160457.463000', '160457.466000', '160457.468000', '160457.471000', '160457.473000', '160457.476000', '160457.478000', '160457.481000', '160457.483000', '160457.486000', '160457.489000', '160457.491000', '160457.494000', '160457.502000', '160457.505000', '160457.507000', '160457.510000', '160457.512000', '160517.397000', '160517.399000', '160517.402000', '160517.405000', '160517.407000', '160517.410000', '160517.422000', '160517.425000', '160517.427000', '160517.430000', '160517.432000', '160517.435000', '160517.437000', '160517.440000', '160517.447000', '160517.450000', '160517.452000', '160517.455000', '160517.458000', '160517.461000', '160517.464000', '160517.467000', '160517.469000', '160517.472000', '160517.474000', '160517.477000', '160517.480000', '160517.482000', '160517.485000', '160517.487000', '160517.490000', '160517.494000', '160517.497000', '160517.499000', '160517.502000', '160517.505000', '160517.507000', '160517.510000', '160517.512000', '160517.515000', '160517.518000', '160517.520000', '160517.523000', '160537.398000', '160537.400000', '160537.403000', '160537.405000', '160537.408000', '160537.411000', '160537.413000', '160537.416000', '160537.419000', '160537.421000', '160537.424000', '160537.426000', '160537.429000', '160537.431000', '160537.434000', '160537.437000', '160537.439000', '160537.442000', '160537.444000', '160537.447000', '160537.450000', '160537.452000', '160537.455000', '160537.457000', '160537.460000', '160537.463000', '160537.465000', '160537.468000', '160537.470000', '160537.473000', '160537.476000', '160537.478000', '160537.481000', '160537.484000', '160537.486000', '160537.489000', '160537.491000', '160537.494000', '160537.496000', '160537.499000', '160537.502000', '160537.504000', '160537.511000', '160537.513000', '160557.397000', '160557.400000', '160557.403000', '160557.405000', '160557.408000', '160557.411000', '160557.413000', '160557.416000', '160557.418000', '160557.421000', '160557.424000', '160557.426000', '160557.429000', '160557.431000', '160557.434000', '160557.436000', '160557.439000', '160557.441000', '160557.444000', '160557.447000', '160557.449000', '160557.452000', '160557.455000', '160557.457000', '160557.460000', '160557.463000', '160557.465000', '160557.468000', '160557.470000', '160557.473000', '160557.476000', '160557.490000', '160557.493000', '160557.495000', '160557.498000', '160557.500000', '160557.503000', '160557.506000', '160557.508000', '160557.511000', '160557.514000', '160557.516000', '160557.519000', '160617.396000', '160617.399000', '160617.402000', '160617.404000', '160617.407000', '160617.410000', '160617.412000', '160617.415000', '160617.418000', '160617.420000', '160617.423000', '160617.425000', '160617.428000', '160617.430000', '160617.433000', '160617.435000', '160617.438000', '160617.441000', '160617.443000', '160617.446000', '160617.448000', '160617.451000', '160617.454000', '160617.463000', '160617.465000', '160617.468000', '160617.471000', '160617.473000', '160617.476000', '160617.478000', '160617.481000', '160617.483000', '160617.486000', '160617.489000', '160617.491000', '160617.494000', '160617.496000', '160617.499000', '160617.501000', '160617.504000', '160617.507000', '160617.509000', '160617.512000', '160617.514000', '160637.397000', '160637.399000', '160637.402000', '160637.405000', '160637.407000', '160637.410000', '160637.412000', '160637.415000', '160637.418000', '160637.420000', '160637.423000', '160637.425000', '160637.428000', '160637.430000', '160637.433000', '160637.435000', '160637.438000', '160637.441000', '160637.443000', '160637.446000', '160637.449000', '160637.451000', '160637.454000', '160637.456000', '160637.459000', '160637.462000', '160637.464000', '160637.467000', '160637.469000', '160637.472000', '160637.475000', '160637.477000', '160637.480000', '160637.482000', '160637.485000', '160637.488000', '160637.490000', '160637.493000', '160637.495000', '160637.498000', '160637.500000', '160637.503000', '160637.506000', '160657.396000', '160657.399000', '160657.419000', '160657.422000', '160657.424000', '160657.427000', '160657.430000', '160657.432000', '160657.435000', '160657.437000', '160657.440000', '160657.442000', '160657.445000', '160657.447000', '160657.450000', '160657.453000', '160657.455000', '160657.458000', '160657.460000', '160657.463000', '160657.466000', '160657.468000', '160657.471000', '160657.473000', '160657.476000', '160657.478000', '160657.481000', '160657.484000', '160657.486000', '160657.489000', '160657.502000', '160657.504000', '160657.507000', '160657.510000', '160657.512000', '160657.515000', '160657.517000', '160657.520000', '160657.522000', '160657.525000', '160657.528000', '160657.530000', '160657.533000', '160657.535000', '160717.397000', '160717.399000', '160717.402000', '160717.405000', '160717.407000', '160717.410000', '160717.412000', '160717.415000', '160717.418000', '160717.420000', '160717.423000', '160717.425000', '160717.428000', '160717.431000', '160717.433000', '160717.436000', '160717.438000', '160717.441000', '160717.444000', '160717.446000', '160717.449000', '160717.451000', '160717.454000', '160717.457000', '160717.459000', '160717.462000', '160717.464000', '160717.467000', '160717.470000', '160717.472000', '160717.475000', '160717.477000', '160717.480000', '160717.483000', '160717.485000', '160717.488000', '160717.490000', '160717.493000', '160717.496000', '160717.498000', '160717.501000', '160717.503000', '160717.506000', '160737.397000', '160737.399000', '160737.402000', '160737.405000', '160737.407000', '160737.410000', '160737.412000', '160737.415000', '160737.418000', '160737.420000', '160737.423000', '160737.425000', '160737.428000', '160737.431000', '160737.433000', '160737.436000', '160737.438000', '160737.441000', '160737.443000', '160737.446000', '160737.449000', '160737.451000', '160737.454000', '160737.456000', '160737.459000', '160737.462000', '160737.464000', '160737.467000', '160737.469000', '160737.472000', '160737.475000', '160737.477000', '160737.480000', '160737.482000', '160737.485000', '160737.488000', '160737.490000', '160737.493000', '160737.495000', '160737.498000', '160737.501000', '160737.503000', '160737.506000', '160737.509000', '160757.398000', '160757.400000', '160757.403000', '160757.406000', '160757.408000', '160757.411000', '160757.413000', '160757.416000', '160757.418000', '160757.421000', '160757.423000', '160757.426000', '160757.429000', '160757.431000', '160757.434000', '160757.436000', '160757.439000', '160757.442000', '160757.444000', '160757.447000', '160757.449000', '160757.452000', '160757.454000', '160757.457000', '160757.460000', '160757.462000', '160757.465000', '160757.467000', '160757.470000', '160757.473000', '160757.475000', '160757.478000', '160757.480000', '160757.483000', '160757.485000', '160757.488000', '160757.491000', '160757.493000', '160757.496000', '160757.498000', '160757.501000', '160757.503000', '160757.506000', '160817.398000', '160817.401000', '160817.403000', '160817.406000', '160817.408000', '160817.411000', '160817.414000', '160817.416000', '160817.419000', '160817.421000', '160817.424000', '160817.427000', '160817.429000', '160817.432000', '160817.434000', '160817.437000', '160817.440000', '160817.442000', '160817.445000', '160817.447000', '160817.450000', '160817.452000', '160817.455000', '160817.458000', '160817.460000', '160817.463000', '160817.465000', '160817.468000', '160817.471000', '160817.473000', '160817.476000', '160817.478000', '160817.481000', '160817.484000', '160817.486000', '160817.489000', '160817.491000', '160817.494000', '160817.496000', '160817.499000', '160817.502000', '160817.511000', '160817.513000', '160817.516000', '160837.396000', '160837.399000', '160837.402000', '160837.405000', '160837.407000', '160837.410000', '160837.412000', '160837.415000', '160837.417000', '160837.420000', '160837.428000', '160837.431000', '160837.433000', '160837.436000', '160837.439000', '160837.441000', '160837.444000', '160837.447000', '160837.449000', '160837.452000', '160837.454000', '160837.457000', '160837.460000', '160837.462000', '160837.465000', '160837.468000', '160837.470000', '160837.473000', '160837.476000', '160837.478000', '160837.481000', '160837.483000', '160837.486000', '160837.488000', '160837.491000', '160837.493000', '160837.496000', '160837.499000', '160837.501000', '160837.504000', '160837.506000', '160837.509000', '160837.512000', '160857.397000', '160857.399000', '160857.402000', '160857.405000', '160857.407000', '160857.410000', '160857.412000', '160857.415000', '160857.418000', '160857.420000', '160857.423000', '160857.426000', '160857.429000', '160857.431000', '160857.434000', '160857.437000', '160857.439000', '160857.442000', '160857.445000', '160857.447000', '160857.450000', '160857.453000', '160857.455000', '160857.458000', '160857.460000', '160857.463000', '160857.466000', '160857.468000', '160857.471000', '160857.474000', '160857.476000', '160857.479000', '160857.481000', '160857.484000', '160857.487000', '160857.489000', '160857.492000', '160857.494000', '160857.497000', '160857.500000', '160857.502000', '160857.505000', '160857.508000', '160857.510000', '160917.397000', '160917.400000', '160917.402000', '160917.405000', '160917.407000', '160917.410000', '160917.413000', '160917.415000', '160917.418000', '160917.420000', '160917.423000', '160917.426000', '160917.428000', '160917.431000', '160917.434000', '160917.436000', '160917.439000', '160917.441000', '160917.444000', '160917.447000', '160917.449000', '160917.452000', '160917.454000', '160917.457000', '160917.460000', '160917.462000', '160917.465000', '160917.468000', '160917.470000', '160917.473000', '160917.475000', '160917.478000', '160917.481000', '160917.483000', '160917.486000', '160917.488000', '160917.491000', '160917.493000', '160917.496000', '160917.499000', '160917.501000', '160917.504000', '160917.506000', '160937.397000', '160937.399000', '160937.402000', '160937.404000', '160937.407000', '160937.410000', '160937.412000', '160937.415000', '160937.417000', '160937.420000', '160937.423000', '160937.425000', '160937.428000', '160937.431000', '160937.433000', '160937.436000', '160937.438000', '160937.441000', '160937.444000', '160937.446000', '160937.449000', '160937.451000', '160937.454000', '160937.457000', '160937.459000', '160937.462000', '160937.464000', '160937.467000', '160937.470000', '160937.472000', '160937.475000', '160937.477000', '160937.480000', '160937.483000', '160937.485000', '160937.488000', '160937.490000', '160937.493000', '160937.496000', '160937.498000', '160937.501000', '160937.503000', '160937.506000', '160937.508000', '160957.397000', '160957.399000', '160957.402000', '160957.405000', '160957.407000', '160957.410000', '160957.412000', '160957.415000', '160957.417000', '160957.420000', '160957.423000', '160957.425000', '160957.428000', '160957.430000', '160957.433000', '160957.436000', '160957.438000', '160957.441000', '160957.443000', '160957.446000', '160957.448000', '160957.451000', '160957.454000', '160957.456000', '160957.459000', '160957.461000', '160957.464000', '160957.466000', '160957.469000', '160957.472000', '160957.474000', '160957.477000', '160957.479000', '160957.482000', '160957.484000', '160957.487000', '160957.490000', '160957.492000', '160957.495000', '160957.498000', '160957.500000', '160957.503000', '160957.505000', '161017.397000', '161017.400000', '161017.403000', '161017.406000', '161017.408000', '161017.411000', '161017.414000', '161017.417000', '161017.419000', '161017.422000', '161017.425000', '161017.427000', '161017.430000', '161017.433000', '161017.435000', '161017.438000', '161017.440000', '161017.443000', '161017.446000', '161017.448000', '161017.451000', '161017.454000', '161017.456000', '161017.459000', '161017.462000', '161017.464000', '161017.467000', '161017.470000', '161017.472000', '161017.475000', '161017.478000', '161017.480000', '161017.483000', '161017.485000', '161017.488000', '161017.491000', '161017.495000', '161017.497000', '161017.500000', '161017.502000', '161017.505000', '161017.508000', '161017.510000', '161017.513000', '161037.397000', '161037.400000', '161037.403000', '161037.406000', '161037.408000', '161037.411000', '161037.414000', '161037.416000', '161037.419000', '161037.422000', '161037.424000', '161037.427000', '161037.429000', '161037.432000', '161037.435000', '161037.437000', '161037.440000', '161037.442000', '161037.445000', '161037.448000', '161037.450000', '161037.453000', '161037.456000', '161037.458000', '161037.461000', '161037.463000', '161037.466000', '161037.469000', '161037.471000', '161037.474000', '161037.477000', '161037.479000', '161037.482000', '161037.484000', '161037.487000', '161037.490000', '161037.493000', '161037.495000', '161037.498000', '161037.500000', '161037.503000', '161037.506000', '161037.508000', '161055.988000', '161055.991000', '161055.994000', '161055.997000', '161056.001000', '161056.003000', '161056.006000', '161056.009000', '161056.012000', '161056.014000', '161056.017000', '161056.020000', '161056.022000', '161056.025000', '161056.028000', '161056.030000', '161056.033000', '161056.036000', '161056.038000', '161056.042000', '161056.061000', '161056.064000', '161056.067000', '161056.070000', '161056.073000', '161056.075000', '161056.078000', '161056.081000', '161056.083000', '161056.086000', '161056.089000', '161056.091000', '161056.094000', '161056.097000', '161056.099000', '161056.102000', '161056.105000', '161056.107000', '161056.110000', '161056.113000', '161056.115000'], 'InstanceCreationTime': ['160437.398000', '160437.401000', '160437.403000', '160437.406000', '160437.408000', '160437.411000', '160437.414000', '160437.416000', '160437.419000', '160437.421000', '160437.424000', '160437.426000', '160437.429000', '160437.431000', '160437.434000', '160437.437000', '160437.439000', '160437.442000', '160437.444000', '160437.447000', '160437.450000', '160437.452000', '160437.455000', '160437.457000', '160437.460000', '160437.462000', '160437.465000', '160437.467000', '160437.470000', '160437.473000', '160437.475000', '160437.478000', '160437.480000', '160437.483000', '160437.485000', '160437.488000', '160437.490000', '160437.493000', '160437.495000', '160437.498000', '160437.500000', '160437.503000', '160437.506000', '160437.508000', '160437.511000', '160437.514000', '160437.516000', '160437.519000', '160457.396000', '160457.399000', '160457.402000', '160457.404000', '160457.407000', '160457.409000', '160457.412000', '160457.414000', '160457.417000', '160457.420000', '160457.422000', '160457.425000', '160457.427000', '160457.430000', '160457.432000', '160457.435000', '160457.437000', '160457.440000', '160457.442000', '160457.445000', '160457.448000', '160457.450000', '160457.453000', '160457.455000', '160457.458000', '160457.460000', '160457.463000', '160457.466000', '160457.468000', '160457.471000', '160457.473000', '160457.476000', '160457.478000', '160457.481000', '160457.483000', '160457.486000', '160457.489000', '160457.491000', '160457.494000', '160457.502000', '160457.505000', '160457.507000', '160457.510000', '160457.512000', '160517.397000', '160517.399000', '160517.402000', '160517.405000', '160517.407000', '160517.410000', '160517.422000', '160517.425000', '160517.427000', '160517.430000', '160517.432000', '160517.435000', '160517.437000', '160517.440000', '160517.447000', '160517.450000', '160517.452000', '160517.455000', '160517.458000', '160517.461000', '160517.464000', '160517.467000', '160517.469000', '160517.472000', '160517.474000', '160517.477000', '160517.480000', '160517.482000', '160517.485000', '160517.487000', '160517.490000', '160517.494000', '160517.497000', '160517.499000', '160517.502000', '160517.505000', '160517.507000', '160517.510000', '160517.512000', '160517.515000', '160517.518000', '160517.520000', '160517.523000', '160537.398000', '160537.400000', '160537.403000', '160537.405000', '160537.408000', '160537.411000', '160537.413000', '160537.416000', '160537.419000', '160537.421000', '160537.424000', '160537.426000', '160537.429000', '160537.431000', '160537.434000', '160537.437000', '160537.439000', '160537.442000', '160537.444000', '160537.447000', '160537.450000', '160537.452000', '160537.455000', '160537.457000', '160537.460000', '160537.463000', '160537.465000', '160537.468000', '160537.470000', '160537.473000', '160537.476000', '160537.478000', '160537.481000', '160537.484000', '160537.486000', '160537.489000', '160537.491000', '160537.494000', '160537.496000', '160537.499000', '160537.502000', '160537.504000', '160537.511000', '160537.513000', '160557.397000', '160557.400000', '160557.403000', '160557.405000', '160557.408000', '160557.411000', '160557.413000', '160557.416000', '160557.418000', '160557.421000', '160557.424000', '160557.426000', '160557.429000', '160557.431000', '160557.434000', '160557.436000', '160557.439000', '160557.441000', '160557.444000', '160557.447000', '160557.449000', '160557.452000', '160557.455000', '160557.457000', '160557.460000', '160557.463000', '160557.465000', '160557.468000', '160557.470000', '160557.473000', '160557.476000', '160557.490000', '160557.493000', '160557.495000', '160557.498000', '160557.500000', '160557.503000', '160557.506000', '160557.508000', '160557.511000', '160557.514000', '160557.516000', '160557.519000', '160617.396000', '160617.399000', '160617.402000', '160617.404000', '160617.407000', '160617.410000', '160617.412000', '160617.415000', '160617.418000', '160617.420000', '160617.423000', '160617.425000', '160617.428000', '160617.430000', '160617.433000', '160617.435000', '160617.438000', '160617.441000', '160617.443000', '160617.446000', '160617.448000', '160617.451000', '160617.454000', '160617.463000', '160617.465000', '160617.468000', '160617.471000', '160617.473000', '160617.476000', '160617.478000', '160617.481000', '160617.483000', '160617.486000', '160617.489000', '160617.491000', '160617.494000', '160617.496000', '160617.499000', '160617.501000', '160617.504000', '160617.507000', '160617.509000', '160617.512000', '160617.514000', '160637.397000', '160637.399000', '160637.402000', '160637.405000', '160637.407000', '160637.410000', '160637.412000', '160637.415000', '160637.418000', '160637.420000', '160637.423000', '160637.425000', '160637.428000', '160637.430000', '160637.433000', '160637.435000', '160637.438000', '160637.441000', '160637.443000', '160637.446000', '160637.449000', '160637.451000', '160637.454000', '160637.456000', '160637.459000', '160637.462000', '160637.464000', '160637.467000', '160637.469000', '160637.472000', '160637.475000', '160637.477000', '160637.480000', '160637.482000', '160637.485000', '160637.488000', '160637.490000', '160637.493000', '160637.495000', '160637.498000', '160637.500000', '160637.503000', '160637.506000', '160657.396000', '160657.399000', '160657.419000', '160657.422000', '160657.424000', '160657.427000', '160657.430000', '160657.432000', '160657.435000', '160657.437000', '160657.440000', '160657.442000', '160657.445000', '160657.447000', '160657.450000', '160657.453000', '160657.455000', '160657.458000', '160657.460000', '160657.463000', '160657.466000', '160657.468000', '160657.471000', '160657.473000', '160657.476000', '160657.478000', '160657.481000', '160657.484000', '160657.486000', '160657.489000', '160657.502000', '160657.504000', '160657.507000', '160657.510000', '160657.512000', '160657.515000', '160657.517000', '160657.520000', '160657.522000', '160657.525000', '160657.528000', '160657.530000', '160657.533000', '160657.535000', '160717.397000', '160717.399000', '160717.402000', '160717.405000', '160717.407000', '160717.410000', '160717.412000', '160717.415000', '160717.418000', '160717.420000', '160717.423000', '160717.425000', '160717.428000', '160717.431000', '160717.433000', '160717.436000', '160717.438000', '160717.441000', '160717.444000', '160717.446000', '160717.449000', '160717.451000', '160717.454000', '160717.457000', '160717.459000', '160717.462000', '160717.464000', '160717.467000', '160717.470000', '160717.472000', '160717.475000', '160717.477000', '160717.480000', '160717.483000', '160717.485000', '160717.488000', '160717.490000', '160717.493000', '160717.496000', '160717.498000', '160717.501000', '160717.503000', '160717.506000', '160737.397000', '160737.399000', '160737.402000', '160737.405000', '160737.407000', '160737.410000', '160737.412000', '160737.415000', '160737.418000', '160737.420000', '160737.423000', '160737.425000', '160737.428000', '160737.431000', '160737.433000', '160737.436000', '160737.438000', '160737.441000', '160737.443000', '160737.446000', '160737.449000', '160737.451000', '160737.454000', '160737.456000', '160737.459000', '160737.462000', '160737.464000', '160737.467000', '160737.469000', '160737.472000', '160737.475000', '160737.477000', '160737.480000', '160737.482000', '160737.485000', '160737.488000', '160737.490000', '160737.493000', '160737.495000', '160737.498000', '160737.501000', '160737.503000', '160737.506000', '160737.509000', '160757.398000', '160757.400000', '160757.403000', '160757.406000', '160757.408000', '160757.411000', '160757.413000', '160757.416000', '160757.418000', '160757.421000', '160757.423000', '160757.426000', '160757.429000', '160757.431000', '160757.434000', '160757.436000', '160757.439000', '160757.442000', '160757.444000', '160757.447000', '160757.449000', '160757.452000', '160757.454000', '160757.457000', '160757.460000', '160757.462000', '160757.465000', '160757.467000', '160757.470000', '160757.473000', '160757.475000', '160757.478000', '160757.480000', '160757.483000', '160757.485000', '160757.488000', '160757.491000', '160757.493000', '160757.496000', '160757.498000', '160757.501000', '160757.503000', '160757.506000', '160817.398000', '160817.401000', '160817.403000', '160817.406000', '160817.408000', '160817.411000', '160817.414000', '160817.416000', '160817.419000', '160817.421000', '160817.424000', '160817.427000', '160817.429000', '160817.432000', '160817.434000', '160817.437000', '160817.440000', '160817.442000', '160817.445000', '160817.447000', '160817.450000', '160817.452000', '160817.455000', '160817.458000', '160817.460000', '160817.463000', '160817.465000', '160817.468000', '160817.471000', '160817.473000', '160817.476000', '160817.478000', '160817.481000', '160817.484000', '160817.486000', '160817.489000', '160817.491000', '160817.494000', '160817.496000', '160817.499000', '160817.502000', '160817.511000', '160817.513000', '160817.516000', '160837.396000', '160837.399000', '160837.402000', '160837.405000', '160837.407000', '160837.410000', '160837.412000', '160837.415000', '160837.417000', '160837.420000', '160837.428000', '160837.431000', '160837.433000', '160837.436000', '160837.439000', '160837.441000', '160837.444000', '160837.447000', '160837.449000', '160837.452000', '160837.454000', '160837.457000', '160837.460000', '160837.462000', '160837.465000', '160837.468000', '160837.470000', '160837.473000', '160837.476000', '160837.478000', '160837.481000', '160837.483000', '160837.486000', '160837.488000', '160837.491000', '160837.493000', '160837.496000', '160837.499000', '160837.501000', '160837.504000', '160837.506000', '160837.509000', '160837.512000', '160857.397000', '160857.399000', '160857.402000', '160857.405000', '160857.407000', '160857.410000', '160857.412000', '160857.415000', '160857.418000', '160857.420000', '160857.423000', '160857.426000', '160857.429000', '160857.431000', '160857.434000', '160857.437000', '160857.439000', '160857.442000', '160857.445000', '160857.447000', '160857.450000', '160857.453000', '160857.455000', '160857.458000', '160857.460000', '160857.463000', '160857.466000', '160857.468000', '160857.471000', '160857.474000', '160857.476000', '160857.479000', '160857.481000', '160857.484000', '160857.487000', '160857.489000', '160857.492000', '160857.494000', '160857.497000', '160857.500000', '160857.502000', '160857.505000', '160857.508000', '160857.510000', '160917.397000', '160917.400000', '160917.402000', '160917.405000', '160917.407000', '160917.410000', '160917.413000', '160917.415000', '160917.418000', '160917.420000', '160917.423000', '160917.426000', '160917.428000', '160917.431000', '160917.434000', '160917.436000', '160917.439000', '160917.441000', '160917.444000', '160917.447000', '160917.449000', '160917.452000', '160917.454000', '160917.457000', '160917.460000', '160917.462000', '160917.465000', '160917.468000', '160917.470000', '160917.473000', '160917.475000', '160917.478000', '160917.481000', '160917.483000', '160917.486000', '160917.488000', '160917.491000', '160917.493000', '160917.496000', '160917.499000', '160917.501000', '160917.504000', '160917.506000', '160937.397000', '160937.399000', '160937.402000', '160937.404000', '160937.407000', '160937.410000', '160937.412000', '160937.415000', '160937.417000', '160937.420000', '160937.423000', '160937.425000', '160937.428000', '160937.431000', '160937.433000', '160937.436000', '160937.438000', '160937.441000', '160937.444000', '160937.446000', '160937.449000', '160937.451000', '160937.454000', '160937.457000', '160937.459000', '160937.462000', '160937.464000', '160937.467000', '160937.470000', '160937.472000', '160937.475000', '160937.477000', '160937.480000', '160937.483000', '160937.485000', '160937.488000', '160937.490000', '160937.493000', '160937.496000', '160937.498000', '160937.501000', '160937.503000', '160937.506000', '160937.508000', '160957.397000', '160957.399000', '160957.402000', '160957.405000', '160957.407000', '160957.410000', '160957.412000', '160957.415000', '160957.417000', '160957.420000', '160957.423000', '160957.425000', '160957.428000', '160957.430000', '160957.433000', '160957.436000', '160957.438000', '160957.441000', '160957.443000', '160957.446000', '160957.448000', '160957.451000', '160957.454000', '160957.456000', '160957.459000', '160957.461000', '160957.464000', '160957.466000', '160957.469000', '160957.472000', '160957.474000', '160957.477000', '160957.479000', '160957.482000', '160957.484000', '160957.487000', '160957.490000', '160957.492000', '160957.495000', '160957.498000', '160957.500000', '160957.503000', '160957.505000', '161017.397000', '161017.400000', '161017.403000', '161017.406000', '161017.408000', '161017.411000', '161017.414000', '161017.417000', '161017.419000', '161017.422000', '161017.425000', '161017.427000', '161017.430000', '161017.433000', '161017.435000', '161017.438000', '161017.440000', '161017.443000', '161017.446000', '161017.448000', '161017.451000', '161017.454000', '161017.456000', '161017.459000', '161017.462000', '161017.464000', '161017.467000', '161017.470000', '161017.472000', '161017.475000', '161017.478000', '161017.480000', '161017.483000', '161017.485000', '161017.488000', '161017.491000', '161017.495000', '161017.497000', '161017.500000', '161017.502000', '161017.505000', '161017.508000', '161017.510000', '161017.513000', '161037.397000', '161037.400000', '161037.403000', '161037.406000', '161037.408000', '161037.411000', '161037.414000', '161037.416000', '161037.419000', '161037.422000', '161037.424000', '161037.427000', '161037.429000', '161037.432000', '161037.435000', '161037.437000', '161037.440000', '161037.442000', '161037.445000', '161037.448000', '161037.450000', '161037.453000', '161037.456000', '161037.458000', '161037.461000', '161037.463000', '161037.466000', '161037.469000', '161037.471000', '161037.474000', '161037.477000', '161037.479000', '161037.482000', '161037.484000', '161037.487000', '161037.490000', '161037.493000', '161037.495000', '161037.498000', '161037.500000', '161037.503000', '161037.506000', '161037.508000', '161055.988000', '161055.991000', '161055.994000', '161055.997000', '161056.001000', '161056.003000', '161056.006000', '161056.009000', '161056.012000', '161056.014000', '161056.017000', '161056.020000', '161056.022000', '161056.025000', '161056.028000', '161056.030000', '161056.033000', '161056.036000', '161056.038000', '161056.042000', '161056.061000', '161056.064000', '161056.067000', '161056.070000', '161056.073000', '161056.075000', '161056.078000', '161056.081000', '161056.083000', '161056.086000', '161056.089000', '161056.091000', '161056.094000', '161056.097000', '161056.099000', '161056.102000', '161056.105000', '161056.107000', '161056.110000', '161056.113000', '161056.115000'], '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': [11018, 14406, 10717, 10429, 13645, 9585, 14547, 10170, 11838, 10334, 9362, 13283, 9490, 14790, 10953, 9370, 12337, 9306, 14760, 10386, 13923, 11009, 12868, 10332, 8926, 12230, 8301, 13949, 10908, 10172, 11373, 8916, 13585, 9593, 14281, 10865, 9725, 10984, 8950, 13127, 9445, 13707, 9610, 9714, 11018, 8140, 13620, 10894, 9705, 11421, 8484, 13361, 9320, 14740, 10888, 8884, 12207, 8690, 13157, 8973, 13749, 11129, 12361, 9780, 9264, 11213, 8142, 13402, 9054, 12999, 9989, 9065, 13415, 9120, 14429, 9570, 9952, 12325, 9166, 13206, 9643, 14125, 10229, 14136, 10338, 11785, 11979, 7369, 12253, 8879, 12248, 10119, 8881, 14195, 10429, 8770, 15021, 10366, 9198, 13364, 9789, 13945, 10383, 12694, 9610, 12664, 9581, 10188, 12319, 8595, 13584, 9080, 13605, 9235, 10831, 11256, 8282, 13649, 9260, 13932, 9449, 10396, 12240, 8303, 13538, 10271, 13242, 10715, 9724, 11882, 8190, 12516, 9111, 14266, 11397, 8809, 12609, 8561, 13479, 10857, 12969, 11446, 8607, 12565, 8416, 14010, 10121, 14750, 10818, 9033, 13170, 9055, 13225, 8684, 11068, 12041, 7547, 13785, 9590, 13173, 10562, 10099, 13040, 8849, 13504, 11259, 11099, 12475, 7769, 13090, 9110, 15187, 11651, 11613, 12454, 8219, 12955, 9377, 13836, 10774, 8829, 11358, 8479, 13874, 9755, 11718, 10986, 8813, 12926, 9445, 13890, 11353, 10255, 11818, 8239, 13494, 9028, 13580, 9542, 13164, 10142, 13679, 9501, 10539, 11357, 7718, 12811, 9243, 14239, 11602, 11505, 11086, 11738, 11011, 13455, 10946, 12094, 10089, 13008, 9338, 10360, 9121, 9101, 12749, 8686, 12895, 8913, 11543, 10293, 10299, 14151, 8796, 13372, 10014, 13404, 10389, 12319, 12227, 8206, 12956, 8495, 13943, 10031, 14188, 11698, 11412, 11444, 8313, 11735, 8120, 14227, 10060, 13914, 9455, 11231, 9925, 10120, 13291, 8961, 13358, 9366, 11151, 11328, 8883, 13504, 9479, 12830, 9552, 10154, 12880, 9319, 13438, 9832, 13061, 10075, 13242, 10625, 12519, 10813, 8760, 10929, 8412, 13241, 8880, 12575, 8992, 10400, 9677, 10178, 13199, 9352, 14062, 9248, 10605, 11666, 12577, 12372, 9060, 12739, 8915, 12597, 8678, 13750, 10023, 13885, 9729, 10132, 10889, 8669, 13596, 10371, 9131, 10933, 8260, 13890, 10126, 14436, 11483, 11046, 11606, 8479, 13234, 11012, 13824, 11044, 9262, 12042, 8805, 13137, 9321, 13491, 11081, 11592, 11361, 7922, 10943, 8671, 8534, 12332, 9349, 12041, 12802, 9756, 14489, 10160, 8173, 12360, 9709, 14023, 11189, 10065, 13706, 10012, 11643, 10096, 7891, 13438, 10847, 12479, 9873, 7795, 13532, 10277, 13124, 9975, 7798, 12743, 10214, 11285, 12208, 8097, 13732, 9769, 10350, 13500, 10376, 12592, 10639, 8298, 12568, 9661, 12175, 10208, 9147, 13521, 10549, 12210, 10479, 10236, 12668, 10343, 13191, 9582, 13118, 10670, 13401, 11042, 10960, 12526, 8541, 12430, 9823, 11363, 11123, 8173, 13125, 9586, 13553, 10002, 10676, 12716, 7979, 12633, 9795, 12458, 10110, 10458, 12444, 8688, 12603, 9356, 10584, 9994, 9104, 12427, 8681, 12317, 9842, 11024, 10621, 9131, 13153, 9676, 12327, 9763, 10666, 10612, 9862, 13125, 9884, 12879, 9709, 11032, 10338, 10244, 13086, 8803, 11973, 8998, 12308, 10312, 13043, 11071, 10682, 10356, 7917, 12419, 10172, 9010, 9920, 8049, 12921, 10674, 14083, 11259, 9282, 12101, 8586, 13046, 11628, 13315, 11271, 12050, 11284, 10547, 12656, 13395, 12142, 10095, 11978, 8354, 11987, 9008, 11143, 9280, 8486, 11339, 8454, 12807, 10114, 12737, 10740, 8376, 12539, 9149, 13340, 11547, 13249, 10251, 8645, 11431, 8528, 13478, 11549, 13326, 10021, 9769, 10833, 9827, 13586, 9776, 13432, 9929, 10444, 11235, 7947, 12340, 9681, 11472, 10464, 9297, 13197, 10556, 12022, 9987, 8185, 11977, 10122, 14458, 12092, 7996, 12156, 10054, 13527, 10275, 9248, 13800, 9328, 13506, 10681, 13643, 10475, 8281, 12063, 9397, 12541, 10389, 8840, 11511, 8710, 11631, 8935, 9575, 12436, 9555, 14039, 10321, 10609, 10239, 9263, 13939, 10243, 13029, 9487, 9469, 10771, 7960, 12621, 11261, 12357, 10196, 8093, 11486, 10707, 12001, 12324, 8200, 12718, 10162, 11338, 11407, 9546, 13402, 9955, 13006, 10121, 9396, 11695, 8611, 14372, 9999, 11010, 10007, 8185, 12505, 10953, 13706, 10108, 7561, 10002, 8423, 9307, 10887, 9071, 13825, 10243, 10072, 10768, 9370, 13849, 10098, 13136, 10554, 13453, 10473, 8139, 11680, 9279, 14568, 10740, 8375, 11123, 8710, 9433, 8934, 7850, 12562, 10632, 8566, 10440, 8126, 12302, 11144, 12385, 10294, 8170, 11500, 9661, 14177, 10321, 9383, 12814, 10858, 11524, 10077, 7775, 10880, 9413, 14018, 10819, 9847, 14364, 8927, 13039, 9134, 9323, 10858, 9556, 14653, 10704, 8067, 10786, 8743, 7887, 10911, 9453, 7459, 12370, 10422, 9372, 13910, 11281, 8774, 12276, 10379, 15289, 12647, 10694, 14794, 9687, 13510, 9286, 8992, 11310, 9169, 13338, 9785, 8780, 10177, 9760, 13091, 10499, 8047, 10451, 9451, 12949, 10463, 9463, 10202, 7792, 11769, 10196, 10343, 12389, 8645, 13075, 9170, 8446, 10699, 10023, 13567, 10310, 8763, 11133, 9552, 13471, 10768, 9014, 11339, 7992, 11151, 9981, 12877, 10208, 9400, 11199, 7653, 12960, 10861, 8472, 11543, 8363, 12257, 10139, 11280, 12566, 8925, 14285, 10128, 9194, 11878, 11603, 11572, 12445, 8634, 7987, 9610, 8167, 12374, 9928, 13680, 10979, 9931, 13626, 10485, 13348, 11274, 15878, 12694, 11197, 13740, 10085, 13462, 10842, 14481, 10555, 8913, 10859, 9107, 13392, 11730, 8935, 11503, 8597, 12093, 10656, 14656, 11659, 8052, 11801, 9098, 11959, 9959, 10312, 10577, 7569, 12022, 10880, 8595, 11530, 8610, 11775, 9800, 10006, 12011, 7650, 12238, 10396, 14304, 10510, 13061, 10953, 7779, 10928, 8869, 12167, 10342, 13644, 10024, 8836, 11562, 9332, 12778, 9931, 7602, 10234, 8489, 10729, 10207, 7258, 11537, 9739, 12673, 10541, 14413, 11287, 8517, 11084, 8954, 12482, 11185, 13432, 9777, 12916, 9951, 9404, 11829, 8132, 11783, 10139, 12171, 10279, 9358, 10050, 7816, 11709, 10754, 12080, 9864, 8490, 11137, 8574, 13173, 10361, 14540, 9960, 10462, 11376, 8870, 12952, 9374, 12465, 10335, 11660, 11150, 8456, 12856, 9834, 10522, 10202, 9264, 12258], 'WindowCenter': [4303.0, 4320.0, 4274.0, 4260.0, 4291.0, 4251.0, 4277.0, 4241.0, 4254.0, 4243.0, 4222.0, 4265.0, 4245.0, 4275.0, 4242.0, 4231.0, 4251.0, 4221.0, 4272.0, 4244.0, 4264.0, 4245.0, 4252.0, 4231.0, 4209.0, 4239.0, 4209.0, 4260.0, 4230.0, 4227.0, 4236.0, 4208.0, 4250.0, 4231.0, 4261.0, 4241.0, 4219.0, 4229.0, 4209.0, 4262.0, 4222.0, 4261.0, 4221.0, 4216.0, 4240.0, 4211.0, 4263.0, 4243.0, 4220.0, 4239.0, 4210.0, 4261.0, 4222.0, 4273.0, 4241.0, 4221.0, 4252.0, 4210.0, 4251.0, 4222.0, 4261.0, 4242.0, 4239.0, 4220.0, 4208.0, 4241.0, 4211.0, 4251.0, 4209.0, 4250.0, 4231.0, 4222.0, 4275.0, 4234.0, 4274.0, 4233.0, 4231.0, 4252.0, 4223.0, 4261.0, 4222.0, 4262.0, 4233.0, 4259.0, 4228.0, 4240.0, 4241.0, 4188.0, 4237.0, 4208.0, 4242.0, 4232.0, 4224.0, 4272.0, 4243.0, 4236.0, 4284.0, 4245.0, 4234.0, 4264.0, 4234.0, 4266.0, 4235.0, 4253.0, 4222.0, 4250.0, 4221.0, 4229.0, 4242.0, 4211.0, 4251.0, 4211.0, 4250.0, 4219.0, 4241.0, 4243.0, 4212.0, 4256.0, 4219.0, 4263.0, 4234.0, 4247.0, 4254.0, 4213.0, 4265.0, 4230.0, 4252.0, 4243.0, 4222.0, 4249.0, 4210.0, 4252.0, 4222.0, 4264.0, 4244.0, 4220.0, 4251.0, 4212.0, 4250.0, 4243.0, 4251.0, 4239.0, 4209.0, 4240.0, 4199.0, 4247.0, 4231.0, 4261.0, 4242.0, 4210.0, 4248.0, 4209.0, 4249.0, 4210.0, 4240.0, 4251.0, 4198.0, 4262.0, 4222.0, 4263.0, 4243.0, 4232.0, 4251.0, 4210.0, 4252.0, 4242.0, 4239.0, 4248.0, 4200.0, 4250.0, 4221.0, 4274.0, 4243.0, 4241.0, 4253.0, 4209.0, 4251.0, 4220.0, 4260.0, 4230.0, 4208.0, 4228.0, 4199.0, 4256.0, 4230.0, 4253.0, 4244.0, 4221.0, 4253.0, 4236.0, 4266.0, 4245.0, 4232.0, 4242.0, 4209.0, 4251.0, 4221.0, 4265.0, 4220.0, 4250.0, 4230.0, 4248.0, 4221.0, 4232.0, 4241.0, 4199.0, 4251.0, 4222.0, 4272.0, 4254.0, 4243.0, 4243.0, 4240.0, 4232.0, 4251.0, 4231.0, 4239.0, 4219.0, 4237.0, 4206.0, 4217.0, 4221.0, 4210.0, 4250.0, 4210.0, 4250.0, 4222.0, 4242.0, 4233.0, 4232.0, 4263.0, 4214.0, 4258.0, 4232.0, 4264.0, 4235.0, 4254.0, 4243.0, 4201.0, 4250.0, 4210.0, 4250.0, 4220.0, 4260.0, 4242.0, 4227.0, 4228.0, 4197.0, 4237.0, 4199.0, 4257.0, 4220.0, 4247.0, 4218.0, 4230.0, 4220.0, 4232.0, 4263.0, 4222.0, 4261.0, 4217.0, 4240.0, 4243.0, 4224.0, 4262.0, 4223.0, 4253.0, 4221.0, 4230.0, 4255.0, 4224.0, 4263.0, 4221.0, 4251.0, 4220.0, 4251.0, 4232.0, 4240.0, 4231.0, 4208.0, 4229.0, 4199.0, 4250.0, 4209.0, 4236.0, 4210.0, 4229.0, 4221.0, 4228.0, 4265.0, 4220.0, 4265.0, 4223.0, 4231.0, 4253.0, 4252.0, 4252.0, 4211.0, 4247.0, 4210.0, 4240.0, 4210.0, 4251.0, 4216.0, 4251.0, 4219.0, 4219.0, 4230.0, 4210.0, 4261.0, 4228.0, 4221.0, 4243.0, 4213.0, 4261.0, 4233.0, 4288.0, 4258.0, 4242.0, 4242.0, 4210.0, 4251.0, 4232.0, 4252.0, 4230.0, 4212.0, 4241.0, 4210.0, 4250.0, 4209.0, 4250.0, 4230.0, 4236.0, 4240.0, 4200.0, 4228.0, 4210.0, 4222.0, 4252.0, 4234.0, 4253.0, 4263.0, 4235.0, 4264.0, 4233.0, 4212.0, 4251.0, 4221.0, 4256.0, 4242.0, 4233.0, 4262.0, 4220.0, 4236.0, 4232.0, 4199.0, 4262.0, 4231.0, 4236.0, 4232.0, 4214.0, 4264.0, 4233.0, 4252.0, 4220.0, 4199.0, 4252.0, 4232.0, 4243.0, 4252.0, 4211.0, 4262.0, 4228.0, 4232.0, 4265.0, 4233.0, 4253.0, 4243.0, 4211.0, 4253.0, 4233.0, 4253.0, 4232.0, 4235.0, 4264.0, 4244.0, 4251.0, 4244.0, 4233.0, 4266.0, 4235.0, 4255.0, 4216.0, 4250.0, 4229.0, 4247.0, 4241.0, 4229.0, 4241.0, 4209.0, 4235.0, 4219.0, 4239.0, 4242.0, 4209.0, 4251.0, 4220.0, 4251.0, 4233.0, 4240.0, 4253.0, 4211.0, 4253.0, 4233.0, 4251.0, 4232.0, 4231.0, 4252.0, 4211.0, 4251.0, 4222.0, 4231.0, 4233.0, 4223.0, 4253.0, 4213.0, 4249.0, 4235.0, 4239.0, 4244.0, 4233.0, 4265.0, 4233.0, 4250.0, 4233.0, 4241.0, 4239.0, 4228.0, 4265.0, 4232.0, 4251.0, 4219.0, 4242.0, 4234.0, 4233.0, 4265.0, 4222.0, 4252.0, 4221.0, 4254.0, 4257.0, 4263.0, 4245.0, 4228.0, 4232.0, 4213.0, 4250.0, 4234.0, 4217.0, 4234.0, 4216.0, 4261.0, 4254.0, 4273.0, 4257.0, 4235.0, 4255.0, 4224.0, 4265.0, 4256.0, 4266.0, 4245.0, 4242.0, 4232.0, 4231.0, 4253.0, 4247.0, 4229.0, 4219.0, 4229.0, 4194.0, 4227.0, 4194.0, 4227.0, 4219.0, 4212.0, 4242.0, 4212.0, 4253.0, 4233.0, 4253.0, 4246.0, 4212.0, 4254.0, 4223.0, 4263.0, 4255.0, 4252.0, 4233.0, 4206.0, 4241.0, 4212.0, 4263.0, 4241.0, 4250.0, 4221.0, 4220.0, 4233.0, 4222.0, 4251.0, 4221.0, 4249.0, 4217.0, 4231.0, 4239.0, 4202.0, 4255.0, 4222.0, 4241.0, 4232.0, 4223.0, 4262.0, 4234.0, 4239.0, 4234.0, 4213.0, 4242.0, 4234.0, 4276.0, 4254.0, 4203.0, 4254.0, 4233.0, 4261.0, 4233.0, 4221.0, 4259.0, 4217.0, 4251.0, 4231.0, 4252.0, 4231.0, 4211.0, 4253.0, 4211.0, 4250.0, 4233.0, 4211.0, 4242.0, 4212.0, 4236.0, 4224.0, 4231.0, 4249.0, 4236.0, 4266.0, 4233.0, 4226.0, 4231.0, 4219.0, 4263.0, 4231.0, 4251.0, 4220.0, 4220.0, 4230.0, 4200.0, 4252.0, 4234.0, 4249.0, 4232.0, 4200.0, 4242.0, 4244.0, 4253.0, 4253.0, 4212.0, 4252.0, 4233.0, 4243.0, 4243.0, 4223.0, 4254.0, 4221.0, 4240.0, 4219.0, 4207.0, 4239.0, 4196.0, 4250.0, 4219.0, 4223.0, 4220.0, 4199.0, 4252.0, 4230.0, 4249.0, 4220.0, 4199.0, 4220.0, 4214.0, 4222.0, 4245.0, 4223.0, 4265.0, 4233.0, 4233.0, 4243.0, 4223.0, 4265.0, 4233.0, 4252.0, 4233.0, 4247.0, 4234.0, 4200.0, 4239.0, 4209.0, 4260.0, 4229.0, 4201.0, 4231.0, 4210.0, 4209.0, 4210.0, 4202.0, 4253.0, 4232.0, 4211.0, 4232.0, 4213.0, 4255.0, 4245.0, 4255.0, 4235.0, 4209.0, 4243.0, 4223.0, 4258.0, 4229.0, 4223.0, 4251.0, 4245.0, 4242.0, 4221.0, 4201.0, 4231.0, 4221.0, 4260.0, 4245.0, 4220.0, 4265.0, 4207.0, 4250.0, 4221.0, 4221.0, 4231.0, 4222.0, 4264.0, 4233.0, 4215.0, 4245.0, 4224.0, 4214.0, 4246.0, 4236.0, 4204.0, 4267.0, 4247.0, 4234.0, 4279.0, 4256.0, 4223.0, 4253.0, 4235.0, 4275.0, 4254.0, 4233.0, 4262.0, 4221.0, 4238.0, 4208.0, 4203.0, 4241.0, 4209.0, 4251.0, 4220.0, 4198.0, 4227.0, 4233.0, 4253.0, 4232.0, 4201.0, 4231.0, 4234.0, 4253.0, 4233.0, 4222.0, 4232.0, 4202.0, 4242.0, 4233.0, 4234.0, 4254.0, 4213.0, 4254.0, 4222.0, 4212.0, 4242.0, 4234.0, 4256.0, 4233.0, 4214.0, 4243.0, 4236.0, 4278.0, 4244.0, 4225.0, 4246.0, 4186.0, 4207.0, 4194.0, 4214.0, 4203.0, 4235.0, 4254.0, 4214.0, 4265.0, 4246.0, 4212.0, 4242.0, 4209.0, 4236.0, 4232.0, 4238.0, 4254.0, 4223.0, 4274.0, 4235.0, 4232.0, 4269.0, 4257.0, 4253.0, 4255.0, 4213.0, 4211.0, 4233.0, 4225.0, 4268.0, 4250.0, 4291.0, 4260.0, 4248.0, 4275.0, 4247.0, 4266.0, 4246.0, 4275.0, 4254.0, 4229.0, 4253.0, 4221.0, 4250.0, 4230.0, 4249.0, 4219.0, 4198.0, 4216.0, 4208.0, 4248.0, 4237.0, 4208.0, 4224.0, 4197.0, 4237.0, 4229.0, 4261.0, 4228.0, 4187.0, 4229.0, 4196.0, 4228.0, 4212.0, 4218.0, 4217.0, 4188.0, 4240.0, 4233.0, 4208.0, 4240.0, 4210.0, 4236.0, 4230.0, 4233.0, 4253.0, 4201.0, 4252.0, 4233.0, 4263.0, 4243.0, 4250.0, 4229.0, 4191.0, 4230.0, 4209.0, 4241.0, 4229.0, 4250.0, 4222.0, 4209.0, 4243.0, 4223.0, 4247.0, 4220.0, 4200.0, 4232.0, 4219.0, 4246.0, 4244.0, 4199.0, 4254.0, 4237.0, 4265.0, 4246.0, 4272.0, 4256.0, 4213.0, 4242.0, 4211.0, 4253.0, 4243.0, 4254.0, 4220.0, 4240.0, 4220.0, 4219.0, 4240.0, 4199.0, 4238.0, 4230.0, 4241.0, 4231.0, 4220.0, 4231.0, 4200.0, 4253.0, 4241.0, 4252.0, 4233.0, 4209.0, 4243.0, 4219.0, 4260.0, 4242.0, 4273.0, 4233.0, 4241.0, 4255.0, 4223.0, 4264.0, 4222.0, 4253.0, 4233.0, 4255.0, 4244.0, 4213.0, 4263.0, 4230.0, 4241.0, 4246.0, 4235.0, 4264.0], 'WindowWidth': [9526.0, 9534.0, 9458.0, 9431.0, 9473.0, 9420.0, 9448.0, 9393.0, 9409.0, 9393.0, 9364.0, 9424.0, 9401.0, 9441.0, 9393.0, 9375.0, 9402.0, 9361.0, 9433.0, 9397.0, 9425.0, 9401.0, 9406.0, 9372.0, 9340.0, 9382.0, 9341.0, 9412.0, 9371.0, 9362.0, 9374.0, 9338.0, 9397.0, 9377.0, 9416.0, 9386.0, 9353.0, 9367.0, 9340.0, 9415.0, 9363.0, 9414.0, 9358.0, 9349.0, 9384.0, 9347.0, 9421.0, 9393.0, 9356.0, 9381.0, 9343.0, 9412.0, 9365.0, 9436.0, 9390.0, 9359.0, 9402.0, 9342.0, 9399.0, 9363.0, 9416.0, 9388.0, 9381.0, 9354.0, 9337.0, 9386.0, 9349.0, 9398.0, 9343.0, 9397.0, 9374.0, 9366.0, 9441.0, 9385.0, 9437.0, 9379.0, 9375.0, 9406.0, 9367.0, 9416.0, 9363.0, 9417.0, 9377.0, 9412.0, 9368.0, 9385.0, 9386.0, 9311.0, 9376.0, 9338.0, 9387.0, 9377.0, 9369.0, 9433.0, 9395.0, 9391.0, 9452.0, 9398.0, 9381.0, 9423.0, 9382.0, 9429.0, 9385.0, 9405.0, 9362.0, 9396.0, 9357.0, 9367.0, 9388.0, 9346.0, 9398.0, 9343.0, 9396.0, 9355.0, 9387.0, 9392.0, 9349.0, 9404.0, 9358.0, 9418.0, 9380.0, 9406.0, 9411.0, 9350.0, 9421.0, 9371.0, 9406.0, 9394.0, 9362.0, 9401.0, 9347.0, 9401.0, 9363.0, 9423.0, 9393.0, 9357.0, 9399.0, 9346.0, 9397.0, 9391.0, 9401.0, 9382.0, 9338.0, 9382.0, 9326.0, 9389.0, 9371.0, 9414.0, 9389.0, 9341.0, 9392.0, 9340.0, 9393.0, 9343.0, 9386.0, 9402.0, 9327.0, 9415.0, 9362.0, 9418.0, 9393.0, 9375.0, 9400.0, 9344.0, 9403.0, 9389.0, 9382.0, 9394.0, 9329.0, 9397.0, 9359.0, 9434.0, 9393.0, 9384.0, 9406.0, 9341.0, 9396.0, 9355.0, 9410.0, 9369.0, 9337.0, 9364.0, 9328.0, 9405.0, 9375.0, 9403.0, 9393.0, 9359.0, 9405.0, 9387.0, 9426.0, 9397.0, 9374.0, 9388.0, 9342.0, 9399.0, 9360.0, 9423.0, 9356.0, 9399.0, 9369.0, 9392.0, 9359.0, 9375.0, 9386.0, 9327.0, 9400.0, 9363.0, 9432.0, 9409.0, 9390.0, 9390.0, 9383.0, 9373.0, 9403.0, 9374.0, 9379.0, 9351.0, 9372.0, 9331.0, 9345.0, 9358.0, 9342.0, 9396.0, 9342.0, 9396.0, 9361.0, 9388.0, 9379.0, 9376.0, 9422.0, 9354.0, 9409.0, 9375.0, 9420.0, 9384.0, 9410.0, 9391.0, 9329.0, 9396.0, 9340.0, 9394.0, 9357.0, 9412.0, 9386.0, 9361.0, 9362.0, 9320.0, 9373.0, 9325.0, 9403.0, 9354.0, 9389.0, 9352.0, 9368.0, 9357.0, 9376.0, 9417.0, 9360.0, 9412.0, 9352.0, 9383.0, 9390.0, 9367.0, 9418.0, 9364.0, 9405.0, 9361.0, 9373.0, 9410.0, 9365.0, 9420.0, 9359.0, 9399.0, 9356.0, 9400.0, 9376.0, 9382.0, 9368.0, 9336.0, 9364.0, 9327.0, 9396.0, 9342.0, 9374.0, 9344.0, 9368.0, 9359.0, 9368.0, 9423.0, 9360.0, 9423.0, 9364.0, 9374.0, 9406.0, 9406.0, 9407.0, 9346.0, 9391.0, 9340.0, 9381.0, 9343.0, 9398.0, 9348.0, 9397.0, 9354.0, 9352.0, 9371.0, 9343.0, 9415.0, 9369.0, 9359.0, 9391.0, 9349.0, 9414.0, 9380.0, 9466.0, 9420.0, 9392.0, 9390.0, 9342.0, 9399.0, 9377.0, 9403.0, 9371.0, 9344.0, 9384.0, 9340.0, 9395.0, 9340.0, 9396.0, 9369.0, 9374.0, 9381.0, 9327.0, 9363.0, 9343.0, 9362.0, 9402.0, 9382.0, 9406.0, 9422.0, 9383.0, 9424.0, 9378.0, 9346.0, 9398.0, 9360.0, 9405.0, 9390.0, 9376.0, 9418.0, 9357.0, 9374.0, 9372.0, 9327.0, 9415.0, 9371.0, 9375.0, 9375.0, 9356.0, 9419.0, 9379.0, 9401.0, 9357.0, 9328.0, 9402.0, 9378.0, 9390.0, 9402.0, 9346.0, 9416.0, 9369.0, 9376.0, 9424.0, 9379.0, 9408.0, 9394.0, 9349.0, 9406.0, 9377.0, 9405.0, 9378.0, 9384.0, 9423.0, 9396.0, 9403.0, 9397.0, 9379.0, 9428.0, 9384.0, 9413.0, 9350.0, 9398.0, 9367.0, 9391.0, 9386.0, 9368.0, 9386.0, 9338.0, 9372.0, 9352.0, 9380.0, 9389.0, 9340.0, 9398.0, 9357.0, 9399.0, 9377.0, 9385.0, 9405.0, 9346.0, 9403.0, 9378.0, 9399.0, 9376.0, 9375.0, 9404.0, 9346.0, 9399.0, 9361.0, 9373.0, 9378.0, 9363.0, 9405.0, 9350.0, 9396.0, 9383.0, 9385.0, 9394.0, 9381.0, 9426.0, 9380.0, 9402.0, 9379.0, 9388.0, 9385.0, 9370.0, 9426.0, 9377.0, 9402.0, 9357.0, 9389.0, 9382.0, 9377.0, 9423.0, 9362.0, 9403.0, 9361.0, 9406.0, 9422.0, 9424.0, 9398.0, 9367.0, 9374.0, 9353.0, 9402.0, 9381.0, 9355.0, 9382.0, 9361.0, 9418.0, 9412.0, 9441.0, 9420.0, 9384.0, 9412.0, 9368.0, 9425.0, 9414.0, 9428.0, 9399.0, 9389.0, 9372.0, 9370.0, 9403.0, 9390.0, 9365.0, 9350.0, 9367.0, 9314.0, 9359.0, 9313.0, 9362.0, 9354.0, 9349.0, 9388.0, 9347.0, 9404.0, 9378.0, 9407.0, 9398.0, 9349.0, 9406.0, 9366.0, 9421.0, 9412.0, 9405.0, 9377.0, 9334.0, 9384.0, 9346.0, 9418.0, 9388.0, 9397.0, 9358.0, 9354.0, 9375.0, 9361.0, 9401.0, 9357.0, 9395.0, 9350.0, 9371.0, 9383.0, 9335.0, 9408.0, 9361.0, 9386.0, 9376.0, 9366.0, 9419.0, 9381.0, 9383.0, 9381.0, 9352.0, 9389.0, 9381.0, 9441.0, 9410.0, 9337.0, 9406.0, 9377.0, 9414.0, 9379.0, 9360.0, 9412.0, 9352.0, 9399.0, 9373.0, 9402.0, 9372.0, 9345.0, 9405.0, 9344.0, 9397.0, 9376.0, 9345.0, 9389.0, 9348.0, 9379.0, 9368.0, 9376.0, 9401.0, 9387.0, 9426.0, 9379.0, 9364.0, 9373.0, 9357.0, 9419.0, 9372.0, 9401.0, 9355.0, 9355.0, 9369.0, 9330.0, 9404.0, 9379.0, 9396.0, 9373.0, 9331.0, 9388.0, 9395.0, 9406.0, 9407.0, 9348.0, 9403.0, 9378.0, 9389.0, 9391.0, 9363.0, 9408.0, 9356.0, 9382.0, 9353.0, 9334.0, 9381.0, 9321.0, 9396.0, 9352.0, 9355.0, 9354.0, 9327.0, 9401.0, 9372.0, 9395.0, 9356.0, 9326.0, 9355.0, 9351.0, 9363.0, 9397.0, 9366.0, 9425.0, 9379.0, 9379.0, 9392.0, 9365.0, 9424.0, 9376.0, 9405.0, 9375.0, 9394.0, 9377.0, 9328.0, 9379.0, 9339.0, 9412.0, 9368.0, 9331.0, 9371.0, 9343.0, 9339.0, 9343.0, 9336.0, 9405.0, 9375.0, 9347.0, 9376.0, 9353.0, 9410.0, 9398.0, 9409.0, 9382.0, 9342.0, 9390.0, 9365.0, 9409.0, 9371.0, 9364.0, 9403.0, 9397.0, 9390.0, 9361.0, 9332.0, 9371.0, 9360.0, 9414.0, 9397.0, 9358.0, 9423.0, 9338.0, 9399.0, 9359.0, 9357.0, 9374.0, 9362.0, 9422.0, 9378.0, 9358.0, 9397.0, 9371.0, 9355.0, 9398.0, 9386.0, 9344.0, 9433.0, 9404.0, 9388.0, 9451.0, 9416.0, 9365.0, 9407.0, 9381.0, 9441.0, 9410.0, 9375.0, 9416.0, 9356.0, 9378.0, 9336.0, 9327.0, 9384.0, 9340.0, 9397.0, 9353.0, 9324.0, 9363.0, 9377.0, 9404.0, 9375.0, 9333.0, 9372.0, 9379.0, 9405.0, 9378.0, 9362.0, 9375.0, 9336.0, 9390.0, 9379.0, 9381.0, 9408.0, 9352.0, 9407.0, 9363.0, 9348.0, 9389.0, 9383.0, 9409.0, 9380.0, 9353.0, 9392.0, 9389.0, 9449.0, 9400.0, 9369.0, 9399.0, 9304.0, 9325.0, 9305.0, 9330.0, 9318.0, 9386.0, 9410.0, 9357.0, 9424.0, 9400.0, 9350.0, 9388.0, 9340.0, 9374.0, 9374.0, 9382.0, 9408.0, 9366.0, 9437.0, 9383.0, 9378.0, 9435.0, 9417.0, 9407.0, 9411.0, 9352.0, 9348.0, 9380.0, 9374.0, 9434.0, 9415.0, 9470.0, 9428.0, 9408.0, 9445.0, 9405.0, 9429.0, 9402.0, 9445.0, 9408.0, 9369.0, 9406.0, 9355.0, 9396.0, 9369.0, 9395.0, 9350.0, 9321.0, 9344.0, 9336.0, 9391.0, 9375.0, 9335.0, 9355.0, 9320.0, 9374.0, 9367.0, 9412.0, 9364.0, 9305.0, 9363.0, 9318.0, 9361.0, 9338.0, 9348.0, 9348.0, 9310.0, 9384.0, 9377.0, 9340.0, 9384.0, 9344.0, 9376.0, 9373.0, 9379.0, 9406.0, 9334.0, 9404.0, 9379.0, 9421.0, 9394.0, 9400.0, 9371.0, 9317.0, 9368.0, 9341.0, 9384.0, 9368.0, 9399.0, 9360.0, 9339.0, 9387.0, 9364.0, 9391.0, 9355.0, 9330.0, 9374.0, 9360.0, 9401.0, 9398.0, 9334.0, 9411.0, 9389.0, 9425.0, 9404.0, 9438.0, 9414.0, 9352.0, 9391.0, 9347.0, 9408.0, 9393.0, 9407.0, 9356.0, 9384.0, 9358.0, 9357.0, 9385.0, 9328.0, 9379.0, 9370.0, 9387.0, 9373.0, 9356.0, 9372.0, 9332.0, 9407.0, 9390.0, 9404.0, 9380.0, 9345.0, 9391.0, 9360.0, 9414.0, 9393.0, 9435.0, 9380.0, 9389.0, 9411.0, 9366.0, 9424.0, 9365.0, 9405.0, 9379.0, 9410.0, 9396.0, 9354.0, 9422.0, 9376.0, 9391.0, 9400.0, 9385.0, 9427.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.0015560644418872267</td></tr>
<tr><td colspan=3>aqi</td><td>0.04777417376294592</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.65375436183178</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1363006606566817</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9475416097465441</td></tr>
<tr><td colspan=3>efc</td><td>0.5175</td></tr>
<tr><td colspan=3>fber</td><td>2884.4456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10294789406823006</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7537399309551205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4944871389717727</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446346941674544</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.656143936672594</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380970538568181</td></tr>
<tr><td colspan=3>gcor</td><td>0.00373355</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0065668863244354725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02788129262626171</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.293027324065344</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.003</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9014</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.0645</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292523.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>1104.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.7989</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2173</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.199</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.571</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.7527</td></tr>
<tr><td colspan=3>tsnr</td><td>29.6533448563423</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>