pax_global_header 0000666 0000000 0000000 00000000064 14306405457 0014522 g ustar 00root root 0000000 0000000 52 comment=e5997170739ff1784db729cbbb8eee4b8dbd5602
THELI-3.1.4/ 0000775 0000000 0000000 00000000000 14306405457 0012374 5 ustar 00root root 0000000 0000000 THELI-3.1.4/.gitignore 0000664 0000000 0000000 00000000070 14306405457 0014361 0 ustar 00root root 0000000 0000000 build-THELI-Desktop-Release/
build-THELI-Desktop-Debug/
THELI-3.1.4/COPYING 0000664 0000000 0000000 00000001441 14306405457 0013427 0 ustar 00root root 0000000 0000000 THELI - A Pipeline To Process Astronomical Images
Copyright (C) 2019 Mischa Schirmer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program in the LICENSE file. If not, see https://www.gnu.org/licenses/ .
Mischa Schirmer (schirmer@mpia.de)
MPI für Astronomie
Königstuhl 17
62117 Heidelberg, Germany
THELI-3.1.4/INSTALL 0000664 0000000 0000000 00000011445 14306405457 0013432 0 ustar 00root root 0000000 0000000 Dependencies for building THELI
===============================
You need the 'devel' versions of the following packages (either these version numbers, or more recent ones).
Older versions might work but have not been tested:
Qt5.9.6 https://www.qt.io/
cfitsio https://heasarc.gsfc.nasa.gov/fitsio/ (MUST BE configured with --enable-reentrant, otherwise you can use only one CPU !)
fftw3 http://fftw.org/
GSL v2.5 https://www.gnu.org/software/gsl/
wcslib v7.2 https://www.atnf.csiro.au/people/mcalabre/WCS/
libraw v0.19.5 https://www.libraw.org/
libtiff https://gitlab.com/libtiff/libtiff
Starting from Ubuntu 20.10, you can install THELI and all its dependencies from the repository:
sudo apt install theli
On a fresh Ubuntu 18.04 LTS installation, the following command resolves all dependencies (apart from libraw) and enable the compilation of 'scamp':
sudo apt install g++ build-essential autotools-dev python3-requests python3-astropy libfftw3-dev libtiff-dev curl libcurl4 libcurl4-gnutls-dev qt5-default qt5-qmake libgsl-dev libatlas-base-dev libblas-dev libplplot-dev libcfitsio-dev wcslib-dev locales libcairo2-dev libnetpbm10-dev netpbm libpng-dev libjpeg-dev libpython3-dev python3-dev zlib1g-dev libbz2-dev swig
Dependencies for running THELI
==============================
THELI uses a few external packages. The respective binaries and scripts must be present in your $PATH variable.
THELI will check for their presence upon launch and report any misconfigurations.
Astrometry.net is also searched for in its default installation path, /usr/local/Astrometry/bin/ .
swarp v2.38 https://github.com/astromatic/swarp
scamp v2.7 https://github.com/astromatic/scamp
Source Extractor v2.19 https://github.com/astromatic/sextractor
python/astropy v4.0 https://www.astropy.org/
astrometry.net v0.79 https://github.com/dstndstn/astrometry.net/releases (OPTIONAL)
Anaconda / AstroConda users BEWARE
==================================
THELI will likely crash if compiled and linked against libraries provided by Anaconda / AstroConda, because the linker mixed native system libraries with those provided by Anaconda / AstroConda (which were probably built on a different system).
To avoid this, deactivate your Anaconda environment. Solve the THELI dependencies using your native system's repository and / or compile the libraries from their sources. Then follow the installation instructions below.
Whether the THELI executable will then run with Anaconda activated will depend on your local machine.
Compilation
===========
Parallelization in THELI is based on openMP. Your C++ compiler must support at least openMP 4.5.
For GNU gcc/g++, this is the case for version 6 and later.
Create the 'Makefile' and build it:
> cd $HOME/software/THELI-master/src
> qmake -o Makefile THELI.pro
> make
> make install (copies the binary to /usr/bin/theli and the config files to /usr/share/theli/)
> make clean
To speed up, replace 'make' by 'make -j x", where 'x' is the number of your CPUs
The 'qmake' executable is part of the Qt5 dependence you have installed in the beginning.
THELIDIR Environment variable (optional)
========================================
There are two cases in which you must set a THELIDIR environment variable:
(1) You did not use 'make install' for a system-wide installation, e.g. if you don't have write permission in /usr
(2) You want to install a newer version locally, next to a system-wide installation.
Let's assume that the master branch of the THELI source package was unpacked in a 'software' folder
in your home directory:
$HOME/software/THELI-master/
Then you must set the THELIDIR environment variable to this path. For 'bash' you would do
> export THELIDIR=$HOME/software/THELI-master/
Include the line above in your ~/.bashrc to make it permament.
When launching THELI, Make sure you invoke $HOME/software/THELI-master/src/theli instead of /usr/bin/theli
MacOS C++ compiler and openMP
=============================
THELI has been successfully installed and run on MacOS Mojave. If you use the native Mac clang
compiler, you must at least install 'libomp'. THELI has not been tested with the native compiler.
Alternatively, try the LLVM clang version from http://releases.llvm.org/download.html.
This was used to compile THELI on Mojave. However, it turned out that openMP parallelized tasks
cause THELI to crash when more than one CPU was used. No trouble-shooting attempt was made.
What should work without problems is if you use the GNU g++ compiler, which must be installed separately.
You might have to edit the compiler flags near the end of src/THELI.pro accordingly.
Or, after running the 'qmake -o Makefile THELI.pro' call, edit the Makefile, replace all references to clang++
to the GNU version (or the LLVM clang++ version).
THELI-3.1.4/LICENSE 0000664 0000000 0000000 00000104515 14306405457 0013407 0 ustar 00root root 0000000 0000000 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
THELI-3.1.4/README.md 0000664 0000000 0000000 00000002544 14306405457 0013660 0 ustar 00root root 0000000 0000000 # THELI v3
THELI is a data processing pipeline for optical, near-infrared and mid-infrared astronomical images. Version 3 is a complete rewrite in C++ / Qt5 (compared to version 2 in Qt3), eliminating a large number of dependencies and overcoming installation issues. Using a hybrid memory/drive data model and full parallelization, v3 offers a vast gain in processing speed. Depending on the hardware and data set, processing speed may increase by factors 2 to 20. THELI v3 also fully scales with the amount of available RAM and CPUs on your machine, and there is still potential for further improvement.
With its own integrated 'iView' FITS browser, advanced processing of astronomical imaging data has never been easier.
THELI v3 also runs on MacOS.
Even though the current release includes all instruments that were supported in THELI v2, not all of them have been tested. Please contact the author if you encounter data that do not run through the first processing step correctly.
Mid-infrared cameras are currently not supported, but will be implemented on particular request and as soon as THELI v3 has been running stable for a while. If you need mid-IR support, please contact the author with a test data set.
THELI v3 is not yet documented; a set of video tutorials is being made available at this URL:
https://www.youtube.com/channel/UCg-9wvqQ5XpT1ph22feth9w/
THELI-3.1.4/config/ 0000775 0000000 0000000 00000000000 14306405457 0013641 5 ustar 00root root 0000000 0000000 THELI-3.1.4/config/default.conv 0000664 0000000 0000000 00000000130 14306405457 0016146 0 ustar 00root root 0000000 0000000 CONV NORM
# 3x3 ``all-ground'' convolution mask with FWHM = 2 pixels.
1 2 1
2 4 2
1 2 1
THELI-3.1.4/config/default.nnw 0000664 0000000 0000000 00000004213 14306405457 0016011 0 ustar 00root root 0000000 0000000 NNW
# Neural Network Weights for the SExtractor star/galaxy classifier (V1.3)
# inputs: 9 for profile parameters + 1 for seeing.
# outputs: ``Stellarity index'' (0.0 to 1.0)
# Seeing FWHM range: from 0.025 to 5.5'' (images must have 1.5 < FWHM < 5 pixels)
# Optimized for Moffat profiles with 2<= beta <= 4.
3 10 10 1
-1.56604e+00 -2.48265e+00 -1.44564e+00 -1.24675e+00 -9.44913e-01 -5.22453e-01 4.61342e-02 8.31957e-01 2.15505e+00 2.64769e-01
3.03477e+00 2.69561e+00 3.16188e+00 3.34497e+00 3.51885e+00 3.65570e+00 3.74856e+00 3.84541e+00 4.22811e+00 3.27734e+00
-3.22480e-01 -2.12804e+00 6.50750e-01 -1.11242e+00 -1.40683e+00 -1.55944e+00 -1.84558e+00 -1.18946e-01 5.52395e-01 -4.36564e-01 -5.30052e+00
4.62594e-01 -3.29127e+00 1.10950e+00 -6.01857e-01 1.29492e-01 1.42290e+00 2.90741e+00 2.44058e+00 -9.19118e-01 8.42851e-01 -4.69824e+00
-2.57424e+00 8.96469e-01 8.34775e-01 2.18845e+00 2.46526e+00 8.60878e-02 -6.88080e-01 -1.33623e-02 9.30403e-02 1.64942e+00 -1.01231e+00
4.81041e+00 1.53747e+00 -1.12216e+00 -3.16008e+00 -1.67404e+00 -1.75767e+00 -1.29310e+00 5.59549e-01 8.08468e-01 -1.01592e-02 -7.54052e+00
1.01933e+01 -2.09484e+01 -1.07426e+00 9.87912e-01 6.05210e-01 -6.04535e-02 -5.87826e-01 -7.94117e-01 -4.89190e-01 -8.12710e-02 -2.07067e+01
-5.31793e+00 7.94240e+00 -4.64165e+00 -4.37436e+00 -1.55417e+00 7.54368e-01 1.09608e+00 1.45967e+00 1.62946e+00 -1.01301e+00 1.13514e-01
2.20336e-01 1.70056e+00 -5.20105e-01 -4.28330e-01 1.57258e-03 -3.36502e-01 -8.18568e-02 -7.16163e+00 8.23195e+00 -1.71561e-02 -1.13749e+01
3.75075e+00 7.25399e+00 -1.75325e+00 -2.68814e+00 -3.71128e+00 -4.62933e+00 -2.13747e+00 -1.89186e-01 1.29122e+00 -7.49380e-01 6.71712e-01
-8.41923e-01 4.64997e+00 5.65808e-01 -3.08277e-01 -1.01687e+00 1.73127e-01 -8.92130e-01 1.89044e+00 -2.75543e-01 -7.72828e-01 5.36745e-01
-3.65598e+00 7.56997e+00 -3.76373e+00 -1.74542e+00 -1.37540e-01 -5.55400e-01 -1.59195e-01 1.27910e-01 1.91906e+00 1.42119e+00 -4.35502e+00
-1.70059e+00 -3.65695e+00 1.22367e+00 -5.74367e-01 -3.29571e+00 2.46316e+00 5.22353e+00 2.42038e+00 1.22919e+00 -9.22250e-01 -2.32028e+00
0.00000e+00
1.00000e+00
THELI-3.1.4/config/default.param 0000664 0000000 0000000 00000000711 14306405457 0016306 0 ustar 00root root 0000000 0000000 NUMBER
FLUX_AUTO
FLUXERR_AUTO
FLUX_MAX
FLUX_APER(1)
FLUXERR_APER(1)
# VIGNET(20,20)
MAG_AUTO
MAGERR_AUTO
ISOAREA_IMAGE
XWIN_IMAGE
YWIN_IMAGE
ALPHA_J2000
DELTA_J2000
XWIN_WORLD
YWIN_WORLD
AWIN_IMAGE
BWIN_IMAGE
AWIN_WORLD
BWIN_WORLD
THETAWIN_IMAGE
THETAWIN_J2000
ELONGATION
ELLIPTICITY
ERRAWIN_IMAGE
ERRBWIN_IMAGE
ERRTHETAWIN_IMAGE
FWHM_IMAGE
FWHM_WORLD
FLAGS
#IMAFLAGS_ISO
#NIMAFLAGS_ISO
FLUX_RADIUS
ERRAWIN_WORLD
ERRBWIN_WORLD
ERRTHETAWIN_WORLD
THELI-3.1.4/config/instruments/ 0000775 0000000 0000000 00000000000 14306405457 0016234 5 ustar 00root root 0000000 0000000 THELI-3.1.4/config/instruments/90Prime@BOK2.3m.ahead 0000664 0000000 0000000 00000017100 14306405457 0021500 0 ustar 00root root 0000000 0000000 CRPIX1 = -7.371322402802E+01 / Reference pixel on this axis
CRPIX2 = -1.899853679272E+02 / Reference pixel on this axis
CD1_1 = 9.979293925561E-07 / Linear projection matrix
CD1_2 = 1.260872357007E-04 / Linear projection matrix
CD2_1 = 1.260742916370E-04 / Linear projection matrix
CD2_2 = -9.917730109758E-07 / Linear projection matrix
END
CRPIX1 = 4.106428954710E+03 / Reference pixel on this axis
CRPIX2 = -1.908021013360E+02 / Reference pixel on this axis
CD1_1 = -1.028230434059E-06 / Linear projection matrix
CD1_2 = 1.257646928656E-04 / Linear projection matrix
CD2_1 = -1.257951862822E-04 / Linear projection matrix
CD2_2 = -1.005647281429E-06 / Linear projection matrix
END
CRPIX1 = -8.218130356691E+01 / Reference pixel on this axis
CRPIX2 = 4.292419005124E+03 / Reference pixel on this axis
CD1_1 = 1.256608526842E-06 / Linear projection matrix
CD1_2 = -1.256633763067E-04 / Linear projection matrix
CD2_1 = 1.257019870667E-04 / Linear projection matrix
CD2_2 = 1.299181846136E-06 / Linear projection matrix
END
CRPIX1 = 4.090483528395E+03 / Reference pixel on this axis
CRPIX2 = 4.306675528924E+03 / Reference pixel on this axis
CD1_1 = -5.077746120096E-07 / Linear projection matrix
CD1_2 = -1.255128560039E-04 / Linear projection matrix
CD2_1 = -1.257955873868E-04 / Linear projection matrix
CD2_2 = 5.873466340034E-07 / Linear projection matrix
END
CRPIX1 = 4.107445073336E+03 / Reference pixel on this axis
CRPIX2 = -1.790033981820E+02 / Reference pixel on this axis
CD1_1 = 9.477594961773E-07 / Linear projection matrix
CD1_2 = 1.258696890162E-04 / Linear projection matrix
CD2_1 = 1.258993448835E-04 / Linear projection matrix
CD2_2 = -1.006988922088E-06 / Linear projection matrix
END
CRPIX1 = -7.514980849593E+01 / Reference pixel on this axis
CRPIX2 = -1.796630062630E+02 / Reference pixel on this axis
CD1_1 = -7.810328036758E-07 / Linear projection matrix
CD1_2 = 1.260579292315E-04 / Linear projection matrix
CD2_1 = -1.261399899280E-04 / Linear projection matrix
CD2_2 = -8.308466980562E-07 / Linear projection matrix
END
CRPIX1 = 4.097737952180E+03 / Reference pixel on this axis
CRPIX2 = 4.289534334825E+03 / Reference pixel on this axis
CD1_1 = 1.355200842272E-06 / Linear projection matrix
CD1_2 = -1.257551809871E-04 / Linear projection matrix
CD2_1 = 1.257554771726E-04 / Linear projection matrix
CD2_2 = 1.359650707351E-06 / Linear projection matrix
END
CRPIX1 = -7.010645509188E+01 / Reference pixel on this axis
CRPIX2 = 4.285761441080E+03 / Reference pixel on this axis
CD1_1 = -1.162804430897E-06 / Linear projection matrix
CD1_2 = -1.256935261195E-04 / Linear projection matrix
CD2_1 = -1.257058192358E-04 / Linear projection matrix
CD2_2 = 1.165315467539E-06 / Linear projection matrix
END
CRPIX1 = 4.140149095496E+03 / Reference pixel on this axis
CRPIX2 = -1.761271009946E+02 / Reference pixel on this axis
CD1_1 = -7.441990719705E-07 / Linear projection matrix
CD1_2 = -1.253292033125E-04 / Linear projection matrix
CD2_1 = -1.253508017750E-04 / Linear projection matrix
CD2_2 = 8.108212611438E-07 / Linear projection matrix
END
CRPIX1 = -9.328442219703E+01 / Reference pixel on this axis
CRPIX2 = -1.756082370711E+02 / Reference pixel on this axis
CD1_1 = 1.009155580422E-06 / Linear projection matrix
CD1_2 = -1.262459002916E-04 / Linear projection matrix
CD2_1 = 1.262278389049E-04 / Linear projection matrix
CD2_2 = 9.660641336807E-07 / Linear projection matrix
END
CRPIX1 = 4.131850784580E+03 / Reference pixel on this axis
CRPIX2 = 4.293237560221E+03 / Reference pixel on this axis
CD1_1 = -1.333686378903E-06 / Linear projection matrix
CD1_2 = 1.253849832951E-04 / Linear projection matrix
CD2_1 = -1.251912381608E-04 / Linear projection matrix
CD2_2 = -1.160695824846E-06 / Linear projection matrix
END
CRPIX1 = -9.437134157830E+01 / Reference pixel on this axis
CRPIX2 = 4.289045048399E+03 / Reference pixel on this axis
CD1_1 = 1.038119355706E-06 / Linear projection matrix
CD1_2 = 1.253667323056E-04 / Linear projection matrix
CD2_1 = 1.253441855203E-04 / Linear projection matrix
CD2_2 = -1.056426383233E-06 / Linear projection matrix
END
CRPIX1 = -5.160762782662E+01 / Reference pixel on this axis
CRPIX2 = -1.892772309191E+02 / Reference pixel on this axis
CD1_1 = -1.193863148432E-06 / Linear projection matrix
CD1_2 = -1.263408029822E-04 / Linear projection matrix
CD2_1 = -1.262774290259E-04 / Linear projection matrix
CD2_2 = 1.193857147568E-06 / Linear projection matrix
END
CRPIX1 = 4.087707222662E+03 / Reference pixel on this axis
CRPIX2 = -1.899788493119E+02 / Reference pixel on this axis
CD1_1 = 1.218437370111E-06 / Linear projection matrix
CD1_2 = -1.260238028863E-04 / Linear projection matrix
CD2_1 = 1.259337513657E-04 / Linear projection matrix
CD2_2 = 1.256793928994E-06 / Linear projection matrix
END
CRPIX1 = -5.846336857379E+01 / Reference pixel on this axis
CRPIX2 = 4.295457472092E+03 / Reference pixel on this axis
CD1_1 = -1.395813179577E-06 / Linear projection matrix
CD1_2 = 1.256423982420E-04 / Linear projection matrix
CD2_1 = -1.256356287661E-04 / Linear projection matrix
CD2_2 = -1.405502982648E-06 / Linear projection matrix
END
CRPIX1 = 4.098920084586E+03 / Reference pixel on this axis
CRPIX2 = 4.288027554274E+03 / Reference pixel on this axis
CD1_1 = 1.605908096706E-06 / Linear projection matrix
CD1_2 = 1.253999015761E-04 / Linear projection matrix
CD2_1 = 1.254159281083E-04 / Linear projection matrix
CD2_2 = -1.443832459048E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/90Prime@BOK2.3m.ini 0000664 0000000 0000000 00000003200 14306405457 0021211 0 ustar 00root root 0000000 0000000 INSTRUMENT=90Prime@BOK2.3m
NCHIPS=16
# Geographic location
OBSLAT=31.98
OBSLONG=-111.6
# Plate scale
PIXSCALE=0.452
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=2017 [2]=2017 [3]=2017 [4]=2017 [5]=2017 [6]=2017 [7]=2017 [8]=2017 [9]=2017 [10]=2017 [11]=2017 [12]=2017 [13]=2017 [14]=2017 [15]=2017 [16]=2017)
OVSCANX2=([1]=2036 [2]=2036 [3]=2036 [4]=2036 [5]=2036 [6]=2036 [7]=2036 [8]=2036 [9]=2036 [10]=2036 [11]=2036 [12]=2036 [13]=2036 [14]=2036 [15]=2036 [16]=2036)
OVSCANY1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
CUTX=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=3 [10]=3 [11]=3 [12]=3 [13]=3 [14]=3 [15]=3 [16]=3)
CUTY=([1]=2 [2]=2 [3]=2 [4]=2 [5]=2 [6]=2 [7]=2 [8]=2 [9]=2 [10]=2 [11]=2 [12]=2 [13]=2 [14]=2 [15]=2 [16]=2)
SIZEX=([1]=2014 [2]=2014 [3]=2014 [4]=2014 [5]=2014 [6]=2014 [7]=2014 [8]=2014 [9]=2014 [10]=2014 [11]=2014 [12]=2014 [13]=2014 [14]=2014 [15]=2014 [16]=2014)
SIZEY=([1]=2046 [2]=2046 [3]=2046 [4]=2046 [5]=2046 [6]=2046 [7]=2046 [8]=2046 [9]=2046 [10]=2046 [11]=2046 [12]=2046 [13]=2046 [14]=2046 [15]=2046 [16]=2046)
REFPIXX=([1]=-73 [2]=4106 [3]=-82 [4]=4090 [5]=4107 [6]=-75 [7]=4097 [8]=-70 [9]=4140 [10]=-93 [11]=4131 [12]=-94 [13]=-51 [14]=4087 [15]=-58 [16]=4098)
REFPIXY=([1]=-189 [2]=-190 [3]=4292 [4]=4306 [5]=-179 [6]=-179 [7]=4289 [8]=4285 [9]=-176 [10]=-175 [11]=4293 [12]=4289 [13]=-189 [14]=-189 [15]=4295 [16]=4288)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_1.reg 0000664 0000000 0000000 00000000166 14306405457 0021437 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(2.6209752,2048.1003,2016.3482,2048.0658,2019.0419,-7.5225391,4.6830727,-1.8592456)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_11.reg 0000664 0000000 0000000 00000000164 14306405457 0021516 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(30.637534,2052.2079,2016.3482,2048.0658,2019.0419,-7.5225391,24.98804,-2.324747)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_13.reg 0000664 0000000 0000000 00000000213 14306405457 0021513 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(-1.3762649,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,38.170193,-2.324747,-10.792088,42.871205)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_14.reg 0000664 0000000 0000000 00000000165 14306405457 0021522 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(9.9227231,2050.3247,2016.3482,2048.0658,2019.0419,-7.5225391,8.0395584,-2.324747)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_15.reg 0000664 0000000 0000000 00000000213 14306405457 0021515 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(-1.3762649,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,38.170193,-2.324747,-10.792088,42.871205)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_16.reg 0000664 0000000 0000000 00000000165 14306405457 0021524 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(9.9227231,2050.3247,2016.3482,2048.0658,2019.0419,-7.5225391,8.0395584,-2.324747)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_2.reg 0000664 0000000 0000000 00000000165 14306405457 0021437 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(87.132475,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,81.482981,-7.974241)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_4.reg 0000664 0000000 0000000 00000000165 14306405457 0021441 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(26.871205,2050.3247,2016.3482,2048.0658,2019.0419,-7.5225391,30.637534,-2.324747)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_5.reg 0000664 0000000 0000000 00000000213 14306405457 0021434 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(-1.3762649,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,38.170193,-2.324747,-10.792088,42.871205)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_6.reg 0000664 0000000 0000000 00000000213 14306405457 0021435 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(-1.3762649,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,38.170193,-2.324747,-10.792088,42.871205)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_7.reg 0000664 0000000 0000000 00000000236 14306405457 0021443 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(2.3900644,2052.2079,2016.3482,2048.0658,2019.0419,-7.5225391,6.1563937,-2.324747,4.2732291,376.19135,-1.3762649,374.30819)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_8.reg 0000664 0000000 0000000 00000000213 14306405457 0021437 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(-1.3762649,2048.4416,2016.3482,2048.0658,2019.0419,-7.5225391,38.170193,-2.324747,-10.792088,42.871205)
THELI-3.1.4/config/instruments/90Prime@BOK2.3m_9.reg 0000664 0000000 0000000 00000000166 14306405457 0021447 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
polygon(34.403864,2052.2079,2016.3482,2048.0658,2019.0419,-7.5225391,36.287029,-4.2079117)
THELI-3.1.4/config/instruments/ACAM@WHT.ini 0000664 0000000 0000000 00000001351 14306405457 0020121 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ACAM@WHT
INSTSHORT=ACAM
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.25
GAIN=0.92
# Overscan regions.
OVSCANX1=([1]=7)
OVSCANX2=([1]=47)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=52)
CUTY=([1]=150)
SIZEX=([1]=2044)
SIZEY=([1]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=1000)
REFPIXY=([1]=1000)
TYPE=OPT
THELI-3.1.4/config/instruments/ACAM@WHT.reg 0000664 0000000 0000000 00000000406 14306405457 0020117 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: r1685832.fit[extension1]
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
physical
circle(1035,1123,944.67829)
THELI-3.1.4/config/instruments/ACS@HST.ini 0000664 0000000 0000000 00000001354 14306405457 0020025 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ACS@HST
INSTSHORT=ACS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=
OBSLONG=0.0
# Pixel scale in arcsec
PIXSCALE=0.05
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=5350)
SIZEY=([1]=5350)
# Reference pixels for each chip.
REFPIXX=([1]=2675)
REFPIXY=([1]=2675)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/ALFOSC@NOT.ini 0000664 0000000 0000000 00000001362 14306405457 0020367 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ALFOSC@NOT
INSTSHORT=ALFOSC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.189
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=4)
OVSCANX2=([1]=49)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=79)
CUTY=([1]=6)
SIZEX=([1]=2019)
SIZEY=([1]=2010)
# Reference pixels for each chip.
REFPIXX=([1]=1100)
REFPIXY=([1]=1020)
TYPE=OPT
THELI-3.1.4/config/instruments/ALTAU16M@VYSOS06.ini 0000664 0000000 0000000 00000001367 14306405457 0021210 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ALTAU16M@VYSOS06
INSTSHORT=ALTA
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.54
OBSLONG=-155.576
# Pixel scale in arcsec
PIXSCALE=2.37
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=15)
CUTY=([1]=29)
SIZEX=([1]=4070)
SIZEY=([1]=4058)
# Reference pixels for each chip.
REFPIXX=([1]=2048)
REFPIXY=([1]=2048)
TYPE=OPT
THELI-3.1.4/config/instruments/AltaU42_HIGHRES@ASV.ini 0000664 0000000 0000000 00000001361 14306405457 0021735 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=AltaU42_HIGHRES@ASV
INSTSHORT=ALTA
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=43.14
OBSLONG=21.5
# Pixel scale in arcsec
PIXSCALE=0.46
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=OPT
THELI-3.1.4/config/instruments/AltaU42_LOWRES@ASV.ini 0000664 0000000 0000000 00000001345 14306405457 0021661 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=AltaU42_LOWRES@ASV
INSTSHORT=ALTA
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=43.14
OBSLONG=21.5
# Pixel scale in arcsec
PIXSCALE=0.93
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=OPT
THELI-3.1.4/config/instruments/ApogeeAlta@PROMPT4.ini 0000664 0000000 0000000 00000001375 14306405457 0022073 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ApogeeAlta@PROMPT4
INSTSHORT=Alta
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.58
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/ApogeeAlta@PROMPT5.ini 0000664 0000000 0000000 00000001375 14306405457 0022074 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ApogeeAlta@PROMPT5
INSTSHORT=ALTA
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.60
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/CFH12K@CFHT.ini 0000664 0000000 0000000 00000002712 14306405457 0020362 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=CFH12K@CFHT
INSTSHORT=CFH12K
# Number of chips
NCHIPS=12
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.204
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=5 [2]=5 [3]=5 [4]=5 [5]=5 [6]=5 [7]=2 [8]=5 [9]=2066 [10]=2055 [11]=5 [12]=5)
OVSCANX2=([1]=25 [2]=25 [3]=25 [4]=25 [5]=25 [6]=25 [7]=16 [8]=25 [9]=2078 [10]=2075 [11]=25 [12]=25)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=35 [2]=35 [3]=35 [4]=35 [5]=35 [6]=35 [7]=35 [8]=35 [9]=10 [10]=10 [11]=35 [12]=35)
CUTY=([1]=10 [2]=10 [3]=10 [4]=10 [5]=10 [6]=10 [7]=35 [8]=35 [9]=35 [10]=35 [11]=35 [12]=35)
SIZEX=([1]=2038 [2]=2038 [3]=2038 [4]=2038 [5]=2038 [6]=2038 [7]=2038 [8]=2038 [9]=2038 [10]=2038 [11]=2038 [12]=2038)
SIZEY=([1]=4086 [2]=4086 [3]=4086 [4]=4086 [5]=4086 [6]=4086 [7]=4086 [8]=4086 [9]=4086 [10]=4086 [11]=4086 [12]=4086)
# Reference pixels for each chip.
REFPIXX=([1]=6290 [2]=4210 [3]=-60 [4]=0 [5]=-2083 [6]=-4170 [7]=6268 [8]=4202 [9]=2112 [10]=0 [11]=-2100 [12]=-4184)
REFPIXY=([1]=4433 [2]=4442 [3]=4442 [4]=4440 [5]=4423 [6]=4478 [7]=3808 [8]=3804 [9]=3792 [10]=3792 [11]=3770 [12]=3752)
TYPE=OPT
THELI-3.1.4/config/instruments/CFH12K@CFHT99.ahead 0000664 0000000 0000000 00000013354 14306405457 0021033 0 ustar 00root root 0000000 0000000 CRPIX1 = -5.723310877E+01 / Reference pixel on this axis
CRPIX2 = -1.056130078E+02 / Reference pixel on this axis
CD1_1 = -5.710005961E-05 / Linear projection matrix
CD1_2 = -1.125328839E-07 / Linear projection matrix
CD2_1 = -1.269114724E-07 / Linear projection matrix
CD2_2 = 5.703348636E-05 / Linear projection matrix
END
CRPIX1 = 2.030070892E+03 / Reference pixel on this axis
CRPIX2 = -1.093281647E+02 / Reference pixel on this axis
CD1_1 = -5.711497417E-05 / Linear projection matrix
CD1_2 = -3.916967561E-07 / Linear projection matrix
CD2_1 = -1.906297669E-07 / Linear projection matrix
CD2_2 = 5.697245819E-05 / Linear projection matrix
END
CRPIX1 = 2.033208430E+03 / Reference pixel on this axis
CRPIX2 = 4.018993500E+03 / Reference pixel on this axis
CD1_1 = -5.697342336E-05 / Linear projection matrix
CD1_2 = 1.515178290E-08 / Linear projection matrix
CD2_1 = -1.239473510E-07 / Linear projection matrix
CD2_2 = 5.691505381E-05 / Linear projection matrix
END
CRPIX1 = -5.427959228E+01 / Reference pixel on this axis
CRPIX2 = 4.021581236E+03 / Reference pixel on this axis
CD1_1 = -5.702109844E-05 / Linear projection matrix
CD1_2 = -6.965472525E-08 / Linear projection matrix
CD2_1 = 7.816048845E-09 / Linear projection matrix
CD2_2 = 5.690266588E-05 / Linear projection matrix
END
CRPIX1 = -2.154166924E+03 / Reference pixel on this axis
CRPIX2 = 4.044507233E+03 / Reference pixel on this axis
CD1_1 = -5.673926114E-05 / Linear projection matrix
CD1_2 = -2.299386572E-07 / Linear projection matrix
CD2_1 = 2.476264532E-07 / Linear projection matrix
CD2_2 = 5.670954568E-05 / Linear projection matrix
END
CRPIX1 = -2.147173901E+03 / Reference pixel on this axis
CRPIX2 = -1.139261149E+02 / Reference pixel on this axis
CD1_1 = -5.687176147E-05 / Linear projection matrix
CD1_2 = -9.026914637E-08 / Linear projection matrix
CD2_1 = -2.446624882E-07 / Linear projection matrix
CD2_2 = 5.690492254E-05 / Linear projection matrix
END
CRPIX1 = 4.129148988E+03 / Reference pixel on this axis
CRPIX2 = -1.217724595E+02 / Reference pixel on this axis
CD1_1 = -5.672951912E-05 / Linear projection matrix
CD1_2 = -3.038302114E-07 / Linear projection matrix
CD2_1 = -4.893986568E-08 / Linear projection matrix
CD2_2 = 5.687828722E-05 / Linear projection matrix
END
CRPIX1 = 4.125929333E+03 / Reference pixel on this axis
CRPIX2 = 4.018050661E+03 / Reference pixel on this axis
CD1_1 = -5.672811261E-05 / Linear projection matrix
CD1_2 = 8.650039904E-08 / Linear projection matrix
CD2_1 = -1.724033667E-07 / Linear projection matrix
CD2_2 = 5.681233431E-05 / Linear projection matrix
END
CRPIX1 = -4.284560876E+03 / Reference pixel on this axis
CRPIX2 = 4.063132130E+03 / Reference pixel on this axis
CD1_1 = -5.609008382E-05 / Linear projection matrix
CD1_2 = -2.870534468E-07 / Linear projection matrix
CD2_1 = 2.401824008E-07 / Linear projection matrix
CD2_2 = 5.637405702E-05 / Linear projection matrix
END
CRPIX1 = -4.282280710E+03 / Reference pixel on this axis
CRPIX2 = -1.287840654E+02 / Reference pixel on this axis
CD1_1 = -5.621988548E-05 / Linear projection matrix
CD1_2 = 1.704010685E-08 / Linear projection matrix
CD2_1 = -2.817792649E-07 / Linear projection matrix
CD2_2 = 5.677792084E-05 / Linear projection matrix
END
CRPIX1 = 6.266448667E+03 / Reference pixel on this axis
CRPIX2 = -1.516609320E+02 / Reference pixel on this axis
CD1_1 = -5.607492819E-05 / Linear projection matrix
CD1_2 = -3.678726499E-07 / Linear projection matrix
CD2_1 = 1.725584583E-07 / Linear projection matrix
CD2_2 = 5.663077512E-05 / Linear projection matrix
END
CRPIX1 = 6.257650943E+03 / Reference pixel on this axis
CRPIX2 = 4.014035061E+03 / Reference pixel on this axis
CD1_1 = -5.610448351E-05 / Linear projection matrix
CD1_2 = 2.207675738E-07 / Linear projection matrix
CD2_1 = -1.737050460E-07 / Linear projection matrix
CD2_2 = 5.671743145E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/CFH12K@CFHT99.ini 0000664 0000000 0000000 00000002704 14306405457 0020545 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=CFH12K@CFHT99
INSTSHORT=CFH12K
# Number of chips
NCHIPS=12
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.206
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=3 [2]=2 [3]=3 [4]=3 [5]=3 [6]=2 [7]=2 [8]=2 [9]=2075 [10]=2 [11]=2 [12]=2)
OVSCANX2=([1]=22 [2]=16 [3]=22 [4]=22 [5]=22 [6]=16 [7]=16 [8]=16 [9]=2080 [10]=18 [11]=18 [12]=20)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=35 [2]=35 [3]=35 [4]=35 [5]=35 [6]=35 [7]=35 [8]=35 [9]=11 [10]=35 [11]=35 [12]=35)
CUTY=([1]=35 [2]=35 [3]=9 [4]=9 [5]=9 [6]=35 [7]=38 [8]=7 [9]=11 [10]=38 [11]=38 [12]=7)
SIZEX=([1]=2036 [2]=2036 [3]=2036 [4]=2036 [5]=2036 [6]=2036 [7]=2036 [8]=2036 [9]=2036 [10]=2036 [11]=2036 [12]=2036)
SIZEY=([1]=4086 [2]=4086 [3]=4086 [4]=4086 [5]=4086 [6]=4086 [7]=4086 [8]=4086 [9]=4086 [10]=4086 [11]=4086 [12]=4086)
# Reference pixels for each chip.
REFPIXX=([1]=2084 [2]=-2 [3]=-6 [4]=2079 [5]=4173 [6]=4179 [7]=-2102 [8]=-2100 [9]=-4241 [10]=6313 [11]=-4238 [12]=-4227)
REFPIXY=([1]=4057 [2]=4058 [3]=4173 [4]=4178 [5]=4188 [6]=4062 [7]=4066 [8]=4179 [9]=4213 [10]=4083 [11]=4097 [12]=4178)
TYPE=OPT
THELI-3.1.4/config/instruments/DECam@CTIO.ahead 0000664 0000000 0000000 00000071234 14306405457 0020717 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.338399343250E+04 / Reference pixel on this axis
CRPIX2 = 6.239982143962E+03 / Reference pixel on this axis
CD1_1 = -1.208412491725E-07 / Linear projection matrix
CD1_2 = 7.307594903418E-05 / Linear projection matrix
CD2_1 = -7.287874521230E-05 / Linear projection matrix
CD2_2 = -4.150236807912E-08 / Linear projection matrix
END
CRPIX1 = -1.143428096601E+04 / Reference pixel on this axis
CRPIX2 = -2.280308729406E+03 / Reference pixel on this axis
CD1_1 = -1.705527090801E-07 / Linear projection matrix
CD1_2 = 7.305738204746E-05 / Linear projection matrix
CD2_1 = -7.286319201003E-05 / Linear projection matrix
CD2_2 = -6.482887827435E-08 / Linear projection matrix
END
CRPIX1 = 1.338675274429E+04 / Reference pixel on this axis
CRPIX2 = -2.277013798052E+03 / Reference pixel on this axis
CD1_1 = -3.460567988724E-08 / Linear projection matrix
CD1_2 = 7.304968759860E-05 / Linear projection matrix
CD2_1 = -7.287101337715E-05 / Linear projection matrix
CD2_2 = -1.702623947796E-07 / Linear projection matrix
END
CRPIX1 = 1.113401404314E+04 / Reference pixel on this axis
CRPIX2 = 8.380255285371E+03 / Reference pixel on this axis
CD1_1 = -2.029032662720E-07 / Linear projection matrix
CD1_2 = 7.303772640997E-05 / Linear projection matrix
CD2_1 = -7.289901218823E-05 / Linear projection matrix
CD2_2 = -6.452750557738E-09 / Linear projection matrix
END
CRPIX1 = 1.113412710576E+04 / Reference pixel on this axis
CRPIX2 = 4.110162447406E+03 / Reference pixel on this axis
CD1_1 = -9.768118349022E-08 / Linear projection matrix
CD1_2 = 7.311560925344E-05 / Linear projection matrix
CD2_1 = -7.290013155364E-05 / Linear projection matrix
CD2_2 = -2.957052532135E-08 / Linear projection matrix
END
CRPIX1 = 1.113707826395E+04 / Reference pixel on this axis
CRPIX2 = -1.460851787643E+02 / Reference pixel on this axis
CD1_1 = -5.594943977936E-08 / Linear projection matrix
CD1_2 = 7.311363888641E-05 / Linear projection matrix
CD2_1 = -7.287433966824E-05 / Linear projection matrix
CD2_2 = -1.837416040290E-07 / Linear projection matrix
END
CRPIX1 = 1.113322960158E+04 / Reference pixel on this axis
CRPIX2 = -4.414551749958E+03 / Reference pixel on this axis
CD1_1 = 4.827191551682E-08 / Linear projection matrix
CD1_2 = 7.303381954179E-05 / Linear projection matrix
CD2_1 = -7.291252445094E-05 / Linear projection matrix
CD2_2 = -2.080633965891E-07 / Linear projection matrix
END
CRPIX1 = 8.878606409607E+03 / Reference pixel on this axis
CRPIX2 = 1.050797290941E+04 / Reference pixel on this axis
CD1_1 = -1.790741631416E-07 / Linear projection matrix
CD1_2 = 7.297986117762E-05 / Linear projection matrix
CD2_1 = -7.298010134725E-05 / Linear projection matrix
CD2_2 = 4.846157987859E-08 / Linear projection matrix
END
CRPIX1 = 8.870560551041E+03 / Reference pixel on this axis
CRPIX2 = 6.252815656399E+03 / Reference pixel on this axis
CD1_1 = -2.332284319155E-07 / Linear projection matrix
CD1_2 = 7.311427240679E-05 / Linear projection matrix
CD2_1 = -7.299119584335E-05 / Linear projection matrix
CD2_2 = -6.122210489899E-08 / Linear projection matrix
END
CRPIX1 = 8.870273401137E+03 / Reference pixel on this axis
CRPIX2 = 1.983434648820E+03 / Reference pixel on this axis
CD1_1 = -8.138610288114E-08 / Linear projection matrix
CD1_2 = 7.318333106851E-05 / Linear projection matrix
CD2_1 = -7.298300970145E-05 / Linear projection matrix
CD2_2 = -1.045794607181E-07 / Linear projection matrix
END
CRPIX1 = 8.873811284814E+03 / Reference pixel on this axis
CRPIX2 = -2.274793328829E+03 / Reference pixel on this axis
CD1_1 = -2.238344124094E-08 / Linear projection matrix
CD1_2 = 7.311679625222E-05 / Linear projection matrix
CD2_1 = -7.299059150590E-05 / Linear projection matrix
CD2_2 = -2.022214293671E-07 / Linear projection matrix
END
CRPIX1 = 8.879172028222E+03 / Reference pixel on this axis
CRPIX2 = -6.539597396408E+03 / Reference pixel on this axis
CD1_1 = -3.416963134706E-09 / Linear projection matrix
CD1_2 = 7.297763707022E-05 / Linear projection matrix
CD2_1 = -7.298420255186E-05 / Linear projection matrix
CD2_2 = -2.598953393665E-07 / Linear projection matrix
END
CRPIX1 = 6.616578285786E+03 / Reference pixel on this axis
CRPIX2 = 1.264332617257E+04 / Reference pixel on this axis
CD1_1 = -2.037611158221E-07 / Linear projection matrix
CD1_2 = 7.291998395079E-05 / Linear projection matrix
CD2_1 = -7.302309619388E-05 / Linear projection matrix
CD2_2 = -7.210923412329E-09 / Linear projection matrix
END
CRPIX1 = 6.614757969305E+03 / Reference pixel on this axis
CRPIX2 = 8.379804900502E+03 / Reference pixel on this axis
CD1_1 = -2.147495862481E-07 / Linear projection matrix
CD1_2 = 7.307249970818E-05 / Linear projection matrix
CD2_1 = -7.307986185704E-05 / Linear projection matrix
CD2_2 = -1.278865347139E-08 / Linear projection matrix
END
CRPIX1 = 6.607917729797E+03 / Reference pixel on this axis
CRPIX2 = 4.111633328817E+03 / Reference pixel on this axis
CD1_1 = -1.138235463178E-07 / Linear projection matrix
CD1_2 = 7.322600406388E-05 / Linear projection matrix
CD2_1 = -7.315445334229E-05 / Linear projection matrix
CD2_2 = -5.095307590109E-08 / Linear projection matrix
END
CRPIX1 = 6.605805052701E+03 / Reference pixel on this axis
CRPIX2 = -1.438280830353E+02 / Reference pixel on this axis
CD1_1 = -4.418447865088E-08 / Linear projection matrix
CD1_2 = 7.321609274068E-05 / Linear projection matrix
CD2_1 = -7.312987219694E-05 / Linear projection matrix
CD2_2 = -1.212832620569E-07 / Linear projection matrix
END
CRPIX1 = 6.617307727890E+03 / Reference pixel on this axis
CRPIX2 = -4.408245922916E+03 / Reference pixel on this axis
CD1_1 = 2.656930109751E-08 / Linear projection matrix
CD1_2 = 7.307317586262E-05 / Linear projection matrix
CD2_1 = -7.308656593356E-05 / Linear projection matrix
CD2_2 = -2.206574432443E-07 / Linear projection matrix
END
CRPIX1 = 6.615299810730E+03 / Reference pixel on this axis
CRPIX2 = -8.680865088410E+03 / Reference pixel on this axis
CD1_1 = 1.376871924635E-08 / Linear projection matrix
CD1_2 = 7.289504242823E-05 / Linear projection matrix
CD2_1 = -7.303317150384E-05 / Linear projection matrix
CD2_2 = -1.835364513230E-07 / Linear projection matrix
END
CRPIX1 = 4.365030947524E+03 / Reference pixel on this axis
CRPIX2 = 1.264027011794E+04 / Reference pixel on this axis
CD1_1 = -1.489241828289E-07 / Linear projection matrix
CD1_2 = 7.291042284047E-05 / Linear projection matrix
CD2_1 = -7.310856580939E-05 / Linear projection matrix
CD2_2 = -9.078629054928E-09 / Linear projection matrix
END
CRPIX1 = 4.354294563976E+03 / Reference pixel on this axis
CRPIX2 = 8.373294606318E+03 / Reference pixel on this axis
CD1_1 = -1.543367390151E-07 / Linear projection matrix
CD1_2 = 7.309164881694E-05 / Linear projection matrix
CD2_1 = -7.316591321191E-05 / Linear projection matrix
CD2_2 = -5.681433624987E-08 / Linear projection matrix
END
CRPIX1 = 4.353384563473E+03 / Reference pixel on this axis
CRPIX2 = 4.111555281571E+03 / Reference pixel on this axis
CD1_1 = -1.130062684960E-07 / Linear projection matrix
CD1_2 = 7.326107030851E-05 / Linear projection matrix
CD2_1 = -7.322220613530E-05 / Linear projection matrix
CD2_2 = -8.151895527630E-08 / Linear projection matrix
END
CRPIX1 = 4.354554258025E+03 / Reference pixel on this axis
CRPIX2 = -1.387990070287E+02 / Reference pixel on this axis
CD1_1 = -1.173260374554E-07 / Linear projection matrix
CD1_2 = 7.325092747570E-05 / Linear projection matrix
CD2_1 = -7.322904086768E-05 / Linear projection matrix
CD2_2 = -1.531062682947E-07 / Linear projection matrix
END
CRPIX1 = 4.359759186611E+03 / Reference pixel on this axis
CRPIX2 = -4.404024548098E+03 / Reference pixel on this axis
CD1_1 = -4.118006087792E-08 / Linear projection matrix
CD1_2 = 7.310471152730E-05 / Linear projection matrix
CD2_1 = -7.315406234086E-05 / Linear projection matrix
CD2_2 = -1.820487135063E-07 / Linear projection matrix
END
CRPIX1 = 4.363457814101E+03 / Reference pixel on this axis
CRPIX2 = -8.678151786464E+03 / Reference pixel on this axis
CD1_1 = -4.906863537188E-09 / Linear projection matrix
CD1_2 = 7.289629834902E-05 / Linear projection matrix
CD2_1 = -7.307816493409E-05 / Linear projection matrix
CD2_2 = -1.834290960404E-07 / Linear projection matrix
END
CRPIX1 = 2.104882174632E+03 / Reference pixel on this axis
CRPIX2 = 1.477379921779E+04 / Reference pixel on this axis
CD1_1 = -7.914869335496E-08 / Linear projection matrix
CD1_2 = 7.286324133634E-05 / Linear projection matrix
CD2_1 = -7.307298306419E-05 / Linear projection matrix
CD2_2 = -6.826660102155E-08 / Linear projection matrix
END
CRPIX1 = 2.102121414604E+03 / Reference pixel on this axis
CRPIX2 = 1.050562789084E+04 / Reference pixel on this axis
CD1_1 = -9.683511349522E-08 / Linear projection matrix
CD1_2 = 7.300044827594E-05 / Linear projection matrix
CD2_1 = -7.314580265130E-05 / Linear projection matrix
CD2_2 = -9.959658184495E-08 / Linear projection matrix
END
CRPIX1 = 2.099303159048E+03 / Reference pixel on this axis
CRPIX2 = 6.238501670324E+03 / Reference pixel on this axis
CD1_1 = -1.202398423749E-07 / Linear projection matrix
CD1_2 = 7.318363988332E-05 / Linear projection matrix
CD2_1 = -7.322320333323E-05 / Linear projection matrix
CD2_2 = -1.040111717021E-07 / Linear projection matrix
END
CRPIX1 = 2.101520164450E+03 / Reference pixel on this axis
CRPIX2 = 1.980111354073E+03 / Reference pixel on this axis
CD1_1 = -3.621822167647E-08 / Linear projection matrix
CD1_2 = 7.329012489143E-05 / Linear projection matrix
CD2_1 = -7.326794641850E-05 / Linear projection matrix
CD2_2 = -7.751241046070E-08 / Linear projection matrix
END
CRPIX1 = 2.099086322802E+03 / Reference pixel on this axis
CRPIX2 = -2.268759677406E+03 / Reference pixel on this axis
CD1_1 = -8.562950053656E-08 / Linear projection matrix
CD1_2 = 7.320573861081E-05 / Linear projection matrix
CD2_1 = -7.324064006245E-05 / Linear projection matrix
CD2_2 = -1.017611095166E-07 / Linear projection matrix
END
CRPIX1 = 2.101507229823E+03 / Reference pixel on this axis
CRPIX2 = -6.540668070706E+03 / Reference pixel on this axis
CD1_1 = -2.921822192642E-08 / Linear projection matrix
CD1_2 = 7.299754253888E-05 / Linear projection matrix
CD2_1 = -7.316754941155E-05 / Linear projection matrix
CD2_2 = -1.215707902547E-07 / Linear projection matrix
END
CRPIX1 = 2.100197556706E+03 / Reference pixel on this axis
CRPIX2 = -1.080682500083E+04 / Reference pixel on this axis
CD1_1 = -3.765498022037E-08 / Linear projection matrix
CD1_2 = 7.286459468480E-05 / Linear projection matrix
CD2_1 = -7.308211175282E-05 / Linear projection matrix
CD2_2 = -9.329522666110E-08 / Linear projection matrix
END
CRPIX1 = -1.597270644612E+02 / Reference pixel on this axis
CRPIX2 = 1.477353622042E+04 / Reference pixel on this axis
CD1_1 = -7.057640725602E-08 / Linear projection matrix
CD1_2 = 7.287905621247E-05 / Linear projection matrix
CD2_1 = -7.308097413654E-05 / Linear projection matrix
CD2_2 = -1.571255810535E-07 / Linear projection matrix
END
CRPIX1 = -1.560870105635E+02 / Reference pixel on this axis
CRPIX2 = 1.050718050220E+04 / Reference pixel on this axis
CD1_1 = -7.143469060140E-08 / Linear projection matrix
CD1_2 = 7.299920497819E-05 / Linear projection matrix
CD2_1 = -7.316556044473E-05 / Linear projection matrix
CD2_2 = -1.580012162248E-07 / Linear projection matrix
END
CRPIX1 = -1.495703281008E+02 / Reference pixel on this axis
CRPIX2 = 6.239953497307E+03 / Reference pixel on this axis
CD1_1 = -3.995164477299E-08 / Linear projection matrix
CD1_2 = 7.319696101773E-05 / Linear projection matrix
CD2_1 = -7.323024123530E-05 / Linear projection matrix
CD2_2 = -9.487767012543E-08 / Linear projection matrix
END
CRPIX1 = -1.492109221998E+02 / Reference pixel on this axis
CRPIX2 = 1.986106684130E+03 / Reference pixel on this axis
CD1_1 = -7.605174128415E-08 / Linear projection matrix
CD1_2 = 7.327144844395E-05 / Linear projection matrix
CD2_1 = -7.326730116174E-05 / Linear projection matrix
CD2_2 = -8.908009222973E-08 / Linear projection matrix
END
CRPIX1 = -1.534020049820E+02 / Reference pixel on this axis
CRPIX2 = -2.264761885576E+03 / Reference pixel on this axis
CD1_1 = -6.538575900085E-08 / Linear projection matrix
CD1_2 = 7.319252674647E-05 / Linear projection matrix
CD2_1 = -7.325006595243E-05 / Linear projection matrix
CD2_2 = -5.039822277777E-08 / Linear projection matrix
END
CRPIX1 = -1.531024149980E+02 / Reference pixel on this axis
CRPIX2 = -6.535660320825E+03 / Reference pixel on this axis
CD1_1 = -8.444213807910E-08 / Linear projection matrix
CD1_2 = 7.298730654772E-05 / Linear projection matrix
CD2_1 = -7.316922782884E-05 / Linear projection matrix
CD2_2 = -6.523391301714E-08 / Linear projection matrix
END
CRPIX1 = -1.482576965185E+02 / Reference pixel on this axis
CRPIX2 = -1.080385806151E+04 / Reference pixel on this axis
CD1_1 = -1.481377376253E-07 / Linear projection matrix
CD1_2 = 7.286950665587E-05 / Linear projection matrix
CD2_1 = -7.304987017431E-05 / Linear projection matrix
CD2_2 = -1.143950853914E-07 / Linear projection matrix
END
CRPIX1 = -2.409191982946E+03 / Reference pixel on this axis
CRPIX2 = 1.264913781302E+04 / Reference pixel on this axis
CD1_1 = 1.655213486890E-08 / Linear projection matrix
CD1_2 = 7.289305055235E-05 / Linear projection matrix
CD2_1 = -7.306504168067E-05 / Linear projection matrix
CD2_2 = -1.530581070642E-07 / Linear projection matrix
END
CRPIX1 = -2.405116204391E+03 / Reference pixel on this axis
CRPIX2 = 8.378136535416E+03 / Reference pixel on this axis
CD1_1 = 2.571193750547E-08 / Linear projection matrix
CD1_2 = 7.309181733978E-05 / Linear projection matrix
CD2_1 = -7.315294519967E-05 / Linear projection matrix
CD2_2 = -1.461445314879E-07 / Linear projection matrix
END
CRPIX1 = -2.399178299719E+03 / Reference pixel on this axis
CRPIX2 = 4.113436931650E+03 / Reference pixel on this axis
CD1_1 = -3.734436946334E-08 / Linear projection matrix
CD1_2 = 7.324016524124E-05 / Linear projection matrix
CD2_1 = -7.320596430691E-05 / Linear projection matrix
CD2_2 = -9.789808353283E-08 / Linear projection matrix
END
CRPIX1 = -2.401459739329E+03 / Reference pixel on this axis
CRPIX2 = -1.432597208528E+02 / Reference pixel on this axis
CD1_1 = -1.159518252986E-07 / Linear projection matrix
CD1_2 = 7.320432813886E-05 / Linear projection matrix
CD2_1 = -7.320693503463E-05 / Linear projection matrix
CD2_2 = -9.110452901172E-08 / Linear projection matrix
END
CRPIX1 = -2.407403523722E+03 / Reference pixel on this axis
CRPIX2 = -4.399792681451E+03 / Reference pixel on this axis
CD1_1 = -1.029188412776E-07 / Linear projection matrix
CD1_2 = 7.310376569054E-05 / Linear projection matrix
CD2_1 = -7.315066201706E-05 / Linear projection matrix
CD2_2 = -3.399406117116E-08 / Linear projection matrix
END
CRPIX1 = -2.415845512559E+03 / Reference pixel on this axis
CRPIX2 = -8.673845926900E+03 / Reference pixel on this axis
CD1_1 = -1.552959215578E-07 / Linear projection matrix
CD1_2 = 7.290527261571E-05 / Linear projection matrix
CD2_1 = -7.306392944246E-05 / Linear projection matrix
CD2_2 = -4.128708519143E-09 / Linear projection matrix
END
CRPIX1 = -4.661495666063E+03 / Reference pixel on this axis
CRPIX2 = 1.264841284813E+04 / Reference pixel on this axis
CD1_1 = 3.397688186562E-08 / Linear projection matrix
CD1_2 = 7.291531873400E-05 / Linear projection matrix
CD2_1 = -7.302415085687E-05 / Linear projection matrix
CD2_2 = -1.677482219766E-07 / Linear projection matrix
END
CRPIX1 = -4.660738562795E+03 / Reference pixel on this axis
CRPIX2 = 8.385056777895E+03 / Reference pixel on this axis
CD1_1 = 3.490516245508E-08 / Linear projection matrix
CD1_2 = 7.306823729417E-05 / Linear projection matrix
CD2_1 = -7.306983954010E-05 / Linear projection matrix
CD2_2 = -1.684887530705E-07 / Linear projection matrix
END
CRPIX1 = -4.660081480107E+03 / Reference pixel on this axis
CRPIX2 = 4.114315613560E+03 / Reference pixel on this axis
CD1_1 = -5.670485098296E-08 / Linear projection matrix
CD1_2 = 7.320107467203E-05 / Linear projection matrix
CD2_1 = -7.308531583519E-05 / Linear projection matrix
CD2_2 = -1.700978968061E-07 / Linear projection matrix
END
CRPIX1 = -4.659411438843E+03 / Reference pixel on this axis
CRPIX2 = -1.362639522859E+02 / Reference pixel on this axis
CD1_1 = -8.588155711280E-08 / Linear projection matrix
CD1_2 = 7.322431515431E-05 / Linear projection matrix
CD2_1 = -7.309953292799E-05 / Linear projection matrix
CD2_2 = -4.727754011278E-08 / Linear projection matrix
END
CRPIX1 = -4.663341931037E+03 / Reference pixel on this axis
CRPIX2 = -4.407700789306E+03 / Reference pixel on this axis
CD1_1 = -2.040661854105E-07 / Linear projection matrix
CD1_2 = 7.308170724249E-05 / Linear projection matrix
CD2_1 = -7.307152483768E-05 / Linear projection matrix
CD2_2 = -9.506043547997E-09 / Linear projection matrix
END
CRPIX1 = -4.665768271006E+03 / Reference pixel on this axis
CRPIX2 = -8.675989310984E+03 / Reference pixel on this axis
CD1_1 = -1.621651155990E-07 / Linear projection matrix
CD1_2 = 7.289309809424E-05 / Linear projection matrix
CD2_1 = -7.305112462071E-05 / Linear projection matrix
CD2_2 = 6.566454771803E-09 / Linear projection matrix
END
CRPIX1 = -6.929837718410E+03 / Reference pixel on this axis
CRPIX2 = 1.051285216083E+04 / Reference pixel on this axis
CD1_1 = 2.189863029509E-08 / Linear projection matrix
CD1_2 = 7.297427923639E-05 / Linear projection matrix
CD2_1 = -7.296158607050E-05 / Linear projection matrix
CD2_2 = -2.494747786052E-07 / Linear projection matrix
END
CRPIX1 = -6.916322640214E+03 / Reference pixel on this axis
CRPIX2 = 6.246827134032E+03 / Reference pixel on this axis
CD1_1 = -1.305373195432E-08 / Linear projection matrix
CD1_2 = 7.312048178053E-05 / Linear projection matrix
CD2_1 = -7.301686808367E-05 / Linear projection matrix
CD2_2 = -1.841565954408E-07 / Linear projection matrix
END
CRPIX1 = -6.912169174698E+03 / Reference pixel on this axis
CRPIX2 = 1.986368925165E+03 / Reference pixel on this axis
CD1_1 = -7.015654086367E-08 / Linear projection matrix
CD1_2 = 7.317953767535E-05 / Linear projection matrix
CD2_1 = -7.302401636541E-05 / Linear projection matrix
CD2_2 = -1.071456518427E-07 / Linear projection matrix
END
CRPIX1 = -6.920252479385E+03 / Reference pixel on this axis
CRPIX2 = -2.276469997191E+03 / Reference pixel on this axis
CD1_1 = -1.722793083096E-07 / Linear projection matrix
CD1_2 = 7.310966358332E-05 / Linear projection matrix
CD2_1 = -7.299366665196E-05 / Linear projection matrix
CD2_2 = -3.989985369867E-08 / Linear projection matrix
END
CRPIX1 = -6.928598986438E+03 / Reference pixel on this axis
CRPIX2 = -6.545814717134E+03 / Reference pixel on this axis
CD1_1 = -2.291299334150E-07 / Linear projection matrix
CD1_2 = 7.296590262275E-05 / Linear projection matrix
CD2_1 = -7.295279900916E-05 / Linear projection matrix
CD2_2 = 3.167361096143E-08 / Linear projection matrix
END
CRPIX1 = -9.184439401364E+03 / Reference pixel on this axis
CRPIX2 = 8.382635383980E+03 / Reference pixel on this axis
CD1_1 = 2.442609656425E-08 / Linear projection matrix
CD1_2 = 7.302493497048E-05 / Linear projection matrix
CD2_1 = -7.289611931884E-05 / Linear projection matrix
CD2_2 = -2.241864090979E-07 / Linear projection matrix
END
CRPIX1 = -9.176396100729E+03 / Reference pixel on this axis
CRPIX2 = 4.121612913751E+03 / Reference pixel on this axis
CD1_1 = -2.871945481120E-08 / Linear projection matrix
CD1_2 = 7.312188452363E-05 / Linear projection matrix
CD2_1 = -7.291711264322E-05 / Linear projection matrix
CD2_2 = -1.571938543529E-07 / Linear projection matrix
END
CRPIX1 = -9.177621797606E+03 / Reference pixel on this axis
CRPIX2 = -1.410872948763E+02 / Reference pixel on this axis
CD1_1 = -1.025913181476E-07 / Linear projection matrix
CD1_2 = 7.312550377861E-05 / Linear projection matrix
CD2_1 = -7.291817367277E-05 / Linear projection matrix
CD2_2 = -3.047619778174E-08 / Linear projection matrix
END
CRPIX1 = -9.183453008050E+03 / Reference pixel on this axis
CRPIX2 = -4.404482765845E+03 / Reference pixel on this axis
CD1_1 = -1.682109241475E-07 / Linear projection matrix
CD1_2 = 7.303096022896E-05 / Linear projection matrix
CD2_1 = -7.289781845476E-05 / Linear projection matrix
CD2_2 = 2.232139926722E-08 / Linear projection matrix
END
CRPIX1 = -1.143522247866E+04 / Reference pixel on this axis
CRPIX2 = 6.237138581440E+03 / Reference pixel on this axis
CD1_1 = -8.409552767120E-08 / Linear projection matrix
CD1_2 = 7.306749729628E-05 / Linear projection matrix
CD2_1 = -7.287532715999E-05 / Linear projection matrix
CD2_2 = -2.004283416637E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/DECam@CTIO.ini 0000664 0000000 0000000 00000011470 14306405457 0020430 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=DECam@CTIO
INSTSHORT=DECam
# Number of chips
NCHIPS=60
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.2632
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=36 [2]=36 [3]=36 [4]=36 [5]=36 [6]=36 [7]=36 [8]=36 [9]=36 [10]=36 [11]=36 [12]=36 [13]=36 [14]=36 [15]=36 [16]=36 [17]=36 [18]=36 [19]=36 [20]=36 [21]=36 [22]=36 [23]=36 [24]=36 [25]=36 [26]=36 [27]=36 [28]=36 [29]=36 [30]=36 [31]=36 [32]=36 [33]=36 [34]=36 [35]=36 [36]=36 [37]=36 [38]=36 [39]=36 [40]=36 [41]=36 [42]=36 [43]=36 [44]=36 [45]=36 [46]=36 [47]=36 [48]=36 [49]=36 [50]=36 [51]=36 [52]=36 [53]=36 [54]=36 [55]=36 [56]=36 [57]=36 [58]=36 [59]=36 [60]=36)
CUTY=([1]=22 [2]=22 [3]=22 [4]=22 [5]=22 [6]=22 [7]=22 [8]=22 [9]=22 [10]=22 [11]=22 [12]=22 [13]=22 [14]=22 [15]=22 [16]=22 [17]=22 [18]=22 [19]=22 [20]=22 [21]=22 [22]=22 [23]=22 [24]=22 [25]=22 [26]=22 [27]=22 [28]=22 [29]=22 [30]=22 [31]=22 [32]=22 [33]=22 [34]=22 [35]=22 [36]=22 [37]=22 [38]=22 [39]=22 [40]=22 [41]=22 [42]=22 [43]=22 [44]=22 [45]=22 [46]=22 [47]=22 [48]=22 [49]=22 [50]=22 [51]=22 [52]=22 [53]=22 [54]=22 [55]=22 [56]=22 [57]=22 [58]=22 [59]=22 [60]=22)
SIZEX=([1]=1972 [2]=1972 [3]=1972 [4]=1972 [5]=1972 [6]=1972 [7]=1972 [8]=1972 [9]=1972 [10]=1972 [11]=1972 [12]=1972 [13]=1972 [14]=1972 [15]=1972 [16]=1972 [17]=1972 [18]=1972 [19]=1972 [20]=1972 [21]=1972 [22]=1972 [23]=1972 [24]=1972 [25]=1972 [26]=1972 [27]=1972 [28]=1972 [29]=1972 [30]=1972 [31]=1972 [32]=1972 [33]=1972 [34]=1972 [35]=1972 [36]=1972 [37]=1972 [38]=1972 [39]=1972 [40]=1972 [41]=1972 [42]=1972 [43]=1972 [44]=1972 [45]=1972 [46]=1972 [47]=1972 [48]=1972 [49]=1972 [50]=1972 [51]=1972 [52]=1972 [53]=1972 [54]=1972 [55]=1972 [56]=1972 [57]=1972 [58]=1972 [59]=1972 [60]=1972)
SIZEY=([1]=4054 [2]=4054 [3]=4054 [4]=4054 [5]=4054 [6]=4054 [7]=4054 [8]=4054 [9]=4054 [10]=4054 [11]=4054 [12]=4054 [13]=4054 [14]=4054 [15]=4054 [16]=4054 [17]=4054 [18]=4054 [19]=4054 [20]=4054 [21]=4054 [22]=4054 [23]=4054 [24]=4054 [25]=4054 [26]=4054 [27]=4054 [28]=4054 [29]=4054 [30]=4054 [31]=4054 [32]=4054 [33]=4054 [34]=4054 [35]=4054 [36]=4054 [37]=4054 [38]=4054 [39]=4054 [40]=4054 [41]=4054 [42]=4054 [43]=4054 [44]=4054 [45]=4054 [46]=4054 [47]=4054 [48]=4054 [49]=4054 [50]=4054 [51]=4054 [52]=4054 [53]=4054 [54]=4054 [55]=4054 [56]=4054 [57]=4054 [58]=4054 [59]=4054 [60]=4054)
# Reference pixels for each chip.
REFPIXX=([1]=2151 [2]=2151 [3]=2151 [4]=-103 [5]=-103 [6]=-103 [7]=4405 [8]=4405 [9]=6660 [10]=6660 [11]=8914 [12]=11168 [13]=-2357 [14]=-2357 [15]=-4612 [16]=-4612 [17]=-6866 [18]=-9120 [19]=4405 [20]=4405 [21]=4405 [22]=4405 [23]=6660 [24]=6660 [25]=6660 [26]=6660 [27]=8914 [28]=8914 [29]=8914 [30]=8914 [31]=11168 [32]=11168 [33]=11168 [34]=13423 [35]=13423 [36]=13423 [37]=-103 [38]=-103 [39]=-103 [40]=-103 [41]=2151 [42]=2151 [43]=2151 [44]=2151 [45]=-2357 [46]=-2357 [47]=-2357 [48]=-2357 [49]=-4612 [50]=-4612 [51]=-4612 [52]=-4612 [53]=-6866 [54]=-6866 [55]=-6866 [56]=-6866 [57]=-9120 [58]=-9120 [59]=-9120 [60]=-11375 [61]=-11375 [62]=-11375)
REFPIXY=([1]=14826 [2]=10566 [3]=6307 [4]=14826 [5]=10566 [6]=6307 [7]=12696 [8]=8437 [9]=12696 [10]=8437 [11]=10566 [12]=8437 [13]=12696 [14]=8437 [15]=12696 [16]=8437 [17]=10566 [18]=8437 [19]=4177 [20]=-81 [21]=-4341 [22]=-8600 [23]=-4341 [24]=-8600 [25]=4177 [26]=-81 [27]=6307 [28]=2048 [29]=-2211 [30]=-6470 [31]=4177 [32]=-81 [33]=-4341 [34]=6307 [35]=2048 [36]=-2211 [37]=2048 [38]=-2211 [39]=-6470 [40]=-10730 [41]=2048 [42]=-2211 [43]=-6470 [44]=-10730 [45]=4177 [46]=-81 [47]=-4341 [48]=-8600 [49]=-4341 [50]=-8600 [51]=4177 [52]=-81 [53]=6307 [54]=2048 [55]=-2211 [56]=-6470 [57]=4177 [58]=-81 [59]=-4341 [60]=6307 [61]=2048 [62]=-2211)
TYPE=OPT
THELI-3.1.4/config/instruments/DECam@CTIO_31.reg 0000664 0000000 0000000 00000000237 14306405457 0020730 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: S20120226S0032_1.fits
# Sense: in
# Combine: and
physical
polygon(0.5,4054.5,989.5,4054.5,989.5,0.5,0.5,0.5)
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK.ahead 0000664 0000000 0000000 00000003620 14306405457 0021515 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.252805475353E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = 2.096805475353E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = -5.319452464737E+01 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962826E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = -2.200194524647E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK.ini 0000664 0000000 0000000 00000001257 14306405457 0021236 0 ustar 00root root 0000000 0000000 INSTRUMENT=DEIMOS_1AMP@KECK
INSTSHORT=DEIMOS
NCHIPS=4
# Geographic location
OBSLAT=19.82
OBSLONG=-155.47
# Plate scale
PIXSCALE=0.1185
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=2070 [2]=2070 [3]=2070 [4]=2070)
OVSCANX2=([1]=2130 [2]=2130 [3]=2130 [4]=2130)
OVSCANY1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0 [4]=0)
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2601 [2]=2601 [3]=2601 [4]=2601)
REFPIXX=([1]=4253 [2]=2097 [3]=-53 [4]=-2200)
REFPIXY=([1]=1301 [2]=1301 [3]=1301 [4]=1301)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK_1.reg 0000664 0000000 0000000 00000000236 14306405457 0021450 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(49.934348,2501.2712,2069.7633,2498.4781,2071.8344,209.61941,849.2902,224.46813,49.934348,989.17697)
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK_2.reg 0000664 0000000 0000000 00000000426 14306405457 0021452 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(20.011505,2507.9837,2069.7633,2508.1743,2069.7633,767.71016,1524.3532,709.53308,1284.3728,629.53961,970.1371,542.89453,673.37872,520.45062,453.92713,478.05657,351.68265,403.24353,266.89453,263.59252,22.505273,266.08629)
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK_3.reg 0000664 0000000 0000000 00000000730 14306405457 0021451 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(17.517737,2520.4525,44.134902,2518.5808,45.952936,2462.2218,113.22018,2464.6459,116.25023,2522.2169,540.01631,2538.5979,1426.3453,2541.212,1430.5874,2458.1885,1520.883,2458.1885,1518.459,2540.606,2084.3075,2536.6568,2069.7633,107.76398,1769.9106,127.95147,1740.7114,156.3605,1611.5243,375.43007,1502.5368,519.85158,1303.7651,582.87675,1321.9743,580.8373,856.71456,667.4548,364.23216,754.07231,17.517737,774.81496)
THELI-3.1.4/config/instruments/DEIMOS_1AMP@KECK_4.reg 0000664 0000000 0000000 00000000305 14306405457 0021450 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(17.517737,2560.3528,1946.137,2551.8071,1946.137,1383.4175,1778.8779,1225.8546,1810.3905,1133.7409,768.05126,113.21808,17.517737,116.46021)
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK.ahead 0000664 0000000 0000000 00000003620 14306405457 0021516 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.252805475353E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = 2.096805475353E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = -5.319452464737E+01 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962826E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
CRPIX1 = -2.200194524647E+03 / Reference pixel on this axis
CRPIX2 = 1.301000018679E+03 / Reference pixel on this axis
CD1_1 = -2.495992962825E-07 / Linear projection matrix
CD1_2 = 3.271529545341E-05 / Linear projection matrix
CD2_1 = 3.269541583457E-05 / Linear projection matrix
CD2_2 = 2.499016768902E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK.ini 0000664 0000000 0000000 00000001227 14306405457 0021234 0 ustar 00root root 0000000 0000000 INSTRUMENT=DEIMOS_2AMP@KECK
INSTSHORT=DEIMOS
NCHIPS=4
# Geographic location
OBSLAT=19.82
OBSLONG=-155.47
# Plate scale
PIXSCALE=0.1185
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANY1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0 [4]=0)
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2601 [2]=2601 [3]=2601 [4]=2601)
REFPIXX=([1]=4253 [2]=2097 [3]=-53 [4]=-2200)
REFPIXY=([1]=1301 [2]=1301 [3]=1301 [4]=1301)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK_1.reg 0000664 0000000 0000000 00000000236 14306405457 0021451 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(49.934348,2501.2712,2069.7633,2498.4781,2071.8344,209.61941,849.2902,224.46813,49.934348,989.17697)
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK_2.reg 0000664 0000000 0000000 00000000426 14306405457 0021453 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(20.011505,2507.9837,2069.7633,2508.1743,2069.7633,767.71016,1524.3532,709.53308,1284.3728,629.53961,970.1371,542.89453,673.37872,520.45062,453.92713,478.05657,351.68265,403.24353,266.89453,263.59252,22.505273,266.08629)
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK_3.reg 0000664 0000000 0000000 00000000730 14306405457 0021452 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(17.517737,2520.4525,44.134902,2518.5808,45.952936,2462.2218,113.22018,2464.6459,116.25023,2522.2169,540.01631,2538.5979,1426.3453,2541.212,1430.5874,2458.1885,1520.883,2458.1885,1518.459,2540.606,2084.3075,2536.6568,2069.7633,107.76398,1769.9106,127.95147,1740.7114,156.3605,1611.5243,375.43007,1502.5368,519.85158,1303.7651,582.87675,1321.9743,580.8373,856.71456,667.4548,364.23216,754.07231,17.517737,774.81496)
THELI-3.1.4/config/instruments/DEIMOS_2AMP@KECK_4.reg 0000664 0000000 0000000 00000000305 14306405457 0021451 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(17.517737,2560.3528,1946.137,2551.8071,1946.137,1383.4175,1778.8779,1225.8546,1810.3905,1133.7409,768.05126,113.21808,17.517737,116.46021)
THELI-3.1.4/config/instruments/Direct_2k_DUPONT@LCO.ini 0000664 0000000 0000000 00000001407 14306405457 0022274 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=Direct_2k_DUPONT@LCO
INSTSHORT=Direct
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.0
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.2602
GAIN=1.54
# Overscan regions.
OVSCANX1=([1]=2060)
OVSCANX2=([1]=2160)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2)
CUTY=([1]=2)
SIZEX=([1]=2046)
SIZEY=([1]=2046)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/Direct_4k_SWOPE@LCO.ahead 0000664 0000000 0000000 00000003620 14306405457 0022444 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.020428803645E+03 / Reference pixel on this axis
CRPIX2 = 2.152673858426E+03 / Reference pixel on this axis
CD1_1 = 7.012123991180E-07 / Linear projection matrix
CD1_2 = -1.209520915420E-04 / Linear projection matrix
CD2_1 = -1.209704448451E-04 / Linear projection matrix
CD2_2 = -8.442558765812E-07 / Linear projection matrix
END
CRPIX1 = 2.078420173968E+03 / Reference pixel on this axis
CRPIX2 = 2.153311344740E+03 / Reference pixel on this axis
CD1_1 = -5.940918246501E-07 / Linear projection matrix
CD1_2 = -1.209743471834E-04 / Linear projection matrix
CD2_1 = 1.210208065528E-04 / Linear projection matrix
CD2_2 = -9.487671484817E-07 / Linear projection matrix
END
CRPIX1 = 2.078549503364E+03 / Reference pixel on this axis
CRPIX2 = 1.961028768148E+03 / Reference pixel on this axis
CD1_1 = -6.886008675937E-07 / Linear projection matrix
CD1_2 = 1.210376622219E-04 / Linear projection matrix
CD2_1 = 1.210350154318E-04 / Linear projection matrix
CD2_2 = 8.526479849956E-07 / Linear projection matrix
END
CRPIX1 = 2.020041032965E+03 / Reference pixel on this axis
CRPIX2 = 1.960462135460E+03 / Reference pixel on this axis
CD1_1 = 6.493824519902E-07 / Linear projection matrix
CD1_2 = 1.210944536310E-04 / Linear projection matrix
CD2_1 = -1.210122745093E-04 / Linear projection matrix
CD2_2 = 9.077182419293E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/Direct_4k_SWOPE@LCO.ini 0000664 0000000 0000000 00000001715 14306405457 0022164 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=Direct_4k_SWOPE@LCO
INSTSHORT=Direct
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-29.0
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.435
GAIN=1.04
# Overscan regions.
OVSCANX1=([1]=2049 [2]=2049 [3]=2049 [4]=2049)
OVSCANX2=([1]=2176 [2]=2176 [3]=2176 [4]=2176)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=2 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2055 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2045 [2]=2053 [3]=2055 [4]=2045)
REFPIXY=([1]=2059 [2]=2057 [3]=2056 [4]=2056)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/EFOSC2@ESO3.6m.ini 0000664 0000000 0000000 00000001357 14306405457 0020737 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EFOSC2@ESO3.6m
INSTSHORT=EFOSC2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.157
GAIN=1.1
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2060)
SIZEY=([1]=2060)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=OPT
THELI-3.1.4/config/instruments/EFOSC2@ESO3.6m_1.reg 0000664 0000000 0000000 00000002071 14306405457 0021147 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(48,1976,110,2026,155.,2030,155.,1908,159.,1909.,159.,2027.,257.,2029.,261.,2012,267.,2012,267.,2029.,361.,2030,361.,229.,365.,229.,365.,2031.,971.,2030,971.,1131.,598,1130,610,1110,626,1111.,627.,1123.5,709.,1123.5,719.,1120.5,731.,1123.,811.5,1123.,821.,1118.5,832.5,1123.,915.5,1122,919.5,1118,928,1119.,935.5,1123.,971.,1123.,971.,833.,973.,833.,973.,1123.,1014,1124,1021.,1117.5,1029.5,1118.5,1032,1123.,1116,1123.,1120.5,1119.5,1131.5,1119.5,1135.,1123.,1215.,1126,1215.5,1121.,1228.5,1121.,1236.5,1129.5,1219.,1129.,1215.,1126,1135.,1123.,1134,1129.5,1040,1131.,973.,1131.,973.,2030,1291.,2026,1291.,339.,1293.,339.,1293.,2026,1485.,2026,1485.,1637.,1487.,1637.,1487.,2026,1732,2024,1870,1999.,1871.,1688,1869.,1652,1867.,1593.,1867.,1557.,1856,1555.,1853.,1526,1863.5,1520,1875.,1519.,1876.5,1524.5,1872,1530,1871.,1642,1871.,1683.,1870,1999.,1882,2000,1952,1952,1988,1900,2014,1806,1996,1758,1996,1688,2016,1632,2018,8,18.1714,4.17136,10,500,63.,499.,62,531.,12,533.,10,1276,20,1306,28,1610,28,1864)
THELI-3.1.4/config/instruments/EFOSC2@NTT.ini 0000664 0000000 0000000 00000001353 14306405457 0020346 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EFOSC2@NTT
INSTSHORT=EFOSC2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.120
GAIN=1.1
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2060)
SIZEY=([1]=2060)
# Reference pixels for each chip.
REFPIXX=([1]=1030)
REFPIXY=([1]=1030)
TYPE=OPT
THELI-3.1.4/config/instruments/EFOSC2@NTT_1.reg 0000664 0000000 0000000 00000002071 14306405457 0020562 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(48,1976,110,2026,155.,2030,155.,1908,159.,1909.,159.,2027.,257.,2029.,261.,2012,267.,2012,267.,2029.,361.,2030,361.,229.,365.,229.,365.,2031.,971.,2030,971.,1131.,598,1130,610,1110,626,1111.,627.,1123.5,709.,1123.5,719.,1120.5,731.,1123.,811.5,1123.,821.,1118.5,832.5,1123.,915.5,1122,919.5,1118,928,1119.,935.5,1123.,971.,1123.,971.,833.,973.,833.,973.,1123.,1014,1124,1021.,1117.5,1029.5,1118.5,1032,1123.,1116,1123.,1120.5,1119.5,1131.5,1119.5,1135.,1123.,1215.,1126,1215.5,1121.,1228.5,1121.,1236.5,1129.5,1219.,1129.,1215.,1126,1135.,1123.,1134,1129.5,1040,1131.,973.,1131.,973.,2030,1291.,2026,1291.,339.,1293.,339.,1293.,2026,1485.,2026,1485.,1637.,1487.,1637.,1487.,2026,1732,2024,1870,1999.,1871.,1688,1869.,1652,1867.,1593.,1867.,1557.,1856,1555.,1853.,1526,1863.5,1520,1875.,1519.,1876.5,1524.5,1872,1530,1871.,1642,1871.,1683.,1870,1999.,1882,2000,1952,1952,1988,1900,2014,1806,1996,1758,1996,1688,2016,1632,2018,8,18.1714,4.17136,10,500,63.,499.,62,531.,12,533.,10,1276,20,1306,28,1610,28,1864)
THELI-3.1.4/config/instruments/EFOSC2_2x2@ESO3.6m.ini 0000664 0000000 0000000 00000001361 14306405457 0021425 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EFOSC2_2x2@ESO3.6m
INSTSHORT=EFOSC2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.314
GAIN=1.1
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1030)
SIZEY=([1]=1030)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=OPT
THELI-3.1.4/config/instruments/EFOSC2_2x2@ESO3.6m_1.reg 0000664 0000000 0000000 00000002071 14306405457 0021642 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(24,988,55,1013,77.5,1015,77.5,954,79.5,954.5,79.5,1013.5,128.5,1014.5,130.5,1006,133.5,1006,133.5,1014.5,180.5,1015,180.5,114.5,182.5,114.5,182.5,1015.5,485.5,1015,485.5,565.5,299,565,305,555,313,555.5,313.5,561.75,354.5,561.75,359.5,560.25,365.5,561.5,405.75,561.5,410.5,559.25,416.25,561.5,457.75,561,459.75,559,464,559.5,467.75,561.5,485.5,561.5,485.5,416.5,486.5,416.5,486.5,561.5,507,562,510.5,558.75,514.75,559.25,516,561.5,558,561.5,560.25,559.75,565.75,559.75,567.5,561.5,607.5,563,607.75,560.5,614.25,560.5,618.25,564.75,609.5,564.5,607.5,563,567.5,561.5,567,564.75,520,565.5,486.5,565.5,486.5,1015,645.5,1013,645.5,169.5,646.5,169.5,646.5,1013,742.5,1013,742.5,818.5,743.5,818.5,743.5,1013,866,1012,935,999.5,935.5,844,934.5,826,933.5,796.5,933.5,778.5,928,777.5,926.5,763,931.75,760,937.5,759.5,938.25,762.25,936,765,935.5,821,935.5,841.5,935,999.5,941,1000,976,976,994,950,1007,903,998,879,998,844,1008,816,1009,4,9.0856805,2.0856805,5,250,31.5,249.5,31,265.5,6,266.5,5,638,10,653,14,805,14,932)
THELI-3.1.4/config/instruments/EFOSC2_2x2@NTT.ini 0000664 0000000 0000000 00000001355 14306405457 0021043 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EFOSC2_2x2@NTT
INSTSHORT=EFOSC2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.240
GAIN=1.1
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1030)
SIZEY=([1]=1030)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=OPT
THELI-3.1.4/config/instruments/EFOSC2_2x2@NTT_1.reg 0000664 0000000 0000000 00000002071 14306405457 0021255 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(24,988,55,1013,77.5,1015,77.5,954,79.5,954.5,79.5,1013.5,128.5,1014.5,130.5,1006,133.5,1006,133.5,1014.5,180.5,1015,180.5,114.5,182.5,114.5,182.5,1015.5,485.5,1015,485.5,565.5,299,565,305,555,313,555.5,313.5,561.75,354.5,561.75,359.5,560.25,365.5,561.5,405.75,561.5,410.5,559.25,416.25,561.5,457.75,561,459.75,559,464,559.5,467.75,561.5,485.5,561.5,485.5,416.5,486.5,416.5,486.5,561.5,507,562,510.5,558.75,514.75,559.25,516,561.5,558,561.5,560.25,559.75,565.75,559.75,567.5,561.5,607.5,563,607.75,560.5,614.25,560.5,618.25,564.75,609.5,564.5,607.5,563,567.5,561.5,567,564.75,520,565.5,486.5,565.5,486.5,1015,645.5,1013,645.5,169.5,646.5,169.5,646.5,1013,742.5,1013,742.5,818.5,743.5,818.5,743.5,1013,866,1012,935,999.5,935.5,844,934.5,826,933.5,796.5,933.5,778.5,928,777.5,926.5,763,931.75,760,937.5,759.5,938.25,762.25,936,765,935.5,821,935.5,841.5,935,999.5,941,1000,976,976,994,950,1007,903,998,879,998,844,1008,816,1009,4,9.0856805,2.0856805,5,250,31.5,249.5,31,265.5,6,266.5,5,638,10,653,14,805,14,932)
THELI-3.1.4/config/instruments/EMIR@GTC.ini 0000664 0000000 0000000 00000001364 14306405457 0020133 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EMIR@GTC
INSTSHORT=EMIR
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.2
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=3)
CUTY=([1]=2)
SIZEX=([1]=2042)
SIZEY=([1]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/EMMI_BIMG@NTT.ini 0000664 0000000 0000000 00000001362 14306405457 0020752 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EMMI_BIMG@NTT
INSTSHORT=EMMI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.362
GAIN=2.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=51)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=OPT
THELI-3.1.4/config/instruments/EMMI_RILD@NTT.ahead 0000664 0000000 0000000 00000001722 14306405457 0021251 0 ustar 00root root 0000000 0000000 CRPIX1 = 9.181524650654E+02 / Reference pixel on this axis
CRPIX2 = 8.932217465279E+02 / Reference pixel on this axis
CD1_1 = -9.304190543169E-05 / Linear projection matrix
CD1_2 = 1.161879431928E-06 / Linear projection matrix
CD2_1 = 1.187323140017E-06 / Linear projection matrix
CD2_2 = 9.301465684099E-05 / Linear projection matrix
END
CRPIX1 = -1.207872400193E+02 / Reference pixel on this axis
CRPIX2 = 8.818937801206E+02 / Reference pixel on this axis
CD1_1 = -9.299675894145E-05 / Linear projection matrix
CD1_2 = 1.157736503334E-06 / Linear projection matrix
CD2_1 = 1.197253908262E-06 / Linear projection matrix
CD2_2 = 9.295409052405E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/EMMI_RILD@NTT.ini 0000664 0000000 0000000 00000001465 14306405457 0020772 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=EMMI_RILD@NTT
INSTSHORT=EMMI
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.3346
GAIN=2.0
# Overscan regions.
OVSCANX1=([1]=3 [2]=3)
OVSCANX2=([1]=7 [2]=7)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=10 [2]=10)
CUTY=([1]=165 [2]=177)
SIZEX=([1]=1019 [2]=574)
SIZEY=([1]=1774 [2]=1774)
# Reference pixels for each chip.
REFPIXX=([1]=500 [2]=-540)
REFPIXY=([1]=1503 [2]=1492)
TYPE=OPT
THELI-3.1.4/config/instruments/EMMI_RILD@NTT_1.reg 0000664 0000000 0000000 00000000631 14306405457 0021202 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: EMMI.2007-01-21T00:11:23.840_1.fits
# Sense: in
# Combine: and
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
physical
polygon(275,1940,1028.5,1954,1027.5,167,311,164,211,184,107,248,51.5,329,14.5,439,11,1596,15,1728,31,1776,81.5,1845,147,1896,208.5,1924)
THELI-3.1.4/config/instruments/EMMI_RILD@NTT_2.reg 0000664 0000000 0000000 00000000545 14306405457 0021207 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: /home/mischa/EMMI/RILD/FLAT_V/EMMI.2007-01-21T00:11:23.840_2.fits
# Sense: in
# Combine: and
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
physical
polygon(10.625626,1952.8744,577.5,1961,594,184,10,176)
THELI-3.1.4/config/instruments/ENZIAN_CAS@HOLI_1M.ini 0000664 0000000 0000000 00000001370 14306405457 0021521 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ENZIAN_CAS@HOLI_1M
INSTSHORT=ENZIAN
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=50.16
OBSLONG=6.85
# Pixel scale in arcsec
PIXSCALE=0.1778
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=5)
CUTY=([1]=50)
SIZEX=([1]=1022)
SIZEY=([1]=2045)
# Reference pixels for each chip.
REFPIXX=([1]=1180)
REFPIXY=([1]=450)
TYPE=OPT
THELI-3.1.4/config/instruments/ERIS_0.013@VLT.ini 0000664 0000000 0000000 00000000667 14306405457 0020717 0 ustar 00root root 0000000 0000000 INSTRUMENT=ERIS_0.013@VLT
INSTSHORT=ERIS
NCHIPS=1
# Geographic location
OBSLAT=-24.67
OBSLONG=-70.42
# Plate scale
PIXSCALE=0.013
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=)
OVSCANX2=([1]=)
OVSCANY1=([1]=)
OVSCANY2=([1]=)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIRMIR
FLIP=NOFLIP
THELI-3.1.4/config/instruments/ERIS_0.027@VLT.ini 0000664 0000000 0000000 00000000667 14306405457 0020724 0 ustar 00root root 0000000 0000000 INSTRUMENT=ERIS_0.027@VLT
INSTSHORT=ERIS
NCHIPS=1
# Geographic location
OBSLAT=-24.67
OBSLONG=-70.42
# Plate scale
PIXSCALE=0.027
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=)
OVSCANX2=([1]=)
OVSCANY1=([1]=)
OVSCANY2=([1]=)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIRMIR
FLIP=NOFLIP
THELI-3.1.4/config/instruments/ESI@KECK.ini 0000664 0000000 0000000 00000000672 14306405457 0020120 0 ustar 00root root 0000000 0000000 INSTRUMENT=ESI@KECK
INSTSHORT=ESI
NCHIPS=1
# Geographic location
OBSLAT=19.82
OBSLONG=-155.47
# Plate scale
PIXSCALE=0.1542
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=1130)
OVSCANX2=([1]=1260)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=210)
CUTY=([1]=106)
SIZEX=([1]=689)
SIZEY=([1]=1280)
REFPIXX=([1]=340)
REFPIXY=([1]=640)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/FL03_LCOGT@CTIO.ini 0000664 0000000 0000000 00000001365 14306405457 0021115 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FL03_LCOGT@CTIO
INSTSHORT=FL03
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.3897
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=46)
CUTY=([1]=64)
SIZEX=([1]=4018)
SIZEY=([1]=3974)
# Reference pixels for each chip.
REFPIXX=([1]=2009)
REFPIXY=([1]=1987)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/FL03_LCOGT@CTIO_1.reg 0000664 0000000 0000000 00000000565 14306405457 0021334 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(91.188802,2929.2148,123.19661,3900.1185,256.5625,3964.1341,3302.6393,3980.138,3985.4727,3921.457,4006.8112,2950.5534,4054.8229,2742.5026,4060.1576,1366.1667,3974.8034,1067.4271,3974.8034,139.20052,2139.6888,117.86198,213.88542,101.85807,149.86979,219.22005,139.20052,1264.8086,14,1340,10,2736)
THELI-3.1.4/config/instruments/FL04_LCOGT@CTIO.ini 0000664 0000000 0000000 00000001447 14306405457 0021117 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FL04_LCOGT@CTIO
INSTSHORT=FL04
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.387
# Already multiplied out, i.e. we have electrons/s
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=46)
CUTY=([1]=64)
SIZEX=([1]=4018)
SIZEY=([1]=3974)
# Reference pixels for each chip.
REFPIXX=([1]=2009)
REFPIXY=([1]=1987)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/FL04_LCOGT@CTIO_1.reg 0000664 0000000 0000000 00000000424 14306405457 0021327 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(202,3592,302,3684,467,3733,1870,3760,3599,3737,3730,3644,3790,3500,3865,2988,3953,2812,4015,2741,4004,1373,3956,1253,3856,981,3788,501,3556,281,2132,213,272,213,188,365,66,1268,14,1340,10,2736)
THELI-3.1.4/config/instruments/FLAMINGOS2@GEMINI.ini 0000664 0000000 0000000 00000001346 14306405457 0021333 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FLAMINGOS2@GEMINI
INSTSHORT=F2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.1788
GAIN=4.4
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1028)
REFPIXY=([1]=1028)
TYPE=NIR
THELI-3.1.4/config/instruments/FLAMINGOS2@GEMINI.reg 0000664 0000000 0000000 00000000107 14306405457 0021323 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(1052.3493,1059.2536,1008)
THELI-3.1.4/config/instruments/FLI-PL16801@WISE.ini 0000664 0000000 0000000 00000001343 14306405457 0021051 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FLI-PL16801@WISE
INSTSHORT=FLI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=30.60
OBSLONG=34.76
# Pixel scale in arcsec
PIXSCALE=0.84
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=4096)
SIZEY=([1]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=2048)
REFPIXY=([1]=2048)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS1_199904-200703@VLT.ini 0000664 0000000 0000000 00000001370 14306405457 0021646 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS1_199904-200703@VLT
INSTSHORT=FORS1
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.20
GAIN=1.48
# Overscan regions.
OVSCANX1=([1]=1)
OVSCANX2=([1]=16)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=18)
CUTY=([1]=1)
SIZEX=([1]=2046)
SIZEY=([1]=2047)
# Reference pixels for each chip.
REFPIXX=([1]=1028)
REFPIXY=([1]=1014)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS1_E2V_2x2@VLT.ahead 0000664 0000000 0000000 00000001722 14306405457 0021711 0 ustar 00root root 0000000 0000000 CRPIX1 = 8.316765760E+02 / Reference pixel on this axis
CRPIX2 = 3.995501736E+01 / Reference pixel on this axis
CD1_1 = -6.979125586E-05 / Linear projection matrix
CD1_2 = -1.003785146E-07 / Linear projection matrix
CD2_1 = -9.820255077E-08 / Linear projection matrix
CD2_2 = 6.976337894E-05 / Linear projection matrix
END
CRPIX1 = 8.312946884E+02 / Reference pixel on this axis
CRPIX2 = 7.723696641E+02 / Reference pixel on this axis
CD1_1 = -6.977758754E-05 / Linear projection matrix
CD1_2 = -9.577281809E-08 / Linear projection matrix
CD2_1 = -1.272560280E-07 / Linear projection matrix
CD2_2 = 6.970701968E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/FORS1_E2V_2x2@VLT.ini 0000664 0000000 0000000 00000001466 14306405457 0021433 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS1_E2V_2x2@VLT
INSTSHORT=FORS1
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.252
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=190 [2]=190)
CUTY=([1]=7 [2]=345)
SIZEX=([1]=1660 [2]=1660)
SIZEY=([1]=945 [2]=680)
# Reference pixels for each chip.
REFPIXX=([1]=1024 [2]=1024)
REFPIXY=([1]=124 [2]=1162)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS2_200004-200203@VLT.ini 0000664 0000000 0000000 00000001371 14306405457 0021611 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS2_200004-200203@VLT
INSTSHORT=FORS2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.201
GAIN=1.96
# Overscan regions.
OVSCANX1=([1]=1)
OVSCANX2=([1]=16)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=18)
CUTY=([1]=1)
SIZEX=([1]=2046)
SIZEY=([1]=2047)
# Reference pixels for each chip.
REFPIXX=([1]=1028)
REFPIXY=([1]=1014)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS2_E2V_2x2@VLT.ahead 0000664 0000000 0000000 00000001320 14306405457 0021704 0 ustar 00root root 0000000 0000000 CRPIX1 = 8.365992138238E+02 / Reference pixel on this axis
CRPIX2 = 4.091828242874E+01 / Reference pixel on this axis
CD1_1 = -6.978114905218E-05 / Linear projection matrix
CD1_2 = 1.241192099589E-07 / Linear projection matrix
CD2_1 = 1.266400324866E-07 / Linear projection matrix
CD2_2 = 6.976123849142E-05 / Linear projection matrix
END
CRPIX1 = 8.334170952678E+02 / Reference pixel on this axis
CRPIX2 = 7.779178189807E+02 / Reference pixel on this axis
CD1_1 = -6.976321813495E-05 / Linear projection matrix
CD1_2 = 1.264772131436E-07 / Linear projection matrix
CD2_1 = 1.367099912247E-07 / Linear projection matrix
CD2_2 = 6.974592668737E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/FORS2_E2V_2x2@VLT.ini 0000664 0000000 0000000 00000001460 14306405457 0021426 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS2_E2V_2x2@VLT
INSTSHORT=FORS2
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.252
GAIN=0.42
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=192 [2]=195)
CUTY=([1]=7 [2]=340)
SIZEX=([1]=1669 [2]=1669)
SIZEY=([1]=950 [2]=685)
# Reference pixels for each chip.
REFPIXX=([1]=835 [2]=837)
REFPIXY=([1]=53 [2]=781)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS2_E2V_2x2@VLT_1.reg 0000664 0000000 0000000 00000000377 14306405457 0021652 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
physical
polygon(-15.272579,968.27258,23.272579,968.27258,23.272579,929.72742,-15.272579,929.72742)
polygon(1649.7601,976.23991,1694.2399,976.23991,1694.2399,931.76009,1649.7601,931.76009)
THELI-3.1.4/config/instruments/FORS2_E2V_2x2@VLT_2.reg 0000664 0000000 0000000 00000000377 14306405457 0021653 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
physical
polygon(-10.237832,23.237832,24.237832,23.237832,24.237832,-11.237832,-10.237832,-11.237832)
polygon(1648.034,21.966031,1683.966,21.966031,1683.966,-13.966031,1648.034,-13.966031)
THELI-3.1.4/config/instruments/FORS2_MIT_1x1@VLT.ini 0000664 0000000 0000000 00000001466 14306405457 0021467 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS2_MIT_1x1@VLT
INSTSHORT=FORS2
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.126
GAIN=0.8
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=390 [2]=390)
CUTY=([1]=30 [2]=644)
SIZEX=([1]=3320 [2]=3320)
SIZEY=([1]=1884 [2]=1406)
# Reference pixels for each chip.
REFPIXX=([1]=1670 [2]=1675)
REFPIXY=([1]=106 [2]=1561)
TYPE=OPT
THELI-3.1.4/config/instruments/FORS2_MIT_2x2@VLT.ahead 0000664 0000000 0000000 00000001630 14306405457 0021745 0 ustar 00root root 0000000 0000000 CRPIX1 = 8.352153004225E+02 / Reference pixel on this axis
CRPIX2 = -3.957925377653E+01 / Reference pixel on this axis
CD1_1 = -7.003560930416E-05 / Linear projection matrix
CD1_2 = -5.847121661044E-08 / Linear projection matrix
CD2_1 = -8.370354930209E-08 / Linear projection matrix
CD2_2 = 7.002180117581E-05 / Linear projection matrix
END
CRPIX1 = 8.374316742864E+02 / Reference pixel on this axis
CRPIX2 = 1.001274426025E+03 / Reference pixel on this axis
CD1_1 = -7.001621218463E-05 / Linear projection matrix
CD1_2 = 2.970248108139E-08 / Linear projection matrix
CD2_1 = 1.642786229325E-08 / Linear projection matrix
CD2_2 = 6.995944449136E-05 / Linear projection matrix
THELI-3.1.4/config/instruments/FORS2_MIT_2x2@VLT.ini 0000664 0000000 0000000 00000001453 14306405457 0021465 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FORS2_MIT_2x2@VLT
INSTSHORT=FORS2
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.252
GAIN=0.8
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=190 [2]=190)
CUTY=([1]=7 [2]=320)
SIZEX=([1]=1671 [2]=1671)
SIZEY=([1]=955 [2]=710)
# Reference pixels for each chip.
REFPIXX=([1]=835 [2]=837)
REFPIXY=([1]=57 [2]=784)
TYPE=OPT
THELI-3.1.4/config/instruments/FourStar@LCO.ahead 0000664 0000000 0000000 00000003644 14306405457 0021432 0 ustar 00root root 0000000 0000000 CRPIX1 = -7.113976232215E+01 / Reference pixel on this axis
CRPIX2 = -6.807405204649E+01 / Reference pixel on this axis
CD1_1 = 4.457639801000E-05 / Linear projection matrix
CD1_2 = 1.417245836801E-07 / Linear projection matrix
CD2_1 = 2.019670000025E-08 / Linear projection matrix
CD2_2 = -4.457592725997E-05 / Linear projection matrix
END
CRPIX1 = -7.030973688651E+01 / Reference pixel on this axis
CRPIX2 = 2.122066108471E+03 / Reference pixel on this axis
CD1_1 = 4.455036603995E-05 / Linear projection matrix
CD1_2 = 1.282707937627E-07 / Linear projection matrix
CD2_1 = 2.061400552745E-07 / Linear projection matrix
CD2_2 = -4.449656759997E-05 / Linear projection matrix
END
CRPIX1 = 2.115010149085E+03 / Reference pixel on this axis
CRPIX2 = 2.121066095909E+03 / Reference pixel on this axis
CD1_1 = 4.449995418997E-05 / Linear projection matrix
CD1_2 = 2.128944256620E-07 / Linear projection matrix
CD2_1 = 1.306023924635E-07 / Linear projection matrix
CD2_2 = -4.449307031995E-05 / Linear projection matrix
END
CRPIX1 = 2.123010387020E+03 / Reference pixel on this axis
CRPIX2 = -7.186400794208E+01 / Reference pixel on this axis
CD1_1 = 4.453221014997E-05 / Linear projection matrix
CD1_2 = 4.770697959835E-08 / Linear projection matrix
CD2_1 = 1.570097283706E-07 / Linear projection matrix
CD2_2 = -4.456771567999E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/FourStar@LCO.ini 0000664 0000000 0000000 00000001645 14306405457 0021146 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=FourStar@LCO
INSTSHORT=FourStar
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.159
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=-71 [2]=-70 [3]=2115 [4]=2123)
REFPIXY=([1]=-68 [2]=2122 [3]=2121 [4]=-71)
TYPE=NIR
THELI-3.1.4/config/instruments/FourStar@LCO_1.reg 0000664 0000000 0000000 00000000763 14306405457 0021364 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(7.8893401,2017.8911,1882.0437,2011.0162,1996.4548,1888.2843,2002.3964,836.49346,1904.4968,836.62348,1902.5213,849.22627,1893.7345,862.36599,1872.4124,870.6868,1851.6104,863.40609,1844.8497,848.32462,1842.2495,837.40355,1846.4099,824.40228,1852.6505,813.48122,1864.0916,807.76066,1880.2132,807.24061,1894.2546,811.92107,1903.0954,823.36218,1904.4968,836.49346,2002.3964,836.36345,2008.7576,7.9591907,7.9591907,7.9591907)
THELI-3.1.4/config/instruments/FourStar@LCO_2.reg 0000664 0000000 0000000 00000000263 14306405457 0021360 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(8.0510152,2040.3348,2012.6708,2041.8949,2006.8558,165.87614,1884.1239,38.983756,8.1725888,38.26802)
THELI-3.1.4/config/instruments/FourStar@LCO_3.reg 0000664 0000000 0000000 00000000263 14306405457 0021361 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(31.176396,2042.4487,2043.0797,2042.0396,2042.7459,38.11269,228.28223,47.304569,41.063959,234.52284)
THELI-3.1.4/config/instruments/FourStar@LCO_4.reg 0000664 0000000 0000000 00000000662 14306405457 0021365 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(330.37563,1999.3914,2035.3437,2019.4449,2035.8637,1772.9409,1999.9802,1750.0586,1999.9802,1723.016,2017.6619,1728.2165,2037.4239,1749.0185,2036.8102,1601.6746,2006.6472,1497.6645,1932.8,1398.8548,1906.7975,1333.3284,1938.0005,1209.5563,1999.3665,1123.2279,2020.5391,867.30305,2034.8236,11.556345,107.41447,16.425888,110.91421,1649.9173,173.3203,1872.499)
THELI-3.1.4/config/instruments/GMOS-N-EEV-3ports@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0023026 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.581953468963E+03 / Reference pixel on this axis
CRPIX2 = 1.140831725219E+03 / Reference pixel on this axis
CD1_1 = 4.035307293253E-05 / Linear projection matrix
CD1_2 = -4.642062404799E-08 / Linear projection matrix
CD2_1 = 1.737724509903E-07 / Linear projection matrix
CD2_2 = 4.046284590482E-05 / Linear projection matrix
END
CRPIX1 = 5.368663987294E+02 / Reference pixel on this axis
CRPIX2 = 1.142668287911E+03 / Reference pixel on this axis
CD1_1 = 4.044719131630E-05 / Linear projection matrix
CD1_2 = -5.152092930366E-08 / Linear projection matrix
CD2_1 = 1.558634980210E-08 / Linear projection matrix
CD2_2 = 4.047793088441E-05 / Linear projection matrix
END
CRPIX1 = -5.543743758976E+02 / Reference pixel on this axis
CRPIX2 = 1.136115034502E+03 / Reference pixel on this axis
CD1_1 = 3.978428606258E-05 / Linear projection matrix
CD1_2 = -6.519145514865E-09 / Linear projection matrix
CD2_1 = -2.794039557355E-07 / Linear projection matrix
CD2_2 = 4.049334855478E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-N-EEV-3ports@GEMINI.ini 0000664 0000000 0000000 00000001573 14306405457 0022541 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-N-EEV-3ports@GEMINI
INSTSHORT=GMOSN
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.1454
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=5 [2]=5 [3]=1035)
OVSCANX2=([1]=25 [2]=25 [3]=1055)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=1056 [2]=1056 [3]=1056)
SIZEY=([1]=2304 [2]=2304 [3]=2304)
# Reference pixels for each chip.
REFPIXX=([1]=1589 [2]=566 [3]=-534)
REFPIXY=([1]=1152 [2]=1152 [3]=1152)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-N-EEV-3ports@GEMINI_1.reg 0000664 0000000 0000000 00000000324 14306405457 0022750 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: /home/mischa/daniela/flat/N20091004S0154_1.fits
# Sense: in
# Combine: and
physical
polygon(435,2046,691,2290,1053.5326,2296.5139,1053,12,1027,12,705,14,439,270)
THELI-3.1.4/config/instruments/GMOS-N-EEV-3ports@GEMINI_2.reg 0000664 0000000 0000000 00000000406 14306405457 0022752 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: /home/mischa/daniela/flat/N20091004S0154_2.fits
# Sense: in
# Combine: and
physical
polygon(31.529742,2277.0194,1056.5276,2276.0193,1054.5342,31.028997,540.49108,31.990087,467.51696,31.99903,33.518298,25.019424)
THELI-3.1.4/config/instruments/GMOS-N-EEV-3ports@GEMINI_3.reg 0000664 0000000 0000000 00000000431 14306405457 0022751 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: /home/mischa/daniela/flat/N20091004S0154_3.fits
# Sense: in
# Combine: and
physical
polygon(4.9385067,1203.9834,1.9666801,2284.9947,340.00964,2284.9861,612.02943,2024.9863,608.0217,289.0142,363.98311,49.012979,2.0305837,32.972063)
THELI-3.1.4/config/instruments/GMOS-N-EEV-6ports@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0023031 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.557212432002E+03 / Reference pixel on this axis
CRPIX2 = 1.148967078145E+03 / Reference pixel on this axis
CD1_1 = 4.041118494664E-05 / Linear projection matrix
CD1_2 = -5.644219495033E-09 / Linear projection matrix
CD2_1 = 1.520279488787E-08 / Linear projection matrix
CD2_2 = 4.048438034899E-05 / Linear projection matrix
END
CRPIX1 = 5.117615202459E+02 / Reference pixel on this axis
CRPIX2 = 1.148853178798E+03 / Reference pixel on this axis
CD1_1 = 4.055136805886E-05 / Linear projection matrix
CD1_2 = -1.065522211154E-08 / Linear projection matrix
CD2_1 = -2.769058672112E-09 / Linear projection matrix
CD2_2 = 4.051363861521E-05 / Linear projection matrix
END
CRPIX1 = -5.336368450035E+02 / Reference pixel on this axis
CRPIX2 = 1.147888295605E+03 / Reference pixel on this axis
CD1_1 = 4.043127392569E-05 / Linear projection matrix
CD1_2 = -7.568253196180E-09 / Linear projection matrix
CD2_1 = 5.677470836821E-09 / Linear projection matrix
CD2_2 = 4.048127674381E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-N-EEV-6ports@GEMINI.ini 0000664 0000000 0000000 00000001563 14306405457 0022543 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-N-EEV-6ports@GEMINI
INSTSHORT=GMOSN
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.1454
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=1024 [2]=1024 [3]=1024)
SIZEY=([1]=2304 [2]=2304 [3]=2304)
# Reference pixels for each chip.
REFPIXX=([1]=1589 [2]=566 [3]=-534)
REFPIXY=([1]=1152 [2]=1152 [3]=1152)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-N-EEV-6ports@GEMINI_1.reg 0000664 0000000 0000000 00000000204 14306405457 0022750 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(418,2068,632,2296,1020,2300,1017,7,649,9,421,241)
THELI-3.1.4/config/instruments/GMOS-N-EEV-6ports@GEMINI_2.reg 0000664 0000000 0000000 00000000161 14306405457 0022753 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(6,2274,1020,2274,1019,25,5,25)
THELI-3.1.4/config/instruments/GMOS-N-EEV-6ports@GEMINI_3.reg 0000664 0000000 0000000 00000000267 14306405457 0022763 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(4.9385067,1203.9834,1.9666801,2284.9947,340.00964,2284.9861,612.02943,2024.9863,613,263,365,21,3,17)
THELI-3.1.4/config/instruments/GMOS-N-HAM@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0021564 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.571423231870E+03 / Reference pixel on this axis
CRPIX2 = 1.057110657960E+03 / Reference pixel on this axis
CD1_1 = -4.482886376208E-05 / Linear projection matrix
CD1_2 = -1.657254343634E-08 / Linear projection matrix
CD2_1 = 4.666745163270E-08 / Linear projection matrix
CD2_2 = -4.489061476770E-05 / Linear projection matrix
END
CRPIX1 = 5.120873496097E+02 / Reference pixel on this axis
CRPIX2 = 1.056445308302E+03 / Reference pixel on this axis
CD1_1 = -4.491296727417E-05 / Linear projection matrix
CD1_2 = -1.489485161232E-08 / Linear projection matrix
CD2_1 = 1.480005185242E-08 / Linear projection matrix
CD2_2 = -4.490073862015E-05 / Linear projection matrix
END
CRPIX1 = -5.470744794196E+02 / Reference pixel on this axis
CRPIX2 = 1.055232753759E+03 / Reference pixel on this axis
CD1_1 = -4.478378495645E-05 / Linear projection matrix
CD1_2 = -1.956169877253E-08 / Linear projection matrix
CD2_1 = 9.172287830989E-08 / Linear projection matrix
CD2_2 = -4.489046136138E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-N-HAM@GEMINI.ini 0000664 0000000 0000000 00000001554 14306405457 0021276 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-N-HAM@GEMINI
INSTSHORT=GMOSN
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.1614
GAIN=1.4
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=1024 [2]=1024 [3]=1024)
SIZEY=([1]=2112 [2]=2112 [3]=2112)
# Reference pixels for each chip.
REFPIXX=([1]=1589 [2]=544 [3]=-502)
REFPIXY=([1]=1152 [2]=1152 [3]=1152)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-N-HAM@GEMINI_1.reg 0000664 0000000 0000000 00000000304 14306405457 0021504 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(767.11979,2076.924,1013.6365,2076.924,1013.0438,30.502083,795.14062,39.30625,555.22708,266.01354,549.21667,1867.825)
THELI-3.1.4/config/instruments/GMOS-N-HAM@GEMINI_2.reg 0000664 0000000 0000000 00000000156 14306405457 0021512 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(8,2105,1017,2105,1015,68,8,68)
THELI-3.1.4/config/instruments/GMOS-N-HAM@GEMINI_3.reg 0000664 0000000 0000000 00000000333 14306405457 0021510 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(3.5645833,2091.0802,225.86979,2095.4823,484.77813,1833.2167,491.83542,443.9375,353.16979,223.83333,159.47813,38.945833,9.8072917,32.342708)
THELI-3.1.4/config/instruments/GMOS-N-HAM_1x1@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0022255 0 ustar 00root root 0000000 0000000 CRPIX1 = 3.143777545197E+03 / Reference pixel on this axis
CRPIX2 = 2.113004120476E+03 / Reference pixel on this axis
CD1_1 = -2.239947777345E-05 / Linear projection matrix
CD1_2 = 1.299309986852E-09 / Linear projection matrix
CD2_1 = 4.830702902871E-09 / Linear projection matrix
CD2_2 = -2.244012856388E-05 / Linear projection matrix
END
CRPIX1 = 1.024500380434E+03 / Reference pixel on this axis
CRPIX2 = 2.112527676147E+03 / Reference pixel on this axis
CD1_1 = -2.247148116453E-05 / Linear projection matrix
CD1_2 = 2.251292619909E-09 / Linear projection matrix
CD2_1 = 5.717536252284E-09 / Linear projection matrix
CD2_2 = -2.246214028661E-05 / Linear projection matrix
END
CRPIX1 = -1.093911852643E+03 / Reference pixel on this axis
CRPIX2 = 2.112239622415E+03 / Reference pixel on this axis
CD1_1 = -2.240863529353E-05 / Linear projection matrix
CD1_2 = 1.949475851215E-09 / Linear projection matrix
CD2_1 = 1.949137667719E-09 / Linear projection matrix
CD2_2 = -2.244615728468E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-N-HAM_1x1@GEMINI.ini 0000664 0000000 0000000 00000001561 14306405457 0021765 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-N-HAM_1x1@GEMINI
INSTSHORT=GMOSN
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.0807
GAIN=1.4
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048)
SIZEY=([1]=4224 [2]=4224 [3]=4224)
# Reference pixels for each chip.
REFPIXX=([1]=3180 [2]=1088 [3]=-1004)
REFPIXY=([1]=2304 [2]=2304 [3]=2304)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-N-HAM_1x1@GEMINI_1.reg 0000664 0000000 0000000 00000000207 14306405457 0022177 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(1103,474,1109,3762,1581,4210,2035,4208,2035,58,1523,58)
THELI-3.1.4/config/instruments/GMOS-N-HAM_1x1@GEMINI_2.reg 0000664 0000000 0000000 00000000176 14306405457 0022205 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(15.5,4211,2033.5,4209.5,2029,37,1033,29,21,33)
THELI-3.1.4/config/instruments/GMOS-N-HAM_1x1@GEMINI_3.reg 0000664 0000000 0000000 00000000211 14306405457 0022174 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(15,4210,474,4201,1006,3701,1003,934,683,474,275,58,15,54)
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0021603 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.554880524324E+03 / Reference pixel on this axis
CRPIX2 = 1.146395554423E+03 / Reference pixel on this axis
CD1_1 = 2.839994842323E-09 / Linear projection matrix
CD1_2 = 4.050496822426E-05 / Linear projection matrix
CD2_1 = -4.047477102422E-05 / Linear projection matrix
CD2_2 = 5.081737433250E-09 / Linear projection matrix
END
CRPIX1 = 5.110441404265E+02 / Reference pixel on this axis
CRPIX2 = 1.146522834292E+03 / Reference pixel on this axis
CD1_1 = -1.647397406879E-08 / Linear projection matrix
CD1_2 = 4.053202977281E-05 / Linear projection matrix
CD2_1 = -4.056039187998E-05 / Linear projection matrix
CD2_2 = -1.287886134556E-08 / Linear projection matrix
END
CRPIX1 = -5.052861903962E+02 / Reference pixel on this axis
CRPIX2 = 1.145025664243E+03 / Reference pixel on this axis
CD1_1 = -3.345690092834E-08 / Linear projection matrix
CD1_2 = 4.050897083095E-05 / Linear projection matrix
CD2_1 = -4.032599617332E-05 / Linear projection matrix
CD2_2 = 5.072091454745E-09 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI.ahead_nocd 0000664 0000000 0000000 00000000773 14306405457 0022605 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.245212681010E+03 / Reference pixel on this axis
CRPIX2 = 1.159309719904E+03 / Reference pixel on this axis
END
CRPIX1 = 6.348696286973E+02 / Reference pixel on this axis
CRPIX2 = 1.151922917841E+03 / Reference pixel on this axis
END
CRPIX1 = -4.173287662244E+02 / Reference pixel on this axis
CRPIX2 = 1.154639809303E+03 / Reference pixel on this axis
END
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI.ini 0000664 0000000 0000000 00000001665 14306405457 0021320 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-S-EEV@GEMINI
INSTSHORT=GMOSS
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.1454
GAIN=2.19
# Overscan regions.
OVSCANX1=([1]=1040 [2]=1040 [3]=3)
OVSCANX2=([1]=1050 [2]=1050 [3]=15)
#OVSCANX1=([1]=0 [2]=0 [3]=0)
#OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=1025 [2]=1025 [3]=1056)
SIZEY=([1]=2304 [2]=2304 [3]=2304)
# Reference pixels for each chip.
REFPIXX=([1]=1589 [2]=544 [3]=-502)
REFPIXY=([1]=1152 [2]=1152 [3]=1152)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI_1.reg 0000664 0000000 0000000 00000000262 14306405457 0021526 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: S20120226S0032_1.fits
# Sense: in
# Combine: and
physical
polygon(441,2070,680.5,2303.5,1024.5,2304.5,1024.5,61,679,61,431,315)
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI_2.reg 0000664 0000000 0000000 00000000263 14306405457 0021530 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: S20120226S0032_2.fits
# Sense: in
# Combine: and
physical
polygon(1.25,2304.5,1024.5,2304.5,1024.5,76.5,519,102,437,62,1.5,61.5)
THELI-3.1.4/config/instruments/GMOS-S-EEV@GEMINI_3.reg 0000664 0000000 0000000 00000000425 14306405457 0021531 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Filename: S20120205S0030_3.fits
# Sense: in
# Combine: and
physical
polygon(35.892864,1206.0048,32.967671,2295.0003,32.971722,2304.0078,415.98066,2304.0405,651.93811,2060.0255,647.88995,312.98771,371.89788,57.023685,33.979755,58.956831)
THELI-3.1.4/config/instruments/GMOS-S-HAM@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0021571 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.585813073679E+03 / Reference pixel on this axis
CRPIX2 = 1.056751207756E+03 / Reference pixel on this axis
CD1_1 = -4.211095327008E-05 / Linear projection matrix
CD1_2 = -1.092314780300E-05 / Linear projection matrix
CD2_1 = 1.053909734492E-05 / Linear projection matrix
CD2_2 = -4.311016922294E-05 / Linear projection matrix
END
CRPIX1 = 5.128946367927E+02 / Reference pixel on this axis
CRPIX2 = 1.057193218936E+03 / Reference pixel on this axis
CD1_1 = -4.311515647276E-05 / Linear projection matrix
CD1_2 = -1.079182099276E-05 / Linear projection matrix
CD2_1 = 1.080961101350E-05 / Linear projection matrix
CD2_2 = -4.319760755877E-05 / Linear projection matrix
END
CRPIX1 = -5.632786223382E+02 / Reference pixel on this axis
CRPIX2 = 1.059245413212E+03 / Reference pixel on this axis
CD1_1 = -4.207693383011E-05 / Linear projection matrix
CD1_2 = -1.062995831038E-05 / Linear projection matrix
CD2_1 = 1.034943417388E-05 / Linear projection matrix
CD2_2 = -4.317330890080E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-S-HAM@GEMINI.ini 0000664 0000000 0000000 00000001552 14306405457 0021301 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-S-HAM@GEMINI
INSTSHORT=GMOSS
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.160
GAIN=1.4
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=1024 [2]=1024 [3]=1024)
SIZEY=([1]=2112 [2]=2112 [3]=2112)
# Reference pixels for each chip.
REFPIXX=([1]=1589 [2]=544 [3]=-502)
REFPIXY=([1]=1152 [2]=1152 [3]=1152)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-S-HAM@GEMINI_1.reg 0000664 0000000 0000000 00000000312 14306405457 0021510 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(737.01429,2103.9711,1015.4857,2102.478,1017.9968,64.993443,768.98725,68.019331,531.99743,309.02477,548.01378,1916.9981)
THELI-3.1.4/config/instruments/GMOS-S-HAM@GEMINI_2.reg 0000664 0000000 0000000 00000000162 14306405457 0021514 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(8,2105,1017,2105,1016,84,10,84)
THELI-3.1.4/config/instruments/GMOS-S-HAM@GEMINI_3.reg 0000664 0000000 0000000 00000000200 14306405457 0021506 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(3,2107,329,2106,505,1915,496,313,252,85,6,85)
THELI-3.1.4/config/instruments/GMOS-S-HAM_1x1@GEMINI.ahead 0000664 0000000 0000000 00000002673 14306405457 0022262 0 ustar 00root root 0000000 0000000 CRPIX1 = 3.138830235113E+03 / Reference pixel on this axis
CRPIX2 = 2.099989818964E+03 / Reference pixel on this axis
CD1_1 = -1.703574085504E-05 / Linear projection matrix
CD1_2 = 1.421564057474E-05 / Linear projection matrix
CD2_1 = -1.415971528344E-05 / Linear projection matrix
CD2_2 = -1.705261865330E-05 / Linear projection matrix
END
CRPIX1 = 1.024538985836E+03 / Reference pixel on this axis
CRPIX2 = 2.099485469469E+03 / Reference pixel on this axis
CD1_1 = -1.708297605572E-05 / Linear projection matrix
CD1_2 = 1.422130571903E-05 / Linear projection matrix
CD2_1 = -1.423724914082E-05 / Linear projection matrix
CD2_2 = -1.707036142634E-05 / Linear projection matrix
END
CRPIX1 = -1.090786089701E+03 / Reference pixel on this axis
CRPIX2 = 2.102205754186E+03 / Reference pixel on this axis
CD1_1 = -1.697675031367E-05 / Linear projection matrix
CD1_2 = 1.420206393520E-05 / Linear projection matrix
CD2_1 = -1.418655326657E-05 / Linear projection matrix
CD2_2 = -1.704946977655E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GMOS-S-HAM_1x1@GEMINI.ini 0000664 0000000 0000000 00000001557 14306405457 0021777 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-S-HAM_1x1@GEMINI
INSTSHORT=GMOSS
# Number of chips
NCHIPS=3
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.08
GAIN=1.4
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048)
SIZEY=([1]=4224 [2]=4224 [3]=4224)
# Reference pixels for each chip.
REFPIXX=([1]=3180 [2]=1088 [3]=-1004)
REFPIXY=([1]=2304 [2]=2304 [3]=2304)
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-S-HAM_1x1@GEMINI_1.reg 0000664 0000000 0000000 00000000214 14306405457 0022202 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(1106,637,1111,3832,1491,4210,2035,4208,2030,139,1570,139)
THELI-3.1.4/config/instruments/GMOS-S-HAM_1x1@GEMINI_2.reg 0000664 0000000 0000000 00000000206 14306405457 0022204 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(15.5,4211,2033.5,4209.5,2031,179.5,1047,178,19,180)
THELI-3.1.4/config/instruments/GMOS-S-HAM_1x1@GEMINI_3.reg 0000664 0000000 0000000 00000000205 14306405457 0022204 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(15,4210,629,4209,1007,3810,997,640,499,166,19,167)
THELI-3.1.4/config/instruments/GMOS-S-HAM_4x4@GEMINI.ini 0000664 0000000 0000000 00000001067 14306405457 0022001 0 ustar 00root root 0000000 0000000 INSTRUMENT=GMOS-S-HAM_4x4@GEMINI
NCHIPS=3
# Geographic location
OBSLAT=-30.24
OBSLONG=-70.74
# Plate scale
PIXSCALE=0.32
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0 [2]=0 [3]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0)
OVSCANY1=([1]=0 [2]=0 [3]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0)
CUTX=([1]=1 [2]=1 [3]=1)
CUTY=([1]=1 [2]=1 [3]=1)
SIZEX=([1]=512 [2]=512 [3]=512)
SIZEY=([1]=1056 [2]=1056 [3]=1056)
REFPIXX=([1]=794 [2]=272 [3]=-251)
REFPIXY=([1]=576 [2]=576 [3]=576)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/GMOS-S-HAM_4x4@GEMINI_1.reg 0000664 0000000 0000000 00000000203 14306405457 0022206 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(283,945,385,1060,520,1059,517,50,382,50,281,153)
THELI-3.1.4/config/instruments/GMOS-S-HAM_4x4@GEMINI_2.reg 0000664 0000000 0000000 00000000207 14306405457 0022213 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(1.0442835,1056.9557,512.95572,1056.9557,518,69,0,69)
THELI-3.1.4/config/instruments/GMOS-S-HAM_4x4@GEMINI_3.reg 0000664 0000000 0000000 00000000202 14306405457 0022207 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(248,948,145,1062,-9,1061,-12,52,131,51,246,156)
THELI-3.1.4/config/instruments/GMOS-S_EEV_GeMS@GEMINI.ini 0000664 0000000 0000000 00000001407 14306405457 0022247 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GMOS-S_EEV_GeMS@GEMINI
INSTSHORT=GMOSS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0718
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=3108)
SIZEY=([1]=2304)
# Reference pixels for each chip.
REFPIXX=([1]=1550)
REFPIXY=([1]=1152)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/GMOS-S_EEV_GeMS@GEMINI_1.reg 0000664 0000000 0000000 00000000210 14306405457 0022454 0 ustar 00root root 0000000 0000000 # Sense: in
# Combine: and
physical
polygon(654,2301,2458,2298,2617,2148,2511,2049,2519,909,2679,732,2201,354,927,357,426,811,427,2059)
THELI-3.1.4/config/instruments/GOODMAN_1x1@SOAR.ini 0000664 0000000 0000000 00000001365 14306405457 0021304 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GOODMAN_1x1@SOAR
INSTSHORT=GOODMAN
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.154
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=44)
CUTY=([1]=4)
SIZEX=([1]=2908)
SIZEY=([1]=2964)
# Reference pixels for each chip.
REFPIXX=([1]=1460)
REFPIXY=([1]=1460)
TYPE=OPT
THELI-3.1.4/config/instruments/GOODMAN_2x2@SOAR.ini 0000664 0000000 0000000 00000001363 14306405457 0021304 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GOODMAN_2x2@SOAR
INSTSHORT=GOODMAN
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.308
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=22)
CUTY=([1]=2)
SIZEX=([1]=1454)
SIZEY=([1]=1482)
# Reference pixels for each chip.
REFPIXX=([1]=730)
REFPIXY=([1]=730)
TYPE=OPT
THELI-3.1.4/config/instruments/GPC1@PS1.ahead 0000664 0000000 0000000 00000071234 14306405457 0020345 0 ustar 00root root 0000000 0000000 CRPIX1 = -1.009840516E+04 / Reference pixel on this axis
CRPIX2 = -1.568770680E+04 / Reference pixel on this axis
CD1_1 = -2.967827814E-05 / Linear projection matrix
CD1_2 = 6.442055280E-05 / Linear projection matrix
CD2_1 = -6.445879728E-05 / Linear projection matrix
CD2_2 = -2.927648118E-05 / Linear projection matrix
END
CRPIX1 = -5.071468039E+03 / Reference pixel on this axis
CRPIX2 = -1.570462085E+04 / Reference pixel on this axis
CD1_1 = -2.977307730E-05 / Linear projection matrix
CD1_2 = 6.438173849E-05 / Linear projection matrix
CD2_1 = -6.454281194E-05 / Linear projection matrix
CD2_2 = -2.941543254E-05 / Linear projection matrix
END
CRPIX1 = -9.202192543E+01 / Reference pixel on this axis
CRPIX2 = -1.567816015E+04 / Reference pixel on this axis
CD1_1 = -2.963704706E-05 / Linear projection matrix
CD1_2 = 6.442210260E-05 / Linear projection matrix
CD2_1 = -6.471031881E-05 / Linear projection matrix
CD2_2 = -2.941282532E-05 / Linear projection matrix
END
CRPIX1 = -5.825623141E+01 / Reference pixel on this axis
CRPIX2 = 2.054925015E+04 / Reference pixel on this axis
CD1_1 = 2.961195085E-05 / Linear projection matrix
CD1_2 = -6.433156547E-05 / Linear projection matrix
CD2_1 = 6.474537871E-05 / Linear projection matrix
CD2_2 = 2.955503882E-05 / Linear projection matrix
END
CRPIX1 = -5.057438085E+03 / Reference pixel on this axis
CRPIX2 = 2.056738931E+04 / Reference pixel on this axis
CD1_1 = 2.945338410E-05 / Linear projection matrix
CD1_2 = -6.429437231E-05 / Linear projection matrix
CD2_1 = 6.470033833E-05 / Linear projection matrix
CD2_2 = 2.960469128E-05 / Linear projection matrix
END
CRPIX1 = -1.005469429E+04 / Reference pixel on this axis
CRPIX2 = 2.060599807E+04 / Reference pixel on this axis
CD1_1 = 2.927717846E-05 / Linear projection matrix
CD1_2 = -6.426820416E-05 / Linear projection matrix
CD2_1 = 6.465036390E-05 / Linear projection matrix
CD2_2 = 2.963268672E-05 / Linear projection matrix
END
CRPIX1 = -1.508117521E+04 / Reference pixel on this axis
CRPIX2 = -1.053281346E+04 / Reference pixel on this axis
CD1_1 = -2.979373908E-05 / Linear projection matrix
CD1_2 = 6.455672173E-05 / Linear projection matrix
CD2_1 = -6.424979651E-05 / Linear projection matrix
CD2_2 = -2.943850330E-05 / Linear projection matrix
END
CRPIX1 = -1.005681722E+04 / Reference pixel on this axis
CRPIX2 = -1.053139373E+04 / Reference pixel on this axis
CD1_1 = -2.986276927E-05 / Linear projection matrix
CD1_2 = 6.453488840E-05 / Linear projection matrix
CD2_1 = -6.443486906E-05 / Linear projection matrix
CD2_2 = -2.946852962E-05 / Linear projection matrix
END
CRPIX1 = -5.069841745E+03 / Reference pixel on this axis
CRPIX2 = -1.048541518E+04 / Reference pixel on this axis
CD1_1 = -2.976333563E-05 / Linear projection matrix
CD1_2 = 6.462116965E-05 / Linear projection matrix
CD2_1 = -6.468297832E-05 / Linear projection matrix
CD2_2 = -2.948112874E-05 / Linear projection matrix
END
CRPIX1 = -7.429541522E+01 / Reference pixel on this axis
CRPIX2 = -1.047634994E+04 / Reference pixel on this axis
CD1_1 = -2.973164048E-05 / Linear projection matrix
CD1_2 = 6.462629165E-05 / Linear projection matrix
CD2_1 = -6.481149031E-05 / Linear projection matrix
CD2_2 = -2.953854266E-05 / Linear projection matrix
END
CRPIX1 = -7.883798324E+01 / Reference pixel on this axis
CRPIX2 = 1.534450366E+04 / Reference pixel on this axis
CD1_1 = 2.976113910E-05 / Linear projection matrix
CD1_2 = -6.452702520E-05 / Linear projection matrix
CD2_1 = 6.479475374E-05 / Linear projection matrix
CD2_2 = 2.976329223E-05 / Linear projection matrix
END
CRPIX1 = -5.055961870E+03 / Reference pixel on this axis
CRPIX2 = 1.535593570E+04 / Reference pixel on this axis
CD1_1 = 2.957140950E-05 / Linear projection matrix
CD1_2 = -6.452150048E-05 / Linear projection matrix
CD2_1 = 6.477153694E-05 / Linear projection matrix
CD2_2 = 2.973651130E-05 / Linear projection matrix
END
CRPIX1 = -1.005017791E+04 / Reference pixel on this axis
CRPIX2 = 1.539757723E+04 / Reference pixel on this axis
CD1_1 = 2.935338196E-05 / Linear projection matrix
CD1_2 = -6.448557096E-05 / Linear projection matrix
CD2_1 = 6.466857393E-05 / Linear projection matrix
CD2_2 = 2.967547649E-05 / Linear projection matrix
END
CRPIX1 = -1.509569531E+04 / Reference pixel on this axis
CRPIX2 = 1.541438372E+04 / Reference pixel on this axis
CD1_1 = 2.927987509E-05 / Linear projection matrix
CD1_2 = -6.432437527E-05 / Linear projection matrix
CD2_1 = 6.450721376E-05 / Linear projection matrix
CD2_2 = 2.983959185E-05 / Linear projection matrix
END
CRPIX1 = -1.505154175E+04 / Reference pixel on this axis
CRPIX2 = -5.383702645E+03 / Reference pixel on this axis
CD1_1 = -2.990468815E-05 / Linear projection matrix
CD1_2 = 6.461238145E-05 / Linear projection matrix
CD2_1 = -6.423403763E-05 / Linear projection matrix
CD2_2 = -2.970125895E-05 / Linear projection matrix
END
CRPIX1 = -1.005074484E+04 / Reference pixel on this axis
CRPIX2 = -5.331363483E+03 / Reference pixel on this axis
CD1_1 = -2.979416914E-05 / Linear projection matrix
CD1_2 = 6.472648534E-05 / Linear projection matrix
CD2_1 = -6.452214359E-05 / Linear projection matrix
CD2_2 = -2.961253870E-05 / Linear projection matrix
END
CRPIX1 = -5.062776498E+03 / Reference pixel on this axis
CRPIX2 = -5.300812619E+03 / Reference pixel on this axis
CD1_1 = -2.971036530E-05 / Linear projection matrix
CD1_2 = 6.483402969E-05 / Linear projection matrix
CD2_1 = -6.478278982E-05 / Linear projection matrix
CD2_2 = -2.953170407E-05 / Linear projection matrix
END
CRPIX1 = -4.739564053E+01 / Reference pixel on this axis
CRPIX2 = -5.321037689E+03 / Reference pixel on this axis
CD1_1 = -2.991609822E-05 / Linear projection matrix
CD1_2 = 6.474062826E-05 / Linear projection matrix
CD2_1 = -6.482840152E-05 / Linear projection matrix
CD2_2 = -2.981154017E-05 / Linear projection matrix
END
CRPIX1 = -5.165497175E+01 / Reference pixel on this axis
CRPIX2 = 1.017303710E+04 / Reference pixel on this axis
CD1_1 = 2.967369024E-05 / Linear projection matrix
CD1_2 = -6.481324432E-05 / Linear projection matrix
CD2_1 = 6.494122866E-05 / Linear projection matrix
CD2_2 = 2.969860594E-05 / Linear projection matrix
END
CRPIX1 = -5.052595439E+03 / Reference pixel on this axis
CRPIX2 = 1.018089363E+04 / Reference pixel on this axis
CD1_1 = 2.963820501E-05 / Linear projection matrix
CD1_2 = -6.469809654E-05 / Linear projection matrix
CD2_1 = 6.478982440E-05 / Linear projection matrix
CD2_2 = 2.981102517E-05 / Linear projection matrix
END
CRPIX1 = -1.004119782E+04 / Reference pixel on this axis
CRPIX2 = 1.021803786E+04 / Reference pixel on this axis
CD1_1 = 2.938827031E-05 / Linear projection matrix
CD1_2 = -6.469589042E-05 / Linear projection matrix
CD2_1 = 6.468427785E-05 / Linear projection matrix
CD2_2 = 2.968696110E-05 / Linear projection matrix
END
CRPIX1 = -1.508656842E+04 / Reference pixel on this axis
CRPIX2 = 1.016660270E+04 / Reference pixel on this axis
CD1_1 = 2.953268026E-05 / Linear projection matrix
CD1_2 = -6.449965829E-05 / Linear projection matrix
CD2_1 = 6.436667697E-05 / Linear projection matrix
CD2_2 = 2.990758239E-05 / Linear projection matrix
END
CRPIX1 = -1.506418468E+04 / Reference pixel on this axis
CRPIX2 = -1.539959782E+02 / Reference pixel on this axis
CD1_1 = -2.961720067E-05 / Linear projection matrix
CD1_2 = 6.472662262E-05 / Linear projection matrix
CD2_1 = -6.437294724E-05 / Linear projection matrix
CD2_2 = -2.968169087E-05 / Linear projection matrix
END
CRPIX1 = -1.002826539E+04 / Reference pixel on this axis
CRPIX2 = -1.806748782E+02 / Reference pixel on this axis
CD1_1 = -2.982435311E-05 / Linear projection matrix
CD1_2 = 6.476411897E-05 / Linear projection matrix
CD2_1 = -6.454471015E-05 / Linear projection matrix
CD2_2 = -2.982576150E-05 / Linear projection matrix
END
CRPIX1 = -5.047806192E+03 / Reference pixel on this axis
CRPIX2 = -1.511953423E+02 / Reference pixel on this axis
CD1_1 = -2.984735008E-05 / Linear projection matrix
CD1_2 = 6.484911091E-05 / Linear projection matrix
CD2_1 = -6.474790932E-05 / Linear projection matrix
CD2_2 = -2.982421847E-05 / Linear projection matrix
END
CRPIX1 = -5.440884252E+01 / Reference pixel on this axis
CRPIX2 = -1.429678922E+02 / Reference pixel on this axis
CD1_1 = -2.984655433E-05 / Linear projection matrix
CD1_2 = 6.490206900E-05 / Linear projection matrix
CD2_1 = -6.491598345E-05 / Linear projection matrix
CD2_2 = -2.982588655E-05 / Linear projection matrix
END
CRPIX1 = -5.741109873E+01 / Reference pixel on this axis
CRPIX2 = 5.010700984E+03 / Reference pixel on this axis
CD1_1 = 2.975316276E-05 / Linear projection matrix
CD1_2 = -6.494424244E-05 / Linear projection matrix
CD2_1 = 6.495435446E-05 / Linear projection matrix
CD2_2 = 2.976408143E-05 / Linear projection matrix
END
CRPIX1 = -5.039955606E+03 / Reference pixel on this axis
CRPIX2 = 5.009838072E+03 / Reference pixel on this axis
CD1_1 = 2.975335448E-05 / Linear projection matrix
CD1_2 = -6.485111572E-05 / Linear projection matrix
CD2_1 = 6.480794757E-05 / Linear projection matrix
CD2_2 = 2.984383698E-05 / Linear projection matrix
END
CRPIX1 = -1.004966081E+04 / Reference pixel on this axis
CRPIX2 = 5.011165204E+03 / Reference pixel on this axis
CD1_1 = 2.966222806E-05 / Linear projection matrix
CD1_2 = -6.475501370E-05 / Linear projection matrix
CD2_1 = 6.457886189E-05 / Linear projection matrix
CD2_2 = 2.989169095E-05 / Linear projection matrix
END
CRPIX1 = -1.506454352E+04 / Reference pixel on this axis
CRPIX2 = 5.050010099E+03 / Reference pixel on this axis
CD1_1 = 2.944216180E-05 / Linear projection matrix
CD1_2 = -6.469729791E-05 / Linear projection matrix
CD2_1 = 6.443589854E-05 / Linear projection matrix
CD2_2 = 2.969421180E-05 / Linear projection matrix
END
CRPIX1 = -1.506356603E+04 / Reference pixel on this axis
CRPIX2 = 5.013537163E+03 / Reference pixel on this axis
CD1_1 = -2.953702150E-05 / Linear projection matrix
CD1_2 = 6.468424292E-05 / Linear projection matrix
CD2_1 = -6.440901996E-05 / Linear projection matrix
CD2_2 = -2.975135038E-05 / Linear projection matrix
END
CRPIX1 = -1.004219770E+04 / Reference pixel on this axis
CRPIX2 = 5.010980115E+03 / Reference pixel on this axis
CD1_1 = -2.963738048E-05 / Linear projection matrix
CD1_2 = 6.477362700E-05 / Linear projection matrix
CD2_1 = -6.463266174E-05 / Linear projection matrix
CD2_2 = -2.979842106E-05 / Linear projection matrix
END
CRPIX1 = -5.046503113E+03 / Reference pixel on this axis
CRPIX2 = 5.036527302E+03 / Reference pixel on this axis
CD1_1 = -2.967844899E-05 / Linear projection matrix
CD1_2 = 6.484439882E-05 / Linear projection matrix
CD2_1 = -6.482579683E-05 / Linear projection matrix
CD2_2 = -2.978301712E-05 / Linear projection matrix
END
CRPIX1 = -5.319027886E+01 / Reference pixel on this axis
CRPIX2 = 4.995919969E+03 / Reference pixel on this axis
CD1_1 = -2.985477997E-05 / Linear projection matrix
CD1_2 = 6.489128896E-05 / Linear projection matrix
CD2_1 = -6.490472887E-05 / Linear projection matrix
CD2_2 = -2.987334999E-05 / Linear projection matrix
END
CRPIX1 = -5.519980514E+01 / Reference pixel on this axis
CRPIX2 = -1.354710225E+02 / Reference pixel on this axis
CD1_1 = 2.980379890E-05 / Linear projection matrix
CD1_2 = -6.492962274E-05 / Linear projection matrix
CD2_1 = 6.493608198E-05 / Linear projection matrix
CD2_2 = 2.979124555E-05 / Linear projection matrix
END
CRPIX1 = -5.043884683E+03 / Reference pixel on this axis
CRPIX2 = -1.377050822E+02 / Reference pixel on this axis
CD1_1 = 2.976868470E-05 / Linear projection matrix
CD1_2 = -6.489701566E-05 / Linear projection matrix
CD2_1 = 6.478459842E-05 / Linear projection matrix
CD2_2 = 2.974539310E-05 / Linear projection matrix
END
CRPIX1 = -1.004049430E+04 / Reference pixel on this axis
CRPIX2 = -1.634518403E+02 / Reference pixel on this axis
CD1_1 = 2.977842314E-05 / Linear projection matrix
CD1_2 = -6.479980431E-05 / Linear projection matrix
CD2_1 = 6.454697549E-05 / Linear projection matrix
CD2_2 = 2.979006597E-05 / Linear projection matrix
END
CRPIX1 = -1.506740068E+04 / Reference pixel on this axis
CRPIX2 = -1.562403508E+02 / Reference pixel on this axis
CD1_1 = 2.961838854E-05 / Linear projection matrix
CD1_2 = -6.470073788E-05 / Linear projection matrix
CD2_1 = 6.431953469E-05 / Linear projection matrix
CD2_2 = 2.967900708E-05 / Linear projection matrix
END
CRPIX1 = -1.509101216E+04 / Reference pixel on this axis
CRPIX2 = 1.015303151E+04 / Reference pixel on this axis
CD1_1 = -2.960299053E-05 / Linear projection matrix
CD1_2 = 6.448835484E-05 / Linear projection matrix
CD2_1 = -6.438273518E-05 / Linear projection matrix
CD2_2 = -2.997240393E-05 / Linear projection matrix
END
CRPIX1 = -1.005168101E+04 / Reference pixel on this axis
CRPIX2 = 1.019008907E+04 / Reference pixel on this axis
CD1_1 = -2.950031747E-05 / Linear projection matrix
CD1_2 = 6.467389975E-05 / Linear projection matrix
CD2_1 = -6.465649966E-05 / Linear projection matrix
CD2_2 = -2.976564936E-05 / Linear projection matrix
END
CRPIX1 = -5.059460902E+03 / Reference pixel on this axis
CRPIX2 = 1.016166722E+04 / Reference pixel on this axis
CD1_1 = -2.975092201E-05 / Linear projection matrix
CD1_2 = 6.465970820E-05 / Linear projection matrix
CD2_1 = -6.475548633E-05 / Linear projection matrix
CD2_2 = -2.992327625E-05 / Linear projection matrix
END
CRPIX1 = -5.557029213E+01 / Reference pixel on this axis
CRPIX2 = 1.016171061E+04 / Reference pixel on this axis
CD1_1 = -2.972641008E-05 / Linear projection matrix
CD1_2 = 6.479536697E-05 / Linear projection matrix
CD2_1 = -6.490984355E-05 / Linear projection matrix
CD2_2 = -2.975823920E-05 / Linear projection matrix
END
CRPIX1 = -6.756950565E+01 / Reference pixel on this axis
CRPIX2 = -5.295089767E+03 / Reference pixel on this axis
CD1_1 = 2.975288393E-05 / Linear projection matrix
CD1_2 = -6.481533319E-05 / Linear projection matrix
CD2_1 = 6.489870053E-05 / Linear projection matrix
CD2_2 = 2.966440472E-05 / Linear projection matrix
END
CRPIX1 = -5.040144945E+03 / Reference pixel on this axis
CRPIX2 = -5.315289322E+03 / Reference pixel on this axis
CD1_1 = 2.984710659E-05 / Linear projection matrix
CD1_2 = -6.476584148E-05 / Linear projection matrix
CD2_1 = 6.471435881E-05 / Linear projection matrix
CD2_2 = 2.967679342E-05 / Linear projection matrix
END
CRPIX1 = -1.006413808E+04 / Reference pixel on this axis
CRPIX2 = -5.312867043E+03 / Reference pixel on this axis
CD1_1 = 2.971950263E-05 / Linear projection matrix
CD1_2 = -6.476772617E-05 / Linear projection matrix
CD2_1 = 6.453570228E-05 / Linear projection matrix
CD2_2 = 2.954837058E-05 / Linear projection matrix
END
CRPIX1 = -1.505871475E+04 / Reference pixel on this axis
CRPIX2 = -5.335584180E+03 / Reference pixel on this axis
CD1_1 = 2.974074509E-05 / Linear projection matrix
CD1_2 = -6.466533226E-05 / Linear projection matrix
CD2_1 = 6.431539644E-05 / Linear projection matrix
CD2_2 = 2.957407179E-05 / Linear projection matrix
END
CRPIX1 = -1.509433102E+04 / Reference pixel on this axis
CRPIX2 = 1.537819079E+04 / Reference pixel on this axis
CD1_1 = -2.936824953E-05 / Linear projection matrix
CD1_2 = 6.441606755E-05 / Linear projection matrix
CD2_1 = -6.446001616E-05 / Linear projection matrix
CD2_2 = -2.984085864E-05 / Linear projection matrix
END
CRPIX1 = -1.005705642E+04 / Reference pixel on this axis
CRPIX2 = 1.537836109E+04 / Reference pixel on this axis
CD1_1 = -2.940904901E-05 / Linear projection matrix
CD1_2 = 6.449477659E-05 / Linear projection matrix
CD2_1 = -6.466194041E-05 / Linear projection matrix
CD2_2 = -2.974421169E-05 / Linear projection matrix
END
CRPIX1 = -5.070211596E+03 / Reference pixel on this axis
CRPIX2 = 1.534157721E+04 / Reference pixel on this axis
CD1_1 = -2.967512759E-05 / Linear projection matrix
CD1_2 = 6.447558634E-05 / Linear projection matrix
CD2_1 = -6.472343759E-05 / Linear projection matrix
CD2_2 = -2.983953247E-05 / Linear projection matrix
END
CRPIX1 = -7.200823738E+01 / Reference pixel on this axis
CRPIX2 = 1.534023913E+04 / Reference pixel on this axis
CD1_1 = -2.973632583E-05 / Linear projection matrix
CD1_2 = 6.455851658E-05 / Linear projection matrix
CD2_1 = -6.481142860E-05 / Linear projection matrix
CD2_2 = -2.972207326E-05 / Linear projection matrix
END
CRPIX1 = -7.986126300E+01 / Reference pixel on this axis
CRPIX2 = -1.047140527E+04 / Reference pixel on this axis
CD1_1 = 2.969200436E-05 / Linear projection matrix
CD1_2 = -6.465039452E-05 / Linear projection matrix
CD2_1 = 6.483188879E-05 / Linear projection matrix
CD2_2 = 2.952378317E-05 / Linear projection matrix
END
CRPIX1 = -5.053636768E+03 / Reference pixel on this axis
CRPIX2 = -1.048858804E+04 / Reference pixel on this axis
CD1_1 = 2.981671401E-05 / Linear projection matrix
CD1_2 = -6.460216788E-05 / Linear projection matrix
CD2_1 = 6.463837469E-05 / Linear projection matrix
CD2_2 = 2.954089948E-05 / Linear projection matrix
END
CRPIX1 = -1.008725243E+04 / Reference pixel on this axis
CRPIX2 = -1.047903614E+04 / Reference pixel on this axis
CD1_1 = 2.969690197E-05 / Linear projection matrix
CD1_2 = -6.465552316E-05 / Linear projection matrix
CD2_1 = 6.450553387E-05 / Linear projection matrix
CD2_2 = 2.935750238E-05 / Linear projection matrix
END
CRPIX1 = -1.507558275E+04 / Reference pixel on this axis
CRPIX2 = -1.050998842E+04 / Reference pixel on this axis
CD1_1 = 2.973388218E-05 / Linear projection matrix
CD1_2 = -6.457403398E-05 / Linear projection matrix
CD2_1 = 6.430905042E-05 / Linear projection matrix
CD2_2 = 2.942468151E-05 / Linear projection matrix
END
CRPIX1 = -1.007533887E+04 / Reference pixel on this axis
CRPIX2 = 2.055428920E+04 / Reference pixel on this axis
CD1_1 = -2.951324845E-05 / Linear projection matrix
CD1_2 = 6.425479315E-05 / Linear projection matrix
CD2_1 = -6.460730373E-05 / Linear projection matrix
CD2_2 = -2.971174263E-05 / Linear projection matrix
END
CRPIX1 = -5.069133327E+03 / Reference pixel on this axis
CRPIX2 = 2.055408401E+04 / Reference pixel on this axis
CD1_1 = -2.948130327E-05 / Linear projection matrix
CD1_2 = 6.433493540E-05 / Linear projection matrix
CD2_1 = -6.473494520E-05 / Linear projection matrix
CD2_2 = -2.965059249E-05 / Linear projection matrix
END
CRPIX1 = -7.726426017E+01 / Reference pixel on this axis
CRPIX2 = 2.053137382E+04 / Reference pixel on this axis
CD1_1 = -2.969346117E-05 / Linear projection matrix
CD1_2 = 6.435959168E-05 / Linear projection matrix
CD2_1 = -6.471053966E-05 / Linear projection matrix
CD2_2 = -2.964472530E-05 / Linear projection matrix
END
CRPIX1 = -8.914730471E+01 / Reference pixel on this axis
CRPIX2 = -1.566240815E+04 / Reference pixel on this axis
CD1_1 = 2.967440092E-05 / Linear projection matrix
CD1_2 = -6.443876848E-05 / Linear projection matrix
CD2_1 = 6.473574983E-05 / Linear projection matrix
CD2_2 = 2.945445968E-05 / Linear projection matrix
END
CRPIX1 = -5.107285196E+03 / Reference pixel on this axis
CRPIX2 = -1.566678841E+04 / Reference pixel on this axis
CD1_1 = 2.968790609E-05 / Linear projection matrix
CD1_2 = -6.447238004E-05 / Linear projection matrix
CD2_1 = 6.460159514E-05 / Linear projection matrix
CD2_2 = 2.930337540E-05 / Linear projection matrix
END
CRPIX1 = -1.008932136E+04 / Reference pixel on this axis
CRPIX2 = -1.568631889E+04 / Reference pixel on this axis
CD1_1 = 2.976931929E-05 / Linear projection matrix
CD1_2 = -6.446136545E-05 / Linear projection matrix
CD2_1 = 6.442269820E-05 / Linear projection matrix
CD2_2 = 2.933734824E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GPC1@PS1.ini 0000664 0000000 0000000 00000011131 14306405457 0020050 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GPC1@PS1
INSTSHORT=GPC1
# Number of chips
NCHIPS=60
# Geographical location of the observatory
OBSLAT=20.80
OBSLONG=-156.33
# Pixel scale in arcsec
PIXSCALE=0.256
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1 [17]=1 [18]=1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1 [37]=1 [38]=1 [39]=1 [40]=1 [41]=1 [42]=1 [43]=1 [44]=1 [45]=1 [46]=1 [47]=1 [48]=1 [49]=1 [50]=1 [51]=1 [52]=1 [53]=1 [54]=1 [55]=1 [56]=1 [57]=1 [58]=1 [59]=1 [60]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1 [17]=1 [18]=1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1 [37]=1 [38]=1 [39]=1 [40]=1 [41]=1 [42]=1 [43]=1 [44]=1 [45]=1 [46]=1 [47]=1 [48]=1 [49]=1 [50]=1 [51]=1 [52]=1 [53]=1 [54]=1 [55]=1 [56]=1 [57]=1 [58]=1 [59]=1 [60]=1)
SIZEX=([1]=4846 [2]=4846 [3]=4846 [4]=4846 [5]=4844846 [6]=4846 [7]=4846 [8]=4846 [9]=4844846 [10]=4846 [11]=4846 [12]=4846 [13]=4846 [14]=4846 [15]=4846 [16]=4846 [17]=6 [18]=4846 [19]=4846 [20]=4846 [21]=4846 [22]=4846 [23]=4846 [24]=4846 [25]=4846 [26]=4846 [27]=4846 [28]=4846 [29]=6 [30]=4846 [31]=4846 [32]=4846 [33]=4846 [34]=4846 [35]=4846 [36]=4846 [37]=4846 [38]=4846 [39]=4846 [40]=4846 [41]=4846 [42]=4846 [43]=4846 [44]=4846 [45]=4846 [46]=4846 [47]=4846 [48]=4846 [49]=4846 [50]=4846 [51]=4846 [52]=4846 [53]=4846 [54]=4846 [55]=4846 [56]=4846 [57]=4846 [58]=4846 [59]=4846 [60]=4846)
SIZEY=([1]=4868 [2]=4868 [3]=4868 [4]=4868 [5]=4868 [6]=4868 [7]=4868 [8]=4868 [9]=4868 [10]=4868 [11]=4868 [12]=4868 [13]=4868 [14]=4868 [15]=4868 [16]=4868 [17]=4868 [18]=4868 [19]=4868 [20]=4868 [21]=4868 [22]=4868 [23]=4868 [24]=4868 [25]=4868 [26]=4868 [27]=4868 [28]=4868 [29]=4868 [30]=4868 [31]=4868 [32]=4868 [33]=4868 [34]=4868 [35]=4868 [36]=4868 [37]=4868 [38]=4868 [39]=4868 [40]=4868 [41]=4868 [42]=4868 [43]=4868 [44]=4868 [45]=4868 [46]=4868 [47]=4868 [48]=4868 [49]=4868 [50]=4868 [51]=4868 [52]=4868 [53]=4868 [54]=4868 [55]=4868 [56]=4868 [57]=4868 [58]=4868 [59]=4868 [60]=4868)
# Reference pixels for each chip.
REFPIXX=([1]=2400 [2]=2400 [3]=2400 [4]=2400 [5]=2400 [6]=2400 [7]=2400 [8]=2400 [9]=2400 [10]=2400 [11]=2400 [12]=2400 [13]=2400 [14]=2400 [15]=2400 [16]=2400 [17]=2400 [18]=2400 [19]=2400 [20]=2400 [21]=2400 [22]=2400 [23]=2400 [24]=2400 [25]=2400 [26]=2400 [27]=2400 [28]=2400 [29]=2400 [30]=2400 [31]=2400 [32]=2400 [33]=2400 [34]=2400 [35]=2400 [36]=2400 [37]=2400 [38]=2400 [39]=2400 [40]=2400 [41]=2400 [42]=2400 [43]=2400 [44]=2400 [45]=2400 [46]=2400 [47]=2400 [48]=2400 [49]=2400 [50]=2400 [51]=2400 [52]=2400 [53]=2400 [54]=2400 [55]=2400 [56]=2400 [57]=2400 [58]=2400 [59]=2400 [60]=2400)
REFPIXY=([1]=2400 [2]=2400 [3]=2400 [4]=2400 [5]=2400 [6]=2400 [7]=2400 [8]=2400 [9]=2400 [10]=2400 [11]=2400 [12]=2400 [13]=2400 [14]=2400 [15]=2400 [16]=2400 [17]=2400 [18]=2400 [19]=2400 [20]=2400 [21]=2400 [22]=2400 [23]=2400 [24]=2400 [25]=2400 [26]=2400 [27]=2400 [28]=2400 [29]=2400 [30]=2400 [31]=2400 [32]=2400 [33]=2400 [34]=2400 [35]=2400 [36]=2400 [37]=2400 [38]=2400 [39]=2400 [40]=2400 [41]=2400 [42]=2400 [43]=2400 [44]=2400 [45]=2400 [46]=2400 [47]=2400 [48]=2400 [49]=2400 [50]=2400 [51]=2400 [52]=2400 [53]=2400 [54]=2400 [55]=2400 [56]=2400 [57]=2400 [58]=2400 [59]=2400 [60]=2400)
TYPE=OPT
THELI-3.1.4/config/instruments/GROND_NIR@MPGESO.ini 0000664 0000000 0000000 00000001357 14306405457 0021337 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GROND_NIR@MPGESO
INSTSHORT=GROND
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.605
GAIN=2.45
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/GROND_NIR@MPGESO_1.reg 0000664 0000000 0000000 00000000226 14306405457 0021547 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(20,1010,977,1015,998,997,994,824,994,513,1000,56,972,17,560,18,29,10,27,514)
THELI-3.1.4/config/instruments/GROND_OPT@MPGESO.ini 0000664 0000000 0000000 00000001376 14306405457 0021352 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GROND_OPT@MPGESO
INSTSHORT=GROND
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.158
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=2)
SIZEX=([1]=2048)
SIZEY=([1]=2050)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/GROND_OPT@MPGESO_1.reg 0000664 0000000 0000000 00000000205 14306405457 0021556 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(9.1421428,1955.8579,2043,1956,2041,132,9.1421428,128.14214)
THELI-3.1.4/config/instruments/GSAOI@GEMINI.ahead 0000664 0000000 0000000 00000003644 14306405457 0021062 0 ustar 00root root 0000000 0000000 CRPIX1 = -1.031934599166E+02 / Reference pixel on this axis
CRPIX2 = 2.124743157143E+03 / Reference pixel on this axis
CD1_1 = 5.383267939425E-06 / Linear projection matrix
CD1_2 = 6.626339117201E-08 / Linear projection matrix
CD2_1 = 1.619138882948E-08 / Linear projection matrix
CD2_2 = 5.463376133457E-06 / Linear projection matrix
END
CRPIX1 = 2.098290401651E+03 / Reference pixel on this axis
CRPIX2 = 2.124709562240E+03 / Reference pixel on this axis
CD1_1 = 5.504077259512E-06 / Linear projection matrix
CD1_2 = 6.351897670714E-08 / Linear projection matrix
CD2_1 = 6.427739640088E-09 / Linear projection matrix
CD2_2 = 5.463978437433E-06 / Linear projection matrix
END
CRPIX1 = 2.096596017755E+03 / Reference pixel on this axis
CRPIX2 = -6.921201518097E+01 / Reference pixel on this axis
CD1_1 = 5.510314691096E-06 / Linear projection matrix
CD1_2 = -8.270735046219E-08 / Linear projection matrix
CD2_1 = 2.680574389976E-08 / Linear projection matrix
CD2_2 = 5.474815756689E-06 / Linear projection matrix
END
CRPIX1 = -9.123603847576E+01 / Reference pixel on this axis
CRPIX2 = -6.712335442478E+01 / Reference pixel on this axis
CD1_1 = 5.393383947414E-06 / Linear projection matrix
CD1_2 = -5.735146247941E-08 / Linear projection matrix
CD2_1 = 1.066452906613E-08 / Linear projection matrix
CD2_2 = 5.484252212080E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/GSAOI@GEMINI.ini 0000664 0000000 0000000 00000001640 14306405457 0020571 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI@GEMINI
INSTSHORT=GSAOI
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=2.01
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=-82 [2]=2099 [3]=2110 [4]=-83)
REFPIXY=([1]=2091 [2]=2101 [3]=-67 [4]=-53)
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI@GEMINI.nldat 0000664 0000000 0000000 00000000150 14306405457 0021107 0 ustar 00root root 0000000 0000000 0.0 0.9947 7.4E-7 2.5E-11
0.0 0.9940 6.0E-7 3.7E-11
0.0 0.9947 7.1E-7 2.2E-11
0.0 0.9959 5.7E-7 2.7E-11
THELI-3.1.4/config/instruments/GSAOI@GEMINI_1.reg 0000664 0000000 0000000 00000001342 14306405457 0021006 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(572.15808,1468.8419,607.84192,1468.8419,607.84192,1433.1581,572.15808,1433.1581)
polygon(770.70911,927.29089,805.29089,927.29089,805.29089,892.70911,770.70911,892.70911)
polygon(219.88704,594.11296,240.11296,594.11296,240.11296,573.88704,219.88704,573.88704)
polygon(-4.9739244,2055.1213,14,2062,14,2037,9,2011,16,20,1825,15,1944,46,2002,95,2005,499,2016,994,1958,1082,1958,1190,2010,1226,2009,1592,2003,1781,2002,1913,1914,1940,1878,2032,14,2037,14,2062,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
THELI-3.1.4/config/instruments/GSAOI@GEMINI_2.reg 0000664 0000000 0000000 00000002334 14306405457 0021011 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(1248.0938,1054.9062,1279,1068,1328,1064,1331,1002,1297,984,1258,983,1244,1014)
polygon(984.1379,1659.8621,1027.8621,1659.8621,1027.8621,1616.1379,984.1379,1616.1379)
polygon(1047.4374,824.56257,1080.5626,824.56257,1080.5626,791.43743,1047.4374,791.43743)
polygon(527.01874,473.98126,574.98126,473.98126,574.98126,426.01874,527.01874,426.01874)
polygon(-4.9739244,2055.1213,77,2053,77,2026,29,2026,8,2015,10,34,11,9,2040,8,2040,1986,2040,2040,77,2040,77,2052,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
polygon(857.62337,1158.3766,884.37663,1158.3766,884.37663,1131.6234,857.62337,1131.6234)
polygon(1400.6962,967.30383,1427.3038,967.30383,1427.3038,940.69617,1400.6962,940.69617)
polygon(1480.6769,970.32306,1497.3231,970.32306,1497.3231,953.67694,1480.6769,953.67694)
polygon(540.6547,889.3453,559.3453,889.3453,559.3453,870.6547,540.6547,870.6547)
polygon(1515,693,1555,740,1575,729,1591,761,1600,754,1584,730,1623,707,1609,697,1555,723,1531,699,1520,667,1523,653,1505,616,1494.2544,616.25437,1505,647)
THELI-3.1.4/config/instruments/GSAOI@GEMINI_3.reg 0000664 0000000 0000000 00000002364 14306405457 0021015 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
polygon(130.25782,356.39668,211.73696,355.06095,231,290,214.40841,227.49935,183.0189,221.48859,138.94003,220.82073,112.22555,296.28911)
polygon(-4.9739244,2055.1213,34.5,2050.75,34.5,2036,19.441982,2012.251,13.078879,33.134941,29.775424,13.099087,2036.9417,8.2519557,2038.9166,1984.5489,2022.8879,2027.292,34.5,2036,34.5,2053.5,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
polygon(1497.929,727.66877,1562.5662,697.50473,1543.1751,684.57729,1515.1656,692.1183,1493.8277,706.33088)
polygon(1904.4279,891.01685,1927.8186,887.01735,1926.7413,808.37539,1924.5868,793.29338,1932.1278,778.21136,1933.205,696.33754,1917.0457,696.33754,1920.2776,628.46845,1934.2823,616.6183,1936.4369,530.43533,1924.5868,522.89432,1931.0505,467.95268,1927.8186,448.56151,1928.8959,413.01104,1933.205,382.847,1938.5915,316.05521,1934.2823,308.5142,1940.7461,163.08044,1935.3596,157.69401,1936.4369,103.82965,1913.8139,86.59306,1906.2729,163.08044,1921.3549,173.85331,1920.2776,321.44164,1915.9685,383.92429,1905.1956,405.47003,1904.1183,433.4795,1909.5047,470.10726,1906.2729,497.03943,1918.123,527.20347,1907.3502,575.68139,1917.0457,611.23186,1914.8912,697.41483,1905.1956,758.82019,1880.418,786.82965,1904.4279,820.5352)
THELI-3.1.4/config/instruments/GSAOI@GEMINI_4.reg 0000664 0000000 0000000 00000000614 14306405457 0021012 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(-4.9739244,2055.1213,20,2054,20,2027,13,2018,12,15,2013,16,2031,43,2030,1970,1971,1971,1938,2027,20,2027,20,2057,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
THELI-3.1.4/config/instruments/GSAOI_1k@GEMINI.ini 0000664 0000000 0000000 00000001667 14306405457 0021175 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI_1k@GEMINI
INSTSHORT=GSAOI_1k
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=1024 [2]=1024 [3]=1024 [4]=1024)
SIZEY=([1]=1024 [2]=1024 [3]=1024 [4]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=-594 [2]=1587 [3]=1598 [4]=-595)
REFPIXY=([1]=1579 [2]=1589 [3]=-579 [4]=-565)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI_CHIP1@GEMINI.ini 0000664 0000000 0000000 00000001366 14306405457 0021462 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI_CHIP1@GEMINI
INSTSHORT=GSAOI1
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=2.01
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=-82)
REFPIXY=([1]=2091)
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI_CHIP1@GEMINI_1.reg 0000664 0000000 0000000 00000001342 14306405457 0021672 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(572.15808,1468.8419,607.84192,1468.8419,607.84192,1433.1581,572.15808,1433.1581)
polygon(770.70911,927.29089,805.29089,927.29089,805.29089,892.70911,770.70911,892.70911)
polygon(219.88704,594.11296,240.11296,594.11296,240.11296,573.88704,219.88704,573.88704)
polygon(-4.9739244,2055.1213,14,2062,14,2037,9,2011,16,20,1825,15,1944,46,2002,95,2005,499,2016,994,1958,1082,1958,1190,2010,1226,2009,1592,2003,1781,2002,1913,1914,1940,1878,2032,14,2037,14,2062,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
THELI-3.1.4/config/instruments/GSAOI_CHIP2@GEMINI.ini 0000664 0000000 0000000 00000001370 14306405457 0021456 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI_CHIP2@GEMINI
INSTSHORT=GSAOI2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=2.01
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2099)
REFPIXY=([1]=2101)
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI_CHIP2@GEMINI_1.reg 0000664 0000000 0000000 00000002334 14306405457 0021675 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(1248.0938,1054.9062,1279,1068,1328,1064,1331,1002,1297,984,1258,983,1244,1014)
polygon(984.1379,1659.8621,1027.8621,1659.8621,1027.8621,1616.1379,984.1379,1616.1379)
polygon(1047.4374,824.56257,1080.5626,824.56257,1080.5626,791.43743,1047.4374,791.43743)
polygon(527.01874,473.98126,574.98126,473.98126,574.98126,426.01874,527.01874,426.01874)
polygon(-4.9739244,2055.1213,77,2053,77,2026,29,2026,8,2015,10,34,11,9,2040,8,2040,1986,2040,2040,77,2040,77,2052,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
polygon(857.62337,1158.3766,884.37663,1158.3766,884.37663,1131.6234,857.62337,1131.6234)
polygon(1400.6962,967.30383,1427.3038,967.30383,1427.3038,940.69617,1400.6962,940.69617)
polygon(1480.6769,970.32306,1497.3231,970.32306,1497.3231,953.67694,1480.6769,953.67694)
polygon(540.6547,889.3453,559.3453,889.3453,559.3453,870.6547,540.6547,870.6547)
polygon(1515,693,1555,740,1575,729,1591,761,1600,754,1584,730,1623,707,1609,697,1555,723,1531,699,1520,667,1523,653,1505,616,1494.2544,616.25437,1505,647)
THELI-3.1.4/config/instruments/GSAOI_CHIP3@GEMINI.ini 0000664 0000000 0000000 00000001366 14306405457 0021464 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI_CHIP3@GEMINI
INSTSHORT=GSAOI3
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=2.01
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2110)
REFPIXY=([1]=-67)
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI_CHIP3@GEMINI_1.reg 0000664 0000000 0000000 00000001131 14306405457 0021670 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
#global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
#image
polygon(130.25782,356.39668,211.73696,355.06095,231,290,214.40841,227.49935,183.0189,221.48859,138.94003,220.82073,112.22555,296.28911)
polygon(-4.9739244,2055.1213,34.5,2050.75,34.5,2036,19.441982,2012.251,13.078879,33.134941,29.775424,13.099087,2036.9417,8.2519557,2038.9166,1984.5489,2022.8879,2027.292,34.5,2036,34.5,2053.5,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
THELI-3.1.4/config/instruments/GSAOI_CHIP4@GEMINI.ini 0000664 0000000 0000000 00000001365 14306405457 0021464 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=GSAOI_CHIP4@GEMINI
INSTSHORT=GSAOI4
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0197
GAIN=2.01
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=-83)
REFPIXY=([1]=-53)
TYPE=NIR
THELI-3.1.4/config/instruments/GSAOI_CHIP4@GEMINI_1.reg 0000664 0000000 0000000 00000000614 14306405457 0021676 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
# Sense: out
# image
polygon(-4.9739244,2055.1213,20,2054,20,2027,13,2018,12,15,2013,16,2031,43,2030,1970,1971,1971,1938,2027,20,2027,20,2057,2054.9452,2054.0065,2060.9847,-5.1052803,-7.6453716,-4.5645372)
THELI-3.1.4/config/instruments/HAWKI@VLT.ahead 0000664 0000000 0000000 00000003644 14306405457 0020560 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.111378233E+03 / Reference pixel on this axis
CRPIX2 = 2.124943954E+03 / Reference pixel on this axis
CD1_1 = -2.951947429E-05 / Linear projection matrix
CD1_2 = -9.903173937E-09 / Linear projection matrix
CD2_1 = -1.687536425E-08 / Linear projection matrix
CD2_2 = 2.960630297E-05 / Linear projection matrix
END
CRPIX1 = -9.370647583E+01 / Reference pixel on this axis
CRPIX2 = 2.126002578E+03 / Reference pixel on this axis
CD1_1 = -2.960500992E-05 / Linear projection matrix
CD1_2 = -3.872429183E-08 / Linear projection matrix
CD2_1 = 6.770263896E-08 / Linear projection matrix
CD2_2 = 2.961527453E-05 / Linear projection matrix
END
CRPIX1 = 2.098618181E+03 / Reference pixel on this axis
CRPIX2 = -6.424270208E+01 / Reference pixel on this axis
CD1_1 = -2.966327856E-05 / Linear projection matrix
CD1_2 = -7.429716187E-08 / Linear projection matrix
CD2_1 = 4.191395819E-09 / Linear projection matrix
CD2_2 = 2.955107441E-05 / Linear projection matrix
END
CRPIX1 = -9.938501417E+01 / Reference pixel on this axis
CRPIX2 = -6.612750568E+01 / Reference pixel on this axis
CD1_1 = -2.958627387E-05 / Linear projection matrix
CD1_2 = -8.409519190E-08 / Linear projection matrix
CD2_1 = -8.860875724E-08 / Linear projection matrix
CD2_2 = 2.960509817E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/HAWKI@VLT.ini 0000664 0000000 0000000 00000001642 14306405457 0020271 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=HAWKI@VLT
INSTSHORT=HAWKI
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.1064
GAIN=1.705
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2163 [2]=-37 [3]=2158 [4]=-42)
REFPIXY=([1]=2164 [2]=2161 [3]=-25 [4]=-28)
TYPE=NIR
THELI-3.1.4/config/instruments/HAWKI@VLT_1.reg 0000664 0000000 0000000 00000000177 14306405457 0020511 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(17,2040,2037,2040,2034,18,20.10742,15.10742)
THELI-3.1.4/config/instruments/HAWKI@VLT_2.reg 0000664 0000000 0000000 00000000243 14306405457 0020504 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(17,2037,1968,2039,2031,1959,2034,51,1986,18,1635,15,1586,51,1547,17,52,17,14,55)
THELI-3.1.4/config/instruments/HAWKI@VLT_3.reg 0000664 0000000 0000000 00000000207 14306405457 0020505 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(17,2040,2037,2040,2034,48,1985,18,20.10742,15.10742)
THELI-3.1.4/config/instruments/HAWKI@VLT_4.reg 0000664 0000000 0000000 00000000177 14306405457 0020514 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(17,2040,2032,2040,2034,18,20.10742,15.10742)
THELI-3.1.4/config/instruments/HDI@KPNO_0.9m.ini 0000664 0000000 0000000 00000000663 14306405457 0020701 0 ustar 00root root 0000000 0000000 INSTRUMENT=HDI@KPNO_0.9m
NCHIPS=1
# Geographic location
OBSLAT=31.95
OBSLONG=-111.6
# Plate scale
PIXSCALE=0.425
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=4100)
OVSCANX2=([1]=4150)
OVSCANY1=([1]=4120)
OVSCANY2=([1]=4150)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=4096)
SIZEY=([1]=4111)
REFPIXX=([1]=2048)
REFPIXY=([1]=2055)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/HSC@SUBARU.ini 0000664 0000000 0000000 00000017352 14306405457 0020404 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=HSC@SUBARU
INSTSHORT=HSC
# Number of chips
NCHIPS=104
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.17
GAIN=3.0
# Overscan regions. (set internally)
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0 [61]=0 [62]=0 [63]=0 [64]=0 [65]=0 [66]=0 [67]=0 [68]=0 [69]=0 [70]=0 [71]=0 [72]=0 [73]=0 [74]=0 [75]=0 [76]=0 [77]=0 [78]=0 [79]=0 [80]=0 [81]=0 [82]=0 [83]=0 [84]=0 [85]=0 [86]=0 [87]=0 [88]=0 [89]=0 [90]=0 [91]=0 [92]=0 [93]=0 [94]=0 [95]=0 [96]=0 [97]=0 [98]=0 [99]=0 [100]=0 [101]=0 [102]=0 [103]=0 [104]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0 [37]=0 [38]=0 [39]=0 [40]=0 [41]=0 [42]=0 [43]=0 [44]=0 [45]=0 [46]=0 [47]=0 [48]=0 [49]=0 [50]=0 [51]=0 [52]=0 [53]=0 [54]=0 [55]=0 [56]=0 [57]=0 [58]=0 [59]=0 [60]=0 [61]=0 [62]=0 [63]=0 [64]=0 [65]=0 [66]=0 [67]=0 [68]=0 [69]=0 [70]=0 [71]=0 [72]=0 [73]=0 [74]=0 [75]=0 [76]=0 [77]=0 [78]=0 [79]=0 [80]=0 [81]=0 [82]=0 [83]=0 [84]=0 [85]=0 [86]=0 [87]=0 [88]=0 [89]=0 [90]=0 [91]=0 [92]=0 [93]=0 [94]=0 [95]=0 [96]=0 [97]=0 [98]=0 [99]=0 [100]=0 [101]=0 [102]=0 [103]=0 [104]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
#PLACEHOLDERS! These are set internally
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1 [17]=1 [18]=1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1 [37]=1 [38]=1 [39]=1 [40]=1 [41]=1 [42]=1 [43]=1 [44]=1 [45]=1 [46]=1 [47]=1 [48]=1 [49]=1 [50]=1 [51]=1 [52]=1 [53]=1 [54]=1 [55]=1 [56]=1 [57]=1 [58]=1 [59]=1 [60]=1 [61]=1 [62]=1 [63]=1 [64]=1 [65]=1 [66]=1 [67]=1 [68]=1 [69]=1 [70]=1 [71]=1 [72]=1 [73]=1 [74]=1 [75]=1 [76]=1 [77]=1 [78]=1 [79]=1 [80]=1 [81]=1 [82]=1 [83]=1 [84]=1 [85]=1 [86]=1 [87]=1 [88]=1 [89]=1 [90]=1 [91]=1 [92]=1 [93]=1 [94]=1 [95]=1 [96]=1 [97]=1 [98]=1 [99]=1 [100]=1 [101]=1 [102]=1 [103]=1 [104]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1 [17]=1 [18]=1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1 [37]=1 [38]=1 [39]=1 [40]=1 [41]=1 [42]=1 [43]=1 [44]=1 [45]=1 [46]=1 [47]=1 [48]=1 [49]=1 [50]=1 [51]=1 [52]=1 [53]=1 [54]=1 [55]=1 [56]=1 [57]=1 [58]=1 [59]=1 [60]=1 [61]=1 [62]=1 [63]=1 [64]=1 [65]=1 [66]=1 [67]=1 [68]=1 [69]=1 [70]=1 [71]=1 [72]=1 [73]=1 [74]=1 [75]=1 [76]=1 [77]=1 [78]=1 [79]=1 [80]=1 [81]=1 [82]=1 [83]=1 [84]=1 [85]=1 [86]=1 [87]=1 [88]=1 [89]=1 [90]=1 [91]=1 [92]=1 [93]=1 [94]=1 [95]=1 [96]=1 [97]=1 [98]=1 [99]=1 [100]=1 [101]=1 [102]=1 [103]=1 [104]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048 [11]=2048 [12]=2048 [13]=2048 [14]=2048 [15]=2048 [16]=2048 [17]=2048 [18]=2048 [19]=2048 [20]=2048 [21]=2048 [22]=2048 [23]=2048 [24]=2048 [25]=2048 [26]=2048 [27]=2048 [28]=2048 [29]=2048 [30]=2048 [31]=2048 [32]=2048 [33]=2048 [34]=2048 [35]=2048 [36]=2048 [37]=2048 [38]=2048 [39]=2048 [40]=2048 [41]=2048 [42]=2048 [43]=2048 [44]=2048 [45]=2048 [46]=2048 [47]=2048 [48]=2048 [49]=2048 [50]=2048 [51]=2048 [52]=2048 [53]=2048 [54]=2048 [55]=2048 [56]=2048 [57]=2048 [58]=2048 [59]=2048 [60]=2048 [61]=2048 [62]=2048 [63]=2048 [64]=2048 [65]=2048 [66]=2048 [67]=2048 [68]=2048 [69]=2048 [70]=2048 [71]=2048 [72]=2048 [73]=2048 [74]=2048 [75]=2048 [76]=2048 [77]=2048 [78]=2048 [79]=2048 [80]=2048 [81]=2048 [82]=2048 [83]=2048 [84]=2048 [85]=2048 [86]=2048 [87]=2048 [88]=2048 [89]=2048 [90]=2048 [91]=2048 [92]=2048 [93]=2048 [94]=2048 [95]=2048 [96]=2048 [97]=2048 [98]=2048 [99]=2048 [100]=2048 [101]=2048 [102]=2048 [103]=2048 [104]=2048)
SIZEY=([1]=4224 [2]=4224 [3]=4224 [4]=4224 [5]=4224 [6]=4224 [7]=4224 [8]=4224 [9]=4224 [10]=4224 [11]=4224 [12]=4224 [13]=4224 [14]=4224 [15]=4224 [16]=4224 [17]=4224 [18]=4224 [19]=4224 [20]=4224 [21]=4224 [22]=4224 [23]=4224 [24]=4224 [25]=4224 [26]=4224 [27]=4224 [28]=4224 [29]=4224 [30]=4224 [31]=4224 [32]=4224 [33]=4224 [34]=4224 [35]=4224 [36]=4224 [37]=4224 [38]=4224 [39]=4224 [40]=4224 [41]=4224 [42]=4224 [43]=4224 [44]=4224 [45]=4224 [46]=4224 [47]=4224 [48]=4224 [49]=4224 [50]=4224 [51]=4224 [52]=4224 [53]=4224 [54]=4224 [55]=4224 [56]=4224 [57]=4224 [58]=4224 [59]=4224 [60]=4224 [61]=4224 [62]=4224 [63]=4224 [64]=4224 [65]=4224 [66]=4224 [67]=4224 [68]=4224 [69]=4224 [70]=4224 [71]=4224 [72]=4224 [73]=4224 [74]=4224 [75]=4224 [76]=4224 [77]=4224 [78]=4224 [79]=4224 [80]=4224 [81]=4224 [82]=4224 [83]=4224 [84]=4224 [85]=4224 [86]=4224 [87]=4224 [88]=4224 [89]=4224 [90]=4224 [91]=4224 [92]=4224 [93]=4224 [94]=4224 [95]=4224 [96]=4224 [97]=4224 [98]=4224 [99]=4224 [100]=4224 [101]=4224 [102]=4224 [103]=4224 [104]=4224)
# Reference pixels for each chip.
REFPIXX=([1]=-13834 [2]=-13834 [3]=-13834 [4]=-13834 [5]=-11711 [6]=-11711 [7]=-11711 [8]=-11711 [9]=-11711 [10]=-11711 [11]=-9588 [12]=-9588 [13]=-9588 [14]=-9588 [15]=-9588 [16]=-9588 [17]=9515 [18]=9515 [19]=9515 [20]=-7466 [21]=-7466 [22]=-7466 [23]=7392 [24]=7392 [25]=7392 [26]=7392 [27]=-5343 [28]=-5343 [29]=-5343 [30]=-5343 [31]=5269 [32]=5269 [33]=5269 [34]=5269 [35]=-3220 [36]=-3220 [37]=-3220 [38]=-3220 [39]=3147 [40]=3147 [41]=3147 [42]=3147 [43]=-1098 [44]=-1098 [45]=-1098 [46]=-1098 [47]=1024 [48]=1024 [49]=1024 [50]=1024 [51]=1024 [52]=1024 [53]=1024 [54]=1024 [55]=-1098 [56]=-1098 [57]=-1098 [58]=-1098 [59]=3147 [60]=3147 [61]=3147 [62]=3147 [63]=-3220 [64]=-3220 [65]=-3220 [66]=-3220 [67]=5269 [68]=5269 [69]=5269 [70]=5269 [71]=-5343 [72]=-5343 [73]=-5343 [74]=-5343 [75]=7392 [76]=7392 [77]=7392 [78]=7392 [79]=-7466 [80]=-7466 [81]=-7466 [82]=9515 [83]=9515 [84]=9515 [85]=-9588 [86]=-9588 [87]=-9588 [88]=-9588 [89]=-9588 [90]=-9588 [91]=-11711 [92]=-11711 [93]=-11711 [94]=-11711 [95]=-11711 [96]=-11711 [97]=-13834 [98]=-13834 [99]=-13834 [100]=-13834 [101]=-13308 [102]=15624 [103]=15357 [104]=-13575)
REFPIXY=([1]=-4542 [2]=-73 [3]=4395 [4]=8863 [5]=-9010 [6]=-4542 [7]=-73 [8]=4395 [9]=8863 [10]=13332 [11]=-9010 [12]=-4542 [13]=-73 [14]=4395 [15]=8863 [16]=13332 [17]=13065 [18]=8597 [19]=4128 [20]=4395 [21]=8863 [22]=13332 [23]=17534 [24]=13065 [25]=8597 [26]=4128 [27]=4395 [28]=8863 [29]=13332 [30]=17801 [31]=17534 [32]=13065 [33]=8597 [34]=4128 [35]=4395 [36]=8863 [37]=13332 [38]=17801 [39]=17534 [40]=13065 [41]=8597 [42]=4128 [43]=4395 [44]=8863 [45]=13332 [46]=17801 [47]=17534 [48]=13065 [49]=8597 [50]=4128 [51]=4395 [52]=8863 [53]=13332 [54]=17801 [55]=17534 [56]=13065 [57]=8597 [58]=4128 [59]=4395 [60]=8863 [61]=13332 [62]=17801 [63]=17534 [64]=13065 [65]=8597 [66]=4128 [67]=4395 [68]=8863 [69]=13332 [70]=17801 [71]=17534 [72]=13065 [73]=8597 [74]=4128 [75]=4395 [76]=8863 [77]=13332 [78]=17801 [79]=13065 [80]=8597 [81]=4128 [82]=4395 [83]=8863 [84]=13332 [85]=13065 [86]=8597 [87]=4128 [88]=-340 [89]=-4808 [90]=-9277 [91]=13065 [92]=8597 [93]=4128 [94]=-340 [95]=-4808 [96]=-9277 [97]=8597 [98]=4128 [99]=-340 [100]=-4808 [101]=11691 [102]=11691 [103]=11691 [104]=11691)
TYPE=OPT
THELI-3.1.4/config/instruments/HSC@SUBARU.reg 0000664 0000000 0000000 00000000166 14306405457 0020375 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(8.0,4212.0,2039.0,4212.0,2039.0,8.0,8.0,8.0)
THELI-3.1.4/config/instruments/HSC@SUBARU_1.reg 0000664 0000000 0000000 00000000235 14306405457 0020612 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(1021.9673,4224.1638,1538.0895,4224.1638,1542.9882,-12.120265,1019.9664,-20.169034)
THELI-3.1.4/config/instruments/HSC@SUBARU_10.reg 0000664 0000000 0000000 00000000157 14306405457 0020675 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(517,4229,2065,4241,2061,1989,521,393)
THELI-3.1.4/config/instruments/HSC@SUBARU_100.reg 0000664 0000000 0000000 00000000232 14306405457 0020747 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(1344.036,4296.2746,2719.8911,4323.8106,2719.8911,3100.4622,2132.2225,2807.9223)
THELI-3.1.4/config/instruments/HSC@SUBARU_101.reg 0000664 0000000 0000000 00000000237 14306405457 0020755 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-19.232008,38.649621,2105.2708,2979.3456,2101.2699,-113.38636,-26.841912,-116.99532)
THELI-3.1.4/config/instruments/HSC@SUBARU_102.reg 0000664 0000000 0000000 00000000236 14306405457 0020755 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-23.248106,3617.3561,2225.2841,424.60038,2105.2557,-119.52841,-67.258523,-195.5464)
THELI-3.1.4/config/instruments/HSC@SUBARU_103.reg 0000664 0000000 0000000 00000000263 14306405457 0020756 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-35.250947,2889.1837,2109.2566,208.54924,2241.2879,520.62311,2093.2528,-139.53314,-39.251894,-111.52652)
THELI-3.1.4/config/instruments/HSC@SUBARU_104.reg 0000664 0000000 0000000 00000000261 14306405457 0020755 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-63.257576,540.62784,912.97348,1736.911,2105.2557,3629.3589,2168.984,-43.223542,-54.968807,-43.223542)
THELI-3.1.4/config/instruments/HSC@SUBARU_23.reg 0000664 0000000 0000000 00000000254 14306405457 0020677 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-53.255682,1514.9678,1027,1006.8475,2139.2633,682.77083,2083.25,-73.408144,-61.257576,-73.408144)
THELI-3.1.4/config/instruments/HSC@SUBARU_30.reg 0000664 0000000 0000000 00000000262 14306405457 0020674 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-34.85473,928.32348,2101.2547,1844.9366,2099.2225,-86.403409,1996.8339,-1103.3651,-34.85473,-1103.3651)
THELI-3.1.4/config/instruments/HSC@SUBARU_31.reg 0000664 0000000 0000000 00000000236 14306405457 0020676 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-43.237689,872.89394,2117.2737,180.73011,2152.9199,-243.00797,-759.0449,-243.00797)
THELI-3.1.4/config/instruments/HSC@SUBARU_38.reg 0000664 0000000 0000000 00000000236 14306405457 0020705 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-64.266098,541.77652,2120.2509,1185.929,2143.9674,-214.11327,-119.99016,-214.11327)
THELI-3.1.4/config/instruments/HSC@SUBARU_46.reg 0000664 0000000 0000000 00000000264 14306405457 0020705 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-99.981939,545.48478,2200.2699,1045.8958,2328.3002,-74.369318,1115.7206,-670.21773,-99.981939,-670.21773)
THELI-3.1.4/config/instruments/HSC@SUBARU_5.reg 0000664 0000000 0000000 00000000300 14306405457 0020607 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(701.21399,4249.215,2068.9565,4249.215,2085.2509,2201.0208,1438.0739,2930.0294,825.92898,3558.178,57.747159,4266.3456)
THELI-3.1.4/config/instruments/HSC@SUBARU_62.reg 0000664 0000000 0000000 00000000236 14306405457 0020702 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-136.28314,677.87121,2220.2746,393.80398,2047.8265,-666.03955,-88.27178,-170.32955)
THELI-3.1.4/config/instruments/HSC@SUBARU_63.reg 0000664 0000000 0000000 00000000237 14306405457 0020704 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-74.252841,457.85038,2190.2831,1114.0057,2170.2784,-74.275568,-66.250947,-106.28314)
THELI-3.1.4/config/instruments/HSC@SUBARU_70.reg 0000664 0000000 0000000 00000000236 14306405457 0020701 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-102.32197,1088.9451,2122.2045,516.80966,2138.0265,-1195.4138,-62.13067,-1195.4138)
THELI-3.1.4/config/instruments/HSC@SUBARU_71.reg 0000664 0000000 0000000 00000000237 14306405457 0020703 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-73.291667,635.84564,2138.8435,1499.6616,2138.8435,-788.10293,-148.92111,-788.10293)
THELI-3.1.4/config/instruments/HSC@SUBARU_78.reg 0000664 0000000 0000000 00000000237 14306405457 0020712 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-85.858575,1818.6739,2114.2652,942.86364,2114.2652,-169.39962,-85.858575,-197.00914)
THELI-3.1.4/config/instruments/HSC@SUBARU_9.reg 0000664 0000000 0000000 00000000253 14306405457 0020622 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(517.31368,4233.068,2036.8056,4233.068,2062.268,2306.1004,2010.2557,2222.0805,525.90436,753.73295)
THELI-3.1.4/config/instruments/HSC@SUBARU_91.reg 0000664 0000000 0000000 00000000237 14306405457 0020705 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-51.270833,20.692235,2157.2519,2309.2339,2264.8006,-2175.3507,-46.792977,-2175.3507)
THELI-3.1.4/config/instruments/HSC@SUBARU_96.reg 0000664 0000000 0000000 00000000234 14306405457 0020707 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(-91.988438,4711.9951,2292.0074,4711.9951,2096.2453,1735.5748,-88.27178,3976.1051)
THELI-3.1.4/config/instruments/HSC@SUBARU_97.reg 0000664 0000000 0000000 00000000236 14306405457 0020712 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(692.41153,-12.868915,2228.2453,2208.1866,2579.7987,-1900.2561,692.41153,-1900.2561)
THELI-3.1.4/config/instruments/IMACS_F2_200404-2008@LCO.ini 0000664 0000000 0000000 00000002246 14306405457 0021762 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IMACS_F2_200404-2008@LCO
INSTSHORT=IMACS
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.2015
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2 [2]=2 [3]=2 [4]=2 [5]=66 [6]=66 [7]=66 [8]=66)
CUTY=([1]=62 [2]=62 [3]=62 [4]=62 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2045 [2]=2045 [3]=2045 [4]=2045 [5]=2045 [6]=2045 [7]=2045 [8]=2045)
SIZEY=([1]=4095 [2]=4095 [3]=4095 [4]=4095 [5]=4095 [6]=4095 [7]=4095 [8]=4095)
# Reference pixels for each chip.
REFPIXX=([1]=4219 [2]=2093 [3]=-44 [4]=-2166 [5]=2092 [6]=4222 [7]=-2165 [8]=-45)
REFPIXY=([1]=-23 [2]=-25 [3]=-27 [4]=-22 [5]=4129 [6]=4126 [7]=4122 [8]=4124)
TYPE=OPT
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO.ini 0000664 0000000 0000000 00000002315 14306405457 0022346 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IMACS_F2_2008-today@LCO
INSTSHORT=IMACS
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.199
GAIN=1.45
# Overscan regions.
OVSCANX1=([1]=2060 [2]=2060 [3]=2060 [4]=2060 [5]=2060 [6]=2060 [7]=2060 [8]=2060)
OVSCANX2=([1]=2090 [2]=2090 [3]=2090 [4]=2090 [5]=2090 [6]=2090 [7]=2090 [8]=2090)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096 [5]=4096 [6]=4096 [7]=4096 [8]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=4233 [2]=2095 [3]=-46 [4]=-2187 [5]=-45 [6]=-2188 [7]=4236 [8]=2097)
REFPIXY=([1]=4130 [2]=4130 [3]=4130 [4]=4130 [5]=4130 [6]=4130 [7]=4130 [8]=4130)
TYPE=OPT
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_1.reg 0000664 0000000 0000000 00000000113 14306405457 0022556 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(4380.5494,4276.4293,4655.621)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_2.reg 0000664 0000000 0000000 00000000304 14306405457 0022561 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-12.664198,4114.0004,2063.1599,4110.4864,2080.5591,56.685078,607.70349,60.655039,282.16667,211.51357,-23.520349,457.65116)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_3.reg 0000664 0000000 0000000 00000000330 14306405457 0022561 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-12.664198,4114.0004,2063.1599,4110.4864,2074.5891,474.49225,1848.3014,275.99419,1518.7946,89.406008,1193.2578,41.766473,-13.610465,41.766473)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_4.reg 0000664 0000000 0000000 00000000114 14306405457 0022562 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(-2582.7626,4121.6008,4655.621)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_5.reg 0000664 0000000 0000000 00000000330 14306405457 0022563 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-12.664198,4114.0004,2063.1599,4110.4864,2074.5891,474.49225,1848.3014,275.99419,1743.3527,211.75388,1417.8159,160.14438,-19.310078,156.17442)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_6.reg 0000664 0000000 0000000 00000000114 14306405457 0022564 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(-2344.5649,4355.8285,4655.621)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_7.reg 0000664 0000000 0000000 00000000113 14306405457 0022564 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(4459.9486,4343.9186,4655.621)
THELI-3.1.4/config/instruments/IMACS_F2_2008-today@LCO_8.reg 0000664 0000000 0000000 00000000303 14306405457 0022566 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-12.664198,4114.0004,2063.1599,4110.4864,2074.8295,29.616279,820.32171,109.0155,363.77616,295.60368,-17.340116,557.62112)
THELI-3.1.4/config/instruments/IMACS_F4_200404-2012@LCO.ini 0000664 0000000 0000000 00000002243 14306405457 0021754 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IMACS_F4_200404-2012@LCO
INSTSHORT=IMACS
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.111
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2 [2]=2 [3]=2 [4]=2 [5]=66 [6]=66 [7]=66 [8]=66)
CUTY=([1]=62 [2]=62 [3]=62 [4]=62 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2045 [2]=2045 [3]=2045 [4]=2045 [5]=2045 [6]=2045 [7]=2045 [8]=2045)
SIZEY=([1]=4095 [2]=4095 [3]=4095 [4]=4095 [5]=4095 [6]=4095 [7]=4095 [8]=4095)
# Reference pixels for each chip.
REFPIXX=([1]=4219 [2]=2093 [3]=-44 [4]=-2166 [5]=2092 [6]=4222 [7]=-2165 [8]=-45)
REFPIXY=([1]=-23 [2]=-25 [3]=-27 [4]=-22 [5]=4129 [6]=4126 [7]=4122 [8]=4124)
TYPE=OPT
THELI-3.1.4/config/instruments/IMACS_F4_2012-today@LCO.ini 0000664 0000000 0000000 00000002304 14306405457 0022341 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IMACS_F4_2012-today@LCO
INSTSHORT=IMACS
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.1104
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2060 [2]=2060 [3]=2060 [4]=2060 [5]=2060 [6]=2060 [7]=2060 [8]=2060)
OVSCANX2=([1]=2090 [2]=2090 [3]=2090 [4]=2090 [5]=2090 [6]=2090 [7]=2090 [8]=2090)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096 [5]=4096 [6]=4096 [7]=4096 [8]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=4233 [2]=2095 [3]=-46 [4]=-2187 [5]=-45 [6]=-2188 [7]=4236 [8]=2097)
REFPIXY=([1]=4130 [2]=4130 [3]=4130 [4]=4130 [5]=4130 [6]=4130 [7]=4130 [8]=4130)
TYPE=OPT
THELI-3.1.4/config/instruments/IMACS_F4_2012-today_2x2@LCO.ini 0000664 0000000 0000000 00000002307 14306405457 0023037 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IMACS_F4_2012-today_2x2@LCO
INSTSHORT=IMACS
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.2208
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=1030 [2]=1030 [3]=1030 [4]=1030 [5]=1030 [6]=1030 [7]=1030 [8]=1030)
OVSCANX2=([1]=1080 [2]=1080 [3]=1080 [4]=1080 [5]=1080 [6]=1080 [7]=1080 [8]=1080)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=1024 [2]=1024 [3]=1024 [4]=1024 [5]=1024 [6]=1024 [7]=1024 [8]=1024)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2166 [2]=1040 [3]=-23 [4]=-1090 [5]=-22 [6]=-1090 [7]=2118 [8]=1046)
REFPIXY=([1]=2070 [2]=2070 [3]=2070 [4]=2070 [5]=2070 [6]=2070 [7]=2070 [8]=2070)
TYPE=OPT
THELI-3.1.4/config/instruments/INGRID@WHT.ini 0000664 0000000 0000000 00000001356 14306405457 0020401 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=INGRID@WHT
INSTSHORT=INGRID
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.04
GAIN=5.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/INOLA@INO.ini 0000664 0000000 0000000 00000000644 14306405457 0020251 0 ustar 00root root 0000000 0000000 INSTRUMENT=INOLA@INO
NCHIPS=1
# Geographic location
OBSLAT=33.674
OBSLONG=51.319
# Plate scale
PIXSCALE=2.846
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=3352)
SIZEY=([1]=2532)
REFPIXX=([1]=1700)
REFPIXY=([1]=1260)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/IRCS_HIGHRES@SUBARU.ini 0000664 0000000 0000000 00000001405 14306405457 0021670 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IRCS_HIGHRES@SUBARU
INSTSHORT=IRCS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.02091
GAIN=5.6
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIRMIR
THELI-3.1.4/config/instruments/IRCS_LOWRES@SUBARU.ini 0000664 0000000 0000000 00000001403 14306405457 0021610 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=IRCS_LOWRES@SUBARU
INSTSHORT=IRCS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.05242
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIRMIR
THELI-3.1.4/config/instruments/ISAAC@VLT.ini 0000664 0000000 0000000 00000001360 14306405457 0020243 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ISAAC@VLT
INSTSHORT=ISAAC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.148
GAIN=4.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=504)
REFPIXY=([1]=491)
TYPE=NIRMIR
THELI-3.1.4/config/instruments/ISPI@CTIO.ini 0000664 0000000 0000000 00000001367 14306405457 0020267 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=ISPI@CTIO
INSTSHORT=ISPI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.30
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/KTMC@CTIO.ini 0000664 0000000 0000000 00000003251 14306405457 0020253 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=KTMC@CTIO
INSTSHORT=KTMC
# Number of chips
NCHIPS=16
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.3971
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=3 [10]=3 [11]=3 [12]=3 [13]=3 [14]=3 [15]=3 [16]=3)
CUTY=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=3 [10]=3 [11]=3 [12]=3 [13]=3 [14]=3 [15]=3 [16]=3)
SIZEX=([1]=4605 [2]=4605 [3]=4605 [4]=4605 [5]=4605 [6]=4605 [7]=4605 [8]=4605 [9]=4605 [10]=4605 [11]=4605 [12]=4605 [13]=4605 [14]=4605 [15]=4605 [16]=4605)
SIZEY=([1]=4612 [2]=4612 [3]=4612 [4]=4612 [5]=4612 [6]=4612 [7]=4612 [8]=4612 [9]=4612 [10]=4612 [11]=4612 [12]=4612 [13]=4612 [14]=4612 [15]=4612 [16]=4612)
# Reference pixels for each chip.
REFPIXX=([1]=1000 [2]=1000 [3]=1000 [4]=1000 [5]=1000 [6]=1000 [7]=1000 [8]=1000 [9]=1000 [10]=1000 [11]=1000 [12]=1000 [13]=1000 [14]=1000 [15]=1000 [16]=1000)
REFPIXY=([1]=1000 [2]=1000 [3]=1000 [4]=1000 [5]=1000 [6]=1000 [7]=1000 [8]=1000 [9]=1000 [10]=1000 [11]=1000 [12]=1000 [13]=1000 [14]=1000 [15]=1000 [16]=1000)
TYPE=OPT
THELI-3.1.4/config/instruments/KTMC@CTIO_14.reg 0000664 0000000 0000000 00000000146 14306405457 0020555 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(4604,4613,-2,4615,7,3)
THELI-3.1.4/config/instruments/KTMC@CTIO_3.reg 0000664 0000000 0000000 00000000145 14306405457 0020472 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(4604,4613,4602,3,7,3)
THELI-3.1.4/config/instruments/KTMC@CTIO_8.reg 0000664 0000000 0000000 00000000144 14306405457 0020476 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(4606,-1,-2,4615,7,3)
THELI-3.1.4/config/instruments/KTMC@CTIO_9.reg 0000664 0000000 0000000 00000000152 14306405457 0020476 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(4606,-1,-2,4615,4606,4615)
THELI-3.1.4/config/instruments/LAICA@CAHA.ini 0000664 0000000 0000000 00000001652 14306405457 0020267 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LAICA@CAHA
INSTSHORT=LAICA
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=37.22
OBSLONG=-2.55
# Pixel scale in arcsec
PIXSCALE=0.225
GAIN=2.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=54 [2]=54 [3]=54 [4]=54)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=4092 [2]=4092 [3]=4092 [4]=4092)
SIZEY=([1]=4092 [2]=4092 [3]=4092 [4]=4092)
# Reference pixels for each chip.
REFPIXX=([1]=5120 [2]=-1120 [3]=-1120 [4]=5120)
REFPIXY=([1]=-2000 [2]=-2000 [3]=4000 [4]=4000)
TYPE=OPT
THELI-3.1.4/config/instruments/LAICA_2x2@CAHA.ini 0000664 0000000 0000000 00000001654 14306405457 0020764 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LAICA_2x2@CAHA
INSTSHORT=LAICA
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=37.22
OBSLONG=-2.55
# Pixel scale in arcsec
PIXSCALE=0.450
GAIN=2.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=27 [2]=27 [3]=27 [4]=27)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
SIZEY=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
# Reference pixels for each chip.
REFPIXX=([1]=2560 [2]=-560 [3]=-560 [4]=2560)
REFPIXY=([1]=-1000 [2]=-1000 [3]=3000 [4]=3000)
TYPE=OPT
THELI-3.1.4/config/instruments/LBC_BLUE@LBT.ahead 0000664 0000000 0000000 00000003644 14306405457 0021100 0 ustar 00root root 0000000 0000000 CRPIX1 = -1.179662612E+03 / Reference pixel on this axis
CRPIX2 = 3.249827962E+03 / Reference pixel on this axis
CD1_1 = -6.220900701E-05 / Linear projection matrix
CD1_2 = -1.272499790E-08 / Linear projection matrix
CD2_1 = 1.666025317E-07 / Linear projection matrix
CD2_2 = 6.261956676E-05 / Linear projection matrix
END
CRPIX1 = 9.599727493E+02 / Reference pixel on this axis
CRPIX2 = 3.248247545E+03 / Reference pixel on this axis
CD1_1 = -6.298412615E-05 / Linear projection matrix
CD1_2 = 1.072999667E-07 / Linear projection matrix
CD2_1 = 7.466442381E-08 / Linear projection matrix
CD2_2 = 6.287291726E-05 / Linear projection matrix
END
CRPIX1 = 3.101321775E+03 / Reference pixel on this axis
CRPIX2 = 3.248734886E+03 / Reference pixel on this axis
CD1_1 = -6.222296026E-05 / Linear projection matrix
CD1_2 = 2.105237344E-07 / Linear projection matrix
CD2_1 = 1.112567528E-07 / Linear projection matrix
CD2_2 = 6.267872206E-05 / Linear projection matrix
END
CRPIX1 = -1.458349710E+03 / Reference pixel on this axis
CRPIX2 = 2.292035557E+03 / Reference pixel on this axis
CD1_1 = 1.090416180E-07 / Linear projection matrix
CD1_2 = 6.247531752E-05 / Linear projection matrix
CD2_1 = 6.178509750E-05 / Linear projection matrix
CD2_2 = -1.741228684E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/LBC_BLUE@LBT.ini 0000664 0000000 0000000 00000001711 14306405457 0020606 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LBC_BLUE@LBT
INSTSHORT=LBC_BLUE
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=32.70
OBSLONG=-109.89
# Pixel scale in arcsec
PIXSCALE=0.2240
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2100 [2]=2100 [3]=2100 [4]=2100)
OVSCANX2=([1]=2300 [2]=2300 [3]=2300 [4]=2300)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=4608 [2]=4608 [3]=4608 [4]=4608)
# Reference pixels for each chip.
REFPIXX=([1]=-1079 [2]=1043 [3]=3165 [4]=-1683)
REFPIXY=([1]=2950 [2]=2950 [3]=2950 [4]=2264)
TYPE=OPT
THELI-3.1.4/config/instruments/LBC_RED@LBT.ini 0000664 0000000 0000000 00000001706 14306405457 0020475 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LBC_RED@LBT
INSTSHORT=LBC_RED
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=32.70
OBSLONG=-109.89
# Pixel scale in arcsec
PIXSCALE=0.2240
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2100 [2]=2100 [3]=2100 [4]=2100)
OVSCANX2=([1]=2300 [2]=2300 [3]=2300 [4]=2300)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=4608 [2]=4608 [3]=4608 [4]=4608)
# Reference pixels for each chip.
REFPIXX=([1]=-1079 [2]=1043 [3]=3165 [4]=-1683)
REFPIXY=([1]=2950 [2]=2950 [3]=2950 [4]=2264)
TYPE=OPT
THELI-3.1.4/config/instruments/LDSS3_2004-201401@LCO.ahead 0000664 0000000 0000000 00000001722 14306405457 0021702 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.031560826E+03 / Reference pixel on this axis
CRPIX2 = 2.016204035E+03 / Reference pixel on this axis
CD1_1 = -5.232177091E-05 / Linear projection matrix
CD1_2 = 1.153853116E-08 / Linear projection matrix
CD2_1 = -1.038852589E-07 / Linear projection matrix
CD2_2 = 5.245133255E-05 / Linear projection matrix
END
CRPIX1 = 2.027276541E+03 / Reference pixel on this axis
CRPIX2 = -1.282021246E+01 / Reference pixel on this axis
CD1_1 = -5.225156641E-05 / Linear projection matrix
CD1_2 = 1.074800917E-07 / Linear projection matrix
CD2_1 = -8.503109529E-08 / Linear projection matrix
CD2_2 = 5.231982815E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/LDSS3_2004-201401@LCO.ini 0000664 0000000 0000000 00000001467 14306405457 0021425 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LDSS3_2004-201401@LCO
INSTSHORT=LDSS3
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.188
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=4064 [2]=4064)
OVSCANX2=([1]=4180 [2]=4180)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=129)
SIZEX=([1]=4062 [2]=4062)
SIZEY=([1]=2030 [2]=2030)
# Reference pixels for each chip.
REFPIXX=([1]=1960 [2]=2160)
REFPIXY=([1]=1950 [2]=1950)
TYPE=OPT
THELI-3.1.4/config/instruments/LDSS3_from201402@LCO.ini 0000664 0000000 0000000 00000001471 14306405457 0021722 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LDSS3_from201402@LCO
INSTSHORT=LDSS3
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.188
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=1030 [2]=1150)
OVSCANX2=([1]=1030 [2]=1150)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=20 [2]=20)
CUTY=([1]=810 [2]=810)
SIZEX=([1]=1005 [2]=1005)
SIZEY=([1]=2620 [2]=2620)
# Reference pixels for each chip.
REFPIXX=([1]=1004 [2]=1004)
REFPIXY=([1]=1310 [2]=1310)
TYPE=OPT
THELI-3.1.4/config/instruments/LDSS3_from201402@LCO_1.reg 0000664 0000000 0000000 00000000107 14306405457 0022133 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(841.72103,1311,1267.6657)
THELI-3.1.4/config/instruments/LDSS3_from201402@LCO_2.reg 0000664 0000000 0000000 00000000112 14306405457 0022130 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
circle(1161.754,1303.992,1267.6657)
THELI-3.1.4/config/instruments/LIRIS@WHT.ini 0000664 0000000 0000000 00000001355 14306405457 0020306 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LIRIS@WHT
INSTSHORT=LIRIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.2504
GAIN=3.6
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/LIRIS@WHT_1.reg 0000664 0000000 0000000 00000000605 14306405457 0020521 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: or
polygon(3.0425923,1014.4574,511.5,1013.5,511.5,513.5,3.0425923,512.54259,3.5,715,17,714,18.5,704.5,40.5,702.5,41.5,724,35.5,734.5,19,735.5,17.5,725,17.5,714.5,3.5,715)
polygon(515.5,1013.5,1020.5,1014,1022.5,513.5,515,513.5)
polygon(514.5,510.5,1022.5,510.5,1021.5,2,515,2.5)
polygon(3.5,510.5,512,510.5,511,2,13.5,2,2.5,10)
THELI-3.1.4/config/instruments/LIRIS_POL@WHT.ini 0000664 0000000 0000000 00000001347 14306405457 0021021 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LIRIS_POL@WHT
INSTSHORT=LIRIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.251
GAIN=3.6
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=938)
SIZEY=([1]=200)
# Reference pixels for each chip.
REFPIXX=([1]=470)
REFPIXY=([1]=100)
TYPE=NIR
THELI-3.1.4/config/instruments/LORRI@NewHorizons.ini 0000664 0000000 0000000 00000001353 14306405457 0022134 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=LORRI@NewHorizons
INSTSHORT=LORRI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=0
OBSLONG=0.0
# Pixel scale in arcsec
PIXSCALE=1.0228
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=OPT
THELI-3.1.4/config/instruments/LRIS_BLUE@KECK.ahead 0000664 0000000 0000000 00000001710 14306405457 0021335 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.099093260577E+03 / Reference pixel on this axis
CRPIX2 = 2.054179360997E+03 / Reference pixel on this axis
CD1_1 = 2.466425461054E-07 / Linear projection matrix
CD1_2 = -3.768203365806E-05 / Linear projection matrix
CD2_1 = 3.757943138981E-05 / Linear projection matrix
CD2_2 = 3.094175065481E-07 / Linear projection matrix
END
CRPIX1 = -5.228730840871E+01 / Reference pixel on this axis
CRPIX2 = 2.050341775410E+03 / Reference pixel on this axis
CD1_1 = -1.639479613091E-08 / Linear projection matrix
CD1_2 = -3.770278168266E-05 / Linear projection matrix
CD2_1 = 3.750514621498E-05 / Linear projection matrix
CD2_2 = -3.921351020403E-08 / Linear projection matrix
END
THELI-3.1.4/config/instruments/LRIS_BLUE@KECK.ini 0000664 0000000 0000000 00000001001 14306405457 0021043 0 ustar 00root root 0000000 0000000 INSTRUMENT=LRIS_BLUE@KECK
INSTSHORT=LRIS
NCHIPS=2
# Geographic location
OBSLAT=19.82
OBSLONG=-155.47
# Plate scale
PIXSCALE=0.135
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
OVSCANY1=([1]=0 [2]=0)
OVSCANY2=([1]=0 [2]=0)
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=1)
SIZEX=([1]=2048 [2]=2048)
SIZEY=([1]=4096 [2]=4096)
REFPIXX=([1]=2099 [2]=-52)
REFPIXY=([1]=2054 [2]=2050)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/LRIS_BLUE@KECK_1.reg 0000664 0000000 0000000 00000000137 14306405457 0021272 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(332,3233,2070,3231,2069,771,335,773)
THELI-3.1.4/config/instruments/LRIS_BLUE@KECK_2.reg 0000664 0000000 0000000 00000000211 14306405457 0021264 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(-3.341637,3225.71,1734.6584,3223.71,1733.6584,763.70996,-0.34163701,765.70996)
THELI-3.1.4/config/instruments/LRIS_RED@KECK.ahead 0000664 0000000 0000000 00000001710 14306405457 0021220 0 ustar 00root root 0000000 0000000 CRPIX1 = -1.271997413702E+02 / Reference pixel on this axis
CRPIX2 = 1.262795871889E+03 / Reference pixel on this axis
CD1_1 = -1.324578732566E-07 / Linear projection matrix
CD1_2 = -3.746607019089E-05 / Linear projection matrix
CD2_1 = -3.747943171639E-05 / Linear projection matrix
CD2_2 = 1.324578732566E-07 / Linear projection matrix
END
CRPIX1 = 1.832227025450E+03 / Reference pixel on this axis
CRPIX2 = 1.258590427722E+03 / Reference pixel on this axis
CD1_1 = -9.199897957125E-08 / Linear projection matrix
CD1_2 = -3.745487423382E-05 / Linear projection matrix
CD2_1 = -3.734522130742E-05 / Linear projection matrix
CD2_2 = 1.627714014732E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/LRIS_RED@KECK.ini 0000664 0000000 0000000 00000001001 14306405457 0020726 0 ustar 00root root 0000000 0000000 INSTRUMENT=LRIS_RED@KECK
INSTSHORT=LRIS
NCHIPS=2
# Geographic location
OBSLAT=19.82
OBSLONG=-155.47
# Plate scale
PIXSCALE=0.135
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
OVSCANY1=([1]=0 [2]=0)
OVSCANY2=([1]=0 [2]=0)
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=1)
SIZEX=([1]=1648 [2]=1752)
SIZEY=([1]=2520 [2]=2520)
REFPIXX=([1]=-126 [2]=1835)
REFPIXY=([1]=1265 [2]=1260)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/LRIS_RED@KECK_1.reg 0000664 0000000 0000000 00000000162 14306405457 0021153 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(7.1765537,2492.8234,1621,2496,1605,323,1457,161,19,161)
THELI-3.1.4/config/instruments/LRIS_RED@KECK_2.reg 0000664 0000000 0000000 00000000213 14306405457 0021151 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(14.689063,2493.9505,1739.5297,2495.4516,1742.9922,150.45104,12.461979,147.21563)
THELI-3.1.4/config/instruments/MEGACAM_2x2@LCO.ahead 0000664 0000000 0000000 00000042020 14306405457 0021401 0 ustar 00root root 0000000 0000000 CRPIX1 = -3.788557819869E+03 / Reference pixel on this axis
CRPIX2 = 4.880971183068E+03 / Reference pixel on this axis
CD1_1 = -2.780227558305E-07 / Linear projection matrix
CD1_2 = -4.376598916048E-05 / Linear projection matrix
CD2_1 = 4.367248873997E-05 / Linear projection matrix
CD2_2 = 3.103734377429E-07 / Linear projection matrix
END
CRPIX1 = -2.690898347503E+03 / Reference pixel on this axis
CRPIX2 = 4.874011163095E+03 / Reference pixel on this axis
CD1_1 = -2.910789408862E-07 / Linear projection matrix
CD1_2 = -4.383648898953E-05 / Linear projection matrix
CD2_1 = 4.388756713363E-05 / Linear projection matrix
CD2_2 = 9.943933064125E-08 / Linear projection matrix
END
CRPIX1 = -1.610755775198E+03 / Reference pixel on this axis
CRPIX2 = 4.861334486316E+03 / Reference pixel on this axis
CD1_1 = -2.194954523188E-07 / Linear projection matrix
CD1_2 = -4.388716548670E-05 / Linear projection matrix
CD2_1 = 4.412924952978E-05 / Linear projection matrix
CD2_2 = 4.991919115755E-08 / Linear projection matrix
END
CRPIX1 = -5.447932385322E+02 / Reference pixel on this axis
CRPIX2 = 4.852004732563E+03 / Reference pixel on this axis
CD1_1 = -7.403261350812E-08 / Linear projection matrix
CD1_2 = -4.393268731197E-05 / Linear projection matrix
CD2_1 = 4.417273234919E-05 / Linear projection matrix
CD2_2 = -1.471827312655E-10 / Linear projection matrix
END
CRPIX1 = 5.226670020430E+02 / Reference pixel on this axis
CRPIX2 = 4.849253280279E+03 / Reference pixel on this axis
CD1_1 = -5.089873123744E-08 / Linear projection matrix
CD1_2 = -4.393834820441E-05 / Linear projection matrix
CD2_1 = 4.420001961032E-05 / Linear projection matrix
CD2_2 = -7.758311629535E-08 / Linear projection matrix
END
CRPIX1 = 1.583300772346E+03 / Reference pixel on this axis
CRPIX2 = 4.851400273825E+03 / Reference pixel on this axis
CD1_1 = 1.435497445261E-07 / Linear projection matrix
CD1_2 = -4.395088832729E-05 / Linear projection matrix
CD2_1 = 4.413137089925E-05 / Linear projection matrix
CD2_2 = -3.843871648965E-08 / Linear projection matrix
END
CRPIX1 = 2.666080357523E+03 / Reference pixel on this axis
CRPIX2 = 4.853270407068E+03 / Reference pixel on this axis
CD1_1 = 5.667085428636E-08 / Linear projection matrix
CD1_2 = -4.388003380313E-05 / Linear projection matrix
CD2_1 = 4.403915019360E-05 / Linear projection matrix
CD2_2 = -2.444768110422E-07 / Linear projection matrix
END
CRPIX1 = 3.748992693140E+03 / Reference pixel on this axis
CRPIX2 = 4.858028985306E+03 / Reference pixel on this axis
CD1_1 = 1.185432253001E-07 / Linear projection matrix
CD1_2 = -4.382430972276E-05 / Linear projection matrix
CD2_1 = 4.382775064100E-05 / Linear projection matrix
CD2_2 = -3.339426068662E-07 / Linear projection matrix
END
CRPIX1 = 4.826165236387E+03 / Reference pixel on this axis
CRPIX2 = 4.870279941071E+03 / Reference pixel on this axis
CD1_1 = 2.341900354862E-07 / Linear projection matrix
CD1_2 = -4.376728012863E-05 / Linear projection matrix
CD2_1 = 4.366906962133E-05 / Linear projection matrix
CD2_2 = -3.505277025967E-07 / Linear projection matrix
END
CRPIX1 = -3.768065002575E+03 / Reference pixel on this axis
CRPIX2 = 2.322813472669E+03 / Reference pixel on this axis
CD1_1 = -1.274358377526E-08 / Linear projection matrix
CD1_2 = -4.409124250513E-05 / Linear projection matrix
CD2_1 = 4.379220818317E-05 / Linear projection matrix
CD2_2 = 2.017041154514E-07 / Linear projection matrix
END
CRPIX1 = -2.678510192136E+03 / Reference pixel on this axis
CRPIX2 = 2.332868968552E+03 / Reference pixel on this axis
CD1_1 = -1.978219869592E-07 / Linear projection matrix
CD1_2 = -4.418900694220E-05 / Linear projection matrix
CD2_1 = 4.403881010223E-05 / Linear projection matrix
CD2_2 = -9.093260659997E-08 / Linear projection matrix
END
CRPIX1 = -1.610422471864E+03 / Reference pixel on this axis
CRPIX2 = 2.324032250974E+03 / Reference pixel on this axis
CD1_1 = -1.057279487902E-07 / Linear projection matrix
CD1_2 = -4.422936218555E-05 / Linear projection matrix
CD2_1 = 4.417887221867E-05 / Linear projection matrix
CD2_2 = -1.469209927310E-08 / Linear projection matrix
END
CRPIX1 = -5.485979414433E+02 / Reference pixel on this axis
CRPIX2 = 2.317931663538E+03 / Reference pixel on this axis
CD1_1 = 4.311338582917E-08 / Linear projection matrix
CD1_2 = -4.425815174639E-05 / Linear projection matrix
CD2_1 = 4.426864856919E-05 / Linear projection matrix
CD2_2 = 9.561682163419E-08 / Linear projection matrix
END
CRPIX1 = 5.151033288650E+02 / Reference pixel on this axis
CRPIX2 = 2.318079385936E+03 / Reference pixel on this axis
CD1_1 = 4.682020677370E-08 / Linear projection matrix
CD1_2 = -4.429699245610E-05 / Linear projection matrix
CD2_1 = 4.430450307712E-05 / Linear projection matrix
CD2_2 = 3.327184038046E-08 / Linear projection matrix
END
CRPIX1 = 1.577709126288E+03 / Reference pixel on this axis
CRPIX2 = 2.320447574953E+03 / Reference pixel on this axis
CD1_1 = 1.006043443282E-07 / Linear projection matrix
CD1_2 = -4.427863734964E-05 / Linear projection matrix
CD2_1 = 4.427512153339E-05 / Linear projection matrix
CD2_2 = 6.139640840431E-08 / Linear projection matrix
END
CRPIX1 = 2.642500825759E+03 / Reference pixel on this axis
CRPIX2 = 2.325506485070E+03 / Reference pixel on this axis
CD1_1 = 1.483540482734E-07 / Linear projection matrix
CD1_2 = -4.423318038237E-05 / Linear projection matrix
CD2_1 = 4.418515786581E-05 / Linear projection matrix
CD2_2 = 3.985592935821E-08 / Linear projection matrix
END
CRPIX1 = 3.715060042265E+03 / Reference pixel on this axis
CRPIX2 = 2.330243476048E+03 / Reference pixel on this axis
CD1_1 = 1.889694192033E-07 / Linear projection matrix
CD1_2 = -4.417493627378E-05 / Linear projection matrix
CD2_1 = 4.400924024812E-05 / Linear projection matrix
CD2_2 = 2.715106800646E-08 / Linear projection matrix
END
CRPIX1 = 4.796502749235E+03 / Reference pixel on this axis
CRPIX2 = 2.329157262214E+03 / Reference pixel on this axis
CD1_1 = 1.275694793349E-07 / Linear projection matrix
CD1_2 = -4.411635629188E-05 / Linear projection matrix
CD2_1 = 4.380140895824E-05 / Linear projection matrix
CD2_2 = -6.755593215126E-08 / Linear projection matrix
END
CRPIX1 = 4.788562491563E+03 / Reference pixel on this axis
CRPIX2 = 2.335744356640E+03 / Reference pixel on this axis
CD1_1 = -2.052493797638E-07 / Linear projection matrix
CD1_2 = 4.411524195379E-05 / Linear projection matrix
CD2_1 = -4.378844971402E-05 / Linear projection matrix
CD2_2 = -1.464600941046E-08 / Linear projection matrix
END
CRPIX1 = 3.707980150163E+03 / Reference pixel on this axis
CRPIX2 = 2.318660388083E+03 / Reference pixel on this axis
CD1_1 = -5.101634157102E-08 / Linear projection matrix
CD1_2 = 4.421011548390E-05 / Linear projection matrix
CD2_1 = -4.401502955644E-05 / Linear projection matrix
CD2_2 = 4.523423778186E-08 / Linear projection matrix
END
CRPIX1 = 2.637642928730E+03 / Reference pixel on this axis
CRPIX2 = 2.316911660072E+03 / Reference pixel on this axis
CD1_1 = -6.510615410274E-09 / Linear projection matrix
CD1_2 = 4.423686318597E-05 / Linear projection matrix
CD2_1 = -4.418044429552E-05 / Linear projection matrix
CD2_2 = 9.338193575523E-08 / Linear projection matrix
END
CRPIX1 = 1.570834811629E+03 / Reference pixel on this axis
CRPIX2 = 2.318533257491E+03 / Reference pixel on this axis
CD1_1 = -6.393441531936E-08 / Linear projection matrix
CD1_2 = 4.427926959106E-05 / Linear projection matrix
CD2_1 = -4.426740228150E-05 / Linear projection matrix
CD2_2 = -2.753811202834E-09 / Linear projection matrix
END
CRPIX1 = 5.054700626814E+02 / Reference pixel on this axis
CRPIX2 = 2.318640700423E+03 / Reference pixel on this axis
CD1_1 = -7.396191061630E-08 / Linear projection matrix
CD1_2 = 4.427809660441E-05 / Linear projection matrix
CD2_1 = -4.429437750343E-05 / Linear projection matrix
CD2_2 = -6.651494495569E-08 / Linear projection matrix
END
CRPIX1 = -5.553937622659E+02 / Reference pixel on this axis
CRPIX2 = 2.318727129604E+03 / Reference pixel on this axis
CD1_1 = -2.882601721451E-08 / Linear projection matrix
CD1_2 = 4.426074968649E-05 / Linear projection matrix
CD2_1 = -4.426710127673E-05 / Linear projection matrix
CD2_2 = -7.886222510252E-08 / Linear projection matrix
END
CRPIX1 = -1.618663072219E+03 / Reference pixel on this axis
CRPIX2 = 2.324616773755E+03 / Reference pixel on this axis
CD1_1 = 1.170309717353E-07 / Linear projection matrix
CD1_2 = 4.423810779189E-05 / Linear projection matrix
CD2_1 = -4.416625868090E-05 / Linear projection matrix
CD2_2 = 9.150888019742E-09 / Linear projection matrix
END
CRPIX1 = -2.692417586061E+03 / Reference pixel on this axis
CRPIX2 = 2.323765931157E+03 / Reference pixel on this axis
CD1_1 = 5.200498313820E-08 / Linear projection matrix
CD1_2 = 4.417878974599E-05 / Linear projection matrix
CD2_1 = -4.401386723648E-05 / Linear projection matrix
CD2_2 = -8.485412506127E-08 / Linear projection matrix
END
CRPIX1 = -3.773210853405E+03 / Reference pixel on this axis
CRPIX2 = 2.334271317745E+03 / Reference pixel on this axis
CD1_1 = 1.231899404748E-07 / Linear projection matrix
CD1_2 = 4.411923376143E-05 / Linear projection matrix
CD2_1 = -4.379238659129E-05 / Linear projection matrix
CD2_2 = -4.896688592922E-08 / Linear projection matrix
END
CRPIX1 = 4.813024424397E+03 / Reference pixel on this axis
CRPIX2 = 4.884508661091E+03 / Reference pixel on this axis
CD1_1 = -3.585181887109E-07 / Linear projection matrix
CD1_2 = 4.375127989067E-05 / Linear projection matrix
CD2_1 = -4.367097386746E-05 / Linear projection matrix
CD2_2 = 2.719156657516E-07 / Linear projection matrix
END
CRPIX1 = 3.719123047999E+03 / Reference pixel on this axis
CRPIX2 = 4.874052556076E+03 / Reference pixel on this axis
CD1_1 = -3.262237151225E-07 / Linear projection matrix
CD1_2 = 4.383322309752E-05 / Linear projection matrix
CD2_1 = -4.389211648843E-05 / Linear projection matrix
CD2_2 = 1.204001667460E-07 / Linear projection matrix
END
CRPIX1 = 2.645337951317E+03 / Reference pixel on this axis
CRPIX2 = 4.857768595378E+03 / Reference pixel on this axis
CD1_1 = -1.547731796170E-07 / Linear projection matrix
CD1_2 = 4.390180302744E-05 / Linear projection matrix
CD2_1 = -4.407070120792E-05 / Linear projection matrix
CD2_2 = 1.064707072856E-07 / Linear projection matrix
END
CRPIX1 = 1.579815461321E+03 / Reference pixel on this axis
CRPIX2 = 4.852512683341E+03 / Reference pixel on this axis
CD1_1 = -8.397821111046E-08 / Linear projection matrix
CD1_2 = 4.392092194148E-05 / Linear projection matrix
CD2_1 = -4.416184263450E-05 / Linear projection matrix
CD2_2 = 9.556700348712E-08 / Linear projection matrix
END
CRPIX1 = 5.011747633969E+02 / Reference pixel on this axis
CRPIX2 = 4.848483873812E+03 / Reference pixel on this axis
CD1_1 = -6.176374965628E-08 / Linear projection matrix
CD1_2 = 4.394302596406E-05 / Linear projection matrix
CD2_1 = -4.417752140642E-05 / Linear projection matrix
CD2_2 = -9.491497891602E-08 / Linear projection matrix
END
CRPIX1 = -5.595675785301E+02 / Reference pixel on this axis
CRPIX2 = 4.850833061184E+03 / Reference pixel on this axis
CD1_1 = 5.143080117743E-08 / Linear projection matrix
CD1_2 = 4.392748622286E-05 / Linear projection matrix
CD2_1 = -4.418354304969E-05 / Linear projection matrix
CD2_2 = -7.947777992248E-08 / Linear projection matrix
END
CRPIX1 = -1.625156542041E+03 / Reference pixel on this axis
CRPIX2 = 4.861161458470E+03 / Reference pixel on this axis
CD1_1 = 2.240548466732E-07 / Linear projection matrix
CD1_2 = 4.389347931247E-05 / Linear projection matrix
CD2_1 = -4.406703214077E-05 / Linear projection matrix
CD2_2 = -8.836705846309E-08 / Linear projection matrix
END
CRPIX1 = -2.704294567016E+03 / Reference pixel on this axis
CRPIX2 = 4.871762364815E+03 / Reference pixel on this axis
CD1_1 = 2.720261874533E-07 / Linear projection matrix
CD1_2 = 4.383721093016E-05 / Linear projection matrix
CD2_1 = -4.391599383754E-05 / Linear projection matrix
CD2_2 = -1.767675979869E-07 / Linear projection matrix
END
CRPIX1 = -3.797635159685E+03 / Reference pixel on this axis
CRPIX2 = 4.883263251138E+03 / Reference pixel on this axis
CD1_1 = 2.992838859232E-07 / Linear projection matrix
CD1_2 = 4.375334577299E-05 / Linear projection matrix
CD2_1 = -4.366708789748E-05 / Linear projection matrix
CD2_2 = -3.078199679764E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MEGACAM_2x2@LCO.ini 0000664 0000000 0000000 00000006410 14306405457 0021121 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MEGACAM_2x2@LCO
INSTSHORT=MEGACAM
# Number of chips
NCHIPS=36
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.158
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=1055 [2]=1055 [3]=1055 [4]=1055 [5]=1055 [6]=1055 [7]=1055 [8]=1055 [9]=1055 [10]=1055 [11]=1055 [12]=1055 [13]=1055 [14]=1055 [15]=1055 [16]=1055 [17]=1055 [18]=1055 [19]=1055 [20]=1055 [21]=1055 [22]=1055 [23]=1055 [24]=1055 [25]=1055 [26]=1055 [27]=1055 [28]=1055 [29]=1055 [30]=1055 [31]=1055 [32]=1055 [33]=1055 [34]=1055 [35]=1055 [36]=1055)
OVSCANX2=([1]=1098 [2]=1098 [3]=1098 [4]=1098 [5]=1098 [6]=1098 [7]=1098 [8]=1098 [9]=1098 [10]=1098 [11]=1098 [12]=1098 [13]=1098 [14]=1098 [15]=1098 [16]=1098 [17]=1098 [18]=1098 [19]=1098 [20]=1098 [21]=1098 [22]=1098 [23]=1098 [24]=1098 [25]=1098 [26]=1098 [27]=1098 [28]=1098 [29]=1098 [30]=1098 [31]=1098 [32]=1098 [33]=1098 [34]=1098 [35]=1098 [36]=1098)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=27 [2]=27 [3]=27 [4]=27 [5]=27 [6]=27 [7]=27 [8]=27 [9]=27 [10]=27 [11]=27 [12]=27 [13]=27 [14]=27 [15]=27 [16]=27 [17]=27 [18]=27 [19]=27 [20]=27 [21]=27 [22]=27 [23]=27 [24]=27 [25]=27 [26]=27 [27]=27 [28]=27 [29]=27 [30]=27 [31]=27 [32]=27 [33]=27 [34]=27 [35]=27 [36]=27)
CUTY=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=3 [10]=3 [11]=3 [12]=3 [13]=3 [14]=3 [15]=3 [16]=3 [17]=3 [18]=3 [19]=3 [20]=3 [21]=3 [22]=3 [23]=3 [24]=3 [25]=3 [26]=3 [27]=3 [28]=3 [29]=3 [30]=3 [31]=3 [32]=3 [33]=3 [34]=3 [35]=3 [36]=3)
SIZEX=([1]=1020 [2]=1020 [3]=1020 [4]=1020 [5]=1020 [6]=1020 [7]=1020 [8]=1020 [9]=1020 [10]=1020 [11]=1020 [12]=1020 [13]=1020 [14]=1020 [15]=1020 [16]=1020 [17]=1020 [18]=1020 [19]=1020 [20]=1020 [21]=1020 [22]=1020 [23]=1020 [24]=1020 [25]=1020 [26]=1020 [27]=1020 [28]=1020 [29]=1020 [30]=1020 [31]=1020 [32]=1020 [33]=1020 [34]=1020 [35]=1020 [36]=1020)
SIZEY=([1]=2300 [2]=2300 [3]=2300 [4]=2300 [5]=2300 [6]=2300 [7]=2300 [8]=2300 [9]=2300 [10]=2300 [11]=2300 [12]=2300 [13]=2300 [14]=2300 [15]=2300 [16]=2300 [17]=2300 [18]=2300 [19]=2300 [20]=2300 [21]=2300 [22]=2300 [23]=2300 [24]=2300 [25]=2300 [26]=2300 [27]=2300 [28]=2300 [29]=2300 [30]=2300 [31]=2300 [32]=2300 [33]=2300 [34]=2300 [35]=2300 [36]=2300)
# Reference pixels for each chip.
REFPIXX=([1]=-3698 [2]=-2636 [3]=-1574 [4]=-512 [5]=549 [6]=1611 [7]=2673 [8]=3735 [9]=4797 [10]=-3698 [11]=-2636 [12]=-1574 [13]=-512 [14]=549 [15]=1611 [16]=2673 [17]=3735 [18]=4797 [19]=4773 [20]=3711 [21]=2649 [22]=1587 [23]=525 [24]=-536 [25]=-1598 [26]=-2660 [27]=-3722 [28]=4773 [29]=3711 [30]=2649 [31]=1587 [32]=525 [33]=-536 [34]=-1598 [35]=-2660 [36]=-3722)
REFPIXY=([1]=4830 [2]=4830 [3]=4830 [4]=4830 [5]=4830 [6]=4830 [7]=4830 [8]=4830 [9]=4830 [10]=2319 [11]=2319 [12]=2319 [13]=2319 [14]=2319 [15]=2319 [16]=2319 [17]=2319 [18]=2319 [19]=2319 [20]=2319 [21]=2319 [22]=2319 [23]=2319 [24]=2319 [25]=2319 [26]=2319 [27]=2319 [28]=4831 [29]=4831 [30]=4831 [31]=4831 [32]=4831 [33]=4831 [34]=4831 [35]=4831 [36]=4831)
TYPE=OPT
THELI-3.1.4/config/instruments/MEGAPRIME@CFHT.ahead 0000664 0000000 0000000 00000042020 14306405457 0021271 0 ustar 00root root 0000000 0000000 CRPIX1 = 9.532824661E+03 / Reference pixel on this axis
CRPIX2 = -5.261742494E+03 / Reference pixel on this axis
CD1_1 = -5.111691172E-05 / Linear projection matrix
CD1_2 = -5.452696378E-07 / Linear projection matrix
CD2_1 = 2.287252989E-07 / Linear projection matrix
CD2_2 = 5.124410405E-05 / Linear projection matrix
END
CRPIX1 = 7.356457273E+03 / Reference pixel on this axis
CRPIX2 = -5.240249327E+03 / Reference pixel on this axis
CD1_1 = -5.141639131E-05 / Linear projection matrix
CD1_2 = -4.392614097E-07 / Linear projection matrix
CD2_1 = 1.955497883E-07 / Linear projection matrix
CD2_2 = 5.133831314E-05 / Linear projection matrix
END
CRPIX1 = 5.203604379E+03 / Reference pixel on this axis
CRPIX2 = -5.214132360E+03 / Reference pixel on this axis
CD1_1 = -5.160642109E-05 / Linear projection matrix
CD1_2 = -3.402014757E-07 / Linear projection matrix
CD2_1 = 4.217800973E-08 / Linear projection matrix
CD2_2 = 5.142146862E-05 / Linear projection matrix
END
CRPIX1 = 3.062570233E+03 / Reference pixel on this axis
CRPIX2 = -5.203549371E+03 / Reference pixel on this axis
CD1_1 = -5.176924216E-05 / Linear projection matrix
CD1_2 = -2.478453484E-07 / Linear projection matrix
CD2_1 = -6.842873426E-08 / Linear projection matrix
CD2_2 = 5.146984886E-05 / Linear projection matrix
END
CRPIX1 = 9.285174574E+02 / Reference pixel on this axis
CRPIX2 = -5.202421745E+03 / Reference pixel on this axis
CD1_1 = -5.181473042E-05 / Linear projection matrix
CD1_2 = -1.347683359E-07 / Linear projection matrix
CD2_1 = -1.612411479E-07 / Linear projection matrix
CD2_2 = 5.145985660E-05 / Linear projection matrix
END
CRPIX1 = -1.197294601E+03 / Reference pixel on this axis
CRPIX2 = -5.202276112E+03 / Reference pixel on this axis
CD1_1 = -5.176175195E-05 / Linear projection matrix
CD1_2 = -7.531991203E-08 / Linear projection matrix
CD2_1 = -2.408610597E-07 / Linear projection matrix
CD2_2 = 5.147232749E-05 / Linear projection matrix
END
CRPIX1 = -3.347156268E+03 / Reference pixel on this axis
CRPIX2 = -5.221270603E+03 / Reference pixel on this axis
CD1_1 = -5.160594007E-05 / Linear projection matrix
CD1_2 = 7.481824350E-08 / Linear projection matrix
CD2_1 = -3.347005299E-07 / Linear projection matrix
CD2_2 = 5.138332834E-05 / Linear projection matrix
END
CRPIX1 = -5.493167192E+03 / Reference pixel on this axis
CRPIX2 = -5.233352390E+03 / Reference pixel on this axis
CD1_1 = -5.144900493E-05 / Linear projection matrix
CD1_2 = 1.632911545E-07 / Linear projection matrix
CD2_1 = -4.105280028E-07 / Linear projection matrix
CD2_2 = 5.133942589E-05 / Linear projection matrix
END
CRPIX1 = -7.665119534E+03 / Reference pixel on this axis
CRPIX2 = -5.249515266E+03 / Reference pixel on this axis
CD1_1 = -5.113842829E-05 / Linear projection matrix
CD1_2 = 2.261235029E-07 / Linear projection matrix
CD2_1 = -4.183176213E-07 / Linear projection matrix
CD2_2 = 5.124354694E-05 / Linear projection matrix
END
CRPIX1 = 9.483685849E+03 / Reference pixel on this axis
CRPIX2 = -1.493757895E+02 / Reference pixel on this axis
CD1_1 = -5.124290732E-05 / Linear projection matrix
CD1_2 = -2.628473668E-07 / Linear projection matrix
CD2_1 = 3.615911667E-08 / Linear projection matrix
CD2_2 = 5.168579317E-05 / Linear projection matrix
END
CRPIX1 = 7.315458437E+03 / Reference pixel on this axis
CRPIX2 = -1.299884450E+02 / Reference pixel on this axis
CD1_1 = -5.156002954E-05 / Linear projection matrix
CD1_2 = -2.092726126E-07 / Linear projection matrix
CD2_1 = -5.458619254E-08 / Linear projection matrix
CD2_2 = 5.177867794E-05 / Linear projection matrix
END
CRPIX1 = 5.175019275E+03 / Reference pixel on this axis
CRPIX2 = -1.239839825E+02 / Reference pixel on this axis
CD1_1 = -5.180925063E-05 / Linear projection matrix
CD1_2 = -2.181854305E-07 / Linear projection matrix
CD2_1 = -7.149423587E-08 / Linear projection matrix
CD2_2 = 5.186092571E-05 / Linear projection matrix
END
CRPIX1 = 3.048497235E+03 / Reference pixel on this axis
CRPIX2 = -1.221656858E+02 / Reference pixel on this axis
CD1_1 = -5.193659086E-05 / Linear projection matrix
CD1_2 = -1.665836105E-07 / Linear projection matrix
CD2_1 = -1.005716607E-07 / Linear projection matrix
CD2_2 = 5.190743442E-05 / Linear projection matrix
END
CRPIX1 = 9.300872091E+02 / Reference pixel on this axis
CRPIX2 = -1.210780358E+02 / Reference pixel on this axis
CD1_1 = -5.197987259E-05 / Linear projection matrix
CD1_2 = -1.449656256E-07 / Linear projection matrix
CD2_1 = -1.452542064E-07 / Linear projection matrix
CD2_2 = 5.192237819E-05 / Linear projection matrix
END
CRPIX1 = -1.188587791E+03 / Reference pixel on this axis
CRPIX2 = -1.182617799E+02 / Reference pixel on this axis
CD1_1 = -5.194303704E-05 / Linear projection matrix
CD1_2 = -1.144405285E-07 / Linear projection matrix
CD2_1 = -1.279427603E-07 / Linear projection matrix
CD2_2 = 5.190732220E-05 / Linear projection matrix
END
CRPIX1 = -3.318437342E+03 / Reference pixel on this axis
CRPIX2 = -1.259913906E+02 / Reference pixel on this axis
CD1_1 = -5.175973451E-05 / Linear projection matrix
CD1_2 = -7.539742746E-08 / Linear projection matrix
CD2_1 = -1.888363064E-07 / Linear projection matrix
CD2_2 = 5.185387894E-05 / Linear projection matrix
END
CRPIX1 = -5.452181038E+03 / Reference pixel on this axis
CRPIX2 = -1.366565248E+02 / Reference pixel on this axis
CD1_1 = -5.160718567E-05 / Linear projection matrix
CD1_2 = -5.387965717E-08 / Linear projection matrix
CD2_1 = -2.427595437E-07 / Linear projection matrix
CD2_2 = 5.178427367E-05 / Linear projection matrix
END
CRPIX1 = -7.616418559E+03 / Reference pixel on this axis
CRPIX2 = -1.245750237E+02 / Reference pixel on this axis
CD1_1 = -5.129628014E-05 / Linear projection matrix
CD1_2 = 1.061611661E-08 / Linear projection matrix
CD2_1 = -1.600395127E-07 / Linear projection matrix
CD2_2 = 5.169473144E-05 / Linear projection matrix
END
CRPIX1 = 9.469982913E+03 / Reference pixel on this axis
CRPIX2 = 4.561538607E+03 / Reference pixel on this axis
CD1_1 = -5.130888498E-05 / Linear projection matrix
CD1_2 = -1.045222272E-08 / Linear projection matrix
CD2_1 = -2.523697923E-07 / Linear projection matrix
CD2_2 = 5.168445277E-05 / Linear projection matrix
END
CRPIX1 = 7.314546863E+03 / Reference pixel on this axis
CRPIX2 = 4.554079631E+03 / Reference pixel on this axis
CD1_1 = -5.156268078E-05 / Linear projection matrix
CD1_2 = -6.712780554E-08 / Linear projection matrix
CD2_1 = -2.432455016E-07 / Linear projection matrix
CD2_2 = 5.176858868E-05 / Linear projection matrix
END
CRPIX1 = 5.172972127E+03 / Reference pixel on this axis
CRPIX2 = 4.547026015E+03 / Reference pixel on this axis
CD1_1 = -5.179867626E-05 / Linear projection matrix
CD1_2 = -8.937520882E-08 / Linear projection matrix
CD2_1 = -2.043765665E-07 / Linear projection matrix
CD2_2 = 5.186455820E-05 / Linear projection matrix
END
CRPIX1 = 3.045524488E+03 / Reference pixel on this axis
CRPIX2 = 4.543481260E+03 / Reference pixel on this axis
CD1_1 = -5.190717568E-05 / Linear projection matrix
CD1_2 = -1.122467853E-07 / Linear projection matrix
CD2_1 = -1.762069396E-07 / Linear projection matrix
CD2_2 = 5.190139269E-05 / Linear projection matrix
END
CRPIX1 = 9.267556303E+02 / Reference pixel on this axis
CRPIX2 = 4.541659814E+03 / Reference pixel on this axis
CD1_1 = -5.196543496E-05 / Linear projection matrix
CD1_2 = -1.746166963E-07 / Linear projection matrix
CD2_1 = -1.433651312E-07 / Linear projection matrix
CD2_2 = 5.192177829E-05 / Linear projection matrix
END
CRPIX1 = -1.197695404E+03 / Reference pixel on this axis
CRPIX2 = 4.537758999E+03 / Reference pixel on this axis
CD1_1 = -5.189782651E-05 / Linear projection matrix
CD1_2 = -2.371036860E-07 / Linear projection matrix
CD2_1 = -2.125894539E-07 / Linear projection matrix
CD2_2 = 5.189069465E-05 / Linear projection matrix
END
CRPIX1 = -3.319852332E+03 / Reference pixel on this axis
CRPIX2 = 4.546806855E+03 / Reference pixel on this axis
CD1_1 = -5.177841752E-05 / Linear projection matrix
CD1_2 = -2.240993033E-07 / Linear projection matrix
CD2_1 = -6.654906352E-08 / Linear projection matrix
CD2_2 = 5.184264130E-05 / Linear projection matrix
END
CRPIX1 = -5.464145557E+03 / Reference pixel on this axis
CRPIX2 = 4.550176470E+03 / Reference pixel on this axis
CD1_1 = -5.154214380E-05 / Linear projection matrix
CD1_2 = -2.646994986E-07 / Linear projection matrix
CD2_1 = -6.255979925E-08 / Linear projection matrix
CD2_2 = 5.176183567E-05 / Linear projection matrix
END
CRPIX1 = -7.615691198E+03 / Reference pixel on this axis
CRPIX2 = 4.561479631E+03 / Reference pixel on this axis
CD1_1 = -5.129562633E-05 / Linear projection matrix
CD1_2 = -2.673749624E-07 / Linear projection matrix
CD2_1 = -1.174595517E-08 / Linear projection matrix
CD2_2 = 5.166739311E-05 / Linear projection matrix
END
CRPIX1 = 9.518051167E+03 / Reference pixel on this axis
CRPIX2 = 9.687718773E+03 / Reference pixel on this axis
CD1_1 = -5.113539254E-05 / Linear projection matrix
CD1_2 = 2.204513437E-07 / Linear projection matrix
CD2_1 = -5.269847101E-07 / Linear projection matrix
CD2_2 = 5.121824112E-05 / Linear projection matrix
END
CRPIX1 = 7.346777736E+03 / Reference pixel on this axis
CRPIX2 = 9.645217409E+03 / Reference pixel on this axis
CD1_1 = -5.143503667E-05 / Linear projection matrix
CD1_2 = 1.313819485E-07 / Linear projection matrix
CD2_1 = -3.982166034E-07 / Linear projection matrix
CD2_2 = 5.137004561E-05 / Linear projection matrix
END
CRPIX1 = 5.195431528E+03 / Reference pixel on this axis
CRPIX2 = 9.641470651E+03 / Reference pixel on this axis
CD1_1 = -5.163294026E-05 / Linear projection matrix
CD1_2 = 3.899178214E-08 / Linear projection matrix
CD2_1 = -3.892637585E-07 / Linear projection matrix
CD2_2 = 5.137150886E-05 / Linear projection matrix
END
CRPIX1 = 3.056576782E+03 / Reference pixel on this axis
CRPIX2 = 9.627450963E+03 / Reference pixel on this axis
CD1_1 = -5.174483738E-05 / Linear projection matrix
CD1_2 = -7.189112243E-08 / Linear projection matrix
CD2_1 = -2.152465763E-07 / Linear projection matrix
CD2_2 = 5.141177370E-05 / Linear projection matrix
END
CRPIX1 = 9.237699155E+02 / Reference pixel on this axis
CRPIX2 = 9.620314179E+03 / Reference pixel on this axis
CD1_1 = -5.183257873E-05 / Linear projection matrix
CD1_2 = -1.746020310E-07 / Linear projection matrix
CD2_1 = -1.678741636E-07 / Linear projection matrix
CD2_2 = 5.144833602E-05 / Linear projection matrix
END
CRPIX1 = -1.206066305E+03 / Reference pixel on this axis
CRPIX2 = 9.618061465E+03 / Reference pixel on this axis
CD1_1 = -5.174622973E-05 / Linear projection matrix
CD1_2 = -2.592727974E-07 / Linear projection matrix
CD2_1 = -8.225746749E-08 / Linear projection matrix
CD2_2 = 5.148521673E-05 / Linear projection matrix
END
CRPIX1 = -3.346338507E+03 / Reference pixel on this axis
CRPIX2 = 9.632157901E+03 / Reference pixel on this axis
CD1_1 = -5.162754766E-05 / Linear projection matrix
CD1_2 = -3.684399260E-07 / Linear projection matrix
CD2_1 = 4.749394215E-08 / Linear projection matrix
CD2_2 = 5.141777563E-05 / Linear projection matrix
END
CRPIX1 = -5.499167850E+03 / Reference pixel on this axis
CRPIX2 = 9.664057939E+03 / Reference pixel on this axis
CD1_1 = -5.141081564E-05 / Linear projection matrix
CD1_2 = -4.370366832E-07 / Linear projection matrix
CD2_1 = 1.865452308E-07 / Linear projection matrix
CD2_2 = 5.128549707E-05 / Linear projection matrix
END
CRPIX1 = -7.665582988E+03 / Reference pixel on this axis
CRPIX2 = 9.689417575E+03 / Reference pixel on this axis
CD1_1 = -5.114121370E-05 / Linear projection matrix
CD1_2 = -4.992009460E-07 / Linear projection matrix
CD2_1 = 2.717330349E-07 / Linear projection matrix
CD2_2 = 5.120512680E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MEGAPRIME@CFHT.ini 0000664 0000000 0000000 00000006157 14306405457 0021021 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MEGAPRIME@CFHT
INSTSHORT=MEGAPRIME
# Number of chips
NCHIPS=36
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.186
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=5 [2]=5 [3]=5 [4]=5 [5]=5 [6]=5 [7]=5 [8]=5 [9]=5 [10]=5 [11]=5 [12]=5 [13]=5 [14]=5 [15]=5 [16]=5 [17]=5 [18]=5 [19]=5 [20]=5 [21]=5 [22]=5 [23]=5 [24]=5 [25]=5 [26]=5 [27]=5 [28]=5 [29]=5 [30]=5 [31]=5 [32]=5 [33]=5 [34]=5 [35]=5 [36]=5)
OVSCANX2=([1]=30 [2]=30 [3]=30 [4]=30 [5]=30 [6]=30 [7]=30 [8]=30 [9]=30 [10]=30 [11]=30 [12]=30 [13]=30 [14]=30 [15]=30 [16]=30 [17]=30 [18]=30 [19]=30 [20]=30 [21]=30 [22]=30 [23]=30 [24]=30 [25]=30 [26]=30 [27]=30 [28]=30 [29]=30 [30]=30 [31]=30 [32]=30 [33]=30 [34]=30 [35]=30 [36]=30)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=35 [2]=35 [3]=35 [4]=35 [5]=35 [6]=35 [7]=35 [8]=35 [9]=35 [10]=35 [11]=35 [12]=35 [13]=35 [14]=35 [15]=35 [16]=35 [17]=35 [18]=35 [19]=38 [20]=38 [21]=38 [22]=38 [23]=38 [24]=38 [25]=38 [26]=38 [27]=38 [28]=38 [29]=38 [30]=38 [31]=38 [32]=38 [33]=38 [34]=38 [35]=38 [36]=38)
CUTY=([1]=34 [2]=34 [3]=34 [4]=34 [5]=34 [6]=34 [7]=34 [8]=34 [9]=34 [10]=34 [11]=34 [12]=34 [13]=34 [14]=34 [15]=34 [16]=34 [17]=34 [18]=34 [19]=3 [20]=3 [21]=3 [22]=3 [23]=3 [24]=3 [25]=3 [26]=3 [27]=3 [28]=3 [29]=3 [30]=3 [31]=3 [32]=3 [33]=3 [34]=3 [35]=3 [36]=3)
SIZEX=([1]=2041 [2]=2041 [3]=2041 [4]=2041 [5]=2041 [6]=2041 [7]=2041 [8]=2041 [9]=2041 [10]=2041 [11]=2041 [12]=2041 [13]=2041 [14]=2041 [15]=2041 [16]=2041 [17]=2041 [18]=2041 [19]=2041 [20]=2041 [21]=2041 [22]=2041 [23]=2041 [24]=2041 [25]=2041 [26]=2041 [27]=2041 [28]=2041 [29]=2041 [30]=2041 [31]=2041 [32]=2041 [33]=2041 [34]=2041 [35]=2041 [36]=2041)
SIZEY=([1]=4607 [2]=4607 [3]=4607 [4]=4607 [5]=4607 [6]=4607 [7]=4607 [8]=4607 [9]=4607 [10]=4607 [11]=4607 [12]=4607 [13]=4607 [14]=4607 [15]=4607 [16]=4607 [17]=4607 [18]=4607 [19]=4607 [20]=4607 [21]=4607 [22]=4607 [23]=4607 [24]=4607 [25]=4607 [26]=4607 [27]=4607 [28]=4607 [29]=4607 [30]=4607 [31]=4607 [32]=4607 [33]=4607 [34]=4607 [35]=4607 [36]=4607)
# Reference pixels for each chip.
REFPIXX=([1]=-7300 [2]=-5220 [3]=-3118 [4]=-1023 [5]=1083 [6]=3191 [7]=5312 [8]=7394 [9]=9486 [10]=-7346 [11]=-5257 [12]=-3156 [13]=-1049 [14]=1066 [15]=3180 [16]=5308 [17]=7393 [18]=9487 [19]=9496 [20]=7402 [21]=5295 [22]=3179 [23]=1066 [24]=-1053 [25]=-3168 [26]=-5233 [27]=-7348 [28]=9498 [29]=7405 [30]=5303 [31]=3194 [32]=1091 [33]=-1017 [34]=-3121 [35]=-5230 [36]=-7308)
REFPIXY=([1]=9635 [2]=9647 [3]=9640 [4]=9653 [5]=9639 [6]=9639 [7]=9609 [8]=9587 [9]=9576 [10]=4642 [11]=4649 [12]=4643 [13]=4638 [14]=4633 [15]=4624 [16]=4613 [17]=4610 [18]=4592 [19]=4587 [20]=4606 [21]=4613 [22]=4625 [23]=4633 [24]=4637 [25]=4649 [26]=4632 [27]=4644 [28]=9574 [29]=9596 [30]=9612 [31]=9631 [32]=9634 [33]=9643 [34]=9643 [35]=9651 [36]=9639)
TYPE=OPT
THELI-3.1.4/config/instruments/MEGAPRIME_ELIXIR@CFHT.ini 0000664 0000000 0000000 00000016131 14306405457 0022066 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MEGAPRIME_ELIXIR@CFHT
INSTSHORT=MEGAPRIME
# Number of chips
NCHIPS=36
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.186
GAIN=1.62
# Overscan regions.
OVSCANX1=([1]=5 [2]=5 [3]=5 [4]=5 [5]=5 [6]=5 [7]=5 [8]=5 [9]=5 [10]=5 [11]=5 [12]=5 [13]=5 [14]=5 [15]=5 [16]=5 [17]=5 [18]=5 [19]=5 [20]=5 [21]=5 [22]=5 [23]=5 [24]=5 [25]=5 [26]=5 [27]=5 [28]=5 [29]=5 [30]=5 [31]=5 [32]=5 [33]=5 [34]=5 [35]=5 [36]=5)
OVSCANX2=([1]=30 [2]=30 [3]=30 [4]=30 [5]=30 [6]=30 [7]=30 [8]=30 [9]=30 [10]=30 [11]=30 [12]=30 [13]=30 [14]=30 [15]=30 [16]=30 [17]=30 [18]=30 [19]=30 [20]=30 [21]=30 [22]=30 [23]=30 [24]=30 [25]=30 [26]=30 [27]=30 [28]=30 [29]=30 [30]=30 [31]=30 [32]=30 [33]=30 [34]=30 [35]=30 [36]=30)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=35 [2]=35 [3]=35 [4]=35 [5]=35 [6]=35 [7]=35 [8]=35 [9]=35 [10]=35 [11]=35 [12]=35 [13]=35 [14]=35 [15]=35 [16]=35 [17]=35 [18]=35 [19]=38 [20]=38 [21]=38 [22]=38 [23]=38 [24]=38 [25]=38 [26]=38 [27]=38 [28]=38 [29]=38 [30]=38 [31]=38 [32]=38 [33]=38 [34]=38 [35]=38 [36]=38)
CUTY=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=3 [10]=3 [11]=3 [12]=3 [13]=3 [14]=3 [15]=3 [16]=3 [17]=3 [18]=3 [19]=34 [20]=34 [21]=34 [22]=34 [23]=34 [24]=34 [25]=34 [26]=34 [27]=34 [28]=34 [29]=34 [30]=34 [31]=34 [32]=34 [33]=34 [34]=34 [35]=34 [36]=34)
SIZEX=([1]=2043 [2]=2043 [3]=2043 [4]=2043 [5]=2043 [6]=2043 [7]=2043 [8]=2043 [9]=2043 [10]=2043 [11]=2043 [12]=2043 [13]=2043 [14]=2043 [15]=2043 [16]=2043 [17]=2043 [18]=2043 [19]=2043 [20]=2043 [21]=2043 [22]=2043 [23]=2043 [24]=2043 [25]=2043 [26]=2043 [27]=2043 [28]=2043 [29]=2043 [30]=2043 [31]=2043 [32]=2043 [33]=2043 [34]=2043 [35]=2043 [36]=2043)
SIZEY=([1]=4606 [2]=4606 [3]=4606 [4]=4606 [5]=4606 [6]=4606 [7]=4606 [8]=4606 [9]=4606 [10]=4606 [11]=4606 [12]=4606 [13]=4606 [14]=4606 [15]=4606 [16]=4606 [17]=4606 [18]=4606 [19]=4606 [20]=4606 [21]=4606 [22]=4606 [23]=4606 [24]=4606 [25]=4606 [26]=4606 [27]=4606 [28]=4606 [29]=4606 [30]=4606 [31]=4606 [32]=4606 [33]=4606 [34]=4606 [35]=4606 [36]=4606)
# Reference pixels for each chip.
REFPIXX=([1]=-7300.4 [2]=-5220.2 [3]=-3118.8 [4]=-1023.5 [5]=1083.9 [6]=3191.2 [7]=5312.4 [8]=7394.6 [9]=9486.6 [10]=-7346.7 [11]=-5257.2 [12]=-3156.8 [13]=-1049.3 [14]=1066.2 [15]=3180.8 [16]=5308.3 [17]=7393.9 [18]=9487.0 [19]=9496.3 [20]=7402.2 [21]=5295.4 [22]=3179.9 [23]=1066.2 [24]=-1053.7 [25]=-3168.1 [26]=-5233.7 [27]=-7348.7 [28]=9498.2 [29]=7405.4 [30]=5303.0 [31]=3194.3 [32]=1091.0 [33]=-1017.7 [34]=-3121.3 [35]=-5230.7 [36]=-7308.7)
REFPIXY=([1]=9635.9 [2]=9647.5 [3]=9640.5 [4]=9653.2 [5]=9639.9 [6]=9639.9 [7]=9609.0 [8]=9587.7 [9]=9576.0 [10]=4642.5 [11]=4649.7 [12]=4643.3 [13]=4638.0 [14]=4633.7 [15]=4624.1 [16]=4613.1 [17]=4610.4 [18]=4592.2 [19]=4587.2 [20]=4606.1 [21]=4613.0 [22]=4625.3 [23]=4633.7 [24]=4637.7 [25]=4649.4 [26]=4632.5 [27]=4644.8 [28]=9574.1 [29]=9596.6 [30]=9612.3 [31]=9631.1 [32]=9634.0 [33]=9643.7 [34]=9643.4 [35]=9651.0 [36]=9639.7)
CD11=([1]=5.194000e-05 [2]=5.194000e-05 [3]=5.194000e-05 [4]=5.194000e-05 [5]=5.194000e-05 [6]=5.194000e-05 [7]=5.194000e-05 [8]=5.194000e-05 [9]=5.194000e-05 [10]=5.194000e-05 [11]=5.194000e-05 [12]=5.194000e-05 [13]=5.194000e-05 [14]=5.194000e-05 [15]=5.194000e-05 [16]=5.194000e-05 [17]=5.194000e-05 [18]=5.194000e-05 [19]=-5.194000e-05 [20]=-5.194000e-05 [21]=-5.194000e-05 [22]=-5.194000e-05 [23]=-5.194000e-05 [24]=-5.194000e-05 [25]=-5.194000e-05 [26]=-5.194000e-05 [27]=-5.194000e-05 [28]=-5.194000e-05 [29]=-5.194000e-05 [30]=-5.194000e-05 [31]=-5.194000e-05 [32]=-5.194000e-05 [33]=-5.194000e-05 [34]=-5.194000e-05 [35]=-5.194000e-05 [36]=-5.194000e-05)
CD12=([1]=0.000000e+00 [2]=0.000000e+00 [3]=0.000000e+00 [4]=0.000000e+00 [5]=0.000000e+00 [6]=0.000000e+00 [7]=0.000000e+00 [8]=0.000000e+00 [9]=0.000000e+00 [10]=0.000000e+00 [11]=0.000000e+00 [12]=0.000000e+00 [13]=0.000000e+00 [14]=0.000000e+00 [15]=0.000000e+00 [16]=0.000000e+00 [17]=0.000000e+00 [18]=0.000000e+00 [19]=0.000000e+00 [20]=0.000000e+00 [21]=0.000000e+00 [22]=0.000000e+00 [23]=0.000000e+00 [24]=0.000000e+00 [25]=0.000000e+00 [26]=0.000000e+00 [27]=0.000000e+00 [28]=0.000000e+00 [29]=0.000000e+00 [30]=0.000000e+00 [31]=0.000000e+00 [32]=0.000000e+00 [33]=0.000000e+00 [34]=0.000000e+00 [35]=0.000000e+00 [36]=0.000000e+00)
CD21=([1]=0.000000e+00 [2]=0.000000e+00 [3]=0.000000e+00 [4]=0.000000e+00 [5]=0.000000e+00 [6]=0.000000e+00 [7]=0.000000e+00 [8]=0.000000e+00 [9]=0.000000e+00 [10]=0.000000e+00 [11]=0.000000e+00 [12]=0.000000e+00 [13]=0.000000e+00 [14]=0.000000e+00 [15]=0.000000e+00 [16]=0.000000e+00 [17]=0.000000e+00 [18]=0.000000e+00 [19]=0.000000e+00 [20]=0.000000e+00 [21]=0.000000e+00 [22]=0.000000e+00 [23]=0.000000e+00 [24]=0.000000e+00 [25]=0.000000e+00 [26]=0.000000e+00 [27]=0.000000e+00 [28]=0.000000e+00 [29]=0.000000e+00 [30]=0.000000e+00 [31]=0.000000e+00 [32]=0.000000e+00 [33]=0.000000e+00 [34]=0.000000e+00 [35]=0.000000e+00 [36]=0.000000e+00)
CD22=([1]=-5.194000e-05 [2]=-5.194000e-05 [3]=-5.194000e-05 [4]=-5.194000e-05 [5]=-5.194000e-05 [6]=-5.194000e-05 [7]=-5.194000e-05 [8]=-5.194000e-05 [9]=-5.194000e-05 [10]=-5.194000e-05 [11]=-5.194000e-05 [12]=-5.194000e-05 [13]=-5.194000e-05 [14]=-5.194000e-05 [15]=-5.194000e-05 [16]=-5.194000e-05 [17]=-5.194000e-05 [18]=-5.194000e-05 [19]=5.194000e-05 [20]=5.194000e-05 [21]=5.194000e-05 [22]=5.194000e-05 [23]=5.194000e-05 [24]=5.194000e-05 [25]=5.194000e-05 [26]=5.194000e-05 [27]=5.194000e-05 [28]=5.194000e-05 [29]=5.194000e-05 [30]=5.194000e-05 [31]=5.194000e-05 [32]=5.194000e-05 [33]=5.194000e-05 [34]=5.194000e-05 [35]=5.194000e-05 [36]=5.194000e-05)
M11=([1]=-1 [2]=-1 [3]=-1 [4]=-1 [5]=-1 [6]=-1 [7]=-1 [8]=-1 [9]=-1 [10]=-1 [11]=-1 [12]=-1 [13]=-1 [14]=-1 [15]=-1 [16]=-1 [17]=-1 [18]=-1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1)
M12=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0)
M21=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0 [17]=0 [18]=0 [19]=0 [20]=0 [21]=0 [22]=0 [23]=0 [24]=0 [25]=0 [26]=0 [27]=0 [28]=0 [29]=0 [30]=0 [31]=0 [32]=0 [33]=0 [34]=0 [35]=0 [36]=0)
M22=([1]=-1 [2]=-1 [3]=-1 [4]=-1 [5]=-1 [6]=-1 [7]=-1 [8]=-1 [9]=-1 [10]=-1 [11]=-1 [12]=-1 [13]=-1 [14]=-1 [15]=-1 [16]=-1 [17]=-1 [18]=-1 [19]=1 [20]=1 [21]=1 [22]=1 [23]=1 [24]=1 [25]=1 [26]=1 [27]=1 [28]=1 [29]=1 [30]=1 [31]=1 [32]=1 [33]=1 [34]=1 [35]=1 [36]=1)
IMAGEID=([28]=1 [29]=2 [30]=3 [31]=4 [32]=5 [33]=6 [34]=7 [35]=8 [36]=9 [19]=10 [20]=11 [21]=12 [22]=13 [23]=14 [24]=15 [25]=16 [26]=17 [27]=18 [10]=19 [11]=20 [12]=21 [13]=22 [14]=23 [15]=24 [16]=25 [17]=26 [18]=27 [1]=28 [2]=29 [3]=30 [4]=31 [5]=32 [6]=33 [7]=34 [8]=35 [9]=36)
TYPE=OPT
THELI-3.1.4/config/instruments/MEROPE@MERCATOR.ini 0000664 0000000 0000000 00000001366 14306405457 0021167 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MEROPE@MERCATOR
INSTSHORT=MEROPE
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.1934
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=5)
OVSCANX2=([1]=48)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=50)
CUTY=([1]=2)
SIZEX=([1]=2046)
SIZEY=([1]=2043)
# Reference pixels for each chip.
REFPIXX=([1]=1068)
REFPIXY=([1]=960)
TYPE=OPT
THELI-3.1.4/config/instruments/MMIRS@LCO.ini 0000664 0000000 0000000 00000001351 14306405457 0020262 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MMIRS@LCO
INSTSHORT=MMIRS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.2
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/MMIRS@MMTO.ini 0000664 0000000 0000000 00000001412 14306405457 0020417 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MMIRS@MMTO
INSTSHORT=MMIRS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=31.68
OBSLONG=-110.885
# Pixel scale in arcsec
PIXSCALE=0.2
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=5)
CUTY=([1]=5)
SIZEX=([1]=2044)
SIZEY=([1]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/MOIRCS_200406-200806@SUBARU.ahead 0000664 0000000 0000000 00000001722 14306405457 0022610 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.961223532963E+03 / Reference pixel on this axis
CRPIX2 = 1.012343362744E+03 / Reference pixel on this axis
CD1_1 = -3.196687957941E-05 / Linear projection matrix
CD1_2 = -1.938137874333E-07 / Linear projection matrix
CD2_1 = -1.795347075107E-07 / Linear projection matrix
CD2_2 = 3.193607419085E-05 / Linear projection matrix
END
CRPIX1 = 4.154337427535E+02 / Reference pixel on this axis
CRPIX2 = 1.000756330764E+03 / Reference pixel on this axis
CD1_1 = -3.212713938540E-05 / Linear projection matrix
CD1_2 = -2.935879842887E-07 / Linear projection matrix
CD2_1 = -2.245041834946E-07 / Linear projection matrix
CD2_2 = 3.209776893973E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOIRCS_200406-200806@SUBARU.ini 0000664 0000000 0000000 00000001466 14306405457 0022332 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOIRCS_200406-200806@SUBARU
INSTSHORT=MOIRCS
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.114
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=1)
SIZEX=([1]=2048 [2]=2048)
SIZEY=([1]=2048 [2]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1750 [2]=50)
REFPIXY=([1]=1024 [2]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/MOIRCS_200406-200806@SUBARU_1.reg 0000664 0000000 0000000 00000000365 14306405457 0022545 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(275,2048,1791.2778,2047.7222,1789.5556,7.5,88.944444,3.5,90,674,172,673,193,532,201,499,245,433,1026.4444,434.05556,1026.4444,668.77778,90.333333,674.33333,102,1890)
THELI-3.1.4/config/instruments/MOIRCS_200406-200806@SUBARU_2.reg 0000664 0000000 0000000 00000000231 14306405457 0022536 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(272.05556,1967.6667,1617,1967,1973,1609,1942.3333,99,277.05556,92.055556)
THELI-3.1.4/config/instruments/MOIRCS_200807-201505@SUBARU.ahead 0000664 0000000 0000000 00000001722 14306405457 0022612 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.816956755873E+03 / Reference pixel on this axis
CRPIX2 = 1.028189519400E+03 / Reference pixel on this axis
CD1_1 = -1.586964270374E-05 / Linear projection matrix
CD1_2 = -2.767685801718E-05 / Linear projection matrix
CD2_1 = -2.772810479925E-05 / Linear projection matrix
CD2_2 = 1.593911760342E-05 / Linear projection matrix
END
CRPIX1 = 2.379247470930E+02 / Reference pixel on this axis
CRPIX2 = 1.016894813570E+03 / Reference pixel on this axis
CD1_1 = -1.587517607994E-05 / Linear projection matrix
CD1_2 = -2.787203601857E-05 / Linear projection matrix
CD2_1 = -2.799385742104E-05 / Linear projection matrix
CD2_2 = 1.579560614678E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOIRCS_200807-201505@SUBARU.ini 0000664 0000000 0000000 00000001466 14306405457 0022334 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOIRCS_200807-201505@SUBARU
INSTSHORT=MOIRCS
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.114
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=1)
SIZEX=([1]=2048 [2]=2048)
SIZEY=([1]=2048 [2]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1750 [2]=50)
REFPIXY=([1]=1024 [2]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/MOIRCS_200807-201505@SUBARU_1.reg 0000664 0000000 0000000 00000001031 14306405457 0022536 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(1769.5189,2046.3541,1766.9353,1620.3994,1713.4018,1620.6616,1717.088,1649.9765,1690.9104,1711.6292,1647.8792,1750.6438,1584.4757,1759.8657,1513.6561,1729.6714,1482.7597,1663.9171,1479.0896,1605.1945,1485.3813,1561.1525,1516.8398,1524.9752,1561.9304,1510.2945,1623.2746,1510.8188,1672.5596,1537.0343,1700.3101,1574.4759,1713.4018,1620.3994,1766.8813,1620.2684,1763.2272,1033.3889,1769.5189,9.937564,110.60491,9.937564,118.99386,1027.0972,112.70215,2042.1597)
THELI-3.1.4/config/instruments/MOIRCS_200807-201505@SUBARU_2.reg 0000664 0000000 0000000 00000000231 14306405457 0022540 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(272.05556,1967.6667,1617,1967,1973,1609,1942.3333,99,277.05556,92.055556)
THELI-3.1.4/config/instruments/MOIRCS_201512-today@SUBARU.ahead 0000664 0000000 0000000 00000001722 14306405457 0023170 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.829409447461E+03 / Reference pixel on this axis
CRPIX2 = 1.016049211401E+03 / Reference pixel on this axis
CD1_1 = -1.440651554753E-07 / Linear projection matrix
CD1_2 = 3.187121747448E-05 / Linear projection matrix
CD2_1 = 3.189563232566E-05 / Linear projection matrix
CD2_2 = 1.176379036759E-07 / Linear projection matrix
END
CRPIX1 = 2.218423938535E+02 / Reference pixel on this axis
CRPIX2 = 1.041433887377E+03 / Reference pixel on this axis
CD1_1 = 1.994792277100E-07 / Linear projection matrix
CD1_2 = 3.194170177707E-05 / Linear projection matrix
CD2_1 = 3.197729296792E-05 / Linear projection matrix
CD2_2 = -1.803962617296E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOIRCS_201512-today@SUBARU.ini 0000664 0000000 0000000 00000001467 14306405457 0022713 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOIRCS_201512-today@SUBARU
INSTSHORT=MOIRCS
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.117
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1)
CUTY=([1]=1 [2]=1)
SIZEX=([1]=2048 [2]=2048)
SIZEY=([1]=2048 [2]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1750 [2]=50)
REFPIXY=([1]=1024 [2]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/MOIRCS_201512-today@SUBARU_1.reg 0000664 0000000 0000000 00000000154 14306405457 0023121 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(6,2043,1801,2042,1799,8,7,7)
THELI-3.1.4/config/instruments/MOIRCS_201512-today@SUBARU_2.reg 0000664 0000000 0000000 00000000264 14306405457 0023124 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(266.99864,2040.0029,1611.9995,2038.9953,2035.0031,1638.0018,2029.9966,6.9994745,266.99926,8.0060371)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m.ahead 0000664 0000000 0000000 00000017100 14306405457 0021772 0 ustar 00root root 0000000 0000000 CRPIX1 = -2.240391900200E+03 / Reference pixel on this axis
CRPIX2 = 4.264764810831E+03 / Reference pixel on this axis
CD1_1 = 5.240000160396E-07 / Linear projection matrix
CD1_2 = 7.109270224599E-05 / Linear projection matrix
CD2_1 = 7.108280301400E-05 / Linear projection matrix
CD2_2 = 9.063083184049E-07 / Linear projection matrix
END
CRPIX1 = -1.291457838785E+02 / Reference pixel on this axis
CRPIX2 = 4.230114749847E+03 / Reference pixel on this axis
CD1_1 = -1.116010354577E-08 / Linear projection matrix
CD1_2 = 7.150697001660E-05 / Linear projection matrix
CD2_1 = 7.218410103915E-05 / Linear projection matrix
CD2_2 = 4.828374008596E-07 / Linear projection matrix
END
CRPIX1 = -2.212427277821E+03 / Reference pixel on this axis
CRPIX2 = 2.157548055651E+03 / Reference pixel on this axis
CD1_1 = -7.211289586633E-09 / Linear projection matrix
CD1_2 = 7.215066041286E-05 / Linear projection matrix
CD2_1 = 7.145988846780E-05 / Linear projection matrix
CD2_2 = 4.924669104465E-07 / Linear projection matrix
END
CRPIX1 = -1.203440923285E+02 / Reference pixel on this axis
CRPIX2 = 2.148771123456E+03 / Reference pixel on this axis
CD1_1 = -1.444307151781E-07 / Linear projection matrix
CD1_2 = 7.250160893351E-05 / Linear projection matrix
CD2_1 = 7.250082330445E-05 / Linear projection matrix
CD2_2 = 3.399803080287E-07 / Linear projection matrix
END
CRPIX1 = 2.152964138345E+03 / Reference pixel on this axis
CRPIX2 = 4.231132807954E+03 / Reference pixel on this axis
CD1_1 = -5.439400258712E-07 / Linear projection matrix
CD1_2 = 7.154915939761E-05 / Linear projection matrix
CD2_1 = 7.216804419756E-05 / Linear projection matrix
CD2_2 = 6.232108578748E-08 / Linear projection matrix
END
CRPIX1 = 4.249623180171E+03 / Reference pixel on this axis
CRPIX2 = 4.251467218885E+03 / Reference pixel on this axis
CD1_1 = -8.737883270487E-07 / Linear projection matrix
CD1_2 = 7.124881258191E-05 / Linear projection matrix
CD2_1 = 7.129442755058E-05 / Linear projection matrix
CD2_2 = -2.758179362924E-07 / Linear projection matrix
END
CRPIX1 = 2.144397027216E+03 / Reference pixel on this axis
CRPIX2 = 2.151211490789E+03 / Reference pixel on this axis
CD1_1 = -3.994211345402E-07 / Linear projection matrix
CD1_2 = 7.250137303814E-05 / Linear projection matrix
CD2_1 = 7.249349539638E-05 / Linear projection matrix
CD2_2 = 2.035196029964E-07 / Linear projection matrix
END
CRPIX1 = 4.233845299888E+03 / Reference pixel on this axis
CRPIX2 = 2.160905870614E+03 / Reference pixel on this axis
CD1_1 = -5.478579971139E-07 / Linear projection matrix
CD1_2 = 7.215845683145E-05 / Linear projection matrix
CD2_1 = 7.148412203057E-05 / Linear projection matrix
CD2_2 = 9.091114694374E-08 / Linear projection matrix
END
CRPIX1 = -1.192892756485E+02 / Reference pixel on this axis
CRPIX2 = -2.187854166095E+03 / Reference pixel on this axis
CD1_1 = -5.604646125635E-07 / Linear projection matrix
CD1_2 = 7.152506193781E-05 / Linear projection matrix
CD2_1 = 7.219487562056E-05 / Linear projection matrix
CD2_2 = 1.336414459416E-07 / Linear projection matrix
END
CRPIX1 = -2.218403204750E+03 / Reference pixel on this axis
CRPIX2 = -2.219755993404E+03 / Reference pixel on this axis
CD1_1 = -1.089827684946E-06 / Linear projection matrix
CD1_2 = 7.116864187015E-05 / Linear projection matrix
CD2_1 = 7.117404056331E-05 / Linear projection matrix
CD2_2 = -1.325323526297E-07 / Linear projection matrix
END
CRPIX1 = -1.112425908423E+02 / Reference pixel on this axis
CRPIX2 = -1.085642230818E+02 / Reference pixel on this axis
CD1_1 = -4.773052941863E-07 / Linear projection matrix
CD1_2 = 7.247425375612E-05 / Linear projection matrix
CD2_1 = 7.249512282950E-05 / Linear projection matrix
CD2_2 = 2.623918690302E-07 / Linear projection matrix
END
CRPIX1 = -2.200950096933E+03 / Reference pixel on this axis
CRPIX2 = -1.172669944298E+02 / Reference pixel on this axis
CD1_1 = -6.098519764509E-07 / Linear projection matrix
CD1_2 = 7.218463631302E-05 / Linear projection matrix
CD2_1 = 7.150558897240E-05 / Linear projection matrix
CD2_2 = 1.326833959551E-07 / Linear projection matrix
END
CRPIX1 = 4.263108885419E+03 / Reference pixel on this axis
CRPIX2 = -2.210882950241E+03 / Reference pixel on this axis
CD1_1 = 4.453226196947E-07 / Linear projection matrix
CD1_2 = 7.115857154245E-05 / Linear projection matrix
CD2_1 = 7.123779293180E-05 / Linear projection matrix
CD2_2 = 9.465383003069E-07 / Linear projection matrix
END
CRPIX1 = 2.158855194168E+03 / Reference pixel on this axis
CRPIX2 = -2.182305376857E+03 / Reference pixel on this axis
CD1_1 = -6.420715271478E-08 / Linear projection matrix
CD1_2 = 7.147869183843E-05 / Linear projection matrix
CD2_1 = 7.216466723943E-05 / Linear projection matrix
CD2_2 = 5.091879776952E-07 / Linear projection matrix
END
CRPIX1 = 4.241969192067E+03 / Reference pixel on this axis
CRPIX2 = -1.099428366859E+02 / Reference pixel on this axis
CD1_1 = -2.994819040711E-08 / Linear projection matrix
CD1_2 = 7.215330736080E-05 / Linear projection matrix
CD2_1 = 7.146793203965E-05 / Linear projection matrix
CD2_2 = 5.342222155666E-07 / Linear projection matrix
END
CRPIX1 = 2.150865946974E+03 / Reference pixel on this axis
CRPIX2 = -9.962987954378E+01 / Reference pixel on this axis
CD1_1 = -1.936555522489E-07 / Linear projection matrix
CD1_2 = 7.250836868715E-05 / Linear projection matrix
CD2_1 = 7.250046646658E-05 / Linear projection matrix
CD2_2 = 3.916356409922E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m.ini 0000664 0000000 0000000 00000003242 14306405457 0021511 0 ustar 00root root 0000000 0000000 INSTRUMENT=MOSAIC-III@KPNO_4m
NCHIPS=16
# Geographic location
OBSLAT=31.95
OBSLONG=-111.6
# Plate scale
PIXSCALE=0.257
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=2066 [2]=2066 [3]=2066 [4]=2066 [5]=2066 [6]=2066 [7]=2066 [8]=2066 [9]=2066 [10]=2066 [11]=2066 [12]=2066 [13]=2066 [14]=2066 [15]=2066 [16]=2066)
OVSCANX2=([1]=2111 [2]=2111 [3]=2111 [4]=2111 [5]=2111 [6]=2111 [7]=2111 [8]=2111 [9]=2111 [10]=2111 [11]=2111 [12]=2111 [13]=2111 [14]=2111 [15]=2111 [16]=2111)
OVSCANY1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
CUTX=([1]=3 [2]=9 [3]=3 [4]=9 [5]=3 [6]=9 [7]=3 [8]=9 [9]=9 [10]=3 [11]=9 [12]=3 [13]=9 [14]=3 [15]=9 [16]=3)
CUTY=([1]=18 [2]=18 [3]=48 [4]=48 [5]=18 [6]=18 [7]=48 [8]=48 [9]=48 [10]=48 [11]=18 [12]=18 [13]=48 [14]=48 [15]=18 [16]=18)
SIZEX=([1]=2056 [2]=2056 [3]=2056 [4]=2056 [5]=2056 [6]=2056 [7]=2056 [8]=2056 [9]=2056 [10]=2056 [11]=2056 [12]=2056 [13]=2056 [14]=2056 [15]=2056 [16]=2056)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048 [11]=2048 [12]=2048 [13]=2048 [14]=2048 [15]=2048 [16]=2048)
REFPIXX=([1]=-2240 [2]=-129 [3]=-2212 [4]=-120 [5]=2152 [6]=4249 [7]=2144 [8]=4233 [9]=-119 [10]=-2218 [11]=-111 [12]=-2200 [13]=4263 [14]=2158 [15]=4241 [16]=2150)
REFPIXY=([1]=4264 [2]=4230 [3]=2157 [4]=2148 [5]=4231 [6]=4251 [7]=2151 [8]=2160 [9]=-2187 [10]=-2219 [11]=-108 [12]=-117 [13]=-2210 [14]=-2182 [15]=-109 [16]=-99)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_1.reg 0000664 0000000 0000000 00000000231 14306405457 0021722 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(3.6716324,2044.7655,1867.143,2047.4606,1859.7258,40.367421,3.5728507,32.950226)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_10.reg 0000664 0000000 0000000 00000000233 14306405457 0022004 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(3.6716324,2031.7854,1867.143,2034.4805,1863.4344,-1.0036199,3.5728507,-1.0036199)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_11.reg 0000664 0000000 0000000 00000000230 14306405457 0022002 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(6.9621729,2043.8722,2058.1358,2044.8643,2058.1358,27.38733,7.2814479,27.38733)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_12.reg 0000664 0000000 0000000 00000000231 14306405457 0022004 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(3.6716324,2044.7655,1867.143,2047.4606,1859.7258,40.367421,3.5728507,32.950226)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_13.reg 0000664 0000000 0000000 00000000232 14306405457 0022006 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(120.49245,2013.2424,2054.4271,2017.0498,2052.3611,2.6054299,120.39367,1.4271491)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_14.reg 0000664 0000000 0000000 00000000234 14306405457 0022011 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(1.399277,2016.0577,2052.5729,2017.0498,2052.5729,-0.42714932,1.718552,-0.42714932)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_15.reg 0000664 0000000 0000000 00000000231 14306405457 0022007 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(164.99561,2039.2026,2054.4271,2046.7186,2054.2154,20.671493,164.89683,27.38733)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_16.reg 0000664 0000000 0000000 00000000226 14306405457 0022014 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(1.399277,2042.0179,2052.5729,2043.01,2052.5729,25.533032,1.718552,25.533032)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_2.reg 0000664 0000000 0000000 00000000230 14306405457 0021722 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(7.2814165,2043.01,2056.2814,2046.7186,2048.8643,38.513122,5.4271493,40.367421)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_3.reg 0000664 0000000 0000000 00000000231 14306405457 0021724 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(3.6716324,2015.0967,1867.143,2017.7918,1883.8317,3.8705882,3.5728507,3.2814477)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_4.reg 0000664 0000000 0000000 00000000234 14306405457 0021730 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(14.433484,2011.7059,2056.2814,2011.4869,2054.9041,-0.2561086,11.466968,-0.2561086)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_5.reg 0000664 0000000 0000000 00000000231 14306405457 0021726 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(1.399277,2047.5808,2055.8045,2047.7385,2057.6588,43.241629,3.0959276,56.221719)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_6.reg 0000664 0000000 0000000 00000000232 14306405457 0021730 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(114.83077,2046.7186,2055.8045,2047.7385,2054.4271,38.513122,112.97647,31.095928)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_7.reg 0000664 0000000 0000000 00000000234 14306405457 0021733 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(1.399277,2016.0577,2052.5729,2017.0498,2052.5729,-0.42714932,1.718552,-0.42714932)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_8.reg 0000664 0000000 0000000 00000000231 14306405457 0021731 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(116.68507,2022.6127,2057.6588,2023.6326,2054.4271,1.4271493,118.53937,3.281448)
THELI-3.1.4/config/instruments/MOSAIC-III@KPNO_4m_9.reg 0000664 0000000 0000000 00000000234 14306405457 0021735 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(1.399277,2016.0577,2052.5729,2017.0498,2052.5729,-0.42714932,1.718552,-0.42714932)
THELI-3.1.4/config/instruments/MOSAIC-III_4@KPNO_4m.ini 0000664 0000000 0000000 00000001206 14306405457 0021732 0 ustar 00root root 0000000 0000000 INSTRUMENT=MOSAIC-III_4@KPNO_4m
NCHIPS=4
# Geographic location
OBSLAT=31.95
OBSLONG=-111.6
# Plate scale
PIXSCALE=0.257
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANY1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANY2=([1]=0 [2]=0 [3]=0 [4]=0)
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=4112 [2]=4112 [3]=4112 [4]=4112)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096)
REFPIXX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
REFPIXY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/MOSAIC-III_4@KPNO_4m_1.reg 0000664 0000000 0000000 00000000165 14306405457 0022153 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(5.3500668,4072.6499,3953,4073,3941,57,5,45)
THELI-3.1.4/config/instruments/MOSAIC-III_4@KPNO_4m_2.reg 0000664 0000000 0000000 00000000167 14306405457 0022156 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(161.35007,4072.6499,4109,4073,4097,57,161,45)
THELI-3.1.4/config/instruments/MOSAIC-III_4@KPNO_4m_3.reg 0000664 0000000 0000000 00000000165 14306405457 0022155 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(5.3500668,4072.6499,3953,4073,3949,33,5,45)
THELI-3.1.4/config/instruments/MOSAIC-III_4@KPNO_4m_4.reg 0000664 0000000 0000000 00000000167 14306405457 0022160 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(157.35007,4064.6499,4105,4065,4093,49,157,37)
THELI-3.1.4/config/instruments/MOSAIC-II_15@CTIO.ahead 0000664 0000000 0000000 00000007510 14306405457 0021561 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.385776026E+03 / Reference pixel on this axis
CRPIX2 = 4.199929111E+03 / Reference pixel on this axis
CD1_1 = -2.598598846E-06 / Linear projection matrix
CD1_2 = 7.372960962E-05 / Linear projection matrix
CD2_1 = 7.316578211E-05 / Linear projection matrix
CD2_2 = 1.346184015E-06 / Linear projection matrix
END
CRPIX1 = 2.243964417E+03 / Reference pixel on this axis
CRPIX2 = 4.156214408E+03 / Reference pixel on this axis
CD1_1 = -1.932681548E-06 / Linear projection matrix
CD1_2 = 7.430044824E-05 / Linear projection matrix
CD2_1 = 7.461601131E-05 / Linear projection matrix
CD2_2 = 1.652578141E-06 / Linear projection matrix
END
CRPIX1 = 1.328995240E+02 / Reference pixel on this axis
CRPIX2 = 4.154908085E+03 / Reference pixel on this axis
CD1_1 = -1.624415917E-06 / Linear projection matrix
CD1_2 = 7.424437472E-05 / Linear projection matrix
CD2_1 = 7.456064298E-05 / Linear projection matrix
CD2_2 = 2.020116178E-06 / Linear projection matrix
END
CRPIX1 = -3.056069270E+03 / Reference pixel on this axis
CRPIX2 = 4.193735269E+03 / Reference pixel on this axis
CD1_1 = -9.798079151E-07 / Linear projection matrix
CD1_2 = 7.353011973E-05 / Linear projection matrix
CD2_1 = 7.277996409E-05 / Linear projection matrix
CD2_2 = 2.443408604E-06 / Linear projection matrix
END
CRPIX1 = 4.400041472E+03 / Reference pixel on this axis
CRPIX2 = -1.843546076E+01 / Reference pixel on this axis
CD1_1 = -1.192492695E-06 / Linear projection matrix
CD1_2 = 7.371686453E-05 / Linear projection matrix
CD2_1 = 7.320299964E-05 / Linear projection matrix
CD2_2 = 2.475451998E-06 / Linear projection matrix
END
CRPIX1 = 2.249463959E+03 / Reference pixel on this axis
CRPIX2 = 8.372370495E+00 / Reference pixel on this axis
CD1_1 = -1.537812405E-06 / Linear projection matrix
CD1_2 = 7.409689971E-05 / Linear projection matrix
CD2_1 = 7.445230921E-05 / Linear projection matrix
CD2_2 = 2.049698291E-06 / Linear projection matrix
END
CRPIX1 = 1.362658841E+02 / Reference pixel on this axis
CRPIX2 = 8.919800407E+00 / Reference pixel on this axis
CD1_1 = -1.956172391E-06 / Linear projection matrix
CD1_2 = 7.418701509E-05 / Linear projection matrix
CD2_1 = 7.453284595E-05 / Linear projection matrix
CD2_2 = 1.607488755E-06 / Linear projection matrix
END
CRPIX1 = -2.005987455E+03 / Reference pixel on this axis
CRPIX2 = -3.308026261E+01 / Reference pixel on this axis
CD1_1 = -2.583669704E-06 / Linear projection matrix
CD1_2 = 7.365390029E-05 / Linear projection matrix
CD2_1 = 7.316581856E-05 / Linear projection matrix
CD2_2 = 1.234474630E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-II_15@CTIO.ini 0000664 0000000 0000000 00000002233 14306405457 0021273 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-II_15@CTIO
INSTSHORT=MOSAIC-II
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.263
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=14 [2]=2 [3]=2 [4]=1025 [5]=2 [6]=2 [7]=2 [8]=2)
CUTY=([1]=2 [2]=2 [3]=2 [4]=2 [5]=8 [6]=2 [7]=2 [8]=4)
SIZEX=([1]=2034 [2]=2046 [3]=2041 [4]=1022 [5]=2039 [6]=2046 [7]=2046 [8]=2046)
SIZEY=([1]=4095 [2]=4092 [3]=4094 [4]=4094 [5]=4089 [6]=4095 [7]=4095 [8]=4093)
# Reference pixels for each chip.
REFPIXX=([1]=4196 [2]=2045 [3]=-61 [4]=-3230 [5]=4197 [6]=2047 [7]=-67 [8]=-2210)
REFPIXY=([1]=4174 [2]=4133 [3]=4127 [4]=4146 [5]=-43 [6]=-19 [7]=-23 [8]=-58)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-II_16@CTIO.ahead 0000664 0000000 0000000 00000007440 14306405457 0021564 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.219648410627E+03 / Reference pixel on this axis
CRPIX2 = 4.148736279581E+03 / Reference pixel on this axis
CD1_1 = -1.390012982044E-06 / Linear projection matrix
CD1_2 = 7.383522401459E-05 / Linear projection matrix
CD2_1 = 7.330948407242E-05 / Linear projection matrix
CD2_2 = 3.857249096193E-07 / Linear projection matrix
END
CRPIX1 = 2.078606511602E+03 / Reference pixel on this axis
CRPIX2 = 4.121423639231E+03 / Reference pixel on this axis
CD1_1 = -9.366896057230E-07 / Linear projection matrix
CD1_2 = 7.422601881131E-05 / Linear projection matrix
CD2_1 = 7.451901840131E-05 / Linear projection matrix
CD2_2 = 6.145727800826E-07 / Linear projection matrix
END
CRPIX1 = -3.380319099895E+01 / Reference pixel on this axis
CRPIX2 = 4.119747476926E+03 / Reference pixel on this axis
CD1_1 = -6.789018671966E-07 / Linear projection matrix
CD1_2 = 7.424358618408E-05 / Linear projection matrix
CD2_1 = 7.452452746865E-05 / Linear projection matrix
CD2_2 = 9.672408313488E-07 / Linear projection matrix
END
CRPIX1 = -2.166684502038E+03 / Reference pixel on this axis
CRPIX2 = 4.136653541182E+03 / Reference pixel on this axis
CD1_1 = -3.173257580366E-07 / Linear projection matrix
CD1_2 = 7.386778867162E-05 / Linear projection matrix
CD2_1 = 7.340238910748E-05 / Linear projection matrix
CD2_2 = 1.224955201192E-06 / Linear projection matrix
END
CRPIX1 = 4.221703407246E+03 / Reference pixel on this axis
CRPIX2 = -3.428519344128E+01 / Reference pixel on this axis
CD1_1 = -4.505459473331E-07 / Linear projection matrix
CD1_2 = 7.383932377318E-05 / Linear projection matrix
CD2_1 = 7.332622818637E-05 / Linear projection matrix
CD2_2 = 1.354257993685E-06 / Linear projection matrix
END
CRPIX1 = 2.081270718126E+03 / Reference pixel on this axis
CRPIX2 = -2.402771790623E+01 / Reference pixel on this axis
CD1_1 = -6.233586504990E-07 / Linear projection matrix
CD1_2 = 7.414388936822E-05 / Linear projection matrix
CD2_1 = 7.448742692311E-05 / Linear projection matrix
CD2_2 = 1.000256495302E-06 / Linear projection matrix
END
CRPIX1 = -3.106585082115E+01 / Reference pixel on this axis
CRPIX2 = -2.643440145763E+01 / Reference pixel on this axis
CD1_1 = -8.716713712746E-07 / Linear projection matrix
CD1_2 = 7.418927351089E-05 / Linear projection matrix
CD2_1 = 7.449316083390E-05 / Linear projection matrix
CD2_2 = 5.849174005713E-07 / Linear projection matrix
END
CRPIX1 = -2.169299411462E+03 / Reference pixel on this axis
CRPIX2 = -5.645553721226E+01 / Reference pixel on this axis
CD1_1 = -1.405922593032E-06 / Linear projection matrix
CD1_2 = 7.375528340784E-05 / Linear projection matrix
CD2_1 = 7.330462882868E-05 / Linear projection matrix
CD2_2 = 2.639914483855E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-II_16@CTIO.ini 0000664 0000000 0000000 00000002224 14306405457 0021274 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-II_16@CTIO
INSTSHORT=MOSAIC-II
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.264
GAIN=2.6
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096 [5]=4096 [6]=4096 [7]=4096 [8]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=4196 [2]=2045 [3]=-61 [4]=-2210 [5]=4197 [6]=2047 [7]=-67 [8]=-2210)
REFPIXY=([1]=4174 [2]=4133 [3]=4127 [4]=4146 [5]=-43 [6]=-19 [7]=-23 [8]=-58)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-II_16_old@CTIO.ahead 0000664 0000000 0000000 00000007510 14306405457 0022420 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.358642556822E+03 / Reference pixel on this axis
CRPIX2 = 4.310388638036E+03 / Reference pixel on this axis
CD1_1 = -1.220773303584E-06 / Linear projection matrix
CD1_2 = 7.372637422222E-05 / Linear projection matrix
CD2_1 = 7.319102976495E-05 / Linear projection matrix
CD2_2 = 1.216637980061E-08 / Linear projection matrix
END
CRPIX1 = 2.206134517693E+03 / Reference pixel on this axis
CRPIX2 = 4.268267243914E+03 / Reference pixel on this axis
CD1_1 = -6.330207532892E-07 / Linear projection matrix
CD1_2 = 7.432877475396E-05 / Linear projection matrix
CD2_1 = 7.454300634107E-05 / Linear projection matrix
CD2_2 = 2.985127434950E-07 / Linear projection matrix
END
CRPIX1 = 9.309893072339E+01 / Reference pixel on this axis
CRPIX2 = 4.265118145158E+03 / Reference pixel on this axis
CD1_1 = -3.281067924807E-07 / Linear projection matrix
CD1_2 = 7.430184427940E-05 / Linear projection matrix
CD2_1 = 7.454911403378E-05 / Linear projection matrix
CD2_2 = 6.563772445989E-07 / Linear projection matrix
END
CRPIX1 = -2.039640299432E+03 / Reference pixel on this axis
CRPIX2 = 4.287219918344E+03 / Reference pixel on this axis
CD1_1 = 1.155951458657E-07 / Linear projection matrix
CD1_2 = 7.393820429281E-05 / Linear projection matrix
CD2_1 = 7.340656342065E-05 / Linear projection matrix
CD2_2 = 9.220348936098E-07 / Linear projection matrix
END
CRPIX1 = 4.354600373989E+03 / Reference pixel on this axis
CRPIX2 = 1.013981791488E+02 / Reference pixel on this axis
CD1_1 = 1.040074878616E-07 / Linear projection matrix
CD1_2 = 7.383859211896E-05 / Linear projection matrix
CD2_1 = 7.326144065431E-05 / Linear projection matrix
CD2_2 = 1.113177038439E-06 / Linear projection matrix
END
CRPIX1 = 2.206382327900E+03 / Reference pixel on this axis
CRPIX2 = 1.252185595048E+02 / Reference pixel on this axis
CD1_1 = -2.769293726124E-07 / Linear projection matrix
CD1_2 = 7.431319363878E-05 / Linear projection matrix
CD2_1 = 7.454967241581E-05 / Linear projection matrix
CD2_2 = 6.879896998482E-07 / Linear projection matrix
END
CRPIX1 = 9.646756057520E+01 / Reference pixel on this axis
CRPIX2 = 1.222250236044E+02 / Reference pixel on this axis
CD1_1 = -5.824774911779E-07 / Linear projection matrix
CD1_2 = 7.434669382593E-05 / Linear projection matrix
CD2_1 = 7.457138088476E-05 / Linear projection matrix
CD2_2 = 2.981630029200E-07 / Linear projection matrix
END
CRPIX1 = -2.046562926320E+03 / Reference pixel on this axis
CRPIX2 = 8.504593657535E+01 / Reference pixel on this axis
CD1_1 = -1.155021313731E-06 / Linear projection matrix
CD1_2 = 7.370321829193E-05 / Linear projection matrix
CD2_1 = 7.322597958673E-05 / Linear projection matrix
CD2_2 = -8.686015344108E-08 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-II_16_old@CTIO.ini 0000664 0000000 0000000 00000002220 14306405457 0022126 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-II_16_old@CTIO
INSTSHORT=MOSAIC-II
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.263
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096 [5]=4096 [6]=4096 [7]=4096 [8]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=4196 [2]=2045 [3]=-61 [4]=-2210 [5]=4197 [6]=2047 [7]=-67 [8]=-2210)
REFPIXY=([1]=4174 [2]=4133 [3]=4127 [4]=4146 [5]=-43 [6]=-19 [7]=-23 [8]=-58)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-II_8@CTIO.ahead 0000664 0000000 0000000 00000007510 14306405457 0021503 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.270222203E+03 / Reference pixel on this axis
CRPIX2 = 4.265399080E+03 / Reference pixel on this axis
CD1_1 = -1.282308180E-06 / Linear projection matrix
CD1_2 = 7.360829879E-05 / Linear projection matrix
CD2_1 = 7.315803119E-05 / Linear projection matrix
CD2_2 = -8.700045215E-08 / Linear projection matrix
END
CRPIX1 = 2.133709275E+03 / Reference pixel on this axis
CRPIX2 = 4.225478448E+03 / Reference pixel on this axis
CD1_1 = -7.470917167E-07 / Linear projection matrix
CD1_2 = 7.410989823E-05 / Linear projection matrix
CD2_1 = 7.436614304E-05 / Linear projection matrix
CD2_2 = 2.205945528E-07 / Linear projection matrix
END
CRPIX1 = 1.605287353E+01 / Reference pixel on this axis
CRPIX2 = 4.215684034E+03 / Reference pixel on this axis
CD1_1 = -2.233249167E-07 / Linear projection matrix
CD1_2 = 7.432416677E-05 / Linear projection matrix
CD2_1 = 7.461099675E-05 / Linear projection matrix
CD2_2 = 6.485450863E-07 / Linear projection matrix
END
CRPIX1 = -2.114029198E+03 / Reference pixel on this axis
CRPIX2 = 4.256322064E+03 / Reference pixel on this axis
CD1_1 = 5.504790512E-07 / Linear projection matrix
CD1_2 = 7.383338867E-05 / Linear projection matrix
CD2_1 = 7.343712197E-05 / Linear projection matrix
CD2_2 = 7.679340833E-07 / Linear projection matrix
END
CRPIX1 = 4.276145771E+03 / Reference pixel on this axis
CRPIX2 = 3.122920907E+01 / Reference pixel on this axis
CD1_1 = 4.515695623E-07 / Linear projection matrix
CD1_2 = 7.369461543E-05 / Linear projection matrix
CD2_1 = 7.313449910E-05 / Linear projection matrix
CD2_2 = 7.841819297E-07 / Linear projection matrix
END
CRPIX1 = 2.129733778E+03 / Reference pixel on this axis
CRPIX2 = 7.886780784E+01 / Reference pixel on this axis
CD1_1 = -2.242319125E-07 / Linear projection matrix
CD1_2 = 7.427717662E-05 / Linear projection matrix
CD2_1 = 7.457920305E-05 / Linear projection matrix
CD2_2 = 6.738973136E-07 / Linear projection matrix
END
CRPIX1 = 1.795276219E+01 / Reference pixel on this axis
CRPIX2 = 7.446525474E+01 / Reference pixel on this axis
CD1_1 = -6.189957984E-07 / Linear projection matrix
CD1_2 = 7.422309087E-05 / Linear projection matrix
CD2_1 = 7.452427945E-05 / Linear projection matrix
CD2_2 = 2.243813842E-07 / Linear projection matrix
END
CRPIX1 = -2.126989702E+03 / Reference pixel on this axis
CRPIX2 = 3.866252382E+01 / Reference pixel on this axis
CD1_1 = -1.156327619E-06 / Linear projection matrix
CD1_2 = 7.368328306E-05 / Linear projection matrix
CD2_1 = 7.317761643E-05 / Linear projection matrix
CD2_2 = -1.290428499E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-II_8@CTIO.ini 0000664 0000000 0000000 00000002303 14306405457 0021213 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-II_8@CTIO
INSTSHORT=MOSAIC-II
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.263
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=10 [2]=10 [3]=10 [4]=10 [5]=2100 [6]=2100 [7]=2100 [8]=2100)
OVSCANX2=([1]=40 [2]=40 [3]=40 [4]=40 [5]=2130 [6]=2130 [7]=2130 [8]=2130)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=80 [2]=66 [3]=66 [4]=66 [5]=26 [6]=26 [7]=26 [8]=26)
CUTY=([1]=10 [2]=10 [3]=10 [4]=10 [5]=10 [6]=5 [7]=5 [8]=5)
SIZEX=([1]=2031 [2]=2044 [3]=2040 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
SIZEY=([1]=4080 [2]=4080 [3]=4080 [4]=4080 [5]=4080 [6]=4080 [7]=4080 [8]=4080)
# Reference pixels for each chip.
REFPIXX=([1]=4236 [2]=2088 [3]=-19 [4]=-2165 [5]=4197 [6]=2048 [7]=-65 [8]=-2207)
REFPIXY=([1]=4170 [2]=4130 [3]=4124 [4]=4143 [5]=-45 [6]=-21 [7]=-26 [8]=-60)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-II_8_2x2@CTIO.ahead 0000664 0000000 0000000 00000007510 14306405457 0022176 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.139431907E+03 / Reference pixel on this axis
CRPIX2 = 2.150886981E+03 / Reference pixel on this axis
CD1_1 = -2.012006509E-06 / Linear projection matrix
CD1_2 = 1.473390912E-04 / Linear projection matrix
CD2_1 = 1.462604667E-04 / Linear projection matrix
CD2_2 = -5.913656733E-07 / Linear projection matrix
END
CRPIX1 = 1.063289753E+03 / Reference pixel on this axis
CRPIX2 = 2.130267563E+03 / Reference pixel on this axis
CD1_1 = -6.756975337E-07 / Linear projection matrix
CD1_2 = 1.483169204E-04 / Linear projection matrix
CD2_1 = 1.489226787E-04 / Linear projection matrix
CD2_2 = 1.244298530E-09 / Linear projection matrix
END
CRPIX1 = 6.154377567E+00 / Reference pixel on this axis
CRPIX2 = 2.127644417E+03 / Reference pixel on this axis
CD1_1 = -1.293842458E-07 / Linear projection matrix
CD1_2 = 1.484022172E-04 / Linear projection matrix
CD2_1 = 1.490441221E-04 / Linear projection matrix
CD2_2 = 7.507039014E-07 / Linear projection matrix
END
CRPIX1 = -1.062525214E+03 / Reference pixel on this axis
CRPIX2 = 2.139060462E+03 / Reference pixel on this axis
CD1_1 = 7.735989890E-07 / Linear projection matrix
CD1_2 = 1.476266217E-04 / Linear projection matrix
CD2_1 = 1.466375443E-04 / Linear projection matrix
CD2_2 = 1.331766810E-06 / Linear projection matrix
END
CRPIX1 = 2.137521975E+03 / Reference pixel on this axis
CRPIX2 = 4.392301022E+01 / Reference pixel on this axis
CD1_1 = 7.925866681E-07 / Linear projection matrix
CD1_2 = 1.473614608E-04 / Linear projection matrix
CD2_1 = 1.463322206E-04 / Linear projection matrix
CD2_2 = 1.747364922E-06 / Linear projection matrix
END
CRPIX1 = 1.062087024E+03 / Reference pixel on this axis
CRPIX2 = 5.664208691E+01 / Reference pixel on this axis
CD1_1 = 5.686545668E-08 / Linear projection matrix
CD1_2 = 1.484677287E-04 / Linear projection matrix
CD2_1 = 1.489716897E-04 / Linear projection matrix
CD2_2 = 8.029126747E-07 / Linear projection matrix
END
CRPIX1 = 6.327778897E+00 / Reference pixel on this axis
CRPIX2 = 5.396626707E+01 / Reference pixel on this axis
CD1_1 = -8.109680505E-07 / Linear projection matrix
CD1_2 = 1.483535129E-04 / Linear projection matrix
CD2_1 = 1.489351014E-04 / Linear projection matrix
CD2_2 = -5.726685673E-08 / Linear projection matrix
END
CRPIX1 = -1.060374012E+03 / Reference pixel on this axis
CRPIX2 = 4.332775148E+01 / Reference pixel on this axis
CD1_1 = -1.457502544E-06 / Linear projection matrix
CD1_2 = 1.478546084E-04 / Linear projection matrix
CD2_1 = 1.466871428E-04 / Linear projection matrix
CD2_2 = -5.083894485E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-II_8_2x2@CTIO.ini 0000664 0000000 0000000 00000002304 14306405457 0021707 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-II_8_2x2@CTIO
INSTSHORT=MOSAIC-II
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.526
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=5 [2]=5 [3]=5 [4]=5 [5]=1060 [6]=1060 [7]=1060 [8]=1060)
OVSCANX2=([1]=40 [2]=40 [3]=40 [4]=40 [5]=1095 [6]=1095 [7]=1095 [8]=1095)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=70 [2]=70 [3]=70 [4]=70 [5]=20 [6]=20 [7]=20 [8]=20)
CUTY=([1]=10 [2]=10 [3]=10 [4]=10 [5]=10 [6]=10 [7]=10 [8]=10)
SIZEX=([1]=1015 [2]=1015 [3]=1015 [4]=1015 [5]=1015 [6]=1015 [7]=1015 [8]=1015)
SIZEY=([1]=2030 [2]=2030 [3]=2030 [4]=2030 [5]=2030 [6]=2030 [7]=2030 [8]=2030)
# Reference pixels for each chip.
REFPIXX=([1]=2150 [2]=1076 [3]=70 [4]=-1002 [5]=2099 [6]=1024 [7]=15 [8]=-1055)
REFPIXY=([1]=2085 [2]=2065 [3]=2062 [4]=2072 [5]=-22 [6]=-10 [7]=-12 [8]=-30)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-I_old@KPNO_0.9m.ini 0000664 0000000 0000000 00000002303 14306405457 0022265 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-I_old@KPNO_0.9m
INSTSHORT=MOSAIC-I
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=31.96
OBSLONG=-111.60
# Pixel scale in arcsec
PIXSCALE=0.425
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=1 [2]=1 [3]=1 [4]=1 [5]=2105 [6]=2105 [7]=2105 [8]=2105)
OVSCANX2=([1]=30 [2]=30 [3]=30 [4]=30 [5]=2135 [6]=2135 [7]=2135 [8]=2135)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=75 [2]=70 [3]=66 [4]=66 [5]=26 [6]=26 [7]=26 [8]=26)
CUTY=([1]=15 [2]=15 [3]=2 [4]=5 [5]=2 [6]=2 [7]=5 [8]=5)
SIZEX=([1]=2035 [2]=2040 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
SIZEY=([1]=4076 [2]=4076 [3]=4089 [4]=4086 [5]=4089 [6]=4089 [7]=4086 [8]=4086)
# Reference pixels for each chip.
REFPIXX=([1]=4350 [2]=2206 [3]=97 [4]=-2036 [5]=4302 [6]=2175 [7]=55 [8]=-2080)
REFPIXY=([1]=3992 [2]=3956 [3]=3957 [4]=3980 [5]=-204 [6]=-200 [7]=-190 [8]=-206)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSAIC-I_old@KPNO_4.0m.ahead 0000664 0000000 0000000 00000007510 14306405457 0022550 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.193174353E+03 / Reference pixel on this axis
CRPIX2 = 4.273516503E+03 / Reference pixel on this axis
CD1_1 = 5.340047566E-07 / Linear projection matrix
CD1_2 = -7.172092693E-05 / Linear projection matrix
CD2_1 = -7.127580359E-05 / Linear projection matrix
CD2_2 = 4.891436664E-07 / Linear projection matrix
END
CRPIX1 = 2.057752927E+03 / Reference pixel on this axis
CRPIX2 = 4.242966692E+03 / Reference pixel on this axis
CD1_1 = 6.414875709E-08 / Linear projection matrix
CD1_2 = -7.212140890E-05 / Linear projection matrix
CD2_1 = -7.236816332E-05 / Linear projection matrix
CD2_2 = 1.632725625E-07 / Linear projection matrix
END
CRPIX1 = -4.395667887E+01 / Reference pixel on this axis
CRPIX2 = 4.251450652E+03 / Reference pixel on this axis
CD1_1 = -2.031063827E-07 / Linear projection matrix
CD1_2 = -7.222004934E-05 / Linear projection matrix
CD2_1 = -7.243564838E-05 / Linear projection matrix
CD2_2 = -2.440234696E-08 / Linear projection matrix
END
CRPIX1 = -2.182275311E+03 / Reference pixel on this axis
CRPIX2 = 4.276377448E+03 / Reference pixel on this axis
CD1_1 = -6.048099136E-07 / Linear projection matrix
CD1_2 = -7.169876486E-05 / Linear projection matrix
CD2_1 = -7.128132297E-05 / Linear projection matrix
CD2_2 = -3.629556176E-07 / Linear projection matrix
END
CRPIX1 = 4.201017252E+03 / Reference pixel on this axis
CRPIX2 = 9.015570846E+01 / Reference pixel on this axis
CD1_1 = -7.345064228E-07 / Linear projection matrix
CD1_2 = -7.177030628E-05 / Linear projection matrix
CD2_1 = -7.134356891E-05 / Linear projection matrix
CD2_2 = -8.026841171E-08 / Linear projection matrix
END
CRPIX1 = 2.066842345E+03 / Reference pixel on this axis
CRPIX2 = 1.038972562E+02 / Reference pixel on this axis
CD1_1 = -3.882620817E-07 / Linear projection matrix
CD1_2 = -7.210999588E-05 / Linear projection matrix
CD2_1 = -7.234578661E-05 / Linear projection matrix
CD2_2 = 1.264079834E-07 / Linear projection matrix
END
CRPIX1 = -4.760794527E+01 / Reference pixel on this axis
CRPIX2 = 1.083982944E+02 / Reference pixel on this axis
CD1_1 = -1.294315770E-07 / Linear projection matrix
CD1_2 = -7.209440693E-05 / Linear projection matrix
CD2_1 = -7.237034896E-05 / Linear projection matrix
CD2_2 = 3.936478296E-07 / Linear projection matrix
END
CRPIX1 = -2.183512100E+03 / Reference pixel on this axis
CRPIX2 = 9.296086111E+01 / Reference pixel on this axis
CD1_1 = 3.110436058E-07 / Linear projection matrix
CD1_2 = -7.171344977E-05 / Linear projection matrix
CD2_1 = -7.125847879E-05 / Linear projection matrix
CD2_2 = 6.198675693E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSAIC-I_old@KPNO_4.0m.ini 0000664 0000000 0000000 00000002304 14306405457 0022261 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSAIC-I_old@KPNO_4.0m
INSTSHORT=MOSAIC-I
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=31.96
OBSLONG=-111.60
# Pixel scale in arcsec
PIXSCALE=0.260
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=1 [2]=1 [3]=1 [4]=1 [5]=2105 [6]=2105 [7]=2105 [8]=2105)
OVSCANX2=([1]=30 [2]=30 [3]=30 [4]=30 [5]=2135 [6]=2135 [7]=2135 [8]=2135)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=75 [2]=70 [3]=66 [4]=66 [5]=26 [6]=26 [7]=26 [8]=26)
CUTY=([1]=15 [2]=15 [3]=2 [4]=5 [5]=2 [6]=2 [7]=5 [8]=5)
SIZEX=([1]=2035 [2]=2040 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
SIZEY=([1]=4076 [2]=4076 [3]=4089 [4]=4086 [5]=4089 [6]=4089 [7]=4086 [8]=4086)
# Reference pixels for each chip.
REFPIXX=([1]=4350 [2]=2206 [3]=97 [4]=-2036 [5]=4302 [6]=2175 [7]=55 [8]=-2080)
REFPIXY=([1]=3992 [2]=3956 [3]=3957 [4]=3980 [5]=-204 [6]=-200 [7]=-190 [8]=-206)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSCA_2x2@NOT.ahead 0000664 0000000 0000000 00000003616 14306405457 0021244 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.034998036591E+03 / Reference pixel on this axis
CRPIX2 = 1.039542971578E+03 / Reference pixel on this axis
CD1_1 = -6.023495613803E-05 / Linear projection matrix
CD1_2 = -7.239326657165E-07 / Linear projection matrix
CD2_1 = -6.661887330115E-07 / Linear projection matrix
CD2_2 = 6.023349146534E-05 / Linear projection matrix
END
CRPIX1 = -1.698578282813E+01 / Reference pixel on this axis
CRPIX2 = 1.026470666315E+03 / Reference pixel on this axis
CD1_1 = -6.021421668808E-05 / Linear projection matrix
CD1_2 = -3.270392191294E-07 / Linear projection matrix
CD2_1 = -3.778686244445E-07 / Linear projection matrix
CD2_2 = 6.022864256178E-05 / Linear projection matrix
END
CRPIX1 = 1.035939904736E+03 / Reference pixel on this axis
CRPIX2 = -1.634735652859E+01 / Reference pixel on this axis
CD1_1 = -6.024359799787E-05 / Linear projection matrix
CD1_2 = 3.166083316385E-08 / Linear projection matrix
CD2_1 = -5.793481284478E-08 / Linear projection matrix
CD2_2 = 6.024894407233E-05 / Linear projection matrix
END
CRPIX1 = -1.722915415602E+01 / Reference pixel on this axis
CRPIX2 = -1.521579272289E+01 / Reference pixel on this axis
CD1_1 = -6.021944826597E-05 / Linear projection matrix
CD1_2 = -2.971201523512E-07 / Linear projection matrix
CD2_1 = -2.316154914769E-07 / Linear projection matrix
CD2_2 = 6.022753183706E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/MOSCA_2x2@NOT.ini 0000664 0000000 0000000 00000001635 14306405457 0020760 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSCA_2x2@NOT
INSTSHORT=MOSCA
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.217
GAIN=4.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2 [2]=2 [3]=2 [4]=2)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=1021 [2]=1021 [3]=1021 [4]=1021)
SIZEY=([1]=1016 [2]=1016 [3]=1016 [4]=1016)
# Reference pixels for each chip.
REFPIXX=([1]=1092 [2]=38 [3]=1092 [4]=38)
REFPIXY=([1]=1057 [2]=1057 [3]=8 [4]=8)
TYPE=OPT
THELI-3.1.4/config/instruments/MOSFIRE@KECK.ini 0000664 0000000 0000000 00000001377 14306405457 0020607 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=MOSFIRE@KECK
INSTSHORT=MOSFIRE
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.1799
GAIN=2.15
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/MOSFIRE@KECK.reg 0000664 0000000 0000000 00000001242 14306405457 0020574 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
image
polygon(103.38933,1667.8429,195.85079,1790,304.50988,1895.2846,413.84387,1976.2727,513.05435,2039.0385,1573.1522,2037.2599,1701.8755,1959.5642,1836.1808,1852.2549,1918.2253,1762.4032,1979.9348,1683.5296,2038.42,1598.082,2038.1403,472.15711,1996.9713,400.17391,1929.0356,312.37549,1845.3478,217.88933,1731.9644,120.70356,1585.3004,25.916996,526.94763,21.077075,411.53953,85.192688,317.37154,158.49802,201.28854,271.88142,119.98221,368.65119,41.283597,498.24704,40.26087,1552.6482)
THELI-3.1.4/config/instruments/NACO@VLT.ini 0000664 0000000 0000000 00000000500 14306405457 0020136 0 ustar 00root root 0000000 0000000 INSTRUMENT=NACO@VLT
INSTSHORT=NACO
NCHIPS=1
# Geographic location
OBSLAT=-24.67
OBSLONG=-70.42
# Plate scale
PIXSCALE=0.01327
GAIN=1.0
# Detector geometries
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIRMIR
THELI-3.1.4/config/instruments/NACO@VLT_1.reg 0000664 0000000 0000000 00000007501 14306405457 0020364 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
physical
polygon(925.17355,1028.8265,1076.8265,1028.8265,1076.8265,877.17355,1033,864)
polygon(1006.9,205.6,1015.3,201.1,1011.4,194.8,1003.3,183.4,990.47535,183.27535,990.7,199.6)
polygon(319.91309,990.68691,332.48691,990.68691,332.48691,978.11309,319.91309,978.11309)
polygon(878.9,531.45,886.85,531.3,887.9,529.65,942.05,529.05,944,532.8,951.5,534,953.45,530.4,1026.5,530.4,1026.2,527.4,953.45,527.25,953.45,523.8,946.1,523.8,945.65,519.75,940.1,519.45,941.75,526.65,887.3,526.65,885.8,524.25,878.91674,523.96674)
polygon(3.5,512.5,4.5,512.5,4.5,0.5,3.5,0.5)
polygon(11.5,512.5,12.5,512.5,12.5,0.5,11.5,0.5)
polygon(19.5,512.5,20.5,512.5,20.5,0.5,19.5,0.5)
polygon(27.5,512.5,28.5,512.5,28.5,0.5,27.5,0.5)
polygon(35.5,512.5,36.5,512.5,36.5,0.5,35.5,0.5)
polygon(43.5,512.5,44.5,512.5,44.5,0.5,43.5,0.5)
polygon(51.5,512.5,52.5,512.5,52.5,0.5,51.5,0.5)
polygon(59.5,512.5,60.5,512.5,60.5,0.5,59.5,0.5)
polygon(67.5,512.5,68.5,512.5,68.5,0.5,67.5,0.5)
polygon(75.5,512.5,76.5,512.5,76.5,0.5,75.5,0.5)
polygon(83.5,512.5,84.5,512.5,84.5,0.5,83.5,0.5)
polygon(91.5,512.5,92.5,512.5,92.5,0.5,91.5,0.5)
polygon(99.5,512.5,100.5,512.5,100.5,0.5,99.5,0.5)
polygon(107.5,512.5,108.5,512.5,108.5,0.5,107.5,0.5)
polygon(115.5,512.5,116.5,512.5,116.5,0.5,115.5,0.5)
polygon(123.5,512.5,124.5,512.5,124.5,0.5,123.5,0.5)
polygon(131.5,512.5,132.5,512.5,132.5,0.5,131.5,0.5)
polygon(139.5,512.5,140.5,512.5,140.5,0.5,139.5,0.5)
polygon(147.5,512.5,148.5,512.5,148.5,0.5,147.5,0.5)
polygon(155.5,512.5,156.5,512.5,156.5,0.5,155.5,0.5)
polygon(163.5,512.5,164.5,512.5,164.5,0.5,163.5,0.5)
polygon(171.5,512.5,172.5,512.5,172.5,0.5,171.5,0.5)
polygon(179.5,512.5,180.5,512.5,180.5,0.5,179.5,0.5)
polygon(187.5,512.5,188.5,512.5,188.5,0.5,187.5,0.5)
polygon(195.5,512.5,196.5,512.5,196.5,0.5,195.5,0.5)
polygon(203.5,512.5,204.5,512.5,204.5,0.5,203.5,0.5)
polygon(211.5,512.5,212.5,512.5,212.5,0.5,211.5,0.5)
polygon(219.5,512.5,220.5,512.5,220.5,0.5,219.5,0.5)
polygon(227.5,512.5,228.5,512.5,228.5,0.5,227.5,0.5)
polygon(235.5,512.5,236.5,512.5,236.5,0.5,235.5,0.5)
polygon(243.5,512.5,244.5,512.5,244.5,0.5,243.5,0.5)
polygon(251.5,512.5,252.5,512.5,252.5,0.5,251.5,0.5)
polygon(259.5,512.5,260.5,512.5,260.5,0.5,259.5,0.5)
polygon(267.5,512.5,268.5,512.5,268.5,0.5,267.5,0.5)
polygon(275.5,512.5,276.5,512.5,276.5,0.5,275.5,0.5)
polygon(283.5,512.5,284.5,512.5,284.5,0.5,283.5,0.5)
polygon(291.5,512.5,292.5,512.5,292.5,0.5,291.5,0.5)
polygon(299.5,512.5,300.5,512.5,300.5,0.5,299.5,0.5)
polygon(307.5,512.5,308.5,512.5,308.5,0.5,307.5,0.5)
polygon(315.5,512.5,316.5,512.5,316.5,0.5,315.5,0.5)
polygon(323.5,512.5,324.5,512.5,324.5,0.5,323.5,0.5)
polygon(331.5,512.5,332.5,512.5,332.5,0.5,331.5,0.5)
polygon(339.5,512.5,340.5,512.5,340.5,0.5,339.5,0.5)
polygon(347.5,512.5,348.5,512.5,348.5,0.5,347.5,0.5)
polygon(355.5,512.5,356.5,512.5,356.5,0.5,355.5,0.5)
polygon(363.5,512.5,364.5,512.5,364.5,0.5,363.5,0.5)
polygon(371.5,512.5,372.5,512.5,372.5,0.5,371.5,0.5)
polygon(379.5,512.5,380.5,512.5,380.5,0.5,379.5,0.5)
polygon(387.5,512.5,388.5,512.5,388.5,0.5,387.5,0.5)
polygon(395.5,512.5,396.5,512.5,396.5,0.5,395.5,0.5)
polygon(403.5,512.5,404.5,512.5,404.5,0.5,403.5,0.5)
polygon(411.5,512.5,412.5,512.5,412.5,0.5,411.5,0.5)
polygon(419.5,512.5,420.5,512.5,420.5,0.5,419.5,0.5)
polygon(427.5,512.5,428.5,512.5,428.5,0.5,427.5,0.5)
polygon(435.5,512.5,436.5,512.5,436.5,0.5,435.5,0.5)
polygon(443.5,512.5,444.5,512.5,444.5,0.5,443.5,0.5)
polygon(451.5,512.5,452.5,512.5,452.5,0.5,451.5,0.5)
polygon(459.5,512.5,460.5,512.5,460.5,0.5,459.5,0.5)
polygon(467.5,512.5,468.5,512.5,468.5,0.5,467.5,0.5)
polygon(475.5,512.5,476.5,512.5,476.5,0.5,475.5,0.5)
polygon(483.5,512.5,484.5,512.5,484.5,0.5,483.5,0.5)
polygon(491.5,512.5,492.5,512.5,492.5,0.5,491.5,0.5)
polygon(499.5,512.5,500.5,512.5,500.5,0.5,499.5,0.5)
polygon(507.5,512.5,508.5,512.5,508.5,0.5,507.5,0.5)
THELI-3.1.4/config/instruments/NACOSDI@VLT.ini 0000664 0000000 0000000 00000001627 14306405457 0020511 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NACOSDI@VLT
INSTSHORT=NACOSDI
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.01732
GAIN=1
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=261 [2]=255 [3]=256 [4]=256)
SIZEY=([1]=256 [2]=227 [3]=233 [4]=211)
# Reference pixels for each chip.
REFPIXX=([1]=120 [2]=120 [3]=120 [4]=120)
REFPIXY=([1]=120 [2]=120 [3]=120 [4]=120)
TYPE=NIR
THELI-3.1.4/config/instruments/NEWFIRM@CTIO.ahead 0000664 0000000 0000000 00000003620 14306405457 0021107 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.102400188899E+03 / Reference pixel on this axis
CRPIX2 = 2.100374688847E+03 / Reference pixel on this axis
CD1_1 = -1.090459632842E-04 / Linear projection matrix
CD1_2 = 6.739617057429E-07 / Linear projection matrix
CD2_1 = -1.077234024773E-07 / Linear projection matrix
CD2_2 = 1.090345833201E-04 / Linear projection matrix
END
CRPIX1 = -5.509856534694E+01 / Reference pixel on this axis
CRPIX2 = 2.097417469752E+03 / Reference pixel on this axis
CD1_1 = -1.090629796526E-04 / Linear projection matrix
CD1_2 = -4.036105206471E-07 / Linear projection matrix
CD2_1 = 5.344029807939E-07 / Linear projection matrix
CD2_2 = 1.090477907281E-04 / Linear projection matrix
END
CRPIX1 = 2.098896906663E+03 / Reference pixel on this axis
CRPIX2 = -5.916768382066E+01 / Reference pixel on this axis
CD1_1 = -1.089966876393E-04 / Linear projection matrix
CD1_2 = -1.188692909708E-07 / Linear projection matrix
CD2_1 = 8.196709571959E-07 / Linear projection matrix
CD2_2 = 1.089960214893E-04 / Linear projection matrix
END
CRPIX1 = -5.298120733632E+01 / Reference pixel on this axis
CRPIX2 = -5.017950757085E+01 / Reference pixel on this axis
CD1_1 = -1.090331417785E-04 / Linear projection matrix
CD1_2 = 5.103259413540E-07 / Linear projection matrix
CD2_1 = -3.249747360724E-07 / Linear projection matrix
CD2_2 = 1.090018372029E-04 / Linear projection matrix
END
THELI-3.1.4/config/instruments/NEWFIRM@CTIO.ini 0000664 0000000 0000000 00000001636 14306405457 0020631 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NEWFIRM@CTIO
INSTSHORT=NEWFIRM
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.394
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2 [2]=2 [3]=2 [4]=2)
CUTY=([1]=2 [2]=2 [3]=2 [4]=2)
SIZEX=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
SIZEY=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
# Reference pixels for each chip.
REFPIXX=([1]=2076 [2]=-79 [3]=2072 [4]=-78)
REFPIXY=([1]=2096 [2]=2092 [3]=-63 [4]=-55)
TYPE=NIR
THELI-3.1.4/config/instruments/NEWFIRM@KPNO_4m.ahead 0000664 0000000 0000000 00000003620 14306405457 0021520 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.092567242718E+03 / Reference pixel on this axis
CRPIX2 = 2.087732781413E+03 / Reference pixel on this axis
CD1_1 = -1.105068595454E-04 / Linear projection matrix
CD1_2 = -1.972964432628E-07 / Linear projection matrix
CD2_1 = -2.199065973199E-07 / Linear projection matrix
CD2_2 = 1.105067512109E-04 / Linear projection matrix
END
CRPIX1 = -5.294575847398E+01 / Reference pixel on this axis
CRPIX2 = 2.105782161979E+03 / Reference pixel on this axis
CD1_1 = -1.096647847425E-04 / Linear projection matrix
CD1_2 = -2.832361209588E-07 / Linear projection matrix
CD2_1 = -2.072070119934E-07 / Linear projection matrix
CD2_2 = 1.092175668678E-04 / Linear projection matrix
END
CRPIX1 = 2.095238335755E+03 / Reference pixel on this axis
CRPIX2 = -4.732397113250E+01 / Reference pixel on this axis
CD1_1 = -1.097387496649E-04 / Linear projection matrix
CD1_2 = -2.342325212396E-07 / Linear projection matrix
CD2_1 = -2.473444702973E-07 / Linear projection matrix
CD2_2 = 1.097363470536E-04 / Linear projection matrix
END
CRPIX1 = -5.425124815712E+01 / Reference pixel on this axis
CRPIX2 = -4.873970972958E+01 / Reference pixel on this axis
CD1_1 = -1.096670007885E-04 / Linear projection matrix
CD1_2 = 1.381224048413E-07 / Linear projection matrix
CD2_1 = 1.429267913078E-07 / Linear projection matrix
CD2_2 = 1.096502664282E-04 / Linear projection matrix
END
THELI-3.1.4/config/instruments/NEWFIRM@KPNO_4m.ini 0000664 0000000 0000000 00000001637 14306405457 0021243 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NEWFIRM@KPNO_4m
INSTSHORT=NEWFIRM
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=31.95
OBSLONG=-111.6
# Pixel scale in arcsec
PIXSCALE=0.397
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=2 [2]=2 [3]=2 [4]=2)
CUTY=([1]=2 [2]=2 [3]=2 [4]=2)
SIZEX=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
SIZEY=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
# Reference pixels for each chip.
REFPIXX=([1]=2076 [2]=-79 [3]=2072 [4]=-78)
REFPIXY=([1]=2096 [2]=2092 [3]=-63 [4]=-55)
TYPE=NIR
THELI-3.1.4/config/instruments/NICI@GEMINI.ini 0000664 0000000 0000000 00000001353 14306405457 0020452 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NICI@GEMINI
INSTSHORT=NICI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0179
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/NICS@TNG.ini 0000664 0000000 0000000 00000001351 14306405457 0020142 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NICS@TNG
INSTSHORT=NICS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.25
GAIN=5.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/NIR 0000664 0000000 0000000 00000000712 14306405457 0016607 0 ustar 00root root 0000000 0000000 FLAMINGOS2@GEMINI.ini
FourStar@LCO.ini
GROND_IRIM@MPGESO.ini
GSAOI@GEMINI.ini
HAWKI@VLT.ini
INGRID@WHT.ini
ISAAC@VLT.ini
LIRIS_POL@WHT.ini
LIRIS@WHT.ini
MMIRS@LCO.ini
MOIRCS@SUBARU.ini
NACOSDI@VLT.ini
NEWFIRM@CTIO.ini
NICI@GEMINI.ini
NICS@TNG.ini
NIRI@GEMINI.ini
NOTcam_highres@NOT.ini
NOTcam_lowres@NOT.ini
Omega2000@CAHA.ini
OSIRIS_F3@SOAR.ini
OSIRIS_F7@SOAR.ini
OSIRIS@GTC.ini
PISCES@LBT.ini
SOFI@NTT.ini
SPARTAN@SOAR.ini
VIRCAM@VISTA.ini
WIRCam@CFHT.ini
THELI-3.1.4/config/instruments/NIRC2@KECK.ini 0000664 0000000 0000000 00000001375 14306405457 0020316 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NIRC2@KECK
INSTSHORT=NIRC2
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.039686
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIRMIR
THELI-3.1.4/config/instruments/NIRI@GEMINI.ini 0000664 0000000 0000000 00000001354 14306405457 0020472 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NIRI@GEMINI
INSTSHORT=NIRI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.1171
GAIN=12.3
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIRMIR
THELI-3.1.4/config/instruments/NIRI@GEMINI_1.reg 0000664 0000000 0000000 00000001343 14306405457 0020706 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(1015.75,1008.5,1025.75,1008.5,1025.75,998.5,1015.75,998.5)
polygon(1018.1819,7.8181362,1027.8181,7.8181362,1027.8181,-1.8181362,1018.1819,-1.8181362)
polygon(-1.4415602,22.44156,-1.5,1024,1025.5,1025,1025.5,996.5,996,1014.5,26,1010,9,983,9.5,15,19,-1,-0.5,-0.5)
polygon(23,811.875,29.125,812.875,33.875,810.75,33.75,803.75,29.625,801.375,28.75,802.125,28.625,512.25,27.125,512.375,27.375,801.5,24,802.375,23,803.75)
polygon(1025.5,368.5,1025,358,850,69.5,806,-3.5,801.60033,-0.39966829)
polygon(750.99829,324.00171,761.00171,324.00171,761.00171,313.99829,750.99829,313.99829)
polygon(428.5,534,437,534,437.5,526.5,434.5,526,433.5,512,432.5,512,432,526.5,429,526.5)
THELI-3.1.4/config/instruments/NIRI@GEMINI_1.reg2 0000664 0000000 0000000 00000000400 14306405457 0020761 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
physical
polygon(21.587324,1006.4289,1014.0996,1006.7162,1024.737,997.14261,1024.2504,8,1018.5771,0.19929577,18.929225,0.57464789,10.419366,20.785563,7.7588028,965.65246,10.595423,987.99085)
THELI-3.1.4/config/instruments/NOTcam_highres@NOT.ini 0000664 0000000 0000000 00000001366 14306405457 0022256 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NOTcam_highres@NOT
INSTSHORT=NOTcam
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.078
GAIN=2.5
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/NOTcam_lowres@NOT.ini 0000664 0000000 0000000 00000001364 14306405457 0022136 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=NOTcam_lowres@NOT
INSTSHORT=NOTcam
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.234
GAIN=2.5
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/OASIS4x4@WHT.ini 0000664 0000000 0000000 00000001361 14306405457 0020637 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OASIS4x4@WHT
INSTSHORT=OASIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.1
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=523)
OVSCANX2=([1]=537)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=10)
CUTY=([1]=1)
SIZEX=([1]=507)
SIZEY=([1]=1048)
# Reference pixels for each chip.
REFPIXX=([1]=250)
REFPIXY=([1]=500)
TYPE=OPT
THELI-3.1.4/config/instruments/OASIS@WHT.ini 0000664 0000000 0000000 00000001364 14306405457 0020302 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OASIS@WHT
INSTSHORT=OASIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.02
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2070)
OVSCANX2=([1]=2140)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=15)
CUTY=([1]=1)
SIZEX=([1]=2046)
SIZEY=([1]=2106)
# Reference pixels for each chip.
REFPIXX=([1]=1000)
REFPIXY=([1]=1000)
TYPE=OPT
THELI-3.1.4/config/instruments/OMEGACAM@VST.ahead 0000664 0000000 0000000 00000036440 14306405457 0021075 0 ustar 00root root 0000000 0000000 CRPIX1 = 8.433258042E+03 / Reference pixel on this axis
CRPIX2 = 8.551502518E+03 / Reference pixel on this axis
CD1_1 = 5.929255407E-05 / Linear projection matrix
CD1_2 = -2.703789321E-08 / Linear projection matrix
CD2_1 = 1.854092768E-08 / Linear projection matrix
CD2_2 = 5.928486259E-05 / Linear projection matrix
END
CRPIX1 = 6.289155894E+03 / Reference pixel on this axis
CRPIX2 = 8.557027698E+03 / Reference pixel on this axis
CD1_1 = 5.927508444E-05 / Linear projection matrix
CD1_2 = 1.592897003E-08 / Linear projection matrix
CD2_1 = -1.384615412E-08 / Linear projection matrix
CD2_2 = 5.928307311E-05 / Linear projection matrix
END
CRPIX1 = 4.148060302E+03 / Reference pixel on this axis
CRPIX2 = 8.552678732E+03 / Reference pixel on this axis
CD1_1 = 5.929397932E-05 / Linear projection matrix
CD1_2 = -1.000720789E-08 / Linear projection matrix
CD2_1 = -1.432183920E-09 / Linear projection matrix
CD2_2 = 5.927979163E-05 / Linear projection matrix
END
CRPIX1 = 2.011026485E+03 / Reference pixel on this axis
CRPIX2 = 8.551343073E+03 / Reference pixel on this axis
CD1_1 = 5.925776578E-05 / Linear projection matrix
CD1_2 = -5.755348194E-08 / Linear projection matrix
CD2_1 = 5.225314364E-08 / Linear projection matrix
CD2_2 = 5.927961006E-05 / Linear projection matrix
END
CRPIX1 = 8.431539690E+03 / Reference pixel on this axis
CRPIX2 = 4.095130427E+03 / Reference pixel on this axis
CD1_1 = 5.928255035E-05 / Linear projection matrix
CD1_2 = 9.968758032E-09 / Linear projection matrix
CD2_1 = -2.113748237E-08 / Linear projection matrix
CD2_2 = 5.927760376E-05 / Linear projection matrix
END
CRPIX1 = 6.291180087E+03 / Reference pixel on this axis
CRPIX2 = 4.087758290E+03 / Reference pixel on this axis
CD1_1 = 5.928577701E-05 / Linear projection matrix
CD1_2 = -3.858688008E-08 / Linear projection matrix
CD2_1 = 2.850022656E-08 / Linear projection matrix
CD2_2 = 5.927364817E-05 / Linear projection matrix
END
CRPIX1 = 4.151397058E+03 / Reference pixel on this axis
CRPIX2 = 4.085624837E+03 / Reference pixel on this axis
CD1_1 = 5.927346720E-05 / Linear projection matrix
CD1_2 = -1.030195979E-07 / Linear projection matrix
CD2_1 = 1.063822560E-07 / Linear projection matrix
CD2_2 = 5.927904867E-05 / Linear projection matrix
END
CRPIX1 = 2.011051446E+03 / Reference pixel on this axis
CRPIX2 = 4.086860273E+03 / Reference pixel on this axis
CD1_1 = 5.927605038E-05 / Linear projection matrix
CD1_2 = -3.411733574E-08 / Linear projection matrix
CD2_1 = 2.453405144E-08 / Linear projection matrix
CD2_2 = 5.927513748E-05 / Linear projection matrix
END
CRPIX1 = 8.434305830E+03 / Reference pixel on this axis
CRPIX2 = -5.689503409E+01 / Reference pixel on this axis
CD1_1 = 5.928676130E-05 / Linear projection matrix
CD1_2 = -2.781008079E-08 / Linear projection matrix
CD2_1 = 2.116033855E-08 / Linear projection matrix
CD2_2 = 5.929064643E-05 / Linear projection matrix
END
CRPIX1 = 6.292814225E+03 / Reference pixel on this axis
CRPIX2 = -6.581774192E+01 / Reference pixel on this axis
CD1_1 = 5.927282519E-05 / Linear projection matrix
CD1_2 = -8.415578132E-08 / Linear projection matrix
CD2_1 = 9.444857111E-08 / Linear projection matrix
CD2_2 = 5.928622706E-05 / Linear projection matrix
END
CRPIX1 = 4.151216628E+03 / Reference pixel on this axis
CRPIX2 = -5.697639372E+01 / Reference pixel on this axis
CD1_1 = 5.927297053E-05 / Linear projection matrix
CD1_2 = 6.865257388E-09 / Linear projection matrix
CD2_1 = -9.668194666E-09 / Linear projection matrix
CD2_2 = 5.929006455E-05 / Linear projection matrix
END
CRPIX1 = 2.009877948E+03 / Reference pixel on this axis
CRPIX2 = -5.891686361E+01 / Reference pixel on this axis
CD1_1 = 5.925142996E-05 / Linear projection matrix
CD1_2 = -2.648194589E-08 / Linear projection matrix
CD2_1 = 1.347578083E-08 / Linear projection matrix
CD2_2 = 5.928707962E-05 / Linear projection matrix
END
CRPIX1 = 8.433887973E+03 / Reference pixel on this axis
CRPIX2 = -4.518906877E+03 / Reference pixel on this axis
CD1_1 = 5.929425124E-05 / Linear projection matrix
CD1_2 = -3.242446508E-08 / Linear projection matrix
CD2_1 = 1.605457833E-08 / Linear projection matrix
CD2_2 = 5.929950816E-05 / Linear projection matrix
END
CRPIX1 = 6.291283208E+03 / Reference pixel on this axis
CRPIX2 = -4.523955236E+03 / Reference pixel on this axis
CD1_1 = 5.927957976E-05 / Linear projection matrix
CD1_2 = -3.550011772E-08 / Linear projection matrix
CD2_1 = 3.699091922E-08 / Linear projection matrix
CD2_2 = 5.929287641E-05 / Linear projection matrix
END
CRPIX1 = 4.144681201E+03 / Reference pixel on this axis
CRPIX2 = -4.524168485E+03 / Reference pixel on this axis
CD1_1 = 5.927420581E-05 / Linear projection matrix
CD1_2 = -7.462680215E-08 / Linear projection matrix
CD2_1 = 6.501676326E-08 / Linear projection matrix
CD2_2 = 5.929580751E-05 / Linear projection matrix
END
CRPIX1 = 2.002282825E+03 / Reference pixel on this axis
CRPIX2 = -4.523334856E+03 / Reference pixel on this axis
CD1_1 = 5.927366818E-05 / Linear projection matrix
CD1_2 = -7.447803327E-08 / Linear projection matrix
CD2_1 = 8.457089500E-08 / Linear projection matrix
CD2_2 = 5.929439065E-05 / Linear projection matrix
END
CRPIX1 = -1.275975205E+02 / Reference pixel on this axis
CRPIX2 = 8.548242987E+03 / Reference pixel on this axis
CD1_1 = 5.928639743E-05 / Linear projection matrix
CD1_2 = -6.975799765E-08 / Linear projection matrix
CD2_1 = 6.687282318E-08 / Linear projection matrix
CD2_2 = 5.928115683E-05 / Linear projection matrix
END
CRPIX1 = -2.277466343E+03 / Reference pixel on this axis
CRPIX2 = 8.546967651E+03 / Reference pixel on this axis
CD1_1 = 5.929117755E-05 / Linear projection matrix
CD1_2 = 2.897963876E-08 / Linear projection matrix
CD2_1 = -3.041267100E-08 / Linear projection matrix
CD2_2 = 5.929020920E-05 / Linear projection matrix
END
CRPIX1 = -4.407471982E+03 / Reference pixel on this axis
CRPIX2 = 8.556542658E+03 / Reference pixel on this axis
CD1_1 = 5.930273672E-05 / Linear projection matrix
CD1_2 = -9.304644796E-08 / Linear projection matrix
CD2_1 = 9.329111582E-08 / Linear projection matrix
CD2_2 = 5.928707530E-05 / Linear projection matrix
END
CRPIX1 = -6.546562341E+03 / Reference pixel on this axis
CRPIX2 = 8.560070385E+03 / Reference pixel on this axis
CD1_1 = 5.930270304E-05 / Linear projection matrix
CD1_2 = -1.105519045E-07 / Linear projection matrix
CD2_1 = 1.081304355E-07 / Linear projection matrix
CD2_2 = 5.929164876E-05 / Linear projection matrix
END
CRPIX1 = -1.280153158E+02 / Reference pixel on this axis
CRPIX2 = 4.089935470E+03 / Reference pixel on this axis
CD1_1 = 5.929101928E-05 / Linear projection matrix
CD1_2 = -9.618228010E-08 / Linear projection matrix
CD2_1 = 8.775847567E-08 / Linear projection matrix
CD2_2 = 5.927509838E-05 / Linear projection matrix
END
CRPIX1 = -2.272274093E+03 / Reference pixel on this axis
CRPIX2 = 4.087680317E+03 / Reference pixel on this axis
CD1_1 = 5.928714331E-05 / Linear projection matrix
CD1_2 = -1.610681097E-09 / Linear projection matrix
CD2_1 = 1.128615846E-08 / Linear projection matrix
CD2_2 = 5.927595814E-05 / Linear projection matrix
END
CRPIX1 = -4.413832562E+03 / Reference pixel on this axis
CRPIX2 = 4.096679775E+03 / Reference pixel on this axis
CD1_1 = 5.927982997E-05 / Linear projection matrix
CD1_2 = -1.129891239E-07 / Linear projection matrix
CD2_1 = 1.115670400E-07 / Linear projection matrix
CD2_2 = 5.927467010E-05 / Linear projection matrix
END
CRPIX1 = -6.551736017E+03 / Reference pixel on this axis
CRPIX2 = 4.102546536E+03 / Reference pixel on this axis
CD1_1 = 5.929858222E-05 / Linear projection matrix
CD1_2 = -1.462282113E-07 / Linear projection matrix
CD2_1 = 1.502224267E-07 / Linear projection matrix
CD2_2 = 5.928326298E-05 / Linear projection matrix
END
CRPIX1 = -1.262308152E+02 / Reference pixel on this axis
CRPIX2 = -5.819406341E+01 / Reference pixel on this axis
CD1_1 = 5.928196147E-05 / Linear projection matrix
CD1_2 = 1.147944315E-08 / Linear projection matrix
CD2_1 = -5.314686491E-09 / Linear projection matrix
CD2_2 = 5.929068024E-05 / Linear projection matrix
END
CRPIX1 = -2.271219232E+03 / Reference pixel on this axis
CRPIX2 = -5.344238120E+01 / Reference pixel on this axis
CD1_1 = 5.930148093E-05 / Linear projection matrix
CD1_2 = -9.261298375E-08 / Linear projection matrix
CD2_1 = 9.828044999E-08 / Linear projection matrix
CD2_2 = 5.928799478E-05 / Linear projection matrix
END
CRPIX1 = -4.416391049E+03 / Reference pixel on this axis
CRPIX2 = -5.282039430E+01 / Reference pixel on this axis
CD1_1 = 5.928930905E-05 / Linear projection matrix
CD1_2 = -9.242071448E-08 / Linear projection matrix
CD2_1 = 9.795046620E-08 / Linear projection matrix
CD2_2 = 5.928880555E-05 / Linear projection matrix
END
CRPIX1 = -6.553640006E+03 / Reference pixel on this axis
CRPIX2 = -6.728350884E+01 / Reference pixel on this axis
CD1_1 = 5.929404364E-05 / Linear projection matrix
CD1_2 = 5.483739486E-08 / Linear projection matrix
CD2_1 = -3.969755188E-08 / Linear projection matrix
CD2_2 = 5.928829256E-05 / Linear projection matrix
END
CRPIX1 = -1.350005647E+02 / Reference pixel on this axis
CRPIX2 = -4.521597524E+03 / Reference pixel on this axis
CD1_1 = 5.926390087E-05 / Linear projection matrix
CD1_2 = -5.144079640E-08 / Linear projection matrix
CD2_1 = 5.739656113E-08 / Linear projection matrix
CD2_2 = 5.929727719E-05 / Linear projection matrix
END
CRPIX1 = -2.281688626E+03 / Reference pixel on this axis
CRPIX2 = -4.513663618E+03 / Reference pixel on this axis
CD1_1 = 5.929784454E-05 / Linear projection matrix
CD1_2 = -1.230319210E-07 / Linear projection matrix
CD2_1 = 1.286261529E-07 / Linear projection matrix
CD2_2 = 5.930025335E-05 / Linear projection matrix
END
CRPIX1 = -4.417747327E+03 / Reference pixel on this axis
CRPIX2 = -4.516586196E+03 / Reference pixel on this axis
CD1_1 = 5.929395364E-05 / Linear projection matrix
CD1_2 = -8.190214244E-08 / Linear projection matrix
CD2_1 = 9.306297092E-08 / Linear projection matrix
CD2_2 = 5.930131545E-05 / Linear projection matrix
END
CRPIX1 = -6.556730974E+03 / Reference pixel on this axis
CRPIX2 = -4.514967067E+03 / Reference pixel on this axis
CD1_1 = 5.931081093E-05 / Linear projection matrix
CD1_2 = -4.346604193E-08 / Linear projection matrix
CD2_1 = 7.160235752E-08 / Linear projection matrix
CD2_2 = 5.930570412E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/OMEGACAM@VST.ini 0000664 0000000 0000000 00000005512 14306405457 0020606 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OMEGACAM@VST
INSTSHORT=OMEGACAM
# Number of chips
NCHIPS=32
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.214
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2 [3]=2 [4]=2 [5]=2 [6]=2 [7]=2 [8]=2 [9]=2 [10]=2 [11]=2 [12]=2 [13]=2 [14]=2 [15]=2 [16]=2 [17]=2 [18]=2 [19]=2 [20]=2 [21]=2 [22]=2 [23]=2 [24]=2 [25]=2 [26]=2 [27]=2 [28]=2 [29]=2 [30]=2 [31]=2 [32]=2)
OVSCANX2=([1]=45 [2]=45 [3]=45 [4]=45 [5]=45 [6]=45 [7]=45 [8]=45 [9]=45 [10]=45 [11]=45 [12]=45 [13]=45 [14]=45 [15]=45 [16]=45 [17]=45 [18]=45 [19]=45 [20]=45 [21]=45 [22]=45 [23]=45 [24]=45 [25]=45 [26]=45 [27]=45 [28]=45 [29]=45 [30]=45 [31]=45 [32]=45)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51 [5]=51 [6]=51 [7]=51 [8]=51 [9]=51 [10]=51 [11]=51 [12]=51 [13]=51 [14]=51 [15]=51 [16]=51 [17]=51 [18]=51 [19]=51 [20]=51 [21]=51 [22]=51 [23]=51 [24]=51 [25]=51 [26]=51 [27]=51 [28]=51 [29]=51 [30]=51 [31]=51 [32]=51)
CUTY=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3 [9]=102 [10]=102 [11]=102 [12]=102 [13]=102 [14]=102 [15]=102 [16]=102 [17]=3 [18]=3 [19]=3 [20]=3 [21]=3 [22]=3 [23]=3 [24]=3 [25]=102 [26]=102 [27]=102 [28]=102 [29]=102 [30]=102 [31]=102 [32]=102)
SIZEX=([1]=2044 [2]=2044 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044 [9]=2044 [10]=2044 [11]=2044 [12]=2044 [13]=2044 [14]=2044 [15]=2044 [16]=2044 [17]=2044 [18]=2044 [19]=2044 [20]=2044 [21]=2044 [22]=2044 [23]=2044 [24]=2044 [25]=2044 [26]=2044 [27]=2044 [28]=2044 [29]=2044 [30]=2044 [31]=2044 [32]=2044)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096 [5]=4096 [6]=4096 [7]=4096 [8]=4096 [9]=4096 [10]=4096 [11]=4096 [12]=4096 [13]=4096 [14]=4096 [15]=4096 [16]=4096 [17]=4096 [18]=4096 [19]=4096 [20]=4096 [21]=4096 [22]=4096 [23]=4096 [24]=4096 [25]=4096 [26]=4096 [27]=4096 [28]=4096 [29]=4096 [30]=4096 [31]=4096 [32]=4096)
# Reference pixels for each chip.
REFPIXX=([1]=8576 [2]=6438 [3]=4296 [4]=2154 [5]=8576 [6]=6438 [7]=4296 [8]=2154 [9]=8576 [10]=6438 [11]=4296 [12]=2154 [13]=8576 [14]=6438 [15]=4296 [16]=2154 [17]=14 [18]=-2125 [19]=-4268 [20]=-6408 [21]=14 [22]=-2125 [23]=-4268 [24]=-6408 [25]=14 [26]=-2125 [27]=-4268 [28]=-6408 [29]=14 [30]=-2125 [31]=-4268 [32]=-6408)
REFPIXY=([1]=8563 [2]=8563 [3]=8563 [4]=8563 [5]=4104 [6]=4104 [7]=4104 [8]=4104 [9]=61 [10]=61 [11]=61 [12]=61 [13]=-4400 [14]=-4400 [15]=-4400 [16]=-4400 [17]=8563 [18]=8563 [19]=8563 [20]=8563 [21]=4104 [22]=4104 [23]=4104 [24]=4104 [25]=61 [26]=61 [27]=61 [28]=61 [29]=-4400 [30]=-4400 [31]=-4400 [32]=-4400)
TYPE=OPT
THELI-3.1.4/config/instruments/OSIRIS@GTC.ini 0000664 0000000 0000000 00000001453 14306405457 0020406 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OSIRIS@GTC
INSTSHORT=OSIRIS
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.125
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2)
OVSCANX2=([1]=23 [2]=23)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=27 [2]=27)
CUTY=([1]=3 [2]=3)
SIZEX=([1]=985 [2]=1019)
SIZEY=([1]=2045 [2]=2045)
# Reference pixels for each chip.
REFPIXX=([1]=1000 [2]=1)
REFPIXY=([1]=1000 [2]=1000)
TYPE=NIR
THELI-3.1.4/config/instruments/OSIRIS_F3@SOAR.ini 0000664 0000000 0000000 00000001360 14306405457 0021062 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OSIRIS_F3@SOAR
INSTSHORT=OSIRIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.331
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=235)
CUTY=([1]=307)
SIZEX=([1]=562)
SIZEY=([1]=561)
# Reference pixels for each chip.
REFPIXX=([1]=280)
REFPIXY=([1]=280)
TYPE=NIR
THELI-3.1.4/config/instruments/OSIRIS_F7@SOAR.ini 0000664 0000000 0000000 00000001357 14306405457 0021074 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=OSIRIS_F7@SOAR
INSTSHORT=OSIRIS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.139
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/Omega2000@CAHA.ini 0000664 0000000 0000000 00000001365 14306405457 0021011 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=Omega2000@CAHA
INSTSHORT=Omega2000
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=37.22
OBSLONG=-2.55
# Pixel scale in arcsec
PIXSCALE=0.449
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
TYPE=NIR
THELI-3.1.4/config/instruments/PANIC@LCO.ini 0000664 0000000 0000000 00000001373 14306405457 0020231 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PANIC@LCO
INSTSHORT=PANIC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.01423
OBSLONG=-70.33
# Pixel scale in arcsec
PIXSCALE=0.125
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/PANIC_OLD_4det@CAHA2.2.ahead 0000664 0000000 0000000 00000003644 14306405457 0022436 0 ustar 00root root 0000000 0000000 CRPIX1 = -8.844114104646E+01 / Reference pixel on this axis
CRPIX2 = 2.127436214300E+03 / Reference pixel on this axis
CD1_1 = -1.244708446515E-04 / Linear projection matrix
CD1_2 = -4.523402691823E-08 / Linear projection matrix
CD2_1 = 7.548460352066E-07 / Linear projection matrix
CD2_2 = 1.244464901206E-04 / Linear projection matrix
END
CRPIX1 = -6.872712376614E+01 / Reference pixel on this axis
CRPIX2 = -9.111089185834E+01 / Reference pixel on this axis
CD1_1 = -1.245510871257E-04 / Linear projection matrix
CD1_2 = -2.657009734177E-07 / Linear projection matrix
CD2_1 = -1.096813153130E-06 / Linear projection matrix
CD2_2 = 1.244703807651E-04 / Linear projection matrix
END
CRPIX1 = 2.128572894979E+03 / Reference pixel on this axis
CRPIX2 = -6.897720967820E+01 / Reference pixel on this axis
CD1_1 = -1.242466245492E-04 / Linear projection matrix
CD1_2 = -6.602713252379E-08 / Linear projection matrix
CD2_1 = 8.342548560519E-07 / Linear projection matrix
CD2_2 = 1.243936990531E-04 / Linear projection matrix
END
CRPIX1 = 2.122921924663E+03 / Reference pixel on this axis
CRPIX2 = 2.132318431969E+03 / Reference pixel on this axis
CD1_1 = -1.242985009360E-04 / Linear projection matrix
CD1_2 = 7.527865515692E-07 / Linear projection matrix
CD2_1 = -1.896518898634E-09 / Linear projection matrix
CD2_2 = 1.243957116432E-04 / Linear projection matrix
END
THELI-3.1.4/config/instruments/PANIC_OLD_4det@CAHA2.2.ini 0000664 0000000 0000000 00000000773 14306405457 0022153 0 ustar 00root root 0000000 0000000 INSTRUMENT=PANIC_OLD_4det@CAHA2.2
INSTSHORT=PANIC_OLD
NCHIPS=4
# Geographic location
OBSLAT=37.22
OBSLONG=-2.55
# Plate scale
PIXSCALE=0.45
GAIN=1.0
# Detector geometries
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
REFPIXX=([1]=-80 [2]=-80 [3]=2132 [4]=2132)
REFPIXY=([1]=2132 [2]=-80 [3]=-80 [4]=2132)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/PAUCam@WHT.ahead 0000664 0000000 0000000 00000007510 14306405457 0020754 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.597519642283E+03 / Reference pixel on this axis
CRPIX2 = 4.402168664649E+03 / Reference pixel on this axis
CD1_1 = -1.952150544654E-05 / Linear projection matrix
CD1_2 = 7.036185872952E-05 / Linear projection matrix
CD2_1 = -6.936582026339E-05 / Linear projection matrix
CD2_2 = -1.856345871678E-05 / Linear projection matrix
END
CRPIX1 = -2.534732539751E+03 / Reference pixel on this axis
CRPIX2 = 4.405872386958E+03 / Reference pixel on this axis
CD1_1 = 1.840107954568E-05 / Linear projection matrix
CD1_2 = -6.996848836837E-05 / Linear projection matrix
CD2_1 = 6.981954410917E-05 / Linear projection matrix
CD2_2 = 1.955567796371E-05 / Linear projection matrix
END
CRPIX1 = 2.197184819958E+03 / Reference pixel on this axis
CRPIX2 = 4.373822656213E+03 / Reference pixel on this axis
CD1_1 = -1.927770012864E-05 / Linear projection matrix
CD1_2 = 7.068526113884E-05 / Linear projection matrix
CD2_1 = -7.089819673253E-05 / Linear projection matrix
CD2_2 = -1.912478909686E-05 / Linear projection matrix
END
CRPIX1 = -1.544407540824E+02 / Reference pixel on this axis
CRPIX2 = 4.375575760940E+03 / Reference pixel on this axis
CD1_1 = 1.919803000784E-05 / Linear projection matrix
CD1_2 = -7.041887335881E-05 / Linear projection matrix
CD2_1 = 7.080842921676E-05 / Linear projection matrix
CD2_2 = 1.943124681991E-05 / Linear projection matrix
END
CRPIX1 = -1.492130332551E+02 / Reference pixel on this axis
CRPIX2 = 4.380774373995E+03 / Reference pixel on this axis
CD1_1 = -1.915716695370E-05 / Linear projection matrix
CD1_2 = 7.043881391740E-05 / Linear projection matrix
CD2_1 = -7.084663316203E-05 / Linear projection matrix
CD2_2 = -1.939882873464E-05 / Linear projection matrix
END
CRPIX1 = 2.195131140060E+03 / Reference pixel on this axis
CRPIX2 = 4.378241010424E+03 / Reference pixel on this axis
CD1_1 = 1.942509471795E-05 / Linear projection matrix
CD1_2 = -7.050829340166E-05 / Linear projection matrix
CD2_1 = 7.069779273496E-05 / Linear projection matrix
CD2_2 = 1.898389273971E-05 / Linear projection matrix
END
CRPIX1 = -2.531537632174E+03 / Reference pixel on this axis
CRPIX2 = 4.392125603020E+03 / Reference pixel on this axis
CD1_1 = -1.865564367634E-05 / Linear projection matrix
CD1_2 = 6.998925141341E-05 / Linear projection matrix
CD2_1 = -6.978966213023E-05 / Linear projection matrix
CD2_2 = -1.964824415240E-05 / Linear projection matrix
END
CRPIX1 = 4.593046292423E+03 / Reference pixel on this axis
CRPIX2 = 4.412744434936E+03 / Reference pixel on this axis
CD1_1 = 1.965265240183E-05 / Linear projection matrix
CD1_2 = -7.017425841004E-05 / Linear projection matrix
CD2_1 = 6.931453972198E-05 / Linear projection matrix
CD2_2 = 1.833689751925E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/PAUCam@WHT.ini 0000664 0000000 0000000 00000002237 14306405457 0020472 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PAUCam@WHT
INSTSHORT=PAUCam
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.27
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048)
SIZEY=([1]=4224 [2]=4224 [3]=4224 [4]=4224 [5]=4224 [6]=4224 [7]=4224 [8]=4224)
# Reference pixels for each chip.
REFPIXX=([1]=4597 [2]=-2534 [3]=2197 [4]=-154 [5]=-149 [6]=2194 [7]=-2531 [8]=4592)
REFPIXY=([1]=4401 [2]=4406 [3]=4373 [4]=4376 [5]=4380 [6]=4378 [7]=4391 [8]=4413)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/PFC_new@WHT.ini 0000664 0000000 0000000 00000001374 14306405457 0020706 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PFC_new@WHT
INSTSHORT=PFC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.262
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=10)
OVSCANX2=([1]=40)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=52)
CUTY=([1]=5)
SIZEX=([1]=4092)
SIZEY=([1]=4100)
# Reference pixels for each chip.
REFPIXX=([1]=2040)
REFPIXY=([1]=2050)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/PFC_old@WHT.ahead 0000664 0000000 0000000 00000001722 14306405457 0021153 0 ustar 00root root 0000000 0000000 CRPIX1 = -2.015603476E+02 / Reference pixel on this axis
CRPIX2 = 1.926814299E+03 / Reference pixel on this axis
CD1_1 = 6.564676913E-05 / Linear projection matrix
CD1_2 = 4.559313681E-07 / Linear projection matrix
CD2_1 = 6.443351978E-07 / Linear projection matrix
CD2_2 = -6.538287638E-05 / Linear projection matrix
END
CRPIX1 = 2.155380801E+03 / Reference pixel on this axis
CRPIX2 = 2.122582540E+03 / Reference pixel on this axis
CD1_1 = 6.475556646E-05 / Linear projection matrix
CD1_2 = 7.171631240E-07 / Linear projection matrix
CD2_1 = 3.903906071E-07 / Linear projection matrix
CD2_2 = -6.578825128E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/PFC_old@WHT.ini 0000664 0000000 0000000 00000001461 14306405457 0020670 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PFC_old@WHT
INSTSHORT=PFC
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.237
GAIN=1.3
# Overscan regions.
OVSCANX1=([1]=10 [2]=10)
OVSCANX2=([1]=50 [2]=50)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=60 [2]=60)
CUTY=([1]=10 [2]=10)
SIZEX=([1]=2040 [2]=2040)
SIZEY=([1]=4080 [2]=4080)
# Reference pixels for each chip.
REFPIXX=([1]=2000 [2]=30)
REFPIXY=([1]=2105 [2]=2100)
TYPE=OPT
THELI-3.1.4/config/instruments/PF_QHY2x2@WHT.ini 0000664 0000000 0000000 00000000650 14306405457 0021003 0 ustar 00root root 0000000 0000000 INSTRUMENT=PF_QHY2x2@WHT
NCHIPS=1
# Geographic location
OBSLAT=28.76
OBSLONG=-17.89
# Plate scale
PIXSCALE=0.1333
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=4788)
SIZEY=([1]=3194)
REFPIXX=([1]=2255)
REFPIXY=([1]=1690)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/PF_QHY4x4@WHT.ini 0000664 0000000 0000000 00000000647 14306405457 0021015 0 ustar 00root root 0000000 0000000 INSTRUMENT=PF_QHY4x4@WHT
NCHIPS=1
# Geographic location
OBSLAT=28.76
OBSLONG=-17.89
# Plate scale
PIXSCALE=0.2666
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2394)
SIZEY=([1]=1597)
REFPIXX=([1]=1130)
REFPIXY=([1]=850)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/PICCD@WISE.ini 0000664 0000000 0000000 00000001342 14306405457 0020347 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PICCD@WISE
INSTSHORT=PICCD
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=30.60
OBSLONG=034.76
# Pixel scale in arcsec
PIXSCALE=0.58164
GAIN=2.1
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=2)
SIZEX=([1]=1338)
SIZEY=([1]=1299)
# Reference pixels for each chip.
REFPIXX=([1]=1670)
REFPIXY=([1]=1650)
TYPE=OPT
THELI-3.1.4/config/instruments/PISCES@LBT.ini 0000664 0000000 0000000 00000001355 14306405457 0020371 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=PISCES@LBT
INSTSHORT=PISCES
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=32.70
OBSLONG=-109.89
# Pixel scale in arcsec
PIXSCALE=0.0179
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/PISCO@LCO.ini 0000664 0000000 0000000 00000000651 14306405457 0020252 0 ustar 00root root 0000000 0000000 INSTRUMENT=PISCO@LCO
NCHIPS=1
# Geographic location
OBSLAT=-29.01423
OBSLONG=-70.33
# Plate scale
PIXSCALE=0.1103
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=3092)
SIZEY=([1]=6147)
REFPIXX=([1]=1500)
REFPIXY=([1]=3000)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/PISCO@LCO_1.reg 0000664 0000000 0000000 00000000333 14306405457 0020465 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(47.908672,5120.9585,410.83118,5330.7731,2585.5309,5330.7731,3033.5134,5092.6052,3029.6453,704.61624,2709.2528,571.35563,440.98708,574.19096,31.261993,723.05904)
THELI-3.1.4/config/instruments/RetroCam_DUPONT@LCO.ini 0000664 0000000 0000000 00000000703 14306405457 0022200 0 ustar 00root root 0000000 0000000 INSTRUMENT=RetroCam_DUPONT@LCO
INSTSHORT=RetroCam
NCHIPS=1
# Geographic location
OBSLAT=-29.00730
OBSLONG=-70.70384
# Plate scale
PIXSCALE=0.201
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=)
OVSCANX2=([1]=)
OVSCANY1=([1]=)
OVSCANY2=([1]=)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIR
FLIP=NOFLIP
THELI-3.1.4/config/instruments/RetroCam_DUPONT@LCO_1.reg 0000664 0000000 0000000 00000000203 14306405457 0022411 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(4,970,54,1020,994,1021,1022,992,1021,67,998,26,975,8,3,8)
THELI-3.1.4/config/instruments/RetroCam_SWOPE@LCO.ini 0000664 0000000 0000000 00000000702 14306405457 0022063 0 ustar 00root root 0000000 0000000 INSTRUMENT=RetroCam_SWOPE@LCO
INSTSHORT=RetroCam
NCHIPS=1
# Geographic location
OBSLAT=-29.00730
OBSLONG=-70.70384
# Plate scale
PIXSCALE=0.537
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=)
OVSCANX2=([1]=)
OVSCANY1=([1]=)
OVSCANY2=([1]=)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1024)
SIZEY=([1]=1024)
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=NIR
FLIP=NOFLIP
THELI-3.1.4/config/instruments/RetroCam_SWOPE@LCO_1.reg 0000664 0000000 0000000 00000000203 14306405457 0022275 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(4,970,54,1020,994,1021,1022,992,1021,67,998,26,975,8,3,8)
THELI-3.1.4/config/instruments/SAMI_2x2@SOAR.ini 0000664 0000000 0000000 00000001375 14306405457 0020754 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SAMI_2x2@SOAR
INSTSHORT=SAMI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.091
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2056)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1028)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/SDSS.ini 0000664 0000000 0000000 00000001334 14306405457 0017512 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SDSS
INSTSHORT=SDSS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=0
OBSLONG=0.0
# Pixel scale in arcsec
PIXSCALE=0.396
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=1489)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=745)
TYPE=OPT
THELI-3.1.4/config/instruments/SITe3_SWOPE@LCO.ini 0000664 0000000 0000000 00000000676 14306405457 0021250 0 ustar 00root root 0000000 0000000 INSTRUMENT=SITe3_SWOPE@LCO
INSTSHORT=SITe3
NCHIPS=1
# Geographic location
OBSLAT=-29.0
OBSLONG=-70.33
# Plate scale
PIXSCALE=0.435
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=1205)
OVSCANX2=([1]=1232)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=1201)
SIZEY=([1]=1201)
REFPIXX=([1]=600)
REFPIXY=([1]=600)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/SITe@TLS.ini 0000664 0000000 0000000 00000001356 14306405457 0020231 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SITe@TLS
INSTSHORT=SITe
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=51.0
OBSLONG=0.0
# Pixel scale in arcsec
PIXSCALE=1.233
GAIN=20.0
# Overscan regions.
OVSCANX1=([1]=2050)
OVSCANX2=([1]=2160)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=3)
CUTY=([1]=2)
SIZEX=([1]=2044)
SIZEY=([1]=2047)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=OPT
THELI-3.1.4/config/instruments/SOFI@NTT.ini 0000664 0000000 0000000 00000001355 14306405457 0020167 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SOFI@NTT
INSTSHORT=SOFI
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.290
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=10)
CUTY=([1]=2)
SIZEX=([1]=1010)
SIZEY=([1]=1010)
# Reference pixels for each chip.
REFPIXX=([1]=512)
REFPIXY=([1]=512)
TYPE=NIR
THELI-3.1.4/config/instruments/SOI@SOAR.ahead 0000664 0000000 0000000 00000001710 14306405457 0020436 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.050911616312E+03 / Reference pixel on this axis
CRPIX2 = 1.024989033611E+03 / Reference pixel on this axis
CD1_1 = -4.260472451758E-05 / Linear projection matrix
CD1_2 = 2.400869423855E-07 / Linear projection matrix
CD2_1 = 2.445292572607E-07 / Linear projection matrix
CD2_2 = 4.261550710726E-05 / Linear projection matrix
END
CRPIX1 = -2.601837775412E+01 / Reference pixel on this axis
CRPIX2 = 1.022988826770E+03 / Reference pixel on this axis
CD1_1 = -4.259671941042E-05 / Linear projection matrix
CD1_2 = 1.496986834908E-07 / Linear projection matrix
CD2_1 = 1.449929713362E-07 / Linear projection matrix
CD2_2 = 4.261404170076E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SOI@SOAR.ini 0000664 0000000 0000000 00000001441 14306405457 0020154 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SOI@SOAR
INSTSHORT=SOI
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.1534
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0)
OVSCANX2=([1]=0 [2]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1)
CUTY=([1]=20 [2]=20)
SIZEX=([1]=1024 [2]=1024)
SIZEY=([1]=2048 [2]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1000 [2]=0)
REFPIXY=([1]=940 [2]=940)
TYPE=OPT
THELI-3.1.4/config/instruments/SOI@SOAR_1.reg 0000664 0000000 0000000 00000000170 14306405457 0020370 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-1,2049,1025,2049,1025,11,1.0710678,10.071068)
THELI-3.1.4/config/instruments/SOI@SOAR_2.reg 0000664 0000000 0000000 00000000170 14306405457 0020371 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(-1,2049,1025,2049,1025,11,1.0710678,10.071068)
THELI-3.1.4/config/instruments/SPARTAN@SOAR.ahead 0000664 0000000 0000000 00000003644 14306405457 0021124 0 ustar 00root root 0000000 0000000 CRPIX1 = 2.331742537E+03 / Reference pixel on this axis
CRPIX2 = 2.311651873E+03 / Reference pixel on this axis
CD1_1 = 1.813520732E-05 / Linear projection matrix
CD1_2 = -5.389241348E-07 / Linear projection matrix
CD2_1 = -2.302745826E-07 / Linear projection matrix
CD2_2 = -1.821445216E-05 / Linear projection matrix
END
CRPIX1 = -2.085966051E+02 / Reference pixel on this axis
CRPIX2 = 2.302052113E+03 / Reference pixel on this axis
CD1_1 = 1.867483419E-05 / Linear projection matrix
CD1_2 = -4.816164760E-07 / Linear projection matrix
CD2_1 = -3.093933812E-07 / Linear projection matrix
CD2_2 = -1.824714449E-05 / Linear projection matrix
END
CRPIX1 = -2.179730384E+02 / Reference pixel on this axis
CRPIX2 = -2.580846203E+02 / Reference pixel on this axis
CD1_1 = 1.865922836E-05 / Linear projection matrix
CD1_2 = -1.287822743E-07 / Linear projection matrix
CD2_1 = -3.430719440E-07 / Linear projection matrix
CD2_2 = -1.828594111E-05 / Linear projection matrix
END
CRPIX1 = 2.317733827E+03 / Reference pixel on this axis
CRPIX2 = -2.666756097E+02 / Reference pixel on this axis
CD1_1 = 1.813667561E-05 / Linear projection matrix
CD1_2 = -1.339064892E-07 / Linear projection matrix
CD2_1 = -4.477749171E-07 / Linear projection matrix
CD2_2 = -1.822369705E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SPARTAN@SOAR.ini 0000664 0000000 0000000 00000001643 14306405457 0020636 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SPARTAN@SOAR
INSTSHORT=SPARTAN
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.0659
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=2306 [2]=-247 [3]=-252 [4]=2299)
REFPIXY=([1]=2511 [2]=2509 [3]=-65 [4]=-68)
TYPE=NIR
THELI-3.1.4/config/instruments/SPARTAN@SOAR.nldat 0000664 0000000 0000000 00000000124 14306405457 0021152 0 ustar 00root root 0000000 0000000 0.0 1.0 -2.0E-06 0.0
0.0 1.0 -0.4E-06 0.0
0.0 1.0 -0.3E-06 0.0
0.0 1.0 -2.4E-06 0.0
THELI-3.1.4/config/instruments/SPARTAN@SOAR_1.reg 0000664 0000000 0000000 00000000267 14306405457 0021055 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(0,1967,83,1972,86,2047,1023.3887,2047.2579,1023.466,1.7550578,37.316474,1.6242775,37.316474,32.221098,-0.18930636,70.713873)
THELI-3.1.4/config/instruments/SPARTAN@SOAR_2.reg 0000664 0000000 0000000 00000000546 14306405457 0021056 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(4.2066474,1902.2413,66.018786,1924.2168,95.628613,1979.4884,95.628613,2044.6301,1881.0173,2046.0332,1886.9393,1979.9046,1956.0289,1933.5159,2045.8454,1957.2038,2047.1951,134.82081,1978.1055,79.549133,1949.4827,2.5635838,94.023121,1.7846821,91.062139,55.08237,58.491329,125.15896,4.2066474,142.92486)
THELI-3.1.4/config/instruments/SPARTAN@SOAR_3.reg 0000664 0000000 0000000 00000001522 14306405457 0021052 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(201.65101,2041.776,1996.9451,2044.6062,2042.3468,2006.1134,2046.1105,105.59754,1968.138,8.3786127,1765.8042,11.339595,1763.3367,29.105491,1727.3114,28.118497,1723.8569,8.3786127,96.066474,3.7290462,12.041185,64.637283,10.275289,909.46821,28.171965,1057.8085,157.46821,1199.9357,160.42919,1237.935,110.09249,1337.1279,81.96315,1426.4509,75.547688,1470.3721,87.730491,1600.4292,314.73916,1604.3772,276.24639,1599.9357,242.19509,1576.7413,223.4422,1543.677,219.98772,1488.4053,245.64957,1440.5361,284.63584,1412.9003,351.75145,1407.4718,392.71171,1425.2377,409.9841,1457.8085,415.90607,1510.1192,394.68569,1577.7283,353.72543,1602.4032,314.73916,1604.3772,87.730491,1600.4292,120.7948,1699.1286,193.75506,1832.5332,197.20954,1880.896,125.65246,1942.0896,126.63945,1980.5824,150.82081,2026.4776)
THELI-3.1.4/config/instruments/SPARTAN@SOAR_4.reg 0000664 0000000 0000000 00000001463 14306405457 0021057 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(42.251445,1976.3858,53.887283,2046.1532,754.19509,2044.6488,872.1409,2045.1423,951.10043,1971.1178,963.93136,1971.6113,965.90535,1939.534,958.50289,1928.677,959.98338,1917.3266,972.32081,1910.9111,983.67124,1920.2876,986.63223,1933.612,976.26879,1939.534,965.90535,1939.534,963.93136,1971.6113,1032.5275,1970.6243,1086.4075,1980.2861,1113.0564,1981.7666,1149.0816,2002.987,1959.5939,1998.6228,1985.2558,1954.7016,1985.7493,1896.9624,1984.7623,1811.0939,1988.7103,1776.0556,2008.9971,1753.9436,2021.6973,646.38801,2043.5419,81.351879,2025.2825,42.859104,1951.7514,12.262283,1316,9,1140,47,755,44,699,8,45.551301,3.5874277,23.343931,61.820087,25.317919,196.5448,5.0845376,200.49277,10.590318,545.66691,43.161127,586.13367,44.225434,1350.6315,43.238439,1569.7442)
THELI-3.1.4/config/instruments/SUSI1@NTT.ini 0000664 0000000 0000000 00000000671 14306405457 0020273 0 ustar 00root root 0000000 0000000 INSTRUMENT=SUSI1@NTT
INSTSHORT=SUSI1
NCHIPS=1
# Geographic location
OBSLAT=-29.257
OBSLONG=-70.73
# Plate scale
PIXSCALE=0.13
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=1080)
OVSCANX2=([1]=1116)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=50)
CUTY=([1]=2)
SIZEX=([1]=1024)
SIZEY=([1]=1023)
REFPIXX=([1]=512)
REFPIXY=([1]=512)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/SUSI2_2x2@NTT.ini 0000664 0000000 0000000 00000001454 14306405457 0020767 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SUSI2_2x2@NTT
INSTSHORT=SUSI2
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.161
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2)
OVSCANX2=([1]=20 [2]=20)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=27 [2]=27)
CUTY=([1]=2 [2]=2)
SIZEX=([1]=1020 [2]=1020)
SIZEY=([1]=2044 [2]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=938 [2]=-145)
REFPIXY=([1]=1145 [2]=1145)
TYPE=OPT
THELI-3.1.4/config/instruments/SUSI2old_2x2@NTT.ini 0000664 0000000 0000000 00000001460 14306405457 0021463 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SUSI2old_2x2@NTT
INSTSHORT=SUSI2
# Number of chips
NCHIPS=2
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.161
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2)
OVSCANX2=([1]=20 [2]=20)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=27 [2]=27)
CUTY=([1]=2 [2]=2)
SIZEX=([1]=1020 [2]=1020)
SIZEY=([1]=2044 [2]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=938 [2]=-145)
REFPIXY=([1]=1145 [2]=1145)
TYPE=OPT
THELI-3.1.4/config/instruments/SuprimeCam_200101-200104@SUBARU.ahead 0000664 0000000 0000000 00000010461 14306405457 0023640 0 ustar 00root root 0000000 0000000 CRPIX1 = 5.753044044E+03 / Reference pixel on this axis
CRPIX2 = 1.527714596E+02 / Reference pixel on this axis
CD1_1 = -5.480743204E-05 / Linear projection matrix
CD1_2 = -4.739649334E-07 / Linear projection matrix
CD2_1 = 1.194510126E-07 / Linear projection matrix
CD2_2 = 5.529965774E-05 / Linear projection matrix
END
CRPIX1 = 3.563589260E+03 / Reference pixel on this axis
CRPIX2 = 1.695507069E+02 / Reference pixel on this axis
CD1_1 = -5.564561938E-05 / Linear projection matrix
CD1_2 = -2.558407020E-07 / Linear projection matrix
CD2_1 = 9.999283071E-08 / Linear projection matrix
CD2_2 = 5.564009339E-05 / Linear projection matrix
END
CRPIX1 = 1.408200871E+03 / Reference pixel on this axis
CRPIX2 = 4.275411591E+03 / Reference pixel on this axis
CD1_1 = -5.598530398E-05 / Linear projection matrix
CD1_2 = -2.674022813E-08 / Linear projection matrix
CD2_1 = -1.784328117E-08 / Linear projection matrix
CD2_2 = 5.581797236E-05 / Linear projection matrix
END
CRPIX1 = -7.358116797E+02 / Reference pixel on this axis
CRPIX2 = 4.274883745E+03 / Reference pixel on this axis
CD1_1 = -5.566583296E-05 / Linear projection matrix
CD1_2 = -4.124865238E-07 / Linear projection matrix
CD2_1 = -1.284784953E-07 / Linear projection matrix
CD2_2 = 5.566496662E-05 / Linear projection matrix
END
CRPIX1 = -7.299698409E+02 / Reference pixel on this axis
CRPIX2 = 1.577171140E+02 / Reference pixel on this axis
CD1_1 = -5.566449471E-05 / Linear projection matrix
CD1_2 = 1.277756681E-07 / Linear projection matrix
CD2_1 = -2.102184753E-07 / Linear projection matrix
CD2_2 = 5.563810879E-05 / Linear projection matrix
END
CRPIX1 = 1.346289045E+03 / Reference pixel on this axis
CRPIX2 = 1.709471785E+02 / Reference pixel on this axis
CD1_1 = -5.599080495E-05 / Linear projection matrix
CD1_2 = -8.983988319E-08 / Linear projection matrix
CD2_1 = -8.848773801E-08 / Linear projection matrix
CD2_2 = 5.577800135E-05 / Linear projection matrix
END
CRPIX1 = 3.470479019E+03 / Reference pixel on this axis
CRPIX2 = 4.318659513E+03 / Reference pixel on this axis
CD1_1 = -5.566860495E-05 / Linear projection matrix
CD1_2 = 1.091114667E-07 / Linear projection matrix
CD2_1 = -2.184032120E-07 / Linear projection matrix
CD2_2 = 5.565779411E-05 / Linear projection matrix
END
CRPIX1 = -2.979128543E+03 / Reference pixel on this axis
CRPIX2 = 4.302122889E+03 / Reference pixel on this axis
CD1_1 = -5.492983863E-05 / Linear projection matrix
CD1_2 = -4.839165366E-07 / Linear projection matrix
CD2_1 = -8.340787864E-08 / Linear projection matrix
CD2_2 = 5.528860429E-05 / Linear projection matrix
END
CRPIX1 = -2.881903379E+03 / Reference pixel on this axis
CRPIX2 = 1.634572463E+02 / Reference pixel on this axis
CD1_1 = -5.492714486E-05 / Linear projection matrix
CD1_2 = 3.001470043E-07 / Linear projection matrix
CD2_1 = -1.089400606E-07 / Linear projection matrix
CD2_2 = 5.530103130E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SuprimeCam_200101-200104@SUBARU.ini 0000664 0000000 0000000 00000002413 14306405457 0023353 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SuprimeCam_200101-200104@SUBARU
INSTSHORT=SUP
# Number of chips
NCHIPS=9
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.202
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=1990 [7]=1980 [8]=1980 [9]=3)
OVSCANX2=([1]=20 [2]=60 [3]=60 [4]=60 [5]=20 [6]=2040 [7]=2040 [8]=2040 [9]=60)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=100 [2]=95 [3]=95 [4]=95 [5]=100 [6]=10 [7]=10 [8]=10 [9]=100)
CUTY=([1]=5 [2]=5 [3]=40 [4]=40 [5]=10 [6]=5 [7]=10 [8]=10 [9]=5)
SIZEX=([1]=1940 [2]=1945 [3]=1945 [4]=1930 [5]=1935 [6]=1955 [7]=1945 [8]=1940 [9]=1940)
SIZEY=([1]=4075 [2]=4075 [3]=4040 [4]=4040 [5]=4050 [6]=4050 [7]=4050 [8]=4050 [9]=4075)
# Reference pixels for each chip.
REFPIXX=([1]=5356 [2]=3233 [3]=1097 [4]=-1026 [5]=-1026 [6]=1023 [7]=3146 [8]=-3223 [9]=-3136)
REFPIXY=([1]=-50 [2]=-50 [3]=4142 [4]=4142 [5]=-50 [6]=-50 [7]=4142 [8]=4142 [9]=-50)
TYPE=OPT
THELI-3.1.4/config/instruments/SuprimeCam_200101-200104@SUBARU_1.reg 0000664 0000000 0000000 00000000164 14306405457 0023572 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
image
polygon(915,4077,1122,4082,1124,-24,912,-9)
THELI-3.1.4/config/instruments/SuprimeCam_200105-200807@SUBARU.ahead 0000664 0000000 0000000 00000011432 14306405457 0023655 0 ustar 00root root 0000000 0000000 CRPIX1 = 5.329699177830E+03 / Reference pixel on this axis
CRPIX2 = -1.385763048352E+01 / Reference pixel on this axis
CD1_1 = -5.497906897895E-05 / Linear projection matrix
CD1_2 = -1.347284388029E-07 / Linear projection matrix
CD2_1 = 2.972850556371E-07 / Linear projection matrix
CD2_2 = 5.532226187501E-05 / Linear projection matrix
END
CRPIX1 = 3.159644122060E+03 / Reference pixel on this axis
CRPIX2 = -1.961323246153E+01 / Reference pixel on this axis
CD1_1 = -5.565227183517E-05 / Linear projection matrix
CD1_2 = 1.391265128262E-07 / Linear projection matrix
CD2_1 = 3.987873100670E-07 / Linear projection matrix
CD2_2 = 5.565386496483E-05 / Linear projection matrix
END
CRPIX1 = 1.019585043136E+03 / Reference pixel on this axis
CRPIX2 = 4.109554295388E+03 / Reference pixel on this axis
CD1_1 = -5.595273546709E-05 / Linear projection matrix
CD1_2 = 3.242989329383E-07 / Linear projection matrix
CD2_1 = 3.472835405383E-07 / Linear projection matrix
CD2_2 = 5.575101497794E-05 / Linear projection matrix
END
CRPIX1 = -1.120361552112E+03 / Reference pixel on this axis
CRPIX2 = 4.114503327961E+03 / Reference pixel on this axis
CD1_1 = -5.564965100541E-05 / Linear projection matrix
CD1_2 = 1.484413950612E-07 / Linear projection matrix
CD2_1 = 3.923415498696E-07 / Linear projection matrix
CD2_2 = 5.564942665448E-05 / Linear projection matrix
END
CRPIX1 = -1.112482610092E+03 / Reference pixel on this axis
CRPIX2 = -2.861725541599E+01 / Reference pixel on this axis
CD1_1 = -5.567907698744E-05 / Linear projection matrix
CD1_2 = 3.697216096507E-07 / Linear projection matrix
CD2_1 = 6.874959405363E-08 / Linear projection matrix
CD2_2 = 5.565452202625E-05 / Linear projection matrix
END
CRPIX1 = 1.021610648068E+03 / Reference pixel on this axis
CRPIX2 = -1.538603367777E+01 / Reference pixel on this axis
CD1_1 = -5.596943379899E-05 / Linear projection matrix
CD1_2 = 2.831909014345E-07 / Linear projection matrix
CD2_1 = 2.961338680592E-07 / Linear projection matrix
CD2_2 = 5.576436034947E-05 / Linear projection matrix
END
CRPIX1 = 5.319242374192E+03 / Reference pixel on this axis
CRPIX2 = 4.107358545135E+03 / Reference pixel on this axis
CD1_1 = -5.509891404557E-05 / Linear projection matrix
CD1_2 = 6.919285099558E-07 / Linear projection matrix
CD2_1 = 3.880025504930E-07 / Linear projection matrix
CD2_2 = 5.539107955427E-05 / Linear projection matrix
END
CRPIX1 = 3.158435629086E+03 / Reference pixel on this axis
CRPIX2 = 4.113486015752E+03 / Reference pixel on this axis
CD1_1 = -5.565000952957E-05 / Linear projection matrix
CD1_2 = 5.066092532595E-07 / Linear projection matrix
CD2_1 = 2.806313482829E-07 / Linear projection matrix
CD2_2 = 5.564668942116E-05 / Linear projection matrix
END
CRPIX1 = -3.278377843038E+03 / Reference pixel on this axis
CRPIX2 = 4.111376790386E+03 / Reference pixel on this axis
CD1_1 = -5.506614614655E-05 / Linear projection matrix
CD1_2 = 2.192953203683E-08 / Linear projection matrix
CD2_1 = 3.616524787747E-07 / Linear projection matrix
CD2_2 = 5.543467846918E-05 / Linear projection matrix
END
CRPIX1 = -3.282756360394E+03 / Reference pixel on this axis
CRPIX2 = -1.998736539351E+01 / Reference pixel on this axis
CD1_1 = -5.500454550794E-05 / Linear projection matrix
CD1_2 = 6.620214684799E-07 / Linear projection matrix
CD2_1 = 3.244340081844E-07 / Linear projection matrix
CD2_2 = 5.527607485539E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SuprimeCam_200105-200807@SUBARU.ini 0000664 0000000 0000000 00000002513 14306405457 0023372 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SuprimeCam_200105-200807@SUBARU
INSTSHORT=SUP
# Number of chips
NCHIPS=10
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.202
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=2050 [7]=2050 [8]=2050 [9]=2050 [10]=3)
OVSCANX2=([1]=30 [2]=30 [3]=30 [4]=30 [5]=30 [6]=2075 [7]=2075 [8]=2075 [9]=2075 [10]=30)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=37 [2]=37 [3]=37 [4]=37 [5]=37 [6]=5 [7]=5 [8]=5 [9]=5 [10]=37)
CUTY=([1]=6 [2]=6 [3]=6 [4]=6 [5]=6 [6]=6 [7]=6 [8]=6 [9]=6 [10]=6)
SIZEX=([1]=2039 [2]=2039 [3]=2039 [4]=2039 [5]=2039 [6]=2039 [7]=2039 [8]=2039 [9]=2039 [10]=2039)
SIZEY=([1]=4094 [2]=4094 [3]=4094 [4]=4094 [5]=4094 [6]=4094 [7]=4094 [8]=4094 [9]=4094 [10]=4094)
# Reference pixels for each chip.
REFPIXX=([1]=5353 [2]=3224 [3]=1097 [4]=-1026 [5]=-1020 [6]=1068 [7]=5320 [8]=3192 [9]=-3188 [10]=-3148)
REFPIXY=([1]=-35 [2]=-43 [3]=4074 [4]=4075 [5]=-47 [6]=-40 [7]=4072 [8]=4075 [9]=4067 [10]=-47)
TYPE=OPT
THELI-3.1.4/config/instruments/SuprimeCam_200808-201705@SUBARU.ahead 0000664 0000000 0000000 00000011432 14306405457 0023665 0 ustar 00root root 0000000 0000000 CRPIX1 = -3.330803672509E+03 / Reference pixel on this axis
CRPIX2 = -9.770738156799E+01 / Reference pixel on this axis
CD1_1 = -6.691272059443E-08 / Linear projection matrix
CD1_2 = 5.533124675375E-05 / Linear projection matrix
CD2_1 = 5.479591774902E-05 / Linear projection matrix
CD2_2 = -6.669375109819E-07 / Linear projection matrix
END
CRPIX1 = -1.153519216915E+03 / Reference pixel on this axis
CRPIX2 = -7.761871820721E+01 / Reference pixel on this axis
CD1_1 = 1.327660235748E-07 / Linear projection matrix
CD1_2 = 5.560718017478E-05 / Linear projection matrix
CD2_1 = 5.563100099641E-05 / Linear projection matrix
CD2_2 = -5.091808114098E-07 / Linear projection matrix
END
CRPIX1 = 9.836942823802E+02 / Reference pixel on this axis
CRPIX2 = -7.414249408790E+01 / Reference pixel on this axis
CD1_1 = 2.794732950877E-07 / Linear projection matrix
CD1_2 = 5.570856509574E-05 / Linear projection matrix
CD2_1 = 5.593952240952E-05 / Linear projection matrix
CD2_2 = -3.213760713370E-07 / Linear projection matrix
END
CRPIX1 = -3.328433561221E+03 / Reference pixel on this axis
CRPIX2 = 4.265228839672E+03 / Reference pixel on this axis
CD1_1 = 5.862374125299E-07 / Linear projection matrix
CD1_2 = 5.533837035973E-05 / Linear projection matrix
CD2_1 = 5.482098016260E-05 / Linear projection matrix
CD2_2 = 5.772795872934E-08 / Linear projection matrix
END
CRPIX1 = -1.158361635138E+03 / Reference pixel on this axis
CRPIX2 = 4.245518832520E+03 / Reference pixel on this axis
CD1_1 = 4.318617109361E-07 / Linear projection matrix
CD1_2 = 5.561069068788E-05 / Linear projection matrix
CD2_1 = 5.562151956478E-05 / Linear projection matrix
CD2_2 = -9.539424711968E-08 / Linear projection matrix
END
CRPIX1 = 9.859016551937E+02 / Reference pixel on this axis
CRPIX2 = 4.245568347660E+03 / Reference pixel on this axis
CD1_1 = 2.115548034620E-07 / Linear projection matrix
CD1_2 = 5.571383253141E-05 / Linear projection matrix
CD2_1 = 5.592032905656E-05 / Linear projection matrix
CD2_2 = -3.034840347590E-07 / Linear projection matrix
END
CRPIX1 = 5.303565979060E+03 / Reference pixel on this axis
CRPIX2 = -1.043790441377E+02 / Reference pixel on this axis
CD1_1 = 6.777083939588E-07 / Linear projection matrix
CD1_2 = 5.529163291674E-05 / Linear projection matrix
CD2_1 = 5.474664665624E-05 / Linear projection matrix
CD2_2 = 8.120214679465E-08 / Linear projection matrix
END
CRPIX1 = 3.121877426051E+03 / Reference pixel on this axis
CRPIX2 = -8.027974000006E+01 / Reference pixel on this axis
CD1_1 = 4.485976716802E-07 / Linear projection matrix
CD1_2 = 5.559778378440E-05 / Linear projection matrix
CD2_1 = 5.562862945868E-05 / Linear projection matrix
CD2_2 = -9.566587084420E-08 / Linear projection matrix
END
CRPIX1 = 5.301188879440E+03 / Reference pixel on this axis
CRPIX2 = 4.266258996359E+03 / Reference pixel on this axis
CD1_1 = -9.172994205278E-08 / Linear projection matrix
CD1_2 = 5.531800822608E-05 / Linear projection matrix
CD2_1 = 5.474805441138E-05 / Linear projection matrix
CD2_2 = -6.602898927828E-07 / Linear projection matrix
END
CRPIX1 = 3.121876400255E+03 / Reference pixel on this axis
CRPIX2 = 4.244750576479E+03 / Reference pixel on this axis
CD1_1 = 1.032119063595E-07 / Linear projection matrix
CD1_2 = 5.563369205601E-05 / Linear projection matrix
CD2_1 = 5.563282757072E-05 / Linear projection matrix
CD2_2 = -5.015125350432E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SuprimeCam_200808-201705@SUBARU.ini 0000664 0000000 0000000 00000002556 14306405457 0023411 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SuprimeCam_200808-201705@SUBARU
INSTSHORT=SUP
# Number of chips
NCHIPS=10
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.202
GAIN=3.25
# Overscan regions. (set internally)
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
#PLACEHOLDERS! These are set internally
CUTX=([1]=20 [2]=20 [3]=20 [4]=20 [5]=20 [6]=20 [7]=20 [8]=20 [9]=20 [10]=20)
CUTY=([1]=70 [2]=70 [3]=70 [4]=20 [5]=20 [6]=20 [7]=70 [8]=70 [9]=20 [10]=20)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048)
SIZEY=([1]=4224 [2]=4224 [3]=4224 [4]=4224 [5]=4224 [6]=4224 [7]=4224 [8]=4224 [9]=4224 [10]=4224)
# Reference pixels for each chip.
REFPIXX=([1]=-3130 [2]=-1032 [3]=1068 [4]=-3153 [5]=-1068 [6]=1055 [7]=5276 [8]=3184 [9]=5252 [10]=3162)
REFPIXY=([1]=-37 [2]=-38 [3]=-40 [4]=4167 [5]=4189 [6]=4214 [7]=25 [8]=-14 [9]=4213 [10]=4212)
TYPE=OPT
THELI-3.1.4/config/instruments/SuprimeCam_200808-201705@SUBARU.reg 0000664 0000000 0000000 00000000211 14306405457 0023371 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
polygon(11.650591,4216.3237,2036.4404,4213.763,2034.2022,14.77798,17.088035,17.022748)
THELI-3.1.4/config/instruments/SuprimeCam_200808-201705_SDFRED@SUBARU.ahead 0000664 0000000 0000000 00000011432 14306405457 0024714 0 ustar 00root root 0000000 0000000 CRPIX1 = -3.285138206E+03 / Reference pixel on this axis
CRPIX2 = -3.016340220E+01 / Reference pixel on this axis
CD1_1 = -5.490365910E-05 / Linear projection matrix
CD1_2 = 3.785612602E-07 / Linear projection matrix
CD2_1 = -1.189446282E-07 / Linear projection matrix
CD2_2 = 5.532122808E-05 / Linear projection matrix
END
CRPIX1 = -1.112302070E+03 / Reference pixel on this axis
CRPIX2 = -2.665698606E+01 / Reference pixel on this axis
CD1_1 = -5.570303591E-05 / Linear projection matrix
CD1_2 = 2.021706643E-07 / Linear projection matrix
CD2_1 = -1.455763727E-07 / Linear projection matrix
CD2_2 = 5.567854532E-05 / Linear projection matrix
END
CRPIX1 = 1.023200351E+03 / Reference pixel on this axis
CRPIX2 = -2.226076765E+01 / Reference pixel on this axis
CD1_1 = -5.600267697E-05 / Linear projection matrix
CD1_2 = 1.944486156E-08 / Linear projection matrix
CD2_1 = 1.695752848E-08 / Linear projection matrix
CD2_2 = 5.578758285E-05 / Linear projection matrix
END
CRPIX1 = -3.282978697E+03 / Reference pixel on this axis
CRPIX2 = 4.253186531E+03 / Reference pixel on this axis
CD1_1 = -5.493929779E-05 / Linear projection matrix
CD1_2 = -3.248298745E-07 / Linear projection matrix
CD2_1 = 1.444968402E-07 / Linear projection matrix
CD2_2 = 5.533773042E-05 / Linear projection matrix
END
CRPIX1 = -1.118124006E+03 / Reference pixel on this axis
CRPIX2 = 4.244922041E+03 / Reference pixel on this axis
CD1_1 = -5.567770817E-05 / Linear projection matrix
CD1_2 = -1.617325006E-07 / Linear projection matrix
CD2_1 = 1.705047409E-07 / Linear projection matrix
CD2_2 = 5.570062896E-05 / Linear projection matrix
END
CRPIX1 = 1.024702535E+03 / Reference pixel on this axis
CRPIX2 = 4.245063557E+03 / Reference pixel on this axis
CD1_1 = -5.598843411E-05 / Linear projection matrix
CD1_2 = 1.405714641E-08 / Linear projection matrix
CD2_1 = -5.864390986E-09 / Linear projection matrix
CD2_2 = 5.576954945E-05 / Linear projection matrix
END
CRPIX1 = 5.334615489E+03 / Reference pixel on this axis
CRPIX2 = -2.728818678E+01 / Reference pixel on this axis
CD1_1 = -5.486686578E-05 / Linear projection matrix
CD1_2 = -3.574234093E-07 / Linear projection matrix
CD2_1 = 7.159027104E-08 / Linear projection matrix
CD2_2 = 5.524285444E-05 / Linear projection matrix
END
CRPIX1 = 3.159269569E+03 / Reference pixel on this axis
CRPIX2 = -2.712173124E+01 / Reference pixel on this axis
CD1_1 = -5.567864520E-05 / Linear projection matrix
CD1_2 = -1.474867409E-07 / Linear projection matrix
CD2_1 = 1.408378760E-07 / Linear projection matrix
CD2_2 = 5.566844892E-05 / Linear projection matrix
END
CRPIX1 = 5.326523059E+03 / Reference pixel on this axis
CRPIX2 = 4.254596248E+03 / Reference pixel on this axis
CD1_1 = -5.496584581E-05 / Linear projection matrix
CD1_2 = 3.761014689E-07 / Linear projection matrix
CD2_1 = -1.682907105E-07 / Linear projection matrix
CD2_2 = 5.533013111E-05 / Linear projection matrix
END
CRPIX1 = 3.159442793E+03 / Reference pixel on this axis
CRPIX2 = 4.243294479E+03 / Reference pixel on this axis
CD1_1 = -5.568635830E-05 / Linear projection matrix
CD1_2 = 1.957188539E-07 / Linear projection matrix
CD2_1 = -1.248397343E-07 / Linear projection matrix
CD2_2 = 5.569223278E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/SuprimeCam_200808-201705_SDFRED@SUBARU.ini 0000664 0000000 0000000 00000002437 14306405457 0024436 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=SuprimeCam_200808-201705_SDFRED@SUBARU
INSTSHORT=SUP
# Number of chips
NCHIPS=10
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.202
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048)
SIZEY=([1]=4177 [2]=4177 [3]=4177 [4]=4177 [5]=4177 [6]=4177 [7]=4177 [8]=4177 [9]=4177 [10]=4177)
# Reference pixels for each chip.
REFPIXX=([1]=-3138 [2]=-1040 [3]=1060 [4]=-3161 [5]=-1076 [6]=1047 [7]=5268 [8]=3176 [9]=5244 [10]=3154)
REFPIXY=([1]=-85 [2]=-86 [3]=-88 [4]=4119 [5]=4141 [6]=4166 [7]=-23 [8]=-62 [9]=4165 [10]=4164)
TYPE=OPT
THELI-3.1.4/config/instruments/TRECS@GEMINI.ini 0000664 0000000 0000000 00000001351 14306405457 0020606 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=TRECS@GEMINI
INSTSHORT=TRECS
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.24
OBSLONG=-70.74
# Pixel scale in arcsec
PIXSCALE=0.089
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=320)
SIZEY=([1]=240)
# Reference pixels for each chip.
REFPIXX=([1]=160)
REFPIXY=([1]=120)
TYPE=MIR
THELI-3.1.4/config/instruments/TRIPOL_1x1@SAAO.ini 0000664 0000000 0000000 00000001342 14306405457 0021203 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=TRIPOL_1x1@SAAO
INSTSHORT=TRIPOL
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-32.37
OBSLONG=20.80
# Pixel scale in arcsec
PIXSCALE=0.334
GAIN=1.8
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=512)
SIZEY=([1]=512)
# Reference pixels for each chip.
REFPIXX=([1]=256)
REFPIXY=([1]=256)
TYPE=OPT
THELI-3.1.4/config/instruments/TRIPOL_2x2@SAAO.ini 0000664 0000000 0000000 00000001344 14306405457 0021207 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=TRIPOL_2x2@SAAO
INSTSHORT=TRIPOL
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-32.37
OBSLONG=20.80
# Pixel scale in arcsec
PIXSCALE=0.6685
GAIN=1.8
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=256)
SIZEY=([1]=256)
# Reference pixels for each chip.
REFPIXX=([1]=128)
REFPIXY=([1]=128)
TYPE=OPT
THELI-3.1.4/config/instruments/Tek2K@CTIO.ini 0000664 0000000 0000000 00000001354 14306405457 0020437 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=Tek2K@CTIO
INSTSHORT=Tek2K
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.401
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2046)
SIZEY=([1]=2046)
# Reference pixels for each chip.
REFPIXX=([1]=1023)
REFPIXY=([1]=1023)
TYPE=OPT
THELI-3.1.4/config/instruments/VIMOS@VLT.ahead 0000664 0000000 0000000 00000003644 14306405457 0020612 0 ustar 00root root 0000000 0000000 CRPIX1 = -2.315743171719E+02 / Reference pixel on this axis
CRPIX2 = -2.912382328312E+02 / Reference pixel on this axis
CD1_1 = -2.803372501533E-07 / Linear projection matrix
CD1_2 = 5.725535035392E-05 / Linear projection matrix
CD2_1 = -5.727214749088E-05 / Linear projection matrix
CD2_2 = -6.973759824134E-08 / Linear projection matrix
END
CRPIX1 = 2.145272980283E+03 / Reference pixel on this axis
CRPIX2 = -3.177648696922E+02 / Reference pixel on this axis
CD1_1 = 7.212523456698E-07 / Linear projection matrix
CD1_2 = 5.744318229950E-05 / Linear projection matrix
CD2_1 = -5.747001515226E-05 / Linear projection matrix
CD2_2 = 4.696973663298E-07 / Linear projection matrix
END
CRPIX1 = 2.285150703508E+03 / Reference pixel on this axis
CRPIX2 = 2.695987608450E+03 / Reference pixel on this axis
CD1_1 = -1.047767295804E-07 / Linear projection matrix
CD1_2 = 5.719313516968E-05 / Linear projection matrix
CD2_1 = -5.721306139478E-05 / Linear projection matrix
CD2_2 = 1.439046571836E-07 / Linear projection matrix
END
CRPIX1 = -3.026681301861E+02 / Reference pixel on this axis
CRPIX2 = 2.676675334990E+03 / Reference pixel on this axis
CD1_1 = -1.177541855678E-07 / Linear projection matrix
CD1_2 = 5.718464305846E-05 / Linear projection matrix
CD2_1 = -5.723447357721E-05 / Linear projection matrix
CD2_2 = -3.618296114656E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/VIMOS@VLT.ini 0000664 0000000 0000000 00000001644 14306405457 0020325 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=VIMOS@VLT
INSTSHORT=VIMOS
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.205
GAIN=3.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2 [3]=2 [4]=2)
OVSCANX2=([1]=40 [2]=40 [3]=40 [4]=40)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2046 [2]=2046 [3]=2046 [4]=2046)
SIZEY=([1]=2400 [2]=2400 [3]=2400 [4]=2400)
# Reference pixels for each chip.
REFPIXX=([1]=-232 [2]=2145 [3]=2285 [4]=-303)
REFPIXY=([1]=-291 [2]=-318 [3]=2696 [4]=2677)
TYPE=OPT
THELI-3.1.4/config/instruments/VIMOS@VLT_1.reg 0000664 0000000 0000000 00000000300 14306405457 0020527 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(123.21103,2174.6469,384.83724,2353.48,1885.0483,2356.7917,2037.3876,2244.1931,2035.8035,195.70325,132.57182,192.44986)
THELI-3.1.4/config/instruments/VIMOS@VLT_2.reg 0000664 0000000 0000000 00000000277 14306405457 0020545 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(3.9889655,2224.3228,202.69241,2340.2331,1696.28,2320.3628,1944.6593,2138.2179,1924.0779,195.71545,7.148374,202.22222)
THELI-3.1.4/config/instruments/VIMOS@VLT_3.reg 0000664 0000000 0000000 00000000301 14306405457 0020532 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(13.924138,2277.3103,2030.7641,2277.3103,2034.0759,237.28828,1818.8138,98.195862,318.60276,88.26069,10.612414,273.71724)
THELI-3.1.4/config/instruments/VIMOS@VLT_4.reg 0000664 0000000 0000000 00000000275 14306405457 0020545 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
polygon(53.664828,2240.8814,2037.2305,2234.1009,2030.7641,260.47034,1798.9434,71.702069,331.84966,75.013793,63.6,286.96414)
THELI-3.1.4/config/instruments/VIRCAM@VISTA.ahead 0000664 0000000 0000000 00000017220 14306405457 0021112 0 ustar 00root root 0000000 0000000 CRPIX1 = 5.421914911E+03 / Reference pixel on this axis
CRPIX2 = 6.926746793E+03 / Reference pixel on this axis
CD1_1 = -4.186813415E-08 / Linear projection matrix
CD1_2 = 9.351230350E-05 / Linear projection matrix
CD2_1 = -9.379984271E-05 / Linear projection matrix
CD2_2 = 8.348332657E-07 / Linear projection matrix
END
CRPIX1 = 2.457292480E+03 / Reference pixel on this axis
CRPIX2 = 6.912066633E+03 / Reference pixel on this axis
CD1_1 = 1.413405373E-07 / Linear projection matrix
CD1_2 = 9.376064223E-05 / Linear projection matrix
CD2_1 = -9.437199921E-05 / Linear projection matrix
CD2_2 = 4.373177649E-07 / Linear projection matrix
END
CRPIX1 = -4.809318472E+02 / Reference pixel on this axis
CRPIX2 = 6.909605933E+03 / Reference pixel on this axis
CD1_1 = 3.832641336E-07 / Linear projection matrix
CD1_2 = 9.376821307E-05 / Linear projection matrix
CD2_1 = -9.437662723E-05 / Linear projection matrix
CD2_2 = 1.115992955E-07 / Linear projection matrix
END
CRPIX1 = -3.437710804E+03 / Reference pixel on this axis
CRPIX2 = 6.929763470E+03 / Reference pixel on this axis
CD1_1 = 7.080351578E-07 / Linear projection matrix
CD1_2 = 9.358970197E-05 / Linear projection matrix
CD2_1 = -9.384557429E-05 / Linear projection matrix
CD2_2 = -1.534043607E-07 / Linear projection matrix
END
CRPIX1 = 5.387507625E+03 / Reference pixel on this axis
CRPIX2 = 2.982709204E+03 / Reference pixel on this axis
CD1_1 = 1.021106389E-07 / Linear projection matrix
CD1_2 = 9.450666268E-05 / Linear projection matrix
CD2_1 = -9.417085516E-05 / Linear projection matrix
CD2_2 = 4.391145167E-07 / Linear projection matrix
END
CRPIX1 = 2.448997962E+03 / Reference pixel on this axis
CRPIX2 = 2.976819797E+03 / Reference pixel on this axis
CD1_1 = 2.027419639E-07 / Linear projection matrix
CD1_2 = 9.468094169E-05 / Linear projection matrix
CD2_1 = -9.471870782E-05 / Linear projection matrix
CD2_2 = 3.506068880E-07 / Linear projection matrix
END
CRPIX1 = -4.744851178E+02 / Reference pixel on this axis
CRPIX2 = 2.977005293E+03 / Reference pixel on this axis
CD1_1 = 3.419862115E-07 / Linear projection matrix
CD1_2 = 9.467270624E-05 / Linear projection matrix
CD2_1 = -9.469836884E-05 / Linear projection matrix
CD2_2 = 2.331557235E-07 / Linear projection matrix
END
CRPIX1 = -3.413947079E+03 / Reference pixel on this axis
CRPIX2 = 2.984307127E+03 / Reference pixel on this axis
CD1_1 = 4.558707374E-07 / Linear projection matrix
CD1_2 = 9.452741764E-05 / Linear projection matrix
CD2_1 = -9.417147002E-05 / Linear projection matrix
CD2_2 = 7.809101238E-08 / Linear projection matrix
END
CRPIX1 = 5.387803713E+03 / Reference pixel on this axis
CRPIX2 = -9.270550613E+02 / Reference pixel on this axis
CD1_1 = 4.310530081E-07 / Linear projection matrix
CD1_2 = 9.453114427E-05 / Linear projection matrix
CD2_1 = -9.417175572E-05 / Linear projection matrix
CD2_2 = 1.301930400E-07 / Linear projection matrix
END
CRPIX1 = 2.449603332E+03 / Reference pixel on this axis
CRPIX2 = -9.199220752E+02 / Reference pixel on this axis
CD1_1 = 2.302633580E-07 / Linear projection matrix
CD1_2 = 9.470355341E-05 / Linear projection matrix
CD2_1 = -9.472371872E-05 / Linear projection matrix
CD2_2 = 8.491548377E-08 / Linear projection matrix
END
CRPIX1 = -4.749639751E+02 / Reference pixel on this axis
CRPIX2 = -9.199175024E+02 / Reference pixel on this axis
CD1_1 = 2.010966374E-07 / Linear projection matrix
CD1_2 = 9.469213911E-05 / Linear projection matrix
CD2_1 = -9.471623895E-05 / Linear projection matrix
CD2_2 = 3.666060009E-07 / Linear projection matrix
END
CRPIX1 = -3.414262939E+03 / Reference pixel on this axis
CRPIX2 = -9.275512571E+02 / Reference pixel on this axis
CD1_1 = 1.024202493E-07 / Linear projection matrix
CD1_2 = 9.451321795E-05 / Linear projection matrix
CD2_1 = -9.416648438E-05 / Linear projection matrix
CD2_2 = 4.613513159E-07 / Linear projection matrix
END
CRPIX1 = 5.411799542E+03 / Reference pixel on this axis
CRPIX2 = -4.857162278E+03 / Reference pixel on this axis
CD1_1 = 5.321543666E-07 / Linear projection matrix
CD1_2 = 9.376278527E-05 / Linear projection matrix
CD2_1 = -9.393573240E-05 / Linear projection matrix
CD2_2 = -2.635802507E-07 / Linear projection matrix
END
CRPIX1 = 2.456304942E+03 / Reference pixel on this axis
CRPIX2 = -4.855289183E+03 / Reference pixel on this axis
CD1_1 = 4.430175236E-07 / Linear projection matrix
CD1_2 = 9.375943370E-05 / Linear projection matrix
CD2_1 = -9.435991926E-05 / Linear projection matrix
CD2_2 = 1.501465955E-07 / Linear projection matrix
END
CRPIX1 = -4.820920947E+02 / Reference pixel on this axis
CRPIX2 = -4.854272422E+03 / Reference pixel on this axis
CD1_1 = 1.391029482E-07 / Linear projection matrix
CD1_2 = 9.377117613E-05 / Linear projection matrix
CD2_1 = -9.437324791E-05 / Linear projection matrix
CD2_2 = 4.160719662E-07 / Linear projection matrix
END
CRPIX1 = -3.431864471E+03 / Reference pixel on this axis
CRPIX2 = -4.868048808E+03 / Reference pixel on this axis
CD1_1 = -1.954105894E-07 / Linear projection matrix
CD1_2 = 9.370136371E-05 / Linear projection matrix
CD2_1 = -9.392484734E-05 / Linear projection matrix
CD2_2 = 6.636805144E-07 / Linear projection matrix
END
THELI-3.1.4/config/instruments/VIRCAM@VISTA.ini 0000664 0000000 0000000 00000003267 14306405457 0020635 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=VIRCAM@VISTA
INSTSHORT=VIRCAM
# Number of chips
NCHIPS=16
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.341
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0 [5]=0 [6]=0 [7]=0 [8]=0 [9]=0 [10]=0 [11]=0 [12]=0 [13]=0 [14]=0 [15]=0 [16]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1 [5]=1 [6]=1 [7]=1 [8]=1 [9]=1 [10]=1 [11]=1 [12]=1 [13]=1 [14]=1 [15]=1 [16]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048 [11]=2048 [12]=2048 [13]=2048 [14]=2048 [15]=2048 [16]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048 [5]=2048 [6]=2048 [7]=2048 [8]=2048 [9]=2048 [10]=2048 [11]=2048 [12]=2048 [13]=2048 [14]=2048 [15]=2048 [16]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=5385 [2]=2467 [3]=-452 [4]=-3370 [5]=5385 [6]=2467 [7]=-452 [8]=-3370 [9]=5385 [10]=2467 [11]=-452 [12]=-3370 [13]=5385 [14]=2467 [15]=-452 [16]=-3370)
REFPIXY=([1]=6849 [2]=6849 [3]=6849 [4]=6849 [5]=2958 [6]=2958 [7]=2958 [8]=2958 [9]=-933 [10]=-933 [11]=-933 [12]=-933 [13]=-4824 [14]=-4824 [15]=-4824 [16]=-4824)
TYPE=NIR
THELI-3.1.4/config/instruments/VISIR@VLT.ini 0000664 0000000 0000000 00000001352 14306405457 0020320 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=VISIR@VLT
INSTSHORT=VISIR
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-24.67
OBSLONG=-70.42
# Pixel scale in arcsec
PIXSCALE=0.075
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=254)
SIZEY=([1]=256)
# Reference pixels for each chip.
REFPIXX=([1]=128)
REFPIXY=([1]=128)
TYPE=MIR
THELI-3.1.4/config/instruments/WFC@INT.ahead 0000664 0000000 0000000 00000003620 14306405457 0020313 0 ustar 00root root 0000000 0000000 CRPIX1 = -8.139938403733E+02 / Reference pixel on this axis
CRPIX2 = 2.855008253219E+03 / Reference pixel on this axis
CD1_1 = -1.192383315789E-06 / Linear projection matrix
CD1_2 = -9.207862477014E-05 / Linear projection matrix
CD2_1 = -9.202126359802E-05 / Linear projection matrix
CD2_2 = 9.332464097260E-07 / Linear projection matrix
END
CRPIX1 = 3.384811177069E+03 / Reference pixel on this axis
CRPIX2 = 1.251769207354E+03 / Reference pixel on this axis
CD1_1 = 9.159675829205E-05 / Linear projection matrix
CD1_2 = 8.801461476163E-08 / Linear projection matrix
CD2_1 = -5.053132105178E-08 / Linear projection matrix
CD2_2 = -9.204818915422E-05 / Linear projection matrix
END
CRPIX1 = 3.417390739260E+03 / Reference pixel on this axis
CRPIX2 = 2.802920347843E+03 / Reference pixel on this axis
CD1_1 = -1.035686878637E-06 / Linear projection matrix
CD1_2 = -9.182718102732E-05 / Linear projection matrix
CD2_1 = -9.111763066388E-05 / Linear projection matrix
CD2_2 = 1.421712266771E-06 / Linear projection matrix
END
CRPIX1 = 1.305768750589E+03 / Reference pixel on this axis
CRPIX2 = 2.832447169474E+03 / Reference pixel on this axis
CD1_1 = -9.661023770768E-07 / Linear projection matrix
CD1_2 = -9.217649988447E-05 / Linear projection matrix
CD2_1 = -9.222473664038E-05 / Linear projection matrix
CD2_2 = 1.087002564325E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFC@INT.ini 0000664 0000000 0000000 00000002002 14306405457 0020021 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFC@INT
INSTSHORT=WFC
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.331
GAIN=3.0
# Overscan regions.
OVSCANX1=([1]=10 [2]=10 [3]=10 [4]=10)
OVSCANX2=([1]=45 [2]=45 [3]=45 [4]=45)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=53 [2]=53 [3]=53 [4]=53)
CUTY=([1]=4 [2]=4 [3]=4 [4]=4)
SIZEX=([1]=2042 [2]=2042 [3]=2042 [4]=2042)
SIZEY=([1]=4092 [2]=4092 [3]=4092 [4]=4092)
# Reference pixels for each chip.
#REFPIXX=([1]=-1110 [2]=2692 [3]=3120 [4]=1010)
#REFPIXY=([1]=3549 [2]=945 [3]=3497 [4]=3524)
REFPIXX=([1]=-829 [2]=3368 [3]=3396 [4]=1284)
REFPIXY=([1]=2879 [2]=1222 [3]=2832 [4]=2862)
TYPE=OPT
THELI-3.1.4/config/instruments/WFC@INT.nldat 0000664 0000000 0000000 00000000127 14306405457 0020352 0 ustar 00root root 0000000 0000000 0.0 1.0 -7.0E-07 2.0E-12
0.0 1.0 -1.5E-07 0.0
0.0 1.0 0.0 0.0
0.0 1.0 -2.5E-07 4.0E-12
THELI-3.1.4/config/instruments/WFC@INT_1.reg 0000664 0000000 0000000 00000000253 14306405457 0020245 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(1390,2004,1394,2005,1394,1446,1389,1446)
polygon(1971,1743,2063,1743,2051,-8,1903,-12,1915,1269)
THELI-3.1.4/config/instruments/WFC@INT_3.reg 0000664 0000000 0000000 00000000616 14306405457 0020252 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: in
# Combine: and
image
polygon(0,4093,350,4093,351,2089,358,2089,359,4093,460,4093,460,3081,465,3081,465,4093,1221,4093,1221,2798,1221,1699,1218,1693,1225,1680,1233,1680,1240,1691,1240,1699,1235,1703,1235,2778,1253,2785,1262,2805,1261,2853,1262,2884,1258,2896,1256,2904,1253,2956,1248,2963,1248,2996,1245,3000,1246,4093,2043,4093,2043,0,440,0,0,520)
THELI-3.1.4/config/instruments/WFC@INT_4.reg 0000664 0000000 0000000 00000001165 14306405457 0020253 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# Sense: out
# Combine: and
polygon(1743.0717,4096.928,1747.9991,4094.9994,1747,1943.9996,1743.0004,1943.0008,1743.5002,2645.5002,1721.2495,2645.4999,1715.0001,2631.2492,1701,2634.7493,1685.5001,2616.9982,1661.4988,2624.4986,1652.7508,2646.2505,1657.2508,2658.2483,1663.7508,2666.75,1679.0007,2663.4989,1690.2494,2655.2512,1694.7491,2668.0014,1707.2494,2666.2496,1714.9987,2659.7481,1721.2495,2645.4999,1743.5002,2645.5002)
polygon(1893.3726,3730.6274,1912.0009,3734.0005,1939.001,3706.0019,1957.9999,3708.0017,1958.001,3697.0008,1931.9992,3676.0004,1899.9987,3701.0019,1894.0014,3715.0003)
THELI-3.1.4/config/instruments/WFCCD_WF4K_DUPONT@LCO.ini 0000664 0000000 0000000 00000000723 14306405457 0022107 0 ustar 00root root 0000000 0000000 INSTRUMENT=WFCCD_WF4K_DUPONT@LCO
INSTSHORT=WFCCD
NCHIPS=1
# Geographic location
OBSLAT=-29.00730
OBSLONG=-70.70384
# Plate scale
PIXSCALE=0.4855
# Detector gain (lowest gain for a multi-detector instrument, i.e. brightest image)
# Detector geometries
OVSCANX1=([1]=4070)
OVSCANX2=([1]=4190)
OVSCANY1=([1]=0)
OVSCANY2=([1]=0)
CUTX=([1]=920)
CUTY=([1]=1401)
SIZEX=([1]=2261)
SIZEY=([1]=1250)
REFPIXX=([1]=1130)
REFPIXY=([1]=625)
# Camera type
TYPE=OPT
FLIP=NOFLIP
THELI-3.1.4/config/instruments/WFC_2x2@INT.ahead 0000664 0000000 0000000 00000003644 14306405457 0021014 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.393200171049E+03 / Reference pixel on this axis
CRPIX2 = 1.448257262501E+03 / Reference pixel on this axis
CD1_1 = -1.843912612928E-04 / Linear projection matrix
CD1_2 = 2.431460228009E-06 / Linear projection matrix
CD2_1 = 2.274930139641E-06 / Linear projection matrix
CD2_2 = 1.842641226545E-04 / Linear projection matrix
END
CRPIX1 = -6.751533846078E+02 / Reference pixel on this axis
CRPIX2 = 1.462624423249E+03 / Reference pixel on this axis
CD1_1 = -1.832938406547E-04 / Linear projection matrix
CD1_2 = 1.441583686992E-07 / Linear projection matrix
CD2_1 = 2.575845052964E-07 / Linear projection matrix
CD2_2 = 1.841951769670E-04 / Linear projection matrix
END
CRPIX1 = 1.368077438541E+03 / Reference pixel on this axis
CRPIX2 = -6.626496520011E+02 / Reference pixel on this axis
CD1_1 = -1.840826973450E-04 / Linear projection matrix
CD1_2 = 2.435720605124E-06 / Linear projection matrix
CD2_1 = 3.154389908649E-06 / Linear projection matrix
CD2_2 = 1.831761086876E-04 / Linear projection matrix
END
CRPIX1 = 1.383989850844E+03 / Reference pixel on this axis
CRPIX2 = 3.889560676446E+02 / Reference pixel on this axis
CD1_1 = -1.844460001091E-04 / Linear projection matrix
CD1_2 = 2.141518232401E-06 / Linear projection matrix
CD2_1 = 2.457885080913E-06 / Linear projection matrix
CD2_2 = 1.845072951344E-04 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFC_2x2@INT.ini 0000664 0000000 0000000 00000001637 14306405457 0020531 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFC_2x2@INT
INSTSHORT=WFC
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.662
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2075 [2]=2 [3]=2075 [4]=2075)
OVSCANX2=([1]=2095 [2]=25 [3]=2095 [4]=2095)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=3 [2]=30 [3]=3 [4]=3)
CUTY=([1]=30 [2]=50 [3]=30 [4]=30)
SIZEX=([1]=2045 [2]=1020 [3]=2045 [4]=2045)
SIZEY=([1]=1020 [2]=2045 [3]=1020 [4]=1020)
# Reference pixels for each chip.
REFPIXX=([1]=1 [2]=1 [3]=1 [4]=1)
REFPIXY=([1]=1 [2]=1 [3]=1 [4]=1)
TYPE=OPT
THELI-3.1.4/config/instruments/WFC_IPHAS@INT.ahead 0000664 0000000 0000000 00000003620 14306405457 0021237 0 ustar 00root root 0000000 0000000 CRPIX1 = -8.149392733558E+02 / Reference pixel on this axis
CRPIX2 = 2.851412628324E+03 / Reference pixel on this axis
CD1_1 = -1.355398154095E-06 / Linear projection matrix
CD1_2 = -9.202268197036E-05 / Linear projection matrix
CD2_1 = -9.195500016884E-05 / Linear projection matrix
CD2_2 = 1.186845671320E-06 / Linear projection matrix
END
CRPIX1 = 3.390301254254E+03 / Reference pixel on this axis
CRPIX2 = 1.253123640783E+03 / Reference pixel on this axis
CD1_1 = 9.158249878888E-05 / Linear projection matrix
CD1_2 = -1.753639402592E-07 / Linear projection matrix
CD2_1 = -2.670665224091E-07 / Linear projection matrix
CD2_2 = -9.199842158849E-05 / Linear projection matrix
END
CRPIX1 = 3.415758580588E+03 / Reference pixel on this axis
CRPIX2 = 2.799781500213E+03 / Reference pixel on this axis
CD1_1 = -1.387514874435E-06 / Linear projection matrix
CD1_2 = -9.180917403450E-05 / Linear projection matrix
CD2_1 = -9.112357055570E-05 / Linear projection matrix
CD2_2 = 1.653926303552E-06 / Linear projection matrix
END
CRPIX1 = 1.304804017726E+03 / Reference pixel on this axis
CRPIX2 = 2.833105943880E+03 / Reference pixel on this axis
CD1_1 = -1.182766622549E-06 / Linear projection matrix
CD1_2 = -9.209146543230E-05 / Linear projection matrix
CD2_1 = -9.214974009149E-05 / Linear projection matrix
CD2_2 = 1.318200548508E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFC_IPHAS@INT.ini 0000664 0000000 0000000 00000001642 14306405457 0020756 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFC_IPHAS@INT
INSTSHORT=WFC
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=28.76
OBSLONG=-17.89
# Pixel scale in arcsec
PIXSCALE=0.331
GAIN=3.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=4096 [2]=4096 [3]=4096 [4]=4096)
# Reference pixels for each chip
REFPIXX=([1]=-335 [2]=3177 [3]=3881 [4]=1777)
REFPIXY=([1]=3039 [2]=1734 [3]=2996 [4]=3031)
TYPE=OPT
THELI-3.1.4/config/instruments/WFI@AAT.ini 0000664 0000000 0000000 00000002262 14306405457 0020012 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFI@AAT
INSTSHORT=WFI
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-31.28
OBSLONG=149.07
# Pixel scale in arcsec
PIXSCALE=0.2295
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2070 [2]=2070 [3]=2070 [4]=2070 [5]=10 [6]=10 [7]=10 [8]=10)
OVSCANX2=([1]=2090 [2]=2090 [3]=2090 [4]=2090 [5]=25 [6]=25 [7]=25 [8]=25)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=15 [2]=15 [3]=15 [4]=15 [5]=40 [6]=40 [7]=40 [8]=40)
CUTY=([1]=5 [2]=5 [3]=5 [4]=5 [5]=40 [6]=40 [7]=40 [8]=40)
SIZEX=([1]=2044 [2]=2044 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
SIZEY=([1]=4091 [2]=4091 [3]=4091 [4]=4091 [5]=4091 [6]=4091 [7]=4091 [8]=4091)
# Reference pixels for each chip.
REFPIXX=([1]=-2143 [2]=-51 [3]=2043 [4]=4140 [5]=4161 [6]=2062 [7]=-25 [8]=-2123)
REFPIXY=([1]=4099 [2]=4088 [3]=4088 [4]=4090 [5]=-2 [6]=4 [7]=1 [8]=-1)
TYPE=OPT
THELI-3.1.4/config/instruments/WFI@MPGESO.ahead 0000664 0000000 0000000 00000007510 14306405457 0020663 0 ustar 00root root 0000000 0000000 CRPIX1 = 4.439255727E+03 / Reference pixel on this axis
CRPIX2 = 6.989453826E+01 / Reference pixel on this axis
CD1_1 = -6.597880429E-05 / Linear projection matrix
CD1_2 = -2.255760366E-07 / Linear projection matrix
CD2_1 = -1.352802827E-07 / Linear projection matrix
CD2_2 = 6.606281393E-05 / Linear projection matrix
END
CRPIX1 = 2.287210595E+03 / Reference pixel on this axis
CRPIX2 = 7.832820552E+01 / Reference pixel on this axis
CD1_1 = -6.608740829E-05 / Linear projection matrix
CD1_2 = -1.466216481E-07 / Linear projection matrix
CD2_1 = -3.798056078E-07 / Linear projection matrix
CD2_2 = 6.596397319E-05 / Linear projection matrix
END
CRPIX1 = 1.497389780E+02 / Reference pixel on this axis
CRPIX2 = 7.853218333E+01 / Reference pixel on this axis
CD1_1 = -6.597587800E-05 / Linear projection matrix
CD1_2 = -3.026237521E-07 / Linear projection matrix
CD2_1 = -2.915676375E-07 / Linear projection matrix
CD2_2 = 6.600752831E-05 / Linear projection matrix
END
CRPIX1 = -1.990494878E+03 / Reference pixel on this axis
CRPIX2 = 7.856634534E+01 / Reference pixel on this axis
CD1_1 = -6.602227970E-05 / Linear projection matrix
CD1_2 = -3.357453231E-07 / Linear projection matrix
CD2_1 = -2.736949671E-07 / Linear projection matrix
CD2_2 = 6.603720819E-05 / Linear projection matrix
END
CRPIX1 = -1.988489310E+03 / Reference pixel on this axis
CRPIX2 = 4.228822136E+03 / Reference pixel on this axis
CD1_1 = -6.604096483E-05 / Linear projection matrix
CD1_2 = -2.591072808E-07 / Linear projection matrix
CD2_1 = -3.104885737E-07 / Linear projection matrix
CD2_2 = 6.604617003E-05 / Linear projection matrix
END
CRPIX1 = 1.520144304E+02 / Reference pixel on this axis
CRPIX2 = 4.231801285E+03 / Reference pixel on this axis
CD1_1 = -6.595745611E-05 / Linear projection matrix
CD1_2 = -2.411552169E-07 / Linear projection matrix
CD2_1 = -2.592800529E-07 / Linear projection matrix
CD2_2 = 6.600824348E-05 / Linear projection matrix
END
CRPIX1 = 2.292255344E+03 / Reference pixel on this axis
CRPIX2 = 4.231450698E+03 / Reference pixel on this axis
CD1_1 = -6.599481032E-05 / Linear projection matrix
CD1_2 = -2.967017767E-07 / Linear projection matrix
CD2_1 = -2.876472187E-07 / Linear projection matrix
CD2_2 = 6.603768740E-05 / Linear projection matrix
END
CRPIX1 = 4.434926135E+03 / Reference pixel on this axis
CRPIX2 = 4.223471262E+03 / Reference pixel on this axis
CD1_1 = -6.606722316E-05 / Linear projection matrix
CD1_2 = -2.199314633E-07 / Linear projection matrix
CD2_1 = -1.575976598E-07 / Linear projection matrix
CD2_2 = 6.597158988E-05 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFI@MPGESO.ini 0000664 0000000 0000000 00000002275 14306405457 0020403 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFI@MPGESO
INSTSHORT=WFI
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.238
GAIN=2.0
# Overscan regions.
OVSCANX1=([1]=10 [2]=10 [3]=10 [4]=10 [5]=2105 [6]=2105 [7]=2105 [8]=10)
OVSCANX2=([1]=40 [2]=40 [3]=40 [4]=40 [5]=2135 [6]=2135 [7]=2135 [8]=40)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51 [5]=51 [6]=51 [7]=51 [8]=51)
CUTY=([1]=31 [2]=31 [3]=31 [4]=31 [5]=2 [6]=2 [7]=2 [8]=2)
SIZEX=([1]=2032 [2]=2032 [3]=2032 [4]=2032 [5]=2032 [6]=2032 [7]=2032 [8]=2032)
SIZEY=([1]=4092 [2]=4092 [3]=4092 [4]=4092 [5]=4092 [6]=4092 [7]=4092 [8]=4092)
# Reference pixels for each chip.
REFPIXX=([1]=3867 [2]=1721 [3]=-416 [4]=-2551 [5]=-2552 [6]=-412 [7]=1725 [8]=3864)
REFPIXY=([1]=-233 [2]=-231 [3]=-224 [4]=-225 [5]=3893 [6]=3888 [7]=3885 [8]=3886)
TYPE=OPT
THELI-3.1.4/config/instruments/WFI@SSO_40inch.ahead 0000664 0000000 0000000 00000006537 14306405457 0021512 0 ustar 00root root 0000000 0000000 CRPIX1 = -1.911526927963E+03 / Reference pixel on this axis
CRPIX2 = 4.073281055934E+03 / Reference pixel on this axis
CD1_1 = -2.009819354878E-06 / Linear projection matrix
CD1_2 = -1.041554941581E-04 / Linear projection matrix
CD2_1 = 1.040620057398E-04 / Linear projection matrix
CD2_2 = -1.496071999598E-06 / Linear projection matrix
END
CRPIX1 = 1.814932862098E+02 / Reference pixel on this axis
CRPIX2 = 4.062307082834E+03 / Reference pixel on this axis
CD1_1 = -1.671081113051E-06 / Linear projection matrix
CD1_2 = -1.043067174175E-04 / Linear projection matrix
CD2_1 = 1.045222115621E-04 / Linear projection matrix
CD2_2 = -1.444419161088E-06 / Linear projection matrix
END
CRPIX1 = 2.275977198837E+03 / Reference pixel on this axis
CRPIX2 = 4.062293363642E+03 / Reference pixel on this axis
CD1_1 = -1.785320909971E-06 / Linear projection matrix
CD1_2 = -1.043190170711E-04 / Linear projection matrix
CD2_1 = 1.044909810670E-04 / Linear projection matrix
CD2_2 = -1.842438807271E-06 / Linear projection matrix
END
CRPIX1 = 4.376312059920E+03 / Reference pixel on this axis
CRPIX2 = 4.067931269585E+03 / Reference pixel on this axis
CD1_1 = -1.553519740832E-06 / Linear projection matrix
CD1_2 = -1.041802720179E-04 / Linear projection matrix
CD2_1 = 1.040001023378E-04 / Linear projection matrix
CD2_2 = -1.915748521746E-06 / Linear projection matrix
END
CRPIX1 = 4.372793259818E+03 / Reference pixel on this axis
CRPIX2 = -6.543686511278E+01 / Reference pixel on this axis
CD1_1 = -1.922881833751E-06 / Linear projection matrix
CD1_2 = -1.042146561141E-04 / Linear projection matrix
CD2_1 = 1.039533225109E-04 / Linear projection matrix
CD2_2 = -1.529789246560E-06 / Linear projection matrix
END
CRPIX1 = 2.271560470453E+03 / Reference pixel on this axis
CRPIX2 = -5.742204516709E+01 / Reference pixel on this axis
CD1_1 = -1.630590823872E-06 / Linear projection matrix
CD1_2 = -1.043371188524E-04 / Linear projection matrix
CD2_1 = 1.045232014164E-04 / Linear projection matrix
CD2_2 = -1.510782166724E-06 / Linear projection matrix
END
CRPIX1 = -1.914085618914E+03 / Reference pixel on this axis
CRPIX2 = -5.898107475518E+01 / Reference pixel on this axis
CD1_1 = -1.653982080790E-06 / Linear projection matrix
CD1_2 = -1.041556528454E-04 / Linear projection matrix
CD2_1 = 1.040609260743E-04 / Linear projection matrix
CD2_2 = -2.101761389620E-06 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFI@SSO_40inch.ini 0000664 0000000 0000000 00000002150 14306405457 0021212 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFI@SSO_40inch
INSTSHORT=WFI
# Number of chips
NCHIPS=7
# Geographical location of the observatory
OBSLAT=-31.27
OBSLONG=149.07
# Pixel scale in arcsec
PIXSCALE=0.3748
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=2 [2]=2 [3]=2 [4]=2 [5]=2 [6]=2 [7]=2)
OVSCANX2=([1]=13 [2]=13 [3]=13 [4]=13 [5]=35 [6]=35 [7]=35)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=17 [2]=17 [3]=17 [4]=17 [5]=41 [6]=41 [7]=41)
CUTY=([1]=6 [2]=6 [3]=6 [4]=6 [5]=41 [6]=41 [7]=41)
SIZEX=([1]=2042 [2]=2042 [3]=2042 [4]=2042 [5]=2042 [6]=2042 [7]=2042)
SIZEY=([1]=4090 [2]=4090 [3]=4090 [4]=4090 [5]=4090 [6]=4090 [7]=4090)
# Reference pixels for each chip.
REFPIXX=([1]=-2257 [2]=-165 [3]=1930 [4]=4027 [5]=4022 [6]=1924 [7]=-2262)
REFPIXY=([1]=4393 [2]=4384 [3]=4384 [4]=4388 [5]=260 [6]=265 [7]=262)
TYPE=OPT
THELI-3.1.4/config/instruments/WFI_2x2_2006@MPGESO.ahead 0000664 0000000 0000000 00000007510 14306405457 0022025 0 ustar 00root root 0000000 0000000 CRPIX1 = 1.866044778788E+03 / Reference pixel on this axis
CRPIX2 = -1.682738452129E+02 / Reference pixel on this axis
CD1_1 = -1.320163786001E-04 / Linear projection matrix
CD1_2 = -1.041995153585E-07 / Linear projection matrix
CD2_1 = -1.672719995716E-07 / Linear projection matrix
CD2_2 = 1.319890358990E-04 / Linear projection matrix
END
CRPIX1 = 7.970695059327E+02 / Reference pixel on this axis
CRPIX2 = -1.655139536805E+02 / Reference pixel on this axis
CD1_1 = -1.318455550613E-04 / Linear projection matrix
CD1_2 = -3.732590432192E-07 / Linear projection matrix
CD2_1 = -4.934454727546E-07 / Linear projection matrix
CD2_2 = 1.319518754219E-04 / Linear projection matrix
END
CRPIX1 = -2.742866907197E+02 / Reference pixel on this axis
CRPIX2 = -1.647677755279E+02 / Reference pixel on this axis
CD1_1 = -1.319350177622E-04 / Linear projection matrix
CD1_2 = -3.721953531011E-07 / Linear projection matrix
CD2_1 = -3.230275763270E-07 / Linear projection matrix
CD2_2 = 1.319691620287E-04 / Linear projection matrix
END
CRPIX1 = -1.343908002402E+03 / Reference pixel on this axis
CRPIX2 = -1.651613895603E+02 / Reference pixel on this axis
CD1_1 = -1.320253293808E-04 / Linear projection matrix
CD1_2 = -4.141683595818E-07 / Linear projection matrix
CD2_1 = -3.262241144553E-07 / Linear projection matrix
CD2_2 = 1.320027932398E-04 / Linear projection matrix
END
CRPIX1 = -1.343599803786E+03 / Reference pixel on this axis
CRPIX2 = 1.908232800315E+03 / Reference pixel on this axis
CD1_1 = -1.319989630889E-04 / Linear projection matrix
CD1_2 = -3.243432804058E-07 / Linear projection matrix
CD2_1 = -4.593184456497E-07 / Linear projection matrix
CD2_2 = 1.320031556262E-04 / Linear projection matrix
END
CRPIX1 = -2.734798679899E+02 / Reference pixel on this axis
CRPIX2 = 1.909827967460E+03 / Reference pixel on this axis
CD1_1 = -1.318947361835E-04 / Linear projection matrix
CD1_2 = -2.918499504924E-07 / Linear projection matrix
CD2_1 = -3.626428832326E-07 / Linear projection matrix
CD2_2 = 1.320034784577E-04 / Linear projection matrix
END
CRPIX1 = 7.966141746235E+02 / Reference pixel on this axis
CRPIX2 = 1.909991955016E+03 / Reference pixel on this axis
CD1_1 = -1.318896835362E-04 / Linear projection matrix
CD1_2 = -3.768763727567E-07 / Linear projection matrix
CD2_1 = -3.209193049429E-07 / Linear projection matrix
CD2_2 = 1.319700803671E-04 / Linear projection matrix
END
CRPIX1 = 1.868297760746E+03 / Reference pixel on this axis
CRPIX2 = 1.908208744664E+03 / Reference pixel on this axis
CD1_1 = -1.320306637241E-04 / Linear projection matrix
CD1_2 = -2.264388319942E-07 / Linear projection matrix
CD2_1 = -2.002757506959E-07 / Linear projection matrix
CD2_2 = 1.319493055831E-04 / Linear projection matrix
END
THELI-3.1.4/config/instruments/WFI_2x2_2006@MPGESO.ini 0000664 0000000 0000000 00000002277 14306405457 0021547 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFI_2x2_2006@MPGESO
INSTSHORT=WFI
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.476
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=10 [2]=10 [3]=10 [4]=10 [5]=2105 [6]=2105 [7]=2105 [8]=10)
OVSCANX2=([1]=40 [2]=40 [3]=40 [4]=40 [5]=2135 [6]=2135 [7]=2135 [8]=40)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=51 [2]=51 [3]=51 [4]=51 [5]=51 [6]=51 [7]=51 [8]=51)
CUTY=([1]=31 [2]=31 [3]=31 [4]=31 [5]=2 [6]=2 [7]=2 [8]=2)
SIZEX=([1]=1020 [2]=1020 [3]=1020 [4]=1020 [5]=1020 [6]=1020 [7]=1020 [8]=1020)
SIZEY=([1]=2044 [2]=2044 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=1866 [2]=797 [3]=-274 [4]=-1343 [5]=-1343 [6]=-273 [7]=796 [8]=1868)
REFPIXY=([1]=-168 [2]=-165 [3]=-164 [4]=-165 [5]=1908 [6]=1909 [7]=1909 [8]=1908)
TYPE=OPT
THELI-3.1.4/config/instruments/WFI_2x2_2017@MPGESO.ini 0000664 0000000 0000000 00000002251 14306405457 0021541 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WFI_2x2_2017@MPGESO
INSTSHORT=WFI
# Number of chips
NCHIPS=8
# Geographical location of the observatory
OBSLAT=-29.257
OBSLONG=-70.73
# Pixel scale in arcsec
PIXSCALE=0.476
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=3 [2]=3 [3]=3 [4]=3 [5]=3 [6]=3 [7]=3 [8]=3)
OVSCANX2=([1]=23 [2]=23 [3]=23 [4]=23 [5]=23 [6]=23 [7]=23 [8]=23)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=25 [2]=25 [3]=25 [4]=25 [5]=25 [6]=25 [7]=25 [8]=25)
CUTY=([1]=16 [2]=16 [3]=16 [4]=16 [5]=2 [6]=2 [7]=2 [8]=2)
SIZEX=([1]=1020 [2]=1020 [3]=1020 [4]=1020 [5]=1020 [6]=1020 [7]=1020 [8]=1020)
SIZEY=([1]=2044 [2]=2044 [3]=2044 [4]=2044 [5]=2044 [6]=2044 [7]=2044 [8]=2044)
# Reference pixels for each chip.
REFPIXX=([1]=1866 [2]=797 [3]=-274 [4]=-1343 [5]=-1343 [6]=-273 [7]=796 [8]=1868)
REFPIXY=([1]=-168 [2]=-165 [3]=-164 [4]=-165 [5]=1908 [6]=1909 [7]=1909 [8]=1908)
TYPE=OPT
THELI-3.1.4/config/instruments/WHIRC@WIYN.ini 0000664 0000000 0000000 00000001336 14306405457 0020423 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WHIRC@WIYN
INSTSHORT=WHIRC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=31.95
OBSLONG=-111.6
# Pixel scale in arcsec
PIXSCALE=0.0986
GAIN=3.4
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=2048)
SIZEY=([1]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=1028)
REFPIXY=([1]=1028)
TYPE=NIR
THELI-3.1.4/config/instruments/WIRC@Hale.ini 0000664 0000000 0000000 00000001372 14306405457 0020376 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WIRC@Hale
INSTSHORT=WIRC
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=33.36
OBSLONG=-116.87
# Pixel scale in arcsec
PIXSCALE=0.2487
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=4)
CUTY=([1]=31)
SIZEX=([1]=2042)
SIZEY=([1]=2014)
# Reference pixels for each chip.
REFPIXX=([1]=1024)
REFPIXY=([1]=1024)
# Camera type
TYPE=NIR
THELI-3.1.4/config/instruments/WIRC@Hale.reg 0000664 0000000 0000000 00000000264 14306405457 0020373 0 ustar 00root root 0000000 0000000 # Region file format: DS9 version 4.1
# image
# Sense: out
polygon(1022.4337,1281.3419,2050,1282,2052,1151,1022.4337,1148.61,1024,1218.25,607.75,1218.5,607.75,1219.5,1024,1219.75)
THELI-3.1.4/config/instruments/WIRCam@CFHT.ini 0000664 0000000 0000000 00000001644 14306405457 0020571 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=WIRCam@CFHT
INSTSHORT=WIRCam
# Number of chips
NCHIPS=4
# Geographical location of the observatory
OBSLAT=19.82
OBSLONG=-155.47
# Pixel scale in arcsec
PIXSCALE=0.300
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0 [2]=0 [3]=0 [4]=0)
OVSCANX2=([1]=0 [2]=0 [3]=0 [4]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1 [2]=1 [3]=1 [4]=1)
CUTY=([1]=1 [2]=1 [3]=1 [4]=1)
SIZEX=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
SIZEY=([1]=2048 [2]=2048 [3]=2048 [4]=2048)
# Reference pixels for each chip.
REFPIXX=([1]=-250 [2]=-250 [3]=1948 [4]=1948)
REFPIXY=([1]=100 [2]=2298 [3]=2298 [4]=100)
TYPE=NIR
THELI-3.1.4/config/instruments/Y4KCam@CTIO.ini 0000664 0000000 0000000 00000001356 14306405457 0020551 0 ustar 00root root 0000000 0000000 # **************************************************************
# Instrument config file created by THELI
# **************************************************************
# Name of the instrument (must be unique!)
INSTRUMENT=Y4KCam@CTIO
INSTSHORT=Y4KCam
# Number of chips
NCHIPS=1
# Geographical location of the observatory
OBSLAT=-30.17
OBSLONG=-70.81
# Pixel scale in arcsec
PIXSCALE=0.289
GAIN=1.0
# Overscan regions.
OVSCANX1=([1]=0)
OVSCANX2=([1]=0)
# Sections for the cutting. Select those pixels that receive light.
# Give min values for x and y, and the extent in x and y.
CUTX=([1]=1)
CUTY=([1]=1)
SIZEX=([1]=4064)
SIZEY=([1]=4064)
# Reference pixels for each chip.
REFPIXX=([1]=2032)
REFPIXY=([1]=2032)
TYPE=OPT
THELI-3.1.4/man/ 0000775 0000000 0000000 00000000000 14306405457 0013147 5 ustar 00root root 0000000 0000000 THELI-3.1.4/man/theli.1 0000664 0000000 0000000 00000000766 14306405457 0014347 0 ustar 00root root 0000000 0000000 .\" Manpage for theli.
.\" Contact schirmer@mpia.de to correct errors or typos.
.TH theli 1 "May 2020" "theli 3.0.0" "theli man page"
.SH NAME
theli \- A pipeline for astronomical image data reduction
.SH SYNOPSIS
.B theli
.SH DESCRIPTION
A pipeline for astronomical image data reduction.
See https://github.com/schirmermischa/THELI for more details.
.SH OPTIONS
No options.
.SH REPORTING BUGS
Report bugs to or to the github repository
.SH AUTHOR
Mischa Schirmer (schirmer@mpia.de)
THELI-3.1.4/python/ 0000775 0000000 0000000 00000000000 14306405457 0013715 5 ustar 00root root 0000000 0000000 THELI-3.1.4/python/mpc_query.py 0000664 0000000 0000000 00000000363 14306405457 0016275 0 ustar 00root root 0000000 0000000 import sys
from astroquery.mpc import MPC
name=sys.argv[1]
dateobs=sys.argv[2]
geolon=sys.argv[3]
geolat=sys.argv[4]
eph = MPC.get_ephemeris(name, start=dateobs, location=(geolon, geolat, '1000m'), number=1)
print(eph['RA'][0], eph['Dec'][0])
THELI-3.1.4/python/resolvetargets.py 0000664 0000000 0000000 00000000233 14306405457 0017336 0 ustar 00root root 0000000 0000000 import sys
import astropy.coordinates
name = sys.argv[1]
coords = astropy.coordinates.get_icrs_coordinates(name)
print (coords.ra.value, coords.dec.value)
THELI-3.1.4/python/vizquery.py 0000664 0000000 0000000 00000033452 14306405457 0016174 0 ustar 00root root 0000000 0000000 # License: BSD License 2.0
#
# Copyright (c) ,
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of the nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#!/usr/bin/env python
"""
CDS package to query VizieR big catalogues
G.Landais (27/10/2017)
VizieRClient.py [-h] [-l] [-i] [-mime=output_format] [-source=..] [asu_params]
-h: this help
-l: list large catalogues
-d: debug
-i: table information (table given by -source)
-mime: csv|votable|ascii
-source: table/catalogue name
--file : query with a list
asu_params : the ASU parameters
ex: -out.max: max number of records
-c: center
-c.rs: radius in arcsec
"Jmag>10" constraint on column Jmag
Licensed under a BSD license - see LICENSE.txt for details, reproduced above
"""
import sys
import re
import requests
try:
import numpy
from astropy.table import *
from astropy.io import ascii
from astropy import log
log.setLevel('ERROR')
use_astropy = True
except ImportError:
use_astropy = False
sys.stderr.write("(WARNING) astropy is not installed\n")
if int(sys.version[0]) < 3:
import urllib2 as ulib
else:
import urllib.request as ulib
import urllib
DEFAULT_RADIUS=2. # arcsec
DEFAULT_LIMIT=100
DEBUG = False
VIZIER_URL = "http://vizier.u-strasbg.fr/viz-bin/"
TAPVIZIER = "http://tapvizier.u-strasbg.fr/TAPVizieR/"
FORMAT_TSV = "tsv"
FORMAT_VOTABLE = "votable"
FORMAT_ASCII = "ascii"
def debug(obj):
if DEBUG is True:
sys.stderr.write("(debug)"+str(obj)+"\n")
def error(obj):
sys.stderr.write("(error)"+str(obj)+"\n")
def std_name(name):
if isinstance(name, bytes):
return name.decode('utf8').strip()
else:
return name.strip()
class TAP:
"""Execute TAP queries
"""
def __init__(self, server):
"""Constructor
:param server: the TAP server root URL
"""
self.__server = server
def __tapurl(self, adql, fmt):
query = "/tap/sync?request=doQuery&phase=RUN&lang=ADQL"
query += "&format="+fmt
#query += "&query="+adql.replace(" ", "+").replace("%","%25")
query += "&query="+adql.replace(" ", "+")
return query
def get_table(self, adql, fmt="votable"):
"""Execute Synchronous query and bufferise the result
:param adql: ADQL query
:param fmt: output format
:return: astropy.table.Table
"""
if use_astropy is False:
raise Exception("unavailable option - needs to install astropy")
query = self.__tapurl(adql, fmt)
debug("TAP(GET): " + self.__server + query)
return Table.read(self.__server+query)
class METAdata:
""" Cache METAdata
serialize the metadata into a local file with catalogues description
(catalogue_name, table_name, column_name)
"""
def __init__(self):
if use_astropy is False:
raise Exception("unavailable option - needs to install astropy")
self.__tap = TAP(TAPVIZIER)
self.__columns = None
def info_columns(self, name=None):
"""get the column info
:param name: the table or catalogue name
:returns: columns
"""
if name is None:
adql = "SELECT column_name, table_name, col.unit, datatype, description, indexed, std"
adql+= " FROM TAP_SCHEMA.columns col"
adql+= " JOIN METAtab t on (col.table_name = t.name)"
adql+= " JOIN METAdba d on (t.dbaid=d.dbaid)"
adql+= " JOIN METAcat c on (c.catid=t.catid)"
adql+= " WHERE d.login like 'vizls%'"
else:
adql = "SELECT column_name, table_name, unit, datatype, description, indexed, std"
adql+= " FROM TAP_SCHEMA.columns where table_name like '{0}%'".format(name)
table = self.__tap.get_table(adql, FORMAT_VOTABLE)
try:
table.convert_bytestring_to_unicode()
except:
sys.stderr("--byte is not converted")
for col in table.columns:
table[col] = table[col].astype(str)
return table
def info_table(self, name):
"""get the table info
:param name: search name: data_collection(=catalogue), acronym, table_name
:return: astropy table
"""
if name is None: raise Exception("name is null")
adql = "SELECT t.name as table_name, t.explain as description, t.records"
adql+= " FROM METAtab t WHERE t.name like '{0}%'".format(name)
table = self.__tap.get_table(adql, FORMAT_VOTABLE)
for col in table.columns:
table[col] = table[col].astype(str)
return table
def __std_table(self, table):
"""(Update) standardize an astropy table
:param table: table in input
"""
re_v1 = re.compile("^ *!ext/([^ ]+) .*$")
re_v2 = re.compile(".* *-source[= ]+([^ ]*).*")
sz = len(table["table_id"])
columnt = Column([0] * sz, dtype=int, name="type")
for i in range(sz):
value = std_name(table["table_id"][i])
mo = re_v1.match(value)
if mo:
table["table_id"][i] = mo.group(1).replace(".exe","")
columnt[i] = 1
else:
mo = re_v2.match(value)
if mo:
table["table_id"][i] = mo.group(1)
columnt[i] = 2
else:
columnt[i] = 0
for col in table.columns:
table[col] = table[col].astype(str)
table.add_column(columnt)
def list_large_table(self, catalogue_name=None):
"""list the large VizieR table
:param catalogue_name: catalogue name (VizieR id name)
:return: astropy table with large table description
"""
adql = "SELECT c.name as data_collection, t.name as table_name, t.explain as description, t.records, t.filename as table_id"
adql+= " FROM METAtab t join METAdba d on (t.dbaid=d.dbaid)"
adql+= " join METAcat c on (c.catid=t.catid)"
adql+= " WHERE d.login like 'vizls%'"
if catalogue_name is not None:
adql += " AND t.name like '{0}/%'".format(catalogue_name)
table = self.__tap.get_table(adql, FORMAT_VOTABLE)
self.__std_table(table)
return table
USER_AGENT = "python-vizquery"
class CDSClient:
""" VizieR client
"""
def __init__(self, default_format=FORMAT_ASCII, default_radius=DEFAULT_RADIUS, default_limit=DEFAULT_LIMIT):
"""
Constructor.
:param default_format: default output format
:param default_radius: default radius
:param default_limit: default limit of records returned
"""
self.format = default_format
self.radius = default_radius
self.limit = default_limit
self.__source = None
self.__parameters = None
self.__filename = None
def __service(self, format):
if format == FORMAT_TSV:
return "asu-tsv"
elif format == FORMAT_VOTABLE:
return "votable"
else :
return "asu-txt"
def __url(self, format = None):
if format is None: out = self.format
else: out = format
url = "{0}/{1}?".format(VIZIER_URL, self.__service(out))
if self.__source is None:
raise Exception("source is required")
url +="&-source="+self.__source
if self.__parameters is None:
return url
for param in self.__parameters:
url += "&"+param
return url
def query(self, name, params, filename=None):
""" Prepare the query
:param name: table designation
:param params: asu parameters
:param filename: constraint filename submitted
:return: url/adql
"""
self.__source= name
self.__parameters = params
if filename is not None: self.__filename = filename
return self.__url()
def get(self):
"""get the data in an astropy table
:return: result in astropy table
"""
if use_astropy is False:
raise Exception("unavailable option - needs to install astropy")
url = self.__url(FORMAT_TSV)
debug("url:" + url)
return ascii.read(url, comment='^#', format='fixed_width_no_header', delimiter='\t')
def post(self):
"""get the data in an astropy table usinf a file list
:return: result in astropy table
"""
if self.__filename is None:
fd = self.__get_http()
else:
fd = self.__post_http()
return ascii.read(fd.text)
def __get_http(self):
url = self.__url()
debug("url:"+url)
request = ulib.Request(url)
request.add_header("User-Agent", USER_AGENT)
return ulib.urlopen(request)
def __post_http(self):
self.__parameters.append("-source="+self.__source)
url = "{0}/{1}?".format(VIZIER_URL, self.__service(self.format))
debug("url(post):"+url)
sort_list = None
params = []
for parameter in self.__parameters:
p = parameter.split('=')
if len(p) != 2: raise Exception("unrecognized parameter {0} in file upload".format(parameter))
if p[0] == "-sort": sort_list = p[1]
params.append((p[0],p[1]))
if sort_list:
return requests.post(url, headers={"User-Agent": USER_AGENT},
data=params, files={'*-sort': open(self.__filename, 'r')})
else:
return requests.post(url, headers={"User-Agent": USER_AGENT},
data=params, files={'-c': open(self.__filename, 'r')})
def print_stdout(self):
""" print result into stdout
"""
if self.__filename is None:
fd = self.__get_http()
else:
fd = self.__post_http()
for line in fd:
sys.stdout.write(line.decode('utf8'))
if __name__ == "__main__":
__info = False
__params = []
__mime = None
__source = None
__filename = None
reg_constraint = re.compile("^(.*)([<>])([^<>]*)$")
for __o in sys.argv[1:]:
if __o in ("-h", "--help"):
help("__main__")
sys.exit(1)
elif __o in ("-i", "--info"):
__info = True
elif __o in ("-d", "--debug"):
DEBUG = True
elif __o in ("-l", "--list"):
meta = METAdata()
tables = meta.list_large_table()
for table in tables:
if table[4].find(".dat") > 0: continue
print ("{1} ({3} records) id={4}\n {2}".format(table[0], table[1], table[2],
table[3], table[4]))
sys.exit(0)
elif __o.find("--file=") == 0:
__filename = __o[7:]
continue
else:
"""asu params"""
mo = re.match("^-source=(.*)$", __o)
if mo:
__source = mo.group(1)
else:
mo = re.match("-mime=(.*)$", __o)
if mo:
__mime = mo.group(1)
continue
if __o[0] == '-':
__params.append(__o)
continue
if __o.find("=") > 0:
__params.append(__o)
continue
m = reg_constraint.match(__o)
if m is None:
raise Exception("unavailable parameter " + __o)
__params.append("{0}={1}{2}".format(m.group(1), m.group(2), m.group(3)))
if __source is None:
help("__main__")
sys.exit(1)
if __info is True:
meta = METAdata()
tables = meta.info_table(__source)
for table in tables:
print("{0} ({2} records)\t{1}".format(table[0], table[1], table[2]))
columns = meta.info_columns(table[0])
for column in columns:
opt = ""
if (column[4] == '1'): opt += "(i)"
if (column[5] == '1'): opt += "(p)"
print("{0:32s} {1:10s} {2:6s} {3}".format(column[0], column[1], opt, column[3]))
print()
print ("(i) : indexed column\n(p) default column")
sys.exit(0)
client = CDSClient()
if __mime is not None:
if __mime in (FORMAT_TSV, FORMAT_VOTABLE, FORMAT_ASCII):
client.format = __mime
#print(__params)
client.query(__source, __params, __filename)
client.print_stdout()
THELI-3.1.4/src/ 0000775 0000000 0000000 00000000000 14306405457 0013163 5 ustar 00root root 0000000 0000000 THELI-3.1.4/src/THELI.pro 0000664 0000000 0000000 00000021617 14306405457 0014561 0 ustar 00root root 0000000 0000000 #-------------------------------------------------
#
# Project created by QtCreator 2018-02-18T10:31:22
#
#-------------------------------------------------
QT += core gui printsupport testlib widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = theli
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cc \
abszp/absphot.cc \
abszp/abszeropoint.cc \
colorpicture/colorpicture.cc \
colorpicture/refcatdata.cc \
colorpicture/subtaskColorcalib.cc \
colorpicture/subtaskCropcoadd.cc \
colorpicture/subtaskbbnb.cc \
colorpicture/subtaskfits2tiff.cc \
consistencychecks.cc \
datadir.cc \
datamodel/datamodel.cc \
deepmessages.cc \
dockwidgets/confdockwidget.cc \
dockwidgets/defaults.cc \
dockwidgets/memoryviewer.cc \
dockwidgets/monitor.cc \
dockwidgets/validate_confdock.cc \
functions.cc \
imagestatistics/imagestatistics.cc \
imagestatistics/imagestatistics_events.cc \
imagestatistics/imagestatistics_plotting.cc \
instrumentdefinition.cc \
iview/actions.cc \
iview/constructors.cc \
iview/dockwidgets/ivcolordockwidget.cc \
iview/dockwidgets/ivconfdockwidget.cc \
iview/dockwidgets/ivscampdockwidget.cc \
iview/dockwidgets/ivwcsdockwidget.cc \
iview/events.cc \
iview/iview.cc \
iview/mygraphicsellipseitem.cc \
iview/mygraphicsscene.cc \
iview/mygraphicsview.cc \
iview/mybinnedgraphicsview.cc \
iview/mymagnifiedgraphicsview.cc \
iview/dockwidgets/ivstatisticsdockwidget.cc \
iview/transformations.cc \
iview/myqgraphicsrectitem.cc \
iview/dockwidgets/ivfinderdockwidget.cc \
iview/dockwidgets/ivredshiftdockwidget.cc \
iview/myaxis.cc \
iview/redshift.cc \
mainwindow.cc \
myimage/astrometrynet.cc \
myimage/background.cc \
myimage/fitsinterface.cc \
myimage/memoryoperations.cc \
myimage/myimage.cc \
myimage/segmentation.cc \
myimage/skysub.cc \
myimage/sourceextractor.cc \
myimage/tifftools.cc \
myimage/weighting.cc \
myimage/writefits.cc \
preferences.cc \
processingExternal/errordialog.cc \
processingInternal/controller.cc \
processingInternal/data.cc \
processingInternal/displayconfig.cc \
processingInternal/dictionaries.cc \
processingInternal/mask.cc \
processingInternal/photinst.cc \
processingInternal/processingAncillary.cc \
processingInternal/processingAstrometry.cc \
processingInternal/processingBackground.cc \
processingInternal/processingCalibration.cc \
processingInternal/processingCoadd.cc \
processingInternal/processingCollapse.cc \
processingInternal/processingSkysub.cc \
processingInternal/processingSplitter.cc \
processingInternal/processingWeight.cc \
processingInternal/processingCreateSourceCat.cc \
processingStatus/processingStatus.cc \
qcustomplot.cpp \
query/query.cc \
readmes/imstatsreadme.cc \
readmes/multidirreadme.cc \
readmes/scampreadme.cc \
readmes/swarpreadme.cc \
readmes/license.cc \
readmes/acknowledging.cc \
settings.cc \
status.cc \
taskinfrastructure.cc \
tasks.cc \
threading/abszpworker.cc \
threading/colorpictureworker.cc \
threading/mainguiworker.cc \
threading/memoryworker.cc \
threading/scampworker.cc \
threading/sourceextractorworker.cc \
threading/swarpworker.cc \
threading/worker.cc \
threading/anetworker.cc \
tools/cfitsioerrorcodes.cc \
tools/correlator.cc \
tools/cpu.cc \
tools/debayer.cc \
tools/detectedobject.cc \
tools/fileprogresscounter.cc \
tools/fitgauss1d.cc \
tools/fitting.cc \
tools/imagequality.cc \
tools/polygon.cc \
tools/ram.cc \
tools/splitter.cc \
tools/splitter_RAW.cc \
tools/splitter_buildHeader.cc \
tools/splitter_processingGeneric.cc \
tools/splitter_processingSpecific.cc \
tools/splitter_queryHeaderLists.cc \
tools/splitter_multiport.cc \
tools/swarpfilter.cc \
tools/tools.cc \
tools/xcorr.cc \
validators.cc \
readmes/tutorials.cc
HEADERS += \
abszp/absphot.h \
abszp/abszeropoint.h \
colorpicture/colorpicture.h \
colorpicture/refcatdata.h \
datadir.h \
datamodel/datamodel.h \
dockwidgets/confdockwidget.h \
dockwidgets/memoryviewer.h \
dockwidgets/monitor.h \
functions.h \
imagestatistics/imagestatistics.h \
instrumentdata.h \
instrumentdefinition.h \
iview/dockwidgets/ivcolordockwidget.h \
iview/dockwidgets/ivconfdockwidget.h \
iview/dockwidgets/ivscampdockwidget.h \
iview/dockwidgets/ivwcsdockwidget.h \
iview/iview.h \
iview/mygraphicsellipseitem.h \
iview/mygraphicsscene.h \
iview/mygraphicsview.h \
iview/mybinnedgraphicsview.h \
iview/mymagnifiedgraphicsview.h \
iview/dockwidgets/ivstatisticsdockwidget.h \
iview/myqgraphicsrectitem.h \
iview/dockwidgets/ivfinderdockwidget.h \
iview/dockwidgets/ivredshiftdockwidget.h \
iview/myaxis.h \
mainwindow.h \
myimage/myimage.h \
preferences.h \
processingExternal/errordialog.h \
processingInternal/controller.h \
processingInternal/data.h \
processingInternal/mask.h \
processingInternal/photinst.h \
processingStatus/processingStatus.h \
qcustomplot.h \
query/query.h \
readmes/acknowledging.h \
readmes/imstatsreadme.h \
readmes/license.h \
readmes/multidirreadme.h \
readmes/scampreadme.h \
readmes/swarpreadme.h \
status.h \
threading/abszpworker.h \
threading/anetworker.h \
threading/colorpictureworker.h \
threading/mainguiworker.h \
threading/memoryworker.h \
threading/scampworker.h \
threading/sourceextractorworker.h \
threading/swarpworker.h \
threading/worker.h \
tools/cfitsioerrorcodes.h \
tools/correlator.h \
tools/cpu.h \
tools/detectedobject.h \
tools/fileprogresscounter.h \
tools/fitgauss1d.h \
tools/fitting.h \
tools/imagequality.h \
tools/polygon.h \
tools/ram.h \
tools/splitter.h \
tools/swarpfilter.h \
tools/tools.h \
readmes/tutorials.h
FORMS += \
mainwindow.ui \
abszp/abszeropoint.ui \
colorpicture/colorpicture.ui \
dockwidgets/confdockwidget.ui \
dockwidgets/monitor.ui \
dockwidgets/memoryviewer.ui \
imagestatistics/imagestatistics.ui \
instrumentdefinition.ui \
iview/iview.ui \
iview/dockwidgets/ivconfdockwidget.ui \
iview/dockwidgets/ivscampdockwidget.ui \
iview/dockwidgets/ivcolordockwidget.ui \
iview/dockwidgets/ivwcsdockwidget.ui \
iview/dockwidgets/ivstatisticsdockwidget.ui \
preferences.ui \
processingExternal/errordialog.ui \
readmes/imstatsreadme.ui \
readmes/multidirreadme.ui \
readmes/scampreadme.ui \
readmes/swarpreadme.ui \
readmes/license.ui \
readmes/acknowledging.ui \
iview/dockwidgets/ivfinderdockwidget.ui \
iview/dockwidgets/ivredshiftdockwidget.ui \
readmes/tutorials.ui
RESOURCES = resources.qrc
installfiles.files = theli
installfiles.path = /usr/bin
INSTALLS += installfiles
configfiles.files += ../config/default.conv
configfiles.files += ../config/default.nnw
configfiles.files += ../config/default.param
configfiles.path = /usr/share/theli/config/
INSTALLS += configfiles
instrumentfiles.files = ../config/instruments/*
instrumentfiles.path = /usr/share/theli/config/instruments
INSTALLS += instrumentfiles
python.files += ../python/*
python.path = /usr/share/theli/python
INSTALLS += python
CONFIG += c++11
# QMAKE_CXXFLAGS += -g
unix:!macx {
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp
LIBS += -lcfitsio -lcurl -lfftw3_omp -lfftw3 -lm -lgsl -lgslcblas -lwcs -ltiff -lraw
}
macx: {
QMAKE_CXXFLAGS += -Xpreprocessor -fopenmp
QMAKE_LFLAGS += -Xpreprocessor -fopenmp
LIBS += -L/usr/local/lib -lcfitsio -lcurl -lfftw3_omp -lfftw3 -lm -lgsl -lgslcblas -lwcs -ltiff -lraw -lomp
}
QMAKE_CXXFLAGS += -Wall
CONFIG(release, debug|release) {
CONFIG += optimize_full
}
# suppress a larger number of harmless warnings (because of QMetaObject use which requires identical arguments
# in the functions it invokes, even though these functions don't need all arguments)
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
INCLUDEPATH += /usr/include/wcslib/
INCLUDEPATH += /usr/local/include/wcslib/
DISTFILES += \
../man/theli.1
THELI-3.1.4/src/THELI.pro.user 0000664 0000000 0000000 00000056710 14306405457 0015540 0 ustar 00root root 0000000 0000000
EnvironmentId
{aaef6f40-b7e5-4da0-9fbe-38b50c9bbf78}
ProjectExplorer.Project.ActiveTarget
0
ProjectExplorer.Project.EditorSettings
true
false
true
Cpp
CppGlobal
QmlJS
QmlJSGlobal
2
UTF-8
false
4
false
80
true
true
1
true
false
0
true
true
0
8
true
1
true
true
true
false
ProjectExplorer.Project.PluginSettings
ProjectExplorer.Project.Target.0
Desktop
Desktop
{16fdfd03-62c4-442a-b13a-1b34672408b1}
1
0
0
/home/mischa/devel/THELI/build-THELI-Desktop-Debug
true
qmake
QtProjectManager.QMakeBuildStep
true
false
false
false
true
Make
Qt4ProjectManager.MakeStep
-w
-r
false
2
Build
ProjectExplorer.BuildSteps.Build
true
Make
Qt4ProjectManager.MakeStep
-w
-r
true
clean
1
Clean
ProjectExplorer.BuildSteps.Clean
2
false
Debug
Qt4ProjectManager.Qt4BuildConfiguration
2
true
/home/mischa/devel/THELI/build-THELI-Desktop-Release
true
qmake
QtProjectManager.QMakeBuildStep
false
false
false
false
true
Make
Qt4ProjectManager.MakeStep
-w
-r
false
2
Build
ProjectExplorer.BuildSteps.Build
true
Make
Qt4ProjectManager.MakeStep
-w
-r
true
clean
1
Clean
ProjectExplorer.BuildSteps.Clean
2
false
Release
Qt4ProjectManager.Qt4BuildConfiguration
0
true
/home/mischa/devel/THELI/build-THELI-Desktop-Profile
true
qmake
QtProjectManager.QMakeBuildStep
true
false
true
false
true
Make
Qt4ProjectManager.MakeStep
-w
-r
false
2
Build
ProjectExplorer.BuildSteps.Build
true
Make
Qt4ProjectManager.MakeStep
-w
-r
true
clean
1
Clean
ProjectExplorer.BuildSteps.Clean
2
false
Profile
Qt4ProjectManager.Qt4BuildConfiguration
0
true
3
0
Deploy
ProjectExplorer.BuildSteps.Deploy
1
Deploy locally
ProjectExplorer.DefaultDeployConfiguration
1
false
false
1000
true
false
false
false
false
true
0.01
10
true
1
25
1
true
false
true
valgrind
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
THELI
Qt4ProjectManager.Qt4RunConfiguration:/home/mischa/devel/THELI/src/THELI.pro
true
THELI.pro
false
/home/mischa/devel/THELI/build-THELI-Desktop-Release
3768
false
true
false
false
true
1
ProjectExplorer.Project.TargetCount
1
ProjectExplorer.Project.Updater.FileVersion
18
Version
18
THELI-3.1.4/src/abszp/ 0000775 0000000 0000000 00000000000 14306405457 0014302 5 ustar 00root root 0000000 0000000 THELI-3.1.4/src/abszp/absphot.cc 0000664 0000000 0000000 00000023745 14306405457 0016264 0 ustar 00root root 0000000 0000000 /*
Copyright (C) 2019 Mischa Schirmer
This file is part of THELI.
THELI is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program in the LICENSE file.
If not, see https://www.gnu.org/licenses/ .
*/
#include "absphot.h"
#include "../functions.h"
#include "../instrumentdata.h"
#include
#include
#include
AbsPhot::AbsPhot()
{
}
void AbsPhot::clear()
{
qv_ZP.clear();
qv_mag1ref.clear();
qv_mag2ref.clear();
qv_mag1errref.clear();
qv_mag2errref.clear();
qv_colorIndividual.clear();
qv_colorErrIndividual.clear();
qv_ZPIndividual.clear();
qv_ZPerrIndividual.clear();
qv_colorIndividualOutlier.clear();
qv_ZPIndividualOutlier.clear();
qv_colorManualOutlier.clear();
qv_ZPManualOutlier.clear();
qv_magauto.clear();
qv_magerrauto.clear();
qv_magaper.clear();
qv_magerraper.clear();
qv_apertures.clear();
qv_fitMask.clear();
qv_fitMask_old.clear();
qv_ManualMask.clear();
qv_ManualMask_old.clear();
filter = "";
colorfilter = "";
color = "";
initialized = false;
numAper = 0;
numObj = 0;
ZPauto = 0.;
ZPautoerr = 0.;
ZPSelected = "";
ZPerrSelected = "";
Color1Selected = "";
Color2Selected = "";
Color3Selected = "";
}
void AbsPhot::getColor()
{
QString filter1 = color.split("-").at(0);
QString filter2 = color.split("-").at(1);
qv_colorIndividual.clear();
qv_colorErrIndividual.clear();
qv_ZPIndividual.clear();
for (int i=0; i dummyZPaper;
for (int i=0; i 0) {
double tmperr = rmsMask_T(qv_ZPerrIndividual, qv_fitMask) / sqrt(numObj);
tmp_mederr = sqrt(tmp_mederr*tmp_mederr + tmperr*tmperr);
}
qv_ZP.append(medianMask_T(dummyZPaper, qv_fitMask));
qv_ZPerr.append(tmp_mederr);
dummyZPaper.clear();
}
// Calculate the ZP for MAG_AUTO
QVector dummyZPauto;
for (int j=0; j 0) {
double tmperr = rmsMask_T(qv_ZPerrIndividual, qv_fitMask) / sqrt(numObj);
ZPautoerr = sqrt(ZPautoerr*ZPautoerr + tmperr*tmperr);
}
}
long AbsPhot::setupFitMask()
{
// Initially, allow all objects to enter the fit;
// Also initializes qv_fitMask for the first time;
qv_fitMask.fill(false, numObj);
qv_fitMask_old.fill(false, numObj);
// Exclude objects which have been manually rejected
long count = 0;
for (long i=0; i residuals = QVector();
for (long i=0; i kappa*rmsval) qv_fitMask[i] = true;
else qv_fitMask[i] = false;
}
// Compare with previous flag set
int check = 1;
for (long i=0; isize; ++i) {
gsl_vector_set(w, i, gsl_vector_get(w_orig, i));
}
// 3 sigma outlier rejection (setting the weights to zero for the next fit)
for (size_t i=0; isize; ++i) {
if (gsl_vector_get(r, i) > 3.*gsl_vector_get(yerr, i)) {
gsl_vector_set(w, i, 0.);
}
}
++iter;
}
gsl_multifit_linear_free(work);
// Store the result, after resetting all parameters (un-used params for a lower order fit are explicitly set to 0)
for (int k=0; k