Skip to content

Commit

Permalink
Delete convolutional model class
Browse files Browse the repository at this point in the history
  • Loading branch information
astriffling authored and astriffling committed Jan 15, 2024
1 parent 66e2cfb commit 104942d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 179 deletions.
177 changes: 0 additions & 177 deletions OOPAO/ConvolutionalModel.py

This file was deleted.

3 changes: 1 addition & 2 deletions OOPAO/NCPA.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def __init__(self, tel, dm, atm, modal_basis='KL', coefficients = None, f2=None,
4) Create an NCPA following an 1/f2 distribution law on modes amplitudes
ncpa = NCPA(tel,dm,atm,f2=[200e-9,5,25,1]) --> 200 nm RMS NCPA as an 1/f2 law of modes 5 to 25 with a cutoff frequency of 1
"""
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INITIALIZATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
self.isInitialized = False # Resolution of the telescope
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INITIALIZATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
self.basis = modal_basis
self.tel = tel
self.atm = atm
Expand Down

0 comments on commit 104942d

Please sign in to comment.