You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in principle we could have the PDF as part of the existing DiffractionObjects (so an object.on_r). Alternatively, we could define a new class called PdfObject that carries around the PDF. It would be good to have some discussion about the pro's and con's of these two possibilities before implementing.
The text was updated successfully, but these errors were encountered:
If we make a new object we may want to make a base-class that does as much work as possible and have PdfObject and DiffractionObject inherit the base-class
add PDF as a diffraction object
in principle we could have the PDF as part of the existing
DiffractionObject
s (so anobject.on_r
). Alternatively, we could define a new class calledPdfObject
that carries around the PDF. It would be good to have some discussion about the pro's and con's of these two possibilities before implementing.The text was updated successfully, but these errors were encountered: