Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
noche
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
noctis
noche
Commits
4a9d3163
Commit
4a9d3163
authored
4 weeks ago
by
vertighel
Browse files
Options
Downloads
Patches
Plain Diff
Modified opc.ini
parent
96deb313
No related branches found
No related tags found
No related merge requests found
Pipeline
#28531
passed with warnings
4 weeks ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
noche/noche.py
+1
-0
1 addition, 0 deletions
noche/noche.py
noche/observatories/opc.ini
+7
-4
7 additions, 4 deletions
noche/observatories/opc.ini
with
8 additions
and
4 deletions
noche/noche.py
+
1
−
0
View file @
4a9d3163
...
...
@@ -218,6 +218,7 @@ class Noche:
log
.
warning
(
f
"
{
k
:
<
8
}
(Pre): from
{
x
}
to
{
self
.
header
[
k
]
}
"
)
except
Exception
as
e
:
log
.
error
(
f
"
Failed to evaluate PreFormula for
{
k
}
:
{
e
}
"
)
# # Apply Mapping
# loc = config["Mapping"]
# for k in loc.keys():
...
...
This diff is collapsed.
Click to expand it.
noche/observatories/opc.ini
+
7
−
4
View file @
4a9d3163
...
...
@@ -9,7 +9,7 @@ INSTRUME = OPC Instrument # Instrument name
OBSTYPE
=
Imaging # Observation type
DETECTOR
=
Moravian G4 - KAF09000 # Detector identifier
DETSIZE
=
[1:4144,1:4126] # [px] [1:x,1:y] Physical CCD dimensions
DETROT
=
+
0.0 # [deg] Rotation offset of the detector
DETROT
=
9
0.0 # [deg] Rotation offset of the detector
XPIXSZ
=
12 # [um] Pixel X axis size
YPIXSZ
=
12 # [um] Pixel Y axis size
PIXSCALE
=
0.38 # [arcsec/px] Plate scale in binning 1
...
...
@@ -21,8 +21,8 @@ NAXIS1 = NAXIS1 # [px] X Dimensions of detector
NAXIS2
=
NAXIS2 # [px] Y dimension of detector
# OBSERVER = # Observer name
OBJECT
=
OBJECT # Name of observed object
RA
=
OBJ
CTRA
# In sexagesimal or decimal format
DEC
=
OBJCTDEC
# In sexagesimal or decimal format
RA
=
RA
OBJ
2k
# In sexagesimal or decimal format
DEC
=
DECOBJ2K
# In sexagesimal or decimal format
DATE-OBS
=
DATE-OBS # [YYYY-MM-DDTHH:MM:SS] UTC observation date
FOCUSTEM
=
FOCUSTEM # [C] Focuser temperature
FOCUSPOS
=
FOCUSPOS # [um] Focuser position
...
...
@@ -38,6 +38,9 @@ SWCREATE = SWCREATE # Software that created FILEORIG
PIERSIDE
=
PIERSIDE # Side of the camera wrt pier, if any
[Formula]
#RA = (x)/15
[Tweak]
CDELT1
=
-1*x
CRPIX1
=
x-550
CRPIX2
=
x-500
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment