-
Notifications
You must be signed in to change notification settings - Fork 10
/
135_subdiv.ini
74 lines (69 loc) · 5.07 KB
/
135_subdiv.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[Shape]
InitEllipsoid=43.56,43.56,35.64 #Initial shape is ellipsoid with semi-axes a,b,c
Nrows=4 #Number of facets is 8nrows^2. For subdiv surfaces, use 4 or 5, for octantoids, 10
#InitShapeFile=shape2.txt #Use initial shape instead. Only with subdivision surfaces
SDLevel=2 #Subdivision level, only 0,1,2 currently supported
#LMAX=9 #Maximum number of spherical harmonics to use. Number of coefficients is 3(LMAX+1)^2
MinTim=2443846.0 #Zero time, JD0
Angles=52,272,8.40060,0 #Rotation angles beta,lambda (using DAMIT convention) and rotation period (in hours) and initial angle.
#FixShape=1
#VertexNormalFit=1
[Optimization]
UseAOScaling=1 #Fit additional scaling term for each image
NumberOfRounds=100 #Number of optimization runs
LCWeight=8 #Weight given to Lightcurve data
AOWeight=2 #Weight given to AO data
OCWeight=0.2 #Weight give to OC data
ConvexWeight=30 #Weight of convex regularization term
AreaWeight=30 #Weight of area regularizion term, with subdiv only
DiAWeight=1 #Weight of dihedral angle regularization, with subdiv only
OctWeight=10 #Octantoid regularization weight, with octantoids only
#ChordWeight=1; #Regularization weight for 'floating' chords
Lambda=0.1 #starting lambda in LM optimization
[Data]
UseLC=1 #Use lightcurves
UseAO=2 #Set to zero if no AO images, otherwise set to number of AO images
UseOC=1 #Set to one if occultation is to be used. Zero otherwise
[LC]
LCFile=Hertha/135.rel #File containing LCs, in DAMIT format
[AO1]
AOFile=Hertha/jittered_1.fits #AO file in fits format. Image size must even, if not, use AOrect and AOsize below
AORect=51,51 #Lower left corner of image. Can be used to take subimage of AOFile. If not set, will use whole image
AOSize=150,150 #Subimage size. Start from (51,51), take 150x150 pixel subimage. Must be even.
#Date=2454729.060938 #Observation date (JD) without LT correction. If not set, will use MJD-OBS from fitsfile
PSFFile=Hertha/1_Rpsf.fits #PSF file corresponding to AO image. If not set, will assume psf is delta funtion
PSFRect=51,51
PSFSize=150,150 #PSF must be of same size as the AO image
PixScale=0.009942,0.009942 #Pixel scale. Must be same in both AOFile and PSFFile
SetCamera=Equ #Camera orientation, either ecliptic or equatorial coordinate system. If unset, will read CD_ information from the headers
#LowFreq=1
#SetCamUp=0,0,1 #Allows fine-tuning of camera orientation, this vector determines camera orientation with the direction vector
[AO2]
AOFile=Hertha/jittered_2.fits #AO file in fits format. Image size must even, if not, use AOrect and AOsize below
AORect=51,51 #Lower left corner of image. Can be used to take subimage of AOFile. If not set, will use whole image
AOSize=150,150 #Subimage size. Start from (51,51), take 150x150 pixel subimage
#Date=2456285.770312 #Observation date (JD) without LT correction. If not set, will use MJD-OBS from fitsfile
PSFFile=Hertha/2_Rpsf.fits #PSF file corresponding to AO image. If not set, will assume psf is delta funtion
PSFRect=51,51
PSFSize=150,150 #PSF must be of same size as the AO image
PixScale=0.009942,0.009942 #Pixel scale. Must be same in both AOFile and PSFFile
#SetCamera=Equ #Camera orientation, either ecliptic or equatorial coordinate system
#LowFreq=1
#SetCamUp=0,0,1 #Allows fine-tuning of camera orientation, this vector determines camera orientation with the direction vector
#Weight=2
[OC]
OCFile=Hertha/Hertha.occ #Occultation filename. Uses same format as KOALA
SetCamera=Equ #Camera orientation
#ChordWeightFile=Hertha/ChordWeight.txt
#FreeChords=16,17 #Chords that are allowed to float
OCCOffset=0,-10 #Model projection offset (in km) wrt chords
[Ephm]
EphFile=Hertha/ephm.dat #This file contains the ephemeris information corresponding to observation times in AO images
#Format is LC E0x E0y E0z Ex Ey Ez, where LC is observation time corresponding to AO files (not necessarily in same order
# as AO1 and A01) E0=[E0x E0y E0z] is the asteroid->Sun vector and E=[Ex Ey Ez] is asteroid->Earth vector
[Output]
ShapeFile=/tmp/Hertha_shape.txt #Write the final shape to this file, in the usual format.
ShapeObjFile=/tmp/Hertha_shape.obj #Write shape information in .obj format
StateFile=/tmp/Hertha_state.txt #Write the final state of all shape variables
AnglesFile=/tmp/Hertha_angles.txt #Writes the final angles to this file.
LCOutputFile=/tmp/Hertha_lcout.txt #Writes the final lightcurves to this file.