Skip to content

Commit

Permalink
updated ortho params
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermerjp committed Jun 30, 2019
1 parent 17b4e0d commit da816cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ This list is not by order of importance.
- [ ] Utilize RPY Omega Phi Kappa
- [x] Sparse Point Cloud w/ Camera Position
- [x] Point Cloud w/ Image Ground Footprints
- [ ] Update Tests
- [x] Initial Integration w/ WebODM
- [ ] Full Integration w/ WebODM
- [ ] Progress Reporting
- [x] Full Integration w/ WebODM
- [x] Progress Reporting
- [ ] Staged Restart Ability

Note: This project currently creates a geo-referenced DEM and Ortho from our 4th Ave. test imagery (and most likely your imagery). The results are located in their respective directories in UTM projection.
Expand All @@ -57,6 +56,10 @@ Note: This project currently creates a geo-referenced DEM and Ortho from our 4th

* We recommend using a mission planning application such as MapPilot, DJI GS Pro, or Pix4DMapper.

## Support

Commercial support for this project is available from [DroneMapper.com](https://dronemapper.com).

## Getting Started

We recommend that you setup NodeMICMAC using [Docker](https://www.docker.com/).
Expand Down Expand Up @@ -242,7 +245,7 @@ You can find some test drone images [here](https://dronemapper.com/sample_data/)

## What if I need more functionality?

NodeMICMAC is meant to be a lightweight API.
NodeMICMAC is meant to be a lightweight API. Commercial support and development is available.

## Contributing

Expand Down
5 changes: 4 additions & 1 deletion dm/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,10 @@ def create_lcd(image_dir, image_ext, ccd_width, ccd_height):
progressbc.send_update(80)

# build ORTHO
system.run('{mm3d} Tawny Ortho-MEC-Malt DEq=1 RadiomEgal=1 DegRapXY=4 SzV=25'.format(**kwargs_malt))
porto_src = '/code/micmac/include/XML_MicMac/Param-Tawny.xml'
porto_dst = 'Ortho-MEC-Malt/Param-Tawny.xml'
io.copy(porto_src, porto_dst)
system.run('{mm3d} Porto Ortho-MEC-Malt/Param-Tawny.xml'.format(**kwargs_malt))

progressbc.send_update(90)

Expand Down

0 comments on commit da816cb

Please sign in to comment.