Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
11108ab
initial commit
Astrogirlanajli Aug 5, 2024
4d53a3c
First commit
Astrogirlanajli Aug 6, 2024
84ec5ba
filter is added
Astrogirlanajli Aug 6, 2024
6adfb9b
changes
Astrogirlanajli Aug 6, 2024
b65cb6b
Added crowed field examples
Astrogirlanajli Aug 6, 2024
28af365
changed default file
Astrogirlanajli Aug 8, 2024
f9ec3c6
changes
Astrogirlanajli Aug 9, 2024
b41124d
All changes added
Astrogirlanajli Aug 11, 2024
91afdea
added changes
Astrogirlanajli Aug 11, 2024
41cb582
Added S0, elliptical galaxy
Astrogirlanajli Aug 29, 2024
f9dc6e1
Resolved merge conflicts
Astrogirlanajli Aug 29, 2024
26af5ef
Added block filter
Astrogirlanajli Sep 13, 2024
0f290ff
Create README.md
Astrogirlanajli Aug 11, 2024
80994e1
Update README.md
Astrogirlanajli Aug 11, 2024
f9e274f
Update DREAMS.yaml
Astrogirlanajli Aug 11, 2024
0dc4993
Delete .DS_Store
hugobuddel Oct 15, 2025
0466336
Update README.md
Astrogirlanajli Aug 11, 2024
51622eb
Update README.md
Astrogirlanajli Aug 11, 2024
6cf5604
Update README.md
Astrogirlanajli Aug 11, 2024
22adb9d
Update DREAMS_InGaAs.yaml
Astrogirlanajli Aug 13, 2024
fe1a538
Add files via upload
Astrogirlanajli Aug 14, 2024
73ea83d
Add files via upload
Astrogirlanajli Aug 14, 2024
f5ccaec
Create SECURITY.md
Astrogirlanajli Aug 29, 2024
fb8e978
Delete Test_codes/gal.py
hugobuddel Oct 15, 2025
4babf1d
Add files via upload
Astrogirlanajli Aug 29, 2024
1ff59e6
Create seeing_psf.py
Astrogirlanajli Sep 30, 2024
fc7bc63
Create Vibration_psf.py
Astrogirlanajli Oct 1, 2024
9f11a9d
Create GaussianDiffractionPSF.py
Astrogirlanajli Oct 2, 2024
ef7de2a
Update GaussianDiffractionPSF.py
Astrogirlanajli Oct 2, 2024
54958db
Create noncommonpathabbreation.py
Astrogirlanajli Oct 2, 2024
b021e65
Remove unnecessary files
hugobuddel Oct 15, 2025
c29c369
Add inst_pkgs symlink
hugobuddel Oct 15, 2025
5024e9e
Remove now unnecessary references to specific path
hugobuddel Oct 15, 2025
06ea578
Rename SummedExposure to ExposureIntegration
hugobuddel Oct 15, 2025
d7c3fac
Replace surfaces_table.throughput with system_transmission
hugobuddel Oct 15, 2025
5c23114
Remove FOV-workaround that is now not necessary anymore.
hugobuddel Oct 15, 2025
29246f4
Show something for the cluster
hugobuddel Oct 15, 2025
3a073db
Fix style
hugobuddel Oct 15, 2025
60596e6
Rename testt.py to cluster.py as it is more representative
hugobuddel Oct 15, 2025
d64a57c
Add bin_size to the default detector properties
hugobuddel Oct 15, 2025
82fb92f
Remove noncommonpathabbreation.py as it does not work
hugobuddel Oct 15, 2025
c401e3b
Cleanup Vibration_psf
hugobuddel Oct 15, 2025
96e79cd
Delete PSF test files, not relevant for IRDB package
hugobuddel Oct 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions DREAMS/DREAMS.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---

### Leopold Figl SBIG camera
object : instrument
alias : INST
name : DREAMS
description :
DREAMS is a 0.5m telescope operated
by the Department of Astrophyhics at the University of ANU.

properties:
temperature: -40 # deg
pixel_scale : 2.48 # arcsec / pixel
plate_scale : 206.265 # arcsec / mm

effects:
- name : seeing_psf
description : Schoepfl PSF
class : SeeingPSF
kwargs :
fwhm : 5.00 # [arcsec]
- name : skycalc_average_atmo
description : atmospheric properties for a default skycalc run
class : AtmosphericTERCurve
include : True
kwargs :
filename: "TER_atmosphere.dat"
rescale_emission:
filter_name: "!OBS.filter_name"
filename_format: "filters/{}.dat"
value: "!OBS.sky.bg_mag"
unit: mag
- name: dreams_static_surfaces
description : telescope and camera optical surfaces
class: SurfaceList
kwargs:
filename: LIST_DREAMS_mirrors_static.dat

- name: filter_curve
description : transmission curve for filter
class: FilterCurve
kwargs:
filter_name: "!OBS.filter_name"
filename_format: "filters/{}.dat"
minimum_throughput: !!float 1.01E-4
outer: 0.05088
outer_unit: "m"

- name: fits_headers
description : FITS headers
class: ExtraFitsKeywords
include: True
64 changes: 64 additions & 0 deletions DREAMS/DREAMS_InGaAs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
### Princeton DREAMS InGaAs DETECTOR
object : detector
alias : DET
name : DREAMS_InGaAs_detector
description : base configuration for Dreams camera

properties:
image_plane_id : 0
temperature : -60
dit : "!OBS.dit"
ndit : "!OBS.ndit"
width: 1280
height: 1024
x: 0
y: 0
bin_size: 1

effects:
- name: full_detector_array
description: THe full DREAMS detector array list
class: DetectorList
include: True
kwargs:
filename : FPA_array_layout.dat
active_detectors : "all"

- name: qe_curve
description : Quantum efficiency curves for each detector
class : QuantumEfficiencyCurve
kwargs :
filename : QE_InGaAs.dat

- name: exposure_integration
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: dark_current
description : SBIG dark current
class: DarkCurrent
kwargs:
value: 67.00

- name: shot_noise
description : apply Poisson shot noise to images
class: ShotNoise

- name: detector_linearity
class: LinearityCurve
kwargs:
incident: [0, 57143, 999999999999]
measured: [0, 57143, 57143]

- name : readout_noise
description : Readout noise frames
class : BasicReadoutNoise
kwargs :
noise_std : 75

- name : detector_binning
description : Binning the detector frames
class : BinnedImage
kwargs :
bin_size : "!DET.bin_size"
23 changes: 23 additions & 0 deletions DREAMS/FPA_array_layout.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# name : DREAMS 1280SCICAM
# author : Anjali Shivani Reddy
# sources : https://github.com/Astrogirlanajli/DREAMS/blob/main/5240-0001%20Scicam%20FPA%20Drawing%20mm%20v1.pdf
# date_created : 2024-05-04
# type : detector:chip_list
# x_cen_unit : mm
# y_cen_unit : mm
# x_size_unit : pix
# y_size_unit : pix
# pixel_size_unit : mm
# angle_unit : deg
# gain_unit : electron/adu
#
id x_cen y_cen x_size y_size pixel_size angle gain
1 -8.015 12.95 1280 1024 0.012 0.0 4.3
2 8.015 12.95 1280 1024 0.012 0.0 4.3
3 -8.015 0.000 1280 1024 0.012 0.0 4.3
4 8.015 0.000 1280 1024 0.012 0.0 4.3
5 -8.015 -12.95 1280 1024 0.012 0.0 4.3
6 8.015 -12.95 1280 1024 0.012 0.0 4.3



10 changes: 10 additions & 0 deletions DREAMS/LIST_DREAMS_mirrors_static.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# name : mirror_list
# outer_unit : m
# inner_unit : m
# angle_unit : degree
# temperature_unit : deg_C
# description : A list of optical surfaces in the telescope and camera. M[1-2] are the telescope mirrors.
#
name outer inner angle temperature action filename
M1 0.5 0.0 0 -40 reflection TER_mirror.dat
M2 0.5 0.0 0 -40 reflection TER_mirror.dat
Loading