Skip to content

Commit

Permalink
clean up removal of b2.fits.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Aug 4, 2023
1 parent 978148b commit 2e9f2ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
1 change: 0 additions & 1 deletion doc/include/shane_kast_blue_A.pypeit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
b11.fits.gz | pixelflat,illumflat,trace | 144.955 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.07897476852 | 1.0 | 15.0 | d55 | 0
b12.fits.gz | pixelflat,illumflat,trace | 145.0908333333333 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.079351388886 | 1.0 | 15.0 | d55 | 0
b13.fits.gz | pixelflat,illumflat,trace | 145.22791666666666 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.079728240744 | 1.0 | 15.0 | d55 | 0
b2.fits.gz | pixelflat,illumflat,trace | 143.36208333333335 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.07473645834 | 1.0 | 30.0 | d55 | 0
b3.fits.gz | pixelflat,illumflat,trace | 143.86791666666667 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.07596400463 | 1.0 | 15.0 | d55 | 0
b4.fits.gz | pixelflat,illumflat,trace | 144.00458333333333 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.076341782406 | 1.0 | 15.0 | d55 | 0
b5.fits.gz | pixelflat,illumflat,trace | 144.14041666666665 | 37.43222222222222 | Dome Flat | 600/4310 | 2.0 arcsec | 1,1 | 57162.07671956019 | 1.0 | 15.0 | d55 | 0
Expand Down
28 changes: 11 additions & 17 deletions doc/tutorials/kast_howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Place all of the files in a single folder. Mine is named
.. code-block:: bash
$ ls
b10.fits.gz b15.fits.gz b1.fits.gz b24.fits.gz b4.fits.gz b9.fits.gz
b11.fits.gz b16.fits.gz b20.fits.gz b27.fits.gz b5.fits.gz
b12.fits.gz b17.fits.gz b21.fits.gz b28.fits.gz b6.fits.gz
b13.fits.gz b18.fits.gz b22.fits.gz b2.fits.gz b7.fits.gz
b14.fits.gz b19.fits.gz b23.fits.gz b3.fits.gz b8.fits.gz
b1.fits.gz b14.fits.gz b19.fits.gz b24.fits.gz b5.fits.gz
b10.fits.gz b15.fits.gz b20.fits.gz b27.fits.gz b6.fits.gz
b11.fits.gz b16.fits.gz b21.fits.gz b28.fits.gz b7.fits.gz
b12.fits.gz b17.fits.gz b22.fits.gz b3.fits.gz b8.fits.gz
b13.fits.gz b18.fits.gz b23.fits.gz b4.fits.gz b9.fits.gz
Run ``pypeit_setup``
--------------------
Expand Down Expand Up @@ -64,19 +64,13 @@ incorrectly assigned owing to limited or erroneous headers. However, in this
example, all of the frametypes were accurately assigned in the
:doc:`../pypeit_file`.

A couple of notes:
.. note::

#. One of the dome-flat images (``b2.fits.gz``) has an exposure time of 30s,
whereas the others are 15s. Inspection of the image shows that the flat
was saturated, so the observer decreased the exposure time. It's best to
comment out this line from the pypeit file (add a ``#`` character at the
beginning of the line) so that PypeIt will ignore the file.

#. This is the rare case when the observation of a standard star is
correctly typed. Generally, it will be difficult for the automatic
frame-typing code to distinguish standard-star observations from science
targets, meaning that you'll need to edit the pypeit file directly to
designate standard-star observations as such.
This is the rare case when the observation of a standard star is correctly
typed. Generally, it will be difficult for the automatic frame-typing code
to distinguish standard-star observations from science targets, meaning that
you'll need to edit the pypeit file directly to designate standard-star
observations as such.

Main Run
========
Expand Down

0 comments on commit 2e9f2ec

Please sign in to comment.